{"info":{"_postman_id":"0ff92092-3186-4797-b677-f9d6f8cf8e7a","name":"[Penny][Dedicated] Dedicated API","description":"<html><head></head><body><p>Third Party API for Large Customers access, this API is only accessible by developers who need to manage multiple businesses. </p>\n<p><strong>SANDBOX</strong>: <code>https://sandbox-oem.thepennyinc.com/v2/</code>.</p>\n<p><strong>PRODUCTION</strong>: Reach out to our support Team to get your Production and Development Keys, as well as the Production endpoint.</p>\n<p>If you only need to manage your own business, you caan use the Standard Developer API.</p>\n<p>In Order to get access to this API, please reach out to Penny Inc Support Team:</p>\n<p><strong>Contact Support:</strong>  <a href=\"mailto:support@thepennyinc.com\">support@thepennyinc.com</a></p>\n<h2 id=\"making-requests\">Making Requests</h2>\n<p>All APIs within the Penny inc platform follow the same pattern for requests and responses.</p>\n<p>APIs accept <code>JSON</code> objects in the request body, and return same response structure as follows:</p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code>   {\n        \"success\": \"false or true, indicates if an operation was successful or not.\",\n        \"result\":{\n            \"message\": \"Error message in case of success = false, or API message in case of success = true. \"\n            \"data\": \"this attributes may or may not exist, depending on the API you are calling, for example when calling `GET /cards`this attribute will be named `cards` and will have a list of returned cards\"\n        }\n        \n   }\n</code></pre></body></html>","schema":"https://schema.getpostman.com/json/collection/v2.0.0/collection.json","toc":[],"owner":"3428348","collectionId":"0ff92092-3186-4797-b677-f9d6f8cf8e7a","publishedId":"SWLb9V6b","public":true,"customColor":{"top-bar":"FFFFFF","right-sidebar":"303030","highlight":"FF9800"},"publishDate":"2020-01-12T19:14:54.000Z"},"item":[{"name":"Migration Guide - V1 to V2","item":[],"id":"413899c8-3a2a-4ab6-9548-1497f893e80b","description":"<h2 id=\"migration-guide---deliverlogic\">Migration Guide - DeliverLogic</h2>\n<p>V2 API version is more stable, and we highly recommend that you migrate your environment soon. </p>\n<p>Some APIs were removed or updated, and some were added, this guide should help you quickly spot the changes needed, if you need help please reach out to <a href=\"mailto:support@thepennyinc.com\">support@thepennyinc.com</a></p>\n<p>The major changes are on the business object creation and adding new bank account (removed).</p>\n<p>Other minor changes have been made to Transaction Types and Statuses.</p>\n<h3 id=\"creating-businesses\">Creating Businesses</h3>\n<p>To create a business, the API has changed and requires more data to make the Verification and Approval easier and quicker.</p>\n<p>Those changes are mainly there to increase the chances of an auto-approval for new business, therefore reducing the delay between the business creation and granting them access to the platform.</p>\n<ul>\n<li><code>admin</code> object is simplified, requires only the email, first and last names, password </li>\n<li><code>admin.address</code> has been moved to root object, this is now the business address</li>\n<li><code>business</code> field was removed and the fields inside it are moved to root object.</li>\n<li><code>legal_name</code> is just <code>name</code> now.</li>\n<li><code>company_state</code> is now a required field, refer to documentation for more details.</li>\n<li><code>funding_source</code> field was removed. No longer required.</li>\n<li><code>taxpayer_id</code> removed, only <code>registration_number</code> required.</li>\n<li>New field <code>has_principal</code> added, refer to documentation for more details.</li>\n<li><code>is_subsdiary</code> field added</li>\n<li><code>number_of_employees</code> field is now required.</li>\n<li><code>officer</code> object is now required, representing the controlling officer data.</li>\n<li><code>ownership</code> field is now required.</li>\n<li><code>parent_company_name</code> is added, can be an empty string.</li>\n<li><code>primary_business_nature</code> is now required, refer to <code>Business Primary Nature API</code> to retrieve valid values.</li>\n<li><code>principals</code> array is required now.</li>\n<li><code>time_in_business</code> is now required (date since the business started).</li>\n<li>Signature object is required.</li>\n</ul>\n<h3 id=\"bank-verification\">Bank Verification</h3>\n<p>The APIs to verify and get verifications deposits have been <code>REMVOED</code>. Penny Inc partnered with Plaid to offer instant verification for bank accounts. At the moment adding new bank account can only be done through the user interface. </p>\n<h3 id=\"business-approval\">Business Approval</h3>\n<p>Only Penny Inc staff can approve or reject a business, the API to do so has been <code>REMOVED</code> in V2.</p>\n<h3 id=\"business-funding-sources\">Business Funding Sources</h3>\n<p>New API to list current funding sources for a specific business have been added. Refer to the documentation for more details.</p>\n<h3 id=\"transaction-types\">Transaction Types</h3>\n<p>Transaction types were changed, please refer to <code>Transactions</code> APIs  for new types and statuses.</p>\n","event":[{"listen":"prerequest","script":{"id":"1fd4137a-245b-4eec-850c-c9e805be4df8","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"0ee838d9-9d8a-4d78-941b-7f051130bafa","type":"text/javascript","exec":[""]}}],"_postman_id":"413899c8-3a2a-4ab6-9548-1497f893e80b","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"X-PENNY-API-KEY"},{"key":"value","value":"{{API_KEY}}"}]},"isInherited":true,"source":{"_postman_id":"0ff92092-3186-4797-b677-f9d6f8cf8e7a","id":"0ff92092-3186-4797-b677-f9d6f8cf8e7a","name":"[Penny][Dedicated] Dedicated API","type":"collection"}}},{"name":"cards","item":[{"name":"Order Cards","id":"5a86653c-32e0-46c1-8e3d-ccf01130e2c2","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"X-PENNY-API-KEY","value":"","description":"<p>API Key </p>\n"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"company_id\": \"{{COMPANY_ID}}\",\n    \"method\": \"UPS_NEXT_DAY_AIR\",\n    \"quantity\": 30,\n    \"recipient_address\": {\n        \"city\": \"<string>\",\n        \"country\": \"<string>\",\n        \"first_name\": \"<string>\",\n        \"last_name\": \"<string>\",\n        \"line_1\": \"<string>\",\n        \"line_2\": \"<string>\",\n        \"state\": \"<string>\",\n        \"zip_code\": \"<string>\"\n    }\n}"},"url":"https://sandbox-oem.thepennyinc.com/v2/cards/order","description":"<p>Order new cards for a company.</p>\n<p><strong>Request Attributes</strong></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Attribute</th>\n<th>Type</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>company_id *</td>\n<td>String</td>\n<td>the company ID to order the cards for</td>\n</tr>\n<tr>\n<td>method *</td>\n<td>String</td>\n<td>The shipping method to be used for the new cards. Must be one of the following: <br />  <code>UPS_NEXT_DAY_AIR</code> <br /> <code>UPS_SECOND_DAY</code><br /> <code>FEDEX_PRIORITY</code><br /> <code>UPS_GROUND</code><br /> <code>FEDEX_2_DAYS</code><br /> <code>FEDEX_GROUND</code><br /> <code>USPS</code><br /> <code>FEDEX_INTERNATIONAL</code><br /> <code>UPS_WORLDWIDE_EXPIDETED</code></td>\n</tr>\n<tr>\n<td>quantity</td>\n<td>Integer</td>\n<td>Number of cards to be ordered.</td>\n</tr>\n<tr>\n<td>recipient_address</td>\n<td>Object</td>\n<td>The address to which the new cards should be delivered</td>\n</tr>\n</tbody>\n</table>\n</div><p><em><strong>The recipient_address Object</strong></em></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Attribute</th>\n<th>Type</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>first_name</td>\n<td>String</td>\n<td>The recipient first name.</td>\n</tr>\n<tr>\n<td>last_name</td>\n<td>String</td>\n<td>The recipient last name.</td>\n</tr>\n<tr>\n<td>line_1</td>\n<td>String</td>\n<td>The shipping address line 1.</td>\n</tr>\n<tr>\n<td>line_2</td>\n<td>String</td>\n<td>The shipping address line 2.</td>\n</tr>\n<tr>\n<td>state</td>\n<td>String</td>\n<td>The shipping address state, must be valid state in two letters (example: NY, CA..)</td>\n</tr>\n<tr>\n<td>city</td>\n<td>String</td>\n<td>The shipping address city.</td>\n</tr>\n<tr>\n<td>zip_code</td>\n<td>String</td>\n<td>Valid zip code.</td>\n</tr>\n</tbody>\n</table>\n</div>","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"X-PENNY-API-KEY"},{"key":"value","value":"{{API_KEY}}"}]},"isInherited":true,"source":{"_postman_id":"0ff92092-3186-4797-b677-f9d6f8cf8e7a","id":"0ff92092-3186-4797-b677-f9d6f8cf8e7a","name":"[Penny][Dedicated] Dedicated API","type":"collection"}},"urlObject":{"path":["cards","order"],"host":["https://sandbox-oem.thepennyinc.com/v2"],"query":[],"variable":[]}},"response":[{"id":"6e133a13-f62f-4ad2-9de8-f6ca00e550cf","name":"Order Created successfully, and cards will be shipped","originalRequest":{"method":"POST","header":[{"key":"X-PENNY-API-KEY","value":""},{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"company_id\": \"<string>\",\n    \"method\": \"<string>\",\n    \"quantity\": \"<integer>\",\n    \"recipient_address\": {\n        \"city\": \"<string>\",\n        \"country\": \"<string>\",\n        \"first_name\": \"<string>\",\n        \"last_name\": \"<string>\",\n        \"line_1\": \"<string>\",\n        \"line_2\": \"<string>\",\n        \"state\": \"<string>\",\n        \"zip_code\": \"<string>\"\n    }\n}","options":{"raw":{"language":"json"}}},"url":"https://2d3fkf1bfa.execute-api.us-east-1.amazonaws.com/{{basePath}}/cards/order"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n \"result\": {\n  \"message\": \"<string>\"\n },\n \"success\": \"<boolean>\"\n}"},{"id":"6eaa9f01-b2ef-4a61-b281-36e61e00606e","name":"Bad Request or Missing Fields","originalRequest":{"method":"POST","header":[{"key":"X-PENNY-API-KEY","value":""},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"company_id\": \"<string>\",\n    \"method\": \"<string>\",\n    \"quantity\": \"<integer>\",\n    \"recipient_address\": {\n        \"city\": \"<string>\",\n        \"country\": \"<string>\",\n        \"first_name\": \"<string>\",\n        \"last_name\": \"<string>\",\n        \"line_1\": \"<string>\",\n        \"line_2\": \"<string>\",\n        \"state\": \"<string>\",\n        \"zip_code\": \"<string>\"\n    }\n}"},"url":"https://2d3fkf1bfa.execute-api.us-east-1.amazonaws.com/{{basePath}}/cards/order"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n \"result\": {\n  \"message\": \"<string>\"\n },\n \"success\": \"<boolean>\"\n}"},{"id":"6eacf858-7775-47db-ae86-33779c64eff0","name":"Server Error","originalRequest":{"method":"POST","header":[{"key":"X-PENNY-API-KEY","value":""},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"company_id\": \"<string>\",\n    \"method\": \"<string>\",\n    \"quantity\": \"<integer>\",\n    \"recipient_address\": {\n        \"city\": \"<string>\",\n        \"country\": \"<string>\",\n        \"first_name\": \"<string>\",\n        \"last_name\": \"<string>\",\n        \"line_1\": \"<string>\",\n        \"line_2\": \"<string>\",\n        \"state\": \"<string>\",\n        \"zip_code\": \"<string>\"\n    }\n}"},"url":"https://2d3fkf1bfa.execute-api.us-east-1.amazonaws.com/{{basePath}}/cards/order"},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n \"result\": {\n  \"message\": \"<string>\"\n },\n \"success\": \"<boolean>\"\n}"}],"_postman_id":"5a86653c-32e0-46c1-8e3d-ccf01130e2c2"},{"name":"List All Cards","id":"d77669c1-b21a-45c1-aaf9-13898bfb46c4","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"X-PENNY-API-KEY","value":""}],"url":"https://sandbox-oem.thepennyinc.com/v2/cards?company_id={{COMPANY_ID}}","description":"<p>List all cards with ability to filter by different criterias. This endpoint supports Pagination.</p>\n","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"X-PENNY-API-KEY"},{"key":"value","value":"{{API_KEY}}"}]},"isInherited":true,"source":{"_postman_id":"0ff92092-3186-4797-b677-f9d6f8cf8e7a","id":"0ff92092-3186-4797-b677-f9d6f8cf8e7a","name":"[Penny][Dedicated] Dedicated API","type":"collection"}},"urlObject":{"path":["","cards"],"host":["https://sandbox-oem.thepennyinc.com/v2"],"query":[{"disabled":true,"description":{"content":"<p>Filter cards by status: <code>ACTIVE</code>, <code>SUSPENDED</code>,<code>TERMINATED</code>,<code>UNACTIVATED</code></p>\n","type":"text/plain"},"key":"state","value":"<string>"},{"disabled":true,"description":{"content":"<p>Page number to fetch, by default the API will return 30 elements on each page</p>\n","type":"text/plain"},"key":"page","value":"<string>"},{"disabled":true,"description":{"content":"<p>By default the page size is 30, but can be customized using pageSize parameter.</p>\n","type":"text/plain"},"key":"pageSize","value":"<string>"},{"disabled":true,"description":{"content":"<p>filter by card type: <code>VIRTUAL</code> or <code>PHYSICAL</code></p>\n","type":"text/plain"},"key":"type","value":"<string>"},{"disabled":true,"description":{"content":"<p>Search by keyword</p>\n","type":"text/plain"},"key":"q","value":"<string>"},{"key":"company_id","value":"{{COMPANY_ID}}"}],"variable":[]}},"response":[{"id":"17998ab1-384f-4030-8553-db8ec427a3ff","name":"Missing Parameters","originalRequest":{"method":"GET","header":[{"key":"X-PENNY-API-KEY","value":""}],"url":{"raw":"https://2d3fkf1bfa.execute-api.us-east-1.amazonaws.com/{{basePath}}/cards?company_id=<string>&state=<string>&page=<string>&pageSize=<string>&type=<string>&q=<string>","protocol":"https","host":["2d3fkf1bfa","execute-api","us-east-1","amazonaws","com"],"path":["{{basePath}}","cards"],"query":[{"key":"company_id","value":"<string>"},{"key":"state","value":"<string>"},{"key":"page","value":"<string>"},{"key":"pageSize","value":"<string>"},{"key":"type","value":"<string>"},{"key":"q","value":"<string>"}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n \"result\": {\n  \"message\": \"<string>\"\n },\n \"success\": \"<boolean>\"\n}"},{"id":"7edfcb5b-b21e-4bb3-b11a-fb837e2427fa","name":"List of cards by company ","originalRequest":{"method":"GET","header":[{"key":"X-PENNY-API-KEY","value":""}],"url":{"raw":"https://2d3fkf1bfa.execute-api.us-east-1.amazonaws.com/{{basePath}}/cards?company_id=<string>&state=<string>&page=<string>&pageSize=<string>&type=<string>&q=<string>","protocol":"https","host":["2d3fkf1bfa","execute-api","us-east-1","amazonaws","com"],"path":["{{basePath}}","cards"],"query":[{"key":"company_id","value":"<string>"},{"key":"state","value":"<string>"},{"key":"page","value":"<string>"},{"key":"pageSize","value":"<string>"},{"key":"type","value":"<string>"},{"key":"q","value":"<string>"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n \"result\": {\n  \"cards\": [\n   {\n    \"balance\": \"<string>\",\n    \"company\": {\n     \"approved\": \"<boolean>\",\n     \"bank_verified\": \"<boolean>\",\n     \"id\": \"<string>\",\n     \"name\": \"<string>\",\n     \"ready\": \"<boolean>\",\n     \"structure\": \"<string>\"\n    },\n    \"cvv\": \"<string>\",\n    \"description\": \"<string>\",\n    \"expiration\": \"<string>\",\n    \"expiration_time\": \"<string>\",\n    \"id\": \"<string>\",\n    \"pan\": \"<string>\",\n    \"state\": \"<string>\",\n    \"state_reason\": \"<string>\",\n    \"type\": \"<string>\",\n    \"cardholder\": {\n     \"balance\": \"<string>\",\n     \"company_id\": \"<string>\",\n     \"email\": \"<string>\",\n     \"first_name\": \"<string>\",\n     \"id\": \"<string>\",\n     \"last_name\": \"<string>\"\n    }\n   },\n   {\n    \"balance\": \"<string>\",\n    \"company\": {\n     \"approved\": \"<boolean>\",\n     \"bank_verified\": \"<boolean>\",\n     \"id\": \"<string>\",\n     \"name\": \"<string>\",\n     \"ready\": \"<boolean>\",\n     \"structure\": \"<string>\"\n    },\n    \"cvv\": \"<string>\",\n    \"description\": \"<string>\",\n    \"expiration\": \"<string>\",\n    \"expiration_time\": \"<string>\",\n    \"id\": \"<string>\",\n    \"pan\": \"<string>\",\n    \"state\": \"<string>\",\n    \"state_reason\": \"<string>\",\n    \"type\": \"<string>\",\n    \"cardholder\": {\n     \"balance\": \"<string>\",\n     \"company_id\": \"<string>\",\n     \"email\": \"<string>\",\n     \"first_name\": \"<string>\",\n     \"id\": \"<string>\",\n     \"last_name\": \"<string>\"\n    }\n   }\n  ],\n  \"count\": \"<integer>\",\n  \"end_index\": \"<integer>\",\n  \"is_more\": \"<boolean>\",\n  \"start_index\": \"<integer>\"\n },\n \"success\": \"<boolean>\"\n}"},{"id":"b7f41a50-b396-498e-a234-a2aefc0b5265","name":"Server Error","originalRequest":{"method":"GET","header":[{"key":"X-PENNY-API-KEY","value":""}],"url":{"raw":"https://2d3fkf1bfa.execute-api.us-east-1.amazonaws.com/{{basePath}}/cards?company_id=<string>&state=<string>&page=<string>&pageSize=<string>&type=<string>&q=<string>","protocol":"https","host":["2d3fkf1bfa","execute-api","us-east-1","amazonaws","com"],"path":["{{basePath}}","cards"],"query":[{"key":"company_id","value":"<string>"},{"key":"state","value":"<string>"},{"key":"page","value":"<string>"},{"key":"pageSize","value":"<string>"},{"key":"type","value":"<string>"},{"key":"q","value":"<string>"}]}},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n \"result\": {\n  \"message\": \"<string>\"\n },\n \"success\": \"<boolean>\"\n}"}],"_postman_id":"d77669c1-b21a-45c1-aaf9-13898bfb46c4"},{"name":"Assign a card","id":"018484df-2749-4736-a98f-7faa2f19cf35","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"X-PENNY-API-KEY","value":""},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"company_id\": \"{{COMPANY_ID}}\",\n    \"employee_id\": \"{{EMPLOYEE_ID}}\"\n}"},"url":"https://sandbox-oem.thepennyinc.com/v2/cards/{{CARD_ID}}/assign","description":"<p>By default, newly created cards aren't assigned to any cardholder, and they need to be assigned before being used.</p>\n<p>To do so, send a <code>PUT</code> request to <code>/cards/&lt;id&gt;/assign</code> and include both: <code>company_id</code> and <code>employee_id</code> in the body in JSON format.</p>\n<p><strong>Notes</strong> </p>\n<ul>\n<li>both objects - card and cardholder/employee - must be within the same company referenced by <code>company_id</code>.</li>\n<li>if a card is already assigned, the request will fail. Only unassigned cards can be assigned, you must call <code>unassign</code> API first in this case.</li>\n<li>Only one card per cardholder can be assigned.</li>\n</ul>\n<p><strong>Request Attributes</strong></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Attribute</th>\n<th>Type</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>company_id</td>\n<td>String</td>\n<td>The company_id that the cardholder and card belongs to.</td>\n</tr>\n<tr>\n<td>employee_id</td>\n<td>String</td>\n<td>The employee to be assigned the card.</td>\n</tr>\n</tbody>\n</table>\n</div>","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"X-PENNY-API-KEY"},{"key":"value","value":"{{API_KEY}}"}]},"isInherited":true,"source":{"_postman_id":"0ff92092-3186-4797-b677-f9d6f8cf8e7a","id":"0ff92092-3186-4797-b677-f9d6f8cf8e7a","name":"[Penny][Dedicated] Dedicated API","type":"collection"}},"urlObject":{"path":["cards","{{CARD_ID}}","assign"],"host":["https://sandbox-oem.thepennyinc.com/v2"],"query":[],"variable":[]}},"response":[{"id":"0e42ab1a-ac11-4d9f-8e00-1a0c179ba5e3","name":"Bad Request","originalRequest":{"method":"PUT","header":[{"key":"X-PENNY-API-KEY","value":""},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"company_id\": \"<string>\",\n    \"employee_id\": \"<string>\"\n}"},"url":"https://2d3fkf1bfa.execute-api.us-east-1.amazonaws.com/{{basePath}}/cards/<string>/assign"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n \"result\": {\n  \"message\": \"<string>\"\n },\n \"success\": \"<boolean>\"\n}"},{"id":"c345c9d1-b568-46f3-8cbf-f7e8b427b03e","name":"Server Error","originalRequest":{"method":"PUT","header":[{"key":"X-PENNY-API-KEY","value":""},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"company_id\": \"<string>\",\n    \"employee_id\": \"<string>\"\n}"},"url":"https://2d3fkf1bfa.execute-api.us-east-1.amazonaws.com/{{basePath}}/cards/<string>/assign"},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n \"result\": {\n  \"message\": \"<string>\"\n },\n \"success\": \"<boolean>\"\n}"},{"id":"dd8c9d8c-9b4c-4fa1-8c35-227344efc5e8","name":"Card Assigned Successfully.","originalRequest":{"method":"PUT","header":[{"key":"X-PENNY-API-KEY","value":""},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"company_id\": \"<string>\",\n    \"employee_id\": \"<string>\"\n}"},"url":"https://2d3fkf1bfa.execute-api.us-east-1.amazonaws.com/{{basePath}}/cards/<string>/assign"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n \"result\": {\n  \"message\": \"<string>\"\n },\n \"success\": \"<boolean>\"\n}"}],"_postman_id":"018484df-2749-4736-a98f-7faa2f19cf35"},{"name":"Unassign a card","id":"59f41684-50ee-4c6b-9f0c-fbaade6fab6e","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"X-PENNY-API-KEY","value":""},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"company_id\": \"{{COMPANY_ID}}\",\n    \"employee_id\": \"{{EMPLOYEE_ID}}\"\n}"},"url":"https://sandbox-oem.thepennyinc.com/v2/cards/{{CARD_ID}}/unassign","description":"<p>Penny Offers the possibility to reassign cards as needed, in case you need to unassign card issue a <code>PUT</code> request to <code>/cards/&lt;id&gt;/unassign</code> and include <code>company_id</code> in the body.</p>\n<p><strong>Notes</strong>:</p>\n<ul>\n<li>If the card has any balance, you must transfer it first to business main balance (GPA).</li>\n<li>Card state will not change (<code>ACTIVE</code>, <code>SUSPENDED</code> ...) after it is unassigned.</li>\n</ul>\n<p><strong>Request Attributes</strong></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Attribute</th>\n<th>Type</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>company_id</td>\n<td>String</td>\n<td>The company_id that the cardholder and card belongs to.</td>\n</tr>\n</tbody>\n</table>\n</div>","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"X-PENNY-API-KEY"},{"key":"value","value":"{{API_KEY}}"}]},"isInherited":true,"source":{"_postman_id":"0ff92092-3186-4797-b677-f9d6f8cf8e7a","id":"0ff92092-3186-4797-b677-f9d6f8cf8e7a","name":"[Penny][Dedicated] Dedicated API","type":"collection"}},"urlObject":{"path":["cards","{{CARD_ID}}","unassign"],"host":["https://sandbox-oem.thepennyinc.com/v2"],"query":[],"variable":[]}},"response":[{"id":"3a1bdfd4-c38b-468c-b87a-f2ceb13c6799","name":"500 response","originalRequest":{"method":"PUT","header":[{"key":"X-PENNY-API-KEY","value":""},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"company_id\": \"<string>\"\n}"},"url":"https://2d3fkf1bfa.execute-api.us-east-1.amazonaws.com/{{basePath}}/cards/<string>/unassign"},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n \"result\": {\n  \"message\": \"<string>\"\n },\n \"success\": \"<boolean>\"\n}"},{"id":"472a4cc6-53c8-4d6a-8495-3b650c19ca71","name":"200 response","originalRequest":{"method":"PUT","header":[{"key":"X-PENNY-API-KEY","value":""},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"company_id\": \"<string>\"\n}"},"url":"https://2d3fkf1bfa.execute-api.us-east-1.amazonaws.com/{{basePath}}/cards/<string>/unassign"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n \"result\": {\n  \"message\": \"<string>\"\n },\n \"success\": \"<boolean>\"\n}"},{"id":"e0ba3cca-4ead-44d6-bb47-84aef73fd54a","name":"400 response","originalRequest":{"method":"PUT","header":[{"key":"X-PENNY-API-KEY","value":""},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"company_id\": \"<string>\"\n}"},"url":"https://2d3fkf1bfa.execute-api.us-east-1.amazonaws.com/{{basePath}}/cards/<string>/unassign"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n \"result\": {\n  \"message\": \"<string>\"\n },\n \"success\": \"<boolean>\"\n}"}],"_postman_id":"59f41684-50ee-4c6b-9f0c-fbaade6fab6e"},{"name":"Enable a card","id":"5ddcccee-47c0-4056-8006-766e6b1ed769","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"X-PENNY-API-KEY","value":""},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"company_id\": \"{{COMPANY_ID}}\",\n    \"employee_id\": \"{{EMPLOYEE_ID}}\"\n}"},"url":"https://sandbox-oem.thepennyinc.com/v2/cards/{{CARD_ID}}/enable","description":"<p>By default, newly ordered cards are <strong>unactivated</strong>, in order to start using cards, they must be activated and assigned to a cardholder.</p>\n<p>To activate a card, issue a <code>PUT</code> request to <code>/cards/&lt;id&gt;/enable</code>, and include the <code>company_id</code> in the body of the request.</p>\n<p><strong>Request Attributes</strong></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Attribute</th>\n<th>Type</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>company_id</td>\n<td>String</td>\n<td>The company_id that the cardholder and card belongs to.</td>\n</tr>\n</tbody>\n</table>\n</div>","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"X-PENNY-API-KEY"},{"key":"value","value":"{{API_KEY}}"}]},"isInherited":true,"source":{"_postman_id":"0ff92092-3186-4797-b677-f9d6f8cf8e7a","id":"0ff92092-3186-4797-b677-f9d6f8cf8e7a","name":"[Penny][Dedicated] Dedicated API","type":"collection"}},"urlObject":{"path":["cards","{{CARD_ID}}","enable"],"host":["https://sandbox-oem.thepennyinc.com/v2"],"query":[],"variable":[]}},"response":[{"id":"0992d037-8521-40df-9767-7e38322dd738","name":"500 response","originalRequest":{"method":"PUT","header":[{"key":"X-PENNY-API-KEY","value":""},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"company_id\": \"<string>\"\n}"},"url":"https://2d3fkf1bfa.execute-api.us-east-1.amazonaws.com/{{basePath}}/cards/<string>/enable"},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n \"result\": {\n  \"message\": \"<string>\"\n },\n \"success\": \"<boolean>\"\n}"},{"id":"0cc612fd-e88e-489c-916d-27e93b8f9589","name":"200 response","originalRequest":{"method":"PUT","header":[{"key":"X-PENNY-API-KEY","value":""},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"company_id\": \"<string>\"\n}"},"url":"https://2d3fkf1bfa.execute-api.us-east-1.amazonaws.com/{{basePath}}/cards/<string>/enable"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n \"result\": {\n  \"message\": \"<string>\"\n },\n \"success\": \"<boolean>\"\n}"},{"id":"f772cdcf-ad63-41cb-b5f7-3b10102e5eea","name":"400 response","originalRequest":{"method":"PUT","header":[{"key":"X-PENNY-API-KEY","value":""},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"company_id\": \"<string>\"\n}"},"url":"https://2d3fkf1bfa.execute-api.us-east-1.amazonaws.com/{{basePath}}/cards/<string>/enable"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n \"result\": {\n  \"message\": \"<string>\"\n },\n \"success\": \"<boolean>\"\n}"}],"_postman_id":"5ddcccee-47c0-4056-8006-766e6b1ed769"},{"name":"Disable a card","id":"c65b0166-54ae-436e-ae48-e20cec12208c","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"X-PENNY-API-KEY","value":""},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"company_id\": \"{{COMPANY_ID}}\"\n}"},"url":"https://sandbox-oem.thepennyinc.com/v2//cards/{{CARD_ID}}/disable","description":"<p>In case you need to temporary suspend a card, issue a <code>PUT</code> request to <code>/cards/&lt;id&gt;/disable</code> and include the <code>company_id</code> in the body of the request. <br /></p>\n<p>This will temporarily disable the card, it is possible to re-enable it again as many time as needed. However, if you need to permanently Disable / Terminate the card, use the <code>DELETE card</code> API.<br /></p>\n<p><strong>Note</strong>: Disabling a card will make it unusable everywhere, and every attempt to use the card will be rejected, and all transactions will be declined. <br /></p>\n<p><strong>Request Attributes</strong>:</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Attribute</th>\n<th>Type</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>company_id</td>\n<td>String</td>\n<td>The company_id that the cardholder and card belongs to.</td>\n</tr>\n</tbody>\n</table>\n</div>","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"X-PENNY-API-KEY"},{"key":"value","value":"{{API_KEY}}"}]},"isInherited":true,"source":{"_postman_id":"0ff92092-3186-4797-b677-f9d6f8cf8e7a","id":"0ff92092-3186-4797-b677-f9d6f8cf8e7a","name":"[Penny][Dedicated] Dedicated API","type":"collection"}},"urlObject":{"path":["","cards","{{CARD_ID}}","disable"],"host":["https://sandbox-oem.thepennyinc.com/v2"],"query":[],"variable":[]}},"response":[{"id":"1f002dfb-f075-413f-8b83-575ee05934a5","name":"200 response","originalRequest":{"method":"PUT","header":[{"key":"X-PENNY-API-KEY","value":""},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"company_id\": \"<string>\"\n}"},"url":"https://2d3fkf1bfa.execute-api.us-east-1.amazonaws.com/{{basePath}}/cards/<string>/disable"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n \"result\": {\n  \"message\": \"<string>\"\n },\n \"success\": \"<boolean>\"\n}"},{"id":"7d3c5826-ee11-4a9f-bebb-43eda7bfe26d","name":"400 response","originalRequest":{"method":"PUT","header":[{"key":"X-PENNY-API-KEY","value":""},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"company_id\": \"<string>\"\n}"},"url":"https://2d3fkf1bfa.execute-api.us-east-1.amazonaws.com/{{basePath}}/cards/<string>/disable"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n \"result\": {\n  \"message\": \"<string>\"\n },\n \"success\": \"<boolean>\"\n}"},{"id":"b39b9669-879a-4013-a439-2cb49d4c9fc1","name":"500 response","originalRequest":{"method":"PUT","header":[{"key":"X-PENNY-API-KEY","value":""},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"company_id\": \"<string>\"\n}"},"url":"https://2d3fkf1bfa.execute-api.us-east-1.amazonaws.com/{{basePath}}/cards/<string>/disable"},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n \"result\": {\n  \"message\": \"<string>\"\n },\n \"success\": \"<boolean>\"\n}"}],"_postman_id":"c65b0166-54ae-436e-ae48-e20cec12208c"},{"name":"Retrieve a card","id":"04e62ccc-8449-438d-939b-2b441aaf482a","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"X-PENNY-API-KEY","value":""}],"url":"https://sandbox-oem.thepennyinc.com/v2/cards/{{CARD_ID}}","description":"<p>Retrieve a single card details</p>\n","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"X-PENNY-API-KEY"},{"key":"value","value":"{{API_KEY}}"}]},"isInherited":true,"source":{"_postman_id":"0ff92092-3186-4797-b677-f9d6f8cf8e7a","id":"0ff92092-3186-4797-b677-f9d6f8cf8e7a","name":"[Penny][Dedicated] Dedicated API","type":"collection"}},"urlObject":{"path":["cards","{{CARD_ID}}"],"host":["https://sandbox-oem.thepennyinc.com/v2"],"query":[],"variable":[]}},"response":[{"id":"0e4f309c-9e05-4751-a3c3-d5caf7c7d248","name":"Card Details","originalRequest":{"method":"GET","header":[{"key":"X-PENNY-API-KEY","value":""}],"url":"https://2d3fkf1bfa.execute-api.us-east-1.amazonaws.com/{{basePath}}/cards/<string>"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n \"result\": {\n  \"balance\": \"<string>\",\n  \"cardholder\": {\n   \"balance\": \"<string>\",\n   \"company_id\": \"<string>\",\n   \"email\": \"<string>\",\n   \"first_name\": \"<string>\",\n   \"id\": \"<string>\",\n   \"last_name\": \"<string>\"\n  },\n  \"company\": {\n   \"approved\": \"<boolean>\",\n   \"bank_verified\": \"<boolean>\",\n   \"id\": \"<string>\",\n   \"name\": \"<string>\",\n   \"ready\": \"<boolean>\",\n   \"structure\": \"<string>\"\n  },\n  \"cvv\": \"<string>\",\n  \"description\": \"<string>\",\n  \"expiration\": \"<string>\",\n  \"expiration_time\": \"<string>\",\n  \"id\": \"<string>\",\n  \"pan\": \"<string>\",\n  \"state\": \"<string>\",\n  \"state_reason\": \"<string>\",\n  \"type\": \"<string>\"\n },\n \"success\": \"<boolean>\"\n}"},{"id":"86f684ad-4678-4ff5-86df-2516dbf9bba0","name":"Server Error","originalRequest":{"method":"GET","header":[{"key":"X-PENNY-API-KEY","value":""}],"url":"https://2d3fkf1bfa.execute-api.us-east-1.amazonaws.com/{{basePath}}/cards/<string>"},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n \"result\": {\n  \"message\": \"<string>\"\n },\n \"success\": \"<boolean>\"\n}"},{"id":"b7fbe581-4589-444a-b56b-bbb4c89c00df","name":"Card not found","originalRequest":{"method":"GET","header":[{"key":"X-PENNY-API-KEY","value":""}],"url":"https://2d3fkf1bfa.execute-api.us-east-1.amazonaws.com/{{basePath}}/cards/<string>"},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n \"result\": {\n  \"message\": \"<string>\"\n },\n \"success\": \"<boolean>\"\n}"},{"id":"df7a8719-cd48-4824-be75-cbbb7fabf104","name":"Invalid Request","originalRequest":{"method":"GET","header":[{"key":"X-PENNY-API-KEY","value":""}],"url":"https://2d3fkf1bfa.execute-api.us-east-1.amazonaws.com/{{basePath}}/cards/<string>"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n \"result\": {\n  \"message\": \"<string>\"\n },\n \"success\": \"<boolean>\"\n}"}],"_postman_id":"04e62ccc-8449-438d-939b-2b441aaf482a"},{"name":"Delete a card","id":"9c52701a-a8ef-4086-820a-12724e8e8686","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"DELETE","header":[{"key":"X-PENNY-API-KEY","value":""}],"url":"https://sandbox-oem.thepennyinc.com/v2/cards/:id","description":"<p>If for some reason you want to delete a card, you can issue a <code>DELETE</code> request to <code>/cards/&lt;id&gt;</code> and include <code>company_id</code> in the body.</p>\n<p>Note that this will <strong>permanently</strong> delete the card from the system, and the card will be terminated and won't be able to use it anywhere.</p>\n<p><strong>Request Attributes</strong></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Attribute</th>\n<th>Type</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>company_id</td>\n<td>String</td>\n<td>The company_id that the cardholder and card belongs to.</td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"path":["cards",":id"],"host":["https://sandbox-oem.thepennyinc.com/v2"],"query":[],"variable":[{"id":"5cb6685b-0419-4fab-bd39-402c0fb38e85","description":{"content":"<p>The Card ID</p>\n","type":"text/plain"},"type":"string","value":"<string>","key":"id"}]}},"response":[{"id":"5e1dec63-04f0-4b5e-b727-ada225f45a32","name":"Card deleted successfully","originalRequest":{"method":"DELETE","header":[{"key":"X-PENNY-API-KEY","value":""}],"url":"https://2d3fkf1bfa.execute-api.us-east-1.amazonaws.com/{{basePath}}/cards/<string>"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n \"result\": {\n  \"message\": \"<string>\"\n },\n \"success\": \"<boolean>\"\n}"},{"id":"78435305-025b-4d22-a07f-da61331066eb","name":"Server Error","originalRequest":{"method":"DELETE","header":[{"key":"X-PENNY-API-KEY","value":""}],"url":"https://2d3fkf1bfa.execute-api.us-east-1.amazonaws.com/{{basePath}}/cards/<string>"},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n \"result\": {\n  \"message\": \"<string>\"\n },\n \"success\": \"<boolean>\"\n}"},{"id":"a87ddec2-e4aa-4e2f-95a7-f3aa148630b9","name":"Bad Request","originalRequest":{"method":"DELETE","header":[{"key":"X-PENNY-API-KEY","value":""}],"url":"https://2d3fkf1bfa.execute-api.us-east-1.amazonaws.com/{{basePath}}/cards/<string>"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n \"result\": {\n  \"message\": \"<string>\"\n },\n \"success\": \"<boolean>\"\n}"}],"_postman_id":"9c52701a-a8ef-4086-820a-12724e8e8686"}],"id":"5978135b-b47f-4829-99a2-95d261757bff","description":"<p><strong>Cards</strong> are one of the main object in <strong>Penny</strong> Platform. You can create and order cards, assign, enable, remove a card by calling Penny Rest API endpoints.</p>\n","event":[{"listen":"prerequest","script":{"id":"5438b189-9419-4c95-8825-f6ad601b679b","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"8bd67854-f7eb-4e2c-9fb6-50feff4eb9d5","type":"text/javascript","exec":[""]}}],"_postman_id":"5978135b-b47f-4829-99a2-95d261757bff","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"X-PENNY-API-KEY"},{"key":"value","value":"{{API_KEY}}"}]},"isInherited":true,"source":{"_postman_id":"0ff92092-3186-4797-b677-f9d6f8cf8e7a","id":"0ff92092-3186-4797-b677-f9d6f8cf8e7a","name":"[Penny][Dedicated] Dedicated API","type":"collection"}}},{"name":"companies","item":[{"name":"Create a new business","id":"cfee25da-3b67-44a6-a193-939069a3da0c","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"POST","header":[{"key":"X-PENNY-API-KEY","value":""},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"address\": {\n        \"city\": \"<string>\",\n        \"line_1\": \"<string>\",\n        \"state\": \"<string>\",\n        \"zip_code\": \"<string>\"\n    },\n    \"admin\": {\n        \"confirm_password\": \"<string>\",\n        \"email\": \"<string>\",\n        \"first_name\": \"<string>\",\n        \"last_name\": \"<string>\",\n        \"password\": \"<string>\"\n    },\n    \"company_state\": \"<string>\",\n    \"date_established\": \"<string>\",\n    \"dba_name\": \"<string>\",\n    \"has_principal\": \"<string>\",\n    \"incorporation\": {\n        \"state_of_incorporation\": \"<string>\"\n    },\n    \"is_subsdiary\": \"<string>\",\n    \"name\": \"<string>\",\n    \"number_of_employees\": \"<string>\",\n    \"officer\": {\n        \"dob\": \"<string>\",\n        \"first_name\": \"<string>\",\n        \"home\": {\n            \"cell\": \"<string>\",\n            \"city\": \"<string>\",\n            \"line_1\": \"<string>\",\n            \"phone\": \"<string>\",\n            \"since\": \"<string>\",\n            \"state\": \"<string>\",\n            \"zip_code\": \"<string>\"\n        },\n        \"is_shareholding\": \"<string>\",\n        \"last_name\": \"<string>\",\n        \"ssn\": \"<string>\",\n        \"title\": \"<string>\"\n    },\n    \"ownership\": \"<string>\",\n    \"parent_company_name\": \"<string>\",\n    \"phone\": \"<string>\",\n    \"primary_business_nature\": {\n        \"label\": \"<string>\",\n        \"value\": \"<string>\"\n    },\n    \"principals\": [\n        {\n            \"dob\": \"<string>\",\n            \"first_name\": \"<string>\",\n            \"home\": {\n                \"cell\": \"<string>\",\n                \"city\": \"<string>\",\n                \"line_1\": \"<string>\",\n                \"phone\": \"<string>\",\n                \"since\": \"<string>\",\n                \"state\": \"<string>\",\n                \"zip_code\": \"<string>\"\n            },\n            \"last_name\": \"<string>\",\n            \"ownership\": {\n                \"percentage\": \"<string>\",\n                \"since\": \"<string>\"\n            },\n            \"ssn\": \"<string>\",\n            \"title\": \"<string>\"\n        },\n        {\n            \"dob\": \"<string>\",\n            \"first_name\": \"<string>\",\n            \"home\": {\n                \"cell\": \"<string>\",\n                \"city\": \"<string>\",\n                \"line_1\": \"<string>\",\n                \"phone\": \"<string>\",\n                \"since\": \"<string>\",\n                \"state\": \"<string>\",\n                \"zip_code\": \"<string>\"\n            },\n            \"last_name\": \"<string>\",\n            \"ownership\": {\n                \"percentage\": \"<string>\",\n                \"since\": \"<string>\"\n            },\n            \"ssn\": \"<string>\",\n            \"title\": \"<string>\"\n        }\n    ],\n    \"registration_number\": \"<string>\",\n    \"signature\": {\n        \"email\": \"<string>\",\n        \"first_name\": \"<string>\",\n        \"image\": \"<string>\",\n        \"last_name\": \"<string>\",\n        \"phone\": \"<string>\",\n        \"title\": \"<string>\"\n    },\n    \"structure\": \"<string>\",\n    \"time_in_business\": \"<string>\",\n    \"trading_address\": {\n        \"city\": \"<string>\",\n        \"line_1\": \"<string>\",\n        \"state\": \"<string>\",\n        \"zip_code\": \"<string>\"\n    },\n    \"website\": \"<string>\"\n}"},"url":"https://sandbox-oem.thepennyinc.com/v2/companies/signup","description":"<h3 id=\"how-to-create-new-companies\">How to create new companies?</h3>\n<p><strong>Company</strong> is the main object and central resource on Penny API, every other resource (card, transaction, cardholder) is under a Company.</p>\n<p>To Create a company, four main steps must be taken:</p>\n<ol>\n<li>Collect the Company Details (Business, Owner details, Share holders etc).</li>\n<li>Validate the company identity (basically performing a <code>KYC</code> (Know Your Customer) request, to check the Customer identity).</li>\n<li>Approve The Company on Penny.</li>\n</ol>\n<hr />\n<h3 id=\"business-validation-kyc\"><strong>Business Validation (KYC).</strong></h3>\n<p>Each business created on the Penny API must be validated, to do so we performa <code>KYC</code> on the background whenever you submit a request to create a company via API.</p>\n<p>The result of create request, depends on the KYC output. Basically we have three cases:</p>\n<ul>\n<li><strong>Business Passed KYC</strong>: If the details provided are correct, KYC goes seamlessly, in this case the company is validated automatically on the creation.</li>\n<li>** KYC Soft Failure**: This is the case where KYC <em>not really fails</em> but we just need more information, in this case the API will give you back some questions, and the <strong>Business</strong> must submit answers, the answers are then compared to our records, if they are correct, the company is then automatically validated.</li>\n<li><strong>KYC Hard Failure</strong>: In the case our system is unable to check if the business details submitted are correct or not ( this could happen for multiple reasons ) we require that the Business uploads some docs, and we'll need to manually validate the business, in this case Penny Inc support will reach out to the business for more details.</li>\n</ul>\n<p><strong>Request Attributes</strong></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Attribute</th>\n<th>Required</th>\n<th>Type</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>name</td>\n<td>YES</td>\n<td>String</td>\n<td>The business name</td>\n</tr>\n<tr>\n<td>dba_name</td>\n<td>YES</td>\n<td>String</td>\n<td>known as `doing business as` name</td>\n</tr>\n<tr>\n<td>parent_company_name</td>\n<td>NO</td>\n<td>String</td>\n<td>parent company name, if applicable</td>\n</tr>\n<tr>\n<td>structure</td>\n<td>YES</td>\n<td>String</td>\n<td>Company legal structure. \"LLC\", \"CORPORATION\", \"SOLE_PROPRIETORSHIP\", \"PARTNERSHIP\", \"OTHER\"</td>\n</tr>\n<tr>\n<td>registration_number</td>\n<td>YES</td>\n<td>String</td>\n<td>Company Registration Number (EIN)</td>\n</tr>\n<tr>\n<td>is_subsdiary</td>\n<td>YES</td>\n<td>String, (\"true\" or \"false\")</td>\n<td>Indicates if the company is a subsdiary of another one.</td>\n</tr>\n<tr>\n<td>date_established</td>\n<td>YES</td>\n<td>Date, format 2015-01-12T00:00:00.000Z</td>\n<td>Date when the business was created</td>\n</tr>\n<tr>\n<td>time_in_business</td>\n<td>YES</td>\n<td>Date</td>\n<td>Date since the business started doing business</td>\n</tr>\n<tr>\n<td>has_principal</td>\n<td>YES</td>\n<td>String, (\"true\" or \"false\")</td>\n<td>Does the business have a principal owner</td>\n</tr>\n<tr>\n<td>company_state</td>\n<td>YES</td>\n<td>String, (\"N/A\",\"YES\",\"NO\")</td>\n<td>\"true\" when business is in good Standing with the Secretary of State? false otherwise.</td>\n</tr>\n<tr>\n<td>ownership</td>\n<td>YES</td>\n<td>String</td>\n<td>Ownership type: PRIVATE\", \"PUBLIC\", \"SUBSDIARY\", \"OTHER\"</td>\n</tr>\n<tr>\n<td>address</td>\n<td>YES</td>\n<td>Address Object</td>\n<td>The business current address</td>\n</tr>\n<tr>\n<td>phone</td>\n<td>NO</td>\n<td>String</td>\n<td>Current business phone number</td>\n</tr>\n<tr>\n<td>admin</td>\n<td>YES</td>\n<td>Admin Object</td>\n<td>The user creating the business, will be the account holder and administrator of the business penny account.</td>\n</tr>\n<tr>\n<td>incorporation</td>\n<td>YES</td>\n<td>Incorporation object</td>\n<td>The incorporation type</td>\n</tr>\n<tr>\n<td>number_of_employees</td>\n<td>YES</td>\n<td>Number</td>\n<td>current number of employees within the company</td>\n</tr>\n<tr>\n<td>officer</td>\n<td>YES</td>\n<td>officer Object</td>\n<td>The business controlling officer</td>\n</tr>\n<tr>\n<td>principals</td>\n<td>YES</td>\n<td>Array of Principal Object</td>\n<td>List of principals, add every principal with 25% shareholding or more.</td>\n</tr>\n<tr>\n<td>trading_address</td>\n<td>YES</td>\n<td>Address object</td>\n<td>business trading address</td>\n</tr>\n<tr>\n<td>primary_business_nature</td>\n<td>YES</td>\n<td>String</td>\n<td>Valid Business nature Description</td>\n</tr>\n<tr>\n<td>website</td>\n<td>NO</td>\n<td>String</td>\n<td>Business website, if any</td>\n</tr>\n</tbody>\n</table>\n</div><p><strong>Address Object</strong></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Attribute</th>\n<th>Type</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>line_1</td>\n<td>String</td>\n<td>Business address line 1</td>\n</tr>\n<tr>\n<td>line_2</td>\n<td>String</td>\n<td>Business address line 2</td>\n</tr>\n<tr>\n<td>state</td>\n<td>String</td>\n<td>Business address state</td>\n</tr>\n<tr>\n<td>city</td>\n<td>String</td>\n<td>business address city</td>\n</tr>\n<tr>\n<td>zip_code</td>\n<td>String</td>\n<td>valid zip code</td>\n</tr>\n</tbody>\n</table>\n</div><p><strong>Admin Object</strong></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Attribute</th>\n<th>Type</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>first_name</td>\n<td>String</td>\n<td>The user first name</td>\n</tr>\n<tr>\n<td>last_name</td>\n<td>String</td>\n<td>the user last name</td>\n</tr>\n<tr>\n<td>email</td>\n<td>String</td>\n<td>Valid email address, will be used as login</td>\n</tr>\n<tr>\n<td>password</td>\n<td>String</td>\n<td>Valid password (12 characters minimum, one capital letter at least and one special character).</td>\n</tr>\n<tr>\n<td>confirm_password</td>\n<td>String</td>\n<td>Must match `password` field.</td>\n</tr>\n</tbody>\n</table>\n</div><p><strong>Officer Object</strong></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Attribute</th>\n<th>Type</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>first_name</td>\n<td>String</td>\n<td>Officer first name</td>\n</tr>\n<tr>\n<td>last_name</td>\n<td>String</td>\n<td>Officer last name</td>\n</tr>\n<tr>\n<td>home</td>\n<td>Officier Address Object</td>\n<td>The officer address details.</td>\n</tr>\n<tr>\n<td>is_shareholding</td>\n<td>String</td>\n<td>(\"true\", \"false\"), indicates if the officer is a shareholder too.</td>\n</tr>\n<tr>\n<td>title</td>\n<td>String</td>\n<td>Job title of the controlling officer.</td>\n</tr>\n<tr>\n<td>ssn</td>\n<td>String</td>\n<td>Valid ssn number</td>\n</tr>\n<tr>\n<td>dob</td>\n<td>Date, format 1980-06-03T00:00:00.000Z</td>\n<td>Date of birth</td>\n</tr>\n</tbody>\n</table>\n</div><p><strong>Officer Address Object</strong></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Attribute</th>\n<th>Type</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>line_1</td>\n<td>String</td>\n<td>Business address line 1</td>\n</tr>\n<tr>\n<td>line_2</td>\n<td>String</td>\n<td>Business address line 2</td>\n</tr>\n<tr>\n<td>state</td>\n<td>String</td>\n<td>Business address state</td>\n</tr>\n<tr>\n<td>city</td>\n<td>String</td>\n<td>business address city</td>\n</tr>\n<tr>\n<td>zip_code</td>\n<td>String</td>\n<td>valid zip code</td>\n</tr>\n<tr>\n<td>cell</td>\n<td>String</td>\n<td>Officer cell number</td>\n</tr>\n<tr>\n<td>phone</td>\n<td>String</td>\n<td>Officer phone number</td>\n</tr>\n<tr>\n<td>since</td>\n<td>Date</td>\n<td>Date since the officer is based on the specified address.</td>\n</tr>\n</tbody>\n</table>\n</div><p><strong>Principal Object</strong></p>\n<p><code>principals</code> field is an array of the following object:</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Attribute</th>\n<th>Type</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>first_name</td>\n<td>String</td>\n<td>Principal first name</td>\n</tr>\n<tr>\n<td>last_name</td>\n<td>String</td>\n<td>Principal last name</td>\n</tr>\n<tr>\n<td>home</td>\n<td>Principal Address Object</td>\n<td>The Principal address details.</td>\n</tr>\n<tr>\n<td>title</td>\n<td>String</td>\n<td>Job title of the Principal .</td>\n</tr>\n<tr>\n<td>ssn</td>\n<td>String</td>\n<td>Valid ssn number</td>\n</tr>\n<tr>\n<td>dob</td>\n<td>Date, format 1980-06-03T00:00:00.000Z</td>\n<td>Date of birth</td>\n</tr>\n<tr>\n<td>ownership</td>\n<td>Ownership Object</td>\n<td>Principal Ownership</td>\n</tr>\n</tbody>\n</table>\n</div><p><strong>Principal Address Object</strong></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Attribute</th>\n<th>Type</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>line_1</td>\n<td>String</td>\n<td>Principal address line 1</td>\n</tr>\n<tr>\n<td>line_2</td>\n<td>String</td>\n<td>Principal address line 2</td>\n</tr>\n<tr>\n<td>state</td>\n<td>String</td>\n<td>Principal address state</td>\n</tr>\n<tr>\n<td>city</td>\n<td>String</td>\n<td>Principal address city</td>\n</tr>\n<tr>\n<td>zip_code</td>\n<td>String</td>\n<td>valid zip code</td>\n</tr>\n<tr>\n<td>cell</td>\n<td>String</td>\n<td>Principal cell number</td>\n</tr>\n<tr>\n<td>phone</td>\n<td>String</td>\n<td>Principal phone number</td>\n</tr>\n<tr>\n<td>since</td>\n<td>Date</td>\n<td>Date since the Principal is based on the specified address.</td>\n</tr>\n</tbody>\n</table>\n</div><p><strong>Principal Ownerhsip Object</strong></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Attribute</th>\n<th>Type</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>percentage</td>\n<td>String</td>\n<td>Principal percentage (must be between 25 and 100) (example 25)</td>\n</tr>\n<tr>\n<td>since</td>\n<td>Date</td>\n<td>Date since the principal owns the 25% or more.</td>\n</tr>\n</tbody>\n</table>\n</div><p><strong>Incorporation Object</strong></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Attribute</th>\n<th>Type</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>state_of_incorporation</td>\n<td>String</td>\n<td>Valid State (two letters)</td>\n</tr>\n</tbody>\n</table>\n</div><p><strong>Primary Business Nature object</strong></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Attribute</th>\n<th>Type</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>label</td>\n<td>String</td>\n<td>Business nature description</td>\n</tr>\n<tr>\n<td>value</td>\n<td>String</td>\n<td>the Identifier of the business nature.</td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"path":["companies","signup"],"host":["https://sandbox-oem.thepennyinc.com/v2"],"query":[],"variable":[]}},"response":[{"id":"96a84b1c-917c-469c-a3d0-3b5a932f06c4","name":"500 response","originalRequest":{"method":"POST","header":[{"key":"X-PENNY-API-KEY","value":""},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"address\": {\n        \"city\": \"<string>\",\n        \"line_1\": \"<string>\",\n        \"state\": \"<string>\",\n        \"zip_code\": \"<string>\"\n    },\n    \"admin\": {\n        \"confirm_password\": \"<string>\",\n        \"email\": \"<string>\",\n        \"first_name\": \"<string>\",\n        \"last_name\": \"<string>\",\n        \"password\": \"<string>\"\n    },\n    \"company_state\": \"<string>\",\n    \"date_established\": \"<string>\",\n    \"dba_name\": \"<string>\",\n    \"has_principal\": \"<string>\",\n    \"incorporation\": {\n        \"state_of_incorporation\": \"<string>\"\n    },\n    \"is_subsdiary\": \"<string>\",\n    \"name\": \"<string>\",\n    \"number_of_employees\": \"<string>\",\n    \"officer\": {\n        \"dob\": \"<string>\",\n        \"first_name\": \"<string>\",\n        \"home\": {\n            \"cell\": \"<string>\",\n            \"city\": \"<string>\",\n            \"line_1\": \"<string>\",\n            \"phone\": \"<string>\",\n            \"since\": \"<string>\",\n            \"state\": \"<string>\",\n            \"zip_code\": \"<string>\"\n        },\n        \"is_shareholding\": \"<string>\",\n        \"last_name\": \"<string>\",\n        \"ssn\": \"<string>\",\n        \"title\": \"<string>\"\n    },\n    \"ownership\": \"<string>\",\n    \"parent_company_name\": \"<string>\",\n    \"phone\": \"<string>\",\n    \"primary_business_nature\": {\n        \"label\": \"<string>\",\n        \"value\": \"<string>\"\n    },\n    \"principals\": [\n        {\n            \"dob\": \"<string>\",\n            \"first_name\": \"<string>\",\n            \"home\": {\n                \"cell\": \"<string>\",\n                \"city\": \"<string>\",\n                \"line_1\": \"<string>\",\n                \"phone\": \"<string>\",\n                \"since\": \"<string>\",\n                \"state\": \"<string>\",\n                \"zip_code\": \"<string>\"\n            },\n            \"last_name\": \"<string>\",\n            \"ownership\": {\n                \"percentage\": \"<string>\",\n                \"since\": \"<string>\"\n            },\n            \"ssn\": \"<string>\",\n            \"title\": \"<string>\"\n        },\n        {\n            \"dob\": \"<string>\",\n            \"first_name\": \"<string>\",\n            \"home\": {\n                \"cell\": \"<string>\",\n                \"city\": \"<string>\",\n                \"line_1\": \"<string>\",\n                \"phone\": \"<string>\",\n                \"since\": \"<string>\",\n                \"state\": \"<string>\",\n                \"zip_code\": \"<string>\"\n            },\n            \"last_name\": \"<string>\",\n            \"ownership\": {\n                \"percentage\": \"<string>\",\n                \"since\": \"<string>\"\n            },\n            \"ssn\": \"<string>\",\n            \"title\": \"<string>\"\n        }\n    ],\n    \"registration_number\": \"<string>\",\n    \"signature\": {\n        \"email\": \"<string>\",\n        \"first_name\": \"<string>\",\n        \"image\": \"<string>\",\n        \"last_name\": \"<string>\",\n        \"phone\": \"<string>\",\n        \"title\": \"<string>\"\n    },\n    \"structure\": \"<string>\",\n    \"time_in_business\": \"<string>\",\n    \"trading_address\": {\n        \"city\": \"<string>\",\n        \"line_1\": \"<string>\",\n        \"state\": \"<string>\",\n        \"zip_code\": \"<string>\"\n    },\n    \"website\": \"<string>\"\n}"},"url":"https://2d3fkf1bfa.execute-api.us-east-1.amazonaws.com/{{basePath}}/companies/signup"},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n \"result\": {\n  \"message\": \"<string>\"\n },\n \"success\": \"<boolean>\"\n}"},{"id":"b831eaa4-903f-4105-af70-ecc0cb9a19a7","name":"200 response","originalRequest":{"method":"POST","header":[{"key":"X-PENNY-API-KEY","value":""},{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"admin\": {\n        \"first_name\": \"Joe\",\n        \"last_name\": \"Doe\",\n        \"email\": \"piyece1632@jancloud.net\",\n        \"password\": \"a8ykt7O23#Ch\",\n        \"confirm_password\": \"a8ykt7O23#Ch\"\n    },\n    \"structure\": \"LLC\",\n    \"registration_number\": \"99-9999999\",\n    \"name\": \"Awesome Business\",\n    \"dba_name\": \"Awesome Business DBA\",\n    \"parent_company_name\": \"\",\n    \"incorporation\": {\n        \"state_of_incorporation\": \"SC\"\n    },\n    \"phone\": \"111-111-1111\",\n    \"date_established\": \"2018-05-16T00:00:00.000Z\",\n    \"website\": \"thebusiness.com\",\n    \"address\": {\n        \"line_1\": \"Business Main Street\",\n        \"line_2\": \"\",\n        \"zip_code\": \"29803\",\n        \"city\": \"Biden\",\n        \"state\": \"SC\"\n    },\n    \"trading_address\": {\n        \"line_1\": \"111 The Street\",\n        \"line_2\": \"\",\n        \"zip_code\": \"29803\",\n        \"city\": \"Biden\",\n        \"state\": \"SC\"\n    },\n    \"company_state\": \"N/A\",\n    \"number_of_employees\": \"1\",\n    \"time_in_business\": \"2018-05-16T00:00:00.000Z\",\n    \"primary_business_nature\": {\n        \"value\": \"9ed3f673-7d6f-11e3-adb1-5404a6144203\",\n        \"label\": \"Restaurant\"\n    },\n    \"ownership\": \"PRIVATE\",\n    \"has_principal\": \"true\",\n    \"is_subsdiary\": \"false\",\n    \"officer\": {\n        \"first_name\": \"Joe\",\n        \"last_name\": \"Doe\",\n        \"title\": \"Owner\",\n        \"ssn\": \"999-99-9999\",\n        \"dob\": \"1954-12-31T00:00:00.000Z\",\n        \"is_shareholding\": \"true\",\n        \"home\": {\n            \"line_1\": \"111 Business District\",\n            \"zip_code\": \"29803\",\n            \"city\": \"Biden\",\n            \"state\": \"SC\",\n            \"since\": \"2013-01-01T00:00:00.000Z\",\n            \"phone\": \"999-999-9999\",\n            \"cell\": \"999-999-9999\"\n        }\n    },\n    \"principals\": [\n        {\n            \"first_name\": \"Joe\",\n            \"last_name\": \"Doe\",\n            \"title\": \"Owner\",\n            \"ssn\": \"999-99-9999\",\n            \"dob\": \"1954-12-31T00:00:00.000Z\",\n            \"home\": {\n                \"line_1\": \"111 Business District\",\n                \"zip_code\": \"29803\",\n                \"city\": \"Biden\",\n                \"state\": \"SC\",\n                \"since\": \"2013-01-01T00:00:00.000Z\",\n                \"phone\": \"999-999-9999\",\n                \"cell\": \"999-999-9999\"\n            },\n            \"ownership\": {\n                \"percentage\": \"100\",\n                \"since\": \"2018-05-16T00:00:00.000Z\"\n            }\n        }\n    ],\n    \"signature\": {\n        \"date\": \"2018-08-19T20:10:19.889Z\",\n        \"image\": \"Signature Base 64 Image\",\n        \"first_name\": \"Joe\",\n        \"last_name\": \"Doe\",\n        \"title\": \"Ownere\",\n        \"email\": \"piyece1632@jancloud.net\",\n        \"phone\": \"999-999-9999\"\n    }\n}","options":{"raw":{"language":"json"}}},"url":"https://2d3fkf1bfa.execute-api.us-east-1.amazonaws.com/{{basePath}}/companies/signup"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"success\": true,\n  \"result\": {\n    \"company_id\": \"5e1b49c31cefeb001d9ca295\",\n    \"message\": \"BUSINESS_CREATED\"\n  }\n}"},{"id":"d7bfa543-0820-4061-91f0-f2ac6c407d7f","name":"400 response","originalRequest":{"method":"POST","header":[{"key":"X-PENNY-API-KEY","value":""},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"address\": {\n        \"city\": \"<string>\",\n        \"line_1\": \"<string>\",\n        \"state\": \"<string>\",\n        \"zip_code\": \"<string>\"\n    },\n    \"admin\": {\n        \"confirm_password\": \"<string>\",\n        \"email\": \"<string>\",\n        \"first_name\": \"<string>\",\n        \"last_name\": \"<string>\",\n        \"password\": \"<string>\"\n    },\n    \"company_state\": \"<string>\",\n    \"date_established\": \"<string>\",\n    \"dba_name\": \"<string>\",\n    \"has_principal\": \"<string>\",\n    \"incorporation\": {\n        \"state_of_incorporation\": \"<string>\"\n    },\n    \"is_subsdiary\": \"<string>\",\n    \"name\": \"<string>\",\n    \"number_of_employees\": \"<string>\",\n    \"officer\": {\n        \"dob\": \"<string>\",\n        \"first_name\": \"<string>\",\n        \"home\": {\n            \"cell\": \"<string>\",\n            \"city\": \"<string>\",\n            \"line_1\": \"<string>\",\n            \"phone\": \"<string>\",\n            \"since\": \"<string>\",\n            \"state\": \"<string>\",\n            \"zip_code\": \"<string>\"\n        },\n        \"is_shareholding\": \"<string>\",\n        \"last_name\": \"<string>\",\n        \"ssn\": \"<string>\",\n        \"title\": \"<string>\"\n    },\n    \"ownership\": \"<string>\",\n    \"parent_company_name\": \"<string>\",\n    \"phone\": \"<string>\",\n    \"primary_business_nature\": {\n        \"label\": \"<string>\",\n        \"value\": \"<string>\"\n    },\n    \"principals\": [\n        {\n            \"dob\": \"<string>\",\n            \"first_name\": \"<string>\",\n            \"home\": {\n                \"cell\": \"<string>\",\n                \"city\": \"<string>\",\n                \"line_1\": \"<string>\",\n                \"phone\": \"<string>\",\n                \"since\": \"<string>\",\n                \"state\": \"<string>\",\n                \"zip_code\": \"<string>\"\n            },\n            \"last_name\": \"<string>\",\n            \"ownership\": {\n                \"percentage\": \"<string>\",\n                \"since\": \"<string>\"\n            },\n            \"ssn\": \"<string>\",\n            \"title\": \"<string>\"\n        },\n        {\n            \"dob\": \"<string>\",\n            \"first_name\": \"<string>\",\n            \"home\": {\n                \"cell\": \"<string>\",\n                \"city\": \"<string>\",\n                \"line_1\": \"<string>\",\n                \"phone\": \"<string>\",\n                \"since\": \"<string>\",\n                \"state\": \"<string>\",\n                \"zip_code\": \"<string>\"\n            },\n            \"last_name\": \"<string>\",\n            \"ownership\": {\n                \"percentage\": \"<string>\",\n                \"since\": \"<string>\"\n            },\n            \"ssn\": \"<string>\",\n            \"title\": \"<string>\"\n        }\n    ],\n    \"registration_number\": \"<string>\",\n    \"signature\": {\n        \"email\": \"<string>\",\n        \"first_name\": \"<string>\",\n        \"image\": \"<string>\",\n        \"last_name\": \"<string>\",\n        \"phone\": \"<string>\",\n        \"title\": \"<string>\"\n    },\n    \"structure\": \"<string>\",\n    \"time_in_business\": \"<string>\",\n    \"trading_address\": {\n        \"city\": \"<string>\",\n        \"line_1\": \"<string>\",\n        \"state\": \"<string>\",\n        \"zip_code\": \"<string>\"\n    },\n    \"website\": \"<string>\"\n}"},"url":"https://2d3fkf1bfa.execute-api.us-east-1.amazonaws.com/{{basePath}}/companies/signup"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n \"result\": {\n  \"message\": \"<string>\"\n },\n \"success\": \"<boolean>\"\n}"}],"_postman_id":"cfee25da-3b67-44a6-a193-939069a3da0c"},{"name":"List business cardholders","id":"c369af53-bfbd-4b70-bec7-6c90d0c9e587","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"X-PENNY-API-KEY","value":""}],"url":"https://sandbox-oem.thepennyinc.com/v2/company/{{COMPANY_ID}}/cardholders","description":"<p>This endpoints allows you to list all cardholders linked to a specific business.</p>\n<p>This endpoint supports <strong>pagination</strong></p>\n","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"X-PENNY-API-KEY"},{"key":"value","value":"<value>"}]},"isInherited":true,"source":{"_postman_id":"5a364ac3-0783-492b-a66b-8a9b903588f8","id":"5a364ac3-0783-492b-a66b-8a9b903588f8","name":"companies","type":"folder"}},"urlObject":{"path":["company","{{COMPANY_ID}}","cardholders"],"host":["https://sandbox-oem.thepennyinc.com/v2"],"query":[{"disabled":true,"description":{"content":"<p>Page number to fetch, by default the API will return 30 elements on each page</p>\n","type":"text/plain"},"key":"page","value":"<string>"},{"disabled":true,"description":{"content":"<p>By default the page size is 30, but can be customized using pageSize parameter.</p>\n","type":"text/plain"},"key":"pageSize","value":"<string>"},{"disabled":true,"description":{"content":"<p>List only cardholders with the role admin.</p>\n","type":"text/plain"},"key":"is_admin","value":"<string>"},{"disabled":true,"description":{"content":"<p>Search cardholders by keyword (first and last name, address...)</p>\n","type":"text/plain"},"key":"q","value":"<string>"}],"variable":[]}},"response":[{"id":"32b5c9ca-6e8d-43d2-83f3-03452b159bbb","name":"200 response","originalRequest":{"method":"GET","header":[{"key":"X-PENNY-API-KEY","value":""}],"url":{"raw":"https://2d3fkf1bfa.execute-api.us-east-1.amazonaws.com/{{basePath}}/company/<string>/cardholders?page=<string>&pageSize=<string>&is_admin=<string>&q=<string>","protocol":"https","host":["2d3fkf1bfa","execute-api","us-east-1","amazonaws","com"],"path":["{{basePath}}","company","<string>","cardholders"],"query":[{"key":"page","value":"<string>"},{"key":"pageSize","value":"<string>"},{"key":"is_admin","value":"<string>"},{"key":"q","value":"<string>"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n \"result\": {\n  \"cardholders\": [\n   {\n    \"balance\": \"<string>\",\n    \"birth_date\": \"<string>\",\n    \"company_id\": \"<string>\",\n    \"email\": \"<string>\",\n    \"first_name\": \"<string>\",\n    \"id\": \"<string>\",\n    \"last_name\": \"<string>\"\n   },\n   {\n    \"balance\": \"<string>\",\n    \"birth_date\": \"<string>\",\n    \"company_id\": \"<string>\",\n    \"email\": \"<string>\",\n    \"first_name\": \"<string>\",\n    \"id\": \"<string>\",\n    \"last_name\": \"<string>\"\n   }\n  ],\n  \"count\": \"<integer>\",\n  \"end_index\": \"<integer>\",\n  \"is_more\": \"<boolean>\",\n  \"start_index\": \"<integer>\"\n },\n \"success\": \"<boolean>\"\n}"},{"id":"88c42bbf-db33-4ae9-9f28-2844fa31b8d6","name":"400 response","originalRequest":{"method":"GET","header":[{"key":"X-PENNY-API-KEY","value":""}],"url":{"raw":"https://2d3fkf1bfa.execute-api.us-east-1.amazonaws.com/{{basePath}}/company/<string>/cardholders?page=<string>&pageSize=<string>&is_admin=<string>&q=<string>","protocol":"https","host":["2d3fkf1bfa","execute-api","us-east-1","amazonaws","com"],"path":["{{basePath}}","company","<string>","cardholders"],"query":[{"key":"page","value":"<string>"},{"key":"pageSize","value":"<string>"},{"key":"is_admin","value":"<string>"},{"key":"q","value":"<string>"}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n \"result\": {\n  \"message\": \"<string>\"\n },\n \"success\": \"<boolean>\"\n}"}],"_postman_id":"c369af53-bfbd-4b70-bec7-6c90d0c9e587"},{"name":"List Business Transactions","id":"055b6d73-6db7-445a-8e0f-8f55711a8aa5","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"X-PENNY-API-KEY","value":""}],"url":"https://sandbox-oem.thepennyinc.com/v2/company/{{COMPANY_ID}}/transactions","description":"<p>To fetch a list of transactions made by specific business, you can issue a <code>GET</code> request to <code>/company/&lt;business_id&gt;/transactions</code>.</p>\n<p>This endpoint supports <em>pagination</em>.</p>\n","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"X-PENNY-API-KEY"},{"key":"value","value":"<value>"}]},"isInherited":true,"source":{"_postman_id":"5a364ac3-0783-492b-a66b-8a9b903588f8","id":"5a364ac3-0783-492b-a66b-8a9b903588f8","name":"companies","type":"folder"}},"urlObject":{"path":["company","{{COMPANY_ID}}","transactions"],"host":["https://sandbox-oem.thepennyinc.com/v2"],"query":[{"disabled":true,"description":{"content":"<p>Filter transactions by their status</p>\n","type":"text/plain"},"key":"state","value":"<string>"},{"disabled":true,"description":{"content":"<p>Provide a cardholder ID to filter transactions by cardholder</p>\n","type":"text/plain"},"key":"employee_id","value":"<string>"},{"disabled":true,"description":{"content":"<p>Pagination</p>\n","type":"text/plain"},"key":"pageSize","value":"<string>"},{"disabled":true,"description":{"content":"<p>Filter transactions by date range</p>\n","type":"text/plain"},"key":"to_date","value":"<string>"},{"disabled":true,"description":{"content":"<p>Pagination </p>\n","type":"text/plain"},"key":"page","value":"<string>"},{"disabled":true,"description":{"content":"<p>Filter transactions by date range</p>\n","type":"text/plain"},"key":"from_date","value":"<string>"},{"disabled":true,"description":{"content":"<p>Provide a card ID to filter transactions by card</p>\n","type":"text/plain"},"key":"card_id","value":"<string>"},{"disabled":true,"description":{"content":"<p>Search a transaction y keyword</p>\n","type":"text/plain"},"key":"q","value":"<string>"},{"disabled":true,"description":{"content":"<p>Allowed values (to send list of types, separate them by comma ','):  <code>authorization.pending</code>,<code>authorization.posted</code>, <code>authorization.declined</code>,<code>authorization.credit</code>,<code>gpa.ach.pending</code>,<code>gpa.ach.failed</code>,<code>gpa.ach.processed</code>,<code>gpa.ach.cancelled</code>,<code>gpa.credit.paymentcard</code>,<code>transfer.peer</code></p>\n","type":"text/plain"},"key":"type","value":"<string>"}],"variable":[]}},"response":[{"id":"83f4904d-619a-4878-9f4e-e0bc2ca1919a","name":"400 response","originalRequest":{"method":"GET","header":[{"key":"X-PENNY-API-KEY","value":""}],"url":{"raw":"https://2d3fkf1bfa.execute-api.us-east-1.amazonaws.com/{{basePath}}/company/<string>/transactions?state=<string>&employee_id=<string>&pageSize=<string>&to_date=<string>&page=<string>&from_date=<string>&card_id=<string>&q=<string>","protocol":"https","host":["2d3fkf1bfa","execute-api","us-east-1","amazonaws","com"],"path":["{{basePath}}","company","<string>","transactions"],"query":[{"key":"state","value":"<string>"},{"key":"employee_id","value":"<string>"},{"key":"pageSize","value":"<string>"},{"key":"to_date","value":"<string>"},{"key":"page","value":"<string>"},{"key":"from_date","value":"<string>"},{"key":"card_id","value":"<string>"},{"key":"q","value":"<string>"}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n \"result\": {\n  \"message\": \"<string>\"\n },\n \"success\": \"<boolean>\"\n}"},{"id":"ddabb8a6-3530-4ca2-9090-d4d84848efae","name":"200 response","originalRequest":{"method":"GET","header":[{"key":"X-PENNY-API-KEY","value":""}],"url":{"raw":"https://2d3fkf1bfa.execute-api.us-east-1.amazonaws.com/{{basePath}}/company/<string>/transactions?state=<string>&employee_id=<string>&pageSize=<string>&to_date=<string>&page=<string>&from_date=<string>&card_id=<string>&q=<string>","protocol":"https","host":["2d3fkf1bfa","execute-api","us-east-1","amazonaws","com"],"path":["{{basePath}}","company","<string>","transactions"],"query":[{"key":"state","value":"<string>"},{"key":"employee_id","value":"<string>"},{"key":"pageSize","value":"<string>"},{"key":"to_date","value":"<string>"},{"key":"page","value":"<string>"},{"key":"from_date","value":"<string>"},{"key":"card_id","value":"<string>"},{"key":"q","value":"<string>"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n \"result\": {\n  \"count\": \"<integer>\",\n  \"end_index\": \"<integer>\",\n  \"is_more\": \"<boolean>\",\n  \"start_index\": \"<integer>\",\n  \"transactions\": [\n   {\n    \"amount\": \"<number>\",\n    \"card\": {\n     \"balance\": \"<string>\",\n     \"company_id\": \"<string>\",\n     \"cvv\": \"<string>\",\n     \"description\": \"<string>\",\n     \"employee_id\": \"<string>\",\n     \"expiration\": \"<string>\",\n     \"expiration_time\": \"<string>\",\n     \"id\": \"<string>\",\n     \"pan\": \"<string>\",\n     \"state\": \"<string>\",\n     \"state_reason\": \"<string>\",\n     \"type\": \"<string>\"\n    },\n    \"card_acceptor\": {},\n    \"cardholder\": {\n     \"address\": {},\n     \"balance\": \"<string>\",\n     \"company_id\": \"<string>\",\n     \"email\": \"<string>\",\n     \"first_name\": \"<string>\",\n     \"id\": \"<string>\",\n     \"last_name\": \"<string>\"\n    },\n    \"company_id\": \"<string>\",\n    \"duration\": \"<string>\",\n    \"id\": \"<string>\",\n    \"is_debit\": \"<boolean>\",\n    \"mcc_name\": \"<string>\",\n    \"response\": {},\n    \"state\": \"<string>\",\n    \"type\": \"<string>\"\n   },\n   {\n    \"amount\": \"<number>\",\n    \"card\": {\n     \"balance\": \"<string>\",\n     \"company_id\": \"<string>\",\n     \"cvv\": \"<string>\",\n     \"description\": \"<string>\",\n     \"employee_id\": \"<string>\",\n     \"expiration\": \"<string>\",\n     \"expiration_time\": \"<string>\",\n     \"id\": \"<string>\",\n     \"pan\": \"<string>\",\n     \"state\": \"<string>\",\n     \"state_reason\": \"<string>\",\n     \"type\": \"<string>\"\n    },\n    \"card_acceptor\": {},\n    \"cardholder\": {\n     \"address\": {},\n     \"balance\": \"<string>\",\n     \"company_id\": \"<string>\",\n     \"email\": \"<string>\",\n     \"first_name\": \"<string>\",\n     \"id\": \"<string>\",\n     \"last_name\": \"<string>\"\n    },\n    \"company_id\": \"<string>\",\n    \"duration\": \"<string>\",\n    \"id\": \"<string>\",\n    \"is_debit\": \"<boolean>\",\n    \"mcc_name\": \"<string>\",\n    \"response\": {},\n    \"state\": \"<string>\",\n    \"type\": \"<string>\"\n   }\n  ]\n },\n \"success\": \"<boolean>\"\n}"}],"_postman_id":"055b6d73-6db7-445a-8e0f-8f55711a8aa5"},{"name":"Retrieve business details","id":"142eafc1-8856-4751-b0d0-e050820d4266","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"X-PENNY-API-KEY","value":""}],"url":"https://sandbox-oem.thepennyinc.com/v2/company/{{COMPANY_ID}}","description":"<p>To retrieve a specific business, issue a <code>GET</code> request to the <code>/company/{business_id}</code> endpoint. This will give back the details for the business referenced by the <code>business_id</code>.</p>\n","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"X-PENNY-API-KEY"},{"key":"value","value":"<value>"}]},"isInherited":true,"source":{"_postman_id":"5a364ac3-0783-492b-a66b-8a9b903588f8","id":"5a364ac3-0783-492b-a66b-8a9b903588f8","name":"companies","type":"folder"}},"urlObject":{"path":["company","{{COMPANY_ID}}"],"host":["https://sandbox-oem.thepennyinc.com/v2"],"query":[],"variable":[]}},"response":[{"id":"4e9e2623-f2e4-4700-b8d2-16bacad73052","name":"500 response","originalRequest":{"method":"GET","header":[{"key":"X-PENNY-API-KEY","value":""}],"url":"https://2d3fkf1bfa.execute-api.us-east-1.amazonaws.com/{{basePath}}/company/<string>"},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n \"result\": {\n  \"message\": \"<string>\"\n },\n \"success\": \"<boolean>\"\n}"},{"id":"a0c70433-0604-44f4-a6a7-48731aa2c2d3","name":"200 response","originalRequest":{"method":"GET","header":[{"key":"X-PENNY-API-KEY","value":""}],"url":"https://2d3fkf1bfa.execute-api.us-east-1.amazonaws.com/{{basePath}}/company/<string>"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n \"result\": {\n  \"active\": \"<boolean>\",\n  \"address\": {\n   \"city\": \"<string>\",\n   \"country\": \"<string>\",\n   \"line_1\": \"<string>\",\n   \"line_2\": \"<string>\",\n   \"state\": \"<string>\",\n   \"zip_code\": \"<string>\"\n  },\n  \"approved\": \"<boolean>\",\n  \"balance\": \"<string>\",\n  \"bank_verified\": \"<boolean>\",\n  \"created_date\": \"<string>\",\n  \"date_established\": \"<string>\",\n  \"dba_name\": \"<string>\",\n  \"email\": \"<string>\",\n  \"funding_source\": {\n   \"account_number\": \"<string>\",\n   \"account_type\": \"<string>\",\n   \"name_on_account\": \"<string>\",\n   \"routing_number\": \"<string>\"\n  },\n  \"gpa\": {\n   \"available_balance\": \"<string>\",\n   \"credit_balance\": \"<string>\",\n   \"currency_code\": \"<string>\",\n   \"ledger_balance\": \"<string>\",\n   \"pending_credits\": \"<string>\"\n  },\n  \"id\": \"<string>\",\n  \"name\": \"<string>\",\n  \"phone\": \"<string>\",\n  \"ready\": \"<boolean>\",\n  \"registration_number\": \"<string>\",\n  \"structure\": \"<string>\",\n  \"taxpayer_id\": \"<string>\",\n  \"verified\": \"<boolean>\",\n  \"website\": \"<string>\"\n },\n \"success\": \"<boolean>\"\n}"},{"id":"ab3bba10-0d38-48f0-8219-36e2facb89ff","name":"400 response","originalRequest":{"method":"GET","header":[{"key":"X-PENNY-API-KEY","value":""}],"url":"https://2d3fkf1bfa.execute-api.us-east-1.amazonaws.com/{{basePath}}/company/<string>"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n \"result\": {\n  \"message\": \"<string>\"\n },\n \"success\": \"<boolean>\"\n}"}],"_postman_id":"142eafc1-8856-4751-b0d0-e050820d4266"},{"name":"List Funding sources for a business","id":"5b893c3e-52e2-4169-803f-73e2449b0ac4","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"GET","header":[],"url":"https://sandbox-oem.thepennyinc.com/v2/company/{{COMPANY_ID}}/fundingsources","description":"<p>List Funding Sources for a business</p>\n","urlObject":{"path":["company","{{COMPANY_ID}}","fundingsources"],"host":["https://sandbox-oem.thepennyinc.com/v2"],"query":[],"variable":[]}},"response":[{"id":"41cac7e6-fd43-4309-aac9-49b040c845cb","name":"400 response","originalRequest":{"method":"GET","header":[],"url":"https://2d3fkf1bfa.execute-api.us-east-1.amazonaws.com/{{basePath}}/company/<string>/fundingsources"},"status":"Bad Request","code":400,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""},{"id":"9ac86ebd-a965-4dbf-8345-1fcc646e43c3","name":"200 response","originalRequest":{"method":"GET","header":[],"url":"https://2d3fkf1bfa.execute-api.us-east-1.amazonaws.com/{{basePath}}/company/<string>/fundingsources"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"\"<object>\""},{"id":"c5fdd379-4dab-42c6-b1cb-1bee9cbdbfc7","name":"500 response","originalRequest":{"method":"GET","header":[],"url":"https://2d3fkf1bfa.execute-api.us-east-1.amazonaws.com/{{basePath}}/company/<string>/fundingsources"},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"5b893c3e-52e2-4169-803f-73e2449b0ac4"},{"name":"Add Funds to business balance","id":"09cad03c-dde7-4325-878d-f49dee26d798","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"X-PENNY-API-KEY","value":""},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"amount\": \"50\",\n    \"funding_source\": \"5dda7f582917b53befedc04f\"\n}"},"url":"https://sandbox-oem.thepennyinc.com/v2/company/{{COMPANY_ID}}/fund","description":"<p>Add funds to a business main balance from a specified funding source.</p>\n","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"X-PENNY-API-KEY"},{"key":"value","value":"<value>"}]},"isInherited":true,"source":{"_postman_id":"5a364ac3-0783-492b-a66b-8a9b903588f8","id":"5a364ac3-0783-492b-a66b-8a9b903588f8","name":"companies","type":"folder"}},"urlObject":{"path":["company","{{COMPANY_ID}}","fund"],"host":["https://sandbox-oem.thepennyinc.com/v2"],"query":[],"variable":[]}},"response":[{"id":"72cb9ac2-58f0-4c72-84aa-cdbd800ba367","name":"200 response","originalRequest":{"method":"POST","header":[{"key":"X-PENNY-API-KEY","value":""},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"amount\": \"<string>\",\n    \"funding_source\": \"<string>\"\n}"},"url":"https://2d3fkf1bfa.execute-api.us-east-1.amazonaws.com/{{basePath}}/company/<string>/fund"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n \"result\": {\n  \"message\": \"<string>\"\n },\n \"success\": \"<boolean>\"\n}"},{"id":"992dd602-254a-4411-b970-bce75121332d","name":"400 response","originalRequest":{"method":"POST","header":[{"key":"X-PENNY-API-KEY","value":""},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"amount\": \"<string>\",\n    \"funding_source\": \"<string>\"\n}"},"url":"https://2d3fkf1bfa.execute-api.us-east-1.amazonaws.com/{{basePath}}/company/<string>/fund"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n \"result\": {\n  \"message\": \"<string>\"\n },\n \"success\": \"<boolean>\"\n}"}],"_postman_id":"09cad03c-dde7-4325-878d-f49dee26d798"},{"name":"Delete a business","id":"9b403689-c022-4de3-b3f5-9419b887d454","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"DELETE","header":[{"key":"X-PENNY-API-KEY","value":""}],"url":"https://sandbox-oem.thepennyinc.com/v2/company/:id","description":"<p>In Order to delete a company, please reach out to Penny In Support. </p>\n<p>It is not possible to delete businesses using API calls, please send an email to <a href=\"mailto:support@thepennyinc.com\">support@thepennyinc.com</a></p>\n","urlObject":{"path":["company",":id"],"host":["https://sandbox-oem.thepennyinc.com/v2"],"query":[],"variable":[{"id":"f7c44698-ed67-4c20-a53a-f656d2288d08","description":{"content":"<p>The business ID</p>\n","type":"text/plain"},"type":"string","value":"<string>","key":"id"}]}},"response":[{"id":"8932679a-d92c-488c-b51b-34e3ec626f26","name":"400 response","originalRequest":{"method":"DELETE","header":[{"key":"X-PENNY-API-KEY","value":""}],"url":"https://2d3fkf1bfa.execute-api.us-east-1.amazonaws.com/{{basePath}}/company/<string>"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n \"result\": {\n  \"message\": \"<string>\"\n },\n \"success\": \"<boolean>\"\n}"},{"id":"a426ea6c-0ef4-48ec-9922-914156b2a176","name":"200 response","originalRequest":{"method":"DELETE","header":[{"key":"X-PENNY-API-KEY","value":""}],"url":"https://2d3fkf1bfa.execute-api.us-east-1.amazonaws.com/{{basePath}}/company/<string>"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n \"result\": {\n  \"message\": \"<string>\"\n },\n \"success\": \"<boolean>\"\n}"},{"id":"fad59c89-3772-43a3-a964-4c69d15034f1","name":"500 response","originalRequest":{"method":"DELETE","header":[{"key":"X-PENNY-API-KEY","value":""}],"url":"https://2d3fkf1bfa.execute-api.us-east-1.amazonaws.com/{{basePath}}/company/<string>"},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n \"result\": {\n  \"message\": \"<string>\"\n },\n \"success\": \"<boolean>\"\n}"}],"_postman_id":"9b403689-c022-4de3-b3f5-9419b887d454"},{"name":"List All Businesses","id":"a5185655-9e9d-4382-8a73-055adbe512a2","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"X-PENNY-API-KEY","value":""}],"url":"https://sandbox-oem.thepennyinc.com/v2/companies","description":"<p>List all businesses within the API Key account.</p>\n<p>This endpoint supports <strong>pagination</strong>.</p>\n","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"X-PENNY-API-KEY"},{"key":"value","value":"<value>"}]},"isInherited":true,"source":{"_postman_id":"5a364ac3-0783-492b-a66b-8a9b903588f8","id":"5a364ac3-0783-492b-a66b-8a9b903588f8","name":"companies","type":"folder"}},"urlObject":{"path":["companies"],"host":["https://sandbox-oem.thepennyinc.com/v2"],"query":[{"disabled":true,"description":{"content":"<p>By default each page will 30 elemnts, to customize it, use the pageSize parameter.</p>\n","type":"text/plain"},"key":"pageSize","value":"<string>"},{"disabled":true,"description":{"content":"<p>Page number to fetch</p>\n","type":"text/plain"},"key":"page","value":"<string>"}],"variable":[]}},"response":[{"id":"afdf133a-038a-4cae-bd9e-b32b51df11b0","name":"200 response","originalRequest":{"method":"GET","header":[{"key":"X-PENNY-API-KEY","value":""}],"url":{"raw":"https://2d3fkf1bfa.execute-api.us-east-1.amazonaws.com/{{basePath}}/companies?pageSize=<string>&page=<string>","protocol":"https","host":["2d3fkf1bfa","execute-api","us-east-1","amazonaws","com"],"path":["{{basePath}}","companies"],"query":[{"key":"pageSize","value":"<string>"},{"key":"page","value":"<string>"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n \"result\": {\n  \"companies\": [\n   {\n    \"active\": \"<boolean>\",\n    \"address\": {\n     \"city\": \"<string>\",\n     \"country\": \"<string>\",\n     \"line_1\": \"<string>\",\n     \"line_2\": \"<string>\",\n     \"state\": \"<string>\",\n     \"zip_code\": \"<string>\"\n    },\n    \"approved\": \"<boolean>\",\n    \"balance\": \"<string>\",\n    \"bank_verified\": \"<boolean>\",\n    \"created_date\": \"<string>\",\n    \"date_established\": \"<string>\",\n    \"dba_name\": \"<string>\",\n    \"email\": \"<string>\",\n    \"funding_source\": {\n     \"account_number\": \"<string>\",\n     \"account_type\": \"<string>\",\n     \"name_on_account\": \"<string>\",\n     \"routing_number\": \"<string>\"\n    },\n    \"gpa\": {\n     \"available_balance\": \"<string>\",\n     \"credit_balance\": \"<string>\",\n     \"currency_code\": \"<string>\",\n     \"ledger_balance\": \"<string>\",\n     \"pending_credits\": \"<string>\"\n    },\n    \"id\": \"<string>\",\n    \"name\": \"<string>\",\n    \"phone\": \"<string>\",\n    \"ready\": \"<boolean>\",\n    \"registration_number\": \"<string>\",\n    \"structure\": \"<string>\",\n    \"taxpayer_id\": \"<string>\",\n    \"verified\": \"<boolean>\",\n    \"website\": \"<string>\"\n   },\n   {\n    \"active\": \"<boolean>\",\n    \"address\": {\n     \"city\": \"<string>\",\n     \"country\": \"<string>\",\n     \"line_1\": \"<string>\",\n     \"line_2\": \"<string>\",\n     \"state\": \"<string>\",\n     \"zip_code\": \"<string>\"\n    },\n    \"approved\": \"<boolean>\",\n    \"balance\": \"<string>\",\n    \"bank_verified\": \"<boolean>\",\n    \"created_date\": \"<string>\",\n    \"date_established\": \"<string>\",\n    \"dba_name\": \"<string>\",\n    \"email\": \"<string>\",\n    \"funding_source\": {\n     \"account_number\": \"<string>\",\n     \"account_type\": \"<string>\",\n     \"name_on_account\": \"<string>\",\n     \"routing_number\": \"<string>\"\n    },\n    \"gpa\": {\n     \"available_balance\": \"<string>\",\n     \"credit_balance\": \"<string>\",\n     \"currency_code\": \"<string>\",\n     \"ledger_balance\": \"<string>\",\n     \"pending_credits\": \"<string>\"\n    },\n    \"id\": \"<string>\",\n    \"name\": \"<string>\",\n    \"phone\": \"<string>\",\n    \"ready\": \"<boolean>\",\n    \"registration_number\": \"<string>\",\n    \"structure\": \"<string>\",\n    \"taxpayer_id\": \"<string>\",\n    \"verified\": \"<boolean>\",\n    \"website\": \"<string>\"\n   }\n  ],\n  \"count\": \"<integer>\",\n  \"end_index\": \"<integer>\",\n  \"is_more\": \"<boolean>\",\n  \"start_index\": \"<integer>\"\n },\n \"success\": \"<boolean>\"\n}"},{"id":"b20cecb2-5ba0-4859-9b19-4339cceac9a3","name":"400 response","originalRequest":{"method":"GET","header":[{"key":"X-PENNY-API-KEY","value":""}],"url":{"raw":"https://2d3fkf1bfa.execute-api.us-east-1.amazonaws.com/{{basePath}}/companies?pageSize=<string>&page=<string>","protocol":"https","host":["2d3fkf1bfa","execute-api","us-east-1","amazonaws","com"],"path":["{{basePath}}","companies"],"query":[{"key":"pageSize","value":"<string>"},{"key":"page","value":"<string>"}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n \"result\": {\n  \"message\": \"<string>\"\n },\n \"success\": \"<boolean>\"\n}"},{"id":"e97cfc5a-03a4-4c9f-8a5e-3698aca5a7f9","name":"500 response","originalRequest":{"method":"GET","header":[{"key":"X-PENNY-API-KEY","value":""}],"url":{"raw":"https://2d3fkf1bfa.execute-api.us-east-1.amazonaws.com/{{basePath}}/companies?pageSize=<string>&page=<string>","protocol":"https","host":["2d3fkf1bfa","execute-api","us-east-1","amazonaws","com"],"path":["{{basePath}}","companies"],"query":[{"key":"pageSize","value":"<string>"},{"key":"page","value":"<string>"}]}},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n \"result\": {\n  \"message\": \"<string>\"\n },\n \"success\": \"<boolean>\"\n}"}],"_postman_id":"a5185655-9e9d-4382-8a73-055adbe512a2"},{"name":"Retrieve Business Primary Nature IDs","id":"a837962f-b8f8-4fd3-a193-029bdf311238","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"X-PENNY-API-KEY"},{"key":"value","value":"<value>"}]},"isInherited":false},"method":"GET","header":[{"key":"X-PENNY-API-KEY","value":"{{API_KEY}}","type":"text"}],"url":"https://sandbox-oem.thepennyinc.com/v2/companies/classifications","description":"<p>Use this API to get a list of all available business primary nature values.  </p>\n","urlObject":{"path":["companies","classifications"],"host":["https://sandbox-oem.thepennyinc.com/v2"],"query":[],"variable":[]}},"response":[{"id":"c7370a79-c05c-4080-a4dd-2da45d63d280","name":"Retrieve Business Primary Nature IDs","originalRequest":{"method":"GET","header":[{"key":"X-PENNY-API-KEY","value":"{{API_KEY}}","type":"text"}],"url":"https://sandbox-oem.thepennyinc.com/v2/companies/classifications"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"2272"},{"key":"Connection","value":"keep-alive"},{"key":"Date","value":"Mon, 13 Jan 2020 21:11:08 GMT"},{"key":"x-amzn-RequestId","value":"7e99e257-531e-4229-b7e1-e8ed095f638f"},{"key":"x-amz-apigw-id","value":"GQd00FkFIAMFxoQ="},{"key":"X-Amzn-Trace-Id","value":"Root=1-5e1cdceb-0dd2dac085eb73f164f65913;Sampled=0"},{"key":"X-Cache","value":"Miss from cloudfront"},{"key":"Via","value":"1.1 02fcbf68a81897cc093ee1510fb7e93e.cloudfront.net (CloudFront)"},{"key":"X-Amz-Cf-Pop","value":"MAD50-C1"},{"key":"X-Amz-Cf-Id","value":"8iqhSDWWqP-5Yi8Y4vuf9W2P3q_sTekqqzXvNeNyRRPOJE8oIt5drg=="}],"cookie":[],"responseTime":null,"body":"{\n    \"success\": true,\n    \"result\": {\n        \"classifications\": [\n            {\n                \"value\": \"9ed3f669-7d6f-11e3-b545-5404a6144203\",\n                \"label\": \"Food retail and service\"\n            },\n            {\n                \"value\": \"9ed41d89-7d6f-11e3-beff-5404a6144203\",\n                \"label\": \"Manufacturing\"\n            },\n            {\n                \"value\": \"9ed35a3b-7d6f-11e3-83c8-5404a6144203\",\n                \"label\": \"Business to business\"\n            },\n            {\n                \"value\": \"9ed4449e-7d6f-11e3-a32d-5404a6144203\",\n                \"label\": \"Services - other\"\n            },\n            {\n                \"value\": \"9ed3a866-7d6f-11e3-a0ce-5404a6144203\",\n                \"label\": \"Entertainment and media\"\n            },\n            {\n                \"value\": \"9ed41d75-7d6f-11e3-b151-5404a6144203\",\n                \"label\": \"Home and garden\"\n            },\n            {\n                \"value\": \"9ed35a29-7d6f-11e3-930b-5404a6144203\",\n                \"label\": \"Baby\"\n            },\n            {\n                \"value\": \"9ed492c6-7d6f-11e3-80f4-5404a6144203\",\n                \"label\": \"Travel\"\n            },\n            {\n                \"value\": \"9ed38152-7d6f-11e3-9042-5404a6144203\",\n                \"label\": \"Clothing, accessories, and shoes\"\n            },\n            {\n                \"value\": \"9ed3f686-7d6f-11e3-af6e-5404a6144203\",\n                \"label\": \"Health and personal care\"\n            },\n            {\n                \"value\": \"9ed35a2e-7d6f-11e3-a5cf-5404a6144203\",\n                \"label\": \"Beauty and fragrances\"\n            },\n            {\n                \"value\": \"9ed3a846-7d6f-11e3-8a79-5404a6144203\",\n                \"label\": \"Computers, accessories, and services\"\n            },\n            {\n                \"value\": \"9ed44496-7d6f-11e3-865d-5404a6144203\",\n                \"label\": \"Retail\"\n            },\n            {\n                \"value\": \"9ed492bc-7d6f-11e3-9a1b-5404a6144203\",\n                \"label\": \"Toys and hobbies\"\n            },\n            {\n                \"value\": \"9ed4448d-7d6f-11e3-aab2-5404a6144203\",\n                \"label\": \"Pets and animals\"\n            },\n            {\n                \"value\": \"9ed3a854-7d6f-11e3-a193-5404a6144203\",\n                \"label\": \"Education\"\n            },\n            {\n                \"value\": \"9ed248ae-7d6f-11e3-ba6e-5404a6144203\",\n                \"label\": \"Arts, crafts, and collectibles\"\n            },\n            {\n                \"value\": \"9ed3cf5f-7d6f-11e3-8af8-5404a6144203\",\n                \"label\": \"Financial services and products\"\n            },\n            {\n                \"value\": \"9ed3f67d-7d6f-11e3-bf40-5404a6144203\",\n                \"label\": \"Government\"\n            },\n            {\n                \"value\": \"9ed4b9bc-7d6f-11e3-9133-5404a6144203\",\n                \"label\": \"Vehicle sales\"\n            },\n            {\n                \"value\": \"9ed44486-7d6f-11e3-89f8-5404a6144203\",\n                \"label\": \"Nonprofit\"\n            },\n            {\n                \"value\": \"9ed4b9c6-7d6f-11e3-a156-5404a6144203\",\n                \"label\": \"Vehicle service and accessories\"\n            },\n            {\n                \"value\": \"9ed3a85b-7d6f-11e3-8995-5404a6144203\",\n                \"label\": \"Electronics and telecom\"\n            },\n            {\n                \"value\": \"9ed35a32-7d6f-11e3-9830-5404a6144203\",\n                \"label\": \"Books and magazines\"\n            },\n            {\n                \"value\": \"9ed44492-7d6f-11e3-98d1-5404a6144203\",\n                \"label\": \"Religion and spirituality (for profit)\"\n            },\n            {\n                \"value\": \"9ed492ac-7d6f-11e3-a2d2-5404a6144203\",\n                \"label\": \"Sports and outdoors\"\n            },\n            {\n                \"value\": \"9ed3f677-7d6f-11e3-96a2-5404a6144203\",\n                \"label\": \"Gifts and flowers\"\n            },\n            {\n                \"label\": \"VALID TEST CLASSIFICATION\",\n                \"value\": \"9ed3f670-7d6f-11e3-b1ce-5404a6144203\"\n            }\n        ]\n    }\n}"}],"_postman_id":"a837962f-b8f8-4fd3-a193-029bdf311238"}],"id":"5a364ac3-0783-492b-a66b-8a9b903588f8","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"X-PENNY-API-KEY"},{"key":"value","value":"<value>"}]},"isInherited":false},"event":[{"listen":"prerequest","script":{"id":"86482359-7956-4a79-9e98-203d1211c618","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"57714b28-dbcb-4776-ae24-3e99eb2c75e3","type":"text/javascript","exec":[""]}}],"_postman_id":"5a364ac3-0783-492b-a66b-8a9b903588f8","description":""},{"name":"transfers","item":[{"name":"/transfers","id":"d933e60e-c915-46af-9045-500489900059","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"X-PENNY-API-KEY","value":""},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"amount\": 50,\n    \"receiver_is_company\": false,\n    \"sender_is_company\": true,\n    \"receiver\": \"{{EMPLOYEE_ID}}\",\n    \"company_id\": \"{{COMPANY_ID}}\"\n}"},"url":"https://sandbox-oem.thepennyinc.com/v2/transfers","description":"<p>Penny API allows you to move funds between accounts using REST API calls (Transfers API), a transfer is the action of moving funds between an account holder to another account holder.</p>\n<p>Penny have two types of transfers:</p>\n<ol>\n<li><strong>Business - Cardholder</strong>: This moves funds from (or to) business Penny Account to (or from) Cardholder Penny Account. Example (send USD500 from Business account to User X, or send back USD100 from User X to the Business Penny Account).</li>\n<li><strong>Cardholder - Cardholder</strong>: This allows you to move funds from Cardholder X to Cardholder Y assuming they are within same business.</li>\n</ol>\n<p>To Transfer funds between accounts, issue a <code>POST</code> request to <code>/transfers</code> endpoint and include the body in JSON format.</p>\n<p>The parameters to sent are:</p>\n<ul>\n<li><strong>sender</strong>: The ID of the cardholder to be used as origin of fund transfer. in case you are sending funds from Business Account, don't send this parameters in the JSON.</li>\n<li><strong>receiver</strong>: The ID of the cardholder to receive the funds, in the case you want to send funds to business account, remove this from JSON.</li>\n<li><strong>sender_is_company</strong>: set to <code>true</code> if you are sending funds from Business to Cardholder. (<code>sender</code> attribute must be removed from the JSON in this case). </li>\n<li><strong>receiver_is_company</strong>: set to <code>true</code> if you are sending funds to Business from Cardholder. (<code>receiver</code> attribute must be removed from the JSON in this case). </li>\n<li><strong>amount</strong>: The amount to be sent.</li>\n</ul>\n","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"X-PENNY-API-KEY"},{"key":"value","value":"{{API_KEY}}"}]},"isInherited":true,"source":{"_postman_id":"0ff92092-3186-4797-b677-f9d6f8cf8e7a","id":"0ff92092-3186-4797-b677-f9d6f8cf8e7a","name":"[Penny][Dedicated] Dedicated API","type":"collection"}},"urlObject":{"path":["transfers"],"host":["https://sandbox-oem.thepennyinc.com/v2"],"query":[],"variable":[]}},"response":[{"id":"2801f86c-4bdb-4990-ad53-65a23309c02f","name":"200 response","originalRequest":{"method":"POST","header":[{"key":"X-PENNY-API-KEY","value":""},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"amount\": \"<number>\",\n    \"receiver_is_company\": \"<boolean>\",\n    \"sender_is_company\": \"<boolean>\",\n    \"receiver\": \"<string>\",\n    \"sender\": \"<string>\"\n}"},"url":"https://2d3fkf1bfa.execute-api.us-east-1.amazonaws.com/{{basePath}}/transfers"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n \"result\": {\n  \"message\": \"<string>\"\n },\n \"success\": \"<boolean>\"\n}"},{"id":"7d0e7be3-7dd0-471f-a7af-8eecad6e32ff","name":"400 response","originalRequest":{"method":"POST","header":[{"key":"X-PENNY-API-KEY","value":""},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"amount\": \"<number>\",\n    \"receiver_is_company\": \"<boolean>\",\n    \"sender_is_company\": \"<boolean>\",\n    \"receiver\": \"<string>\",\n    \"sender\": \"<string>\"\n}"},"url":"https://2d3fkf1bfa.execute-api.us-east-1.amazonaws.com/{{basePath}}/transfers"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n \"result\": {\n  \"message\": \"<string>\"\n },\n \"success\": \"<boolean>\"\n}"}],"_postman_id":"d933e60e-c915-46af-9045-500489900059"}],"id":"ad5d6587-068b-4982-a5a9-edf5f6fedf2f","_postman_id":"ad5d6587-068b-4982-a5a9-edf5f6fedf2f","description":"","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"X-PENNY-API-KEY"},{"key":"value","value":"{{API_KEY}}"}]},"isInherited":true,"source":{"_postman_id":"0ff92092-3186-4797-b677-f9d6f8cf8e7a","id":"0ff92092-3186-4797-b677-f9d6f8cf8e7a","name":"[Penny][Dedicated] Dedicated API","type":"collection"}}},{"name":"transactions","item":[{"name":"/transactions","id":"8b0913c0-bca4-49e0-bafa-56a89599f58b","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"GET","header":[{"key":"X-PENNY-API-KEY","value":""}],"url":"https://sandbox-oem.thepennyinc.com/v2/transactions?company_id=<string>&state=<string>&page=<string>&pageSize=<string>&card_id=<string>&q=<string>&to_date=<date>&from_date=<date>&type =<string>","description":"<p>To list all transactions, issue a <code>GET</code> request to <code>/transactions</code>, this will return all transactions but you can filter them by <code>card_id</code>, <code>company_id</code> or just by keyword using the URL query string param <code>q</code>.</p>\n<p>The response will include all relevant transactions in an array attribute <code>transactions</code>.</p>\n<p>Transactions are complicated objects, if you need help understanding any property of the those objects, don't hesitate to contact us.</p>\n<p><strong>Note</strong>: This endpoint supports pagination.</p>\n","urlObject":{"path":["transactions"],"host":["https://sandbox-oem.thepennyinc.com/v2"],"query":[{"key":"company_id","value":"<string>"},{"key":"state","value":"<string>"},{"key":"page","value":"<string>"},{"key":"pageSize","value":"<string>"},{"key":"card_id","value":"<string>"},{"key":"q","value":"<string>"},{"description":{"content":"<p>Filter transactions by date range</p>\n","type":"text/plain"},"key":"to_date","value":"<date>"},{"description":{"content":"<p>Filter transactions by date range</p>\n","type":"text/plain"},"key":"from_date","value":"<date>"},{"description":{"content":"<p>Allowed values (to send list of types, separate them by comma ','):  <code>authorization.pending</code>,<code>authorization.posted</code>, <code>authorization.declined</code>,<code>authorization.credit</code>,<code>gpa.ach.pending</code>,<code>gpa.ach.failed</code>,<code>gpa.ach.processed</code>,<code>gpa.ach.cancelled</code>,<code>gpa.credit.paymentcard</code>,<code>transfer.peer</code></p>\n","type":"text/plain"},"key":"type ","value":"<string>"}],"variable":[]}},"response":[{"id":"2d44b5fa-75b2-4bba-9554-53e970aa9c66","name":"200 response","originalRequest":{"method":"GET","header":[{"key":"X-PENNY-API-KEY","value":""}],"url":{"raw":"https://2d3fkf1bfa.execute-api.us-east-1.amazonaws.com/{{basePath}}/transactions?company_id=<string>&state=<string>&page=<string>&pageSize=<string>&card_id=<string>&q=<string>","protocol":"https","host":["2d3fkf1bfa","execute-api","us-east-1","amazonaws","com"],"path":["{{basePath}}","transactions"],"query":[{"key":"company_id","value":"<string>"},{"key":"state","value":"<string>"},{"key":"page","value":"<string>"},{"key":"pageSize","value":"<string>"},{"key":"card_id","value":"<string>"},{"key":"q","value":"<string>"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n \"result\": {\n  \"count\": \"<integer>\",\n  \"end_index\": \"<integer>\",\n  \"is_more\": \"<boolean>\",\n  \"start_index\": \"<integer>\",\n  \"transactions\": [\n   {\n    \"amount\": \"<number>\",\n    \"card\": {\n     \"balance\": \"<string>\",\n     \"company_id\": \"<string>\",\n     \"cvv\": \"<string>\",\n     \"description\": \"<string>\",\n     \"employee_id\": \"<string>\",\n     \"expiration\": \"<string>\",\n     \"expiration_time\": \"<string>\",\n     \"id\": \"<string>\",\n     \"pan\": \"<string>\",\n     \"state\": \"<string>\",\n     \"state_reason\": \"<string>\",\n     \"type\": \"<string>\"\n    },\n    \"card_acceptor\": {},\n    \"cardholder\": {\n     \"address\": {},\n     \"balance\": \"<string>\",\n     \"company_id\": \"<string>\",\n     \"email\": \"<string>\",\n     \"first_name\": \"<string>\",\n     \"id\": \"<string>\",\n     \"last_name\": \"<string>\"\n    },\n    \"company\": {\n     \"approved\": \"<boolean>\",\n     \"bank_verified\": \"<boolean>\",\n     \"id\": \"<string>\",\n     \"name\": \"<string>\",\n     \"ready\": \"<boolean>\",\n     \"structure\": \"<string>\"\n    },\n    \"duration\": \"<string>\",\n    \"id\": \"<string>\",\n    \"is_debit\": \"<boolean>\",\n    \"mcc_name\": \"<string>\",\n    \"response\": {},\n    \"state\": \"<string>\",\n    \"type\": \"<string>\"\n   },\n   {\n    \"amount\": \"<number>\",\n    \"card\": {\n     \"balance\": \"<string>\",\n     \"company_id\": \"<string>\",\n     \"cvv\": \"<string>\",\n     \"description\": \"<string>\",\n     \"employee_id\": \"<string>\",\n     \"expiration\": \"<string>\",\n     \"expiration_time\": \"<string>\",\n     \"id\": \"<string>\",\n     \"pan\": \"<string>\",\n     \"state\": \"<string>\",\n     \"state_reason\": \"<string>\",\n     \"type\": \"<string>\"\n    },\n    \"card_acceptor\": {},\n    \"cardholder\": {\n     \"address\": {},\n     \"balance\": \"<string>\",\n     \"company_id\": \"<string>\",\n     \"email\": \"<string>\",\n     \"first_name\": \"<string>\",\n     \"id\": \"<string>\",\n     \"last_name\": \"<string>\"\n    },\n    \"company\": {\n     \"approved\": \"<boolean>\",\n     \"bank_verified\": \"<boolean>\",\n     \"id\": \"<string>\",\n     \"name\": \"<string>\",\n     \"ready\": \"<boolean>\",\n     \"structure\": \"<string>\"\n    },\n    \"duration\": \"<string>\",\n    \"id\": \"<string>\",\n    \"is_debit\": \"<boolean>\",\n    \"mcc_name\": \"<string>\",\n    \"response\": {},\n    \"state\": \"<string>\",\n    \"type\": \"<string>\"\n   }\n  ]\n },\n \"success\": \"<boolean>\"\n}"},{"id":"c2c515ac-f9c6-45b4-9b94-29a15b6e577f","name":"400 response","originalRequest":{"method":"GET","header":[{"key":"X-PENNY-API-KEY","value":""}],"url":{"raw":"https://2d3fkf1bfa.execute-api.us-east-1.amazonaws.com/{{basePath}}/transactions?company_id=<string>&state=<string>&page=<string>&pageSize=<string>&card_id=<string>&q=<string>","protocol":"https","host":["2d3fkf1bfa","execute-api","us-east-1","amazonaws","com"],"path":["{{basePath}}","transactions"],"query":[{"key":"company_id","value":"<string>"},{"key":"state","value":"<string>"},{"key":"page","value":"<string>"},{"key":"pageSize","value":"<string>"},{"key":"card_id","value":"<string>"},{"key":"q","value":"<string>"}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n \"result\": {\n  \"message\": \"<string>\"\n },\n \"success\": \"<boolean>\"\n}"}],"_postman_id":"8b0913c0-bca4-49e0-bafa-56a89599f58b"}],"id":"d335de31-845f-4a4d-b5d4-e10b22edf827","description":"<h2 id=\"transactions-types\">Transactions Types</h2>\n<p>Below is a list of transaction types and their description. each transaction returned from the API will have of the following types:</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Transaction Type</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>authorization.pending</td>\n<td>Purchase Authorized, But still Pending</td>\n</tr>\n<tr>\n<td>authorization.posted</td>\n<td>Purchase Transioned to Cleared state</td>\n</tr>\n<tr>\n<td>authorization.declined</td>\n<td>Declined Authorization</td>\n</tr>\n<tr>\n<td>authorization.credit</td>\n<td>Refund / Reversed / Cancelled Authorization</td>\n</tr>\n<tr>\n<td>gpa.ach.pending</td>\n<td>An ach load created but pending</td>\n</tr>\n<tr>\n<td>gpa.ach.failed</td>\n<td>ACH Failed for some reason</td>\n</tr>\n<tr>\n<td>gpa.ach.processed</td>\n<td>ACH Successfully Processed, Funds reached Destination</td>\n</tr>\n<tr>\n<td>gpa.ach.cancelled</td>\n<td>ACH was cancelled</td>\n</tr>\n<tr>\n<td>gpa.credit.paymentcard</td>\n<td>Fund Load via Credit/Debit Card</td>\n</tr>\n<tr>\n<td>transfer.peer</td>\n<td>Transfer Initiated (Card/Card or Business/Card)</td>\n</tr>\n</tbody>\n</table>\n</div><h2 id=\"transaction-statuses\">Transaction Statuses</h2>\n<p>Along with transaction type, the status field indicate the current transaction status, the table below lists the different state of a transaction:</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Status</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>PENDING</td>\n<td>Transaction is initiated, but didn't reacha  final state yet.</td>\n</tr>\n<tr>\n<td>CLEARED</td>\n<td>Transaction completed with success.</td>\n</tr>\n<tr>\n<td>DECLINED</td>\n<td>Transaction rejected</td>\n</tr>\n<tr>\n<td>REVERSED</td>\n<td>Represent a credit, could be refund or a cancelled ACH</td>\n</tr>\n</tbody>\n</table>\n</div>","event":[{"listen":"prerequest","script":{"id":"2aa83ca6-720c-40f5-a47c-2f427574157e","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"cc92bd23-be35-4613-9f38-d3e73222bc34","type":"text/javascript","exec":[""]}}],"_postman_id":"d335de31-845f-4a4d-b5d4-e10b22edf827","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"X-PENNY-API-KEY"},{"key":"value","value":"{{API_KEY}}"}]},"isInherited":true,"source":{"_postman_id":"0ff92092-3186-4797-b677-f9d6f8cf8e7a","id":"0ff92092-3186-4797-b677-f9d6f8cf8e7a","name":"[Penny][Dedicated] Dedicated API","type":"collection"}}},{"name":"cardholders","item":[{"name":"Create new cardholder","id":"b66e16b9-60ea-4328-ad52-6e26494722a2","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"X-PENNY-API-KEY","value":""},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n   \n    \"company_id\": \"{{COMPANY_ID}}\",\n    \"first_name\": \"<string>\",\n    \"last_name\": \"<string>\"\n}"},"url":"https://sandbox-oem.thepennyinc.com/v2/cardholders","description":"<p>Create a new cardholder with user and cardholder role, the new user will receive an email with credentials to access the system.</p>\n","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"X-PENNY-API-KEY"},{"key":"value","value":"{{API_KEY}}"}]},"isInherited":true,"source":{"_postman_id":"0ff92092-3186-4797-b677-f9d6f8cf8e7a","id":"0ff92092-3186-4797-b677-f9d6f8cf8e7a","name":"[Penny][Dedicated] Dedicated API","type":"collection"}},"urlObject":{"path":["cardholders"],"host":["https://sandbox-oem.thepennyinc.com/v2"],"query":[],"variable":[]}},"response":[{"id":"9339c66e-643b-4c6f-af41-eee4a7494f06","name":"Cardholder created successfully.","originalRequest":{"method":"POST","header":[{"key":"X-PENNY-API-KEY","value":""},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"birth_date\": \"<string>\",\n    \"company_id\": \"<string>\",\n    \"email\": \"<string>\",\n    \"first_name\": \"<string>\",\n    \"last_name\": \"<string>\"\n}"},"url":"https://2d3fkf1bfa.execute-api.us-east-1.amazonaws.com/{{basePath}}/cardholders"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n \"result\": {\n  \"_id\": \"<string>\",\n  \"account_holder\": \"<boolean>\",\n  \"balance\": \"<string>\",\n  \"business\": \"<string>\",\n  \"created_date\": \"<string>\",\n  \"employee_number\": \"<string>\",\n  \"groups\": \"<array>\",\n  \"is_admin\": \"<boolean>\",\n  \"user\": \"<string>\"\n },\n \"success\": \"<boolean>\"\n}"},{"id":"b2c37b3b-40ae-4022-a9f6-17a5ed23658d","name":"Missing Fields or wrong request body","originalRequest":{"method":"POST","header":[{"key":"X-PENNY-API-KEY","value":""},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"birth_date\": \"<string>\",\n    \"company_id\": \"<string>\",\n    \"email\": \"<string>\",\n    \"first_name\": \"<string>\",\n    \"last_name\": \"<string>\"\n}"},"url":"https://2d3fkf1bfa.execute-api.us-east-1.amazonaws.com/{{basePath}}/cardholders"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n \"result\": {\n  \"message\": \"<string>\"\n },\n \"success\": \"<boolean>\"\n}"},{"id":"ce6a7a88-636a-4bca-952b-dee478c705af","name":"Something wrong happened on server side","originalRequest":{"method":"POST","header":[{"key":"X-PENNY-API-KEY","value":""},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"birth_date\": \"<string>\",\n    \"company_id\": \"<string>\",\n    \"email\": \"<string>\",\n    \"first_name\": \"<string>\",\n    \"last_name\": \"<string>\"\n}"},"url":"https://2d3fkf1bfa.execute-api.us-east-1.amazonaws.com/{{basePath}}/cardholders"},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n \"result\": {\n  \"message\": \"<string>\"\n },\n \"success\": \"<boolean>\"\n}"}],"_postman_id":"b66e16b9-60ea-4328-ad52-6e26494722a2"},{"name":"Update cardholder","id":"7c55d82d-a27b-4c7e-9786-cb64cbd48fb3","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"PUT","header":[{"key":"X-PENNY-API-KEY","value":""},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"birth_date\": \"<string>\",\n    \"company_id\": \"<string>\",\n    \"email\": \"<string>\",\n    \"first_name\": \"<string>\",\n    \"last_name\": \"<string>\"\n}"},"url":"https://sandbox-oem.thepennyinc.com/v2/cardholders/:id","description":"<p>Update cardholder details</p>\n","urlObject":{"path":["cardholders",":id"],"host":["https://sandbox-oem.thepennyinc.com/v2"],"query":[],"variable":[{"id":"08b6ba23-bc9b-483c-bbc0-1bd51ea253a5","description":{"content":"<p>The Cardholder ID</p>\n","type":"text/plain"},"type":"string","value":"<string>","key":"id"}]}},"response":[{"id":"6bb40123-8e8d-44ce-8189-7e1d106e1648","name":"Cardholder updated successfulyy","originalRequest":{"method":"PUT","header":[{"key":"X-PENNY-API-KEY","value":""},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"birth_date\": \"<string>\",\n    \"company_id\": \"<string>\",\n    \"email\": \"<string>\",\n    \"first_name\": \"<string>\",\n    \"last_name\": \"<string>\"\n}"},"url":"https://2d3fkf1bfa.execute-api.us-east-1.amazonaws.com/{{basePath}}/cardholders/<string>"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n \"result\": {\n  \"_id\": \"<string>\",\n  \"account_holder\": \"<boolean>\",\n  \"balance\": \"<string>\",\n  \"business\": \"<string>\",\n  \"created_date\": \"<string>\",\n  \"employee_number\": \"<string>\",\n  \"groups\": \"<array>\",\n  \"is_admin\": \"<boolean>\",\n  \"user\": \"<string>\"\n },\n \"success\": \"<boolean>\"\n}"},{"id":"de09eddf-b88b-4625-929f-45d8576edf4e","name":"Error on server while updating the cardholder details","originalRequest":{"method":"PUT","header":[{"key":"X-PENNY-API-KEY","value":""},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"birth_date\": \"<string>\",\n    \"company_id\": \"<string>\",\n    \"email\": \"<string>\",\n    \"first_name\": \"<string>\",\n    \"last_name\": \"<string>\"\n}"},"url":"https://2d3fkf1bfa.execute-api.us-east-1.amazonaws.com/{{basePath}}/cardholders/<string>"},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""},{"id":"f7beceac-e2ab-4a64-a4d8-e22f940fe82f","name":"Update cardholder error, bad request body","originalRequest":{"method":"PUT","header":[{"key":"X-PENNY-API-KEY","value":""},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"birth_date\": \"<string>\",\n    \"company_id\": \"<string>\",\n    \"email\": \"<string>\",\n    \"first_name\": \"<string>\",\n    \"last_name\": \"<string>\"\n}"},"url":"https://2d3fkf1bfa.execute-api.us-east-1.amazonaws.com/{{basePath}}/cardholders/<string>"},"status":"Bad Request","code":400,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"7c55d82d-a27b-4c7e-9786-cb64cbd48fb3"},{"name":"Retrieve a cardholder","id":"e8fa69c5-75b3-4332-809f-5f9723a687a1","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"GET","header":[{"key":"X-PENNY-API-KEY","value":""}],"url":"https://sandbox-oem.thepennyinc.com/v2/cardholders/{{EMPLOYEE_ID}}","description":"<p>Retrieve a single cardholder by ID</p>\n","urlObject":{"path":["cardholders","{{EMPLOYEE_ID}}"],"host":["https://sandbox-oem.thepennyinc.com/v2"],"query":[],"variable":[]}},"response":[{"id":"18cec8e0-8114-4c4b-a654-0bbd7e31acb9","name":"Server error","originalRequest":{"method":"GET","header":[{"key":"X-PENNY-API-KEY","value":""}],"url":"https://2d3fkf1bfa.execute-api.us-east-1.amazonaws.com/{{basePath}}/cardholders/<string>"},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n \"result\": {\n  \"message\": \"<string>\"\n },\n \"success\": \"<boolean>\"\n}"},{"id":"8ffdc094-8c29-4a07-906c-61f70bb91971","name":"Cardholder Response","originalRequest":{"method":"GET","header":[{"key":"X-PENNY-API-KEY","value":""}],"url":"https://2d3fkf1bfa.execute-api.us-east-1.amazonaws.com/{{basePath}}/cardholders/<string>"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n \"balance\": \"<string>\",\n \"company_id\": \"<string>\",\n \"email\": \"<string>\",\n \"first_name\": \"<string>\",\n \"id\": \"<string>\",\n \"last_name\": \"<string>\"\n}"},{"id":"c01fb6ee-ce9a-4fcc-9f0e-80e350ac8911","name":"Error retrieving the cardholder","originalRequest":{"method":"GET","header":[{"key":"X-PENNY-API-KEY","value":""}],"url":"https://2d3fkf1bfa.execute-api.us-east-1.amazonaws.com/{{basePath}}/cardholders/<string>"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n \"result\": {\n  \"message\": \"<string>\"\n },\n \"success\": \"<boolean>\"\n}"}],"_postman_id":"e8fa69c5-75b3-4332-809f-5f9723a687a1"},{"name":"Delete a cardholder","id":"aa3e007f-af6e-4456-bd44-da4168b6c808","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"DELETE","header":[{"key":"X-PENNY-API-KEY","value":""}],"url":"https://sandbox-oem.thepennyinc.com/v2/cardholders/:id","description":"<p>Delete a cardholder from the system, the delete operation will fail if the cardholder has a card assigned or has a balance over $0.</p>\n","urlObject":{"path":["cardholders",":id"],"host":["https://sandbox-oem.thepennyinc.com/v2"],"query":[],"variable":[{"id":"6ca9d807-4c7c-488a-b4a9-16d583217a54","description":{"content":"<p>The Cardholder ID</p>\n","type":"text/plain"},"type":"string","value":"<string>","key":"id"}]}},"response":[{"id":"32eff804-aa85-49c3-8b16-d224bc79a660","name":"Generic backend error","originalRequest":{"method":"DELETE","header":[{"key":"X-PENNY-API-KEY","value":""}],"url":"https://2d3fkf1bfa.execute-api.us-east-1.amazonaws.com/{{basePath}}/cardholders/<string>"},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n \"result\": {\n  \"message\": \"<string>\"\n },\n \"success\": \"<boolean>\"\n}"},{"id":"ab523895-b8f3-4372-9ada-46049a0c0d84","name":"Cardholder deleted ","originalRequest":{"method":"DELETE","header":[{"key":"X-PENNY-API-KEY","value":""}],"url":"https://2d3fkf1bfa.execute-api.us-east-1.amazonaws.com/{{basePath}}/cardholders/<string>"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n \"result\": {\n  \"message\": \"<string>\"\n },\n \"success\": \"<boolean>\"\n}"},{"id":"cb2ebde7-aaed-4c2c-a299-da6f08ccd2df","name":"Error while deleting the cardholder","originalRequest":{"method":"DELETE","header":[{"key":"X-PENNY-API-KEY","value":""}],"url":"https://2d3fkf1bfa.execute-api.us-east-1.amazonaws.com/{{basePath}}/cardholders/<string>"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n \"result\": {\n  \"message\": \"<string>\"\n },\n \"success\": \"<boolean>\"\n}"}],"_postman_id":"aa3e007f-af6e-4456-bd44-da4168b6c808"}],"id":"8a01a7f1-6e85-4971-9c03-84cffc6e19fb","_postman_id":"8a01a7f1-6e85-4971-9c03-84cffc6e19fb","description":"","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"X-PENNY-API-KEY"},{"key":"value","value":"{{API_KEY}}"}]},"isInherited":true,"source":{"_postman_id":"0ff92092-3186-4797-b677-f9d6f8cf8e7a","id":"0ff92092-3186-4797-b677-f9d6f8cf8e7a","name":"[Penny][Dedicated] Dedicated API","type":"collection"}}}],"auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"X-PENNY-API-KEY"},{"key":"value","value":"{{API_KEY}}"}]}},"event":[{"listen":"prerequest","script":{"id":"c599a24d-a138-44ea-a84b-8ed51d3010fc","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"d6511794-70ad-4add-abca-e3da7bb18045","type":"text/javascript","exec":[""]}}],"variable":[{"key":"baseUrl","value":"https://sandbox-oem.thepennyinc.com/v2"}]}