{"info":{"_postman_id":"3ffb3647-605f-4c69-b383-5ed725f9bd9f","name":"PaywithAccount - Built on OnePipe","description":"<html><head></head><body><p>OnePipe supports <em>direct-from-account</em> payments. This enables money to be <em>pulled</em> from customer bank accounts into your business account. Either as a one-time transaction, or on a recurring basis. We built <a href=\"https://paywithaccount.com\">paywithaccount.com</a> as a use case on OnePipe to drive this specific scenario.</p>\n<p>[ <a href=\"https://www.youtube.com/watch?v=-VND79PZuXQ\">explainer video</a> | <a href=\"https://www.paywithtransfer.com/developers/\">product website </a> | <a href=\"https://paywithaccount.com/sandbox\">sandbox postman collection</a> ]</p>\n<h2 id=\"customers-can-link-their-bank-accounts-to-your-platform\">Customers can link their bank accounts to your platform</h2>\n<img src=\"https://content.pstmn.io/5e41ce1b-52ee-43db-a297-10d3054b3451/bGluay1hY2NvdW50LnBuZw==\">\n\n<h2 id=\"you-can-take-payments-from-linked-accounts\">You can take payments from linked accounts</h2>\n<img src=\"https://content.pstmn.io/7499d453-783f-4817-9acc-8423e1e2f8fd/Y29sbGVjdC1mcm9tLWFjY291bnQucG5n\">\n\n<ol>\n<li><p>Request a customer's consent to link their account to your service</p>\n</li>\n<li><p>Wait a bit for their consent and bank approval to be processed</p>\n</li>\n<li><p>You'd get a notification on your webhook once #2 has happened</p>\n</li>\n<li><p>Then, you can request payments off those accounts at any time</p>\n</li>\n<li><p>You can also call the <a href=\"#f84d06cd-9c00-4006-bbd7-3ef449346b95\">scheduler </a> at any time to setup recurring payments</p>\n</li>\n<li><p>Listen for notifications informing you of successful or failed transactions</p>\n</li>\n<li><p>Fulfil the customer's service request based on #6</p>\n</li>\n</ol>\n<hr>\n<h4 id=\"take-a-look-at-whats-possible\">Take a look at what's possible</h4>\n<blockquote>\n<p>Want to see an ideal embedded payments integration that combines virtual accounts with 1-click direct-from-account payments? Play with <a href=\"http://demo.paywithaccount.com\">this demo</a> and see what happens after you register. You can embed an experience just like that </p>\n</blockquote>\n<hr>\n<blockquote>\n<p><strong>To get started:</strong> <a href=\"https://app.paywithaccount.com/sign-up\">Sign up, </a> and after compliance checks and approval, request API access. You can also be provided with a prepared postman collection that you can just import and use if you don't want to construct your collection yourself using the information provided. </p>\n</blockquote>\n<h1 id=\"getting-started\">Getting started</h1>\n<p>Here are the preliminary steps before you can use PaywithAccount via APIs</p>\n<ol>\n<li><p>Sign up on PaywithAccount [<a href=\"https://paywithaccount.com/guide/?q=How%20to%20request%20API%20access\">guide</a>]</p>\n</li>\n<li><p>Request API access [<a href=\"https://paywithaccount.com/guide/?q=How%20to%20request%20API%20access\">guide</a>]</p>\n</li>\n<li><p>Once approved, you will receive 2 emails:</p>\n<ol>\n<li><p>That contains the postman collection</p>\n</li>\n<li><p>Another with a link to set up your password. After setting your password, log in and retrieve your credentials.</p>\n</li>\n</ol>\n</li>\n</ol>\n<h1 id=\"general-information\"><strong>General Information</strong></h1>\n<p>All requests to the API are made through a single base URL:</p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code>https://api.onepipe.io\n\n</code></pre><p>There are no separate URLs for sandbox and production. Instead, the environment is controlled by the <strong><code>mock_mode</code></strong> field in the request payload.</p>\n<h3 id=\"mock-mode\">Mock mode</h3>\n<ul>\n<li><p><strong><code>mock_mode = inspect</code></strong> <strong>→</strong> Sandbox Mode</p>\n<ul>\n<li><p>Requests are processed in test mode.</p>\n</li>\n<li><p>You receive mock responses that simulate the expected behavior of the endpoint.</p>\n</li>\n<li><p>Recommended for development and early-stage integration testing.</p>\n</li>\n</ul>\n</li>\n<li><p><strong><code>mock_mode = live</code></strong> <strong>→</strong> Production Mode</p>\n<ul>\n<li><p>Requests are processed in live mode.</p>\n</li>\n<li><p>You receive real-time responses based on actual inputs and live transaction flows.</p>\n</li>\n<li><p>Use this mode only after successful sandbox testing.</p>\n</li>\n</ul>\n</li>\n</ul>\n<h2 id=\"access-to-live-mode-during-integration\">Access to Live Mode During Integration</h2>\n<p>During the integration phase, you will be provided with limited access to the <code>mock_mode = live</code> setting.</p>\n<ul>\n<li><p>This allows you to preview real-time responses and perform end-to-end testing of your workflows.</p>\n</li>\n<li><p>Access is controlled and monitored to ensure stability and compliance.</p>\n</li>\n<li><p>Full unrestricted access to production (<code>mockmode = live</code>) is granted only after your integration is fully tested and approved.</p>\n</li>\n</ul>\n<h1 id=\"headers\">Headers</h1>\n<p>Every API call must include specific headers for authentication, security, and proper request handling. Below is a breakdown of the required headers and their purposes:</p>\n<ol>\n<li><strong>Content-Type</strong></li>\n</ol>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code>Content-Type: application/json\n\n</code></pre><ul>\n<li><p>Informs the server that the body of the request is in JSON format</p>\n</li>\n<li><p>Required for all request</p>\n</li>\n</ul>\n<p><strong>2. Authorization</strong></p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code>Authorization: Bearer {api_key}\n\n</code></pre><ul>\n<li><p>This header contains the API key assign to you</p>\n</li>\n<li><p>It authenticates the request and confirms that the call is made by an authorized client</p>\n</li>\n<li><p>Format: <code>Bearer {{your_api_key}}</code></p>\n</li>\n</ul>\n<p><strong><code>3.</code></strong> <strong>Signature</strong></p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code>Signature: {{MD5Hash(request_ref;client_secret)}}\n\n</code></pre><ul>\n<li><p>Ensures integrity and security of the request.</p>\n</li>\n<li><p>Generated using an MD5 hash function</p>\n</li>\n<li><p>To compute the signature:</p>\n<ul>\n<li><p>Concatenate the <code>request_ref</code> (a unique reference for every API call) and your <code>client_secret</code> separated by a semi colon <code>(;)</code>.</p>\n</li>\n<li><p>Apply the MD5 hashing function to the concatenated string.</p>\n</li>\n</ul>\n</li>\n<li><p>This hashed value is then sent as the <code>Signature</code> header.</p>\n</li>\n<li><p>Purpose:</p>\n<ul>\n<li><p>To verify that the request originates from a trusted source.</p>\n</li>\n<li><p>Serves as a second layer of security by “signing” the request.</p>\n</li>\n</ul>\n</li>\n</ul>\n<p><strong>Example Header format</strong><br>Your complete header for evey single call will look like</p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code>Content-Type:application/json\nAuthorization:Bearer {{api_key}}\nSignature:{{MD5Hash(request_ref;client_secret)}}\n\n</code></pre><h2 id=\"notes\">Notes</h2>\n<ul>\n<li><p><strong>request_ref</strong>: A unique identifier generated for every API call. No two requests should have the same reference.</p>\n</li>\n<li><p>The server validates the <code>Signature</code> by regenerating the hash internally and comparing it with the one provided.</p>\n</li>\n<li><p>If the values do not match, the request will be rejected.</p>\n</li>\n</ul>\n<h1 id=\"request-payload-structure\">Request Payload Structure</h1>\n<p>Every API request uses a common payload structure. This ensures consistency across services and reduces integration effort. The payload is divided into standard objects, each serving a specific purpose.</p>\n<h5 id=\"top-level-fields\"><strong>Top Level Fields</strong></h5>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Field</strong></th>\n<th><strong>Type</strong></th>\n<th><strong>Requirement</strong></th>\n<th><strong>Description</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>request_ref</td>\n<td>String</td>\n<td>Yes</td>\n<td>Unique reference ID for this API call. Must be unique for every request.</td>\n</tr>\n<tr>\n<td>request_type</td>\n<td>String</td>\n<td>Yes</td>\n<td>Defines the type of request. For mandate checks, use Get Accounts Max.</td>\n</tr>\n<tr>\n<td>auth</td>\n<td>Object</td>\n<td>Yes</td>\n<td>Contains authentication information (provider, type, secure value).</td>\n</tr>\n<tr>\n<td>transaction</td>\n<td>Object</td>\n<td>Yes</td>\n<td>Holds transaction-specific details like reference, amount, customer info.</td>\n</tr>\n</tbody>\n</table>\n</div><h5 id=\"auth-object\">Auth Object</h5>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Field</strong></th>\n<th><strong>Type</strong></th>\n<th><strong>Requirement</strong></th>\n<th><strong>Descriptional</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>type</td>\n<td>String/null</td>\n<td>No</td>\n<td>Authentication type other service. For mandate check,get_bank, may be null.</td>\n</tr>\n<tr>\n<td>secure</td>\n<td>String/null</td>\n<td>No</td>\n<td>Encrypted authentication value. May be null if not applicable.</td>\n</tr>\n<tr>\n<td>auth_provider</td>\n<td>String</td>\n<td>Yes</td>\n<td>Identifies the authentication provider. Use <code>PaywithAccount</code>.</td>\n</tr>\n</tbody>\n</table>\n</div><h4 id=\"type\"><strong>Type</strong></h4>\n<p>This defines the authentication type and varies depending on the service being called.</p>\n<ul>\n<li><p>For get banks service → the value is <code>null</code>.</p>\n</li>\n<li><p>For mandate creation → the value is <code>\"bank.account\"</code>, because a mandate is being placed on a specific account.</p>\n</li>\n</ul>\n<h4 id=\"secure\"><strong>Secure</strong></h4>\n<p>If type has a value, then secure must also have a value.</p>\n<ul>\n<li>The value is encrypted using TripleDES with your secret key as the encryption key.</li>\n</ul>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code>TripleDES.encrypt(\"{account_number};{cbn_bankcode}\", secretKey)\n\n</code></pre><h4 id=\"the-auth-object\"><strong>The Auth Object</strong></h4>\n<p>Using the formula, the full object looks like this:</p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code>\"type\": \"bank.account\",\n\"secure\": TripleDES.encrypt(\"{account_number};{cbn_bankcode}\", secretKey),\n\"auth_provider\": \"paywithaccount\"\n\n</code></pre><h4 id=\"sample-encryption-in-java\">Sample encryption in Java</h4>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code>MessageDigest md = MessageDigest.getInstance(\"md5\");\nbyte[] digestOfPassword = md.digest(key.getBytes(\"UTF-16LE\"));\nbyte[] keyBytes = Arrays.copyOf(digestOfPassword, 24);\nfor (int j = 0, k = 16; j &lt; 8;) {\n    keyBytes[k++] = keyBytes[j++];\n}\nSecretKey secretKey = new SecretKeySpec(keyBytes, 0, 24, \"DESede\");\nIvParameterSpec iv = new IvParameterSpec(new byte[8]);\nCipher cipher = Cipher.getInstance(\"DESede/CBC/PKCS5Padding\");\ncipher.init(Cipher.ENCRYPT_MODE, secretKey, iv);\nbyte[] plainTextBytes = toBeEncrypted.getBytes(\"UTF-16LE\");\nbyte[] cipherText = cipher.doFinal(plainTextBytes);\nString output = new String(Base64.encodeBase64(cipherText));\nreturn output;\n\n</code></pre><h4 id=\"sample-encryption-in-c-sharp\">Sample encryption in C-Sharp</h4>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code>string encryptedText = \"\";\nMD5 md5 = new MD5CryptoServiceProvider();\nTripleDES des = new TripleDESCryptoServiceProvider();\ndes.KeySize = 128;\ndes.Mode = CipherMode.CBC;\ndes.Padding = PaddingMode.PKCS7;\nbyte[] md5Bytes = md5.ComputeHash(Encoding.Unicode.GetBytes(key));\nbyte[] ivBytes = new byte[8];\ndes.Key = md5Bytes;\ndes.IV = ivBytes;\nbyte[] clearBytes = Encoding.Unicode.GetBytes(TextToEncrypt);\nICryptoTransform ct = des.CreateEncryptor();\nusing (MemoryStream ms = new MemoryStream())\n{\n    using (CryptoStream cs = new CryptoStream(ms, des.CreateEncryptor(), CryptoStreamMode.Write))\n    {\n        cs.Write(clearBytes, 0, clearBytes.Length);\n        cs.Close();\n    }\n    encryptedText = Convert.ToBase64String(ms.ToArray());\n}\nreturn encryptedText;\n\n</code></pre><h4 id=\"sample-encryption-in-php\">Sample encryption in PHP</h4>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code>function EncryptV2($encryption_key,$data)\n{\n    $source = mb_convert_encoding($encryption_key, 'UTF-16LE', 'UTF-8');\n    $key = md5($source, true);\n    $key .= substr($key, 0, 8);\n     // a 128 bit (16 byte) key\n     // append the first 8 bytes onto the end\n    //Pad for PKCS7\n    $block = mcrypt_get_block_size('tripledes', 'cbc');\n    $len = strlen($data);\n    $padding = $block - ($len % $block);\n    $data .= str_repeat(chr($padding),$padding);\n    $iv =  \"\\0\\0\\0\\0\\0\\0\\0\\0\";\n    $encData = mcrypt_encrypt('tripledes', $key, $data, 'cbc',$iv);\n    echo base64_encode($encData);\n}\n\n</code></pre><h4 id=\"sample-encryption-in-nodejs\">Sample encryption in Node.js</h4>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code>const crypto = require('crypto');\nfunction encrypt(sharedKey, plainText) {\n    const bufferedKey = Buffer.from(sharedKey, 'utf16le');\n    const key = crypto.createHash('md5').update(bufferedKey).digest();\n    const newKey = Buffer.concat([key, key.slice(0, 8)]);\n    const IV = Buffer.alloc(8, '\\0');\n    const cipher = crypto.createCipheriv('des-ede3-cbc', newKey, IV).setAutoPadding(true);\n    return cipher.update(plainText, 'utf8', 'base64') + cipher.final('base64');\n}\n\n</code></pre><h4 id=\"transaction-object\">Transaction Object</h4>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Field</strong></th>\n<th><strong>Type</strong></th>\n<th><strong>Requirement</strong></th>\n<th><strong>Description</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>mock_mode</td>\n<td>String</td>\n<td>Yes</td>\n<td>Defines the simulation mode for testing. Example: \"Inspect\"</td>\n</tr>\n<tr>\n<td>transaction_ref</td>\n<td>String</td>\n<td>Yes</td>\n<td>Unique reference for this transaction. Must be unique for each request.</td>\n</tr>\n<tr>\n<td>transaction_description</td>\n<td>String</td>\n<td>Yes</td>\n<td>Short description of the transaction purpose. Example: \"Check active mandates\"</td>\n</tr>\n<tr>\n<td>transaction_ref_parent</td>\n<td>String/Null</td>\n<td>No</td>\n<td>Optional reference to a parent transaction (for nested or linked transactions).</td>\n</tr>\n<tr>\n<td>amount</td>\n<td>Number</td>\n<td>Yes</td>\n<td>Amount involved in the transaction. Use 0 if the transaction does not involve payment.</td>\n</tr>\n<tr>\n<td>customer</td>\n<td>Object</td>\n<td>Yes</td>\n<td>Contains customer-specific information (see below).</td>\n</tr>\n<tr>\n<td>meta</td>\n<td>Object</td>\n<td>No</td>\n<td>Optional metadata related to the transaction (e.g., biller code, category).</td>\n</tr>\n<tr>\n<td>details</td>\n<td>Object</td>\n<td>No</td>\n<td>Additional transaction-specific details; can be empty if not applicable.</td>\n</tr>\n</tbody>\n</table>\n</div><p><strong>Customer Object</strong></p>\n<p>The <code>customer</code> object stores information to uniquely identify and contact the customer. <strong>Fields are optional depending on the service being called</strong>. If not required, they can be left as empty strings (<code>\"\"</code>)</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Field</strong></th>\n<th><strong>Type</strong></th>\n<th><strong>Requirement</strong></th>\n<th><strong>Description</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>customer_ref</td>\n<td>String</td>\n<td>Yes</td>\n<td>Unique customer identifier. Always advised to use the 13-digit phone number starting with 234. Example: 2348022222222</td>\n</tr>\n<tr>\n<td>firstname</td>\n<td>String</td>\n<td>No</td>\n<td>Customer first name. Can be left as \"\" if not required by the service</td>\n</tr>\n<tr>\n<td>surname</td>\n<td>String</td>\n<td>No</td>\n<td>Customer last name. Can be left as \"\" if not required</td>\n</tr>\n<tr>\n<td>email</td>\n<td>String</td>\n<td>No</td>\n<td>Customer email address. Can be left as \"\" if not required</td>\n</tr>\n<tr>\n<td>mobile_no</td>\n<td>String</td>\n<td>No</td>\n<td>Customer mobile phone number. Can be left as \"\" if not required</td>\n</tr>\n</tbody>\n</table>\n</div><h4 id=\"meta-object\">Meta Object</h4>\n<p>The <code>meta</code> object is <strong>optional</strong> and can contain extra contextual information for the transaction depending on the service.</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Field</strong></th>\n<th><strong>Type</strong></th>\n<th><strong>Requirement</strong></th>\n<th><strong>Description</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>biller_code</td>\n<td>String</td>\n<td>No</td>\n<td>Code identifying the biller or service provider. Example: \"000019\"</td>\n</tr>\n</tbody>\n</table>\n</div><p><strong>Details Object</strong></p>\n<ul>\n<li><p>The <code>details</code> object can contain additional information relevant to the transaction.</p>\n</li>\n<li><p>It can be empty (<code>{}</code>) if no extra details are needed.</p>\n</li>\n</ul>\n<p><code>Doc W.I.P.</code></p>\n</body></html>","schema":"https://schema.getpostman.com/json/collection/v2.0.0/collection.json","toc":[{"content":"Getting started","slug":"getting-started"},{"content":"General Information","slug":"general-information"},{"content":"Headers","slug":"headers"},{"content":"Request Payload Structure","slug":"request-payload-structure"}],"owner":"6358444","collectionId":"3ffb3647-605f-4c69-b383-5ed725f9bd9f","publishedId":"2sB34coNLt","public":true,"customColor":{"top-bar":"FFFFFF","right-sidebar":"303030","highlight":"008CB5"},"publishDate":"2025-07-06T08:12:28.000Z"},"item":[{"name":"Standard","item":[{"name":"1. Get customer mandates","id":"e2e5ff58-13de-475a-bd94-f9e4baa82cb4","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Authorization","value":"Bearer hSk84fnb2GeOVZ4JbUcu_ca608e4d33b2408e90b3a97157b581d7","type":"text"},{"key":"Signature","value":"3a2b58350e8068507e6b5bff106850a5","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"request_ref\": \"111111111\",\n    \"request_type\": \"Get Accounts Max\",\n    \"auth\": {\n        \"type\": null,\n        \"secure\": null,\n        \"auth_provider\": \"PaywithAccount\"\n    },\n    \"transaction\": {\n        \"mock_mode\": \"Live\",\n        \"transaction_ref\": \"998383938292\",\n        \"transaction_desc\": \"Check active mandates\",\n        \"transaction_ref_parent\": null,\n        \"amount\": 0,\n        \"customer\": {\n            \"customer_ref\": \"2348022222222\",\n            \"firstname\": \"Koko\",\n            \"surname\": \"Below\",\n            \"email\": \"kokobelow@gmail.com\",\n            \"mobile_no\": \"2348022222222\"\n        },\n        \"meta\": {\n              \"biller_code\":\"000019\"\n        },\n        \"details\": {}\n    }\n}","options":{"raw":{"language":"json"}}},"url":"https://api.onepipe.io/v2/transact","description":"<p><strong>Check ACtive Mandate (Get Account Max)</strong></p>\n<p>This service checks whether a customer has any <strong>active mandates</strong> linked to their <code>customer_ref</code>.</p>\n<ul>\n<li><p>The <code>customer_ref</code> is the key identifier used for lookup.</p>\n</li>\n<li><p>It is always advised to be the customer’s <strong>13-digit phone number</strong> starting with <code>234</code> (e.g., <code>2348022221412</code>).</p>\n</li>\n<li><p>Other customer fields (<code>firstname</code>, <code>surname</code>, <code>email</code>, <code>mobile_no</code>) are optional for this service. They may be provided, but can also be left as empty strings (<code>\"\"</code>).</p>\n</li>\n<li><p>Since this service does not involve payments, the <code>amount</code> field is set to <code>0</code>.</p>\n</li>\n</ul>\n","urlObject":{"path":["v2","transact"],"host":["https://api.onepipe.io"],"query":[],"variable":[]}},"response":[{"id":"6a6a36b2-aa45-4817-9faa-d1ff556a9d66","name":"Successful","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer hSk84fnb2GeOVZ4JbUcu_ca608e4d33b2408e90b3a97157b581d7"},{"key":"Signature","value":"3a2b58350e8068507e6b5bff106850a5"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"request_ref\": \"111111111\",\n    \"request_type\": \"Get Accounts Max\",\n    \"auth\": {\n        \"type\": null,\n        \"secure\": null,\n        \"auth_provider\": \"PaywithAccount\"\n    },\n    \"transaction\": {\n        \"mock_mode\": \"Inspect\",\n        \"transaction_ref\": \"998383938292\",\n        \"transaction_desc\": \"Check active mandates\",\n        \"transaction_ref_parent\": null,\n        \"amount\": 0,\n        \"customer\":{\n            \"customer_ref\": \"2348022221412\",\n            \"firstname\": \"Uju\",\n            \"surname\": \"Usmanu\",\n            \"email\": \"ujuusmanu@gmail.com\",\n            \"mobile_no\": \"2348033331412\"\n        },\n        \"meta\": {\n              \"biller_code\":\"000019\"\n        },\n        \"details\": {}\n    }\n}","options":{"raw":{"language":"json"}}},"url":"https://api.onepipe.io/v2/transact"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"content-length","value":"1202"},{"key":"content-type","value":"application/json; charset=utf-8"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": \"Successful\",\n    \"message\": \"Transaction processed successfully\",\n    \"data\": {\n        \"provider_response_code\": \"00\",\n        \"provider\": \"PaywithAccount\",\n        \"errors\": null,\n        \"error\": null,\n        \"provider_response\": {\n            \"accounts\": [\n                {\n                    \"account_number\": \"1742041840\",\n                    \"account_name\": \"OPEYEMI ADEOYE\",\n                    \"bank_name\": \"Polaris Bank\",\n                    \"bank_code\": \"076\",\n                    \"extended_data\": {\n                        \"mandate_status\": \"active\"\n                    }\n                },\n                {\n                    \"account_number\": \"0702216990\",\n                    \"account_name\": \"OPEYEMI ABIDEMI ADEOYE\",\n                    \"bank_name\": \"Access Bank\",\n                    \"bank_code\": \"044\",\n                    \"extended_data\": {\n                        \"mandate_status\": \"active\"\n                    }\n                },\n                {\n                    \"account_number\": \"6234784766\",\n                    \"account_name\": \"ADEOYE OPE\",\n                    \"bank_name\": \"Fidelity Bank\",\n                    \"bank_code\": \"070\",\n                    \"extended_data\": {\n                        \"mandate_status\": \"active\"\n                    }\n                },\n                {\n                    \"account_number\": \"0032623140\",\n                    \"account_name\": \"OPE  ADEOYE\",\n                    \"bank_name\": \"Guaranty Trust Bank\",\n                    \"bank_code\": \"058\",\n                    \"extended_data\": {\n                        \"mandate_status\": \"active\"\n                    }\n                }\n            ],\n            \"reference\": \"94968394264848\",\n            \"meta\": {\n                \"records\": 4,\n                \"page\": 1,\n                \"pages\": 1,\n                \"page_size\": 1000000000\n            }\n        },\n        \"client_info\": {\n            \"name\": null,\n            \"id\": null,\n            \"bank_cbn_code\": null,\n            \"bank_name\": null,\n            \"console_url\": null,\n            \"js_background_image\": null,\n            \"css_url\": null,\n            \"logo_url\": null,\n            \"footer_text\": null,\n            \"show_options_icon\": false,\n            \"paginate\": false,\n            \"paginate_count\": 0,\n            \"options\": null,\n            \"merchant\": null,\n            \"colors\": null,\n            \"meta\": null\n        }\n    }\n}"}],"_postman_id":"e2e5ff58-13de-475a-bd94-f9e4baa82cb4"},{"name":"2. Request payment - single","id":"38112ad3-b620-41a3-9f49-213ce5496973","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Authorization","value":"Bearer hSk84fnb2GeOVZ4JbUcu_ca608e4d33b2408e90b3a97157b581d7","type":"text"},{"key":"Signature","value":"3a2b58350e8068507e6b5bff106850a5","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"request_ref\": \"111111111\",\n    \"request_type\": \"send invoice\",\n    \"auth\": {\n       \"type\": null,\n        \"secure\": null,\n        \"auth_provider\": \"PaywithAccount\"\n    },\n    \"transaction\": {\n        \"mock_mode\": \"Live\",\n        \"transaction_ref\": \"998383938292\",\n        \"transaction_desc\": \"Payment for invoicing service\",\n        \"transaction_ref_parent\": null,\n        \"amount\": 12200,\n        \"customer\": {\n            \"customer_ref\": \"2348022222222\",\n            \"firstname\": \"Koko\",\n            \"surname\": \"Below\",\n            \"email\": \"kokobelow@gmail.com\",\n            \"mobile_no\": \"2348022222222\"\n        },\n        \"meta\": {\n            \"type\":\"single_payment\",\n            \"expires_in\": 30, //minutes\n            \"skip_messaging\": false,\n            \"biller_code\" : \"000019\"\n        },\n        \"details\": {}\n    }\n}","options":{"raw":{"language":"json"}}},"url":"https://api.onepipe.io/v2/transact","description":"<p><strong>Send Invoice PWT</strong></p>\n<p>The Send Invoice service generates a virtual account for a single payment collection. This account can then be shared with the customer for settlement.</p>\n<ul>\n<li><p>The <code>type</code> and <code>secure</code> fields in the <code>auth</code> object are set to <strong>null</strong> since this service allows transfers from any bank.</p>\n</li>\n<li><p>Other customer fields (<code>firstname</code>, <code>surname</code>) are optional for this service. They may be provided, but can also be left as empty strings (<code>\"\"</code>)</p>\n</li>\n<li><p>The <code>meta.type</code> field must be <code>\"single_payment\"</code>, which indicates this is a one-time virtual account.</p>\n</li>\n<li><p>An <code>expires_in</code> value must be specified (in minutes) to determine how long the virtual account remains active.</p>\n</li>\n<li><p>The <code>skip_messaging</code> field is a boolean that controls whether the system sends payment details to the customer via WhatsApp, email, or SMS:</p>\n<ul>\n<li><p><code>false</code> → Notifications will be sent.</p>\n</li>\n<li><p><code>true</code> → No notifications will be sent.</p>\n</li>\n</ul>\n</li>\n</ul>\n","urlObject":{"path":["v2","transact"],"host":["https://api.onepipe.io"],"query":[],"variable":[]}},"response":[{"id":"1dacf191-a254-4d1c-a355-b5cf224b7117","name":"Successful - PWT","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer hSk84fnb2GeOVZ4JbUcu_ca608e4d33b2408e90b3a97157b581d7"},{"key":"Signature","value":"3a2b58350e8068507e6b5bff106850a5"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"\n{\n    \"request_ref\": \"111111111\",\n    \"request_type\": \"send invoice\",\n    \"auth\": {\n       \"type\": null,\n        \"secure\": null,\n        \"auth_provider\": \"PaywithAccount\"\n    },\n    \"transaction\": {\n        \"mock_mode\": \"Live\",\n        \"transaction_ref\": \"998383938292\",\n        \"transaction_desc\": \"collect a payment\",\n        \"transaction_ref_parent\": null,\n        \"amount\": 12200,\n        \"customer\": {\n            \"customer_ref\": \"2348022221412\",\n            \"firstname\": \"Ope\",\n            \"surname\": \"Adeoye\",\n            \"email\": \"opeadeoye@gmail.com\",\n            \"mobile_no\": \"2348022221412\"\n        },\n        \"meta\": {\n            \"type\":\"single_payment\",\n            \"expires_in\": 30, //minutes\n            \"suppress_messaging\": false,\n            \"biller_code\" : \"000019\"\n        },\n        \"details\": {}\n    }\n}","options":{"raw":{"language":"json"}}},"url":"https://api.onepipe.io/v2/transact"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"content-length","value":"965"},{"key":"content-type","value":"application/json; charset=utf-8"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": \"Processing\",\n    \"message\": \"Kindly follow the instructions sent to you via SMS and Email to complete payment\",\n    \"data\": {\n        \"provider_response_code\": \"00\",\n        \"provider\": \"PaywithAccount\",\n        \"errors\": null,\n        \"error\": null,\n        \"provider_response\": {\n            \"account_number\": null,\n            \"currency_code\": \"NGN\",\n            \"customer_email\": \"opeadeoye@gmail.com\",\n            \"bank_code\": null,\n            \"status\": \"REQUESTED\",\n            \"created_on\": \"2025-07-30 08:05:31\",\n            \"meta\": {\n                \"payment_id\": 17184,\n                \"virtual_account_name\": \"PWT - Demo Business\",\n                \"virtual_account_number\": \"4565048125\",\n                \"virtual_account_bank_name\": \"Fidelity\",\n                \"virtual_account_bank_code\": \"070\",\n                \"virtual_account_status\": \"active\",\n                \"virtual_account_expiry_date\": \"2025-07-30 09:35:00\",\n                \"ussd_code\": null,\n                \"existing_subscription\": false,\n                \"activation_url\": null //a link containing the same information.. with a UX that handles the interactions required\n            }\n        },\n        \"client_info\": {\n            \"name\": null,\n            \"id\": null,\n            \"bank_cbn_code\": null,\n            \"bank_name\": null,\n            \"console_url\": null,\n            \"js_background_image\": null,\n            \"css_url\": null,\n            \"logo_url\": null,\n            \"footer_text\": null,\n            \"show_options_icon\": false,\n            \"paginate\": false,\n            \"paginate_count\": 0,\n            \"options\": null,\n            \"merchant\": null,\n            \"colors\": null,\n            \"meta\": null\n        }\n    }\n}"},{"id":"30a6a44e-cbe8-4be5-b836-b74aa33e624a","name":"Successful - PWA (use or create a mandate)","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer hSk84fnb2GeOVZ4JbUcu_ca608e4d33b2408e90b3a97157b581d7"},{"key":"Signature","value":"3a2b58350e8068507e6b5bff106850a5"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"request_ref\": \"111111111\",\n    \"request_type\": \"send invoice\",\n    \"auth\": {\n       \"type\": \"bank.account\",\n        \"secure\": \"z5wGtqxYQLBE9P414VxW/M06JT38iBf+2seyxg08CsZRB2eq/BVWsoRbK8mjuK87dNvZYML8cHviklA6K8T4xw==\",\n        \"auth_provider\": \"PaywithAccount\"\n    },\n    \"transaction\": {\n        \"mock_mode\": \"Live\",\n        \"transaction_ref\": \"998383938292\",\n        \"transaction_desc\": \"collect a payment\",\n        \"transaction_ref_parent\": null,\n        \"amount\": 12200,\n        \"customer\": {\n            \"customer_ref\": \"2348022221412\",\n            \"firstname\": \"Ope\",\n            \"surname\": \"Adeoye\",\n            \"email\": \"opeadeoye@gmail.com\",\n            \"mobile_no\": \"2348022221412\"\n        },\n        \"meta\": {\n            \"type\":\"single_payment\",\n            \"expires_in\":30, //minutes\n            \"suppress_messaging\": false,\n            \"biller_code\": \"000019\"\n        },\n        \"details\": {}\n    }\n}","options":{"raw":{"language":"json"}}},"url":"https://api.onepipe.io/v2/transact"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"content-length","value":"1029"},{"key":"content-type","value":"application/json; charset=utf-8"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": \"Processing\",\n    \"message\": \"Kindly follow the instructions sent to you via SMS and Email to complete payment\",\n    \"data\": {\n        \"provider_response_code\": \"00\",\n        \"provider\": \"PaywithAccount\",\n        \"errors\": null,\n        \"error\": null,\n        \"provider_response\": {\n            \"reference\": \"RC1544159/1557/0008642484\",\n            \"account_number\": \"6234784766\",\n            \"currency_code\": \"NGN\",\n            \"customer_email\": \"opeadeoye@gmail.com\",\n            \"bank_code\": \"070\",\n            \"status\": \"REQUESTED\",\n            \"created_on\": \"2025-07-30 10:44:14\",\n            \"meta\": {\n                \"payment_id\": 17204,\n                \"virtual_account_name\": \"PWT - Demo Business\",\n                \"virtual_account_number\": \"4565048125\",\n                \"virtual_account_bank_name\": \"Fidelity\",\n                \"virtual_account_bank_code\": \"070\",\n                \"virtual_account_status\": \"active\",\n                \"virtual_account_expiry_date\": \"2025-07-30 12:14:00\",\n                \"ussd_code\": \"*347*022*2*15428#\",\n                \"existing_subscription\": false,\n                \"activation_url\": null //a link containing the same information.. with a UX that handles the interactions required\n            }\n        },\n        \"client_info\": {\n            \"name\": null,\n            \"id\": null,\n            \"bank_cbn_code\": null,\n            \"bank_name\": null,\n            \"console_url\": null,\n            \"js_background_image\": null,\n            \"css_url\": null,\n            \"logo_url\": null,\n            \"footer_text\": null,\n            \"show_options_icon\": false,\n            \"paginate\": false,\n            \"paginate_count\": 0,\n            \"options\": null,\n            \"merchant\": null,\n            \"colors\": null,\n            \"meta\": null\n        }\n    }\n}"}],"_postman_id":"38112ad3-b620-41a3-9f49-213ce5496973"},{"name":"3. Request payment - instalment","id":"c79989c7-959f-4127-aceb-1da50f06d849","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Authorization","value":"Bearer hSk84fnb2GeOVZ4JbUcu_ca608e4d33b2408e90b3a97157b581d7","type":"text"},{"key":"Signature","value":"3a2b58350e8068507e6b5bff106850a5","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"request_ref\": \"111111111\",\n    \"request_type\": \"send invoice\",\n    \"auth\": {\n        \"type\": \"bank.account\",\n        \"secure\": \"z5wGtqxYQLBE9P414VxW/M06JT38iBf+2seyxg08CsZRB2eq/BVWsoRbK8mjuK87dNvZYML8cHviklA6K8T4xw==\",\n        \"auth_provider\": \"PaywithAccount\"\n    },\n    \"transaction\": {\n        \"mock_mode\": \"Live\",\n        \"transaction_ref\": \"998383938292\",\n        \"transaction_desc\": \"collect a payment\",\n        \"transaction_ref_parent\": null,\n        \"amount\": 30000,\n        \"customer\": {\n            \"customer_ref\": \"2348022222222\",\n            \"firstname\": \"Koko\",\n            \"surname\": \"Below\",\n            \"email\": \"kokobelow@gmail.com\",\n            \"mobile_no\": \"2348022222222\"\n        },\n        \"meta\": {\n            \"type\":\"instalment\",\n            \"down_payment\":10000,\n            \"repeat_frequency\":\"daily\",\n            \"repeat_start_date\":\"2025-09-31-08-00-00\",//yyyy-MM-dd-hh-mm-ss\n            \"number_of_payments\":2,\n            \"biller_code\" : \"000019\"\n        },\n        \"details\": {}\n    }\n}","options":{"raw":{"language":"json"}}},"url":"https://api.onepipe.io/v2/transact","description":"<p><strong>Send Invoice (Installment Payment)</strong></p>\n<h4 id=\"auth-object\"><strong>Auth Object</strong></h4>\n<ul>\n<li><p><strong>type</strong>: <code>\"bank.account\"</code> → specifies that the payment is tied to a specific customer bank account.</p>\n</li>\n<li><p><strong>secure</strong>: contains the encrypted account details (e.g., <code>{account_number};{cbn_bankcode}</code> encrypted with TripleDES and your secret key)</p>\n</li>\n<li><p><strong>auth_provider</strong>: <code>\"PaywithAccount\"</code>.</p>\n</li>\n</ul>\n<p><strong>Transaction Object</strong></p>\n<ul>\n<li><p><strong>amount</strong>: the total amount to be collected across the instalments. Must be in <strong>kobo</strong> (e.g., <code>30000</code> = ₦300).</p>\n</li>\n<li><p><strong>transaction_ref:</strong> unique reference for this collection.</p>\n</li>\n<li><p><strong>transaction_desc:</strong> description of the payment (free text).</p>\n</li>\n<li><p><strong>customer_ref:</strong> the 13-digit customer phone number starting with <code>234</code>.</p>\n</li>\n<li><p><strong>firstname, surname, email, mobile_no</strong> → optional; they can be populated or left as empty strings.</p>\n</li>\n</ul>\n<h4 id=\"meta-object\"><strong>Meta Object</strong></h4>\n<ul>\n<li><p><strong>type:</strong> <code>\"instalment\"</code> → instructs the system this is an instalment-based payment.</p>\n</li>\n<li><p><strong>down_payment:</strong> upfront amount to be collected immediately (in kobo).</p>\n</li>\n<li><p><strong>repeat_frequency:</strong> how often subsequent payments occur (<code>daily</code>, <code>weekly</code>, <code>monthly</code>).</p>\n</li>\n<li><p><strong>repeat_start_date:</strong> the date and time when instalment deductions begin. Must follow the format: <code>yyyy-MM-dd-hh-mm-ss</code>.</p>\n</li>\n<li><p><strong>number_of_payments:</strong> total number of instalment payments (excluding the down payment).</p>\n</li>\n<li><p><strong>biller_code:</strong> mandatory; identifies the biller on whose behalf the collection is being made.</p>\n</li>\n</ul>\n<h4 id=\"how-the-payment-flow-works\"><strong>How the Payment Flow Works</strong></h4>\n<ol>\n<li><p>When this request is made, the API responds with a virtual account where the customer must pay the down payment.</p>\n</li>\n<li><p>The transfer for the down payment must come from the same bank account linked in the <code>secure</code> field. If payment is made from another account, it will be disputed.</p>\n</li>\n<li><p>Once the down payment is settled, all subsequent instalments are debited automatically from the customer’s mandate-linked account, based on the schedule (<code>repeat_frequency</code> and <code>repeat_start_date</code>).</p>\n</li>\n</ol>\n","urlObject":{"path":["v2","transact"],"host":["https://api.onepipe.io"],"query":[],"variable":[]}},"response":[{"id":"24ec4711-9440-4ad7-ad25-1c41f151f957","name":"Successful","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer hSk84fnb2GeOVZ4JbUcu_ca608e4d33b2408e90b3a97157b581d7"},{"key":"Signature","value":"3a2b58350e8068507e6b5bff106850a5"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"request_ref\": \"111111111\",\n    \"request_type\": \"send invoice\",\n    \"auth\": {\n        \"type\": \"bank.account\",\n        \"secure\": \"z5wGtqxYQLBE9P414VxW/M06JT38iBf+2seyxg08CsZRB2eq/BVWsoRbK8mjuK87dNvZYML8cHviklA6K8T4xw==\",\n        \"auth_provider\": \"PaywithAccount\"\n    },\n    \"transaction\": {\n        \"mock_mode\": \"Live\",\n        \"transaction_ref\": \"998383938292\",\n        \"transaction_desc\": \"collect a payment\",\n        \"transaction_ref_parent\": null,\n        \"amount\": 120000,\n        \"customer\": {\n            \"customer_ref\": \"2349066870818\",\n            \"firstname\": \"Akin\",\n            \"surname\": \"Olunloye\",\n            \"email\": \"akin@onepipe.com\",\n            \"mobile_no\": \"2349066870818\"\n        },\n        \"meta\": {\n            \"type\":\"instalment\",\n            \"down_payment\":10000,\n            \"repeat_frequency\":\"daily\",\n            \"repeat_start_date\":\"2025-09-31-08-00-00\",//yyyy-MM-dd-hh-mm-ss\n            \"number_of_payments\":2,\n            \"biller_code\" : \"000019\"\n        },\n        \"details\": {}\n    }\n}","options":{"raw":{"language":"json"}}},"url":"https://api.onepipe.io/v2/transact"},"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": \"Processing\",\n    \"message\": \"Kindly follow the instructions sent to you via SMS and Email to complete payment\",\n    \"data\": {\n        \"provider_response_code\": \"00\",\n        \"provider\": \"PaywithAccount\",\n        \"errors\": null,\n        \"error\": null,\n        \"provider_response\": {\n            \"reference\": \"RC1544159/1557/0008642484\",\n            \"account_number\": \"6234784766\",\n            \"currency_code\": \"NGN\",\n            \"customer_email\": \"opeadeoye@gmail.com\",\n            \"bank_code\": \"070\",\n            \"status\": \"REQUESTED\",\n            \"created_on\": \"2025-07-30 14:08:40\",\n            \"meta\": {\n                \"payment_id\": 17223,\n                \"virtual_account_name\": \"PWT - Demo Business\",\n                \"virtual_account_number\": \"4565048125\",\n                \"virtual_account_bank_name\": \"Fidelity\",\n                \"virtual_account_bank_code\": \"070\",\n                \"virtual_account_status\": \"active\",\n                \"virtual_account_expiry_date\": \"2025-07-31 15:08:00\",\n                \"ussd_code\": null,\n                \"existing_subscription\": false,\n                \"activation_url\": null\n            }\n        },\n        \"client_info\": {\n            \"name\": null,\n            \"id\": null,\n            \"bank_cbn_code\": null,\n            \"bank_name\": null,\n            \"console_url\": null,\n            \"js_background_image\": null,\n            \"css_url\": null,\n            \"logo_url\": null,\n            \"footer_text\": null,\n            \"show_options_icon\": false,\n            \"paginate\": false,\n            \"paginate_count\": 0,\n            \"options\": null,\n            \"merchant\": null,\n            \"colors\": null,\n            \"meta\": null\n        }\n    }\n}"}],"_postman_id":"c79989c7-959f-4127-aceb-1da50f06d849"},{"name":"4. Request payment - subscription","id":"435e72fc-d0a8-44d0-8fcf-803c30a53830","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Authorization","value":"Bearer hSk84fnb2GeOVZ4JbUcu_ca608e4d33b2408e90b3a97157b581d7","type":"text"},{"key":"Signature","value":"3a2b58350e8068507e6b5bff106850a5","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"request_ref\": \"111111111\",\n    \"request_type\": \"send invoice\",\n    \"auth\": {\n        \"type\": \"bank.account\",\n        \"secure\": \"z5wGtqxYQLBE9P414VxW/M06JT38iBf+2seyxg08CsZRB2eq/BVWsoRbK8mjuK87dNvZYML8cHviklA6K8T4xw==\",\n        \"auth_provider\": \"PaywithAccount\"\n    },\n    \"transaction\": {\n        \"mock_mode\": \"Live\",\n        \"transaction_ref\": \"998383938292\",\n        \"transaction_desc\": \"Setup a subscription\",\n        \"transaction_ref_parent\": null,\n        \"amount\": 10500,\n        \"customer\": {\n            \"customer_ref\": \"2348022222222\",\n            \"firstname\": \"Koko\",\n            \"surname\": \"Below\",\n            \"email\": \"kokobelow@gmail.com\",\n            \"mobile_no\": \"2348022222222\"\n        },\n        \"meta\": {\n            \"type\":\"subscription\",\n            \"repeat_frequency\":\"daily\",\n            \"repeat_start_date\":\"2025-04-09-08-00-00\",//yyyy-MM-dd-hh-mm-ss\n            \"repeat_end_date\":\"2025-04-10-08-00-00\",//yyyy-MM-dd-hh-mm-ss\n            \"biller_code\" : \"000019\"\n        },\n        \"details\": {}\n    }\n}","options":{"raw":{"language":"json"}}},"url":"https://api.onepipe.io/v2/transact","description":"<p><strong>Send Invoice (subscription payment)</strong></p>\n<ul>\n<li><p><strong>type</strong>: <code>\"bank.account\"</code> → ties the subscription to a specific customer bank account.</p>\n</li>\n<li><p><strong>secure</strong>: contains the encrypted account details (e.g., <code>{account_number};{cbn_bankcode}</code> encrypted with TripleDES and your secret key)</p>\n</li>\n<li><p><strong>auth_provider</strong>: <code>\"PaywithAccount\"</code>.</p>\n</li>\n</ul>\n<h4 id=\"transaction-object\"><strong>Transaction Object</strong></h4>\n<ul>\n<li><p><strong>amount:</strong> the recurring amount to be debited at each cycle. Must be in <strong>kobo</strong> (e.g., <code>10500</code> = ₦105).</p>\n</li>\n<li><p><strong>transaction_ref:</strong> unique reference for this subscription request.</p>\n</li>\n<li><p><strong>transaction_desc:</strong> description of the subscription (free text).</p>\n</li>\n<li><p><strong>customer_ref:</strong> must always be the 13-digit phone number starting with <code>234</code>.</p>\n</li>\n<li><p><strong>firstname, surname, email, mobile_no:</strong> optional; they can be populated or left as empty strings.</p>\n</li>\n</ul>\n<h4 id=\"meta-object\"><strong>Meta Object</strong></h4>\n<p>Defines the subscription plan:</p>\n<ul>\n<li><p><strong>type:</strong> <code>\"subscription\"</code> indicates this request is setting up a recurring debit.</p>\n</li>\n<li><p><strong>repeat_frequency:</strong> how often the debit should occur (<code>daily</code>, <code>weekly</code>, <code>monthly</code>).</p>\n</li>\n<li><p><strong>repeat_start_date:</strong> the date and time when the subscription debits should begin. Format: <code>yyyy-MM-dd-hh-mm-ss</code>.</p>\n</li>\n<li><p><strong>repeat_end_date:</strong> the date and time when the subscription should automatically stop. Format: <code>yyyy-MM-dd-hh-mm-ss</code>.</p>\n</li>\n<li><p><strong>biller_code:</strong> mandatory; identifies the biller on whose behalf the subscription is being set up.</p>\n</li>\n</ul>\n<p><strong>Subscription Flow</strong></p>\n<ol>\n<li><p><strong>Request Initiation</strong></p>\n<ul>\n<li><p>When you send a subscription request, the response you receive depends on the <strong>a</strong>ctivation method agreed with the business (either first payment or transfer).</p>\n</li>\n<li><p>This first action serves as customer consent to allow recurring debits on their account.</p>\n</li>\n</ul>\n</li>\n<li><p><strong>First Payment (Virtual Account Route)</strong></p>\n<ul>\n<li><p>Every time a new subscription is initiated, a virtual account is generated.</p>\n</li>\n<li><p>The customer is required to make a transfer to this account for the first billing cycle (e.g., paying for the first month of a subscription).</p>\n</li>\n<li><p>Once this payment is received, the subscription becomes active.</p>\n</li>\n<li><p>Subsequent debits will then occur automatically from the customer’s linked account, according to the <strong>s</strong>tart date, end date, and repeat frequency defined in the request.</p>\n</li>\n</ul>\n</li>\n<li><p><strong>Transfer (Activation URL Route)</strong></p>\n<ul>\n<li><p>Alternatively, the response will include an <strong><code>activation_url</code></strong>.</p>\n</li>\n<li><p>You can either:</p>\n<ul>\n<li><p>Display the content of the URL directly in your own platform (skipping external messaging), <strong>or</strong></p>\n</li>\n<li><p>Send the URL to the customer via SMS, WhatsApp, or any other channel.</p>\n</li>\n</ul>\n</li>\n<li><p>The customer follows the instructions and gives consent by sending a transfer (via NIBSS).</p>\n</li>\n<li><p>Once the transfer is completed and confirmed, the subscription is activated.</p>\n</li>\n<li><p>Future recurring debits then proceed automatically from the authorized account.</p>\n</li>\n</ul>\n</li>\n<li><p><strong>Subsequent Debits</strong></p>\n<ul>\n<li><p>After activation (via first payment or transfer), the system handles debits automatically:</p>\n<ul>\n<li><p>Based on the <code>repeat_frequency</code> (daily, weekly, monthly, etc.).</p>\n</li>\n<li><p>Continuing until the <code>repeat_end_date</code> or when the subscription is cancelled.</p>\n</li>\n</ul>\n</li>\n</ul>\n</li>\n</ol>\n","urlObject":{"path":["v2","transact"],"host":["https://api.onepipe.io"],"query":[],"variable":[]}},"response":[{"id":"5da7f722-9e08-4b23-b672-fb833cc0af14","name":"Successful","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer hSk84fnb2GeOVZ4JbUcu_ca608e4d33b2408e90b3a97157b581d7"},{"key":"Signature","value":"3a2b58350e8068507e6b5bff106850a5"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"request_ref\": \"111111111\",\n    \"request_type\": \"send invoice\",\n    \"auth\": {\n        \"type\": \"bank.account\",\n        \"secure\": \"z5wGtqxYQLBE9P414VxW/M06JT38iBf+2seyxg08CsZRB2eq/BVWsoRbK8mjuK87dNvZYML8cHviklA6K8T4xw==\",\n        \"auth_provider\": \"PaywithAccount\"\n    },\n    \"transaction\": {\n        \"mock_mode\": \"Live\",\n        \"transaction_ref\": \"998383938292\",\n        \"transaction_desc\": \"Setup a subscription\",\n        \"transaction_ref_parent\": null,\n        \"amount\": 10500,\n        \"customer\": {\n            \"customer_ref\": \"2348022222222\",\n            \"firstname\": \"Koko\",\n            \"surname\": \"Below\",\n            \"email\": \"kokobelow@gmail.com\",\n            \"mobile_no\": \"2348022222222\"\n        },\n        \"meta\": {\n            \"type\":\"subscription\",\n            \"repeat_frequency\":\"daily\",\n            \"repeat_start_date\":\"2025-04-09-08-00-00\",//yyyy-MM-dd-hh-mm-ss\n            \"repeat_end_date\":\"2025-04-10-08-00-00\",//yyyy-MM-dd-hh-mm-ss\n            \"biller_code\" : \"000019\"\n        },\n        \"details\": {}\n    }\n}","options":{"raw":{"language":"json"}}},"url":"https://api.onepipe.io/v2/transact"},"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": \"Processing\",\n    \"message\": \"Kindly follow the instructions sent to you via SMS and Email to complete payment\",\n    \"data\": {\n        \"provider_response_code\": \"00\",\n        \"provider\": \"PaywithAccount\",\n        \"errors\": null,\n        \"error\": null,\n        \"provider_response\": {\n            \"reference\": \"RC1544159/1557/0008642484\",\n            \"account_number\": \"6234784766\",\n            \"currency_code\": \"NGN\",\n            \"customer_email\": \"opeadeoye@gmail.com\",\n            \"bank_code\": \"070\",\n            \"status\": \"REQUESTED\",\n            \"created_on\": \"2025-07-30 14:19:43\",\n            \"meta\": {\n                \"payment_id\": 17224,\n                \"virtual_account_name\": \"PWT - Demo Business\",\n                \"virtual_account_number\": \"4565048125\",\n                \"virtual_account_bank_name\": \"Fidelity\",\n                \"virtual_account_bank_code\": \"070\",\n                \"virtual_account_status\": \"active\",\n                \"virtual_account_expiry_date\": \"2025-07-31 15:19:00\",\n                \"ussd_code\": null,\n                \"existing_subscription\": false,\n                \"activation_url\": null\n            }\n        },\n        \"client_info\": {\n            \"name\": null,\n            \"id\": null,\n            \"bank_cbn_code\": null,\n            \"bank_name\": null,\n            \"console_url\": null,\n            \"js_background_image\": null,\n            \"css_url\": null,\n            \"logo_url\": null,\n            \"footer_text\": null,\n            \"show_options_icon\": false,\n            \"paginate\": false,\n            \"paginate_count\": 0,\n            \"options\": null,\n            \"merchant\": null,\n            \"colors\": null,\n            \"meta\": null\n        }\n    }\n}"}],"_postman_id":"435e72fc-d0a8-44d0-8fcf-803c30a53830"},{"name":"5. Get  specific mandate","id":"515573aa-6283-41d7-a2c4-5d9e26266abe","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Authorization","value":"Bearer hSk84fnb2GeOVZ4JbUcu_ca608e4d33b2408e90b3a97157b581d7","type":"text"},{"key":"Signature","value":"3a2b58350e8068507e6b5bff106850a5","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"request_ref\": \"111111111\",\n    \"request_type\": \"Get Accounts Max\",\n    \"auth\": {\n        \"type\": \"bank.account\",\n        \"secure\": \"z5wGtqxYQLBE9P414VxW/M06JT38iBf+2seyxg08CsZRB2eq/BVWsoRbK8mjuK87dNvZYML8cHviklA6K8T4xw==\",\n        \"auth_provider\": \"PaywithAccount\"\n    },\n    \"transaction\": {\n        \"mock_mode\": \"Live\",\n        \"transaction_ref\": \"998383938292\",\n        \"transaction_desc\": \"Check active mandates\",\n        \"transaction_ref_parent\": null,\n        \"amount\": 0,\n        \"customer\": {\n            \"customer_ref\": \"2348022221412\",\n            \"firstname\": \"Koko\",\n            \"surname\": \"Below\",\n            \"email\": \"kokobelow@gmail.com\",\n            \"mobile_no\": \"2348022222222\"\n        },\n        \"meta\": {\n              \"biller_code\":\"000019\"\n        },\n        \"details\": {}\n    }\n}","options":{"raw":{"language":"json"}}},"url":"https://api.onepipe.io/v2/transact","description":"<p><strong>Check Active Mandate On An Account(Get Account Max)</strong></p>\n<p>This service allows you to verify if a customer already has an active mandate on a specific account. The account details are the same ones encrypted into the <code>secure</code> field of the auth object.</p>\n<ul>\n<li><p><code>type</code>: <code>\"bank.account\"</code> → indicates the mandate check is being done against a bank account.</p>\n</li>\n<li><p><code>secure</code>: encrypted account details (token or account identifier tied to mandate).</p>\n</li>\n<li><p><code>auth_provider</code>: <code>\"PaywithAccount\"</code>.</p>\n</li>\n<li><p><code>amount</code>: <code>0</code> → since this is only a mandate verification, no debit occurs.</p>\n</li>\n</ul>\n","urlObject":{"path":["v2","transact"],"host":["https://api.onepipe.io"],"query":[],"variable":[]}},"response":[{"id":"442c1d0c-ab61-4834-a9ac-c8003c50389a","name":"Successful","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer hSk84fnb2GeOVZ4JbUcu_ca608e4d33b2408e90b3a97157b581d7","type":"text"},{"key":"Signature","value":"3a2b58350e8068507e6b5bff106850a5","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"request_ref\": \"111111111\",\n    \"request_type\": \"Get Accounts Max\",\n    \"auth\": {\n        \"type\": \"bank.account\",\n        \"secure\": \"z5wGtqxYQLBE9P414VxW/M06JT38iBf+2seyxg08CsZRB2eq/BVWsoRbK8mjuK87dNvZYML8cHviklA6K8T4xw==\",\n        \"auth_provider\": \"PaywithAccount\"\n    },\n    \"transaction\": {\n        \"mock_mode\": \"Inspect\",\n        \"transaction_ref\": \"998383938292\",\n        \"transaction_desc\": \"Check active mandates\",\n        \"transaction_ref_parent\": null,\n        \"amount\": 0,\n        \"customer\": {\n            \"customer_ref\": \"2348022222222\",\n            \"firstname\": \"Koko\",\n            \"surname\": \"Below\",\n            \"email\": \"kokobelow@gmail.com\",\n            \"mobile_no\": \"2348022222222\"\n        },\n        \"meta\": {\n              \"biller_code\":\"000019\"\n        },\n        \"details\": {}\n    }\n}","options":{"raw":{"language":"json"}}},"url":"https://onepipe.proxy.beeceptor.com/onepipe_api/paywithaccount/get_specific_mandate"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Alt-Svc","value":"h3=\":443\"; ma=2592000"},{"key":"Content-Length","value":"1393"},{"key":"Content-Type","value":"application/json"},{"key":"Date","value":"Sun, 30 Mar 2025 17:46:49 GMT"},{"key":"Vary","value":"Accept-Encoding"},{"key":"X-Beeceptor-Rule-Id","value":"cr8qllvj19u"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": \"Successful\",\n    \"message\": \"Transaction processed successfully\",\n    \"data\": {\n        \"provider_response_code\": \"00\",\n        \"provider\": \"PaywithAccount\",\n        \"errors\": null,\n        \"error\": null,\n        \"provider_response\": {\n            \"accounts\": [\n                {\n                    \"account_number\": \"1000041840\",\n                    \"account_name\": \"ALH. KOKO BELOW\",\n                    \"bank_name\": \"Polaris Bank\",\n                    \"bank_code\": \"076\",\n                    \"extended_data\": {\n                        \"mandate_status\": \"active\"\n                    }\n                }\n            ],\n            \"reference\": \"94968394264848\",\n            \"meta\": {\n                \"records\": 4,\n                \"page\": 1,\n                \"pages\": 1,\n                \"page_size\": 1000000000\n            }\n        },\n        \"client_info\": {\n            \"name\": null,\n            \"id\": null,\n            \"bank_cbn_code\": null,\n            \"bank_name\": null,\n            \"console_url\": null,\n            \"js_background_image\": null,\n            \"css_url\": null,\n            \"logo_url\": null,\n            \"footer_text\": null,\n            \"show_options_icon\": false,\n            \"paginate\": false,\n            \"paginate_count\": 0,\n            \"options\": null,\n            \"merchant\": null,\n            \"colors\": null,\n            \"meta\": null\n        }\n    }\n}"}],"_postman_id":"515573aa-6283-41d7-a2c4-5d9e26266abe"},{"name":"6. Claim Rewards","id":"0573c72f-d755-49c0-91aa-65da209c9a8b","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Authorization","value":"Bearer hSk84fnb2GeOVZ4JbUcu_ca608e4d33b2408e90b3a97157b581d7","type":"text"},{"key":"Signature","value":"3a2b58350e8068507e6b5bff106850a5","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"request_ref\": \"111111111\",\n    \"request_type\": \"Claim Rewards\",\n    \"auth\": {\n        \"type\": \"bank.account\",\n        \"secure\": \"z5wGtqxYQLBE9P414VxW/M06JT38iBf+2seyxg08CsZRB2eq/BVWsoRbK8mjuK87dNvZYML8cHviklA6K8T4xw==\",\n        \"auth_provider\": \"PaywithAccount\"\n    },\n    \"transaction\": {\n        \"mock_mode\": \"Inspect\",\n        \"transaction_ref\": \"998383938292\",\n        \"transaction_desc\": \"Claim Rewards\",\n        \"transaction_ref_parent\": null,\n        \"amount\": 0,\n        \"customer\": {\n            \"customer_ref\": \"2348022222222\",\n            \"firstname\": \"Koko\",\n            \"surname\": \"Below\",\n            \"email\": \"kokobelow@gmail.com\",\n            \"mobile_no\": \"2348022222222\"\n        },\n        \"meta\": {\n              \"biller_code\":\"000019\"\n        },\n        \"details\": {}\n    }\n}","options":{"raw":{"language":"json"}}},"url":"https://api.onepipe.io/v2/transact","urlObject":{"path":["v2","transact"],"host":["https://api.onepipe.io"],"query":[],"variable":[]}},"response":[{"id":"0e260203-d56c-4c65-8667-29c462400e34","name":"Successful","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer hSk84fnb2GeOVZ4JbUcu_ca608e4d33b2408e90b3a97157b581d7","type":"text"},{"key":"Signature","value":"3a2b58350e8068507e6b5bff106850a5","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"request_ref\": \"111111111\",\n    \"request_type\": \"Get Accounts Max\",\n    \"auth\": {\n        \"type\": \"bank.account\",\n        \"secure\": \"z5wGtqxYQLBE9P414VxW/M06JT38iBf+2seyxg08CsZRB2eq/BVWsoRbK8mjuK87dNvZYML8cHviklA6K8T4xw==\",\n        \"auth_provider\": \"PaywithAccount\"\n    },\n    \"transaction\": {\n        \"mock_mode\": \"Inspect\",\n        \"transaction_ref\": \"998383938292\",\n        \"transaction_desc\": \"Check active mandates\",\n        \"transaction_ref_parent\": null,\n        \"amount\": 0,\n        \"customer\": {\n            \"customer_ref\": \"2348022222222\",\n            \"firstname\": \"Koko\",\n            \"surname\": \"Below\",\n            \"email\": \"kokobelow@gmail.com\",\n            \"mobile_no\": \"2348022222222\"\n        },\n        \"meta\": {\n              \"biller_code\":\"000019\"\n        },\n        \"details\": {}\n    }\n}","options":{"raw":{"language":"json"}}},"url":"https://onepipe.proxy.beeceptor.com/onepipe_api/paywithaccount/get_specific_mandate"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Alt-Svc","value":"h3=\":443\"; ma=2592000"},{"key":"Content-Length","value":"1393"},{"key":"Content-Type","value":"application/json"},{"key":"Date","value":"Sun, 30 Mar 2025 17:46:49 GMT"},{"key":"Vary","value":"Accept-Encoding"},{"key":"X-Beeceptor-Rule-Id","value":"cr8qllvj19u"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": \"Successful\",\n    \"message\": \"Transaction processed successfully\",\n    \"data\": {\n        \"provider_response_code\": \"00\",\n        \"provider\": \"PaywithAccount\",\n        \"errors\": null,\n        \"error\": null,\n        \"provider_response\": {\n            \"accounts\": [\n                {\n                    \"account_number\": \"1000041840\",\n                    \"account_name\": \"ALH. KOKO BELOW\",\n                    \"bank_name\": \"Polaris Bank\",\n                    \"bank_code\": \"076\",\n                    \"extended_data\": {\n                        \"mandate_status\": \"active\"\n                    }\n                }\n            ],\n            \"reference\": \"94968394264848\",\n            \"meta\": {\n                \"records\": 4,\n                \"page\": 1,\n                \"pages\": 1,\n                \"page_size\": 1000000000\n            }\n        },\n        \"client_info\": {\n            \"name\": null,\n            \"id\": null,\n            \"bank_cbn_code\": null,\n            \"bank_name\": null,\n            \"console_url\": null,\n            \"js_background_image\": null,\n            \"css_url\": null,\n            \"logo_url\": null,\n            \"footer_text\": null,\n            \"show_options_icon\": false,\n            \"paginate\": false,\n            \"paginate_count\": 0,\n            \"options\": null,\n            \"merchant\": null,\n            \"colors\": null,\n            \"meta\": null\n        }\n    }\n}"}],"_postman_id":"0573c72f-d755-49c0-91aa-65da209c9a8b"}],"id":"05db1f83-1834-419a-a3c8-fe6234c367d4","_postman_id":"05db1f83-1834-419a-a3c8-fe6234c367d4","description":""},{"name":"Managed Mandates","item":[{"name":"1. Verify account","id":"f89c28b0-0d9a-4278-b501-90f620b99af4","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Authorization","value":"Bearer hSk84fnb2GeOVZ4JbUcu_ca608e4d33b2408e90b3a97157b581d7","type":"text"},{"key":"Signature","value":"3a2b58350e8068507e6b5bff106850a5","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"request_ref\": \"111111111\",\n    \"request_type\": \"lookup account max\",\n    \"auth\": {\n        \"type\": \"bank.account\",\n        \"secure\": \"z5wGtqxYQLBE9P414VxW/M06JT38iBf+2seyxg08CsZRB2eq/BVWsoRbK8mjuK87dNvZYML8cHviklA6K8T4xw==\",\n        \"auth_provider\": \"PaywithAccount\"\n    },\n    \"transaction\": {\n        \"mock_mode\": \"Live\",\n        \"transaction_ref\": \"998383938292\",\n        \"transaction_desc\": \"Verify account ownership\",\n        \"transaction_ref_parent\": null,\n        \"amount\": 0,\n        \"customer\": {\n            \"customer_ref\": \"2348022222222\",\n            \"firstname\": \"Koko\",\n            \"surname\": \"Below\",\n            \"email\": \"kokobelow@gmail.com\",\n            \"mobile_no\": \"2348022222222\"\n        },\n        \"meta\": {\n            \"bvn\": \"r9GRjFbVBuAjIVQgWSPFXEgpMfh12NB0\"\n        },\n        \"details\": {}\n    }\n}","options":{"raw":{"language":"json"}}},"url":"https://api.onepipe.io/v2/transact","urlObject":{"path":["v2","transact"],"host":["https://api.onepipe.io"],"query":[],"variable":[]}},"response":[{"id":"6cbb26c5-461f-40b8-bc3e-3fe782c26261","name":"Successful","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer hSk84fnb2GeOVZ4JbUcu_ca608e4d33b2408e90b3a97157b581d7","type":"text"},{"key":"Signature","value":"3a2b58350e8068507e6b5bff106850a5","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"\n{\n    \"request_ref\": \"111111111\",\n    \"request_type\": \"lookup account max\",\n    \"auth\": {\n        \"type\": \"bank.account\",\n        \"secure\": \"z5wGtqxYQLBE9P414VxW/M06JT38iBf+2seyxg08CsZRB2eq/BVWsoRbK8mjuK87dNvZYML8cHviklA6K8T4xw==\",\n        \"auth_provider\": \"PaywithAccount\"\n    },\n    \"transaction\": {\n        \"mock_mode\": \"Inspect\",\n        \"transaction_ref\": \"998383938292\",\n        \"transaction_desc\": \"Verify account ownership\",\n        \"transaction_ref_parent\": null,\n        \"amount\": 0,\n        \"customer\": {\n            \"customer_ref\": \"2348022221412\",\n            \"firstname\": \"Ope\",\n            \"surname\": \"Adeoye\",\n            \"email\": \"nophone@onepipe.io\",\n            \"mobile_no\": \"2348022221412\"\n        },\n        \"meta\": {\n            \"bvn\": \"r9GRjFbVBuAjIVQgWSPFXEgpMfh12NB0\"\n        },\n        \"details\": {}\n    }\n}","options":{"raw":{"language":"json"}}},"url":"https://api.onepipe.io/v2/transact"},"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": \"Successful\",\n    \"message\": \"Transaction processed successfully\",\n    \"data\": {\n        \"provider_response_code\": \"00\",\n        \"provider\": \"PaywithAccount\",\n        \"errors\": null,\n        \"error\": null,\n        \"provider_response\": {\n            \"customer_id\": null,\n            \"account_currency\": \"NGN\",\n            \"account_number\": \"6234784766\",\n            \"account_name\": \"OPEYEMI ABIDEMI ADEOYE\",\n            \"last_name\": \"ADEOYE\",\n            \"middle_name\": \"ABIDEMI\",\n            \"first_name\": \"OPEYEMI\",\n            \"gender\": \"Male\",\n            \"dob\": \"1979-04-14\",\n            \"account_branch\": null,\n            \"scheme_code\": null,\n            \"bvn\": \"22148114258\",\n            \"account_status\": null,\n            \"ledger_balance\": null,\n            \"available_balance\": null,\n            \"kyc_level\": \"Level 3 - High Level Accounts\",\n            \"name_enquiry_id\": null,\n            \"address1\": \". 21,ORIMOLADE CR.,AKORA ESTATE ABBA JOHNSTON\",\n            \"address2\": null,\n            \"address3\": null,\n            \"email\": \"OPEADEOYE@GMAIL.COM\",\n            \"mobile_number\": \"2348022221412\",\n            \"account_type\": null,\n            \"meta\": {\n                \"base64_image\": \"\",\n                \"bvn_matched\": true,\n                \"name_matched\": false\n            }\n        },\n        \"client_info\": {\n            \"name\": null,\n            \"id\": null,\n            \"bank_cbn_code\": null,\n            \"bank_name\": null,\n            \"console_url\": null,\n            \"js_background_image\": null,\n            \"css_url\": null,\n            \"logo_url\": null,\n            \"footer_text\": null,\n            \"show_options_icon\": false,\n            \"paginate\": false,\n            \"paginate_count\": 0,\n            \"options\": null,\n            \"merchant\": null,\n            \"colors\": null,\n            \"meta\": null\n        }\n    }\n}"}],"_postman_id":"f89c28b0-0d9a-4278-b501-90f620b99af4"},{"name":"2. Create mandate","id":"6da012a1-bd11-4307-8585-7fa87da654c8","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Authorization","value":"Bearer hSk84fnb2GeOVZ4JbUcu_ca608e4d33b2408e90b3a97157b581d7","type":"text"},{"key":"Signature","value":"3a2b58350e8068507e6b5bff106850a5","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"request_ref\": \"111111111\",\n    \"request_type\": \"create mandate\",\n    \"auth\": {\n        \"type\": \"bank.account\",\n        \"secure\": \"z5wGtqxYQLBE9P414VxW/M06JT38iBf+2seyxg08CsZRB2eq/BVWsoRbK8mjuK87dNvZYML8cHviklA6K8T4xw==\",\n        \"auth_provider\": \"PaywithAccount\"\n    },\n    \"transaction\": {\n        \"mock_mode\": \"Inspect\",\n        \"transaction_ref\": \"998383938292\",\n        \"transaction_desc\": \"Creating a mandate\",\n        \"transaction_ref_parent\": null,\n        \"amount\": 0,\n        \"customer\": { \n            \"customer_ref\": \"2348022222222\",\n            \"firstname\": \"Koko\",\n            \"surname\": \"Below\",\n            \"email\": \"kokobelow@gmail.com\",\n            \"mobile_no\": \"2348022222222\"\n        },\n        \"meta\": {\n            \"amount\": \"100000\",\n            \"skip_consent\": \"true\",\n            \"bvn\": \"r9GRjFbVBuAjIVQgWSPFXEgpMfh12NB0\",\n            \"biller_code\" : \"000019\",\n            \"customer_consent\": \"\"//base64 pdf or image\n        },\n        \"details\": {}\n    }\n}","options":{"raw":{"language":"json"}}},"url":"https://api.onepipe.io/v2/transact","description":"<p><strong>Create Mandate</strong></p>\n<p>The Create Mandate endpoint is used to tokenize a customer’s account so you can directly debit it.</p>\n<p>This is an account-to-account mandate managed by the bank. Once a mandate is successfully created, it takes up to 24 hours to become active.</p>\n<p>StartFragment</p>\n<h4 id=\"auth-object\"><strong>Auth Object</strong></h4>\n<ul>\n<li><p><code>type</code>: <code>\"bank.account\"</code> → specifies that the mandate is being set up on a bank account.</p>\n</li>\n<li><p><code>secure</code>: contains the encrypted account details</p>\n</li>\n<li><p><code>auth_provider</code>: <code>\"PaywithAccount\"</code>.</p>\n</li>\n</ul>\n<h4 id=\"transaction-object\"><strong>Transaction Object</strong></h4>\n<ul>\n<li><p><code>transaction_desc</code>: <code>\"Creating a mandate\"</code>.</p>\n</li>\n<li><p><code>amount</code>: <code>0</code> → no funds are moved during mandate creation.</p>\n</li>\n<li><p><code>customer</code>:</p>\n<ul>\n<li><p><code>customer_ref</code>: must be the customer’s 13-digit phone number (e.g., <code>2348022221412</code>).</p>\n</li>\n<li><p><code>firstname</code>, <code>surname</code>, <code>email</code>, <code>mobile_no</code>: should be filled in.</p>\n</li>\n</ul>\n</li>\n</ul>\n<h4 id=\"meta-object\"><strong>Meta Object</strong></h4>\n<ul>\n<li><p><code>amount</code>: Maximum single debit limit allowed on the customer’s account for this mandate.</p>\n</li>\n<li><p><code>skip_consent</code>:</p>\n<ul>\n<li><code>false</code></li>\n</ul>\n</li>\n<li><p><code>bvn</code>: Customer’s BVN encrypted with TripleDES.</p>\n</li>\n<li><p><code>biller_code</code>: Your biller code.</p>\n</li>\n<li><p><code>customer_consent</code>: This will be communicated based on you integration settings</p>\n</li>\n</ul>\n<h3 id=\"verification-process-under-the-hood\"><strong>Verification Process (Under the Hood)</strong></h3>\n<p>When this request is made, the system verifies:</p>\n<ol>\n<li><p>Account details (from <code>secure</code>).</p>\n</li>\n<li><p>BVN (must match account details).</p>\n</li>\n<li><p>Phone number (<code>customer_ref</code>) against the primary number linked to the customer’s NIN.</p>\n</li>\n<li><p><strong>Name matching</strong>:</p>\n<ul>\n<li><p>First, the system checks if the account name matches the BVN name → contributes 50% score.</p>\n</li>\n<li><p>Then it cross-checks the phone number linked to NIN .</p>\n</li>\n<li><p>The minimum required score is <strong>50%</strong> to create a mandate.If the score falls below 50%, the mandate creation request fails with an error.</p>\n</li>\n</ul>\n</li>\n</ol>\n<h2 id=\"response\"><strong>Response</strong></h2>\n<p>The response contains an <strong>activation URL</strong>. You can:</p>\n<ul>\n<li><p>Display the content of the URL directly on your platform, or</p>\n</li>\n<li><p>Let PaywithAccount deliver it via WhatsApp, Email, or SMS (depending on your integration settings).</p>\n</li>\n</ul>\n<p>If skip messaging is enabled, you are responsible for presenting the URL to the customer.</p>\n<hr />\n<h2 id=\"consent-flow-transfer-activation-method\"><strong>Consent Flow (Transfer Activation Method)</strong></h2>\n<ol>\n<li><p><strong>Accept Account for Tokenization</strong></p>\n<ul>\n<li><p>The customer sees the account details that will be tokenized.</p>\n</li>\n<li><p>Clicking Continue confirms their acceptance.</p>\n</li>\n</ul>\n</li>\n<li><p><strong>Create / Input PIN</strong></p>\n<ul>\n<li>The customer sets up a PIN, which will later be used to authorize mandate operations or consent renewals once the mandate expires.</li>\n</ul>\n</li>\n<li><p><strong>Transfer to NIBSS Virtual Account</strong></p>\n<ul>\n<li><p>A NIBSS-controlled virtual account is displayed.</p>\n</li>\n<li><p>The customer must transfer funds from the same account being tokenized.</p>\n</li>\n<li><p>This transfer does not go to your business. Instead, it acts as a consent signal to NIBSS to confirm mandate creation.</p>\n</li>\n</ul>\n</li>\n</ol>\n","urlObject":{"path":["v2","transact"],"host":["https://api.onepipe.io"],"query":[],"variable":[]}},"response":[{"id":"3e370146-570c-40f8-bd0f-997b931158e6","name":"Successful","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer hSk84fnb2GeOVZ4JbUcu_ca608e4d33b2408e90b3a97157b581d7"},{"key":"Signature","value":"3a2b58350e8068507e6b5bff106850a5"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"request_ref\": \"111111111\",\n    \"request_type\": \"create mandate\",\n    \"auth\": {\n        \"type\": \"bank.account\",\n        \"secure\": \"z5wGtqxYQLBE9P414VxW/M06JT38iBf+2seyxg08CsZRB2eq/BVWsoRbK8mjuK87dNvZYML8cHviklA6K8T4xw==\",\n        \"auth_provider\": \"PaywithAccount\"\n    },\n    \"transaction\": {\n        \"mock_mode\": \"Inspect\",\n        \"transaction_ref\": \"998383938292\",\n        \"transaction_desc\": \"Creating a mandate\",\n        \"transaction_ref_parent\": null,\n        \"amount\": 0,\n        \"customer\": {\n            \"customer_ref\": \"2348022221412\",\n            \"firstname\": \"Ope\",\n            \"surname\": \"Adeoye\",\n            \"email\": \"opeadeoye@gmail.com\",\n            \"mobile_no\": \"2348022221412\"\n        },\n        \"meta\": {\n            \"amount\": \"100000\",\n            \"skip_consent\": \"true\",\n            \"bvn\": \"r9GRjFbVBuAjIVQgWSPFXEgpMfh12NB0\",\n            \"biller_code\" : \"000019\",\n            \"customer_consent\": \"\"//base64 pdf or image\n        },\n        \"details\": {}\n    }\n}","options":{"raw":{"language":"json"}}},"url":"https://api.onepipe.io/v2/transact"},"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": \"Successful\",\n    \"message\": \"Transaction processed successfully\",\n    \"data\": {\n        \"provider_response_code\": \"00\",\n        \"provider\": \"PaywithAccount\",\n        \"errors\": null,\n        \"error\": null,\n        \"provider_response\": {\n            \"reference\": \"RC1544159/1557/0003413634\",\n            \"account_number\": \"2247916766\",\n            \"contract_code\": null,\n            \"account_reference\": \"RC1544159/1557/0003413634\",\n            \"account_name\": null,\n            \"currency_code\": \"NGN\",\n            \"customer_email\": \"roqak1@gmail.com\",\n            \"bank_name\": null,\n            \"bank_code\": \"033\",\n            \"account_type\": null,\n            \"status\": \"ACTIVE\",\n            \"created_on\": \"2024-07-23 15:19:51\",\n            \"meta\": {\n                \"subscription_id\": 788,\n                \"existing_subscription\": false\n            }\n        },\n        \"client_info\": null\n    }\n}"}],"_postman_id":"6da012a1-bd11-4307-8585-7fa87da654c8"},{"name":"3. Collect payment - PWA skip consent","id":"2b9d0fdd-9691-4e9e-9894-3e143472457b","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Authorization","value":"Bearer hSk84fnb2GeOVZ4JbUcu_ca608e4d33b2408e90b3a97157b581d7","type":"text"},{"key":"Signature","value":"3a2b58350e8068507e6b5bff106850a5","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"request_ref\": \"111111111\",\n    \"request_type\": \"collect\",\n    \"auth\": {\n        \"type\": \"bank.account\",\n        \"secure\": \"z5wGtqxYQLBE9P414VxW/M06JT38iBf+2seyxg08CsZRB2eq/BVWsoRbK8mjuK87dNvZYML8cHviklA6K8T4xw==\",\n        \"auth_provider\": \"PaywithAccount\"\n    },\n    \"transaction\": {\n        \"mock_mode\": \"Live\",\n        \"transaction_ref\": \"998383938292\",\n        \"transaction_desc\": \"A nice narration\",\n        \"transaction_ref_parent\": null,\n        \"amount\": 10800,\n        \"customer\": {\n            \"customer_ref\": \"2348022222222\",\n            \"firstname\": \"Koko\",\n            \"surname\": \"Below\",\n            \"email\": \"kokobelow@gmail.com\",\n            \"mobile_no\": \"2348022222222\"\n        },\n        \"meta\": {\n            // \"subscription_id\":902\n            \"biller_code\" : \"000019\",\n            \"skip_consent\": \"false\", //true or false (needs to be enabled)\n            \"customer_consent\": \"\" //url or base64 PDF\n            /*\n            \"type\":\"subscription\",\n            \"repeat_frequency\":\"daily\",\n            \"repeat_start_date\":\"2025-04-09-08-00-00\",//yyyy-MM-dd-hh-mm-ss\n            \"repeat_end_date\":\"2025-04-10-08-00-00\"//yyyy-MM-dd-hh-mm-ss   \n            */         \n        },\n        \"details\": {}\n    }\n}","options":{"raw":{"language":"json"}}},"url":"https://api.onepipe.io/v2/transact","description":"<p><strong>Collect (Direct Debit)</strong></p>\n<p>This service is used to initiate a single payment debit from a customer’s bank account. This method requires the payer’s account details to be provided explicitly.<br />For this request to succeed, the customer must already have an active mandate on their account. In other words, their account had to be tokenized beforehand. Without a valid mandate, the debit attempt will fail.</p>\n<ul>\n<li><p><strong>Auth Object</strong></p>\n<ul>\n<li><p><strong>type</strong>: <code>\"bank.account\"</code> → specifies that the debit is being done on a bank account.</p>\n</li>\n<li><p><strong>secure</strong>: contains the encrypted token (linked to the customer’s account) that was created when the mandate was set up. This token is what authorizes the debit.</p>\n</li>\n<li><p><strong>auth_provider</strong>: <code>\"PaywithAccount\"</code>.</p>\n</li>\n</ul>\n</li>\n<li><p><strong>Amount</strong>: the amount to be debited from the customer’s account.</p>\n<ul>\n<li>The value must be provided in kobo (e.g., 1560000 = ₦15,600).</li>\n</ul>\n</li>\n<li><p><strong>Meta Object</strong></p>\n<ul>\n<li><p><strong>biller_code</strong> → identifies the biller on whose behalf the debit is being made.</p>\n<ul>\n<li>This field is mandatory and must match the biller’s registered code.</li>\n</ul>\n</li>\n</ul>\n</li>\n</ul>\n<h4 id=\"notes\"><strong>Notes</strong></h4>\n<ul>\n<li><p>This request is not an instruction for the customer to initiate payment. Instead, the debit is initiated directly on the customer’s tokenized account.</p>\n</li>\n<li><p>The secure field is critical, as it ensures the debit is tied to the correct customer mandate.</p>\n</li>\n</ul>\n","urlObject":{"path":["v2","transact"],"host":["https://api.onepipe.io"],"query":[],"variable":[]}},"response":[{"id":"1b364827-a01b-43a4-8ac3-3158bf2c0b8f","name":"Successful","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer hSk84fnb2GeOVZ4JbUcu_ca608e4d33b2408e90b3a97157b581d7"},{"key":"Signature","value":"3a2b58350e8068507e6b5bff106850a5"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"request_ref\": \"111111111\",\n    \"request_type\": \"collect\",\n    \"auth\": {\n        \"type\": \"bank.account\",\n        \"secure\": \"z5wGtqxYQLBE9P414VxW/M06JT38iBf+2seyxg08CsZRB2eq/BVWsoRbK8mjuK87dNvZYML8cHviklA6K8T4xw==\",\n        \"auth_provider\": \"PaywithAccount\"\n    },\n    \"transaction\": {\n        \"mock_mode\": \"Live\",\n        \"transaction_ref\": \"998383938292\",\n        \"transaction_desc\": \"A nice narration\",\n        \"transaction_ref_parent\": null,\n        \"amount\": 10800,\n        \"customer\": {\n            \"customer_ref\": \"2348022221412\",\n            \"firstname\": \"Ope\",\n            \"surname\": \"Adeoye\",\n            \"email\": \"opeadeoye@gmail.com\",\n            \"mobile_no\": \"2348022221412\"\n        },\n        \"meta\": {\n            // \"subscription_id\":902\n            \"biller_code\" : \"000019\",\n            \"skip_consent\": \"true\",\n            \"customer_consent\": \"\"//url\n        },\n        \"details\": {}\n    }\n}","options":{"raw":{"language":"json"}}},"url":"https://api.onepipe.io/v2/transact"},"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": \"Successful\",\n    \"message\": \"Transaction processed successfully\",\n    \"data\": {\n        \"provider_response_code\": \"00\",\n        \"provider\": \"NIBSS\",\n        \"errors\": null,\n        \"error\": null,\n        \"provider_response\": {\n            \"provider_auth_token\": \"2247916766;033\",\n            \"paymentoptions\": [],\n            \"transaction_final_amount\": 10000,\n            \"reference\": \"71443160051373\",\n            \"meta\": {\n                \"session_id\": null,\n                \"start_date\": \"2024-10-30\",\n                \"end_date\": \"2025-11-08\",\n                \"expected_transaction_count\": 0,\n                \"successful_transaction_count\": 0,\n                \"failed_transaction_count\": 0,\n                \"subscription_id\": 1444\n            }\n        },\n        \"client_info\": {\n            \"name\": null,\n            \"id\": null,\n            \"bank_cbn_code\": null,\n            \"bank_name\": null,\n            \"console_url\": null,\n            \"js_background_image\": null,\n            \"css_url\": null,\n            \"logo_url\": null,\n            \"footer_text\": null,\n            \"show_options_icon\": false,\n            \"paginate\": false,\n            \"paginate_count\": 0,\n            \"options\": null,\n            \"merchant\": null,\n            \"colors\": null,\n            \"meta\": null\n        }\n    }\n}"}],"_postman_id":"2b9d0fdd-9691-4e9e-9894-3e143472457b"}],"id":"f043d0ad-3ac0-49d7-ad09-f3152f1f4c90","_postman_id":"f043d0ad-3ac0-49d7-ad09-f3152f1f4c90","description":""},{"name":"Merchants","item":[{"name":"1. Create Merchant","id":"b277720a-6a34-4b74-ace7-c0564452419b","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Authorization","value":"Bearer hSk84fnb2GeOVZ4JbUcu_ca608e4d33b2408e90b3a97157b581d7","type":"text"},{"key":"Signature","value":"3a2b58350e8068507e6b5bff106850a5","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"request_ref\": \"111111111\",\n    \"request_type\": \"create merchant\",\n    \"auth\": {\n        \"auth_provider\": \"PaywithAccount\",\n        \"secure\": null,\n        \"type\": null,\n        \"route_mode\": null\n    },\n    \"transaction\": {\n        \"mock_mode\": \"Inspect\",\n        \"transaction_ref\": \"998383938292\",\n        \"transaction_desc\": \"Applying for a new merchant account\",\n        \"transaction_ref_parent\": \"\",\n        \"amount\": 0,\n        \"customer\":{\n            \"customer_ref\": \"2348033331412\",\n            \"firstname\": \"Uju\",\n            \"surname\": \"Usmanu\",\n            \"email\": \"ujuusmanu@gmail.com\", //unique identifier\n            \"mobile_no\": \"2348033331412\"\n        },\n        \"meta\": {   \n         /*all required*/          \n            \"beta\": \"enabled\",\n            \"biller_sector\": \"Aggregator\",\n            \"simple_payment\": \"enabled\",\n            \"webhook_url\": \"http://beeceptor.com/paywa\",\n            \"whatsapp_contact_name\": \"Opeyemi\",\n            \"whatsapp_contact_no\": \"08033331412\",\n            \"business_short_name\": \"TAJSONS\"              \n        },\n        \"details\": {\n            /*all required*/ \n            \"business_name\": \"Taju and sons\",\n            \"rc_number\": \"09994004\",\n            \"settlement_account_no\": \"0987654321\",\n            \"settlement_bank_code\": \"050\",\n            \"tin\": \"0499499\",\n            \"address\": \"Ikeja\",\n            \"notification_phone_number\": \"09066870818,09033994985\", //csv\n            \"notification_email\": \"email@email.com\"\n        },\n        \"options\": null\n    }\n}","options":{"raw":{"language":"json"}}},"url":"https://api.onepipe.io/v2/transact","description":"<h3 id=\"create-merchant-transaction\">Create Merchant Transaction</h3>\n<p>This endpoint allows you to initiate a transaction for creating a new merchant.</p>\n<h4 id=\"request-body\">Request Body</h4>\n<ul>\n<li><p><code>request_ref</code> (string): A unique reference for the request.</p>\n</li>\n<li><p><code>request_type</code> (string): Indicates the type of request, in this case, \"create merchant\".</p>\n</li>\n<li><p><code>auth</code> (object): Authentication details including the provider and security settings.</p>\n<ul>\n<li><code>auth_provider</code> (string): The authentication provider, e.g., \"PaywithAccount\".</li>\n</ul>\n</li>\n<li><p><code>transaction</code> (object): Details of the transaction.</p>\n<ul>\n<li><p><code>mock_mode</code> (string): The mode for mocking the transaction, e.g., \"Inspect\".</p>\n</li>\n<li><p><code>transaction_ref</code> (string): Reference for the transaction.</p>\n</li>\n<li><p><code>transaction_desc</code> (string): Description of the transaction.</p>\n</li>\n<li><p><code>amount</code> (number): The transaction amount.</p>\n</li>\n<li><p><code>customer</code> (object): Details of the customer initiating the transaction.</p>\n<ul>\n<li><p><code>customer_ref</code> (string): Reference for the customer.</p>\n</li>\n<li><p><code>firstname</code> (string): Customer's first name.</p>\n</li>\n<li><p><code>surname</code> (string): Customer's surname.</p>\n</li>\n<li><p><code>email</code> (string): Customer's email address.</p>\n</li>\n<li><p><code>mobile_no</code> (string): Customer's mobile number.</p>\n</li>\n</ul>\n</li>\n<li><p><code>meta</code> (object): Additional meta information for the transaction.</p>\n<ul>\n<li><p><code>beta</code> (string): Indicates if beta features are enabled.</p>\n</li>\n<li><p><code>biller_sector</code> (string): Sector of the biller.</p>\n</li>\n<li><p><code>simple_payment</code> (string): Indicates if simple payment is enabled.</p>\n</li>\n<li><p><code>webhook_url</code> (string): URL for webhook notifications.</p>\n</li>\n<li><p><code>whatsapp_contact_name</code> (string): Name of the WhatsApp contact.</p>\n</li>\n<li><p><code>whatsapp_contact_no</code> (string): WhatsApp contact number.</p>\n</li>\n<li><p><code>business_short_name</code> (string): Short name of the business.</p>\n</li>\n</ul>\n</li>\n<li><p><code>details</code> (object): Details related to the business.</p>\n<ul>\n<li><p><code>business_name</code> (string): Name of the business.</p>\n</li>\n<li><p><code>rc_number</code> (string): Registration number of the business.</p>\n</li>\n<li><p><code>settlement_account_no</code> (string): Account number for settlement.</p>\n</li>\n<li><p><code>settlement_bank_code</code> (string): Bank code for settlement.</p>\n</li>\n<li><p><code>tax_id</code> (string): Tax identification number.</p>\n</li>\n<li><p><code>address_line_1</code> (string): Address line 1 for the business.</p>\n</li>\n<li><p><code>notification_phone</code> (string): Notification phone numbers.</p>\n</li>\n<li><p><code>notification_email</code> (string): Notification email addresses.</p>\n</li>\n</ul>\n</li>\n</ul>\n</li>\n<li><p><code>options</code> (null): Additional options for the transaction.</p>\n</li>\n</ul>\n<h4 id=\"response\">Response</h4>\n<p>The response for this request is a JSON object with the following schema:</p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-json\">{\n  \"status\": \"\",\n  \"message\": \"\",\n  \"data\": {\n    \"provider_response_code\": \"\",\n    \"provider\": \"\",\n    \"errors\": null,\n    \"error\": null,\n    \"provider_response\": {\n      \"reference\": 0,\n      \"account_number\": \"\",\n      \"contract_code\": null,\n      \"account_reference\": \"\",\n      \"account_name\": \"\",\n      \"currency_code\": \"\",\n      \"customer_email\": \"\",\n      \"bank_name\": null,\n      \"bank_code\": null,\n      \"account_type\": null,\n      \"status\": \"\",\n      \"created_on\": \"\",\n      \"meta\": {\n        \"biller_code\": \"\"\n      }\n    },\n    \"client_info\": {\n      \"name\": null,\n      \"id\": null,\n      \"bank_cbn_code\": null,\n      \"bank_name\": null,\n      \"console_url\": null,\n      \"js_background_image\": null,\n      \"css_url\": null,\n      \"logo_url\": null,\n      \"footer_text\": null,\n      \"show_options_icon\": true,\n      \"paginate\": true,\n      \"paginate_count\": 0,\n      \"options\": null,\n      \"merchant\": null,\n      \"colors\": null,\n      \"meta\": null\n    }\n  }\n}\n\n</code></pre>\n<p>The response includes various fields such as <code>status</code>, <code>message</code>, <code>data</code>, <code>provider_response_code</code>, <code>provider</code>, and <code>client_info</code>.</p>\n","urlObject":{"path":["v2","transact"],"host":["https://api.onepipe.io"],"query":[],"variable":[]}},"response":[{"id":"dd9f679a-83b8-417d-b292-ccb44d2f29d9","name":"Successful","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer hSk84fnb2GeOVZ4JbUcu_ca608e4d33b2408e90b3a97157b581d7","type":"text"},{"key":"Signature","value":"3a2b58350e8068507e6b5bff106850a5","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"request_ref\": \"111111111\",\n    \"request_type\": \"create merchant\",\n    \"auth\": {\n        \"auth_provider\": \"PaywithAccount\",\n        \"secure\": null,\n        \"type\": null,\n        \"route_mode\": null\n    },\n    \"transaction\": {\n        \"mock_mode\": \"Inspect\",\n        \"transaction_ref\": \"998383938292\",\n        \"transaction_desc\": \"Applying for a new merchant account\",\n        \"transaction_ref_parent\": \"\",\n        \"amount\": 0,\n        \"customer\": {\n            \"customer_ref\": \"2348022221412\",\n            \"mobile_no\": \"2348022221412\",\n            \"firstname\": \"Opeyemi\",\n            \"surname\": \"Adeoye\",\n            \"middlename\": \"A\",\n            \"email\": \"ope+test@onepipe.io\"\n        },\n        \"meta\": {   \n            /*all required*/          \n            \"beta\": \"enabled\",\n            \"biller_sector\": \"Aggregator\",\n            \"simple_payment\": \"enabled\",\n            \"webhook_url\": \"https://qa-ecommerce/onepipe/feedback?id={merchant_code}\",\n            \"whatsapp_contact_name\": \"Opeyemi\",\n            \"whatsapp_contact_no\": \"Adeoye\",\n            \"business_short_name\": \"TAJSONS\"            \n        },\n        \"details\": {\n            /*all required*/ \n            \"business_name\": \"Taju and sons\",\n            \"rc_number\": \"09994004\",\n            \"settlement_account_no\": \"005995849\",\n            \"settlement_bank_code\": \"050\",\n            \"tax_id\": \"0499499\",\n            \"address_line_1\": \"Ikeja\",\n            \"notification_phone\": \"09066870818,09033994985\", //csv\n            \"notification_email\": \"email@email.com,email2@email.com\" //csv\n        },\n        \"options\": null\n    }\n}","options":{"raw":{"language":"json"}}},"url":"https://api.onepipe.io/v2/transact"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"content-length","value":"820"},{"key":"content-type","value":"application/json; charset=utf-8"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": \"Successful\",\n    \"message\": \"Transaction processed successfully\",\n    \"data\": {\n        \"provider_response_code\": \"00\",\n        \"provider\": \"PaywithAccount\",\n        \"errors\": null,\n        \"error\": null,\n        \"provider_response\": {\n            \"reference\": 33139541642,\n            \"account_number\": \"2233305555\",\n            \"contract_code\": null,\n            \"account_reference\": \"48214462006092\",\n            \"account_name\": \"Taju and sons\",\n            \"currency_code\": \"NGN\",\n            \"customer_email\": \"ope+test@onepipe.io\",\n            \"bank_name\": null,\n            \"bank_code\": null,\n            \"account_type\": null,\n            \"status\": \"ACTIVE\",\n            \"created_on\": \"2020-04-05 23:08:01\",\n            \"meta\": {\n                \"biller_code\": \"000003\"\n            }\n        },\n        \"client_info\": {\n            \"name\": null,\n            \"id\": null,\n            \"bank_cbn_code\": null,\n            \"bank_name\": null,\n            \"console_url\": null,\n            \"js_background_image\": null,\n            \"css_url\": null,\n            \"logo_url\": null,\n            \"footer_text\": null,\n            \"show_options_icon\": false,\n            \"paginate\": false,\n            \"paginate_count\": 0,\n            \"options\": null,\n            \"merchant\": null,\n            \"colors\": null,\n            \"meta\": null\n        }\n    }\n}"}],"_postman_id":"b277720a-6a34-4b74-ace7-c0564452419b"},{"name":"2. Update Merchant","id":"ba800638-1611-45e1-b8bd-1f2b81e91234","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Authorization","value":"Bearer hSk84fnb2GeOVZ4JbUcu_ca608e4d33b2408e90b3a97157b581d7","type":"text"},{"key":"Signature","value":"3a2b58350e8068507e6b5bff106850a5","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"request_ref\": \"111111111\",\n    \"request_type\": \"update merchant\",\n    \"auth\": {\n        \"auth_provider\": \"PaywithAccount\",\n        \"secure\": null,\n        \"type\": null,\n        \"route_mode\": null\n    },\n    \"transaction\": {\n        \"mock_mode\": \"Inspect\",\n        \"transaction_ref\": \"998383938292\",\n        \"transaction_desc\": \"Update merchant information\",\n        \"transaction_ref_parent\": \"\",\n        \"amount\": 0,\n        \"customer\":{\n            \"customer_ref\": \"2348033331412\",\n            \"firstname\": \"Uju\",\n            \"surname\": \"Usmanu\",\n            \"email\": \"ujuusmanu@gmail.com\",\n            \"mobile_no\": \"2348033331412\"\n        },\n        \"meta\": {\n            /**all optional**/            \n            \"status\": \"active\", //\"active|inactive\",\n            \"biller_name\": \"Koko Below Stores\"\n            /*\n            \"tin\": \"\",\n            \"bank_code\": \"\",\n            \"bank_account_number\": \"\",\n            \"address\": \"\",\n            \"notification_phone_number\": \"\", //csv\n            \"notification_email\": \"\",\n            \"webhook_url\": \"\",\n            \"virtual_account_expiration\": \"\",\n            \"whatsapp_contact_number\": \"\",\n            \"whatsapp_contact_name\": \"\",\n            \"ussd_description\": \"\",\n            \"business_short_name\": \"\",\n            \"ussd_success_response_message\": \"\",\n            \"ussd_failure_response_message\": \"\",\n            \"ussd_failure_sms\": \"\",\n            \"ussd_success_sms\": \"\",\n            \"ussd_custom_fields\": \"age,bvn\" //csv\n            */\n        },\n        \"details\": {},\n        \"options\": null\n    }\n}","options":{"raw":{"language":"json"}}},"url":"https://api.onepipe.io/v2/transact","description":"<p><strong>Update Merchant</strong></p>\n<p>The Update Merchant endpoint is used to update a merchant’s profile or configuration details.</p>\n<ul>\n<li><p>The <code>customer_ref</code> and <code>email</code> in the <code>customer</code> object are required.</p>\n</li>\n<li><p>All other fields (both in <code>customer</code> and <code>meta</code>) are optional.</p>\n</li>\n<li><p>Only include the fields you want to update in the request.</p>\n</li>\n</ul>\n<h4 id=\"transaction-object\">Transaction Object</h4>\n<ul>\n<li><p><strong>transaction_desc:</strong> <code>\"Update merchant information\"</code>.</p>\n</li>\n<li><p><strong>amount:</strong> always <code>0</code> (no funds are moved).</p>\n</li>\n</ul>\n<p><strong>Customer Object</strong></p>\n<ul>\n<li><p><code>customer_ref</code> → required. Must be the merchant’s registered customer reference (13-digit phone number).</p>\n</li>\n<li><p><code>email</code> → required. Merchant’s email address.</p>\n</li>\n<li><p><code>firstname</code>, <code>surname</code>, <code>mobile_no</code> → optional;</p>\n</li>\n</ul>\n<p><strong>Meta Object</strong></p>\n<p>Holds the fields you want to update. All fields are optional. Common examples:</p>\n<ul>\n<li><p><code>status:</code> <code>\"active\"</code> or <code>\"inactive\"</code>.</p>\n</li>\n<li><p><code>biller_name:</code> Merchant’s display or business name.</p>\n</li>\n<li><p><code>webhook_url:</code> URL to receive transaction notifications.</p>\n</li>\n<li><p><code>notification_phone_number:</code> Comma-separated list of phone numbers for alerts.</p>\n</li>\n<li><p><code>notification_email:</code> Email address for notifications.</p>\n</li>\n</ul>\n","urlObject":{"path":["v2","transact"],"host":["https://api.onepipe.io"],"query":[],"variable":[]}},"response":[{"id":"8525036b-c4e0-4d74-9399-3b7e7002af40","name":"Successful","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer hSk84fnb2GeOVZ4JbUcu_ca608e4d33b2408e90b3a97157b581d7","type":"text"},{"key":"Signature","value":"3a2b58350e8068507e6b5bff106850a5","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"/*****TODO**************************************\n1. Implement and make it fully functional\n2. Thoroughly test it\n3. Ensure all meta elements are optional\n************************************************/\n\n{\n    \"request_ref\": \"111111111\",\n    \"request_type\": \"update merchant\",\n    \"auth\": {\n        \"auth_provider\": \"PaywithAccount\",\n        \"secure\": null,\n        \"type\": null,\n        \"route_mode\": null\n    },\n    \"transaction\": {\n        \"mock_mode\": \"Inspect\",\n        \"transaction_ref\": \"998383938292\",\n        \"transaction_desc\": \"Update merchant information\",\n        \"transaction_ref_parent\": \"\",\n        \"amount\": 0,\n        \"customer\": {\n            \"customer_ref\": \"2348022221412\",\n            \"mobile_no\": \"2348022221412\",\n            \"firstname\": \"Opeyemi\",\n            \"surname\": \"Adeoye\",\n            \"middlename\": \"A\",\n            \"email\": \"ope+test@onepipe.io\"\n        },\n        \"meta\": {\n            /**all optional**/            \n            \"status\": \"active|inactive\",\n            \"biller_name\": \"\",\n            \"tax_id\": \"\",\n            \"bank_code\": \"\",\n            \"bank_account_number\": \"\",\n            \"address\": \"\",\n            \"notification_phone_number\": \"\", //csv\n            \"notification_email\": \"\",\n            \"webhook_url\": \"\",\n            \"virtual_account_expiration\": \"\",\n            \"whatsapp_contact_number\": \"\",\n            \"whatsapp_contact_name\": \"\",\n            \"ussd_description\": \"\",\n            \"business_short_name\": \"\",\n            \"ussd_success_response_message\": \"\",\n            \"ussd_failure_response_message\": \"\",\n            \"ussd_failure_sms\": \"\",\n            \"ussd_success_sms\": \"\",\n            \"ussd_custom_fields\": \"age,bvn\" //csv\n        },\n        \"details\": {},\n        \"options\": null\n    }\n}","options":{"raw":{"language":"json"}}},"url":"https://api.onepipe.io/v2/transact"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"content-length","value":"540"},{"key":"content-type","value":"application/json; charset=utf-8"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": \"Successful\",\n    \"message\": \"Transaction processed successfully\",\n    \"data\": {\n        \"provider_response_code\": \"00\",\n        \"provider\": \"PaywithAccount\",\n        \"errors\": null,\n        \"error\": null,\n        \"provider_response\": {\n            \"status\": \"ACTIVE\",\n            \"created_on\": \"2020-04-05 23:08:01\",\n            \"meta\": {}\n        },\n        \"client_info\": {\n            \"name\": null,\n            \"id\": null,\n            \"bank_cbn_code\": null,\n            \"bank_name\": null,\n            \"console_url\": null,\n            \"js_background_image\": null,\n            \"css_url\": null,\n            \"logo_url\": null,\n            \"footer_text\": null,\n            \"show_options_icon\": false,\n            \"paginate\": false,\n            \"paginate_count\": 0,\n            \"options\": null,\n            \"merchant\": null,\n            \"colors\": null,\n            \"meta\": null\n        }\n    }\n}"}],"_postman_id":"ba800638-1611-45e1-b8bd-1f2b81e91234"},{"name":"3. Lookup Merchant","id":"9172e163-e0e8-403b-ba39-2ae9365d7fc5","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Authorization","value":"Bearer hSk84fnb2GeOVZ4JbUcu_ca608e4d33b2408e90b3a97157b581d7","type":"text"},{"key":"Signature","value":"3a2b58350e8068507e6b5bff106850a5","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"request_ref\": \"111111111\",\n    \"request_type\": \"lookup merchant\",\n    \"auth\": {\n        \"auth_provider\": \"PaywithAccount\",\n        \"secure\": null,\n        \"type\": null,\n        \"route_mode\": null\n    },\n    \"transaction\": {\n        \"mock_mode\": \"Live\",\n        \"transaction_ref\": \"998383938292\",\n        \"transaction_desc\": \"Get merchant details\",\n        \"transaction_ref_parent\": \"\",\n        \"amount\": 0,\n        \"customer\":{\n            \"customer_ref\": \"000019\", //supports biller_code, email\n            \"firstname\": null,\n            \"surname\": null,\n            \"email\": null,\n            \"mobile_no\": null\n        },\n        \"meta\": {},\n        \"details\": {},\n        \"options\": null\n    }\n}","options":{"raw":{"language":"json"}}},"url":"https://api.onepipe.io/v2/transact","description":"<p><strong>Lookup Merchant</strong></p>\n<p>The Lookup Merchant endpoint is used to check if a merchant already exists on the platform.<br />The unique identifier for lookup is passed in the <code>customer_ref</code> field, which is the biller code assigned to the merchant when created, or the email address, which is unique per merchant</p>\n<h4 id=\"transaction-object\">Transaction Object</h4>\n<ul>\n<li><p><strong>transaction_desc</strong> → <code>\"Get merchant details\"</code>.</p>\n</li>\n<li><p><strong>amount</strong> → always <code>0</code> (no monetary value is involved).</p>\n</li>\n</ul>\n<p><strong>Customer Object</strong></p>\n<ul>\n<li><p><code>customer_ref</code> → required (biller code or email).</p>\n</li>\n<li><p>Other fields (<code>firstname</code>, <code>surname</code>, <code>email</code>, <code>mobile_no</code>) → optional and not used for this check (should be <code>null</code> or empty).</p>\n</li>\n</ul>\n","urlObject":{"path":["v2","transact"],"host":["https://api.onepipe.io"],"query":[],"variable":[]}},"response":[{"id":"0422a8e3-3907-4cf0-960b-85942dd36780","name":"Successful","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer hSk84fnb2GeOVZ4JbUcu_ca608e4d33b2408e90b3a97157b581d7","type":"text"},{"key":"Signature","value":"3a2b58350e8068507e6b5bff106850a5","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"request_ref\": \"111111111\",\n    \"request_type\": \"lookup merchant\",\n    \"auth\": {\n        \"auth_provider\": \"PaywithAccount\",\n        \"secure\": null,\n        \"type\": null,\n        \"route_mode\": null\n    },\n    \"transaction\": {\n        \"mock_mode\": \"Inspect\",\n        \"transaction_ref\": \"998383938292\",\n        \"transaction_desc\": \"Update merchant information\",\n        \"transaction_ref_parent\": \"\",\n        \"amount\": 0,\n        \"customer\":{\n            \"customer_ref\": \"2348022222222\", //supports pnone_no, biller_code, email\n            \"firstname\": null,\n            \"surname\": null,\n            \"email\": null,\n            \"mobile_no\": null\n        },\n        \"meta\": {},\n        \"details\": {},\n        \"options\": null\n    }\n}","options":{"raw":{"language":"json"}}},"url":"https://onepipe.proxy.beeceptor.com/onepipe_api/paywithaccount/lookup_merchant"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Alt-Svc","value":"h3=\":443\"; ma=2592000"},{"key":"Content-Length","value":"1660"},{"key":"Content-Type","value":"application/json"},{"key":"Date","value":"Sun, 30 Mar 2025 17:55:16 GMT"},{"key":"Vary","value":"Accept-Encoding"},{"key":"X-Beeceptor-Rule-Id","value":"fsdw7wz1b1t"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": \"Successful\",\n    \"message\": \"Transaction processed successfully\",\n    \"data\": {\n        \"provider_response_code\": \"00\",\n        \"provider\": \"PaywithAccount\",\n        \"errors\": null,\n        \"error\": null,\n        \"provider_response\": {\n            \"status\": \"ACTIVE\",\n            \"created_on\": \"2020-04-05 23:08:01\",\n            \"biller_name\": \"Koko Below Stores\",\n            \"biller_code\": \"000019\",\n            \"tax_id\": \"\",\n            \"bank_code\": \"\",\n            \"bank_account_number\": \"\",\n            \"address\": \"\",\n            \"notification_phone_number\": \"\", //csv\n            \"notification_email\": \"\",\n            \"webhook_url\": \"\",\n            \"virtual_account_expiration\": \"\",\n            \"whatsapp_contact_number\": \"\",\n            \"whatsapp_contact_name\": \"\",\n            \"ussd_description\": \"\",\n            \"business_short_name\": \"\",\n            \"ussd_success_response_message\": \"\",\n            \"ussd_failure_response_message\": \"\",\n            \"ussd_failure_sms\": \"\",\n            \"ussd_success_sms\": \"\",\n            \"ussd_custom_fields\": \"age,bvn\", //csv\n            \"meta\": {}\n        },\n        \"client_info\": {\n            \"name\": null,\n            \"id\": null,\n            \"bank_cbn_code\": null,\n            \"bank_name\": null,\n            \"console_url\": null,\n            \"js_background_image\": null,\n            \"css_url\": null,\n            \"logo_url\": null,\n            \"footer_text\": null,\n            \"show_options_icon\": false,\n            \"paginate\": false,\n            \"paginate_count\": 0,\n            \"options\": null,\n            \"merchant\": null,\n            \"colors\": null,\n            \"meta\": null\n        }\n    }\n}"}],"_postman_id":"9172e163-e0e8-403b-ba39-2ae9365d7fc5"}],"id":"cabdc5bb-7b16-4917-9225-49d2430b9f14","_postman_id":"cabdc5bb-7b16-4917-9225-49d2430b9f14","description":""},{"name":"Others","item":[{"name":"_utils","item":[{"name":"1.1 Query","id":"46c00832-7cde-4fdc-ba45-d8514065581b","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Authorization","value":"Bearer hSk84fnb2GeOVZ4JbUcu_ca608e4d33b2408e90b3a97157b581d7"},{"key":"Signature","value":"3a2b58350e8068507e6b5bff106850a5"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n\t\"request_ref\":\"111111111\",\n\t\"request_type\":\"create merchant\",\n\t\"transaction\":{\n\t\t\"transaction_ref\": \"55260590984186\" // same transaction ref used for the original API call you're trying to re-query\n\t}\n}","options":{"raw":{"language":"json"}}},"url":"https://api.onepipe.io/v2/transact/query","urlObject":{"path":["v2","transact","query"],"host":["https://api.onepipe.io"],"query":[],"variable":[]}},"response":[],"_postman_id":"46c00832-7cde-4fdc-ba45-d8514065581b"},{"name":"2.1 Get Banks","id":"a470542f-5034-400c-8999-a95eb47212fd","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Authorization","value":"Bearer hSk84fnb2GeOVZ4JbUcu_ca608e4d33b2408e90b3a97157b581d7"},{"key":"Signature","value":"3a2b58350e8068507e6b5bff106850a5"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\r\n  \"request_ref\":\"111111111\", \r\n  \"request_type\":\"get_banks\",\r\n  \"auth\": {\r\n    \"type\": null, \r\n    \"secure\": null,\r\n    \"auth_provider\": \"PaywithAccount\",\r\n    \"route_mode\": null\r\n  },\r\n  \"transaction\": {\r\n    \"mock_mode\": \"Inspect\", \r\n    \"transaction_ref\": \"998383938292\", \r\n    \"transaction_desc\": \"A random transaction\", \r\n    \"transaction_ref_parent\": null, \r\n    \"amount\": 0,\r\n    \"customer\": {\r\n            \"customer_ref\": \"2348022222222\",\r\n            \"firstname\": \"Koko\",\r\n            \"surname\": \"Below\",\r\n            \"email\": \"kokobelow@gmail.com\",\r\n            \"mobile_no\": \"2348022222222\"\r\n        },\r\n    \"meta\":{\r\n    \t\"pwa_enabled_only\": true\r\n    },\r\n    \"details\": null\r\n  }\r\n}"},"url":"https://api.onepipe.io/v2/transact","description":"<p>With this, you can KYC a customer's bank verification number.This service unlike <code>LOOKUP BVN MIN</code>and <code>LOOKUP BVN MID</code> returns  maximum KYC information.</p>\n<h4 id=\"sequence-of-calls\">Sequence of calls</h4>\n<ul>\n<li>Primary call: <code>/v2/transact</code></li>\n<li>Provider responds with WaitingForOTP or PendingValidation (if required)</li>\n<li>Call <code>v2/transact/validate</code> to supply OTP if needed</li>\n<li>Provider responds with any of the completion codes <code>Successful</code> or <code>Failed</code>.\n*Call <code>/transact/validate</code> to supply OTP if needed</li>\n<li>To query the status of a transaction, a call can be made to  <code>/v2/transact/query</code> endpoint.</li>\n<li>Depending on the provider, the app can call <code>v2/transact/reverse</code> to request a reversal</li>\n</ul>\n<h4 id=\"interpreting-the-response\">Interpreting the response</h4>\n<ul>\n<li>Read the reponse</li>\n<li>Read the <code>provider_response</code> Object</li>\n</ul>\n<h4 id=\"possible-status-values\">Possible status values</h4>\n<ul>\n<li><strong>Successful</strong>: Success</li>\n<li><strong>[Anything else]</strong>: Error. Read the errors object(s)</li>\n</ul>\n<h4 id=\"breakdown-of-the-details-in-the-request-object\">Breakdown of the details in the Request Object</h4>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Element</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>bvn</td>\n<td>Customer bvn to look up</td>\n</tr>\n<tr>\n<td>otp_override</td>\n<td><strong>OPTIONAL</strong> Defaults to <code>false</code>. If set to <code>true</code>, request will not be validated by OTP.</td>\n</tr>\n<tr>\n<td>dob</td>\n<td>The date of birth to match in <code>yyyy-MM-dd</code> format</td>\n</tr>\n<tr>\n<td>include_image</td>\n<td>Defaults to <code>true</code>. Instructs the provider whether to include image of the BVN holder or not.</td>\n</tr>\n</tbody>\n</table>\n</div><h4 id=\"request-body-elements\">Request body elements</h4>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Element</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>request_ref</td>\n<td>A unique reference for this specific API call. Must be uniquely generated for every single call</td>\n</tr>\n<tr>\n<td>request_type</td>\n<td>Service identifier - <code>lookup_bvn_mid</code></td>\n</tr>\n<tr>\n<td>auth.type</td>\n<td><code>bvn</code>.</td>\n</tr>\n<tr>\n<td>auth.secure</td>\n<td>encrypted BVN</td>\n</tr>\n<tr>\n<td>transaction.customer.customer_ref</td>\n<td>Mobile number of the customer</td>\n</tr>\n<tr>\n<td>transaction.customer.firstname</td>\n<td>First name of the customer</td>\n</tr>\n<tr>\n<td>transaction.customer.surname</td>\n<td>Surname of the customer</td>\n</tr>\n<tr>\n<td>transaction.customer.email</td>\n<td>Email address of the customer</td>\n</tr>\n<tr>\n<td>transaction.customer.mobile_no</td>\n<td>Mobile number of the customer</td>\n</tr>\n</tbody>\n</table>\n</div><h4 id=\"response-body-elements\">Response body elements</h4>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Element</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>status</td>\n<td>Standard response. <strong>Successful</strong> or anything else.</td>\n</tr>\n<tr>\n<td>message</td>\n<td>A message or description of the response</td>\n</tr>\n<tr>\n<td>data.provider</td>\n<td>The provider that was used to process the request</td>\n</tr>\n<tr>\n<td>data.provider_response_code</td>\n<td>Response code as determined by the underlying provider</td>\n</tr>\n<tr>\n<td>data.provider_response</td>\n<td>This object contains the actual response for the provider. It contains the <code>BVN</code> details</td>\n</tr>\n</tbody>\n</table>\n</div><p><strong>NOTE</strong>: Please see information on how to compute the <code>Signature</code> header <a href=\"#authentication-headers\">here</a> </p>\n","urlObject":{"path":["v2","transact"],"host":["https://api.onepipe.io"],"query":[],"variable":[]}},"response":[{"id":"5cbd7e98-b76b-4323-9b93-908c57679528","name":"Successful","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer hSk84fnb2GeOVZ4JbUcu_ca608e4d33b2408e90b3a97157b581d7"},{"key":"Signature","value":"3a2b58350e8068507e6b5bff106850a5"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"/*****TODO**************************************\r\n1. Implement get_banks under PaywithAccount provider\r\n2. Thoroughly test it\r\n3. Include the meta flag 'pwa_enabled_only' to determine if it should bring all banks or just banks with DD enabled\r\n************************************************/\r\n\r\n{\r\n  \"request_ref\":\"111111111\", \r\n  \"request_type\":\"get_banks\",\r\n  \"auth\": {\r\n    \"type\": null, \r\n    \"secure\": null,\r\n    \"auth_provider\": \"DemoProvider\",//PaywithAccount\r\n    \"route_mode\": null\r\n  },\r\n  \"transaction\": {\r\n    \"mock_mode\": \"Inspect\", \r\n    \"transaction_ref\": \"998383938292\", \r\n    \"transaction_desc\": \"A random transaction\", \r\n    \"transaction_ref_parent\": null, \r\n    \"amount\": 0,\r\n    \"customer\":{\r\n    \t\"customer_ref\": \"2348033331412\",\r\n    \t\"firstname\": \"Uju\",\r\n        \"surname\": \"Usmanu\",\r\n    \t\"email\": \"ujuusmanu@gmail.com\",\r\n    \t\"mobile_no\": \"2348033331412\"\r\n    },\r\n    \"meta\":{\r\n    \t\"pwa_enabled_only\": true\r\n    },\r\n    \"details\": null\r\n  }\r\n}"},"url":"https://api.onepipe.io/v2/transact"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"content-length","value":"762"},{"key":"content-type","value":"application/json; charset=utf-8"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": \"Successful\",\n    \"message\": \"Transaction processed successfully\",\n    \"data\": {\n        \"provider_response_code\": \"00\",\n        \"provider\": \"DemoProvider\",\n        \"errors\": null,\n        \"error\": null,\n        \"provider_response\": {\n            \"banks\": [\n                {\n                    \"bank_code\": \"050\",\n                    \"bank_name\": \"Ecobank Bank\"\n                },\n                {\n                    \"bank_code\": \"214\",\n                    \"bank_name\": \"FCMB\"\n                },\n                {\n                    \"bank_code\": \"313\",\n                    \"bank_name\": \"Mkudi\"\n                },\n                {\n                    \"bank_code\": \"401\",\n                    \"bank_name\": \"ASOSavings\"\n                },\n                {\n                    \"bank_code\": \"917\",\n                    \"bank_name\": \"GOWANS MFB\"\n                }\n            ],\n            \"reference\": 1089408276583,\n            \"meta\": {\n                \"field_key\": \"field_value\"\n            }\n        },\n        \"client_info\": {\n            \"name\": null,\n            \"id\": null,\n            \"bank_cbn_code\": null,\n            \"bank_name\": null,\n            \"console_url\": null,\n            \"js_background_image\": null,\n            \"css_url\": null,\n            \"logo_url\": null,\n            \"footer_text\": null,\n            \"show_options_icon\": false,\n            \"paginate\": false,\n            \"paginate_count\": 0,\n            \"options\": null,\n            \"merchant\": null,\n            \"colors\": null,\n            \"meta\": null\n        }\n    }\n}"}],"_postman_id":"a470542f-5034-400c-8999-a95eb47212fd"},{"name":"3.1 Get Balance","id":"a93a40d1-77c0-4b46-beec-9a87d3d93b79","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Authorization","value":"Bearer hSk84fnb2GeOVZ4JbUcu_ca608e4d33b2408e90b3a97157b581d7"},{"key":"Signature","value":"3a2b58350e8068507e6b5bff106850a5"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"request_ref\": \"111111111\",\n    \"request_type\": \"get balance\",\n    \"auth\": {\n        \"type\": \"bank.account\",\n        \"secure\": \"z5wGtqxYQLBE9P414VxW/M06JT38iBf+2seyxg08CsZRB2eq/BVWsoRbK8mjuK87dNvZYML8cHviklA6K8T4xw==\",\n        \"auth_provider\": \"PaywithAccount\"\n    },\n    \"transaction\": {\n        \"mock_mode\": \"Inspect\",\n        \"transaction_ref\": \"998383938292\",\n        \"transaction_desc\": \"Get Account Balance\",\n        \"transaction_ref_parent\": null,\n        \"amount\": 0,\n        \"customer\": {\n            \"customer_ref\": \"2348022222222\",\n            \"firstname\": \"Koko\",\n            \"surname\": \"Below\",\n            \"email\": \"kokobelow@gmail.com\",\n            \"mobile_no\": \"2348022222222\"\n        },\n        \"meta\": {\n            \"biller_code\": \"000019\"\n        },\n        \"details\": {}\n    }\n}","options":{"raw":{"language":"json"}}},"url":"https://api.onepipe.io/v2/transact","urlObject":{"path":["v2","transact"],"host":["https://api.onepipe.io"],"query":[],"variable":[]}},"response":[{"id":"842ee2bf-f2b7-470e-80d7-4a6f7fa0bdd3","name":"Get Balance","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer hSk84fnb2GeOVZ4JbUcu_ca608e4d33b2408e90b3a97157b581d7"},{"key":"Signature","value":"3a2b58350e8068507e6b5bff106850a5"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"request_ref\": \"111111111\",\n    \"request_type\": \"get balance\",\n    \"auth\": {\n        \"type\": \"bank.account\",\n        \"secure\": \"z5wGtqxYQLBE9P414VxW/M06JT38iBf+2seyxg08CsZRB2eq/BVWsoRbK8mjuK87dNvZYML8cHviklA6K8T4xw==\",\n        \"auth_provider\": \"PaywithAccount\"\n    },\n    \"transaction\": {\n        \"mock_mode\": \"Inspect\",\n        \"transaction_ref\": \"998383938292\",\n        \"transaction_desc\": \"Get Account Balance\",\n        \"transaction_ref_parent\": null,\n        \"amount\": 0,\n        \"customer\": {\n            \"customer_ref\": \"2348022222222\",\n            \"firstname\": \"Koko\",\n            \"surname\": \"Below\",\n            \"email\": \"kokobelow@gmail.com\",\n            \"mobile_no\": \"2348022222222\"\n        },\n        \"meta\": {\n            \"biller_code\": \"000019\"\n        },\n        \"details\": {}\n    }\n}","options":{"raw":{"language":"json"}}},"url":"https://api.onepipe.io/v2/transact"},"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":""}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": \"Successful\",\n    \"message\": \"Transaction processed successfully\",\n    \"data\": {\n        \"provider_response_code\": \"00\",\n        \"provider\": \"PaywithAccount\",\n        \"errors\": null,\n        \"error\": null,\n        \"provider_response\": {\n            \"account_id\": null,\n            \"account_type\": null,\n            \"account_number\": \"0000000000\",\n            \"available_balance\": 3213757,\n            \"ledger_balance\": null,\n            \"minimum_balance\": null,\n            \"account_class\": null,\n            \"account_status\": null,\n            \"currency\": \"NGN\",\n            \"reference\": \"24167055098879\",\n            \"meta\": {}\n        },\n        \"client_info\": {\n            \"name\": null,\n            \"id\": null,\n            \"bank_cbn_code\": null,\n            \"bank_name\": null,\n            \"console_url\": null,\n            \"js_background_image\": null,\n            \"css_url\": null,\n            \"logo_url\": null,\n            \"footer_text\": null,\n            \"show_options_icon\": false,\n            \"paginate\": false,\n            \"paginate_count\": 0,\n            \"options\": null,\n            \"merchant\": null,\n            \"colors\": null,\n            \"meta\": null\n        }\n    }\n}"}],"_postman_id":"a93a40d1-77c0-4b46-beec-9a87d3d93b79"},{"name":"4.1 Lookup Account","id":"781ee01a-64e0-4cfd-be5c-f2d81cb5e6aa","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Authorization","value":"Bearer hSk84fnb2GeOVZ4JbUcu_ca608e4d33b2408e90b3a97157b581d7"},{"key":"Signature","value":"3a2b58350e8068507e6b5bff106850a5"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\r\n  \"request_ref\":\"111111111\", \r\n  \"request_type\":\"lookup_account_min\",\r\n  \"auth\": {\r\n    \"type\": \"bank.account\", \r\n    \"secure\": \"z5wGtqxYQLBE9P414VxW/M06JT38iBf+2seyxg08CsZRB2eq/BVWsoRbK8mjuK87dNvZYML8cHviklA6K8T4xw==\",\r\n    \"auth_provider\": \"PaywithAccount\",\r\n    \"route_mode\": null\r\n  },\r\n  \"transaction\": {\r\n    \"mock_mode\": \"Live\", \r\n    \"transaction_ref\": \"998383938292\", \r\n    \"transaction_desc\": \"A random transaction\", \r\n    \"transaction_ref_parent\": null, \r\n    \"amount\": 0,\r\n    \"customer\": {\r\n        \"customer_ref\": \"2348022222222\",\r\n        \"firstname\": \"Koko\",\r\n        \"surname\": \"Below\",\r\n        \"email\": \"kokobelow@gmail.com\",\r\n        \"mobile_no\": \"2348022222222\"\r\n    },\r\n    \"meta\":{},\r\n    \"details\": {}\r\n  }\r\n}"},"url":"https://api.onepipe.io/v2/transact","description":"<p>With this service, the calling apps can KYC a customer's account number or other authorization details like cards or wallets. This service will only return minimal KYC information.</p>\n","urlObject":{"path":["v2","transact"],"host":["https://api.onepipe.io"],"query":[],"variable":[]}},"response":[{"id":"0b489e55-4179-46b3-b772-7c52351dea5b","name":"Lookup Account Min - Successful","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer hSk84fnb2GeOVZ4JbUcu_ca608e4d33b2408e90b3a97157b581d7"},{"key":"Signature","value":"3a2b58350e8068507e6b5bff106850a5"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\r\n  \"request_ref\":\"111111111\", \r\n  \"request_type\":\"lookup_account_min\",\r\n  \"auth\": {\r\n    \"type\": \"bank.account\", \r\n    \"secure\": \"{{auth.bank.account}}\",\r\n    \"auth_provider\": \"Demoprovider\",\r\n    \"route_mode\": null\r\n  },\r\n  \"transaction\": {\r\n    \"mock_mode\": \"inspect\", \r\n    \"transaction_ref\": \"998383938292\", \r\n    \"transaction_desc\": \"A random transaction\", \r\n    \"transaction_ref_parent\": null, \r\n    \"amount\": 0,\r\n    \"customer\":{\r\n    \t\"customer_ref\": \"{{customer_id}}\",\r\n    \t\"firstname\": \"Uju\",\r\n    \t\"surname\": \"Usmanu\",\r\n    \t\"email\": \"ujuusmanu@gmail.com\",\r\n    \t\"mobile_no\": \"234802343132\"\r\n    },\r\n    \"meta\":{\r\n    \t\"a_key\":\"a_meta_value_1\",\r\n    \t\"b_key\":\"a_meta_value_2\"\r\n    },\r\n    \"details\": {}\r\n  }\r\n}","options":{"raw":{"language":"json"}}},"url":"https://api.onepipe.io/v2/transact"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Wed, 01 Jul 2020 23:26:45 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"518"},{"key":"Connection","value":"keep-alive"},{"key":"Server","value":"Kestrel"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": \"Successful\",\n    \"message\": \"Account details retrieved Sucessfully\",\n    \"data\": {\n        \"provider_response_code\": \"00\",\n        \"provider\": \"DemoProvider\",\n        \"errors\": null,\n        \"error\": null,\n        \"provider_response\": {\n            \"customer_id\": \"007935125\",\n            \"account_name\": \"BOLA SALAMI\",\n            \"account_number\": \"1780161243\",\n            \"last_name\": \"SALAMI\",\n            \"first_name\": \"BOLA\",\n            \"middle_name\": \"-\",\n            \"gender\": \"Female\",\n            \"account_currency\": \"NGN\",\n            \"dob\": \"1989-06-06-10-00-00\",\n            \"reference\": \"1228519650461\",\n            \"meta\": {\n                \"field_key\": \"field_value\"\n            }\n        },\n        \"client_info\": {\n            \"name\": null,\n            \"id\": null,\n            \"bank_cbn_code\": null,\n            \"bank_name\": null,\n            \"console_url\": null,\n            \"js_background_image\": null,\n            \"css_url\": null,\n            \"logo_url\": null,\n            \"footer_text\": null,\n            \"show_options_icon\": false,\n            \"paginate\": false,\n            \"paginate_count\": 0,\n            \"options\": null,\n            \"merchant\": null,\n            \"colors\": null,\n            \"meta\": null\n        }\n    }\n}"},{"id":"7b24b8c7-2225-455a-b04a-aafb3b33c1f0","name":"Lookup Account Min - Failed","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer hSk84fnb2GeOVZ4JbUcu_ca608e4d33b2408e90b3a97157b581d7"},{"key":"Signature","value":"3a2b58350e8068507e6b5bff106850a5"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\r\n  \"request_ref\":\"111111111\", \r\n  \"request_type\":\"lookup_account_min\",\r\n  \"auth\": {\r\n    \"type\": \"bank.account\", \r\n    \"secure\": \"{{auth.bank.account}}\",\r\n    \"auth_provider\": \"Demoprovider\",\r\n    \"route_mode\": null\r\n  },\r\n  \"transaction\": {\r\n    \"mock_mode\": \"live\", \r\n    \"transaction_ref\": \"998383938292\", \r\n    \"transaction_desc\": \"A random transaction\", \r\n    \"transaction_ref_parent\": null, \r\n    \"amount\": 0,\r\n    \"customer\":{\r\n    \t\"customer_ref\": \"{{customer_id}}\",\r\n    \t\"firstname\": \"Uju\",\r\n    \t\"surname\": \"Usmanu\",\r\n    \t\"email\": \"ujuusmanu@gmail.com\",\r\n    \t\"mobile_no\": \"234802343132\"\r\n    },\r\n    \"meta\":{\r\n    \t\"a_key\":\"a_meta_value_1\",\r\n    \t\"b_key\":\"a_meta_value_2\"\r\n    },\r\n    \"details\": {}\r\n  }\r\n}","options":{"raw":{"language":"json"}}},"url":"https://api.onepipe.io/v2/transact"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Wed, 01 Jul 2020 23:26:10 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"581"},{"key":"Connection","value":"keep-alive"},{"key":"Server","value":"Kestrel"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": \"Failed\",\n    \"message\": \"Invalid request mode\",\n    \"data\": {\n        \"options\": null,\n        \"provider_response_code\": null,\n        \"provider\": null,\n        \"errors\": [\n            {\n                \"code\": \"01\",\n                \"message\": \"You are not yet enabled for go-live\"\n            }\n        ],\n        \"error\": {\n            \"code\": \"01\",\n            \"message\": \"You are not yet enabled for go-live\"\n        },\n        \"provider_response\": null,\n        \"client_info\": {\n            \"name\": null,\n            \"id\": null,\n            \"bank_cbn_code\": null,\n            \"bank_name\": null,\n            \"console_url\": null,\n            \"js_background_image\": null,\n            \"css_url\": null,\n            \"logo_url\": null,\n            \"footer_text\": null,\n            \"show_options_icon\": false,\n            \"paginate\": false,\n            \"paginate_count\": 0,\n            \"options\": null,\n            \"merchant\": null,\n            \"colors\": null,\n            \"meta\": null\n        }\n    }\n}"},{"id":"0b640d91-ae70-4415-9f6d-5acf24bd0570","name":"Lookup Account Min - WaitingForOTP","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer hSk84fnb2GeOVZ4JbUcu_ca608e4d33b2408e90b3a97157b581d7"},{"key":"Signature","value":"3a2b58350e8068507e6b5bff106850a5"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\r\n  \"request_ref\":\"111111111\", \r\n  \"request_type\":\"lookup_account_min\",\r\n  \"auth\": {\r\n    \"type\": \"bank.account\", \r\n    \"secure\": \"{{auth.bank.account}}\",\r\n    \"auth_provider\": \"Demoprovider\",\r\n    \"route_mode\": null\r\n  },\r\n  \"transaction\": {\r\n    \"mock_mode\": \"inspect\", \r\n    \"transaction_ref\": \"998383938292\", \r\n    \"transaction_desc\": \"A random transaction\", \r\n    \"transaction_ref_parent\": null, \r\n    \"amount\": 0,\r\n    \"customer\":{\r\n    \t\"customer_ref\": \"{{customer_id}}\",\r\n    \t\"firstname\": \"Uju\",\r\n    \t\"surname\": \"Usmanu\",\r\n    \t\"email\": \"ujuusmanu@gmail.com\",\r\n    \t\"mobile_no\": \"234802343132\"\r\n    },\r\n    \"meta\":{\r\n    \t\"a_key\":\"a_meta_value_1\",\r\n    \t\"b_key\":\"a_meta_value_2\"\r\n    },\r\n    \"details\": {}\r\n  }\r\n}","options":{"raw":{"language":"json"}}},"url":"https://api.onepipe.io/v2/transact"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Wed, 01 Jul 2020 23:26:45 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"518"},{"key":"Connection","value":"keep-alive"},{"key":"Server","value":"Kestrel"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": \"WaitingForOTP\",\n    \"message\": \"Please enter the OTP sent to 2348022****08, use 12345678 as your OTP\",\n    \"data\": {\n        \"provider_response_code\": \"900T0\",\n        \"provider\": \"Demoprovider\",\n        \"errors\": null,\n        \"error\": null,\n        \"provider_response\": null,\n        \"client_info\": {\n            \"name\": null,\n            \"id\": null,\n            \"bank_cbn_code\": null,\n            \"bank_name\": null,\n            \"console_url\": null,\n            \"js_background_image\": null,\n            \"css_url\": null,\n            \"logo_url\": null,\n            \"footer_text\": null,\n            \"show_options_icon\": false,\n            \"paginate\": false,\n            \"paginate_count\": 0,\n            \"options\": null,\n            \"merchant\": null,\n            \"colors\": null,\n            \"meta\": null\n        }\n    }\n}"}],"_postman_id":"781ee01a-64e0-4cfd-be5c-f2d81cb5e6aa"},{"name":"5.1 Send SMS","id":"c4e69f7e-762c-4553-a27d-42400718e4d2","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Authorization","value":"Bearer hSk84fnb2GeOVZ4JbUcu_ca608e4d33b2408e90b3a97157b581d7"},{"key":"Signature","value":"3a2b58350e8068507e6b5bff106850a5"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"request_ref\": \"111111111\",\n    \"request_type\": \"send sms\",\n    \"auth\": {\n       \"type\": null,\n        \"secure\": null,\n        \"auth_provider\": \"PaywithAccount\"\n    },\n    \"transaction\": {\n        \"mock_mode\": \"Inspect\",\n        \"transaction_ref\": \"998383938292\",\n        \"transaction_desc\": \"Send SMS\",\n        \"transaction_ref_parent\": null,\n        \"amount\": 0,\n        \"customer\": {\n            \"customer_ref\": \"2348022222222\",\n            \"firstname\": \"Koko\",\n            \"surname\": \"Below\",\n            \"email\": \"kokobelow@gmail.com\",\n            \"mobile_no\": \"2348022222222\"\n        },\n        \"meta\": {\n            \"biller_code\": \"000019\"\n        },\n        \"details\": {\n            \"message_body\": \"Dear OYAWOYE  ABIOLA OLUKAYODE,\\nThis is a reminder that you are about to make a payment of 119000 to OnePipe Employees Loan from your account based on a previous mandate.\",\n            \"message_title\": \"Subscription Debit Reminder\",\n            \"sender_id\": \"PWT\"\n        }\n    }\n}","options":{"raw":{"language":"json"}}},"url":"https://api.onepipe.io/v2/transact","urlObject":{"path":["v2","transact"],"host":["https://api.onepipe.io"],"query":[],"variable":[]}},"response":[{"id":"832a34d9-9c32-4073-91e6-a81f3df4e482","name":"Send SMS","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer hSk84fnb2GeOVZ4JbUcu_ca608e4d33b2408e90b3a97157b581d7"},{"key":"Signature","value":"3a2b58350e8068507e6b5bff106850a5"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"request_ref\": \"111111111\",\n    \"request_type\": \"send sms\",\n    \"auth\": {\n       \"type\": null,\n        \"secure\": null,\n        \"auth_provider\": \"PaywithAccount\"\n    },\n    \"transaction\": {\n        \"mock_mode\": \"Inspect\",\n        \"transaction_ref\": \"998383938292\",\n        \"transaction_desc\": \"Send SMS\",\n        \"transaction_ref_parent\": null,\n        \"amount\": 0,\n        \"customer\": {\n            \"customer_ref\": \"2348022222222\",\n            \"firstname\": \"Koko\",\n            \"surname\": \"Below\",\n            \"email\": \"kokobelow@gmail.com\",\n            \"mobile_no\": \"2348022222222\"\n        },\n        \"meta\": {\n            \"biller_code\": \"000019\"\n        },\n        \"details\": {\n            \"message_body\": \"Dear OYAWOYE  ABIOLA OLUKAYODE,\\nThis is a reminder that you are about to make a payment of 119000 to OnePipe Employees Loan from your account based on a previous mandate.\",\n            \"message_title\": \"Subscription Debit Reminder\",\n            \"sender_id\": \"PWT\"\n        }\n    }\n}","options":{"raw":{"language":"json"}}},"url":"https://api.onepipe.io/v2/transact"},"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":""}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": \"Successful\",\n    \"message\": \"Message delivered successfully!\",\n    \"data\": {\n        \"provider_response_code\": \"00\",\n        \"provider\": \"PaywithAccount\",\n        \"errors\": null,\n        \"error\": null,\n        \"provider_response\": {\n            \"reference\": \"DD-SUB-pTksB9I4EccwYEC_rmdschedule4-SMS\",\n            \"delivery_status\": \"delivered\",\n            \"cost\": null,\n            \"meta\": {}\n        },\n        \"client_info\": null\n    }\n}"}],"_postman_id":"c4e69f7e-762c-4553-a27d-42400718e4d2"},{"name":"6.1 Create Support Ticket","id":"2d2805f1-5fc5-4f54-9779-d51bbe6dd598","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Authorization","value":"Bearer hSk84fnb2GeOVZ4JbUcu_ca608e4d33b2408e90b3a97157b581d7"},{"key":"Signature","value":"3a2b58350e8068507e6b5bff106850a5"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"request_ref\": \"111111111\",\n    \"request_type\": \"create ticket\",\n    \"auth\": {\n        \"type\": null,\n        \"secure\": null,\n        \"auth_provider\": \"PaywithAccount\"\n    },\n    \"transaction\": {\n        \"mock_mode\": \"Inspect\",\n        \"transaction_ref\": \"998383938292\",\n        \"transaction_desc\": \"Send Support Ticket\",\n        \"transaction_ref_parent\": null,\n        \"amount\": 0,\n        \"customer\": {\n            \"customer_ref\": \"2348022222222\",\n            \"firstname\": \"Koko\",\n            \"surname\": \"Below\",\n            \"email\": \"kokobelow@gmail.com\",\n            \"mobile_no\": \"2348022222222\"\n        },\n        \"meta\": {\n            \"biller_code\": \"000019\",\n            \"reciepient\": \"help@paywithaccount.com\"\n        },\n        \"details\": {\n            \"message_body\": \"Dear OYAWOYE  ABIOLA OLUKAYODE,<br>This is a reminder that you are about to make a payment of 119000 to OnePipe Employees Loan from your account based on a previous mandate.\",//HTML supported\n            \"message_title\": \"Subscription Debit Reminder\"\n        }\n    }\n}","options":{"raw":{"language":"json"}}},"url":"https://api.onepipe.io/v2/transact","urlObject":{"path":["v2","transact"],"host":["https://api.onepipe.io"],"query":[],"variable":[]}},"response":[{"id":"9231895e-ec63-4a77-812a-5e28bbfb520b","name":"Create Support Ticket","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer hSk84fnb2GeOVZ4JbUcu_ca608e4d33b2408e90b3a97157b581d7"},{"key":"Signature","value":"3a2b58350e8068507e6b5bff106850a5"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"request_ref\": \"111111111\",\n    \"request_type\": \"create ticket\",\n    \"auth\": {\n        \"type\": null,\n        \"secure\": null,\n        \"auth_provider\": \"PaywithAccount\"\n    },\n    \"transaction\": {\n        \"mock_mode\": \"Inspect\",\n        \"transaction_ref\": \"998383938292\",\n        \"transaction_desc\": \"Send Support Ticket\",\n        \"transaction_ref_parent\": null,\n        \"amount\": 0,\n        \"customer\": {\n            \"customer_ref\": \"2348022222222\",\n            \"firstname\": \"Koko\",\n            \"surname\": \"Below\",\n            \"email\": \"kokobelow@gmail.com\",\n            \"mobile_no\": \"2348022222222\"\n        },\n        \"meta\": {\n            \"biller_code\": \"000019\"\n        },\n        \"details\": {\n            \"message_body\": \"Dear OYAWOYE  ABIOLA OLUKAYODE,<br>This is a reminder that you are about to make a payment of 119000 to OnePipe Employees Loan from your account based on a previous mandate.\",//HTML supported\n            \"message_title\": \"Subscription Debit Reminder\"\n        }\n    }\n}","options":{"raw":{"language":"json"}}},"url":"https://api.onepipe.io/v2/transact"},"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":""}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": \"Successful\",\n    \"message\": \"Message delivered successfully!\",\n    \"data\": {\n        \"provider_response_code\": \"00\",\n        \"provider\": \"PaywithAccount\",\n        \"errors\": null,\n        \"error\": null,\n        \"provider_response\": {\n            \"reference\": \"DD-SUB-pTksB9I4EccwYEC_rmdschedule4-SMS\",\n            \"delivery_status\": \"delivered\",\n            \"cost\": null,\n            \"meta\": {\n                \"next_url\":\"https://support.onepipe.io/\" //redirect here\n            }\n        },\n        \"client_info\": null\n    }\n}"},{"id":"8f8d6919-d2dd-4d5e-a05c-c72e68d1a8bb","name":"junk","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer hSk84fnb2GeOVZ4JbUcu_ca608e4d33b2408e90b3a97157b581d7"},{"key":"Signature","value":"3a2b58350e8068507e6b5bff106850a5"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"\"meta\": {\n\"product_module\": \"central-webhook\",\n\"event_type\": \"GENERAL ONBOARDING\",\n\"event_classification\": \"Growtrade Pre Onboarding\",\n\"event_description\": \"DSA Retailer PreOnboard for growtrade\",\n\"general_info\": \"{\"customer_ref\":\"2349061194413\",\"firstname\":\"afolashade\",\"surname\":\"atoyebi\",\"business_name\":\"afolashade store\",\"business_address\":\"42 oloto street ebute metta\",\"business_state\":\"Lagos\",\"business_lga\":\"Lagos-Mainland\",\"business_url\":\"\",\"email\":\"atoyebi@gmail.com\",\"shop_frontage_image\":\"https://chappme-backend-kyc-live.s3.us-east-2.amazonaws.com/uploads/CHEC926923/097804286260100491749817790910.png\",\"shop_interior_image\":\"https://chappme-backend-kyc-live.s3.us-east-2.amazonaws.com/uploads/CHEC926923/079250817515289331749817796350.png\",\"longitude\":\"3.3913378\",\"latitude\":\"6.4745546\",\"agent_name\":\"OBONGEMEM UDOIDEN\",\"agency\":\"OnePipe\",\"agent_phone_number\":\"2347062138490\",\"shop_images\":\"https://chappme-backend-kyc-live.s3.us-east-2.amazonaws.com/uploads/CHEC926923/097804286260100491749817790910.png,https://chappme-backend-kyc-live.s3.us-east-2.amazonaws.com/uploads/CHEC926923/079250817515289331749817796350.png\"}\",\n\"app_name\": \"Growtrade\",\n\"agency\": \"OnePipe\",\n\"agent_name\": \"OBONGEMEM UDOIDEN\",\n\"agent_phone_number\": \"2347062138490\",\n\"product_images\": https://chappme-backend-kyc-live.s3.us-east-2.amazonaws.com/uploads/CHEC926923/097804286260100491749817790910.png,https://chappme-backend-kyc-live.s3.us-east-2.amazonaws.com/uploads/CHEC926923/079250817515289331749817796350.png,\n\"agent_email\": null,\n\"location_longitude\": \"3.3913378\",\n\"location_latitude\": \"6.4745546\",\n\"additional\": \"{\"business_url\":\"\",\"business_name\":\"Afolashade Store\",\"business_address\":\"42 oloto street ebute metta\",\"business_lga\":\"Lagos-Mainland\",\"business_state\":\"Lagos\"}\"\n}","options":{"raw":{"language":"json"}}},"url":"https://api.onepipe.io/v2/transact"},"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":""}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": \"Successful\",\n    \"message\": \"Message delivered successfully!\",\n    \"data\": {\n        \"provider_response_code\": \"00\",\n        \"provider\": \"PaywithAccount\",\n        \"errors\": null,\n        \"error\": null,\n        \"provider_response\": {\n            \"reference\": \"DD-SUB-pTksB9I4EccwYEC_rmdschedule4-SMS\",\n            \"delivery_status\": \"delivered\",\n            \"cost\": null,\n            \"meta\": {\n                \"next_url\":\"https://support.onepipe.io/\" //redirect here\n            }\n        },\n        \"client_info\": null\n    }\n}"}],"_postman_id":"2d2805f1-5fc5-4f54-9779-d51bbe6dd598"},{"name":"7.1 Send WhatsApp","id":"19494f99-6772-4c99-83ad-cfd1cb1bbc16","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Authorization","value":"Bearer hSk84fnb2GeOVZ4JbUcu_ca608e4d33b2408e90b3a97157b581d7"},{"key":"Signature","value":"3a2b58350e8068507e6b5bff106850a5"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"request_ref\": \"111111111\",\n    \"request_type\": \"send whatsapp\",\n    \"auth\": {\n       \"type\": null,\n        \"secure\": null,\n        \"auth_provider\": \"PaywithAccount\"\n    },\n    \"transaction\": {\n        \"mock_mode\": \"Inspect\",\n        \"transaction_ref\": \"998383938292\",\n        \"transaction_desc\": \"Send Whatsapp\",\n        \"transaction_ref_parent\": null,\n        \"amount\": 0,\n        \"customer\": {\n            \"customer_ref\": \"2348022222222\",\n            \"firstname\": \"Koko\",\n            \"surname\": \"Below\",\n            \"email\": \"kokobelow@gmail.com\",\n            \"mobile_no\": \"2348022222222\"\n        },\n        \"meta\": {\n            \"biller_code\": \"000019\"\n        },\n        \"details\": {\n            \"template_id\": \"pwa_instalment_created_no_schedule\",\n            \"template_type\": \"interactive\",\n            \"template_body\": \"PaywithAccount\\n\\n{{1}} has requested to set up a payment subscription on your account - {{2}}. To confirm the payment, kindly pay your downpayment of {{3}} to {{4}} in {{5}} within {{6}}.\",\n            \"template_info\": \"[{\\\"key\\\":\\\"{{1}}\\\",\\\"type\\\":\\\"custom\\\",\\\"value\\\":\\\"FEWAB PRIVATE SCHOOL\\\"},{\\\"key\\\":\\\"{{2}}\\\",\\\"type\\\":\\\"custom\\\",\\\"value\\\":\\\"ODEYEMI AYODEJI JASPER\\\"},{\\\"key\\\":\\\"{{3}}\\\",\\\"type\\\":\\\"custom\\\",\\\"value\\\":\\\"*FEWAB PRIVATE SCHOOL*\\\"},{\\\"key\\\":\\\"{{4}}\\\",\\\"type\\\":\\\"custom\\\",\\\"value\\\":\\\"*₦500.00*\\\"},{\\\"key\\\":\\\"{{5}}\\\",\\\"type\\\":\\\"custom\\\",\\\"value\\\":\\\"*3RD TERM SCHOOL FEES*\\\"},{\\\"key\\\":\\\"{{6}}\\\",\\\"type\\\":\\\"custom\\\",\\\"value\\\":\\\"*3*\\\"},{\\\"key\\\":\\\"{{7}}\\\",\\\"type\\\":\\\"custom\\\",\\\"value\\\":\\\"Fidelity Bank\\\"},{\\\"key\\\":\\\"{{8}}\\\",\\\"type\\\":\\\"custom\\\",\\\"value\\\":\\\"*4565982136*\\\"},{\\\"key\\\":\\\"{{9}}\\\",\\\"type\\\":\\\"custom\\\",\\\"value\\\":\\\"*PWT - FEWAB PRIVATE SCHOOL*\\\"},{\\\"key\\\":\\\"{{10}}\\\",\\\"type\\\":\\\"custom\\\",\\\"value\\\":\\\"*₦151.00*\\\"},{\\\"key\\\":\\\"{{12}}\\\",\\\"type\\\":\\\"custom\\\",\\\"value\\\":\\\"*Ecobank Nigeria (2271183575)*\\\"},{\\\"key\\\":\\\"{{13}}\\\",\\\"type\\\":\\\"custom\\\",\\\"value\\\":\\\"paywithaccount.com\\\"}]\",//stringified JSON\n            \"media_url\": \"https://paywithaccount.link/0b470\",\n            \"media_type\": \"DOCUMENT\",\n            \"media_filename\": \"3RD TERM SCHOOL FEES000769\"\n        }\n    }\n}","options":{"raw":{"language":"json"}}},"url":"https://api.onepipe.io/v2/transact","urlObject":{"path":["v2","transact"],"host":["https://api.onepipe.io"],"query":[],"variable":[]}},"response":[{"id":"ecd8a2bd-7d91-47cf-b0bc-50268d207ba3","name":"Send WhatsApp","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer hSk84fnb2GeOVZ4JbUcu_ca608e4d33b2408e90b3a97157b581d7"},{"key":"Signature","value":"3a2b58350e8068507e6b5bff106850a5"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"request_ref\": \"111111111\",\n    \"request_type\": \"send whatsapp\",\n    \"auth\": {\n       \"type\": null,\n        \"secure\": null,\n        \"auth_provider\": \"PaywithAccount\"\n    },\n    \"transaction\": {\n        \"mock_mode\": \"Inspect\",\n        \"transaction_ref\": \"998383938292\",\n        \"transaction_desc\": \"Send Whatsapp\",\n        \"transaction_ref_parent\": null,\n        \"amount\": 0,\n        \"customer\": {\n            \"customer_ref\": \"2348022222222\",\n            \"firstname\": \"Koko\",\n            \"surname\": \"Below\",\n            \"email\": \"kokobelow@gmail.com\",\n            \"mobile_no\": \"2348022222222\"\n        },\n        \"meta\": {\n            \"biller_code\": \"000019\"\n        },\n        \"details\": {\n            \"template_id\": \"pwa_instalment_created_no_schedule\",\n            \"template_type\": \"interactive\",\n            \"template_body\": \"PaywithAccount\\n\\n{{1}} has requested to set up a payment subscription on your account - {{2}}. To confirm the payment, kindly pay your downpayment of {{3}} to {{4}} in {{5}} within {{6}}.\",\n            \"template_info\": \"[{\\\"key\\\":\\\"{{1}}\\\",\\\"type\\\":\\\"custom\\\",\\\"value\\\":\\\"FEWAB PRIVATE SCHOOL\\\"},{\\\"key\\\":\\\"{{2}}\\\",\\\"type\\\":\\\"custom\\\",\\\"value\\\":\\\"ODEYEMI AYODEJI JASPER\\\"},{\\\"key\\\":\\\"{{3}}\\\",\\\"type\\\":\\\"custom\\\",\\\"value\\\":\\\"*FEWAB PRIVATE SCHOOL*\\\"},{\\\"key\\\":\\\"{{4}}\\\",\\\"type\\\":\\\"custom\\\",\\\"value\\\":\\\"*₦500.00*\\\"},{\\\"key\\\":\\\"{{5}}\\\",\\\"type\\\":\\\"custom\\\",\\\"value\\\":\\\"*3RD TERM SCHOOL FEES*\\\"},{\\\"key\\\":\\\"{{6}}\\\",\\\"type\\\":\\\"custom\\\",\\\"value\\\":\\\"*3*\\\"},{\\\"key\\\":\\\"{{7}}\\\",\\\"type\\\":\\\"custom\\\",\\\"value\\\":\\\"Fidelity Bank\\\"},{\\\"key\\\":\\\"{{8}}\\\",\\\"type\\\":\\\"custom\\\",\\\"value\\\":\\\"*4565982136*\\\"},{\\\"key\\\":\\\"{{9}}\\\",\\\"type\\\":\\\"custom\\\",\\\"value\\\":\\\"*PWT - FEWAB PRIVATE SCHOOL*\\\"},{\\\"key\\\":\\\"{{10}}\\\",\\\"type\\\":\\\"custom\\\",\\\"value\\\":\\\"*₦151.00*\\\"},{\\\"key\\\":\\\"{{12}}\\\",\\\"type\\\":\\\"custom\\\",\\\"value\\\":\\\"*Ecobank Nigeria (2271183575)*\\\"},{\\\"key\\\":\\\"{{13}}\\\",\\\"type\\\":\\\"custom\\\",\\\"value\\\":\\\"paywithaccount.com\\\"}]\",//stringified JSON\n            \"media_url\": \"https://paywithaccount.link/0b470\",\n            \"media_type\": \"DOCUMENT\",\n            \"media_filename\": \"3RD TERM SCHOOL FEES000769\"\n        }\n    }\n}","options":{"raw":{"language":"json"}}},"url":"https://api.onepipe.io/v2/transact"},"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":""}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": \"Successful\",\n    \"message\": \"Message delivered successfully!\",\n    \"data\": {\n        \"provider_response_code\": \"00\",\n        \"provider\": \"PaywithAccount\",\n        \"errors\": null,\n        \"error\": null,\n        \"provider_response\": {\n            \"reference\": \"DD-SMS-MSH709fP3OfXxDX\",\n            \"delivery_status\": \"delivered\",\n            \"cost\": null,\n            \"meta\": {}\n        },\n        \"client_info\": null\n    }\n}"}],"_postman_id":"19494f99-6772-4c99-83ad-cfd1cb1bbc16"},{"name":"8.1 Send Email","id":"a01fd3f6-eaa3-446b-a22d-ed741ef046e6","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Authorization","value":"Bearer hSk84fnb2GeOVZ4JbUcu_ca608e4d33b2408e90b3a97157b581d7"},{"key":"Signature","value":"3a2b58350e8068507e6b5bff106850a5"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"request_ref\": \"111111111\",\n    \"request_type\": \"send email\",\n    \"auth\": {\n       \"type\": null,\n        \"secure\": null,\n        \"auth_provider\": \"PaywithAccount\"\n    },\n    \"transaction\": {\n        \"mock_mode\": \"Inspect\",\n        \"transaction_ref\": \"998383938292\",\n        \"transaction_desc\": \"Send email\",\n        \"transaction_ref_parent\": null,\n        \"amount\": 0,\n        \"customer\": {\n            \"customer_ref\": \"2348022222222\",\n            \"firstname\": \"Koko\",\n            \"surname\": \"Below\",\n            \"email\": \"kokobelow@gmail.com\",\n            \"mobile_no\": \"2348022222222\"\n        },\n        \"meta\": {\n            \"biller_code\": \"000019\"\n        },\n        \"details\": {\n            \"template_id\": \"MSG_WITH_LINK\",\n            \"template_info\": \"{\\\"sender\\\":{\\\"fromName\\\":\\\"SunTrustBank\\\",\\\"fromEmailAddress\\\":\\\"no-reply@onepipe.io\\\"},\\\"message\\\":{\\\"templateId\\\":\\\"MSG_WITH_LINK\\\",\\\"subject\\\":\\\"Onepipe:NewApplicationAdminUser\\\",\\\"body\\\":\\\"YouhavebeenaddedasanAdministratortomanage<b>DeluxeMakeover</b>forClientSunTrustBankonOnepipe.Kindlylogintoyourdashboardtostart.\\\",\\\"bodyParams\\\":{\\\"msgHeader\\\":\\\"WelcometoSunTrust\\\",\\\"logoUrl\\\":\\\"https://www.onepipe.io/images/OnePipe-logo-small.png\\\",\\\"redirectLink\\\":\\\"https://staging.alpha.console.onepipe.io\\\",\\\"redirectLinkTitle\\\":\\\"GetStarted\\\",\\\"primaryColour\\\":\\\"#1c8bb1\\\",\\\"secondaryColour\\\":\\\"#1f3946\\\",\\\"footerText\\\":\\\"OnePipeServicesLimited\\\",\\\"footerAddress\\\":\\\"65,AllenAvenue,Ikeja,Lagos,Nigeria.\\\"},\\\"attachments\\\":[]},\\\"recipient\\\":{\\\"recipientName\\\":\\\"JohnDoe\\\",\\\"recipientEmail\\\":\\\"roqak1@gmail.com\\\"}}\",//Strinified JSON\n            \"sender_name\": \"John Doe\",\n            \"sender_email\": \"no-reply@onepipe.io\"\n        }\n    }\n}","options":{"raw":{"language":"json"}}},"url":"https://api.onepipe.io/v2/transact","urlObject":{"path":["v2","transact"],"host":["https://api.onepipe.io"],"query":[],"variable":[]}},"response":[{"id":"786dd25a-b49a-42e2-859c-f4a4f7ea3c1e","name":"Send Email","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer hSk84fnb2GeOVZ4JbUcu_ca608e4d33b2408e90b3a97157b581d7"},{"key":"Signature","value":"3a2b58350e8068507e6b5bff106850a5"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"request_ref\": \"111111111\",\n    \"request_type\": \"send email\",\n    \"auth\": {\n       \"type\": null,\n        \"secure\": null,\n        \"auth_provider\": \"PaywithAccount\"\n    },\n    \"transaction\": {\n        \"mock_mode\": \"Inspect\",\n        \"transaction_ref\": \"998383938292\",\n        \"transaction_desc\": \"Send email\",\n        \"transaction_ref_parent\": null,\n        \"amount\": 0,\n        \"customer\": {\n            \"customer_ref\": \"2348022222222\",\n            \"firstname\": \"Koko\",\n            \"surname\": \"Below\",\n            \"email\": \"kokobelow@gmail.com\",\n            \"mobile_no\": \"2348022222222\"\n        },\n        \"meta\": {\n            \"biller_code\": \"000019\"\n        },\n        \"details\": {\n            \"template_id\": \"MSG_WITH_LINK\",\n            \"template_info\": \"{\\\"sender\\\":{\\\"fromName\\\":\\\"SunTrustBank\\\",\\\"fromEmailAddress\\\":\\\"no-reply@onepipe.io\\\"},\\\"message\\\":{\\\"templateId\\\":\\\"MSG_WITH_LINK\\\",\\\"subject\\\":\\\"Onepipe:NewApplicationAdminUser\\\",\\\"body\\\":\\\"YouhavebeenaddedasanAdministratortomanage<b>DeluxeMakeover</b>forClientSunTrustBankonOnepipe.Kindlylogintoyourdashboardtostart.\\\",\\\"bodyParams\\\":{\\\"msgHeader\\\":\\\"WelcometoSunTrust\\\",\\\"logoUrl\\\":\\\"https://www.onepipe.io/images/OnePipe-logo-small.png\\\",\\\"redirectLink\\\":\\\"https://staging.alpha.console.onepipe.io\\\",\\\"redirectLinkTitle\\\":\\\"GetStarted\\\",\\\"primaryColour\\\":\\\"#1c8bb1\\\",\\\"secondaryColour\\\":\\\"#1f3946\\\",\\\"footerText\\\":\\\"OnePipeServicesLimited\\\",\\\"footerAddress\\\":\\\"65,AllenAvenue,Ikeja,Lagos,Nigeria.\\\"},\\\"attachments\\\":[]},\\\"recipient\\\":{\\\"recipientName\\\":\\\"JohnDoe\\\",\\\"recipientEmail\\\":\\\"roqak1@gmail.com\\\"}}\",//Strinified JSON\n            \"sender_name\": \"John Doe\",\n            \"sender_email\": \"no-reply@onepipe.io\"\n        }\n    }\n}","options":{"raw":{"language":"json"}}},"url":"https://api.onepipe.io/v2/transact"},"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":""}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": \"Successful\",\n    \"message\": \"Transaction processed successfully\",\n    \"data\": {\n        \"provider_response_code\": \"00\",\n        \"provider\": \"PaywithAccount\",\n        \"errors\": null,\n        \"error\": null,\n        \"provider_response\": {\n            \"delivery_status\": \"delivered\",\n            \"cost\": \"0\",\n            \"reference\": \"1WHXZJkJXuZ5fzLKAyXEU1G9YBALs9\",\n            \"meta\": {}\n        },\n        \"client_info\": {\n            \"name\": null,\n            \"id\": null,\n            \"bank_cbn_code\": null,\n            \"bank_name\": null,\n            \"console_url\": null,\n            \"js_background_image\": null,\n            \"css_url\": null,\n            \"logo_url\": null,\n            \"footer_text\": null,\n            \"show_options_icon\": false,\n            \"paginate\": false,\n            \"paginate_count\": 0,\n            \"options\": null,\n            \"merchant\": null,\n            \"colors\": null,\n            \"meta\": null\n        }\n    }\n}"}],"_postman_id":"a01fd3f6-eaa3-446b-a22d-ed741ef046e6"},{"name":"9.1 Send OTP","id":"134247bc-326e-4179-89c2-66434bdd9551","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Authorization","value":"Bearer hSk84fnb2GeOVZ4JbUcu_ca608e4d33b2408e90b3a97157b581d7"},{"key":"Signature","value":"3a2b58350e8068507e6b5bff106850a5"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"request_ref\": \"111111111\",\n    \"request_type\": \"send otp\",\n    \"auth\": {\n        \"type\": \"bank.account\", //null also supported. If bank.account is set, find the phone number linked to that account and send the OTP there. If not set, send the OTP to the customer_ref\n        \"secure\": \"z5wGtqxYQLBE9P414VxW/M06JT38iBf+2seyxg08CsZRB2eq/BVWsoRbK8mjuK87dNvZYML8cHviklA6K8T4xw==\",\n        \"auth_provider\": \"PaywithAccount\"\n    },\n    \"transaction\": {\n        \"mock_mode\": \"Inspect\",\n        \"transaction_ref\": \"998383938292\",\n        \"transaction_desc\": \"OTP request for 0987654321\",\n        \"transaction_ref_parent\": null,\n        \"amount\": 0,\n        \"customer\": {\n            \"customer_ref\": \"2348022222222\",\n            \"firstname\": \"Koko\",\n            \"surname\": \"Below\",\n            \"email\": \"kokobelow@gmail.com\",\n            \"mobile_no\": \"2348022222222\"\n        },\n        \"meta\": {\n            \"biller_code\": \"000019\"\n        },\n        \"details\": {\n            \"type\": \"whatsapp_otp\",\n            \"prompt_message\": \"Processing N353 payment to Koko Below Inc.\",\n            \"expiry_mins\": 30\n        }\n    }\n}","options":{"raw":{"language":"json"}}},"url":"https://onepipe.proxy.beeceptor.com/onepipe_api/onepipe_api/paywithaccount/send_otp_ussd_approve","urlObject":{"path":["onepipe_api","paywithaccount","send_otp_ussd_approve"],"host":["https://onepipe.proxy.beeceptor.com/onepipe_api"],"query":[],"variable":[]}},"response":[{"id":"6f5e3540-c6e4-4f88-ba5c-adff27c6022c","name":"Send OTP - USSD Approve","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer hSk84fnb2GeOVZ4JbUcu_ca608e4d33b2408e90b3a97157b581d7"},{"key":"Signature","value":"3a2b58350e8068507e6b5bff106850a5"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"request_ref\": \"111111111\",\n    \"request_type\": \"send otp\",\n    \"auth\": {\n        \"type\": \"bank.account\", //null also supported. If bank.account is set, find the phone number linked to that account and send the OTP there. If not set, send the OTP to the customer_ref\n        \"secure\": \"z5wGtqxYQLBE9P414VxW/M06JT38iBf+2seyxg08CsZRB2eq/BVWsoRbK8mjuK87dNvZYML8cHviklA6K8T4xw==\",\n        \"auth_provider\": \"PaywithAccount\"\n    },\n    \"transaction\": {\n        \"mock_mode\": \"Inspect\",\n        \"transaction_ref\": \"998383938292\",\n        \"transaction_desc\": \"OTP request for 0987654321\",\n        \"transaction_ref_parent\": null,\n        \"amount\": 0,\n        \"customer\": {\n            \"customer_ref\": \"2348022222222\",\n            \"firstname\": \"Koko\",\n            \"surname\": \"Below\",\n            \"email\": \"kokobelow@gmail.com\",\n            \"mobile_no\": \"2348022222222\"\n        },\n        \"meta\": {\n            \"biller_code\": \"000019\"\n        },\n        \"details\": {\n            \"type\": \"ussd_approve\",\n            \"prompt_message\": \"Processing N353 payment to Koko Below Inc.\",\n            \"expiry_mins\": 30\n        }\n    }\n}","options":{"raw":{"language":"json"}}},"url":"https://api.onepipe.io/v2/transact"},"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":""}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": \"Successful\",\n    \"message\": \"Request processed successfully.\",\n    \"data\": {\n        \"provider_response_code\": \"00\",\n        \"provider\": \"PaywithAccount\",\n        \"errors\": null,\n        \"error\": null,\n        \"provider_response\": {\n            \"delivery_status\": \"logged\",\n            \"cost\": 100,\n            \"expires_on\": \"2025-03-25-12-50-16\",\n            \"ussd_code\": \"*347*022*2*51401#\",\n            \"prompt_message\": \"Kindly dial *347*022*2*51401# on your phone.\",\n            \"reference\": \"af78ec77-2ec8-4357-b4e1-1f0e6f2fabc1\"\n        },\n        \"client_info\": null\n    }\n}"},{"id":"8d11a846-8a7d-4673-862c-cec283c6e3ef","name":"Send OTP - WhatsApp Approve","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer hSk84fnb2GeOVZ4JbUcu_ca608e4d33b2408e90b3a97157b581d7"},{"key":"Signature","value":"3a2b58350e8068507e6b5bff106850a5"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"request_ref\": \"111111111\",\n    \"request_type\": \"send otp\",\n    \"auth\": {\n        \"type\": \"bank.account\", //null also supported. If bank.account is set, find the phone number linked to that account and send the OTP there. If not set, send the OTP to the customer_ref\n        \"secure\": \"z5wGtqxYQLBE9P414VxW/M06JT38iBf+2seyxg08CsZRB2eq/BVWsoRbK8mjuK87dNvZYML8cHviklA6K8T4xw==\",\n        \"auth_provider\": \"PaywithAccount\"\n    },\n    \"transaction\": {\n        \"mock_mode\": \"Inspect\",\n        \"transaction_ref\": \"998383938292\",\n        \"transaction_desc\": \"OTP request for 0987654321\",\n        \"transaction_ref_parent\": null,\n        \"amount\": 0,\n        \"customer\": {\n            \"customer_ref\": \"2348022222222\",\n            \"firstname\": \"Koko\",\n            \"surname\": \"Below\",\n            \"email\": \"kokobelow@gmail.com\",\n            \"mobile_no\": \"2348022222222\"\n        },\n        \"meta\": {\n            \"biller_code\": \"000019\"\n        },\n        \"details\": {\n            \"type\": \"whatsapp_approve\",\n            \"prompt_message\": \"Processing N353 payment to Koko Below Inc.\",\n            \"expiry_mins\": 30\n        }\n    }\n}","options":{"raw":{"language":"json"}}},"url":"https://api.onepipe.io/v2/transact"},"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":""}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": \"Successful\",\n    \"message\": \"Request processed successfully.\",\n    \"data\": {\n        \"provider_response_code\": \"00\",\n        \"provider\": \"PaywithAccount\",\n        \"errors\": null,\n        \"error\": null,\n        \"provider_response\": {\n            \"delivery_status\": \"logged\",\n            \"cost\": 100,\n            \"expires_on\": \"2025-03-25-12-50-16\",\n            \"ussd_code\": null,\n            \"prompt_message\": \"A message has been sent your WhatsApp ****14. Please tap `Approve` in the message\",\n            \"reference\": \"af78ec77-2ec8-4357-b4e1-1f0e6f2fabc1\"\n        },\n        \"client_info\": null\n    }\n}"},{"id":"62de1234-c7f1-44e4-a2b7-a9e6d4c56d6f","name":"Send OTP - WhatsApp OTP","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer hSk84fnb2GeOVZ4JbUcu_ca608e4d33b2408e90b3a97157b581d7"},{"key":"Signature","value":"3a2b58350e8068507e6b5bff106850a5"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"request_ref\": \"111111111\",\n    \"request_type\": \"send otp\",\n    \"auth\": {\n        \"type\": \"bank.account\", //null also supported. If bank.account is set, find the phone number linked to that account and send the OTP there. If not set, send the OTP to the customer_ref\n        \"secure\": \"z5wGtqxYQLBE9P414VxW/M06JT38iBf+2seyxg08CsZRB2eq/BVWsoRbK8mjuK87dNvZYML8cHviklA6K8T4xw==\",\n        \"auth_provider\": \"PaywithAccount\"\n    },\n    \"transaction\": {\n        \"mock_mode\": \"Inspect\",\n        \"transaction_ref\": \"998383938292\",\n        \"transaction_desc\": \"OTP request for 0987654321\",\n        \"transaction_ref_parent\": null,\n        \"amount\": 0,\n        \"customer\": {\n            \"customer_ref\": \"2348022222222\",\n            \"firstname\": \"Koko\",\n            \"surname\": \"Below\",\n            \"email\": \"kokobelow@gmail.com\",\n            \"mobile_no\": \"2348022222222\"\n        },\n        \"meta\": {\n            \"biller_code\": \"000019\"\n        },\n        \"details\": {\n            \"type\": \"whatsapp_otp\",\n            \"prompt_message\": \"Processing N353 payment to Koko Below Inc.\",\n            \"expiry_mins\": 30\n        }\n    }\n}","options":{"raw":{"language":"json"}}},"url":"https://api.onepipe.io/v2/transact"},"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":""}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": \"Successful\",\n    \"message\": \"Request processed successfully.\",\n    \"data\": {\n        \"provider_response_code\": \"00\",\n        \"provider\": \"PaywithAccount\",\n        \"errors\": null,\n        \"error\": null,\n        \"provider_response\": {\n            \"delivery_status\": \"logged\",\n            \"cost\": 100,\n            \"expires_on\": \"2025-03-25-12-50-16\",\n            \"ussd_code\": null,\n            \"prompt_message\": \"A message has been sent your WhatsApp ****14. Please retrieve the OTP from the message\",\n            \"reference\": \"af78ec77-2ec8-4357-b4e1-1f0e6f2fabc1\"\n        },\n        \"client_info\": null\n    }\n}"},{"id":"dae8834a-78a8-4a9e-a24b-4828d49805a7","name":"Send OTP - SMS OTP","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer hSk84fnb2GeOVZ4JbUcu_ca608e4d33b2408e90b3a97157b581d7"},{"key":"Signature","value":"3a2b58350e8068507e6b5bff106850a5"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"request_ref\": \"111111111\",\n    \"request_type\": \"send otp\",\n    \"auth\": {\n        \"type\": \"bank.account\", //null also supported. If bank.account is set, find the phone number linked to that account and send the OTP there. If not set, send the OTP to the customer_ref\n        \"secure\": \"z5wGtqxYQLBE9P414VxW/M06JT38iBf+2seyxg08CsZRB2eq/BVWsoRbK8mjuK87dNvZYML8cHviklA6K8T4xw==\",\n        \"auth_provider\": \"PaywithAccount\"\n    },\n    \"transaction\": {\n        \"mock_mode\": \"Inspect\",\n        \"transaction_ref\": \"998383938292\",\n        \"transaction_desc\": \"OTP request for 0987654321\",\n        \"transaction_ref_parent\": null,\n        \"amount\": 0,\n        \"customer\": {\n            \"customer_ref\": \"2348022222222\",\n            \"firstname\": \"Koko\",\n            \"surname\": \"Below\",\n            \"email\": \"kokobelow@gmail.com\",\n            \"mobile_no\": \"2348022222222\"\n        },\n        \"meta\": {\n            \"biller_code\": \"000019\"\n        },\n        \"details\": {\n            \"type\": \"sms_otp\",\n            \"prompt_message\": \"Processing N353 payment to Koko Below Inc.\",\n            \"expiry_mins\": 30\n        }\n    }\n}","options":{"raw":{"language":"json"}}},"url":"https://api.onepipe.io/v2/transact"},"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":""}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": \"Successful\",\n    \"message\": \"Request processed successfully.\",\n    \"data\": {\n        \"provider_response_code\": \"00\",\n        \"provider\": \"PaywithAccount\",\n        \"errors\": null,\n        \"error\": null,\n        \"provider_response\": {\n            \"delivery_status\": \"logged\",\n            \"cost\": 100,\n            \"expires_on\": \"2025-03-25-12-50-16\",\n            \"ussd_code\": null,\n            \"prompt_message\": \"An SMS message has been sent your number ****14. Please retrieve the OTP from the message\",\n            \"reference\": \"af78ec77-2ec8-4357-b4e1-1f0e6f2fabc1\"\n        },\n        \"client_info\": null\n    }\n}"}],"_postman_id":"134247bc-326e-4179-89c2-66434bdd9551"},{"name":"10.1 Validate OTP","id":"b201dc58-f904-4f83-8024-c001af6beeb9","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Authorization","value":"Bearer hSk84fnb2GeOVZ4JbUcu_ca608e4d33b2408e90b3a97157b581d7"},{"key":"Signature","value":"3a2b58350e8068507e6b5bff106850a5"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"/**\nbased on the passed in reference, confirm if the OTP action has been taken. If the \"otp\" element instead is sent (applied only to \"WhatsApp OTP\" and \"SMS OTP\", then validate that it's the correct OTP\n**/\n\n{\n    \"request_ref\": \"111111111\",\n    \"request_type\": \"validate otp\",\n    \"auth\": {\n        \"type\": null,\n        \"secure\": null,\n        \"auth_provider\": \"PaywithAccount\"\n    },\n    \"transaction\": {\n        \"mock_mode\": \"Inspect\",\n        \"transaction_ref\": \"998383938292\",\n        \"transaction_desc\": \"Validate OTP\",\n        \"transaction_ref_parent\": null,\n        \"amount\": 0,\n        \"customer\": {\n            \"customer_ref\": \"2348022222222\",\n            \"firstname\": \"Koko\",\n            \"surname\": \"Below\",\n            \"email\": \"kokobelow@gmail.com\",\n            \"mobile_no\": \"2348022222222\"\n        },\n        \"meta\": {\n            \"biller_code\": \"000019\"\n        },\n        \"details\": {\n            \"reference\": \"ab806bf5-229e-4ccb-a875-0f68338e93a3\", //Reference from\n            \"otp\": null\n        }\n    }\n}","options":{"raw":{"language":"json"}}},"url":"https://api.onepipe.io/v2/transact","urlObject":{"path":["v2","transact"],"host":["https://api.onepipe.io"],"query":[],"variable":[]}},"response":[{"id":"88a7e5e8-c319-4bd3-8743-c61eb7f13859","name":"Validate OTP","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer hSk84fnb2GeOVZ4JbUcu_ca608e4d33b2408e90b3a97157b581d7"},{"key":"Signature","value":"3a2b58350e8068507e6b5bff106850a5"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"/**\nbased on the passed in reference, confirm if the OTP action has been taken. If the \"otp\" element instead is sent (applied only to \"WhatsApp OTP\" and \"SMS OTP\", then validate that it's the correct OTP\n**/\n\n{\n    \"request_ref\": \"111111111\",\n    \"request_type\": \"validate otp\",\n    \"auth\": {\n        \"type\": null,\n        \"secure\": null,\n        \"auth_provider\": \"PaywithAccount\"\n    },\n    \"transaction\": {\n        \"mock_mode\": \"Inspect\",\n        \"transaction_ref\": \"998383938292\",\n        \"transaction_desc\": \"Validate OTP\",\n        \"transaction_ref_parent\": null,\n        \"amount\": 0,\n        \"customer\": {\n            \"customer_ref\": \"2348022222222\",\n            \"firstname\": \"Koko\",\n            \"surname\": \"Below\",\n            \"email\": \"kokobelow@gmail.com\",\n            \"mobile_no\": \"2348022222222\"\n        },\n        \"meta\": {\n            \"biller_code\": \"000019\"\n        },\n        \"details\": {\n            \"reference\": \"ab806bf5-229e-4ccb-a875-0f68338e93a3\", //Reference from\n            \"otp\": null\n        }\n    }\n}","options":{"raw":{"language":"json"}}},"url":"https://api.onepipe.io/v2/transact"},"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":""}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": \"Successful\",\n    \"message\": \"OTP validated successfully.\",\n    \"data\": {\n        \"provider_response_code\": \"00\",\n        \"provider\": \"PaywithAccount\",\n        \"errors\": null,\n        \"error\": null,\n        \"provider_response\": {\n            \"cost\": 500,\n            \"reference\": \"ab806bf5-229e-4ccb-a875-0f68338e93a3\"\n        },\n        \"client_info\": null\n    }\n}"}],"_postman_id":"b201dc58-f904-4f83-8024-c001af6beeb9"},{"name":"11.1 Cancel Sub","id":"f27c3f4c-9b0f-459e-93a4-93b9cd9d70a7","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Authorization","value":"Bearer hSk84fnb2GeOVZ4JbUcu_ca608e4d33b2408e90b3a97157b581d7"},{"key":"Signature","value":"3a2b58350e8068507e6b5bff106850a5"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"request_ref\": \"111111111\",\n    \"request_type\": \"Cancel Mandate\",\n    \"auth\": {\n        \"type\": null,\n        \"secure\": null,\n        \"auth_provider\": \"PaywithAccount\"\n    },\n    \"transaction\": {\n        \"mock_mode\": \"Inspect\",\n        \"transaction_ref\": \"998383938292\",\n        \"transaction_desc\": \"Cancel Mandate\",\n        \"transaction_ref_parent\": null,\n        \"amount\": 0,\n        \"customer\": {\n            \"customer_ref\": \"2348022222222\",\n            \"firstname\": \"Koko\",\n            \"surname\": \"Below\",\n            \"email\": \"kokobelow@gmail.com\",\n            \"mobile_no\": \"2348022222222\"\n        },\n        \"meta\": {\n            \"payment_id\": \"4121\",\n            \"biller_code\": \"000019\"\n        },\n        \"details\": {}\n    }\n}","options":{"raw":{"language":"json"}}},"url":"https://api.onepipe.io/v2/transact","urlObject":{"path":["v2","transact"],"host":["https://api.onepipe.io"],"query":[],"variable":[]}},"response":[{"id":"1c958e83-8c3b-419c-a107-cc1057be0df6","name":"Cancel Sub","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer hSk84fnb2GeOVZ4JbUcu_ca608e4d33b2408e90b3a97157b581d7"},{"key":"Signature","value":"3a2b58350e8068507e6b5bff106850a5"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"request_ref\": \"111111111\",\n    \"request_type\": \"Cancel Mandate\",\n    \"auth\": {\n        \"type\": null,\n        \"secure\": null,\n        \"auth_provider\": \"PaywithAccount\"\n    },\n    \"transaction\": {\n        \"mock_mode\": \"Inspect\",\n        \"transaction_ref\": \"998383938292\",\n        \"transaction_desc\": \"Cancel Mandate\",\n        \"transaction_ref_parent\": null,\n        \"amount\": 0,\n        \"customer\": {\n            \"customer_ref\": \"2348022222222\",\n            \"firstname\": \"Koko\",\n            \"surname\": \"Below\",\n            \"email\": \"kokobelow@gmail.com\",\n            \"mobile_no\": \"2348022222222\"\n        },\n        \"meta\": {\n            \"payment_id\": \"4121\",\n            \"biller_code\": \"000019\"\n        },\n        \"details\": {}\n    }\n}","options":{"raw":{"language":"json"}}},"url":"https://api.onepipe.io/v2/transact"},"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":""}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": \"Successful\",\n    \"message\": \"Transaction processed successfully\",\n    \"data\": {\n        \"provider_response_code\": \"00\",\n        \"provider\": \"PaywithAccount\",\n        \"errors\": null,\n        \"error\": null,\n        \"provider_response\": {},\n        \"client_info\": null\n    }\n}"}],"_postman_id":"f27c3f4c-9b0f-459e-93a4-93b9cd9d70a7"},{"name":"12.1 Update Payment","id":"de075b06-c7cb-4aa8-ad4a-d183f15eef10","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Authorization","value":"Bearer hSk84fnb2GeOVZ4JbUcu_ca608e4d33b2408e90b3a97157b581d7"},{"key":"Signature","value":"3a2b58350e8068507e6b5bff106850a5"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"request_ref\": \"111111111\",\n    \"request_type\": \"update payment\",\n    \"auth\": {\n        \"auth_provider\": \"PaywithAccount\",\n        \"secure\": null,\n        \"type\": null,\n        \"route_mode\": null\n    },\n    \"transaction\": {\n        \"mock_mode\": \"live\",\n        \"transaction_ref\": \"998383938292\",\n        \"transaction_desc\": \"Update payment information\",\n        \"transaction_ref_parent\": \"\",\n        \"amount\": 0,\n        \"customer\":{\n            \"customer_ref\": \"2348022222222\",\n            \"firstname\": \"Uju\",\n            \"surname\": \"Usmanu\",\n            \"email\": \"ujuusmanu@gmail.com\",\n            \"mobile_no\": \"2348022222222\"\n        },\n        \"meta\": {\n            \"action\":\"pause\", //\"pause|resume\" \n            \"biller_code\": \"000019\"        \n        },\n        \"details\": {\n            \"payment_id\":\"12640\"\n        },\n        \"options\": null\n    }\n}","options":{"raw":{"language":"json"}}},"url":"https://api.onepipe.io/v2/transact","urlObject":{"path":["v2","transact"],"host":["https://api.onepipe.io"],"query":[],"variable":[]}},"response":[{"id":"a9839f6f-99b8-491c-bfdc-6ee5f0b7d781","name":"Update Payment","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer hSk84fnb2GeOVZ4JbUcu_ca608e4d33b2408e90b3a97157b581d7"},{"key":"Signature","value":"3a2b58350e8068507e6b5bff106850a5"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"request_ref\": \"111111111\",\n    \"request_type\": \"update payment\",\n    \"auth\": {\n        \"auth_provider\": \"PaywithAccount\",\n        \"secure\": null,\n        \"type\": null,\n        \"route_mode\": null\n    },\n    \"transaction\": {\n        \"mock_mode\": \"live\",\n        \"transaction_ref\": \"998383938292\",\n        \"transaction_desc\": \"Update payment information\",\n        \"transaction_ref_parent\": \"\",\n        \"amount\": 0,\n        \"customer\":{\n            \"customer_ref\": \"2348022222222\",\n            \"firstname\": \"Uju\",\n            \"surname\": \"Usmanu\",\n            \"email\": \"ujuusmanu@gmail.com\",\n            \"mobile_no\": \"2348022222222\"\n        },\n        \"meta\": {\n            \"action\":\"pause\", //\"pause|resume\" \n            \"biller_code\": \"000019\"        \n        },\n        \"details\": {\n            \"payment_id\":\"12640\"\n        },\n        \"options\": null\n    }\n}","options":{"raw":{"language":"json"}}},"url":"https://api.onepipe.io/v2/transact"},"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":""}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": \"Successful\",\n    \"message\": \"Transaction processed successfully\",\n    \"data\": {\n        \"provider_response_code\": \"00\",\n        \"provider\": \"PaywithAccount\",\n        \"errors\": null,\n        \"error\": null,\n        \"provider_response\": {\n            \"action\": \"Paused\",\n            \"created_on\": \"2020-04-05 23:08:01\",\n            \"meta\": {}\n        },\n        \"client_info\": {\n            \"name\": null,\n            \"id\": null,\n            \"bank_cbn_code\": null,\n            \"bank_name\": null,\n            \"console_url\": null,\n            \"js_background_image\": null,\n            \"css_url\": null,\n            \"logo_url\": null,\n            \"footer_text\": null,\n            \"show_options_icon\": false,\n            \"paginate\": false,\n            \"paginate_count\": 0,\n            \"options\": null,\n            \"merchant\": null,\n            \"colors\": null,\n            \"meta\": null\n        }\n    }\n}"}],"_postman_id":"de075b06-c7cb-4aa8-ad4a-d183f15eef10"}],"id":"acd2eeb7-09d2-441b-a611-500a57e4c236","_postman_id":"acd2eeb7-09d2-441b-a611-500a57e4c236","description":""},{"name":"_events","item":[{"name":"12.1 Payment Notifications","id":"f5c3be90-7fd5-4df9-aa0d-96c46e1b3083","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Authorization","value":"Bearer hSk84fnb2GeOVZ4JbUcu_ca608e4d33b2408e90b3a97157b581d7"},{"key":"Signature","value":"3a2b58350e8068507e6b5bff106850a5"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"request_ref\": \"111111111\",\n    \"request_type\": \"collect\",\n    \"auth\": {\n        \"type\": \"custom\",\n        \"secure\": \"3DES(account_number;bank_code;pin)\",\n        \"auth_provider\": \"PaywithAccount\"\n    },\n    \"transaction\": {\n        \"mock_mode\": \"Live\",\n        \"transaction_ref\": \"998383938292\",\n        \"transaction_desc\": \"100 naira debit\",\n        \"transaction_ref_parent\": null,\n        \"amount\": 10000,\n        \"customer\": {\n            \"customer_ref\": \"2349066870818\",\n            \"firstname\": \"Akin\",\n            \"surname\": \"Olunloye\",\n            \"email\": \"nophone@onepipe.io\",\n            \"mobile_no\": \"2349066870818\"\n        },\n        \"meta\": {\n        },\n        \"details\": {}\n    }\n}","options":{"raw":{"language":"json"}}},"url":"","urlObject":{"query":[],"variable":[]}},"response":[{"id":"f716c861-da84-4d9a-b94a-fa30bd1576e3","name":"Debit Notification","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer hSk84fnb2GeOVZ4JbUcu_ca608e4d33b2408e90b3a97157b581d7"},{"key":"Signature","value":"3a2b58350e8068507e6b5bff106850a5"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\r\n    \"details\": {\r\n        \"data\": {\r\n            \"data\": {\r\n                \"error\": null,\r\n                \"errors\": null,\r\n                \"status\": null,\r\n                \"provider\": \"PaywithAccount\",\r\n                \"reference\": null,\r\n                \"provider_response\": {\r\n                    \"meta\": {\r\n                        \"session_id\": \"9098898998098098333\",\r\n                        \"subscription_id\": 3546\r\n                    },\r\n                    \"reference\": \"DD-UFbr7Ki0BG6STbj\",\r\n                    \"paymentoptions\": [],\r\n                    \"provider_auth_token\": \"2001730400;100\",\r\n                    \"transaction_final_amount\": 10000\r\n                },\r\n                \"provider_response_code\": \"00\"\r\n            },\r\n            \"status\": \"Successful\",\r\n            \"message\": \"Transaction processed successfully\"\r\n        },\r\n        \"meta\": {\r\n            \"fee\": \"5100\",\r\n            \"biller_id\": \"3\",\r\n            \"narration\": \"Pay OnePipe Subscription Manag\",\r\n            \"account_no\": \"2001730400\", //Identify customer with this\r\n            \"mandate_id\": \"1995\",\r\n            \"biller_code\": \"000003\", //Identify merchant with this\r\n            \"biller_name\": \"OnePipe Subscription Manager\",\r\n            \"expiry_date\": \"2025-03-02-00-00-00\",\r\n            \"account_name\": \"BELOW KOKO\",\r\n            \"biller_email\": \"kokobiller@below.io\",\r\n            \"biller_status\": \"active\",\r\n            \"pwt_item_code\": \"31557\",\r\n            \"subscription_id\": \"3546\",\r\n            \"biller_rc_number\": \"RC1544100\",\r\n            \"skip_fee_disburse\": \"true\",\r\n            \"biller_account_name\": \"PAYGATEPLUS DATA BUNDLE SALES\",\r\n            \"biller_phone_number\": \"08052000773\",\r\n            \"biller_account_number\": \"9999922570\",\r\n            \"sales_representative_id\": \"\",\r\n            \"mandate_reference_number\": \"RC1544159/1557/0007109012\",\r\n            \"sales_representative_name\": \"\",\r\n            \"pwt_maintain_notification_meta\": \"true\",\r\n            \"event_type\": \"debit\", //note this\r\n            \"payment_id\":\"898984\",\r\n            \"transaction_date\": \"2023-01-01-01-01\",\r\n            \"signature_hash\":\"9900ubuuxubueebjx\"\r\n\r\n        },\r\n        \"amount\": \"10000\",\r\n        \"status\": \"Successful\",\r\n        \"provider\": \"PaywithAccount\",\r\n        \"customer_ref\": \"2001730400\",\r\n        \"customer_email\": \"\",\r\n        \"transaction_ref\": \"DD-SGLnWjK6ClFonZmCMnschedule1\", // Identify transaction with this\r\n        \"customer_surname\": \"BELOW\",\r\n        \"transaction_desc\": \"Test\",\r\n        \"transaction_type\": \"collect\",\r\n        \"customer_firstname\": \"KOKO\",\r\n        \"customer_mobile_no\": \"\"\r\n    },\r\n    \"app_info\": {\r\n        \"app_code\": \"PAYP396648\"\r\n    },\r\n    \"mock_mode\": \"Live\",\r\n    \"requester\": \"Scheduler\",\r\n    \"request_ref\": \"f6300559bd2e42a0b83369554538a299\",\r\n    \"request_type\": \"transaction_notification\"\r\n}","options":{"raw":{"language":"json"}}},"url":""},"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":""}],"cookie":[],"responseTime":null,"body":"{\n    \"status\":\"Successful\",\n    \"message\":\"Transaction processed successfully\"\n}"},{"id":"133680f0-6e29-4f69-9d66-e97551fbcd86","name":"Credit Notification","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer hSk84fnb2GeOVZ4JbUcu_ca608e4d33b2408e90b3a97157b581d7"},{"key":"Signature","value":"3a2b58350e8068507e6b5bff106850a5"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\r\n    \"mock_mode\": \"Live\",\r\n    \"requester\": \"FidelityVirtual\",\r\n    \"request_ref\": \"39301ec1-dd76-481a-8e41-5330d67d947a\",\r\n    \"request_type\": \"transaction_notification\",\r\n    \"details\": {\r\n        \"data\": {\r\n            \"amount\": \"122.00\",\r\n            \"chargeamount\": null,\r\n            \"craccountname\": \"PWT - Demo Business\",\r\n            \"craccount\": \"4565048125\",\r\n            \"originatoraccountnumber\": \"1000041840\",\r\n            \"originatorname\": \"KOKO BELOW\",\r\n            \"bankname\": null,\r\n            \"bankcode\": \"076\",\r\n            \"paymentreference\": \"09FG250730091203514RNJAKV\",\r\n            \"referencenumber\": \"09FG250730091203514RNJAKV\",\r\n            \"narration\": \"4565048125 KOKO BELOW to\",\r\n            \"nameenquiryref\": null,\r\n            \"sessionid\": null,\r\n            \"transactionlocation\": null,\r\n            \"originatorkyclevel\": null,\r\n            \"originatorbvn\": null,\r\n            \"channelcode\": null,\r\n            \"collectionaccountNumber\": \"0000032735\",\r\n            \"beneficiarybvn\": null,\r\n            \"destinationinstitutionbankcode\": null,\r\n            \"beneficiarykyclevel\": null,\r\n            \"tag\": \"FIDELITY\",\r\n            \"status\": \"00\",\r\n            \"statusmessage\": \"Success\",\r\n            \"trandate\": \"2025-07-30T09:11:59.783\",\r\n            \"account_number\": \"4565048125\",\r\n            \"bank_code\": \"076\",\r\n            \"originatorcbncode\": \"076\"\r\n        },\r\n        \"meta\": {\r\n            \"name\": \"Java Biller\",\r\n            \"route\": \"listener\",\r\n            \"amount\": \"10400\",\r\n            \"status\": \"active\",\r\n            \"narration\": \"4565564004/PWT - Jav/Transfer from OLUWADUROTIMI B\",\r\n            \"cr_account\": \"4565564004\",\r\n            \"pwt_bank_code\": \"044\",\r\n            \"cr_account_name\": \"PWT - Java Biller\",\r\n            \"pwt_webhook_url\": \"https: //webhooh.free.beeceptor.com\",\r\n            \"pwt_account_number\": \"0071187072\",\r\n            \"originator_cbn_code\": \"305\",\r\n            \"originator_bank_name\": null,\r\n            \"pwt_notification_email\": \"abdullahi@onepipe.io\",\r\n            \"pwt_notification_phone\": \"08189848421\",\r\n            \"originator_account_name\": \"OLUWADUROTIMI BOLAJI IDOWU\",\r\n            \"originator_account_number\": \"8101590442\",\r\n            \"event_type\": \"credit\", //note this\r\n            \"payment_id\": \"0093003\",\r\n            \"transaction_date\": \"2023-01-01-01-01\",\r\n            \"signature_hash\":\"9900ubuuxubueebjx\"\r\n        },\r\n        \"amount\": 12000,\r\n        \"status\": \"Successful\",\r\n        \"provider\": \"FidelityVirtual\",\r\n        \"customer_ref\": \"2348101590442_000042\", //concatenation of costumer phone number and biller code, separated by _\r\n        \"customer_email\": \"timi@onepipe.io\",\r\n        \"transaction_ref\": \"100004250228174255128088976944\",\r\n        \"customer_surname\": \"Bolaji Idowu\",\r\n        \"transaction_desc\": \"4565564004/PWT - Jav/Transfer from OLUWADUROTIMI B\",\r\n        \"transaction_type\": \"collect\",\r\n        \"customer_firstname\": \"Oluwadurotimi\",\r\n        \"customer_mobile_no\": \"2348189848421\"\r\n    },\r\n    \"app_info\": {\r\n        \"app_code\": \"PAYP924039\"\r\n    }    \r\n}","options":{"raw":{"language":"json"}}},"url":""},"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":""}],"cookie":[],"responseTime":null,"body":"{\n    \"status\":\"Successful\",\n    \"message\":\"Transaction processed successfully\"\n}"}],"_postman_id":"f5c3be90-7fd5-4df9-aa0d-96c46e1b3083"},{"name":"13.1 Biller Notifications","id":"c11125af-4a4b-49b9-83b3-e0c16741a7cc","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Authorization","value":"Bearer hSk84fnb2GeOVZ4JbUcu_ca608e4d33b2408e90b3a97157b581d7"},{"key":"Signature","value":"3a2b58350e8068507e6b5bff106850a5"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"request_ref\": \"111111111\",\n    \"request_type\": \"collect\",\n    \"auth\": {\n        \"type\": \"custom\",\n        \"secure\": \"3DES(account_number;bank_code;pin)\",\n        \"auth_provider\": \"PaywithAccount\"\n    },\n    \"transaction\": {\n        \"mock_mode\": \"Live\",\n        \"transaction_ref\": \"998383938292\",\n        \"transaction_desc\": \"100 naira debit\",\n        \"transaction_ref_parent\": null,\n        \"amount\": 10000,\n        \"customer\": {\n            \"customer_ref\": \"2349066870818\",\n            \"firstname\": \"Akin\",\n            \"surname\": \"Olunloye\",\n            \"email\": \"nophone@onepipe.io\",\n            \"mobile_no\": \"2349066870818\"\n        },\n        \"meta\": {\n        },\n        \"details\": {}\n    }\n}","options":{"raw":{"language":"json"}}},"url":"","urlObject":{"query":[],"variable":[]}},"response":[{"id":"04a88b36-04ef-40ae-b8d1-5ed22725b24f","name":"Biller Approved","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer hSk84fnb2GeOVZ4JbUcu_ca608e4d33b2408e90b3a97157b581d7"},{"key":"Signature","value":"3a2b58350e8068507e6b5bff106850a5"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"details\": {\n        \"data\": {\n            \"data\": {\n                \"error\": null,\n                \"errors\": null,\n                \"status\": null,\n                \"provider\": \"PaywithAccount\",\n                \"reference\": null,\n                \"provider_response\": {},\n                \"provider_response_code\": \"00\"\n            },\n            \"status\": \"Successful\",\n            \"message\": \"Transaction processed successfully\"\n        },\n        \"meta\": {\n            \"type\": \"biller\",\n            \"event_type\": \"biller_approved\", //note this\n            \"biller_name\": \"Victor Motors\",\n            \"biller_code\": \"000998\"\n        },\n        \"amount\": 0,\n        \"status\": \"Successful\",\n        \"provider\": \"PaywithAccount\",\n        \"customer_ref\": \"2349066870818\",\n        \"customer_email\": \"roqak1@yahoo.com\",\n        \"transaction_ref\": \"999999231110155613485508816299\",\n        \"customer_surname\": \"Olunloye\",\n        \"transaction_desc\": \"Test Debit Mandate\",\n        \"transaction_type\": \"collect\",\n        \"customer_firstname\": \"Akin\",\n        \"customer_mobile_no\": \"2300006870818\"\n    },\n    \"app_info\": {\n        \"app_code\": \"{{app_code}}\"\n    },\n    \"mock_mode\": \"Live\",\n    \"requester\": \"PaywithAccount\",\n    \"request_ref\": \"56b01b1b-c3c3-4c11-b553-d20b9150254e\",\n    \"request_type\": \"transaction_notification\"\n}","options":{"raw":{"language":"json"}}},"url":""},"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":""}],"cookie":[],"responseTime":null,"body":"{\n    \"status\":\"Successful\",\n    \"message\":\"Transaction processed successfully\"\n}"},{"id":"1257e508-8037-433d-ace2-1574e94c40a0","name":"Biller Rejected","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer hSk84fnb2GeOVZ4JbUcu_ca608e4d33b2408e90b3a97157b581d7"},{"key":"Signature","value":"3a2b58350e8068507e6b5bff106850a5"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"details\": {\n        \"data\": {\n            \"data\": {\n                \"error\": null,\n                \"errors\": null,\n                \"status\": null,\n                \"provider\": \"PaywithAccount\",\n                \"reference\": null,\n                \"provider_response\": {},\n                \"provider_response_code\": \"00\"\n            },\n            \"status\": \"Successful\",\n            \"message\": \"Transaction processed successfully\"\n        },\n        \"meta\": {\n            \"type\": \"biller\",\n            \"event_type\": \"biller_rejected\", //note this\n            \"biller_name\": \"Victor Motors\",\n            \"biller_code\": \"000998\"\n        },\n        \"amount\": 0,\n        \"status\": \"Successful\",\n        \"provider\": \"PaywithAccount\",\n        \"customer_ref\": \"2349066870818\",\n        \"customer_email\": \"roqak1@yahoo.com\",\n        \"transaction_ref\": \"999999231110155613485508816299\",\n        \"customer_surname\": \"Olunloye\",\n        \"transaction_desc\": \"Test Debit Mandate\",\n        \"transaction_type\": \"collect\",\n        \"customer_firstname\": \"Akin\",\n        \"customer_mobile_no\": \"2300006870818\"\n    },\n    \"app_info\": {\n        \"app_code\": \"{{app_code}}\"\n    },\n    \"mock_mode\": \"Live\",\n    \"requester\": \"PaywithAccount\",\n    \"request_ref\": \"56b01b1b-c3c3-4c11-b553-d20b9150254e\",\n    \"request_type\": \"transaction_notification\"\n}","options":{"raw":{"language":"json"}}},"url":""},"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":""}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": \"Successful\",\n    \"message\": \"Transaction processed successfully\"\n}"},{"id":"8298f880-77b9-43af-8353-d7278fdcdd73","name":"Biller Updated","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer hSk84fnb2GeOVZ4JbUcu_ca608e4d33b2408e90b3a97157b581d7"},{"key":"Signature","value":"3a2b58350e8068507e6b5bff106850a5"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\r\n    \"details\": {\r\n        \"data\": {\r\n            \"data\": {\r\n                \"error\": null,\r\n                \"errors\": null,\r\n                \"status\": null,\r\n                \"provider\": \"PaywithAccount\",\r\n                \"reference\": null,\r\n                \"provider_response\": {},\r\n                \"provider_response_code\": \"00\"\r\n            },\r\n            \"status\": \"Successful\",\r\n            \"message\": \"Transaction processed successfully\"\r\n        },\r\n        \"meta\": {\r\n            \"type\": \"biller\",\r\n            \"event_type\": \"biller_updated\", //note this\r\n            \"biller_name\": \"Victor Motors\",\r\n            \"biller_code\": \"000998\"\r\n        },\r\n        \"amount\": 0,\r\n        \"status\": \"Successful\",\r\n        \"provider\": \"PaywithAccount\",\r\n        \"customer_ref\": \"2349066870818\",\r\n        \"customer_email\": \"roqak1@yahoo.com\",\r\n        \"transaction_ref\": \"999999231110155613485508816299\",\r\n        \"customer_surname\": \"Olunloye\",\r\n        \"transaction_desc\": \"Test Debit Mandate\",\r\n        \"transaction_type\": \"collect\",\r\n        \"customer_firstname\": \"Akin\",\r\n        \"customer_mobile_no\": \"2300006870818\"\r\n    },\r\n    \"app_info\": {\r\n        \"app_code\": \"{{app_code}}\"\r\n    },\r\n    \"mock_mode\": \"Live\",\r\n    \"requester\": \"PaywithAccount\",\r\n    \"request_ref\": \"56b01b1b-c3c3-4c11-b553-d20b9150254e\",\r\n    \"request_type\": \"transaction_notification\"\r\n}","options":{"raw":{"language":"json"}}},"url":""},"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":""}],"cookie":[],"responseTime":null,"body":"{\n    \"status\":\"Successful\",\n    \"message\":\"Transaction processed successfully\"\n}"},{"id":"2798ff46-e9b1-4a28-882d-23eccb15520b","name":"Biller Deactivated","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer hSk84fnb2GeOVZ4JbUcu_ca608e4d33b2408e90b3a97157b581d7"},{"key":"Signature","value":"3a2b58350e8068507e6b5bff106850a5"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\r\n    \"details\": {\r\n        \"data\": {\r\n            \"data\": {\r\n                \"error\": null,\r\n                \"errors\": null,\r\n                \"status\": null,\r\n                \"provider\": \"PaywithAccount\",\r\n                \"reference\": null,\r\n                \"provider_response\": {},\r\n                \"provider_response_code\": \"00\"\r\n            },\r\n            \"status\": \"Successful\",\r\n            \"message\": \"Transaction processed successfully\"\r\n        },\r\n        \"meta\": {\r\n            \"type\":\"biller\",\r\n            \"event_type\":\"biller_deactivated\", //note this\r\n            \"biller_name\":\"Victor Motors\",\r\n            \"biller_code\":\"000998\"\r\n        },\r\n        \"amount\": 0,\r\n        \"status\": \"Successful\",\r\n        \"provider\": \"PaywithAccount\",\r\n        \"customer_ref\": \"2349066870818\",\r\n        \"customer_email\": \"roqak1@yahoo.com\",\r\n        \"transaction_ref\": \"999999231110155613485508816299\",\r\n        \"customer_surname\": \"Olunloye\",\r\n        \"transaction_desc\": \"Test Debit Mandate\",\r\n        \"transaction_type\": \"collect\",\r\n        \"customer_firstname\": \"Akin\",\r\n        \"customer_mobile_no\": \"2300006870818\"\r\n    },\r\n    \"app_info\": {\r\n        \"app_code\": \"{{app_code}}\"\r\n    },\r\n    \"mock_mode\": \"Live\",\r\n    \"requester\": \"PaywithAccount\",\r\n    \"request_ref\": \"56b01b1b-c3c3-4c11-b553-d20b9150254e\",\r\n    \"request_type\": \"transaction_notification\"\r\n}","options":{"raw":{"language":"json"}}},"url":""},"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":""}],"cookie":[],"responseTime":null,"body":"{\n    \"status\":\"Successful\",\n    \"message\":\"Transaction processed successfully\"\n}"}],"_postman_id":"c11125af-4a4b-49b9-83b3-e0c16741a7cc"},{"name":"14.1 Mandate Notifications","id":"f2223cbb-38a4-4424-ba8c-798f87db5a80","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Authorization","value":"Bearer hSk84fnb2GeOVZ4JbUcu_ca608e4d33b2408e90b3a97157b581d7"},{"key":"Signature","value":"3a2b58350e8068507e6b5bff106850a5"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"details\": {\n        \"data\": {\n            \"id\": 985,\n            \"data\": {\n                \"id\": 255,//most crucial\n                \"amount\": \"325.00\",\n                \"status\": \"active\",\n                \"end_date\": \"2024-03-14\",\n                \"frequency\": \"daily\",\n                \"reference\": \"DD-SUB-ipmmHuznQdTPBtQ\",\n                \"start_date\": \"2024-03-13\"\n            },\n            \"type\": \"subscription\",\n            \"timestamp\": \"2024-03-12 08:02:02\"\n        },\n        \"meta\": {\n            \"route\": \"listener\",\n            \"amount\": 32500,\n            \"cr_account\": null,\n            \"cr_bank_code\": null,\n            \"pwt_skip_disburse\": true,\n            \"originator_cbn_code\": null,\n            \"subscription_status\": \"active\",\n            \"originator_account_number\": null\n        },\n        \"amount\": 32500,\n        \"status\": \"Successful\", // crucial\n        \"provider\": \"NIBSS\",\n        \"customer_ref\": \"2348022221412\",\n        \"customer_email\": \"\",\n        \"transaction_ref\": \"DD-SUB-ipmmHuznQdTPBtQ\",\n        \"customer_surname\": \"\",\n        \"transaction_desc\": \"Subscription notification\",\n        \"transaction_type\": \"activate_mandate\", //next crucial thing\n        \"customer_firstname\": \"\",\n        \"customer_mobile_no\": \"2348022221412\"\n    },\n    \"app_info\": {\n        \"app_code\": \"PAYP647540\"\n    },\n    \"mock_mode\": \"Live\",\n    \"requester\": \"NIBSS\",\n    \"request_ref\": \"DD-SUB-ipmmHuznQdTPBtQ01\",\n    \"request_type\": \"transaction_notification\"\n}","options":{"raw":{"language":"json"}}},"url":"https://api.onepipe.io/v2/transact","urlObject":{"path":["v2","transact"],"host":["https://api.onepipe.io"],"query":[],"variable":[]}},"response":[{"id":"1bbbaa29-35c5-4951-b90a-e3107ca1fb95","name":"activate_mandate","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer hSk84fnb2GeOVZ4JbUcu_ca608e4d33b2408e90b3a97157b581d7"},{"key":"Signature","value":"3a2b58350e8068507e6b5bff106850a5"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"details\": {\n        \"data\": {\n            \"id\": 985,\n            \"data\": {\n                \"id\": 255,\n                \"amount\": \"325.00\",\n                \"status\": \"active\",\n                \"end_date\": \"2024-03-14\",\n                \"frequency\": \"daily\",\n                \"reference\": \"DD-SUB-ipmmHuznQdTPBtQ\",\n                \"start_date\": \"2024-03-13\"\n            },\n            \"type\": \"subscription\",\n            \"timestamp\": \"2024-03-12 08:02:02\"\n        },\n        \"meta\": {\n            \"route\": \"listener\",\n            \"amount\": 32500,\n            \"cr_account\": null,\n            \"cr_bank_code\": null,\n            \"pwt_skip_disburse\": true,\n            \"originator_cbn_code\": null,\n            \"subscription_status\": \"active\",\n            \"originator_account_number\": null\n        },\n        \"amount\": 32500,\n        \"status\": \"Successful\",\n        \"provider\": \"NIBSS\",\n        \"customer_ref\": \"2348000021412\",//customer\n        \"customer_email\": \"\",\n        \"transaction_ref\": \"DD-SUB-ipmmHuznQdTPBtQ\",\n        \"customer_surname\": \"\",\n        \"transaction_desc\": \"Subscription notification\",\n        \"transaction_type\": \"activate_mandate\", //note this\n        \"customer_firstname\": \"\",\n        \"customer_mobile_no\": \"2348000021412\"\n    },\n    \"app_info\": {\n        \"app_code\": \"PAYP647540\"\n    },\n    \"mock_mode\": \"Live\",\n    \"requester\": \"NIBSS\",\n    \"request_ref\": \"DD-SUB-ipmmHuznQdTPBtQ01\",\n    \"request_type\": \"transaction_notification\"\n}","options":{"raw":{"language":"json"}}},"url":"https://api.onepipe.io/v2/transact"},"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":""}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": {\n        \"provider_response\": {\n            \"notification_id\": 1442432\n        }\n    },\n    \"status\": \"Successful\",\n    \"message\": \"Request successful\"\n}"},{"id":"f5f49a95-90e0-4259-8741-0a652316f493","name":"Payment Inactive","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer hSk84fnb2GeOVZ4JbUcu_ca608e4d33b2408e90b3a97157b581d7"},{"key":"Signature","value":"3a2b58350e8068507e6b5bff106850a5"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"details\": {\n        \"data\": {},\n        \"meta\": {\n            \"amount\": 0,\n            \"bank_code\": \"033\",\n            \"timestamp\": \"2025-07-04 08:56:19\",\n            \"cr_account\": null,\n            \"event_type\": \"inactive\",\n            \"payment_id\": \"15467\",\n            \"cr_bank_code\": null,\n            \"payment_type\": \"subscription\",\n            \"pwt_item_code\": 31512,\n            \"account_number\": \"2247916766\",\n            \"pwt_skip_disburse\": true,\n            \"originator_cbn_code\": null,\n            \"provider_auth_token\": \"2247916766;033\",\n            \"subscription_status\": \"inactive\",\n            \"originator_account_number\": null\n        },\n        \"amount\": 0,\n        \"status\": \"Successful\",\n        \"provider\": \"NIBSS\",\n        \"customer_ref\": \"2247916766\",\n        \"customer_email\": \"\",\n        \"transaction_ref\": \"DD-SUB-y2pX2AGnpbW7EHj\",\n        \"customer_surname\": \"\",\n        \"transaction_desc\": \"Subscription notification\",\n        \"transaction_type\": \"transaction_notification\",\n        \"customer_firstname\": \"\",\n        \"customer_mobile_no\": \"2247916766\"\n    },\n    \"app_info\": {\n        \"app_code\": \"PAYP396648\"\n    },\n    \"mock_mode\": \"Live\",\n    \"requester\": \"NIBSS\",\n    \"request_ref\": \"DD-SUB-y2pX2AGnpbW7EHj01\",\n    \"request_type\": \"transaction_notification\"\n}","options":{"raw":{"language":"json"}}},"url":"https://api.onepipe.io/v2/transact"},"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":""}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": {\n        \"provider_response\": {\n            \"notification_id\": 1442432\n        }\n    },\n    \"status\": \"Successful\",\n    \"message\": \"Request successful\"\n}"},{"id":"f3320872-13d3-45da-9ab1-b1ab148572d1","name":"Payment Active","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer hSk84fnb2GeOVZ4JbUcu_ca608e4d33b2408e90b3a97157b581d7"},{"key":"Signature","value":"3a2b58350e8068507e6b5bff106850a5"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"details\": {\n        \"data\": {},\n        \"meta\": {\n            \"amount\": 0,\n            \"bank_code\": \"033\",\n            \"timestamp\": \"2025-07-04 08:56:19\",\n            \"cr_account\": null,\n            \"event_type\": \"inactive\",\n            \"payment_id\": \"15467\",\n            \"cr_bank_code\": null,\n            \"payment_type\": \"subscription\",\n            \"pwt_item_code\": 31512,\n            \"account_number\": \"2247916766\",\n            \"pwt_skip_disburse\": true,\n            \"originator_cbn_code\": null,\n            \"provider_auth_token\": \"2247916766;033\",\n            \"subscription_status\": \"inactive\",\n            \"originator_account_number\": null\n        },\n        \"amount\": 0,\n        \"status\": \"Successful\",\n        \"provider\": \"NIBSS\",\n        \"customer_ref\": \"2247916766\",\n        \"customer_email\": \"\",\n        \"transaction_ref\": \"DD-SUB-y2pX2AGnpbW7EHj\",\n        \"customer_surname\": \"\",\n        \"transaction_desc\": \"Subscription notification\",\n        \"transaction_type\": \"transaction_notification\",\n        \"customer_firstname\": \"\",\n        \"customer_mobile_no\": \"2247916766\"\n    },\n    \"app_info\": {\n        \"app_code\": \"PAYP396648\"\n    },\n    \"mock_mode\": \"Live\",\n    \"requester\": \"NIBSS\",\n    \"request_ref\": \"DD-SUB-y2pX2AGnpbW7EHj01\",\n    \"request_type\": \"transaction_notification\"\n}","options":{"raw":{"language":"json"}}},"url":"https://api.onepipe.io/v2/transact"},"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":""}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": {\n        \"provider_response\": {\n            \"notification_id\": 1442432\n        }\n    },\n    \"status\": \"Successful\",\n    \"message\": \"Request successful\"\n}"},{"id":"9a35aec2-b09a-48e3-bb76-99d56fd708ca","name":"Payment Expired","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer hSk84fnb2GeOVZ4JbUcu_ca608e4d33b2408e90b3a97157b581d7"},{"key":"Signature","value":"3a2b58350e8068507e6b5bff106850a5"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"details\": {\n        \"data\": {},\n        \"meta\": {\n            \"amount\": 0,\n            \"bank_code\": \"033\",\n            \"timestamp\": \"2025-07-04 08:56:19\",\n            \"cr_account\": null,\n            \"event_type\": \"expired\",\n            \"payment_id\": \"15467\",\n            \"cr_bank_code\": null,\n            \"payment_type\": \"subscription\",\n            \"pwt_item_code\": 31512,\n            \"account_number\": \"2247916766\",\n            \"pwt_skip_disburse\": true,\n            \"originator_cbn_code\": null,\n            \"provider_auth_token\": \"2247916766;033\",\n            \"subscription_status\": \"expired\",\n            \"originator_account_number\": null\n        },\n        \"amount\": 0,\n        \"status\": \"Successful\",\n        \"provider\": \"NIBSS\",\n        \"customer_ref\": \"2247916766\",\n        \"customer_email\": \"\",\n        \"transaction_ref\": \"DD-SUB-y2pX2AGnpbW7EHj\",\n        \"customer_surname\": \"\",\n        \"transaction_desc\": \"Subscription notification\",\n        \"transaction_type\": \"transaction_notification\",\n        \"customer_firstname\": \"\",\n        \"customer_mobile_no\": \"2247916766\"\n    },\n    \"app_info\": {\n        \"app_code\": \"PAYP396648\"\n    },\n    \"mock_mode\": \"Live\",\n    \"requester\": \"NIBSS\",\n    \"request_ref\": \"DD-SUB-y2pX2AGnpbW7EHj01\",\n    \"request_type\": \"transaction_notification\"\n}","options":{"raw":{"language":"json"}}},"url":"https://api.onepipe.io/v2/transact"},"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":""}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": {\n        \"provider_response\": {\n            \"notification_id\": 1442432\n        }\n    },\n    \"status\": \"Successful\",\n    \"message\": \"Request successful\"\n}"}],"_postman_id":"f2223cbb-38a4-4424-ba8c-798f87db5a80"},{"name":"15.1 Evaluation Webhook","id":"0fef044d-4022-49a2-8516-27e8e631c7e3","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Authorization","value":"Bearer hSk84fnb2GeOVZ4JbUcu_ca608e4d33b2408e90b3a97157b581d7"},{"key":"Signature","value":"3a2b58350e8068507e6b5bff106850a5"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"request_ref\": \"111111111\",\n    \"request_type\": \"evaluation\",\n    \"auth\": {\n        \"type\": null,\n        \"secure\": \"null\",\n        \"auth_provider\": \"PaywithAccount\"\n    },\n    \"transaction\": {\n        \"mock_mode\": \"Live\",\n        \"transaction_ref\": \"998383938292\",\n        \"transaction_desc\": \"100 naira debit\",\n        \"transaction_ref_parent\": null,\n        \"amount\": 10000,\n        \"customer\": {\n            \"customer_ref\": \"2349066870818\",\n            \"firstname\": \"Akin\",\n            \"surname\": \"Olunloye\",\n            \"email\": \"nophone@onepipe.io\",\n            \"mobile_no\": \"2349066870818\"\n        },\n        \"meta\": {\n            \"account_number\":\"\",\n            \"bank_code\":\"\",\n            \"custom_fields\":\"\",\n            \"product\":\"\"\n        },\n        \"details\": {}\n    }\n}","options":{"raw":{"language":"json"}}},"url":"","urlObject":{"query":[],"variable":[]}},"response":[{"id":"75bcc065-f08d-4415-8025-89ebbaa5a61d","name":"Successful","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer hSk84fnb2GeOVZ4JbUcu_ca608e4d33b2408e90b3a97157b581d7"},{"key":"Signature","value":"3a2b58350e8068507e6b5bff106850a5"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\r\n    \"request_ref\": \"111111111\",\r\n    \"request_type\": \"evaluation\",\r\n    \"auth\": {\r\n        \"type\": null,\r\n        \"secure\": \"null\",\r\n        \"auth_provider\": \"PaywithAccount\"\r\n    },\r\n    \"transaction\": {\r\n        \"mock_mode\": \"Live\",\r\n        \"transaction_ref\": \"998383938292\",\r\n        \"transaction_desc\": \"100 naira debit\",\r\n        \"transaction_ref_parent\": null,\r\n        \"amount\": 10000,\r\n        \"customer\": {\r\n            \"customer_ref\": \"2349066870818\",\r\n            \"firstname\": \"Akin\",\r\n            \"surname\": \"Olunloye\",\r\n            \"email\": \"nophone@onepipe.io\",\r\n            \"mobile_no\": \"2349066870818\"\r\n        },\r\n        \"meta\": {\r\n            \"account_number\":\"\",\r\n            \"bank_code\":\"\",\r\n            \"custom_fields\":\"\",\r\n            \"product\":\"\"\r\n        },\r\n        \"details\": {}\r\n    }\r\n}","options":{"raw":{"language":"json"}}},"url":""},"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":""}],"cookie":[],"responseTime":null,"body":"{\n    \"status\":\"Successful\",\n    \"message\":\"Transaction processed successfully\"\n}"},{"id":"280bae6c-ed8f-4722-8d2a-4515ead99d8d","name":"Failed","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer hSk84fnb2GeOVZ4JbUcu_ca608e4d33b2408e90b3a97157b581d7"},{"key":"Signature","value":"3a2b58350e8068507e6b5bff106850a5"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\r\n    \"request_ref\": \"111111111\",\r\n    \"request_type\": \"evaluation\",\r\n    \"auth\": {\r\n        \"type\": null,\r\n        \"secure\": \"null\",\r\n        \"auth_provider\": \"PaywithAccount\"\r\n    },\r\n    \"transaction\": {\r\n        \"mock_mode\": \"Live\",\r\n        \"transaction_ref\": \"998383938292\",\r\n        \"transaction_desc\": \"100 naira debit\",\r\n        \"transaction_ref_parent\": null,\r\n        \"amount\": 10000,\r\n        \"customer\": {\r\n            \"customer_ref\": \"2349066870818\",\r\n            \"firstname\": \"Akin\",\r\n            \"surname\": \"Olunloye\",\r\n            \"email\": \"nophone@onepipe.io\",\r\n            \"mobile_no\": \"2349066870818\"\r\n        },\r\n        \"meta\": {\r\n            \"account_number\":\"\",\r\n            \"bank_code\":\"\",\r\n            \"custom_fields\":\"\",\r\n            \"product\":\"\"\r\n        },\r\n        \"details\": {}\r\n    }\r\n}","options":{"raw":{"language":"json"}}},"url":""},"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":""}],"cookie":[],"responseTime":null,"body":"{\n    \"status\":\"Failed\",\n    \"message\":\"Invalid Policy Number\",\n    \"data\":{\n        \"send_sms\":\"true|false\",\n        \"sms_content\":\"There was an error with your policy number. Please check and try again.\"\n    }\n}"}],"_postman_id":"0fef044d-4022-49a2-8516-27e8e631c7e3"}],"id":"315c930c-aa54-4ff8-bd3a-9f5ca96d24a4","_postman_id":"315c930c-aa54-4ff8-bd3a-9f5ca96d24a4","description":""},{"name":"__archive","item":[{"name":"3. Request payment - single - PWT to create mandate","id":"16129367-5593-4ea3-b132-ee0d4260602c","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Authorization","value":"Bearer hSk84fnb2GeOVZ4JbUcu_ca608e4d33b2408e90b3a97157b581d7"},{"key":"Signature","value":"3a2b58350e8068507e6b5bff106850a5"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"request_ref\": \"111111111\",\n    \"request_type\": \"send invoice\",\n    \"auth\": {\n       \"type\": \"bank.account\",\n        \"secure\": \"z5wGtqxYQLBE9P414VxW/M06JT38iBf+2seyxg08CsZRB2eq/BVWsoRbK8mjuK87dNvZYML8cHviklA6K8T4xw==\",\n        \"auth_provider\": \"PaywithAccount\"\n    },\n    \"transaction\": {\n        \"mock_mode\": \"Inspect\",\n        \"transaction_ref\": \"998383938292\",\n        \"transaction_desc\": \"collect a payment\",\n        \"transaction_ref_parent\": null,\n        \"amount\": 12200,\n        \"customer\": {\n            \"customer_ref\": \"2348022222222\",\n            \"firstname\": \"Koko\",\n            \"surname\": \"Below\",\n            \"email\": \"kokobelow@gmail.com\",\n            \"mobile_no\": \"2348022222222\"\n        },\n        \"meta\": {\n            \"type\":\"single_payment\",\n            \"expires_in\":30,//minutes\n            \"skip_messaging\": false,\n            \"biller_code\": \"000019\"\n        },\n        \"details\": {}\n    }\n}","options":{"raw":{"language":"json"}}},"url":"https://api.onepipe.io/v2/transact","urlObject":{"path":["v2","transact"],"host":["https://api.onepipe.io"],"query":[],"variable":[]}},"response":[{"id":"0dbc1840-8c5f-4dde-863c-2b381660fd32","name":"Successful","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer hSk84fnb2GeOVZ4JbUcu_ca608e4d33b2408e90b3a97157b581d7"},{"key":"Signature","value":"3a2b58350e8068507e6b5bff106850a5"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"request_ref\": \"111111111\",\n    \"request_type\": \"send invoice\",\n    \"auth\": {\n       \"type\": \"bank.account\",\n        \"secure\": \"z5wGtqxYQLBE9P414VxW/M06JT38iBf+2seyxg08CsZRB2eq/BVWsoRbK8mjuK87dNvZYML8cHviklA6K8T4xw==\",\n        \"auth_provider\": \"PaywithAccount\"\n    },\n    \"transaction\": {\n        \"mock_mode\": \"Live\",\n        \"transaction_ref\": \"998383938292\",\n        \"transaction_desc\": \"collect a payment\",\n        \"transaction_ref_parent\": null,\n        \"amount\": 12200,\n        \"customer\": {\n            \"customer_ref\": \"2348022221412\",\n            \"firstname\": \"Ope\",\n            \"surname\": \"Adeoye\",\n            \"email\": \"opeadeoye@gmail.com\",\n            \"mobile_no\": \"2348022221412\"\n        },\n        \"meta\": {\n            \"type\":\"single_payment\",\n            \"expires_in\":1,\n            \"suppress_messaging\": false,\n            \"biller_code\": \"000019\"\n        },\n        \"details\": {}\n    }\n}","options":{"raw":{"language":"json"}}},"url":"https://api.onepipe.io/v2/transact"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"content-length","value":"1029"},{"key":"content-type","value":"application/json; charset=utf-8"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": \"Processing\",\n    \"message\": \"Kindly follow the instructions sent to you via SMS and Email to complete payment\",\n    \"data\": {\n        \"provider_response_code\": \"00\",\n        \"provider\": \"PaywithAccount\",\n        \"errors\": null,\n        \"error\": null,\n        \"provider_response\": {\n            \"reference\": \"RC1544159/1557/0006573568\",\n            \"account_number\": \"6234784766\",\n            \"currency_code\": \"NGN\",\n            \"customer_email\": \"opeadeoye@gmail.com\",\n            \"bank_code\": \"070\",\n            \"status\": \"REQUESTED\",\n            \"created_on\": \"2025-03-01 17:04:57\",\n            \"meta\": {\n                \"payment_id\": 3554,\n                \"virtual_account_name\": \"PWT - Demo Business\",\n                \"virtual_account_number\": \"4565048125\",\n                \"virtual_account_bank_name\": \"Fidelity\",\n                \"virtual_account_bank_code\": \"070\",\n                \"virtual_account_status\": \"active\",\n                \"virtual_account_expiry_date\": \"2025-03-02 18:04:00\",\n                \"ussd_code\": \"*347*022*2*54824#\"\n            }\n        },\n        \"client_info\": {\n            \"name\": null,\n            \"id\": null,\n            \"bank_cbn_code\": null,\n            \"bank_name\": null,\n            \"console_url\": null,\n            \"js_background_image\": null,\n            \"css_url\": null,\n            \"logo_url\": null,\n            \"footer_text\": null,\n            \"show_options_icon\": false,\n            \"paginate\": false,\n            \"paginate_count\": 0,\n            \"options\": null,\n            \"merchant\": null,\n            \"colors\": null,\n            \"meta\": null\n        }\n    }\n}"}],"_postman_id":"16129367-5593-4ea3-b132-ee0d4260602c"},{"name":"4. Request payment - single - PWA","id":"1adbd365-866f-4bfd-b0b7-391a427898a5","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Authorization","value":"Bearer hSk84fnb2GeOVZ4JbUcu_ca608e4d33b2408e90b3a97157b581d7"},{"key":"Signature","value":"3a2b58350e8068507e6b5bff106850a5"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"request_ref\": \"111111111\",\n    \"request_type\": \"collect\",\n    \"auth\": {\n        \"type\": \"bank.account\",\n        \"secure\": \"z5wGtqxYQLBE9P414VxW/M06JT38iBf+2seyxg08CsZRB2eq/BVWsoRbK8mjuK87dNvZYML8cHviklA6K8T4xw==\",\n        \"auth_provider\": \"PaywithAccount\"\n    },\n    \"transaction\": {\n        \"mock_mode\": \"Inspect\",\n        \"transaction_ref\": \"998383938292\",\n        \"transaction_desc\": \"A nice narration\",\n        \"transaction_ref_parent\": null,\n        \"amount\": 15600,\n        \"customer\": {\n            \"customer_ref\": \"2348022222222\",\n            \"firstname\": \"Koko\",\n            \"surname\": \"Below\",\n            \"email\": \"kokobelow@gmail.com\",\n            \"mobile_no\": \"2348022222222\"\n        },\n        \"meta\": {\n         \"biller_code\": \"000019\"\n        },\n        \"details\": {}\n    }\n}","options":{"raw":{"language":"json"}}},"url":"https://api.onepipe.io/v2/transact","urlObject":{"path":["v2","transact"],"host":["https://api.onepipe.io"],"query":[],"variable":[]}},"response":[{"id":"d3d1faf4-6563-4268-84ae-f8f2569e74a6","name":"Failed","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer hSk84fnb2GeOVZ4JbUcu_ca608e4d33b2408e90b3a97157b581d7"},{"key":"Signature","value":"3a2b58350e8068507e6b5bff106850a5"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"\n{\n    \"request_ref\": \"111111111\",\n    \"request_type\": \"collect\",\n    \"auth\": {\n        \"type\": \"bank.account\",\n        \"secure\": \"z5wGtqxYQLBE9P414VxW/M06JT38iBf+2seyxg08CsZRB2eq/BVWsoRbK8mjuK87dNvZYML8cHviklA6K8T4xw==\",\n        \"auth_provider\": \"PaywithAccount\"\n    },\n    \"transaction\": {\n        \"mock_mode\": \"Live\",\n        \"transaction_ref\": \"998383938292\",\n        \"transaction_desc\": \"A nice narration\",\n        \"transaction_ref_parent\": null,\n        \"amount\": 15600,\n        \"customer\": {\n            \"customer_ref\": \"2348022221412\",\n            \"firstname\": \"Ope\",\n            \"surname\": \"Adeoye\",\n            \"email\": \"opeadeoye@gmail.com\",\n            \"mobile_no\": \"2348022221412\"\n        },\n        \"meta\": {\n         \"biller_code\": \"000019\"\n        },\n        \"details\": {}\n    }\n}","options":{"raw":{"language":"json"}}},"url":"https://api.onepipe.io/v2/transact"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"content-length","value":"555"},{"key":"content-type","value":"application/json; charset=utf-8"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": \"Failed\",\n    \"message\": \"Transaction failed\",\n    \"data\": {\n        \"provider_response_code\": \"96\",\n        \"provider\": \"NIBSS\",\n        \"errors\": [\n            {\n                \"code\": \"06\",\n                \"message\": \"Invalid or missing parameters\"\n            }\n        ],\n        \"error\": {\n            \"code\": \"06\",\n            \"message\": \"Invalid or missing parameters\"\n        },\n        \"provider_response\": null,\n        \"client_info\": {\n            \"name\": null,\n            \"id\": null,\n            \"bank_cbn_code\": null,\n            \"bank_name\": null,\n            \"console_url\": null,\n            \"js_background_image\": null,\n            \"css_url\": null,\n            \"logo_url\": null,\n            \"footer_text\": null,\n            \"show_options_icon\": false,\n            \"paginate\": false,\n            \"paginate_count\": 0,\n            \"options\": null,\n            \"merchant\": null,\n            \"colors\": null,\n            \"meta\": null\n        }\n    }\n}"},{"id":"3df318d5-d5fb-4a5e-8b93-ad9cd0635be7","name":"Failed Copy","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer hSk84fnb2GeOVZ4JbUcu_ca608e4d33b2408e90b3a97157b581d7"},{"key":"Signature","value":"3a2b58350e8068507e6b5bff106850a5"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"\n{\n    \"request_ref\": \"111111111\",\n    \"request_type\": \"collect\",\n    \"auth\": {\n        \"type\": \"bank.account\",\n        \"secure\": \"z5wGtqxYQLBE9P414VxW/M06JT38iBf+2seyxg08CsZRB2eq/BVWsoRbK8mjuK87dNvZYML8cHviklA6K8T4xw==\",\n        \"auth_provider\": \"PaywithAccount\"\n    },\n    \"transaction\": {\n        \"mock_mode\": \"Live\",\n        \"transaction_ref\": \"998383938292\",\n        \"transaction_desc\": \"A nice narration\",\n        \"transaction_ref_parent\": null,\n        \"amount\": 15600,\n        \"customer\": {\n            \"customer_ref\": \"2348022221412\",\n            \"firstname\": \"Ope\",\n            \"surname\": \"Adeoye\",\n            \"email\": \"opeadeoye@gmail.com\",\n            \"mobile_no\": \"2348022221412\"\n        },\n        \"meta\": {\n         \"biller_code\": \"000019\"\n        },\n        \"details\": {}\n    }\n}","options":{"raw":{"language":"json"}}},"url":"https://api.onepipe.io/v2/transact"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"content-length","value":"555"},{"key":"content-type","value":"application/json; charset=utf-8"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": \"Failed\",\n    \"message\": \"Transaction failed\",\n    \"data\": {\n        \"provider_response_code\": \"96\",\n        \"provider\": \"NIBSS\",\n        \"errors\": [\n            {\n                \"code\": \"06\",\n                \"message\": \"Invalid or missing parameters\"\n            }\n        ],\n        \"error\": {\n            \"code\": \"06\",\n            \"message\": \"Invalid or missing parameters\"\n        },\n        \"provider_response\": null,\n        \"client_info\": {\n            \"name\": null,\n            \"id\": null,\n            \"bank_cbn_code\": null,\n            \"bank_name\": null,\n            \"console_url\": null,\n            \"js_background_image\": null,\n            \"css_url\": null,\n            \"logo_url\": null,\n            \"footer_text\": null,\n            \"show_options_icon\": false,\n            \"paginate\": false,\n            \"paginate_count\": 0,\n            \"options\": null,\n            \"merchant\": null,\n            \"colors\": null,\n            \"meta\": null\n        }\n    }\n}"}],"_postman_id":"1adbd365-866f-4bfd-b0b7-391a427898a5"}],"id":"ab33d547-c15d-4635-8907-2cd254abfa87","_postman_id":"ab33d547-c15d-4635-8907-2cd254abfa87","description":""},{"name":"_roadmap","item":[{"name":"15.1 Disburse","id":"5b683d6f-0040-486a-89b5-3d26d988adb9","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Authorization","value":"Bearer hSk84fnb2GeOVZ4JbUcu_ca608e4d33b2408e90b3a97157b581d7"},{"key":"Signature","value":"3a2b58350e8068507e6b5bff106850a5"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"request_ref\": \"111111111\",\n    \"request_type\": \"disburse\",\n    \"auth\": {\n        \"type\": null,\n        \"secure\": null,\n        \"auth_provider\": \"Demoprovider\",//PaywithAccount\n        \"route_mode\": null\n    },\n    \"transaction\": {\n        \"mock_mode\": \"Inspect\",\n        \"transaction_ref\": \"998383938292\",\n        \"transaction_desc\": \"A random transaction\",\n        \"transaction_ref_parent\": null,\n        \"amount\": 1000000,\n        \"customer\": {\n            \"customer_ref\": \"2348022222222\",\n            \"firstname\": \"Koko\",\n            \"surname\": \"Below\",\n            \"email\": \"kokobelow@gmail.com\",\n            \"mobile_no\": \"2348022222222\"\n        },\n        \"meta\": {\n            \"biller_code\" : \"000019\"\n        },\n        \"details\": {\n            \"destination_account\": \"2363262632\",\n            \"destination_bank_code\": \"011\"\n        }\n    }\n}","options":{"raw":{"language":"json"}}},"url":"https://api.onepipe.io/v2/transact","description":"<p>With this service, the calling apps can do a transfer to a destination account number from a pre-configured account of the app. If authorisation details are required by a provider, apps will have to provide this. OnePipe will in turn forward to the provider’s dedicated implementation. This is a service that is useful for when a business wants to debit their own account and credit any destination account</p>\n<h4 id=\"sequence-of-calls\">Sequence of calls</h4>\n<p>Please be sure to have gone through...</p>\n<ul>\n<li><a href=\"#the-headers\">The headers</a>  </li>\n<li><a href=\"#the-main-operations-you-can-perform\">Main API operations</a></li>\n<li><a href=\"#what-requests-would-look-like\">Typical OnePipe requests</a>  </li>\n<li><a href=\"#what-responses-would-look-like\">Typical OnePipe responses</a></li>\n<li><a href=\"#encryption-of-secure-element\">Encryption of the <code>secure</code> element</a></li>\n</ul>\n<p>Here's the call sequence specific to this service...</p>\n<ol>\n<li>Call <code>/transact</code></li>\n<li>Provider responds with <code>WaitingForOTP</code> or <code>PendingValidation</code> if they require OTP verification</li>\n<li>Call <code>/transact/validate</code> to supply OTP if needed</li>\n<li>Provider responds with any of the completion codes <code>Successful</code> or <code>Failed</code>. </li>\n<li>To query the status of a transaction, call <code>/transact/query</code></li>\n</ol>\n<h4 id=\"interpreting-the-response\">Interpreting the response</h4>\n<ul>\n<li>Read the response</li>\n<li>Read the <code>provider_response</code> Object</li>\n</ul>\n<h4 id=\"possible-status-values\">Possible status values</h4>\n<ul>\n<li><strong>Successful</strong>: Success</li>\n<li><strong>WaitingForOTP</strong>: Display the <code>status.message</code> and collect the input from the user, then follow with a <code>/transact/validate</code></li>\n<li><strong>PendingValidation</strong>: Display the <code>status.message</code> and collect the input from the user, then follow with a <code>/transact/validate</code></li>\n<li><strong>[Anything else]</strong>: Error. Read the errors object(s)</li>\n</ul>\n<h4 id=\"request-body-elements\">Request body elements</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>Requirement</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>request_ref</td>\n<td>string</td>\n<td>compulsory</td>\n<td>A unique reference for this API call</td>\n</tr>\n<tr>\n<td>request_type</td>\n<td>string</td>\n<td>compulsory</td>\n<td>Set to <code>disburse</code></td>\n</tr>\n<tr>\n<td>auth.type</td>\n<td>string</td>\n<td>compulsory</td>\n<td>Set to be <code>null</code></td>\n</tr>\n<tr>\n<td>auth.secure</td>\n<td>string</td>\n<td>compulsory</td>\n<td>Set to be <code>null</code></td>\n</tr>\n<tr>\n<td>auth.auth_provider</td>\n<td>string</td>\n<td>compulsory</td>\n<td>The Provider against which you want to open the account. e.g. <code>SunTrust</code></td>\n</tr>\n<tr>\n<td>auth.route_mode</td>\n<td>string</td>\n<td>compulsory</td>\n<td>Set to <code>null</code></td>\n</tr>\n<tr>\n<td>transaction.mock_mode</td>\n<td>string</td>\n<td>compulsory</td>\n<td>Set to <code>inspect</code> (for test mode) or <code>live</code> (for live mode)</td>\n</tr>\n<tr>\n<td>transaction.transaction_ref</td>\n<td>string</td>\n<td>compulsory</td>\n<td>A unique reference for the transaction</td>\n</tr>\n<tr>\n<td>transaction.transaction.desc</td>\n<td>string</td>\n<td>compulsory</td>\n<td>A short description or narration</td>\n</tr>\n<tr>\n<td>transaction.transaction_ref_parent</td>\n<td>string</td>\n<td>optional</td>\n<td>Can be set to <code>null</code>. But if you are repeating a prior transaction, you can set it to the <code>transaction_ref</code> of the former transaction to create a link for easy tracking.</td>\n</tr>\n<tr>\n<td>amount</td>\n<td>int</td>\n<td>compulsory</td>\n<td>Set to amount in kobo to be processed</td>\n</tr>\n<tr>\n<td>transaction.customer.customer_ref</td>\n<td>string</td>\n<td>compulsory</td>\n<td>A unique reference to identify this customer</td>\n</tr>\n<tr>\n<td>transaction.customer.firstname</td>\n<td>string</td>\n<td>compulsory</td>\n<td>The firstname of the customer</td>\n</tr>\n<tr>\n<td>transaction.customer.surname</td>\n<td>string</td>\n<td>compulsory</td>\n<td>The surname of the customer</td>\n</tr>\n<tr>\n<td>transaction.customer.email</td>\n<td>string</td>\n<td>compulsory</td>\n<td>The email of the customer</td>\n</tr>\n<tr>\n<td>transaction.customer.mobile_no</td>\n<td>string</td>\n<td>compulsory</td>\n<td>The mobile number of the customer</td>\n</tr>\n<tr>\n<td>transaction.details.destination_account</td>\n<td>string</td>\n<td>compulsory</td>\n<td>The destination account number</td>\n</tr>\n<tr>\n<td>transaction.details.destination_bank_code</td>\n<td>string</td>\n<td>compulsory</td>\n<td>The cbn bank code of the destination account number</td>\n</tr>\n</tbody>\n</table>\n</div><h4 id=\"response-body-elements\">Response body elements</h4>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Element</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>status</td>\n<td>Standard response. <strong>Successful</strong> or anything else. If the response is <code>WaitingForOTP</code> or <code>PendingValidation</code>, then display the <code>response.message</code>, collect the input from the user and follow with a <code>/transact/validate</code> API call. See <a href=\"https://v2.docs.onepipe.io/?version=latest#b294a37e-e131-4fd3-931b-7868bec36e34\">here</a>.</td>\n</tr>\n<tr>\n<td>message</td>\n<td>A message or description of the response</td>\n</tr>\n<tr>\n<td>data.provider</td>\n<td>The provider that was used to process the request</td>\n</tr>\n<tr>\n<td>data.provider_response_code</td>\n<td>Response code as determined by the underlying provider</td>\n</tr>\n<tr>\n<td>data.provider_response.reference</td>\n<td>A reference from the provider for reconciliation purposes</td>\n</tr>\n<tr>\n<td>data.provider_response.destination_institution_code</td>\n<td>NIP destination institution code</td>\n</tr>\n<tr>\n<td>data.provider_response.beneficiary_account_name</td>\n<td>Beneficiary account name</td>\n</tr>\n<tr>\n<td>data.provider_response.beneficiary_account_number</td>\n<td>Beneficiary account number</td>\n</tr>\n<tr>\n<td>data.provider_response.beneficiary_kyc_level</td>\n<td>KYC level of beneficiary</td>\n</tr>\n<tr>\n<td>data.provider_response.originator_account_name</td>\n<td>Sender account name</td>\n</tr>\n<tr>\n<td>data.provider_response.originator_account_number</td>\n<td>KYC level of sender</td>\n</tr>\n<tr>\n<td>data.provider_response.originator_kyc_level</td>\n<td>KYC level of sender</td>\n</tr>\n<tr>\n<td>data.provider_response.narration</td>\n<td>Narration for the transaction</td>\n</tr>\n<tr>\n<td>data.provider_response.transaction_final_amount</td>\n<td>Amount in <code>kobo</code> processed</td>\n</tr>\n<tr>\n<td>data.provider_response.payment_id</td>\n<td>Transaction payment id</td>\n</tr>\n<tr>\n<td>data.provider_response.meta</td>\n<td>A custom object that can hold any extra information the provider deems necessary in key vs value pairs.</td>\n</tr>\n</tbody>\n</table>\n</div><h4 id=\"list-of-providers\">List of providers</h4>\n<p>For a list of providers that have published and implemented this service, please see <a href=\"https://onepipe.io/explore/v2?service=open_account\">here</a></p>\n<h4 id=\"common-questions\">Common questions</h4>\n<p><strong>Question</strong>: Why do I need to specify <code>transaction.amount</code> when it's irrelevant here?</p>\n<p><strong>Answer</strong>: OnePipe APIs all try to follow a common standard such that all services require the same exact payload. It's the values within the payload that will then vary, service by service. In this case, just set it to <code>0</code>.</p>\n<p><strong>Question</strong>: What is the <code>meta</code> object in the request and response?</p>\n<p><strong>Answer</strong>: Some providers at times require or return special fields not covered by the standard. If you know what some of these fields and their values are you can set them in the request <code>meta</code> object and read them from the response <code>meta</code> object. Typically though, <code>null</code> is perfectly fine in most cases.</p>\n","urlObject":{"path":["v2","transact"],"host":["https://api.onepipe.io"],"query":[],"variable":[]}},"response":[{"id":"98c4af4d-8cf2-400a-ae67-691bbbb15600","name":"4. Disburse - Successful","originalRequest":{"method":"GET","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"request_ref\": \"111111111\",\n    \"request_type\": \"disburse\",\n    \"auth\": {\n        \"type\": null,\n        \"secure\": null,\n        \"auth_provider\": \"PaywithAccount\",//Demoprovider\n        \"route_mode\": null\n    },\n    \"transaction\": {\n        \"mock_mode\": \"Inspect\",\n        \"transaction_ref\": \"998383938292\",\n        \"transaction_desc\": \"A random transaction\",\n        \"transaction_ref_parent\": null,\n        \"amount\": 1000000,\n        \"customer\": {\n            \"customer_ref\": \"DemoApp_Customer007\",\n            \"firstname\": \"Uju\",\n            \"surname\": \"Usmanu\",\n            \"email\": \"ujuusmanu@gmail.com\",\n            \"mobile_no\": \"234802343132\"\n        },\n        \"meta\": {\n            \"biller_code\" : \"000019\"\n        },\n        \"details\": {\n            \"destination_account\": \"2363262632\",\n            \"destination_bank_code\": \"011\"\n        }\n    }\n}","options":{"raw":{"language":"json"}}},"url":""},"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":""}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": \"Successful\",\n    \"message\": \"Transaction processed successfully\",\n    \"data\": {\n        \"provider_response_code\": \"00\",\n        \"provider\": \"Demoprovider\",\n        \"errors\": null,\n        \"error\": null,\n        \"provider_response\": {\n            \"reference\": \"8129422853156\",\n            \"payment_id\": \"136FTTP200590171\",\n            \"destination_institution_code\": \"000016\",\n            \"beneficiary_account_name\": \"JOHN DOE JAMES\",\n            \"beneficiary_account_number\": \"3056433222\",\n            \"beneficiary_kyc_level\": \"3\",\n            \"originator_account_name\": \"James Jane\",\n            \"originator_account_number\": \"0001131256\",\n            \"originator_kyc_level\": \"1\",\n            \"narration\": \"My narration\",\n            \"transaction_final_amount\": 1000,\n            \"meta\": {\n                \"first_item\": \"item1\",\n                \"second_item\": \"item2\"\n            }\n        },\n        \"client_info\": {\n            \"name\": null,\n            \"id\": null,\n            \"bank_cbn_code\": null,\n            \"bank_name\": null,\n            \"console_url\": null,\n            \"js_background_image\": null,\n            \"css_url\": null,\n            \"logo_url\": null,\n            \"footer_text\": null,\n            \"show_options_icon\": false,\n            \"paginate\": false,\n            \"paginate_count\": 0,\n            \"options\": null,\n            \"merchant\": null,\n            \"colors\": null,\n            \"meta\": null\n        }\n    }\n}"}],"_postman_id":"5b683d6f-0040-486a-89b5-3d26d988adb9"}],"id":"5f3cd2a2-930e-4b90-892b-8601f35b1162","_postman_id":"5f3cd2a2-930e-4b90-892b-8601f35b1162","description":""},{"name":"_bookings","item":[{"name":"1. Get invoice","id":"36866cd6-6279-4e96-a98f-45d2f075d45f","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Authorization","value":"Bearer hSk84fnb2GeOVZ4JbUcu_ca608e4d33b2408e90b3a97157b581d7"},{"key":"Signature","value":"3a2b58350e8068507e6b5bff106850a5"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"request_ref\": \"111111111\",    \n    \"request_type\": \"get_invoice\",\n    \"auth\": {\n        \"type\": null,\n        \"secure\": null,\n        \"auth_provider\": \"PaywithAccount\"\n    },\n    \"transaction\": {\n        \"mock_mode\": \"Inspect\",\n        \"transaction_ref\": \"998383938292\",\n        \"transaction_desc\": \"A get invoice\",\n        \"transaction_ref_parent\": null,\n        \"amount\": 0,\n        \"customer\": {\n            \"customer_ref\": \"2348022222222\",\n            \"firstname\": \"Koko\",\n            \"surname\": \"Below\",\n            \"email\": \"kokobelow@gmail.com\",\n            \"mobile_no\": \"2348022222222\"\n        },\n        \"meta\": {\n              \"biller_code\": \"000019\",\n              \"booking_description\": \"LHR,LOS;LOS,LHR;\",\n              \"booking_type\": \"refundable | non_refundable\",\n              \"booking_amount\": 100000000,\n              \"booking_amount_breakdown\": \"ticket=100000000;tax=30000;hotel=2000000\",\n              \"booking_max_refundable_amount\": 75000000\n        },\n        \"details\": {\n            \"start_date\": null,\n            \"end_date\": null\n        }\n    }\n}","options":{"raw":{"language":"json"}}},"url":"https://api.onepipe.io/v2/transact","urlObject":{"path":["v2","transact"],"host":["https://api.onepipe.io"],"query":[],"variable":[]}},"response":[{"id":"86e5ba17-0eeb-448e-bb0e-fd962ba117e7","name":"Successful","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer hSk84fnb2GeOVZ4JbUcu_ca608e4d33b2408e90b3a97157b581d7"},{"key":"Signature","value":"3a2b58350e8068507e6b5bff106850a5"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"request_ref\": \"111111111\",    \n    \"request_type\": \"get_invoice\",\n    \"auth\": {\n        \"type\": null,\n        \"secure\": null,\n        \"auth_provider\": \"PaywithAccount\"\n    },\n    \"transaction\": {\n        \"mock_mode\": \"Inspect\",\n        \"transaction_ref\": \"998383938292\",\n        \"transaction_desc\": \"A get invoice\",\n        \"transaction_ref_parent\": null,\n        \"amount\": 0,\n        \"customer\": {\n            \"customer_ref\": \"2348022222222\",\n            \"firstname\": \"Koko\",\n            \"surname\": \"Below\",\n            \"email\": \"kokobelow@gmail.com\",\n            \"mobile_no\": \"2348022222222\"\n        },\n        \"meta\": {\n              \"biller_code\": \"000019\",\n              \"booking_description\": \"LHR,LOS;LOS,LHR;\",\n              \"booking_type\": \"refundable | non_refundable\",\n              \"booking_amount\": 100000000,\n              \"booking_amount_breakdown\": \"ticket=100000000;tax=30000;hotel=2000000\",\n              \"booking_max_refundable_amount\": 75000000\n        },\n        \"details\": {\n            \"start_date\": null,\n            \"end_date\": null\n        }\n    }\n}","options":{"raw":{"language":"json"}}},"url":"https://api.onepipe.io/v2/transact"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"content-length","value":"1202"},{"key":"Content-Type","value":"application/json","description":""}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": \"Successful\",\n    \"message\": \"Total payable amount will be N1,003,000 and includes special insurance\",\n    \"data\": {\n        \"provider_response_code\": \"00\",\n        \"provider\": \"PaywithAccount\",\n        \"errors\": null,\n        \"error\": null,\n        \"provider_response\": {\n            \"total_amount_payable\": 100030000,\n            \"total_customer_fee\": 20000,\n            \"total_merchant_fee\": 0,\n            \"total_invoice_amount\": 0,\n            \"invoice_list\": [\n                {\n                    \"invoice_number\": \"INV-PWA-AC0098765-234802222143-1-2025-07-22-HH-mm-ss\",\n                    \"invoice_amount\": 100020000,\n                    \"invoice_date\": \"2025-07-22\",                    \n                    \"payment_status\": \"unpaid\",\n\n                    \"invoice_item_name\": \"Fare\",\n                    \"invoice_item_customer_fee\": 20000,\n                    \"invoice_item_merchant_fee\": 0,\n                    \"invoice_item_description\": \"A description of the item\",\n                    \"invoice_item_mandatory\": true,\n                    \"invoice_item_currency\": \"NGN\"\n                },\n                {\n                    \"invoice_number\": \"INV-PWA-AC0098765-234802222143-2-2025-07-22-HH-mm-ss\",\n                    \"invoice_amount\": 10000,\n                    \"invoice_date\": \"2025-07-22\",                    \n                    \"payment_status\": \"unpaid\",\n\n                    \"invoice_item_name\": \"Travel Insurance\",\n                    \"invoice_item_customer_fee\": 0,\n                    \"invoice_item_merchant_fee\": 0,\n                    \"invoice_item_description\": \"A description of the proposition\",\n                    \"invoice_item_mandatory\": false,\n                    \"invoice_item_currency\": \"NGN\"\n                }\n            ],\n            \"installments\": [\n                {\n                    \"instalment_id\": \"INV-PWA-AC0098765-234802222143-2025-07-22-HH-mm-ss\",\n                    \"instalment_description\": \"Down payment\",\n                    \"instalment_refundable\": 0, //% of the amount refundable\n                    \"instalment_due_amount\": 100020000,\n                    \"instalment_due_date\": \"2025-07-22\",                    \n                    \"payment_status\": \"unpaid\"\n                },\n                {\n                    \"instalment_id\": \"INV-PWA-AC0098765-234802222143-2025-07-22-HH-mm-ss\",\n                    \"instalment_description\": \"Instalment 2\",\n                    \"instalment_refundable\": 0.5, //% of the amount refundable\n                    \"instalment_due_amount\": 100020000,\n                    \"instalment_due_date\": \"2025-08-22\",                    \n                    \"payment_status\": \"unpaid\"\n                },\n                {\n                    \"instalment_id\": \"INV-PWA-AC0098765-234802222143-2025-07-22-HH-mm-ss\",\n                    \"instalment_description\": \"Instalment 2\",\n                    \"instalment_refundable\": 0.5, //% of the amount refundable\n                    \"instalment_due_amount\": 100020000,\n                    \"instalment_due_date\": \"2025-09-22\",                    \n                    \"payment_status\": \"unpaid\"\n                },\n                {\n                    \"instalment_id\": \"INV-PWA-AC0098765-234802222143-2025-07-22-HH-mm-ss\",\n                    \"instalment_description\": \"Instalment 3\",\n                    \"instalment_refundable\": 0.5, //% of the amount refundable\n                    \"instalment_due_amount\": 100020000,\n                    \"instalment_due_date\": \"2025-10-22\",                    \n                    \"payment_status\": \"unpaid\"\n                }\n            ]\n        },\n        \"client_info\": null\n    }\n}"}],"_postman_id":"36866cd6-6279-4e96-a98f-45d2f075d45f"},{"name":"2. Create Booking","id":"b325f58f-3db3-4eac-b948-59b4fef87752","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Authorization","value":"Bearer hSk84fnb2GeOVZ4JbUcu_ca608e4d33b2408e90b3a97157b581d7"},{"key":"Signature","value":"3a2b58350e8068507e6b5bff106850a5"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"request_ref\": \"111111111\",    \n    \"request_type\": \"create_booking\",\n    \"auth\": {\n        \"type\": null,\n        \"secure\": null,\n        \"auth_provider\": \"Airline\"\n    },\n    \"transaction\": {\n        \"mock_mode\": \"Live\",\n        \"transaction_ref\": \"CRA99990050\",\n        \"transaction_desc\": \"LHR,LOS;LOS,LHR;\",\n        \"transaction_ref_parent\": null,\n        \"amount\": 100000000,\n        \"customer\": {\n            \"customer_ref\": \"2348022222222\",\n            \"firstname\": \"KOKO\",\n            \"surname\": \"BELOW\",\n            \"email\": \"kokobelow@gmail.com\",\n            \"mobile_no\": \"2348022222222\"\n        },\n        \"meta\": {\n            \"pnr\": \"1PPFPF\",\n            \"currency\": \"NGN\",\n            \"merchant_id\": \"7066\",\n            \"travel_date\": \"2025-12-16-10-10-00\",\n\n            \"biller_code\": \"000019\",\n            \"booking_description\": \"LHR,LOS;LOS,LHR;\",\n            \"booking_type\": \"refundable | non_refundable\",\n            \"booking_amount\": 100000000,\n            \"booking_amount_breakdown\": \"ticket=100000000;tax=30000;hotel=2000000\",\n            \"booking_max_refundable_amount\": 75000000,\n            \"mode\":\"checkout\",\n            \n            \"preferred_payment_option\": \"single_payment | instalment\",\n            \"customer_id_type\": \"passport | nin | bvn\",\n            \"customer_id_number\": \"0987654321\",\n\n            \"customer_id_address_building_number\": \"39\",\n            \"customer_id_address_street\": \"COLERIDGE WAY\",\n            \"customer_id_address_city\": \"BOREHAMWOOD\",\n            \"customer_id_address_state\": \"Lancashire\",\n            \"customer_id_address_country\": \"United Kingdom\",\n            \"customer_id_address_post_code\": \"WD6 2AE\",\n            \"customer_id_dob\": \"1979-09-06\"           \n            \n        },\n        \"details\": {\n            \"booking_expiry\": \"2025-07-25-15-04-03\",\n            \"booking_creation\": \"2025-07-25-08-12-45\",\n            \"title\": null,\n            \"reference_number\": \"47600050\"            \n        },\n        \"options\": null\n    }\n}","options":{"raw":{"language":"json"}}},"url":"https://api.onepipe.io/v2/transact","urlObject":{"path":["v2","transact"],"host":["https://api.onepipe.io"],"query":[],"variable":[]}},"response":[{"id":"ce63cbfe-659b-4d75-bb90-313450fcb7bc","name":"Successful","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer hSk84fnb2GeOVZ4JbUcu_ca608e4d33b2408e90b3a97157b581d7"},{"key":"Signature","value":"3a2b58350e8068507e6b5bff106850a5"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"request_ref\": \"111111111\",    \n    \"request_type\": \"create_booking\",\n    \"auth\": {\n        \"type\": null,\n        \"secure\": null,\n        \"auth_provider\": \"Airline\"\n    },\n    \"transaction\": {\n        \"mock_mode\": \"Live\",\n        \"transaction_ref\": \"CRA99990050\",\n        \"transaction_desc\": \"LHR,LOS;LOS,LHR;\",\n        \"transaction_ref_parent\": null,\n        \"amount\": 100000000,\n        \"customer\": {\n            \"customer_ref\": \"2348022222222\",\n            \"firstname\": \"KOKO\",\n            \"surname\": \"BELOW\",\n            \"email\": \"kokobelow@gmail.com\",\n            \"mobile_no\": \"2348022222222\"\n        },\n        \"meta\": {\n            \"pnr\": \"1PPFPF\",\n            \"currency\": \"NGN\",\n            \"merchant_id\": \"7066\",\n            \"travel_date\": \"2025-12-16-10-10-00\",\n\n            \"biller_code\": \"000019\",\n            \"booking_description\": \"LHR,LOS;LOS,LHR;\",\n            \"booking_type\": \"refundable | non_refundable\",\n            \"booking_amount\": 100000000,\n            \"booking_amount_breakdown\": \"ticket=100000000;tax=30000;hotel=2000000\",\n            \"booking_max_refundable_amount\": 75000000,\n            \"mode\":\"checkout\",\n            \n            \"preferred_payment_option\": \"single_payment | instalment\",\n            \"customer_id_type\": \"passport | nin | bvn\",\n            \"customer_id_number\": \"0987654321\",\n\n            \"customer_id_address_building_number\": \"39\",\n            \"customer_id_address_street\": \"COLERIDGE WAY\",\n            \"customer_id_address_city\": \"BOREHAMWOOD\",\n            \"customer_id_address_state\": \"Lancashire\",\n            \"customer_id_address_country\": \"United Kingdom\",\n            \"customer_id_address_post_code\": \"WD6 2AE\",\n            \"customer_id_dob\": \"1979-09-06\"           \n            \n        },\n        \"details\": {\n            \"booking_expiry\": \"2025-07-25-15-04-03\",\n            \"booking_creation\": \"2025-07-25-08-12-45\",\n            \"title\": null,\n            \"reference_number\": \"47600050\"            \n        },\n        \"options\": null\n    }\n}","options":{"raw":{"language":"json"}}},"url":"https://api.onepipe.io/v2/transact"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"content-length","value":"1202"},{"key":"Content-Type","value":"application/json","description":""}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": \"PendingFulfilment\",\n    \"message\": \"Booking is awaiting payment and fulfilment\",\n    \"data\": {\n        \"provider_response_code\": \"00\",\n        \"provider\": null,\n        \"errors\": null,\n        \"error\": null,\n        \"provider_response\": {\n            \"reference\": \"47600050\",\n            \"note\": \"To pay for your ticket, please click the button below. Kindly note that payment has to be made \\n<b>before 2025-07-25 15:04:03, and KYC information may be verified</b> against official government databases.\\n<br>\\n    <br>\\n        <a style='background-color:#33549a !important;color:white;padding:10px;border-radius:5px' href='https://paywithaccount.link/c3528'>Make Payment Now</a>\",\n            \"meta\": {\n                \"account\": {\n                    \"account_name\": \"TouchDown - Olusare Adegbagi\",\n                    \"account_number\": \"47600050\",\n                    \"bank_name\": \"Fidelity Bank\",\n                    \"bank_code\": \"070\",\n                    \"currency_code\": \"NGN\",\n                    \"contract_code\": null,\n                    \"account_reference\": \"2347309691683\",  \n                    \n                    \"account_type\": \"STATIC\",\n                    \"status\": \"ACTIVE\",\n                    \"created_on\": \"2025-07-25T08:12:46Z\",\n\n                    \"payment_link\": \"https://paywithaccount.link/c3528\"\n                }\n            }\n        },\n        \"client_info\": null\n    }\n}"}],"_postman_id":"b325f58f-3db3-4eac-b948-59b4fef87752"},{"name":"3. Transaction Notification","id":"905be4b4-0143-4ab9-9d03-586c1a8fffc6","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Signature","value":"3a2b58350e8068507e6b5bff106850a5"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"request_ref\": \"MdW87654534212J1\",\n    \"request_type\": \"transaction_notification\",\n    \"requester\": \"TD Limited (Ticket Payment)\",\n    \"mock_mode\": \"live\",\n    \"details\": {\n        \"amount\": \"1000000000\",\n        \"transaction_type\": \"collect\",\n        \"transaction_ref\": \"CRA47999950_SEND_INVOICE_81_68926\",\n        \"transaction_desc\": \"You have a new transaction of amount 10000000 from 23433333333\",\n        \"status\": \"Successful\",\n        \"provider\": \"PaywithAccount\",\n        \"customer_ref\": \"23433333333\",\n        \"customer_email\": \"kokobelow@gmail.com\",\n        \"customer_firstname\": \"Koko\",\n        \"customer_surname\": \"Below\",\n        \"customer_mobile_no\": \"23433333333\",\n        \"data\": {\n            \"payment_date\": \"2025-07-25 09:23:58\",\n            \"invoice_number\": null,\n            \"account_number\": null,\n            \"provider\": \"PaywithAccount\",\n            \"point_type\": \"TD Limited (Ticket Payment)\",\n            \"gender\": \"Female\",\n            \"dob\": \"1969-07-26\",\n            \"address_building_number\": \"1\",\n            \"address_street\": \"Koko Close\",\n            \"address_city\": \"Ibadan\",\n            \"address_post_code\": \"10002\"\n        },\n        \"meta\": {\n            \"grb_status\": \"pwt-active\",\n            \"pwt_item_description\": \"CRA46666650_SEND_INVOICE_81_68926\",\n            \"pwt_item_code\": null,\n            \"pwt_item_amount\": 1000000,\n            \"lock_account\": true,\n            \"transaction_date\": \"2025-07-25-09-23-58\",\n            \"created_date\": \"2025-07-25-09-20-36\",\n            \"biller_id\": \"TD Limited (Ticket Payment)\",\n            \"biller_item_id\": \"td-limited\",\n            \"processing_method\": \"PWT\",\n            \"page_id\": 32317,\n            \"currency\": \"NGN\",\n            \"gender\": \"Female\",\n            \"dob\": \"1969-07-26\",\n            \"address_building_number\": \"1\",\n            \"address_street\": \"Koko Close\",\n            \"address_city\": \"Ibada\",\n            \"address_post_code\": \"100001\",\n            \"provider_auth_token\": null,\n\n            \"payment_option\": \"single_payment | instalment\", //instalment\n            \"fulfilment_delivery\": \"customer | dashboard\", //dashboard\n            \"note\": \"You have made the down payment and the ticket has now been reserved. Please complete the remaining 3 instalments according to the breakdown sent to kokobelow@gmail.com. A reminder will be sent before each instalment. <br><br><b>Once full payment is received, ticket will be issued immediately</b><br><br><small>Terms and conditions apply</small>\"\n        }\n    },\n    \"app_info\": {\n        \"app_code\": \"PAYP702225\"\n    }\n}","options":{"raw":{"language":"json"}}},"url":"{merchant_webhook_url}","urlObject":{"host":["{merchant_webhook_url}"],"query":[],"variable":[]}},"response":[{"id":"31bdae79-e81c-4ba8-a871-26b6a4240566","name":"Successful","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer hSk84fnb2GeOVZ4JbUcu_ca608e4d33b2408e90b3a97157b581d7","disabled":true},{"key":"Signature","value":"3a2b58350e8068507e6b5bff106850a5"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"request_ref\": \"MdW87654534212J1\",\n    \"request_type\": \"transaction_notification\",\n    \"requester\": \"TD Limited (Ticket Payment)\",\n    \"mock_mode\": \"live\",\n    \"details\": {\n        \"amount\": \"1000000000\",\n        \"transaction_type\": \"collect\",\n        \"transaction_ref\": \"CRA47999950_SEND_INVOICE_81_68926\",\n        \"transaction_desc\": \"You have a new transaction of amount 10000000 from 23433333333\",\n        \"status\": \"Successful\",\n        \"provider\": \"PaywithAccount\",\n        \"customer_ref\": \"23433333333\",\n        \"customer_email\": \"kokobelow@gmail.com\",\n        \"customer_firstname\": \"Koko\",\n        \"customer_surname\": \"Below\",\n        \"customer_mobile_no\": \"23433333333\",\n        \"data\": {\n            \"payment_date\": \"2025-07-25 09:23:58\",\n            \"invoice_number\": null,\n            \"account_number\": null,\n            \"provider\": \"PaywithAccount\",\n            \"point_type\": \"TD Limited (Ticket Payment)\",\n            \"gender\": \"Female\",\n            \"dob\": \"1969-07-26\",\n            \"address_building_number\": \"1\",\n            \"address_street\": \"Koko Close\",\n            \"address_city\": \"Ibadan\",\n            \"address_post_code\": \"10002\"\n        },\n        \"meta\": {\n            \"grb_status\": \"pwt-active\",\n            \"pwt_item_description\": \"CRA46666650_SEND_INVOICE_81_68926\",\n            \"pwt_item_code\": null,\n            \"pwt_item_amount\": 1000000,\n            \"lock_account\": true,\n            \"transaction_date\": \"2025-07-25-09-23-58\",\n            \"created_date\": \"2025-07-25-09-20-36\",\n            \"biller_id\": \"TD Limited (Ticket Payment)\",\n            \"biller_item_id\": \"td-limited\",\n            \"processing_method\": \"PWT\",\n            \"page_id\": 32317,\n            \"currency\": \"NGN\",\n            \"gender\": \"Female\",\n            \"dob\": \"1969-07-26\",\n            \"address_building_number\": \"1\",\n            \"address_street\": \"Koko Close\",\n            \"address_city\": \"Ibada\",\n            \"address_post_code\": \"100001\",\n            \"provider_auth_token\": null,\n\n            \"payment_option\": \"single_payment | instalment\", //instalment\n            \"fulfilment_delivery\": \"customer | dashboard\", //dashboard\n            \"note\": \"You have made the down payment and the ticket has now been reserved. Please complete the remaining 3 instalments according to the breakdown sent to kokobelow@gmail.com. A reminder will be sent before each instalment. <br><br><b>Once full payment is received, ticket will be issued immediately</b><br><br><small>Terms and conditions apply</small>\"\n        }\n    },\n    \"app_info\": {\n        \"app_code\": \"PAYP702225\"\n    }\n}","options":{"raw":{"language":"json"}}},"url":"{merchant_webhook_url}"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"content-length","value":"1202"},{"key":"Content-Type","value":"application/json","description":""}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": \"Successful\",\n    \"message\": \"Ticket issued\",\n    \"data\": {}\n}"}],"_postman_id":"905be4b4-0143-4ab9-9d03-586c1a8fffc6"}],"id":"c2f9564f-003f-4ebd-9cbf-a83fc4f7147b","_postman_id":"c2f9564f-003f-4ebd-9cbf-a83fc4f7147b","description":""},{"name":"_instore","item":[{"name":"Webhooks","item":[{"name":"15.1 Payment Notifications - Webhook","id":"45c0381c-d17c-4257-9856-9ebbb6da1ad9","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Authorization","value":"Bearer hSk84fnb2GeOVZ4JbUcu_ca608e4d33b2408e90b3a97157b581d7"},{"key":"Signature","value":"3a2b58350e8068507e6b5bff106850a5"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"details\": {\n        \"data\": {\n            \"data\": {\n                \"error\": null,\n                \"errors\": null,\n                \"status\": null,\n                \"provider\": \"PaywithAccount\",\n                \"reference\": null,\n                \"provider_response\": {\n                    \"meta\": {\n                        \"session_id\": \"9098898998098098333\",\n                        \"subscription_id\": 3546\n                    },\n                    \"reference\": \"DD-UFbr7Ki0BG6STbj\",\n                    \"paymentoptions\": [],\n                    \"provider_auth_token\": \"2001730400;100\",\n                    \"transaction_final_amount\": 10000\n                },\n                \"provider_response_code\": \"00\"\n            },\n            \"status\": \"Successful\",\n            \"message\": \"Transaction processed successfully\"\n        },\n        \"meta\": {\n            \"fee\": \"5100\",\n            \"biller_id\": \"3\",\n            \"narration\": \"Pay OnePipe Subscription Manag\",\n            \"account_no\": \"2001730400\", //Identify customer with this\n            \"mandate_id\": \"1995\",\n            \"biller_code\": \"000003\", //Identify merchant with this\n            \"biller_name\": \"OnePipe Subscription Manager\",\n            \"expiry_date\": \"2025-03-02-00-00-00\",\n            \"account_name\": \"BELOW KOKO\",\n            \"biller_email\": \"kokobiller@below.io\",\n            \"biller_status\": \"active\",\n            \"pwt_item_code\": \"31557\",\n            \"subscription_id\": \"3546\",\n            \"biller_rc_number\": \"RC1544100\",\n            \"skip_fee_disburse\": \"true\",\n            \"biller_account_name\": \"PAYGATEPLUS DATA BUNDLE SALES\",\n            \"biller_phone_number\": \"08052000773\",\n            \"biller_account_number\": \"9999922570\",\n            \"sales_representative_id\": \"\",\n            \"mandate_reference_number\": \"RC1544159/1557/0007109012\",\n            \"sales_representative_name\": \"\",\n            \"pwt_maintain_notification_meta\": \"true\",\n            \"event_type\": \"payment_preapproved\", //note this\n            \"payment_id\":\"898984\",\n            \"transaction_date\": \"2023-01-01-01-01\",\n            \"signature_hash\":\"9900ubuuxubueebjx\",\n            \"nin\": \"90394849494\"\n\n        },\n        \"amount\": \"10000\",\n        \"status\": \"Successful\",\n        \"provider\": \"PaywithAccount\",\n        \"customer_ref\": \"2001730400\",\n        \"customer_email\": \"\",\n        \"transaction_ref\": \"DD-SGLnWjK6ClFonZmCMnschedule1\", // Identify transaction with this\n        \"customer_surname\": \"BELOW\",\n        \"transaction_desc\": \"Test\",\n        \"transaction_type\": \"collect\",\n        \"customer_firstname\": \"KOKO\",\n        \"customer_mobile_no\": \"\"\n    },\n    \"app_info\": {\n        \"app_code\": \"PAYP396648\"\n    },\n    \"mock_mode\": \"Live\",\n    \"requester\": \"Scheduler\",\n    \"request_ref\": \"f6300559bd2e42a0b83369554538a299\",\n    \"request_type\": \"transaction_notification\"\n}","options":{"raw":{"language":"json"}}},"url":"","urlObject":{"query":[],"variable":[]}},"response":[{"id":"834377cf-bae7-4ff2-85c0-dfdbbc7c3f75","name":"Debit Notification","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer hSk84fnb2GeOVZ4JbUcu_ca608e4d33b2408e90b3a97157b581d7"},{"key":"Signature","value":"3a2b58350e8068507e6b5bff106850a5"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\r\n    \"details\": {\r\n        \"data\": {\r\n            \"data\": {\r\n                \"error\": null,\r\n                \"errors\": null,\r\n                \"status\": null,\r\n                \"provider\": \"PaywithAccount\",\r\n                \"reference\": null,\r\n                \"provider_response\": {\r\n                    \"meta\": {\r\n                        \"session_id\": \"9098898998098098333\",\r\n                        \"subscription_id\": 3546\r\n                    },\r\n                    \"reference\": \"DD-UFbr7Ki0BG6STbj\",\r\n                    \"paymentoptions\": [],\r\n                    \"provider_auth_token\": \"2001730400;100\",\r\n                    \"transaction_final_amount\": 10000\r\n                },\r\n                \"provider_response_code\": \"00\"\r\n            },\r\n            \"status\": \"Successful\",\r\n            \"message\": \"Transaction processed successfully\"\r\n        },\r\n        \"meta\": {\r\n            \"fee\": \"5100\",\r\n            \"biller_id\": \"3\",\r\n            \"narration\": \"Pay OnePipe Subscription Manag\",\r\n            \"account_no\": \"2001730400\", //Identify customer with this\r\n            \"mandate_id\": \"1995\",\r\n            \"biller_code\": \"000003\", //Identify merchant with this\r\n            \"biller_name\": \"OnePipe Subscription Manager\",\r\n            \"expiry_date\": \"2025-03-02-00-00-00\",\r\n            \"account_name\": \"BELOW KOKO\",\r\n            \"biller_email\": \"kokobiller@below.io\",\r\n            \"biller_status\": \"active\",\r\n            \"pwt_item_code\": \"31557\",\r\n            \"subscription_id\": \"3546\",\r\n            \"biller_rc_number\": \"RC1544100\",\r\n            \"skip_fee_disburse\": \"true\",\r\n            \"biller_account_name\": \"PAYGATEPLUS DATA BUNDLE SALES\",\r\n            \"biller_phone_number\": \"08052000773\",\r\n            \"biller_account_number\": \"9999922570\",\r\n            \"sales_representative_id\": \"\",\r\n            \"mandate_reference_number\": \"RC1544159/1557/0007109012\",\r\n            \"sales_representative_name\": \"\",\r\n            \"pwt_maintain_notification_meta\": \"true\",\r\n            \"event_type\": \"debit\", //note this\r\n            \"payment_id\":\"898984\",\r\n            \"transaction_date\": \"2023-01-01-01-01\",\r\n            \"signature_hash\":\"9900ubuuxubueebjx\"\r\n\r\n        },\r\n        \"amount\": \"10000\",\r\n        \"status\": \"Successful\",\r\n        \"provider\": \"PaywithAccount\",\r\n        \"customer_ref\": \"2001730400\",\r\n        \"customer_email\": \"\",\r\n        \"transaction_ref\": \"DD-SGLnWjK6ClFonZmCMnschedule1\", // Identify transaction with this\r\n        \"customer_surname\": \"BELOW\",\r\n        \"transaction_desc\": \"Test\",\r\n        \"transaction_type\": \"collect\",\r\n        \"customer_firstname\": \"KOKO\",\r\n        \"customer_mobile_no\": \"\"\r\n    },\r\n    \"app_info\": {\r\n        \"app_code\": \"PAYP396648\"\r\n    },\r\n    \"mock_mode\": \"Live\",\r\n    \"requester\": \"Scheduler\",\r\n    \"request_ref\": \"f6300559bd2e42a0b83369554538a299\",\r\n    \"request_type\": \"transaction_notification\"\r\n}","options":{"raw":{"language":"json"}}},"url":""},"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":""}],"cookie":[],"responseTime":null,"body":"{\n    \"status\":\"Successful\",\n    \"message\":\"Transaction processed successfully\"\n}"},{"id":"0f2f1b9b-6493-43db-9b89-124117cfdf94","name":"Credit Notification","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer hSk84fnb2GeOVZ4JbUcu_ca608e4d33b2408e90b3a97157b581d7"},{"key":"Signature","value":"3a2b58350e8068507e6b5bff106850a5"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\r\n    \"details\": {\r\n        \"data\": {},\r\n        \"meta\": {\r\n            \"name\": \"Java Biller\",\r\n            \"route\": \"listener\",\r\n            \"amount\": \"10400\",\r\n            \"status\": \"active\",\r\n            \"narration\": \"4565564004/PWT - Jav/Transfer from OLUWADUROTIMI B\",\r\n            \"cr_account\": \"4565564004\",\r\n            \"pwt_bank_code\": \"044\",\r\n            \"cr_account_name\": \"PWT - Java Biller\",\r\n            \"pwt_webhook_url\": \"https: //webhooh.free.beeceptor.com\",\r\n            \"pwt_account_number\": \"0071187072\",\r\n            \"originator_cbn_code\": \"305\",\r\n            \"originator_bank_name\": null,\r\n            \"pwt_notification_email\": \"abdullahi@onepipe.io\",\r\n            \"pwt_notification_phone\": \"08189848421\",\r\n            \"originator_account_name\": \"OLUWADUROTIMI BOLAJI IDOWU\",\r\n            \"originator_account_number\": \"8101590442\",\r\n            \"event_type\": \"credit\", //note this\r\n            \"payment_id\": \"0093003\",\r\n            \"transaction_date\": \"2023-01-01-01-01\",\r\n            \"signature_hash\":\"9900ubuuxubueebjx\"\r\n        },\r\n        \"amount\": 12000,\r\n        \"status\": \"Successful\",\r\n        \"provider\": \"FidelityVirtual\",\r\n        \"customer_ref\": \"2348101590442_000042\", //concatenation of costumer phone number and biller code, separated by _\r\n        \"customer_email\": \"timi@onepipe.io\",\r\n        \"transaction_ref\": \"100004250228174255128088976944\",\r\n        \"customer_surname\": \"Bolaji Idowu\",\r\n        \"transaction_desc\": \"4565564004/PWT - Jav/Transfer from OLUWADUROTIMI B\",\r\n        \"transaction_type\": \"collect\",\r\n        \"customer_firstname\": \"Oluwadurotimi\",\r\n        \"customer_mobile_no\": \"2348189848421\"\r\n    },\r\n    \"app_info\": {\r\n        \"app_code\": \"PAYP924039\"\r\n    },\r\n    \"mock_mode\": \"Live\",\r\n    \"requester\": \"FidelityVirtual\",\r\n    \"request_ref\": \"39301ec1-dd76-481a-8e41-5330d67d947a\",\r\n    \"request_type\": \"transaction_notification\"\r\n}","options":{"raw":{"language":"json"}}},"url":""},"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":""}],"cookie":[],"responseTime":null,"body":"{\n    \"status\":\"Successful\",\n    \"message\":\"Transaction processed successfully\"\n}"},{"id":"3b5fbd62-6f74-45d1-8045-591e72b7f997","name":"Pay4Me Notification","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer hSk84fnb2GeOVZ4JbUcu_ca608e4d33b2408e90b3a97157b581d7"},{"key":"Signature","value":"3a2b58350e8068507e6b5bff106850a5"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"request_ref\": \"103004k44k34333250384136443423934333039149391815273797\",\n    \"requester\": \"PayWithAccount\",\n    \"request_type\": \"transaction_notification\",\n    \"mock_mode\": \"Live\",\n    \"details\": {\n        \"meta\": {\n            \"pay4me_ref\": \"103004k44k34333250384136443423934333039149391815273797\",\n            \"biller_code\": \"000083\",\n            \"biller_name\": \"Player One\",\n            \"recipient_account_number\": \"2100000000\",\n            \"recipient_bank_code\": \"057\"\n        },\n        \"amount\": \"500.00\",\n        \"status\": \"Successful\",\n        \"provider\": \"PayWithAccount\",\n        \"customer_ref\": \"08052680773\",\n        \"customer_email\": \"roqak1@gmail.com\",\n        \"customer_surname\": null,\n        \"customer_firstname\": \"AKINKUNMI\",\n        \"customer_mobile_no\": \"08052680773\",\n        \"transaction_ref\": \"103004k44k34333250384136443423934333039149391815273797\",\n        \"transaction_desc\": \"Prize claim: ₦500 Worth of Data\",\n        \"transaction_type\": \"pay4me\"\n    },\n    \"app_info\": null\n}","options":{"raw":{"language":"json"}}},"url":"{{pwaUrl}}/api/v1/notification/pay4me"},"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":""}],"cookie":[],"responseTime":null,"body":"{\r\n    \"responseCode\": 200,\r\n    \"message\": \"Transaction processed successfully\",\r\n    \"data\": {\r\n        \"id\": 3013,\r\n        \"type\": \"pay4me\",\r\n        \"amount\": \"500.00\",\r\n        \"mandate_id\": null,\r\n        \"mandate_account_name\": null,\r\n        \"mandate_account_number\": null,\r\n        \"mandate_bvn\": \"0000000000\",\r\n        \"reference\": \"DD-2bQmjATalLLV2mF\",\r\n        \"narration\": \"Testing pay4me webhook\",\r\n        \"beneficiary_id\": null,\r\n        \"beneficiary_account_name\": null,\r\n        \"beneficiary_account_number\": null,\r\n        \"beneficiary_bvn\": null,\r\n        \"session_id\": null,\r\n        \"status\": \"successful\",\r\n        \"retried\": 0,\r\n        \"created_on\": \"2025-09-26 09:43:20\",\r\n        \"virtual_account_id\": null,\r\n        \"virtual_account_expiry_date\": \"\",\r\n        \"dispute_reasons\": null,\r\n        \"amount_credited\": \"500.00\",\r\n        \"fee\": \"0.00\",\r\n        \"retry_count\": 0,\r\n        \"parent_transaction_id\": null,\r\n        \"origin_transaction_id\": null,\r\n        \"next_auto_retry_date\": \"\",\r\n        \"originator_account_name\": null,\r\n        \"originator_account_number\": null,\r\n        \"reward_status\": \"unclaimed\",\r\n        \"settlement_status\": null\r\n    }\r\n}"},{"id":"442397ff-27ed-4a2e-8ba9-c95caeff7870","name":"Intra Transfer","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer hSk84fnb2GeOVZ4JbUcu_ca608e4d33b2408e90b3a97157b581d7"},{"key":"Signature","value":"3a2b58350e8068507e6b5bff106850a5"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"mock_mode\": \"Live\",\n    \"requester\": null,\n    \"request_ref\": null,\n    \"request_type\": \"transaction_notification\",\n    \"details\": {\n        \"data\": {\n            \"debit_transaction_reference\": \"DD-IXojOGYVYjXpzuF\",\n            \"debit_status\": \"successful\",\n            \"disburse_status\": \"pending\",\n            \"amount\": \"50.00\",\n            \"narration\": \"kulikuli\",\n            \"transaction_date\": \"2025-10-30 12:30:51\",\n            \"sender\": {\n                \"customer_id\": 21,\n                \"name\": \"JOHN DOE BASSEY\",\n                \"phone_number\": \"2348109000400\",\n                \"email\": \"test@onepipe.io\",\n                \"account_number\": \"2100000000\",\n                \"account_name\": \"JOHN DOE BASSEY\",\n                \"bank_code\": \"057\",\n                \"bank_name\": \"Zenith Bank\"\n            },\n            \"recipient\": {\n                \"customer_id\": 215,\n                \"name\": \"JOHN DOE BASSEY\",\n                \"phone_number\": \"2348043333333\",\n                \"email\": \"rr+test@onepipe.io\",\n                \"account_number\": \"1300072600\",\n                \"account_name\": \"JOHN DOE BASSEY\",\n                \"bank_code\": \"044\"\n            }\n        },\n        \"meta\": {\n            \"biller_code\": \"000074\"\n        },\n        \"transaction_ref\": \"15561382289612\", // the transfer funds ref. Used to identify the two transactions (debit and disburse)\n        \"transaction_desc\": \"kulikuli\",\n        \"amount\": \"5000\",\n        \"transaction_type\": \"transfer_funds\"\n    },\n    \"app_info\": {\n        \"app_code\": null\n    }\n}","options":{"raw":{"language":"json"}}},"url":""},"_postman_previewlanguage":null,"header":null,"cookie":[],"responseTime":null,"body":null}],"_postman_id":"45c0381c-d17c-4257-9856-9ebbb6da1ad9"},{"name":"[wip] Biller Updated Notifications - Webhook","id":"cfacdc05-1656-48db-9a11-1d10b5917ec9","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Authorization","value":"Bearer hSk84fnb2GeOVZ4JbUcu_ca608e4d33b2408e90b3a97157b581d7"},{"key":"Signature","value":"3a2b58350e8068507e6b5bff106850a5"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"details\": {\n        \"data\": {\n            \"data\": {\n                \"error\": null,\n                \"errors\": null,\n                \"status\": null,\n                \"provider\": \"PaywithAccount\",\n                \"reference\": null,\n                \"provider_response\": {\n                    \"meta\": {\n                        \"session_id\": \"9098898998098098333\",\n                        \"subscription_id\": 3546\n                    },\n                    \"reference\": \"DD-UFbr7Ki0BG6STbj\",\n                    \"paymentoptions\": [],\n                    \"provider_auth_token\": \"2001730400;100\",\n                    \"transaction_final_amount\": 10000\n                },\n                \"provider_response_code\": \"00\"\n            },\n            \"status\": \"Successful\",\n            \"message\": \"Transaction processed successfully\"\n        },\n        \"meta\": {\n            \"fee\": \"5100\",\n            \"biller_id\": \"3\",\n            \"narration\": \"Pay OnePipe Subscription Manag\",\n            \"account_no\": \"2001730400\", //Identify customer with this\n            \"mandate_id\": \"1995\",\n            \"biller_code\": \"000003\", //Identify merchant with this\n            \"biller_name\": \"OnePipe Subscription Manager\",\n            \"expiry_date\": \"2025-03-02-00-00-00\",\n            \"account_name\": \"BELOW KOKO\",\n            \"biller_email\": \"kokobiller@below.io\",\n            \"biller_status\": \"active\",\n            \"pwt_item_code\": \"31557\",\n            \"subscription_id\": \"3546\",\n            \"biller_rc_number\": \"RC1544100\",\n            \"skip_fee_disburse\": \"true\",\n            \"biller_account_name\": \"PAYGATEPLUS DATA BUNDLE SALES\",\n            \"biller_phone_number\": \"08052000773\",\n            \"biller_account_number\": \"9999922570\",\n            \"sales_representative_id\": \"\",\n            \"mandate_reference_number\": \"RC1544159/1557/0007109012\",\n            \"sales_representative_name\": \"\",\n            \"pwt_maintain_notification_meta\": \"true\",\n            \"event_type\": \"payment_preapproved\", //note this\n            \"payment_id\":\"898984\",\n            \"transaction_date\": \"2023-01-01-01-01\",\n            \"signature_hash\":\"9900ubuuxubueebjx\",\n            \"nin\": \"90394849494\"\n\n        },\n        \"amount\": \"10000\",\n        \"status\": \"Successful\",\n        \"provider\": \"PaywithAccount\",\n        \"customer_ref\": \"2001730400\",\n        \"customer_email\": \"\",\n        \"transaction_ref\": \"DD-SGLnWjK6ClFonZmCMnschedule1\", // Identify transaction with this\n        \"customer_surname\": \"BELOW\",\n        \"transaction_desc\": \"Test\",\n        \"transaction_type\": \"collect\",\n        \"customer_firstname\": \"KOKO\",\n        \"customer_mobile_no\": \"\"\n    },\n    \"app_info\": {\n        \"app_code\": \"PAYP396648\"\n    },\n    \"mock_mode\": \"Live\",\n    \"requester\": \"Scheduler\",\n    \"request_ref\": \"f6300559bd2e42a0b83369554538a299\",\n    \"request_type\": \"transaction_notification\"\n}","options":{"raw":{"language":"json"}}},"url":"","urlObject":{"query":[],"variable":[]}},"response":[{"id":"aa5df515-3277-4f66-a5a4-0f61ce25e64f","name":"Biller Updated","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer hSk84fnb2GeOVZ4JbUcu_ca608e4d33b2408e90b3a97157b581d7"},{"key":"Signature","value":"3a2b58350e8068507e6b5bff106850a5"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"","options":{"raw":{"language":"json"}}},"url":""},"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":""}],"cookie":[],"responseTime":null,"body":"{\r\n  \"details\": {\r\n    \"data\": {\r\n      \"data\": {\r\n        \"error\": null,\r\n        \"errors\": null,\r\n        \"status\": null,\r\n        \"provider\": \"NIBSS\",\r\n        \"reference\": null,\r\n        \"provider_response\": {},\r\n        \"provider_response_code\": \"00\"\r\n      },\r\n      \"status\": \"Successful\",\r\n      \"message\": \"Transaction processed successfully\"\r\n    },\r\n    \"meta\": {\r\n      \"pwt_item_code\": 31427,\r\n      \"pwt_skip_disburse\": true,\r\n      \"skip_email\": true,\r\n      \"skip_sms\": true,\r\n      \"event_type\": \"biller_updated\",\r\n      \"biller_code\": \"000014\",\r\n      \"biller_name\": \"Build or Break\"\r\n    },\r\n    \"amount\": 0,\r\n    \"status\": \"Successful\",\r\n    \"provider\": \"NIBSS\",\r\n    \"customer_ref\": \"2348100000000\",\r\n    \"customer_firstname\": \"Uju\",\r\n    \"customer_surname\": \"Usmanu Adedayo\",\r\n    \"customer_email\": \"uju@test.com\",\r\n    \"customer_mobile_no\": \"2348100000000\",\r\n    \"transaction_ref\": \"DD-BLR-WgqhWFGa2spiJMh\",\r\n    \"transaction_desc\": \"biller_updated\",\r\n    \"transaction_type\": \"collect\"\r\n  },\r\n  \"app_info\": {\r\n    \"app_code\": \"PAYP396648\"\r\n  },\r\n  \"mock_mode\": \"Live\",\r\n  \"requester\": \"NIBSS\",\r\n  \"request_ref\": \"DD-BLR-WgqhWFGa2spiJMh01\",\r\n  \"request_type\": \"transaction_notification\"\r\n}"}],"_postman_id":"cfacdc05-1656-48db-9a11-1d10b5917ec9"},{"name":"Pay4me Request Notification to PaywithAccount","id":"1f967035-7726-4e37-a5bc-81345281d379","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"request_ref\": \"JJPGn0SFmrhzJoX7FeAmt5N5gHIBgk\",\n    \"requester\": \"PaywithAccount\",\n    \"request_type\": \"transaction_notification\",\n    \"mock_mode\": \"live\",\n    \"details\": {\n        \"meta\": {\n            \"pay4me_ref\": \"PWAM-feca1c81-bbbd-4c91-9889-b612f74b62b6-gal-656-DIS\",\n            \"biller_code\": \"000025\",\n            \"biller_name\": \"Boyaz Inc\",\n            \"recipient_account_number\": \"4566559974\",\n            \"recipient_bank_code\": \"070\",\n            \"payer_account_number\": null,\n            \"payer_bank_code\": null,\n            \"transaction_date\": \"2025-12-08T08:47:22.000000Z\"\n        },\n        \"status\": \"Successful\",\n        \"provider\": \"Pay4Me\",\n        \"amount\": \"50.00\",\n        \"customer_ref\": \"2347009876532\",\n        \"customer_email\": \"emxaple@email.com\",\n        \"customer_surname\": \"Doe\",\n        \"customer_firstname\": \"john\",\n        \"customer_mobile_no\": \"2347009876532\",\n        \"transaction_ref\": \"PWAM-feca1c81-bbbd-4c91-9889-b612f74b62b6-gal-656\",\n        \"transaction_desc\": \"PAY4ME\\\\/LN24712570974\\\\/2347009876532\",\n        \"transaction_type\": \"pay4me\"\n    },\n    \"app_info\": null\n}","options":{"raw":{"language":"json"}}},"url":"http://onepipenibssprovider-service/api/v1/notification/pay4me","urlObject":{"protocol":"http","path":["api","v1","notification","pay4me"],"host":["onepipenibssprovider-service"],"query":[],"variable":[]}},"response":[{"id":"904ef0e2-e096-42ab-b2c4-8cf353a8a357","name":"Pay4me Request Notification to PaywithAccount","originalRequest":{"method":"GET","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"request_ref\": \"JJPGn0SFmrhzJoX7FeAmt5N5gHIBgk\",\n    \"requester\": \"PaywithAccount\",\n    \"request_type\": \"transaction_notification\",\n    \"mock_mode\": \"live\",\n    \"details\": {\n        \"meta\": {\n            \"pay4me_ref\": \"PWAM-feca1c81-bbbd-4c91-9889-b612f74b62b6-gal-656-DIS\",\n            \"biller_code\": \"000025\",\n            \"biller_name\": \"Boyaz Inc\",\n            \"recipient_account_number\": \"4566559974\",\n            \"recipient_bank_code\": \"070\",\n            \"payer_account_number\": null,\n            \"payer_bank_code\": null,\n            \"transaction_date\": \"2025-12-08T08:47:22.000000Z\"\n        },\n        \"status\": \"Successful\",\n        \"provider\": \"Pay4Me\",\n        \"amount\": \"50.00\",\n        \"customer_ref\": \"2347009876532\",\n        \"customer_email\": \"emxaple@email.com\",\n        \"customer_surname\": \"Doe\",\n        \"customer_firstname\": \"john\",\n        \"customer_mobile_no\": \"2347009876532\",\n        \"transaction_ref\": \"PWAM-feca1c81-bbbd-4c91-9889-b612f74b62b6-gal-656\",\n        \"transaction_desc\": \"PAY4ME\\\\/LN24712570974\\\\/2347009876532\",\n        \"transaction_type\": \"pay4me\"\n    },\n    \"app_info\": null\n}","options":{"raw":{"language":"json"}}},"url":""},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":""}],"cookie":[],"responseTime":null,"body":"{\n    \"responseCode\": 200,\n    \"message\": \"Transaction processed successfully\",\n    \"data\": {\n        \"id\": 182278,\n        \"type\": \"pay4me\",\n        \"amount\": \"50.00\",\n        \"mandate_id\": null,\n        \"mandate_account_name\": null,\n        \"mandate_account_number\": null,\n        \"mandate_bvn\": \"0000000000\",\n        \"reference\": \"DD-2kOuAFmxiXvXXJF\",\n        \"narration\": \"PAY4ME\\\\/LN24712570974\\\\/2347065514172\",\n        \"beneficiary_id\": null,\n        \"beneficiary_account_name\": null,\n        \"beneficiary_account_number\": null,\n        \"beneficiary_bvn\": null,\n        \"session_id\": null,\n        \"status\": \"successful\",\n        \"retried\": 0,\n        \"created_on\": \"2025-12-08 08:47:30\",\n        \"virtual_account_id\": null,\n        \"virtual_account_expiry_date\": \"\",\n        \"dispute_reasons\": null,\n        \"amount_credited\": \"50.00\",\n        \"fee\": \"0.00\",\n        \"retry_count\": 0,\n        \"parent_transaction_id\": null,\n        \"origin_transaction_id\": null,\n        \"next_auto_retry_date\": \"\",\n        \"originator_account_name\": null,\n        \"originator_account_number\": null,\n        \"originator_bank_code\": null,\n        \"settlement_bank_code\": null,\n        \"settlement_account_number\": null,\n        \"settlement_account_name\": null,\n        \"reward_status\": \"unclaimed\",\n        \"settlement_status\": null\n    }\n}"}],"_postman_id":"1f967035-7726-4e37-a5bc-81345281d379"},{"name":"Subscripition Notification - Webhook","id":"cae2adbd-38f2-43ba-99ae-ccf568fa7b94","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n  \"requester\": \"NIBSS\",\n  \"mock_mode\": \"Live\",\n  \"details\": {\n    \"meta\": {\n      \"type\": \"subscription\",\n      \"amount\": 15000,\n      \"product\": \"{\\\"name\\\":\\\"Premium\\\",\\\"price\\\":150}\",\n      \"biller_code\": \"001206\",\n      \"custom_fields\": \"[{\\\"key\\\":\\\"purpose\\\",\\\"value\\\":\\\"subscription\\\"},{\\\"key\\\":\\\"channel\\\",\\\"value\\\":\\\"mobile-app\\\"},{\\\"key\\\":\\\"membershipPlan\\\",\\\"value\\\":\\\"Premium\\\"},{\\\"key\\\":\\\"membershipPlanAmount\\\",\\\"value\\\":\\\"150\\\"},{\\\"key\\\":\\\"membershipPlanFrequency\\\",\\\"value\\\":\\\"weekly\\\"}]\",\n      \"repeat_end_date\": \"2029-12-12-00-00-00\",\n      \"repeat_frequency\": \"weekly\",\n      \"subscription_status\": \"active\",\n      \"pwt_skip_disburse\": true,\n      \"cr_account\": null,\n      \"cr_bank_code\": null,\n      \"originator_cbn_code\": \"bank-code\",\n      \"originator_account_name\": \"John doe\",\n      \"originator_account_number\": \"account-number\",\n      \"reference\": \"000013251205134246000594008514\",\n      \"transaction_ref\": null,\n      \"provider_auth_token\": \"account-number;bank-code\",\n      \"payment_id\": \"41936\",\n      \"payment_type\": \"subscription\",\n      \"event_type\": \"active\",\n      \"account_number\": \"account-number\",\n      \"bank_code\": \"bank-code\",\n      \"timestamp\": \"2025-12-05 12:43:08\",\n      \"referrer\": null,\n      \"pwt_item_code\": 31951,\n      \"skip_email\": true,\n      \"skip_sms\": true\n    },\n    \"amount\": 15000,\n    \"status\": \"Successful\",\n    \"provider\": \"PaywithAccount\",\n    \"customer_ref\": \"account-number\",\n    \"customer_email\": \"\",\n    \"customer_firstname\": \"\",\n    \"customer_surname\": \"\",\n    \"customer_mobile_no\": \"2347012322323\",\n    \"transaction_ref\": \"DD-SUB-5mxOWuzxkxqa4rA_36ffe112\",\n    \"transaction_desc\": \"Subscription notification\",\n    \"transaction_type\": \"activate_mandate\",\n    \"data\": {\n      \"id\": 315850,\n      \"type\": \"subscription\",\n      \"timestamp\": \"2025-12-05 12:43:08\",\n      \"data\": {\n        \"id\": 41936,\n        \"amount\": \"150.00\",\n        \"reference\": \"DD-SUB-5mxOWuzxkxqa4rA\",\n        \"status\": \"active\",\n        \"start_date\": \"2025-12-06\",\n        \"end_date\": \"2029-12-12\",\n        \"frequency\": \"weekly\",\n        \"activating_transaction\": {\n          \"id\": 181321,\n          \"reference\": \"000013251205134246000594008514\",\n          \"transaction_ref\": null,\n          \"originator_bank_code\": \"bank-code\",\n          \"originator_account_number\": \"account-number\",\n          \"originator_account_name\": \"John doe\"\n        }\n      }\n    }\n  },\n  \"app_info\": {\n    \"app_code\": \"PAYP396648\"\n  },\n  \"request_type\": \"transaction_notification\"\n}","options":{"raw":{"language":"json"}}},"url":"","urlObject":{"query":[],"variable":[]}},"response":[{"id":"8cfcb437-782d-4673-b2b3-e1637f976873","name":"Subscripition Notification - Webhook","originalRequest":{"method":"GET","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"requester\": \"NIBSS\",\n  \"mock_mode\": \"Live\",\n  \"details\": {\n    \"meta\": {\n      \"type\": \"subscription\",\n      \"amount\": 15000,\n      \"product\": \"{\\\"name\\\":\\\"Premium\\\",\\\"price\\\":150}\",\n      \"biller_code\": \"001206\",\n      \"custom_fields\": \"[{\\\"key\\\":\\\"purpose\\\",\\\"value\\\":\\\"subscription\\\"},{\\\"key\\\":\\\"channel\\\",\\\"value\\\":\\\"mobile-app\\\"},{\\\"key\\\":\\\"membershipPlan\\\",\\\"value\\\":\\\"Premium\\\"},{\\\"key\\\":\\\"membershipPlanAmount\\\",\\\"value\\\":\\\"150\\\"},{\\\"key\\\":\\\"membershipPlanFrequency\\\",\\\"value\\\":\\\"weekly\\\"}]\",\n      \"repeat_end_date\": \"2029-12-12-00-00-00\",\n      \"repeat_frequency\": \"weekly\",\n      \"subscription_status\": \"active\",\n      \"pwt_skip_disburse\": true,\n      \"cr_account\": null,\n      \"cr_bank_code\": null,\n      \"originator_cbn_code\": \"bank-code\",\n      \"originator_account_name\": \"John doe\",\n      \"originator_account_number\": \"account-number\",\n      \"reference\": \"000013251205134246000594008514\",\n      \"transaction_ref\": null,\n      \"provider_auth_token\": \"account-number;bank-code\",\n      \"payment_id\": \"41936\",\n      \"payment_type\": \"subscription\",\n      \"event_type\": \"active\",\n      \"account_number\": \"account-number\",\n      \"bank_code\": \"bank-code\",\n      \"timestamp\": \"2025-12-05 12:43:08\",\n      \"referrer\": null,\n      \"pwt_item_code\": 31951,\n      \"skip_email\": true,\n      \"skip_sms\": true\n    },\n    \"amount\": 15000,\n    \"status\": \"Successful\",\n    \"provider\": \"PaywithAccount\",\n    \"customer_ref\": \"account-number\",\n    \"customer_email\": \"\",\n    \"customer_firstname\": \"\",\n    \"customer_surname\": \"\",\n    \"customer_mobile_no\": \"2347012322323\",\n    \"transaction_ref\": \"DD-SUB-5mxOWuzxkxqa4rA_36ffe112\",\n    \"transaction_desc\": \"Subscription notification\",\n    \"transaction_type\": \"activate_mandate\",\n    \"data\": {\n      \"id\": 315850,\n      \"type\": \"subscription\",\n      \"timestamp\": \"2025-12-05 12:43:08\",\n      \"data\": {\n        \"id\": 41936,\n        \"amount\": \"150.00\",\n        \"reference\": \"DD-SUB-5mxOWuzxkxqa4rA\",\n        \"status\": \"active\",\n        \"start_date\": \"2025-12-06\",\n        \"end_date\": \"2029-12-12\",\n        \"frequency\": \"weekly\",\n        \"activating_transaction\": {\n          \"id\": 181321,\n          \"reference\": \"000013251205134246000594008514\",\n          \"transaction_ref\": null,\n          \"originator_bank_code\": \"bank-code\",\n          \"originator_account_number\": \"account-number\",\n          \"originator_account_name\": \"John doe\"\n        }\n      }\n    }\n  },\n  \"app_info\": {\n    \"app_code\": \"PAYP396648\"\n  },\n  \"request_type\": \"transaction_notification\"\n}","options":{"raw":{"language":"json"}}},"url":""},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":""}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"Received\"\n}"}],"_postman_id":"cae2adbd-38f2-43ba-99ae-ccf568fa7b94"},{"name":"First Payment Notification - Webhook","id":"f67f930f-f029-4220-9904-4823f3bfb32c","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n  \"requester\": \"NIBSS\",\n  \"mock_mode\": \"Live\",\n  \"details\": {\n    \"meta\": {\n      \"type\": \"subscription\",\n      \"amount\": 10000,\n      \"product\": null,\n      \"biller_code\": \"001206\",\n      \"custom_fields\": \"[{\\\"key\\\":\\\"purpose\\\",\\\"value\\\":\\\"first-payment\\\"},{\\\"key\\\":\\\"channel\\\",\\\"value\\\":\\\"mobile-app\\\"},{\\\"key\\\":\\\"membershipPlan\\\",\\\"value\\\":\\\"Standard\\\"},{\\\"key\\\":\\\"membershipPlanAmount\\\",\\\"value\\\":0},{\\\"key\\\":\\\"membershipPlanFrequency\\\",\\\"value\\\":\\\"weekly\\\"},{\\\"key\\\":\\\"nin\\\",\\\"value\\\":\\\"encrypted-nin\\\"}]\",\n      \"repeat_end_date\": \"2029-12-12-00-00-00\",\n      \"repeat_frequency\": \"weekly\",\n      \"subscription_status\": \"active\",\n      \"pwt_skip_disburse\": true,\n      \"cr_account\": null,\n      \"cr_bank_code\": null,\n      \"originator_cbn_code\": \"bank-code\",\n      \"originator_account_name\": \"Account-name\",\n      \"originator_account_number\": \"account-number\",\n      \"reference\": \"000004251205121418480869630634\",\n      \"transaction_ref\": null,\n      \"provider_auth_token\": \"account-number;bank-code\",\n      \"payment_id\": \"41932\",\n      \"payment_type\": \"subscription\",\n      \"event_type\": \"active\",\n      \"account_number\": \"account-number\",\n      \"bank_code\": \"bank-code\",\n      \"timestamp\": \"2025-12-05 11:14:33\",\n      \"referrer\": null,\n      \"pwt_item_code\": 31951,\n      \"skip_email\": true,\n      \"skip_sms\": true\n    },\n    \"amount\": 10000,\n    \"status\": \"Successful\",\n    \"provider\": \"PaywithAccount\",\n    \"customer_ref\": \"account-number\",\n    \"customer_email\": \"\",\n    \"customer_firstname\": \"\",\n    \"customer_surname\": \"\",\n    \"customer_mobile_no\": \"23490121232322323\",\n    \"transaction_ref\": \"DD-SUB-6oYfxZbvVgouqcl_be4f9261\",\n    \"transaction_desc\": \"Subscription notification\",\n    \"transaction_type\": \"activate_mandate\",\n    \"data\": {\n      \"id\": 315800,\n      \"type\": \"subscription\",\n      \"timestamp\": \"2025-12-05 11:14:33\",\n      \"data\": {\n        \"id\": 41932,\n        \"amount\": \"100.00\",\n        \"reference\": \"DD-SUB-6oYfxZbvVgouqcl\",\n        \"status\": \"active\",\n        \"start_date\": \"2025-12-06\",\n        \"end_date\": \"2029-12-12\",\n        \"frequency\": \"weekly\",\n        \"activating_transaction\": {\n          \"id\": 181296,\n          \"reference\": \"000004251205121418480869630634\",\n          \"transaction_ref\": null,\n          \"originator_bank_code\": \"bank-code\",\n          \"originator_account_number\": \"account-number\",\n          \"originator_account_name\": \"Account-name\"\n        }\n      }\n    }\n  },\n  \"app_info\": {\n    \"app_code\": \"PAYP396648\"\n  },\n  \"request_type\": \"transaction_notification\"\n}","options":{"raw":{"language":"json"}}},"url":"","urlObject":{"query":[],"variable":[]}},"response":[{"id":"2ecc43fe-47dc-41c2-93c2-e28a7f67e242","name":"First Payment Notification - Webhook","originalRequest":{"method":"GET","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"requester\": \"NIBSS\",\n  \"mock_mode\": \"Live\",\n  \"details\": {\n    \"meta\": {\n      \"type\": \"subscription\",\n      \"amount\": 10000,\n      \"product\": null,\n      \"biller_code\": \"001206\",\n      \"custom_fields\": \"[{\\\"key\\\":\\\"purpose\\\",\\\"value\\\":\\\"first-payment\\\"},{\\\"key\\\":\\\"channel\\\",\\\"value\\\":\\\"mobile-app\\\"},{\\\"key\\\":\\\"membershipPlan\\\",\\\"value\\\":\\\"Standard\\\"},{\\\"key\\\":\\\"membershipPlanAmount\\\",\\\"value\\\":0},{\\\"key\\\":\\\"membershipPlanFrequency\\\",\\\"value\\\":\\\"weekly\\\"},{\\\"key\\\":\\\"nin\\\",\\\"value\\\":\\\"encrypted-nin\\\"}]\",\n      \"repeat_end_date\": \"2029-12-12-00-00-00\",\n      \"repeat_frequency\": \"weekly\",\n      \"subscription_status\": \"active\",\n      \"pwt_skip_disburse\": true,\n      \"cr_account\": null,\n      \"cr_bank_code\": null,\n      \"originator_cbn_code\": \"bank-code\",\n      \"originator_account_name\": \"Account-name\",\n      \"originator_account_number\": \"account-number\",\n      \"reference\": \"000004251205121418480869630634\",\n      \"transaction_ref\": null,\n      \"provider_auth_token\": \"account-number;bank-code\",\n      \"payment_id\": \"41932\",\n      \"payment_type\": \"subscription\",\n      \"event_type\": \"active\",\n      \"account_number\": \"account-number\",\n      \"bank_code\": \"bank-code\",\n      \"timestamp\": \"2025-12-05 11:14:33\",\n      \"referrer\": null,\n      \"pwt_item_code\": 31951,\n      \"skip_email\": true,\n      \"skip_sms\": true\n    },\n    \"amount\": 10000,\n    \"status\": \"Successful\",\n    \"provider\": \"PaywithAccount\",\n    \"customer_ref\": \"account-number\",\n    \"customer_email\": \"\",\n    \"customer_firstname\": \"\",\n    \"customer_surname\": \"\",\n    \"customer_mobile_no\": \"23490121232322323\",\n    \"transaction_ref\": \"DD-SUB-6oYfxZbvVgouqcl_be4f9261\",\n    \"transaction_desc\": \"Subscription notification\",\n    \"transaction_type\": \"activate_mandate\",\n    \"data\": {\n      \"id\": 315800,\n      \"type\": \"subscription\",\n      \"timestamp\": \"2025-12-05 11:14:33\",\n      \"data\": {\n        \"id\": 41932,\n        \"amount\": \"100.00\",\n        \"reference\": \"DD-SUB-6oYfxZbvVgouqcl\",\n        \"status\": \"active\",\n        \"start_date\": \"2025-12-06\",\n        \"end_date\": \"2029-12-12\",\n        \"frequency\": \"weekly\",\n        \"activating_transaction\": {\n          \"id\": 181296,\n          \"reference\": \"000004251205121418480869630634\",\n          \"transaction_ref\": null,\n          \"originator_bank_code\": \"bank-code\",\n          \"originator_account_number\": \"account-number\",\n          \"originator_account_name\": \"Account-name\"\n        }\n      }\n    }\n  },\n  \"app_info\": {\n    \"app_code\": \"PAYP396648\"\n  },\n  \"request_type\": \"transaction_notification\"\n}","options":{"raw":{"language":"json"}}},"url":""},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":""}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"Received\"\n}"}],"_postman_id":"f67f930f-f029-4220-9904-4823f3bfb32c"}],"id":"18c1c775-099e-438f-8a38-9c25b760e32e","_postman_id":"18c1c775-099e-438f-8a38-9c25b760e32e","description":""},{"name":"1.1 Send WhatsApp","id":"22df2a1a-11b8-4379-ad42-47aee38d0288","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Authorization","value":"Bearer hSk84fnb2GeOVZ4JbUcu_ca608e4d33b2408e90b3a97157b581d7"},{"key":"Signature","value":"3a2b58350e8068507e6b5bff106850a5"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"request_ref\": \"111111111\",\n    \"request_type\": \"send whatsapp\",\n    \"auth\": {\n       \"type\": null,\n        \"secure\": null,\n        \"auth_provider\": \"PaywithAccount\"\n    },\n    \"transaction\": {\n        \"mock_mode\": \"Inspect\",\n        \"transaction_ref\": \"998383938292\",\n        \"transaction_desc\": \"Send Whatsapp\",\n        \"transaction_ref_parent\": null,\n        \"amount\": 0,\n        \"customer\": {\n            \"customer_ref\": \"2348022222222\",\n            \"firstname\": \"Koko\",\n            \"surname\": \"Below\",\n            \"email\": \"kokobelow@gmail.com\",\n            \"mobile_no\": \"2348022222222\"\n        },\n        \"meta\": {\n            \"biller_code\": \"000019\"\n        },\n        \"details\": {\n            \"template_id\": \"pwa_instalment_created_no_schedule\",\n            \"template_type\": \"interactive\",\n            \"template_body\": \"PaywithAccount\\n\\n{{1}} has requested to set up a payment subscription on your account - {{2}}. To confirm the payment, kindly pay your downpayment of {{3}} to {{4}} in {{5}} within {{6}}.\",\n            \"template_info\": \"[{\\\"key\\\":\\\"{{1}}\\\",\\\"type\\\":\\\"custom\\\",\\\"value\\\":\\\"FEWAB PRIVATE SCHOOL\\\"},{\\\"key\\\":\\\"{{2}}\\\",\\\"type\\\":\\\"custom\\\",\\\"value\\\":\\\"ODEYEMI AYODEJI JASPER\\\"},{\\\"key\\\":\\\"{{3}}\\\",\\\"type\\\":\\\"custom\\\",\\\"value\\\":\\\"*FEWAB PRIVATE SCHOOL*\\\"},{\\\"key\\\":\\\"{{4}}\\\",\\\"type\\\":\\\"custom\\\",\\\"value\\\":\\\"*₦500.00*\\\"},{\\\"key\\\":\\\"{{5}}\\\",\\\"type\\\":\\\"custom\\\",\\\"value\\\":\\\"*3RD TERM SCHOOL FEES*\\\"},{\\\"key\\\":\\\"{{6}}\\\",\\\"type\\\":\\\"custom\\\",\\\"value\\\":\\\"*3*\\\"},{\\\"key\\\":\\\"{{7}}\\\",\\\"type\\\":\\\"custom\\\",\\\"value\\\":\\\"Fidelity Bank\\\"},{\\\"key\\\":\\\"{{8}}\\\",\\\"type\\\":\\\"custom\\\",\\\"value\\\":\\\"*4565982136*\\\"},{\\\"key\\\":\\\"{{9}}\\\",\\\"type\\\":\\\"custom\\\",\\\"value\\\":\\\"*PWT - FEWAB PRIVATE SCHOOL*\\\"},{\\\"key\\\":\\\"{{10}}\\\",\\\"type\\\":\\\"custom\\\",\\\"value\\\":\\\"*₦151.00*\\\"},{\\\"key\\\":\\\"{{12}}\\\",\\\"type\\\":\\\"custom\\\",\\\"value\\\":\\\"*Ecobank Nigeria (2271183575)*\\\"},{\\\"key\\\":\\\"{{13}}\\\",\\\"type\\\":\\\"custom\\\",\\\"value\\\":\\\"paywithaccount.com\\\"}]\",//stringified JSON\n            \"media_url\": \"https://paywithaccount.link/0b470\",\n            \"media_type\": \"DOCUMENT\",\n            \"media_filename\": \"3RD TERM SCHOOL FEES000769\"\n        }\n    }\n}","options":{"raw":{"language":"json"}}},"url":"https://api.onepipe.io/v2/transact","urlObject":{"path":["v2","transact"],"host":["https://api.onepipe.io"],"query":[],"variable":[]}},"response":[{"id":"8df6966a-be06-436c-a072-1d2b2bcfa614","name":"Send WhatsApp","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer hSk84fnb2GeOVZ4JbUcu_ca608e4d33b2408e90b3a97157b581d7"},{"key":"Signature","value":"3a2b58350e8068507e6b5bff106850a5"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"request_ref\": \"111111111\",\n    \"request_type\": \"send whatsapp\",\n    \"auth\": {\n       \"type\": null,\n        \"secure\": null,\n        \"auth_provider\": \"PaywithAccount\"\n    },\n    \"transaction\": {\n        \"mock_mode\": \"Inspect\",\n        \"transaction_ref\": \"998383938292\",\n        \"transaction_desc\": \"Send Whatsapp\",\n        \"transaction_ref_parent\": null,\n        \"amount\": 0,\n        \"customer\": {\n            \"customer_ref\": \"2348022222222\",\n            \"firstname\": \"Koko\",\n            \"surname\": \"Below\",\n            \"email\": \"kokobelow@gmail.com\",\n            \"mobile_no\": \"2348022222222\"\n        },\n        \"meta\": {\n            \"biller_code\": \"000019\"\n        },\n        \"details\": {\n            \"template_id\": \"pwa_instalment_created_no_schedule\",\n            \"template_type\": \"interactive\",\n            \"template_body\": \"PaywithAccount\\n\\n{{1}} has requested to set up a payment subscription on your account - {{2}}. To confirm the payment, kindly pay your downpayment of {{3}} to {{4}} in {{5}} within {{6}}.\",\n            \"template_info\": \"[{\\\"key\\\":\\\"{{1}}\\\",\\\"type\\\":\\\"custom\\\",\\\"value\\\":\\\"FEWAB PRIVATE SCHOOL\\\"},{\\\"key\\\":\\\"{{2}}\\\",\\\"type\\\":\\\"custom\\\",\\\"value\\\":\\\"ODEYEMI AYODEJI JASPER\\\"},{\\\"key\\\":\\\"{{3}}\\\",\\\"type\\\":\\\"custom\\\",\\\"value\\\":\\\"*FEWAB PRIVATE SCHOOL*\\\"},{\\\"key\\\":\\\"{{4}}\\\",\\\"type\\\":\\\"custom\\\",\\\"value\\\":\\\"*₦500.00*\\\"},{\\\"key\\\":\\\"{{5}}\\\",\\\"type\\\":\\\"custom\\\",\\\"value\\\":\\\"*3RD TERM SCHOOL FEES*\\\"},{\\\"key\\\":\\\"{{6}}\\\",\\\"type\\\":\\\"custom\\\",\\\"value\\\":\\\"*3*\\\"},{\\\"key\\\":\\\"{{7}}\\\",\\\"type\\\":\\\"custom\\\",\\\"value\\\":\\\"Fidelity Bank\\\"},{\\\"key\\\":\\\"{{8}}\\\",\\\"type\\\":\\\"custom\\\",\\\"value\\\":\\\"*4565982136*\\\"},{\\\"key\\\":\\\"{{9}}\\\",\\\"type\\\":\\\"custom\\\",\\\"value\\\":\\\"*PWT - FEWAB PRIVATE SCHOOL*\\\"},{\\\"key\\\":\\\"{{10}}\\\",\\\"type\\\":\\\"custom\\\",\\\"value\\\":\\\"*₦151.00*\\\"},{\\\"key\\\":\\\"{{12}}\\\",\\\"type\\\":\\\"custom\\\",\\\"value\\\":\\\"*Ecobank Nigeria (2271183575)*\\\"},{\\\"key\\\":\\\"{{13}}\\\",\\\"type\\\":\\\"custom\\\",\\\"value\\\":\\\"paywithaccount.com\\\"}]\",//stringified JSON\n            \"media_url\": \"https://paywithaccount.link/0b470\",\n            \"media_type\": \"DOCUMENT\",\n            \"media_filename\": \"3RD TERM SCHOOL FEES000769\"\n        }\n    }\n}","options":{"raw":{"language":"json"}}},"url":"https://api.onepipe.io/pwa/whatsapp"},"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":""}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": \"Successful\",\n    \"message\": \"Message delivered successfully!\",\n    \"data\": {\n        \"provider_response_code\": \"00\",\n        \"provider\": \"PaywithAccount\",\n        \"errors\": null,\n        \"error\": null,\n        \"provider_response\": {\n            \"reference\": \"DD-SMS-MSH709fP3OfXxDX\",\n            \"delivery_status\": \"delivered\",\n            \"cost\": null,\n            \"meta\": {}\n        },\n        \"client_info\": null\n    }\n}"}],"_postman_id":"22df2a1a-11b8-4379-ad42-47aee38d0288"},{"name":"2.1 Send Email","id":"aaaf0c01-f12a-40e2-ba81-f05a6aa196d0","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Authorization","value":"Bearer hSk84fnb2GeOVZ4JbUcu_ca608e4d33b2408e90b3a97157b581d7"},{"key":"Signature","value":"3a2b58350e8068507e6b5bff106850a5"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"request_ref\": \"111111111\",\n    \"request_type\": \"send email\",\n    \"auth\": {\n       \"type\": null,\n        \"secure\": null,\n        \"auth_provider\": \"PaywithAccount\"\n    },\n    \"transaction\": {\n        \"mock_mode\": \"Inspect\",\n        \"transaction_ref\": \"998383938292\",\n        \"transaction_desc\": \"Send email\",\n        \"transaction_ref_parent\": null,\n        \"amount\": 0,\n        \"customer\": {\n            \"customer_ref\": \"2348022222222\",\n            \"firstname\": \"Koko\",\n            \"surname\": \"Below\",\n            \"email\": \"kokobelow@gmail.com\",\n            \"mobile_no\": \"2348022222222\"\n        },\n        \"meta\": {\n            \"biller_code\": \"000019\"\n        },\n        \"details\": {\n            \"template_id\": \"MSG_WITH_LINK\",\n            \"template_info\": \"{\\\"sender\\\":{\\\"fromName\\\":\\\"SunTrustBank\\\",\\\"fromEmailAddress\\\":\\\"no-reply@onepipe.io\\\"},\\\"message\\\":{\\\"templateId\\\":\\\"MSG_WITH_LINK\\\",\\\"subject\\\":\\\"Onepipe:NewApplicationAdminUser\\\",\\\"body\\\":\\\"YouhavebeenaddedasanAdministratortomanage<b>DeluxeMakeover</b>forClientSunTrustBankonOnepipe.Kindlylogintoyourdashboardtostart.\\\",\\\"bodyParams\\\":{\\\"msgHeader\\\":\\\"WelcometoSunTrust\\\",\\\"logoUrl\\\":\\\"https://www.onepipe.io/images/OnePipe-logo-small.png\\\",\\\"redirectLink\\\":\\\"https://staging.alpha.console.onepipe.io\\\",\\\"redirectLinkTitle\\\":\\\"GetStarted\\\",\\\"primaryColour\\\":\\\"#1c8bb1\\\",\\\"secondaryColour\\\":\\\"#1f3946\\\",\\\"footerText\\\":\\\"OnePipeServicesLimited\\\",\\\"footerAddress\\\":\\\"65,AllenAvenue,Ikeja,Lagos,Nigeria.\\\"},\\\"attachments\\\":[]},\\\"recipient\\\":{\\\"recipientName\\\":\\\"JohnDoe\\\",\\\"recipientEmail\\\":\\\"roqak1@gmail.com\\\"}}\",//Strinified JSON\n            \"sender_name\": \"John Doe\",\n            \"sender_email\": \"no-reply@onepipe.io\"\n        }\n    }\n}","options":{"raw":{"language":"json"}}},"url":"https://api.onepipe.io/v2/transact","urlObject":{"path":["v2","transact"],"host":["https://api.onepipe.io"],"query":[],"variable":[]}},"response":[{"id":"328dc753-57e6-4f28-b462-4f07ac6a7837","name":"Send Email","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer hSk84fnb2GeOVZ4JbUcu_ca608e4d33b2408e90b3a97157b581d7"},{"key":"Signature","value":"3a2b58350e8068507e6b5bff106850a5"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"request_ref\": \"111111111\",\n    \"request_type\": \"send email\",\n    \"auth\": {\n       \"type\": null,\n        \"secure\": null,\n        \"auth_provider\": \"PaywithAccount\"\n    },\n    \"transaction\": {\n        \"mock_mode\": \"Inspect\",\n        \"transaction_ref\": \"998383938292\",\n        \"transaction_desc\": \"Send email\",\n        \"transaction_ref_parent\": null,\n        \"amount\": 0,\n        \"customer\": {\n            \"customer_ref\": \"2348022222222\",\n            \"firstname\": \"Koko\",\n            \"surname\": \"Below\",\n            \"email\": \"kokobelow@gmail.com\",\n            \"mobile_no\": \"2348022222222\"\n        },\n        \"meta\": {\n            \"biller_code\": \"000019\"\n        },\n        \"details\": {\n            \"template_id\": \"MSG_WITH_LINK\",\n            \"template_info\": \"{\\\"sender\\\":{\\\"fromName\\\":\\\"SunTrustBank\\\",\\\"fromEmailAddress\\\":\\\"no-reply@onepipe.io\\\"},\\\"message\\\":{\\\"templateId\\\":\\\"MSG_WITH_LINK\\\",\\\"subject\\\":\\\"Onepipe:NewApplicationAdminUser\\\",\\\"body\\\":\\\"YouhavebeenaddedasanAdministratortomanage<b>DeluxeMakeover</b>forClientSunTrustBankonOnepipe.Kindlylogintoyourdashboardtostart.\\\",\\\"bodyParams\\\":{\\\"msgHeader\\\":\\\"WelcometoSunTrust\\\",\\\"logoUrl\\\":\\\"https://www.onepipe.io/images/OnePipe-logo-small.png\\\",\\\"redirectLink\\\":\\\"https://staging.alpha.console.onepipe.io\\\",\\\"redirectLinkTitle\\\":\\\"GetStarted\\\",\\\"primaryColour\\\":\\\"#1c8bb1\\\",\\\"secondaryColour\\\":\\\"#1f3946\\\",\\\"footerText\\\":\\\"OnePipeServicesLimited\\\",\\\"footerAddress\\\":\\\"65,AllenAvenue,Ikeja,Lagos,Nigeria.\\\"},\\\"attachments\\\":[]},\\\"recipient\\\":{\\\"recipientName\\\":\\\"JohnDoe\\\",\\\"recipientEmail\\\":\\\"roqak1@gmail.com\\\"}}\",//Strinified JSON\n            \"sender_name\": \"John Doe\",\n            \"sender_email\": \"no-reply@onepipe.io\"\n        }\n    }\n}","options":{"raw":{"language":"json"}}},"url":"https://api.onepipe.io/pwa/email"},"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":""}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": \"Successful\",\n    \"message\": \"Transaction processed successfully\",\n    \"data\": {\n        \"provider_response_code\": \"00\",\n        \"provider\": \"PaywithAccount\",\n        \"errors\": null,\n        \"error\": null,\n        \"provider_response\": {\n            \"delivery_status\": \"delivered\",\n            \"cost\": \"0\",\n            \"reference\": \"1WHXZJkJXuZ5fzLKAyXEU1G9YBALs9\",\n            \"meta\": {}\n        },\n        \"client_info\": {\n            \"name\": null,\n            \"id\": null,\n            \"bank_cbn_code\": null,\n            \"bank_name\": null,\n            \"console_url\": null,\n            \"js_background_image\": null,\n            \"css_url\": null,\n            \"logo_url\": null,\n            \"footer_text\": null,\n            \"show_options_icon\": false,\n            \"paginate\": false,\n            \"paginate_count\": 0,\n            \"options\": null,\n            \"merchant\": null,\n            \"colors\": null,\n            \"meta\": null\n        }\n    }\n}"}],"_postman_id":"aaaf0c01-f12a-40e2-ba81-f05a6aa196d0"},{"name":"3.1 Validate OTP","id":"a7f30fa7-417b-40c8-a4bd-9997ff0bd58b","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Authorization","value":"Bearer hSk84fnb2GeOVZ4JbUcu_ca608e4d33b2408e90b3a97157b581d7"},{"key":"Signature","value":"3a2b58350e8068507e6b5bff106850a5"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"/**\nbased on the passed in reference, confirm if the OTP action has been taken. If the \"otp\" element instead is sent (applied only to \"WhatsApp OTP\" and \"SMS OTP\", then validate that it's the correct OTP\n**/\n\n{\n    \"request_ref\": \"111111111\",\n    \"request_type\": \"validate otp\",\n    \"auth\": {\n        \"type\": null,\n        \"secure\": null,\n        \"auth_provider\": \"PaywithAccount\"\n    },\n    \"transaction\": {\n        \"mock_mode\": \"Inspect\",\n        \"transaction_ref\": \"998383938292\",\n        \"transaction_desc\": \"Validate OTP\",\n        \"transaction_ref_parent\": null,\n        \"amount\": 0,\n        \"customer\": {\n            \"customer_ref\": \"2348022222222\",\n            \"firstname\": \"Koko\",\n            \"surname\": \"Below\",\n            \"email\": \"kokobelow@gmail.com\",\n            \"mobile_no\": \"2348022222222\"\n        },\n        \"meta\": {\n            \"biller_code\": \"000019\"\n        },\n        \"details\": {\n            \"reference\": \"ab806bf5-229e-4ccb-a875-0f68338e93a3\", //Reference from\n            \"otp\": null\n        }\n    }\n}","options":{"raw":{"language":"json"}}},"url":"https://api.onepipe.io/v2/transact","urlObject":{"path":["v2","transact"],"host":["https://api.onepipe.io"],"query":[],"variable":[]}},"response":[{"id":"8e20d141-5bc6-414e-9e9f-b54def984d1f","name":"Validate OTP","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer hSk84fnb2GeOVZ4JbUcu_ca608e4d33b2408e90b3a97157b581d7"},{"key":"Signature","value":"3a2b58350e8068507e6b5bff106850a5"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"/**\nbased on the passed in reference, confirm if the OTP action has been taken. If the \"otp\" element instead is sent (applied only to \"WhatsApp OTP\" and \"SMS OTP\", then validate that it's the correct OTP\n**/\n\n{\n    \"request_ref\": \"111111111\",\n    \"request_type\": \"validate otp\",\n    \"auth\": {\n        \"type\": null,\n        \"secure\": null,\n        \"auth_provider\": \"PaywithAccount\"\n    },\n    \"transaction\": {\n        \"mock_mode\": \"Inspect\",\n        \"transaction_ref\": \"998383938292\",\n        \"transaction_desc\": \"Validate OTP\",\n        \"transaction_ref_parent\": null,\n        \"amount\": 0,\n        \"customer\": {\n            \"customer_ref\": \"2348022222222\",\n            \"firstname\": \"Koko\",\n            \"surname\": \"Below\",\n            \"email\": \"kokobelow@gmail.com\",\n            \"mobile_no\": \"2348022222222\"\n        },\n        \"meta\": {\n            \"biller_code\": \"000019\"\n        },\n        \"details\": {\n            \"reference\": \"ab806bf5-229e-4ccb-a875-0f68338e93a3\", //Reference from\n            \"otp\": null\n        }\n    }\n}","options":{"raw":{"language":"json"}}},"url":"https://api.onepipe.io/pwa/validate-otp"},"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":""}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": \"Successful\",\n    \"message\": \"OTP validated successfully.\",\n    \"data\": {\n        \"provider_response_code\": \"00\",\n        \"provider\": \"PaywithAccount\",\n        \"errors\": null,\n        \"error\": null,\n        \"provider_response\": {\n            \"cost\": 500,\n            \"reference\": \"ab806bf5-229e-4ccb-a875-0f68338e93a3\"\n        },\n        \"client_info\": null\n    }\n}"}],"_postman_id":"a7f30fa7-417b-40c8-a4bd-9997ff0bd58b"},{"name":"4.1 Send OTP","id":"de27512c-f574-4216-afbb-d32dc143b4ec","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Authorization","value":"Bearer hSk84fnb2GeOVZ4JbUcu_ca608e4d33b2408e90b3a97157b581d7"},{"key":"Signature","value":"3a2b58350e8068507e6b5bff106850a5"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"request_ref\": \"111111111\",\n    \"request_type\": \"send otp\",\n    \"auth\": {\n        \"type\": \"bank.account\", //null also supported. If bank.account is set, find the phone number linked to that account and send the OTP there. If not set, send the OTP to the customer_ref\n        \"secure\": \"z5wGtqxYQLBE9P414VxW/M06JT38iBf+2seyxg08CsZRB2eq/BVWsoRbK8mjuK87dNvZYML8cHviklA6K8T4xw==\",\n        \"auth_provider\": \"PaywithAccount\"\n    },\n    \"transaction\": {\n        \"mock_mode\": \"Inspect\",\n        \"transaction_ref\": \"998383938292\",\n        \"transaction_desc\": \"OTP request for 0987654321\",\n        \"transaction_ref_parent\": null,\n        \"amount\": 0,\n        \"customer\": {\n            \"customer_ref\": \"2348022222222\",\n            \"firstname\": \"Koko\",\n            \"surname\": \"Below\",\n            \"email\": \"kokobelow@gmail.com\",\n            \"mobile_no\": \"2348022222222\"\n        },\n        \"meta\": {\n            \"biller_code\": \"000019\"\n        },\n        \"details\": {\n            \"type\": \"whatsapp_otp\", // \"sms_otp,whatsapp_otp\"\n            \"prompt_message\": \"Processing N353 payment to Koko Below Inc.\",\n            \"expiry_mins\": 30\n        }\n    }\n}","options":{"raw":{"language":"json"}}},"url":"https://api.onepipe.io/v2/transact","urlObject":{"path":["v2","transact"],"host":["https://api.onepipe.io"],"query":[],"variable":[]}},"response":[{"id":"a77afee8-0c4c-4ebf-a5c2-502e18ca618a","name":"Send OTP - USSD Approve","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer hSk84fnb2GeOVZ4JbUcu_ca608e4d33b2408e90b3a97157b581d7"},{"key":"Signature","value":"3a2b58350e8068507e6b5bff106850a5"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"request_ref\": \"111111111\",\n    \"request_type\": \"send otp\",\n    \"auth\": {\n        \"type\": \"bank.account\", //null also supported. If bank.account is set, find the phone number linked to that account and send the OTP there. If not set, send the OTP to the customer_ref\n        \"secure\": \"z5wGtqxYQLBE9P414VxW/M06JT38iBf+2seyxg08CsZRB2eq/BVWsoRbK8mjuK87dNvZYML8cHviklA6K8T4xw==\",\n        \"auth_provider\": \"PaywithAccount\"\n    },\n    \"transaction\": {\n        \"mock_mode\": \"Inspect\",\n        \"transaction_ref\": \"998383938292\",\n        \"transaction_desc\": \"OTP request for 0987654321\",\n        \"transaction_ref_parent\": null,\n        \"amount\": 0,\n        \"customer\": {\n            \"customer_ref\": \"2348022222222\",\n            \"firstname\": \"Koko\",\n            \"surname\": \"Below\",\n            \"email\": \"kokobelow@gmail.com\",\n            \"mobile_no\": \"2348022222222\"\n        },\n        \"meta\": {\n            \"biller_code\": \"000019\"\n        },\n        \"details\": {\n            \"type\": \"ussd_approve\",\n            \"prompt_message\": \"Processing N353 payment to Koko Below Inc.\",\n            \"expiry_mins\": 30\n        }\n    }\n}","options":{"raw":{"language":"json"}}},"url":"https://api.onepipe.io/v2/transact"},"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":""}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": \"Successful\",\n    \"message\": \"Request processed successfully.\",\n    \"data\": {\n        \"provider_response_code\": \"00\",\n        \"provider\": \"PaywithAccount\",\n        \"errors\": null,\n        \"error\": null,\n        \"provider_response\": {\n            \"delivery_status\": \"logged\",\n            \"cost\": 100,\n            \"expires_on\": \"2025-03-25-12-50-16\",\n            \"ussd_code\": \"*347*022*2*51401#\",\n            \"prompt_message\": \"Kindly dial *347*022*2*51401# on your phone.\",\n            \"reference\": \"af78ec77-2ec8-4357-b4e1-1f0e6f2fabc1\"\n        },\n        \"client_info\": null\n    }\n}"},{"id":"4335a9b3-e61f-49d0-88e3-2eea75d22d5c","name":"Send OTP - WhatsApp Approve","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer hSk84fnb2GeOVZ4JbUcu_ca608e4d33b2408e90b3a97157b581d7"},{"key":"Signature","value":"3a2b58350e8068507e6b5bff106850a5"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"request_ref\": \"111111111\",\n    \"request_type\": \"send otp\",\n    \"auth\": {\n        \"type\": \"bank.account\", //null also supported. If bank.account is set, find the phone number linked to that account and send the OTP there. If not set, send the OTP to the customer_ref\n        \"secure\": \"z5wGtqxYQLBE9P414VxW/M06JT38iBf+2seyxg08CsZRB2eq/BVWsoRbK8mjuK87dNvZYML8cHviklA6K8T4xw==\",\n        \"auth_provider\": \"PaywithAccount\"\n    },\n    \"transaction\": {\n        \"mock_mode\": \"Inspect\",\n        \"transaction_ref\": \"998383938292\",\n        \"transaction_desc\": \"OTP request for 0987654321\",\n        \"transaction_ref_parent\": null,\n        \"amount\": 0,\n        \"customer\": {\n            \"customer_ref\": \"2348022222222\",\n            \"firstname\": \"Koko\",\n            \"surname\": \"Below\",\n            \"email\": \"kokobelow@gmail.com\",\n            \"mobile_no\": \"2348022222222\"\n        },\n        \"meta\": {\n            \"biller_code\": \"000019\"\n        },\n        \"details\": {\n            \"type\": \"whatsapp_approve\",\n            \"prompt_message\": \"Processing N353 payment to Koko Below Inc.\",\n            \"expiry_mins\": 30\n        }\n    }\n}","options":{"raw":{"language":"json"}}},"url":"https://api.onepipe.io/v2/transact"},"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":""}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": \"Successful\",\n    \"message\": \"Request processed successfully.\",\n    \"data\": {\n        \"provider_response_code\": \"00\",\n        \"provider\": \"PaywithAccount\",\n        \"errors\": null,\n        \"error\": null,\n        \"provider_response\": {\n            \"delivery_status\": \"logged\",\n            \"cost\": 100,\n            \"expires_on\": \"2025-03-25-12-50-16\",\n            \"ussd_code\": null,\n            \"prompt_message\": \"A message has been sent your WhatsApp ****14. Please tap `Approve` in the message\",\n            \"reference\": \"af78ec77-2ec8-4357-b4e1-1f0e6f2fabc1\"\n        },\n        \"client_info\": null\n    }\n}"},{"id":"8875d123-d46c-4d9e-88bd-302a982253dd","name":"Send OTP - WhatsApp OTP","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer hSk84fnb2GeOVZ4JbUcu_ca608e4d33b2408e90b3a97157b581d7"},{"key":"Signature","value":"3a2b58350e8068507e6b5bff106850a5"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"request_ref\": \"111111111\",\n    \"request_type\": \"send otp\",\n    \"auth\": {\n        \"type\": \"bank.account\", //null also supported. If bank.account is set, find the phone number linked to that account and send the OTP there. If not set, send the OTP to the customer_ref\n        \"secure\": \"z5wGtqxYQLBE9P414VxW/M06JT38iBf+2seyxg08CsZRB2eq/BVWsoRbK8mjuK87dNvZYML8cHviklA6K8T4xw==\",\n        \"auth_provider\": \"PaywithAccount\"\n    },\n    \"transaction\": {\n        \"mock_mode\": \"Inspect\",\n        \"transaction_ref\": \"998383938292\",\n        \"transaction_desc\": \"OTP request for 0987654321\",\n        \"transaction_ref_parent\": null,\n        \"amount\": 0,\n        \"customer\": {\n            \"customer_ref\": \"2348022222222\",\n            \"firstname\": \"Koko\",\n            \"surname\": \"Below\",\n            \"email\": \"kokobelow@gmail.com\",\n            \"mobile_no\": \"2348022222222\"\n        },\n        \"meta\": {\n            \"biller_code\": \"000019\"\n        },\n        \"details\": {\n            \"type\": \"whatsapp_otp\",\n            \"prompt_message\": \"Processing N353 payment to Koko Below Inc.\",\n            \"expiry_mins\": 30\n        }\n    }\n}","options":{"raw":{"language":"json"}}},"url":"https://api.onepipe.io/v2/transact"},"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":""}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": \"Successful\",\n    \"message\": \"Request processed successfully.\",\n    \"data\": {\n        \"provider_response_code\": \"00\",\n        \"provider\": \"PaywithAccount\",\n        \"errors\": null,\n        \"error\": null,\n        \"provider_response\": {\n            \"delivery_status\": \"logged\",\n            \"cost\": 100,\n            \"expires_on\": \"2025-03-25-12-50-16\",\n            \"ussd_code\": null,\n            \"prompt_message\": \"A message has been sent your WhatsApp ****14. Please retrieve the OTP from the message\",\n            \"reference\": \"af78ec77-2ec8-4357-b4e1-1f0e6f2fabc1\"\n        },\n        \"client_info\": null\n    }\n}"},{"id":"998be939-6c8c-414b-8c33-927b586f61d2","name":"Send OTP - SMS OTP","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer hSk84fnb2GeOVZ4JbUcu_ca608e4d33b2408e90b3a97157b581d7"},{"key":"Signature","value":"3a2b58350e8068507e6b5bff106850a5"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"request_ref\": \"111111111\",\n    \"request_type\": \"send otp\",\n    \"auth\": {\n        \"type\": \"bank.account\", //null also supported. If bank.account is set, find the phone number linked to that account and send the OTP there. If not set, send the OTP to the customer_ref\n        \"secure\": \"z5wGtqxYQLBE9P414VxW/M06JT38iBf+2seyxg08CsZRB2eq/BVWsoRbK8mjuK87dNvZYML8cHviklA6K8T4xw==\",\n        \"auth_provider\": \"PaywithAccount\"\n    },\n    \"transaction\": {\n        \"mock_mode\": \"Inspect\",\n        \"transaction_ref\": \"998383938292\",\n        \"transaction_desc\": \"OTP request for 0987654321\",\n        \"transaction_ref_parent\": null,\n        \"amount\": 0,\n        \"customer\": {\n            \"customer_ref\": \"2348022222222\",\n            \"firstname\": \"Koko\",\n            \"surname\": \"Below\",\n            \"email\": \"kokobelow@gmail.com\",\n            \"mobile_no\": \"2348022222222\"\n        },\n        \"meta\": {\n            \"biller_code\": \"000019\"\n        },\n        \"details\": {\n            \"type\": \"sms_otp\",\n            \"prompt_message\": \"Processing N353 payment to Koko Below Inc.\",\n            \"expiry_mins\": 30\n        }\n    }\n}","options":{"raw":{"language":"json"}}},"url":"https://api.onepipe.io/pwa/send-otp"},"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":""}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": \"Successful\",\n    \"message\": \"Request processed successfully.\",\n    \"data\": {\n        \"provider_response_code\": \"00\",\n        \"provider\": \"PaywithAccount\",\n        \"errors\": null,\n        \"error\": null,\n        \"provider_response\": {\n            \"delivery_status\": \"logged\",\n            \"cost\": 100,\n            \"expires_on\": \"2025-03-25-12-50-16\",\n            \"ussd_code\": null,\n            \"prompt_message\": \"An SMS message has been sent your number ****14. Please retrieve the OTP from the message\",\n            \"reference\": \"af78ec77-2ec8-4357-b4e1-1f0e6f2fabc1\"\n        },\n        \"client_info\": null\n    }\n}"}],"_postman_id":"de27512c-f574-4216-afbb-d32dc143b4ec"},{"name":"5.1 Get Banks","id":"c91d1360-3ef7-460e-ba77-067866507f45","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Authorization","value":"Bearer hSk84fnb2GeOVZ4JbUcu_ca608e4d33b2408e90b3a97157b581d7"},{"key":"Signature","value":"3a2b58350e8068507e6b5bff106850a5"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\r\n  \"request_ref\":\"111111111\", \r\n  \"request_type\":\"get_banks\",\r\n  \"auth\": {\r\n    \"type\": null, \r\n    \"secure\": null,\r\n    \"auth_provider\": \"PaywithAccount\",\r\n    \"route_mode\": null\r\n  },\r\n  \"transaction\": {\r\n    \"mock_mode\": \"Inspect\", \r\n    \"transaction_ref\": \"998383938292\", \r\n    \"transaction_desc\": \"A random transaction\", \r\n    \"transaction_ref_parent\": null, \r\n    \"amount\": 0,\r\n    \"customer\": {\r\n            \"customer_ref\": \"2348022222222\",\r\n            \"firstname\": \"Koko\",\r\n            \"surname\": \"Below\",\r\n            \"email\": \"kokobelow@gmail.com\",\r\n            \"mobile_no\": \"2348022222222\"\r\n        },\r\n    \"meta\":{\r\n    \t\"pwa_enabled_only\": true\r\n    },\r\n    \"details\": null\r\n  }\r\n}"},"url":"https://api.onepipe.io/v2/transact","description":"<p>With this, you can KYC a customer's bank verification number.This service unlike <code>LOOKUP BVN MIN</code>and <code>LOOKUP BVN MID</code> returns  maximum KYC information.</p>\n<h4 id=\"sequence-of-calls\">Sequence of calls</h4>\n<ul>\n<li>Primary call: <code>/v2/transact</code></li>\n<li>Provider responds with WaitingForOTP or PendingValidation (if required)</li>\n<li>Call <code>v2/transact/validate</code> to supply OTP if needed</li>\n<li>Provider responds with any of the completion codes <code>Successful</code> or <code>Failed</code>.\n*Call <code>/transact/validate</code> to supply OTP if needed</li>\n<li>To query the status of a transaction, a call can be made to  <code>/v2/transact/query</code> endpoint.</li>\n<li>Depending on the provider, the app can call <code>v2/transact/reverse</code> to request a reversal</li>\n</ul>\n<h4 id=\"interpreting-the-response\">Interpreting the response</h4>\n<ul>\n<li>Read the reponse</li>\n<li>Read the <code>provider_response</code> Object</li>\n</ul>\n<h4 id=\"possible-status-values\">Possible status values</h4>\n<ul>\n<li><strong>Successful</strong>: Success</li>\n<li><strong>[Anything else]</strong>: Error. Read the errors object(s)</li>\n</ul>\n<h4 id=\"breakdown-of-the-details-in-the-request-object\">Breakdown of the details in the Request Object</h4>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Element</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>bvn</td>\n<td>Customer bvn to look up</td>\n</tr>\n<tr>\n<td>otp_override</td>\n<td><strong>OPTIONAL</strong> Defaults to <code>false</code>. If set to <code>true</code>, request will not be validated by OTP.</td>\n</tr>\n<tr>\n<td>dob</td>\n<td>The date of birth to match in <code>yyyy-MM-dd</code> format</td>\n</tr>\n<tr>\n<td>include_image</td>\n<td>Defaults to <code>true</code>. Instructs the provider whether to include image of the BVN holder or not.</td>\n</tr>\n</tbody>\n</table>\n</div><h4 id=\"request-body-elements\">Request body elements</h4>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Element</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>request_ref</td>\n<td>A unique reference for this specific API call. Must be uniquely generated for every single call</td>\n</tr>\n<tr>\n<td>request_type</td>\n<td>Service identifier - <code>lookup_bvn_mid</code></td>\n</tr>\n<tr>\n<td>auth.type</td>\n<td><code>bvn</code>.</td>\n</tr>\n<tr>\n<td>auth.secure</td>\n<td>encrypted BVN</td>\n</tr>\n<tr>\n<td>transaction.customer.customer_ref</td>\n<td>Mobile number of the customer</td>\n</tr>\n<tr>\n<td>transaction.customer.firstname</td>\n<td>First name of the customer</td>\n</tr>\n<tr>\n<td>transaction.customer.surname</td>\n<td>Surname of the customer</td>\n</tr>\n<tr>\n<td>transaction.customer.email</td>\n<td>Email address of the customer</td>\n</tr>\n<tr>\n<td>transaction.customer.mobile_no</td>\n<td>Mobile number of the customer</td>\n</tr>\n</tbody>\n</table>\n</div><h4 id=\"response-body-elements\">Response body elements</h4>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Element</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>status</td>\n<td>Standard response. <strong>Successful</strong> or anything else.</td>\n</tr>\n<tr>\n<td>message</td>\n<td>A message or description of the response</td>\n</tr>\n<tr>\n<td>data.provider</td>\n<td>The provider that was used to process the request</td>\n</tr>\n<tr>\n<td>data.provider_response_code</td>\n<td>Response code as determined by the underlying provider</td>\n</tr>\n<tr>\n<td>data.provider_response</td>\n<td>This object contains the actual response for the provider. It contains the <code>BVN</code> details</td>\n</tr>\n</tbody>\n</table>\n</div><p><strong>NOTE</strong>: Please see information on how to compute the <code>Signature</code> header <a href=\"#authentication-headers\">here</a> </p>\n","urlObject":{"path":["v2","transact"],"host":["https://api.onepipe.io"],"query":[],"variable":[]}},"response":[{"id":"e9be2ea6-8b0c-42b2-a1e6-dc6e5f0edd2a","name":"Successful","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer hSk84fnb2GeOVZ4JbUcu_ca608e4d33b2408e90b3a97157b581d7"},{"key":"Signature","value":"3a2b58350e8068507e6b5bff106850a5"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"/*****TODO**************************************\r\n1. Implement get_banks under PaywithAccount provider\r\n2. Thoroughly test it\r\n3. Include the meta flag 'pwa_enabled_only' to determine if it should bring all banks or just banks with DD enabled\r\n************************************************/\r\n\r\n{\r\n  \"request_ref\":\"111111111\", \r\n  \"request_type\":\"get_banks\",\r\n  \"auth\": {\r\n    \"type\": null, \r\n    \"secure\": null,\r\n    \"auth_provider\": \"DemoProvider\",//PaywithAccount\r\n    \"route_mode\": null\r\n  },\r\n  \"transaction\": {\r\n    \"mock_mode\": \"Inspect\", \r\n    \"transaction_ref\": \"998383938292\", \r\n    \"transaction_desc\": \"A random transaction\", \r\n    \"transaction_ref_parent\": null, \r\n    \"amount\": 0,\r\n    \"customer\":{\r\n    \t\"customer_ref\": \"2348033331412\",\r\n    \t\"firstname\": \"Uju\",\r\n        \"surname\": \"Usmanu\",\r\n    \t\"email\": \"ujuusmanu@gmail.com\",\r\n    \t\"mobile_no\": \"2348033331412\"\r\n    },\r\n    \"meta\":{\r\n    \t\"pwa_enabled_only\": true\r\n    },\r\n    \"details\": null\r\n  }\r\n}"},"url":"https://api.onepipe.io/pwa/get-banks"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"content-length","value":"762"},{"key":"content-type","value":"application/json; charset=utf-8"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": \"Successful\",\n    \"message\": \"Transaction processed successfully\",\n    \"data\": {\n        \"provider_response_code\": \"00\",\n        \"provider\": \"PaywithAccount\",\n        \"errors\": null,\n        \"error\": null,\n        \"provider_response\": {\n            \"banks\": [\n                {\n                    \"bank_name\": \"Ecobank Bank\",\n                    \"bank_cbn_code\": \"050\",\n                    \"bank_nip_code\": \"000009\",\n                    \"logo_url\": \"https://lendstack-s3.s3.us-east-2.amazonaws.com/bank_logos/023.png\"\n                },\n                {\n                    \"bank_name\": \"FCMB\",\n                    \"bank_cbn_code\": \"214\",\n                    \"bank_nip_code\": \"000009\",\n                    \"logo_url\": \"https://lendstack-s3.s3.us-east-2.amazonaws.com/bank_logos/023.png\"\n                },\n                {\n                    \"bank_name\": \"Mkudi\",\n                    \"bank_cbn_code\": \"313\",\n                    \"bank_nip_code\": \"000009\",\n                    \"logo_url\": \"null\"\n                },\n                {\n                    \"bank_name\": \"ASOSavings\",\n                    \"bank_cbn_code\": \"401\",\n                    \"bank_nip_code\": \"000009\",\n                    \"logo_url\": \"https://lendstack-s3.s3.us-east-2.amazonaws.com/bank_logos/023.png\"\n                },\n                {\n                    \"bank_name\": \"GOWANS MFB\",\n                    \"bank_cbn_code\": \"917\",\n                    \"bank_nip_code\": \"000009\",\n                    \"logo_url\": \"https://lendstack-s3.s3.us-east-2.amazonaws.com/bank_logos/023.png\"\n                }\n            ],\n            \"reference\": 1089408276583,\n            \"meta\": {\n                \"field_key\": \"field_value\"\n            }\n        },\n        \"client_info\": {\n            \"name\": null,\n            \"id\": null,\n            \"bank_cbn_code\": null,\n            \"bank_name\": null,\n            ,\n            \"bank_cbn_code\": \"023\",\n            \"bank_nip_code\": \"000009\",\n            \"logo_url\": \"https://lendstack-s3.s3.us-east-2.amazonaws.com/bank_logos/023.png\"\n            \"console_url\": null,\n            \"js_background_image\": null,\n            \"css_url\": null,\n            \"logo_url\": null,\n            \"footer_text\": null,\n            \"show_options_icon\": false,\n            \"paginate\": false,\n            \"paginate_count\": 0,\n            \"options\": null,\n            \"merchant\": null,\n            \"colors\": null,\n            \"meta\": null\n        }\n    }\n}"}],"_postman_id":"c91d1360-3ef7-460e-ba77-067866507f45"},{"name":"6.1 Get Balance","id":"305a1e23-8b60-4409-a0fa-9fae649ebd34","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Authorization","value":"Bearer hSk84fnb2GeOVZ4JbUcu_ca608e4d33b2408e90b3a97157b581d7"},{"key":"Signature","value":"3a2b58350e8068507e6b5bff106850a5"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"request_ref\": \"111111111\",\n    \"request_type\": \"get balance\",\n    \"auth\": {\n        \"type\": \"bank.account\",\n        \"secure\": \"z5wGtqxYQLBE9P414VxW/M06JT38iBf+2seyxg08CsZRB2eq/BVWsoRbK8mjuK87dNvZYML8cHviklA6K8T4xw==\",\n        \"auth_provider\": \"PaywithAccount\"\n    },\n    \"transaction\": {\n        \"mock_mode\": \"Inspect\",\n        \"transaction_ref\": \"998383938292\",\n        \"transaction_desc\": \"Get Account Balance\",\n        \"transaction_ref_parent\": null,\n        \"amount\": 0,\n        \"customer\": {\n            \"customer_ref\": \"2348022222222\",\n            \"firstname\": \"Koko\",\n            \"surname\": \"Below\",\n            \"email\": \"kokobelow@gmail.com\",\n            \"mobile_no\": \"2348022222222\"\n        },\n        \"meta\": {\n            \"biller_code\": \"000019\"\n        },\n        \"details\": {}\n    }\n}","options":{"raw":{"language":"json"}}},"url":"https://api.onepipe.io/v2/transact","urlObject":{"path":["v2","transact"],"host":["https://api.onepipe.io"],"query":[],"variable":[]}},"response":[{"id":"97a2df27-e1d6-4181-a267-a02e764652e0","name":"Get Balance","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer hSk84fnb2GeOVZ4JbUcu_ca608e4d33b2408e90b3a97157b581d7"},{"key":"Signature","value":"3a2b58350e8068507e6b5bff106850a5"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"request_ref\": \"111111111\",\n    \"request_type\": \"get balance\",\n    \"auth\": {\n        \"type\": \"bank.account\",\n        \"secure\": \"z5wGtqxYQLBE9P414VxW/M06JT38iBf+2seyxg08CsZRB2eq/BVWsoRbK8mjuK87dNvZYML8cHviklA6K8T4xw==\",\n        \"auth_provider\": \"PaywithAccount\"\n    },\n    \"transaction\": {\n        \"mock_mode\": \"Inspect\",\n        \"transaction_ref\": \"998383938292\",\n        \"transaction_desc\": \"Get Account Balance\",\n        \"transaction_ref_parent\": null,\n        \"amount\": 0,\n        \"customer\": {\n            \"customer_ref\": \"2348022222222\",\n            \"firstname\": \"Koko\",\n            \"surname\": \"Below\",\n            \"email\": \"kokobelow@gmail.com\",\n            \"mobile_no\": \"2348022222222\"\n        },\n        \"meta\": {\n            \"biller_code\": \"000019\"\n        },\n        \"details\": {}\n    }\n}","options":{"raw":{"language":"json"}}},"url":"https://api.onepipe.io/pwa/get-balance"},"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":""}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": \"Successful\",\n    \"message\": \"Transaction processed successfully\",\n    \"data\": {\n        \"provider_response_code\": \"00\",\n        \"provider\": \"PaywithAccount\",\n        \"errors\": null,\n        \"error\": null,\n        \"provider_response\": {\n            \"account_id\": null,\n            \"account_type\": null,\n            \"account_number\": \"0000000000\",\n            \"available_balance\": 3213757,\n            \"ledger_balance\": null,\n            \"minimum_balance\": null,\n            \"account_class\": null,\n            \"account_status\": null,\n            \"currency\": \"NGN\",\n            \"reference\": \"24167055098879\",\n            \"meta\": {}\n        },\n        \"client_info\": {\n            \"name\": null,\n            \"id\": null,\n            \"bank_cbn_code\": null,\n            \"bank_name\": null,\n            \"console_url\": null,\n            \"js_background_image\": null,\n            \"css_url\": null,\n            \"logo_url\": null,\n            \"footer_text\": null,\n            \"show_options_icon\": false,\n            \"paginate\": false,\n            \"paginate_count\": 0,\n            \"options\": null,\n            \"merchant\": null,\n            \"colors\": null,\n            \"meta\": null\n        }\n    }\n}"}],"_postman_id":"305a1e23-8b60-4409-a0fa-9fae649ebd34"},{"name":"7.1 Send Invoice/Create Subscription","id":"566fdc4d-eb49-422b-a4e1-d4161accca73","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Authorization","value":"Bearer hSk84fnb2GeOVZ4JbUcu_ca608e4d33b2408e90b3a97157b581d7"},{"key":"Signature","value":"3a2b58350e8068507e6b5bff106850a5"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"request_ref\": \"111111111\",\n    \"request_type\": \"send invoice\",\n    \"auth\": {\n        \"type\": \"bank.account\",\n        \"secure\": \"z5wGtqxYQLBE9P414VxW/M06JT38iBf+2seyxg08CsZRB2eq/BVWsoRbK8mjuK87dNvZYML8cHviklA6K8T4xw==\",\n        \"auth_provider\": \"PaywithAccount\"\n    },\n    \"transaction\": {\n        \"mock_mode\": \"Inspect\",\n        \"transaction_ref\": \"998383938292\",\n        \"transaction_desc\": \"A nice narration\",\n        \"transaction_ref_parent\": null,\n        \"amount\": 15600,\n        \"customer\": {\n            \"customer_ref\": \"2348022222222\",\n            \"firstname\": \"Koko\",\n            \"surname\": \"Below\",\n            \"email\": \"kokobelow@gmail.com\",\n            \"mobile_no\": \"2348022222222\"\n        },\n        \"meta\": {\n            // \"activation_method\": \"transfer\", // optional\n            \"biller_code\": \"000019\",\n            \"type\": \"subscription\",\n            \"repeat_frequency\": \"daily\",\n            \"repeat_start_date\": \"2025-07-22-17-08-07\",\n            \"repeat_end_date\": \"2027-07-22-17-08-07\",\n            \"custom_fields\": \"[{\\\"key\\\": \\\"policy number\\\", \\\"value\\\": \\\"245\\\"}]\",\n            \"product\": \"{\\\"name\\\": \\\"Mat\\\", \\\"price\\\": 10000}\"\n        },\n        \"details\": {}\n    }\n}","options":{"raw":{"language":"json"}}},"url":"https://api.onepipe.io/v2/transact","urlObject":{"path":["v2","transact"],"host":["https://api.onepipe.io"],"query":[],"variable":[]}},"response":[{"id":"68e36221-155a-4f42-b5de-c1cc539da610","name":"Successful","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer hSk84fnb2GeOVZ4JbUcu_ca608e4d33b2408e90b3a97157b581d7"},{"key":"Signature","value":"3a2b58350e8068507e6b5bff106850a5"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"request_ref\": \"111111111\",\n    \"request_type\": \"collect\",\n    \"auth\": {\n        \"type\": \"bank.account\",\n        \"secure\": \"z5wGtqxYQLBE9P414VxW/M06JT38iBf+2seyxg08CsZRB2eq/BVWsoRbK8mjuK87dNvZYML8cHviklA6K8T4xw==\",\n        \"auth_provider\": \"PaywithAccount\"\n    },\n    \"transaction\": {\n        \"mock_mode\": \"Inspect\",\n        \"transaction_ref\": \"998383938292\",\n        \"transaction_desc\": \"A nice narration\",\n        \"transaction_ref_parent\": null,\n        \"amount\": 15600,\n        \"customer\": {\n            \"customer_ref\": \"2348022222222\",\n            \"firstname\": \"Koko\",\n            \"surname\": \"Below\",\n            \"email\": \"kokobelow@gmail.com\",\n            \"mobile_no\": \"2348022222222\"\n        },\n        \"meta\": {\n            \"biller_code\": \"000019\",\n            \"type\": \"subscription\",\n            \"repeat_frequency\": \"daily\",\n            \"repeat_start_date\": \"2025-07-22-17-08-07\",\n            \"repeat_end_date\": \"2027-07-22-17-08-07\",\n            \"product\":\"{}\",\n            \"custom_fields\":\"{}\"\n        },\n        \"details\": {}\n    }\n}","options":{"raw":{"language":"json"}}},"url":"https://api.onepipe.io/pwa/send-invoice"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"content-length","value":"555"},{"key":"content-type","value":"application/json; charset=utf-8"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": \"Processing\",\n    \"message\": \"Kindly follow the instructions sent to you via SMS and Email to complete payment\",\n    \"data\": {\n        \"provider_response_code\": \"00\",\n        \"provider\": \"PaywithAccount\",\n        \"errors\": null,\n        \"error\": null,\n        \"provider_response\": {\n            \"reference\": \"RC1544159/1557/0005716487\",\n            \"account_number\": \"2247916766\",\n            \"currency_code\": \"NGN\",\n            \"customer_email\": \"akin@onepipe.com\",\n            \"bank_code\": \"033\",\n            \"status\": \"REQUESTED\",\n            \"created_on\": \"2025-02-25 21:53:52\",\n            \"meta\": {\n                \"transaction_ref\": \"928375265217\",\n                \"payment_id\": 3458,\n                \"virtual_account_name\": \"PWT - Demo Business\",\n                \"virtual_account_number\": \"4565708848\",\n                \"virtual_account_bank_name\": \"Fidelity\",\n                \"virtual_account_bank_code\": \"070\",\n                \"virtual_account_status\": \"active\",\n                \"virtual_account_expiry_date\": \"2025-02-26 22:53:00\",\n                \"ussd_code\": null,\n                \"transaction_final_amount\": 15600\n            }\n        },\n        \"client_info\": {\n            \"name\": null,\n            \"id\": null,\n            \"bank_cbn_code\": null,\n            \"bank_name\": null,\n            \"console_url\": null,\n            \"js_background_image\": null,\n            \"css_url\": null,\n            \"logo_url\": null,\n            \"footer_text\": null,\n            \"show_options_icon\": false,\n            \"paginate\": false,\n            \"paginate_count\": 0,\n            \"options\": null,\n            \"merchant\": null,\n            \"colors\": null,\n            \"meta\": null\n        }\n    }\n}"}],"_postman_id":"566fdc4d-eb49-422b-a4e1-d4161accca73"},{"name":"Single Payment for USSD Onboard","id":"cc912e77-27c0-46d0-9be2-5e76ae055fc1","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Authorization","value":"Bearer hSk84fnb2GeOVZ4JbUcu_ca608e4d33b2408e90b3a97157b581d7"},{"key":"Signature","value":"3a2b58350e8068507e6b5bff106850a5"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"request_ref\": \"111111111\",\n    \"request_type\": \"send invoice\",\n    \"auth\": {\n        \"type\": null,\n        \"secure\": null,\n        \"auth_provider\": \"PaywithAccount\"\n    },\n    \"transaction\": {\n        \"mock_mode\": \"Inspect\",\n        \"transaction_ref\": \"998383938292\",\n        \"transaction_desc\": \"A nice narration\",\n        \"transaction_ref_parent\": null,\n        \"amount\": 15600,\n        \"customer\": {\n            \"customer_ref\": \"2348022222222\",\n            \"firstname\": \"Koko\",\n            \"surname\": \"Below\",\n            \"email\": \"kokobelow@gmail.com\",\n            \"mobile_no\": \"2348022222222\"\n        },\n        \"meta\": {\n            // \"activation_method\": \"transfer\", // optional\n            \"biller_code\": \"000019\",\n            \"type\": \"single_payment\",\n            \"expires_in\": 60,\n            \"repeat_frequency\": \"weekly\",\n            \"repeat_start_date\": \"2025-07-22-17-08-07\",\n            \"repeat_end_date\": \"2027-07-22-17-08-07\",\n            \"custom_fields\": \"[{\\\"key\\\": \\\"policy number\\\", \\\"value\\\": \\\"245\\\"}]\",\n            \"product\": \"{\\\"name\\\": \\\"Mat\\\", \\\"price\\\": 10000}\"\n        },\n        \"details\": {}\n    }\n}","options":{"raw":{"language":"json"}}},"url":"https://api.onepipe.io/v2/transact","urlObject":{"path":["v2","transact"],"host":["https://api.onepipe.io"],"query":[],"variable":[]}},"response":[{"id":"44405e43-336f-4ec2-8045-e5d0ce78d7a1","name":"Successful","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer hSk84fnb2GeOVZ4JbUcu_ca608e4d33b2408e90b3a97157b581d7"},{"key":"Signature","value":"3a2b58350e8068507e6b5bff106850a5"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"request_ref\": \"111111111\",\n    \"request_type\": \"collect\",\n    \"auth\": {\n        \"type\": \"bank.account\",\n        \"secure\": \"z5wGtqxYQLBE9P414VxW/M06JT38iBf+2seyxg08CsZRB2eq/BVWsoRbK8mjuK87dNvZYML8cHviklA6K8T4xw==\",\n        \"auth_provider\": \"PaywithAccount\"\n    },\n    \"transaction\": {\n        \"mock_mode\": \"Inspect\",\n        \"transaction_ref\": \"998383938292\",\n        \"transaction_desc\": \"A nice narration\",\n        \"transaction_ref_parent\": null,\n        \"amount\": 15600,\n        \"customer\": {\n            \"customer_ref\": \"2348022222222\",\n            \"firstname\": \"Koko\",\n            \"surname\": \"Below\",\n            \"email\": \"kokobelow@gmail.com\",\n            \"mobile_no\": \"2348022222222\"\n        },\n        \"meta\": {\n            \"biller_code\": \"000019\",\n            \"type\": \"subscription\",\n            \"repeat_frequency\": \"daily\",\n            \"repeat_start_date\": \"2025-07-22-17-08-07\",\n            \"repeat_end_date\": \"2027-07-22-17-08-07\",\n            \"product\":\"{}\",\n            \"custom_fields\":\"{}\"\n        },\n        \"details\": {}\n    }\n}","options":{"raw":{"language":"json"}}},"url":"https://api.onepipe.io/pwa/send-invoice"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"content-length","value":"555"},{"key":"content-type","value":"application/json; charset=utf-8"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": \"Processing\",\n    \"message\": \"Kindly follow the instructions sent to you via SMS and Email to complete payment\",\n    \"data\": {\n        \"provider_response_code\": \"00\",\n        \"provider\": \"PaywithAccount\",\n        \"errors\": null,\n        \"error\": null,\n        \"provider_response\": {\n            \"reference\": \"RC1544159/1557/0005716487\",\n            \"account_number\": \"2247916766\",\n            \"currency_code\": \"NGN\",\n            \"customer_email\": \"akin@onepipe.com\",\n            \"bank_code\": \"033\",\n            \"status\": \"REQUESTED\",\n            \"created_on\": \"2025-02-25 21:53:52\",\n            \"meta\": {\n                \"transaction_ref\": \"928375265217\",\n                \"payment_id\": 3458,\n                \"virtual_account_name\": \"PWT - Demo Business\",\n                \"virtual_account_number\": \"4565708848\",\n                \"virtual_account_bank_name\": \"Fidelity\",\n                \"virtual_account_bank_code\": \"070\",\n                \"virtual_account_status\": \"active\",\n                \"virtual_account_expiry_date\": \"2025-02-26 22:53:00\",\n                \"ussd_code\": null,\n                \"transaction_final_amount\": 15600\n            }\n        },\n        \"client_info\": {\n            \"name\": null,\n            \"id\": null,\n            \"bank_cbn_code\": null,\n            \"bank_name\": null,\n            \"console_url\": null,\n            \"js_background_image\": null,\n            \"css_url\": null,\n            \"logo_url\": null,\n            \"footer_text\": null,\n            \"show_options_icon\": false,\n            \"paginate\": false,\n            \"paginate_count\": 0,\n            \"options\": null,\n            \"merchant\": null,\n            \"colors\": null,\n            \"meta\": null\n        }\n    }\n}"}],"_postman_id":"cc912e77-27c0-46d0-9be2-5e76ae055fc1"},{"name":"8.1 Lookup Account Max","id":"8e406d83-0ad5-431c-9e86-44ac36564ad0","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Authorization","value":"Bearer hSk84fnb2GeOVZ4JbUcu_ca608e4d33b2408e90b3a97157b581d7"},{"key":"Signature","value":"3a2b58350e8068507e6b5bff106850a5"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"request_ref\": \"111111111\",\n    \"request_type\": \"lookup account max\",\n    \"auth\": {\n        \"type\": \"bank.account\",\n        \"secure\": \"z5wGtqxYQLBE9P414VxW/M06JT38iBf+2seyxg08CsZRB2eq/BVWsoRbK8mjuK87dNvZYML8cHviklA6K8T4xw==\",\n        \"auth_provider\": \"PaywithAccount\"\n    },\n    \"transaction\": {\n        \"mock_mode\": \"Live\",\n        \"transaction_ref\": \"998383938292\",\n        \"transaction_desc\": \"Verify account ownership\",\n        \"transaction_ref_parent\": null,\n        \"amount\": 0,\n        \"customer\": {\n            \"customer_ref\": \"2348022222222\",\n            \"firstname\": \"Koko\",\n            \"surname\": \"Below\",\n            \"email\": \"kokobelow@gmail.com\",\n            \"mobile_no\": \"2348022222222\"\n        },\n        \"meta\": {\n            \"bvn\": \"r9GRjFbVBuAjIVQgWSPFXEgpMfh12NB0\",\n            \"include_pwa_biller\": true // optional, can be set in extras, but meta will override it.\n        },\n        \"details\": {}\n    }\n}","options":{"raw":{"language":"json"}}},"url":"https://api.onepipe.io/v2/transact","urlObject":{"path":["v2","transact"],"host":["https://api.onepipe.io"],"query":[],"variable":[]}},"response":[{"id":"e16e31a4-ef1b-432f-beb8-bedb68ea05cb","name":"Successful","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer hSk84fnb2GeOVZ4JbUcu_ca608e4d33b2408e90b3a97157b581d7"},{"key":"Signature","value":"3a2b58350e8068507e6b5bff106850a5"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"\n{\n    \"request_ref\": \"111111111\",\n    \"request_type\": \"lookup account max\",\n    \"auth\": {\n        \"type\": \"bank.account\",\n        \"secure\": \"z5wGtqxYQLBE9P414VxW/M06JT38iBf+2seyxg08CsZRB2eq/BVWsoRbK8mjuK87dNvZYML8cHviklA6K8T4xw==\",\n        \"auth_provider\": \"PaywithAccount\"\n    },\n    \"transaction\": {\n        \"mock_mode\": \"Inspect\",\n        \"transaction_ref\": \"998383938292\",\n        \"transaction_desc\": \"Verify account ownership\",\n        \"transaction_ref_parent\": null,\n        \"amount\": 0,\n        \"customer\": {\n            \"customer_ref\": \"2348022221412\",\n            \"firstname\": \"Ope\",\n            \"surname\": \"Adeoye\",\n            \"email\": \"nophone@onepipe.io\",\n            \"mobile_no\": \"2348022221412\"\n        },\n        \"meta\": {\n            \"bvn\": \"r9GRjFbVBuAjIVQgWSPFXEgpMfh12NB0\",\n            \"include_pwa_biller\": true // optional\n        },\n        \"details\": {}\n    }\n}","options":{"raw":{"language":"json"}}},"url":"https://api.onepipe.io/pwa/lookup-account-max"},"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":""}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": \"Successful\",\n    \"message\": \"Transaction processed successfully\",\n    \"data\": {\n        \"provider_response_code\": \"00\",\n        \"provider\": \"PaywithAccount\",\n        \"errors\": null,\n        \"error\": null,\n        \"provider_response\": {\n            \"customer_id\": null,\n            \"account_currency\": \"NGN\",\n            \"account_number\": \"6234784766\",\n            \"account_name\": \"OPEYEMI ABIDEMI ADEOYE\",\n            \"last_name\": \"ADEOYE\",\n            \"middle_name\": \"ABIDEMI\",\n            \"first_name\": \"OPEYEMI\",\n            \"gender\": \"Male\",\n            \"dob\": \"1900-04-14\",\n            \"account_branch\": null,\n            \"scheme_code\": null,\n            \"bvn\": \"0000000000\",\n            \"account_status\": null,\n            \"ledger_balance\": null,\n            \"available_balance\": null,\n            \"kyc_level\": \"Level 3 - High Level Accounts\",\n            \"name_enquiry_id\": null,\n            \"address1\": \". 21,ORIMOLADE CR.,AKORA ESTATE ABBA JOHNSTON\",\n            \"address2\": null,\n            \"address3\": null,\n            \"email\": \"OPEADEOYE@GMAIL.COM\",\n            \"mobile_number\": \"2343030393030\",\n            \"account_type\": null,\n            \"meta\": {\n                \"base64_image\": \"\",\n                \"bvn_matched\": true,\n                \"name_matched\": false,\n                \"is_pwa_biller\": true // null if `include_pwa_biller` was not true\n            }\n        },\n        \"client_info\": {\n            \"name\": null,\n            \"id\": null,\n            \"bank_cbn_code\": null,\n            \"bank_name\": null,\n            \"console_url\": null,\n            \"js_background_image\": null,\n            \"css_url\": null,\n            \"logo_url\": null,\n            \"footer_text\": null,\n            \"show_options_icon\": false,\n            \"paginate\": false,\n            \"paginate_count\": 0,\n            \"options\": null,\n            \"merchant\": null,\n            \"colors\": null,\n            \"meta\": null\n        }\n    }\n}"}],"_postman_id":"8e406d83-0ad5-431c-9e86-44ac36564ad0"},{"name":"9.1 Create Mandate","id":"271f1178-d94f-49f2-9014-18c3d658edb3","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Authorization","value":"Bearer hSk84fnb2GeOVZ4JbUcu_ca608e4d33b2408e90b3a97157b581d7"},{"key":"Signature","value":"3a2b58350e8068507e6b5bff106850a5"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"request_ref\": \"111111111\",\n    \"request_type\": \"create mandate\",\n    \"auth\": {\n        \"type\": \"bank.account\",\n        \"secure\": \"z5wGtqxYQLBE9P414VxW/M06JT38iBf+2seyxg08CsZRB2eq/BVWsoRbK8mjuK87dNvZYML8cHviklA6K8T4xw==\",\n        \"auth_provider\": \"PaywithAccount\"\n    },\n    \"transaction\": {\n        \"mock_mode\": \"Inspect\",\n        \"transaction_ref\": \"998383938292\",\n        \"transaction_desc\": \"Creating a mandate\",\n        \"transaction_ref_parent\": null,\n        \"amount\": 0,\n        \"customer\": {\n            \"customer_ref\": \"2348022222222\",\n            \"firstname\": \"Koko\",\n            \"surname\": \"Below\",\n            \"email\": \"kokobelow@gmail.com\",\n            \"mobile_no\": \"2348022222222\"\n        },\n        \"meta\": {\n            \"amount\": \"100000\",\n            \"skip_consent\": \"true\",\n            \"bvn\": \"r9GRjFbVBuAjIVQgWSPFXEgpMfh12NB0\", // or encrypted_nin\n            \"biller_code\" : \"000019\",\n            \"customer_consent\": \"\"//url\n        },\n        \"details\": {}\n    }\n}","options":{"raw":{"language":"json"}}},"url":"https://api.onepipe.io/v2/transact","urlObject":{"path":["v2","transact"],"host":["https://api.onepipe.io"],"query":[],"variable":[]}},"response":[{"id":"e6de0def-931a-4591-8242-5ab9658e2b6f","name":"Successful","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer hSk84fnb2GeOVZ4JbUcu_ca608e4d33b2408e90b3a97157b581d7"},{"key":"Signature","value":"3a2b58350e8068507e6b5bff106850a5"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"request_ref\": \"111111111\",\n    \"request_type\": \"create mandate\",\n    \"auth\": {\n        \"type\": \"bank.account\",\n        \"secure\": \"z5wGtqxYQLBE9P414VxW/M06JT38iBf+2seyxg08CsZRB2eq/BVWsoRbK8mjuK87dNvZYML8cHviklA6K8T4xw==\",\n        \"auth_provider\": \"PaywithAccount\"\n    },\n    \"transaction\": {\n        \"mock_mode\": \"Inspect\",\n        \"transaction_ref\": \"998383938292\",\n        \"transaction_desc\": \"Creating a mandate\",\n        \"transaction_ref_parent\": null,\n        \"amount\": 0,\n        \"customer\": {\n            \"customer_ref\": \"2348022221412\",\n            \"firstname\": \"Ope\",\n            \"surname\": \"Adeoye\",\n            \"email\": \"opeadeoye@gmail.com\",\n            \"mobile_no\": \"2348022221412\"\n        },\n        \"meta\": {\n            \"amount\": \"100000\",\n            \"skip_consent\": \"true\",\n            \"bvn\": \"r9GRjFbVBuAjIVQgWSPFXEgpMfh12NB0\",\n            \"biller_code\" : \"000019\",\n            \"customer_consent\": \"\"//url\n        },\n        \"details\": {}\n    }\n}","options":{"raw":{"language":"json"}}},"url":"https://api.onepipe.io/pwa/create-merchant"},"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":""}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": \"Successful\",\n    \"message\": \"Transaction processed successfully\",\n    \"data\": {\n        \"provider_response_code\": \"00\",\n        \"provider\": \"PaywithAccount\",\n        \"errors\": null,\n        \"error\": null,\n        \"provider_response\": {\n            \"reference\": \"RC1544159/1557/0003413634\",\n            \"account_number\": \"2247916766\",\n            \"contract_code\": null,\n            \"account_reference\": \"RC1544159/1557/0003413634\",\n            \"account_name\": null,\n            \"currency_code\": \"NGN\",\n            \"customer_email\": \"roqak1@gmail.com\",\n            \"bank_name\": null,\n            \"bank_code\": \"033\",\n            \"account_type\": null,\n            \"status\": \"ACTIVE\",\n            \"created_on\": \"2024-07-23 15:19:51\",\n            \"meta\": {\n                \"subscription_id\": 788,\n                \"existing_subscription\": false\n            }\n        },\n        \"client_info\": null\n    }\n}"}],"_postman_id":"271f1178-d94f-49f2-9014-18c3d658edb3"},{"name":"Cancel Subscription/Mandate","id":"41a81f73-d417-44ad-bbb0-6dc8c981a217","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Authorization","value":"Bearer hSk84fnb2GeOVZ4JbUcu_ca608e4d33b2408e90b3a97157b581d7"},{"key":"Signature","value":"3a2b58350e8068507e6b5bff106850a5"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"request_ref\": \"111111111\",\n    \"request_type\": \"cancel mandate\",\n    \"auth\": {\n        \"auth_provider\": \"PaywithAccount\",\n        \"secure\": null,\n        \"type\": null,\n        \"route_mode\": null\n    },\n    \"transaction\": {\n        \"mock_mode\": \"Inspect\",\n        \"transaction_ref\": \"998383938292\",\n        \"transaction_desc\": \"Cancel Subscription\",\n        \"transaction_ref_parent\": \"\",\n        \"amount\": 0,\n        \"customer\": {\n            \"customer_ref\": \"2348033331412\",\n            \"firstname\": \"Uju\",\n            \"surname\": \"Usmanu\",\n            \"email\": \"ujuusmanu@gmail.com\",\n            \"mobile_no\": \"2348033331412\"\n        },\n        \"meta\": {\n            \"biller_code\": \"000004\",\n            \"payment_id\": \"15347\",\n            \"ticket\": true,\n            \"email_subject\": \"\", // optional \n            \"email_content\": \"html content\" // optional, the email to be sent as ticket\n        },\n        \"details\": {},\n        \"options\": null\n    }\n}","options":{"raw":{"language":"json"}}},"url":"https://api.onepipe.io/v2/transact","urlObject":{"path":["v2","transact"],"host":["https://api.onepipe.io"],"query":[],"variable":[]}},"response":[{"id":"911c6cb4-1828-46e4-80fb-affde91e5b11","name":"Successful","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer hSk84fnb2GeOVZ4JbUcu_ca608e4d33b2408e90b3a97157b581d7"},{"key":"Signature","value":"3a2b58350e8068507e6b5bff106850a5"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"request_ref\": \"111111111\",\n    \"request_type\": \"cancel mandate\",\n    \"auth\": {\n        \"auth_provider\": \"PaywithAccount\",\n        \"secure\": null,\n        \"type\": null,\n        \"route_mode\": null\n    },\n    \"transaction\": {\n        \"mock_mode\": \"Inspect\",\n        \"transaction_ref\": \"998383938292\",\n        \"transaction_desc\": \"Cancel Subscription\",\n        \"transaction_ref_parent\": \"\",\n        \"amount\": 0,\n        \"customer\": {\n            \"customer_ref\": \"2348033331412\",\n            \"firstname\": \"Uju\",\n            \"surname\": \"Usmanu\",\n            \"email\": \"ujuusmanu@gmail.com\",\n            \"mobile_no\": \"2348033331412\"\n        },\n        \"meta\": {\n            \"biller_code\": \"000004\",\n            \"payment_id\": \"15347\",\n            \"ticket\": true,\n            \"email_subject\": \"\", // optional\n            \"email_content\": \"html content\" // optional, the email to be sent as ticket\n        },\n        \"details\": {},\n        \"options\": null\n    }\n}","options":{"raw":{"language":"json"}}},"url":"https://api.onepipe.io/pwa/cancel_sub"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Alt-Svc","value":"h3=\":443\"; ma=2592000"},{"key":"Content-Length","value":"1660"},{"key":"Content-Type","value":"application/json"},{"key":"Date","value":"Sun, 30 Mar 2025 17:55:16 GMT"},{"key":"Vary","value":"Accept-Encoding"},{"key":"X-Beeceptor-Rule-Id","value":"fsdw7wz1b1t"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": \"Successful\",\n    \"message\": \"Transaction processed successfully\",\n    \"data\": {\n        \"provider_response_code\": \"00\",\n        \"provider\": \"NIBSS\",\n        \"errors\": null,\n        \"error\": null,\n        \"provider_response\": {\n            \"reference\": \"17147121286029\",\n            \"subscription_id\": 15347,\n            \"status\": \"inactive\",\n            \"meta\": {}\n        },\n        \"client_info\": null\n    }\n}"}],"_postman_id":"41a81f73-d417-44ad-bbb0-6dc8c981a217"},{"name":"10.1 Collect","id":"e79b2d60-c552-42c2-b232-e435318c0e42","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Authorization","value":"Bearer hSk84fnb2GeOVZ4JbUcu_ca608e4d33b2408e90b3a97157b581d7"},{"key":"Signature","value":"3a2b58350e8068507e6b5bff106850a5"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"request_ref\": \"111111111\",\n    \"request_type\": \"collect\",\n    \"auth\": {\n        \"type\": \"bank.account\",\n        \"secure\": \"z5wGtqxYQLBE9P414VxW/M06JT38iBf+2seyxg08CsZRB2eq/BVWsoRbK8mjuK87dNvZYML8cHviklA6K8T4xw==\",\n        \"auth_provider\": \"PaywithAccount\"\n    },\n    \"transaction\": {\n        \"mock_mode\": \"Inspect\",\n        \"transaction_ref\": \"998383938292\",\n        \"transaction_desc\": \"A nice narration\",\n        \"transaction_ref_parent\": null,\n        \"amount\": 10800,\n        \"customer\": {\n            \"customer_ref\": \"2348022222222\",\n            \"firstname\": \"Koko\",\n            \"surname\": \"Below\",\n            \"email\": \"kokobelow@gmail.com\",\n            \"mobile_no\": \"2348022222222\"\n        },\n        \"meta\": {\n            \"subscription_id\" : \"{{mandate-id}}\", // mandate id of the account number\n            \"biller_code\" : \"000019\" // the biller who receives the money\n\n        },\n        \"details\": {}\n    }\n}","options":{"raw":{"language":"json"}}},"url":"https://api.onepipe.io/v2/transact","urlObject":{"path":["v2","transact"],"host":["https://api.onepipe.io"],"query":[],"variable":[]}},"response":[{"id":"205fd99d-3f68-4b39-afb3-16c02e29c895","name":"3.1 Debit Mandate - Successful","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer hSk84fnb2GeOVZ4JbUcu_ca608e4d33b2408e90b3a97157b581d7"},{"key":"Signature","value":"3a2b58350e8068507e6b5bff106850a5"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"request_ref\": \"111111111\",\n    \"request_type\": \"collect\",\n    \"auth\": {\n        \"type\": \"bank.account\",\n        \"secure\": \"z5wGtqxYQLBE9P414VxW/M06JT38iBf+2seyxg08CsZRB2eq/BVWsoRbK8mjuK87dNvZYML8cHviklA6K8T4xw==\",\n        \"auth_provider\": \"PaywithAccount\"\n    },\n    \"transaction\": {\n        \"mock_mode\": \"Live\",\n        \"transaction_ref\": \"998383938292\",\n        \"transaction_desc\": \"A nice narration\",\n        \"transaction_ref_parent\": null,\n        \"amount\": 10800,\n        \"customer\": {\n            \"customer_ref\": \"2348022221412\",\n            \"firstname\": \"Ope\",\n            \"surname\": \"Adeoye\",\n            \"email\": \"opeadeoye@gmail.com\",\n            \"mobile_no\": \"2348022221412\"\n        },\n        \"meta\": {\n            // \"subscription_id\":902\n            \"biller_code\" : \"000019\",\n            \"skip_consent\": \"true\",\n            \"customer_consent\": \"\"//url\n        },\n        \"details\": {}\n    }\n}","options":{"raw":{"language":"json"}}},"url":"https://api.onepipe.io/pwa/collect"},"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":""}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": \"Successful\",\n    \"message\": \"Transaction processed successfully\",\n    \"data\": {\n        \"provider_response_code\": \"00\",\n        \"provider\": \"NIBSS\",\n        \"errors\": null,\n        \"error\": null,\n        \"provider_response\": {\n            \"provider_auth_token\": \"2247916766;033\",\n            \"paymentoptions\": [],\n            \"transaction_final_amount\": 10000,\n            \"reference\": \"71443160051373\",\n            \"meta\": {\n                \"session_id\": null,\n                \"start_date\": \"2024-10-30\",\n                \"end_date\": \"2025-11-08\",\n                \"expected_transaction_count\": 0,\n                \"successful_transaction_count\": 0,\n                \"failed_transaction_count\": 0,\n                \"subscription_id\": 1444,\n                \"reward_url\": \"https://paywithaccount.win\"\n            }\n        },\n        \"client_info\": {\n            \"name\": null,\n            \"id\": null,\n            \"bank_cbn_code\": null,\n            \"bank_name\": null,\n            \"console_url\": null,\n            \"js_background_image\": null,\n            \"css_url\": null,\n            \"logo_url\": null,\n            \"footer_text\": null,\n            \"show_options_icon\": false,\n            \"paginate\": false,\n            \"paginate_count\": 0,\n            \"options\": null,\n            \"merchant\": null,\n            \"colors\": null,\n            \"meta\": null\n        }\n    }\n}"}],"_postman_id":"e79b2d60-c552-42c2-b232-e435318c0e42"},{"name":"11.1 Create Merchant","id":"cd50565a-be9d-49ce-a4c4-2bea52ead8dc","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Authorization","value":"Bearer hSk84fnb2GeOVZ4JbUcu_ca608e4d33b2408e90b3a97157b581d7"},{"key":"Signature","value":"3a2b58350e8068507e6b5bff106850a5"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"request_ref\": \"111111111\",\n    \"request_type\": \"create merchant\",\n    \"auth\": {\n        \"auth_provider\": \"PaywithAccount\",\n        \"secure\": null,\n        \"type\": null,\n        \"route_mode\": null\n    },\n    \"transaction\": {\n        \"mock_mode\": \"Inspect\",\n        \"transaction_ref\": \"998383938292\",\n        \"transaction_desc\": \"Applying for a new merchant account\",\n        \"transaction_ref_parent\": \"\",\n        \"amount\": 0,\n        \"customer\":{\n            \"customer_ref\": \"2348033331412\",\n            \"firstname\": \"Uju\",\n            \"surname\": \"Usmanu\",\n            \"email\": \"ujuusmanu@gmail.com\", //unique identifier\n            \"mobile_no\": \"2348033331412\"\n        },\n        \"meta\": {   \n         /*all required*/          \n            \"beta\": \"enabled\",\n            \"biller_sector\": \"Aggregator\",\n            \"simple_payment\": \"enabled\",\n            \"webhook_url\": \"http://beeceptor.com/paywa\",\n            \"whatsapp_contact_name\": \"Opeyemi\",\n            \"whatsapp_contact_no\": \"08033331412\",\n            \"business_short_name\": \"TAJSONS\"              \n        },\n        \"details\": {\n            /*all required*/ \n            \"business_name\": \"Taju and sons\",\n            \"rc_number\": \"09994004\",\n            \"settlement_account_no\": \"0987654321\",\n            \"settlement_bank_code\": \"050\",\n            \"tin\": \"0499499\",\n            \"address\": \"Ikeja\",\n            \"notification_phone_number\": \"09066870818,09033994985\", //csv\n            \"notification_email\": \"email@email.com\"\n        },\n        \"options\": null\n    }\n}","options":{"raw":{"language":"json"}}},"url":"https://api.onepipe.io/v2/transact","description":"<h3 id=\"create-merchant-transaction\">Create Merchant Transaction</h3>\n<p>This endpoint allows you to initiate a transaction for creating a new merchant.</p>\n<h4 id=\"request-body\">Request Body</h4>\n<ul>\n<li><p><code>request_ref</code> (string): A unique reference for the request.</p>\n</li>\n<li><p><code>request_type</code> (string): Indicates the type of request, in this case, \"create merchant\".</p>\n</li>\n<li><p><code>auth</code> (object): Authentication details including the provider and security settings.</p>\n<ul>\n<li><code>auth_provider</code> (string): The authentication provider, e.g., \"PaywithAccount\".</li>\n</ul>\n</li>\n<li><p><code>transaction</code> (object): Details of the transaction.</p>\n<ul>\n<li><p><code>mock_mode</code> (string): The mode for mocking the transaction, e.g., \"Inspect\".</p>\n</li>\n<li><p><code>transaction_ref</code> (string): Reference for the transaction.</p>\n</li>\n<li><p><code>transaction_desc</code> (string): Description of the transaction.</p>\n</li>\n<li><p><code>amount</code> (number): The transaction amount.</p>\n</li>\n<li><p><code>customer</code> (object): Details of the customer initiating the transaction.</p>\n<ul>\n<li><p><code>customer_ref</code> (string): Reference for the customer.</p>\n</li>\n<li><p><code>firstname</code> (string): Customer's first name.</p>\n</li>\n<li><p><code>surname</code> (string): Customer's surname.</p>\n</li>\n<li><p><code>email</code> (string): Customer's email address.</p>\n</li>\n<li><p><code>mobile_no</code> (string): Customer's mobile number.</p>\n</li>\n</ul>\n</li>\n<li><p><code>meta</code> (object): Additional meta information for the transaction.</p>\n<ul>\n<li><p><code>beta</code> (string): Indicates if beta features are enabled.</p>\n</li>\n<li><p><code>biller_sector</code> (string): Sector of the biller.</p>\n</li>\n<li><p><code>simple_payment</code> (string): Indicates if simple payment is enabled.</p>\n</li>\n<li><p><code>webhook_url</code> (string): URL for webhook notifications.</p>\n</li>\n<li><p><code>whatsapp_contact_name</code> (string): Name of the WhatsApp contact.</p>\n</li>\n<li><p><code>whatsapp_contact_no</code> (string): WhatsApp contact number.</p>\n</li>\n<li><p><code>business_short_name</code> (string): Short name of the business.</p>\n</li>\n</ul>\n</li>\n<li><p><code>details</code> (object): Details related to the business.</p>\n<ul>\n<li><p><code>business_name</code> (string): Name of the business.</p>\n</li>\n<li><p><code>rc_number</code> (string): Registration number of the business.</p>\n</li>\n<li><p><code>settlement_account_no</code> (string): Account number for settlement.</p>\n</li>\n<li><p><code>settlement_bank_code</code> (string): Bank code for settlement.</p>\n</li>\n<li><p><code>tax_id</code> (string): Tax identification number.</p>\n</li>\n<li><p><code>address_line_1</code> (string): Address line 1 for the business.</p>\n</li>\n<li><p><code>notification_phone</code> (string): Notification phone numbers.</p>\n</li>\n<li><p><code>notification_email</code> (string): Notification email addresses.</p>\n</li>\n</ul>\n</li>\n</ul>\n</li>\n<li><p><code>options</code> (null): Additional options for the transaction.</p>\n</li>\n</ul>\n<h4 id=\"response\">Response</h4>\n<p>The response for this request is a JSON object with the following schema:</p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-json\">{\n  \"status\": \"\",\n  \"message\": \"\",\n  \"data\": {\n    \"provider_response_code\": \"\",\n    \"provider\": \"\",\n    \"errors\": null,\n    \"error\": null,\n    \"provider_response\": {\n      \"reference\": 0,\n      \"account_number\": \"\",\n      \"contract_code\": null,\n      \"account_reference\": \"\",\n      \"account_name\": \"\",\n      \"currency_code\": \"\",\n      \"customer_email\": \"\",\n      \"bank_name\": null,\n      \"bank_code\": null,\n      \"account_type\": null,\n      \"status\": \"\",\n      \"created_on\": \"\",\n      \"meta\": {\n        \"biller_code\": \"\"\n      }\n    },\n    \"client_info\": {\n      \"name\": null,\n      \"id\": null,\n      \"bank_cbn_code\": null,\n      \"bank_name\": null,\n      \"console_url\": null,\n      \"js_background_image\": null,\n      \"css_url\": null,\n      \"logo_url\": null,\n      \"footer_text\": null,\n      \"show_options_icon\": true,\n      \"paginate\": true,\n      \"paginate_count\": 0,\n      \"options\": null,\n      \"merchant\": null,\n      \"colors\": null,\n      \"meta\": null\n    }\n  }\n}\n\n</code></pre>\n<p>The response includes various fields such as <code>status</code>, <code>message</code>, <code>data</code>, <code>provider_response_code</code>, <code>provider</code>, and <code>client_info</code>.</p>\n","urlObject":{"path":["v2","transact"],"host":["https://api.onepipe.io"],"query":[],"variable":[]}},"response":[{"id":"71cb9042-c1db-4209-ad5b-b9754e157f8f","name":"Successful","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer hSk84fnb2GeOVZ4JbUcu_ca608e4d33b2408e90b3a97157b581d7"},{"key":"Signature","value":"3a2b58350e8068507e6b5bff106850a5"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"request_ref\": \"111111111\",\n    \"request_type\": \"create merchant\",\n    \"auth\": {\n        \"auth_provider\": \"PaywithAccount\",\n        \"secure\": null,\n        \"type\": null,\n        \"route_mode\": null\n    },\n    \"transaction\": {\n        \"mock_mode\": \"Inspect\",\n        \"transaction_ref\": \"998383938292\",\n        \"transaction_desc\": \"Applying for a new merchant account\",\n        \"transaction_ref_parent\": \"\",\n        \"amount\": 0,\n        \"customer\": {\n            \"customer_ref\": \"2348022221412\",\n            \"mobile_no\": \"2348022221412\",\n            \"firstname\": \"Opeyemi\",\n            \"surname\": \"Adeoye\",\n            \"middlename\": \"A\",\n            \"email\": \"ope+test@onepipe.io\"\n        },\n        \"meta\": {   \n            /*all required*/          \n            \"beta\": \"enabled\",\n            \"biller_sector\": \"Aggregator\",\n            \"simple_payment\": \"enabled\",\n            \"webhook_url\": \"https://qa-ecommerce/onepipe/feedback?id={merchant_code}\",\n            \"whatsapp_contact_name\": \"Opeyemi\",\n            \"whatsapp_contact_no\": \"Adeoye\",\n            \"business_short_name\": \"TAJSONS\"            \n        },\n        \"details\": {\n            /*all required*/ \n            \"business_name\": \"Taju and sons\",\n            \"rc_number\": \"09994004\",\n            \"settlement_account_no\": \"005995849\",\n            \"settlement_bank_code\": \"050\",\n            \"tax_id\": \"0499499\",\n            \"address_line_1\": \"Ikeja\",\n            \"notification_phone\": \"09066870818,09033994985\", //csv\n            \"notification_email\": \"email@email.com,email2@email.com\" //csv\n        },\n        \"options\": null\n    }\n}","options":{"raw":{"language":"json"}}},"url":"https://api.onepipe.io/pwa/create-p-merchant"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"content-length","value":"820"},{"key":"content-type","value":"application/json; charset=utf-8"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": \"Successful\",\n    \"message\": \"Transaction processed successfully\",\n    \"data\": {\n        \"provider_response_code\": \"00\",\n        \"provider\": \"PaywithAccount\",\n        \"errors\": null,\n        \"error\": null,\n        \"provider_response\": {\n            \"reference\": 33139541642,\n            \"account_number\": \"2233305555\",\n            \"contract_code\": null,\n            \"account_reference\": \"48214462006092\",\n            \"account_name\": \"Taju and sons\",\n            \"currency_code\": \"NGN\",\n            \"customer_email\": \"ope+test@onepipe.io\",\n            \"bank_name\": null,\n            \"bank_code\": null,\n            \"account_type\": null,\n            \"status\": \"ACTIVE\",\n            \"created_on\": \"2020-04-05 23:08:01\",\n            \"meta\": {\n                \"biller_code\": \"000003\"\n            }\n        },\n        \"client_info\": {\n            \"name\": null,\n            \"id\": null,\n            \"bank_cbn_code\": null,\n            \"bank_name\": null,\n            \"console_url\": null,\n            \"js_background_image\": null,\n            \"css_url\": null,\n            \"logo_url\": null,\n            \"footer_text\": null,\n            \"show_options_icon\": false,\n            \"paginate\": false,\n            \"paginate_count\": 0,\n            \"options\": null,\n            \"merchant\": null,\n            \"colors\": null,\n            \"meta\": null\n        }\n    }\n}"}],"_postman_id":"cd50565a-be9d-49ce-a4c4-2bea52ead8dc"},{"name":"12.1 Send SMS","id":"a8de6af0-632e-47d8-8214-568f7c318431","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Authorization","value":"Bearer hSk84fnb2GeOVZ4JbUcu_ca608e4d33b2408e90b3a97157b581d7"},{"key":"Signature","value":"3a2b58350e8068507e6b5bff106850a5"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"request_ref\": \"111111111\",\n    \"request_type\": \"send sms\",\n    \"auth\": {\n       \"type\": null,\n        \"secure\": null,\n        \"auth_provider\": \"PaywithAccount\"\n    },\n    \"transaction\": {\n        \"mock_mode\": \"Inspect\",\n        \"transaction_ref\": \"998383938292\",\n        \"transaction_desc\": \"Send SMS\",\n        \"transaction_ref_parent\": null,\n        \"amount\": 0,\n        \"customer\": {\n            \"customer_ref\": \"2348022222222\",\n            \"firstname\": \"Koko\",\n            \"surname\": \"Below\",\n            \"email\": \"kokobelow@gmail.com\",\n            \"mobile_no\": \"2348022222222\"\n        },\n        \"meta\": {\n            \"biller_code\": \"000019\"\n        },\n        \"details\": {\n            \"message_body\": \"Dear OYAWOYE  ABIOLA OLUKAYODE,\\nThis is a reminder that you are about to make a payment of 119000 to OnePipe Employees Loan from your account based on a previous mandate.\",\n            \"message_title\": \"Subscription Debit Reminder\",\n            \"sender_id\": \"PWT\"\n        }\n    }\n}","options":{"raw":{"language":"json"}}},"url":"https://api.onepipe.io/v2/transact","urlObject":{"path":["v2","transact"],"host":["https://api.onepipe.io"],"query":[],"variable":[]}},"response":[{"id":"aa24339b-e040-40aa-8409-6447330626f5","name":"Send SMS","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer hSk84fnb2GeOVZ4JbUcu_ca608e4d33b2408e90b3a97157b581d7"},{"key":"Signature","value":"3a2b58350e8068507e6b5bff106850a5"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"request_ref\": \"111111111\",\n    \"request_type\": \"send sms\",\n    \"auth\": {\n       \"type\": null,\n        \"secure\": null,\n        \"auth_provider\": \"PaywithAccount\"\n    },\n    \"transaction\": {\n        \"mock_mode\": \"Inspect\",\n        \"transaction_ref\": \"998383938292\",\n        \"transaction_desc\": \"Send SMS\",\n        \"transaction_ref_parent\": null,\n        \"amount\": 0,\n        \"customer\": {\n            \"customer_ref\": \"2348022222222\",\n            \"firstname\": \"Koko\",\n            \"surname\": \"Below\",\n            \"email\": \"kokobelow@gmail.com\",\n            \"mobile_no\": \"2348022222222\"\n        },\n        \"meta\": {\n            \"biller_code\": \"000019\"\n        },\n        \"details\": {\n            \"message_body\": \"Dear OYAWOYE  ABIOLA OLUKAYODE,\\nThis is a reminder that you are about to make a payment of 119000 to OnePipe Employees Loan from your account based on a previous mandate.\",\n            \"message_title\": \"Subscription Debit Reminder\",\n            \"sender_id\": \"PWT\"\n        }\n    }\n}","options":{"raw":{"language":"json"}}},"url":"https://api.onepipe.io/pwa/sms"},"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":""}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": \"Successful\",\n    \"message\": \"Message delivered successfully!\",\n    \"data\": {\n        \"provider_response_code\": \"00\",\n        \"provider\": \"PaywithAccount\",\n        \"errors\": null,\n        \"error\": null,\n        \"provider_response\": {\n            \"reference\": \"DD-SUB-pTksB9I4EccwYEC_rmdschedule4-SMS\",\n            \"delivery_status\": \"delivered\",\n            \"cost\": null,\n            \"meta\": {}\n        },\n        \"client_info\": null\n    }\n}"}],"_postman_id":"a8de6af0-632e-47d8-8214-568f7c318431"},{"name":"Lookup NIN","id":"b47e2c41-1fb9-42f2-aa0c-561d5f7309cb","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Authorization","value":"Bearer hSk84fnb2GeOVZ4JbUcu_ca608e4d33b2408e90b3a97157b581d7"},{"key":"Signature","value":"3a2b58350e8068507e6b5bff106850a5"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"request_ref\":\"111111111\", \n  \"request_type\":\"lookup nin mid\",\n  \"auth\": {\n    \"type\": \"nin\", \n    \"secure\": \"z5wGtqxYQLBE9P414VxW/M06JT38iBf+2seyxg08CsZRB2eq/BVWsoRbK8mjuK87dNvZYML8cHviklA6K8T4xw==\",\n    \"auth_provider\": \"PaywithAccount\",\n    \"route_mode\": null\n  },\n  \"transaction\": {\n    \"mock_mode\": \"Live\", \n    \"transaction_ref\": \"998383938292\", \n    \"transaction_desc\": \"A random transaction\", \n    \"transaction_ref_parent\": null, \n    \"amount\": 0,\n    \"customer\": {\n            \"customer_ref\": \"08101091516\",\n            \"firstname\": \"Koko\",\n            \"surname\": \"Below\",\n            \"email\": \"kokobelow@gmail.com\",\n            \"mobile_no\": \"2348022222222\"\n        },\n    \"meta\":{\n    },\n    \"details\": null\n  }\n}","options":{"raw":{"language":"json"}}},"url":"https://api.onepipe.io/v2/transact","urlObject":{"path":["v2","transact"],"host":["https://api.onepipe.io"],"query":[],"variable":[]}},"response":[{"id":"70d6bef4-0101-4ec0-8a3f-1c5eee9fb1c3","name":"Successful","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer hSk84fnb2GeOVZ4JbUcu_ca608e4d33b2408e90b3a97157b581d7"},{"key":"Signature","value":"3a2b58350e8068507e6b5bff106850a5"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"request_ref\": \"111111111\",\n    \"request_type\": \"lookup merchant\",\n    \"auth\": {\n        \"auth_provider\": \"PaywithAccount\",\n        \"secure\": null,\n        \"type\": null,\n        \"route_mode\": null\n    },\n    \"transaction\": {\n        \"mock_mode\": \"Inspect\",\n        \"transaction_ref\": \"998383938292\",\n        \"transaction_desc\": \"Update merchant information\",\n        \"transaction_ref_parent\": \"\",\n        \"amount\": 0,\n        \"customer\":{\n            \"customer_ref\": \"2348022222222\", //supports pnone_no, biller_code, email\n            \"firstname\": null,\n            \"surname\": null,\n            \"email\": null,\n            \"mobile_no\": null\n        },\n        \"meta\": {},\n        \"details\": {},\n        \"options\": null\n    }\n}","options":{"raw":{"language":"json"}}},"url":"https://api.onepipe.io/pwa/lookup_nin"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Alt-Svc","value":"h3=\":443\"; ma=2592000"},{"key":"Content-Length","value":"1660"},{"key":"Content-Type","value":"application/json"},{"key":"Date","value":"Sun, 30 Mar 2025 17:55:16 GMT"},{"key":"Vary","value":"Accept-Encoding"},{"key":"X-Beeceptor-Rule-Id","value":"fsdw7wz1b1t"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": \"Successful\",\n    \"message\": \"Transaction processed successfully\",\n    \"data\": {\n        \"provider_response_code\": \"00\",\n        \"provider\": \"PaywithAccount\",\n        \"errors\": null,\n        \"error\": null,\n        \"provider_response\": {\n            \"nin\": \"12345678901\",\n            \"photo\": \"/9j/4AAQSkZJRgABAgAAAQABAAD/2wBDAAgGBgcGBQgHBwcJCQgKDBQNDAsLDBkSEw8UHRofHh0a\\nHBwgJC4nICIsIxwcKDcpLDAxNDQ0Hyc5PTgyPC4zNDL/2wBDAQkJCQwLDBgNDRgyIRwhMjIyMjIy\\nMjIyMjIyMjIyMjIyMjIyMjIyMjIyMjIyMjIyMjIyMjIyMjIyMjIyMjIyMjL/wAARCAHSAV4DASIA\\nAhEBAxEB/8QAHwAAAQUBAQEBAQEAAAAAAAAAAAECAwQFBgcICQoL/8QAtRAAAgEDAwIEAwUFBAQA\\nAAF9AQIDAAQRBRIhMUEGE1FhByJxFDKBkaEII0KxwRVS0fAkM2JyggkKFhcYGRolJicoKSo0NTY3\\nODk6Q0RFRkdISUpTVFVWV1hZWmNkZWZnaGlqc3R1dnd4eXqDhIWGh4iJipKTlJWWl5iZmqKjpKWm\\np6ipqrKztLW2t7i5usLDxMXGx8jJytLT1NXW19jZ2uHi4+Tl5ufo6erx8vP09fb3+Pn6/8QAHwEA\\nAwEBAQEBAQEBAQAAAAAAAAECAwQFBgcICQoL/8QAtREAAgECBAQDBAcFBAQAAQJ3AAECAxEEBSEx\\nBhJBUQdhcRMiMoEIFEKRobHBCSMzUvAVYnLRChYkNOEl8RcYGRomJygpKjU2Nzg5OkNERUZHSElK\\nU1RVVldYWVpjZGVmZ2hpanN0dXZ3eHl6goOEhYaHiImKkpOUlZaXmJmaoqOkpaanqKmqsrO0tba3\\nuLm6wsPExcbHyMnK0tPU1dbX2Nna4uPk5ebn6Onq8vP09fb3+Pn6/9oADAMBAAIRAxEAPwDvj0pK\\nWjjFWIT60tGKMYoAMUCiigApaSlxQAUUUZoAKTpS5ooC4lHalxR60BcTrS4pBxS59KRSFFLSYpaB\\nBig0UYpiEpKU0lAwpBwaKKBi0oFNp1ABiigUp9M0CuJQKBSnr0poQGkpaSkwCkxzSilNACUUUUAF\\nL2pKXtzQAdhRilooAbS0tHFACU00/FNpoBvtRS96KQAKKOlFFgDFJiloPNFgEFLRRRYAooooAM+1\\nFLRQAlFLikxigApaTFFADqKO1FABQKXFFMBppKU0lJgBpKD7UooABRR70ooHcXtSEcdaWjNAhOne\\nnUAZoxQAYpMc0vek70AFFFFDAKKKWmAmKWiigAFLQKDQAYowKPrS0WAbSYp2KTtQAzvS0c5pcUWA\\nSijpRQAlFKaMUAFGKOe1HNABSYpaO9JoANFA60d6YBSHmlopAJiilzSigApaTr0paYBSUvtRggUA\\nNNFGDR1pAJxmikpwoABTqb0p2KAAUUdKPwoAKKPwopgFFFIKAFxSHrS0daAEpaMYooAKdTadigAx\\nR2oooAKKKOlCAKQ0YzR0pgMpaBRSuAGk7UvagUWAQUpFFFABRiijtTAQ0UdqM5pAFBpaSgAooopA\\nFLSUUAO6ClHNIKO1MBaKWkPWgBtHaiigBDRS0UgEp1J3paYBSjNJ2ooAU/Wk+tHaikAUYxRRTQBn\\nmiijpSAKKKKYBS5NApSOaADmijFFMYtFIKDSELSUdKSgBtGKKOxpgGDRRRSsAUdaO9LkUAGPak7U\\ntBpgJ2pKXtSd6QC5ooopAFBooNO4CUtHSikMM0uaSl7UCFpM0ZyMU3IPTmgBaKZ5ih8bhnHSoft0\\nAJBlUY680BcsHrRUSXELuVEikj0NSB1OcHOKAHUZpAw6Gl70wFoo9KOKGAUdqKKQB2oo6c0UwCgd\\nKKWgAxSUue1GKAFooFFMYUuKSloAKQ0vakoAQ0UtJQAyiig0CCigdRRkUAKPWjOaSl4oAO1FH40f\\njQAUY5ozSZpMBaKSilYBTxSZozmkNFgAnNO7U2o5J44ULyOFA6knpQBNVS81O1sIXknlVFXrk1xW\\nv/Ee2tC8Onr58oyN+eBXmep65e6pM0lxOz56DPA/CnYTZ6fqvxLsrb5LOMzP0BzgVxt98QtZnfMc\\nqwr6KP8AGuPLk98U0tk80bAbk/ibVp38xr2Tdj+E4/lVI6peOSTcyc9fmNZ+cDNIDxxRcLGmms6h\\nGdyXcob/AHzVuDxZrMKgR382AeAWyKwcke9KG5NFx2O3tviRrEeBM6S+uVxmuq034n2c2xbuFoW6\\nZXkV49nnrTwxHHei6FqfStlqNtqEKT20ySIRkEHpVs8ivnDTtbv9LlD2t08fqAeD+FeqeGPiHbai\\nkdrqGIJ8Y8zcNrGgdzu6KZE6PGDGwYHuDT8YpbgB6UCilFMAHWlxSd6XrxRYA7UnQ0uKTvTGLRSg\\nUUAGKM0UtACUlL3pDQAUgpaSgBlGaKQmhCFJpM5oooAKXikoyKAHUlJS1IBxRSUVVgFxQaTiilqA\\nY96O+KTOPpWVreuWuiWTzzt8wHyr3Y0AS6vq9tpFm89xIqgDgdya8d8QeL73VZpESVo7djkKP61R\\n17xBda3eNLM5CfwoDwtYpJBzmkAPIT3JNMAOM0o5NOwTwKGwSIjgnmgrnpUuzjBApdpA4pNjsR4w\\nOtN2+1TFTntQVzzQMiYYFNx8tTqpxyKbs54pXAj/AAoBw3SpjHxxTGUgdOaYWGc1IrkNxkHNCj92\\nQetIqlh16UXFY7nwp46uNIC2t1+9ti3U9V/+tXrGmava6pCZLaZXXOODzXzeuQc+9bmheILvRL1Z\\n4HO3+JOxFVe4rWPoOjNY+geILbXrTzYCcqAGU8YNbApgL0NLTe9OoGKKO9FHegA6UCg0oNCEFHai\\nigYlFLikPSgBDSHrS0UARUGlpOelMQlGaMc0GkAUCk70p4oGHSjNJRmiwhTS5ptFAC0UlISAMk8U\\nDKeqanb6VYyXVw6hVHGe5rw/xDr9xrmoPNIxEY4RewFbfj7xGdS1FrKGQG3hOOO5rjR8zDvSYlqI\\nqksRt4p4jGOakyAKYTUFWE2KDwKQ4BoJ44NITxRcYnTnNByRSE80ZwKQBilxxSUtAWFzx1oH0oB4\\nozQOw7FLgd8UzOaUHnk0AP2IR0oEA5waUNzUgPSmFiAwsExjNNCEDhfqKuKfenhVcHgA0xNFvw7r\\n1xod+ssZPlk/OnqK9y0zUYNUsY7qBwyOPxBr51dCr4612XgXxHJpmpLazSZtpTjBP3TVrUh6Hswp\\naYjBlDA5Bp+c9qBhnml70lANMVxTQKKB1pDFooooAKQ0uaQmmIO1JRR0pARUhNKaTvTEHNJRRSC4\\nUZopKYxc0mKMc0UgCjNJRmgBc1znjPWv7I0OXaSJphsjx1ya6IHivJfiXqZn1aKzXhIVyfqf/rUg\\nOGdi7sWJJJzmnJxyKjz71IgOKTZSQ4nJ9aQnmlJAGKjJweKgYE9eKTnFKec0Dr7UDEABXqKBwcU5\\nh9KTBHNMLBwe1GOKUdOtJk57YpWGgx1owTQc5oBA5pBcXpR7Cl680g5PXFMB4+tPB96iB608HuTQ\\nBKpqVW5wagU9KmHNCYWI5ANxIFRAlXDAkHgj61OwqM7hgNjPYiqRDR7X4F1dtU0GMSvumiOxq6kV\\n5D8NdR+ya5JaM3ySpkA9MjmvXh7VZC7C0YzSZo6UxgetLTc5pwNAXFpCcUUGgLhSHmjNJQIXpRmi\\nkpDIqTrmjOeKAcDtTEBNHFJnmjNAC0n4UdqTNAxaO1Jk0E8UgEJNKKSjNAAxwpNeB+Jbk3XiG9lL\\n7l8wgH6V7vdOI7WR8fdUmvnu6czXcrjOGdjj8aTArhA3Ip2McVIBtAphqGWhrGo8040HApDEyKUU\\n3PtSgg9aZQueOKORxQAB34pe9ArCdvSjBx1pwBNOCY70hkeMHqacAc8jNO/GggY4NAxrFSeFxTR6\\nU8jjmk6daLiaAcAZpQab1NLx2oAkHGMVMvPNVxgEGplNAepKy8EjJqPjjIqwgyAKHhHJpoTLfh6Z\\nrXX7KXOAJRXvinKgg8V8725KXcMg7OMfnX0FaHdaRZzkqM1otjJk+aM0lJ3pgOzxSZpKM0CHjpSd\\n6AaTPNAAeaO3WjNJQApo60h5ooC5D05oyKbQc0C6js0mabmjNFxj803OO1JmkyQKQx2aCaZnmjNA\\nD80Z4pm6jdxQMh1Bv+JfcZPWNv5V8/oCXJ69a+grkB7WRDzuUivBmi8mSdSPuyFf1pMS3K7kA81A\\nTkk1LJyc1BI4QVmyxD9aTioTOM805ZVPpQMlFOCjNNDLnrUqlWPBpFChfajZ61OoAGKMAnP4UFW0\\nIAKUJUpAoK5HGaBDAnHTrS+WNv3RmpgNq80uOnvQxlcp2o2Y4NWNq9CaQhcZz0osBV24zik/AU9t\\no71GXXpkUCFBp6nFQ+YMdacrjPWhCuXoWycVcChhgiqMJ5yBmr0WepOapCK0qFHGMY3CvfNPcvp8\\nDHrsH8q8PuYt5TA+8wFe4Wa7LGFMdEH8qtGb3LOaTNITjtSE1QhwOaWowfSlzQKw+im55ozzQFh1\\nID68UmaOtAC5FLTaKAK+aTNNzSZoAeGppPNNzRmkMdmimE0ZoAd3ozTS2aQnigB2aM1GTilDUDHn\\nkY9a8V1mIQ6xfp6TNXtG6vIvE8Yi8RagnOC4bH1FJgjnWUnkVQmYlyMZrQl6cVS8vknmsykrlcRF\\n88VG8Tr24q+ABSsoK420rlcpmq7A96BMyNnNWZLcZ4qtJHt4Ipk2Zchu/XNW0lDCsdDtPHSrMUpx\\nSaKjLozQ380okHrVPzRSlwRkGlcsu+Z2NOaQeuKoCbimmbI70xXLMl2E71UkvWboRVaRi7dTTRGM\\ncmmiJSZJ9ofOcmjzmP1NIkIarcNoCcmgVmyuC3Uk1NGwNW/IULjFItsvXFFyuQdaOS+OtbEHLDNZ\\nUcXlNkDFa1sMqCaaFaxfjj8y7tECg5lAxXskXESjjgCvKdFhE2vWCEZUMSfwr1bPFUiGOJpCaTOR\\nSZFO4h2aAaZnnpxS5zTuBIDxRmmZ4pR70XAdRnnmm9KWmLUXvS/jTcmjNAFUmkzTSaTNADiaM03P\\nFJQIXOOKTNITzRkUiri5pCeKTvQTmmAE1FcXMVpbvPO4SNBlmPank1xvxEvjb6TDArYMsmT7gUrj\\nLsPj/RXuRE8kkak4DsvB9647xPf2moa7NcWkgkjMaDcOhIzXJiRWardtwjGobGkLJ7VVeQLTpJih\\n5PWqFxIWb2qWVexbS4iU5YinNeRHIC/pWYjIretD3Ug6KNvriiw+Yum5j/ut+VI1xCwAIwfcVUE7\\n7lHnrgkZIU8VIGlkmMY2TgdCoxT5SeYilUKQVORTRIRT/L3sQPlb+6ajaNl+8KQidGzUmD0FRQLk\\nir4VOhpFrUqlSBTGJHU1eZUK4FUZs7sUWGQl+cU+JRu3MaYEZieKkWPLbVRnb+6KaRLLCyRJgZFW\\normDPzOAKoKly6s0duoVPvHjj86CLuGLzZIEeJjtBBB5H0p2b2FzWNbzYWGVYGnJtYcEVkuGRVeW\\n2kiVuhAPNCMR80Epb/ZPBpWZamdCqbsYxVuPgAVjafeFm2v29a1Y3LtkdKYnZnVeEl367CxAOyNj\\n+PFehyXMMRAkmRM9NzAV4neT3MCo1tM8TdCUODWaZpnkBmuJpGzn53JpkNH0DkHBHfpzwaaT6Vz/\\nAIQvZLvQIy5y0bFMnuBit3dQKxIDkUuajBp1AiTNKDTB70opgPzSc0lGaoBwPFFJS0AUhRSd6dTJ\\nGjpQaKTPagAJFGaSigANIaCKMUDErgPilGTp1lIO0jD9K74nFct4/szdeGJHAyYXVvwzg/zqWhnk\\nlvEVj3HrV2Ako57Dis6eQxjAOPSrtgC1jlu7HvUspDJV3HkVD9nDdasyfpUbcE4qWVa5UEXkzhlU\\nMO6nvWi6WF9b7FZYZPRjjmqAuGjblc++KebgODlRn6UBfoU5rKaKXYWRh6hxWxpC2mnfvp5FeQjh\\nV5xWZlycqn6VMglUbidtD2CO5d1K6sLmHdDG4uN2dwGMCsp5WdRyefUVJJIzE88GoiKBsch2kVYU\\nk81DGuetWAuBipZUUIzEGocgtVhlqu6EN1GKEwkh7FSy7ztB6YFb+mvpsGAjrvK87qwEbBGRUjKz\\nDcqg+2Kq9xLQj1S0lhuZJAmY3bIK81Wtree6kVIlJz6dqsiZkO0l09gTVhb90j2pNIB6Dj9aLtIl\\npNnQslta6dGtyyHYOecn8q597WG9uC1vGY1x96mBw8mSGc+5rUt12oWK4HpTRT20KsNgYn+Y5X1B\\nrUt1C/Kp4FVWf0qzAT1pXE46D7z7i5wKw7p2j/eoMgda0tZnMNrG4GfmxiqNvMlyrIyAAjGKZJ65\\n4FdX8MW7DqxJNdLxXM+AwF8KWw/2n/nXSimIfT1qMGnjpQJjqcOlJ2oHFMQ7tRmkHWimA6koBpDT\\nuBUFLjIox6UCmSNNJTjTaACigdaD1oAKTNBpPwoAKo6xD9o0e8hIzvhYY/Cr1MlTzImQ9GBFIZ88\\n3a4YVfskAtFwaZrFo0OoXFuww6ORj2pbDK2zK3BBqGWhZOTxUZHrT2Oc0zripZogEYYfdzU6QADJ\\nQU1SAeRTnuNowBRaxWgpUAE8CqczAnavJpzzPJkDihY8DJ61NxIqmM0gQk1OwO6mDjrQLqKODipF\\nzTFGTmp1XNSzSKExTXUEHipCKbkdKIscloV9h61NE5XimkfNinBD0zVmZbVI5hhgDTjZWuDgMp+t\\nVUdoyMjirsUyOOTincehEsCRkYHNS7zj0pzop6NmoipzUtFqw8HNXYFwAaqxxlm4FX0BUAYppESZ\\nT1tDJYqB1D5rFsSfOA962dYmWO1UN1Y8Vj6cpM6tjjdVGR7b4RhaDwvZK3VgzfmxI/StwGqelReT\\npNpH/diUfpVvtTEPzUimohipFoAkpaaKWmSLS5pAcUuc0wCkNL2pDQBWpaSlqiRtIaU0nWgA70Yo\\n9qO1ACUnalooAaeaPX6U4ikPPtQB5b8Q9DaC+GoxD91NwSOzVytqP3bKe1e46rp0WqadNaSAYdfl\\nJ7N2NeMXFjPp2pyWlwpSQEjB7+4qJIpMouaYrc06XIPJqJT3qDVFnIxUeAT1pN2RxUqrkDFFyhET\\nPanlKlRBjrTZHAyKLCKU52nFRKc1KUMj5Jp6xY44qWOKuJGtTgY7UscRboKmEJbtWbN4ohwDUEoI\\nOQKvm3b0qGSA4JxTQNXK0ZD/ACnrUqoO9HkHsOamjGeD1rRamMlYh2+1AQVZ2EdRxTCg7CqsSJGc\\ncc1Mq7qYAKnj46daVh3LEKgDFTjGQMnNVkk9qmR8uO9MhlHU1WSVEYZ2jNN0S1fUNWggRMKXGcel\\nSSfvr4qBkkhcV6T4T8MrpcP2qcA3Mgztx9wUA9jpUXZGqf3QAKUUrUgpkjwKkU1Gpp4oESDrS0me\\naWmIOtLnjFJ2ozx0pgFJmlzxTTTsBDR2oo9aZI2kpaQdKAFpCc0UUAGKD2opaAEz7UdaO9LQAY9f\\nyrE8T6ZbXulTzSQo08SFkfHIxW5UN2nm2c0eMhkI/Sk9ho8Dusb+Og4qsKvX6bJ3X0JFUG4NZM0T\\nHq/OKmjJ4qtnmpkOByaRRa8zC81DJyCakGCuTimEZOO1N7DRVafZzTftysduRn2ptzC2SRyPSoYb\\neJhh1O71qbDu0adtdbMEGrH2zDZzWX5ewfLnApAzZ71LT6FxmuprPesV61WN+qk7sVAilj8xOPao\\n57OMIWUMxPfNNIHPsXotQUt0GKkEgaXcBxWPbwsuOorSj+UDiqWhF7l/cpGaiJ+Y8UqMGXApjHtm\\nruKw4YBpwfjrzUAfBoLAikIm805xwc1ctFw496zkGTxmtbS4zJcxRjuwAoJZ2Og+CoLe5S/uZjNK\\ncOiAcCu1GMcflUUShUVR2UCpcUxDe9HWlIxSYoAcOKeKYBUi0EjqXtSYpwpoABzxR1FJjmg9aYB2\\nooopiuQZzRSUhpiA03NBpKAFooPNJmgB2aKbmigB1L1popRQA6kbpj1opOc0DPFPFFt9l1y8iAwo\\nkJH41z7V2/xCt/L1oyY4kQNn881xL9OKzkXFjB1qRW5xUQzT1zUFJloNlfajdnpUS8DrzQX96Ch5\\n9PWoiMNSM+ajG4n1pDuW414Gak8tT2FVllYcYNK1xgD5aCk0TsNtRk5yKZ5jt/CcUgYqelMTZIoH\\nFTrVZXxz2qVHGaBJkwJBpDnOaRTk04j1oE2NLYzTd4IxjFIQeeaQZzzTFcniJ6A10vhWHz9Zt1xn\\nDbj+FczF1BAruvAtvu1RpT0SM/rxTJZ6EB0p+PelC807aKZIwikxT8dqTFAhFBp4pBTxVJAApQKK\\nWmAlFKaSgQlFBo6UwK3akJpTTe1AhD0pKD0pKAFo4pKKAF6UZpKO9Ah4oxSZpc5oGFL702loA4f4\\niWhktbe5UfdJUn615dJ1xXu3iKw/tDQ7iED5tu5fqK8OuU2OwPBBwaiZcStinAEUY4pGJGKgok3Y\\nphyelNLdTULTn0pDuTZAB3HP0p6OccYxVMOxzxTw7ADrTsK5bLMvPWl3gjJHNVRIT1p+8Z60DTZO\\nJHJ+U7aXewzkA/UVXEoFHnE8YNArssBo24GVPoaftI5qgzsTnBo+0soxzQFzTQ8dasKeMGs2CYkf\\nMKuo4xQO4NjNM47VIQPSmEYPpQBNBzgZr1DwHa7LWecj7xCg15larmQV7R4dtPseiwJjBI3H8aqJ\\nLNYEZp3SmjNOxVWJENNxTjTadhXFFOpMUooC46lptKeKACkoopgIelBpTSUAVSaTqKMc0c4piGk0\\nlBpKQBS5wKSigAzSim0oNADqKTr3o6UAL3pQaaOtOoAUDPbP1rxzxrpLadrUhC4imO9D2969jHXr\\nWH4s0Ndb0lgi/v4svGfX1FJjR4mBmo3qxNG0MrRsCGU4IPrVeQAduazaLuR5OeKCqSfWk6Gmng5F\\nICZIwB61YSBZCOKpiXGOamjuCpyDQNErWQB4qP7KDxjmpBcZOSeaPO5680FXQiWfPSpvsYUZwMVE\\nLhgetPa7ZsAmkPSwrwLgdKgNvGGyaUz571HkseaehG444zwCBViNqgBqSMkUXCxazlc00cmlXpg0\\n6OPc4ABJz0poZv8AhbTW1DVok2/Kp3P9BXsSKEQKo4A4rmvB+if2bpvnSrieXBPsK6YHk+lWkZt3\\nHDpS8Ug5NFMQYGaQ0bueKTrQIdSim0UwH0pptKeaBhRQaM8UCEzRSGigCqaQ89qcelNNNiGnikpa\\nTvSGFIeaUmkoAOaKKKAFFLmm4zR0oAXvS0lGaAHg08Hj1FRA5OMVS1bVodIsJLmUgED5Qe5oA82+\\nIdnb22uh4VCtKm5gPWuNfJFaOsanLql69xK+XJPJ7VmkgrWbNEQnrSE+1OI5pdvFSBGVyOlJ5bHp\\nUmADU8e3igpK5XEUmKd5MmeWq78pHFJwR1FA+Uq+Q+M7v0phjfqSavDHrTWC7qQcpVVCOtP7U4rk\\n8UbD60CEqWPk1Ht9anjHPSnYCZQTx1ru/Bfhhp5vt15GRFGfkUjqa47T3SK7ieRdwVgxHtmvbdLu\\noL2xWa3ACZIwPXNXEiRcAwB2pQKM0ZqiRwozzTQaXjNAARTRSk00UAPFKKQUvSmIdQTzQOaCKAAG\\nijtRQAlFHWigCtTTS55pCabEhKQijNJmkAhoHSg0lAxaSij60AFLSUhYAEk0AKeOfzqle6xY2Ckz\\nzKG/ug5Nc94k8U/Zd1pZOPM6PJ6ewriPOeeQu7EknJyeaQ0dpd+M5HYpZQBR/fk5/SuR8RatdXsb\\nGeYvtHA7D8KEIEZ+asTWHIjOBwaQzPhbMAPU5oJINNgP7oYpx6VDKDORSZFJ26U0nBpAPPHNAfHT\\nimbu1ITQVckExHGacJj61XzRnA4osFyz5x7mjzcnPFV8+9LnmiwXLIkz3p+eMg1WBp4btQFybduP\\nNPDhTwagz2pw69aYrlyN9sUjZHCk13/gPxDDBZywXEhCFtwPXFecTMVtZD6rirvhy5ZSwHemmSz3\\niC7hul3QSK4x2NTZ4zXlUN9LAd8Mhj+nrXSaP4uMhEN6BuzgSD+tVcVjsd2KXNQpKsiB0IYHoQaf\\nn05p3FYcWpAeabnmjPNAEw+tLnFRg5NOHWgRJS9qaDxRmmA7tSUdqTOKAEpc8Uh60dqAKueetJwc\\n80ueaaTVEoM4pM0ZxSE0hik0zNBPtRmkMKM+tU73U7axj3TSgHsvc1yWpeJru5LRWw8mL+93NFxn\\nU3+tWdgCJZMydkXk1yOr+Jrm4UpE3lRn+Fev4msOe4EYJJLHuTyTVRpC/wAzUkFhshaRyxyT1NAc\\njGMD609wSoAqAFg+CM+lOwEzSMeBxmsbWGOADmtU/eB6YrJ1kdODmkxooQtlMVLVeA9qsVmyhD0p\\nhp/UCmtxSAYaTBpTx703d6frQAu1gM0mG709XBHNOI9KYEeG7ClCscc0+gt6UgHKuMZNSHAxiogf\\nenA54oAkHWniowcClBoGkF23+jMPWrfh7PmHis27fI21q6Au05z3qoks6BpNoAwfpUDOQN65BBp8\\nhCglj9KqGUkkVbEdh4U191uVtJnzC/C5/hNd4GPrXisMrRTKVOCDkEV3WkeLdwWK89Bh/WgDsSea\\nBVeOeOZBJG6sp7g1MDU3AlBxTwahBp+aLhYlBpR6VGDS5qkSPLUhNITRmmAZozSE0lAFfikJx1pC\\ncZppNNki5xSHnOKZJIsalnYKB1zWDqPiNY8pbckdWPQUroaTNq5u4bWPfNIqj68/lXMan4pkYNHZ\\nqI1/56N1/KufvNRmnlZ3cs3qTWdJNnknmp1LsWp7vzJC0kjSSN3Y1Tml4IJOfaq5lJcnpio5HIBb\\nNFhDJ5ztCKTktVoLyqk5rFkmP2iM5/iGa2Fclx04qkwJWbH4VAMghu1Pb5jktjHaohkuVPf9KYCy\\nEllIJx9azNYBMak1pyZVl9Kz9UUtbEmpYzFiO18VZzxVMHDVZU5FZsaHk4opDRxSGNIz0ppH0p+e\\naQjIoAZnFPV+MGkI7U0rk0ASkjsaQHJzimDjginKDigdh4PpTsgcU33pSc0AOB9acWGCajJwKY78\\nGgRDM25wK6TSV8uAnb3rmo13zqPU11toix2+D1zVxETSyHPbFQkAtkUbizEYpGyBmqYDHOx8+lW4\\nn8uFDycnvVCVuoNSNL/oO7HKuKYjorDW7nTSrIx8snla6+w8T2dyFEh2Ma81LZhXkjFLDcMpyOlJ\\noD2WKVZVDIylT0INTZxjNeZ6XrlxZsPLfjup6Gu007X7a8VUdhHJ/dNSBtg06olYEZHSnZxTQmOJ\\noBpM0hNUIU0ZpuciloArZ4/xrL1HWbexUhmDSdlFc/q/ih5N0Vodq9C3euYedpZCXdmY85JocgUT\\nX1HXLi9kwG2p6A1lSXOCdxJaoHk29TVN5SHyTU2HexNLKScniog+/vSFww56VErDdjtTSFe4sjYc\\nDpUF1IVjwCKdcECRTniqd6w8sEGhgQQq092gHPOTW4zYIx2FZOlHEsz9xHnp7irUMpLsCetJMo0V\\nIKEkVCSd/XmlidSCpJz2pWUbhzVAD5CqN2c+1Vb9d9uRzmrDAEcZyPemscxnIoYHLkcmpYyKbcLt\\nnYe9EZwazY0TE0nQUuCRSGpGB5FJmjPakNADiaOKZmjPOaATHjFKW4wKjz7UooHccKcD3NNHSigQ\\npbNRSHg1IeBk1Xc5NNAWtOi826U9hXSO21AKyNJhOzfWnKuEznmrRIiOCSac5IUVGmNozUhzsz2q\\ngK8hLE+1JM+NNk9mU091+TrUEq/6BcrjkAH9aGBbtZQ9qTkk0BzwB2qlp0haAgdPWp1OHoEaML8d\\nhV6KdgRhjxWVE+DzU6SA9CRSY7nYaZr89sdrPuX+6xrq7HWLe7ThgrehrzCOTcoweR3NXIbp4sEO\\nakD1MNuGQeKCBXH6X4kaLak/zJ/e7iupt7yC7QPG4YGqQmT9qKSimI8XZtxJHamq+3Ixn3pmcnk4\\nprNk4GeKixQ24lGAcGqrHcDjippGypUiqjEhupqr2EWImyMM3FMn+U8A49aSPG/J6VJcEvHx2oTu\\nIryMHhDdxVC6bKACrMTZ3Iaq3PQihgTaXw05Of8AVEfyp6kq5IpNN/1c5x/DilHBJqUUXI32gN3N\\nWd4YgfrVCNtw5qzCxxz/ADqkBOcbMgn8qbgMOtND8nnj0NAG4qR0oAwtSj23OR0qqg5rT1WPADe/\\nNZi4B6VDGixHk0babGcHipdwJqRkRWmkVOVzTCtMCKil24NGKLgJ3pw54FKFqQLjmkOwzBxilVCa\\neF707IUcUCIJBgYqDaXkCjvU0hzUljH5lyD/AAimgNm1iEMasOOMVJK3QdakOBGFFVyTu6VoSS4y\\nlOBGMZ4pqk5AI4pWwUIHWmgIZTtYj8qRAWjmQg5MbD9KJGDD3p0DfPjvQIz9LfEbLng1cA5rNs2K\\nzOBnGa0x1pICUS5UetTK2FyM4qrtAHBwfSpFZh0zTsIvwyDjBB+oq5EVfisiNycckVcgc5weDU2G\\njQfMYG081cstQuLSVXRyAOvpVDIKAk805eRknr1FVcZ3mm+IYLvCSsEf+dbWcgEEYrytHMbblJro\\nNN8Qy28eyT51xxntQJnCOp2nHODzUZkO4gYxSrPwykdaidQvJ6nqKmwCM2G4qvNkEE5p6n5uOlEi\\nnbjrQwCNwVxipAQF6VDDDLIcIjFq2rLSC4BnYfQU0JnOPuW64FS6hZzJEJWXCmtXVraO2kXYgAFL\\nqJ8/Rkk77cUhmTZJ5VrI5YHdgAUg65p0AxYox/iJ/Q4po7jNSMngHPNSg7T04z3qKP5QMckVKSWX\\nO0D6VUQZMyqRkcUgYZGOmOlND5AHNGRwe31qgINRj3QN34rCUY4xXRzgGJgB2rnmGyRl9KiQ0SKv\\nPFP24FRK2KnVgwxUDBfSlI5oHBpaBjNmaUR08fep1ADRHSgcU4cmk60ANPtTCuM1McCoJHGeKBkD\\njArR0yPA3Y4NZ5+Zwvqa37OIIgA4AFVEhkzDnAPaoGB74xU7J1IqNlBb2q7iHrtwCP50udxJA6U2\\nMBV7c1K0ZCnBGaYFSRMk9jTIiUuAT0zViUZxgVDIuHXmgRDb2kb6tJE+Rz2rVn0WRRvhfcPTvWeG\\n2a0hz95FOa6qMlolpIDnHtZ4sF0P5VHjj7p4rqlIIwaBbxzP8yKaoTOZRcDkEfWpFk2sOTkV0kul\\nWzR8Lt+lZFzpkkZJi+YUALDNvXBNWVOVOaz4QRIFZSGHUGrzsPLxgA0rDQ4SbRyKlj6ZGap7gevW\\nniZl4BoAw3faTgc04/vk6ZPbFI8TM4VBkkdO9aWnWQhdZJDz/dPagVzLgspnlwwKj3roLTToI4s7\\nQzY6mlv4+jqPeksZ/m2k0uo7aFbb5NwygYB7VowSADHeql8mJQ3rToW4BFLZgrWK+vLm33Y6VRhf\\nzdAdT2zV7VyWtW9hWfYAf2NN9TVaXDoUUGy1hUgZ2k/maRgAvvToMTWaHI3J8pprA4PpUMY6J8fS\\nrakbcA5qkm4YHrVpSqD5qcQYqrwcsfpTwg2E7enpUbZHOeKcp2sAe/erEh5G6Ak8Vg3iFZye2K2z\\n8pI61nagp2KQOpxUMpGbmnoxzwaYBxmndAMVmMmDking5qBeT6VIp5oAmxmnAVGDT91BQ4HjtTC2\\n00hbHc1GXoFcGfNQnp3p55q1p1g99MQpwF5JoWugmyOzt/MmUnOR1rdQFE2jkjrVa2hWNyM5weT6\\n1ZHXIHWtLWJHMcKc1B25BPNTFCxqJ1xwDzTAcBgAYGPWpGPekCYRR3NP6np2pgRDOcY4qKVcEE+t\\nTOSyjAwaiflQD1oEyvdqEubOUHgjB/An/Guptjm3U56CuV1EkR2xwOpPFdNp58yzU+1JASxtuJAG\\nauwqFGTVSBNshyO9XFwKYiSR12dapluozT5n9KrlssB3NAF6CzS6hbcoz2OOayLm3e3mKuCMdD2r\\npLRfLtgSB9DTLmKK4XbKu4dj3FNgcqzd+OKfEpck4q/Lo5kyIjx71XMTW58vBBFAE1nYpFBuYAyN\\n1PpVeZTFJ7VfhlyMGkuIQ6E1IEEbi5hZe+Ky9xgn9MGnJKba6GThc1LqUYOJF6MM8UPYouSjzoFY\\nelV7c4JU1Dp92GAiY1NKvlzZ7U9xEGqKPs7jPaqNmMeH5T6k1d1dh9hZvQVUt1H/AAjYPrn+dIGZ\\nGnKz3AQcbjirk8LwuysMYNV9MXbeRn/arqbu0SeMBh260JXE2c3Gem4cVLkAg9ietTy2EkfI+ZR0\\nxURUhBkYxzzRaw7iygDuCT2pU+bDEHgdKbubaSQD70rMrEFe3amA8sQOV68D2qKVU+UsuQDkj1qX\\nOADxjPeo5FLMQo4PpSauMoazbJb3KtEMJIoYCs/0rZ1NWl0u3lPJjJQmsYZqGMcBTweMUwE4pwNS\\nMkFLniowxp2e1AwJHSmUvSjPFAhtdLo9ubfTpZc8upNc6InfACtz3xXZ2sLJp3l4y3l4H4irgupM\\nmZESk5OR9KkGQQD0zUTzLAdrD5ic4xU0ZZ4TKBwKrcLj8jJOaQKq8tUauGKjFWRavL/EMUxXIiwx\\nzSGTBABq4tgT95xt7US2iRoT3pqIXM8uS/Bq7DpsjwGaQ7R2Hc0lpbhpASO9b0qBbMgccU7WJvc4\\nW4kZpPJbkK3BNdZpOPsiiuWvEAveldHoznytvpUobNMLhs0qyDBpGYKD9KrRSZDCmA5260kILzDj\\nvUcjc4q3pyZfce1AM1SQEC+gqvkyNtp0h3EjvT4oxH8zcfWmBPGmxefxrn9ZvYXmCRAFl+81P1bW\\nAoMELfN0YisGKPfkk9TnOaAubS/6yrD/AHKKKQzB1PhqsPzpqZ9KKKljM6Di4XFbFx9xaKKEDM/V\\nP+QfJ9KiT/kXI/oaKKBGbY/8fEf1rsf+WP4UUU4CZSm+6azyAWwQDRRVC6kUgABwBUC9aKKTGx3r\\nSAnzTz2ooqWUPbnQp88/Ma57/CiiolsCDtSiiipRQ7vSn71FFMAPWmmiigEdHHxNaDt5I4roo/ux\\n/UUUVrHYiW5y+r/8hRx7j+VXU408fWiihCK8P+srXh6UUUICY/ex2qvd/coorREsSy6ite5/49/w\\noopSCJxl9/x/CtjRz+8aiioRTNWf7jfSqMPU0UUwFf7wrU0/7poooEy0nMhpt6SLZsE9KKKAOLPM\\nrk9c1NF/qhRRQJn/2Q==\",\n            \"first_name\": \"AKINKUNMI\",\n            \"gender\": \"m\",\n            \"next_of_kin_lga\": null,\n            \"next_of_kin_state\": null,\n            \"birth_lga\": \"****\",\n            \"next_of_kin_town\": null,\n            \"next_of_kin_surname\": null,\n            \"next_of_kin_firstname\": null,\n            \"next_of_kin_address\": null,\n            \"next_of_kin_middlename\": null,\n            \"next_of_kin_postal_code\": \"****\",\n            \"native_langauage\": null,\n            \"official_langauage\": null,\n            \"middle_name\": \"ABDULROQEEB\",\n            \"surname\": \"OLUNLOYE\",\n            \"religion\": null,\n            \"state\": null,\n            \"signature\": null,\n            \"birth_state\": null,\n            \"dob\": \"21-06-1998\",\n            \"phone_number\": \"08101091516\",\n            \"profession\": null,\n            \"spoken_language\": null,\n            \"birth_country\": null,\n            \"marital_status\": null,\n            \"lga_of_residence\": \"Olorunda\",\n            \"state_of_residence\": null,\n            \"town_of_residence\": null,\n            \"phone_number2\": null,\n            \"employment_status\": null,\n            \"residence_status\": null,\n            \"self_origin_lga\": null,\n            \"educational_level\": null,\n            \"place_of_origin\": null,\n            \"state_of_origin\": null,\n            \"residence_address\": \"BEHIND GRACE BIBLE MISSION OKE ONITII\",\n            \"reference\": \"38955106378459\",\n            \"meta\": {}\n        },\n        \"client_info\": {\n            \"name\": null,\n            \"id\": null,\n            \"bank_cbn_code\": null,\n            \"bank_name\": null,\n            \"console_url\": null,\n            \"js_background_image\": null,\n            \"css_url\": null,\n            \"logo_url\": null,\n            \"footer_text\": null,\n            \"show_options_icon\": false,\n            \"paginate\": false,\n            \"paginate_count\": 0,\n            \"options\": null,\n            \"merchant\": null,\n            \"colors\": null,\n            \"meta\": null\n        }\n    }\n}"}],"_postman_id":"b47e2c41-1fb9-42f2-aa0c-561d5f7309cb"},{"name":"Lookup Account Min - Normal Enquiry","id":"7ffbca9b-8c86-40c0-912e-e7f2deac1f06","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Authorization","value":"Bearer hSk84fnb2GeOVZ4JbUcu_ca608e4d33b2408e90b3a97157b581d7"},{"key":"Signature","value":"3a2b58350e8068507e6b5bff106850a5"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"request_ref\":\"111111111\", \n  \"request_type\":\"lookup account min\",\n  \"auth\": {\n    \"type\": \"bank.account\", \n    \"secure\": \"z5wGtqxYQLBE9P414VxW/M06JT38iBf+2seyxg08CsZRB2eq/BVWsoRbK8mjuK87dNvZYML8cHviklA6K8T4xw==\",\n    \"auth_provider\": \"PaywithAccount\",\n    \"route_mode\": null\n  },\n  \"transaction\": {\n    \"mock_mode\": \"Live\", \n    \"transaction_ref\": \"998383938292\", \n    \"transaction_desc\": \"A random transaction\", \n    \"transaction_ref_parent\": null, \n    \"amount\": 0,\n    \"customer\": {\n            \"customer_ref\": \"08101091516\",\n            \"firstname\": \"Koko\",\n            \"surname\": \"Below\",\n            \"email\": \"kokobelow@gmail.com\",\n            \"mobile_no\": \"2348022222222\"\n        },\n    \"meta\":{\n    \t\"biller_code\": \"00000099004\"\n    },\n    \"details\": null\n  }\n}","options":{"raw":{"language":"json"}}},"url":"https://api.onepipe.io/v2/transact","urlObject":{"path":["v2","transact"],"host":["https://api.onepipe.io"],"query":[],"variable":[]}},"response":[{"id":"7d136773-c220-43ca-83ab-5f7faba88ba7","name":"Successful","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer hSk84fnb2GeOVZ4JbUcu_ca608e4d33b2408e90b3a97157b581d7"},{"key":"Signature","value":"3a2b58350e8068507e6b5bff106850a5"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"request_ref\":\"111111111\", \n  \"request_type\":\"lookup nin mid\",\n  \"auth\": {\n    \"type\": \"custom\", \n    \"secure\": \"{{encrypted_secure-base64}}\",\n    \"auth_provider\": \"PaywithAccount\",\n    \"route_mode\": null\n  },\n  \"transaction\": {\n    \"mock_mode\": \"Live\", \n    \"transaction_ref\": \"998383938292\", \n    \"transaction_desc\": \"A random transaction\", \n    \"transaction_ref_parent\": null, \n    \"amount\": 0,\n    \"customer\": {\n            \"customer_ref\": \"08101091516\",\n            \"firstname\": \"Koko\",\n            \"surname\": \"Below\",\n            \"email\": \"kokobelow@gmail.com\",\n            \"mobile_no\": \"2348022222222\"\n        },\n    \"meta\":{\n    \t\"biller_code\": \"00000099004\"\n    },\n    \"details\": null\n  }\n}","options":{"raw":{"language":"json"}}},"url":"https://api.onepipe.io/pwa/lookup_account_min"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Alt-Svc","value":"h3=\":443\"; ma=2592000"},{"key":"Content-Length","value":"1660"},{"key":"Content-Type","value":"application/json"},{"key":"Date","value":"Sun, 30 Mar 2025 17:55:16 GMT"},{"key":"Vary","value":"Accept-Encoding"},{"key":"X-Beeceptor-Rule-Id","value":"fsdw7wz1b1t"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": \"Successful\",\n    \"message\": \"Transaction processed successfully\",\n    \"data\": {\n        \"provider_response_code\": \"00\",\n        \"provider\": \"PaywithAccount\",\n        \"errors\": null,\n        \"error\": null,\n        \"provider_response\": {\n            \"customer_id\": null,\n            \"account_name\": \"Akin Olunloye\",\n            \"last_name\": \"Olunloye\",\n            \"first_name\": \"Akin\",\n            \"middle_name\": \"-\",\n            \"gender\": null,\n            \"account_currency\": \"NGN\",\n            \"dob\": null,\n            \"reference\": \"3GCZRDWLTKL1KECI\",\n            \"meta\": {\n                \"pwa_biller\": \"true\",\n                \"biller_name\": \"SomeOne\",\n                \"biller_code\": \"1234567890\",\n                \"virtual_account_number\":\"1234567890\",\n                \"virtual_account_bank\":\"Fidelity\"\n            }\n        },\n        \"client_info\": null\n    }\n}"}],"_postman_id":"7ffbca9b-8c86-40c0-912e-e7f2deac1f06"},{"name":"Lookup Account Min - with qr code","id":"f7b588c6-365b-4adc-8aed-ca7239f4ef07","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Authorization","value":"Bearer hSk84fnb2GeOVZ4JbUcu_ca608e4d33b2408e90b3a97157b581d7"},{"key":"Signature","value":"3a2b58350e8068507e6b5bff106850a5"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"request_ref\":\"111111111\", \n  \"request_type\":\"lookup account min\",\n  \"auth\": {\n    \"type\": null, \n    \"secure\": null,\n    \"auth_provider\": \"PaywithAccount\",\n    \"route_mode\": null\n  },\n  \"transaction\": {\n    \"mock_mode\": \"Live\", \n    \"transaction_ref\": \"998383938292\", \n    \"transaction_desc\": \"A random transaction\", \n    \"transaction_ref_parent\": null, \n    \"amount\": 0,\n    \"customer\": {\n            \"customer_ref\": \"08101091516\",\n            \"firstname\": \"Koko\",\n            \"surname\": \"Below\",\n            \"email\": \"kokobelow@gmail.com\",\n            \"mobile_no\": \"2348022222222\"\n        },\n    \"meta\":{\n    \t\"biller_code\": \"00000099004\",\n        \"qr_code\": \"iVBORw0KGgoAAAANSUhEUgAAAFwAAABcCAYAAADj79JYAAAAAklEQVR4AewaftIAAAJjSURBVO3BQW4cQQwEwSxi/v/ltI6EDy00RkvIBiPiF9aYYo0q1qhijXr4SxImqXRJ6FS6JHQqN5IwSaUr1qhijSrWqIdvqPykJHxSEjqVE5WflISTYo0q1qhijXq4lIQbKp+UhE7ljSTcULlRrFHFGlWsUQ+/jEqXhE7lJAmdym9SrFHFGlWsUQ+/TBI6lS4Jncq/pFijijWqWKMeLql8kkqXhE6lS8JPUvmkYo0q1qhijXr4RhImJaFT6ZLQqXRJuJGEScUaVaxRxRoVv/APScINld+kWKOKNapYo+IXmiR0KidJ+CSVG0k4UTlJQqfSJeGGSlesUcUaVaxRD99IQqdyotIloVN5IwmdyolKl4SfpHKjWKOKNapYo+IXDpLwSSonSehU3kjCiUqXhBOVLgmdSlesUcUaVaxR8QsHSehUuiScqNxIwhsqbyThDZWTYo0q1qhijXq4lIRO5SQJb6i8kYQTlU6lS0Kn8kaxRhVrVLFGPXxD5Q2VG0m4kYQTlZMknKh0Sbih0hVrVLFGFWvUw1+SMEnlDZUuCV0SOpVOpUvCJxVrVLFGFWvUwzdUflISbiShU+mScKLSJeENlTeKNapYo4o16uFSEm6ovKHSJeFGEjqVLgmdSpeETuUkCZ1KV6xRxRpVrFEP/zmVLgmdSpeETqVLQqfSqZwUa1SxRhVr1MMvo3JD5Y0knCThJAknKl2xRhVrVLFGPVxSmZSEN5JwonIjCZ1Kl4STYo0q1qhijXr4RhImJaFT6ZLQJaFTOVE5SUKncpKETuWkWKOKNapYo+IX1phijSrWqGKN+gPHAg7A6Y4FegAAAABJRU5ErkJggg==\"\n    },\n    \"details\": null\n  }\n}","options":{"raw":{"language":"json"}}},"url":"https://api.onepipe.io/v2/transact","urlObject":{"path":["v2","transact"],"host":["https://api.onepipe.io"],"query":[],"variable":[]}},"response":[{"id":"d77d0b76-7a16-4749-a5b5-3de039b48d6a","name":"Successful","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer hSk84fnb2GeOVZ4JbUcu_ca608e4d33b2408e90b3a97157b581d7"},{"key":"Signature","value":"3a2b58350e8068507e6b5bff106850a5"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"request_ref\":\"111111111\", \n  \"request_type\":\"lookup nin mid\",\n  \"auth\": {\n    \"type\": \"custom\", \n    \"secure\": \"{{encrypted_secure-base64}}\",\n    \"auth_provider\": \"PaywithAccount\",\n    \"route_mode\": null\n  },\n  \"transaction\": {\n    \"mock_mode\": \"Live\", \n    \"transaction_ref\": \"998383938292\", \n    \"transaction_desc\": \"A random transaction\", \n    \"transaction_ref_parent\": null, \n    \"amount\": 0,\n    \"customer\": {\n            \"customer_ref\": \"08101091516\",\n            \"firstname\": \"Koko\",\n            \"surname\": \"Below\",\n            \"email\": \"kokobelow@gmail.com\",\n            \"mobile_no\": \"2348022222222\"\n        },\n    \"meta\":{\n    \t\"biller_code\": \"00000099004\"\n    },\n    \"details\": null\n  }\n}","options":{"raw":{"language":"json"}}},"url":"https://api.onepipe.io/pwa/lookup_account_min"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Alt-Svc","value":"h3=\":443\"; ma=2592000"},{"key":"Content-Length","value":"1660"},{"key":"Content-Type","value":"application/json"},{"key":"Date","value":"Sun, 30 Mar 2025 17:55:16 GMT"},{"key":"Vary","value":"Accept-Encoding"},{"key":"X-Beeceptor-Rule-Id","value":"fsdw7wz1b1t"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": \"Successful\",\n    \"message\": \"Transaction processed successfully\",\n    \"data\": {\n        \"provider_response_code\": \"00\",\n        \"provider\": \"PaywithAccount\",\n        \"errors\": null,\n        \"error\": null,\n        \"provider_response\": {\n            \"customer_id\": null,\n            \"account_name\": \"Akin Olunloye\",\n            \"last_name\": \"Olunloye\",\n            \"first_name\": \"Akin\",\n            \"middle_name\": \"-\",\n            \"gender\": null,\n            \"account_currency\": \"NGN\",\n            \"dob\": null,\n            \"reference\": \"3GCZRDWLTKL1KECI\",\n            \"meta\": {\n                \"pwa_biller\": \"true\",\n                \"biller_name\": \"SomeOne\",\n                \"biller_code\": \"1234567890\",\n                \"virtual_account_number\":\"1234567890\",\n                \"virtual_account_bank\":\"Fidelity\"\n            }\n        },\n        \"client_info\": null\n    }\n}"}],"_postman_id":"f7b588c6-365b-4adc-8aed-ca7239f4ef07"},{"name":"Update Merchant","id":"5a25f45d-2b24-4b0e-a7c0-9c86a432ca4f","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Authorization","value":"Bearer hSk84fnb2GeOVZ4JbUcu_ca608e4d33b2408e90b3a97157b581d7"},{"key":"Signature","value":"3a2b58350e8068507e6b5bff106850a5"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"request_ref\": \"111111111\",\n    \"request_type\": \"update merchant\",\n    \"auth\": {\n        \"auth_provider\": \"PaywithAccount\",\n        \"secure\": null,\n        \"type\": null,\n        \"route_mode\": null\n    },\n    \"transaction\": {\n        \"mock_mode\": \"Inspect\",\n        \"transaction_ref\": \"998383938292\",\n        \"transaction_desc\": \"Update merchant information\",\n        \"transaction_ref_parent\": \"\",\n        \"amount\": 0,\n        \"customer\":{\n            \"customer_ref\": \"000071\", // biller code\n            \"firstname\": \"Uju\",\n            \"middlename\": \"\",\n            \"surname\": \"Usmanu\",\n            \"email\": \"ujuusmanu@gmail.com\",\n            \"mobile_no\": \"2348033331412\"\n        },\n        \"meta\": {\n            /**all optional**/            \n            \"status\": \"active|inactive\",\n            \"biller_name\": \"\",\n            \"tin\": \"\",\n            \"bank_code\": \"\",\n            \"account_number\": \"\",\n            \"address\": \"\",\n            \"webhook_url\": \"\",\n            \"notification_email\": \"\",\n            \"notification_phone_number\": \"\", //csv\n            \"pay4me\":\"true|false\",\n            \"virtual_account_ttl\": \"\",\n            \"whatsapp_contact\": \"\",\n            \"whatsapp_contact_name\": \"\",\n            \"ussd_description\": \"\",\n            \"business_short_name\": \"\",\n            \"ussd_success_response_message\": \"\",\n            \"ussd_failure_response_message\": \"\",\n            \"ussd_failure_sms\": \"\",\n            \"ussd_success_sms\": \"\",\n            \"ussd_custom_fields\": \"age,bvn\" //csv\n        },\n        \"details\": {},\n        \"options\": null\n    }\n}","options":{"raw":{"language":"json"}}},"url":"https://api.onepipe.io/v2/transact","urlObject":{"path":["v2","transact"],"host":["https://api.onepipe.io"],"query":[],"variable":[]}},"response":[{"id":"d724a22b-13f6-49bd-a8ff-3202161f9ae3","name":"Successful","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer hSk84fnb2GeOVZ4JbUcu_ca608e4d33b2408e90b3a97157b581d7"},{"key":"Signature","value":"3a2b58350e8068507e6b5bff106850a5"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"request_ref\": \"111111111\",\n    \"request_type\": \"update merchant\",\n    \"auth\": {\n        \"auth_provider\": \"PaywithAccount\",\n        \"secure\": null,\n        \"type\": null,\n        \"route_mode\": null\n    },\n    \"transaction\": {\n        \"mock_mode\": \"Inspect\",\n        \"transaction_ref\": \"998383938292\",\n        \"transaction_desc\": \"Update merchant information\",\n        \"transaction_ref_parent\": \"\",\n        \"amount\": 0,\n        \"customer\":{\n            \"customer_ref\": \"000071\", // biller code\n            \"firstname\": \"Uju\",\n            \"middlename\": \"\",\n            \"surname\": \"Usmanu\",\n            \"email\": \"ujuusmanu@gmail.com\",\n            \"mobile_no\": \"2348033331412\"\n        },\n        \"meta\": {\n            /**all optional**/            \n            \"status\": \"active|inactive\",\n            \"biller_name\": \"\",\n            \"tin\": \"\",\n            \"bank_code\": \"\",\n            \"account_number\": \"\",\n            \"address\": \"\",\n            \"webhook_url\": \"\",\n            \"notification_email\": \"\",\n            \"notification_phone_number\": \"\", //csv\n            \"pay4me\":\"true|false\",\n            \"virtual_account_ttl\": \"\",\n            \"whatsapp_contact\": \"\",\n            \"whatsapp_contact_name\": \"\",\n            \"ussd_description\": \"\",\n            \"business_short_name\": \"\",\n            \"ussd_success_response_message\": \"\",\n            \"ussd_failure_response_message\": \"\",\n            \"ussd_failure_sms\": \"\",\n            \"ussd_success_sms\": \"\",\n            \"ussd_custom_fields\": \"age,bvn\" //csv\n        },\n        \"details\": {},\n        \"options\": null\n    }\n}","options":{"raw":{"language":"json"}}},"url":"https://api.onepipe.io/pwa/update_merchant"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Alt-Svc","value":"h3=\":443\"; ma=2592000"},{"key":"Content-Length","value":"1660"},{"key":"Content-Type","value":"application/json"},{"key":"Date","value":"Sun, 30 Mar 2025 17:55:16 GMT"},{"key":"Vary","value":"Accept-Encoding"},{"key":"X-Beeceptor-Rule-Id","value":"fsdw7wz1b1t"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": \"Successful\",\n    \"message\": \"Transaction processed successfully\",\n    \"data\": {\n        \"provider_response_code\": \"00\",\n        \"provider\": \"PaywithAccount\",\n        \"errors\": null,\n        \"error\": null,\n        \"provider_response\": {\n            \"status\": \"ACTIVE\",\n            \"created_on\": \"2020-04-05 23:08:01\",\n            \"meta\": {}\n        },\n        \"client_info\": {\n            \"name\": null,\n            \"id\": null,\n            \"bank_cbn_code\": null,\n            \"bank_name\": null,\n            \"console_url\": null,\n            \"js_background_image\": null,\n            \"css_url\": null,\n            \"logo_url\": null,\n            \"footer_text\": null,\n            \"show_options_icon\": false,\n            \"paginate\": false,\n            \"paginate_count\": 0,\n            \"options\": null,\n            \"merchant\": null,\n            \"colors\": null,\n            \"meta\": null\n        }\n    }\n}"}],"_postman_id":"5a25f45d-2b24-4b0e-a7c0-9c86a432ca4f"},{"name":"15.1 Payment Notifications - Webhook","id":"fceb35c9-9af8-49ee-8a40-673d393f62e8","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Authorization","value":"Bearer hSk84fnb2GeOVZ4JbUcu_ca608e4d33b2408e90b3a97157b581d7"},{"key":"Signature","value":"3a2b58350e8068507e6b5bff106850a5"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"details\": {\n        \"data\": {\n            \"data\": {\n                \"error\": null,\n                \"errors\": null,\n                \"status\": null,\n                \"provider\": \"PaywithAccount\",\n                \"reference\": null,\n                \"provider_response\": {\n                    \"meta\": {\n                        \"session_id\": \"9098898998098098333\",\n                        \"subscription_id\": 3546\n                    },\n                    \"reference\": \"DD-UFbr7Ki0BG6STbj\",\n                    \"paymentoptions\": [],\n                    \"provider_auth_token\": \"2001730400;100\",\n                    \"transaction_final_amount\": 10000\n                },\n                \"provider_response_code\": \"00\"\n            },\n            \"status\": \"Successful\",\n            \"message\": \"Transaction processed successfully\"\n        },\n        \"meta\": {\n            \"fee\": \"5100\",\n            \"biller_id\": \"3\",\n            \"narration\": \"Pay OnePipe Subscription Manag\",\n            \"account_no\": \"2001730400\", //Identify customer with this\n            \"mandate_id\": \"1995\",\n            \"biller_code\": \"000003\", //Identify merchant with this\n            \"biller_name\": \"OnePipe Subscription Manager\",\n            \"expiry_date\": \"2025-03-02-00-00-00\",\n            \"account_name\": \"BELOW KOKO\",\n            \"biller_email\": \"kokobiller@below.io\",\n            \"biller_status\": \"active\",\n            \"pwt_item_code\": \"31557\",\n            \"subscription_id\": \"3546\",\n            \"biller_rc_number\": \"RC1544100\",\n            \"skip_fee_disburse\": \"true\",\n            \"biller_account_name\": \"PAYGATEPLUS DATA BUNDLE SALES\",\n            \"biller_phone_number\": \"08052000773\",\n            \"biller_account_number\": \"9999922570\",\n            \"sales_representative_id\": \"\",\n            \"mandate_reference_number\": \"RC1544159/1557/0007109012\",\n            \"sales_representative_name\": \"\",\n            \"pwt_maintain_notification_meta\": \"true\",\n            \"event_type\": \"payment_preapproved\", //note this\n            \"payment_id\":\"898984\",\n            \"transaction_date\": \"2023-01-01-01-01\",\n            \"signature_hash\":\"9900ubuuxubueebjx\",\n            \"nin\": \"90394849494\"\n\n        },\n        \"amount\": \"10000\",\n        \"status\": \"Successful\",\n        \"provider\": \"PaywithAccount\",\n        \"customer_ref\": \"2001730400\",\n        \"customer_email\": \"\",\n        \"transaction_ref\": \"DD-SGLnWjK6ClFonZmCMnschedule1\", // Identify transaction with this\n        \"customer_surname\": \"BELOW\",\n        \"transaction_desc\": \"Test\",\n        \"transaction_type\": \"collect\",\n        \"customer_firstname\": \"KOKO\",\n        \"customer_mobile_no\": \"\"\n    },\n    \"app_info\": {\n        \"app_code\": \"PAYP396648\"\n    },\n    \"mock_mode\": \"Live\",\n    \"requester\": \"Scheduler\",\n    \"request_ref\": \"f6300559bd2e42a0b83369554538a299\",\n    \"request_type\": \"transaction_notification\"\n}","options":{"raw":{"language":"json"}}},"url":"","urlObject":{"query":[],"variable":[]}},"response":[{"id":"38f23e10-ea49-48ff-a7e3-31976bad27db","name":"Debit Notification","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer hSk84fnb2GeOVZ4JbUcu_ca608e4d33b2408e90b3a97157b581d7"},{"key":"Signature","value":"3a2b58350e8068507e6b5bff106850a5"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\r\n    \"details\": {\r\n        \"data\": {\r\n            \"data\": {\r\n                \"error\": null,\r\n                \"errors\": null,\r\n                \"status\": null,\r\n                \"provider\": \"PaywithAccount\",\r\n                \"reference\": null,\r\n                \"provider_response\": {\r\n                    \"meta\": {\r\n                        \"session_id\": \"9098898998098098333\",\r\n                        \"subscription_id\": 3546\r\n                    },\r\n                    \"reference\": \"DD-UFbr7Ki0BG6STbj\",\r\n                    \"paymentoptions\": [],\r\n                    \"provider_auth_token\": \"2001730400;100\",\r\n                    \"transaction_final_amount\": 10000\r\n                },\r\n                \"provider_response_code\": \"00\"\r\n            },\r\n            \"status\": \"Successful\",\r\n            \"message\": \"Transaction processed successfully\"\r\n        },\r\n        \"meta\": {\r\n            \"fee\": \"5100\",\r\n            \"biller_id\": \"3\",\r\n            \"narration\": \"Pay OnePipe Subscription Manag\",\r\n            \"account_no\": \"2001730400\", //Identify customer with this\r\n            \"mandate_id\": \"1995\",\r\n            \"biller_code\": \"000003\", //Identify merchant with this\r\n            \"biller_name\": \"OnePipe Subscription Manager\",\r\n            \"expiry_date\": \"2025-03-02-00-00-00\",\r\n            \"account_name\": \"BELOW KOKO\",\r\n            \"biller_email\": \"kokobiller@below.io\",\r\n            \"biller_status\": \"active\",\r\n            \"pwt_item_code\": \"31557\",\r\n            \"subscription_id\": \"3546\",\r\n            \"biller_rc_number\": \"RC1544100\",\r\n            \"skip_fee_disburse\": \"true\",\r\n            \"biller_account_name\": \"PAYGATEPLUS DATA BUNDLE SALES\",\r\n            \"biller_phone_number\": \"08052000773\",\r\n            \"biller_account_number\": \"9999922570\",\r\n            \"sales_representative_id\": \"\",\r\n            \"mandate_reference_number\": \"RC1544159/1557/0007109012\",\r\n            \"sales_representative_name\": \"\",\r\n            \"pwt_maintain_notification_meta\": \"true\",\r\n            \"event_type\": \"debit\", //note this\r\n            \"payment_id\":\"898984\",\r\n            \"transaction_date\": \"2023-01-01-01-01\",\r\n            \"signature_hash\":\"9900ubuuxubueebjx\"\r\n\r\n        },\r\n        \"amount\": \"10000\",\r\n        \"status\": \"Successful\",\r\n        \"provider\": \"PaywithAccount\",\r\n        \"customer_ref\": \"2001730400\",\r\n        \"customer_email\": \"\",\r\n        \"transaction_ref\": \"DD-SGLnWjK6ClFonZmCMnschedule1\", // Identify transaction with this\r\n        \"customer_surname\": \"BELOW\",\r\n        \"transaction_desc\": \"Test\",\r\n        \"transaction_type\": \"collect\",\r\n        \"customer_firstname\": \"KOKO\",\r\n        \"customer_mobile_no\": \"\"\r\n    },\r\n    \"app_info\": {\r\n        \"app_code\": \"PAYP396648\"\r\n    },\r\n    \"mock_mode\": \"Live\",\r\n    \"requester\": \"Scheduler\",\r\n    \"request_ref\": \"f6300559bd2e42a0b83369554538a299\",\r\n    \"request_type\": \"transaction_notification\"\r\n}","options":{"raw":{"language":"json"}}},"url":""},"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":""}],"cookie":[],"responseTime":null,"body":"{\n    \"status\":\"Successful\",\n    \"message\":\"Transaction processed successfully\"\n}"},{"id":"103f41dd-2802-466f-9d3f-abbc47aa8335","name":"Credit Notification","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer hSk84fnb2GeOVZ4JbUcu_ca608e4d33b2408e90b3a97157b581d7"},{"key":"Signature","value":"3a2b58350e8068507e6b5bff106850a5"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\r\n    \"details\": {\r\n        \"data\": {},\r\n        \"meta\": {\r\n            \"name\": \"Java Biller\",\r\n            \"route\": \"listener\",\r\n            \"amount\": \"10400\",\r\n            \"status\": \"active\",\r\n            \"narration\": \"4565564004/PWT - Jav/Transfer from OLUWADUROTIMI B\",\r\n            \"cr_account\": \"4565564004\",\r\n            \"pwt_bank_code\": \"044\",\r\n            \"cr_account_name\": \"PWT - Java Biller\",\r\n            \"pwt_webhook_url\": \"https: //webhooh.free.beeceptor.com\",\r\n            \"pwt_account_number\": \"0071187072\",\r\n            \"originator_cbn_code\": \"305\",\r\n            \"originator_bank_name\": null,\r\n            \"pwt_notification_email\": \"abdullahi@onepipe.io\",\r\n            \"pwt_notification_phone\": \"08189848421\",\r\n            \"originator_account_name\": \"OLUWADUROTIMI BOLAJI IDOWU\",\r\n            \"originator_account_number\": \"8101590442\",\r\n            \"event_type\": \"credit\", //note this\r\n            \"payment_id\": \"0093003\",\r\n            \"transaction_date\": \"2023-01-01-01-01\",\r\n            \"signature_hash\":\"9900ubuuxubueebjx\"\r\n        },\r\n        \"amount\": 12000,\r\n        \"status\": \"Successful\",\r\n        \"provider\": \"FidelityVirtual\",\r\n        \"customer_ref\": \"2348101590442_000042\", //concatenation of costumer phone number and biller code, separated by _\r\n        \"customer_email\": \"timi@onepipe.io\",\r\n        \"transaction_ref\": \"100004250228174255128088976944\",\r\n        \"customer_surname\": \"Bolaji Idowu\",\r\n        \"transaction_desc\": \"4565564004/PWT - Jav/Transfer from OLUWADUROTIMI B\",\r\n        \"transaction_type\": \"collect\",\r\n        \"customer_firstname\": \"Oluwadurotimi\",\r\n        \"customer_mobile_no\": \"2348189848421\"\r\n    },\r\n    \"app_info\": {\r\n        \"app_code\": \"PAYP924039\"\r\n    },\r\n    \"mock_mode\": \"Live\",\r\n    \"requester\": \"FidelityVirtual\",\r\n    \"request_ref\": \"39301ec1-dd76-481a-8e41-5330d67d947a\",\r\n    \"request_type\": \"transaction_notification\"\r\n}","options":{"raw":{"language":"json"}}},"url":""},"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":""}],"cookie":[],"responseTime":null,"body":"{\n    \"status\":\"Successful\",\n    \"message\":\"Transaction processed successfully\"\n}"}],"_postman_id":"fceb35c9-9af8-49ee-8a40-673d393f62e8"},{"name":"Validate OTP - Customer Login (pin)","id":"cf6c233b-1939-4ff1-ab04-48ce4aee0272","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Authorization","value":"Bearer hSk84fnb2GeOVZ4JbUcu_ca608e4d33b2408e90b3a97157b581d7"},{"key":"Signature","value":"3a2b58350e8068507e6b5bff106850a5"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"\n{\n    \"request_ref\": \"111111111\",\n    \"request_type\": \"validate otp\",\n    \"auth\": {\n        \"type\": \"custom\",\n        \"secure\": \"encrypted(pin;2468)\",\n        \"auth_provider\": \"PaywithAccount\"\n    },\n    \"transaction\": {\n        \"mock_mode\": \"Inspect\",\n        \"transaction_ref\": \"998383938292\",\n        \"transaction_desc\": \"Validate OTP\",\n        \"transaction_ref_parent\": null,\n        \"amount\": 0,\n        \"customer\": {\n            \"customer_ref\": \"2348022222222\",\n            \"firstname\": null,\n            \"surname\": null,\n            \"email\": null,\n            \"mobile_no\": null\n        },\n        \"meta\": {},\n        \"details\": {\n            \"reference\": null,\n            \"otp\": null,\n            \"type\": \"login\"\n        }\n    }\n}","options":{"raw":{"language":"json"}}},"url":"https://api.onepipe.io/v2/transact","urlObject":{"path":["v2","transact"],"host":["https://api.onepipe.io"],"query":[],"variable":[]}},"response":[{"id":"16f60de1-7c12-4615-a881-7016f15a0444","name":"Successful","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer hSk84fnb2GeOVZ4JbUcu_ca608e4d33b2408e90b3a97157b581d7"},{"key":"Signature","value":"3a2b58350e8068507e6b5bff106850a5"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"\n{\n    \"request_ref\": \"111111111\",\n    \"request_type\": \"validate otp\",\n    \"auth\": {\n        \"type\": \"custom\",\n        \"secure\": \"encrypted(pin;2468)\",\n        \"auth_provider\": \"PaywithAccount\"\n    },\n    \"transaction\": {\n        \"mock_mode\": \"Inspect\",\n        \"transaction_ref\": \"998383938292\",\n        \"transaction_desc\": \"Validate OTP\",\n        \"transaction_ref_parent\": null,\n        \"amount\": 0,\n        \"customer\": {\n            \"customer_ref\": \"2348022222222\",\n            \"firstname\": null,\n            \"surname\": null,\n            \"email\": null,\n            \"mobile_no\": null\n        },\n        \"meta\": {},\n        \"details\": {\n            \"reference\": null,\n            \"otp\": null,\n            \"type\": \"login\"\n        }\n    }\n}","options":{"raw":{"language":"json"}}},"url":"https://api.onepipe.io/pwa/validateotp"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Alt-Svc","value":"h3=\":443\"; ma=2592000"},{"key":"Content-Length","value":"1660"},{"key":"Content-Type","value":"application/json"},{"key":"Date","value":"Sun, 30 Mar 2025 17:55:16 GMT"},{"key":"Vary","value":"Accept-Encoding"},{"key":"X-Beeceptor-Rule-Id","value":"fsdw7wz1b1t"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": \"Successful\",\n    \"message\": \"OTP validated successfully.\",\n    \"data\": {\n        \"provider_response_code\": \"00\",\n        \"provider\": \"PaywithAccount\",\n        \"errors\": null,\n        \"error\": null,\n        \"provider_response\": {\n            \"cost\": null,\n            \"reference\": null,\n            \"meta\":null\n        },\n        \"client_info\": null\n    }\n}"},{"id":"611b6f1a-6273-40a8-b63e-2d080a231a3e","name":"invalid pin","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer hSk84fnb2GeOVZ4JbUcu_ca608e4d33b2408e90b3a97157b581d7"},{"key":"Signature","value":"3a2b58350e8068507e6b5bff106850a5"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"\n{\n    \"request_ref\": \"111111111\",\n    \"request_type\": \"validate otp\",\n    \"auth\": {\n        \"type\": \"custom\",\n        \"secure\": \"encrypted(pin;2468)\",\n        \"auth_provider\": \"PaywithAccount\"\n    },\n    \"transaction\": {\n        \"mock_mode\": \"Inspect\",\n        \"transaction_ref\": \"998383938292\",\n        \"transaction_desc\": \"Validate OTP\",\n        \"transaction_ref_parent\": null,\n        \"amount\": 0,\n        \"customer\": {\n            \"customer_ref\": \"2348022222222\",\n            \"firstname\": null,\n            \"surname\": null,\n            \"email\": null,\n            \"mobile_no\": null\n        },\n        \"meta\": {},\n        \"details\": {\n            \"reference\": null,\n            \"otp\": null,\n            \"type\": \"login\"\n        }\n    }\n}","options":{"raw":{"language":"json"}}},"url":"https://api.onepipe.io/pwa/validateotp"},"_postman_previewlanguage":null,"header":null,"cookie":[],"responseTime":null,"body":"{\r\n    \"status\": \"Failed\",\r\n    \"message\": \"Invalid PIN\",\r\n    \"data\": {\r\n        \"provider_response_code\": \"96\",\r\n        \"provider\": \"PaywithAccount\",\r\n        \"errors\": [\r\n            {\r\n                \"code\": \"06\",\r\n                \"message\": \"Invalid PIN\"\r\n            }\r\n        ],\r\n        \"error\": {\r\n            \"code\": \"06\",\r\n            \"message\": \"Invalid PIN\"\r\n        },\r\n        \"provider_response\": null,\r\n        \"client_info\": {\r\n            \"name\": null,\r\n            \"id\": null,\r\n            \"bank_cbn_code\": null,\r\n            \"bank_name\": null,\r\n            \"console_url\": null,\r\n            \"js_background_image\": null,\r\n            \"css_url\": null,\r\n            \"logo_url\": null,\r\n            \"footer_text\": null,\r\n            \"show_options_icon\": false,\r\n            \"paginate\": false,\r\n            \"paginate_count\": 0,\r\n            \"options\": null,\r\n            \"merchant\": null,\r\n            \"colors\": null,\r\n            \"meta\": null\r\n        }\r\n    }\r\n}"}],"_postman_id":"cf6c233b-1939-4ff1-ab04-48ce4aee0272"},{"name":"Validate OTP - Biller Login with Password","id":"2b23508e-bb80-4bf0-aa07-4c94f582fb61","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Authorization","value":"Bearer hSk84fnb2GeOVZ4JbUcu_ca608e4d33b2408e90b3a97157b581d7"},{"key":"Signature","value":"3a2b58350e8068507e6b5bff106850a5"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"\n{\n    \"request_ref\": \"111111111\",\n    \"request_type\": \"validate otp\",\n    \"auth\": {\n        \"type\": \"custom\",\n        \"secure\": \"encrypted(password;mypassWord123)\",\n        \"auth_provider\": \"PaywithAccount\"\n    },\n    \"transaction\": {\n        \"mock_mode\": \"Inspect\",\n        \"transaction_ref\": \"998383938292\",\n        \"transaction_desc\": \"Validate OTP\",\n        \"transaction_ref_parent\": null,\n        \"amount\": 0,\n        \"customer\": {\n            \"customer_ref\": \"2348022222222\",\n            \"firstname\": \"Koko\",\n            \"surname\": \"Below\",\n            \"email\": \"kokobelow@gmail.com\",\n            \"mobile_no\": \"2348022222222\"\n        },\n        \"meta\": {\n            \"biller_code\": \"000019\"\n        },\n        \"details\": {\n            \"reference\": \"ab806bf5-229e-4ccb-a875-0f68338e93a3\", //can be null\n            \"otp\": null,\n            \"type\": \"login\"\n        }\n    }\n}","options":{"raw":{"language":"json"}}},"url":"https://api.onepipe.io/v2/transact","urlObject":{"path":["v2","transact"],"host":["https://api.onepipe.io"],"query":[],"variable":[]}},"response":[{"id":"8ebdb187-9ede-499c-abae-05fa12d8e478","name":"Successful","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer hSk84fnb2GeOVZ4JbUcu_ca608e4d33b2408e90b3a97157b581d7"},{"key":"Signature","value":"3a2b58350e8068507e6b5bff106850a5"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"\n{\n    \"request_ref\": \"111111111\",\n    \"request_type\": \"validate otp\",\n    \"auth\": {\n        \"type\": \"custom\",\n        \"secure\": \"encrypted(type;value)\", // type = 'password'\n        \"auth_provider\": \"PaywithAccount\"\n    },\n    \"transaction\": {\n        \"mock_mode\": \"Inspect\",\n        \"transaction_ref\": \"998383938292\",\n        \"transaction_desc\": \"Validate OTP\",\n        \"transaction_ref_parent\": null,\n        \"amount\": 0,\n        \"customer\": {\n            \"customer_ref\": \"2348022222222\",\n            \"firstname\": \"Koko\",\n            \"surname\": \"Below\",\n            \"email\": \"kokobelow@gmail.com\",\n            \"mobile_no\": \"2348022222222\"\n        },\n        \"meta\": {\n            \"biller_code\": \"000019\"\n        },\n        \"details\": {\n            \"reference\": \"ab806bf5-229e-4ccb-a875-0f68338e93a3\", //can be null\n            \"otp\": null,\n            \"type\": \"login\"\n        }\n    }\n}","options":{"raw":{"language":"json"}}},"url":"https://api.onepipe.io/pwa/validateotp"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Alt-Svc","value":"h3=\":443\"; ma=2592000"},{"key":"Content-Length","value":"1660"},{"key":"Content-Type","value":"application/json"},{"key":"Date","value":"Sun, 30 Mar 2025 17:55:16 GMT"},{"key":"Vary","value":"Accept-Encoding"},{"key":"X-Beeceptor-Rule-Id","value":"fsdw7wz1b1t"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": \"Successful\",\n    \"message\": \"OTP validated successfully\",\n    \"data\": {\n        \"provider_response_code\": \"00\",\n        \"provider\": \"PaywithAccount\",\n        \"errors\": null,\n        \"error\": null,\n        \"provider_response\": {\n            \"cost\": null,\n            \"reference\": null,\n            \"meta\": {\n                \"jwt_token\": \"eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NzUyLfQ.4jFJpXog5IJM43sVsmy5Bs\",\n                \"expires_in\": 3600\n            }\n        },\n        \"client_info\": {}\n    }\n}"},{"id":"51322bd2-7229-4727-bc0b-be95f439f78f","name":"wrong password","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer hSk84fnb2GeOVZ4JbUcu_ca608e4d33b2408e90b3a97157b581d7"},{"key":"Signature","value":"3a2b58350e8068507e6b5bff106850a5"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"\n{\n    \"request_ref\": \"111111111\",\n    \"request_type\": \"validate otp\",\n    \"auth\": {\n        \"type\": \"custom\",\n        \"secure\": \"encrypted(type;value)\", // type = 'password'\n        \"auth_provider\": \"PaywithAccount\"\n    },\n    \"transaction\": {\n        \"mock_mode\": \"Inspect\",\n        \"transaction_ref\": \"998383938292\",\n        \"transaction_desc\": \"Validate OTP\",\n        \"transaction_ref_parent\": null,\n        \"amount\": 0,\n        \"customer\": {\n            \"customer_ref\": \"2348022222222\",\n            \"firstname\": \"Koko\",\n            \"surname\": \"Below\",\n            \"email\": \"kokobelow@gmail.com\",\n            \"mobile_no\": \"2348022222222\"\n        },\n        \"meta\": {\n            \"biller_code\": \"000019\"\n        },\n        \"details\": {\n            \"reference\": \"ab806bf5-229e-4ccb-a875-0f68338e93a3\", //can be null\n            \"otp\": null,\n            \"type\": \"login\"\n        }\n    }\n}","options":{"raw":{"language":"json"}}},"url":"https://api.onepipe.io/pwa/validateotp"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Alt-Svc","value":"h3=\":443\"; ma=2592000"},{"key":"Content-Length","value":"1660"},{"key":"Content-Type","value":"application/json"},{"key":"Date","value":"Sun, 30 Mar 2025 17:55:16 GMT"},{"key":"Vary","value":"Accept-Encoding"},{"key":"X-Beeceptor-Rule-Id","value":"fsdw7wz1b1t"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": \"Failed\",\n    \"message\": \"Transaction failed\",\n    \"data\": {\n        \"provider_response_code\": \"96\",\n        \"provider\": \"PaywithAccount\",\n        \"errors\": [\n            {\n                \"code\": \"06\",\n                \"message\": \"Invalid login credentials\"\n            }\n        ],\n        \"error\": {\n            \"code\": \"06\",\n            \"message\": \"Invalid login credentials\"\n        },\n        \"provider_response\": null,\n        \"client_info\": {\n            \"name\": null,\n            \"id\": null,\n            \"bank_cbn_code\": null,\n            \"bank_name\": null,\n            \"console_url\": null,\n            \"js_background_image\": null,\n            \"css_url\": null,\n            \"logo_url\": null,\n            \"footer_text\": null,\n            \"show_options_icon\": false,\n            \"paginate\": false,\n            \"paginate_count\": 0,\n            \"options\": null,\n            \"merchant\": null,\n            \"colors\": null,\n            \"meta\": null\n        }\n    }\n}"}],"_postman_id":"2b23508e-bb80-4bf0-aa07-4c94f582fb61"},{"name":"Lookup Customer Reference","id":"b86d136d-da41-47c5-b7e4-fe2ae18af94d","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Authorization","value":"Bearer hSk84fnb2GeOVZ4JbUcu_ca608e4d33b2408e90b3a97157b581d7"},{"key":"Signature","value":"3a2b58350e8068507e6b5bff106850a5"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"request_ref\": \"111111111\",\n    \"request_type\": \"lookup_customer_reference\",\n    \"auth\": {\n        \"auth_provider\": \"PaywithAccount\",\n        \"secure\": null,\n        \"type\": null,\n        \"route_mode\": null\n    },\n    \"transaction\": {\n        \"mock_mode\": \"live\",\n        \"transaction_ref\": \"PWT2507010321030000000007\",\n        \"transaction_desc\": \"Debit an account\",\n        \"transaction_ref_parent\": null,\n        \"amount\": 0,\n        \"customer\": {\n            \"customer_ref\": \"2348064181029\",\n            \"firstname\": \"\",\n            \"surname\": \"\",\n            \"email\": \"nophone@onepipe.io\",\n            \"mobile_no\": \"2348064181029\"\n        },\n        \"meta\": {\n            \"biller_code\": \"000071\",\n            \"session_id\": \"\" //optional\n        },\n        \"details\": {\n            \"biller_id\": null,\n            \"biller_item_id\": null\n        },\n        \"options\": null\n    }\n}","options":{"raw":{"language":"json"}}},"url":"https://api.onepipe.io/v2/transact","urlObject":{"path":["v2","transact"],"host":["https://api.onepipe.io"],"query":[],"variable":[]}},"response":[{"id":"d3774680-d09b-4d41-b975-0b7bb43aa1f1","name":"Successful","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer hSk84fnb2GeOVZ4JbUcu_ca608e4d33b2408e90b3a97157b581d7"},{"key":"Signature","value":"3a2b58350e8068507e6b5bff106850a5"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"request_ref\": \"111111111\",\n    \"request_type\": \"lookup customer ref\",\n    \"auth\": {\n        \"auth_provider\": \"PaywithAccount\",\n        \"secure\": null,\n        \"type\": null\n    },\n    \"transaction\": {\n        \"mock_mode\": \"live\",\n        \"transaction_ref\": \"PWT2507010321030000000007\",\n        \"transaction_desc\": \"Debit an account\",\n        \"transaction_ref_parent\": null,\n        \"amount\": 0,\n        \"customer\": {\n            \"customer_ref\": \"2348064181029\",\n            \"firstname\": \"\",\n            \"surname\": \"\",\n            \"email\": \"nophone@onepipe.io\",\n            \"mobile_no\": \"2348064181029\"\n        },\n        \"meta\": {\n            \"biller_code\": \"000071\",\n            \"session_id\": \"\"\n        },\n        \"details\": {\n            \"biller_id\": null,\n            \"biller_item_id\": null\n        },\n        \"options\": null\n    }\n}","options":{"raw":{"language":"json"}}},"url":"https://api.onepipe.io/pwa/lookupcustomerref"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Alt-Svc","value":"h3=\":443\"; ma=2592000"},{"key":"Content-Length","value":"1660"},{"key":"Content-Type","value":"application/json"},{"key":"Date","value":"Sun, 30 Mar 2025 17:55:16 GMT"},{"key":"Vary","value":"Accept-Encoding"},{"key":"X-Beeceptor-Rule-Id","value":"fsdw7wz1b1t"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": \"Successful\",\n    \"message\": \"Transaction processed successfully\",\n    \"data\": {\n        \"provider_response_code\": \"00\",\n        \"provider\": \"NIBSS\",\n        \"errors\": null,\n        \"error\": null,\n        \"provider_response\": {\n            \"products\": [],\n            \"reference\": \"PWT2507031456010000000030\",\n            \"meta\": {\n                \"active_subscription\": false, // if this is true, customer is a subcriptor (sub) and can only view transaction and make payments. IF it's false, customer is a biller.. show list of businesses and allow them to select one to enter.\n                \"pin\": \"true|false\", // if it's false how set pin form\n                \"payments\": {\n                    \"customer_name\": \"Akin Again\",\n                    \"active_subscription\": true,\n                    \"active_instalment\": true,\n                    \"active_single_payment\": true,\n                    \n                    \"subscriptions\": [ // Customer's latest subscription\n                        {\n                            \"id\": 3333,\n                            \"amount\": 2000,\n                            \"frequency\": \"monthly\",\n                            \"status\": \"active\",\n                            \"product\": \"Premium\",\n                            \"start_date\": \"2025-05-07\",\n                            \"end_date\": \"2025-05-08\",\n                            \"created_on\": \"2025-05-07 16:38:54\",\n                            \"biller_name\": \"Asgard\",\n                            \"biller_code\": \"000071\",\n                            \"biller_status\": \"active\",\n                            \"mandate_account_name\": \"UJU USMANU\"\n                        }\n                    ],\n                    \n                    \"instalments\": [\n                        {\n                            \"id\": 3333,\n                            \"amount\": 2000,\n                            \"frequency\": \"monthly\",\n                            \"status\": \"active\",\n                            \"product\": \"Premium\",\n                            \"start_date\": \"2025-05-07\",\n                            \"end_date\": \"2025-05-08\",\n                            \"created_on\": \"2025-05-07 16:38:54\",\n                            \"biller_name\": \"Asgard\",\n                            \"biller_code\": \"000071\",\n                            \"biller_status\": \"active\",\n                            \"mandate_account_name\": \"UJU USMANU\"\n                        }\n                    ],\n\n                    \"single-payments\": [\n                        {\n                            \"id\": 3333,\n                            \"amount\": 2000,\n                            \"frequency\": null,\n                            \"status\": \"active\",\n                            \"product\": \"Premium\",\n                            \"start_date\": \"2025-05-07\",\n                            \"end_date\": \"2025-05-08\",\n                            \"created_on\": \"2025-05-07 16:38:54\",\n                            \"biller_name\": \"Asgard\",\n                            \"biller_code\": \"000071\",\n                            \"biller_status\": \"active\",\n                            \"mandate_account_name\": null\n                        }\n                    ]\n                },\n                \"billers\": [ // This is only for the Biller.\n                    {\n                        \"code\": 1234,\n                        \"name\": \"Electricity Distribution Company of Nigeria\",\n                        \"status\": \"active\",\n                        \"role\": \"View Only\",\n                        \"account_number\": \"2100098789\",\n                        \"bank_name\": \"Zenith Bank\",\n                        \"password\": true,\n                        \"first_name\": \"Akin\",\n                        \"last_name\": \"Akin\"\n                    },\n                    {\n                        \"code\": 123433,\n                        \"name\": \"Electricity Distribution Company of Africa\",\n                        \"status\": \"active\",\n                        \"role\": \"Super Admin\",\n                        \"account_number\": \"2100098789\",\n                        \"bank_name\": \"Zenith Bank\",\n                        \"password\": false,\n                        \"first_name\": \"Akin\",\n                        \"last_name\": \"Akin\"\n                    }\n                ]\n            }\n        }\n    }\n}"},{"id":"5a89b6c1-d659-4a43-89e8-53dead631a0e","name":"account not found","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer hSk84fnb2GeOVZ4JbUcu_ca608e4d33b2408e90b3a97157b581d7"},{"key":"Signature","value":"3a2b58350e8068507e6b5bff106850a5"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"request_ref\": \"111111111\",\n    \"request_type\": \"lookup customer ref\",\n    \"auth\": {\n        \"auth_provider\": \"PaywithAccount\",\n        \"secure\": null,\n        \"type\": null\n    },\n    \"transaction\": {\n        \"mock_mode\": \"live\",\n        \"transaction_ref\": \"PWT2507010321030000000007\",\n        \"transaction_desc\": \"Debit an account\",\n        \"transaction_ref_parent\": null,\n        \"amount\": 0,\n        \"customer\": {\n            \"customer_ref\": \"2348064181029\",\n            \"firstname\": \"\",\n            \"surname\": \"\",\n            \"email\": \"nophone@onepipe.io\",\n            \"mobile_no\": \"2348064181029\"\n        },\n        \"meta\": {\n            \"biller_code\": \"000071\",\n            \"session_id\": \"\"\n        },\n        \"details\": {\n            \"biller_id\": null,\n            \"biller_item_id\": null\n        },\n        \"options\": null\n    }\n}","options":{"raw":{"language":"json"}}},"url":"https://api.onepipe.io/pwa/lookupcustomerref"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Alt-Svc","value":"h3=\":443\"; ma=2592000"},{"key":"Content-Length","value":"1660"},{"key":"Content-Type","value":"application/json"},{"key":"Date","value":"Sun, 30 Mar 2025 17:55:16 GMT"},{"key":"Vary","value":"Accept-Encoding"},{"key":"X-Beeceptor-Rule-Id","value":"fsdw7wz1b1t"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": \"Successful\",\n    \"message\": \"Transaction processed successfully\",\n    \"data\": {\n        \"provider_response_code\": \"00\",\n        \"provider\": \"PaywithAccount\",\n        \"errors\": null,\n        \"error\": null,\n        \"provider_response\": {\n            \"products\": [],\n            \"reference\": \"18852962456060\",\n            \"meta\": {\n                \"active_subscription\": false,\n                \"payments\": {\n                    \"active_instalment\": false,\n                    \"active_single_payment\": false,\n                    \"active_subscription\": false,\n                    \"customer_name\": null,\n                    \"subscriptions\": [],\n                    \"instalments\": [],\n                    \"single-payments\": []\n                },\n                \"billers\": []\n            }\n        },\n        \"client_info\": {\n            \"name\": null,\n            \"id\": null,\n            \"bank_cbn_code\": null,\n            \"bank_name\": null,\n            \"console_url\": null,\n            \"js_background_image\": null,\n            \"css_url\": null,\n            \"logo_url\": null,\n            \"footer_text\": null,\n            \"show_options_icon\": false,\n            \"paginate\": false,\n            \"paginate_count\": 0,\n            \"options\": null,\n            \"merchant\": null,\n            \"colors\": null,\n            \"meta\": null\n        }\n    }\n}"},{"id":"d548d613-86f6-426b-b888-9af53ff8c844","name":"account not found Copy","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer hSk84fnb2GeOVZ4JbUcu_ca608e4d33b2408e90b3a97157b581d7"},{"key":"Signature","value":"3a2b58350e8068507e6b5bff106850a5"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"request_ref\": \"111111111\",\n    \"request_type\": \"lookup customer ref\",\n    \"auth\": {\n        \"auth_provider\": \"PaywithAccount\",\n        \"secure\": null,\n        \"type\": null\n    },\n    \"transaction\": {\n        \"mock_mode\": \"live\",\n        \"transaction_ref\": \"PWT2507010321030000000007\",\n        \"transaction_desc\": \"Debit an account\",\n        \"transaction_ref_parent\": null,\n        \"amount\": 0,\n        \"customer\": {\n            \"customer_ref\": \"2348064181029\",\n            \"firstname\": \"\",\n            \"surname\": \"\",\n            \"email\": \"nophone@onepipe.io\",\n            \"mobile_no\": \"2348064181029\"\n        },\n        \"meta\": {\n            \"biller_code\": \"000071\",\n            \"session_id\": \"\"\n        },\n        \"details\": {\n            \"biller_id\": null,\n            \"biller_item_id\": null\n        },\n        \"options\": null\n    }\n}","options":{"raw":{"language":"json"}}},"url":"https://api.onepipe.io/pwa/lookupcustomerref"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Alt-Svc","value":"h3=\":443\"; ma=2592000"},{"key":"Content-Length","value":"1660"},{"key":"Content-Type","value":"application/json"},{"key":"Date","value":"Sun, 30 Mar 2025 17:55:16 GMT"},{"key":"Vary","value":"Accept-Encoding"},{"key":"X-Beeceptor-Rule-Id","value":"fsdw7wz1b1t"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": \"Successful\",\n    \"message\": \"Transaction processed successfully\",\n    \"data\": {\n        \"provider_response_code\": \"00\",\n        \"provider\": \"PaywithAccount\",\n        \"errors\": null,\n        \"error\": null,\n        \"provider_response\": {\n            \"products\": [],\n            \"reference\": \"18852962456060\",\n            \"meta\": {\n                \"active_subscription\": false,\n                \"payments\": {\n                    \"active_instalment\": false,\n                    \"active_single_payment\": false,\n                    \"active_subscription\": false,\n                    \"customer_name\": null,\n                    \"subscriptions\": [],\n                    \"instalments\": [],\n                    \"single-payments\": []\n                },\n                \"billers\": []\n            }\n        },\n        \"client_info\": {\n            \"name\": null,\n            \"id\": null,\n            \"bank_cbn_code\": null,\n            \"bank_name\": null,\n            \"console_url\": null,\n            \"js_background_image\": null,\n            \"css_url\": null,\n            \"logo_url\": null,\n            \"footer_text\": null,\n            \"show_options_icon\": false,\n            \"paginate\": false,\n            \"paginate_count\": 0,\n            \"options\": null,\n            \"merchant\": null,\n            \"colors\": null,\n            \"meta\": null\n        }\n    }\n}"}],"_postman_id":"b86d136d-da41-47c5-b7e4-fe2ae18af94d"},{"name":"Update Customer - biller","id":"5ed2396d-fc77-45bf-8510-f14b5dd2b819","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Authorization","value":"Bearer hSk84fnb2GeOVZ4JbUcu_ca608e4d33b2408e90b3a97157b581d7"},{"key":"Signature","value":"3a2b58350e8068507e6b5bff106850a5"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"request_ref\": \"111111111\",\n    \"request_type\": \"update customer\",\n    \"auth\": {\n        \"auth_provider\": \"PaywithAccount\",\n        \"secure\": null,\n        \"type\": null,\n        \"route_mode\": null\n    },\n    \"transaction\": {\n        \"mock_mode\": \"Inspect\",\n        \"transaction_ref\": \"998383938292\",\n        \"transaction_desc\": \"Update customer information\",\n        \"transaction_ref_parent\": \"\",\n        \"amount\": 0,\n        \"customer\":{\n            \"customer_ref\": \"2348033331412\",\n            \"firstname\": \"Uju\",\n            \"surname\": \"Usmanu\",\n            \"email\": \"ujuusmanu@gmail.com\",\n            \"mobile_no\": \"2348033331412\"\n        },\n        \"meta\": {\n            \"user_type\": \"biller\",\n            \"type\": \"profile|auth\",\n            //  for auth\n            \"password\": \"avG5-F-L_r7pu\",\n            \"confirm_password\": \"avG5-F-L_r7pu\",\n            \n            // For profile\n            \"first_name\":\"\",\n            \"last_name\":\"\"\n        },\n        \"details\": {},\n        \"options\": null\n    }\n}","options":{"raw":{"language":"json"}}},"url":"https://api.onepipe.io/v2/transact","urlObject":{"path":["v2","transact"],"host":["https://api.onepipe.io"],"query":[],"variable":[]}},"response":[{"id":"b5e2a16f-25e9-411a-8b08-98d34e06c88d","name":"Successful - auth","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer hSk84fnb2GeOVZ4JbUcu_ca608e4d33b2408e90b3a97157b581d7"},{"key":"Signature","value":"3a2b58350e8068507e6b5bff106850a5"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"request_ref\": \"111111111\",\n    \"request_type\": \"update customer\",\n    \"auth\": {\n        \"auth_provider\": \"PaywithAccount\",\n        \"secure\": null,\n        \"type\": null,\n        \"route_mode\": null\n    },\n    \"transaction\": {\n        \"mock_mode\": \"Inspect\",\n        \"transaction_ref\": \"998383938292\",\n        \"transaction_desc\": \"Update customer information\",\n        \"transaction_ref_parent\": \"\",\n        \"amount\": 0,\n        \"customer\":{\n            \"customer_ref\": \"2348033331412\",\n            \"firstname\": \"Uju\",\n            \"surname\": \"Usmanu\",\n            \"email\": \"ujuusmanu@gmail.com\",\n            \"mobile_no\": \"2348033331412\"\n        },\n        \"meta\": {\n            \"user_type\": \"biller\",\n            \"type\": \"auth\",\n            \"password\": \"avG5-F-L_r7pu\",\n            \"confirm_password\": \"avG5-F-L_r7pu\"\n        },\n        \"details\": {},\n        \"options\": null\n    }\n}","options":{"raw":{"language":"json"}}},"url":"https://api.onepipe.io/pwa/update_customer"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Alt-Svc","value":"h3=\":443\"; ma=2592000"},{"key":"Content-Length","value":"1660"},{"key":"Content-Type","value":"application/json"},{"key":"Date","value":"Sun, 30 Mar 2025 17:55:16 GMT"},{"key":"Vary","value":"Accept-Encoding"},{"key":"X-Beeceptor-Rule-Id","value":"fsdw7wz1b1t"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": \"Successful\",\n    \"message\": \"Transaction processed successfully\",\n    \"data\": {\n        \"provider_response_code\": \"00\",\n        \"provider\": \"PaywithAccount\",\n        \"errors\": null,\n        \"error\": null,\n        \"provider_response\": {\n            \"status\": \"ACTIVE\",\n            \"created_on\": \"2020-04-05 23:08:01\",\n            \"meta\": {}\n        },\n        \"client_info\": {\n            \"name\": null,\n            \"id\": null,\n            \"bank_cbn_code\": null,\n            \"bank_name\": null,\n            \"console_url\": null,\n            \"js_background_image\": null,\n            \"css_url\": null,\n            \"logo_url\": null,\n            \"footer_text\": null,\n            \"show_options_icon\": false,\n            \"paginate\": false,\n            \"paginate_count\": 0,\n            \"options\": null,\n            \"merchant\": null,\n            \"colors\": null,\n            \"meta\": null\n        }\n    }\n}"},{"id":"66a99e42-7725-4b33-b8dd-63794bc51b96","name":"Successful - profile","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer hSk84fnb2GeOVZ4JbUcu_ca608e4d33b2408e90b3a97157b581d7"},{"key":"Signature","value":"3a2b58350e8068507e6b5bff106850a5"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"request_ref\": \"111111111\",\n    \"request_type\": \"update customer\",\n    \"auth\": {\n        \"auth_provider\": \"PaywithAccount\",\n        \"secure\": null,\n        \"type\": null,\n        \"route_mode\": null\n    },\n    \"transaction\": {\n        \"mock_mode\": \"Inspect\",\n        \"transaction_ref\": \"998383938292\",\n        \"transaction_desc\": \"Update customer information\",\n        \"transaction_ref_parent\": \"\",\n        \"amount\": 0,\n        \"customer\":{\n            \"customer_ref\": \"2348033331412\",\n            \"firstname\": \"Uju\",\n            \"surname\": \"Usmanu\",\n            \"email\": \"ujuusmanu@gmail.com\",\n            \"mobile_no\": \"2348033331412\"\n        },\n        \"meta\": {\n            \"user_type\": \"biller\",\n            \"type\": \"profile\",\n            \"first_name\":\"Uju\",\n            \"last_name\":\"Usmanu\"\n        },\n        \"details\": {},\n        \"options\": null\n    }\n}","options":{"raw":{"language":"json"}}},"url":"https://api.onepipe.io/pwa/update_customer"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Alt-Svc","value":"h3=\":443\"; ma=2592000"},{"key":"Content-Length","value":"1660"},{"key":"Content-Type","value":"application/json"},{"key":"Date","value":"Sun, 30 Mar 2025 17:55:16 GMT"},{"key":"Vary","value":"Accept-Encoding"},{"key":"X-Beeceptor-Rule-Id","value":"fsdw7wz1b1t"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": \"Successful\",\n    \"message\": \"Transaction processed successfully\",\n    \"data\": {\n        \"provider_response_code\": \"00\",\n        \"provider\": \"PaywithAccount\",\n        \"errors\": null,\n        \"error\": null,\n        \"provider_response\": {\n            \"status\": \"ACTIVE\",\n            \"created_on\": \"2020-04-05 23:08:01\",\n            \"meta\": {}\n        },\n        \"client_info\": {\n            \"name\": null,\n            \"id\": null,\n            \"bank_cbn_code\": null,\n            \"bank_name\": null,\n            \"console_url\": null,\n            \"js_background_image\": null,\n            \"css_url\": null,\n            \"logo_url\": null,\n            \"footer_text\": null,\n            \"show_options_icon\": false,\n            \"paginate\": false,\n            \"paginate_count\": 0,\n            \"options\": null,\n            \"merchant\": null,\n            \"colors\": null,\n            \"meta\": null\n        }\n    }\n}"}],"_postman_id":"5ed2396d-fc77-45bf-8510-f14b5dd2b819"},{"name":"Lookup Merchant","id":"a6bf3b87-518d-4356-8e43-377cbde303cd","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Authorization","value":"Bearer hSk84fnb2GeOVZ4JbUcu_ca608e4d33b2408e90b3a97157b581d7"},{"key":"Signature","value":"3a2b58350e8068507e6b5bff106850a5"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"request_ref\": \"111111111\",\n    \"request_type\": \"lookup merchant\",\n    \"auth\": {\n        \"auth_provider\": \"PaywithAccount\",\n        \"secure\": null,\n        \"type\": null,\n        \"route_mode\": null\n    },\n    \"transaction\": {\n        \"mock_mode\": \"Live\",\n        \"transaction_ref\": \"998383938292\",\n        \"transaction_desc\": \"Get merchant details\",\n        \"transaction_ref_parent\": \"\",\n        \"amount\": 0,\n        \"customer\":{\n            \"customer_ref\": \"000019\", // biller_code or email\n            \"firstname\": null,\n            \"surname\": null,\n            \"email\": null,\n            \"mobile_no\": null\n        },\n        \"meta\": {},\n        \"details\": {},\n        \"options\": null\n    }\n}","options":{"raw":{"language":"json"}}},"url":"https://api.onepipe.io/v2/transact","urlObject":{"path":["v2","transact"],"host":["https://api.onepipe.io"],"query":[],"variable":[]}},"response":[{"id":"ee40cfd6-4fdc-4f34-a673-9d0240f17bef","name":"Successful","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer hSk84fnb2GeOVZ4JbUcu_ca608e4d33b2408e90b3a97157b581d7"},{"key":"Signature","value":"3a2b58350e8068507e6b5bff106850a5"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"request_ref\": \"111111111\",\n    \"request_type\": \"lookup merchant\",\n    \"auth\": {\n        \"auth_provider\": \"PaywithAccount\",\n        \"secure\": null,\n        \"type\": null,\n        \"route_mode\": null\n    },\n    \"transaction\": {\n        \"mock_mode\": \"Inspect\",\n        \"transaction_ref\": \"998383938292\",\n        \"transaction_desc\": \"Update merchant information\",\n        \"transaction_ref_parent\": \"\",\n        \"amount\": 0,\n        \"customer\":{\n            \"customer_ref\": \"2348022222222\", //supports pnone_no, biller_code, email\n            \"firstname\": null,\n            \"surname\": null,\n            \"email\": null,\n            \"mobile_no\": null\n        },\n        \"meta\": {},\n        \"details\": {},\n        \"options\": null\n    }\n}","options":{"raw":{"language":"json"}}},"url":"https://api.onepipe.io/pwa/lookupmerchant"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Alt-Svc","value":"h3=\":443\"; ma=2592000"},{"key":"Content-Length","value":"1660"},{"key":"Content-Type","value":"application/json"},{"key":"Date","value":"Sun, 30 Mar 2025 17:55:16 GMT"},{"key":"Vary","value":"Accept-Encoding"},{"key":"X-Beeceptor-Rule-Id","value":"fsdw7wz1b1t"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": \"Successful\",\n    \"message\": \"Transaction processed successfully\",\n    \"data\": {\n        \"provider_response_code\": \"00\",\n        \"provider\": \"PaywithAccount\",\n        \"errors\": null,\n        \"error\": null,\n        \"provider_response\": {\n            \"rc_number\": \"RC1544159000\",\n            \"status\": \"active\",\n            \"sector\": \"Onepipe Product\",// can be null\n            \"created_on\": \"2025-06-04 11:21:57\",\n            \"biller_name\": \"Sample\",\n            \"biller_code\": \"0096\",\n            \"tax_id\": \"238999009\",\n            \"bank_code\": \"068\",\n            \"bank_name\": \"Zenith Bank\",\n            \"bank_account_name\": \"MISTER MACARONI\",\n            \"bank_account_number\": \"5002671076\",\n            \"address\": \"N/A\",\n            \"notification_phone_number\": \"09097439961\",\n            \"notification_email\": \"info@ebanqo.com\",\n            \"webhook_url\": \"https://somewebhook.com\",\n            \"virtual_account_expiration\": 86400,\n            \"whatsapp_contact_number\": \"09097439961\",\n            \"whatsapp_contact_name\": \"Info\",\n            \"ussd_description\": null,\n            \"business_short_name\": \"eBanqobot\",\n            \"ussd_success_response_message\": null,\n            \"ussd_failure_response_message\": null,\n            \"ussd_failure_sms\": null,\n            \"ussd_success_sms\": null,\n            \"ussd_custom_fields\": null,\n            \"biller_virtual_account\": \"4566190000\",\n            \"biller_virtual_account_bank_name\": \"Fidelity\",\n            \"biller_virtual_account_name\": \"Koko Below - PWA\",\n            \"biller_virtual_account_bank_code\": \"070\",\n            \"biller_virtual_account_qr_code\": \"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAJQAAACUCAYAAAB1PADUAAAAAklEQVR4AewaftIAAATOSURBVO3BQW4kwREEwfDC/P/LLh7zVECjc6ilFGb4I1VLTqoWnVQtOqladFK16KRq0UnVopOqRSdVi06qFp1ULTqpWnRSteikatFJ1aKTqkWfvATkN6mZgLyh5gkgm9TcAPlNat44qVp0UrXopGrRJ8vUbALyhJoJyBtAbtRMQG7UTEAmNTdqNgHZdFK16KRq0UnVok++DMgTap5QMwGZ1DwB5A01E5AJyKTmDSBPqPmmk6pFJ1WLTqoWffLHAZnUTEBu1ExqngDyhJr/ZSdVi06qFp1ULfrkj1MzAZnU3AC5UXOjZgIyqZmA3Kj5y06qFp1ULTqpWvTJl6n5TWreUDMBmdTcqPlNav4lJ1WLTqoWnVQt+mQZkN8EZFIzAZnUbAIyqZmATGomIE8A+ZedVC06qVp0UrXok5fU/CVAboA8oWYCMqmZgExqbtT8JSdVi06qFp1ULfrkJSCTmgnIjZoJyBNqbtRMQCY1E5AngExqJiA3QCY1E5BJzQ2QSc0E5EbNGydVi06qFp1ULcIfWQTkRs0NkEnNBORGzRNAJjU3QG7U3AD5JjVPAJnUvHFSteikatFJ1aJPvkzNBOQJIJOaGyCTmgnIE0Bu1ExAJjWTmhsgN2omIBOQSc0E5JtOqhadVC06qVr0yT9OzQTkRs2NmgnIBOQNNU8AuVHzhJobNd90UrXopGrRSdWiT36ZmieAPAFkUnOj5jcBmdR8E5BJzTedVC06qVp0UrXok2VqJiA3aiYgk5oJyKRmAvIEkBs1TwDZBGRSM6mZgNwAmdRsOqladFK16KRq0Se/TM0TQCY1N2omIDdqboBMaiYg36RmAvKEmt90UrXopGrRSdUi/JEXgExqngAyqfkmIE+omYBMat4AMqmZgExq3gByo+aNk6pFJ1WLTqoWffJlQCY1N0CeUHMDZFIzAZnU3Ki5AfIGkEnNDZB/yUnVopOqRSdVi/BHFgGZ1ExAnlAzAZnU3AB5Q803AZnU/GUnVYtOqhadVC365CUgk5oJyBtAJjUTkEnNpOa/Ccik5gkgN2pugExqvumkatFJ1aKTqkWfvKTmRs0EZFIzAZnUbAIyqXkDyBtqJiA3ajYBmdS8cVK16KRq0UnVok+WAXlDzQRkUnMDZFJzA+RGzRtqJiBvALlR84SaTSdVi06qFp1ULfpkmZpNap5QswnIjZoJyI2aCcik5gkgTwC5UfPGSdWik6pFJ1WLPnkJyG9S84aaGyCTmifU3AB5Asik5gbIpOYGyKaTqkUnVYtOqhZ9skzNJiBPALlRMwGZ1DwBZFIzAZnUTEBu1HyTmk0nVYtOqhadVC365MuAPKHmCTU3QCYgTwC5UbMJyCYgN2o2nVQtOqladFK16JM/DsikZlKzSc0NkCfUvAFkUjMBmdR800nVopOqRSdViz75PwNkUjMBeQLIpOYGyKTmDTUTkEnNDZBJzRsnVYtOqhadVC3CH3kByKRmE5BJzQ2QSc0bQG7U3ACZ1NwAmdRMQG7U/DedVC06qVp0UrUIf+QFIL9JzQRkk5obIE+omYDcqHkDyKTmN51ULTqpWnRStQh/pGrJSdWik6pFJ1WLTqoWnVQtOqladFK16KRq0UnVopOqRSdVi06qFp1ULTqpWnRSteg/E2k8LSKweJ8AAAAASUVORK5CYII=\",\n            \"biller_qr_code_url\": \"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAKQAAACkCAYAAAAZtYVBAAAAAklEQVR4AewaftIAAAYMSURBVO3BQY4ry7LgQDKg/W+ZfYc+SiAh1UH8125m/2GtSxzWushhrYsc1rrIYa2LHNa6yGGtixzWushhrYsc1rrIYa2LHNa6yGGtixzWushhrYsc1rrIhy+p/EsV31B5UvFLKn+p4onKv1TxjcNaFzmsdZHDWhf58GMVv6TyhspUMVVMKm+oPKl4UjGpvFHxjYpfUvmlw1oXOax1kcNaF/nwx1TeqHhDZaqYVJ5UPFH5RsWkMlVMKm+oTBVvqLxR8ZcOa13ksNZFDmtd5MN6VPENlaniScX/zw5rXeSw1kUOa13kw/+4iknlicovVTxRmSomlScV/0sOa13ksNZFDmtd5MMfq7hJxTcqnqg8UZkqJpWp4onKVPFGxU0Oa13ksNZFDmtd5MOPqdxEZaqYVKaKSeWJylQxqUwVk8pUMalMFd9QudlhrYsc1rrIYa2LfPhSxU1UpopJ5V+qmFSeqLxR8aTi/5LDWhc5rHWRw1oX+fAllaliUvmliqniicobKm9UTCpTxZOKJypPVKaKSeWXKv7SYa2LHNa6yGGti3z4UsU3KiaVqWJSmSomlaliUnmj4onKN1SmiicqU8U3KiaVJypPKr5xWOsih7UucljrIvYffkjlScWkMlVMKr9U8UTllyqeqLxRMam8UTGpTBWTypOKXzqsdZHDWhc5rHWRDz9WMal8o2JS+YbKVPGk4onKE5UnFZPKNyomlTdU3lCZKr5xWOsih7UucljrIh++pPKk4g2VJxV/qWJSmSqeVPxSxRsqU8Wk8kbFpPKXDmtd5LDWRQ5rXeTDj1U8UZkqJpWpYlJ5UvGGypOKSWWqeKIyVbyh8qRiUplUpoo3VP6lw1oXOax1kcNaF/nwpYpJZar4hspUMal8o+KJyhOVqWKqeKNiUpkqblLxS4e1LnJY6yKHtS7y4Usq31B5UvGGypOKJypTxaQyVfySyhOVqeKXVJ5U/KXDWhc5rHWRw1oX+fDHVJ5UTCqTylTxDZWp4pdUpoo3KiaVb1RMKk8q3lCZKr5xWOsih7UucljrIh/+sYpJ5UnFk4pJZar4pYpJZaqYVL5RMak8qZhUnlRMKk8q/tJhrYsc1rrIYa2LfPhSxaTyRsWkMqk8qXiiMlW8ofJLFZPKGxWTypOKSWVSmSomlScVv3RY6yKHtS5yWOsi9h/+IZUnFb+k8qRiUnlS8ZdUpopJZap4Q+UvVXzjsNZFDmtd5LDWRT78MZU3VH6p4o2KJypTxROVqeKXVKaKX6qYVP7SYa2LHNa6yGGti9h/+ILKVPFEZap4Q2WqeENlqnii8o2Kb6g8qZhUnlS8oTJVTCpTxTcOa13ksNZFDmtd5MMfU5kqJpU3Kp6oPKmYVKaKJxVPVN5QeVLxjYo3VJ6oTBW/dFjrIoe1LnJY6yIfLlPxhsqTiicVTyqeqEwVk8pUMVVMKpPKN1SmiknljYpJZar4xmGtixzWushhrYvYf/iCylQxqfxSxROVv1TxRGWqmFSmiicqU8Wk8pcqJpUnFd84rHWRw1oXOax1kQ9fqnhS8ZdUpopJ5UnFpPKGyjdUpopvVLyhMlVMKlPFpPJLh7UucljrIoe1LvLhSyr/UsVU8UsVk8qkMlVMKk8qnqhMFZPKGypTxTdUpopfOqx1kcNaFzmsdZEPP1bxSypPVN6o+EbFpPJEZar4RsWk8qTiDZU3VKaKbxzWushhrYsc1rrIhz+m8kbFNyreUJkqpoo3Kp6o/CWVX6qYVKaKXzqsdZHDWhc5rHWRD/9jVJ5UPFF5o+KJyi+pTBWTylTxRGWqeFIxqUwV3zisdZHDWhc5rHWRD/9jKp6o/JLKVDFVTCpTxaQyqbxRMak8qZhUnlRMFb90WOsih7UucljrIh/+WMVfqphUpoqp4g2VJxVPVKaKNyreUHlSManc5LDWRQ5rXeSw1kU+/JjKv6TyhsqTim+ofKNiUvkllaniDZWp4pcOa13ksNZFDmtdxP7DWpc4rHWRw1oXOax1kcNaFzmsdZHDWhc5rHWRw1oXOax1kcNaFzmsdZHDWhc5rHWRw1oXOax1kf8HoEnmYhA8vKYAAAAASUVORK5CYII=\",\n            \"meta\": {}\n        },\n        \"client_info\": null\n    }\n}"}],"_postman_id":"a6bf3b87-518d-4356-8e43-377cbde303cd"},{"name":"Lookup Merchant - Customers","id":"517295be-076a-4314-8a6d-349875b9bea1","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Authorization","value":"Bearer hSk84fnb2GeOVZ4JbUcu_ca608e4d33b2408e90b3a97157b581d7"},{"key":"Signature","value":"3a2b58350e8068507e6b5bff106850a5"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"request_ref\": \"111111111\",\n    \"request_type\": \"lookup merchant\",\n    \"auth\": {\n        \"auth_provider\": \"PaywithAccount\",\n        \"secure\": null,\n        \"type\": null,\n        \"route_mode\": null\n    },\n    \"transaction\": {\n        \"mock_mode\": \"Live\",\n        \"transaction_ref\": \"998383938292\",\n        \"transaction_desc\": \"Get merchant customers\",\n        \"transaction_ref_parent\": \"\",\n        \"amount\": 0,\n        \"customer\": {\n            \"customer_ref\": \"000019\", //supports biller_code, email\n            \"firstname\": null,\n            \"surname\": null,\n            \"email\": null,\n            \"mobile_no\": null\n        },\n        \"meta\": {\n            \"return_customers\": true,\n            \"page\": 1, //default to 1\n            \"page_size\": 10 // default to 10\n        },\n        \"details\": {},\n        \"options\": null\n    }\n}","options":{"raw":{"language":"json"}}},"url":"https://api.onepipe.io/v2/transact","urlObject":{"path":["v2","transact"],"host":["https://api.onepipe.io"],"query":[],"variable":[]}},"response":[{"id":"8193699b-5eb2-4da5-a744-410dc5a8ecf7","name":"Successful","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer hSk84fnb2GeOVZ4JbUcu_ca608e4d33b2408e90b3a97157b581d7"},{"key":"Signature","value":"3a2b58350e8068507e6b5bff106850a5"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"request_ref\": \"111111111\",\n    \"request_type\": \"lookup merchant\",\n    \"auth\": {\n        \"auth_provider\": \"PaywithAccount\",\n        \"secure\": null,\n        \"type\": null,\n        \"route_mode\": null\n    },\n    \"transaction\": {\n        \"mock_mode\": \"Live\",\n        \"transaction_ref\": \"998383938292\",\n        \"transaction_desc\": \"Get merchant customers\",\n        \"transaction_ref_parent\": \"\",\n        \"amount\": 0,\n        \"customer\": {\n            \"customer_ref\": \"000019\", //supports biller_code, email\n            \"firstname\": null,\n            \"surname\": null,\n            \"email\": null,\n            \"mobile_no\": null\n        },\n        \"meta\": {\n            \"return_customers\": true,\n            \"page\": 1, //default to 1\n            \"page_size\": 10 // default to 10\n        },\n        \"details\": {},\n        \"options\": null\n    }\n}","options":{"raw":{"language":"json"}}},"url":"https://api.onepipe.io/pwa/lookup_merchant_customer"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Alt-Svc","value":"h3=\":443\"; ma=2592000"},{"key":"Content-Length","value":"1660"},{"key":"Content-Type","value":"application/json"},{"key":"Date","value":"Sun, 30 Mar 2025 17:55:16 GMT"},{"key":"Vary","value":"Accept-Encoding"},{"key":"X-Beeceptor-Rule-Id","value":"fsdw7wz1b1t"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": \"Successful\",\n    \"message\": \"Transaction processed successfully\",\n    \"data\": {\n        \"provider_response_code\": \"00\",\n        \"provider\": \"PaywithAccount\",\n        \"errors\": null,\n        \"error\": null,\n        \"provider_response\": {\n            \"rc_number\": \"RC1544159000\",\n            \"status\": \"active\",\n            \"sector\": \"Onepipe Product\",// can be null\n            \"created_on\": \"2025-06-04 11:21:57\",\n            \"biller_name\": \"Sample\",\n            \"biller_code\": \"0096\",\n            \"tax_id\": \"238999009\",\n            \"bank_code\": \"068\",\n            \"bank_name\": \"Zenith Bank\",\n            \"bank_account_name\": \"MISTER MACARONI\",\n            \"address\": \"\",\n            \"notification_phone_number\": \"\", //csv\n            \"notification_email\": \"\",\n            \"webhook_url\": \"\",\n            \"virtual_account_expiration\": \"\",\n            \"whatsapp_contact_number\": \"\",\n            \"whatsapp_contact_name\": \"\",\n            \"ussd_description\": \"\",\n            \"business_short_name\": \"\",\n            \"ussd_success_response_message\": \"\",\n            \"ussd_failure_response_message\": \"\",\n            \"ussd_failure_sms\": \"\",\n            \"ussd_success_sms\": \"\",\n            \"ussd_custom_fields\": \"age,bvn\", //csv\n            \"biller_virtual_account_name\": \"Koko Below - PWA\",\n            \"biller_virtual_account_bank_code\": \"070\",\n            \"biller_virtual_account_qr_code\": \"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAJQAAACUCAYAAAB1PADUAAAAAklEQVR4AewaftIAAATOSURBVO3BQW4kwREEwfDC/P/LLh7zVECjc6ilFGb4I1VLTqoWnVQtOqladFK16KRq0UnVopOqRSdVi06qFp1ULTqpWnRSteikatFJ1aKTqkWfvATkN6mZgLyh5gkgm9TcAPlNat44qVp0UrXopGrRJ8vUbALyhJoJyBtAbtRMQG7UTEAmNTdqNgHZdFK16KRq0UnVok++DMgTap5QMwGZ1DwB5A01E5AJyKTmDSBPqPmmk6pFJ1WLTqoWffLHAZnUTEBu1ExqngDyhJr/ZSdVi06qFp1ULfrkj1MzAZnU3AC5UXOjZgIyqZmA3Kj5y06qFp1ULTqpWvTJl6n5TWreUDMBmdTcqPlNav4lJ1WLTqoWnVQt+mQZkN8EZFIzAZnUbAIyqZmATGomIE8A+ZedVC06qVp0UrXok5fU/CVAboA8oWYCMqmZgExqbtT8JSdVi06qFp1ULfrkJSCTmgnIjZoJyBNqbtRMQCY1E5AngExqJiA3QCY1E5BJzQ2QSc0E5EbNGydVi06qFp1ULcIfWQTkRs0NkEnNBORGzRNAJjU3QG7U3AD5JjVPAJnUvHFSteikatFJ1aJPvkzNBOQJIJOaGyCTmgnIE0Bu1ExAJjWTmhsgN2omIBOQSc0E5JtOqhadVC06qVr0yT9OzQTkRs2NmgnIBOQNNU8AuVHzhJobNd90UrXopGrRSdWiT36ZmieAPAFkUnOj5jcBmdR8E5BJzTedVC06qVp0UrXok2VqJiA3aiYgk5oJyKRmAvIEkBs1TwDZBGRSM6mZgNwAmdRsOqladFK16KRq0Se/TM0TQCY1N2omIDdqboBMaiYg36RmAvKEmt90UrXopGrRSdUi/JEXgExqngAyqfkmIE+omYBMat4AMqmZgExq3gByo+aNk6pFJ1WLTqoWffJlQCY1N0CeUHMDZFIzAZnU3Ki5AfIGkEnNDZB/yUnVopOqRSdVi/BHFgGZ1ExAnlAzAZnU3AB5Q803AZnU/GUnVYtOqhadVC365CUgk5oJyBtAJjUTkEnNpOa/Ccik5gkgN2pugExqvumkatFJ1aKTqkWfvKTmRs0EZFIzAZnUbAIyqXkDyBtqJiA3ajYBmdS8cVK16KRq0UnVok+WAXlDzQRkUnMDZFJzA+RGzRtqJiBvALlR84SaTSdVi06qFp1ULfpkmZpNap5QswnIjZoJyI2aCcik5gkgTwC5UfPGSdWik6pFJ1WLPnkJyG9S84aaGyCTmifU3AB5Asik5gbIpOYGyKaTqkUnVYtOqhZ9skzNJiBPALlRMwGZ1DwBZFIzAZnUTEBu1HyTmk0nVYtOqhadVC365MuAPKHmCTU3QCYgTwC5UbMJyCYgN2o2nVQtOqladFK16JM/DsikZlKzSc0NkCfUvAFkUjMBmdR800nVopOqRSdViz75PwNkUjMBeQLIpOYGyKTmDTUTkEnNDZBJzRsnVYtOqhadVC3CH3kByKRmE5BJzQ2QSc0bQG7U3ACZ1NwAmdRMQG7U/DedVC06qVp0UrUIf+QFIL9JzQRkk5obIE+omYDcqHkDyKTmN51ULTqpWnRStQh/pGrJSdWik6pFJ1WLTqoWnVQtOqladFK16KRq0UnVopOqRSdVi06qFp1ULTqpWnRSteg/E2k8LSKweJ8AAAAASUVORK5CYII=\",\n            \"meta\": {\n                \"customers\": [\n                    {\n                        \"name\": \"Akin Olunloye\",\n                        \"phone_number\": \"09066870818\",\n                        \"email\": \"akin@onepipe.io\",\n                        \"address\": \"11b Badagry Street\",\n                        \"status\": \"active\"\n                    }\n                ],\n                \"pagination\": {\n                    \"records\": 1,\n                    \"page\": 1,\n                    \"pages\": 1,\n                    \"page_size\": 10\n                }\n            }\n        },\n        \"client_info\": {\n            \"name\": null,\n            \"id\": null,\n            \"bank_cbn_code\": null,\n            \"bank_name\": null,\n            \"console_url\": null,\n            \"js_background_image\": null,\n            \"css_url\": null,\n            \"logo_url\": null,\n            \"footer_text\": null,\n            \"show_options_icon\": false,\n            \"paginate\": false,\n            \"paginate_count\": 0,\n            \"options\": null,\n            \"merchant\": null,\n            \"colors\": null,\n            \"meta\": null\n        }\n    }\n}"}],"_postman_id":"517295be-076a-4314-8a6d-349875b9bea1"},{"name":"Lookup Merchant - Users","id":"ff777897-b900-4632-8a47-c2f9c9f5480e","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Authorization","value":"Bearer hSk84fnb2GeOVZ4JbUcu_ca608e4d33b2408e90b3a97157b581d7"},{"key":"Signature","value":"3a2b58350e8068507e6b5bff106850a5"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"request_ref\": \"111111111\",\n    \"request_type\": \"lookup merchant\",\n    \"auth\": {\n        \"auth_provider\": \"PaywithAccount\",\n        \"secure\": null,\n        \"type\": null,\n        \"route_mode\": null\n    },\n    \"transaction\": {\n        \"mock_mode\": \"Live\",\n        \"transaction_ref\": \"998383938292\",\n        \"transaction_desc\": \"Get merchant users\",\n        \"transaction_ref_parent\": \"\",\n        \"amount\": 0,\n        \"customer\":{\n            \"customer_ref\": \"000019\", //supports biller_code, email\n            \"firstname\": null,\n            \"surname\": null,\n            \"email\": null,\n            \"mobile_no\": null\n        },\n        \"meta\": {\n            \"return_users\":true,\n            \"page\": 1, //default to 1\n            \"page_size\": 10\n        },\n        \"details\": {},\n        \"options\": null\n    }\n}","options":{"raw":{"language":"json"}}},"url":"https://api.onepipe.io/v2/transact","urlObject":{"path":["v2","transact"],"host":["https://api.onepipe.io"],"query":[],"variable":[]}},"response":[{"id":"8775a6f7-318e-45ca-8801-7470ad49f8fe","name":"Successful","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer hSk84fnb2GeOVZ4JbUcu_ca608e4d33b2408e90b3a97157b581d7"},{"key":"Signature","value":"3a2b58350e8068507e6b5bff106850a5"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"request_ref\": \"111111111\",\n    \"request_type\": \"lookup merchant\",\n    \"auth\": {\n        \"auth_provider\": \"PaywithAccount\",\n        \"secure\": null,\n        \"type\": null,\n        \"route_mode\": null\n    },\n    \"transaction\": {\n        \"mock_mode\": \"Live\",\n        \"transaction_ref\": \"998383938292\",\n        \"transaction_desc\": \"Get merchant users\",\n        \"transaction_ref_parent\": \"\",\n        \"amount\": 0,\n        \"customer\":{\n            \"customer_ref\": \"000019\", //supports biller_code, email\n            \"firstname\": null,\n            \"surname\": null,\n            \"email\": null,\n            \"mobile_no\": null\n        },\n        \"meta\": {\n            \"return_users\":true,\n            \"page\": 1, //default to 1\n            \"page_size\": 10\n        },\n        \"details\": {},\n        \"options\": null\n    }\n}","options":{"raw":{"language":"json"}}},"url":"https://api.onepipe.io/pwa/lookup_merchant_user"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Alt-Svc","value":"h3=\":443\"; ma=2592000"},{"key":"Content-Length","value":"1660"},{"key":"Content-Type","value":"application/json"},{"key":"Date","value":"Sun, 30 Mar 2025 17:55:16 GMT"},{"key":"Vary","value":"Accept-Encoding"},{"key":"X-Beeceptor-Rule-Id","value":"fsdw7wz1b1t"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": \"Successful\",\n    \"message\": \"Transaction processed successfully\",\n    \"data\": {\n        \"provider_response_code\": \"00\",\n        \"provider\": \"PaywithAccount\",\n        \"errors\": null,\n        \"error\": null,\n        \"provider_response\": {\n            \"rc_number\": \"RC1544159000\",\n            \"status\": \"active\",\n            \"sector\": \"Onepipe Product\",// can be null\n            \"created_on\": \"2025-06-04 11:21:57\",\n            \"biller_name\": \"Sample\",\n            \"biller_code\": \"0096\",\n            \"tax_id\": \"238999009\",\n            \"bank_code\": \"068\",\n            \"bank_name\": \"Zenith Bank\",\n            \"bank_account_name\": \"MISTER MACARONI\",\n            \"bank_account_number\": \"\",\n            \"address\": \"\",\n            \"notification_phone_number\": \"\", //csv\n            \"notification_email\": \"\",\n            \"webhook_url\": \"\",\n            \"virtual_account_expiration\": \"\",\n            \"whatsapp_contact_number\": \"\",\n            \"whatsapp_contact_name\": \"\",\n            \"ussd_description\": \"\",\n            \"business_short_name\": \"\",\n            \"ussd_success_response_message\": \"\",\n            \"ussd_failure_response_message\": \"\",\n            \"ussd_failure_sms\": \"\",\n            \"ussd_success_sms\": \"\",\n            \"ussd_custom_fields\": \"age,bvn\", //csv\n            \"biller_virtual_account_name\": \"Koko Below - PWA\",\n            \"biller_virtual_account_bank_code\": \"070\",\n            \"biller_virtual_account_qr_code\": \"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAJQAAACUCAYAAAB1PADUAAAAAklEQVR4AewaftIAAATOSURBVO3BQW4kwREEwfDC/P/LLh7zVECjc6ilFGb4I1VLTqoWnVQtOqladFK16KRq0UnVopOqRSdVi06qFp1ULTqpWnRSteikatFJ1aKTqkWfvATkN6mZgLyh5gkgm9TcAPlNat44qVp0UrXopGrRJ8vUbALyhJoJyBtAbtRMQG7UTEAmNTdqNgHZdFK16KRq0UnVok++DMgTap5QMwGZ1DwB5A01E5AJyKTmDSBPqPmmk6pFJ1WLTqoWffLHAZnUTEBu1ExqngDyhJr/ZSdVi06qFp1ULfrkj1MzAZnU3AC5UXOjZgIyqZmA3Kj5y06qFp1ULTqpWvTJl6n5TWreUDMBmdTcqPlNav4lJ1WLTqoWnVQt+mQZkN8EZFIzAZnUbAIyqZmATGomIE8A+ZedVC06qVp0UrXok5fU/CVAboA8oWYCMqmZgExqbtT8JSdVi06qFp1ULfrkJSCTmgnIjZoJyBNqbtRMQCY1E5AngExqJiA3QCY1E5BJzQ2QSc0E5EbNGydVi06qFp1ULcIfWQTkRs0NkEnNBORGzRNAJjU3QG7U3AD5JjVPAJnUvHFSteikatFJ1aJPvkzNBOQJIJOaGyCTmgnIE0Bu1ExAJjWTmhsgN2omIBOQSc0E5JtOqhadVC06qVr0yT9OzQTkRs2NmgnIBOQNNU8AuVHzhJobNd90UrXopGrRSdWiT36ZmieAPAFkUnOj5jcBmdR8E5BJzTedVC06qVp0UrXok2VqJiA3aiYgk5oJyKRmAvIEkBs1TwDZBGRSM6mZgNwAmdRsOqladFK16KRq0Se/TM0TQCY1N2omIDdqboBMaiYg36RmAvKEmt90UrXopGrRSdUi/JEXgExqngAyqfkmIE+omYBMat4AMqmZgExq3gByo+aNk6pFJ1WLTqoWffJlQCY1N0CeUHMDZFIzAZnU3Ki5AfIGkEnNDZB/yUnVopOqRSdVi/BHFgGZ1ExAnlAzAZnU3AB5Q803AZnU/GUnVYtOqhadVC365CUgk5oJyBtAJjUTkEnNpOa/Ccik5gkgN2pugExqvumkatFJ1aKTqkWfvKTmRs0EZFIzAZnUbAIyqXkDyBtqJiA3ajYBmdS8cVK16KRq0UnVok+WAXlDzQRkUnMDZFJzA+RGzRtqJiBvALlR84SaTSdVi06qFp1ULfpkmZpNap5QswnIjZoJyI2aCcik5gkgTwC5UfPGSdWik6pFJ1WLPnkJyG9S84aaGyCTmifU3AB5Asik5gbIpOYGyKaTqkUnVYtOqhZ9skzNJiBPALlRMwGZ1DwBZFIzAZnUTEBu1HyTmk0nVYtOqhadVC365MuAPKHmCTU3QCYgTwC5UbMJyCYgN2o2nVQtOqladFK16JM/DsikZlKzSc0NkCfUvAFkUjMBmdR800nVopOqRSdViz75PwNkUjMBeQLIpOYGyKTmDTUTkEnNDZBJzRsnVYtOqhadVC3CH3kByKRmE5BJzQ2QSc0bQG7U3ACZ1NwAmdRMQG7U/DedVC06qVp0UrUIf+QFIL9JzQRkk5obIE+omYDcqHkDyKTmN51ULTqpWnRStQh/pGrJSdWik6pFJ1WLTqoWnVQtOqladFK16KRq0UnVopOqRSdVi06qFp1ULTqpWnRSteg/E2k8LSKweJ8AAAAASUVORK5CYII=\",\n            \"meta\": {\n                \"users\": [\n                    {\n                        \"name\": \"Akin Olunloye\",\n                        \"phone_number\": \"09066870818\",\n                        \"email\": \"akin@onepipe.io\",\n                        \"address\": \"11b Badagry Street\",\n                        \"status\": \"active\",\n                        \"role_name\": \"Super Admin\"\n                    }\n                ],\n                \"pagination\": {\n                    \"records\": 1,\n                    \"page\": 1,\n                    \"pages\": 1,\n                    \"page_size\": 10\n                }\n            }\n        },\n        \"client_info\": {\n            \"name\": null,\n            \"id\": null,\n            \"bank_cbn_code\": null,\n            \"bank_name\": null,\n            \"console_url\": null,\n            \"js_background_image\": null,\n            \"css_url\": null,\n            \"logo_url\": null,\n            \"footer_text\": null,\n            \"show_options_icon\": false,\n            \"paginate\": false,\n            \"paginate_count\": 0,\n            \"options\": null,\n            \"merchant\": null,\n            \"colors\": null,\n            \"meta\": null\n        }\n    }\n}"}],"_postman_id":"ff777897-b900-4632-8a47-c2f9c9f5480e"},{"name":"Update Payment - Pause Subscription","id":"12288e2c-337d-4ec4-83a8-2548acb1c790","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Authorization","value":"Bearer hSk84fnb2GeOVZ4JbUcu_ca608e4d33b2408e90b3a97157b581d7"},{"key":"Signature","value":"3a2b58350e8068507e6b5bff106850a5"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"request_ref\": \"111111111\",\n    \"request_type\": \"update payment\",\n    \"auth\": {\n        \"auth_provider\": \"PaywithAccount\",\n        \"secure\": null,\n        \"type\": null,\n        \"route_mode\": null\n    },\n    \"transaction\": {\n        \"mock_mode\": \"Inspect\",\n        \"transaction_ref\": \"998383938292\",\n        \"transaction_desc\": \"Update payment information\",\n        \"transaction_ref_parent\": \"\",\n        \"amount\": 0,\n        \"customer\":{\n            \"customer_ref\": \"2349066870818\",\n            \"firstname\": \"Uju\",\n            \"surname\": \"Usmanu\",\n            \"email\": \"ujuusmanu@gmail.com\",\n            \"mobile_no\": \"2349066870818\"\n        },\n        \"meta\": {\n            \"action\":\"resume\", //\"pause|resume\" \n            \"biller_code\": \"000083\"        \n        },\n        \"details\": {\n            \"payment_id\":4000\n        },\n        \"options\": null\n    }\n}","options":{"raw":{"language":"json"}}},"url":"https://api.onepipe.io/v2/transact","urlObject":{"path":["v2","transact"],"host":["https://api.onepipe.io"],"query":[],"variable":[]}},"response":[{"id":"26f356c6-3cc4-4589-a318-bb1171213e15","name":"Successful","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer hSk84fnb2GeOVZ4JbUcu_ca608e4d33b2408e90b3a97157b581d7"},{"key":"Signature","value":"3a2b58350e8068507e6b5bff106850a5"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"request_ref\": \"111111111\",\n    \"request_type\": \"update merchant\",\n    \"auth\": {\n        \"auth_provider\": \"PaywithAccount\",\n        \"secure\": null,\n        \"type\": null,\n        \"route_mode\": null\n    },\n    \"transaction\": {\n        \"mock_mode\": \"Inspect\",\n        \"transaction_ref\": \"998383938292\",\n        \"transaction_desc\": \"Update merchant information\",\n        \"transaction_ref_parent\": \"\",\n        \"amount\": 0,\n        \"customer\": {\n            \"customer_ref\": \"2348033331412\",\n            \"firstname\": \"Uju\",\n            \"surname\": \"Usmanu\",\n            \"email\": \"ujuusmanu@gmail.com\",\n            \"mobile_no\": \"2348033331412\"\n        },\n        \"meta\": {\n            \"action\": \"pause\",\n            \"biller_code\": \"code\"\n        },\n        \"details\": {\n            \"payment_id\": 4000\n        },\n        \"options\": null\n    }\n}","options":{"raw":{"language":"json"}}},"url":"https://api.onepipe.io/pwa/update_payment"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Alt-Svc","value":"h3=\":443\"; ma=2592000"},{"key":"Content-Length","value":"1660"},{"key":"Content-Type","value":"application/json"},{"key":"Date","value":"Sun, 30 Mar 2025 17:55:16 GMT"},{"key":"Vary","value":"Accept-Encoding"},{"key":"X-Beeceptor-Rule-Id","value":"fsdw7wz1b1t"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": \"Successful\",\n    \"message\": \"Transaction processed successfully\",\n    \"data\": {\n        \"provider_response_code\": \"00\",\n        \"provider\": \"PaywithAccount\",\n        \"errors\": null,\n        \"error\": null,\n        \"provider_response\": {\n            \"status\": \"Paused\",\n            \"created_on\": \"2020-04-05 23:08:01\",\n            \"meta\": {}\n        },\n        \"client_info\": {\n            \"name\": null,\n            \"id\": null,\n            \"bank_cbn_code\": null,\n            \"bank_name\": null,\n            \"console_url\": null,\n            \"js_background_image\": null,\n            \"css_url\": null,\n            \"logo_url\": null,\n            \"footer_text\": null,\n            \"show_options_icon\": false,\n            \"paginate\": false,\n            \"paginate_count\": 0,\n            \"options\": null,\n            \"merchant\": null,\n            \"colors\": null,\n            \"meta\": null\n        }\n    }\n}"}],"_postman_id":"12288e2c-337d-4ec4-83a8-2548acb1c790"},{"name":"Update Payment - Update Subscription Plan","id":"d4dadbf8-5f96-44c6-b4b5-f9f567a8267c","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Authorization","value":"Bearer hSk84fnb2GeOVZ4JbUcu_ca608e4d33b2408e90b3a97157b581d7"},{"key":"Signature","value":"3a2b58350e8068507e6b5bff106850a5"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"/**\n    This upgrade can only be done when you use the same account number used to create the running subscription. If you use another account, the upgrade would not be successful\n*/\n\n{\n    \"request_ref\": \"111111111\",\n    \"request_type\": \"update payment\",\n    \"auth\": {\n        \"auth_provider\": \"PaywithAccount\",\n        \"secure\": null,\n        \"type\": null,\n        \"route_mode\": null\n    },\n    \"transaction\": {\n        \"mock_mode\": \"Inspect\",\n        \"transaction_ref\": \"998383938292\",\n        \"transaction_desc\": \"Update payment information\",\n        \"transaction_ref_parent\": \"\",\n        \"amount\": 10000, // should match product price\n        \"customer\": {\n            \"customer_ref\": \"2349066870818\",\n            \"firstname\": \"Uju\",\n            \"surname\": \"Usmanu\",\n            \"email\": \"ujuusmanu@gmail.com\",\n            \"mobile_no\": \"2349066870818\"\n        },\n        \"meta\": {\n            \"action\": \"update\",\n            \"biller_code\": \"000083\",\n            \"end_date\": \"2025-11-15\",\n            // optional\n            \"product\": \"{\\\"name\\\": \\\"Data bundle\\\", \\\"price\\\": 10000}\",\n            \"custom_fields\":\"{\\\"policy number\\\": \\\"245\\\"}\",\n            \"frequency\": \"daily\", // daily|weekly|monthly|yearly\n            \"narration\": \"Rent due\",\n            \"skip_reminder\": true, // true|false\n            \"skip_messaging\": true // \"true|false\"     \n        },\n        \"details\": {\n            \"payment_id\": 4000, // subscription id\n            \"start_date\": \"2025-10-15\"\n        },\n        \"options\": null\n    }\n}","options":{"raw":{"language":"json"}}},"url":"https://api.onepipe.io/pwa/update_payment","urlObject":{"path":["pwa","update_payment"],"host":["https://api.onepipe.io"],"query":[],"variable":[]}},"response":[{"id":"920c5f48-bfb1-4153-ac91-402191400a95","name":"Successful","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer hSk84fnb2GeOVZ4JbUcu_ca608e4d33b2408e90b3a97157b581d7"},{"key":"Signature","value":"3a2b58350e8068507e6b5bff106850a5"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"request_ref\": \"111111111\",\n    \"request_type\": \"update payment\",\n    \"auth\": {\n        \"auth_provider\": \"PaywithAccount\",\n        \"secure\": null,\n        \"type\": null,\n        \"route_mode\": null\n    },\n    \"transaction\": {\n        \"mock_mode\": \"Inspect\",\n        \"transaction_ref\": \"998383938292\",\n        \"transaction_desc\": \"Update payment information\",\n        \"transaction_ref_parent\": \"\",\n        \"amount\": 15000,\n        \"customer\": {\n            \"customer_ref\": \"2349066870818\",\n            \"firstname\": \"Uju\",\n            \"surname\": \"Usmanu\",\n            \"email\": \"ujuusmanu@gmail.com\",\n            \"mobile_no\": \"2349066870818\"\n        },\n        \"meta\": {\n            \"action\": \"update\",\n            \"biller_code\": \"000083\",\n            \"end_date\": \"2025-11-15\",\n            // optional\n            \"product\": \"{\\\"name\\\": \\\"Data bundle\\\", \\\"price\\\": 10000}\",\n            \"custom_fields\":\"{\\\"policy number\\\": \\\"245\\\"}\",\n            \"frequency\": \"daily\", // daily|weekly|monthly|yearly\n            \"narration\": \"Rent due\",\n            \"skip_reminder\": true, // true|false\n            \"skip_messaging\": true // \"true|false\"     \n        },\n        \"details\": {\n            \"payment_id\": 4000,\n            \"start_date\": \"2025-10-15\"\n        },\n        \"options\": null\n    }\n}","options":{"raw":{"language":"json"}}},"url":"https://api.onepipe.io/pwa/update_payment"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Alt-Svc","value":"h3=\":443\"; ma=2592000"},{"key":"Content-Length","value":"1660"},{"key":"Content-Type","value":"application/json"},{"key":"Date","value":"Sun, 30 Mar 2025 17:55:16 GMT"},{"key":"Vary","value":"Accept-Encoding"},{"key":"X-Beeceptor-Rule-Id","value":"fsdw7wz1b1t"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": \"Successful\",\n    \"message\": \"Transaction processed successfully\",\n    \"data\": {\n        \"provider_response_code\": \"00\",\n        \"provider\": \"PaywithAccount\",\n        \"errors\": null,\n        \"error\": null,\n        \"provider_response\": {\n            \"status\": \"consent_pending\", // customer gets email and sms to review and accept/decline update. You can query for status.\n            \"created_on\": null,\n            \"meta\": {\n                \"start_date\": null\n            }\n        }\n    }\n}"}],"_postman_id":"d4dadbf8-5f96-44c6-b4b5-f9f567a8267c"},{"name":"Update Customer - customer","id":"a10b67c3-4d5d-4c10-9d4a-48f167397486","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Authorization","value":"Bearer hSk84fnb2GeOVZ4JbUcu_ca608e4d33b2408e90b3a97157b581d7"},{"key":"Signature","value":"3a2b58350e8068507e6b5bff106850a5"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"request_ref\": \"111111111\",\n    \"request_type\": \"update customer\",\n    \"auth\": {\n        \"auth_provider\": \"PaywithAccount\",\n        \"secure\": null,\n        \"type\": null,\n        \"route_mode\": null\n    },\n    \"transaction\": {\n        \"mock_mode\": \"Inspect\",\n        \"transaction_ref\": \"998383938292\",\n        \"transaction_desc\": \"Update customer information\",\n        \"transaction_ref_parent\": \"\",\n        \"amount\": 0,\n        \"customer\":{\n            \"customer_ref\": \"2348033331412\",\n            \"firstname\": \"Uju\",\n            \"surname\": \"Usmanu\",\n            \"email\": \"ujuusmanu@gmail.com\",\n            \"mobile_no\": \"2348033331412\"\n        },\n        \"meta\": {\n            \"user_type\": \"customer\",\n            \"type\": \"auth\",\n            \"pin\": \"1234\",\n            \"otp_reference\": \"ab806bf5-229e-4ccb-a875-0f68338e93a3\" //can be null\n        },\n        \"details\": {},\n        \"options\": null\n    }\n}","options":{"raw":{"language":"json"}}},"url":"https://api.onepipe.io/v2/transact","urlObject":{"path":["v2","transact"],"host":["https://api.onepipe.io"],"query":[],"variable":[]}},"response":[{"id":"a4ed3d85-8da4-4bcb-8ae7-8428618bf3a8","name":"Successful","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer hSk84fnb2GeOVZ4JbUcu_ca608e4d33b2408e90b3a97157b581d7"},{"key":"Signature","value":"3a2b58350e8068507e6b5bff106850a5"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"request_ref\": \"111111111\",\n    \"request_type\": \"update customer\",\n    \"auth\": {\n        \"auth_provider\": \"PaywithAccount\",\n        \"secure\": null,\n        \"type\": null,\n        \"route_mode\": null\n    },\n    \"transaction\": {\n        \"mock_mode\": \"Inspect\",\n        \"transaction_ref\": \"998383938292\",\n        \"transaction_desc\": \"Update customer information\",\n        \"transaction_ref_parent\": \"\",\n        \"amount\": 0,\n        \"customer\":{\n            \"customer_ref\": \"2348033331412\",\n            \"firstname\": \"Uju\",\n            \"surname\": \"Usmanu\",\n            \"email\": \"ujuusmanu@gmail.com\",\n            \"mobile_no\": \"2348033331412\"\n        },\n        \"meta\": {\n            \"user_type\": \"customer\",\n            \"type\": \"auth\",\n            \"pin\": \"1234\"\n        },\n        \"details\": {},\n        \"options\": null\n    }\n}","options":{"raw":{"language":"json"}}},"url":"https://api.onepipe.io/pwa/update_customer"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Alt-Svc","value":"h3=\":443\"; ma=2592000"},{"key":"Content-Length","value":"1660"},{"key":"Content-Type","value":"application/json"},{"key":"Date","value":"Sun, 30 Mar 2025 17:55:16 GMT"},{"key":"Vary","value":"Accept-Encoding"},{"key":"X-Beeceptor-Rule-Id","value":"fsdw7wz1b1t"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": \"Successful\",\n    \"message\": \"Transaction processed successfully\",\n    \"data\": {\n        \"provider_response_code\": \"00\",\n        \"provider\": \"PaywithAccount\",\n        \"errors\": null,\n        \"error\": null,\n        \"provider_response\": {\n            \"status\": null,\n            \"modified_on\": \"2025-08-06 19:52:00\",\n            \"meta\": {}\n        },\n        \"client_info\": {\n            \"name\": null,\n            \"id\": null,\n            \"bank_cbn_code\": null,\n            \"bank_name\": null,\n            \"console_url\": null,\n            \"js_background_image\": null,\n            \"css_url\": null,\n            \"logo_url\": null,\n            \"footer_text\": null,\n            \"show_options_icon\": false,\n            \"paginate\": false,\n            \"paginate_count\": 0,\n            \"options\": null,\n            \"merchant\": null,\n            \"colors\": null,\n            \"meta\": null\n        }\n    }\n}"},{"id":"a308bb56-e2d0-467f-947c-6ae0da84261f","name":"otp expired","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer hSk84fnb2GeOVZ4JbUcu_ca608e4d33b2408e90b3a97157b581d7"},{"key":"Signature","value":"3a2b58350e8068507e6b5bff106850a5"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"request_ref\": \"111111111\",\n    \"request_type\": \"update customer\",\n    \"auth\": {\n        \"auth_provider\": \"PaywithAccount\",\n        \"secure\": null,\n        \"type\": null,\n        \"route_mode\": null\n    },\n    \"transaction\": {\n        \"mock_mode\": \"Inspect\",\n        \"transaction_ref\": \"998383938292\",\n        \"transaction_desc\": \"Update customer information\",\n        \"transaction_ref_parent\": \"\",\n        \"amount\": 0,\n        \"customer\":{\n            \"customer_ref\": \"2348033331412\",\n            \"firstname\": \"Uju\",\n            \"surname\": \"Usmanu\",\n            \"email\": \"ujuusmanu@gmail.com\",\n            \"mobile_no\": \"2348033331412\"\n        },\n        \"meta\": {\n            \"user_type\": \"customer\",\n            \"type\": \"auth\",\n            \"pin\": \"1234\",\n            \"otp_reference\": \"ab806bf5-229e-4ccb-a875-0f68338e93a3\" //can be null\n        },\n        \"details\": {},\n        \"options\": null\n    }\n}","options":{"raw":{"language":"json"}}},"url":"https://api.onepipe.io/pwa/update_customer"},"_postman_previewlanguage":null,"header":null,"cookie":[],"responseTime":null,"body":"{\r\n    \"status\": \"Failed\",\r\n    \"message\": \"Transaction failed\",\r\n    \"data\": {\r\n        \"provider_response_code\": \"96\",\r\n        \"provider\": \"PaywithAccount\",\r\n        \"errors\": [\r\n            {\r\n                \"code\": \"06\",\r\n                \"message\": \"OTP reference has expired\"\r\n            }\r\n        ],\r\n        \"error\": {\r\n            \"code\": \"06\",\r\n            \"message\": \"OTP reference has expired\"\r\n        },\r\n        \"provider_response\": null,\r\n        \"client_info\": {\r\n            \"name\": null,\r\n            \"id\": null,\r\n            \"bank_cbn_code\": null,\r\n            \"bank_name\": null,\r\n            \"console_url\": null,\r\n            \"js_background_image\": null,\r\n            \"css_url\": null,\r\n            \"logo_url\": null,\r\n            \"footer_text\": null,\r\n            \"show_options_icon\": false,\r\n            \"paginate\": false,\r\n            \"paginate_count\": 0,\r\n            \"options\": null,\r\n            \"merchant\": null,\r\n            \"colors\": null,\r\n            \"meta\": null\r\n        }\r\n    }\r\n}"},{"id":"6d851262-b470-4013-899f-f5bfddc11b3d","name":"invalid otp reference","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer hSk84fnb2GeOVZ4JbUcu_ca608e4d33b2408e90b3a97157b581d7"},{"key":"Signature","value":"3a2b58350e8068507e6b5bff106850a5"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"request_ref\": \"111111111\",\n    \"request_type\": \"update customer\",\n    \"auth\": {\n        \"auth_provider\": \"PaywithAccount\",\n        \"secure\": null,\n        \"type\": null,\n        \"route_mode\": null\n    },\n    \"transaction\": {\n        \"mock_mode\": \"Inspect\",\n        \"transaction_ref\": \"998383938292\",\n        \"transaction_desc\": \"Update customer information\",\n        \"transaction_ref_parent\": \"\",\n        \"amount\": 0,\n        \"customer\":{\n            \"customer_ref\": \"2348033331412\",\n            \"firstname\": \"Uju\",\n            \"surname\": \"Usmanu\",\n            \"email\": \"ujuusmanu@gmail.com\",\n            \"mobile_no\": \"2348033331412\"\n        },\n        \"meta\": {\n            \"user_type\": \"customer\",\n            \"type\": \"auth\",\n            \"pin\": \"1234\",\n            \"otp_reference\": \"ab806bf5-229e-4ccb-a875-0f68338e93a3\" //can be null\n        },\n        \"details\": {},\n        \"options\": null\n    }\n}","options":{"raw":{"language":"json"}}},"url":"https://api.onepipe.io/pwa/update_customer"},"_postman_previewlanguage":null,"header":null,"cookie":[],"responseTime":null,"body":"{\r\n    \"status\": \"Failed\",\r\n    \"message\": \"Transaction failed\",\r\n    \"data\": {\r\n        \"provider_response_code\": \"96\",\r\n        \"provider\": \"PaywithAccount\",\r\n        \"errors\": [\r\n            {\r\n                \"code\": \"06\",\r\n                \"message\": \"Invalid or unverified OTP reference\"\r\n            }\r\n        ],\r\n        \"error\": {\r\n            \"code\": \"06\",\r\n            \"message\": \"Invalid or unverified OTP reference\"\r\n        },\r\n        \"provider_response\": null,\r\n        \"client_info\": {\r\n            \"name\": null,\r\n            \"id\": null,\r\n            \"bank_cbn_code\": null,\r\n            \"bank_name\": null,\r\n            \"console_url\": null,\r\n            \"js_background_image\": null,\r\n            \"css_url\": null,\r\n            \"logo_url\": null,\r\n            \"footer_text\": null,\r\n            \"show_options_icon\": false,\r\n            \"paginate\": false,\r\n            \"paginate_count\": 0,\r\n            \"options\": null,\r\n            \"merchant\": null,\r\n            \"colors\": null,\r\n            \"meta\": null\r\n        }\r\n    }\r\n}"}],"_postman_id":"a10b67c3-4d5d-4c10-9d4a-48f167397486"},{"name":"Get Accounts Max","id":"3836d4ce-532f-43cc-a326-cb72b27fc104","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Authorization","value":"Bearer hSk84fnb2GeOVZ4JbUcu_ca608e4d33b2408e90b3a97157b581d7"},{"key":"Signature","value":"3a2b58350e8068507e6b5bff106850a5"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"request_ref\": \"111111111\",\n    \"request_type\": \"Get Accounts Max\",\n    \"auth\": {\n        \"type\": null,\n        \"secure\": null,\n        \"auth_provider\": \"PaywithAccount\"\n    },\n    \"transaction\": {\n        \"mock_mode\": \"Inspect\",\n        \"transaction_ref\": \"998383938292\",\n        \"transaction_desc\": \"Check active mandates\",\n        \"transaction_ref_parent\": null,\n        \"amount\": 0,\n        \"customer\": {\n            \"customer_ref\": \"2348033331412\",\n            \"firstname\": \"Uju\",\n            \"surname\": \"Usmanu\",\n            \"email\": \"ujuusmanu@gmail.com\",\n            \"mobile_no\": \"2348033331412\"\n        },\n        \"meta\": {\n            \"status\": \"all\", // optional, csv or 'all', defaults to 'active'\n            \"debitable_mandate\": true,\n            \"biller_code\": \"000019\"\n        },\n        \"details\": {}\n    }\n}","options":{"raw":{"language":"json"}}},"url":"https://api.onepipe.io/v2/transact","urlObject":{"path":["v2","transact"],"host":["https://api.onepipe.io"],"query":[],"variable":[]}},"response":[{"id":"d850f7ec-9186-452f-a777-0005da5140bd","name":"Successful","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer hSk84fnb2GeOVZ4JbUcu_ca608e4d33b2408e90b3a97157b581d7"},{"key":"Signature","value":"3a2b58350e8068507e6b5bff106850a5"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"request_ref\": \"111111111\",\n    \"request_type\": \"Get Accounts Max\",\n    \"auth\": {\n        \"type\": null,\n        \"secure\": null,\n        \"auth_provider\": \"PaywithAccount\"\n    },\n    \"transaction\": {\n        \"mock_mode\": \"Inspect\",\n        \"transaction_ref\": \"998383938292\",\n        \"transaction_desc\": \"Check active mandates\",\n        \"transaction_ref_parent\": null,\n        \"amount\": 0,\n        \"customer\":{\n            \"customer_ref\": \"2348033331412\",\n            \"firstname\": \"Uju\",\n            \"surname\": \"Usmanu\",\n            \"email\": \"ujuusmanu@gmail.com\",\n            \"mobile_no\": \"2348033331412\"\n        },\n        \"meta\": {\n              \"biller_code\":\"000019\"\n        },\n        \"details\": {}\n    }\n}","options":{"raw":{"language":"json"}}},"url":"https://api.onepipe.io/pwa/get_accounts"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"content-length","value":"540"},{"key":"content-type","value":"application/json; charset=utf-8"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": \"Successful\",\n    \"message\": \"Transaction processed successfully\",\n    \"data\": {\n        \"provider_response_code\": \"00\",\n        \"provider\": \"PaywithAccount\",\n        \"errors\": null,\n        \"error\": null,\n        \"provider_response\": {\n            \"accounts\": [\n                {\n                    \"account_number\": \"1742041840\",\n                    \"account_name\": \"OPEYEMI ADEOYE\",\n                    \"bank_name\": \"Polaris Bank\",\n                    \"bank_code\": \"076\",\n                    \"extended_data\": {\n                        \"mandate_status\": \"active\",\n                        \"mandate_amount\": 50000,\n                        \"managed_mandate_id\":\"{{managed_mandate_id}}\",\n                        \"is_debitable_mandate\": false\n                    }\n                },\n                {\n                    \"account_number\": \"0702216990\",\n                    \"account_name\": \"OPEYEMI ABIDEMI ADEOYE\",\n                    \"bank_name\": \"Access Bank\",\n                    \"bank_code\": \"044\",\n                    \"extended_data\": {\n                        \"mandate_status\": \"active\",\n                        \"mandate_amount\": 50000,\n                        \"managed_mandate_id\":\"{{managed_mandate_id}}\",\n                        \"is_debitable_mandate\": false\n                    }\n                },\n                {\n                    \"account_number\": \"6234784766\",\n                    \"account_name\": \"ADEOYE OPE\",\n                    \"bank_name\": \"Fidelity Bank\",\n                    \"bank_code\": \"070\",\n                    \"extended_data\": {\n                        \"mandate_status\": \"active\",\n                        \"mandate_amount\": 50000,\n                        \"managed_mandate_id\":\"{{managed_mandate_id}}\",\n                        \"is_debitable_mandate\": false\n                    }\n                },\n                {\n                    \"account_number\": \"0032623140\",\n                    \"account_name\": \"OPE  ADEOYE\",\n                    \"bank_name\": \"Guaranty Trust Bank\",\n                    \"bank_code\": \"058\",\n                    \"extended_data\": {\n                        \"mandate_status\": \"active\",\n                        \"mandate_amount\": 50000,\n                        \"managed_mandate_id\":\"{{managed_mandate_id}}\",\n                        \"is_debitable_mandate\": false\n                    }\n                }\n            ],\n            \"reference\": \"94968394264848\",\n            \"meta\": {\n                \"records\": 4,\n                \"page\": 1,\n                \"pages\": 1,\n                \"page_size\": 1000000000,\n                \"payment_methods\": {\n                    \"pay4me\": {\n                        \"enabled\": false,\n                        \"min_amount\": null,\n                        \"max_amount\": \"N500,000.00\"\n                    },\n                    \"bank_transfer\": {\n                        \"enabled\": null,\n                        \"min_amount\": null,\n                        \"max_amount\": null,\n                        \"bank_name\": null,\n                        \"account_number\": null,\n                        \"account_name\": null\n                    }\n                }\n            }\n        },\n        \"client_info\": {\n            \"name\": null,\n            \"id\": null,\n            \"bank_cbn_code\": null,\n            \"bank_name\": null,\n            \"console_url\": null,\n            \"js_background_image\": null,\n            \"css_url\": null,\n            \"logo_url\": null,\n            \"footer_text\": null,\n            \"show_options_icon\": false,\n            \"paginate\": false,\n            \"paginate_count\": 0,\n            \"options\": null,\n            \"merchant\": null,\n            \"colors\": null,\n            \"meta\": null\n        }\n    }\n}"},{"id":"1b048b70-2a12-405f-8984-75e1a9ef8e1b","name":"get customer failed","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer hSk84fnb2GeOVZ4JbUcu_ca608e4d33b2408e90b3a97157b581d7"},{"key":"Signature","value":"3a2b58350e8068507e6b5bff106850a5"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"request_ref\": \"111111111\",\n    \"request_type\": \"Get Accounts Max\",\n    \"auth\": {\n        \"type\": null,\n        \"secure\": null,\n        \"auth_provider\": \"PaywithAccount\"\n    },\n    \"transaction\": {\n        \"mock_mode\": \"Inspect\",\n        \"transaction_ref\": \"998383938292\",\n        \"transaction_desc\": \"Check active mandates\",\n        \"transaction_ref_parent\": null,\n        \"amount\": 0,\n        \"customer\":{\n            \"customer_ref\": \"2348033331412\",\n            \"firstname\": \"Uju\",\n            \"surname\": \"Usmanu\",\n            \"email\": \"ujuusmanu@gmail.com\",\n            \"mobile_no\": \"2348033331412\"\n        },\n        \"meta\": {\n              \"biller_code\":\"000019\"\n        },\n        \"details\": {}\n    }\n}","options":{"raw":{"language":"json"}}},"url":"https://api.onepipe.io/pwa/get_accounts"},"_postman_previewlanguage":null,"header":null,"cookie":[],"responseTime":null,"body":"{\r\n    \"status\": \"Failed\",\r\n    \"message\": \"Transaction failed\",\r\n    \"data\": {\r\n        \"provider_response_code\": \"96\",\r\n        \"provider\": \"PaywithAccount\",\r\n        \"errors\": [\r\n            {\r\n                \"code\": \"06\",\r\n                \"message\": \"Failed to get payment options. Please try again.\"\r\n            }\r\n        ],\r\n        \"error\": {\r\n            \"code\": \"06\",\r\n            \"message\": \"Failed to get payment options. Please try again.\"\r\n        },\r\n        \"provider_response\": null,\r\n        \"client_info\": {\r\n            \"name\": null,\r\n            \"id\": null,\r\n            \"bank_cbn_code\": null,\r\n            \"bank_name\": null,\r\n            \"console_url\": null,\r\n            \"js_background_image\": null,\r\n            \"css_url\": null,\r\n            \"logo_url\": null,\r\n            \"footer_text\": null,\r\n            \"show_options_icon\": false,\r\n            \"paginate\": false,\r\n            \"paginate_count\": 0,\r\n            \"options\": null,\r\n            \"merchant\": null,\r\n            \"colors\": null,\r\n            \"meta\": null\r\n        }\r\n    }\r\n}"}],"_postman_id":"3836d4ce-532f-43cc-a326-cb72b27fc104"},{"name":"Send Event","id":"3f48c9cc-6498-430e-a221-328a0f224a06","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Authorization","value":"Bearer hSk84fnb2GeOVZ4JbUcu_ca608e4d33b2408e90b3a97157b581d7"},{"key":"Signature","value":"3a2b58350e8068507e6b5bff106850a5"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"request_ref\": \"111111111\",\n    \"request_type\": \"Send Event\",\n    \"auth\": {\n        \"auth_provider\": \"PaywithAccount\",\n        \"secure\": null,\n        \"type\": null,\n        \"route_mode\": null\n    },\n    \"transaction\": {\n        \"mock_mode\": \"Inspect\",\n        \"transaction_ref\": \"998383938292\",\n        \"transaction_desc\": \"Send event\",\n        \"transaction_ref_parent\": \"\",\n        \"amount\": 0,\n        \"customer\": {\n            \"customer_ref\": \"2348033331412\",\n            \"firstname\": \"Uju\",\n            \"surname\": \"Usmanu\",\n            \"email\": \"ujuusmanu@gmail.com\",\n            \"mobile_no\": \"2348033331412\"\n        },\n        \"meta\": {\n            \"message_template_id\": \"schedule_dispute\",\n            \"template_variables\": \"{\\\"customer_name\\\":\\\"John Doe\\\",\\\"company_name\\\":\\\"OnePipe\\\",\\\"amount\\\":\\\"N1000.00\\\",\\\"reference\\\":\\\"1234567890\\\",\\\"product\\\": \\\"bread\\\"}\",\n            \"messaging_channels\": \"email, sms, whatsapp, push\",\n            \"data\" : \"{{used to pass additional data to push notification only}}\"\n        },\n        \"details\": {},\n        \"options\": null\n    }\n}","options":{"raw":{"language":"json"}}},"url":"https://api.onepipe.io/v2/transact","urlObject":{"path":["v2","transact"],"host":["https://api.onepipe.io"],"query":[],"variable":[]}},"response":[{"id":"87c745e1-b49c-47f3-b736-a9e9b46fd8ae","name":"Successful","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer hSk84fnb2GeOVZ4JbUcu_ca608e4d33b2408e90b3a97157b581d7"},{"key":"Signature","value":"3a2b58350e8068507e6b5bff106850a5"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"request_ref\": \"111111111\",\n    \"request_type\": \"Send Event\",\n    \"auth\": {\n        \"auth_provider\": \"PaywithAccount\",\n        \"secure\": null,\n        \"type\": null,\n        \"route_mode\": null\n    },\n    \"transaction\": {\n        \"mock_mode\": \"Inspect\",\n        \"transaction_ref\": \"998383938292\",\n        \"transaction_desc\": \"Send event\",\n        \"transaction_ref_parent\": \"\",\n        \"amount\": 0,\n        \"customer\": {\n            \"customer_ref\": \"2348033331412\",\n            \"firstname\": \"Uju\",\n            \"surname\": \"Usmanu\",\n            \"email\": \"ujuusmanu@gmail.com\",\n            \"mobile_no\": \"2348033331412\"\n        },\n        \"meta\": {\n            \"message_template_id\": \"schedule_dispute\",\n            \"template_variables\": \"{\\\"customer_name\\\":\\\"John Doe\\\",\\\"company_name\\\":\\\"OnePipe\\\",\\\"amount\\\":\\\"N1000.00\\\",\\\"reference\\\":\\\"1234567890\\\",\\\"product\\\": \\\"bread\\\"}\",\n            \"messaging_channels\": \"email, sms, whatsapp, push\"\n        },\n        \"details\": {},\n        \"options\": null\n    }\n}","options":{"raw":{"language":"json"}}},"url":"https://api.onepipe.io/pwa/send_event"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Alt-Svc","value":"h3=\":443\"; ma=2592000"},{"key":"Content-Length","value":"1660"},{"key":"Content-Type","value":"application/json"},{"key":"Date","value":"Sun, 30 Mar 2025 17:55:16 GMT"},{"key":"Vary","value":"Accept-Encoding"},{"key":"X-Beeceptor-Rule-Id","value":"fsdw7wz1b1t"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": \"Successful\",\n    \"message\": \"Transaction processed successfully\",\n    \"data\": {\n        \"provider_response_code\": \"00\",\n        \"provider\": \"PaywithAccount\",\n        \"errors\": null,\n        \"error\": null,\n        \"provider_response\": {\n            \"transaction_ref\": \"35503839628472\",\n            \"event_type\": \"active\",\n            \"messaging_results\": [\n                {\n                    \"channel\": \"email\",\n                    \"success\": false,\n                    \"error\": \"Template schedule_dispute not found for email channel\"\n                },\n                {\n                    \"channel\": \"sms\",\n                    \"success\": false,\n                    \"error\": \"Template schedule_dispute not found for SMS channel\"\n                },\n                {\n                    \"channel\": \"whatsapp\",\n                    \"success\": false,\n                    \"error\": \"Template schedule_dispute not found for WhatsApp channel\"\n                },\n                {\n                    \"channel\": \"push\",\n                    \"success\": true\n                }\n            ],\n            \"total_channels\": 4,\n            \"successful_channels\": 1,\n            \"failed_channels\": 3\n        },\n        \"client_info\": {\n            \"name\": null,\n            \"id\": null,\n            \"bank_cbn_code\": null,\n            \"bank_name\": null,\n            \"console_url\": null,\n            \"js_background_image\": null,\n            \"css_url\": null,\n            \"logo_url\": null,\n            \"footer_text\": null,\n            \"show_options_icon\": false,\n            \"paginate\": false,\n            \"paginate_count\": 0,\n            \"options\": null,\n            \"merchant\": null,\n            \"colors\": null,\n            \"meta\": null\n        }\n    }\n}"},{"id":"817985a7-2d45-4a42-81aa-14b7587aa4b4","name":"invalid payload","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer hSk84fnb2GeOVZ4JbUcu_ca608e4d33b2408e90b3a97157b581d7"},{"key":"Signature","value":"3a2b58350e8068507e6b5bff106850a5"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"request_ref\": \"111111111\",\n    \"request_type\": \"Send Event\",\n    \"auth\": {\n        \"auth_provider\": \"PaywithAccount\",\n        \"secure\": null,\n        \"type\": null,\n        \"route_mode\": null\n    },\n    \"transaction\": {\n        \"mock_mode\": \"Inspect\",\n        \"transaction_ref\": \"998383938292\",\n        \"transaction_desc\": \"Send event\",\n        \"transaction_ref_parent\": \"\",\n        \"amount\": 0,\n        \"customer\":{\n            \"customer_ref\": \"2348033331412\",\n            \"firstname\": \"Uju\",\n            \"surname\": \"Usmanu\",\n            \"email\": \"ujuusmanu@gmail.com\",\n            \"mobile_no\": \"2348033331412\"\n        },\n        \"meta\": {\n            \"event_type\": \"active|inactive\", // optional\n            \"messaging_channels\": \"email, sms, whatsapp, push\",\n            \"webhook_url\": \"\", // optional\n            \"message_template_id\":\"\",\n            \"template_variables\": \"{\\\"some_key\\\":\\\"Some value\\\",\\\"another_key\\\":\\\"Another value\\\"}\",\n\n            // SMS DETAILS\n\n\n            // WHATSPP DETAILS\n\n            // PUSH DETAILS\n\n            // EMAIl DETAILS\n            \n            // Other stuff in meta\n            \"pay4me\":true // optional\n        },\n        \"details\": {},\n        \"options\": null\n    }\n}","options":{"raw":{"language":"json"}}},"url":"https://api.onepipe.io/pwa/send_event"},"_postman_previewlanguage":null,"header":null,"cookie":[],"responseTime":null,"body":"{\r\n    \"status\": \"Failed\",\r\n    \"message\": \"transaction.meta.message_template_id should not be empty\",\r\n    \"data\": {\r\n        \"provider_response_code\": \"96\",\r\n        \"provider\": \"NIBSS\",\r\n        \"errors\": [\r\n            {\r\n                \"code\": \"06\",\r\n                \"message\": \"transaction.meta.message_template_id should not be empty\"\r\n            }\r\n        ],\r\n        \"error\": {\r\n            \"code\": \"06\",\r\n            \"message\": \"transaction.meta.message_template_id should not be empty\"\r\n        },\r\n        \"provider_response\": null,\r\n        \"client_info\": {\r\n            \"name\": null,\r\n            \"id\": null,\r\n            \"bank_cbn_code\": null,\r\n            \"bank_name\": null,\r\n            \"console_url\": null,\r\n            \"js_background_image\": null,\r\n            \"css_url\": null,\r\n            \"logo_url\": null,\r\n            \"footer_text\": null,\r\n            \"show_options_icon\": false,\r\n            \"paginate\": false,\r\n            \"paginate_count\": 0,\r\n            \"options\": null,\r\n            \"merchant\": null,\r\n            \"colors\": null,\r\n            \"meta\": null\r\n        }\r\n    }\r\n}"}],"_postman_id":"3f48c9cc-6498-430e-a221-328a0f224a06"},{"name":"Get Data","id":"8b22fd7e-c75c-4e90-9173-0099b16dfa6d","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Authorization","value":"Bearer hSk84fnb2GeOVZ4JbUcu_ca608e4d33b2408e90b3a97157b581d7"},{"key":"Signature","value":"3a2b58350e8068507e6b5bff106850a5"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"request_ref\":\"{{request_ref}}\", \n  \"request_type\":\"get_data\",\n  \"auth\": {\n    \"type\": \"bank.account\", // optional use\n    \"secure\": \"z5wGtqxYQLBE9P414VxW/M06JT38iBf+2seyxg08CsZRB2eq/BVWsoRbK8mjuK87dNvZYML8cHviklA6K8T4xw==\",// optional\n    \"auth_provider\": \"PaywithAccount\",\n    \"route_mode\": null\n  },\n  \"transaction\": {\n    \"mock_mode\": \"live\", \n    \"transaction_ref\": \"{{transaction_ref}}\", \n    \"transaction_desc\": \"A random transaction\", \n    \"transaction_ref_parent\": null, \n    \"amount\": 0,\n    \"customer\":{\n    \t\"customer_ref\": \"2348022222222\", // optional\n    \t\"firstname\": \"Uju\", // optional\n        \"surname\": \"Usmanu\", // optional\n    \t\"email\": \"ujuusmanu@gmail.com\", // optional\n    \t\"mobile_no\": \"234802343132\" // optional\n    },\n    \"meta\":{\n        // all optional \n    \t\"type\": \"subscription\", // subscription|instalment|single_payment|managed_mandate\n        \"page_number\": 2, // for pagination, the page number\n        \"limit_per_page\": 20,\n        \"sort_dir\": \"asc\", // \"asc|desc\"\n        \"status\": \"active\", // initiated, pending, requested, active, paused, successful, completed, inactive, disputed, reversed, expired\n        \"biller_code\": \"000074\" \n    },\n    \"details\": {\n        \"start_date\": \"2019-06-01\",\n        \"end_date\": \"2019-06-01\"\n    }\n  }\n}","options":{"raw":{"language":"json"}}},"url":"https://api.onepipe.io/v2/transact","urlObject":{"path":["v2","transact"],"host":["https://api.onepipe.io"],"query":[],"variable":[]}},"response":[{"id":"ed51fd42-0361-4060-a672-b0468cd5295c","name":"Get Data","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer hSk84fnb2GeOVZ4JbUcu_ca608e4d33b2408e90b3a97157b581d7"},{"key":"Signature","value":"3a2b58350e8068507e6b5bff106850a5"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"request_ref\":\"{{request_ref}}\", \n  \"request_type\":\"get_data\",\n  \"auth\": {\n    \"type\": \"bank.account\", // optional use\n    \"secure\": \"z5wGtqxYQLBE9P414VxW/M06JT38iBf+2seyxg08CsZRB2eq/BVWsoRbK8mjuK87dNvZYML8cHviklA6K8T4xw==\",// optional\n    \"auth_provider\": \"PaywithAccount\",\n    \"route_mode\": null\n  },\n  \"transaction\": {\n    \"mock_mode\": \"live\", \n    \"transaction_ref\": \"{{transaction_ref}}\", \n    \"transaction_desc\": \"A random transaction\", \n    \"transaction_ref_parent\": null, \n    \"amount\": 0,\n    \"customer\":{\n    \t\"customer_ref\": \"2348022222222\", // optional\n    \t\"firstname\": \"Uju\", // optional\n        \"surname\": \"Usmanu\", // optional\n    \t\"email\": \"ujuusmanu@gmail.com\", // optional\n    \t\"mobile_no\": \"234802343132\" // optional\n    },\n    \"meta\":{\n        // all optional \n    \t\"type\": \"subscription\", // subscription|instalment|single_payment|managed_mandate\n        \"page_number\": 2, // for pagination, the page number\n        \"limit_per_page\": 20,\n        \"sort_dir\": \"asc\", // \"asc|desc\"\n        \"status\": \"active\", // initiated, pending, requested, active, paused, successful, completed, inactive, disputed, reversed, expired\n        \"biller_code\": \"000074\" \n    },\n    \"details\": {\n        \"start_date\": \"2019-06-01\",\n        \"end_date\": \"2019-06-01\"\n    }\n  }\n}","options":{"raw":{"language":"json"}}},"url":"https://api.onepipe.io/pwa/getstatement/transaction"},"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":""}],"cookie":[],"responseTime":null,"body":"{\r\n    \"status\": \"Successful\",\r\n    \"message\": \"Request processed successfully\",\r\n    \"data\": {\r\n        \"provider_response_code\": \"00\",\r\n        \"provider\": \"PaywithAccount\",\r\n        \"errors\": null,\r\n        \"error\": null,\r\n        \"provider_response\": {\r\n            \"reference\": \"000022200225154318222333334432\",\r\n            \"meta\": {\r\n                \"type\": \"subscription\",\r\n                \"records\": 383,\r\n                \"page\": 1,\r\n                \"pages\": 39,\r\n                \"page_size\": 10,\r\n                \"data\": [\r\n                    {\r\n                        \"id\": 970,\r\n                        \"type\": \"subscription\",\r\n                        \"created_on\": \"2024-09-28 09:55:30\",\r\n                        \"start_date\": \"2024-09-29\",\r\n                        \"end_date\": \"2024-10-03\",\r\n                        \"frequency\": \"daily\",\r\n                        \"amount\": \"500.00\",\r\n                        \"amount_paid\": null,\r\n                        \"reference\": null,\r\n                        \"narration\": \"hjkl\",\r\n                        \"status\": \"active\",\r\n                        \"schedule_debit\": 1,\r\n                        \"next_trigger_date\": \"\",\r\n                        \"transaction_ref\": \"DD-LOG-aovfVwg0i8YF3xr\",\r\n                        \"mandate\": {\r\n                            \"account_number\": \"1742041840\",\r\n                            \"account_name\": \"OPEYEMI ADEOYE\",\r\n                            \"bank_name\": \"Polaris Bank\",\r\n                            \"bank_code\": \"076\",\r\n                            \"reference\":\"R/C/43182223333432\"\r\n                        }\r\n                    },\r\n                    {\r\n                        \"id\": 970,\r\n                        \"type\": \"subscription\",\r\n                        \"created_on\": \"2024-09-28 09:55:30\",\r\n                        \"start_date\": \"2024-09-29\",\r\n                        \"end_date\": \"2024-10-03\",\r\n                        \"frequency\": \"daily\",\r\n                        \"amount\": \"500.00\",\r\n                        \"amount_paid\": null,\r\n                        \"reference\": null,\r\n                        \"narration\": \"hjkl\",\r\n                        \"status\": \"active\",\r\n                        \"schedule_debit\": 1,\r\n                        \"next_trigger_date\": \"\",\r\n                        \"transaction_ref\": \"DD-LOG-aovfVwg0i8YF3xr\",\r\n                        \"mandate\": {\r\n                            \"account_number\": \"1742041840\",\r\n                            \"account_name\": \"OPEYEMI ADEOYE\",\r\n                            \"bank_name\": \"Polaris Bank\",\r\n                            \"bank_code\": \"076\",\r\n                            \"reference\":\"R/C/43182223333432\"\r\n                        }                        \r\n                    }\r\n                ]\r\n            }\r\n        }\r\n    }\r\n}\r\n"}],"_postman_id":"8b22fd7e-c75c-4e90-9173-0099b16dfa6d"},{"name":"14.1 Get Statement - Merchants","id":"8c4e91e9-8c90-4623-96ee-9b27dc9f940e","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Authorization","value":"Bearer hSk84fnb2GeOVZ4JbUcu_ca608e4d33b2408e90b3a97157b581d7"},{"key":"Signature","value":"3a2b58350e8068507e6b5bff106850a5"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"// get billers a customer has transacted with. It has the same response structure as `get statements transactions`, but each transaction represents a different biller.\n{\n  \"request_ref\":\"{{request_ref}}\", \n  \"request_type\":\"get_statement\",\n  \"auth\": {\n    \"type\": \"bank.account\", // optional\n    \"secure\": \"z5wGtqxYQLBE9P414VxW/M06JT38iBf+2seyxg08CsZRB2eq/BVWsoRbK8mjuK87dNvZYML8cHviklA6K8T4xw==\", // optional\n    \"auth_provider\": \"PaywithAccount\",\n    \"route_mode\": null\n  },\n  \"transaction\": {\n    \"mock_mode\": \"live\", \n    \"transaction_ref\": \"{{transaction_ref}}\", \n    \"transaction_desc\": \"A random transaction\", \n    \"transaction_ref_parent\": null, \n    \"amount\": 0,\n    \"customer\":{\n    \t\"customer_ref\": \"2348022222222\", // optional\n    \t\"firstname\": \"Uju\",\n        \"surname\": \"Usmanu\",\n    \t\"email\": \"ujuusmanu@gmail.com\",\n    \t\"mobile_no\": \"234802343132\"\n    },\n    \"meta\":{\n    \t\"type\":\"merchants\",\n        \"status\": \"requested | successful | failed | pending | disputed | reversed\" // optional\n    },\n    \"details\": {\n        // all optional\n       \"start_date\": \"2019-06-01\", // Default to 30 days ago (overridden in extra variable)\n        \"end_date\": \"2019-06-01\", // Default to today\n        \"min_transaction_amount\": 100,\n        \"max_transaction_amount\": 4000563,\n        \"transaction_type\": \"debit|transfer\",\n        \"page\": 1,\n        \"page_size\": 10,\n        \"sort_dir\": \"asc|desc\"\n    }\n  }\n}","options":{"raw":{"language":"json"}}},"url":"https://api.onepipe.io/v2/transact","urlObject":{"path":["v2","transact"],"host":["https://api.onepipe.io"],"query":[],"variable":[]}},"response":[{"id":"30a086d5-bc78-4b11-b537-5e254fb97a2a","name":"with customer ref","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer hSk84fnb2GeOVZ4JbUcu_ca608e4d33b2408e90b3a97157b581d7"},{"key":"Signature","value":"3a2b58350e8068507e6b5bff106850a5"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"// get billers a customer has transacted with. It has the same response structure as `get statements transactions`, but each transaction represents a different biller.\n{\n  \"request_ref\":\"{{request_ref}}\", \n  \"request_type\":\"get_statement\",\n  \"auth\": {\n    \"type\": null,\n    \"secure\": null,\n    \"auth_provider\": \"PaywithAccount\",\n    \"route_mode\": null\n  },\n  \"transaction\": {\n    \"mock_mode\": \"live\", \n    \"transaction_ref\": \"{{transaction_ref}}\", \n    \"transaction_desc\": \"A random transaction\", \n    \"transaction_ref_parent\": null, \n    \"amount\": 0,\n    \"customer\":{\n    \t\"customer_ref\": \"2348022222222\",\n    \t\"firstname\": \"Uju\",\n        \"surname\": \"Usmanu\",\n    \t\"email\": \"ujuusmanu@gmail.com\",\n    \t\"mobile_no\": \"234802343132\"\n    },\n    \"meta\":{\n    \t\"type\":\"merchants\",\n        \"status\": \"requested | successful | failed | pending | disputed | reversed\" // optional\n    },\n    \"details\": {\n        // all optional\n       \"start_date\": \"2019-06-01\", // Default to 30 days ago (overridden in extra variable)\n        \"end_date\": \"2019-06-01\", // Default to today\n        \"min_transaction_amount\": 100,\n        \"max_transaction_amount\": 4000563,\n        \"transaction_type\": \"debit|transfer\",\n        \"page\": 1,\n        \"page_size\": 10,\n        \"sort_dir\": \"asc|desc\"\n    }\n  }\n}","options":{"raw":{"language":"json"}}},"url":"https://api.onepipe.io/pwa/getstatement/merchants"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"content-length","value":"540"},{"key":"content-type","value":"application/json; charset=utf-8"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": \"Successful\",\n    \"message\": \"Transaction processed successfully\",\n    \"data\": {\n        \"provider_response_code\": \"00\",\n        \"provider\": \"PaywithAccount\",\n        \"errors\": null,\n        \"error\": null,\n        \"provider_response\": {\n            \"account_number\": null,\n            \"closing_balance\": 0,\n            \"opening_balance\": 0,\n            \"statement_list\": [\n                {\n                    \"transaction_reference\": \"788FTIB20045GJU\",\n                    \"transaction_amount\": 3000563,\n                    \"balance\": null,\n                    \"transaction_status\": \"successful\",\n                    \"from\": {\n                        \"account_number\": \"2100000000\",\n                        \"account_name\": \"MUSA TOLULOPE\",\n                        \"bank_name\": \"Zenith Bank\"\n                    },\n                    \"to\": null,\n                    \"transaction_type\": \"debit\",\n                    \"transaction_date\": \"2020-02-14 00:00:00\",\n                    \"description\": \"MOB.BNKG:011/MUSA TOLULOPE/TRANSFER 30000 FROM 1780***243 TO 1077***364:000008200214190749669842598346\",\n                     \"meta\": {\n                        \"promo_url\":\"https://www.paywithaccount/com/win?ref=788FTIB20045GJU\",\n                        \"reward_status\": \"claimed\",\n                        \"merchant\": \"Subscription Manager\",\n                        \"biller_code\": \"000019\",\n                        \"biller_sector\": \"Onepipe Product\",\n                        \"currency_symbol\": \"N\",\n                        \"settlement_status\": null\n                    }\n                },\n                {\n                    \"transaction_reference\": \"382FTTP20045000J\",\n                    \"transaction_amount\": 3000,\n                    \"balance\": null,\n                    \"transaction_status\": \"successful\",\n                    \"from\": {\n                        \"account_number\":\"2100000000\",\n                        \"account_name\": \"CHIJIOKE JULIET JOHN\",\n                        \"bank_name\": \"Zenith Bank\"\n                    },\n                    \"to\": {\n                        \"account_number\": \"4390800000\",\n                        \"account_name\": \"Subscription Manager - PWA\",\n                        \"bank_name\": \"Fidelity Bank\"\n                    },\n                    \"transaction_type\": \"transfer\",\n                    \"transaction_date\": \"2020-02-14 00:00:00\",\n                    \"description\": \"MB: trans: Trf from CHIJIOKE JULIET JOHN to JOHN DOE JANE\",\n                     \"meta\": {\n                        \"promo_url\":\"https://www.paywithaccount/com/win?ref=382FTTP20045000J\",\n                        \"reward_status\": \"unclaimed\",\n                        \"merchant\": \"Netflix Party\",\n                        \"biller_code\": \"000119\",\n                        \"biller_sector\": \"Onepipe Product\",\n                        \"currency_symbol\": \"N\",\n                        \"settlement_status\": \"failed\"\n                    }\n                },\n                {\n                    \"transaction_reference\": \"136n15a200450084\",\n                    \"transaction_amount\": 400,\n                    \"balance\": null,\n                    \"transaction_status\": \"successful\",\n                    \"from\": {\n                        \"account_number\":\"2100000000\",\n                        \"account_name\": \"MUSA TOLULOPE\",\n                        \"bank_name\": \"Zenith Bank\"\n                    },\n                    \"to\": null,\n                    \"transaction_type\": \"debit\",\n                    \"transaction_date\": \"2020-02-14 00:00:00\",\n                    \"description\": \"SMS SERVICE UNCHARGED APPLIED JAN 2020-1780161243\",\n                    \"meta\": {\n                        \"promo_url\":\"https://www.paywithaccount/com/win?ref=136n15a200450084\",\n                        \"reward_status\": \"claimed\",\n                        \"merchant\": \"Minister Of Enjoyment\",\n                        \"biller_code\": \"002190\",\n                        \"biller_sector\": \"Onepipe Product\",\n                        \"currency_symbol\": \"N\",\n                        \"settlement_status\": \"successful\"\n                    }\n                }\n            ],\n            \"reference\": \"000022200225154318222333334432\",\n            \"meta\":{\n                \"total_amount\": 54768.12,\n                \"total_amount_credited\": 54768.12,\n                \"pagination\": {\n                    \"records\": 3,\n                    \"page\": 1,\n                    \"pages\": 1,\n                    \"page_size\": 10\n                },\n                \"metrics\": {\n                    \"today\": {\n                        \"total\": 0,\n                        \"amount\": 0,\n                        \"amount_credited\": 0\n                    },\n                    \"current_month\": {\n                        \"total\": 0,\n                        \"amount\": 0,\n                        \"amount_credited\": 0\n                    }\n                }\n            }\n        }\n    }\n}"},{"id":"0eb5bf1a-7cc1-4572-bfa8-e5100951d453","name":"with account number","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer hSk84fnb2GeOVZ4JbUcu_ca608e4d33b2408e90b3a97157b581d7"},{"key":"Signature","value":"3a2b58350e8068507e6b5bff106850a5"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"// get billers a customer has transacted with. It has the same response structure as `get statements transactions`, but each transaction represents a different biller.\n{\n  \"request_ref\":\"{{request_ref}}\", \n  \"request_type\":\"get_statement\",\n  \"auth\": {\n    \"type\": \"bank.account\",\n    \"secure\": \"z5wGtqxYQLBE9P414VxW/M06JT38iBf+2seyxg08CsZRB2eq/BVWsoRbK8mjuK87dNvZYML8cHviklA6K8T4xw==\",\n    \"auth_provider\": \"PaywithAccount\",\n    \"route_mode\": null\n  },\n  \"transaction\": {\n    \"mock_mode\": \"live\", \n    \"transaction_ref\": \"{{transaction_ref}}\", \n    \"transaction_desc\": \"A random transaction\", \n    \"transaction_ref_parent\": null, \n    \"amount\": 0,\n    \"customer\":{\n    \t\"customer_ref\": null,\n    \t\"firstname\": \"Uju\",\n        \"surname\": \"Usmanu\",\n    \t\"email\": \"ujuusmanu@gmail.com\",\n    \t\"mobile_no\": \"234802343132\"\n    },\n    \"meta\":{\n    \t\"type\":\"merchants\",\n        \"status\": \"requested | successful | failed | pending | disputed | reversed\" // optional\n    },\n    \"details\": {\n        // all optional\n       \"start_date\": \"2019-06-01\", // Default to 30 days ago (overridden in extra variable)\n        \"end_date\": \"2019-06-01\", // Default to today\n        \"min_transaction_amount\": 100,\n        \"max_transaction_amount\": 4000563,\n        \"transaction_type\": \"debit|transfer\",\n        \"page\": 1,\n        \"page_size\": 10,\n        \"sort_dir\": \"asc|desc\"\n    }\n  }\n}","options":{"raw":{"language":"json"}}},"url":"https://api.onepipe.io/pwa/getstatement/merchants"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"content-length","value":"540"},{"key":"content-type","value":"application/json; charset=utf-8"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": \"Successful\",\n    \"message\": \"Transaction processed successfully\",\n    \"data\": {\n        \"provider_response_code\": \"00\",\n        \"provider\": \"PaywithAccount\",\n        \"errors\": null,\n        \"error\": null,\n        \"provider_response\": {\n            \"account_number\": null,\n            \"closing_balance\": 0,\n            \"opening_balance\": 0,\n            \"statement_list\": [\n                {\n                    \"transaction_reference\": \"788FTIB20045GJU\",\n                    \"transaction_amount\": 3000563,\n                    \"balance\": null,\n                    \"transaction_status\": \"successful\",\n                    \"from\": {\n                        \"account_number\": \"2100000000\",\n                        \"account_name\": \"MUSA TOLULOPE\",\n                        \"bank_name\": \"Zenith Bank\"\n                    },\n                    \"to\": null,\n                    \"transaction_type\": \"debit\",\n                    \"transaction_date\": \"2020-02-14 00:00:00\",\n                    \"description\": \"MOB.BNKG:011/MUSA TOLULOPE/TRANSFER 30000 FROM 1780***243 TO 1077***364:000008200214190749669842598346\",\n                     \"meta\": {\n                        \"promo_url\":\"https://www.paywithaccount/com/win?ref=788FTIB20045GJU\",\n                        \"reward_status\": \"claimed\",\n                        \"merchant\": \"Subscription Manager\",\n                        \"biller_code\": \"000019\",\n                        \"biller_sector\": \"Onepipe Product\",\n                        \"currency_symbol\": \"N\",\n                        \"settlement_status\": null\n                    }\n                },\n                {\n                    \"transaction_reference\": \"382FTTP20045000J\",\n                    \"transaction_amount\": 3000,\n                    \"balance\": null,\n                    \"transaction_status\": \"successful\",\n                    \"from\": {\n                        \"account_number\":\"2100000000\",\n                        \"account_name\": \"CHIJIOKE JULIET JOHN\",\n                        \"bank_name\": \"Zenith Bank\"\n                    },\n                    \"to\": {\n                        \"account_number\": \"4390800000\",\n                        \"account_name\": \"Subscription Manager - PWA\",\n                        \"bank_name\": \"Fidelity Bank\"\n                    },\n                    \"transaction_type\": \"transfer\",\n                    \"transaction_date\": \"2020-02-14 00:00:00\",\n                    \"description\": \"MB: trans: Trf from CHIJIOKE JULIET JOHN to JOHN DOE JANE\",\n                     \"meta\": {\n                        \"promo_url\":\"https://www.paywithaccount/com/win?ref=382FTTP20045000J\",\n                        \"reward_status\": \"unclaimed\",\n                        \"merchant\": \"Netflix Party\",\n                        \"biller_code\": \"000119\",\n                        \"biller_sector\": \"Onepipe Product\",\n                        \"currency_symbol\": \"N\",\n                        \"settlement_status\": \"failed\"\n                    }\n                },\n                {\n                    \"transaction_reference\": \"136n15a200450084\",\n                    \"transaction_amount\": 400,\n                    \"balance\": null,\n                    \"transaction_status\": \"successful\",\n                    \"from\": {\n                        \"account_number\":\"2100000000\",\n                        \"account_name\": \"MUSA TOLULOPE\",\n                        \"bank_name\": \"Zenith Bank\"\n                    },\n                    \"to\": null,\n                    \"transaction_type\": \"debit\",\n                    \"transaction_date\": \"2020-02-14 00:00:00\",\n                    \"description\": \"SMS SERVICE UNCHARGED APPLIED JAN 2020-1780161243\",\n                    \"meta\": {\n                        \"promo_url\":\"https://www.paywithaccount/com/win?ref=136n15a200450084\",\n                        \"reward_status\": \"claimed\",\n                        \"merchant\": \"Minister Of Enjoyment\",\n                        \"biller_code\": \"002190\",\n                        \"biller_sector\": \"Onepipe Product\",\n                        \"currency_symbol\": \"N\",\n                        \"settlement_status\": \"successful\"\n                    }\n                }\n            ],\n            \"reference\": \"000022200225154318222333334432\",\n            \"meta\":{\n                \"total_amount\": 54768.12,\n                \"total_amount_credited\": 54768.12,\n                \"pagination\": {\n                    \"records\": 3,\n                    \"page\": 1,\n                    \"pages\": 1,\n                    \"page_size\": 10\n                },\n                \"metrics\": {\n                    \"today\": {\n                        \"total\": 0,\n                        \"amount\": 0,\n                        \"amount_credited\": 0\n                    },\n                    \"current_month\": {\n                        \"total\": 0,\n                        \"amount\": 0,\n                        \"amount_credited\": 0\n                    }\n                }\n            }\n        }\n    }\n}"}],"_postman_id":"8c4e91e9-8c90-4623-96ee-9b27dc9f940e"},{"name":"13.1 Get Statement - Transactions","id":"38b885a0-d84c-44b6-90c0-6887ffe01e5f","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Authorization","value":"Bearer hSk84fnb2GeOVZ4JbUcu_ca608e4d33b2408e90b3a97157b581d7"},{"key":"Signature","value":"3a2b58350e8068507e6b5bff106850a5"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"request_ref\":\"{{request_ref}}\", \n  \"request_type\":\"get_statement\",\n  \"auth\": {\n    \"type\": \"bank.account\", // optional use\n    \"secure\": \"z5wGtqxYQLBE9P414VxW/M06JT38iBf+2seyxg08CsZRB2eq/BVWsoRbK8mjuK87dNvZYML8cHviklA6K8T4xw==\",// optional\n    \"auth_provider\": \"PaywithAccount\",\n    \"route_mode\": null\n  },\n  \"transaction\": {\n    \"mock_mode\": \"live\", \n    \"transaction_ref\": \"{{transaction_ref}}\", \n    \"transaction_desc\": \"A random transaction\", \n    \"transaction_ref_parent\": null, \n    \"amount\": 0,\n    \"customer\":{\n    \t\"customer_ref\": \"2348022222222\", // optional\n    \t\"firstname\": \"Uju\",\n        \"surname\": \"Usmanu\",\n    \t\"email\": \"ujuusmanu@gmail.com\",\n    \t\"mobile_no\": \"234802343132\"\n    },\n    \"meta\":{\n    \t\"type\":\"transactions\",\n        \"with_metrics\": true, // optional\n        \"status\": \"requested | successful | failed | pending | disputed | reversed\", // optional\n        \"biller_code\": \"000074\" // optional \n    },\n    \"details\": {\n        // all optional\n        \"start_date\": \"2019-06-01\", // Default to 30 days ago (overridden in extra variable)\n        \"end_date\": \"2019-06-01\", // Default to today\n        \"min_transaction_amount\": 100,\n        \"max_transaction_amount\": 1000000,\n        \"page\": 1,\n        \"page_size\": 10,\n        \"sort_dir\": \"asc|desc\"\n    }\n  }\n}","options":{"raw":{"language":"json"}}},"url":"https://api.onepipe.io/v2/transact","urlObject":{"path":["v2","transact"],"host":["https://api.onepipe.io"],"query":[],"variable":[]}},"response":[{"id":"5a4ecdae-b6cb-480e-ac82-a8e117cc4bf9","name":"Get all transactions a customer has","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer hSk84fnb2GeOVZ4JbUcu_ca608e4d33b2408e90b3a97157b581d7"},{"key":"Signature","value":"3a2b58350e8068507e6b5bff106850a5"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"request_ref\":\"{{request_ref}}\", \n  \"request_type\":\"get_statement\",\n  \"auth\": {\n    \"type\": null,\n    \"secure\": null,\n    \"auth_provider\": \"PaywithAccount\",\n    \"route_mode\": null\n  },\n  \"transaction\": {\n    \"mock_mode\": \"live\", \n    \"transaction_ref\": \"{{transaction_ref}}\", \n    \"transaction_desc\": \"A random transaction\", \n    \"transaction_ref_parent\": null, \n    \"amount\": 0,\n    \"customer\":{\n    \t\"customer_ref\": \"2348022222222\",\n    \t\"firstname\": \"Uju\",\n        \"surname\": \"Usmanu\",\n    \t\"email\": \"ujuusmanu@gmail.com\",\n    \t\"mobile_no\": \"234802343132\"\n    },\n    \"meta\":{\n    \t\"type\":\"transactions\",\n        \"status\": \"requested | successful | failed | pending | disputed | reversed\" // optional\n    },\n    \"details\": {\n        // all optional\n        \"start_date\": \"2019-06-01\", // Default to 30 days ago (overridden in extra variable)\n        \"end_date\": \"2019-06-01\", // Default to today\n        \"min_transaction_amount\": 100,\n        \"max_transaction_amount\": 1000000,\n        \"page\": 1,\n        \"page_size\": 10,\n        \"sort_dir\": \"asc|desc\"\n    }\n  }\n}","options":{"raw":{"language":"json"}}},"url":"https://api.onepipe.io/pwa/getstatement/transaction"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"content-length","value":"540"},{"key":"content-type","value":"application/json; charset=utf-8"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": \"Successful\",\n    \"message\": \"Transaction processed successfully\",\n    \"data\": {\n        \"provider_response_code\": \"00\",\n        \"provider\": \"PaywithAccount\",\n        \"errors\": null,\n        \"error\": null,\n        \"provider_response\": {\n            \"account_number\": \"1790303747\",\n            \"closing_balance\": 0,\n            \"opening_balance\": 0,\n            \"statement_list\": [\n                {\n                    \"transaction_reference\": \"788FTIB20045GJU\",\n                    \"transaction_amount\": 850,\n                    \"balance\": null,\n                    \"transaction_status\": \"successful\",\n                    \"transaction_type\": \"transfer\",\n                    \"transaction_date\": \"2020-02-14 00:00:00\",\n                    \"description\": \"MOB.BNKG:011/MUSA TOLULOPE/TRANSFER 30000 FROM 1780***243 TO 1077***364:000008200214190749669842598346\",\n                    \"from\": {\n                        \"account_name\": \"MUSA TOLULOPE\",\n                        \"account_number\": \"2100000000\",\n                        \"bank_name\": \"Zenith Bank\"\n                    },\n                    \"to\": {\n                        \"account_name\": \"Subscription Manager - PWA\",\n                        \"bank_name\": \"Fidelity Bank\"\n                    },\n                    \"meta\": {\n                        \"promo_url\":\"https://www.paywithaccount/com/win?ref=788FTIB20045GJU\",\n                        \"merchant\": \"Subscription Manager\",\n                        \"reward_status\": \"unclaimed\",\n                        \"biller_code\": \"000019\",\n                        \"biller_sector\": \"Onepipe Product\",\n                        \"currency_symbol\": \"N\",\n                        \"settlement_status\": \"successful\"\n                    }\n                },\n                {\n                    \"transaction_reference\": \"382FTTP20045000J\",\n                    \"transaction_amount\": 1000,\n                    \"balance\": null,\n                    \"transaction_status\": \"successful\",\n                    \"from\": {\n                        \"account_name\": \"CHIJIOKE JULIET JOHN\",\n                        \"bank_name\": \"Zenith Bank\"\n                    },\n                    \"to\": {\n                        \"account_number\": \"2100000000\",\n                        \"account_name\": \"Subscription Manager2 - PWA\",\n                        \"bank_name\": \"Fidelity Bank\"\n                    },\n                    \"transaction_type\": \"transfer\",\n                    \"transaction_date\": \"2020-02-14 00:00:00\",\n                    \"description\": \"MB: trans: Trf from CHIJIOKE JULIET JOHN to JOHN DOE JANE\",\n                     \"meta\": {\n                        \"reward_status\": \"unclaimed\",\n                        \"promo_url\":\"https://www.paywithaccount/com/win?ref=382FTTP20045000J\",\n                        \"merchant\": \"Subscription Manager2\",\n                        \"biller_code\": \"000019\",\n                        \"biller_sector\": null,\n                        \"currency_symbol\": \"N\",\n                        \"settlement_status\": \"failed\"\n                    }\n                },\n                {\n                    \"transaction_reference\": \"136n15a200450084\",\n                    \"transaction_amount\": 400,\n                    \"balance\": 3756672,\n                    \"transaction_status\": \"successful\",\n                    \"from\": {\n                        \"account_number\":\"2100000000\",\n                        \"account_name\": \"MUSA TOLULOPE\",\n                        \"bank_name\": \"Zenith Bank\"\n                    },\n                    \"to\": null,\n                    \"transaction_type\": \"debit\",\n                    \"transaction_date\": \"2020-02-14 00:00:00\",\n                    \"description\": \"SMS SERVICE UNCHARGED APPLIED JAN 2020-1780161243\",\n                    \"meta\": {\n                        \"reward_status\": \"claimed\",\n                        \"promo_url\":\"https://www.paywithaccount/com/win?ref=136n15a200450084\",\n                        \"merchant\": \"Subscription Manager\",\n                        \"biller_code\": \"000019\",\n                        \"biller_sector\": \"Onepipe Product\",\n                        \"currency_symbol\": \"N\",\n                        \"settlement_status\": null\n                    }\n                }\n            ],\n            \"reference\": \"000022200225154318222333334432\",\n            \"meta\":{\n                \"total_amount\": 54768.12,\n                \"total_amount_credited\": 54768.12,\n                \"pagination\": {\n                    \"records\": 3,\n                    \"page\": 1,\n                    \"pages\": 1,\n                    \"page_size\": 10\n                },\n                \"metrics\": {\n                    \"today\": {\n                        \"total\": 0,\n                        \"amount\": 0,\n                        \"amount_credited\": 0\n                    },\n                    \"current_month\": {\n                        \"total\": 0,\n                        \"amount\": 0,\n                        \"amount_credited\": 0\n                    }\n                }\n            }\n        }\n    }\n}"},{"id":"8eacbc73-fa63-4d77-b2ee-cb202b3476c2","name":"Get all transactions a customer has with a specific biller","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer hSk84fnb2GeOVZ4JbUcu_ca608e4d33b2408e90b3a97157b581d7"},{"key":"Signature","value":"3a2b58350e8068507e6b5bff106850a5"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"request_ref\":\"{{request_ref}}\", \n  \"request_type\":\"get_statement\",\n  \"auth\": {\n    \"type\": null,\n    \"secure\": null,\n    \"auth_provider\": \"PaywithAccount\",\n    \"route_mode\": null\n  },\n  \"transaction\": {\n    \"mock_mode\": \"live\", \n    \"transaction_ref\": \"{{transaction_ref}}\", \n    \"transaction_desc\": \"A random transaction\", \n    \"transaction_ref_parent\": null, \n    \"amount\": 0,\n    \"customer\":{\n    \t\"customer_ref\": \"2348022222222\",\n    \t\"firstname\": \"Uju\",\n        \"surname\": \"Usmanu\",\n    \t\"email\": \"ujuusmanu@gmail.com\",\n    \t\"mobile_no\": \"234802343132\"\n    },\n    \"meta\":{\n    \t\"type\":\"transactions\",\n        \"biller_code\": \"000019\", \n        \"status\": \"requested | successful | failed | pending | disputed | reversed\" // optional\n    },\n    \"details\": {\n        // all optional\n        \"start_date\": \"2019-06-01\", // Default to 30 days ago (overridden in extra variable)\n        \"end_date\": \"2019-06-01\", // Default to today\n        \"min_transaction_amount\": 100,\n        \"max_transaction_amount\": 1000000,\n        \"page\": 1,\n        \"page_size\": 10,\n        \"sort_dir\": \"asc|desc\"\n    }\n  }\n}","options":{"raw":{"language":"json"}}},"url":"https://api.onepipe.io/pwa/getstatement/transaction"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"content-length","value":"540"},{"key":"content-type","value":"application/json; charset=utf-8"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": \"Successful\",\n    \"message\": \"Transaction processed successfully\",\n    \"data\": {\n        \"provider_response_code\": \"00\",\n        \"provider\": \"PaywithAccount\",\n        \"errors\": null,\n        \"error\": null,\n        \"provider_response\": {\n            \"account_number\": \"1790303747\",\n            \"closing_balance\": 0,\n            \"opening_balance\": 0,\n            \"statement_list\": [\n                {\n                    \"transaction_reference\": \"788FTIB20045GJU\",\n                    \"transaction_amount\": 850,\n                    \"balance\": null,\n                    \"transaction_status\": \"successful\",\n                    \"transaction_type\": \"transfer\",\n                    \"transaction_date\": \"2020-02-14 00:00:00\",\n                    \"description\": \"MOB.BNKG:011/MUSA TOLULOPE/TRANSFER 30000 FROM 1780***243 TO 1077***364:000008200214190749669842598346\",\n                    \"from\": {\n                        \"account_name\": \"MUSA TOLULOPE\",\n                        \"account_number\": \"2100000000\",\n                        \"bank_name\": \"Zenith Bank\"\n                    },\n                    \"to\": {\n                        \"account_name\": \"Subscription Manager - PWA\",\n                        \"bank_name\": \"Fidelity Bank\"\n                    },\n                    \"meta\": {\n                        \"promo_url\":\"https://www.paywithaccount/com/win?ref=788FTIB20045GJU\",\n                        \"merchant\": \"Subscription Manager\",\n                        \"reward_status\": \"unclaimed\",\n                        \"biller_code\": \"000019\",\n                        \"biller_sector\": \"Onepipe Product\",\n                        \"currency_symbol\": \"N\",\n                        \"settlement_status\": \"successful\"\n                    }\n                },\n                {\n                    \"transaction_reference\": \"382FTTP20045000J\",\n                    \"transaction_amount\": 1000,\n                    \"balance\": null,\n                    \"transaction_status\": \"successful\",\n                    \"from\": {\n                        \"account_name\": \"CHIJIOKE JULIET JOHN\",\n                        \"bank_name\": \"Zenith Bank\"\n                    },\n                    \"to\": {\n                        \"account_number\": \"2100000000\",\n                        \"account_name\": \"Subscription Manager2 - PWA\",\n                        \"bank_name\": \"Fidelity Bank\"\n                    },\n                    \"transaction_type\": \"transfer\",\n                    \"transaction_date\": \"2020-02-14 00:00:00\",\n                    \"description\": \"MB: trans: Trf from CHIJIOKE JULIET JOHN to JOHN DOE JANE\",\n                     \"meta\": {\n                        \"reward_status\": \"unclaimed\",\n                        \"promo_url\":\"https://www.paywithaccount/com/win?ref=382FTTP20045000J\",\n                        \"merchant\": \"Subscription Manager2\",\n                        \"biller_code\": \"000019\",\n                        \"biller_sector\": null,\n                        \"currency_symbol\": \"N\",\n                        \"settlement_status\": \"failed\"\n                    }\n                },\n                {\n                    \"transaction_reference\": \"136n15a200450084\",\n                    \"transaction_amount\": 400,\n                    \"balance\": 3756672,\n                    \"transaction_status\": \"successful\",\n                    \"from\": {\n                        \"account_number\":\"2100000000\",\n                        \"account_name\": \"MUSA TOLULOPE\",\n                        \"bank_name\": \"Zenith Bank\"\n                    },\n                    \"to\": null,\n                    \"transaction_type\": \"debit\",\n                    \"transaction_date\": \"2020-02-14 00:00:00\",\n                    \"description\": \"SMS SERVICE UNCHARGED APPLIED JAN 2020-1780161243\",\n                    \"meta\": {\n                        \"reward_status\": \"claimed\",\n                        \"promo_url\":\"https://www.paywithaccount/com/win?ref=136n15a200450084\",\n                        \"merchant\": \"Subscription Manager\",\n                        \"biller_code\": \"000019\",\n                        \"biller_sector\": \"Onepipe Product\",\n                        \"currency_symbol\": \"N\",\n                        \"settlement_status\": null\n                    }\n                }\n            ],\n            \"reference\": \"000022200225154318222333334432\",\n            \"meta\":{\n                \"total_amount\": 54768.12,\n                \"total_amount_credited\": 54768.12,\n                \"pagination\": {\n                    \"records\": 3,\n                    \"page\": 1,\n                    \"pages\": 1,\n                    \"page_size\": 10\n                },\n                \"metrics\": {\n                    \"today\": {\n                        \"total\": 0,\n                        \"amount\": 0,\n                        \"amount_credited\": 0\n                    },\n                    \"current_month\": {\n                        \"total\": 0,\n                        \"amount\": 0,\n                        \"amount_credited\": 0\n                    }\n                }\n            }\n        }\n    }\n}"},{"id":"388ff59f-34f6-466d-a583-b46bfbd0c851","name":"Get all transactions on a customer's account","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer hSk84fnb2GeOVZ4JbUcu_ca608e4d33b2408e90b3a97157b581d7"},{"key":"Signature","value":"3a2b58350e8068507e6b5bff106850a5"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"request_ref\":\"{{request_ref}}\", \n  \"request_type\":\"get_statement\",\n  \"auth\": {\n    \"type\": \"bank.account\",\n    \"secure\": \"z5wGtqxYQLBE9P414VxW/M06JT38iBf+2seyxg08CsZRB2eq/BVWsoRbK8mjuK87dNvZYML8cHviklA6K8T4xw==\",\n    \"auth_provider\": \"PaywithAccount\",\n    \"route_mode\": null\n  },\n  \"transaction\": {\n    \"mock_mode\": \"live\", \n    \"transaction_ref\": \"{{transaction_ref}}\", \n    \"transaction_desc\": \"A random transaction\", \n    \"transaction_ref_parent\": null, \n    \"amount\": 0,\n    \"customer\":{\n    \t\"customer_ref\": null,\n    \t\"firstname\": \"Uju\",\n        \"surname\": \"Usmanu\",\n    \t\"email\": \"ujuusmanu@gmail.com\",\n    \t\"mobile_no\": \"234802343132\"\n    },\n    \"meta\":{\n    \t\"type\":\"transactions\",\n        \"status\": \"requested | successful | failed | pending | disputed | reversed\" // optional\n    },\n    \"details\": {\n        // all optional\n        \"start_date\": \"2019-06-01\", // Default to 30 days ago (overridden in extra variable)\n        \"end_date\": \"2019-06-01\", // Default to today\n        \"min_transaction_amount\": 100,\n        \"max_transaction_amount\": 1000000,\n        \"page\": 1,\n        \"page_size\": 10,\n        \"sort_dir\": \"asc|desc\"\n    }\n  }\n}","options":{"raw":{"language":"json"}}},"url":"https://api.onepipe.io/pwa/getstatement/transaction"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"content-length","value":"540"},{"key":"content-type","value":"application/json; charset=utf-8"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": \"Successful\",\n    \"message\": \"Transaction processed successfully\",\n    \"data\": {\n        \"provider_response_code\": \"00\",\n        \"provider\": \"PaywithAccount\",\n        \"errors\": null,\n        \"error\": null,\n        \"provider_response\": {\n            \"account_number\": \"1790303747\",\n            \"closing_balance\": 0,\n            \"opening_balance\": 0,\n            \"statement_list\": [\n                {\n                    \"transaction_reference\": \"788FTIB20045GJU\",\n                    \"transaction_amount\": 850,\n                    \"balance\": null,\n                    \"transaction_status\": \"successful\",\n                    \"transaction_type\": \"transfer\",\n                    \"transaction_date\": \"2020-02-14 00:00:00\",\n                    \"description\": \"MOB.BNKG:011/MUSA TOLULOPE/TRANSFER 30000 FROM 1780***243 TO 1077***364:000008200214190749669842598346\",\n                    \"from\": {\n                        \"account_name\": \"MUSA TOLULOPE\",\n                        \"account_number\": \"2100000000\",\n                        \"bank_name\": \"Zenith Bank\"\n                    },\n                    \"to\": {\n                        \"account_name\": \"Subscription Manager - PWA\",\n                        \"bank_name\": \"Fidelity Bank\"\n                    },\n                    \"meta\": {\n                        \"promo_url\":\"https://www.paywithaccount/com/win?ref=788FTIB20045GJU\",\n                        \"merchant\": \"Subscription Manager\",\n                        \"reward_status\": \"unclaimed\",\n                        \"biller_code\": \"000019\",\n                        \"biller_sector\": \"Onepipe Product\",\n                        \"currency_symbol\": \"N\",\n                        \"settlement_status\": \"successful\"\n                    }\n                },\n                {\n                    \"transaction_reference\": \"382FTTP20045000J\",\n                    \"transaction_amount\": 1000,\n                    \"balance\": null,\n                    \"transaction_status\": \"successful\",\n                    \"from\": {\n                        \"account_name\": \"CHIJIOKE JULIET JOHN\",\n                        \"bank_name\": \"Zenith Bank\"\n                    },\n                    \"to\": {\n                        \"account_number\": \"2100000000\",\n                        \"account_name\": \"Subscription Manager2 - PWA\",\n                        \"bank_name\": \"Fidelity Bank\"\n                    },\n                    \"transaction_type\": \"transfer\",\n                    \"transaction_date\": \"2020-02-14 00:00:00\",\n                    \"description\": \"MB: trans: Trf from CHIJIOKE JULIET JOHN to JOHN DOE JANE\",\n                     \"meta\": {\n                        \"reward_status\": \"unclaimed\",\n                        \"promo_url\":\"https://www.paywithaccount/com/win?ref=382FTTP20045000J\",\n                        \"merchant\": \"Subscription Manager2\",\n                        \"biller_code\": \"000019\",\n                        \"biller_sector\": null,\n                        \"currency_symbol\": \"N\",\n                        \"settlement_status\": \"failed\"\n                    }\n                },\n                {\n                    \"transaction_reference\": \"136n15a200450084\",\n                    \"transaction_amount\": 400,\n                    \"balance\": 3756672,\n                    \"transaction_status\": \"successful\",\n                    \"from\": {\n                        \"account_number\":\"2100000000\",\n                        \"account_name\": \"MUSA TOLULOPE\",\n                        \"bank_name\": \"Zenith Bank\"\n                    },\n                    \"to\": null,\n                    \"transaction_type\": \"debit\",\n                    \"transaction_date\": \"2020-02-14 00:00:00\",\n                    \"description\": \"SMS SERVICE UNCHARGED APPLIED JAN 2020-1780161243\",\n                    \"meta\": {\n                        \"reward_status\": \"claimed\",\n                        \"promo_url\":\"https://www.paywithaccount/com/win?ref=136n15a200450084\",\n                        \"merchant\": \"Subscription Manager\",\n                        \"biller_code\": \"000019\",\n                        \"biller_sector\": \"Onepipe Product\",\n                        \"currency_symbol\": \"N\",\n                        \"settlement_status\": null\n                    }\n                }\n            ],\n            \"reference\": \"000022200225154318222333334432\",\n            \"meta\":{\n                \"total_amount\": 54768.12,\n                \"total_amount_credited\": 54768.12,\n                \"pagination\": {\n                    \"records\": 3,\n                    \"page\": 1,\n                    \"pages\": 1,\n                    \"page_size\": 10\n                },\n                \"metrics\": {\n                    \"today\": {\n                        \"total\": 0,\n                        \"amount\": 0,\n                        \"amount_credited\": 0\n                    },\n                    \"current_month\": {\n                        \"total\": 0,\n                        \"amount\": 0,\n                        \"amount_credited\": 0\n                    }\n                }\n            }\n        }\n    }\n}"},{"id":"987c2774-77fc-4e4f-a46d-925218f52b75","name":"Get all transactions on a customer's account with a specific biller","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer hSk84fnb2GeOVZ4JbUcu_ca608e4d33b2408e90b3a97157b581d7"},{"key":"Signature","value":"3a2b58350e8068507e6b5bff106850a5"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"request_ref\":\"{{request_ref}}\", \n  \"request_type\":\"get_statement\",\n  \"auth\": {\n    \"type\": \"bank.account\",\n    \"secure\": \"z5wGtqxYQLBE9P414VxW/M06JT38iBf+2seyxg08CsZRB2eq/BVWsoRbK8mjuK87dNvZYML8cHviklA6K8T4xw==\",\n    \"auth_provider\": \"PaywithAccount\",\n    \"route_mode\": null\n  },\n  \"transaction\": {\n    \"mock_mode\": \"live\", \n    \"transaction_ref\": \"{{transaction_ref}}\", \n    \"transaction_desc\": \"A random transaction\", \n    \"transaction_ref_parent\": null, \n    \"amount\": 0,\n    \"customer\":{\n    \t\"customer_ref\": null,\n    \t\"firstname\": \"Uju\",\n        \"surname\": \"Usmanu\",\n    \t\"email\": \"ujuusmanu@gmail.com\",\n    \t\"mobile_no\": \"234802343132\"\n    },\n    \"meta\":{\n    \t\"type\":\"transactions\",\n        \"biller_code\": \"000019\",\n        \"status\": \"requested | successful | failed | pending | disputed | reversed\" // optional\n    },\n    \"details\": {\n        // all optional\n        \"start_date\": \"2019-06-01\", // Default to 30 days ago (overridden in extra variable)\n        \"end_date\": \"2019-06-01\", // Default to today\n        \"min_transaction_amount\": 100,\n        \"max_transaction_amount\": 1000000,\n        \"page\": 1,\n        \"page_size\": 10,\n        \"sort_dir\": \"asc|desc\"\n    }\n  }\n}","options":{"raw":{"language":"json"}}},"url":"https://api.onepipe.io/pwa/getstatement/transaction"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"content-length","value":"540"},{"key":"content-type","value":"application/json; charset=utf-8"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": \"Successful\",\n    \"message\": \"Transaction processed successfully\",\n    \"data\": {\n        \"provider_response_code\": \"00\",\n        \"provider\": \"PaywithAccount\",\n        \"errors\": null,\n        \"error\": null,\n        \"provider_response\": {\n            \"account_number\": \"1790303747\",\n            \"closing_balance\": 0,\n            \"opening_balance\": 0,\n            \"statement_list\": [\n                {\n                    \"transaction_reference\": \"788FTIB20045GJU\",\n                    \"transaction_amount\": 850,\n                    \"balance\": null,\n                    \"transaction_status\": \"successful\",\n                    \"transaction_type\": \"transfer\",\n                    \"transaction_date\": \"2020-02-14 00:00:00\",\n                    \"description\": \"MOB.BNKG:011/MUSA TOLULOPE/TRANSFER 30000 FROM 1780***243 TO 1077***364:000008200214190749669842598346\",\n                    \"from\": {\n                        \"account_name\": \"MUSA TOLULOPE\",\n                        \"account_number\": \"2100000000\",\n                        \"bank_name\": \"Zenith Bank\"\n                    },\n                    \"to\": {\n                        \"account_name\": \"Subscription Manager - PWA\",\n                        \"bank_name\": \"Fidelity Bank\"\n                    },\n                    \"meta\": {\n                        \"promo_url\":\"https://www.paywithaccount/com/win?ref=788FTIB20045GJU\",\n                        \"merchant\": \"Subscription Manager\",\n                        \"reward_status\": \"unclaimed\",\n                        \"biller_code\": \"000019\",\n                        \"biller_sector\": \"Onepipe Product\",\n                        \"currency_symbol\": \"N\",\n                        \"settlement_status\": \"successful\"\n                    }\n                },\n                {\n                    \"transaction_reference\": \"382FTTP20045000J\",\n                    \"transaction_amount\": 1000,\n                    \"balance\": null,\n                    \"transaction_status\": \"successful\",\n                    \"from\": {\n                        \"account_name\": \"CHIJIOKE JULIET JOHN\",\n                        \"bank_name\": \"Zenith Bank\"\n                    },\n                    \"to\": {\n                        \"account_number\": \"2100000000\",\n                        \"account_name\": \"Subscription Manager2 - PWA\",\n                        \"bank_name\": \"Fidelity Bank\"\n                    },\n                    \"transaction_type\": \"transfer\",\n                    \"transaction_date\": \"2020-02-14 00:00:00\",\n                    \"description\": \"MB: trans: Trf from CHIJIOKE JULIET JOHN to JOHN DOE JANE\",\n                     \"meta\": {\n                        \"reward_status\": \"unclaimed\",\n                        \"promo_url\":\"https://www.paywithaccount/com/win?ref=382FTTP20045000J\",\n                        \"merchant\": \"Subscription Manager2\",\n                        \"biller_code\": \"000019\",\n                        \"biller_sector\": null,\n                        \"currency_symbol\": \"N\",\n                        \"settlement_status\": \"failed\"\n                    }\n                },\n                {\n                    \"transaction_reference\": \"136n15a200450084\",\n                    \"transaction_amount\": 400,\n                    \"balance\": 3756672,\n                    \"transaction_status\": \"successful\",\n                    \"from\": {\n                        \"account_number\":\"2100000000\",\n                        \"account_name\": \"MUSA TOLULOPE\",\n                        \"bank_name\": \"Zenith Bank\"\n                    },\n                    \"to\": null,\n                    \"transaction_type\": \"debit\",\n                    \"transaction_date\": \"2020-02-14 00:00:00\",\n                    \"description\": \"SMS SERVICE UNCHARGED APPLIED JAN 2020-1780161243\",\n                    \"meta\": {\n                        \"reward_status\": \"claimed\",\n                        \"promo_url\":\"https://www.paywithaccount/com/win?ref=136n15a200450084\",\n                        \"merchant\": \"Subscription Manager\",\n                        \"biller_code\": \"000019\",\n                        \"biller_sector\": \"Onepipe Product\",\n                        \"currency_symbol\": \"N\",\n                        \"settlement_status\": null\n                    }\n                }\n            ],\n            \"reference\": \"000022200225154318222333334432\",\n            \"meta\":{\n                \"total_amount\": 54768.12,\n                \"total_amount_credited\": 54768.12,\n                \"pagination\": {\n                    \"records\": 3,\n                    \"page\": 1,\n                    \"pages\": 1,\n                    \"page_size\": 10\n                },\n                \"metrics\": {\n                    \"today\": {\n                        \"total\": 0,\n                        \"amount\": 0,\n                        \"amount_credited\": 0\n                    },\n                    \"current_month\": {\n                        \"total\": 0,\n                        \"amount\": 0,\n                        \"amount_credited\": 0\n                    }\n                }\n            }\n        }\n    }\n}"},{"id":"816c472a-c257-46b2-ae8c-48df67bdfe50","name":"Get a biller's transactions","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer hSk84fnb2GeOVZ4JbUcu_ca608e4d33b2408e90b3a97157b581d7"},{"key":"Signature","value":"3a2b58350e8068507e6b5bff106850a5"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"request_ref\":\"{{request_ref}}\", \n  \"request_type\":\"get_statement\",\n  \"auth\": {\n    \"type\": null,\n    \"secure\": null,\n    \"auth_provider\": \"PaywithAccount\",\n    \"route_mode\": null\n  },\n  \"transaction\": {\n    \"mock_mode\": \"live\", \n    \"transaction_ref\": \"{{transaction_ref}}\", \n    \"transaction_desc\": \"A random transaction\", \n    \"transaction_ref_parent\": null, \n    \"amount\": 0,\n    \"customer\":{\n    \t\"customer_ref\": null,\n    \t\"firstname\": \"Uju\",\n        \"surname\": \"Usmanu\",\n    \t\"email\": \"ujuusmanu@gmail.com\",\n    \t\"mobile_no\": \"234802343132\"\n    },\n    \"meta\":{\n    \t\"type\":\"transactions\",\n        \"biller_code\": \"000019\",\n        \"status\": \"requested | successful | failed | pending | disputed | reversed\" // optional\n    },\n    \"details\": {\n        // all optional\n        \"start_date\": \"2019-06-01\", // Default to 30 days ago (overridden in extra variable)\n        \"end_date\": \"2019-06-01\", // Default to today\n        \"min_transaction_amount\": 100,\n        \"max_transaction_amount\": 1000000,\n        \"page\": 1,\n        \"page_size\": 10,\n        \"sort_dir\": \"asc|desc\"\n    }\n  }\n}","options":{"raw":{"language":"json"}}},"url":"https://api.onepipe.io/pwa/getstatement/transaction"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"content-length","value":"540"},{"key":"content-type","value":"application/json; charset=utf-8"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": \"Successful\",\n    \"message\": \"Transaction processed successfully\",\n    \"data\": {\n        \"provider_response_code\": \"00\",\n        \"provider\": \"PaywithAccount\",\n        \"errors\": null,\n        \"error\": null,\n        \"provider_response\": {\n            \"account_number\": \"1790303747\",\n            \"closing_balance\": 0,\n            \"opening_balance\": 0,\n            \"statement_list\": [\n                {\n                    \"transaction_reference\": \"788FTIB20045GJU\",\n                    \"transaction_amount\": 850,\n                    \"balance\": null,\n                    \"transaction_status\": \"successful\",\n                    \"transaction_type\": \"transfer\",\n                    \"transaction_date\": \"2020-02-14 00:00:00\",\n                    \"description\": \"MOB.BNKG:011/MUSA TOLULOPE/TRANSFER 30000 FROM 1780***243 TO 1077***364:000008200214190749669842598346\",\n                    \"from\": {\n                        \"account_name\": \"MUSA TOLULOPE\",\n                        \"account_number\": \"2100000000\",\n                        \"bank_name\": \"Zenith Bank\"\n                    },\n                    \"to\": {\n                        \"account_name\": \"Subscription Manager - PWA\",\n                        \"bank_name\": \"Fidelity Bank\"\n                    },\n                    \"meta\": {\n                        \"promo_url\":\"https://www.paywithaccount/com/win?ref=788FTIB20045GJU\",\n                        \"merchant\": \"Subscription Manager\",\n                        \"reward_status\": \"unclaimed\",\n                        \"biller_code\": \"000019\",\n                        \"biller_sector\": \"Onepipe Product\",\n                        \"currency_symbol\": \"N\",\n                        \"settlement_status\": \"successful\"\n                    }\n                },\n                {\n                    \"transaction_reference\": \"382FTTP20045000J\",\n                    \"transaction_amount\": 1000,\n                    \"balance\": null,\n                    \"transaction_status\": \"successful\",\n                    \"from\": {\n                        \"account_name\": \"CHIJIOKE JULIET JOHN\",\n                        \"bank_name\": \"Zenith Bank\"\n                    },\n                    \"to\": {\n                        \"account_number\": \"2100000000\",\n                        \"account_name\": \"Subscription Manager2 - PWA\",\n                        \"bank_name\": \"Fidelity Bank\"\n                    },\n                    \"transaction_type\": \"transfer\",\n                    \"transaction_date\": \"2020-02-14 00:00:00\",\n                    \"description\": \"MB: trans: Trf from CHIJIOKE JULIET JOHN to JOHN DOE JANE\",\n                     \"meta\": {\n                        \"reward_status\": \"unclaimed\",\n                        \"promo_url\":\"https://www.paywithaccount/com/win?ref=382FTTP20045000J\",\n                        \"merchant\": \"Subscription Manager2\",\n                        \"biller_code\": \"000019\",\n                        \"biller_sector\": null,\n                        \"currency_symbol\": \"N\",\n                        \"settlement_status\": \"failed\"\n                    }\n                },\n                {\n                    \"transaction_reference\": \"136n15a200450084\",\n                    \"transaction_amount\": 400,\n                    \"balance\": 3756672,\n                    \"transaction_status\": \"successful\",\n                    \"from\": {\n                        \"account_number\":\"2100000000\",\n                        \"account_name\": \"MUSA TOLULOPE\",\n                        \"bank_name\": \"Zenith Bank\"\n                    },\n                    \"to\": null,\n                    \"transaction_type\": \"debit\",\n                    \"transaction_date\": \"2020-02-14 00:00:00\",\n                    \"description\": \"SMS SERVICE UNCHARGED APPLIED JAN 2020-1780161243\",\n                    \"meta\": {\n                        \"reward_status\": \"claimed\",\n                        \"promo_url\":\"https://www.paywithaccount/com/win?ref=136n15a200450084\",\n                        \"merchant\": \"Subscription Manager\",\n                        \"biller_code\": \"000019\",\n                        \"biller_sector\": \"Onepipe Product\",\n                        \"currency_symbol\": \"N\",\n                        \"settlement_status\": null\n                    }\n                }\n            ],\n            \"reference\": \"000022200225154318222333334432\",\n            \"meta\":{\n                \"total_amount\": 54768.12,\n                \"total_amount_credited\": 54768.12,\n                \"pagination\": {\n                    \"records\": 3,\n                    \"page\": 1,\n                    \"pages\": 1,\n                    \"page_size\": 10\n                },\n                \"metrics\": {\n                    \"today\": {\n                        \"total\": 0,\n                        \"amount\": 0,\n                        \"amount_credited\": 0\n                    },\n                    \"current_month\": {\n                        \"total\": 0,\n                        \"amount\": 0,\n                        \"amount_credited\": 0\n                    }\n                }\n            }\n        }\n    }\n}"}],"_postman_id":"38b885a0-d84c-44b6-90c0-6887ffe01e5f"},{"name":"Get Statement - Cash Flow","id":"b14d0798-b643-4b3f-8cbe-d875d89fd816","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Authorization","value":"Bearer hSk84fnb2GeOVZ4JbUcu_ca608e4d33b2408e90b3a97157b581d7"},{"key":"Signature","value":"3a2b58350e8068507e6b5bff106850a5"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"request_ref\":\"{{request_ref}}\", \n  \"request_type\":\"get_statement\",\n  \"auth\": {\n    \"type\": null,\n    \"secure\": null,\n    \"auth_provider\": \"PaywithAccount\",\n    \"route_mode\": null\n  },\n  \"transaction\": {\n    \"mock_mode\": \"live\", \n    \"transaction_ref\": \"{{transaction_ref}}\", \n    \"transaction_desc\": \"A random transaction\", \n    \"transaction_ref_parent\": null, \n    \"amount\": 0,\n    \"customer\":{\n    \t\"customer_ref\": \"2348022222222\",\n    \t\"firstname\": \"Uju\",\n        \"surname\": \"Usmanu\",\n    \t\"email\": \"ujuusmanu@gmail.com\",\n    \t\"mobile_no\": \"234802343132\"\n    },\n    \"meta\":{\n    \t\"type\":\"cash_flow\",\n        \"with_metrics\": true, // optional\n        \"status\": \"requested | successful | failed | pending | disputed | reversed\", // optional\n        \"biller_code\": \"000074\"\n    },\n    \"details\": {\n        // all optional\n        \"start_date\": \"2019-06-01\", // Default to 30 days ago (overridden in extra variable)\n        \"end_date\": \"2019-06-01\", // Default to today\n        \"min_transaction_amount\": 100,\n        \"max_transaction_amount\": 1000000,\n        \"page\": 1,\n        \"page_size\": 10,\n        \"sort_dir\": \"asc|desc\"\n    }\n  }\n}","options":{"raw":{"language":"json"}}},"url":"https://api.onepipe.io/v2/transact","urlObject":{"path":["v2","transact"],"host":["https://api.onepipe.io"],"query":[],"variable":[]}},"response":[{"id":"cd61f60f-a8cd-4fb6-87d8-b07c2962b19a","name":"get sent and received payments history","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer hSk84fnb2GeOVZ4JbUcu_ca608e4d33b2408e90b3a97157b581d7"},{"key":"Signature","value":"3a2b58350e8068507e6b5bff106850a5"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"request_ref\": \"{{request_ref}}\",\n    \"request_type\": \"get_statement\",\n    \"auth\": {\n        \"type\": null,\n        \"secure\": null,\n        \"auth_provider\": \"PaywithAccount\",\n        \"route_mode\": null\n    },\n    \"transaction\": {\n        \"mock_mode\": \"live\",\n        \"transaction_ref\": \"{{transaction_ref}}\",\n        \"transaction_desc\": \"A random transaction\",\n        \"transaction_ref_parent\": null,\n        \"amount\": 0,\n        \"customer\": {\n            \"customer_ref\": \"2348022222222\",\n            \"firstname\": \"Uju\",\n            \"surname\": \"Usmanu\",\n            \"email\": \"ujuusmanu@gmail.com\",\n            \"mobile_no\": \"234802343132\"\n        },\n        \"meta\": {\n            \"type\": \"cash_flow\",\n            \"with_metrics\": true, // optional\n            \"status\": \"requested | successful | failed | pending | disputed | reversed\", // optional\n            \"biller_code\": \"000074\"\n        },\n        \"details\": {\n            // all optional\n            \"start_date\": \"2019-06-01\", // Default to 30 days ago (overridden in extra variable)\n            \"end_date\": \"2019-06-01\", // Default to today\n            \"min_transaction_amount\": 100,\n            \"max_transaction_amount\": 1000000,\n            \"page\": 1,\n            \"page_size\": 10,\n            \"sort_dir\": \"asc|desc\"\n        }\n    }\n}","options":{"raw":{"language":"json"}}},"url":"https://api.onepipe.io/v2/transact"},"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":""}],"cookie":[],"responseTime":null,"body":"{\r\n  \"status\": \"Successful\",\r\n  \"message\": \"Transaction processed successfully\",\r\n  \"data\": {\r\n    \"provider_response_code\": \"00\",\r\n    \"provider\": \"PaywithAccount\",\r\n    \"errors\": null,\r\n    \"error\": null,\r\n    \"provider_response\": {\r\n      \"account_number\": null,\r\n      \"closing_balance\": 0,\r\n      \"opening_balance\": 0,\r\n      \"statement_list\": [\r\n        {\r\n          \"transaction_reference\": \"DD-4XTNDhgunTX4e9X\",\r\n          \"transaction_status\": \"pending\",\r\n          \"transaction_amount\": 100,\r\n          \"balance\": null,\r\n          \"transaction_type\": \"transfer\",\r\n          \"transaction_date\": \"2025-09-27 08:08:10\",\r\n          \"description\": \"Setup a subscription\",\r\n          \"direction\": \"outflow\",\r\n          \"from\": {\r\n            \"account_number\": null,\r\n            \"account_name\": null,\r\n            \"bank_name\": null\r\n          },\r\n          \"to\": {\r\n            \"account_number\": \"4565033331\",\r\n            \"account_name\": \"Asgard\",\r\n            \"bank_name\": \"Fidelity\"\r\n          },\r\n          \"meta\": {\r\n            \"promo_url\": \"https://www.paywithaccount.com/win?ref=DD-4XTNDhgunTX4e9X\",\r\n            \"reward_status\": \"unclaimed\",\r\n            \"merchant\": \"Asgard\",\r\n            \"biller_code\": \"000074\",\r\n            \"biller_sector\": \"Default\",\r\n            \"currency_symbol\": \"₦\",\r\n            \"settlement_status\": null\r\n          }\r\n        },\r\n        {\r\n          \"transaction_reference\": \"DD-4XTNDhgunTX4e9X\",\r\n          \"transaction_status\": \"pending\",\r\n          \"transaction_amount\": 100,\r\n          \"balance\": null,\r\n          \"transaction_type\": \"transfer\",\r\n          \"transaction_date\": \"2025-09-27 08:08:10\",\r\n          \"description\": \"Setup a subscription\",\r\n          \"direction\": \"inflow\",\r\n          \"from\": {\r\n            \"account_number\": null,\r\n            \"account_name\": null,\r\n            \"bank_name\": null\r\n          },\r\n          \"to\": {\r\n            \"account_number\": \"4565033331\",\r\n            \"account_name\": \"Asgard\",\r\n            \"bank_name\": \"Fidelity\"\r\n          },\r\n          \"meta\": {\r\n            \"promo_url\": \"https://www.paywithaccount.com/win?ref=DD-4XTNDhgunTX4e9X\",\r\n            \"reward_status\": \"unclaimed\",\r\n            \"merchant\": \"Asgard\",\r\n            \"biller_code\": \"000074\",\r\n            \"biller_sector\": \"Default\",\r\n            \"currency_symbol\": \"₦\",\r\n            \"settlement_status\": null\r\n          }\r\n        },\r\n        {\r\n          \"transaction_reference\": \"DD-vaWdf1Y1Zu57E59\",\r\n          \"transaction_status\": \"pending\",\r\n          \"transaction_amount\": 101,\r\n          \"balance\": null,\r\n          \"transaction_type\": \"transfer\",\r\n          \"transaction_date\": \"2025-09-26 09:47:12\",\r\n          \"description\": \"test\",\r\n          \"direction\": \"inflow\",\r\n          \"from\": {\r\n            \"account_number\": null,\r\n            \"account_name\": null,\r\n            \"bank_name\": null\r\n          },\r\n          \"to\": {\r\n            \"account_number\": \"4565033331\",\r\n            \"account_name\": \"Asgard\",\r\n            \"bank_name\": \"Fidelity\"\r\n          },\r\n          \"meta\": {\r\n            \"promo_url\": \"https://www.paywithaccount.com/win?ref=DD-vaWdf1Y1Zu57E59\",\r\n            \"reward_status\": \"unclaimed\",\r\n            \"merchant\": \"Asgard\",\r\n            \"biller_code\": \"000074\",\r\n            \"biller_sector\": \"Default\",\r\n            \"currency_symbol\": \"₦\",\r\n            \"settlement_status\": null\r\n          }\r\n        },\r\n        {\r\n          \"transaction_reference\": \"DD-vaWdf1Y1Zu57E59\",\r\n          \"transaction_status\": \"pending\",\r\n          \"transaction_amount\": 101,\r\n          \"balance\": null,\r\n          \"transaction_type\": \"transfer\",\r\n          \"transaction_date\": \"2025-09-26 09:47:12\",\r\n          \"description\": \"test\",\r\n          \"direction\": \"outflow\",\r\n          \"from\": {\r\n            \"account_number\": null,\r\n            \"account_name\": null,\r\n            \"bank_name\": null\r\n          },\r\n          \"to\": {\r\n            \"account_number\": \"4565033331\",\r\n            \"account_name\": \"Asgard\",\r\n            \"bank_name\": \"Fidelity\"\r\n          },\r\n          \"meta\": {\r\n            \"promo_url\": \"https://www.paywithaccount.com/win?ref=DD-vaWdf1Y1Zu57E59\",\r\n            \"reward_status\": \"unclaimed\",\r\n            \"merchant\": \"Asgard\",\r\n            \"biller_code\": \"000074\",\r\n            \"biller_sector\": \"Default\",\r\n            \"currency_symbol\": \"₦\",\r\n            \"settlement_status\": null\r\n          }\r\n        },\r\n        {\r\n          \"transaction_reference\": \"DD-2bQmjATalLLV2mF\",\r\n          \"transaction_status\": \"successful\",\r\n          \"transaction_amount\": 100.51,\r\n          \"balance\": null,\r\n          \"transaction_type\": \"pay4me\",\r\n          \"transaction_date\": \"2025-09-26 09:43:20\",\r\n          \"description\": \"Testing pay4me webhook\",\r\n          \"direction\": \"inflow\",\r\n          \"from\": {\r\n            \"account_number\": null,\r\n            \"account_name\": null,\r\n            \"bank_name\": null\r\n          },\r\n          \"to\": null,\r\n          \"meta\": {\r\n            \"promo_url\": \"https://www.paywithaccount.com/win?ref=DD-2bQmjATalLLV2mF\",\r\n            \"reward_status\": \"unclaimed\",\r\n            \"merchant\": \"Asgard\",\r\n            \"biller_code\": \"000074\",\r\n            \"biller_sector\": \"Default\",\r\n            \"currency_symbol\": \"₦\",\r\n            \"settlement_status\": null\r\n          }\r\n        },\r\n        {\r\n          \"transaction_reference\": \"DD-2bQmjATalLLV2mF\",\r\n          \"transaction_status\": \"successful\",\r\n          \"transaction_amount\": 100.51,\r\n          \"balance\": null,\r\n          \"transaction_type\": \"pay4me\",\r\n          \"transaction_date\": \"2025-09-26 09:43:20\",\r\n          \"description\": \"Testing pay4me webhook\",\r\n          \"direction\": \"outflow\",\r\n          \"from\": {\r\n            \"account_number\": null,\r\n            \"account_name\": null,\r\n            \"bank_name\": null\r\n          },\r\n          \"to\": null,\r\n          \"meta\": {\r\n            \"promo_url\": \"https://www.paywithaccount.com/win?ref=DD-2bQmjATalLLV2mF\",\r\n            \"reward_status\": \"unclaimed\",\r\n            \"merchant\": \"Asgard\",\r\n            \"biller_code\": \"000074\",\r\n            \"biller_sector\": \"Default\",\r\n            \"currency_symbol\": \"₦\",\r\n            \"settlement_status\": null\r\n          }\r\n        },\r\n        {\r\n          \"transaction_reference\": \"DD-ZHRrLSTNY1DnFXl\",\r\n          \"transaction_status\": \"successful\",\r\n          \"transaction_amount\": 100.5,\r\n          \"balance\": null,\r\n          \"transaction_type\": \"pay4me\",\r\n          \"transaction_date\": \"2025-09-26 00:48:05\",\r\n          \"description\": \"Testing pay4me webhook\",\r\n          \"direction\": \"inflow\",\r\n          \"from\": {\r\n            \"account_number\": null,\r\n            \"account_name\": null,\r\n            \"bank_name\": null\r\n          },\r\n          \"to\": null,\r\n          \"meta\": {\r\n            \"promo_url\": \"https://www.paywithaccount.com/win?ref=DD-ZHRrLSTNY1DnFXl\",\r\n            \"reward_status\": \"unclaimed\",\r\n            \"merchant\": \"Asgard\",\r\n            \"biller_code\": \"000074\",\r\n            \"biller_sector\": \"Default\",\r\n            \"currency_symbol\": \"₦\",\r\n            \"settlement_status\": null\r\n          }\r\n        },\r\n        {\r\n          \"transaction_reference\": \"DD-HdKMM5Xi8AQIkYU\",\r\n          \"transaction_status\": \"successful\",\r\n          \"transaction_amount\": 100.5,\r\n          \"balance\": null,\r\n          \"transaction_type\": \"pay4me\",\r\n          \"transaction_date\": \"2025-09-26 00:15:16\",\r\n          \"description\": \"Testing pay4me webhook\",\r\n          \"direction\": \"inflow\",\r\n          \"from\": {\r\n            \"account_number\": null,\r\n            \"account_name\": null,\r\n            \"bank_name\": null\r\n          },\r\n          \"to\": null,\r\n          \"meta\": {\r\n            \"promo_url\": \"https://www.paywithaccount.com/win?ref=DD-HdKMM5Xi8AQIkYU\",\r\n            \"reward_status\": \"unclaimed\",\r\n            \"merchant\": \"Asgard\",\r\n            \"biller_code\": \"000074\",\r\n            \"biller_sector\": \"Default\",\r\n            \"currency_symbol\": \"₦\",\r\n            \"settlement_status\": null\r\n          }\r\n        },\r\n        {\r\n          \"transaction_reference\": \"DD-9yzQvwrDhRjhYso\",\r\n          \"transaction_status\": \"successful\",\r\n          \"transaction_amount\": 100.5,\r\n          \"balance\": null,\r\n          \"transaction_type\": \"debit\",\r\n          \"transaction_date\": \"2025-09-25 19:52:34\",\r\n          \"description\": \"Testing pay4me webhook\",\r\n          \"direction\": \"inflow\",\r\n          \"from\": {\r\n            \"account_number\": null,\r\n            \"account_name\": null,\r\n            \"bank_name\": null\r\n          },\r\n          \"to\": null,\r\n          \"meta\": {\r\n            \"promo_url\": \"https://www.paywithaccount.com/win?ref=DD-9yzQvwrDhRjhYso\",\r\n            \"reward_status\": \"unclaimed\",\r\n            \"merchant\": \"Asgard\",\r\n            \"biller_code\": \"000074\",\r\n            \"biller_sector\": \"Default\",\r\n            \"currency_symbol\": \"₦\",\r\n            \"settlement_status\": null\r\n          }\r\n        },\r\n        {\r\n          \"transaction_reference\": \"DD-ateGXokldpUtdwz\",\r\n          \"transaction_status\": \"successful\",\r\n          \"transaction_amount\": 100,\r\n          \"balance\": null,\r\n          \"transaction_type\": \"debit\",\r\n          \"transaction_date\": \"2025-09-23 05:43:31\",\r\n          \"description\": \"| As g | A random transaction | 76720495433413 |\",\r\n          \"direction\": \"outflow\",\r\n          \"from\": {\r\n            \"account_number\": \"2100000000\",\r\n            \"account_name\": \"JANE DOE AKAN\",\r\n            \"bank_name\": \"Zenith Bank\"\r\n          },\r\n          \"to\": null,\r\n          \"meta\": {\r\n            \"promo_url\": \"https://www.paywithaccount.com/win?ref=DD-ateGXokldpUtdwz\",\r\n            \"reward_status\": \"unclaimed\",\r\n            \"merchant\": \"Asgard2\",\r\n            \"biller_code\": \"000611\",\r\n            \"biller_sector\": null,\r\n            \"currency_symbol\": \"₦\",\r\n            \"settlement_status\": null\r\n          }\r\n        }\r\n      ],\r\n      \"reference\": \"34278269630934\",\r\n      \"meta\": {\r\n        \"pagination\": {\r\n          \"records\": 211,\r\n          \"page\": 1,\r\n          \"pages\": 22,\r\n          \"page_size\": 10\r\n        },\r\n        \"inflow_count\": 6,\r\n        \"outflow_count\": 205,\r\n        \"inflow_amount\": 603.01,\r\n        \"inflow_amount_credited\": 301.51,\r\n        \"outflow_amount\": 475161.63,\r\n        \"outflow_amount_sent\": 7872.32,\r\n        \"metrics\": {\r\n          \"today\": {\r\n            \"inflow_amount\": 0,\r\n            \"inflow_amount_credited\": 0,\r\n            \"outflow_amount\": 0,\r\n            \"outflow_amount_sent\": 0\r\n          },\r\n          \"current_month\": {\r\n            \"inflow_amount\": 0,\r\n            \"inflow_amount_credited\": 0,\r\n            \"outflow_amount\": 0,\r\n            \"outflow_amount_sent\": 0\r\n          }\r\n        }\r\n      }\r\n    }\r\n  }\r\n}"}],"_postman_id":"b14d0798-b643-4b3f-8cbe-d875d89fd816"},{"name":"Create Ticket","id":"cab41682-449b-4c15-9b08-acdd646e612b","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Authorization","value":"Bearer hSk84fnb2GeOVZ4JbUcu_ca608e4d33b2408e90b3a97157b581d7"},{"key":"Signature","value":"3a2b58350e8068507e6b5bff106850a5"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"request_ref\": \"111111111\",\n    \"request_type\": \"create ticket\",\n    \"auth\": {\n        \"auth_provider\": \"PaywithAccount\",\n        \"secure\": null,\n        \"type\": null,\n        \"route_mode\": null\n    },\n    \"transaction\": {\n        \"mock_mode\": \"live\",\n        \"transaction_ref\": \"998383938292\",\n        \"transaction_desc\": \"creating ticket\",\n        \"transaction_ref_parent\": \"\",\n        \"amount\": 0,\n        \"customer\": {\n            \"customer_ref\": null,\n            \"firstname\": null,\n            \"surname\": null,\n            \"email\": null,\n            \"mobile_no\": null\n        },\n        \"meta\": {\n            \"use_ticketing\": true, // optional, defaults to false\n            \"classification\": \"PaywithAccount\",\n            \"platform\": \"PaywithAccount\",\n            \"category\": \"PaywithAccount\",\n            // \"team_id\": \"\", // Get from Create Ticket Options calls\n            \"recipient\": \"\", // optional, defaults to help@paywithaccount.com\n            \"biller_code\": \"000019\"\n        },\n        \"details\": {\n            \"message_title\": \"\", // Ticket title\n            \"message_body\": \"\" // Ticket Body\n        }\n    }\n}","options":{"raw":{"language":"json"}}},"url":"https://api.onepipe.io/v2/transact","description":"<h3 id=\"create-merchant-transaction\">Create Merchant Transaction</h3>\n<p>This endpoint allows you to initiate a transaction for creating a new merchant.</p>\n<h4 id=\"request-body\">Request Body</h4>\n<ul>\n<li><p><code>request_ref</code> (string): A unique reference for the request.</p>\n</li>\n<li><p><code>request_type</code> (string): Indicates the type of request, in this case, \"create merchant\".</p>\n</li>\n<li><p><code>auth</code> (object): Authentication details including the provider and security settings.</p>\n<ul>\n<li><code>auth_provider</code> (string): The authentication provider, e.g., \"PaywithAccount\".</li>\n</ul>\n</li>\n<li><p><code>transaction</code> (object): Details of the transaction.</p>\n<ul>\n<li><p><code>mock_mode</code> (string): The mode for mocking the transaction, e.g., \"Inspect\".</p>\n</li>\n<li><p><code>transaction_ref</code> (string): Reference for the transaction.</p>\n</li>\n<li><p><code>transaction_desc</code> (string): Description of the transaction.</p>\n</li>\n<li><p><code>amount</code> (number): The transaction amount.</p>\n</li>\n<li><p><code>customer</code> (object): Details of the customer initiating the transaction.</p>\n<ul>\n<li><p><code>customer_ref</code> (string): Reference for the customer.</p>\n</li>\n<li><p><code>firstname</code> (string): Customer's first name.</p>\n</li>\n<li><p><code>surname</code> (string): Customer's surname.</p>\n</li>\n<li><p><code>email</code> (string): Customer's email address.</p>\n</li>\n<li><p><code>mobile_no</code> (string): Customer's mobile number.</p>\n</li>\n</ul>\n</li>\n<li><p><code>meta</code> (object): Additional meta information for the transaction.</p>\n<ul>\n<li><p><code>beta</code> (string): Indicates if beta features are enabled.</p>\n</li>\n<li><p><code>biller_sector</code> (string): Sector of the biller.</p>\n</li>\n<li><p><code>simple_payment</code> (string): Indicates if simple payment is enabled.</p>\n</li>\n<li><p><code>webhook_url</code> (string): URL for webhook notifications.</p>\n</li>\n<li><p><code>whatsapp_contact_name</code> (string): Name of the WhatsApp contact.</p>\n</li>\n<li><p><code>whatsapp_contact_no</code> (string): WhatsApp contact number.</p>\n</li>\n<li><p><code>business_short_name</code> (string): Short name of the business.</p>\n</li>\n</ul>\n</li>\n<li><p><code>details</code> (object): Details related to the business.</p>\n<ul>\n<li><p><code>business_name</code> (string): Name of the business.</p>\n</li>\n<li><p><code>rc_number</code> (string): Registration number of the business.</p>\n</li>\n<li><p><code>settlement_account_no</code> (string): Account number for settlement.</p>\n</li>\n<li><p><code>settlement_bank_code</code> (string): Bank code for settlement.</p>\n</li>\n<li><p><code>tax_id</code> (string): Tax identification number.</p>\n</li>\n<li><p><code>address_line_1</code> (string): Address line 1 for the business.</p>\n</li>\n<li><p><code>notification_phone</code> (string): Notification phone numbers.</p>\n</li>\n<li><p><code>notification_email</code> (string): Notification email addresses.</p>\n</li>\n</ul>\n</li>\n</ul>\n</li>\n<li><p><code>options</code> (null): Additional options for the transaction.</p>\n</li>\n</ul>\n<h4 id=\"response\">Response</h4>\n<p>The response for this request is a JSON object with the following schema:</p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-json\">{\n  \"status\": \"\",\n  \"message\": \"\",\n  \"data\": {\n    \"provider_response_code\": \"\",\n    \"provider\": \"\",\n    \"errors\": null,\n    \"error\": null,\n    \"provider_response\": {\n      \"reference\": 0,\n      \"account_number\": \"\",\n      \"contract_code\": null,\n      \"account_reference\": \"\",\n      \"account_name\": \"\",\n      \"currency_code\": \"\",\n      \"customer_email\": \"\",\n      \"bank_name\": null,\n      \"bank_code\": null,\n      \"account_type\": null,\n      \"status\": \"\",\n      \"created_on\": \"\",\n      \"meta\": {\n        \"biller_code\": \"\"\n      }\n    },\n    \"client_info\": {\n      \"name\": null,\n      \"id\": null,\n      \"bank_cbn_code\": null,\n      \"bank_name\": null,\n      \"console_url\": null,\n      \"js_background_image\": null,\n      \"css_url\": null,\n      \"logo_url\": null,\n      \"footer_text\": null,\n      \"show_options_icon\": true,\n      \"paginate\": true,\n      \"paginate_count\": 0,\n      \"options\": null,\n      \"merchant\": null,\n      \"colors\": null,\n      \"meta\": null\n    }\n  }\n}\n\n</code></pre>\n<p>The response includes various fields such as <code>status</code>, <code>message</code>, <code>data</code>, <code>provider_response_code</code>, <code>provider</code>, and <code>client_info</code>.</p>\n","urlObject":{"path":["v2","transact"],"host":["https://api.onepipe.io"],"query":[],"variable":[]}},"response":[{"id":"b93f22dd-a988-4046-9cff-8e5abdc58008","name":"Create Ticket via email","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer hSk84fnb2GeOVZ4JbUcu_ca608e4d33b2408e90b3a97157b581d7"},{"key":"Signature","value":"3a2b58350e8068507e6b5bff106850a5"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"request_ref\": \"111111111\",\n    \"request_type\": \"create ticket\",\n    \"auth\": {\n        \"auth_provider\": \"PaywithAccount\",\n        \"secure\": null,\n        \"type\": null,\n        \"route_mode\": null\n    },\n    \"transaction\": {\n        \"mock_mode\": \"live\",\n        \"transaction_ref\": \"998383938292\",\n        \"transaction_desc\": \"creating ticket\",\n        \"transaction_ref_parent\": \"\",\n        \"amount\": 0,\n        \"customer\": {\n            \"customer_ref\": null,\n            \"firstname\": null,\n            \"surname\": null,\n            \"email\": null,\n            \"mobile_no\": null\n        },\n        \"meta\": {\n            \"recipient\": \"\", // optional, defaults to help@paywithaccount.com\n            \"biller_code\": \"000019\"\n        },\n        \"details\": {\n            \"message_title\": \"\",\n            \"message_body\": \"\"\n        }\n    }\n}","options":{"raw":{"language":"json"}}},"url":"https://api.onepipe.io/v2/transact"},"_postman_previewlanguage":null,"header":null,"cookie":[],"responseTime":null,"body":"{\r\n    \"status\": \"Successful\",\r\n    \"message\": \"Transaction processed successfully\",\r\n    \"data\": {\r\n        \"provider_response_code\": \"00\",\r\n        \"provider\": \"PaywithAccount\",\r\n        \"errors\": null,\r\n        \"error\": null,\r\n        \"provider_response\": {\r\n            delivery_status: 'delivered',\r\n            cost: null,\r\n            meta: {\r\n                next_url: 'https://support.onepipe.io/',\r\n            },\r\n        },\r\n        \"client_info\": {\r\n            \"name\": null,\r\n            \"id\": null,\r\n            \"bank_cbn_code\": null,\r\n            \"bank_name\": null,\r\n            \"console_url\": null,\r\n            \"js_background_image\": null,\r\n            \"css_url\": null,\r\n            \"logo_url\": null,\r\n            \"footer_text\": null,\r\n            \"show_options_icon\": false,\r\n            \"paginate\": false,\r\n            \"paginate_count\": 0,\r\n            \"options\": null,\r\n            \"merchant\": null,\r\n            \"colors\": null,\r\n            \"meta\": null\r\n        }\r\n    }\r\n}"},{"id":"aa3129d6-35c3-4326-9f67-ab3ff9c7bdb3","name":"Create Ticket via Zoho","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer hSk84fnb2GeOVZ4JbUcu_ca608e4d33b2408e90b3a97157b581d7"},{"key":"Signature","value":"3a2b58350e8068507e6b5bff106850a5"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"request_ref\": \"111111111\",\n    \"request_type\": \"create ticket\",\n    \"auth\": {\n        \"auth_provider\": \"PaywithAccount\",\n        \"secure\": null,\n        \"type\": null,\n        \"route_mode\": null\n    },\n    \"transaction\": {\n        \"mock_mode\": \"live\",\n        \"transaction_ref\": \"998383938292\",\n        \"transaction_desc\": \"creating ticket\",\n        \"transaction_ref_parent\": \"\",\n        \"amount\": 0,\n        \"customer\": {\n            \"customer_ref\": \"customer_ref\",\n            \"firstname\": \"john\",\n            \"surname\": \"Doe\", // compulsory\n            \"email\": \"john@example.come\",// compulsory\n            \"mobile_no\": \"customer mobile no\"\n        },\n        \"meta\": {\n            \"use_ticketing\": true,\n            \"classification\": \"PaywithAccount\",\n            \"platform\": \"PaywithAccount\",\n            \"category\": \"PaywithAccount\",\n            // \"team_id\": \"\", // Get from Create Ticket Options calls\n            \"biller_code\": \"001200\"\n        },\n        \"details\": {\n            \"message_title\": \"Another Test PWA Instore Dispute Using OnePipe API\",\n            \"message_body\": \"This is me testing dispute using OnePipe API\"\n        }\n    }\n}","options":{"raw":{"language":"json"}}},"url":"https://api.onepipe.io/v2/transact"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":""}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": \"Successful\",\n    \"message\": \"Transaction processed successfully\",\n    \"data\": {\n        \"provider_response_code\": \"00\",\n        \"provider\": \"PaywithAccount\",\n        \"errors\": null,\n        \"error\": null,\n        \"provider_response\": {\n            \"reference\": \"TEST-L2umWRjyMMrtXDg\",\n            \"meta\": {\n                \"next_url\": \"https://support.onepipe.io/support/onepipeio/ShowHomePage.do#Cases/dv/1007995000105404623\",\n                \"status\": \"Open\",\n                \"channel\": \"API\",\n                \"ticket_id\": \"1007995000105404623\",\n                \"due_date\": \"2025-09-26T08:27:00Z\",\n                \"created_at\": \"2025-09-25T08:26:40Z\",\n                \"conversations\": []\n            }\n        },\n        \"client_info\": {\n            \"name\": null,\n            \"id\": null,\n            \"bank_cbn_code\": null,\n            \"bank_name\": null,\n            \"console_url\": null,\n            \"js_background_image\": null,\n            \"css_url\": null,\n            \"logo_url\": null,\n            \"footer_text\": null,\n            \"show_options_icon\": false,\n            \"paginate\": false,\n            \"paginate_count\": 0,\n            \"options\": null,\n            \"merchant\": null,\n            \"colors\": null,\n            \"meta\": null\n        }\n    }\n}"},{"id":"14a96316-64f0-463a-9183-efc4513d3746","name":"Create Ticket via Zoho Query","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer hSk84fnb2GeOVZ4JbUcu_ca608e4d33b2408e90b3a97157b581d7"},{"key":"Signature","value":"3a2b58350e8068507e6b5bff106850a5"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"request_ref\": \"111111111\",\n    \"request_type\": \"create ticket\",\n    \"request_mode\": \"query\",\n    \"auth\": {\n        \"auth_provider\": \"PaywithAccount\",\n        \"secure\": null,\n        \"type\": null,\n        \"route_mode\": null\n    },\n    \"transaction\": {\n        \"mock_mode\": \"live\",\n        \"transaction_ref\": \"998383938292\",\n        \"transaction_desc\": \"1007995000105404623\" // ticket id\n    }\n}","options":{"raw":{"language":"json"}}},"url":"https://api.onepipe.io/v2/transact/query"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":""}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": \"Successful\",\n    \"message\": \"Transaction processed successfully\",\n    \"data\": {\n        \"provider_response_code\": \"00\",\n        \"provider\": \"PaywithAccount\",\n        \"errors\": null,\n        \"error\": null,\n        \"provider_response\": {\n            \"reference\": \"TEST-L2umWRjyMMrtXDg\",\n            \"meta\": {\n                \"next_url\": \"https://support.onepipe.io/support/onepipeio/ShowHomePage.do#Cases/dv/1007995000105404623\",\n                \"status\": \"Open\",\n                \"channel\": \"API\",\n                \"ticket_id\": \"1007995000105404623\",\n                \"due_date\": \"2025-09-26T08:27:00Z\",\n                \"created_at\": \"2025-09-25T08:26:40Z\",\n                \"conversations\": []\n            }\n        },\n        \"client_info\": {\n            \"name\": null,\n            \"id\": null,\n            \"bank_cbn_code\": null,\n            \"bank_name\": null,\n            \"console_url\": null,\n            \"js_background_image\": null,\n            \"css_url\": null,\n            \"logo_url\": null,\n            \"footer_text\": null,\n            \"show_options_icon\": false,\n            \"paginate\": false,\n            \"paginate_count\": 0,\n            \"options\": null,\n            \"merchant\": null,\n            \"colors\": null,\n            \"meta\": null\n        }\n    }\n}"},{"id":"328ef039-7841-4244-880c-9c0989ebf3e4","name":"Create Ticket via Zoho OPTIONS","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer hSk84fnb2GeOVZ4JbUcu_ca608e4d33b2408e90b3a97157b581d7"},{"key":"Signature","value":"3a2b58350e8068507e6b5bff106850a5"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"request_ref\": \"111111111\",\n    \"request_type\": \"create ticket\",\n    \"request_mode\": \"options\",\n    \"auth\": {\n        \"auth_provider\": \"PaywithAccount\",\n        \"secure\": null,\n        \"type\": null,\n        \"route_mode\": null\n    },\n    \"transaction\": {\n        \"mock_mode\": \"live\",\n        \"transaction_ref\": \"998383938292\",\n        \"transaction_desc\": \"creating ticket\",\n        \"transaction_ref_parent\": \"\",\n        \"amount\": 0,\n        \"customer\": {\n            \"customer_ref\": \"customer_ref\",\n            \"firstname\": \"john\",\n            \"surname\": \"Doe\", // compulsory\n            \"email\": \"john@example.come\",// compulsory\n            \"mobile_no\": \"customer mobile no\"\n        },\n        \"meta\": {\n            \"classification\": \"PaywithAccount\",\n            \"platform\": \"PaywithAccount\",\n            \"category\": \"PaywithAccount\",\n            // \"team_id\": \"\", // Get from Create Ticket Options calls\n            \"biller_code\": \"001200\"\n        },\n        \"details\": {\n            \"message_title\": \"Another Test PWA Instore Dispute Using OnePipe API\",\n            \"message_body\": \"This is me testing dispute using OnePipe API\"\n        }\n    }\n}","options":{"raw":{"language":"json"}}},"url":"https://api.onepipe.io/v2/transact/options"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":""}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": \"Successful\",\n    \"message\": \"Transaction processed successfully\",\n    \"data\": {\n        \"provider_response_code\": \"00\",\n        \"provider\": \"PaywithAccount\",\n        \"errors\": null,\n        \"error\": null,\n        \"provider_response\": {\n            \"teams\": [\n                {\n                    \"id\": \"1007995000000352955\",\n                    \"name\": \"Trojan\",\n                    \"department_id\": \"1007995000000006907\"\n                },\n                {\n                    \"id\": \"1007995000000399005\",\n                    \"name\": \"Titanium\",\n                    \"department_id\": \"1007995000000006907\"\n                },\n                {\n                    \"id\": \"1007995000000399019\",\n                    \"name\": \"Cadre\",\n                    \"department_id\": \"1007995000000006907\"\n                },\n                {\n                    \"id\": \"1007995000000399033\",\n                    \"name\": \"Asgard\",\n                    \"department_id\": \"1007995000000006907\"\n                },\n                {\n                    \"id\": \"1007995000000401143\",\n                    \"name\": \"Cruiser\",\n                    \"department_id\": \"1007995000000006907\"\n                },\n                {\n                    \"id\": \"1007995000003903293\",\n                    \"name\": \"Athens\",\n                    \"department_id\": \"1007995000000006907\"\n                },\n                {\n                    \"id\": \"1007995000053452239\",\n                    \"name\": \"BizOps\",\n                    \"department_id\": \"1007995000000006907\"\n                },\n                {\n                    \"id\": \"1007995000056637535\",\n                    \"name\": \"Guardians\",\n                    \"department_id\": \"1007995000000006907\"\n                },\n                {\n                    \"id\": \"1007995000062034001\",\n                    \"name\": \"Wakanda\",\n                    \"department_id\": \"1007995000000006907\"\n                },\n                {\n                    \"id\": \"1007995000070847123\",\n                    \"name\": \"Alexis\",\n                    \"department_id\": \"1007995000000006907\"\n                },\n                {\n                    \"id\": \"1007995000071226014\",\n                    \"name\": \"Connectors\",\n                    \"department_id\": \"1007995000000006907\"\n                },\n                {\n                    \"id\": \"1007995000072062077\",\n                    \"name\": \"Sparta\",\n                    \"department_id\": \"1007995000000006907\"\n                },\n                {\n                    \"id\": \"1007995000078130349\",\n                    \"name\": \"Groundbreakers\",\n                    \"department_id\": \"1007995000000006907\"\n                },\n                {\n                    \"id\": \"1007995000093369081\",\n                    \"name\": \"Colombo\",\n                    \"department_id\": \"1007995000000006907\"\n                },\n                {\n                    \"id\": \"1007995000093816013\",\n                    \"name\": \"Skunkworks\",\n                    \"department_id\": \"1007995000000006907\"\n                },\n                {\n                    \"id\": \"1007995000095015749\",\n                    \"name\": \"Titans\",\n                    \"department_id\": \"1007995000000006907\"\n                },\n                {\n                    \"id\": \"1007995000095977687\",\n                    \"name\": \"Olympus\",\n                    \"department_id\": \"1007995000000006907\"\n                }\n            ],\n            \"departments\": [\n                {\n                    \"id\": \"1007995000000006907\",\n                    \"name\": \"OnePipe Contact Center\",\n                    \"description\": \"For Airline Payments, Growtrade Service and others...\"\n                },\n                {\n                    \"id\": \"1007995000001143055\",\n                    \"name\": \"PaywithAccount\",\n                    \"description\": \"\"\n                }\n            ],\n            \"channels\": [\n                {\n                    \"code\": \"EMAIL\",\n                    \"name\": \"Email\",\n                    \"type\": \"SYSTEM\"\n                },\n                {\n                    \"code\": \"TWITTER\",\n                    \"name\": \"Twitter\",\n                    \"type\": \"SYSTEM\"\n                },\n                {\n                    \"code\": \"TWITTER_DM\",\n                    \"name\": \"Twitter\",\n                    \"type\": \"SYSTEM\"\n                },\n                {\n                    \"code\": \"FACEBOOK\",\n                    \"name\": \"Facebook\",\n                    \"type\": \"SYSTEM\"\n                },\n                {\n                    \"code\": \"FACEBOOK_DM\",\n                    \"name\": \"Facebook\",\n                    \"type\": \"SYSTEM\"\n                },\n                {\n                    \"code\": \"INSTAGRAM\",\n                    \"name\": \"Instagram\",\n                    \"type\": \"SYSTEM\"\n                },\n                {\n                    \"code\": \"INSTAGRAM_DM\",\n                    \"name\": \"Instagram\",\n                    \"type\": \"SYSTEM\"\n                },\n                {\n                    \"code\": \"WEB\",\n                    \"name\": \"Web\",\n                    \"type\": \"SYSTEM\"\n                },\n                {\n                    \"code\": \"ONLINE_CHAT\",\n                    \"name\": \"Chat\",\n                    \"type\": \"SYSTEM\"\n                },\n                {\n                    \"code\": \"OFFLINE_CHAT\",\n                    \"name\": \"Chat\",\n                    \"type\": \"SYSTEM\"\n                },\n                {\n                    \"code\": \"FORUMS\",\n                    \"name\": \"Forums\",\n                    \"type\": \"SYSTEM\"\n                },\n                {\n                    \"code\": \"PHONE\",\n                    \"name\": \"Phone\",\n                    \"type\": \"SYSTEM\"\n                },\n                {\n                    \"code\": \"ZTI\",\n                    \"name\": \"Phone\",\n                    \"type\": \"SYSTEM\"\n                },\n                {\n                    \"code\": \"CUSTOMERPORTAL\",\n                    \"name\": \"Web\",\n                    \"type\": \"SYSTEM\"\n                },\n                {\n                    \"code\": \"FEEDBACK\",\n                    \"name\": \"FeedBack\",\n                    \"type\": \"SYSTEM\"\n                },\n                {\n                    \"code\": \"FEEDBACK_WIDGET\",\n                    \"name\": \"Feedback Widget\",\n                    \"type\": \"SYSTEM\"\n                }\n            ]\n        }\n    }\n}"}],"_postman_id":"cab41682-449b-4c15-9b08-acdd646e612b"},{"name":"Reply Ticket","id":"bd2f1682-6cdc-4576-9f92-f9a80758379a","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Authorization","value":"Bearer hSk84fnb2GeOVZ4JbUcu_ca608e4d33b2408e90b3a97157b581d7"},{"key":"Signature","value":"3a2b58350e8068507e6b5bff106850a5"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"request_ref\": \"111111111\",\n    \"request_type\": \"reply ticket\",\n    \"auth\": {\n        \"auth_provider\": \"PaywithAccount\",\n        \"secure\": \"{{ticket_id}}\",\n        \"type\": \"custom\"\n    },\n    \"transaction\": {\n        \"mock_mode\": \"live\",\n        \"transaction_ref\": \"998383938292\",\n        \"transaction_desc\": \"creating ticket\",\n        \"transaction_ref_parent\": \"\",\n        \"amount\": 0,\n        \"customer\": {\n            \"customer_ref\": null,\n            \"firstname\": null,\n            \"surname\": null,\n            \"email\": null,\n            \"mobile_no\": null\n        },\n        \"meta\": {\n            \"use_ticketing\": true, // optional, defaults to false\n            \"ticket_id\": \"{{zoho-ticket-id-gotten-from-create-ticket}}\",\n            \"biller_code\": \"000019\"\n        },\n        \"details\": {\n            \"message_title\": \"\",\n            \"message_body\": \"\" // Ticket reply content\n        }\n    }\n}","options":{"raw":{"language":"json"}}},"url":"https://api.onepipe.io/v2/transact","description":"<h3 id=\"create-merchant-transaction\">Create Merchant Transaction</h3>\n<p>This endpoint allows you to initiate a transaction for creating a new merchant.</p>\n<h4 id=\"request-body\">Request Body</h4>\n<ul>\n<li><p><code>request_ref</code> (string): A unique reference for the request.</p>\n</li>\n<li><p><code>request_type</code> (string): Indicates the type of request, in this case, \"create merchant\".</p>\n</li>\n<li><p><code>auth</code> (object): Authentication details including the provider and security settings.</p>\n<ul>\n<li><code>auth_provider</code> (string): The authentication provider, e.g., \"PaywithAccount\".</li>\n</ul>\n</li>\n<li><p><code>transaction</code> (object): Details of the transaction.</p>\n<ul>\n<li><p><code>mock_mode</code> (string): The mode for mocking the transaction, e.g., \"Inspect\".</p>\n</li>\n<li><p><code>transaction_ref</code> (string): Reference for the transaction.</p>\n</li>\n<li><p><code>transaction_desc</code> (string): Description of the transaction.</p>\n</li>\n<li><p><code>amount</code> (number): The transaction amount.</p>\n</li>\n<li><p><code>customer</code> (object): Details of the customer initiating the transaction.</p>\n<ul>\n<li><p><code>customer_ref</code> (string): Reference for the customer.</p>\n</li>\n<li><p><code>firstname</code> (string): Customer's first name.</p>\n</li>\n<li><p><code>surname</code> (string): Customer's surname.</p>\n</li>\n<li><p><code>email</code> (string): Customer's email address.</p>\n</li>\n<li><p><code>mobile_no</code> (string): Customer's mobile number.</p>\n</li>\n</ul>\n</li>\n<li><p><code>meta</code> (object): Additional meta information for the transaction.</p>\n<ul>\n<li><p><code>beta</code> (string): Indicates if beta features are enabled.</p>\n</li>\n<li><p><code>biller_sector</code> (string): Sector of the biller.</p>\n</li>\n<li><p><code>simple_payment</code> (string): Indicates if simple payment is enabled.</p>\n</li>\n<li><p><code>webhook_url</code> (string): URL for webhook notifications.</p>\n</li>\n<li><p><code>whatsapp_contact_name</code> (string): Name of the WhatsApp contact.</p>\n</li>\n<li><p><code>whatsapp_contact_no</code> (string): WhatsApp contact number.</p>\n</li>\n<li><p><code>business_short_name</code> (string): Short name of the business.</p>\n</li>\n</ul>\n</li>\n<li><p><code>details</code> (object): Details related to the business.</p>\n<ul>\n<li><p><code>business_name</code> (string): Name of the business.</p>\n</li>\n<li><p><code>rc_number</code> (string): Registration number of the business.</p>\n</li>\n<li><p><code>settlement_account_no</code> (string): Account number for settlement.</p>\n</li>\n<li><p><code>settlement_bank_code</code> (string): Bank code for settlement.</p>\n</li>\n<li><p><code>tax_id</code> (string): Tax identification number.</p>\n</li>\n<li><p><code>address_line_1</code> (string): Address line 1 for the business.</p>\n</li>\n<li><p><code>notification_phone</code> (string): Notification phone numbers.</p>\n</li>\n<li><p><code>notification_email</code> (string): Notification email addresses.</p>\n</li>\n</ul>\n</li>\n</ul>\n</li>\n<li><p><code>options</code> (null): Additional options for the transaction.</p>\n</li>\n</ul>\n<h4 id=\"response\">Response</h4>\n<p>The response for this request is a JSON object with the following schema:</p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-json\">{\n  \"status\": \"\",\n  \"message\": \"\",\n  \"data\": {\n    \"provider_response_code\": \"\",\n    \"provider\": \"\",\n    \"errors\": null,\n    \"error\": null,\n    \"provider_response\": {\n      \"reference\": 0,\n      \"account_number\": \"\",\n      \"contract_code\": null,\n      \"account_reference\": \"\",\n      \"account_name\": \"\",\n      \"currency_code\": \"\",\n      \"customer_email\": \"\",\n      \"bank_name\": null,\n      \"bank_code\": null,\n      \"account_type\": null,\n      \"status\": \"\",\n      \"created_on\": \"\",\n      \"meta\": {\n        \"biller_code\": \"\"\n      }\n    },\n    \"client_info\": {\n      \"name\": null,\n      \"id\": null,\n      \"bank_cbn_code\": null,\n      \"bank_name\": null,\n      \"console_url\": null,\n      \"js_background_image\": null,\n      \"css_url\": null,\n      \"logo_url\": null,\n      \"footer_text\": null,\n      \"show_options_icon\": true,\n      \"paginate\": true,\n      \"paginate_count\": 0,\n      \"options\": null,\n      \"merchant\": null,\n      \"colors\": null,\n      \"meta\": null\n    }\n  }\n}\n\n</code></pre>\n<p>The response includes various fields such as <code>status</code>, <code>message</code>, <code>data</code>, <code>provider_response_code</code>, <code>provider</code>, and <code>client_info</code>.</p>\n","urlObject":{"path":["v2","transact"],"host":["https://api.onepipe.io"],"query":[],"variable":[]}},"response":[{"id":"987d2343-4ed2-41bf-9c6e-5915524ec81c","name":"Reply Ticket","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer hSk84fnb2GeOVZ4JbUcu_ca608e4d33b2408e90b3a97157b581d7"},{"key":"Signature","value":"3a2b58350e8068507e6b5bff106850a5"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"request_ref\": \"111111111\",\n    \"request_type\": \"reply ticket\",\n    \"auth\": {\n        \"auth_provider\": \"PaywithAccount\",\n        \"secure\": \"{{ticket_id}}\",\n        \"type\": \"custom\"\n    },\n    \"transaction\": {\n        \"mock_mode\": \"live\",\n        \"transaction_ref\": \"998383938292\",\n        \"transaction_desc\": \"creating ticket\",\n        \"transaction_ref_parent\": \"\",\n        \"amount\": 0,\n        \"customer\": {\n            \"customer_ref\": null,\n            \"firstname\": null,\n            \"surname\": null,\n            \"email\": null,\n            \"mobile_no\": null\n        },\n        \"meta\": {\n            \"use_ticketing\": true, // optional, defaults to false\n            \"ticket_id\": \"{{zoho-ticket-id-gotten-from-create-ticket}}\",\n            \"biller_code\": \"000019\"\n        },\n        \"details\": {\n            \"message_title\": \"\",\n            \"message_body\": \"\" // Ticket reply content\n        }\n    }\n}","options":{"raw":{"language":"json"}}},"url":"https://api.onepipe.io/v2/transact"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":""}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": \"Successful\",\n    \"message\": \"Transaction processed successfully\",\n    \"data\": {\n        \"provider_response_code\": \"00\",\n        \"provider\": \"PaywithAccount\",\n        \"errors\": null,\n        \"error\": null,\n        \"provider_response\": {\n            \"reference\": \"PWA-INST-2af13cf3-15fc-4e51-b083-7e521edf8728\",\n            \"delivery_status\": null,\n            \"cost\": null,\n            \"meta\": {}\n        },\n        \"client_info\": null\n    }\n}"}],"_postman_id":"bd2f1682-6cdc-4576-9f92-f9a80758379a"},{"name":"Get Ticket Status","id":"ae7f7745-3587-499a-8ba7-1d725f1a3ab3","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Authorization","value":"Bearer hSk84fnb2GeOVZ4JbUcu_ca608e4d33b2408e90b3a97157b581d7"},{"key":"Signature","value":"3a2b58350e8068507e6b5bff106850a5"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"request_ref\": \"256c8074-4889-47b2-ade0-0a8500220bd6\",\n    \"request_type\": \"create Ticket\",\n    \"auth\": {\n        \"type\": \"custom\",\n        \"secure\": \"1007995000105126812\",\n        \"auth_provider\": \"PaywithAccount\"\n    },\n    \"transaction\": {\n        \"transaction_ref\": \"TEST-wYiGiZXCKtB6CGG\"\n    }\n}","options":{"raw":{"language":"json"}}},"url":"https://api.onepipe.io/v2/transact/query","description":"<h3 id=\"create-merchant-transaction\">Create Merchant Transaction</h3>\n<p>This endpoint allows you to initiate a transaction for creating a new merchant.</p>\n<h4 id=\"request-body\">Request Body</h4>\n<ul>\n<li><p><code>request_ref</code> (string): A unique reference for the request.</p>\n</li>\n<li><p><code>request_type</code> (string): Indicates the type of request, in this case, \"create merchant\".</p>\n</li>\n<li><p><code>auth</code> (object): Authentication details including the provider and security settings.</p>\n<ul>\n<li><code>auth_provider</code> (string): The authentication provider, e.g., \"PaywithAccount\".</li>\n</ul>\n</li>\n<li><p><code>transaction</code> (object): Details of the transaction.</p>\n<ul>\n<li><p><code>mock_mode</code> (string): The mode for mocking the transaction, e.g., \"Inspect\".</p>\n</li>\n<li><p><code>transaction_ref</code> (string): Reference for the transaction.</p>\n</li>\n<li><p><code>transaction_desc</code> (string): Description of the transaction.</p>\n</li>\n<li><p><code>amount</code> (number): The transaction amount.</p>\n</li>\n<li><p><code>customer</code> (object): Details of the customer initiating the transaction.</p>\n<ul>\n<li><p><code>customer_ref</code> (string): Reference for the customer.</p>\n</li>\n<li><p><code>firstname</code> (string): Customer's first name.</p>\n</li>\n<li><p><code>surname</code> (string): Customer's surname.</p>\n</li>\n<li><p><code>email</code> (string): Customer's email address.</p>\n</li>\n<li><p><code>mobile_no</code> (string): Customer's mobile number.</p>\n</li>\n</ul>\n</li>\n<li><p><code>meta</code> (object): Additional meta information for the transaction.</p>\n<ul>\n<li><p><code>beta</code> (string): Indicates if beta features are enabled.</p>\n</li>\n<li><p><code>biller_sector</code> (string): Sector of the biller.</p>\n</li>\n<li><p><code>simple_payment</code> (string): Indicates if simple payment is enabled.</p>\n</li>\n<li><p><code>webhook_url</code> (string): URL for webhook notifications.</p>\n</li>\n<li><p><code>whatsapp_contact_name</code> (string): Name of the WhatsApp contact.</p>\n</li>\n<li><p><code>whatsapp_contact_no</code> (string): WhatsApp contact number.</p>\n</li>\n<li><p><code>business_short_name</code> (string): Short name of the business.</p>\n</li>\n</ul>\n</li>\n<li><p><code>details</code> (object): Details related to the business.</p>\n<ul>\n<li><p><code>business_name</code> (string): Name of the business.</p>\n</li>\n<li><p><code>rc_number</code> (string): Registration number of the business.</p>\n</li>\n<li><p><code>settlement_account_no</code> (string): Account number for settlement.</p>\n</li>\n<li><p><code>settlement_bank_code</code> (string): Bank code for settlement.</p>\n</li>\n<li><p><code>tax_id</code> (string): Tax identification number.</p>\n</li>\n<li><p><code>address_line_1</code> (string): Address line 1 for the business.</p>\n</li>\n<li><p><code>notification_phone</code> (string): Notification phone numbers.</p>\n</li>\n<li><p><code>notification_email</code> (string): Notification email addresses.</p>\n</li>\n</ul>\n</li>\n</ul>\n</li>\n<li><p><code>options</code> (null): Additional options for the transaction.</p>\n</li>\n</ul>\n<h4 id=\"response\">Response</h4>\n<p>The response for this request is a JSON object with the following schema:</p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-json\">{\n  \"status\": \"\",\n  \"message\": \"\",\n  \"data\": {\n    \"provider_response_code\": \"\",\n    \"provider\": \"\",\n    \"errors\": null,\n    \"error\": null,\n    \"provider_response\": {\n      \"reference\": 0,\n      \"account_number\": \"\",\n      \"contract_code\": null,\n      \"account_reference\": \"\",\n      \"account_name\": \"\",\n      \"currency_code\": \"\",\n      \"customer_email\": \"\",\n      \"bank_name\": null,\n      \"bank_code\": null,\n      \"account_type\": null,\n      \"status\": \"\",\n      \"created_on\": \"\",\n      \"meta\": {\n        \"biller_code\": \"\"\n      }\n    },\n    \"client_info\": {\n      \"name\": null,\n      \"id\": null,\n      \"bank_cbn_code\": null,\n      \"bank_name\": null,\n      \"console_url\": null,\n      \"js_background_image\": null,\n      \"css_url\": null,\n      \"logo_url\": null,\n      \"footer_text\": null,\n      \"show_options_icon\": true,\n      \"paginate\": true,\n      \"paginate_count\": 0,\n      \"options\": null,\n      \"merchant\": null,\n      \"colors\": null,\n      \"meta\": null\n    }\n  }\n}\n\n</code></pre>\n<p>The response includes various fields such as <code>status</code>, <code>message</code>, <code>data</code>, <code>provider_response_code</code>, <code>provider</code>, and <code>client_info</code>.</p>\n","urlObject":{"path":["v2","transact","query"],"host":["https://api.onepipe.io"],"query":[],"variable":[]}},"response":[{"id":"45c3fd30-229a-4799-a379-44de75a82405","name":"Get Ticket Status","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer hSk84fnb2GeOVZ4JbUcu_ca608e4d33b2408e90b3a97157b581d7"},{"key":"Signature","value":"3a2b58350e8068507e6b5bff106850a5"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"request_ref\": \"256c8074-4889-47b2-ade0-0a8500220bd6\",\n    \"request_type\": \"create Ticket\",\n    \"auth\": {\n        \"type\": \"custom\",\n        \"secure\": \"1007995000105126812\",\n        \"auth_provider\": \"PaywithAccount\"\n    },\n    \"transaction\": {\n        \"transaction_ref\": \"TEST-wYiGiZXCKtB6CGG\"\n    }\n}","options":{"raw":{"language":"json"}}},"url":"https://api.onepipe.io/v2/transact"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":""}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": \"Successful\",\n    \"message\": \"Transaction processed successfully\",\n    \"data\": {\n        \"provider_response_code\": \"00\",\n        \"provider\": \"PaywithAccount\",\n        \"errors\": null,\n        \"error\": null,\n        \"provider_response\": {\n            \"reference\": \"TEST-L2umWRjyMMrtXDg\",\n            \"meta\": {\n                \"next_url\": \"https://support.onepipe.io/support/onepipeio/ShowHomePage.do#Cases/dv/1007995000105404623\",\n                \"status\": \"Open\",\n                \"channel\": \"API\",\n                \"ticket_id\": \"1007995000105404623\",\n                \"due_date\": \"2025-09-26T08:27:00Z\",\n                \"created_at\": \"2025-09-25T08:26:40Z\",\n                \"conversations\": []\n            }\n        },\n        \"client_info\": {\n            \"name\": null,\n            \"id\": null,\n            \"bank_cbn_code\": null,\n            \"bank_name\": null,\n            \"console_url\": null,\n            \"js_background_image\": null,\n            \"css_url\": null,\n            \"logo_url\": null,\n            \"footer_text\": null,\n            \"show_options_icon\": false,\n            \"paginate\": false,\n            \"paginate_count\": 0,\n            \"options\": null,\n            \"merchant\": null,\n            \"colors\": null,\n            \"meta\": null\n        }\n    }\n}"}],"_postman_id":"ae7f7745-3587-499a-8ba7-1d725f1a3ab3"},{"name":"Transfer Funds","id":"3029f400-3153-48bd-89c8-3075e9eed06b","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Authorization","value":"Bearer hSk84fnb2GeOVZ4JbUcu_ca608e4d33b2408e90b3a97157b581d7"},{"key":"Signature","value":"3a2b58350e8068507e6b5bff106850a5"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"// whether authentication is done via pin or otp is determined by \"auth_method\" (otp|pin) set in the extra variables. It defaults to pin.\n{\n    \"request_ref\": \"{{request_ref}}\",\n    \"request_type\": \"transfer_funds\",\n    \"auth\": {\n        \"type\": \"custom\",\n        \"secure\": \"{{encrypted(account_number;bank_code;pin)}}\",\n        \"auth_provider\": \"PaywithAccount\",\n        \"route_mode\": null\n    },\n    \"transaction\": {\n        \"mock_mode\": \"live\",\n        \"transaction_ref\": \"998383938292\",\n        \"transaction_desc\": \"Intra transfer\",\n        \"transaction_ref_parent\": null,\n        \"amount\": 10000,\n        \"customer\": {\n            \"customer_ref\": \"{{customer-ref}}\",\n            \"firstname\": \"Uju\",\n            \"surname\": \"Usmanu\",\n            \"email\": \"ujuusmanu@gmail.com\",\n            \"mobile_no\": \"234802343132\"\n        },\n        \"meta\": {\n            // Optional. will receive prewebhook\n            \"biller_code\": \"001206\" \n        },\n        \"details\": {\n            \"destination_account\": \"2363262632\",\n            \"destination_bank_code\": \"011\"\n        }\n    }\n}","options":{"raw":{"language":"json"}}},"url":"https://api.onepipe.io/v2/transact","urlObject":{"path":["v2","transact"],"host":["https://api.onepipe.io"],"query":[],"variable":[]}},"response":[{"id":"98d56218-4a2f-402d-a905-bf10b746ea7b","name":"using pin (one step)","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer hSk84fnb2GeOVZ4JbUcu_ca608e4d33b2408e90b3a97157b581d7"},{"key":"Signature","value":"3a2b58350e8068507e6b5bff106850a5"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"// whether authentication is done via pin or otp is determined by \"auth_method\" (otp|pin) set in the extra variables. It defaults to pin.\n{\n    \"request_ref\": \"{{request_ref}}\",\n    \"request_type\": \"transfer_funds\",\n    \"auth\": {\n        \"type\": \"custom\",\n        \"secure\": \"{{encrypted(account number;bank code;pin)}}\",\n        \"auth_provider\": \"PaywithAccount\",\n        \"route_mode\": null\n    },\n    \"transaction\": {\n        \"mock_mode\": \"live\",\n        \"transaction_ref\": \"998383938292\",\n        \"transaction_desc\": \"Intra transfer\",\n        \"transaction_ref_parent\": null,\n        \"amount\": 10000,\n        \"customer\": {\n            \"customer_ref\": \"{{customer-ref}}\",\n            \"firstname\": \"Uju\",\n            \"surname\": \"Usmanu\",\n            \"email\": \"ujuusmanu@gmail.com\",\n            \"mobile_no\": \"234802343132\"\n        },\n        \"meta\": {\n            // Optional. will receive prewebhook\n            \"biller_code\": \"001206\" \n        },\n        \"details\": {\n            \"destination_account\": \"2363262632\",\n            \"destination_bank_code\": \"011\"\n        }\n    }\n}","options":{"raw":{"language":"json"}}},"url":"https://api.onepipe.io/v2/transact"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":""}],"cookie":[],"responseTime":null,"body":"{\r\n  \"status\": \"Successful\",\r\n  \"message\": \"Transaction processed successfully\",\r\n  \"data\": {\r\n    \"provider_response_code\": \"00\",\r\n    \"provider\": \"PaywithAccount\",\r\n    \"errors\": null,\r\n    \"error\": null,\r\n    \"provider_response\": {\r\n      \"narration\": \"kuli kuli\",\r\n      \"transaction_final_amount\": 10000,\r\n      \"reference\": \"71438109856627\", // the transfer funds ref\r\n      \"destination_institution_code\": \"044\",\r\n      \"beneficiary_account_number\": \"1300000000\",\r\n      \"beneficiary_account_name\": \"JAMES JOHN DOE\",\r\n      \"beneficiary_kyc_level\": null,\r\n      \"originator_account_name\": \"UJU USMANU UJU\",\r\n      \"originator_account_number\": \"2100000000\",\r\n      \"originator_kyc_level\": null,\r\n      \"meta\": {\r\n        \"reward_url\": \"https://paywithaccount.com/win?ref=71438109856627\",\r\n        \"debit_status\": \"successful\",\r\n        \"settlement_status\": null, // query the transfer funds for updates\r\n        \"originator_bank_code\": \"057\",\r\n\r\n        // pwa refs, not onepipe refs\r\n        \"debit_transaction_reference\": \"DD-yN4fVl48WtupjnY\", \r\n        \"disburse_transaction_reference\": null // query the transfer funds for updates\r\n      }\r\n    },\r\n    \"client_info\": {\r\n      \"name\": null,\r\n      \"id\": null,\r\n      \"bank_cbn_code\": null,\r\n      \"bank_name\": null,\r\n      \"console_url\": null,\r\n      \"js_background_image\": null,\r\n      \"css_url\": null,\r\n      \"logo_url\": null,\r\n      \"footer_text\": null,\r\n      \"show_options_icon\": false,\r\n      \"paginate\": false,\r\n      \"paginate_count\": 0,\r\n      \"options\": null,\r\n      \"merchant\": null,\r\n      \"colors\": null,\r\n      \"meta\": null\r\n    }\r\n  }\r\n}"},{"id":"18909c04-ab44-468c-adf4-6514993dfc7e","name":"using otp","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer hSk84fnb2GeOVZ4JbUcu_ca608e4d33b2408e90b3a97157b581d7"},{"key":"Signature","value":"3a2b58350e8068507e6b5bff106850a5"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"// whether authentication is done via pin or otp is determined by \"auth_method\" (otp|pin) set in the extra variables. It defaults to pin.\n{\n    \"request_ref\": \"111111111\",\n    \"request_type\": \"transfer_funds\",\n    \"auth\": {\n        \"type\": \"bank.account\",\n        \"secure\": \"{{encrypted(account number;bank code)}}\",\n        \"auth_provider\": \"PaywithAccount\",\n        \"route_mode\": null\n    },\n    \"transaction\": {\n        \"mock_mode\": \"live\",\n        \"transaction_ref\": \"998383938292\",\n        \"transaction_desc\": \"Intra transfer\",\n        \"transaction_ref_parent\": null,\n        \"amount\": 10000,\n        \"customer\": {\n            \"customer_ref\": \"{{customer-ref}}\",\n            \"firstname\": \"Uju\",\n            \"surname\": \"Usmanu\",\n            \"email\": \"ujuusmanu@gmail.com\",\n            \"mobile_no\": \"234802343132\"\n        },\n        \"meta\": {},\n        \"details\": {\n            \"destination_account\": \"2363262632\",\n            \"destination_bank_code\": \"011\"\n        }\n    }\n}","options":{"raw":{"language":"json"}}},"url":"https://api.onepipe.io/v2/transact"},"_postman_previewlanguage":null,"header":null,"cookie":[],"responseTime":null,"body":"{\r\n    \"status\": \"WaitingForOTP\",\r\n    \"message\": \"Please enter the OTP sent to 2348022****08\",\r\n    \"data\": {\r\n        \"provider_response_code\": \"900T0\",\r\n        \"provider\": \"PaywithAccount\",\r\n        \"errors\": null,\r\n        \"error\": null,\r\n        \"provider_response\": null\r\n    }\r\n}"},{"id":"90e81bc7-5632-45da-96fe-a2d13a4cf5b3","name":"validate otp","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer hSk84fnb2GeOVZ4JbUcu_ca608e4d33b2408e90b3a97157b581d7"},{"key":"Signature","value":"3a2b58350e8068507e6b5bff106850a5"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"request_ref\": \"111111111\",\n    \"request_type\": \"transfer_funds\",\n    \"auth\": {\n        \"secure\": \"{{encrypted_otp}}\",\n        \"auth_provider\": \"PaywithAccount\"\n    },\n    \"transaction\": {\n        \"transaction_ref\": \"998383938292\"\n    }\n}","options":{"raw":{"language":"json"}}},"url":"https://api.onepipe.io/v2/transact/validate"},"_postman_previewlanguage":null,"header":null,"cookie":[],"responseTime":null,"body":"{\r\n  \"status\": \"Successful\",\r\n  \"message\": \"Transaction processed successfully\",\r\n  \"data\": {\r\n    \"provider_response_code\": \"00\",\r\n    \"provider\": \"PaywithAccount\",\r\n    \"errors\": null,\r\n    \"error\": null,\r\n    \"provider_response\": {\r\n      \"narration\": \"kuli kuli\",\r\n      \"transaction_final_amount\": 10000,\r\n      \"reference\": \"71438109856627\", // the transfer funds ref\r\n      \"destination_institution_code\": \"044\",\r\n      \"beneficiary_account_number\": \"1300000000\",\r\n      \"beneficiary_account_name\": \"JAMES JOHN DOE\",\r\n      \"beneficiary_kyc_level\": null,\r\n      \"originator_account_name\": \"UJU USMANU UJU\",\r\n      \"originator_account_number\": \"2100000000\",\r\n      \"originator_kyc_level\": null,\r\n      \"meta\": {\r\n        \"reward_url\": \"https://paywithaccount.com/win?ref=71438109856627\",\r\n        \"debit_status\": \"successful\",\r\n        \"settlement_status\": null, // query the transfer funds for updates\r\n        \"originator_bank_code\": \"057\",\r\n\r\n        // pwa refs, not onepipe refs\r\n        \"debit_transaction_reference\": \"DD-yN4fVl48WtupjnY\", \r\n        \"disburse_transaction_reference\": null // query the transfer funds for updates\r\n      }\r\n    },\r\n    \"client_info\": {\r\n      \"name\": null,\r\n      \"id\": null,\r\n      \"bank_cbn_code\": null,\r\n      \"bank_name\": null,\r\n      \"console_url\": null,\r\n      \"js_background_image\": null,\r\n      \"css_url\": null,\r\n      \"logo_url\": null,\r\n      \"footer_text\": null,\r\n      \"show_options_icon\": false,\r\n      \"paginate\": false,\r\n      \"paginate_count\": 0,\r\n      \"options\": null,\r\n      \"merchant\": null,\r\n      \"colors\": null,\r\n      \"meta\": null\r\n    }\r\n  }\r\n}"}],"_postman_id":"3029f400-3153-48bd-89c8-3075e9eed06b"}],"id":"ff5ae420-0dad-4720-9b22-916f8c3ca577","_postman_id":"ff5ae420-0dad-4720-9b22-916f8c3ca577","description":""},{"name":"_pay4me","item":[{"name":"Onboard - NIN","id":"29759b25-d3ad-4397-b237-612289d7b43a","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"request_ref\": \"ffKI3BOsFMW8efQ\",\n    \"request_type\": \"onboard\",\n    \"auth\": {\n        \"type\": \"nin\",\n        \"secure\": \"{{nin}}\", //secured nin\n        \"auth_provider\": \"Pay4Me\"\n    },\n    \"transaction\": {\n        \"mock_mode\": \"Live\",\n        \"transaction_ref\": \"PWA-ONB-Fwn4Qm144zIQdTp\",\n        \"transaction_desc\": \"PayWithAccount Onboard\",\n        \"amount\": 0,\n        \"customer\": {\n            \"customer_ref\": \"2348022222222\",\n            \"firstname\": \"John\",\n            \"surname\": \"Doe\",\n            \"email\": \"johndoe@exmaple.com\",\n            \"mobile_no\": \"2348022222222\"\n        },\n        \"details\": {\n            \"name_on_account\": \"John Does\",\n            \"middlename\": \"\",\n            \"dob\": \"01-01-2025\",\n            \"gender\": \"Male\",\n            \"title\": \"Mr\",\n            \"address_line_1\": \"Address link 1\",\n            \"address_line_2\": \"\",\n            \"city\": \"Ikeja\",\n            \"state\": \"Lagos\",\n            \"country\": \"Nigeria\"\n        },\n        \"meta\": {\n            \"channel\": \"mobile-app|schedule|ussd\", // how the onboard was initiated\n            \"photo\": \"Base64 photo string\",\n            \"phone_numbers\": \"\", // phone number in csvs\n            \"account_number\": \"12232323223\",\n            \"account_name\": \"John Doe\",\n            \"bank_code\": \"002\"\n            // Otehr informations\n        }\n    }\n}","options":{"raw":{"language":"json"}}},"url":"https://api.onepipe.io/pay4me/onboard","description":"<p>Accepts customer's data to onboard customer on PayWithAccount. This onboard process makes use of NIN.</p>\n","urlObject":{"path":["pay4me","onboard"],"host":["https://api.onepipe.io"],"query":[],"variable":[]}},"response":[{"id":"fb263edf-3654-4bac-a4f0-96ebe1be4258","name":"Onboard","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"request_ref\": \"DiYgSAxsBGD4okA\",\n    \"request_type\": \"onboard\",\n    \"auth\": {\n        \"type\": \"nin\",\n        \"secure\": \"12345678901\", //secured nin\n        \"auth_provider\": \"Pay4Me\"\n    },\n    \"transaction\": {\n        \"mock_mode\": \"Live\",\n        \"transaction_ref\": \"PWA-ONB-HaEVwUfAT0UpSjD\",\n        \"transaction_desc\": \"PayWithAccount Onboard\",\n        \"amount\": 0,\n        \"customer\": {\n            \"customer_ref\": \"12345678\",\n            \"firstname\": \"John\",\n            \"surname\": \"Doe\",\n            \"email\": \"johndoe@exmaple.com\",\n            \"mobile_no\": \"12345678\"\n        },\n        \"details\": {\n            \"name_on_account\": \"John Does\",\n            \"middlename\": \"\",\n            \"dob\": \"01-01-2025\",\n            \"gender\": \"Male\",\n            \"title\": \"Mr\",\n            \"address_line_1\": \"Address link 1\",\n            \"address_line_2\": \"\",\n            \"city\": \"Ikeja\",\n            \"state\": \"Lagos\",\n            \"country\": \"Nigeria\"\n        },\n        \"meta\": {\n            \"channel\": \"mobile-app|schedule|ussd\", // how the onboard was initiated\n            \"photo\": \"\",\n            \"phone_numbers\": \"\", // phone number in csvs\n            \"account_number\": \"12232323223\",\n            \"account_name\": \"John Doe\",\n            \"bank_code\": \"002\",\n\n        }\n    }\n}","options":{"raw":{"language":"json"}}},"url":"https://api.onepipe.io/pay4me/onboard"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":""}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": \"PendingValidation\",\n    \"message\": \"Transaction is currently being reviewed.\",\n    \"data\": {\n        \"provider_response_code\": \"01\",\n        \"provider\": \"Pay4Me\",\n        \"errors\": null,\n        \"error\": null,\n        \"provider_response\": {\n            \"reference\": \"PWA-ONB-1323399596\",\n            \"meta\": {\n                \"uuid\": \"4c656776-6914-4252-912a-9adbfedea3aa\"\n            }\n        },\n        \"client_info\": null\n    }\n}"},{"id":"1ce54341-af3f-4f18-80b6-6cc53341fb09","name":"Onboard Approved","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"request_ref\": \"4scpzIpaDsUgNFv\",\n    \"request_type\": \"onboard\",\n    \"auth\": {\n        \"type\": \"nin\",\n        \"secure\": \"{{nin}}\", //secured nin\n        \"auth_provider\": \"Pay4Me\"\n    },\n    \"transaction\": {\n        \"mock_mode\": \"Live\",\n        \"transaction_ref\": \"PWA-ONB-0Jiii5igx3qkoq7\",\n        \"transaction_desc\": \"PayWithAccount Onboard\",\n        \"amount\": 0,\n        \"customer\": {\n            \"customer_ref\": \"2348022222222\",\n            \"firstname\": \"John\",\n            \"surname\": \"Doe\",\n            \"email\": \"johndoe@exmaple.com\",\n            \"mobile_no\": \"2348022222222\"\n        },\n        \"details\": {\n            \"name_on_account\": \"John Does\",\n            \"middlename\": \"\",\n            \"dob\": \"01-01-2025\",\n            \"gender\": \"Male\",\n            \"title\": \"Mr\",\n            \"address_line_1\": \"Address link 1\",\n            \"address_line_2\": \"\",\n            \"city\": \"Ikeja\",\n            \"state\": \"Lagos\",\n            \"country\": \"Nigeria\"\n        },\n        \"meta\": {\n            \"channel\": \"mobile-app|schedule|ussd\", // how the onboard was initiated\n            \"photo\": \"\",\n            \"phone_numbers\": \"\", // phone number in csvs\n            \"account_number\": \"12232323223\",\n            \"account_name\": \"John Doe\",\n            \"bank_code\": \"002\",\n\n        }\n    }\n}","options":{"raw":{"language":"json"}}},"url":"https://api.onepipe.io/pay4me/onboard-approved"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":""}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": \"Successful\",\n    \"message\": \"Onboard have been reviewed and approved\",\n    \"data\": {\n        \"provider_response_code\": \"00\",\n        \"provider\": \"Pay4Me\",\n        \"errors\": null,\n        \"error\": null,\n        \"provider_response\": {\n            \"reference\": \"PWA-ONB-1323399596\",\n            \"meta\": {\n                \"understands_product\": \"Yes\",\n                \"uuid\": \"4c656776-6914-4252-912a-9adbfedea3aa\"\n            }\n        },\n        \"client_info\": null\n    }\n}"}],"_postman_id":"29759b25-d3ad-4397-b237-612289d7b43a"},{"name":"Onboard - PWT","id":"8b61d42e-6575-43a0-9ccd-af7c68b036a1","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"request_ref\": \"Ht5vHAocNKQfxDY\",\n    \"request_type\": \"onboard\",\n    \"auth\": {\n        \"type\": \"pwt\",\n        \"secure\": \"\", //secured nin\n        \"auth_provider\": \"Pay4Me\"\n    },\n    \"transaction\": {\n        \"mock_mode\": \"Live\",\n        \"transaction_ref\": \"PWA-ONB-W3FQaEC6y92CepF\",\n        \"transaction_desc\": \"PayWithAccount Onboard\",\n        \"amount\": 0,\n        \"customer\": {\n            \"customer_ref\": \"2348022222222\",\n            \"firstname\": \"John\",\n            \"surname\": \"Doe\",\n            \"email\": \"johndoe@exmaple.com\",\n            \"mobile_no\": \"2348022222222\"\n        },\n        \"details\": {\n            \"name_on_account\": \"John Does\",\n            \"middlename\": \"\",\n            \"dob\": \"\",\n            \"gender\": \"Male\",\n            \"title\": \"Mr\",\n            \"address_line_1\": \"Address link 1\",\n            \"address_line_2\": \"\",\n            \"city\": \"Ikeja\",\n            \"state\": \"Lagos\",\n            \"country\": \"Nigeria\"\n        },\n        \"meta\": {\n            \"firstname\": \"John\",\n            \"surname\": \"Does\",\n            \"name\": \"John Doe \",\n            \"description\": \"\",\n            \"pwt_account_number\": \"orinator bank account\",\n            \"pwt_bank_code\": \"orinator bank code\",\n            \"pwt_notification_phone\": \"customer_ref\",\n            \"pwt_notification_email\": \"customer email | nin email\",\n            \"pwt_webhook_url\": \"\",\n            \"pwt_notification_sms_template\": \"\",\n            \"benefits_login\": \"customer_ref\",\n            \"benefits_login_email\": \"customer email | nin email\",\n            \"store_address\": \"business address\",\n            \"store_state\": \"Lagos\",\n            \"store_lga\": \"Surulere\",\n            \"status\": \"active\",\n            \"tags\": \"source=mobile-app|ussd,membership_plan=premium\",\n            \"extra_page_fields\": {\n                \"benefits_login\": \"customer_ref\",\n                \"benefits_login_email\": \"customer email | nin email\",\n                \"dsa_name\": \"Nchedo Vincent\",\n                \"dsa_phone_number\": \"2348068660576\"\n            }\n        }\n    }\n}","options":{"raw":{"language":"json"}}},"url":"https://api.onepipe.io/pay4me/onboard/pwt","description":"<p>Accepts customer's data to onboard customer on PayWithAccount. This onboard process makes use of NIN.</p>\n","urlObject":{"path":["pay4me","onboard","pwt"],"host":["https://api.onepipe.io"],"query":[],"variable":[]}},"response":[{"id":"a2e83cf8-6298-4365-a9c4-bb64efeb2c63","name":"Onboard","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"request_ref\": \"AFLEYGs9jMw3eYR\",\n    \"request_type\": \"onboard\",\n    \"auth\": {\n        \"type\": \"pwt\",\n        \"secure\": \"\", //secured nin\n        \"auth_provider\": \"Pay4Me\"\n    },\n    \"transaction\": {\n        \"mock_mode\": \"Live\",\n        \"transaction_ref\": \"PWA-ONB-snynM5WnHUFINhR\",\n        \"transaction_desc\": \"PayWithAccount Onboard\",\n        \"amount\": 0,\n        \"customer\": {\n            \"customer_ref\": \"2348022222222\",\n            \"firstname\": \"John\",\n            \"surname\": \"Doe\",\n            \"email\": \"johndoe@exmaple.com\",\n            \"mobile_no\": \"2348022222222\"\n        },\n        \"details\": {\n            \"name_on_account\": \"John Does\",\n            \"middlename\": \"\",\n            \"dob\": \"\",\n            \"gender\": \"Male\",\n            \"title\": \"Mr\",\n            \"address_line_1\": \"Address link 1\",\n            \"address_line_2\": \"\",\n            \"city\": \"Ikeja\",\n            \"state\": \"Lagos\",\n            \"country\": \"Nigeria\"\n        },\n        \"meta\": {\n            \"firstname\": \"John\",\n            \"surname\": \"Does\",\n            \"name\": \"John Doe \",\n            \"description\": \"\",\n            \"pwt_account_number\": \"orinator bank account\",\n            \"pwt_bank_code\": \"orinator bank code\",\n            \"pwt_notification_phone\": \"customer_ref\",\n            \"pwt_notification_email\": \"customer email | nin email\",\n            \"pwt_webhook_url\": \"\",\n            \"pwt_notification_sms_template\": \"\",\n            \"benefits_login\": \"customer_ref\",\n            \"benefits_login_email\": \"customer email | nin email\",\n            \"store_address\": \"business address\",\n            \"store_state\": \"Lagos\",\n            \"store_lga\": \"Surulere\",\n            \"status\": \"active\",\n            \"tags\": \"source=mobile-app|ussd,membership_plan=premium\",\n            \"extra_page_fields\": {\n                \"benefits_login\": \"customer_ref\",\n                \"benefits_login_email\": \"customer email | nin email\",\n                \"dsa_name\": \"Nchedo Vincent\",\n                \"dsa_phone_number\": \"2348068660576\"\n            }\n        }\n    }\n}","options":{"raw":{"language":"json"}}},"url":"https://api.onepipe.io/pay4me/onboard/pwt"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":""}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": \"Successful\",\n    \"message\": \"Distributor Created Successfully\",\n    \"data\": {\n        \"provider_response_code\": \"00\",\n        \"provider\": \"Pay4Me\",\n        \"errors\": null,\n        \"error\": null,\n        \"provider_response\": {\n            \"reference\": \"PWA-ONB-1323399596\",\n            \"meta\": {\n                \"business_name\": \"My Buisness name\",\n                \"account_number\": \"0987654321\",\n                \"bank_code\": \"000\"\n            }\n        }\n    }\n}"}],"_postman_id":"8b61d42e-6575-43a0-9ccd-af7c68b036a1"},{"name":"Pay4Me","id":"ca6bb649-90d7-4b58-a6aa-0063d8c60841","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"request_ref\": \"u4V_upNNMUhfMOa\",\n    \"request_type\": \"pay4me\",\n    \"auth\": {\n        \"type\": null,\n        \"secure\": null,\n        \"auth_provider\": \"Pay4Me\"\n    },\n    \"transaction\": {\n        \"mock_mode\": \"Live\",\n        \"transaction_ref\": \"zTi1BCfErA8sA3Y\",\n        \"transaction_desc\": \"\",\n        \"amount\": 50000, //Pay4me Amount\n        \"customer\": {\n            \"customer_ref\": \"2348022222222\",\n            \"firstname\": \"John\",\n            \"surname\": \"Doe\",\n            \"email\": \"johndoe@exmaple.com\",\n            \"mobile_no\": \"2348022222222\"\n        },\n        \"details\": {\n            \"destination_account\": \"0987654321\",\n            \"destination_bank_code\": \"000\",\n            \"destination_account_name\": \"John Doe\",\n            \"destination_bank_name\": \"Fidelity Bank Nigeria\"\n        },\n        \"meta\": {\n            // DETAILS INJECT BY GROUPMONI..\n            \"loyalty_amount_used\": \"0\",\n            \"customer_version\": \"2\",\n            \"average_daily_sales\": \"1747900\",\n            \"inventory_forecast\": \"10487400\",\n            \"growth_rate\": \"200000\",\n            \"eligible_credit\": \"2000000\",\n            \"customer_level\": \"cycle_50_times\",\n            \"groupmoni_transaction_type\": \"pay4me\",\n            \"loan_id\": \"LN64807159080\",\n            \"loan_amount\": \"11240000\",\n            \"loan_status\": \"requested\"\n        }\n    }\n}","options":{"raw":{"language":"json"}}},"url":"https://api.onepipe.io/v2/transact","urlObject":{"path":["v2","transact"],"host":["https://api.onepipe.io"],"query":[],"variable":[]}},"response":[{"id":"93d27634-76b7-4b34-b79f-60f1454c1a52","name":"Pay4Me","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"request_ref\": \"K5rfwTkzrJFtQTj\",\n    \"request_type\": \"pay4me\",\n    \"auth\": {\n        \"type\": null,\n        \"secure\": null,\n        \"auth_provider\": \"Pay4Me\"\n    },\n    \"transaction\": {\n        \"mock_mode\": \"Live\",\n        \"transaction_ref\": \"NhlHrJFrhReJspR\",\n        \"transaction_desc\": \"\",\n        \"amount\": 50000, //Pay4me Amount\n        \"customer\": {\n            \"customer_ref\": \"2348022222222\",\n            \"firstname\": \"John\",\n            \"surname\": \"Doe\",\n            \"email\": \"johndoe@exmaple.com\",\n            \"mobile_no\": \"2348022222222\"\n        },\n        \"details\": {\n            \"destination_account\": \"0987654321\",\n            \"destination_bank_code\": \"000\",\n            \"destination_account_name\": \"John Doe\",\n            \"destination_bank_name\": \"Fidelity Bank Nigeria\"\n        },\n        \"meta\": {\n            // DETAILS INJECT BY GROUPMONI..\n            \"loyalty_amount_used\": \"0\",\n            \"customer_version\": \"2\",\n            \"average_daily_sales\": \"1747900\",\n            \"inventory_forecast\": \"10487400\",\n            \"growth_rate\": \"200000\",\n            \"eligible_credit\": \"2000000\",\n            \"customer_level\": \"cycle_50_times\",\n            \"groupmoni_transaction_type\": \"pay4me\",\n            \"loan_id\": \"LN64807159080\",\n            \"loan_amount\": \"11240000\",\n            \"loan_status\": \"requested\"\n        }\n    }\n}","options":{"raw":{"language":"json"}}},"url":"https://api.onepipe.io/v2/transact"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":""}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": \"Successful\",\n    \"message\": \"Request processed successfully\",\n    \"data\": {\n        \"provider_response_code\": \"00\",\n        \"provider\": \"Pay4Me\",\n        \"errors\": null,\n        \"error\": null,\n        \"provider_response\": {\n            \"reference\": \"QO22vVmddP\",\n            \"transaction_final_amount\": \"3600000\",\n            \"meta\": {\n                \"narration\": \"Deposit_D9oT2MIe13-DIS\",\n                \"loan_id\": \"LN21018694812\",\n                \"loan_disbursement_date\": \"2025-07-03 16:51:42\",\n                \"repayment_due_date\": \"2025-07-10 16:51:41\"\n            }\n        },\n        \"client_info\": null\n    }\n}"}],"_postman_id":"ca6bb649-90d7-4b58-a6aa-0063d8c60841"},{"name":"Get a Loan","id":"04587716-3235-4aaf-a55f-5428a5bf4fda","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"request_ref\": \"vyYPLYcX7eckBqm\",\n    \"request_type\": \"get a loan\",\n    \"auth\": {\n        \"type\": null,\n        \"secure\": null, // maybe we can add the destination account as auth secure\n        \"auth_provider\": \"Pay4Me\"\n    },\n    \"transaction\": {\n        \"mock_mode\": \"Live\",\n        \"transaction_ref\": \"FrxxhzrcUw7IukU\",\n        \"transaction_desc\": \"\",\n        \"amount\": 50000, //Pay4me Amount\n        \"customer\": {\n            \"customer_ref\": \"2348022222222\",\n            \"firstname\": \"John\",\n            \"surname\": \"Doe\",\n            \"email\": \"johndoe@exmaple.com\",\n            \"mobile_no\": \"2348022222222\"\n        },\n        \"details\": {\n            \"destination_account\": \"0987654321\",\n            \"destination_bank_code\": \"000\",\n            \"destination_account_name\": \"John Doe\",\n            \"destination_bank_name\": \"Fidelity Bank Nigeria\"\n        },\n        \"meta\": {\n            \"skip_disburse\": true\n        }\n    }\n}","options":{"raw":{"language":"json"}}},"url":"https://api.onepipe.io/v2/transact","urlObject":{"path":["v2","transact"],"host":["https://api.onepipe.io"],"query":[],"variable":[]}},"response":[{"id":"72554a36-671c-42df-b68a-18b5f66fe7b7","name":"Get a Loan","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"request_ref\": \"benvccnzodXOyv1\",\n    \"request_type\": \"pay4me\",\n    \"auth\": {\n        \"type\": null,\n        \"secure\": null,\n        \"auth_provider\": \"Pay4Me\"\n    },\n    \"transaction\": {\n        \"mock_mode\": \"Live\",\n        \"transaction_ref\": \"4nyUFFYeGBziofB\",\n        \"transaction_desc\": \"\",\n        \"amount\": 50000, //Pay4me Amount\n        \"customer\": {\n            \"customer_ref\": \"2348022222222\",\n            \"firstname\": \"John\",\n            \"surname\": \"Doe\",\n            \"email\": \"johndoe@exmaple.com\",\n            \"mobile_no\": \"2348022222222\"\n        },\n        \"details\": {\n            \"destination_account\": \"0987654321\",\n            \"destination_bank_code\": \"000\",\n            \"destination_account_name\": \"John Doe\",\n            \"destination_bank_name\": \"Fidelity Bank Nigeria\"\n        },\n        \"meta\": {\n            \"skip_disburse\": true\n        \n        }\n    }\n}","options":{"raw":{"language":"json"}}},"url":"https://api.onepipe.io/pay4me/get-a-loan"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":""}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": \"Successful\",\n    \"message\": \"Request processed successfully\",\n    \"data\": {\n        \"provider_response_code\": \"00\",\n        \"provider\": \"Pay4Me\",\n        \"errors\": null,\n        \"error\": null,\n        \"provider_response\": {\n            \"reference\": \"QO22vVmddP\",\n            \"transaction_final_amount\": \"3600000\",\n            \"meta\": {\n                \"narration\": \"Deposit_D9oT2MIe13-DIS\",\n                \"loan_id\": \"LN21018694812\",\n                \"loan_disbursement_date\": \"2025-07-03 16:51:42\",\n                \"repayment_due_date\": \"2025-07-10 16:51:41\"\n            }\n        },\n        \"client_info\": null\n    }\n}"}],"_postman_id":"04587716-3235-4aaf-a55f-5428a5bf4fda"},{"name":"Lookup Account Min (for distributor)","id":"f35f9765-ece1-4886-a81b-212e0ba6d15e","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"request_ref\": \"3gOeI2RCwseDijT\",\n    \"request_type\": \"lookup account min\",\n    \"auth\": {\n        \"type\": \"custom\", \n        \"secure\": \"secure(pwt;customer-ref;distributor-account-number;distributor-account-bank-code)\", \n        \"auth_provider\": \"Pay4Me\"\n    },\n    \"transaction\": {\n        \"mock_mode\": \"Live\",\n        \"transaction_ref\": \"wvNL7IuP3Lj8lhd\",\n        \"transaction_desc\": \"\",\n        \"amount\": 0,\n        \"customer\": {\n            \"customer_ref\": \"2348022222222\",\n            \"firstname\": \"John\",\n            \"surname\": \"Doe\",\n            \"email\": \"johndoe@exmaple.com\",\n            \"mobile_no\": \"2348022222222\"\n        },\n        \"meta\": null,\n        \"details\": null,\n        \"options\": null\n    }\n}","options":{"raw":{"language":"json"}}},"url":"https://api.onepipe.io/pay4me/lookup-account-min","description":"<p>Check if a recipient is a growtrade distributor. This service has 3 types of requests</p>\n<ol>\n<li><p>Successful : Recipient is a growtrade distributor</p>\n</li>\n<li><p>InvalidID: Recipient is NOT a growtrade distributor</p>\n</li>\n<li><p>Failed: An error occured while processing request. You can try again here</p>\n</li>\n</ol>\n<p>Call Listbranches under the hood and do a validation against teh data returned from</p>\n","urlObject":{"path":["pay4me","lookup-account-min"],"host":["https://api.onepipe.io"],"query":[],"variable":[]}},"response":[{"id":"3b20f091-aba2-4982-a0a9-82431986b75c","name":"Lookup Account Min (type Pwt) - Successful","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"request_ref\": \"DZguCELiYr1EYo9\",\n    \"request_type\": \"lookup account min\",\n    \"auth\": {\n        \"type\": \"pwt\",\n        \"secure\": \"secure(distro-page-ref;page-account-number;page-bank-code)\", // secure distributor's page-ref ; page account number ; page bankcode Example 23470111111;2332323243;944\n        \"auth_provider\": \"Pay4Me\"\n    },\n    \"transaction\": {\n        \"mock_mode\": \"Live\",\n        \"transaction_ref\": \"xHha0y9v3MWB9k5\",\n        \"transaction_desc\": \"\",\n        \"amount\": 0,\n        \"customer\": {\n            \"customer_ref\": \"2348022222222\",\n            \"firstname\": \"John\",\n            \"surname\": \"Doe\",\n            \"email\": \"johndoe@exmaple.com\",\n            \"mobile_no\": \"2348022222222\"\n        },\n        \"meta\": null,\n        \"details\": null,\n        \"options\": null\n    }\n}","options":{"raw":{"language":"json"}}},"url":"https://api.onepipe.io/pay4me/lookup-account-min"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":""}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": \"Successful\",\n    \"message\": \"Transaction processed successfully\",\n    \"data\": {\n        \"provider_response_code\": \"00\",\n        \"provider\": \"Pay4Me\",\n        \"errors\": null,\n        \"error\": null,\n        \"provider_response\": {\n            \"customer_id\": 23232,\n            \"account_name\": \"Boyaz Inc\",\n            \"account_number\": \"2233305555\",\n            \"first_name\": null,\n            \"last_name\": null,\n            \"gender\": null,\n            \"account_currency\": \"NGN\",\n            \"dob\": null,\n            \"reference\": \"PWAM-feca1c81-bbbd-4c91-9889-b612f74b62b6-24137364\",\n            \"meta\": {\n                \"id\": 232323,\n                \"name\": \"Boyaz Inc\",\n                \"status\": \"active\",\n                \"pwt_page_tags\": \"sector=,lga=Ikeja,region=Lagos\"\n            }\n        },\n        \"client_info\": null\n    }\n}"},{"id":"3ada5451-00d4-4ba0-9075-52f388888216","name":"Lookup Account Min (type Pwt) - InvalidID","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"request_ref\": \"lnAqIuAAWoWkOpg\",\n    \"request_type\": \"lookup account min\",\n    \"auth\": {\n        \"type\": \"pwt\",\n        \"secure\": \"secure(distro-page-ref;page-account-number;page-bank-code)\", // secure distributor's page-ref ; page account number ; page bankcode Example 23470111111;2332323243;944\n        \"auth_provider\": \"Pay4Me\"\n    },\n    \"transaction\": {\n        \"mock_mode\": \"Live\",\n        \"transaction_ref\": \"7vctfvUgUUXL2gF\",\n        \"transaction_desc\": \"\",\n        \"amount\": 0,\n        \"customer\": {\n            \"customer_ref\": \"2348022222222\",\n            \"firstname\": \"John\",\n            \"surname\": \"Doe\",\n            \"email\": \"johndoe@exmaple.com\",\n            \"mobile_no\": \"2348022222222\"\n        },\n        \"meta\": null,\n        \"details\": null,\n        \"options\": null\n    }\n}","options":{"raw":{"language":"json"}}},"url":"https://api.onepipe.io/pay4me/lookup-account-min2"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":""}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": \"InvalidID\",\n    \"message\": \"Account not found.\",\n    \"data\": {\n        \"provider_response_code\": \"91\",\n        \"provider\": \"Pay4Me\",\n        \"errors\": [\n            {\n                \"code\": \"91\",\n                \"message\": \"Account not found.\"\n            }\n        ],\n        \"error\": {\n            \"code\": \"91\",\n            \"message\": \"Account not found.\"\n        },\n        \"provider_response\": {\n            \"error\": \"Account not found.\"\n        },\n        \"client_info\": null\n    }\n}"}],"_postman_id":"f35f9765-ece1-4886-a81b-212e0ba6d15e"},{"name":"Lookup Account Min (for Onboard verification)","id":"848db87f-d982-4ef0-bc4c-2d0ed5a26b6e","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"\n{\n    \"request_ref\": \"DvSqVPh_FnOrogG\",\n    \"request_type\": \"lookup account min\",\n    \"auth\": {\n        \"type\": \"custom\", \n        \"secure\": \"secure(onboard;customer-ref)\", \n        \"auth_provider\": \"Pay4Me\"\n    },\n    \"transaction\": {\n        \"mock_mode\": \"Live\",\n        \"transaction_ref\": \"tH79CF8mfZJpSF1\",\n        \"transaction_desc\": \"\",\n        \"amount\": 0,\n        \"customer\": {\n            \"customer_ref\": \"2348022222222\",\n            \"firstname\": \"John\",\n            \"surname\": \"Doe\",\n            \"email\": \"johndoe@exmaple.com\",\n            \"mobile_no\": \"2348022222222\"\n        },\n        \"meta\": null,\n        \"details\": null,\n        \"options\": null\n    }\n}","options":{"raw":{"language":"json"}}},"url":"https://api.onepipe.io/pay4me/lookup-account-min","description":"<p>Check if a recipient is a growtrade distributor. This service has 3 types of requests</p>\n<ol>\n<li><p>Successful : Recipient is a growtrade distributor</p>\n</li>\n<li><p>InvalidID: Recipient is NOT a growtrade distributor</p>\n</li>\n<li><p>Failed: An error occured while processing request. You can try again here</p>\n</li>\n</ol>\n<p>Call Listbranches under the hood and do a validation against teh data returned from</p>\n","urlObject":{"path":["pay4me","lookup-account-min"],"host":["https://api.onepipe.io"],"query":[],"variable":[]}},"response":[{"id":"367f8304-c209-40a6-ac87-05bccd77d558","name":"Lookup Account Min (type Pwt) - Successful","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"request_ref\": \"NW5K5ljbitbjUhv\",\n    \"request_type\": \"lookup account min\",\n    \"auth\": {\n        \"type\": \"pwt\",\n        \"secure\": \"secure(distro-page-ref;page-account-number;page-bank-code)\", // secure distributor's page-ref ; page account number ; page bankcode Example 23470111111;2332323243;944\n        \"auth_provider\": \"Pay4Me\"\n    },\n    \"transaction\": {\n        \"mock_mode\": \"Live\",\n        \"transaction_ref\": \"NrGXr5pHwTnG8lx\",\n        \"transaction_desc\": \"\",\n        \"amount\": 0,\n        \"customer\": {\n            \"customer_ref\": \"2348022222222\",\n            \"firstname\": \"John\",\n            \"surname\": \"Doe\",\n            \"email\": \"johndoe@exmaple.com\",\n            \"mobile_no\": \"2348022222222\"\n        },\n        \"meta\": null,\n        \"details\": null,\n        \"options\": null\n    }\n}","options":{"raw":{"language":"json"}}},"url":"https://api.onepipe.io/pay4me/lookup-account-min"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":""}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": \"Successful\",\n    \"message\": \"Transaction processed successfully\",\n    \"data\": {\n        \"provider_response_code\": \"00\",\n        \"provider\": \"Pay4Me\",\n        \"errors\": null,\n        \"error\": null,\n        \"provider_response\": {\n            \"customer_id\": null,\n            \"account_name\": \"John Doe Smith\",\n            \"account_number\": \"0023232323\",\n            \"first_name\": \"John\",\n            \"last_name\": \"Doe\",\n            \"gender\": \"Male\",\n            \"account_currency\": \"NGN\",\n            \"dob\": null,\n            \"reference\": \"PWAM-ade4a9d2-c1a5-4ccb-b01e-759fbde3ee5d\",\n            \"meta\": {\n                \"approval_status\": \"Approved\"\n            }\n        },\n        \"client_info\": null\n    }\n}"},{"id":"c9f69fd7-3fc1-41a6-baed-ec4b104383bb","name":"Lookup Account Min (type Pwt) - InvalidID","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"request_ref\": \"e0ttfYLC38aD5F4\",\n    \"request_type\": \"lookup account min\",\n    \"auth\": {\n        \"type\": \"pwt\",\n        \"secure\": \"secure(distro-page-ref;page-account-number;page-bank-code)\", // secure distributor's page-ref ; page account number ; page bankcode Example 23470111111;2332323243;944\n        \"auth_provider\": \"Pay4Me\"\n    },\n    \"transaction\": {\n        \"mock_mode\": \"Live\",\n        \"transaction_ref\": \"gFEeKommk9tGgJ2\",\n        \"transaction_desc\": \"\",\n        \"amount\": 0,\n        \"customer\": {\n            \"customer_ref\": \"2348022222222\",\n            \"firstname\": \"John\",\n            \"surname\": \"Doe\",\n            \"email\": \"johndoe@exmaple.com\",\n            \"mobile_no\": \"2348022222222\"\n        },\n        \"meta\": null,\n        \"details\": null,\n        \"options\": null\n    }\n}","options":{"raw":{"language":"json"}}},"url":"https://api.onepipe.io/pay4me/lookup-account-min2"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":""}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": \"InvalidID\",\n    \"message\": \"Account not found.\",\n    \"data\": {\n        \"provider_response_code\": \"91\",\n        \"provider\": \"Pay4Me\",\n        \"errors\": [\n            {\n                \"code\": \"91\",\n                \"message\": \"Account not found.\"\n            }\n        ],\n        \"error\": {\n            \"code\": \"91\",\n            \"message\": \"Account not found.\"\n        },\n        \"provider_response\": {\n            \"error\": \"Account not found.\"\n        },\n        \"client_info\": null\n    }\n}"}],"_postman_id":"848db87f-d982-4ef0-bc4c-2d0ed5a26b6e"},{"name":"Get Customer","id":"76916805-83e0-467e-b3ea-2417b78bee6d","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"request_ref\": \"ZzQNXWFlnncvFPn\",\n    \"request_type\": \"get customer\",\n    \"auth\": {\n        \"type\": null,\n        \"secure\": null,\n        \"auth_provider\": \"Pay4Me\"\n    },\n    \"transaction\": {\n        \"mock_mode\": \"Live\",\n        \"transaction_ref\": \"kif_sLvjgCw5wUf\",\n        \"transaction_desc\": \"\",\n        \"amount\": 0,\n        \"customer\": {\n            \"customer_ref\": \"2348022222222\",\n            \"firstname\": \"John\",\n            \"surname\": \"Doe\",\n            \"email\": \"johndoe@exmaple.com\",\n            \"mobile_no\": \"2348022222222\"\n        },\n        \"details\": null,\n        \"meta\":  null\n    }\n}","options":{"raw":{"language":"json"}}},"url":"https://api.onepipe.io/pay4me/get-customer","urlObject":{"path":["pay4me","get-customer"],"host":["https://api.onepipe.io"],"query":[],"variable":[]}},"response":[{"id":"01d0127b-cdb9-4dc0-9330-ee83ffd0ba74","name":"Get Customer - Successful","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"request_ref\": \"W4qGOvejjfawieD\",\n    \"request_type\": \"get customer\",\n    \"auth\": {\n        \"type\": null,\n        \"secure\": null,\n        \"auth_provider\": \"Pay4Me\"\n    },\n    \"transaction\": {\n        \"mock_mode\": \"Live\",\n        \"transaction_ref\": \"I1_xOqp2CHaL2Xb\",\n        \"transaction_desc\": \"\",\n        \"amount\": 0,\n        \"customer\": {\n            \"customer_ref\": \"2348022222222\",\n            \"firstname\": \"John\",\n            \"surname\": \"Doe\",\n            \"email\": \"johndoe@exmaple.com\",\n            \"mobile_no\": \"2348022222222\"\n        },\n        \"details\": null,\n        \"meta\":  null\n    }\n}","options":{"raw":{"language":"json"}}},"url":"https://api.onepipe.io/pay4me/get-customer"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":""}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": \"Successful\",\n    \"message\": \"Transaction processed successful\",\n    \"data\": {\n        \"provider_response_code\": \"00\",\n        \"provider\": \"Pay4Me\",\n        \"errors\": null,\n        \"error\": null,\n        \"provider_response\": {\n            \"approval_status\": \"pending|approved\", //approved means customer understands products\n            \"membership_status\": \"inactive|active\",\n            \"membership_plan\": \"Premium\",\n            \"lender_terms_url\": null,\n            \"loan_terms\": {\n                \"tenure\": \"12\",\n                \"interest_rate\": \"10%\",\n                \"repayment_frequency\": \"monthly\"            \n            },\n            \"running_loans\": [\n                { // would be null when there's no running loan\n                    \"amount\": \"N500,000\",\n                    \"due_date\": \"29-03-2025\"\n                },\n                { // would be null when there's no running loan\n                    \"amount\": \"N500,000\",\n                    \"due_date\": \"29-03-2025\"\n                }\n            ],\n            \"pay4me_limit\": \"N500,000.00\",\n            \"is_pwa_biller\": \"true|false\",\n            \"is_pay4me_distro\": \"true|false\",\n            \"meta\": {\n                \"reference\": \"pm7bakvHNBoHQCU\"\n            }\n        }\n    }\n}"}],"_postman_id":"76916805-83e0-467e-b3ea-2417b78bee6d"},{"name":"Get many Utilities","id":"309f7ff8-68c1-4ec4-bd84-4d57ba963ae4","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"request_ref\": \"Lxhv2izrRVm7ug1\",\n    \"request_type\": \"utility\",\n    \"auth\": {\n        \"type\": null,\n        \"secure\": null,\n        \"auth_provider\": \"Pay4Me\"\n    },\n    \"transaction\": {\n        \"mock_mode\": \"Live\",\n        \"transaction_ref\": \"27WY2dKndgASXNm\",\n        \"transaction_desc\": \"\",\n        \"amount\": 0,\n        \"customer\": {\n            \"customer_ref\": \"2348022222222\",\n            \"firstname\": \"John\",\n            \"surname\": \"Doe\",\n            \"email\": \"johndoe@exmaple.com\",\n            \"mobile_no\": \"2348022222222\"\n        },\n        \"details\": null,\n        \"meta\": {\n            \"utilities\": [\n                \"get_tnc\",\n                \"get_splash_screens\"\n            ]\n        }\n    }\n}","options":{"raw":{"language":"json"}}},"url":"https://api.onepipe.io/pay4me/utility-many","description":"<p>Support utilities are</p>\n<ol>\n<li><p><strong>Splash screens:</strong> get_splash_screens</p>\n</li>\n<li><p><strong>Membership Plans:</strong> get_plans</p>\n</li>\n<li><p><strong>Terms and Conditions:</strong> get_tnc</p>\n</li>\n</ol>\n","urlObject":{"path":["pay4me","utility-many"],"host":["https://api.onepipe.io"],"query":[],"variable":[]}},"response":[{"id":"f3783a01-d171-4922-ae3d-93b55e0c62ec","name":"Get many Utilities - Successful","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"request_ref\": \"7x4faCsGLksAzs2\",\n    \"request_type\": \"utility\",\n    \"auth\": {\n        \"type\": null,\n        \"secure\": null,\n        \"auth_provider\": \"Pay4Me\"\n    },\n    \"transaction\": {\n        \"mock_mode\": \"Live\",\n        \"transaction_ref\": \"ixr7X5ifSZvVPOX\",\n        \"transaction_desc\": \"\",\n        \"amount\": 0,\n        \"customer\": {\n            \"customer_ref\": \"12345678\",\n            \"firstname\": \"John\",\n            \"surname\": \"Doe\",\n            \"email\": \"johndoe@exmaple.com\",\n            \"mobile_no\": \"12345678\"\n        },\n        \"details\": null,\n        \"meta\": {\n            \"utilities\": [\n                \"get_tnc\",\n                \"get_privacy_policy\",\n                \"get_splash_screens\"\n            ] //terms and conditions\n        }\n    }\n}","options":{"raw":{"language":"json"}}},"url":"https://api.onepipe.io/pay4me/utility-many"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":""}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": \"Successful\",\n    \"message\": \"Transaction processed successfully\",\n    \"data\": {\n        \"provider_response_code\": \"00\",\n        \"provider\": \"Pay4Me\",\n        \"errors\": null,\n        \"error\": null,\n        \"provider_response\": {\n            \"utilities\": {\n                \"splash_screens\": [\n                    {\n                        \"image\": \"https://example.com/images/features.jpg\",\n                        \"title\": \"Features\",\n                        \"description\": \"Discover our range of features designed to simplify your payment process.\"\n                    },\n                    {\n                        \"image\": \"https://example.com/images/features.jpg\",\n                        \"title\": \"Features\",\n                        \"description\": \"Discover our range of features designed to simplify your payment process.\"\n                    },\n                    {\n                        \"image\": \"https://example.com/images/features.jpg\",\n                        \"title\": \"Features\",\n                        \"description\": \"Discover our range of features designed to simplify your payment process.\"\n                    }\n                ],\n                \"tnc\": \"https://onepipe.io/start/terms/\",\n                \"privacy_policy\": \"https://onepipe.io/start/privacy/\"\n            }\n        }\n    }\n}"}],"_postman_id":"309f7ff8-68c1-4ec4-bd84-4d57ba963ae4"},{"name":"Utility (Splash Screen)","id":"d656f0be-8760-49c5-ab9f-9e36c5535eb7","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"request_ref\": \"mn6tLmFmfmFzqIu\",\n    \"request_type\": \"utility\",\n    \"auth\": {\n        \"type\": null,\n        \"secure\": null,\n        \"auth_provider\": \"Pay4Me\"\n    },\n    \"transaction\": {\n        \"mock_mode\": \"Live\",\n        \"transaction_ref\": \"OV0ZhF0qOIJQFoj\",\n        \"transaction_desc\": \"\",\n        \"amount\": 0,\n        \"customer\": {\n            \"customer_ref\": \"2348022222222\",\n            \"firstname\": \"John\",\n            \"surname\": \"Doe\",\n            \"email\": \"johndoe@exmaple.com\",\n            \"mobile_no\": \"2348022222222\"\n        },\n        \"details\": null,\n        \"meta\": {\n            \"utilities\": [\"get_splash_screens\"]\n        }\n    }\n}","options":{"raw":{"language":"json"}}},"url":"https://api.onepipe.io/v2/transact","description":"<p>Get splash screens from configured database or storage</p>\n","urlObject":{"path":["v2","transact"],"host":["https://api.onepipe.io"],"query":[],"variable":[]}},"response":[{"id":"b6a28fa4-9feb-4be9-95e2-8cbb70950757","name":"Succesful","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"request_ref\": \"S6AErRj8GyX_2yg\",\n    \"request_type\": \"utility\",\n    \"auth\": {\n        \"type\": null,\n        \"secure\": null,\n        \"auth_provider\": \"Pay4Me\"\n    },\n    \"transaction\": {\n        \"mock_mode\": \"Live\",\n        \"transaction_ref\": \"wpw0dUERONDynRW\",\n        \"transaction_desc\": \"\",\n        \"amount\": 0,\n        \"customer\": {\n            \"customer_ref\": \"12345678\",\n            \"firstname\": \"John\",\n            \"surname\": \"Doe\",\n            \"email\": \"johndoe@exmaple.com\",\n            \"mobile_no\": \"12345678\"\n        },\n        \"details\": null,\n        \"meta\": {\n            \"utilities\": [\"get_splash_screens\"]\n        }\n    }\n}","options":{"raw":{"language":"json"}}},"url":"https://api.onepipe.io/pay4me/splash-screen"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":""}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": \"Successful\",\n    \"message\": \"Transaction processed successfully\",\n    \"data\": {\n        \"provider_response_code\": \"00\",\n        \"provider\": \"Pay4Me\",\n        \"errors\": null,\n        \"error\": null,\n        \"provider_response\": {\n            \"utilities\": {\n                \"splash_screens\": [\n                    {\n                        \"image\": \"https://example.com/images/welcome.jpg\",\n                        \"title\": \"Welcome to Pay4Me\",\n                        \"description\": \"Experience seamless transactions and manage your payments effortlessly.\"\n                    },\n                    {\n                        \"image\": \"https://example.com/images/features.jpg\",\n                        \"title\": \"Features\",\n                        \"description\": \"Discover our range of features designed to simplify your payment process.\"\n                    }\n                ]\n            }\n        }\n    }\n}"}],"_postman_id":"d656f0be-8760-49c5-ab9f-9e36c5535eb7"},{"name":"Utility (Get Plans)","id":"de56c9ca-04c7-44c5-b8c8-6c16ee327bc4","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"request_ref\": \"Y0Su2kJagY4AnKZ\",\n    \"request_type\": \"utility\",\n    \"auth\": {\n        \"type\": null,\n        \"secure\": null,\n        \"auth_provider\": \"Pay4Me\"\n    },\n    \"transaction\": {\n        \"mock_mode\": \"Live\",\n        \"transaction_ref\": \"90VBPLrJA48giTw\",\n        \"transaction_desc\": \"\",\n        \"amount\": 0,\n        \"customer\": {\n            \"customer_ref\": \"2348022222222\",\n            \"firstname\": \"John\",\n            \"surname\": \"Doe\",\n            \"email\": \"johndoe@exmaple.com\",\n            \"mobile_no\": \"2348022222222\"\n        },\n        \"details\": null,\n        \"meta\": {\n            \"utilities\": [\"get_plans\"]\n        }\n    }\n}","options":{"raw":{"language":"json"}}},"url":"https://api.onepipe.io/v2/transact","urlObject":{"path":["v2","transact"],"host":["https://api.onepipe.io"],"query":[],"variable":[]}},"response":[{"id":"81cdb635-6e54-43af-8a07-904f1e2f79a9","name":"Utility (Get Plans) - Successful","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"request_ref\": \"YG3OeoacG3akSmv\",\n    \"request_type\": \"utility\",\n    \"auth\": {\n        \"type\": null,\n        \"secure\": null,\n        \"auth_provider\": \"Pay4Me\"\n    },\n    \"transaction\": {\n        \"mock_mode\": \"Live\",\n        \"transaction_ref\": \"zxkK4Nbo5bk9nyS\",\n        \"transaction_desc\": \"\",\n        \"amount\": 0,\n        \"customer\": {\n            \"customer_ref\": \"12345678\",\n            \"firstname\": \"John\",\n            \"surname\": \"Doe\",\n            \"email\": \"johndoe@exmaple.com\",\n            \"mobile_no\": \"12345678\"\n        },\n        \"details\": null,\n        \"meta\": {\n            \"utilities\": [\"get_plans\"]\n        }\n    }\n}","options":{"raw":{"language":"json"}}},"url":"https://api.onepipe.io/pay4me/plans"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":""}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": \"Successful\",\n    \"message\": \"Transaction processed successfully\",\n    \"data\": {\n        \"provider_response_code\": \"00\",\n        \"provider\": \"Pay4Me\",\n        \"errors\": null,\n        \"error\": null,\n        \"provider_response\": {\n            \"utilities\": {\n                \"plans\": [\n                    {\n                        \"name\": \"Premium\",\n                        \"amount\": \"N950\",\n                        \"savings\": \"N700\",\n                        \"duration\": \"weekly\",\n                        \"features\": [\n                            \"Start at N20,000 credit line\",\n                            \"Grow up to N3,000,000\",\n                            \"Interest: 3%\",\n                            \"N700 in your weekly savings\"\n                        ]\n                    },\n                    {\n                        \"name\": \"Regular\",\n                        \"amount\": \"N500\",\n                        \"savings\": \"N300\",\n                        \"duration\": \"weekly\",\n                        \"features\": [\n                            \"Start at N10,000 credit line\",\n                            \"Grow up to N1,000,000\",\n                            \"Interest: 3%\",\n                            \"N300 in your weekly savings\"\n                        ]\n                    }\n                ]\n            }\n        }\n    }\n}"}],"_postman_id":"de56c9ca-04c7-44c5-b8c8-6c16ee327bc4"},{"name":"Utility (TnC)","id":"4c4c04b5-e292-4c22-a18e-ce5a38312d11","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"request_ref\": \"RGa2BzsPIy14Ude\",\n    \"request_type\": \"utility\",\n    \"auth\": {\n        \"type\": null,\n        \"secure\": null,\n        \"auth_provider\": \"Pay4Me\"\n    },\n    \"transaction\": {\n        \"mock_mode\": \"Live\",\n        \"transaction_ref\": \"jnJfIyz44kUWfCi\",\n        \"transaction_desc\": \"\",\n        \"amount\": 0,\n        \"customer\": {\n            \"customer_ref\": \"2348022222222\",\n            \"firstname\": \"John\",\n            \"surname\": \"Doe\",\n            \"email\": \"johndoe@exmaple.com\",\n            \"mobile_no\": \"2348022222222\"\n        },\n        \"details\": null,\n        \"meta\": {\n            \"utilities\": [\"get_tnc\"] //terms and conditions\n        }\n    }\n}","options":{"raw":{"language":"json"}}},"url":"https://api.onepipe.io/v2/transact","urlObject":{"path":["v2","transact"],"host":["https://api.onepipe.io"],"query":[],"variable":[]}},"response":[{"id":"8385284e-9718-45c1-b1d3-ec56d727c2a0","name":"Utility (T n C) - Successful","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"request_ref\": \"Ea8y8s2f4Gw1yHy\",\n    \"request_type\": \"utility\",\n    \"auth\": {\n        \"type\": null,\n        \"secure\": null,\n        \"auth_provider\": \"Pay4Me\"\n    },\n    \"transaction\": {\n        \"mock_mode\": \"Live\",\n        \"transaction_ref\": \"ik_lDFxaOsBMjMG\",\n        \"transaction_desc\": \"\",\n        \"amount\": 0,\n        \"customer\": {\n            \"customer_ref\": \"12345678\",\n            \"firstname\": \"John\",\n            \"surname\": \"Doe\",\n            \"email\": \"johndoe@exmaple.com\",\n            \"mobile_no\": \"12345678\"\n        },\n        \"details\": null,\n        \"meta\": {\n            \"utilities\": [\"get_tnc\"] //terms and conditions\n        }\n    }\n}","options":{"raw":{"language":"json"}}},"url":"https://api.onepipe.io/pay4me/tnc"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":""}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": \"Successful\",\n    \"message\": \"Transaction processed successfully\",\n    \"data\": {\n        \"provider_response_code\": \"00\",\n        \"provider\": \"Pay4Me\",\n        \"errors\": null,\n        \"error\": null,\n        \"provider_response\": {\n            \"utilities\": {\n                \"tnc\": \"https://onepipe.io/start/terms\"\n            }\n        }\n    }\n}"}],"_postman_id":"4c4c04b5-e292-4c22-a18e-ce5a38312d11"}],"id":"e6070d94-6bbd-4400-80c9-27d68a8afbde","_postman_id":"e6070d94-6bbd-4400-80c9-27d68a8afbde","description":""},{"name":"_pwt","item":[{"name":"Create Payment - PWT","id":"3812a4b2-3f1e-4922-9e19-bb288a936448","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"/**\nAllos you create a pending payment on PWT\n*/\n\n{\n    \"request_ref\": \"256c8074-4889-47b2-ade0-0a8500220bd6\",\n    \"request_type\": \"create payment\",\n    \"auth\": {\n        \"type\": \"custom\",\n        \"secure\": null,\n        \"auth_provider\": \"PWT\"\n    },\n    \"transaction\": {\n         \"mock_mode\": \"live\",\n        \"transaction_ref\": \"PWA-INST-e918-e399-4f39-a319-4f3a7eaac1-gal-037-Y2AS\",\n        \"transaction_desc\": \"Create a payment for 2348123232323\",\n        \"transaction_ref_parent\": null,\n        \"amount\": 5000,\n        \"customer\": {\n            \"customer_ref\": \"2348123232323\",\n            \"firstname\": \"Default\",\n            \"surname\": \"User\",\n            \"email\": \"name@exmaple.com\",\n            \"mobile_no\": \"2348123232323\"\n        },\n        \"meta\": {\n            \"cancel_pending_transaction\": \"true\"\n        },\n        \"details\": {\n            \"page_id\": \"40543\"\n        }\n    }\n}\n","options":{"raw":{"language":"json"}}},"url":"https://api.onepipe.io/v2/transact","urlObject":{"path":["v2","transact"],"host":["https://api.onepipe.io"],"query":[],"variable":[]}},"response":[{"id":"a0c33243-8542-42c9-b3eb-8d1e7dab9dd3","name":"Create Payment - PWT","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"/**\nAllos you create a pending payment on PWT\n*/\n\n{\n    \"request_ref\": \"256c8074-4889-47b2-ade0-0a8500220bd6\",\n    \"request_type\": \"create payment\",\n    \"auth\": {\n        \"type\": \"custom\",\n        \"secure\": null,\n        \"auth_provider\": \"PWT\"\n    },\n    \"transaction\": {\n         \"mock_mode\": \"live\",\n        \"transaction_ref\": \"PWA-INST-e918-e399-4f39-a319-4f3a7eaac1-gal-037-Y2AS\",\n        \"transaction_desc\": \"Create a payment for 2348123232323\",\n        \"transaction_ref_parent\": null,\n        \"amount\": 5000,\n        \"customer\": {\n            \"customer_ref\": \"2348123232323\",\n            \"firstname\": \"Default\",\n            \"surname\": \"User\",\n            \"email\": \"name@exmaple.com\",\n            \"mobile_no\": \"2348123232323\"\n        },\n        \"meta\": {\n            \"cancel_pending_transaction\": \"true\"\n        },\n        \"details\": {\n            \"page_id\": \"40543\"\n        }\n    }\n}\n","options":{"raw":{"language":"json"}}},"url":"https://api.onepipe.io/v2/transact"},"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":""}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": \"PendingValidation\",\n    \"message\": \"Transaction pending.\",\n    \"data\": {\n        \"provider_response_code\": \"90TP\",\n        \"provider\": \"Pay4Me\",\n        \"errors\": null,\n        \"error\": null,\n        \"provider_response\": {\n            \"company_id\": 23,\n            \"page_id\": 1232723,\n            \"reference\": \"PWAM-a86cd1c9-077f-4bf0-8e67-acbaccb6049d-gal-406-0CrTv\",\n            \"quantity\": 1,\n            \"amount\": 60,\n            \"first_name\": \"John\",\n            \"last_name\": \"Doe\",\n            \"email\": null,\n            \"phone\": \"234702323232323\",\n            \"status\": \"pending\",\n            \"updated_at\": \"2025-12-08T13:44:15Z\",\n            \"created_at\": \"2025-12-08T13:44:15Z\",\n            \"id\": 621114,\n            \"name\": \"John Doe\",\n            \"can_retry_settlement\": false\n        },\n        \"client_info\": null\n    }\n}"}],"_postman_id":"3812a4b2-3f1e-4922-9e19-bb288a936448"}],"id":"e4c479e9-5267-45bf-ae97-768521c0fafb","_postman_id":"e4c479e9-5267-45bf-ae97-768521c0fafb","description":""},{"name":"_onepipe","item":[{"name":"Validate ID","id":"a2a6ae87-f4bf-4143-89b3-094938f03352","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"request_ref\": \"256c8074-4889-47b2-ade0-0a8500220bd6\",\n    \"request_type\": \"validate id\",\n    \"auth\": {\n        \"type\": \"nin\",\n        \"secure\": \"encrypted-nin\",\n        \"auth_provider\": \"OnePipe\"\n    },\n    \"transaction\": {\n        \"mock_mode\": \"live\",\n        \"transaction_ref\": \"rOI2dSlTa86TX73\",\n        \"transaction_desc\": \"Validate NIN\",\n        \"transaction_ref_parent\": null,\n        \"amount\": 0,\n        \"customer\": {\n            \"customer_ref\": \"234702323232\",\n            \"firstname\": \"John\",\n            \"surname\": \"Doe\",\n            \"email\": \"name@exmaple.com\",\n            \"mobile_no\": \"234702323232\"\n        },\n        \"details\": {\n            \"dob\": \"YYYY-MM-DD\"\n        }\n    }\n}","options":{"raw":{"language":"json"}}},"url":"https://api.onepipe.io/v2/transact","urlObject":{"path":["v2","transact"],"host":["https://api.onepipe.io"],"query":[],"variable":[]}},"response":[{"id":"ba858ca8-c19a-46a3-9203-770d2c5995e1","name":"Validate ID","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"request_ref\": \"256c8074-4889-47b2-ade0-0a8500220bd6\",\n    \"request_type\": \"validate id\",\n    \"auth\": {\n        \"type\": \"nin\",\n        \"secure\": \"encrypted-nin\",\n        \"auth_provider\": \"OnePipe\"\n    },\n    \"transaction\": {\n        \"mock_mode\": \"live\",\n        \"transaction_ref\": \"JirJ222LsHmcRuZ\",\n        \"transaction_desc\": \"Validate NIN\",\n        \"transaction_ref_parent\": null,\n        \"amount\": 0,\n        \"customer\": {\n            \"customer_ref\": \"234702323232\",\n            \"firstname\": \"John\",\n            \"surname\": \"Doe\",\n            \"email\": \"name@exmaple.com\",\n            \"mobile_no\": \"234702323232\"\n        },\n        \"details\": {\n            \"dob\": \"YYYY-MM-DD\"\n        }\n    }\n}","options":{"raw":{"language":"json"}}},"url":"https://api.onepipe.io/v2/transact"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":""}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": \"Successful\",\n    \"message\": \"NIN verification successful\",\n    \"data\": {\n        \"provider_response_code\": \"00\",\n        \"provider\": \"GRB\",\n        \"errors\": null,\n        \"error\": null,\n        \"provider_response\": {\n            \"meta\": {\n                \"reference\": \"ttRlR5MQMM0a3p4\"\n            },\n            \"nin\": \"21121212122\",\n            \"first_name\": \"John\",\n            \"middle_name\": \"Smith\",\n            \"surname\": \"Doe\",\n            \"gender\": \"m\"\n        },\n        \"client_info\": {\n            \"name\": null,\n            \"id\": null,\n            \"bank_cbn_code\": null,\n            \"bank_name\": null,\n            \"console_url\": null,\n            \"js_background_image\": null,\n            \"css_url\": null,\n            \"logo_url\": null,\n            \"footer_text\": null,\n            \"show_options_icon\": false,\n            \"paginate\": false,\n            \"paginate_count\": 0,\n            \"options\": null,\n            \"merchant\": null,\n            \"colors\": null,\n            \"meta\": null\n        }\n    }\n}"}],"_postman_id":"a2a6ae87-f4bf-4143-89b3-094938f03352"},{"name":"Get Data","id":"88d6ba2f-ab8a-444f-8a5f-e6a0699484e4","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"request_ref\": \"f98f4afb-f8b7-4ae7-bd11-79234c11a69d\",\n    \"api_key\": \"*********************************\",\n    \"request_type\": \"get data\",\n    \"request_mode\": null,\n    \"ParsedRequestType\": \"get data\",\n    \"auth\": {\n        \"type\": null,\n        \"secure\": null,\n        \"auth_provider\": \"Onepipe\",\n        \"route_mode\": null\n    },\n    \"transaction\": {\n        \"mock_mode\": \"live\",\n        \"transaction_ref\": \"PWAM-b8e262a1-a11d-4d35-959c-62ed2b1c45f4\",\n        \"transaction_desc\": \"Get customer pay4me history\",\n        \"transaction_ref_parent\": null,\n        \"amount\": 0,\n        \"customer\": {\n            \"customer_ref\": \"2347023232323\",\n            \"firstname\": \"John\",\n            \"surname\": \"Doe\",\n            \"email\": \"name@exmaple.com\",\n            \"mobile_no\": \"2347023232323\"\n        },\n        \"meta\": {\n            \"limit_per_page\": \"100\",\n            \"card_id\": \"metabase-card-id\",\n            \"parameters\": \"type=text|field=customer_ref|value=23445343434|target_value=variable\"\n        },\n        \"details\": {},\n        \"options\": null\n    }\n}","options":{"raw":{"language":"json"}}},"url":"https://api.onepipe.io/v2/transact","urlObject":{"path":["v2","transact"],"host":["https://api.onepipe.io"],"query":[],"variable":[]}},"response":[{"id":"7defbd3d-586e-4fe7-9461-1c73dfd86ba7","name":"Get Data","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"request_ref\": \"f98f4afb-f8b7-4ae7-bd11-79234c11a69d\",\n    \"api_key\": \"*********************************\",\n    \"request_type\": \"get data\",\n    \"request_mode\": null,\n    \"ParsedRequestType\": \"get data\",\n    \"auth\": {\n        \"type\": null,\n        \"secure\": null,\n        \"auth_provider\": \"Onepipe\",\n        \"route_mode\": null\n    },\n    \"transaction\": {\n        \"mock_mode\": \"live\",\n        \"transaction_ref\": \"PWAM-b8e262a1-a11d-4d35-959c-62ed2b1c45f4\",\n        \"transaction_desc\": \"Get customer pay4me history\",\n        \"transaction_ref_parent\": null,\n        \"amount\": 0,\n        \"customer\": {\n            \"customer_ref\": \"2347023232323\",\n            \"firstname\": \"John\",\n            \"surname\": \"Doe\",\n            \"email\": \"name@exmaple.com\",\n            \"mobile_no\": \"2347023232323\"\n        },\n        \"meta\": {\n            \"limit_per_page\": \"100\",\n            \"card_id\": \"card-id\",\n            \"parameters\": \"type=text|field=customer_ref|value=23445343434|target_value=variable\"\n        },\n        \"details\": {},\n        \"options\": null\n    }\n}","options":{"raw":{"language":"json"}}},"url":"https://api.onepipe.io/v2/transact"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":""}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": \"Successful\",\n    \"message\": \"Transaction processed successfully\",\n    \"data\": {\n        \"options\": null,\n        \"app_info\": null,\n        \"provider_response_code\": \"00\",\n        \"provider\": \"Onepipe\",\n        \"errors\": null,\n        \"error\": null,\n        \"provider_response\": {\n            \"customer_ref\": \"234702323223\",\n            \"meta\": {\n                \"data\": [\n                    {\n                        \"due_date\": \"2025-12-09 15:12:33\",\n                        \"loan_id\": \"LN3530406306\",\n                        \"paid_on\": \"\",\n                        \"marketplace\": \"PAYWITHACCOUNT INSTORE\",\n                        \"cycle\": \"cycle_3_times\",\n                        \"amount_financed\": \"60\",\n                        \"biller_name\": \"Boyaz Inc\",\n                        \"biller_code\": \"000000\",\n                        \"disbursed_on\": \"2025-12-08 15:12:41\",\n                        \"status\": \"disbursed\",\n                        \"duration\": \"2\",\n                        \"distributor\": \"Boyaz Inc\",\n                        \"repayment_outstanding\": \"92\"\n                    },\n                    {\n                        \"due_date\": \"2025-12-09 09:47:21\",\n                        \"loan_id\": \"LN24712570974\",\n                        \"paid_on\": \"2025-12-09 12:17:42\",\n                        \"marketplace\": \"PAYWITHACCOUNT INSTORE\",\n                        \"cycle\": \"cycle_4_times\",\n                        \"amount_financed\": \"50\",\n                        \"biller_name\": \"Boyaz Inc\",\n                        \"biller_code\": \"000000\",\n                        \"disbursed_on\": \"2025-12-08 09:47:28\",\n                        \"status\": \"repaid\",\n                        \"duration\": \"0\",\n                        \"distributor\": \"Boyaz Inc\",\n                        \"repayment_outstanding\": \"0\"\n                    },\n                    {\n                        \"due_date\": \"2025-10-08 16:16:17\",\n                        \"loan_id\": \"LN8799250885\",\n                        \"paid_on\": \"2025-10-07 18:54:47\",\n                        \"marketplace\": \"PAYWITHACCOUNT INSTORE\",\n                        \"cycle\": \"cycle_3_times\",\n                        \"amount_financed\": \"50\",\n                        \"biller_name\": \"Test Business\",\n                        \"biller_code\": \"001280\",\n                        \"disbursed_on\": \"2025-10-07 16:16:24\",\n                        \"status\": \"repaid\",\n                        \"duration\": \"0\",\n                        \"distributor\": \"Test Business\",\n                        \"repayment_outstanding\": \"0\"\n                    },\n                    {\n                        \"due_date\": \"2025-10-08 15:25:56\",\n                        \"loan_id\": \"LN103830982204\",\n                        \"paid_on\": \"2025-10-07 16:15:47\",\n                        \"marketplace\": \"PAYWITHACCOUNT INSTORE\",\n                        \"cycle\": \"cycle_3_times\",\n                        \"amount_financed\": \"50\",\n                        \"biller_name\": \"Test Business\",\n                        \"biller_code\": \"001280\",\n                        \"disbursed_on\": \"2025-10-07 15:26:03\",\n                        \"status\": \"repaid\",\n                        \"duration\": \"0\",\n                        \"distributor\": \"Test Business\",\n                        \"repayment_outstanding\": \"0\"\n                    },\n                    {\n                        \"due_date\": \"2025-09-19 20:02:51\",\n                        \"loan_id\": \"LN42199405704\",\n                        \"paid_on\": \"2025-09-24 14:54:21\",\n                        \"marketplace\": \"PAYWITHACCOUNT INSTORE\",\n                        \"cycle\": \"cycle_3_times\",\n                        \"amount_financed\": \"50\",\n                        \"biller_name\": \"\",\n                        \"biller_code\": \"\",\n                        \"disbursed_on\": \"2025-09-19 20:02:58\",\n                        \"status\": \"repaid\",\n                        \"duration\": \"4\",\n                        \"distributor\": \"Test Business\",\n                        \"repayment_outstanding\": \"0\"\n                    }\n                ]\n            },\n            \"errors\": null,\n            \"error\": null\n        },\n        \"client_info\": null\n    }\n}"}],"_postman_id":"88d6ba2f-ab8a-444f-8a5f-e6a0699484e4"}],"id":"4dc807f1-0a65-4828-8cc6-aacb6c7e73c5","_postman_id":"4dc807f1-0a65-4828-8cc6-aacb6c7e73c5","description":""},{"name":"_grb","item":[{"name":"Lookup Account Min - GRB","id":"3dd4b62b-c3b3-470b-93e7-06b992b63925","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"request_ref\": \"256c8074-4889-47b2-ade0-0a8500220bd6\",\n    \"request_type\": \"create payment\",\n    \"auth\": {\n        \"type\": \"custom\",\n        \"secure\": null,\n        \"auth_provider\": \"PWT\"\n    },\n    \"transaction\": {\n         \"mock_mode\": \"live\",\n        \"transaction_ref\": \"PWA-INST-e918-e399-4f39-a319-4f3a7eaac1-gal-037-Y2AS\",\n        \"transaction_desc\": \"Create a payment for 2348123232323\",\n        \"transaction_ref_parent\": null,\n        \"amount\": 5000,\n        \"customer\": {\n            \"customer_ref\": \"2348123232323\",\n            \"firstname\": \"Default\",\n            \"surname\": \"User\",\n            \"email\": \"team-wakanda@onepipe.io\",\n            \"mobile_no\": \"2348123232323\"\n        },\n        \"meta\": {\n            \"cancel_pending_transaction\": \"true\"\n        },\n        \"details\": {\n            \"page_id\": \"40543\"\n        }\n    }\n}\n","options":{"raw":{"language":"json"}}},"url":"https://api.onepipe.io/v2/transact","urlObject":{"protocol":"https","path":["v2","transact"],"host":["api","onepipe","io"],"query":[],"variable":[]}},"response":[{"id":"2ab6167f-68d0-49a5-83b8-a4adf24cdbdd","name":"Lookup Account Min - GRB","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"request_ref\": \"8409f31a-3758-4ea9-9dfa-c0c9bd2c07ba\",\n    \"request_type\": \"lookup account min\",\n    \"ParsedRequestType\": \"lookup account min\",\n    \"auth\": {\n        \"type\": null,\n        \"secure\": null,\n        \"auth_provider\": \"GRB\",\n        \"route_mode\": null\n    },\n    \"transaction\": {\n        \"mock_mode\": \"live\",\n        \"transaction_ref\": \"PWAM-feca1c81-bbbd-4c91-9889-b612f74b62b6-89058128\",\n        \"transaction_desc\": \"Lookup account\",\n        \"transaction_ref_parent\": null,\n        \"amount\": 0,\n        \"customer\": {\n            \"customer_ref\": \"23470232323232\",\n            \"firstname\": \"John\",\n            \"surname\": \"Doe\",\n            \"email\": \"name@example.com\",\n            \"mobile_no\": \"070232323232\"\n        },\n        \"meta\": null,\n        \"details\": null,\n        \"options\": null\n    }\n}","options":{"raw":{"language":"json"}}},"url":"https://api.onepipe.io/v2/transact"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":""}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": \"Successful\",\n    \"message\": \"Request processed successfully\",\n    \"data\": {\n        \"provider_response_code\": \"00\",\n        \"provider\": \"GRB\",\n        \"errors\": null,\n        \"error\": null,\n        \"provider_response\": {\n            \"reference\": \"PWAM-feca1c81-bbbd-4c91-9889-b612f74b62b6-89058128\",\n            \"customer_id\": \"200000000\",\n            \"account_name\": \"Test Business\",\n            \"account_number\": \"200000000\",\n            \"bank_code\": \"070\",\n            \"bank_name\": \"Fidelity Bank Nigeria\",\n            \"last_name\": \"Doe\",\n            \"first_name\": \"John\",\n            \"middle_name\": null,\n            \"gender\": null,\n            \"account_currency\": \"NGN\",\n            \"dob\": null,\n            \"meta\": {}\n        },\n        \"client_info\": null\n    }\n}"}],"_postman_id":"3dd4b62b-c3b3-470b-93e7-06b992b63925"}],"id":"e9a071a9-119d-4f4f-9365-a83edbc433aa","_postman_id":"e9a071a9-119d-4f4f-9365-a83edbc433aa","description":""}],"id":"e0fef58e-0c32-4c31-833b-d188fdeaded2","_postman_id":"e0fef58e-0c32-4c31-833b-d188fdeaded2","description":""}],"event":[{"listen":"prerequest","script":{"id":"5fa3a85e-6fa5-4f62-965c-b83b5a4c492f","type":"text/javascript","exec":["const cheerio = require('cheerio');","//import the MD5 hashing function","eval(pm.variables.get(\"md5\"));","const sendEncryptRequest = async (text, key, operation) => {","    return new Promise((resolve, reject) => {","        const formData = {","            text: text,","            key: key,","            operation: operation","        };","","        // Send the request","        pm.sendRequest({","            url: 'https://onepipe.io/tools/encryptor/Home/Encrypt',","            method: 'POST',","            header: {","                'Content-Type': 'application/x-www-form-urlencoded'","            },","            body: {","                mode: 'urlencoded',","                urlencoded: Object.keys(formData).map(key => ({","                    key: key,","                    value: formData[key]","                }))","            }","        }, function (err, response) {","            if (err) {","                reject(err); // Reject the promise if there's an error","            } else {","                const $ = cheerio.load(response.text());","                resolve($('textarea').text()); // Resolve the promise with the response","            }","        });","    });","};","","const main = async () => {","    //Autogenerate request-ref and transaction-ref","    var min = 10000000000000;","    var max = 99999999999999;","","    var transRef = (Math.random() * (max - min) + min).round().toString();","    var reqRef = transRef + '01';","    pm.environment.set(\"request-ref\", reqRef);","    pm.environment.set(\"transaction-ref\", transRef);","    pm.environment.set(\"signature\", MD5(reqRef + ';' + pm.variables.get(\"secret-key\")));","","    if(pm.collectionVariables.get(\"_encryption_help\") === \"true\"){","    const enc_account = await sendEncryptRequest(`${pm.variables.get(\"plain_account_number\")};${pm.variables.get(\"plain_bank_code\")}`, pm.variables.get(\"secret-key\"), 'Encrypt');","            console.log('Response 1:', enc_account);","    pm.variables.set(\"encrypted_secure\",enc_account)","            const enc_bvn = await sendEncryptRequest(pm.variables.get(\"plain_bvn\"),  pm.variables.get(\"secret-key\"), 'Encrypt');","            console.log('Response 2:', enc_bvn);","             pm.variables.set(\"encrypted_bvn\",enc_bvn)","    }","}","// TTTTTTTTTTTTTTTT","","main();","","","","","",""]}},{"listen":"test","script":{"id":"af34c567-8f19-48b0-b778-f0fae5b2903d","type":"text/javascript","exec":[""]}}],"variable":[{"id":"a06ef22b-bb93-43d6-98c8-0a21d5416dc3","key":"request-ref","value":"111111111"},{"id":"da7f1700-f059-41e9-8ca6-f67431b8bf44","key":"transaction-ref","value":"998383938292"},{"id":"6bf1ac18-aa93-42df-a06f-9684175bd8c0","key":"signature","value":"3a2b58350e8068507e6b5bff106850a5"},{"id":"d0ba7d40-8fea-4985-a71e-45fe1dc0fab2","key":"md5","value":"/**\n*\n*  MD5 (Message-Digest Algorithm)\n*  http://www.webtoolkit.info/\n*\n**/\n \nvar MD5 = function (string) {\n    function RotateLeft(lValue, iShiftBits) {\n        return (lValue<<iShiftBits) | (lValue>>>(32-iShiftBits));\n    }\n    function AddUnsigned(lX,lY) {\n        var lX4,lY4,lX8,lY8,lResult;\n        lX8 = (lX & 0x80000000);\n        lY8 = (lY & 0x80000000);\n        lX4 = (lX & 0x40000000);\n        lY4 = (lY & 0x40000000);\n        lResult = (lX & 0x3FFFFFFF)+(lY & 0x3FFFFFFF);\n        if (lX4 & lY4) {\n            return (lResult ^ 0x80000000 ^ lX8 ^ lY8);\n        }\n        if (lX4 | lY4) {\n            if (lResult & 0x40000000) {\n                return (lResult ^ 0xC0000000 ^ lX8 ^ lY8);\n            } else {\n                return (lResult ^ 0x40000000 ^ lX8 ^ lY8);\n            }\n        } else {\n            return (lResult ^ lX8 ^ lY8);\n        }\n     }\n     function F(x,y,z) { return (x & y) | ((~x) & z); }\n     function G(x,y,z) { return (x & z) | (y & (~z)); }\n     function H(x,y,z) { return (x ^ y ^ z); }\n    function I(x,y,z) { return (y ^ (x | (~z))); }\n    function FF(a,b,c,d,x,s,ac) {\n        a = AddUnsigned(a, AddUnsigned(AddUnsigned(F(b, c, d), x), ac));\n        return AddUnsigned(RotateLeft(a, s), b);\n    };\n    function GG(a,b,c,d,x,s,ac) {\n        a = AddUnsigned(a, AddUnsigned(AddUnsigned(G(b, c, d), x), ac));\n        return AddUnsigned(RotateLeft(a, s), b);\n    };\n \n    function HH(a,b,c,d,x,s,ac) {\n        a = AddUnsigned(a, AddUnsigned(AddUnsigned(H(b, c, d), x), ac));\n        return AddUnsigned(RotateLeft(a, s), b);\n    };\n \n    function II(a,b,c,d,x,s,ac) {\n        a = AddUnsigned(a, AddUnsigned(AddUnsigned(I(b, c, d), x), ac));\n        return AddUnsigned(RotateLeft(a, s), b);\n    };\n \n    function ConvertToWordArray(string) {\n        var lWordCount;\n        var lMessageLength = string.length;\n        var lNumberOfWords_temp1=lMessageLength + 8;\n        var lNumberOfWords_temp2=(lNumberOfWords_temp1-(lNumberOfWords_temp1 % 64))/64;\n        var lNumberOfWords = (lNumberOfWords_temp2+1)*16;\n        var lWordArray=Array(lNumberOfWords-1);\n        var lBytePosition = 0;\n        var lByteCount = 0;\n        while ( lByteCount < lMessageLength ) {\n            lWordCount = (lByteCount-(lByteCount % 4))/4;\n            lBytePosition = (lByteCount % 4)*8;\n            lWordArray[lWordCount] = (lWordArray[lWordCount] | (string.charCodeAt(lByteCount)<<lBytePosition));\n            lByteCount++;\n        }\n        lWordCount = (lByteCount-(lByteCount % 4))/4;\n        lBytePosition = (lByteCount % 4)*8;\n        lWordArray[lWordCount] = lWordArray[lWordCount] | (0x80<<lBytePosition);\n        lWordArray[lNumberOfWords-2] = lMessageLength<<3;\n        lWordArray[lNumberOfWords-1] = lMessageLength>>>29;\n        return lWordArray;\n    };\n \n    function WordToHex(lValue) {\n        var WordToHexValue=\"\",WordToHexValue_temp=\"\",lByte,lCount;\n        for (lCount = 0;lCount<=3;lCount++) {\n            lByte = (lValue>>>(lCount*8)) & 255;\n            WordToHexValue_temp = \"0\" + lByte.toString(16);\n            WordToHexValue = WordToHexValue + WordToHexValue_temp.substr(WordToHexValue_temp.length-2,2);\n        }\n        return WordToHexValue;\n    };\n \n    function Utf8Encode(string) {\n        string = string.replace(/\\r\\n/g,\"\\n\");\n        var utftext = \"\";\n \n        for (var n = 0; n < string.length; n++) {\n \n            var c = string.charCodeAt(n);\n \n            if (c < 128) {\n                utftext += String.fromCharCode(c);\n            }\n            else if((c > 127) && (c < 2048)) {\n                utftext += String.fromCharCode((c >> 6) | 192);\n                utftext += String.fromCharCode((c & 63) | 128);\n            }\n            else {\n                utftext += String.fromCharCode((c >> 12) | 224);\n                utftext += String.fromCharCode(((c >> 6) & 63) | 128);\n                utftext += String.fromCharCode((c & 63) | 128);\n            }\n \n        }\n \n        return utftext;\n    };\n \n    var x=Array();\n    var k,AA,BB,CC,DD,a,b,c,d;\n    var S11=7, S12=12, S13=17, S14=22;\n    var S21=5, S22=9 , S23=14, S24=20;\n    var S31=4, S32=11, S33=16, S34=23;\n    var S41=6, S42=10, S43=15, S44=21;\n \n    string = Utf8Encode(string);\n \n    x = ConvertToWordArray(string);\n \n    a = 0x67452301; b = 0xEFCDAB89; c = 0x98BADCFE; d = 0x10325476;\n \n    for (k=0;k<x.length;k+=16) {\n        AA=a; BB=b; CC=c; DD=d;\n        a=FF(a,b,c,d,x[k+0], S11,0xD76AA478);\n        d=FF(d,a,b,c,x[k+1], S12,0xE8C7B756);\n        c=FF(c,d,a,b,x[k+2], S13,0x242070DB);\n        b=FF(b,c,d,a,x[k+3], S14,0xC1BDCEEE);\n        a=FF(a,b,c,d,x[k+4], S11,0xF57C0FAF);\n        d=FF(d,a,b,c,x[k+5], S12,0x4787C62A);\n        c=FF(c,d,a,b,x[k+6], S13,0xA8304613);\n        b=FF(b,c,d,a,x[k+7], S14,0xFD469501);\n        a=FF(a,b,c,d,x[k+8], S11,0x698098D8);\n        d=FF(d,a,b,c,x[k+9], S12,0x8B44F7AF);\n        c=FF(c,d,a,b,x[k+10],S13,0xFFFF5BB1);\n        b=FF(b,c,d,a,x[k+11],S14,0x895CD7BE);\n        a=FF(a,b,c,d,x[k+12],S11,0x6B901122);\n        d=FF(d,a,b,c,x[k+13],S12,0xFD987193);\n        c=FF(c,d,a,b,x[k+14],S13,0xA679438E);\n        b=FF(b,c,d,a,x[k+15],S14,0x49B40821);\n        a=GG(a,b,c,d,x[k+1], S21,0xF61E2562);\n        d=GG(d,a,b,c,x[k+6], S22,0xC040B340);\n        c=GG(c,d,a,b,x[k+11],S23,0x265E5A51);\n        b=GG(b,c,d,a,x[k+0], S24,0xE9B6C7AA);\n        a=GG(a,b,c,d,x[k+5], S21,0xD62F105D);\n        d=GG(d,a,b,c,x[k+10],S22,0x2441453);\n        c=GG(c,d,a,b,x[k+15],S23,0xD8A1E681);\n        b=GG(b,c,d,a,x[k+4], S24,0xE7D3FBC8);\n        a=GG(a,b,c,d,x[k+9], S21,0x21E1CDE6);\n        d=GG(d,a,b,c,x[k+14],S22,0xC33707D6);\n        c=GG(c,d,a,b,x[k+3], S23,0xF4D50D87);\n        b=GG(b,c,d,a,x[k+8], S24,0x455A14ED);\n        a=GG(a,b,c,d,x[k+13],S21,0xA9E3E905);\n        d=GG(d,a,b,c,x[k+2], S22,0xFCEFA3F8);\n        c=GG(c,d,a,b,x[k+7], S23,0x676F02D9);\n        b=GG(b,c,d,a,x[k+12],S24,0x8D2A4C8A);\n        a=HH(a,b,c,d,x[k+5], S31,0xFFFA3942);\n        d=HH(d,a,b,c,x[k+8], S32,0x8771F681);\n        c=HH(c,d,a,b,x[k+11],S33,0x6D9D6122);\n        b=HH(b,c,d,a,x[k+14],S34,0xFDE5380C);\n        a=HH(a,b,c,d,x[k+1], S31,0xA4BEEA44);\n        d=HH(d,a,b,c,x[k+4], S32,0x4BDECFA9);\n        c=HH(c,d,a,b,x[k+7], S33,0xF6BB4B60);\n        b=HH(b,c,d,a,x[k+10],S34,0xBEBFBC70);\n        a=HH(a,b,c,d,x[k+13],S31,0x289B7EC6);\n        d=HH(d,a,b,c,x[k+0], S32,0xEAA127FA);\n        c=HH(c,d,a,b,x[k+3], S33,0xD4EF3085);\n        b=HH(b,c,d,a,x[k+6], S34,0x4881D05);\n        a=HH(a,b,c,d,x[k+9], S31,0xD9D4D039);\n        d=HH(d,a,b,c,x[k+12],S32,0xE6DB99E5);\n        c=HH(c,d,a,b,x[k+15],S33,0x1FA27CF8);\n        b=HH(b,c,d,a,x[k+2], S34,0xC4AC5665);\n        a=II(a,b,c,d,x[k+0], S41,0xF4292244);\n        d=II(d,a,b,c,x[k+7], S42,0x432AFF97);\n        c=II(c,d,a,b,x[k+14],S43,0xAB9423A7);\n        b=II(b,c,d,a,x[k+5], S44,0xFC93A039);\n        a=II(a,b,c,d,x[k+12],S41,0x655B59C3);\n        d=II(d,a,b,c,x[k+3], S42,0x8F0CCC92);\n        c=II(c,d,a,b,x[k+10],S43,0xFFEFF47D);\n        b=II(b,c,d,a,x[k+1], S44,0x85845DD1);\n        a=II(a,b,c,d,x[k+8], S41,0x6FA87E4F);\n        d=II(d,a,b,c,x[k+15],S42,0xFE2CE6E0);\n        c=II(c,d,a,b,x[k+6], S43,0xA3014314);\n        b=II(b,c,d,a,x[k+13],S44,0x4E0811A1);\n        a=II(a,b,c,d,x[k+4], S41,0xF7537E82);\n        d=II(d,a,b,c,x[k+11],S42,0xBD3AF235);\n        c=II(c,d,a,b,x[k+2], S43,0x2AD7D2BB);\n        b=II(b,c,d,a,x[k+9], S44,0xEB86D391);\n        a=AddUnsigned(a,AA);\n        b=AddUnsigned(b,BB);\n        c=AddUnsigned(c,CC);\n        d=AddUnsigned(d,DD);\n    }\n \n    var temp = WordToHex(a)+WordToHex(b)+WordToHex(c)+WordToHex(d);\n \n    return temp.toLowerCase();\n}"},{"id":"b0e6632c-b458-4ba1-b189-1e11e9edf0e2","key":"secret-key","value":"CirbaXuGNOBgclGh"},{"id":"fb171f9f-e47c-4c99-93f1-3c9d3ca9ed34","key":"api-key","value":"hSk84fnb2GeOVZ4JbUcu_ca608e4d33b2408e90b3a97157b581d7"},{"id":"3a6eed7b-6159-444e-b172-dd5fed80b67e","key":"url","value":"https://api.onepipe.io"},{"id":"31fdf9e0-3b9a-4643-82c9-6242f03b1efd","key":"encrypted_secure","value":"z5wGtqxYQLBE9P414VxW/M06JT38iBf+2seyxg08CsZRB2eq/BVWsoRbK8mjuK87dNvZYML8cHviklA6K8T4xw=="},{"id":"09ff9d95-dcda-430b-89c8-8e9b7a8dc622","key":"encrypted_bvn","value":"r9GRjFbVBuAjIVQgWSPFXEgpMfh12NB0"},{"id":"fdae8e0d-614d-42f6-8b3d-4fb99dbaf221","key":"encrypted_secure_polaris","value":"DIaIG9Y89hBCP49l7oJ1ECJVir/nqkA7SVtHw9sp9Ys="},{"id":"649cd49a-9aa3-4ae9-9f8b-812b01b1aa58","key":"plain_account_number","value":"0000000000"},{"id":"05df6439-656b-43cc-8a59-401302048ae7","key":"plain_bank_code","value":"070"},{"id":"c86f9695-a8fc-45e0-9ff1-27b4c70781d8","key":"plain_bvn","value":"22222222222"},{"id":"57edc4b3-9fe6-4d65-8d73-3f5a8e945da2","key":"_encryption_help","value":"true"},{"id":"3c56dbc9-894e-40d0-863f-c39c97e94cca","key":"customer_ref","value":"2348022222222"},{"id":"5b0d6c94-034a-4a6c-b682-8611e8a4fb3d","key":"customer_firstname","value":"Koko"},{"id":"b587de7d-b44b-4ac4-be85-6f0105dc0298","key":"customer_surname","value":"Below"},{"id":"be5e5ac4-9192-4351-9bdd-e37783fa5630","key":"customer_email","value":"kokobelow@gmail.com"},{"id":"5bc68ed0-f1b5-4199-82dc-65209868b566","key":"customer_mobile_no","value":"2348022222222"},{"id":"1e97e594-303e-4756-8e7f-4936f307bdff","key":"biller_code","value":"000019"},{"id":"13c4c888-e194-4b81-af98-d17452ec07a2","key":"mock_endpoint","value":"https://onepipe.proxy.beeceptor.com/onepipe_api"},{"id":"7ea2c576-0a8b-4118-9f37-7301ee15dbf7","key":"customer_ref_temp","value":""},{"id":"d20bf824-1519-47cc-9474-abda8c9febe5","key":"customer_mobile_no_temp","value":""},{"id":"c7efc125-6d30-41bf-a1cf-faf01298db48","key":"customer_firstname_temp","value":""},{"id":"9092fb27-b899-4e3c-8c9c-e1ef5d52adb7","key":"customer_surname_temp","value":""},{"id":"e0f66bf5-a30e-49be-a599-a5674535229d","key":"customer_email_temp","value":""}]}