{"info":{"_postman_id":"73656328-e80d-4892-8403-15ccc678842b","name":"AnyDay APIs","description":"<html><head></head><body><p><strong>Welcome to the AnyDay API!</strong></p>\n<p>You can use this API to move money and create users within your account instantly. All of the calls exposed in this API are from the perspective of a manager or customer (cardholder) within the AnyDay program.</p>\n<p><strong>Managers:</strong></p>\n<p>Managers are users within the system that are allowed to add customers and load money on to customer cards. There are two levels of managers in the system, admin managers and regular managers. This API encapsulates all of the functionality exposed to an admin manager while allowing you to also create regular managers.</p>\n<p><strong>Customers:</strong></p>\n<p>Customers are the card holders within the AnyDay Platform. As a manager you are able to invite new customers onto the system as well as load funds to their card.</p>\n<p><strong>Wallets:</strong></p>\n<p>Wallets are where funds are stored in order to initiate payouts. In order for a payout to occur, it must be initiated from a wallet. Wallets can only be created by your XTM representative.</p>\n<p><strong>Stores:</strong></p>\n<p>Stores are a representation of a physical store presense in the real world. Each store has a one to one relationship with a wallet. When a store is created, the accompanying wallet is automatically generated at the same time. Stores can only be created by your XTM representative.</p>\n<p><strong>External Ids:</strong></p>\n<p>Stores, Customers and Managers can all be associated to independent external_ids of your choice. If you chose to use external IDs, it is recomended that you use them throughout your interaction with our APIs. Although this isn't strictly required, it will create a much more consistent experience.</p>\n</body></html>","schema":"https://schema.getpostman.com/json/collection/v2.0.0/collection.json","toc":[],"owner":"19440632","collectionId":"73656328-e80d-4892-8403-15ccc678842b","publishedId":"2s9YJhyLq5","public":true,"customColor":{"top-bar":"FFFFFF","right-sidebar":"303030","highlight":"68C3C4"},"publishDate":"2023-10-19T13:40:05.000Z"},"item":[{"name":"Manager APIs","item":[{"name":"Token Auth","item":[{"name":"Authentication","item":[{"name":"Submit 2FA","id":"0797927a-42bc-42f1-aea4-d5cbc7156be3","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n\"identifier\": \"4165730171\",\n\"passphrase\": \"pass@word1\",\n\"token\": \"323072\"\n\n}","options":{"raw":{"language":"json"}}},"url":"https://stage-apiv2.xtminc.com/v1/manager-login-finish","description":"<p>This endpoint is used to input the token if two factor authentication is used during the login process.</p>\n","urlObject":{"protocol":"https","path":["v1","manager-login-finish"],"host":["stage-apiv2","xtminc","com"],"query":[],"variable":[]}},"response":[{"id":"233be543-4e6b-494d-965f-a9f8d0f08396","name":"Submit 2FA","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n\"identifier\": \"4165730171\",\n\"passphrase\": \"pass@word1\",\n\"token\": \"323072\"\n\n}","options":{"raw":{"language":"json"}}},"url":"https://stage-apiv2.xtminc.com/v1/manager-login-finish"},"status":"Created","code":201,"_postman_previewlanguage":"json","header":[{"key":"date","value":"Mon, 01 Feb 2021 03:59:18 GMT"},{"key":"server","value":"istio-envoy"},{"key":"content-length","value":"361"},{"key":"content-type","value":"application/json"},{"key":"x-process-time","value":"0.01049184799194336"},{"key":"x-envoy-upstream-service-time","value":"11"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": \"success\",\n    \"data\": {\n        \"manager_id\": 10008,\n        \"first_name\": \"Chad\",\n        \"last_name\": \"Arthur\",\n        \"mobile_number\": \"4165730171\",\n        \"session_id\": \"be36720cd35a4feeabc496cbb400c26f\",\n        \"barry_allen\": \"89ee68b216f54c00b7f5cb34243ff45f\",\n        \"account_level\": \"Admin\",\n        \"client_id\": 10000,\n        \"daily_limit\": \"0.0\",\n        \"single_limit\": \"0.0\",\n        \"session_ttl\": 28800,\n        \"external_id\": \"M123\",\n        \"stores\": []\n    },\n    \"meta\": {}\n}"}],"_postman_id":"0797927a-42bc-42f1-aea4-d5cbc7156be3"},{"name":"Reset Password Start","event":[{"listen":"test","script":{"exec":["var jsonData = JSON.parse(responseBody);","postman.setEnvironmentVariable(\"reset_token\", jsonData.data.token);",""],"type":"text/javascript","id":"8533f5ef-b652-4cc6-bc14-4cc66c4d86d2"}}],"id":"bb60088e-1958-4ff4-a1ab-fd6fc520d138","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\"identifier\":\"4165730171\"}","options":{"raw":{"language":"json"}}},"url":"https://stage-apiv2.xtminc.com/v1/managers/<manager_id>/manager-security-find","description":"<p>This endpoint starts the process for resetting the manager password. A SMS is sent with a reset code to the Manager's phone.</p>\n","urlObject":{"protocol":"https","path":["v1","managers","<manager_id>","manager-security-find"],"host":["stage-apiv2","xtminc","com"],"query":[],"variable":[]}},"response":[{"id":"413932ae-72c2-4903-b802-cdf42643fb30","name":"Manager Reset Password Start","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\"identifier\":\"4165730171\"}","options":{"raw":{"language":"json"}}},"url":"https://stage-apiv2.xtminc.com/v1/managers/<manager_id>/manager-security-find"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"date","value":"Mon, 01 Feb 2021 04:02:59 GMT"},{"key":"server","value":"istio-envoy"},{"key":"content-length","value":"69"},{"key":"content-type","value":"application/json"},{"key":"x-process-time","value":"0.24891924858093262"},{"key":"x-envoy-upstream-service-time","value":"251"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": \"success\",\n    \"data\": {\n        \"started\": true,\n        \"token\": 983098\n    },\n    \"meta\": {}\n}"}],"_postman_id":"bb60088e-1958-4ff4-a1ab-fd6fc520d138"},{"name":"Reset Password Finish","id":"d7ca48c2-2870-4269-838c-bea2ca1012ce","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\"token\": \"{{reset_token}}\",\"passphrase\": \"pass@word1\"}","options":{"raw":{"language":"json"}}},"url":"https://stage-apiv2.xtminc.com/v1/managers/<manager_id>/manager-security-found","description":"<p>This endpoint is used to submit the token generated when starting the resent password process.</p>\n","urlObject":{"protocol":"https","path":["v1","managers","<manager_id>","manager-security-found"],"host":["stage-apiv2","xtminc","com"],"query":[],"variable":[]}},"response":[{"id":"faae7819-8739-4b26-b26d-7441bfe802d0","name":"Reset Password Finish","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\"token\": \"{{reset_token}}\",\"passphrase\": \"pass@word1\"}","options":{"raw":{"language":"json"}}},"url":"https://stage-apiv2.xtminc.com/v1/managers/<manager_id>/manager-security-found"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"date","value":"Mon, 01 Feb 2021 04:07:00 GMT"},{"key":"server","value":"istio-envoy"},{"key":"content-length","value":"403"},{"key":"content-type","value":"application/json"},{"key":"x-process-time","value":"0.2676105499267578"},{"key":"x-envoy-upstream-service-time","value":"268"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": \"success\",\n    \"data\": {\n        \"manager_id\": 10008,\n        \"client_id\": 10000,\n        \"first_name\": \"Chad\",\n        \"last_name\": \"Arthur\",\n        \"mobile_number\": \"4165730171\",\n        \"passphrase\": \"$2b$12$8/OF7FaUGbiZjXTENv45ce2YHiNRVPKMgEatuF.2YCz9NVRV7p0cq\",\n        \"account_level\": \"Admin\",\n        \"timezone\": \"GMT -4:00\",\n        \"limitations\": \"0\",\n        \"daily_limit\": 0,\n        \"single_limit\": 0,\n        \"active\": \"1\",\n        \"external_id\": \"M123\",\n        \"stores\": [],\n        \"limit_days\": [],\n        \"limit_hours\": []\n    },\n    \"meta\": {}\n}"}],"_postman_id":"d7ca48c2-2870-4269-838c-bea2ca1012ce"},{"name":"Manager Login","id":"85b9b39e-607c-4da2-b7cf-890b15de0eb1","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\"mobile_number\":\"<phone_number>\",\"passphrase\":\"<password>\",\"twofa_required\":false}","options":{"raw":{"language":"json"}}},"url":"https://stage-apiv2.xtminc.com/v1/manager-login-start","urlObject":{"protocol":"https","path":["v1","manager-login-start"],"host":["stage-apiv2","xtminc","com"],"query":[],"variable":[]}},"response":[{"id":"27c4e863-576b-487f-845f-8d8a52fc99a2","name":"Manager Login","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\"mobile_number\":\"<phone_number>\",\"passphrase\":\"<password>\",\"twofa_required\":false}","options":{"raw":{"language":"json"}}},"url":"https://stage-apiv2.xtminc.com/v1/manager-login-start"},"status":"Created","code":201,"_postman_previewlanguage":"json","header":[{"key":"date","value":"Fri, 29 Apr 2022 18:19:42 GMT"},{"key":"server","value":"istio-envoy"},{"key":"content-length","value":"359"},{"key":"content-type","value":"application/json"},{"key":"x-process-time","value":"0.2717428207397461"},{"key":"x-envoy-upstream-service-time","value":"273"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": \"success\",\n    \"data\": {\n        \"manager_id\": 10008,\n        \"first_name\": \"Chad\",\n        \"last_name\": \"Arthur\",\n        \"mobile_number\": \"4165730171\",\n        \"session_id\": \"49884aa1e9df4e14a62093e9d7a64267\",\n        \"barry_allen\": \"3737146558e54cd3a506460ebe383889\",\n        \"session_ttl\": 30600,\n        \"account_level\": \"Admin\",\n        \"client_id\": 10000,\n        \"daily_limit\": \"0.0\",\n        \"single_limit\": \"0.0\",\n        \"external_id\": null,\n        \"stores\": []\n    },\n    \"meta\": {}\n}"}],"_postman_id":"85b9b39e-607c-4da2-b7cf-890b15de0eb1"},{"name":"Manager Login Email","id":"11d637d2-bd37-4d3d-aa10-7af7fe1677e4","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"email\":\"<email>\",\n    \"passphrase\":\"<passphrase>\",\n    \"twofa_required\":false\n}","options":{"raw":{"language":"json"}}},"url":"https://stage-apiv2.xtminc.com/v1/manager-login-start-email","urlObject":{"protocol":"https","path":["v1","manager-login-start-email"],"host":["stage-apiv2","xtminc","com"],"query":[],"variable":[]}},"response":[{"id":"9ad37cdf-4b9c-489f-bb57-190c5dcf2bfc","name":"Manager Login Email","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\"email\":\"jbouganim+regis@xtminc.com\",\"passphrase\":\"NXP9tav0ngv@vcv9vxe!\",\"twofa_required\":false}"},"url":"https://stage-apiv2.xtminc.com/v1/manager-login-start-email"},"status":"Created","code":201,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Tue, 10 Oct 2023 17:06:30 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"379"},{"key":"Connection","value":"keep-alive"},{"key":"server","value":"uvicorn"},{"key":"x-process-time","value":"0.29750776290893555"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": \"success\",\n    \"data\": {\n        \"manager_id\": 10280,\n        \"first_name\": \"John\",\n        \"last_name\": \"Doe\",\n        \"mobile_number\": \"johndoe@test.com\",\n        \"session_id\": \"xxxxxxxxx\",\n        \"barry_allen\": \"8d2ea55xxxxxxxxxx\",\n        \"session_ttl\": 930,\n        \"account_level\": \"Admin\",\n        \"client_id\": 10172,\n        \"daily_limit\": \"0.0\",\n        \"single_limit\": \"0.0\",\n        \"external_id\": null,\n        \"stores\": []\n    },\n    \"meta\": {}\n}"}],"_postman_id":"11d637d2-bd37-4d3d-aa10-7af7fe1677e4"}],"id":"d8585143-5a5e-4ae1-92ce-484baf8f1dc7","_postman_id":"d8585143-5a5e-4ae1-92ce-484baf8f1dc7","description":""},{"name":"Managers","item":[{"name":"Create Manager","id":"b749c717-e23c-4c65-99bf-538f0dc6e672","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"POST","header":[{"key":"Authorization","value":"<Auth>","type":"text"}],"body":{"mode":"raw","raw":"{\n\"mobile_number\": \"4165680086\",\n\"passphrase\": \"pass@word1\",\n\"twofa_required\": false,\n\"first_name\": \"Test\",\n\"last_name\": \"Person\",\n\"email\":\"arthurchad@gmail.com\",\n\"client_id\": 10000,\n\"account_level\": \"Admin\",\n\"timezone\": \"GMT -4:00\",\n\"stores\": [ 10000],\n\"limitations\": \"0\"\n}","options":{"raw":{"language":"json"}}},"url":"https://stage-apiv2.xtminc.com/v1/managers","description":"<p>This endpoint creates a new manager</p>\n","urlObject":{"protocol":"https","path":["v1","managers"],"host":["stage-apiv2","xtminc","com"],"query":[],"variable":[]}},"response":[{"id":"9d11cca3-495d-4b2e-98fe-e8a3339a7a70","name":"Create Manager","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n\"mobile_number\": \"4165680086\",\n\"passphrase\": \"pass@word1\",\n\"twofa_required\": false,\n\"first_name\": \"Test\",\n\"last_name\": \"Person\",\n\"external_id\" : \"\",\n\"email\":\"arthurchad@gmail.com\",\n\"client_id\": 10000,\n\"account_level\": \"Admin\",\n\"timezone\": \"GMT -4:00\",\n\"stores\": [ 10000],\n\"limitations\": \"0\"\n}","options":{"raw":{"language":"json"}}},"url":"https://stage-apiv2.xtminc.com/v1/managers"},"status":"Created","code":201,"_postman_previewlanguage":"json","header":[{"key":"date","value":"Mon, 01 Feb 2021 03:20:21 GMT"},{"key":"server","value":"istio-envoy"},{"key":"content-length","value":"313"},{"key":"content-type","value":"application/json"},{"key":"x-process-time","value":"2.0509941577911377"},{"key":"x-envoy-upstream-service-time","value":"2052"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": \"success\",\n    \"data\": {\n        \"manager_id\": 10025,\n        \"client_id\": 10000,\n        \"first_name\": \"Test\",\n        \"last_name\": \"Person\",\n        \"mobile_number\": \"4165680086\",\n        \"account_level\": \"Admin\",\n        \"timezone\": \"GMT -4:00\",\n        \"stores\": [\n            \"10000\"\n        ],\n        \"limitations\": \"0\",\n        \"limit_days\": [],\n        \"limit_hours\": [],\n        \"daily_limit\": 0,\n        \"single_limit\": 0,\n        \"active\": \"1\"\n    },\n    \"meta\": {}\n}"}],"_postman_id":"b749c717-e23c-4c65-99bf-538f0dc6e672"},{"name":"Edit Manager Password","id":"819ed86a-b051-49c0-ab86-cf3033fb817a","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"POST","header":[{"key":"Authorization","value":"<Auth Key>","type":"text"}],"body":{"mode":"raw","raw":"{\n  \"manager_id\": 10008,\n  \"password\": \"pass@word1\"\n}","options":{"raw":{"language":"json"}}},"url":"https://stage-apiv2.xtminc.com/v1/managers/10008/set-password","description":"<p>This endpoint allows an Admin manager to set the password for any other manager. The manager having their password changed must be from the same client.</p>\n","urlObject":{"protocol":"https","path":["v1","managers","10008","set-password"],"host":["stage-apiv2","xtminc","com"],"query":[],"variable":[]}},"response":[{"id":"515142fd-1a52-4a86-9288-b5fd16343b23","name":"Edit Manager Password","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"<Auth>","type":"text"}],"body":{"mode":"raw","raw":"{\n  \"manager_id\": 234234,\n  \"password\": \"<new-password>\"\n}","options":{"raw":{"language":"json"}}},"url":"https://stage-apiv2.xtminc.com/v1/managers/<manager-id>/set-password"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"date","value":"Fri, 21 May 2021 00:45:40 GMT"},{"key":"server","value":"istio-envoy"},{"key":"content-length","value":"429"},{"key":"content-type","value":"application/json"},{"key":"x-process-time","value":"0.29014039039611816"},{"key":"x-envoy-upstream-service-time","value":"291"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": \"success\",\n    \"data\": {\n        \"manager_id\": 10008,\n        \"client_id\": 10000,\n        \"first_name\": \"Chad\",\n        \"last_name\": \"Arthur\",\n        \"email\": null,\n        \"mobile_number\": \"4165730171\",\n        \"passphrase\": \"$2b$12$eC1wYmRv/AxgwmbSR8fO.uuP3D7FxmYIpUuV.0Wz7M/ZubtZLWXKe\",\n        \"account_level\": \"Admin\",\n        \"timezone\": \"GMT -5:00\",\n        \"limitations\": \"0\",\n        \"daily_limit\": 0,\n        \"single_limit\": 0,\n        \"active\": \"1\",\n        \"external_id\": null,\n        \"stores\": [\n            \"30417\",\n            \"30401\"\n        ],\n        \"limit_days\": [],\n        \"limit_hours\": []\n    },\n    \"meta\": {}\n}"}],"_postman_id":"819ed86a-b051-49c0-ab86-cf3033fb817a"},{"name":"Create Manager With External ID","id":"0f099f0c-11a0-4671-b993-5ac8fc69ee72","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"POST","header":[{"key":"Authorization","value":"<Auth>","type":"text"}],"body":{"mode":"raw","raw":"{\n\"mobile_number\": \"4165680086\",\n\"passphrase\": \"pass@word1\",\n\"twofa_required\": false,\n\"first_name\": \"Test\",\n\"last_name\": \"Person\",\n\"external_id\" : \"11111\",\n\"email\":\"arthurchad@gmail.com\",\n\"client_id\": <client_id>,\n\"account_level\": \"Admin\",\n\"timezone\": \"GMT -4:00\",\n\"stores\": [ 10000],\n\"limitations\": \"0\"\n}","options":{"raw":{"language":"json"}}},"url":"https://stage-apiv2.xtminc.com/v1/managers","description":"<p>This endpoint creates a new manager with an external_id. <b>Please Note:</b> if you pass in an external_id here, the store_id passed in will be an assumed external store ID.</p>\n","urlObject":{"protocol":"https","path":["v1","managers"],"host":["stage-apiv2","xtminc","com"],"query":[],"variable":[]}},"response":[{"id":"a3656ddf-e6ed-4624-a53c-2c6ff829a9bc","name":"Create Manager","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n\"mobile_number\": \"4165680086\",\n\"passphrase\": \"pass@word1\",\n\"twofa_required\": false,\n\"first_name\": \"Test\",\n\"last_name\": \"Person\",\n\"external_id\" : \"\",\n\"email\":\"arthurchad@gmail.com\",\n\"client_id\": 10000,\n\"account_level\": \"Admin\",\n\"timezone\": \"GMT -4:00\",\n\"stores\": [ 10000],\n\"limitations\": \"0\"\n}","options":{"raw":{"language":"json"}}},"url":"https://stage-apiv2.xtminc.com/v1/managers"},"status":"Created","code":201,"_postman_previewlanguage":"json","header":[{"key":"date","value":"Mon, 01 Feb 2021 03:20:21 GMT"},{"key":"server","value":"istio-envoy"},{"key":"content-length","value":"313"},{"key":"content-type","value":"application/json"},{"key":"x-process-time","value":"2.0509941577911377"},{"key":"x-envoy-upstream-service-time","value":"2052"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": \"success\",\n    \"data\": {\n        \"manager_id\": 10025,\n        \"client_id\": 10000,\n        \"first_name\": \"Test\",\n        \"last_name\": \"Person\",\n        \"mobile_number\": \"4165680086\",\n        \"account_level\": \"Admin\",\n        \"timezone\": \"GMT -4:00\",\n        \"stores\": [\n            \"10000\"\n        ],\n        \"limitations\": \"0\",\n        \"limit_days\": [],\n        \"limit_hours\": [],\n        \"daily_limit\": 0,\n        \"single_limit\": 0,\n        \"active\": \"1\"\n    },\n    \"meta\": {}\n}"}],"_postman_id":"0f099f0c-11a0-4671-b993-5ac8fc69ee72"}],"id":"d8962002-ae0c-4bbe-8834-0cb2c6af31ad","_postman_id":"d8962002-ae0c-4bbe-8834-0cb2c6af31ad","description":""},{"name":"Stores","item":[{"name":"Get Stores","event":[{"listen":"test","script":{"exec":["var jsonData = JSON.parse(responseBody);","postman.setEnvironmentVariable(\"store_id\", jsonData.data[0].store_id);"],"type":"text/javascript","id":"eeba9cfe-7acd-48cb-9c4c-621e6c2a58b0"}}],"id":"9dac27c5-041c-430a-b5b9-7f64d8b9851b","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"GET","header":[{"key":"Authorization","type":"text","value":"<Auth>"}],"url":"https://stage-apiv2.xtminc.com/v1/stores?client_id=<client_id>","description":"<p>This endpoint retrieves all stores and all associated wallets for a specific client.</p>\n","urlObject":{"protocol":"https","path":["v1","stores"],"host":["stage-apiv2","xtminc","com"],"query":[{"key":"client_id","value":"<client_id>"}],"variable":[]}},"response":[{"id":"84e7299d-03da-4902-8882-1b98fe9026ff","name":"Get Stores","originalRequest":{"method":"GET","header":[{"key":"","type":"text","value":"","disabled":true}],"url":{"raw":"https://stage-apiv2.xtminc.com/v1/stores?client_id=<client_id>","protocol":"https","host":["stage-apiv2","xtminc","com"],"path":["v1","stores"],"query":[{"key":"client_id","value":"<client_id>"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"date","value":"Mon, 01 Feb 2021 01:23:15 GMT"},{"key":"server","value":"istio-envoy"},{"key":"content-length","value":"1127"},{"key":"content-type","value":"application/json"},{"key":"x-process-time","value":"0.013263463973999023"},{"key":"x-envoy-upstream-service-time","value":"14"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": \"success\",\n    \"data\": [\n        {\n            \"store_id\": 10000,\n            \"client_id\": 10000,\n            \"store_name\": \"Yonge And Steels\",\n            \"card_load_identifier\": \"Card Load\",\n            \"pad_weekday\": 0,\n            \"email_notifications\": \"john@doe.ca\",\n            \"timezone\": \"GMT -4:00\",\n            \"pre_auth\": \" \",\n            \"active\": \"1\",\n            \"client_bank_account_id\": null,\n            \"external_id\": \"30426\",\n            \"client_name\": \"John's Pizza\",\n            \"company_name\": \"John's Pizza\",\n            \"wallet_id\": 10300,\n            \"wallet_status\": \"active\",\n            \"wallet_name\": \"Yonge & Steels\",\n            \"current_amount\": 19886.01,\n            \"alert_amount\": 30000,\n            \"updated_at\": 1607714357.63079,\n            \"created_at\": 1607714357.63079\n        }\n    ],\n    \"meta\": {}\n}"}],"_postman_id":"9dac27c5-041c-430a-b5b9-7f64d8b9851b"},{"name":"Get Store","id":"11cea2b2-7d66-4369-acfb-670e0eca06c6","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Authorization","type":"text","value":"<Auth>"}],"url":"https://stage-apiv2.xtminc.com/v1/stores/<store_id>","description":"<p>This endpoint retrieves the details of a single store.</p>\n","urlObject":{"protocol":"https","path":["v1","stores","<store_id>"],"host":["stage-apiv2","xtminc","com"],"query":[],"variable":[]}},"response":[{"id":"8ee7d665-07d0-422f-a089-112f844179e3","name":"Get Store","originalRequest":{"method":"GET","header":[{"key":"Authorization","value":"<Auth Key>","type":"text"}],"url":"https://stage-apiv2.xtminc.com/v1/stores/<store_id>"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"date","value":"Fri, 16 Apr 2021 03:40:10 GMT"},{"key":"server","value":"istio-envoy"},{"key":"content-length","value":"548"},{"key":"content-type","value":"application/json"},{"key":"x-process-time","value":"0.0192263126373291"},{"key":"x-envoy-upstream-service-time","value":"22"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": \"success\",\n    \"data\": {\n        \"store_id\": 2323,\n        \"client_id\": 2323,\n        \"store_name\": \"Test Wallet\",\n        \"active\": \"1\",\n        \"email_notifications\": \"\",\n        \"timezone\": \"GMT -5:00\",\n        \"card_load_identifier\": \"Card Load\",\n        \"pad_weekday\": 0,\n        \"pre_auth\": \"0\",\n        \"departments\": null,\n        \"external_id\": null,\n        \"client_bank_account_id\": 0,\n        \"wallets\": {\n            \"wallet_id\": 2323,\n            \"store_id\": 2323,\n            \"client_id\": 2323,\n            \"wallet_status\": \"active\",\n            \"wallet_name\": \"Test Wallet - Wallet\",\n            \"current_amount\": 9064.5,\n            \"alert_amount\": 1000,\n            \"updated_at\": 1613660620.274423,\n            \"created_at\": 1613660620.274423\n        },\n        \"company_name\": \"\"\n    },\n    \"meta\": {}\n}"},{"id":"819651bf-8d13-4dec-872b-687b35e94bfe","name":"Get Wallet History","originalRequest":{"method":"GET","header":[{"key":"Authorization","value":"<Auth Key>","type":"text"}],"url":{"raw":"https://stage-apiv2.xtminc.com/v1/stores/{client-id}/client-wallet-history?stores={store-id}&start_date=2020-12-01&end_date=2021-01-10","protocol":"https","host":["stage-apiv2","xtminc","com"],"path":["v1","stores","{client-id}","client-wallet-history"],"query":[{"key":"stores","value":"{store-id}"},{"key":"start_date","value":"2020-12-01"},{"key":"end_date","value":"2021-01-10"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"date","value":"Fri, 16 Apr 2021 03:22:08 GMT"},{"key":"server","value":"istio-envoy"},{"key":"content-length","value":"11792"},{"key":"content-type","value":"application/json"},{"key":"x-process-time","value":"0.36787986755371094"},{"key":"x-envoy-upstream-service-time","value":"371"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": \"success\",\n    \"data\": [\n        {\n            \"wallet_id\": 323,\n            \"client_id\": 9484,\n            \"store_id\": 1123,\n            \"transaction_type\": \"Wallet Transfer In\",\n            \"card_holder\": \"\",\n            \"adjustment_amount\": 90,\n            \"previous_amount\": 19818.5,\n            \"total_amount\": 19908.5,\n            \"entity_id\": 10008,\n            \"entity_type\": \"manager\",\n            \"bank_account_id\": null,\n            \"notes\": \"test\",\n            \"created_at\": 1617023327,\n            \"records_in_query\": 1,\n            \"client\": {\n                \"client_id\": 10000,\n                \"client_name\": \"Johns Subs\"\n            },\n            \"store\": {\n                \"store_id\": 1123,\n                \"store_name\": \"Finch and Don Mills\",\n                \"store_departments\": []\n            },\n            \"wallet\": {\n                \"wallet_id\": 1123,\n                \"wallet_name\": \"Finch and Don Mills\"\n            },\n            \"entity\": {\n                \"entity_type\": \"manager\",\n                \"entity_id\": 1238,\n                \"entity_name\": \"David Linburg\"\n            }\n        }\n        \n    ],\n    \"meta\": {\n        \"number_of_transactions\": 1,\n        \"number_of_valid_transactions\": 1,\n        \"total_number_of_transactions\": 1,\n        \"current_page\": 1,\n        \"total_number_of_pages\": 3\n    }\n}"}],"_postman_id":"11cea2b2-7d66-4369-acfb-670e0eca06c6"},{"name":"Get Store External References","id":"fc329a5b-d8e1-44c3-89dd-e855d554be79","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Authorization","type":"text","value":"<Auth>"}],"url":"https://stage-apiv2.xtminc.com/v1/wallets/<wallet_id>/external-references","description":"<p>This endpoint retrieves the details of a single store.</p>\n","urlObject":{"protocol":"https","path":["v1","wallets","<wallet_id>","external-references"],"host":["stage-apiv2","xtminc","com"],"query":[],"variable":[]}},"response":[{"id":"df692a2f-c669-4210-9d84-de80cd398ad2","name":"Get Store External Reference","originalRequest":{"method":"GET","header":[{"key":"Authorization","type":"text","value":"<Auth>"}],"url":"https://stage-apiv2.xtminc.com/v1/wallets/<wallet_id>/external-references"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Tue, 10 Oct 2023 17:18:09 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"99"},{"key":"Connection","value":"keep-alive"},{"key":"server","value":"uvicorn"},{"key":"x-process-time","value":"0.008351802825927734"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": \"success\",\n    \"data\": {\n        \"wallet_id\": 20135,\n        \"reference\": \"555684\",\n        \"type\": \"location_id\"\n    },\n    \"meta\": {}\n}"}],"_postman_id":"fc329a5b-d8e1-44c3-89dd-e855d554be79"},{"name":"Get Store by External Reference","id":"9db4949f-d15e-4bf2-8431-ddefd43f2747","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Authorization","type":"text","value":"<Auth>"}],"url":"https://stage-apiv2.xtminc.com/v1/wallets/<client_id>/external-reference/<external_reference>","description":"<p>This endpoint retrieves the details of a single store.</p>\n","urlObject":{"protocol":"https","path":["v1","wallets","<client_id>","external-reference","<external_reference>"],"host":["stage-apiv2","xtminc","com"],"query":[],"variable":[]}},"response":[{"id":"9b06b39a-e971-4f33-a5c3-21fa4838df07","name":"Get Store by External Reference","originalRequest":{"method":"GET","header":[{"key":"Authorization","type":"text","value":"<Auth>"}],"url":"https://stage-apiv2.xtminc.com/v1/wallets/<client_id>/external-reference/<external_reference>"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Tue, 31 Oct 2023 15:56:28 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"998"},{"key":"Connection","value":"keep-alive"},{"key":"server","value":"uvicorn"},{"key":"x-process-time","value":"0.03916597366333008"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": \"success\",\n    \"data\": {\n        \"store_id\": 20081,\n        \"client_id\": 10112,\n        \"store_name\": \"Downtown - TPPOS\",\n        \"active\": \"1\",\n        \"email_notifications\": \"\",\n        \"timezone\": \"GMT -4:00\",\n        \"card_load_identifier\": \"Downtown - TPPOS\",\n        \"account_holder\": \"Sales\",\n        \"pad_weekday\": 0,\n        \"pre_auth\": \"0\",\n        \"departments\": null,\n        \"float_amount\": 0,\n        \"external_id\": null,\n        \"client_bank_account_id\": null,\n        \"is_subscribed\": true,\n        \"tippool_trial_enddate\": \"\",\n        \"wallets\": {\n            \"wallet_id\": 20081,\n            \"store_id\": 20081,\n            \"client_id\": 10112,\n            \"wallet_status\": \"active\",\n            \"wallet_name\": \"Tip Pool POS - Wallet\",\n            \"current_amount\": 48154.11,\n            \"alert_amount\": 0,\n            \"subscription_status\": \"black\",\n            \"updated_at\": 1675883521.594355,\n            \"created_at\": 1675883521.594355\n        },\n        \"company_name\": \"\",\n        \"etransfer_type\": \"rbc\",\n        \"wallet_address_details\": {\n            \"wallet_id\": 20081,\n            \"street\": \"1 Anystreet\",\n            \"city\": \"Toronto\",\n            \"region\": \"ON\",\n            \"country\": \"Canada\",\n            \"postal_code\": \"M5K0K0\",\n            \"contact_email\": \"techadmin+salesdemo@xtminc.com\",\n            \"secondary_emails\": [],\n            \"created_at\": 1685131406.489552\n        }\n    },\n    \"meta\": {\n        \"external_reference\": \"123\",\n        \"type\": \"location_id\"\n    }\n}"}],"_postman_id":"9db4949f-d15e-4bf2-8431-ddefd43f2747"},{"name":"Create or Update External References","id":"be9340e7-94a6-4f7c-acad-972e53727f91","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Authorization","type":"text","value":"<Auth>"}],"body":{"mode":"raw","raw":"{\n    \"reference\": 555684\n}","options":{"raw":{"language":"json"}}},"url":"https://stage-apiv2.xtminc.com/v1/wallets/<wallet_id>/external-references","description":"<p>This endpoint retrieves the details of a single store.</p>\n","urlObject":{"protocol":"https","path":["v1","wallets","<wallet_id>","external-references"],"host":["stage-apiv2","xtminc","com"],"query":[],"variable":[]}},"response":[{"id":"58dc966f-c5e7-4aff-9dbb-210d2753b2ca","name":"Create or Update External References","originalRequest":{"method":"POST","header":[{"key":"Authorization","type":"text","value":"<Auth>"}],"body":{"mode":"raw","raw":"{\n    \"reference\": 555684\n}","options":{"raw":{"language":"json"}}},"url":"https://stage-apiv2.xtminc.com/v1/wallets/<wallet_id>/external-references"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Tue, 10 Oct 2023 17:16:48 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"99"},{"key":"Connection","value":"keep-alive"},{"key":"server","value":"uvicorn"},{"key":"x-process-time","value":"0.0303952693939209"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": \"success\",\n    \"data\": {\n        \"wallet_id\": 20135,\n        \"reference\": \"555684\",\n        \"type\": \"location_id\"\n    },\n    \"meta\": {}\n}"}],"_postman_id":"be9340e7-94a6-4f7c-acad-972e53727f91"},{"name":"Delete Store External References","id":"a81d0ea1-9b6f-445a-9969-2af8bd100b36","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[{"key":"Authorization","type":"text","value":"<Auth>"}],"url":"https://stage-apiv2.xtminc.com/v1/wallets/<wallet_id>/external-references","description":"<p>This endpoint retrieves the details of a single store.</p>\n","urlObject":{"protocol":"https","path":["v1","wallets","<wallet_id>","external-references"],"host":["stage-apiv2","xtminc","com"],"query":[],"variable":[]}},"response":[{"id":"0169519b-b4df-408f-ae82-be2d6c328d62","name":"Delete Store External Reference","originalRequest":{"method":"DELETE","header":[{"key":"Authorization","type":"text","value":"<Auth>"}],"url":"https://stage-apiv2.xtminc.com/v1/wallets/<wallet_id>/external-references"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Tue, 10 Oct 2023 17:19:29 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"42"},{"key":"Connection","value":"keep-alive"},{"key":"server","value":"uvicorn"},{"key":"x-process-time","value":"0.00814366340637207"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": \"success\",\n    \"data\": true,\n    \"meta\": {}\n}"}],"_postman_id":"a81d0ea1-9b6f-445a-9969-2af8bd100b36"},{"name":"Get Store Details (External ID)","id":"6eb1ac2c-a553-4139-b64d-5cb5975dce76","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Authorization","value":"<Auth Key>","type":"text"}],"url":"https://stage-apiv2.xtminc.com/v1/stores/<external_store_id>/external","description":"<p>Grab all store details using your external store id</p>\n","urlObject":{"protocol":"https","path":["v1","stores","<external_store_id>","external"],"host":["stage-apiv2","xtminc","com"],"query":[],"variable":[]}},"response":[{"id":"549a5428-4c85-4011-908e-62e6ecb18142","name":"Get Store Details (External ID)","originalRequest":{"method":"GET","header":[{"key":"Authorization","value":"<Auth Key>","type":"text"}],"url":"https://stage-apiv2.xtminc.com/v1/stores/<external_store_id>/external"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"date","value":"Fri, 16 Apr 2021 03:55:43 GMT"},{"key":"server","value":"istio-envoy"},{"key":"content-length","value":"610"},{"key":"content-type","value":"application/json"},{"key":"x-process-time","value":"0.01670241355895996"},{"key":"x-envoy-upstream-service-time","value":"19"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": \"success\",\n    \"data\": {\n        \"store_id\": 10000,\n        \"client_id\": 10000,\n        \"store_name\": \"Don Mills and Finch\",\n        \"active\": \"1\",\n        \"email_notifications\": \"joe@subs.ca\",\n        \"timezone\": \"GMT -4:00\",\n        \"card_load_identifier\": \"Card Load\",\n        \"pad_weekday\": 0,\n        \"pre_auth\": \" \",\n        \"departments\": null,\n        \"external_id\": \"2993\",\n        \"client_bank_account_id\": null,\n        \"wallets\": {\n            \"wallet_id\": 10000,\n            \"store_id\": 10000,\n            \"client_id\": 10000,\n            \"wallet_status\": \"active\",\n            \"wallet_name\": \"Don Mills and Finch - Wallet\",\n            \"current_amount\": 19896.01,\n            \"alert_amount\": 100,\n            \"updated_at\": 1607714357.63079,\n            \"created_at\": 1607714357.63079\n        },\n        \"company_name\": \"\"\n    },\n    \"meta\": {}\n}"}],"_postman_id":"6eb1ac2c-a553-4139-b64d-5cb5975dce76"},{"name":"Get Wallet History","id":"a55b203f-ace6-4cad-b055-f5c4b37463fa","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Authorization","value":"04e6ee4108744ab693aaff4ac1e5ee46","type":"text"}],"url":"https://stage-apiv2.xtminc.com/v1/stores/<client_id>/client-wallet-history?stores=<store_id>&start_date=YYYY-MM-DD HH24:MM:SS&end_date=YYYY-MM-DD HH24:MM:SS&page=1","description":"<p>Grab the ledger of a wallet. This endpoint only supports internal wallet ids. Please use the Get Store Details (External) endpoint to get the associated internal id</p>\n","urlObject":{"protocol":"https","path":["v1","stores","<client_id>","client-wallet-history"],"host":["stage-apiv2","xtminc","com"],"query":[{"disabled":true,"key":"","value":""},{"key":"stores","value":"<store_id>"},{"key":"start_date","value":"YYYY-MM-DD HH24:MM:SS"},{"key":"end_date","value":"YYYY-MM-DD HH24:MM:SS"},{"key":"page","value":"1"}],"variable":[]}},"response":[{"id":"42e4fe12-b1a0-4c12-afc2-c2278b9a0559","name":"Get Wallet History","originalRequest":{"method":"GET","header":[{"key":"Authorization","value":"04e6ee4108744ab693aaff4ac1e5ee46","type":"text"}],"url":{"raw":"https://stage-apiv2.xtminc.com/v1/stores/10000/client-wallet-history?page=1&stores=10001&start_date=2021-02-01&end_date=2021-04-22","protocol":"https","host":["stage-apiv2","xtminc","com"],"path":["v1","stores","10000","client-wallet-history"],"query":[{"key":"page","value":"1"},{"key":"stores","value":"10001"},{"key":"start_date","value":"2021-02-01"},{"key":"end_date","value":"2021-04-22"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"date","value":"Fri, 16 Apr 2021 04:07:27 GMT"},{"key":"server","value":"istio-envoy"},{"key":"content-length","value":"2855"},{"key":"content-type","value":"application/json"},{"key":"x-process-time","value":"0.09480881690979004"},{"key":"x-envoy-upstream-service-time","value":"96"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": \"success\",\n    \"data\": [\n        {\n            \"rec_id\": 13097,\n            \"wallet_id\": 11010,\n            \"client_id\": 10000,\n            \"store_id\": 11010,\n            \"transaction_type\": \"Wallet Card Reversal\",\n            \"card_holder\": \"JAMES BOND\",\n            \"adjustment_amount\": 0.060,\n            \"previous_amount\": 1003.300,\n            \"total_amount\": 1003.360,\n            \"entity_id\": 10152,\n            \"entity_type\": \"manager\",\n            \"bank_account_id\": 0,\n            \"notes\": \"NOTE\",\n            \"status\": \"paid\",\n            \"queue_reference\": null,\n            \"payment_reference\": \"CC006107C8EA\",\n            \"client_payment_reference\": \"\",\n            \"token\": null,\n            \"wallet_load_method\": null,\n            \"source_of_funds\": null,\n            \"customer_id\": 10332,\n            \"txn_ref_no\": \"x-10-eec61cb9535342d2ad5598dd943ee827\",\n            \"disputed\": false,\n            \"created_at\": 1700500188,\n            \"records_in_query\": 2,\n            \"adjusted_time_db_utc\": \"2023-10-20T21:09:48.675548+00:00\",\n            \"timezone\": \"GMT -4:00\",\n            \"adjusted_time\": \"2023-10-20T17:09:48+00:00\",\n            \"client\": {\n                \"client_id\": 10000,\n                \"client_name\": \"Test Client\"\n            },\n            \"store\": {\n                \"store_id\": 11010,\n                \"store_name\": \"Test Client\",\n                \"store_departments\": []\n            },\n            \"wallet\": {\n                \"wallet_id\": 11010,\n                \"wallet_name\": \"Test Client - Wallet\"\n            },\n            \"entity\": {\n                \"entity_type\": \"manager\",\n                \"entity_id\": 10152,\n                \"entity_name\": \"Test Manager\"\n            }\n        },\n        {\n            \"rec_id\": 11698,\n            \"wallet_id\": 11010,\n            \"client_id\": 10000,\n            \"store_id\": 11010,\n            \"transaction_type\": \"Wallet Card Debit\",\n            \"card_holder\": \"JAMES BOND\",\n            \"adjustment_amount\": -0.060,\n            \"previous_amount\": 1003.360,\n            \"total_amount\": 1003.300,\n            \"entity_id\": 10152,\n            \"entity_type\": \"manager\",\n            \"bank_account_id\": 0,\n            \"notes\": \"NOTE\",\n            \"status\": \"paid\",\n            \"queue_reference\": null,\n            \"payment_reference\": \"\",\n            \"client_payment_reference\": null,\n            \"token\": null,\n            \"wallet_load_method\": null,\n            \"source_of_funds\": null,\n            \"customer_id\": 10332,\n            \"txn_ref_no\": \"x-9-e054826f743148d585919009b077a102\",\n            \"disputed\": true,\n            \"created_at\": 1700317640,\n            \"records_in_query\": 2,\n            \"adjusted_time_db_utc\": \"2023-10-18T18:27:20.579041+00:00\",\n            \"timezone\": \"GMT -4:00\",\n            \"adjusted_time\": \"2023-10-18T14:27:20+00:00\",\n            \"client\": {\n                \"client_id\": 10000,\n                \"client_name\": \"Test Client\"\n            },\n            \"store\": {\n                \"store_id\": 11010,\n                \"store_name\": \"Test Client\",\n                \"store_departments\": []\n            },\n            \"wallet\": {\n                \"wallet_id\": 11010,\n                \"wallet_name\": \"Test Client - Wallet\"\n            },\n            \"entity\": {\n                \"entity_type\": \"manager\",\n                \"entity_id\": 10152,\n                \"entity_name\": \"Test Manager\"\n            }\n        }\n    ],\n    \"meta\": {\n        \"number_of_transactions\": 2,\n        \"number_of_valid_transactions\": 2,\n        \"total_number_of_transactions\": 2,\n        \"current_page\": 1,\n        \"total_number_of_pages\": 1\n    }\n}"}],"_postman_id":"a55b203f-ace6-4cad-b055-f5c4b37463fa"}],"id":"fd4c21e0-094a-4217-aaea-28cf78fc8df9","_postman_id":"fd4c21e0-094a-4217-aaea-28cf78fc8df9","description":""},{"name":"Staff Members","item":[{"name":"Create Customer","id":"16e920bf-d4f7-46bf-bf04-6d00e5a9b3cd","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"POST","header":[{"key":"Authorization","type":"text","value":"<Auth>"}],"body":{"mode":"raw","raw":"{\n\"identifier\": \"416568008\",\n\"first_name\": \"John\",\n\"email\": \"john2@doe.com\",\n\"last_name\": \"Doe2\",\n\"client_id\": <client_id>,\n\"staff_id\": \"EF123\",\n\"stores\": [ <store_id>],\n\"id_number\": \"123456789\",\n\"id_type\": \"123456789\",\n\"id_place_of_issuance\": \"123456789\"\n}","options":{"raw":{"language":"json"}}},"url":"https://stage-apiv2.xtminc.com/v1/customers","description":"<p>This endpoint creates a new customer (card holder) in the system. Once this endpoint is called, the customer receives a text message with instructions for downloading the AnyDay mobile app. When they are in the app, they are able to setup their authentication and activate a card.</p>\n","urlObject":{"protocol":"https","path":["v1","customers"],"host":["stage-apiv2","xtminc","com"],"query":[],"variable":[]}},"response":[{"id":"ead1ffd4-c27b-4a09-9bf2-d2a031a50dee","name":"Create Customer","originalRequest":{"method":"POST","header":[{"key":"","type":"text","value":"","disabled":true}],"body":{"mode":"raw","raw":"{\n\"identifier\": \"4165680085\",\n\"first_name\": \"John\",\n\"email\": \"john@doe.com\",\n\"last_name\": \"Doe\",\n\"client_id\": 10001,\n\"staff_id\": \"EF123\",\n\"external_id\": \"\",\n\"stores\": [ <store_id>],\n\"id_number\": \"123456789\",\n\"id_type\": \"123456789\",\n\"id_place_of_issuance\": \"123456789\"\n}","options":{"raw":{"language":"json"}}},"url":"https://stage-apiv2.xtminc.com/v1/customers"},"status":"Created","code":201,"_postman_previewlanguage":"json","header":[{"key":"date","value":"Mon, 01 Feb 2021 02:19:09 GMT"},{"key":"server","value":"istio-envoy"},{"key":"content-length","value":"341"},{"key":"content-type","value":"application/json"},{"key":"x-process-time","value":"0.7837483882904053"},{"key":"x-envoy-upstream-service-time","value":"784"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": \"success\",\n    \"data\": {\n        \"customer_id\": 10031,\n        \"identifier\": \"4165680085\",\n        \"first_name\": \"John\",\n        \"last_name\": \"Doe\",\n        \"email\": \"john@doe.com\",\n        \"status\": \"pending\",\n        \"balance\": 0,\n        \"client_id\": 10001,\n        \"staff_id\": \"EF123\",\n        \"created_at\": \"1612145950.400086\",\n        \"updated_at\": \"1612145950.400086\",\n        \"external_id\": null,\n        \"activation_date\": null,\n        \"stores\": [10000],\n        \"id_number\": \"123456789\",\n        \"id_type\": \"123456789\",\n        \"id_place_of_issuance\": \"123456789\"\n    },\n    \"meta\": {}\n}"}],"_postman_id":"16e920bf-d4f7-46bf-bf04-6d00e5a9b3cd"},{"name":"Create Customer With External ID","id":"83592bc3-4c8e-42a9-a98a-3144a3e6908e","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"POST","header":[{"key":"Authorization","type":"text","value":"<Auth>"}],"body":{"mode":"raw","raw":"{\n\"identifier\": \"6474913667\",\n\"first_name\": \"Ryan\",\n\"email\": \"ryan@test.com\",\n\"last_name\": \"Test\",\n\"client_id\": <client_id>,\n\"staff_id\": \"RRF123\",\n\"external_id\": \"RRF123\",\n\"stores\":[\"11111\"]\n}","options":{"raw":{"language":"json"}}},"url":"https://stage-apiv2.xtminc.com/v1/customers","description":"<p>This endpoint creates a new customer (card holder) in the system using an external store_id. This will only work if you have a store that already exists in the system with an external_id set. Once this endpoint is called, the customer receives a text message with instructions for downloading the AnyDay mobile app. When they are in the app, they are able to setup their authentication and activate a card. <strong>Please Note:</strong> if you pass in an external_id here, the store_id passed in will be an assumed external store ID.</p>\n","urlObject":{"protocol":"https","path":["v1","customers"],"host":["stage-apiv2","xtminc","com"],"query":[],"variable":[]}},"response":[{"id":"2a4fe031-3e9a-429c-96b5-f183f75e10a8","name":"Create Customer With External ID","originalRequest":{"method":"POST","header":[{"key":"Authorization","type":"text","value":"<Auth>"}],"body":{"mode":"raw","raw":"{\n\"identifier\": \"6474913667\",\n\"first_name\": \"Ryan\",\n\"email\": \"ryan@test.com\",\n\"last_name\": \"Test\",\n\"client_id\": <client_id>,\n\"staff_id\": \"RRF123\",\n\"external_id\": \"RRF123\",\n\"stores\":[\"11111\"]\n}","options":{"raw":{"language":"json"}}},"url":"https://stage-apiv2.xtminc.com/v1/customers"},"status":"Created","code":201,"_postman_previewlanguage":"json","header":[{"key":"date","value":"Thu, 04 Feb 2021 15:03:16 GMT"},{"key":"server","value":"istio-envoy"},{"key":"content-length","value":"350"},{"key":"content-type","value":"application/json"},{"key":"x-process-time","value":"0.7579364776611328"},{"key":"x-envoy-upstream-service-time","value":"761"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": \"success\",\n    \"data\": {\n        \"customer_id\": 10034,\n        \"identifier\": \"6474913667\",\n        \"first_name\": \"Ryan\",\n        \"last_name\": \"Test\",\n        \"email\": \"ryan@test.com\",\n        \"status\": \"pending\",\n        \"balance\": 0,\n        \"client_id\": 10000,\n        \"staff_id\": \"RRF123\",\n        \"created_at\": \"1612450997.345011\",\n        \"updated_at\": \"1612450997.345011\",\n        \"external_id\": \"RRF123\",\n        \"activation_date\": null,\n        \"stores\": [\n            \"11111\"\n        ]\n    },\n    \"meta\": {}\n}"},{"id":"84812f2c-235c-4cd9-9659-ca7b33776c8d","name":"Create Customer","originalRequest":{"method":"POST","header":[{"key":"","type":"text","value":"","disabled":true}],"body":{"mode":"raw","raw":"{\n\"identifier\": \"4165680085\",\n\"first_name\": \"John\",\n\"email\": \"john@doe.com\",\n\"last_name\": \"Doe\",\n\"client_id\": 10001,\n\"staff_id\": \"EF123\",\n\"external_id\": \"\",\n\"stores\": [ <store_id>]\n}","options":{"raw":{"language":"json"}}},"url":"https://stage-apiv2.xtminc.com/v1/customers"},"status":"Created","code":201,"_postman_previewlanguage":"json","header":[{"key":"date","value":"Mon, 01 Feb 2021 02:19:09 GMT"},{"key":"server","value":"istio-envoy"},{"key":"content-length","value":"341"},{"key":"content-type","value":"application/json"},{"key":"x-process-time","value":"0.7837483882904053"},{"key":"x-envoy-upstream-service-time","value":"784"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": \"success\",\n    \"data\": {\n        \"customer_id\": 10031,\n        \"identifier\": \"4165680085\",\n        \"first_name\": \"John\",\n        \"last_name\": \"Doe\",\n        \"email\": \"john@doe.com\",\n        \"status\": \"pending\",\n        \"balance\": 0,\n        \"client_id\": 10001,\n        \"staff_id\": \"EF123\",\n        \"created_at\": \"1612145950.400086\",\n        \"updated_at\": \"1612145950.400086\",\n        \"external_id\": null,\n        \"activation_date\": null,\n        \"stores\": [\n            10000\n        ]\n    },\n    \"meta\": {}\n}"}],"_postman_id":"83592bc3-4c8e-42a9-a98a-3144a3e6908e"},{"name":"Get Members By Store or Client","id":"de4fd72d-492d-48d6-b948-83e2bddb3a2c","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"GET","header":[{"key":"Authorization","value":"<Auth>","type":"text"}],"url":"https://stage-apiv2.xtminc.com/v1/managers/<manager_id>/customers/<client_id>?store_id=<store_id>&status=active","description":"<p>This endpoint returns an array of customers that are associated with the store that was passed in.</p>\n","urlObject":{"protocol":"https","path":["v1","managers","<manager_id>","customers","<client_id>"],"host":["stage-apiv2","xtminc","com"],"query":[{"description":{"content":"<p>(Optional) Store ID to filter on.</p>\n","type":"text/plain"},"key":"store_id","value":"<store_id>"},{"description":{"content":"<p>(Optional) Customer status to filter on. 'active', 'pending', 'regisitered' are possible values.</p>\n","type":"text/plain"},"key":"status","value":"active"}],"variable":[]}},"response":[{"id":"42094bd6-82f9-4c2b-955c-366f5e24033d","name":"Get Client Members","originalRequest":{"method":"GET","header":[{"key":"Authorization","value":"<Auth>","type":"text"}],"url":{"raw":"https://stage-apiv2.xtminc.com/v1/managers/<manager_id>/customers/<client_id>","protocol":"https","host":["stage-apiv2","xtminc","com"],"path":["v1","managers","<manager_id>","customers","<client_id>"],"query":[{"key":"store_id","value":"<store_id>","description":"(Optional store ID to filter on)","disabled":true},{"key":"status","value":"active","description":"'active', 'pending', 'regisitered' are possible values.","disabled":true}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Tue, 10 Oct 2023 17:44:03 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"891"},{"key":"Connection","value":"keep-alive"},{"key":"server","value":"uvicorn"},{"key":"x-process-time","value":"0.09116268157958984"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": \"success\",\n    \"data\": [\n        {\n            \"customer_id\": 11508,\n            \"identifier\": \"4165680081\",\n            \"first_name\": \"John\",\n            \"last_name\": \"Doe\",\n            \"email\": \"john1@doe.com\",\n            \"person_id\": null,\n            \"balance\": 0,\n            \"customer_status\": \"pending\",\n            \"employee_id\": null,\n            \"client_id\": [\n                10172\n            ],\n            \"staff_id\": \"EF123\",\n            \"proxy\": null,\n            \"stores\": \"{\\\"store_ids\\\": [\\\"20135\\\"]}\",\n            \"updated_at\": 1696959592.002086,\n            \"client_name\": [\n                \"Regis\"\n            ],\n            \"store_names\": [\n                \"Hugo Alvarado Wallet\"\n            ],\n            \"store_departments\": [],\n            \"domain\": \"TODAYCARD\"\n        },\n        {\n            \"customer_id\": 11509,\n            \"identifier\": \"4165680082\",\n            \"first_name\": \"John\",\n            \"last_name\": \"Doe2\",\n            \"email\": \"john2@doe.com\",\n            \"person_id\": null,\n            \"balance\": 0,\n            \"customer_status\": \"pending\",\n            \"employee_id\": null,\n            \"client_id\": [\n                10172\n            ],\n            \"staff_id\": \"EF123\",\n            \"proxy\": null,\n            \"stores\": \"{\\\"store_ids\\\": [\\\"20135\\\"]}\",\n            \"updated_at\": 1696959637.780756,\n            \"client_name\": [\n                \"Regis\"\n            ],\n            \"store_names\": [\n                \"Hugo Alvarado Wallet\"\n            ],\n            \"store_departments\": [],\n            \"domain\": \"TODAYCARD\"\n        }\n    ],\n    \"meta\": \"Internal Stores\"\n}"},{"id":"2f80cd20-be58-4226-8f69-98f958517169","name":"Get Store Members","originalRequest":{"method":"GET","header":[{"key":"Authorization","value":"<Auth>","type":"text"}],"url":{"raw":"https://stage-apiv2.xtminc.com/v1/managers/<manager_id>/customers/<client_id>?store_id=<store_id>&status=active","protocol":"https","host":["stage-apiv2","xtminc","com"],"path":["v1","managers","<manager_id>","customers","<client_id>"],"query":[{"key":"store_id","value":"<store_id>","description":"(Optional) Store ID to filter on."},{"key":"status","value":"active","description":"(Optional) Customer status to filter on. 'active', 'pending', 'regisitered' are possible values."}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Tue, 10 Oct 2023 17:45:15 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"472"},{"key":"Connection","value":"keep-alive"},{"key":"server","value":"uvicorn"},{"key":"x-process-time","value":"0.01241445541381836"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": \"success\",\n    \"data\": [\n        {\n            \"customer_id\": 11509,\n            \"identifier\": \"4165680082\",\n            \"first_name\": \"John\",\n            \"last_name\": \"Doe2\",\n            \"email\": \"john2@doe.com\",\n            \"person_id\": null,\n            \"balance\": 0,\n            \"customer_status\": \"active\",\n            \"employee_id\": null,\n            \"client_id\": [\n                10172\n            ],\n            \"staff_id\": \"EF123\",\n            \"proxy\": null,\n            \"stores\": \"{\\\"store_ids\\\": [\\\"20135\\\"]}\",\n            \"updated_at\": 1696959637.780756,\n            \"client_name\": [\n                \"Regis\"\n            ],\n            \"store_names\": [\n                \"Hugo Alvarado Wallet\"\n            ],\n            \"store_departments\": [],\n            \"domain\": \"TODAYCARD\"\n        }\n    ],\n    \"meta\": \"Internal Stores\"\n}"}],"_postman_id":"de4fd72d-492d-48d6-b948-83e2bddb3a2c"},{"name":"Get Member","id":"227b26dd-0741-4a1f-9843-4b854648a7bb","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"GET","header":[{"key":"Authorization","value":"<Auth>","type":"text"}],"url":"https://stage-apiv2.xtminc.com/v1/customers/<customer_id>","description":"<p>This endpoint returns the member information providing the `customer_id`</p>\n","urlObject":{"protocol":"https","path":["v1","customers","<customer_id>"],"host":["stage-apiv2","xtminc","com"],"query":[],"variable":[]}},"response":[{"id":"d96eb32a-5a5b-4011-a54d-5c603e245105","name":"Get Member","originalRequest":{"method":"GET","header":[{"key":"Authorization","value":"<Auth>","type":"text"}],"url":"https://stage-apiv2.xtminc.com/v1/customers/<customer_id>"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Tue, 10 Oct 2023 17:44:03 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"891"},{"key":"Connection","value":"keep-alive"},{"key":"server","value":"uvicorn"},{"key":"x-process-time","value":"0.09116268157958984"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": \"success\",\n    \"data\": {\n        \"customer_id\": 11508,\n        \"identifier\": \"4165680081\",\n        \"first_name\": \"John\",\n        \"last_name\": \"Doe\",\n        \"email\": \"john1@doe.com\",\n        \"person_id\": null,\n        \"balance\": 0,\n        \"customer_status\": \"pending\",\n        \"employee_id\": null,\n        \"client_id\": [\n            10172\n        ],\n        \"staff_id\": \"EF123\",\n        \"proxy\": null,\n        \"stores\": \"{\\\"store_ids\\\": [\\\"20135\\\"]}\",\n        \"updated_at\": 1696959592.002086,\n        \"client_name\": [\n            \"Test Client\"\n        ],\n        \"store_names\": [\n            \"Test Wallet\"\n        ],\n        \"store_departments\": [],\n        \"domain\": \"TODAYCARD\"\n    },\n    \"meta\": \"Internal Stores\"\n}"}],"_postman_id":"227b26dd-0741-4a1f-9843-4b854648a7bb"},{"name":"Search Members","id":"94633b00-aaa8-4c0f-b508-dae80fb6b96b","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"GET","header":[{"key":"Authorization","value":"<Auth>","type":"text"}],"url":"https://stage-apiv2.xtminc.com/v1/managers/search-customers/<client_id>?store_id=<store_id>&status=active&search_param=Doe","description":"<p>This endpoint returns an array of customers that are associated with the store that was passed in.</p>\n","urlObject":{"protocol":"https","path":["v1","managers","search-customers","<client_id>"],"host":["stage-apiv2","xtminc","com"],"query":[{"description":{"content":"<p>(Optional) Store ID to filter on.</p>\n","type":"text/plain"},"key":"store_id","value":"<store_id>"},{"description":{"content":"<p>(Optional) Customer status to filter on. 'active', 'pending', 'regisitered' are possible values.</p>\n","type":"text/plain"},"key":"status","value":"active"},{"key":"search_param","value":"Doe"}],"variable":[]}},"response":[{"id":"0f6e178c-6bba-42ad-877d-eb28121fdebc","name":"Search Members","originalRequest":{"method":"GET","header":[{"key":"Authorization","value":"<Auth>","type":"text"}],"url":{"raw":"https://stage-apiv2.xtminc.com/v1/managers/search-customers/<client_id>?store_id=<store_id>&status=active&search_param=Doe","protocol":"https","host":["stage-apiv2","xtminc","com"],"path":["v1","managers","search-customers","<client_id>"],"query":[{"key":"store_id","value":"<store_id>","description":"(Optional) Store ID to filter on."},{"key":"status","value":"active","description":"(Optional) Customer status to filter on. 'active', 'pending', 'regisitered' are possible values."},{"key":"search_param","value":"Doe"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Tue, 10 Oct 2023 23:17:43 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"603"},{"key":"Connection","value":"keep-alive"},{"key":"server","value":"uvicorn"},{"key":"x-process-time","value":"0.03859233856201172"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": \"success\",\n    \"data\": [\n        {\n            \"customer_id\": 11509,\n            \"identifier\": \"4165680082\",\n            \"first_name\": \"John\",\n            \"last_name\": \"Doe2\",\n            \"email\": \"jbouganim+testclient@xtminc.com\",\n            \"person_id\": null,\n            \"domain\": \"TODAYCARD\",\n            \"employee_id\": \"\",\n            \"balance\": 6082.58,\n            \"customer_status\": \"active\",\n            \"staff_id\": \"abcdef\",\n            \"client_id\": [\n                10172\n            ],\n            \"proxy\": \"9574300038986\",\n            \"stores\": \"{\\\"store_ids\\\": [\\\"20135\\\"]}\",\n            \"location\": null,\n            \"primary_position\": null,\n            \"secondary_positions\": null,\n            \"updated_at\": 1696959637.780756,\n            \"created_at\": [\n                true,\n                1696945237\n            ],\n            \"client_name\": [\n                \"Regis\"\n            ],\n            \"store_names\": [\n                \"Hugo Alvarado Wallet\"\n            ],\n            \"store_departments\": []\n        }\n    ],\n    \"meta\": \"Internal Stores\"\n}"}],"_postman_id":"94633b00-aaa8-4c0f-b508-dae80fb6b96b"},{"name":"Get Members External References","id":"31865f4f-fdca-4793-973d-8eefa6d9b6bd","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"GET","header":[{"key":"Authorization","value":"<Auth>","type":"text"}],"url":"https://stage-apiv2.xtminc.com/v1/stores/<store_id>/customers/<customer_id>/external-references","description":"<p>This endpoint returns an array of customers that are associated with the store that was passed in.</p>\n","urlObject":{"protocol":"https","path":["v1","stores","<store_id>","customers","<customer_id>","external-references"],"host":["stage-apiv2","xtminc","com"],"query":[{"disabled":true,"description":{"content":"<p>(Optional) External Reference Type - all (default), staff_id, payroll_id, ta_id</p>\n","type":"text/plain"},"key":"type","value":"staff_id"}],"variable":[]}},"response":[{"id":"ef046e3e-55d4-4020-8ff3-21cb108d8190","name":"Get Client / Store Members - Set Type","originalRequest":{"method":"GET","header":[{"key":"Authorization","value":"<Auth>","type":"text"}],"url":{"raw":"https://stage-apiv2.xtminc.com/v1/stores/<store_id>/customers/<customer_id>/external-references?type=staff_id","protocol":"https","host":["stage-apiv2","xtminc","com"],"path":["v1","stores","<store_id>","customers","<customer_id>","external-references"],"query":[{"key":"type","value":"staff_id","description":"(Optional) External Reference Type - all (default), staff_id, payroll_id, ta_id"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Tue, 10 Oct 2023 17:53:08 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"210"},{"key":"Connection","value":"keep-alive"},{"key":"server","value":"uvicorn"},{"key":"x-process-time","value":"0.007868051528930664"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": \"success\",\n    \"data\": {\n        \"customer_id\": 11509,\n        \"reference\": \"EF123\",\n        \"store_id\": 20135,\n        \"created_at\": \"2023-10-10T17:40:38.073540+00:00\",\n        \"updated_at\": \"2023-10-10T17:40:38.073540+00:00\",\n        \"type\": \"staff_id\"\n    },\n    \"meta\": {}\n}"},{"id":"683d1f15-c757-4832-8d26-545fa03eb197","name":"Get Client / Store Members - All","originalRequest":{"method":"GET","header":[{"key":"Authorization","value":"<Auth>","type":"text"}],"url":{"raw":"https://stage-apiv2.xtminc.com/v1/stores/<store_id>/customers/<customer_id>/external-references","protocol":"https","host":["stage-apiv2","xtminc","com"],"path":["v1","stores","<store_id>","customers","<customer_id>","external-references"],"query":[{"key":"type","value":"staff_id","description":"(Optional) External Reference Type - all (default), staff_id, payroll_id, ta_id","disabled":true}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Tue, 10 Oct 2023 17:53:21 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"126"},{"key":"Connection","value":"keep-alive"},{"key":"server","value":"uvicorn"},{"key":"x-process-time","value":"0.015748262405395508"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": \"success\",\n    \"data\": {\n        \"customer_id\": 11509,\n        \"store_id\": 20135,\n        \"staff_id\": \"EF123\",\n        \"payroll_id\": null,\n        \"ta_id\": null\n    },\n    \"meta\": {}\n}"}],"_postman_id":"31865f4f-fdca-4793-973d-8eefa6d9b6bd"},{"name":"Set Members External References","id":"e54a6b5e-7eaf-4ad0-a2a2-691c73515b2d","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"POST","header":[{"key":"Authorization","value":"<Auth>","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"type\": \"staff_id\",\n    \"reference\": \"abcdef\"\n}","options":{"raw":{"language":"json"}}},"url":"https://stage-apiv2.xtminc.com/v1/stores/<store_id>/customers/<customer_id>/external-references","description":"<p>This endpoint returns an array of customers that are associated with the store that was passed in.</p>\n","urlObject":{"protocol":"https","path":["v1","stores","<store_id>","customers","<customer_id>","external-references"],"host":["stage-apiv2","xtminc","com"],"query":[],"variable":[]}},"response":[{"id":"4609b288-4a8e-4d3a-8258-017b8dbd3dc6","name":"Set Members External References","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"<Auth>","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"store_id\": <store_id>,\n    \"type\": \"staff_id\",\n    \"reference\": \"abcdef\"\n}","options":{"raw":{"language":"json"}}},"url":"https://stage-apiv2.xtminc.com/v1/stores/<store_id>/customers/<customer_id>/external-references"},"status":"Created","code":201,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Tue, 10 Oct 2023 17:56:28 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"211"},{"key":"Connection","value":"keep-alive"},{"key":"server","value":"uvicorn"},{"key":"x-process-time","value":"0.019721269607543945"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": \"success\",\n    \"data\": {\n        \"customer_id\": 11509,\n        \"reference\": \"abcdef\",\n        \"store_id\": 20135,\n        \"created_at\": \"2023-10-10T17:40:38.073540+00:00\",\n        \"updated_at\": \"2023-10-10T17:56:28.755381+00:00\",\n        \"type\": \"staff_id\"\n    },\n    \"meta\": {}\n}"}],"_postman_id":"e54a6b5e-7eaf-4ad0-a2a2-691c73515b2d"},{"name":"Delete Members External References","id":"73e91805-fa5e-4316-ad2e-f4d2903f9805","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"DELETE","header":[{"key":"Authorization","value":"<Auth>","type":"text"}],"url":"https://stage-apiv2.xtminc.com/v1/stores/<store_id>/customers/<customer_id>/external-references?type=staff_id","description":"<p>This endpoint returns an array of customers that are associated with the store that was passed in.</p>\n","urlObject":{"protocol":"https","path":["v1","stores","<store_id>","customers","<customer_id>","external-references"],"host":["stage-apiv2","xtminc","com"],"query":[{"description":{"content":"<p>(Optional, default is \"staff_id\") The type of external reference to remove. Options are 'staff_id', 'payroll_id', 'ta_id'.</p>\n","type":"text/plain"},"key":"type","value":"staff_id"}],"variable":[]}},"response":[{"id":"01dc893d-47d2-446d-9378-709c5fa7ccfc","name":"Delete Members External References","originalRequest":{"method":"DELETE","header":[{"key":"Authorization","value":"<Auth>","type":"text"}],"url":{"raw":"https://stage-apiv2.xtminc.com/v1/stores/<store_id>/customers/<customer_id>/external-references?type=staff_id","protocol":"https","host":["stage-apiv2","xtminc","com"],"path":["v1","stores","<store_id>","customers","<customer_id>","external-references"],"query":[{"key":"type","value":"staff_id","description":"(Optional, default is \"staff_id\") The type of external reference to remove. Options are 'staff_id', 'payroll_id', 'ta_id'."}]}},"status":"Non-Authoritative Information","code":203,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Tue, 10 Oct 2023 17:58:05 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"42"},{"key":"Connection","value":"keep-alive"},{"key":"server","value":"uvicorn"},{"key":"x-process-time","value":"0.00940847396850586"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": \"success\",\n    \"data\": true,\n    \"meta\": {}\n}"}],"_postman_id":"73e91805-fa5e-4316-ad2e-f4d2903f9805"},{"name":"Get Members Paginated","id":"bd7f751a-fdc2-4fc2-8307-555835c1ed0c","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"GET","header":[{"key":"Authorization","value":"<Auth>","type":"text"}],"url":"https://stage-apiv2.xtminc.com/v1/managers/customers-paginated/<client_id>?page=1&store_id=<store_id>&customer_status=active","description":"<p>This endpoint returns an array of customers that are associated with the store that was passed in in a paginated form, 25 results per page.</p>\n<p>The meta will provide the total number of results &amp; pages.</p>\n","urlObject":{"protocol":"https","path":["v1","managers","customers-paginated","<client_id>"],"host":["stage-apiv2","xtminc","com"],"query":[{"description":{"content":"<p>Current page.</p>\n","type":"text/plain"},"key":"page","value":"1"},{"description":{"content":"<p>(Optional) Store/Wallet ID to further filter by.</p>\n","type":"text/plain"},"key":"store_id","value":"<store_id>"},{"description":{"content":"<p>(Optional) Filter by customer status.</p>\n","type":"text/plain"},"key":"customer_status","value":"active"}],"variable":[]}},"response":[{"id":"9168f3f8-6ce8-4ed9-b64f-97946dda8e0a","name":"Get Members Paginated","originalRequest":{"method":"GET","header":[{"key":"","value":"","type":"text","disabled":true}],"url":"https://stage-apiv2.xtminc.com/v1/managers/<manager_id>/customers-to-store/<store_id>"},"status":"Created","code":201,"_postman_previewlanguage":"json","header":[{"key":"date","value":"Mon, 01 Feb 2021 02:03:38 GMT"},{"key":"server","value":"istio-envoy"},{"key":"content-length","value":"3969"},{"key":"content-type","value":"application/json"},{"key":"x-process-time","value":"0.008435726165771484"},{"key":"x-envoy-upstream-service-time","value":"10"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": \"success\",\n    \"data\": [\n        {\n            \"customer_id\": 1003312,\n            \"identifier\": \"7806688536\",\n            \"passphrase\": \"$2b$12$aj.1WxO6SaqUDxGcllUABeVyfpYOAF/lAvp8LyRqPXhGn0eiICKFG\",\n            \"first_name\": \"Phillip\",\n            \"last_name\": \"Jackson\",\n            \"email\": \"phillip@jackson.ca\",\n            \"person_id\": \"10913773078\",\n            \"customer_status\": \"active\",\n            \"employee_id\": \"\",\n            \"client_id\": 10000,\n            \"balance\": 0,\n            \"staff_id\": \"31018\",\n            \"proxy\": \"8374300004111\",\n            \"stores\": \"{\\\"store_ids\\\": [\\\"10000\\\"]}\",\n            \"external_id\": \"2332\",\n            \"updated_at\": 1608314103.27831,\n            \"created_at\": 1608314103.27831,\n            \"activation_date\": null\n        }\n    ],\n    \"meta\": {\n        \"number_of_transactions\": 25,\n        \"number_of_valid_transactions\": 25,\n        \"total_number_of_transactions\": 1192,\n        \"current_page\": 1,\n        \"total_number_of_pages\": 48\n    }\n}"}],"_postman_id":"bd7f751a-fdc2-4fc2-8307-555835c1ed0c"},{"name":"Get Members","id":"f96f5c24-2d76-4b17-9ffe-521f3d9c7f50","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"GET","header":[{"key":"Authorization","value":"<Auth>","type":"text"}],"url":"https://stage-apiv2.xtminc.com/v1/managers/<manager_id>/customers-to-store/<store_id>","description":"<p>This endpoint returns an array of customers that are associated with the store that was passed in.</p>\n","urlObject":{"protocol":"https","path":["v1","managers","<manager_id>","customers-to-store","<store_id>"],"host":["stage-apiv2","xtminc","com"],"query":[],"variable":[]}},"response":[{"id":"a14bcfeb-4f80-46e3-a538-31a59162349d","name":"Get Members","originalRequest":{"method":"GET","header":[{"key":"","value":"","type":"text","disabled":true}],"url":"https://stage-apiv2.xtminc.com/v1/managers/<manager_id>/customers-to-store/<store_id>"},"status":"Created","code":201,"_postman_previewlanguage":"json","header":[{"key":"date","value":"Mon, 01 Feb 2021 02:03:38 GMT"},{"key":"server","value":"istio-envoy"},{"key":"content-length","value":"3969"},{"key":"content-type","value":"application/json"},{"key":"x-process-time","value":"0.008435726165771484"},{"key":"x-envoy-upstream-service-time","value":"10"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": \"success\",\n    \"data\": [\n        {\n            \"customer_id\": 1003312,\n            \"identifier\": \"7806688536\",\n            \"passphrase\": \"$2b$12$aj.1WxO6SaqUDxGcllUABeVyfpYOAF/lAvp8LyRqPXhGn0eiICKFG\",\n            \"first_name\": \"Phillip\",\n            \"last_name\": \"Jackson\",\n            \"email\": \"phillip@jackson.ca\",\n            \"person_id\": \"10913773078\",\n            \"customer_status\": \"active\",\n            \"employee_id\": \"\",\n            \"client_id\": 10000,\n            \"balance\": 0,\n            \"staff_id\": \"31018\",\n            \"proxy\": \"8374300004111\",\n            \"stores\": \"{\\\"store_ids\\\": [\\\"10000\\\"]}\",\n            \"external_id\": \"2332\",\n            \"updated_at\": 1608314103.27831,\n            \"created_at\": 1608314103.27831,\n            \"activation_date\": null\n        }\n    ],\n    \"meta\": {}\n}"}],"_postman_id":"f96f5c24-2d76-4b17-9ffe-521f3d9c7f50"}],"id":"190431d9-7663-4d91-a5c2-736695146252","_postman_id":"190431d9-7663-4d91-a5c2-736695146252","description":""},{"name":"Move Money","item":[{"name":"Load Funds","id":"d6809957-4f1f-49de-864a-35b4ecb924cb","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"POST","header":[{"key":"Authorization","type":"text","value":"<Auth>"}],"body":{"mode":"raw","raw":"{\n    //\"customer_id\": <customer_id>,\n    \"store_id\": <store_id>,\n    \"amount\":12,\n    \"notes\":\"\",\n    \"description\":\"\",\n    \"client_payment_reference\": \"referencea\", // (Optional) Unique Payment reference that you provide. If a load with the same payment reference on this wallet has occurred, subsequent calls will fail.\n    \"external_staff_id\": \"abcdef\"\n    //\"external_location_id\": \"5675\"\n}","options":{"raw":{"language":"json"}}},"url":"https://stage-apiv2.xtminc.com/v1/managers/<manager_id>/load-value-async","description":"<p>This endpoint loads funds onto a card.</p>\n<h2 id=\"request\">Request</h2>\n<p><code>client_payment_reference</code> - (Optional) Unique Payment reference that you provide.</p>\n<p>If a load with the same payment reference on this wallet has occurred, subsequent calls will fail.</p>\n<p>Note, this is not an XTM internal unique reference. XTM unique reference is returned as <code>rec_id</code> in the <strong>Get Transaction Status</strong> call and can be used for <strong>Reverse Load.</strong></p>\n","urlObject":{"protocol":"https","path":["v1","managers","<manager_id>","load-value-async"],"host":["stage-apiv2","xtminc","com"],"query":[],"variable":[]}},"response":[{"id":"774869b8-87c4-4bf4-93cc-2948eb6a6f05","name":"Load Funds - Queued","originalRequest":{"method":"POST","header":[{"key":"Authorization","type":"text","value":"<Auth>"}],"body":{"mode":"raw","raw":"{\n    \"customer_id\": <customer_id>,\n    \"store_id\": <store_id>,\n    \"amount\":10,\n    \"notes\":\"\",\n    \"description\":\"\"\n}","options":{"raw":{"language":"json"}}},"url":"https://stage-apiv2.xtminc.com/v1/managers/<manager_id>/load-value-async"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Tue, 10 Oct 2023 18:04:37 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"90"},{"key":"Connection","value":"keep-alive"},{"key":"server","value":"uvicorn"},{"key":"x-process-time","value":"1.7413249015808105"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": \"success\",\n    \"data\": {\n        \"task_uuid\": \"x-9-93419d53a6fd43de99bbb901aa139153\"\n    },\n    \"meta\": {}\n}"},{"id":"21de2380-9aba-483c-af03-0843cb461c94","name":"Load Funds - Failed","originalRequest":{"method":"POST","header":[{"key":"Authorization","type":"text","value":"<Auth>"}],"body":{"mode":"raw","raw":"{\n    \"customer_id\": <customer_id>,\n    \"store_id\": <store_id>,\n    \"amount\":10,\n    \"notes\":\"\",\n    \"description\":\"\"\n}","options":{"raw":{"language":"json"}}},"url":"https://stage-apiv2.xtminc.com/v1/managers/<manager_id>/load-value-async"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Tue, 10 Oct 2023 18:08:09 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"67"},{"key":"Connection","value":"keep-alive"},{"key":"server","value":"uvicorn"},{"key":"x-process-time","value":"1.1387403011322021"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": \"error\",\n    \"errors\": [\n        \"Insufficient Wallet Funds\"\n    ],\n    \"meta\": {}\n}"},{"id":"3cb0c9a6-cb27-461a-9754-aad907ccee20","name":"Load Funds - With Payment Reference","originalRequest":{"method":"POST","header":[{"key":"Authorization","type":"text","value":"<Auth>"}],"body":{"mode":"raw","raw":"{\n    \"customer_id\": <customer_id>,\n    \"store_id\": <store_id>,\n    \"amount\":12,\n    \"notes\":\"\",\n    \"description\":\"\",\n    \"payment_reference\": \"referencea\"\n    //\"external_staff_id\": \"abcdef\",\n    //\"external_location_id\": \"5675\"\n}","options":{"raw":{"language":"json"}}},"url":"https://stage-apiv2.xtminc.com/v1/managers/<manager_id>/load-value-async"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Tue, 10 Oct 2023 18:11:54 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"90"},{"key":"Connection","value":"keep-alive"},{"key":"server","value":"uvicorn"},{"key":"x-process-time","value":"3.4298462867736816"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": \"success\",\n    \"data\": {\n        \"task_uuid\": \"x-9-449f7d8f94594f82b03cfa2ef991decf\"\n    },\n    \"meta\": {}\n}"},{"id":"f38eca8f-da6c-4797-9a18-b704204b6212","name":"Load Funds - With External Staff ID","originalRequest":{"method":"POST","header":[{"key":"Authorization","type":"text","value":"<Auth>"}],"body":{"mode":"raw","raw":"{\n    //\"customer_id\": <customer_id>,\n    \"store_id\": <store_id>,\n    \"amount\":12,\n    \"notes\":\"\",\n    \"description\":\"\",\n    //\"client_payment_reference\": \"referencea\"\n    \"external_staff_id\": \"abcdef\"\n    //\"external_location_id\": \"5675\"\n}","options":{"raw":{"language":"json"}}},"url":"https://stage-apiv2.xtminc.com/v1/managers/<manager_id>/load-value-async"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Tue, 10 Oct 2023 23:18:05 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"90"},{"key":"Connection","value":"keep-alive"},{"key":"server","value":"uvicorn"},{"key":"x-process-time","value":"2.57680082321167"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": \"success\",\n    \"data\": {\n        \"task_uuid\": \"x-9-a84e6518a52b46cf941142b71c471c3b\"\n    },\n    \"meta\": {}\n}"}],"_postman_id":"d6809957-4f1f-49de-864a-35b4ecb924cb"},{"name":"Reverse Load","id":"282f976b-e2e8-4a32-b356-b24853c058e9","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"POST","header":[{"key":"Authorization","value":"<Auth>","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"customer_id\":10000,\n    \"record_id\":12345,\n    \"notes\":\"\",\n    \"description\":\"\"\n}","options":{"raw":{"language":"json"}}},"url":"https://stage-apiv2.xtminc.com/v1/managers/<manager_id>/reverse-load-async","description":"<p>This endpoint reverses funds from a card.</p>\n<p>This endpoint must reference</p>\n<ul>\n<li><p>Reference a previous load to reverse, via the <code>record_id</code> param.</p>\n</li>\n<li><p>This load transaction must also be within the last 7 days.</p>\n</li>\n<li><p>The transaction was not already reversed.</p>\n</li>\n</ul>\n<p>This can be retrieved using the <strong>Stores &gt;</strong> <a href=\"https://apidocs.paidanyday.com/#a55b203f-ace6-4cad-b055-f5c4b37463fa\"><b>Get Wallet History</b></a> endpoint. <code>rec_id</code> field.</p>\n","urlObject":{"protocol":"https","path":["v1","managers","<manager_id>","reverse-load-async"],"host":["stage-apiv2","xtminc","com"],"query":[],"variable":[]}},"response":[{"id":"eb9ed4da-9dbb-431c-9935-48232a364956","name":"Reverse Load","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\"customer_id\":10000,\"record_id\":12345,\"notes\":\"\",\"description\":\"\"}","options":{"raw":{"language":"json"}}},"url":"https://stage-apiv2.xtminc.com/v1/managers/<manager_id>/reverse-load"},"status":"Created","code":201,"_postman_previewlanguage":"json","header":[{"key":"date","value":"Mon, 01 Feb 2021 03:06:53 GMT"},{"key":"server","value":"istio-envoy"},{"key":"content-length","value":"284"},{"key":"content-type","value":"application/json"},{"key":"x-process-time","value":"1.7796058654785156"},{"key":"x-envoy-upstream-service-time","value":"1781"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": \"success\",\n    \"data\": {\n        \"task_uuid\": \"x-10-eec61cb9535342d2ad5598dd943ee827\"\n    },\n    \"meta\": {}\n}"}],"_postman_id":"282f976b-e2e8-4a32-b356-b24853c058e9"},{"name":"Get Queued Transaction Status","id":"9259fb8a-e696-4e0c-b862-adcb1d99ccde","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"GET","header":[{"key":"Authorization","type":"text","value":"<Auth>"}],"url":"https://stage-apiv2.xtminc.com/v1/managers/<manager_id>/get-queued-transaction?task_uuid=x-9-91f19edc727e4f788f016fdf77703a3b","description":"<p>This endpoint loads funds onto a card.</p>\n","urlObject":{"protocol":"https","path":["v1","managers","<manager_id>","get-queued-transaction"],"host":["stage-apiv2","xtminc","com"],"query":[{"key":"task_uuid","value":"x-9-91f19edc727e4f788f016fdf77703a3b"}],"variable":[]}},"response":[{"id":"94e7ce22-4bce-4410-9f10-7721ff22bc6e","name":"Get Queued Transaction Status","originalRequest":{"method":"GET","header":[{"key":"Authorization","type":"text","value":"<Auth>"}],"url":{"raw":"https://stage-apiv2.xtminc.com/v1/managers/<manager_id>/get-queued-transaction?task_uuid=x-9-df63fd28561142f5ba0ea6752782c603","protocol":"https","host":["stage-apiv2","xtminc","com"],"path":["v1","managers","<manager_id>","get-queued-transaction"],"query":[{"key":"task_uuid","value":"x-9-df63fd28561142f5ba0ea6752782c603"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Tue, 10 Oct 2023 18:06:19 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"536"},{"key":"Connection","value":"keep-alive"},{"key":"server","value":"uvicorn"},{"key":"x-process-time","value":"0.014447450637817383"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": \"success\",\n    \"data\": {\n        \"rec_id\": 5836,\n        \"wallet_id\": 20135,\n        \"client_id\": 10172,\n        \"store_id\": 20135,\n        \"transaction_type\": \"Wallet Card Debit\",\n        \"card_holder\": \"John Doe2\",\n        \"adjustment_amount\": -10,\n        \"previous_amount\": 100000,\n        \"total_amount\": 99990,\n        \"entity_id\": 10280,\n        \"entity_type\": \"manager\",\n        \"bank_account_id\": 0,\n        \"notes\": \"\",\n        \"status\": \"paid\",\n        \"wallet_load_method\": null,\n        \"source_of_funds\": null,\n        \"customer_id\": 11509,\n        \"disputed\": false,\n        \"txn_ref_no\": \"x-9-93419d53a6fd43de99bbb901aa139153\",\n        \"failed_load_notes\": null,\n        \"created_at\": 1696961077.085425\n    },\n    \"meta\": {}\n}"}],"_postman_id":"9259fb8a-e696-4e0c-b862-adcb1d99ccde"}],"id":"05410fcf-f3e4-4b7b-96f4-b05af0b2fadf","_postman_id":"05410fcf-f3e4-4b7b-96f4-b05af0b2fadf","description":""}],"id":"ab0d1dd4-afb1-433e-9a27-027ac73c814e","description":"<p>These endpoints are all using our legacy authentication method.</p>\n","_postman_id":"ab0d1dd4-afb1-433e-9a27-027ac73c814e"}],"id":"c97d7693-6963-4d3e-b26e-2ee7c148cb60","description":"<p>The following endpoints are all from the perspective of a manager in the My AnyDay Card system.</p>\n<p><strong>Authentication:</strong>  </p>\n<p>To authorize, you should login as a manager with your given credentials. Once you have logged in, you should receive a x-barry-allen in the response.</p>\n<p>You must pass x-barry-allen in the header of all other requests. You may also use the more traditional Authorization key in the header of all other requests</p>\n","event":[{"listen":"prerequest","script":{"type":"text/javascript","exec":[""],"id":"9677be4d-34bb-4794-be83-98ad4d5a71cd"}},{"listen":"test","script":{"type":"text/javascript","exec":[""],"id":"c970cf9c-8d9b-4990-a2f2-ec20efb79197"}}],"_postman_id":"c97d7693-6963-4d3e-b26e-2ee7c148cb60"},{"name":"Cardholder APIs","item":[{"name":"Authorization","item":[{"name":"Login","event":[{"listen":"test","script":{"exec":["var jsonData = JSON.parse(responseBody);\r","postman.setEnvironmentVariable(\"john_stewart\", jsonData.data.john_stewart);\r","postman.setEnvironmentVariable(\"customer_id\", jsonData.data.customer_id);"],"type":"text/javascript","id":"103db369-a374-4713-9b66-85e661f008b5"}},{"listen":"prerequest","script":{"exec":["postman.setEnvironmentVariable(\"customer_phone_number\", \"<YOUR_NUMBER_HERE>\");\r","postman.setEnvironmentVariable(\"customer_password\", \"<YOUR_PASSWORD_HERE>\");"],"type":"text/javascript","id":"34a08c2f-e44b-40ef-9f8f-fb5c349188ac"}}],"id":"b7365af2-b675-43b0-81ae-988ef62d54eb","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n\"identifier\": \"{{customer_phone_number}}\",\r\n\"passphrase\": \"{{customer_password}}\"\r\n}","options":{"raw":{"language":"json"}}},"url":"https://stage-apiv2.xtminc.com/v1/customer-login","urlObject":{"protocol":"https","path":["v1","customer-login"],"host":["stage-apiv2","xtminc","com"],"query":[],"variable":[]}},"response":[{"id":"f64aed10-ae74-414b-aaf2-fcbea7094829","name":"Login","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n\"identifier\": \"4165730171\",\r\n\"passphrase\": \"Pass@word1\"\r\n}","options":{"raw":{"language":"json"}}},"url":"https://stage-apiv2.xtminc.com/v1/customer-login"},"status":"Created","code":201,"_postman_previewlanguage":"json","header":[{"key":"date","value":"Mon, 08 Mar 2021 06:51:59 GMT"},{"key":"server","value":"istio-envoy"},{"key":"content-length","value":"201"},{"key":"content-type","value":"application/json"},{"key":"x-process-time","value":"0.2780466079711914"},{"key":"x-envoy-upstream-service-time","value":"279"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": \"success\",\n    \"data\": {\n        \"customer_id\": 10003,\n        \"identifier\": \"4165730171\",\n        \"status\": \"active\",\n        \"session_id\": \"c82d375e7fda11eb9bf526703a81e8af\",\n        \"john_stewart\": \"fe9d8e0bf4864209a4831812cb011a28\"\n    },\n    \"meta\": {}\n}"}],"_postman_id":"b7365af2-b675-43b0-81ae-988ef62d54eb"},{"name":"Set Password","id":"250e9896-bec1-4f0a-94d1-8d33b41f3448","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Authorization","value":"<<Auth Token>>","type":"text"}],"body":{"mode":"raw","raw":"{\r\n\"passphrase\": \"pass@word1\"\r\n}","options":{"raw":{"language":"json"}}},"url":"https://stage-apiv2.xtminc.com/v1/customers/<customer_id>/customer-set-password","urlObject":{"protocol":"https","path":["v1","customers","<customer_id>","customer-set-password"],"host":["stage-apiv2","xtminc","com"],"query":[],"variable":[]}},"response":[{"id":"dd319413-6aa1-4bfd-9580-7eca71d7c75d","name":"Set Password","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n\"token\": \"string\",\r\n\"passphrase\": \"string\"\r\n}","options":{"raw":{"language":"json"}}},"url":"https://stage-apiv2.xtminc.com/v1/customer-security-found"},"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"customer_id\": 0,\n    \"identifier\": \"string\",\n    \"first_name\": \"string\",\n    \"last_name\": \"string\",\n    \"email\": \"string\",\n    \"status\": \"string\",\n    \"balance\": 0,\n    \"client_id\": 0,\n    \"staff_id\": \"string\",\n    \"created_at\": \"string\",\n    \"updated_at\": \"string\",\n    \"activation_date\": \"string\",\n    \"stores\": []\n}"},{"id":"4003f9d0-c7b2-4fc6-85f9-2bfb58eff068","name":"Set Password","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n\"token\": \"string\",\r\n\"passphrase\": \"string\"\r\n}","options":{"raw":{"language":"json"}}},"url":"https://stage-apiv2.xtminc.com/v1/customer-security-found"},"_postman_previewlanguage":"Text","header":[],"cookie":[],"responseTime":null,"body":"{\r\n\"customer_id\": 0,\r\n\"identifier\": \"string\",\r\n\"first_name\": \"string\",\r\n\"last_name\": \"string\",\r\n\"email\": \"string\",\r\n\"status\": \"string\",\r\n\"balance\": 0,\r\n\"client_id\": 0,\r\n\"staff_id\": \"string\",\r\n\"created_at\": \"string\",\r\n\"updated_at\": \"string\",\r\n\"external_id\": \"string\",\r\n\"activation_date\": \"string\",\r\n\"stores\": [ ],\r\n\"departments\": [ ]\r\n}"}],"_postman_id":"250e9896-bec1-4f0a-94d1-8d33b41f3448"}],"id":"c8eb9202-45d0-43a2-809a-859f699c570b","_postman_id":"c8eb9202-45d0-43a2-809a-859f699c570b","description":""},{"name":"Money Requests","item":[{"name":"Interac E-Transfer","item":[{"name":"Add Recipient","id":"e7a3e86c-20e2-46aa-97a5-d101f095224f","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Authorization","value":"<AUTH>","type":"text"}],"body":{"mode":"raw","raw":"{\r\n  \"name\": \"string\",\r\n  \"email\": \"string\",\r\n  \"question\": \"string\",\r\n  \"answer\": \"string\"\r\n}","options":{"raw":{"language":"json"}}},"url":"https://stage-apiv2.xtminc.com/v1/customers/<customer-id>/add-recipient","description":"<p>This endpoints adds an e-transfer recipient and attaches the recipient to the customer account. In order to send an e-transfer, a recipient must be added and selected for any given transfer.</p>\n","urlObject":{"protocol":"https","path":["v1","customers","<customer-id>","add-recipient"],"host":["stage-apiv2","xtminc","com"],"query":[],"variable":[]}},"response":[],"_postman_id":"e7a3e86c-20e2-46aa-97a5-d101f095224f"},{"name":"View Recipients","id":"0c83feaa-8825-466c-a619-f4cc6dd6e167","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Authorization","value":"<AUTH>","type":"text"}],"url":"https://stage-apiv2.xtminc.com/v1/customers/<customer_id>/recipients","description":"<p>This endpoint receives a list of all recipients for a given card holder.</p>\n","urlObject":{"protocol":"https","path":["v1","customers","<customer_id>","recipients"],"host":["stage-apiv2","xtminc","com"],"query":[],"variable":[]}},"response":[],"_postman_id":"0c83feaa-8825-466c-a619-f4cc6dd6e167"},{"name":"Send Transfer","id":"791425d3-9f95-44a5-b0df-a68b0db6bcfb","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Authorization","value":"<AUTH>","type":"text"}],"body":{"mode":"raw","raw":"{\r\n\"recipient_id\": 0,\r\n\"amount\": 0\r\n}","options":{"raw":{"language":"json"}}},"url":"https://stage-apiv2.xtminc.com/v1/customers/<customer_id>/send-interac","description":"<p>This endpoint initiates an e-transfer for the customer. The recipient_id must be obtained from the View Recipients endpoint. Please make sure to save the transfer_id being returned as you will need it to make any subsequent actions on an e-transfer</p>\n","urlObject":{"protocol":"https","path":["v1","customers","<customer_id>","send-interac"],"host":["stage-apiv2","xtminc","com"],"query":[],"variable":[]}},"response":[],"_postman_id":"791425d3-9f95-44a5-b0df-a68b0db6bcfb"},{"name":"Cancel Transfer","id":"4b8b31ad-1338-4387-9faa-d93a8053a6e9","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Authorization","value":"<AUTH>","type":"text"}],"url":"https://stage-apiv2.xtminc.com/v1/customers/<customer_id>/interac/cancel/{transaction_id}","description":"<p>This endpoint cancels an e-transfer. The etransfer must be marked in a \"sent\" state before a user is able to cancel.</p>\n","urlObject":{"protocol":"https","path":["v1","customers","<customer_id>","interac","cancel","{transaction_id}"],"host":["stage-apiv2","xtminc","com"],"query":[],"variable":[]}},"response":[],"_postman_id":"4b8b31ad-1338-4387-9faa-d93a8053a6e9"},{"name":"Get Transfer","id":"f3a2a3ec-61ea-44cb-9bb1-3ba3cbb4b824","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Authorization","value":"<AUTH>","type":"text"}],"url":"https://stage-apiv2.xtminc.com/v1/customers/<customer_id>/interac/{transaction_id}","description":"<p>This endpoint retrieves the details of a specific e-transfer.</p>\n","urlObject":{"protocol":"https","path":["v1","customers","<customer_id>","interac","{transaction_id}"],"host":["stage-apiv2","xtminc","com"],"query":[],"variable":[]}},"response":[],"_postman_id":"f3a2a3ec-61ea-44cb-9bb1-3ba3cbb4b824"}],"id":"10ce4474-dcc1-4ec0-8049-eefdb93dd8ef","description":"<p>The following endpoints open up the e-transfer rails for card holders. Each card holder must add recipients to their account in order to initiate an e-transfer.</p>\n","_postman_id":"10ce4474-dcc1-4ec0-8049-eefdb93dd8ef"},{"name":"Check Balance","id":"7eb11add-527c-4c0f-b648-af5a07a9d7f2","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"x-john-stewart","value":"{{john_stewart}}","type":"text"}],"url":"https://stage-apiv2.xtminc.com/v1/customers/<customer_id>/balance","urlObject":{"protocol":"https","path":["v1","customers","<customer_id>","balance"],"host":["stage-apiv2","xtminc","com"],"query":[],"variable":[]}},"response":[{"id":"7dd3c6f0-8bb9-4fbc-8e9d-b3bb032d4e76","name":"Check Balance","originalRequest":{"method":"GET","header":[{"key":"x-john-stewart","value":"{{john_stewart}}","type":"text"}],"url":"https://stage-apiv2.xtminc.com/v1/customers/<customer_id>/balance"},"status":"Created","code":201,"_postman_previewlanguage":"json","header":[{"key":"date","value":"Mon, 08 Mar 2021 07:14:41 GMT"},{"key":"server","value":"istio-envoy"},{"key":"content-length","value":"101"},{"key":"content-type","value":"application/json"},{"key":"x-process-time","value":"0.4551558494567871"},{"key":"x-envoy-upstream-service-time","value":"456"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": \"success\",\n    \"data\": {\n        \"Transactions\": {\n            \"Balance\": \"53.93\",\n            \"ProxyKey\": \"9574300004335\"\n        }\n    },\n    \"meta\": {}\n}"},{"id":"a17e72be-0c66-47e5-a5ed-e54c2d6a52c5","name":"Check Balance","originalRequest":{"method":"GET","header":[{"key":"x-john-stewart","value":"fe9d8e0bf4864209a4831812cb011a28","type":"text"}],"url":"https://stage-apiv2.xtminc.com/v1/customers/10003/balance"},"status":"Created","code":201,"_postman_previewlanguage":"json","header":[{"key":"date","value":"Mon, 08 Mar 2021 06:56:06 GMT"},{"key":"server","value":"istio-envoy"},{"key":"content-length","value":"101"},{"key":"content-type","value":"application/json"},{"key":"x-process-time","value":"0.5617938041687012"},{"key":"x-envoy-upstream-service-time","value":"563"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": \"success\",\n    \"data\": {\n        \"Transactions\": {\n            \"Balance\": \"53.93\",\n            \"ProxyKey\": \"9574300004335\"\n        }\n    },\n    \"meta\": {}\n}"}],"_postman_id":"7eb11add-527c-4c0f-b648-af5a07a9d7f2"},{"name":"Get Transactions","id":"58469118-6a01-4cce-a043-03c354d95d71","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"x-john-stewart","value":"{{john_stewart}}","type":"text"}],"url":"https://stage-apiv2.xtminc.com/v1/customers/<customer_id>/transactions?Days=30&StartDate=2021-03-08","urlObject":{"protocol":"https","path":["v1","customers","<customer_id>","transactions"],"host":["stage-apiv2","xtminc","com"],"query":[{"key":"Days","value":"30"},{"key":"StartDate","value":"2021-03-08"}],"variable":[]}},"response":[{"id":"ed3d4625-419b-49ff-9cc6-e3440a63d0d2","name":"Get Transactions","originalRequest":{"method":"GET","header":[{"key":"x-john-stewart","value":"{{john_stewart}}","type":"text"}],"url":{"raw":"https://stage-apiv2.xtminc.com/v1/customers/<customer_id>/transactions?Days=30&StartDate=2021-03-08","protocol":"https","host":["stage-apiv2","xtminc","com"],"path":["v1","customers","<customer_id>","transactions"],"query":[{"key":"Days","value":"30"},{"key":"StartDate","value":"2021-03-08"}]}},"status":"Created","code":201,"_postman_previewlanguage":"json","header":[{"key":"date","value":"Mon, 08 Mar 2021 07:08:58 GMT"},{"key":"server","value":"istio-envoy"},{"key":"content-length","value":"13889"},{"key":"content-type","value":"application/json"},{"key":"x-process-time","value":"1.3114416599273682"},{"key":"x-envoy-upstream-service-time","value":"1312"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": \"success\",\n    \"data\": {\n        \"Response\": \"1\",\n        \"ErrorNumber\": \"0\",\n        \"ErrorDescription\": \"\",\n        \"ErrorDisplay\": \"1\",\n        \"Transactions\": [\n            {\n                \"Account\": \"5371090030075882\",\n                \"TranDate\": \"03/06/2021\",\n                \"PostDate\": \"03/06/2021\",\n                \"Description\": \"Balance Adjustment Debit Cardholder\",\n                \"Reference\": \"CC00604A41A4\",\n                \"Amt\": \"-1.5\",\n                \"Inserted\": \"03/06/2021  3:49:57 PM\",\n                \"Merchant\": \"A2A SOURCE ID\",\n                \"TxnType\": \"Adjustment\",\n                \"RequestCode\": \"1102\",\n                \"StrategyName\": \"Today -MasterCardEMVPrepaid\",\n                \"Comment\": \"e-transfer debit fee\",\n                \"merchantno\": \"\",\n                \"MCC\": \"\",\n                \"responsecode\": \"0\",\n                \"SettleAmount\": \"1.5\",\n                \"CountryName\": \"\",\n                \"AuthCode\": \"329119\",\n                \"LocalAmount\": \"1.5\",\n                \"ReasonDescription\": \"Undefined (catch all)\",\n                \"ResponseDescription\": \"Approval\",\n                \"Userid\": \"CArthurA2A\",\n                \"CustomIndicator\": \"NDBalance Adjustment Debit Cardholder\",\n                \"TranResult\": \"Completed OK\",\n                \"Reversed\": \"False\",\n                \"ClientRefNum\": \"\",\n                \"BuyerLoaderId\": \"\",\n                \"LocalTranCurrCode\": \"\",\n                \"LocalCurrCode\": \"0\",\n                \"MerchAddr\": \"\",\n                \"TxnLevel\": \"\",\n                \"IssuingCurrCode\": \"CAD\",\n                \"UTCPostDate\": \"2021-03-06 20:49:57.377\",\n                \"UTCInserted\": \"2021-03-06 20:49:57.377\"\n            },\n            {\n                \"Account\": \"5371090030075882\",\n                \"TranDate\": \"03/06/2021\",\n                \"PostDate\": \"03/06/2021\",\n                \"Description\": \"Balance Adjustment Debit Cardholder\",\n                \"Reference\": \"CC00D2472D88\",\n                \"Amt\": \"-1\",\n                \"Inserted\": \"03/06/2021  3:49:56 PM\",\n                \"Merchant\": \"A2A SOURCE ID\",\n                \"TxnType\": \"Adjustment\",\n                \"RequestCode\": \"1102\",\n                \"StrategyName\": \"Today -MasterCardEMVPrepaid\",\n                \"Comment\": \"e-transfer debit (10037)\",\n                \"merchantno\": \"\",\n                \"MCC\": \"\",\n                \"responsecode\": \"0\",\n                \"SettleAmount\": \"1\",\n                \"CountryName\": \"\",\n                \"AuthCode\": \"779803\",\n                \"LocalAmount\": \"1\",\n                \"ReasonDescription\": \"Undefined (catch all)\",\n                \"ResponseDescription\": \"Approval\",\n                \"Userid\": \"CArthurA2A\",\n                \"CustomIndicator\": \"NDBalance Adjustment Debit Cardholder\",\n                \"TranResult\": \"Completed OK\",\n                \"Reversed\": \"False\",\n                \"ClientRefNum\": \"\",\n                \"BuyerLoaderId\": \"\",\n                \"LocalTranCurrCode\": \"\",\n                \"LocalCurrCode\": \"0\",\n                \"MerchAddr\": \"\",\n                \"TxnLevel\": \"\",\n                \"IssuingCurrCode\": \"CAD\",\n                \"UTCPostDate\": \"2021-03-06 20:49:56.670\",\n                \"UTCInserted\": \"2021-03-06 20:49:56.670\"\n            },\n            {\n                \"Account\": \"5371090030075882\",\n                \"TranDate\": \"03/06/2021\",\n                \"PostDate\": \"03/06/2021\",\n                \"Description\": \"Balance Adjustment Debit Cardholder\",\n                \"Reference\": \"CC009ED71FB7\",\n                \"Amt\": \"-1.5\",\n                \"Inserted\": \"03/06/2021  3:49:19 PM\",\n                \"Merchant\": \"A2A SOURCE ID\",\n                \"TxnType\": \"Adjustment\",\n                \"RequestCode\": \"1102\",\n                \"StrategyName\": \"Today -MasterCardEMVPrepaid\",\n                \"Comment\": \"e-transfer debit fee\",\n                \"merchantno\": \"\",\n                \"MCC\": \"\",\n                \"responsecode\": \"0\",\n                \"SettleAmount\": \"1.5\",\n                \"CountryName\": \"\",\n                \"AuthCode\": \"761281\",\n                \"LocalAmount\": \"1.5\",\n                \"ReasonDescription\": \"Undefined (catch all)\",\n                \"ResponseDescription\": \"Approval\",\n                \"Userid\": \"CArthurA2A\",\n                \"CustomIndicator\": \"NDBalance Adjustment Debit Cardholder\",\n                \"TranResult\": \"Completed OK\",\n                \"Reversed\": \"False\",\n                \"ClientRefNum\": \"\",\n                \"BuyerLoaderId\": \"\",\n                \"LocalTranCurrCode\": \"\",\n                \"LocalCurrCode\": \"0\",\n                \"MerchAddr\": \"\",\n                \"TxnLevel\": \"\",\n                \"IssuingCurrCode\": \"CAD\",\n                \"UTCPostDate\": \"2021-03-06 20:49:19.357\",\n                \"UTCInserted\": \"2021-03-06 20:49:19.357\"\n            },\n            {\n                \"Account\": \"5371090030075882\",\n                \"TranDate\": \"03/06/2021\",\n                \"PostDate\": \"03/06/2021\",\n                \"Description\": \"Balance Adjustment Debit Cardholder\",\n                \"Reference\": \"CC003B88BB0B\",\n                \"Amt\": \"-1\",\n                \"Inserted\": \"03/06/2021  3:49:18 PM\",\n                \"Merchant\": \"A2A SOURCE ID\",\n                \"TxnType\": \"Adjustment\",\n                \"RequestCode\": \"1102\",\n                \"StrategyName\": \"Today -MasterCardEMVPrepaid\",\n                \"Comment\": \"e-transfer debit (10036)\",\n                \"merchantno\": \"\",\n                \"MCC\": \"\",\n                \"responsecode\": \"0\",\n                \"SettleAmount\": \"1\",\n                \"CountryName\": \"\",\n                \"AuthCode\": \"795209\",\n                \"LocalAmount\": \"1\",\n                \"ReasonDescription\": \"Undefined (catch all)\",\n                \"ResponseDescription\": \"Approval\",\n                \"Userid\": \"CArthurA2A\",\n                \"CustomIndicator\": \"NDBalance Adjustment Debit Cardholder\",\n                \"TranResult\": \"Completed OK\",\n                \"Reversed\": \"False\",\n                \"ClientRefNum\": \"\",\n                \"BuyerLoaderId\": \"\",\n                \"LocalTranCurrCode\": \"\",\n                \"LocalCurrCode\": \"0\",\n                \"MerchAddr\": \"\",\n                \"TxnLevel\": \"\",\n                \"IssuingCurrCode\": \"CAD\",\n                \"UTCPostDate\": \"2021-03-06 20:49:18.723\",\n                \"UTCInserted\": \"2021-03-06 20:49:18.723\"\n            },\n            {\n                \"Account\": \"5371090030075882\",\n                \"TranDate\": \"03/06/2021\",\n                \"PostDate\": \"03/06/2021\",\n                \"Description\": \"Balance Adjustment Debit Cardholder\",\n                \"Reference\": \"CC0031C83EBD\",\n                \"Amt\": \"-1.5\",\n                \"Inserted\": \"03/06/2021  3:45:26 PM\",\n                \"Merchant\": \"A2A SOURCE ID\",\n                \"TxnType\": \"Adjustment\",\n                \"RequestCode\": \"1102\",\n                \"StrategyName\": \"Today -MasterCardEMVPrepaid\",\n                \"Comment\": \"e-transfer debit fee\",\n                \"merchantno\": \"\",\n                \"MCC\": \"\",\n                \"responsecode\": \"0\",\n                \"SettleAmount\": \"1.5\",\n                \"CountryName\": \"\",\n                \"AuthCode\": \"266060\",\n                \"LocalAmount\": \"1.5\",\n                \"ReasonDescription\": \"Undefined (catch all)\",\n                \"ResponseDescription\": \"Approval\",\n                \"Userid\": \"CArthurA2A\",\n                \"CustomIndicator\": \"NDBalance Adjustment Debit Cardholder\",\n                \"TranResult\": \"Completed OK\",\n                \"Reversed\": \"False\",\n                \"ClientRefNum\": \"\",\n                \"BuyerLoaderId\": \"\",\n                \"LocalTranCurrCode\": \"\",\n                \"LocalCurrCode\": \"0\",\n                \"MerchAddr\": \"\",\n                \"TxnLevel\": \"\",\n                \"IssuingCurrCode\": \"CAD\",\n                \"UTCPostDate\": \"2021-03-06 20:45:26.513\",\n                \"UTCInserted\": \"2021-03-06 20:45:26.513\"\n            },\n            {\n                \"Account\": \"5371090030075882\",\n                \"TranDate\": \"03/06/2021\",\n                \"PostDate\": \"03/06/2021\",\n                \"Description\": \"Balance Adjustment Debit Cardholder\",\n                \"Reference\": \"CC0019CC3698\",\n                \"Amt\": \"-1\",\n                \"Inserted\": \"03/06/2021  3:45:25 PM\",\n                \"Merchant\": \"A2A SOURCE ID\",\n                \"TxnType\": \"Adjustment\",\n                \"RequestCode\": \"1102\",\n                \"StrategyName\": \"Today -MasterCardEMVPrepaid\",\n                \"Comment\": \"e-transfer debit (10035)\",\n                \"merchantno\": \"\",\n                \"MCC\": \"\",\n                \"responsecode\": \"0\",\n                \"SettleAmount\": \"1\",\n                \"CountryName\": \"\",\n                \"AuthCode\": \"411696\",\n                \"LocalAmount\": \"1\",\n                \"ReasonDescription\": \"Undefined (catch all)\",\n                \"ResponseDescription\": \"Approval\",\n                \"Userid\": \"CArthurA2A\",\n                \"CustomIndicator\": \"NDBalance Adjustment Debit Cardholder\",\n                \"TranResult\": \"Completed OK\",\n                \"Reversed\": \"False\",\n                \"ClientRefNum\": \"\",\n                \"BuyerLoaderId\": \"\",\n                \"LocalTranCurrCode\": \"\",\n                \"LocalCurrCode\": \"0\",\n                \"MerchAddr\": \"\",\n                \"TxnLevel\": \"\",\n                \"IssuingCurrCode\": \"CAD\",\n                \"UTCPostDate\": \"2021-03-06 20:45:25.683\",\n                \"UTCInserted\": \"2021-03-06 20:45:25.683\"\n            },\n            {\n                \"Account\": \"5371090030075882\",\n                \"TranDate\": \"03/04/2021\",\n                \"PostDate\": \"03/04/2021\",\n                \"Description\": \"Value Load\",\n                \"Reference\": \"CC003D67F7E9\",\n                \"Amt\": \"1\",\n                \"Inserted\": \"03/04/2021  9:53:33 AM\",\n                \"Merchant\": \"A2A SOURCE ID\",\n                \"TxnType\": \"ValueLoad\",\n                \"RequestCode\": \"1710\",\n                \"StrategyName\": \"Today -MasterCardEMVPrepaid\",\n                \"Comment\": \"Card Load\",\n                \"merchantno\": \"\",\n                \"MCC\": \"\",\n                \"responsecode\": \"0\",\n                \"SettleAmount\": \"1\",\n                \"CountryName\": \"\",\n                \"AuthCode\": \"790606\",\n                \"LocalAmount\": \"1\",\n                \"ReasonDescription\": \"Undefined (catch all)\",\n                \"ResponseDescription\": \"Approval\",\n                \"Userid\": \"CArthurA2A\",\n                \"CustomIndicator\": \"NDValue Load\",\n                \"TranResult\": \"Completed OK\",\n                \"Reversed\": \"False\",\n                \"ClientRefNum\": \"\",\n                \"BuyerLoaderId\": \"\",\n                \"LocalTranCurrCode\": \"\",\n                \"LocalCurrCode\": \"0\",\n                \"MerchAddr\": \"\",\n                \"TxnLevel\": \"\",\n                \"IssuingCurrCode\": \"CAD\",\n                \"UTCPostDate\": \"2021-03-04 14:53:33.063\",\n                \"UTCInserted\": \"2021-03-04 14:53:33.063\"\n            },\n            {\n                \"Account\": \"5371090030075882\",\n                \"TranDate\": \"03/04/2021\",\n                \"PostDate\": \"03/04/2021\",\n                \"Description\": \"Value Load\",\n                \"Reference\": \"CC005AFF9B5D\",\n                \"Amt\": \"5.55\",\n                \"Inserted\": \"03/04/2021  9:52:11 AM\",\n                \"Merchant\": \"A2A SOURCE ID\",\n                \"TxnType\": \"ValueLoad\",\n                \"RequestCode\": \"1710\",\n                \"StrategyName\": \"Today -MasterCardEMVPrepaid\",\n                \"Comment\": \"Card Load\",\n                \"merchantno\": \"\",\n                \"MCC\": \"\",\n                \"responsecode\": \"0\",\n                \"SettleAmount\": \"5.55\",\n                \"CountryName\": \"\",\n                \"AuthCode\": \"618791\",\n                \"LocalAmount\": \"5.55\",\n                \"ReasonDescription\": \"Undefined (catch all)\",\n                \"ResponseDescription\": \"Approval\",\n                \"Userid\": \"CArthurA2A\",\n                \"CustomIndicator\": \"NDValue Load\",\n                \"TranResult\": \"Completed OK\",\n                \"Reversed\": \"False\",\n                \"ClientRefNum\": \"\",\n                \"BuyerLoaderId\": \"\",\n                \"LocalTranCurrCode\": \"\",\n                \"LocalCurrCode\": \"0\",\n                \"MerchAddr\": \"\",\n                \"TxnLevel\": \"\",\n                \"IssuingCurrCode\": \"CAD\",\n                \"UTCPostDate\": \"2021-03-04 14:52:11.983\",\n                \"UTCInserted\": \"2021-03-04 14:52:11.983\"\n            },\n            {\n                \"Account\": \"5371090030075882\",\n                \"TranDate\": \"03/04/2021\",\n                \"PostDate\": \"03/04/2021\",\n                \"Description\": \"Value Load\",\n                \"Reference\": \"CC00A5EC7FDB\",\n                \"Amt\": \"10\",\n                \"Inserted\": \"03/04/2021  9:49:54 AM\",\n                \"Merchant\": \"A2A SOURCE ID\",\n                \"TxnType\": \"ValueLoad\",\n                \"RequestCode\": \"1710\",\n                \"StrategyName\": \"Today -MasterCardEMVPrepaid\",\n                \"Comment\": \"Online Request\",\n                \"merchantno\": \"\",\n                \"MCC\": \"\",\n                \"responsecode\": \"0\",\n                \"SettleAmount\": \"10\",\n                \"CountryName\": \"\",\n                \"AuthCode\": \"350464\",\n                \"LocalAmount\": \"10\",\n                \"ReasonDescription\": \"Undefined (catch all)\",\n                \"ResponseDescription\": \"Approval\",\n                \"Userid\": \"CArthurA2A\",\n                \"CustomIndicator\": \"NDValue Load\",\n                \"TranResult\": \"Completed OK\",\n                \"Reversed\": \"False\",\n                \"ClientRefNum\": \"\",\n                \"BuyerLoaderId\": \"\",\n                \"LocalTranCurrCode\": \"\",\n                \"LocalCurrCode\": \"0\",\n                \"MerchAddr\": \"\",\n                \"TxnLevel\": \"\",\n                \"IssuingCurrCode\": \"CAD\",\n                \"UTCPostDate\": \"2021-03-04 14:49:54.853\",\n                \"UTCInserted\": \"2021-03-04 14:49:54.853\"\n            },\n            {\n                \"Account\": \"5371090030075882\",\n                \"TranDate\": \"03/04/2021\",\n                \"PostDate\": \"03/04/2021\",\n                \"Description\": \"Value Load\",\n                \"Reference\": \"CC0099755B7C\",\n                \"Amt\": \"10\",\n                \"Inserted\": \"03/04/2021  9:46:02 AM\",\n                \"Merchant\": \"A2A SOURCE ID\",\n                \"TxnType\": \"ValueLoad\",\n                \"RequestCode\": \"1710\",\n                \"StrategyName\": \"Today -MasterCardEMVPrepaid\",\n                \"Comment\": \"Online Request\",\n                \"merchantno\": \"\",\n                \"MCC\": \"\",\n                \"responsecode\": \"0\",\n                \"SettleAmount\": \"10\",\n                \"CountryName\": \"\",\n                \"AuthCode\": \"743384\",\n                \"LocalAmount\": \"10\",\n                \"ReasonDescription\": \"Undefined (catch all)\",\n                \"ResponseDescription\": \"Approval\",\n                \"Userid\": \"CArthurA2A\",\n                \"CustomIndicator\": \"NDValue Load\",\n                \"TranResult\": \"Completed OK\",\n                \"Reversed\": \"False\",\n                \"ClientRefNum\": \"\",\n                \"BuyerLoaderId\": \"\",\n                \"LocalTranCurrCode\": \"\",\n                \"LocalCurrCode\": \"0\",\n                \"MerchAddr\": \"\",\n                \"TxnLevel\": \"\",\n                \"IssuingCurrCode\": \"CAD\",\n                \"UTCPostDate\": \"2021-03-04 14:46:02.543\",\n                \"UTCInserted\": \"2021-03-04 14:46:02.543\"\n            },\n            {\n                \"Account\": \"5371090030075882\",\n                \"TranDate\": \"02/17/2021\",\n                \"PostDate\": \"02/17/2021\",\n                \"Description\": \"PIN query\",\n                \"Reference\": \"CC000FEFFCCA\",\n                \"Amt\": \"\",\n                \"Inserted\": \"02/17/2021  3:55:35 PM\",\n                \"Merchant\": \"\",\n                \"TxnType\": \"Non-Mon Update\",\n                \"RequestCode\": \"1003\",\n                \"StrategyName\": \"\",\n                \"Comment\": \"\",\n                \"merchantno\": \"\",\n                \"MCC\": \"\",\n                \"responsecode\": \"\",\n                \"SettleAmount\": \"\",\n                \"CountryName\": \"\",\n                \"AuthCode\": \"\",\n                \"LocalAmount\": \"\",\n                \"ReasonDescription\": \"Undefined (catch all)\",\n                \"ResponseDescription\": \"\",\n                \"Userid\": \"CArthurA2A\",\n                \"CustomIndicator\": \"\",\n                \"TranResult\": \"Completed OK\",\n                \"Reversed\": \"\",\n                \"ClientRefNum\": \"\",\n                \"BuyerLoaderId\": \"\",\n                \"LocalTranCurrCode\": \"\",\n                \"LocalCurrCode\": \"\",\n                \"MerchAddr\": \"\",\n                \"TxnLevel\": \"\",\n                \"IssuingCurrCode\": \"\",\n                \"UTCPostDate\": \"2021-02-17 20:55:35.780\",\n                \"UTCInserted\": \"2021-02-17 20:55:35.780\"\n            },\n            {\n                \"Account\": \"5371090030075882\",\n                \"TranDate\": \"02/17/2021\",\n                \"PostDate\": \"02/17/2021\",\n                \"Description\": \"PIN query\",\n                \"Reference\": \"CC00555672BE\",\n                \"Amt\": \"\",\n                \"Inserted\": \"02/17/2021  3:55:25 PM\",\n                \"Merchant\": \"\",\n                \"TxnType\": \"Non-Mon Update\",\n                \"RequestCode\": \"1003\",\n                \"StrategyName\": \"\",\n                \"Comment\": \"\",\n                \"merchantno\": \"\",\n                \"MCC\": \"\",\n                \"responsecode\": \"\",\n                \"SettleAmount\": \"\",\n                \"CountryName\": \"\",\n                \"AuthCode\": \"\",\n                \"LocalAmount\": \"\",\n                \"ReasonDescription\": \"Undefined (catch all)\",\n                \"ResponseDescription\": \"\",\n                \"Userid\": \"CArthurA2A\",\n                \"CustomIndicator\": \"\",\n                \"TranResult\": \"Completed OK\",\n                \"Reversed\": \"\",\n                \"ClientRefNum\": \"\",\n                \"BuyerLoaderId\": \"\",\n                \"LocalTranCurrCode\": \"\",\n                \"LocalCurrCode\": \"\",\n                \"MerchAddr\": \"\",\n                \"TxnLevel\": \"\",\n                \"IssuingCurrCode\": \"\",\n                \"UTCPostDate\": \"2021-02-17 20:55:25.830\",\n                \"UTCInserted\": \"2021-02-17 20:55:25.830\"\n            },\n            {\n                \"Account\": \"5371090030075882\",\n                \"TranDate\": \"02/17/2021\",\n                \"PostDate\": \"02/17/2021\",\n                \"Description\": \"Balance Adjustment Debit Cardholder\",\n                \"Reference\": \"CC00A864C945\",\n                \"Amt\": \"-1.5\",\n                \"Inserted\": \"02/17/2021  3:50:31 PM\",\n                \"Merchant\": \"A2A SOURCE ID\",\n                \"TxnType\": \"Adjustment\",\n                \"RequestCode\": \"1102\",\n                \"StrategyName\": \"Today -MasterCardEMVPrepaid\",\n                \"Comment\": \"e-transfer debit fee\",\n                \"merchantno\": \"\",\n                \"MCC\": \"\",\n                \"responsecode\": \"0\",\n                \"SettleAmount\": \"1.5\",\n                \"CountryName\": \"\",\n                \"AuthCode\": \"230623\",\n                \"LocalAmount\": \"1.5\",\n                \"ReasonDescription\": \"Undefined (catch all)\",\n                \"ResponseDescription\": \"Approval\",\n                \"Userid\": \"CArthurA2A\",\n                \"CustomIndicator\": \"NDBalance Adjustment Debit Cardholder\",\n                \"TranResult\": \"Completed OK\",\n                \"Reversed\": \"False\",\n                \"ClientRefNum\": \"\",\n                \"BuyerLoaderId\": \"\",\n                \"LocalTranCurrCode\": \"\",\n                \"LocalCurrCode\": \"0\",\n                \"MerchAddr\": \"\",\n                \"TxnLevel\": \"\",\n                \"IssuingCurrCode\": \"CAD\",\n                \"UTCPostDate\": \"2021-02-17 20:50:31.647\",\n                \"UTCInserted\": \"2021-02-17 20:50:31.647\"\n            },\n            {\n                \"Account\": \"5371090030075882\",\n                \"TranDate\": \"02/17/2021\",\n                \"PostDate\": \"02/17/2021\",\n                \"Description\": \"Balance Adjustment Debit Cardholder\",\n                \"Reference\": \"CC00E72E4905\",\n                \"Amt\": \"-20\",\n                \"Inserted\": \"02/17/2021  3:50:31 PM\",\n                \"Merchant\": \"A2A SOURCE ID\",\n                \"TxnType\": \"Adjustment\",\n                \"RequestCode\": \"1102\",\n                \"StrategyName\": \"Today -MasterCardEMVPrepaid\",\n                \"Comment\": \"e-transfer debit (10285)\",\n                \"merchantno\": \"\",\n                \"MCC\": \"\",\n                \"responsecode\": \"0\",\n                \"SettleAmount\": \"20\",\n                \"CountryName\": \"\",\n                \"AuthCode\": \"356446\",\n                \"LocalAmount\": \"20\",\n                \"ReasonDescription\": \"Undefined (catch all)\",\n                \"ResponseDescription\": \"Approval\",\n                \"Userid\": \"CArthurA2A\",\n                \"CustomIndicator\": \"NDBalance Adjustment Debit Cardholder\",\n                \"TranResult\": \"Completed OK\",\n                \"Reversed\": \"False\",\n                \"ClientRefNum\": \"\",\n                \"BuyerLoaderId\": \"\",\n                \"LocalTranCurrCode\": \"\",\n                \"LocalCurrCode\": \"0\",\n                \"MerchAddr\": \"\",\n                \"TxnLevel\": \"\",\n                \"IssuingCurrCode\": \"CAD\",\n                \"UTCPostDate\": \"2021-02-17 20:50:31.270\",\n                \"UTCInserted\": \"2021-02-17 20:50:31.270\"\n            },\n            {\n                \"Account\": \"5371090030075882\",\n                \"TranDate\": \"02/17/2021\",\n                \"PostDate\": \"02/17/2021\",\n                \"Description\": \"Balance Adjustment Debit Cardholder\",\n                \"Reference\": \"CC00FE450320\",\n                \"Amt\": \"-1.5\",\n                \"Inserted\": \"02/17/2021  3:49:37 PM\",\n                \"Merchant\": \"A2A SOURCE ID\",\n                \"TxnType\": \"Adjustment\",\n                \"RequestCode\": \"1102\",\n                \"StrategyName\": \"Today -MasterCardEMVPrepaid\",\n                \"Comment\": \"e-transfer debit fee\",\n                \"merchantno\": \"\",\n                \"MCC\": \"\",\n                \"responsecode\": \"0\",\n                \"SettleAmount\": \"1.5\",\n                \"CountryName\": \"\",\n                \"AuthCode\": \"559663\",\n                \"LocalAmount\": \"1.5\",\n                \"ReasonDescription\": \"Undefined (catch all)\",\n                \"ResponseDescription\": \"Approval\",\n                \"Userid\": \"CArthurA2A\",\n                \"CustomIndicator\": \"NDBalance Adjustment Debit Cardholder\",\n                \"TranResult\": \"Completed OK\",\n                \"Reversed\": \"False\",\n                \"ClientRefNum\": \"\",\n                \"BuyerLoaderId\": \"\",\n                \"LocalTranCurrCode\": \"\",\n                \"LocalCurrCode\": \"0\",\n                \"MerchAddr\": \"\",\n                \"TxnLevel\": \"\",\n                \"IssuingCurrCode\": \"CAD\",\n                \"UTCPostDate\": \"2021-02-17 20:49:37.780\",\n                \"UTCInserted\": \"2021-02-17 20:49:37.780\"\n            },\n            {\n                \"Account\": \"5371090030075882\",\n                \"TranDate\": \"02/17/2021\",\n                \"PostDate\": \"02/17/2021\",\n                \"Description\": \"Balance Adjustment Debit Cardholder\",\n                \"Reference\": \"CC00832CE768\",\n                \"Amt\": \"-40\",\n                \"Inserted\": \"02/17/2021  3:49:36 PM\",\n                \"Merchant\": \"A2A SOURCE ID\",\n                \"TxnType\": \"Adjustment\",\n                \"RequestCode\": \"1102\",\n                \"StrategyName\": \"Today -MasterCardEMVPrepaid\",\n                \"Comment\": \"e-transfer debit (10284)\",\n                \"merchantno\": \"\",\n                \"MCC\": \"\",\n                \"responsecode\": \"0\",\n                \"SettleAmount\": \"40\",\n                \"CountryName\": \"\",\n                \"AuthCode\": \"282476\",\n                \"LocalAmount\": \"40\",\n                \"ReasonDescription\": \"Undefined (catch all)\",\n                \"ResponseDescription\": \"Approval\",\n                \"Userid\": \"CArthurA2A\",\n                \"CustomIndicator\": \"NDBalance Adjustment Debit Cardholder\",\n                \"TranResult\": \"Completed OK\",\n                \"Reversed\": \"False\",\n                \"ClientRefNum\": \"\",\n                \"BuyerLoaderId\": \"\",\n                \"LocalTranCurrCode\": \"\",\n                \"LocalCurrCode\": \"0\",\n                \"MerchAddr\": \"\",\n                \"TxnLevel\": \"\",\n                \"IssuingCurrCode\": \"CAD\",\n                \"UTCPostDate\": \"2021-02-17 20:49:36.830\",\n                \"UTCInserted\": \"2021-02-17 20:49:36.830\"\n            }\n        ]\n    },\n    \"meta\": {}\n}"}],"_postman_id":"58469118-6a01-4cce-a043-03c354d95d71"},{"name":"Card to Card Transfer","id":"9737627c-2193-48ff-b1d2-9395de6744ca","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Authorization","value":"<AUTH>","type":"text"}],"body":{"mode":"raw","raw":"{\r\n\"receiver_phone_number\": \"string\",\r\n\"receiver_proxy\": \"string\",\r\n\"amount\": 0\r\n}","options":{"raw":{"language":"json"}}},"url":"https://stage-apiv2.xtminc.com/v1/customers/<customer_id>/card-to-card","description":"<p>This endpoint allows a card holder to transfer money from their card to another card holders account. They need to have access to the recipients proxy and phone number on file.</p>\n","urlObject":{"protocol":"https","path":["v1","customers","<customer_id>","card-to-card"],"host":["stage-apiv2","xtminc","com"],"query":[],"variable":[]}},"response":[],"_postman_id":"9737627c-2193-48ff-b1d2-9395de6744ca"}],"id":"01c6f6d5-8c48-4254-8d80-70ffdcbe7505","_postman_id":"01c6f6d5-8c48-4254-8d80-70ffdcbe7505","description":""},{"name":"Card Requests","item":[{"name":"Activate Card","id":"c8191ee1-6bf7-407a-ada0-4704a3890d31","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"x-john-stewart","value":"{{john_stewart}}","type":"text"}],"body":{"mode":"raw","raw":"{\r\n\"proxy\": \"string\"\r\n}","options":{"raw":{"language":"json"}}},"url":"https://stage-apiv2.xtminc.com/v1/customers/<customer_id>/activate-card","urlObject":{"protocol":"https","path":["v1","customers","<customer_id>","activate-card"],"host":["stage-apiv2","xtminc","com"],"query":[],"variable":[]}},"response":[{"id":"c0661452-37c5-4e62-ad47-cf2743628906","name":"Activate Card","originalRequest":{"method":"GET","header":[{"key":"x-john-stewart","value":"{{john_stewart}}","type":"text"}],"url":"https://stage-apiv2.xtminc.com/v1/customers/<customer_id>/activate-card"},"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"customer_id\": 0,\n    \"identifier\": \"string\",\n    \"first_name\": \"string\",\n    \"last_name\": \"string\",\n    \"email\": \"string\",\n    \"status\": \"string\",\n    \"balance\": 0,\n    \"client_id\": 0,\n    \"staff_id\": \"string\",\n    \"created_at\": \"string\",\n    \"updated_at\": \"string\",\n    \"external_id\": \"string\",\n    \"activation_date\": \"string\",\n    \"stores\": [],\n    \"departments\": []\n}"}],"_postman_id":"c8191ee1-6bf7-407a-ada0-4704a3890d31"},{"name":"Get Pin","id":"5abaa810-ec9f-450f-a882-2413f835199d","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"x-john-stewart","value":"{{john_stewart}}","type":"text"}],"url":"https://stage-apiv2.xtminc.com/v1/customers/<customer_id>/pin","urlObject":{"protocol":"https","path":["v1","customers","<customer_id>","pin"],"host":["stage-apiv2","xtminc","com"],"query":[{"disabled":true,"key":"","value":""}],"variable":[]}},"response":[{"id":"5be0e3fc-657f-4d95-99fb-5eb6fd3f7f37","name":"Get Pin","originalRequest":{"method":"GET","header":[],"url":"https://stage-apiv2.xtminc.com/v1/customers/<customer_id>/pin"},"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"data\": \"\"\n}"}],"_postman_id":"5abaa810-ec9f-450f-a882-2413f835199d"},{"name":"Suspend Card","id":"976c6845-3764-4bb8-8fa6-f9d9be888bd3","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"x-john-stewart","value":"{{john_stewart}}","type":"text"}],"url":"https://stage-apiv2.xtminc.com/v1/customers/<customer_id>/suspend-card","urlObject":{"protocol":"https","path":["v1","customers","<customer_id>","suspend-card"],"host":["stage-apiv2","xtminc","com"],"query":[],"variable":[]}},"response":[{"id":"550c3c95-0bd0-4c5b-834f-2e095c521f31","name":"Suspend Card","originalRequest":{"method":"POST","header":[{"key":"x-john-stewart","value":"{{john_stewart}}","type":"text"}],"url":"https://stage-apiv2.xtminc.com/v1/customers/<customer_id>/suspend-card"},"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"customer_id\": 0,\n    \"identifier\": \"string\",\n    \"first_name\": \"string\",\n    \"last_name\": \"string\",\n    \"email\": \"string\",\n    \"status\": \"string\",\n    \"balance\": 0,\n    \"client_id\": 0,\n    \"staff_id\": \"string\",\n    \"created_at\": \"string\",\n    \"updated_at\": \"string\",\n    \"external_id\": \"string\",\n    \"activation_date\": \"string\",\n    \"stores\": [],\n    \"departments\": []\n}"}],"_postman_id":"976c6845-3764-4bb8-8fa6-f9d9be888bd3"},{"name":"Unsuspend Card","id":"3a573d24-e84e-46e7-a626-6b187c90bf40","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"x-john-stewart","value":"{{john_stewart}}","type":"text"}],"url":"https://stage-apiv2.xtminc.com/v1/customers/{customer_id}/unsuspend-card","urlObject":{"protocol":"https","path":["v1","customers","{customer_id}","unsuspend-card"],"host":["stage-apiv2","xtminc","com"],"query":[],"variable":[]}},"response":[{"id":"0b7ba1b3-d849-4afe-a048-de3192fa56eb","name":"Suspend Card","originalRequest":{"method":"POST","header":[{"key":"x-john-stewart","value":"{{john_stewart}}","type":"text"}],"url":"https://stage-apiv2.xtminc.com/v1/customers/<customer_id>/suspend-card"},"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"customer_id\": 0,\n    \"identifier\": \"string\",\n    \"first_name\": \"string\",\n    \"last_name\": \"string\",\n    \"email\": \"string\",\n    \"status\": \"string\",\n    \"balance\": 0,\n    \"client_id\": 0,\n    \"staff_id\": \"string\",\n    \"created_at\": \"string\",\n    \"updated_at\": \"string\",\n    \"external_id\": \"string\",\n    \"activation_date\": \"string\",\n    \"stores\": [],\n    \"departments\": []\n}"},{"id":"5458f0e7-184d-4ac0-ad61-76042fdab061","name":"Unsuspend Card","originalRequest":{"method":"POST","header":[{"key":"x-john-stewart","value":"{{john_stewart}}","type":"text"}],"url":"https://stage-apiv2.xtminc.com/v1/customers/{customer_id}/unsuspend-card"},"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"customer_id\": 0,\n    \"identifier\": \"string\",\n    \"first_name\": \"string\",\n    \"last_name\": \"string\",\n    \"email\": \"string\",\n    \"status\": \"string\",\n    \"balance\": 0,\n    \"client_id\": 0,\n    \"staff_id\": \"string\",\n    \"created_at\": \"string\",\n    \"updated_at\": \"string\",\n    \"external_id\": \"string\",\n    \"activation_date\": \"string\",\n    \"stores\": [],\n    \"departments\": []\n}"}],"_postman_id":"3a573d24-e84e-46e7-a626-6b187c90bf40"}],"id":"826fd634-a02f-4766-a6f4-a1111d234fea","_postman_id":"826fd634-a02f-4766-a6f4-a1111d234fea","description":""},{"name":"Cardholder Information","item":[{"name":"Add Address","id":"9ccbde98-3b40-4897-9460-b3e918b89361","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"x-john-stewart","value":"{{john_stewart}}","type":"text"}],"body":{"mode":"raw","raw":"{\r\n\"street\": \"string\",\r\n\"city\": \"string\",\r\n\"region\": \"string\",\r\n\"country\": \"string\",\r\n\"postal_code\": \"string\",\r\n\"street2\": \"\",\r\n\"street3\": \"\"\r\n}","options":{"raw":{"language":"json"}}},"url":"https://stage-apiv2.xtminc.com/v1/customers/{customer_id}/addresses","urlObject":{"protocol":"https","path":["v1","customers","{customer_id}","addresses"],"host":["stage-apiv2","xtminc","com"],"query":[],"variable":[]}},"response":[{"id":"d2c18a2b-1382-4efa-afa3-1de5d3bb7004","name":"Add Address","originalRequest":{"method":"POST","header":[{"key":"x-john-stewart","value":"{{john_stewart}}","type":"text"}],"body":{"mode":"raw","raw":"{\r\n\"street\": \"string\",\r\n\"city\": \"string\",\r\n\"region\": \"string\",\r\n\"country\": \"string\",\r\n\"postal_code\": \"string\",\r\n\"street2\": \"\",\r\n\"street3\": \"\"\r\n}","options":{"raw":{"language":"json"}}},"url":"https://stage-apiv2.xtminc.com/v1/customers/{customer_id}/addresses"},"_postman_previewlanguage":"Text","header":[],"cookie":[],"responseTime":null,"body":"{\r\n\"address_id\": 0,\r\n\"customer_id\": 0,\r\n\"status\": \"string\",\r\n\"street\": \"string\",\r\n\"city\": \"string\",\r\n\"region\": \"string\",\r\n\"country\": \"string\",\r\n\"postal_code\": \"string\",\r\n\"created_at\": \"string\",\r\n\"updated_at\": \"string\",\r\n\"street2\": \"string\",\r\n\"street3\": \"string\"\r\n}"}],"_postman_id":"9ccbde98-3b40-4897-9460-b3e918b89361"}],"id":"33084890-f2b9-4e94-a91e-de9931ea4a68","_postman_id":"33084890-f2b9-4e94-a91e-de9931ea4a68","description":""}],"id":"bc768cf0-8850-41e9-8577-4b3cfe3be092","description":"<p>The following endpoints are all from the perspective of a cardholder in the My AnyDay system.</p>\n<p>Authentication:<br />To authorize, you should login as a customer with your given credentials. Once you have logged in, you should receive a x-john-stewart in the response.</p>\n<p>You must pass x-john-stewart in the header of all other requests. You may also use the more traditional Authorization key in the header of all other requests</p>\n","_postman_id":"bc768cf0-8850-41e9-8577-4b3cfe3be092"}],"event":[{"listen":"prerequest","script":{"id":"ba48ada0-a77c-4ce6-a4e0-962926034023","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"d04146df-9358-485e-aab0-0ec18d3fdb85","type":"text/javascript","exec":[""]}}],"variable":[{"key":"client_id","value":"<client_id>","type":"string"},{"key":"Auth","value":"<Auth>","type":"string"},{"key":"store_id","value":"<store_id>","type":"string"},{"key":"wallet_id","value":"<wallet_id>","type":"string"},{"key":"manager_id","value":"<manager_id>","type":"string"},{"key":"customer_id","value":"<customer_id>","type":"string"},{"key":"reference","value":"<external_reference>","type":"string"}]}