{"info":{"_postman_id":"07811ec3-9c4e-4405-b970-f4852f9cde0b","name":"Pull Transaction API - Sandbox","description":"<html><head></head><body><h2 id=\"introduction\">INTRODUCTION</h2>\n<p>The Pull Transactions API is a reconciliation API that allows a partner to query all transactions performed under their shortcode for C2B.</p>\n<p>Pull API stores all C2B transactions done under a shortcode and are available for 48hrs. In the event that two transactions failed to reach the C2B callback URLs registered, e.g. between 1400-1415hrs, a partner can query all transactions done during that period on the shortcode. The result will have all transactions including those that were successfully sent to the C2B callback URLs and those that failed to reach the callback URLs for the period specified (1400-1415hrs)</p>\n</body></html>","schema":"https://schema.getpostman.com/json/collection/v2.0.0/collection.json","toc":[],"owner":"1724456","collectionId":"07811ec3-9c4e-4405-b970-f4852f9cde0b","publishedId":"SVtTy8sd","public":true,"customColor":{"top-bar":"FFFFFF","right-sidebar":"303030","highlight":"EF5B25"},"publishDate":"2019-10-09T08:03:50.000Z"},"item":[{"name":"Generate Access Token","event":[{"listen":"test","script":{"id":"a45fe621-f8a9-44de-8860-588e50a2d2e6","exec":["var data = JSON.parse(responseBody)","postman.setEnvironmentVariable(\"access-token\", data.access_token)"],"type":"text/javascript"}}],"id":"e123fcb3-602a-44c6-978a-2e0bb798ce97","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"<username>"},{"key":"password","value":"<password>"}]},"isInherited":false},"method":"GET","header":[],"url":"https://sandbox.safaricom.co.ke/oauth/v1/generate?grant_type=client_credentials","description":"<p>This API generates the tokens for authenticating your API calls. This is the first API you will engage with in the set of APIs available because all the other APIs require authentication information from this API to work.</p>\n<p>You can access your Consumer key and Consumer Secret under the Keys tab from My apps on Daraja. Link: <a href=\"https://developer.safaricom.co.ke\">Daraja</a></p>\n","urlObject":{"protocol":"https","path":["oauth","v1","generate"],"host":["sandbox","safaricom","co","ke"],"query":[{"key":"grant_type","value":"client_credentials"}],"variable":[]}},"response":[],"_postman_id":"e123fcb3-602a-44c6-978a-2e0bb798ce97"},{"name":"Register URL","id":"a4230cb9-1a34-4300-949b-43cfe0844968","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","type":"text","value":"application/json"},{"key":"Accept-Encoding","type":"text","value":"application/json"},{"key":"Authorization","type":"text","value":"Bearer <Access Token>"}],"body":{"mode":"raw","raw":"{\r\n\t\"ShortCode\":\"600000\",\r\n\t\"RequestType\":\"Pull\",\r\n\t\"NominatedNumber\":\"0722000000\",\r\n\t\"CallBackURL\":\"https://domain/path\"\r\n}"},"url":"https://sandbox.safaricom.co.ke/pulltransactions/v1/register","description":"<p>To make use of pull, a user will need to register their urls and shortcode. The shortcode used must be for a user who has gone live and is on production</p>\n<p>NB: Register URL API is only called once to enable pull transactions.</p>\n<p>Below are the steps taken to make a register url call:</p>\n<p>a. Set Content-Type as application/json</p>\n<p>b. Set Authorization on headers and value as Bearer \nNB: This will change every time the token expires and a new token needs to be put in\nplace.</p>\n<p>Request Body:</p>\n<p>ShortCode</p>\n<ul>\n<li>Organization ShortCode that was used during Go-Live process.</li>\n</ul>\n<p>RequestType</p>\n<ul>\n<li>Defines the type of operation, default value is Pull.</li>\n</ul>\n<p>NominatedNumber</p>\n<ul>\n<li>This is Safaricom MSISDN associated with the organization account using Pull API(07XXXXXXXX or 2547XXXXXXX).</li>\n</ul>\n<p>CallBackURL</p>\n<ul>\n<li>A CallBack URL is a valid secure URL that is used to receive notifications.</li>\n</ul>\n<p>Sample Response Codes:</p>\n<p>1000</p>\n<ul>\n<li>Short code Registered Successfully</li>\n</ul>\n<p>1001 </p>\n<ul>\n<li>ShortCode already Registered</li>\n</ul>\n","urlObject":{"protocol":"https","path":["pulltransactions","v1","register"],"host":["sandbox","safaricom","co","ke"],"query":[{"disabled":true,"key":"","value":""}],"variable":[]}},"response":[{"id":"06477ae3-1433-47b7-a968-0a2cfb65de15","name":"Shortcode already registered","originalRequest":{"method":"POST","header":[{"key":"Content-Type","type":"text","value":"application/json"},{"key":"Accept-Encoding","type":"text","value":"application/json"},{"key":"Authorization","type":"text","value":"Bearer <Access Token>"}],"body":{"mode":"raw","raw":"{\r\n\t\"ShortCode\":\"600000\",\r\n\t\"RequestType\":\"Pull\",\r\n\t\"NominatedNumber\":\"0722000000\",\r\n\t\"CallBackURL\":\"https://domain/path\"\r\n}"},"url":{"raw":"https://sandbox.safaricom.co.ke/pulltransactions/v1/register","protocol":"https","host":["sandbox","safaricom","co","ke"],"path":["pulltransactions","v1","register"],"query":[{"key":"","value":"","disabled":true}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Tue, 01 Oct 2019 07:54:33 GMT"},{"key":"Content-Type","value":"application/json;charset=UTF-8"},{"key":"Content-Length","value":"222"},{"key":"Connection","value":"keep-alive"},{"key":"WWW-Authenticate","value":"Bearer realm=\"null\",error=\"invalid_token\",error_description=\"keymanagement.service.invalid_access_token: Invalid Access Token\""},{"key":"Cache-Control","value":"no-store"}],"cookie":[],"responseTime":null,"body":"{\r\n    \"ResponseRefID\": \"18633-7271215-1\",\r\n    \"Response Status\": \"1001\",\r\n    \"ShortCode\": \"600000\",\r\n    \"Response Description\": \"ShortCode already Registered\"\r\n}"},{"id":"c4d3af7f-fc18-4419-8d3e-d9b9c8eb34c4","name":"Register URL","originalRequest":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"},{"key":"Accept-Encoding","type":"text","value":"application/json"},{"key":"Authorization","type":"text","value":"Bearer <Access Token>"}],"body":{"mode":"raw","raw":"{\r\n\t\"ShortCode\":\"600000\",\r\n\t\"RequestType\":\"Pull\",\r\n\t\"NominatedNumber\":\"0722000000\",\r\n\t\"CallBackURL\":\"https://domain/path\"\r\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"https://sandbox.safaricom.co.ke/pulltransactions/v1/register","protocol":"https","host":["sandbox","safaricom","co","ke"],"path":["pulltransactions","v1","register"],"query":[{"key":"","value":"","disabled":true}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Tue, 01 Oct 2019 07:54:33 GMT"},{"key":"Content-Type","value":"application/json;charset=UTF-8"},{"key":"Content-Length","value":"222"},{"key":"Connection","value":"keep-alive"},{"key":"WWW-Authenticate","value":"Bearer realm=\"null\",error=\"invalid_token\",error_description=\"keymanagement.service.invalid_access_token: Invalid Access Token\""},{"key":"Cache-Control","value":"no-store"}],"cookie":[],"responseTime":null,"body":"{\n    \"ResponseRefID\": \"27079-7249935-2\",\n    \"Response Status\": \"1000\",\n    \"ShortCode\": \"600000\",\n    \"Response Description\": \"Short Code  600000  Registered Successfully\"\n}"}],"_postman_id":"a4230cb9-1a34-4300-949b-43cfe0844968"},{"name":"Pull Transactions API","id":"47d0c48d-5f28-487b-b898-b6522acb9151","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","type":"text","value":"application/json"},{"key":"Authorization","type":"text","value":"Bearer vL47X8wjrCtysEvQG7VvBaGDAKsV"}],"body":{"mode":"raw","raw":"{\n\t\"ShortCode\":\"600000\",\n\t\"StartDate\":\"2020-08-04 8:36:00\",\n\t\"EndDate\":\"2020-08-16 10:10:000\",\n\t\"OffSetValue\":\"0\"\n}"},"url":"https://sandbox.safaricom.co.ke/pulltransactions/v1/query","description":"<p>To make a pull of the missed transactions. Populate the request body with the following parameters.</p>\n<p>NB: This API pulls transactions for a period not exceeding 48hrs.</p>\n<p>Request Body:</p>\n<p>ShortCode </p>\n<ul>\n<li>This is your paybill number/till number, which you expect to receive payments notifications about.</li>\n</ul>\n<p>StartDate </p>\n<ul>\n<li>The start period of the missing transactions in the format of 2019-07-31 20:35:21 / 2019-07-31 19:00</li>\n</ul>\n<p>EndDate </p>\n<ul>\n<li>The end of the period for the missing transactions in the format of 2019-07-31 20:35:21 / 2019-07-31 22:35</li>\n</ul>\n<p>OffSetValue</p>\n<ul>\n<li><p>Starts from 0. The service uses offset as opposed to page numbers. The OFF SET value allows you to specify which row to start from retrieving data. </p>\n</li>\n<li><p>Suppose you wanted to show results 101-200. With the OFFSET keyword you type the (page number/index/offset value) 100.</p>\n</li>\n</ul>\n<p>Sample Response Codes:</p>\n<p>1000</p>\n<ul>\n<li>Success, transactions fetched successfully</li>\n</ul>\n<p>1001</p>\n<ul>\n<li>Null, No transactions available for the selected time period.</li>\n<li>The response body is  \"Transaction\": \"[[]]\"</li>\n</ul>\n<p>500</p>\n<ul>\n<li>Failed to retrieve transactions. The short code does not have any available transactions</li>\n</ul>\n","urlObject":{"protocol":"https","path":["pulltransactions","v1","query"],"host":["sandbox","safaricom","co","ke"],"query":[],"variable":[]}},"response":[{"id":"101fd8ea-831e-44c0-bc60-91c4c15a87f3","name":"Pull Transactions API - Sample Response","originalRequest":{"method":"POST","header":[{"key":"Content-Type","type":"text","value":"application/json"},{"key":"Authorization","type":"text","value":"Bearer <Access Token>"}],"body":{"mode":"raw","raw":"{\n\t\"ShortCode\":\"600000\",\n\t\"StartDate\":\"2020-08-04 8:36:00\",\n\t\"EndDate\":\"2020-08-16 10:10:000\",\n\t\"OffSetValue\":\"0\"\n}"},"url":"https://sandbox.safaricom.co.ke/pulltransactions/v1/query"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Tue, 01 Oct 2019 07:30:59 GMT"},{"key":"Content-Type","value":"application/json;charset=UTF-8"},{"key":"Content-Length","value":"662"},{"key":"Connection","value":"keep-alive"},{"key":"Cache-Control","value":"no-store"},{"key":"Accept-Encoding","value":"application/json"},{"key":"x-source-system","value":""},{"key":"x-conversation-correlationid","value":"27075-7236144-2"},{"key":"x-source-identity-token","value":""},{"key":"x-route-id","value":"queryAPI111"}],"cookie":[],"responseTime":null,"body":"{\n    \"ResponseRefID\": \"26178-42530161-2\",\n    \"ResponseCode\": \"1000\",\n    \"ResponseMessage\": \"Success\",\n    \"Response\": [\n        [\n            {\n                \"transactionId\": \"yzlyrEsRG1\",\n                \"trxDate\": \"2020-08-05T10:13:00Z\",\n                \"msisdn\": 72200000,\n                \"sender\": \"UAT2\",\n                \"transactiontype\": \"c2b-pay-bill-debit\",\n                \"billreference\": \"37207636392\",\n                \"amount\": \"168.00\",\n                \"organizationname\": \"Daraja Pull API Test\"\n            },\n            {\n                \"transactionId\": \"ZobjR29vdz\",\n                \"trxDate\": \"2020-08-05T10:13:00Z\",\n                \"msisdn\": 72200000,\n                \"sender\": \"UAT2\",\n                \"transactiontype\": \"c2b-pay-bill-debit\",\n                \"billreference\": \"37207636392\",\n                \"amount\": \"647.00\",\n                \"organizationname\": \"Daraja Pull API Test\"\n            },\n            {\n                \"transactionId\": \"nZ84WxLx8p\",\n                \"trxDate\": \"2020-08-05T10:13:00Z\",\n                \"msisdn\": 72200000,\n                \"sender\": \"UAT2\",\n                \"transactiontype\": \"c2b-pay-bill-debit\",\n                \"billreference\": \"37207636392\",\n                \"amount\": \"876.00\",\n                \"organizationname\": \"Daraja Pull API Test\"\n            },\n            {\n                \"transactionId\": \"9MFsu3cihH\",\n                \"trxDate\": \"2020-08-05T10:13:00Z\",\n                \"msisdn\": 72200000,\n                \"sender\": \"UAT2\",\n                \"transactiontype\": \"c2b-pay-bill-debit\",\n                \"billreference\": \"37207636392\",\n                \"amount\": \"687.00\",\n                \"organizationname\": \"Daraja Pull API Test\"\n            },\n            {\n                \"transactionId\": \"lcCmdkgssV\",\n                \"trxDate\": \"2020-08-05T10:13:00Z\",\n                \"msisdn\": 72200000,\n                \"sender\": \"UAT2\",\n                \"transactiontype\": \"c2b-pay-bill-debit\",\n                \"billreference\": \"37207636392\",\n                \"amount\": \"588.00\",\n                \"organizationname\": \"Daraja Pull API Test\"\n            },\n            {\n                \"transactionId\": \"1OozszLlTL\",\n                \"trxDate\": \"2020-08-05T10:13:00Z\",\n                \"msisdn\": 72200000,\n                \"sender\": \"UAT2\",\n                \"transactiontype\": \"c2b-pay-bill-debit\",\n                \"billreference\": \"37207636392\",\n                \"amount\": \"666.00\",\n                \"organizationname\": \"Daraja Pull API Test\"\n            },\n            {\n                \"transactionId\": \"IkOgUVYnX2\",\n                \"trxDate\": \"2020-08-05T10:13:00Z\",\n                \"msisdn\": 72200000,\n                \"sender\": \"UAT2\",\n                \"transactiontype\": \"c2b-pay-bill-debit\",\n                \"billreference\": \"37207636392\",\n                \"amount\": \"846.00\",\n                \"organizationname\": \"Daraja Pull API Test\"\n            },\n            {\n                \"transactionId\": \"mYpDa4ullG\",\n                \"trxDate\": \"2020-08-05T10:13:00Z\",\n                \"msisdn\": 72200000,\n                \"sender\": \"UAT2\",\n                \"transactiontype\": \"c2b-pay-bill-debit\",\n                \"billreference\": \"37207636392\",\n                \"amount\": \"861.00\",\n                \"organizationname\": \"Daraja Pull API Test\"\n            },\n            {\n                \"transactionId\": \"OxlseDz4Nw\",\n                \"trxDate\": \"2020-08-05T10:13:00Z\",\n                \"msisdn\": 72200000,\n                \"sender\": \"UAT2\",\n                \"transactiontype\": \"c2b-pay-bill-debit\",\n                \"billreference\": \"37207636392\",\n                \"amount\": \"224.00\",\n                \"organizationname\": \"Daraja Pull API Test\"\n            },\n            {\n                \"transactionId\": \"pbuOnCmioO\",\n                \"trxDate\": \"2020-08-05T10:13:00Z\",\n                \"msisdn\": 72200000,\n                \"sender\": \"UAT2\",\n                \"transactiontype\": \"c2b-pay-bill-debit\",\n                \"billreference\": \"37207636392\",\n                \"amount\": \"545.00\",\n                \"organizationname\": \"Daraja Pull API Test\"\n            },\n            {\n                \"transactionId\": \"grF2CDGhJG\",\n                \"trxDate\": \"2020-08-05T10:13:00Z\",\n                \"msisdn\": 72200000,\n                \"sender\": \"UAT2\",\n                \"transactiontype\": \"c2b-pay-bill-debit\",\n                \"billreference\": \"37207636392\",\n                \"amount\": \"932.00\",\n                \"organizationname\": \"Daraja Pull API Test\"\n            },\n            {\n                \"transactionId\": \"Tzu1n4Glo8\",\n                \"trxDate\": \"2020-08-05T10:13:00Z\",\n                \"msisdn\": 72200000,\n                \"sender\": \"UAT2\",\n                \"transactiontype\": \"c2b-pay-bill-debit\",\n                \"billreference\": \"37207636392\",\n                \"amount\": \"867.00\",\n                \"organizationname\": \"Daraja Pull API Test\"\n            },\n            {\n                \"transactionId\": \"yPKYKCtsKr\",\n                \"trxDate\": \"2020-08-05T10:13:00Z\",\n                \"msisdn\": 72200000,\n                \"sender\": \"UAT2\",\n                \"transactiontype\": \"c2b-pay-bill-debit\",\n                \"billreference\": \"37207636392\",\n                \"amount\": \"796.00\",\n                \"organizationname\": \"Daraja Pull API Test\"\n            },\n            {\n                \"transactionId\": \"YFOtc46jKg\",\n                \"trxDate\": \"2020-08-05T10:13:00Z\",\n                \"msisdn\": 72200000,\n                \"sender\": \"UAT2\",\n                \"transactiontype\": \"c2b-pay-bill-debit\",\n                \"billreference\": \"37207636392\",\n                \"amount\": \"554.00\",\n                \"organizationname\": \"Daraja Pull API Test\"\n            },\n            {\n                \"transactionId\": \"7eHMdZ8WmD\",\n                \"trxDate\": \"2020-08-05T10:13:00Z\",\n                \"msisdn\": 72200000,\n                \"sender\": \"UAT2\",\n                \"transactiontype\": \"c2b-pay-bill-debit\",\n                \"billreference\": \"37207636392\",\n                \"amount\": \"372.00\",\n                \"organizationname\": \"Daraja Pull API Test\"\n            },\n            {\n                \"transactionId\": \"6Jif5zJLce\",\n                \"trxDate\": \"2020-08-05T10:13:00Z\",\n                \"msisdn\": 72200000,\n                \"sender\": \"UAT2\",\n                \"transactiontype\": \"c2b-pay-bill-debit\",\n                \"billreference\": \"37207636392\",\n                \"amount\": \"259.00\",\n                \"organizationname\": \"Daraja Pull API Test\"\n            },\n            {\n                \"transactionId\": \"EqHudIBt61\",\n                \"trxDate\": \"2020-08-05T10:13:00Z\",\n                \"msisdn\": 72200000,\n                \"sender\": \"UAT2\",\n                \"transactiontype\": \"c2b-pay-bill-debit\",\n                \"billreference\": \"37207636392\",\n                \"amount\": \"580.00\",\n                \"organizationname\": \"Daraja Pull API Test\"\n            },\n            {\n                \"transactionId\": \"fOv5PgxMJn\",\n                \"trxDate\": \"2020-08-05T10:13:00Z\",\n                \"msisdn\": 72200000,\n                \"sender\": \"UAT2\",\n                \"transactiontype\": \"c2b-pay-bill-debit\",\n                \"billreference\": \"37207636392\",\n                \"amount\": \"410.00\",\n                \"organizationname\": \"Daraja Pull API Test\"\n            },\n            {\n                \"transactionId\": \"hESVxogqPg\",\n                \"trxDate\": \"2020-08-05T10:13:00Z\",\n                \"msisdn\": 72200000,\n                \"sender\": \"UAT2\",\n                \"transactiontype\": \"c2b-pay-bill-debit\",\n                \"billreference\": \"37207636392\",\n                \"amount\": \"562.00\",\n                \"organizationname\": \"Daraja Pull API Test\"\n            },\n            {\n                \"transactionId\": \"6lPD7rSV6K\",\n                \"trxDate\": \"2020-08-05T10:13:00Z\",\n                \"msisdn\": 72200000,\n                \"sender\": \"UAT2\",\n                \"transactiontype\": \"c2b-pay-bill-debit\",\n                \"billreference\": \"37207636392\",\n                \"amount\": \"499.00\",\n                \"organizationname\": \"Daraja Pull API Test\"\n            },\n            {\n                \"transactionId\": \"79mjeVyf5h\",\n                \"trxDate\": \"2020-08-05T10:13:00Z\",\n                \"msisdn\": 72200000,\n                \"sender\": \"UAT2\",\n                \"transactiontype\": \"c2b-pay-bill-debit\",\n                \"billreference\": \"37207636392\",\n                \"amount\": \"422.00\",\n                \"organizationname\": \"Daraja Pull API Test\"\n            },\n            {\n                \"transactionId\": \"bysbRY8KG2\",\n                \"trxDate\": \"2020-08-05T10:13:00Z\",\n                \"msisdn\": 72200000,\n                \"sender\": \"UAT2\",\n                \"transactiontype\": \"c2b-pay-bill-debit\",\n                \"billreference\": \"37207636392\",\n                \"amount\": \"710.00\",\n                \"organizationname\": \"Daraja Pull API Test\"\n            },\n            {\n                \"transactionId\": \"u5HDaFbZqP\",\n                \"trxDate\": \"2020-08-05T10:13:00Z\",\n                \"msisdn\": 72200000,\n                \"sender\": \"UAT2\",\n                \"transactiontype\": \"c2b-pay-bill-debit\",\n                \"billreference\": \"37207636392\",\n                \"amount\": \"862.00\",\n                \"organizationname\": \"Daraja Pull API Test\"\n            },\n            {\n                \"transactionId\": \"nukCfMTnTp\",\n                \"trxDate\": \"2020-08-05T10:13:00Z\",\n                \"msisdn\": 72200000,\n                \"sender\": \"UAT2\",\n                \"transactiontype\": \"c2b-pay-bill-debit\",\n                \"billreference\": \"37207636392\",\n                \"amount\": \"763.00\",\n                \"organizationname\": \"Daraja Pull API Test\"\n            },\n            {\n                \"transactionId\": \"6b7mJGgf2z\",\n                \"trxDate\": \"2020-08-05T10:13:00Z\",\n                \"msisdn\": 72200000,\n                \"sender\": \"UAT2\",\n                \"transactiontype\": \"c2b-pay-bill-debit\",\n                \"billreference\": \"37207636392\",\n                \"amount\": \"708.00\",\n                \"organizationname\": \"Daraja Pull API Test\"\n            },\n            {\n                \"transactionId\": \"5VuuYoezqx\",\n                \"trxDate\": \"2020-08-05T10:13:00Z\",\n                \"msisdn\": 72200000,\n                \"sender\": \"UAT2\",\n                \"transactiontype\": \"c2b-pay-bill-debit\",\n                \"billreference\": \"37207636392\",\n                \"amount\": \"945.00\",\n                \"organizationname\": \"Daraja Pull API Test\"\n            },\n            {\n                \"transactionId\": \"puKp4P22xG\",\n                \"trxDate\": \"2020-08-05T10:13:00Z\",\n                \"msisdn\": 72200000,\n                \"sender\": \"UAT2\",\n                \"transactiontype\": \"c2b-pay-bill-debit\",\n                \"billreference\": \"37207636392\",\n                \"amount\": \"111.00\",\n                \"organizationname\": \"Daraja Pull API Test\"\n            },\n            {\n                \"transactionId\": \"Sw15w3401n\",\n                \"trxDate\": \"2020-08-05T10:13:00Z\",\n                \"msisdn\": 72200000,\n                \"sender\": \"UAT2\",\n                \"transactiontype\": \"c2b-pay-bill-debit\",\n                \"billreference\": \"37207636392\",\n                \"amount\": \"140.00\",\n                \"organizationname\": \"Daraja Pull API Test\"\n            },\n            {\n                \"transactionId\": \"xmVscNqtkt\",\n                \"trxDate\": \"2020-08-05T10:13:00Z\",\n                \"msisdn\": 72200000,\n                \"sender\": \"UAT2\",\n                \"transactiontype\": \"c2b-pay-bill-debit\",\n                \"billreference\": \"37207636392\",\n                \"amount\": \"814.00\",\n                \"organizationname\": \"Daraja Pull API Test\"\n            },\n            {\n                \"transactionId\": \"8BWt0k6vJz\",\n                \"trxDate\": \"2020-08-05T10:13:00Z\",\n                \"msisdn\": 72200000,\n                \"sender\": \"UAT2\",\n                \"transactiontype\": \"c2b-pay-bill-debit\",\n                \"billreference\": \"37207636392\",\n                \"amount\": \"251.00\",\n                \"organizationname\": \"Daraja Pull API Test\"\n            },\n            {\n                \"transactionId\": \"dc1SW8QZPD\",\n                \"trxDate\": \"2020-08-05T10:13:00Z\",\n                \"msisdn\": 72200000,\n                \"sender\": \"UAT2\",\n                \"transactiontype\": \"c2b-pay-bill-debit\",\n                \"billreference\": \"37207636392\",\n                \"amount\": \"523.00\",\n                \"organizationname\": \"Daraja Pull API Test\"\n            },\n            {\n                \"transactionId\": \"TJsFjZ6BCV\",\n                \"trxDate\": \"2020-08-05T10:13:00Z\",\n                \"msisdn\": 72200000,\n                \"sender\": \"UAT2\",\n                \"transactiontype\": \"c2b-pay-bill-debit\",\n                \"billreference\": \"37207636392\",\n                \"amount\": \"893.00\",\n                \"organizationname\": \"Daraja Pull API Test\"\n            },\n            {\n                \"transactionId\": \"kEb5ijl8aQ\",\n                \"trxDate\": \"2020-08-05T10:13:00Z\",\n                \"msisdn\": 72200000,\n                \"sender\": \"UAT2\",\n                \"transactiontype\": \"c2b-pay-bill-debit\",\n                \"billreference\": \"37207636392\",\n                \"amount\": \"871.00\",\n                \"organizationname\": \"Daraja Pull API Test\"\n            },\n            {\n                \"transactionId\": \"1n75IV524Y\",\n                \"trxDate\": \"2020-08-05T10:13:00Z\",\n                \"msisdn\": 72200000,\n                \"sender\": \"UAT2\",\n                \"transactiontype\": \"c2b-pay-bill-debit\",\n                \"billreference\": \"37207636392\",\n                \"amount\": \"128.00\",\n                \"organizationname\": \"Daraja Pull API Test\"\n            },\n            {\n                \"transactionId\": \"jqLDlBt1ua\",\n                \"trxDate\": \"2020-08-05T10:13:00Z\",\n                \"msisdn\": 72200000,\n                \"sender\": \"UAT2\",\n                \"transactiontype\": \"c2b-pay-bill-debit\",\n                \"billreference\": \"37207636392\",\n                \"amount\": \"86.00\",\n                \"organizationname\": \"Daraja Pull API Test\"\n            },\n            {\n                \"transactionId\": \"CgHQSGzE1l\",\n                \"trxDate\": \"2020-08-05T10:13:00Z\",\n                \"msisdn\": 72200000,\n                \"sender\": \"UAT2\",\n                \"transactiontype\": \"c2b-pay-bill-debit\",\n                \"billreference\": \"37207636392\",\n                \"amount\": \"854.00\",\n                \"organizationname\": \"Daraja Pull API Test\"\n            },\n            {\n                \"transactionId\": \"vqurRmsBko\",\n                \"trxDate\": \"2020-08-05T10:13:00Z\",\n                \"msisdn\": 72200000,\n                \"sender\": \"UAT2\",\n                \"transactiontype\": \"c2b-pay-bill-debit\",\n                \"billreference\": \"37207636392\",\n                \"amount\": \"915.00\",\n                \"organizationname\": \"Daraja Pull API Test\"\n            },\n            {\n                \"transactionId\": \"FSfPaLL5KW\",\n                \"trxDate\": \"2020-08-05T10:13:00Z\",\n                \"msisdn\": 72200000,\n                \"sender\": \"UAT2\",\n                \"transactiontype\": \"c2b-pay-bill-debit\",\n                \"billreference\": \"37207636392\",\n                \"amount\": \"532.00\",\n                \"organizationname\": \"Daraja Pull API Test\"\n            },\n            {\n                \"transactionId\": \"TqkAGgk1hZ\",\n                \"trxDate\": \"2020-08-05T10:13:00Z\",\n                \"msisdn\": 72200000,\n                \"sender\": \"UAT2\",\n                \"transactiontype\": \"c2b-pay-bill-debit\",\n                \"billreference\": \"37207636392\",\n                \"amount\": \"587.00\",\n                \"organizationname\": \"Daraja Pull API Test\"\n            },\n            {\n                \"transactionId\": \"nPo6qTUVo3\",\n                \"trxDate\": \"2020-08-05T10:13:00Z\",\n                \"msisdn\": 72200000,\n                \"sender\": \"UAT2\",\n                \"transactiontype\": \"c2b-pay-bill-debit\",\n                \"billreference\": \"37207636392\",\n                \"amount\": \"82.00\",\n                \"organizationname\": \"Daraja Pull API Test\"\n            },\n            {\n                \"transactionId\": \"SlJ3CUOG9N\",\n                \"trxDate\": \"2020-08-05T10:13:00Z\",\n                \"msisdn\": 72200000,\n                \"sender\": \"UAT2\",\n                \"transactiontype\": \"c2b-pay-bill-debit\",\n                \"billreference\": \"37207636392\",\n                \"amount\": \"360.00\",\n                \"organizationname\": \"Daraja Pull API Test\"\n            },\n            {\n                \"transactionId\": \"2svq4ZMdU7\",\n                \"trxDate\": \"2020-08-05T10:13:00Z\",\n                \"msisdn\": 72200000,\n                \"sender\": \"UAT2\",\n                \"transactiontype\": \"c2b-pay-bill-debit\",\n                \"billreference\": \"37207636392\",\n                \"amount\": \"580.00\",\n                \"organizationname\": \"Daraja Pull API Test\"\n            },\n            {\n                \"transactionId\": \"7RKL8T2fP9\",\n                \"trxDate\": \"2020-08-05T10:13:00Z\",\n                \"msisdn\": 72200000,\n                \"sender\": \"UAT2\",\n                \"transactiontype\": \"c2b-pay-bill-debit\",\n                \"billreference\": \"37207636392\",\n                \"amount\": \"683.00\",\n                \"organizationname\": \"Daraja Pull API Test\"\n            },\n            {\n                \"transactionId\": \"VLQ5LMFmkn\",\n                \"trxDate\": \"2020-08-05T10:13:00Z\",\n                \"msisdn\": 72200000,\n                \"sender\": \"UAT2\",\n                \"transactiontype\": \"c2b-pay-bill-debit\",\n                \"billreference\": \"37207636392\",\n                \"amount\": \"671.00\",\n                \"organizationname\": \"Daraja Pull API Test\"\n            },\n            {\n                \"transactionId\": \"5tgM7bs3Io\",\n                \"trxDate\": \"2020-08-05T10:13:00Z\",\n                \"msisdn\": 72200000,\n                \"sender\": \"UAT2\",\n                \"transactiontype\": \"c2b-pay-bill-debit\",\n                \"billreference\": \"37207636392\",\n                \"amount\": \"135.00\",\n                \"organizationname\": \"Daraja Pull API Test\"\n            },\n            {\n                \"transactionId\": \"YlF1jAsDzh\",\n                \"trxDate\": \"2020-08-05T10:13:00Z\",\n                \"msisdn\": 72200000,\n                \"sender\": \"UAT2\",\n                \"transactiontype\": \"c2b-pay-bill-debit\",\n                \"billreference\": \"37207636392\",\n                \"amount\": \"570.00\",\n                \"organizationname\": \"Daraja Pull API Test\"\n            },\n            {\n                \"transactionId\": \"4pkpy5dJnH\",\n                \"trxDate\": \"2020-08-05T10:13:00Z\",\n                \"msisdn\": 72200000,\n                \"sender\": \"UAT2\",\n                \"transactiontype\": \"c2b-pay-bill-debit\",\n                \"billreference\": \"37207636392\",\n                \"amount\": \"185.00\",\n                \"organizationname\": \"Daraja Pull API Test\"\n            },\n            {\n                \"transactionId\": \"rJtZkavplb\",\n                \"trxDate\": \"2020-08-05T10:13:00Z\",\n                \"msisdn\": 72200000,\n                \"sender\": \"UAT2\",\n                \"transactiontype\": \"c2b-pay-bill-debit\",\n                \"billreference\": \"37207636392\",\n                \"amount\": \"312.00\",\n                \"organizationname\": \"Daraja Pull API Test\"\n            },\n            {\n                \"transactionId\": \"pbjocZRVwC\",\n                \"trxDate\": \"2020-08-05T10:13:00Z\",\n                \"msisdn\": 72200000,\n                \"sender\": \"UAT2\",\n                \"transactiontype\": \"c2b-pay-bill-debit\",\n                \"billreference\": \"37207636392\",\n                \"amount\": \"301.00\",\n                \"organizationname\": \"Daraja Pull API Test\"\n            },\n            {\n                \"transactionId\": \"mCBtjYxeZm\",\n                \"trxDate\": \"2020-08-05T10:13:00Z\",\n                \"msisdn\": 72200000,\n                \"sender\": \"UAT2\",\n                \"transactiontype\": \"c2b-pay-bill-debit\",\n                \"billreference\": \"37207636392\",\n                \"amount\": \"459.00\",\n                \"organizationname\": \"Daraja Pull API Test\"\n            },\n            {\n                \"transactionId\": \"fbUX2Sjit3\",\n                \"trxDate\": \"2020-08-05T10:13:00Z\",\n                \"msisdn\": 72200000,\n                \"sender\": \"UAT2\",\n                \"transactiontype\": \"c2b-pay-bill-debit\",\n                \"billreference\": \"37207636392\",\n                \"amount\": \"115.00\",\n                \"organizationname\": \"Daraja Pull API Test\"\n            },\n            {\n                \"transactionId\": \"9iUJJfq1H8\",\n                \"trxDate\": \"2020-08-05T10:13:00Z\",\n                \"msisdn\": 72200000,\n                \"sender\": \"UAT2\",\n                \"transactiontype\": \"c2b-pay-bill-debit\",\n                \"billreference\": \"37207636392\",\n                \"amount\": \"478.00\",\n                \"organizationname\": \"Daraja Pull API Test\"\n            },\n            {\n                \"transactionId\": \"P81iByzdb0\",\n                \"trxDate\": \"2020-08-05T10:13:00Z\",\n                \"msisdn\": 72200000,\n                \"sender\": \"UAT2\",\n                \"transactiontype\": \"c2b-pay-bill-debit\",\n                \"billreference\": \"37207636392\",\n                \"amount\": \"269.00\",\n                \"organizationname\": \"Daraja Pull API Test\"\n            },\n            {\n                \"transactionId\": \"0wHLF7kjS4\",\n                \"trxDate\": \"2020-08-05T10:13:00Z\",\n                \"msisdn\": 72200000,\n                \"sender\": \"UAT2\",\n                \"transactiontype\": \"c2b-pay-bill-debit\",\n                \"billreference\": \"37207636392\",\n                \"amount\": \"514.00\",\n                \"organizationname\": \"Daraja Pull API Test\"\n            },\n            {\n                \"transactionId\": \"wNXUXYwCMs\",\n                \"trxDate\": \"2020-08-05T10:13:00Z\",\n                \"msisdn\": 72200000,\n                \"sender\": \"UAT2\",\n                \"transactiontype\": \"c2b-pay-bill-debit\",\n                \"billreference\": \"37207636392\",\n                \"amount\": \"295.00\",\n                \"organizationname\": \"Daraja Pull API Test\"\n            },\n            {\n                \"transactionId\": \"zmm4NgIqnI\",\n                \"trxDate\": \"2020-08-05T10:13:00Z\",\n                \"msisdn\": 72200000,\n                \"sender\": \"UAT2\",\n                \"transactiontype\": \"c2b-pay-bill-debit\",\n                \"billreference\": \"37207636392\",\n                \"amount\": \"637.00\",\n                \"organizationname\": \"Daraja Pull API Test\"\n            },\n            {\n                \"transactionId\": \"RXnuFJavEu\",\n                \"trxDate\": \"2020-08-05T10:13:00Z\",\n                \"msisdn\": 72200000,\n                \"sender\": \"UAT2\",\n                \"transactiontype\": \"c2b-pay-bill-debit\",\n                \"billreference\": \"37207636392\",\n                \"amount\": \"478.00\",\n                \"organizationname\": \"Daraja Pull API Test\"\n            },\n            {\n                \"transactionId\": \"fRPYBdV87i\",\n                \"trxDate\": \"2020-08-05T10:13:00Z\",\n                \"msisdn\": 72200000,\n                \"sender\": \"UAT2\",\n                \"transactiontype\": \"c2b-pay-bill-debit\",\n                \"billreference\": \"37207636392\",\n                \"amount\": \"357.00\",\n                \"organizationname\": \"Daraja Pull API Test\"\n            },\n            {\n                \"transactionId\": \"PUH0yK7S4h\",\n                \"trxDate\": \"2020-08-05T10:13:00Z\",\n                \"msisdn\": 72200000,\n                \"sender\": \"UAT2\",\n                \"transactiontype\": \"c2b-pay-bill-debit\",\n                \"billreference\": \"37207636392\",\n                \"amount\": \"137.00\",\n                \"organizationname\": \"Daraja Pull API Test\"\n            },\n            {\n                \"transactionId\": \"xBns4pgXY1\",\n                \"trxDate\": \"2020-08-05T10:13:00Z\",\n                \"msisdn\": 72200000,\n                \"sender\": \"UAT2\",\n                \"transactiontype\": \"c2b-pay-bill-debit\",\n                \"billreference\": \"37207636392\",\n                \"amount\": \"726.00\",\n                \"organizationname\": \"Daraja Pull API Test\"\n            },\n            {\n                \"transactionId\": \"mtuPk27UGl\",\n                \"trxDate\": \"2020-08-05T10:13:00Z\",\n                \"msisdn\": 72200000,\n                \"sender\": \"UAT2\",\n                \"transactiontype\": \"c2b-pay-bill-debit\",\n                \"billreference\": \"37207636392\",\n                \"amount\": \"578.00\",\n                \"organizationname\": \"Daraja Pull API Test\"\n            },\n            {\n                \"transactionId\": \"ejLZbK94r7\",\n                \"trxDate\": \"2020-08-05T10:13:00Z\",\n                \"msisdn\": 72200000,\n                \"sender\": \"UAT2\",\n                \"transactiontype\": \"c2b-pay-bill-debit\",\n                \"billreference\": \"37207636392\",\n                \"amount\": \"339.00\",\n                \"organizationname\": \"Daraja Pull API Test\"\n            },\n            {\n                \"transactionId\": \"EgIJOq8yax\",\n                \"trxDate\": \"2020-08-05T10:13:00Z\",\n                \"msisdn\": 72200000,\n                \"sender\": \"UAT2\",\n                \"transactiontype\": \"c2b-pay-bill-debit\",\n                \"billreference\": \"37207636392\",\n                \"amount\": \"96.00\",\n                \"organizationname\": \"Daraja Pull API Test\"\n            },\n            {\n                \"transactionId\": \"8wJaEj7P7O\",\n                \"trxDate\": \"2020-08-05T10:13:00Z\",\n                \"msisdn\": 72200000,\n                \"sender\": \"UAT2\",\n                \"transactiontype\": \"c2b-pay-bill-debit\",\n                \"billreference\": \"37207636392\",\n                \"amount\": \"254.00\",\n                \"organizationname\": \"Daraja Pull API Test\"\n            },\n            {\n                \"transactionId\": \"hQ7ZJsohqV\",\n                \"trxDate\": \"2020-08-05T10:13:00Z\",\n                \"msisdn\": 72200000,\n                \"sender\": \"UAT2\",\n                \"transactiontype\": \"c2b-pay-bill-debit\",\n                \"billreference\": \"37207636392\",\n                \"amount\": \"88.00\",\n                \"organizationname\": \"Daraja Pull API Test\"\n            },\n            {\n                \"transactionId\": \"zbLKVUuNGN\",\n                \"trxDate\": \"2020-08-05T10:13:00Z\",\n                \"msisdn\": 72200000,\n                \"sender\": \"UAT2\",\n                \"transactiontype\": \"c2b-pay-bill-debit\",\n                \"billreference\": \"37207636392\",\n                \"amount\": \"618.00\",\n                \"organizationname\": \"Daraja Pull API Test\"\n            },\n            {\n                \"transactionId\": \"Fux1ixyvJf\",\n                \"trxDate\": \"2020-08-05T10:13:00Z\",\n                \"msisdn\": 72200000,\n                \"sender\": \"UAT2\",\n                \"transactiontype\": \"c2b-pay-bill-debit\",\n                \"billreference\": \"37207636392\",\n                \"amount\": \"897.00\",\n                \"organizationname\": \"Daraja Pull API Test\"\n            },\n            {\n                \"transactionId\": \"XShdvwvKRX\",\n                \"trxDate\": \"2020-08-05T10:13:00Z\",\n                \"msisdn\": 72200000,\n                \"sender\": \"UAT2\",\n                \"transactiontype\": \"c2b-pay-bill-debit\",\n                \"billreference\": \"37207636392\",\n                \"amount\": \"654.00\",\n                \"organizationname\": \"Daraja Pull API Test\"\n            },\n            {\n                \"transactionId\": \"dF4c0u6upT\",\n                \"trxDate\": \"2020-08-05T10:13:00Z\",\n                \"msisdn\": 72200000,\n                \"sender\": \"UAT2\",\n                \"transactiontype\": \"c2b-pay-bill-debit\",\n                \"billreference\": \"37207636392\",\n                \"amount\": \"855.00\",\n                \"organizationname\": \"Daraja Pull API Test\"\n            },\n            {\n                \"transactionId\": \"mYJtRBugbh\",\n                \"trxDate\": \"2020-08-05T10:13:00Z\",\n                \"msisdn\": 72200000,\n                \"sender\": \"UAT2\",\n                \"transactiontype\": \"c2b-pay-bill-debit\",\n                \"billreference\": \"37207636392\",\n                \"amount\": \"789.00\",\n                \"organizationname\": \"Daraja Pull API Test\"\n            },\n            {\n                \"transactionId\": \"eD2sYlgHeA\",\n                \"trxDate\": \"2020-08-05T10:13:00Z\",\n                \"msisdn\": 72200000,\n                \"sender\": \"UAT2\",\n                \"transactiontype\": \"c2b-pay-bill-debit\",\n                \"billreference\": \"37207636392\",\n                \"amount\": \"874.00\",\n                \"organizationname\": \"Daraja Pull API Test\"\n            },\n            {\n                \"transactionId\": \"OwT3Ppa5Sp\",\n                \"trxDate\": \"2020-08-05T10:13:00Z\",\n                \"msisdn\": 72200000,\n                \"sender\": \"UAT2\",\n                \"transactiontype\": \"c2b-pay-bill-debit\",\n                \"billreference\": \"37207636392\",\n                \"amount\": \"543.00\",\n                \"organizationname\": \"Daraja Pull API Test\"\n            },\n            {\n                \"transactionId\": \"BQU0yJwcgr\",\n                \"trxDate\": \"2020-08-05T10:13:00Z\",\n                \"msisdn\": 72200000,\n                \"sender\": \"UAT2\",\n                \"transactiontype\": \"c2b-pay-bill-debit\",\n                \"billreference\": \"37207636392\",\n                \"amount\": \"838.00\",\n                \"organizationname\": \"Daraja Pull API Test\"\n            },\n            {\n                \"transactionId\": \"Pz4NYMCG3u\",\n                \"trxDate\": \"2020-08-05T10:13:00Z\",\n                \"msisdn\": 72200000,\n                \"sender\": \"UAT2\",\n                \"transactiontype\": \"c2b-pay-bill-debit\",\n                \"billreference\": \"37207636392\",\n                \"amount\": \"162.00\",\n                \"organizationname\": \"Daraja Pull API Test\"\n            },\n            {\n                \"transactionId\": \"CYgISNszfx\",\n                \"trxDate\": \"2020-08-05T10:13:00Z\",\n                \"msisdn\": 72200000,\n                \"sender\": \"UAT2\",\n                \"transactiontype\": \"c2b-pay-bill-debit\",\n                \"billreference\": \"37207636392\",\n                \"amount\": \"41.00\",\n                \"organizationname\": \"Daraja Pull API Test\"\n            },\n            {\n                \"transactionId\": \"5a4f0euu2d\",\n                \"trxDate\": \"2020-08-05T10:13:00Z\",\n                \"msisdn\": 72200000,\n                \"sender\": \"UAT2\",\n                \"transactiontype\": \"c2b-pay-bill-debit\",\n                \"billreference\": \"37207636392\",\n                \"amount\": \"275.00\",\n                \"organizationname\": \"Daraja Pull API Test\"\n            },\n            {\n                \"transactionId\": \"1gomkM7nY2\",\n                \"trxDate\": \"2020-08-05T10:13:00Z\",\n                \"msisdn\": 72200000,\n                \"sender\": \"UAT2\",\n                \"transactiontype\": \"c2b-pay-bill-debit\",\n                \"billreference\": \"37207636392\",\n                \"amount\": \"421.00\",\n                \"organizationname\": \"Daraja Pull API Test\"\n            },\n            {\n                \"transactionId\": \"hoFtm9434V\",\n                \"trxDate\": \"2020-08-05T10:13:00Z\",\n                \"msisdn\": 72200000,\n                \"sender\": \"UAT2\",\n                \"transactiontype\": \"c2b-pay-bill-debit\",\n                \"billreference\": \"37207636392\",\n                \"amount\": \"214.00\",\n                \"organizationname\": \"Daraja Pull API Test\"\n            },\n            {\n                \"transactionId\": \"mOxDPMRoNp\",\n                \"trxDate\": \"2020-08-05T10:13:00Z\",\n                \"msisdn\": 72200000,\n                \"sender\": \"UAT2\",\n                \"transactiontype\": \"c2b-pay-bill-debit\",\n                \"billreference\": \"37207636392\",\n                \"amount\": \"347.00\",\n                \"organizationname\": \"Daraja Pull API Test\"\n            },\n            {\n                \"transactionId\": \"m2Nr80s3Uu\",\n                \"trxDate\": \"2020-08-05T10:13:00Z\",\n                \"msisdn\": 72200000,\n                \"sender\": \"UAT2\",\n                \"transactiontype\": \"c2b-pay-bill-debit\",\n                \"billreference\": \"37207636392\",\n                \"amount\": \"869.00\",\n                \"organizationname\": \"Daraja Pull API Test\"\n            },\n            {\n                \"transactionId\": \"HIrlK81GTF\",\n                \"trxDate\": \"2020-08-05T10:13:00Z\",\n                \"msisdn\": 72200000,\n                \"sender\": \"UAT2\",\n                \"transactiontype\": \"c2b-pay-bill-debit\",\n                \"billreference\": \"37207636392\",\n                \"amount\": \"624.00\",\n                \"organizationname\": \"Daraja Pull API Test\"\n            },\n            {\n                \"transactionId\": \"vvpVodUcSq\",\n                \"trxDate\": \"2020-08-05T10:13:00Z\",\n                \"msisdn\": 72200000,\n                \"sender\": \"UAT2\",\n                \"transactiontype\": \"c2b-pay-bill-debit\",\n                \"billreference\": \"37207636392\",\n                \"amount\": \"348.00\",\n                \"organizationname\": \"Daraja Pull API Test\"\n            },\n            {\n                \"transactionId\": \"5ULgMAjMxx\",\n                \"trxDate\": \"2020-08-05T10:13:00Z\",\n                \"msisdn\": 72200000,\n                \"sender\": \"UAT2\",\n                \"transactiontype\": \"c2b-pay-bill-debit\",\n                \"billreference\": \"37207636392\",\n                \"amount\": \"892.00\",\n                \"organizationname\": \"Daraja Pull API Test\"\n            },\n            {\n                \"transactionId\": \"sHfQWabRRo\",\n                \"trxDate\": \"2020-08-05T10:13:00Z\",\n                \"msisdn\": 72200000,\n                \"sender\": \"UAT2\",\n                \"transactiontype\": \"c2b-pay-bill-debit\",\n                \"billreference\": \"37207636392\",\n                \"amount\": \"816.00\",\n                \"organizationname\": \"Daraja Pull API Test\"\n            },\n            {\n                \"transactionId\": \"YdsNKK61r6\",\n                \"trxDate\": \"2020-08-05T10:13:00Z\",\n                \"msisdn\": 72200000,\n                \"sender\": \"UAT2\",\n                \"transactiontype\": \"c2b-pay-bill-debit\",\n                \"billreference\": \"37207636392\",\n                \"amount\": \"55.00\",\n                \"organizationname\": \"Daraja Pull API Test\"\n            },\n            {\n                \"transactionId\": \"7SQm5hrAFf\",\n                \"trxDate\": \"2020-08-05T10:13:00Z\",\n                \"msisdn\": 72200000,\n                \"sender\": \"UAT2\",\n                \"transactiontype\": \"c2b-pay-bill-debit\",\n                \"billreference\": \"37207636392\",\n                \"amount\": \"896.00\",\n                \"organizationname\": \"Daraja Pull API Test\"\n            },\n            {\n                \"transactionId\": \"ibOWje82yV\",\n                \"trxDate\": \"2020-08-05T10:13:00Z\",\n                \"msisdn\": 72200000,\n                \"sender\": \"UAT2\",\n                \"transactiontype\": \"c2b-pay-bill-debit\",\n                \"billreference\": \"37207636392\",\n                \"amount\": \"367.00\",\n                \"organizationname\": \"Daraja Pull API Test\"\n            },\n            {\n                \"transactionId\": \"ixU48OEU3G\",\n                \"trxDate\": \"2020-08-05T10:13:00Z\",\n                \"msisdn\": 72200000,\n                \"sender\": \"UAT2\",\n                \"transactiontype\": \"c2b-pay-bill-debit\",\n                \"billreference\": \"37207636392\",\n                \"amount\": \"416.00\",\n                \"organizationname\": \"Daraja Pull API Test\"\n            },\n            {\n                \"transactionId\": \"5kkQSwebbM\",\n                \"trxDate\": \"2020-08-05T10:13:00Z\",\n                \"msisdn\": 72200000,\n                \"sender\": \"UAT2\",\n                \"transactiontype\": \"c2b-pay-bill-debit\",\n                \"billreference\": \"37207636392\",\n                \"amount\": \"605.00\",\n                \"organizationname\": \"Daraja Pull API Test\"\n            },\n            {\n                \"transactionId\": \"36TdUOZFNG\",\n                \"trxDate\": \"2020-08-05T10:13:00Z\",\n                \"msisdn\": 72200000,\n                \"sender\": \"UAT2\",\n                \"transactiontype\": \"c2b-pay-bill-debit\",\n                \"billreference\": \"37207636392\",\n                \"amount\": \"646.00\",\n                \"organizationname\": \"Daraja Pull API Test\"\n            },\n            {\n                \"transactionId\": \"T5rzltf6cL\",\n                \"trxDate\": \"2020-08-05T10:13:00Z\",\n                \"msisdn\": 72200000,\n                \"sender\": \"UAT2\",\n                \"transactiontype\": \"c2b-pay-bill-debit\",\n                \"billreference\": \"37207636392\",\n                \"amount\": \"341.00\",\n                \"organizationname\": \"Daraja Pull API Test\"\n            },\n            {\n                \"transactionId\": \"Q2y9EHPiXL\",\n                \"trxDate\": \"2020-08-05T10:13:00Z\",\n                \"msisdn\": 72200000,\n                \"sender\": \"UAT2\",\n                \"transactiontype\": \"c2b-pay-bill-debit\",\n                \"billreference\": \"37207636392\",\n                \"amount\": \"888.00\",\n                \"organizationname\": \"Daraja Pull API Test\"\n            },\n            {\n                \"transactionId\": \"D2hCHWlGGw\",\n                \"trxDate\": \"2020-08-05T10:13:00Z\",\n                \"msisdn\": 72200000,\n                \"sender\": \"UAT2\",\n                \"transactiontype\": \"c2b-pay-bill-debit\",\n                \"billreference\": \"37207636392\",\n                \"amount\": \"895.00\",\n                \"organizationname\": \"Daraja Pull API Test\"\n            },\n            {\n                \"transactionId\": \"CMZFeGyEl6\",\n                \"trxDate\": \"2020-08-05T10:13:00Z\",\n                \"msisdn\": 72200000,\n                \"sender\": \"UAT2\",\n                \"transactiontype\": \"c2b-pay-bill-debit\",\n                \"billreference\": \"37207636392\",\n                \"amount\": \"790.00\",\n                \"organizationname\": \"Daraja Pull API Test\"\n            },\n            {\n                \"transactionId\": \"6zMhR4Ypzc\",\n                \"trxDate\": \"2020-08-05T10:13:00Z\",\n                \"msisdn\": 72200000,\n                \"sender\": \"UAT2\",\n                \"transactiontype\": \"c2b-pay-bill-debit\",\n                \"billreference\": \"37207636392\",\n                \"amount\": \"301.00\",\n                \"organizationname\": \"Daraja Pull API Test\"\n            },\n            {\n                \"transactionId\": \"Ntl1pP2iRV\",\n                \"trxDate\": \"2020-08-05T10:13:00Z\",\n                \"msisdn\": 72200000,\n                \"sender\": \"UAT2\",\n                \"transactiontype\": \"c2b-pay-bill-debit\",\n                \"billreference\": \"37207636392\",\n                \"amount\": \"941.00\",\n                \"organizationname\": \"Daraja Pull API Test\"\n            },\n            {\n                \"transactionId\": \"rjF9n3rzmh\",\n                \"trxDate\": \"2020-08-05T10:13:00Z\",\n                \"msisdn\": 72200000,\n                \"sender\": \"UAT2\",\n                \"transactiontype\": \"c2b-pay-bill-debit\",\n                \"billreference\": \"37207636392\",\n                \"amount\": \"67.00\",\n                \"organizationname\": \"Daraja Pull API Test\"\n            },\n            {\n                \"transactionId\": \"ysPnSyMbRx\",\n                \"trxDate\": \"2020-08-05T10:13:00Z\",\n                \"msisdn\": 72200000,\n                \"sender\": \"UAT2\",\n                \"transactiontype\": \"c2b-pay-bill-debit\",\n                \"billreference\": \"37207636392\",\n                \"amount\": \"528.00\",\n                \"organizationname\": \"Daraja Pull API Test\"\n            },\n            {\n                \"transactionId\": \"BTGnRE2mZh\",\n                \"trxDate\": \"2020-08-05T10:13:00Z\",\n                \"msisdn\": 72200000,\n                \"sender\": \"UAT2\",\n                \"transactiontype\": \"c2b-pay-bill-debit\",\n                \"billreference\": \"37207636392\",\n                \"amount\": \"248.00\",\n                \"organizationname\": \"Daraja Pull API Test\"\n            },\n            {\n                \"transactionId\": \"LjFzAtI088\",\n                \"trxDate\": \"2020-08-05T10:13:00Z\",\n                \"msisdn\": 72200000,\n                \"sender\": \"UAT2\",\n                \"transactiontype\": \"c2b-pay-bill-debit\",\n                \"billreference\": \"37207636392\",\n                \"amount\": \"93.00\",\n                \"organizationname\": \"Daraja Pull API Test\"\n            }\n        ]\n    ]\n}"},{"id":"19d5b258-649a-444f-a11c-24f3d9e6b005","name":"Pull Transactions API - failed to retrieve","originalRequest":{"method":"POST","header":[{"key":"Content-Type","type":"text","value":"application/json"},{"key":"Authorization","type":"text","value":"Bearer vL47X8wjrCtysEvQG7VvBaGDAKsV"}],"body":{"mode":"raw","raw":"{\n\t\"ShortCode\":\"600000\",\n\t\"StartDate\":\"2020-08-04 8:36:00\",\n\t\"EndDate\":\"2020-08-16 10:10:000\",\n\t\"OffSetValue\":\"0\"\n}"},"url":"https://sandbox.safaricom.co.ke/pulltransactions/v1/query"},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Tue, 01 Oct 2019 07:30:59 GMT"},{"key":"Content-Type","value":"application/json;charset=UTF-8"},{"key":"Content-Length","value":"662"},{"key":"Connection","value":"keep-alive"},{"key":"Cache-Control","value":"no-store"},{"key":"Accept-Encoding","value":"application/json"},{"key":"x-source-system","value":""},{"key":"x-conversation-correlationid","value":"27075-7236144-2"},{"key":"x-source-identity-token","value":""},{"key":"x-route-id","value":"queryAPI111"}],"cookie":[],"responseTime":null,"body":"{\r\n    \"RequestID\": \"6769-7119060-7\",\r\n    \"ResponseCode\": \"500\",\r\n    \"ResponseMessage\": \"Failed to retrieve transactions\"\r\n}"},{"id":"862bd01f-b743-4fcc-b238-d6423ecf3e2b","name":"Pull Transactions API - Null response","originalRequest":{"method":"POST","header":[{"key":"Content-Type","type":"text","value":"application/json"},{"key":"Authorization","type":"text","value":"Bearer vL47X8wjrCtysEvQG7VvBaGDAKsV"}],"body":{"mode":"raw","raw":"{\n\t\"ShortCode\":\"600000\",\n\t\"StartDate\":\"2020-08-04 8:36:00\",\n\t\"EndDate\":\"2020-08-16 10:10:000\",\n\t\"OffSetValue\":\"0\"\n}"},"url":"https://sandbox.safaricom.co.ke/pulltransactions/v1/query"},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Tue, 01 Oct 2019 07:30:59 GMT"},{"key":"Content-Type","value":"application/json;charset=UTF-8"},{"key":"Content-Length","value":"662"},{"key":"Connection","value":"keep-alive"},{"key":"Cache-Control","value":"no-store"},{"key":"Accept-Encoding","value":"application/json"},{"key":"x-source-system","value":""},{"key":"x-conversation-correlationid","value":"27075-7236144-2"},{"key":"x-source-identity-token","value":""},{"key":"x-route-id","value":"queryAPI111"}],"cookie":[],"responseTime":null,"body":"{\r\n    \"RequestID\": \"6773-7191607-1\",\r\n    \"ResponseCode\": \"1001\",\r\n    \"ResponseMessage\": \"Null\"\r\n}"}],"_postman_id":"47d0c48d-5f28-487b-b898-b6522acb9151"}],"event":[{"listen":"prerequest","script":{"id":"77c6357f-5dd4-477f-bb90-464a4f6c6c45","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"6c1427cf-db54-4c5a-b504-a305504ba6cf","type":"text/javascript","exec":[""]}}]}