{"info":{"_postman_id":"1e8ef3e2-4420-4d38-ac49-6709781de93e","name":"Remita Interbank Service (RITS)","description":"<html><head></head><body><p>These APIS are for Banks looking to leverage on Remita's Inter-bank services</p>\n<h1 id=\"getting-started\">Getting started</h1>\n<ol>\n<li><p>Register a profile on Remita: You can visit <a href=\"http://www.remita.net\">www.remita.net</a> to sign-up if you are not already registered as a merchant/biller on the platform.</p>\n</li>\n<li><p>Implement our Remita Interbank Service using the demo credentials from the next section (If you have completed your implementation or have questions along the way, feel free to reach out to us at <a href=\"mailto:infrastructure@systemspecs.com.ng\">infrastructure@systemspecs.com.ng</a>)</p>\n</li>\n</ol>\n<h1 id=\"environments\">Environments</h1>\n<h3 id=\"test-environment\">Test Environment</h3>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code>BASE URL\nhttps://remitademo.net/remita/exapp/api/v1/send/api\n\nCREDENTIALS\n- merchantId: DEMOMDA1234\n- apiKey: REVNT01EQTEyMzR8REVNT01EQQ\n- apiToken: bmR1ZFFFWEx5R2c2NmhnMEk5a25WenJaZWZwbHFFYldKOGY0bHlGZnBZQ1N5WEpXU2Y1dGt3PT0= \n- AES-128 Encryption Credential\n   * key: nbzjfdiehurgsxct\n   * iv: sngtmqpfurxdbkwj\n   * mode: CBC\n   * padding: Pkcs7\n</code></pre><br>\n\n\n<h3 id=\"live-environment\">Live Environment</h3>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code>BASE URL\nhttps://login.remita.net/remita/exapp/api/v1/send/api\n\nCREDENTIALS\nWill be provisioned upon successful UAT with Remita\n</code></pre><p>To undertake UAT, kindly reach out to us at <a href=\"mailto:infrastructure@systemspecs.com.ng\">infrastructure@systemspecs.com.ng</a></p>\n<hr>\n<h1 id=\"other-useful-information\">Other Useful Information</h1>\n<h4 id=\"data-types\">Data Types</h4>\n<p>All of the API responses returned are in JSON format, with these data types defined below:</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Type</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>string</td>\n<td>A UTF-8 encoded string</td>\n</tr>\n<tr>\n<td>number</td>\n<td>An integer</td>\n</tr>\n<tr>\n<td>datetime</td>\n<td>An ISO8601 encoded DateTime. All datetimes are returned in UTC with offset +00:00</td>\n</tr>\n<tr>\n<td>decimal</td>\n<td>All monetary values are returned with up to two decimal places and may be positive (20.78) or negative (-32.50)</td>\n</tr>\n</tbody>\n</table>\n</div><h4 id=\"data-length\">Data Length</h4>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Type</th>\n<th>Description</th>\n<th>Length</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Text fields</td>\n<td>string</td>\n<td>max-length 255 characters</td>\n</tr>\n<tr>\n<td>BVN</td>\n<td>integers starting with 1 or 2</td>\n<td>11 digits.</td>\n</tr>\n<tr>\n<td>Account Number</td>\n<td>integers</td>\n<td>10 digits.</td>\n</tr>\n</tbody>\n</table>\n</div><hr>\n<h4 id=\"paging\">Paging</h4>\n<p>For endpoints that provide several records, the response may be paged depending on the total number of records that the server can return at a time. This means that to retrieve the full set of items for a given resource you may be required to make several requests.</p>\n<h4 id=\"url-parameters\">URL Parameters</h4>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Parameters</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>page</td>\n<td>The page number you wish to retrieve</td>\n</tr>\n<tr>\n<td>limit</td>\n<td>The number of items to return in a page</td>\n</tr>\n<tr>\n<td>signature</td>\n<td>Used to guarantee consistency of the data being returned</td>\n</tr>\n</tbody>\n</table>\n</div><h4 id=\"response\">Response</h4>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field</th>\n<th>Type</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>responseData</td>\n<td>array</td>\n<td>The actual data items you have requested</td>\n</tr>\n<tr>\n<td>_meta</td>\n<td>object</td>\n<td>Key/value information that is not essential to understanding the resources returned but offers additional detail</td>\n</tr>\n<tr>\n<td>_links</td>\n<td>array</td>\n<td>A collection of links that you can use to navigate the paged data</td>\n</tr>\n</tbody>\n</table>\n</div><h5 id=\"_meta\">_meta</h5>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field</th>\n<th>Type</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>totalNumberOfRecords</td>\n<td>number</td>\n<td>The total number of data items in the collection</td>\n</tr>\n<tr>\n<td>totalNumberOfPages</td>\n<td>number</td>\n<td>The number of pages in the collection</td>\n</tr>\n<tr>\n<td>pageNumber</td>\n<td>number</td>\n<td>The current page number</td>\n</tr>\n<tr>\n<td>pageSize</td>\n<td>number</td>\n<td>The current page size</td>\n</tr>\n</tbody>\n</table>\n</div><h5 id=\"_links\">_links</h5>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field</th>\n<th>Type</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>rel</td>\n<td>string</td>\n<td>The relation of the linked resource to the current resource</td>\n</tr>\n<tr>\n<td>href</td>\n<td>string</td>\n<td>The absolute URI of the related resource</td>\n</tr>\n</tbody>\n</table>\n</div><h5 id=\"navigating-through-pages\">Navigating through pages</h5>\n<ul>\n<li>If you are on the first page, the \"prev\" link will not be present in the response.</li>\n<li>If you are at the final page, the \"next\" link will not be present in the response</li>\n<li>If there are no pages and all data is returned neither \"prev\" or \"next\" links will be present in the response</li>\n</ul>\n<hr>\n<h4 id=\"errors\">Errors</h4>\n<p>Errors in the API are expressed as a combination of HTTP status codes and an accompanying JSON body providing required detail where possible. You should be able to rely on the HTTP status code alone to determine the cause of the problem.</p>\n<h5 id=\"error-response-fields\">Error Response Fields</h5>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field</th>\n<th>Type</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>message</td>\n<td><code>string</code>    A human-readable message as to the specifics of the problem. For example, it may contain a detail description of what caused the problem</td>\n</tr>\n<tr>\n<td>status number</td>\n<td>The HTTP status code used in the response</td>\n</tr>\n<tr>\n<td>errorCode    number</td>\n<td>The specific Open Banking Nigeria error code for the problem</td>\n</tr>\n</tbody>\n</table>\n</div><hr>\n<h4 id=\"expansion-fields\">Expansion Fields</h4>\n<p>This would help to pass on proprietary information or additional processing directives unique to the specific implementation.</p>\n<p>The <code>expansionFields</code> are optional and are a collection which means multiple instances of these fields may be included in any message.</p>\n<h4 id=\"response-body-fields\">Response Body Fields</h4>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field</th>\n<th>Type</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>id</td>\n<td>string</td>\n<td>A unique identifier for the extra field</td>\n</tr>\n<tr>\n<td>description</td>\n<td>string</td>\n<td>A description of the extra field</td>\n</tr>\n<tr>\n<td>type</td>\n<td>string</td>\n<td>A type of field but defined by the bank</td>\n</tr>\n<tr>\n<td>value</td>\n<td>string</td>\n<td>The value of the extra field</td>\n</tr>\n</tbody>\n</table>\n</div><p>For this documentation, the <code>expansionFields</code> will not be included in the Response Body Fields</p>\n<hr>\n<h4 id=\"request-timestamp\">Request Timestamp</h4>\n<p>The time stamp (or expiration time) you use in the request must be a dateTime object, with the complete date plus hours, minutes, and seconds (for more information, see <a href=\"http://www.w3.org/TR/xmlschema-2/#da-\">http://www.w3.org/TR/xmlschema-2/#da-</a> teTime). \n<br>\nFor example: <strong>2007-01-31T23:59:59Z</strong> .\n<br></p>\n<p>Although it's not required, we recommend you provide the time stamp in the Coordinated Universal Time (Greenwich Mean Time) time zone.\nThe request automatically expires 5 minutes after the time stamp (in other words, Remita does not process a request if the request time stamp is more than 5 minutes earlier than the current time on Remita servers). Make sure your server's time is set correctly.</p>\n<blockquote>\n<p>Important \n<br>\nIf you're using <code>.NET</code> you must not send overly specific time stamps, due to different interpretations of how extra time precision should be dropped.\n<br>\nTo avoid overly specific time stamps, manually construct dateTime objects with no more than millisecond precision.</p>\n</blockquote>\n<hr>\n<h4 id=\"signing-your-request-hmac-sha256\">Signing Your Request (HMAC-SHA256)</h4>\n<p>Your request signature is calculated using HMAC-SHA256(<code>API_KEY+REQUEST_ID+API_TOKEN</code>).\ni.e the values of headers are concatenated and the hashed using <code>HMAC-SHA256</code> algorithm.The result of\nthe has is passed along with your request in the <code>API_DETAILS_HASH</code> HTTP Header.</p>\n<p><code>API_TOKEN</code> is a secret sent to you on sign up .</p>\n<blockquote>\n<p>Ensure your <code>API_TOKEN</code> is NEVER shared with anyone.</p>\n</blockquote>\n<h5 id=\"sample-encryption-and-hmacone-way-hashing-source-code\">Sample Encryption and HMAC/One-Way Hashing Source Code</h5>\n<p>The Sample code for the HMAC/one-way hashing, and the two-way encryption and decryption, are availa- ble at the URL below.\n<a href=\"https://www.remita.net/developers/assets/sample-codes/EncryptionsCodesSampleMvn.zip\">https://www.remita.net/developers/assets/sample-codes/EncryptionsCodesSampleMvn.zip</a></p>\n<hr>\n<h4 id=\"idempotency\">Idempotency</h4>\n<p>Remita Wallet API supports idempotency for safely retrying <code>POST</code> transactions without accidentally performing the same operation twice. This is useful when an API call is disrupted, and you do not receive a response. For example, <code>request_time_out</code> or <code>response_received_too_late</code>. Therefore, if you do not get a response message for a transaction, you can retry the request with the same idempotency key, and you are guaranteed that no more than one transaction would be posted.</p>\n<p>To perform an idempotent request, provide an additional Idempotency-Key:  header to the request.</p>\n<p>Remita Wallet API idempotency works by saving the resulting status code and body of the first request made for any given idempotency key, regardless of whether it succeeded or failed. Subsequent requests with the same key should return the same result, including Server (<code>500</code>) errors.</p>\n<p>An idempotency key is a unique value generated by the Service Provide which the server uses to recognize subsequent transaction retries of the same request. It is up to the Service Provider to determine how these idempotency keys would be generated. Whatever it is, it must have enough entropy to avoid collisions.</p>\n<p>Idempotency keys would never expire, so a new request that is generated if a key is reused outside of that time frame would fail.</p>\n<p>Results are only saved if an API endpoint started executing. If incoming parameters failed validation, or the request conflicted with another that was executing concurrently, no idempotent result is saved because no API endpoint began execution. It is safe to retry these requests.</p>\n<p>All <code>POST</code> requests accept idempotency keys and all transaction API calls must have idempotency keys. Sending idempotency keys in <code>GET</code> and <code>DELETE</code> requests has no effect and should be avoided, as these requests are idempotent by definition.</p>\n<h1 id=\"libraries-and-plugins\">Libraries and Plugins</h1>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Language</th>\n<th>Repository</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Java</td>\n<td><a href=\"https://github.com/RemitaNet/rits-sdk-java\">https://github.com/RemitaNet/rits-sdk-java</a></td>\n</tr>\n<tr>\n<td>PHP</td>\n<td><a href=\"https://github.com/RemitaNet/rits-sdk-php\">https://github.com/RemitaNet/rits-sdk-php</a></td>\n</tr>\n<tr>\n<td>Python</td>\n<td><a href=\"https://github.com/RemitaNet/rits-sdk-python\">https://github.com/RemitaNet/rits-sdk-python</a></td>\n</tr>\n<tr>\n<td>dotNet</td>\n<td><a href=\"https://github.com/RemitaNet/rits-sdk-dotnet\">https://github.com/RemitaNet/rits-sdk-dotnet</a></td>\n</tr>\n</tbody>\n</table>\n</div></body></html>","schema":"https://schema.getpostman.com/json/collection/v2.0.0/collection.json","toc":[{"content":"Getting started","slug":"getting-started"},{"content":"Environments","slug":"environments"},{"content":"Other Useful Information","slug":"other-useful-information"},{"content":"Libraries and Plugins","slug":"libraries-and-plugins"}],"owner":"11423836","collectionId":"1e8ef3e2-4420-4d38-ac49-6709781de93e","publishedId":"T17CDA3q","public":true,"customColor":{"top-bar":"FFFFFF","right-sidebar":"17997D","highlight":"E75F23"},"publishDate":"2020-08-28T07:45:44.000Z"},"item":[{"name":"APIs","item":[{"name":"Account Name Enquiry","event":[{"listen":"prerequest","script":{"id":"3c097775-650e-4db9-bc68-63f303507c88","exec":["var merchantId =\"DEMOMDA1234\";","var apiKey =\"REVNT01EQTEyMzR8REVNT01EQQ==\";","var apiToken =\"bmR1ZFFFWEx5R2c2NmhnMEk5a25WenJaZWZwbHFFYldKOGY0bHlGZnBZQ1N5WEpXU2Y1dGt3PT0=\";","var bankCode= \"044\";","var accountNo = \"4589652044\";","var AES_128_ENCRYPT = function(rawData)","    {","        var key = \"nbzjfdiehurgsxct\";","        var iv  = \"sngtmqpfurxdbkwj\";","        key = CryptoJS.enc.Utf8.parse(key);","        iv = CryptoJS.enc.Utf8.parse(iv);","        var encryptData = CryptoJS.AES.encrypt(CryptoJS.enc.Utf8.parse(rawData), key,","            {","                keySize: 128 / 8,","                iv: iv,","                mode: CryptoJS.mode.CBC,","                padding: CryptoJS.pad.Pkcs7","            });","            return encryptData;","            ","    }","bankCode = AES_128_ENCRYPT(bankCode);","accountNo = AES_128_ENCRYPT(accountNo);","","var d = new Date();","var requestId = d.getTime();","var apiHash = CryptoJS.SHA512(apiKey + requestId + apiToken);","","var dd = d.getDate();","var mm = d.getMonth()+1; //January is 0!","var yyyy = d.getFullYear();","if(dd<10){","    dd='0'+dd;","} ","if(mm<10){","    mm='0'+mm;","} ","var hours = d.getUTCHours();","var minutes = d.getUTCMinutes();","var seconds = d.getUTCSeconds();","var timeStamp = yyyy+'-'+mm+'-'+dd+'T'+hours+':'+minutes+':'+seconds+'+000000';","postman.setEnvironmentVariable('merchantId', merchantId);","postman.setEnvironmentVariable('apiKey', apiKey);","postman.setEnvironmentVariable('requestId', requestId);","postman.setEnvironmentVariable('apiHash', apiHash);","postman.setEnvironmentVariable('timeStamp', timeStamp);","postman.setEnvironmentVariable('bankCode', bankCode);","postman.setEnvironmentVariable('accountNo', accountNo);",""],"type":"text/javascript"}}],"id":"dab4972c-3479-4b37-8177-85c19b72085f","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"MERCHANT_ID","value":"{{merchantId}}","description":"<p>This is the merchant identifier</p>\n"},{"key":"API_KEY","value":"{{apiKey}}","description":"<p>This is your authentication to Remita for this service</p>\n"},{"key":"REQUEST_ID","value":"{{requestId}}","description":"<p>This uniquely identifies a singular request</p>\n"},{"key":"REQUEST_TS","value":"{{timeStamp}}","description":"<p>Request timestamp.(yyyy-MM-dd’T’HH:mm:ssZ), for example, 2017-02-22T19:36:00+0000</p>\n"},{"key":"API_DETAILS_HASH","value":"{{apiHash}}","description":"<p>SHA 512 Hashing of (apiKey + requestId + apiToken)</p>\n"}],"body":{"mode":"raw","raw":"{\r\n   \"accountNo\":\"{{accountNo}}\",\r\n   \"bankCode\":\"{{bankCode}}\"\r\n}"},"url":"{{baseUrl}}/rpgsvc/rpg/api/v2/merc/fi/account/lookup","description":"<p>This API enables you and your customers validate the account(s) that you intend to credit by returning the corresponding account name(s) on request.</p>\n<blockquote>\n<p><strong>Note</strong> <br /></p>\n<ul>\n<li><p>All values in the request body are to be AES 128 Encrypted</p>\n</li>\n<li><p>For <code>bankCode</code> field, See list of bank codes <a href=\"https://documenter.getpostman.com/view/11423836/T17CDA3q#90a216d3-75fc-4065-b6f4-baaebc1ac4ac\">below</a> for your Bank Code</p>\n</li>\n<li><p>For <code>accountNumber</code> field, you can use any 10 digits with the last 3 digits being the bank code used</p>\n</li>\n</ul>\n</blockquote>\n<h4 id=\"request-body-fields\">Request Body Fields</h4>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field</th>\n<th>Type</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>accountNo</td>\n<td>String</td>\n<td><code>Required</code> The account number to inquire</td>\n</tr>\n<tr>\n<td>bankCode</td>\n<td>String</td>\n<td><code>Required</code> The Bank Code to inquire <br /> (See <a href=\"https://documenter.getpostman.com/view/11423836/T17CDA3q#f3b80793-7107-423c-b572-cb84fb5be8c5\">Get Active Banks</a> API for list of Banks)</td>\n</tr>\n</tbody>\n</table>\n</div><h4 id=\"response-body-fields\">Response Body Fields</h4>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Parameter</th>\n<th>Type</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Status</td>\n<td>String</td>\n<td>Response Status</td>\n</tr>\n<tr>\n<td>responseId</td>\n<td>string</td>\n<td>ID of Response</td>\n</tr>\n<tr>\n<td>responseCode</td>\n<td>string</td>\n<td>Response Code from Remita</td>\n</tr>\n<tr>\n<td>responseDescription</td>\n<td>string</td>\n<td>Response Description from Remita</td>\n</tr>\n<tr>\n<td>accountName</td>\n<td>string</td>\n<td>Name on account that was inquired on</td>\n</tr>\n<tr>\n<td>accountNo</td>\n<td>string</td>\n<td>Account Number that was inquired on</td>\n</tr>\n<tr>\n<td>bankCode</td>\n<td>string</td>\n<td>CBN Bank code of Bank that holds account that was inquired on</td>\n</tr>\n<tr>\n<td>phoneNumber</td>\n<td>string</td>\n<td>Phone Number of Customer that was inquired on</td>\n</tr>\n<tr>\n<td>email</td>\n<td>string</td>\n<td>Email of Customer that was inquired on</td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"path":["rpgsvc","rpg","api","v2","merc","fi","account","lookup"],"host":["{{baseUrl}}"],"query":[],"variable":[]}},"response":[{"id":"f57194cf-85ef-4bbe-ba4d-99551534c957","name":"Sample Response","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"MERCHANT_ID","value":"{{merchantId}}","description":"This is the merchant identifier"},{"key":"API_KEY","value":"{{apiKey}}","description":"This is your authentication to Remita for this service"},{"key":"REQUEST_ID","value":"{{requestId}}","description":"This uniquely identifies a singular request"},{"key":"REQUEST_TS","value":"{{timeStamp}}","description":"Request timestamp.(yyyy-MM-dd’T’HH:mm:ssZ), for example, 2017-02-22T19:36:00+0000"},{"key":"API_DETAILS_HASH","value":"{{apiHash}}","description":"SHA 512 Hashing of (apiKey + requestId + apiToken)"}],"body":{"mode":"raw","raw":"{\r\n   \"accountNo\":\"{{accountNo}}\",\r\n   \"bankCode\":\"{{bankCode}}\"\r\n}"},"url":"{{baseUrl}}/rpgsvc/rpg/api/v2/merc/fi/account/lookup"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Fri, 28 Aug 2020 07:36:24 GMT"},{"key":"Server","value":"Apache/2.4.35 (Unix) OpenSSL/1.0.2l"},{"key":"X-Application-Context","value":"channel-gateway:remita.monitor:6200"},{"key":"Content-Type","value":"application/json;charset=UTF-8"},{"key":"Keep-Alive","value":"timeout=5, max=99"},{"key":"Connection","value":"Keep-Alive"},{"key":"Transfer-Encoding","value":"chunked"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": \"success\",\n    \"data\": {\n        \"responseId\": \"1598600184775\",\n        \"responseCode\": \"00\",\n        \"responseDescription\": \"SUCCESS\",\n        \"accountName\": \"Joe James\",\n        \"accountNo\": \"4589652044\",\n        \"bankCode\": \"044\",\n        \"phoneNumber\": null,\n        \"email\": null\n    }\n}"}],"_postman_id":"dab4972c-3479-4b37-8177-85c19b72085f"},{"name":"Single Transfer","event":[{"listen":"prerequest","script":{"id":"c1e3eaba-0c2a-4255-a961-6e4dd15e5e41","exec":["var merchantId =\"DEMOMDA1234\";","var apiKey =\"REVNT01EQTEyMzR8REVNT01EQQ==\";","var apiToken =\"bmR1ZFFFWEx5R2c2NmhnMEk5a25WenJaZWZwbHFFYldKOGY0bHlGZnBZQ1N5WEpXU2Y1dGt3PT0=\";","var fromBank= \"058\";","var debitAccount = \"0581234567890\";","var toBank = \"058\";","var creditAccount = \"0582915208099\";","var narration = \"Regular Payment\";","var amount = \"5000\";","","var firstName = \"Jane\";","var lastNameNumber = Math.floor(Math.random() * 99999) + 10","var lastName = (\"Doe\" + lastNameNumber);","var beneficiaryEmail = (firstName + \".\" + lastName + \"@test.com\");","","let remitaFunded=0; //When set to 1 this means ,Debit will only happen after approval from a profiled User on Remita","var AES_128_ENCRYPT = function(rawData)","    {","        var key = \"nbzjfdiehurgsxct\";","        var iv  = \"sngtmqpfurxdbkwj\";","        key = CryptoJS.enc.Utf8.parse(key);","        iv = CryptoJS.enc.Utf8.parse(iv);","        var encryptData = CryptoJS.AES.encrypt(CryptoJS.enc.Utf8.parse(rawData), key,","            {","                keySize: 128 / 8,","                iv: iv,","                mode: CryptoJS.mode.CBC,","                padding: CryptoJS.pad.Pkcs7","            });","            return encryptData;","            ","    }","creditAccount = AES_128_ENCRYPT(creditAccount);","var d = new Date();","var requestId = d.getTime();","var randomnumber=Math.floor(Math.random()*1101233)","var transRef = randomnumber;","var apiHash = CryptoJS.SHA512(apiKey + requestId + apiToken);","toBank = AES_128_ENCRYPT(toBank);","narration = AES_128_ENCRYPT(narration);","amount = AES_128_ENCRYPT(amount);","transRef = AES_128_ENCRYPT(transRef);","fromBank= AES_128_ENCRYPT(fromBank);","debitAccount = AES_128_ENCRYPT(debitAccount);","beneficiaryEmail = AES_128_ENCRYPT(beneficiaryEmail);","var dd = d.getDate();","var mm = d.getMonth()+1; //January is 0!","var yyyy = d.getFullYear();","if(dd<10){","    dd='0'+dd;","} ","if(mm<10){","    mm='0'+mm;","} ","var hours = d.getUTCHours();","var minutes = d.getUTCMinutes();","var seconds = d.getUTCSeconds();","var timeStamp = yyyy+'-'+mm+'-'+dd+'T'+hours+':'+minutes+':'+seconds+'+000000';","postman.setEnvironmentVariable('merchantId', merchantId);","postman.setEnvironmentVariable('apiKey', apiKey);","postman.setEnvironmentVariable('requestId', requestId);","postman.setEnvironmentVariable('apiHash', apiHash);","postman.setEnvironmentVariable('timeStamp', timeStamp);","postman.setEnvironmentVariable('toBank', toBank);","postman.setEnvironmentVariable('creditAccount', creditAccount);","postman.setEnvironmentVariable('narration', narration);","postman.setEnvironmentVariable('amount', amount);","postman.setEnvironmentVariable('transRef', transRef);","postman.setEnvironmentVariable('fromBank', fromBank);","postman.setEnvironmentVariable('debitAccount', debitAccount);","postman.setEnvironmentVariable('beneficiaryEmail', beneficiaryEmail);","","","//pm.variables.get(\"variable_key\");"],"type":"text/javascript"}}],"id":"5d1e98fa-c56b-42cc-b91d-32603bb87e1f","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"description":"<p>This is the merchant identifier</p>\n","key":"MERCHANT_ID","value":"{{merchantId}}"},{"description":"<p>This is your authentication to Remita for this service</p>\n","key":"API_KEY","value":"{{apiKey}}"},{"description":"<p>This uniquely identifies a singular request</p>\n","key":"REQUEST_ID","value":"{{requestId}}"},{"description":"<p>Request timestamp.(yyyy-MM-dd’T’HH:mm:ssZ), for example, 2017-02-22T19:36:00+0000</p>\n","key":"REQUEST_TS","value":"{{timeStamp}}"},{"description":"<p>SHA 512 Hashing of (apiKey + requestId + apiToken)</p>\n","key":"API_DETAILS_HASH","value":"{{apiHash}}"}],"body":{"mode":"raw","raw":"{\r\n   \"toBank\":\"{{toBank}}\",\r\n   \"creditAccount\":\"{{creditAccount}}\",\r\n   \"narration\":\"{{narration}}\",\r\n   \"amount\":\"{{amount}}\",\r\n   \"transRef\":\"{{transRef}}\",\r\n   \"fromBank\":\"{{fromBank}}\",\r\n   \"debitAccount\":\"{{debitAccount}}\",\r\n   \"beneficiaryEmail\":\"{{beneficiaryEmail}}\",\r\n   \"remitaFunded\": \"{{remitaFunded}}\"\r\n}"},"url":"{{baseUrl}}/rpgsvc/rpg/api/v2/merc/payment/singlePayment.json","description":"<p>This API facilitates funds transfer from one bank account to another.</p>\n<blockquote>\n<p><strong>Note</strong> <br /></p>\n<ul>\n<li><p>It is expected that a dedicated account is provided for debit, from where you would have debited your customer's position and credited said account. This dedicated account will be known as the denit account in this documentation</p>\n</li>\n<li><p>All values in the request body are to be AES 128 Encrypted</p>\n</li>\n<li><p>For <code>bankCode</code> field, See list of bank codes <a href=\"https://documenter.getpostman.com/view/11423836/T17CDA3q#90a216d3-75fc-4065-b6f4-baaebc1ac4ac\">below</a> for your Bank Code</p>\n</li>\n<li><p>For <code>accountNumber</code> field, you can use any 10 digits with the last 3 digits being the bank code used</p>\n</li>\n</ul>\n</blockquote>\n<h4 id=\"request-parameters\">Request Parameters</h4>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field</th>\n<th>Type</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>toBank</td>\n<td>String</td>\n<td><code>Required</code> CBN code for Beneficiary Bank (See <a href=\"https://documenter.getpostman.com/view/11423836/T17CDA3q#f3b80793-7107-423c-b572-cb84fb5be8c5\">Get Active Banks</a> API for list of Banks)</td>\n</tr>\n<tr>\n<td>creditAccount</td>\n<td>String</td>\n<td><code>Required</code> Beneficiary Account Number</td>\n</tr>\n<tr>\n<td>narration</td>\n<td>string</td>\n<td><code>Required</code> A description of the transaction</td>\n</tr>\n<tr>\n<td>amount</td>\n<td>number</td>\n<td><code>Required</code> Transaction amount</td>\n</tr>\n<tr>\n<td>transRef</td>\n<td>string</td>\n<td><code>Required</code> Unique Identifier for the transaction</td>\n</tr>\n<tr>\n<td>fromBank</td>\n<td>string</td>\n<td><code>Required</code> CBN code for funding Bank (See <a href=\"https://documenter.getpostman.com/view/11423836/T17CDA3q#f3b80793-7107-423c-b572-cb84fb5be8c5\">Get Active Banks</a></td>\n</tr>\n<tr>\n<td>debitAccount</td>\n<td>String</td>\n<td><code>Required</code> Funding account Number</td>\n</tr>\n<tr>\n<td>beneficiaryEmail</td>\n<td>String</td>\n<td><code>Options</code> Email of receiving customer</td>\n</tr>\n<tr>\n<td>remitaFunded</td>\n<td>Numeric</td>\n<td><code>Optional</code> When set to 1 this means, Debit will only happen after approval from a profiled User on Remita. If approval workflow does not apply or will be handled prior to utilizing this particular API then value should be 0</td>\n</tr>\n</tbody>\n</table>\n</div><h4 id=\"response-body-fields\">Response Body Fields</h4>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field</th>\n<th>Type</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>authorizationId</td>\n<td>String</td>\n<td>Unique ID of the Authorization of the Initating Banks request</td>\n</tr>\n<tr>\n<td>transRef</td>\n<td>String</td>\n<td>Reference of the Transaction</td>\n</tr>\n<tr>\n<td>transDate</td>\n<td>String</td>\n<td>Date Transaction was successfully initiated</td>\n</tr>\n<tr>\n<td>paymentDate</td>\n<td>String</td>\n<td>Date Payment was made</td>\n</tr>\n<tr>\n<td>responseId</td>\n<td>String</td>\n<td>ID of response</td>\n</tr>\n<tr>\n<td>responseCode</td>\n<td>String</td>\n<td>Code of response (See Appendix for sample responses)</td>\n</tr>\n<tr>\n<td>responseDescription</td>\n<td>String</td>\n<td>Description of response (See Appendix for sample responses)</td>\n</tr>\n<tr>\n<td>rrr</td>\n<td>String</td>\n<td>Remita Retrieval Reference</td>\n</tr>\n<tr>\n<td>data</td>\n<td>String</td>\n<td></td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"path":["rpgsvc","rpg","api","v2","merc","payment","singlePayment.json"],"host":["{{baseUrl}}"],"query":[],"variable":[]}},"response":[{"id":"fa438af2-bc59-4bfb-9937-40a1b4f24ea2","name":"Single Transfer","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"MERCHANT_ID","value":"{{merchantId}}"},{"key":"API_KEY","value":"{{apiKey}}"},{"key":"REQUEST_ID","value":"{{requestId}}"},{"key":"REQUEST_TS","value":"{{timeStamp}}"},{"key":"API_DETAILS_HASH","value":"{{apiHash}}"}],"body":{"mode":"raw","raw":"{\r\n   \"toBank\":\"{{toBank}}\",\r\n   \"creditAccount\":\"{{creditAccount}}\",\r\n   \"narration\":\"{{narration}}\",\r\n   \"amount\":\"{{amount}}\",\r\n   \"transRef\":\"{{transRef}}\",\r\n   \"fromBank\":\"{{fromBank}}\",\r\n   \"debitAccount\":\"{{debitAccount}}\",\r\n   \"beneficiaryEmail\":\"{{beneficiaryEmail}}\",\r\n   \"remitaFunded\": \"{{remitaFunded}}\"\r\n}"},"url":"https://remitademo.net/remita/exapp/api/v1/send/api/rpgsvc/rpg/api/v2/merc/payment/singlePayment.json"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Thu, 09 Jul 2020 11:09:59 GMT"},{"key":"Server","value":"Apache/2.4.35 (Unix) OpenSSL/1.0.2l"},{"key":"X-Application-Context","value":"channel-gateway:remita.monitor:6200"},{"key":"Content-Type","value":"application/json;charset=UTF-8"},{"key":"Keep-Alive","value":"timeout=5, max=100"},{"key":"Connection","value":"Keep-Alive"},{"key":"Transfer-Encoding","value":"chunked"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": \"success\",\n    \"data\": {\n        \"authorizationId\": \"250007843305\",\n        \"transRef\": \"678729\",\n        \"transDate\": \"2020-07-09 11:09:59\",\n        \"paymentDate\": \"2020-07-09 11:09:59\",\n        \"responseId\": \"1594292999845\",\n        \"responseCode\": \"00\",\n        \"responseDescription\": \"SUCCESS\",\n        \"rrr\": \"250007843305\",\n        \"data\": null\n    }\n}"}],"_postman_id":"5d1e98fa-c56b-42cc-b91d-32603bb87e1f"},{"name":"Single Transfer Requery","event":[{"listen":"prerequest","script":{"id":"8e98eb21-b54f-4d67-b30a-7a695c7aecaa","exec":["var merchantId =\"DEMOMDA1234\";","var apiKey =\"REVNT01EQTEyMzR8REVNT01EQQ==\";","var apiToken =\"bmR1ZFFFWEx5R2c2NmhnMEk5a25WenJaZWZwbHFFYldKOGY0bHlGZnBZQ1N5WEpXU2Y1dGt3PT0=\";","var transRef = \"8956\";","","var AES_128_ENCRYPT = function(rawData)","    {","      var key = \"nbzjfdiehurgsxct\";","      var iv  = \"sngtmqpfurxdbkwj\";","        key = CryptoJS.enc.Utf8.parse(key);","        iv = CryptoJS.enc.Utf8.parse(iv);","        var encryptData = CryptoJS.AES.encrypt(CryptoJS.enc.Utf8.parse(rawData), key,","            {","                keySize: 128 / 8,","                iv: iv,","                mode: CryptoJS.mode.CBC,","                padding: CryptoJS.pad.Pkcs7","            });","            return encryptData;","            ","    }","var d = new Date();","var requestId = d.getTime();","var apiHash = CryptoJS.SHA512(apiKey + requestId + apiToken);","transRef = AES_128_ENCRYPT(transRef);","var dd = d.getDate();","var mm = d.getMonth()+1; //January is 0!","var yyyy = d.getFullYear();","if(dd<10){","    dd='0'+dd;","} ","if(mm<10){","    mm='0'+mm;","} ","var hours = d.getUTCHours();","var minutes = d.getUTCMinutes();","var seconds = d.getUTCSeconds()","var timeStamp = yyyy+'-'+mm+'-'+dd+'T'+hours+':'+minutes+':'+seconds+'+000000';","postman.setEnvironmentVariable('merchantId', merchantId);","postman.setEnvironmentVariable('apiKey', apiKey);","postman.setEnvironmentVariable('requestId', requestId);","postman.setEnvironmentVariable('apiHash', apiHash);","postman.setEnvironmentVariable('timeStamp', timeStamp);","postman.setEnvironmentVariable('transRef', transRef);","",""],"type":"text/javascript"}}],"id":"889880fc-6871-49d2-b472-e02ff43e9457","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"MERCHANT_ID","value":"{{merchantId}}","description":"<p>This is the merchant identifier</p>\n"},{"key":"API_KEY","value":"{{apiKey}}","description":"<p>This is your authentication to Remita for this service</p>\n"},{"key":"REQUEST_ID","value":"{{requestId}}","description":"<p>This uniquely identifies a singular request</p>\n"},{"key":"REQUEST_TS","value":"{{timeStamp}}","description":"<p>Request timestamp.(yyyy-MM-dd’T’HH:mm:ssZ), for example, 2017-02-22T19:36:00+0000</p>\n"},{"key":"API_DETAILS_HASH","value":"{{apiHash}}","description":"<p>SHA 512 Hashing of (apiKey + requestId + apiToken)</p>\n"}],"body":{"mode":"raw","raw":"{\r\n   \"transRef\":\"{{transRef}}\"\r\n}\r\n\r\n"},"url":"{{baseUrl}}/rpgsvc/rpg/api/v2/merc/payment/status","description":"<p>This API enables you to make an inquiry on the status of a transaction that was processed via the <em>Single Transfer</em> API.</p>\n<blockquote>\n<p><strong>Note</strong> <br />\nAll values in the request body are to be AES 128 Encrypted</p>\n</blockquote>\n<h4 id=\"request-body-fields\">Request Body Fields</h4>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field</th>\n<th>Type</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>transRef</td>\n<td>string</td>\n<td><code>Required</code> Transaction Reference passed for the 'Single Transfer' request</td>\n</tr>\n</tbody>\n</table>\n</div><h5 id=\"response-data\">Response Data</h5>\n<h4 id=\"response-body-fields\">Response Body Fields</h4>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field</th>\n<th>Type</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>authorizationId</td>\n<td>String</td>\n<td>Unique ID of the Authorization of the Initating Banks request</td>\n</tr>\n<tr>\n<td>transRef</td>\n<td>String</td>\n<td>Reference of the Transaction</td>\n</tr>\n<tr>\n<td>debitAccount</td>\n<td>String</td>\n<td>Funding account Number</td>\n</tr>\n<tr>\n<td>toBank</td>\n<td>String</td>\n<td>CBN code for Beneficiary Bank (See <a href=\"https://documenter.getpostman.com/view/11423836/T17CDA3q#f3b80793-7107-423c-b572-cb84fb5be8c5\">Get Active Banks</a> API for list of Banks)</td>\n</tr>\n<tr>\n<td>creditAccount</td>\n<td>String</td>\n<td>Beneficiary Account Number</td>\n</tr>\n<tr>\n<td>narration</td>\n<td>string</td>\n<td>A description of the transaction</td>\n</tr>\n<tr>\n<td>amount</td>\n<td>number</td>\n<td>Transaction amount</td>\n</tr>\n<tr>\n<td>feeAmount</td>\n<td>String</td>\n<td>Remita Fee on Transaction</td>\n</tr>\n<tr>\n<td>paymentStatus</td>\n<td>String</td>\n<td>Status of Payment</td>\n</tr>\n<tr>\n<td>settlementDate</td>\n<td>String</td>\n<td>Date payment was settled</td>\n</tr>\n<tr>\n<td>paymentDate</td>\n<td>String</td>\n<td>Date payment was made</td>\n</tr>\n<tr>\n<td>currencyCode</td>\n<td>String</td>\n<td>Currency Code (ISO 4217 standard)</td>\n</tr>\n<tr>\n<td>paymentStatusCode</td>\n<td>String</td>\n<td>Code of Payment Status</td>\n</tr>\n<tr>\n<td>paymentState</td>\n<td>String</td>\n<td>Description of Payment Status</td>\n</tr>\n<tr>\n<td>responseCode</td>\n<td>String</td>\n<td>Code of Response</td>\n</tr>\n<tr>\n<td>responseDescription</td>\n<td>String</td>\n<td>Description of Response</td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"path":["rpgsvc","rpg","api","v2","merc","payment","status"],"host":["{{baseUrl}}"],"query":[],"variable":[]}},"response":[{"id":"7207d0f7-8749-45c6-8fa4-45562ef9af76","name":"Sample Response","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"MERCHANT_ID","value":"{{merchantId}}","description":"This is the merchant identifier"},{"key":"API_KEY","value":"{{apiKey}}","description":"This is your authentication to Remita for this service"},{"key":"REQUEST_ID","value":"{{requestId}}","description":"This uniquely identifies a singular request"},{"key":"REQUEST_TS","value":"{{timeStamp}}","description":"Request timestamp.(yyyy-MM-dd’T’HH:mm:ssZ), for example, 2017-02-22T19:36:00+0000"},{"key":"API_DETAILS_HASH","value":"{{apiHash}}","description":"SHA 512 Hashing of (apiKey + requestId + apiToken)"}],"body":{"mode":"raw","raw":"{\r\n   \"transRef\":\"{{transRef}}\"\r\n}\r\n\r\n"},"url":"{{baseUrl}}/rpgsvc/rpg/api/v2/merc/payment/status"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Thu, 23 Jul 2020 12:29:42 GMT"},{"key":"Server","value":"Apache/2.4.35 (Unix) OpenSSL/1.0.2l"},{"key":"X-Application-Context","value":"channel-gateway:remita.monitor:6200"},{"key":"Content-Type","value":"application/json;charset=UTF-8"},{"key":"Keep-Alive","value":"timeout=5, max=100"},{"key":"Connection","value":"Keep-Alive"},{"key":"Transfer-Encoding","value":"chunked"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": \"success\",\n    \"data\": {\n        \"authorizationId\": \"340007798265\",\n        \"transRef\": \"8956\",\n        \"debitAccount\": \"0581234567890\",\n        \"toBank\": \"058\",\n        \"creditAccount\": \"0582915208099\",\n        \"narration\": \"Regular Payment\",\n        \"amount\": \"5000\",\n        \"feeAmount\": \"52.5\",\n        \"paymentStatus\": \"SUCCESS\",\n        \"settlementDate\": \"2020-01-06 10:01:38\",\n        \"paymentDate\": \"2020-01-06 10:01:38\",\n        \"currencyCode\": null,\n        \"paymentStatusCode\": \"00\",\n        \"paymentState\": \"DEBITED\",\n        \"responseCode\": \"00\",\n        \"responseDescription\": \"SUCCESS\"\n    }\n}"}],"_postman_id":"889880fc-6871-49d2-b472-e02ff43e9457"},{"name":"Bulk Transfer","event":[{"listen":"prerequest","script":{"id":"46f69ea0-e350-4087-ab2a-c21c23afcaac","exec":["var merchantId =\"DEMOMDA1234\";","var apiKey =\"REVNT01EQTEyMzR8REVNT01EQQ==\";","var apiToken =\"bmR1ZFFFWEx5R2c2NmhnMEk5a25WenJaZWZwbHFFYldKOGY0bHlGZnBZQ1N5WEpXU2Y1dGt3PT0=\";","var bankCode= \"044\";","var debitAccount = \"1234567890\";","","let remitaFunded=0; //When set to 1 this means ,Debit will only happen after approval from a profiled User on Remita","var narration = \"Regular Payment\";","var batchRef=Math.floor(Math.random()*432223);","","///List 1","var benficiaryBankCode1 = \"058\";","var benficiaryAccountNumber1 = \"0582915208017\";","var narration1 = \"Regular Payment\";","var amount1 = \"5000\";","var beneficiaryEmail1 = \"qa@test.com\";","var transRef1 = Math.floor(Math.random()*11012);","","///List 2","var benficiaryBankCode2 = \"058\";","var benficiaryAccountNumber2 = \"0582915208017\";","var narration2 = \"Regular Payment\";","var amount2 = \"6000\";","var beneficiaryEmail2 = \"qa@test.com\";","var transRef2 = Math.floor(Math.random()*1101233);","","///List3","var benficiaryBankCode3 = \"058\";","var benficiaryAccountNumber3 = \"0582915208017\";","var narration3 = \"Regular Payment\";","var amount3 = \"3000\";","var beneficiaryEmail3 = \"qa@test.com\";","var transRef3 = Math.floor(Math.random()*3201233);","","var AES_128_ENCRYPT = function(rawData)","    {","       ","        ","              var key = \"nbzjfdiehurgsxct\";","              var iv  = \"sngtmqpfurxdbkwj\";","        ","        key = CryptoJS.enc.Utf8.parse(key);","        iv = CryptoJS.enc.Utf8.parse(iv);","        var encryptData = CryptoJS.AES.encrypt(CryptoJS.enc.Utf8.parse(rawData), key,","            {","                keySize: 128 / 8,","                iv: iv,","                mode: CryptoJS.mode.CBC,","                padding: CryptoJS.pad.Pkcs7","            });","            return encryptData;","            ","    }","var d = new Date();","var requestId = d.getTime();","var apiHash = CryptoJS.SHA512(apiKey + requestId + apiToken);","benficiaryAccountNumber1 = AES_128_ENCRYPT(benficiaryAccountNumber1);","benficiaryBankCode1 = AES_128_ENCRYPT(benficiaryBankCode1);","narration1 = AES_128_ENCRYPT(narration1);","var newAmount1 = AES_128_ENCRYPT(amount1);","transRef1 = AES_128_ENCRYPT(transRef1);","beneficiaryEmail1 = AES_128_ENCRYPT(beneficiaryEmail1);","benficiaryAccountNumber2 = AES_128_ENCRYPT(benficiaryAccountNumber2);","benficiaryBankCode2 = AES_128_ENCRYPT(benficiaryBankCode2);","narration2 = AES_128_ENCRYPT(narration2);","var newAmount2 = AES_128_ENCRYPT(amount2);","transRef2 = AES_128_ENCRYPT(transRef2);","beneficiaryEmail2 = AES_128_ENCRYPT(beneficiaryEmail2);","benficiaryAccountNumber3 = AES_128_ENCRYPT(benficiaryAccountNumber3);","benficiaryBankCode3 = AES_128_ENCRYPT(benficiaryBankCode3);","narration3 = AES_128_ENCRYPT(narration3);","var newAmount3 = AES_128_ENCRYPT(amount3);","transRef3 = AES_128_ENCRYPT(transRef3);","beneficiaryEmail3 = AES_128_ENCRYPT(beneficiaryEmail3);","batchRef = AES_128_ENCRYPT(batchRef);","narration = AES_128_ENCRYPT(narration);","bankCode = AES_128_ENCRYPT(bankCode);","debitAccount = AES_128_ENCRYPT(debitAccount);","var dd = d.getDate();","var mm = d.getMonth()+1; //January is 0!","var yyyy = d.getFullYear();","if(dd<10){","    dd='0'+dd;","} ","if(mm<10){","    mm='0'+mm;","} ","var hours = d.getUTCHours();","var minutes = d.getUTCMinutes();","var seconds = d.getUTCSeconds()","var timeStamp = yyyy+'-'+mm+'-'+dd+'T'+hours+':'+minutes+':'+seconds+'+000000';","var totalAmount = (+amount1) + (+amount2) + (+amount3);","totalAmount = AES_128_ENCRYPT(totalAmount);","postman.setEnvironmentVariable('merchantId', merchantId);","postman.setEnvironmentVariable('apiKey', apiKey);","postman.setEnvironmentVariable('requestId', requestId);","postman.setEnvironmentVariable('apiHash', apiHash);","postman.setEnvironmentVariable('timeStamp', timeStamp);","postman.setEnvironmentVariable('batchRef', batchRef);","postman.setEnvironmentVariable('totalAmount', totalAmount);","postman.setEnvironmentVariable('bankCode', bankCode);","postman.setEnvironmentVariable('debitAccount', debitAccount);","postman.setEnvironmentVariable('narration', narration);","postman.setEnvironmentVariable('benficiaryBankCode1', benficiaryBankCode1);","postman.setEnvironmentVariable('benficiaryAccountNumber1', benficiaryAccountNumber1);","postman.setEnvironmentVariable('narration1', narration1);","postman.setEnvironmentVariable('amount1', newAmount1);","postman.setEnvironmentVariable('transRef1', transRef1);","postman.setEnvironmentVariable('benficiaryEmail1', beneficiaryEmail1);","postman.setEnvironmentVariable('benficiaryBankCode2', benficiaryBankCode2);","postman.setEnvironmentVariable('benficiaryAccountNumber2', benficiaryAccountNumber2);","postman.setEnvironmentVariable('narration2', narration2);","postman.setEnvironmentVariable('amount2', newAmount2);","postman.setEnvironmentVariable('transRef2', transRef2);","postman.setEnvironmentVariable('benficiaryEmail2', beneficiaryEmail2);","postman.setEnvironmentVariable('benficiaryBankCode3', benficiaryBankCode3);","postman.setEnvironmentVariable('benficiaryAccountNumber3', benficiaryAccountNumber3);","postman.setEnvironmentVariable('narration3', narration3);","postman.setEnvironmentVariable('amount3', newAmount3);","postman.setEnvironmentVariable('transRef3', transRef3);","postman.setEnvironmentVariable('benficiaryEmail3', beneficiaryEmail3);",""],"type":"text/javascript"}}],"id":"b283d2a8-d3c8-4dce-a217-a4b9a2b314c1","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"MERCHANT_ID","value":"{{merchantId}}","description":"<p>This is the merchant identifier</p>\n"},{"key":"API_KEY","value":"{{apiKey}}","description":"<p>This is your authentication to Remita for this service</p>\n"},{"key":"REQUEST_ID","value":"{{requestId}}","description":"<p>This uniquely identifies a singular request</p>\n"},{"key":"REQUEST_TS","value":"{{timeStamp}}","description":"<p>Request timestamp.(yyyy-MM-dd’T’HH:mm:ssZ), for example, 2017-02-22T19:36:00+0000</p>\n"},{"key":"API_DETAILS_HASH","value":"{{apiHash}}","description":"<p>SHA 512 Hashing of (apiKey + requestId + apiToken)</p>\n"}],"body":{"mode":"raw","raw":"{\r\n   \"bulkPaymentInfo\":{\r\n      \"totalAmount\":\"{{totalAmount}}\",\r\n      \"batchRef\":\"{{batchRef}}\",\r\n      \"debitAccount\":\"{{debitAccount}}\",\r\n      \"narration\":\"{{narration}}\",\r\n      \"bankCode\":\"{{bankCode}}\",\r\n      \"remitaFunded\": \"{{remitaFunded}}\"\r\n   },\r\n   \"paymentDetails\":[\r\n      {\r\n         \"transRef\":\"{{transRef1}}\",\r\n         \"narration\":\"{{narration1}}\",\r\n         \"benficiaryEmail\":\"{{benficiaryEmail1}}\",\r\n         \"benficiaryBankCode\":\"{{benficiaryBankCode1}}\",\r\n         \"benficiaryAccountNumber\":\"{{benficiaryAccountNumber1}}\",\r\n         \"amount\":\"{{amount1}}\"\r\n       \r\n      },\r\n      {\r\n         \"transRef\":\"{{transRef2}}\",\r\n         \"narration\":\"{{narration2}}\",\r\n         \"benficiaryEmail\":\"{{benficiaryEmail2}}\",\r\n         \"benficiaryBankCode\":\"{{benficiaryBankCode2}}\",\r\n         \"benficiaryAccountNumber\":\"{{benficiaryAccountNumber2}}\",\r\n         \"amount\":\"{{amount2}}\"\r\n       \r\n      },\r\n      {\r\n         \"transRef\":\"{{transRef3}}\",\r\n         \"narration\":\"{{narration3}}\",\r\n         \"benficiaryEmail\":\"{{benficiaryEmail3}}\",\r\n         \"benficiaryBankCode\":\"{{benficiaryBankCode3}}\",\r\n         \"benficiaryAccountNumber\":\"{{benficiaryAccountNumber3}}\",\r\n         \"amount\":\"{{amount3}}\"\r\n       \r\n      }\r\n   ]\r\n}"},"url":"{{baseUrl}}/rpgsvc/rpg/api/v2/merc/bulk/payment/send","description":"<p>This API facilitates funds transfer from one bank account to multiple bank accounts. </p>\n<blockquote>\n<p><strong>Note</strong> <br /></p>\n<ul>\n<li><p>It is expected that a dedicated account is provided for debit, from where you would have debited your customer's position and credited said account. This dedicated account will be known as the denit account in this documentation</p>\n</li>\n<li><p>All values in the request body are to be AES 128 Encrypted</p>\n</li>\n<li><p>For <code>bankCode</code> field, See list of bank codes <a href=\"https://documenter.getpostman.com/view/11423836/T17CDA3q#90a216d3-75fc-4065-b6f4-baaebc1ac4ac\">below</a> for your Bank Code</p>\n</li>\n<li><p>For <code>debitAccount</code> field, you can use any 10 digits with the last 3 digits being the bank code used</p>\n</li>\n</ul>\n</blockquote>\n<h4 id=\"request-parameters\">Request Parameters</h4>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field</th>\n<th>Type</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>bulkPaymentInfo</td>\n<td></td>\n<td><code>Required</code> This is a main object containing details of bulk payment information</td>\n</tr>\n<tr>\n<td>totalAmount</td>\n<td>String</td>\n<td><code>Required</code> This is the total amount being debited from the payer</td>\n</tr>\n<tr>\n<td>batchRef</td>\n<td>String</td>\n<td><code>Required</code> This is the batch reference representing the total bulk transaction</td>\n</tr>\n<tr>\n<td>debitAccount</td>\n<td>String</td>\n<td><code>Required</code> Funding account Number</td>\n</tr>\n<tr>\n<td>narration</td>\n<td>string</td>\n<td><code>Required</code> A description of the transaction</td>\n</tr>\n<tr>\n<td>bankCode</td>\n<td>string</td>\n<td><code>Required</code> CBN code for funding Bank (See <a href=\"https://documenter.getpostman.com/view/11423836/T17CDA3q#f3b80793-7107-423c-b572-cb84fb5be8c5\">Get Active Banks</a> API for list of Banks)</td>\n</tr>\n<tr>\n<td>remitaFunded</td>\n<td>Numeric</td>\n<td><code>Optional</code> When set to 1 this means, Debit will only happen after approval from a profiled User on Remita. If approval workflow does not apply or will be handled prior to utilizing this particular API then value should be 0</td>\n</tr>\n<tr>\n<td>paymentDetails</td>\n<td></td>\n<td><code>Required</code> This is a main object containing payment details of each receiving account</td>\n</tr>\n<tr>\n<td>transRef</td>\n<td>string</td>\n<td><code>Required</code> Unique Identifier for the transaction</td>\n</tr>\n<tr>\n<td>narration</td>\n<td>string</td>\n<td><code>Required</code> A description of the transaction</td>\n</tr>\n<tr>\n<td>beneficiaryEmail</td>\n<td>String</td>\n<td><code>Options</code> Email of receiving customer</td>\n</tr>\n<tr>\n<td>beneficiaryBankCode</td>\n<td>string</td>\n<td><code>Required</code> CBN code for receiving Bank (See <a href=\"https://documenter.getpostman.com/view/11423836/T17CDA3q#f3b80793-7107-423c-b572-cb84fb5be8c5\">Get Active Banks</a> API for list of Banks)</td>\n</tr>\n<tr>\n<td>beneficiaryAccountNumber</td>\n<td>String</td>\n<td><code>Required</code> Beneficiary Account Number</td>\n</tr>\n<tr>\n<td>amount</td>\n<td>number</td>\n<td><code>Required</code> Amount to be credited to Beneficiary</td>\n</tr>\n</tbody>\n</table>\n</div><h4 id=\"response-body-fields\">Response Body Fields</h4>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field</th>\n<th>Type</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>authorizationId</td>\n<td>String</td>\n<td>Unique ID of the Authorization of the Initating Banks request</td>\n</tr>\n<tr>\n<td>transRef</td>\n<td>String</td>\n<td>Reference of the Transaction</td>\n</tr>\n<tr>\n<td>transDate</td>\n<td>String</td>\n<td>Date Transaction was successfully initiated</td>\n</tr>\n<tr>\n<td>paymentDate</td>\n<td>String</td>\n<td>Date Payment was made</td>\n</tr>\n<tr>\n<td>responseId</td>\n<td>String</td>\n<td>ID of response</td>\n</tr>\n<tr>\n<td>responseCode</td>\n<td>String</td>\n<td>Code of response (See Appendix for sample responses)</td>\n</tr>\n<tr>\n<td>responseDescription</td>\n<td>String</td>\n<td>Description of response (See Appendix for sample responses)</td>\n</tr>\n<tr>\n<td>rrr</td>\n<td>String</td>\n<td>Remita Retrieval Reference</td>\n</tr>\n<tr>\n<td>data</td>\n<td>String</td>\n<td></td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"path":["rpgsvc","rpg","api","v2","merc","bulk","payment","send"],"host":["{{baseUrl}}"],"query":[],"variable":[]}},"response":[{"id":"7d0828a6-9f41-40cb-a081-6f0e4eb2cc7a","name":"Sample Response","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"MERCHANT_ID","value":"{{merchantId}}","description":"This is the merchant identifier"},{"key":"API_KEY","value":"{{apiKey}}","description":"This is your authentication to Remita for this service"},{"key":"REQUEST_ID","value":"{{requestId}}","description":"This uniquely identifies a singular request"},{"key":"REQUEST_TS","value":"{{timeStamp}}","description":"Request timestamp.(yyyy-MM-dd’T’HH:mm:ssZ), for example, 2017-02-22T19:36:00+0000"},{"key":"API_DETAILS_HASH","value":"{{apiHash}}","description":"SHA 512 Hashing of (apiKey + requestId + apiToken)"}],"body":{"mode":"raw","raw":"{\r\n   \"bulkPaymentInfo\":{\r\n      \"totalAmount\":\"{{totalAmount}}\",\r\n      \"batchRef\":\"{{batchRef}}\",\r\n      \"debitAccount\":\"{{debitAccount}}\",\r\n      \"narration\":\"{{narration}}\",\r\n      \"bankCode\":\"{{bankCode}}\",\r\n      \"remitaFunded\": \"{{remitaFunded}}\"\r\n   },\r\n   \"paymentDetails\":[\r\n      {\r\n         \"transRef\":\"{{transRef1}}\",\r\n         \"narration\":\"{{narration1}}\",\r\n         \"benficiaryEmail\":\"{{benficiaryEmail1}}\",\r\n         \"benficiaryBankCode\":\"{{benficiaryBankCode1}}\",\r\n         \"benficiaryAccountNumber\":\"{{benficiaryAccountNumber1}}\",\r\n         \"amount\":\"{{amount1}}\"\r\n       \r\n      },\r\n      {\r\n         \"transRef\":\"{{transRef2}}\",\r\n         \"narration\":\"{{narration2}}\",\r\n         \"benficiaryEmail\":\"{{benficiaryEmail2}}\",\r\n         \"benficiaryBankCode\":\"{{benficiaryBankCode2}}\",\r\n         \"benficiaryAccountNumber\":\"{{benficiaryAccountNumber2}}\",\r\n         \"amount\":\"{{amount2}}\"\r\n       \r\n      },\r\n      {\r\n         \"transRef\":\"{{transRef3}}\",\r\n         \"narration\":\"{{narration3}}\",\r\n         \"benficiaryEmail\":\"{{benficiaryEmail3}}\",\r\n         \"benficiaryBankCode\":\"{{benficiaryBankCode3}}\",\r\n         \"benficiaryAccountNumber\":\"{{benficiaryAccountNumber3}}\",\r\n         \"amount\":\"{{amount3}}\"\r\n       \r\n      }\r\n   ]\r\n}"},"url":"{{baseUrl}}/rpgsvc/rpg/api/v2/merc/bulk/payment/send"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Thu, 23 Jul 2020 13:14:01 GMT"},{"key":"Server","value":"Apache/2.4.35 (Unix) OpenSSL/1.0.2l"},{"key":"X-Application-Context","value":"channel-gateway:remita.monitor:6200"},{"key":"Content-Type","value":"application/json;charset=UTF-8"},{"key":"Keep-Alive","value":"timeout=5, max=100"},{"key":"Connection","value":"Keep-Alive"},{"key":"Transfer-Encoding","value":"chunked"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": \"success\",\n    \"data\": {\n        \"authorizationId\": \"150007847274\",\n        \"transRef\": \"342862\",\n        \"transDate\": \"2020-07-23 13:14:01\",\n        \"paymentDate\": \"2020-07-23 13:14:01\",\n        \"responseId\": \"1595510041785\",\n        \"responseCode\": \"00\",\n        \"responseDescription\": \"Account [1234567890] Debited successfully.Credit in progress.\",\n        \"rrr\": \"150007847274\",\n        \"data\": null\n    }\n}"}],"_postman_id":"b283d2a8-d3c8-4dce-a217-a4b9a2b314c1"},{"name":"Bulk Transfer Requery","event":[{"listen":"prerequest","script":{"id":"80a6a1d2-e203-415d-92e4-5ee4fb10a5cd","exec":["var merchantId =\"DEMOMDA1234\";","var apiKey =\"REVNT01EQTEyMzR8REVNT01EQQ==\";","var apiToken =\"bmR1ZFFFWEx5R2c2NmhnMEk5a25WenJaZWZwbHFFYldKOGY0bHlGZnBZQ1N5WEpXU2Y1dGt3PT0=\";","var batchRef = \"198639\";","var AES_128_ENCRYPT = function(rawData)","    {","        var key = \"nbzjfdiehurgsxct\";","      var iv  = \"sngtmqpfurxdbkwj\";","        key = CryptoJS.enc.Utf8.parse(key);","        iv = CryptoJS.enc.Utf8.parse(iv);","        var encryptData = CryptoJS.AES.encrypt(CryptoJS.enc.Utf8.parse(rawData), key,","            {","                keySize: 128 / 8,","                iv: iv,","                mode: CryptoJS.mode.CBC,","                padding: CryptoJS.pad.Pkcs7","            });","            return encryptData;","            ","    }","var d = new Date();","var requestId = d.getTime();","var apiHash = CryptoJS.SHA512(apiKey + requestId + apiToken);","batchRef = AES_128_ENCRYPT(batchRef);","var dd = d.getDate();","var mm = d.getMonth()+1; //January is 0!","var yyyy = d.getFullYear();","if(dd<10){","    dd='0'+dd;","} ","if(mm<10){","    mm='0'+mm;","} ","var hours = d.getUTCHours();","var minutes = d.getUTCMinutes();","var seconds = d.getUTCSeconds();","var timeStamp = yyyy+'-'+mm+'-'+dd+'T'+hours+':'+minutes+':'+seconds+'+000000';","postman.setEnvironmentVariable('merchantId', merchantId);","postman.setEnvironmentVariable('apiKey', apiKey);","postman.setEnvironmentVariable('requestId', requestId);","postman.setEnvironmentVariable('apiHash', apiHash);","postman.setEnvironmentVariable('timeStamp', timeStamp);","postman.setEnvironmentVariable('batchRef', batchRef);","",""],"type":"text/javascript"}}],"id":"376b6508-6af9-4895-a43e-dfb2b1356ef4","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","type":"text","value":"application/json"},{"description":"<p>This is the merchant identifier</p>\n","key":"MERCHANT_ID","type":"text","value":"{{merchantId}}"},{"description":"<p>This is your authentication to Remita for this service</p>\n","key":"API_KEY","type":"text","value":"{{apiKey}}"},{"description":"<p>This uniquely identifies a singular request</p>\n","key":"REQUEST_ID","type":"text","value":"{{requestId}}"},{"description":"<p>Request timestamp.(yyyy-MM-dd’T’HH:mm:ssZ), for example, 2017-02-22T19:36:00+0000</p>\n","key":"REQUEST_TS","type":"text","value":"{{timeStamp}}"},{"description":"<p>SHA 512 Hashing of (apiKey + requestId + apiToken)</p>\n","key":"API_DETAILS_HASH","type":"text","value":"{{apiHash}}"}],"body":{"mode":"raw","raw":"{\r\n   \"batchRef\":\"{{batchRef}}\"\r\n}"},"url":"{{baseUrl}}/rpgsvc/rpg/api/v2/merc/bulk/payment/status","description":"<p>This API enables you to make an inquiry on the status of a transaction that was processed via the <em>Bulk Transfer</em> API.</p>\n<blockquote>\n<p><strong>Note</strong> <br />\nAll values in the request body are to be AES 128 Encrypted</p>\n</blockquote>\n<h4 id=\"request-body-fields\">Request Body Fields</h4>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field</th>\n<th>Type</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>batchRef</td>\n<td>string</td>\n<td><code>Required</code> Batch Reference passed for the 'Bulk Transfer' request</td>\n</tr>\n</tbody>\n</table>\n</div><h5 id=\"response-data\">Response Data</h5>\n<h4 id=\"response-body-fields\">Response Body Fields</h4>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field</th>\n<th>Type</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Status</td>\n<td>String</td>\n<td>Response Status Description</td>\n</tr>\n<tr>\n<td>bulkRef</td>\n<td>String</td>\n<td>Bulk Reference of the Transaction</td>\n</tr>\n<tr>\n<td>batchRef</td>\n<td>String</td>\n<td>Batch Reference of the Transaction</td>\n</tr>\n<tr>\n<td>bulkPaymentStatusInfo</td>\n<td></td>\n<td>This is an object containing details of bulk payment status information for bulk amount debited</td>\n</tr>\n<tr>\n<td>debitAccountToken</td>\n<td>String</td>\n<td>Token that represents the account that was debited</td>\n</tr>\n<tr>\n<td>statusCode</td>\n<td>String</td>\n<td>Transaction Status Code of bulk payment status information for bulk amount debited</td>\n</tr>\n<tr>\n<td>statusMessage</td>\n<td>String</td>\n<td>Transaction Status Description of bulk payment status information for bulk amount debited</td>\n</tr>\n<tr>\n<td>totalAmount</td>\n<td>Numeric</td>\n<td>Transaction amount debited from Payer</td>\n</tr>\n<tr>\n<td>feeAmount</td>\n<td>String</td>\n<td>Remita Fee on Bulk Transaction</td>\n</tr>\n<tr>\n<td>currencyCode</td>\n<td>String</td>\n<td>Currency Code (ISO 4217 standard)</td>\n</tr>\n<tr>\n<td>responseCode</td>\n<td>String</td>\n<td>Code of Response</td>\n</tr>\n<tr>\n<td>responseDescription</td>\n<td>String</td>\n<td>Description of Response</td>\n</tr>\n<tr>\n<td>paymentState</td>\n<td>String</td>\n<td>Description of Payment Status</td>\n</tr>\n<tr>\n<td>paymentDetails</td>\n<td></td>\n<td>This is an object containing details of payment to the different beneficiaries</td>\n</tr>\n<tr>\n<td>transRef</td>\n<td>String</td>\n<td>'transRef' passed on the credit instruction of a specific beneficiary transaction from 'Bulk Transfer' API</td>\n</tr>\n<tr>\n<td>paymentReference</td>\n<td>String</td>\n<td>Remita's payment reference from said specific beneficiary transaction</td>\n</tr>\n<tr>\n<td>authorizationId</td>\n<td>String</td>\n<td>Unique ID of the Authorization of the credit transcation</td>\n</tr>\n<tr>\n<td>transDate</td>\n<td>String</td>\n<td>Date Transaction was successfully initiated</td>\n</tr>\n<tr>\n<td>paymentDate</td>\n<td>String</td>\n<td>Date Payment was made</td>\n</tr>\n<tr>\n<td>statusCode</td>\n<td>String</td>\n<td>Transaction Status Code of payment status for said beneficiary transaction</td>\n</tr>\n<tr>\n<td>statusMessage</td>\n<td>String</td>\n<td>Transaction Status Description of payment status for said beneficiary transaction</td>\n</tr>\n<tr>\n<td>amount</td>\n<td>Numeric</td>\n<td>Amount for said beneficiary transaction</td>\n</tr>\n<tr>\n<td>paymentState</td>\n<td>String</td>\n<td>State of payment on said beneficiary transaction</td>\n</tr>\n<tr>\n<td>responseCode</td>\n<td>String</td>\n<td>Code of Response</td>\n</tr>\n<tr>\n<td>responseDescription</td>\n<td>String</td>\n<td>Description of Response</td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"path":["rpgsvc","rpg","api","v2","merc","bulk","payment","status"],"host":["{{baseUrl}}"],"query":[],"variable":[]}},"response":[{"id":"76c1b113-657b-4303-8295-9dc50113d009","name":"Bulk Transfer Requery","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"key":"MERCHANT_ID","value":"{{merchantId}}","type":"text"},{"key":"API_KEY","value":"{{apiKey}}","type":"text"},{"key":"REQUEST_ID","value":"{{requestId}}","type":"text"},{"key":"REQUEST_TS","value":"{{timeStamp}}","type":"text"},{"key":"API_DETAILS_HASH","value":"{{apiHash}}","type":"text"}],"body":{"mode":"raw","raw":"{\r\n   \"batchRef\":\"{{batchRef}}\"\r\n}"},"url":"https://remitademo.net/remita/exapp/api/v1/send/api/rpgsvc/rpg/api/v2/merc/bulk/payment/status"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Thu, 09 Jul 2020 11:03:48 GMT"},{"key":"Server","value":"Apache/2.4.35 (Unix) OpenSSL/1.0.2l"},{"key":"X-Application-Context","value":"channel-gateway:remita.monitor:6200"},{"key":"Content-Type","value":"application/json;charset=UTF-8"},{"key":"Keep-Alive","value":"timeout=5, max=100"},{"key":"Connection","value":"Keep-Alive"},{"key":"Transfer-Encoding","value":"chunked"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": \"success\",\n    \"data\": {\n        \"bulkRef\": \"198639\",\n        \"batchRef\": \"198639\",\n        \"bulkPaymentStatusInfo\": {\n            \"debitAccountToken\": \"0581234567890\",\n            \"statusCode\": \"00\",\n            \"statusMessage\": \"SUCCESS\",\n            \"totalAmount\": 14000,\n            \"feeAmount\": 52.5,\n            \"currencyCode\": \"NGN\",\n            \"responseCode\": \"00\",\n            \"responseMessage\": \"Account [0581234567890] Debited successfully.Credit in progress.\",\n            \"paymentState\": \"DEBITED\"\n        },\n        \"paymentDetails\": [\n            {\n                \"transRef\": \"9061\",\n                \"paymentReference\": \"160007798269\",\n                \"authorizationId\": \"160007798269\",\n                \"transDate\": \"2020-07-09 12:03:48\",\n                \"paymentDate\": \"2020-07-09 12:03:48\",\n                \"statusCode\": \"39\",\n                \"statusMessage\": \"Payment in Progress\",\n                \"amount\": 5000,\n                \"paymentState\": \"PENDING_CREDIT\",\n                \"responseCode\": \"39\",\n                \"responseMessage\": \"Payment in Progress\"\n            },\n            {\n                \"transRef\": \"257808\",\n                \"paymentReference\": \"160007798269\",\n                \"authorizationId\": \"160007798269\",\n                \"transDate\": \"2020-07-09 12:03:48\",\n                \"paymentDate\": \"2020-07-09 12:03:48\",\n                \"statusCode\": \"39\",\n                \"statusMessage\": \"Payment in Progress\",\n                \"amount\": 6000,\n                \"paymentState\": \"PENDING_CREDIT\",\n                \"responseCode\": \"39\",\n                \"responseMessage\": \"Payment in Progress\"\n            },\n            {\n                \"transRef\": \"3184833\",\n                \"paymentReference\": \"160007798269\",\n                \"authorizationId\": \"160007798269\",\n                \"transDate\": \"2020-07-09 12:03:48\",\n                \"paymentDate\": \"2020-07-09 12:03:48\",\n                \"statusCode\": \"39\",\n                \"statusMessage\": \"Payment in Progress\",\n                \"amount\": 3000,\n                \"paymentState\": \"PENDING_CREDIT\",\n                \"responseCode\": \"39\",\n                \"responseMessage\": \"Payment in Progress\"\n            }\n        ]\n    }\n}"}],"_postman_id":"376b6508-6af9-4895-a43e-dfb2b1356ef4"},{"name":"Get Active Banks","event":[{"listen":"prerequest","script":{"id":"9db92dce-1bb0-4102-b88e-84db23e6040e","exec":["var merchantId =\"DEMOMDA1234\";","var apiKey =\"REVNT01EQTEyMzR8REVNT01EQQ==\";","var apiToken =\"bmR1ZFFFWEx5R2c2NmhnMEk5a25WenJaZWZwbHFFYldKOGY0bHlGZnBZQ1N5WEpXU2Y1dGt3PT0=\";","var today = new Date();","var dd = today.getDate();","var mm = today.getMonth()+1; //January is 0!","var yyyy = today.getFullYear();","if(dd<10){","    dd='0'+dd;","} ","if(mm<10){","    mm='0'+mm;","} ","var hours = today.getUTCHours();","var minutes = today.getUTCMinutes();","var seconds = today.getUTCSeconds();","var timeStamp = yyyy+'-'+mm+'-'+dd+'T'+hours+':'+minutes+':'+seconds+'+000000';","var d = new Date();","var requestId = d.getTime();","var apiHash = CryptoJS.SHA512(apiKey + requestId + apiToken);","postman.setEnvironmentVariable('apiKey', apiKey);","postman.setEnvironmentVariable('requestId', requestId);","postman.setEnvironmentVariable('apiHash', apiHash);","postman.setEnvironmentVariable('timeStamp', timeStamp);"],"type":"text/javascript"}}],"id":"f3b80793-7107-423c-b572-cb84fb5be8c5","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json","description":"<p>This is the merchant identifier</p>\n"},{"key":"API_KEY","value":"{{apiKey}}","description":"<p>This is your authentication to Remita for this service</p>\n"},{"key":"REQUEST_ID","value":"{{requestId}}","description":"<p>This uniquely identifies a singular request</p>\n"},{"key":"REQUEST_TS","value":"{{timeStamp}}","description":"<p>Request timestamp.(yyyy-MM-dd’T’HH:mm:ssZ), for example, 2017-02-22T19:36:00+0000</p>\n"},{"key":"API_DETAILS_HASH","value":"{{apiHash}}","description":"<p>SHA 512 Hashing of (apiKey + requestId + apiToken)</p>\n"}],"body":{"mode":"raw","raw":""},"url":"{{baseUrl}}/rpgsvc/rpg/api/v2/fi/banks","description":"<p>This API provides a list of active banks (Deposit money Banks and Micro-Finance Banks) for your regular inquiry.</p>\n","urlObject":{"path":["rpgsvc","rpg","api","v2","fi","banks"],"host":["{{baseUrl}}"],"query":[],"variable":[]}},"response":[{"id":"ae72eb47-5137-4332-a031-597385603903","name":"Get Active Banks","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"API_KEY","value":"{{apiKey}}"},{"key":"REQUEST_ID","value":"{{requestId}}"},{"key":"REQUEST_TS","value":"{{timeStamp}}"},{"key":"API_DETAILS_HASH","value":"{{apiHash}}"}],"body":{"mode":"raw","raw":""},"url":"https://remitademo.net/remita/exapp/api/v1/send/api/rpgsvc/rpg/api/v2/fi/banks"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Thu, 09 Jul 2020 11:01:46 GMT"},{"key":"Server","value":"Apache/2.4.35 (Unix) OpenSSL/1.0.2l"},{"key":"X-Application-Context","value":"channel-gateway:remita.monitor:6200"},{"key":"Content-Type","value":"application/json;charset=UTF-8"},{"key":"Keep-Alive","value":"timeout=5, max=100"},{"key":"Connection","value":"Keep-Alive"},{"key":"Transfer-Encoding","value":"chunked"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": \"success\",\n    \"data\": {\n        \"responseId\": \"1594292506523\",\n        \"responseCode\": \"00\",\n        \"responseDescription\": \"SUCCESS\",\n        \"banks\": [\n            {\n                \"bankCode\": \"511080016\",\n                \"bankName\": \"ABUJA MICROFINANCE BANKS\",\n                \"bankAccronym\": \"ASO\",\n                \"type\": \"MFB\"\n            },\n            {\n                \"bankCode\": \"511080026\",\n                \"bankName\": \"ABUJA MICROFINANCE BANKS\",\n                \"bankAccronym\": null,\n                \"type\": \"MFB\"\n            },\n            {\n                \"bankCode\": \"511080036\",\n                \"bankName\": \"ABUJA MICROFINANCE BANKS\",\n                \"bankAccronym\": null,\n                \"type\": \"MFB\"\n            },\n            {\n                \"bankCode\": \"044\",\n                \"bankName\": \"ACCESS BANK PLC\",\n                \"bankAccronym\": \"ACCESSBANK\",\n                \"type\": \"DMB\"\n            },\n            {\n                \"bankCode\": \"082\",\n                \"bankName\": \"BANK PHB\",\n                \"bankAccronym\": \"PHB\",\n                \"type\": \"DMB\"\n            },\n            {\n                \"bankCode\": \"519290019\",\n                \"bankName\": \"BENUE MICROFINANCE BANK\",\n                \"bankAccronym\": \"ZION\",\n                \"type\": \"MFB\"\n            },\n            {\n                \"bankCode\": \"000\",\n                \"bankName\": \"CENTRAL BANK OF NIGERIA\",\n                \"bankAccronym\": \"CBN\",\n                \"type\": \"DMB\"\n            },\n            {\n                \"bankCode\": \"459\",\n                \"bankName\": \"CORONATION MERCHANT BANK LIMITED\",\n                \"bankAccronym\": \"CMB\",\n                \"type\": \"DMB\"\n            },\n            {\n                \"bankCode\": \"023\",\n                \"bankName\": \"DEMO BANK\",\n                \"bankAccronym\": \"CITI\",\n                \"type\": \"DMB\"\n            },\n            {\n                \"bankCode\": \"063\",\n                \"bankName\": \"DIAMOND BANK PLC\",\n                \"bankAccronym\": \"DIAMOND\",\n                \"type\": \"DMB\"\n            },\n            {\n                \"bankCode\": \"050\",\n                \"bankName\": \"ECOBANK NIGERIA PLC\",\n                \"bankAccronym\": \"ECOBANK\",\n                \"type\": \"DMB\"\n            },\n            {\n                \"bankCode\": \"514040013\",\n                \"bankName\": \"EDO MICROFINANCE BANKS\",\n                \"bankAccronym\": null,\n                \"type\": \"MFB\"\n            },\n            {\n                \"bankCode\": \"521150010\",\n                \"bankName\": \"EKITI MICROFINANCE BANKS\",\n                \"bankAccronym\": \"IKOLEMFB\",\n                \"type\": \"MFB\"\n            },\n            {\n                \"bankCode\": \"084\",\n                \"bankName\": \"ENTERPRISE BANK\",\n                \"bankAccronym\": \"SPRING\",\n                \"type\": \"DMB\"\n            },\n            {\n                \"bankCode\": \"040\",\n                \"bankName\": \"EQUITORIAL TRUST BANK PLC\",\n                \"bankAccronym\": \"ETB\",\n                \"type\": \"DMB\"\n            },\n            {\n                \"bankCode\": \"070\",\n                \"bankName\": \"FIDELITY BANK PLC\",\n                \"bankAccronym\": \"FIDELITY\",\n                \"type\": \"DMB\"\n            },\n            {\n                \"bankCode\": \"085\",\n                \"bankName\": \"FINBANK PLC\",\n                \"bankAccronym\": \"FIN\",\n                \"type\": \"DMB\"\n            },\n            {\n                \"bankCode\": \"011\",\n                \"bankName\": \"FIRST BANK OF NIGERIA PLC\",\n                \"bankAccronym\": \"FBN\",\n                \"type\": \"DMB\"\n            },\n            {\n                \"bankCode\": \"214\",\n                \"bankName\": \"FIRST CITY MONUMENT BANK PLC\",\n                \"bankAccronym\": \"FCMB\",\n                \"type\": \"DMB\"\n            },\n            {\n                \"bankCode\": \"058\",\n                \"bankName\": \"GUARANTY TRUST BANK PLC\",\n                \"bankAccronym\": \"GTB\",\n                \"type\": \"DMB\"\n            },\n            {\n                \"bankCode\": \"030\",\n                \"bankName\": \"HERITAGE BANK PLC\",\n                \"bankAccronym\": \"HERITAGE\",\n                \"type\": \"DMB\"\n            },\n            {\n                \"bankCode\": \"069\",\n                \"bankName\": \"INTERCONTINENTAL BANK PLC\",\n                \"bankAccronym\": \"INTER\",\n                \"type\": \"DMB\"\n            },\n            {\n                \"bankCode\": \"301\",\n                \"bankName\": \"JAIZ BANK\",\n                \"bankAccronym\": \"JAIZ\",\n                \"type\": \"DMB\"\n            },\n            {\n                \"bankCode\": \"031\",\n                \"bankName\": \"JAIZ BANK PLC\",\n                \"bankAccronym\": \"JAIZ\",\n                \"type\": \"DMB\"\n            },\n            {\n                \"bankCode\": \"510120013\",\n                \"bankName\": \"KANO MICROFINANCE BANKS\",\n                \"bankAccronym\": null,\n                \"type\": \"MFB\"\n            },\n            {\n                \"bankCode\": \"520150010\",\n                \"bankName\": \"KWARA STATE MICROFINANCE BANKS\",\n                \"bankAccronym\": null,\n                \"type\": \"MFB\"\n            },\n            {\n                \"bankCode\": \"520150020\",\n                \"bankName\": \"KWARA STATE MICROFINANCE BANKS\",\n                \"bankAccronym\": null,\n                \"type\": \"MFB\"\n            },\n            {\n                \"bankCode\": \"520150030\",\n                \"bankName\": \"KWARA STATE MICROFINANCE BANKS\",\n                \"bankAccronym\": null,\n                \"type\": \"MFB\"\n            },\n            {\n                \"bankCode\": \"520150040\",\n                \"bankName\": \"KWARA STATE MICROFINANCE BANKS\",\n                \"bankAccronym\": null,\n                \"type\": \"MFB\"\n            },\n            {\n                \"bankCode\": \"520150050\",\n                \"bankName\": \"KWARA STATE MICROFINANCE BANKS\",\n                \"bankAccronym\": null,\n                \"type\": \"MFB\"\n            },\n            {\n                \"bankCode\": \"520150060\",\n                \"bankName\": \"KWARA STATE MICROFINANCE BANKS\",\n                \"bankAccronym\": null,\n                \"type\": \"MFB\"\n            },\n            {\n                \"bankCode\": \"520150070\",\n                \"bankName\": \"KWARA STATE MICROFINANCE BANKS\",\n                \"bankAccronym\": null,\n                \"type\": \"MFB\"\n            },\n            {\n                \"bankCode\": \"520150080\",\n                \"bankName\": \"KWARA STATE MICROFINANCE BANKS\",\n                \"bankAccronym\": null,\n                \"type\": \"MFB\"\n            },\n            {\n                \"bankCode\": \"520150090\",\n                \"bankName\": \"KWARA STATE MICROFINANCE BANKS\",\n                \"bankAccronym\": null,\n                \"type\": \"MFB\"\n            },\n            {\n                \"bankCode\": \"520150100\",\n                \"bankName\": \"KWARA STATE MICROFINANCE BANKS\",\n                \"bankAccronym\": null,\n                \"type\": \"MFB\"\n            },\n            {\n                \"bankCode\": \"520150110\",\n                \"bankName\": \"KWARA STATE MICROFINANCE BANKS\",\n                \"bankAccronym\": null,\n                \"type\": \"MFB\"\n            },\n            {\n                \"bankCode\": \"520150120\",\n                \"bankName\": \"KWARA STATE MICROFINANCE BANKS\",\n                \"bankAccronym\": null,\n                \"type\": \"MFB\"\n            },\n            {\n                \"bankCode\": \"520150130\",\n                \"bankName\": \"KWARA STATE MICROFINANCE BANKS\",\n                \"bankAccronym\": null,\n                \"type\": \"MFB\"\n            },\n            {\n                \"bankCode\": \"520150140\",\n                \"bankName\": \"KWARA STATE MICROFINANCE BANKS\",\n                \"bankAccronym\": null,\n                \"type\": \"MFB\"\n            },\n            {\n                \"bankCode\": \"520150150\",\n                \"bankName\": \"KWARA STATE MICROFINANCE BANKS\",\n                \"bankAccronym\": null,\n                \"type\": \"MFB\"\n            },\n            {\n                \"bankCode\": \"520150160\",\n                \"bankName\": \"KWARA STATE MICROFINANCE BANKS\",\n                \"bankAccronym\": null,\n                \"type\": \"MFB\"\n            },\n            {\n                \"bankCode\": \"520150170\",\n                \"bankName\": \"KWARA STATE MICROFINANCE BANKS\",\n                \"bankAccronym\": null,\n                \"type\": \"MFB\"\n            },\n            {\n                \"bankCode\": \"520150180\",\n                \"bankName\": \"KWARA STATE MICROFINANCE BANKS\",\n                \"bankAccronym\": null,\n                \"type\": \"MFB\"\n            },\n            {\n                \"bankCode\": \"515150013\",\n                \"bankName\": \"LAGOS MICROFINANCE BANKS\",\n                \"bankAccronym\": null,\n                \"type\": \"MFB\"\n            },\n            {\n                \"bankCode\": \"515150023\",\n                \"bankName\": \"LAGOS MICROFINANCE BANKS\",\n                \"bankAccronym\": null,\n                \"type\": \"MFB\"\n            },\n            {\n                \"bankCode\": \"515150033\",\n                \"bankName\": \"LAGOS MICROFINANCE BANKS\",\n                \"bankAccronym\": null,\n                \"type\": \"MFB\"\n            },\n            {\n                \"bankCode\": \"515150043\",\n                \"bankName\": \"LAGOS MICROFINANCE BANKS\",\n                \"bankAccronym\": \"NPF\",\n                \"type\": \"MFB\"\n            },\n            {\n                \"bankCode\": \"515150053\",\n                \"bankName\": \"LAGOS MICROFINANCE BANKS\",\n                \"bankAccronym\": \"NPF\",\n                \"type\": \"MFB\"\n            },\n            {\n                \"bankCode\": \"515150063\",\n                \"bankName\": \"LAGOS MICROFINANCE BANKS\",\n                \"bankAccronym\": null,\n                \"type\": \"MFB\"\n            },\n            {\n                \"bankCode\": \"515150073\",\n                \"bankName\": \"LAGOS MICROFINANCE BANKS\",\n                \"bankAccronym\": \"SPECSMFB\",\n                \"type\": \"MFB\"\n            },\n            {\n                \"bankCode\": \"014\",\n                \"bankName\": \"MAINSTREET BANK\",\n                \"bankAccronym\": \"Mainstreet\",\n                \"type\": \"DMB\"\n            },\n            {\n                \"bankCode\": \"056\",\n                \"bankName\": \"OCEANIC BANK INTERNATIONAL PLC\",\n                \"bankAccronym\": \"OCEANIC\",\n                \"type\": \"DMB\"\n            },\n            {\n                \"bankCode\": \"999\",\n                \"bankName\": \"OFFLINE BANK \",\n                \"bankAccronym\": \"OFP\",\n                \"type\": \"DMB\"\n            },\n            {\n                \"bankCode\": \"512170012\",\n                \"bankName\": \"OGUN STATE MICROFINANCE BANKS\",\n                \"bankAccronym\": \"CLASSICMFB\",\n                \"type\": \"MFB\"\n            },\n            {\n                \"bankCode\": \"512170022\",\n                \"bankName\": \"OGUN STATE MICROFINANCE BANKS\",\n                \"bankAccronym\": \"SOLIDROCK\",\n                \"type\": \"MFB\"\n            },\n            {\n                \"bankCode\": \"512170032\",\n                \"bankName\": \"OGUN STATE MICROFINANCE BANKS\",\n                \"bankAccronym\": \"LAVENDER\",\n                \"type\": \"MFB\"\n            },\n            {\n                \"bankCode\": \"512170042\",\n                \"bankName\": \"OGUN STATE MICROFINANCE BANKS\",\n                \"bankAccronym\": \"ABIGIMFB\",\n                \"type\": \"MFB\"\n            },\n            {\n                \"bankCode\": \"512170052\",\n                \"bankName\": \"OGUN STATE MICROFINANCE BANKS\",\n                \"bankAccronym\": \"AFOTAMODI\",\n                \"type\": \"MFB\"\n            },\n            {\n                \"bankCode\": \"512170062\",\n                \"bankName\": \"OGUN STATE MICROFINANCE BANKS\",\n                \"bankAccronym\": \"AIYEPEMFB\",\n                \"type\": \"MFB\"\n            },\n            {\n                \"bankCode\": \"512170072\",\n                \"bankName\": \"OGUN STATE MICROFINANCE BANKS\",\n                \"bankAccronym\": \"AJOSE\",\n                \"type\": \"MFB\"\n            },\n            {\n                \"bankCode\": \"512170082\",\n                \"bankName\": \"OGUN STATE MICROFINANCE BANKS\",\n                \"bankAccronym\": \"AMAZINGMFB\",\n                \"type\": \"MFB\"\n            },\n            {\n                \"bankCode\": \"512170092\",\n                \"bankName\": \"OGUN STATE MICROFINANCE BANKS\",\n                \"bankAccronym\": \"CATLAND\",\n                \"type\": \"MFB\"\n            },\n            {\n                \"bankCode\": \"512170102\",\n                \"bankName\": \"OGUN STATE MICROFINANCE BANKS\",\n                \"bankAccronym\": null,\n                \"type\": \"MFB\"\n            },\n            {\n                \"bankCode\": \"512170112\",\n                \"bankName\": \"OGUN STATE MICROFINANCE BANKS\",\n                \"bankAccronym\": \"EKUOMBE\",\n                \"type\": \"MFB\"\n            },\n            {\n                \"bankCode\": \"512170122\",\n                \"bankName\": \"OGUN STATE MICROFINANCE BANKS\",\n                \"bankAccronym\": \"ERUWONMFB\",\n                \"type\": \"MFB\"\n            },\n            {\n                \"bankCode\": \"512170132\",\n                \"bankName\": \"OGUN STATE MICROFINANCE BANKS\",\n                \"bankAccronym\": \"ESOEMFB\",\n                \"type\": \"MFB\"\n            },\n            {\n                \"bankCode\": \"512170142\",\n                \"bankName\": \"OGUN STATE MICROFINANCE BANKS\",\n                \"bankAccronym\": \"APPLEMFB\",\n                \"type\": \"MFB\"\n            },\n            {\n                \"bankCode\": \"512170152\",\n                \"bankName\": \"OGUN STATE MICROFINANCE BANKS\",\n                \"bankAccronym\": \"IFONYINMFB\",\n                \"type\": \"MFB\"\n            },\n            {\n                \"bankCode\": \"512170162\",\n                \"bankName\": \"OGUN STATE MICROFINANCE BANKS\",\n                \"bankAccronym\": \"IMODI\",\n                \"type\": \"MFB\"\n            },\n            {\n                \"bankCode\": \"512170172\",\n                \"bankName\": \"OGUN STATE MICROFINANCE BANKS\",\n                \"bankAccronym\": \"IJEBUIFE\",\n                \"type\": \"MFB\"\n            },\n            {\n                \"bankCode\": \"512170182\",\n                \"bankName\": \"OGUN STATE MICROFINANCE BANKS\",\n                \"bankAccronym\": \"IJEBUIMUSI\",\n                \"type\": \"MFB\"\n            },\n            {\n                \"bankCode\": \"512170192\",\n                \"bankName\": \"OGUN STATE MICROFINANCE BANKS\",\n                \"bankAccronym\": \"IKENNEMFB\",\n                \"type\": \"MFB\"\n            },\n            {\n                \"bankCode\": \"512170202\",\n                \"bankName\": \"OGUN STATE MICROFINANCE BANKS\",\n                \"bankAccronym\": null,\n                \"type\": \"MFB\"\n            },\n            {\n                \"bankCode\": \"512170212\",\n                \"bankName\": \"OGUN STATE MICROFINANCE BANKS\",\n                \"bankAccronym\": \"ILISANMFB\",\n                \"type\": \"MFB\"\n            },\n            {\n                \"bankCode\": \"512170222\",\n                \"bankName\": \"OGUN STATE MICROFINANCE BANKS\",\n                \"bankAccronym\": \"IMOWOMFB\",\n                \"type\": \"MFB\"\n            },\n            {\n                \"bankCode\": \"512170232\",\n                \"bankName\": \"OGUN STATE MICROFINANCE BANKS\",\n                \"bankAccronym\": \"INTERLAND\",\n                \"type\": \"MFB\"\n            },\n            {\n                \"bankCode\": \"512170242\",\n                \"bankName\": \"OGUN STATE MICROFINANCE BANKS\",\n                \"bankAccronym\": \"IPERUMFB\",\n                \"type\": \"MFB\"\n            },\n            {\n                \"bankCode\": \"512170252\",\n                \"bankName\": \"OGUN STATE MICROFINANCE BANKS\",\n                \"bankAccronym\": \"ITELEMFB\",\n                \"type\": \"MFB\"\n            },\n            {\n                \"bankCode\": \"512170262\",\n                \"bankName\": \"OGUN STATE MICROFINANCE BANKS\",\n                \"bankAccronym\": null,\n                \"type\": \"MFB\"\n            },\n            {\n                \"bankCode\": \"512170272\",\n                \"bankName\": \"OGUN STATE MICROFINANCE BANKS\",\n                \"bankAccronym\": null,\n                \"type\": \"MFB\"\n            },\n            {\n                \"bankCode\": \"512170282\",\n                \"bankName\": \"OGUN STATE MICROFINANCE BANKS\",\n                \"bankAccronym\": null,\n                \"type\": \"MFB\"\n            },\n            {\n                \"bankCode\": \"512170292\",\n                \"bankName\": \"OGUN STATE MICROFINANCE BANKS\",\n                \"bankAccronym\": \"MALPOLYMFB\",\n                \"type\": \"MFB\"\n            },\n            {\n                \"bankCode\": \"512170302\",\n                \"bankName\": \"OGUN STATE MICROFINANCE BANKS\",\n                \"bankAccronym\": \"MOLUSIMFB\",\n                \"type\": \"MFB\"\n            },\n            {\n                \"bankCode\": \"512170312\",\n                \"bankName\": \"OGUN STATE MICROFINANCE BANKS\",\n                \"bankAccronym\": \"NEWIMAGE\",\n                \"type\": \"MFB\"\n            },\n            {\n                \"bankCode\": \"512170322\",\n                \"bankName\": \"OGUN STATE MICROFINANCE BANKS\",\n                \"bankAccronym\": \"CBMFB\",\n                \"type\": \"MFB\"\n            },\n            {\n                \"bankCode\": \"512170332\",\n                \"bankName\": \"OGUN STATE MICROFINANCE BANKS\",\n                \"bankAccronym\": null,\n                \"type\": \"MFB\"\n            },\n            {\n                \"bankCode\": \"512170342\",\n                \"bankName\": \"OGUN STATE MICROFINANCE BANKS\",\n                \"bankAccronym\": \"OMU\",\n                \"type\": \"MFB\"\n            },\n            {\n                \"bankCode\": \"512170352\",\n                \"bankName\": \"OGUN STATE MICROFINANCE BANKS\",\n                \"bankAccronym\": \"ORISUNMFB\",\n                \"type\": \"MFB\"\n            },\n            {\n                \"bankCode\": \"512170362\",\n                \"bankName\": \"OGUN STATE MICROFINANCE BANKS\",\n                \"bankAccronym\": \"RIVERSIDE\",\n                \"type\": \"MFB\"\n            },\n            {\n                \"bankCode\": \"512170372\",\n                \"bankName\": \"OGUN STATE MICROFINANCE BANKS\",\n                \"bankAccronym\": \"SAGAMMFB\",\n                \"type\": \"MFB\"\n            },\n            {\n                \"bankCode\": \"512170382\",\n                \"bankName\": \"OGUN STATE MICROFINANCE BANKS\",\n                \"bankAccronym\": \"TRUSTMFB\",\n                \"type\": \"MFB\"\n            },\n            {\n                \"bankCode\": \"512170392\",\n                \"bankName\": \"OGUN STATE MICROFINANCE BANKS\",\n                \"bankAccronym\": null,\n                \"type\": \"MFB\"\n            },\n            {\n                \"bankCode\": \"512170402\",\n                \"bankName\": \"OGUN STATE MICROFINANCE BANKS\",\n                \"bankAccronym\": \"OCONMFB\",\n                \"type\": \"MFB\"\n            },\n            {\n                \"bankCode\": \"512170412\",\n                \"bankName\": \"OGUN STATE MICROFINANCE BANKS\",\n                \"bankAccronym\": \"UNAABMFB\",\n                \"type\": \"MFB\"\n            },\n            {\n                \"bankCode\": \"512170422\",\n                \"bankName\": \"OGUN STATE MICROFINANCE BANKS\",\n                \"bankAccronym\": \"WESTENDMFB\",\n                \"type\": \"MFB\"\n            },\n            {\n                \"bankCode\": \"512170432\",\n                \"bankName\": \"OGUN STATE MICROFINANCE BANKS\",\n                \"bankAccronym\": \"HONEYMFB\",\n                \"type\": \"MFB\"\n            },\n            {\n                \"bankCode\": \"512170442\",\n                \"bankName\": \"OGUN STATE MICROFINANCE BANKS\",\n                \"bankAccronym\": \"AGOSASAMFB\",\n                \"type\": \"MFB\"\n            },\n            {\n                \"bankCode\": \"512170452\",\n                \"bankName\": \"OGUN STATE MICROFINANCE BANKS\",\n                \"bankAccronym\": \"ASTRAMFB\",\n                \"type\": \"MFB\"\n            },\n            {\n                \"bankCode\": \"512170462\",\n                \"bankName\": \"OGUN STATE MICROFINANCE BANKS\",\n                \"bankAccronym\": null,\n                \"type\": \"MFB\"\n            },\n            {\n                \"bankCode\": \"512170472\",\n                \"bankName\": \"OGUN STATE MICROFINANCE BANKS\",\n                \"bankAccronym\": null,\n                \"type\": \"MFB\"\n            },\n            {\n                \"bankCode\": \"512170492\",\n                \"bankName\": \"OGUN STATE MICROFINANCE BANKS\",\n                \"bankAccronym\": \"STARMFB\",\n                \"type\": \"MFB\"\n            },\n            {\n                \"bankCode\": \"512170502\",\n                \"bankName\": \"OGUN STATE MICROFINANCE BANKS\",\n                \"bankAccronym\": \"CENTAGE\",\n                \"type\": \"MFB\"\n            },\n            {\n                \"bankCode\": \"512170522\",\n                \"bankName\": \"OGUN STATE MICROFINANCE BANKS\",\n                \"bankAccronym\": null,\n                \"type\": \"MFB\"\n            },\n            {\n                \"bankCode\": \"512170542\",\n                \"bankName\": \"OGUN STATE MICROFINANCE BANKS\",\n                \"bankAccronym\": \"GATEWAYMFB\",\n                \"type\": \"MFB\"\n            },\n            {\n                \"bankCode\": \"512170552\",\n                \"bankName\": \"OGUN STATE MICROFINANCE BANKS\",\n                \"bankAccronym\": \"NACABIGI\",\n                \"type\": \"MFB\"\n            },\n            {\n                \"bankCode\": \"512170562\",\n                \"bankName\": \"OGUN STATE MICROFINANCE BANKS\",\n                \"bankAccronym\": \"NACAYETORO\",\n                \"type\": \"MFB\"\n            },\n            {\n                \"bankCode\": \"512170572\",\n                \"bankName\": \"OGUN STATE MICROFINANCE BANKS\",\n                \"bankAccronym\": \"NACIMEKO\",\n                \"type\": \"MFB\"\n            },\n            {\n                \"bankCode\": \"512170582\",\n                \"bankName\": \"OGUN STATE MICROFINANCE BANKS\",\n                \"bankAccronym\": \"NAABEOKUTA\",\n                \"type\": \"MFB\"\n            },\n            {\n                \"bankCode\": \"512170592\",\n                \"bankName\": \"OGUN STATE MICROFINANCE BANKS\",\n                \"bankAccronym\": null,\n                \"type\": \"MFB\"\n            },\n            {\n                \"bankCode\": \"512170602\",\n                \"bankName\": \"OGUN STATE MICROFINANCE BANKS\",\n                \"bankAccronym\": \"NACRDBOTA\",\n                \"type\": \"MFB\"\n            },\n            {\n                \"bankCode\": \"512170612\",\n                \"bankName\": \"OGUN STATE MICROFINANCE BANKS\",\n                \"bankAccronym\": \"NACRDBMFB\",\n                \"type\": \"MFB\"\n            },\n            {\n                \"bankCode\": \"512170622\",\n                \"bankName\": \"OGUN STATE MICROFINANCE BANKS\",\n                \"bankAccronym\": \"NACRDBAGO\",\n                \"type\": \"MFB\"\n            },\n            {\n                \"bankCode\": \"512170632\",\n                \"bankName\": \"OGUN STATE MICROFINANCE BANKS\",\n                \"bankAccronym\": \"NACSAGAM\",\n                \"type\": \"MFB\"\n            },\n            {\n                \"bankCode\": \"512170652\",\n                \"bankName\": \"OGUN STATE MICROFINANCE BANKS\",\n                \"bankAccronym\": \"IMFB\",\n                \"type\": \"MFB\"\n            },\n            {\n                \"bankCode\": \"512170662\",\n                \"bankName\": \"OGUN STATE MICROFINANCE BANKS\",\n                \"bankAccronym\": \"IROLUMFB\",\n                \"type\": \"MFB\"\n            },\n            {\n                \"bankCode\": \"538000040\",\n                \"bankName\": \"OROKE MFB\",\n                \"bankAccronym\": null,\n                \"type\": \"MFB\"\n            },\n            {\n                \"bankCode\": \"516290013\",\n                \"bankName\": \"OSUN MICROFINANCE BANKS\",\n                \"bankAccronym\": null,\n                \"type\": \"MFB\"\n            },\n            {\n                \"bankCode\": \"516290023\",\n                \"bankName\": \"OSUN MICROFINANCE BANKS\",\n                \"bankAccronym\": \"OAUMFB\",\n                \"type\": \"MFB\"\n            },\n            {\n                \"bankCode\": \"517150014\",\n                \"bankName\": \"OYO MICROFINANCE BANKS\",\n                \"bankAccronym\": \"ORITABASHORUNMFB\",\n                \"type\": \"MFB\"\n            },\n            {\n                \"bankCode\": \"517150024\",\n                \"bankName\": \"OYO MICROFINANCE BANKS\",\n                \"bankAccronym\": null,\n                \"type\": \"MFB\"\n            },\n            {\n                \"bankCode\": \"517150034\",\n                \"bankName\": \"OYO MICROFINANCE BANKS\",\n                \"bankAccronym\": null,\n                \"type\": \"MFB\"\n            },\n            {\n                \"bankCode\": \"517150044\",\n                \"bankName\": \"OYO MICROFINANCE BANKS\",\n                \"bankAccronym\": null,\n                \"type\": \"MFB\"\n            },\n            {\n                \"bankCode\": \"517150054\",\n                \"bankName\": \"OYO MICROFINANCE BANKS\",\n                \"bankAccronym\": null,\n                \"type\": \"MFB\"\n            },\n            {\n                \"bankCode\": \"590000001\",\n                \"bankName\": \"POCKET MONEY MICROFINANCE BANK LTD\",\n                \"bankAccronym\": null,\n                \"type\": \"MFB\"\n            },\n            {\n                \"bankCode\": \"101\",\n                \"bankName\": \"PROVIDUS BANK\",\n                \"bankAccronym\": \"PROVID\",\n                \"type\": \"DMB\"\n            },\n            {\n                \"bankCode\": \"511080041\",\n                \"bankName\": \"REMITA WALLET\",\n                \"bankAccronym\": \"REMITAWALLET\",\n                \"type\": \"MFB\"\n            },\n            {\n                \"bankCode\": \"511080046\",\n                \"bankName\": \"REMITA WALLET\",\n                \"bankAccronym\": \"REMITAWALLET\",\n                \"type\": \"MFB\"\n            },\n            {\n                \"bankCode\": \"511080051\",\n                \"bankName\": \"REMITA WALLET\",\n                \"bankAccronym\": \"REMITAWALLET\",\n                \"type\": \"MFB\"\n            },\n            {\n                \"bankCode\": \"598\",\n                \"bankName\": \"REMITA WALLET\",\n                \"bankAccronym\": null,\n                \"type\": \"MFB\"\n            },\n            {\n                \"bankCode\": \"513210013\",\n                \"bankName\": \"RIVERS MICROFINANCE BANKS\",\n                \"bankAccronym\": null,\n                \"type\": \"MFB\"\n            },\n            {\n                \"bankCode\": \"076\",\n                \"bankName\": \"SKYE BANK PLC\",\n                \"bankAccronym\": \"SKYE\",\n                \"type\": \"DMB\"\n            },\n            {\n                \"bankCode\": \"039\",\n                \"bankName\": \"STANBIC IBTC BANK PLC\",\n                \"bankAccronym\": \"IBTC\",\n                \"type\": \"DMB\"\n            },\n            {\n                \"bankCode\": \"068\",\n                \"bankName\": \"STANDARD CHARTERED BANK NIGERIA LTD\",\n                \"bankAccronym\": \"STANCHART\",\n                \"type\": \"DMB\"\n            },\n            {\n                \"bankCode\": \"232\",\n                \"bankName\": \"STERLING BANK PLC\",\n                \"bankAccronym\": \"STERLING\",\n                \"type\": \"DMB\"\n            },\n            {\n                \"bankCode\": \"033\",\n                \"bankName\": \"UBA PLC\",\n                \"bankAccronym\": \"UBA\",\n                \"type\": \"DMB\"\n            },\n            {\n                \"bankCode\": \"032\",\n                \"bankName\": \"UNION BANK OF NIGERIA PLC\",\n                \"bankAccronym\": \"UBN\",\n                \"type\": \"DMB\"\n            },\n            {\n                \"bankCode\": \"215\",\n                \"bankName\": \"UNITY BANK PLC\",\n                \"bankAccronym\": \"UNITY\",\n                \"type\": \"DMB\"\n            },\n            {\n                \"bankCode\": \"035\",\n                \"bankName\": \"WEMA BANK PLC\",\n                \"bankAccronym\": \"WEMA\",\n                \"type\": \"DMB\"\n            },\n            {\n                \"bankCode\": \"518150014\",\n                \"bankName\": \"YOBE MICROFINANCE BANK\",\n                \"bankAccronym\": \"YOBESAVLON\",\n                \"type\": \"MFB\"\n            },\n            {\n                \"bankCode\": \"518150024\",\n                \"bankName\": \"YOBE MICROFINANCE BANK\",\n                \"bankAccronym\": \"NACRDBYOBE\",\n                \"type\": \"MFB\"\n            },\n            {\n                \"bankCode\": \"518150034\",\n                \"bankName\": \"YOBE MICROFINANCE BANK\",\n                \"bankAccronym\": null,\n                \"type\": \"MFB\"\n            },\n            {\n                \"bankCode\": \"518150044\",\n                \"bankName\": \"YOBE MICROFINANCE BANK\",\n                \"bankAccronym\": null,\n                \"type\": \"MFB\"\n            },\n            {\n                \"bankCode\": \"518150054\",\n                \"bankName\": \"YOBE MICROFINANCE BANK\",\n                \"bankAccronym\": null,\n                \"type\": \"MFB\"\n            },\n            {\n                \"bankCode\": \"518150064\",\n                \"bankName\": \"YOBE MICROFINANCE BANK\",\n                \"bankAccronym\": null,\n                \"type\": \"MFB\"\n            },\n            {\n                \"bankCode\": \"057\",\n                \"bankName\": \"ZENITH BANK PLC\",\n                \"bankAccronym\": \"ZENITH\",\n                \"type\": \"DMB\"\n            }\n        ]\n    }\n}"}],"_postman_id":"f3b80793-7107-423c-b572-cb84fb5be8c5"}],"id":"976dc574-93c9-4b62-b27f-dc0e5a8777bf","_postman_id":"976dc574-93c9-4b62-b27f-dc0e5a8777bf","description":""},{"name":"Appendix","item":[{"name":"Response Codes","item":[],"id":"3caf708c-741d-4c00-8589-282cf8d71f1a","description":"<p>Find in the table below the possible response codes usually formatted as <code>status</code> and their respective descriptions. They follow the <code>8583 standards</code>.</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Code</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>00</td>\n<td>Approved or completed successfully</td>\n</tr>\n<tr>\n<td>01</td>\n<td>Status unknown, please wait for settlement report</td>\n</tr>\n<tr>\n<td>07</td>\n<td>Invalid Account</td>\n</tr>\n<tr>\n<td>09</td>\n<td>Request processing in progress</td>\n</tr>\n<tr>\n<td>12</td>\n<td>Invalid transaction</td>\n</tr>\n<tr>\n<td>16</td>\n<td>Unknown Bank Code</td>\n</tr>\n<tr>\n<td>21</td>\n<td>No action is taken</td>\n</tr>\n<tr>\n<td>52</td>\n<td>Insufficient funds</td>\n</tr>\n<tr>\n<td>61</td>\n<td>Transfer limit Exceeded</td>\n</tr>\n<tr>\n<td>69</td>\n<td>Unsuccessful Account/Amount block</td>\n</tr>\n<tr>\n<td>70</td>\n<td>Unsuccessful Account/Amount unblock</td>\n</tr>\n<tr>\n<td>94</td>\n<td>Duplicate transaction</td>\n</tr>\n<tr>\n<td>96</td>\n<td>System malfunction</td>\n</tr>\n<tr>\n<td>97</td>\n<td>Timeout waiting for a response from destination</td>\n</tr>\n<tr>\n<td>98</td>\n<td>Account already exists</td>\n</tr>\n<tr>\n<td>99</td>\n<td>Invalid Source Account</td>\n</tr>\n<tr>\n<td>100</td>\n<td>Invalid Beneficiary Account</td>\n</tr>\n<tr>\n<td>101</td>\n<td>Unsuccessful Source Account/Amount block</td>\n</tr>\n<tr>\n<td>102</td>\n<td>Unsuccessful Source Account/Amount block</td>\n</tr>\n<tr>\n<td>103</td>\n<td>Debit ok</td>\n</tr>\n</tbody>\n</table>\n</div>","_postman_id":"3caf708c-741d-4c00-8589-282cf8d71f1a"},{"name":"Bank Codes","item":[],"id":"90a216d3-75fc-4065-b6f4-baaebc1ac4ac","description":"<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>bankCode</th>\n<th>bankName</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>000</td>\n<td>CENTRAL BANK OF NIGERIA</td>\n</tr>\n<tr>\n<td>011</td>\n<td>FIRST BANK OF NIGERIA PLC</td>\n</tr>\n<tr>\n<td>014</td>\n<td>MAINSTREET BANK</td>\n</tr>\n<tr>\n<td>023</td>\n<td>NIGERIA INTERNATIONAL BANK (CITIBANK)</td>\n</tr>\n<tr>\n<td>030</td>\n<td>BANK PLC</td>\n</tr>\n<tr>\n<td>032</td>\n<td>UNION BANK OF NIGERIA PLC</td>\n</tr>\n<tr>\n<td>033</td>\n<td>UBA PLC</td>\n</tr>\n<tr>\n<td>035</td>\n<td>WEMA BANK PLC</td>\n</tr>\n<tr>\n<td>039</td>\n<td>STANBIC IBTC BANK PLC</td>\n</tr>\n<tr>\n<td>040</td>\n<td>EQUITORIAL TRUST BANK PLC</td>\n</tr>\n<tr>\n<td>044</td>\n<td>ACCESS BANK PLC</td>\n</tr>\n<tr>\n<td>050</td>\n<td>ECOBANK NIGERIA PLC</td>\n</tr>\n<tr>\n<td>056</td>\n<td>OCEANIC BANK INTERNATIONAL PLC</td>\n</tr>\n<tr>\n<td>057</td>\n<td>ZENITH BANK PLC</td>\n</tr>\n<tr>\n<td>058</td>\n<td>GUARANTY TRUST BANK</td>\n</tr>\n<tr>\n<td>063</td>\n<td>DIAMOND BANK PLC</td>\n</tr>\n<tr>\n<td>068</td>\n<td>STANDARD CHARTERED BANK NIGERIA LTD</td>\n</tr>\n<tr>\n<td>069</td>\n<td>INTERCONTINENTAL BANK PLC</td>\n</tr>\n<tr>\n<td>070</td>\n<td>FIDELITY BANK PLC</td>\n</tr>\n<tr>\n<td>076</td>\n<td>SKYE BANK PLC</td>\n</tr>\n<tr>\n<td>082</td>\n<td>BANK PHB</td>\n</tr>\n<tr>\n<td>084</td>\n<td>ENTERPRISE BANK</td>\n</tr>\n<tr>\n<td>085</td>\n<td>FINBANK PLC</td>\n</tr>\n<tr>\n<td>101</td>\n<td>PROVIDUS BANK</td>\n</tr>\n<tr>\n<td>214</td>\n<td>FIRST CITY MONUMENT BANK PLC</td>\n</tr>\n<tr>\n<td>215</td>\n<td>UNITY BANK PLC</td>\n</tr>\n<tr>\n<td>232</td>\n<td>STERLING BANK PLC</td>\n</tr>\n<tr>\n<td>301</td>\n<td>JAIZ BANK</td>\n</tr>\n<tr>\n<td>459</td>\n<td>CORONATION MERCHANT BANK LIMITED</td>\n</tr>\n<tr>\n<td>480</td>\n<td>JUBILEE BANK</td>\n</tr>\n<tr>\n<td>580</td>\n<td>JUBILEE BANK2</td>\n</tr>\n<tr>\n<td>999</td>\n<td>OFFLINE BANK</td>\n</tr>\n<tr>\n<td>510120013</td>\n<td>KANO MICROFINANCE BANKS</td>\n</tr>\n<tr>\n<td>511080016</td>\n<td>ESO SAVINGS LOANS PLC</td>\n</tr>\n<tr>\n<td>511080026</td>\n<td>ASO SAVINGS AND LOANS</td>\n</tr>\n<tr>\n<td>511080036</td>\n<td>NATIONAL HOUSING FUND</td>\n</tr>\n<tr>\n<td>511080106</td>\n<td>GAA-AKANBI MICRO FINANCE BANK</td>\n</tr>\n<tr>\n<td>512170012</td>\n<td>CLASSIC MICROFINANCE BANK</td>\n</tr>\n<tr>\n<td>512170022</td>\n<td>SOLID ROCK MFB OKE ONA ABEOKUTA</td>\n</tr>\n<tr>\n<td>512170032</td>\n<td>LAVENDER MICROFINANCE BANK LTD</td>\n</tr>\n<tr>\n<td>512170042</td>\n<td>EBIGI MICROFINANCE BANK</td>\n</tr>\n<tr>\n<td>512170052</td>\n<td>EFOTAMODI/OGUNOLA MICROFINANCE BANK</td>\n</tr>\n<tr>\n<td>512170062</td>\n<td>EIYEPE MICROFINANCE BANK</td>\n</tr>\n<tr>\n<td>512170072</td>\n<td>EJOSE MICROFINANCE BANK LTD</td>\n</tr>\n<tr>\n<td>512170082</td>\n<td>EMAZING GRACE MICROFINANCE BANK</td>\n</tr>\n<tr>\n<td>512170092</td>\n<td>CATLAND MICROFINANCE BANK LTD</td>\n</tr>\n<tr>\n<td>512170102</td>\n<td>OGUN STATE MICROFINANCE BANKS</td>\n</tr>\n<tr>\n<td>512170112</td>\n<td>UKUOMBE MICROFINANCE BANK LTD</td>\n</tr>\n<tr>\n<td>512170122</td>\n<td>URUWON MICROFINANCE BANK</td>\n</tr>\n<tr>\n<td>512170132</td>\n<td>USO-E MICROFINANCE BANK</td>\n</tr>\n<tr>\n<td>512170142</td>\n<td>EPPLE MICROFINANCE BANK</td>\n</tr>\n<tr>\n<td>512170152</td>\n<td>OFONYIN MICROFINANCE BANK</td>\n</tr>\n<tr>\n<td>512170162</td>\n<td>OMODI-IMOSAN MICROFINANCE BANK LTD</td>\n</tr>\n<tr>\n<td>512170172</td>\n<td>OJEBU-IFE COMMUNITY BANK NIG. LTD</td>\n</tr>\n<tr>\n<td>512170182</td>\n<td>OJEBU-IMUSIN MICROFINANCE BANK LTD</td>\n</tr>\n<tr>\n<td>512170192</td>\n<td>OKENNE MICROFINANCE BANK LTD</td>\n</tr>\n<tr>\n<td>512170202</td>\n<td>OGUN STATE MICROFINANCE BANKS</td>\n</tr>\n<tr>\n<td>512170212</td>\n<td>OLISAN MICROFINANCE BANK LTD</td>\n</tr>\n<tr>\n<td>512170222</td>\n<td>OMOWO MICROFINANCE BANK NIG LTD</td>\n</tr>\n<tr>\n<td>512170232</td>\n<td>ONTERLAND MICROFINANCE BANK</td>\n</tr>\n<tr>\n<td>512170242</td>\n<td>OPERU MICROFINANCE BANK LTD</td>\n</tr>\n<tr>\n<td>512170252</td>\n<td>OTELE MICROFINANCE BANK LTD</td>\n</tr>\n<tr>\n<td>512170262</td>\n<td>OGUN STATE MICROFINANCE BANKS</td>\n</tr>\n<tr>\n<td>512170272</td>\n<td>OGUN STATE MICROFINANCE BANKS</td>\n</tr>\n<tr>\n<td>512170282</td>\n<td>OGUN STATE MICROFINANCE BANKS</td>\n</tr>\n<tr>\n<td>512170292</td>\n<td>MALPOLY MICROFINANCE BANK</td>\n</tr>\n<tr>\n<td>512170302</td>\n<td>MOLUSI MICROFINANCE BANK LTD</td>\n</tr>\n<tr>\n<td>512170312</td>\n<td>NEW IMAGE MFB EGBA ODEDA</td>\n</tr>\n<tr>\n<td>512170322</td>\n<td>COMBINED BENEFITS MICROFINANCE BANK</td>\n</tr>\n<tr>\n<td>512170332</td>\n<td>OGUN STATE MICROFINANCE BANKS</td>\n</tr>\n<tr>\n<td>512170342</td>\n<td>AMU COMMUNITY BANK LTD</td>\n</tr>\n<tr>\n<td>512170352</td>\n<td>ARISUN MFB</td>\n</tr>\n<tr>\n<td>512170362</td>\n<td>RIVERSIDE MICROFINANCE BANK LTD</td>\n</tr>\n<tr>\n<td>512170372</td>\n<td>SAGAM MICROFINANCE BANK</td>\n</tr>\n<tr>\n<td>512170382</td>\n<td>TRUST MFB EGBA OWODE ABEOKUTA</td>\n</tr>\n<tr>\n<td>512170392</td>\n<td>OGUN STATE MICROFINANCE BANKS</td>\n</tr>\n<tr>\n<td>512170402</td>\n<td>ACON SUCCESS MICROFINANCE BANK LTD</td>\n</tr>\n<tr>\n<td>512170412</td>\n<td>UNAAB MICROFINANCE BANK</td>\n</tr>\n<tr>\n<td>512170422</td>\n<td>WEST-END MICROFINANCE BANK</td>\n</tr>\n<tr>\n<td>512170432</td>\n<td>HONEY MICROFINANCE BANK</td>\n</tr>\n<tr>\n<td>512170442</td>\n<td>EGOSASA MICROFINANCE BANK</td>\n</tr>\n<tr>\n<td>512170452</td>\n<td>ESTRA POLARIS MICROFINANCE BANK LTD</td>\n</tr>\n<tr>\n<td>512170462</td>\n<td>OGUN STATE MICROFINANCE BANKS</td>\n</tr>\n<tr>\n<td>512170472</td>\n<td>OGUN STATE MICROFINANCE BANKS</td>\n</tr>\n<tr>\n<td>512170492</td>\n<td>STAR MICROFINANCE BANK</td>\n</tr>\n<tr>\n<td>512170502</td>\n<td>CENTAGE SAVINGS AND LOANS</td>\n</tr>\n<tr>\n<td>512170522</td>\n<td>OGUN STATE MICROFINANCE BANKS</td>\n</tr>\n<tr>\n<td>512170542</td>\n<td>GATEWAY SAVINGS AND LOANS LTD</td>\n</tr>\n<tr>\n<td>512170552</td>\n<td>NACRDB ABIGI</td>\n</tr>\n<tr>\n<td>512170562</td>\n<td>NACRDB AYETORO</td>\n</tr>\n<tr>\n<td>512170572</td>\n<td>NACRDB IMEKO</td>\n</tr>\n<tr>\n<td>512170582</td>\n<td>NACRDB ABEOKUTA</td>\n</tr>\n<tr>\n<td>512170592</td>\n<td>OGUN STATE MICROFINANCE BANKS</td>\n</tr>\n<tr>\n<td>512170602</td>\n<td>NACRDB OTA</td>\n</tr>\n<tr>\n<td>512170612</td>\n<td>NACRDB ODEDA ABEOKUTA</td>\n</tr>\n<tr>\n<td>512170622</td>\n<td>NACRDB AGO-IWOYE</td>\n</tr>\n<tr>\n<td>512170632</td>\n<td>NACRDB SAGAM</td>\n</tr>\n<tr>\n<td>512170652</td>\n<td>ONTEGRATED MICROFINANCE BANK</td>\n</tr>\n<tr>\n<td>512170662</td>\n<td>OROLU MIRCOFINANCE BANK LTD</td>\n</tr>\n<tr>\n<td>513210013</td>\n<td>RIVERS MICROFINANCE BANKS</td>\n</tr>\n<tr>\n<td>514040013</td>\n<td>EDO MICROFINANCE BANKS</td>\n</tr>\n<tr>\n<td>515150013</td>\n<td>LAGOS BUILDING INVESTMENT CO.LTD</td>\n</tr>\n<tr>\n<td>515150023</td>\n<td>SKYE MORTGAGE</td>\n</tr>\n<tr>\n<td>515150033</td>\n<td>UNION HOMES SAVINGS AND LOANS PLC</td>\n</tr>\n<tr>\n<td>515150043</td>\n<td>NIGERIA POLICE FORCE</td>\n</tr>\n<tr>\n<td>515150053</td>\n<td>NIGERIA POLICE FORCE</td>\n</tr>\n<tr>\n<td>515150063</td>\n<td>LAGOS MICROFINANCE BANKS</td>\n</tr>\n<tr>\n<td>515150073</td>\n<td>SPECSMFB</td>\n</tr>\n<tr>\n<td>516290013</td>\n<td>OSUN MICROFINANCE BANKS</td>\n</tr>\n<tr>\n<td>516290023</td>\n<td>AAU MICRO-FINANCE BANK</td>\n</tr>\n<tr>\n<td>517150014</td>\n<td>ARITA BASHORUN MICROFINANCE BANK</td>\n</tr>\n<tr>\n<td>517150024</td>\n<td>MULTIVEST MICROFINANCE BANK</td>\n</tr>\n<tr>\n<td>517150034</td>\n<td>OGBOORA MFB</td>\n</tr>\n<tr>\n<td>517150044</td>\n<td>PACESETTERS MICROFINANCE BANK</td>\n</tr>\n<tr>\n<td>517150054</td>\n<td>CIVIC MICROFINANCE BANK</td>\n</tr>\n<tr>\n<td>517150064</td>\n<td>ALOGBON MFB</td>\n</tr>\n<tr>\n<td>517150074</td>\n<td>CREST MFB</td>\n</tr>\n<tr>\n<td>517150084</td>\n<td>EYETE MFB</td>\n</tr>\n<tr>\n<td>517150094</td>\n<td>EKESAN MFB</td>\n</tr>\n<tr>\n<td>518150014</td>\n<td>YOBE SAVINGS &amp; LOANS LIMITED</td>\n</tr>\n<tr>\n<td>518150024</td>\n<td>NIG AGRIC COOP &amp; RURAL DEV BANK LTD</td>\n</tr>\n<tr>\n<td>518150034</td>\n<td>YOBE MICROFINANCE BANK</td>\n</tr>\n<tr>\n<td>518150044</td>\n<td>YOBE MICROFINANCE BANK</td>\n</tr>\n<tr>\n<td>518150054</td>\n<td>YOBE MICROFINANCE BANK</td>\n</tr>\n<tr>\n<td>518150064</td>\n<td>YOBE MICROFINANCE BANK</td>\n</tr>\n<tr>\n<td>519290019</td>\n<td>ZION MFB</td>\n</tr>\n<tr>\n<td>520150010</td>\n<td>AURS MICRO FINANCE BANK</td>\n</tr>\n<tr>\n<td>520150020</td>\n<td>KWARA STATE MICROFINANCE BANKS</td>\n</tr>\n<tr>\n<td>520150030</td>\n<td>KWARA STATE MICROFINANCE BANKS</td>\n</tr>\n<tr>\n<td>520150040</td>\n<td>KWARA STATE MICROFINANCE BANKS</td>\n</tr>\n<tr>\n<td>520150050</td>\n<td>KWARA STATE MICROFINANCE BANKS</td>\n</tr>\n<tr>\n<td>520150060</td>\n<td>KWARA STATE MICROFINANCE BANKS</td>\n</tr>\n<tr>\n<td>520150070</td>\n<td>KWARA STATE MICROFINANCE BANKS</td>\n</tr>\n<tr>\n<td>520150080</td>\n<td>KWARA STATE MICROFINANCE BANKS</td>\n</tr>\n<tr>\n<td>520150090</td>\n<td>KWARA STATE MICROFINANCE BANKS</td>\n</tr>\n<tr>\n<td>520150100</td>\n<td>KWARA STATE MICROFINANCE BANKS</td>\n</tr>\n<tr>\n<td>520150110</td>\n<td>KWARA STATE MICROFINANCE BANKS</td>\n</tr>\n<tr>\n<td>520150120</td>\n<td>KWARA STATE MICROFINANCE BANKS</td>\n</tr>\n<tr>\n<td>520150130</td>\n<td>KWARA STATE MICROFINANCE BANKS</td>\n</tr>\n<tr>\n<td>520150140</td>\n<td>KWARA STATE MICROFINANCE BANKS</td>\n</tr>\n<tr>\n<td>520150150</td>\n<td>KWARA STATE MICROFINANCE BANKS</td>\n</tr>\n<tr>\n<td>520150160</td>\n<td>KWARA STATE MICROFINANCE BANKS</td>\n</tr>\n<tr>\n<td>520150170</td>\n<td>KWARA STATE MICROFINANCE BANKS</td>\n</tr>\n<tr>\n<td>520150180</td>\n<td>KWARA STATE MICROFINANCE BANKS</td>\n</tr>\n<tr>\n<td>521150010</td>\n<td>OKOLE MICROFINANCE BANK</td>\n</tr>\n<tr>\n<td>521150020</td>\n<td>SUNBEAM MICROFINANCE BANK LTD</td>\n</tr>\n<tr>\n<td>521150030</td>\n<td>ERAMOKO MFB LIMITED</td>\n</tr>\n<tr>\n<td>522150010</td>\n<td>JIGAWA SAVINGS &amp; LOANS LTD</td>\n</tr>\n<tr>\n<td>580000010</td>\n<td>JUBILEE LIFE MORTGAGE BANK</td>\n</tr>\n<tr>\n<td>590000001</td>\n<td>POCKET MONEY</td>\n</tr>\n</tbody>\n</table>\n</div>","_postman_id":"90a216d3-75fc-4065-b6f4-baaebc1ac4ac"}],"id":"1b9145b2-1def-4252-ad31-267c1720658a","_postman_id":"1b9145b2-1def-4252-ad31-267c1720658a","description":""}],"event":[{"listen":"prerequest","script":{"id":"9b099074-7003-4d0f-ab09-e73ae86bdf9d","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"7cab2f78-5515-476c-a279-de8a26ebfcb8","type":"text/javascript","exec":[""]}}]}