{"info":{"_postman_id":"dad82c21-967f-4613-9d18-c30dc70a714f","name":"Third Party API","description":"<html><head></head><body><p>DC Bank Call Center APIs v1.0</p>\n</body></html>","schema":"https://schema.getpostman.com/json/collection/v2.0.0/collection.json","toc":[],"owner":"10757426","collectionId":"dad82c21-967f-4613-9d18-c30dc70a714f","publishedId":"SzS7P5eP","public":true,"customColor":{"top-bar":"FFFFFF","right-sidebar":"303030","highlight":"EF5B25"},"publishDate":"2020-10-07T16:40:12.000Z"},"item":[{"name":"Call Center & IVR","item":[{"name":"Authentication","item":[{"name":"Authentication - Login","id":"c71b9753-abb8-433e-9870-5e2444c76f4e","request":{"auth":{"type":"noauth","isInherited":false},"method":"POST","header":[{"key":"Content-Type","value":"","description":"<p>(Required) </p>\n"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"UserName\": \"<string>\",\n    \"Password\": \"<string>\"\n}"},"url":"https://ivrprod.dcbankapi.com/callcenterintegrationapi/v1.0/Authentication/Login?Ocp-Apim-Subscription=","description":"<h3 id=\"description\">Description</h3>\n<p>This is the main screen that will be shown when the user opens the website for the first time and subsequent entries. The access token must be written to each operation to be authorized. This section allows the user’s email and password to convert to bearer access token using the base64 form. If there is no user with the given basic value, then it will fail. Provides protection of email and password.</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>UserName</td>\n<td><em>String</em></td>\n<td>-</td>\n<td>The client/customers username.</td>\n<td><strong>Required</strong></td>\n</tr>\n<tr>\n<td>Password</td>\n<td><em>String</em></td>\n<td>-</td>\n<td>The client/customers 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>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 Is Not Ok</td>\n</tr>\n<tr>\n<td>UserLoginE10</td>\n<td>User Profile Definition Does Not Exist</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":["callcenterintegrationapi","v1.0","Authentication","Login"],"host":["https://ivrprod.dcbankapi.com"],"query":[{"key":"Ocp-Apim-Subscription","value":""}],"variable":[]}},"response":[{"id":"53d65143-ccc2-4d03-8c5a-8f1823da6c51","name":"Success","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"","description":"(Required) "}],"body":{"mode":"raw","raw":"{\n    \"UserName\": \"<string>\",\n    \"Password\": \"<string>\"\n}"},"url":"https://ivrprod.dcbankapi.com/callcenterintegrationapi/v1.0/Authentication/Login"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n \"ErrorCode\": \"<string>\",\n \"ErrorDescription\": \"<string>\",\n \"StackTrace\": \"<string>\",\n \"DCBankApiAccessToken\": \"<string>\",\n \"LastLoginDateTime\": \"<dateTime>\",\n \"ExpireAfterMinutes\": \"<integer>\",\n \"IsSucceeded\": \"<boolean>\",\n \"ErrorList\": [\n  {\n   \"ErrorCode\": \"<string>\",\n   \"ErrorDescription\": \"<string>\",\n   \"ParameterList\": [\n    \"<string>\",\n    \"<string>\"\n   ]\n  },\n  {\n   \"ErrorCode\": \"<string>\",\n   \"ErrorDescription\": \"<string>\",\n   \"ParameterList\": [\n    \"<string>\",\n    \"<string>\"\n   ]\n  }\n ],\n \"ParameterList\": [\n  \"<string>\",\n  \"<string>\"\n ]\n}"}],"_postman_id":"c71b9753-abb8-433e-9870-5e2444c76f4e"},{"name":"Authentication - Change Password","id":"222c28ac-db79-4347-9057-e747cdd1fd1d","request":{"auth":{"type":"noauth","isInherited":false},"method":"POST","header":[{"key":"Content-Type","value":"","description":"<p>(Required) </p>\n"},{"key":"Authorization","value":""},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"UserName\": \"<string>\",\n    \"OldPassword\": \"<string>\",\n    \"NewPassword\": \"<string>\"\n}"},"url":"https://ivrprod.dcbankapi.com/callcenterintegrationapi/v1.0/Authentication/ChangePassword?Ocp-Apim-Subscription=","description":"<h3 id=\"description\">Description</h3>\n<p>The user can change the password through ChangePassword if desired.</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>UserName</td>\n<td><em>String</em></td>\n<td>-</td>\n<td>The client/customer username.</td>\n<td><strong>Required</strong></td>\n</tr>\n<tr>\n<td>OldPassword</td>\n<td><em>String</em></td>\n<td>-</td>\n<td>the client/customer 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 client/customer new 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>ChgPasswordE6</td>\n<td>User Not Found</td>\n</tr>\n<tr>\n<td>ChgPasswordE16</td>\n<td>Wrong User Type</td>\n</tr>\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>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":["callcenterintegrationapi","v1.0","Authentication","ChangePassword"],"host":["https://ivrprod.dcbankapi.com"],"query":[{"key":"Ocp-Apim-Subscription","value":""}],"variable":[]}},"response":[{"id":"e623becb-0a9b-48b7-8f08-9082bf68a2ae","name":"Success","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"","description":"(Required) "},{"key":"Authorization","value":""}],"body":{"mode":"raw","raw":"{\n    \"UserName\": \"<string>\",\n    \"OldPassword\": \"<string>\",\n    \"NewPassword\": \"<string>\"\n}"},"url":"https://ivrprod.dcbankapi.com/callcenterintegrationapi/v1.0/Authentication/ChangePassword"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n \"ErrorCode\": \"<string>\",\n \"ErrorDescription\": \"<string>\",\n \"StackTrace\": \"<string>\",\n \"IsSucceeded\": \"<boolean>\",\n \"ErrorList\": [\n  {\n   \"ErrorCode\": \"<string>\",\n   \"ErrorDescription\": \"<string>\",\n   \"ParameterList\": [\n    \"<string>\",\n    \"<string>\"\n   ]\n  },\n  {\n   \"ErrorCode\": \"<string>\",\n   \"ErrorDescription\": \"<string>\",\n   \"ParameterList\": [\n    \"<string>\",\n    \"<string>\"\n   ]\n  }\n ],\n \"ParameterList\": [\n  \"<string>\",\n  \"<string>\"\n ]\n}"}],"_postman_id":"222c28ac-db79-4347-9057-e747cdd1fd1d"},{"name":"Authentication - Logout","id":"86d7c19e-363f-4622-9ee1-ed89962ab91f","request":{"auth":{"type":"noauth","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":"\"<object>\""},"url":"https://ivrprod.dcbankapi.com/callcenterintegrationapi/v1.0/Authentication/Logout?Ocp-Apim-Subscription=","description":"<h3 id=\"description\">Description</h3>\n<p>This section is used to logout. There is no body part.</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>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":["callcenterintegrationapi","v1.0","Authentication","Logout"],"host":["https://ivrprod.dcbankapi.com"],"query":[{"key":"Ocp-Apim-Subscription","value":""}],"variable":[]}},"response":[{"id":"1b364e89-829d-4227-9ab2-9b7354f40048","name":"Success","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"","description":"(Required) "},{"key":"Authorization","value":"","description":"(Required) "}],"body":{"mode":"raw","raw":"\"<object>\""},"url":"https://ivrprod.dcbankapi.com/callcenterintegrationapi/v1.0/Authentication/Logout"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n \"ErrorCode\": \"<string>\",\n \"ErrorDescription\": \"<string>\",\n \"StackTrace\": \"<string>\",\n \"IsSucceeded\": \"<boolean>\",\n \"ErrorList\": [\n  {\n   \"ErrorCode\": \"<string>\",\n   \"ErrorDescription\": \"<string>\",\n   \"ParameterList\": [\n    \"<string>\",\n    \"<string>\"\n   ]\n  },\n  {\n   \"ErrorCode\": \"<string>\",\n   \"ErrorDescription\": \"<string>\",\n   \"ParameterList\": [\n    \"<string>\",\n    \"<string>\"\n   ]\n  }\n ],\n \"ParameterList\": [\n  \"<string>\",\n  \"<string>\"\n ]\n}"}],"_postman_id":"86d7c19e-363f-4622-9ee1-ed89962ab91f"},{"name":"Authentication - HealthCheck","id":"38b7fcb4-1272-4be9-8f84-eead48204592","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","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    \"Request\": \"<string>\"\n}"},"url":"https://ivrprod.dcbankapi.com/callcenterintegrationapi/v1.0/Authentication/HealthCheck","description":"<h3 id=\"description\">Description</h3>\n<p>The purpose of this HealthCheck API is to verify that the APIs are working as expected.</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>Response</td>\n<td><em>String</em></td>\n<td>A response from the API signalling success.</td>\n</tr>\n<tr>\n<td>ServerDateTime</td>\n<td><em>DateTime</em></td>\n<td>The serve date/time the successful test was completed.</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":["callcenterintegrationapi","v1.0","Authentication","HealthCheck"],"host":["https://ivrprod.dcbankapi.com"],"query":[],"variable":[]}},"response":[{"id":"7850c63d-5ca4-4ed0-84d9-879d86b13457","name":"Success","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"","description":"(Required) "},{"key":"Authorization","value":"","description":"(Required) "}],"body":{"mode":"raw","raw":"{\n    \"Request\": \"<string>\"\n}"},"url":"https://ivrprod.dcbankapi.com/callcenterintegrationapi/v1.0/Authentication/HealthCheck"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n \"Response\": \"<string>\",\n \"ServerDateTime\": \"<dateTime>\"\n}"}],"_postman_id":"38b7fcb4-1272-4be9-8f84-eead48204592"},{"name":"Heartbeat","id":"5b59b43c-2ca6-4839-866a-a34928dfb867","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://ivrprod.dcbankapi.com/heartbeat","description":"<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\napplication-layer testing to ensure all systems are available. If you get the <strong>\"Hello from the server\"</strong> response, it means the API is working successfully. </p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{token}}"}]},"isInherited":true,"source":{"_postman_id":"dad82c21-967f-4613-9d18-c30dc70a714f","id":"dad82c21-967f-4613-9d18-c30dc70a714f","name":"Third Party API","type":"collection"}},"urlObject":{"path":["heartbeat"],"host":["https://ivrprod.dcbankapi.com"],"query":[],"variable":[]}},"response":[{"id":"0d92fb5c-8b75-445d-841f-81001834526a","name":"response","originalRequest":{"method":"GET","header":[],"url":"https://ivrprod.dcbankapi.com/heartbeat"},"status":"OK","code":200,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"5b59b43c-2ca6-4839-866a-a34928dfb867"}],"id":"1de05e35-b659-4899-83dd-b490f03a28ec","_postman_id":"1de05e35-b659-4899-83dd-b490f03a28ec","description":"","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{token}}"}]},"isInherited":true,"source":{"_postman_id":"dad82c21-967f-4613-9d18-c30dc70a714f","id":"dad82c21-967f-4613-9d18-c30dc70a714f","name":"Third Party API","type":"collection"}}},{"name":"Call Center","item":[{"name":"Call Center - Get Client Info By User Name","id":"75ddc5cf-fc95-4edf-8d4a-deea28befde3","request":{"auth":{"type":"noauth","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    \"UserName\": \"<string>\"\n}"},"url":"https://ivrprod.dcbankapi.com/callcenterintegrationapi/v1.0/CallCenter/GetClientInfoByUserName?Ocp-Apim-Subscription=","description":"<h3 id=\"description\">Description</h3>\n<p>The purpose of this section is to retrieve the client information through using UserName parameter.</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>UserName</td>\n<td><em>String</em></td>\n<td>-</td>\n<td>The client/customer username.</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>UniqueClientId</td>\n<td><em>String</em></td>\n<td>The clients unique identifier.</td>\n</tr>\n<tr>\n<td>StoreCode</td>\n<td><em>Long</em></td>\n<td>The store code.</td>\n</tr>\n<tr>\n<td>ClientName</td>\n<td><em>String</em></td>\n<td>The name of the client.</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>CallCenterAPIGetClientInfoByUserNameE1</td>\n<td>Request cannot be null.</td>\n</tr>\n<tr>\n<td>CallCenterAPIGetClientInfoByUserNameE2</td>\n<td>User is not defined.</td>\n</tr>\n<tr>\n<td>CallCenterAPIGetClientInfoByUserNameE3</td>\n<td>User does not have a valid Unique Client ID.</td>\n</tr>\n<tr>\n<td>CallCenterAPIGetClientInfoByUserNameE4</td>\n<td>User does not have a valid Client Type.</td>\n</tr>\n<tr>\n<td>CallCenterAPIGetClientInfoByUserNameE5</td>\n<td>User does not have a valid Client.</td>\n</tr>\n<tr>\n<td>CallCenterAPIGetClientInfoByUserNameE6</td>\n<td>User does not have a valid Client.</td>\n</tr>\n<tr>\n<td>CallCenterAPIGetClientInfoByUserNameE7</td>\n<td>User does not have a valid Client Type.</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":["callcenterintegrationapi","v1.0","CallCenter","GetClientInfoByUserName"],"host":["https://ivrprod.dcbankapi.com"],"query":[{"key":"Ocp-Apim-Subscription","value":""}],"variable":[]}},"response":[{"id":"25d4a72a-678d-4df9-a4c3-33837fc37005","name":"Success","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"","description":"(Required) "},{"key":"Authorization","value":"","description":"(Required) "}],"body":{"mode":"raw","raw":"{\n    \"UserName\": \"<string>\"\n}"},"url":"https://ivrprod.dcbankapi.com/callcenterintegrationapi/v1.0/CallCenter/GetClientInfoByUserName"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n \"ErrorCode\": \"<string>\",\n \"ErrorDescription\": \"<string>\",\n \"StackTrace\": \"<string>\",\n \"Item\": {\n  \"UniqueClientId\": \"<long>\",\n  \"StoreCode\": \"<long>\",\n  \"ClientName\": \"<string>\"\n },\n \"IsSucceeded\": \"<boolean>\",\n \"ErrorList\": [\n  {\n   \"ErrorCode\": \"<string>\",\n   \"ErrorDescription\": \"<string>\",\n   \"ParameterList\": [\n    \"<string>\",\n    \"<string>\"\n   ]\n  },\n  {\n   \"ErrorCode\": \"<string>\",\n   \"ErrorDescription\": \"<string>\",\n   \"ParameterList\": [\n    \"<string>\",\n    \"<string>\"\n   ]\n  }\n ],\n \"ParameterList\": [\n  \"<string>\",\n  \"<string>\"\n ]\n}"}],"_postman_id":"75ddc5cf-fc95-4edf-8d4a-deea28befde3"},{"name":"Call Center - Get Client Customer Info By Email And Card Number","id":"b985e2ad-bdad-408e-bacd-6a65dd17af94","request":{"auth":{"type":"noauth","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    \"Email\": \"<string>\",\n    \"CardNumber\": \"<string>\"\n}"},"url":"https://ivrprod.dcbankapi.com/callcenterintegrationapi/v1.0/CallCenter/GetClientCustomerInfoByEmailAndCardNumber?Ocp-Apim-Subscription=","description":"<h3 id=\"description\">Description</h3>\n<p>The purpose of this section is to retrieve the Cardholder’s information through using Email and the last four digits of the card parameters.</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>-</td>\n<td>The email associated with the client customer.</td>\n<td><strong>Required</strong></td>\n</tr>\n<tr>\n<td>CardNumber</td>\n<td><em>Numeric</em></td>\n<td>-</td>\n<td>The last 4-digits of the card 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>DCBankCustomerNo</td>\n<td><em>String</em></td>\n<td>The DC Bank customer number.</td>\n</tr>\n<tr>\n<td>ClientCustomerNo</td>\n<td><em>String</em></td>\n<td>The client customer number.</td>\n</tr>\n<tr>\n<td>UniqueClientId</td>\n<td><em>Long</em></td>\n<td>The clients unique identifier.</td>\n</tr>\n<tr>\n<td>CustomerName</td>\n<td><em>String</em></td>\n<td>The customers name.</td>\n</tr>\n<tr>\n<td>CustomerDOB</td>\n<td><em>DateTime</em></td>\n<td>The customers date of birth.</td>\n</tr>\n<tr>\n<td>CustomerPhoneNumber</td>\n<td><em>String</em></td>\n<td>The customers phone 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>CallCenterAPIGetClientCustomerInfoByEmailAndCardNumberE1</td>\n<td>Request cannot be null.</td>\n</tr>\n<tr>\n<td>CallCenterAPIGetClientCustomerInfoByEmailAndCardNumberE2</td>\n<td>There is no client customer defined to email.</td>\n</tr>\n<tr>\n<td>CallCenterAPIGetClientCustomerInfoByEmailAndCardNumberE3</td>\n<td>Card Number cannot be null.</td>\n</tr>\n<tr>\n<td>CallCenterAPIGetClientCustomerInfoByEmailAndCardNumberE4</td>\n<td>Card Number can exactly have 4 number characters.</td>\n</tr>\n<tr>\n<td>CallCenterAPIGetClientCustomerInfoByEmailAndCardNumberE5</td>\n<td>Cannot find valid card info from last 4 digits.</td>\n</tr>\n<tr>\n<td>CallCenterAPIGetClientCustomerInfoByEmailAndCardNumberE6</td>\n<td>Client Customer does not have a valid Unique Client ID.</td>\n</tr>\n<tr>\n<td>CallCenterAPIGetClientCustomerInfoByEmailAndCardNumberE7</td>\n<td>Client Customer does not have a valid Phone Info.</td>\n</tr>\n<tr>\n<td>CallCenterAPIGetClientCustomerInfoByEmailAndCardNumberE8</td>\n<td>Client Customer does not have a valid Phone Number.</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":["callcenterintegrationapi","v1.0","CallCenter","GetClientCustomerInfoByEmailAndCardNumber"],"host":["https://ivrprod.dcbankapi.com"],"query":[{"key":"Ocp-Apim-Subscription","value":""}],"variable":[]}},"response":[{"id":"061c9110-fb86-413c-a0d6-dde40b90368a","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    \"CardNumber\": \"<string>\"\n}"},"url":"https://ivrprod.dcbankapi.com/callcenterintegrationapi/v1.0/CallCenter/GetClientCustomerInfoByEmailAndCardNumber"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n \"ErrorCode\": \"<string>\",\n \"ErrorDescription\": \"<string>\",\n \"StackTrace\": \"<string>\",\n \"Item\": {\n  \"DCBankCustomerNo\": \"<string>\",\n  \"ClientCustomerNo\": \"<string>\",\n  \"UniqueClientId\": \"<long>\",\n  \"CustomerName\": \"<string>\",\n  \"CustomerDOB\": \"<dateTime>\",\n  \"CustomerPhoneNumber\": \"<string>\"\n },\n \"IsSucceeded\": \"<boolean>\",\n \"ErrorList\": [\n  {\n   \"ErrorCode\": \"<string>\",\n   \"ErrorDescription\": \"<string>\",\n   \"ParameterList\": [\n    \"<string>\",\n    \"<string>\"\n   ]\n  },\n  {\n   \"ErrorCode\": \"<string>\",\n   \"ErrorDescription\": \"<string>\",\n   \"ParameterList\": [\n    \"<string>\",\n    \"<string>\"\n   ]\n  }\n ],\n \"ParameterList\": [\n  \"<string>\",\n  \"<string>\"\n ]\n}"}],"_postman_id":"b985e2ad-bdad-408e-bacd-6a65dd17af94"}],"id":"a2b94ec1-1b33-4abe-abd9-5c6fc62635f0","_postman_id":"a2b94ec1-1b33-4abe-abd9-5c6fc62635f0","description":"","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{token}}"}]},"isInherited":true,"source":{"_postman_id":"dad82c21-967f-4613-9d18-c30dc70a714f","id":"dad82c21-967f-4613-9d18-c30dc70a714f","name":"Third Party API","type":"collection"}}},{"name":"Ivr","item":[{"name":"Ivr - Caller Id Check","id":"71a41ae0-d54a-4936-bf06-11d3184b1a1e","request":{"auth":{"type":"noauth","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    \"IvrUniqueClientId\": \"<string>\",\n    \"InboundCallerPhoneNumber\": \"<string>\"\n}"},"url":"https://ivrprod.dcbankapi.com/callcenterintegrationapi/v1.0/Ivr/CallerIdCheck?Ocp-Apim-Subscription=","description":"<p>This section determines if the Phone Number (Mobile Phone Number) is identified in the Cardholder database.</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><strong>Max Length</strong></th>\n<th>Description</th>\n<th>Required/ Optional</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>IvrUniqueClientId</td>\n<td><em>String</em></td>\n<td>-</td>\n<td>Indicates IVR Unique Client ID.</td>\n<td><strong>Required</strong></td>\n</tr>\n<tr>\n<td>InboundCallerPhoneNumber</td>\n<td><em>String</em></td>\n<td>-</td>\n<td>Indicates Cardholder 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>CallerIdCheckOpE1</td>\n<td>IVR Unique Client Id is invalid</td>\n</tr>\n<tr>\n<td>CallerIdCheckOpE2</td>\n<td>IVR Unique Client Phone is invalid</td>\n</tr>\n<tr>\n<td>CallerIdCheckOpE3</td>\n<td>IVR Unique Client Phone is invalid</td>\n</tr>\n<tr>\n<td>CallerIdCheckOpE4</td>\n<td>IVR Unique Client Phone does not match with inbound caller phone number</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":["callcenterintegrationapi","v1.0","Ivr","CallerIdCheck"],"host":["https://ivrprod.dcbankapi.com"],"query":[{"key":"Ocp-Apim-Subscription","value":""}],"variable":[]}},"response":[{"id":"f0d7e339-7283-46a4-aa6c-b7d79dad65e8","name":"Success","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"","description":"(Required) "},{"key":"Authorization","value":"","description":"(Required) "}],"body":{"mode":"raw","raw":"{\n    \"IvrUniqueClientId\": \"500002\",\n    \"InboundCallerPhoneNumber\": \"3432423432\"\n}"},"url":"https://ivrprod.dcbankapi.com/callcenterintegrationapi/v1.0/Ivr/CallerIdCheck"},"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  \"PhoneNumberCheck\": \"Y\"\n },\n \"IsSucceeded\": true,\n \"ErrorList\": [],\n \"ParameterList\": []\n}"}],"_postman_id":"71a41ae0-d54a-4936-bf06-11d3184b1a1e"},{"name":"Ivr - Activate Card","id":"be64e243-bd25-413a-abaa-577b5b821f5a","request":{"auth":{"type":"noauth","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    \"IvrUniqueClientId\": \"<string>\",\n    \"InboundCallerPhoneNumber\": \"<string>\",\n    \"LastFourDigits\": \"<string>\"\n}"},"url":"https://ivrprod.dcbankapi.com/callcenterintegrationapi/v1.0/Ivr/ActivateCard?Ocp-Apim-Subscription=","description":"<h3 id=\"description\">Description</h3>\n<p>The purpose of this section is to command to Active the inactive 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>IvrUniqueClientId</td>\n<td><em>String</em></td>\n<td>-</td>\n<td>Indicates IVR Unique Client ID.</td>\n<td><strong>Required</strong></td>\n</tr>\n<tr>\n<td>InboundCallerPhoneNumber</td>\n<td><em>String</em></td>\n<td>-</td>\n<td>Indicates Cardholder Phone Number.</td>\n<td><strong>Required</strong></td>\n</tr>\n<tr>\n<td>LastFourDigits</td>\n<td><em>String</em></td>\n<td>4</td>\n<td>Indicates Last Four Digits 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></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>ActivateCardOpE1</td>\n<td>Card is already activated</td>\n</tr>\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":["callcenterintegrationapi","v1.0","Ivr","ActivateCard"],"host":["https://ivrprod.dcbankapi.com"],"query":[{"key":"Ocp-Apim-Subscription","value":""}],"variable":[]}},"response":[{"id":"139cbccc-8fe8-4ed0-9372-58f098680695","name":"Success","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"","description":"(Required) "},{"key":"Authorization","value":"","description":"(Required) "}],"body":{"mode":"raw","raw":"{\n    \"IvrUniqueClientId\": \"500002\",\n    \"InboundCallerPhoneNumber\": \"3432423432\",\n    \"LastFourDigits\": \"4458\"\n}"},"url":"https://ivrprod.dcbankapi.com/callcenterintegrationapi/v1.0/Ivr/ActivateCard"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n \"ErrorCode\": \"ActivateCardOpE1\",\n \"ErrorDescription\": \"Card is already activated\",\n \"StackTrace\": null,\n \"Item\": {\n  \"Result\": \"N\"\n },\n \"IsSucceeded\": false,\n \"ErrorList\": [],\n \"ParameterList\": []\n}"}],"_postman_id":"be64e243-bd25-413a-abaa-577b5b821f5a"},{"name":"Ivr - Fetch Balance Info","id":"ed10f7cf-fa06-46b9-aa67-6f59262b4b09","request":{"auth":{"type":"noauth","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    \"IvrUniqueClientId\": \"<string>\",\n    \"InboundCallerPhoneNumber\": \"<string>\",\n    \"LastFourDigits\": \"<string>\"\n}"},"url":"https://ivrprod.dcbankapi.com/callcenterintegrationapi/v1.0/Ivr/FetchBalanceInfo?Ocp-Apim-Subscription=","description":"<h3 id=\"description\">Description</h3>\n<p>The purpose of this section is to fetch balance 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><strong>Max Length</strong></th>\n<th>Description</th>\n<th>Required/ Optional</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>IvrUniqueClientId</td>\n<td><em>String</em></td>\n<td>-</td>\n<td>Indicates IVR Unique Client ID.</td>\n<td><strong>Required</strong></td>\n</tr>\n<tr>\n<td>InboundCallerPhoneNumber</td>\n<td><em>String</em></td>\n<td>-</td>\n<td>Indicates Cardholder Phone Number.</td>\n<td><strong>Required</strong></td>\n</tr>\n<tr>\n<td>LastFourDigits</td>\n<td><em>String</em></td>\n<td>4</td>\n<td>Indicates Last Four Digits 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>CurrentBalanceOfMainWallet</td>\n<td><em>Decimal</em></td>\n<td>The current balance of the wallet.</td>\n</tr>\n<tr>\n<td>AmountLastLoad</td>\n<td><em>Decimal</em></td>\n<td>The amount of the most recent load to the card.</td>\n</tr>\n<tr>\n<td>DateOfLastLoad</td>\n<td><em>DateTime</em></td>\n<td>The date of the most recent load to 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>FetchBalanceInfoOpE1</td>\n<td>Wallet account is not exists</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":["callcenterintegrationapi","v1.0","Ivr","FetchBalanceInfo"],"host":["https://ivrprod.dcbankapi.com"],"query":[{"key":"Ocp-Apim-Subscription","value":""}],"variable":[]}},"response":[{"id":"149cc800-6e16-4f2c-a2cc-dc6228689132","name":"Success","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"","description":"(Required) "},{"key":"Authorization","value":"","description":"(Required) "}],"body":{"mode":"raw","raw":"{\n    \"IvrUniqueClientId\": \"500002\",\n    \"InboundCallerPhoneNumber\": \"3432423432\",\n    \"LastFourDigits\": \"4458\"\n}"},"url":"https://ivrprod.dcbankapi.com/callcenterintegrationapi/v1.0/Ivr/FetchBalanceInfo"},"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  \"CurrentBalanceOfMainWallet\": 0,\n  \"AmountLastLoad\": 0.07,\n  \"DateOfLastLoad\": \"2020-02-04T18:32:11.0000000+00:00\"\n },\n \"IsSucceeded\": true,\n \"ErrorList\": [],\n \"ParameterList\": []\n}"}],"_postman_id":"ed10f7cf-fa06-46b9-aa67-6f59262b4b09"},{"name":"Ivr - Fetch Transaction Details","id":"c686a09b-26b4-48ab-ba79-1b9af0e00ac4","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","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    \"IvrUniqueClientId\": \"<string>\",\n    \"InboundCallerPhoneNumber\": \"<string>\",\n    \"LastFourDigits\": \"<string>\"\n}","options":{"raw":{"language":"json"}}},"url":"https://ivrprod.dcbankapi.com/callcenterintegrationapi/v1.0/Ivr/FetchTransactionDetails?Ocp-Apim-Subscription=","description":"<p>The purpose of this section is to fetch last five transaction details.</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><strong>Max Length</strong></th>\n<th>Description</th>\n<th>Required/ Optional</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>IvrUniqueClientId</td>\n<td><em>String</em></td>\n<td>-</td>\n<td>Indicates IVR Unique Client ID.</td>\n<td><strong>Required</strong></td>\n</tr>\n<tr>\n<td>InboundCallerPhoneNumber</td>\n<td><em>String</em></td>\n<td>-</td>\n<td>Indicates Cardholder Phone Number.</td>\n<td><strong>Required</strong></td>\n</tr>\n<tr>\n<td>LastFourDigits</td>\n<td><em>String</em></td>\n<td>4</td>\n<td>Indicates Last Four Digits 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>TransactionAmount</td>\n<td><em>Decimal</em></td>\n<td>The amount of the transaction.</td>\n</tr>\n<tr>\n<td>DateOfTransaction</td>\n<td><em>DateTime</em></td>\n<td>The date the transaction occurred.</td>\n</tr>\n<tr>\n<td>TransactionLocation</td>\n<td><em>String</em></td>\n<td>The location where the transaction occurred.</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>FetchTransactionDetailsOpE1</td>\n<td>Wallet account does not exist.</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":["callcenterintegrationapi","v1.0","Ivr","FetchTransactionDetails"],"host":["https://ivrprod.dcbankapi.com"],"query":[{"key":"Ocp-Apim-Subscription","value":""}],"variable":[]}},"response":[{"id":"6ac839b7-98a0-46e4-aec9-4bcab3970fd2","name":"Success","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"","description":"(Required) "},{"key":"Authorization","value":"","description":"(Required) "}],"body":{"mode":"raw","raw":"{\n    \"IvrUniqueClientId\": \"500002\",\n    \"InboundCallerPhoneNumber\": \"3432423432\",\n    \"LastFourDigits\": \"4458\"\n}"},"url":"https://ivrprod.dcbankapi.com/callcenterintegrationapi/v1.0/Ivr/FetchTransactionDetails"},"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   \"TransactionAmount\": 0.07,\n   \"DateOfTransaction\": \"2020-02-04T18:32:11.0000000+00:00\",\n   \"TransactionLocation\": \"SYSTEM\"\n  },\n  {\n   \"TransactionAmount\": 0.52,\n   \"DateOfTransaction\": \"2020-02-04T18:32:10.0000000+00:00\",\n   \"TransactionLocation\": \"SYSTEM\"\n  },\n  {\n   \"TransactionAmount\": 0.02,\n   \"DateOfTransaction\": \"2020-02-04T18:32:08.0000000+00:00\",\n   \"TransactionLocation\": \"SYSTEM\"\n  },\n  {\n   \"TransactionAmount\": 0.68,\n   \"DateOfTransaction\": \"2020-02-04T18:32:07.0000000+00:00\",\n   \"TransactionLocation\": \"SYSTEM\"\n  },\n  {\n   \"TransactionAmount\": 0.27,\n   \"DateOfTransaction\": \"2020-02-04T18:32:06.0000000+00:00\",\n   \"TransactionLocation\": \"SYSTEM\"\n  }\n ],\n \"IsSucceeded\": true,\n \"ErrorList\": [],\n \"ParameterList\": []\n}"}],"_postman_id":"c686a09b-26b4-48ab-ba79-1b9af0e00ac4"},{"name":"Ivr - Issue Temporary Control Number","id":"711a06dc-bab1-4bbf-bdcc-a280a6434caa","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","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    \"IvrUniqueClientId\": \"<string>\",\n    \"InboundCallerPhoneNumber\": \"<string>\",\n    \"LastFourDigits\": \"<string>\",\n    \"WithSMS\": \"<boolean>\",\n    \"WithEmail\": \"<boolean>\"\n}","options":{"raw":{"language":"json"}}},"url":"https://ivrprod.dcbankapi.com/callcenterintegrationapi/v1.0/Ivr/IssueTemporaryControlNumber?Ocp-Apim-Subscription=","description":"<h3 id=\"description\">Description</h3>\n<p>The purpose of this section is the issuance of Temporary Control Number to be sent both via SMS to the mobile number registered on the Cardholder’s account/wallet and to Email Address registered on the Cardholder’s account/wallet depending on the Cardholder's request. Temporary Control Number (TCN) will be retrieved in 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>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>IvrUniqueClientId</td>\n<td><em>String</em></td>\n<td>-</td>\n<td>Indicates IVR unique client ID.</td>\n<td><strong>Required</strong></td>\n</tr>\n<tr>\n<td>InboundCallerPhoneNumber</td>\n<td><em>String</em></td>\n<td>-</td>\n<td>Indicates the phone number of the inbound caller.</td>\n<td><strong>Required</strong></td>\n</tr>\n<tr>\n<td>LastFourDigits</td>\n<td><em>String</em></td>\n<td>4</td>\n<td>Indicates the last 4 digits of the card number.</td>\n<td><strong>Required</strong></td>\n</tr>\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 or not SMS is used for sending TCN.</td>\n<td><strong>Required</strong></td>\n</tr>\n<tr>\n<td>WithEmail</td>\n<td><em>Boolean</em></td>\n<td>-</td>\n<td>A <code>True</code> or <code>False</code> value indicating whether or not Email is used for sending TCN.</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>String</em></td>\n<td>The Temporary Control Number (TCN), received via SMS or email.</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":["callcenterintegrationapi","v1.0","Ivr","IssueTemporaryControlNumber"],"host":["https://ivrprod.dcbankapi.com"],"query":[{"key":"Ocp-Apim-Subscription","value":""}],"variable":[]}},"response":[{"id":"8d638e66-09b2-4d7d-8f7c-5bbf44a2ef76","name":"Success","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"","description":"(Required) "},{"key":"Authorization","value":"","description":"(Required) "}],"body":{"mode":"raw","raw":"{\n    \"IvrUniqueClientId\": \"<string>\",\n    \"InboundCallerPhoneNumber\": \"<string>\",\n    \"LastFourDigits\": \"<string>\",\n    \"WithSMS\": \"<boolean>\",\n    \"WithEmail\": \"<boolean>\"\n}"},"url":"https://ivrprod.dcbankapi.com/callcenterintegrationapi/v1.0/Ivr/IssueTemporaryControlNumber"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n \"ErrorCode\": \"<string>\",\n \"ErrorDescription\": \"<string>\",\n \"StackTrace\": \"<string>\",\n \"Item\": {\n  \"TCN\": \"<string>\"\n },\n \"IsSucceeded\": \"<boolean>\",\n \"ErrorList\": [\n  {\n   \"ErrorCode\": \"<string>\",\n   \"ErrorDescription\": \"<string>\",\n   \"ParameterList\": [\n    \"<string>\",\n    \"<string>\"\n   ]\n  },\n  {\n   \"ErrorCode\": \"<string>\",\n   \"ErrorDescription\": \"<string>\",\n   \"ParameterList\": [\n    \"<string>\",\n    \"<string>\"\n   ]\n  }\n ],\n \"ParameterList\": [\n  \"<string>\",\n  \"<string>\"\n ]\n}"}],"_postman_id":"711a06dc-bab1-4bbf-bdcc-a280a6434caa"},{"name":"Ivr - Generate Rsa Key","id":"a77361bd-6bf7-4bfb-9c55-21940ebc2cd9","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://ivrprod.dcbankapi.com/callcenterintegrationapi/v1.0/Ivr/GenerateRsaKey?Ocp-Apim-Subscription=","description":"<h3 id=\"description\">Description</h3>\n<p>This API generates a new RSA key for the user.</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>RsaKeyId</td>\n<td><em>Long</em></td>\n<td>The new RSA Key ID.</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":["callcenterintegrationapi","v1.0","Ivr","GenerateRsaKey"],"host":["https://ivrprod.dcbankapi.com"],"query":[{"key":"Ocp-Apim-Subscription","value":""}],"variable":[]}},"response":[{"id":"b16cfde8-2b23-4d36-a14d-725efe9e81db","name":"Success","originalRequest":{"method":"GET","header":[{"key":"Content-Type","value":"","description":"(Required) "},{"key":"Authorization","value":"","description":"(Required) "}],"url":"https://ivrprod.dcbankapi.com/callcenterintegrationapi/v1.0/Ivr/GenerateRsaKey"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n \"ErrorCode\": \"<string>\",\n \"ErrorDescription\": \"<string>\",\n \"StackTrace\": \"<string>\",\n \"Item\": {\n  \"RsaKeyId\": \"<long>\",\n  \"PublicKeyInPemFormat\": \"<string>\",\n  \"ModulusBase64\": \"<string>\",\n  \"ExponentBase64\": \"<string>\"\n },\n \"IsSucceeded\": \"<boolean>\",\n \"ErrorList\": [\n  {\n   \"ErrorCode\": \"<string>\",\n   \"ErrorDescription\": \"<string>\",\n   \"ParameterList\": [\n    \"<string>\",\n    \"<string>\"\n   ]\n  },\n  {\n   \"ErrorCode\": \"<string>\",\n   \"ErrorDescription\": \"<string>\",\n   \"ParameterList\": [\n    \"<string>\",\n    \"<string>\"\n   ]\n  }\n ],\n \"ParameterList\": [\n  \"<string>\",\n  \"<string>\"\n ]\n}"}],"_postman_id":"a77361bd-6bf7-4bfb-9c55-21940ebc2cd9"},{"name":"Ivr - Get Rsa Public Key","id":"0cbfd952-406d-48a1-b6b7-14d079d8e11c","request":{"auth":{"type":"noauth","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    \"RsaKeyId\": \"<long>\"\n}"},"url":"https://ivrprod.dcbankapi.com/callcenterintegrationapi/v1.0/Ivr/GetRsaPublicKey?Ocp-Apim-Subscription=","description":"<h3 id=\"description\">Description</h3>\n<p>The <strong>Get RSA Public Key</strong> API allows a client to retrieve a specific RSA public key from the server. This key is typically used to encrypt sensitive data on the client side before it is transmitted over the network.</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>RsaKeyId</td>\n<td><em>Long</em></td>\n<td>-</td>\n<td>The RSA key for the client customer.</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>GetRsaPublicKeyOpE1</td>\n<td>Public Key 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":["callcenterintegrationapi","v1.0","Ivr","GetRsaPublicKey"],"host":["https://ivrprod.dcbankapi.com"],"query":[{"key":"Ocp-Apim-Subscription","value":""}],"variable":[]}},"response":[{"id":"ab72c018-2b5b-429c-878d-d9b5eb5db85b","name":"Success","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"","description":"(Required) "},{"key":"Authorization","value":"","description":"(Required) "}],"body":{"mode":"raw","raw":"{\n    \"RsaKeyId\": \"<long>\"\n}"},"url":"https://ivrprod.dcbankapi.com/callcenterintegrationapi/v1.0/Ivr/GetRsaPublicKey"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n \"ErrorCode\": \"<string>\",\n \"ErrorDescription\": \"<string>\",\n \"StackTrace\": \"<string>\",\n \"Item\": {\n  \"RsaKeyId\": \"<long>\",\n  \"PublicKeyInPemFormat\": \"<string>\",\n  \"ModulusBase64\": \"<string>\",\n  \"ExponentBase64\": \"<string>\"\n },\n \"IsSucceeded\": \"<boolean>\",\n \"ErrorList\": [\n  {\n   \"ErrorCode\": \"<string>\",\n   \"ErrorDescription\": \"<string>\",\n   \"ParameterList\": [\n    \"<string>\",\n    \"<string>\"\n   ]\n  },\n  {\n   \"ErrorCode\": \"<string>\",\n   \"ErrorDescription\": \"<string>\",\n   \"ParameterList\": [\n    \"<string>\",\n    \"<string>\"\n   ]\n  }\n ],\n \"ParameterList\": [\n  \"<string>\",\n  \"<string>\"\n ]\n}"}],"_postman_id":"0cbfd952-406d-48a1-b6b7-14d079d8e11c"},{"name":"Ivr - Set PIN ","id":"098f62f1-c1a5-4e88-a66e-2f3f1efbc567","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","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    \"IvrUniqueClientId\": \"<string>\",\n    \"InboundCallerPhoneNumber\": \"<string>\",\n    \"LastFourDigits\": \"<string>\",\n    \"TCN\": \"<string>\",\n    \"YOB\": \"<string>\",\n    \"EncryptedNewFourDigitPIN\": \"<string>\",\n    \"RsaKeyId\": \"<long>\"\n}","options":{"raw":{"language":"json"}}},"url":"https://ivrprod.dcbankapi.com/callcenterintegrationapi/v1.0/Ivr/SetPIN?Ocp-Apim-Subscription=","description":"<h3 id=\"description\">Description</h3>\n<p>The purpose of this section is to set a new PIN.</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>IvrUniqueClientId</td>\n<td><em>String</em></td>\n<td>-</td>\n<td>The unique client IVR ID.</td>\n<td><strong>Required</strong></td>\n</tr>\n<tr>\n<td>InboundCallerPhoneNumber</td>\n<td><em>String</em></td>\n<td>-</td>\n<td>The inbound callers phone number.</td>\n<td><strong>Required</strong></td>\n</tr>\n<tr>\n<td>LastFourDigits</td>\n<td><em>String</em></td>\n<td>4</td>\n<td>The last 4-digits of the card number.</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>The temporary control number.</td>\n<td><strong>Required</strong></td>\n</tr>\n<tr>\n<td>YOB</td>\n<td><em>String</em></td>\n<td>4  <br />(ex: 2025)</td>\n<td>The client customers year of birth.</td>\n<td><strong>Required</strong></td>\n</tr>\n<tr>\n<td>EncryptedNewFourDigitPin</td>\n<td><em>String</em></td>\n<td>4</td>\n<td>The new 4-digit pin number.</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.</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 Client 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>Hsm PIN 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>","urlObject":{"path":["callcenterintegrationapi","v1.0","Ivr","SetPIN"],"host":["https://ivrprod.dcbankapi.com"],"query":[{"key":"Ocp-Apim-Subscription","value":""}],"variable":[]}},"response":[{"id":"43115b8e-9c39-4a51-8f5b-2dfb87124fb3","name":"Success","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"","description":"(Required) "},{"key":"Authorization","value":"","description":"(Required) "}],"body":{"mode":"raw","raw":"{\n    \"IvrUniqueClientId\": \"<string>\",\n    \"InboundCallerPhoneNumber\": \"<string>\",\n    \"LastFourDigits\": \"<string>\",\n    \"TCN\": \"<string>\",\n    \"YOB\": \"<string>\",\n    \"EncryptedNewFourDigitPIN\": \"<string>\",\n    \"RsaKeyId\": \"<long>\"\n}"},"url":"https://ivrprod.dcbankapi.com/callcenterintegrationapi/v1.0/Ivr/SetPIN"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n \"ErrorCode\": \"<string>\",\n \"ErrorDescription\": \"<string>\",\n \"StackTrace\": \"<string>\",\n \"Item\": {\n  \"Result\": \"<string>\"\n },\n \"IsSucceeded\": \"<boolean>\",\n \"ErrorList\": [\n  {\n   \"ErrorCode\": \"<string>\",\n   \"ErrorDescription\": \"<string>\",\n   \"ParameterList\": [\n    \"<string>\",\n    \"<string>\"\n   ]\n  },\n  {\n   \"ErrorCode\": \"<string>\",\n   \"ErrorDescription\": \"<string>\",\n   \"ParameterList\": [\n    \"<string>\",\n    \"<string>\"\n   ]\n  }\n ],\n \"ParameterList\": [\n  \"<string>\",\n  \"<string>\"\n ]\n}"}],"_postman_id":"098f62f1-c1a5-4e88-a66e-2f3f1efbc567"},{"name":"Ivr - Temporarily Close Card","id":"6c9a69ad-78af-4d7f-96f3-7ba4593f73cf","request":{"auth":{"type":"noauth","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    \"IvrUniqueClientId\": \"<string>\",\n    \"InboundCallerPhoneNumber\": \"<string>\",\n    \"LastFourDigits\": \"<string>\"\n}"},"url":"https://ivrprod.dcbankapi.com/callcenterintegrationapi/v1.0/Ivr/TemporarilyCloseCard?Ocp-Apim-Subscription=","description":"<h3 id=\"description\">Description</h3>\n<p>The purpose of this section is to temporarily close 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>IvrUniqueClientId</td>\n<td><em>String</em></td>\n<td>-</td>\n<td>The unique client IVR ID.</td>\n<td><strong>Required</strong></td>\n</tr>\n<tr>\n<td>InboundCallerPhoneNumber</td>\n<td><em>String</em></td>\n<td>-</td>\n<td>The inbound callers phone number.</td>\n<td><strong>Required</strong></td>\n</tr>\n<tr>\n<td>LastFourDigits</td>\n<td><em>String</em></td>\n<td>4</td>\n<td>The last 4 digits of the card 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>TemporarilyClosedCardOpE1</td>\n<td>Card is already temporarily closed</td>\n</tr>\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":["callcenterintegrationapi","v1.0","Ivr","TemporarilyCloseCard"],"host":["https://ivrprod.dcbankapi.com"],"query":[{"key":"Ocp-Apim-Subscription","value":""}],"variable":[]}},"response":[{"id":"46b3215c-8b74-4df1-bb42-214d7f12f93a","name":"Success","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"","description":"(Required) "},{"key":"Authorization","value":"","description":"(Required) "}],"body":{"mode":"raw","raw":"{\n    \"IvrUniqueClientId\": \"<string>\",\n    \"InboundCallerPhoneNumber\": \"<string>\",\n    \"LastFourDigits\": \"<string>\"\n}"},"url":"https://ivrprod.dcbankapi.com/callcenterintegrationapi/v1.0/Ivr/TemporarilyCloseCard"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n \"ErrorCode\": \"<string>\",\n \"ErrorDescription\": \"<string>\",\n \"StackTrace\": \"<string>\",\n \"Item\": {\n  \"Result\": \"<string>\"\n },\n \"IsSucceeded\": \"<boolean>\",\n \"ErrorList\": [\n  {\n   \"ErrorCode\": \"<string>\",\n   \"ErrorDescription\": \"<string>\",\n   \"ParameterList\": [\n    \"<string>\",\n    \"<string>\"\n   ]\n  },\n  {\n   \"ErrorCode\": \"<string>\",\n   \"ErrorDescription\": \"<string>\",\n   \"ParameterList\": [\n    \"<string>\",\n    \"<string>\"\n   ]\n  }\n ],\n \"ParameterList\": [\n  \"<string>\",\n  \"<string>\"\n ]\n}"}],"_postman_id":"6c9a69ad-78af-4d7f-96f3-7ba4593f73cf"},{"name":"Ivr - ReOpen Temporarily Closed Card","id":"931645b9-db7c-45ae-99c7-7d02ee4b0993","request":{"auth":{"type":"noauth","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    \"IvrUniqueClientId\": \"<string>\",\n    \"InboundCallerPhoneNumber\": \"<string>\",\n    \"LastFourDigits\": \"<string>\"\n}"},"url":"https://ivrprod.dcbankapi.com/callcenterintegrationapi/v1.0/Ivr/ReOpenTemporarilyClosedCard?Ocp-Apim-Subscription=","description":"<h3 id=\"description\">Description</h3>\n<p>The purpose of this section is to reopen temporarily closed 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>IvrUniqueClientId</td>\n<td><em>String</em></td>\n<td>-</td>\n<td>The unique client IVR ID.</td>\n<td><strong>Required</strong></td>\n</tr>\n<tr>\n<td>InboundCallerPhoneNumber</td>\n<td><em>String</em></td>\n<td>-</td>\n<td>The phone number of the inbound caller.</td>\n<td><strong>Required</strong></td>\n</tr>\n<tr>\n<td>LastFourDigits</td>\n<td><em>String</em></td>\n<td>4</td>\n<td>The last 4 digits of the card 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>ReOpenTemporaryCloseCardOpE1</td>\n<td>Card is not temporarily closed</td>\n</tr>\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":["callcenterintegrationapi","v1.0","Ivr","ReOpenTemporarilyClosedCard"],"host":["https://ivrprod.dcbankapi.com"],"query":[{"key":"Ocp-Apim-Subscription","value":""}],"variable":[]}},"response":[{"id":"71bc7df6-89f8-4b38-86a2-9be5f782f65b","name":"Success","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"","description":"(Required) "},{"key":"Authorization","value":"","description":"(Required) "}],"body":{"mode":"raw","raw":"{\n    \"IvrUniqueClientId\": \"<string>\",\n    \"InboundCallerPhoneNumber\": \"<string>\",\n    \"LastFourDigits\": \"<string>\"\n}"},"url":"https://ivrprod.dcbankapi.com/callcenterintegrationapi/v1.0/Ivr/ReOpenTemporarilyClosedCard"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n \"ErrorCode\": \"<string>\",\n \"ErrorDescription\": \"<string>\",\n \"StackTrace\": \"<string>\",\n \"Item\": {\n  \"Result\": \"<string>\"\n },\n \"IsSucceeded\": \"<boolean>\",\n \"ErrorList\": [\n  {\n   \"ErrorCode\": \"<string>\",\n   \"ErrorDescription\": \"<string>\",\n   \"ParameterList\": [\n    \"<string>\",\n    \"<string>\"\n   ]\n  },\n  {\n   \"ErrorCode\": \"<string>\",\n   \"ErrorDescription\": \"<string>\",\n   \"ParameterList\": [\n    \"<string>\",\n    \"<string>\"\n   ]\n  }\n ],\n \"ParameterList\": [\n  \"<string>\",\n  \"<string>\"\n ]\n}"}],"_postman_id":"931645b9-db7c-45ae-99c7-7d02ee4b0993"},{"name":"Ivr - Valid CardHolder Check","id":"726afa7b-0544-492c-ade2-0b16583be00c","request":{"auth":{"type":"noauth","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    \"IvrUniqueClientId\": \"<string>\",\n    \"InboundCallerPhoneNumber\": \"<string>\",\n    \"LastFourDigits\": \"<string>\"\n}"},"url":"https://ivrprod.dcbankapi.com/callcenterintegrationapi/v1.0/Ivr/ValidCardHolderCheck?Ocp-Apim-Subscription=","description":"<h3 id=\"description\">Description</h3>\n<p>The purpose of this section is to determine if the Cardholder is present in the database.</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>IvrUniqueClientId</td>\n<td><em>String</em></td>\n<td>-</td>\n<td>Indicates IVR Unique Client ID.</td>\n<td><strong>Required</strong></td>\n</tr>\n<tr>\n<td>InboundCallerPhoneNumber</td>\n<td><em>String</em></td>\n<td>-</td>\n<td>Indicates Cardholder Phone Number.</td>\n<td><strong>Required</strong></td>\n</tr>\n<tr>\n<td>LastFourDigits</td>\n<td><em>String</em></td>\n<td>4</td>\n<td>Indicates Last Four Digits 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></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>ValidCardholderCheckOpE1</td>\n<td>IVR Unique Client Id is invalid</td>\n</tr>\n<tr>\n<td>ValidCardholderCheckOpE2</td>\n<td>IVR Unique Client Phone is invalid</td>\n</tr>\n<tr>\n<td>ValidCardholderCheckOpE3</td>\n<td>IVR Unique Client Phone is invalid</td>\n</tr>\n<tr>\n<td>ValidCardholderCheckOpE4</td>\n<td>IVR Unique Client Phone does not match with inbound caller phone number</td>\n</tr>\n<tr>\n<td>ValidCardholderCheckOpE5</td>\n<td>Last four digits needs to have exactly four number characters</td>\n</tr>\n<tr>\n<td>ValidCardholderCheckOpE6</td>\n<td>IVR Unique Client Card is not matches with last four digits</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":["callcenterintegrationapi","v1.0","Ivr","ValidCardHolderCheck"],"host":["https://ivrprod.dcbankapi.com"],"query":[{"key":"Ocp-Apim-Subscription","value":""}],"variable":[]}},"response":[{"id":"4cf174e1-0f41-4d28-b0ea-00c1f86e33f8","name":"response","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"","description":"(Required) "},{"key":"Authorization","value":"","description":"(Required) "}],"body":{"mode":"raw","raw":"{\n    \"IvrUniqueClientId\": \"500002\",\n    \"InboundCallerPhoneNumber\": \"3432423432\",\n    \"LastFourDigits\": \"4458\"\n}"},"url":"https://ivrprod.dcbankapi.com/callcenterintegrationapi/v1.0/Ivr/ValidCardHolderCheck"},"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  \"PhoneNumberCheck\": \"Y\",\n  \"IsCardPresentedActive\": \"N\"\n },\n \"IsSucceeded\": true,\n \"ErrorList\": [],\n \"ParameterList\": []\n}"}],"_postman_id":"726afa7b-0544-492c-ade2-0b16583be00c"}],"id":"07cd16f9-44e7-4d43-95d9-733563617bd3","_postman_id":"07cd16f9-44e7-4d43-95d9-733563617bd3","description":"","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{token}}"}]},"isInherited":true,"source":{"_postman_id":"dad82c21-967f-4613-9d18-c30dc70a714f","id":"dad82c21-967f-4613-9d18-c30dc70a714f","name":"Third Party API","type":"collection"}}}],"id":"e6817f74-e466-477a-9ded-3036bf3d295f","_postman_id":"e6817f74-e466-477a-9ded-3036bf3d295f","description":"","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{token}}"}]},"isInherited":true,"source":{"_postman_id":"dad82c21-967f-4613-9d18-c30dc70a714f","id":"dad82c21-967f-4613-9d18-c30dc70a714f","name":"Third Party API","type":"collection"}}},{"name":"Cyrptocurrency","item":[],"id":"c0eeff40-db22-4b70-98ef-3fa837421131","_postman_id":"c0eeff40-db22-4b70-98ef-3fa837421131","description":"","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{token}}"}]},"isInherited":true,"source":{"_postman_id":"dad82c21-967f-4613-9d18-c30dc70a714f","id":"dad82c21-967f-4613-9d18-c30dc70a714f","name":"Third Party API","type":"collection"}}}],"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{token}}"}]}},"event":[{"listen":"prerequest","script":{"id":"ca85c542-de5f-43a2-84be-df55727ae468","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"d70d3598-6584-4de4-9ae0-207d29a3d509","type":"text/javascript","exec":[""]}}],"variable":[{"key":"baseUrl","value":"https://ivrprod.dcbankapi.com"}]}