{"info":{"_postman_id":"4a9df195-11e9-444f-a27a-46e845c85b19","name":"CardPointe API Integration","description":"The CardPointe Gateway API allows you to securely accept a wide-range of credit, debit, and alternative payments. This postman collection contains frequently used integration activities for the CardPointe Gateway API.\n\nIf you are interested in testing with our API, please [contact us](https://cardconnect.com/signup/developer) for a welcome kit which contains test credentials and additional information.","schema":"https://schema.getpostman.com/json/collection/v2.0.0/collection.json"},"item":[{"name":"Credential Test (Authorization)","id":"57ec0545-d58c-4ec1-9655-db511d2a95fe","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Authorization","type":"text","value":"{{Authorization}}"},{"key":"Content-Type","name":"Content-Type","type":"text","value":"application/json"}],"url":{"raw":"{{url}}/?=","host":["{{url}}"],"path":[""],"query":[{"key":"","value":""}]},"description":"[Testing your API Credentials](https://developer.cardconnect.com/cardconnect-api#testing-your-api-credentials)\n\n**Note:** If the credentials are valid, the response returns the message \"CardConnect REST Servlet.\""},"response":[],"_postman_id":"57ec0545-d58c-4ec1-9655-db511d2a95fe"},{"name":"Validate Merchant ID","id":"cdd15cc5-7b14-409a-bb34-a58244414028","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"basic","basic":{"password":"testing123","username":"testing"}},"method":"GET","header":[{"warning":"This is a duplicate header and will be overridden by the Authorization header generated by Postman.","key":"Authorization","value":"{{Authorization}}","type":"text"},{"key":"Content-type","value":"application/json","type":"text"}],"url":"{{url}}/inquireMerchant/{{merchid}}","description":"To validate a merchant ID (MID), you can make a GET request to the inquireMerchant endpoint. This can be helpful for troubleshooting issues with a merchant ID, of if you have multiple merchant accounts and need to verify the configuration of one or more merchant IDs. "},"response":[],"_postman_id":"cdd15cc5-7b14-409a-bb34-a58244414028"},{"name":"Tokenize (Card Number)","event":[{"listen":"test","script":{"id":"b74c0551-c429-4d25-86ec-83a0b3050e20","exec":["var jsonData = JSON.parse(responseBody);","postman.setEnvironmentVariable(\"token\", jsonData.token);"],"type":"text/javascript"}}],"id":"1d467c41-b97a-4838-b5e5-740e1c6c9971","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n  \"account\" : \"4444333322221111\"\n}"},"url":"{{csurl}}","description":"CardSecure API v1 Documentation Coming Soon\n\n**Note:** This is not required, but shows a simple call to the CardSecure API to tokenize a credit card number. It can be used to setup the token variable used in this Postman environment."},"response":[],"_postman_id":"1d467c41-b97a-4838-b5e5-740e1c6c9971"},{"name":"Auth (No Capture)","event":[{"listen":"test","script":{"id":"00ca649f-5aba-40e8-b89b-c181a4129a46","exec":["var jsonData = JSON.parse(responseBody);","postman.setEnvironmentVariable(\"profileid\", jsonData.profileid);","var jsonData = JSON.parse(responseBody);","postman.setEnvironmentVariable(\"acctid\", jsonData.acctid);","var jsonData = JSON.parse(responseBody);","postman.setEnvironmentVariable(\"retref\", jsonData.retref);","var jsonData = JSON.parse(responseBody);","postman.setEnvironmentVariable(\"token\", jsonData.token);"],"type":"text/javascript"}}],"id":"9d721dfa-935d-41c1-8eb9-1aab30c1cb40","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"Authorization","value":"{{Authorization}}"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"merchid\": \"{{merchid}}\",\n    \"account\": \"{{account}}\",\n    \"expiry\": \"{{expiry}}\",\n    \"amount\": \"1\",\n    \"currency\": \"{{currency}}\",\n    \"name\": \"CC TEST\"\n}"},"url":"{{url}}/auth","description":"[Authorization Documentation](https://developer.cardconnect.com/cardconnect-api#authorization)"},"response":[],"_postman_id":"9d721dfa-935d-41c1-8eb9-1aab30c1cb40"},{"name":"Auth (Capture = Y)","event":[{"listen":"test","script":{"id":"09a58bec-f92c-42bb-99f6-4bcc9454351f","exec":["var jsonData = JSON.parse(responseBody);","postman.setEnvironmentVariable(\"profileid\", jsonData.profileid);","var jsonData = JSON.parse(responseBody);","postman.setEnvironmentVariable(\"acctid\", jsonData.acctid);","var jsonData = JSON.parse(responseBody);","postman.setEnvironmentVariable(\"retref\", jsonData.retref);","var jsonData = JSON.parse(responseBody);","postman.setEnvironmentVariable(\"token\", jsonData.token);","var jsonData = JSON.parse(responseBody);","postman.setEnvironmentVariable(\"batchid\", jsonData.batchid);"],"type":"text/javascript"}}],"id":"91b4ada5-8566-4ce6-840b-5055d2380612","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth"},"method":"PUT","header":[{"description":"{}{}aut","key":"Authorization","value":"{{Authorization}}","warning":"This is a duplicate header and will be overridden by the Authorization header generated by Postman."},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"merchid\": \"{{merchid}}\",\n    \"account\": \"{{account}}\",\n    \"expiry\": \"1223\",\n    \"amount\": \"1\",\n    \"orderid\": \"129877\",\n    \"batchid\": \"33225\",\n    \"batchsource\": \"1234A\",\n    \"currency\": \"{{currency}}\",\n    \"name\": \"CC TEST\",\n    \"capture\": \"y\",\n    \"receipt\": \"y\"\n}"},"url":"{{url}}/auth","description":"[Authorization Documentation](https://developer.cardconnect.com/cardconnect-api#authorization)"},"response":[],"_postman_id":"91b4ada5-8566-4ce6-840b-5055d2380612"},{"name":"Auth  (Capture = Y w/ Soft Descriptors)","event":[{"listen":"test","script":{"id":"51f799c4-8707-423a-b7fa-7d293f5cd1d5","exec":["var jsonData = JSON.parse(responseBody);","postman.setEnvironmentVariable(\"profileid\", jsonData.profileid);","var jsonData = JSON.parse(responseBody);","postman.setEnvironmentVariable(\"acctid\", jsonData.acctid);","var jsonData = JSON.parse(responseBody);","postman.setEnvironmentVariable(\"retref\", jsonData.retref);","var jsonData = JSON.parse(responseBody);","postman.setEnvironmentVariable(\"token\", jsonData.token);","var jsonData = JSON.parse(responseBody);","postman.setEnvironmentVariable(\"batchid\", jsonData.batchid);"],"type":"text/javascript"}}],"id":"a9676d1c-f034-4576-9aca-09c4ade27b7e","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"basic","basic":{"password":"testing123","username":"testing","showPassword":false}},"method":"PUT","header":[{"key":"Authorization","value":"{{Authorization}}","warning":"This is a duplicate header and will be overridden by the Authorization header generated by Postman."},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"merchid\": \"{{merchid}}\",\n    \"account\": \"{{account}}\",\n    \"expiry\": \"{{expiry}}\",\n    \"amount\": \".05\",\n    \"currency\": \"{{currency}}\",\n    \"name\": \"CC TEST\",\n    \"capture\": \"y\",\n    \"userfields\": [\n        {\n            \"custommerchant\": \"12 CHAR\"\n        },\n        {\n            \"customproduct\": \"12 CHAR\"\n        },\n        {\n            \"customphone\": \"8005551313\"\n        },\n        {\n            \"customstate\": \"PA\"\n        },\n        {\n            \"custompostal\": \"12345\"\n        }\n    ]\n}"},"url":"{{url}}/auth","description":"[Authorization Documentation](https://developer.cardconnect.com/cardconnect-api#authorization)"},"response":[],"_postman_id":"a9676d1c-f034-4576-9aca-09c4ade27b7e"},{"name":"Auth (Ingenico Track)","event":[{"listen":"test","script":{"id":"eaba61af-0cae-4fa6-b6f6-2d5f4a1ab02c","exec":["var jsonData = JSON.parse(responseBody);","postman.setEnvironmentVariable(\"profileid\", jsonData.profileid);","var jsonData = JSON.parse(responseBody);","postman.setEnvironmentVariable(\"acctid\", jsonData.acctid);","var jsonData = JSON.parse(responseBody);","postman.setEnvironmentVariable(\"retref\", jsonData.retref);","var jsonData = JSON.parse(responseBody);","postman.setEnvironmentVariable(\"token\", jsonData.token);"],"type":"text/javascript"}}],"id":"048baa81-21c3-4a51-a8b1-4a06989253a8","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"basic","basic":{"password":"testing123","username":"testing","showPassword":false}},"method":"PUT","header":[{"key":"Authorization","value":"{{Authorization}}"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"merchid\": \"{{merchid}}\",\n    \"expiry\": \"{{expiry}}\",\n    \"amount\": \"1\",\n    \"currency\": \"{{currency}}\",\n    \"name\": \"CC TEST\",\n    \"track\": \"ingenico;st='OK';t1='%B8704127699381821^E2_0/85<S^3192064933010051000988?';t2=';8704127699381821=31212831669686622921?';pan='5624097535661020';ed='1218';cvv='';ksn='CDCDCD0702B0022000140114';hsn='14317PP81121794';isn='2214317PT013645';name='TEST/CARD';term='9999';\"\n}"},"url":"{{url}}/auth","description":"[Authorization Documentation](https://developer.cardconnect.com/cardconnect-api#authorization)"},"response":[],"_postman_id":"048baa81-21c3-4a51-a8b1-4a06989253a8"},{"name":"Auth (Create a Profile)","event":[{"listen":"test","script":{"id":"3a1fcf11-f788-43b1-80a9-58595e0a5d87","exec":["var jsonData = JSON.parse(responseBody);","postman.setEnvironmentVariable(\"profileid\", jsonData.profileid);","var jsonData = JSON.parse(responseBody);","postman.setEnvironmentVariable(\"acctid\", jsonData.acctid);","var jsonData = JSON.parse(responseBody);","postman.setEnvironmentVariable(\"retref\", jsonData.retref);","var jsonData = JSON.parse(responseBody);","postman.setEnvironmentVariable(\"token\", jsonData.token);"],"type":"text/javascript"}}],"id":"0c9b63ea-c93e-4727-8629-64ac5f946bde","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"basic","basic":{"password":"testing123","username":"testing","showPassword":false}},"method":"PUT","header":[{"key":"Authorization","value":"Basic dGVzdGluZzp0ZXN0aW5nMTIz"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"merchid\": \"{{merchid}}\",\n    \"account\": \"{{account}}\",\n    \"expiry\": \"{{expiry}}\",\n    \"amount\": \"12.03\",\n    \"currency\": \"{{currency}}\",\n    \"name\": \"Carson Wentz\",\n    \"address\": \"100 S. Broad Street\",\n    \"city\": \"Philadelphia\",\n    \"region\": \"PA\",\n    \"country\": \"US\",\n    \"postal\": \"19103\",\n    \"profile\": \"Y\"\n}"},"url":"{{url}}/auth","description":"[Authorization/Profiles Documentation](https://developer.cardconnect.com/cardconnect-api#profiles)"},"response":[],"_postman_id":"0c9b63ea-c93e-4727-8629-64ac5f946bde"},{"name":"Auth (Using Existing Profile ID)","event":[{"listen":"test","script":{"id":"d2a7fbd2-0ec6-4c43-ad85-ae74cb794d33","exec":["var jsonData = JSON.parse(responseBody);","postman.setEnvironmentVariable(\"profileid\", jsonData.profileid);","var jsonData = JSON.parse(responseBody);","postman.setEnvironmentVariable(\"acctid\", jsonData.acctid);","var jsonData = JSON.parse(responseBody);","postman.setEnvironmentVariable(\"retref\", jsonData.retref);","var jsonData = JSON.parse(responseBody);","postman.setEnvironmentVariable(\"token\", jsonData.token);"],"type":"text/javascript"}}],"id":"62148655-4f4f-4477-b9ff-987a899be217","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"basic","basic":{"password":"testing123","username":"testing","showPassword":false}},"method":"PUT","header":[{"key":"Authorization","value":"{{Authorization}}"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"merchid\": \"{{merchid}}\",\n    \"profile\": \"{{profileid}}/{{acctid}}\",\n    \"amount\": \"1.00\",\n    \"currency\": \"{{currency}}\"\n}"},"url":"{{url}}/auth","description":"[Authorization/Profiles Documentation](https://developer.cardconnect.com/cardconnect-api#profiles)\n\n**Notes:** \n* First create a profile using the Auth or Profile endpoints.\n* Omit the \"account\" and \"expiry\" parameters"},"response":[],"_postman_id":"62148655-4f4f-4477-b9ff-987a899be217"},{"name":"Capture (Partial Amount)","event":[{"listen":"test","script":{"id":"911ac698-84ab-4b9f-be3b-70e4cc012bdd","exec":["var jsonData = JSON.parse(responseBody);","postman.setEnvironmentVariable(\"profileid\", jsonData.profileid);","var jsonData = JSON.parse(responseBody);","postman.setEnvironmentVariable(\"acctid\", jsonData.acctid);","var jsonData = JSON.parse(responseBody);","postman.setEnvironmentVariable(\"retref\", jsonData.retref);","var jsonData = JSON.parse(responseBody);","postman.setEnvironmentVariable(\"token\", jsonData.token);","var jsonData = JSON.parse(responseBody);","postman.setEnvironmentVariable(\"batchid\", jsonData.batchid);"],"type":"text/javascript"}}],"id":"a76f8a19-4fd4-4af3-94b6-49f9f0b9f8d5","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"basic","basic":{"password":"testing123","username":"testing","showPassword":false}},"method":"PUT","header":[{"key":"Authorization","value":"Basic dGVzdGluZzp0ZXN0aW5nMTIz"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"retref\": \"{{retref}}\",\n    \"merchid\": \"{{merchid}}\",\n    \"amount\": \"2.00\"\n}"},"url":"{{url}}/capture","description":"[Capture Documentation](https://developer.cardconnect.com/cardconnect-api#capture)\n\n**Note:** If \"amount\" is omitted, the transaction is voided for the full amount."},"response":[],"_postman_id":"a76f8a19-4fd4-4af3-94b6-49f9f0b9f8d5"},{"name":"Void (Retref)","id":"cb7aa781-91aa-411a-9593-09ecfae840cc","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"Authorization","value":"Basic dGVzdGluZzp0ZXN0aW5nMTIz"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"merchid\": \"{{merchid}}\",\n    \"retref\": \"{{retref}}\"\n}"},"url":"{{url}}/void","description":"[Void Documentation](https://developer.cardconnect.com/cardconnect-api#void)"},"response":[],"_postman_id":"cb7aa781-91aa-411a-9593-09ecfae840cc"},{"name":"Void by Order ID (Order ID)","id":"0a59e2ee-f793-4ba3-98d5-3a38f45c715e","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"Authorization","value":"Basic dGVzdGluZzp0ZXN0aW5nMTIz"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"merchid\": \"{{merchid}}\",\n    \"orderid\": \"{{orderid}}\"\n}"},"url":"{{url}}/voidByOrderId","description":"[Void by Order ID Documentation](https://developer.cardconnect.com/cardconnect-api#void-by-order-id)"},"response":[],"_postman_id":"0a59e2ee-f793-4ba3-98d5-3a38f45c715e"},{"name":"Refund with Reference (Retref)","event":[{"listen":"test","script":{"id":"2011d66a-b5ad-4f1a-8c0d-1a8d659385f8","exec":["var jsonData = JSON.parse(responseBody);","postman.setEnvironmentVariable(\"profileid\", jsonData.profileid);","var jsonData = JSON.parse(responseBody);","postman.setEnvironmentVariable(\"acctid\", jsonData.acctid);","var jsonData = JSON.parse(responseBody);","postman.setEnvironmentVariable(\"retref\", jsonData.retref);","var jsonData = JSON.parse(responseBody);","postman.setEnvironmentVariable(\"token\", jsonData.token);","var jsonData = JSON.parse(responseBody);","postman.setEnvironmentVariable(\"batchid\", jsonData.batchid);"],"type":"text/javascript"}}],"id":"41ce9f59-ddf0-4bc7-8975-790167e845b7","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"Authorization","value":"Basic dGVzdGluZzp0ZXN0aW5nMTIz"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"retref\": \"{{retref}}\",\n    \"merchid\": \"{{merchid}}\"\n}"},"url":"{{url}}/refund","description":"[Refund Documentation](https://developer.cardconnect.com/cardconnect-api#refund)"},"response":[],"_postman_id":"41ce9f59-ddf0-4bc7-8975-790167e845b7"},{"name":"Refund without Reference (Negative Auth)","event":[{"listen":"test","script":{"id":"5c88606e-7e7f-43cc-afe4-774dfe16297f","exec":["var jsonData = JSON.parse(responseBody);","postman.setEnvironmentVariable(\"profileid\", jsonData.profileid);","var jsonData = JSON.parse(responseBody);","postman.setEnvironmentVariable(\"acctid\", jsonData.acctid);","var jsonData = JSON.parse(responseBody);","postman.setEnvironmentVariable(\"retref\", jsonData.retref);","var jsonData = JSON.parse(responseBody);","postman.setEnvironmentVariable(\"token\", jsonData.token);","var jsonData = JSON.parse(responseBody);","postman.setEnvironmentVariable(\"batchid\", jsonData.batchid);"],"type":"text/javascript"}}],"id":"be4ed23d-935d-46ab-9f3d-dff692c78456","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"Authorization","value":"Basic dGVzdGluZzp0ZXN0aW5nMTIz"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"merchid\": \"{{merchid}}\",\n    \"account\": \"{{account}}\",\n    \"expiry\": \"{{expiry}}\",\n    \"amount\": \"-1\",\n    \"currency\": \"{{currency}}\",\n    \"name\": \"CC TEST\"\n}"},"url":"{{url}}/auth","description":"[Authorization Documentation](https://developer.cardconnect.com/cardconnect-api#authorization)\n\n**Note:** Authorization for a negative amount"},"response":[],"_postman_id":"be4ed23d-935d-46ab-9f3d-dff692c78456"},{"name":"Profile (Create/Update)","event":[{"listen":"test","script":{"id":"dec48814-8cb5-4229-9cf1-def9045c7cd2","exec":["var jsonData = JSON.parse(responseBody);","postman.setEnvironmentVariable(\"profileid\", jsonData.profileid);","var jsonData = JSON.parse(responseBody);","postman.setEnvironmentVariable(\"acctid\", jsonData.acctid);"],"type":"text/javascript"}}],"id":"e643f2c2-0f5f-4fe2-8c26-0ea95cfb4c11","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"basic","basic":{"password":"testing123","username":"testing","showPassword":false}},"method":"PUT","header":[{"key":"Authorization","value":"{{Authorization}}"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"name\": \"Carson Wentz\",\n    \"address\": \"100 S. Broad Street\",\n    \"city\": \"Philadelphia\",\n    \"region\": \"PA\",\n    \"country\": \"US\",\n    \"postal\": \"19103\",\n    \"merchid\": \"{{merchid}}\",\n    \"account\": \"{{account}}\",\n    \"expiry\": \"{{expiry}}\",\n    \"currency\": \"{{currency}}\"\n}"},"url":"{{url}}/profile","description":"[Profile Documentation](https://developer.cardconnect.com/cardconnect-api#profile)"},"response":[],"_postman_id":"e643f2c2-0f5f-4fe2-8c26-0ea95cfb4c11"},{"name":"Profile (New account/token/card)","event":[{"listen":"test","script":{"id":"1e916575-ffa7-4179-add8-7b18cd0dae29","exec":["var jsonData = JSON.parse(responseBody);","postman.setEnvironmentVariable(\"profileid\", jsonData.profileid);","var jsonData = JSON.parse(responseBody);","postman.setEnvironmentVariable(\"acctid\", jsonData.acctid);"],"type":"text/javascript"}}],"id":"79b147b1-c2c0-4151-b359-c2aaea0d5843","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"Authorization","value":"{{Authorization}}"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"name\": \"Carson Wentz\",\n    \"address\": \"100 S. Broad Street\",\n    \"city\": \"Philadelphia\",\n    \"region\": \"PA\",\n    \"country\": \"US\",\n    \"postal\": \"19103\",\n    \"merchid\": \"{{merchid}}\",\n    \"account\": \"{{account}}\",\n    \"expiry\": \"{{expiry}}\",\n    \"currency\": \"{{currency}}\",\n    \"profile\": \"{{profileid}}\",\n    \"profileupdate\": \"Y\",\n    \"defaultacct\": \"N\"\n}"},"url":"{{url}}/profile","description":"[Profile Documentation](https://developer.cardconnect.com/cardconnect-api#profile)\n\n**Notes:** \n* To create subaccounts on an existing profile\n* acctid = n + 1"},"response":[],"_postman_id":"79b147b1-c2c0-4151-b359-c2aaea0d5843"},{"name":"Profile (Get)","id":"ba40b771-2e6a-4dc6-9c77-a6a2180a356c","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Authorization","value":"{{Authorization}}"},{"key":"Content-Type","value":"application/json"}],"url":"{{url}}/profile/{{profileid}}/{{acctid}}/{{merchid}}","description":"[Profile Documentation](https://developer.cardconnect.com/cardconnect-api#profile)"},"response":[],"_postman_id":"ba40b771-2e6a-4dc6-9c77-a6a2180a356c"},{"name":"Profile (Delete)","id":"a736a15f-ff53-40b5-bbb1-64f84f495f7a","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[{"key":"Authorization","value":"Basic dGVzdGluZzp0ZXN0aW5nMTIz"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":""},"url":"{{url}}/profile/{{profileid}}/{{acctid}}/{{merchid}}","description":"[Profile Documentation](https://developer.cardconnect.com/cardconnect-api#profile)"},"response":[],"_postman_id":"a736a15f-ff53-40b5-bbb1-64f84f495f7a"},{"name":"Inquire (Retref)","id":"cfc390e7-842f-49f3-a46a-115f9e61a55f","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Authorization","value":"{{Authorization}}"},{"key":"Content-Type","value":"application/json"}],"url":"{{url}}/inquire/133467135261/{{merchid}}","description":"[Inquire Documentation](https://developer.cardconnect.com/cardconnect-api#inquire)"},"response":[],"_postman_id":"cfc390e7-842f-49f3-a46a-115f9e61a55f"},{"name":"Inquire by Order ID (Order ID)","id":"166ff143-1a99-4b63-9ba0-cad99ab60d6b","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Authorization","value":"Basic dGVzdGluZzp0ZXN0aW5nMTIz"},{"key":"Content-Type","value":"application/json"}],"url":"{{url}}/inquireByOrderid/{{orderid}}/{{merchid}}","description":"[Inquire By Order ID Documentation](https://developer.cardconnect.com/cardconnect-api#inquire-by-order-id)\n\n**Note:** Order ID should be unique and supplied by integrator/merchant."},"response":[],"_postman_id":"166ff143-1a99-4b63-9ba0-cad99ab60d6b"},{"name":"Settlement Status (Date=MMDD)","id":"84c54c11-b7af-45f4-9880-07b8d55bccbf","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Authorization","value":"Basic dGVzdGluZzp0ZXN0aW5nMTIz"},{"key":"Content-Type","value":"application/json"}],"url":{"raw":"{{url}}/settlestat?merchid={{merchid}}&date={{date}}","host":["{{url}}"],"path":["settlestat"],"query":[{"key":"merchid","value":"{{merchid}}"},{"key":"date","value":"{{date}}"}]},"description":"[Settlement Status Documentation](https://developer.cardconnect.com/cardconnect-api#settlement-status)"},"response":[],"_postman_id":"84c54c11-b7af-45f4-9880-07b8d55bccbf"},{"name":"Settlement Status (Batch ID)","id":"2e600dcd-07bd-4f63-b5aa-c8b4aaacb308","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Authorization","value":"Basic dGVzdGluZzp0ZXN0aW5nMTIz"},{"key":"Content-Type","value":"application/json"}],"url":{"raw":"{{url}}/settlestat?merchid={{merchid}}&batchid=1900940023","host":["{{url}}"],"path":["settlestat"],"query":[{"key":"merchid","value":"{{merchid}}"},{"key":"batchid","value":"1900940023"}]},"description":"[Settlement Status Documentation](https://developer.cardconnect.com/cardconnect-api#settlement-status)"},"response":[],"_postman_id":"2e600dcd-07bd-4f63-b5aa-c8b4aaacb308"},{"name":"Funding (Date=MMDD)","id":"0a2567c0-ee02-4afe-8d18-740e3edcc472","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Authorization","value":"Basic dGVzdGluZzp0ZXN0aW5nMTIz"},{"key":"Content-Type","value":"application/json"}],"url":{"raw":"{{url}}/funding?merchid={{merchid}}&date={{date}}","host":["{{url}}"],"path":["funding"],"query":[{"key":"merchid","value":"{{merchid}}"},{"key":"date","value":"{{date}}"}]}},"response":[],"_postman_id":"0a2567c0-ee02-4afe-8d18-740e3edcc472"},{"name":"Signature Capture (Retref + Signature)","id":"545d959d-cc31-41b2-8239-b8b46beb131b","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"Authorization","type":"text","value":"{{Authorization}}"},{"key":"Content-Type","name":"Content-Type","type":"text","value":"application/json"}],"body":{"mode":"raw","raw":"{\n\t\"merchid\": \"{{merchid}}\",\n\t\"retref\": \"{{retref}}\",\n\t\"signature\": \"{{signature}}\"\n}"},"url":"{{url}}/sigcap","description":"[Signature Capture Documentation](https://developer.cardconnect.com/cardconnect-api#signature-capture)"},"response":[{"id":"b48f326b-87ba-4e79-841c-d4cd92d70a2c","name":"Signature Capture Example","originalRequest":{"method":"PUT","header":[{"key":"Authorization","type":"text","value":"{{Authorization}}"},{"key":"Content-Type","name":"Content-Type","type":"text","value":"application/json"}],"body":{"mode":"raw","raw":"{\n\t\"merchid\": \"{{merchid}}\",\n\t\"retref\": \"{{retref}}\",\n\t\"signature\": \"{{signature}}\"\n}"},"url":"{{url}}/sigcap"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"X-FRAME-OPTIONS","value":"DENY"},{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"96"},{"key":"Date","value":"Thu, 10 Jan 2019 22:48:14 GMT"},{"key":"Server","value":"CardConnect"},{"key":"Set-Cookie","value":"BIGipServerphu-smb-vip_8080=!LjWLHiB9n9NWwsA7l1uxw4rK+VEmEdwIthKC4TazuLPJh6E1ejLYwbozqYcrk8OdOnAt3b319/yBPZ4=; path=/; Httponly; Secure"}],"cookie":[],"responseTime":null,"body":"{\n    \"resptext\": \"signature stored\",\n    \"retref\": \"010787260965\",\n    \"respcode\": \"02\",\n    \"merchid\": \"496082673999\"\n}"}],"_postman_id":"545d959d-cc31-41b2-8239-b8b46beb131b"},{"name":"Bin (Token)","id":"4d944917-6864-4aa7-aeb6-88ba5d9274d0","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Authorization","value":"Basic dGVzdGluZzp0ZXN0aW5nMTIz"},{"key":"Content-Type","value":"application/json"}],"url":"{{url}}/bin/{{merchid}}/{{token}}","description":"[Bin Documentation](https://developer.cardconnect.com/cardconnect-api#bin)"},"response":[],"_postman_id":"4d944917-6864-4aa7-aeb6-88ba5d9274d0"}],"event":[{"listen":"prerequest","script":{"id":"d2680069-8f84-4e84-8925-98d2e3fdf992","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"64d85e41-fd3a-4142-b826-769afde15f08","type":"text/javascript","exec":[""]}}]}