{"info":{"_postman_id":"8869d7bd-0788-46cf-8d20-ac14f428a8ec","name":"EndUser API","description":"<html><head></head><body><p><strong>DCBank End User Solution Integration APIs (v1.0)</strong></p>\n<h2 id=\"getting-started\">Getting Started</h2>\n<p>The End User API gives you access to DCBank's end user integration infrastructure though a standardized interface. With the End User API, you can manage your customers and perform various actions on your customer base, such as bill payments, e-Tranfers, card management, etc. All DCBank APIs are based on the REST technology.</p>\n<p>The current version of the End User API, <code>v1.0</code>, authorizes requests with a JWT Bearer Token, as well as being sent and encrypted via HTTPS.</p>\n<p>The easiest way to start working with the End User APIs is by clicking the <strong>Run in Postman</strong> button above. <a href=\"https://www.getpostman.com/\">Postman</a> is a free tool which helps developers run and debug API requests, and is the source of truth for all DCBank API documentations.</p>\n<h2 id=\"need-help\">Need Help?</h2>\n<p>Please feel free to contact DCBank's Technical Support team anytime at <a href=\"https://mailto:apisupport@dcbank.ca\">API Support</a> for assistance.</p>\n<h2 id=\"registering-your-application\">Registering your Application</h2>\n<p>Each client is required to register their application with DCBank, where they will receive a <code>username</code> and <code>password</code>. In order to register your application please contact DCBank's Sales team.</p>\n<p>You will need to use the <a href=\"#1d95e048-f301-4a6d-8748-be4dda9eea56\">Login</a> endpoint with your supplied api security credentials in order to acquire a Bearer Token. The Bearer Token must then be supplied to all other endpoint requests via an authorization header.</p>\n<p><code>Authorization: Bearer</code></p>\n<hr>\n<h1 id=\"endpoints\">Endpoints</h1>\n<p>The End User API is accessed via requests to a specific versioned endpoint URL which is sent and encrypted through HTTPS. Each End User API version will be made available with different endpoint URLs.</p>\n<p>The current stable endpoint URL for the End User APIs is: <code>https://connect.dcbankapi.ca:35344/integrationapi/v1.0</code></p>\n<h4 id=\"required-headers\">Required Headers</h4>\n<p>All of the End User API endpoints must contain the following headers, unless otherwise noted:</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Header</th>\n<th>Value</th>\n<th>Notes</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><strong>Content-Type</strong></td>\n<td>application/json</td>\n<td></td>\n</tr>\n<tr>\n<td><strong>Authorization</strong></td>\n<td>Bearer</td>\n<td>Not required for the <a href=\"#1d95e048-f301-4a6d-8748-be4dda9eea56\">Login</a> endpoint.</td>\n</tr>\n</tbody>\n</table>\n</div><hr>\n<h1 id=\"authorization\">Authorization</h1>\n<p>In order to use the different End User API endpoints you will be required to first acquire a Bearer Token by posting your api security credentials via HTTPS to the <a href=\"#1d95e048-f301-4a6d-8748-be4dda9eea56\">Login</a> endpoint.</p>\n<h4 id=\"login-endpoint-url\">Login endpoint URL</h4>\n<p><code>https://connect.dcbankapi.ca:35344/integrationapi/v1.0/Authentication/Login</code></p>\n<h4 id=\"request-body-textjson\">Request Body <em>(text/json)</em></h4>\n<p><code>{   \"username\": \"\",   \"password\": \"\"   }</code></p>\n<h3 id=\"handling-the-authorization-response\">Handling the Authorization Response</h3>\n<p>If the response is successful you will receive a JSON object containing a Bearer Token, which you can then use for all other endpoint requests. Please see the <a href=\"#1d95e048-f301-4a6d-8748-be4dda9eea56\">Login</a> endpoint for detailed Success and Error responses.</p>\n<h1 id=\"api-versions\">API Versions</h1>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Verion</th>\n<th>Date Released</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>v1.0</td>\n<td>2020-04-01</td>\n<td>Initial release</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":"Endpoints","slug":"endpoints"},{"content":"Authorization","slug":"authorization"},{"content":"API Versions","slug":"api-versions"}],"owner":"10726135","collectionId":"8869d7bd-0788-46cf-8d20-ac14f428a8ec","publishedId":"SzezcrsN","public":true,"customColor":{"top-bar":"FFFFFF","right-sidebar":"303030","highlight":"EF5B25"},"publishDate":"2020-06-08T18:40:57.000Z"},"item":[{"name":"Authentication","item":[{"name":"TwoFactorAuth","item":[{"name":"VerifyAuthentificatorOtp","event":[{"listen":"test","script":{"id":"afde2f9c-5ef7-4348-bcf4-194f33b08c69","exec":["var jsonData = pm.response.json();\r","pm.environment.set(\"token\", jsonData[\"DCBankAccessToken\"]);"],"type":"text/javascript"}}],"id":"1be673fa-1adc-4434-b2eb-5ffc293d0746","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"Otp\": \"123456\",\r\n    \"Email\": \"homme3927@gmail.com\"\r\n}","options":{"raw":{"language":"json"}}},"url":"https://connect.dcbankapi.ca:35344/customerintegrationapi/v1.0/TwoFactorAuth/VerifyAuthenticatorOtp","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{token}}"}]},"isInherited":true,"source":{"_postman_id":"8869d7bd-0788-46cf-8d20-ac14f428a8ec","id":"8869d7bd-0788-46cf-8d20-ac14f428a8ec","name":"EndUser API","type":"collection"}},"urlObject":{"path":["customerintegrationapi","v1.0","TwoFactorAuth","VerifyAuthenticatorOtp"],"host":["https://connect.dcbankapi.ca:35344"],"query":[],"variable":[]}},"response":[],"_postman_id":"1be673fa-1adc-4434-b2eb-5ffc293d0746"},{"name":"SendSmsOtp","id":"6d8788f6-a00c-4535-b8d4-857bb54bde9a","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"MethodName\": \"Login\",\r\n    \"CustomerNumber\": \"10220000228\",\r\n    \"UserId\": \"30481\"\r\n}","options":{"raw":{"language":"json"}}},"url":"https://connect.dcbankapi.ca:35344/coreapi/v1.0/TwoFactorAuth/SendSmsOtp","description":"<h3 id=\"description\">Description</h3>\n<p>Send Sms OTP for specified to user. User phone number is pre-configured in the database.</p>\n<h3 id=\"request-parameters\"><strong>Request Parameters</strong></h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Name</strong></th>\n<th><strong>Required</strong></th>\n<th><strong>Description</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Email</td>\n<td>true if CustomerNumber is null</td>\n<td>User email</td>\n</tr>\n<tr>\n<td>MethodName</td>\n<td>true</td>\n<td>Specifies the method requires 2FA. Could be: Login, ResetPwd, ChangePwd</td>\n</tr>\n<tr>\n<td>UserId</td>\n<td>true if user is loged in</td>\n<td>UserId, which returns in the Login method response body</td>\n</tr>\n<tr>\n<td>CustomerNumber</td>\n<td>true if Email is null</td>\n<td>Client cusomer number</td>\n</tr>\n<tr>\n<td>OrganizationUniqueId</td>\n<td>false</td>\n<td></td>\n</tr>\n<tr>\n<td>CustomerUniqueClientId</td>\n<td>false</td>\n<td></td>\n</tr>\n</tbody>\n</table>\n</div><h3 id=\"response-paramaters\"><strong>Response Paramaters</strong></h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Name</strong></th>\n<th><strong>Decsription</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>OtpId</td>\n<td>Id of otp created and sent</td>\n</tr>\n</tbody>\n</table>\n</div><h3 id=\"related-errors\">Related Errors</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Error Code</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td></td>\n<td></td>\n</tr>\n</tbody>\n</table>\n</div><h3 id=\"version\">Version</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Version Supported</th>\n<th>Date Released</th>\n<th><strong>Deprecation Date</strong></th>\n<th>End of Life Date</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>v1.0</td>\n<td>December 2019</td>\n<td>TBD</td>\n<td>TBD</td>\n</tr>\n</tbody>\n</table>\n</div>","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{token}}"}]},"isInherited":true,"source":{"_postman_id":"8869d7bd-0788-46cf-8d20-ac14f428a8ec","id":"8869d7bd-0788-46cf-8d20-ac14f428a8ec","name":"EndUser API","type":"collection"}},"urlObject":{"path":["coreapi","v1.0","TwoFactorAuth","SendSmsOtp"],"host":["https://connect.dcbankapi.ca:35344"],"query":[],"variable":[]}},"response":[{"id":"92cb368d-7fa3-4377-9fa0-5ea736b19d9b","name":"SendSmsOtpEmail","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"MethodName\": \"Login\",\r\n    \"Email\": \"homme3927@gmail.com\",\r\n    \"UserId\": \"31499\"\r\n}","options":{"raw":{"language":"json"}}},"url":"https://connect.dcbankapi.ca:35344/coreapi/v1.0/TwoFactorAuth/SendSmsOtp"},"_postman_previewlanguage":null,"header":null,"cookie":[],"responseTime":null,"body":null},{"id":"f350d971-d626-45a9-9c68-5690517d4f7e","name":"SendSmsOtpCustomerNumber","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"MethodName\": \"Login\",\r\n    \"CustomerNumber\": \"10220000228\",\r\n    \"UserId\": \"30481\"\r\n}","options":{"raw":{"language":"json"}}},"url":"https://connect.dcbankapi.ca:35344/coreapi/v1.0/TwoFactorAuth/SendSmsOtp"},"_postman_previewlanguage":null,"header":null,"cookie":[],"responseTime":null,"body":null}],"_postman_id":"6d8788f6-a00c-4535-b8d4-857bb54bde9a"},{"name":"VerifySmsOtp","id":"9a692970-b435-4560-8c15-c6427352ff2c","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"OtpId\": 30528,\r\n    \"Otp\": \"123456\",\r\n    \"OtpMethod\": \"Login\"\r\n}","options":{"raw":{"language":"json"}}},"url":"https://connect.dcbankapi.ca:35344/coreapi/v1.0/TwoFactorAuth/VerifySmsOtp","description":"<h3 id=\"description\">Description</h3>\n<p>Verify OTP and activates session.</p>\n<h3 id=\"request-parameters\"><strong>Request Parameters</strong></h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Name</strong></th>\n<th><strong>Required</strong></th>\n<th><strong>Description</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>OtpId</td>\n<td>true</td>\n<td>OtpId</td>\n</tr>\n<tr>\n<td>Otp</td>\n<td>true</td>\n<td>Otp code, reciewved by user</td>\n</tr>\n<tr>\n<td>OtpMethod</td>\n<td>true</td>\n<td>Specifies the mothod requires 2FA. Could be: Login, ResetPwd, ChangePwd</td>\n</tr>\n<tr>\n<td>CustomerUniqueClientId</td>\n<td>false</td>\n<td></td>\n</tr>\n</tbody>\n</table>\n</div><h3 id=\"response-parameters\"><strong>Response Parameters</strong></h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Name</strong></th>\n<th><strong>Decsription</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>DCBankAccessToken</td>\n<td>Token with activated session</td>\n</tr>\n</tbody>\n</table>\n</div><h3 id=\"related-errors\">Related Errors</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Error Code</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td></td>\n<td></td>\n</tr>\n</tbody>\n</table>\n</div><h3 id=\"version\">Version</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Version Supported</th>\n<th>Date Released</th>\n<th><strong>Deprecation Date</strong></th>\n<th>End of Life Date</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>v1.0</td>\n<td>December 2019</td>\n<td>TBD</td>\n<td>TBD</td>\n</tr>\n</tbody>\n</table>\n</div>","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{token}}"}]},"isInherited":true,"source":{"_postman_id":"8869d7bd-0788-46cf-8d20-ac14f428a8ec","id":"8869d7bd-0788-46cf-8d20-ac14f428a8ec","name":"EndUser API","type":"collection"}},"urlObject":{"path":["coreapi","v1.0","TwoFactorAuth","VerifySmsOtp"],"host":["https://connect.dcbankapi.ca:35344"],"query":[],"variable":[]}},"response":[],"_postman_id":"9a692970-b435-4560-8c15-c6427352ff2c"}],"id":"541ff424-eb5d-4b09-a619-a3e32de3e691","_postman_id":"541ff424-eb5d-4b09-a619-a3e32de3e691","description":"","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{token}}"}]},"isInherited":true,"source":{"_postman_id":"8869d7bd-0788-46cf-8d20-ac14f428a8ec","id":"8869d7bd-0788-46cf-8d20-ac14f428a8ec","name":"EndUser API","type":"collection"}}},{"name":"Login","event":[{"listen":"test","script":{"id":"84686ea3-83e2-46f2-aef5-9c4d277533ea","exec":["var jsonData = pm.response.json();\r","pm.environment.set(\"token\", jsonData[\"DCBankAccessToken\"]);"],"type":"text/javascript"}}],"id":"1d95e048-f301-4a6d-8748-be4dda9eea56","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"CustomerNumber\": \"10010000741\",\r\n    \"Password\": \"Test.123\"\r\n}","options":{"raw":{"language":"json"}}},"url":"https://connect.dcbankapi.ca:35344/customerintegrationapi/v1.0/Authentication/Login","description":"<h3 id=\"description\">Description</h3>\n<p>For API Testing in the DCBank Developer Portal, DCBank supports two methods of end user authentication:</p>\n<ol>\n<li><p><strong>Username and Password</strong> – if chosen, an invitation email will be sent to you by DCBank. This email will contain a Username and temporary Password - valid for 1 day. You must change your password by using the Change Password API.</p>\n</li>\n<li><p><strong>CustomerNumber</strong> – A unique CustomerNumber is generated when a Customer is created either through the client portal or the /Customer/CreateCustomer Client API and can be supplied in place of an email and password for authentication.</p>\n</li>\n</ol>\n<h3 id=\"request-parameters\">Request Parameters</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Name</th>\n<th>Type</th>\n<th>Max Length</th>\n<th>Description</th>\n<th>Required/ Optional</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Email</td>\n<td><em>String</em></td>\n<td>50</td>\n<td>Indicates UserName</td>\n<td>Optional</td>\n</tr>\n<tr>\n<td>Password</td>\n<td><em>String</em></td>\n<td>50</td>\n<td>Indicates Password</td>\n<td><strong>Required</strong></td>\n</tr>\n<tr>\n<td>CustomerNumber</td>\n<td><em>String</em></td>\n<td></td>\n<td>Replaces Email and Password</td>\n<td><strong>Required</strong></td>\n</tr>\n</tbody>\n</table>\n</div><h3 id=\"related-errors\">Related Errors</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Error Code</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>UserLoginE8</td>\n<td>Invalid User</td>\n</tr>\n<tr>\n<td>UserLoginE18</td>\n<td>Wrong User Type</td>\n</tr>\n<tr>\n<td>UserLoginE9</td>\n<td>User Status not active</td>\n</tr>\n<tr>\n<td>UserLoginE10</td>\n<td>User Profile Definition Not Exists</td>\n</tr>\n<tr>\n<td>UserLoginE11</td>\n<td>Wrong Password.</td>\n</tr>\n</tbody>\n</table>\n</div><h3 id=\"version\">Version</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Version Supported</th>\n<th>Date Released</th>\n<th><strong>Deprecation Date</strong></th>\n<th>End of Life Date</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>v1.0</td>\n<td>December 2019</td>\n<td>TBD</td>\n<td>TBD</td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"path":["customerintegrationapi","v1.0","Authentication","Login"],"host":["https://connect.dcbankapi.ca:35344"],"query":[],"variable":[]}},"response":[],"_postman_id":"1d95e048-f301-4a6d-8748-be4dda9eea56"},{"name":"LoginAdmin","event":[{"listen":"test","script":{"id":"84686ea3-83e2-46f2-aef5-9c4d277533ea","exec":["var jsonData = pm.response.json();\r","pm.environment.set(\"token\", jsonData[\"DCBankAccessToken\"]);"],"type":"text/javascript"}}],"id":"135cae14-cbba-4abd-a078-5165ea89e8c0","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"Email\": \"homme3927@gmail.com\",\r\n    \"Password\": \"Test.123\"\r\n}","options":{"raw":{"language":"json"}}},"url":"https://connect.dcbankapi.ca:35344/customerintegrationapi/v1.0/Authentication/LoginAdmin","description":"<h3 id=\"description\">Description</h3>\n<p>Endpoint used for login admin users.</p>\n<h3 id=\"request-parameters\">Request Parameters</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Name</th>\n<th>Type</th>\n<th>Max Length</th>\n<th>Description</th>\n<th>Required/ Optional</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Email</td>\n<td><em>String</em></td>\n<td>50</td>\n<td>Indicates UserName</td>\n<td><strong>Required</strong></td>\n</tr>\n<tr>\n<td>Password</td>\n<td><em>String</em></td>\n<td>50</td>\n<td>Indicates Password</td>\n<td><strong>Required</strong></td>\n</tr>\n</tbody>\n</table>\n</div><h3 id=\"related-errors\">Related Errors</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Error Code</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>UserLoginE8</td>\n<td>Invalid User</td>\n</tr>\n<tr>\n<td>UserLoginE18</td>\n<td>Wrong User Type</td>\n</tr>\n<tr>\n<td>UserLoginE9</td>\n<td>User Status not active</td>\n</tr>\n<tr>\n<td>UserLoginE10</td>\n<td>User Profile Definition Not Exists</td>\n</tr>\n<tr>\n<td>UserLoginE11</td>\n<td>Wrong Password.</td>\n</tr>\n<tr>\n<td>UserLoginE987</td>\n<td>Access denied for this user</td>\n</tr>\n</tbody>\n</table>\n</div><h3 id=\"version\">Version</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Version Supported</th>\n<th>Date Released</th>\n<th><strong>Deprecation Date</strong></th>\n<th>End of Life Date</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>v1.0</td>\n<td>December 2019</td>\n<td>TBD</td>\n<td>TBD</td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"path":["customerintegrationapi","v1.0","Authentication","LoginAdmin"],"host":["https://connect.dcbankapi.ca:35344"],"query":[],"variable":[]}},"response":[],"_postman_id":"135cae14-cbba-4abd-a078-5165ea89e8c0"},{"name":"Logout","id":"b9569b8d-9485-4e4f-94b3-7e80b074cc59","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{token}}"}]},"isInherited":false},"method":"GET","header":[],"url":"https://connect.dcbankapi.ca:35344/customerintegrationapi/v1.0/Authentication/Logout","description":"<h3 id=\"description\">Description</h3>\n<p>This section is used to logout. There is no body part.</p>\n<h3 id=\"related-errors\">Related Errors</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Error Code</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>LogoutE1</td>\n<td>Session Not Exists.</td>\n</tr>\n<tr>\n<td>LogoutE2</td>\n<td>Session Already Closed.</td>\n</tr>\n</tbody>\n</table>\n</div><h3 id=\"version\">Version</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Version Supported</th>\n<th>Date Released</th>\n<th><strong>Deprecation Date</strong></th>\n<th>End of Life Date</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>v1.0</td>\n<td>December 2019</td>\n<td>TBD</td>\n<td>TBD</td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"path":["customerintegrationapi","v1.0","Authentication","Logout"],"host":["https://connect.dcbankapi.ca:35344"],"query":[],"variable":[]}},"response":[{"id":"9329c4f9-5d86-4316-8ddf-2743bbcc90b4","name":"Success","originalRequest":{"method":"GET","header":[{"key":"Content-Type","value":"","description":"(Required) "},{"key":"Authorization","value":"","description":"(Required) "}],"url":"https://connect.dcbankapi.ca:35344/customerintegrationapi/v1.0/Authentication/Logout"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"\"schema type not provided\""}],"_postman_id":"b9569b8d-9485-4e4f-94b3-7e80b074cc59"},{"name":"Change Password","id":"93098279-977a-489e-8a89-88688bd50da9","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{token}}"}]},"isInherited":false},"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\r\n  \"oldPassword\": \"Gk.10691558\",\r\n  \"newPassword\": \"Gk.10691558.\"\r\n}","options":{"raw":{"language":"json"}}},"url":"https://connect.dcbankapi.ca:35344/customerintegrationapi/v1.0/Authentication/ResetPassword","description":"<h3 id=\"description\">Description</h3>\n<p>The user can change the password from here.</p>\n<h3 id=\"request-parameters\">Request Parameters</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Name</th>\n<th>Type</th>\n<th>Max Length</th>\n<th>Description</th>\n<th>Required/ Optional</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>OldPassword</td>\n<td><em>String</em></td>\n<td>-</td>\n<td>The old password.</td>\n<td><strong>Required</strong></td>\n</tr>\n<tr>\n<td>NewPassword</td>\n<td><em>String</em></td>\n<td>-</td>\n<td>The new password.</td>\n<td><strong>Required</strong></td>\n</tr>\n</tbody>\n</table>\n</div><h3 id=\"related-errors\">Related Errors</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Error Code</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>UserInsertE1</td>\n<td>Password Policy Violation</td>\n</tr>\n<tr>\n<td>UserInsertE2</td>\n<td>Wrong Password</td>\n</tr>\n<tr>\n<td>ChgPasswordE4</td>\n<td>New Password Must Be Different</td>\n</tr>\n<tr>\n<td>ChgPasswordE7</td>\n<td>Your selected password matches your previous passwords! Please try again</td>\n</tr>\n</tbody>\n</table>\n</div><h3 id=\"version\">Version</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Version Supported</th>\n<th>Date Released</th>\n<th><strong>Deprecation Date</strong></th>\n<th>End of Life Date</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>v1.0</td>\n<td>December 2019</td>\n<td>TBD</td>\n<td>TBD</td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"path":["customerintegrationapi","v1.0","Authentication","ResetPassword"],"host":["https://connect.dcbankapi.ca:35344"],"query":[],"variable":[]}},"response":[{"id":"297a6a55-dcce-4189-9f47-768132a3a440","name":"Success","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"","description":"(Required) "},{"key":"Authorization","value":"","description":"(Required) "}],"body":{"mode":"raw","raw":"{\n    \"type\": \"object\",\n    \"properties\": {\n        \"OldPassword\": {\n            \"type\": \"string\"\n        },\n        \"NewPassword\": {\n            \"type\": \"string\"\n        }\n    }\n}"},"url":"https://connect.dcbankapi.ca:35344/customerintegrationapi/v1.0/Authentication/ChangePassword"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"\"schema type not provided\""}],"_postman_id":"93098279-977a-489e-8a89-88688bd50da9"},{"name":"Send Password Reset Email","id":"20dfbc45-9dee-438e-b2aa-68d8de1d7db1","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{token}}"}]},"isInherited":false},"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"CustomerNumber\": \"10010000741\"\r\n}","options":{"raw":{"language":"json"}}},"url":"https://connect.dcbankapi.ca:35344/customerintegrationapi/v1.0/Authentication/SendPasswordResetEmail","description":"<h2 id=\"description\">Description</h2>\n<p>The purpose of this API is to Send the Reset Password link to email.</p>\n<h3 id=\"request-parameters\">Request Parameters</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Name</th>\n<th>Type</th>\n<th><strong>Max Length</strong></th>\n<th>Description</th>\n<th>Required/ Optional</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>CustomerNumber</td>\n<td><em>String</em></td>\n<td>11</td>\n<td>Indicates unique Customer Number and can be retrieved from <strong>GetCustomerSummary</strong> API.</td>\n<td><strong>Required</strong></td>\n</tr>\n</tbody>\n</table>\n</div><h3 id=\"related-errors\">Related Errors</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Error Code</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>hasMailBlacklisted</td>\n<td>The customer’s e-mail is on the blacklist.</td>\n</tr>\n<tr>\n<td>TemporaryPasswordTokenE15</td>\n<td>Customer Number Must be filled.</td>\n</tr>\n</tbody>\n</table>\n</div><h3 id=\"version\">Version</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Version Supported</th>\n<th>Date Released</th>\n<th><strong>Deprecation Date</strong></th>\n<th>End of Life Date</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>v1.0</td>\n<td>December 2019</td>\n<td>TBD</td>\n<td>TBD</td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"path":["customerintegrationapi","v1.0","Authentication","SendPasswordResetEmail"],"host":["https://connect.dcbankapi.ca:35344"],"query":[],"variable":[]}},"response":[],"_postman_id":"20dfbc45-9dee-438e-b2aa-68d8de1d7db1"},{"name":"Reset Password Via Email","id":"9243f960-b4c5-4a6f-a0cc-eaee38f9810f","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{token}}"}]},"isInherited":false},"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"Token\": \"string\",\r\n    \"Key\": \"string\",\r\n    \"Password\": \"string\"\r\n}","options":{"raw":{"language":"json"}}},"url":"https://connect.dcbankapi.ca:35344/customerintegrationapi/v1.0/Authentication/ResetPasswordViaEmail","description":"<h3 id=\"description\">Description</h3>\n<p>The purpose of this API is to Reset Password via Email.</p>\n<h3 id=\"request-parameters\">Request Parameters</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Name</th>\n<th>Type</th>\n<th>Description</th>\n<th>Required/Optional</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Token</td>\n<td>string</td>\n<td>Indicates the unique temporary reset password verification code</td>\n<td><strong>Required</strong></td>\n</tr>\n<tr>\n<td>Key</td>\n<td>string</td>\n<td>Indicates the verification code sent to the email</td>\n<td><strong>Required</strong></td>\n</tr>\n<tr>\n<td>Password</td>\n<td>string</td>\n<td>Indicates password</td>\n<td><strong>Required</strong></td>\n</tr>\n</tbody>\n</table>\n</div><h3 id=\"response-parameters\">Response Parameters</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Name</th>\n<th>Type</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td></td>\n<td></td>\n<td></td>\n</tr>\n</tbody>\n</table>\n</div><h3 id=\"related-errors\">Related Errors</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Error Code</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>TemporaryPasswordTokenE1</td>\n<td>Key must be filled.</td>\n</tr>\n<tr>\n<td>TemporaryPasswordTokenE2</td>\n<td>Token must be filled.</td>\n</tr>\n<tr>\n<td>TemporaryPasswordTokenE3</td>\n<td>Password must be filled.</td>\n</tr>\n<tr>\n<td>TemporaryPasswordTokenE4</td>\n<td>Token not matched any record.</td>\n</tr>\n</tbody>\n</table>\n</div><h3 id=\"version\">Version</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Version Supported</th>\n<th>Date Released</th>\n<th><strong>Deprecation Date</strong></th>\n<th>End of Life Date</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>v1.0</td>\n<td>December 2019</td>\n<td>TBD</td>\n<td>TBD</td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"path":["customerintegrationapi","v1.0","Authentication","ResetPasswordViaEmail"],"host":["https://connect.dcbankapi.ca:35344"],"query":[],"variable":[]}},"response":[],"_postman_id":"9243f960-b4c5-4a6f-a0cc-eaee38f9810f"},{"name":"Health Check","id":"e0892280-7030-4341-8638-2e1b140af797","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"GET","header":[{"key":"Content-Type","value":"","description":"<p>(Required) </p>\n"},{"key":"Authorization","value":"","description":"<p>(Required) </p>\n"}],"url":"https://connect.dcbankapi.ca:35344/customerintegrationapi/v1.0/Authentication/HealthCheck","description":"<h3 id=\"description\">Description</h3>\n<p>The purpose of this section is to control whether the API is active or not.</p>\n<h3 id=\"request-parameters\">Request Parameters</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Name</th>\n<th>Type</th>\n<th>Max Length</th>\n<th>Description</th>\n<th>Required/ Optional</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td></td>\n<td></td>\n<td></td>\n<td></td>\n<td></td>\n</tr>\n</tbody>\n</table>\n</div><h3 id=\"response-parameters\">Response Parameters</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Name</th>\n<th>Type</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td></td>\n<td></td>\n<td></td>\n</tr>\n</tbody>\n</table>\n</div><h3 id=\"related-errors\">Related Errors</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Error Code</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td></td>\n<td></td>\n</tr>\n</tbody>\n</table>\n</div><h3 id=\"version\">Version</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Version Supported</th>\n<th>Date Released</th>\n<th><strong>Deprecation Date</strong></th>\n<th>End of Life Date</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>v1.0</td>\n<td>December 2019</td>\n<td>TBD</td>\n<td>TBD</td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"path":["customerintegrationapi","v1.0","Authentication","HealthCheck"],"host":["https://connect.dcbankapi.ca:35344"],"query":[],"variable":[]}},"response":[{"id":"091e7f40-688b-413e-b19f-27f923d3f424","name":"Success","originalRequest":{"method":"GET","header":[{"key":"Content-Type","value":"","description":"(Required) "},{"key":"Authorization","value":"","description":"(Required) "}],"url":"https://connect.dcbankapi.ca:35344/customerintegrationapi/v1.0/Authentication/HealthCheck"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"\"schema type not provided\""}],"_postman_id":"e0892280-7030-4341-8638-2e1b140af797"},{"name":"Heartbeat","id":"d031f626-b187-4c89-a11f-a9792671234a","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"GET","header":[],"url":"https://connect.dcbankapi.ca:35344/heartbeat","description":"<h3 id=\"description\">Description</h3>\n<p>This service allows an integrator to test the current status of the DCPayments web service API infrastructure. In addition to basic connectivity testing, this function will perform end-to-end application-layer testing to ensure all systems are available. If you get the \"Hello from the server\" response, it means the API is working successfully.</p>\n<h3 id=\"request-parameters\">Request Parameters</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Name</th>\n<th>Type</th>\n<th>Max Length</th>\n<th>Description</th>\n<th>Required/ Optional</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td></td>\n<td></td>\n<td></td>\n<td></td>\n<td></td>\n</tr>\n</tbody>\n</table>\n</div><h3 id=\"response-parameters\">Response Parameters</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Name</th>\n<th>Type</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td></td>\n<td></td>\n<td></td>\n</tr>\n</tbody>\n</table>\n</div><h3 id=\"related-errors\">Related Errors</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Error Code</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td></td>\n<td></td>\n</tr>\n</tbody>\n</table>\n</div><h3 id=\"version\">Version</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Version Supported</th>\n<th>Date Released</th>\n<th><strong>Deprecation Date</strong></th>\n<th>End of Life Date</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>v1.0</td>\n<td>December 2019</td>\n<td>TBD</td>\n<td>TBD</td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"path":["heartbeat"],"host":["https://connect.dcbankapi.ca:35344"],"query":[],"variable":[]}},"response":[{"id":"3b839971-b4a6-4efc-b776-de132c98652b","name":"Success","originalRequest":{"method":"GET","header":[],"url":"https://connect.dcbankapi.ca:35344/heartbeat"},"status":"OK","code":200,"_postman_previewlanguage":"plain","header":[],"cookie":[],"responseTime":null,"body":"Hello from the server"}],"_postman_id":"d031f626-b187-4c89-a11f-a9792671234a"}],"id":"566eeed0-cbdc-478e-aabb-183dd038b661","_postman_id":"566eeed0-cbdc-478e-aabb-183dd038b661","description":"","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{token}}"}]},"isInherited":true,"source":{"_postman_id":"8869d7bd-0788-46cf-8d20-ac14f428a8ec","id":"8869d7bd-0788-46cf-8d20-ac14f428a8ec","name":"EndUser API","type":"collection"}}},{"name":"Bank Account","item":[{"name":"Get All Customer Accounts","id":"3e15e42f-4f79-43e4-8c42-f112facee853","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{token}}"}]},"isInherited":false},"method":"GET","header":[],"url":"https://connect.dcbankapi.ca:35344/customerintegrationapi/v1.0/BankAccount/GetAllCustomerAccounts","description":"<h3 id=\"description\">Description</h3>\n<p>The Get All Customer Accounts API is a POST request that returns an array of bank account details for the customer identified.</p>\n<h3 id=\"request-parameters\">Request Parameters</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Name</th>\n<th>Type</th>\n<th>Max Length</th>\n<th>Description</th>\n<th>Required/ Optional</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td></td>\n<td></td>\n<td></td>\n<td></td>\n<td></td>\n</tr>\n</tbody>\n</table>\n</div><h3 id=\"response-parameters\">Response Parameters</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Name</th>\n<th>Type</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Id</td>\n<td><em>Integer</em></td>\n<td>The account identifier.</td>\n</tr>\n<tr>\n<td>AccountNumber</td>\n<td><em>String</em></td>\n<td>The account number of the customer.</td>\n</tr>\n<tr>\n<td>AccountFullNumber</td>\n<td><em>String</em></td>\n<td>The <em>full</em> account number of the customer. Includes the bank/transit numbers.</td>\n</tr>\n<tr>\n<td>AccountName</td>\n<td><em>String</em></td>\n<td>The name of the account.</td>\n</tr>\n<tr>\n<td>AccountOwnerName</td>\n<td><em>String</em></td>\n<td>The owners name of the account.</td>\n</tr>\n<tr>\n<td>Balance</td>\n<td><em>Decimal</em></td>\n<td>The balance in the account.</td>\n</tr>\n<tr>\n<td>PendingBalance</td>\n<td><em>Decimal</em></td>\n<td>Any funds pending cleaning associated with the account.</td>\n</tr>\n</tbody>\n</table>\n</div><h3 id=\"related-errors\">Related Errors</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Error Code</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td></td>\n<td></td>\n</tr>\n</tbody>\n</table>\n</div><h3 id=\"version\">Version</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Version Supported</th>\n<th>Date Released</th>\n<th><strong>Deprecation Date</strong></th>\n<th>End of Life Date</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>v1.0</td>\n<td>December 2019</td>\n<td>TBD</td>\n<td>TBD</td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"path":["customerintegrationapi","v1.0","BankAccount","GetAllCustomerAccounts"],"host":["https://connect.dcbankapi.ca:35344"],"query":[],"variable":[]}},"response":[{"id":"08cd967e-d307-435d-afb1-19143efcdb9a","name":"Success","originalRequest":{"method":"GET","header":[{"key":"Content-Type","value":"","description":"(Required) "},{"key":"Authorization","value":"","description":"(Required) "}],"url":"https://connect.dcbankapi.ca:35344/customerintegrationapi/v1.0/BankAccount/GetAllCustomerAccounts"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n \"ErrorCode\": \"0\",\n \"ErrorDescription\": \"Successfull\",\n \"StackTrace\": null,\n \"Item\": [\n  {\n   \"Id\": 20176,\n   \"AccountNumber\": \"825095458\",\n   \"AccountFullNumber\": \"35210009825095458\",\n   \"AccountName\": \"Cdic Sub Account\",\n   \"AccountOwnerName\": \"Demi Lovato\",\n   \"Balance\": 47.35,\n   \"PendingBalance\": 0\n  },\n  {\n   \"Id\": 20193,\n   \"AccountNumber\": \"593396765\",\n   \"AccountFullNumber\": \"35210009593396765\",\n   \"AccountName\": \"Secure Card Security Account\",\n   \"AccountOwnerName\": \"Demi Lovato\",\n   \"Balance\": 1073.6,\n   \"PendingBalance\": 0\n  },\n  {\n   \"Id\": 20194,\n   \"AccountNumber\": \"565929452\",\n   \"AccountFullNumber\": \"35210009565929452\",\n   \"AccountName\": \"Wallet Account\",\n   \"AccountOwnerName\": \"Demi Lovato\",\n   \"Balance\": 13730.05,\n   \"PendingBalance\": 0\n  }\n ],\n \"IsSucceeded\": true,\n \"ErrorList\": [],\n \"ParameterList\": []\n}"}],"_postman_id":"3e15e42f-4f79-43e4-8c42-f112facee853"},{"name":"Get Customer Accounts For Money Deposit","id":"69e7d0ab-4e00-4883-9193-32ce28955f4d","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{token}}"}]},"isInherited":false},"method":"GET","header":[],"url":"https://connect.dcbankapi.ca:35344/customerintegrationapi/v1.0/BankAccount/GetCustomerAccountsForMoneyDeposit","description":"<h3 id=\"description\">Description</h3>\n<p>The Get Customer Accounts For Money Deposit API is a service that allows a system to retrieve a list of a customer's bank accounts that are eligible to receive a money deposit.</p>\n<h3 id=\"request-parameters\">Request Parameters</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Name</th>\n<th>Type</th>\n<th>Max Length</th>\n<th>Description</th>\n<th>Required/ Optional</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td></td>\n<td></td>\n<td></td>\n<td></td>\n<td></td>\n</tr>\n</tbody>\n</table>\n</div><h3 id=\"response-parameters\">Response Parameters</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Name</th>\n<th>Type</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Id</td>\n<td><em>Integer</em></td>\n<td>The account identifier.</td>\n</tr>\n<tr>\n<td>AccountNumber</td>\n<td><em>String</em></td>\n<td>The account number.</td>\n</tr>\n<tr>\n<td>AccountFullNumber</td>\n<td><em>String</em></td>\n<td>The <em>full</em> account number, including the bank/transit numbers.</td>\n</tr>\n<tr>\n<td>AccountName</td>\n<td><em>String</em></td>\n<td>The name of the account.</td>\n</tr>\n<tr>\n<td>AccountOwnerName</td>\n<td><em>String</em></td>\n<td>The account owners name.</td>\n</tr>\n<tr>\n<td>Balance</td>\n<td><em>Decimal</em></td>\n<td>The balance of the account.</td>\n</tr>\n<tr>\n<td>PendingBalance</td>\n<td><em>Decimal</em></td>\n<td>Any funds pending clearing associated with the account.</td>\n</tr>\n</tbody>\n</table>\n</div><h3 id=\"related-errors\">Related Errors</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Error Code</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>GetAllCustomerAccountsOpE1</td>\n<td>Customer Not Found</td>\n</tr>\n</tbody>\n</table>\n</div><h3 id=\"version\">Version</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Version Supported</th>\n<th>Date Released</th>\n<th><strong>Deprecation Date</strong></th>\n<th>End of Life Date</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>v1.0</td>\n<td>December 2019</td>\n<td>TBD</td>\n<td>TBD</td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"path":["customerintegrationapi","v1.0","BankAccount","GetCustomerAccountsForMoneyDeposit"],"host":["https://connect.dcbankapi.ca:35344"],"query":[],"variable":[]}},"response":[{"id":"60715424-e1ed-41aa-a0b2-0591a074c850","name":"Get Customer Accounts For Money Deposit","originalRequest":{"method":"GET","header":[],"url":"https://connect.dcbankapi.ca:35344/customerintegrationapi/v1.0/BankAccount/GetCustomerAccountsForMoneyDeposit"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Fri, 15 May 2020 00:14:43 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"290"},{"key":"Connection","value":"keep-alive"},{"key":"Content-Encoding","value":"br"},{"key":"Vary","value":"Accept-Encoding"},{"key":"Server","value":"nginx/1.15.10"},{"key":"X-Powered-By","value":"ASP.NET"},{"key":"Set-Cookie","value":"ARRAffinity=eb8046a771af187481bd962f4b3b59093d134d8cb9f92ea86e26e730ef047fb2;Path=/;HttpOnly;Domain=dcb-cusapi-uat.azurewebsites.net:443"}],"cookie":[],"responseTime":null,"body":"{\n    \"ErrorCode\": \"0\",\n    \"ErrorDescription\": \"Successfull\",\n    \"StackTrace\": null,\n    \"Item\": [\n        {\n            \"Id\": 21085,\n            \"AccountNumber\": \"542931571\",\n            \"AccountFullNumber\": \"35210009542931571\",\n            \"AccountName\": \"Wallet Account\",\n            \"AccountOwnerName\": \"Abbas Ayaz\",\n            \"Balance\": 31508.63,\n            \"PendingBalance\": 0\n        },\n        {\n            \"Id\": 21086,\n            \"AccountNumber\": \"578777948\",\n            \"AccountFullNumber\": \"35210009578777948\",\n            \"AccountName\": \"Security Number\",\n            \"AccountOwnerName\": \"Abbas Ayaz\",\n            \"Balance\": 444.72,\n            \"PendingBalance\": 0\n        }\n    ],\n    \"IsSucceeded\": true,\n    \"ErrorList\": [],\n    \"ParameterList\": []\n}"}],"_postman_id":"69e7d0ab-4e00-4883-9193-32ce28955f4d"},{"name":"Get Security Balance","id":"6dfc6c41-9e9a-4b8a-94fe-5830120fcc13","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{token}}"}]},"isInherited":false},"method":"GET","header":[],"url":"https://connect.dcbankapi.ca:35344/customerintegrationapi/v1.0/BankAccount/GetSecurityBalance","description":"<h3 id=\"description\">Description</h3>\n<p>The Get Security Balance API is designed to retrieve a list of a customer's accounts, specifically focusing on those that may hold security deposits, restricted funds, or other balances relevant to the customer's overall financial security.</p>\n<h3 id=\"request-parameters\">Request Parameters</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Name</th>\n<th>Type</th>\n<th>Max Length</th>\n<th>Description</th>\n<th>Required/ Optional</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td></td>\n<td></td>\n<td></td>\n<td></td>\n<td></td>\n</tr>\n</tbody>\n</table>\n</div><h3 id=\"response-parameters\">Response Parameters</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Name</th>\n<th>Type</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Id</td>\n<td><em>Integer</em></td>\n<td>The account identifier.</td>\n</tr>\n<tr>\n<td>AccountNumber</td>\n<td><em>String</em></td>\n<td>The account number.</td>\n</tr>\n<tr>\n<td>AccountFullNumber</td>\n<td><em>String</em></td>\n<td>The <em>full</em> account number, includes the bank/transit number.</td>\n</tr>\n<tr>\n<td>AccountName</td>\n<td><em>String</em></td>\n<td>The account name.</td>\n</tr>\n<tr>\n<td>AccountOwnerName</td>\n<td><em>String</em></td>\n<td>The account owner's name.</td>\n</tr>\n<tr>\n<td>Balance</td>\n<td><em>Decimal</em></td>\n<td>The balance of the account.</td>\n</tr>\n<tr>\n<td>PendingBalance</td>\n<td><em>Decimal</em></td>\n<td>Any funds pending clearing that are associated with the account.</td>\n</tr>\n</tbody>\n</table>\n</div><h3 id=\"related-errors\">Related Errors</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Error Code</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td></td>\n<td></td>\n</tr>\n</tbody>\n</table>\n</div><h3 id=\"version\">Version</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Version Supported</th>\n<th>Date Released</th>\n<th><strong>Deprecation Date</strong></th>\n<th>End of Life Date</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>v1.0</td>\n<td>December 2019</td>\n<td>TBD</td>\n<td>TBD</td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"path":["customerintegrationapi","v1.0","BankAccount","GetSecurityBalance"],"host":["https://connect.dcbankapi.ca:35344"],"query":[],"variable":[]}},"response":[{"id":"7f84f63a-b7b8-43a6-acaf-36031e858b7f","name":"Success","originalRequest":{"method":"GET","header":[{"key":"Content-Type","value":"","description":"(Required) "},{"key":"Authorization","value":"","description":"(Required) "}],"url":"https://connect.dcbankapi.ca:35344/customerintegrationapi/v1.0/BankAccount/GetSecurityBalance"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n \"ErrorCode\": \"0\",\n \"ErrorDescription\": \"Successfull\",\n \"StackTrace\": null,\n \"Item\": [\n  {\n   \"Id\": 20176,\n   \"AccountNumber\": \"825095458\",\n   \"AccountFullNumber\": \"35210009825095458\",\n   \"AccountName\": \"Cdic Sub Account\",\n   \"AccountOwnerName\": \"Demi Lovato\",\n   \"Balance\": 47.35,\n   \"PendingBalance\": 0\n  },\n  {\n   \"Id\": 20193,\n   \"AccountNumber\": \"593396765\",\n   \"AccountFullNumber\": \"35210009593396765\",\n   \"AccountName\": \"Secure Card Security Account\",\n   \"AccountOwnerName\": \"Demi Lovato\",\n   \"Balance\": 1073.6,\n   \"PendingBalance\": 0\n  },\n  {\n   \"Id\": 20194,\n   \"AccountNumber\": \"565929452\",\n   \"AccountFullNumber\": \"35210009565929452\",\n   \"AccountName\": \"Wallet Account\",\n   \"AccountOwnerName\": \"Demi Lovato\",\n   \"Balance\": 13730.05,\n   \"PendingBalance\": 0\n  }\n ],\n \"IsSucceeded\": true,\n \"ErrorList\": [],\n \"ParameterList\": []\n}"}],"_postman_id":"6dfc6c41-9e9a-4b8a-94fe-5830120fcc13"},{"name":"Money Transfer Between Accounts","id":"2d5ceb97-2b7d-41af-bce3-62dec1302654","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{token}}"}]},"isInherited":false},"method":"POST","header":[{"key":"Content-Type","value":"","description":"<p>(Required) </p>\n"},{"key":"Authorization","value":"","description":"<p>(Required) </p>\n"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{}","options":{"raw":{"language":"json"}}},"url":"https://connect.dcbankapi.ca:35344/customerintegrationapi/v1.0/BankAccount/MoneyTransferBetweenAccounts","description":"<h3 id=\"description\">Description</h3>\n<p>The user can transfer money to his/her own bank accounts.</p>\n<h3 id=\"request-parameters\">Request Parameters</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Name</th>\n<th>Type</th>\n<th>Max Length</th>\n<th>Description</th>\n<th>Required/ Optional</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td></td>\n<td></td>\n<td></td>\n<td></td>\n<td></td>\n</tr>\n</tbody>\n</table>\n</div><h3 id=\"response-parameters\">Response Parameters</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Name</th>\n<th>Type</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td></td>\n<td></td>\n<td></td>\n</tr>\n</tbody>\n</table>\n</div><h3 id=\"related-errors\">Related Errors</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Error Code</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>TransactionInsertOpE7</td>\n<td>Request Is Invalid</td>\n</tr>\n<tr>\n<td>TransactionInsertOpE8</td>\n<td>Source or/and Destination Accounts Not Selected</td>\n</tr>\n<tr>\n<td>TransactionInsertOpE9</td>\n<td>Source and Destination Accounts Cannot Be Same</td>\n</tr>\n<tr>\n<td>TransactionInsertOpE10</td>\n<td>Transaction Amount Cannot Be Empty</td>\n</tr>\n<tr>\n<td>TransactionInsertOpE11</td>\n<td>Source Account Balance Is Insufficient</td>\n</tr>\n<tr>\n<td>TransactionInsertOpE764</td>\n<td>Source or/and Destination Account Is Not Same With Session Account</td>\n</tr>\n<tr>\n<td>TransactionInsertOpE7470964</td>\n<td>Source and Destination Account Have Different Currencies</td>\n</tr>\n</tbody>\n</table>\n</div><h3 id=\"version\">Version</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Version Supported</th>\n<th>Date Released</th>\n<th><strong>Deprecation Date</strong></th>\n<th>End of Life Date</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>v1.0</td>\n<td>December 2019</td>\n<td>TBD</td>\n<td>TBD</td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"path":["customerintegrationapi","v1.0","BankAccount","MoneyTransferBetweenAccounts"],"host":["https://connect.dcbankapi.ca:35344"],"query":[],"variable":[]}},"response":[{"id":"e862c9d7-403c-4501-8dc7-12a20ed57f30","name":"Success","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"","description":"(Required) "},{"key":"Authorization","value":"","description":"(Required) "}],"body":{"mode":"raw","raw":"\"\""},"url":"https://connect.dcbankapi.ca:35344/customerintegrationapi/v1.0/BankAccount/MoneyTransferBetweenAccounts"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"\"schema type not provided\""}],"_postman_id":"2d5ceb97-2b7d-41af-bce3-62dec1302654"},{"name":"Get Total Wallet Account Balance","id":"a1ffcac3-8b58-4d7a-8649-c59eda5c311f","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{token}}"}]},"isInherited":false},"method":"POST","header":[],"body":{"mode":"raw","raw":"\"<object>\"","options":{"raw":{"language":"json"}}},"url":"https://connect.dcbankapi.ca:35344/customerintegrationapi/v1.0/BankAccount/GetTotalWalletAccountBalance","description":"<h3 id=\"description\">Description</h3>\n<p>The purpose of this API is to get the total balance of wallet accounts.</p>\n<h3 id=\"request-parameters\">Request Parameters</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Name</th>\n<th>Type</th>\n<th>Max Length</th>\n<th>Description</th>\n<th>Required/ Optional</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td></td>\n<td></td>\n<td></td>\n<td></td>\n<td></td>\n</tr>\n</tbody>\n</table>\n</div><h3 id=\"response-parameters\">Response Parameters</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Name</th>\n<th>Type</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td></td>\n<td></td>\n<td></td>\n</tr>\n</tbody>\n</table>\n</div><h3 id=\"related-errors\">Related Errors</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Error Code</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td></td>\n<td></td>\n</tr>\n</tbody>\n</table>\n</div><h3 id=\"version\">Version</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Version Supported</th>\n<th>Date Released</th>\n<th><strong>Deprecation Date</strong></th>\n<th>End of Life Date</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>v1.0</td>\n<td>December 2019</td>\n<td>TBD</td>\n<td>TBD</td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"path":["customerintegrationapi","v1.0","BankAccount","GetTotalWalletAccountBalance"],"host":["https://connect.dcbankapi.ca:35344"],"query":[],"variable":[]}},"response":[{"id":"d067b89a-3d20-4642-b59d-42eaac38ff8a","name":"response","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"","description":"(Required) "},{"key":"Content-Type","value":"","description":"(Required) "}],"body":{"mode":"raw","raw":"\"<object>\""},"url":"https://connect.dcbankapi.ca:35344/customerintegrationapi/v1.0/BankAccount/GetTotalWalletAccountBalance"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n \"ErrorCode\": \"0\",\n \"ErrorDescription\": \"Successfull\",\n \"StackTrace\": null,\n \"Item\": 14803.65,\n \"IsSucceeded\": true,\n \"ErrorList\": [],\n \"ParameterList\": []\n}"}],"_postman_id":"a1ffcac3-8b58-4d7a-8649-c59eda5c311f"},{"name":"Get Specific Account Balance","id":"753cf5b7-682b-4e24-a0d0-3b07afe30871","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{token}}"}]},"isInherited":false},"method":"POST","header":[{"description":"<p>(Required) </p>\n","key":"Content-Type","value":""}],"body":{"mode":"raw","raw":"{\n    \"AccountId\": \"<integer>\"\n}","options":{"raw":{"language":"json"}}},"url":"https://connect.dcbankapi.ca:35344/customerintegrationapi/v1.0/BankAccount/GetSpecificAccountBalance","description":"<h3 id=\"description\">Description</h3>\n<p>The purpose of this API is to get the balance of a specific account.</p>\n<h3 id=\"request-parameters\">Request Parameters</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Name</th>\n<th>Type</th>\n<th>Max Length</th>\n<th>Description</th>\n<th>Required/ Optional</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td></td>\n<td></td>\n<td></td>\n<td></td>\n<td></td>\n</tr>\n</tbody>\n</table>\n</div><h3 id=\"response-parameters\">Response Parameters</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Name</th>\n<th>Type</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td></td>\n<td></td>\n<td></td>\n</tr>\n</tbody>\n</table>\n</div><h3 id=\"related-errors\">Related Errors</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Error Code</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>GetSpecificAccountBalanceOpE1</td>\n<td>Invalid request</td>\n</tr>\n<tr>\n<td>GetSpecificAccountBalanceOpE2</td>\n<td>Account is not valid</td>\n</tr>\n<tr>\n<td>GetSpecificAccountBalanceOpE3</td>\n<td>Account is not yours.</td>\n</tr>\n</tbody>\n</table>\n</div><h3 id=\"version\">Version</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Version Supported</th>\n<th>Date Released</th>\n<th><strong>Deprecation Date</strong></th>\n<th>End of Life Date</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>v1.0</td>\n<td>December 2019</td>\n<td>TBD</td>\n<td>TBD</td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"path":["customerintegrationapi","v1.0","BankAccount","GetSpecificAccountBalance"],"host":["https://connect.dcbankapi.ca:35344"],"query":[],"variable":[]}},"response":[{"id":"35769408-4c65-4bd7-b547-41a9b3aa0bff","name":"response","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"","description":"(Required) "},{"key":"Authorization","value":"","description":"(Required) "}],"body":{"mode":"raw","raw":"{\n    \"AccountId\": 0\n}"},"url":"https://connect.dcbankapi.ca:35344/customerintegrationapi/v1.0/BankAccount/GetSpecificAccountBalance"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n \"ErrorCode\": \"0\",\n \"ErrorDescription\": \"Successfull\",\n \"StackTrace\": null,\n \"Item\": 305,\n \"IsSucceeded\": true,\n \"ErrorList\": [],\n \"ParameterList\": []\n}"}],"_postman_id":"753cf5b7-682b-4e24-a0d0-3b07afe30871"},{"name":"Bank Account Transaction Inquiry","id":"13d669a9-6c85-45d1-be27-adf8dd14b8c6","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{token}}"}]},"isInherited":false},"method":"POST","header":[{"key":"Content-Type","value":"","description":"<p>(Required) </p>\n"}],"body":{"mode":"raw","raw":"{\n    \"FromDate\": \"<string>\",\n    \"ToDate\": \"<string>\",\n    \"AccountIds\": [\n        \"<integer>\"\n    ],\n    \"TransactionType\": \"<string>\",\n    \"StatementPeriod\": \"<integer>\",\n    \"ShortType\": \"<string>\"\n}","options":{"raw":{"language":"json"}}},"url":"https://connect.dcbankapi.ca:35344/customerintegrationapi/v1.0/BankAccount/BankAccountTransactionInquiry","description":"<h3 id=\"description\">Description</h3>\n<p>If FromDate and ToDate are specified, the Statement period needs to be left empty, because the date range entered is invalid when the StatementPeriod is written. To get the desired result, Using only either FromDate/ToDate or StatementPeriod is preferable. By the way, StatementPeriod implies the count of days.<br />TransactionType is C if Credit, D if Debit.<br />No need to write the whole description, a portion of the explanation will be enough.</p>\n<p>Returns transactions made from the AccountId written inside of AcoountIds []. If AcoountIds is left empty, it will return related transactions from all accounts.</p>\n<p>The ShortType field is used to specify the order of the transaction list to be fetched, and ASC (Ascending Order) sorts from old to new when typed, and DESC (Descending Order) sorts from old to new.</p>\n<h3 id=\"request-parameters\">Request Parameters</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Name</th>\n<th>Type</th>\n<th>Max Length</th>\n<th>Description</th>\n<th>Required/ Optional</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>FromDate</td>\n<td><em>DateTime</em></td>\n<td>yyyy-mm-dd</td>\n<td>The from date to search by.</td>\n<td><strong>Required</strong></td>\n</tr>\n<tr>\n<td>ToDate</td>\n<td><em>DateTime</em></td>\n<td>yyyy-mm-dd</td>\n<td>The to date to search by.</td>\n<td><strong>Required</strong></td>\n</tr>\n<tr>\n<td>AccountId</td>\n<td><em>Integer</em></td>\n<td>-</td>\n<td>The account identifier.</td>\n<td><strong>Required</strong></td>\n</tr>\n<tr>\n<td>TransactionType</td>\n<td><em>String</em></td>\n<td>1</td>\n<td>Indicates the type of transaction.  <br /><code>C</code> - Credit  <br /><code>D</code> - Debit</td>\n<td><strong>Required</strong></td>\n</tr>\n<tr>\n<td>StatementPeriod</td>\n<td><em>Integer</em></td>\n<td>-</td>\n<td>The statement period code.</td>\n<td><strong>Required</strong></td>\n</tr>\n<tr>\n<td>SortType</td>\n<td><em>String</em></td>\n<td>-</td>\n<td>Ascending or Descending.</td>\n<td><strong>Required</strong></td>\n</tr>\n</tbody>\n</table>\n</div><h3 id=\"response-parameters\">Response Parameters</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Name</th>\n<th>Type</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Id</td>\n<td><em>Numeric</em></td>\n<td>The customer identifier.</td>\n</tr>\n<tr>\n<td>TransactionDate</td>\n<td><em>DateTime</em></td>\n<td>The date of the transaction.</td>\n</tr>\n<tr>\n<td>Amount</td>\n<td><em>Decimal</em></td>\n<td>The amount of the transaction.</td>\n</tr>\n<tr>\n<td>ReferenceNumber</td>\n<td><em>Numeric</em></td>\n<td>The reference number of the transaction.</td>\n</tr>\n<tr>\n<td>Description</td>\n<td><em>String</em></td>\n<td>A description for the reason of the transaction.</td>\n</tr>\n<tr>\n<td>TransactionType</td>\n<td><em>String</em></td>\n<td>The type of transaction, whether Credit or Debit.</td>\n</tr>\n<tr>\n<td>TransactionTypeId</td>\n<td><em>Numeric</em></td>\n<td>The type ID of the transaction.</td>\n</tr>\n<tr>\n<td>AccountNumber</td>\n<td><em>Numeric</em></td>\n<td>The account number.</td>\n</tr>\n<tr>\n<td>AccountId</td>\n<td><em>Numeric</em></td>\n<td>The account identifier.</td>\n</tr>\n<tr>\n<td>AccountName</td>\n<td><em>String</em></td>\n<td>The name of the account.</td>\n</tr>\n<tr>\n<td>IBAN</td>\n<td><em>Numeric</em></td>\n<td>The IBAN associated with the account.</td>\n</tr>\n<tr>\n<td>CurrencySymbol</td>\n<td><em>Symbol</em></td>\n<td>The currency smybol.</td>\n</tr>\n<tr>\n<td>CurrencyCode</td>\n<td><em>String</em></td>\n<td>The code of the currency, CAD, USD, etc.</td>\n</tr>\n<tr>\n<td>CurrencyDesc</td>\n<td><em>String</em></td>\n<td>A brief description of the currency code.</td>\n</tr>\n<tr>\n<td>AmountDisplay</td>\n<td><em>String</em></td>\n<td>The amount of the transaction, including the currency cymbol.</td>\n</tr>\n</tbody>\n</table>\n</div><h3 id=\"related-errors\">Related Errors</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Error Code</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td></td>\n<td></td>\n</tr>\n</tbody>\n</table>\n</div><h3 id=\"version\">Version</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Version Supported</th>\n<th>Date Released</th>\n<th><strong>Deprecation Date</strong></th>\n<th>End of Life Date</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>v1.0</td>\n<td>December 2019</td>\n<td>TBD</td>\n<td>TBD</td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"path":["customerintegrationapi","v1.0","BankAccount","BankAccountTransactionInquiry"],"host":["https://connect.dcbankapi.ca:35344"],"query":[],"variable":[]}},"response":[{"id":"2dfa9a02-0f00-410d-a6e9-bd7e5e74c659","name":"response","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"","description":"(Required) "},{"key":"Authorization","value":"","description":"(Required) "}],"body":{"mode":"raw","raw":"{\n    \"FromDate\": \"2019-11-27T00:00:00.0000000+00:00\",\n    \"ToDate\": \"2019-12-12T00:00:00.0000000+00:00\",\n    \"AccountIds\": [\n        20193\n    ],\n    \"TransactionType\": \"C\",\n    \"StatementPeriod\": 10,\n    \"ShortType\": \"DESC\"\n}"},"url":"https://connect.dcbankapi.ca:35344/customerintegrationapi/v1.0/BankAccount/BankAccountTransactionInquiry"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n \"ErrorCode\": \"0\",\n \"ErrorDescription\": \"Successfull\",\n \"StackTrace\": null,\n \"Item\": [\n  {\n   \"Id\": 171965,\n   \"TransactionDate\": \"2019-12-16T18:21:00.0000000+00:00\",\n   \"Amount\": 73,\n   \"ReferenceNumber\": \"100000000125107246\",\n   \"Description\": \"$73 has been transferred from your Secure Card Security Account to the Wallet Account on 12/16/2019 06:20 PM  ->  vog test\",\n   \"TransactionType\": \"C\",\n   \"TransactionTypeId\": 6020,\n   \"AccountNumber\": 593396765,\n   \"AccountId\": 20193,\n   \"AccountName\": \"Secure Card Security Account\",\n   \"IBAN\": \"35210009593396765\",\n   \"CurrencySymbol\": \"$\",\n   \"CurrencyCode\": \"CAD\",\n   \"CurrencyDesc\": \"Canadian Dollar\",\n   \"AmountDisplay\": \"$73.00\"\n  },\n  {\n   \"Id\": 171872,\n   \"TransactionDate\": \"2019-12-12T21:24:00.0000000+00:00\",\n   \"Amount\": 4,\n   \"ReferenceNumber\": \"100000000125107183\",\n   \"Description\": \" Bill Payment of $4 has been paid on 12/12/2019 21:23 PM\",\n   \"TransactionType\": \"C\",\n   \"TransactionTypeId\": 6020,\n   \"AccountNumber\": 593396765,\n   \"AccountId\": 20193,\n   \"AccountName\": \"Secure Card Security Account\",\n   \"IBAN\": \"35210009593396765\",\n   \"CurrencySymbol\": \"$\",\n   \"CurrencyCode\": \"CAD\",\n   \"CurrencyDesc\": \"Canadian Dollar\",\n   \"AmountDisplay\": \"$4.00\"\n  },\n  {\n   \"Id\": 171863,\n   \"TransactionDate\": \"2019-12-12T19:39:00.0000000+00:00\",\n   \"Amount\": 5,\n   \"ReferenceNumber\": \"100000000125107178\",\n   \"Description\": \"$5.0 has been transferred from your Secure Card Security Account to the Cdic Sub Account on 12/12/2019 07:39 PM  ->  Test\",\n   \"TransactionType\": \"C\",\n   \"TransactionTypeId\": 6020,\n   \"AccountNumber\": 593396765,\n   \"AccountId\": 20193,\n   \"AccountName\": \"Secure Card Security Account\",\n   \"IBAN\": \"35210009593396765\",\n   \"CurrencySymbol\": \"$\",\n   \"CurrencyCode\": \"CAD\",\n   \"CurrencyDesc\": \"Canadian Dollar\",\n   \"AmountDisplay\": \"$5.00\"\n  },\n  {\n   \"Id\": 171865,\n   \"TransactionDate\": \"2019-12-12T19:39:00.0000000+00:00\",\n   \"Amount\": 5,\n   \"ReferenceNumber\": \"100000000125107179\",\n   \"Description\": \"$5.0 has been transferred from your Secure Card Security Account to the Cdic Sub Account on 12/12/2019 07:39 PM  ->  Test\",\n   \"TransactionType\": \"C\",\n   \"TransactionTypeId\": 6020,\n   \"AccountNumber\": 593396765,\n   \"AccountId\": 20193,\n   \"AccountName\": \"Secure Card Security Account\",\n   \"IBAN\": \"35210009593396765\",\n   \"CurrencySymbol\": \"$\",\n   \"CurrencyCode\": \"CAD\",\n   \"CurrencyDesc\": \"Canadian Dollar\",\n   \"AmountDisplay\": \"$5.00\"\n  }\n ],\n \"IsSucceeded\": true,\n \"ErrorList\": [],\n \"ParameterList\": []\n}"}],"_postman_id":"13d669a9-6c85-45d1-be27-adf8dd14b8c6"},{"name":"Create Recurring Money Transfer Between Accounts","id":"706fbfa5-3391-4da8-9dd0-7a635df55039","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{token}}"}]},"isInherited":false},"method":"POST","header":[{"description":"<p>(Required) </p>\n","key":"Content-Type","value":""}],"body":{"mode":"raw","raw":"{\n    \"SourceAccountId\": \"<integer>\",\n    \"DestinationAccountId\": \"<integer>\",\n    \"Amount\": \"<integer>\",\n    \"Period\": \"<integer>\",\n    \"TransactionDate\": \"<string>\"\n}","options":{"raw":{"language":"json"}}},"url":"https://connect.dcbankapi.ca:35344/customerintegrationapi/v1.0/BankAccount/CreateRecurringMoneyTransferBetweenAccounts","description":"<h3 id=\"description\">Description</h3>\n<p>The purpose of this API is to Create Recurring Money Transfer Between Accounts. To get SourceAccountId and DestinationAccountId, please call the Get All Customer Accounts API.</p>\n<p>Values for AutoLoadingPeriod; Daily = 1, Weekly = 2, Monthly = 3 and Yearly = 4</p>\n<h3 id=\"request-parameters\">Request Parameters</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Name</th>\n<th>Type</th>\n<th>Max Length</th>\n<th>Description</th>\n<th>Required/ Optional</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>SourceAccountId</td>\n<td><em>Integer</em></td>\n<td>-</td>\n<td>The account ID in which funds are flowing from.</td>\n<td><strong>Required</strong></td>\n</tr>\n<tr>\n<td>DestinationAccountId</td>\n<td><em>Integer</em></td>\n<td>-</td>\n<td>The account ID in which funds are flowing to.</td>\n<td><strong>Required</strong></td>\n</tr>\n<tr>\n<td>Amount</td>\n<td><em>Decimal</em></td>\n<td>-</td>\n<td>The amount of the transfer.</td>\n<td><strong>Required</strong></td>\n</tr>\n<tr>\n<td>Period</td>\n<td><em>Integer</em></td>\n<td>-</td>\n<td>The frequency of which the recurring transfer occurs.  <br /><code>1</code> - Daily  <br /><code>2</code> - Weekly  <br /><code>3</code> - Monthly  <br /><code>4</code> - Yearly</td>\n<td><strong>Required</strong></td>\n</tr>\n<tr>\n<td>TransactionDate</td>\n<td><em>DateTime</em></td>\n<td>yyyy-mm-dd</td>\n<td>The date of the transaction.</td>\n<td><strong>Required</strong></td>\n</tr>\n</tbody>\n</table>\n</div><h3 id=\"response-parameters\">Response Parameters</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Name</th>\n<th>Type</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td></td>\n<td></td>\n<td></td>\n</tr>\n</tbody>\n</table>\n</div><h3 id=\"related-errors\">Related Errors</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Error Code</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td></td>\n<td></td>\n</tr>\n</tbody>\n</table>\n</div><h3 id=\"version\">Version</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Version Supported</th>\n<th>Date Released</th>\n<th><strong>Deprecation Date</strong></th>\n<th>End of Life Date</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>v1.0</td>\n<td>December 2019</td>\n<td>TBD</td>\n<td>TBD</td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"path":["customerintegrationapi","v1.0","BankAccount","CreateRecurringMoneyTransferBetweenAccounts"],"host":["https://connect.dcbankapi.ca:35344"],"query":[],"variable":[]}},"response":[{"id":"6f67a0df-58d4-4b7b-ade7-de2e7f0bb535","name":"response","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"","description":"(Required) "},{"key":"Authorization","value":"","description":"(Required) "}],"body":{"mode":"raw","raw":"{\n    \"SourceAccountId\": 20663,\n    \"DestinationAccountId\": 20662,\n    \"Amount\": 100,\n    \"Period\": 4,\n    \"TransactionDate\": \"2020-01-02T00:00:00.0000000+00:00\"\n}"},"url":"https://connect.dcbankapi.ca:35344/customerintegrationapi/v1.0/BankAccount/CreateRecurringMoneyTransferBetweenAccounts"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n \"ErrorCode\": \"0\",\n \"ErrorDescription\": \"Successfull\",\n \"StackTrace\": null,\n \"IsSucceeded\": true,\n \"ErrorList\": [],\n \"ParameterList\": []\n}"}],"_postman_id":"706fbfa5-3391-4da8-9dd0-7a635df55039"},{"name":"Update Recurring Money Transfer Between Accounts","id":"b4063632-7e38-411b-bf76-bc13616af7d1","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{token}}"}]},"isInherited":false},"method":"POST","header":[{"description":"<p>(Required) </p>\n","key":"Content-Type","value":""}],"body":{"mode":"raw","raw":"{\n    \"AutoLoadingInstructionId\": \"<integer>\",\n    \"SourceAccountId\": \"<integer>\",\n    \"DestinationAccountId\": \"<integer>\",\n    \"Amount\": \"<integer>\",\n    \"Period\": \"<integer>\",\n    \"TransactionDate\": \"<string>\"\n}","options":{"raw":{"language":"json"}}},"url":"https://connect.dcbankapi.ca:35344/customerintegrationapi/v1.0/BankAccount/UpdateRecurringMoneyTransferBetweenAccounts","description":"<h3 id=\"description\">Description</h3>\n<p>The purpose of this API is to Update Recurring Money Transfer Between Accounts.</p>\n<p>SourceAccountId and DestinationAccountId can be retrieved through Get All Customer Accounts.</p>\n<p>To have the AutoLoadingInstructionId, call Get All Recurring Money Transfer Between Accounts.</p>\n<p>Values for AutoLoadingPeriod; Daily = 1, Weekly = 2, Monthly = 3 and Yearly = 4</p>\n<h3 id=\"request-parameters\">Request Parameters</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Name</th>\n<th>Type</th>\n<th>Max Length</th>\n<th>Description</th>\n<th>Required/ Optional</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>AutoLoadingInstructionId</td>\n<td><em>Integer</em></td>\n<td>-</td>\n<td>ID of the auto loading instruction.</td>\n<td><strong>Required</strong></td>\n</tr>\n<tr>\n<td>SourceAccountId</td>\n<td><em>Integer</em></td>\n<td>-</td>\n<td>The source account where the funds are flowing out of.</td>\n<td><strong>Required</strong></td>\n</tr>\n<tr>\n<td>DestinationAccountId</td>\n<td><em>Integer</em></td>\n<td>-</td>\n<td>The destination account where the funds are intended to be deposited.</td>\n<td><strong>Required</strong></td>\n</tr>\n<tr>\n<td>Amount</td>\n<td><em>Decimal</em></td>\n<td>-</td>\n<td>The amount of the transaction.</td>\n<td><strong>Required</strong></td>\n</tr>\n<tr>\n<td>Period</td>\n<td><em>Integer</em></td>\n<td>-</td>\n<td>The period/how often the recurring payments happens.  <br /><code>1</code> - Daily  <br /><code>2</code> - Weekly  <br /><code>3</code> - Monthly  <br /><code>4</code> - Yearly</td>\n<td><strong>Required</strong></td>\n</tr>\n<tr>\n<td>TransactionDate</td>\n<td><em>DateTime</em></td>\n<td>yyyy-mm-dd</td>\n<td>The date the recurring payment happens.</td>\n<td><strong>Required</strong></td>\n</tr>\n</tbody>\n</table>\n</div><h3 id=\"response-parameters\">Response Parameters</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Name</th>\n<th>Type</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td></td>\n<td></td>\n<td></td>\n</tr>\n</tbody>\n</table>\n</div><h3 id=\"related-errors\">Related Errors</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Error Code</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td></td>\n<td></td>\n</tr>\n</tbody>\n</table>\n</div><h3 id=\"version\">Version</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Version Supported</th>\n<th>Date Released</th>\n<th><strong>Deprecation Date</strong></th>\n<th>End of Life Date</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>v1.0</td>\n<td>December 2019</td>\n<td>TBD</td>\n<td>TBD</td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"path":["customerintegrationapi","v1.0","BankAccount","UpdateRecurringMoneyTransferBetweenAccounts"],"host":["https://connect.dcbankapi.ca:35344"],"query":[],"variable":[]}},"response":[{"id":"f122e0d1-7ac3-4e16-9199-8909ada5f91e","name":"response","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"","description":"(Required) "},{"key":"Authorization","value":"","description":"(Required) "}],"body":{"mode":"raw","raw":"{\n    \"AutoLoadingInstructionId\": 2,\n    \"SourceAccountId\": 20663,\n    \"DestinationAccountId\": 20662,\n    \"Amount\": 10,\n    \"Period\": 3,\n    \"TransactionDate\": \"2020-01-05T00:00:00.0000000+00:00\"\n}"},"url":"https://connect.dcbankapi.ca:35344/customerintegrationapi/v1.0/BankAccount/UpdateRecurringMoneyTransferBetweenAccounts"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n \"ErrorCode\": \"0\",\n \"ErrorDescription\": \"Successfull\",\n \"StackTrace\": null,\n \"IsSucceeded\": true,\n \"ErrorList\": [],\n \"ParameterList\": []\n}"}],"_postman_id":"b4063632-7e38-411b-bf76-bc13616af7d1"},{"name":"Delete Recurring Money Transfer Between Accounts","id":"51faf2fb-34c0-468d-81cf-2218f9bf2b87","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{token}}"}]},"isInherited":false},"method":"POST","header":[{"key":"Content-Type","value":"","description":"<p>(Required) </p>\n"}],"body":{"mode":"raw","raw":"{\n    \"AutoLoadingInstructionId\": \"<integer>\"\n}","options":{"raw":{"language":"json"}}},"url":"https://connect.dcbankapi.ca:35344/customerintegrationapi/v1.0/BankAccount/DeleteRecurringMoneyTransferBetweenAccounts","description":"<h3 id=\"description\">Description</h3>\n<p>The purpose of this API is to Delete Recurring Money Transfer Between Accounts.</p>\n<p>To have the AutoLoadingInstructionId, call Get All Recurring Money Transfer Between Accounts.</p>\n<h3 id=\"request-parameters\">Request Parameters</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Name</th>\n<th>Type</th>\n<th>Max Length</th>\n<th>Description</th>\n<th>Required/ Optional</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>AutoLoadingInstructionId</td>\n<td><em>Integer</em></td>\n<td>-</td>\n<td>Auto-loading instruction identifier.</td>\n<td><strong>Required</strong></td>\n</tr>\n</tbody>\n</table>\n</div><h3 id=\"response-parameters\">Response Parameters</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Name</th>\n<th>Type</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td></td>\n<td></td>\n<td></td>\n</tr>\n</tbody>\n</table>\n</div><h3 id=\"related-errors\">Related Errors</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Error Code</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td></td>\n<td></td>\n</tr>\n</tbody>\n</table>\n</div><h3 id=\"version\">Version</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Version Supported</th>\n<th>Date Released</th>\n<th><strong>Deprecation Date</strong></th>\n<th>End of Life Date</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>v1.0</td>\n<td>December 2019</td>\n<td>TBD</td>\n<td>TBD</td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"path":["customerintegrationapi","v1.0","BankAccount","DeleteRecurringMoneyTransferBetweenAccounts"],"host":["https://connect.dcbankapi.ca:35344"],"query":[],"variable":[]}},"response":[{"id":"6ad13475-80e4-4b50-8fc9-41010bdca809","name":"response","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"","description":"(Required) "},{"key":"Authorization","value":"","description":"(Required) "}],"body":{"mode":"raw","raw":"{\n    \"AutoLoadingInstructionId\": 7\n}"},"url":"https://connect.dcbankapi.ca:35344/customerintegrationapi/v1.0/BankAccount/DeleteRecurringMoneyTransferBetweenAccounts"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n \"ErrorCode\": \"0\",\n \"ErrorDescription\": \"Successfull\",\n \"StackTrace\": null,\n \"IsSucceeded\": true,\n \"ErrorList\": [],\n \"ParameterList\": []\n}"}],"_postman_id":"51faf2fb-34c0-468d-81cf-2218f9bf2b87"},{"name":"Get All Recurring Money Transfer Between Accounts","id":"99611a69-2888-4ccd-86b8-465045c36070","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{token}}"}]},"isInherited":false},"method":"POST","header":[{"key":"Content-Type","value":"","description":"<p>(Required) </p>\n"}],"body":{"mode":"raw","raw":"\"<object>\"","options":{"raw":{"language":"json"}}},"url":"https://connect.dcbankapi.ca:35344/customerintegrationapi/v1.0/BankAccount/GetAllRecurringMoneyTransferBetweenAccounts","description":"<h3 id=\"description\">Description</h3>\n<p>The purpose of this API is to Get All Recurring Money Transfer Between Accounts.</p>\n<h3 id=\"request-parameters\">Request Parameters</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Name</th>\n<th>Type</th>\n<th>Max Length</th>\n<th>Description</th>\n<th>Required/ Optional</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td></td>\n<td></td>\n<td></td>\n<td></td>\n<td></td>\n</tr>\n</tbody>\n</table>\n</div><h3 id=\"response-parameters\">Response Parameters</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Name</th>\n<th>Type</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>AutoLoadingInstructionId</td>\n<td><em>Integer</em></td>\n<td>Auto-loading instruction identifier.</td>\n</tr>\n<tr>\n<td>SourceAccountId</td>\n<td><em>Integer</em></td>\n<td>The source accounts where funds are flowing out of.</td>\n</tr>\n<tr>\n<td>DestinationAccountId</td>\n<td><em>Integer</em></td>\n<td>The destination account where funds are flowing into.</td>\n</tr>\n<tr>\n<td>Amount</td>\n<td><em>Decimal</em></td>\n<td>The amount of the transaction.</td>\n</tr>\n<tr>\n<td>Period</td>\n<td><em>Integer</em></td>\n<td>The period in which the recurring payment happens.</td>\n</tr>\n<tr>\n<td>TransactionDate</td>\n<td><em>DateTime</em></td>\n<td>The date the transaction occurs.</td>\n</tr>\n</tbody>\n</table>\n</div><h3 id=\"related-errors\">Related Errors</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Error Code</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td></td>\n<td></td>\n</tr>\n</tbody>\n</table>\n</div><h3 id=\"version\">Version</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Version Supported</th>\n<th>Date Released</th>\n<th><strong>Deprecation Date</strong></th>\n<th>End of Life Date</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>v1.0</td>\n<td>December 2019</td>\n<td>TBD</td>\n<td>TBD</td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"path":["customerintegrationapi","v1.0","BankAccount","GetAllRecurringMoneyTransferBetweenAccounts"],"host":["https://connect.dcbankapi.ca:35344"],"query":[],"variable":[]}},"response":[{"id":"a41f6f2e-bc77-456b-8d55-530a9030a74f","name":"response","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"","description":"(Required) "},{"key":"Authorization","value":"","description":"(Required) "}],"body":{"mode":"raw","raw":"\"<object>\""},"url":"https://connect.dcbankapi.ca:35344/customerintegrationapi/v1.0/BankAccount/GetAllRecurringMoneyTransferBetweenAccounts"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n \"ErrorCode\": \"0\",\n \"ErrorDescription\": \"Successfull\",\n \"StackTrace\": null,\n \"Item\": [\n  {\n   \"AutoLoadingInstructionId\": 2,\n   \"SourceAccountId\": 20663,\n   \"DestinationAccountId\": 20662,\n   \"Amount\": 10,\n   \"Period\": 1,\n   \"TransactionDate\": \"2020-01-03T00:00:00.0000000+00:00\"\n  },\n  {\n   \"AutoLoadingInstructionId\": 3,\n   \"SourceAccountId\": 20663,\n   \"DestinationAccountId\": 20661,\n   \"Amount\": 10,\n   \"Period\": 1,\n   \"TransactionDate\": \"2020-01-03T00:00:00.0000000+00:00\"\n  },\n  {\n   \"AutoLoadingInstructionId\": 4,\n   \"SourceAccountId\": 20663,\n   \"DestinationAccountId\": 20662,\n   \"Amount\": 100,\n   \"Period\": 4,\n   \"TransactionDate\": \"2020-01-02T00:00:00.0000000+00:00\"\n  }\n ],\n \"IsSucceeded\": true,\n \"ErrorList\": [],\n \"ParameterList\": []\n}"}],"_postman_id":"99611a69-2888-4ccd-86b8-465045c36070"},{"name":"Money Transfer Between Accounts","id":"7ca6893d-0a10-4600-acb0-a85a2588422b","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{token}}"}]},"isInherited":false},"method":"POST","header":[{"warning":"This is a duplicate header and will be overridden by the Authorization header generated by Postman.","key":"Authorization","value":"","description":"<p>(Required)</p>\n","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"SourceAccountId\" : 164709,\r\n    \"DestinationAccountId\" : 164726,\r\n    \"Amount\": 100\r\n}","options":{"raw":{"language":"json"}}},"url":"https://connect.dcbankapi.ca:35344/customerintegrationapi/v1.0/BankAccount/MoneyTransferBetweenAccountsV2","description":"<h3 id=\"description\">Description</h3>\n<p>The Money Transfer Between Accounts API allows the user to transfer funds between accounts.</p>\n<h3 id=\"request-parameters\">Request Parameters</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Name</th>\n<th>Type</th>\n<th>Max Length</th>\n<th>Description</th>\n<th>Required/ Optional</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>SourceAccountId</td>\n<td><em>Integer</em></td>\n<td>-</td>\n<td>The source account ID. Where the funds are flowing out of.</td>\n<td><strong>Required</strong></td>\n</tr>\n<tr>\n<td>DestinationAccountId</td>\n<td><em>Integer</em></td>\n<td>-</td>\n<td>The destination account ID. Where the funds are flowing into.</td>\n<td><strong>Required</strong></td>\n</tr>\n<tr>\n<td>Amount</td>\n<td><em>Decimal</em></td>\n<td>-</td>\n<td>The amount of the transfer.</td>\n<td><strong>Required</strong></td>\n</tr>\n</tbody>\n</table>\n</div><h3 id=\"response-parameters\">Response Parameters</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Name</th>\n<th>Type</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>ReferenceNumber</td>\n<td><em>String</em></td>\n<td>The transactions reference number.</td>\n</tr>\n<tr>\n<td>TransactionId</td>\n<td><em>Integer</em></td>\n<td>The ID of the transaction.</td>\n</tr>\n<tr>\n<td>Amount</td>\n<td><em>Decimal</em></td>\n<td>The amount of the transaction.</td>\n</tr>\n<tr>\n<td>Explanation</td>\n<td><em>String</em></td>\n<td>An explanation/description of the transaction.</td>\n</tr>\n<tr>\n<td>SourceAccount</td>\n<td><em>String</em></td>\n<td>The name and number of the source accounts where the funds are flowing out of.</td>\n</tr>\n<tr>\n<td>DestinationAccount</td>\n<td><em>String</em></td>\n<td>The name and number of the destination account where funds are flowing into.</td>\n</tr>\n<tr>\n<td>SourceClient</td>\n<td><em>String</em></td>\n<td>The name of the source client.</td>\n</tr>\n<tr>\n<td>DestinationClient</td>\n<td><em>String</em></td>\n<td>The name of the destination client.</td>\n</tr>\n<tr>\n<td>SourceTransactionId</td>\n<td><em>Integer</em></td>\n<td>The ID of the source transaction.</td>\n</tr>\n<tr>\n<td>DestinationTransactionId</td>\n<td><em>Integer</em></td>\n<td>The ID of the destination transaction.</td>\n</tr>\n</tbody>\n</table>\n</div><h3 id=\"related-errors\">Related Errors</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Error Code</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td></td>\n<td></td>\n</tr>\n</tbody>\n</table>\n</div><h3 id=\"version\">Version</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Version Supported</th>\n<th>Date Released</th>\n<th><strong>Deprecation Date</strong></th>\n<th>End of Life Date</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>v1.0</td>\n<td>December 2019</td>\n<td>TBD</td>\n<td>TBD</td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"path":["customerintegrationapi","v1.0","BankAccount","MoneyTransferBetweenAccountsV2"],"host":["https://connect.dcbankapi.ca:35344"],"query":[],"variable":[]}},"response":[{"id":"d20aa3eb-65c6-414b-a1a4-b0f5b5689cc9","name":"Success","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"","description":"(Required)","type":"text","disabled":true},{"warning":"This is a duplicate header and will be overridden by the Authorization header generated by Postman.","key":"Authorization","value":"","description":"(Required)","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"SourceAccountId\" : 164709,\r\n    \"DestinationAccountId\" : 164726,\r\n    \"Amount\": 100\r\n}","options":{"raw":{"language":"json"}}},"url":"https://connect.dcbankapi.ca:35344/customerintegrationapi/v1.0/BankAccount/MoneyTransferBetweenAccountsV2"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Thu, 15 Sep 2022 10:59:32 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Server","value":"nginx/1.21.6"},{"key":"Content-Encoding","value":"br"},{"key":"Vary","value":"Accept-Encoding"}],"cookie":[],"responseTime":null,"body":"{\n    \"ErrorCode\": \"0\",\n    \"ErrorDescription\": \"Successfull\",\n    \"StackTrace\": null,\n    \"Item\": {\n        \"ReferenceNumber\": 100000000128230167,\n        \"TransactionId\": 26176559,\n        \"Amount\": 100,\n        \"Explanation\": null,\n        \"SourceAccount\": \"My Bank Account 4 (544739386)\",\n        \"DestinationAccount\": \"My Bank Account 3 (556266807)\",\n        \"SourceClient\": \"Fuse Financial\",\n        \"DestinationClient\": \"Fuse Financial\",\n        \"SourceTransactionId\": 0,\n        \"DestinationTransactionId\": 0\n    },\n    \"IsSucceeded\": true,\n    \"ErrorList\": [],\n    \"ParameterList\": []\n}"}],"_postman_id":"7ca6893d-0a10-4600-acb0-a85a2588422b"}],"id":"765c6717-50be-4490-9338-1af1e2b3e69e","_postman_id":"765c6717-50be-4490-9338-1af1e2b3e69e","description":"","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{token}}"}]},"isInherited":true,"source":{"_postman_id":"8869d7bd-0788-46cf-8d20-ac14f428a8ec","id":"8869d7bd-0788-46cf-8d20-ac14f428a8ec","name":"EndUser API","type":"collection"}}},{"name":"Bill Payment","item":[{"name":"Get Bill Payee List","id":"9b9273fb-0cff-422b-995c-3ea6a5bec6f5","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{token}}"}]},"isInherited":false},"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"Name\": \"Telus\"\n}","options":{"raw":{"language":"json"}}},"url":"https://connect.dcbankapi.ca:35344/customerintegrationapi/v1.0/BillPayment/GetBillPayeeList","description":"<h3 id=\"description\">Description</h3>\n<p>To retrieve a list of payees, you must enter a minimum of three characters. The resulting list will only include payees that match the characters you have entered.</p>\n<h3 id=\"request-parameters\">Request Parameters</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Name</th>\n<th>Type</th>\n<th>Max Length</th>\n<th>Description</th>\n<th>Required/ Optional</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Name</td>\n<td>String</td>\n<td>-</td>\n<td>The name of the Payee.</td>\n<td><strong>Required</strong></td>\n</tr>\n</tbody>\n</table>\n</div><h3 id=\"response-parameters\">Response Parameters</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Name</th>\n<th>Type</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td></td>\n<td></td>\n<td></td>\n</tr>\n</tbody>\n</table>\n</div><h3 id=\"related-errors\">Related Errors</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Error Code</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td></td>\n<td></td>\n</tr>\n</tbody>\n</table>\n</div><h3 id=\"version\">Version</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Version Supported</th>\n<th>Date Released</th>\n<th><strong>Deprecation Date</strong></th>\n<th>End of Life Date</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>v1.0</td>\n<td>December 2019</td>\n<td>TBD</td>\n<td>TBD</td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"path":["customerintegrationapi","v1.0","BillPayment","GetBillPayeeList"],"host":["https://connect.dcbankapi.ca:35344"],"query":[],"variable":[]}},"response":[{"id":"9a44485b-26e2-467c-be2d-556a97cc7ddd","name":"Success","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"","description":"(Required) "},{"key":"Authorization","value":"","description":"(Required) "}],"body":{"mode":"raw","raw":"{\n    \"Name\": \"Telus\"\n}"},"url":"https://connect.dcbankapi.ca:35344/customerintegrationapi/v1.0/BillPayment/GetBillPayeeList"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"\"schema type not provided\""}],"_postman_id":"9b9273fb-0cff-422b-995c-3ea6a5bec6f5"},{"name":"Create Bill Payment","id":"df81f4ef-9b22-4b19-82b0-ee67646f5d73","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{token}}"}]},"isInherited":false},"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"AccountId\": \"<integer>\",\n    \"PayeeName\": \"<string>\",\n    \"PayeeCode\": \"<string>\",\n    \"PayeeAccountNumber\": \"<string>\",\n    \"Amount\": \"<integer>\",\n    \"Description\": \"<string>\"\n}","options":{"raw":{"language":"json"}}},"url":"https://connect.dcbankapi.ca:35344/customerintegrationapi/v1.0/BillPayment/CreateBillPayment","description":"<h3 id=\"description\">Description</h3>\n<p>The purpose of this API is to Create A Bill Payment. Through the API, only individual/single bills can be paid. <strong>PayeeName</strong> and <strong>PayeeCode</strong> can be retrieved from Get Bill Payee List.</p>\n<h3 id=\"request-parameters\">Request Parameters</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Name</th>\n<th>Type</th>\n<th>Max Length</th>\n<th>Description</th>\n<th>Required/ Optional</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>AccountId</td>\n<td><em>Integer</em></td>\n<td>-</td>\n<td>The ID of the account.</td>\n<td><strong>Required</strong></td>\n</tr>\n<tr>\n<td>PayeeName</td>\n<td><em>String</em></td>\n<td>-</td>\n<td>The name of the payee.  <br />This value can be obtained using the <strong>Get Bill Payee List</strong> API.</td>\n<td><strong>Required</strong></td>\n</tr>\n<tr>\n<td>PayeeCode</td>\n<td><em>Integer</em></td>\n<td>-</td>\n<td>The code of the payee.  <br />This value can be obtained using the <strong>Get Bill Payee List</strong> API.</td>\n<td><strong>Required</strong></td>\n</tr>\n<tr>\n<td>PayeeAccountNumber</td>\n<td><em>Integer</em></td>\n<td>-</td>\n<td>The account number of the payee.</td>\n<td><strong>Required</strong></td>\n</tr>\n<tr>\n<td>Amount</td>\n<td><em>Decimal</em></td>\n<td>-</td>\n<td>The amount of the bill payment.</td>\n<td><strong>Required</strong></td>\n</tr>\n<tr>\n<td>Description</td>\n<td><em>String</em></td>\n<td>-</td>\n<td>A description of the transaction/ bill payment.</td>\n<td><strong>Required</strong></td>\n</tr>\n</tbody>\n</table>\n</div><h3 id=\"response-parameters\">Response Parameters</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Name</th>\n<th>Type</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td></td>\n<td></td>\n<td></td>\n</tr>\n</tbody>\n</table>\n</div><h3 id=\"related-errors\">Related Errors</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Error Code</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>BalanceTransactionInsertOpE1</td>\n<td>Error Occurred When Adding Balance Transaction.</td>\n</tr>\n<tr>\n<td>BillInformationControlE1</td>\n<td>Bill Url Information not found.</td>\n</tr>\n<tr>\n<td>CreateBillPaymentTransactionOpE2</td>\n<td>Transaction Amount Cannot Be Empty.</td>\n</tr>\n<tr>\n<td>CreateBillPaymentTransactionOpE3</td>\n<td>Account Number Cannot Be Empty</td>\n</tr>\n<tr>\n<td>CreateBillPaymentTransactionOpE4</td>\n<td>Payee Not Found.</td>\n</tr>\n<tr>\n<td>CreateBillPaymentTransactionOpE5</td>\n<td>Account Not Found.</td>\n</tr>\n<tr>\n<td>Account Not Found</td>\n<td>Insufficient Balance</td>\n</tr>\n</tbody>\n</table>\n</div><h3 id=\"version\">Version</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Version Supported</th>\n<th>Date Released</th>\n<th><strong>Deprecation Date</strong></th>\n<th>End of Life Date</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>v1.0</td>\n<td>December 2019</td>\n<td>TBD</td>\n<td>TBD</td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"path":["customerintegrationapi","v1.0","BillPayment","CreateBillPayment"],"host":["https://connect.dcbankapi.ca:35344"],"query":[],"variable":[]}},"response":[{"id":"07df4c81-9030-4df6-8596-0667a5b17869","name":"Success","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"","description":"(Required) "},{"key":"Authorization","value":"","description":"(Required) "}],"body":{"mode":"raw","raw":"{\n    \"AccountId\": \"20663\",\n    \"PayeeName\": \"Telus\",\n    \"PayeeCode\": \"000006\",\n    \"PayeeAccountNumber\": \"6024523148\",\n    \"Amount\": 2.5,\n    \"Description\": \"Test\"\n}"},"url":"https://connect.dcbankapi.ca:35344/customerintegrationapi/v1.0/BillPayment/CreateBillPayment"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n \"ErrorCode\": \"0\",\n \"ErrorDescription\": \"Successfull\",\n \"StackTrace\": null,\n \"Item\": 129,\n \"IsSucceeded\": true,\n \"ErrorList\": [],\n \"ParameterList\": []\n}"}],"_postman_id":"df81f4ef-9b22-4b19-82b0-ee67646f5d73"},{"name":"Create Recurring Bill Payment","id":"226492c1-59c9-4123-8dd9-ce432a5788a3","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{token}}"}]},"isInherited":false},"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"SourceAccountId\": \"<integer>\",\n    \"PayeeCode\": \"<string>\",\n    \"PayeeName\": \"<string>\",\n    \"PayeeAccountNumber\": \"<string>\",\n    \"RecurringAmount\": \"<number>\",\n    \"StartDate\": \"<string>\",\n    \"EndDate\": \"<string>\",\n    \"Description\": \"<string>\",\n    \"FirstDueDateOption\": \"<integer>\",\n    \"PeriodWeekly\": \"<integer>\",\n    \"PeriodBiWeekly\": \"<integer>\",\n    \"PeriodMonthly\": \"<integer>\",\n    \"PeriodQuarterly\": \"<integer>\"\n}","options":{"raw":{"language":"json"}}},"url":"https://connect.dcbankapi.ca:35344/customerintegrationapi/v1.0/BillPayment/CreateRecurringBillPayment","description":"<h3 id=\"description\">Description</h3>\n<p>This API allows the user to create a recurring bill payment.</p>\n<p><b>FirstDueDateOption</b> -&gt; Weekly is 1, Bi-Weekly is 2, Semi-Monthly is 3, Monthly is 4, Month-End is 5, Quarterly is 6 and Quarter-End is 7.</p>\n<p>If <b>Weekly </b> has been chosen, then <b>PeriodWeekly</b> -&gt; Sunday is 0, Monday is 1, Tuesday is 2, Wednesday is 3, Thursday is 4, Friday is 5 and Saturday is 6 can be selected.</p>\n<p>If <b>Bi-Weekly</b> has been chosen, then <b>PeriodBiWeekly</b> -&gt; Sunday is 0, Monday is 1, Tuesday is 2, Wednesday is 3, Thursday is 4, Friday is 5 and Saturday is 6 can be selected.</p>\n<p>If <b>SemiMonthly</b> has been chosen, then the system will accept the payment date as the <b>15th of the month.</b></p>\n<p>If <b>Monthly</b> has been chosen, then <b>PeriodMonthly</b> can be any selected day of the month.</p>\n<p>If <b>MonthEnd</b> has been chosen, then the system will accept the payment date as the last day of the month.</p>\n<p>If <b>Quarterly</b> has been chosen, then <b>PeriodQuarterly</b> can be any selected day of the month, but the payment will be done in a quarter period.</p>\n<p>If <b>QuarterEnd</b> has been chosen, then the system will accept the payment date  as the last day of the every quarter period.</p>\n<h3 id=\"request-parameters\">Request Parameters</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Name</th>\n<th>Type</th>\n<th>Max Length</th>\n<th>Description</th>\n<th>Required/ Optional/ Conditional</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>SourceAccountId</td>\n<td><em>Integer</em></td>\n<td>-</td>\n<td>The source account ID.  <br />This value can be obtained using the <strong>Get All Customer Accounts</strong> API.</td>\n<td><strong>Required</strong></td>\n</tr>\n<tr>\n<td>PayeeCode</td>\n<td><em>Integer</em></td>\n<td>-</td>\n<td>The code of the payee.  <br />This value can be obtained using the <strong>Get Bill Payee List</strong> API.</td>\n<td><strong>Required</strong></td>\n</tr>\n<tr>\n<td>PayeeName</td>\n<td><em>String</em></td>\n<td>-</td>\n<td>The name of the payee.  <br />This value can be obtained using the <strong>Get Bill Payee List</strong> API.</td>\n<td><strong>Required</strong></td>\n</tr>\n<tr>\n<td>PayeeAccountNumber</td>\n<td><em>Integer</em></td>\n<td>-</td>\n<td>The number of the payee's account.</td>\n<td><strong>Required</strong></td>\n</tr>\n<tr>\n<td>RecurringAmount</td>\n<td><em>Decimal</em></td>\n<td>-</td>\n<td>The amount of the recurring transaction being created.</td>\n<td><strong>Required</strong></td>\n</tr>\n<tr>\n<td>StartDate</td>\n<td><em>DateTime</em></td>\n<td>yyyy-mm-dd</td>\n<td>The start date of the reucrring payment.</td>\n<td><strong>Required</strong></td>\n</tr>\n<tr>\n<td>EndDate</td>\n<td><em>DateTime</em></td>\n<td>yyyy-mm-dd</td>\n<td>The end date of the recurring payment.</td>\n<td><strong>Required</strong></td>\n</tr>\n<tr>\n<td>Description</td>\n<td><em>String</em></td>\n<td>-</td>\n<td>A description of the transaction/ bill payment.</td>\n<td><strong>Required</strong></td>\n</tr>\n<tr>\n<td>FirstDueDateOption</td>\n<td><em>Integer</em></td>\n<td>1</td>\n<td><code>1</code> - Weekly  <br /><code>2</code> - BiWeekly  <br /><code>3</code> - Semi-Monthly  <br /><code>4</code> - Monthly  <br /><code>5</code> - Month End</td>\n<td><strong>Required</strong></td>\n</tr>\n<tr>\n<td>PeriodWeekly</td>\n<td><em>Integer</em></td>\n<td>1</td>\n<td><code>0</code> - Sunday  <br /><code>1</code> - Monday  <br /><code>2</code> - Tuesday  <br /><code>3</code> - Wednesday  <br /><code>4</code> - Thursday  <br /><code>5</code> - Friday  <br /><code>6</code> - Saturday</td>\n<td>Conditional</td>\n</tr>\n<tr>\n<td>PeriodBiWeekly</td>\n<td><em>Integer</em></td>\n<td>1</td>\n<td><code>0</code> - Sunday  <br /><code>1</code> - Monday  <br /><code>2</code> - Tuesday  <br /><code>3</code> - Wednesday  <br /><code>4</code> - Thursday  <br /><code>5</code> - Friday  <br /><code>6</code> - Saturday</td>\n<td>Conditional</td>\n</tr>\n<tr>\n<td>PeriodMonthly</td>\n<td><em>Integer</em></td>\n<td>-</td>\n<td>Any day of the month may be selected.</td>\n<td>Conditional</td>\n</tr>\n<tr>\n<td>PeriodQuarterly</td>\n<td><em>Integer</em></td>\n<td>-</td>\n<td>Can be any day of the month, but the payment will be done in a quarterly period.</td>\n<td>Conditional</td>\n</tr>\n<tr>\n<td>FreezeStartDate</td>\n<td><em>DateTime</em></td>\n<td>-</td>\n<td>If the user wants to put a freeze on the recurring payment, this is the start date of the freeze.</td>\n<td>Optional</td>\n</tr>\n<tr>\n<td>FreezeEndDate</td>\n<td><em>DateTime</em></td>\n<td>-</td>\n<td>If the user had put a freeze on the recurring payment, this is the end date of the freeze.</td>\n<td>Optional</td>\n</tr>\n</tbody>\n</table>\n</div><h3 id=\"response-parameters\">Response Parameters</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Name</th>\n<th>Type</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td></td>\n<td></td>\n<td></td>\n</tr>\n</tbody>\n</table>\n</div><h3 id=\"related-errors\">Related Errors</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Error Code</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td></td>\n<td></td>\n</tr>\n</tbody>\n</table>\n</div><h3 id=\"version\">Version</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Version Supported</th>\n<th>Date Released</th>\n<th><strong>Deprecation Date</strong></th>\n<th>End of Life Date</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>v1.0</td>\n<td>December 2019</td>\n<td>TBD</td>\n<td>TBD</td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"path":["customerintegrationapi","v1.0","BillPayment","CreateRecurringBillPayment"],"host":["https://connect.dcbankapi.ca:35344"],"query":[],"variable":[]}},"response":[{"id":"5abc1979-26eb-4ef8-a0eb-a6bb1d71e75f","name":"Success","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"SourceAccountId\": 20661,\n    \"PayeeCode\": \"000006\",\n    \"PayeeName\": \"Telus Communications\",\n    \"PayeeAccountNumber\": \"6024523148\",\n    \"RecurringAmount\": 1.13,\n    \"StartDate\": \"2019-12-12T00:00:00.0000000+00:00\",\n    \"EndDate\": \"2020-07-27T00:00:00.0000000+00:00\",\n    \"Description\": \"TestApi\",\n    \"FirstDueDateOption\": 3,\n    \"PeriodWeekly\": 0,\n    \"PeriodBiWeekly\": 0,\n    \"PeriodMonthly\": 0,\n    \"PeriodQuarterly\": 0,\n    \"FreezeStartDate\": \"2020-01-14T00:00:00.0000000+00:00\",\n    \"FreezeEndDate\": \"2020-03-29T00:00:00.0000000+00:00\"\n}","options":{"raw":{"language":"json"}}},"url":"https://connect.dcbankapi.ca:35344/customerintegrationapi/v1.0/BillPayment/CreateRecurringBillPayment"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n    \"ErrorCode\": \"0\",\n    \"ErrorDescription\": \"Successfull\",\n    \"StackTrace\": null,\n    \"Item\": 41,\n    \"IsSucceeded\": true,\n    \"ErrorList\": [],\n    \"ParameterList\": []\n}"}],"_postman_id":"226492c1-59c9-4123-8dd9-ce432a5788a3"},{"name":"Cancel Recurring Bill Payment","id":"ef9ace02-070c-4494-a910-9fa80ca666db","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{token}}"}]},"isInherited":false},"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"BillId\": 12345\r\n}","options":{"raw":{"language":"json"}}},"url":"https://connect.dcbankapi.ca:35344/customerintegrationapi/v1.0/BillPayment/CancelRecurringBillPayment","description":"<h3 id=\"description\">Description</h3>\n<p>This API allows the user the cancel a recurring bill payment they created.</p>\n<h3 id=\"request-parameters\">Request Parameters</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Name</th>\n<th>Type</th>\n<th>Max Length</th>\n<th>Description</th>\n<th>Required/ Optional</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>BillId</td>\n<td><em>Integer</em></td>\n<td>-</td>\n<td>The ID of the bill.</td>\n<td><strong>Required</strong></td>\n</tr>\n</tbody>\n</table>\n</div><h3 id=\"response-parameters\">Response Parameters</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Name</th>\n<th>Type</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td></td>\n<td></td>\n<td></td>\n</tr>\n</tbody>\n</table>\n</div><h3 id=\"related-errors\">Related Errors</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Error Code</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td></td>\n<td></td>\n</tr>\n</tbody>\n</table>\n</div><h3 id=\"version\">Version</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Version Supported</th>\n<th>Date Released</th>\n<th><strong>Deprecation Date</strong></th>\n<th>End of Life Date</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>v1.0</td>\n<td>December 2019</td>\n<td>TBD</td>\n<td>TBD</td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"path":["customerintegrationapi","v1.0","BillPayment","CancelRecurringBillPayment"],"host":["https://connect.dcbankapi.ca:35344"],"query":[],"variable":[]}},"response":[{"id":"9bf32ee6-60c1-4ff1-bb0c-f5a4e76d61f7","name":"Success","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"BillId\": 12345\n}","options":{"raw":{"language":"json"}}},"url":"https://connect.dcbankapi.ca:35344/customerintegrationapi/v1.0/BillPayment/CancelRecurringBillPayment"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n    \"ErrorCode\": \"0\",\n    \"ErrorDescription\": \"Successfull\",\n    \"StackTrace\": null,\n    \"Item\": true,\n    \"IsSucceeded\": true,\n    \"ErrorList\": [],\n    \"ParameterList\": []\n}"}],"_postman_id":"ef9ace02-070c-4494-a910-9fa80ca666db"},{"name":"Freeze Recurring Bill Payment","id":"c2ec2621-5e1e-46dd-8df0-e86c3ce46b72","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{token}}"}]},"isInherited":false},"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"BillId\": 12345,\r\n    \"FreezeStartDate\": \"2021-05-31\",\r\n    \"FreezeEndDate\": \"2021-05-31\"\r\n}","options":{"raw":{"language":"json"}}},"url":"https://connect.dcbankapi.ca:35344/customerintegrationapi/v1.0/BillPayment/FreezeRecurringBillPayment","description":"<h3 id=\"description\">Description</h3>\n<p>This API allows the user to freeze a recurring bill payment.</p>\n<h3 id=\"request-parameters\">Request Parameters</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Name</th>\n<th>Type</th>\n<th>Max Length</th>\n<th>Description</th>\n<th>Required/ Optional</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>BillId</td>\n<td><em>Integer</em></td>\n<td>-</td>\n<td>The ID of the bill the user is wishing the freeze.</td>\n<td><strong>Required</strong></td>\n</tr>\n<tr>\n<td>FreezeStartDate</td>\n<td><em>DateTime</em></td>\n<td>yyyy-mm-dd</td>\n<td>The start date of the freeze.</td>\n<td><strong>Required</strong></td>\n</tr>\n<tr>\n<td>FreezeEndDate</td>\n<td><em>DateTime</em></td>\n<td>yyyy-mm-dd</td>\n<td>The end date of the freeze.</td>\n<td><strong>Required</strong></td>\n</tr>\n</tbody>\n</table>\n</div><h3 id=\"response-parameters\">Response Parameters</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Name</th>\n<th>Type</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td></td>\n<td></td>\n<td></td>\n</tr>\n</tbody>\n</table>\n</div><h3 id=\"related-errors\">Related Errors</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Error Code</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td></td>\n<td></td>\n</tr>\n</tbody>\n</table>\n</div><h3 id=\"version\">Version</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Version Supported</th>\n<th>Date Released</th>\n<th><strong>Deprecation Date</strong></th>\n<th>End of Life Date</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>v1.0</td>\n<td>December 2019</td>\n<td>TBD</td>\n<td>TBD</td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"path":["customerintegrationapi","v1.0","BillPayment","FreezeRecurringBillPayment"],"host":["https://connect.dcbankapi.ca:35344"],"query":[],"variable":[]}},"response":[{"id":"b9b53064-5105-4fc3-a4f2-0bf88ebd1e7c","name":"Success","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"BillId\": 12345,\n    \"FreezeStartDate\": \"2021-05-31\",\n    \"FreezeEndDate\": \"2021-06-30\"\n}","options":{"raw":{"language":"json"}}},"url":"https://connect.dcbankapi.ca:35344/customerintegrationapi/v1.0/BillPayment/FreezeRecurringBillPayment"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n    \"ErrorCode\": \"0\",\n    \"ErrorDescription\": \"Successfull\",\n    \"StackTrace\": null,\n    \"Item\": true,\n    \"IsSucceeded\": true,\n    \"ErrorList\": [],\n    \"ParameterList\": []\n}"}],"_postman_id":"c2ec2621-5e1e-46dd-8df0-e86c3ce46b72"},{"name":"Get All Recurring Bill List","id":"78c299b6-bc27-4e3a-9a94-e0619c2ac835","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{token}}"}]},"isInherited":false},"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"PayeeCode\": \"\",\n    \"StartDate\": \"\",\n    \"EndDate\": \"\"\n}","options":{"raw":{"language":"json"}}},"url":"https://connect.dcbankapi.ca:35344/customerintegrationapi/v1.0/BillPayment/GetAllBillRecurringBillList","description":"<h3 id=\"description\">Description</h3>\n<p>This API allows the user to retrieve a list of all recurring bills they have set up.</p>\n<h3 id=\"request-parameters\">Request Parameters</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Name</th>\n<th>Type</th>\n<th>Max Length</th>\n<th>Description</th>\n<th>Required/ Optional</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>PayeeCode</td>\n<td><em>Integer</em></td>\n<td>-</td>\n<td>The payee code.  <br />This value can be retrieved using the <strong>Get Bill Payee List</strong> API, with the searching of the <em>Payee Name.</em></td>\n<td>Optional</td>\n</tr>\n<tr>\n<td>StartDate</td>\n<td><em>DateTime</em></td>\n<td>yyyy-mm-dd</td>\n<td>The start date of the recurring payment.</td>\n<td>Optional</td>\n</tr>\n<tr>\n<td>EndDate</td>\n<td><em>DateTime</em></td>\n<td>yyyy-mm-dd</td>\n<td>The end date of the recurring payment.</td>\n<td>Optional</td>\n</tr>\n</tbody>\n</table>\n</div><h3 id=\"response-parameters\">Response Parameters</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Name</th>\n<th>Type</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td></td>\n<td></td>\n<td></td>\n</tr>\n</tbody>\n</table>\n</div><h3 id=\"related-errors\">Related Errors</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Error Code</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td></td>\n<td></td>\n</tr>\n</tbody>\n</table>\n</div><h3 id=\"version\">Version</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Version Supported</th>\n<th>Date Released</th>\n<th><strong>Deprecation Date</strong></th>\n<th>End of Life Date</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>v1.0</td>\n<td>December 2019</td>\n<td>TBD</td>\n<td>TBD</td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"path":["customerintegrationapi","v1.0","BillPayment","GetAllBillRecurringBillList"],"host":["https://connect.dcbankapi.ca:35344"],"query":[],"variable":[]}},"response":[{"id":"4e20404d-dd55-43a6-9414-6cae4a0ca682","name":"response","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"","description":"(Required) "},{"key":"Authorization","value":"","description":"(Required) "}],"body":{"mode":"raw","raw":"{\n    \"PayeeCode\": \"string\",\n    \"StartDate\": \"2019-12-12T00:00:00.0000000+00:00\",\n    \"EndDate\": \"2019-12-12T00:00:00.0000000+00:00\"\n}"},"url":"https://connect.dcbankapi.ca:35344/customerintegrationapi/v1.0/BillPayment/GetAllBillRecurringBillList"},"status":"OK","code":200,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"78c299b6-bc27-4e3a-9a94-e0619c2ac835"},{"name":"Bill Payment Transaction Inquiry","id":"09c49c82-017f-4b0e-b158-a007e4310514","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{token}}"}]},"isInherited":false},"method":"POST","header":[{"key":"Content-Type","value":"","description":"<p>(Required) </p>\n"},{"key":"Authorization","value":"","description":"<p>(Required) </p>\n"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"PayeeCode\": \"<string>\",\n    \"StartDate\": \"<string>\",\n    \"EndDate\": \"<string>\"\n}","options":{"raw":{"language":"json"}}},"url":"https://connect.dcbankapi.ca:35344/customerintegrationapi/v1.0/BillPayment/BillPaymentTransactionInquiry","description":"<h3 id=\"description\">Description</h3>\n<p>This API allows the user to search bill payment transactons.</p>\n<h3 id=\"request-parameters\">Request Parameters</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Name</th>\n<th>Type</th>\n<th>Max Length</th>\n<th>Description</th>\n<th>Required/ Optional</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>PayeeCode</td>\n<td><em>Integer</em></td>\n<td>-</td>\n<td>The payee code.  <br />This value can be retrieved using the <strong>Get Bill Payee List</strong> API, with the searching of the <em>Payee Name.</em></td>\n<td>Optional</td>\n</tr>\n<tr>\n<td>StartDate</td>\n<td><em>DateTime</em></td>\n<td>yyyy-mm-dd</td>\n<td>The start date to search by.</td>\n<td>Optional</td>\n</tr>\n<tr>\n<td>EndDate</td>\n<td><em>DateTime</em></td>\n<td>yyyy-mm-dd</td>\n<td>The end date to search by.</td>\n<td>Optional</td>\n</tr>\n</tbody>\n</table>\n</div><h3 id=\"response-parameters\">Response Parameters</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Name</th>\n<th>Type</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Id</td>\n<td><em>Integer</em></td>\n<td>The payee ID.</td>\n</tr>\n<tr>\n<td>PayeeName</td>\n<td><em>String</em></td>\n<td>The name of the payee.</td>\n</tr>\n<tr>\n<td>PayeeCode</td>\n<td><em>Integer</em></td>\n<td>The code for the payee.</td>\n</tr>\n<tr>\n<td>Amount</td>\n<td><em>Decimal</em></td>\n<td>The amount of the bill payment.</td>\n</tr>\n<tr>\n<td>TransactionDate</td>\n<td><em>DateTime</em></td>\n<td>The date the transaction happened.</td>\n</tr>\n<tr>\n<td>PayeeAccountNumber</td>\n<td><em>Integer</em></td>\n<td>The account number of the payee.</td>\n</tr>\n<tr>\n<td>AutoPayPeriod</td>\n<td><em>Integer</em></td>\n<td>The auto pay period that was selected when/if a recurring payment was set up.</td>\n</tr>\n<tr>\n<td>LastPayment</td>\n<td><em>Decimal</em></td>\n<td>The amount of the last payment made.</td>\n</tr>\n<tr>\n<td>LastPaymentDate</td>\n<td><em>DateTime</em></td>\n<td>The date of the last payment made.</td>\n</tr>\n<tr>\n<td>AutoPayAmount</td>\n<td><em>Decimal</em></td>\n<td>If the bill is set up for recurring payments, this is the automatic payment amount set up.</td>\n</tr>\n<tr>\n<td>PaymentCount</td>\n<td><em>Integer</em></td>\n<td>A count of how many payments have been made to date.</td>\n</tr>\n<tr>\n<td>TotalAmount</td>\n<td><em>Decimal</em></td>\n<td>The total amount paid out at the time of the search.</td>\n</tr>\n<tr>\n<td>IsAutoPayPeriod</td>\n<td><em>Boolean</em></td>\n<td>A <code>True</code> or <code>False</code> value indicating whether there is a recurring payment set up or not.</td>\n</tr>\n<tr>\n<td>FreezeStartDate</td>\n<td><em>DateTime</em></td>\n<td>If a freeze has been put on the recurring payment, this is the start date of the freeze.</td>\n</tr>\n<tr>\n<td>FreezeEndDate</td>\n<td><em>DateTime</em></td>\n<td>If a freeze has been put on the recurring payment, this is the end date of the freeze.</td>\n</tr>\n<tr>\n<td>PayIndex</td>\n<td><em>Integer</em></td>\n<td>The pay index.</td>\n</tr>\n<tr>\n<td>PeriodCode</td>\n<td><em>Integer</em></td>\n<td>The period code. Indicates the code for which period the recurring payment happens.</td>\n</tr>\n<tr>\n<td>BillDescription</td>\n<td><em>String</em></td>\n<td>A description of the bill being paid.</td>\n</tr>\n<tr>\n<td>BillStatus</td>\n<td><em>String</em></td>\n<td>The status of the upcoming bill payment.</td>\n</tr>\n</tbody>\n</table>\n</div><h3 id=\"related-errors\">Related Errors</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Error Code</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td></td>\n<td></td>\n</tr>\n</tbody>\n</table>\n</div><h3 id=\"version\">Version</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Version Supported</th>\n<th>Date Released</th>\n<th><strong>Deprecation Date</strong></th>\n<th>End of Life Date</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>v1.0</td>\n<td>December 2019</td>\n<td>TBD</td>\n<td>TBD</td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"path":["customerintegrationapi","v1.0","BillPayment","BillPaymentTransactionInquiry"],"host":["https://connect.dcbankapi.ca:35344"],"query":[],"variable":[]}},"response":[{"id":"663d2a42-b0bc-4df8-830d-97137ae9a618","name":"Success","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"","description":"(Required) "},{"key":"Authorization","value":"","description":"(Required) "}],"body":{"mode":"raw","raw":"{\n    \"PayeeCode\": \"000006\",\n    \"StartDate\": \"2019-01-01T00:00:00.0000000+00:00\",\n    \"EndDate\": \"2019-12-19T00:00:00.0000000+00:00\"\n}"},"url":"https://connect.dcbankapi.ca:35344/customerintegrationapi/v1.0/BillPayment/BillPaymentTransactionInquiry"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n \"ErrorCode\": \"0\",\n \"ErrorDescription\": \"Successfull\",\n \"StackTrace\": null,\n \"Item\": [\n  {\n   \"Id\": 126,\n   \"PayeeName\": \"TELUS COMMUNICATIONS\",\n   \"PayeeCode\": \"000006\",\n   \"Amount\": 3,\n   \"TransactionDate\": \"2019-12-17T12:26:39.4100000+00:00\",\n   \"PayeeAccountNumber\": \"6024523148\",\n   \"AutoPayPeriod\": null,\n   \"LastPayment\": null,\n   \"LastPaymentDate\": null,\n   \"AutoPayAmount\": null,\n   \"PaymentCount\": null,\n   \"TotalAmount\": null,\n   \"IsAutoPayPeriod\": true,\n   \"FreezeStartDate\": null,\n   \"FreezeEndDate\": null,\n   \"PayIndex\": 0,\n   \"PeriodCode\": null,\n   \"BillDescription\": \"TestApi\",\n   \"BillStatus\": \"Waiting\"\n  }\n ],\n \"IsSucceeded\": true,\n \"ErrorList\": [],\n \"ParameterList\": []\n}"}],"_postman_id":"09c49c82-017f-4b0e-b158-a007e4310514"},{"name":"Save Payee","id":"f423cc26-9a27-4517-934d-325956d66baf","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{token}}"}]},"isInherited":false},"method":"POST","header":[],"body":{"mode":"raw","raw":"\"schema type not provided\"","options":{"raw":{"language":"json"}}},"url":"https://connect.dcbankapi.ca:35344/customerintegrationapi/v1.0/BillPayment/SavePayee","description":"<h3 id=\"description\">Description</h3>\n<p>The purpose of this API is to Save the Payee template so that it can be used later.</p>\n<h3 id=\"request-parameters\">Request Parameters</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Name</th>\n<th>Type</th>\n<th>Max Length</th>\n<th>Description</th>\n<th>Required/ Optional</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>PayeeCode</td>\n<td><em>Integer</em></td>\n<td>-</td>\n<td>The payee code.  <br />This value can be obtained using the <strong>Get Bill Payee List</strong> API, with the searching of the <em>Payee Name.</em></td>\n<td><strong>Required</strong></td>\n</tr>\n<tr>\n<td>PayeeAccountNumber</td>\n<td><em>String</em></td>\n<td>-</td>\n<td>The Payee Bill Number that is written on the bill to be paid.</td>\n<td><strong>Required</strong></td>\n</tr>\n<tr>\n<td>Amount</td>\n<td><em>Decimal</em></td>\n<td>-</td>\n<td>The amount to be paid.</td>\n<td><strong>Required</strong></td>\n</tr>\n<tr>\n<td>Description</td>\n<td><em>String</em></td>\n<td>-</td>\n<td>A description of/ reason for the payment.</td>\n<td><strong>Required</strong></td>\n</tr>\n<tr>\n<td>RecipientName</td>\n<td><em>String</em></td>\n<td>-</td>\n<td>The name of the recipient of the bill payment.</td>\n<td><strong>Required</strong></td>\n</tr>\n</tbody>\n</table>\n</div><h3 id=\"response-parameters\">Response Parameters</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Name</th>\n<th>Type</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Id</td>\n<td><em>Integer</em></td>\n<td>The Payee ID.</td>\n</tr>\n<tr>\n<td>PayeeCode</td>\n<td><em>Integer</em></td>\n<td>The payee code.</td>\n</tr>\n<tr>\n<td>PayeeAccountNumber</td>\n<td><em>String</em></td>\n<td>The account number of the payee.</td>\n</tr>\n<tr>\n<td>Amount</td>\n<td><em>Decimal</em></td>\n<td>The amount of the payment.</td>\n</tr>\n<tr>\n<td>Description</td>\n<td><em>String</em></td>\n<td>The description of/reason for the payment.</td>\n</tr>\n<tr>\n<td>RecipientName</td>\n<td><em>String</em></td>\n<td>The name of the recipient receiving the funds.</td>\n</tr>\n</tbody>\n</table>\n</div><h3 id=\"related-errors\">Related Errors</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Error Code</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td></td>\n<td></td>\n</tr>\n</tbody>\n</table>\n</div><h3 id=\"version\">Version</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Version Supported</th>\n<th>Date Released</th>\n<th><strong>Deprecation Date</strong></th>\n<th>End of Life Date</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>v1.0</td>\n<td>December 2019</td>\n<td>TBD</td>\n<td>TBD</td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"path":["customerintegrationapi","v1.0","BillPayment","SavePayee"],"host":["https://connect.dcbankapi.ca:35344"],"query":[],"variable":[]}},"response":[{"id":"50953ade-4b2c-4272-b911-1cc0c1721c9f","name":"response","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"","description":"(Required) "},{"key":"Authorization","value":"","description":"(Required) "}],"body":{"mode":"raw","raw":"{\n    \"PayeeCode\": \"000006\",\n    \"PayeeAccountNumber\": \"6024523148\",\n    \"Amount\": \"8.90\",\n    \"Description\": \"TestRecipient\",\n    \"RecipientName\": \"Avril\"\n}"},"url":"https://connect.dcbankapi.ca:35344/customerintegrationapi/v1.0/BillPayment/SavePayee"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n \"ErrorCode\": \"0\",\n \"ErrorDescription\": \"Successfull\",\n \"StackTrace\": null,\n \"Item\": {\n  \"Id\": 13,\n  \"PayeeCode\": \"000006\",\n  \"PayeeAccountNumber\": \"6024523148\",\n  \"Amount\": 8.9,\n  \"Description\": \"TestRecipient\",\n  \"RecipientName\": \"Avril\"\n },\n \"IsSucceeded\": true,\n \"ErrorList\": [],\n \"ParameterList\": []\n}"}],"_postman_id":"f423cc26-9a27-4517-934d-325956d66baf"},{"name":"Update Payee","id":"e1254fc6-9f0f-4f7b-a4db-c53ee1d3adeb","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{token}}"}]},"isInherited":false},"method":"POST","header":[],"body":{"mode":"raw","raw":"\"schema type not provided\"","options":{"raw":{"language":"json"}}},"url":"https://connect.dcbankapi.ca:35344/customerintegrationapi/v1.0/BillPayment/UpdatePayee","description":"<h3 id=\"description\">Description</h3>\n<p>The purpose of this API is to Update Payee information that is already saved as a template.</p>\n<h3 id=\"request-parameters\">Request Parameters</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Name</th>\n<th>Type</th>\n<th>Max Length</th>\n<th>Description</th>\n<th>Required/ Optional</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Id</td>\n<td><em>Integer</em></td>\n<td>-</td>\n<td>The Payee ID.</td>\n<td>Optional</td>\n</tr>\n<tr>\n<td>PayeeCode</td>\n<td><em>Integer</em></td>\n<td>-</td>\n<td>The payee code. This can be obtained using the <strong>Get Bill Payee List</strong> API, by searching with the <em>Payee Name.</em></td>\n<td>Optional</td>\n</tr>\n<tr>\n<td>PayeeAccountNumber</td>\n<td><em>String</em></td>\n<td>-</td>\n<td>The Payee account number.</td>\n<td>Optional</td>\n</tr>\n<tr>\n<td>Amount</td>\n<td><em>Decimal</em></td>\n<td>-</td>\n<td>The amount of the payment.</td>\n<td>Optional</td>\n</tr>\n<tr>\n<td>Description</td>\n<td><em>String</em></td>\n<td>-</td>\n<td>A description of/ reason for the payment.</td>\n<td>Optional</td>\n</tr>\n<tr>\n<td>RecipientName</td>\n<td><em>String</em></td>\n<td>-</td>\n<td>The recipient name.</td>\n<td>Optional</td>\n</tr>\n</tbody>\n</table>\n</div><h3 id=\"response-parameters\">Response Parameters</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Name</th>\n<th>Type</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Id</td>\n<td><em>Integer</em></td>\n<td>The payee ID.</td>\n</tr>\n<tr>\n<td>PayeeCode</td>\n<td><em>Integer</em></td>\n<td>The payee code.</td>\n</tr>\n<tr>\n<td>PayeeAccountNumber</td>\n<td><em>String</em></td>\n<td>The account number of the payee.</td>\n</tr>\n<tr>\n<td>Amount</td>\n<td><em>Decimal</em></td>\n<td>The amount of the payment.</td>\n</tr>\n<tr>\n<td>Description</td>\n<td><em>String</em></td>\n<td>A description of/reason for the payment.</td>\n</tr>\n<tr>\n<td>RecipientName</td>\n<td><em>String</em></td>\n<td>The name of the recipient.</td>\n</tr>\n</tbody>\n</table>\n</div><h3 id=\"related-errors\">Related Errors</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Error Code</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td></td>\n<td></td>\n</tr>\n</tbody>\n</table>\n</div><h3 id=\"version\">Version</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Version Supported</th>\n<th>Date Released</th>\n<th><strong>Deprecation Date</strong></th>\n<th>End of Life Date</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>v1.0</td>\n<td>December 2019</td>\n<td>TBD</td>\n<td>TBD</td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"path":["customerintegrationapi","v1.0","BillPayment","UpdatePayee"],"host":["https://connect.dcbankapi.ca:35344"],"query":[],"variable":[]}},"response":[{"id":"588ab21a-8c79-4e75-bae6-60aa7bac9e70","name":"response","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"","description":"(Required) "},{"key":"Authorization","value":"","description":"(Required) "}],"body":{"mode":"raw","raw":"{\n    \"Id\": 10,\n    \"PayeeCode\": \"000006\",\n    \"PayeeAccountNumber\": \"6024523148\",\n    \"Amount\": 14,\n    \"Description\": \"Anyway\",\n    \"RecipientName\": \"Lavigne\"\n}"},"url":"https://connect.dcbankapi.ca:35344/customerintegrationapi/v1.0/BillPayment/UpdatePayee"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n \"ErrorCode\": \"0\",\n \"ErrorDescription\": \"Successfull\",\n \"StackTrace\": null,\n \"Item\": {\n  \"Id\": 10,\n  \"PayeeCode\": \"000006\",\n  \"PayeeAccountNumber\": \"6024523148\",\n  \"Amount\": 14,\n  \"Description\": \"Anyway\",\n  \"RecipientName\": \"Lavigne\"\n },\n \"IsSucceeded\": true,\n \"ErrorList\": [],\n \"ParameterList\": []\n}"}],"_postman_id":"e1254fc6-9f0f-4f7b-a4db-c53ee1d3adeb"},{"name":"Search Payee","id":"48edfffe-ac26-48f9-a756-e0e53fb0f006","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{token}}"}]},"isInherited":false},"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"PayeeCode\": \"<string>\",\n    \"PayeeAccountNumber\": \"<string>\",\n    \"Amount\": \"<string>\",\n    \"Description\": \"<string>\",\n    \"RecipientName\": \"<string>\"\n}","options":{"raw":{"language":"json"}}},"url":"https://connect.dcbankapi.ca:35344/customerintegrationapi/v1.0/BillPayment/SearchPayee","description":"<h3 id=\"description\">Description</h3>\n<p>The purpose of this API is to Search any Payee (biller) which has been previously saved as a template.</p>\n<h3 id=\"request-parameters\">Request Parameters</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Name</th>\n<th>Type</th>\n<th>Max Length</th>\n<th>Description</th>\n<th>Required/ Optional</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>PayeeCode</td>\n<td><em>Integer</em></td>\n<td>-</td>\n<td>The payee code. This value can be obtained using the <strong>Get Bill Payee List</strong> API, using the <em>Payee Name</em> to search.</td>\n<td>Optional</td>\n</tr>\n<tr>\n<td>PayeeAccountNumber</td>\n<td><em>String</em></td>\n<td>-</td>\n<td>The account number of the payee.</td>\n<td>Optional</td>\n</tr>\n<tr>\n<td>Amount</td>\n<td><em>Decimal</em></td>\n<td>-</td>\n<td>The amount of the payment.</td>\n<td>Optional</td>\n</tr>\n<tr>\n<td>Description</td>\n<td><em>String</em></td>\n<td>-</td>\n<td>A description of/ reason for the payment.</td>\n<td>Optional</td>\n</tr>\n<tr>\n<td>RecipientName</td>\n<td><em>String</em></td>\n<td>-</td>\n<td>The name of the recipient.</td>\n<td>Optional</td>\n</tr>\n</tbody>\n</table>\n</div><h3 id=\"response-parameters\">Response Parameters</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Name</th>\n<th>Type</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Id</td>\n<td><em>Integer</em></td>\n<td>The payee ID.</td>\n</tr>\n<tr>\n<td>PayeeCode</td>\n<td><em>Integer</em></td>\n<td>The payee code.</td>\n</tr>\n<tr>\n<td>PayeeAccountNumber</td>\n<td><em>String</em></td>\n<td>The account number of the payee.</td>\n</tr>\n<tr>\n<td>Amount</td>\n<td><em>Decimal</em></td>\n<td>The amount of the payment.</td>\n</tr>\n<tr>\n<td>Description</td>\n<td><em>String</em></td>\n<td>The description of/reason for the payment.</td>\n</tr>\n<tr>\n<td>RecipientName</td>\n<td><em>String</em></td>\n<td>The name of the recipient.</td>\n</tr>\n</tbody>\n</table>\n</div><h3 id=\"related-errors\">Related Errors</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Error Code</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td></td>\n<td></td>\n</tr>\n</tbody>\n</table>\n</div><h3 id=\"version\">Version</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Version Supported</th>\n<th>Date Released</th>\n<th><strong>Deprecation Date</strong></th>\n<th>End of Life Date</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>v1.0</td>\n<td>December 2019</td>\n<td>TBD</td>\n<td>TBD</td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"path":["customerintegrationapi","v1.0","BillPayment","SearchPayee"],"host":["https://connect.dcbankapi.ca:35344"],"query":[],"variable":[]}},"response":[{"id":"d65039d4-f6ee-46bb-a867-49a9572bea1f","name":"response","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"","description":"(Required) "},{"key":"Authorization","value":"","description":"(Required) "}],"body":{"mode":"raw","raw":"{\n    \"PayeeCode\": \"000006\",\n    \"PayeeAccountNumber\": \"6024523148\",\n    \"Amount\": \"8.90\",\n    \"Description\": \"TestRecipient\",\n    \"RecipientName\": \"Avril\"\n}"},"url":"https://connect.dcbankapi.ca:35344/customerintegrationapi/v1.0/BillPayment/SearchPayee"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n \"ErrorCode\": \"0\",\n \"ErrorDescription\": \"Successfull\",\n \"StackTrace\": null,\n \"Item\": [\n  {\n   \"Id\": 10,\n   \"PayeeCode\": \"000006\",\n   \"PayeeAccountNumber\": \"6024523148\",\n   \"Amount\": 7.9,\n   \"Description\": \"TestRecipient\",\n   \"RecipientName\": \"Avril\"\n  },\n  {\n   \"Id\": 11,\n   \"PayeeCode\": \"000006\",\n   \"PayeeAccountNumber\": \"6024523148\",\n   \"Amount\": 8.9,\n   \"Description\": \"TestRecipient\",\n   \"RecipientName\": \"Avril\"\n  },\n  {\n   \"Id\": 13,\n   \"PayeeCode\": \"000006\",\n   \"PayeeAccountNumber\": \"6024523148\",\n   \"Amount\": 8.9,\n   \"Description\": \"TestRecipient\",\n   \"RecipientName\": \"Avril\"\n  }\n ],\n \"IsSucceeded\": true,\n \"ErrorList\": [],\n \"ParameterList\": []\n}"}],"_postman_id":"48edfffe-ac26-48f9-a756-e0e53fb0f006"},{"name":"Delete Payee","id":"7c01da3e-8930-428e-9389-a738324a4b45","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{token}}"}]},"isInherited":false},"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"Id\": \"<integer>\"\n}","options":{"raw":{"language":"json"}}},"url":"https://connect.dcbankapi.ca:35344/customerintegrationapi/v1.0/BillPayment/DeletePayee","description":"<h3 id=\"description\">Description</h3>\n<p>The purpose of this API is to Delete Payee (biller) has been saved to contact as template.</p>\n<p>Id is the number that retrieved from the response of Save Payee API.</p>\n<h3 id=\"request-parameters\">Request Parameters</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Name</th>\n<th>Type</th>\n<th>Max Length</th>\n<th>Description</th>\n<th>Required/ Optional</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Id</td>\n<td><em>Integer</em></td>\n<td>-</td>\n<td>The payee ID. This value can be obtained from the response of the <strong>Save Payee</strong> API.</td>\n<td><strong>Required</strong></td>\n</tr>\n</tbody>\n</table>\n</div><h3 id=\"response-parameters\">Response Parameters</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Name</th>\n<th>Type</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td></td>\n<td></td>\n<td></td>\n</tr>\n</tbody>\n</table>\n</div><h3 id=\"related-errors\">Related Errors</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Error Code</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td></td>\n<td></td>\n</tr>\n</tbody>\n</table>\n</div><h3 id=\"version\">Version</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Version Supported</th>\n<th>Date Released</th>\n<th><strong>Deprecation Date</strong></th>\n<th>End of Life Date</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>v1.0</td>\n<td>December 2019</td>\n<td>TBD</td>\n<td>TBD</td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"path":["customerintegrationapi","v1.0","BillPayment","DeletePayee"],"host":["https://connect.dcbankapi.ca:35344"],"query":[],"variable":[]}},"response":[{"id":"c4427fe6-f1d4-40a5-81e0-7fa99a238373","name":"response","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"","description":"(Required) "},{"key":"Authorization","value":"","description":"(Required) "}],"body":{"mode":"raw","raw":"{\n    \"Id\": 9\n}"},"url":"https://connect.dcbankapi.ca:35344/customerintegrationapi/v1.0/BillPayment/DeletePayee"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n \"ErrorCode\": \"0\",\n \"ErrorDescription\": \"Successfull\",\n \"StackTrace\": null,\n \"Item\": false,\n \"IsSucceeded\": true,\n \"ErrorList\": [],\n \"ParameterList\": []\n}"}],"_postman_id":"7c01da3e-8930-428e-9389-a738324a4b45"},{"name":"Get All Payee","id":"a6042bb4-74fc-4aff-bce6-bc8196eec75a","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{token}}"}]},"isInherited":false},"method":"POST","header":[],"body":{"mode":"raw","raw":"\"schema type not provided\"","options":{"raw":{"language":"json"}}},"url":"https://connect.dcbankapi.ca:35344/customerintegrationapi/v1.0/BillPayment/GetAllPayee","description":"<h3 id=\"description\">Description</h3>\n<p>The purpose of this API is to get a list of all payee's saved.</p>\n<h3 id=\"request-parameters\">Request Parameters</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Name</th>\n<th>Type</th>\n<th>Max Length</th>\n<th>Description</th>\n<th>Required/ Optional</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td></td>\n<td></td>\n<td></td>\n<td></td>\n<td></td>\n</tr>\n</tbody>\n</table>\n</div><h3 id=\"response-parameters\">Response Parameters</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Name</th>\n<th>Type</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Id</td>\n<td><em>Integer</em></td>\n<td>The payee ID.</td>\n</tr>\n<tr>\n<td>PayeeCode</td>\n<td><em>Integer</em></td>\n<td>The payee code.</td>\n</tr>\n<tr>\n<td>PayeeAccountNumber</td>\n<td><em>String</em></td>\n<td>The account number of the payee.</td>\n</tr>\n<tr>\n<td>Amount</td>\n<td><em>Decimal</em></td>\n<td>The amount of the payment.</td>\n</tr>\n<tr>\n<td>Description</td>\n<td><em>String</em></td>\n<td>A description of/reason for the payment.</td>\n</tr>\n<tr>\n<td>RecipientName</td>\n<td><em>String</em></td>\n<td>The name of the recipient.</td>\n</tr>\n</tbody>\n</table>\n</div><h3 id=\"related-errors\">Related Errors</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Error Code</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td></td>\n<td></td>\n</tr>\n</tbody>\n</table>\n</div><h3 id=\"version\">Version</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Version Supported</th>\n<th>Date Released</th>\n<th><strong>Deprecation Date</strong></th>\n<th>End of Life Date</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>v1.0</td>\n<td>December 2019</td>\n<td>TBD</td>\n<td>TBD</td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"path":["customerintegrationapi","v1.0","BillPayment","GetAllPayee"],"host":["https://connect.dcbankapi.ca:35344"],"query":[],"variable":[]}},"response":[{"id":"b948d5eb-78c9-4d64-91e7-ab06e53f6494","name":"response","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"","description":"(Required) "},{"key":"Authorization","value":"","description":"(Required) "}],"body":{"mode":"raw","raw":"\"\""},"url":"https://connect.dcbankapi.ca:35344/customerintegrationapi/v1.0/BillPayment/GetAllPayee"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n \"ErrorCode\": \"0\",\n \"ErrorDescription\": \"Successfull\",\n \"StackTrace\": null,\n \"Item\": [\n  {\n   \"Id\": 9,\n   \"PayeeCode\": \"000006\",\n   \"PayeeAccountNumber\": \"6024523148\",\n   \"Amount\": 109,\n   \"Description\": \"Test\",\n   \"RecipientName\": \"adsadsfdsgfdgfdgfdgfd\"\n  },\n  {\n   \"Id\": 10,\n   \"PayeeCode\": \"000006\",\n   \"PayeeAccountNumber\": \"6024523148\",\n   \"Amount\": 7.9,\n   \"Description\": \"TestRecipient\",\n   \"RecipientName\": \"Avril\"\n  },\n  {\n   \"Id\": 11,\n   \"PayeeCode\": \"000006\",\n   \"PayeeAccountNumber\": \"6024523148\",\n   \"Amount\": 8.9,\n   \"Description\": \"TestRecipient\",\n   \"RecipientName\": \"Avril\"\n  },\n  {\n   \"Id\": 12,\n   \"PayeeCode\": \"000006\",\n   \"PayeeAccountNumber\": \"6024523148\",\n   \"Amount\": 9,\n   \"Description\": \"Test\",\n   \"RecipientName\": \"Avril\"\n  },\n  {\n   \"Id\": 13,\n   \"PayeeCode\": \"000006\",\n   \"PayeeAccountNumber\": \"6024523148\",\n   \"Amount\": 8.9,\n   \"Description\": \"TestRecipient\",\n   \"RecipientName\": \"Avril\"\n  }\n ],\n \"IsSucceeded\": true,\n \"ErrorList\": [],\n \"ParameterList\": []\n}"}],"_postman_id":"a6042bb4-74fc-4aff-bce6-bc8196eec75a"}],"id":"0cdb5539-d5c0-4af8-afa5-f63cd6ee507f","_postman_id":"0cdb5539-d5c0-4af8-afa5-f63cd6ee507f","description":"","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{token}}"}]},"isInherited":true,"source":{"_postman_id":"8869d7bd-0788-46cf-8d20-ac14f428a8ec","id":"8869d7bd-0788-46cf-8d20-ac14f428a8ec","name":"EndUser API","type":"collection"}}},{"name":"Card","item":[{"name":"Card List","id":"b2d2cf8a-2a0a-4cbc-b531-9794f9507e9d","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{token}}"}]},"isInherited":false},"method":"GET","header":[],"url":"https://connect.dcbankapi.ca:35344/customerintegrationapi/v1.0/Card/CardList","description":"<h3 id=\"description\">Description</h3>\n<p>The purpose of this API is to list all the cards that a user has.</p>\n<h3 id=\"request-parameters\">Request Parameters</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Name</th>\n<th>Type</th>\n<th>Max Length</th>\n<th>Description</th>\n<th>Required/ Optional</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td></td>\n<td></td>\n<td></td>\n<td></td>\n<td></td>\n</tr>\n</tbody>\n</table>\n</div><h3 id=\"response-parameters\">Response Parameters</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Name</th>\n<th>Type</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Id</td>\n<td><em>Integer</em></td>\n<td>The card ID.</td>\n</tr>\n<tr>\n<td>Name</td>\n<td><em>String</em></td>\n<td>The name on the card.</td>\n</tr>\n<tr>\n<td>CardNumber</td>\n<td><em>String</em></td>\n<td>The card number. Partially masked for security.</td>\n</tr>\n<tr>\n<td>Balance</td>\n<td><em>Decimal</em></td>\n<td>The balance on the card.</td>\n</tr>\n</tbody>\n</table>\n</div><h3 id=\"related-errors\">Related Errors</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Error Code</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td></td>\n<td></td>\n</tr>\n</tbody>\n</table>\n</div><h3 id=\"version\">Version</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Version Supported</th>\n<th>Date Released</th>\n<th><strong>Deprecation Date</strong></th>\n<th>End of Life Date</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>v1.0</td>\n<td>December 2019</td>\n<td>TBD</td>\n<td>TBD</td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"path":["customerintegrationapi","v1.0","Card","CardList"],"host":["https://connect.dcbankapi.ca:35344"],"query":[],"variable":[]}},"response":[{"id":"eb27c701-6da9-4ea9-8438-03badb294e73","name":"Success","originalRequest":{"method":"GET","header":[{"key":"Authorization","value":"Bearer {{token}}","type":"text"}],"url":"https://connect.dcbankapi.ca:35344/customerintegrationapi/v1.0/Card/CardList"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Fri, 15 May 2020 00:23:06 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"276"},{"key":"Connection","value":"keep-alive"},{"key":"Content-Encoding","value":"gzip"},{"key":"Vary","value":"Accept-Encoding"},{"key":"Server","value":"nginx/1.15.10"},{"key":"X-Powered-By","value":"ASP.NET"},{"key":"Set-Cookie","value":"ARRAffinity=eb8046a771af187481bd962f4b3b59093d134d8cb9f92ea86e26e730ef047fb2;Path=/;HttpOnly;Domain=dcb-cusapi-uat.azurewebsites.net:443"}],"cookie":[],"responseTime":null,"body":"{\n    \"ErrorCode\": \"0\",\n    \"ErrorDescription\": \"Successfull\",\n    \"StackTrace\": null,\n    \"Item\": [\n        {\n            \"Id\": 88,\n            \"Name\": \"Abbas Ayaz\",\n            \"CardNumber\": \"463033******1850\",\n            \"Balance\": 0\n        }\n    ],\n    \"IsSucceeded\": true,\n    \"ErrorList\": [],\n    \"ParameterList\": []\n}"}],"_postman_id":"b2d2cf8a-2a0a-4cbc-b531-9794f9507e9d"},{"name":"Card Status List","id":"1fcd231a-92c8-43f0-8840-a91e2af09a21","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{token}}"}]},"isInherited":false},"method":"GET","header":[],"url":"https://connect.dcbankapi.ca:35344/customerintegrationapi/v1.0/Card/CardStatusList","description":"<h3 id=\"description\">Description</h3>\n<p><strong>The purpose of this API is to list all</strong> <em><strong>possible</strong></em> <strong>card statuses.</strong> It does <strong>not</strong> retrieve the specific status of a card at a given time. Generally, a card's status can change and transition between any of the statuses listed in the response body.</p>\n<h3 id=\"request-parameters\">Request Parameters</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Name</th>\n<th>Type</th>\n<th>Max Length</th>\n<th>Description</th>\n<th>Required/ Optional</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td></td>\n<td></td>\n<td></td>\n<td></td>\n<td></td>\n</tr>\n</tbody>\n</table>\n</div><h3 id=\"response-parameters\">Response Parameters</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Name</th>\n<th>Type</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Id</td>\n<td><em>Integer</em></td>\n<td>The status ID.</td>\n</tr>\n<tr>\n<td>Code</td>\n<td><em>String</em></td>\n<td>The status code.</td>\n</tr>\n<tr>\n<td>ResponseCode</td>\n<td><em>Integer</em></td>\n<td>The response code.</td>\n</tr>\n<tr>\n<td>Description</td>\n<td><em>String</em></td>\n<td>A description relating to the status/response codes.</td>\n</tr>\n</tbody>\n</table>\n</div><h3 id=\"related-errors\">Related Errors</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Error Code</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td></td>\n<td></td>\n</tr>\n</tbody>\n</table>\n</div><h3 id=\"version\">Version</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Version Supported</th>\n<th>Date Released</th>\n<th><strong>Deprecation Date</strong></th>\n<th>End of Life Date</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>v1.0</td>\n<td>December 2019</td>\n<td>TBD</td>\n<td>TBD</td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"path":["customerintegrationapi","v1.0","Card","CardStatusList"],"host":["https://connect.dcbankapi.ca:35344"],"query":[],"variable":[]}},"response":[{"id":"fa096d71-1a37-4dde-a97b-d8e29d3b92a1","name":"Success","originalRequest":{"method":"GET","header":[],"url":"https://connect.dcbankapi.ca:35344/customerintegrationapi/v1.0/Card/CardStatusList"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Fri, 15 May 2020 00:24:04 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"305"},{"key":"Connection","value":"keep-alive"},{"key":"Content-Encoding","value":"br"},{"key":"Vary","value":"Accept-Encoding"},{"key":"Server","value":"nginx/1.15.10"},{"key":"X-Powered-By","value":"ASP.NET"},{"key":"Set-Cookie","value":"ARRAffinity=eb8046a771af187481bd962f4b3b59093d134d8cb9f92ea86e26e730ef047fb2;Path=/;HttpOnly;Domain=dcb-cusapi-uat.azurewebsites.net:443"}],"cookie":[],"responseTime":null,"body":"{\n    \"ErrorCode\": \"0\",\n    \"ErrorDescription\": \"Successfull\",\n    \"StackTrace\": null,\n    \"Item\": [\n        {\n            \"Id\": 1,\n            \"Code\": \"A\",\n            \"ResponseCode\": \"00\",\n            \"Description\": \"Active\"\n        },\n        {\n            \"Id\": 2,\n            \"Code\": \"T\",\n            \"ResponseCode\": \"56\",\n            \"Description\": \"Temporarily Closed\"\n        },\n        {\n            \"Id\": 3,\n            \"Code\": \"W\",\n            \"ResponseCode\": \"05\",\n            \"Description\": \"Waiting for Activation \"\n        },\n        {\n            \"Id\": 4,\n            \"Code\": \"L\",\n            \"ResponseCode\": \"41\",\n            \"Description\": \"Lost\"\n        },\n        {\n            \"Id\": 5,\n            \"Code\": \"S\",\n            \"ResponseCode\": \"43\",\n            \"Description\": \"Stolen\"\n        },\n        {\n            \"Id\": 6,\n            \"Code\": \"O\",\n            \"ResponseCode\": \"05\",\n            \"Description\": \"Other\"\n        },\n        {\n            \"Id\": 7,\n            \"Code\": \"F\",\n            \"ResponseCode\": \"59\",\n            \"Description\": \"Fraud\"\n        },\n        {\n            \"Id\": 8,\n            \"Code\": \"C\",\n            \"ResponseCode\": \"05\",\n            \"Description\": \"Customer Request\"\n        },\n        {\n            \"Id\": 9,\n            \"Code\": \"K\",\n            \"ResponseCode\": \"07\",\n            \"Description\": \"Closed\"\n        }\n    ],\n    \"IsSucceeded\": true,\n    \"ErrorList\": [],\n    \"ParameterList\": []\n}"}],"_postman_id":"1fcd231a-92c8-43f0-8840-a91e2af09a21"},{"name":"Card Product List","id":"4ee9d25f-8fce-42dd-955b-f9ec15cdd17b","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{token}}"}]},"isInherited":false},"method":"GET","header":[],"url":"https://connect.dcbankapi.ca:35344/customerintegrationapi/v1.0/Card/CardProductList","description":"<h3 id=\"description\">Description</h3>\n<p>This API is designed to retrieve a list of all available card products.</p>\n<h3 id=\"request-parameters\">Request Parameters</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Name</th>\n<th>Type</th>\n<th>Max Length</th>\n<th>Description</th>\n<th>Required/ Optional</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td></td>\n<td></td>\n<td></td>\n<td></td>\n<td></td>\n</tr>\n</tbody>\n</table>\n</div><h3 id=\"response-parameters\">Response Parameters</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Name</th>\n<th>Type</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Id</td>\n<td><em>Integer</em></td>\n<td>The product ID.</td>\n</tr>\n<tr>\n<td>ProductName</td>\n<td><em>String</em></td>\n<td>The name of the product.</td>\n</tr>\n<tr>\n<td>IsNoNameProduct</td>\n<td><em>Boolean</em></td>\n<td>A <code>True</code> or <code>False</code> value indicating whether the product has a name or not.</td>\n</tr>\n<tr>\n<td>NoNameEmbossName</td>\n<td><em>String</em></td>\n<td>No name emboss name.</td>\n</tr>\n<tr>\n<td>BinRangeProfileName</td>\n<td><em>String</em></td>\n<td>The BIN range for the prodct.</td>\n</tr>\n<tr>\n<td>PlasticCode</td>\n<td><em>Integer</em></td>\n<td>The plastic code.</td>\n</tr>\n<tr>\n<td>PlasticName</td>\n<td><em>String</em></td>\n<td>The plastic name.</td>\n</tr>\n<tr>\n<td>ProductBrandName</td>\n<td><em>String</em></td>\n<td>The brand name of the product.</td>\n</tr>\n<tr>\n<td>AutoRenewCard</td>\n<td><em>Boolean</em></td>\n<td>A <code>True</code> or <code>False</code> value indicating whether the card is registered for auto-renew or not.</td>\n</tr>\n<tr>\n<td>AutoRenewalPeriodMonth</td>\n<td><em>Integer</em></td>\n<td>The auto-renewal month.</td>\n</tr>\n</tbody>\n</table>\n</div><h3 id=\"related-errors\">Related Errors</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Error Code</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td></td>\n<td></td>\n</tr>\n</tbody>\n</table>\n</div><h3 id=\"version\">Version</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Version Supported</th>\n<th>Date Released</th>\n<th><strong>Deprecation Date</strong></th>\n<th>End of Life Date</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>v1.0</td>\n<td>December 2019</td>\n<td>TBD</td>\n<td>TBD</td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"path":["customerintegrationapi","v1.0","Card","CardProductList"],"host":["https://connect.dcbankapi.ca:35344"],"query":[],"variable":[]}},"response":[{"id":"d89364ed-d8cf-4870-bcd2-9d5a54fa715d","name":"Success","originalRequest":{"method":"GET","header":[{"key":"Authorization","value":"Bearer {{token}}","description":" "}],"url":"https://connect.dcbankapi.ca:35344/customerintegrationapi/v1.0/Card/CardProductList"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Fri, 15 May 2020 00:26:52 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"820"},{"key":"Connection","value":"keep-alive"},{"key":"Content-Encoding","value":"gzip"},{"key":"Vary","value":"Accept-Encoding"},{"key":"Server","value":"nginx/1.15.10"},{"key":"X-Powered-By","value":"ASP.NET"},{"key":"Set-Cookie","value":"ARRAffinity=eb8046a771af187481bd962f4b3b59093d134d8cb9f92ea86e26e730ef047fb2;Path=/;HttpOnly;Domain=dcb-cusapi-uat.azurewebsites.net:443"}],"cookie":[],"responseTime":null,"body":"{\n    \"ErrorCode\": \"0\",\n    \"ErrorDescription\": \"Successfull\",\n    \"StackTrace\": null,\n    \"Item\": [\n        {\n            \"Id\": 8,\n            \"ProductName\": \"Hope Visa Secure Card\",\n            \"IsNoNameProduct\": false,\n            \"NoNameEmbossName\": \"\",\n            \"BinRangeProfileName\": \"red Bin Range Profile\",\n            \"PlasticCode\": \"010\",\n            \"PlasticName\": \"Refresh EMV Dual Interface\",\n            \"ProductBrandName\": \"Visa\",\n            \"AutoRenewCard\": false,\n            \"AutoRenewalPeriodMonth\": 0\n        },\n        {\n            \"Id\": 9,\n            \"ProductName\": \"Hope Visa Credit Card\",\n            \"IsNoNameProduct\": false,\n            \"NoNameEmbossName\": \"\",\n            \"BinRangeProfileName\": \"besBin Range Profile\",\n            \"PlasticCode\": \"013\",\n            \"PlasticName\": \"Bitvo - Visa Mag – Prepaid\",\n            \"ProductBrandName\": \"Visa\",\n            \"AutoRenewCard\": false,\n            \"AutoRenewalPeriodMonth\": 0\n        },\n        {\n            \"Id\": 21,\n            \"ProductName\": \"DCB MC Corporate Cash Card DI\",\n            \"IsNoNameProduct\": false,\n            \"NoNameEmbossName\": null,\n            \"BinRangeProfileName\": \"544739 Bin Range\",\n            \"PlasticCode\": \"020\",\n            \"PlasticName\": \"DCB MC Corporate Cash Card DI\",\n            \"ProductBrandName\": \"Mastercard\",\n            \"AutoRenewCard\": false,\n            \"AutoRenewalPeriodMonth\": 0\n        },\n        {\n            \"Id\": 22,\n            \"ProductName\": \"DCB MC Corporate Cash Card Mag\",\n            \"IsNoNameProduct\": false,\n            \"NoNameEmbossName\": null,\n            \"BinRangeProfileName\": \"544739 Bin Range\",\n            \"PlasticCode\": \"021\",\n            \"PlasticName\": \"DCB MC Corporate Cash Card Mag\",\n            \"ProductBrandName\": \"Mastercard\",\n            \"AutoRenewCard\": false,\n            \"AutoRenewalPeriodMonth\": 0\n        },\n        {\n            \"Id\": 23,\n            \"ProductName\": \"DCB MC Personal Cash Card DI\",\n            \"IsNoNameProduct\": false,\n            \"NoNameEmbossName\": null,\n            \"BinRangeProfileName\": \"511670-10 DI Bin Range\",\n            \"PlasticCode\": \"022\",\n            \"PlasticName\": \"DCB MC Personal Cash Card DI\",\n            \"ProductBrandName\": \"Mastercard\",\n            \"AutoRenewCard\": false,\n            \"AutoRenewalPeriodMonth\": 0\n        },\n        {\n            \"Id\": 24,\n            \"ProductName\": \"DCB MC Personal Cash Card Mag\",\n            \"IsNoNameProduct\": false,\n            \"NoNameEmbossName\": null,\n            \"BinRangeProfileName\": \"511670-50 MAG Bin Range\",\n            \"PlasticCode\": \"023\",\n            \"PlasticName\": \"DCB MC Personal Cash Card Mag\",\n            \"ProductBrandName\": \"Mastercard\",\n            \"AutoRenewCard\": false,\n            \"AutoRenewalPeriodMonth\": 0\n        },\n        {\n            \"Id\": 25,\n            \"ProductName\": \"DCB Interac Debit Corporate DI\",\n            \"IsNoNameProduct\": false,\n            \"NoNameEmbossName\": null,\n            \"BinRangeProfileName\": \"606357 Interac Bin Range\",\n            \"PlasticCode\": \"018\",\n            \"PlasticName\": \"DCB Interac Corporate DI\",\n            \"ProductBrandName\": \"Interac\",\n            \"AutoRenewCard\": false,\n            \"AutoRenewalPeriodMonth\": 0\n        },\n        {\n            \"Id\": 26,\n            \"ProductName\": \"DCB Interac Debit Personal DI\",\n            \"IsNoNameProduct\": false,\n            \"NoNameEmbossName\": null,\n            \"BinRangeProfileName\": \"606357 Interac Bin Range\",\n            \"PlasticCode\": \"019\",\n            \"PlasticName\": \"DCB Interac Personal DI\",\n            \"ProductBrandName\": \"Interac\",\n            \"AutoRenewCard\": false,\n            \"AutoRenewalPeriodMonth\": 0\n        },\n        {\n            \"Id\": 27,\n            \"ProductName\": \"Quill Prepaid DI\",\n            \"IsNoNameProduct\": false,\n            \"NoNameEmbossName\": null,\n            \"BinRangeProfileName\": \"410792-000 Interac Debit Bin Range\",\n            \"PlasticCode\": \"031\",\n            \"PlasticName\": \"Quill Prepaid\",\n            \"ProductBrandName\": \"Interac\",\n            \"AutoRenewCard\": false,\n            \"AutoRenewalPeriodMonth\": 0\n        },\n        {\n            \"Id\": 28,\n            \"ProductName\": \"Plastik Visa Credit DI\",\n            \"IsNoNameProduct\": false,\n            \"NoNameEmbossName\": null,\n            \"BinRangeProfileName\": \"445500-000 Visa Credit Bin Range\",\n            \"PlasticCode\": \"032\",\n            \"PlasticName\": \"Plastik Visa Credit\",\n            \"ProductBrandName\": \"Visa\",\n            \"AutoRenewCard\": false,\n            \"AutoRenewalPeriodMonth\": 0\n        }\n    ],\n    \"IsSucceeded\": true,\n    \"ErrorList\": [],\n    \"ParameterList\": []\n}"}],"_postman_id":"4ee9d25f-8fce-42dd-955b-f9ec15cdd17b"},{"name":"Card Detail","id":"11b49b1b-acf9-470f-a5cc-254f897090b3","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{token}}"}]},"isInherited":false},"method":"POST","header":[],"body":{"mode":"raw","raw":"88","options":{"raw":{"language":"json"}}},"url":"https://connect.dcbankapi.ca:35344/customerintegrationapi/v1.0/Card/CardDetail","description":"<h3 id=\"description\">Description</h3>\n<p>This API allows a user to see all card details.</p>\n<h3 id=\"request-parameters\">Request Parameters</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Name</th>\n<th>Type</th>\n<th>Max Length</th>\n<th>Description</th>\n<th>Required/ Optional</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>CardId</td>\n<td><em>Integer</em></td>\n<td>-</td>\n<td>The ID of the card.</td>\n<td><strong>Required</strong></td>\n</tr>\n</tbody>\n</table>\n</div><h3 id=\"response-parameters\">Response Parameters</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Name</th>\n<th>Type</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Id</td>\n<td><em>Integer</em></td>\n<td>The card ID.</td>\n</tr>\n<tr>\n<td>Name</td>\n<td><em>String</em></td>\n<td>The name of the card owner.</td>\n</tr>\n<tr>\n<td>CardNumber</td>\n<td><em>String</em></td>\n<td>The card number. Partially masked for security.</td>\n</tr>\n<tr>\n<td>Balance</td>\n<td><em>Decimal</em></td>\n<td>The balance of the card.</td>\n</tr>\n</tbody>\n</table>\n</div><h3 id=\"related-errors\">Related Errors</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Error Code</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>CardGetE1</td>\n<td>Card Definition Could Not Found.</td>\n</tr>\n<tr>\n<td>CardGetE2</td>\n<td>Card Definition Deleted.</td>\n</tr>\n</tbody>\n</table>\n</div><h3 id=\"version\">Version</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Version Supported</th>\n<th>Date Released</th>\n<th><strong>Deprecation Date</strong></th>\n<th>End of Life Date</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>v1.0</td>\n<td>December 2019</td>\n<td>TBD</td>\n<td>TBD</td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"path":["customerintegrationapi","v1.0","Card","CardDetail"],"host":["https://connect.dcbankapi.ca:35344"],"query":[],"variable":[]}},"response":[{"id":"78fa231e-36a2-43e3-9f9f-25f501eee087","name":"Success","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{token}}"}],"body":{"mode":"raw","raw":"88","options":{"raw":{"language":"json"}}},"url":"https://connect.dcbankapi.ca:35344/customerintegrationapi/v1.0/Card/CardDetail"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Fri, 15 May 2020 00:28:12 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"190"},{"key":"Connection","value":"keep-alive"},{"key":"Content-Encoding","value":"br"},{"key":"Vary","value":"Accept-Encoding"},{"key":"Server","value":"nginx/1.15.10"},{"key":"X-Powered-By","value":"ASP.NET"},{"key":"Set-Cookie","value":"ARRAffinity=eb8046a771af187481bd962f4b3b59093d134d8cb9f92ea86e26e730ef047fb2;Path=/;HttpOnly;Domain=dcb-cusapi-uat.azurewebsites.net:443"}],"cookie":[],"responseTime":null,"body":"{\n    \"ErrorCode\": \"0\",\n    \"ErrorDescription\": \"Successfull\",\n    \"StackTrace\": null,\n    \"Item\": {\n        \"Id\": 88,\n        \"Name\": \"Abbas Ayaz\",\n        \"CardNumber\": \"463033******1850\",\n        \"Balance\": 0\n    },\n    \"IsSucceeded\": true,\n    \"ErrorList\": [],\n    \"ParameterList\": []\n}"}],"_postman_id":"11b49b1b-acf9-470f-a5cc-254f897090b3"},{"name":"Card Transaction Inquiry","id":"968cb58c-b01c-429e-92ad-89dab79df9a4","protocolProfileBehavior":{"disableBodyPruning":true,"disabledSystemHeaders":{}},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{token}}"}]},"isInherited":false},"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"Criteria\": 1,\n    \"BeginDate\": \"2020-03-01\",\n    \"EndDate\": \"\",\n    \"CardId\": \"88\"\n}","options":{"raw":{"language":"json"}}},"url":"https://connect.dcbankapi.ca:35344/customerintegrationapi/v1.0/Card/CardTransactionInquiry","description":"<h3 id=\"description\">Description</h3>\n<p>The purpose of this API is to search for card transactions within the desired date range.</p>\n<h3 id=\"request-parameters\">Request Parameters</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Name</strong></th>\n<th><strong>Type</strong></th>\n<th><strong>Max Length</strong></th>\n<th><strong>Description</strong></th>\n<th><strong>Required/ Optional</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Criteria</td>\n<td><em>Integer</em></td>\n<td>1</td>\n<td>Filter based on transaction types.  <br /><code>1</code> All  <br /><code>2</code> Declined  <br /><code>3</code> Approved  <br /><code>4</code> Settled</td>\n<td>Optional</td>\n</tr>\n<tr>\n<td>BeginDate</td>\n<td><em>DateTime</em></td>\n<td>yyyy-mm-dd</td>\n<td>Filter transactions after set datetime</td>\n<td>Optional</td>\n</tr>\n<tr>\n<td>EndDate</td>\n<td><em>DateTime</em></td>\n<td>yyyy-mm-dd</td>\n<td>Filter transactions before set datetime</td>\n<td>Optional</td>\n</tr>\n<tr>\n<td>CardId</td>\n<td><em>Integer</em></td>\n<td>-</td>\n<td>Filter transactions for the supplied CardId only.  <br />This value can be obtained by using the <strong>Card List</strong> API. The ID response will be the card ID.</td>\n<td>Optional</td>\n</tr>\n</tbody>\n</table>\n</div><h3 id=\"response-parameters\">Response Parameters</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Name</th>\n<th>Type</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td></td>\n<td></td>\n<td></td>\n</tr>\n</tbody>\n</table>\n</div><h3 id=\"related-errors\">Related Errors</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Error Code</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td></td>\n<td></td>\n</tr>\n</tbody>\n</table>\n</div><h3 id=\"version\">Version</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Version Supported</th>\n<th>Date Released</th>\n<th><strong>Deprecation Date</strong></th>\n<th>End of Life Date</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>v1.0</td>\n<td>December 2019</td>\n<td>TBD</td>\n<td>TBD</td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"path":["customerintegrationapi","v1.0","Card","CardTransactionInquiry"],"host":["https://connect.dcbankapi.ca:35344"],"query":[],"variable":[]}},"response":[{"id":"114bd042-a2e4-4099-b55e-54a72c85b3d5","name":"Success","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{token}}"},{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"Criteria\": 1,\n    \"BeginDate\": \"2020-03-01\",\n    \"EndDate\": \"\",\n    \"CardId\": \"88\"\n}","options":{"raw":{"language":"json"}}},"url":"https://connect.dcbankapi.ca:35344/customerintegrationapi/v1.0/Card/CardTransactionInquiry"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Fri, 15 May 2020 00:30:57 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"827"},{"key":"Connection","value":"keep-alive"},{"key":"Content-Encoding","value":"br"},{"key":"Vary","value":"Accept-Encoding"},{"key":"Server","value":"nginx/1.15.10"},{"key":"X-Powered-By","value":"ASP.NET"},{"key":"Set-Cookie","value":"ARRAffinity=eb8046a771af187481bd962f4b3b59093d134d8cb9f92ea86e26e730ef047fb2;Path=/;HttpOnly;Domain=dcb-cusapi-uat.azurewebsites.net:443"}],"cookie":[],"responseTime":null,"body":"{\n  \"item\": [\n    {\n      \"cardId\": 0,\n      \"cardTokenNumber\": \"string\",\n      \"transactionDate\": \"2020-11-18T13:41:30.672Z\",\n      \"responseCode\": \"string\",\n      \"merchant\": \"string\",\n      \"transactionAmount\": 0,\n      \"amountDisplay\": \"string\",\n      \"transactionCurrency\": {\n        \"isActive\": true,\n        \"description\": \"string\",\n        \"code\": \"string\",\n        \"isoCode\": \"string\",\n        \"symbol\": \"string\",\n        \"order\": 0,\n        \"id\": 0,\n        \"isRecordValid\": true,\n        \"recordVersion\": 0,\n        \"insertDateTime\": \"2020-11-18T13:41:30.672Z\",\n        \"insertUserId\": 0,\n        \"insertUser\": \"string\",\n        \"updateDateTime\": \"2020-11-18T13:41:30.672Z\",\n        \"updateUser\": \"string\",\n        \"shadowInsertUserId\": 0,\n        \"shadowUpdateUserId\": 0,\n        \"updateUserId\": 0\n      },\n      \"billingAmount\": 0,\n      \"cardholderCurrency\": {\n        \"isActive\": true,\n        \"description\": \"string\",\n        \"code\": \"string\",\n        \"isoCode\": \"string\",\n        \"symbol\": \"string\",\n        \"order\": 0,\n        \"id\": 0,\n        \"isRecordValid\": true,\n        \"recordVersion\": 0,\n        \"insertDateTime\": \"2020-11-18T13:41:30.672Z\",\n        \"insertUserId\": 0,\n        \"insertUser\": \"string\",\n        \"updateDateTime\": \"2020-11-18T13:41:30.672Z\",\n        \"updateUser\": \"string\",\n        \"shadowInsertUserId\": 0,\n        \"shadowUpdateUserId\": 0,\n        \"updateUserId\": 0\n      },\n      \"settlementAmount\": 0,\n      \"settlementCurrency\": {\n        \"isActive\": true,\n        \"description\": \"string\",\n        \"code\": \"string\",\n        \"isoCode\": \"string\",\n        \"symbol\": \"string\",\n        \"order\": 0,\n        \"id\": 0,\n        \"isRecordValid\": true,\n        \"recordVersion\": 0,\n        \"insertDateTime\": \"2020-11-18T13:41:30.672Z\",\n        \"insertUserId\": 0,\n        \"insertUser\": \"string\",\n        \"updateDateTime\": \"2020-11-18T13:41:30.672Z\",\n        \"updateUser\": \"string\",\n        \"shadowInsertUserId\": 0,\n        \"shadowUpdateUserId\": 0,\n        \"updateUserId\": 0\n      },\n      \"settlementDate\": \"2020-11-18T13:41:30.672Z\",\n      \"description\": \"string\",\n      \"referenceNumber\": \"string\",\n      \"transactionType\": \"string\",\n      \"transactionTypeId\": 0,\n      \"transactionTypeCode\": \"string\",\n      \"channelName\": \"string\",\n      \"cardOwnerName\": \"string\",\n      \"maskedCardNumber\": \"string\",\n      \"cardBrandName\": \"string\",\n      \"availableCreditLimit\": 0,\n      \"walletBalance\": 0,\n      \"applicationNetwork\": \"string\",\n      \"cardTransactionSource\": \"string\",\n      \"terminalType\": \"string\",\n      \"errorCode\": \"string\",\n      \"errorDescription\": \"string\",\n      \"merchantCity\": \"string\",\n      \"feeAmount\": 0,\n      \"originalAmount\": 0,\n      \"responseDescription\": \"string\",\n      \"mcc\": \"string\",\n      \"settlementStatus\": \"string\"\n    }\n  ],\n  \"isSucceeded\": true,\n  \"errorList\": [\n    {\n      \"errorCode\": \"string\",\n      \"errorDescription\": \"string\",\n      \"parameterList\": [\n        \"string\"\n      ]\n    }\n  ],\n  \"parameterList\": [\n    \"string\"\n  ]\n}"}],"_postman_id":"968cb58c-b01c-429e-92ad-89dab79df9a4"},{"name":"Apply For Credit Card","id":"107fd83d-c293-46eb-9334-ca2393490d40","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{token}}"}]},"isInherited":false},"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"applicationRequest\": {\n        \"applicantId\": 0,\n        \"partnerId\": 0,\n        \"occupation\": \"string\",\n        \"maritalStatus\": \"string\",\n        \"timeInCurrentJob\": \"string\",\n        \"timePresentAddress\": \"string\",\n        \"residentalStatus\": \"string\",\n        \"educationLevel\": \"string\",\n        \"timeInJob\": \"string\",\n        \"monthlySalary\": \"string\",\n        \"monthlyOtherIncome\": \"string\",\n        \"timeInterbank\": \"string\",\n        \"timeUs\": \"string\",\n        \"houseOwnership\": \"string\",\n        \"carOwnership\": \"string\",\n        \"losDownpayment\": \"string\",\n        \"security\": \"string\",\n        \"telephoneGiven\": \"string\",\n        \"depositSavingInterbank\": \"string\",\n        \"depositSavingUs\": \"string\",\n        \"otherCreditCardHeld\": \"string\",\n        \"borrowerOtherLoan\": \"string\",\n        \"remainingLoanAmount\": 0,\n        \"monthlyApplicantNetIncome\": \"string\",\n        \"housholdIncome\": \"string\",\n        \"monthlyTotalPayment\": \"string\",\n        \"securityInfoType\": \"string\",\n        \"securityInformationOtherDesc\": \"string\",\n        \"securityNo\": \"string\",\n        \"reminedAmountFromLoan\": \"string\",\n        \"securityValue\": \"string\",\n        \"serialDocumentNumber\": \"string\",\n        \"productionYear\": \"string\",\n        \"transUnionCreditScore\": 0,\n        \"equifaxCreditScore\": 0,\n        \"otherCreditScore\": 0,\n        \"creditscoreProposedDate1\": \"2020-05-15T00:00:00.000Z\",\n        \"creditscoreProposedDate2\": \"2020-05-15T00:00:00.000Z\",\n        \"creditscoreProposedDate3\": \"2020-05-15T00:00:00.000Z\",\n        \"networthAsset1\": \"string\",\n        \"networthAsset2\": \"string\",\n        \"networthAsset3\": \"string\",\n        \"networthLiability1\": \"string\",\n        \"networthLiability2\": \"string\",\n        \"networthLiability3\": \"string\",\n        \"networthOwnershipDate1\": \"2020-05-15T00:00:00.000Z\",\n        \"networthOwnershipDate2\": \"2020-05-15T00:00:00.000Z\",\n        \"networthOwnershipDate3\": \"2020-05-15T00:00:00.000Z\"\n    },\n    \"loanType\": \"string\",\n    \"loanPurpose\": \"string\",\n    \"paymentFrequency\": \"string\",\n    \"paymentPeriod\": 0,\n    \"requestAmount\": 0,\n    \"securityAmount\": 0\n}","options":{"raw":{"language":"json"}}},"url":"https://connect.dcbankapi.ca:35344/customerintegrationapi/v1.0/Card/ApplyForCreditCard","description":"<h3 id=\"description\">Description</h3>\n<p>This API will be used when the user wants to apply for a credit card.</p>\n<h3 id=\"request-parameters\">Request Parameters</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Name</th>\n<th>Type</th>\n<th><strong>Max Length</strong></th>\n<th>Description</th>\n<th>Required/ Optional</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Occupation</td>\n<td><em>String</em></td>\n<td></td>\n<td>Indicates occupation. You can get parameter details with <strong>Get Parameter API</strong> with <strong>LOSOccupation</strong> parameter.</td>\n<td>Optional</td>\n</tr>\n<tr>\n<td>MaritalStatus</td>\n<td><em>String</em></td>\n<td></td>\n<td>Indicates Marital Status. You can get parameter details with <strong>Get Parameter API</strong> with <strong>LOSMaritalStatus</strong> parameter.</td>\n<td>Optional</td>\n</tr>\n<tr>\n<td>TimeInCurrentJob</td>\n<td><em>String</em></td>\n<td></td>\n<td>Indicates time in current job. You can get parameter details with <strong>Get Parameter API</strong> with <strong>LOSEmplTime</strong> parameter.</td>\n<td>Optional</td>\n</tr>\n<tr>\n<td>TimePresentAddress</td>\n<td><em>String</em></td>\n<td></td>\n<td>Indicates time at present address. You can get parameter details with <strong>Get Parameter API</strong> with <strong>LOSAddrTime</strong> parameter.</td>\n<td>Optional</td>\n</tr>\n<tr>\n<td>ResidentalStatus</td>\n<td><em>String</em></td>\n<td></td>\n<td>Indicates residental status. You can get parameter details with <strong>Get Parameter API</strong> with <strong>LOSResidentalStatus</strong> parameter.</td>\n<td>Optional</td>\n</tr>\n<tr>\n<td>EducationLevel</td>\n<td><em>String</em></td>\n<td></td>\n<td>Indicates education level. You can get parameter details with <strong>Get Parameter API</strong> with <strong>LOSEduLevel</strong> parameter.</td>\n<td>Optional</td>\n</tr>\n<tr>\n<td>TimeInJob</td>\n<td><em>String</em></td>\n<td></td>\n<td>Indicates time in job. You can get parameter details with <strong>Get Parameter API</strong> with <strong>LOSEmplTime</strong> parameter.</td>\n<td>Optional</td>\n</tr>\n<tr>\n<td>MonthlySalary</td>\n<td><em>String</em></td>\n<td></td>\n<td>Indicates monthly salary. You can get parameter details with <strong>Get Parameter API</strong> with <strong>LOSSalary</strong> parameter.</td>\n<td>Optional</td>\n</tr>\n<tr>\n<td>MonthlyOtherIncome</td>\n<td><em>String</em></td>\n<td></td>\n<td>Indicates monthly other income. You can get parameter details with <strong>Get Parameter API</strong> with <strong>LOSSalary</strong> parameter.</td>\n<td>Optional</td>\n</tr>\n<tr>\n<td>TimeInterbank</td>\n<td><em>String</em></td>\n<td></td>\n<td>Indicates time with interbank. You can get parameter details with <strong>Get Parameter API</strong> with <strong>LOSInterbankTime</strong> parameter.</td>\n<td>Optional</td>\n</tr>\n<tr>\n<td>TimeUs</td>\n<td><em>String</em></td>\n<td></td>\n<td>Indicates time with us. You can get parameter details with <strong>Get Parameter API</strong> with <strong>LOSInterbankTime</strong> parameter.</td>\n<td>Optional</td>\n</tr>\n<tr>\n<td>HouseOwnership</td>\n<td><em>String</em></td>\n<td></td>\n<td>Indicates house ownership. You can get parameter details with <strong>Get Parameter API</strong> with <strong>LOSYesNo</strong> parameter.</td>\n<td>Optional</td>\n</tr>\n<tr>\n<td>CarOwnership</td>\n<td><em>String</em></td>\n<td></td>\n<td>Indicates car ownership. You can get parameter details with <strong>Get Parameter API</strong> with <strong>LOSYesNo</strong> parameter.</td>\n<td>Optional</td>\n</tr>\n<tr>\n<td>LOSDownpayment</td>\n<td><em>String</em></td>\n<td></td>\n<td>Indicates downpayment. You can get parameter details with <strong>Get Parameter API</strong> with <strong>LOSDownpayment</strong> parameter.</td>\n<td>Optional</td>\n</tr>\n<tr>\n<td>Security</td>\n<td><em>String</em></td>\n<td></td>\n<td>Indicates security. You can get parameter details with <strong>Get Parameter API</strong> with <strong>LOSYesNo</strong> parameter.</td>\n<td>Optional</td>\n</tr>\n<tr>\n<td>TelephoneGiven</td>\n<td><em>String</em></td>\n<td></td>\n<td>Indicates telephone given. You can get parameter details with <strong>Get Parameter API</strong> with <strong>LOSPhoneGiven</strong> parameter.</td>\n<td>Optional</td>\n</tr>\n<tr>\n<td>DepositSavingInterbank</td>\n<td><em>String</em></td>\n<td></td>\n<td>Indicates deposit saving interbank. You can get parameter details with <strong>Get Parameter API</strong> with <strong>LOSDepositIn</strong> parameter.</td>\n<td>Optional</td>\n</tr>\n<tr>\n<td>DepositSavingUs</td>\n<td><em>String</em></td>\n<td></td>\n<td>Indicates deposit saving with us. You can get parameter details with <strong>Get Parameter API</strong> with <strong>LOSDepositIn</strong> parameter.</td>\n<td>Optional</td>\n</tr>\n<tr>\n<td>OtherCreditCardHeld</td>\n<td><em>String</em></td>\n<td></td>\n<td>Indicates other credit card held. You can get parameter details with <strong>Get Parameter API</strong> with <strong>LOSYesNo</strong> parameter.</td>\n<td>Optional</td>\n</tr>\n<tr>\n<td>BorrowerOtherLoan</td>\n<td><em>String</em></td>\n<td></td>\n<td>Indicates borrower other loan. You can get parameter details with <strong>Get Parameter API</strong> with <strong>LOSYesNo</strong> parameter.</td>\n<td>Optional</td>\n</tr>\n<tr>\n<td>RemainingLoanAmount</td>\n<td><em>String</em></td>\n<td></td>\n<td>Indicates remaining loan amount</td>\n<td>Optional</td>\n</tr>\n<tr>\n<td>MonthlyApplicantNetIncome</td>\n<td><em>String</em></td>\n<td></td>\n<td>Indicates monthly applicant net income. You can get parameter details with <strong>Get Parameter API</strong> with <strong>LOSDepositIn</strong> parameter.</td>\n<td>Optional</td>\n</tr>\n<tr>\n<td>HousholdIncome</td>\n<td><em>Decimal</em></td>\n<td></td>\n<td>Indicates houshold income. You can get parameter details with <strong>Get Parameter API</strong> with <strong>LOSHousholdIn</strong> parameter.</td>\n<td>Optional</td>\n</tr>\n<tr>\n<td>MonthlyTotalPayment</td>\n<td><em>Decimal</em></td>\n<td></td>\n<td>Indicates monthly total payment. You can get parameter details with <strong>Get Parameter API</strong> with <strong>LOSDepositIn</strong> parameter.</td>\n<td>Optional</td>\n</tr>\n<tr>\n<td>SecurityInfoType</td>\n<td><em>String</em></td>\n<td></td>\n<td>Indicates security info type. You can get parameter details with <strong>Get Parameter API</strong> with <strong>LOSSecurityInfoType</strong> parameter.</td>\n<td>Optional</td>\n</tr>\n<tr>\n<td>SecurityInformationOtherDesc</td>\n<td><em>String</em></td>\n<td></td>\n<td>Indicates security information other description.</td>\n<td>Optional</td>\n</tr>\n<tr>\n<td>SecurityNo</td>\n<td><em>String</em></td>\n<td></td>\n<td>Indicates security no.</td>\n<td>Optional</td>\n</tr>\n<tr>\n<td>ReminedAmountFromLoan</td>\n<td><em>Decimal</em></td>\n<td></td>\n<td>Indicates remined amount from loan.</td>\n<td>Optional</td>\n</tr>\n<tr>\n<td>SecurityValue</td>\n<td><em>Decimal</em></td>\n<td></td>\n<td>Indicates security value.</td>\n<td>Optional</td>\n</tr>\n<tr>\n<td>SerialDocumentNumber</td>\n<td><em>String</em></td>\n<td></td>\n<td>Indicates serial document number.</td>\n<td>Optional</td>\n</tr>\n<tr>\n<td>ProductionYear</td>\n<td><em>Integer</em></td>\n<td></td>\n<td>Indicates production year.</td>\n<td>Optional</td>\n</tr>\n<tr>\n<td>TransUnionCreditScore</td>\n<td><em>Integer</em></td>\n<td></td>\n<td>Indicates transUnion credit score.</td>\n<td>Optional</td>\n</tr>\n<tr>\n<td>EquifaxCreditScore</td>\n<td><em>Integer</em></td>\n<td></td>\n<td>Indicates Equifax credit score.</td>\n<td>Optional</td>\n</tr>\n<tr>\n<td>OtherCreditScore</td>\n<td><em>Integer</em></td>\n<td></td>\n<td>Indicates other credit score.</td>\n<td>Optional</td>\n</tr>\n<tr>\n<td>CreditscoreProposedDate1</td>\n<td><em>DateTime</em></td>\n<td></td>\n<td>Indicates credit score proposed date.</td>\n<td>Optional</td>\n</tr>\n<tr>\n<td>CreditscoreProposedDate2</td>\n<td><em>DateTime</em></td>\n<td></td>\n<td>Indicates credit score proposed date.</td>\n<td>Optional</td>\n</tr>\n<tr>\n<td>CreditscoreProposedDate3</td>\n<td><em>DateTime</em></td>\n<td></td>\n<td>Indicates credit score proposed date.</td>\n<td>Optional</td>\n</tr>\n<tr>\n<td>NetworthAsset1</td>\n<td><em>String</em></td>\n<td></td>\n<td>Indicates net worth asset.</td>\n<td>Optional</td>\n</tr>\n<tr>\n<td>NetworthAsset2</td>\n<td><em>String</em></td>\n<td></td>\n<td>Indicates net worth asset.</td>\n<td>Optional</td>\n</tr>\n<tr>\n<td>NetworthAsset3</td>\n<td><em>String</em></td>\n<td></td>\n<td>Indicates net worth asset.</td>\n<td>Optional</td>\n</tr>\n<tr>\n<td>NetworthLiability1</td>\n<td><em>String</em></td>\n<td></td>\n<td>Indicates net worth liability.</td>\n<td>Optional</td>\n</tr>\n<tr>\n<td>NetworthLiability2</td>\n<td><em>String</em></td>\n<td></td>\n<td>Indicates net worth liability.</td>\n<td>Optional</td>\n</tr>\n<tr>\n<td>NetworthLiability3</td>\n<td><em>String</em></td>\n<td></td>\n<td>Indicates net worth liability.</td>\n<td>Optional</td>\n</tr>\n<tr>\n<td>NetworthOwnershipDate1</td>\n<td><em>DateTime</em></td>\n<td></td>\n<td>Indicates net worth ownership date.</td>\n<td>Optional</td>\n</tr>\n<tr>\n<td>NetworthOwnershipDate2</td>\n<td><em>DateTime</em></td>\n<td></td>\n<td>Indicates net worth ownership date.</td>\n<td>Optional</td>\n</tr>\n<tr>\n<td>NetworthOwnershipDate3</td>\n<td><em>DateTime</em></td>\n<td></td>\n<td>Indicates net worth ownership date.</td>\n<td>Optional</td>\n</tr>\n</tbody>\n</table>\n</div><h3 id=\"response-parameters\">Response Parameters</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Name</th>\n<th>Type</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td></td>\n<td></td>\n<td></td>\n</tr>\n</tbody>\n</table>\n</div><h3 id=\"related-errors\">Related Errors</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Error Code</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td></td>\n<td></td>\n</tr>\n</tbody>\n</table>\n</div><h3 id=\"version\">Version</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Version Supported</th>\n<th>Date Released</th>\n<th><strong>Deprecation Date</strong></th>\n<th>End of Life Date</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>v1.0</td>\n<td>December 2019</td>\n<td>TBD</td>\n<td>TBD</td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"path":["customerintegrationapi","v1.0","Card","ApplyForCreditCard"],"host":["https://connect.dcbankapi.ca:35344"],"query":[],"variable":[]}},"response":[{"id":"de6a09e2-c32c-450e-904e-a3680575acfe","name":"Success","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{token}}","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"applicationRequest\": {\n        \"applicantId\": 12345,\n        \"partnerId\": 12345,\n        \"occupation\": \"\",\n        \"maritalStatus\": \"\",\n        \"timeInCurrentJob\": \"\",\n        \"timePresentAddress\": \"\",\n        \"residentalStatus\": \"\",\n        \"educationLevel\": \"\",\n        \"timeInJob\": \"\",\n        \"monthlySalary\": \"\",\n        \"monthlyOtherIncome\": \"\",\n        \"timeInterbank\": \"\",\n        \"timeUs\": \"\",\n        \"houseOwnership\": \"\",\n        \"carOwnership\": \"\",\n        \"losDownpayment\": \"\",\n        \"security\": \"\",\n        \"telephoneGiven\": \"\",\n        \"depositSavingInterbank\": \"\",\n        \"depositSavingUs\": \"\",\n        \"otherCreditCardHeld\": \"\",\n        \"borrowerOtherLoan\": \"\",\n        \"remainingLoanAmount\": 12345,\n        \"monthlyApplicantNetIncome\": \"\",\n        \"housholdIncome\": \"\",\n        \"monthlyTotalPayment\": \"\",\n        \"securityInfoType\": \"\",\n        \"securityInformationOtherDesc\": \"\",\n        \"securityNo\": \"\",\n        \"reminedAmountFromLoan\": \"\",\n        \"securityValue\": \"\",\n        \"serialDocumentNumber\": \"\",\n        \"productionYear\": \"\",\n        \"transUnionCreditScore\": 12345,\n        \"equifaxCreditScore\": 12345,\n        \"otherCreditScore\": 12345,\n        \"creditscoreProposedDate1\": \"2020-05-15T00:00:00.000Z\",\n        \"creditscoreProposedDate2\": \"2020-05-15T00:00:00.000Z\",\n        \"creditscoreProposedDate3\": \"2020-05-15T00:00:00.000Z\",\n        \"networthAsset1\": \"\",\n        \"networthAsset2\": \"\",\n        \"networthAsset3\": \"\",\n        \"networthLiability1\": \"\",\n        \"networthLiability2\": \"\",\n        \"networthLiability3\": \"\",\n        \"networthOwnershipDate1\": \"2020-05-15T00:00:00.000Z\",\n        \"networthOwnershipDate2\": \"2020-05-15T00:00:00.000Z\",\n        \"networthOwnershipDate3\": \"2020-05-15T00:00:00.000Z\"\n    },\n    \"loanType\": \"\",\n    \"loanPurpose\": \"\",\n    \"paymentFrequency\": \"\",\n    \"paymentPeriod\": 12345,\n    \"requestAmount\": 12345,\n    \"securityAmount\": 12345\n}","options":{"raw":{"language":"json"}}},"url":"https://connect.dcbankapi.ca:35344/customerintegrationapi/v1.0/Card/ApplyForCreditCard"},"_postman_previewlanguage":"json","header":null,"cookie":[],"responseTime":null,"body":"{\n    \"ErrorCode\": \"0\",\n    \"ErrorDescription\": \"Successfull\",\n    \"StackTrace\": null,\n    \"Item\": 12345,\n    \"IsSucceeded\": true,\n    \"ErrorList\": [],\n    \"ParameterList\": []\n}"}],"_postman_id":"107fd83d-c293-46eb-9334-ca2393490d40"},{"name":"Update Card Status","id":"11b851e6-55d4-4e91-8921-ca90ab920368","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{token}}"}]},"isInherited":false},"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"CardId\": 0,\n    \"CardStatusId\": 0\n}","options":{"raw":{"language":"json"}}},"url":"https://connect.dcbankapi.ca:35344/customerintegrationapi/v1.0/Card/UpdateCardStatus","description":"<p>The purpose of this API is to Update the card status.</p>\n<h3 id=\"request-parameters\">Request Parameters</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Name</strong></th>\n<th><strong>Type</strong></th>\n<th><strong>Max Length</strong></th>\n<th><strong>Description</strong></th>\n<th><strong>Required/ Optional</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>CardId</td>\n<td><em>Numeric</em></td>\n<td>-</td>\n<td>The ID of the card you want to update from the <strong>Card List</strong> endpoint.</td>\n<td><strong>Required</strong></td>\n</tr>\n<tr>\n<td>CardStatusId</td>\n<td><em>Numeric</em></td>\n<td>-</td>\n<td>The status ID value from <strong>Card Status List</strong> endpoint.</td>\n<td><strong>Required</strong></td>\n</tr>\n</tbody>\n</table>\n</div><h3 id=\"response-parameters\">Response Parameters</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Name</th>\n<th>Type</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td></td>\n<td></td>\n<td></td>\n</tr>\n</tbody>\n</table>\n</div><h3 id=\"related-errors\">Related Errors</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Error Code</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>UpdCardStatusE1</td>\n<td>Card Not Found</td>\n</tr>\n<tr>\n<td>UpdCardStatusE2</td>\n<td>Card Status Definition Not Found</td>\n</tr>\n<tr>\n<td>UpdCardStatusE3</td>\n<td>The card status is not allow to change!</td>\n</tr>\n</tbody>\n</table>\n</div><h3 id=\"version\">Version</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Version Supported</th>\n<th>Date Released</th>\n<th><strong>Deprecation Date</strong></th>\n<th>End of Life Date</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>v1.0</td>\n<td>December 2019</td>\n<td>TBD</td>\n<td>TBD</td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"path":["customerintegrationapi","v1.0","Card","UpdateCardStatus"],"host":["https://connect.dcbankapi.ca:35344"],"query":[],"variable":[]}},"response":[{"id":"e9c1dee9-65f8-4249-a1c0-866dc2ca8f48","name":"Success","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{token}}","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"CardId\": 88,\n    \"CardStatusId\": 2\n}","options":{"raw":{"language":"json"}}},"url":"https://connect.dcbankapi.ca:35344/customerintegrationapi/v1.0/Card/UpdateCardStatus"},"_postman_previewlanguage":"json","header":null,"cookie":[],"responseTime":null,"body":"{\r\n    \"ErrorCode\": \"0\",\r\n    \"ErrorDescription\": \"Successfull\",\r\n    \"StackTrace\": null,\r\n    \"IsSucceeded\": true,\r\n    \"ErrorList\": [],\r\n    \"ParameterList\": []\r\n}"}],"_postman_id":"11b851e6-55d4-4e91-8921-ca90ab920368"},{"name":"Issue Temporary Control Number","id":"8af85cf4-612c-45e8-a7d9-eb8edc99b837","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{token}}"}]},"isInherited":false},"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"WithSMS\": true,\n    \"WithEmail\": false\n}","options":{"raw":{"language":"json"}}},"url":"https://connect.dcbankapi.ca:35344/customerintegrationapi/v1.0/Card/IssueTemporaryControlNumber","description":"<h3 id=\"description\">Description</h3>\n<p>The purpose of this section is the issuance of Temporary Control Number to be sent either via SMS to the mobile number registered on the Cardholder’s account/wallet or via Email Address registered on the Cardholder’s account/wallet depending on the Cardholder's request. The TCN will be sent either by SMS OR Email, not both.</p>\n<p>The Temporary Control Number (TCN) will be retrieved in the response item and this TCN must be used in SETPIN operation method in 10 minutes. Otherwise, it will be expired and then the user must get the new TCN.</p>\n<h3 id=\"request-parameters\">Request Parameters</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Name</strong></th>\n<th><strong>Type</strong></th>\n<th><strong>Max Length</strong></th>\n<th><strong>Description</strong></th>\n<th><strong>Required/ Optional</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>WithSMS</td>\n<td><em>Boolean</em></td>\n<td>-</td>\n<td>A <code>True</code> or <code>False</code> value indicating whether the TCN is sent via SMS.</td>\n<td><strong>Required</strong></td>\n</tr>\n<tr>\n<td>WidthEmail</td>\n<td><em>Boolean</em></td>\n<td>-</td>\n<td>A <code>True</code> or <code>False</code> value indicating whether the TCN is sent via Email.</td>\n<td><strong>Required</strong></td>\n</tr>\n</tbody>\n</table>\n</div><h3 id=\"response-parameters\">Response Parameters</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Name</th>\n<th>Type</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>TCN</td>\n<td><em>Numeric</em></td>\n<td>The Temporary Control Number.</td>\n</tr>\n</tbody>\n</table>\n</div><h3 id=\"related-errors\">Related Errors</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Error Code</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>IssueTemporaryControlNumberOpE1</td>\n<td>SMS or Email needs to be selected</td>\n</tr>\n</tbody>\n</table>\n</div><h3 id=\"version\">Version</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Version Supported</th>\n<th>Date Released</th>\n<th><strong>Deprecation Date</strong></th>\n<th>End of Life Date</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>v1.0</td>\n<td>December 2019</td>\n<td>TBD</td>\n<td>TBD</td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"path":["customerintegrationapi","v1.0","Card","IssueTemporaryControlNumber"],"host":["https://connect.dcbankapi.ca:35344"],"query":[],"variable":[]}},"response":[{"id":"97b0d48f-e8fa-479e-9360-26c2a36ce0b6","name":"Success","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{token}}","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"WithSMS\": true,\n    \"WithEmail\": false\n}","options":{"raw":{"language":"json"}}},"url":"https://connect.dcbankapi.ca:35344/customerintegrationapi/v1.0/Card/IssueTemporaryControlNumber"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Fri, 15 May 2020 00:35:09 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"143"},{"key":"Connection","value":"keep-alive"},{"key":"Content-Encoding","value":"br"},{"key":"Vary","value":"Accept-Encoding"},{"key":"Server","value":"nginx/1.15.10"},{"key":"X-Powered-By","value":"ASP.NET"},{"key":"Set-Cookie","value":"ARRAffinity=eb8046a771af187481bd962f4b3b59093d134d8cb9f92ea86e26e730ef047fb2;Path=/;HttpOnly;Domain=dcb-cusapi-uat.azurewebsites.net:443"}],"cookie":[],"responseTime":null,"body":"{\n    \"ErrorCode\": \"0\",\n    \"ErrorDescription\": \"Successfull\",\n    \"StackTrace\": null,\n    \"Item\": {\n        \"TCN\": \"189449\"\n    },\n    \"IsSucceeded\": true,\n    \"ErrorList\": [],\n    \"ParameterList\": []\n}"}],"_postman_id":"8af85cf4-612c-45e8-a7d9-eb8edc99b837"},{"name":"Generate Rsa Key","id":"b9c13adb-444b-45d7-a8cc-8c75309c5b74","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{token}}"}]},"isInherited":false},"method":"GET","header":[],"url":"https://connect.dcbankapi.ca:35344/customerintegrationapi/v1.0/Card/GenerateRsaKey","description":"<h3 id=\"description\">Description</h3>\n<p>The purpose of this API is to generate RSA Key and returns an Id which is to be used in the <strong>Set PIN</strong> endpoint.</p>\n<h3 id=\"request-parameters\">Request Parameters</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Name</th>\n<th>Type</th>\n<th>Max Length</th>\n<th>Description</th>\n<th>Required/ Optional</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td></td>\n<td></td>\n<td></td>\n<td></td>\n<td></td>\n</tr>\n</tbody>\n</table>\n</div><h3 id=\"response-parameters\">Response Parameters</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Name</th>\n<th>Type</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td></td>\n<td></td>\n<td></td>\n</tr>\n</tbody>\n</table>\n</div><h3 id=\"related-errors\">Related Errors</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Error Code</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td></td>\n<td></td>\n</tr>\n</tbody>\n</table>\n</div><h3 id=\"version\">Version</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Version Supported</th>\n<th>Date Released</th>\n<th><strong>Deprecation Date</strong></th>\n<th>End of Life Date</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>v1.0</td>\n<td>December 2019</td>\n<td>TBD</td>\n<td>TBD</td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"path":["customerintegrationapi","v1.0","Card","GenerateRsaKey"],"host":["https://connect.dcbankapi.ca:35344"],"query":[],"variable":[]}},"response":[{"id":"eb61f3eb-ed37-49eb-bf37-4d7290101a4e","name":"Success","originalRequest":{"method":"GET","header":[{"key":"Authorization","value":"Bearer {{token}}","type":"text"}],"url":"https://connect.dcbankapi.ca:35344/customerintegrationapi/v1.0/Card/GenerateRsaKey"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Fri, 15 May 2020 00:35:47 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"597"},{"key":"Connection","value":"keep-alive"},{"key":"Content-Encoding","value":"br"},{"key":"Vary","value":"Accept-Encoding"},{"key":"Server","value":"nginx/1.15.10"},{"key":"X-Powered-By","value":"ASP.NET"},{"key":"Set-Cookie","value":"ARRAffinity=eb8046a771af187481bd962f4b3b59093d134d8cb9f92ea86e26e730ef047fb2;Path=/;HttpOnly;Domain=dcb-cusapi-uat.azurewebsites.net:443"}],"cookie":[],"responseTime":null,"body":"{\n    \"ErrorCode\": \"0\",\n    \"ErrorDescription\": \"Successfull.\",\n    \"StackTrace\": null,\n    \"Item\": {\n        \"RsaKeyId\": 10015,\n        \"PublicKeyInPemFormat\": \"-----BEGIN PUBLIC KEY-----\\r\\nMIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAz1+5GBW8B6OtBJxexRDr\\r\\nIQW1BE6gZyPWkcbcVvdXcTlfPrqd/NzJcq/BHacMcJCRczT0m5UXbn6wZxOkTuRw\\r\\n+5x8Fs8SVoC9DFfTC7EOFgsrfQrXj8ZIAm7MaZMipVV+prZG/W96lHF0gCIQqEEg\\r\\nQDvHmbYZHcy+C6bW1DkbEI8Obrz2p5PJY8eeU2Nt93KAG3JW6nVngsCnFyBHPO2a\\r\\nnvUaoxEIjOR3XT5yQNYRoEIF1OVPDeCtNgD6ViqpxDmWsVAVjc9R1tNpT1l6GAIE\\r\\nai/JL5qb3p2ixux1L1EH8tDIn28aEBoZUdJ3iXoO9o0aCS+Z2536VRBToEilwJ7+\\r\\nfQIDAQAB\\r\\n-----END PUBLIC KEY-----\\r\\n\",\n        \"ModulusBase64\": \"z1+5GBW8B6OtBJxexRDrIQW1BE6gZyPWkcbcVvdXcTlfPrqd/NzJcq/BHacMcJCRczT0m5UXbn6wZxOkTuRw+5x8Fs8SVoC9DFfTC7EOFgsrfQrXj8ZIAm7MaZMipVV+prZG/W96lHF0gCIQqEEgQDvHmbYZHcy+C6bW1DkbEI8Obrz2p5PJY8eeU2Nt93KAG3JW6nVngsCnFyBHPO2anvUaoxEIjOR3XT5yQNYRoEIF1OVPDeCtNgD6ViqpxDmWsVAVjc9R1tNpT1l6GAIEai/JL5qb3p2ixux1L1EH8tDIn28aEBoZUdJ3iXoO9o0aCS+Z2536VRBToEilwJ7+fQ==\",\n        \"ExponentBase64\": \"AQAB\"\n    },\n    \"IsSucceeded\": true,\n    \"ErrorList\": [],\n    \"ParameterList\": []\n}"}],"_postman_id":"b9c13adb-444b-45d7-a8cc-8c75309c5b74"},{"name":"Set PIN","id":"dc519f9e-5fe2-46c7-b89e-21116830ce5d","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{token}}"}]},"isInherited":false},"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"LastFourDigits\": \"5555\",\n    \"TCN\": \"123456\",\n    \"YOB\": \"1980\",\n    \"EncryptedNewFourDigitPIN\": \"ASADF98KJ1KLKJ31009AF0A9SDF0A9F9FD01J3\",\n    \"RsaKeyId\": 123456\n}","options":{"raw":{"language":"json"}}},"url":"https://connect.dcbankapi.ca:35344/customerintegrationapi/v1.0/Card/SetPIN","description":"<p>The purpose of this API is to set the PIN for the Card.</p>\n<h3 id=\"request-parameters\">Request Parameters</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Name</strong></th>\n<th><strong>Type</strong></th>\n<th><strong>Max Length</strong></th>\n<th><strong>Description</strong></th>\n<th><strong>Required/ Optional</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>LastFourDigits</td>\n<td><em>Integer</em></td>\n<td>-</td>\n<td>Last 4-digits of the card.</td>\n<td><strong>Required</strong></td>\n</tr>\n<tr>\n<td>TCN</td>\n<td><em>String</em></td>\n<td>-</td>\n<td>Temporary Control Number (TCN) from the <strong>Issue Temporary Control Number</strong> endpoint.</td>\n<td><strong>Required</strong></td>\n</tr>\n<tr>\n<td>YOB</td>\n<td><em>DateTime</em></td>\n<td>-</td>\n<td>The Year of Birth of the customer.</td>\n<td><strong>Required</strong></td>\n</tr>\n<tr>\n<td>EncryptedNewFourDigitPIN</td>\n<td><em>String</em></td>\n<td>-</td>\n<td>New 4-digit PIN, encrypted with ModulusBase64.</td>\n<td><strong>Required</strong></td>\n</tr>\n<tr>\n<td>RsaKeyId</td>\n<td><em>Long</em></td>\n<td>-</td>\n<td>The RSA key ID from the <strong>Generate Rsa Key</strong> endpoint.</td>\n<td><strong>Required</strong></td>\n</tr>\n</tbody>\n</table>\n</div><h3 id=\"response-parameters\">Response Parameters</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Name</th>\n<th>Type</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td></td>\n<td></td>\n<td></td>\n</tr>\n</tbody>\n</table>\n</div><h3 id=\"related-errors\">Related Errors</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Error Code</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>SetPINOpE1</td>\n<td>Temporary Control Number is not valid for client.</td>\n</tr>\n<tr>\n<td>SetPINOpE2</td>\n<td>Year of Birth is not valid for client.</td>\n</tr>\n<tr>\n<td>SetPINOpE3</td>\n<td>Card Not Found.</td>\n</tr>\n<tr>\n<td>SetPINOpE4</td>\n<td>Card DeTokenization Error.</td>\n</tr>\n<tr>\n<td>SetPINOpE5</td>\n<td><em>external error message.</em></td>\n</tr>\n</tbody>\n</table>\n</div><h3 id=\"version\">Version</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Version Supported</th>\n<th>Date Released</th>\n<th><strong>Deprecation Date</strong></th>\n<th>End of Life Date</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>v1.0</td>\n<td>December 2019</td>\n<td>TBD</td>\n<td>TBD</td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"path":["customerintegrationapi","v1.0","Card","SetPIN"],"host":["https://connect.dcbankapi.ca:35344"],"query":[],"variable":[]}},"response":[{"id":"ef7f183d-e6b6-4ac5-9808-1a6036e97380","name":"Success","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{token}}","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"LastFourDigits\": \"5555\",\n    \"TCN\": \"123456\",\n    \"YOB\": \"1980\",\n    \"EncryptedNewFourDigitPIN\": \"ASADF98KJ1KLKJ31009AF0A9SDF0A9F9FD01J3\",\n    \"RsaKeyId\": 123456\n}","options":{"raw":{"language":"json"}}},"url":"https://connect.dcbankapi.ca:35344/customerintegrationapi/v1.0/Card/SetPIN"},"_postman_previewlanguage":"json","header":null,"cookie":[],"responseTime":null,"body":"{\r\n    \"ErrorCode\": \"0\",\r\n    \"ErrorDescription\": \"Successfull\",\r\n    \"StackTrace\": null,\r\n    \"Item\": {\r\n        \"Result\": \"\"\r\n    },\r\n    \"IsSucceeded\": true,\r\n    \"ErrorList\": [],\r\n    \"ParameterList\": []\r\n}"}],"_postman_id":"dc519f9e-5fe2-46c7-b89e-21116830ce5d"},{"name":"Get Card Summary","id":"e8c29629-290f-49d7-bc09-8cc71f0b5b6f","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{token}}"}]},"isInherited":false},"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"CardNumber\": \"463033******1850\"\n}","options":{"raw":{"language":"json"}}},"url":"https://connect.dcbankapi.ca:35344/customerintegrationapi/v1.0/Card/GetCardSummary","description":"<p>Get summary details for a card.</p>\n<h3 id=\"request-parameters\">Request Parameters</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Name</strong></th>\n<th><strong>Type</strong></th>\n<th><strong>Max Length</strong></th>\n<th><strong>Description</strong></th>\n<th><strong>Required/ Optional</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>CardNumber</td>\n<td><em>String</em></td>\n<td>-</td>\n<td>The card number being searched to get a summary on.</td>\n<td><strong>Required</strong></td>\n</tr>\n</tbody>\n</table>\n</div><h3 id=\"response-parameters\">Response Parameters</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Name</th>\n<th>Type</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>AvailableCreditLimit</td>\n<td><em>Decimal</em></td>\n<td>The limit available for use.</td>\n</tr>\n<tr>\n<td>Balance</td>\n<td><em>Decimal</em></td>\n<td>The balance on the card.</td>\n</tr>\n<tr>\n<td>CreditLimit</td>\n<td><em>Decimal</em></td>\n<td>The credit limit.</td>\n</tr>\n</tbody>\n</table>\n</div><h3 id=\"related-errors\">Related Errors</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Error Code</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>InvalidRequest</td>\n<td>Invalid request</td>\n</tr>\n<tr>\n<td>CardGetE1</td>\n<td>Card Definition Could Not Found</td>\n</tr>\n<tr>\n<td>CardGetE2</td>\n<td>Card Account Could Not Found</td>\n</tr>\n</tbody>\n</table>\n</div><h3 id=\"version\">Version</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Version Supported</th>\n<th>Date Released</th>\n<th><strong>Deprecation Date</strong></th>\n<th>End of Life Date</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>v1.0</td>\n<td>December 2019</td>\n<td>TBD</td>\n<td>TBD</td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"path":["customerintegrationapi","v1.0","Card","GetCardSummary"],"host":["https://connect.dcbankapi.ca:35344"],"query":[],"variable":[]}},"response":[{"id":"6bde9b71-0f80-453f-ad5e-30b149f32484","name":"Success","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{token}}","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"CardNumber\": \"463033******1850\"\n}","options":{"raw":{"language":"json"}}},"url":"https://connect.dcbankapi.ca:35344/customerintegrationapi/v1.0/Card/GetCardSummary"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Fri, 15 May 2020 00:38:23 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"181"},{"key":"Connection","value":"keep-alive"},{"key":"Content-Encoding","value":"br"},{"key":"Vary","value":"Accept-Encoding"},{"key":"Server","value":"nginx/1.15.10"},{"key":"X-Powered-By","value":"ASP.NET"},{"key":"Set-Cookie","value":"ARRAffinity=eb8046a771af187481bd962f4b3b59093d134d8cb9f92ea86e26e730ef047fb2;Path=/;HttpOnly;Domain=dcb-cusapi-uat.azurewebsites.net:443"}],"cookie":[],"responseTime":null,"body":"{\n    \"ErrorCode\": \"0\",\n    \"ErrorDescription\": \"Successfull\",\n    \"StackTrace\": null,\n    \"Item\": {\n        \"AvailableCreditLimit\": 31508.63,\n        \"Balance\": 0,\n        \"CreditLimit\": 15000\n    },\n    \"IsSucceeded\": true,\n    \"ErrorList\": [],\n    \"ParameterList\": []\n}"}],"_postman_id":"e8c29629-290f-49d7-bc09-8cc71f0b5b6f"},{"name":"Request Card Replacement","id":"2b5d8253-70d9-4eee-8102-70ad9da59e64","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{token}}"}]},"isInherited":false},"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"CardId\": 88,\n    \"IssuingReasonTypeId\": 123,\n    \"ProductId\": 0,\n    \"EmbossName\": \"Abbas Ayaz\"\n}","options":{"raw":{"language":"json"}}},"url":"https://connect.dcbankapi.ca:35344/customerintegrationapi/v1.0/Card/RequestCardReplacement","description":"<p>Request a replacement card for the current customer.</p>\n<h3 id=\"parameters\">Parameters</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Name</strong></th>\n<th><strong>Type</strong></th>\n<th><strong>Max Length</strong></th>\n<th><strong>Description</strong></th>\n<th><strong>Required/ Optional</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>CardId</td>\n<td><em>Numeric</em></td>\n<td>-</td>\n<td>ID of card to replace from <strong>Card List</strong> endpoint.</td>\n<td><strong>Required</strong></td>\n</tr>\n<tr>\n<td>IssuingReasonTypeId</td>\n<td><em>Numeric</em></td>\n<td>5</td>\n<td>Reason for issuing a replacement:  <br /><code>91100</code> New  <br /><code>91101</code> Renewal  <br /><code>91102</code> Lost  <br /><code>91103</code> Damage on magnetic strip  <br /><code>91104</code> Dmange on chip  <br /><code>91105</code> Emboss name change  <br /><code>91106</code> Automatic renewal</td>\n<td><strong>Required</strong></td>\n</tr>\n<tr>\n<td>ProductId</td>\n<td><em>Numeric</em></td>\n<td>-</td>\n<td>ID of product to replace card with from <strong>Card Product List</strong> endpoint.</td>\n<td><strong>Required</strong></td>\n</tr>\n<tr>\n<td>EmbossName</td>\n<td><em>String</em></td>\n<td>-</td>\n<td>The name to be embossed on the new card.</td>\n<td><strong>Requried</strong></td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"path":["customerintegrationapi","v1.0","Card","RequestCardReplacement"],"host":["https://connect.dcbankapi.ca:35344"],"query":[],"variable":[]}},"response":[{"id":"63d1e2f0-b12c-4a47-b7bb-9feb7d6d94bb","name":"Success","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{token}}","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"CardId\": 88,\n    \"IssuingReasonTypeId\": 123,\n    \"ProductId\": 0,\n    \"EmbossName\": \"Abbas Ayaz\"\n}","options":{"raw":{"language":"json"}}},"url":"https://connect.dcbankapi.ca:35344/customerintegrationapi/v1.0/Card/RequestCardReplacement"},"_postman_previewlanguage":"json","header":null,"cookie":[],"responseTime":null,"body":"{\r\n    \"ErrorCode\": \"0\",\r\n    \"ErrorDescription\": \"Successfull\",\r\n    \"StackTrace\": null,\r\n    \"IsSucceeded\": true,\r\n    \"ErrorList\": [],\r\n    \"ParameterList\": []\r\n}"}],"_postman_id":"2b5d8253-70d9-4eee-8102-70ad9da59e64"},{"name":"Get Card Replacements","id":"0375d7cd-d168-481f-9b5e-072e652000a6","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{token}}"}]},"isInherited":false},"method":"POST","header":[],"body":{"mode":"raw","raw":"{}","options":{"raw":{"language":"json"}}},"url":"https://connect.dcbankapi.ca:35344/customerintegrationapi/v1.0/Card/GetCardReplacements","description":"<h3 id=\"description\">Description</h3>\n<p>Gets a list of card replacement requests.</p>\n<h3 id=\"request-parameters\">Request Parameters</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Name</th>\n<th>Type</th>\n<th>Max Length</th>\n<th>Description</th>\n<th>Required/ Optional</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td></td>\n<td></td>\n<td></td>\n<td></td>\n<td></td>\n</tr>\n</tbody>\n</table>\n</div><h3 id=\"response-parameters\">Response Parameters</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Name</th>\n<th>Type</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>MaskedCardNumber</td>\n<td><em>String</em></td>\n<td>The card number being requested for replacement. Partially masked for security.</td>\n</tr>\n<tr>\n<td>EmbossStatus</td>\n<td><em>String</em></td>\n<td>The status of the new embossed card.</td>\n</tr>\n<tr>\n<td>CardIssuingReason</td>\n<td><em>String</em></td>\n<td>The reason for the replacement request.</td>\n</tr>\n<tr>\n<td>EmbossName</td>\n<td><em>String</em></td>\n<td>The name to be embossed on the new card.</td>\n</tr>\n</tbody>\n</table>\n</div><h3 id=\"related-errors\">Related Errors</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Error Code</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td></td>\n<td></td>\n</tr>\n</tbody>\n</table>\n</div><h3 id=\"version\">Version</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Version Supported</th>\n<th>Date Released</th>\n<th><strong>Deprecation Date</strong></th>\n<th>End of Life Date</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>v1.0</td>\n<td>December 2019</td>\n<td>TBD</td>\n<td>TBD</td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"path":["customerintegrationapi","v1.0","Card","GetCardReplacements"],"host":["https://connect.dcbankapi.ca:35344"],"query":[],"variable":[]}},"response":[{"id":"5ace99cd-f188-465c-83c4-8a6313317efa","name":"Success","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{token}}","type":"text"}],"body":{"mode":"raw","raw":"{}","options":{"raw":{"language":"json"}}},"url":"https://connect.dcbankapi.ca:35344/customerintegrationapi/v1.0/Card/GetCardReplacements"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Thu, 28 May 2020 21:58:12 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"212"},{"key":"Connection","value":"keep-alive"},{"key":"Content-Encoding","value":"gzip"},{"key":"Vary","value":"Accept-Encoding"},{"key":"Server","value":"nginx/1.15.10"},{"key":"X-Powered-By","value":"ASP.NET"},{"key":"Set-Cookie","value":"ARRAffinity=03a54b60f2abfeeee7759e881e6bfd212426ec28a60ccd2a9872c9ff38cdfac6;Path=/;HttpOnly;Domain=dcb-cusapi-uat.azurewebsites.net:443"}],"cookie":[],"responseTime":null,"body":"{\n    \"ErrorCode\": \"0\",\n    \"ErrorDescription\": \"Successfull\",\n    \"StackTrace\": null,\n    \"Item\": [\n\t\t{\n\t\t\t\"MaskedCardNumber\": \"1234********5678\",\n\t\t\t\"EmbossStatus\": \"Waiting\",\n\t\t\t\"CardIssuingReason\": \"Lost/Stolen\",\n\t\t\t\"EmbossName\": \"Mark Meadows\"\n\t\t}\n\t],\n    \"IsSucceeded\": true,\n    \"ErrorList\": [],\n    \"ParameterList\": []\n}"}],"_postman_id":"0375d7cd-d168-481f-9b5e-072e652000a6"},{"name":"Get Card Replacement Issue Types","id":"c956d1e0-6e71-4266-bebb-415f62b6fb04","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{token}}"}]},"isInherited":false},"method":"GET","header":[{"key":"Content-Type","value":"application/json","description":"<p>(Required) </p>\n"}],"url":"https://connect.dcbankapi.ca:35344/customerintegrationapi/v1.0/Card/GetCardReplacementIssueTypes","description":"<h3 id=\"description\">Description</h3>\n<p>Gets a list of available card replacement types.</p>\n<h3 id=\"request-parameters\">Request Parameters</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Name</th>\n<th>Type</th>\n<th>Max Length</th>\n<th>Description</th>\n<th>Required/ Optional</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td></td>\n<td></td>\n<td></td>\n<td></td>\n<td></td>\n</tr>\n</tbody>\n</table>\n</div><h3 id=\"response-parameters\">Response Parameters</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Name</th>\n<th>Type</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Id</td>\n<td><em>Integer</em></td>\n<td>The replacement type ID.</td>\n</tr>\n<tr>\n<td>Code</td>\n<td><em>String</em></td>\n<td>The card issuing reason type.</td>\n</tr>\n<tr>\n<td>Value</td>\n<td><em>String</em></td>\n<td>The code of the reason type.</td>\n</tr>\n<tr>\n<td>Description</td>\n<td><em>String</em></td>\n<td>A description of the replacement reason.</td>\n</tr>\n</tbody>\n</table>\n</div><h3 id=\"related-errors\">Related Errors</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Error Code</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td></td>\n<td></td>\n</tr>\n</tbody>\n</table>\n</div><h3 id=\"version\">Version</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Version Supported</th>\n<th>Date Released</th>\n<th><strong>Deprecation Date</strong></th>\n<th>End of Life Date</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>v1.0</td>\n<td>December 2019</td>\n<td>TBD</td>\n<td>TBD</td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"path":["customerintegrationapi","v1.0","Card","GetCardReplacementIssueTypes"],"host":["https://connect.dcbankapi.ca:35344"],"query":[],"variable":[]}},"response":[{"id":"1e851a01-ee6c-4ed1-90e2-d24a0df5c0ef","name":"Success","originalRequest":{"method":"GET","header":[{"key":"Authorization","value":"Bearer {{token}}","type":"text"}],"url":"https://connect.dcbankapi.ca:35344/customerintegrationapi/v1.0/Card/GetCardReplacementIssueTypes"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Fri, 15 May 2020 00:41:51 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"296"},{"key":"Connection","value":"keep-alive"},{"key":"Content-Encoding","value":"br"},{"key":"Vary","value":"Accept-Encoding"},{"key":"Server","value":"nginx/1.15.10"},{"key":"X-Powered-By","value":"ASP.NET"},{"key":"Set-Cookie","value":"ARRAffinity=eb8046a771af187481bd962f4b3b59093d134d8cb9f92ea86e26e730ef047fb2;Path=/;HttpOnly;Domain=dcb-cusapi-uat.azurewebsites.net:443"}],"cookie":[],"responseTime":null,"body":"{\n    \"ErrorCode\": \"0\",\n    \"ErrorDescription\": \"Successfull\",\n    \"StackTrace\": null,\n    \"Item\": [\n        {\n            \"Id\": 91106,\n            \"Code\": \"CardIssuingReasonType\",\n            \"Value\": \"A\",\n            \"Description\": \"Automatic Renewal\"\n        },\n        {\n            \"Id\": 91104,\n            \"Code\": \"CardIssuingReasonType\",\n            \"Value\": \"C\",\n            \"Description\": \"Invalid To Chip\"\n        },\n        {\n            \"Id\": 91103,\n            \"Code\": \"CardIssuingReasonType\",\n            \"Value\": \"D\",\n            \"Description\": \"Damage on magnetic\"\n        },\n        {\n            \"Id\": 91105,\n            \"Code\": \"CardIssuingReasonType\",\n            \"Value\": \"E\",\n            \"Description\": \"Emboss Name Change\"\n        },\n        {\n            \"Id\": 91102,\n            \"Code\": \"CardIssuingReasonType\",\n            \"Value\": \"L\",\n            \"Description\": \"Lost/Stolen\"\n        },\n        {\n            \"Id\": 91100,\n            \"Code\": \"CardIssuingReasonType\",\n            \"Value\": \"N\",\n            \"Description\": \"New\"\n        },\n        {\n            \"Id\": 91101,\n            \"Code\": \"CardIssuingReasonType\",\n            \"Value\": \"R\",\n            \"Description\": \"Reissue/Replacement\"\n        }\n    ],\n    \"IsSucceeded\": true,\n    \"ErrorList\": [],\n    \"ParameterList\": []\n}"}],"_postman_id":"c956d1e0-6e71-4266-bebb-415f62b6fb04"},{"name":"Get Total Available Card Limit","id":"9aea14dd-291f-4a97-b54a-4e4cc43da26a","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{token}}"}]},"isInherited":false},"method":"POST","header":[],"body":{"mode":"raw","raw":"{}"},"url":"https://connect.dcbankapi.ca:35344/customerintegrationapi/v1.0/Card/GetTotalAvailableCardLimit","description":"<h3 id=\"description\">Description</h3>\n<p>The purpose of this API is to get the total available limit of all cards.</p>\n<p>Write only brackets to get the response.</p>\n<h3 id=\"request-parameters\">Request Parameters</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Name</th>\n<th>Type</th>\n<th>Max Length</th>\n<th>Description</th>\n<th>Required/ Optional</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td></td>\n<td></td>\n<td></td>\n<td></td>\n<td></td>\n</tr>\n</tbody>\n</table>\n</div><h3 id=\"response-parameters\">Response Parameters</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Name</th>\n<th>Type</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Item</td>\n<td><em>Decimal</em></td>\n<td>The \"item\" will show the value of the total available limit of all cards.</td>\n</tr>\n</tbody>\n</table>\n</div><h3 id=\"related-errors\">Related Errors</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Error Code</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td></td>\n<td></td>\n</tr>\n</tbody>\n</table>\n</div><h3 id=\"version\">Version</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Version Supported</th>\n<th>Date Released</th>\n<th><strong>Deprecation Date</strong></th>\n<th>End of Life Date</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>v1.0</td>\n<td>December 2019</td>\n<td>TBD</td>\n<td>TBD</td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"path":["customerintegrationapi","v1.0","Card","GetTotalAvailableCardLimit"],"host":["https://connect.dcbankapi.ca:35344"],"query":[],"variable":[]}},"response":[{"id":"56e4f318-068d-474b-82a5-c572ccb565f6","name":"Success","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{token}}","type":"text"}],"body":{"mode":"raw","raw":"{}"},"url":"https://connect.dcbankapi.ca:35344/customerintegrationapi/v1.0/Card/GetTotalAvailableCardLimit"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Fri, 15 May 2020 00:42:47 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"140"},{"key":"Connection","value":"keep-alive"},{"key":"Content-Encoding","value":"br"},{"key":"Vary","value":"Accept-Encoding"},{"key":"Server","value":"nginx/1.15.10"},{"key":"X-Powered-By","value":"ASP.NET"},{"key":"Set-Cookie","value":"ARRAffinity=eb8046a771af187481bd962f4b3b59093d134d8cb9f92ea86e26e730ef047fb2;Path=/;HttpOnly;Domain=dcb-cusapi-uat.azurewebsites.net:443"}],"cookie":[],"responseTime":null,"body":"{\n    \"ErrorCode\": \"0\",\n    \"ErrorDescription\": \"Successfull\",\n    \"StackTrace\": null,\n    \"Item\": 31508.63,\n    \"IsSucceeded\": true,\n    \"ErrorList\": [],\n    \"ParameterList\": []\n}"}],"_postman_id":"9aea14dd-291f-4a97-b54a-4e4cc43da26a"},{"name":"Get Specific Card Limit","id":"299ea512-a525-4830-b817-af6c9419e13e","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{token}}"}]},"isInherited":false},"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"CardNumber\": \"463033******1850\"\n}","options":{"raw":{"language":"json"}}},"url":"https://connect.dcbankapi.ca:35344/customerintegrationapi/v1.0/Card/GetSpecificCardLimit","description":"<p>The purpose of this API is to get the limit of a specific card for the Cardholder's that have more than one card.</p>\n<h3 id=\"parameters\">Parameters</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Name</strong></th>\n<th><strong>Type</strong></th>\n<th><strong>Max Length</strong></th>\n<th><strong>Description</strong></th>\n<th><strong>Required/ Optional</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>CardNumber</td>\n<td>String</td>\n<td>-</td>\n<td>Masked card number from <strong>Card List</strong> endpoint.</td>\n<td><strong>Required</strong></td>\n</tr>\n</tbody>\n</table>\n</div><h3 id=\"response-parameters\">Response Parameters</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Name</th>\n<th>Type</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Item</td>\n<td><em>Decimal</em></td>\n<td>The \"item\" will return the specific card limit.</td>\n</tr>\n</tbody>\n</table>\n</div><h3 id=\"related-errors\">Related Errors</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Error Code</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>GetSpecificCardLimitOpE1</td>\n<td>Invalid request</td>\n</tr>\n<tr>\n<td>GetSpecificCardLimitOpE2</td>\n<td>Card Definition Could Not Found</td>\n</tr>\n<tr>\n<td>GetSpecificCardLimitOpE3</td>\n<td>Card Is Not Yours</td>\n</tr>\n<tr>\n<td>GetSpecificCardLimitOpE4</td>\n<td>Card Account Could Not Found</td>\n</tr>\n</tbody>\n</table>\n</div><h3 id=\"version\">Version</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Version Supported</th>\n<th>Date Released</th>\n<th><strong>Deprecation Date</strong></th>\n<th>End of Life Date</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>v1.0</td>\n<td>December 2019</td>\n<td>TBD</td>\n<td>TBD</td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"path":["customerintegrationapi","v1.0","Card","GetSpecificCardLimit"],"host":["https://connect.dcbankapi.ca:35344"],"query":[],"variable":[]}},"response":[{"id":"84c3e553-c7e3-4963-a728-c7c1f0f88259","name":"Success","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{token}}","type":"text"},{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"CardNumber\": \"463033******1850\"\n}","options":{"raw":{"language":"json"}}},"url":"https://connect.dcbankapi.ca:35344/customerintegrationapi/v1.0/Card/GetSpecificCardLimit"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Fri, 15 May 2020 00:43:27 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"140"},{"key":"Connection","value":"keep-alive"},{"key":"Content-Encoding","value":"br"},{"key":"Vary","value":"Accept-Encoding"},{"key":"Server","value":"nginx/1.15.10"},{"key":"X-Powered-By","value":"ASP.NET"},{"key":"Set-Cookie","value":"ARRAffinity=eb8046a771af187481bd962f4b3b59093d134d8cb9f92ea86e26e730ef047fb2;Path=/;HttpOnly;Domain=dcb-cusapi-uat.azurewebsites.net:443"}],"cookie":[],"responseTime":null,"body":"{\n    \"ErrorCode\": \"0\",\n    \"ErrorDescription\": \"Successfull\",\n    \"StackTrace\": null,\n    \"Item\": 31508.63,\n    \"IsSucceeded\": true,\n    \"ErrorList\": [],\n    \"ParameterList\": []\n}"}],"_postman_id":"299ea512-a525-4830-b817-af6c9419e13e"},{"name":"Get Total Product Balance","id":"4b5104d8-2f89-4279-8d9e-7e23b0af6ce5","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{token}}"}]},"isInherited":false},"method":"POST","header":[],"body":{"mode":"raw","raw":"{}","options":{"raw":{"language":"json"}}},"url":"https://connect.dcbankapi.ca:35344/customerintegrationapi/v1.0/Card/GetTotalProductBalance","description":"<h3 id=\"description\">Description</h3>\n<p>The purpose of this API is to show the total balance of all products. That is to say, the total balance of all products used by the user such as secure card, LOC, prepaid card.</p>\n<p>Write only brackets to get the response.</p>\n<h3 id=\"request-parameters\">Request Parameters</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Name</th>\n<th>Type</th>\n<th>Max Length</th>\n<th>Description</th>\n<th>Required/ Optional</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td></td>\n<td></td>\n<td></td>\n<td></td>\n<td></td>\n</tr>\n</tbody>\n</table>\n</div><h3 id=\"response-parameters\">Response Parameters</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Name</th>\n<th>Type</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Item</td>\n<td><em>Decimal</em></td>\n<td>The \"item\" will return the total balance of all products for a user.</td>\n</tr>\n</tbody>\n</table>\n</div><h3 id=\"related-errors\">Related Errors</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Error Code</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td></td>\n<td></td>\n</tr>\n</tbody>\n</table>\n</div><h3 id=\"version\">Version</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Version Supported</th>\n<th>Date Released</th>\n<th><strong>Deprecation Date</strong></th>\n<th>End of Life Date</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>v1.0</td>\n<td>December 2019</td>\n<td>TBD</td>\n<td>TBD</td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"path":["customerintegrationapi","v1.0","Card","GetTotalProductBalance"],"host":["https://connect.dcbankapi.ca:35344"],"query":[],"variable":[]}},"response":[{"id":"f052ec75-0dfc-459f-aaa8-6f50eaebf1dd","name":"Success","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{token}}","type":"text"}],"body":{"mode":"raw","raw":"{}","options":{"raw":{"language":"json"}}},"url":"https://connect.dcbankapi.ca:35344/customerintegrationapi/v1.0/Card/GetTotalProductBalance"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Thu, 28 May 2020 22:11:00 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"129"},{"key":"Connection","value":"keep-alive"},{"key":"Content-Encoding","value":"br"},{"key":"Vary","value":"Accept-Encoding"},{"key":"Server","value":"nginx/1.15.10"},{"key":"X-Powered-By","value":"ASP.NET"},{"key":"Set-Cookie","value":"ARRAffinity=03a54b60f2abfeeee7759e881e6bfd212426ec28a60ccd2a9872c9ff38cdfac6;Path=/;HttpOnly;Domain=dcb-cusapi-uat.azurewebsites.net:443"}],"cookie":[],"responseTime":null,"body":"{\n    \"ErrorCode\": \"0\",\n    \"ErrorDescription\": \"Successfull\",\n    \"StackTrace\": null,\n    \"Item\": 21341.00,\n    \"IsSucceeded\": true,\n    \"ErrorList\": [],\n    \"ParameterList\": []\n}"}],"_postman_id":"4b5104d8-2f89-4279-8d9e-7e23b0af6ce5"},{"name":"Get All Product Balance","id":"2e2fa040-dc4d-4b7b-bb2f-b29441d68947","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{token}}"}]},"isInherited":false},"method":"POST","header":[],"body":{"mode":"raw","raw":"{}","options":{"raw":{"language":"json"}}},"url":"https://connect.dcbankapi.ca:35344/customerintegrationapi/v1.0/Card/GetAllProductBalance","description":"<h3 id=\"description\">Description</h3>\n<p>The purpose of this API is to get the list of products and the balance of each product.</p>\n<p>Write only brackets to get the response.</p>\n<h3 id=\"request-parameters\">Request Parameters</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Name</th>\n<th>Type</th>\n<th>Max Length</th>\n<th>Description</th>\n<th>Required/ Optional</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td></td>\n<td></td>\n<td></td>\n<td></td>\n<td></td>\n</tr>\n</tbody>\n</table>\n</div><h3 id=\"response-parameters\">Response Parameters</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Name</th>\n<th>Type</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>ProductId</td>\n<td><em>Integer</em></td>\n<td>The ID of the product.</td>\n</tr>\n<tr>\n<td>ProductCode</td>\n<td><em>String</em></td>\n<td>The code of the product.</td>\n</tr>\n<tr>\n<td>ProductName</td>\n<td><em>String</em></td>\n<td>The name of the product.</td>\n</tr>\n<tr>\n<td>Balance</td>\n<td><em>Decimal</em></td>\n<td>The total balance of the product.</td>\n</tr>\n</tbody>\n</table>\n</div><h3 id=\"related-errors\">Related Errors</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Error Code</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td></td>\n<td></td>\n</tr>\n</tbody>\n</table>\n</div><h3 id=\"version\">Version</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Version Supported</th>\n<th>Date Released</th>\n<th><strong>Deprecation Date</strong></th>\n<th>End of Life Date</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>v1.0</td>\n<td>December 2019</td>\n<td>TBD</td>\n<td>TBD</td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"path":["customerintegrationapi","v1.0","Card","GetAllProductBalance"],"host":["https://connect.dcbankapi.ca:35344"],"query":[],"variable":[]}},"response":[{"id":"6d917406-58a2-424b-b1a6-9485d5a38502","name":"Success","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{token}}","type":"text"}],"body":{"mode":"raw","raw":"{}","options":{"raw":{"language":"json"}}},"url":"https://connect.dcbankapi.ca:35344/customerintegrationapi/v1.0/Card/GetAllProductBalance"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Thu, 28 May 2020 22:12:02 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"128"},{"key":"Connection","value":"keep-alive"},{"key":"Content-Encoding","value":"br"},{"key":"Vary","value":"Accept-Encoding"},{"key":"Server","value":"nginx/1.15.10"},{"key":"X-Powered-By","value":"ASP.NET"},{"key":"Set-Cookie","value":"ARRAffinity=03a54b60f2abfeeee7759e881e6bfd212426ec28a60ccd2a9872c9ff38cdfac6;Path=/;HttpOnly;Domain=dcb-cusapi-uat.azurewebsites.net:443"}],"cookie":[],"responseTime":null,"body":"{\n    \"ErrorCode\": \"0\",\n    \"ErrorDescription\": \"Successfull\",\n    \"StackTrace\": null,\n    \"Item\": [\n    \t{\n    \t\t\"ProductId\": 100,\n    \t\t\"ProductCode\": \"P\",\n    \t\t\"ProductName\": \"Prepaid Card\",\n    \t\t\"Balance\": 12345.00\n    \t}\n\t],\n    \"IsSucceeded\": true,\n    \"ErrorList\": [],\n    \"ParameterList\": []\n}"}],"_postman_id":"2e2fa040-dc4d-4b7b-bb2f-b29441d68947"},{"name":"Get Current Term Card Transactions","id":"46dc9c70-fe4d-4922-ad5c-b43b8b4ed28f","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{token}}"}]},"isInherited":false},"method":"POST","header":[],"body":{"mode":"raw","raw":"{}","options":{"raw":{"language":"json"}}},"url":"https://connect.dcbankapi.ca:35344/customerintegrationapi/v1.0/Card/GetCurrentTermCardTransactions","description":"<h3 id=\"description\">Description</h3>\n<p>The purpose of this API is to get the current term transactions from the card (provision and settlement transactions will be signed separately).</p>\n<p>Write only brackets to get the response</p>\n<h3 id=\"request-parameters\">Request Parameters</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Name</th>\n<th>Type</th>\n<th>Max Length</th>\n<th>Description</th>\n<th>Required/ Optional</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td></td>\n<td></td>\n<td></td>\n<td></td>\n<td></td>\n</tr>\n</tbody>\n</table>\n</div><h3 id=\"response-parameters\">Response Parameters</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Name</th>\n<th>Type</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>CardId</td>\n<td><em>Integer</em></td>\n<td>The ID of the card.</td>\n</tr>\n<tr>\n<td>CardTokenNumber</td>\n<td><em>String</em></td>\n<td>The card token number.</td>\n</tr>\n<tr>\n<td>TransactionDate</td>\n<td><em>DateTime</em></td>\n<td>The date the transaction occurred.</td>\n</tr>\n<tr>\n<td>ResponseCode</td>\n<td><em>String</em></td>\n<td>The response code.</td>\n</tr>\n<tr>\n<td>Merchant</td>\n<td><em>String</em></td>\n<td>The merchant name where the transaction happened.</td>\n</tr>\n<tr>\n<td>TransactionAmount</td>\n<td><em>Decimal</em></td>\n<td>The amount of the transaction.</td>\n</tr>\n<tr>\n<td>TransactionCurrencyCode</td>\n<td><em>String</em></td>\n<td>The currency in which the transaction occurred.</td>\n</tr>\n<tr>\n<td>BillingAmount</td>\n<td><em>Decimal</em></td>\n<td>The billed amount.</td>\n</tr>\n<tr>\n<td>CardholderCurrencyCode</td>\n<td><em>String</em></td>\n<td>The currency code which the cardholders funds are in.</td>\n</tr>\n<tr>\n<td>SettlementAmount</td>\n<td><em>Decimal</em></td>\n<td>The amount which was settled.</td>\n</tr>\n<tr>\n<td>SettlementCurrencyCode</td>\n<td><em>String</em></td>\n<td>The currency in which funds were settled.</td>\n</tr>\n<tr>\n<td>SettlementDate</td>\n<td><em>DateTime</em></td>\n<td>The date in which funds were settled.</td>\n</tr>\n</tbody>\n</table>\n</div><h3 id=\"related-errors\">Related Errors</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Error Code</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td></td>\n<td></td>\n</tr>\n</tbody>\n</table>\n</div><h3 id=\"version\">Version</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Version Supported</th>\n<th>Date Released</th>\n<th><strong>Deprecation Date</strong></th>\n<th>End of Life Date</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>v1.0</td>\n<td>December 2019</td>\n<td>TBD</td>\n<td>TBD</td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"path":["customerintegrationapi","v1.0","Card","GetCurrentTermCardTransactions"],"host":["https://connect.dcbankapi.ca:35344"],"query":[],"variable":[]}},"response":[{"id":"63aa6e96-71e8-4cc3-84c7-cd46bf262a5d","name":"Success","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{token}}","type":"text"}],"body":{"mode":"raw","raw":"{}","options":{"raw":{"language":"json"}}},"url":"https://connect.dcbankapi.ca:35344/customerintegrationapi/v1.0/Card/GetCurrentTermCardTransactions"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Thu, 28 May 2020 22:16:35 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"128"},{"key":"Connection","value":"keep-alive"},{"key":"Content-Encoding","value":"br"},{"key":"Vary","value":"Accept-Encoding"},{"key":"Server","value":"nginx/1.15.10"},{"key":"X-Powered-By","value":"ASP.NET"},{"key":"Set-Cookie","value":"ARRAffinity=03a54b60f2abfeeee7759e881e6bfd212426ec28a60ccd2a9872c9ff38cdfac6;Path=/;HttpOnly;Domain=dcb-cusapi-uat.azurewebsites.net:443"}],"cookie":[],"responseTime":null,"body":"{\n    \"ErrorCode\": \"0\",\n    \"ErrorDescription\": \"Successfull\",\n    \"StackTrace\": null,\n    \"Item\": [\n    \t{\n\t    \t\"CardId\": 12356,\n        \t\"CardTokenNumber\": \"\",\n        \t\"TransactionDate\": \"2020-01-01T00:00:00.0000000Z\",\n        \t\"ResponseCode\": \"\",\n        \t\"Merchant\": \"\",\n        \t\"TransactionAmount\": 12345.00,\n        \t\"TransactionCurrencyCode\": \"CAD\",\n        \t\"BillingAmount\": 12345.00,\n        \t\"CardholderCurrencyCode\": \"CAD\",\n        \t\"SettlementAmount\": 12345.00,\n        \t\"SettlementCurrencyCode\": \"CAD\",\n        \t\"SettlementDate\": \"2020-01-01T00:00:00.0000000Z\"\n    \t}\n\t],\n    \"IsSucceeded\": true,\n    \"ErrorList\": [],\n    \"ParameterList\": []\n}"}],"_postman_id":"46dc9c70-fe4d-4922-ad5c-b43b8b4ed28f"},{"name":"Get Statements","id":"c86bd5b9-cce9-4fce-8473-2b3579df9cbc","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{token}}"}]},"isInherited":false},"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n\t\"AccountId\": 21085,\n    \"StatementPeriodType\": 1\n}","options":{"raw":{"language":"json"}}},"url":"https://connect.dcbankapi.ca:35344/customerintegrationapi/v1.0/Card/GetStatements","description":"<h3 id=\"description\">Description</h3>\n<p>Get statement details for the last # months for the selected customer account.</p>\n<h3 id=\"request-parameters\">Request Parameters</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Name</strong></th>\n<th><strong>Type</strong></th>\n<th><strong>Max Length</strong></th>\n<th><strong>Description</strong></th>\n<th><strong>Required/ Optional</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>AccountId</td>\n<td><em>Numeric</em></td>\n<td>-</td>\n<td>ID of account from the <strong>Get All Customer Accounts</strong> endpoint.</td>\n<td><strong>Required</strong></td>\n</tr>\n<tr>\n<td>StatementPeriodType</td>\n<td><em>Integer</em></td>\n<td>1</td>\n<td>Get statement details for the last ...  <br /><code>1</code> Last 1 month  <br /><code>2</code> Last 2 months  <br /><code>3</code> Last 3 months  <br /><code>6</code> Last 6 months</td>\n<td><strong>Required</strong></td>\n</tr>\n</tbody>\n</table>\n</div><h3 id=\"response-parameters\">Response Parameters</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Name</th>\n<th>Type</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Id</td>\n<td><em>Numeric</em></td>\n<td>The unique identifier for the statement.</td>\n</tr>\n<tr>\n<td>ApplicationId</td>\n<td><em>Numeric</em></td>\n<td>The ID of the application.</td>\n</tr>\n<tr>\n<td>CardNumber</td>\n<td><em>Numeric</em></td>\n<td>The card number.</td>\n</tr>\n<tr>\n<td>StatementBeginDate</td>\n<td><em>DateTime</em></td>\n<td>The start date of the statement.</td>\n</tr>\n<tr>\n<td>StatementEndDate</td>\n<td><em>DateTime</em></td>\n<td>The end date of the statement.</td>\n</tr>\n<tr>\n<td>LastPaymentDate</td>\n<td><em>DateTime</em></td>\n<td>The date of the last payment.</td>\n</tr>\n<tr>\n<td>PaymentAmount</td>\n<td><em>Decimal</em></td>\n<td>The amount of the last payment.</td>\n</tr>\n<tr>\n<td>PurchaseAmount</td>\n<td><em>Decimal</em></td>\n<td>The purchase amount.</td>\n</tr>\n<tr>\n<td>NewBalance</td>\n<td><em>Decimal</em></td>\n<td>The new account balance.</td>\n</tr>\n<tr>\n<td>PreviousStatementBalance</td>\n<td><em>Decimal</em></td>\n<td>The previous statement balance.</td>\n</tr>\n<tr>\n<td>MinPayment</td>\n<td><em>Decimal</em></td>\n<td>The minimum payment.</td>\n</tr>\n<tr>\n<td>CardFinancialId</td>\n<td><em>Numeric</em></td>\n<td>The card financial identifier.</td>\n</tr>\n<tr>\n<td>CATMCardId</td>\n<td><em>String</em></td>\n<td>The CATM card identifier.</td>\n</tr>\n<tr>\n<td>StatementDetailList</td>\n<td><em>Array(String)</em></td>\n<td>Statement details list.</td>\n</tr>\n</tbody>\n</table>\n</div><h3 id=\"related-errors\">Related Errors</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Error Code</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td></td>\n<td></td>\n</tr>\n</tbody>\n</table>\n</div><h3 id=\"version\">Version</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Version Supported</th>\n<th>Date Released</th>\n<th><strong>Deprecation Date</strong></th>\n<th>End of Life Date</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>v1.0</td>\n<td>December 2019</td>\n<td>TBD</td>\n<td>TBD</td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"path":["customerintegrationapi","v1.0","Card","GetStatements"],"host":["https://connect.dcbankapi.ca:35344"],"query":[],"variable":[]}},"response":[{"id":"8b3ab58c-0e1e-4ec5-ba39-38f6575ad7a7","name":"Get Statements","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{token}}","type":"text"}],"body":{"mode":"raw","raw":"{\n\t\"AccountId\": 21085,\n    \"StatementPeriodType\": 1\n}","options":{"raw":{"language":"json"}}},"url":"https://connect.dcbankapi.ca:35344/customerintegrationapi/v1.0/Card/GetStatements"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Thu, 28 May 2020 22:26:11 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"504"},{"key":"Connection","value":"keep-alive"},{"key":"Server","value":"nginx/1.15.10"},{"key":"X-Powered-By","value":"ASP.NET"},{"key":"Set-Cookie","value":"ARRAffinity=03a54b60f2abfeeee7759e881e6bfd212426ec28a60ccd2a9872c9ff38cdfac6;Path=/;HttpOnly;Domain=dcb-cusapi-uat.azurewebsites.net:443"}],"cookie":[],"responseTime":null,"body":"{\n    \"ErrorCode\": \"0\",\n    \"ErrorDescription\": \"Successfull\",\n    \"StackTrace\": null,\n    \"Item\": [\n        {\n            \"Id\": 20316,\n            \"ApplicationId\": 367,\n            \"CardNumber\": null,\n            \"StatementBeginDate\": \"2020-04-11T00:00:00\",\n            \"StatementEndDate\": \"2020-05-11T23:59:59\",\n            \"LastPaymentDate\": \"2020-05-16T23:59:59\",\n            \"PaymentAmount\": 0,\n            \"PurchaseAmount\": 0,\n            \"NewBalance\": 21.5,\n            \"PreviousStatementBalance\": 0,\n            \"MinPayment\": 20,\n            \"CardFinancialId\": null,\n            \"CATMCardId\": null,\n            \"StatementDetailList\": []\n        }\n    ],\n    \"IsSucceeded\": true,\n    \"ErrorList\": [],\n    \"ParameterList\": []\n}"}],"_postman_id":"c86bd5b9-cce9-4fce-8473-2b3579df9cbc"},{"name":"Generate Statement Pdf File","id":"3a5c7ca9-8088-4dbb-a654-fd1bc69b0dd9","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{token}}"}]},"isInherited":false},"method":"POST","header":[],"body":{"mode":"raw","raw":"20316","options":{"raw":{"language":"json"}}},"url":"https://connect.dcbankapi.ca:35344/customerintegrationapi/v1.0/Card/GenerateStatementPdfFile","description":"<h3 id=\"description\">Description</h3>\n<p>This API generates a PDF file of the statement.</p>\n<h3 id=\"request-parameters\">Request Parameters</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Name</th>\n<th>Type</th>\n<th>Max Length</th>\n<th>Description</th>\n<th>Required/ Optional</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>StatementId</td>\n<td><em>Numeric</em></td>\n<td>-</td>\n<td>The unique statement identifier.  <br />This value can be obtained using the <strong>Get Statements</strong> API response.</td>\n<td><strong>Required</strong></td>\n</tr>\n</tbody>\n</table>\n</div><h3 id=\"response-parameters\">Response Parameters</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Name</th>\n<th>Type</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td></td>\n<td></td>\n<td></td>\n</tr>\n</tbody>\n</table>\n</div><h3 id=\"related-errors\">Related Errors</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Error Code</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td></td>\n<td></td>\n</tr>\n</tbody>\n</table>\n</div><h3 id=\"version\">Version</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Version Supported</th>\n<th>Date Released</th>\n<th><strong>Deprecation Date</strong></th>\n<th>End of Life Date</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>v1.0</td>\n<td>December 2019</td>\n<td>TBD</td>\n<td>TBD</td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"path":["customerintegrationapi","v1.0","Card","GenerateStatementPdfFile"],"host":["https://connect.dcbankapi.ca:35344"],"query":[],"variable":[]}},"response":[{"id":"ef33fb6d-9758-4240-92bc-2dc7ea153bab","name":"Success","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{token}}","type":"text"}],"body":{"mode":"raw","raw":"20316","options":{"raw":{"language":"json"}}},"url":"https://connect.dcbankapi.ca:35344/customerintegrationapi/v1.0/Card/GenerateStatementPdfFile"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Thu, 28 May 2020 22:27:45 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"148"},{"key":"Connection","value":"keep-alive"},{"key":"Content-Encoding","value":"br"},{"key":"Vary","value":"Accept-Encoding"},{"key":"Server","value":"nginx/1.15.10"},{"key":"X-Powered-By","value":"ASP.NET"},{"key":"Set-Cookie","value":"ARRAffinity=03a54b60f2abfeeee7759e881e6bfd212426ec28a60ccd2a9872c9ff38cdfac6;Path=/;HttpOnly;Domain=dcb-cusapi-uat.azurewebsites.net:443"}],"cookie":[],"responseTime":null,"body":"{\n    \"ErrorCode\": \"0\",\n    \"ErrorDescription\": \"Successfull\",\n    \"StackTrace\": null,\n    \"Item\": \"SDAKASD9897AS98D1H23K1JBM1NB313JH1G3JH213JK1HB3NM131HV23JH1V3KJ1BH32HB13Y1G3U1YGF12DGFD13GF1FG3DGF3D13GFD132GFD132GDF1G23FD\",\n    \"IsSucceeded\": true,\n    \"ErrorList\": [],\n    \"ParameterList\": []\n}"}],"_postman_id":"3a5c7ca9-8088-4dbb-a654-fd1bc69b0dd9"},{"name":"Cancel Card","id":"9623ffd8-ff3f-4def-ac56-ddeb1817688d","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{token}}"}]},"isInherited":false},"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"ReasonCode\": \"0\"\n}","options":{"raw":{"language":"json"}}},"url":"https://connect.dcbankapi.ca:35344/customerintegrationapi/v1.0/Card/CancelCard","description":"<h3 id=\"description\">Description</h3>\n<p>The purpose of this API is to cancel the card on demand.</p>\n<h3 id=\"request-parameters\">Request Parameters</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Name</strong></th>\n<th><strong>Type</strong></th>\n<th><strong>Max Length</strong></th>\n<th><strong>Description</strong></th>\n<th><strong>Required/ Optional</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>ReasonCode</td>\n<td><em>Integer</em></td>\n<td>1</td>\n<td>Indicates cancel reason.  <br /><code>0</code> Lost  <br /><code>1</code> Stolen  <br /><code>2</code> Broken  <br /><code>3</code> Other</td>\n<td>Optional</td>\n</tr>\n</tbody>\n</table>\n</div><h3 id=\"response-parameters\">Response Parameters</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Name</th>\n<th>Type</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>CancelCardDemandId</td>\n<td><em>Numeric</em></td>\n<td>The ID of the card cancel request.</td>\n</tr>\n</tbody>\n</table>\n</div><h3 id=\"related-errors\">Related Errors</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Error Code</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td></td>\n<td></td>\n</tr>\n</tbody>\n</table>\n</div><h3 id=\"version\">Version</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Version Supported</th>\n<th>Date Released</th>\n<th><strong>Deprecation Date</strong></th>\n<th>End of Life Date</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>v1.0</td>\n<td>December 2019</td>\n<td>TBD</td>\n<td>TBD</td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"path":["customerintegrationapi","v1.0","Card","CancelCard"],"host":["https://connect.dcbankapi.ca:35344"],"query":[],"variable":[]}},"response":[{"id":"55e20f4b-71ff-454e-a029-1c47e897d8b1","name":"Success","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{token}}","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"ReasonCode\": \"0\"\n}","options":{"raw":{"language":"json"}}},"url":"https://connect.dcbankapi.ca:35344/customerintegrationapi/v1.0/Card/CancelCard"},"_postman_previewlanguage":"json","header":null,"cookie":[],"responseTime":null,"body":"{\r\n    \"ErrorCode\": \"0\",\r\n    \"ErrorDescription\": \"Successfull\",\r\n    \"StackTrace\": null,\r\n    \"Item\": {\r\n        \"CancelCardDemandId\": 12345\r\n    },\r\n    \"IsSucceeded\": true,\r\n    \"ErrorList\": [],\r\n    \"ParameterList\": []\r\n}"}],"_postman_id":"9623ffd8-ff3f-4def-ac56-ddeb1817688d"},{"name":"Activate Card","id":"6a485ddc-98d9-4356-929a-3e5f60b0a321","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{token}}"}]},"isInherited":false},"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"LastFourDigits\": \"2197\"\n}","options":{"raw":{"language":"json"}}},"url":"https://connect.dcbankapi.ca:35344/customerintegrationapi/v1.0/Card/ActivateCard","description":"<h3 id=\"description\">Description</h3>\n<p>The purpose of this endpoint is to Activate Card for Lender side.</p>\n<h3 id=\"request-parameters\">Request Parameters</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Name</strong></th>\n<th><strong>Type</strong></th>\n<th><strong>Max Length</strong></th>\n<th><strong>Description</strong></th>\n<th><strong>Required/ Optional</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>LastFourDigits</td>\n<td><em>Numeric</em></td>\n<td>4</td>\n<td>Indicates Last Four Digits of the Card.  <br />This value can be obtained using the <strong>Card List</strong> API.</td>\n<td><strong>Required</strong></td>\n</tr>\n</tbody>\n</table>\n</div><h3 id=\"response-parameters\">Response Parameters</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Name</th>\n<th>Type</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td></td>\n<td></td>\n<td></td>\n</tr>\n</tbody>\n</table>\n</div><h3 id=\"related-errors\">Related Errors</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Error Code</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td></td>\n<td></td>\n</tr>\n</tbody>\n</table>\n</div><h3 id=\"version\">Version</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Version Supported</th>\n<th>Date Released</th>\n<th><strong>Deprecation Date</strong></th>\n<th>End of Life Date</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>v1.0</td>\n<td>December 2019</td>\n<td>TBD</td>\n<td>TBD</td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"path":["customerintegrationapi","v1.0","Card","ActivateCard"],"host":["https://connect.dcbankapi.ca:35344"],"query":[],"variable":[]}},"response":[{"id":"01190940-7de9-42b7-a1ca-ed2c7074f02a","name":"Success","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"LastFourDigits\": \"1850\"\n}","options":{"raw":{"language":"json"}}},"url":"https://connect.dcbankapi.ca:35344/customerintegrationapi/v1.0/Card/ActivateCard"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Thu, 28 May 2020 22:35:06 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"157"},{"key":"Connection","value":"keep-alive"},{"key":"Content-Encoding","value":"br"},{"key":"Vary","value":"Accept-Encoding"},{"key":"Server","value":"nginx/1.15.10"},{"key":"X-Powered-By","value":"ASP.NET"},{"key":"Set-Cookie","value":"ARRAffinity=03a54b60f2abfeeee7759e881e6bfd212426ec28a60ccd2a9872c9ff38cdfac6;Path=/;HttpOnly;Domain=dcb-cusapi-uat.azurewebsites.net:443"}],"cookie":[],"responseTime":null,"body":"{\n    \"ErrorCode\": \"0\",\n    \"ErrorDescription\": \"Successfull\",\n    \"StackTrace\": null,\n    \"Item\": true,\n    \"IsSucceeded\": true,\n    \"ErrorList\": [],\n    \"ParameterList\": []\n}"}],"_postman_id":"6a485ddc-98d9-4356-929a-3e5f60b0a321"},{"name":"2FA Generate Code","id":"665d9d04-1278-45bc-96be-85c8d48a6b65","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{token}}"}]},"isInherited":false},"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"PhoneNumber\": \"\",\r\n    \"EmailAddress\": \"\"\r\n}","options":{"raw":{"language":"json"}}},"url":"https://connect.dcbankapi.ca:35344/customerintegrationapi/v1.0/Card/TwoFAGenerateCode","description":"<h3 id=\"description\">Description</h3>\n<p>Enter a detailed description of the API.</p>\n<h3 id=\"request-parameters\">Request Parameters</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Name</th>\n<th>Type</th>\n<th>Max Length</th>\n<th>Description</th>\n<th>Required/ Optional</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>EmailAddress</td>\n<td><em>String</em></td>\n<td>-</td>\n<td>The email address of the card account.</td>\n<td><strong>Required</strong></td>\n</tr>\n<tr>\n<td>PhoneNumber</td>\n<td><em>String</em></td>\n<td>-</td>\n<td>The phone number of the card account.</td>\n<td>Optional</td>\n</tr>\n</tbody>\n</table>\n</div><h3 id=\"response-parameters\">Response Parameters</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Name</th>\n<th>Type</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>AuthenticationCode</td>\n<td><em>Numeric</em></td>\n<td>The authentication code.</td>\n</tr>\n</tbody>\n</table>\n</div><h3 id=\"related-errors\">Related Errors</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Error Code</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td></td>\n<td></td>\n</tr>\n</tbody>\n</table>\n</div><h3 id=\"version\">Version</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Version Supported</th>\n<th>Date Released</th>\n<th><strong>Deprecation Date</strong></th>\n<th>End of Life Date</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>v1.0</td>\n<td>December 2019</td>\n<td>TBD</td>\n<td>TBD</td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"path":["customerintegrationapi","v1.0","Card","TwoFAGenerateCode"],"host":["https://connect.dcbankapi.ca:35344"],"query":[],"variable":[]}},"response":[{"id":"4214aa9a-7b73-4798-9953-9ae5ebac4a4e","name":"Success","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"EmailAddress\": \"user@example.com\"\r\n}","options":{"raw":{"language":"json"}}},"url":"https://connect.dcbankapi.ca:35344/customerintegrationapi/v1.0/Card/TwoFAGenerateCode"},"_postman_previewlanguage":"json","header":null,"cookie":[],"responseTime":null,"body":"{\r\n    \"ErrorCode\": \"0\",\r\n    \"ErrorDescription\": \"Successfull\",\r\n    \"StackTrace\": null,\r\n    \"Item\": {\r\n        \"AuthenctionCode\": \"123456\"\r\n    },\r\n    \"IsSucceeded\": true,\r\n    \"ErrorList\": [],\r\n    \"ParameterList\": []\r\n}"}],"_postman_id":"665d9d04-1278-45bc-96be-85c8d48a6b65"},{"name":"2FA Validate Code","id":"e6645aa1-a45b-486c-8bc7-6e61e1726867","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{token}}"}]},"isInherited":false},"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"PhoneNumber\": \"\",\r\n    \"EmailAddress\": \"\",\r\n    \"AuthenticationCode\": \"\"\r\n}","options":{"raw":{"language":"json"}}},"url":"https://connect.dcbankapi.ca:35344/customerintegrationapi/v1.0/Card/TwoFAValidateCode","description":"<h3 id=\"description\">Description</h3>\n<p>Enter a detailed description of the API.</p>\n<h3 id=\"request-parameters\">Request Parameters</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Name</th>\n<th>Type</th>\n<th>Max Length</th>\n<th>Description</th>\n<th>Required/ Optional</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>PhoneNumber</td>\n<td><em>String</em></td>\n<td>-</td>\n<td>The phone number of the card account.</td>\n<td>Optional</td>\n</tr>\n<tr>\n<td>EmailAddress</td>\n<td><em>String</em></td>\n<td>-</td>\n<td>The email address of the card account.</td>\n<td><strong>Required</strong></td>\n</tr>\n<tr>\n<td>AuthenticationCode</td>\n<td><em>Numeric</em></td>\n<td>-</td>\n<td>The authentication code. This value can be obtained from the response of the <strong>2FA Generate Code</strong> API.</td>\n<td><strong>Required</strong></td>\n</tr>\n</tbody>\n</table>\n</div><h3 id=\"response-parameters\">Response Parameters</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Name</th>\n<th>Type</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>IsVerified</td>\n<td>Boolean</td>\n<td>A <code>True</code> or <code>False</code> value indicating whether the authentication was successful or not.</td>\n</tr>\n</tbody>\n</table>\n</div><h3 id=\"related-errors\">Related Errors</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Error Code</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td></td>\n<td></td>\n</tr>\n</tbody>\n</table>\n</div><h3 id=\"version\">Version</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Version Supported</th>\n<th>Date Released</th>\n<th><strong>Deprecation Date</strong></th>\n<th>End of Life Date</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>v1.0</td>\n<td>December 2019</td>\n<td>TBD</td>\n<td>TBD</td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"path":["customerintegrationapi","v1.0","Card","TwoFAValidateCode"],"host":["https://connect.dcbankapi.ca:35344"],"query":[],"variable":[]}},"response":[{"id":"345bb487-9eec-4424-b6e1-260e419c3af5","name":"Success","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"EmailAddress\": \"user@example.com\",\r\n    \"AuthenticationCode\": \"123456\"\r\n}","options":{"raw":{"language":"json"}}},"url":"https://connect.dcbankapi.ca:35344/customerintegrationapi/v1.0/Card/TwoFAValidateCode"},"_postman_previewlanguage":"json","header":null,"cookie":[],"responseTime":null,"body":"{\r\n    \"ErrorCode\": \"0\",\r\n    \"ErrorDescription\": \"Successfull\",\r\n    \"StackTrace\": null,\r\n    \"Item\": {\r\n        \"IsVerified\": true\r\n    },\r\n    \"IsSucceeded\": true,\r\n    \"ErrorList\": [],\r\n    \"ParameterList\": []\r\n}"}],"_postman_id":"e6645aa1-a45b-486c-8bc7-6e61e1726867"},{"name":"Search Statement Card Transaction Summary","id":"d1aab8c5-f0d1-4cbc-a46c-ea0f852be042","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{token}}"}]},"isInherited":false},"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"CardId\": 19230,\r\n    \"StatementStart\": \"2023-06-01 00:00:00\",\r\n    \"StatementEnd\": \"2023-06-30 00:00:00\"\r\n}","options":{"raw":{"language":"json"}}},"url":"https://connect.dcbankapi.ca:35344/customerintegrationapi/v1.0/Card/StatementCardTransactionSummarySearch","description":"<h3 id=\"description\">Description</h3>\n<p>Enter a detailed description of the API.</p>\n<h3 id=\"request-parameters\">Request Parameters</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Name</th>\n<th>Type</th>\n<th>Max Length</th>\n<th>Description</th>\n<th>Required/ Optional</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>cardId</td>\n<td><em>Numeric</em></td>\n<td>-</td>\n<td>The unique card identifier.</td>\n<td><strong>Required</strong></td>\n</tr>\n<tr>\n<td>StatementStart</td>\n<td><em>DateTime</em></td>\n<td>yyyy-mm-dd</td>\n<td>The start date to search by.</td>\n<td><strong>Required</strong></td>\n</tr>\n<tr>\n<td>StatementEnd</td>\n<td><em>DateTime</em></td>\n<td>yyyy-mm-dd</td>\n<td>The end date to search by.</td>\n<td><strong>Required</strong></td>\n</tr>\n</tbody>\n</table>\n</div><h3 id=\"response-parameters\">Response Parameters</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Name</th>\n<th>Type</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td></td>\n<td></td>\n<td></td>\n</tr>\n</tbody>\n</table>\n</div><h3 id=\"related-errors\">Related Errors</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Error Code</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td></td>\n<td></td>\n</tr>\n</tbody>\n</table>\n</div><h3 id=\"version\">Version</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Version Supported</th>\n<th>Date Released</th>\n<th><strong>Deprecation Date</strong></th>\n<th>End of Life Date</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>v1.0</td>\n<td>December 2019</td>\n<td>TBD</td>\n<td>TBD</td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"path":["customerintegrationapi","v1.0","Card","StatementCardTransactionSummarySearch"],"host":["https://connect.dcbankapi.ca:35344"],"query":[],"variable":[]}},"response":[{"id":"f2f05240-cfd9-47d5-8c8d-1631fb87b674","name":"Success","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"CardId\": 19230,\r\n    \"StatementStart\": \"2023-06-01 00:00:00\",\r\n    \"StatementEnd\": \"2023-06-30 00:00:00\"\r\n}","options":{"raw":{"language":"json"}}},"url":"https://connect.dcbankapi.ca:35344/customerintegrationapi/v1.0/Card/SearchStatementCardTransactionSummary"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Tue, 25 Jul 2023 10:40:36 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Server","value":"Kestrel"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Content-Encoding","value":"br"},{"key":"Vary","value":"Accept-Encoding"}],"cookie":[],"responseTime":null,"body":"{\n    \"ErrorCode\": \"0\",\n    \"ErrorDescription\": \"Successfull\",\n    \"StackTrace\": null,\n    \"Item\": [\n        {\n            \"TxtDescription\": \"Quick Funds Transfer\",\n            \"StatementGroupValue\": null,\n            \"CardId\": 19230,\n            \"CardTokenNumber\": \"463033twuypz0672\",\n            \"TransactionDate\": \"2023-06-09T18:39:02.7\",\n            \"ResponseCode\": \"00\",\n            \"Merchant\": \"Quick Funds Transfer\",\n            \"TransactionAmount\": 200,\n            \"AmountDisplay\": null,\n            \"TransactionCurrency\": {\n                \"IsActive\": true,\n                \"Description\": \"CAN - Canada\",\n                \"Code\": \"CAD\",\n                \"IsoCode\": \"124\",\n                \"Symbol\": \"$\",\n                \"Order\": 1000,\n                \"Id\": 26,\n                \"IsRecordValid\": true,\n                \"RecordVersion\": 637686026280550811,\n                \"InsertDateTime\": null,\n                \"InsertUserId\": null,\n                \"InsertUser\": null,\n                \"UpdateDateTime\": \"2021-09-30T12:43:48.057\",\n                \"UpdateUser\": \"gulcin@dcbank.ca\",\n                \"ShadowInsertUserId\": null,\n                \"ShadowUpdateUserId\": 0,\n                \"UpdateUserId\": 59\n            },\n            \"BillingAmount\": 200,\n            \"CardholderCurrency\": {\n                \"IsActive\": true,\n                \"Description\": \"CAN - Canada\",\n                \"Code\": \"CAD\",\n                \"IsoCode\": \"124\",\n                \"Symbol\": \"$\",\n                \"Order\": 1000,\n                \"Id\": 26,\n                \"IsRecordValid\": true,\n                \"RecordVersion\": 637686026280550811,\n                \"InsertDateTime\": null,\n                \"InsertUserId\": null,\n                \"InsertUser\": null,\n                \"UpdateDateTime\": \"2021-09-30T12:43:48.057\",\n                \"UpdateUser\": \"gulcin@dcbank.ca\",\n                \"ShadowInsertUserId\": null,\n                \"ShadowUpdateUserId\": 0,\n                \"UpdateUserId\": 59\n            },\n            \"SettlementAmount\": 200,\n            \"SettlementCurrency\": {\n                \"IsActive\": true,\n                \"Description\": \"CAN - Canada\",\n                \"Code\": \"CAD\",\n                \"IsoCode\": \"124\",\n                \"Symbol\": \"$\",\n                \"Order\": 1000,\n                \"Id\": 26,\n                \"IsRecordValid\": true,\n                \"RecordVersion\": 637686026280550811,\n                \"InsertDateTime\": null,\n                \"InsertUserId\": null,\n                \"InsertUser\": null,\n                \"UpdateDateTime\": \"2021-09-30T12:43:48.057\",\n                \"UpdateUser\": \"gulcin@dcbank.ca\",\n                \"ShadowInsertUserId\": null,\n                \"ShadowUpdateUserId\": 0,\n                \"UpdateUserId\": 59\n            },\n            \"SettlementDate\": \"2023-06-09T00:00:00\",\n            \"Description\": \"Quick Funds Transfer\",\n            \"ReferenceNumber\": \"100000000004842607\",\n            \"TransactionType\": \"MoneyTransferBetweenAccountsDeposit\",\n            \"TransactionTypeId\": 6021,\n            \"TransactionTypeCode\": null,\n            \"ChannelName\": null,\n            \"CardOwnerName\": null,\n            \"MaskedCardNumber\": null,\n            \"CardBrandName\": null,\n            \"AvailableCreditLimit\": 0,\n            \"WalletBalance\": 0,\n            \"ApplicationNetwork\": null,\n            \"CardTransactionSource\": null,\n            \"TerminalType\": null,\n            \"ErrorCode\": null,\n            \"ErrorDescription\": null,\n            \"MerchantCity\": \"Calgary\",\n            \"FeeAmount\": 0,\n            \"OriginalAmount\": 0,\n            \"ResponseDescription\": null,\n            \"Mcc\": null,\n            \"SettlementStatus\": \"Approved  \",\n            \"TransactionEntryTypeDesc\": null,\n            \"TransactionTypeDesc\": null,\n            \"Mti\": null,\n            \"TransactionFee\": null,\n            \"AuthorzationCode\": null,\n            \"IsReversed\": false,\n            \"ReversalType\": null,\n            \"ReversedDateTime\": null,\n            \"OriginalBillingAmount\": 200,\n            \"MobileWalletType\": null,\n            \"TxtFeeAmount\": null,\n            \"CompletedAmount\": 200,\n            \"SettlementStatusId\": 93501,\n            \"V3TransactionAmount\": null,\n            \"V3SettlementAmount\": null\n        },\n        {\n            \"TxtDescription\": \"Instant Personalization Fee\",\n            \"StatementGroupValue\": null,\n            \"CardId\": 19230,\n            \"CardTokenNumber\": \"463033twuypz0672\",\n            \"TransactionDate\": \"2023-06-22T09:35:54.51\",\n            \"ResponseCode\": \"00\",\n            \"Merchant\": \"Instant Personalization Fee\",\n            \"TransactionAmount\": 17,\n            \"AmountDisplay\": null,\n            \"TransactionCurrency\": {\n                \"IsActive\": true,\n                \"Description\": \"CAN - Canada\",\n                \"Code\": \"CAD\",\n                \"IsoCode\": \"124\",\n                \"Symbol\": \"$\",\n                \"Order\": 1000,\n                \"Id\": 26,\n                \"IsRecordValid\": true,\n                \"RecordVersion\": 637686026280550811,\n                \"InsertDateTime\": null,\n                \"InsertUserId\": null,\n                \"InsertUser\": null,\n                \"UpdateDateTime\": \"2021-09-30T12:43:48.057\",\n                \"UpdateUser\": \"gulcin@dcbank.ca\",\n                \"ShadowInsertUserId\": null,\n                \"ShadowUpdateUserId\": 0,\n                \"UpdateUserId\": 59\n            },\n            \"BillingAmount\": 17,\n            \"CardholderCurrency\": {\n                \"IsActive\": true,\n                \"Description\": \"CAN - Canada\",\n                \"Code\": \"CAD\",\n                \"IsoCode\": \"124\",\n                \"Symbol\": \"$\",\n                \"Order\": 1000,\n                \"Id\": 26,\n                \"IsRecordValid\": true,\n                \"RecordVersion\": 637686026280550811,\n                \"InsertDateTime\": null,\n                \"InsertUserId\": null,\n                \"InsertUser\": null,\n                \"UpdateDateTime\": \"2021-09-30T12:43:48.057\",\n                \"UpdateUser\": \"gulcin@dcbank.ca\",\n                \"ShadowInsertUserId\": null,\n                \"ShadowUpdateUserId\": 0,\n                \"UpdateUserId\": 59\n            },\n            \"SettlementAmount\": 17,\n            \"SettlementCurrency\": {\n                \"IsActive\": true,\n                \"Description\": \"CAN - Canada\",\n                \"Code\": \"CAD\",\n                \"IsoCode\": \"124\",\n                \"Symbol\": \"$\",\n                \"Order\": 1000,\n                \"Id\": 26,\n                \"IsRecordValid\": true,\n                \"RecordVersion\": 637686026280550811,\n                \"InsertDateTime\": null,\n                \"InsertUserId\": null,\n                \"InsertUser\": null,\n                \"UpdateDateTime\": \"2021-09-30T12:43:48.057\",\n                \"UpdateUser\": \"gulcin@dcbank.ca\",\n                \"ShadowInsertUserId\": null,\n                \"ShadowUpdateUserId\": 0,\n                \"UpdateUserId\": 59\n            },\n            \"SettlementDate\": \"2023-06-22T00:00:00\",\n            \"Description\": \"Instant Personalization Fee\",\n            \"ReferenceNumber\": \"100000000004851829\",\n            \"TransactionType\": \"Instant Personalization Fee\",\n            \"TransactionTypeId\": 6020,\n            \"TransactionTypeCode\": null,\n            \"ChannelName\": null,\n            \"CardOwnerName\": null,\n            \"MaskedCardNumber\": null,\n            \"CardBrandName\": null,\n            \"AvailableCreditLimit\": 0,\n            \"WalletBalance\": 0,\n            \"ApplicationNetwork\": null,\n            \"CardTransactionSource\": null,\n            \"TerminalType\": null,\n            \"ErrorCode\": null,\n            \"ErrorDescription\": null,\n            \"MerchantCity\": \"Calgary\",\n            \"FeeAmount\": 0,\n            \"OriginalAmount\": 0,\n            \"ResponseDescription\": null,\n            \"Mcc\": null,\n            \"SettlementStatus\": \"Instant Personalization Fee\",\n            \"TransactionEntryTypeDesc\": null,\n            \"TransactionTypeDesc\": null,\n            \"Mti\": null,\n            \"TransactionFee\": null,\n            \"AuthorzationCode\": null,\n            \"IsReversed\": false,\n            \"ReversalType\": null,\n            \"ReversedDateTime\": null,\n            \"OriginalBillingAmount\": 0,\n            \"MobileWalletType\": null,\n            \"TxtFeeAmount\": 17,\n            \"CompletedAmount\": 0,\n            \"SettlementStatusId\": 93501,\n            \"V3TransactionAmount\": null,\n            \"V3SettlementAmount\": null\n        }\n    ],\n    \"IsSucceeded\": true,\n    \"ErrorList\": [],\n    \"ParameterList\": []\n}"}],"_postman_id":"d1aab8c5-f0d1-4cbc-a46c-ea0f852be042"},{"name":"Generate Statement Pdf File","id":"25771d44-1dac-4370-8100-17e3015ebccd","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{token}}"}]},"isInherited":false},"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"CardId\": 19230,\r\n    \"StatementStart\": \"2023-06-01 00:00:00\",\r\n    \"StatementEnd\": \"2023-06-30 00:00:00\"\r\n}","options":{"raw":{"language":"json"}}},"url":"https://connect.dcbankapi.ca:35344/customerintegrationapi/v1.0/Card/GenerateCardStatementPdfFile","description":"<h3 id=\"description\">Description</h3>\n<p>This API allows the user to generate a PDF file of the statement.</p>\n<h3 id=\"request-parameters\">Request Parameters</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Name</th>\n<th>Type</th>\n<th>Max Length</th>\n<th>Description</th>\n<th>Required/ Optional</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>CardId</td>\n<td><em>Integer</em></td>\n<td>-</td>\n<td>The unique card identifier.</td>\n<td><strong>Required</strong></td>\n</tr>\n<tr>\n<td>StatementStart</td>\n<td><em>DateTime</em></td>\n<td>yyyy-mm-dd</td>\n<td>The start date of the statement.</td>\n<td><strong>Required</strong></td>\n</tr>\n<tr>\n<td>StatementEnd</td>\n<td><em>DateTime</em></td>\n<td>yyyy-mm-dd</td>\n<td>The end date of the statement.</td>\n<td><strong>Required</strong></td>\n</tr>\n</tbody>\n</table>\n</div><h3 id=\"response-parameters\">Response Parameters</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Name</th>\n<th>Type</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td></td>\n<td></td>\n<td></td>\n</tr>\n</tbody>\n</table>\n</div><h3 id=\"related-errors\">Related Errors</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Error Code</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td></td>\n<td></td>\n</tr>\n</tbody>\n</table>\n</div><h3 id=\"version\">Version</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Version Supported</th>\n<th>Date Released</th>\n<th><strong>Deprecation Date</strong></th>\n<th>End of Life Date</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>v1.0</td>\n<td>December 2019</td>\n<td>TBD</td>\n<td>TBD</td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"path":["customerintegrationapi","v1.0","Card","GenerateCardStatementPdfFile"],"host":["https://connect.dcbankapi.ca:35344"],"query":[],"variable":[]}},"response":[{"id":"f45272d2-54d9-410e-b908-f53eaddcedde","name":"Success","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"CardId\": 19230,\r\n    \"StatementStart\": \"2023-06-01 00:00:00\",\r\n    \"StatementEnd\": \"2023-06-30 00:00:00\"\r\n}","options":{"raw":{"language":"json"}}},"url":"https://connect.dcbankapi.ca:35344/customerintegrationapi/v1.0/Card/GenerateCardStatementPdfFile"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Tue, 25 Jul 2023 11:02:16 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Server","value":"Kestrel"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Content-Encoding","value":"br"},{"key":"Vary","value":"Accept-Encoding"}],"cookie":[],"responseTime":null,"body":"{\n    \"ErrorCode\": \"0\",\n    \"ErrorDescription\": \"Successfull\",\n    \"StackTrace\": null,\n    \"Item\": \"JVBERi0xLjMNCjEgMCBvYmoNClsvUERGIC9UZXh0IC9JbWFnZUIgL0ltYWdlQyAvSW1hZ2VJXQ0KZW5kb2JqDQo1IDAgb2JqDQo8PCAvTGVuZ3RoIDMwNzcgL0ZpbHRlciAvRmxhdGVEZWNvZGUgPj4gc3RyZWFtDQpYCa1bS4/cNhK+L5D/wIMPu8Fa5ltkbmM73iyQGH4M4EOQgzwj273px7i7x8bk128VxVdLVKulyRiwMdVkfV8Vq4pFsv3DP74SCn+UVZWUxEhWaUP2LflAtj/AZ1zC74poa+BjSxhTFVeEmYrGQc+vybNXgtSVtZZcf3Lq4NPPRGhesVqS61+dGqtJTW3FyfUt+eeLZv252T/8m1ytP7b7Y/Mvcv0/cv0j+fl6pkLqFV7P1mArZXmmQczVIGRFVc7hisxVge5muQo5W4OuqMkUfJirQIlKy0wBzxW8zWKg5qqLAcoqqxTh9cIgkCoEwb5ZfSbkw5fV8ePD0ggQ2mtjms5eQYhjlusgP99+bj822z/Ji9X+Zt2S1x9mr2kgBv55NLGoo0BssE7MVtLAUtayMsYQJkGdrgnTlc5y2sFLYgfwUvGqZiYLqtpWte7gBwbIggG5BuM45CpgoZv1uj2SX3br23ZPXrbHZrU+9MygleE1yf9+9x/CINK+k9//AJhbwmpvJncQGzAQQlhFwZq8d1ELtUbn7oBAl1SPuOOsMVwKIFAbCsDBlvDjbXp/v9lAPZttDKe1ZxmsEVpV1JatgagBxypLhKhqymARpa3n5SDqwXxXwId1K+NN+GmY+NR05ACOWtCsKsYXgYIerJRCVUKcgD5v1s32pj2DDTuOwnR6LDaEDahD6Dft9na1/Uyud8dmPY6srQWr7eORoV4K5XeIbxDyzUfI31HDBRWwxVpXkRFeQplVS/CdIlfaeeWd/oQZWEk6NFmhWIbo0rLiy6LL6TEn0aWE1VQoUUIFx2BzYXhla0Eg8A2zAMu4ngnbeRhWraqt9/TNcfWtHV9cwNSU4x6+NJG61c0x3x+b4/3hzJJi6YJYevySQqnXXTA/oaUFjYg+cx+PmKXuWBQJSBgH2kURq1kFRXcJKCo6rVHv2uN+1X5rycPufh+SBwrzs3qchqDO9jM8Jup+4CEggVjsW9dQOOCvV/u2/Wl+w6dkJbDtzHSScRMgyNwW7k1gbLEvGRaBbvf6pQl+vGn2t6CtuX0g37+0W/h9vYbKWI0S0lAMpUg+5bAPCbmEkLbQRXb2v9rtSbN9ILvjF2gLVtuv9ytY6wO5W7fNoSU3u+2xuTkS+HS2uwMYVpgObNPub7402yMavM/d8L05kN1HaEm27e3QARJ7DIiKLqhAI6+UWRDaTg9WyGz92VND6VPa/fQ7CNDAhi0QFC8JSHAqq6FWbogy2q2yF7imYXRqDXGAI41i2D11Ai2x7Ziaiqg4knOWUIPgdCqtVJqa8etQs6kRFbwMe55wzY/v2SDMLBVLejYJRysGJ9pi1/bi/nDcQSSQ9+3+2+qmv01Mt20CDBFZlwYGAWUOCzro2yqYrjmrFP4LdthiGZ7qQNEvGHWYb76ffoFR+/p+A+fn4ZYDcW+g2Q3ArmDrBfHKGJ7yENd3MBDAVAhKf4QfquvhaZFZ7E1lhLYQHKYIPWEzKsLAHNjszw+vm02pb7SolEV4BiFllVyyw8MaYzOTExg9sXZFApp5K1VabghuVqwSU8GLirChGdg+1mJIA5mik9clRKNYYnWn6NTqYi81WiO4BMvhRI2zU6J7wfnyImruRhrtK5MTMInBd36mA4WBUFAyUC+YLkwJNJsaQCGowKscpIZBOYBT2COO1lxBI2VQlQon47iw7abdHucfIaEZdOSoceS6I6SAHAgSZwUjrOA6qLOwmxkBjSkUy43/XeMVj8SJ6A5ph4IwY00OLunhjKShzUT/aCKtqzZQtDSfmfOgBwqk5NKZhN55CX4ZhLvGvsgGPAaHWmv4EkBUBKuRA/7mO4RhZYMugsHuFayE8mDsIitRkT4BfbE6DusJZDDGYrASVlXWagmgU9RDvN432wP0Vavdllw/3A19LKH1h9N3gK8FtFCLfOwU0VMnv9m3T6/uj192+9Vf7W2xnGlRpwWGTVUtA0dNUMVPV3izG6tmJ9WBCTivQVjDKYoDmw1u4BzyIwhOE+v81CDAnNT5TOCLfQGGc47jBGEwLH3xd+gia8fj05gJoImdqGYGWxJdsgGY4KcaY/xkvJMEbFbbEcE0G1TGTtRzbIS1GqGDn9ayNxwFAZsLVvx9mgpq4rlqCTXOFNcWIwoi0GVQNtxLAjTO55gvA8E0GRzqci2pR6cKc0pnZHJv6CYU6ZO5UL+k6/SlwHti2LygQ+Z2wWOO0wM5Rp39w2wmWWnpX++mQBNuxxAGKj5V0D6LSmC3CDqRzKfRvd7Ps3COZirZGgSntiogifsW1ANel0ydqtTOVKWhhtR8fDuCYwpFFI/GoH1jUHNmw6EeaOJyvMndKJqI15R8gYndZpRjljcjDJc6MxLaDiHYfMBOET9BnNyMhIZWDvaQaC3sRmyBtaKmrqnPwd+1X+/bwxECd+4rh6gh9tB5IArarja7+8JySc4rxepogMaH1AUhgjmNFzkn67Xb3K3bJQZgLbDQcF1igIUSBTkUDICTu16yAopq9/CaG/CqLVztTFGHI67EZJmmriReNCffS6ghdAl11NPzfaGXSNWHG8Dj49XnokKrRLzspfoZtc845WK0BHnI8RI0gRlKUAJ9e7+6+ZO8ut/eHrrK/qndj1ejYPJYNZoy2VejBO+/KTBej4LFo/Vo8r3W16OE+dtu2z4EW5+3x+9tu726ucHgOsy9gkzqaVD/sr3bHVbDOI1FLjhxrMhN3Xo6PSa36AmnxYeCWJY85GhZmro2AD3S6ksgYzZ6yNFsnPriQsjGBHl1d7fffYM6OLxSD80PXg+llJz9HQafkgxfbUNKcn42JQNkSMnZmCElE+h/t4cj3mG/afeH3bZZr/5q3NYJdXT81Bos7zJzvuU+MxOLqcyMhvvMXPCFEZ86yywP6RQt79JpNo2YTolG+dUtJFMA9Mk0GzAm0ySg35MDoN+T5wOinlM8vPcdz90I2OXubMCYu8OVnf39paDKvez6B/4YHEu1YXfhtY3E1+iNAV75KmgztcW7OG0ha5Lg/I3B6dQgwO/SMHPuFi8bif1NQvWC3m2DrRS2CjlHJ4hA2niB7QlgCnNWjN83AOKpFf6+oeAB5GL6XEyfi+1zsUMuZbcELtEtkUvRL+Gm45S7k0Q24a4j0YmSad+gOsp1BsBh7xK2GB5IKFPtCUX4SChStH3JtIMioeihSKjoIfy0rkXPACeJhLgwXmL7kmkPoTom8/DB3Ky5HfFQrjoQMgNCdkDIDgmVPRQJRQ9FQkUPCY0VUZ4Y4CWRkCs3TmL7kmkP4VBZ2wxA4q0obm9FD+Wqk0f7hMSAkBgSKnsoEooeioSKHpIcpmPHmRngJZEQaugkti+Z9hAOxa9YZAAGTrkj/skVJ3/26bABHTakM/LCEugk/3R0yt6x1DWmGZ0gSXRgfiexfckF3jFYQTL92D4rNhY+uebkzB6fyND2JRe4x/OJ3ol8iv7BT42pe/ydJPJRwniJ7Uum/YPquM6jx78Ilv2Taw58zICPHfCxQz5l/0Q+yUGez9A/I4+bQ1P+1o5irI/BV0Btsj6Ga0DtP5oUUWEkdpcJ1QvOTIWR1LcJHWoQTKPGqZmtYWqHGp4tCpLoj8O5TTYfuimow22mu8wYSKYB+kM3BXVYpburhYFkGqA/dFNQh2Wuu0gYSKYB+kM3JXXGdvePQ8kFAL2hm4I6zLTuXmIgmQaYmaaDucLXhy52cyoTwRuBY84E4GLOFOtDwk1T/9ZMLdYHPDTqOtUHOPG6x//pqWFkRC1PLSZ5RPWCS6b6Y0S0NR4jLi9Ll8GWTlLJ2PhyO005VZjo5PDyetlkdyqIBsdTwbTBc5GLB6Rkc0C+gHYqegE5SC6c7Pr8aHPs86dtnotcPPIkmwPyBbRTHQ7IQXLhZNe5R5tj5z5t81zk4iEm2RyQL6CdtoaAHCQXTnbdeLK568anLZ6LWzyUZBY73Esox50q4nrJhZO1yneH0F5fYPBM4NI5I9kbgC8gnba/ABwkF06esSE+Crh4cshM7oAvmRsoRtzC1K/xXbHWrqeAfxiE39J3RVO7/wrWe3+f+saGrIX7+sjcb2xI/B83Nv92ihc429ztMs4v/0fkt/8HP7fehg0KZW5kc3RyZWFtDQplbmRvYmoNCjIgMCBvYmoNCjw8IC9UeXBlIC9QYWdlIC9QYXJlbnQgNiAwIFIgL01lZGlhQm94IFswIDAgNTk1LjQ0IDg0MS42OF0gL0NvbnRlbnRzIDUgMCBSIC9SZXNvdXJjZXMgPDwgL1Byb2NTZXQgMSAwIFIgL1hPYmplY3QgPDwgPj4gL0ZvbnQgPDwgL0YzIDMgMCBSIC9GNCA0IDAgUiA+PiA+PiA+Pg0KZW5kb2JqDQozIDAgb2JqDQo8PCAvVHlwZSAvRm9udCAvU3VidHlwZSAvVHlwZTEgL0Jhc2VGb250IC9IZWx2ZXRpY2EgL0VuY29kaW5nIC9XaW5BbnNpRW5jb2RpbmcgPj4NCmVuZG9iag0KNCAwIG9iag0KPDwgL1R5cGUgL0ZvbnQgL1N1YnR5cGUgL1R5cGUxIC9CYXNlRm9udCAvSGVsdmV0aWNhLUJvbGQgL0VuY29kaW5nIC9XaW5BbnNpRW5jb2RpbmcgPj4NCmVuZG9iag0KNiAwIG9iag0KPDwgL1R5cGUgL1BhZ2VzIC9LaWRzIFsgMiAwIFIgXSAvQ291bnQgMSA+Pg0KZW5kb2JqDQo3IDAgb2JqDQo8PCAvVHlwZSAvQ2F0YWxvZyAvUGFnZXMgNiAwIFIgPj4NCmVuZG9iag0KOCAwIG9iag0KPDwgL1RpdGxlIDxmZWZmMDA0MzAwNjEwMDcyMDA2NDAwNTMwMDc0MDA2MTAwNzQwMDY1MDA2ZDAwNjUwMDZlMDA3ND4NCi9BdXRob3IgPD4NCi9TdWJqZWN0IDw+DQovQ3JlYXRvciAoTWljcm9zb2Z0IFJlcG9ydGluZyBTZXJ2aWNlcyAxNS4wLjAuMCkNCi9Qcm9kdWNlciAoTWljcm9zb2Z0IFJlcG9ydGluZyBTZXJ2aWNlcyBQREYgUmVuZGVyaW5nIEV4dGVuc2lvbiAxNS4wLjAuMCkNCi9DcmVhdGlvbkRhdGUgKEQ6MjAyMzA3MjUxNDAyMTcrMDMnMDAnKQ0KPj4NCmVuZG9iag0KeHJlZg0KMCA5DQowMDAwMDAwMDAwIDY1NTM1IGYNCjAwMDAwMDAwMTAgMDAwMDAgbg0KMDAwMDAwMzIyMCAwMDAwMCBuDQowMDAwMDAzMzk1IDAwMDAwIG4NCjAwMDAwMDM0OTUgMDAwMDAgbg0KMDAwMDAwMDA2NSAwMDAwMCBuDQowMDAwMDAzNjAwIDAwMDAwIG4NCjAwMDAwMDM2NjIgMDAwMDAgbg0KMDAwMDAwMzcxNCAwMDAwMCBuDQp0cmFpbGVyIDw8IC9TaXplIDkgL1Jvb3QgNyAwIFIgL0luZm8gOCAwIFIgPj4NCnN0YXJ0eHJlZg0KMzk5Ng0KJSVFT0Y=\",\n    \"IsSucceeded\": true,\n    \"ErrorList\": [],\n    \"ParameterList\": []\n}"}],"_postman_id":"25771d44-1dac-4370-8100-17e3015ebccd"}],"id":"eaeea4cb-9658-41d4-8a9c-7007fbc463d6","_postman_id":"eaeea4cb-9658-41d4-8a9c-7007fbc463d6","description":"","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{token}}"}]},"isInherited":true,"source":{"_postman_id":"8869d7bd-0788-46cf-8d20-ac14f428a8ec","id":"8869d7bd-0788-46cf-8d20-ac14f428a8ec","name":"EndUser API","type":"collection"}}},{"name":"Customer","item":[{"name":"Get Customer Summary","id":"b4a15970-4c59-412c-ba26-8f69e70001cc","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{token}}"}]},"isInherited":false},"method":"GET","header":[{"key":"Content-Type","value":"application/json","type":"text"}],"url":"https://connect.dcbankapi.ca:35344/customerintegrationapi/v1.0/Customer/GetCustomerSummary","description":"<h3 id=\"description\">Description</h3>\n<p>The Get Customer Summary is designed to return essential identity and balance information relating to the customer profile and financial information.</p>\n<h3 id=\"request-parameters\">Request Parameters</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Name</th>\n<th>Type</th>\n<th>Max Length</th>\n<th>Description</th>\n<th>Required/ Optional</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td></td>\n<td></td>\n<td></td>\n<td></td>\n<td></td>\n</tr>\n</tbody>\n</table>\n</div><h3 id=\"response-parameters\">Response Parameters</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Name</th>\n<th>Type</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Id</td>\n<td><em>Numeric</em></td>\n<td>The Customers unique ID.</td>\n</tr>\n<tr>\n<td>CustomerNumber</td>\n<td><em>Numeric</em></td>\n<td>The customer unique number.</td>\n</tr>\n<tr>\n<td>CustomerName</td>\n<td><em>String</em></td>\n<td>The name of the customer.</td>\n</tr>\n<tr>\n<td>CustomerType</td>\n<td><em>Numeric</em></td>\n<td>The type code of the customer.</td>\n</tr>\n<tr>\n<td>Email</td>\n<td><em>String</em></td>\n<td>The customers email.</td>\n</tr>\n<tr>\n<td>AccountNumber</td>\n<td><em>Numeric</em></td>\n<td>The account number.</td>\n</tr>\n<tr>\n<td>MainCardNumber</td>\n<td><em>Numeric</em></td>\n<td>If the customer has a card, the number.</td>\n</tr>\n<tr>\n<td>TotalAvailableBalance</td>\n<td><em>Decimal</em></td>\n<td>The total available balance in the account(s).</td>\n</tr>\n<tr>\n<td>PendingTransactionsAmount</td>\n<td><em>Decimal</em></td>\n<td>Any funds pending clearing into/out of the account(s).</td>\n</tr>\n<tr>\n<td>LastTransactionAmount</td>\n<td><em>Decimal</em></td>\n<td>The amount of the most recent transaction made.</td>\n</tr>\n</tbody>\n</table>\n</div><h3 id=\"related-errors\">Related Errors</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Error Code</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>GetCustomerSummaryOpE1</td>\n<td>Customer Not Found</td>\n</tr>\n</tbody>\n</table>\n</div><h3 id=\"version\">Version</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Version Supported</th>\n<th>Date Released</th>\n<th><strong>Deprecation Date</strong></th>\n<th>End of Life Date</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>v1.0</td>\n<td>December 2019</td>\n<td>TBD</td>\n<td>TBD</td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"path":["customerintegrationapi","v1.0","Customer","GetCustomerSummary"],"host":["https://connect.dcbankapi.ca:35344"],"query":[],"variable":[]}},"response":[{"id":"799505f6-ba19-424f-80d2-cc3429d39fa8","name":"Get Customer Summary","originalRequest":{"method":"GET","header":[],"url":"https://connect.dcbankapi.ca:35344/customerintegrationapi/v1.0/Customer/GetCustomerSummary"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Thu, 14 May 2020 23:14:03 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"302"},{"key":"Connection","value":"keep-alive"},{"key":"Content-Encoding","value":"br"},{"key":"Vary","value":"Accept-Encoding"},{"key":"Server","value":"nginx/1.15.10"},{"key":"X-Powered-By","value":"ASP.NET"},{"key":"Set-Cookie","value":"ARRAffinity=eb8046a771af187481bd962f4b3b59093d134d8cb9f92ea86e26e730ef047fb2;Path=/;HttpOnly;Domain=dcb-cusapi-uat.azurewebsites.net:443"}],"cookie":[],"responseTime":null,"body":"{\n    \"ErrorCode\": \"0\",\n    \"ErrorDescription\": \"Successfull\",\n    \"StackTrace\": null,\n    \"Item\": {\n        \"Id\": 20522,\n        \"CustomerNumber\": \"10220000119\",\n        \"CustomerName\": \"Abbas Ayaz\",\n        \"CustomerType\": 1,\n        \"Email\": \"ayazabbasartifex@gmail.com\",\n        \"AccountNumber\": \"542931571\",\n        \"MainCardNumber\": null,\n        \"TotalAvailableBalance\": 31517.52,\n        \"PendingTransactionsAmount\": 0,\n        \"LastTransactionAmount\": 21\n    },\n    \"IsSucceeded\": true,\n    \"ErrorList\": [],\n    \"ParameterList\": []\n}"}],"_postman_id":"b4a15970-4c59-412c-ba26-8f69e70001cc"},{"name":"Get Profile","id":"cef153e6-031e-456a-80c4-7e78543f8cdc","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{token}}"}]},"isInherited":false},"method":"POST","header":[{"key":"Content-type","value":"application/json"},{"key":"Authorization","value":"Bearer"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{}","options":{"raw":{"language":"json"}}},"url":"https://connect.dcbankapi.ca:35344/customerintegrationapi/v1.0/Customer/GetProfile","description":"<h3 id=\"description\">Description</h3>\n<p>The purpose of this API is to Get Profile of the customer and the customer profile information such as Customer Name, e-Mail, Phone, address etc. will be provided.</p>\n<h3 id=\"request-parameters\">Request Parameters</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Name</th>\n<th>Type</th>\n<th>Max Length</th>\n<th>Description</th>\n<th>Required/ Optional</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td></td>\n<td></td>\n<td></td>\n<td></td>\n<td></td>\n</tr>\n</tbody>\n</table>\n</div><h3 id=\"response-parameters\">Response Parameters</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Name</th>\n<th>Type</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>CustomerName</td>\n<td><em>String</em></td>\n<td>The customers full name.</td>\n</tr>\n<tr>\n<td>Email</td>\n<td><em>String</em></td>\n<td>The primary email of the customer.</td>\n</tr>\n<tr>\n<td>PhoneNumber</td>\n<td><em>String</em></td>\n<td>The primary phone number of the customer.</td>\n</tr>\n<tr>\n<td>Address1</td>\n<td><em>String</em></td>\n<td>The customers physical address.</td>\n</tr>\n<tr>\n<td>Address2</td>\n<td><em>String</em></td>\n<td>The customers physical address.</td>\n</tr>\n<tr>\n<td>ZipCode</td>\n<td><em>String</em></td>\n<td>The customers zip(postal) code.</td>\n</tr>\n<tr>\n<td>CountryId</td>\n<td><em>Integer</em></td>\n<td>The ID of the country where the customer lives.</td>\n</tr>\n<tr>\n<td>CountryCode</td>\n<td><em>Integer</em></td>\n<td>The code of the country where the customer lives.</td>\n</tr>\n<tr>\n<td>CountryName</td>\n<td><em>String</em></td>\n<td>The name of the country where the customer lives.</td>\n</tr>\n<tr>\n<td>ProvinceId</td>\n<td><em>Integer</em></td>\n<td>The ID of the province where the customer lives.</td>\n</tr>\n<tr>\n<td>ProvinceName</td>\n<td><em>String</em></td>\n<td>The name of the province where the customer lives.</td>\n</tr>\n<tr>\n<td>CityId</td>\n<td><em>Integer</em></td>\n<td>The ID of the city where the customer lives.</td>\n</tr>\n<tr>\n<td>CityName</td>\n<td><em>String</em></td>\n<td>The name of the city where the customer lives.</td>\n</tr>\n</tbody>\n</table>\n</div><h3 id=\"related-errors\">Related Errors</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Error Code</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>GetProfileOpE1</td>\n<td>Customer Not Found</td>\n</tr>\n<tr>\n<td>GetProfileOp</td>\n<td>Phone Number is not defined.</td>\n</tr>\n</tbody>\n</table>\n</div><h3 id=\"version\">Version</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Version Supported</th>\n<th>Date Released</th>\n<th><strong>Deprecation Date</strong></th>\n<th>End of Life Date</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>v1.0</td>\n<td>December 2019</td>\n<td>TBD</td>\n<td>TBD</td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"path":["customerintegrationapi","v1.0","Customer","GetProfile"],"host":["https://connect.dcbankapi.ca:35344"],"query":[],"variable":[]}},"response":[{"id":"5c509d85-756a-42b8-ad56-7fc165a128da","name":"Get Profile","originalRequest":{"method":"POST","header":[{"key":"Content-type","value":"","description":"(Required) "},{"key":"Authorization","value":"","description":"(Required) "},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{}","options":{"raw":{"language":"json"}}},"url":"https://connect.dcbankapi.ca:35344/customerintegrationapi/v1.0/Customer/GetProfile"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Thu, 14 May 2020 23:18:26 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"309"},{"key":"Connection","value":"keep-alive"},{"key":"Content-Encoding","value":"br"},{"key":"Vary","value":"Accept-Encoding"},{"key":"Server","value":"nginx/1.15.10"},{"key":"X-Powered-By","value":"ASP.NET"},{"key":"Set-Cookie","value":"ARRAffinity=eb8046a771af187481bd962f4b3b59093d134d8cb9f92ea86e26e730ef047fb2;Path=/;HttpOnly;Domain=dcb-cusapi-uat.azurewebsites.net:443"}],"cookie":[],"responseTime":null,"body":"{\n    \"ErrorCode\": \"0\",\n    \"ErrorDescription\": \"Successfull\",\n    \"StackTrace\": null,\n    \"Item\": {\n        \"CustomerName\": \"Abbas Ayaz\",\n        \"Email\": \"ayazabbasartifex@gmail.com\",\n        \"PhoneNumber\": \"90 5427135080\",\n        \"Address1\": \"GD\",\n        \"Address2\": \"\",\n        \"ZipCode\": \"S0M 0J0\",\n        \"CountryId\": 38,\n        \"CountryCode\": \"1\",\n        \"CountryName\": \"Canada\",\n        \"ProvinceId\": 674,\n        \"ProvinceName\": \"Saskatchewan\",\n        \"CityId\": 59418,\n        \"CityName\": \"Buffalo Narrows\"\n    },\n    \"IsSucceeded\": true,\n    \"ErrorList\": [],\n    \"ParameterList\": []\n}"}],"_postman_id":"cef153e6-031e-456a-80c4-7e78543f8cdc"},{"name":"Edit Profile","id":"3aea5709-f77f-4d2f-a67d-5092f7fbad10","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{token}}"}]},"isInherited":false},"method":"POST","header":[{"key":"Content-Type","value":"","description":"<p>(Required) </p>\n"},{"key":"Authorization","value":"","description":"<p>(Required) </p>\n"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"PhoneNumber\": \"\",\n    \"Address1\": \"\",\n    \"Address2\": \"\",\n    \"ZipCode\": \"\",\n    \"CountryId\": \"\",\n    \"ProvinceId\": \"\",\n    \"CityId\": \"\"\n}","options":{"raw":{"language":"json"}}},"url":"https://connect.dcbankapi.ca:35344/customerintegrationapi/v1.0/Customer/EditProfile","description":"<h3 id=\"description\">Description</h3>\n<p>This API allows the user to edit the customer profile.</p>\n<p>Except for <em>PhoneNumber</em>, all fields are optional.</p>\n<h3 id=\"request-parameters\">Request Parameters</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Name</th>\n<th>Type</th>\n<th>Max Length</th>\n<th>Description</th>\n<th>Required/ Optional</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>PhoneNumber</td>\n<td><em>String</em></td>\n<td>Format must be \"# ###-###-####\"</td>\n<td>The customer phone number. Includes the country code number (<strong>1 for Canada and US</strong>).</td>\n<td><strong>Required</strong></td>\n</tr>\n<tr>\n<td>Address1</td>\n<td><em>String</em></td>\n<td></td>\n<td>The customers physical address.</td>\n<td>Optional</td>\n</tr>\n<tr>\n<td>Address2</td>\n<td><em>String</em></td>\n<td></td>\n<td>The customers physical address.</td>\n<td>Optional</td>\n</tr>\n<tr>\n<td>ZipCode</td>\n<td><em>String</em></td>\n<td></td>\n<td>The customers zip(postal) code.</td>\n<td>Optional</td>\n</tr>\n<tr>\n<td>CountryId</td>\n<td><em>Integer</em></td>\n<td></td>\n<td>The ID of the country where the customer lives.</td>\n<td>Optional</td>\n</tr>\n<tr>\n<td>ProvinceId</td>\n<td><em>Integer</em></td>\n<td></td>\n<td>The provincial ID of where the customer lives.</td>\n<td>Optional</td>\n</tr>\n<tr>\n<td>CityId</td>\n<td><em>Integer</em></td>\n<td></td>\n<td>The city ID of where the customer lives.</td>\n<td>Optional</td>\n</tr>\n</tbody>\n</table>\n</div><h3 id=\"response-parameters\">Response Parameters</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Name</th>\n<th>Type</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td></td>\n<td></td>\n<td></td>\n</tr>\n</tbody>\n</table>\n</div><h3 id=\"related-errors\">Related Errors</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Error Code</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>EditProfileOpE1</td>\n<td>Client Customer Not Found.</td>\n</tr>\n<tr>\n<td>EditProfileOpE2</td>\n<td>Phone Number is invalid</td>\n</tr>\n<tr>\n<td>EditProfileOpE3</td>\n<td>Phone Number Country is invalid</td>\n</tr>\n</tbody>\n</table>\n</div><h3 id=\"version\">Version</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Version Supported</th>\n<th>Date Released</th>\n<th><strong>Deprecation Date</strong></th>\n<th>End of Life Date</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>v1.0</td>\n<td>December 2019</td>\n<td>TBD</td>\n<td>TBD</td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"path":["customerintegrationapi","v1.0","Customer","EditProfile"],"host":["https://connect.dcbankapi.ca:35344"],"query":[],"variable":[]}},"response":[],"_postman_id":"3aea5709-f77f-4d2f-a67d-5092f7fbad10"}],"id":"7d5d3989-2d0d-489f-bdf3-89a673a3023b","_postman_id":"7d5d3989-2d0d-489f-bdf3-89a673a3023b","description":"","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{token}}"}]},"isInherited":true,"source":{"_postman_id":"8869d7bd-0788-46cf-8d20-ac14f428a8ec","id":"8869d7bd-0788-46cf-8d20-ac14f428a8ec","name":"EndUser API","type":"collection"}}},{"name":"E Transfer","item":[{"name":"Create Payee","id":"9607beca-0df5-44ca-a9f6-aa38d8710db8","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{token}}"}]},"isInherited":false},"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\r\n  \"Email\": \"daria.etransferova+num903@gmail.com\",\r\n  \"CustomerType\": \"P\",\r\n  \"FirstName\": \"Etransferova\",\r\n  \"MiddleName\": \"\",\r\n  \"LastName\": \"Daria\",\r\n  \"CompanyName\": null,\r\n  \"TradeName\": null,\r\n  \"Address1\": \"46-851 63 St\",\r\n  \"Address2\": \"\",\r\n  \"ZipCode\": \"T7E 0A2\",\r\n  \"CountryId\": 38,\r\n  \"ProvinceId\": 663,\r\n  \"CityId\": 10126,\r\n  \"PhoneCountryId\": 38,\r\n  \"PhoneNumber\": \"5427135080\",\r\n  \"AccountInfo\": {\r\n    \"AccountNumber\": \"564595304\",\r\n    \"FinancialInstitutionId\": 046,\r\n    \"FinancialInstitutionBranchId\": 14829\r\n  }\r\n}","options":{"raw":{"language":"json"}}},"url":"https://connect.dcbankapi.ca:35344/customerintegrationapi/v1.0/ETransfer/CreatePayee","description":"<h3 id=\"description\">Description</h3>\n<p>The <strong>Create Payee</strong> API registers a new contact (payee) for e-transfers by capturing their contact information, address, and legal identity details.</p>\n<h3 id=\"request-parameters\">Request Parameters</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Name</th>\n<th>Type</th>\n<th>Max Length</th>\n<th>Description</th>\n<th>Required/ Optional/ Conditional</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Email</td>\n<td><em>String</em></td>\n<td>-</td>\n<td>The contact email.</td>\n<td><strong>Required</strong></td>\n</tr>\n<tr>\n<td>CustomerType</td>\n<td><em>String</em></td>\n<td>1</td>\n<td>The type of customer:  <br /><code>P</code> - Personal  <br /><code>C</code> - Corporate</td>\n<td><strong>Required</strong></td>\n</tr>\n<tr>\n<td>FirstName</td>\n<td><em>String</em></td>\n<td>-</td>\n<td>The customers first name.  <br />  <br /><strong>Required</strong> if <em>CustomerType</em> is <code>P</code>.</td>\n<td>Conditional</td>\n</tr>\n<tr>\n<td>MiddleName</td>\n<td><em>String</em></td>\n<td>-</td>\n<td>The customers middle name.</td>\n<td>Optional</td>\n</tr>\n<tr>\n<td>LastName</td>\n<td><em>String</em></td>\n<td>-</td>\n<td>The customers last name.  <br />  <br /><strong>Required</strong> if <em>CustomerType</em> is <code>P</code>.</td>\n<td>Conditional</td>\n</tr>\n<tr>\n<td>CompanyName</td>\n<td><em>String</em></td>\n<td>-</td>\n<td>The customers company name.  <br />  <br /><strong>Required</strong> if <em>CustomerType</em> is <code>C</code>.</td>\n<td>Conditional</td>\n</tr>\n<tr>\n<td>TradeName</td>\n<td><em>String</em></td>\n<td>-</td>\n<td>The customers trade name.  <br />  <br /><strong>Required</strong> if <em>CustomerType</em> is <code>C</code>.</td>\n<td>Conditional</td>\n</tr>\n<tr>\n<td>Address1</td>\n<td><em>String</em></td>\n<td>-</td>\n<td>The customer or company physical address.</td>\n<td><strong>Required</strong></td>\n</tr>\n<tr>\n<td>Address2</td>\n<td><em>String</em></td>\n<td>-</td>\n<td>The customer or company physical address.</td>\n<td>Optional</td>\n</tr>\n<tr>\n<td>ZipCode</td>\n<td><em>String</em></td>\n<td>-</td>\n<td>The zip(postal) code where the customer lives/where the company operates.</td>\n<td><strong>Required</strong></td>\n</tr>\n<tr>\n<td>CountryId</td>\n<td><em>Numeric</em></td>\n<td>-</td>\n<td>The ID of the country where the customer lives/where the company operates.</td>\n<td><strong>Required</strong></td>\n</tr>\n<tr>\n<td>ProvinceId</td>\n<td><em>Numeric</em></td>\n<td>-</td>\n<td>The ID of the provicne where the customer lives/where the company operates.</td>\n<td><strong>Required</strong></td>\n</tr>\n<tr>\n<td>CityId</td>\n<td><em>Numeric</em></td>\n<td>-</td>\n<td>The ID of the city where the customer lives/where the company operates.</td>\n<td><strong>Required</strong></td>\n</tr>\n<tr>\n<td>PhoneCountryId</td>\n<td><em>Numeric</em></td>\n<td>-</td>\n<td>The ID of the country where the customer/ companies phone number originates.</td>\n<td><strong>Required</strong></td>\n</tr>\n<tr>\n<td>PhoneNumber</td>\n<td><em>String</em></td>\n<td>Format ###-###-####</td>\n<td>The phone number of the customer/ company.</td>\n<td><strong>Required</strong></td>\n</tr>\n</tbody>\n</table>\n</div><h3 id=\"response-parameters\">Response Parameters</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Name</th>\n<th>Type</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>PayeeId</td>\n<td><em>Integer</em></td>\n<td>The unique ID of the payee.</td>\n</tr>\n<tr>\n<td>PayeeName</td>\n<td><em>String</em></td>\n<td>The payee name.</td>\n</tr>\n<tr>\n<td>PayeeEmail</td>\n<td><em>String</em></td>\n<td>The payee email.</td>\n</tr>\n<tr>\n<td>IsNewPayee</td>\n<td><em>Boolean</em></td>\n<td>A <code>True</code> or <code>False</code> value indicating if this payee/contact is a new one or not.</td>\n</tr>\n</tbody>\n</table>\n</div><h3 id=\"related-errors\">Related Errors</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Error Code</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td></td>\n<td></td>\n</tr>\n</tbody>\n</table>\n</div><h3 id=\"version\">Version</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Version Supported</th>\n<th>Date Released</th>\n<th><strong>Deprecation Date</strong></th>\n<th>End of Life Date</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>v1.0</td>\n<td>December 2019</td>\n<td>TBD</td>\n<td>TBD</td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"path":["customerintegrationapi","v1.0","ETransfer","CreatePayee"],"host":["https://connect.dcbankapi.ca:35344"],"query":[],"variable":[]}},"response":[{"id":"9319759d-ca76-42dd-a16a-e87798ba445a","name":"Create Payee","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\r\n  \"Email\": \"abbas.ayaz@payolog.com\",\r\n  \"CustomerType\": \"P\",\r\n  \"FirstName\": \"Abbas\",\r\n  \"MiddleName\": \"\",\r\n  \"LastName\": \"Ayaz\",\r\n  \"CompanyName\": null,\r\n  \"TradeName\": null,\r\n  \"Address1\": \"46-851 63 St\",\r\n  \"Address2\": \"\",\r\n  \"ZipCode\": \"T7E 0A2\",\r\n  \"CountryId\": 38,\r\n  \"ProvinceId\": 663,\r\n  \"CityId\": 10126,\r\n  \"PhoneCountryId\": 38,\r\n  \"PhoneNumber\": \"5427135080\"\r\n}","options":{"raw":{"language":"json"}}},"url":"https://connect.dcbankapi.ca:35344/customerintegrationapi/v1.0/ETransfer/CreatePayee"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Thu, 14 May 2020 23:42:50 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"199"},{"key":"Connection","value":"keep-alive"},{"key":"Content-Encoding","value":"br"},{"key":"Vary","value":"Accept-Encoding"},{"key":"Server","value":"nginx/1.15.10"},{"key":"X-Powered-By","value":"ASP.NET"},{"key":"Set-Cookie","value":"ARRAffinity=eb8046a771af187481bd962f4b3b59093d134d8cb9f92ea86e26e730ef047fb2;Path=/;HttpOnly;Domain=dcb-cusapi-uat.azurewebsites.net:443"}],"cookie":[],"responseTime":null,"body":"{\n    \"ErrorCode\": \"0\",\n    \"ErrorDescription\": \"Successfull\",\n    \"StackTrace\": null,\n    \"Item\": {\n        \"PayeeId\": 415,\n        \"PayeeName\": \"Ali Haydar\",\n        \"PayeeEmail\": \"abbas.ayaz@payolog.com\",\n        \"IsNewPayee\": false\n    },\n    \"IsSucceeded\": true,\n    \"ErrorList\": [],\n    \"ParameterList\": []\n}"},{"id":"a8afeecd-4828-4f57-b4f7-c40ab5df81f4","name":"Create Payee with Account","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\r\n  \"Email\": \"abbas.ayaz@payolog.com\",\r\n  \"CustomerType\": \"P\",\r\n  \"FirstName\": \"Abbas\",\r\n  \"MiddleName\": \"\",\r\n  \"LastName\": \"Ayaz\",\r\n  \"CompanyName\": null,\r\n  \"TradeName\": null,\r\n  \"Address1\": \"46-851 63 St\",\r\n  \"Address2\": \"\",\r\n  \"ZipCode\": \"T7E 0A2\",\r\n  \"CountryId\": 38,\r\n  \"ProvinceId\": 663,\r\n  \"CityId\": 10126,\r\n  \"PhoneCountryId\": 38,\r\n  \"PhoneNumber\": \"5427135080\",\r\n  \"AccountInfo\": {\r\n      \"AccountNumber\": \"595520206\",\r\n      \"FinancialInstitutionId\": 46,\r\n      \"FinancialInstitutionBranchId\": 14829\r\n  }\r\n}","options":{"raw":{"language":"json"}}},"url":"https://connect.dcbankapi.ca:35344/customerintegrationapi/v1.0/ETransfer/CreatePayee"},"_postman_previewlanguage":null,"header":null,"cookie":[],"responseTime":null,"body":null}],"_postman_id":"9607beca-0df5-44ca-a9f6-aa38d8710db8"},{"name":"Update Payee","id":"b02c5795-387c-4b3b-b139-92ef71a871e7","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{token}}"}]},"isInherited":false},"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\r\n    \"PayeeId\": 0,\r\n    \"Email\": \"\",\r\n    \"CustomerType\": \"\",\r\n    \"FirstName\": \"\",\r\n    \"MiddleName\": \"\",\r\n    \"LastName\": \"\",\r\n    \"CompanyName\": \"\",\r\n    \"TradeName\": \"\",\r\n    \"Address1\": \"\",\r\n    \"Address2\": \"\",\r\n    \"ZipCode\": \"\",\r\n    \"CountryId\": 0,\r\n    \"ProvinceId\": 0,\r\n    \"CityId\": 0,\r\n    \"PhoneCountryId\": 0,\r\n    \"PhoneNumber\": \"\"\r\n}","options":{"raw":{"language":"json"}}},"url":"https://connect.dcbankapi.ca:35344/customerintegrationapi/v1.0/ETransfer/UpdatePayee","description":"<h3 id=\"description\">Description</h3>\n<p>The purpose of this API is to Update a Payee/Contact that was already previously added.</p>\n<h3 id=\"request-parameters\">Request Parameters</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Name</th>\n<th>Type</th>\n<th>Max Length</th>\n<th>Description</th>\n<th>Required/ Optional/ Conditional</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Email</td>\n<td><em>String</em></td>\n<td>-</td>\n<td>The payee email address.</td>\n<td><strong>Required</strong></td>\n</tr>\n<tr>\n<td>CustomerType</td>\n<td><em>String</em></td>\n<td>-</td>\n<td>The customer type:  <br />P - Personal  <br />C - Corporate</td>\n<td><strong>Required</strong></td>\n</tr>\n<tr>\n<td>FirstName</td>\n<td><em>String</em></td>\n<td>-</td>\n<td>The payee first name.  <br />  <br /><strong>Required</strong> if <em>CustomerType</em> is <code>P</code>.</td>\n<td>Conditional</td>\n</tr>\n<tr>\n<td>MiddleName</td>\n<td><em>String</em></td>\n<td>-</td>\n<td>The payee middle name.</td>\n<td>Optional</td>\n</tr>\n<tr>\n<td>LastName</td>\n<td><em>String</em></td>\n<td>-</td>\n<td>The payee first name.  <br />  <br /><strong>Required</strong> if <em>CustomerType</em> is <code>P</code>.</td>\n<td>Conditional</td>\n</tr>\n<tr>\n<td>CompanyName</td>\n<td><em>String</em></td>\n<td>-</td>\n<td>The company payee name.  <br />  <br /><strong>Required</strong> if <em>CustomerType</em> is <code>C</code>.</td>\n<td></td>\n</tr>\n<tr>\n<td>TradeName</td>\n<td><em>String</em></td>\n<td>-</td>\n<td>The trade payee name.  <br />  <br /><strong>Required</strong> if <em>CustomerType</em> is <code>C</code>.</td>\n<td></td>\n</tr>\n<tr>\n<td>Address1</td>\n<td><em>String</em></td>\n<td>-</td>\n<td>The payees physical address.</td>\n<td><strong>Required</strong></td>\n</tr>\n<tr>\n<td>Address2</td>\n<td><em>String</em></td>\n<td>-</td>\n<td>The payees physical address.</td>\n<td><strong>Required</strong></td>\n</tr>\n<tr>\n<td>ZipCode</td>\n<td><em>String</em></td>\n<td>-</td>\n<td>The payees zip(postal) code.</td>\n<td><strong>Required</strong></td>\n</tr>\n<tr>\n<td>CountryId</td>\n<td><em>Numeric</em></td>\n<td>-</td>\n<td>The ID of the country where the payee lives.</td>\n<td><strong>Required</strong></td>\n</tr>\n<tr>\n<td>ProvinceId</td>\n<td><em>Numeric</em></td>\n<td>-</td>\n<td>The ID of the province where the payee lives.</td>\n<td><strong>Required</strong></td>\n</tr>\n<tr>\n<td>CityId</td>\n<td><em>Numeric</em></td>\n<td>-</td>\n<td>The ID of the city where the payee lives.</td>\n<td><strong>Required</strong></td>\n</tr>\n<tr>\n<td>PhoneCountryId</td>\n<td><em>Numeric</em></td>\n<td>-</td>\n<td>The phone country code ID. <strong>1 for Canada or US.</strong></td>\n<td><strong>Required</strong></td>\n</tr>\n<tr>\n<td>PhoneNumber</td>\n<td><em>String</em></td>\n<td>Format ###-###-####</td>\n<td>The payee phone number.</td>\n<td><strong>Required</strong></td>\n</tr>\n</tbody>\n</table>\n</div><h3 id=\"response-parameters\">Response Parameters</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Name</th>\n<th>Type</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td></td>\n<td></td>\n<td></td>\n</tr>\n</tbody>\n</table>\n</div><h3 id=\"related-errors\">Related Errors</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Error Code</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>ClientCustomerPayeeE2</td>\n<td>Payee Code Cannot Be Empty</td>\n</tr>\n<tr>\n<td>ClientCustomerPayeeE3</td>\n<td>Email Cannot Be Empty</td>\n</tr>\n<tr>\n<td>ClientCustomerPayeeE4</td>\n<td>Invalid Email Address</td>\n</tr>\n<tr>\n<td>ClientCustomerPayeeE5</td>\n<td>Customer First Name Cannot Be Empty</td>\n</tr>\n<tr>\n<td>ClientCustomerPayeeE6</td>\n<td>Customer Last Name Cannot Be Empty</td>\n</tr>\n<tr>\n<td>ClientCustomerPayeeE7</td>\n<td>Customer Legal Name Cannot Be Empty</td>\n</tr>\n<tr>\n<td>ClientCustomerPayeeE8</td>\n<td>Customer Trade Name Cannot Be Empty</td>\n</tr>\n</tbody>\n</table>\n</div><h3 id=\"version\">Version</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Version Supported</th>\n<th>Date Released</th>\n<th><strong>Deprecation Date</strong></th>\n<th>End of Life Date</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>v1.0</td>\n<td>December 2019</td>\n<td>TBD</td>\n<td>TBD</td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"path":["customerintegrationapi","v1.0","ETransfer","UpdatePayee"],"host":["https://connect.dcbankapi.ca:35344"],"query":[],"variable":[]}},"response":[{"id":"d032dadd-44bf-4257-941e-24dc15f46898","name":"Success","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"","description":"(Required) "},{"key":"Authorization","value":"","description":"(Required) "}],"body":{"mode":"raw","raw":"{\n    \"Email\": \"string\",\n    \"CustomerType\": \"string\",\n    \"FirstName\": \"string\",\n    \"MiddleName\": \"string\",\n    \"LastName\": \"string\",\n    \"CompanyName\": \"string\",\n    \"TradeName\": \"string\",\n    \"Address1\": \"string\",\n    \"Address2\": \"string\",\n    \"ZipCode\": \"string\",\n    \"CountryId\": 0,\n    \"ProvinceId\": 0,\n    \"CityId\": 0,\n    \"PhoneCountryId\": 1,\n    \"PhoneNumber\": \"2345678954\"\n}"},"url":"https://connect.dcbankapi.ca:35344/customerintegrationapi/v1.0/ETransfer/UpdatePayee"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n \"ErrorCode\": \"0\",\n \"ErrorDescription\": \"successful\",\n \"StackTrace\": null,\n \"Item\": {\n  \"PayeeId\": 10954,\n  \"PayeeName\": null,\n  \"PayeeEmail\": null,\n  \"IsNewPayee\": true\n },\n \"IsSucceeded\": false,\n \"ErrorList\": [],\n \"ParameterList\": []\n}"}],"_postman_id":"b02c5795-387c-4b3b-b139-92ef71a871e7"},{"name":"Delete Payee","id":"8a682a6d-b810-4e84-8ec7-3d0d6c372f39","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{token}}"}]},"isInherited":false},"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"PayeeId\": 12425\r\n}","options":{"raw":{"language":"json"}}},"url":"https://connect.dcbankapi.ca:35344/customerintegrationapi/v1.0/ETransfer/DeletePayee","description":"<h3 id=\"description\">Description</h3>\n<p>This API allows the user to delete a payee that was previously created.</p>\n<h3 id=\"request-parameters\">Request Parameters</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Name</th>\n<th>Type</th>\n<th>Max Length</th>\n<th>Description</th>\n<th>Required/ Optional</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>PayeeId</td>\n<td><em>Numeric</em></td>\n<td>-</td>\n<td>The unique payee ID.</td>\n<td><strong>Required</strong></td>\n</tr>\n</tbody>\n</table>\n</div><h3 id=\"response-parameters\">Response Parameters</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Name</th>\n<th>Type</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td></td>\n<td></td>\n<td></td>\n</tr>\n</tbody>\n</table>\n</div><h3 id=\"related-errors\">Related Errors</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Error Code</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td></td>\n<td></td>\n</tr>\n</tbody>\n</table>\n</div><h3 id=\"version\">Version</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Version Supported</th>\n<th>Date Released</th>\n<th><strong>Deprecation Date</strong></th>\n<th>End of Life Date</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>v1.0</td>\n<td>December 2019</td>\n<td>TBD</td>\n<td>TBD</td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"path":["customerintegrationapi","v1.0","ETransfer","DeletePayee"],"host":["https://connect.dcbankapi.ca:35344"],"query":[],"variable":[]}},"response":[],"_postman_id":"8a682a6d-b810-4e84-8ec7-3d0d6c372f39"},{"name":"Get Payee List","id":"a1a28a4b-8708-47e4-8911-19284e58a2ab","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{token}}"}]},"isInherited":false},"method":"GET","header":[{"key":"Content-Type","value":"","description":"<p>(Required) </p>\n"},{"key":"Authorization","value":"","description":"<p>(Required) </p>\n"}],"url":"https://connect.dcbankapi.ca:35344/customerintegrationapi/v1.0/ETransfer/GetPayeeList","description":"<h3 id=\"description\">Description</h3>\n<p>The purpose of this API is to Get All Payees saved as a template to contacts.</p>\n<h3 id=\"request-parameters\">Request Parameters</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Name</th>\n<th>Type</th>\n<th>Max Length</th>\n<th>Description</th>\n<th>Required/ Optional</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td></td>\n<td></td>\n<td></td>\n<td></td>\n<td></td>\n</tr>\n</tbody>\n</table>\n</div><h3 id=\"response-parameters\">Response Parameters</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Name</th>\n<th>Type</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td></td>\n<td></td>\n<td></td>\n</tr>\n</tbody>\n</table>\n</div><h3 id=\"related-errors\">Related Errors</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Error Code</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td></td>\n<td></td>\n</tr>\n</tbody>\n</table>\n</div><h3 id=\"version\">Version</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Version Supported</th>\n<th>Date Released</th>\n<th><strong>Deprecation Date</strong></th>\n<th>End of Life Date</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>v1.0</td>\n<td>December 2019</td>\n<td>TBD</td>\n<td>TBD</td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"path":["customerintegrationapi","v1.0","ETransfer","GetPayeeList"],"host":["https://connect.dcbankapi.ca:35344"],"query":[],"variable":[]}},"response":[{"id":"4331f4bd-61ac-4acb-8776-007a30d2af0b","name":"Get Payee List","originalRequest":{"method":"GET","header":[{"key":"Content-Type","value":"","description":"(Required) "},{"key":"Authorization","value":"","description":"(Required) "}],"url":"https://connect.dcbankapi.ca:35344/customerintegrationapi/v1.0/ETransfer/GetPayeeList"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Thu, 14 May 2020 23:47:18 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"415"},{"key":"Connection","value":"keep-alive"},{"key":"Content-Encoding","value":"br"},{"key":"Vary","value":"Accept-Encoding"},{"key":"Server","value":"nginx/1.15.10"},{"key":"X-Powered-By","value":"ASP.NET"},{"key":"Set-Cookie","value":"ARRAffinity=eb8046a771af187481bd962f4b3b59093d134d8cb9f92ea86e26e730ef047fb2;Path=/;HttpOnly;Domain=dcb-cusapi-uat.azurewebsites.net:443"}],"cookie":[],"responseTime":null,"body":"{\n    \"ErrorCode\": \"0\",\n    \"ErrorDescription\": \"Successfull\",\n    \"StackTrace\": null,\n    \"Item\": [\n        {\n            \"AliasName\": \"Abbas Ayaz\",\n            \"Email\": \"ayazabbasartifex@gmail.com\",\n            \"Id\": 413,\n            \"FirstName\": \"Abbas\",\n            \"LastName\": \"Ayaz\",\n            \"ClientType\": {\n                \"ParameterCode\": \"ClientType\",\n                \"ParameterValue\": \"P\",\n                \"ParameterValue2\": \"C\",\n                \"ParameterValue3\": \"D\",\n                \"ParameterValue4\": \"1\",\n                \"ParameterValue5\": null,\n                \"ParameterValue6\": null,\n                \"ParameterDesc\": \"Individual\",\n                \"Id\": 8011,\n                \"IsRecordValid\": true,\n                \"RecordVersion\": 1,\n                \"InsertDateTime\": \"2018-10-22T00:00:00\",\n                \"InsertUserId\": null,\n                \"InsertUser\": \"selami\",\n                \"UpdateDateTime\": null,\n                \"UpdateUser\": null,\n                \"UpdateUserId\": null,\n                \"ShadowInsertUserId\": null,\n                \"ShadowUpdateUserId\": null\n            }\n        },\n        {\n            \"AliasName\": \"Ali Haydar\",\n            \"Email\": \"abbas.ayaz@payolog.com\",\n            \"Id\": 415,\n            \"FirstName\": \"Abbas\",\n            \"LastName\": \"Ayaz\",\n            \"ClientType\": {\n                \"ParameterCode\": \"ClientType\",\n                \"ParameterValue\": \"P\",\n                \"ParameterValue2\": \"C\",\n                \"ParameterValue3\": \"D\",\n                \"ParameterValue4\": \"1\",\n                \"ParameterValue5\": null,\n                \"ParameterValue6\": null,\n                \"ParameterDesc\": \"Individual\",\n                \"Id\": 8011,\n                \"IsRecordValid\": true,\n                \"RecordVersion\": 1,\n                \"InsertDateTime\": \"2018-10-22T00:00:00\",\n                \"InsertUserId\": null,\n                \"InsertUser\": \"selami\",\n                \"UpdateDateTime\": null,\n                \"UpdateUser\": null,\n                \"UpdateUserId\": null,\n                \"ShadowInsertUserId\": null,\n                \"ShadowUpdateUserId\": null\n            }\n        }\n    ],\n    \"IsSucceeded\": true,\n    \"ErrorList\": [],\n    \"ParameterList\": []\n}"}],"_postman_id":"a1a28a4b-8708-47e4-8911-19284e58a2ab"},{"name":"Create Money Send","id":"c11453ab-c3d9-4611-a308-b13239a3a7ed","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{token}}"}]},"isInherited":false},"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"PayeeId\": 77033,\r\n    \"TransactionAmount\": 9,\r\n    \"SecurityQuestion\": \"Hello\",\r\n    \"SecurityQuestionAnswer\": \"esdfsdf\",\r\n    \"Description\": null,\r\n    \"NotificationType\": 0,\r\n    \"AccountId\": 76117,\r\n}","options":{"raw":{"language":"json"}}},"url":"https://connect.dcbankapi.ca:35344/customerintegrationapi/v1.0/ETransfer/CreateMoneySend","description":"<h3 id=\"description\">Description</h3>\n<p>The purpose of this API is to create a money send transaction.</p>\n<h3 id=\"request-parameters\">Request Parameters</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Name</th>\n<th>Type</th>\n<th><strong>Max Length</strong></th>\n<th>Description</th>\n<th>Required/ Optional/ Conditional</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>AccountId</td>\n<td><em>Integer</em></td>\n<td>-</td>\n<td>The unique account ID.</td>\n<td>Optional</td>\n</tr>\n<tr>\n<td>PayeeId</td>\n<td><em>Integer</em></td>\n<td>-</td>\n<td>The ID of the payee where funds are intended to land.</td>\n<td><strong>Required</strong></td>\n</tr>\n<tr>\n<td>TransactionAmount</td>\n<td><em>Decimal</em></td>\n<td>-</td>\n<td>The amount of the transaction.</td>\n<td><strong>Required</strong></td>\n</tr>\n<tr>\n<td>SecurityQuestion</td>\n<td><em>String</em></td>\n<td>40</td>\n<td>Indicates Security Question.  <br />Allows all special characters.  <br />  <br /><strong>Required</strong> if <em>Transaction Type Code</em> is <code>C</code> and <code>no DDR</code>.</td>\n<td>Conditional</td>\n</tr>\n<tr>\n<td>SecurityQuestionAnswer</td>\n<td><em>String</em></td>\n<td>-</td>\n<td>Indicates the Answer of Security Question.  <br />Allows letters, digits, hyphens and French characters.  <br />  <br /><strong>Required</strong> if <em>Security Question</em> is selected.</td>\n<td>Conditional</td>\n</tr>\n<tr>\n<td>Description</td>\n<td><em>String</em></td>\n<td>-</td>\n<td>A description of the transaction.</td>\n<td></td>\n</tr>\n<tr>\n<td>NotificationType</td>\n<td><em>Integer</em></td>\n<td>1</td>\n<td>Notification type:  <br /><code>0</code> - Email (default)  <br /><code>1</code> - SMS</td>\n<td>Optional</td>\n</tr>\n</tbody>\n</table>\n</div><h3 id=\"response-parameters\">Response Parameters</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Name</th>\n<th>Type</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>TransactionId</td>\n<td><em>Numeric</em></td>\n<td>the unique transaction ID.</td>\n</tr>\n<tr>\n<td>TransactionReferenceNumber</td>\n<td><em>Numeric</em></td>\n<td>The unique transaction reference number.</td>\n</tr>\n</tbody>\n</table>\n</div><h3 id=\"related-errors\">Related Errors</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Error Code</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td></td>\n<td></td>\n</tr>\n</tbody>\n</table>\n</div><h3 id=\"version\">Version</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Version Supported</th>\n<th>Date Released</th>\n<th><strong>Deprecation Date</strong></th>\n<th>End of Life Date</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>v1.0</td>\n<td>December 2019</td>\n<td>TBD</td>\n<td>TBD</td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"path":["customerintegrationapi","v1.0","ETransfer","CreateMoneySend"],"host":["https://connect.dcbankapi.ca:35344"],"query":[],"variable":[]}},"response":[{"id":"a57a5088-2f94-43fe-9ae4-5224f51bc8b2","name":"Create Money Send","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n  \"AccountId\": 0,\r\n  \"PayeeId\": 415,\r\n  \"TransactionAmount\": 8.89,\r\n  \"SecurityQuestion\": \"What is your favorite book?\",\r\n  \"SecurityQuestionAnswer\": \"1984\",\r\n  \"Description\": \"Test Money Send\",\r\n  \"NotificationType\": 0\r\n}","options":{"raw":{"language":"json"}}},"url":"https://connect.dcbankapi.ca:35344/customerintegrationapi/v1.0/ETransfer/CreateMoneySend"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Thu, 14 May 2020 23:52:15 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"261"},{"key":"Connection","value":"keep-alive"},{"key":"Content-Encoding","value":"gzip"},{"key":"Vary","value":"Accept-Encoding"},{"key":"Server","value":"nginx/1.15.10"},{"key":"X-Powered-By","value":"ASP.NET"},{"key":"Set-Cookie","value":"ARRAffinity=eb8046a771af187481bd962f4b3b59093d134d8cb9f92ea86e26e730ef047fb2;Path=/;HttpOnly;Domain=dcb-cusapi-uat.azurewebsites.net:443"}],"cookie":[],"responseTime":null,"body":"{\n    \"ErrorCode\": \"0\",\n    \"ErrorDescription\": \"Success\",\n    \"StackTrace\": null,\n    \"Item\": {\n        \"TransactionId\": 105371,\n        \"TransactionReferenceNumber\": 100000000125290332\n    },\n    \"IsSucceeded\": true,\n    \"ErrorList\": [],\n    \"ParameterList\": []\n}"}],"_postman_id":"c11453ab-c3d9-4611-a308-b13239a3a7ed"},{"name":"Create Money Send With Free Fee","id":"0435b48e-e3b9-4818-b8e3-169c4aeffd12","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{token}}"}]},"isInherited":false},"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"PayeeId\": 266409,\r\n    \"TransactionAmount\": 0.01,\r\n    \"SecurityQuestion\": \"Hello\",\r\n    \"SecurityQuestionAnswer\": \"esdfsdf\",\r\n    \"Description\": \"Hamburger\",\r\n    \"NotificationType\": 0,\r\n    \"AccountId\": 139154\r\n}","options":{"raw":{"language":"json"}}},"url":"https://connect.dcbankapi.ca:35344/customerintegrationapi/v1.0/ETransfer/CreateFeeFreeDeferredTransaction","description":"<h3 id=\"description\">Description</h3>\n<p>The purpose of this API is to create a money send transaction.</p>\n<h3 id=\"request-parameters\">Request Parameters</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Name</th>\n<th>Type</th>\n<th><strong>Max Length</strong></th>\n<th>Description</th>\n<th>Required/ Optional/ Conditional</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>AccountId</td>\n<td><em>Integer</em></td>\n<td>-</td>\n<td>The unique account ID.</td>\n<td>Optional</td>\n</tr>\n<tr>\n<td>PayeeId</td>\n<td><em>Integer</em></td>\n<td>-</td>\n<td>The ID of the payee where funds are intended to land.</td>\n<td><strong>Required</strong></td>\n</tr>\n<tr>\n<td>TransactionAmount</td>\n<td><em>Decimal</em></td>\n<td>-</td>\n<td>The amount of the transaction.</td>\n<td><strong>Required</strong></td>\n</tr>\n<tr>\n<td>SecurityQuestion</td>\n<td><em>String</em></td>\n<td>40</td>\n<td>Indicates Security Question.  <br />Allows all special characters.  <br />  <br /><strong>Required</strong> if <em>Transaction Type Code</em> is <code>C</code> and <code>no DDR</code>.</td>\n<td>Conditional</td>\n</tr>\n<tr>\n<td>SecurityQuestionAnswer</td>\n<td><em>String</em></td>\n<td>-</td>\n<td>Indicates the Answer of Security Question.  <br />Allows letters, digits, hyphens and French characters.  <br />  <br /><strong>Required</strong> if <em>Security Question</em> is selected.</td>\n<td>Conditional</td>\n</tr>\n<tr>\n<td>Description</td>\n<td><em>String</em></td>\n<td>-</td>\n<td>A description of the transaction.</td>\n<td></td>\n</tr>\n<tr>\n<td>NotificationType</td>\n<td><em>Integer</em></td>\n<td>1</td>\n<td>Notification type:  <br /><code>0</code> - Email (default)  <br /><code>1</code> - SMS</td>\n<td>Optional</td>\n</tr>\n</tbody>\n</table>\n</div><h3 id=\"response-parameters\">Response Parameters</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Name</th>\n<th>Type</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>TransactionId</td>\n<td><em>Numeric</em></td>\n<td>the unique transaction ID.</td>\n</tr>\n<tr>\n<td>TransactionReferenceNumber</td>\n<td><em>Numeric</em></td>\n<td>The unique transaction reference number.</td>\n</tr>\n</tbody>\n</table>\n</div><h3 id=\"related-errors\">Related Errors</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Error Code</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td></td>\n<td></td>\n</tr>\n</tbody>\n</table>\n</div><h3 id=\"version\">Version</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Version Supported</th>\n<th>Date Released</th>\n<th><strong>Deprecation Date</strong></th>\n<th>End of Life Date</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>v1.0</td>\n<td>December 2019</td>\n<td>TBD</td>\n<td>TBD</td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"path":["customerintegrationapi","v1.0","ETransfer","CreateFeeFreeDeferredTransaction"],"host":["https://connect.dcbankapi.ca:35344"],"query":[],"variable":[]}},"response":[{"id":"1da72a64-8c2d-4c7a-afde-1263609a2b35","name":"Create Money Send","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n  \"AccountId\": 0,\r\n  \"PayeeId\": 415,\r\n  \"TransactionAmount\": 8.89,\r\n  \"SecurityQuestion\": \"What is your favorite book?\",\r\n  \"SecurityQuestionAnswer\": \"1984\",\r\n  \"Description\": \"Test Money Send\",\r\n  \"NotificationType\": 0\r\n}","options":{"raw":{"language":"json"}}},"url":"https://connect.dcbankapi.ca:35344/customerintegrationapi/v1.0/ETransfer/CreateMoneySend"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Thu, 14 May 2020 23:52:15 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"261"},{"key":"Connection","value":"keep-alive"},{"key":"Content-Encoding","value":"gzip"},{"key":"Vary","value":"Accept-Encoding"},{"key":"Server","value":"nginx/1.15.10"},{"key":"X-Powered-By","value":"ASP.NET"},{"key":"Set-Cookie","value":"ARRAffinity=eb8046a771af187481bd962f4b3b59093d134d8cb9f92ea86e26e730ef047fb2;Path=/;HttpOnly;Domain=dcb-cusapi-uat.azurewebsites.net:443"}],"cookie":[],"responseTime":null,"body":"{\n    \"ErrorCode\": \"0\",\n    \"ErrorDescription\": \"Success\",\n    \"StackTrace\": null,\n    \"Item\": {\n        \"TransactionId\": 105371,\n        \"TransactionReferenceNumber\": 100000000125290332\n    },\n    \"IsSucceeded\": true,\n    \"ErrorList\": [],\n    \"ParameterList\": []\n}"}],"_postman_id":"0435b48e-e3b9-4818-b8e3-169c4aeffd12"},{"name":"Create Money Send With Card","id":"6f430ab6-7d0e-4c4f-a7a5-0c080e3b93d4","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{token}}"}]},"isInherited":false},"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"PayeeId\": 77033,\r\n    \"TransactionAmount\": 9,\r\n    \"SecurityQuestion\": \"Hello\",\r\n    \"SecurityQuestionAnswer\": \"esdfsdf\",\r\n    \"Description\": null,\r\n    \"NotificationType\": 0,\r\n    \"AccountId\": 76117\r\n}","options":{"raw":{"language":"json"}}},"url":"https://connect.dcbankapi.ca:35344/customerintegrationapi/v1.0/ETransfer/CreateCardMoneySend","description":"<h3 id=\"description\">Description</h3>\n<p>The purpose of this API is to Create Money Send with a card.</p>\n<h3 id=\"request-parameters\">Request Parameters</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Name</th>\n<th>Type</th>\n<th><strong>Max Length</strong></th>\n<th>Description</th>\n<th>Required/ Optional/ Conditional</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>PayeeId</td>\n<td><em>Numeric</em></td>\n<td>-</td>\n<td>The unique ID of the payee.</td>\n<td><strong>Required</strong></td>\n</tr>\n<tr>\n<td>TransactionAmount</td>\n<td><em>Decimal</em></td>\n<td>-</td>\n<td>The amount of the transaction.</td>\n<td><strong>Required</strong></td>\n</tr>\n<tr>\n<td>SecurityQuestion</td>\n<td><em>String</em></td>\n<td>40</td>\n<td>Indicates Security Question, allowing all special characters.  <br />  <br /><strong>Required</strong> if <em>Transaction Type Code</em> is <code>C</code> and no DDR.</td>\n<td>Conditonal</td>\n</tr>\n<tr>\n<td>SecurityQuestionAnswer</td>\n<td><em>String</em></td>\n<td>-</td>\n<td>Indicates the Answer of Security Question and allows letters, digits, hyphens and French characters.  <br />  <br /><strong>Required</strong> if <em>Security Question</em> is selected.</td>\n<td>Conditional</td>\n</tr>\n<tr>\n<td>Description</td>\n<td><em>String</em></td>\n<td>-</td>\n<td>The description of/ reason for the transaction.</td>\n<td>Optional</td>\n</tr>\n<tr>\n<td>NotificationType</td>\n<td><em>Numeric</em></td>\n<td>1</td>\n<td>The notification type selected:  <br /><code>0</code> Email (default)  <br /><code>1</code> SMS</td>\n<td>Optional</td>\n</tr>\n<tr>\n<td>AccountId</td>\n<td><em>Numeric</em></td>\n<td>-</td>\n<td>The ID of the account.</td>\n<td><strong>Required</strong></td>\n</tr>\n</tbody>\n</table>\n</div><h3 id=\"response-parameters\">Response Parameters</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Name</th>\n<th>Type</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td></td>\n<td></td>\n<td></td>\n</tr>\n</tbody>\n</table>\n</div><h3 id=\"related-errors\">Related Errors</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Error Code</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td></td>\n<td></td>\n</tr>\n</tbody>\n</table>\n</div><h3 id=\"version\">Version</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Version Supported</th>\n<th>Date Released</th>\n<th><strong>Deprecation Date</strong></th>\n<th>End of Life Date</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>v1.0</td>\n<td>December 2019</td>\n<td>TBD</td>\n<td>TBD</td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"path":["customerintegrationapi","v1.0","ETransfer","CreateCardMoneySend"],"host":["https://connect.dcbankapi.ca:35344"],"query":[],"variable":[]}},"response":[],"_postman_id":"6f430ab6-7d0e-4c4f-a7a5-0c080e3b93d4"},{"name":"Remind Money Send","id":"2e13221a-cf09-4d19-9063-d664d02767c4","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{token}}"}]},"isInherited":false},"method":"POST","header":[],"body":{"mode":"raw","raw":"100000000125318715","options":{"raw":{"language":"json"}}},"url":"https://connect.dcbankapi.ca:35344/customerintegrationapi/v1.0/ETransfer/RemindTransfer","description":"<h3 id=\"description\">Description</h3>\n<p>This API will have Interac resend the recipient an email reminding them of their e-transfer.</p>\n<p>The user is required to supply the transfer reference number as a numerical value.</p>\n<h3 id=\"request-parameters\">Request Parameters</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Name</th>\n<th>Type</th>\n<th>Max Length</th>\n<th>Description</th>\n<th>Required/ Optional</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>ReferenceNumber</td>\n<td><em>Numeric</em></td>\n<td>-</td>\n<td>The unique reference number of the transfer.</td>\n<td><strong>Required</strong></td>\n</tr>\n</tbody>\n</table>\n</div><h3 id=\"response-parameters\">Response Parameters</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Name</th>\n<th>Type</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td></td>\n<td></td>\n<td></td>\n</tr>\n</tbody>\n</table>\n</div><h3 id=\"related-errors\">Related Errors</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Error Code</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td></td>\n<td></td>\n</tr>\n</tbody>\n</table>\n</div><h3 id=\"version\">Version</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Version Supported</th>\n<th>Date Released</th>\n<th><strong>Deprecation Date</strong></th>\n<th>End of Life Date</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>v1.0</td>\n<td>December 2019</td>\n<td>TBD</td>\n<td>TBD</td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"path":["customerintegrationapi","v1.0","ETransfer","RemindTransfer"],"host":["https://connect.dcbankapi.ca:35344"],"query":[],"variable":[]}},"response":[],"_postman_id":"2e13221a-cf09-4d19-9063-d664d02767c4"},{"name":"Cancel Money Send","id":"f60ae1ce-cca7-4cd7-b9cd-922048491b3c","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{token}}"}]},"isInherited":false},"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"UniqueReferenceNumber\": \"100000000125318715\",\r\n    \"CancellationReason\": \"No longer needed\"\r\n}","options":{"raw":{"language":"json"}}},"url":"https://connect.dcbankapi.ca:35344/customerintegrationapi/v1.0/ETransfer/CancelETransferMoneySend","description":"<h3 id=\"description\">Description</h3>\n<p>This API allows the user to cancel a Send Money e-Transfer.</p>\n<h3 id=\"request-parameters\">Request Parameters</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Name</th>\n<th>Type</th>\n<th>Max Length</th>\n<th>Description</th>\n<th>Required/ Optional</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>UniqueReferenceNumber</td>\n<td><em>Numeric</em></td>\n<td>-</td>\n<td>The transaction reference number.</td>\n<td><strong>Requried</strong></td>\n</tr>\n<tr>\n<td>CancellationReason</td>\n<td><em>String</em></td>\n<td>-</td>\n<td>The reason for cancelling the transfer.</td>\n<td>Optional</td>\n</tr>\n</tbody>\n</table>\n</div><h3 id=\"response-parameters\">Response Parameters</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Name</th>\n<th>Type</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td></td>\n<td></td>\n<td></td>\n</tr>\n</tbody>\n</table>\n</div><h3 id=\"related-errors\">Related Errors</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Error Code</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td></td>\n<td></td>\n</tr>\n</tbody>\n</table>\n</div><h3 id=\"version\">Version</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Version Supported</th>\n<th>Date Released</th>\n<th><strong>Deprecation Date</strong></th>\n<th>End of Life Date</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>v1.0</td>\n<td>December 2019</td>\n<td>TBD</td>\n<td>TBD</td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"path":["customerintegrationapi","v1.0","ETransfer","CancelETransferMoneySend"],"host":["https://connect.dcbankapi.ca:35344"],"query":[],"variable":[]}},"response":[],"_postman_id":"f60ae1ce-cca7-4cd7-b9cd-922048491b3c"},{"name":"Create Money Request","id":"11c97f4e-a327-455a-a9c7-8d0a22944777","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{token}}"}]},"isInherited":false},"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"PayeeId\": 77031,\r\n    \"TransactionAmount\": 3,\r\n    \"SecurityQuestion\": \"Hello\",\r\n    \"SecurityQuestionAnswer\": \"bye\",\r\n    \"Description\": null,\r\n    \"NotificationType\": 0,\r\n    \"AccountId\": 24015,\r\n    \"PaymentType\": \"AccountDeposit\"\r\n}","options":{"raw":{"language":"json"}}},"url":"https://connect.dcbankapi.ca:35344/customerintegrationapi/v1.0/ETransfer/CreateMoneyRequest","description":"<h3 id=\"description\">Description</h3>\n<p>This API allows the user to create a money request.</p>\n<h3 id=\"request-parameters\">Request Parameters</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Name</th>\n<th>Type</th>\n<th>Max Length</th>\n<th>Description</th>\n<th>Required/ Optional/ Conditional</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>PayeeId</td>\n<td><em>Numeric</em></td>\n<td>-</td>\n<td>The payee unique ID.  <br />This value can be obtained using the <strong>Get Payee List</strong> API.</td>\n<td><strong>Required</strong></td>\n</tr>\n<tr>\n<td>TransactionAmount</td>\n<td><em>Decimal</em></td>\n<td>-</td>\n<td>The amount of the request.</td>\n<td><strong>Required</strong></td>\n</tr>\n<tr>\n<td>SecurityQuestion</td>\n<td><em>String</em></td>\n<td>-</td>\n<td>Indicates Security Question, allowing all special characters.  <br />  <br /><strong>Required</strong> if <em>Transaction Type Code</em> is <code>C</code> and no DDR.</td>\n<td>Conditional</td>\n</tr>\n<tr>\n<td>SecurityQuestionAnswer</td>\n<td><em>String</em></td>\n<td>-</td>\n<td>Indicates the Answer of Security Question and allows letters, digits, hyphens and French characters.  <br />  <br /><strong>Required</strong> if <em>Security Question</em> is selected.</td>\n<td>Conditional</td>\n</tr>\n<tr>\n<td>Description</td>\n<td><em>String</em></td>\n<td>-</td>\n<td>A description of/ reason for the transaction.</td>\n<td>Optional</td>\n</tr>\n<tr>\n<td>NotificationType</td>\n<td><em>Numeric</em></td>\n<td>-</td>\n<td>The notification type selected:  <br /><code>0</code> Email (default)  <br /><code>1</code> SMS</td>\n<td><strong>Required</strong></td>\n</tr>\n<tr>\n<td>AccountId</td>\n<td><em>Numeric</em></td>\n<td>-</td>\n<td>The unique account ID.</td>\n<td>Optional</td>\n</tr>\n<tr>\n<td>PaymentType</td>\n<td><em>String</em></td>\n<td>-</td>\n<td>The type of payment.</td>\n<td>Optional</td>\n</tr>\n</tbody>\n</table>\n</div><h3 id=\"response-parameters\">Response Parameters</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Name</th>\n<th>Type</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>TransactionId</td>\n<td><em>Numeric</em></td>\n<td>The transactions unique identifier.</td>\n</tr>\n<tr>\n<td>TransactionReferenceNumber</td>\n<td><em>Numeric</em></td>\n<td>The transactions unique reference number.</td>\n</tr>\n</tbody>\n</table>\n</div><h3 id=\"related-errors\">Related Errors</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Error Code</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td></td>\n<td></td>\n</tr>\n</tbody>\n</table>\n</div><h3 id=\"version\">Version</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Version Supported</th>\n<th>Date Released</th>\n<th><strong>Deprecation Date</strong></th>\n<th>End of Life Date</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>v1.0</td>\n<td>December 2019</td>\n<td>TBD</td>\n<td>TBD</td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"path":["customerintegrationapi","v1.0","ETransfer","CreateMoneyRequest"],"host":["https://connect.dcbankapi.ca:35344"],"query":[],"variable":[]}},"response":[{"id":"1ebbc921-b0ab-4fba-83d1-b1ffd26de6af","name":"Create Money Request","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n  \"PayeeId\": 415,\r\n  \"TransactionAmount\": 2.78,\r\n  \"Description\": \"Test Money Request\",\r\n  \"NotificationType\": 0\r\n}","options":{"raw":{"language":"json"}}},"url":"https://connect.dcbankapi.ca:35344/customerintegrationapi/v1.0/ETransfer/CreateMoneyRequest"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Thu, 14 May 2020 23:58:26 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"261"},{"key":"Connection","value":"keep-alive"},{"key":"Content-Encoding","value":"gzip"},{"key":"Vary","value":"Accept-Encoding"},{"key":"Server","value":"nginx/1.15.10"},{"key":"X-Powered-By","value":"ASP.NET"},{"key":"Set-Cookie","value":"ARRAffinity=eb8046a771af187481bd962f4b3b59093d134d8cb9f92ea86e26e730ef047fb2;Path=/;HttpOnly;Domain=dcb-cusapi-uat.azurewebsites.net:443"}],"cookie":[],"responseTime":null,"body":"{\n    \"ErrorCode\": \"0\",\n    \"ErrorDescription\": \"Success\",\n    \"StackTrace\": null,\n    \"Item\": {\n        \"TransactionId\": 105373,\n        \"TransactionReferenceNumber\": 100000000125290336\n    },\n    \"IsSucceeded\": true,\n    \"ErrorList\": [],\n    \"ParameterList\": []\n}"}],"_postman_id":"11c97f4e-a327-455a-a9c7-8d0a22944777"},{"name":"Remind Money Request","id":"15e38f47-02c2-42b1-9b61-5054458a7119","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{token}}"}]},"isInherited":false},"method":"POST","header":[],"body":{"mode":"raw","raw":"100000000125317825","options":{"raw":{"language":"json"}}},"url":"https://connect.dcbankapi.ca:35344/customerintegrationapi/v1.0/ETransfer/RemindRequest","description":"<h3 id=\"description\">Description</h3>\n<p>This API has Interac resend the recipient an email reminding them of their e-transfer.</p>\n<h3 id=\"request-parameters\">Request Parameters</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Name</th>\n<th>Type</th>\n<th>Max Length</th>\n<th>Description</th>\n<th>Required/ Optional</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>ReferenceNumber</td>\n<td><em>Numeric</em></td>\n<td>-</td>\n<td>The transactions unique reference number.</td>\n<td><strong>Required</strong></td>\n</tr>\n</tbody>\n</table>\n</div><h3 id=\"response-parameters\">Response Parameters</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Name</th>\n<th>Type</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td></td>\n<td></td>\n<td></td>\n</tr>\n</tbody>\n</table>\n</div><h3 id=\"related-errors\">Related Errors</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Error Code</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td></td>\n<td></td>\n</tr>\n</tbody>\n</table>\n</div><h3 id=\"version\">Version</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Version Supported</th>\n<th>Date Released</th>\n<th><strong>Deprecation Date</strong></th>\n<th>End of Life Date</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>v1.0</td>\n<td>December 2019</td>\n<td>TBD</td>\n<td>TBD</td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"path":["customerintegrationapi","v1.0","ETransfer","RemindRequest"],"host":["https://connect.dcbankapi.ca:35344"],"query":[],"variable":[]}},"response":[],"_postman_id":"15e38f47-02c2-42b1-9b61-5054458a7119"},{"name":"Cancel Money Request","id":"0c85539c-de1f-478c-8e98-89e687d458db","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{token}}"}]},"isInherited":false},"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"UniqueReferenceNumber\": \"\",\r\n    \"CancellationReason\": \"\"\r\n}","options":{"raw":{"language":"json"}}},"url":"https://connect.dcbankapi.ca:35344/customerintegrationapi/v1.0/ETransfer/CancelETransferMoneyRequest","description":"<h3 id=\"description\">Description</h3>\n<p>This API allows a user to cancel a Request Money e-Transfer.</p>\n<h3 id=\"request-parameters\">Request Parameters</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Name</th>\n<th>Type</th>\n<th>Max Length</th>\n<th>Description</th>\n<th>Required/ Optional</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>UniqueReferenceNumber</td>\n<td><em>Numeric</em></td>\n<td>-</td>\n<td>The transaction reference number.</td>\n<td><strong>Requried</strong></td>\n</tr>\n<tr>\n<td>CancellationReason</td>\n<td><em>String</em></td>\n<td>-</td>\n<td>The reason for cancelling the transfer.</td>\n<td>Optional</td>\n</tr>\n</tbody>\n</table>\n</div><h3 id=\"response-parameters\">Response Parameters</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Name</th>\n<th>Type</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td></td>\n<td></td>\n<td></td>\n</tr>\n</tbody>\n</table>\n</div><h3 id=\"related-errors\">Related Errors</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Error Code</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td></td>\n<td></td>\n</tr>\n</tbody>\n</table>\n</div><h3 id=\"version\">Version</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Version Supported</th>\n<th>Date Released</th>\n<th><strong>Deprecation Date</strong></th>\n<th>End of Life Date</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>v1.0</td>\n<td>December 2019</td>\n<td>TBD</td>\n<td>TBD</td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"path":["customerintegrationapi","v1.0","ETransfer","CancelETransferMoneyRequest"],"host":["https://connect.dcbankapi.ca:35344"],"query":[],"variable":[]}},"response":[],"_postman_id":"0c85539c-de1f-478c-8e98-89e687d458db"},{"name":"Payee Adr Status","id":"f72f7dd4-4396-4385-a414-8ff1a68df43b","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{token}}"}]},"isInherited":false},"method":"POST","header":[{"key":"Authorization","value":"","description":"<p>(Required) </p>\n"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\r\n  \"PayeeId\": 413\r\n}","options":{"raw":{"language":"json"}}},"url":"https://connect.dcbankapi.ca:35344/customerintegrationapi/v1.0/ETransfer/IsPayeeHaveDdr","description":"<h3 id=\"description\">Description</h3>\n<p>The purpose of this API is to search if the payee has DDR.</p>\n<h3 id=\"request-parameters\">Request Parameters</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Name</th>\n<th>Type</th>\n<th>Max Length</th>\n<th>Description</th>\n<th>Required/ Optional</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>PayeeId</td>\n<td><em>Numeric</em></td>\n<td>-</td>\n<td>The unique Payee ID.  <br />This value can be obtained using the <strong>Get Payee List</strong> API.</td>\n<td><strong>Required</strong></td>\n</tr>\n</tbody>\n</table>\n</div><h3 id=\"response-parameters\">Response Parameters</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Name</th>\n<th>Type</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td></td>\n<td></td>\n<td></td>\n</tr>\n</tbody>\n</table>\n</div><h3 id=\"related-errors\">Related Errors</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Error Code</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td></td>\n<td></td>\n</tr>\n</tbody>\n</table>\n</div><h3 id=\"version\">Version</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Version Supported</th>\n<th>Date Released</th>\n<th><strong>Deprecation Date</strong></th>\n<th>End of Life Date</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>v1.0</td>\n<td>December 2019</td>\n<td>TBD</td>\n<td>TBD</td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"path":["customerintegrationapi","v1.0","ETransfer","IsPayeeHaveDdr"],"host":["https://connect.dcbankapi.ca:35344"],"query":[],"variable":[]}},"response":[],"_postman_id":"f72f7dd4-4396-4385-a414-8ff1a68df43b"},{"name":"Get Outgoing Transfers","id":"abf9260c-4dbc-492b-9d07-d6b5e5013c36","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{token}}"}]},"isInherited":false},"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"PageSize\": 3\r\n}","options":{"raw":{"language":"json"}}},"url":"https://connect.dcbankapi.ca:35344/customerintegrationapi/v1.0/ETransfer/SearchOutgoingTransfers","description":"<h3 id=\"description\">Description</h3>\n<p>This API retrieves a list of outgoing e-transfers and their status'. Transactions are sorted by their <em>Transaction Date</em> in descending order.</p>\n<h3 id=\"request-parameters\">Request Parameters</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Name</th>\n<th>Type</th>\n<th>Max Length</th>\n<th>Description</th>\n<th>Required/ Optional</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>TransactionId</td>\n<td><em>Numeric</em></td>\n<td>-</td>\n<td>ID value of the transaction to retreive.</td>\n<td>Optional</td>\n</tr>\n<tr>\n<td>TransactionReferenceNumber</td>\n<td><em>String</em></td>\n<td>-</td>\n<td>Reference number of transaction to retrieve.</td>\n<td>Optional</td>\n</tr>\n<tr>\n<td>TransactionTypeCode</td>\n<td><em>String</em></td>\n<td>1</td>\n<td>The transaction type codes:  <br /><code>C</code> Money Send  <br /><code>D</code> Money Request</td>\n<td>Optional</td>\n</tr>\n<tr>\n<td>TransactionStatusCode</td>\n<td><em>String</em></td>\n<td>2</td>\n<td>The current transaction status:  <br /><code>P</code> Pending  <br /><code>S</code> Sent  <br /><code>IC</code> Incoming  <br /><code>E</code> Error  <br /><code>Y</code> Settled  <br /><code>R</code> Return  <br /><code>RS</code> Resend  <br /><code>RJ</code> Rejected  <br /><code>C</code> Completed  <br /><code>V</code> Cancelled  <br /><code>U</code> Unapproved  <br /><code>T</code> Traced  <br /><code>RD</code> Ready To Send  <br /><code>DF</code> Deferred  <br /><code>BL</code> Blocked by Limit Control  <br /><code>IB</code> Insfficient Balance</td>\n<td>Optional</td>\n</tr>\n<tr>\n<td>InteracReferenceNumber</td>\n<td><em>String</em></td>\n<td>-</td>\n<td>The CA reference number supplied by Interac transaction to retreive.</td>\n<td>Optional</td>\n</tr>\n<tr>\n<td>PageSize</td>\n<td><em>Numeric</em></td>\n<td>50</td>\n<td>Total number of records to get. Default is 10, Maximum is 50.</td>\n<td>Optional</td>\n</tr>\n<tr>\n<td>PageNumber</td>\n<td><em>Numeric</em></td>\n<td>-</td>\n<td>Current page of records to get. Default is 0 for Page 1.</td>\n<td>Optional</td>\n</tr>\n<tr>\n<td>DateStart</td>\n<td><em>String</em></td>\n<td>-</td>\n<td>Get all transactions after this date. Based on the Transaction Date.</td>\n<td>Optional</td>\n</tr>\n<tr>\n<td>DateEnd</td>\n<td><em>String</em></td>\n<td>-</td>\n<td>Get all transactions before this date. Based on the Transaction Date.</td>\n<td>Optional</td>\n</tr>\n</tbody>\n</table>\n</div><h3 id=\"response-parameters\">Response Parameters</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Name</th>\n<th>Type</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>TransactionId</td>\n<td><em>Numeric</em></td>\n<td>The total number of transactions found with the parameters used.</td>\n</tr>\n<tr>\n<td>Transfers</td>\n<td><em>Array</em></td>\n<td>The details of the transactions found.</td>\n</tr>\n<tr>\n<td>Transfers.TransactionId</td>\n<td><em>Numeric</em></td>\n<td>The ID of the transaction.</td>\n</tr>\n<tr>\n<td>Transfers.TransactionReferenceNumber</td>\n<td><em>Numeric</em></td>\n<td>The transaction reference number.</td>\n</tr>\n<tr>\n<td>Transfers.InteracReferenceNumber</td>\n<td><em>String</em></td>\n<td>The CA Interac reference number.</td>\n</tr>\n<tr>\n<td>Transfers.Amount</td>\n<td><em>Decimal</em></td>\n<td>The amount of the transaction.</td>\n</tr>\n<tr>\n<td>Transfers.TransactionDate</td>\n<td><em>DateTime</em></td>\n<td>The date of the transaction.</td>\n</tr>\n<tr>\n<td>Transfers.TransactionExpiry</td>\n<td><em>DateTime</em></td>\n<td>The date in which the transaction expires if not deposited/cancelled.</td>\n</tr>\n<tr>\n<td>Transfers.TransactionStatusCode</td>\n<td><em>String</em></td>\n<td>The code of the transaction status.</td>\n</tr>\n<tr>\n<td>Transfers.TransactionStatus</td>\n<td><em>String</em></td>\n<td>The description of the transaction status code.</td>\n</tr>\n<tr>\n<td>Transfers.InteracTransactionStatusCode</td>\n<td><em>String</em></td>\n<td>The Interac status code.</td>\n</tr>\n<tr>\n<td>Transfers.InteracTransactionStatus</td>\n<td><em>String</em></td>\n<td>The description of the Interac status code.</td>\n</tr>\n<tr>\n<td>Transfers.ErrorDescription</td>\n<td><em>String</em></td>\n<td>A description of the error, if applicable.</td>\n</tr>\n<tr>\n<td>Transfers.Payee</td>\n<td><em>Array</em></td>\n<td>A list of the payee details.</td>\n</tr>\n<tr>\n<td>Transfers.Payee.Id</td>\n<td><em>Numeric</em></td>\n<td>The unique payee ID.</td>\n</tr>\n<tr>\n<td>Transfers.Payee.AliasName</td>\n<td><em>String</em></td>\n<td>The alias of the payee.</td>\n</tr>\n<tr>\n<td>Transfers.Payee.FirstName</td>\n<td><em>String</em></td>\n<td>The first name of the payee.</td>\n</tr>\n<tr>\n<td>Transfers.Payee.LastName</td>\n<td><em>String</em></td>\n<td>The last name of the payee.</td>\n</tr>\n<tr>\n<td>Transfers.Payee.Email</td>\n<td><em>String</em></td>\n<td>The email address of the payee.</td>\n</tr>\n<tr>\n<td>Transfers.Payee.CustomerTypeCode</td>\n<td><em>String</em></td>\n<td>The customer type code of the payee.</td>\n</tr>\n<tr>\n<td>Transfers.Payee.CustomerType</td>\n<td><em>String</em></td>\n<td>A description of the customer type code.</td>\n</tr>\n</tbody>\n</table>\n</div><h3 id=\"related-errors\">Related Errors</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Error Code</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td></td>\n<td></td>\n</tr>\n</tbody>\n</table>\n</div><h3 id=\"version\">Version</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Version Supported</th>\n<th>Date Released</th>\n<th><strong>Deprecation Date</strong></th>\n<th>End of Life Date</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>v1.0</td>\n<td>December 2019</td>\n<td>TBD</td>\n<td>TBD</td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"path":["customerintegrationapi","v1.0","ETransfer","SearchOutgoingTransfers"],"host":["https://connect.dcbankapi.ca:35344"],"query":[],"variable":[]}},"response":[{"id":"e546fb0a-1156-428a-a1a5-d6c0f9f3bd08","name":"Success","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"PageSize\": 3\r\n}","options":{"raw":{"language":"json"}}},"url":"https://connect.dcbankapi.ca:35344/customerintegrationapi/v1.0/ETransfer/SearchOutgoingTransfers"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Fri, 28 Aug 2020 22:28:58 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"508"},{"key":"Connection","value":"keep-alive"},{"key":"Content-Encoding","value":"br"},{"key":"Vary","value":"Accept-Encoding"},{"key":"Server","value":"nginx/1.15.10"},{"key":"X-Powered-By","value":"ASP.NET"},{"key":"Set-Cookie","value":"ARRAffinity=65f2f8bcc12e100e49d579aa6976195f0becca74103831531893092486430423;Path=/;HttpOnly;Domain=dcb-cusapi-uat.azurewebsites.net:443"}],"cookie":[],"responseTime":null,"body":"{\n    \"ErrorCode\": \"0\",\n    \"ErrorDescription\": \"Successfull\",\n    \"StackTrace\": null,\n    \"Item\": {\n        \"TotalRecords\": 16,\n        \"Transfers\": [\n            {\n                \"TransactionId\": 109855,\n                \"TransactionReferenceNumber\": \"100000000125318715\",\n                \"InteracReferenceNumber\": \"CAGryM6J\",\n                \"Amount\": 7,\n                \"TransactionDate\": \"2020-08-18T16:35:11.8858716\",\n                \"TransactionExpiry\": \"2020-08-28T16:35:11.8848716\",\n                \"TransactionStatusCode\": \"V\",\n                \"TransactionStatus\": \"Cancelled\",\n                \"InteracTransactionStatusCode\": \"8\",\n                \"InteracTransactionStatus\": \"Cancelled\",\n                \"ErrorDescription\": null,\n                \"Payee\": {\n                    \"Id\": 1194,\n                    \"AliasName\": \"some guy\",\n                    \"FirstName\": \"some\",\n                    \"LastName\": \"guy\",\n                    \"Email\": \"some.email@gmail.com\",\n                    \"CustomerTypeCode\": \"P\",\n                    \"CustomerType\": \"Individual\"\n                }\n            }\n        ]\n    },\n    \"IsSucceeded\": true,\n    \"ErrorList\": [],\n    \"ParameterList\": []\n}"}],"_postman_id":"abf9260c-4dbc-492b-9d07-d6b5e5013c36"},{"name":"Get Incoming Transfers","id":"406de9bf-1a62-4a21-9e36-fd374b4bb109","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{token}}"}]},"isInherited":false},"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\r\n  \"ReferenceNumber\": \"CANZEtJa\"\r\n}","options":{"raw":{"language":"json"}}},"url":"https://connect.dcbankapi.ca:35344/customerintegrationapi/v1.0/ETransfer/GetIncomingTransfers","description":"<h3 id=\"description\">Description</h3>\n<p>This API allows a user to retrieve a list of incoming transfers and their details.</p>\n<h3 id=\"request-parameters\">Request Parameters</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Name</th>\n<th>Type</th>\n<th>Max Length</th>\n<th>Description</th>\n<th>Required/ Optional</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>ReferenceNumber</td>\n<td><em>String</em></td>\n<td>-</td>\n<td>The Interac CA reference number.</td>\n<td><strong>Required</strong></td>\n</tr>\n</tbody>\n</table>\n</div><h3 id=\"response-parameters\">Response Parameters</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Name</th>\n<th>Type</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>incomingTransfer</td>\n<td><em>Array</em></td>\n<td>A list of the transfer details.</td>\n</tr>\n<tr>\n<td>incomingTransfer.productCode</td>\n<td><em>Numeric</em></td>\n<td>The code of the product.</td>\n</tr>\n<tr>\n<td>incomingTransfer.transferType</td>\n<td><em>Numeric</em></td>\n<td>The code of the type of transfer.</td>\n</tr>\n<tr>\n<td>incomingTransfer.transferStatus</td>\n<td><em>Numeric</em></td>\n<td>The status code of the transfer.</td>\n</tr>\n<tr>\n<td>incomingTransfer.participantId</td>\n<td><em>String</em></td>\n<td>The Interac CA ID.</td>\n</tr>\n<tr>\n<td>incomingTransfer.currencyCode</td>\n<td><em>String</em></td>\n<td>The code of currency in which the transaction occurred.</td>\n</tr>\n<tr>\n<td>incomingTransfer.amount</td>\n<td><em>Decimal</em></td>\n<td>The amount of the transfer.</td>\n</tr>\n<tr>\n<td>incomingTransfer.expiryDate</td>\n<td><em>DateTime</em></td>\n<td>If the transfer is not deposited/cancelled, the expiry date of the transfer.</td>\n</tr>\n<tr>\n<td>incomingTransfer.senderMemo</td>\n<td><em>String</em></td>\n<td>A memo filled by the sender, describing the purpose.</td>\n</tr>\n<tr>\n<td>incomingTransfer.language</td>\n<td><em>String</em></td>\n<td>The language.</td>\n</tr>\n<tr>\n<td>incomingTransfer.senderRegistrationName</td>\n<td><em>String</em></td>\n<td>The registered name of the sender of the transfer.</td>\n</tr>\n<tr>\n<td>incomingTransfer.authenticationRequired</td>\n<td><em>Numeric</em></td>\n<td>The code of the authentication required.</td>\n</tr>\n<tr>\n<td>incomingTransfer.authenticationType</td>\n<td><em>Numeric</em></td>\n<td>The authentication type code.</td>\n</tr>\n<tr>\n<td>incomingTransfer.authenticationTypeSpecified</td>\n<td><em>Boolean</em></td>\n<td>A <code>True</code> or <code>False</code> value indicating whether authentication type has been specified or not.</td>\n</tr>\n<tr>\n<td>incomingTransfer.securityQuestion</td>\n<td><em>String</em></td>\n<td>The security questions associated with the transfer.</td>\n</tr>\n<tr>\n<td>incomingTransfer.hashType</td>\n<td><em>String</em></td>\n<td>The hash type.</td>\n</tr>\n<tr>\n<td>incomingTransfer.hashSalt</td>\n<td><em>String</em></td>\n<td>The hash salt.</td>\n</tr>\n<tr>\n<td>incomingTransfer.senderSupplementaryInfo</td>\n<td><em>String</em></td>\n<td>Any additional sender information.</td>\n</tr>\n<tr>\n<td>incomingTransfer.transferReferenceNumber</td>\n<td><em>String</em></td>\n<td>The Interac CA reference number.</td>\n</tr>\n</tbody>\n</table>\n</div><h3 id=\"related-errors\">Related Errors</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Error Code</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td></td>\n<td></td>\n</tr>\n</tbody>\n</table>\n</div><h3 id=\"version\">Version</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Version Supported</th>\n<th>Date Released</th>\n<th><strong>Deprecation Date</strong></th>\n<th>End of Life Date</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>v1.0</td>\n<td>December 2019</td>\n<td>TBD</td>\n<td>TBD</td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"path":["customerintegrationapi","v1.0","ETransfer","GetIncomingTransfers"],"host":["https://connect.dcbankapi.ca:35344"],"query":[],"variable":[]}},"response":[{"id":"b62751ec-41af-4279-88e6-ee147d787ee8","name":"Get Incoming Transfers","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\r\n  \"ReferenceNumber\": \"CANZEtJa\"\r\n}","options":{"raw":{"language":"json"}}},"url":"https://connect.dcbankapi.ca:35344/customerintegrationapi/v1.0/ETransfer/GetIncomingTransfers"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Fri, 15 May 2020 00:20:53 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"562"},{"key":"Connection","value":"keep-alive"},{"key":"Content-Encoding","value":"gzip"},{"key":"Vary","value":"Accept-Encoding"},{"key":"Server","value":"nginx/1.15.10"},{"key":"X-Powered-By","value":"ASP.NET"},{"key":"Set-Cookie","value":"ARRAffinity=eb8046a771af187481bd962f4b3b59093d134d8cb9f92ea86e26e730ef047fb2;Path=/;HttpOnly;Domain=dcb-cusapi-uat.azurewebsites.net:443"}],"cookie":[],"responseTime":null,"body":"{\n    \"ErrorCode\": \"0\",\n    \"ErrorDescription\": \"Successfull\",\n    \"StackTrace\": null,\n    \"Item\": {\n        \"responseHeader\": {\n            \"responseCode\": 0\n        },\n        \"incomingTransfer\": {\n            \"productCode\": 0,\n            \"transferType\": 0,\n            \"transferStatus\": 3,\n            \"participantId\": \"CA000352\",\n            \"currencyCode\": \"CAD\",\n            \"amount\": 56.07,\n            \"expiryDate\": \"2020-05-23T05:59:59Z\",\n            \"senderMemo\": \"Test Money Send\",\n            \"language\": \"en\",\n            \"senderRegistrationName\": \"1Finitive Financial\",\n            \"authenticationRequired\": 1,\n            \"authenticationType\": 1,\n            \"authenticationTypeSpecified\": true,\n            \"securityQuestion\": \"What is your favorite book?\",\n            \"hashType\": \"SHA2\",\n            \"hashSalt\": \"DCB\",\n            \"senderSupplementaryInfo\": null,\n            \"transferReferenceNumber\": \"CANZEtJa\"\n        }\n    },\n    \"IsSucceeded\": true,\n    \"ErrorList\": [],\n    \"ParameterList\": []\n}"}],"_postman_id":"406de9bf-1a62-4a21-9e36-fd374b4bb109"},{"name":"Authenticate Transfer","id":"cf7d13f6-051a-4a6b-a8a7-08ecb6e6dfb7","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{token}}"}]},"isInherited":false},"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\r\n  \"referenceNumber\": \"CANZEtJa\",\r\n  \"securityAnswer\": \"1984\",\r\n  \"hashSalt\": \"DCB\"\r\n}","options":{"raw":{"language":"json"}}},"url":"https://connect.dcbankapi.ca:35344/customerintegrationapi/v1.0/ETransfer/AuthenticateTransfer","description":"<h3 id=\"description\">Description</h3>\n<p>This API allows the user to authenticate the transfer.</p>\n<h3 id=\"request-parameters\">Request Parameters</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Name</th>\n<th>Type</th>\n<th>Max Length</th>\n<th>Description</th>\n<th>Required/ Optional</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>referenceNumber</td>\n<td><em>String</em></td>\n<td>-</td>\n<td>The transfers unique reference number.</td>\n<td><strong>Required</strong></td>\n</tr>\n<tr>\n<td>securityAnswer</td>\n<td><em>String</em></td>\n<td>-</td>\n<td>The answer to the security question.</td>\n<td><strong>Required</strong></td>\n</tr>\n<tr>\n<td>hashSalt</td>\n<td><em>String</em></td>\n<td>-</td>\n<td>The hash salt.</td>\n<td><strong>Required</strong></td>\n</tr>\n</tbody>\n</table>\n</div><h3 id=\"response-parameters\">Response Parameters</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Name</th>\n<th>Type</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td></td>\n<td></td>\n<td></td>\n</tr>\n</tbody>\n</table>\n</div><h3 id=\"related-errors\">Related Errors</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Error Code</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td></td>\n<td></td>\n</tr>\n</tbody>\n</table>\n</div><h3 id=\"version\">Version</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Version Supported</th>\n<th>Date Released</th>\n<th><strong>Deprecation Date</strong></th>\n<th>End of Life Date</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>v1.0</td>\n<td>December 2019</td>\n<td>TBD</td>\n<td>TBD</td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"path":["customerintegrationapi","v1.0","ETransfer","AuthenticateTransfer"],"host":["https://connect.dcbankapi.ca:35344"],"query":[],"variable":[]}},"response":[{"id":"ed370276-894c-416b-98d0-aa4dc7b4ddcf","name":"Authenticate Transfer","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\r\n  \"referenceNumber\": \"CAeb3sZY\",\r\n  \"securityAnswer\": \"1984\",\r\n  \"hashSalt\": \"DCB\"\r\n}","options":{"raw":{"language":"json"}}},"url":"https://connect.dcbankapi.ca:35344/customerintegrationapi/v1.0/ETransfer/AuthenticateTransfer"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Fri, 15 May 2020 00:18:00 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"146"},{"key":"Connection","value":"keep-alive"},{"key":"Content-Encoding","value":"br"},{"key":"Vary","value":"Accept-Encoding"},{"key":"Server","value":"nginx/1.15.10"},{"key":"X-Powered-By","value":"ASP.NET"},{"key":"Set-Cookie","value":"ARRAffinity=eb8046a771af187481bd962f4b3b59093d134d8cb9f92ea86e26e730ef047fb2;Path=/;HttpOnly;Domain=dcb-cusapi-uat.azurewebsites.net:443"}],"cookie":[],"responseTime":null,"body":"{\n    \"ErrorCode\": \"0\",\n    \"ErrorDescription\": \"Successfull\",\n    \"StackTrace\": null,\n    \"Item\": {\n        \"responseHeader\": {\n            \"responseCode\": 0\n        }\n    },\n    \"IsSucceeded\": true,\n    \"ErrorList\": [],\n    \"ParameterList\": []\n}"}],"_postman_id":"cf7d13f6-051a-4a6b-a8a7-08ecb6e6dfb7"},{"name":"Decline Transfer","id":"9543cffd-1104-47f0-be5b-a09887c42d26","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{token}}"}]},"isInherited":false},"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\r\n  \"ReferenceNumber\": \"CANZEtJa\",\r\n  \"DeclineReason\": \"Test for decline\"\r\n}","options":{"raw":{"language":"json"}}},"url":"https://connect.dcbankapi.ca:35344/customerintegrationapi/v1.0/ETransfer/DeclineTransfer","description":"<h3 id=\"description\">Description</h3>\n<p>This API allows the user to decline a transfer.</p>\n<h3 id=\"request-parameters\">Request Parameters</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Name</th>\n<th>Type</th>\n<th>Max Length</th>\n<th>Description</th>\n<th>Required/ Optional</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>ReferenceNumber</td>\n<td><em>String</em></td>\n<td>-</td>\n<td>The Interac CA reference number.</td>\n<td><strong>Required</strong></td>\n</tr>\n<tr>\n<td>DeclineReason</td>\n<td><em>String</em></td>\n<td>-</td>\n<td>The reason for declining the transfer.</td>\n<td>Optional</td>\n</tr>\n</tbody>\n</table>\n</div><h3 id=\"response-parameters\">Response Parameters</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Name</th>\n<th>Type</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td></td>\n<td></td>\n<td></td>\n</tr>\n</tbody>\n</table>\n</div><h3 id=\"related-errors\">Related Errors</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Error Code</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td></td>\n<td></td>\n</tr>\n</tbody>\n</table>\n</div><h3 id=\"version\">Version</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Version Supported</th>\n<th>Date Released</th>\n<th><strong>Deprecation Date</strong></th>\n<th>End of Life Date</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>v1.0</td>\n<td>December 2019</td>\n<td>TBD</td>\n<td>TBD</td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"path":["customerintegrationapi","v1.0","ETransfer","DeclineTransfer"],"host":["https://connect.dcbankapi.ca:35344"],"query":[],"variable":[]}},"response":[],"_postman_id":"9543cffd-1104-47f0-be5b-a09887c42d26"},{"name":"Complete Transfer","id":"969859c9-e330-4aca-9b69-b766a2ab1199","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{token}}"}]},"isInherited":false},"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\r\n  \"accountId\": 21086,\r\n  \"referenceNumber\": \"CANZEtJa\"\r\n}","options":{"raw":{"language":"json"}}},"url":"https://connect.dcbankapi.ca:35344/customerintegrationapi/v1.0/ETransfer/CompleteTransfer","description":"<h3 id=\"description\">Description</h3>\n<p>The Complete Transfer API allows the user to fulfill the transaction.</p>\n<h3 id=\"request-parameters\">Request Parameters</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Name</th>\n<th>Type</th>\n<th>Max Length</th>\n<th>Description</th>\n<th>Required/ Optional</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>accountId</td>\n<td><em>Numeric</em></td>\n<td>-</td>\n<td>The ID of the account.</td>\n<td><strong>Required</strong></td>\n</tr>\n<tr>\n<td>referenceNumber</td>\n<td><em>String</em></td>\n<td>-</td>\n<td>The Interac CA reference number.</td>\n<td><strong>Required</strong></td>\n</tr>\n</tbody>\n</table>\n</div><h3 id=\"response-parameters\">Response Parameters</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Name</th>\n<th>Type</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td></td>\n<td></td>\n<td></td>\n</tr>\n</tbody>\n</table>\n</div><h3 id=\"related-errors\">Related Errors</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Error Code</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td></td>\n<td></td>\n</tr>\n</tbody>\n</table>\n</div><h3 id=\"version\">Version</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Version Supported</th>\n<th>Date Released</th>\n<th><strong>Deprecation Date</strong></th>\n<th>End of Life Date</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>v1.0</td>\n<td>December 2019</td>\n<td>TBD</td>\n<td>TBD</td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"path":["customerintegrationapi","v1.0","ETransfer","CompleteTransfer"],"host":["https://connect.dcbankapi.ca:35344"],"query":[],"variable":[]}},"response":[{"id":"e25f80fa-01d6-4818-a608-bb0eab7e5d39","name":"Complete Transfer","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\r\n  \"accountId\": 21086,\r\n  \"referenceNumber\": \"CAeb3sZY\"\r\n}","options":{"raw":{"language":"json"}}},"url":"https://connect.dcbankapi.ca:35344/customerintegrationapi/v1.0/ETransfer/CompleteTransfer"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Fri, 15 May 2020 00:18:40 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"142"},{"key":"Connection","value":"keep-alive"},{"key":"Content-Encoding","value":"br"},{"key":"Vary","value":"Accept-Encoding"},{"key":"Server","value":"nginx/1.15.10"},{"key":"X-Powered-By","value":"ASP.NET"},{"key":"Set-Cookie","value":"ARRAffinity=eb8046a771af187481bd962f4b3b59093d134d8cb9f92ea86e26e730ef047fb2;Path=/;HttpOnly;Domain=dcb-cusapi-uat.azurewebsites.net:443"}],"cookie":[],"responseTime":null,"body":"{\n    \"ErrorCode\": \"0\",\n    \"ErrorDescription\": \"Success\",\n    \"StackTrace\": null,\n    \"Item\": {\n        \"responseHeader\": {\n            \"responseCode\": 0\n        }\n    },\n    \"IsSucceeded\": true,\n    \"ErrorList\": [],\n    \"ParameterList\": []\n}"}],"_postman_id":"969859c9-e330-4aca-9b69-b766a2ab1199"},{"name":"Get Incoming Money Requests","id":"d637efa2-6a2f-4ac6-9990-59482ffde67c","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{token}}"}]},"isInherited":false},"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\r\n  \"ReferenceNumber\": \"CA1MRxY9yn9X\"\r\n}","options":{"raw":{"language":"json"}}},"url":"https://connect.dcbankapi.ca:35344/customerintegrationapi/v1.0/ETransfer/GetIncomingMoneyRequests","description":"<h3 id=\"description\">Description</h3>\n<p>The Get Incoming Money Requests allows the user to retrieve an incoming request and its transaction details.</p>\n<h3 id=\"request-parameters\">Request Parameters</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Name</th>\n<th>Type</th>\n<th>Max Length</th>\n<th>Description</th>\n<th>Required/ Optional</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>ReferenceNumber</td>\n<td><em>String</em></td>\n<td>-</td>\n<td>The Interac CA reference number.</td>\n<td><strong>Required</strong></td>\n</tr>\n</tbody>\n</table>\n</div><h3 id=\"response-parameters\">Response Parameters</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Name</th>\n<th>Type</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>incomingRequest</td>\n<td><em>Array</em></td>\n<td>A list of the transaction details.</td>\n</tr>\n<tr>\n<td>incomingRequest.customerType</td>\n<td><em>Numeric</em></td>\n<td>The type code of the customer.</td>\n</tr>\n<tr>\n<td>incomingRequest.customerName</td>\n<td><em>Array</em></td>\n<td>A list of the customer details.</td>\n</tr>\n<tr>\n<td>incomingRequest.customerName.registrationName</td>\n<td><em>String</em></td>\n<td>The registered name of the customer.</td>\n</tr>\n<tr>\n<td>incomingRequest.customerName.legalName</td>\n<td><em>Array</em></td>\n<td>A list of the legal name details.</td>\n</tr>\n<tr>\n<td>incomingRequest.customerName.legalName.retailName</td>\n<td><em>String</em></td>\n<td>The legal retail name.</td>\n</tr>\n<tr>\n<td>incomingRequest.customerName.legalName.businessName</td>\n<td><em>Array</em></td>\n<td>A list of the business/company details if applicable.</td>\n</tr>\n<tr>\n<td>incomingRequest.customerName.legalName.businessName.companyName</td>\n<td><em>String</em></td>\n<td>The company legal name, if applicable.</td>\n</tr>\n<tr>\n<td>incomingRequest.customerName.legalName.businessName.tradeName</td>\n<td><em>String</em></td>\n<td>The legal trade name, if applicable.</td>\n</tr>\n<tr>\n<td>incomingRequest.requesterNotification</td>\n<td><em>Array</em></td>\n<td>A list of notification details.</td>\n</tr>\n<tr>\n<td>incomingRequest.requesterNotification.notificationHandleType</td>\n<td><em>Numeric</em></td>\n<td>The type code of the notification.</td>\n</tr>\n<tr>\n<td>incomingRequest.requesterNotification.notificationHandle</td>\n<td><em>String</em></td>\n<td>The email in which the notification is going to.</td>\n</tr>\n<tr>\n<td>incomingRequest.currencyCode</td>\n<td><em>String</em></td>\n<td>The code of the currency being used. (CAD, USD, GBP, etc.)</td>\n</tr>\n<tr>\n<td>incomingRequest.moneyRequestAmount</td>\n<td><em>Decimal</em></td>\n<td>The amount of the money request.</td>\n</tr>\n<tr>\n<td>incomingRequest.editableFulfillAmount</td>\n<td><em>Decimal</em></td>\n<td>If the request was editable, the edited amount is shown here.</td>\n</tr>\n<tr>\n<td>incomingRequest.minFulfillAmountSpecified</td>\n<td><em>Boolean</em></td>\n<td>A <code>True</code> or <code>False</code> value indicating whether there is a minimum fulfill amount specified or not.</td>\n</tr>\n<tr>\n<td>incomingRequest.maxFulfillAmountSpecified</td>\n<td><em>Boolean</em></td>\n<td>A <code>True</code> or <code>False</code> value indicating whether there is a maximum fulfill amount specified or not.</td>\n</tr>\n<tr>\n<td>incomingRequest.moneyRequestStatus</td>\n<td><em>Numeric</em></td>\n<td>The status code of the money request.</td>\n</tr>\n<tr>\n<td>incomingRequest.moneyRequestExpiryDate</td>\n<td><em>DateTime</em></td>\n<td>The date of expiry for the request if not completed or cancelled.</td>\n</tr>\n<tr>\n<td>incomingRequest.senderMemo</td>\n<td><em>String</em></td>\n<td>A memo/description from the sender relating to the transfer.</td>\n</tr>\n<tr>\n<td>incomingRequest.invoiceDetails</td>\n<td><em>String</em></td>\n<td>If the request is for an invoice, the details of the invocie would be here.</td>\n</tr>\n<tr>\n<td>incomingRequest.moneyRequestType</td>\n<td><em>Numeric</em></td>\n<td>The code of the request type.</td>\n</tr>\n<tr>\n<td>incomingRequest.originatingChannelIndicator</td>\n<td><em>Numeric</em></td>\n<td>The code indicating the originating indicator.</td>\n</tr>\n<tr>\n<td>incomingRequest.returnURL</td>\n<td><em>String</em></td>\n<td>The return URL.</td>\n</tr>\n<tr>\n<td>incomingRequest.participantId</td>\n<td><em>String</em></td>\n<td>The Interac CA participant ID.</td>\n</tr>\n<tr>\n<td>incomingRequest.fraudCheckResult</td>\n<td><em>Array</em></td>\n<td>A list of fraud check details.</td>\n</tr>\n<tr>\n<td>incomingRequest.fraudCheckResult.scoreSpecified</td>\n<td><em>Boolean</em></td>\n<td>A <code>True</code> or <code>False</code> value indicating whether a fraud score has been specified or not.</td>\n</tr>\n<tr>\n<td>incomingRequest.fraudCheckResult.reason</td>\n<td><em>String</em></td>\n<td>The reason for the specification.</td>\n</tr>\n<tr>\n<td>incomingRequest.fraudCheckResult.action</td>\n<td><em>String</em></td>\n<td>The action to be taken.</td>\n</tr>\n<tr>\n<td>incomingRequest.requestReferenceNumber</td>\n<td><em>String</em></td>\n<td>The Interac CA request reference number.</td>\n</tr>\n</tbody>\n</table>\n</div><h3 id=\"related-errors\">Related Errors</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Error Code</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td></td>\n<td></td>\n</tr>\n</tbody>\n</table>\n</div><h3 id=\"version\">Version</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Version Supported</th>\n<th>Date Released</th>\n<th><strong>Deprecation Date</strong></th>\n<th>End of Life Date</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>v1.0</td>\n<td>December 2019</td>\n<td>TBD</td>\n<td>TBD</td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"path":["customerintegrationapi","v1.0","ETransfer","GetIncomingMoneyRequests"],"host":["https://connect.dcbankapi.ca:35344"],"query":[],"variable":[]}},"response":[{"id":"ed85e10f-4a71-41bb-8781-444f59666593","name":"Get Incoming Money Requests","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\r\n  \"ReferenceNumber\": \"CA1MRxY9yn9X\"\r\n}","options":{"raw":{"language":"json"}}},"url":"https://connect.dcbankapi.ca:35344/customerintegrationapi/v1.0/ETransfer/GetIncomingMoneyRequests"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Fri, 15 May 2020 00:11:57 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"691"},{"key":"Connection","value":"keep-alive"},{"key":"Content-Encoding","value":"gzip"},{"key":"Vary","value":"Accept-Encoding"},{"key":"Server","value":"nginx/1.15.10"},{"key":"X-Powered-By","value":"ASP.NET"},{"key":"Set-Cookie","value":"ARRAffinity=eb8046a771af187481bd962f4b3b59093d134d8cb9f92ea86e26e730ef047fb2;Path=/;HttpOnly;Domain=dcb-cusapi-uat.azurewebsites.net:443"}],"cookie":[],"responseTime":null,"body":"{\n    \"ErrorCode\": \"0\",\n    \"ErrorDescription\": \"Successfull\",\n    \"StackTrace\": null,\n    \"Item\": {\n        \"responseHeader\": {\n            \"responseCode\": 0\n        },\n        \"incomingRequest\": {\n            \"customerType\": 2,\n            \"customerName\": {\n                \"registrationName\": \"1Finitive Financial\",\n                \"legalName\": {\n                    \"retailName\": null,\n                    \"businessName\": {\n                        \"companyName\": \"1Finitive Financial\",\n                        \"tradeName\": null\n                    }\n                }\n            },\n            \"requesterNotification\": [\n                {\n                    \"notificationHandleType\": 0,\n                    \"notificationHandle\": \"meteyilmaz201842@gmail.com\"\n                }\n            ],\n            \"currencyCode\": \"CAD\",\n            \"moneyRequestAmount\": 3.89,\n            \"editableFulfillAmount\": 0,\n            \"minFulfillAmountSpecified\": false,\n            \"maxFulfillAmountSpecified\": false,\n            \"moneyRequestStatus\": 2,\n            \"moneyRequestExpiryDate\": \"2020-05-24T05:59:59.999Z\",\n            \"senderMemo\": \"Test Money Request\",\n            \"invoiceDetails\": null,\n            \"moneyRequestType\": 0,\n            \"originatingChannelIndicator\": 0,\n            \"returnURL\": null,\n            \"participantId\": \"CA000352\",\n            \"fraudCheckResult\": {\n                \"scoreSpecified\": false,\n                \"reason\": null,\n                \"action\": \"ALLOW_TRANSFER\"\n            },\n            \"requestReferenceNumber\": \"CA1MRxY9yn9X\"\n        }\n    },\n    \"IsSucceeded\": true,\n    \"ErrorList\": [],\n    \"ParameterList\": []\n}"}],"_postman_id":"d637efa2-6a2f-4ac6-9990-59482ffde67c"},{"name":"Decline Incoming Money Requests","id":"0dc7208f-a223-4652-9b59-2e38a757afa5","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{token}}"}]},"isInherited":false},"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n  \"ReferenceNumber\": \"CA1MRnJBZa46\",\r\n  \"DeclineReason\": \"Test for decline\"\r\n}","options":{"raw":{"language":"json"}}},"url":"https://connect.dcbankapi.ca:35344/customerintegrationapi/v1.0/ETransfer/DeclineIncomingMoneyRequests","description":"<h3 id=\"description\">Description</h3>\n<p>This API allows the user to delete an incoming money request.</p>\n<h3 id=\"request-parameters\">Request Parameters</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Name</th>\n<th>Type</th>\n<th>Max Length</th>\n<th>Description</th>\n<th>Required/ Optional</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>ReferenceNumber</td>\n<td><em>String</em></td>\n<td>-</td>\n<td>The Interac CA reference number.</td>\n<td><strong>Required</strong></td>\n</tr>\n<tr>\n<td>DeclineReason</td>\n<td><em>String</em></td>\n<td>-</td>\n<td>The reason for declining the request.</td>\n<td>Optional</td>\n</tr>\n</tbody>\n</table>\n</div><h3 id=\"response-parameters\">Response Parameters</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Name</th>\n<th>Type</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td></td>\n<td></td>\n<td></td>\n</tr>\n</tbody>\n</table>\n</div><h3 id=\"related-errors\">Related Errors</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Error Code</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td></td>\n<td></td>\n</tr>\n</tbody>\n</table>\n</div><h3 id=\"version\">Version</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Version Supported</th>\n<th>Date Released</th>\n<th><strong>Deprecation Date</strong></th>\n<th>End of Life Date</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>v1.0</td>\n<td>December 2019</td>\n<td>TBD</td>\n<td>TBD</td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"path":["customerintegrationapi","v1.0","ETransfer","DeclineIncomingMoneyRequests"],"host":["https://connect.dcbankapi.ca:35344"],"query":[],"variable":[]}},"response":[],"_postman_id":"0dc7208f-a223-4652-9b59-2e38a757afa5"},{"name":"Complete Incoming Money Requests","id":"c43cd41f-48c8-4ec9-a6cd-9cf2b33c8dcb","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{token}}"}]},"isInherited":false},"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\r\n  \"AccountId\": 21086,\r\n  \"ReferenceNumber\": \"CA1MRxY9yn9X\"\r\n}","options":{"raw":{"language":"json"}}},"url":"https://connect.dcbankapi.ca:35344/customerintegrationapi/v1.0/ETransfer/CompleteIncomingMoneyRequests","description":"<h3 id=\"description\">Description</h3>\n<p>Enter a detailed description of the API.</p>\n<h3 id=\"request-parameters\">Request Parameters</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Name</th>\n<th>Type</th>\n<th>Max Length</th>\n<th>Description</th>\n<th>Required/ Optional</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>AccountId</td>\n<td><em>Numeric</em></td>\n<td>-</td>\n<td>The unique account ID.</td>\n<td><strong>Required</strong></td>\n</tr>\n<tr>\n<td>ReferenceNumber</td>\n<td><em>String</em></td>\n<td>-</td>\n<td>The Interac CA reference number.</td>\n<td><strong>Required</strong></td>\n</tr>\n</tbody>\n</table>\n</div><h3 id=\"response-parameters\">Response Parameters</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Name</th>\n<th>Type</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>IsSucceeded</td>\n<td><em>Boolean</em></td>\n<td>A <code>True</code> or <code>False</code> value indicating whether the operation was successful or not.</td>\n</tr>\n<tr>\n<td>TransactionId</td>\n<td><em>Numeric</em></td>\n<td>The ID of the completed transaction.</td>\n</tr>\n<tr>\n<td>TransactionReferenceNumber</td>\n<td><em>Numeric</em></td>\n<td>The transactions unique reference number.</td>\n</tr>\n<tr>\n<td>PayeeId</td>\n<td><em>Numeric</em></td>\n<td>The payee ID.</td>\n</tr>\n<tr>\n<td>TransactionDetailTableId</td>\n<td><em>Numeric</em></td>\n<td>The ID of the transaction detail table.</td>\n</tr>\n<tr>\n<td>ErrorDescription</td>\n<td><em>String</em></td>\n<td>A description of the error that occurred, if applicable. Otherwise, shows \"Success\".</td>\n</tr>\n</tbody>\n</table>\n</div><h3 id=\"related-errors\">Related Errors</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Error Code</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td></td>\n<td></td>\n</tr>\n</tbody>\n</table>\n</div><h3 id=\"version\">Version</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Version Supported</th>\n<th>Date Released</th>\n<th><strong>Deprecation Date</strong></th>\n<th>End of Life Date</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>v1.0</td>\n<td>December 2019</td>\n<td>TBD</td>\n<td>TBD</td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"path":["customerintegrationapi","v1.0","ETransfer","CompleteIncomingMoneyRequests"],"host":["https://connect.dcbankapi.ca:35344"],"query":[],"variable":[]}},"response":[{"id":"3daaf4d8-2997-4bc4-8a0c-71367b811ebe","name":"Complete Incoming Money Requests","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\r\n  \"AccountId\": 21086,\r\n  \"ReferenceNumber\": \"CA1MRxY9yn9X\"\r\n}","options":{"raw":{"language":"json"}}},"url":"https://connect.dcbankapi.ca:35344/customerintegrationapi/v1.0/ETransfer/CompleteIncomingMoneyRequests"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Fri, 15 May 2020 00:15:30 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"201"},{"key":"Connection","value":"keep-alive"},{"key":"Content-Encoding","value":"br"},{"key":"Vary","value":"Accept-Encoding"},{"key":"Server","value":"nginx/1.15.10"},{"key":"X-Powered-By","value":"ASP.NET"},{"key":"Set-Cookie","value":"ARRAffinity=eb8046a771af187481bd962f4b3b59093d134d8cb9f92ea86e26e730ef047fb2;Path=/;HttpOnly;Domain=dcb-cusapi-uat.azurewebsites.net:443"}],"cookie":[],"responseTime":null,"body":"{\n    \"ErrorCode\": \"0\",\n    \"ErrorDescription\": \"Success\",\n    \"StackTrace\": null,\n    \"Item\": {\n        \"IsSucceeded\": true,\n        \"TransactionId\": 105378,\n        \"TransactionReferenceNumber\": 100000000125290343,\n        \"PayeeId\": 0,\n        \"TransactionDetailTableId\": 0,\n        \"ErrorDescription\": \"Success\"\n    },\n    \"IsSucceeded\": true,\n    \"ErrorList\": [],\n    \"ParameterList\": []\n}"}],"_postman_id":"c43cd41f-48c8-4ec9-a6cd-9cf2b33c8dcb"},{"name":"Get Transfer Types","id":"f7b0c2ee-ba3c-4779-8e2a-0c5481fd642f","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{token}}"}]},"isInherited":false},"method":"GET","header":[],"url":"https://connect.dcbankapi.ca:35344/customerintegrationapi/v1.0/ETransfer/GetTransferTypes/80308","description":"<h3 id=\"description\">Description</h3>\n<p>Enter a detailed description of the API.</p>\n<h3 id=\"request-parameters\">Request Parameters</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Name</th>\n<th>Type</th>\n<th>Max Length</th>\n<th>Description</th>\n<th>Required/ Optional</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td></td>\n<td></td>\n<td></td>\n<td></td>\n<td></td>\n</tr>\n</tbody>\n</table>\n</div><h3 id=\"response-parameters\">Response Parameters</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Name</th>\n<th>Type</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td></td>\n<td></td>\n<td></td>\n</tr>\n</tbody>\n</table>\n</div><h3 id=\"related-errors\">Related Errors</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Error Code</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td></td>\n<td></td>\n</tr>\n</tbody>\n</table>\n</div><h3 id=\"version\">Version</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Version Supported</th>\n<th>Date Released</th>\n<th><strong>Deprecation Date</strong></th>\n<th>End of Life Date</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>v1.0</td>\n<td>December 2019</td>\n<td>TBD</td>\n<td>TBD</td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"path":["customerintegrationapi","v1.0","ETransfer","GetTransferTypes","80308"],"host":["https://connect.dcbankapi.ca:35344"],"query":[],"variable":[]}},"response":[],"_postman_id":"f7b0c2ee-ba3c-4779-8e2a-0c5481fd642f"},{"name":"Get Interac Card Token","id":"7a374abc-c402-44fb-8de4-36085f69f18b","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{token}}"}]},"isInherited":false},"method":"GET","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":""},"url":"https://connect.dcbankapi.ca:35344/integrationapi/v1.0/ETransfer/CreateInteracCardToken","description":"<h3 id=\"description\">Description</h3>\n<p>Enter a detailed description of the API.</p>\n<h3 id=\"request-parameters\">Request Parameters</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Name</th>\n<th>Type</th>\n<th>Max Length</th>\n<th>Description</th>\n<th>Required/ Optional</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td></td>\n<td></td>\n<td></td>\n<td></td>\n<td></td>\n</tr>\n</tbody>\n</table>\n</div><h3 id=\"response-parameters\">Response Parameters</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Name</th>\n<th>Type</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td></td>\n<td></td>\n<td></td>\n</tr>\n</tbody>\n</table>\n</div><h3 id=\"related-errors\">Related Errors</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Error Code</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td></td>\n<td></td>\n</tr>\n</tbody>\n</table>\n</div><h3 id=\"version\">Version</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Version Supported</th>\n<th>Date Released</th>\n<th><strong>Deprecation Date</strong></th>\n<th>End of Life Date</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>v1.0</td>\n<td>December 2019</td>\n<td>TBD</td>\n<td>TBD</td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"path":["integrationapi","v1.0","ETransfer","CreateInteracCardToken"],"host":["https://connect.dcbankapi.ca:35344"],"query":[],"variable":[]}},"response":[],"_postman_id":"7a374abc-c402-44fb-8de4-36085f69f18b"}],"id":"b8636dd6-6d16-4584-a817-e7a955a1009d","_postman_id":"b8636dd6-6d16-4584-a817-e7a955a1009d","description":"","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{token}}"}]},"isInherited":true,"source":{"_postman_id":"8869d7bd-0788-46cf-8d20-ac14f428a8ec","id":"8869d7bd-0788-46cf-8d20-ac14f428a8ec","name":"EndUser API","type":"collection"}}},{"name":"Parameter","item":[{"name":"Get Country List","id":"59316a0c-e497-40e8-9b9f-cf618317f308","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{token}}"}]},"isInherited":false},"method":"GET","header":[],"url":"https://connect.dcbankapi.ca:35344/customerintegrationapi/v1.0/Parameter/GetCountryList","description":"<h3 id=\"description\">Description</h3>\n<p>This API returns a list of countries. It will return the country code, ID and name.</p>\n<h3 id=\"request-parameters\">Request Parameters</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Name</th>\n<th>Type</th>\n<th>Max Length</th>\n<th>Description</th>\n<th>Required/ Optional</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td></td>\n<td></td>\n<td></td>\n<td></td>\n<td></td>\n</tr>\n</tbody>\n</table>\n</div><h3 id=\"response-parameters\">Response Parameters</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Name</th>\n<th>Type</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Code</td>\n<td><em>Numeric</em></td>\n<td>The code of the country.</td>\n</tr>\n<tr>\n<td>Id</td>\n<td><em>Numeric</em></td>\n<td>The ID of the country.</td>\n</tr>\n<tr>\n<td>Name</td>\n<td><em>String</em></td>\n<td>The name of the country.</td>\n</tr>\n</tbody>\n</table>\n</div><h3 id=\"related-errors\">Related Errors</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Error Code</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td></td>\n<td></td>\n</tr>\n</tbody>\n</table>\n</div><h3 id=\"version\">Version</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Version Supported</th>\n<th>Date Released</th>\n<th><strong>Deprecation Date</strong></th>\n<th>End of Life Date</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>v1.0</td>\n<td>December 2019</td>\n<td>TBD</td>\n<td>TBD</td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"path":["customerintegrationapi","v1.0","Parameter","GetCountryList"],"host":["https://connect.dcbankapi.ca:35344"],"query":[],"variable":[]}},"response":[{"id":"3ba9b126-c04e-4092-956b-adb6e8ea1675","name":"Get Country List","originalRequest":{"method":"GET","header":[],"url":"https://connect.dcbankapi.ca:35344/customerintegrationapi/v1.0/Parameter/GetCountryList"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Thu, 14 May 2020 23:12:15 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"3527"},{"key":"Connection","value":"keep-alive"},{"key":"Content-Encoding","value":"br"},{"key":"Vary","value":"Accept-Encoding"},{"key":"Server","value":"nginx/1.15.10"},{"key":"X-Powered-By","value":"ASP.NET"},{"key":"Set-Cookie","value":"ARRAffinity=eb8046a771af187481bd962f4b3b59093d134d8cb9f92ea86e26e730ef047fb2;Path=/;HttpOnly;Domain=dcb-cusapi-uat.azurewebsites.net:443"}],"cookie":[],"responseTime":null,"body":"{\n    \"ErrorCode\": \"0\",\n    \"ErrorDescription\": \"Successfull\",\n    \"StackTrace\": null,\n    \"Item\": [\n        {\n            \"Code\": \"263\",\n            \"Id\": 246,\n            \"Name\": \"Zimbabwe\"\n        },\n        {\n            \"Code\": \"260\",\n            \"Id\": 245,\n            \"Name\": \"Zambia\"\n        },\n        {\n            \"Code\": \"38\",\n            \"Id\": 244,\n            \"Name\": \"Yugoslavia\"\n        },\n        {\n            \"Code\": \"967\",\n            \"Id\": 243,\n            \"Name\": \"Yemen\"\n        },\n        {\n            \"Code\": \"212\",\n            \"Id\": 242,\n            \"Name\": \"Western Sahara\"\n        },\n        {\n            \"Code\": \"681\",\n            \"Id\": 241,\n            \"Name\": \"Wallis And Futuna Islands\"\n        },\n        {\n            \"Code\": \"1340\",\n            \"Id\": 240,\n            \"Name\": \"Virgin Islands (US)\"\n        },\n        {\n            \"Code\": \"1284\",\n            \"Id\": 239,\n            \"Name\": \"Virgin Islands (British)\"\n        },\n        {\n            \"Code\": \"84\",\n            \"Id\": 238,\n            \"Name\": \"Vietnam\"\n        },\n        {\n            \"Code\": \"58\",\n            \"Id\": 237,\n            \"Name\": \"Venezuela\"\n        },\n        {\n            \"Code\": \"39\",\n            \"Id\": 236,\n            \"Name\": \"Vatican City State (Holy See)\"\n        },\n        {\n            \"Code\": \"678\",\n            \"Id\": 235,\n            \"Name\": \"Vanuatu\"\n        },\n        {\n            \"Code\": \"998\",\n            \"Id\": 234,\n            \"Name\": \"Uzbekistan\"\n        },\n        {\n            \"Code\": \"598\",\n            \"Id\": 233,\n            \"Name\": \"Uruguay\"\n        },\n        {\n            \"Code\": \"1\",\n            \"Id\": 232,\n            \"Name\": \"United States Minor Outlying Islands\"\n        },\n        {\n            \"Code\": \"1\",\n            \"Id\": 231,\n            \"Name\": \"United States\"\n        },\n        {\n            \"Code\": \"44\",\n            \"Id\": 230,\n            \"Name\": \"United Kingdom\"\n        },\n        {\n            \"Code\": \"971\",\n            \"Id\": 229,\n            \"Name\": \"United Arab Emirates\"\n        },\n        {\n            \"Code\": \"380\",\n            \"Id\": 228,\n            \"Name\": \"Ukraine\"\n        },\n        {\n            \"Code\": \"256\",\n            \"Id\": 227,\n            \"Name\": \"Uganda\"\n        },\n        {\n            \"Code\": \"688\",\n            \"Id\": 226,\n            \"Name\": \"Tuvalu\"\n        },\n        {\n            \"Code\": \"1649\",\n            \"Id\": 225,\n            \"Name\": \"Turks And Caicos Islands\"\n        },\n        {\n            \"Code\": \"7370\",\n            \"Id\": 224,\n            \"Name\": \"Turkmenistan\"\n        },\n        {\n            \"Code\": \"90\",\n            \"Id\": 223,\n            \"Name\": \"Turkey\"\n        },\n        {\n            \"Code\": \"216\",\n            \"Id\": 222,\n            \"Name\": \"Tunisia\"\n        },\n        {\n            \"Code\": \"1868\",\n            \"Id\": 221,\n            \"Name\": \"Trinidad And Tobago\"\n        },\n        {\n            \"Code\": \"676\",\n            \"Id\": 220,\n            \"Name\": \"Tonga\"\n        },\n        {\n            \"Code\": \"690\",\n            \"Id\": 219,\n            \"Name\": \"Tokelau\"\n        },\n        {\n            \"Code\": \"228\",\n            \"Id\": 218,\n            \"Name\": \"Togo\"\n        },\n        {\n            \"Code\": \"66\",\n            \"Id\": 217,\n            \"Name\": \"Thailand\"\n        },\n        {\n            \"Code\": \"255\",\n            \"Id\": 216,\n            \"Name\": \"Tanzania\"\n        },\n        {\n            \"Code\": \"992\",\n            \"Id\": 215,\n            \"Name\": \"Tajikistan\"\n        },\n        {\n            \"Code\": \"886\",\n            \"Id\": 214,\n            \"Name\": \"Taiwan\"\n        },\n        {\n            \"Code\": \"963\",\n            \"Id\": 213,\n            \"Name\": \"Syria\"\n        },\n        {\n            \"Code\": \"41\",\n            \"Id\": 212,\n            \"Name\": \"Switzerland\"\n        },\n        {\n            \"Code\": \"46\",\n            \"Id\": 211,\n            \"Name\": \"Sweden\"\n        },\n        {\n            \"Code\": \"268\",\n            \"Id\": 210,\n            \"Name\": \"Swaziland\"\n        },\n        {\n            \"Code\": \"47\",\n            \"Id\": 209,\n            \"Name\": \"Svalbard And Jan Mayen Islands\"\n        },\n        {\n            \"Code\": \"597\",\n            \"Id\": 208,\n            \"Name\": \"Suriname\"\n        },\n        {\n            \"Code\": \"249\",\n            \"Id\": 207,\n            \"Name\": \"Sudan\"\n        },\n        {\n            \"Code\": \"94\",\n            \"Id\": 206,\n            \"Name\": \"Sri Lanka\"\n        },\n        {\n            \"Code\": \"34\",\n            \"Id\": 205,\n            \"Name\": \"Spain\"\n        },\n        {\n            \"Code\": \"211\",\n            \"Id\": 204,\n            \"Name\": \"South Sudan\"\n        },\n        {\n            \"Code\": \"0\",\n            \"Id\": 203,\n            \"Name\": \"South Georgia\"\n        },\n        {\n            \"Code\": \"27\",\n            \"Id\": 202,\n            \"Name\": \"South Africa\"\n        },\n        {\n            \"Code\": \"252\",\n            \"Id\": 201,\n            \"Name\": \"Somalia\"\n        },\n        {\n            \"Code\": \"677\",\n            \"Id\": 200,\n            \"Name\": \"Solomon Islands\"\n        },\n        {\n            \"Code\": \"44\",\n            \"Id\": 199,\n            \"Name\": \"Smaller Territories of the UK\"\n        },\n        {\n            \"Code\": \"386\",\n            \"Id\": 198,\n            \"Name\": \"Slovenia\"\n        },\n        {\n            \"Code\": \"421\",\n            \"Id\": 197,\n            \"Name\": \"Slovakia\"\n        },\n        {\n            \"Code\": \"65\",\n            \"Id\": 196,\n            \"Name\": \"Singapore\"\n        },\n        {\n            \"Code\": \"232\",\n            \"Id\": 195,\n            \"Name\": \"Sierra Leone\"\n        },\n        {\n            \"Code\": \"248\",\n            \"Id\": 194,\n            \"Name\": \"Seychelles\"\n        },\n        {\n            \"Code\": \"381\",\n            \"Id\": 193,\n            \"Name\": \"Serbia\"\n        },\n        {\n            \"Code\": \"221\",\n            \"Id\": 192,\n            \"Name\": \"Senegal\"\n        },\n        {\n            \"Code\": \"966\",\n            \"Id\": 191,\n            \"Name\": \"Saudi Arabia\"\n        },\n        {\n            \"Code\": \"239\",\n            \"Id\": 190,\n            \"Name\": \"Sao Tome and Principe\"\n        },\n        {\n            \"Code\": \"378\",\n            \"Id\": 189,\n            \"Name\": \"San Marino\"\n        },\n        {\n            \"Code\": \"684\",\n            \"Id\": 188,\n            \"Name\": \"Samoa\"\n        },\n        {\n            \"Code\": \"1784\",\n            \"Id\": 187,\n            \"Name\": \"Saint Vincent And The Grenadines\"\n        },\n        {\n            \"Code\": \"508\",\n            \"Id\": 186,\n            \"Name\": \"Saint Pierre and Miquelon\"\n        },\n        {\n            \"Code\": \"1758\",\n            \"Id\": 185,\n            \"Name\": \"Saint Lucia\"\n        },\n        {\n            \"Code\": \"1869\",\n            \"Id\": 184,\n            \"Name\": \"Saint Kitts And Nevis\"\n        },\n        {\n            \"Code\": \"290\",\n            \"Id\": 183,\n            \"Name\": \"Saint Helena\"\n        },\n        {\n            \"Code\": \"250\",\n            \"Id\": 182,\n            \"Name\": \"Rwanda\"\n        },\n        {\n            \"Code\": \"70\",\n            \"Id\": 181,\n            \"Name\": \"Russia\"\n        },\n        {\n            \"Code\": \"40\",\n            \"Id\": 180,\n            \"Name\": \"Romania\"\n        },\n        {\n            \"Code\": \"262\",\n            \"Id\": 179,\n            \"Name\": \"Reunion\"\n        },\n        {\n            \"Code\": \"974\",\n            \"Id\": 178,\n            \"Name\": \"Qatar\"\n        },\n        {\n            \"Code\": \"1787\",\n            \"Id\": 177,\n            \"Name\": \"Puerto Rico\"\n        },\n        {\n            \"Code\": \"351\",\n            \"Id\": 176,\n            \"Name\": \"Portugal\"\n        },\n        {\n            \"Code\": \"48\",\n            \"Id\": 175,\n            \"Name\": \"Poland\"\n        },\n        {\n            \"Code\": \"0\",\n            \"Id\": 174,\n            \"Name\": \"Pitcairn Island\"\n        },\n        {\n            \"Code\": \"63\",\n            \"Id\": 173,\n            \"Name\": \"Philippines\"\n        },\n        {\n            \"Code\": \"51\",\n            \"Id\": 172,\n            \"Name\": \"Peru\"\n        },\n        {\n            \"Code\": \"595\",\n            \"Id\": 171,\n            \"Name\": \"Paraguay\"\n        },\n        {\n            \"Code\": \"675\",\n            \"Id\": 170,\n            \"Name\": \"Papua new Guinea\"\n        },\n        {\n            \"Code\": \"507\",\n            \"Id\": 169,\n            \"Name\": \"Panama\"\n        },\n        {\n            \"Code\": \"970\",\n            \"Id\": 168,\n            \"Name\": \"Palestinian Territory Occupied\"\n        },\n        {\n            \"Code\": \"680\",\n            \"Id\": 167,\n            \"Name\": \"Palau\"\n        },\n        {\n            \"Code\": \"92\",\n            \"Id\": 166,\n            \"Name\": \"Pakistan\"\n        },\n        {\n            \"Code\": \"968\",\n            \"Id\": 165,\n            \"Name\": \"Oman\"\n        },\n        {\n            \"Code\": \"47\",\n            \"Id\": 164,\n            \"Name\": \"Norway\"\n        },\n        {\n            \"Code\": \"1670\",\n            \"Id\": 163,\n            \"Name\": \"Northern Mariana Islands\"\n        },\n        {\n            \"Code\": \"672\",\n            \"Id\": 162,\n            \"Name\": \"Norfolk Island\"\n        },\n        {\n            \"Code\": \"683\",\n            \"Id\": 161,\n            \"Name\": \"Niue\"\n        },\n        {\n            \"Code\": \"234\",\n            \"Id\": 160,\n            \"Name\": \"Nigeria\"\n        },\n        {\n            \"Code\": \"227\",\n            \"Id\": 159,\n            \"Name\": \"Niger\"\n        },\n        {\n            \"Code\": \"505\",\n            \"Id\": 158,\n            \"Name\": \"Nicaragua\"\n        },\n        {\n            \"Code\": \"64\",\n            \"Id\": 157,\n            \"Name\": \"New Zealand\"\n        },\n        {\n            \"Code\": \"687\",\n            \"Id\": 156,\n            \"Name\": \"New Caledonia\"\n        },\n        {\n            \"Code\": \"31\",\n            \"Id\": 155,\n            \"Name\": \"Netherlands The\"\n        },\n        {\n            \"Code\": \"599\",\n            \"Id\": 154,\n            \"Name\": \"Netherlands Antilles\"\n        },\n        {\n            \"Code\": \"977\",\n            \"Id\": 153,\n            \"Name\": \"Nepal\"\n        },\n        {\n            \"Code\": \"674\",\n            \"Id\": 152,\n            \"Name\": \"Nauru\"\n        },\n        {\n            \"Code\": \"264\",\n            \"Id\": 151,\n            \"Name\": \"Namibia\"\n        },\n        {\n            \"Code\": \"95\",\n            \"Id\": 150,\n            \"Name\": \"Myanmar\"\n        },\n        {\n            \"Code\": \"258\",\n            \"Id\": 149,\n            \"Name\": \"Mozambique\"\n        },\n        {\n            \"Code\": \"212\",\n            \"Id\": 148,\n            \"Name\": \"Morocco\"\n        },\n        {\n            \"Code\": \"1664\",\n            \"Id\": 147,\n            \"Name\": \"Montserrat\"\n        },\n        {\n            \"Code\": \"976\",\n            \"Id\": 146,\n            \"Name\": \"Mongolia\"\n        },\n        {\n            \"Code\": \"377\",\n            \"Id\": 145,\n            \"Name\": \"Monaco\"\n        },\n        {\n            \"Code\": \"373\",\n            \"Id\": 144,\n            \"Name\": \"Moldova\"\n        },\n        {\n            \"Code\": \"691\",\n            \"Id\": 143,\n            \"Name\": \"Micronesia\"\n        },\n        {\n            \"Code\": \"52\",\n            \"Id\": 142,\n            \"Name\": \"Mexico\"\n        },\n        {\n            \"Code\": \"269\",\n            \"Id\": 141,\n            \"Name\": \"Mayotte\"\n        },\n        {\n            \"Code\": \"230\",\n            \"Id\": 140,\n            \"Name\": \"Mauritius\"\n        },\n        {\n            \"Code\": \"222\",\n            \"Id\": 139,\n            \"Name\": \"Mauritania\"\n        },\n        {\n            \"Code\": \"596\",\n            \"Id\": 138,\n            \"Name\": \"Martinique\"\n        },\n        {\n            \"Code\": \"692\",\n            \"Id\": 137,\n            \"Name\": \"Marshall Islands\"\n        },\n        {\n            \"Code\": \"44\",\n            \"Id\": 136,\n            \"Name\": \"Man (Isle of)\"\n        },\n        {\n            \"Code\": \"356\",\n            \"Id\": 135,\n            \"Name\": \"Malta\"\n        },\n        {\n            \"Code\": \"223\",\n            \"Id\": 134,\n            \"Name\": \"Mali\"\n        },\n        {\n            \"Code\": \"960\",\n            \"Id\": 133,\n            \"Name\": \"Maldives\"\n        },\n        {\n            \"Code\": \"60\",\n            \"Id\": 132,\n            \"Name\": \"Malaysia\"\n        },\n        {\n            \"Code\": \"265\",\n            \"Id\": 131,\n            \"Name\": \"Malawi\"\n        },\n        {\n            \"Code\": \"261\",\n            \"Id\": 130,\n            \"Name\": \"Madagascar\"\n        },\n        {\n            \"Code\": \"389\",\n            \"Id\": 129,\n            \"Name\": \"Macedonia\"\n        },\n        {\n            \"Code\": \"853\",\n            \"Id\": 128,\n            \"Name\": \"Macau S.A.R.\"\n        },\n        {\n            \"Code\": \"352\",\n            \"Id\": 127,\n            \"Name\": \"Luxembourg\"\n        },\n        {\n            \"Code\": \"370\",\n            \"Id\": 126,\n            \"Name\": \"Lithuania\"\n        },\n        {\n            \"Code\": \"423\",\n            \"Id\": 125,\n            \"Name\": \"Liechtenstein\"\n        },\n        {\n            \"Code\": \"218\",\n            \"Id\": 124,\n            \"Name\": \"Libya\"\n        },\n        {\n            \"Code\": \"231\",\n            \"Id\": 123,\n            \"Name\": \"Liberia\"\n        },\n        {\n            \"Code\": \"266\",\n            \"Id\": 122,\n            \"Name\": \"Lesotho\"\n        },\n        {\n            \"Code\": \"961\",\n            \"Id\": 121,\n            \"Name\": \"Lebanon\"\n        },\n        {\n            \"Code\": \"371\",\n            \"Id\": 120,\n            \"Name\": \"Latvia\"\n        },\n        {\n            \"Code\": \"856\",\n            \"Id\": 119,\n            \"Name\": \"Laos\"\n        },\n        {\n            \"Code\": \"996\",\n            \"Id\": 118,\n            \"Name\": \"Kyrgyzstan\"\n        },\n        {\n            \"Code\": \"965\",\n            \"Id\": 117,\n            \"Name\": \"Kuwait\"\n        },\n        {\n            \"Code\": \"82\",\n            \"Id\": 116,\n            \"Name\": \"Korea South\"\n        },\n        {\n            \"Code\": \"850\",\n            \"Id\": 115,\n            \"Name\": \"Korea North\"\n        },\n        {\n            \"Code\": \"686\",\n            \"Id\": 114,\n            \"Name\": \"Kiribati\"\n        },\n        {\n            \"Code\": \"254\",\n            \"Id\": 113,\n            \"Name\": \"Kenya\"\n        },\n        {\n            \"Code\": \"7\",\n            \"Id\": 112,\n            \"Name\": \"Kazakhstan\"\n        },\n        {\n            \"Code\": \"962\",\n            \"Id\": 111,\n            \"Name\": \"Jordan\"\n        },\n        {\n            \"Code\": \"44\",\n            \"Id\": 110,\n            \"Name\": \"Jersey\"\n        },\n        {\n            \"Code\": \"81\",\n            \"Id\": 109,\n            \"Name\": \"Japan\"\n        },\n        {\n            \"Code\": \"1876\",\n            \"Id\": 108,\n            \"Name\": \"Jamaica\"\n        },\n        {\n            \"Code\": \"39\",\n            \"Id\": 107,\n            \"Name\": \"Italy\"\n        },\n        {\n            \"Code\": \"972\",\n            \"Id\": 106,\n            \"Name\": \"Israel\"\n        },\n        {\n            \"Code\": \"353\",\n            \"Id\": 105,\n            \"Name\": \"Ireland\"\n        },\n        {\n            \"Code\": \"964\",\n            \"Id\": 104,\n            \"Name\": \"Iraq\"\n        },\n        {\n            \"Code\": \"98\",\n            \"Id\": 103,\n            \"Name\": \"Iran\"\n        },\n        {\n            \"Code\": \"62\",\n            \"Id\": 102,\n            \"Name\": \"Indonesia\"\n        },\n        {\n            \"Code\": \"91\",\n            \"Id\": 101,\n            \"Name\": \"India\"\n        },\n        {\n            \"Code\": \"354\",\n            \"Id\": 100,\n            \"Name\": \"Iceland\"\n        },\n        {\n            \"Code\": \"36\",\n            \"Id\": 99,\n            \"Name\": \"Hungary\"\n        },\n        {\n            \"Code\": \"852\",\n            \"Id\": 98,\n            \"Name\": \"Hong Kong S.A.R.\"\n        },\n        {\n            \"Code\": \"504\",\n            \"Id\": 97,\n            \"Name\": \"Honduras\"\n        },\n        {\n            \"Code\": \"0\",\n            \"Id\": 96,\n            \"Name\": \"Heard and McDonald Islands\"\n        },\n        {\n            \"Code\": \"509\",\n            \"Id\": 95,\n            \"Name\": \"Haiti\"\n        },\n        {\n            \"Code\": \"592\",\n            \"Id\": 94,\n            \"Name\": \"Guyana\"\n        },\n        {\n            \"Code\": \"245\",\n            \"Id\": 93,\n            \"Name\": \"Guinea-Bissau\"\n        },\n        {\n            \"Code\": \"224\",\n            \"Id\": 92,\n            \"Name\": \"Guinea\"\n        },\n        {\n            \"Code\": \"44\",\n            \"Id\": 91,\n            \"Name\": \"Guernsey and Alderney\"\n        },\n        {\n            \"Code\": \"502\",\n            \"Id\": 90,\n            \"Name\": \"Guatemala\"\n        },\n        {\n            \"Code\": \"1671\",\n            \"Id\": 89,\n            \"Name\": \"Guam\"\n        },\n        {\n            \"Code\": \"590\",\n            \"Id\": 88,\n            \"Name\": \"Guadeloupe\"\n        },\n        {\n            \"Code\": \"1473\",\n            \"Id\": 87,\n            \"Name\": \"Grenada\"\n        },\n        {\n            \"Code\": \"299\",\n            \"Id\": 86,\n            \"Name\": \"Greenland\"\n        },\n        {\n            \"Code\": \"30\",\n            \"Id\": 85,\n            \"Name\": \"Greece\"\n        },\n        {\n            \"Code\": \"350\",\n            \"Id\": 84,\n            \"Name\": \"Gibraltar\"\n        },\n        {\n            \"Code\": \"233\",\n            \"Id\": 83,\n            \"Name\": \"Ghana\"\n        },\n        {\n            \"Code\": \"49\",\n            \"Id\": 82,\n            \"Name\": \"Germany\"\n        },\n        {\n            \"Code\": \"995\",\n            \"Id\": 81,\n            \"Name\": \"Georgia\"\n        },\n        {\n            \"Code\": \"220\",\n            \"Id\": 80,\n            \"Name\": \"Gambia The\"\n        },\n        {\n            \"Code\": \"241\",\n            \"Id\": 79,\n            \"Name\": \"Gabon\"\n        },\n        {\n            \"Code\": \"0\",\n            \"Id\": 78,\n            \"Name\": \"French Southern Territories\"\n        },\n        {\n            \"Code\": \"689\",\n            \"Id\": 77,\n            \"Name\": \"French Polynesia\"\n        },\n        {\n            \"Code\": \"594\",\n            \"Id\": 76,\n            \"Name\": \"French Guiana\"\n        },\n        {\n            \"Code\": \"33\",\n            \"Id\": 75,\n            \"Name\": \"France\"\n        },\n        {\n            \"Code\": \"358\",\n            \"Id\": 74,\n            \"Name\": \"Finland\"\n        },\n        {\n            \"Code\": \"679\",\n            \"Id\": 73,\n            \"Name\": \"Fiji Islands\"\n        },\n        {\n            \"Code\": \"298\",\n            \"Id\": 72,\n            \"Name\": \"Faroe Islands\"\n        },\n        {\n            \"Code\": \"500\",\n            \"Id\": 71,\n            \"Name\": \"Falkland Islands\"\n        },\n        {\n            \"Code\": \"61\",\n            \"Id\": 70,\n            \"Name\": \"External Territories of Australia\"\n        },\n        {\n            \"Code\": \"251\",\n            \"Id\": 69,\n            \"Name\": \"Ethiopia\"\n        },\n        {\n            \"Code\": \"372\",\n            \"Id\": 68,\n            \"Name\": \"Estonia\"\n        },\n        {\n            \"Code\": \"291\",\n            \"Id\": 67,\n            \"Name\": \"Eritrea\"\n        },\n        {\n            \"Code\": \"240\",\n            \"Id\": 66,\n            \"Name\": \"Equatorial Guinea\"\n        },\n        {\n            \"Code\": \"503\",\n            \"Id\": 65,\n            \"Name\": \"El Salvador\"\n        },\n        {\n            \"Code\": \"20\",\n            \"Id\": 64,\n            \"Name\": \"Egypt\"\n        },\n        {\n            \"Code\": \"593\",\n            \"Id\": 63,\n            \"Name\": \"Ecuador\"\n        },\n        {\n            \"Code\": \"670\",\n            \"Id\": 62,\n            \"Name\": \"East Timor\"\n        },\n        {\n            \"Code\": \"1809\",\n            \"Id\": 61,\n            \"Name\": \"Dominican Republic\"\n        },\n        {\n            \"Code\": \"1767\",\n            \"Id\": 60,\n            \"Name\": \"Dominica\"\n        },\n        {\n            \"Code\": \"253\",\n            \"Id\": 59,\n            \"Name\": \"Djibouti\"\n        },\n        {\n            \"Code\": \"45\",\n            \"Id\": 58,\n            \"Name\": \"Denmark\"\n        },\n        {\n            \"Code\": \"420\",\n            \"Id\": 57,\n            \"Name\": \"Czech Republic\"\n        },\n        {\n            \"Code\": \"357\",\n            \"Id\": 56,\n            \"Name\": \"Cyprus\"\n        },\n        {\n            \"Code\": \"53\",\n            \"Id\": 55,\n            \"Name\": \"Cuba\"\n        },\n        {\n            \"Code\": \"385\",\n            \"Id\": 54,\n            \"Name\": \"Croatia (Hrvatska)\"\n        },\n        {\n            \"Code\": \"225\",\n            \"Id\": 53,\n            \"Name\": \"Cote D'Ivoire (Ivory Coast)\"\n        },\n        {\n            \"Code\": \"506\",\n            \"Id\": 52,\n            \"Name\": \"Costa Rica\"\n        },\n        {\n            \"Code\": \"682\",\n            \"Id\": 51,\n            \"Name\": \"Cook Islands\"\n        },\n        {\n            \"Code\": \"242\",\n            \"Id\": 50,\n            \"Name\": \"Democratic Republic Of The Congo\"\n        },\n        {\n            \"Code\": \"242\",\n            \"Id\": 49,\n            \"Name\": \"Republic Of The Congo\"\n        },\n        {\n            \"Code\": \"269\",\n            \"Id\": 48,\n            \"Name\": \"Comoros\"\n        },\n        {\n            \"Code\": \"57\",\n            \"Id\": 47,\n            \"Name\": \"Colombia\"\n        },\n        {\n            \"Code\": \"672\",\n            \"Id\": 46,\n            \"Name\": \"Cocos (Keeling) Islands\"\n        },\n        {\n            \"Code\": \"61\",\n            \"Id\": 45,\n            \"Name\": \"Christmas Island\"\n        },\n        {\n            \"Code\": \"86\",\n            \"Id\": 44,\n            \"Name\": \"China\"\n        },\n        {\n            \"Code\": \"56\",\n            \"Id\": 43,\n            \"Name\": \"Chile\"\n        },\n        {\n            \"Code\": \"235\",\n            \"Id\": 42,\n            \"Name\": \"Chad\"\n        },\n        {\n            \"Code\": \"236\",\n            \"Id\": 41,\n            \"Name\": \"Central African Republic\"\n        },\n        {\n            \"Code\": \"1345\",\n            \"Id\": 40,\n            \"Name\": \"Cayman Islands\"\n        },\n        {\n            \"Code\": \"238\",\n            \"Id\": 39,\n            \"Name\": \"Cape Verde\"\n        },\n        {\n            \"Code\": \"237\",\n            \"Id\": 37,\n            \"Name\": \"Cameroon\"\n        },\n        {\n            \"Code\": \"855\",\n            \"Id\": 36,\n            \"Name\": \"Cambodia\"\n        },\n        {\n            \"Code\": \"257\",\n            \"Id\": 35,\n            \"Name\": \"Burundi\"\n        },\n        {\n            \"Code\": \"226\",\n            \"Id\": 34,\n            \"Name\": \"Burkina Faso\"\n        },\n        {\n            \"Code\": \"359\",\n            \"Id\": 33,\n            \"Name\": \"Bulgaria\"\n        },\n        {\n            \"Code\": \"673\",\n            \"Id\": 32,\n            \"Name\": \"Brunei\"\n        },\n        {\n            \"Code\": \"246\",\n            \"Id\": 31,\n            \"Name\": \"British Indian Ocean Territory\"\n        },\n        {\n            \"Code\": \"55\",\n            \"Id\": 30,\n            \"Name\": \"Brazil\"\n        },\n        {\n            \"Code\": \"0\",\n            \"Id\": 29,\n            \"Name\": \"Bouvet Island\"\n        },\n        {\n            \"Code\": \"267\",\n            \"Id\": 28,\n            \"Name\": \"Botswana\"\n        },\n        {\n            \"Code\": \"387\",\n            \"Id\": 27,\n            \"Name\": \"Bosnia and Herzegovina\"\n        },\n        {\n            \"Code\": \"591\",\n            \"Id\": 26,\n            \"Name\": \"Bolivia\"\n        },\n        {\n            \"Code\": \"975\",\n            \"Id\": 25,\n            \"Name\": \"Bhutan\"\n        },\n        {\n            \"Code\": \"1441\",\n            \"Id\": 24,\n            \"Name\": \"Bermuda\"\n        },\n        {\n            \"Code\": \"229\",\n            \"Id\": 23,\n            \"Name\": \"Benin\"\n        },\n        {\n            \"Code\": \"501\",\n            \"Id\": 22,\n            \"Name\": \"Belize\"\n        },\n        {\n            \"Code\": \"32\",\n            \"Id\": 21,\n            \"Name\": \"Belgium\"\n        },\n        {\n            \"Code\": \"375\",\n            \"Id\": 20,\n            \"Name\": \"Belarus\"\n        },\n        {\n            \"Code\": \"1246\",\n            \"Id\": 19,\n            \"Name\": \"Barbados\"\n        },\n        {\n            \"Code\": \"880\",\n            \"Id\": 18,\n            \"Name\": \"Bangladesh\"\n        },\n        {\n            \"Code\": \"973\",\n            \"Id\": 17,\n            \"Name\": \"Bahrain\"\n        },\n        {\n            \"Code\": \"1242\",\n            \"Id\": 16,\n            \"Name\": \"Bahamas The\"\n        },\n        {\n            \"Code\": \"994\",\n            \"Id\": 15,\n            \"Name\": \"Azerbaijan\"\n        },\n        {\n            \"Code\": \"43\",\n            \"Id\": 14,\n            \"Name\": \"Austria\"\n        },\n        {\n            \"Code\": \"61\",\n            \"Id\": 13,\n            \"Name\": \"Australia\"\n        },\n        {\n            \"Code\": \"297\",\n            \"Id\": 12,\n            \"Name\": \"Aruba\"\n        },\n        {\n            \"Code\": \"374\",\n            \"Id\": 11,\n            \"Name\": \"Armenia\"\n        },\n        {\n            \"Code\": \"54\",\n            \"Id\": 10,\n            \"Name\": \"Argentina\"\n        },\n        {\n            \"Code\": \"1268\",\n            \"Id\": 9,\n            \"Name\": \"Antigua And Barbuda\"\n        },\n        {\n            \"Code\": \"0\",\n            \"Id\": 8,\n            \"Name\": \"Antarctica\"\n        },\n        {\n            \"Code\": \"1264\",\n            \"Id\": 7,\n            \"Name\": \"Anguilla\"\n        },\n        {\n            \"Code\": \"244\",\n            \"Id\": 6,\n            \"Name\": \"Angola\"\n        },\n        {\n            \"Code\": \"376\",\n            \"Id\": 5,\n            \"Name\": \"Andorra\"\n        },\n        {\n            \"Code\": \"1684\",\n            \"Id\": 4,\n            \"Name\": \"American Samoa\"\n        },\n        {\n            \"Code\": \"213\",\n            \"Id\": 3,\n            \"Name\": \"Algeria\"\n        },\n        {\n            \"Code\": \"355\",\n            \"Id\": 2,\n            \"Name\": \"Albania\"\n        },\n        {\n            \"Code\": \"93\",\n            \"Id\": 1,\n            \"Name\": \"Afghanistan\"\n        },\n        {\n            \"Code\": \"1\",\n            \"Id\": 38,\n            \"Name\": \"Canada\"\n        }\n    ],\n    \"IsSucceeded\": true,\n    \"ErrorList\": [],\n    \"ParameterList\": []\n}"}],"_postman_id":"59316a0c-e497-40e8-9b9f-cf618317f308"},{"name":"Get Province List By Country","id":"ca46bb28-8bab-4635-bf04-c4ef4d6b3f01","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{token}}"}]},"isInherited":false},"method":"POST","header":[],"body":{"mode":"raw","raw":"38","options":{"raw":{"language":"json"}}},"url":"https://connect.dcbankapi.ca:35344/customerintegrationapi/v1.0/Parameter/GetProvinceListByCountry","description":"<h3 id=\"description\">Description</h3>\n<p>This API will provide a list of the provinces in a specified country. To get Province List, the ID of the country must be provided. This value can be obtained from the <em>Get Country List API.</em></p>\n<h3 id=\"request-parameters\">Request Parameters</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Name</th>\n<th>Type</th>\n<th>Max Length</th>\n<th>Description</th>\n<th>Required/ Optional</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Id</td>\n<td><em>Numeric</em></td>\n<td>-</td>\n<td>The ID of the country where the province exists.</td>\n<td><strong>Required</strong></td>\n</tr>\n</tbody>\n</table>\n</div><h3 id=\"response-parameters\">Response Parameters</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Name</th>\n<th>Type</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Id</td>\n<td><em>Numeric</em></td>\n<td>The ID of the province.</td>\n</tr>\n<tr>\n<td>Name</td>\n<td><em>String</em></td>\n<td>The name of the province.</td>\n</tr>\n</tbody>\n</table>\n</div><h3 id=\"related-errors\">Related Errors</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Error Code</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td></td>\n<td></td>\n</tr>\n</tbody>\n</table>\n</div><h3 id=\"version\">Version</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Version Supported</th>\n<th>Date Released</th>\n<th><strong>Deprecation Date</strong></th>\n<th>End of Life Date</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>v1.0</td>\n<td>December 2019</td>\n<td>TBD</td>\n<td>TBD</td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"path":["customerintegrationapi","v1.0","Parameter","GetProvinceListByCountry"],"host":["https://connect.dcbankapi.ca:35344"],"query":[],"variable":[]}},"response":[{"id":"cc9b656f-3912-41af-ac64-36d7ce4ee0a0","name":"Get Province List By Country","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"38","options":{"raw":{"language":"json"}}},"url":"https://connect.dcbankapi.ca:35344/customerintegrationapi/v1.0/Parameter/GetProvinceListByCountry"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Thu, 14 May 2020 23:11:38 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"315"},{"key":"Connection","value":"keep-alive"},{"key":"Content-Encoding","value":"br"},{"key":"Vary","value":"Accept-Encoding"},{"key":"Server","value":"nginx/1.15.10"},{"key":"X-Powered-By","value":"ASP.NET"},{"key":"Set-Cookie","value":"ARRAffinity=eb8046a771af187481bd962f4b3b59093d134d8cb9f92ea86e26e730ef047fb2;Path=/;HttpOnly;Domain=dcb-cusapi-uat.azurewebsites.net:443"}],"cookie":[],"responseTime":null,"body":"{\n    \"ErrorCode\": \"0\",\n    \"ErrorDescription\": \"Successfull\",\n    \"StackTrace\": null,\n    \"Item\": [\n        {\n            \"Id\": 663,\n            \"Name\": \"Alberta\"\n        },\n        {\n            \"Id\": 664,\n            \"Name\": \"British Columbia\"\n        },\n        {\n            \"Id\": 665,\n            \"Name\": \"Manitoba\"\n        },\n        {\n            \"Id\": 666,\n            \"Name\": \"New Brunswick\"\n        },\n        {\n            \"Id\": 667,\n            \"Name\": \"Newfoundland and Labrador\"\n        },\n        {\n            \"Id\": 668,\n            \"Name\": \"Northwest Territories\"\n        },\n        {\n            \"Id\": 669,\n            \"Name\": \"Nova Scotia\"\n        },\n        {\n            \"Id\": 670,\n            \"Name\": \"Nunavut\"\n        },\n        {\n            \"Id\": 671,\n            \"Name\": \"Ontario\"\n        },\n        {\n            \"Id\": 672,\n            \"Name\": \"Prince Edward Island\"\n        },\n        {\n            \"Id\": 673,\n            \"Name\": \"Quebec\"\n        },\n        {\n            \"Id\": 674,\n            \"Name\": \"Saskatchewan\"\n        },\n        {\n            \"Id\": 675,\n            \"Name\": \"Yukon\"\n        }\n    ],\n    \"IsSucceeded\": true,\n    \"ErrorList\": [],\n    \"ParameterList\": []\n}"}],"_postman_id":"ca46bb28-8bab-4635-bf04-c4ef4d6b3f01"},{"name":"Get City List By Province","id":"8a569b8a-3e21-49e6-911c-45d3d6107d05","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{token}}"}]},"isInherited":false},"method":"POST","header":[],"body":{"mode":"raw","raw":"663","options":{"raw":{"language":"json"}}},"url":"https://connect.dcbankapi.ca:35344/customerintegrationapi/v1.0/Parameter/GetCityListByProvince","description":"<h3 id=\"description\">Description</h3>\n<p>This API will provide a list of cities in the specified province. The user must have the ID of the Province where the city exists. This provincial ID value can be obtained using the <em>Get Province List By Country API</em>.</p>\n<h3 id=\"request-parameters\">Request Parameters</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Name</th>\n<th>Type</th>\n<th>Max Length</th>\n<th>Description</th>\n<th>Required/ Optional</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Id</td>\n<td><em>Numeric</em></td>\n<td>-</td>\n<td>The provincal ID.</td>\n<td><strong>Required</strong></td>\n</tr>\n</tbody>\n</table>\n</div><h3 id=\"response-parameters\">Response Parameters</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Name</th>\n<th>Type</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Id</td>\n<td><em>Numeric</em></td>\n<td>The ID of the city.</td>\n</tr>\n<tr>\n<td>Name</td>\n<td><em>String</em></td>\n<td>The name of the city.</td>\n</tr>\n</tbody>\n</table>\n</div><h3 id=\"related-errors\">Related Errors</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Error Code</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td></td>\n<td></td>\n</tr>\n</tbody>\n</table>\n</div><h3 id=\"version\">Version</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Version Supported</th>\n<th>Date Released</th>\n<th><strong>Deprecation Date</strong></th>\n<th>End of Life Date</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>v1.0</td>\n<td>December 2019</td>\n<td>TBD</td>\n<td>TBD</td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"path":["customerintegrationapi","v1.0","Parameter","GetCityListByProvince"],"host":["https://connect.dcbankapi.ca:35344"],"query":[],"variable":[]}},"response":[{"id":"a630efde-6b97-4c8f-a41c-e48a9a603115","name":"Get City List By Province","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"663","options":{"raw":{"language":"json"}}},"url":"https://connect.dcbankapi.ca:35344/customerintegrationapi/v1.0/Parameter/GetCityListByProvince"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Thu, 14 May 2020 23:10:43 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"2562"},{"key":"Connection","value":"keep-alive"},{"key":"Content-Encoding","value":"gzip"},{"key":"Vary","value":"Accept-Encoding"},{"key":"Server","value":"nginx/1.15.10"},{"key":"X-Powered-By","value":"ASP.NET"},{"key":"Set-Cookie","value":"ARRAffinity=eb8046a771af187481bd962f4b3b59093d134d8cb9f92ea86e26e730ef047fb2;Path=/;HttpOnly;Domain=dcb-cusapi-uat.azurewebsites.net:443"}],"cookie":[],"responseTime":null,"body":"{\n    \"ErrorCode\": \"0\",\n    \"ErrorDescription\": \"Successfull\",\n    \"StackTrace\": null,\n    \"Item\": [\n        {\n            \"Id\": 10093,\n            \"Name\": \"Airdrie\"\n        },\n        {\n            \"Id\": 10094,\n            \"Name\": \"Athabasca\"\n        },\n        {\n            \"Id\": 10095,\n            \"Name\": \"Banff\"\n        },\n        {\n            \"Id\": 10096,\n            \"Name\": \"Barrhead\"\n        },\n        {\n            \"Id\": 10097,\n            \"Name\": \"Bassano\"\n        },\n        {\n            \"Id\": 10098,\n            \"Name\": \"Beaumont\"\n        },\n        {\n            \"Id\": 10099,\n            \"Name\": \"Beaverlodge\"\n        },\n        {\n            \"Id\": 10100,\n            \"Name\": \"Black Diamond\"\n        },\n        {\n            \"Id\": 10101,\n            \"Name\": \"Blackfalds\"\n        },\n        {\n            \"Id\": 10102,\n            \"Name\": \"Blairmore\"\n        },\n        {\n            \"Id\": 10103,\n            \"Name\": \"Bon Accord\"\n        },\n        {\n            \"Id\": 10104,\n            \"Name\": \"Bonnyville\"\n        },\n        {\n            \"Id\": 10105,\n            \"Name\": \"Bow Island\"\n        },\n        {\n            \"Id\": 10106,\n            \"Name\": \"Brooks\"\n        },\n        {\n            \"Id\": 10107,\n            \"Name\": \"Calgary\"\n        },\n        {\n            \"Id\": 10108,\n            \"Name\": \"Calmar\"\n        },\n        {\n            \"Id\": 10109,\n            \"Name\": \"Camrose\"\n        },\n        {\n            \"Id\": 10110,\n            \"Name\": \"Canmore\"\n        },\n        {\n            \"Id\": 10111,\n            \"Name\": \"Cardston\"\n        },\n        {\n            \"Id\": 10112,\n            \"Name\": \"Carstairs\"\n        },\n        {\n            \"Id\": 10113,\n            \"Name\": \"Chateau Lake Louise\"\n        },\n        {\n            \"Id\": 10114,\n            \"Name\": \"Chestermere\"\n        },\n        {\n            \"Id\": 10115,\n            \"Name\": \"Clairmont\"\n        },\n        {\n            \"Id\": 10116,\n            \"Name\": \"Claresholm\"\n        },\n        {\n            \"Id\": 10117,\n            \"Name\": \"Coaldale\"\n        },\n        {\n            \"Id\": 10118,\n            \"Name\": \"Coalhurst\"\n        },\n        {\n            \"Id\": 10119,\n            \"Name\": \"Cochrane\"\n        },\n        {\n            \"Id\": 10120,\n            \"Name\": \"Crossfield\"\n        },\n        {\n            \"Id\": 10121,\n            \"Name\": \"Devon\"\n        },\n        {\n            \"Id\": 10122,\n            \"Name\": \"Didsbury\"\n        },\n        {\n            \"Id\": 10123,\n            \"Name\": \"Drayton Valley\"\n        },\n        {\n            \"Id\": 10124,\n            \"Name\": \"Drumheller\"\n        },\n        {\n            \"Id\": 10125,\n            \"Name\": \"Edmonton\"\n        },\n        {\n            \"Id\": 10126,\n            \"Name\": \"Edson\"\n        },\n        {\n            \"Id\": 10127,\n            \"Name\": \"Elk Point\"\n        },\n        {\n            \"Id\": 10128,\n            \"Name\": \"Fairview\"\n        },\n        {\n            \"Id\": 10129,\n            \"Name\": \"Falher\"\n        },\n        {\n            \"Id\": 10130,\n            \"Name\": \"Fort MacLeod\"\n        },\n        {\n            \"Id\": 10131,\n            \"Name\": \"Fox Creek\"\n        },\n        {\n            \"Id\": 10132,\n            \"Name\": \"Gibbons\"\n        },\n        {\n            \"Id\": 10133,\n            \"Name\": \"Grand Centre\"\n        },\n        {\n            \"Id\": 10134,\n            \"Name\": \"Grande Cache\"\n        },\n        {\n            \"Id\": 10135,\n            \"Name\": \"Grande Prairie\"\n        },\n        {\n            \"Id\": 10136,\n            \"Name\": \"Grimshaw\"\n        },\n        {\n            \"Id\": 10137,\n            \"Name\": \"Hanna\"\n        },\n        {\n            \"Id\": 10138,\n            \"Name\": \"High Level\"\n        },\n        {\n            \"Id\": 10139,\n            \"Name\": \"High Prairie\"\n        },\n        {\n            \"Id\": 10140,\n            \"Name\": \"High River\"\n        },\n        {\n            \"Id\": 10141,\n            \"Name\": \"Hinton\"\n        },\n        {\n            \"Id\": 10142,\n            \"Name\": \"Irricana\"\n        },\n        {\n            \"Id\": 10143,\n            \"Name\": \"Jasper\"\n        },\n        {\n            \"Id\": 10144,\n            \"Name\": \"Killam\"\n        },\n        {\n            \"Id\": 10145,\n            \"Name\": \"La Crete\"\n        },\n        {\n            \"Id\": 10146,\n            \"Name\": \"Lac la Biche\"\n        },\n        {\n            \"Id\": 10147,\n            \"Name\": \"Lacombe\"\n        },\n        {\n            \"Id\": 10148,\n            \"Name\": \"Lamont\"\n        },\n        {\n            \"Id\": 10149,\n            \"Name\": \"Leduc\"\n        },\n        {\n            \"Id\": 10150,\n            \"Name\": \"Lethbridge\"\n        },\n        {\n            \"Id\": 10151,\n            \"Name\": \"Lloydminster\"\n        },\n        {\n            \"Id\": 10152,\n            \"Name\": \"Magrath\"\n        },\n        {\n            \"Id\": 10153,\n            \"Name\": \"Manning\"\n        },\n        {\n            \"Id\": 10154,\n            \"Name\": \"Mayerthorpe\"\n        },\n        {\n            \"Id\": 10155,\n            \"Name\": \"McMurray\"\n        },\n        {\n            \"Id\": 10156,\n            \"Name\": \"Medicine Hat\"\n        },\n        {\n            \"Id\": 10157,\n            \"Name\": \"Millet\"\n        },\n        {\n            \"Id\": 10158,\n            \"Name\": \"Morinville\"\n        },\n        {\n            \"Id\": 10159,\n            \"Name\": \"Nanton\"\n        },\n        {\n            \"Id\": 10160,\n            \"Name\": \"Okotoks\"\n        },\n        {\n            \"Id\": 10161,\n            \"Name\": \"Olds\"\n        },\n        {\n            \"Id\": 10162,\n            \"Name\": \"Peace River\"\n        },\n        {\n            \"Id\": 10163,\n            \"Name\": \"Penhold\"\n        },\n        {\n            \"Id\": 10164,\n            \"Name\": \"Picture Butte\"\n        },\n        {\n            \"Id\": 10165,\n            \"Name\": \"Pincher Creek\"\n        },\n        {\n            \"Id\": 10166,\n            \"Name\": \"Ponoka\"\n        },\n        {\n            \"Id\": 10167,\n            \"Name\": \"Provost\"\n        },\n        {\n            \"Id\": 10168,\n            \"Name\": \"Raymond\"\n        },\n        {\n            \"Id\": 10169,\n            \"Name\": \"Red Deer\"\n        },\n        {\n            \"Id\": 10170,\n            \"Name\": \"Redwater\"\n        },\n        {\n            \"Id\": 10171,\n            \"Name\": \"Rimbey\"\n        },\n        {\n            \"Id\": 10172,\n            \"Name\": \"Rocky Mountain House\"\n        },\n        {\n            \"Id\": 10173,\n            \"Name\": \"Rocky View\"\n        },\n        {\n            \"Id\": 10174,\n            \"Name\": \"Saint Paul\"\n        },\n        {\n            \"Id\": 10175,\n            \"Name\": \"Sexsmith\"\n        },\n        {\n            \"Id\": 10176,\n            \"Name\": \"Sherwood Park\"\n        },\n        {\n            \"Id\": 10177,\n            \"Name\": \"Slave Lake\"\n        },\n        {\n            \"Id\": 10178,\n            \"Name\": \"Smoky Lake\"\n        },\n        {\n            \"Id\": 10179,\n            \"Name\": \"Spirit River\"\n        },\n        {\n            \"Id\": 10180,\n            \"Name\": \"Spruce Grove\"\n        },\n        {\n            \"Id\": 10181,\n            \"Name\": \"Stettler\"\n        },\n        {\n            \"Id\": 10182,\n            \"Name\": \"Stony Plain\"\n        },\n        {\n            \"Id\": 10183,\n            \"Name\": \"Strathmore\"\n        },\n        {\n            \"Id\": 10184,\n            \"Name\": \"Sundre\"\n        },\n        {\n            \"Id\": 10185,\n            \"Name\": \"Swan Hills\"\n        },\n        {\n            \"Id\": 10186,\n            \"Name\": \"Sylvan Lake\"\n        },\n        {\n            \"Id\": 10187,\n            \"Name\": \"Taber\"\n        },\n        {\n            \"Id\": 10188,\n            \"Name\": \"Three Hills\"\n        },\n        {\n            \"Id\": 10189,\n            \"Name\": \"Tofield\"\n        },\n        {\n            \"Id\": 10190,\n            \"Name\": \"Two Hills\"\n        },\n        {\n            \"Id\": 10191,\n            \"Name\": \"Valleyview\"\n        },\n        {\n            \"Id\": 10192,\n            \"Name\": \"Vegreville\"\n        },\n        {\n            \"Id\": 10193,\n            \"Name\": \"Vermilion\"\n        },\n        {\n            \"Id\": 10194,\n            \"Name\": \"Viking\"\n        },\n        {\n            \"Id\": 10195,\n            \"Name\": \"Vulcan\"\n        },\n        {\n            \"Id\": 10196,\n            \"Name\": \"Wainwright\"\n        },\n        {\n            \"Id\": 10197,\n            \"Name\": \"Wembley\"\n        },\n        {\n            \"Id\": 10198,\n            \"Name\": \"Westlock\"\n        },\n        {\n            \"Id\": 10199,\n            \"Name\": \"Wetaskiwin\"\n        },\n        {\n            \"Id\": 10200,\n            \"Name\": \"Whitecourt\"\n        },\n        {\n            \"Id\": 10201,\n            \"Name\": \"Wood Buffalo\"\n        },\n        {\n            \"Id\": 48363,\n            \"Name\": \"Innisfail\"\n        },\n        {\n            \"Id\": 48367,\n            \"Name\": \"Bragg Creek\"\n        },\n        {\n            \"Id\": 48371,\n            \"Name\": \"Cold Lake\"\n        },\n        {\n            \"Id\": 58391,\n            \"Name\": \"Saddle Hills County\"\n        },\n        {\n            \"Id\": 58392,\n            \"Name\": \"Fort McMurray\"\n        },\n        {\n            \"Id\": 58397,\n            \"Name\": \"Tees\"\n        },\n        {\n            \"Id\": 58400,\n            \"Name\": \"Sturgeon County\"\n        },\n        {\n            \"Id\": 58411,\n            \"Name\": \"Saddle Lake\"\n        },\n        {\n            \"Id\": 58413,\n            \"Name\": \"Wabasca\"\n        },\n        {\n            \"Id\": 58416,\n            \"Name\": \"Beiseker\"\n        },\n        {\n            \"Id\": 58433,\n            \"Name\": \"St. Albert\"\n        },\n        {\n            \"Id\": 58436,\n            \"Name\": \"Yellowhead County\"\n        },\n        {\n            \"Id\": 58451,\n            \"Name\": \"Coleman\"\n        },\n        {\n            \"Id\": 58457,\n            \"Name\": \"Rycroft\"\n        },\n        {\n            \"Id\": 58476,\n            \"Name\": \"Brooks\"\n        },\n        {\n            \"Id\": 58482,\n            \"Name\": \"Mossleigh\"\n        },\n        {\n            \"Id\": 58488,\n            \"Name\": \"Hay Lakes\"\n        },\n        {\n            \"Id\": 58496,\n            \"Name\": \"Breton\"\n        },\n        {\n            \"Id\": 58510,\n            \"Name\": \"Lake Louise\"\n        },\n        {\n            \"Id\": 58552,\n            \"Name\": \"Alix\"\n        },\n        {\n            \"Id\": 58553,\n            \"Name\": \"Nordegg\"\n        },\n        {\n            \"Id\": 58556,\n            \"Name\": \"Redcliff\"\n        },\n        {\n            \"Id\": 58561,\n            \"Name\": \"Acheson\"\n        },\n        {\n            \"Id\": 58563,\n            \"Name\": \"Calling Lake\"\n        },\n        {\n            \"Id\": 58573,\n            \"Name\": \"Evansburg\"\n        },\n        {\n            \"Id\": 58574,\n            \"Name\": \"Carseland\"\n        },\n        {\n            \"Id\": 58578,\n            \"Name\": \"Rainbow Lake\"\n        },\n        {\n            \"Id\": 58603,\n            \"Name\": \"Langdon\"\n        },\n        {\n            \"Id\": 58606,\n            \"Name\": \"Maskwacis\"\n        },\n        {\n            \"Id\": 58626,\n            \"Name\": \"Seba Beach\"\n        },\n        {\n            \"Id\": 58631,\n            \"Name\": \"Ardley\"\n        },\n        {\n            \"Id\": 58647,\n            \"Name\": \"Niton Junction\"\n        },\n        {\n            \"Id\": 58649,\n            \"Name\": \"Milk River\"\n        },\n        {\n            \"Id\": 58664,\n            \"Name\": \"Consort\"\n        },\n        {\n            \"Id\": 58683,\n            \"Name\": \"Spedden\"\n        },\n        {\n            \"Id\": 58700,\n            \"Name\": \"Dewberry\"\n        },\n        {\n            \"Id\": 58706,\n            \"Name\": \"De Winton\"\n        },\n        {\n            \"Id\": 58736,\n            \"Name\": \"Cleardale\"\n        },\n        {\n            \"Id\": 58750,\n            \"Name\": \"Kananaskis\"\n        },\n        {\n            \"Id\": 58751,\n            \"Name\": \"Marwayne\"\n        },\n        {\n            \"Id\": 58759,\n            \"Name\": \"Nisku\"\n        },\n        {\n            \"Id\": 58761,\n            \"Name\": \"Fort Saskatchewan\"\n        },\n        {\n            \"Id\": 58765,\n            \"Name\": \"Grassland\"\n        },\n        {\n            \"Id\": 58775,\n            \"Name\": \"Rocky View County\"\n        },\n        {\n            \"Id\": 58828,\n            \"Name\": \"Thorsby\"\n        },\n        {\n            \"Id\": 58831,\n            \"Name\": \"Rocky Rapids\"\n        },\n        {\n            \"Id\": 58832,\n            \"Name\": \"Dead Man's Flats\"\n        },\n        {\n            \"Id\": 58863,\n            \"Name\": \"Brocket\"\n        },\n        {\n            \"Id\": 58903,\n            \"Name\": \"Western Alberta (Jasper)\"\n        },\n        {\n            \"Id\": 58905,\n            \"Name\": \"Kitscoty\"\n        },\n        {\n            \"Id\": 58931,\n            \"Name\": \"Carmangay\"\n        },\n        {\n            \"Id\": 58933,\n            \"Name\": \"Wabamun\"\n        },\n        {\n            \"Id\": 58935,\n            \"Name\": \"Patricia\"\n        },\n        {\n            \"Id\": 58938,\n            \"Name\": \"Duchess\"\n        },\n        {\n            \"Id\": 58939,\n            \"Name\": \"Caroline\"\n        },\n        {\n            \"Id\": 58940,\n            \"Name\": \"Stavely\"\n        },\n        {\n            \"Id\": 58948,\n            \"Name\": \"Lancaster Park\"\n        },\n        {\n            \"Id\": 58959,\n            \"Name\": \"Ralston\"\n        },\n        {\n            \"Id\": 58965,\n            \"Name\": \"Innisfree\"\n        },\n        {\n            \"Id\": 58974,\n            \"Name\": \"Coutts\"\n        },\n        {\n            \"Id\": 58976,\n            \"Name\": \"Hines Creek\"\n        },\n        {\n            \"Id\": 58982,\n            \"Name\": \"Standard\"\n        },\n        {\n            \"Id\": 58988,\n            \"Name\": \"Vilna\"\n        },\n        {\n            \"Id\": 58989,\n            \"Name\": \"Fort Chipewyan\"\n        },\n        {\n            \"Id\": 59014,\n            \"Name\": \"Clyde\"\n        },\n        {\n            \"Id\": 59031,\n            \"Name\": \"Kananaskis Country (Claresholm)\"\n        },\n        {\n            \"Id\": 59032,\n            \"Name\": \"Hardisty\"\n        },\n        {\n            \"Id\": 59033,\n            \"Name\": \"Blackie\"\n        },\n        {\n            \"Id\": 59039,\n            \"Name\": \"Milo\"\n        },\n        {\n            \"Id\": 59045,\n            \"Name\": \"Mundare\"\n        },\n        {\n            \"Id\": 59046,\n            \"Name\": \"Duffield\"\n        },\n        {\n            \"Id\": 59047,\n            \"Name\": \"Sturgeon County\"\n        },\n        {\n            \"Id\": 59048,\n            \"Name\": \"Alberta Beach\"\n        },\n        {\n            \"Id\": 59051,\n            \"Name\": \"Conklin\"\n        },\n        {\n            \"Id\": 59085,\n            \"Name\": \"Zama City\"\n        },\n        {\n            \"Id\": 59086,\n            \"Name\": \"Derwent\"\n        },\n        {\n            \"Id\": 59087,\n            \"Name\": \"Tomahawk\"\n        },\n        {\n            \"Id\": 59089,\n            \"Name\": \"Irma\"\n        },\n        {\n            \"Id\": 59095,\n            \"Name\": \"Big Valley\"\n        },\n        {\n            \"Id\": 59096,\n            \"Name\": \"Vauxhall\"\n        },\n        {\n            \"Id\": 59099,\n            \"Name\": \"Parkland County\"\n        },\n        {\n            \"Id\": 59100,\n            \"Name\": \"Edmonton\"\n        },\n        {\n            \"Id\": 59103,\n            \"Name\": \"Mannville\"\n        },\n        {\n            \"Id\": 59108,\n            \"Name\": \"Leduc County\"\n        },\n        {\n            \"Id\": 59134,\n            \"Name\": \"Daysland\"\n        },\n        {\n            \"Id\": 59145,\n            \"Name\": \"Mountain View County\"\n        },\n        {\n            \"Id\": 59153,\n            \"Name\": \"Opportunity No 17\"\n        },\n        {\n            \"Id\": 59159,\n            \"Name\": \"Newell County\"\n        },\n        {\n            \"Id\": 59181,\n            \"Name\": \"Delburne\"\n        },\n        {\n            \"Id\": 59182,\n            \"Name\": \"Vermilion River County\"\n        },\n        {\n            \"Id\": 59203,\n            \"Name\": \"Lomond\"\n        },\n        {\n            \"Id\": 59207,\n            \"Name\": \"Wheatland County\"\n        },\n        {\n            \"Id\": 59215,\n            \"Name\": \"Legal\"\n        },\n        {\n            \"Id\": 59220,\n            \"Name\": \"Clear Hills County\"\n        },\n        {\n            \"Id\": 59244,\n            \"Name\": \"Pincher Creek No 9\"\n        },\n        {\n            \"Id\": 59248,\n            \"Name\": \"Smoky Lake County\"\n        },\n        {\n            \"Id\": 59255,\n            \"Name\": \"Foothills No 31\"\n        },\n        {\n            \"Id\": 59259,\n            \"Name\": \"Taber Municipal District\"\n        },\n        {\n            \"Id\": 59269,\n            \"Name\": \"Mackenzie County\"\n        },\n        {\n            \"Id\": 59270,\n            \"Name\": \"Clearwater County\"\n        },\n        {\n            \"Id\": 59294,\n            \"Name\": \"Lac La Biche County\"\n        },\n        {\n            \"Id\": 59295,\n            \"Name\": \"Alberta\"\n        },\n        {\n            \"Id\": 59297,\n            \"Name\": \"Crowsnest Pass\"\n        },\n        {\n            \"Id\": 59318,\n            \"Name\": \"Strathcona County\"\n        },\n        {\n            \"Id\": 59352,\n            \"Name\": \"Red Deer County\"\n        },\n        {\n            \"Id\": 59359,\n            \"Name\": \"Cypress County\"\n        },\n        {\n            \"Id\": 59368,\n            \"Name\": \"Forty Mile County No 8\"\n        },\n        {\n            \"Id\": 59389,\n            \"Name\": \"Wetaskiwin County No 10\"\n        },\n        {\n            \"Id\": 59402,\n            \"Name\": \"Lethbridge County\"\n        },\n        {\n            \"Id\": 59407,\n            \"Name\": \"Grande Prairie County No 1\"\n        },\n        {\n            \"Id\": 59411,\n            \"Name\": \"Toronto\"\n        }\n    ],\n    \"IsSucceeded\": true,\n    \"ErrorList\": [],\n    \"ParameterList\": []\n}"}],"_postman_id":"8a569b8a-3e21-49e6-911c-45d3d6107d05"},{"name":"Get Cancel Card Reason","id":"03019e7b-1050-4d38-8652-7c276cd1a00c","protocolProfileBehavior":{"disableBodyPruning":true,"disabledSystemHeaders":{}},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{token}}"}]},"isInherited":false},"method":"POST","header":[],"body":{"mode":"raw","raw":"{}","options":{"raw":{"language":"json"}}},"url":"https://connect.dcbankapi.ca:35344/customerintegrationapi/v1.0/Parameter/GetCancelCardReason","description":"<h3 id=\"description\">Description</h3>\n<p>The purpose of this API is to get the reason for card cancellation.</p>\n<h3 id=\"request-parameters\">Request Parameters</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Name</th>\n<th>Type</th>\n<th>Max Length</th>\n<th>Description</th>\n<th>Required/ Optional</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td></td>\n<td></td>\n<td></td>\n<td></td>\n<td></td>\n</tr>\n</tbody>\n</table>\n</div><h3 id=\"response-parameters\">Response Parameters</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Name</th>\n<th>Type</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Id</td>\n<td><em>Numeric</em></td>\n<td>The ID of the reason.</td>\n</tr>\n<tr>\n<td>Code</td>\n<td><em>Numeric</em></td>\n<td>The code of the reason.</td>\n</tr>\n<tr>\n<td>Description</td>\n<td><em>String</em></td>\n<td>A description of the code/ID of the reason to cancel.</td>\n</tr>\n</tbody>\n</table>\n</div><h3 id=\"related-errors\">Related Errors</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Error Code</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td></td>\n<td></td>\n</tr>\n</tbody>\n</table>\n</div><h3 id=\"version\">Version</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Version Supported</th>\n<th>Date Released</th>\n<th><strong>Deprecation Date</strong></th>\n<th>End of Life Date</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>v1.0</td>\n<td>December 2019</td>\n<td>TBD</td>\n<td>TBD</td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"path":["customerintegrationapi","v1.0","Parameter","GetCancelCardReason"],"host":["https://connect.dcbankapi.ca:35344"],"query":[],"variable":[]}},"response":[{"id":"561ca360-072b-4eb5-b946-72db113b3e73","name":"Get Cancel Card Reason","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{}","options":{"raw":{"language":"json"}}},"url":"https://connect.dcbankapi.ca:35344/customerintegrationapi/v1.0/Parameter/GetCancelCardReason"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Thu, 14 May 2020 23:06:00 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"280"},{"key":"Connection","value":"keep-alive"},{"key":"Content-Encoding","value":"gzip"},{"key":"Vary","value":"Accept-Encoding"},{"key":"Server","value":"nginx/1.15.10"},{"key":"X-Powered-By","value":"ASP.NET"},{"key":"Set-Cookie","value":"ARRAffinity=eb8046a771af187481bd962f4b3b59093d134d8cb9f92ea86e26e730ef047fb2;Path=/;HttpOnly;Domain=dcb-cusapi-uat.azurewebsites.net:443"}],"cookie":[],"responseTime":null,"body":"{\n    \"ErrorCode\": \"0\",\n    \"ErrorDescription\": \"Successfull\",\n    \"StackTrace\": null,\n    \"Item\": [\n        {\n            \"Id\": 106825,\n            \"Code\": \"0\",\n            \"Description\": \"Lost\"\n        },\n        {\n            \"Id\": 106826,\n            \"Code\": \"1\",\n            \"Description\": \"Stolen\"\n        },\n        {\n            \"Id\": 106827,\n            \"Code\": \"2\",\n            \"Description\": \"Broken\"\n        },\n        {\n            \"Id\": 106828,\n            \"Code\": \"3\",\n            \"Description\": \"Other\"\n        }\n    ],\n    \"IsSucceeded\": true,\n    \"ErrorList\": [],\n    \"ParameterList\": []\n}"}],"_postman_id":"03019e7b-1050-4d38-8652-7c276cd1a00c"},{"name":"Get General Parameter","id":"0bb5aaf0-3c8e-4484-9f6f-0af454a3aec0","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{token}}"}]},"isInherited":false},"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"ParameterCode\": \"Gender\"\n}","options":{"raw":{"language":"json"}}},"url":"https://connect.dcbankapi.ca:35344/customerintegrationapi/v1.0/Parameter/GetGeneralParameter","description":"<h3 id=\"description\">Description</h3>\n<p>The purpose of this is to Get General Parameter details, especially the parameters that will be used for the <em>Apply Credit Card API</em>.</p>\n<h3 id=\"request-parameters\">Request Parameters</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Name</th>\n<th>Type</th>\n<th>Max Length</th>\n<th>Description</th>\n<th>Required/ Optional</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>ParameterCode</td>\n<td><em>String</em></td>\n<td>-</td>\n<td>The parameter code in which the user needs the information.</td>\n<td><strong>Required</strong></td>\n</tr>\n</tbody>\n</table>\n</div><h3 id=\"response-parameters\">Response Parameters</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Name</th>\n<th>Type</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Id</td>\n<td><em>Numeric</em></td>\n<td>The parameter detail ID.</td>\n</tr>\n<tr>\n<td>Code</td>\n<td><em>Numeric</em></td>\n<td>The parameter detail code.</td>\n</tr>\n<tr>\n<td>Description</td>\n<td><em>String</em></td>\n<td>A description of the parameter detail ID/Code.</td>\n</tr>\n</tbody>\n</table>\n</div><h3 id=\"related-errors\">Related Errors</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Error Code</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td></td>\n<td></td>\n</tr>\n</tbody>\n</table>\n</div><h3 id=\"version\">Version</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Version Supported</th>\n<th>Date Released</th>\n<th><strong>Deprecation Date</strong></th>\n<th>End of Life Date</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>v1.0</td>\n<td>December 2019</td>\n<td>TBD</td>\n<td>TBD</td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"path":["customerintegrationapi","v1.0","Parameter","GetGeneralParameter"],"host":["https://connect.dcbankapi.ca:35344"],"query":[],"variable":[]}},"response":[{"id":"5532d799-5ff4-40ad-b7da-5de44333fc19","name":"Get General Parameter","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n  \"ParameterCode\": \"Gender\"\r\n}","options":{"raw":{"language":"json"}}},"url":"https://connect.dcbankapi.ca:35344/customerintegrationapi/v1.0/Parameter/GetGeneralParameter"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Thu, 14 May 2020 23:03:35 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"271"},{"key":"Connection","value":"keep-alive"},{"key":"Content-Encoding","value":"gzip"},{"key":"Vary","value":"Accept-Encoding"},{"key":"Server","value":"nginx/1.15.10"},{"key":"X-Powered-By","value":"ASP.NET"},{"key":"Set-Cookie","value":"ARRAffinity=eb8046a771af187481bd962f4b3b59093d134d8cb9f92ea86e26e730ef047fb2;Path=/;HttpOnly;Domain=dcb-cusapi-uat.azurewebsites.net:443"}],"cookie":[],"responseTime":null,"body":"{\n    \"ErrorCode\": \"0\",\n    \"ErrorDescription\": \"Successfull\",\n    \"StackTrace\": null,\n    \"Item\": [\n        {\n            \"Id\": 3000,\n            \"Code\": \"M\",\n            \"Description\": \"Male\"\n        },\n        {\n            \"Id\": 3001,\n            \"Code\": \"F\",\n            \"Description\": \"Female\"\n        },\n        {\n            \"Id\": 107845,\n            \"Code\": \"O\",\n            \"Description\": \"Other\"\n        }\n    ],\n    \"IsSucceeded\": true,\n    \"ErrorList\": [],\n    \"ParameterList\": []\n}"}],"_postman_id":"0bb5aaf0-3c8e-4484-9f6f-0af454a3aec0"},{"name":"Get Financial Institution","id":"6364a43c-0670-4292-ac8f-54d463a9108d","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://connect.dcbankapi.ca:35344/customerintegrationapi/v1.0/Parameter/GetFinancialInstitution","description":"<h3 id=\"description\">Description</h3>\n<p>Enter a detailed description of the API.</p>\n<h3 id=\"request-parameters\">Request Parameters</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Name</th>\n<th>Type</th>\n<th>Max Length</th>\n<th>Description</th>\n<th>Required/ Optional</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td></td>\n<td></td>\n<td></td>\n<td></td>\n<td></td>\n</tr>\n</tbody>\n</table>\n</div><h3 id=\"response-parameters\">Response Parameters</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Name</th>\n<th>Type</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td></td>\n<td></td>\n<td></td>\n</tr>\n</tbody>\n</table>\n</div><h3 id=\"related-errors\">Related Errors</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Error Code</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td></td>\n<td></td>\n</tr>\n</tbody>\n</table>\n</div><h3 id=\"version\">Version</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Version Supported</th>\n<th>Date Released</th>\n<th><strong>Deprecation Date</strong></th>\n<th>End of Life Date</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>v1.0</td>\n<td>December 2019</td>\n<td>TBD</td>\n<td>TBD</td>\n</tr>\n</tbody>\n</table>\n</div>","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{token}}"}]},"isInherited":true,"source":{"_postman_id":"8869d7bd-0788-46cf-8d20-ac14f428a8ec","id":"8869d7bd-0788-46cf-8d20-ac14f428a8ec","name":"EndUser API","type":"collection"}},"urlObject":{"path":["customerintegrationapi","v1.0","Parameter","GetFinancialInstitution"],"host":["https://connect.dcbankapi.ca:35344"],"query":[],"variable":[]}},"response":[],"_postman_id":"6364a43c-0670-4292-ac8f-54d463a9108d"},{"name":"Get Financial Institution Branch","id":"6226db20-18bf-4a0c-a770-dfc4b2fd78fd","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"FinancialInstitutionId\": \"1\"\r\n}","options":{"raw":{"language":"json"}}},"url":"https://connect.dcbankapi.ca:35344/customerintegrationapi/v1.0/Parameter/GetFinancialInstitutionBranch","description":"<h3 id=\"description\">Description</h3>\n<p>This API returns the Financial Institution Branch based on the Financial Institution ID.</p>\n<h3 id=\"request-parameters\">Request Parameters</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Name</th>\n<th>Type</th>\n<th>Max Length</th>\n<th>Description</th>\n<th>Required/ Optional</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>FinancialInstitutionId</td>\n<td><em>Numeric</em></td>\n<td>-</td>\n<td>The ID of the financial institution.</td>\n<td><strong>Required</strong></td>\n</tr>\n</tbody>\n</table>\n</div><h3 id=\"response-parameters\">Response Parameters</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Name</th>\n<th>Type</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td></td>\n<td></td>\n<td></td>\n</tr>\n</tbody>\n</table>\n</div><h3 id=\"related-errors\">Related Errors</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Error Code</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td></td>\n<td></td>\n</tr>\n</tbody>\n</table>\n</div><h3 id=\"version\">Version</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Version Supported</th>\n<th>Date Released</th>\n<th><strong>Deprecation Date</strong></th>\n<th>End of Life Date</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>v1.0</td>\n<td>December 2019</td>\n<td>TBD</td>\n<td>TBD</td>\n</tr>\n</tbody>\n</table>\n</div>","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{token}}"}]},"isInherited":true,"source":{"_postman_id":"8869d7bd-0788-46cf-8d20-ac14f428a8ec","id":"8869d7bd-0788-46cf-8d20-ac14f428a8ec","name":"EndUser API","type":"collection"}},"urlObject":{"path":["customerintegrationapi","v1.0","Parameter","GetFinancialInstitutionBranch"],"host":["https://connect.dcbankapi.ca:35344"],"query":[],"variable":[]}},"response":[],"_postman_id":"6226db20-18bf-4a0c-a770-dfc4b2fd78fd"},{"name":"Get Supported Alert Type List","id":"4fd56058-2aa7-4064-a480-fb2a68c1ec9f","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"description":"<h3 id=\"description\">Description</h3>\n<p>This API returns a list of supported alert types.</p>\n<h3 id=\"request-parameters\">Request Parameters</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Name</th>\n<th>Type</th>\n<th>Max Length</th>\n<th>Description</th>\n<th>Required/ Optional</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td></td>\n<td></td>\n<td></td>\n<td></td>\n<td></td>\n</tr>\n</tbody>\n</table>\n</div><h3 id=\"response-parameters\">Response Parameters</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Name</th>\n<th>Type</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Value</td>\n<td><em>Numeric</em></td>\n<td>The numeric ID value for the alert.</td>\n</tr>\n<tr>\n<td>Description</td>\n<td><em>String</em></td>\n<td>The description of the alert.</td>\n</tr>\n</tbody>\n</table>\n</div><h3 id=\"related-errors\">Related Errors</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Error Code</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td></td>\n<td></td>\n</tr>\n</tbody>\n</table>\n</div><h3 id=\"version\">Version</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Version Supported</th>\n<th>Date Released</th>\n<th><strong>Deprecation Date</strong></th>\n<th>End of Life Date</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>v1.0</td>\n<td>December 2019</td>\n<td>TBD</td>\n<td>TBD</td>\n</tr>\n</tbody>\n</table>\n</div>","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{token}}"}]},"isInherited":true,"source":{"_postman_id":"8869d7bd-0788-46cf-8d20-ac14f428a8ec","id":"8869d7bd-0788-46cf-8d20-ac14f428a8ec","name":"EndUser API","type":"collection"}},"urlObject":{"query":[],"variable":[]},"url":""},"response":[{"id":"2d4ddd01-0429-4d03-bc08-c2cf7e5007ea","name":"Success","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":""},"url":"https://connect.dcbankapi.ca:35344/customerintegrationapi/v1.0/Parameter/GetSupportedAlertTypeList"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Fri, 28 Jul 2023 11:57:08 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Server","value":"Kestrel"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Content-Encoding","value":"br"},{"key":"Vary","value":"Accept-Encoding"}],"cookie":[],"responseTime":null,"body":"{\n    \"ErrorCode\": \"0\",\n    \"ErrorDescription\": \"Successfull\",\n    \"StackTrace\": null,\n    \"Item\": [\n        {\n            \"Value\": \"1\",\n            \"Description\": \"Available Limit\"\n        },\n        {\n            \"Value\": \"2\",\n            \"Description\": \"Sales Transaction\"\n        },\n        {\n            \"Value\": \"3\",\n            \"Description\": \"Cash Advance\"\n        },\n        {\n            \"Value\": \"6\",\n            \"Description\": \"Low Balance Warning\"\n        }\n    ],\n    \"IsSucceeded\": true,\n    \"ErrorList\": [],\n    \"ParameterList\": []\n}"}],"_postman_id":"4fd56058-2aa7-4064-a480-fb2a68c1ec9f"}],"id":"96e02ec5-665a-4bfb-ad53-e6afe16bbb18","_postman_id":"96e02ec5-665a-4bfb-ad53-e6afe16bbb18","description":"","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{token}}"}]},"isInherited":true,"source":{"_postman_id":"8869d7bd-0788-46cf-8d20-ac14f428a8ec","id":"8869d7bd-0788-46cf-8d20-ac14f428a8ec","name":"EndUser API","type":"collection"}}},{"name":"Lender","item":[{"name":"Application","item":[{"name":"Create Applicant","id":"e4cfaa0d-631e-4b50-9fb4-918fb01cae1e","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{token}}"}]},"isInherited":false},"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"Email\": \"\",\n    \"FirstName\": \"\",\n    \"MiddleName\": \"\",\n    \"LastName\": \"\",\n    \"Gender\": \"\",\n    \"BirthDate\": \"2020-01-01T00:00:00.0000000-00:00\",\n    \"MobilePhoneCountryCode\": \"\",\n    \"MobilePhoneNumber\": \"\",\n    \"Address\": \"\",\n    \"ZipCode\": \"\",\n    \"City\": \"\",\n    \"Province\": \"\",\n    \"Country\": \"\",\n    \"IdentityType\": \"\",\n    \"IdentityNumber\": \"\",\n    \"IdentityCountry\": \"\",\n    \"IdentityProvince\": \"\",\n    \"IdentityExpireDate\": \"2020-01-01T00:00:00.0000000-00:00\",\n    \"IdentityPlaceOfIssue\": \"\",\n    \"FinancialInstitution\": 12345,\n    \"FinancialInstitutionBranch\": \"\",\n    \"AccountNumber\": \"\",\n    \"LoanType\": \"\",\n    \"LoanPurpose\": \"\",\n    \"PaymentFrequency\": \"\",\n    \"PaymentPeriod\": 12345,\n    \"RequestAmount\": \"\",\n    \"SecurityAmount\": \"\"\n}"},"url":"https://connect.dcbankapi.ca:35344/customerintegrationapi/v1.0/Lender/CreateApplicant","description":"<p>The purpose of this operation is to create new applicant.</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Name</th>\n<th>Type</th>\n<th>Max Length</th>\n<th>Description</th>\n<th>Required/ Optional</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Email</td>\n<td><em>String</em></td>\n<td>50</td>\n<td>Indicates the applicant's email.</td>\n<td><strong>Required</strong></td>\n</tr>\n<tr>\n<td>FirstName</td>\n<td><em>String</em></td>\n<td>25</td>\n<td>Indicates the applicant's first name.</td>\n<td><strong>Required</strong></td>\n</tr>\n<tr>\n<td>MiddleName</td>\n<td><em>String</em></td>\n<td>25</td>\n<td>Indicates the applicant's middle name.</td>\n<td>Optional</td>\n</tr>\n<tr>\n<td>LastName</td>\n<td><em>String</em></td>\n<td>25</td>\n<td>Indicates the applicant's last name.</td>\n<td><strong>Required</strong></td>\n</tr>\n<tr>\n<td>Gender</td>\n<td><em>String</em></td>\n<td>1</td>\n<td>Indicates the applicant's gender. This value can be obtained using the <strong>Get Parameter</strong> API with the <strong>Gender</strong> parameter.</td>\n<td><strong>Required</strong></td>\n</tr>\n<tr>\n<td>BirthDate</td>\n<td><em>DateTime</em></td>\n<td></td>\n<td>Indicates the applicant's birth date.</td>\n<td><strong>Required</strong></td>\n</tr>\n<tr>\n<td>MobilePhoneCountryCode</td>\n<td><em>String</em></td>\n<td>4</td>\n<td>Indicates the mobile phone country code.  <br />  <br />This value can be obtained using the <strong>Get Country Code</strong> API.</td>\n<td><strong>Required</strong></td>\n</tr>\n<tr>\n<td>MobilePhoneNumber</td>\n<td><em>String</em></td>\n<td>10</td>\n<td>Indicates the applicant's phone number.</td>\n<td><strong>Required</strong></td>\n</tr>\n<tr>\n<td>Address</td>\n<td><em>String</em></td>\n<td>40</td>\n<td>Indicates the applicant's address.</td>\n<td><strong>Required</strong></td>\n</tr>\n<tr>\n<td>ZipCode</td>\n<td><em>String</em></td>\n<td>10</td>\n<td>Indicates the applicant's zip(postal) code.</td>\n<td><strong>Required</strong></td>\n</tr>\n<tr>\n<td>City</td>\n<td><em>String</em></td>\n<td>5</td>\n<td>Indicates the applicant's city of residence.  <br />This value can be obtained using the <strong>Get City</strong> API.</td>\n<td><strong>Required</strong></td>\n</tr>\n<tr>\n<td>Province</td>\n<td><em>String</em></td>\n<td>5</td>\n<td>Indicates the applicant's province of residence.  <br />This value can be obtained using the <strong>Get Province</strong> API.</td>\n<td><strong>Required</strong></td>\n</tr>\n<tr>\n<td>Country</td>\n<td><em>String</em></td>\n<td>5</td>\n<td>Indicates the applicant's country of residence.  <br />This value can be obtained using the <strong>Get Country</strong> API.</td>\n<td><strong>Required</strong></td>\n</tr>\n<tr>\n<td>IdentityType</td>\n<td><em>String</em></td>\n<td>4</td>\n<td>Indicates the identity type. This value can be obtained using the <strong>Get Applicant Identity Type</strong> API.</td>\n<td><strong>Required</strong></td>\n</tr>\n<tr>\n<td>IdentityNumber</td>\n<td><em>String</em></td>\n<td>18</td>\n<td>Indicates the applicant's identity number.</td>\n<td><strong>Required</strong></td>\n</tr>\n<tr>\n<td>IdentityCountry</td>\n<td><em>String</em></td>\n<td>5</td>\n<td>Indicates the applicant's identity country. This value can be obtained using the <strong>Get Country</strong> API.</td>\n<td><strong>Required</strong></td>\n</tr>\n<tr>\n<td>IdentityProvince</td>\n<td><em>String</em></td>\n<td>5</td>\n<td>Indicates the applicant's identity province. This value can be obtained using the <strong>Get Province</strong> API.</td>\n<td><strong>Required</strong></td>\n</tr>\n<tr>\n<td>IdentityExpireDate</td>\n<td><em>DateTime</em></td>\n<td></td>\n<td>Indicates the applicant's Identity expiry date.</td>\n<td><strong>Required</strong></td>\n</tr>\n<tr>\n<td>IdentityPlaceOfIssue</td>\n<td><em>String</em></td>\n<td>5</td>\n<td>Indicates the applicant's Identity place of issue.</td>\n<td><strong>Required</strong></td>\n</tr>\n<tr>\n<td>FinancialInstitution</td>\n<td><em>Integer</em></td>\n<td>5</td>\n<td>Indicates the applicant's financial institution.  <br />This value can be obtained using the <strong>Get Financial Institution</strong> API.</td>\n<td>Optional</td>\n</tr>\n<tr>\n<td>FinancialInstitutionBranch</td>\n<td><em>String</em></td>\n<td>7</td>\n<td>Indicates the applicant's financial institution branch.  <br />This value can be obtained using the <strong>Get Financial Institution</strong> API.</td>\n<td>Optional</td>\n</tr>\n<tr>\n<td>AccountNumber</td>\n<td><em>String</em></td>\n<td>19</td>\n<td>Indicates the applicant's account number.</td>\n<td>Optional</td>\n</tr>\n<tr>\n<td>LoanType</td>\n<td><em>String</em></td>\n<td>1</td>\n<td>Indicates the loan type.  <br />This value can be obtained using the <strong>Get Parameter API</strong> using the <strong>LOS Loan Type</strong> parameter.  <br />  <br />Default value is <strong>secure card</strong>.</td>\n<td>Optional</td>\n</tr>\n<tr>\n<td>LoanPurpose</td>\n<td><em>String</em></td>\n<td>2</td>\n<td>Indicates the loan purpose. This value can be obtained using the <strong>Get Parameter API</strong> using the <strong>LOS Loan Purpose</strong> parameter.  <br />  <br />Default value is <strong>other</strong>.</td>\n<td>Optional</td>\n</tr>\n<tr>\n<td>PaymentFrequency</td>\n<td><em>String</em></td>\n<td>2</td>\n<td>Indicates the payment frequency.  <br />This value can be obtained using the <strong>Get Parameter API</strong> using the <strong>LOS Payment Schedule</strong> parameter.  <br />  <br />Default value is <strong>monthly</strong>.</td>\n<td>Optional</td>\n</tr>\n<tr>\n<td>PaymentPeriod</td>\n<td><em>Integer</em></td>\n<td>2</td>\n<td>Indicates the payment period.</td>\n<td>Optional</td>\n</tr>\n<tr>\n<td>RequestAmount</td>\n<td><em>Decimal</em></td>\n<td>10</td>\n<td>Indicates the request amount.</td>\n<td>Optional</td>\n</tr>\n</tbody>\n</table>\n</div><h3 id=\"response-parameters\">Response Parameters</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Name</th>\n<th>Type</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td></td>\n<td></td>\n<td></td>\n</tr>\n</tbody>\n</table>\n</div><h3 id=\"related-errors\">Related Errors</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Error Code</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td></td>\n<td></td>\n</tr>\n</tbody>\n</table>\n</div><h3 id=\"version\">Version</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Version Supported</th>\n<th>Date Released</th>\n<th><strong>Deprecation Date</strong></th>\n<th>End of Life Date</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>v1.0</td>\n<td>December 2019</td>\n<td>TBD</td>\n<td>TBD</td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"path":["customerintegrationapi","v1.0","Lender","CreateApplicant"],"host":["https://connect.dcbankapi.ca:35344"],"query":[],"variable":[]}},"response":[{"id":"b2724fe3-5279-4fb0-bd99-dba30144b400","name":"Untitled Response","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"","description":"(Required) "},{"key":"Authorization","value":"","description":"(Required) "}],"body":{"mode":"raw","raw":"{\n    \"LoanType\": \"0\",\n    \"LoanPurpose\": \"0\",\n    \"PaymentFrequency\": \"M\",\n    \"PaymentPeriod\": 12,\n    \"RequestAmount\": 100000,\n    \"SecurityAmount\": 10000,\n    \"Email\": \"ebubekirkartal@dcbank.ca\",\n    \"FirstName\": \"Ebubekir\",\n    \"MiddleName\": \"Kara\",\n    \"LastName\": \"Kartal\",\n    \"Gender\": \"M\",\n    \"BirthDate\": \"1981-03-27T00:00:00.0000000+00:00\",\n    \"MobilePhoneCountryCode\": \"90\",\n    \"MobilePhoneNumber\": \"5075917645\",\n    \"Address\": \"address def\",\n    \"ZipCode\": \"34\",\n    \"City\": \"Airdrie\",\n    \"Province\": \"AB\",\n    \"Country\": \"1\",\n    \"IdentityType\": \"C020\",\n    \"IdentityNumber\": \"213123\",\n    \"IdentityCountry\": \"1\",\n    \"IdentityProvince\": \"AB\",\n    \"IdentityExpireDate\": \"2025-11-28T00:00:00.0000000+00:00\",\n    \"IdentityPlaceOfIssue\": \"BC\"\n}"},"url":"https://connect.dcbankapi.ca:35344/integrationapi/v1.0/Lender/CreateApplicant"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n \"ErrorCode\": \"0\",\n \"ErrorDescription\": \"Successfull\",\n \"StackTrace\": null,\n \"Item\": 20150,\n \"IsSucceeded\": true,\n \"ErrorList\": [],\n \"ParameterList\": []\n}"}],"_postman_id":"e4cfaa0d-631e-4b50-9fb4-918fb01cae1e"},{"name":"Save Up To Create Customer","id":"bec9e591-f5d3-44a2-9c11-fd5247aba0a6","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{token}}"}]},"isInherited":false},"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"clientUniqueId\": 0,\n  \"firstName\": \"string\",\n  \"middleName\": \"string\",\n  \"lastName\": \"string\",\n  \"birthDate\": \"2020-10-15T16:03:51.943Z\",\n  \"gender\": \"string\",\n  \"email\": \"string\",\n  \"cellPhoneCountryCode\": \"string\",\n  \"cellPhoneNumber\": \"string\",\n  \"officePhoneCountryCode\": \"string\",\n  \"officePhoneNumber\": \"string\",\n  \"homePhoneCountryCode\": \"string\",\n  \"homePhoneNumber\": \"string\",\n  \"emailNotification\": \"string\",\n  \"smsNotification\": \"string\",\n  \"language\": \"string\",\n  \"identityType\": \"string\",\n  \"identityNumber\": \"string\",\n  \"identityExpiryDate\": \"2020-10-15T16:03:51.943Z\",\n  \"identityPlaceOfIssue\": \"string\",\n  \"identityCountry\": \"string\",\n  \"identityProvince\": \"string\",\n  \"addressLine1\": \"string\",\n  \"addressLine2\": \"string\",\n  \"postalCode\": \"string\",\n  \"country\": \"string\",\n  \"province\": \"string\",\n  \"city\": \"string\",\n  \"canadaPostVerificationStatus\": \"string\",\n  \"applicationType\": \"string\",\n  \"paymentFrequency\": \"string\",\n  \"approvedCardLimit\": 0,\n  \"approvedSecurityAmount\": 0,\n  \"purposeOfLoan\": \"string\",\n  \"feeProfile\": \"string\",\n  \"interestCalculationMethod\": \"string\",\n  \"statementDayOfMonth\": 0,\n  \"dueTermOfStatement\": 0,\n  \"productProfile\": \"string\"\n}"},"url":"https://connect.dcbankapi.ca:35344/customerintegrationapi/v1.0/Lender/SaveUpToCreateCustomer","description":"<h3 id=\"description\">Description</h3>\n<p>The purpose of this operation is to create new applicant.</p>\n<h3 id=\"request-parameters\">Request Parameters</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Name</th>\n<th>Type</th>\n<th>Max Length</th>\n<th>Description</th>\n<th><strong>Required/ Optional</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>ClientUniqueId</td>\n<td><em>Numeric</em></td>\n<td>10</td>\n<td>The clients unique ID.</td>\n<td><strong>Required</strong></td>\n</tr>\n<tr>\n<td>FirstName</td>\n<td><em>String</em></td>\n<td>25</td>\n<td>Customers first name.</td>\n<td><strong>Required</strong></td>\n</tr>\n<tr>\n<td>MiddleName</td>\n<td><em>String</em></td>\n<td>25</td>\n<td>Customers middle name.</td>\n<td>Optional</td>\n</tr>\n<tr>\n<td>LastName</td>\n<td><em>String</em></td>\n<td>25</td>\n<td>Customers last name.</td>\n<td><strong>Required</strong></td>\n</tr>\n<tr>\n<td>BirthDate</td>\n<td><em>DateTime</em></td>\n<td>8  <br />yyyy-mm-dd</td>\n<td>Customers date of birth.</td>\n<td><strong>Required</strong></td>\n</tr>\n<tr>\n<td>Gender</td>\n<td><em>String</em></td>\n<td>1</td>\n<td>The customers gender:  <br /><code>F</code> - Female  <br /><code>M</code> - Male  <br /><code>O</code> - Other</td>\n<td><strong>Required</strong></td>\n</tr>\n<tr>\n<td>Email</td>\n<td><em>String</em></td>\n<td>40</td>\n<td>Customes email address.</td>\n<td><strong>Required</strong></td>\n</tr>\n<tr>\n<td>CellPhoneCountryCode</td>\n<td><em>Numeric</em></td>\n<td>3</td>\n<td>Customers mobile phone number country code. <strong><code>1</code></strong> <strong>for Canada and US.</strong>  <br />Phone Country Code can be obtained using the <strong>Country Code Parameter List.</strong></td>\n<td>Optional</td>\n</tr>\n<tr>\n<td>CellPhoneNumber</td>\n<td><em>Numeric</em></td>\n<td>7</td>\n<td>Customer phone number.</td>\n<td>Optional</td>\n</tr>\n<tr>\n<td>OfficePhoneCountryCode</td>\n<td><em>Numeric</em></td>\n<td>3</td>\n<td>Customers office phone number country code. <strong><code>1</code></strong> <strong>for Canada and US.</strong>  <br />Phone Country Code can be obtained using the <strong>Country Code Parameter List.</strong></td>\n<td>Optional</td>\n</tr>\n<tr>\n<td>OfficePhoneNumber</td>\n<td><em>Numeric</em></td>\n<td>7</td>\n<td>Customer phone number.</td>\n<td>Optional</td>\n</tr>\n<tr>\n<td>HomePhoneCountryCode</td>\n<td><em>Numeric</em></td>\n<td>3</td>\n<td>Customers home phone number country code. <strong><code>1</code></strong> <strong>for Canada and US.</strong>  <br />Phone Country Code can be obtained using the <strong>Country Code Parameter List.</strong></td>\n<td>Optional</td>\n</tr>\n<tr>\n<td>HomePhoneNumber</td>\n<td><em>Numeric</em></td>\n<td>7</td>\n<td>Customers phone number.</td>\n<td>Optional</td>\n</tr>\n<tr>\n<td>EmailNotificationPreference</td>\n<td><em>String</em></td>\n<td>1</td>\n<td><code>Y</code> – Yes  <br /><code>N</code> – No</td>\n<td><strong>Required</strong></td>\n</tr>\n<tr>\n<td>SMSTextNotificationPreference</td>\n<td><em>String</em></td>\n<td>1</td>\n<td><code>Y</code> – Yes  <br /><code>N</code> – No</td>\n<td><strong>Required</strong></td>\n</tr>\n<tr>\n<td>Language</td>\n<td><em>String</em></td>\n<td>2</td>\n<td><code>EN</code> - English  <br /><code>FR</code> - French</td>\n<td><strong>Required</strong></td>\n</tr>\n<tr>\n<td>IdentityType</td>\n<td><em>String</em></td>\n<td>4</td>\n<td><code>C000</code> - ON Driver's License (DL),  <br /><code>C001</code> - QC, <code>C002</code> - AB, <code>C003</code> - BC, <code>C004</code> - MB, <code>C005</code> - NU, <code>C006</code> - NB, <code>C007</code> - NS, <code>C008</code> - NL, <code>C009</code> - NT, <code>C010</code> - PEI,  <br /><code>C011</code> - SK,  <br /><code>C012</code> - YT, <code>C014</code> - Canadian Passport, <code>C018</code> - Certificate of Indian Status,  <br /><code>C019</code> - Canada Permanent Resident Card, <code>C020</code> - Canadian Forces ID, <code>C043</code> - Firearms Possession and Acquisition License,  <br /><code>C073</code> - Canadian Social Insurance Number.</td>\n<td><strong>Required</strong></td>\n</tr>\n<tr>\n<td>IdentityNumber</td>\n<td><em>String</em></td>\n<td>20</td>\n<td>The number on the customers piece of identity.</td>\n<td><strong>Required</strong></td>\n</tr>\n<tr>\n<td>IdentityExpiryDate</td>\n<td><em>DateTime</em></td>\n<td>8  <br />yyyy-mm-dd</td>\n<td>The expiry date of the customers piece of identity.</td>\n<td><strong>Required</strong></td>\n</tr>\n<tr>\n<td>IdentityPlaceOfIssue</td>\n<td><em>String</em></td>\n<td>20</td>\n<td>Country name where the customers piece of identification was issued.</td>\n<td><strong>Required</strong></td>\n</tr>\n<tr>\n<td>IdentityCountry</td>\n<td><em>String</em></td>\n<td>3</td>\n<td>Country code where the customers piece of identification was issued.  <br />  <br />This value can be obtained using the <strong>Country Code Parameter List.</strong></td>\n<td><strong>Required</strong></td>\n</tr>\n<tr>\n<td>IdentityProvince</td>\n<td><em>String</em></td>\n<td>3</td>\n<td>Province of identity:  <br /><code>NL</code>, <code>PE</code>, <code>NS</code>, <code>NB</code>, <code>QC</code>, <code>ON</code>, <code>MB</code>, <code>SK</code>, <code>AB</code>, <code>BC</code>, <code>YT</code>, <code>NT</code>, <code>NU</code>  <br />  <br />Value can be obtained from the <strong>province list parameter</strong>.</td>\n<td><strong>Required</strong></td>\n</tr>\n<tr>\n<td>AddressLine1</td>\n<td><em>String</em></td>\n<td>40</td>\n<td>Customers physical address.</td>\n<td><strong>Required</strong></td>\n</tr>\n<tr>\n<td>AddressLine2</td>\n<td><em>String</em></td>\n<td>40</td>\n<td>Customers physical address.</td>\n<td></td>\n</tr>\n<tr>\n<td>PostalCode</td>\n<td><em>String</em></td>\n<td>7</td>\n<td>Postal code where the customer resides.</td>\n<td><strong>Required</strong></td>\n</tr>\n<tr>\n<td>Country</td>\n<td><em>String</em></td>\n<td>3</td>\n<td>Country code for the customers country of residence. <strong>1 for Canada and US.</strong>  <br />  <br />This value can be obtained using the <strong>country code list parameter.</strong></td>\n<td><strong>Required</strong></td>\n</tr>\n<tr>\n<td>Province</td>\n<td><em>String</em></td>\n<td>3</td>\n<td>Province of address:  <br /><code>NL</code>, <code>PE</code>, <code>NS</code>, <code>NB</code>, <code>QC</code>, <code>ON</code>, <code>MB</code>, <code>SK</code>, <code>AB</code>, <code>BC</code>, <code>YT</code>, <code>NT</code>, <code>NU</code>  <br />  <br />  <br />Value can be obtained from the <strong>province list parameter</strong>.</td>\n<td><strong>Required</strong></td>\n</tr>\n<tr>\n<td>City</td>\n<td><em>String</em></td>\n<td>25</td>\n<td>City where customer resides.</td>\n<td><strong>Required</strong></td>\n</tr>\n<tr>\n<td>CanadaPostVerificationStatus</td>\n<td><em>String</em></td>\n<td>1</td>\n<td>Verification status:  <br /><code>V</code> – Verified  <br /><code>U</code> – Unverified</td>\n<td><strong>Required</strong></td>\n</tr>\n<tr>\n<td>ApplicationType</td>\n<td><em>Numeric</em></td>\n<td>1</td>\n<td>The type of application:  <br /><code>0</code> - Secured Card,  <br /><code>1</code> - Loan,  <br /><code>2</code> – LOC.</td>\n<td><strong>Required</strong></td>\n</tr>\n<tr>\n<td>PaymentFrequency</td>\n<td><em>String</em></td>\n<td>2</td>\n<td>The payment frequency:  <br /><code>W</code> - Weekly <code>BW</code> - Bi-weekly <code>M</code> - Monthly <code>SM</code> - Semi-Monthly</td>\n<td><strong>Required</strong></td>\n</tr>\n<tr>\n<td>ApprovedCardLimit</td>\n<td><em>Decimal</em></td>\n<td>7  <br />####.##</td>\n<td>The approved limit of the card.</td>\n<td><strong>Required</strong></td>\n</tr>\n<tr>\n<td>ApprovedSecurityAmount</td>\n<td><em>Decimal</em></td>\n<td>7  <br />####.##</td>\n<td>The approved amount of security funds in the account.</td>\n<td><strong>Required</strong></td>\n</tr>\n<tr>\n<td>PurposeOfLoan</td>\n<td><em>Numeric</em></td>\n<td>2</td>\n<td><code>0</code> - New Car,  <br /><code>1</code> - Used Car less than 2 years old,  <br /><code>2</code> - Used Car greater than 2 years old,  <br /><code>3</code> - Home Furniture,  <br /><code>4</code> - White Goods,  <br /><code>5</code> - Other House Appliances,  <br /><code>6</code> - Leisure,  <br /><code>7</code> - Education,  <br /><code>8</code> - Health,  <br /><code>9</code> - Other,  <br /><code>10</code> - Travel,  <br /><code>11</code> - All,  <br /><code>12</code> - Rebuild Credit.</td>\n<td><strong>Required</strong></td>\n</tr>\n<tr>\n<td>FeeProfile</td>\n<td><em>String</em></td>\n<td>25</td>\n<td>Fee Profile name. Defined in the Fee and Rate Definition screen.</td>\n<td><strong>Required</strong></td>\n</tr>\n<tr>\n<td>InterestCalculationMethod</td>\n<td><em>String</em></td>\n<td>1</td>\n<td>Interest rate:  <br /><code>F</code> – Fixed</td>\n<td><strong>Required</strong></td>\n</tr>\n<tr>\n<td>StatementDayOfMonth</td>\n<td><em>Numeric</em></td>\n<td>2</td>\n<td>Day of month. Selection between <code>1-28</code>.</td>\n<td><strong>Required</strong></td>\n</tr>\n<tr>\n<td>DueTermOfStatement</td>\n<td><em>Numeric</em></td>\n<td>2</td>\n<td>Due date day count after statement date.</td>\n<td><strong>Required</strong></td>\n</tr>\n<tr>\n<td>ProductProfile</td>\n<td><em>String</em></td>\n<td>25</td>\n<td><code>1</code> - One Day,  <br /><code>5</code> - Five Days,  <br /><code>10</code> - Ten Days,  <br /><code>21</code> - 21 Days</td>\n<td><strong>Required</strong></td>\n</tr>\n</tbody>\n</table>\n</div><h3 id=\"response-parameters\">Response Parameters</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Name</th>\n<th>Type</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td></td>\n<td></td>\n<td></td>\n</tr>\n</tbody>\n</table>\n</div><h3 id=\"related-errors\">Related Errors</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Error Code</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td></td>\n<td></td>\n</tr>\n</tbody>\n</table>\n</div><h3 id=\"version\">Version</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Version Supported</th>\n<th>Date Released</th>\n<th><strong>Deprecation Date</strong></th>\n<th>End of Life Date</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>v1.0</td>\n<td>December 2019</td>\n<td>TBD</td>\n<td>TBD</td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"path":["customerintegrationapi","v1.0","Lender","SaveUpToCreateCustomer"],"host":["https://connect.dcbankapi.ca:35344"],"query":[],"variable":[]}},"response":[],"_postman_id":"bec9e591-f5d3-44a2-9c11-fd5247aba0a6"},{"name":"Get Applicant","id":"f1872335-df82-40f5-afeb-3e76f71be4b0","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{token}}"}]},"isInherited":false},"method":"GET","header":[{"key":"Content-Type","value":"application/json"}],"url":"https://connect.dcbankapi.ca:35344/customerintegrationapi/v1.0/Lender/GetApplicant?ApplicantId={{applicantId}}","description":"<h3 id=\"description\">Description</h3>\n<p>The purpose of this section is to get applicant list.</p>\n<h3 id=\"request-parameters\">Request Parameters</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Name</th>\n<th>Type</th>\n<th><strong>Max Length</strong></th>\n<th>Description</th>\n<th>Required/ Optional</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>ApplicantId</td>\n<td><em>Long</em></td>\n<td>-</td>\n<td>Indicates the applicants ID.</td>\n<td>Optional</td>\n</tr>\n</tbody>\n</table>\n</div><h3 id=\"response-parameters\">Response Parameters</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Name</th>\n<th>Type</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Id</td>\n<td><em>Numeric</em></td>\n<td>The applicantion ID.</td>\n</tr>\n<tr>\n<td>Email</td>\n<td><em>String</em></td>\n<td>The applicants email address.</td>\n</tr>\n<tr>\n<td>FirstName</td>\n<td><em>String</em></td>\n<td>The applicants first name.</td>\n</tr>\n<tr>\n<td>MiddleName</td>\n<td><em>String</em></td>\n<td>The applicants middle name.</td>\n</tr>\n<tr>\n<td>LastName</td>\n<td><em>String</em></td>\n<td>The applicants last name.</td>\n</tr>\n<tr>\n<td>BirthDate</td>\n<td><em>DateTime</em></td>\n<td>The applicants birthdate.</td>\n</tr>\n<tr>\n<td>Gender</td>\n<td><em>String</em></td>\n<td>The gender of the applicant.</td>\n</tr>\n<tr>\n<td>MobilePhoneCountryCode</td>\n<td><em>Numeric</em></td>\n<td>The country code for the applicants mobile phone number.</td>\n</tr>\n<tr>\n<td>MobilePhoneNumber</td>\n<td><em>Numeric</em></td>\n<td>The mobile phone number of the applicant.</td>\n</tr>\n<tr>\n<td>IdentityType</td>\n<td><em>String</em></td>\n<td>The type code of the piece of identification.</td>\n</tr>\n<tr>\n<td>IdentityNumber</td>\n<td><em>Numeric</em></td>\n<td>The document number of the piece of identification.</td>\n</tr>\n<tr>\n<td>LoanType</td>\n<td><em>Numeric</em></td>\n<td>The type code of the loan.</td>\n</tr>\n<tr>\n<td>LoanPurpose</td>\n<td><em>Numeric</em></td>\n<td>The code of the purpose of the loan.</td>\n</tr>\n<tr>\n<td>PaymentFrequency</td>\n<td><em>String</em></td>\n<td>The code of the payment frequency.</td>\n</tr>\n<tr>\n<td>PaymentPeriod</td>\n<td><em>Numeric</em></td>\n<td>The code of the payment period.</td>\n</tr>\n<tr>\n<td>RequestAmount</td>\n<td><em>Decimal</em></td>\n<td>The requested loan amount.</td>\n</tr>\n<tr>\n<td>SecurityAmount</td>\n<td><em>Decimal</em></td>\n<td>The approved security amount.</td>\n</tr>\n</tbody>\n</table>\n</div><h3 id=\"related-errors\">Related Errors</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Error Code</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td></td>\n<td></td>\n</tr>\n</tbody>\n</table>\n</div><h3 id=\"version\">Version</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Version Supported</th>\n<th>Date Released</th>\n<th><strong>Deprecation Date</strong></th>\n<th>End of Life Date</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>v1.0</td>\n<td>December 2019</td>\n<td>TBD</td>\n<td>TBD</td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"path":["customerintegrationapi","v1.0","Lender","GetApplicant"],"host":["https://connect.dcbankapi.ca:35344"],"query":[{"key":"ApplicantId","value":"{{applicantId}}"}],"variable":[]}},"response":[{"id":"86ff0b56-dcc5-4459-84a6-34d84fe11641","name":"Success","originalRequest":{"method":"GET","header":[{"key":"Authorization","value":"Bearer {{token}}","type":"text"},{"key":"Content-Type","value":"application/json"}],"url":{"raw":"https://connect.dcbankapi.ca:35344/integrationapi/v1.0/Lender/GetApplicant?ApplicantId=20151","host":["https://connect.dcbankapi.ca:35344"],"path":["integrationapi","v1.0","Lender","GetApplicant"],"query":[{"key":"ApplicantId","value":"20151"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"ErrorCode\": \"0\",\n    \"ErrorDescription\": \"Successfull\",\n    \"StackTrace\": null,\n    \"Item\": [\n        {\n            \"Id\": 20151,\n            \"Email\": \"an@gmail.com\",\n            \"FirstName\": \"Demi\",\n            \"MiddleName\": null,\n            \"LastName\": \"Lovato\",\n            \"BirthDate\": \"1974-05-28T04:00:00\",\n            \"Gender\": \"F\",\n            \"MobilePhoneCountryCode\": \"1\",\n            \"MobilePhoneNumber\": \"1231321231\",\n            \"IdentityType\": \"C020\",\n            \"IdentityNumber\": \"12313213212312312312\",\n            \"LoanType\": \"0\",\n            \"LoanPurpose\": \"7\",\n            \"PaymentFrequency\": \"M\",\n            \"PaymentPeriod\": 0,\n            \"RequestAmount\": 123,\n            \"SecurityAmount\": 123\n        }\n    ],\n    \"IsSucceeded\": true,\n    \"ErrorList\": [],\n    \"ParameterList\": []\n}"}],"_postman_id":"f1872335-df82-40f5-afeb-3e76f71be4b0"},{"name":"Get Application","id":"fb2418d7-c9c2-4c40-a3c5-06fab9511f94","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{token}}"}]},"isInherited":false},"method":"GET","header":[{"key":"Content-Type","value":"application/json","type":"text"}],"url":"https://connect.dcbankapi.ca:35344/customerintegrationapi/v1.0/Lender/GetApplication?ApplicationId={{applicationId}}","description":"<h3 id=\"description\">Description</h3>\n<p>The purpose of this section is to get applicant list.</p>\n<h3 id=\"request-parameters\">Request Parameters</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Name</th>\n<th>Type</th>\n<th><strong>Max Length</strong></th>\n<th>Description</th>\n<th>Required/ Optional</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>ApplicationId</td>\n<td><em>Long</em></td>\n<td>-</td>\n<td>Indicates the ID of the application.</td>\n<td>Optional</td>\n</tr>\n</tbody>\n</table>\n</div><h3 id=\"response-parameters\">Response Parameters</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Name</th>\n<th>Type</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Id</td>\n<td><em>Numeric</em></td>\n<td>The application ID.</td>\n</tr>\n<tr>\n<td>ApplicantId</td>\n<td><em>Numeric</em></td>\n<td>The applicant ID.</td>\n</tr>\n<tr>\n<td>PartnerId</td>\n<td><em>Numeric</em></td>\n<td>The partner ID.</td>\n</tr>\n<tr>\n<td>LoanType</td>\n<td><em>Numeric</em></td>\n<td>The code of the type of the loan.</td>\n</tr>\n<tr>\n<td>LoanPurpose</td>\n<td><em>Numeric</em></td>\n<td>The code of the purpose of the loan.</td>\n</tr>\n<tr>\n<td>PaymentFrequency</td>\n<td><em>String</em></td>\n<td>The frequency at which the loan will be repaid.</td>\n</tr>\n<tr>\n<td>PaymentMethod</td>\n<td><em>Numeric</em></td>\n<td>The method of repayment.</td>\n</tr>\n<tr>\n<td>PaymentPeriod</td>\n<td><em>Numeric</em></td>\n<td>The payment period. Weekly, bi-weekly, monthly, semi-monthly.</td>\n</tr>\n<tr>\n<td>RequestAmount</td>\n<td><em>Decimal</em></td>\n<td>The requested loan amount.</td>\n</tr>\n<tr>\n<td>SecurityAmount</td>\n<td><em>Decimal</em></td>\n<td>The approved security amount.</td>\n</tr>\n</tbody>\n</table>\n</div><h3 id=\"related-errors\">Related Errors</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Error Code</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td></td>\n<td></td>\n</tr>\n</tbody>\n</table>\n</div><h3 id=\"version\">Version</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Version Supported</th>\n<th>Date Released</th>\n<th><strong>Deprecation Date</strong></th>\n<th>End of Life Date</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>v1.0</td>\n<td>December 2019</td>\n<td>TBD</td>\n<td>TBD</td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"path":["customerintegrationapi","v1.0","Lender","GetApplication"],"host":["https://connect.dcbankapi.ca:35344"],"query":[{"key":"ApplicationId","value":"{{applicationId}}"}],"variable":[]}},"response":[{"id":"1894dec7-5a7b-4ae3-9818-cd3dc8c625be","name":"Success","originalRequest":{"method":"GET","header":[{"key":"Authorization","value":"Bearer {{token}}","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"}],"url":{"raw":"https://connect.dcbankapi.ca:35344/integrationapi/v1.0/Lender/GetApplication?ApplicationId=168","host":["https://connect.dcbankapi.ca:35344"],"path":["integrationapi","v1.0","Lender","GetApplication"],"query":[{"key":"ApplicationId","value":"168"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"ErrorCode\": \"0\",\n    \"ErrorDescription\": \"Successfull\",\n    \"StackTrace\": null,\n    \"Item\": [\n        {\n            \"Id\": 168,\n            \"ApplicantId\": 20151,\n            \"PartnerId\": null,\n            \"LoanType\": \"0\",\n            \"LoanPurpose\": \"7\",\n            \"PaymentFrequency\": \"M\",\n            \"PaymentMethod\": null,\n            \"PaymentPeriod\": 1,\n            \"RequestAmount\": 123,\n            \"SecurityAmount\": 0\n        }\n    ],\n    \"IsSucceeded\": true,\n    \"ErrorList\": [],\n    \"ParameterList\": []\n}"}],"_postman_id":"fb2418d7-c9c2-4c40-a3c5-06fab9511f94"}],"id":"8280f666-d012-4256-b9f0-c403f6456552","_postman_id":"8280f666-d012-4256-b9f0-c403f6456552","description":"","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{token}}"}]},"isInherited":true,"source":{"_postman_id":"8869d7bd-0788-46cf-8d20-ac14f428a8ec","id":"8869d7bd-0788-46cf-8d20-ac14f428a8ec","name":"EndUser API","type":"collection"}}},{"name":"Parameters","item":[{"name":"Get Country Code","id":"53cbef79-327d-44a0-932d-42c4a4e7cb7c","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{token}}"}]},"isInherited":false},"method":"GET","header":[],"url":"https://connect.dcbankapi.ca:35344/customerintegrationapi/v1.0/Lender/GetCountryCode","description":"<h3 id=\"description\">Description</h3>\n<p>This API returns a list of country names and their corresponding country codes.</p>\n<h3 id=\"request-parameters\">Request Parameters</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Name</th>\n<th>Type</th>\n<th>Max Length</th>\n<th>Description</th>\n<th>Required/ Optional</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td></td>\n<td></td>\n<td></td>\n<td></td>\n<td></td>\n</tr>\n</tbody>\n</table>\n</div><h3 id=\"response-parameters\">Response Parameters</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Name</th>\n<th>Type</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Code</td>\n<td><em>Numeric</em></td>\n<td>The code of the country.</td>\n</tr>\n<tr>\n<td>Name</td>\n<td><em>String</em></td>\n<td>The name of the country.</td>\n</tr>\n</tbody>\n</table>\n</div><h3 id=\"related-errors\">Related Errors</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Error Code</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td></td>\n<td></td>\n</tr>\n</tbody>\n</table>\n</div><h3 id=\"version\">Version</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Version Supported</th>\n<th>Date Released</th>\n<th><strong>Deprecation Date</strong></th>\n<th>End of Life Date</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>v1.0</td>\n<td>December 2019</td>\n<td>TBD</td>\n<td>TBD</td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"path":["customerintegrationapi","v1.0","Lender","GetCountryCode"],"host":["https://connect.dcbankapi.ca:35344"],"query":[],"variable":[]}},"response":[{"id":"4719e592-f908-4b1b-8c43-13fe4d4a7f07","name":"Success","originalRequest":{"method":"GET","header":[{"key":"Authorization","value":"Bearer {{token}}","type":"text"}],"url":"https://connect.dcbankapi.ca:35344/customerintegrationapi/v1.0/Lender/GetCountryCode"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Wed, 20 May 2020 22:53:59 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"3002"},{"key":"Connection","value":"keep-alive"},{"key":"Content-Encoding","value":"gzip"},{"key":"Vary","value":"Accept-Encoding"},{"key":"Server","value":"nginx/1.15.10"},{"key":"X-Powered-By","value":"ASP.NET"},{"key":"Set-Cookie","value":"ARRAffinity=6aae3c46ab4490f2466cb63e02261c60e0b21a26afc6f4b69eac92022861865b;Path=/;HttpOnly;Domain=dcb-cusapi-uat.azurewebsites.net:443"}],"cookie":[],"responseTime":null,"body":"{\n    \"ErrorCode\": \"0\",\n    \"ErrorDescription\": \"Successfull\",\n    \"StackTrace\": null,\n    \"Item\": [\n        {\n            \"Code\": \"93\",\n            \"Name\": \"Afghanistan\"\n        },\n        {\n            \"Code\": \"355\",\n            \"Name\": \"Albania\"\n        },\n        {\n            \"Code\": \"213\",\n            \"Name\": \"Algeria\"\n        },\n        {\n            \"Code\": \"1684\",\n            \"Name\": \"American Samoa\"\n        },\n        {\n            \"Code\": \"376\",\n            \"Name\": \"Andorra\"\n        }\n    ],\n    \"IsSucceeded\": true,\n    \"ErrorList\": [],\n    \"ParameterList\": []\n}"}],"_postman_id":"53cbef79-327d-44a0-932d-42c4a4e7cb7c"},{"name":"Get City","id":"585a1be8-5d5d-46a4-92a7-388c6d250d56","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{token}}"}]},"isInherited":false},"method":"GET","header":[],"url":"https://connect.dcbankapi.ca:35344/customerintegrationapi/v1.0/Lender/GetCity","description":"<h3 id=\"description\">Description</h3>\n<p>This API retrieves a list of cities and the province/state that they belong to.</p>\n<h3 id=\"request-parameters\">Request Parameters</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Name</th>\n<th>Type</th>\n<th>Max Length</th>\n<th>Description</th>\n<th>Required/ Optional</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td></td>\n<td></td>\n<td></td>\n<td></td>\n<td></td>\n</tr>\n</tbody>\n</table>\n</div><h3 id=\"response-parameters\">Response Parameters</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Name</th>\n<th>Type</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Province</td>\n<td><em>String</em></td>\n<td>The name of the province(state).</td>\n</tr>\n<tr>\n<td>Name</td>\n<td><em>String</em></td>\n<td>The name of the city.</td>\n</tr>\n<tr>\n<td>ProvinceCode</td>\n<td><em>String</em></td>\n<td>The code of the province(state).</td>\n</tr>\n</tbody>\n</table>\n</div><h3 id=\"related-errors\">Related Errors</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Error Code</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td></td>\n<td></td>\n</tr>\n</tbody>\n</table>\n</div><h3 id=\"version\">Version</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Version Supported</th>\n<th>Date Released</th>\n<th><strong>Deprecation Date</strong></th>\n<th>End of Life Date</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>v1.0</td>\n<td>December 2019</td>\n<td>TBD</td>\n<td>TBD</td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"path":["customerintegrationapi","v1.0","Lender","GetCity"],"host":["https://connect.dcbankapi.ca:35344"],"query":[],"variable":[]}},"response":[{"id":"6f831568-3278-4f61-87e8-e4edbe7d3097","name":"Success","originalRequest":{"method":"GET","header":[{"key":"Authorization","value":"Bearer {{token}}","type":"text"}],"url":"https://connect.dcbankapi.ca:35344/customerintegrationapi/v1.0/Lender/GetCity"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Wed, 20 May 2020 22:47:54 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Content-Encoding","value":"gzip"},{"key":"Vary","value":"Accept-Encoding"},{"key":"Server","value":"nginx/1.15.10"},{"key":"X-Powered-By","value":"ASP.NET"},{"key":"Set-Cookie","value":"ARRAffinity=6aae3c46ab4490f2466cb63e02261c60e0b21a26afc6f4b69eac92022861865b;Path=/;HttpOnly;Domain=dcb-cusapi-uat.azurewebsites.net:443"}],"cookie":[],"responseTime":null,"body":"{\n    \"ErrorCode\": \"0\",\n    \"ErrorDescription\": \"Successfull\",\n    \"StackTrace\": null,\n    \"Item\": [\n        {\n            \"Province\": \"Minnesota\",\n            \"Name\": \"Elgin\",\n            \"ProvinceCode\": \"MN\"\n        },\n        {\n            \"Province\": \"Minnesota\",\n            \"Name\": \"Vergas\",\n            \"ProvinceCode\": \"MN\"\n        },\n        {\n            \"Province\": \"\",\n            \"Name\": \"Cambridge\",\n            \"ProvinceCode\": \"\"\n        },\n        {\n            \"Province\": \"\",\n            \"Name\": \"Uxbridge\",\n            \"ProvinceCode\": \"\"\n        },\n        {\n            \"Province\": \"Aberdeenshire\",\n            \"Name\": \"Aberdeen\",\n            \"ProvinceCode\": null\n        }\n    ],\n    \"IsSucceeded\": true,\n    \"ErrorList\": [],\n    \"ParameterList\": []\n}"}],"_postman_id":"585a1be8-5d5d-46a4-92a7-388c6d250d56"},{"name":"Get Province","id":"57eff0f3-50cb-401c-8e41-598fc5bb664b","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{token}}"}]},"isInherited":false},"method":"GET","header":[],"url":"https://connect.dcbankapi.ca:35344/customerintegrationapi/v1.0/Lender/GetProvince","description":"<h3 id=\"description\">Description</h3>\n<p>This API retrieves a list of provinces/states and their codes.</p>\n<h3 id=\"request-parameters\">Request Parameters</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Name</th>\n<th>Type</th>\n<th>Max Length</th>\n<th>Description</th>\n<th>Required/ Optional</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td></td>\n<td></td>\n<td></td>\n<td></td>\n<td></td>\n</tr>\n</tbody>\n</table>\n</div><h3 id=\"response-parameters\">Response Parameters</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Name</th>\n<th>Type</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Code</td>\n<td><em>String</em></td>\n<td>The province code.</td>\n</tr>\n<tr>\n<td>Name</td>\n<td><em>String</em></td>\n<td>The province name.</td>\n</tr>\n</tbody>\n</table>\n</div><h3 id=\"related-errors\">Related Errors</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Error Code</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td></td>\n<td></td>\n</tr>\n</tbody>\n</table>\n</div><h3 id=\"version\">Version</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Version Supported</th>\n<th>Date Released</th>\n<th><strong>Deprecation Date</strong></th>\n<th>End of Life Date</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>v1.0</td>\n<td>December 2019</td>\n<td>TBD</td>\n<td>TBD</td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"path":["customerintegrationapi","v1.0","Lender","GetProvince"],"host":["https://connect.dcbankapi.ca:35344"],"query":[],"variable":[]}},"response":[{"id":"db15cd4c-ad7e-4f0d-9fe9-e93fc5933ea8","name":"Success","originalRequest":{"method":"GET","header":[{"key":"Authorization","value":"Bearer {{token}}","type":"text"}],"url":"https://connect.dcbankapi.ca:35344/customerintegrationapi/v1.0/Lender/GetProvince"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Wed, 20 May 2020 22:32:55 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"1214"},{"key":"Connection","value":"keep-alive"},{"key":"Content-Encoding","value":"br"},{"key":"Vary","value":"Accept-Encoding"},{"key":"Server","value":"nginx/1.15.10"},{"key":"X-Powered-By","value":"ASP.NET"},{"key":"Set-Cookie","value":"ARRAffinity=6aae3c46ab4490f2466cb63e02261c60e0b21a26afc6f4b69eac92022861865b;Path=/;HttpOnly;Domain=dcb-cusapi-uat.azurewebsites.net:443"}],"cookie":[],"responseTime":null,"body":"{\n    \"ErrorCode\": \"0\",\n    \"ErrorDescription\": \"Successfull\",\n    \"StackTrace\": null,\n    \"Item\": [\n        {\n            \"Code\": \"AB\",\n            \"Name\": \"Alberta\"\n        },\n        {\n            \"Code\": \"BC\",\n            \"Name\": \"British Columbia\"\n        },\n        {\n            \"Code\": \"MB\",\n            \"Name\": \"Manitoba\"\n        }\n    ],\n    \"IsSucceeded\": true,\n    \"ErrorList\": [],\n    \"ParameterList\": []\n}"}],"_postman_id":"57eff0f3-50cb-401c-8e41-598fc5bb664b"},{"name":"Get Financial Institution","id":"d6e10998-d23d-4162-8afd-a87b002567ee","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{token}}"}]},"isInherited":false},"method":"GET","header":[],"url":"https://connect.dcbankapi.ca:35344/customerintegrationapi/v1.0/Lender/GetFinancialInstitution","description":"<h3 id=\"description\">Description</h3>\n<p>This API retrieves a list of financial institutions.</p>\n<h3 id=\"request-parameters\">Request Parameters</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Name</th>\n<th>Type</th>\n<th>Max Length</th>\n<th>Description</th>\n<th>Required/ Optional</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td></td>\n<td></td>\n<td></td>\n<td></td>\n<td></td>\n</tr>\n</tbody>\n</table>\n</div><h3 id=\"response-parameters\">Response Parameters</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Name</th>\n<th>Type</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>FinancialInstitution</td>\n<td><em>Numeric</em></td>\n<td>The ID of the financial institution.</td>\n</tr>\n<tr>\n<td>FinancialInstitutionDesc</td>\n<td><em>String</em></td>\n<td>The financial institutions name.</td>\n</tr>\n<tr>\n<td>FinancialInstitutionBranch</td>\n<td><em>Numeric</em></td>\n<td>The branch number of the financial institution.</td>\n</tr>\n<tr>\n<td>Address</td>\n<td><em>String</em></td>\n<td>The physical address of the financial institution.</td>\n</tr>\n</tbody>\n</table>\n</div><h3 id=\"related-errors\">Related Errors</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Error Code</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td></td>\n<td></td>\n</tr>\n</tbody>\n</table>\n</div><h3 id=\"version\">Version</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Version Supported</th>\n<th>Date Released</th>\n<th><strong>Deprecation Date</strong></th>\n<th>End of Life Date</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>v1.0</td>\n<td>December 2019</td>\n<td>TBD</td>\n<td>TBD</td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"path":["customerintegrationapi","v1.0","Lender","GetFinancialInstitution"],"host":["https://connect.dcbankapi.ca:35344"],"query":[],"variable":[]}},"response":[{"id":"2e371af3-32ae-48cb-a464-8f0dd88b424e","name":"Success","originalRequest":{"method":"GET","header":[{"key":"Authorization","value":"Bearer {{token}}","type":"text"}],"url":"https://connect.dcbankapi.ca:35344/customerintegrationapi/v1.0/Lender/GetFinancialInstitution"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Wed, 20 May 2020 22:31:16 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Content-Encoding","value":"br"},{"key":"Vary","value":"Accept-Encoding"},{"key":"Server","value":"nginx/1.15.10"},{"key":"X-Powered-By","value":"ASP.NET"},{"key":"Set-Cookie","value":"ARRAffinity=6aae3c46ab4490f2466cb63e02261c60e0b21a26afc6f4b69eac92022861865b;Path=/;HttpOnly;Domain=dcb-cusapi-uat.azurewebsites.net:443"}],"cookie":[],"responseTime":null,"body":"{\n    \"ErrorCode\": \"0\",\n    \"ErrorDescription\": \"Successfull\",\n    \"StackTrace\": null,\n    \"Item\": [\n        {\n            \"FinancialInstitution\": 3,\n            \"FinancialInstitutionDesc\": \"ROYAL BANK OF CANADA\",\n            \"FinancialInstitutionBranch\": \"00300118\",\n            \"Address\": \"WAYNE & CATHEDRAL C/O 120 CENTRE ST ABBEY SK S0N 0A0\"\n        },\n        {\n            \"FinancialInstitution\": 4,\n            \"FinancialInstitutionDesc\": \"THE TORONTO-DOMINION BANK\",\n            \"FinancialInstitutionBranch\": \"00414462\",\n            \"Address\": \"1900 ELLESMERE RD.  SCARBOROUGH ON M1H 2V6\"\n        },\n        {\n            \"FinancialInstitution\": 4,\n            \"FinancialInstitutionDesc\": \"THE TORONTO-DOMINION BANK\",\n            \"FinancialInstitutionBranch\": \"00417902\",\n            \"Address\": \"1900 ELLESMERE RD & BELLANY RD N  SCARBOROUGH ON M1H 2V6\"\n        }\n    ],\n    \"IsSucceeded\": true,\n    \"ErrorList\": [],\n    \"ParameterList\": []\n}"}],"_postman_id":"d6e10998-d23d-4162-8afd-a87b002567ee"},{"name":"Get Parameter","id":"89cd905c-2b76-44a2-bc23-91458d4f5b49","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{token}}"}]},"isInherited":false},"method":"GET","header":[],"url":"https://connect.dcbankapi.ca:35344/customerintegrationapi/v1.0/Lender/GetParameter?parameter={{parameter}}","description":"<h3 id=\"description\">Description</h3>\n<p>Returns a list of available parameters for use with the <strong>Lender &gt; Application &gt; Create Application</strong> API.</p>\n<h3 id=\"request-parameters\">Request Parameters</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Name</th>\n<th>Type</th>\n<th>Max Length</th>\n<th>Description</th>\n<th>Required/ Optional</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Parameter</td>\n<td><em>String</em></td>\n<td>-</td>\n<td>Different parameter values can be:  <br />Gender,  <br />Identity Type, LOS Loan Type,  <br />LOS Occupation,  <br />LOS Marital Status,  <br />LOS Empl Time,  <br />LOS Addr Time,  <br />LOS Residental Status,  <br />LOS Edu Level,  <br />LOS Interbank Time,  <br />LOS YesNo,  <br />LOS Down Payment,  <br />LOS Phone Given,  <br />LOS Deposit In, LOS Household In,  <br />LOS Security Info Type.</td>\n<td><strong>Required</strong></td>\n</tr>\n</tbody>\n</table>\n</div><h3 id=\"response-parameters\">Response Parameters</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Name</th>\n<th>Type</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Key</td>\n<td><em>String</em></td>\n<td>The parameter key.</td>\n</tr>\n<tr>\n<td>Value</td>\n<td><em>Numeric</em></td>\n<td>The parameter value.</td>\n</tr>\n<tr>\n<td>Description</td>\n<td><em>String</em></td>\n<td>The parameter value description.</td>\n</tr>\n</tbody>\n</table>\n</div><h3 id=\"related-errors\">Related Errors</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Error Code</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>GetLoanGenericParameterE2</td>\n<td>Invalid Parameter</td>\n</tr>\n</tbody>\n</table>\n</div><h3 id=\"version\">Version</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Version Supported</th>\n<th>Date Released</th>\n<th><strong>Deprecation Date</strong></th>\n<th>End of Life Date</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>v1.0</td>\n<td>December 2019</td>\n<td>TBD</td>\n<td>TBD</td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"path":["customerintegrationapi","v1.0","Lender","GetParameter"],"host":["https://connect.dcbankapi.ca:35344"],"query":[{"key":"parameter","value":"{{parameter}}"}],"variable":[]}},"response":[{"id":"2e9c21bb-6367-49c4-a2b8-2acf2d3c3128","name":"Success","originalRequest":{"method":"GET","header":[{"key":"Authorization","value":"Bearer {{token}}","type":"text"}],"url":{"raw":"https://connect.dcbankapi.ca:35344/customerintegrationapi/v1.0/Lender/GetParameter?parameter=LOSOccupation","host":["https://connect.dcbankapi.ca:35344"],"path":["customerintegrationapi","v1.0","Lender","GetParameter"],"query":[{"key":"parameter","value":"LOSOccupation"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Wed, 20 May 2020 23:00:18 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"224"},{"key":"Connection","value":"keep-alive"},{"key":"Content-Encoding","value":"br"},{"key":"Vary","value":"Accept-Encoding"},{"key":"Server","value":"nginx/1.15.10"},{"key":"X-Powered-By","value":"ASP.NET"},{"key":"Set-Cookie","value":"ARRAffinity=6aae3c46ab4490f2466cb63e02261c60e0b21a26afc6f4b69eac92022861865b;Path=/;HttpOnly;Domain=dcb-cusapi-uat.azurewebsites.net:443"}],"cookie":[],"responseTime":null,"body":"{\n    \"ErrorCode\": \"0\",\n    \"ErrorDescription\": \"Successfull\",\n    \"StackTrace\": null,\n    \"Item\": [\n        {\n            \"Key\": \"LOSOccupation\",\n            \"Value\": \"0\",\n            \"Description\": \"Employee\"\n        },\n        {\n            \"Key\": \"LOSOccupation\",\n            \"Value\": \"1\",\n            \"Description\": \"Self-Employed\"\n        },\n        {\n            \"Key\": \"LOSOccupation\",\n            \"Value\": \"2\",\n            \"Description\": \"Retired\"\n        }\n    ],\n    \"IsSucceeded\": true,\n    \"ErrorList\": [],\n    \"ParameterList\": []\n}"}],"_postman_id":"89cd905c-2b76-44a2-bc23-91458d4f5b49"},{"name":"Get Applicant Identity Type","id":"d883093f-a0f0-4cce-b8d9-2c22f7e14fba","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{token}}"}]},"isInherited":false},"method":"GET","header":[{"key":"Content-Type","value":"application/json"}],"url":"https://connect.dcbankapi.ca:35344/customerintegrationapi/v1.0/Lender/GetApplicantIdentityType","description":"<h3 id=\"description\">Description</h3>\n<p>The purpose of this API is to Get the Identity Types for the Applicant.</p>\n<h3 id=\"request-parameters\">Request Parameters</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Name</th>\n<th>Type</th>\n<th>Max Length</th>\n<th>Description</th>\n<th>Required/ Optional</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td></td>\n<td></td>\n<td></td>\n<td></td>\n<td></td>\n</tr>\n</tbody>\n</table>\n</div><h3 id=\"response-parameters\">Response Parameters</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Name</th>\n<th>Type</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Key</td>\n<td><em>String</em></td>\n<td>The parameter. In this case, <em>IdentityType</em>.</td>\n</tr>\n<tr>\n<td>Value</td>\n<td><em>Numeric</em></td>\n<td>The code value of the type of identity.</td>\n</tr>\n<tr>\n<td>Description</td>\n<td><em>String</em></td>\n<td>A description of the type of identity.</td>\n</tr>\n</tbody>\n</table>\n</div><h3 id=\"related-errors\">Related Errors</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Error Code</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td></td>\n<td></td>\n</tr>\n</tbody>\n</table>\n</div><h3 id=\"version\">Version</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Version Supported</th>\n<th>Date Released</th>\n<th><strong>Deprecation Date</strong></th>\n<th>End of Life Date</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>v1.0</td>\n<td>December 2019</td>\n<td>TBD</td>\n<td>TBD</td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"path":["customerintegrationapi","v1.0","Lender","GetApplicantIdentityType"],"host":["https://connect.dcbankapi.ca:35344"],"query":[],"variable":[]}},"response":[{"id":"4da118d3-f227-4bbe-a2b5-433f1a46bb4c","name":"Success","originalRequest":{"method":"GET","header":[{"key":"Authorization","value":"Bearer {{token}}","type":"text"},{"key":"Content-Type","value":"application/json"}],"url":"https://connect.dcbankapi.ca:35344/integrationapi/v1.0/Lender/GetApplicantIdentityType"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"ErrorCode\": \"0\",\n    \"ErrorDescription\": \"Successfull\",\n    \"StackTrace\": null,\n    \"Item\": [\n        {\n            \"Key\": \"IdentityType\",\n            \"Value\": \"C020\",\n            \"Description\": \"Canadian Forces ID\"\n        },\n        {\n            \"Key\": \"IdentityType\",\n            \"Value\": \"C014\",\n            \"Description\": \"Canada Passport\"\n        },\n        {\n            \"Key\": \"IdentityType\",\n            \"Value\": \"C018\",\n            \"Description\": \"Certificate of Indian Status Card\"\n        }\n    ],\n    \"IsSucceeded\": true,\n    \"ErrorList\": [],\n    \"ParameterList\": []\n}"}],"_postman_id":"d883093f-a0f0-4cce-b8d9-2c22f7e14fba"}],"id":"8be60fbe-616d-4d02-a4cb-801fb8a3bb62","_postman_id":"8be60fbe-616d-4d02-a4cb-801fb8a3bb62","description":"","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{token}}"}]},"isInherited":true,"source":{"_postman_id":"8869d7bd-0788-46cf-8d20-ac14f428a8ec","id":"8869d7bd-0788-46cf-8d20-ac14f428a8ec","name":"EndUser API","type":"collection"}}}],"id":"75955e4e-a3d0-42b7-b39e-d33be525d7fc","_postman_id":"75955e4e-a3d0-42b7-b39e-d33be525d7fc","description":"","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{token}}"}]},"isInherited":true,"source":{"_postman_id":"8869d7bd-0788-46cf-8d20-ac14f428a8ec","id":"8869d7bd-0788-46cf-8d20-ac14f428a8ec","name":"EndUser API","type":"collection"}}},{"name":"Notification","item":[{"name":"CardholderPortal","item":[{"name":"Cardholder Notification Set Read","id":"6819e623-8d7e-46f0-812f-c8e645bb61cf","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{token}}"}]},"isInherited":false},"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"NotificationHistoryId\": 5\r\n}","options":{"raw":{"language":"json"}}},"url":"https://connect.dcbankapi.ca:35344/customerintegrationapi/v1.0/Notification/CardholderNotificationSetRead","description":"<h3 id=\"description\">Description</h3>\n<p>This API is used to update the status of a specific notification within a customers account. Essentially, it acts as a \"mark as read\" trigger for the systems notification history.</p>\n<h3 id=\"request-parameters\">Request Parameters</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Name</th>\n<th>Type</th>\n<th>Max Length</th>\n<th>Description</th>\n<th>Required/ Optional</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>NotificationHistoryId</td>\n<td><em>Numeric</em></td>\n<td>-</td>\n<td>The history ID of notifications.</td>\n<td><strong>Required</strong></td>\n</tr>\n</tbody>\n</table>\n</div><h3 id=\"response-parameters\">Response Parameters</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Name</th>\n<th>Type</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td></td>\n<td></td>\n<td></td>\n</tr>\n</tbody>\n</table>\n</div><h3 id=\"related-errors\">Related Errors</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Error Code</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td></td>\n<td></td>\n</tr>\n</tbody>\n</table>\n</div><h3 id=\"version\">Version</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Version Supported</th>\n<th>Date Released</th>\n<th><strong>Deprecation Date</strong></th>\n<th>End of Life Date</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>v1.0</td>\n<td>December 2019</td>\n<td>TBD</td>\n<td>TBD</td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"path":["customerintegrationapi","v1.0","Notification","CardholderNotificationSetRead"],"host":["https://connect.dcbankapi.ca:35344"],"query":[],"variable":[]}},"response":[{"id":"7d2b60e2-3417-402f-a2e7-c682150d6141","name":"Cardholder Notification Set Read","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"NotificationHistoryId\": 5\r\n}","options":{"raw":{"language":"json"}}},"url":"https://connect.dcbankapi.ca:35344/customerintegrationapi/v1.0/Notification/CardholderNotificationSetRead"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Thu, 13 Jul 2023 13:18:37 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Server","value":"Kestrel"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Content-Encoding","value":"br"},{"key":"Vary","value":"Accept-Encoding"}],"cookie":[],"responseTime":null,"body":"{\n    \"ErrorCode\": \"0\",\n    \"ErrorDescription\": \"Successfull\",\n    \"StackTrace\": null,\n    \"IsSucceeded\": true,\n    \"ErrorList\": [],\n    \"ParameterList\": []\n}"}],"_postman_id":"6819e623-8d7e-46f0-812f-c8e645bb61cf"},{"name":"Cardholder Notification Set Unread","id":"3477410c-eebe-4e24-9952-5e4885467fa3","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{token}}"}]},"isInherited":false},"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"NotificationHistoryId\": 5\r\n}","options":{"raw":{"language":"json"}}},"url":"https://connect.dcbankapi.ca:35344/customerintegrationapi/v1.0/Notification/CardholderNotificationSetUnread","description":"<h3 id=\"description\">Description</h3>\n<p>This API is used to mark a previously viewed notification as \"new\" or \"unread\".</p>\n<h3 id=\"request-parameters\">Request Parameters</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Name</th>\n<th>Type</th>\n<th>Max Length</th>\n<th>Description</th>\n<th>Required/ Optional</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>NotificationHistoryId</td>\n<td><em>Numeric</em></td>\n<td>-</td>\n<td>The history ID of notifications.</td>\n<td><strong>Required</strong></td>\n</tr>\n</tbody>\n</table>\n</div><h3 id=\"response-parameters\">Response Parameters</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Name</th>\n<th>Type</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td></td>\n<td></td>\n<td></td>\n</tr>\n</tbody>\n</table>\n</div><h3 id=\"related-errors\">Related Errors</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Error Code</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td></td>\n<td></td>\n</tr>\n</tbody>\n</table>\n</div><h3 id=\"version\">Version</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Version Supported</th>\n<th>Date Released</th>\n<th><strong>Deprecation Date</strong></th>\n<th>End of Life Date</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>v1.0</td>\n<td>December 2019</td>\n<td>TBD</td>\n<td>TBD</td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"path":["customerintegrationapi","v1.0","Notification","CardholderNotificationSetUnread"],"host":["https://connect.dcbankapi.ca:35344"],"query":[],"variable":[]}},"response":[{"id":"84ff045c-5760-403f-bb40-3e9fe7d7c325","name":"Cardholder Notification Set Unread","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"NotificationHistoryId\": 5\r\n}","options":{"raw":{"language":"json"}}},"url":"https://connect.dcbankapi.ca:35344/customerintegrationapi/v1.0/Notification/CardholderNotificationSetUnread"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Thu, 13 Jul 2023 13:18:15 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Server","value":"Kestrel"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Content-Encoding","value":"br"},{"key":"Vary","value":"Accept-Encoding"}],"cookie":[],"responseTime":null,"body":"{\n    \"ErrorCode\": \"0\",\n    \"ErrorDescription\": \"Successfull\",\n    \"StackTrace\": null,\n    \"IsSucceeded\": true,\n    \"ErrorList\": [],\n    \"ParameterList\": []\n}"}],"_postman_id":"3477410c-eebe-4e24-9952-5e4885467fa3"},{"name":"Get Cardholder Notifications By Client","id":"f49befe5-069e-4ad5-bd97-2d1fa1eb73cf","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{token}}"}]},"isInherited":false},"method":"GET","header":[],"url":"https://connect.dcbankapi.ca:35344/customerintegrationapi/v1.0/Notification/GetCardholderNotificationsByClient","description":"<h3 id=\"description\">Description</h3>\n<p>The Get Cardholder Notifications By Client API is used to fetch a comprehensive list of all notifications associated with a specific clients account.</p>\n<h3 id=\"request-parameters\">Request Parameters</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Name</th>\n<th>Type</th>\n<th>Max Length</th>\n<th>Description</th>\n<th>Required/ Optional</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td></td>\n<td></td>\n<td></td>\n<td></td>\n<td></td>\n</tr>\n</tbody>\n</table>\n</div><h3 id=\"response-parameters\">Response Parameters</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Name</th>\n<th>Type</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>DateSent</td>\n<td><em>DateTime</em></td>\n<td>The date the notification was sent.</td>\n</tr>\n<tr>\n<td>SourceType</td>\n<td><em>String</em></td>\n<td>The source of the notification.</td>\n</tr>\n<tr>\n<td>Subject</td>\n<td><em>String</em></td>\n<td>The notification subject.</td>\n</tr>\n<tr>\n<td>IsRead</td>\n<td><em>Boolean</em></td>\n<td>A <code>True</code> or <code>False</code> value indicating whether the notification has been viewed or not.</td>\n</tr>\n<tr>\n<td>NotificationHistoryId</td>\n<td><em>Numeric</em></td>\n<td>The ID of notification history.</td>\n</tr>\n</tbody>\n</table>\n</div><h3 id=\"related-errors\">Related Errors</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Error Code</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td></td>\n<td></td>\n</tr>\n</tbody>\n</table>\n</div><h3 id=\"version\">Version</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Version Supported</th>\n<th>Date Released</th>\n<th><strong>Deprecation Date</strong></th>\n<th>End of Life Date</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>v1.0</td>\n<td>December 2019</td>\n<td>TBD</td>\n<td>TBD</td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"path":["customerintegrationapi","v1.0","Notification","GetCardholderNotificationsByClient"],"host":["https://connect.dcbankapi.ca:35344"],"query":[],"variable":[]}},"response":[{"id":"d4fe4e95-7365-463d-b0f3-05b14962787a","name":"GetCardholderNotificationsByClient Example","originalRequest":{"method":"GET","header":[],"url":"https://connect.dcbankapi.ca:35344/customerintegrationapi/v1.0/Notification/GetCardholderNotificationsByClient"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Thu, 13 Jul 2023 13:10:03 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Server","value":"nginx/1.23.4"},{"key":"Content-Encoding","value":"br"},{"key":"Vary","value":"Accept-Encoding"}],"cookie":[],"responseTime":null,"body":"{\n    \"ErrorCode\": \"0\",\n    \"ErrorDescription\": \"Successfull\",\n    \"StackTrace\": null,\n    \"Item\": [\n        {\n            \"DateSent\": \"2023-07-13T12:30:41.037\",\n            \"SourceType\": \"Account\",\n            \"Subject\": \"Alert Limit Notification\",\n            \"IsRead\": false,\n            \"NotificationHistoryId\": 5\n        },\n        {\n            \"DateSent\": \"2023-07-13T12:30:41.043\",\n            \"SourceType\": \"Account\",\n            \"Subject\": \"Alert Limit Notification\",\n            \"IsRead\": false,\n            \"NotificationHistoryId\": 6\n        }\n    ],\n    \"IsSucceeded\": true,\n    \"ErrorList\": [],\n    \"ParameterList\": [],\n    \"PaymentType\": null\n}"}],"_postman_id":"f49befe5-069e-4ad5-bd97-2d1fa1eb73cf"}],"id":"f15bc389-9041-43d5-8a46-8773a81f8ef4","_postman_id":"f15bc389-9041-43d5-8a46-8773a81f8ef4","description":"","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{token}}"}]},"isInherited":true,"source":{"_postman_id":"8869d7bd-0788-46cf-8d20-ac14f428a8ec","id":"8869d7bd-0788-46cf-8d20-ac14f428a8ec","name":"EndUser API","type":"collection"}}},{"name":"Edit Notification Options","id":"1bda0591-cdb6-425c-8286-bd234fc7da66","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{token}}"}]},"isInherited":false},"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n  \"AllowEmailNotification\": false,\r\n  \"AllowTextNotification\": false\r\n}","options":{"raw":{"language":"json"}}},"url":"https://connect.dcbankapi.ca:35344/customerintegrationapi/v1.0/Notification/EditNotificationOptions","description":"<h3 id=\"description\">Description</h3>\n<p>The purpose of this API is to select the option to send notifications.</p>\n<h3 id=\"request-parameters\">Request Parameters</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Name</th>\n<th>Type</th>\n<th>Max Length</th>\n<th>Description</th>\n<th>Required/ Optional</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>AllowEmailNotification</td>\n<td><em>Boolean</em></td>\n<td>-</td>\n<td><code>True</code> or <code>False</code> value indicating whether or not Email notifications have been enabled.</td>\n<td><strong>Required</strong></td>\n</tr>\n<tr>\n<td>AllowTextNotification</td>\n<td><em>Boolean</em></td>\n<td>-</td>\n<td><code>True</code> or <code>False</code> value indicating whether or not SMS(Text) notifications have been enabled.</td>\n<td><strong>Required</strong></td>\n</tr>\n</tbody>\n</table>\n</div><h3 id=\"response-parameters\">Response Parameters</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Name</th>\n<th>Type</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td></td>\n<td></td>\n<td></td>\n</tr>\n</tbody>\n</table>\n</div><h3 id=\"related-errors\">Related Errors</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Error Code</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td></td>\n<td></td>\n</tr>\n</tbody>\n</table>\n</div><h3 id=\"version\">Version</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Version Supported</th>\n<th>Date Released</th>\n<th><strong>Deprecation Date</strong></th>\n<th>End of Life Date</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>v1.0</td>\n<td>December 2019</td>\n<td>TBD</td>\n<td>TBD</td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"path":["customerintegrationapi","v1.0","Notification","EditNotificationOptions"],"host":["https://connect.dcbankapi.ca:35344"],"query":[],"variable":[]}},"response":[{"id":"eec88f87-9c5c-44d8-a637-92cd8b0564ed","name":"Edit Notification Options","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n  \"AllowEmailNotification\": true,\r\n  \"AllowTextNotification\": false\r\n}","options":{"raw":{"language":"json"}}},"url":"https://connect.dcbankapi.ca:35344/customerintegrationapi/v1.0/Notification/EditNotificationOptions"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Thu, 14 May 2020 22:38:53 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"122"},{"key":"Connection","value":"keep-alive"},{"key":"Content-Encoding","value":"br"},{"key":"Vary","value":"Accept-Encoding"},{"key":"Server","value":"nginx/1.15.10"},{"key":"X-Powered-By","value":"ASP.NET"},{"key":"Set-Cookie","value":"ARRAffinity=eb8046a771af187481bd962f4b3b59093d134d8cb9f92ea86e26e730ef047fb2;Path=/;HttpOnly;Domain=dcb-cusapi-uat.azurewebsites.net:443"}],"cookie":[],"responseTime":null,"body":"{\n    \"ErrorCode\": \"0\",\n    \"ErrorDescription\": \"Successfull\",\n    \"StackTrace\": null,\n    \"IsSucceeded\": true,\n    \"ErrorList\": [],\n    \"ParameterList\": []\n}"}],"_postman_id":"1bda0591-cdb6-425c-8286-bd234fc7da66"},{"name":"Get Notification Options","id":"b1365ed4-25af-4fd6-9c4c-723f52353b73","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{token}}"}]},"isInherited":false},"method":"GET","header":[],"url":"https://connect.dcbankapi.ca:35344/customerintegrationapi/v1.0/Notification/GetNotificationOptions","description":"<h3 id=\"description\">Description</h3>\n<p>The purpose of this API is to get notifications options.</p>\n<h3 id=\"request-parameters\">Request Parameters</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Name</th>\n<th>Type</th>\n<th>Max Length</th>\n<th>Description</th>\n<th>Required/ Optional</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td></td>\n<td></td>\n<td></td>\n<td></td>\n<td></td>\n</tr>\n</tbody>\n</table>\n</div><h3 id=\"response-parameters\">Response Parameters</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Name</th>\n<th>Type</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>AllowEmailNotification</td>\n<td><em>Boolean</em></td>\n<td><code>True</code> or <code>False</code> value indicating whether or not Email notifications have been enabled.</td>\n</tr>\n<tr>\n<td>AllowTextNotification</td>\n<td><em>Boolean</em></td>\n<td><code>True</code> or <code>False</code> value indicating whether or not SMS(Text) notifications have been enabled.</td>\n</tr>\n</tbody>\n</table>\n</div><h3 id=\"related-errors\">Related Errors</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Error Code</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td></td>\n<td></td>\n</tr>\n</tbody>\n</table>\n</div><h3 id=\"version\">Version</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Version Supported</th>\n<th>Date Released</th>\n<th><strong>Deprecation Date</strong></th>\n<th>End of Life Date</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>v1.0</td>\n<td>December 2019</td>\n<td>TBD</td>\n<td>TBD</td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"path":["customerintegrationapi","v1.0","Notification","GetNotificationOptions"],"host":["https://connect.dcbankapi.ca:35344"],"query":[],"variable":[]}},"response":[{"id":"4620de7e-71fc-4c05-ae0b-08345911bdf3","name":"Get Notification Options","originalRequest":{"method":"GET","header":[],"url":"https://connect.dcbankapi.ca:35344/customerintegrationapi/v1.0/Notification/GetNotificationOptions"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Thu, 14 May 2020 22:38:39 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"163"},{"key":"Connection","value":"keep-alive"},{"key":"Content-Encoding","value":"br"},{"key":"Vary","value":"Accept-Encoding"},{"key":"Server","value":"nginx/1.15.10"},{"key":"X-Powered-By","value":"ASP.NET"},{"key":"Set-Cookie","value":"ARRAffinity=eb8046a771af187481bd962f4b3b59093d134d8cb9f92ea86e26e730ef047fb2;Path=/;HttpOnly;Domain=dcb-cusapi-uat.azurewebsites.net:443"}],"cookie":[],"responseTime":null,"body":"{\n    \"ErrorCode\": \"0\",\n    \"ErrorDescription\": \"Successfull\",\n    \"StackTrace\": null,\n    \"Item\": {\n        \"AllowEmailNotification\": true,\n        \"AllowTextNotification\": false\n    },\n    \"IsSucceeded\": true,\n    \"ErrorList\": [],\n    \"ParameterList\": []\n}"}],"_postman_id":"b1365ed4-25af-4fd6-9c4c-723f52353b73"},{"name":"Get All Notifications","id":"5e43bea5-e3de-4c9b-a220-c8e8cc04b90f","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{token}}"}]},"isInherited":false},"method":"POST","header":[],"url":"https://connect.dcbankapi.ca:35344/customerintegrationapi/v1.0/Notification/GetAllNotifications","description":"<h3 id=\"description\">Description</h3>\n<p>The purpose of this API is to Get All Notifications.</p>\n<h3 id=\"request-parameters\">Request Parameters</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Name</th>\n<th>Type</th>\n<th>Max Length</th>\n<th>Description</th>\n<th>Required/ Optional</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td></td>\n<td></td>\n<td></td>\n<td></td>\n<td></td>\n</tr>\n</tbody>\n</table>\n</div><h3 id=\"response-parameters\">Response Parameters</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Name</th>\n<th>Type</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>NotificationId</td>\n<td><em>Numeric</em></td>\n<td>The ID of the notification.</td>\n</tr>\n<tr>\n<td>Message</td>\n<td><em>String</em></td>\n<td>The notification message.</td>\n</tr>\n<tr>\n<td>Read</td>\n<td><em>Boolean</em></td>\n<td>A <code>True</code> or <code>False</code> value indicating whether the notification has been viewed or not.</td>\n</tr>\n<tr>\n<td>DateTime</td>\n<td><em>DateTime</em></td>\n<td>The date/time the notification was received.</td>\n</tr>\n</tbody>\n</table>\n</div><h3 id=\"related-errors\">Related Errors</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Error Code</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td></td>\n<td></td>\n</tr>\n</tbody>\n</table>\n</div><h3 id=\"version\">Version</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Version Supported</th>\n<th>Date Released</th>\n<th><strong>Deprecation Date</strong></th>\n<th>End of Life Date</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>v1.0</td>\n<td>December 2019</td>\n<td>TBD</td>\n<td>TBD</td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"path":["customerintegrationapi","v1.0","Notification","GetAllNotifications"],"host":["https://connect.dcbankapi.ca:35344"],"query":[],"variable":[]}},"response":[{"id":"b1dd9333-9e7b-46ba-9b36-8ef2d834b3a8","name":"Get All Notifications","originalRequest":{"method":"POST","header":[],"url":"https://connect.dcbankapi.ca:35344/customerintegrationapi/v1.0/Notification/GetAllNotifications"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Thu, 14 May 2020 22:36:41 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"414"},{"key":"Connection","value":"keep-alive"},{"key":"Content-Encoding","value":"br"},{"key":"Vary","value":"Accept-Encoding"},{"key":"Server","value":"nginx/1.15.10"},{"key":"X-Powered-By","value":"ASP.NET"},{"key":"Set-Cookie","value":"ARRAffinity=eb8046a771af187481bd962f4b3b59093d134d8cb9f92ea86e26e730ef047fb2;Path=/;HttpOnly;Domain=dcb-cusapi-uat.azurewebsites.net:443"}],"cookie":[],"responseTime":null,"body":"{\n    \"ErrorCode\": \"0\",\n    \"ErrorDescription\": null,\n    \"StackTrace\": null,\n    \"Item\": [\n        {\n            \"NotificationId\": 922,\n            \"Message\": \"You created CAD 19 amount bill payment to ROGERS (9 DIGIT ACCOUNT NUMBER biller\",\n            \"Read\": false,\n            \"DateTime\": \"2020-04-11T20:02:14.597\"\n        },\n        {\n            \"NotificationId\": 927,\n            \"Message\": \"You created CAD 21 amount eTransfer to abbas.ayaz@payolog.com email\",\n            \"Read\": false,\n            \"DateTime\": \"2020-04-12T13:49:30.933\"\n        },\n        {\n            \"NotificationId\": 930,\n            \"Message\": \"You created CAD 21 amount eTransfer to ayazabbasartifex@gmail.com email\",\n            \"Read\": false,\n            \"DateTime\": \"2020-04-12T13:58:26.73\"\n        },\n        {\n            \"NotificationId\": 1121,\n            \"Message\": \"You created CAD 19 amount bill payment to ROGERS (9 DIGIT ACCOUNT NUMBER biller\",\n            \"Read\": false,\n            \"DateTime\": \"2020-05-08T12:49:38.827\"\n        },\n        {\n            \"NotificationId\": 1171,\n            \"Message\": \"You created CAD 19 amount bill payment to ROGERS (9 DIGIT ACCOUNT NUMBER biller\",\n            \"Read\": false,\n            \"DateTime\": \"2020-05-14T13:14:37.113\"\n        },\n        {\n            \"NotificationId\": 1174,\n            \"Message\": \"You created CAD 23.78 amount bill payment to ROGERS (9 DIGIT ACCOUNT NUMBER biller\",\n            \"Read\": false,\n            \"DateTime\": \"2020-05-14T13:28:45.533\"\n        }\n    ],\n    \"IsSucceeded\": true,\n    \"ErrorList\": [],\n    \"ParameterList\": []\n}"}],"_postman_id":"5e43bea5-e3de-4c9b-a220-c8e8cc04b90f"},{"name":"Set As Read","id":"fece24dc-c2f0-48b3-82b7-71bdb17f6f70","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{token}}"}]},"isInherited":false},"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"item\": [\n        {\n            \"notificationId\": 1121\n        }\n    ]\n}","options":{"raw":{"language":"json"}}},"url":"https://connect.dcbankapi.ca:35344/customerintegrationapi/v1.0/Notification/SetAsRead","description":"<h3 id=\"description\">Description</h3>\n<p>The purpose of this API is to set notification as read.</p>\n<h3 id=\"request-parameters\">Request Parameters</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Name</th>\n<th>Type</th>\n<th>Max Length</th>\n<th>Description</th>\n<th>Required/ Optional</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>NotificationId</td>\n<td><em>Numeric</em></td>\n<td>-</td>\n<td>The ID of the notification to be set as read.</td>\n<td><strong>Required</strong></td>\n</tr>\n</tbody>\n</table>\n</div><h3 id=\"response-parameters\">Response Parameters</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Name</th>\n<th>Type</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td></td>\n<td></td>\n<td></td>\n</tr>\n</tbody>\n</table>\n</div><h3 id=\"related-errors\">Related Errors</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Error Code</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td></td>\n<td></td>\n</tr>\n</tbody>\n</table>\n</div><h3 id=\"version\">Version</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Version Supported</th>\n<th>Date Released</th>\n<th><strong>Deprecation Date</strong></th>\n<th>End of Life Date</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>v1.0</td>\n<td>December 2019</td>\n<td>TBD</td>\n<td>TBD</td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"path":["customerintegrationapi","v1.0","Notification","SetAsRead"],"host":["https://connect.dcbankapi.ca:35344"],"query":[],"variable":[]}},"response":[{"id":"8a53d4b5-8aba-49a7-9464-7320f2e01bd7","name":"Set As Read","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n  \"item\": [\r\n    {\r\n      \"notificationId\": 1121\r\n    }\r\n  ]\r\n}","options":{"raw":{"language":"json"}}},"url":"https://connect.dcbankapi.ca:35344/customerintegrationapi/v1.0/Notification/SetAsRead"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Thu, 14 May 2020 22:37:57 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"117"},{"key":"Connection","value":"keep-alive"},{"key":"Content-Encoding","value":"br"},{"key":"Vary","value":"Accept-Encoding"},{"key":"Server","value":"nginx/1.15.10"},{"key":"X-Powered-By","value":"ASP.NET"},{"key":"Set-Cookie","value":"ARRAffinity=eb8046a771af187481bd962f4b3b59093d134d8cb9f92ea86e26e730ef047fb2;Path=/;HttpOnly;Domain=dcb-cusapi-uat.azurewebsites.net:443"}],"cookie":[],"responseTime":null,"body":"{\n    \"ErrorCode\": \"0\",\n    \"ErrorDescription\": null,\n    \"StackTrace\": null,\n    \"Item\": null,\n    \"IsSucceeded\": true,\n    \"ErrorList\": [],\n    \"ParameterList\": []\n}"}],"_postman_id":"fece24dc-c2f0-48b3-82b7-71bdb17f6f70"}],"id":"7c2e189e-ae18-475d-8595-8885a2973a53","_postman_id":"7c2e189e-ae18-475d-8595-8885a2973a53","description":"","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{token}}"}]},"isInherited":true,"source":{"_postman_id":"8869d7bd-0788-46cf-8d20-ac14f428a8ec","id":"8869d7bd-0788-46cf-8d20-ac14f428a8ec","name":"EndUser API","type":"collection"}}},{"name":"Alert","item":[{"name":"Account","item":[{"name":"Create Account Alert Definition","id":"34750ca5-3821-4f98-b4e0-2d3a5683d725","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{token}}"}]},"isInherited":false},"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n  \"AccountId\": 0,\r\n  \"AlertType\": 1,\r\n  \"Condition\": 1,\r\n  \"Amount\": 0,\r\n  \"CellPhoneCountryCodeId\": 0,\r\n  \"CellPhoneNumber\": \"string\",\r\n  \"Email\": \"string\",\r\n  \"LanguagePreference\": \"string\"\r\n}","options":{"raw":{"language":"json"}}},"url":"https://connect.dcbankapi.ca:35344/customerintegrationapi/v1.0/Alert/CreateAccountAlertDefinition","description":"<h3 id=\"description\">Description</h3>\n<p>The purpose of this API is to create an alert for the account.</p>\n<h3 id=\"request-parameters\">Request Parameters</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Name</th>\n<th>Type</th>\n<th>Max Length</th>\n<th>Description</th>\n<th>Required/ Optional</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>AccountId</td>\n<td><em>Long</em></td>\n<td>-</td>\n<td>The ID of the account.  <br />This value can be obtained using the <strong>Get All Customer Accounts</strong> API.</td>\n<td><strong>Required</strong></td>\n</tr>\n<tr>\n<td>AlertType</td>\n<td><em>Numeric</em></td>\n<td>-</td>\n<td>The alert types:  <br /><code>1</code> Available Limit  <br /><code>2</code> Sales Transaction  <br /><code>3</code> Cash Advance  <br /><code>4</code> Cash Advance Owing</td>\n<td><strong>Required</strong></td>\n</tr>\n<tr>\n<td>Condition</td>\n<td><em>Numeric</em></td>\n<td>-</td>\n<td><code>1</code> Greater Than  <br /><code>2</code> Equals  <br /><code>3</code> Less than</td>\n<td><strong>Required</strong></td>\n</tr>\n<tr>\n<td>Amount</td>\n<td><em>Decimal</em></td>\n<td>-</td>\n<td>The amount.</td>\n<td><strong>Required</strong></td>\n</tr>\n<tr>\n<td>CellPhoneCountryCodeId</td>\n<td><em>Numeric</em></td>\n<td>-</td>\n<td>The country code of the cell phone number. <strong>1 for Canda and US.</strong></td>\n<td>Optional</td>\n</tr>\n<tr>\n<td>CellPhoneNumber</td>\n<td><em>Numeric</em></td>\n<td>-</td>\n<td>The primary cell number on the account.</td>\n<td>Optional</td>\n</tr>\n<tr>\n<td>Email</td>\n<td><em>String</em></td>\n<td>-</td>\n<td>The primary email on the account.</td>\n<td>Optional</td>\n</tr>\n<tr>\n<td>LanguagePreference</td>\n<td><em>String</em></td>\n<td>-</td>\n<td>The preferred language.  <br />Defaults to <strong>English</strong>.</td>\n<td>Optional</td>\n</tr>\n</tbody>\n</table>\n</div><h3 id=\"response-parameters\">Response Parameters</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Name</th>\n<th>Type</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td></td>\n<td></td>\n<td></td>\n</tr>\n</tbody>\n</table>\n</div><h3 id=\"related-errors\">Related Errors</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Error Code</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td></td>\n<td></td>\n</tr>\n</tbody>\n</table>\n</div><h3 id=\"version\">Version</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Version Supported</th>\n<th>Date Released</th>\n<th><strong>Deprecation Date</strong></th>\n<th>End of Life Date</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>v1.0</td>\n<td>December 2019</td>\n<td>TBD</td>\n<td>TBD</td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"path":["customerintegrationapi","v1.0","Alert","CreateAccountAlertDefinition"],"host":["https://connect.dcbankapi.ca:35344"],"query":[],"variable":[]}},"response":[],"_postman_id":"34750ca5-3821-4f98-b4e0-2d3a5683d725"},{"name":"Update Account Alert Definition","id":"25ab8bd6-cc52-4d86-a5e3-55f6645f03bf","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{token}}"}]},"isInherited":false},"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n  \"AlertId\": 0,\r\n  \"AlertType\": 1,\r\n  \"Condition\": 1,\r\n  \"Amount\": 0,\r\n  \"CellPhoneCountryCodeId\": 0,\r\n  \"CellPhoneNumber\": \"string\",\r\n  \"Email\": \"string\",\r\n  \"LanguagePreference\": \"string\"\r\n}","options":{"raw":{"language":"json"}}},"url":"https://connect.dcbankapi.ca:35344/customerintegrationapi/v1.0/Alert/UpdateAccountAlertDefinition","description":"<h3 id=\"description\">Description</h3>\n<p>The purpose of this API is to update an alert for the account.</p>\n<h3 id=\"request-parameters\">Request Parameters</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Name</th>\n<th>Type</th>\n<th>Max Length</th>\n<th>Description</th>\n<th>Required/ Optional</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>AlertId</td>\n<td><em>Long</em></td>\n<td>-</td>\n<td>The ID of the alert.  <br />This value can be obtained using the <strong>Get All Account Definitions</strong> API.</td>\n<td><strong>Required</strong></td>\n</tr>\n<tr>\n<td>AlertType</td>\n<td><em>Numeric</em></td>\n<td>-</td>\n<td><code>1</code> Available Limit  <br /><code>2</code> Sales Transaction  <br /><code>3</code> Cash Advance  <br /><code>4</code> Cash Advance Owing</td>\n<td><strong>Required</strong></td>\n</tr>\n<tr>\n<td>Condition</td>\n<td><em>Numeric</em></td>\n<td>-</td>\n<td><code>1</code> Greater Than  <br /><code>2</code> Equals  <br /><code>3</code> Less than</td>\n<td><strong>Required</strong></td>\n</tr>\n<tr>\n<td>Amount</td>\n<td><em>Decimal</em></td>\n<td>-</td>\n<td>The amount.</td>\n<td><strong>Required</strong></td>\n</tr>\n<tr>\n<td>CellPhoneCountryCodeId</td>\n<td><em>Numeric</em></td>\n<td>-</td>\n<td>The country code of the cell number on the account.</td>\n<td>Optional</td>\n</tr>\n<tr>\n<td>CellPhoneNumber</td>\n<td><em>Numeric</em></td>\n<td>-</td>\n<td>The primary cell phone number on the account.</td>\n<td>Optional</td>\n</tr>\n<tr>\n<td>Email</td>\n<td><em>String</em></td>\n<td>-</td>\n<td>The primary email address on the account.</td>\n<td>Optional</td>\n</tr>\n<tr>\n<td>LanguagePreference</td>\n<td><em>String</em></td>\n<td>-</td>\n<td>The preferred language.  <br />Defaults to <strong>English</strong>.</td>\n<td>Optional</td>\n</tr>\n</tbody>\n</table>\n</div><h3 id=\"response-parameters\">Response Parameters</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Name</th>\n<th>Type</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td></td>\n<td></td>\n<td></td>\n</tr>\n</tbody>\n</table>\n</div><h3 id=\"related-errors\">Related Errors</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Error Code</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td></td>\n<td></td>\n</tr>\n</tbody>\n</table>\n</div><h3 id=\"version\">Version</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Version Supported</th>\n<th>Date Released</th>\n<th><strong>Deprecation Date</strong></th>\n<th>End of Life Date</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>v1.0</td>\n<td>December 2019</td>\n<td>TBD</td>\n<td>TBD</td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"path":["customerintegrationapi","v1.0","Alert","UpdateAccountAlertDefinition"],"host":["https://connect.dcbankapi.ca:35344"],"query":[],"variable":[]}},"response":[],"_postman_id":"25ab8bd6-cc52-4d86-a5e3-55f6645f03bf"},{"name":"Delete Account Alert Definition","id":"27a8607f-6d1e-4680-a35b-db1b485a00da","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{token}}"}]},"isInherited":false},"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n  \"AlertId\": 0\r\n}","options":{"raw":{"language":"json"}}},"url":"https://connect.dcbankapi.ca:35344/customerintegrationapi/v1.0/Alert/DeleteAccountAlertDefinition","description":"<h3 id=\"description\">Description</h3>\n<p>The purpose of this API is to Delete Account Alert Definition.</p>\n<h3 id=\"request-parameters\">Request Parameters</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Name</th>\n<th>Type</th>\n<th>Max Length</th>\n<th>Description</th>\n<th>Required/ Optional</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>AlertId</td>\n<td><em>Long</em></td>\n<td>-</td>\n<td>The ID of the alert.  <br />This value can be obtained using the <strong>Get All Account Definitions</strong> API.</td>\n<td><strong>Required</strong></td>\n</tr>\n</tbody>\n</table>\n</div><h3 id=\"response-parameters\">Response Parameters</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Name</th>\n<th>Type</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td></td>\n<td></td>\n<td></td>\n</tr>\n</tbody>\n</table>\n</div><h3 id=\"related-errors\">Related Errors</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Error Code</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td></td>\n<td></td>\n</tr>\n</tbody>\n</table>\n</div><h3 id=\"version\">Version</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Version Supported</th>\n<th>Date Released</th>\n<th><strong>Deprecation Date</strong></th>\n<th>End of Life Date</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>v1.0</td>\n<td>December 2019</td>\n<td>TBD</td>\n<td>TBD</td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"path":["customerintegrationapi","v1.0","Alert","DeleteAccountAlertDefinition"],"host":["https://connect.dcbankapi.ca:35344"],"query":[],"variable":[]}},"response":[],"_postman_id":"27a8607f-6d1e-4680-a35b-db1b485a00da"},{"name":"Get All Account Alert Definitions","id":"3560da2e-06e5-4501-bb8a-10b4ff5e61b0","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{token}}"}]},"isInherited":false},"method":"POST","header":[],"body":{"mode":"raw","raw":"{}","options":{"raw":{"language":"json"}}},"url":"https://connect.dcbankapi.ca:35344/customerintegrationapi/v1.0/Alert/GetAllAccountAlertDefinitions","description":"<h3 id=\"description\">Description</h3>\n<p>The purpose of this API to Get All Account Alert Definitions.</p>\n<h3 id=\"request-parameters\">Request Parameters</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Name</th>\n<th>Type</th>\n<th>Max Length</th>\n<th>Description</th>\n<th>Required/ Optional</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td></td>\n<td></td>\n<td></td>\n<td></td>\n<td></td>\n</tr>\n</tbody>\n</table>\n</div><h3 id=\"response-parameters\">Response Parameters</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Name</th>\n<th>Type</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td></td>\n<td></td>\n<td></td>\n</tr>\n</tbody>\n</table>\n</div><h3 id=\"related-errors\">Related Errors</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Error Code</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td></td>\n<td></td>\n</tr>\n</tbody>\n</table>\n</div><h3 id=\"version\">Version</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Version Supported</th>\n<th>Date Released</th>\n<th><strong>Deprecation Date</strong></th>\n<th>End of Life Date</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>v1.0</td>\n<td>December 2019</td>\n<td>TBD</td>\n<td>TBD</td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"path":["customerintegrationapi","v1.0","Alert","GetAllAccountAlertDefinitions"],"host":["https://connect.dcbankapi.ca:35344"],"query":[],"variable":[]}},"response":[],"_postman_id":"3560da2e-06e5-4501-bb8a-10b4ff5e61b0"}],"id":"55345a02-038b-4063-b917-f2f7681c2e6e","_postman_id":"55345a02-038b-4063-b917-f2f7681c2e6e","description":"","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{token}}"}]},"isInherited":true,"source":{"_postman_id":"8869d7bd-0788-46cf-8d20-ac14f428a8ec","id":"8869d7bd-0788-46cf-8d20-ac14f428a8ec","name":"EndUser API","type":"collection"}}},{"name":"Card","item":[{"name":"Create Card Alert Definition","id":"ccaed900-691a-4397-853d-fdd9f1821597","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{token}}"}]},"isInherited":false},"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n  \"CardId\": 0,\r\n  \"AlertType\": 1,\r\n  \"Condition\": 1,\r\n  \"Amount\": 0,\r\n  \"CellPhoneCountryCodeId\": 0,\r\n  \"CellPhoneNumber\": \"string\",\r\n  \"Email\": \"string\",\r\n  \"LanguagePreference\": \"string\"\r\n}\r\n","options":{"raw":{"language":"json"}}},"url":"https://connect.dcbankapi.ca:35344/customerintegrationapi/v1.0/Alert/CreateCardAlertDefinition","description":"<h3 id=\"description\">Description</h3>\n<p>The purpose of this API is to create alert for the card.</p>\n<h3 id=\"request-parameters\">Request Parameters</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Name</th>\n<th>Type</th>\n<th>Max Length</th>\n<th>Description</th>\n<th>Required/ Optional</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>CardId</td>\n<td><em>Long</em></td>\n<td>-</td>\n<td>The unique card ID.  <br />This value can be obtained using the <strong>Card List</strong> API.</td>\n<td><strong>Required</strong></td>\n</tr>\n<tr>\n<td>AlertType</td>\n<td><em>Numeric</em></td>\n<td>-</td>\n<td><code>1</code> Available Limit  <br /><code>2</code> Sales Transaction  <br /><code>3</code> Cash Advance  <br /><code>4</code> Cash Advance Owing</td>\n<td><strong>Required</strong></td>\n</tr>\n<tr>\n<td>Condition</td>\n<td><em>Numeric</em></td>\n<td>-</td>\n<td><code>1</code> Greater Than  <br /><code>2</code> Equals  <br /><code>3</code> Less than</td>\n<td><strong>Required</strong></td>\n</tr>\n<tr>\n<td>Amount</td>\n<td><em>Decimal</em></td>\n<td>-</td>\n<td>The amount.</td>\n<td><strong>Required</strong></td>\n</tr>\n<tr>\n<td>CellPhoneCountryCodeId</td>\n<td><em>Numeric</em></td>\n<td>-</td>\n<td>The country code of the primary cell phone number on the account.</td>\n<td>Optional</td>\n</tr>\n<tr>\n<td>CellPhoneNumber</td>\n<td><em>Numeric</em></td>\n<td>-</td>\n<td>The primary cell phone number on the account.</td>\n<td>Optional</td>\n</tr>\n<tr>\n<td>Email</td>\n<td><em>String</em></td>\n<td>-</td>\n<td>The primary email on the account.</td>\n<td>Optional</td>\n</tr>\n<tr>\n<td>LanguagePreference</td>\n<td><em>String</em></td>\n<td>-</td>\n<td>The preferred language.  <br />Defaults to <strong>English</strong>.</td>\n<td>Optional</td>\n</tr>\n</tbody>\n</table>\n</div><h3 id=\"response-parameters\">Response Parameters</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Name</th>\n<th>Type</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td></td>\n<td></td>\n<td></td>\n</tr>\n</tbody>\n</table>\n</div><h3 id=\"related-errors\">Related Errors</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Error Code</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td></td>\n<td></td>\n</tr>\n</tbody>\n</table>\n</div><h3 id=\"version\">Version</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Version Supported</th>\n<th>Date Released</th>\n<th><strong>Deprecation Date</strong></th>\n<th>End of Life Date</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>v1.0</td>\n<td>December 2019</td>\n<td>TBD</td>\n<td>TBD</td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"path":["customerintegrationapi","v1.0","Alert","CreateCardAlertDefinition"],"host":["https://connect.dcbankapi.ca:35344"],"query":[],"variable":[]}},"response":[],"_postman_id":"ccaed900-691a-4397-853d-fdd9f1821597"},{"name":"Update Card Alert Definition","id":"d26d7e55-0b01-4293-954a-7b23cdc172c6","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{token}}"}]},"isInherited":false},"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n  \"AlertId\": 0,\r\n  \"AlertType\": 1,\r\n  \"Condition\": 1,\r\n  \"Amount\": 0,\r\n  \"CellPhoneCountryCodeId\": 0,\r\n  \"CellPhoneNumber\": \"string\",\r\n  \"Email\": \"string\",\r\n  \"LanguagePreference\": \"string\"\r\n}","options":{"raw":{"language":"json"}}},"url":"https://connect.dcbankapi.ca:35344/customerintegrationapi/v1.0/Alert/UpdateCardAlertDefinition","description":"<h3 id=\"description\">Description</h3>\n<p>The purpose of this API is to update an alert for a card.</p>\n<h3 id=\"request-parameters\">Request Parameters</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Name</th>\n<th>Type</th>\n<th>Max Length</th>\n<th>Description</th>\n<th>Required/ Optional</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>AlertId</td>\n<td><em>Long</em></td>\n<td>-</td>\n<td>The unique alert ID.  <br />This value can be obtained using the <strong>Get All Card Definitions</strong> API.</td>\n<td><strong>Required</strong></td>\n</tr>\n<tr>\n<td>AlertType</td>\n<td><em>Numeric</em></td>\n<td>-</td>\n<td><code>1</code> Available Limit  <br /><code>2</code> Sales Transaction  <br /><code>3</code> Cash Advance  <br /><code>4</code> Cash Advance Owing</td>\n<td><strong>Required</strong></td>\n</tr>\n<tr>\n<td>Condition</td>\n<td><em>Numeric</em></td>\n<td>-</td>\n<td><code>1</code> Greater Than  <br /><code>2</code> Equals  <br /><code>3</code> Less than</td>\n<td><strong>Required</strong></td>\n</tr>\n<tr>\n<td>Amount</td>\n<td><em>Decimal</em></td>\n<td>-</td>\n<td>The amount.</td>\n<td><strong>Required</strong></td>\n</tr>\n<tr>\n<td>CellPhoneCountryCodeId</td>\n<td><em>Numeric</em></td>\n<td>-</td>\n<td>The country code of the primary cell phone number on the account.</td>\n<td>Optional</td>\n</tr>\n<tr>\n<td>CellPhoneNumber</td>\n<td><em>Numeric</em></td>\n<td>-</td>\n<td>The primary cell phone number on the account.</td>\n<td>Optional</td>\n</tr>\n<tr>\n<td>Email</td>\n<td><em>String</em></td>\n<td>-</td>\n<td>The primary email on the acount.</td>\n<td>Optional</td>\n</tr>\n<tr>\n<td>LanguagePreference</td>\n<td><em>String</em></td>\n<td>-</td>\n<td>The preferred language.  <br />Defaults to <strong>English</strong>.</td>\n<td>Optional</td>\n</tr>\n</tbody>\n</table>\n</div><h3 id=\"response-parameters\">Response Parameters</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Name</th>\n<th>Type</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td></td>\n<td></td>\n<td></td>\n</tr>\n</tbody>\n</table>\n</div><h3 id=\"related-errors\">Related Errors</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Error Code</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td></td>\n<td></td>\n</tr>\n</tbody>\n</table>\n</div><h3 id=\"version\">Version</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Version Supported</th>\n<th>Date Released</th>\n<th><strong>Deprecation Date</strong></th>\n<th>End of Life Date</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>v1.0</td>\n<td>December 2019</td>\n<td>TBD</td>\n<td>TBD</td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"path":["customerintegrationapi","v1.0","Alert","UpdateCardAlertDefinition"],"host":["https://connect.dcbankapi.ca:35344"],"query":[],"variable":[]}},"response":[],"_postman_id":"d26d7e55-0b01-4293-954a-7b23cdc172c6"},{"name":"Delete Card Alert Definition","id":"eff0c978-f832-4ca5-a037-5405eaeb291f","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{token}}"}]},"isInherited":false},"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n  \"AlertId\": 0\r\n}","options":{"raw":{"language":"json"}}},"url":"https://connect.dcbankapi.ca:35344/customerintegrationapi/v1.0/Alert/DeleteCardAlertDefinition","description":"<h3 id=\"description\">Description</h3>\n<p>The purpose of this API is to delete a card alert definition.</p>\n<h3 id=\"request-parameters\">Request Parameters</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Name</th>\n<th>Type</th>\n<th>Max Length</th>\n<th>Description</th>\n<th>Required/ Optional</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>AlertId</td>\n<td><em>Long</em></td>\n<td>-</td>\n<td>The unique alert ID.  <br />This value can be obtained using the <strong>Get All Card Alert Definitions</strong> API.</td>\n<td><strong>Required</strong></td>\n</tr>\n</tbody>\n</table>\n</div><h3 id=\"response-parameters\">Response Parameters</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Name</th>\n<th>Type</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td></td>\n<td></td>\n<td></td>\n</tr>\n</tbody>\n</table>\n</div><h3 id=\"related-errors\">Related Errors</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Error Code</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td></td>\n<td></td>\n</tr>\n</tbody>\n</table>\n</div><h3 id=\"version\">Version</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Version Supported</th>\n<th>Date Released</th>\n<th><strong>Deprecation Date</strong></th>\n<th>End of Life Date</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>v1.0</td>\n<td>December 2019</td>\n<td>TBD</td>\n<td>TBD</td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"path":["customerintegrationapi","v1.0","Alert","DeleteCardAlertDefinition"],"host":["https://connect.dcbankapi.ca:35344"],"query":[],"variable":[]}},"response":[],"_postman_id":"eff0c978-f832-4ca5-a037-5405eaeb291f"},{"name":"Get All Card Alert Definitions","id":"8f759f7f-cba3-402d-8012-61bdd02b5797","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{token}}"}]},"isInherited":false},"method":"POST","header":[],"body":{"mode":"raw","raw":"{}","options":{"raw":{"language":"json"}}},"url":"https://connect.dcbankapi.ca:35344/customerintegrationapi/v1.0/Alert/GetAllCardAlertDefinitions","description":"<h3 id=\"description\">Description</h3>\n<p>The purpose of this API is to Get All Card Alert Definitions.</p>\n<h3 id=\"request-parameters\">Request Parameters</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Name</th>\n<th>Type</th>\n<th>Max Length</th>\n<th>Description</th>\n<th>Required/ Optional</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td></td>\n<td></td>\n<td></td>\n<td></td>\n<td></td>\n</tr>\n</tbody>\n</table>\n</div><h3 id=\"response-parameters\">Response Parameters</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Name</th>\n<th>Type</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td></td>\n<td></td>\n<td></td>\n</tr>\n</tbody>\n</table>\n</div><h3 id=\"related-errors\">Related Errors</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Error Code</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td></td>\n<td></td>\n</tr>\n</tbody>\n</table>\n</div><h3 id=\"version\">Version</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Version Supported</th>\n<th>Date Released</th>\n<th><strong>Deprecation Date</strong></th>\n<th>End of Life Date</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>v1.0</td>\n<td>December 2019</td>\n<td>TBD</td>\n<td>TBD</td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"path":["customerintegrationapi","v1.0","Alert","GetAllCardAlertDefinitions"],"host":["https://connect.dcbankapi.ca:35344"],"query":[],"variable":[]}},"response":[],"_postman_id":"8f759f7f-cba3-402d-8012-61bdd02b5797"}],"id":"9d456d51-e6e9-4540-962a-466dd1ff500c","_postman_id":"9d456d51-e6e9-4540-962a-466dd1ff500c","description":"","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{token}}"}]},"isInherited":true,"source":{"_postman_id":"8869d7bd-0788-46cf-8d20-ac14f428a8ec","id":"8869d7bd-0788-46cf-8d20-ac14f428a8ec","name":"EndUser API","type":"collection"}}}],"id":"bdfdca11-8b04-4d43-80fe-78e00d142818","_postman_id":"bdfdca11-8b04-4d43-80fe-78e00d142818","description":"","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{token}}"}]},"isInherited":true,"source":{"_postman_id":"8869d7bd-0788-46cf-8d20-ac14f428a8ec","id":"8869d7bd-0788-46cf-8d20-ac14f428a8ec","name":"EndUser API","type":"collection"}}},{"name":"ATM Locator","item":[{"name":"Search ATM","id":"ac9bf2f8-c9cb-4d84-94ae-bb6ec01a52f0","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{token}}"}]},"isInherited":false},"method":"POST","header":[],"url":"https://connect.dcbankapi.ca:35344/customerintegrationapi/v1.0/Atm/SearchAtmLocator","description":"<p>The purpose of this API is to Search DCBank ATM Location. It will find the nearest ATM based on your search.</p>\n<h3 id=\"parameters\">Parameters</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Name</th>\n<th>Type</th>\n<th>Max Length</th>\n<th>Description</th>\n<th>Required/ Optional</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Address</td>\n<td><em>String</em></td>\n<td>80</td>\n<td>Indicates the address of the ATM.</td>\n<td>Optional</td>\n</tr>\n<tr>\n<td>CityId</td>\n<td><em>Numeric</em></td>\n<td>6</td>\n<td>Indicates the ID of City where the ATM is located.</td>\n<td>Optional</td>\n</tr>\n<tr>\n<td>ProvinceId</td>\n<td><em>Numeric</em></td>\n<td>4</td>\n<td>Indicates the Province ID where the ATM is located.</td>\n<td>Optional</td>\n</tr>\n<tr>\n<td>CountryId</td>\n<td><em>Numeric</em></td>\n<td>4</td>\n<td>Indicates the Country ID where the ATM is located.</td>\n<td>Optional</td>\n</tr>\n<tr>\n<td>Latitude</td>\n<td><em>Numeric</em></td>\n<td>10</td>\n<td>Indicates Latitude and it is recommended to be used.</td>\n<td>Optional</td>\n</tr>\n<tr>\n<td>Longitude</td>\n<td><em>Numeric</em></td>\n<td>10</td>\n<td>Indicates Latitude and it is recommended to be used.</td>\n<td>Optional</td>\n</tr>\n</tbody>\n</table>\n</div><h3 id=\"response-parameters\">Response Parameters</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Name</th>\n<th>Type</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td></td>\n<td></td>\n<td></td>\n</tr>\n</tbody>\n</table>\n</div><h3 id=\"related-errors\">Related Errors</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Error Code</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td></td>\n<td></td>\n</tr>\n</tbody>\n</table>\n</div><h3 id=\"version\">Version</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Version Supported</th>\n<th>Date Released</th>\n<th><strong>Deprecation Date</strong></th>\n<th>End of Life Date</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>v1.0</td>\n<td>December 2019</td>\n<td>TBD</td>\n<td>TBD</td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"path":["customerintegrationapi","v1.0","Atm","SearchAtmLocator"],"host":["https://connect.dcbankapi.ca:35344"],"query":[],"variable":[]}},"response":[],"_postman_id":"ac9bf2f8-c9cb-4d84-94ae-bb6ec01a52f0"}],"id":"eb9b52f9-08ce-4b8c-9a2e-8e449b472821","_postman_id":"eb9b52f9-08ce-4b8c-9a2e-8e449b472821","description":"","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{token}}"}]},"isInherited":true,"source":{"_postman_id":"8869d7bd-0788-46cf-8d20-ac14f428a8ec","id":"8869d7bd-0788-46cf-8d20-ac14f428a8ec","name":"EndUser API","type":"collection"}}},{"name":"EFT","item":[{"name":"Individual EFT Payment ","item":[{"name":"Create Individual EFT Transaction","id":"313c5d1a-98f9-4e24-9721-c4e91ea0428d","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{token}}"}]},"isInherited":false},"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"EftTypeCode\": \"P\",\n    \"TransactionTypeCode\": \"C\",\n    \"TransactionCodeId\": 23081,\n    \"Amount\": 1,\n    \"TransactionDate\": \"2022-02-16\",\n    \"ReceiverId\": 43060,\n    \"FinancialAccountId\":163697,\n    \"Description\": \"test eft4\"\n}"},"url":"https://connect.dcbankapi.ca:35344/customerintegrationapi/v1.0/EFT/CreateEftTransaction","description":"<h3 id=\"description\">Description</h3>\n<p>The Create Individual EFT Transaction API creates the EFT Transaction for the Customer.</p>\n<h3 id=\"request-parameters\">Request Parameters</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Name</th>\n<th>Type</th>\n<th>Max Length</th>\n<th>Description</th>\n<th>Required/ Optional</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>EftTypeCode</td>\n<td><em>String</em></td>\n<td>1</td>\n<td>Indicates the type code for EFT:  <br /><code>P</code> - Priority  <br /><code>R</code> - Regular</td>\n<td><strong>Required</strong></td>\n</tr>\n<tr>\n<td>CustomerNumber</td>\n<td><em>String</em></td>\n<td>11</td>\n<td>Indicates the unique customer number.  <br />This can be retrieved using the <strong>Get Eft Customer</strong> API.</td>\n<td><strong>Required</strong></td>\n</tr>\n<tr>\n<td>CustomerAccountId</td>\n<td><em>Integer</em></td>\n<td>17</td>\n<td>Indicates the unique customer account ID.  <br />This can be retrieved using the <strong>Get Eft Customer Account</strong> API.</td>\n<td><strong>Required</strong></td>\n</tr>\n<tr>\n<td>TransactionTypeCode</td>\n<td><em>String</em></td>\n<td>1</td>\n<td>Indicates the type of transaction:  <br /><code>C</code> - Credit  <br /><code>D</code> - Debit</td>\n<td><strong>Required</strong></td>\n</tr>\n<tr>\n<td>TransactionCodeId</td>\n<td><em>Integer</em></td>\n<td>6</td>\n<td>Indicates the transaction code ID.  <br />This can be retrieved using the <strong>Get Eft Transaction Code</strong> API.</td>\n<td><strong>Required</strong></td>\n</tr>\n<tr>\n<td>Amount</td>\n<td><em>Decimal</em></td>\n<td>10</td>\n<td>Indicates the amount of money that is to be sent/deposited.</td>\n<td><strong>Required</strong></td>\n</tr>\n<tr>\n<td>TransactionDate</td>\n<td><em>DateTime</em></td>\n<td>yyyy-mm-dd (UTC)</td>\n<td>Indicates the date of transaction.</td>\n<td><strong>Required</strong></td>\n</tr>\n<tr>\n<td>Description</td>\n<td><em>String</em></td>\n<td>250</td>\n<td>Indicates the description for the transaction.</td>\n<td>Optional</td>\n</tr>\n<tr>\n<td>FinancialAccountId</td>\n<td><em>Integer</em></td>\n<td>-</td>\n<td>Indicates the destination account ID to use for sending / receiving funds.  <br />  <br />This ID value can be obtained using the <strong>Client API &gt; Client &gt; Account &gt; Get All Account</strong> API.</td>\n<td>Optional</td>\n</tr>\n<tr>\n<td>CustomerStoreCode</td>\n<td><em>String</em></td>\n<td>5</td>\n<td>Indicates the store code created in Client Setup.</td>\n<td>Optional</td>\n</tr>\n</tbody>\n</table>\n</div><h3 id=\"response-parameters\">Response Parameters</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Name</th>\n<th>Type</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td></td>\n<td></td>\n<td></td>\n</tr>\n</tbody>\n</table>\n</div><h3 id=\"related-errors\">Related Errors</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Error Code</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td></td>\n<td></td>\n</tr>\n</tbody>\n</table>\n</div><h3 id=\"version\">Version</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Version Supported</th>\n<th>Date Released</th>\n<th><strong>Deprecation Date</strong></th>\n<th>End of Life Date</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>v1.0</td>\n<td>December 2019</td>\n<td>TBD</td>\n<td>TBD</td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"path":["customerintegrationapi","v1.0","EFT","CreateEftTransaction"],"host":["https://connect.dcbankapi.ca:35344"],"query":[],"variable":[]}},"response":[{"id":"e6e46e74-da81-4e39-a759-3317a93a9b1f","name":"Success","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{token}}","type":"text"},{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"EftTypeCode\": \"R\",\n    \"CustomerNumber\": \"12345571\",\n    \"CustomerAccountId\": 20044,\n    \"TransactionTypeCode\": \"C\",\n    \"TransactionCodeId\": 23020,\n    \"Amount\": 1.50,\n    \"TransactionDate\": \"2020-04-01T00:00:00.0000000-00:00\",\n    \"Description\": \"One time payment\"\n}","options":{"raw":{"language":"json"}}},"url":"https://connect.dcbankapi.ca:35344/integrationapi/v1.0/EFT/CreateEftTransaction"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"ErrorCode\": \"0\",\n    \"ErrorDescription\": \"Successfull\",\n    \"StackTrace\": null,\n    \"Item\": 101853,\n    \"IsSucceeded\": true,\n    \"ErrorList\": [],\n    \"ParameterList\": []\n}"}],"_postman_id":"313c5d1a-98f9-4e24-9721-c4e91ea0428d"},{"name":"Update Individual EFT Transaction (DEFUNCT)","id":"9e63a64f-66c5-47ae-8c19-75a9b9390f8e","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{token}}"}]},"isInherited":false},"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n\t\"TransactionId\": 12345,\n    \"EftTypeCode\": \"\",\n    \"CustomerNumber\": \"\",\n    \"CustomerAccountId\": 12345,\n    \"TransactionTypeCode\": \"\",\n    \"TransactionCodeId\": 12345,\n    \"Amount\": 0.0,\n    \"TransactionDate\": \"2020-01-01T00:00:00.0000000-00:00\",\n    \"Description\": \"\"\n}"},"url":"https://connect.dcbankapi.ca:35344/customerintegrationapi/v1.0/EFT/UpdateEftTransaction","description":"<h3 id=\"description\">Description</h3>\n<p>The Update Individual EFT Transaction API updates the transaction for the Customer.</p>\n<h3 id=\"request-parameters\">Request Parameters</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Name</th>\n<th>Type</th>\n<th>Max Length</th>\n<th>Description</th>\n<th>Required/ Optional</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>TransactionId</td>\n<td><em>Integer</em></td>\n<td>19</td>\n<td>Indicates the unique ID of the transaction.  <br />This value can be obtained using the <strong>Create EFT Transaction</strong> API.</td>\n<td><strong>Required</strong></td>\n</tr>\n<tr>\n<td>EftTypeCode</td>\n<td><em>String</em></td>\n<td>1</td>\n<td>Indicates the EFT type code:  <br /><code>P</code> - Priority  <br /><code>R</code> - Regular</td>\n<td><strong>Required</strong></td>\n</tr>\n<tr>\n<td>CustomerNumber</td>\n<td>string</td>\n<td>11</td>\n<td>Indicates the unique customer number.  <br />This can be retrieved using the <strong>Get Eft Customer</strong> API.</td>\n<td><strong>Required</strong></td>\n</tr>\n<tr>\n<td>CustomerAccountId</td>\n<td><em>Integer</em></td>\n<td>19</td>\n<td>Indicates unique customer account ID.  <br />This can be retrieved using the <strong>Get Eft Customer Account</strong> API.</td>\n<td><strong>Required</strong></td>\n</tr>\n<tr>\n<td>TransactionTypeCode</td>\n<td><em>String</em></td>\n<td>1</td>\n<td>Indicates the Type of transaction:  <br /><code>C</code> - Credit  <br /><code>D</code> - Debit</td>\n<td><strong>Required</strong></td>\n</tr>\n<tr>\n<td>TransactionCodeId</td>\n<td><em>Integer</em></td>\n<td>5</td>\n<td>Indicates the transaction code ID.  <br />This can be retrieved using the <strong>Get Eft Transaction Code</strong> API.</td>\n<td><strong>Required</strong></td>\n</tr>\n<tr>\n<td>Amount</td>\n<td><em>Integer</em></td>\n<td>10</td>\n<td>Indicates the amount of money that is to be sent/deposited.</td>\n<td><strong>Required</strong></td>\n</tr>\n<tr>\n<td>TransactionDate</td>\n<td><em>DateTime</em></td>\n<td>yyyy-mm-dd</td>\n<td>Indicates the date of transaction.</td>\n<td><strong>Required</strong></td>\n</tr>\n<tr>\n<td>Description</td>\n<td><em>String</em></td>\n<td>250</td>\n<td>Indicates the description for the transaction.</td>\n<td>Optional</td>\n</tr>\n</tbody>\n</table>\n</div><h3 id=\"response-parameters\">Response Parameters</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Name</th>\n<th>Type</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td></td>\n<td></td>\n<td></td>\n</tr>\n</tbody>\n</table>\n</div><h3 id=\"related-errors\">Related Errors</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Error Code</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td></td>\n<td></td>\n</tr>\n</tbody>\n</table>\n</div><h3 id=\"version\">Version</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Version Supported</th>\n<th>Date Released</th>\n<th><strong>Deprecation Date</strong></th>\n<th>End of Life Date</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>v1.0</td>\n<td>December 2019</td>\n<td>TBD</td>\n<td>TBD</td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"path":["customerintegrationapi","v1.0","EFT","UpdateEftTransaction"],"host":["https://connect.dcbankapi.ca:35344"],"query":[],"variable":[]}},"response":[{"id":"b404de8a-8941-45f4-b3f8-754d923b324c","name":"Success","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{token}}","type":"text"},{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n\t\"TransactionId\": 101853,\n    \"EftTypeCode\": \"P\",\n    \"CustomerNumber\": \"12345571\",\n    \"CustomerAccountId\": 20044,\n    \"TransactionTypeCode\": \"D\",\n    \"TransactionCodeId\": 23023,\n    \"Amount\": 2.0,\n    \"TransactionDate\": \"2020-06-01T00:00:00.0000000-00:00\",\n    \"Description\": \"Another Description\"\n}","options":{"raw":{"language":"json"}}},"url":"https://connect.dcbankapi.ca:35344/integrationapi/v1.0/EFT/UpdateEftTransaction"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Mon, 30 Mar 2020 16:05:59 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"213"},{"key":"Connection","value":"keep-alive"},{"key":"Content-Encoding","value":"gzip"},{"key":"Vary","value":"Accept-Encoding"},{"key":"Server","value":"Kestrel"},{"key":"Strict-Transport-Security","value":"max-age=2592000"},{"key":"X-Powered-By","value":"ASP.NET"},{"key":"X-Powered-By","value":"ASP.NET"},{"key":"X-Powered-By","value":"ASP.NET"},{"key":"Set-Cookie","value":"ARRAffinity=0b3011b26d9792cea61a928db77ae78affdcc0fb21ae1d28a34040ea2ea600c7;Path=/;HttpOnly;Domain=dcb-mrcapi-sandbox.azurewebsites.net:443"}],"cookie":[],"responseTime":null,"body":"{\n    \"ErrorCode\": \"0\",\n    \"ErrorDescription\": \"Successfull\",\n    \"StackTrace\": null,\n    \"Item\": null,\n    \"IsSucceeded\": true,\n    \"ErrorList\": [],\n    \"ParameterList\": []\n}"}],"_postman_id":"9e63a64f-66c5-47ae-8c19-75a9b9390f8e"},{"name":"Cancel Individual EFT Transaction","id":"2944a182-08e9-4354-abdc-8a61295718bb","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{token}}"}]},"isInherited":false},"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"CustomerNumber\": \"\",\n    \"TransactionId\": 12345\n}"},"url":"https://connect.dcbankapi.ca:35344/customerintegrationapi/v1.0/EFT/CancelEftTransaction","description":"<h3 id=\"description\">Description</h3>\n<p>The Cancel Individual EFT Transaction cancels the transaction for the Customer. <em>Note</em> The transaction to be canceled must not be included in the payment file.</p>\n<h3 id=\"request-parameters\">Request Parameters</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Name</th>\n<th>Type</th>\n<th>Max Length</th>\n<th>Description</th>\n<th>Required/ Optional</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>CustomerNumber</td>\n<td><em>String</em></td>\n<td>11</td>\n<td>Indicates the unique customer number.  <br />This can be retrieved using the <strong>Get Eft Customer</strong> API.</td>\n<td><strong>Required</strong></td>\n</tr>\n<tr>\n<td>TransactionId</td>\n<td><em>Integer</em></td>\n<td>5</td>\n<td>Indicates the Transaction ID.  <br />This can be retrieved using the <strong>Search Eft Transaction</strong> API.</td>\n<td><strong>Required</strong></td>\n</tr>\n</tbody>\n</table>\n</div><h3 id=\"response-parameters\">Response Parameters</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Name</th>\n<th>Type</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td></td>\n<td></td>\n<td></td>\n</tr>\n</tbody>\n</table>\n</div><h3 id=\"related-errors\">Related Errors</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Error Code</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td></td>\n<td></td>\n</tr>\n</tbody>\n</table>\n</div><h3 id=\"version\">Version</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Version Supported</th>\n<th>Date Released</th>\n<th><strong>Deprecation Date</strong></th>\n<th>End of Life Date</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>v1.0</td>\n<td>December 2019</td>\n<td>TBD</td>\n<td>TBD</td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"path":["customerintegrationapi","v1.0","EFT","CancelEftTransaction"],"host":["https://connect.dcbankapi.ca:35344"],"query":[],"variable":[]}},"response":[{"id":"56cbbf59-99b9-4461-a988-f67997de9536","name":"Success","originalRequest":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"},{"key":"Authorization","value":"Bearer {{token}}","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"CustomerNumber\": \"12345571\",\n    \"TransactionId\": 101853\n}","options":{"raw":{"language":"json"}}},"url":"https://connect.dcbankapi.ca:35344/integrationapi/v1.0/EFT/CancelEftTransaction"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"ErrorCode\": \"0\",\n    \"ErrorDescription\": \"Successfull\",\n    \"StackTrace\": null,\n    \"Item\": null,\n    \"IsSucceeded\": true,\n    \"ErrorList\": [],\n    \"ParameterList\": []\n}"}],"_postman_id":"2944a182-08e9-4354-abdc-8a61295718bb"},{"name":"Create Customer EFT Payee","id":"bd3b5782-3c7c-4cbd-8f26-365f09fb50f4","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{token}}"}]},"isInherited":false},"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"firstName\": \"Bahadr\",\r\n    \"middleName\": \"Payee\",\r\n    \"lastName\": \"Test3\",\r\n    \"financialInstitutionId\": 14,\r\n    \"financialInstitutionBranchId\": 326,\r\n    \"externalBankAccountNumber\": 112233\r\n}","options":{"raw":{"language":"json"}}},"url":"https://connect.dcbankapi.ca:35344/customerintegrationapi/v1.0/Eft/CreateCustomerEFTPayee","description":"<h3 id=\"description\">Description</h3>\n<p>This EFT allows the user to create a Payee for their EFT program.</p>\n<h3 id=\"request-parameters\">Request Parameters</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Name</th>\n<th>Type</th>\n<th>Max Length</th>\n<th>Description</th>\n<th>Required/ Optional</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>firstName</td>\n<td><em>String</em></td>\n<td>-</td>\n<td>The first name of the new payee.</td>\n<td><strong>Required</strong></td>\n</tr>\n<tr>\n<td>middleName</td>\n<td><em>String</em></td>\n<td>-</td>\n<td>The middle name of the new payee.</td>\n<td>Optional</td>\n</tr>\n<tr>\n<td>lastName</td>\n<td><em>String</em></td>\n<td>-</td>\n<td>The last name of the new payee.</td>\n<td><strong>Required</strong></td>\n</tr>\n<tr>\n<td>financialInstitutionId</td>\n<td><em>Numeric</em></td>\n<td>-</td>\n<td>The ID of the financial institution (FI) where the payee has an account.</td>\n<td><strong>Required</strong></td>\n</tr>\n<tr>\n<td>financialInstitutionBranchId</td>\n<td><em>Numeric</em></td>\n<td>-</td>\n<td>The branch ID of the financial institution (FI) where the payee has an account.</td>\n<td><strong>Required</strong></td>\n</tr>\n<tr>\n<td>externalBankAccountNumber</td>\n<td><em>Numeric</em></td>\n<td>-</td>\n<td>The payee's external bank account number at the financial institution where the payee has an account.</td>\n<td><strong>Required</strong></td>\n</tr>\n</tbody>\n</table>\n</div><h3 id=\"response-parameters\">Response Parameters</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Name</th>\n<th>Type</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td></td>\n<td></td>\n<td></td>\n</tr>\n</tbody>\n</table>\n</div><h3 id=\"related-errors\">Related Errors</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Error Code</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td></td>\n<td></td>\n</tr>\n</tbody>\n</table>\n</div><h3 id=\"version\">Version</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Version Supported</th>\n<th>Date Released</th>\n<th><strong>Deprecation Date</strong></th>\n<th>End of Life Date</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>v1.0</td>\n<td>December 2019</td>\n<td>TBD</td>\n<td>TBD</td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"path":["customerintegrationapi","v1.0","Eft","CreateCustomerEFTPayee"],"host":["https://connect.dcbankapi.ca:35344"],"query":[],"variable":[]}},"response":[],"_postman_id":"bd3b5782-3c7c-4cbd-8f26-365f09fb50f4"},{"name":"Get All Customer Eft Payees","id":"354d837d-9a1a-49ae-a83f-f48f72e7b565","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{token}}"}]},"isInherited":false},"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"url":"https://connect.dcbankapi.ca:35344/customerintegrationapi/v1.0/Eft/GetAllCustomerEftPayee","description":"<h3 id=\"description\">Description</h3>\n<p>The Get EFT Transaction Code API retrieves the transaction codes for a customer.</p>\n<h3 id=\"request-parameters\">Request Parameters</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Name</th>\n<th>Type</th>\n<th>Max Length</th>\n<th>Description</th>\n<th>Required/ Optional</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td></td>\n<td></td>\n<td></td>\n<td></td>\n<td></td>\n</tr>\n</tbody>\n</table>\n</div><h3 id=\"response-parameters\">Response Parameters</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Name</th>\n<th>Type</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Id</td>\n<td><em>Numeric</em></td>\n<td>The transaction ID.</td>\n</tr>\n<tr>\n<td>Code</td>\n<td><em>Numeric</em></td>\n<td>The transaction code.</td>\n</tr>\n<tr>\n<td>Name</td>\n<td><em>String</em></td>\n<td>The transaction name.</td>\n</tr>\n</tbody>\n</table>\n</div><h3 id=\"related-errors\">Related Errors</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Error Code</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td></td>\n<td></td>\n</tr>\n</tbody>\n</table>\n</div><h3 id=\"version\">Version</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Version Supported</th>\n<th>Date Released</th>\n<th><strong>Deprecation Date</strong></th>\n<th>End of Life Date</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>v1.0</td>\n<td>December 2019</td>\n<td>TBD</td>\n<td>TBD</td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"path":["customerintegrationapi","v1.0","Eft","GetAllCustomerEftPayee"],"host":["https://connect.dcbankapi.ca:35344"],"query":[],"variable":[]}},"response":[{"id":"65a0aa76-8adc-40e0-a17d-165e5b259ac9","name":"Success","originalRequest":{"method":"GET","header":[{"key":"Authorization","value":"Bearer {{token}}","type":"text"},{"key":"Content-Type","value":"application/json"}],"url":"https://connect.dcbankapi.ca:35344/integrationapi/v1.0/Eft/GetEftTransactionCode"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"ErrorCode\": \"0\",\n    \"ErrorDescription\": \"Successfull\",\n    \"StackTrace\": null,\n    \"Item\": [\n        {\n            \"Id\": 23084,\n            \"Code\": \"460\",\n            \"Name\": \"Accounts Payable\"\n        },\n        {\n            \"Id\": 23027,\n            \"Code\": \"207\",\n            \"Name\": \"Adjustment Payroll\"\n        },\n        {\n            \"Id\": 23024,\n            \"Code\": \"204\",\n            \"Name\": \"Advance Payroll\"\n        }\n    ],\n    \"IsSucceeded\": true,\n    \"ErrorList\": [],\n    \"ParameterList\": []\n}"}],"_postman_id":"354d837d-9a1a-49ae-a83f-f48f72e7b565"},{"name":"Get Payee EFT Transactions","id":"18c74575-1dcb-4d92-970e-a724eb0be48b","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{token}}"}]},"isInherited":false},"method":"GET","header":[{"key":"Content-Type","value":"application/json"}],"url":"https://connect.dcbankapi.ca:35344/customerintegrationapi/v1.0/Eft/GetEftTransactionCode","description":"<h3 id=\"description\">Description</h3>\n<p>The Get Payee EFT Transactions allows the user to see the EFT transactions for a payee.</p>\n<h3 id=\"request-parameters\">Request Parameters</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Name</th>\n<th>Type</th>\n<th>Max Length</th>\n<th>Description</th>\n<th>Required/ Optional</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td></td>\n<td></td>\n<td></td>\n<td></td>\n<td></td>\n</tr>\n</tbody>\n</table>\n</div><h3 id=\"response-parameters\">Response Parameters</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Name</th>\n<th>Type</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Id</td>\n<td><em>Numeric</em></td>\n<td>The transaction ID.</td>\n</tr>\n<tr>\n<td>Code</td>\n<td><em>Numeric</em></td>\n<td>The transaction code.</td>\n</tr>\n<tr>\n<td>Name</td>\n<td><em>String</em></td>\n<td>The transaction name.</td>\n</tr>\n</tbody>\n</table>\n</div><h3 id=\"related-errors\">Related Errors</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Error Code</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td></td>\n<td></td>\n</tr>\n</tbody>\n</table>\n</div><h3 id=\"version\">Version</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Version Supported</th>\n<th>Date Released</th>\n<th><strong>Deprecation Date</strong></th>\n<th>End of Life Date</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>v1.0</td>\n<td>December 2019</td>\n<td>TBD</td>\n<td>TBD</td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"path":["customerintegrationapi","v1.0","Eft","GetEftTransactionCode"],"host":["https://connect.dcbankapi.ca:35344"],"query":[],"variable":[]}},"response":[{"id":"f7fbb71d-602f-4c53-9ed2-a97a11c0f723","name":"Success","originalRequest":{"method":"GET","header":[{"key":"Authorization","value":"Bearer {{token}}","type":"text"},{"key":"Content-Type","value":"application/json"}],"url":"https://connect.dcbankapi.ca:35344/integrationapi/v1.0/Eft/GetEftTransactionCode"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"ErrorCode\": \"0\",\n    \"ErrorDescription\": \"Successfull\",\n    \"StackTrace\": null,\n    \"Item\": [\n        {\n            \"Id\": 23084,\n            \"Code\": \"460\",\n            \"Name\": \"Accounts Payable\"\n        },\n        {\n            \"Id\": 23027,\n            \"Code\": \"207\",\n            \"Name\": \"Adjustment Payroll\"\n        },\n        {\n            \"Id\": 23024,\n            \"Code\": \"204\",\n            \"Name\": \"Advance Payroll\"\n        }\n    ],\n    \"IsSucceeded\": true,\n    \"ErrorList\": [],\n    \"ParameterList\": []\n}"}],"_postman_id":"18c74575-1dcb-4d92-970e-a724eb0be48b"},{"name":"Delete Customer EFT Payee","id":"9288f375-63f4-4fc3-a24d-3db1293a2af8","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{token}}"}]},"isInherited":false},"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"PayeeId\": 0\n}"},"url":"https://connect.dcbankapi.ca:35344/customerintegrationapi/v1.0/EFT/DeleteEftCustomerPayee","description":"<h3 id=\"description\">Description</h3>\n<p>This API allows the user to delete an EFT payee.</p>\n<h3 id=\"request-parameters\">Request Parameters</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Name</th>\n<th>Type</th>\n<th>Max Length</th>\n<th>Description</th>\n<th>Required/ Optional</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>EftTypeCode</td>\n<td><em>String</em></td>\n<td>1</td>\n<td>Indicates the EFT type code:  <br /><code>P</code> - Priority  <br /><code>R</code> - Regular</td>\n<td><strong>Required</strong></td>\n</tr>\n<tr>\n<td>CustomerNumber</td>\n<td><em>String</em></td>\n<td>11</td>\n<td>Indicates the unique customer number.  <br />This can be retrieved using the <strong>Get Eft Customer</strong> API.</td>\n<td><strong>Required</strong></td>\n</tr>\n<tr>\n<td>CustomerAccountId</td>\n<td><em>Integer</em></td>\n<td>17</td>\n<td>Indicates the unique customer account ID.  <br />This can be retrieved using the <strong>Get Eft Customer Account</strong> API.</td>\n<td><strong>Required</strong></td>\n</tr>\n<tr>\n<td>TransactionTypeCode</td>\n<td><em>String</em></td>\n<td>1</td>\n<td>Indicates the transaction type: <code>C</code> - Credit  <br /><code>D</code> - Debit</td>\n<td><strong>Required</strong></td>\n</tr>\n<tr>\n<td>TransactionCodeId</td>\n<td><em>Integer</em></td>\n<td>6</td>\n<td>Indicates the transaction code ID.  <br />This can be retrieved using the <strong>Get Eft Transaction Code</strong> API.</td>\n<td><strong>Required</strong></td>\n</tr>\n<tr>\n<td>Amount</td>\n<td><em>Decimal</em></td>\n<td>10</td>\n<td>Indicates the amount of money that is to be sent/deposited.</td>\n<td><strong>Required</strong></td>\n</tr>\n<tr>\n<td>TransactionDate</td>\n<td><em>DateTime</em></td>\n<td>yyyy-mm-dd  <br />(UTC)</td>\n<td>Indicates the date of transaction.</td>\n<td><strong>Required</strong></td>\n</tr>\n<tr>\n<td>Description</td>\n<td><em>String</em></td>\n<td>250</td>\n<td>Indicates the description for the transaction.</td>\n<td>Optional</td>\n</tr>\n<tr>\n<td>FinancialAccountId</td>\n<td><em>Integer</em></td>\n<td></td>\n<td>Indicates the destination account ID.  <br />This value can be obtained using the <strong>Client API -&gt; Client -&gt; Account -&gt; Get All Account</strong> API.</td>\n<td>Optional</td>\n</tr>\n<tr>\n<td>CustomerStoreCode</td>\n<td><em>String</em></td>\n<td>5</td>\n<td>Indicates the store code created in Client Setup.</td>\n<td>Optional</td>\n</tr>\n</tbody>\n</table>\n</div><h3 id=\"response-parameters\">Response Parameters</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Name</th>\n<th>Type</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td></td>\n<td></td>\n<td></td>\n</tr>\n</tbody>\n</table>\n</div><h3 id=\"related-errors\">Related Errors</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Error Code</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td></td>\n<td></td>\n</tr>\n</tbody>\n</table>\n</div><h3 id=\"version\">Version</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Version Supported</th>\n<th>Date Released</th>\n<th><strong>Deprecation Date</strong></th>\n<th>End of Life Date</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>v1.0</td>\n<td>December 2019</td>\n<td>TBD</td>\n<td>TBD</td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"path":["customerintegrationapi","v1.0","EFT","DeleteEftCustomerPayee"],"host":["https://connect.dcbankapi.ca:35344"],"query":[],"variable":[]}},"response":[{"id":"ddbde728-dbc2-47f0-bb64-7da723bd61dd","name":"Success","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{token}}","type":"text"},{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"EftTypeCode\": \"R\",\n    \"CustomerNumber\": \"12345571\",\n    \"CustomerAccountId\": 20044,\n    \"TransactionTypeCode\": \"C\",\n    \"TransactionCodeId\": 23020,\n    \"Amount\": 1.50,\n    \"TransactionDate\": \"2020-04-01T00:00:00.0000000-00:00\",\n    \"Description\": \"One time payment\"\n}","options":{"raw":{"language":"json"}}},"url":"https://connect.dcbankapi.ca:35344/integrationapi/v1.0/EFT/CreateEftTransaction"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"ErrorCode\": \"0\",\n    \"ErrorDescription\": \"Successfull\",\n    \"StackTrace\": null,\n    \"Item\": 101853,\n    \"IsSucceeded\": true,\n    \"ErrorList\": [],\n    \"ParameterList\": []\n}"}],"_postman_id":"9288f375-63f4-4fc3-a24d-3db1293a2af8"},{"name":"Update Customer EFT Payee","id":"0872d8ee-5b28-43bc-9d93-f3e5d8a0e4ee","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{token}}"}]},"isInherited":false},"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"PayeeId\": 0,\n    \"firstName\": \"Bahadr\",\n    \"middleName\": \"Payee\",\n    \"lastName\": \"Test3\",\n    \"financialInstitutionId\": 14,\n    \"financialInstitutionBranchId\": 326,\n    \"externalBankAccountNumber\": 112233\n}"},"url":"https://connect.dcbankapi.ca:35344/customerintegrationapi/v1.0/EFT/UpdateEftCustomerPayee","description":"<h3 id=\"description\">Description</h3>\n<p>This API allows the user to update a previously created payee.</p>\n<h3 id=\"request-parameters\">Request Parameters</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Name</th>\n<th>Type</th>\n<th>Max Length</th>\n<th>Description</th>\n<th>Required/ Optional</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>EftTypeCode</td>\n<td><em>String</em></td>\n<td>1</td>\n<td>Indicates the EFT type code:  <br /><code>P</code> - Priority  <br /><code>R</code> - Regular</td>\n<td><strong>Required</strong></td>\n</tr>\n<tr>\n<td>CustomerNumber</td>\n<td><em>String</em></td>\n<td>11</td>\n<td>Indicates the unique customer number.  <br />This can be retrieved using the <strong>Get Eft Customer</strong> API.</td>\n<td><strong>Required</strong></td>\n</tr>\n<tr>\n<td>CustomerAccountId</td>\n<td><em>Integer</em></td>\n<td>17</td>\n<td>Indicates the unique customer account ID.  <br />This can be retrieved using the <strong>Get Eft Customer Account</strong> API.</td>\n<td><strong>Required</strong></td>\n</tr>\n<tr>\n<td>TransactionTypeCode</td>\n<td><em>String</em></td>\n<td>1</td>\n<td>Indicates the transaction type: <code>C</code> - Credit  <br /><code>D</code> - Debit</td>\n<td><strong>Required</strong></td>\n</tr>\n<tr>\n<td>TransactionCodeId</td>\n<td><em>Integer</em></td>\n<td>6</td>\n<td>Indicates the transaction code ID.  <br />This can be retrieved using the <strong>Get Eft Transaction Code</strong> API.</td>\n<td><strong>Required</strong></td>\n</tr>\n<tr>\n<td>Amount</td>\n<td><em>Decimal</em></td>\n<td>10</td>\n<td>Indicates the amount of money that is to be sent/deposited.</td>\n<td><strong>Required</strong></td>\n</tr>\n<tr>\n<td>TransactionDate</td>\n<td><em>DateTime</em></td>\n<td>yyyy-mm-dd  <br />(UTC)</td>\n<td>Indicates the date of transaction.</td>\n<td><strong>Required</strong></td>\n</tr>\n<tr>\n<td>Description</td>\n<td><em>String</em></td>\n<td>250</td>\n<td>Indicates the description for the transaction.</td>\n<td>Optional</td>\n</tr>\n<tr>\n<td>FinancialAccountId</td>\n<td><em>Integer</em></td>\n<td></td>\n<td>Indicates the destination account ID to use for sending / receiving funds.  <br />This value can be obtained using the <strong>Client API -&gt; Client -&gt; Account -&gt; Get All Account</strong> API.</td>\n<td>Optional</td>\n</tr>\n<tr>\n<td>CustomerStoreCode</td>\n<td><em>String</em></td>\n<td>5</td>\n<td>Indicates the store code created in Client Setup.</td>\n<td>Optional</td>\n</tr>\n</tbody>\n</table>\n</div><h3 id=\"response-parameters\">Response Parameters</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Name</th>\n<th>Type</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td></td>\n<td></td>\n<td></td>\n</tr>\n</tbody>\n</table>\n</div><h3 id=\"related-errors\">Related Errors</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Error Code</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td></td>\n<td></td>\n</tr>\n</tbody>\n</table>\n</div><h3 id=\"version\">Version</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Version Supported</th>\n<th>Date Released</th>\n<th><strong>Deprecation Date</strong></th>\n<th>End of Life Date</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>v1.0</td>\n<td>December 2019</td>\n<td>TBD</td>\n<td>TBD</td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"path":["customerintegrationapi","v1.0","EFT","UpdateEftCustomerPayee"],"host":["https://connect.dcbankapi.ca:35344"],"query":[],"variable":[]}},"response":[{"id":"4f713560-13f8-4808-88d9-ade72a6cadda","name":"Success","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{token}}","type":"text"},{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"EftTypeCode\": \"R\",\n    \"CustomerNumber\": \"12345571\",\n    \"CustomerAccountId\": 20044,\n    \"TransactionTypeCode\": \"C\",\n    \"TransactionCodeId\": 23020,\n    \"Amount\": 1.50,\n    \"TransactionDate\": \"2020-04-01T00:00:00.0000000-00:00\",\n    \"Description\": \"One time payment\"\n}","options":{"raw":{"language":"json"}}},"url":"https://connect.dcbankapi.ca:35344/integrationapi/v1.0/EFT/CreateEftTransaction"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"ErrorCode\": \"0\",\n    \"ErrorDescription\": \"Successfull\",\n    \"StackTrace\": null,\n    \"Item\": 101853,\n    \"IsSucceeded\": true,\n    \"ErrorList\": [],\n    \"ParameterList\": []\n}"}],"_postman_id":"0872d8ee-5b28-43bc-9d93-f3e5d8a0e4ee"}],"id":"18d2dfaa-ac8a-44e0-ab3d-a77079019e16","event":[{"listen":"prerequest","script":{"id":"a464f598-97c4-45d2-b14c-60adc6dda873","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"a94f72d9-4634-47a7-a0b2-5b589af7b759","type":"text/javascript","exec":[""]}}],"_postman_id":"18d2dfaa-ac8a-44e0-ab3d-a77079019e16","description":"","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{token}}"}]},"isInherited":true,"source":{"_postman_id":"8869d7bd-0788-46cf-8d20-ac14f428a8ec","id":"8869d7bd-0788-46cf-8d20-ac14f428a8ec","name":"EndUser API","type":"collection"}}},{"name":"EFT Program Customer ","item":[{"name":"Add External EFT Account","id":"fc9bfce5-d462-4264-9a4a-61c4164dc71b","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{token}}"}]},"isInherited":false},"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"CustomerNumber\": \"\",\n    \"AccountName\": \"\",\n    \"FinancialInstitutionId\": 12345,\n    \"FinancialInstitutionBranchId\": 12345,\n    \"AccountNumber\": \"\"\n}"},"url":"https://connect.dcbankapi.ca:35344/customerintegrationapi/v1.0/Eft/CreateEftCustomerAccount","description":"<h3 id=\"description\">Description</h3>\n<p>The Add External EFT Account API creates an EFT account for the Customer.</p>\n<h3 id=\"request-parameters\">Request Parameters</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Name</th>\n<th>Type</th>\n<th>Max Length</th>\n<th>Description</th>\n<th>Required/ Optional</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>CustomerNumber</td>\n<td><em>String</em></td>\n<td>11</td>\n<td>Indicates the unique customer number.  <br />This can be retrieved using the <strong>Get EFT Customer</strong> API.</td>\n<td><strong>Required</strong></td>\n</tr>\n<tr>\n<td>AccountName</td>\n<td><em>String</em></td>\n<td>30</td>\n<td>Indicates the account name.</td>\n<td><strong>Required</strong></td>\n</tr>\n<tr>\n<td>FinancialInstitutionId</td>\n<td><em>Integer</em></td>\n<td>5</td>\n<td>Indicates the unique financial institution ID.  <br />This can be retrieved using the <strong>Get Financial Institution</strong> API.</td>\n<td><strong>Required</strong></td>\n</tr>\n<tr>\n<td>FinancialInstitutionBranchId</td>\n<td><em>Integer</em></td>\n<td>7</td>\n<td>Indicates the unique financial institution branch ID.  <br />This can be retrieved using the <strong>Get Financial Institution Branch</strong> API.</td>\n<td><strong>Required</strong></td>\n</tr>\n<tr>\n<td>AccountNumber</td>\n<td><em>String</em></td>\n<td>15</td>\n<td>Indicates the account number.</td>\n<td><strong>Required</strong></td>\n</tr>\n</tbody>\n</table>\n</div><h3 id=\"response-parameters\">Response Parameters</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Name</th>\n<th>Type</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td></td>\n<td></td>\n<td></td>\n</tr>\n</tbody>\n</table>\n</div><h3 id=\"related-errors\">Related Errors</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Error Code</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td></td>\n<td></td>\n</tr>\n</tbody>\n</table>\n</div><h3 id=\"version\">Version</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Version Supported</th>\n<th>Date Released</th>\n<th><strong>Deprecation Date</strong></th>\n<th>End of Life Date</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>v1.0</td>\n<td>December 2019</td>\n<td>TBD</td>\n<td>TBD</td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"path":["customerintegrationapi","v1.0","Eft","CreateEftCustomerAccount"],"host":["https://connect.dcbankapi.ca:35344"],"query":[],"variable":[]}},"response":[{"id":"3f4ddb81-607b-408a-9119-c07a02979ba0","name":"Success","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{token}}","type":"text"},{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"CustomerNumber\": \"12345571\",\n    \"AccountName\": \"Test Account\",\n    \"FinancialInstitutionId\": 100,\n    \"FinancialInstitutionBranchId\": 8212,\n    \"AccountNumber\": \"345566543456\"\n}","options":{"raw":{"language":"json"}}},"url":"https://connect.dcbankapi.ca:35344/integrationapi/v1.0/Eft/CreateEftCustomerAccount"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"ErrorCode\": \"0\",\n    \"ErrorDescription\": \"Successfull\",\n    \"StackTrace\": null,\n    \"Item\": 20047,\n    \"IsSucceeded\": true,\n    \"ErrorList\": [],\n    \"ParameterList\": []\n}"}],"_postman_id":"fc9bfce5-d462-4264-9a4a-61c4164dc71b"},{"name":"Update External EFT Account","id":"c8c05f02-7604-476b-bb2b-b7d217c8e8af","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{token}}"}]},"isInherited":false},"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"AccountId\": 12345,\n    \"CustomerNumber\": \"\",\n    \"AccountName\": \"\",\n    \"FinancialInstitutionId\": 12345,\n    \"FinancialInstitutionBranchId\": 12345,\n    \"AccountNumber\": \"\"\n}"},"url":"https://connect.dcbankapi.ca:35344/customerintegrationapi/v1.0/Eft/UpdateEftCustomerAccount","description":"<h3 id=\"description\">Description</h3>\n<p>The Update External EFT Account allows the Client to update the Customer's information pertaining to the EFT account.</p>\n<h3 id=\"request-parameters\">Request Parameters</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Name</th>\n<th>Type</th>\n<th>Max Length</th>\n<th>Description</th>\n<th>Required/ Optional</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>AccountId</td>\n<td><em>Integer</em></td>\n<td>19</td>\n<td>Indicates the unique EFT account ID.  <br />This can be retrieved using the <strong>Get EFT Customer Account</strong> API.</td>\n<td><strong>Required</strong></td>\n</tr>\n<tr>\n<td>CustomerNumber</td>\n<td><em>String</em></td>\n<td>11</td>\n<td>Indicates the unique customer number.  <br />This can be retrieved using the <strong>Get EFT Customer</strong> API.</td>\n<td><strong>Required</strong></td>\n</tr>\n<tr>\n<td>AccountName</td>\n<td><em>String</em></td>\n<td>30</td>\n<td>Indicates the account name.</td>\n<td><strong>Required</strong></td>\n</tr>\n<tr>\n<td>FinancialInstitutionId</td>\n<td><em>Integer</em></td>\n<td>5</td>\n<td>Indicates the unique financial institution ID.  <br />This can be retrieved using the <strong>Get Financial Institution</strong> API.</td>\n<td><strong>Required</strong></td>\n</tr>\n<tr>\n<td>FinancialInstitutionBranchId</td>\n<td><em>Integer</em></td>\n<td>7</td>\n<td>Indicates the unique financial institution branch ID.  <br />This can be retrieved using the <strong>Get Financial Institution Branch</strong> API.</td>\n<td><strong>Required</strong></td>\n</tr>\n<tr>\n<td>AccountNumber</td>\n<td><em>String</em></td>\n<td>15</td>\n<td>Indicates the account number.</td>\n<td><strong>Required</strong></td>\n</tr>\n</tbody>\n</table>\n</div><h3 id=\"response-parameters\">Response Parameters</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Name</th>\n<th>Type</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td></td>\n<td></td>\n<td></td>\n</tr>\n</tbody>\n</table>\n</div><h3 id=\"related-errors\">Related Errors</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Error Code</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td></td>\n<td></td>\n</tr>\n</tbody>\n</table>\n</div><h3 id=\"version\">Version</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Version Supported</th>\n<th>Date Released</th>\n<th><strong>Deprecation Date</strong></th>\n<th>End of Life Date</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>v1.0</td>\n<td>December 2019</td>\n<td>TBD</td>\n<td>TBD</td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"path":["customerintegrationapi","v1.0","Eft","UpdateEftCustomerAccount"],"host":["https://connect.dcbankapi.ca:35344"],"query":[],"variable":[]}},"response":[{"id":"784cca38-d336-4a31-b942-bf5da65bfc8a","name":"Success","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{token}}","type":"text"},{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"AccountId\": 20047,\n    \"CustomerNumber\": \"12345571\",\n    \"AccountName\": \"Test Account Name\",\n    \"FinancialInstitutionId\": 82,\n    \"FinancialInstitutionBranchId\": 8779,\n    \"AccountNumber\": \"7890123321\"\n}","options":{"raw":{"language":"json"}}},"url":"https://connect.dcbankapi.ca:35344/integrationapi/v1.0/Eft/UpdateEftCustomerAccount"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"ErrorCode\": \"0\",\n    \"ErrorDescription\": \"Successfull\",\n    \"StackTrace\": null,\n    \"IsSucceeded\": true,\n    \"ErrorList\": [],\n    \"ParameterList\": []\n}"}],"_postman_id":"c8c05f02-7604-476b-bb2b-b7d217c8e8af"},{"name":"Delete External EFT Account","id":"fc57b471-c148-4049-93af-41be7f59ced9","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{token}}"}]},"isInherited":false},"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"CustomerNumber\": \"\",\n    \"AccountId\": 12345\n}"},"url":"https://connect.dcbankapi.ca:35344/customerintegrationapi/v1.0/Eft/DeleteEftCustomerAccount","description":"<h3 id=\"description\">Description</h3>\n<p>The Delete External EFT Account API deletes/removes the EFT Customer Account.</p>\n<h3 id=\"request-parameters\">Request Parameters</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Name</th>\n<th>Type</th>\n<th>Max Length</th>\n<th>Description</th>\n<th>Required/ Optional</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>AccountId</td>\n<td><em>Integer</em></td>\n<td>19</td>\n<td>Indicates the unique EFT account ID.  <br />This can be retrieved using the <strong>Get EFT Customer Account</strong> API.</td>\n<td><strong>Required</strong></td>\n</tr>\n<tr>\n<td>CustomerNumber</td>\n<td><em>String</em></td>\n<td>11</td>\n<td>Indicates the unique customer number.  <br />This can be retrieved using the <strong>Get EFT Customer</strong> API.</td>\n<td><strong>Required</strong></td>\n</tr>\n</tbody>\n</table>\n</div><h3 id=\"response-parameters\">Response Parameters</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Name</th>\n<th>Type</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td></td>\n<td></td>\n<td></td>\n</tr>\n</tbody>\n</table>\n</div><h3 id=\"related-errors\">Related Errors</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Error Code</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td></td>\n<td></td>\n</tr>\n</tbody>\n</table>\n</div><h3 id=\"version\">Version</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Version Supported</th>\n<th>Date Released</th>\n<th><strong>Deprecation Date</strong></th>\n<th>End of Life Date</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>v1.0</td>\n<td>December 2019</td>\n<td>TBD</td>\n<td>TBD</td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"path":["customerintegrationapi","v1.0","Eft","DeleteEftCustomerAccount"],"host":["https://connect.dcbankapi.ca:35344"],"query":[],"variable":[]}},"response":[{"id":"dad6f633-d552-49a0-96ec-4cdac80298ed","name":"Success","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{token}}","type":"text"},{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"CustomerNumber\": \"12345571\",\n    \"AccountId\": 20047\n}","options":{"raw":{"language":"json"}}},"url":"https://connect.dcbankapi.ca:35344/integrationapi/v1.0/Eft/DeleteEftCustomerAccount"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"ErrorCode\": \"0\",\n    \"ErrorDescription\": \"Successfull\",\n    \"StackTrace\": null,\n    \"IsSucceeded\": true,\n    \"ErrorList\": [],\n    \"ParameterList\": []\n}"}],"_postman_id":"fc57b471-c148-4049-93af-41be7f59ced9"},{"name":"Get External EFT Account","id":"32185bd9-10c9-4159-a564-efa9fcc00502","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{token}}"}]},"isInherited":false},"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"CustomerNumber\": \"12345571\"\n}"},"url":"https://connect.dcbankapi.ca:35344/customerintegrationapi/v1.0/Eft/GetEftCustomerAccount","description":"<h3 id=\"description\">Description</h3>\n<p>The Get External EFT Account API is to retrieve the specific EFT Customer Account. <em>Note</em> To get the Customer Number please call <strong>Get EFT Customer</strong></p>\n<h3 id=\"request-parameters\">Request Parameters</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Name</th>\n<th>Type</th>\n<th>Max Length</th>\n<th>Description</th>\n<th>Required/ Optional</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>CustomerNumber</td>\n<td><em>String</em></td>\n<td>11</td>\n<td>Indicates the unique customer number.  <br />This can be retrieved using the <strong>Get EFT Customer</strong> API.</td>\n<td><strong>Required</strong></td>\n</tr>\n</tbody>\n</table>\n</div><h3 id=\"response-parameters\">Response Parameters</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Name</th>\n<th>Type</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>CustomerNumber</td>\n<td><em>Numeric</em></td>\n<td>The unique customer number.</td>\n</tr>\n<tr>\n<td>AccountId</td>\n<td><em>Numeric</em></td>\n<td>The unique account ID.</td>\n</tr>\n<tr>\n<td>AccountName</td>\n<td><em>String</em></td>\n<td>The name of the account.</td>\n</tr>\n<tr>\n<td>FinancialInstitutionId</td>\n<td><em>Numeric</em></td>\n<td>The ID of the financial institution.</td>\n</tr>\n<tr>\n<td>FinancialInstitutionBranchId</td>\n<td><em>Numeric</em></td>\n<td>The branch ID of the financial institution.</td>\n</tr>\n<tr>\n<td>BankNumber</td>\n<td><em>Numeric</em></td>\n<td>The number of the bank with the external account.</td>\n</tr>\n<tr>\n<td>BranchNumber</td>\n<td><em>Numeric</em></td>\n<td>The number of the branch with the external account.</td>\n</tr>\n<tr>\n<td>AccountNumber</td>\n<td><em>Numeric</em></td>\n<td>The account number at the branch with the external account.</td>\n</tr>\n</tbody>\n</table>\n</div><h3 id=\"related-errors\">Related Errors</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Error Code</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td></td>\n<td></td>\n</tr>\n</tbody>\n</table>\n</div><h3 id=\"version\">Version</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Version Supported</th>\n<th>Date Released</th>\n<th><strong>Deprecation Date</strong></th>\n<th>End of Life Date</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>v1.0</td>\n<td>December 2019</td>\n<td>TBD</td>\n<td>TBD</td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"path":["customerintegrationapi","v1.0","Eft","GetEftCustomerAccount"],"host":["https://connect.dcbankapi.ca:35344"],"query":[],"variable":[]}},"response":[{"id":"7a560d35-b5f6-4f40-8d03-a2d17bff5b28","name":"Success","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{token}}","type":"text"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"CustomerNumber\": \"12345571\"\n}"},"url":"https://connect.dcbankapi.ca:35344/integrationapi/v1.0/Eft/GetEftCustomerAccount"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"ErrorCode\": \"0\",\n    \"ErrorDescription\": \"Successfull\",\n    \"StackTrace\": null,\n    \"Item\": [\n        {\n            \"CustomerNumber\": \"12345571\",\n            \"AccountId\": 20044,\n            \"AccountName\": \"ABCBank EFT Account\",\n            \"FinancialInstitutionId\": 82,\n            \"FinancialInstitutionBranchId\": 8779,\n            \"BankNumber\": 618,\n            \"BranchNumber\": 7211,\n            \"AccountNumber\": \"346465789\"\n        }\n    ],\n    \"IsSucceeded\": true,\n    \"ErrorList\": [],\n    \"ParameterList\": []\n}"}],"_postman_id":"32185bd9-10c9-4159-a564-efa9fcc00502"},{"name":"Get EFT Customer","id":"f1c3e268-8726-45de-93d5-bfb55f783824","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{token}}"}]},"isInherited":false},"method":"GET","header":[{"key":"Content-Type","value":"application/json"}],"url":"https://connect.dcbankapi.ca:35344/customerintegrationapi/v1.0/Eft/GetEftCustomer","description":"<h3 id=\"description\">Description</h3>\n<p>The Get EFT Customer API retrieves a list of Customer's who are eligible to do EFTs.</p>\n<h3 id=\"request-parameters\">Request Parameters</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Name</th>\n<th>Type</th>\n<th>Max Length</th>\n<th>Description</th>\n<th>Required/ Optional</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td></td>\n<td></td>\n<td></td>\n<td></td>\n<td></td>\n</tr>\n</tbody>\n</table>\n</div><h3 id=\"response-parameters\">Response Parameters</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Name</th>\n<th>Type</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>CustomerId</td>\n<td><em>Numeric</em></td>\n<td>The ID of the EFT customer.</td>\n</tr>\n<tr>\n<td>CustomerNumber</td>\n<td><em>Numeric</em></td>\n<td>The number of the EFT customer.</td>\n</tr>\n<tr>\n<td>CustomerName</td>\n<td><em>String</em></td>\n<td>The name of the EFT customer.</td>\n</tr>\n</tbody>\n</table>\n</div><h3 id=\"related-errors\">Related Errors</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Error Code</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td></td>\n<td></td>\n</tr>\n</tbody>\n</table>\n</div><h3 id=\"version\">Version</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Version Supported</th>\n<th>Date Released</th>\n<th><strong>Deprecation Date</strong></th>\n<th>End of Life Date</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>v1.0</td>\n<td>December 2019</td>\n<td>TBD</td>\n<td>TBD</td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"path":["customerintegrationapi","v1.0","Eft","GetEftCustomer"],"host":["https://connect.dcbankapi.ca:35344"],"query":[],"variable":[]}},"response":[{"id":"03e426a4-46e7-4052-b0f4-146bf7372e35","name":"Success","originalRequest":{"method":"GET","header":[{"key":"Content-Type","value":"application/json"},{"key":"Authorization","value":"Bearer {{token}}","type":"text"}],"url":"https://connect.dcbankapi.ca:35344/integrationapi/v1.0/Eft/GetEftCustomer"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"ErrorCode\": \"0\",\n    \"ErrorDescription\": \"Successfull\",\n    \"StackTrace\": null,\n    \"Item\": [\n        {\n            \"CustomerId\": 20215,\n            \"CustomerNumber\": \"0220000029\",\n            \"CustomerName\": \"Ricardo  Quaresma\"\n        },\n        {\n            \"CustomerId\": 20315,\n            \"CustomerNumber\": \"10220000048\",\n            \"CustomerName\": \"Annabelle Everest\"\n        },\n        {\n            \"CustomerId\": 20414,\n            \"CustomerNumber\": \"12345571\",\n            \"CustomerName\": \"Corporate Test\"\n        }\n    ],\n    \"IsSucceeded\": true,\n    \"ErrorList\": [],\n    \"ParameterList\": []\n}"}],"_postman_id":"f1c3e268-8726-45de-93d5-bfb55f783824"}],"id":"50712f92-3bd8-48bd-9064-0d8f447846ca","_postman_id":"50712f92-3bd8-48bd-9064-0d8f447846ca","description":"","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{token}}"}]},"isInherited":true,"source":{"_postman_id":"8869d7bd-0788-46cf-8d20-ac14f428a8ec","id":"8869d7bd-0788-46cf-8d20-ac14f428a8ec","name":"EndUser API","type":"collection"}}},{"name":"Parameters ","item":[{"name":"Get EFT Transaction Code","id":"ac46b5dc-fc41-41eb-ba86-0c62a7293c78","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{token}}"}]},"isInherited":false},"method":"GET","header":[{"key":"Content-Type","value":"application/json"}],"url":"https://connect.dcbankapi.ca:35344/customerintegrationapi/v1.0/Eft/GetEftTransactionCode","description":"<h3 id=\"description\">Description</h3>\n<p>The Get EFT Transaction Code API retrieves the transaction codes for a Cusotomer.</p>\n<h3 id=\"request-parameters\">Request Parameters</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Name</th>\n<th>Type</th>\n<th>Max Length</th>\n<th>Description</th>\n<th>Required/ Optional</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td></td>\n<td></td>\n<td></td>\n<td></td>\n<td></td>\n</tr>\n</tbody>\n</table>\n</div><h3 id=\"response-parameters\">Response Parameters</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Name</th>\n<th>Type</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Id</td>\n<td><em>Numeric</em></td>\n<td>The ID of the EFT transaction code.</td>\n</tr>\n<tr>\n<td>Code</td>\n<td><em>Numeric</em></td>\n<td>The EFT transaction code.</td>\n</tr>\n<tr>\n<td>Name</td>\n<td><em>String</em></td>\n<td>The name/description of the EFT transaction code.</td>\n</tr>\n</tbody>\n</table>\n</div><h3 id=\"related-errors\">Related Errors</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Error Code</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td></td>\n<td></td>\n</tr>\n</tbody>\n</table>\n</div><h3 id=\"version\">Version</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Version Supported</th>\n<th>Date Released</th>\n<th><strong>Deprecation Date</strong></th>\n<th>End of Life Date</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>v1.0</td>\n<td>December 2019</td>\n<td>TBD</td>\n<td>TBD</td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"path":["customerintegrationapi","v1.0","Eft","GetEftTransactionCode"],"host":["https://connect.dcbankapi.ca:35344"],"query":[],"variable":[]}},"response":[{"id":"b8da634d-54b1-4a8c-96c1-78f0342d8256","name":"Success","originalRequest":{"method":"GET","header":[{"key":"Authorization","value":"Bearer {{token}}","type":"text"},{"key":"Content-Type","value":"application/json"}],"url":"https://connect.dcbankapi.ca:35344/integrationapi/v1.0/Eft/GetEftTransactionCode"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"ErrorCode\": \"0\",\n    \"ErrorDescription\": \"Successfull\",\n    \"StackTrace\": null,\n    \"Item\": [\n        {\n            \"Id\": 23084,\n            \"Code\": \"460\",\n            \"Name\": \"Accounts Payable\"\n        },\n        {\n            \"Id\": 23027,\n            \"Code\": \"207\",\n            \"Name\": \"Adjustment Payroll\"\n        },\n        {\n            \"Id\": 23024,\n            \"Code\": \"204\",\n            \"Name\": \"Advance Payroll\"\n        }\n    ],\n    \"IsSucceeded\": true,\n    \"ErrorList\": [],\n    \"ParameterList\": []\n}"}],"_postman_id":"ac46b5dc-fc41-41eb-ba86-0c62a7293c78"}],"id":"6478ec15-ad92-4a53-8b44-425437284f72","_postman_id":"6478ec15-ad92-4a53-8b44-425437284f72","description":"","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{token}}"}]},"isInherited":true,"source":{"_postman_id":"8869d7bd-0788-46cf-8d20-ac14f428a8ec","id":"8869d7bd-0788-46cf-8d20-ac14f428a8ec","name":"EndUser API","type":"collection"}}}],"id":"f6136c28-7012-4cc0-9c91-df44a26ac473","_postman_id":"f6136c28-7012-4cc0-9c91-df44a26ac473","description":"","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{token}}"}]},"isInherited":true,"source":{"_postman_id":"8869d7bd-0788-46cf-8d20-ac14f428a8ec","id":"8869d7bd-0788-46cf-8d20-ac14f428a8ec","name":"EndUser API","type":"collection"}}},{"name":"CustomerPortal","item":[{"name":"GetAll","id":"be1ed406-36e0-4aa7-b14a-522a5b0be725","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"description":"<h3 id=\"description\">Description</h3>\n<p>Returns all portals available in the system.</p>\n<h3 id=\"request-parameters\">Request Parameters</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Name</th>\n<th>Type</th>\n<th>Max Length</th>\n<th>Description</th>\n<th>Required/ Optional</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td></td>\n<td></td>\n<td></td>\n<td></td>\n<td></td>\n</tr>\n</tbody>\n</table>\n</div><h3 id=\"response-parameters\">Response Parameters</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Name</th>\n<th>Type</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td></td>\n<td></td>\n<td></td>\n</tr>\n</tbody>\n</table>\n</div><h3 id=\"related-errors\">Related Errors</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Error Code</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td></td>\n<td></td>\n</tr>\n</tbody>\n</table>\n</div><h3 id=\"version\">Version</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Version Supported</th>\n<th>Date Released</th>\n<th><strong>Deprecation Date</strong></th>\n<th>End of Life Date</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>v1.0</td>\n<td>December 2019</td>\n<td>TBD</td>\n<td>TBD</td>\n</tr>\n</tbody>\n</table>\n</div>","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{token}}"}]},"isInherited":true,"source":{"_postman_id":"8869d7bd-0788-46cf-8d20-ac14f428a8ec","id":"8869d7bd-0788-46cf-8d20-ac14f428a8ec","name":"EndUser API","type":"collection"}},"urlObject":{"query":[],"variable":[]},"url":""},"response":[],"_postman_id":"be1ed406-36e0-4aa7-b14a-522a5b0be725"},{"name":"Get By Id","id":"06d21b3a-dddc-407f-bf2b-1c0008b3815a","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Access-Control-Request-Method","value":"GET","type":"text"}],"url":"https://connect.dcbankapi.ca:35344/customerintegrationapi/v1.0/CustomerPortal/{{id}}","description":"<h3 id=\"description\">Description</h3>\n<p>Endpoint to get portal configuration with logo and client.</p>\n<h3 id=\"request-parameters\">Request Parameters</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Name</th>\n<th>Type</th>\n<th>Max Length</th>\n<th>Description</th>\n<th>Required/ Optional</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td></td>\n<td></td>\n<td></td>\n<td></td>\n<td></td>\n</tr>\n</tbody>\n</table>\n</div><h3 id=\"response-parameters\">Response Parameters</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Name</th>\n<th>Type</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td></td>\n<td></td>\n<td></td>\n</tr>\n</tbody>\n</table>\n</div><h3 id=\"related-errors\">Related Errors</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Error Code</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td></td>\n<td></td>\n</tr>\n</tbody>\n</table>\n</div><h3 id=\"version\">Version</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Version Supported</th>\n<th>Date Released</th>\n<th><strong>Deprecation Date</strong></th>\n<th>End of Life Date</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>v1.0</td>\n<td>December 2019</td>\n<td>TBD</td>\n<td>TBD</td>\n</tr>\n</tbody>\n</table>\n</div>","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{token}}"}]},"isInherited":true,"source":{"_postman_id":"8869d7bd-0788-46cf-8d20-ac14f428a8ec","id":"8869d7bd-0788-46cf-8d20-ac14f428a8ec","name":"EndUser API","type":"collection"}},"urlObject":{"path":["customerintegrationapi","v1.0","CustomerPortal","{{id}}"],"host":["https://connect.dcbankapi.ca:35344"],"query":[{"disabled":true,"key":"","value":null}],"variable":[]}},"response":[{"id":"1f84331e-b2a6-40be-9999-47cf653d0aa2","name":"Get By Id","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://connect.dcbankapi.ca:35344/customerintegrationapi/v1.0/CustomerPortal/1","host":["https://connect.dcbankapi.ca:35344"],"path":["customerintegrationapi","v1.0","CustomerPortal","1"],"query":[{"key":"","value":null,"type":"text","disabled":true}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Fri, 06 Jan 2023 20:57:01 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Server","value":"nginx/1.21.6"},{"key":"Content-Encoding","value":"br"},{"key":"Vary","value":"Accept-Encoding"}],"cookie":[],"responseTime":null,"body":"{\n    \"ErrorCode\": \"0\",\n    \"ErrorDescription\": null,\n    \"StackTrace\": null,\n    \"Item\": {\n        \"Id\": 1,\n        \"SupportPhone\": \"+18254278907\",\n        \"SupportEmail\": \"help@help.ca\",\n        \"HexColor\": \"#00000\",\n        \"Subdomain\": \"subdomain\",\n        \"Name\": \"Hope Street\",\n        \"Status\": \"Active\"\n    },\n    \"IsSucceeded\": true,\n    \"ErrorList\": [],\n    \"ParameterList\": []\n}"}],"_postman_id":"06d21b3a-dddc-407f-bf2b-1c0008b3815a"},{"name":"Get Portal Logo","id":"f5c16e8f-c9c2-4517-836c-246681f0c121","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://connect.dcbankapi.ca:35344/customerintegrationapi/v1.0/CustomerPortal/{{id}}/Logo","description":"<h3 id=\"description\">Description</h3>\n<p>Enter a detailed description of the API.</p>\n<h3 id=\"request-parameters\">Request Parameters</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Name</th>\n<th>Type</th>\n<th>Max Length</th>\n<th>Description</th>\n<th>Required/ Optional</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td></td>\n<td></td>\n<td></td>\n<td></td>\n<td></td>\n</tr>\n</tbody>\n</table>\n</div><h3 id=\"response-parameters\">Response Parameters</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Name</th>\n<th>Type</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td></td>\n<td></td>\n<td></td>\n</tr>\n</tbody>\n</table>\n</div><h3 id=\"related-errors\">Related Errors</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Error Code</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td></td>\n<td></td>\n</tr>\n</tbody>\n</table>\n</div><h3 id=\"version\">Version</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Version Supported</th>\n<th>Date Released</th>\n<th><strong>Deprecation Date</strong></th>\n<th>End of Life Date</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>v1.0</td>\n<td>December 2019</td>\n<td>TBD</td>\n<td>TBD</td>\n</tr>\n</tbody>\n</table>\n</div>","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{token}}"}]},"isInherited":true,"source":{"_postman_id":"8869d7bd-0788-46cf-8d20-ac14f428a8ec","id":"8869d7bd-0788-46cf-8d20-ac14f428a8ec","name":"EndUser API","type":"collection"}},"urlObject":{"path":["customerintegrationapi","v1.0","CustomerPortal","{{id}}","Logo"],"host":["https://connect.dcbankapi.ca:35344"],"query":[],"variable":[]}},"response":[{"id":"1d63b695-c8a7-4acb-9a7c-8bed97752c37","name":"Get Portal Logo","originalRequest":{"method":"GET","header":[],"url":"https://connect.dcbankapi.ca:35344/customerintegrationapi/v1.0/CustomerPortal/1/Logo"},"_postman_previewlanguage":null,"header":null,"cookie":[],"responseTime":null,"body":null}],"_postman_id":"f5c16e8f-c9c2-4517-836c-246681f0c121"},{"name":"Get By Subdomain","id":"78b62e63-c3b4-4133-a272-31b1ec61de27","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://connect.dcbankapi.ca:35344/customerintegrationapi/v1.0/CustomerPortal/GetBySubdomain?subdomain={{domain}}","description":"<h3 id=\"description\">Description</h3>\n<p>Enter a detailed description of the API.</p>\n<h3 id=\"request-parameters\">Request Parameters</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Name</th>\n<th>Type</th>\n<th>Max Length</th>\n<th>Description</th>\n<th>Required/ Optional</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td></td>\n<td></td>\n<td></td>\n<td></td>\n<td></td>\n</tr>\n</tbody>\n</table>\n</div><h3 id=\"response-parameters\">Response Parameters</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Name</th>\n<th>Type</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td></td>\n<td></td>\n<td></td>\n</tr>\n</tbody>\n</table>\n</div><h3 id=\"related-errors\">Related Errors</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Error Code</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td></td>\n<td></td>\n</tr>\n</tbody>\n</table>\n</div><h3 id=\"version\">Version</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Version Supported</th>\n<th>Date Released</th>\n<th><strong>Deprecation Date</strong></th>\n<th>End of Life Date</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>v1.0</td>\n<td>December 2019</td>\n<td>TBD</td>\n<td>TBD</td>\n</tr>\n</tbody>\n</table>\n</div>","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{token}}"}]},"isInherited":true,"source":{"_postman_id":"8869d7bd-0788-46cf-8d20-ac14f428a8ec","id":"8869d7bd-0788-46cf-8d20-ac14f428a8ec","name":"EndUser API","type":"collection"}},"urlObject":{"path":["customerintegrationapi","v1.0","CustomerPortal","GetBySubdomain"],"host":["https://connect.dcbankapi.ca:35344"],"query":[{"key":"subdomain","value":"{{domain}}"}],"variable":[]}},"response":[{"id":"589eefe2-08e3-4838-b48e-97126a253a60","name":"Get By Subdomain","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://connect.dcbankapi.ca:35344/customerintegrationapi/v1.0/CustomerPortal/GetBySubdomian/?subdomain=newdomainnnnn","host":["https://connect.dcbankapi.ca:35344"],"path":["customerintegrationapi","v1.0","CustomerPortal","GetBySubdomian",""],"query":[{"key":"subdomain","value":"newdomainnnnn"}]}},"_postman_previewlanguage":null,"header":null,"cookie":[],"responseTime":null,"body":null}],"_postman_id":"78b62e63-c3b4-4133-a272-31b1ec61de27"},{"name":"Get Status","id":"f4a85d16-77a6-4cdf-a258-319524295c9f","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://connect.dcbankapi.ca:35344/customerintegrationapi/v1.0/CustomerPortal/Status?subdomain={{subdomain}}","description":"<h3 id=\"description\">Description</h3>\n<p>Returns information about status'.</p>\n<h3 id=\"request-parameters\">Request Parameters</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Name</th>\n<th>Type</th>\n<th>Max Length</th>\n<th>Description</th>\n<th>Required/ Optional</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td></td>\n<td></td>\n<td></td>\n<td></td>\n<td></td>\n</tr>\n</tbody>\n</table>\n</div><h3 id=\"response-parameters\">Response Parameters</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Name</th>\n<th>Type</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Status</td>\n<td><em>String</em></td>\n<td>Status description.</td>\n</tr>\n<tr>\n<td>From</td>\n<td><em>DateTime</em></td>\n<td>The date from which the status is valid.</td>\n</tr>\n<tr>\n<td>To</td>\n<td><em>DateTime</em></td>\n<td>The date till which the status is valid.</td>\n</tr>\n</tbody>\n</table>\n</div><h3 id=\"related-errors\">Related Errors</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Error Code</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td></td>\n<td></td>\n</tr>\n</tbody>\n</table>\n</div><h3 id=\"version\">Version</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Version Supported</th>\n<th>Date Released</th>\n<th><strong>Deprecation Date</strong></th>\n<th>End of Life Date</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>v1.0</td>\n<td>December 2019</td>\n<td>TBD</td>\n<td>TBD</td>\n</tr>\n</tbody>\n</table>\n</div>","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{token}}"}]},"isInherited":true,"source":{"_postman_id":"8869d7bd-0788-46cf-8d20-ac14f428a8ec","id":"8869d7bd-0788-46cf-8d20-ac14f428a8ec","name":"EndUser API","type":"collection"}},"urlObject":{"path":["customerintegrationapi","v1.0","CustomerPortal","Status"],"host":["https://connect.dcbankapi.ca:35344"],"query":[{"key":"subdomain","value":"{{subdomain}}"}],"variable":[]}},"response":[],"_postman_id":"f4a85d16-77a6-4cdf-a258-319524295c9f"},{"name":"Create Portal","id":"30f3c70c-9827-4eff-9c8f-87d12bf685cf","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"SupportEmail\": \"newcorp@acme.com\",\r\n    \"SupportPhone\": \"555-555-5555\",\r\n    \"Subdomain\": \"newcorp\",\r\n    \"UniqueClientId\": 3,\r\n    \"HexColor\": \"000000\",\r\n    \"TermsOfServiceUrl\": \"somelink.ca\",\r\n    \"PrivacyPolicyUrl\": \"somelink.ca\",\r\n    \"Url\": \"newcorp.card.ca\",\r\n    \"CompanyName\": \"New Corp Card Portal\",\r\n    \"Logo\": {\r\n        \"FileName\": \"acme-logo\",\r\n        \"Extension\": \"png\",\r\n        \"Base64Image\": \"iVBORw0KGgoAAAANSUhEUgAAAAEAAAABCAYAAAAfFcSJAAAADUlEQVR42mP8z8BQDwAEhQGAhKmMIQAAAABJRU5ErkJggg==\"\r\n    }\r\n}","options":{"raw":{"language":"json"}}},"url":"https://connect.dcbankapi.ca:35344/customerintegrationapi/v1.0/CustomerPortal","description":"<h3 id=\"description\">Description</h3>\n<p>Creates a new record with new Portal information.</p>\n<p>Only users which has role <em><strong>Cardholder_Admin</strong></em> have access to this endpoint.</p>\n<h3 id=\"request-parameters\"><strong>Request Parameters</strong></h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Name</strong></th>\n<th><strong>Type</strong></th>\n<th><strong>Max Length</strong></th>\n<th><strong>Description</strong></th>\n<th><strong>Required/ Optional</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>CompanyName</td>\n<td><em>String</em></td>\n<td>200</td>\n<td></td>\n<td><strong>Required</strong></td>\n</tr>\n<tr>\n<td>SupportEmail</td>\n<td><em>String</em></td>\n<td>25</td>\n<td></td>\n<td><strong>Required</strong></td>\n</tr>\n<tr>\n<td>SupportPhone</td>\n<td><em>String</em></td>\n<td>25</td>\n<td></td>\n<td><strong>Required</strong></td>\n</tr>\n<tr>\n<td>UniqueClientId</td>\n<td><em>Numeric</em></td>\n<td>-</td>\n<td></td>\n<td><strong>Required</strong></td>\n</tr>\n<tr>\n<td>HexColor</td>\n<td><em>Numeric</em></td>\n<td>9</td>\n<td></td>\n<td><strong>Required</strong></td>\n</tr>\n<tr>\n<td>Subdomain</td>\n<td><em>String</em></td>\n<td>50</td>\n<td></td>\n<td><strong>Required</strong></td>\n</tr>\n<tr>\n<td>Logo</td>\n<td><em>String</em></td>\n<td>-</td>\n<td></td>\n<td>Optional</td>\n</tr>\n<tr>\n<td>Url</td>\n<td><em>String</em></td>\n<td>100</td>\n<td></td>\n<td><strong>Required</strong></td>\n</tr>\n<tr>\n<td>TermsOfServiceUrl</td>\n<td><em>String</em></td>\n<td>100</td>\n<td></td>\n<td>Optional</td>\n</tr>\n<tr>\n<td>PrivacyPolicyUrl</td>\n<td><em>String</em></td>\n<td>100</td>\n<td></td>\n<td>Optional</td>\n</tr>\n<tr>\n<td>FileName</td>\n<td><em>String</em></td>\n<td>-</td>\n<td></td>\n<td><strong>Required</strong> if Logo is not null.</td>\n</tr>\n<tr>\n<td>Extension</td>\n<td><em>String</em></td>\n<td>10</td>\n<td></td>\n<td><strong>Required</strong> if Logo is not null.</td>\n</tr>\n<tr>\n<td>FileName</td>\n<td><em>String</em></td>\n<td>100</td>\n<td></td>\n<td><strong>Required</strong> if Logo is not null.</td>\n</tr>\n</tbody>\n</table>\n</div><h3 id=\"response-parameters\">Response Parameters</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Name</th>\n<th>Type</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Id</td>\n<td><em>Numeric</em></td>\n<td>The unique ID of the new entity created.</td>\n</tr>\n</tbody>\n</table>\n</div><h3 id=\"related-errors\">Related Errors</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Error Code</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>CreateCorporatePortalOp01</td>\n<td>Client not found for UniqueClientId.</td>\n</tr>\n<tr>\n<td>ValidationError01</td>\n<td>Validation error</td>\n</tr>\n</tbody>\n</table>\n</div><h3 id=\"version\">Version</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Version Supported</th>\n<th>Date Released</th>\n<th><strong>Deprecation Date</strong></th>\n<th>End of Life Date</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>v1.0</td>\n<td>December 2019</td>\n<td>TBD</td>\n<td>TBD</td>\n</tr>\n</tbody>\n</table>\n</div>","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{token}}"}]},"isInherited":true,"source":{"_postman_id":"8869d7bd-0788-46cf-8d20-ac14f428a8ec","id":"8869d7bd-0788-46cf-8d20-ac14f428a8ec","name":"EndUser API","type":"collection"}},"urlObject":{"path":["customerintegrationapi","v1.0","CustomerPortal"],"host":["https://connect.dcbankapi.ca:35344"],"query":[],"variable":[]}},"response":[{"id":"1b86c85b-cb87-421d-bba4-f089911baf13","name":"Create Portal","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"SupportEmail\": \"newcorp@acme.com\",\r\n    \"SupportPhone\": \"555-555-5555\",\r\n    \"Subdomain\": \"newcorp\",\r\n    \"UniqueClientId\": 3,\r\n    \"HexColor\": \"000000\",\r\n    \"TermsOfServiceUrl\": \"somelink.ca\",\r\n    \"PrivacyPolicyUrl\": \"somelink.ca\",\r\n    \"Url\": \"newcorp.card.ca\",\r\n    \"CompanyName\": \"New Corp Card Portal\",\r\n    \"Logo\": {\r\n        \"FileName\": \"acme-logo\",\r\n        \"Extension\": \"png\",\r\n        \"Base64Image\": \"iVBORw0KGgoAAAANSUhEUgAAAAEAAAABCAYAAAAfFcSJAAAADUlEQVR42mP8z8BQDwAEhQGAhKmMIQAAAABJRU5ErkJggg==\"\r\n    }\r\n}","options":{"raw":{"language":"json"}}},"url":"https://connect.dcbankapi.ca:35344/customerintegrationapi/v1.0/CustomerPortal"},"_postman_previewlanguage":null,"header":null,"cookie":[],"responseTime":null,"body":null}],"_postman_id":"30f3c70c-9827-4eff-9c8f-87d12bf685cf"},{"name":"Update Portal","id":"56152126-e7d8-4028-a815-751f4a2021b5","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\r\n    \"CompanyName\": \"Changed Inc.\",\r\n    \"HexColor\": \"#00000\",\r\n    \"SupportEmail\": \"newchanged@qwert.com\",\r\n    \"SupportPhone\": \"222-111-1111\",\r\n    \"Subdomain\": \"newdomainnnnn\",\r\n    \"LogoFile\": {\r\n        \"FileName\": \"hello\",\r\n        \"Extension\": \"png\",\r\n        \"Base64Image\": \"iVBORw0KGgoAAAANSUhEUgAAAAEAAAABCAYAAAAfFcSJAAAADUlEQVR42mP8z8BQDwAEhQGAhKmMIQAAAABJRU5ErkJggg==\"\r\n    }\r\n}","options":{"raw":{"language":"json"}}},"url":"https://connect.dcbankapi.ca:35344/customerintegrationapi/v1.0/CustomerPortal/{{id}}","description":"<h3 id=\"description\">Description</h3>\n<p>Updates customer corporate information.</p>\n<p>Only users which has role \"Cardholder_Admin\" could have access to this endpoint.</p>\n<h3 id=\"request-parameters\">Request Parameters</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Name</strong></th>\n<th><strong>Type</strong></th>\n<th><strong>Max Length</strong></th>\n<th><strong>Description</strong></th>\n<th><strong>Required/ Optional</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>CompanyName</td>\n<td><em>String</em></td>\n<td>200</td>\n<td></td>\n<td><strong>Required</strong></td>\n</tr>\n<tr>\n<td>SupportEmail</td>\n<td><em>String</em></td>\n<td>25</td>\n<td></td>\n<td><strong>Required</strong></td>\n</tr>\n<tr>\n<td>SupportPhone</td>\n<td><em>Numeric</em></td>\n<td>25</td>\n<td></td>\n<td><strong>Required</strong></td>\n</tr>\n<tr>\n<td>HexColor</td>\n<td><em>Numeric</em></td>\n<td>9</td>\n<td></td>\n<td><strong>Required</strong></td>\n</tr>\n<tr>\n<td>Subdomain</td>\n<td><em>String</em></td>\n<td>50</td>\n<td></td>\n<td><strong>Required</strong></td>\n</tr>\n<tr>\n<td>TermsOfServiceUrl</td>\n<td><em>String</em></td>\n<td>100</td>\n<td></td>\n<td>Optional</td>\n</tr>\n<tr>\n<td>PrivacyPolicyUrl</td>\n<td><em>String</em></td>\n<td>100</td>\n<td></td>\n<td>Optional</td>\n</tr>\n<tr>\n<td>Url</td>\n<td><em>String</em></td>\n<td>100</td>\n<td></td>\n<td><strong>Required</strong></td>\n</tr>\n</tbody>\n</table>\n</div><h3 id=\"related-errors\">Related Errors</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Error Code</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>UpdateCorporatePortalOp01</td>\n<td>Portal with id {id} not found.</td>\n</tr>\n<tr>\n<td>UpdateCorporatePortalOp02</td>\n<td>Portal is inactive and cannot be edited.</td>\n</tr>\n<tr>\n<td>ValidationError01</td>\n<td>Request validation error.</td>\n</tr>\n</tbody>\n</table>\n</div><h3 id=\"version\">Version</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Version Supported</th>\n<th>Date Released</th>\n<th><strong>Deprecation Date</strong></th>\n<th>End of Life Date</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>v1.0</td>\n<td>December 2019</td>\n<td>TBD</td>\n<td>TBD</td>\n</tr>\n</tbody>\n</table>\n</div>","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{token}}"}]},"isInherited":true,"source":{"_postman_id":"8869d7bd-0788-46cf-8d20-ac14f428a8ec","id":"8869d7bd-0788-46cf-8d20-ac14f428a8ec","name":"EndUser API","type":"collection"}},"urlObject":{"path":["customerintegrationapi","v1.0","CustomerPortal","{{id}}"],"host":["https://connect.dcbankapi.ca:35344"],"query":[],"variable":[]}},"response":[{"id":"a60d295a-6a60-4069-936c-b54d1a8576d3","name":"Update Portal","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\r\n    \"CompanyName\": \"Changed Inc.\",\r\n    \"HexColor\": \"#00000\",\r\n    \"SupportEmail\": \"newchanged@qwert.com\",\r\n    \"SupportPhone\": \"222-111-1111\",\r\n    \"Subdomain\": \"newdomainnnnn\",\r\n    \"LogoFile\": {\r\n        \"FileName\": \"hello\",\r\n        \"Extension\": \"png\",\r\n        \"Base64Image\": \"iVBORw0KGgoAAAANSUhEUgAAAAEAAAABCAYAAAAfFcSJAAAADUlEQVR42mP8z8BQDwAEhQGAhKmMIQAAAABJRU5ErkJggg==\"\r\n    }\r\n}","options":{"raw":{"language":"json"}}},"url":"https://connect.dcbankapi.ca:35344/customerintegrationapi/v1.0/CustomerPortal/1"},"_postman_previewlanguage":null,"header":null,"cookie":[],"responseTime":null,"body":null}],"_postman_id":"56152126-e7d8-4028-a815-751f4a2021b5"},{"name":"Deactivate Portal","id":"f5d797f0-2ada-4e4d-9a5a-0f534b8f678c","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\r\n    \"Status\": \"Disabled\"\r\n}","options":{"raw":{"language":"json"}}},"url":"https://connect.dcbankapi.ca:35344/customerintegrationapi/v1.0/CustomerPortal/{{id}}/Deactivate","description":"<h3 id=\"description\">Description</h3>\n<p>Deactivates portal by ID.</p>\n<p>Only users which has role \"Cardholder_Admin\" could have access to this endpoint</p>\n<h3 id=\"request-parameters\">Request Parameters</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Name</strong></th>\n<th><strong>Type</strong></th>\n<th><strong>Max Length</strong></th>\n<th><strong>Description</strong></th>\n<th><strong>Required/ Optional</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Id</td>\n<td><em>Numeric</em></td>\n<td>-</td>\n<td>Portal ID.</td>\n<td><strong>Required</strong></td>\n</tr>\n<tr>\n<td>Status</td>\n<td><em>String</em></td>\n<td>-</td>\n<td>Allowed values:  <br />- Inactive,  <br />- Disabled.  <br />  <br /><code>Disabled</code> means permenantly disabled. <code>Inactive</code> means to disable for a date range.</td>\n<td><strong>Required</strong></td>\n</tr>\n<tr>\n<td>FromDate</td>\n<td><em>DateTime</em></td>\n<td>yyyy-mm-dd</td>\n<td>Date range for disable. Cannot be later than <em>ToDate</em>.</td>\n<td><strong>Required</strong> if Status = Inactive.</td>\n</tr>\n<tr>\n<td>ToDate</td>\n<td><em>DateTime</em></td>\n<td>yyyy-mm-dd</td>\n<td>Date range for disable. Cannot be earlier than <em>FromDate</em>.</td>\n<td><strong>Required</strong> if Status = Inactive.</td>\n</tr>\n</tbody>\n</table>\n</div><h3 id=\"error-codes\">Error Codes</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><em>Code</em></th>\n<th><em>Description</em></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>DeactivateCustomerPortalOp01</td>\n<td>Portal with id {id} not found!</td>\n</tr>\n</tbody>\n</table>\n</div><h3 id=\"version\">Version</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Version Supported</th>\n<th>Date Released</th>\n<th><strong>Deprecation Date</strong></th>\n<th>End of Life Date</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>v1.0</td>\n<td>December 2019</td>\n<td>TBD</td>\n<td>TBD</td>\n</tr>\n</tbody>\n</table>\n</div>","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{token}}"}]},"isInherited":true,"source":{"_postman_id":"8869d7bd-0788-46cf-8d20-ac14f428a8ec","id":"8869d7bd-0788-46cf-8d20-ac14f428a8ec","name":"EndUser API","type":"collection"}},"urlObject":{"path":["customerintegrationapi","v1.0","CustomerPortal","{{id}}","Deactivate"],"host":["https://connect.dcbankapi.ca:35344"],"query":[],"variable":[]}},"response":[],"_postman_id":"f5d797f0-2ada-4e4d-9a5a-0f534b8f678c"},{"name":"Activate Portal","id":"631803fa-0a42-42cb-a336-f10f350781ec","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[],"url":"https://connect.dcbankapi.ca:35344/customerintegrationapi/v1.0/CustomerPortal/{{id}}/Activate","description":"<h3 id=\"description\">Description</h3>\n<p>Deactivates portal by ID.</p>\n<p>Only users which has role \"Cardholder_Admin\" could have access to this endpoint.</p>\n<h3 id=\"request-parameters\">Request Parameters</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Name</strong></th>\n<th><strong>Type</strong></th>\n<th><strong>Max Length</strong></th>\n<th><strong>Description</strong></th>\n<th><strong>Required/ Optonal</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Id</td>\n<td><em>Numeric</em></td>\n<td>-</td>\n<td>The ID of the portal.</td>\n<td><strong>Required</strong></td>\n</tr>\n</tbody>\n</table>\n</div><h3 id=\"response-parameters\">Response Parameters</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Name</th>\n<th>Type</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td></td>\n<td></td>\n<td></td>\n</tr>\n</tbody>\n</table>\n</div><h3 id=\"error-codes\">Error Codes</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Error Code</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>ActivateCustomerPortalOp01</td>\n<td>Portal with id {id} not found.</td>\n</tr>\n</tbody>\n</table>\n</div><h3 id=\"version\">Version</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Version Supported</th>\n<th>Date Released</th>\n<th><strong>Deprecation Date</strong></th>\n<th>End of Life Date</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>v1.0</td>\n<td>December 2019</td>\n<td>TBD</td>\n<td>TBD</td>\n</tr>\n</tbody>\n</table>\n</div>","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{token}}"}]},"isInherited":true,"source":{"_postman_id":"8869d7bd-0788-46cf-8d20-ac14f428a8ec","id":"8869d7bd-0788-46cf-8d20-ac14f428a8ec","name":"EndUser API","type":"collection"}},"urlObject":{"path":["customerintegrationapi","v1.0","CustomerPortal","{{id}}","Activate"],"host":["https://connect.dcbankapi.ca:35344"],"query":[],"variable":[]}},"response":[],"_postman_id":"631803fa-0a42-42cb-a336-f10f350781ec"},{"name":"Get All Clients","id":"f649c1a6-3ae8-4ebf-8755-f6e8fe81d0ce","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://connect.dcbankapi.ca:35344/customerintegrationapi/v1.0/CustomerPortal/Clients","description":"<h3 id=\"description\">Description</h3>\n<p>Returns information about all clients who have access to the cardholder portal.</p>\n<h3 id=\"request-parameters\">Request Parameters</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Name</th>\n<th>Type</th>\n<th>Max Length</th>\n<th>Description</th>\n<th>Required/ Optional</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td></td>\n<td></td>\n<td></td>\n<td></td>\n<td></td>\n</tr>\n</tbody>\n</table>\n</div><h3 id=\"response-parameters\">Response Parameters</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Name</th>\n<th>Type</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>UniqueClientId</td>\n<td><em>Numeric</em></td>\n<td>The clients unique ID.</td>\n</tr>\n<tr>\n<td>Id</td>\n<td><em>Numeric</em></td>\n<td>The ID of the portal.</td>\n</tr>\n<tr>\n<td>Name</td>\n<td><em>String</em></td>\n<td>The name of the client.</td>\n</tr>\n<tr>\n<td>Email</td>\n<td><em>String</em></td>\n<td>The email connected to the client account.</td>\n</tr>\n</tbody>\n</table>\n</div><h3 id=\"related-errors\">Related Errors</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Error Code</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td></td>\n<td></td>\n</tr>\n</tbody>\n</table>\n</div><h3 id=\"version\">Version</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Version Supported</th>\n<th>Date Released</th>\n<th><strong>Deprecation Date</strong></th>\n<th>End of Life Date</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>v1.0</td>\n<td>December 2019</td>\n<td>TBD</td>\n<td>TBD</td>\n</tr>\n</tbody>\n</table>\n</div>","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{token}}"}]},"isInherited":true,"source":{"_postman_id":"8869d7bd-0788-46cf-8d20-ac14f428a8ec","id":"8869d7bd-0788-46cf-8d20-ac14f428a8ec","name":"EndUser API","type":"collection"}},"urlObject":{"path":["customerintegrationapi","v1.0","CustomerPortal","Clients"],"host":["https://connect.dcbankapi.ca:35344"],"query":[],"variable":[]}},"response":[{"id":"e1b68cf7-55d6-4379-8ce0-90e060022339","name":"Get All Customers","originalRequest":{"method":"GET","header":[],"url":"https://connect.dcbankapi.ca:35344/customerintegrationapi/v1.0/CustomerPortal/Clients"},"_postman_previewlanguage":null,"header":null,"cookie":[],"responseTime":null,"body":"{\r\n    \"ErrorCode\": \"0\",\r\n    \"ErrorDescription\": null,\r\n    \"StackTrace\": null,\r\n    \"Item\": [\r\n        {\r\n            \"UniqueClientId\": 3,\r\n            \"Id\": 2,\r\n            \"Name\": \"Hope Street\",\r\n            \"Email\": \"hope@hope.ca\"\r\n        }\r\n    ],\r\n    \"IsSucceeded\": true,\r\n    \"ErrorList\": [],\r\n    \"ParameterList\": []\r\n}"}],"_postman_id":"f649c1a6-3ae8-4ebf-8755-f6e8fe81d0ce"},{"name":"Get Configuration","id":"0baab8d2-30d1-4811-909d-34e4e3a67724","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"description":"<h3 id=\"description\">Description</h3>\n<p>Returns the programs in which current logged in user has access to:</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Name</strong></th>\n<th><strong>Description</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>PREPAID</td>\n<td>Access to CardHolder Portal.</td>\n</tr>\n<tr>\n<td>ETRANSFER</td>\n<td>Send e-transfer payments.</td>\n</tr>\n<tr>\n<td>BILL</td>\n<td>Pay Bills.</td>\n</tr>\n</tbody>\n</table>\n</div><h3 id=\"related-errors\">Related Errors</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Error Code</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td></td>\n<td></td>\n</tr>\n</tbody>\n</table>\n</div><h3 id=\"version\">Version</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Version Supported</th>\n<th>Date Released</th>\n<th><strong>Deprecation Date</strong></th>\n<th>End of Life Date</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>v1.0</td>\n<td>December 2019</td>\n<td>TBD</td>\n<td>TBD</td>\n</tr>\n</tbody>\n</table>\n</div>","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{token}}"}]},"isInherited":true,"source":{"_postman_id":"8869d7bd-0788-46cf-8d20-ac14f428a8ec","id":"8869d7bd-0788-46cf-8d20-ac14f428a8ec","name":"EndUser API","type":"collection"}},"urlObject":{"query":[],"variable":[]},"url":""},"response":[{"id":"79c1d5ca-f465-4d4d-a1b0-5bad66a2853a","name":"Get Configuration","originalRequest":{"method":"GET","header":[],"url":"https://connect.dcbankapi.ca:35344/customerintegrationapi/v1.0/CustomerPortal/Config"},"_postman_previewlanguage":null,"header":null,"cookie":[],"responseTime":null,"body":"{\r\n    \"ErrorCode\": \"0\",\r\n    \"ErrorDescription\": null,\r\n    \"StackTrace\": null,\r\n    \"Item\": [\r\n        \"ETRANSFER\"\r\n    ],\r\n    \"IsSucceeded\": true,\r\n    \"ErrorList\": [],\r\n    \"ParameterList\": []\r\n}"}],"_postman_id":"0baab8d2-30d1-4811-909d-34e4e3a67724"},{"name":"Get Audit Log By Id","id":"d1fa6da8-2708-4253-9f20-44d79c0695cb","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"GET","header":[],"body":{"mode":"raw","raw":"{\r\n    \"ClientPortalId\": 3,\r\n    \"FromDate\": null,\r\n    \"ToDate\": null\r\n}","options":{"raw":{"language":"json"}}},"url":"https://connect.dcbankapi.ca:35344/customerintegrationapi/v1.0/CustomerPortal/GetAuditLogById","description":"<h3 id=\"description\">Description</h3>\n<p>Enter a detailed description of the API.</p>\n<h3 id=\"request-parameters\">Request Parameters</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Name</th>\n<th>Type</th>\n<th>Max Length</th>\n<th>Description</th>\n<th>Required/ Optional</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>ClientPortalId</td>\n<td><em>Numeric</em></td>\n<td>-</td>\n<td>The clients portal ID.</td>\n<td><strong>Required</strong></td>\n</tr>\n<tr>\n<td>FromDate</td>\n<td><em>DateTime</em></td>\n<td>yyyy-mm-dd</td>\n<td>The from date to search by.</td>\n<td><strong>Required</strong></td>\n</tr>\n<tr>\n<td>ToDate</td>\n<td><em>DateTime</em></td>\n<td>yyyy-mm-dd</td>\n<td>The till date to search by.</td>\n<td><strong>Required</strong></td>\n</tr>\n</tbody>\n</table>\n</div><h3 id=\"response-parameters\">Response Parameters</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Name</th>\n<th>Type</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td></td>\n<td></td>\n<td></td>\n</tr>\n</tbody>\n</table>\n</div><h3 id=\"related-errors\">Related Errors</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Error Code</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td></td>\n<td></td>\n</tr>\n</tbody>\n</table>\n</div><h3 id=\"version\">Version</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Version Supported</th>\n<th>Date Released</th>\n<th><strong>Deprecation Date</strong></th>\n<th>End of Life Date</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>v1.0</td>\n<td>December 2019</td>\n<td>TBD</td>\n<td>TBD</td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"path":["customerintegrationapi","v1.0","CustomerPortal","GetAuditLogById"],"host":["https://connect.dcbankapi.ca:35344"],"query":[],"variable":[]}},"response":[],"_postman_id":"d1fa6da8-2708-4253-9f20-44d79c0695cb"}],"id":"97ba26fc-a420-4145-ba68-da6749ef8f7a","_postman_id":"97ba26fc-a420-4145-ba68-da6749ef8f7a","description":"","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{token}}"}]},"isInherited":true,"source":{"_postman_id":"8869d7bd-0788-46cf-8d20-ac14f428a8ec","id":"8869d7bd-0788-46cf-8d20-ac14f428a8ec","name":"EndUser API","type":"collection"}}},{"name":"Transaction","item":[{"name":"Search Customer Activities Account Transaction","id":"6d5b277a-7831-4c2f-8067-b618d8c8c248","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{token}}"}]},"isInherited":false},"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"FromDate\": \"2021-09-28 00:00:00\",\r\n    \"ToDate\": \"2023-07-26 00:00:00\",\r\n    \"AccountIds\": [ 81987 ]\r\n}","options":{"raw":{"language":"json"}}},"url":"https://connect.dcbankapi.ca:35344/customerintegrationapi/v1.0/Transaction/SearchCustomerActivitiesAccountTransaction","description":"<h3 id=\"description\">Description</h3>\n<p>Enter a detailed description of the API.</p>\n<h3 id=\"request-parameters\">Request Parameters</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Name</th>\n<th>Type</th>\n<th>Max Length</th>\n<th>Description</th>\n<th>Required/ Optional</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>FromDate</td>\n<td><em>DateTime</em></td>\n<td>yyyy-mm-dd</td>\n<td>The from date to search by.</td>\n<td><strong>Required</strong></td>\n</tr>\n<tr>\n<td>ToDate</td>\n<td><em>DateTime</em></td>\n<td>yyyy-mm-dd</td>\n<td>The till date to search by.</td>\n<td><strong>Required</strong></td>\n</tr>\n<tr>\n<td>AccountId</td>\n<td><em>Numeric</em></td>\n<td>-</td>\n<td>The account ID.</td>\n<td><strong>Required</strong></td>\n</tr>\n</tbody>\n</table>\n</div><h3 id=\"response-parameters\">Response Parameters</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Name</th>\n<th>Type</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Id</td>\n<td><em>Numeric</em></td>\n<td>The customer ID.</td>\n</tr>\n<tr>\n<td>UniqueClientId</td>\n<td><em>Numeric</em></td>\n<td>Te client ID.</td>\n</tr>\n<tr>\n<td>TransactionDate</td>\n<td><em>DateTime</em></td>\n<td>The date of the transaction.</td>\n</tr>\n<tr>\n<td>TimeZoneOffsetMinutes</td>\n<td><em>Numeric</em></td>\n<td>Time zone offset value in minutes.</td>\n</tr>\n<tr>\n<td>Amount</td>\n<td><em>Decimal</em></td>\n<td>Transaction amount.</td>\n</tr>\n<tr>\n<td>ReferenceNumber</td>\n<td><em>Numeric</em></td>\n<td>The reference number of the transaction.</td>\n</tr>\n<tr>\n<td>Description</td>\n<td><em>String</em></td>\n<td>A description of the transaction.</td>\n</tr>\n<tr>\n<td>TransactionType</td>\n<td><em>String</em></td>\n<td>The type of the transaction.</td>\n</tr>\n<tr>\n<td>TransactionTypeId</td>\n<td><em>Numeric</em></td>\n<td>The ID oft he transaction type.</td>\n</tr>\n<tr>\n<td>CurrencySymbol</td>\n<td><em>Symbol</em></td>\n<td>The symbol of currency ($).</td>\n</tr>\n<tr>\n<td>CurrencyCode</td>\n<td><em>Numeric</em></td>\n<td>The currency code (CAD).</td>\n</tr>\n<tr>\n<td>CurrencyDesc</td>\n<td><em>String</em></td>\n<td>A description of the currency code (Canadian Dollar).</td>\n</tr>\n<tr>\n<td>AmountDisplay</td>\n<td><em>String</em></td>\n<td>The amount displayed with the currently symbol.</td>\n</tr>\n<tr>\n<td>TransactionAccountId</td>\n<td><em>Numeric</em></td>\n<td>The transaction account ID.</td>\n</tr>\n<tr>\n<td>ChannelType</td>\n<td><em>String</em></td>\n<td>The program type.</td>\n</tr>\n<tr>\n<td>UniqueClientName</td>\n<td><em>String</em></td>\n<td>The clients unique name.</td>\n</tr>\n<tr>\n<td>SourceCurrencyCode</td>\n<td><em>String</em></td>\n<td>The currency code of the source.</td>\n</tr>\n<tr>\n<td>SourceAccountNumber</td>\n<td><em>Numeric</em></td>\n<td>The account number of the source.</td>\n</tr>\n<tr>\n<td>SourceAccountName</td>\n<td><em>String</em></td>\n<td>The account name of the source.</td>\n</tr>\n<tr>\n<td>DestinationAccountNumber</td>\n<td><em>Numeric</em></td>\n<td>The destination account number.</td>\n</tr>\n<tr>\n<td>DestinationAccountName</td>\n<td><em>String</em></td>\n<td>The name of the destination account.</td>\n</tr>\n<tr>\n<td>DestinationCustomerName</td>\n<td><em>String</em></td>\n<td>The name of the destination customer.</td>\n</tr>\n<tr>\n<td>AccountNumber</td>\n<td><em>Numeric</em></td>\n<td>The account number.</td>\n</tr>\n<tr>\n<td>AccountName</td>\n<td><em>String</em></td>\n<td>The account name.</td>\n</tr>\n<tr>\n<td>AccountId</td>\n<td><em>Numeric</em></td>\n<td>The account ID.</td>\n</tr>\n<tr>\n<td>IBAN</td>\n<td><em>String</em></td>\n<td>The IBAN.</td>\n</tr>\n<tr>\n<td>RemainingBalance</td>\n<td><em>Decimal</em></td>\n<td>Remaining account balance.</td>\n</tr>\n<tr>\n<td>SenderName</td>\n<td><em>String</em></td>\n<td>The name of the sender.</td>\n</tr>\n<tr>\n<td>SenderBank</td>\n<td><em>String</em></td>\n<td>The senders bank.</td>\n</tr>\n<tr>\n<td>SenderShortName</td>\n<td><em>String</em></td>\n<td>The short name of the sender.</td>\n</tr>\n<tr>\n<td>InteracReferenceNumber</td>\n<td><em>String</em></td>\n<td>The Interac CA reference number.</td>\n</tr>\n<tr>\n<td>SummaryDescription</td>\n<td><em>String</em></td>\n<td>A summary description.</td>\n</tr>\n<tr>\n<td>F43Name</td>\n<td><em>String</em></td>\n<td>F43 Name.</td>\n</tr>\n<tr>\n<td>WalletBalance</td>\n<td><em>Decimal</em></td>\n<td>The wallet balance.</td>\n</tr>\n<tr>\n<td>SettlementStatus</td>\n<td><em>String</em></td>\n<td>The status of settlement.</td>\n</tr>\n<tr>\n<td>NoOfTransaction</td>\n<td><em>Numeric</em></td>\n<td>The number of transactions.</td>\n</tr>\n<tr>\n<td>SettlementDate</td>\n<td><em>DateTime</em></td>\n<td>The date the settlement occurred.</td>\n</tr>\n<tr>\n<td>FeeTypeDesc</td>\n<td><em>String</em></td>\n<td>A description of the fee type.</td>\n</tr>\n</tbody>\n</table>\n</div><h3 id=\"related-errors\">Related Errors</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Error Code</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td></td>\n<td></td>\n</tr>\n</tbody>\n</table>\n</div><h3 id=\"version\">Version</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Version Supported</th>\n<th>Date Released</th>\n<th><strong>Deprecation Date</strong></th>\n<th>End of Life Date</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>v1.0</td>\n<td>December 2019</td>\n<td>TBD</td>\n<td>TBD</td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"path":["customerintegrationapi","v1.0","Transaction","SearchCustomerActivitiesAccountTransaction"],"host":["https://connect.dcbankapi.ca:35344"],"query":[],"variable":[]}},"response":[{"id":"e85ee0cc-2c16-4268-a7c0-e721dde18cd8","name":"Success","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"FromDate\": \"2021-09-28 00:00:00\",\r\n    \"ToDate\": \"2023-07-26 00:00:00\",\r\n    \"AccountIds\": [ 81987 ]\r\n}","options":{"raw":{"language":"json"}}},"url":"https://connect.dcbankapi.ca:35344/customerintegrationapi/v1.0/Transaction/SearchCustomerActivitiesAccountTransaction"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Thu, 27 Jul 2023 10:17:19 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Server","value":"nginx/1.23.4"},{"key":"Content-Encoding","value":"br"},{"key":"Vary","value":"Accept-Encoding"}],"cookie":[],"responseTime":null,"body":"{\n    \"ErrorCode\": \"0\",\n    \"ErrorDescription\": \"Successfull\",\n    \"StackTrace\": null,\n    \"Item\": [\n        {\n            \"Id\": 0,\n            \"UniqueClientId\": 1,\n            \"TransactionDate\": \"2023-07-25T18:46:21.14\",\n            \"TimeZoneOffsetMinutes\": -240,\n            \"Amount\": -12,\n            \"ReferenceNumber\": \"100000000004964867\",\n            \"Description\": \" Bill Payment of $12 has been paid on 07/25/2023 18:46 PM - -\",\n            \"TransactionType\": \"Sent\",\n            \"TransactionTypeId\": null,\n            \"CurrencySymbol\": \"$\",\n            \"CurrencyCode\": null,\n            \"CurrencyDesc\": null,\n            \"AmountDisplay\": null,\n            \"TransactionAccountId\": null,\n            \"ChannelType\": \"BILLPAYMENT\",\n            \"UniqueClientName\": \"DCBank Demo\",\n            \"SourceCurrencyCode\": \"CAD\",\n            \"SourceAccountNumber\": \"524043007\",\n            \"SourceAccountName\": \"PrePaid Wallet Account\",\n            \"DestinationAccountNumber\": \"133690529\",\n            \"DestinationAccountName\": \"TelpaySettlementAccount\",\n            \"DestinationCustomerName\": \"Craig  Whitby\",\n            \"AccountNumber\": 524043007,\n            \"AccountName\": \"PrePaid Wallet Account\",\n            \"AccountId\": 81987,\n            \"IBAN\": null,\n            \"RemainingBalance\": 306.21,\n            \"SenderName\": \"DCBank Demo\",\n            \"SenderBank\": \"DCBank Demo\",\n            \"SenderShortName\": \"-\",\n            \"InteracReferenceNumber\": \"-\",\n            \"SummaryDescription\": \"Bill Payment Sent\",\n            \"F43Name\": \"\",\n            \"WalletBalance\": \"\",\n            \"SettlementStatus\": \"\",\n            \"NoOfTransaction\": 0,\n            \"SettlementDate\": null,\n            \"FeeTypeDesc\": \"\"\n        },\n        {\n            \"Id\": 0,\n            \"UniqueClientId\": 1,\n            \"TransactionDate\": \"2023-07-25T18:36:52.803\",\n            \"TimeZoneOffsetMinutes\": -240,\n            \"Amount\": -12,\n            \"ReferenceNumber\": \"100000000004964808\",\n            \"Description\": \" Bill Payment of $12 has been paid on 07/25/2023 18:36 PM - Notes\",\n            \"TransactionType\": \"Sent\",\n            \"TransactionTypeId\": null,\n            \"CurrencySymbol\": \"$\",\n            \"CurrencyCode\": null,\n            \"CurrencyDesc\": null,\n            \"AmountDisplay\": null,\n            \"TransactionAccountId\": null,\n            \"ChannelType\": \"BILLPAYMENT\",\n            \"UniqueClientName\": \"DCBank Demo\",\n            \"SourceCurrencyCode\": \"CAD\",\n            \"SourceAccountNumber\": \"524043007\",\n            \"SourceAccountName\": \"PrePaid Wallet Account\",\n            \"DestinationAccountNumber\": \"133690529\",\n            \"DestinationAccountName\": \"TelpaySettlementAccount\",\n            \"DestinationCustomerName\": \"Craig  Whitby\",\n            \"AccountNumber\": 524043007,\n            \"AccountName\": \"PrePaid Wallet Account\",\n            \"AccountId\": 81987,\n            \"IBAN\": null,\n            \"RemainingBalance\": 318.21,\n            \"SenderName\": \"DCBank Demo\",\n            \"SenderBank\": \"DCBank Demo\",\n            \"SenderShortName\": \"-\",\n            \"InteracReferenceNumber\": \"-\",\n            \"SummaryDescription\": \"Bill Payment Sent\",\n            \"F43Name\": \"\",\n            \"WalletBalance\": \"\",\n            \"SettlementStatus\": \"\",\n            \"NoOfTransaction\": 0,\n            \"SettlementDate\": null,\n            \"FeeTypeDesc\": \"\"\n        },\n        {\n            \"Id\": 0,\n            \"UniqueClientId\": 1,\n            \"TransactionDate\": \"2023-07-25T18:36:05.59\",\n            \"TimeZoneOffsetMinutes\": -240,\n            \"Amount\": -10,\n            \"ReferenceNumber\": \"100000000004964800\",\n            \"Description\": \" Bill Payment of $10 has been paid on 07/25/2023 18:36 PM - 1321321\",\n            \"TransactionType\": \"Sent\",\n            \"TransactionTypeId\": null,\n            \"CurrencySymbol\": \"$\",\n            \"CurrencyCode\": null,\n            \"CurrencyDesc\": null,\n            \"AmountDisplay\": null,\n            \"TransactionAccountId\": null,\n            \"ChannelType\": \"BILLPAYMENT\",\n            \"UniqueClientName\": \"DCBank Demo\",\n            \"SourceCurrencyCode\": \"CAD\",\n            \"SourceAccountNumber\": \"524043007\",\n            \"SourceAccountName\": \"PrePaid Wallet Account\",\n            \"DestinationAccountNumber\": \"133690529\",\n            \"DestinationAccountName\": \"TelpaySettlementAccount\",\n            \"DestinationCustomerName\": \"Craig  Whitby\",\n            \"AccountNumber\": 524043007,\n            \"AccountName\": \"PrePaid Wallet Account\",\n            \"AccountId\": 81987,\n            \"IBAN\": null,\n            \"RemainingBalance\": 330.21,\n            \"SenderName\": \"DCBank Demo\",\n            \"SenderBank\": \"DCBank Demo\",\n            \"SenderShortName\": \"-\",\n            \"InteracReferenceNumber\": \"-\",\n            \"SummaryDescription\": \"Bill Payment Sent\",\n            \"F43Name\": \"\",\n            \"WalletBalance\": \"\",\n            \"SettlementStatus\": \"\",\n            \"NoOfTransaction\": 0,\n            \"SettlementDate\": null,\n            \"FeeTypeDesc\": \"\"\n        },\n        {\n            \"Id\": 0,\n            \"UniqueClientId\": 1,\n            \"TransactionDate\": \"2023-07-25T18:24:12.267\",\n            \"TimeZoneOffsetMinutes\": -240,\n            \"Amount\": -10,\n            \"ReferenceNumber\": \"100000000004964741\",\n            \"Description\": \"$10 has been withdrawn from your account number 524043007 on 07/25/2023 10:24 PM. F-F\",\n            \"TransactionType\": \"Sent\",\n            \"TransactionTypeId\": null,\n            \"CurrencySymbol\": \"$\",\n            \"CurrencyCode\": null,\n            \"CurrencyDesc\": null,\n            \"AmountDisplay\": null,\n            \"TransactionAccountId\": null,\n            \"ChannelType\": \"ETRANSFER\",\n            \"UniqueClientName\": \"DCBank Demo\",\n            \"SourceCurrencyCode\": \"CAD\",\n            \"SourceAccountNumber\": \"524043007\",\n            \"SourceAccountName\": \"PrePaid Wallet Account\",\n            \"DestinationAccountNumber\": \"0\",\n            \"DestinationAccountName\": \"teryn.dunham@dcbank.ca\",\n            \"DestinationCustomerName\": \"Test Teryn\",\n            \"AccountNumber\": 524043007,\n            \"AccountName\": \"PrePaid Wallet Account\",\n            \"AccountId\": 81987,\n            \"IBAN\": null,\n            \"RemainingBalance\": 340.21,\n            \"SenderName\": \"DCBank Demo\",\n            \"SenderBank\": \"\",\n            \"SenderShortName\": \"-\",\n            \"InteracReferenceNumber\": \"CAjXWDht\",\n            \"SummaryDescription\": \"e-Transfer Sent\",\n            \"F43Name\": \"\",\n            \"WalletBalance\": \"\",\n            \"SettlementStatus\": \"\",\n            \"NoOfTransaction\": 0,\n            \"SettlementDate\": null,\n            \"FeeTypeDesc\": \"\"\n        },\n        {\n            \"Id\": 0,\n            \"UniqueClientId\": 1,\n            \"TransactionDate\": \"2023-07-24T03:20:30.707\",\n            \"TimeZoneOffsetMinutes\": -240,\n            \"Amount\": 10,\n            \"ReferenceNumber\": \"100000000004852918\",\n            \"Description\": \"Cancelled $10 has been withdrawn from your account number 524043007 on 06/23/2023 01:55 PM. -\",\n            \"TransactionType\": \"Received\",\n            \"TransactionTypeId\": null,\n            \"CurrencySymbol\": \"$\",\n            \"CurrencyCode\": null,\n            \"CurrencyDesc\": null,\n            \"AmountDisplay\": null,\n            \"TransactionAccountId\": null,\n            \"ChannelType\": \"ETRANSFER\",\n            \"UniqueClientName\": \"DCBank Demo\",\n            \"SourceCurrencyCode\": \"CAD\",\n            \"SourceAccountNumber\": \"-\",\n            \"SourceAccountName\": \"susan@dcbank.ca\",\n            \"DestinationAccountNumber\": \"524043007\",\n            \"DestinationAccountName\": \"PrePaid Wallet Account\",\n            \"DestinationCustomerName\": \"DCBank Demo\",\n            \"AccountNumber\": 524043007,\n            \"AccountName\": \"PrePaid Wallet Account\",\n            \"AccountId\": 81987,\n            \"IBAN\": null,\n            \"RemainingBalance\": 350.21,\n            \"SenderName\": \"DCBank Demo\",\n            \"SenderBank\": \"\",\n            \"SenderShortName\": \"-\",\n            \"InteracReferenceNumber\": \"CAZW5SSp\",\n            \"SummaryDescription\": \"eTransfer Sent 23/06/2023\",\n            \"F43Name\": \"\",\n            \"WalletBalance\": \"\",\n            \"SettlementStatus\": \"\",\n            \"NoOfTransaction\": 0,\n            \"SettlementDate\": null,\n            \"FeeTypeDesc\": \"\"\n        },\n        {\n            \"Id\": 0,\n            \"UniqueClientId\": 1,\n            \"TransactionDate\": \"2023-07-22T03:22:31.323\",\n            \"TimeZoneOffsetMinutes\": -240,\n            \"Amount\": 19,\n            \"ReferenceNumber\": \"100000000004851303\",\n            \"Description\": \"Cancelled $19 has been withdrawn from your account number 524043007 on 06/21/2023 04:26 PM. -\",\n            \"TransactionType\": \"Received\",\n            \"TransactionTypeId\": null,\n            \"CurrencySymbol\": \"$\",\n            \"CurrencyCode\": null,\n            \"CurrencyDesc\": null,\n            \"AmountDisplay\": null,\n            \"TransactionAccountId\": null,\n            \"ChannelType\": \"ETRANSFER\",\n            \"UniqueClientName\": \"DCBank Demo\",\n            \"SourceCurrencyCode\": \"CAD\",\n            \"SourceAccountNumber\": \"-\",\n            \"SourceAccountName\": \"craig.whitby+prepaid@dcbank.ca\",\n            \"DestinationAccountNumber\": \"524043007\",\n            \"DestinationAccountName\": \"PrePaid Wallet Account\",\n            \"DestinationCustomerName\": \"DCBank Demo\",\n            \"AccountNumber\": 524043007,\n            \"AccountName\": \"PrePaid Wallet Account\",\n            \"AccountId\": 81987,\n            \"IBAN\": null,\n            \"RemainingBalance\": 340.21,\n            \"SenderName\": \"DCBank Demo\",\n            \"SenderBank\": \"\",\n            \"SenderShortName\": \"-\",\n            \"InteracReferenceNumber\": \"CA2GBpym\",\n            \"SummaryDescription\": \"eTransfer Sent 21/06/2023\",\n            \"F43Name\": \"\",\n            \"WalletBalance\": \"\",\n            \"SettlementStatus\": \"\",\n            \"NoOfTransaction\": 0,\n            \"SettlementDate\": null,\n            \"FeeTypeDesc\": \"\"\n        },\n        {\n            \"Id\": 0,\n            \"UniqueClientId\": 1,\n            \"TransactionDate\": \"2023-07-22T03:16:47.753\",\n            \"TimeZoneOffsetMinutes\": -240,\n            \"Amount\": 5.25,\n            \"ReferenceNumber\": \"100000000004851291\",\n            \"Description\": \"Cancelled $5.25 has been withdrawn from your account number 524043007 on 06/21/2023 03:55 PM. -\",\n            \"TransactionType\": \"Received\",\n            \"TransactionTypeId\": null,\n            \"CurrencySymbol\": \"$\",\n            \"CurrencyCode\": null,\n            \"CurrencyDesc\": null,\n            \"AmountDisplay\": null,\n            \"TransactionAccountId\": null,\n            \"ChannelType\": \"ETRANSFER\",\n            \"UniqueClientName\": \"DCBank Demo\",\n            \"SourceCurrencyCode\": \"CAD\",\n            \"SourceAccountNumber\": \"-\",\n            \"SourceAccountName\": \"craig.whitby+prepaid@dcbank.ca\",\n            \"DestinationAccountNumber\": \"524043007\",\n            \"DestinationAccountName\": \"PrePaid Wallet Account\",\n            \"DestinationCustomerName\": \"DCBank Demo\",\n            \"AccountNumber\": 524043007,\n            \"AccountName\": \"PrePaid Wallet Account\",\n            \"AccountId\": 81987,\n            \"IBAN\": null,\n            \"RemainingBalance\": 321.21,\n            \"SenderName\": \"DCBank Demo\",\n            \"SenderBank\": \"\",\n            \"SenderShortName\": \"-\",\n            \"InteracReferenceNumber\": \"CAQg76ma\",\n            \"SummaryDescription\": \"eTransfer Sent 21/06/2023\",\n            \"F43Name\": \"\",\n            \"WalletBalance\": \"\",\n            \"SettlementStatus\": \"\",\n            \"NoOfTransaction\": 0,\n            \"SettlementDate\": null,\n            \"FeeTypeDesc\": \"\"\n        },\n        {\n            \"Id\": 0,\n            \"UniqueClientId\": 1,\n            \"TransactionDate\": \"2023-07-20T15:35:50.527\",\n            \"TimeZoneOffsetMinutes\": -240,\n            \"Amount\": 10,\n            \"ReferenceNumber\": \"100000000004940978\",\n            \"Description\": \"Cancelled $10 has been withdrawn from your account number 524043007 on 07/19/2023 01:08 PM. -\",\n            \"TransactionType\": \"Received\",\n            \"TransactionTypeId\": null,\n            \"CurrencySymbol\": \"$\",\n            \"CurrencyCode\": null,\n            \"CurrencyDesc\": null,\n            \"AmountDisplay\": null,\n            \"TransactionAccountId\": null,\n            \"ChannelType\": \"ETRANSFER\",\n            \"UniqueClientName\": \"DCBank Demo\",\n            \"SourceCurrencyCode\": \"CAD\",\n            \"SourceAccountNumber\": \"-\",\n            \"SourceAccountName\": \"susan@dcbank.ca\",\n            \"DestinationAccountNumber\": \"524043007\",\n            \"DestinationAccountName\": \"PrePaid Wallet Account\",\n            \"DestinationCustomerName\": \"DCBank Demo\",\n            \"AccountNumber\": 524043007,\n            \"AccountName\": \"PrePaid Wallet Account\",\n            \"AccountId\": 81987,\n            \"IBAN\": null,\n            \"RemainingBalance\": 315.96,\n            \"SenderName\": \"DCBank Demo\",\n            \"SenderBank\": \"\",\n            \"SenderShortName\": \"-\",\n            \"InteracReferenceNumber\": \"CAkavhfH\",\n            \"SummaryDescription\": \"eTransfer Sent 19/07/2023\",\n            \"F43Name\": \"\",\n            \"WalletBalance\": \"\",\n            \"SettlementStatus\": \"\",\n            \"NoOfTransaction\": 0,\n            \"SettlementDate\": null,\n            \"FeeTypeDesc\": \"\"\n        },\n        {\n            \"Id\": 0,\n            \"UniqueClientId\": 1,\n            \"TransactionDate\": \"2023-07-20T15:01:42.227\",\n            \"TimeZoneOffsetMinutes\": -240,\n            \"Amount\": -100,\n            \"ReferenceNumber\": \"100000000004944526\",\n            \"Description\": \"$100 has been withdrawn from your account number 524043007 on 07/20/2023 07:01 PM. -\",\n            \"TransactionType\": \"Sent\",\n            \"TransactionTypeId\": null,\n            \"CurrencySymbol\": \"$\",\n            \"CurrencyCode\": null,\n            \"CurrencyDesc\": null,\n            \"AmountDisplay\": null,\n            \"TransactionAccountId\": null,\n            \"ChannelType\": \"ETRANSFER\",\n            \"UniqueClientName\": \"DCBank Demo\",\n            \"SourceCurrencyCode\": \"CAD\",\n            \"SourceAccountNumber\": \"524043007\",\n            \"SourceAccountName\": \"PrePaid Wallet Account\",\n            \"DestinationAccountNumber\": \"0\",\n            \"DestinationAccountName\": \"dummy@somedomain.com\",\n            \"DestinationCustomerName\": \"Craig Whitby\",\n            \"AccountNumber\": 524043007,\n            \"AccountName\": \"PrePaid Wallet Account\",\n            \"AccountId\": 81987,\n            \"IBAN\": null,\n            \"RemainingBalance\": 305.96,\n            \"SenderName\": \"DCBank Demo\",\n            \"SenderBank\": \"\",\n            \"SenderShortName\": \"-\",\n            \"InteracReferenceNumber\": \"CA36v83v\",\n            \"SummaryDescription\": \"e-Transfer Sent\",\n            \"F43Name\": \"\",\n            \"WalletBalance\": \"\",\n            \"SettlementStatus\": \"\",\n            \"NoOfTransaction\": 0,\n            \"SettlementDate\": null,\n            \"FeeTypeDesc\": \"\"\n        },\n        {\n            \"Id\": 0,\n            \"UniqueClientId\": 1,\n            \"TransactionDate\": \"2023-07-20T13:47:54.227\",\n            \"TimeZoneOffsetMinutes\": -240,\n            \"Amount\": -100,\n            \"ReferenceNumber\": \"100000000004944389\",\n            \"Description\": \" Bill Payment of $100 has been paid on 07/20/2023 13:47 PM - -\",\n            \"TransactionType\": \"Sent\",\n            \"TransactionTypeId\": null,\n            \"CurrencySymbol\": \"$\",\n            \"CurrencyCode\": null,\n            \"CurrencyDesc\": null,\n            \"AmountDisplay\": null,\n            \"TransactionAccountId\": null,\n            \"ChannelType\": \"BILLPAYMENT\",\n            \"UniqueClientName\": \"DCBank Demo\",\n            \"SourceCurrencyCode\": \"CAD\",\n            \"SourceAccountNumber\": \"524043007\",\n            \"SourceAccountName\": \"PrePaid Wallet Account\",\n            \"DestinationAccountNumber\": \"133690529\",\n            \"DestinationAccountName\": \"TelpaySettlementAccount\",\n            \"DestinationCustomerName\": \"Craig  Whitby\",\n            \"AccountNumber\": 524043007,\n            \"AccountName\": \"PrePaid Wallet Account\",\n            \"AccountId\": 81987,\n            \"IBAN\": null,\n            \"RemainingBalance\": 405.96,\n            \"SenderName\": \"DCBank Demo\",\n            \"SenderBank\": \"DCBank Demo\",\n            \"SenderShortName\": \"-\",\n            \"InteracReferenceNumber\": \"-\",\n            \"SummaryDescription\": \"Bill Payment Sent\",\n            \"F43Name\": \"\",\n            \"WalletBalance\": \"\",\n            \"SettlementStatus\": \"\",\n            \"NoOfTransaction\": 0,\n            \"SettlementDate\": null,\n            \"FeeTypeDesc\": \"\"\n        },\n        {\n            \"Id\": 0,\n            \"UniqueClientId\": 1,\n            \"TransactionDate\": \"2023-07-19T18:23:13.857\",\n            \"TimeZoneOffsetMinutes\": -240,\n            \"Amount\": -10,\n            \"ReferenceNumber\": \"100000000004942106\",\n            \"Description\": \" Bill Payment of $10 has been paid on 07/19/2023 18:23 PM - Notes\",\n            \"TransactionType\": \"Sent\",\n            \"TransactionTypeId\": null,\n            \"CurrencySymbol\": \"$\",\n            \"CurrencyCode\": null,\n            \"CurrencyDesc\": null,\n            \"AmountDisplay\": null,\n            \"TransactionAccountId\": null,\n            \"ChannelType\": \"BILLPAYMENT\",\n            \"UniqueClientName\": \"DCBank Demo\",\n            \"SourceCurrencyCode\": \"CAD\",\n            \"SourceAccountNumber\": \"524043007\",\n            \"SourceAccountName\": \"PrePaid Wallet Account\",\n            \"DestinationAccountNumber\": \"133690529\",\n            \"DestinationAccountName\": \"TelpaySettlementAccount\",\n            \"DestinationCustomerName\": \"Craig  Whitby\",\n            \"AccountNumber\": 524043007,\n            \"AccountName\": \"PrePaid Wallet Account\",\n            \"AccountId\": 81987,\n            \"IBAN\": null,\n            \"RemainingBalance\": 505.96,\n            \"SenderName\": \"DCBank Demo\",\n            \"SenderBank\": \"DCBank Demo\",\n            \"SenderShortName\": \"-\",\n            \"InteracReferenceNumber\": \"-\",\n            \"SummaryDescription\": \"Bill Payment Sent\",\n            \"F43Name\": \"\",\n            \"WalletBalance\": \"\",\n            \"SettlementStatus\": \"\",\n            \"NoOfTransaction\": 0,\n            \"SettlementDate\": null,\n            \"FeeTypeDesc\": \"\"\n        },\n        {\n            \"Id\": 0,\n            \"UniqueClientId\": 1,\n            \"TransactionDate\": \"2023-07-19T09:08:24.3\",\n            \"TimeZoneOffsetMinutes\": -240,\n            \"Amount\": -10,\n            \"ReferenceNumber\": \"100000000004940978\",\n            \"Description\": \"$10 has been withdrawn from your account number 524043007 on 07/19/2023 01:08 PM. -\",\n            \"TransactionType\": \"Sent\",\n            \"TransactionTypeId\": null,\n            \"CurrencySymbol\": \"$\",\n            \"CurrencyCode\": null,\n            \"CurrencyDesc\": null,\n            \"AmountDisplay\": null,\n            \"TransactionAccountId\": null,\n            \"ChannelType\": \"ETRANSFER\",\n            \"UniqueClientName\": \"DCBank Demo\",\n            \"SourceCurrencyCode\": \"CAD\",\n            \"SourceAccountNumber\": \"524043007\",\n            \"SourceAccountName\": \"PrePaid Wallet Account\",\n            \"DestinationAccountNumber\": \"0\",\n            \"DestinationAccountName\": \"susan@dcbank.ca\",\n            \"DestinationCustomerName\": \"Susan Elias\",\n            \"AccountNumber\": 524043007,\n            \"AccountName\": \"PrePaid Wallet Account\",\n            \"AccountId\": 81987,\n            \"IBAN\": null,\n            \"RemainingBalance\": 515.96,\n            \"SenderName\": \"DCBank Demo\",\n            \"SenderBank\": \"\",\n            \"SenderShortName\": \"-\",\n            \"InteracReferenceNumber\": \"CAkavhfH\",\n            \"SummaryDescription\": \"e-Transfer Sent\",\n            \"F43Name\": \"\",\n            \"WalletBalance\": \"\",\n            \"SettlementStatus\": \"\",\n            \"NoOfTransaction\": 0,\n            \"SettlementDate\": null,\n            \"FeeTypeDesc\": \"\"\n        },\n        {\n            \"Id\": 0,\n            \"UniqueClientId\": 1,\n            \"TransactionDate\": \"2023-07-17T13:14:35.193\",\n            \"TimeZoneOffsetMinutes\": -240,\n            \"Amount\": -0.04,\n            \"ReferenceNumber\": \"100000000004936115\",\n            \"Description\": \" Bill Payment of $0.04 has been paid on 07/17/2023 13:14 PM - -\",\n            \"TransactionType\": \"Sent\",\n            \"TransactionTypeId\": null,\n            \"CurrencySymbol\": \"$\",\n            \"CurrencyCode\": null,\n            \"CurrencyDesc\": null,\n            \"AmountDisplay\": null,\n            \"TransactionAccountId\": null,\n            \"ChannelType\": \"BILLPAYMENT\",\n            \"UniqueClientName\": \"DCBank Demo\",\n            \"SourceCurrencyCode\": \"CAD\",\n            \"SourceAccountNumber\": \"524043007\",\n            \"SourceAccountName\": \"PrePaid Wallet Account\",\n            \"DestinationAccountNumber\": \"133690529\",\n            \"DestinationAccountName\": \"TelpaySettlementAccount\",\n            \"DestinationCustomerName\": \"Craig  Whitby\",\n            \"AccountNumber\": 524043007,\n            \"AccountName\": \"PrePaid Wallet Account\",\n            \"AccountId\": 81987,\n            \"IBAN\": null,\n            \"RemainingBalance\": 525.96,\n            \"SenderName\": \"DCBank Demo\",\n            \"SenderBank\": \"DCBank Demo\",\n            \"SenderShortName\": \"-\",\n            \"InteracReferenceNumber\": \"-\",\n            \"SummaryDescription\": \"Bill Payment Sent\",\n            \"F43Name\": \"\",\n            \"WalletBalance\": \"\",\n            \"SettlementStatus\": \"\",\n            \"NoOfTransaction\": 0,\n            \"SettlementDate\": null,\n            \"FeeTypeDesc\": \"\"\n        },\n        {\n            \"Id\": 0,\n            \"UniqueClientId\": 1,\n            \"TransactionDate\": \"2023-07-17T12:57:30.9\",\n            \"TimeZoneOffsetMinutes\": -240,\n            \"Amount\": -0.01,\n            \"ReferenceNumber\": \"100000000004936080\",\n            \"Description\": \" Bill Payment of $0.01 has been paid on 07/17/2023 12:57 PM - -\",\n            \"TransactionType\": \"Sent\",\n            \"TransactionTypeId\": null,\n            \"CurrencySymbol\": \"$\",\n            \"CurrencyCode\": null,\n            \"CurrencyDesc\": null,\n            \"AmountDisplay\": null,\n            \"TransactionAccountId\": null,\n            \"ChannelType\": \"BILLPAYMENT\",\n            \"UniqueClientName\": \"DCBank Demo\",\n            \"SourceCurrencyCode\": \"CAD\",\n            \"SourceAccountNumber\": \"524043007\",\n            \"SourceAccountName\": \"PrePaid Wallet Account\",\n            \"DestinationAccountNumber\": \"133690529\",\n            \"DestinationAccountName\": \"TelpaySettlementAccount\",\n            \"DestinationCustomerName\": \"Craig  Whitby\",\n            \"AccountNumber\": 524043007,\n            \"AccountName\": \"PrePaid Wallet Account\",\n            \"AccountId\": 81987,\n            \"IBAN\": null,\n            \"RemainingBalance\": 526,\n            \"SenderName\": \"DCBank Demo\",\n            \"SenderBank\": \"DCBank Demo\",\n            \"SenderShortName\": \"-\",\n            \"InteracReferenceNumber\": \"-\",\n            \"SummaryDescription\": \"Bill Payment Sent\",\n            \"F43Name\": \"\",\n            \"WalletBalance\": \"\",\n            \"SettlementStatus\": \"\",\n            \"NoOfTransaction\": 0,\n            \"SettlementDate\": null,\n            \"FeeTypeDesc\": \"\"\n        },\n        {\n            \"Id\": 0,\n            \"UniqueClientId\": 1,\n            \"TransactionDate\": \"2023-07-14T14:55:26.727\",\n            \"TimeZoneOffsetMinutes\": -240,\n            \"Amount\": -11,\n            \"ReferenceNumber\": \"100000000004881074\",\n            \"Description\": \" Bill Payment of $11 has been paid on 07/14/2023 14:55 PM - -\",\n            \"TransactionType\": \"Sent\",\n            \"TransactionTypeId\": null,\n            \"CurrencySymbol\": \"$\",\n            \"CurrencyCode\": null,\n            \"CurrencyDesc\": null,\n            \"AmountDisplay\": null,\n            \"TransactionAccountId\": null,\n            \"ChannelType\": \"BILLPAYMENT\",\n            \"UniqueClientName\": \"DCBank Demo\",\n            \"SourceCurrencyCode\": \"CAD\",\n            \"SourceAccountNumber\": \"524043007\",\n            \"SourceAccountName\": \"PrePaid Wallet Account\",\n            \"DestinationAccountNumber\": \"133690529\",\n            \"DestinationAccountName\": \"TelpaySettlementAccount\",\n            \"DestinationCustomerName\": \"Craig  Whitby\",\n            \"AccountNumber\": 524043007,\n            \"AccountName\": \"PrePaid Wallet Account\",\n            \"AccountId\": 81987,\n            \"IBAN\": null,\n            \"RemainingBalance\": 526.01,\n            \"SenderName\": \"DCBank Demo\",\n            \"SenderBank\": \"DCBank Demo\",\n            \"SenderShortName\": \"-\",\n            \"InteracReferenceNumber\": \"-\",\n            \"SummaryDescription\": \"Bill Payment Sent\",\n            \"F43Name\": \"\",\n            \"WalletBalance\": \"\",\n            \"SettlementStatus\": \"\",\n            \"NoOfTransaction\": 0,\n            \"SettlementDate\": null,\n            \"FeeTypeDesc\": \"\"\n        },\n        {\n            \"Id\": 0,\n            \"UniqueClientId\": 1,\n            \"TransactionDate\": \"2023-07-14T14:49:49.217\",\n            \"TimeZoneOffsetMinutes\": -240,\n            \"Amount\": -11,\n            \"ReferenceNumber\": \"100000000004881058\",\n            \"Description\": \" Bill Payment of $11 has been paid on 07/14/2023 14:49 PM - -\",\n            \"TransactionType\": \"Sent\",\n            \"TransactionTypeId\": null,\n            \"CurrencySymbol\": \"$\",\n            \"CurrencyCode\": null,\n            \"CurrencyDesc\": null,\n            \"AmountDisplay\": null,\n            \"TransactionAccountId\": null,\n            \"ChannelType\": \"BILLPAYMENT\",\n            \"UniqueClientName\": \"DCBank Demo\",\n            \"SourceCurrencyCode\": \"CAD\",\n            \"SourceAccountNumber\": \"524043007\",\n            \"SourceAccountName\": \"PrePaid Wallet Account\",\n            \"DestinationAccountNumber\": \"133690529\",\n            \"DestinationAccountName\": \"TelpaySettlementAccount\",\n            \"DestinationCustomerName\": \"Craig  Whitby\",\n            \"AccountNumber\": 524043007,\n            \"AccountName\": \"PrePaid Wallet Account\",\n            \"AccountId\": 81987,\n            \"IBAN\": null,\n            \"RemainingBalance\": 537.01,\n            \"SenderName\": \"DCBank Demo\",\n            \"SenderBank\": \"DCBank Demo\",\n            \"SenderShortName\": \"-\",\n            \"InteracReferenceNumber\": \"-\",\n            \"SummaryDescription\": \"Bill Payment Sent\",\n            \"F43Name\": \"\",\n            \"WalletBalance\": \"\",\n            \"SettlementStatus\": \"\",\n            \"NoOfTransaction\": 0,\n            \"SettlementDate\": null,\n            \"FeeTypeDesc\": \"\"\n        },\n        {\n            \"Id\": 0,\n            \"UniqueClientId\": 1,\n            \"TransactionDate\": \"2023-07-14T14:08:00.273\",\n            \"TimeZoneOffsetMinutes\": -240,\n            \"Amount\": -10,\n            \"ReferenceNumber\": \"100000000004880959\",\n            \"Description\": \"$10 has been withdrawn from your account number 524043007 on 07/14/2023 06:08 PM. EMAIL-EMAIL\",\n            \"TransactionType\": \"Sent\",\n            \"TransactionTypeId\": null,\n            \"CurrencySymbol\": \"$\",\n            \"CurrencyCode\": null,\n            \"CurrencyDesc\": null,\n            \"AmountDisplay\": null,\n            \"TransactionAccountId\": null,\n            \"ChannelType\": \"ETRANSFER\",\n            \"UniqueClientName\": \"DCBank Demo\",\n            \"SourceCurrencyCode\": \"CAD\",\n            \"SourceAccountNumber\": \"524043007\",\n            \"SourceAccountName\": \"PrePaid Wallet Account\",\n            \"DestinationAccountNumber\": \"0\",\n            \"DestinationAccountName\": \"tdunham232@gmail.com\",\n            \"DestinationCustomerName\": \"Request Money\",\n            \"AccountNumber\": 524043007,\n            \"AccountName\": \"PrePaid Wallet Account\",\n            \"AccountId\": 81987,\n            \"IBAN\": null,\n            \"RemainingBalance\": 548.01,\n            \"SenderName\": \"DCBank Demo\",\n            \"SenderBank\": \"\",\n            \"SenderShortName\": \"-\",\n            \"InteracReferenceNumber\": \"C1Aqee28UTNh\",\n            \"SummaryDescription\": \"e-Transfer Sent\",\n            \"F43Name\": \"\",\n            \"WalletBalance\": \"\",\n            \"SettlementStatus\": \"\",\n            \"NoOfTransaction\": 0,\n            \"SettlementDate\": null,\n            \"FeeTypeDesc\": \"\"\n        },\n        {\n            \"Id\": 0,\n            \"UniqueClientId\": 1,\n            \"TransactionDate\": \"2023-07-13T17:21:30.467\",\n            \"TimeZoneOffsetMinutes\": -240,\n            \"Amount\": -10,\n            \"ReferenceNumber\": \"100000000004878558\",\n            \"Description\": \" Bill Payment of $10 has been paid on 07/13/2023 17:21 PM - Notes\",\n            \"TransactionType\": \"Sent\",\n            \"TransactionTypeId\": null,\n            \"CurrencySymbol\": \"$\",\n            \"CurrencyCode\": null,\n            \"CurrencyDesc\": null,\n            \"AmountDisplay\": null,\n            \"TransactionAccountId\": null,\n            \"ChannelType\": \"BILLPAYMENT\",\n            \"UniqueClientName\": \"DCBank Demo\",\n            \"SourceCurrencyCode\": \"CAD\",\n            \"SourceAccountNumber\": \"524043007\",\n            \"SourceAccountName\": \"PrePaid Wallet Account\",\n            \"DestinationAccountNumber\": \"133690529\",\n            \"DestinationAccountName\": \"TelpaySettlementAccount\",\n            \"DestinationCustomerName\": \"Craig  Whitby\",\n            \"AccountNumber\": 524043007,\n            \"AccountName\": \"PrePaid Wallet Account\",\n            \"AccountId\": 81987,\n            \"IBAN\": null,\n            \"RemainingBalance\": 558.01,\n            \"SenderName\": \"DCBank Demo\",\n            \"SenderBank\": \"DCBank Demo\",\n            \"SenderShortName\": \"-\",\n            \"InteracReferenceNumber\": \"-\",\n            \"SummaryDescription\": \"Bill Payment Sent\",\n            \"F43Name\": \"\",\n            \"WalletBalance\": \"\",\n            \"SettlementStatus\": \"\",\n            \"NoOfTransaction\": 0,\n            \"SettlementDate\": null,\n            \"FeeTypeDesc\": \"\"\n        },\n        {\n            \"Id\": 0,\n            \"UniqueClientId\": 1,\n            \"TransactionDate\": \"2023-07-13T14:54:45.027\",\n            \"TimeZoneOffsetMinutes\": -240,\n            \"Amount\": -10.01,\n            \"ReferenceNumber\": \"100000000004878287\",\n            \"Description\": \"$10.01 has been withdrawn from your account number 524043007 on 07/13/2023 06:54 PM. SMS-SMS\",\n            \"TransactionType\": \"Sent\",\n            \"TransactionTypeId\": null,\n            \"CurrencySymbol\": \"$\",\n            \"CurrencyCode\": null,\n            \"CurrencyDesc\": null,\n            \"AmountDisplay\": null,\n            \"TransactionAccountId\": null,\n            \"ChannelType\": \"ETRANSFER\",\n            \"UniqueClientName\": \"DCBank Demo\",\n            \"SourceCurrencyCode\": \"CAD\",\n            \"SourceAccountNumber\": \"524043007\",\n            \"SourceAccountName\": \"PrePaid Wallet Account\",\n            \"DestinationAccountNumber\": \"0\",\n            \"DestinationAccountName\": \"whitelabel@card.ca\",\n            \"DestinationCustomerName\": \"Tester L\",\n            \"AccountNumber\": 524043007,\n            \"AccountName\": \"PrePaid Wallet Account\",\n            \"AccountId\": 81987,\n            \"IBAN\": null,\n            \"RemainingBalance\": 568.01,\n            \"SenderName\": \"DCBank Demo\",\n            \"SenderBank\": \"\",\n            \"SenderShortName\": \"-\",\n            \"InteracReferenceNumber\": \"CAt6wWdj\",\n            \"SummaryDescription\": \"e-Transfer Sent\",\n            \"F43Name\": \"\",\n            \"WalletBalance\": \"\",\n            \"SettlementStatus\": \"\",\n            \"NoOfTransaction\": 0,\n            \"SettlementDate\": null,\n            \"FeeTypeDesc\": \"\"\n        },\n        {\n            \"Id\": 0,\n            \"UniqueClientId\": 1,\n            \"TransactionDate\": \"2023-07-13T13:54:06.927\",\n            \"TimeZoneOffsetMinutes\": -240,\n            \"Amount\": 10.01,\n            \"ReferenceNumber\": \"100000000004878191\",\n            \"Description\": \"$10.01 has been deposited to your account numbered 524043007 on 07/13/2023 05:54 PM. (Money request response ref no C1FBH2Q6vWqn)-100\",\n            \"TransactionType\": \"Received\",\n            \"TransactionTypeId\": null,\n            \"CurrencySymbol\": \"$\",\n            \"CurrencyCode\": null,\n            \"CurrencyDesc\": null,\n            \"AmountDisplay\": null,\n            \"TransactionAccountId\": null,\n            \"ChannelType\": \"ETRANSFER\",\n            \"UniqueClientName\": \"DCBank Demo\",\n            \"SourceCurrencyCode\": \"CAD\",\n            \"SourceAccountNumber\": \"524043007\",\n            \"SourceAccountName\": \"PrePaid Wallet Account\",\n            \"DestinationAccountNumber\": \"0\",\n            \"DestinationAccountName\": \"teryn.dunham@dcbank.ca\",\n            \"DestinationCustomerName\": \"Test Teryn\",\n            \"AccountNumber\": 524043007,\n            \"AccountName\": \"PrePaid Wallet Account\",\n            \"AccountId\": 81987,\n            \"IBAN\": null,\n            \"RemainingBalance\": 578.02,\n            \"SenderName\": \"DCBank Demo\",\n            \"SenderBank\": \"\",\n            \"SenderShortName\": \"-\",\n            \"InteracReferenceNumber\": \"CA1MRxMD7UfH\",\n            \"SummaryDescription\": \"e-Transfer Received\",\n            \"F43Name\": \"\",\n            \"WalletBalance\": \"\",\n            \"SettlementStatus\": \"\",\n            \"NoOfTransaction\": 0,\n            \"SettlementDate\": null,\n            \"FeeTypeDesc\": \"\"\n        },\n        {\n            \"Id\": 0,\n            \"UniqueClientId\": 1,\n            \"TransactionDate\": \"2023-07-13T12:48:29.727\",\n            \"TimeZoneOffsetMinutes\": -240,\n            \"Amount\": -10,\n            \"ReferenceNumber\": \"100000000004878115\",\n            \"Description\": \" Bill Payment of $10 has been paid on 07/13/2023 12:48 PM - Message\",\n            \"TransactionType\": \"Sent\",\n            \"TransactionTypeId\": null,\n            \"CurrencySymbol\": \"$\",\n            \"CurrencyCode\": null,\n            \"CurrencyDesc\": null,\n            \"AmountDisplay\": null,\n            \"TransactionAccountId\": null,\n            \"ChannelType\": \"BILLPAYMENT\",\n            \"UniqueClientName\": \"DCBank Demo\",\n            \"SourceCurrencyCode\": \"CAD\",\n            \"SourceAccountNumber\": \"524043007\",\n            \"SourceAccountName\": \"PrePaid Wallet Account\",\n            \"DestinationAccountNumber\": \"133690529\",\n            \"DestinationAccountName\": \"TelpaySettlementAccount\",\n            \"DestinationCustomerName\": \"Craig  Whitby\",\n            \"AccountNumber\": 524043007,\n            \"AccountName\": \"PrePaid Wallet Account\",\n            \"AccountId\": 81987,\n            \"IBAN\": null,\n            \"RemainingBalance\": 568.01,\n            \"SenderName\": \"DCBank Demo\",\n            \"SenderBank\": \"DCBank Demo\",\n            \"SenderShortName\": \"-\",\n            \"InteracReferenceNumber\": \"-\",\n            \"SummaryDescription\": \"Bill Payment Sent\",\n            \"F43Name\": \"\",\n            \"WalletBalance\": \"\",\n            \"SettlementStatus\": \"\",\n            \"NoOfTransaction\": 0,\n            \"SettlementDate\": null,\n            \"FeeTypeDesc\": \"\"\n        },\n        {\n            \"Id\": 0,\n            \"UniqueClientId\": 1,\n            \"TransactionDate\": \"2023-07-13T10:04:48.697\",\n            \"TimeZoneOffsetMinutes\": -240,\n            \"Amount\": 2.31,\n            \"ReferenceNumber\": \"100000000004857906\",\n            \"Description\": \"Cancelled $2.31 has been withdrawn from your account number 524043007 on 06/29/2023 10:08 PM. -\",\n            \"TransactionType\": \"Received\",\n            \"TransactionTypeId\": null,\n            \"CurrencySymbol\": \"$\",\n            \"CurrencyCode\": null,\n            \"CurrencyDesc\": null,\n            \"AmountDisplay\": null,\n            \"TransactionAccountId\": null,\n            \"ChannelType\": \"ETRANSFER\",\n            \"UniqueClientName\": \"DCBank Demo\",\n            \"SourceCurrencyCode\": \"CAD\",\n            \"SourceAccountNumber\": \"-\",\n            \"SourceAccountName\": \"susan@dcbank.ca\",\n            \"DestinationAccountNumber\": \"524043007\",\n            \"DestinationAccountName\": \"PrePaid Wallet Account\",\n            \"DestinationCustomerName\": \"DCBank Demo\",\n            \"AccountNumber\": 524043007,\n            \"AccountName\": \"PrePaid Wallet Account\",\n            \"AccountId\": 81987,\n            \"IBAN\": null,\n            \"RemainingBalance\": 578.01,\n            \"SenderName\": \"DCBank Demo\",\n            \"SenderBank\": \"\",\n            \"SenderShortName\": \"-\",\n            \"InteracReferenceNumber\": \"CAMUmw6q\",\n            \"SummaryDescription\": \"eTransfer Sent 29/06/2023\",\n            \"F43Name\": \"\",\n            \"WalletBalance\": \"\",\n            \"SettlementStatus\": \"\",\n            \"NoOfTransaction\": 0,\n            \"SettlementDate\": null,\n            \"FeeTypeDesc\": \"\"\n        },\n        {\n            \"Id\": 0,\n            \"UniqueClientId\": 1,\n            \"TransactionDate\": \"2023-07-13T09:56:09.073\",\n            \"TimeZoneOffsetMinutes\": -240,\n            \"Amount\": 3.21,\n            \"ReferenceNumber\": \"100000000004873812\",\n            \"Description\": \"Cancelled $3.21 has been withdrawn from your account number 524043007 on 07/11/2023 04:29 PM. Test1-Test1\",\n            \"TransactionType\": \"Received\",\n            \"TransactionTypeId\": null,\n            \"CurrencySymbol\": \"$\",\n            \"CurrencyCode\": null,\n            \"CurrencyDesc\": null,\n            \"AmountDisplay\": null,\n            \"TransactionAccountId\": null,\n            \"ChannelType\": \"ETRANSFER\",\n            \"UniqueClientName\": \"DCBank Demo\",\n            \"SourceCurrencyCode\": \"CAD\",\n            \"SourceAccountNumber\": \"-\",\n            \"SourceAccountName\": \"susan@dcbank.ca\",\n            \"DestinationAccountNumber\": \"524043007\",\n            \"DestinationAccountName\": \"PrePaid Wallet Account\",\n            \"DestinationCustomerName\": \"DCBank Demo\",\n            \"AccountNumber\": 524043007,\n            \"AccountName\": \"PrePaid Wallet Account\",\n            \"AccountId\": 81987,\n            \"IBAN\": null,\n            \"RemainingBalance\": 575.7,\n            \"SenderName\": \"DCBank Demo\",\n            \"SenderBank\": \"\",\n            \"SenderShortName\": \"-\",\n            \"InteracReferenceNumber\": \"CAE5Z2Gg\",\n            \"SummaryDescription\": \"eTransfer Sent 11/07/2023\",\n            \"F43Name\": \"\",\n            \"WalletBalance\": \"\",\n            \"SettlementStatus\": \"\",\n            \"NoOfTransaction\": 0,\n            \"SettlementDate\": null,\n            \"FeeTypeDesc\": \"\"\n        },\n        {\n            \"Id\": 0,\n            \"UniqueClientId\": 1,\n            \"TransactionDate\": \"2023-07-13T08:30:40.943\",\n            \"TimeZoneOffsetMinutes\": -240,\n            \"Amount\": -5,\n            \"ReferenceNumber\": \"100000000004877706\",\n            \"Description\": \" Bill Payment of $5 has been paid on 07/13/2023 08:30 AM - Test\",\n            \"TransactionType\": \"Sent\",\n            \"TransactionTypeId\": null,\n            \"CurrencySymbol\": \"$\",\n            \"CurrencyCode\": null,\n            \"CurrencyDesc\": null,\n            \"AmountDisplay\": null,\n            \"TransactionAccountId\": null,\n            \"ChannelType\": \"BILLPAYMENT\",\n            \"UniqueClientName\": \"DCBank Demo\",\n            \"SourceCurrencyCode\": \"CAD\",\n            \"SourceAccountNumber\": \"524043007\",\n            \"SourceAccountName\": \"PrePaid Wallet Account\",\n            \"DestinationAccountNumber\": \"133690529\",\n            \"DestinationAccountName\": \"TelpaySettlementAccount\",\n            \"DestinationCustomerName\": \"Craig  Whitby\",\n            \"AccountNumber\": 524043007,\n            \"AccountName\": \"PrePaid Wallet Account\",\n            \"AccountId\": 81987,\n            \"IBAN\": null,\n            \"RemainingBalance\": 572.49,\n            \"SenderName\": \"DCBank Demo\",\n            \"SenderBank\": \"DCBank Demo\",\n            \"SenderShortName\": \"-\",\n            \"InteracReferenceNumber\": \"-\",\n            \"SummaryDescription\": \"Bill Payment Sent\",\n            \"F43Name\": \"\",\n            \"WalletBalance\": \"\",\n            \"SettlementStatus\": \"\",\n            \"NoOfTransaction\": 0,\n            \"SettlementDate\": null,\n            \"FeeTypeDesc\": \"\"\n        },\n        {\n            \"Id\": 0,\n            \"UniqueClientId\": 1,\n            \"TransactionDate\": \"2023-07-12T18:56:21.897\",\n            \"TimeZoneOffsetMinutes\": -240,\n            \"Amount\": 500,\n            \"ReferenceNumber\": \"100000000004876701\",\n            \"Description\": \"Cancelled $500 has been withdrawn from your account number 524043007 on 07/12/2023 10:55 PM. -\",\n            \"TransactionType\": \"Received\",\n            \"TransactionTypeId\": null,\n            \"CurrencySymbol\": \"$\",\n            \"CurrencyCode\": null,\n            \"CurrencyDesc\": null,\n            \"AmountDisplay\": null,\n            \"TransactionAccountId\": null,\n            \"ChannelType\": \"ETRANSFER\",\n            \"UniqueClientName\": \"DCBank Demo\",\n            \"SourceCurrencyCode\": \"CAD\",\n            \"SourceAccountNumber\": \"-\",\n            \"SourceAccountName\": \"susan@dcbank.ca\",\n            \"DestinationAccountNumber\": \"524043007\",\n            \"DestinationAccountName\": \"PrePaid Wallet Account\",\n            \"DestinationCustomerName\": \"DCBank Demo\",\n            \"AccountNumber\": 524043007,\n            \"AccountName\": \"PrePaid Wallet Account\",\n            \"AccountId\": 81987,\n            \"IBAN\": null,\n            \"RemainingBalance\": 577.49,\n            \"SenderName\": \"DCBank Demo\",\n            \"SenderBank\": \"\",\n            \"SenderShortName\": \"-\",\n            \"InteracReferenceNumber\": \"CAnhW8GP\",\n            \"SummaryDescription\": \"eTransfer Sent 12/07/2023\",\n            \"F43Name\": \"\",\n            \"WalletBalance\": \"\",\n            \"SettlementStatus\": \"\",\n            \"NoOfTransaction\": 0,\n            \"SettlementDate\": null,\n            \"FeeTypeDesc\": \"\"\n        },\n        {\n            \"Id\": 0,\n            \"UniqueClientId\": 1,\n            \"TransactionDate\": \"2023-07-12T18:55:57.383\",\n            \"TimeZoneOffsetMinutes\": -240,\n            \"Amount\": -500,\n            \"ReferenceNumber\": \"100000000004876701\",\n            \"Description\": \"$500 has been withdrawn from your account number 524043007 on 07/12/2023 10:55 PM. -\",\n            \"TransactionType\": \"Sent\",\n            \"TransactionTypeId\": null,\n            \"CurrencySymbol\": \"$\",\n            \"CurrencyCode\": null,\n            \"CurrencyDesc\": null,\n            \"AmountDisplay\": null,\n            \"TransactionAccountId\": null,\n            \"ChannelType\": \"ETRANSFER\",\n            \"UniqueClientName\": \"DCBank Demo\",\n            \"SourceCurrencyCode\": \"CAD\",\n            \"SourceAccountNumber\": \"524043007\",\n            \"SourceAccountName\": \"PrePaid Wallet Account\",\n            \"DestinationAccountNumber\": \"0\",\n            \"DestinationAccountName\": \"susan@dcbank.ca\",\n            \"DestinationCustomerName\": \"Susan Elias\",\n            \"AccountNumber\": 524043007,\n            \"AccountName\": \"PrePaid Wallet Account\",\n            \"AccountId\": 81987,\n            \"IBAN\": null,\n            \"RemainingBalance\": 77.49,\n            \"SenderName\": \"DCBank Demo\",\n            \"SenderBank\": \"\",\n            \"SenderShortName\": \"-\",\n            \"InteracReferenceNumber\": \"CAnhW8GP\",\n            \"SummaryDescription\": \"e-Transfer Sent\",\n            \"F43Name\": \"\",\n            \"WalletBalance\": \"\",\n            \"SettlementStatus\": \"\",\n            \"NoOfTransaction\": 0,\n            \"SettlementDate\": null,\n            \"FeeTypeDesc\": \"\"\n        },\n        {\n            \"Id\": 0,\n            \"UniqueClientId\": 1,\n            \"TransactionDate\": \"2023-07-12T18:43:04.853\",\n            \"TimeZoneOffsetMinutes\": -240,\n            \"Amount\": 200,\n            \"ReferenceNumber\": \"100000000004876674\",\n            \"Description\": \"Cancelled $200 has been withdrawn from your account number 524043007 on 07/12/2023 10:41 PM. -\",\n            \"TransactionType\": \"Received\",\n            \"TransactionTypeId\": null,\n            \"CurrencySymbol\": \"$\",\n            \"CurrencyCode\": null,\n            \"CurrencyDesc\": null,\n            \"AmountDisplay\": null,\n            \"TransactionAccountId\": null,\n            \"ChannelType\": \"ETRANSFER\",\n            \"UniqueClientName\": \"DCBank Demo\",\n            \"SourceCurrencyCode\": \"CAD\",\n            \"SourceAccountNumber\": \"-\",\n            \"SourceAccountName\": \"alexa1@mail.com\",\n            \"DestinationAccountNumber\": \"524043007\",\n            \"DestinationAccountName\": \"PrePaid Wallet Account\",\n            \"DestinationCustomerName\": \"DCBank Demo\",\n            \"AccountNumber\": 524043007,\n            \"AccountName\": \"PrePaid Wallet Account\",\n            \"AccountId\": 81987,\n            \"IBAN\": null,\n            \"RemainingBalance\": 577.49,\n            \"SenderName\": \"DCBank Demo\",\n            \"SenderBank\": \"\",\n            \"SenderShortName\": \"-\",\n            \"InteracReferenceNumber\": \"CADJp5VF\",\n            \"SummaryDescription\": \"eTransfer Sent 12/07/2023\",\n            \"F43Name\": \"\",\n            \"WalletBalance\": \"\",\n            \"SettlementStatus\": \"\",\n            \"NoOfTransaction\": 0,\n            \"SettlementDate\": null,\n            \"FeeTypeDesc\": \"\"\n        },\n        {\n            \"Id\": 0,\n            \"UniqueClientId\": 1,\n            \"TransactionDate\": \"2023-07-12T18:41:03.587\",\n            \"TimeZoneOffsetMinutes\": -240,\n            \"Amount\": -200,\n            \"ReferenceNumber\": \"100000000004876674\",\n            \"Description\": \"$200 has been withdrawn from your account number 524043007 on 07/12/2023 10:41 PM. -\",\n            \"TransactionType\": \"Sent\",\n            \"TransactionTypeId\": null,\n            \"CurrencySymbol\": \"$\",\n            \"CurrencyCode\": null,\n            \"CurrencyDesc\": null,\n            \"AmountDisplay\": null,\n            \"TransactionAccountId\": null,\n            \"ChannelType\": \"ETRANSFER\",\n            \"UniqueClientName\": \"DCBank Demo\",\n            \"SourceCurrencyCode\": \"CAD\",\n            \"SourceAccountNumber\": \"524043007\",\n            \"SourceAccountName\": \"PrePaid Wallet Account\",\n            \"DestinationAccountNumber\": \"0\",\n            \"DestinationAccountName\": \"alexa1@mail.com\",\n            \"DestinationCustomerName\": \"alex kim\",\n            \"AccountNumber\": 524043007,\n            \"AccountName\": \"PrePaid Wallet Account\",\n            \"AccountId\": 81987,\n            \"IBAN\": null,\n            \"RemainingBalance\": 377.49,\n            \"SenderName\": \"DCBank Demo\",\n            \"SenderBank\": \"\",\n            \"SenderShortName\": \"-\",\n            \"InteracReferenceNumber\": \"CADJp5VF\",\n            \"SummaryDescription\": \"e-Transfer Sent\",\n            \"F43Name\": \"\",\n            \"WalletBalance\": \"\",\n            \"SettlementStatus\": \"\",\n            \"NoOfTransaction\": 0,\n            \"SettlementDate\": null,\n            \"FeeTypeDesc\": \"\"\n        },\n        {\n            \"Id\": 0,\n            \"UniqueClientId\": 1,\n            \"TransactionDate\": \"2023-07-12T18:35:38.437\",\n            \"TimeZoneOffsetMinutes\": -240,\n            \"Amount\": 2.35,\n            \"ReferenceNumber\": \"100000000004873999\",\n            \"Description\": \"Cancelled $2.35 has been withdrawn from your account number 524043007 on 07/11/2023 06:42 PM. -\",\n            \"TransactionType\": \"Received\",\n            \"TransactionTypeId\": null,\n            \"CurrencySymbol\": \"$\",\n            \"CurrencyCode\": null,\n            \"CurrencyDesc\": null,\n            \"AmountDisplay\": null,\n            \"TransactionAccountId\": null,\n            \"ChannelType\": \"ETRANSFER\",\n            \"UniqueClientName\": \"DCBank Demo\",\n            \"SourceCurrencyCode\": \"CAD\",\n            \"SourceAccountNumber\": \"-\",\n            \"SourceAccountName\": \"teryn.dunham@dcbank.ca\",\n            \"DestinationAccountNumber\": \"524043007\",\n            \"DestinationAccountName\": \"PrePaid Wallet Account\",\n            \"DestinationCustomerName\": \"DCBank Demo\",\n            \"AccountNumber\": 524043007,\n            \"AccountName\": \"PrePaid Wallet Account\",\n            \"AccountId\": 81987,\n            \"IBAN\": null,\n            \"RemainingBalance\": 577.49,\n            \"SenderName\": \"DCBank Demo\",\n            \"SenderBank\": \"\",\n            \"SenderShortName\": \"-\",\n            \"InteracReferenceNumber\": \"CAXYY23S\",\n            \"SummaryDescription\": \"eTransfer Sent 11/07/2023\",\n            \"F43Name\": \"\",\n            \"WalletBalance\": \"\",\n            \"SettlementStatus\": \"\",\n            \"NoOfTransaction\": 0,\n            \"SettlementDate\": null,\n            \"FeeTypeDesc\": \"\"\n        },\n        {\n            \"Id\": 0,\n            \"UniqueClientId\": 1,\n            \"TransactionDate\": \"2023-07-11T17:34:09.513\",\n            \"TimeZoneOffsetMinutes\": -240,\n            \"Amount\": -111,\n            \"ReferenceNumber\": \"100000000004874286\",\n            \"Description\": \" Bill Payment of $111 has been paid on 07/11/2023 17:34 PM - 111\",\n            \"TransactionType\": \"Sent\",\n            \"TransactionTypeId\": null,\n            \"CurrencySymbol\": \"$\",\n            \"CurrencyCode\": null,\n            \"CurrencyDesc\": null,\n            \"AmountDisplay\": null,\n            \"TransactionAccountId\": null,\n            \"ChannelType\": \"BILLPAYMENT\",\n            \"UniqueClientName\": \"DCBank Demo\",\n            \"SourceCurrencyCode\": \"CAD\",\n            \"SourceAccountNumber\": \"524043007\",\n            \"SourceAccountName\": \"PrePaid Wallet Account\",\n            \"DestinationAccountNumber\": \"133690529\",\n            \"DestinationAccountName\": \"TelpaySettlementAccount\",\n            \"DestinationCustomerName\": \"Craig  Whitby\",\n            \"AccountNumber\": 524043007,\n            \"AccountName\": \"PrePaid Wallet Account\",\n            \"AccountId\": 81987,\n            \"IBAN\": null,\n            \"RemainingBalance\": 575.14,\n            \"SenderName\": \"DCBank Demo\",\n            \"SenderBank\": \"DCBank Demo\",\n            \"SenderShortName\": \"-\",\n            \"InteracReferenceNumber\": \"-\",\n            \"SummaryDescription\": \"Bill Payment Sent\",\n            \"F43Name\": \"\",\n            \"WalletBalance\": \"\",\n            \"SettlementStatus\": \"\",\n            \"NoOfTransaction\": 0,\n            \"SettlementDate\": null,\n            \"FeeTypeDesc\": \"\"\n        },\n        {\n            \"Id\": 0,\n            \"UniqueClientId\": 1,\n            \"TransactionDate\": \"2023-07-11T17:23:14.543\",\n            \"TimeZoneOffsetMinutes\": -240,\n            \"Amount\": -10,\n            \"ReferenceNumber\": \"100000000004874264\",\n            \"Description\": \" Bill Payment of $10 has been paid on 07/11/2023 17:23 PM - -\",\n            \"TransactionType\": \"Sent\",\n            \"TransactionTypeId\": null,\n            \"CurrencySymbol\": \"$\",\n            \"CurrencyCode\": null,\n            \"CurrencyDesc\": null,\n            \"AmountDisplay\": null,\n            \"TransactionAccountId\": null,\n            \"ChannelType\": \"BILLPAYMENT\",\n            \"UniqueClientName\": \"DCBank Demo\",\n            \"SourceCurrencyCode\": \"CAD\",\n            \"SourceAccountNumber\": \"524043007\",\n            \"SourceAccountName\": \"PrePaid Wallet Account\",\n            \"DestinationAccountNumber\": \"133690529\",\n            \"DestinationAccountName\": \"TelpaySettlementAccount\",\n            \"DestinationCustomerName\": \"Craig  Whitby\",\n            \"AccountNumber\": 524043007,\n            \"AccountName\": \"PrePaid Wallet Account\",\n            \"AccountId\": 81987,\n            \"IBAN\": null,\n            \"RemainingBalance\": 686.14,\n            \"SenderName\": \"DCBank Demo\",\n            \"SenderBank\": \"DCBank Demo\",\n            \"SenderShortName\": \"-\",\n            \"InteracReferenceNumber\": \"-\",\n            \"SummaryDescription\": \"Bill Payment Sent\",\n            \"F43Name\": \"\",\n            \"WalletBalance\": \"\",\n            \"SettlementStatus\": \"\",\n            \"NoOfTransaction\": 0,\n            \"SettlementDate\": null,\n            \"FeeTypeDesc\": \"\"\n        },\n        {\n            \"Id\": 0,\n            \"UniqueClientId\": 1,\n            \"TransactionDate\": \"2023-07-11T17:20:58.827\",\n            \"TimeZoneOffsetMinutes\": -240,\n            \"Amount\": -1,\n            \"ReferenceNumber\": \"100000000004874260\",\n            \"Description\": \" Bill Payment of $1 has been paid on 07/11/2023 17:20 PM - -\",\n            \"TransactionType\": \"Sent\",\n            \"TransactionTypeId\": null,\n            \"CurrencySymbol\": \"$\",\n            \"CurrencyCode\": null,\n            \"CurrencyDesc\": null,\n            \"AmountDisplay\": null,\n            \"TransactionAccountId\": null,\n            \"ChannelType\": \"BILLPAYMENT\",\n            \"UniqueClientName\": \"DCBank Demo\",\n            \"SourceCurrencyCode\": \"CAD\",\n            \"SourceAccountNumber\": \"524043007\",\n            \"SourceAccountName\": \"PrePaid Wallet Account\",\n            \"DestinationAccountNumber\": \"133690529\",\n            \"DestinationAccountName\": \"TelpaySettlementAccount\",\n            \"DestinationCustomerName\": \"Craig  Whitby\",\n            \"AccountNumber\": 524043007,\n            \"AccountName\": \"PrePaid Wallet Account\",\n            \"AccountId\": 81987,\n            \"IBAN\": null,\n            \"RemainingBalance\": 696.14,\n            \"SenderName\": \"DCBank Demo\",\n            \"SenderBank\": \"DCBank Demo\",\n            \"SenderShortName\": \"-\",\n            \"InteracReferenceNumber\": \"-\",\n            \"SummaryDescription\": \"Bill Payment Sent\",\n            \"F43Name\": \"\",\n            \"WalletBalance\": \"\",\n            \"SettlementStatus\": \"\",\n            \"NoOfTransaction\": 0,\n            \"SettlementDate\": null,\n            \"FeeTypeDesc\": \"\"\n        },\n        {\n            \"Id\": 0,\n            \"UniqueClientId\": 1,\n            \"TransactionDate\": \"2023-07-11T17:19:50.1\",\n            \"TimeZoneOffsetMinutes\": -240,\n            \"Amount\": -1,\n            \"ReferenceNumber\": \"100000000004874257\",\n            \"Description\": \" Bill Payment of $1 has been paid on 07/11/2023 17:19 PM - -\",\n            \"TransactionType\": \"Sent\",\n            \"TransactionTypeId\": null,\n            \"CurrencySymbol\": \"$\",\n            \"CurrencyCode\": null,\n            \"CurrencyDesc\": null,\n            \"AmountDisplay\": null,\n            \"TransactionAccountId\": null,\n            \"ChannelType\": \"BILLPAYMENT\",\n            \"UniqueClientName\": \"DCBank Demo\",\n            \"SourceCurrencyCode\": \"CAD\",\n            \"SourceAccountNumber\": \"524043007\",\n            \"SourceAccountName\": \"PrePaid Wallet Account\",\n            \"DestinationAccountNumber\": \"133690529\",\n            \"DestinationAccountName\": \"TelpaySettlementAccount\",\n            \"DestinationCustomerName\": \"Craig  Whitby\",\n            \"AccountNumber\": 524043007,\n            \"AccountName\": \"PrePaid Wallet Account\",\n            \"AccountId\": 81987,\n            \"IBAN\": null,\n            \"RemainingBalance\": 697.14,\n            \"SenderName\": \"DCBank Demo\",\n            \"SenderBank\": \"DCBank Demo\",\n            \"SenderShortName\": \"-\",\n            \"InteracReferenceNumber\": \"-\",\n            \"SummaryDescription\": \"Bill Payment Sent\",\n            \"F43Name\": \"\",\n            \"WalletBalance\": \"\",\n            \"SettlementStatus\": \"\",\n            \"NoOfTransaction\": 0,\n            \"SettlementDate\": null,\n            \"FeeTypeDesc\": \"\"\n        },\n        {\n            \"Id\": 0,\n            \"UniqueClientId\": 1,\n            \"TransactionDate\": \"2023-07-11T17:19:10.51\",\n            \"TimeZoneOffsetMinutes\": -240,\n            \"Amount\": -111,\n            \"ReferenceNumber\": \"100000000004874255\",\n            \"Description\": \" Bill Payment of $111 has been paid on 07/11/2023 17:19 PM - -\",\n            \"TransactionType\": \"Sent\",\n            \"TransactionTypeId\": null,\n            \"CurrencySymbol\": \"$\",\n            \"CurrencyCode\": null,\n            \"CurrencyDesc\": null,\n            \"AmountDisplay\": null,\n            \"TransactionAccountId\": null,\n            \"ChannelType\": \"BILLPAYMENT\",\n            \"UniqueClientName\": \"DCBank Demo\",\n            \"SourceCurrencyCode\": \"CAD\",\n            \"SourceAccountNumber\": \"524043007\",\n            \"SourceAccountName\": \"PrePaid Wallet Account\",\n            \"DestinationAccountNumber\": \"133690529\",\n            \"DestinationAccountName\": \"TelpaySettlementAccount\",\n            \"DestinationCustomerName\": \"Craig  Whitby\",\n            \"AccountNumber\": 524043007,\n            \"AccountName\": \"PrePaid Wallet Account\",\n            \"AccountId\": 81987,\n            \"IBAN\": null,\n            \"RemainingBalance\": 698.14,\n            \"SenderName\": \"DCBank Demo\",\n            \"SenderBank\": \"DCBank Demo\",\n            \"SenderShortName\": \"-\",\n            \"InteracReferenceNumber\": \"-\",\n            \"SummaryDescription\": \"Bill Payment Sent\",\n            \"F43Name\": \"\",\n            \"WalletBalance\": \"\",\n            \"SettlementStatus\": \"\",\n            \"NoOfTransaction\": 0,\n            \"SettlementDate\": null,\n            \"FeeTypeDesc\": \"\"\n        },\n        {\n            \"Id\": 0,\n            \"UniqueClientId\": 1,\n            \"TransactionDate\": \"2023-07-11T14:58:47.137\",\n            \"TimeZoneOffsetMinutes\": -240,\n            \"Amount\": -2.62,\n            \"ReferenceNumber\": \"100000000004874025\",\n            \"Description\": \"$2.62 has been withdrawn from your account number 524043007 on 07/11/2023 06:58 PM. -\",\n            \"TransactionType\": \"Sent\",\n            \"TransactionTypeId\": null,\n            \"CurrencySymbol\": \"$\",\n            \"CurrencyCode\": null,\n            \"CurrencyDesc\": null,\n            \"AmountDisplay\": null,\n            \"TransactionAccountId\": null,\n            \"ChannelType\": \"ETRANSFER\",\n            \"UniqueClientName\": \"DCBank Demo\",\n            \"SourceCurrencyCode\": \"CAD\",\n            \"SourceAccountNumber\": \"524043007\",\n            \"SourceAccountName\": \"PrePaid Wallet Account\",\n            \"DestinationAccountNumber\": \"0\",\n            \"DestinationAccountName\": \"tdunham232@gmail.com\",\n            \"DestinationCustomerName\": \"Request Money\",\n            \"AccountNumber\": 524043007,\n            \"AccountName\": \"PrePaid Wallet Account\",\n            \"AccountId\": 81987,\n            \"IBAN\": null,\n            \"RemainingBalance\": 809.14,\n            \"SenderName\": \"DCBank Demo\",\n            \"SenderBank\": \"\",\n            \"SenderShortName\": \"-\",\n            \"InteracReferenceNumber\": \"C1AkKMwv6HFX\",\n            \"SummaryDescription\": \"e-Transfer Sent\",\n            \"F43Name\": \"\",\n            \"WalletBalance\": \"\",\n            \"SettlementStatus\": \"\",\n            \"NoOfTransaction\": 0,\n            \"SettlementDate\": null,\n            \"FeeTypeDesc\": \"\"\n        },\n        {\n            \"Id\": 0,\n            \"UniqueClientId\": 1,\n            \"TransactionDate\": \"2023-07-11T14:42:43.06\",\n            \"TimeZoneOffsetMinutes\": -240,\n            \"Amount\": -2.35,\n            \"ReferenceNumber\": \"100000000004873999\",\n            \"Description\": \"$2.35 has been withdrawn from your account number 524043007 on 07/11/2023 06:42 PM. -\",\n            \"TransactionType\": \"Sent\",\n            \"TransactionTypeId\": null,\n            \"CurrencySymbol\": \"$\",\n            \"CurrencyCode\": null,\n            \"CurrencyDesc\": null,\n            \"AmountDisplay\": null,\n            \"TransactionAccountId\": null,\n            \"ChannelType\": \"ETRANSFER\",\n            \"UniqueClientName\": \"DCBank Demo\",\n            \"SourceCurrencyCode\": \"CAD\",\n            \"SourceAccountNumber\": \"524043007\",\n            \"SourceAccountName\": \"PrePaid Wallet Account\",\n            \"DestinationAccountNumber\": \"0\",\n            \"DestinationAccountName\": \"teryn.dunham@dcbank.ca\",\n            \"DestinationCustomerName\": \"Test Teryn\",\n            \"AccountNumber\": 524043007,\n            \"AccountName\": \"PrePaid Wallet Account\",\n            \"AccountId\": 81987,\n            \"IBAN\": null,\n            \"RemainingBalance\": 811.76,\n            \"SenderName\": \"DCBank Demo\",\n            \"SenderBank\": \"\",\n            \"SenderShortName\": \"-\",\n            \"InteracReferenceNumber\": \"CAXYY23S\",\n            \"SummaryDescription\": \"e-Transfer Sent\",\n            \"F43Name\": \"\",\n            \"WalletBalance\": \"\",\n            \"SettlementStatus\": \"\",\n            \"NoOfTransaction\": 0,\n            \"SettlementDate\": null,\n            \"FeeTypeDesc\": \"\"\n        },\n        {\n            \"Id\": 0,\n            \"UniqueClientId\": 1,\n            \"TransactionDate\": \"2023-07-11T12:29:39.81\",\n            \"TimeZoneOffsetMinutes\": -240,\n            \"Amount\": -3.21,\n            \"ReferenceNumber\": \"100000000004873812\",\n            \"Description\": \"$3.21 has been withdrawn from your account number 524043007 on 07/11/2023 04:29 PM. Test1-Test1\",\n            \"TransactionType\": \"Sent\",\n            \"TransactionTypeId\": null,\n            \"CurrencySymbol\": \"$\",\n            \"CurrencyCode\": null,\n            \"CurrencyDesc\": null,\n            \"AmountDisplay\": null,\n            \"TransactionAccountId\": null,\n            \"ChannelType\": \"ETRANSFER\",\n            \"UniqueClientName\": \"DCBank Demo\",\n            \"SourceCurrencyCode\": \"CAD\",\n            \"SourceAccountNumber\": \"524043007\",\n            \"SourceAccountName\": \"PrePaid Wallet Account\",\n            \"DestinationAccountNumber\": \"0\",\n            \"DestinationAccountName\": \"susan@dcbank.ca\",\n            \"DestinationCustomerName\": \"Susan Elias\",\n            \"AccountNumber\": 524043007,\n            \"AccountName\": \"PrePaid Wallet Account\",\n            \"AccountId\": 81987,\n            \"IBAN\": null,\n            \"RemainingBalance\": 814.11,\n            \"SenderName\": \"DCBank Demo\",\n            \"SenderBank\": \"\",\n            \"SenderShortName\": \"-\",\n            \"InteracReferenceNumber\": \"CAE5Z2Gg\",\n            \"SummaryDescription\": \"e-Transfer Sent\",\n            \"F43Name\": \"\",\n            \"WalletBalance\": \"\",\n            \"SettlementStatus\": \"\",\n            \"NoOfTransaction\": 0,\n            \"SettlementDate\": null,\n            \"FeeTypeDesc\": \"\"\n        },\n        {\n            \"Id\": 0,\n            \"UniqueClientId\": 1,\n            \"TransactionDate\": \"2023-07-11T12:28:38.33\",\n            \"TimeZoneOffsetMinutes\": -240,\n            \"Amount\": -3.26,\n            \"ReferenceNumber\": \"100000000004873810\",\n            \"Description\": \" Bill Payment of $3.26 has been paid on 07/11/2023 12:28 PM - -\",\n            \"TransactionType\": \"Sent\",\n            \"TransactionTypeId\": null,\n            \"CurrencySymbol\": \"$\",\n            \"CurrencyCode\": null,\n            \"CurrencyDesc\": null,\n            \"AmountDisplay\": null,\n            \"TransactionAccountId\": null,\n            \"ChannelType\": \"BILLPAYMENT\",\n            \"UniqueClientName\": \"DCBank Demo\",\n            \"SourceCurrencyCode\": \"CAD\",\n            \"SourceAccountNumber\": \"524043007\",\n            \"SourceAccountName\": \"PrePaid Wallet Account\",\n            \"DestinationAccountNumber\": \"133690529\",\n            \"DestinationAccountName\": \"TelpaySettlementAccount\",\n            \"DestinationCustomerName\": \"Craig  Whitby\",\n            \"AccountNumber\": 524043007,\n            \"AccountName\": \"PrePaid Wallet Account\",\n            \"AccountId\": 81987,\n            \"IBAN\": null,\n            \"RemainingBalance\": 817.32,\n            \"SenderName\": \"DCBank Demo\",\n            \"SenderBank\": \"DCBank Demo\",\n            \"SenderShortName\": \"-\",\n            \"InteracReferenceNumber\": \"-\",\n            \"SummaryDescription\": \"Bill Payment Sent\",\n            \"F43Name\": \"\",\n            \"WalletBalance\": \"\",\n            \"SettlementStatus\": \"\",\n            \"NoOfTransaction\": 0,\n            \"SettlementDate\": null,\n            \"FeeTypeDesc\": \"\"\n        },\n        {\n            \"Id\": 0,\n            \"UniqueClientId\": 1,\n            \"TransactionDate\": \"2023-07-06T17:19:31.243\",\n            \"TimeZoneOffsetMinutes\": -240,\n            \"Amount\": -6.24,\n            \"ReferenceNumber\": \"100000000004869649\",\n            \"Description\": \" Bill Payment of $6.24 has been paid on 07/06/2023 17:19 PM - Test \",\n            \"TransactionType\": \"Sent\",\n            \"TransactionTypeId\": null,\n            \"CurrencySymbol\": \"$\",\n            \"CurrencyCode\": null,\n            \"CurrencyDesc\": null,\n            \"AmountDisplay\": null,\n            \"TransactionAccountId\": null,\n            \"ChannelType\": \"BILLPAYMENT\",\n            \"UniqueClientName\": \"DCBank Demo\",\n            \"SourceCurrencyCode\": \"CAD\",\n            \"SourceAccountNumber\": \"524043007\",\n            \"SourceAccountName\": \"PrePaid Wallet Account\",\n            \"DestinationAccountNumber\": \"133690529\",\n            \"DestinationAccountName\": \"TelpaySettlementAccount\",\n            \"DestinationCustomerName\": \"Craig  Whitby\",\n            \"AccountNumber\": 524043007,\n            \"AccountName\": \"PrePaid Wallet Account\",\n            \"AccountId\": 81987,\n            \"IBAN\": null,\n            \"RemainingBalance\": 820.58,\n            \"SenderName\": \"DCBank Demo\",\n            \"SenderBank\": \"DCBank Demo\",\n            \"SenderShortName\": \"-\",\n            \"InteracReferenceNumber\": \"-\",\n            \"SummaryDescription\": \"Bill Payment Sent\",\n            \"F43Name\": \"\",\n            \"WalletBalance\": \"\",\n            \"SettlementStatus\": \"\",\n            \"NoOfTransaction\": 0,\n            \"SettlementDate\": null,\n            \"FeeTypeDesc\": \"\"\n        },\n        {\n            \"Id\": 0,\n            \"UniqueClientId\": 1,\n            \"TransactionDate\": \"2023-07-04T15:29:43.32\",\n            \"TimeZoneOffsetMinutes\": -240,\n            \"Amount\": -10,\n            \"ReferenceNumber\": \"100000000004860423\",\n            \"Description\": \" Bill Payment of $10 has been paid on 07/04/2023 15:29 PM - Note\",\n            \"TransactionType\": \"Sent\",\n            \"TransactionTypeId\": null,\n            \"CurrencySymbol\": \"$\",\n            \"CurrencyCode\": null,\n            \"CurrencyDesc\": null,\n            \"AmountDisplay\": null,\n            \"TransactionAccountId\": null,\n            \"ChannelType\": \"BILLPAYMENT\",\n            \"UniqueClientName\": \"DCBank Demo\",\n            \"SourceCurrencyCode\": \"CAD\",\n            \"SourceAccountNumber\": \"524043007\",\n            \"SourceAccountName\": \"PrePaid Wallet Account\",\n            \"DestinationAccountNumber\": \"133690529\",\n            \"DestinationAccountName\": \"TelpaySettlementAccount\",\n            \"DestinationCustomerName\": \"Craig  Whitby\",\n            \"AccountNumber\": 524043007,\n            \"AccountName\": \"PrePaid Wallet Account\",\n            \"AccountId\": 81987,\n            \"IBAN\": null,\n            \"RemainingBalance\": 826.82,\n            \"SenderName\": \"DCBank Demo\",\n            \"SenderBank\": \"DCBank Demo\",\n            \"SenderShortName\": \"-\",\n            \"InteracReferenceNumber\": \"-\",\n            \"SummaryDescription\": \"Bill Payment Sent\",\n            \"F43Name\": \"\",\n            \"WalletBalance\": \"\",\n            \"SettlementStatus\": \"\",\n            \"NoOfTransaction\": 0,\n            \"SettlementDate\": null,\n            \"FeeTypeDesc\": \"\"\n        },\n        {\n            \"Id\": 0,\n            \"UniqueClientId\": 1,\n            \"TransactionDate\": \"2023-07-04T03:17:42.8\",\n            \"TimeZoneOffsetMinutes\": -240,\n            \"Amount\": -0.2,\n            \"ReferenceNumber\": \"100000000004858862\",\n            \"Description\": \"$0.2 has been withdrawn from your account number 524043007 on 07/04/2023 07:17 AM. -\",\n            \"TransactionType\": \"Sent\",\n            \"TransactionTypeId\": null,\n            \"CurrencySymbol\": \"$\",\n            \"CurrencyCode\": null,\n            \"CurrencyDesc\": null,\n            \"AmountDisplay\": null,\n            \"TransactionAccountId\": null,\n            \"ChannelType\": \"ETRANSFER\",\n            \"UniqueClientName\": \"DCBank Demo\",\n            \"SourceCurrencyCode\": \"CAD\",\n            \"SourceAccountNumber\": \"524043007\",\n            \"SourceAccountName\": \"PrePaid Wallet Account\",\n            \"DestinationAccountNumber\": \"0\",\n            \"DestinationAccountName\": \"tdunham232@gmail.com\",\n            \"DestinationCustomerName\": \"Request Money\",\n            \"AccountNumber\": 524043007,\n            \"AccountName\": \"PrePaid Wallet Account\",\n            \"AccountId\": 81987,\n            \"IBAN\": null,\n            \"RemainingBalance\": 836.82,\n            \"SenderName\": \"DCBank Demo\",\n            \"SenderBank\": \"\",\n            \"SenderShortName\": \"-\",\n            \"InteracReferenceNumber\": \"C1AbbvTsBb5t\",\n            \"SummaryDescription\": \"e-Transfer Sent\",\n            \"F43Name\": \"\",\n            \"WalletBalance\": \"\",\n            \"SettlementStatus\": \"\",\n            \"NoOfTransaction\": 0,\n            \"SettlementDate\": null,\n            \"FeeTypeDesc\": \"\"\n        },\n        {\n            \"Id\": 0,\n            \"UniqueClientId\": 1,\n            \"TransactionDate\": \"2023-07-04T03:16:32.487\",\n            \"TimeZoneOffsetMinutes\": -240,\n            \"Amount\": -0.1,\n            \"ReferenceNumber\": \"100000000004858861\",\n            \"Description\": \"$0.1 has been withdrawn from your account number 524043007 on 07/04/2023 07:16 AM. -\",\n            \"TransactionType\": \"Sent\",\n            \"TransactionTypeId\": null,\n            \"CurrencySymbol\": \"$\",\n            \"CurrencyCode\": null,\n            \"CurrencyDesc\": null,\n            \"AmountDisplay\": null,\n            \"TransactionAccountId\": null,\n            \"ChannelType\": \"ETRANSFER\",\n            \"UniqueClientName\": \"DCBank Demo\",\n            \"SourceCurrencyCode\": \"CAD\",\n            \"SourceAccountNumber\": \"524043007\",\n            \"SourceAccountName\": \"PrePaid Wallet Account\",\n            \"DestinationAccountNumber\": \"0\",\n            \"DestinationAccountName\": \"tdunham232@gmail.com\",\n            \"DestinationCustomerName\": \"Request Money\",\n            \"AccountNumber\": 524043007,\n            \"AccountName\": \"PrePaid Wallet Account\",\n            \"AccountId\": 81987,\n            \"IBAN\": null,\n            \"RemainingBalance\": 837.02,\n            \"SenderName\": \"DCBank Demo\",\n            \"SenderBank\": \"\",\n            \"SenderShortName\": \"-\",\n            \"InteracReferenceNumber\": \"C1AZp56KhhGS\",\n            \"SummaryDescription\": \"e-Transfer Sent\",\n            \"F43Name\": \"\",\n            \"WalletBalance\": \"\",\n            \"SettlementStatus\": \"\",\n            \"NoOfTransaction\": 0,\n            \"SettlementDate\": null,\n            \"FeeTypeDesc\": \"\"\n        },\n        {\n            \"Id\": 0,\n            \"UniqueClientId\": 1,\n            \"TransactionDate\": \"2023-07-04T03:15:07.17\",\n            \"TimeZoneOffsetMinutes\": -240,\n            \"Amount\": -1.2,\n            \"ReferenceNumber\": \"100000000004858853\",\n            \"Description\": \"$1.2 has been withdrawn from your account number 524043007 on 07/04/2023 07:15 AM. -\",\n            \"TransactionType\": \"Sent\",\n            \"TransactionTypeId\": null,\n            \"CurrencySymbol\": \"$\",\n            \"CurrencyCode\": null,\n            \"CurrencyDesc\": null,\n            \"AmountDisplay\": null,\n            \"TransactionAccountId\": null,\n            \"ChannelType\": \"ETRANSFER\",\n            \"UniqueClientName\": \"DCBank Demo\",\n            \"SourceCurrencyCode\": \"CAD\",\n            \"SourceAccountNumber\": \"524043007\",\n            \"SourceAccountName\": \"PrePaid Wallet Account\",\n            \"DestinationAccountNumber\": \"0\",\n            \"DestinationAccountName\": \"tdunham232@gmail.com\",\n            \"DestinationCustomerName\": \"Request Money\",\n            \"AccountNumber\": 524043007,\n            \"AccountName\": \"PrePaid Wallet Account\",\n            \"AccountId\": 81987,\n            \"IBAN\": null,\n            \"RemainingBalance\": 837.12,\n            \"SenderName\": \"DCBank Demo\",\n            \"SenderBank\": \"\",\n            \"SenderShortName\": \"-\",\n            \"InteracReferenceNumber\": \"C1AyDq8FjmFy\",\n            \"SummaryDescription\": \"e-Transfer Sent\",\n            \"F43Name\": \"\",\n            \"WalletBalance\": \"\",\n            \"SettlementStatus\": \"\",\n            \"NoOfTransaction\": 0,\n            \"SettlementDate\": null,\n            \"FeeTypeDesc\": \"\"\n        },\n        {\n            \"Id\": 0,\n            \"UniqueClientId\": 1,\n            \"TransactionDate\": \"2023-06-29T18:08:31.82\",\n            \"TimeZoneOffsetMinutes\": -240,\n            \"Amount\": -2.31,\n            \"ReferenceNumber\": \"100000000004857906\",\n            \"Description\": \"$2.31 has been withdrawn from your account number 524043007 on 06/29/2023 10:08 PM. -\",\n            \"TransactionType\": \"Sent\",\n            \"TransactionTypeId\": null,\n            \"CurrencySymbol\": \"$\",\n            \"CurrencyCode\": null,\n            \"CurrencyDesc\": null,\n            \"AmountDisplay\": null,\n            \"TransactionAccountId\": null,\n            \"ChannelType\": \"ETRANSFER\",\n            \"UniqueClientName\": \"DCBank Demo\",\n            \"SourceCurrencyCode\": \"CAD\",\n            \"SourceAccountNumber\": \"524043007\",\n            \"SourceAccountName\": \"PrePaid Wallet Account\",\n            \"DestinationAccountNumber\": \"0\",\n            \"DestinationAccountName\": \"susan@dcbank.ca\",\n            \"DestinationCustomerName\": \"Susan Elias\",\n            \"AccountNumber\": 524043007,\n            \"AccountName\": \"PrePaid Wallet Account\",\n            \"AccountId\": 81987,\n            \"IBAN\": null,\n            \"RemainingBalance\": 838.32,\n            \"SenderName\": \"DCBank Demo\",\n            \"SenderBank\": \"\",\n            \"SenderShortName\": \"-\",\n            \"InteracReferenceNumber\": \"CAMUmw6q\",\n            \"SummaryDescription\": \"e-Transfer Sent\",\n            \"F43Name\": \"\",\n            \"WalletBalance\": \"\",\n            \"SettlementStatus\": \"\",\n            \"NoOfTransaction\": 0,\n            \"SettlementDate\": null,\n            \"FeeTypeDesc\": \"\"\n        },\n        {\n            \"Id\": 0,\n            \"UniqueClientId\": 1,\n            \"TransactionDate\": \"2023-06-29T17:42:10.537\",\n            \"TimeZoneOffsetMinutes\": -240,\n            \"Amount\": -5.26,\n            \"ReferenceNumber\": \"100000000004857898\",\n            \"Description\": \"$5.26 has been withdrawn from your account number 524043007 on 06/29/2023 09:42 PM. Test1-Test1\",\n            \"TransactionType\": \"Sent\",\n            \"TransactionTypeId\": null,\n            \"CurrencySymbol\": \"$\",\n            \"CurrencyCode\": null,\n            \"CurrencyDesc\": null,\n            \"AmountDisplay\": null,\n            \"TransactionAccountId\": null,\n            \"ChannelType\": \"ETRANSFER\",\n            \"UniqueClientName\": \"DCBank Demo\",\n            \"SourceCurrencyCode\": \"CAD\",\n            \"SourceAccountNumber\": \"524043007\",\n            \"SourceAccountName\": \"PrePaid Wallet Account\",\n            \"DestinationAccountNumber\": \"0\",\n            \"DestinationAccountName\": \"susan@dcbank.ca\",\n            \"DestinationCustomerName\": \"Susan Elias\",\n            \"AccountNumber\": 524043007,\n            \"AccountName\": \"PrePaid Wallet Account\",\n            \"AccountId\": 81987,\n            \"IBAN\": null,\n            \"RemainingBalance\": 840.63,\n            \"SenderName\": \"DCBank Demo\",\n            \"SenderBank\": \"\",\n            \"SenderShortName\": \"-\",\n            \"InteracReferenceNumber\": \"CANE4Vhe\",\n            \"SummaryDescription\": \"e-Transfer Sent\",\n            \"F43Name\": \"\",\n            \"WalletBalance\": \"\",\n            \"SettlementStatus\": \"\",\n            \"NoOfTransaction\": 0,\n            \"SettlementDate\": null,\n            \"FeeTypeDesc\": \"\"\n        },\n        {\n            \"Id\": 0,\n            \"UniqueClientId\": 1,\n            \"TransactionDate\": \"2023-06-29T11:24:27.063\",\n            \"TimeZoneOffsetMinutes\": -240,\n            \"Amount\": 15.25,\n            \"ReferenceNumber\": \"100000000004852917\",\n            \"Description\": \"Cancelled $15.25 has been withdrawn from your account number 524043007 on 06/23/2023 01:54 PM. -\",\n            \"TransactionType\": \"Received\",\n            \"TransactionTypeId\": null,\n            \"CurrencySymbol\": \"$\",\n            \"CurrencyCode\": null,\n            \"CurrencyDesc\": null,\n            \"AmountDisplay\": null,\n            \"TransactionAccountId\": null,\n            \"ChannelType\": \"ETRANSFER\",\n            \"UniqueClientName\": \"DCBank Demo\",\n            \"SourceCurrencyCode\": \"CAD\",\n            \"SourceAccountNumber\": \"-\",\n            \"SourceAccountName\": \"susan@dcbank.ca\",\n            \"DestinationAccountNumber\": \"524043007\",\n            \"DestinationAccountName\": \"PrePaid Wallet Account\",\n            \"DestinationCustomerName\": \"DCBank Demo\",\n            \"AccountNumber\": 524043007,\n            \"AccountName\": \"PrePaid Wallet Account\",\n            \"AccountId\": 81987,\n            \"IBAN\": null,\n            \"RemainingBalance\": 845.89,\n            \"SenderName\": \"DCBank Demo\",\n            \"SenderBank\": \"\",\n            \"SenderShortName\": \"-\",\n            \"InteracReferenceNumber\": \"CANgvhtZ\",\n            \"SummaryDescription\": \"eTransfer Sent 23/06/2023\",\n            \"F43Name\": \"\",\n            \"WalletBalance\": \"\",\n            \"SettlementStatus\": \"\",\n            \"NoOfTransaction\": 0,\n            \"SettlementDate\": null,\n            \"FeeTypeDesc\": \"\"\n        },\n        {\n            \"Id\": 0,\n            \"UniqueClientId\": 1,\n            \"TransactionDate\": \"2023-06-29T11:13:23.88\",\n            \"TimeZoneOffsetMinutes\": -240,\n            \"Amount\": 10,\n            \"ReferenceNumber\": \"100000000004853083\",\n            \"Description\": \"Cancelled $10 has been withdrawn from your account number 524043007 on 06/23/2023 05:44 PM. -\",\n            \"TransactionType\": \"Received\",\n            \"TransactionTypeId\": null,\n            \"CurrencySymbol\": \"$\",\n            \"CurrencyCode\": null,\n            \"CurrencyDesc\": null,\n            \"AmountDisplay\": null,\n            \"TransactionAccountId\": null,\n            \"ChannelType\": \"ETRANSFER\",\n            \"UniqueClientName\": \"DCBank Demo\",\n            \"SourceCurrencyCode\": \"CAD\",\n            \"SourceAccountNumber\": \"-\",\n            \"SourceAccountName\": \"susan@dcbank.ca\",\n            \"DestinationAccountNumber\": \"524043007\",\n            \"DestinationAccountName\": \"PrePaid Wallet Account\",\n            \"DestinationCustomerName\": \"DCBank Demo\",\n            \"AccountNumber\": 524043007,\n            \"AccountName\": \"PrePaid Wallet Account\",\n            \"AccountId\": 81987,\n            \"IBAN\": null,\n            \"RemainingBalance\": 830.64,\n            \"SenderName\": \"DCBank Demo\",\n            \"SenderBank\": \"\",\n            \"SenderShortName\": \"-\",\n            \"InteracReferenceNumber\": \"CAeFGcyQ\",\n            \"SummaryDescription\": \"eTransfer Sent 23/06/2023\",\n            \"F43Name\": \"\",\n            \"WalletBalance\": \"\",\n            \"SettlementStatus\": \"\",\n            \"NoOfTransaction\": 0,\n            \"SettlementDate\": null,\n            \"FeeTypeDesc\": \"\"\n        },\n        {\n            \"Id\": 0,\n            \"UniqueClientId\": 1,\n            \"TransactionDate\": \"2023-06-29T11:12:07.393\",\n            \"TimeZoneOffsetMinutes\": -240,\n            \"Amount\": 23,\n            \"ReferenceNumber\": \"100000000004857762\",\n            \"Description\": \"Cancelled $23 has been withdrawn from your account number 524043007 on 06/29/2023 07:09 AM. -\",\n            \"TransactionType\": \"Received\",\n            \"TransactionTypeId\": null,\n            \"CurrencySymbol\": \"$\",\n            \"CurrencyCode\": null,\n            \"CurrencyDesc\": null,\n            \"AmountDisplay\": null,\n            \"TransactionAccountId\": null,\n            \"ChannelType\": \"ETRANSFER\",\n            \"UniqueClientName\": \"DCBank Demo\",\n            \"SourceCurrencyCode\": \"CAD\",\n            \"SourceAccountNumber\": \"-\",\n            \"SourceAccountName\": \"daria.etransferova+num903@gmail.com\",\n            \"DestinationAccountNumber\": \"524043007\",\n            \"DestinationAccountName\": \"PrePaid Wallet Account\",\n            \"DestinationCustomerName\": \"DCBank Demo\",\n            \"AccountNumber\": 524043007,\n            \"AccountName\": \"PrePaid Wallet Account\",\n            \"AccountId\": 81987,\n            \"IBAN\": null,\n            \"RemainingBalance\": 820.64,\n            \"SenderName\": \"DCBank Demo\",\n            \"SenderBank\": \"\",\n            \"SenderShortName\": \"-\",\n            \"InteracReferenceNumber\": \"CAPeagUP\",\n            \"SummaryDescription\": \"eTransfer Sent 29/06/2023\",\n            \"F43Name\": \"\",\n            \"WalletBalance\": \"\",\n            \"SettlementStatus\": \"\",\n            \"NoOfTransaction\": 0,\n            \"SettlementDate\": null,\n            \"FeeTypeDesc\": \"\"\n        },\n        {\n            \"Id\": 0,\n            \"UniqueClientId\": 1,\n            \"TransactionDate\": \"2023-06-29T11:11:11.683\",\n            \"TimeZoneOffsetMinutes\": -240,\n            \"Amount\": -0.02,\n            \"ReferenceNumber\": \"100000000004857831\",\n            \"Description\": \" Bill Payment of $0.02 has been paid on 06/29/2023 11:11 AM - -\",\n            \"TransactionType\": \"Sent\",\n            \"TransactionTypeId\": null,\n            \"CurrencySymbol\": \"$\",\n            \"CurrencyCode\": null,\n            \"CurrencyDesc\": null,\n            \"AmountDisplay\": null,\n            \"TransactionAccountId\": null,\n            \"ChannelType\": \"BILLPAYMENT\",\n            \"UniqueClientName\": \"DCBank Demo\",\n            \"SourceCurrencyCode\": \"CAD\",\n            \"SourceAccountNumber\": \"524043007\",\n            \"SourceAccountName\": \"PrePaid Wallet Account\",\n            \"DestinationAccountNumber\": \"133690529\",\n            \"DestinationAccountName\": \"TelpaySettlementAccount\",\n            \"DestinationCustomerName\": \"Craig  Whitby\",\n            \"AccountNumber\": 524043007,\n            \"AccountName\": \"PrePaid Wallet Account\",\n            \"AccountId\": 81987,\n            \"IBAN\": null,\n            \"RemainingBalance\": 797.64,\n            \"SenderName\": \"DCBank Demo\",\n            \"SenderBank\": \"DCBank Demo\",\n            \"SenderShortName\": \"-\",\n            \"InteracReferenceNumber\": \"-\",\n            \"SummaryDescription\": \"Bill Payment Sent\",\n            \"F43Name\": \"\",\n            \"WalletBalance\": \"\",\n            \"SettlementStatus\": \"\",\n            \"NoOfTransaction\": 0,\n            \"SettlementDate\": null,\n            \"FeeTypeDesc\": \"\"\n        },\n        {\n            \"Id\": 0,\n            \"UniqueClientId\": 1,\n            \"TransactionDate\": \"2023-06-29T11:05:03.123\",\n            \"TimeZoneOffsetMinutes\": -240,\n            \"Amount\": -0.01,\n            \"ReferenceNumber\": \"100000000004857826\",\n            \"Description\": \" Bill Payment of $0.01 has been paid on 06/29/2023 11:05 AM - -\",\n            \"TransactionType\": \"Sent\",\n            \"TransactionTypeId\": null,\n            \"CurrencySymbol\": \"$\",\n            \"CurrencyCode\": null,\n            \"CurrencyDesc\": null,\n            \"AmountDisplay\": null,\n            \"TransactionAccountId\": null,\n            \"ChannelType\": \"BILLPAYMENT\",\n            \"UniqueClientName\": \"DCBank Demo\",\n            \"SourceCurrencyCode\": \"CAD\",\n            \"SourceAccountNumber\": \"524043007\",\n            \"SourceAccountName\": \"PrePaid Wallet Account\",\n            \"DestinationAccountNumber\": \"133690529\",\n            \"DestinationAccountName\": \"TelpaySettlementAccount\",\n            \"DestinationCustomerName\": \"Craig  Whitby\",\n            \"AccountNumber\": 524043007,\n            \"AccountName\": \"PrePaid Wallet Account\",\n            \"AccountId\": 81987,\n            \"IBAN\": null,\n            \"RemainingBalance\": 797.66,\n            \"SenderName\": \"DCBank Demo\",\n            \"SenderBank\": \"DCBank Demo\",\n            \"SenderShortName\": \"-\",\n            \"InteracReferenceNumber\": \"-\",\n            \"SummaryDescription\": \"Bill Payment Sent\",\n            \"F43Name\": \"\",\n            \"WalletBalance\": \"\",\n            \"SettlementStatus\": \"\",\n            \"NoOfTransaction\": 0,\n            \"SettlementDate\": null,\n            \"FeeTypeDesc\": \"\"\n        },\n        {\n            \"Id\": 0,\n            \"UniqueClientId\": 1,\n            \"TransactionDate\": \"2023-06-29T10:59:47.75\",\n            \"TimeZoneOffsetMinutes\": -240,\n            \"Amount\": -1.25,\n            \"ReferenceNumber\": \"100000000004857825\",\n            \"Description\": \" Bill Payment of $1.25 has been paid on 06/29/2023 10:59 AM - \",\n            \"TransactionType\": \"Sent\",\n            \"TransactionTypeId\": null,\n            \"CurrencySymbol\": \"$\",\n            \"CurrencyCode\": null,\n            \"CurrencyDesc\": null,\n            \"AmountDisplay\": null,\n            \"TransactionAccountId\": null,\n            \"ChannelType\": \"BILLPAYMENT\",\n            \"UniqueClientName\": \"DCBank Demo\",\n            \"SourceCurrencyCode\": \"CAD\",\n            \"SourceAccountNumber\": \"524043007\",\n            \"SourceAccountName\": \"PrePaid Wallet Account\",\n            \"DestinationAccountNumber\": \"133690529\",\n            \"DestinationAccountName\": \"TelpaySettlementAccount\",\n            \"DestinationCustomerName\": \"Craig  Whitby\",\n            \"AccountNumber\": 524043007,\n            \"AccountName\": \"PrePaid Wallet Account\",\n            \"AccountId\": 81987,\n            \"IBAN\": null,\n            \"RemainingBalance\": 797.67,\n            \"SenderName\": \"DCBank Demo\",\n            \"SenderBank\": \"DCBank Demo\",\n            \"SenderShortName\": \"-\",\n            \"InteracReferenceNumber\": \"-\",\n            \"SummaryDescription\": \"Bill Payment Sent\",\n            \"F43Name\": \"\",\n            \"WalletBalance\": \"\",\n            \"SettlementStatus\": \"\",\n            \"NoOfTransaction\": 0,\n            \"SettlementDate\": null,\n            \"FeeTypeDesc\": \"\"\n        },\n        {\n            \"Id\": 0,\n            \"UniqueClientId\": 1,\n            \"TransactionDate\": \"2023-06-29T10:56:53.887\",\n            \"TimeZoneOffsetMinutes\": -240,\n            \"Amount\": -85.58,\n            \"ReferenceNumber\": \"100000000004857824\",\n            \"Description\": \" Bill Payment of $85.58 has been paid on 06/29/2023 10:56 AM - \",\n            \"TransactionType\": \"Sent\",\n            \"TransactionTypeId\": null,\n            \"CurrencySymbol\": \"$\",\n            \"CurrencyCode\": null,\n            \"CurrencyDesc\": null,\n            \"AmountDisplay\": null,\n            \"TransactionAccountId\": null,\n            \"ChannelType\": \"BILLPAYMENT\",\n            \"UniqueClientName\": \"DCBank Demo\",\n            \"SourceCurrencyCode\": \"CAD\",\n            \"SourceAccountNumber\": \"524043007\",\n            \"SourceAccountName\": \"PrePaid Wallet Account\",\n            \"DestinationAccountNumber\": \"133690529\",\n            \"DestinationAccountName\": \"TelpaySettlementAccount\",\n            \"DestinationCustomerName\": \"Craig  Whitby\",\n            \"AccountNumber\": 524043007,\n            \"AccountName\": \"PrePaid Wallet Account\",\n            \"AccountId\": 81987,\n            \"IBAN\": null,\n            \"RemainingBalance\": 798.92,\n            \"SenderName\": \"DCBank Demo\",\n            \"SenderBank\": \"DCBank Demo\",\n            \"SenderShortName\": \"-\",\n            \"InteracReferenceNumber\": \"-\",\n            \"SummaryDescription\": \"Bill Payment Sent\",\n            \"F43Name\": \"\",\n            \"WalletBalance\": \"\",\n            \"SettlementStatus\": \"\",\n            \"NoOfTransaction\": 0,\n            \"SettlementDate\": null,\n            \"FeeTypeDesc\": \"\"\n        },\n        {\n            \"Id\": 0,\n            \"UniqueClientId\": 1,\n            \"TransactionDate\": \"2023-06-29T03:09:17.157\",\n            \"TimeZoneOffsetMinutes\": -240,\n            \"Amount\": -23,\n            \"ReferenceNumber\": \"100000000004857762\",\n            \"Description\": \"$23 has been withdrawn from your account number 524043007 on 06/29/2023 07:09 AM. -\",\n            \"TransactionType\": \"Sent\",\n            \"TransactionTypeId\": null,\n            \"CurrencySymbol\": \"$\",\n            \"CurrencyCode\": null,\n            \"CurrencyDesc\": null,\n            \"AmountDisplay\": null,\n            \"TransactionAccountId\": null,\n            \"ChannelType\": \"ETRANSFER\",\n            \"UniqueClientName\": \"DCBank Demo\",\n            \"SourceCurrencyCode\": \"CAD\",\n            \"SourceAccountNumber\": \"524043007\",\n            \"SourceAccountName\": \"PrePaid Wallet Account\",\n            \"DestinationAccountNumber\": \"0\",\n            \"DestinationAccountName\": \"daria.etransferova+num903@gmail.com\",\n            \"DestinationCustomerName\": \"Etransferova Daria\",\n            \"AccountNumber\": 524043007,\n            \"AccountName\": \"PrePaid Wallet Account\",\n            \"AccountId\": 81987,\n            \"IBAN\": null,\n            \"RemainingBalance\": 884.5,\n            \"SenderName\": \"DCBank Demo\",\n            \"SenderBank\": \"\",\n            \"SenderShortName\": \"-\",\n            \"InteracReferenceNumber\": \"CAPeagUP\",\n            \"SummaryDescription\": \"e-Transfer Sent\",\n            \"F43Name\": \"\",\n            \"WalletBalance\": \"\",\n            \"SettlementStatus\": \"\",\n            \"NoOfTransaction\": 0,\n            \"SettlementDate\": null,\n            \"FeeTypeDesc\": \"\"\n        },\n        {\n            \"Id\": 0,\n            \"UniqueClientId\": 1,\n            \"TransactionDate\": \"2023-06-23T13:44:21.247\",\n            \"TimeZoneOffsetMinutes\": -240,\n            \"Amount\": -10,\n            \"ReferenceNumber\": \"100000000004853083\",\n            \"Description\": \"$10 has been withdrawn from your account number 524043007 on 06/23/2023 05:44 PM. -\",\n            \"TransactionType\": \"Sent\",\n            \"TransactionTypeId\": null,\n            \"CurrencySymbol\": \"$\",\n            \"CurrencyCode\": null,\n            \"CurrencyDesc\": null,\n            \"AmountDisplay\": null,\n            \"TransactionAccountId\": null,\n            \"ChannelType\": \"ETRANSFER\",\n            \"UniqueClientName\": \"DCBank Demo\",\n            \"SourceCurrencyCode\": \"CAD\",\n            \"SourceAccountNumber\": \"524043007\",\n            \"SourceAccountName\": \"PrePaid Wallet Account\",\n            \"DestinationAccountNumber\": \"0\",\n            \"DestinationAccountName\": \"susan@dcbank.ca\",\n            \"DestinationCustomerName\": \"Susan Elias\",\n            \"AccountNumber\": 524043007,\n            \"AccountName\": \"PrePaid Wallet Account\",\n            \"AccountId\": 81987,\n            \"IBAN\": null,\n            \"RemainingBalance\": 907.5,\n            \"SenderName\": \"DCBank Demo\",\n            \"SenderBank\": \"\",\n            \"SenderShortName\": \"-\",\n            \"InteracReferenceNumber\": \"CAeFGcyQ\",\n            \"SummaryDescription\": \"e-Transfer Sent\",\n            \"F43Name\": \"\",\n            \"WalletBalance\": \"\",\n            \"SettlementStatus\": \"\",\n            \"NoOfTransaction\": 0,\n            \"SettlementDate\": null,\n            \"FeeTypeDesc\": \"\"\n        },\n        {\n            \"Id\": 0,\n            \"UniqueClientId\": 1,\n            \"TransactionDate\": \"2023-06-23T09:55:29.403\",\n            \"TimeZoneOffsetMinutes\": -240,\n            \"Amount\": -10,\n            \"ReferenceNumber\": \"100000000004852918\",\n            \"Description\": \"$10 has been withdrawn from your account number 524043007 on 06/23/2023 01:55 PM. -\",\n            \"TransactionType\": \"Sent\",\n            \"TransactionTypeId\": null,\n            \"CurrencySymbol\": \"$\",\n            \"CurrencyCode\": null,\n            \"CurrencyDesc\": null,\n            \"AmountDisplay\": null,\n            \"TransactionAccountId\": null,\n            \"ChannelType\": \"ETRANSFER\",\n            \"UniqueClientName\": \"DCBank Demo\",\n            \"SourceCurrencyCode\": \"CAD\",\n            \"SourceAccountNumber\": \"524043007\",\n            \"SourceAccountName\": \"PrePaid Wallet Account\",\n            \"DestinationAccountNumber\": \"0\",\n            \"DestinationAccountName\": \"susan@dcbank.ca\",\n            \"DestinationCustomerName\": \"Susan Elias\",\n            \"AccountNumber\": 524043007,\n            \"AccountName\": \"PrePaid Wallet Account\",\n            \"AccountId\": 81987,\n            \"IBAN\": null,\n            \"RemainingBalance\": 917.5,\n            \"SenderName\": \"DCBank Demo\",\n            \"SenderBank\": \"\",\n            \"SenderShortName\": \"-\",\n            \"InteracReferenceNumber\": \"CAZW5SSp\",\n            \"SummaryDescription\": \"e-Transfer Sent\",\n            \"F43Name\": \"\",\n            \"WalletBalance\": \"\",\n            \"SettlementStatus\": \"\",\n            \"NoOfTransaction\": 0,\n            \"SettlementDate\": null,\n            \"FeeTypeDesc\": \"\"\n        },\n        {\n            \"Id\": 0,\n            \"UniqueClientId\": 1,\n            \"TransactionDate\": \"2023-06-23T09:54:28.523\",\n            \"TimeZoneOffsetMinutes\": -240,\n            \"Amount\": -15.25,\n            \"ReferenceNumber\": \"100000000004852917\",\n            \"Description\": \"$15.25 has been withdrawn from your account number 524043007 on 06/23/2023 01:54 PM. -\",\n            \"TransactionType\": \"Sent\",\n            \"TransactionTypeId\": null,\n            \"CurrencySymbol\": \"$\",\n            \"CurrencyCode\": null,\n            \"CurrencyDesc\": null,\n            \"AmountDisplay\": null,\n            \"TransactionAccountId\": null,\n            \"ChannelType\": \"ETRANSFER\",\n            \"UniqueClientName\": \"DCBank Demo\",\n            \"SourceCurrencyCode\": \"CAD\",\n            \"SourceAccountNumber\": \"524043007\",\n            \"SourceAccountName\": \"PrePaid Wallet Account\",\n            \"DestinationAccountNumber\": \"0\",\n            \"DestinationAccountName\": \"susan@dcbank.ca\",\n            \"DestinationCustomerName\": \"Susan Elias\",\n            \"AccountNumber\": 524043007,\n            \"AccountName\": \"PrePaid Wallet Account\",\n            \"AccountId\": 81987,\n            \"IBAN\": null,\n            \"RemainingBalance\": 927.5,\n            \"SenderName\": \"DCBank Demo\",\n            \"SenderBank\": \"\",\n            \"SenderShortName\": \"-\",\n            \"InteracReferenceNumber\": \"CANgvhtZ\",\n            \"SummaryDescription\": \"e-Transfer Sent\",\n            \"F43Name\": \"\",\n            \"WalletBalance\": \"\",\n            \"SettlementStatus\": \"\",\n            \"NoOfTransaction\": 0,\n            \"SettlementDate\": null,\n            \"FeeTypeDesc\": \"\"\n        },\n        {\n            \"Id\": 0,\n            \"UniqueClientId\": 1,\n            \"TransactionDate\": \"2023-06-22T10:32:45.153\",\n            \"TimeZoneOffsetMinutes\": -240,\n            \"Amount\": 1,\n            \"ReferenceNumber\": \"100000000004850719\",\n            \"Description\": \"Cancelled  Bill Payment of $1 has been paid on 06/19/2023 17:01 PM - Note\",\n            \"TransactionType\": \"Received\",\n            \"TransactionTypeId\": null,\n            \"CurrencySymbol\": \"$\",\n            \"CurrencyCode\": null,\n            \"CurrencyDesc\": null,\n            \"AmountDisplay\": null,\n            \"TransactionAccountId\": null,\n            \"ChannelType\": \"BILLPAYMENT\",\n            \"UniqueClientName\": \"DCBank Demo\",\n            \"SourceCurrencyCode\": \"CAD\",\n            \"SourceAccountNumber\": \"133690529\",\n            \"SourceAccountName\": \"TelpaySettlementAccount\",\n            \"DestinationAccountNumber\": \"524043007\",\n            \"DestinationAccountName\": \"PrePaid Wallet Account\",\n            \"DestinationCustomerName\": \"Craig  Whitby\",\n            \"AccountNumber\": 524043007,\n            \"AccountName\": \"PrePaid Wallet Account\",\n            \"AccountId\": 81987,\n            \"IBAN\": null,\n            \"RemainingBalance\": 942.75,\n            \"SenderName\": \"DCBank Demo\",\n            \"SenderBank\": \"DCBank Demo\",\n            \"SenderShortName\": \"-\",\n            \"InteracReferenceNumber\": \"-\",\n            \"SummaryDescription\": \"From Account (524043007) To Account (133690529) Amount of $ 1 money send. -> Note Canceled  19/06/2023\",\n            \"F43Name\": \"\",\n            \"WalletBalance\": \"\",\n            \"SettlementStatus\": \"\",\n            \"NoOfTransaction\": 0,\n            \"SettlementDate\": null,\n            \"FeeTypeDesc\": \"\"\n        },\n        {\n            \"Id\": 0,\n            \"UniqueClientId\": 1,\n            \"TransactionDate\": \"2023-06-21T12:26:56.907\",\n            \"TimeZoneOffsetMinutes\": -240,\n            \"Amount\": -19,\n            \"ReferenceNumber\": \"100000000004851303\",\n            \"Description\": \"$19 has been withdrawn from your account number 524043007 on 06/21/2023 04:26 PM. -\",\n            \"TransactionType\": \"Sent\",\n            \"TransactionTypeId\": null,\n            \"CurrencySymbol\": \"$\",\n            \"CurrencyCode\": null,\n            \"CurrencyDesc\": null,\n            \"AmountDisplay\": null,\n            \"TransactionAccountId\": null,\n            \"ChannelType\": \"ETRANSFER\",\n            \"UniqueClientName\": \"DCBank Demo\",\n            \"SourceCurrencyCode\": \"CAD\",\n            \"SourceAccountNumber\": \"524043007\",\n            \"SourceAccountName\": \"PrePaid Wallet Account\",\n            \"DestinationAccountNumber\": \"0\",\n            \"DestinationAccountName\": \"craig.whitby+prepaid@dcbank.ca\",\n            \"DestinationCustomerName\": \"Craig  Whitby\",\n            \"AccountNumber\": 524043007,\n            \"AccountName\": \"PrePaid Wallet Account\",\n            \"AccountId\": 81987,\n            \"IBAN\": null,\n            \"RemainingBalance\": 941.75,\n            \"SenderName\": \"DCBank Demo\",\n            \"SenderBank\": \"\",\n            \"SenderShortName\": \"-\",\n            \"InteracReferenceNumber\": \"CA2GBpym\",\n            \"SummaryDescription\": \"e-Transfer Sent\",\n            \"F43Name\": \"\",\n            \"WalletBalance\": \"\",\n            \"SettlementStatus\": \"\",\n            \"NoOfTransaction\": 0,\n            \"SettlementDate\": null,\n            \"FeeTypeDesc\": \"\"\n        },\n        {\n            \"Id\": 0,\n            \"UniqueClientId\": 1,\n            \"TransactionDate\": \"2023-06-21T11:55:49.537\",\n            \"TimeZoneOffsetMinutes\": -240,\n            \"Amount\": -5.25,\n            \"ReferenceNumber\": \"100000000004851291\",\n            \"Description\": \"$5.25 has been withdrawn from your account number 524043007 on 06/21/2023 03:55 PM. -\",\n            \"TransactionType\": \"Sent\",\n            \"TransactionTypeId\": null,\n            \"CurrencySymbol\": \"$\",\n            \"CurrencyCode\": null,\n            \"CurrencyDesc\": null,\n            \"AmountDisplay\": null,\n            \"TransactionAccountId\": null,\n            \"ChannelType\": \"ETRANSFER\",\n            \"UniqueClientName\": \"DCBank Demo\",\n            \"SourceCurrencyCode\": \"CAD\",\n            \"SourceAccountNumber\": \"524043007\",\n            \"SourceAccountName\": \"PrePaid Wallet Account\",\n            \"DestinationAccountNumber\": \"0\",\n            \"DestinationAccountName\": \"craig.whitby+prepaid@dcbank.ca\",\n            \"DestinationCustomerName\": \"Craig  Whitby\",\n            \"AccountNumber\": 524043007,\n            \"AccountName\": \"PrePaid Wallet Account\",\n            \"AccountId\": 81987,\n            \"IBAN\": null,\n            \"RemainingBalance\": 960.75,\n            \"SenderName\": \"DCBank Demo\",\n            \"SenderBank\": \"\",\n            \"SenderShortName\": \"-\",\n            \"InteracReferenceNumber\": \"CAQg76ma\",\n            \"SummaryDescription\": \"e-Transfer Sent\",\n            \"F43Name\": \"\",\n            \"WalletBalance\": \"\",\n            \"SettlementStatus\": \"\",\n            \"NoOfTransaction\": 0,\n            \"SettlementDate\": null,\n            \"FeeTypeDesc\": \"\"\n        },\n        {\n            \"Id\": 0,\n            \"UniqueClientId\": 1,\n            \"TransactionDate\": \"2023-06-19T17:01:43.977\",\n            \"TimeZoneOffsetMinutes\": -240,\n            \"Amount\": -1,\n            \"ReferenceNumber\": \"100000000004850719\",\n            \"Description\": \" Bill Payment of $1 has been paid on 06/19/2023 17:01 PM - Note\",\n            \"TransactionType\": \"Sent\",\n            \"TransactionTypeId\": null,\n            \"CurrencySymbol\": \"$\",\n            \"CurrencyCode\": null,\n            \"CurrencyDesc\": null,\n            \"AmountDisplay\": null,\n            \"TransactionAccountId\": null,\n            \"ChannelType\": \"BILLPAYMENT\",\n            \"UniqueClientName\": \"DCBank Demo\",\n            \"SourceCurrencyCode\": \"CAD\",\n            \"SourceAccountNumber\": \"524043007\",\n            \"SourceAccountName\": \"PrePaid Wallet Account\",\n            \"DestinationAccountNumber\": \"133690529\",\n            \"DestinationAccountName\": \"TelpaySettlementAccount\",\n            \"DestinationCustomerName\": \"Craig  Whitby\",\n            \"AccountNumber\": 524043007,\n            \"AccountName\": \"PrePaid Wallet Account\",\n            \"AccountId\": 81987,\n            \"IBAN\": null,\n            \"RemainingBalance\": 966,\n            \"SenderName\": \"DCBank Demo\",\n            \"SenderBank\": \"DCBank Demo\",\n            \"SenderShortName\": \"-\",\n            \"InteracReferenceNumber\": \"-\",\n            \"SummaryDescription\": \"Bill Payment Sent\",\n            \"F43Name\": \"\",\n            \"WalletBalance\": \"\",\n            \"SettlementStatus\": \"\",\n            \"NoOfTransaction\": 0,\n            \"SettlementDate\": null,\n            \"FeeTypeDesc\": \"\"\n        },\n        {\n            \"Id\": 0,\n            \"UniqueClientId\": 1,\n            \"TransactionDate\": \"2023-06-19T16:22:54.267\",\n            \"TimeZoneOffsetMinutes\": -240,\n            \"Amount\": 10,\n            \"ReferenceNumber\": \"100000000004846944\",\n            \"Description\": \"Cancelled $10 has been withdrawn from your account number 524043007 on 06/12/2023 04:51 PM. -\",\n            \"TransactionType\": \"Received\",\n            \"TransactionTypeId\": null,\n            \"CurrencySymbol\": \"$\",\n            \"CurrencyCode\": null,\n            \"CurrencyDesc\": null,\n            \"AmountDisplay\": null,\n            \"TransactionAccountId\": null,\n            \"ChannelType\": \"ETRANSFER\",\n            \"UniqueClientName\": \"DCBank Demo\",\n            \"SourceCurrencyCode\": \"CAD\",\n            \"SourceAccountNumber\": \"-\",\n            \"SourceAccountName\": \"craig.whitby+prepaid@dcbank.ca\",\n            \"DestinationAccountNumber\": \"524043007\",\n            \"DestinationAccountName\": \"PrePaid Wallet Account\",\n            \"DestinationCustomerName\": \"DCBank Demo\",\n            \"AccountNumber\": 524043007,\n            \"AccountName\": \"PrePaid Wallet Account\",\n            \"AccountId\": 81987,\n            \"IBAN\": null,\n            \"RemainingBalance\": 967,\n            \"SenderName\": \"DCBank Demo\",\n            \"SenderBank\": \"\",\n            \"SenderShortName\": \"-\",\n            \"InteracReferenceNumber\": \"CAHcmbrG\",\n            \"SummaryDescription\": \"eTransfer Sent 12/06/2023\",\n            \"F43Name\": \"\",\n            \"WalletBalance\": \"\",\n            \"SettlementStatus\": \"\",\n            \"NoOfTransaction\": 0,\n            \"SettlementDate\": null,\n            \"FeeTypeDesc\": \"\"\n        },\n        {\n            \"Id\": 0,\n            \"UniqueClientId\": 1,\n            \"TransactionDate\": \"2023-06-19T16:22:07.783\",\n            \"TimeZoneOffsetMinutes\": -240,\n            \"Amount\": -1,\n            \"ReferenceNumber\": \"100000000004850695\",\n            \"Description\": \" Bill Payment of $1 has been paid on 06/19/2023 16:22 PM - Notes\",\n            \"TransactionType\": \"Sent\",\n            \"TransactionTypeId\": null,\n            \"CurrencySymbol\": \"$\",\n            \"CurrencyCode\": null,\n            \"CurrencyDesc\": null,\n            \"AmountDisplay\": null,\n            \"TransactionAccountId\": null,\n            \"ChannelType\": \"BILLPAYMENT\",\n            \"UniqueClientName\": \"DCBank Demo\",\n            \"SourceCurrencyCode\": \"CAD\",\n            \"SourceAccountNumber\": \"524043007\",\n            \"SourceAccountName\": \"PrePaid Wallet Account\",\n            \"DestinationAccountNumber\": \"133690529\",\n            \"DestinationAccountName\": \"TelpaySettlementAccount\",\n            \"DestinationCustomerName\": \"Craig  Whitby\",\n            \"AccountNumber\": 524043007,\n            \"AccountName\": \"PrePaid Wallet Account\",\n            \"AccountId\": 81987,\n            \"IBAN\": null,\n            \"RemainingBalance\": 957,\n            \"SenderName\": \"DCBank Demo\",\n            \"SenderBank\": \"DCBank Demo\",\n            \"SenderShortName\": \"-\",\n            \"InteracReferenceNumber\": \"-\",\n            \"SummaryDescription\": \"Bill Payment Sent\",\n            \"F43Name\": \"\",\n            \"WalletBalance\": \"\",\n            \"SettlementStatus\": \"\",\n            \"NoOfTransaction\": 0,\n            \"SettlementDate\": null,\n            \"FeeTypeDesc\": \"\"\n        },\n        {\n            \"Id\": 0,\n            \"UniqueClientId\": 1,\n            \"TransactionDate\": \"2023-06-16T12:58:34.3\",\n            \"TimeZoneOffsetMinutes\": -240,\n            \"Amount\": -1,\n            \"ReferenceNumber\": \"100000000004849834\",\n            \"Description\": \"$1 has been withdrawn from your account number 524043007 on 06/16/2023 04:58 PM. Message here -Message here \",\n            \"TransactionType\": \"Sent\",\n            \"TransactionTypeId\": null,\n            \"CurrencySymbol\": \"$\",\n            \"CurrencyCode\": null,\n            \"CurrencyDesc\": null,\n            \"AmountDisplay\": null,\n            \"TransactionAccountId\": null,\n            \"ChannelType\": \"ETRANSFER\",\n            \"UniqueClientName\": \"DCBank Demo\",\n            \"SourceCurrencyCode\": \"CAD\",\n            \"SourceAccountNumber\": \"524043007\",\n            \"SourceAccountName\": \"PrePaid Wallet Account\",\n            \"DestinationAccountNumber\": \"0\",\n            \"DestinationAccountName\": \"tdunham232@gmail.com\",\n            \"DestinationCustomerName\": \"Request Money\",\n            \"AccountNumber\": 524043007,\n            \"AccountName\": \"PrePaid Wallet Account\",\n            \"AccountId\": 81987,\n            \"IBAN\": null,\n            \"RemainingBalance\": 958,\n            \"SenderName\": \"DCBank Demo\",\n            \"SenderBank\": \"\",\n            \"SenderShortName\": \"-\",\n            \"InteracReferenceNumber\": \"C1AHzEQT3u8n\",\n            \"SummaryDescription\": \"e-Transfer Sent\",\n            \"F43Name\": \"\",\n            \"WalletBalance\": \"\",\n            \"SettlementStatus\": \"\",\n            \"NoOfTransaction\": 0,\n            \"SettlementDate\": null,\n            \"FeeTypeDesc\": \"\"\n        },\n        {\n            \"Id\": 0,\n            \"UniqueClientId\": 1,\n            \"TransactionDate\": \"2023-06-16T12:32:59.163\",\n            \"TimeZoneOffsetMinutes\": -240,\n            \"Amount\": -10,\n            \"ReferenceNumber\": \"100000000004849814\",\n            \"Description\": \" Bill Payment of $10 has been paid on 06/16/2023 12:32 PM - Moat\",\n            \"TransactionType\": \"Sent\",\n            \"TransactionTypeId\": null,\n            \"CurrencySymbol\": \"$\",\n            \"CurrencyCode\": null,\n            \"CurrencyDesc\": null,\n            \"AmountDisplay\": null,\n            \"TransactionAccountId\": null,\n            \"ChannelType\": \"BILLPAYMENT\",\n            \"UniqueClientName\": \"DCBank Demo\",\n            \"SourceCurrencyCode\": \"CAD\",\n            \"SourceAccountNumber\": \"524043007\",\n            \"SourceAccountName\": \"PrePaid Wallet Account\",\n            \"DestinationAccountNumber\": \"133690529\",\n            \"DestinationAccountName\": \"TelpaySettlementAccount\",\n            \"DestinationCustomerName\": \"Craig  Whitby\",\n            \"AccountNumber\": 524043007,\n            \"AccountName\": \"PrePaid Wallet Account\",\n            \"AccountId\": 81987,\n            \"IBAN\": null,\n            \"RemainingBalance\": 959,\n            \"SenderName\": \"DCBank Demo\",\n            \"SenderBank\": \"DCBank Demo\",\n            \"SenderShortName\": \"-\",\n            \"InteracReferenceNumber\": \"-\",\n            \"SummaryDescription\": \"Bill Payment Sent\",\n            \"F43Name\": \"\",\n            \"WalletBalance\": \"\",\n            \"SettlementStatus\": \"\",\n            \"NoOfTransaction\": 0,\n            \"SettlementDate\": null,\n            \"FeeTypeDesc\": \"\"\n        },\n        {\n            \"Id\": 0,\n            \"UniqueClientId\": 1,\n            \"TransactionDate\": \"2023-06-15T11:59:43.297\",\n            \"TimeZoneOffsetMinutes\": -240,\n            \"Amount\": -10,\n            \"ReferenceNumber\": \"100000000004849369\",\n            \"Description\": \"$10 has been withdrawn from your account number 524043007 on 06/15/2023 03:59 PM. -\",\n            \"TransactionType\": \"Sent\",\n            \"TransactionTypeId\": null,\n            \"CurrencySymbol\": \"$\",\n            \"CurrencyCode\": null,\n            \"CurrencyDesc\": null,\n            \"AmountDisplay\": null,\n            \"TransactionAccountId\": null,\n            \"ChannelType\": \"ETRANSFER\",\n            \"UniqueClientName\": \"DCBank Demo\",\n            \"SourceCurrencyCode\": \"CAD\",\n            \"SourceAccountNumber\": \"524043007\",\n            \"SourceAccountName\": \"PrePaid Wallet Account\",\n            \"DestinationAccountNumber\": \"0\",\n            \"DestinationAccountName\": \"teryn.dunham@dcbank.ca\",\n            \"DestinationCustomerName\": \"Test Teryn\",\n            \"AccountNumber\": 524043007,\n            \"AccountName\": \"PrePaid Wallet Account\",\n            \"AccountId\": 81987,\n            \"IBAN\": null,\n            \"RemainingBalance\": 969,\n            \"SenderName\": \"DCBank Demo\",\n            \"SenderBank\": \"\",\n            \"SenderShortName\": \"-\",\n            \"InteracReferenceNumber\": \"CAG6PXrm\",\n            \"SummaryDescription\": \"e-Transfer Sent\",\n            \"F43Name\": \"\",\n            \"WalletBalance\": \"\",\n            \"SettlementStatus\": \"\",\n            \"NoOfTransaction\": 0,\n            \"SettlementDate\": null,\n            \"FeeTypeDesc\": \"\"\n        },\n        {\n            \"Id\": 0,\n            \"UniqueClientId\": 1,\n            \"TransactionDate\": \"2023-06-14T10:40:10.207\",\n            \"TimeZoneOffsetMinutes\": -240,\n            \"Amount\": -11,\n            \"ReferenceNumber\": \"100000000004848320\",\n            \"Description\": \" Bill Payment of $11 has been paid on 06/14/2023 10:40 AM - craig's payment\",\n            \"TransactionType\": \"Sent\",\n            \"TransactionTypeId\": null,\n            \"CurrencySymbol\": \"$\",\n            \"CurrencyCode\": null,\n            \"CurrencyDesc\": null,\n            \"AmountDisplay\": null,\n            \"TransactionAccountId\": null,\n            \"ChannelType\": \"BILLPAYMENT\",\n            \"UniqueClientName\": \"DCBank Demo\",\n            \"SourceCurrencyCode\": \"CAD\",\n            \"SourceAccountNumber\": \"524043007\",\n            \"SourceAccountName\": \"PrePaid Wallet Account\",\n            \"DestinationAccountNumber\": \"133690529\",\n            \"DestinationAccountName\": \"TelpaySettlementAccount\",\n            \"DestinationCustomerName\": \"Craig  Whitby\",\n            \"AccountNumber\": 524043007,\n            \"AccountName\": \"PrePaid Wallet Account\",\n            \"AccountId\": 81987,\n            \"IBAN\": null,\n            \"RemainingBalance\": 979,\n            \"SenderName\": \"DCBank Demo\",\n            \"SenderBank\": \"DCBank Demo\",\n            \"SenderShortName\": \"-\",\n            \"InteracReferenceNumber\": \"-\",\n            \"SummaryDescription\": \"Bill Payment Sent\",\n            \"F43Name\": \"\",\n            \"WalletBalance\": \"\",\n            \"SettlementStatus\": \"\",\n            \"NoOfTransaction\": 0,\n            \"SettlementDate\": null,\n            \"FeeTypeDesc\": \"\"\n        },\n        {\n            \"Id\": 0,\n            \"UniqueClientId\": 1,\n            \"TransactionDate\": \"2023-06-12T12:51:19.597\",\n            \"TimeZoneOffsetMinutes\": -240,\n            \"Amount\": -10,\n            \"ReferenceNumber\": \"100000000004846944\",\n            \"Description\": \"$10 has been withdrawn from your account number 524043007 on 06/12/2023 04:51 PM. -\",\n            \"TransactionType\": \"Sent\",\n            \"TransactionTypeId\": null,\n            \"CurrencySymbol\": \"$\",\n            \"CurrencyCode\": null,\n            \"CurrencyDesc\": null,\n            \"AmountDisplay\": null,\n            \"TransactionAccountId\": null,\n            \"ChannelType\": \"ETRANSFER\",\n            \"UniqueClientName\": \"DCBank Demo\",\n            \"SourceCurrencyCode\": \"CAD\",\n            \"SourceAccountNumber\": \"524043007\",\n            \"SourceAccountName\": \"PrePaid Wallet Account\",\n            \"DestinationAccountNumber\": \"0\",\n            \"DestinationAccountName\": \"craig.whitby+prepaid@dcbank.ca\",\n            \"DestinationCustomerName\": \"Craig  Whitby\",\n            \"AccountNumber\": 524043007,\n            \"AccountName\": \"PrePaid Wallet Account\",\n            \"AccountId\": 81987,\n            \"IBAN\": null,\n            \"RemainingBalance\": 990,\n            \"SenderName\": \"DCBank Demo\",\n            \"SenderBank\": \"\",\n            \"SenderShortName\": \"-\",\n            \"InteracReferenceNumber\": \"CAHcmbrG\",\n            \"SummaryDescription\": \"e-Transfer Sent\",\n            \"F43Name\": \"\",\n            \"WalletBalance\": \"\",\n            \"SettlementStatus\": \"\",\n            \"NoOfTransaction\": 0,\n            \"SettlementDate\": null,\n            \"FeeTypeDesc\": \"\"\n        },\n        {\n            \"Id\": 0,\n            \"UniqueClientId\": 1,\n            \"TransactionDate\": \"2023-06-09T15:51:52.163\",\n            \"TimeZoneOffsetMinutes\": -240,\n            \"Amount\": 1000,\n            \"ReferenceNumber\": \"100000000004842732\",\n            \"Description\": \"To account number 524043007 $ 1000.00 has been received from account number 576607568 on 06 /09/2023 03:51 PM - Test Quick Funds Transfer via Lender API\",\n            \"TransactionType\": \"Received\",\n            \"TransactionTypeId\": null,\n            \"CurrencySymbol\": \"$\",\n            \"CurrencyCode\": null,\n            \"CurrencyDesc\": null,\n            \"AmountDisplay\": null,\n            \"TransactionAccountId\": null,\n            \"ChannelType\": \"INTERNAL\",\n            \"UniqueClientName\": \"DCBank Demo\",\n            \"SourceCurrencyCode\": \"CAD\",\n            \"SourceAccountNumber\": \"576607568\",\n            \"SourceAccountName\": \"Wallet Funding\",\n            \"DestinationAccountNumber\": \"524043007\",\n            \"DestinationAccountName\": \"PrePaid Wallet Account\",\n            \"DestinationCustomerName\": \"Craig  Whitby\",\n            \"AccountNumber\": 524043007,\n            \"AccountName\": \"PrePaid Wallet Account\",\n            \"AccountId\": 81987,\n            \"IBAN\": null,\n            \"RemainingBalance\": 1000,\n            \"SenderName\": \"-\",\n            \"SenderBank\": \"-\",\n            \"SenderShortName\": \"-\",\n            \"InteracReferenceNumber\": \"-\",\n            \"SummaryDescription\": \"Money Sent\",\n            \"F43Name\": \"\",\n            \"WalletBalance\": \"\",\n            \"SettlementStatus\": \"\",\n            \"NoOfTransaction\": 0,\n            \"SettlementDate\": null,\n            \"FeeTypeDesc\": \"\"\n        }\n    ],\n    \"IsSucceeded\": true,\n    \"ErrorList\": [],\n    \"ParameterList\": [],\n    \"PaymentType\": null\n}"}],"_postman_id":"6d5b277a-7831-4c2f-8067-b618d8c8c248"}],"id":"defe38d5-16bc-4003-9f5e-e0084934d80d","_postman_id":"defe38d5-16bc-4003-9f5e-e0084934d80d","description":"","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{token}}"}]},"isInherited":true,"source":{"_postman_id":"8869d7bd-0788-46cf-8d20-ac14f428a8ec","id":"8869d7bd-0788-46cf-8d20-ac14f428a8ec","name":"EndUser API","type":"collection"}}},{"name":"Wallet","item":[{"name":"Iframe Temporary Control Number and TrackingId","id":"bda86d9e-bf95-43c1-9b5f-a01a08957865","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{token}}"}]},"isInherited":false},"method":"GET","header":[],"url":"https://connect.dcbankapi.ca:35344/customerintegrationapi/v1.0/Wallet/IframeTemporaryControlNumberAndTrackingId","description":"<h3 id=\"description\">Description</h3>\n<p>This API......</p>\n<h3 id=\"request-parameters\">Request Parameters</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Name</th>\n<th>Type</th>\n<th>Max Length</th>\n<th>Description</th>\n<th>Required/ Optional</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td></td>\n<td></td>\n<td></td>\n<td></td>\n<td></td>\n</tr>\n</tbody>\n</table>\n</div><h3 id=\"response-parameters\">Response Parameters</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Name</th>\n<th>Type</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>SessionId</td>\n<td><em>Numeric</em></td>\n<td>The ID of the current logged in session.</td>\n</tr>\n<tr>\n<td>TrackingId</td>\n<td><em>String</em></td>\n<td>The tracking ID of the current session.</td>\n</tr>\n</tbody>\n</table>\n</div><h3 id=\"related-errors\">Related Errors</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Error Code</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td></td>\n<td></td>\n</tr>\n</tbody>\n</table>\n</div><h3 id=\"version\">Version</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Version Supported</th>\n<th>Date Released</th>\n<th><strong>Deprecation Date</strong></th>\n<th>End of Life Date</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>v1.0</td>\n<td>December 2019</td>\n<td>TBD</td>\n<td>TBD</td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"path":["customerintegrationapi","v1.0","Wallet","IframeTemporaryControlNumberAndTrackingId"],"host":["https://connect.dcbankapi.ca:35344"],"query":[],"variable":[]}},"response":[{"id":"0410cc64-fcf8-4e8f-a87c-59c861a5254a","name":"Success","originalRequest":{"method":"GET","header":[],"url":"https://connect.dcbankapi.ca:35344/customerintegrationapi/v1.0/Wallet/IframeTemporaryControlNumberAndTrackingId"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Wed, 02 Aug 2023 11:35:48 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Server","value":"Kestrel"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Content-Encoding","value":"br"},{"key":"Vary","value":"Accept-Encoding"}],"cookie":[],"responseTime":null,"body":"{\n    \"ErrorCode\": \"0\",\n    \"ErrorDescription\": \"Successfull\",\n    \"StackTrace\": null,\n    \"Item\": {\n        \"SessionId\": \"200866\",\n        \"TrackingId\": \"FF48AF91-268F-43CB-BF9D-4FB47901EBFD\"\n    },\n    \"IsSucceeded\": true,\n    \"ErrorList\": [],\n    \"ParameterList\": [],\n    \"PaymentType\": null\n}"}],"_postman_id":"bda86d9e-bf95-43c1-9b5f-a01a08957865"}],"id":"28cf2527-a05e-449e-85ec-c441d725e0ed","_postman_id":"28cf2527-a05e-449e-85ec-c441d725e0ed","description":"","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{token}}"}]},"isInherited":true,"source":{"_postman_id":"8869d7bd-0788-46cf-8d20-ac14f428a8ec","id":"8869d7bd-0788-46cf-8d20-ac14f428a8ec","name":"EndUser API","type":"collection"}}},{"name":"PSP","item":[{"name":"Transactions","item":[{"name":"eTransfer","item":[{"name":"Create Money Send With Merchant","id":"d3723e70-8225-495c-96bf-7817e1e60812","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{token}}"}]},"isInherited":false},"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"AccountId\": 128168,\r\n    \"PayeeId\": 252440,\r\n    \"TransactionAmount\": 10.0,\r\n    \"SecurityQuestion\": \"red\",\r\n    \"SecurityQuestionAnswer\": \"red\",\r\n    \"Description\": null,\r\n    \"NotificationType\": 0,\r\n    \"PaymentType\": null,\r\n    \"MerchantNumber\": \"M002000025\"\r\n}\r\n","options":{"raw":{"language":"json"}}},"url":"https://connect.dcbankapi.ca:35344/customerintegrationapi/v1.0/PSPMerchant/CreateMoneySend","description":"<h3 id=\"description\">Description</h3>\n<p>The purpose of this API is to Create Money Send with a specific customer.</p>\n<h3 id=\"request-parameters\">Request Parameters</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Name</th>\n<th>Type</th>\n<th><strong>Max Length</strong></th>\n<th>Description</th>\n<th>Required/ Optional</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>SecurityQuestion</td>\n<td><em>String</em></td>\n<td>40</td>\n<td>Indicates the security question. Allows all special characters.  <br />  <br /><strong>Required</strong> if <em>Transaction Type Code</em> is <code>C</code> and no DDR.</td>\n<td>Optional</td>\n</tr>\n<tr>\n<td>SecurityQuestionAnswer</td>\n<td><em>String</em></td>\n<td>-</td>\n<td>Indicates the answer of the security question. Allows letters, digits, hyphens and French characters.  <br />  <br /><strong>Required</strong> if <em>Security Question</em> is selected.</td>\n<td>Optional</td>\n</tr>\n<tr>\n<td>NotificationType</td>\n<td><em>Integer</em></td>\n<td>1</td>\n<td>The type of notification selected:  <br /><code>0</code> Email (default)  <br /><code>1</code> SMS</td>\n<td>Optional</td>\n</tr>\n<tr>\n<td>AccountId</td>\n<td><em>Long</em></td>\n<td>-</td>\n<td>Indicates which account the money is being pulled from.</td>\n<td>Optional</td>\n</tr>\n<tr>\n<td>PayeeId</td>\n<td><em>Long</em></td>\n<td>-</td>\n<td>Indicates the Payee(receiver) on the other side of the transaction.</td>\n<td><strong>Required</strong></td>\n</tr>\n<tr>\n<td>TransactionAmount</td>\n<td><em>Decimal</em></td>\n<td>-</td>\n<td>Indicates the amount to be sent.</td>\n<td><strong>Required</strong></td>\n</tr>\n<tr>\n<td>Description</td>\n<td><em>String</em></td>\n<td>-</td>\n<td>The description of the transaction.</td>\n<td>Optional</td>\n</tr>\n<tr>\n<td>PaymentType</td>\n<td><em>String</em></td>\n<td>-</td>\n<td>The payment types:  <br /><code>Regular</code> - A regular money send.  <br />  <br /><code>Account Deposit</code> - An ANR transaction.  <br />  <br />Default is <code>Regular</code>.</td>\n<td>Optional</td>\n</tr>\n<tr>\n<td>MerchantNumber</td>\n<td><em>String</em></td>\n<td>-</td>\n<td>Indicates the Merchant to be used for this transaction.</td>\n<td><strong>Required</strong></td>\n</tr>\n</tbody>\n</table>\n</div><h3 id=\"response-parameters\">Response Parameters</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Name</th>\n<th>Type</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td></td>\n<td></td>\n<td></td>\n</tr>\n</tbody>\n</table>\n</div><h3 id=\"related-errors\">Related Errors</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Error Code</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td></td>\n<td></td>\n</tr>\n</tbody>\n</table>\n</div><h3 id=\"version\">Version</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Version Supported</th>\n<th>Date Released</th>\n<th><strong>Deprecation Date</strong></th>\n<th>End of Life Date</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>v1.0</td>\n<td>December 2019</td>\n<td>TBD</td>\n<td>TBD</td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"path":["customerintegrationapi","v1.0","PSPMerchant","CreateMoneySend"],"host":["https://connect.dcbankapi.ca:35344"],"query":[],"variable":[]}},"response":[],"_postman_id":"d3723e70-8225-495c-96bf-7817e1e60812"},{"name":"Create Money Request With Merchant","id":"c4fed92d-60df-439b-9164-1d19567ca3e3","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{token}}"}]},"isInherited":false},"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"PayeeId\": 77031,\r\n    \"TransactionAmount\": 3,\r\n    \"SecurityQuestion\": \"Hello\",\r\n    \"SecurityQuestionAnswer\": \"bye\",\r\n    \"Description\": null,\r\n    \"NotificationType\": 0,\r\n    \"AccountId\": 24015,\r\n    \"PaymentType\": \"AccountDeposit\",\r\n    \"MerchantNumber\": \"M002000025\"\r\n}","options":{"raw":{"language":"json"}}},"url":"https://connect.dcbankapi.ca:35344/customerintegrationapi/v1.0/PSPMerchant/CreateMoneyRequest","description":"<h3 id=\"description\">Description</h3>\n<p>The purpose of this API is to Create Money Request with a specific customer.</p>\n<h3 id=\"request-parameters\">Request Parameters</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Name</th>\n<th>Type</th>\n<th><strong>Max Length</strong></th>\n<th>Description</th>\n<th>Required/ Optional</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>SecurityQuestion</td>\n<td><em>String</em></td>\n<td>40</td>\n<td>Indicates the security question, allowing all special characters.  <br />  <br /><strong>Required</strong> if <em>Transaction Type Code</em> is <code>C</code> and no DDR.</td>\n<td>Optional</td>\n</tr>\n<tr>\n<td>SecurityQuestionAnswer</td>\n<td><em>String</em></td>\n<td>-</td>\n<td>Indicates the answer of the security question.  <br />Allows letters, digits, hyphens and French characters.  <br />  <br /><strong>Required</strong> if <em>Security Question</em> is selected.</td>\n<td>Optional</td>\n</tr>\n<tr>\n<td>NotificationType</td>\n<td><em>Integer</em></td>\n<td>1</td>\n<td>The notification type:  <br /><code>0</code> Email (default)  <br /><code>1</code> SMS</td>\n<td>Optional</td>\n</tr>\n<tr>\n<td>AccountId</td>\n<td><em>Numeric</em></td>\n<td>-</td>\n<td>Indicates which account the money is being pulled from.</td>\n<td>Optional</td>\n</tr>\n<tr>\n<td>PayeeId</td>\n<td><em>Numeric</em></td>\n<td>-</td>\n<td>Indicates the Payee(receiver) on the other side of the transaction.</td>\n<td><strong>Required</strong></td>\n</tr>\n<tr>\n<td>TransactionAmount</td>\n<td><em>Decimal</em></td>\n<td>-</td>\n<td>Indicates the amount to be sent.</td>\n<td><strong>Required</strong></td>\n</tr>\n<tr>\n<td>Description</td>\n<td><em>String</em></td>\n<td>-</td>\n<td>The description of the transaction.</td>\n<td>Optional</td>\n</tr>\n<tr>\n<td>PaymentType</td>\n<td><em>String</em></td>\n<td>-</td>\n<td><code>Regular</code> - A regular money send.  <br />  <br /><code>Account Deposit</code> - An ANR transaction.  <br />  <br />Default is <code>Regular</code>.</td>\n<td>Optional</td>\n</tr>\n<tr>\n<td>MerchantNumber</td>\n<td><em>String</em></td>\n<td>-</td>\n<td>Indicates the Merchant to be used for this transaction.</td>\n<td><strong>Required</strong></td>\n</tr>\n<tr>\n<td>EditableFulfillAmount</td>\n<td><em>Boolean</em></td>\n<td>-</td>\n<td>A <code>True</code> or <code>False</code> value that indicates whether the other side can modify the transaction amount or not.</td>\n<td>Optional</td>\n</tr>\n</tbody>\n</table>\n</div><h3 id=\"response-parameters\">Response Parameters</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Name</th>\n<th>Type</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td></td>\n<td></td>\n<td></td>\n</tr>\n</tbody>\n</table>\n</div><h3 id=\"related-errors\">Related Errors</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Error Code</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td></td>\n<td></td>\n</tr>\n</tbody>\n</table>\n</div><h3 id=\"version\">Version</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Version Supported</th>\n<th>Date Released</th>\n<th><strong>Deprecation Date</strong></th>\n<th>End of Life Date</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>v1.0</td>\n<td>December 2019</td>\n<td>TBD</td>\n<td>TBD</td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"path":["customerintegrationapi","v1.0","PSPMerchant","CreateMoneyRequest"],"host":["https://connect.dcbankapi.ca:35344"],"query":[],"variable":[]}},"response":[],"_postman_id":"c4fed92d-60df-439b-9164-1d19567ca3e3"}],"id":"b56c7e1b-bcc5-4098-b175-45182dd70481","_postman_id":"b56c7e1b-bcc5-4098-b175-45182dd70481","description":"","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{token}}"}]},"isInherited":true,"source":{"_postman_id":"8869d7bd-0788-46cf-8d20-ac14f428a8ec","id":"8869d7bd-0788-46cf-8d20-ac14f428a8ec","name":"EndUser API","type":"collection"}}},{"name":"EFT","item":[{"name":"Create Individual EFT Transaction With Merchant","id":"7acbb1a6-992f-4565-9d9b-268d22b4c679","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{token}}"}]},"isInherited":false},"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"EftTypeCode\": \"P\",\n    \"TransactionTypeCode\": \"C\",\n    \"TransactionCodeId\": 23081,\n    \"Amount\": 1,\n    \"TransactionDate\": \"2022-02-16\",\n    \"ReceiverId\": 43060,\n    \"FinancialAccountId\":163697,\n    \"Description\": \"test eft4\",\n    \"MerchantNumber\": \"M0712000002\"\n}"},"url":"https://connect.dcbankapi.ca:35344/customerintegrationapi/v1.0/PSP/CreateEftTransaction","description":"<h3 id=\"description\">Description</h3>\n<p>The Create Individual EFT Transaction API creates the EFT Transaction for the Customer.</p>\n<h3 id=\"request-parameters\">Request Parameters</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Name</th>\n<th>Type</th>\n<th>Max Length</th>\n<th>Description</th>\n<th>Required/ Optional</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>EftTypeCode</td>\n<td><em>String</em></td>\n<td>1</td>\n<td>Indicates EFT type code:  <br /><code>P</code> - Priority  <br /><code>R</code> - Regular</td>\n<td><strong>Required</strong></td>\n</tr>\n<tr>\n<td>CustomerNumber</td>\n<td><em>String</em></td>\n<td>11</td>\n<td>Indicates the unique customer number.  <br />This can be retrieved using the <strong>Get Eft Customer</strong> API.</td>\n<td><strong>Required</strong></td>\n</tr>\n<tr>\n<td>CustomerAccountId</td>\n<td><em>Integer</em></td>\n<td>17</td>\n<td>Indicates the unique customer account ID.  <br />This can be retrieved using the <strong>Get Eft Customer Account</strong> API.</td>\n<td><strong>Required</strong></td>\n</tr>\n<tr>\n<td>TransactionTypeCode</td>\n<td><em>String</em></td>\n<td>1</td>\n<td>Indicates the type of transaction:  <br /><code>C</code> - Credit  <br /><code>D</code> - Debit</td>\n<td><strong>Required</strong></td>\n</tr>\n<tr>\n<td>TransactionCodeId</td>\n<td><em>Integer</em></td>\n<td>6</td>\n<td>Indicates the Transaction Code ID.  <br />This can be retrieved using the <strong>Get Eft Transaction Code</strong> API.</td>\n<td><strong>Required</strong></td>\n</tr>\n<tr>\n<td>Amount</td>\n<td><em>Decimal</em></td>\n<td>10</td>\n<td>Indicates the amount of money that is to be sent/deposited.</td>\n<td><strong>Required</strong></td>\n</tr>\n<tr>\n<td>TransactionDate</td>\n<td><em>DateTime</em></td>\n<td>yyyy-mm-dd  <br />(UTC)</td>\n<td>Indicates the date of transaction.</td>\n<td><strong>Required</strong></td>\n</tr>\n<tr>\n<td>Description</td>\n<td><em>String</em></td>\n<td>250</td>\n<td>Indicates the description for the transaction.</td>\n<td>Optional</td>\n</tr>\n<tr>\n<td>FinancialAccountId</td>\n<td><em>Integer</em></td>\n<td></td>\n<td>Indicates the destination account ID to use for sending / receiving funds.  <br />  <br />This value can be obtained using the <strong>Client API -&gt; Client -&gt; Account -&gt; Get All Accounts</strong> API.</td>\n<td>Optional</td>\n</tr>\n<tr>\n<td>CustomerStoreCode</td>\n<td><em>String</em></td>\n<td>5</td>\n<td>Indicates the store code created in Client Setup.</td>\n<td>Optional</td>\n</tr>\n<tr>\n<td>MerchantNubmer</td>\n<td><em>String</em></td>\n<td>20</td>\n<td>Indicates the Merchant used in this transaction.</td>\n<td><strong>Required</strong></td>\n</tr>\n</tbody>\n</table>\n</div><h3 id=\"response-parameters\">Response Parameters</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Name</th>\n<th>Type</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td></td>\n<td></td>\n<td></td>\n</tr>\n</tbody>\n</table>\n</div><h3 id=\"related-errors\">Related Errors</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Error Code</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td></td>\n<td></td>\n</tr>\n</tbody>\n</table>\n</div><h3 id=\"version\">Version</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Version Supported</th>\n<th>Date Released</th>\n<th>End of Life Date</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>v1.0</td>\n<td>December 2019</td>\n<td>TBD</td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"path":["customerintegrationapi","v1.0","PSP","CreateEftTransaction"],"host":["https://connect.dcbankapi.ca:35344"],"query":[],"variable":[]}},"response":[{"id":"e3e9ca86-a15e-4165-b789-d2505ec80b98","name":"Success","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{token}}","type":"text"},{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"EftTypeCode\": \"R\",\n    \"CustomerNumber\": \"12345571\",\n    \"CustomerAccountId\": 20044,\n    \"TransactionTypeCode\": \"C\",\n    \"TransactionCodeId\": 23020,\n    \"Amount\": 1.50,\n    \"TransactionDate\": \"2020-04-01T00:00:00.0000000-00:00\",\n    \"Description\": \"One time payment\"\n}","options":{"raw":{"language":"json"}}},"url":"https://connect.dcbankapi.ca:35344/integrationapi/v1.0/EFT/CreateEftTransaction"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"ErrorCode\": \"0\",\n    \"ErrorDescription\": \"Successfull\",\n    \"StackTrace\": null,\n    \"Item\": 101853,\n    \"IsSucceeded\": true,\n    \"ErrorList\": [],\n    \"ParameterList\": []\n}"}],"_postman_id":"7acbb1a6-992f-4565-9d9b-268d22b4c679"}],"id":"edc7b2fe-a28d-4a44-b04b-4d1e5ed80f39","_postman_id":"edc7b2fe-a28d-4a44-b04b-4d1e5ed80f39","description":"","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{token}}"}]},"isInherited":true,"source":{"_postman_id":"8869d7bd-0788-46cf-8d20-ac14f428a8ec","id":"8869d7bd-0788-46cf-8d20-ac14f428a8ec","name":"EndUser API","type":"collection"}}},{"name":"Bill","item":[{"name":"Create Bill Payment With Merchant","id":"b249958f-c222-454c-b8e5-6fbfab3c0b89","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{token}}"}]},"isInherited":false},"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"AccountId\": \"<integer>\",\r\n    \"PayeeName\": \"<string>\",\r\n    \"PayeeCode\": \"<string>\",\r\n    \"PayeeAccountNumber\": \"<string>\",\r\n    \"Amount\": \"<integer>\",\r\n    \"Description\": \"<string>\",\r\n    \"MerchantNumber\": \"<string>\"\r\n}","options":{"raw":{"language":"json"}}},"url":"https://connect.dcbankapi.ca:35344/customerintegrationapi/v1.0/PSPMerchant/CreateBillPayment","description":"<h3 id=\"description\">Description</h3>\n<p>The Create Individual Bill Payment API creates the bill transaction so that only one payment is required.</p>\n<h3 id=\"request-parameters\">Request Parameters</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Name</th>\n<th>Type</th>\n<th>Max Length</th>\n<th>Description</th>\n<th>Required/ Optional</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>PayeeCode</td>\n<td><em>String</em></td>\n<td>6</td>\n<td>The unique payee code.  <br />This value can be retrieved using the <strong>Bill Payment -&gt; Get Payee List</strong> API.</td>\n<td><strong>Required</strong></td>\n</tr>\n<tr>\n<td>AccountId</td>\n<td><em>Numeric</em></td>\n<td>15</td>\n<td>Indicates the Account to pull funds from.</td>\n<td>Optional</td>\n</tr>\n<tr>\n<td>PayeeName</td>\n<td><em>String</em></td>\n<td>30</td>\n<td>Indicates the payee name.  <br />This value can be retrieved using the <strong>Bill Payment -&gt; Get Payee List</strong> API.</td>\n<td><strong>Required</strong></td>\n</tr>\n<tr>\n<td>Amount</td>\n<td><em>Decimal</em></td>\n<td>15</td>\n<td>Indicates amount that is to be paid.</td>\n<td><strong>Required</strong></td>\n</tr>\n<tr>\n<td>PayeeAccountNumber</td>\n<td><em>String</em></td>\n<td>20</td>\n<td>Indicates the payee account number which is written on the bill to be paid.</td>\n<td><strong>Required</strong></td>\n</tr>\n<tr>\n<td>Description</td>\n<td><em>String</em></td>\n<td>150</td>\n<td>Indicates the payment description.</td>\n<td>Optional</td>\n</tr>\n<tr>\n<td>MerchantNumber</td>\n<td><em>String</em></td>\n<td>20</td>\n<td>Indicates the Merchant to be used for this transaction.</td>\n<td><strong>Required</strong></td>\n</tr>\n</tbody>\n</table>\n</div><h3 id=\"response-parameters\">Response Parameters</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Name</th>\n<th>Type</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td></td>\n<td></td>\n<td></td>\n</tr>\n</tbody>\n</table>\n</div><h3 id=\"related-errors\">Related Errors</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Error Code</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td></td>\n<td></td>\n</tr>\n</tbody>\n</table>\n</div><h3 id=\"version\">Version</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Version Supported</th>\n<th>Date Released</th>\n<th><strong>Deprecation Date</strong></th>\n<th>End of Life Date</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>v1.0</td>\n<td>December 2019</td>\n<td>TBD</td>\n<td>TBD</td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"path":["customerintegrationapi","v1.0","PSPMerchant","CreateBillPayment"],"host":["https://connect.dcbankapi.ca:35344"],"query":[],"variable":[]}},"response":[],"_postman_id":"b249958f-c222-454c-b8e5-6fbfab3c0b89"}],"id":"a671c954-e489-4839-a9df-f71e216f6291","_postman_id":"a671c954-e489-4839-a9df-f71e216f6291","description":"","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{token}}"}]},"isInherited":true,"source":{"_postman_id":"8869d7bd-0788-46cf-8d20-ac14f428a8ec","id":"8869d7bd-0788-46cf-8d20-ac14f428a8ec","name":"EndUser API","type":"collection"}}}],"id":"2617889b-4000-412a-9df9-7e92297fa778","_postman_id":"2617889b-4000-412a-9df9-7e92297fa778","description":"","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{token}}"}]},"isInherited":true,"source":{"_postman_id":"8869d7bd-0788-46cf-8d20-ac14f428a8ec","id":"8869d7bd-0788-46cf-8d20-ac14f428a8ec","name":"EndUser API","type":"collection"}}},{"name":"CustomerTransaction","item":[],"id":"49863544-7d1b-4312-babd-c0024fef219b","_postman_id":"49863544-7d1b-4312-babd-c0024fef219b","description":"","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{token}}"}]},"isInherited":true,"source":{"_postman_id":"8869d7bd-0788-46cf-8d20-ac14f428a8ec","id":"8869d7bd-0788-46cf-8d20-ac14f428a8ec","name":"EndUser API","type":"collection"}}}],"id":"da40d15d-50ef-46f2-90a2-4f5d80bcb941","_postman_id":"da40d15d-50ef-46f2-90a2-4f5d80bcb941","description":"","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{token}}"}]},"isInherited":true,"source":{"_postman_id":"8869d7bd-0788-46cf-8d20-ac14f428a8ec","id":"8869d7bd-0788-46cf-8d20-ac14f428a8ec","name":"EndUser API","type":"collection"}}}],"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{token}}"}]}},"event":[{"listen":"prerequest","script":{"id":"7728f128-4432-4493-be62-10fc73d011e6","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"46609aa4-56e2-41ab-8c0a-da425c376fc0","type":"text/javascript","exec":[""]}}],"variable":[{"key":"stableVersion","value":"v1.0"},{"key":"baseUrl","value":"https://enduserprod.dcbankapi.com"},{"key":"baseUrl","value":"https://connect.dcbankapi.ca:35344"}]}