{"info":{"_postman_id":"a3f183ce-4f8d-4ddb-ab45-abbb7f618caa","name":"Kowri WebPOS Integrator API","description":"<html><head></head><body><blockquote>\n<p>This Application Programming Interface (API) describes how to integrate with the Kowri Point of Sale (POS)engine for order generation and payment collection as a Financial institution (Integrator). The Kowri POS API flow <a href=\"https://drive.google.com/file/d/1p3p-sixJYoy_NyPdq4p7zvHodLua539g/view?usp=sharing\">diagram</a> demonstrates the use of the APIs in preparing orders and processing payments. </p>\n</blockquote>\n<blockquote>\n<p>To Access the Kowri POS services the following is required: </p>\n</blockquote>\n<ul>\n<li><p>Web-Service URL</p>\n</li>\n<li><p>Integrator Access Credentials</p>\n<ul>\n<li><p>Username</p>\n</li>\n<li><p>Password</p>\n</li>\n</ul>\n</li>\n</ul>\n<h3 id=\"access-details\">Access Details</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Access type</th>\n<th>Detail</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Webservice Base URL (Live)</td>\n<td><a href=\"https://posapi.kowri.app/\">https://posapi.kowri.app/</a></td>\n</tr>\n<tr>\n<td>Webservice Base URL (UAT)</td>\n<td><a href=\"https://kbposapi.mykowri.com/\">https://kbposapi.mykowri.com/</a></td>\n</tr>\n<tr>\n<td>Test Account</td>\n<td>Contact Kowri Integration team for test account</td>\n</tr>\n<tr>\n<td>Username</td>\n<td>Contact Kowri integration team for username to access web-service</td>\n</tr>\n<tr>\n<td>Password</td>\n<td>Contact Kowri integration team for password to access web-service</td>\n</tr>\n</tbody>\n</table>\n</div><h3 id=\"api-methods\">API Methods</h3>\n<p>Kowri POS endpoint calls will be made in the format of JSON requests over HTTP POST. The URLs provided in the rest of this documentation are relative to the web service base URL supplied in the <strong>access details above</strong>.</p>\n</body></html>","schema":"https://schema.getpostman.com/json/collection/v2.0.0/collection.json","toc":[],"owner":"8139575","collectionId":"a3f183ce-4f8d-4ddb-ab45-abbb7f618caa","publishedId":"TVYJ6HD7","public":true,"customColor":{"top-bar":"FFFFFF","right-sidebar":"303030","highlight":"EF5B25"},"publishDate":"2020-10-28T16:25:10.000Z"},"item":[{"name":"List Collections","id":"b494e9b8-ee30-4372-a5c9-6c5abec0af1e","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"requestId\": \"d71ba2ae-87fa-433b-8772-64327c63df08\",\r\n    \"username\": \"xxxxxxx\",\r\n    \"password\": \"xxxxxxxx\",\r\n    \"page\": 0,\r\n    \"size\": 50\r\n}","options":{"raw":{"language":"json"}}},"url":"{{baseUrl}}/webpos/listCollections","description":"<blockquote>\n<p>The List collections endpoint as the name suggests enables the Financial Institution(FI) retrieve all the merchant services you can display on your channels to collect payments. These merchant collections include services you own and others exposed to you. </p>\n</blockquote>\n<h5 id=\"parameter-list\">Parameter List</h5>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Parameter</th>\n<th>Description</th>\n<th>Required</th>\n<th>Type</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>username</td>\n<td>Financial institution username</td>\n<td>Yes</td>\n<td>string</td>\n</tr>\n<tr>\n<td>password</td>\n<td>Financial institution password</td>\n<td>Yes</td>\n<td>string</td>\n</tr>\n<tr>\n<td>page</td>\n<td>Current page in collection list (begins from 0)</td>\n<td>Yes</td>\n<td>int</td>\n</tr>\n<tr>\n<td>size</td>\n<td>Number of records to return</td>\n<td>Yes</td>\n<td>int</td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"path":["webpos","listCollections"],"host":["{{baseUrl}}"],"query":[],"variable":[]}},"response":[{"id":"5e1d8ea6-59e6-413d-8f27-4a41d871fd20","name":"List Collections","originalRequest":{"method":"POST","header":[{"key":"appId","value":"0987654323456","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"requestId\": \"6342acf2-8bb9-4065-b28e-1d8c07cb4ab9\",\r\n    \"username\": \"xxxxxxx\",\r\n    \"password\": \"xxxxxxx\",\r\n    \"page\": 0,\r\n    \"size\": 50\r\n}","options":{"raw":{"language":"json"}}},"url":"{{baseUrl}}/webpos/listCollections"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Access-Control-Allow-Methods","value":"POST, PUT, GET, OPTIONS, DELETE"},{"key":"Access-Control-Max-Age","value":"3600"},{"key":"Access-Control-Allow-Headers","value":"accept, authorization"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"Cache-Control","value":"no-cache, no-store, max-age=0, must-revalidate"},{"key":"Pragma","value":"no-cache"},{"key":"Expires","value":"0"},{"key":"X-Frame-Options","value":"DENY"},{"key":"Set-Cookie","value":"JSESSIONID=1D21D8A3F043CAE429D56818E45B4242; Path=/billbox-pos; HttpOnly"},{"key":"Content-Type","value":"application/json;charset=UTF-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Date","value":"Thu, 27 Aug 2020 16:48:28 GMT"}],"cookie":[],"responseTime":null,"body":"{\n    \"requestId\": \"e2931a33-99b4-4749-a893-556f46e45ca2\",\n    \"success\": true,\n    \"statusCode\": \"SUCCESS\",\n    \"statusMessage\": \"Collections retrieved successfully.\",\n    \"result\": [\n        {\n            \"collectionId\": \"55341e204204e1898622747f\",\n            \"name\": \"Alpha Beta School Fees\",\n            \"description\": \"Alpha Beta School fees payment\",\n            \"categoryId\": \"564c50b24e55730870b7db27\",\n            \"collectionType\": \"SEARCH_PAY\",\n            \"serviceCode\": \"14\",\n            \"logoUrl\": \"https://test.usebillbox.com/static/images/logo/alpha_beta.png\",\n            \"oneTimePayment\": false,\n            \"hasCustomerSegmentations\": false,\n            \"hasFixedDenominations\": false,\n            \"referenceField\": \"Student Name or Number\",\n            \"contactField\": null,\n            \"referenceRegex\": \".*\",\n            \"contactRegex\": \".*\",\n            \"reversible\": false,\n            \"serviceType\": null,\n            \"fixedCharge\": 0,\n            \"percentCharge\": 0,\n            \"minAmount\": 0,\n            \"maxAmount\": 0,\n            \"minCharge\": 0,\n            \"maxCharge\": 0,\n            \"exchangeRate\": 1,\n            \"fixedBillItems\": [],\n            \"denominations\": null,\n            \"referenceList\": null\n        },\n        {\n            \"collectionId\": \"555cbe60b0e7fd936ebf7e4f\",\n            \"name\": \"ECG Postpaid\",\n            \"description\": \"Pay your ECG bills\",\n            \"categoryId\": \"554b95fc9a46848162366ceb\",\n            \"collectionType\": \"LOOKUP_PAY_AMOUNT\",\n            \"serviceCode\": \"1\",\n            \"logoUrl\": \"https://test.usebillbox.com/static/images/logo/ecg-logo.gif\",\n            \"oneTimePayment\": false,\n            \"hasCustomerSegmentations\": false,\n            \"hasFixedDenominations\": false,\n            \"referenceField\": \"ECG Account Number\",\n            \"contactField\": null,\n            \"referenceRegex\": \".*\",\n            \"contactRegex\": \".*\",\n            \"reversible\": false,\n            \"serviceType\": null,\n            \"fixedCharge\": 0,\n            \"percentCharge\": 0,\n            \"minAmount\": 0,\n            \"maxAmount\": 0,\n            \"minCharge\": 0,\n            \"maxCharge\": 0,\n            \"exchangeRate\": 1,\n            \"fixedBillItems\": [],\n            \"denominations\": null,\n            \"referenceList\": null\n        },\n        {\n            \"collectionId\": \"555f19983dc107394edbeb94\",\n            \"name\": \"MTN Airtime\",\n            \"description\": \"Direct topup of MTN airtime\",\n            \"categoryId\": \"552f9991409d01bcb58c3fa1\",\n            \"collectionType\": \"PAY\",\n            \"serviceCode\": \"25\",\n            \"logoUrl\": \"https://test.usebillbox.com/static/images/logo/mtn.png\",\n            \"oneTimePayment\": false,\n            \"hasCustomerSegmentations\": false,\n            \"hasFixedDenominations\": false,\n            \"referenceField\": \"Recipient's Number\",\n            \"contactField\": \"Payer Email\",\n            \"referenceRegex\": \"\\\\d+\",\n            \"contactRegex\": \".*\",\n            \"reversible\": false,\n            \"serviceType\": null,\n            \"fixedCharge\": 0,\n            \"percentCharge\": 0,\n            \"minAmount\": 0,\n            \"maxAmount\": 0,\n            \"minCharge\": 0,\n            \"maxCharge\": 0,\n            \"exchangeRate\": 1,\n            \"fixedBillItems\": [],\n            \"denominations\": null,\n            \"referenceList\": null\n        },\n        {\n            \"collectionId\": \"556450623dc107394edbeb9e\",\n            \"name\": \"Surfline Data\",\n            \"description\": \"Buy Surfline Data\",\n            \"categoryId\": \"554b96669a46848162366cee\",\n            \"collectionType\": \"LOOKUP_PAY_OPTIONS\",\n            \"serviceCode\": \"18\",\n            \"logoUrl\": \"https://test.usebillbox.com/static/images/logo/surfline.png\",\n            \"oneTimePayment\": false,\n            \"hasCustomerSegmentations\": true,\n            \"hasFixedDenominations\": true,\n            \"referenceField\": \"Recipient's Number\",\n            \"contactField\": \"Payer Email\",\n            \"referenceRegex\": \"\\\\d+\",\n            \"contactRegex\": \".*\",\n            \"reversible\": false,\n            \"serviceType\": null,\n            \"fixedCharge\": 0,\n            \"percentCharge\": 0,\n            \"minAmount\": 0,\n            \"maxAmount\": 0,\n            \"minCharge\": 0,\n            \"maxCharge\": 0,\n            \"exchangeRate\": 1,\n            \"fixedBillItems\": [],\n            \"denominations\": null,\n            \"referenceList\": null\n        },\n        {\n            \"collectionId\": \"55842fd838191ef2f9f4da83\",\n            \"name\": \"StanLIB SIFT\",\n            \"description\": \"Stanbic Income Fund Trust\",\n            \"categoryId\": \"55842edb38191ef2f9f4da82\",\n            \"collectionType\": \"LOOKUP_PAY_AMOUNT\",\n            \"serviceCode\": \"27\",\n            \"logoUrl\": \"https://test.usebillbox.com/static/images/logo/stanlib.png\",\n            \"oneTimePayment\": false,\n            \"hasCustomerSegmentations\": false,\n            \"hasFixedDenominations\": false,\n            \"referenceField\": \"Account Number\",\n            \"contactField\": \"\",\n            \"referenceRegex\": \".*\",\n            \"contactRegex\": \".*\",\n            \"reversible\": false,\n            \"serviceType\": null,\n            \"fixedCharge\": 0,\n            \"percentCharge\": 0,\n            \"minAmount\": 0,\n            \"maxAmount\": 0,\n            \"minCharge\": 0,\n            \"maxCharge\": 0,\n            \"exchangeRate\": 1,\n            \"fixedBillItems\": [],\n            \"denominations\": null,\n            \"referenceList\": null\n        },\n        {\n            \"collectionId\": \"5584627f38191ef2f9f4da86\",\n            \"name\": \"StanLIB SCT\",\n            \"description\": \"Stanbic Cash Trust\",\n            \"categoryId\": \"55842edb38191ef2f9f4da82\",\n            \"collectionType\": \"LOOKUP_PAY_AMOUNT\",\n            \"serviceCode\": \"28\",\n            \"logoUrl\": \"https://test.usebillbox.com/static/images/logo/stanlib.png\",\n            \"oneTimePayment\": false,\n            \"hasCustomerSegmentations\": false,\n            \"hasFixedDenominations\": false,\n            \"referenceField\": \"Account Number\",\n            \"contactField\": \"\",\n            \"referenceRegex\": \".*\",\n            \"contactRegex\": \".*\",\n            \"reversible\": false,\n            \"serviceType\": null,\n            \"fixedCharge\": 0,\n            \"percentCharge\": 0,\n            \"minAmount\": 0,\n            \"maxAmount\": 0,\n            \"minCharge\": 0,\n            \"maxCharge\": 0,\n            \"exchangeRate\": 1,\n            \"fixedBillItems\": [],\n            \"denominations\": null,\n            \"referenceList\": null\n        },\n        {\n            \"collectionId\": \"55ed69109a33cbb3a2538a30\",\n            \"name\": \"APSU 2001 Dues\",\n            \"description\": \"APSU 2001 Dues\",\n            \"categoryId\": \"564c50e44e55730870b7db28\",\n            \"collectionType\": \"PAY\",\n            \"serviceCode\": \"41\",\n            \"logoUrl\": \"https://test.usebillbox.com/static/images/logo/apsu.jpg\",\n            \"oneTimePayment\": false,\n            \"hasCustomerSegmentations\": false,\n            \"hasFixedDenominations\": false,\n            \"referenceField\": \"Name and Class\",\n            \"contactField\": null,\n            \"referenceRegex\": \".*\",\n            \"contactRegex\": \".*\",\n            \"reversible\": false,\n            \"serviceType\": null,\n            \"fixedCharge\": 1,\n            \"percentCharge\": 0,\n            \"minAmount\": 0,\n            \"maxAmount\": 0,\n            \"minCharge\": 0,\n            \"maxCharge\": 0,\n            \"exchangeRate\": 1,\n            \"fixedBillItems\": [],\n            \"denominations\": null,\n            \"referenceList\": null\n        },\n        {\n            \"collectionId\": \"561be036db7739e9c18df778\",\n            \"name\": \"GPHA Shore handling Invoices\",\n            \"description\": \"Pay for your GPHA Shore Handling invoices\",\n            \"categoryId\": \"552f99c1409d01bcb58c3fa2\",\n            \"collectionType\": \"LOOKUP_PAY\",\n            \"serviceCode\": \"61\",\n            \"logoUrl\": \"https://test.usebillbox.com/static/images/logo/GPHA_logo.gif\",\n            \"oneTimePayment\": true,\n            \"hasCustomerSegmentations\": false,\n            \"hasFixedDenominations\": false,\n            \"referenceField\": \"Invoice No.\",\n            \"contactField\": \"Phone\",\n            \"referenceRegex\": \".*\",\n            \"contactRegex\": \".*\",\n            \"reversible\": false,\n            \"serviceType\": null,\n            \"fixedCharge\": 0,\n            \"percentCharge\": 0,\n            \"minAmount\": 0,\n            \"maxAmount\": 0,\n            \"minCharge\": 0,\n            \"maxCharge\": 0,\n            \"exchangeRate\": 1,\n            \"fixedBillItems\": [],\n            \"denominations\": null,\n            \"referenceList\": null\n        },\n        {\n            \"collectionId\": \"563a453bd202004ae7cb3bd2\",\n            \"name\": \"DStv\",\n            \"description\": \"Pay your DSTV bills\",\n            \"categoryId\": \"554b95fc9a46848162366ceb\",\n            \"collectionType\": \"LOOKUP_PAY_AMOUNT\",\n            \"serviceCode\": \"11\",\n            \"logoUrl\": \"https://test.usebillbox.com/static/images/logo/dstv.png\",\n            \"oneTimePayment\": false,\n            \"hasCustomerSegmentations\": false,\n            \"hasFixedDenominations\": false,\n            \"referenceField\": \"DSTV Account Number\",\n            \"contactField\": \"PAYER PHONE\",\n            \"referenceRegex\": \".*\",\n            \"contactRegex\": \".*\",\n            \"reversible\": false,\n            \"serviceType\": null,\n            \"fixedCharge\": 0,\n            \"percentCharge\": 0,\n            \"minAmount\": 0,\n            \"maxAmount\": 0,\n            \"minCharge\": 0,\n            \"maxCharge\": 0,\n            \"exchangeRate\": 1,\n            \"fixedBillItems\": [],\n            \"denominations\": null,\n            \"referenceList\": null\n        },\n        {\n            \"collectionId\": \"56696c74f342b30b00e44cd2\",\n            \"name\": \"Vodafone Broadband\",\n            \"description\": \"Pay your Vodafone Broadband bills\",\n            \"categoryId\": \"554b96669a46848162366cee\",\n            \"collectionType\": \"LOOKUP_PAY_AMOUNT\",\n            \"serviceCode\": \"303\",\n            \"logoUrl\": \"https://test.usebillbox.com/static/images/logo/vodafone.png\",\n            \"oneTimePayment\": false,\n            \"hasCustomerSegmentations\": false,\n            \"hasFixedDenominations\": false,\n            \"referenceField\": \"Vodafone Line Number\",\n            \"contactField\": \"PAYER PHONE\",\n            \"referenceRegex\": \".*\",\n            \"contactRegex\": \".*\",\n            \"reversible\": false,\n            \"serviceType\": null,\n            \"fixedCharge\": 0,\n            \"percentCharge\": 0,\n            \"minAmount\": 0,\n            \"maxAmount\": 0,\n            \"minCharge\": 0,\n            \"maxCharge\": 0,\n            \"exchangeRate\": 1,\n            \"fixedBillItems\": [],\n            \"denominations\": null,\n            \"referenceList\": null\n        },\n        {\n            \"collectionId\": \"5693fa1f4112e09dad11f45b\",\n            \"name\": \"WGHS 1995 Dues\",\n            \"description\": \"WGHS 1995 Dues\",\n            \"categoryId\": \"564c50e44e55730870b7db28\",\n            \"collectionType\": \"PAY\",\n            \"serviceCode\": \"201\",\n            \"logoUrl\": \"https://test.usebillbox.com/static/images/logo/wghs.png\",\n            \"oneTimePayment\": false,\n            \"hasCustomerSegmentations\": false,\n            \"hasFixedDenominations\": false,\n            \"referenceField\": \"Name and Class\",\n            \"contactField\": null,\n            \"referenceRegex\": \".*\",\n            \"contactRegex\": \".*\",\n            \"reversible\": false,\n            \"serviceType\": null,\n            \"fixedCharge\": 0,\n            \"percentCharge\": 0,\n            \"minAmount\": 0,\n            \"maxAmount\": 0,\n            \"minCharge\": 0,\n            \"maxCharge\": 0,\n            \"exchangeRate\": 1,\n            \"fixedBillItems\": [],\n            \"denominations\": null,\n            \"referenceList\": null\n        },\n        {\n            \"collectionId\": \"56fba1023389fa3ee95fd3b9\",\n            \"name\": \"myTXTbuddy\",\n            \"description\": \"Buy myTXTbuddy credit\",\n            \"categoryId\": \"552f9991409d01bcb58c3fa1\",\n            \"collectionType\": \"LOOKUP_PAY_AMOUNT\",\n            \"serviceCode\": \"211\",\n            \"logoUrl\": \"https://test.usebillbox.com/static/images/logo/mtb.jpg\",\n            \"oneTimePayment\": false,\n            \"hasCustomerSegmentations\": false,\n            \"hasFixedDenominations\": false,\n            \"referenceField\": \"Email Address\",\n            \"contactField\": \"Phone Number\",\n            \"referenceRegex\": \".*\",\n            \"contactRegex\": \".*\",\n            \"reversible\": false,\n            \"serviceType\": null,\n            \"fixedCharge\": 0,\n            \"percentCharge\": 0,\n            \"minAmount\": 0,\n            \"maxAmount\": 0,\n            \"minCharge\": 0,\n            \"maxCharge\": 0,\n            \"exchangeRate\": 1,\n            \"fixedBillItems\": [],\n            \"denominations\": null,\n            \"referenceList\": null\n        },\n        {\n            \"collectionId\": \"57504def3103a6486676c533\",\n            \"name\": \"GOtv\",\n            \"description\": \"Pay your GOtv bills\",\n            \"categoryId\": \"554b95fc9a46848162366ceb\",\n            \"collectionType\": \"LOOKUP_PAY_OPTIONS\",\n            \"serviceCode\": \"12\",\n            \"logoUrl\": \"https://test.usebillbox.com/static/images/logo/gotv.png\",\n            \"oneTimePayment\": false,\n            \"hasCustomerSegmentations\": false,\n            \"hasFixedDenominations\": false,\n            \"referenceField\": \"Customer Number\",\n            \"contactField\": \"Payer Phone\",\n            \"referenceRegex\": \".*\",\n            \"contactRegex\": \".*\",\n            \"reversible\": false,\n            \"serviceType\": null,\n            \"fixedCharge\": 0,\n            \"percentCharge\": 0,\n            \"minAmount\": 0,\n            \"maxAmount\": 0,\n            \"minCharge\": 0,\n            \"maxCharge\": 0,\n            \"exchangeRate\": 1,\n            \"fixedBillItems\": [],\n            \"denominations\": null,\n            \"referenceList\": null\n        },\n        {\n            \"collectionId\": \"577e72993389fa3cfc0f92fc\",\n            \"name\": \"Afole\",\n            \"description\": \"Pay your tithes, offerings and pledges\",\n            \"categoryId\": \"564c50e44e55730870b7db28\",\n            \"collectionType\": \"LOOKUP_PAY_AMOUNT\",\n            \"serviceCode\": \"921\",\n            \"logoUrl\": \"https://test.usebillbox.com/static/images/logo/afole.png\",\n            \"oneTimePayment\": false,\n            \"hasCustomerSegmentations\": false,\n            \"hasFixedDenominations\": false,\n            \"referenceField\": \"Altar Number\",\n            \"contactField\": \"Mobile Number\",\n            \"referenceRegex\": \".*\",\n            \"contactRegex\": \".*\",\n            \"reversible\": false,\n            \"serviceType\": null,\n            \"fixedCharge\": 0,\n            \"percentCharge\": 0,\n            \"minAmount\": 0,\n            \"maxAmount\": 0,\n            \"minCharge\": 0,\n            \"maxCharge\": 0,\n            \"exchangeRate\": 1,\n            \"fixedBillItems\": [],\n            \"denominations\": null,\n            \"referenceList\": null\n        },\n        {\n            \"collectionId\": \"57bb0b0ca9f2036d26287d46\",\n            \"name\": \"Slydepay Merchants\",\n            \"description\": \"Make direct payments to a Slydepay merchant\",\n            \"categoryId\": \"552f996a409d01bcb58c3fa0\",\n            \"collectionType\": \"PAY\",\n            \"serviceCode\": \"31\",\n            \"logoUrl\": \"https://test.usebillbox.com/static/images/logo/slydepay.png\",\n            \"oneTimePayment\": false,\n            \"hasCustomerSegmentations\": false,\n            \"hasFixedDenominations\": false,\n            \"referenceField\": \"Pay Code\",\n            \"contactField\": \"Slydepay Email or Mobile\",\n            \"referenceRegex\": \".*\",\n            \"contactRegex\": \"((((233)|(0))\\\\d{9})|([A-Za-z0-9._%-]+@[A-Za-z0-9._%-]+.[A-Za-z]{2,4}))\",\n            \"reversible\": false,\n            \"serviceType\": null,\n            \"fixedCharge\": 0,\n            \"percentCharge\": 0,\n            \"minAmount\": 0,\n            \"maxAmount\": 0,\n            \"minCharge\": 0,\n            \"maxCharge\": 0,\n            \"exchangeRate\": 1,\n            \"fixedBillItems\": [],\n            \"denominations\": null,\n            \"referenceList\": null\n        },\n        {\n            \"collectionId\": \"57c862cb3389fa3b88ef4812\",\n            \"name\": \"iKolilu Alpha Beta\",\n            \"description\": \"Pay Alpha Beta School Fees through iKolilu\",\n            \"categoryId\": \"564c50b24e55730870b7db27\",\n            \"collectionType\": \"LOOKUP_PAY_AMOUNT\",\n            \"serviceCode\": \"821\",\n            \"logoUrl\": \"https://test.usebillbox.com/static/images/logo/alpha_beta.png\",\n            \"oneTimePayment\": false,\n            \"hasCustomerSegmentations\": false,\n            \"hasFixedDenominations\": false,\n            \"referenceField\": \"Student ID\",\n            \"contactField\": \"Phone Number\",\n            \"referenceRegex\": \".*\",\n            \"contactRegex\": \".*\",\n            \"reversible\": false,\n            \"serviceType\": null,\n            \"fixedCharge\": 0,\n            \"percentCharge\": 0,\n            \"minAmount\": 0,\n            \"maxAmount\": 0,\n            \"minCharge\": 0,\n            \"maxCharge\": 0,\n            \"exchangeRate\": 1,\n            \"fixedBillItems\": [],\n            \"denominations\": null,\n            \"referenceList\": null\n        },\n        {\n            \"collectionId\": \"57cfd4a73389fa596098f677\",\n            \"name\": \"BlueCloud Networks\",\n            \"description\": \"Pay your BlueCloud internet bills\",\n            \"categoryId\": \"554b96669a46848162366cee\",\n            \"collectionType\": \"LOOKUP_PAY_AMOUNT\",\n            \"serviceCode\": \"501\",\n            \"logoUrl\": \"https://test.usebillbox.com/static/images/logo/bluecloud.png\",\n            \"oneTimePayment\": true,\n            \"hasCustomerSegmentations\": false,\n            \"hasFixedDenominations\": false,\n            \"referenceField\": \"Client ID\",\n            \"contactField\": \"Mobile Number\",\n            \"referenceRegex\": \".*\",\n            \"contactRegex\": \".*\",\n            \"reversible\": false,\n            \"serviceType\": null,\n            \"fixedCharge\": 0,\n            \"percentCharge\": 0,\n            \"minAmount\": 0,\n            \"maxAmount\": 0,\n            \"minCharge\": 0,\n            \"maxCharge\": 0,\n            \"exchangeRate\": 1,\n            \"fixedBillItems\": [],\n            \"denominations\": null,\n            \"referenceList\": null\n        },\n        {\n            \"collectionId\": \"57e125ce3389fa12b4206e4c\",\n            \"name\": \"StarTimes\",\n            \"description\": \"Pay your Star Times TV Subscription\",\n            \"categoryId\": \"554b95fc9a46848162366ceb\",\n            \"collectionType\": \"LOOKUP_PAY_AMOUNT\",\n            \"serviceCode\": \"401\",\n            \"logoUrl\": \"https://test.usebillbox.com/static/images/logo/startimes_c.png\",\n            \"oneTimePayment\": false,\n            \"hasCustomerSegmentations\": false,\n            \"hasFixedDenominations\": false,\n            \"referenceField\": \"Smart Card Code\",\n            \"contactField\": \"Phone Number\",\n            \"referenceRegex\": \".*\",\n            \"contactRegex\": \".*\",\n            \"reversible\": false,\n            \"serviceType\": null,\n            \"fixedCharge\": 0.5,\n            \"percentCharge\": 0,\n            \"minAmount\": 0,\n            \"maxAmount\": 0,\n            \"minCharge\": 0,\n            \"maxCharge\": 0,\n            \"exchangeRate\": 1,\n            \"fixedBillItems\": [],\n            \"denominations\": null,\n            \"referenceList\": null\n        },\n        {\n            \"collectionId\": \"5806b2f10b3012505335dbd1\",\n            \"name\": \"Enterprise Life GH\",\n            \"description\": \"Pay your Enterprise Life Premium\",\n            \"categoryId\": \"564c50874e55730870b7db26\",\n            \"collectionType\": \"LOOKUP_PAY_AMOUNT\",\n            \"serviceCode\": \"701\",\n            \"logoUrl\": \"https://test.usebillbox.com/static/images/logo/ent-life.png\",\n            \"oneTimePayment\": false,\n            \"hasCustomerSegmentations\": false,\n            \"hasFixedDenominations\": false,\n            \"referenceField\": \"Policy Number\",\n            \"contactField\": \"Mobile Number\",\n            \"referenceRegex\": \".*\",\n            \"contactRegex\": \".*\",\n            \"reversible\": false,\n            \"serviceType\": null,\n            \"fixedCharge\": 0,\n            \"percentCharge\": 0,\n            \"minAmount\": 0,\n            \"maxAmount\": 0,\n            \"minCharge\": 0,\n            \"maxCharge\": 0,\n            \"exchangeRate\": 1,\n            \"fixedBillItems\": [],\n            \"denominations\": null,\n            \"referenceList\": null\n        },\n        {\n            \"collectionId\": \"581c57854a392f8bd732fb94\",\n            \"name\": \"Busy4G A\",\n            \"description\": \"Buy Busy4G Data\",\n            \"categoryId\": \"554b96669a46848162366cee\",\n            \"collectionType\": \"PAY_OPTIONS\",\n            \"serviceCode\": \"22\",\n            \"logoUrl\": \"https://test.usebillbox.com/static/images/logo/busy4g.png\",\n            \"oneTimePayment\": false,\n            \"hasCustomerSegmentations\": true,\n            \"hasFixedDenominations\": true,\n            \"referenceField\": \"Modem Number\",\n            \"contactField\": \"Payer Email\",\n            \"referenceRegex\": \"\\\\d+\",\n            \"contactRegex\": \".*\",\n            \"reversible\": false,\n            \"serviceType\": null,\n            \"fixedCharge\": 0,\n            \"percentCharge\": 0,\n            \"minAmount\": 0,\n            \"maxAmount\": 0,\n            \"minCharge\": 0,\n            \"maxCharge\": 0,\n            \"exchangeRate\": 1,\n            \"fixedBillItems\": [],\n            \"denominations\": null,\n            \"referenceList\": null\n        },\n        {\n            \"collectionId\": \"58b4315499fd702b09b2822e\",\n            \"name\": \"Starlife\",\n            \"description\": \"Pay your Starlife premiums\",\n            \"categoryId\": \"564c50874e55730870b7db26\",\n            \"collectionType\": \"LOOKUP_PAY_AMOUNT\",\n            \"serviceCode\": \"702\",\n            \"logoUrl\": \"https://test.usebillbox.com/static/images/logo/starlife.png\",\n            \"oneTimePayment\": false,\n            \"hasCustomerSegmentations\": false,\n            \"hasFixedDenominations\": false,\n            \"referenceField\": \"Customer ID\",\n            \"contactField\": \"Phone Number\",\n            \"referenceRegex\": \".*\",\n            \"contactRegex\": \".*\",\n            \"reversible\": false,\n            \"serviceType\": null,\n            \"fixedCharge\": 0,\n            \"percentCharge\": 0,\n            \"minAmount\": 0,\n            \"maxAmount\": 0,\n            \"minCharge\": 0,\n            \"maxCharge\": 0,\n            \"exchangeRate\": 1,\n            \"fixedBillItems\": [],\n            \"denominations\": null,\n            \"referenceList\": null\n        },\n        {\n            \"collectionId\": \"58c68aa846381b6e196da179\",\n            \"name\": \"MTN Data Bundles\",\n            \"description\": \"Purchase your MTN 4G data bundles\",\n            \"categoryId\": \"554b96669a46848162366cee\",\n            \"collectionType\": \"PAY_ITEMS\",\n            \"serviceCode\": \"502\",\n            \"logoUrl\": \"https://test.usebillbox.com/static/images/logo/mtn.png\",\n            \"oneTimePayment\": false,\n            \"hasCustomerSegmentations\": false,\n            \"hasFixedDenominations\": false,\n            \"referenceField\": \"Mobile Number\",\n            \"contactField\": \"\",\n            \"referenceRegex\": \"\\\\d+\",\n            \"contactRegex\": \".*\",\n            \"reversible\": false,\n            \"serviceType\": null,\n            \"fixedCharge\": 0,\n            \"percentCharge\": 0,\n            \"minAmount\": 0,\n            \"maxAmount\": 0,\n            \"minCharge\": 0,\n            \"maxCharge\": 0,\n            \"exchangeRate\": 1,\n            \"fixedBillItems\": [],\n            \"denominations\": null,\n            \"referenceList\": null\n        },\n        {\n            \"collectionId\": \"58cc1c9ce39f10337690adde\",\n            \"name\": \"University for Development Studies\",\n            \"description\": \"Pay for University for Development Studies Fees and Admission forms\",\n            \"categoryId\": \"564c50b24e55730870b7db27\",\n            \"collectionType\": \"LOOKUP_PAY_AMOUNT\",\n            \"serviceCode\": \"822\",\n            \"logoUrl\": \"https://test.usebillbox.com/static/images/logo/uds.png\",\n            \"oneTimePayment\": true,\n            \"hasCustomerSegmentations\": false,\n            \"hasFixedDenominations\": false,\n            \"referenceField\": \"Student Number\",\n            \"contactField\": \"Mobile Number\",\n            \"referenceRegex\": \".*\",\n            \"contactRegex\": \".*\",\n            \"reversible\": false,\n            \"serviceType\": null,\n            \"fixedCharge\": 0,\n            \"percentCharge\": 0,\n            \"minAmount\": 0,\n            \"maxAmount\": 0,\n            \"minCharge\": 0,\n            \"maxCharge\": 0,\n            \"exchangeRate\": 1,\n            \"fixedBillItems\": [],\n            \"denominations\": null,\n            \"referenceList\": null\n        },\n        {\n            \"collectionId\": \"58ecb706965707e9c0a7c466\",\n            \"name\": \"MTN Fibre Broadband\",\n            \"description\": \"Purchase your MTN Broadband Packages\",\n            \"categoryId\": \"554b96669a46848162366cee\",\n            \"collectionType\": \"LOOKUP_PAY_OPTIONS\",\n            \"serviceCode\": \"503\",\n            \"logoUrl\": \"https://test.usebillbox.com/static/images/logo/mtn.png\",\n            \"oneTimePayment\": false,\n            \"hasCustomerSegmentations\": false,\n            \"hasFixedDenominations\": false,\n            \"referenceField\": \"Account Number\",\n            \"contactField\": \"\",\n            \"referenceRegex\": \"\\\\d+\",\n            \"contactRegex\": \".*\",\n            \"reversible\": false,\n            \"serviceType\": null,\n            \"fixedCharge\": 0,\n            \"percentCharge\": 0,\n            \"minAmount\": 0,\n            \"maxAmount\": 0,\n            \"minCharge\": 0,\n            \"maxCharge\": 0,\n            \"exchangeRate\": 1,\n            \"fixedBillItems\": [],\n            \"denominations\": null,\n            \"referenceList\": null\n        },\n        {\n            \"collectionId\": \"58f74eaf546415300cffb76b\",\n            \"name\": \"Busy4G\",\n            \"description\": \"Buy Busy4G Data\",\n            \"categoryId\": \"554b96669a46848162366cee\",\n            \"collectionType\": \"LOOKUP_PAY_OPTIONS\",\n            \"serviceCode\": \"122\",\n            \"logoUrl\": \"https://test.usebillbox.com/static/images/logo/busy4g.png\",\n            \"oneTimePayment\": false,\n            \"hasCustomerSegmentations\": true,\n            \"hasFixedDenominations\": false,\n            \"referenceField\": \"Modem Number\",\n            \"contactField\": \"Mobile Number\",\n            \"referenceRegex\": \".*\",\n            \"contactRegex\": \".*\",\n            \"reversible\": false,\n            \"serviceType\": null,\n            \"fixedCharge\": 0,\n            \"percentCharge\": 0,\n            \"minAmount\": 0,\n            \"maxAmount\": 0,\n            \"minCharge\": 0,\n            \"maxCharge\": 0,\n            \"exchangeRate\": 1,\n            \"fixedBillItems\": [],\n            \"denominations\": null,\n            \"referenceList\": null\n        },\n        {\n            \"collectionId\": \"5912e75276003990b838788e\",\n            \"name\": \"Tigo\",\n            \"description\": \"Buy your Tigo airtime\",\n            \"categoryId\": \"552f9991409d01bcb58c3fa1\",\n            \"collectionType\": \"PAY\",\n            \"serviceCode\": \"207\",\n            \"logoUrl\": \"https://test.usebillbox.com/static/images/logo/tigo.png\",\n            \"oneTimePayment\": false,\n            \"hasCustomerSegmentations\": false,\n            \"hasFixedDenominations\": false,\n            \"referenceField\": \"Mobile Number\",\n            \"contactField\": \"Mobile Number\",\n            \"referenceRegex\": \".*\",\n            \"contactRegex\": \".*\",\n            \"reversible\": false,\n            \"serviceType\": null,\n            \"fixedCharge\": 0,\n            \"percentCharge\": 0,\n            \"minAmount\": 0,\n            \"maxAmount\": 0,\n            \"minCharge\": 0,\n            \"maxCharge\": 0,\n            \"exchangeRate\": 1,\n            \"fixedBillItems\": [],\n            \"denominations\": null,\n            \"referenceList\": null\n        },\n        {\n            \"collectionId\": \"59ce385397e710cb1c62731d\",\n            \"name\": \"Ghana Water Company Limited\",\n            \"description\": \"Pay your water bills\",\n            \"categoryId\": \"554b95fc9a46848162366ceb\",\n            \"collectionType\": \"LOOKUP_PAY_AMOUNT\",\n            \"serviceCode\": \"2\",\n            \"logoUrl\": \"https://test.usebillbox.com/static/images/logo/gwcl.png\",\n            \"oneTimePayment\": false,\n            \"hasCustomerSegmentations\": false,\n            \"hasFixedDenominations\": false,\n            \"referenceField\": \"Account Number\",\n            \"contactField\": \"Mobile Number\",\n            \"referenceRegex\": \".*\",\n            \"contactRegex\": \".*\",\n            \"reversible\": false,\n            \"serviceType\": null,\n            \"fixedCharge\": 0,\n            \"percentCharge\": 0,\n            \"minAmount\": 0,\n            \"maxAmount\": 0,\n            \"minCharge\": 0,\n            \"maxCharge\": 0,\n            \"exchangeRate\": 1,\n            \"fixedBillItems\": [],\n            \"denominations\": null,\n            \"referenceList\": null\n        },\n        {\n            \"collectionId\": \"59dceb6e15d563e42219dba9\",\n            \"name\": \"Surfline\",\n            \"description\": \"Buy Surfline Data\",\n            \"categoryId\": \"554b96669a46848162366cee\",\n            \"collectionType\": \"LOOKUP_PAY_OPTIONS\",\n            \"serviceCode\": \"518\",\n            \"logoUrl\": \"https://test.usebillbox.com/static/images/logo/surfline.png\",\n            \"oneTimePayment\": false,\n            \"hasCustomerSegmentations\": true,\n            \"hasFixedDenominations\": true,\n            \"referenceField\": \"Subscriber Number\",\n            \"contactField\": \"Mobile Number\",\n            \"referenceRegex\": \"\\\\d+\",\n            \"contactRegex\": \".*\",\n            \"reversible\": false,\n            \"serviceType\": null,\n            \"fixedCharge\": 0,\n            \"percentCharge\": 0,\n            \"minAmount\": 0,\n            \"maxAmount\": 0,\n            \"minCharge\": 0,\n            \"maxCharge\": 0,\n            \"exchangeRate\": 1,\n            \"fixedBillItems\": [],\n            \"denominations\": null,\n            \"referenceList\": null\n        },\n        {\n            \"collectionId\": \"5a269c8efa5f20a006f02ee7\",\n            \"name\": \"MTN Fixed Voice\",\n            \"description\": \"Purchase your MTN Fixed Voice credit\",\n            \"categoryId\": \"552f9991409d01bcb58c3fa1\",\n            \"collectionType\": \"LOOKUP_PAY_AMOUNT\",\n            \"serviceCode\": \"504\",\n            \"logoUrl\": \"https://test.usebillbox.com/static/images/logo/mtn.png\",\n            \"oneTimePayment\": false,\n            \"hasCustomerSegmentations\": false,\n            \"hasFixedDenominations\": false,\n            \"referenceField\": \"Customer ID\",\n            \"contactField\": \"Mobile Number\",\n            \"referenceRegex\": \"\\\\d+\",\n            \"contactRegex\": \"\\\\d+\",\n            \"reversible\": false,\n            \"serviceType\": null,\n            \"fixedCharge\": 0,\n            \"percentCharge\": 0,\n            \"minAmount\": 0,\n            \"maxAmount\": 0,\n            \"minCharge\": 0,\n            \"maxCharge\": 0,\n            \"exchangeRate\": 1,\n            \"fixedBillItems\": [],\n            \"denominations\": null,\n            \"referenceList\": null\n        },\n        {\n            \"collectionId\": \"5ac359cf7fe52f0897992f23\",\n            \"name\": \"DAL WiFi\",\n            \"description\": \"Top up your DAL WiFi account\",\n            \"categoryId\": \"554b96669a46848162366cee\",\n            \"collectionType\": \"PAY_OPTIONS\",\n            \"serviceCode\": \"519\",\n            \"logoUrl\": \"https://test.usebillbox.com/static/images/logo/dal_wifi.png\",\n            \"oneTimePayment\": false,\n            \"hasCustomerSegmentations\": false,\n            \"hasFixedDenominations\": false,\n            \"referenceField\": \"DAL WiFi Username\",\n            \"contactField\": \"Mobile Number\",\n            \"referenceRegex\": \".*\",\n            \"contactRegex\": \".*\",\n            \"reversible\": false,\n            \"serviceType\": null,\n            \"fixedCharge\": 0,\n            \"percentCharge\": 0,\n            \"minAmount\": 0,\n            \"maxAmount\": 0,\n            \"minCharge\": 0,\n            \"maxCharge\": 0,\n            \"exchangeRate\": 1,\n            \"fixedBillItems\": [],\n            \"denominations\": null,\n            \"referenceList\": null\n        },\n        {\n            \"collectionId\": \"5ae0ae53e4b08923cecca4f6\",\n            \"name\": \"Martha's Braids\",\n            \"description\": \"Pay for Martha's braiding services\",\n            \"categoryId\": \"552f99c1409d01bcb58c3fa2\",\n            \"collectionType\": \"PAY\",\n            \"serviceCode\": \"00001\",\n            \"logoUrl\": \"https://test.usebillbox.com/static/images/logo/Congrats_martha_march.jpg\",\n            \"oneTimePayment\": false,\n            \"hasCustomerSegmentations\": false,\n            \"hasFixedDenominations\": false,\n            \"referenceField\": \"Name\",\n            \"contactField\": \"Mobile Number\",\n            \"referenceRegex\": \".*\",\n            \"contactRegex\": \".*\",\n            \"reversible\": false,\n            \"serviceType\": null,\n            \"fixedCharge\": 1,\n            \"percentCharge\": 0,\n            \"minAmount\": 0,\n            \"maxAmount\": 0,\n            \"minCharge\": 0,\n            \"maxCharge\": 0,\n            \"exchangeRate\": 1,\n            \"fixedBillItems\": [],\n            \"denominations\": null,\n            \"referenceList\": null\n        },\n        {\n            \"collectionId\": \"5b7d747bcbfd658aee8ab4b5\",\n            \"name\": \"Glo Airtime\",\n            \"description\": \"Purchase your Glo airtime\",\n            \"categoryId\": \"552f9991409d01bcb58c3fa1\",\n            \"collectionType\": \"PAY\",\n            \"serviceCode\": \"0023\",\n            \"logoUrl\": \"https://test.usebillbox.com/static/images/logo/glo.png\",\n            \"oneTimePayment\": false,\n            \"hasCustomerSegmentations\": false,\n            \"hasFixedDenominations\": false,\n            \"referenceField\": \"Subscriber Number\",\n            \"contactField\": \"Mobile Number\",\n            \"referenceRegex\": \"\\\\d+\",\n            \"contactRegex\": \".*\",\n            \"reversible\": false,\n            \"serviceType\": null,\n            \"fixedCharge\": 0,\n            \"percentCharge\": 0,\n            \"minAmount\": 0,\n            \"maxAmount\": 0,\n            \"minCharge\": 0,\n            \"maxCharge\": 0,\n            \"exchangeRate\": 1,\n            \"fixedBillItems\": [],\n            \"denominations\": null,\n            \"referenceList\": null\n        },\n        {\n            \"collectionId\": \"5c882100580e69b400db26e3\",\n            \"name\": \"MTN TurboNet\",\n            \"description\": \"Purchase your MTN TurboNet bundles\",\n            \"categoryId\": \"552f9991409d01bcb58c3fa1\",\n            \"collectionType\": \"LOOKUP_PAY_OPTIONS\",\n            \"serviceCode\": \"506\",\n            \"logoUrl\": \"https://test.usebillbox.com/static/images/logo/mtn.png\",\n            \"oneTimePayment\": true,\n            \"hasCustomerSegmentations\": false,\n            \"hasFixedDenominations\": false,\n            \"referenceField\": \"Mobile Number\",\n            \"contactField\": \"Payer Number\",\n            \"referenceRegex\": \"\\\\d+\",\n            \"contactRegex\": \".*\",\n            \"reversible\": false,\n            \"serviceType\": null,\n            \"fixedCharge\": 0,\n            \"percentCharge\": 0,\n            \"minAmount\": 0,\n            \"maxAmount\": 0,\n            \"minCharge\": 0,\n            \"maxCharge\": 0,\n            \"exchangeRate\": 1,\n            \"fixedBillItems\": [],\n            \"denominations\": null,\n            \"referenceList\": null\n        },\n        {\n            \"collectionId\": \"5d932d8893fa0234538c7826\",\n            \"name\": \"Total TomCard Top Up\",\n            \"description\": \"Top up you TomCard Balance\",\n            \"categoryId\": \"552f99c1409d01bcb58c3fa2\",\n            \"collectionType\": \"LOOKUP_PAY_AMOUNT\",\n            \"serviceCode\": \"238\",\n            \"logoUrl\": \"https://test.usebillbox.com/static/images/logo/total-ghana.png\",\n            \"oneTimePayment\": false,\n            \"hasCustomerSegmentations\": false,\n            \"hasFixedDenominations\": false,\n            \"referenceField\": \"TomCard Number\",\n            \"contactField\": \"Phone Number\",\n            \"referenceRegex\": \".*\",\n            \"contactRegex\": \"\\\\d+\",\n            \"reversible\": false,\n            \"serviceType\": null,\n            \"fixedCharge\": 0,\n            \"percentCharge\": 0,\n            \"minAmount\": 0,\n            \"maxAmount\": 0,\n            \"minCharge\": 0,\n            \"maxCharge\": 0,\n            \"exchangeRate\": 1,\n            \"fixedBillItems\": [],\n            \"denominations\": null,\n            \"referenceList\": null\n        },\n        {\n            \"collectionId\": \"5dce72cdef6c3d44b36aa374\",\n            \"name\": \"ZIMRA Business Partner\",\n            \"description\": \"Topup your ZIMRA Business Partner Account\",\n            \"categoryId\": \"564c50e44e55730870b7db28\",\n            \"collectionType\": \"LOOKUP_PAY_AMOUNT\",\n            \"serviceCode\": \"239\",\n            \"logoUrl\": \"https://test.usebillbox.com/static/images/logo/zimra.png\",\n            \"oneTimePayment\": false,\n            \"hasCustomerSegmentations\": false,\n            \"hasFixedDenominations\": false,\n            \"referenceField\": \"BP Number\",\n            \"contactField\": \"Phone Number \",\n            \"referenceRegex\": \".*\",\n            \"contactRegex\": \".*\",\n            \"reversible\": false,\n            \"serviceType\": null,\n            \"fixedCharge\": 0,\n            \"percentCharge\": 0,\n            \"minAmount\": 0,\n            \"maxAmount\": 0,\n            \"minCharge\": 0,\n            \"maxCharge\": 0,\n            \"exchangeRate\": 1,\n            \"fixedBillItems\": [],\n            \"denominations\": null,\n            \"referenceList\": null\n        },\n        {\n            \"collectionId\": \"571dec7e3389fac6797e7f0c\",\n            \"name\": \"Ashesi Fees\",\n            \"description\": \"Pay your school, hostel and feeding fees\",\n            \"categoryId\": \"564c50b24e55730870b7db27\",\n            \"collectionType\": \"LOOKUP_PAY_INVOICES\",\n            \"serviceCode\": \"820\",\n            \"logoUrl\": \"https://test.usebillbox.com/static/images/logo/ashesi_white.png\",\n            \"oneTimePayment\": false,\n            \"hasCustomerSegmentations\": false,\n            \"hasFixedDenominations\": false,\n            \"referenceField\": \"Student Number\",\n            \"contactField\": \"Mobile Number\",\n            \"referenceRegex\": \".*\",\n            \"contactRegex\": \".*\",\n            \"reversible\": false,\n            \"serviceType\": null,\n            \"fixedCharge\": 0,\n            \"percentCharge\": 0,\n            \"minAmount\": 0,\n            \"maxAmount\": 0,\n            \"minCharge\": 0,\n            \"maxCharge\": 0,\n            \"exchangeRate\": 1,\n            \"fixedBillItems\": [],\n            \"denominations\": null,\n            \"referenceList\": null\n        },\n        {\n            \"collectionId\": \"5e4bdaaf99a8c960aada056f\",\n            \"name\": \"Billbox Services\",\n            \"description\": \"Collection for Billbox internal services\",\n            \"categoryId\": \"552f99c1409d01bcb58c3fa2\",\n            \"collectionType\": \"PAY\",\n            \"serviceCode\": \"0\",\n            \"logoUrl\": null,\n            \"oneTimePayment\": false,\n            \"hasCustomerSegmentations\": false,\n            \"hasFixedDenominations\": false,\n            \"referenceField\": \"Full Name\",\n            \"contactField\": \"Phone Number\",\n            \"referenceRegex\": \".*\",\n            \"contactRegex\": \".*\",\n            \"reversible\": false,\n            \"serviceType\": null,\n            \"fixedCharge\": 0,\n            \"percentCharge\": 0,\n            \"minAmount\": 0,\n            \"maxAmount\": 0,\n            \"minCharge\": 0,\n            \"maxCharge\": 0,\n            \"exchangeRate\": 1,\n            \"fixedBillItems\": [],\n            \"denominations\": null,\n            \"referenceList\": null\n        },\n        {\n            \"collectionId\": \"575059f63103a6486676c535\",\n            \"name\": \"DStv BoxOffice\",\n            \"description\": \"Pay for DSTV Box Office\",\n            \"categoryId\": \"554b95fc9a46848162366ceb\",\n            \"collectionType\": \"LOOKUP_PAY_AMOUNT\",\n            \"serviceCode\": \"19\",\n            \"logoUrl\": \"https://test.usebillbox.com/static/images/logo/bo.png\",\n            \"oneTimePayment\": false,\n            \"hasCustomerSegmentations\": false,\n            \"hasFixedDenominations\": false,\n            \"referenceField\": \"Customer Number\",\n            \"contactField\": \"Payer Phone\",\n            \"referenceRegex\": \".*\",\n            \"contactRegex\": \".*\",\n            \"reversible\": false,\n            \"serviceType\": null,\n            \"fixedCharge\": 0,\n            \"percentCharge\": 0,\n            \"minAmount\": 0,\n            \"maxAmount\": 0,\n            \"minCharge\": 0,\n            \"maxCharge\": 0,\n            \"exchangeRate\": 1,\n            \"fixedBillItems\": [],\n            \"denominations\": null,\n            \"referenceList\": null\n        },\n        {\n            \"collectionId\": \"55341b224204e1898622747b\",\n            \"name\": \"Expresso Airtime\",\n            \"description\": \"Direct topup of Expresso airtime\",\n            \"categoryId\": \"552f9991409d01bcb58c3fa1\",\n            \"collectionType\": \"PAY\",\n            \"serviceCode\": \"17\",\n            \"logoUrl\": \"https://test.usebillbox.com/static/images/logo/expresso.png\",\n            \"oneTimePayment\": false,\n            \"hasCustomerSegmentations\": false,\n            \"hasFixedDenominations\": false,\n            \"referenceField\": \"Recipient's Number\",\n            \"contactField\": \"Payer Email\",\n            \"referenceRegex\": \"\\\\d+\",\n            \"contactRegex\": \"[a-zA-Z0-9._%-]+@[a-zA-Z0-9._%-]+\\\\.[a-zA-Z]{2,4}\",\n            \"reversible\": false,\n            \"serviceType\": null,\n            \"fixedCharge\": 0.5,\n            \"percentCharge\": 0,\n            \"minAmount\": 0,\n            \"maxAmount\": 0,\n            \"minCharge\": 0,\n            \"maxCharge\": 0,\n            \"exchangeRate\": 1,\n            \"fixedBillItems\": [],\n            \"denominations\": null,\n            \"referenceList\": null\n        },\n        {\n            \"collectionId\": \"569f599251ab0a3ced4455a9\",\n            \"name\": \"GSD Card Topup\",\n            \"description\": \"Topup your Ghana Student Discount Card\",\n            \"categoryId\": \"552f996a409d01bcb58c3fa0\",\n            \"collectionType\": \"LOOKUP_PAY_AMOUNT\",\n            \"serviceCode\": \"105\",\n            \"logoUrl\": \"https://test.usebillbox.com/static/images/logo/gsd.png\",\n            \"oneTimePayment\": false,\n            \"hasCustomerSegmentations\": false,\n            \"hasFixedDenominations\": false,\n            \"referenceField\": \"GSD Card Number\",\n            \"contactField\": \"Payer Phone\",\n            \"referenceRegex\": \".*\",\n            \"contactRegex\": \".*\",\n            \"reversible\": false,\n            \"serviceType\": null,\n            \"fixedCharge\": 0,\n            \"percentCharge\": 0,\n            \"minAmount\": 0,\n            \"maxAmount\": 0,\n            \"minCharge\": 0,\n            \"maxCharge\": 0,\n            \"exchangeRate\": 1,\n            \"fixedBillItems\": [],\n            \"denominations\": null,\n            \"referenceList\": null\n        },\n        {\n            \"collectionId\": \"5b802082ee87bf9b056ea425\",\n            \"name\": \"Glo Data\",\n            \"description\": \"Purchase your Glo airtime\",\n            \"categoryId\": \"552f9991409d01bcb58c3fa1\",\n            \"collectionType\": \"PAY_OPTIONS\",\n            \"serviceCode\": \"023\",\n            \"logoUrl\": \"https://test.usebillbox.com/static/images/logo/glo.png\",\n            \"oneTimePayment\": false,\n            \"hasCustomerSegmentations\": false,\n            \"hasFixedDenominations\": true,\n            \"referenceField\": \"Data Sim Number\",\n            \"contactField\": \"Mobile Number\",\n            \"referenceRegex\": \"\\\\d+\",\n            \"contactRegex\": \".*\",\n            \"reversible\": false,\n            \"serviceType\": null,\n            \"fixedCharge\": 0,\n            \"percentCharge\": 0,\n            \"minAmount\": 0,\n            \"maxAmount\": 0,\n            \"minCharge\": 0,\n            \"maxCharge\": 0,\n            \"exchangeRate\": 1,\n            \"fixedBillItems\": [],\n            \"denominations\": null,\n            \"referenceList\": null\n        },\n        {\n            \"collectionId\": \"5b72b54ff109844b458936e9\",\n            \"name\": \"ICGC\",\n            \"description\": \"Pay your tithes and offerings\",\n            \"categoryId\": \"59b16a26dad7c3b8f6d1afb0\",\n            \"collectionType\": \"LOOKUP_PAY_INVOICES\",\n            \"serviceCode\": \"906\",\n            \"logoUrl\": \"https://test.usebillbox.com/static/images/logo/icgc.png\",\n            \"oneTimePayment\": false,\n            \"hasCustomerSegmentations\": false,\n            \"hasFixedDenominations\": false,\n            \"referenceField\": \"Membership ID\",\n            \"contactField\": \"Mobile Number\",\n            \"referenceRegex\": \".*\",\n            \"contactRegex\": \".*\",\n            \"reversible\": false,\n            \"serviceType\": null,\n            \"fixedCharge\": 0,\n            \"percentCharge\": 0,\n            \"minAmount\": 0,\n            \"maxAmount\": 0,\n            \"minCharge\": 0,\n            \"maxCharge\": 0,\n            \"exchangeRate\": 1,\n            \"fixedBillItems\": [],\n            \"denominations\": null,\n            \"referenceList\": null\n        },\n        {\n            \"collectionId\": \"570512293389fa733c9f3100\",\n            \"name\": \"Lincoln Community School\",\n            \"description\": \"Pay your Annual Tuition Fees\",\n            \"categoryId\": \"564c50b24e55730870b7db27\",\n            \"collectionType\": \"PAY_ITEMS\",\n            \"serviceCode\": \"810\",\n            \"logoUrl\": \"https://test.usebillbox.com/static/images/logo/lincoln.png\",\n            \"oneTimePayment\": false,\n            \"hasCustomerSegmentations\": false,\n            \"hasFixedDenominations\": false,\n            \"referenceField\": \"Household ID\",\n            \"contactField\": \"Mobile Number\",\n            \"referenceRegex\": \".*\",\n            \"contactRegex\": \".*\",\n            \"reversible\": false,\n            \"serviceType\": null,\n            \"fixedCharge\": 0,\n            \"percentCharge\": 0,\n            \"minAmount\": 0,\n            \"maxAmount\": 0,\n            \"minCharge\": 0,\n            \"maxCharge\": 0,\n            \"exchangeRate\": 1,\n            \"fixedBillItems\": [],\n            \"denominations\": null,\n            \"referenceList\": null\n        },\n        {\n            \"collectionId\": \"598ce4b23389fa40a4164666\",\n            \"name\": \"MPS Invoices\",\n            \"description\": \"Pay your MPS invoices\",\n            \"categoryId\": \"552f99c1409d01bcb58c3fa2\",\n            \"collectionType\": \"LOOKUP_PAY\",\n            \"serviceCode\": \"628\",\n            \"logoUrl\": \"https://test.usebillbox.com/static/images/logo/mps.png\",\n            \"oneTimePayment\": false,\n            \"hasCustomerSegmentations\": false,\n            \"hasFixedDenominations\": false,\n            \"referenceField\": \"Draft Id\",\n            \"contactField\": \"Phone Number\",\n            \"referenceRegex\": \".*\",\n            \"contactRegex\": \".*\",\n            \"reversible\": false,\n            \"serviceType\": null,\n            \"fixedCharge\": 0,\n            \"percentCharge\": 0,\n            \"minAmount\": 0,\n            \"maxAmount\": 0,\n            \"minCharge\": 0,\n            \"maxCharge\": 0,\n            \"exchangeRate\": 1,\n            \"fixedBillItems\": [],\n            \"denominations\": null,\n            \"referenceList\": null\n        }\n    ]\n}"}],"_postman_id":"b494e9b8-ee30-4372-a5c9-6c5abec0af1e"},{"name":"List Payment Options","id":"d1775605-866e-4c8c-bd6f-e2e7e1a9e168","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"requestId\": \"70895899-530e-4850-8bb1-453777fdc376\",\r\n    \"username\": \"xxxxxxx\",\r\n    \"password\": \"xxxxxxx\"\r\n}","options":{"raw":{"language":"json"}}},"url":"{{baseUrl}}/webpos/listPayOptions","description":"<blockquote>\n<p>The List Payment Options Endpoint, list various payment options (<em>mobile money, card, direct bank payments</em>) that are currently enabled for the Financial Institution. </p>\n</blockquote>\n<h5 id=\"parameter-list\">Parameter List</h5>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Parameter</th>\n<th>Description</th>\n<th>Required</th>\n<th>Type</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>username</td>\n<td>Financial instituion username</td>\n<td>Yes</td>\n<td>string</td>\n</tr>\n<tr>\n<td>password</td>\n<td>Financial instituion password</td>\n<td>Yes</td>\n<td>string</td>\n</tr>\n<tr>\n<td>deviceId</td>\n<td>USSD POS, mPOS device ID</td>\n<td>No</td>\n<td>string</td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"path":["webpos","listPayOptions"],"host":["{{baseUrl}}"],"query":[],"variable":[]}},"response":[{"id":"a389bfbd-b317-4e9d-8806-655d0f652636","name":"List Payment Options","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"requestId\": \"d8902ab0-0fcc-4495-b1ce-c7f2245942ac\",\r\n    \"username\": \"xxxxxxxxx\",\r\n    \"password\": \"xxxxxxxx\"\r\n}","options":{"raw":{"language":"json"}}},"url":"{{baseUrl}}/webpos/listPayOptions"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Access-Control-Allow-Methods","value":"POST, PUT, GET, OPTIONS, DELETE"},{"key":"Access-Control-Max-Age","value":"3600"},{"key":"Access-Control-Allow-Headers","value":"accept, authorization"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"Cache-Control","value":"no-cache, no-store, max-age=0, must-revalidate"},{"key":"Pragma","value":"no-cache"},{"key":"Expires","value":"0"},{"key":"X-Frame-Options","value":"DENY"},{"key":"Set-Cookie","value":"JSESSIONID=433654C158E1291D5BEBFDF949F64F8C; Path=/billbox-pos; HttpOnly"},{"key":"Content-Type","value":"application/json;charset=UTF-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Date","value":"Wed, 28 Oct 2020 12:01:24 GMT"}],"cookie":[],"responseTime":null,"body":"{\n    \"requestId\": \"b12a95ca-baa8-4aa1-bb57-27ece1d2a43e\",\n    \"success\": true,\n    \"statusCode\": \"SUCCESS\",\n    \"statusMessage\": \"Payment options retrieved successfully\",\n    \"result\": [\n        {\n            \"name\": \"MTN Mobile Money\",\n            \"description\": \"MTN Mobile Money\",\n            \"logo\": \"http://52.40.100.125:8082/billbox-pos/static/images/logo/mobile_money.png\",\n            \"maxAmount\": 0,\n            \"minAmount\": 0,\n            \"walletRef\": \"Mobile Number\",\n            \"refRegex\": \"\\\\d+\",\n            \"type\": \"MOBILE_MONEY\",\n            \"provider\": \"MTN_MONEY\",\n            \"preAuthNotice\": \"<p>Please ensure you have sufficient funds on in your wallet, otherwise you may not receive the prompt</p>\",\n            \"authNotice\": \"<p>Please check your phone for a prompt from MTN Mobile Money, <strong>If you didn't receive a prompt, please follow the instructions below:</strong> </p><ol><li>Dial *170#</li><li>Select 'My Wallet'</li> <li>Select 'My Approvals'</li> <li>Enter your mobile money pin</li> <li>Select the pending transaction to approve</li></ol><p style='color: red !important'><strong>NOTE: </strong>A prompt will not appear if you do not have sufficient funds in your MTN Mobile Money wallet for this transaction.</p>\",\n            \"flowType\": \"PROMPT\"\n        },\n        {\n            \"name\": \"Vodafone Cash\",\n            \"description\": \"Vodafone Cash\",\n            \"logo\": \"http://52.40.100.125:8082/billbox-pos/static/images/logo/vf_cash.png\",\n            \"maxAmount\": 0,\n            \"minAmount\": 0,\n            \"walletRef\": \"Mobile Number\",\n            \"refRegex\": \"\\\\d+\",\n            \"type\": \"MOBILE_MONEY\",\n            \"provider\": \"VODAFONE_CASH\",\n            \"preAuthNotice\": \"Please ensure you have sufficient funds on in your wallet, otherwise you may not receive the prompt\",\n            \"authNotice\": \"You should receive a prompt on your phone to enter your PIN.\",\n            \"flowType\": \"PROMPT\"\n        },\n        {\n            \"name\": \"Slydepay\",\n            \"description\": \"Slydepay\",\n            \"logo\": \"http://52.40.100.125:8082/billbox-pos/static/images/logo/slydepay.png\",\n            \"maxAmount\": 0,\n            \"minAmount\": 0,\n            \"walletRef\": \"Email or Mobile Number\",\n            \"refRegex\": \".*\",\n            \"type\": \"MOBILE_MONEY\",\n            \"provider\": \"SLYDEPAY\",\n            \"preAuthNotice\": \"A code will be generated for you to complete the payment with your Slydepay app\",\n            \"authNotice\": \"Please scan the QR code or enter the pay code to complete payment\",\n            \"flowType\": \"QR_CODE\"\n        },\n        {\n            \"name\": \"Stanbic Bank\",\n            \"description\": \"Direct debit of Stanbic bank accounts\",\n            \"logo\": \"http://52.40.100.125:8082/billbox-pos/static/images/logo/stanbic.png\",\n            \"maxAmount\": 0,\n            \"minAmount\": 0,\n            \"walletRef\": \"Account Number\",\n            \"refRegex\": \".*\",\n            \"type\": \"BANK\",\n            \"provider\": \"STANBIC_BANK\",\n            \"preAuthNotice\": null,\n            \"authNotice\": \"Please wait while we debit your bank account\",\n            \"flowType\": \"DEBIT\"\n        },\n        {\n            \"name\": \"Visa/Mastercard\",\n            \"description\": \"Payment using credit/debit card\",\n            \"logo\": \"http://52.40.100.125:8082/billbox-pos./static/images/logo/visa-mastercard.png\",\n            \"maxAmount\": 0,\n            \"minAmount\": 0,\n            \"walletRef\": \"PAN\",\n            \"refRegex\": \".*\",\n            \"type\": \"CARD\",\n            \"provider\": \"CARD\",\n            \"preAuthNotice\": \"\",\n            \"authNotice\": \"Please wait while we redirect you to our card processor\",\n            \"flowType\": \"REDIRECT\"\n        },\n        {\n            \"name\": \"AirtelTigo Money\",\n            \"description\": \"AirtelTigo Money\",\n            \"logo\": \"http://52.40.100.125:8082/billbox-posnull\",\n            \"maxAmount\": 0,\n            \"minAmount\": 0,\n            \"walletRef\": \"Mobile Number\",\n            \"refRegex\": \"\\\\d+\",\n            \"type\": \"MOBILE_MONEY\",\n            \"provider\": \"AIRTELTIGO_MONEY\",\n            \"preAuthNotice\": \"<p>Please ensure you have sufficient funds on in your wallet, otherwise you may not receive the prompt</p>\",\n            \"authNotice\": \"<p>Please check your phone for a prompt from AirtelTigo Money, <strong>If you didn't receive a prompt, please follow the instructions below:</strong> </p><ol><li>Dial *170#</li><li>Select 'My \",\n            \"flowType\": \"PROMPT\"\n        }\n    ]\n}"}],"_postman_id":"d1775605-866e-4c8c-bd6f-e2e7e1a9e168"},{"name":"Create Invoice","id":"5f9bd7a0-9c4d-4277-b1ef-c255b0b679ac","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"requestId\": \"d621e861-f375-472f-b189-afe5018cd0dc\",\r\n    \"username\": \"xxxxxxxx\",\r\n    \"password\": \"xxxxxx\",\r\n    \"merchantOrderId\": \"2020081014523517655\",\r\n    \"serviceCode\": \"987\",\r\n    \"currency\": \"GHS\",\r\n    \"refernce\": \"GHP1234\",\r\n    \"invoiceItems\": [{\r\n        \"code\": \"987\",\r\n        \"name\": \"Papilo Goods and Services\",\r\n        \"description\": \"Purchase of Goods and services\",\r\n        \"imgUrl\": \"https://test.usebillbox.com/static/images/logo/apsu.jpg\",\r\n        \"unitPrice\": 11.39,\r\n        \"quantity\": 1,\r\n        \"subTotal\": 11.39\r\n    },\r\n    {\r\n        \"code\": \"987\",\r\n        \"name\": \"Papilo Goods and Services\",\r\n        \"description\": \"Purchase of Goods and services\",\r\n        \"imgUrl\": \"https://test.usebillbox.com/static/images/logo/apsu.jpg\",\r\n        \"unitPrice\": 12.39,\r\n        \"quantity\": 1,\r\n        \"subTotal\": 12.39\r\n    },\r\n    {\r\n        \"code\": \"987\",\r\n        \"name\": \"Papilo Goods and Services\",\r\n        \"description\": \"Purchase of Goods and services\",\r\n        \"imgUrl\": \"https://test.usebillbox.com/static/images/logo/apsu.jpg\",\r\n        \"unitPrice\": 13.39,\r\n        \"quantity\": 1,\r\n        \"subTotal\": 13.39\r\n    },\r\n    {\r\n        \"code\": \"987\",\r\n        \"name\": \"Papilo Goods and Services\",\r\n        \"description\": \"Purchase of Goods and services\",\r\n        \"imgUrl\": \"https://test.usebillbox.com/static/images/logo/apsu.jpg\",\r\n        \"unitPrice\": 14.39,\r\n        \"quantity\": 1,\r\n        \"subTotal\": 14.39\r\n    },\r\n    {\r\n        \"code\": \"987\",\r\n        \"name\": \"Papilo Goods and Services\",\r\n        \"description\": \"Purchase of Goods and services\",\r\n        \"imgUrl\": \"https://test.usebillbox.com/static/images/logo/apsu.jpg\",\r\n        \"unitPrice\": 14.39,\r\n        \"quantity\": 1,\r\n        \"subTotal\": 14.39\r\n    },\r\n    {\r\n        \"code\": \"987\",\r\n        \"name\": \"Papilo Goods and Services\",\r\n        \"description\": \"Purchase of Goods and services\",\r\n        \"imgUrl\": \"https://test.usebillbox.com/static/images/logo/apsu.jpg\",\r\n        \"unitPrice\": 15.39,\r\n        \"quantity\": 1,\r\n        \"subTotal\": 15.39\r\n    },\r\n    {\r\n        \"code\": \"987\",\r\n        \"name\": \"Papilo Goods and Services\",\r\n        \"description\": \"Purchase of Goods and services\",\r\n        \"imgUrl\": \"https://test.usebillbox.com/static/images/logo/apsu.jpg\",\r\n        \"unitPrice\": 16.39,\r\n        \"quantity\": 1,\r\n        \"subTotal\": 16.39\r\n    }]\r\n}","options":{"raw":{"language":"json"}}},"url":"{{baseUrl}}/webpos/createInvoice","description":"<blockquote>\n<p>This endpoint enables the creation of invoices or orders with items through the Financial institution's channels. An invoice can be generated with our without sub items. An invoice/order can have an unlimited number of items.</p>\n</blockquote>\n<h5 id=\"parameter-list-for-create-invoice-with-items\">Parameter List for Create Invoice with Items</h5>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Parameter</th>\n<th>Description</th>\n<th>Required</th>\n<th>Type</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>username</td>\n<td>Financial instituion username</td>\n<td>Yes</td>\n<td>string</td>\n</tr>\n<tr>\n<td>password</td>\n<td>Financial instituion password</td>\n<td>Yes</td>\n<td>string</td>\n</tr>\n<tr>\n<td>merchantOrderId</td>\n<td>ID of order generated by merchant</td>\n<td>Yes</td>\n<td>string</td>\n</tr>\n<tr>\n<td>serviceCode</td>\n<td>merchant service code</td>\n<td>Yes</td>\n<td>string</td>\n</tr>\n<tr>\n<td>currency</td>\n<td>currency supported for payment</td>\n<td>Yes</td>\n<td>string</td>\n</tr>\n<tr>\n<td>reference</td>\n<td>Customer’s reference with biller (eg. Account number, mobile number)</td>\n<td>Yes</td>\n<td>string</td>\n</tr>\n<tr>\n<td>trustedNum</td>\n<td>Customer's mobile money number that will receive payment request. When this value is passed the customer is excluded from Debit Authorization Checks.</td>\n<td>No</td>\n<td>string</td>\n</tr>\n<tr>\n<td><strong>invoiceItems[]</strong></td>\n<td>array of invoice/items. <em>parameter details are italized below</em></td>\n<td>Yes</td>\n<td>array</td>\n</tr>\n<tr>\n<td><em>code</em></td>\n<td>item code</td>\n<td>Yes</td>\n<td>string</td>\n</tr>\n<tr>\n<td><em>name</em></td>\n<td>item name</td>\n<td>Yes</td>\n<td>string</td>\n</tr>\n<tr>\n<td><em>description</em></td>\n<td>item description</td>\n<td>Yes</td>\n<td>string</td>\n</tr>\n<tr>\n<td><em>imgUrl</em></td>\n<td>item image url</td>\n<td>Yes</td>\n<td>string</td>\n</tr>\n<tr>\n<td><em>unitPrice</em></td>\n<td>item unit price</td>\n<td>Yes</td>\n<td>int</td>\n</tr>\n<tr>\n<td><em>quantity</em></td>\n<td>item quantity</td>\n<td>Yes</td>\n<td>int</td>\n</tr>\n<tr>\n<td><em>subTotal</em></td>\n<td>item sub total = unit price x quantity</td>\n<td>Yes</td>\n<td>string</td>\n</tr>\n</tbody>\n</table>\n</div><h5 id=\"parameter-list-for-create-invoice-with-no-items\">Parameter List for Create Invoice with No Items</h5>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Parameter</th>\n<th>Description</th>\n<th>Req</th>\n<th>Type</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>username</td>\n<td>Financial instituion username</td>\n<td>Yes</td>\n<td>string</td>\n</tr>\n<tr>\n<td>password</td>\n<td>Financial instituion password</td>\n<td>Yes</td>\n<td>string</td>\n</tr>\n<tr>\n<td>merchantOrderId</td>\n<td>ID of order generated by merchant</td>\n<td>Yes</td>\n<td>string</td>\n</tr>\n<tr>\n<td>serviceCode</td>\n<td>merchant service code</td>\n<td>Yes</td>\n<td>string</td>\n</tr>\n<tr>\n<td>currency</td>\n<td>currency supported for payment</td>\n<td>Yes</td>\n<td>string</td>\n</tr>\n<tr>\n<td>amount</td>\n<td>invoice amount</td>\n<td>Yes</td>\n<td>string</td>\n</tr>\n<tr>\n<td>reference</td>\n<td>invoice reference</td>\n<td>Yes</td>\n<td>string</td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"path":["webpos","createInvoice"],"host":["{{baseUrl}}"],"query":[],"variable":[]}},"response":[{"id":"7d7b1d6f-57ad-4e64-b1c4-b4f9f61163e2","name":"Create Invoice with Items","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"requestId\": \"f36bc25f-da3f-44e6-8afb-d465e17401ee\",\r\n    \"username\": \"xxxxxxx\",\r\n    \"password\": \"xxxxxxx\",\r\n    \"merchantOrderId\": \"20200810145235123\",\r\n    \"serviceCode\": \"987\",\r\n    \"currency\": \"GHS\",\r\n    \"invoiceItems\": [{\r\n        \"code\": \"987\",\r\n        \"name\": \"Papilo Goods and Services\",\r\n        \"description\": \"Purchase of Goods and services\",\r\n        \"imgUrl\": \"https://test.usebillbox.com/static/images/logo/apsu.jpg\",\r\n        \"unitPrice\": 11.39,\r\n        \"quantity\": 1,\r\n        \"subTotal\": 11.39\r\n    },\r\n    {\r\n        \"code\": \"987\",\r\n        \"name\": \"Papilo Goods and Services\",\r\n        \"description\": \"Purchase of Goods and services\",\r\n        \"imgUrl\": \"https://test.usebillbox.com/static/images/logo/apsu.jpg\",\r\n        \"unitPrice\": 12.39,\r\n        \"quantity\": 1,\r\n        \"subTotal\": 12.39\r\n    },\r\n    {\r\n        \"code\": \"987\",\r\n        \"name\": \"Papilo Goods and Services\",\r\n        \"description\": \"Purchase of Goods and services\",\r\n        \"imgUrl\": \"https://test.usebillbox.com/static/images/logo/apsu.jpg\",\r\n        \"unitPrice\": 13.39,\r\n        \"quantity\": 1,\r\n        \"subTotal\": 13.39\r\n    },\r\n    {\r\n        \"code\": \"987\",\r\n        \"name\": \"Papilo Goods and Services\",\r\n        \"description\": \"Purchase of Goods and services\",\r\n        \"imgUrl\": \"https://test.usebillbox.com/static/images/logo/apsu.jpg\",\r\n        \"unitPrice\": 14.39,\r\n        \"quantity\": 1,\r\n        \"subTotal\": 14.39\r\n    },\r\n    {\r\n        \"code\": \"987\",\r\n        \"name\": \"Papilo Goods and Services\",\r\n        \"description\": \"Purchase of Goods and services\",\r\n        \"imgUrl\": \"https://test.usebillbox.com/static/images/logo/apsu.jpg\",\r\n        \"unitPrice\": 14.39,\r\n        \"quantity\": 1,\r\n        \"subTotal\": 14.39\r\n    },\r\n    {\r\n        \"code\": \"987\",\r\n        \"name\": \"Papilo Goods and Services\",\r\n        \"description\": \"Purchase of Goods and services\",\r\n        \"imgUrl\": \"https://test.usebillbox.com/static/images/logo/apsu.jpg\",\r\n        \"unitPrice\": 15.39,\r\n        \"quantity\": 1,\r\n        \"subTotal\": 15.39\r\n    },\r\n    {\r\n        \"code\": \"987\",\r\n        \"name\": \"Papilo Goods and Services\",\r\n        \"description\": \"Purchase of Goods and services\",\r\n        \"imgUrl\": \"https://test.usebillbox.com/static/images/logo/apsu.jpg\",\r\n        \"unitPrice\": 16.39,\r\n        \"quantity\": 1,\r\n        \"subTotal\": 16.39\r\n    }]\r\n}","options":{"raw":{"language":"json"}}},"url":"{{baseUrl}}/webpos/createInvoice"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Access-Control-Allow-Methods","value":"POST, PUT, GET, OPTIONS, DELETE"},{"key":"Access-Control-Max-Age","value":"3600"},{"key":"Access-Control-Allow-Headers","value":"accept, authorization"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"Cache-Control","value":"no-cache, no-store, max-age=0, must-revalidate"},{"key":"Pragma","value":"no-cache"},{"key":"Expires","value":"0"},{"key":"X-Frame-Options","value":"DENY"},{"key":"Set-Cookie","value":"JSESSIONID=763B2E0D5AEA614295D7B385ACF271B5; Path=/billbox-pos; HttpOnly"},{"key":"Content-Type","value":"application/json;charset=UTF-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Date","value":"Wed, 28 Oct 2020 12:10:52 GMT"}],"cookie":[],"responseTime":null,"body":"{\n    \"requestId\": \"4bdca3d0-a91d-48a1-8e27-39107dd7452f\",\n    \"success\": true,\n    \"statusCode\": \"SUCCESS\",\n    \"statusMessage\": \"Invoice created successfully\",\n    \"result\": {\n        \"serviceCode\": \"987\",\n        \"invoiceNum\": \"6aa9be73-ed44-4482-bb96-53072b162c69\",\n        \"merchantOrderId\": \"20200810145235123\",\n        \"currency\": \"GHS\",\n        \"itemCount\": 7,\n        \"invoiceAmount\": \"97.73\",\n        \"fees\": \"5.9773\",\n        \"grandTotal\": \"103.7073\",\n        \"status\": \"OPEN\",\n        \"callbackUrl\": \"https://www.google.com\",\n        \"checkoutUrl\": \"http://bbwebpos.doersops.com/slydepay/slydepay/6aa9be73-ed44-4482-bb96-53072b162c69\"\n    }\n}"},{"id":"be5e54ae-b6a3-4d44-85a0-208b8b26237a","name":"Create Invoice with No Items","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"requestId\": \"4c063896-b245-4c46-89d3-a7b3bcd68182\",\r\n    \"username\": \"xxxxxxxx\",\r\n    \"password\": \"xxxxxxx\",\r\n    \"merchantOrderId\": \"202008241855\",\r\n    \"serviceCode\": \"41\",\r\n    \"currency\": \"GHS\",\r\n    \"amount\": \"7\",\r\n    \"reference\": \"APSU 1\"\r\n}","options":{"raw":{"language":"json"}}},"url":"{{baseUrl}}/webpos/createInvoice"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Access-Control-Allow-Methods","value":"POST, PUT, GET, OPTIONS, DELETE"},{"key":"Access-Control-Max-Age","value":"3600"},{"key":"Access-Control-Allow-Headers","value":"accept, authorization"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"Cache-Control","value":"no-cache, no-store, max-age=0, must-revalidate"},{"key":"Pragma","value":"no-cache"},{"key":"Expires","value":"0"},{"key":"X-Frame-Options","value":"DENY"},{"key":"Set-Cookie","value":"JSESSIONID=7648DD6A5595DACE69AF00A3ACF37BAB; Path=/billbox-pos; HttpOnly"},{"key":"Content-Type","value":"application/json;charset=UTF-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Date","value":"Wed, 28 Oct 2020 12:33:33 GMT"}],"cookie":[],"responseTime":null,"body":"{\n    \"requestId\": \"6bc98021-a625-418a-bdde-ec8f0387ba12\",\n    \"success\": true,\n    \"statusCode\": \"SUCCESS\",\n    \"statusMessage\": \"Invoice created successfully\",\n    \"result\": {\n        \"serviceCode\": \"41\",\n        \"invoiceNum\": \"6090654e-fb3c-41dd-8402-91a5696403d7\",\n        \"merchantOrderId\": \"202008241855\",\n        \"currency\": \"GHS\",\n        \"itemCount\": 0,\n        \"invoiceAmount\": \"7\",\n        \"fees\": \"0\",\n        \"grandTotal\": \"7\",\n        \"status\": \"OPEN\",\n        \"callbackUrl\": null,\n        \"checkoutUrl\": \"http://bbwebpos.doersops.com/slydepay/slydepay/6090654e-fb3c-41dd-8402-91a5696403d7\"\n    }\n}"}],"_postman_id":"5f9bd7a0-9c4d-4277-b1ef-c255b0b679ac"},{"name":"Get Invoice Summary ","id":"a62c6911-65ba-4e87-95a7-42385474045e","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"requestId\": \"577f7f10-0654-49c0-8653-68cb009eb1ea\",\r\n    \"username\": \"xxxxxxx\",\r\n    \"password\": \"xxxxxxx\",\r\n    \"invoiceNum\": \"6aa9be73-ed44-4482-bb96-53072b162c69\"\r\n}","options":{"raw":{"language":"json"}}},"url":"{{baseUrl}}/webpos/getInvoiceSummary","description":"<blockquote>\n<p>This endpoint retrieves the summary details of an invoice/order so it can be diplayed on the Financial institutions checkout channel. An invoice can be retrieved using either the merchants order ID used in creating the invoice, or the invoice number generated from the create invoice process. </p>\n</blockquote>\n<h5 id=\"parameter-list-for-get-invoice-summary-with-merchant-order-id\">Parameter List for Get Invoice Summary with Merchant Order ID</h5>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Parameter</th>\n<th>Description</th>\n<th>Req</th>\n<th>Type</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>username</td>\n<td>Financial instituion username</td>\n<td>Yes</td>\n<td>string</td>\n</tr>\n<tr>\n<td>password</td>\n<td>Financial instituion password</td>\n<td>Yes</td>\n<td>string</td>\n</tr>\n<tr>\n<td>merchantOrderId</td>\n<td>ID of order generated by merchant</td>\n<td>Yes</td>\n<td>string</td>\n</tr>\n</tbody>\n</table>\n</div><h5 id=\"parameter-list-for-get-invoice-summary-with-invoice-number\">Parameter List for Get Invoice Summary with Invoice Number</h5>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Parameter</th>\n<th>Description</th>\n<th>Req</th>\n<th>Type</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>username</td>\n<td>Financial instituion username</td>\n<td>Yes</td>\n<td>string</td>\n</tr>\n<tr>\n<td>password</td>\n<td>Financial instituion password</td>\n<td>Yes</td>\n<td>string</td>\n</tr>\n<tr>\n<td>invoiceNum</td>\n<td>invoice number of order generated by merchant</td>\n<td>Yes</td>\n<td>string</td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"path":["webpos","getInvoiceSummary"],"host":["{{baseUrl}}"],"query":[],"variable":[]}},"response":[{"id":"30aec351-d5ff-4f6a-9edc-3f1cc95ae2fd","name":"Get Invoice Summary with Invoice Number","originalRequest":{"method":"POST","header":[{"key":"","value":"","type":"text","disabled":true}],"body":{"mode":"raw","raw":"{\r\n    \"requestId\": \"c3189d5c-7b5b-4fb8-9a42-ac9c27142bc6\",\r\n    \"username\": \"xxxxxx\",\r\n    \"password\": \"xxxxxx\",\r\n    \"invoiceNum\": \"6aa9be73-ed44-4482-bb96-53072b162c69\"\r\n}","options":{"raw":{"language":"json"}}},"url":"{{baseUrl}}/webpos/getInvoiceSummary"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Access-Control-Allow-Methods","value":"POST, PUT, GET, OPTIONS, DELETE"},{"key":"Access-Control-Max-Age","value":"3600"},{"key":"Access-Control-Allow-Headers","value":"accept, authorization"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"Cache-Control","value":"no-cache, no-store, max-age=0, must-revalidate"},{"key":"Pragma","value":"no-cache"},{"key":"Expires","value":"0"},{"key":"X-Frame-Options","value":"DENY"},{"key":"Set-Cookie","value":"JSESSIONID=768D18E87483842A7017F65B4C1E462B; Path=/billbox-pos; HttpOnly"},{"key":"Content-Type","value":"application/json;charset=UTF-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Date","value":"Wed, 28 Oct 2020 13:41:47 GMT"}],"cookie":[],"responseTime":null,"body":"{\n    \"requestId\": null,\n    \"success\": true,\n    \"statusCode\": \"SUCCESS\",\n    \"statusMessage\": \"Order retrieved successfully\",\n    \"result\": {\n        \"serviceCode\": \"987\",\n        \"invoiceNum\": \"6aa9be73-ed44-4482-bb96-53072b162c69\",\n        \"merchantOrderId\": \"20200810145235123\",\n        \"currency\": \"GHS\",\n        \"itemCount\": 7,\n        \"invoiceAmount\": \"97.73\",\n        \"fees\": \"5.9773\",\n        \"grandTotal\": \"103.7073\",\n        \"status\": \"OPEN\",\n        \"callbackUrl\": \"https://www.google.com\",\n        \"checkoutUrl\": \"http://bbwebpos.doersops.com/slydepay/slydepay/6aa9be73-ed44-4482-bb96-53072b162c69\",\n        \"invoiceItems\": [\n            {\n                \"code\": \"987\",\n                \"name\": \"Papilo Goods and Services\",\n                \"description\": \"Purchase of Goods and services\",\n                \"imgUrl\": \"https://test.usebillbox.com/static/images/logo/apsu.jpg\",\n                \"unitPrice\": 11.39,\n                \"quantity\": 1,\n                \"subTotal\": 11.39\n            },\n            {\n                \"code\": \"987\",\n                \"name\": \"Papilo Goods and Services\",\n                \"description\": \"Purchase of Goods and services\",\n                \"imgUrl\": \"https://test.usebillbox.com/static/images/logo/apsu.jpg\",\n                \"unitPrice\": 12.39,\n                \"quantity\": 1,\n                \"subTotal\": 12.39\n            },\n            {\n                \"code\": \"987\",\n                \"name\": \"Papilo Goods and Services\",\n                \"description\": \"Purchase of Goods and services\",\n                \"imgUrl\": \"https://test.usebillbox.com/static/images/logo/apsu.jpg\",\n                \"unitPrice\": 13.39,\n                \"quantity\": 1,\n                \"subTotal\": 13.39\n            },\n            {\n                \"code\": \"987\",\n                \"name\": \"Papilo Goods and Services\",\n                \"description\": \"Purchase of Goods and services\",\n                \"imgUrl\": \"https://test.usebillbox.com/static/images/logo/apsu.jpg\",\n                \"unitPrice\": 14.39,\n                \"quantity\": 1,\n                \"subTotal\": 14.39\n            },\n            {\n                \"code\": \"987\",\n                \"name\": \"Papilo Goods and Services\",\n                \"description\": \"Purchase of Goods and services\",\n                \"imgUrl\": \"https://test.usebillbox.com/static/images/logo/apsu.jpg\",\n                \"unitPrice\": 14.39,\n                \"quantity\": 1,\n                \"subTotal\": 14.39\n            },\n            {\n                \"code\": \"987\",\n                \"name\": \"Papilo Goods and Services\",\n                \"description\": \"Purchase of Goods and services\",\n                \"imgUrl\": \"https://test.usebillbox.com/static/images/logo/apsu.jpg\",\n                \"unitPrice\": 15.39,\n                \"quantity\": 1,\n                \"subTotal\": 15.39\n            },\n            {\n                \"code\": \"987\",\n                \"name\": \"Papilo Goods and Services\",\n                \"description\": \"Purchase of Goods and services\",\n                \"imgUrl\": \"https://test.usebillbox.com/static/images/logo/apsu.jpg\",\n                \"unitPrice\": 16.39,\n                \"quantity\": 1,\n                \"subTotal\": 16.39\n            }\n        ]\n    }\n}"},{"id":"66a9cc6f-555e-4ffb-af1a-2aabe3040427","name":"Get Invoice Summary  with Merchant Order ID","originalRequest":{"method":"POST","header":[{"key":"","value":"","type":"text","disabled":true}],"body":{"mode":"raw","raw":"{\r\n    \"requestId\": \"d5facee5-33f7-43e5-8809-6c503277cf9a\",\r\n    \"username\": \"xxxxxx\",\r\n    \"password\": \"xxxxxx\",\r\n    \"merchantOrderId\": \"20200810145235123\"\r\n}","options":{"raw":{"language":"json"}}},"url":"{{baseUrl}}/webpos/getInvoiceSummary"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Access-Control-Allow-Methods","value":"POST, PUT, GET, OPTIONS, DELETE"},{"key":"Access-Control-Max-Age","value":"3600"},{"key":"Access-Control-Allow-Headers","value":"accept, authorization"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"Cache-Control","value":"no-cache, no-store, max-age=0, must-revalidate"},{"key":"Pragma","value":"no-cache"},{"key":"Expires","value":"0"},{"key":"X-Frame-Options","value":"DENY"},{"key":"Content-Type","value":"application/json;charset=UTF-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Date","value":"Wed, 28 Oct 2020 13:39:14 GMT"}],"cookie":[],"responseTime":null,"body":"{\n    \"requestId\": null,\n    \"success\": true,\n    \"statusCode\": \"SUCCESS\",\n    \"statusMessage\": \"Order retrieved successfully\",\n    \"result\": {\n        \"serviceCode\": \"987\",\n        \"invoiceNum\": \"6aa9be73-ed44-4482-bb96-53072b162c69\",\n        \"merchantOrderId\": \"20200810145235123\",\n        \"currency\": \"GHS\",\n        \"itemCount\": 7,\n        \"invoiceAmount\": \"97.73\",\n        \"fees\": \"5.9773\",\n        \"grandTotal\": \"103.7073\",\n        \"status\": \"OPEN\",\n        \"callbackUrl\": \"https://www.google.com\",\n        \"checkoutUrl\": \"http://bbwebpos.doersops.com/slydepay/slydepay/6aa9be73-ed44-4482-bb96-53072b162c69\",\n        \"invoiceItems\": [\n            {\n                \"code\": \"987\",\n                \"name\": \"Papilo Goods and Services\",\n                \"description\": \"Purchase of Goods and services\",\n                \"imgUrl\": \"https://test.usebillbox.com/static/images/logo/apsu.jpg\",\n                \"unitPrice\": 11.39,\n                \"quantity\": 1,\n                \"subTotal\": 11.39\n            },\n            {\n                \"code\": \"987\",\n                \"name\": \"Papilo Goods and Services\",\n                \"description\": \"Purchase of Goods and services\",\n                \"imgUrl\": \"https://test.usebillbox.com/static/images/logo/apsu.jpg\",\n                \"unitPrice\": 12.39,\n                \"quantity\": 1,\n                \"subTotal\": 12.39\n            },\n            {\n                \"code\": \"987\",\n                \"name\": \"Papilo Goods and Services\",\n                \"description\": \"Purchase of Goods and services\",\n                \"imgUrl\": \"https://test.usebillbox.com/static/images/logo/apsu.jpg\",\n                \"unitPrice\": 13.39,\n                \"quantity\": 1,\n                \"subTotal\": 13.39\n            },\n            {\n                \"code\": \"987\",\n                \"name\": \"Papilo Goods and Services\",\n                \"description\": \"Purchase of Goods and services\",\n                \"imgUrl\": \"https://test.usebillbox.com/static/images/logo/apsu.jpg\",\n                \"unitPrice\": 14.39,\n                \"quantity\": 1,\n                \"subTotal\": 14.39\n            },\n            {\n                \"code\": \"987\",\n                \"name\": \"Papilo Goods and Services\",\n                \"description\": \"Purchase of Goods and services\",\n                \"imgUrl\": \"https://test.usebillbox.com/static/images/logo/apsu.jpg\",\n                \"unitPrice\": 14.39,\n                \"quantity\": 1,\n                \"subTotal\": 14.39\n            },\n            {\n                \"code\": \"987\",\n                \"name\": \"Papilo Goods and Services\",\n                \"description\": \"Purchase of Goods and services\",\n                \"imgUrl\": \"https://test.usebillbox.com/static/images/logo/apsu.jpg\",\n                \"unitPrice\": 15.39,\n                \"quantity\": 1,\n                \"subTotal\": 15.39\n            },\n            {\n                \"code\": \"987\",\n                \"name\": \"Papilo Goods and Services\",\n                \"description\": \"Purchase of Goods and services\",\n                \"imgUrl\": \"https://test.usebillbox.com/static/images/logo/apsu.jpg\",\n                \"unitPrice\": 16.39,\n                \"quantity\": 1,\n                \"subTotal\": 16.39\n            }\n        ]\n    }\n}"}],"_postman_id":"a62c6911-65ba-4e87-95a7-42385474045e"},{"name":"Get Invoice","id":"ba1c5277-9df4-4908-9b18-d2698c89afad","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"requestId\": \"7face7af-dc60-448e-9f67-c8dbf34d3780\",\r\n    \"username\": \"xxxxxx\",\r\n    \"password\": \"xxxxxxxx\",\r\n    \"invoiceNum\": \"6aa9be73-ed44-4482-bb96-53072b162c69\"\r\n}","options":{"raw":{"language":"json"}}},"url":"{{baseUrl}}/webpos/getInvoice","description":"<blockquote>\n<p>This endpoint retrieves the full details of an invoice/order so it can be diplayed on the Financial institutions checkout channel. The full details of the invoice include merchant profile information, payment options, and charges/fees. An invoice can be retrieved using either the merchants order ID used in creating the invoice, or the invoice number generated from the create invoice process. </p>\n</blockquote>\n<h5 id=\"parameter-list-for-get-invoice-with-merchant-order-id\">Parameter List for Get Invoice with Merchant Order ID</h5>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Parameter</th>\n<th>Description</th>\n<th>Req</th>\n<th>Type</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>username</td>\n<td>Financial instituion username</td>\n<td>Yes</td>\n<td>string</td>\n</tr>\n<tr>\n<td>password</td>\n<td>Financial instituion password</td>\n<td>Yes</td>\n<td>string</td>\n</tr>\n<tr>\n<td>merchantOrderId</td>\n<td>ID of order generated by merchant</td>\n<td>Yes</td>\n<td>string</td>\n</tr>\n</tbody>\n</table>\n</div><h5 id=\"parameter-list-for-get-invoice-with-invoice-number\">Parameter List for Get Invoice with Invoice Number</h5>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Parameter</th>\n<th>Description</th>\n<th>Req</th>\n<th>Type</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>username</td>\n<td>Financial instituion username</td>\n<td>Yes</td>\n<td>string</td>\n</tr>\n<tr>\n<td>password</td>\n<td>Financial instituion password</td>\n<td>Yes</td>\n<td>string</td>\n</tr>\n<tr>\n<td>invoiceNum</td>\n<td>invoice number of order generated by merchant</td>\n<td>Yes</td>\n<td>string</td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"path":["webpos","getInvoice"],"host":["{{baseUrl}}"],"query":[],"variable":[]}},"response":[{"id":"18a9b480-30f1-4791-98e7-fb41d84bcff2","name":"Get Invoice with Invoice Number","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"requestId\": \"eaaadd5c-4034-49ef-9c10-568bdb4fab2f\",\r\n    \"username\": \"nelly\",\r\n    \"password\": \"password\",\r\n    \"invoiceNum\": \"6aa9be73-ed44-4482-bb96-53072b162c69\"\r\n}","options":{"raw":{"language":"json"}}},"url":"{{baseUrl}}/webpos/getInvoice"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Access-Control-Allow-Methods","value":"POST, PUT, GET, OPTIONS, DELETE"},{"key":"Access-Control-Max-Age","value":"3600"},{"key":"Access-Control-Allow-Headers","value":"accept, authorization"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"Cache-Control","value":"no-cache, no-store, max-age=0, must-revalidate"},{"key":"Pragma","value":"no-cache"},{"key":"Expires","value":"0"},{"key":"X-Frame-Options","value":"DENY"},{"key":"Set-Cookie","value":"JSESSIONID=9C016BA961858B1BA607CA9464557B0E; Path=/billbox-pos; HttpOnly"},{"key":"Content-Type","value":"application/json;charset=UTF-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Date","value":"Wed, 28 Oct 2020 13:49:51 GMT"}],"cookie":[],"responseTime":null,"body":"{\n    \"requestId\": null,\n    \"success\": true,\n    \"statusCode\": \"SUCCESS\",\n    \"statusMessage\": \"Order retrieved successfully\",\n    \"result\": {\n        \"serviceCode\": \"987\",\n        \"invoiceNum\": \"6aa9be73-ed44-4482-bb96-53072b162c69\",\n        \"merchantOrderId\": \"20200810145235123\",\n        \"currency\": \"GHS\",\n        \"itemCount\": 7,\n        \"invoiceAmount\": \"97.73\",\n        \"fees\": \"5.9773\",\n        \"grandTotal\": \"103.7073\",\n        \"status\": \"OPEN\",\n        \"callbackUrl\": \"https://www.google.com\",\n        \"checkoutUrl\": \"http://bbwebpos.doersops.com/slydepay/slydepay/6aa9be73-ed44-4482-bb96-53072b162c69\",\n        \"invoiceItems\": [\n            {\n                \"code\": \"987\",\n                \"name\": \"Papilo Goods and Services\",\n                \"description\": \"Purchase of Goods and services\",\n                \"imgUrl\": \"https://test.usebillbox.com/static/images/logo/apsu.jpg\",\n                \"unitPrice\": 11.39,\n                \"quantity\": 1,\n                \"subTotal\": 11.39\n            },\n            {\n                \"code\": \"987\",\n                \"name\": \"Papilo Goods and Services\",\n                \"description\": \"Purchase of Goods and services\",\n                \"imgUrl\": \"https://test.usebillbox.com/static/images/logo/apsu.jpg\",\n                \"unitPrice\": 12.39,\n                \"quantity\": 1,\n                \"subTotal\": 12.39\n            },\n            {\n                \"code\": \"987\",\n                \"name\": \"Papilo Goods and Services\",\n                \"description\": \"Purchase of Goods and services\",\n                \"imgUrl\": \"https://test.usebillbox.com/static/images/logo/apsu.jpg\",\n                \"unitPrice\": 13.39,\n                \"quantity\": 1,\n                \"subTotal\": 13.39\n            },\n            {\n                \"code\": \"987\",\n                \"name\": \"Papilo Goods and Services\",\n                \"description\": \"Purchase of Goods and services\",\n                \"imgUrl\": \"https://test.usebillbox.com/static/images/logo/apsu.jpg\",\n                \"unitPrice\": 14.39,\n                \"quantity\": 1,\n                \"subTotal\": 14.39\n            },\n            {\n                \"code\": \"987\",\n                \"name\": \"Papilo Goods and Services\",\n                \"description\": \"Purchase of Goods and services\",\n                \"imgUrl\": \"https://test.usebillbox.com/static/images/logo/apsu.jpg\",\n                \"unitPrice\": 14.39,\n                \"quantity\": 1,\n                \"subTotal\": 14.39\n            },\n            {\n                \"code\": \"987\",\n                \"name\": \"Papilo Goods and Services\",\n                \"description\": \"Purchase of Goods and services\",\n                \"imgUrl\": \"https://test.usebillbox.com/static/images/logo/apsu.jpg\",\n                \"unitPrice\": 15.39,\n                \"quantity\": 1,\n                \"subTotal\": 15.39\n            },\n            {\n                \"code\": \"987\",\n                \"name\": \"Papilo Goods and Services\",\n                \"description\": \"Purchase of Goods and services\",\n                \"imgUrl\": \"https://test.usebillbox.com/static/images/logo/apsu.jpg\",\n                \"unitPrice\": 16.39,\n                \"quantity\": 1,\n                \"subTotal\": 16.39\n            }\n        ],\n        \"merchantDetails\": {\n            \"name\": \"Papilos Goods and Services\",\n            \"logo\": null,\n            \"callbackUrl\": \"\",\n            \"supportNumber\": \"\",\n            \"supportEmail\": \"\"\n        },\n        \"payOptions\": [\n            {\n                \"name\": \"MTN Mobile Money\",\n                \"description\": \"MTN Mobile Money\",\n                \"logo\": \"http://52.40.100.125:8082/billbox-pos/static/images/logo/mobile_money.png\",\n                \"maxAmount\": 0,\n                \"minAmount\": 0,\n                \"walletRef\": \"Mobile Number\",\n                \"refRegex\": \"\\\\d+\",\n                \"type\": \"MOBILE_MONEY\",\n                \"provider\": \"MTN_MONEY\",\n                \"preAuthNotice\": \"<p>Please ensure you have sufficient funds on in your wallet, otherwise you may not receive the prompt</p>\",\n                \"authNotice\": \"<p>Please check your phone for a prompt from MTN Mobile Money, <strong>If you didn't receive a prompt, please follow the instructions below:</strong> </p><ol><li>Dial *170#</li><li>Select 'My Wallet'</li> <li>Select 'My Approvals'</li> <li>Enter your mobile money pin</li> <li>Select the pending transaction to approve</li></ol><p style='color: red !important'><strong>NOTE: </strong>A prompt will not appear if you do not have sufficient funds in your MTN Mobile Money wallet for this transaction.</p>\",\n                \"flowType\": \"PROMPT\",\n                \"fee\": \"104.71\"\n            },\n            {\n                \"name\": \"Vodafone Cash\",\n                \"description\": \"Vodafone Cash\",\n                \"logo\": \"http://52.40.100.125:8082/billbox-pos/static/images/logo/vf_cash.png\",\n                \"maxAmount\": 0,\n                \"minAmount\": 0,\n                \"walletRef\": \"Mobile Number\",\n                \"refRegex\": \"\\\\d+\",\n                \"type\": \"MOBILE_MONEY\",\n                \"provider\": \"VODAFONE_CASH\",\n                \"preAuthNotice\": \"Please ensure you have sufficient funds on in your wallet, otherwise you may not receive the prompt\",\n                \"authNotice\": \"You should receive a prompt on your phone to enter your PIN.\",\n                \"flowType\": \"PROMPT\",\n                \"fee\": \"1.04\"\n            },\n            {\n                \"name\": \"Slydepay\",\n                \"description\": \"Slydepay\",\n                \"logo\": \"http://52.40.100.125:8082/billbox-pos/static/images/logo/slydepay.png\",\n                \"maxAmount\": 0,\n                \"minAmount\": 0,\n                \"walletRef\": \"Email or Mobile Number\",\n                \"refRegex\": \".*\",\n                \"type\": \"MOBILE_MONEY\",\n                \"provider\": \"SLYDEPAY\",\n                \"preAuthNotice\": \"A code will be generated for you to complete the payment with your Slydepay app\",\n                \"authNotice\": \"Please scan the QR code or enter the pay code to complete payment\",\n                \"flowType\": \"QR_CODE\",\n                \"fee\": \"0.00\"\n            },\n            {\n                \"name\": \"Stanbic Bank\",\n                \"description\": \"Direct debit of Stanbic bank accounts\",\n                \"logo\": \"http://52.40.100.125:8082/billbox-pos/static/images/logo/stanbic.png\",\n                \"maxAmount\": 0,\n                \"minAmount\": 0,\n                \"walletRef\": \"Account Number\",\n                \"refRegex\": \".*\",\n                \"type\": \"BANK\",\n                \"provider\": \"STANBIC_BANK\",\n                \"preAuthNotice\": null,\n                \"authNotice\": \"Please wait while we debit your bank account\",\n                \"flowType\": \"DEBIT\",\n                \"fee\": \"2.07\"\n            },\n            {\n                \"name\": \"Visa/Mastercard\",\n                \"description\": \"Payment using credit/debit card\",\n                \"logo\": \"http://52.40.100.125:8082/billbox-pos./static/images/logo/visa-mastercard.png\",\n                \"maxAmount\": 0,\n                \"minAmount\": 0,\n                \"walletRef\": \"PAN\",\n                \"refRegex\": \".*\",\n                \"type\": \"CARD\",\n                \"provider\": \"CARD\",\n                \"preAuthNotice\": \"\",\n                \"authNotice\": \"Please wait while we redirect you to our card processor\",\n                \"flowType\": \"REDIRECT\",\n                \"fee\": \"208.41\"\n            },\n            {\n                \"name\": \"AirtelTigo Money\",\n                \"description\": \"AirtelTigo Money\",\n                \"logo\": \"http://52.40.100.125:8082/billbox-posnull\",\n                \"maxAmount\": 0,\n                \"minAmount\": 0,\n                \"walletRef\": \"Mobile Number\",\n                \"refRegex\": \"\\\\d+\",\n                \"type\": \"MOBILE_MONEY\",\n                \"provider\": \"AIRTELTIGO_MONEY\",\n                \"preAuthNotice\": \"<p>Please ensure you have sufficient funds on in your wallet, otherwise you may not receive the prompt</p>\",\n                \"authNotice\": \"<p>Please check your phone for a prompt from AirtelTigo Money, <strong>If you didn't receive a prompt, please follow the instructions below:</strong> </p><ol><li>Dial *170#</li><li>Select 'My \",\n                \"flowType\": \"PROMPT\",\n                \"fee\": \"1.00\"\n            }\n        ]\n    }\n}"},{"id":"21d03868-1d11-47f1-94e3-b4a62c6102e4","name":"Get Invoice with Merchant Order ID","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"requestId\": \"bded4f48-4d80-4561-a120-d11b52e07eb9\",\r\n    \"username\": \"xxxxxxx\",\r\n    \"password\": \"xxxxxxx\",\r\n    \"merchantOrderId\": \"20200810145235123\"\r\n}","options":{"raw":{"language":"json"}}},"url":"{{baseUrl}}/webpos/getInvoice"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Access-Control-Allow-Methods","value":"POST, PUT, GET, OPTIONS, DELETE"},{"key":"Access-Control-Max-Age","value":"3600"},{"key":"Access-Control-Allow-Headers","value":"accept, authorization"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"Cache-Control","value":"no-cache, no-store, max-age=0, must-revalidate"},{"key":"Pragma","value":"no-cache"},{"key":"Expires","value":"0"},{"key":"X-Frame-Options","value":"DENY"},{"key":"Set-Cookie","value":"JSESSIONID=A6FF23AD500B6DAD5FCED43E56E6671F; Path=/billbox-pos; HttpOnly"},{"key":"Content-Type","value":"application/json;charset=UTF-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Date","value":"Wed, 28 Oct 2020 13:46:17 GMT"}],"cookie":[],"responseTime":null,"body":"{\n    \"requestId\": null,\n    \"success\": true,\n    \"statusCode\": \"SUCCESS\",\n    \"statusMessage\": \"Order retrieved successfully\",\n    \"result\": {\n        \"serviceCode\": \"987\",\n        \"invoiceNum\": \"6aa9be73-ed44-4482-bb96-53072b162c69\",\n        \"merchantOrderId\": \"20200810145235123\",\n        \"currency\": \"GHS\",\n        \"itemCount\": 7,\n        \"invoiceAmount\": \"97.73\",\n        \"fees\": \"5.9773\",\n        \"grandTotal\": \"103.7073\",\n        \"status\": \"OPEN\",\n        \"callbackUrl\": \"https://www.google.com\",\n        \"checkoutUrl\": \"http://bbwebpos.doersops.com/slydepay/slydepay/6aa9be73-ed44-4482-bb96-53072b162c69\",\n        \"invoiceItems\": [\n            {\n                \"code\": \"987\",\n                \"name\": \"Papilo Goods and Services\",\n                \"description\": \"Purchase of Goods and services\",\n                \"imgUrl\": \"https://test.usebillbox.com/static/images/logo/apsu.jpg\",\n                \"unitPrice\": 11.39,\n                \"quantity\": 1,\n                \"subTotal\": 11.39\n            },\n            {\n                \"code\": \"987\",\n                \"name\": \"Papilo Goods and Services\",\n                \"description\": \"Purchase of Goods and services\",\n                \"imgUrl\": \"https://test.usebillbox.com/static/images/logo/apsu.jpg\",\n                \"unitPrice\": 12.39,\n                \"quantity\": 1,\n                \"subTotal\": 12.39\n            },\n            {\n                \"code\": \"987\",\n                \"name\": \"Papilo Goods and Services\",\n                \"description\": \"Purchase of Goods and services\",\n                \"imgUrl\": \"https://test.usebillbox.com/static/images/logo/apsu.jpg\",\n                \"unitPrice\": 13.39,\n                \"quantity\": 1,\n                \"subTotal\": 13.39\n            },\n            {\n                \"code\": \"987\",\n                \"name\": \"Papilo Goods and Services\",\n                \"description\": \"Purchase of Goods and services\",\n                \"imgUrl\": \"https://test.usebillbox.com/static/images/logo/apsu.jpg\",\n                \"unitPrice\": 14.39,\n                \"quantity\": 1,\n                \"subTotal\": 14.39\n            },\n            {\n                \"code\": \"987\",\n                \"name\": \"Papilo Goods and Services\",\n                \"description\": \"Purchase of Goods and services\",\n                \"imgUrl\": \"https://test.usebillbox.com/static/images/logo/apsu.jpg\",\n                \"unitPrice\": 14.39,\n                \"quantity\": 1,\n                \"subTotal\": 14.39\n            },\n            {\n                \"code\": \"987\",\n                \"name\": \"Papilo Goods and Services\",\n                \"description\": \"Purchase of Goods and services\",\n                \"imgUrl\": \"https://test.usebillbox.com/static/images/logo/apsu.jpg\",\n                \"unitPrice\": 15.39,\n                \"quantity\": 1,\n                \"subTotal\": 15.39\n            },\n            {\n                \"code\": \"987\",\n                \"name\": \"Papilo Goods and Services\",\n                \"description\": \"Purchase of Goods and services\",\n                \"imgUrl\": \"https://test.usebillbox.com/static/images/logo/apsu.jpg\",\n                \"unitPrice\": 16.39,\n                \"quantity\": 1,\n                \"subTotal\": 16.39\n            }\n        ],\n        \"merchantDetails\": {\n            \"name\": \"Papilos Goods and Services\",\n            \"logo\": null,\n            \"callbackUrl\": \"\",\n            \"supportNumber\": \"\",\n            \"supportEmail\": \"\"\n        },\n        \"payOptions\": [\n            {\n                \"name\": \"MTN Mobile Money\",\n                \"description\": \"MTN Mobile Money\",\n                \"logo\": \"http://52.40.100.125:8082/billbox-pos/static/images/logo/mobile_money.png\",\n                \"maxAmount\": 0,\n                \"minAmount\": 0,\n                \"walletRef\": \"Mobile Number\",\n                \"refRegex\": \"\\\\d+\",\n                \"type\": \"MOBILE_MONEY\",\n                \"provider\": \"MTN_MONEY\",\n                \"preAuthNotice\": \"<p>Please ensure you have sufficient funds on in your wallet, otherwise you may not receive the prompt</p>\",\n                \"authNotice\": \"<p>Please check your phone for a prompt from MTN Mobile Money, <strong>If you didn't receive a prompt, please follow the instructions below:</strong> </p><ol><li>Dial *170#</li><li>Select 'My Wallet'</li> <li>Select 'My Approvals'</li> <li>Enter your mobile money pin</li> <li>Select the pending transaction to approve</li></ol><p style='color: red !important'><strong>NOTE: </strong>A prompt will not appear if you do not have sufficient funds in your MTN Mobile Money wallet for this transaction.</p>\",\n                \"flowType\": \"PROMPT\",\n                \"fee\": \"104.71\"\n            },\n            {\n                \"name\": \"Vodafone Cash\",\n                \"description\": \"Vodafone Cash\",\n                \"logo\": \"http://52.40.100.125:8082/billbox-pos/static/images/logo/vf_cash.png\",\n                \"maxAmount\": 0,\n                \"minAmount\": 0,\n                \"walletRef\": \"Mobile Number\",\n                \"refRegex\": \"\\\\d+\",\n                \"type\": \"MOBILE_MONEY\",\n                \"provider\": \"VODAFONE_CASH\",\n                \"preAuthNotice\": \"Please ensure you have sufficient funds on in your wallet, otherwise you may not receive the prompt\",\n                \"authNotice\": \"You should receive a prompt on your phone to enter your PIN.\",\n                \"flowType\": \"PROMPT\",\n                \"fee\": \"1.04\"\n            },\n            {\n                \"name\": \"Slydepay\",\n                \"description\": \"Slydepay\",\n                \"logo\": \"http://52.40.100.125:8082/billbox-pos/static/images/logo/slydepay.png\",\n                \"maxAmount\": 0,\n                \"minAmount\": 0,\n                \"walletRef\": \"Email or Mobile Number\",\n                \"refRegex\": \".*\",\n                \"type\": \"MOBILE_MONEY\",\n                \"provider\": \"SLYDEPAY\",\n                \"preAuthNotice\": \"A code will be generated for you to complete the payment with your Slydepay app\",\n                \"authNotice\": \"Please scan the QR code or enter the pay code to complete payment\",\n                \"flowType\": \"QR_CODE\",\n                \"fee\": \"0.00\"\n            },\n            {\n                \"name\": \"Stanbic Bank\",\n                \"description\": \"Direct debit of Stanbic bank accounts\",\n                \"logo\": \"http://52.40.100.125:8082/billbox-pos/static/images/logo/stanbic.png\",\n                \"maxAmount\": 0,\n                \"minAmount\": 0,\n                \"walletRef\": \"Account Number\",\n                \"refRegex\": \".*\",\n                \"type\": \"BANK\",\n                \"provider\": \"STANBIC_BANK\",\n                \"preAuthNotice\": null,\n                \"authNotice\": \"Please wait while we debit your bank account\",\n                \"flowType\": \"DEBIT\",\n                \"fee\": \"2.07\"\n            },\n            {\n                \"name\": \"Visa/Mastercard\",\n                \"description\": \"Payment using credit/debit card\",\n                \"logo\": \"http://52.40.100.125:8082/billbox-pos./static/images/logo/visa-mastercard.png\",\n                \"maxAmount\": 0,\n                \"minAmount\": 0,\n                \"walletRef\": \"PAN\",\n                \"refRegex\": \".*\",\n                \"type\": \"CARD\",\n                \"provider\": \"CARD\",\n                \"preAuthNotice\": \"\",\n                \"authNotice\": \"Please wait while we redirect you to our card processor\",\n                \"flowType\": \"REDIRECT\",\n                \"fee\": \"208.41\"\n            },\n            {\n                \"name\": \"AirtelTigo Money\",\n                \"description\": \"AirtelTigo Money\",\n                \"logo\": \"http://52.40.100.125:8082/billbox-posnull\",\n                \"maxAmount\": 0,\n                \"minAmount\": 0,\n                \"walletRef\": \"Mobile Number\",\n                \"refRegex\": \"\\\\d+\",\n                \"type\": \"MOBILE_MONEY\",\n                \"provider\": \"AIRTELTIGO_MONEY\",\n                \"preAuthNotice\": \"<p>Please ensure you have sufficient funds on in your wallet, otherwise you may not receive the prompt</p>\",\n                \"authNotice\": \"<p>Please check your phone for a prompt from AirtelTigo Money, <strong>If you didn't receive a prompt, please follow the instructions below:</strong> </p><ol><li>Dial *170#</li><li>Select 'My \",\n                \"flowType\": \"PROMPT\",\n                \"fee\": \"1.00\"\n            }\n        ]\n    }\n}"}],"_postman_id":"ba1c5277-9df4-4908-9b18-d2698c89afad"},{"name":"Cancel Invoice","id":"a7b2a2a7-ddf7-4fea-898a-8aa7476addab","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"requestId\": \"a611b923-7118-4224-a00a-79f4f88f1ac9\",\r\n    \"username\": \"xxxxxxx\",\r\n    \"password\": \"xxxxxxx\",\r\n    \"merchantOrderId\": \"202008241855\"\r\n}","options":{"raw":{"language":"json"}}},"url":"{{baseUrl}}/webpos/cancelInvoice","description":"<blockquote>\n<p>This endpoint cancels an invoice. Cancelling an invoice modifies the status of the invoice to <strong>CANCELLED</strong> preventing customers from paying for it. </p>\n</blockquote>\n<h5 id=\"parameter-list-for-cancel-invoice\">Parameter List for Cancel Invoice</h5>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Parameter</th>\n<th>Description</th>\n<th>Req</th>\n<th>Type</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>username</td>\n<td>Financial instituion username</td>\n<td>Yes</td>\n<td>string</td>\n</tr>\n<tr>\n<td>password</td>\n<td>Financial instituion password</td>\n<td>Yes</td>\n<td>string</td>\n</tr>\n<tr>\n<td>merchantOrderId</td>\n<td>ID of order generated by merchant</td>\n<td>Yes</td>\n<td>string</td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"path":["webpos","cancelInvoice"],"host":["{{baseUrl}}"],"query":[],"variable":[]}},"response":[{"id":"45a67a05-0115-483c-af17-636ff38e76ff","name":"Cancel Invoice","originalRequest":{"method":"POST","header":[{"key":"","value":"","type":"text","disabled":true}],"body":{"mode":"raw","raw":"{\r\n    \"requestId\": \"24bc5583-e1df-43d0-886c-da7e056d74f9\",\r\n    \"username\": \"xxxxxx\",\r\n    \"password\": \"xxxxxx\",\r\n    \"merchantOrderId\": \"202008241855\"\r\n}","options":{"raw":{"language":"json"}}},"url":"{{baseUrl}}/webpos/cancelInvoice"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Access-Control-Allow-Methods","value":"POST, PUT, GET, OPTIONS, DELETE"},{"key":"Access-Control-Max-Age","value":"3600"},{"key":"Access-Control-Allow-Headers","value":"accept, authorization"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"Cache-Control","value":"no-cache, no-store, max-age=0, must-revalidate"},{"key":"Pragma","value":"no-cache"},{"key":"Expires","value":"0"},{"key":"X-Frame-Options","value":"DENY"},{"key":"Content-Type","value":"application/json;charset=UTF-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Date","value":"Wed, 28 Oct 2020 13:59:26 GMT"}],"cookie":[],"responseTime":null,"body":"{\n    \"requestId\": null,\n    \"success\": true,\n    \"statusCode\": \"SUCCESS\",\n    \"statusMessage\": \"Order cancelled successfully\",\n    \"result\": {\n        \"serviceCode\": \"41\",\n        \"invoiceNum\": \"6090654e-fb3c-41dd-8402-91a5696403d7\",\n        \"merchantOrderId\": \"202008241855\",\n        \"currency\": \"GHS\",\n        \"itemCount\": 0,\n        \"invoiceAmount\": \"7\",\n        \"fees\": \"0\",\n        \"grandTotal\": \"7\",\n        \"status\": \"CANCELLED\",\n        \"callbackUrl\": null,\n        \"checkoutUrl\": \"http://bbwebpos.doersops.com/slydepay/slydepay/6090654e-fb3c-41dd-8402-91a5696403d7\"\n    }\n}"}],"_postman_id":"a7b2a2a7-ddf7-4fea-898a-8aa7476addab"},{"name":"Get Charges","id":"f98cbdc7-a41e-4006-adb7-c8a956c9cc59","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"requestId\": \"aa2daf1b-97d4-4622-9c7f-7d952df1aaf3\",\r\n    \"username\": \"xxxxxxxx\",\r\n    \"password\": \"xxxxxxxx\",\r\n    \"amount\": 10.0,\r\n    \"serviceCode\": \"225\"\r\n   \r\n\r\n}","options":{"raw":{"language":"json"}}},"url":"{{baseUrl}}/webpos/getCharges","description":"<blockquote>\n<p>This endpoint calculates the fees that will be charged per payment option mapped to the integrator or passed in the invoice details.</p>\n</blockquote>\n<h5 id=\"parameter-list-for-get-charges\">Parameter List for Get Charges</h5>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Parameter</th>\n<th>Description</th>\n<th>Req</th>\n<th>Type</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>username</td>\n<td>Financial instituion username</td>\n<td>Yes</td>\n<td>string</td>\n</tr>\n<tr>\n<td>password</td>\n<td>Financial instituion password</td>\n<td>Yes</td>\n<td>string</td>\n</tr>\n<tr>\n<td>provider</td>\n<td>CARD, MTN_MONEY, STANBIC_BANK, AIRTELTIGO_MONEY, SLYDEPAY, VODAFONE_CASH</td>\n<td>NO</td>\n<td>string</td>\n</tr>\n<tr>\n<td>serviceCode</td>\n<td>merchant service code</td>\n<td>Yes</td>\n<td>string</td>\n</tr>\n<tr>\n<td>amount</td>\n<td>invoice value</td>\n<td>Yes</td>\n<td>string</td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"path":["webpos","getCharges"],"host":["{{baseUrl}}"],"query":[],"variable":[]}},"response":[{"id":"30c5e8f7-562e-4966-9f32-99d09382bb87","name":"Get Charges","originalRequest":{"method":"POST","header":[{"key":"appId","value":"123456","type":"text","disabled":true}],"body":{"mode":"raw","raw":"{\r\n    \"requestId\": \"8818201e-87c3-4aa4-bed6-9d24a9e1645c\",\r\n    \"username\": \"xxxxxxxx\",\r\n    \"password\": \"xxxxxxxx\",\r\n    \"amount\": 10.0,\r\n    \"serviceCode\": \"225\"\r\n   \r\n\r\n}","options":{"raw":{"language":"json"}}},"url":"{{baseUrl}}/webpos/getCharges"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Access-Control-Allow-Methods","value":"POST, PUT, GET, OPTIONS, DELETE"},{"key":"Access-Control-Max-Age","value":"3600"},{"key":"Access-Control-Allow-Headers","value":"accept, authorization"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"Cache-Control","value":"no-cache, no-store, max-age=0, must-revalidate"},{"key":"Pragma","value":"no-cache"},{"key":"Expires","value":"0"},{"key":"X-Frame-Options","value":"DENY"},{"key":"Set-Cookie","value":"JSESSIONID=87A161FF024A2EE0AD9249F82D92EE84; Path=/billbox-pos; HttpOnly"},{"key":"Content-Type","value":"application/json;charset=UTF-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Date","value":"Wed, 28 Oct 2020 14:20:42 GMT"}],"cookie":[],"responseTime":null,"body":"{\n    \"requestId\": null,\n    \"success\": true,\n    \"statusCode\": \"SUCCESS\",\n    \"statusMessage\": \"Charges calculated successfully\",\n    \"result\": {\n        \"CARD\": \"21.00\",\n        \"MTN_MONEY\": \"11.00\",\n        \"STANBIC_BANK\": \"0.20\",\n        \"AIRTELTIGO_MONEY\": \"1.00\",\n        \"SLYDEPAY\": \"0.00\",\n        \"VODAFONE_CASH\": \"0.10\"\n    }\n}"}],"_postman_id":"f98cbdc7-a41e-4006-adb7-c8a956c9cc59"},{"name":"Process Payment","event":[{"listen":"prerequest","script":{"id":"3598c7ae-d3d7-48b1-90ff-0aad48556595","exec":["var uuid = require(\"uuid\")\r","pm.environment.set(\"transId\", uuid.v4());"],"type":"text/javascript"}}],"id":"e59ed32d-838a-4aba-8499-65b625953c07","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"username\": \"xxxxxxxx\",\r\n    \"password\": \"xxxxxxxx\",\r\n    \"requestId\": \"f6157f8a-9cc0-4b17-8e65-bb55f1deb5db\",\r\n    \"invoiceNum\": \"2967fde4-ccab-4762-af18-21e7c2dfafdd\",\r\n    \"transactionId\": \"{{transId}}\",\r\n    \"provider\": \"MTN_MONEY\",\r\n    \"walletRef\": \"233541055455\",\r\n    \"customerName\": \"Kofi Asamoah\",\r\n    \"customerMobile\": \"233261055455\"\r\n}\r\n","options":{"raw":{"language":"json"}}},"url":"{{baseUrl}}/webpos/processPayment","description":"<blockquote>\n<p>This endpoint triggrs the payment processing of an invoice. Process payment can happen in two ways: </p>\n</blockquote>\n<ol>\n<li>Processing the payment of an existing order/invoice</li>\n<li>Stright through payment of an amount. This method of processing payment bundles the order creation and payment processing in a single flow.</li>\n</ol>\n<h5 id=\"parameter-list-for-process-payment-with-invoice-number\">Parameter List for Process Payment with invoice number</h5>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Parameter</th>\n<th>Description</th>\n<th>Req</th>\n<th>Type</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>username</td>\n<td>Financial instituion username</td>\n<td>Yes</td>\n<td>string</td>\n</tr>\n<tr>\n<td>password</td>\n<td>Financial instituion password</td>\n<td>Yes</td>\n<td>string</td>\n</tr>\n<tr>\n<td>invoiceNum</td>\n<td>invoice number</td>\n<td>Yes</td>\n<td>string</td>\n</tr>\n<tr>\n<td>Provider</td>\n<td>CARD, MTN_MONEY, VODAFONE_CASH, AIRTELTIGO_MONEY, SLYDEPAY, STANBIC_BANK</td>\n<td>Yes</td>\n<td>string</td>\n</tr>\n<tr>\n<td>walletRef</td>\n<td>Account/wallet number of customer making paying. Account/wallet to be debited. For card payments field is left empty</td>\n<td>Yes</td>\n<td>string</td>\n</tr>\n<tr>\n<td>customerName</td>\n<td>Name of customer making payment.</td>\n<td>Yes</td>\n<td>string</td>\n</tr>\n<tr>\n<td>customerMobile</td>\n<td>mobile number of customer making paymenty</td>\n<td>Yes</td>\n<td>string</td>\n</tr>\n</tbody>\n</table>\n</div><h5 id=\"parameter-list-for-striaght-through-process-payment\">Parameter List for Striaght Through Process Payment</h5>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Parameter</th>\n<th>Description</th>\n<th>Req</th>\n<th>Type</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>username</td>\n<td>Financial instituion username</td>\n<td>Yes</td>\n<td>string</td>\n</tr>\n<tr>\n<td>password</td>\n<td>Financial instituion password</td>\n<td>Yes</td>\n<td>string</td>\n</tr>\n<tr>\n<td>transactionId</td>\n<td>transaction ID</td>\n<td>Yes</td>\n<td>string</td>\n</tr>\n<tr>\n<td>Provider</td>\n<td>CARD, MTN_MONEY, VODAFONE_CASH, AIRTELTIGO_MONEY, SLYDEPAY, STANBIC_BANK</td>\n<td>Yes</td>\n<td>string</td>\n</tr>\n<tr>\n<td>walletRef</td>\n<td>Account/wallet number of customer making paying. Account/wallet to be debited. For card payments field is left empty</td>\n<td>Yes</td>\n<td>string</td>\n</tr>\n<tr>\n<td>customerName</td>\n<td>Name of customer making payment.</td>\n<td>Yes</td>\n<td>string</td>\n</tr>\n<tr>\n<td>customerMobile</td>\n<td>mobile number of customer making paymenty</td>\n<td>Yes</td>\n<td>string</td>\n</tr>\n<tr>\n<td>service code</td>\n<td>merchant service code</td>\n<td>Yes</td>\n<td>string</td>\n</tr>\n<tr>\n<td>reference</td>\n<td>simple transaction narration</td>\n<td>Yes</td>\n<td>string</td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"path":["webpos","processPayment"],"host":["{{baseUrl}}"],"query":[],"variable":[]}},"response":[{"id":"1a635c98-bc97-4fe5-8a5a-4a6ff0285efe","name":"Process Payment Straight Through Processing","originalRequest":{"method":"POST","header":[{"key":"appId","type":"text","value":"0987654321","disabled":true}],"body":{"mode":"raw","raw":"{\r\n    \"username\": \"nelly\",\r\n    \"password\": \"password\",\r\n    \"requestId\": \"52f27851-ddf1-4cb8-a251-b1f0e7a495d4\",\r\n    \"transactionId\": \"{{transId}}\",\r\n    \"provider\": \"MTN_MONEY\",\r\n    \"currency\": \"GHS\",\r\n    \"amount\": 11.89,\r\n    \"walletRef\": \"233244733999\",\r\n    \"customerName\": \"Kofi Asamoah\",\r\n    \"customerMobile\": \"233244733999\",\r\n    \"reference\": \"Airime purchase\",\r\n    \"serviceCode\": \"225\"\r\n}\r\n","options":{"raw":{"language":"json"}}},"url":"{{baseUrl}}/webpos/processPayment"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Access-Control-Allow-Methods","value":"POST, PUT, GET, OPTIONS, DELETE"},{"key":"Access-Control-Max-Age","value":"3600"},{"key":"Access-Control-Allow-Headers","value":"accept, authorization"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"Cache-Control","value":"no-cache, no-store, max-age=0, must-revalidate"},{"key":"Pragma","value":"no-cache"},{"key":"Expires","value":"0"},{"key":"X-Frame-Options","value":"DENY"},{"key":"Set-Cookie","value":"JSESSIONID=567CF9A4AC5750126A42AB890D865B6D; Path=/billbox-pos; HttpOnly"},{"key":"Content-Type","value":"application/json;charset=UTF-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Date","value":"Wed, 28 Oct 2020 15:18:01 GMT"}],"cookie":[],"responseTime":null,"body":"{\n    \"requestId\": \"4f4cb31e-5f98-45e5-9bda-659e00526024\",\n    \"success\": true,\n    \"statusCode\": \"SUCCESS\",\n    \"statusMessage\": null,\n    \"result\": {\n        \"walletTransId\": \"\",\n        \"walletAccountNo\": null,\n        \"callerName\": null,\n        \"status\": \"PENDING\",\n        \"callerAccountNo\": \"233555551816\",\n        \"callerTransId\": \"7976363143\",\n        \"creditDebitFlag\": \"D\",\n        \"timestamp\": null\n    }\n}"},{"id":"31297d20-7c02-4191-a2ac-49951aca9fd0","name":"Process Payment with Invoice number","originalRequest":{"method":"POST","header":[{"key":"appId","type":"text","value":"0987654321","disabled":true}],"body":{"mode":"raw","raw":"{\r\n    \"username\": \"xxxxxxx\",\r\n    \"password\": \"xxxxxx\",\r\n    \"requestId\": \"d5247c29-26da-471f-9826-c628b98a7d0a\",\r\n    \"invoiceNum\": \"6aa9be73-ed44-4482-bb96-53072b162c69\",\r\n    \"transactionId\": \"{{transId}}\",\r\n    \"provider\": \"MTN_MONEY\",\r\n    \"walletRef\": \"233541055455\",\r\n    \"customerName\": \"Kofi Asamoah\",\r\n    \"customerMobile\": \"233261055455\"\r\n}\r\n","options":{"raw":{"language":"json"}}},"url":"{{baseUrl}}/webpos/processPayment"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Access-Control-Allow-Methods","value":"POST, PUT, GET, OPTIONS, DELETE"},{"key":"Access-Control-Max-Age","value":"3600"},{"key":"Access-Control-Allow-Headers","value":"accept, authorization"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"Cache-Control","value":"no-cache, no-store, max-age=0, must-revalidate"},{"key":"Pragma","value":"no-cache"},{"key":"Expires","value":"0"},{"key":"X-Frame-Options","value":"DENY"},{"key":"Set-Cookie","value":"JSESSIONID=0BCF4FC65E50E6AFAB1715EA48DF0BD7; Path=/billbox-pos; HttpOnly"},{"key":"Content-Type","value":"application/json;charset=UTF-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Date","value":"Wed, 28 Oct 2020 15:12:20 GMT"}],"cookie":[],"responseTime":null,"body":"{\n    \"requestId\": \"ff051517-d4fa-44f5-bf40-92d8f32eac58\",\n    \"success\": true,\n    \"statusCode\": \"SUCCESS\",\n    \"statusMessage\": null,\n    \"result\": {\n        \"walletTransId\": \"\",\n        \"walletAccountNo\": null,\n        \"callerName\": null,\n        \"status\": \"PENDING\",\n        \"callerAccountNo\": \"233555551816\",\n        \"callerTransId\": \"7976363143\",\n        \"creditDebitFlag\": \"D\",\n        \"timestamp\": null\n    }\n}"}],"_postman_id":"e59ed32d-838a-4aba-8499-65b625953c07"},{"name":"PayNow","event":[{"listen":"prerequest","script":{"id":"dd8ac216-9d65-4ced-969c-60430b76107a","exec":["var uuid = require(\"uuid\")\r","pm.environment.set(\"transId\", uuid.v4());"],"type":"text/javascript"}}],"id":"45cfc6ca-b90f-480e-96f5-737dfa699da8","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"requestId\": \"539075f3-470d-46a7-97d2-b65110f77f74\",\r\n    \"username\": \"xxxxxxx\",\r\n    \"password\": \"xxxxxxxx\",\r\n    \"serviceCode\": \"41\",\r\n    \"amount\": 10,\r\n    \"currency\": \"GHS\",\r\n    \"customerName\": \"Kofi Asamoah\",\r\n    \"customerSegment\": \"Test\",\r\n    \"reference\": \"APSU 1\",\r\n    \"transactionId\": \"{{transId}}\",\r\n    \"provider\": \"MTN_MONEY\",\r\n    \"walletRef\": \"233244733999\",\r\n    \"customerMobile\": \"0208418857\"\r\n}\r\n","options":{"raw":{"language":"json"}}},"url":"{{baseUrl}}/webpos/payNow","description":"<blockquote>\n<p>The Pay now endpoint workings the same way as the stright through process payment endpoint. This endpoint budnles the order creation and payment processing in a single flow.</p>\n</blockquote>\n<h5 id=\"parameter-list-for-paynow\">Parameter List for Paynow</h5>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Parameter</th>\n<th>Description</th>\n<th>Req</th>\n<th>Type</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>username</td>\n<td>Financial instituion username</td>\n<td>Yes</td>\n<td>string</td>\n</tr>\n<tr>\n<td>password</td>\n<td>Financial instituion password</td>\n<td>Yes</td>\n<td>string</td>\n</tr>\n<tr>\n<td>transactionId</td>\n<td>transaction ID</td>\n<td>Yes</td>\n<td>string</td>\n</tr>\n<tr>\n<td>Provider</td>\n<td>CARD, MTN_MONEY, VODAFONE_CASH, AIRTELTIGO_MONEY, SLYDEPAY, STANBIC_BANK</td>\n<td>Yes</td>\n<td>string</td>\n</tr>\n<tr>\n<td>walletRef</td>\n<td>Account/wallet number of customer making paying. Account/wallet to be debited. For card payments field is left empty</td>\n<td>Yes</td>\n<td>string</td>\n</tr>\n<tr>\n<td>customerName</td>\n<td>Name of customer making payment.</td>\n<td>Yes</td>\n<td>string</td>\n</tr>\n<tr>\n<td>customerMobile</td>\n<td>mobile number of customer making paymenty</td>\n<td>Yes</td>\n<td>string</td>\n</tr>\n<tr>\n<td>service code</td>\n<td>merchant service code</td>\n<td>Yes</td>\n<td>string</td>\n</tr>\n<tr>\n<td>reference</td>\n<td>Customer’s reference with biller (eg. Account number, mobile number)</td>\n<td>Yes</td>\n<td>string</td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"path":["webpos","payNow"],"host":["{{baseUrl}}"],"query":[],"variable":[]}},"response":[{"id":"9fca1100-eb11-452e-ae61-1f1113a1d98e","name":"PayNow","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"requestId\": \"f2ab16fc-e1aa-4f63-a72d-b2cf5499b9d8\",\r\n    \"username\": \"xxxxxxxx\",\r\n    \"password\": \"xxxxxxx\",\r\n    \"serviceCode\": \"41\",\r\n    \"amount\": 10,\r\n    \"currency\": \"GHS\",\r\n    \"customerName\": \"Kofi Asamoah\",\r\n    \"customerSegment\": \"Test\",\r\n    \"reference\": \"APSU 1\",\r\n    \"transactionId\": \"{{transId}}\",\r\n    \"provider\": \"MTN_MONEY\",\r\n    \"walletRef\": \"233244733999\",\r\n    \"customerMobile\": \"0208418857\"\r\n}","options":{"raw":{"language":"json"}}},"url":"{{baseUrl}}/webpos/payNow"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Access-Control-Allow-Methods","value":"POST, PUT, GET, OPTIONS, DELETE"},{"key":"Access-Control-Max-Age","value":"3600"},{"key":"Access-Control-Allow-Headers","value":"accept, authorization"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"Cache-Control","value":"no-cache, no-store, max-age=0, must-revalidate"},{"key":"Pragma","value":"no-cache"},{"key":"Expires","value":"0"},{"key":"X-Frame-Options","value":"DENY"},{"key":"Content-Type","value":"application/json;charset=UTF-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Date","value":"Thu, 27 Aug 2020 17:20:24 GMT"}],"cookie":[],"responseTime":null,"body":"{\n    \"requestId\": \"9d3095c3-635c-4c0c-b141-0d4681bf8ee7\",\n    \"success\": true,\n    \"statusCode\": \"SUCCESS\",\n    \"statusMessage\": null,\n    \"result\": {\n        \"walletTransId\": \"\",\n        \"walletAccountNo\": null,\n        \"callerName\": null,\n        \"status\": \"PENDING\",\n        \"callerAccountNo\": \"233555551816\",\n        \"callerTransId\": \"7976363143\",\n        \"creditDebitFlag\": \"D\",\n        \"timestamp\": null\n    }\n}"}],"_postman_id":"45cfc6ca-b90f-480e-96f5-737dfa699da8"},{"name":"Check Payment Status","id":"49efea87-c98b-4567-ba81-8d87febd4a64","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"requestId\": \"9d5eb50f-3e47-4ae2-a802-88a07f5f19a7\",\r\n    \"username\": \"xxxxxxxx\",\r\n    \"password\": \"xxxxxxx\",\r\n    \"transactionId\": \"{{transId}}\"\r\n}\r\n","options":{"raw":{"language":"json"}}},"url":"{{baseUrl}}/webpos/checkPaymentStatus","description":"<blockquote>\n<p>This endpoint checks that payment status of an invoice.</p>\n</blockquote>\n<h5 id=\"parameter-list-for-create-invoice-with-items\">Parameter List for Create Invoice with Items</h5>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Parameter</th>\n<th>Description</th>\n<th>Req</th>\n<th>Type</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>username</td>\n<td>Financial instituion username</td>\n<td>Yes</td>\n<td>string</td>\n</tr>\n<tr>\n<td>password</td>\n<td>Financial instituion password</td>\n<td>Yes</td>\n<td>string</td>\n</tr>\n<tr>\n<td>transactionId</td>\n<td>ID of transaction</td>\n<td>Yes</td>\n<td>string</td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"path":["webpos","checkPaymentStatus"],"host":["{{baseUrl}}"],"query":[],"variable":[]}},"response":[{"id":"955ad2d1-59f2-4c50-9de2-3dec359cf738","name":"Check Payment Status","originalRequest":{"method":"POST","header":[{"key":"appId","value":"21541235123","type":"text","disabled":true}],"body":{"mode":"raw","raw":"{\r\n    \"requestId\": \"72ff5783-6b27-4a7f-b8f0-5a228e47181e\",\r\n    \"username\": \"xxxxxxxx\",\r\n    \"password\": \"xxxxxxxx\",\r\n    \"transactionId\": \"{{transId}}\"\r\n}\r\n","options":{"raw":{"language":"json"}}},"url":"{{baseUrl}}/webpos/checkPaymentStatus"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Access-Control-Allow-Methods","value":"POST, PUT, GET, OPTIONS, DELETE"},{"key":"Access-Control-Max-Age","value":"3600"},{"key":"Access-Control-Allow-Headers","value":"accept, authorization"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"Cache-Control","value":"no-cache, no-store, max-age=0, must-revalidate"},{"key":"Pragma","value":"no-cache"},{"key":"Expires","value":"0"},{"key":"X-Frame-Options","value":"DENY"},{"key":"Set-Cookie","value":"JSESSIONID=AAA9A1420C14F3E58E13D76D4C1DEEA3; Path=/billbox-pos; HttpOnly"},{"key":"Content-Type","value":"application/json;charset=UTF-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Date","value":"Wed, 28 Oct 2020 15:23:29 GMT"}],"cookie":[],"responseTime":null,"body":"{\n    \"requestId\": \"82597189-460c-455c-bfed-3ad0f480ce74\",\n    \"success\": true,\n    \"statusCode\": \"SUCCESS\",\n    \"statusMessage\": null,\n    \"result\": {\n        \"amount\": \"11.89\",\n        \"currency\": \"GHS\",\n        \"transactionId\": \"ea740da5-9c48-40e0-afa9-a64b6ab9e397\",\n        \"serviceCode\": \"225\",\n        \"status\": \"FAILED\",\n        \"success\": false,\n        \"receiptNo\": \"215945099579\",\n        \"orderId\": \"9014022785492692\",\n        \"comment\": \"Paid 11.89 to Papilo Airtime Services\",\n        \"callbackUrl\": \"https://www.dreamoval.com?status=-1&&cust_ref=9014022785492692&pay_token=095723cb-71cf-4d6d-9e91-c78c2bffdc71\"\n    }\n}"}],"_postman_id":"49efea87-c98b-4567-ba81-8d87febd4a64"},{"name":"History","id":"ff0b5337-da8e-4803-95bc-55b01abd8449","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n\t\"requestId\": \"3094955c-3023-49a9-a844-512de14400b8\",\n\t\"startDate\": \"2020-09-16 00:00:00\",\n\t\"endDate\": \"2020-10-01 00:00:00\",\n\t\"page\": 0,\n\t\"size\": 5,\n\t\"username\": \"xxxxxxx\",\n\t\"password\": \"xxxxxxx\"\n}\n","options":{"raw":{"language":"json"}}},"url":"{{baseUrl}}/webpos/history","description":"<blockquote>\n<p>The History endpoint retrieves all confirmed payments of the Financial institution</p>\n</blockquote>\n<h5 id=\"parameter-list\">Parameter List</h5>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Parameter</th>\n<th>Description</th>\n<th>Req</th>\n<th>Type</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>username</td>\n<td>Financial instituion username</td>\n<td>Yes</td>\n<td>string</td>\n</tr>\n<tr>\n<td>password</td>\n<td>Financial instituion password</td>\n<td>Yes</td>\n<td>string</td>\n</tr>\n<tr>\n<td>page</td>\n<td>Current page in collection list (begins from 0)</td>\n<td>Yes</td>\n<td>int</td>\n</tr>\n<tr>\n<td>size</td>\n<td>Number of records to return</td>\n<td>Yes</td>\n<td>int</td>\n</tr>\n<tr>\n<td>startDate</td>\n<td>start date in transaction search date range</td>\n<td>Yes</td>\n<td>date string</td>\n</tr>\n<tr>\n<td>endDate</td>\n<td>end date in transaction search date range</td>\n<td>Yes</td>\n<td>date string</td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"path":["webpos","history"],"host":["{{baseUrl}}"],"query":[],"variable":[]}},"response":[{"id":"2377b679-3055-45a2-9b0c-1dba5e090243","name":"History","originalRequest":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n\t\"requestId\": \"221ed6a0-1c3f-413a-ab28-8720ad33b95e\",\n\t\"startDate\": \"2020-08-25 00:00:00\",\n\t\"endDate\": \"2020-08-26 00:00:00\",\n\t\"page\": 0,\n\t\"size\": 5,\n\t\"username\": \"xxxxxxxx\",\n\t\"password\": \"xxxxxxx\"\n}","options":{"raw":{"language":"json"}}},"url":"{{baseUrl}}/webpos/history"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Access-Control-Allow-Methods","value":"POST, PUT, GET, OPTIONS, DELETE"},{"key":"Access-Control-Max-Age","value":"3600"},{"key":"Access-Control-Allow-Headers","value":"accept, authorization"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"Cache-Control","value":"no-cache, no-store, max-age=0, must-revalidate"},{"key":"Pragma","value":"no-cache"},{"key":"Expires","value":"0"},{"key":"X-Frame-Options","value":"DENY"},{"key":"Content-Type","value":"application/json;charset=UTF-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Date","value":"Thu, 27 Aug 2020 17:16:04 GMT"}],"cookie":[],"responseTime":null,"body":"{\n    \"requestId\": \"aab0b857-6299-4282-ba55-c175e79085a2\",\n    \"success\": true,\n    \"statusCode\": \"SUCCESS\",\n    \"statusMessage\": \"History retrieved successfully\",\n    \"result\": [\n        {\n            \"amount\": \"5\",\n            \"currency\": \"GHS\",\n            \"comment\": \"Paid 6.00 to APSU 2001 Dues\",\n            \"success\": true,\n            \"transactionId\": \"3fa85660-78f3-4899-8396-80e7a8811832\",\n            \"receiptNo\": \"494247953860\",\n            \"orderId\": \"7885923082\",\n            \"status\": \"CONFIRMED\",\n            \"description\": null,\n            \"serviceProvider\": \"APSU 2001\",\n            \"transactionSource\": \"Test Integrator\",\n            \"transactionDate\": 1598376239000,\n            \"transactionType\": \"PAYMENT\",\n            \"reference\": \"202008101422\",\n            \"serviceName\": \"APSU 2001 Dues\",\n            \"user\": \"user\",\n            \"branch\": \"Failed Branch\",\n            \"payerName\": \"Kofi Asamoah\",\n            \"payerContact\": \"233261055455\",\n            \"billerLogoUrl\": \"./static/images/logo/apsu.jpg\",\n            \"integratorLogoUrl\": null,\n            \"creditDebitFlag\": \"D\",\n            \"canReverse\": true,\n            \"reversalPending\": false,\n            \"reversalReason\": null,\n            \"reversalRequestedBy\": null,\n            \"reversalEffectedBy\": null,\n            \"markupFee\": 1,\n            \"customerName\": null,\n            \"paymentMode\": \"MTN_MONEY\",\n            \"referenceField\": null,\n            \"contactField\": null,\n            \"statusMessage\": null,\n            \"chequeNo\": null,\n            \"denominations\": null,\n            \"details\": null,\n            \"dateToSettle\": null,\n            \"settled\": false,\n            \"settledOn\": null,\n            \"exchangeRate\": null,\n            \"serviceCode\": \"41\",\n            \"isRefund\": null,\n            \"refunded\": null,\n            \"serviceType\": \"55ed69109a33cbb3a2538a30\"\n        },\n        {\n            \"amount\": \"1.00\",\n            \"currency\": \"GHS\",\n            \"comment\": \"Commission on payment number 3fa85660-78f3-4899-8396-80e7a8811832\",\n            \"success\": true,\n            \"transactionId\": \"3fa85660-78f3-4899-8396-80e7a8811832\",\n            \"receiptNo\": \"494247953860\",\n            \"orderId\": \"7885923082\",\n            \"status\": \"CONFIRMED\",\n            \"description\": null,\n            \"serviceProvider\": \"APSU 2001\",\n            \"transactionSource\": \"Test Integrator\",\n            \"transactionDate\": 1598376239000,\n            \"transactionType\": \"CHARGE\",\n            \"reference\": \"202008101422\",\n            \"serviceName\": \"APSU 2001 Dues\",\n            \"user\": \"user\",\n            \"branch\": \"Failed Branch\",\n            \"payerName\": \"Kofi Asamoah\",\n            \"payerContact\": \"233261055455\",\n            \"billerLogoUrl\": \"./static/images/logo/apsu.jpg\",\n            \"integratorLogoUrl\": null,\n            \"creditDebitFlag\": \"D\",\n            \"canReverse\": false,\n            \"reversalPending\": false,\n            \"reversalReason\": null,\n            \"reversalRequestedBy\": null,\n            \"reversalEffectedBy\": null,\n            \"markupFee\": 0,\n            \"customerName\": null,\n            \"paymentMode\": \"MTN_MONEY\",\n            \"referenceField\": null,\n            \"contactField\": null,\n            \"statusMessage\": null,\n            \"chequeNo\": null,\n            \"denominations\": null,\n            \"details\": null,\n            \"dateToSettle\": null,\n            \"settled\": false,\n            \"settledOn\": null,\n            \"exchangeRate\": null,\n            \"serviceCode\": \"41\",\n            \"isRefund\": null,\n            \"refunded\": null,\n            \"serviceType\": \"55ed69109a33cbb3a2538a30\"\n        },\n        {\n            \"amount\": \"6.0\",\n            \"currency\": \"GHS\",\n            \"comment\": \"Paid 6.00 to APSU 2001 Dues\",\n            \"success\": true,\n            \"transactionId\": \"3fa85660-78f3-4899-8396-80e7a8811832\",\n            \"receiptNo\": \"3711335187\",\n            \"orderId\": \"d30838e5-9fb1-4a50-bf74-4c6f103ae12e\",\n            \"status\": \"CONFIRMED\",\n            \"description\": null,\n            \"serviceProvider\": \"MTN Mobile Money\",\n            \"transactionSource\": \"Test Integrator\",\n            \"transactionDate\": 1598371766090,\n            \"transactionType\": \"PAYMENT\",\n            \"reference\": \"233541055455\",\n            \"serviceName\": \"MTN Mobile Money Merchant\",\n            \"user\": \"user\",\n            \"branch\": \"Failed Branch\",\n            \"payerName\": \"Kofi Asamoah\",\n            \"payerContact\": \"233261055455\",\n            \"billerLogoUrl\": \"./static/images/logo/mobile_money.png\",\n            \"integratorLogoUrl\": null,\n            \"creditDebitFlag\": \"C\",\n            \"canReverse\": false,\n            \"reversalPending\": false,\n            \"reversalReason\": null,\n            \"reversalRequestedBy\": null,\n            \"reversalEffectedBy\": null,\n            \"markupFee\": 0,\n            \"customerName\": null,\n            \"paymentMode\": null,\n            \"referenceField\": null,\n            \"contactField\": null,\n            \"statusMessage\": \"Successfully processed transaction.\",\n            \"chequeNo\": null,\n            \"denominations\": null,\n            \"details\": null,\n            \"dateToSettle\": null,\n            \"settled\": false,\n            \"settledOn\": null,\n            \"exchangeRate\": \"1\",\n            \"serviceCode\": \"23324\",\n            \"isRefund\": null,\n            \"refunded\": null,\n            \"serviceType\": \"57fb749a43bc3b802701d6d5\"\n        }\n    ]\n}"}],"_postman_id":"ff0b5337-da8e-4803-95bc-55b01abd8449"},{"name":"Initialize Device","id":"759b3c7c-f4e8-49a2-b28e-fb1404bf5f91","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"requestId\": \"4eaad68f-36b9-4ae3-8baf-e68b761e7870\",\r\n    \"pin\":\"1234\",\r\n    \"username\": \"xxxxxxxx\",\r\n    \"password\": \"xxxxxxxx\",\r\n    \"appReference\": \"0541055455\",\r\n    \"verbose\": true\r\n    \r\n}","options":{"raw":{"language":"json"}}},"url":"{{baseUrl}}/webpos/initializeDevice","description":"<blockquote>\n<p>The initialize Device endpoint is designed for in-store collections devices such as USSD POS and mPOS. </p>\n</blockquote>\n<h5 id=\"parameter-list\">Parameter List</h5>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Parameter</th>\n<th>Description</th>\n<th>Req</th>\n<th>Type</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>username</td>\n<td>Financial instituion username</td>\n<td>Yes</td>\n<td>string</td>\n</tr>\n<tr>\n<td>password</td>\n<td>Financial instituion password</td>\n<td>Yes</td>\n<td>string</td>\n</tr>\n<tr>\n<td>pin</td>\n<td>device security pin</td>\n<td>Yes</td>\n<td>string</td>\n</tr>\n<tr>\n<td>appReference</td>\n<td>uniqe device identifier</td>\n<td>Yes</td>\n<td>string</td>\n</tr>\n<tr>\n<td>verbose</td>\n<td>.....</td>\n<td>option</td>\n<td>boolean</td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"path":["webpos","initializeDevice"],"host":["{{baseUrl}}"],"query":[],"variable":[]}},"response":[{"id":"4ea6abf8-5df9-4f60-a3b1-272d9515a992","name":"Initialize Device - Unknown Device","originalRequest":{"method":"POST","header":[{"key":"appId","value":"123445545","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"requestId\": \"750ce1ba-f6e9-46c5-b78f-0e2457ab8917\",\r\n    \"username\": \"xxxxxxx\",\r\n    \"password\": \"xxxxxxxx\",\r\n    \"reference\": \"0541055455\",\r\n    \"verbose\": true,\r\n    \"pin\": \"\"\r\n}","options":{"raw":{"language":"json"}}},"url":"{{baseUrl}}/webpos/initializeDevice"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Access-Control-Allow-Methods","value":"POST, PUT, GET, OPTIONS, DELETE"},{"key":"Access-Control-Max-Age","value":"3600"},{"key":"Access-Control-Allow-Headers","value":"accept, authorization"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"Cache-Control","value":"no-cache, no-store, max-age=0, must-revalidate"},{"key":"Pragma","value":"no-cache"},{"key":"Expires","value":"0"},{"key":"X-Frame-Options","value":"DENY"},{"key":"Content-Type","value":"application/json;charset=UTF-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Date","value":"Thu, 27 Aug 2020 17:18:40 GMT"}],"cookie":[],"responseTime":null,"body":"{\n    \"requestId\": null,\n    \"success\": false,\n    \"statusCode\": \"UNAUTHORIZED\",\n    \"statusMessage\": \"Unknown device\",\n    \"result\": null\n}"},{"id":"9d1f01c5-ce68-4543-a23d-211ff57efeaa","name":"Initialize Device  - Auth Required","originalRequest":{"method":"POST","header":[{"key":"appId","value":"123445545","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"requestId\": \"7ff297b8-ff2e-462b-90d1-bf1ac0e8c9b1\",\r\n    \"username\": \"xxxxxxxx\",\r\n    \"password\": \"xxxxxxx\",\r\n    \"reference\": \"0261055455\",\r\n    \"verbose\": true,\r\n    \"pin\": \"\"\r\n}","options":{"raw":{"language":"json"}}},"url":"{{baseUrl}}/webpos/initializeDevice"},"status":"Network Authentication Required","code":511,"_postman_previewlanguage":"json","header":[{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Access-Control-Allow-Methods","value":"POST, PUT, GET, OPTIONS, DELETE"},{"key":"Access-Control-Max-Age","value":"3600"},{"key":"Access-Control-Allow-Headers","value":"accept, authorization"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"Cache-Control","value":"no-cache, no-store, max-age=0, must-revalidate"},{"key":"Pragma","value":"no-cache"},{"key":"Expires","value":"0"},{"key":"X-Frame-Options","value":"DENY"},{"key":"Set-Cookie","value":"JSESSIONID=5E4DB1FE6C3A10ECBD7BF19D7A671CF5; Path=/billbox-pos; HttpOnly"},{"key":"Content-Type","value":"application/json;charset=UTF-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Date","value":"Thu, 27 Aug 2020 17:17:56 GMT"}],"cookie":[],"responseTime":null,"body":"{\n    \"requestId\": null,\n    \"success\": false,\n    \"statusCode\": \"AUTHENTICATION_REQUIRED\",\n    \"statusMessage\": \"PIN required\",\n    \"result\": null\n}"},{"id":"e0eaa216-1ef2-434c-97fd-43d07cf5b796","name":"Initialize Device","originalRequest":{"method":"POST","header":[{"key":"appId","value":"123445545","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"requestId\": \"61cf1b66-5843-4400-8510-d935031ff1d5\",\r\n    \"username\": \"xxxxxxx\",\r\n    \"password\": \"xxxxxxxxx\",\r\n    \"reference\": \"0261055455\",\r\n    \"verbose\": true,\r\n    \"pin\": \"1234\"\r\n}","options":{"raw":{"language":"json"}}},"url":"{{baseUrl}}/webpos/initializeDevice"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Access-Control-Allow-Methods","value":"POST, PUT, GET, OPTIONS, DELETE"},{"key":"Access-Control-Max-Age","value":"3600"},{"key":"Access-Control-Allow-Headers","value":"accept, authorization"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"Cache-Control","value":"no-cache, no-store, max-age=0, must-revalidate"},{"key":"Pragma","value":"no-cache"},{"key":"Expires","value":"0"},{"key":"X-Frame-Options","value":"DENY"},{"key":"Content-Type","value":"application/json;charset=UTF-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Date","value":"Thu, 27 Aug 2020 17:19:39 GMT"}],"cookie":[],"responseTime":null,"body":"{\n    \"requestId\": null,\n    \"success\": true,\n    \"statusCode\": \"SUCCESS\",\n    \"statusMessage\": \"Device authenticated successfully\",\n    \"result\": {\n        \"merchantName\": \"Papilo Ventures\",\n        \"branch\": \"Head Officer\",\n        \"deviceId\": \"5f3a5c6ae4b0ffdd7aafd1a0\",\n        \"deviceReference\": \"0261055455\",\n        \"paymentOptions\": [\n            {\n                \"name\": \"MTN Mobile Money\",\n                \"description\": \"MTN Mobile Money\",\n                \"logo\": \"null/static/images/logo/mobile_money.png\",\n                \"maxAmount\": 0,\n                \"minAmount\": 0,\n                \"walletRef\": \"Mobile Number\",\n                \"refRegex\": \"\\\\d+\",\n                \"type\": \"MOBILE_MONEY\",\n                \"provider\": \"MTN_MONEY\",\n                \"preAuthNotice\": \"Please ensure you have sufficient funds on in your wallet, otherwise you may not receive the prompt\",\n                \"authNotice\": \"You should receive a prompt on your phone to enter your PIN. If you don't receive the prompt, dial *170#\"\n            },\n            {\n                \"name\": \"Vodafone Cash\",\n                \"description\": \"Vodafone Cash\",\n                \"logo\": \"null/static/images/logo/vf_cash.png\",\n                \"maxAmount\": 0,\n                \"minAmount\": 0,\n                \"walletRef\": \"Mobile Number\",\n                \"refRegex\": \"\\\\d+\",\n                \"type\": \"MOBILE_MONEY\",\n                \"provider\": \"VODAFONE_CASH\",\n                \"preAuthNotice\": \"Please ensure you have sufficient funds on in your wallet, otherwise you may not receive the prompt\",\n                \"authNotice\": \"You should receive a prompt on your phone to enter your PIN.\"\n            },\n            {\n                \"name\": \"Slydepay\",\n                \"description\": \"Slydepay\",\n                \"logo\": \"null/static/images/logo/slydepay.png\",\n                \"maxAmount\": 0,\n                \"minAmount\": 0,\n                \"walletRef\": \"Email or Mobile Number\",\n                \"refRegex\": \".*\",\n                \"type\": \"MOBILE_MONEY\",\n                \"provider\": \"SLYDEPAY\",\n                \"preAuthNotice\": \"A code will be generated for you to complete the payment with your Slydepay app\",\n                \"authNotice\": \"Please scan the QR code or enter the pay code to complete payment\"\n            },\n            {\n                \"name\": \"Stanbic Bank\",\n                \"description\": \"Direct debit of Stanbic bank accounts\",\n                \"logo\": \"null/static/images/logo/stanbic.png\",\n                \"maxAmount\": 0,\n                \"minAmount\": 0,\n                \"walletRef\": \"Account Number\",\n                \"refRegex\": \".*\",\n                \"type\": \"BANK\",\n                \"provider\": \"STANBIC_BANK\",\n                \"preAuthNotice\": null,\n                \"authNotice\": \"Please wait while we debit your bank account\"\n            }\n        ],\n        \"collections\": [\n            {\n                \"collectionId\": \"55341e204204e1898622747f\",\n                \"name\": \"Alpha Beta School Fees\",\n                \"description\": \"Alpha Beta School fees payment\",\n                \"categoryId\": \"564c50b24e55730870b7db27\",\n                \"collectionType\": \"SEARCH_PAY\",\n                \"serviceCode\": \"14\",\n                \"logoUrl\": \"https://test.usebillbox.com/static/images/logo/alpha_beta.png\",\n                \"oneTimePayment\": false,\n                \"hasCustomerSegmentations\": false,\n                \"hasFixedDenominations\": false,\n                \"referenceField\": \"Student Name or Number\",\n                \"contactField\": null,\n                \"referenceRegex\": \".*\",\n                \"contactRegex\": \".*\",\n                \"reversible\": false,\n                \"serviceType\": null,\n                \"fixedCharge\": 0,\n                \"percentCharge\": 0,\n                \"minAmount\": 0,\n                \"maxAmount\": 0,\n                \"minCharge\": 0,\n                \"maxCharge\": 0,\n                \"exchangeRate\": 1,\n                \"fixedBillItems\": [],\n                \"denominations\": null,\n                \"referenceList\": null\n            }\n        ]\n    }\n}"}],"_postman_id":"759b3c7c-f4e8-49a2-b28e-fb1404bf5f91"}],"event":[{"listen":"prerequest","script":{"id":"f501523b-ce4d-4b28-9c68-45027d8613b2","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"93fab1ba-dc50-4768-a973-1d70e9e81500","type":"text/javascript","exec":[""]}}]}