{"info":{"_postman_id":"9a2d86b7-a837-4de9-8302-3f37b628d40e","name":"Adjutor API Service","description":"<html><head></head><body><p>Adjutor is an API-as-a-Service platform by Lendsqr, designed for lenders and fintechs looking to power their technology stack and enable critical lending capabilities.</p>\n<p>The Adjutor API is structured around REST, featuring predictable, resource-oriented URLs. Our APIs accept JSON-encoded request bodies, return standard HTTP response codes with JSON-formatted responses, and use API key-based authentication for secure access.</p>\n<p>With Adjutor, you can verify borrowers, score credit, automate collections, and manage both customers and loans through a unified API interface.</p>\n<p>A test mode is also available, allowing you to simulate requests without impacting live systems or production data.</p>\n<h2 id=\"getting-started\">Getting Started</h2>\n<p>Access to our APIs is easy.</p>\n<ol>\n<li><p>Sign up on the <a href=\"http://app.adjutor.io\">Adjutor Web App</a>.</p>\n</li>\n<li><p>Navigate to the App section.</p>\n</li>\n<li><p>Select the services you want to access.</p>\n</li>\n<li><p>Create your API Key.</p>\n</li>\n</ol>\n<h2 id=\"terms-of-use\">Terms of Use</h2>\n<p>To use Lendsqr Adjutor APIs, you must agree to our <a href=\"https://adjutor.io/legal/terms-of-use\">terms of use</a>. These terms outline the conditions under which you may access and use our API. Please review these terms carefully before using our API. If you have any questions or concerns about these terms, please contact us at <a href=\"https://mailto:support@lendsqr.com\">support@lendsqr.com</a>.</p>\n<p><a href=\"https://adjutor.io/legal/terms-of-use\">You read about our terms here</a>.</p>\n<h2 id=\"getting-support\">Getting Support</h2>\n<p>If you require assistance at any time when using this documentation or the services, please email <a href=\"https://mailto:support@lendsqr.com\">support@lendsqr.com</a> and someone would be in touch with you as soon as possible. If you are currently using Lendsqr to lend, you can also contact your account manager at <a href=\"https://mailto:growth@lendsqr.com\">growth@lendsqr.com</a>.</p>\n<hr>\n<h1 id=\"authentication\">Authentication</h1>\n<p>Authentication to the Adjutor API service is performed using an API key. Every endpoint requires authentication, so each request must include the following HTTP header:</p>\n<p><code>Authorization: Bearer</code></p>\n<p><code>base_url: https://adjutor.lendsqr.com/v2/</code></p>\n<p>The resources an API key can access are determined by the API scope selected during the key’s creation. You can manage your API keys and their scopes, as well as toggle between live mode and test mode, directly within the <a href=\"http://app.adjutor.io\">Adjutor web app</a>. This allows you to control which resources and environments your API key accesses.</p>\n<hr>\n<h1 id=\"data-types\">Data Types</h1>\n<p>All of the API responses returned are in JSON format, with these data types defined below:</p>\n<p><code>string</code><br>A UTF-8 encoded string</p>\n<p><code>number</code><br>An integer</p>\n<p><code>datetime</code><br>An ISO8601 encoded DateTime. All datetimes are returned in UTC with offset +00:00</p>\n<p><code>decimal</code><br>Monetary values are returned with up to two decimal places and may be positive or negative (e.g., 20.78, -32.50)</p>\n<hr>\n<h1 id=\"response\">Response</h1>\n<p><strong>status</strong> ˢᵗʳⁱⁿᵍ<br><em>Indicates the result of the API call. Common values are \"success\" or \"error\"</em></p>\n<p><strong>message</strong> ˢᵗʳⁱⁿᵍ<br><em>A descriptive message about the response.</em></p>\n<p><strong>data</strong> ᵃʳʳᵃʸ<br>An array containing various resource objects relevant to the request.</p>\n<p><strong>meta</strong> ᵒᵇʲᵉᶜᵗ<br>Includes additional context or details, such as pagination info, cost of API call and remaining balance.</p>\n<hr>\n<h1 id=\"errors\">Errors</h1>\n<p>Errors in Adjutor are communicated using standard HTTP status codes along with a JSON response body that provides additional details where available. You can generally rely on the HTTP status code alone to understand the outcome of a request.</p>\n<p>Like many modern APIs, Adjutor follows conventional HTTP response code practices: codes in the 2xx range indicate success, codes in the 4xx range represent client errors such as missing parameters or invalid requests, and codes in the 5xx range indicate rare server-side errors.</p>\n<h2 id=\"error-response-fields\">Error Response Fields</h2>\n<p><strong>error_code</strong> ⁱⁿᵗᵉᵍᵉʳ<br>A specific numeric code identifying the error type.</p>\n<p><strong>message</strong> ˢᵗʳⁱⁿᵍ<br>A human-readable message as to the specifics of the problem.</p>\n<h2 id=\"http-status-code-summary\"><strong>HTTP Status Code Summary</strong></h2>\n<ul>\n<li><p><code>200</code> <strong>OK</strong> — <em>The request was successful, and everything worked as expected.</em></p>\n</li>\n<li><p><code>400</code> <strong>Bad Request</strong> — <em>The request was invalid or missing a required parameter.</em></p>\n</li>\n<li><p><code>401</code> <strong>Unauthorized</strong> — <em>No valid API key provided or authentication failed.</em></p>\n</li>\n<li><p><code>403</code> <strong>Forbidden</strong> — <em>Your API key does not have permission to perform the requested action.</em></p>\n</li>\n<li><p><code>404</code> <strong>Not Found</strong> — <em>The requested resource does not exist.</em></p>\n</li>\n<li><p><code>409</code> <strong>Conflict</strong> — <em>The request conflicts with another request, e.g, creating a user that already exists.</em></p>\n</li>\n<li><p><code>500</code>, <code>502</code>, <code>503</code>, <code>504</code> <strong>Server Errors</strong> — <em>Something went wrong on Adjutor's end.</em></p>\n</li>\n</ul>\n<h1 id=\"beta-or-experimental-apis\">Beta or Experimental APIs</h1>\n<p>We experiment a lot at Lendsqr and some of our APIs are still under development. However, to aid, these APIs are marked with <em>[BETA]</em> to denote their status. Please, do not use any of our beta APIs for production grade work as they may fail or have unexpected behaviors.</p>\n<hr>\n</body></html>","schema":"https://schema.getpostman.com/json/collection/v2.0.0/collection.json","toc":[{"content":"Authentication","slug":"authentication"},{"content":"Data Types","slug":"data-types"},{"content":"Response","slug":"response"},{"content":"Errors","slug":"errors"},{"content":"Beta or Experimental APIs","slug":"beta-or-experimental-apis"}],"owner":"6202852","collectionId":"9a2d86b7-a837-4de9-8302-3f37b628d40e","publishedId":"2s93JrvPxp","public":true,"customColor":{"top-bar":"FFFFFF","right-sidebar":"303030","highlight":"FF6C37"},"publishDate":"2025-04-13T13:53:44.000Z"},"item":[{"name":"Customers","item":[{"name":"Create new Customer","id":"f672c087-d361-4021-a0c3-98d0d2c91c37","protocolProfileBehavior":{"disableBodyPruning":true,"disabledSystemHeaders":{}},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n  \"phone_number\": \"07123456789\",\r\n  \"bvn\": \"22222222222\",\r\n  \"bvn_phone_number\": \"07123456789\",\r\n  \"dob\": \"1999-11-11\",\r\n  \"email\": \"example@gmail.com\",\r\n  \"account_number\": \"0222222222\",\r\n  \"bank_code\": \"058\",  \r\n  \"state\": \"Lagos\",\r\n  \"lga\": \"Agege\",\r\n  \"city\": \"Test City\",\r\n  \"address\": \"123 Test St\",\r\n  \"photo_url\": \"http://example.com/photo.jpg\",\r\n  \"documents\": [\r\n    {\r\n      \"url\": \"http://example.com/document1.pdf\",\r\n      \"type_id\": 1,\r\n      \"sub_type_id\": 2\r\n    },\r\n    {\r\n      \"url\": \"http://example.com/document2.pdf\",\r\n      \"type_id\": 3,\r\n      \"sub_type_id\": 4\r\n    }\r\n  ]\r\n}","options":{"raw":{"language":"json"}}},"url":"https://adjutor.lendsqr.com/v2/customers","description":"<p>Create a new customer with the provided details, including phone number, BVN, email, address, and associated documents.</p>\n<h4 id=\"request-payload\">Request Payload</h4>\n<p><strong>phone_number</strong> * ˢᵗʳⁱⁿᵍ<br />Customer's phone number in the format <code>2348012345678</code></p>\n<p><strong>bvn</strong> * ˢᵗʳⁱⁿᵍ<br />This is the Bank Verification Number (BVN) of the customer.</p>\n<p><strong>bvn_phone_number</strong> * ˢᵗʳⁱⁿᵍ<br />This is the phone number attached to their BVN.</p>\n<p><strong>dob</strong> * ˢᵗʳⁱⁿᵍ<br />Date of birth in <code>YYYY-MM-DD</code> format. Must match BVN record.</p>\n<p><strong>email</strong> * ˢᵗʳⁱⁿᵍ<br />Email address of the customer</p>\n<p><strong>account_number</strong> * ˢᵗʳⁱⁿᵍ<br />Account number of the customer</p>\n<p><strong>bank_code</strong> * ˢᵗʳⁱⁿᵍ<br />Bank code for the account to identify the customer’s bank. Run <a href=\"https://api.adjutor.io/#19ca6234-5179-4256-9c22-1103a06e172b\"><b>Get List of Banks</b></a> to see supported codes</p>\n<p><strong>state_id</strong> ˢᵗʳⁱⁿᵍ<br />ID of the state the customer resides. Run Get List of States to get list of states and their ID's</p>\n<p><strong>lga_id</strong> ˢᵗʳⁱⁿᵍ<br />ID of the local government area the customer resides. Run Get List of LGAs to get the list of lga's for specific states.</p>\n<p><strong>city</strong> * ˢᵗʳⁱⁿᵍ<br />Name of the city the customer resides</p>\n<p><strong>address</strong> * ˢᵗʳⁱⁿᵍ<br />Address of the customer.</p>\n<p><strong>photo_url</strong> * ˢᵗʳⁱⁿᵍ<br />URL to the customer's photo.</p>\n<p><strong>documents</strong> * ᵃʳʳᵃʸ<br />An array of customer documents, each with a <code>url</code>, <code>type_id</code>, and <code>sub_type_id</code>. The document types supported are under the <strong>Documents definition.</strong></p>\n<h5 id=\"documents-definition\">Documents definition</h5>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>type_id</th>\n<th>sub_type_id</th>\n<th>Name</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>1</td>\n<td></td>\n<td>Identification Documents</td>\n<td>Identification Documents</td>\n</tr>\n<tr>\n<td>2</td>\n<td></td>\n<td>Proof of Address</td>\n<td>Proof of Address</td>\n</tr>\n<tr>\n<td>3</td>\n<td></td>\n<td>Proof of Employment</td>\n<td>Proof of Employment</td>\n</tr>\n<tr>\n<td>4</td>\n<td></td>\n<td>Financial Documents</td>\n<td>Financial Documents</td>\n</tr>\n<tr>\n<td>6</td>\n<td>1</td>\n<td>International Passport</td>\n<td>International Passport</td>\n</tr>\n<tr>\n<td>7</td>\n<td>1</td>\n<td>Driver’s License</td>\n<td>Driver’s License</td>\n</tr>\n<tr>\n<td>8</td>\n<td>1</td>\n<td>Voter’s Card</td>\n<td>Voter’s Card</td>\n</tr>\n<tr>\n<td>9</td>\n<td>1</td>\n<td>National Identity Card</td>\n<td>National Identity Card</td>\n</tr>\n<tr>\n<td>10</td>\n<td>2</td>\n<td>Electricity Bill</td>\n<td>Electricity Bill</td>\n</tr>\n<tr>\n<td>11</td>\n<td>2</td>\n<td>Waste Disposal Bill</td>\n<td>Waste Disposal Bill</td>\n</tr>\n<tr>\n<td>12</td>\n<td>2</td>\n<td>Rent Receipt</td>\n<td>Rent Receipt</td>\n</tr>\n<tr>\n<td>13</td>\n<td>3</td>\n<td>Company ID card</td>\n<td>Company ID card</td>\n</tr>\n<tr>\n<td>14</td>\n<td>3</td>\n<td>Letter of Employment</td>\n<td>Letter of Employment</td>\n</tr>\n<tr>\n<td>15</td>\n<td>3</td>\n<td>Payslip</td>\n<td>Payslip</td>\n</tr>\n<tr>\n<td>16</td>\n<td>4</td>\n<td>Bank Statement</td>\n<td>Bank Statement</td>\n</tr>\n<tr>\n<td>17</td>\n<td></td>\n<td>CAC 1</td>\n<td>CAC 1</td>\n</tr>\n<tr>\n<td>18</td>\n<td></td>\n<td>CAC 2</td>\n<td>CAC 2</td>\n</tr>\n<tr>\n<td>19</td>\n<td></td>\n<td>CAC 7</td>\n<td>CAC 7</td>\n</tr>\n<tr>\n<td>20</td>\n<td></td>\n<td>Certificate of Incorporation</td>\n<td>Certificate of Incorporation</td>\n</tr>\n</tbody>\n</table>\n</div><h4 id=\"response-payload\">Response Payload</h4>\n<p>The endpoint returns the details of the newly created customer with the following properties:</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Properties</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><strong>id</strong> ⁱⁿᵗᵉᵍᵉʳ  <br />Unique identifier for the user</td>\n</tr>\n<tr>\n<td><strong>org_id</strong> ⁱⁿᵗᵉᵍᵉʳ  <br />Identifier for the organization the user belongs to</td>\n</tr>\n<tr>\n<td><strong>manager_id</strong> ⁱⁿᵗᵉᵍᵉʳ  <br />Identifier for the user's manager, if applicable</td>\n</tr>\n<tr>\n<td><strong>office_id</strong> ⁿᵘˡˡᵃᵇˡᵉ ⁱⁿᵗᵉᵍᵉʳ  <br />Identifier for the user's office, if applicable</td>\n</tr>\n<tr>\n<td><strong>first_name</strong> ˢᵗʳⁱⁿᵍ  <br />User's first name</td>\n</tr>\n<tr>\n<td><strong>last_name</strong> ˢᵗʳⁱⁿᵍ  <br />User's last name</td>\n</tr>\n<tr>\n<td><strong>phone_number</strong> ˢᵗʳⁱⁿᵍ  <br />User's phone number in international format</td>\n</tr>\n<tr>\n<td><strong>country</strong> ˢᵗʳⁱⁿᵍ  <br />Country code (ISO 3-letter format)</td>\n</tr>\n<tr>\n<td><strong>language</strong> ˢᵗʳⁱⁿᵍ  <br />Preferred language of the user</td>\n</tr>\n<tr>\n<td><strong>locale</strong> ˢᵗʳⁱⁿᵍ  <br />Locale setting (e.g., en-US)</td>\n</tr>\n<tr>\n<td><strong>timezone</strong> ˢᵗʳⁱⁿᵍ  <br />User's timezone (e.g., Africa/Lagos)</td>\n</tr>\n<tr>\n<td><strong>email</strong> ˢᵗʳⁱⁿᵍ  <br />User's email address</td>\n</tr>\n<tr>\n<td><strong>email_verified</strong> ˢᵗʳⁱⁿᵍ  <br />Indicates whether the email is verified (1 = Yes, 0 = No)</td>\n</tr>\n<tr>\n<td><strong>bvn</strong> ˢᵗʳⁱⁿᵍ  <br />User's Bank Verification Number (BVN) with masking for security</td>\n</tr>\n<tr>\n<td><strong>id_document_id</strong> ⁿᵘˡˡᵃᵇˡᵉ ⁱⁿᵗᵉᵍᵉʳ  <br />Identifier for the user's ID document</td>\n</tr>\n<tr>\n<td><strong>bvn_phone_number</strong> ˢᵗʳⁱⁿᵍ  <br />Phone number linked to the BVN</td>\n</tr>\n<tr>\n<td><strong>bvn_validation_count</strong> ⁱⁿᵗᵉᵍᵉʳ  <br />Number of BVN validation attempts</td>\n</tr>\n<tr>\n<td><strong>dob</strong> ˢᵗʳⁱⁿᵍ  <br />User's date of birth in ISO 8601 format (YYYY-MM-DDTHH:mm:ss.sssZ)</td>\n</tr>\n<tr>\n<td><strong>charged_for_id_verification</strong> ᵇᵒᵒˡᵉᵃⁿ  <br />Indicates if the lender was charged for ID verification (1 = Yes, 0 = No)</td>\n</tr>\n<tr>\n<td><strong>photo_url</strong> ˢᵗʳⁱⁿᵍ  <br />URL to the user's profile picture</td>\n</tr>\n<tr>\n<td><strong>address</strong> ˢᵗʳⁱⁿᵍ  <br />User's residential address</td>\n</tr>\n<tr>\n<td><strong>apartment_type</strong> ˢᵗʳⁱⁿᵍ  <br />Type of apartment, if specified</td>\n</tr>\n<tr>\n<td><strong>nearest_landmark</strong> ⁿᵘˡˡᵃᵇˡᵉ ˢᵗʳⁱⁿᵍ  <br />Nearest landmark to the user's residence</td>\n</tr>\n<tr>\n<td><strong>city</strong> ⁿᵘˡˡᵃᵇˡᵉ ˢᵗʳⁱⁿᵍ  <br />User's city of residence</td>\n</tr>\n<tr>\n<td><strong>state</strong> ˢᵗʳⁱⁿᵍ  <br />User's state of residence</td>\n</tr>\n<tr>\n<td><strong>lga</strong> ⁿᵘˡˡᵃᵇˡᵉ ˢᵗʳⁱⁿᵍ  <br />Local Government Area (LGA) of the user</td>\n</tr>\n<tr>\n<td><strong>gender</strong> ˢᵗʳⁱⁿᵍ  <br />User's gender</td>\n</tr>\n<tr>\n<td><strong>marital_status</strong> ⁿᵘˡˡᵃᵇˡᵉ ⁱⁿᵗᵉᵍᵉʳ  <br />Marital status of the user</td>\n</tr>\n<tr>\n<td><strong>rating</strong> ⁿᵘˡˡᵃᵇˡᵉ ⁱⁿᵗᵉᵍᵉʳ  <br />Internal rating assigned to the user</td>\n</tr>\n<tr>\n<td><strong>credit_score</strong> ⁿᵘˡˡᵃᵇˡᵉ ⁱⁿᵗᵉᵍᵉʳ  <br />Credit score of the user, if available.</td>\n</tr>\n<tr>\n<td><strong>risk_rating</strong> ⁿᵘˡˡᵃᵇˡᵉ ⁱⁿᵗᵉᵍᵉʳ  <br />Risk rating of the user</td>\n</tr>\n<tr>\n<td><strong>selfie_bvn_check</strong> ˢᵗʳⁱⁿᵍ  <br />Status of the user's selfie-BVN check</td>\n</tr>\n<tr>\n<td><strong>selfie_id_check</strong> ⁿᵘˡˡᵃᵇˡᵉ ˢᵗʳⁱⁿᵍ  <br />Status of the user's selfie-ID check</td>\n</tr>\n<tr>\n<td><strong>referred_by</strong> ⁿᵘˡˡᵃᵇˡᵉ ˢᵗʳⁱⁿᵍ  <br />Referral source, if applicable</td>\n</tr>\n<tr>\n<td><strong>referral_code</strong> ˢᵗʳⁱⁿᵍ  <br />User's unique referral code</td>\n</tr>\n<tr>\n<td><strong>activated</strong> ᵇᵒᵒˡᵉᵃⁿ  <br />Indicates if the user is activated (1 = Yes, 0 = No)</td>\n</tr>\n<tr>\n<td><strong>activated_on</strong> ˢᵗʳⁱⁿᵍ  <br />Date and time of activation in ISO 8601 format</td>\n</tr>\n<tr>\n<td><strong>last_login_date</strong> ˢᵗʳⁱⁿᵍ  <br />Last login timestamp in ISO 8601 format</td>\n</tr>\n<tr>\n<td><strong>blacklisted</strong> ᵇᵒᵒˡᵉᵃⁿ  <br />Indicates if the user is blacklisted (1 = Yes, 0 = No)</td>\n</tr>\n<tr>\n<td><strong>reason</strong> ⁿᵘˡˡᵃᵇˡᵉ ˢᵗʳⁱⁿᵍ  <br />Reason for blacklisting, if applicable</td>\n</tr>\n<tr>\n<td><strong>created_on</strong> ˢᵗʳⁱⁿᵍ  <br />Timestamp of user creation in ISO 8601 format</td>\n</tr>\n</tbody>\n</table>\n</div>","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<your-api-token>"}]},"isInherited":true,"source":{"_postman_id":"9a2d86b7-a837-4de9-8302-3f37b628d40e","id":"9a2d86b7-a837-4de9-8302-3f37b628d40e","name":"Adjutor API Service","type":"collection"}},"urlObject":{"host":["https://adjutor.lendsqr.com/v2/customers"],"query":[],"variable":[]}},"response":[{"id":"777de156-b93c-4da7-a586-5995965cb165","name":"Create new Customer","originalRequest":{"method":"POST","header":[{"key":"Cache-Control","value":"no-cache","type":"text"},{"key":"Postman-Token","value":"<calculated when request is sent>","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"},{"key":"Content-Length","value":"<calculated when request is sent>","type":"text"},{"key":"Host","value":"<calculated when request is sent>","type":"text"},{"key":"User-Agent","value":"PostmanRuntime/7.39.1","type":"text"},{"key":"Accept","value":"*/*","type":"text"},{"key":"Accept-Encoding","value":"gzip, deflate, br","type":"text"},{"key":"Connection","value":"keep-alive","type":"text"},{"key":"x-access-token","value":"eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NTMyLCJpc19hZG1pbiI6dHJ1ZSwiaXAiOiIxMDUuMTEzLjEwOC4xNzAiLCJyb2xlIjp7Im5hbWUiOiJTdXBlciBBZG1pbiIsInNsdWciOiJzdXBlcl9hZG1pbiJ9LCJjdXJyZW50X29yZ2FuaXphdGlvbiI6eyJpZCI6MjA3LCJzbHVnIjoicWFsb2FucyIsInR5cGVfaWQiOjIsInR5cGUiOiJsZW5kZXIiLCJuYW1lIjoiUUFsb2FucyIsInByaW1hcnlfZW1haWwiOiJzYW11ZWxAbGVuZHNxci5jb20iLCJzdXBwb3J0X2VtYWlsIjoic2FtdWVsQGxlbmRzcXIuY29tIiwibG9nb191cmwiOiJodHRwczovL2FwcC5sZW5kc3FyLmNvbS9hc3NldHMvbG9nby5zdmciLCJ0aWVyIjowLCJzdGF0dXMiOm51bGwsImNvdW50cnkiOiJOR0EiLCJjdXJyZW5jeSI6Ik5HTiJ9LCJyZWdpb24iOiJMYWdvcyIsInNlc3Npb25faWQiOiIyMDI0MDcyMjE1MzcxOS0wMDIwNy1BRDUzMi1MU1EtVngwbTdFR3FMRiIsImlhdCI6MTcyMTY2MjYzOSwiZXhwIjoxNzIxNjY2MjM5LCJpc3MiOiJsZW5kc3FyLmNvbSJ9.uS5piy01tjwf8AzvKfaQ3vXW621-NDsd_-ZblXZPxVg","type":"text","disabled":true}],"body":{"mode":"raw","raw":"{\r\n    \"phone_number\": \"07123456789\",\r\n    \"bvn\": \"22222222222\",\r\n    \"bvn_phone_number\": \"07123456789\",\r\n    \"dob\": \"1999-11-11\",\r\n    \"email\": \"example@gmail.com\",\r\n    \"account_number\": \"0222222222\",\r\n    \"bank_code\": \"058\",\r\n    \"state\": \"Lagos\",\r\n    \"lga\": \"Agege\",\r\n    \"city\": \"Test City\",\r\n    \"address\": \"123 Test St\",\r\n    \"photo_url\": \"http://example.com/photo.jpg\",\r\n    \"documents\": [\r\n        {\r\n            \"url\": \"http://example.com/document1.pdf\",\r\n            \"type_id\": 1,\r\n            \"sub_type_id\": 2\r\n        },\r\n        {\r\n            \"url\": \"http://example.com/document2.pdf\",\r\n            \"type_id\": 3,\r\n            \"sub_type_id\": 4\r\n        }\r\n    ]\r\n}","options":{"raw":{"language":"json"}}},"url":"https://adjutor.lendsqr.com/v2/customers"},"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": \"success\",\n    \"message\": \"Successful\",\n    \"data\": {\n        \"users\": [\n            {\n                \"id\": 8999,\n                \"org_id\": 340015,\n                \"manager_id\": null,\n                \"office_id\": null,\n                \"first_name\": \"First\",\n                \"last_name\": \"User\",\n                \"phone_number\": \"23480123456789\",\n                \"country\": \"NGA\",\n                \"language\": \"en\",\n                \"locale\": \"en-US\",\n                \"timezone\": \"Africa/Lagos\",\n                \"email\": \"exampleuser@gmail.com\",\n                \"email_verified\": 0,\n                \"bvn\": \"22*******98\",\n                \"id_document_id\": null,\n                \"bvn_phone_number\": \"08169654518\",\n                \"bvn_validation_count\": 0,\n                \"dob\": \"1995-07-15T00:00:00.000Z\",\n                \"charged_for_id_verification\": 1,\n                \"photo_url\": \"https://documents.example.png\",\n                \"address\": null,\n                \"apartment_type\": null,\n                \"nearest_landmark\": null,\n                \"city\": null,\n                \"state\": \"Kaduna State\",\n                \"lga\": null,\n                \"gender\": \"Male\",\n                \"marital_status\": null,\n                \"rating\": null,\n                \"credit_score\": null,\n                \"risk_rating\": null,\n                \"selfie_bvn_check\": \"Successful\",\n                \"selfie_id_check\": null,\n                \"referred_by\": null,\n                \"referral_code\": \"EP4N9A\",\n                \"activated\": 1,\n                \"activated_on\": null,\n                \"last_login_date\": \"2024-08-10T23:07:48.000Z\",\n                \"blacklisted\": 0,\n                \"reason\": null,\n                \"created_on\": \"2024-08-10T23:07:48.000Z\"\n            }\n        ]\n    },\n    \"meta\": {\n        \"cost\": 100,\n        \"balance\": 1555\n    }\n}"}],"_postman_id":"f672c087-d361-4021-a0c3-98d0d2c91c37"},{"name":"Activate Customer","id":"34def293-a14b-4b7f-a03d-f34bea88872a","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[],"url":"https://adjutor.lendsqr.com/v2/customers/:id/activate","description":"<p>Activate a customer with their unique ID after creation to enable access to loan functionalities and other associated actions.</p>\n<blockquote>\n<p>This should be called immediately after the customer is created.</p>\n</blockquote>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<your-api-token>"}]},"isInherited":true,"source":{"_postman_id":"9a2d86b7-a837-4de9-8302-3f37b628d40e","id":"9a2d86b7-a837-4de9-8302-3f37b628d40e","name":"Adjutor API Service","type":"collection"}},"urlObject":{"path":[":id","activate"],"host":["https://adjutor.lendsqr.com/v2/customers"],"query":[],"variable":[{"id":"91c2c464-5e69-49c2-bc3d-d459d73dfa7a","type":"any","value":"","key":"id"}]}},"response":[{"id":"8ba9a0ef-3916-46b1-8053-6af3b24850b3","name":"Activate Customer","originalRequest":{"method":"PUT","header":[],"url":{"raw":"https://adjutor.lendsqr.com/v2/customers/:id/activate","host":["https://adjutor.lendsqr.com/v2/customers"],"path":[":id","activate"],"variable":[{"key":"id","value":""}]}},"status":"OK","code":200,"_postman_previewlanguage":null,"header":null,"cookie":[],"responseTime":null,"body":"{\r\n    \"status\": \"success\",\r\n    \"message\": \"Successful\",\r\n    \"data\": null,\r\n    \"meta\": {\r\n        \"cost\": 0,\r\n        \"balance\": 1240\r\n    }\r\n}"}],"_postman_id":"34def293-a14b-4b7f-a03d-f34bea88872a"},{"name":"Get  All Customers","id":"35cae4df-fe3d-4dc1-9205-d00ef27d1b67","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://adjutor.lendsqr.com/v2/customers","description":"<p>Retrieve a list of all customers. This endpoint returns comprehensive customer data, which can be filtered or paginated as required.</p>\n<h4 id=\"response-payload\">Response Payload</h4>\n<p>The <code>users</code> array contains user details. Each object represents a user with the following properties:</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Properties</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><strong>id</strong> ⁱⁿᵗᵉᵍᵉʳ  <br />Unique identifier for the user</td>\n</tr>\n<tr>\n<td><strong>org_id</strong> ⁱⁿᵗᵉᵍᵉʳ  <br />Identifier for the organization the user belongs to</td>\n</tr>\n<tr>\n<td><strong>manager_id</strong> ⁱⁿᵗᵉᵍᵉʳ  <br />Identifier for the user's manager, if applicable</td>\n</tr>\n<tr>\n<td><strong>office_id</strong> ⁿᵘˡˡᵃᵇˡᵉ ⁱⁿᵗᵉᵍᵉʳ  <br />Identifier for the user's office, if applicable</td>\n</tr>\n<tr>\n<td><strong>first_name</strong> ˢᵗʳⁱⁿᵍ  <br />User's first name</td>\n</tr>\n<tr>\n<td><strong>last_name</strong> ˢᵗʳⁱⁿᵍ  <br />User's last name</td>\n</tr>\n<tr>\n<td><strong>phone_number</strong> ˢᵗʳⁱⁿᵍ  <br />User's phone number in international format</td>\n</tr>\n<tr>\n<td><strong>country</strong> ˢᵗʳⁱⁿᵍ  <br />Country code (ISO 3-letter format)</td>\n</tr>\n<tr>\n<td><strong>language</strong> ˢᵗʳⁱⁿᵍ  <br />Preferred language of the user</td>\n</tr>\n<tr>\n<td><strong>locale</strong> ˢᵗʳⁱⁿᵍ  <br />Locale setting (e.g., en-US)</td>\n</tr>\n<tr>\n<td><strong>timezone</strong> ˢᵗʳⁱⁿᵍ  <br />User's timezone (e.g., Africa/Lagos)</td>\n</tr>\n<tr>\n<td><strong>email</strong> ˢᵗʳⁱⁿᵍ  <br />User's email address</td>\n</tr>\n<tr>\n<td><strong>email_verified</strong> ˢᵗʳⁱⁿᵍ  <br />Indicates whether the email is verified (1 = Yes, 0 = No)</td>\n</tr>\n<tr>\n<td><strong>bvn</strong> ˢᵗʳⁱⁿᵍ  <br />User's Bank Verification Number (BVN) with masking for security</td>\n</tr>\n<tr>\n<td><strong>id_document_id</strong> ⁿᵘˡˡᵃᵇˡᵉ ⁱⁿᵗᵉᵍᵉʳ  <br />Identifier for the user's ID document</td>\n</tr>\n<tr>\n<td><strong>bvn_phone_number</strong> ˢᵗʳⁱⁿᵍ  <br />Phone number linked to the BVN</td>\n</tr>\n<tr>\n<td><strong>bvn_validation_count</strong> ⁱⁿᵗᵉᵍᵉʳ  <br />Number of BVN validation attempts</td>\n</tr>\n<tr>\n<td><strong>dob</strong> ˢᵗʳⁱⁿᵍ  <br />User's date of birth in ISO 8601 format (YYYY-MM-DDTHH:mm:ss.sssZ)</td>\n</tr>\n<tr>\n<td><strong>charged_for_id_verification</strong> ᵇᵒᵒˡᵉᵃⁿ  <br />Indicates if the lender was charged for ID verification (1 = Yes, 0 = No)</td>\n</tr>\n<tr>\n<td><strong>photo_url</strong> ˢᵗʳⁱⁿᵍ  <br />URL to the user's profile picture</td>\n</tr>\n<tr>\n<td><strong>address</strong> ˢᵗʳⁱⁿᵍ  <br />User's residential address</td>\n</tr>\n<tr>\n<td><strong>apartment_type</strong> ˢᵗʳⁱⁿᵍ  <br />Type of apartment, if specified</td>\n</tr>\n<tr>\n<td><strong>nearest_landmark</strong> ⁿᵘˡˡᵃᵇˡᵉ ˢᵗʳⁱⁿᵍ  <br />Nearest landmark to the user's residence</td>\n</tr>\n<tr>\n<td><strong>city</strong> ⁿᵘˡˡᵃᵇˡᵉ ˢᵗʳⁱⁿᵍ  <br />User's city of residence</td>\n</tr>\n<tr>\n<td><strong>state</strong> ˢᵗʳⁱⁿᵍ  <br />User's state of residence</td>\n</tr>\n<tr>\n<td><strong>lga</strong> ⁿᵘˡˡᵃᵇˡᵉ ˢᵗʳⁱⁿᵍ  <br />Local Government Area (LGA) of the user</td>\n</tr>\n<tr>\n<td><strong>gender</strong> ˢᵗʳⁱⁿᵍ  <br />User's gender</td>\n</tr>\n<tr>\n<td><strong>marital_status</strong> ⁿᵘˡˡᵃᵇˡᵉ ⁱⁿᵗᵉᵍᵉʳ  <br />Marital status of the user</td>\n</tr>\n<tr>\n<td><strong>rating</strong> ⁿᵘˡˡᵃᵇˡᵉ ⁱⁿᵗᵉᵍᵉʳ  <br />Internal rating assigned to the user</td>\n</tr>\n<tr>\n<td><strong>credit_score</strong> ⁿᵘˡˡᵃᵇˡᵉ ⁱⁿᵗᵉᵍᵉʳ  <br />Credit score of the user, if available.</td>\n</tr>\n<tr>\n<td><strong>risk_rating</strong> ⁿᵘˡˡᵃᵇˡᵉ ⁱⁿᵗᵉᵍᵉʳ  <br />Risk rating of the user</td>\n</tr>\n<tr>\n<td><strong>selfie_bvn_check</strong> ˢᵗʳⁱⁿᵍ  <br />Status of the user's selfie-BVN check</td>\n</tr>\n<tr>\n<td><strong>selfie_id_check</strong> ⁿᵘˡˡᵃᵇˡᵉ ˢᵗʳⁱⁿᵍ  <br />Status of the user's selfie-ID check</td>\n</tr>\n<tr>\n<td><strong>referred_by</strong> ⁿᵘˡˡᵃᵇˡᵉ ˢᵗʳⁱⁿᵍ  <br />Referral source, if applicable</td>\n</tr>\n<tr>\n<td><strong>referral_code</strong> ˢᵗʳⁱⁿᵍ  <br />User's unique referral code</td>\n</tr>\n<tr>\n<td><strong>activated</strong> ᵇᵒᵒˡᵉᵃⁿ  <br />Indicates if the user is activated (1 = Yes, 0 = No)</td>\n</tr>\n<tr>\n<td><strong>activated_on</strong> ˢᵗʳⁱⁿᵍ  <br />Date and time of activation in ISO 8601 format</td>\n</tr>\n<tr>\n<td><strong>last_login_date</strong> ˢᵗʳⁱⁿᵍ  <br />Last login timestamp in ISO 8601 format</td>\n</tr>\n<tr>\n<td><strong>blacklisted</strong> ᵇᵒᵒˡᵉᵃⁿ  <br />Indicates if the user is blacklisted (1 = Yes, 0 = No)</td>\n</tr>\n<tr>\n<td><strong>reason</strong> ⁿᵘˡˡᵃᵇˡᵉ ˢᵗʳⁱⁿᵍ  <br />Reason for blacklisting, if applicable</td>\n</tr>\n<tr>\n<td><strong>created_on</strong> ˢᵗʳⁱⁿᵍ  <br />Timestamp of user creation in ISO 8601 format</td>\n</tr>\n</tbody>\n</table>\n</div>","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<your-api-token>"}]},"isInherited":true,"source":{"_postman_id":"9a2d86b7-a837-4de9-8302-3f37b628d40e","id":"9a2d86b7-a837-4de9-8302-3f37b628d40e","name":"Adjutor API Service","type":"collection"}},"urlObject":{"host":["https://adjutor.lendsqr.com/v2/customers"],"query":[],"variable":[]}},"response":[{"id":"3efb0169-c3d6-4feb-a874-799f966d4cf0","name":"Get  All Customers","originalRequest":{"method":"GET","header":[],"url":"https://adjutor.lendsqr.com/v2/customers"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\r\n    \"status\": \"success\",\r\n    \"message\": \"Successful\",\r\n    \"data\": {\r\n        \"users\": [\r\n            {\r\n                \"id\": 00008999,\r\n                \"org_id\": 340015,\r\n                \"manager_id\": null,\r\n                \"office_id\": null,\r\n                \"first_name\": \"First\",\r\n                \"last_name\": \"User\",\r\n                \"phone_number\": \"23480123456789\",\r\n                \"country\": \"NGA\",\r\n                \"language\": \"en\",\r\n                \"locale\": \"en-US\",\r\n                \"timezone\": \"Africa/Lagos\",\r\n                \"email\": \"exampleuser@gmail.com\",\r\n                \"email_verified\": 0,\r\n                \"bvn\": \"22*******98\",\r\n                \"id_document_id\": null,\r\n                \"bvn_phone_number\": \"08169654518\",\r\n                \"bvn_validation_count\": 0,\r\n                \"dob\": \"1995-07-15T00:00:00.000Z\",\r\n                \"charged_for_id_verification\": 1,\r\n                \"photo_url\": \"https://documents.example.png\",\r\n                \"address\": null,\r\n                \"apartment_type\": null,\r\n                \"nearest_landmark\": null,\r\n                \"city\": null,\r\n                \"state\": \"Kaduna State\",\r\n                \"lga\": null,\r\n                \"gender\": \"Male\",\r\n                \"marital_status\": null,\r\n                \"rating\": null,\r\n                \"credit_score\": null,\r\n                \"risk_rating\": null,\r\n                \"selfie_bvn_check\": \"Successful\",\r\n                \"selfie_id_check\": null,\r\n                \"referred_by\": null,\r\n                \"referral_code\": \"EP4N9A\",\r\n                \"activated\": 1,\r\n                \"activated_on\": null,\r\n                \"last_login_date\": \"2024-08-10T23:07:48.000Z\",\r\n                \"blacklisted\": 0,\r\n                \"reason\": null,\r\n                \"created_on\": \"2024-08-10T23:07:48.000Z\"\r\n            },\r\n            {\r\n                \"id\": 00008999,\r\n                \"org_id\": 340015,\r\n                \"manager_id\": null,\r\n                \"office_id\": null,\r\n                \"first_name\": \"First\",\r\n                \"last_name\": \"User\",\r\n                \"phone_number\": \"23480123456789\",\r\n                \"country\": \"NGA\",\r\n                \"language\": \"en\",\r\n                \"locale\": \"en-US\",\r\n                \"timezone\": \"Africa/Lagos\",\r\n                \"email\": \"exampleuser@gmail.com\",\r\n                \"email_verified\": 0,\r\n                \"bvn\": \"22*******98\",\r\n                \"id_document_id\": null,\r\n                \"bvn_phone_number\": \"08169654518\",\r\n                \"bvn_validation_count\": 0,\r\n                \"dob\": \"1995-07-15T00:00:00.000Z\",\r\n                \"charged_for_id_verification\": 1,\r\n                \"photo_url\": \"https://documents.example.png\",\r\n                \"address\": null,\r\n                \"apartment_type\": null,\r\n                \"nearest_landmark\": null,\r\n                \"city\": null,\r\n                \"state\": \"Kaduna State\",\r\n                \"lga\": null,\r\n                \"gender\": \"Male\",\r\n                \"marital_status\": null,\r\n                \"rating\": null,\r\n                \"credit_score\": null,\r\n                \"risk_rating\": null,\r\n                \"selfie_bvn_check\": \"Successful\",\r\n                \"selfie_id_check\": null,\r\n                \"referred_by\": null,\r\n                \"referral_code\": \"EP4N9A\",\r\n                \"activated\": 1,\r\n                \"activated_on\": null,\r\n                \"last_login_date\": \"2024-08-10T23:07:48.000Z\",\r\n                \"blacklisted\": 0,\r\n                \"reason\": null,\r\n                \"created_on\": \"2024-08-10T23:07:48.000Z\"\r\n            },\r\n            ...\r\n            \r\n        ]\r\n    },\r\n    \"meta\": {\r\n        \"cost\": 100,\r\n        \"balance\": 1555\r\n    }\r\n}"}],"_postman_id":"35cae4df-fe3d-4dc1-9205-d00ef27d1b67"},{"name":"Get Single Customer","id":"c8bd070b-cb94-498c-9dba-321656ce0702","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://adjutor.lendsqr.com/v2/customers/:id","description":"<p>Retrieve detailed information for a single customer by their unique ID.</p>\n<h4 id=\"response-payload\">Response Payload</h4>\n<h5 id=\"users\">Users</h5>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Properties</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><strong>id</strong> ⁱⁿᵗᵉᵍᵉʳ  <br />Unique identifier for the user</td>\n</tr>\n<tr>\n<td><strong>org_id</strong> ⁱⁿᵗᵉᵍᵉʳ  <br />Identifier for the organization the user belongs to</td>\n</tr>\n<tr>\n<td><strong>manager_id</strong> ⁱⁿᵗᵉᵍᵉʳ  <br />Identifier for the user's manager, if applicable</td>\n</tr>\n<tr>\n<td><strong>office_id</strong> ⁿᵘˡˡᵃᵇˡᵉ ⁱⁿᵗᵉᵍᵉʳ  <br />Identifier for the user's office, if applicable</td>\n</tr>\n<tr>\n<td><strong>first_name</strong> ˢᵗʳⁱⁿᵍ  <br />User's first name</td>\n</tr>\n<tr>\n<td><strong>last_name</strong> ˢᵗʳⁱⁿᵍ  <br />User's last name</td>\n</tr>\n<tr>\n<td><strong>phone_number</strong> ˢᵗʳⁱⁿᵍ  <br />User's phone number in international format</td>\n</tr>\n<tr>\n<td><strong>country</strong> ˢᵗʳⁱⁿᵍ  <br />Country code (ISO 3-letter format)</td>\n</tr>\n<tr>\n<td><strong>language</strong> ˢᵗʳⁱⁿᵍ  <br />Preferred language of the user</td>\n</tr>\n<tr>\n<td><strong>locale</strong> ˢᵗʳⁱⁿᵍ  <br />Locale setting (e.g., en-US)</td>\n</tr>\n<tr>\n<td><strong>timezone</strong> ˢᵗʳⁱⁿᵍ  <br />User's timezone (e.g., Africa/Lagos)</td>\n</tr>\n<tr>\n<td><strong>email</strong> ˢᵗʳⁱⁿᵍ  <br />User's email address</td>\n</tr>\n<tr>\n<td><strong>email_verified</strong> ˢᵗʳⁱⁿᵍ  <br />Indicates whether the email is verified (1 = Yes, 0 = No)</td>\n</tr>\n<tr>\n<td><strong>bvn</strong> ˢᵗʳⁱⁿᵍ  <br />User's Bank Verification Number (BVN) with masking for security</td>\n</tr>\n<tr>\n<td><strong>id_document_id</strong> ⁿᵘˡˡᵃᵇˡᵉ ⁱⁿᵗᵉᵍᵉʳ  <br />Identifier for the user's ID document</td>\n</tr>\n<tr>\n<td><strong>bvn_phone_number</strong> ˢᵗʳⁱⁿᵍ  <br />Phone number linked to the BVN</td>\n</tr>\n<tr>\n<td><strong>bvn_validation_count</strong> ⁱⁿᵗᵉᵍᵉʳ  <br />Number of BVN validation attempts</td>\n</tr>\n<tr>\n<td><strong>dob</strong> ˢᵗʳⁱⁿᵍ  <br />User's date of birth in ISO 8601 format (YYYY-MM-DDTHH:mm:ss.sssZ)</td>\n</tr>\n<tr>\n<td><strong>charged_for_id_verification</strong> ᵇᵒᵒˡᵉᵃⁿ  <br />Indicates if the lender was charged for ID verification (1 = Yes, 0 = No)</td>\n</tr>\n<tr>\n<td><strong>photo_url</strong> ˢᵗʳⁱⁿᵍ  <br />URL to the user's profile picture</td>\n</tr>\n<tr>\n<td><strong>address</strong> ˢᵗʳⁱⁿᵍ  <br />User's residential address</td>\n</tr>\n<tr>\n<td><strong>apartment_type</strong> ˢᵗʳⁱⁿᵍ  <br />Type of apartment, if specified</td>\n</tr>\n<tr>\n<td><strong>nearest_landmark</strong> ⁿᵘˡˡᵃᵇˡᵉ ˢᵗʳⁱⁿᵍ  <br />Nearest landmark to the user's residence</td>\n</tr>\n<tr>\n<td><strong>city</strong> ⁿᵘˡˡᵃᵇˡᵉ ˢᵗʳⁱⁿᵍ  <br />User's city of residence</td>\n</tr>\n<tr>\n<td><strong>state</strong> ˢᵗʳⁱⁿᵍ  <br />User's state of residence</td>\n</tr>\n<tr>\n<td><strong>lga</strong> ⁿᵘˡˡᵃᵇˡᵉ ˢᵗʳⁱⁿᵍ  <br />Local Government Area (LGA) of the user</td>\n</tr>\n<tr>\n<td><strong>gender</strong> ˢᵗʳⁱⁿᵍ  <br />User's gender</td>\n</tr>\n<tr>\n<td><strong>marital_status</strong> ⁿᵘˡˡᵃᵇˡᵉ ⁱⁿᵗᵉᵍᵉʳ  <br />Marital status of the user</td>\n</tr>\n<tr>\n<td><strong>rating</strong> ⁿᵘˡˡᵃᵇˡᵉ ⁱⁿᵗᵉᵍᵉʳ  <br />Internal rating assigned to the user</td>\n</tr>\n<tr>\n<td><strong>credit_score</strong> ⁿᵘˡˡᵃᵇˡᵉ ⁱⁿᵗᵉᵍᵉʳ  <br />Credit score of the user, if available.</td>\n</tr>\n<tr>\n<td><strong>risk_rating</strong> ⁿᵘˡˡᵃᵇˡᵉ ⁱⁿᵗᵉᵍᵉʳ  <br />Risk rating of the user</td>\n</tr>\n<tr>\n<td><strong>selfie_bvn_check</strong> ˢᵗʳⁱⁿᵍ  <br />Status of the user's selfie-BVN check</td>\n</tr>\n<tr>\n<td><strong>selfie_id_check</strong> ⁿᵘˡˡᵃᵇˡᵉ ˢᵗʳⁱⁿᵍ  <br />Status of the user's selfie-ID check</td>\n</tr>\n<tr>\n<td><strong>referred_by</strong> ⁿᵘˡˡᵃᵇˡᵉ ˢᵗʳⁱⁿᵍ  <br />Referral source, if applicable</td>\n</tr>\n<tr>\n<td><strong>referral_code</strong> ˢᵗʳⁱⁿᵍ  <br />User's unique referral code</td>\n</tr>\n<tr>\n<td><strong>activated</strong> ᵇᵒᵒˡᵉᵃⁿ  <br />Indicates if the user is activated (1 = Yes, 0 = No)</td>\n</tr>\n<tr>\n<td><strong>activated_on</strong> ˢᵗʳⁱⁿᵍ  <br />Date and time of activation in ISO 8601 format</td>\n</tr>\n<tr>\n<td><strong>last_login_date</strong> ˢᵗʳⁱⁿᵍ  <br />Last login timestamp in ISO 8601 format</td>\n</tr>\n<tr>\n<td><strong>blacklisted</strong> ᵇᵒᵒˡᵉᵃⁿ  <br />Indicates if the user is blacklisted (1 = Yes, 0 = No)</td>\n</tr>\n<tr>\n<td><strong>reason</strong> ⁿᵘˡˡᵃᵇˡᵉ ˢᵗʳⁱⁿᵍ  <br />Reason for blacklisting, if applicable</td>\n</tr>\n<tr>\n<td><strong>created_on</strong> ˢᵗʳⁱⁿᵍ  <br />Timestamp of user creation in ISO 8601 format</td>\n</tr>\n</tbody>\n</table>\n</div><h5 id=\"guarantors\">Guarantors</h5>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Properties</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><strong>id</strong> ⁱⁿᵗᵉᵍᵉʳ  <br />Unique identifier for the guarantor</td>\n</tr>\n<tr>\n<td><strong>user_id</strong> ⁱⁿᵗᵉᵍᵉʳ  <br />ID of the user linked to the guarantor</td>\n</tr>\n<tr>\n<td><strong>org_id</strong> ⁱⁿᵗᵉᵍᵉʳ  <br />Organization ID</td>\n</tr>\n<tr>\n<td><strong>loan_id</strong> ⁱⁿᵗᵉᵍᵉʳ  <br />Loan ID guaranteed</td>\n</tr>\n<tr>\n<td><strong>first_name</strong> ˢᵗʳⁱⁿᵍ  <br />Guarantor's first name</td>\n</tr>\n<tr>\n<td><strong>last_name</strong> ˢᵗʳⁱⁿᵍ  <br />Guarantor's last name</td>\n</tr>\n<tr>\n<td><strong>phone_number</strong> ˢᵗʳⁱⁿᵍ  <br />Guarantor's phone number</td>\n</tr>\n<tr>\n<td><strong>email</strong> ˢᵗʳⁱⁿᵍ  <br />Guarantor's email address</td>\n</tr>\n<tr>\n<td><strong>bvn</strong> ˢᵗʳⁱⁿᵍ  <br />Guarantor's BVN</td>\n</tr>\n<tr>\n<td><strong>dob</strong> ˢᵗʳⁱⁿᵍ  <br />Guarantor's date of birth</td>\n</tr>\n<tr>\n<td><strong>relationship</strong> ˢᵗʳⁱⁿᵍ  <br />Relationship to the borrower</td>\n</tr>\n<tr>\n<td><strong>address</strong> ˢᵗʳⁱⁿᵍ  <br />Guarantor's address</td>\n</tr>\n<tr>\n<td><strong>verified_status</strong> ⁱⁿᵗᵉᵍᵉʳ  <br />Verification status (1 = Verified, 0 = Not Verified)</td>\n</tr>\n<tr>\n<td><strong>blacklisted</strong> ⁱⁿᵗᵉᵍᵉʳ  <br />Blacklist status (1 = Blacklisted, 0 = Not Blacklisted)</td>\n</tr>\n<tr>\n<td><strong>created_on</strong> ˢᵗʳⁱⁿᵍ  <br />Creation timestamp</td>\n</tr>\n<tr>\n<td><strong>modified_on</strong> ˢᵗʳⁱⁿᵍ  <br />Last modified timestamp</td>\n</tr>\n</tbody>\n</table>\n</div><h5 id=\"virtual-accounts\">Virtual Accounts</h5>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Properties</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><strong>id</strong> ⁱⁿᵗᵉᵍᵉʳ  <br />Virtual account ID</td>\n</tr>\n<tr>\n<td><strong>user_id</strong> ⁱⁿᵗᵉᵍᵉʳ  <br />Linked user ID</td>\n</tr>\n<tr>\n<td><strong>org_id</strong> ⁱⁿᵗᵉᵍᵉʳ  <br />Organization ID</td>\n</tr>\n<tr>\n<td><strong>account_number</strong> ˢᵗʳⁱⁿᵍ  <br />Virtual bank account number</td>\n</tr>\n<tr>\n<td><strong>customer_email</strong> ˢᵗʳⁱⁿᵍ  <br />Associated email</td>\n</tr>\n<tr>\n<td><strong>account_name</strong> ˢᵗʳⁱⁿᵍ  <br />Name on the virtual account</td>\n</tr>\n<tr>\n<td><strong>account_type</strong> ˢᵗʳⁱⁿᵍ  <br />Type of account (e.g., STERLING)</td>\n</tr>\n<tr>\n<td><strong>bank_name</strong> ˢᵗʳⁱⁿᵍ  <br />Name of the bank</td>\n</tr>\n<tr>\n<td><strong>bank_code</strong> ˢᵗʳⁱⁿᵍ  <br />Bank identifier code</td>\n</tr>\n<tr>\n<td><strong>is_bvn_added</strong> ⁱⁿᵗᵉᵍᵉʳ  <br />Indicates if BVN has been linked</td>\n</tr>\n<tr>\n<td><strong>created_on</strong> ˢᵗʳⁱⁿᵍ  <br />Creation timestamp</td>\n</tr>\n</tbody>\n</table>\n</div><h5 id=\"next-of-kin\">Next of Kin</h5>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Properties</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><strong>id</strong> ⁱⁿᵗᵉᵍᵉʳ  <br />Next of kin ID</td>\n</tr>\n<tr>\n<td><strong>user_id</strong> ⁱⁿᵗᵉᵍᵉʳ  <br />User ID linked to next of kin</td>\n</tr>\n<tr>\n<td><strong>first_name</strong> ˢᵗʳⁱⁿᵍ  <br />First name of next of kin</td>\n</tr>\n<tr>\n<td><strong>last_name</strong> ˢᵗʳⁱⁿᵍ  <br />Last name of next of kin</td>\n</tr>\n<tr>\n<td><strong>phone_number</strong> ˢᵗʳⁱⁿᵍ  <br />Next of kin phone number</td>\n</tr>\n<tr>\n<td><strong>email</strong> ˢᵗʳⁱⁿᵍ  <br />Next of kin email</td>\n</tr>\n<tr>\n<td><strong>address</strong> ˢᵗʳⁱⁿᵍ  <br />Next of kin address</td>\n</tr>\n<tr>\n<td><strong>nearest_landmark</strong> ˢᵗʳⁱⁿᵍ  <br />Nearest landmark</td>\n</tr>\n<tr>\n<td><strong>city</strong> ˢᵗʳⁱⁿᵍ  <br />City of next of kin</td>\n</tr>\n<tr>\n<td><strong>relationship</strong> ˢᵗʳⁱⁿᵍ  <br />Relationship to user</td>\n</tr>\n<tr>\n<td><strong>created_on</strong> ˢᵗʳⁱⁿᵍ  <br />Creation timestamp</td>\n</tr>\n</tbody>\n</table>\n</div>","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<your-api-token>"}]},"isInherited":true,"source":{"_postman_id":"9a2d86b7-a837-4de9-8302-3f37b628d40e","id":"9a2d86b7-a837-4de9-8302-3f37b628d40e","name":"Adjutor API Service","type":"collection"}},"urlObject":{"path":[":id"],"host":["https://adjutor.lendsqr.com/v2/customers"],"query":[],"variable":[{"type":"any","value":"","key":"id"}]}},"response":[{"id":"1f2e5466-7b45-4287-9e8a-58b764b67d31","name":"Get Single Customer","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://adjutor.lendsqr.com/v2/customers/:id","protocol":"https","host":["adjutor","lendsqr","com"],"path":["v2","customers",":id"],"variable":[{"key":"id","value":""}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{},{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[{"expires":"Invalid Date","domain":"","path":""}],"responseTime":null,"body":"{\n    \"status\": \"success\",\n    \"message\": \"Successful\",\n    \"data\": {\n        \"user\": {\n            \"id\": 1234567,\n            \"org_id\": 9876,\n            \"manager_id\": 5432,\n            \"office_id\": 1111,\n            \"first_name\": \"John\",\n            \"last_name\": \"Doe\",\n            \"phone_number\": \"2348012345678\",\n            \"country\": \"NGA\",\n            \"language\": \"en\",\n            \"locale\": \"en-US\",\n            \"timezone\": \"Africa/Lagos\",\n            \"email\": \"john.doe@example.com\",\n            \"email_verified\": 1,\n            \"bvn\": \"22*******99\",\n            \"id_document_id\": null,\n            \"bvn_phone_number\": \"08012345678\",\n            \"bvn_validation_count\": 0,\n            \"dob\": \"1990-01-15T00:00:00.000Z\",\n            \"charged_for_id_verification\": 1,\n            \"photo_url\": \"https://documents.example.com/avatar.png\",\n            \"address\": \"Main Street\",\n            \"apartment_type\": null,\n            \"nearest_landmark\": \"Central Park\",\n            \"city\": \"Lagos\",\n            \"state\": \"Lagos\",\n            \"lga\": \"Ikeja\",\n            \"gender\": \"Male\",\n            \"marital_status\": \"Single\",\n            \"rating\": null,\n            \"credit_score\": null,\n            \"risk_rating\": null,\n            \"selfie_bvn_check\": \"Successful\",\n            \"selfie_id_check\": \"Successful\",\n            \"referred_by\": null,\n            \"referral_code\": \"XYZ123\",\n            \"activated\": 1,\n            \"activated_on\": \"2024-09-25T13:42:23.000Z\",\n            \"last_login_date\": \"2025-02-19T21:37:35.000Z\",\n            \"blacklisted\": 0,\n            \"reason\": \"No reason provided\",\n            \"created_on\": \"2023-08-24T13:06:14.000Z\",\n            \"tier\": 2,\n            \"guarantors\": [\n                {\n                    \"id\": 56789,\n                    \"user_id\": 1234567,\n                    \"org_id\": 9876,\n                    \"loan_id\": 654321,\n                    \"first_name\": \"Jane\",\n                    \"last_name\": \"Smith\",\n                    \"phone_number\": \"08076543210\",\n                    \"email\": \"jane.smith@example.com\",\n                    \"bvn\": \"22*******88\",\n                    \"dob\": \"1995-05-20T00:00:00.000Z\",\n                    \"relationship\": \"Sister\",\n                    \"address\": \"High Street\",\n                    \"loan_approval_link\": null,\n                    \"verified_reason\": null,\n                    \"verified_status\": 1,\n                    \"blacklisted\": 0,\n                    \"created_on\": \"2024-08-04T22:16:56.000Z\",\n                    \"modified_on\": \"2024-09-05T18:24:44.000Z\"\n                }\n            ],\n            \"virtual_accounts\": [\n                {\n                    \"id\": 101010,\n                    \"user_id\": 1234567,\n                    \"is_admin\": null,\n                    \"org_id\": 9876,\n                    \"wallet_id\": null,\n                    \"account_number\": \"9988776655\",\n                    \"customer_email\": \"john.doe@example.com\",\n                    \"account_name\": \"lenderco/John Doe\",\n                    \"account_type\": \"STERLING\",\n                    \"bank_name\": \"Sterling Bank\",\n                    \"bank_code\": \"232\",\n                    \"account_reference\": \"ABC123XYZ\",\n                    \"is_bvn_added\": 1,\n                    \"reservation_reference\": \"ABC123XYZ\",\n                    \"created_on\": \"2024-06-17T09:23:40.000Z\"\n                }\n            ],\n            \"borrower_profile\": null,\n            \"kin\": {\n                \"id\": 202020,\n                \"user_id\": 1234567,\n                \"first_name\": \"Michael\",\n                \"last_name\": \"Doe\",\n                \"phone_number\": \"2348098765432\",\n                \"email\": \"michael.doe@example.com\",\n                \"address\": \"Broadway Avenue\",\n                \"nearest_landmark\": \"Mall\",\n                \"city\": \"Lagos\",\n                \"relationship\": \"Brother\",\n                \"state_id\": 124,\n                \"lga_id\": 181,\n                \"created_on\": \"2024-04-10T10:12:18.000Z\"\n            }\n        }\n    },\n    \"meta\": {\n        \"cost\": 0,\n        \"balance\": 965\n    }\n}"}],"_postman_id":"c8bd070b-cb94-498c-9dba-321656ce0702"},{"name":"Update Customer","id":"51f6aa0e-ca8d-4073-a151-7fcebdce0919","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PATCH","header":[],"body":{"mode":"raw","raw":"{\r\n    \"first_name\": \"New Name\"\r\n}","options":{"raw":{"language":"json"}}},"url":"https://adjutor.lendsqr.com/v2/customers/:id","description":"<p>Update the information of an existing customer using their unique ID. Only the fields provided in the request body will be updated.</p>\n<h4 id=\"request-payload\">Request Payload</h4>\n<p>The request body must contain one or more of the following editable fields:</p>\n<p><strong>first_name</strong> * ˢᵗʳⁱⁿᵍ<br />Customer's first name</p>\n<p><strong>last_name</strong> * ˢᵗʳⁱⁿᵍ<br />Customer's last name</p>\n<p><strong>email</strong> * ˢᵗʳⁱⁿᵍ<br />Email address of the customer</p>\n<p><strong>phone_number</strong> * ˢᵗʳⁱⁿᵍ<br />Customer's phone number in the format <code>2348012345678</code></p>\n<p><strong>manager_id</strong> * ⁱⁿᵗᵉᵍᵉʳ<br />ID of the assigned manager</p>\n<p><strong>office_id</strong> * ⁱⁿᵗᵉᵍᵉʳ<br />ID of the assigned office</p>\n<p><strong>address</strong> * ˢᵗʳⁱⁿᵍ<br />Address of the customer.</p>\n<p><strong>photo_url</strong> * ˢᵗʳⁱⁿᵍ<br />URL to the customer's photo.</p>\n<p><strong>documents</strong> * ᵃʳʳᵃʸ<br />An array of customer documents, each with a <code>url</code>, <code>type_id</code>, and <code>sub_type_id</code>. The document types supported are under the <strong>Documents definition.</strong></p>\n<h4 id=\"response-payload\">Response Payload</h4>\n<p>The endpoint returns the details of a newly updated customer with the following properties:</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Properties</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><strong>id</strong> ⁱⁿᵗᵉᵍᵉʳ  <br />Unique identifier for the user</td>\n</tr>\n<tr>\n<td><strong>org_id</strong> ⁱⁿᵗᵉᵍᵉʳ  <br />Identifier for the organization the user belongs to</td>\n</tr>\n<tr>\n<td><strong>manager_id</strong> ⁱⁿᵗᵉᵍᵉʳ  <br />Identifier for the user's manager, if applicable</td>\n</tr>\n<tr>\n<td><strong>office_id</strong> ⁿᵘˡˡᵃᵇˡᵉ ⁱⁿᵗᵉᵍᵉʳ  <br />Identifier for the user's office, if applicable</td>\n</tr>\n<tr>\n<td><strong>first_name</strong> ˢᵗʳⁱⁿᵍ  <br />User's first name</td>\n</tr>\n<tr>\n<td><strong>last_name</strong> ˢᵗʳⁱⁿᵍ  <br />User's last name</td>\n</tr>\n<tr>\n<td><strong>phone_number</strong> ˢᵗʳⁱⁿᵍ  <br />User's phone number in international format</td>\n</tr>\n<tr>\n<td><strong>country</strong> ˢᵗʳⁱⁿᵍ  <br />Country code (ISO 3-letter format)</td>\n</tr>\n<tr>\n<td><strong>language</strong> ˢᵗʳⁱⁿᵍ  <br />Preferred language of the user</td>\n</tr>\n<tr>\n<td><strong>locale</strong> ˢᵗʳⁱⁿᵍ  <br />Locale setting (e.g., en-US)</td>\n</tr>\n<tr>\n<td><strong>timezone</strong> ˢᵗʳⁱⁿᵍ  <br />User's timezone (e.g., Africa/Lagos)</td>\n</tr>\n<tr>\n<td><strong>email</strong> ˢᵗʳⁱⁿᵍ  <br />User's email address</td>\n</tr>\n<tr>\n<td><strong>email_verified</strong> ˢᵗʳⁱⁿᵍ  <br />Indicates whether the email is verified (1 = Yes, 0 = No)</td>\n</tr>\n<tr>\n<td><strong>bvn</strong> ˢᵗʳⁱⁿᵍ  <br />User's Bank Verification Number (BVN) with masking for security</td>\n</tr>\n<tr>\n<td><strong>id_document_id</strong> ⁿᵘˡˡᵃᵇˡᵉ ⁱⁿᵗᵉᵍᵉʳ  <br />Identifier for the user's ID document</td>\n</tr>\n<tr>\n<td><strong>bvn_phone_number</strong> ˢᵗʳⁱⁿᵍ  <br />Phone number linked to the BVN</td>\n</tr>\n<tr>\n<td><strong>bvn_validation_count</strong> ⁱⁿᵗᵉᵍᵉʳ  <br />Number of BVN validation attempts</td>\n</tr>\n<tr>\n<td><strong>dob</strong> ˢᵗʳⁱⁿᵍ  <br />User's date of birth in ISO 8601 format (YYYY-MM-DDTHH:mm:ss.sssZ)</td>\n</tr>\n<tr>\n<td><strong>charged_for_id_verification</strong> ᵇᵒᵒˡᵉᵃⁿ  <br />Indicates if the lender was charged for ID verification (1 = Yes, 0 = No)</td>\n</tr>\n<tr>\n<td><strong>photo_url</strong> ˢᵗʳⁱⁿᵍ  <br />URL to the user's profile picture</td>\n</tr>\n<tr>\n<td><strong>address</strong> ˢᵗʳⁱⁿᵍ  <br />User's residential address</td>\n</tr>\n<tr>\n<td><strong>apartment_type</strong> ˢᵗʳⁱⁿᵍ  <br />Type of apartment, if specified</td>\n</tr>\n<tr>\n<td><strong>nearest_landmark</strong> ⁿᵘˡˡᵃᵇˡᵉ ˢᵗʳⁱⁿᵍ  <br />Nearest landmark to the user's residence</td>\n</tr>\n<tr>\n<td><strong>city</strong> ⁿᵘˡˡᵃᵇˡᵉ ˢᵗʳⁱⁿᵍ  <br />User's city of residence</td>\n</tr>\n<tr>\n<td><strong>state</strong> ˢᵗʳⁱⁿᵍ  <br />User's state of residence</td>\n</tr>\n<tr>\n<td><strong>lga</strong> ⁿᵘˡˡᵃᵇˡᵉ ˢᵗʳⁱⁿᵍ  <br />Local Government Area (LGA) of the user</td>\n</tr>\n<tr>\n<td><strong>gender</strong> ˢᵗʳⁱⁿᵍ  <br />User's gender</td>\n</tr>\n<tr>\n<td><strong>marital_status</strong> ⁿᵘˡˡᵃᵇˡᵉ ⁱⁿᵗᵉᵍᵉʳ  <br />Marital status of the user</td>\n</tr>\n<tr>\n<td><strong>rating</strong> ⁿᵘˡˡᵃᵇˡᵉ ⁱⁿᵗᵉᵍᵉʳ  <br />Internal rating assigned to the user</td>\n</tr>\n<tr>\n<td><strong>credit_score</strong> ⁿᵘˡˡᵃᵇˡᵉ ⁱⁿᵗᵉᵍᵉʳ  <br />Credit score of the user, if available.</td>\n</tr>\n<tr>\n<td><strong>risk_rating</strong> ⁿᵘˡˡᵃᵇˡᵉ ⁱⁿᵗᵉᵍᵉʳ  <br />Risk rating of the user</td>\n</tr>\n<tr>\n<td><strong>selfie_bvn_check</strong> ˢᵗʳⁱⁿᵍ  <br />Status of the user's selfie-BVN check</td>\n</tr>\n<tr>\n<td><strong>selfie_id_check</strong> ⁿᵘˡˡᵃᵇˡᵉ ˢᵗʳⁱⁿᵍ  <br />Status of the user's selfie-ID check</td>\n</tr>\n<tr>\n<td><strong>referred_by</strong> ⁿᵘˡˡᵃᵇˡᵉ ˢᵗʳⁱⁿᵍ  <br />Referral source, if applicable</td>\n</tr>\n<tr>\n<td><strong>referral_code</strong> ˢᵗʳⁱⁿᵍ  <br />User's unique referral code</td>\n</tr>\n<tr>\n<td><strong>activated</strong> ᵇᵒᵒˡᵉᵃⁿ  <br />Indicates if the user is activated (1 = Yes, 0 = No)</td>\n</tr>\n<tr>\n<td><strong>activated_on</strong> ˢᵗʳⁱⁿᵍ  <br />Date and time of activation in ISO 8601 format</td>\n</tr>\n<tr>\n<td><strong>last_login_date</strong> ˢᵗʳⁱⁿᵍ  <br />Last login timestamp in ISO 8601 format</td>\n</tr>\n<tr>\n<td><strong>blacklisted</strong> ᵇᵒᵒˡᵉᵃⁿ  <br />Indicates if the user is blacklisted (1 = Yes, 0 = No)</td>\n</tr>\n<tr>\n<td><strong>reason</strong> ⁿᵘˡˡᵃᵇˡᵉ ˢᵗʳⁱⁿᵍ  <br />Reason for blacklisting, if applicable</td>\n</tr>\n<tr>\n<td><strong>created_on</strong> ˢᵗʳⁱⁿᵍ  <br />Timestamp of user creation in ISO 8601 format</td>\n</tr>\n</tbody>\n</table>\n</div><h4 id=\"notes\">Notes</h4>\n<ul>\n<li>Fields not included in the request body remain unchanged.</li>\n</ul>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<your-api-token>"}]},"isInherited":true,"source":{"_postman_id":"9a2d86b7-a837-4de9-8302-3f37b628d40e","id":"9a2d86b7-a837-4de9-8302-3f37b628d40e","name":"Adjutor API Service","type":"collection"}},"urlObject":{"path":[":id"],"host":["https://adjutor.lendsqr.com/v2/customers"],"query":[],"variable":[{"type":"any","value":"","key":"id"}]}},"response":[{"id":"91666daf-1279-47ff-8f97-f95e10fc1d16","name":"Update Customer","originalRequest":{"method":"PATCH","header":[],"body":{"mode":"raw","raw":"{\r\n    \"first_name\": \"New Name\"\r\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"https://adjutor.lendsqr.com/v2/customers/:id","host":["https://adjutor.lendsqr.com/v2/customers"],"path":[":id"],"variable":[{"key":"id","value":""}]}},"status":"OK","code":200,"_postman_previewlanguage":null,"header":null,"cookie":[],"responseTime":null,"body":"{\r\n    \"status\": \"success\",\r\n    \"message\": \"Successful\",\r\n    \"data\": {\r\n        \"users\": [\r\n            {\r\n                \"id\": 00008999,\r\n                \"org_id\": 340015,\r\n                \"manager_id\": null,\r\n                \"office_id\": null,\r\n                \"first_name\": \"New Name\",\r\n                \"last_name\": \"User\",\r\n                \"phone_number\": \"23480123456789\",\r\n                \"country\": \"NGA\",\r\n                \"language\": \"en\",\r\n                \"locale\": \"en-US\",\r\n                \"timezone\": \"Africa/Lagos\",\r\n                \"email\": \"exampleuser@gmail.com\",\r\n                \"email_verified\": 0,\r\n                \"bvn\": \"22*******98\",\r\n                \"id_document_id\": null,\r\n                \"bvn_phone_number\": \"08169654518\",\r\n                \"bvn_validation_count\": 0,\r\n                \"dob\": \"1995-07-15T00:00:00.000Z\",\r\n                \"charged_for_id_verification\": 1,\r\n                \"photo_url\": \"https://documents.example.png\",\r\n                \"address\": null,\r\n                \"apartment_type\": null,\r\n                \"nearest_landmark\": null,\r\n                \"city\": null,\r\n                \"state\": \"Kaduna State\",\r\n                \"lga\": null,\r\n                \"gender\": \"Male\",\r\n                \"marital_status\": null,\r\n                \"rating\": null,\r\n                \"credit_score\": null,\r\n                \"risk_rating\": null,\r\n                \"selfie_bvn_check\": \"Successful\",\r\n                \"selfie_id_check\": null,\r\n                \"referred_by\": null,\r\n                \"referral_code\": \"EP4N9A\",\r\n                \"activated\": 1,\r\n                \"activated_on\": null,\r\n                \"last_login_date\": \"2024-08-10T23:07:48.000Z\",\r\n                \"blacklisted\": 0,\r\n                \"reason\": null,\r\n                \"created_on\": \"2024-08-10T23:07:48.000Z\"\r\n            }\r\n            \r\n        ]\r\n    },\r\n    \"meta\": {\r\n        \"cost\": 100,\r\n        \"balance\": 1555\r\n    }\r\n}"}],"_postman_id":"51f6aa0e-ca8d-4073-a151-7fcebdce0919"},{"name":"Get Customer Logs","id":"c25aaacb-92ba-478a-a12d-5124aea3d7c5","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://adjutor.lendsqr.com/v2/customers/:id/logs","description":"<p>Retrieve logs related to a specific customer's activities by their unique ID.</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<your-api-token>"}]},"isInherited":true,"source":{"_postman_id":"9a2d86b7-a837-4de9-8302-3f37b628d40e","id":"9a2d86b7-a837-4de9-8302-3f37b628d40e","name":"Adjutor API Service","type":"collection"}},"urlObject":{"path":[":id","logs"],"host":["https://adjutor.lendsqr.com/v2/customers"],"query":[],"variable":[{"type":"any","value":"","key":"id"}]}},"response":[{"id":"91d6c7fc-305e-4732-893c-87e126772ca0","name":"Get Customer Logs","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://adjutor.lendsqr.com/v2/customers/:id/logs","host":["https://adjutor.lendsqr.com/v2/customers"],"path":[":id","logs"],"variable":[{"key":"id","value":""}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": \"success\",\n    \"message\": \"Successful\",\n    \"data\": {\n        \"logs\": [\n            {\n                \"id\": 98765432,\n                \"org_id\": 1234,\n                \"user_id\": 5678901,\n                \"admin_id\": null,\n                \"description\": \"John D. Smith User created loan with RC9876543/1234/0009876543\",\n                \"created_on\": \"2025-02-25T10:45:30.000Z\",\n                \"created_by\": 5678901,\n                \"user\": {\n                    \"first_name\": \"John D.\",\n                    \"last_name\": \"Smith\",\n                    \"email\": \"john.doe@example.com\"\n                },\n                \"organization\": {\n                    \"name\": \"FinanceCorp\",\n                    \"type\": \"lender\",\n                    \"id\": 1234\n                }\n            },\n            {\n                \"id\": 98765431,\n                \"org_id\": 1234,\n                \"user_id\": 5678901,\n                \"admin_id\": null,\n                \"description\": \"John D. Smith successfully authenticated themselves.\",\n                \"created_on\": \"2025-02-25T10:45:29.000Z\",\n                \"created_by\": 5678901,\n                \"user\": {\n                    \"first_name\": \"John D.\",\n                    \"last_name\": \"Smith\",\n                    \"email\": \"john.doe@example.com\"\n                },\n                \"organization\": {\n                    \"name\": \"FinanceCorp\",\n                    \"type\": \"lender\",\n                    \"id\": 1234\n                }\n            },\n            {\n                \"id\": 98765430,\n                \"org_id\": 1234,\n                \"user_id\": 5678901,\n                \"admin_id\": null,\n                \"description\": \"John D. Smith applied for a loan.\",\n                \"created_on\": \"2025-02-25T10:45:10.000Z\",\n                \"created_by\": 5678901,\n                \"user\": {\n                    \"first_name\": \"John D.\",\n                    \"last_name\": \"Smith\",\n                    \"email\": \"john.doe@example.com\"\n                },\n                \"organization\": {\n                    \"name\": \"FinanceCorp\",\n                    \"type\": \"lender\",\n                    \"id\": 1234\n                }\n            }\n        ]\n    }\n}"}],"_postman_id":"c25aaacb-92ba-478a-a12d-5124aea3d7c5"}],"id":"675ec8dd-90e7-4c0d-8560-1bd4b91fe845","description":"<p>This section includes APIs related to customer management. It allows for creating, retrieving, updating, and deleting customer information, as well as managing customer profiles and documents. These APIs provide essential tools for handling customer data efficiently.</p>\n","event":[{"listen":"prerequest","script":{"type":"text/javascript","exec":["\r",""],"id":"ff1a3c0d-8996-4a27-94ee-0e190fd403c4"}},{"listen":"test","script":{"type":"text/javascript","packages":{},"exec":[""],"id":"ca990d34-ddff-4b03-a85c-db5a8b3f8c63"}}],"_postman_id":"675ec8dd-90e7-4c0d-8560-1bd4b91fe845","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<your-api-token>"}]},"isInherited":true,"source":{"_postman_id":"9a2d86b7-a837-4de9-8302-3f37b628d40e","id":"9a2d86b7-a837-4de9-8302-3f37b628d40e","name":"Adjutor API Service","type":"collection"}}},{"name":"Accounts","item":[{"name":"Get Customer Bank Accounts","id":"f94a5d18-d48c-4d1a-9a97-6594f12b744c","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://adjutor.lendsqr.com/v2/customers/:id/bank-accounts","description":"<p>Retrieve a list of bank accounts associated with a specific customer by their unique ID. This endpoint is useful for displaying current bank account details on user profiles or for auditing purposes.</p>\n<p><strong>Response:</strong> Returns an array of bank accounts, including details such as account number, bank code, and account name.</p>\n<h4 id=\"response-payload\">Response Payload</h4>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Properties</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><strong>banks</strong> ᵃʳʳᵃʸ  <br />List of bank accounts associated with the user</td>\n</tr>\n<tr>\n<td><strong>id</strong> ⁱⁿᵗᵉᵍᵉʳ  <br />Unique identifier for the bank record</td>\n</tr>\n<tr>\n<td><strong>org_id</strong> ⁱⁿᵗᵉᵍᵉʳ  <br />Organization ID associated with the bank account</td>\n</tr>\n<tr>\n<td><strong>user_id</strong> ⁱⁿᵗᵉᵍᵉʳ  <br />User ID associated with the bank account</td>\n</tr>\n<tr>\n<td><strong>account_number</strong> ˢᵗʳⁱⁿᵍ  <br />Bank account number (partially masked in UI)</td>\n</tr>\n<tr>\n<td><strong>account_name</strong> ˢᵗʳⁱⁿᵍ  <br />Name of the account holder</td>\n</tr>\n<tr>\n<td><strong>authorization_code</strong> ˢᵗʳⁱⁿᵍ  <br />Authorization code, if applicable</td>\n</tr>\n<tr>\n<td><strong>account_type</strong> ˢᵗʳⁱⁿᵍ  <br />Type of account (e.g., <code>bank</code>)</td>\n</tr>\n<tr>\n<td><strong>currency</strong> ˢᵗʳⁱⁿᵍ  <br />Currency of the account (e.g., <code>NGN</code>)</td>\n</tr>\n<tr>\n<td><strong>bank_code</strong> ˢᵗʳⁱⁿᵍ  <br />Bank's unique code identifier</td>\n</tr>\n<tr>\n<td><strong>bvn</strong> ˢᵗʳⁱⁿᵍ  <br />Bank Verification Number (partially masked)</td>\n</tr>\n<tr>\n<td><strong>meta</strong> ˢᵗʳⁱⁿᵍ  <br />JSON metadata related to the bank account</td>\n</tr>\n<tr>\n<td><strong>tier</strong> ˢᵗʳⁱⁿᵍ  <br />Account tier level (if applicable)</td>\n</tr>\n<tr>\n<td><strong>is_primary</strong> ᵇᵒᵒˡᵉᵃⁿ  <br />Indicates if this is the primary account (1 = Yes, 0 = No)</td>\n</tr>\n<tr>\n<td><strong>created_on</strong> ˢᵗʳⁱⁿᵍ  <br />Timestamp of account creation (YYYY-MM-DDTHH:mm:ss.sssZ)</td>\n</tr>\n<tr>\n<td><strong>created_by</strong> ⁱⁿᵗᵉᵍᵉʳ  <br />User ID of who created the record</td>\n</tr>\n<tr>\n<td><strong>modified_on</strong> ˢᵗʳⁱⁿᵍ  <br />Timestamp of last**_**</td>\n</tr>\n<tr>\n<td><strong>modified_by</strong> ⁱⁿᵗᵉᵍᵉʳ  <br />User ID of who last modified the record</td>\n</tr>\n<tr>\n<td><strong>deleted_flag</strong> ᵇᵒᵒˡᵉᵃⁿ  <br />Indicates if the account is deleted (0 = No, 1 = Yes)</td>\n</tr>\n<tr>\n<td><strong>deleted_on</strong> ˢᵗʳⁱⁿᵍ  <br />Timestamp of account deletion, if applicable</td>\n</tr>\n<tr>\n<td><strong>deleted_by</strong> ⁱⁿᵗᵉᵍᵉʳ  <br />User ID of who deleted the record, if applicable</td>\n</tr>\n</tbody>\n</table>\n</div><h4 id=\"bank-details-object-details\">Bank Details Object (<code>details</code>)</h4>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Property</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><strong>id</strong> ⁱⁿᵗᵉᵍᵉʳ  <br />Unique identifier for the bank details record</td>\n</tr>\n<tr>\n<td><strong>base_code</strong> ˢᵗʳⁱⁿᵍ  <br />Base code for the bank</td>\n</tr>\n<tr>\n<td><strong>country</strong> ˢᵗʳⁱⁿᵍ  <br />Country code (e.g., <code>NGA</code>)</td>\n</tr>\n<tr>\n<td><strong>ref_code</strong> ˢᵗʳⁱⁿᵍ  <br />Reference code for the bank</td>\n</tr>\n<tr>\n<td><strong>code_description</strong> ˢᵗʳⁱⁿᵍ  <br />Full name of the bank</td>\n</tr>\n<tr>\n<td><strong>additional_code</strong> ˢᵗʳⁱⁿᵍ  <br />Additional bank identifier</td>\n</tr>\n<tr>\n<td><strong>link_id</strong> ˢᵗʳⁱⁿᵍ  <br />Internal link identifier for the bank</td>\n</tr>\n<tr>\n<td><strong>url</strong> ˢᵗʳⁱⁿᵍ  <br />URL to the bank's logo</td>\n</tr>\n<tr>\n<td><strong>meta</strong> ˢᵗʳⁱⁿᵍ  <br />JSON metadata containing additional bank details</td>\n</tr>\n<tr>\n<td><strong>created_on</strong> ˢᵗʳⁱⁿᵍ  <br />Timestamp of when the bank details were created</td>\n</tr>\n<tr>\n<td><strong>created_by</strong> ⁱⁿᵗᵉᵍᵉʳ  <br />User ID of who created the record</td>\n</tr>\n<tr>\n<td><strong>modified_on</strong> ˢᵗʳⁱⁿᵍ  <br />Timestamp of last modification</td>\n</tr>\n<tr>\n<td><strong>modified_by</strong> ⁱⁿᵗᵉᵍᵉʳ  <br />User ID of who last modified the record</td>\n</tr>\n<tr>\n<td><strong>deleted_flag</strong> ᵇᵒᵒˡᵉᵃⁿ  <br />Indicates if the bank details are deleted (0 = No, 1 = Yes)</td>\n</tr>\n<tr>\n<td><strong>deleted_on</strong> ˢᵗʳⁱⁿᵍ  <br />Timestamp of deletion, if applicable</td>\n</tr>\n<tr>\n<td><strong>deleted_by</strong> ⁱⁿᵗᵉᵍᵉʳ  <br />User ID of who deleted the record, if applicable</td>\n</tr>\n</tbody>\n</table>\n</div>","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<your-api-token>"}]},"isInherited":true,"source":{"_postman_id":"9a2d86b7-a837-4de9-8302-3f37b628d40e","id":"9a2d86b7-a837-4de9-8302-3f37b628d40e","name":"Adjutor API Service","type":"collection"}},"urlObject":{"path":[":id","bank-accounts"],"host":["https://adjutor.lendsqr.com/v2/customers"],"query":[],"variable":[{"type":"any","value":"","key":"id"}]}},"response":[{"id":"b7c7f8cc-d849-456d-9d0e-9b3083a535d3","name":"Get Customer Bank Accounts","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://adjutor.lendsqr.com/v2/customers/:id/bank-accounts","host":["https://adjutor.lendsqr.com/v2/customers"],"path":[":id","bank-accounts"],"variable":[{"key":"id","value":""}]}},"status":"OK","code":200,"_postman_previewlanguage":null,"header":null,"cookie":[],"responseTime":null,"body":"{\r\n    \"status\": \"success\",\r\n    \"message\": \"Successful\",\r\n    \"data\": {\r\n        \"banks\": [\r\n            {\r\n                \"id\": 1000111,\r\n                \"org_id\": 3415,\r\n                \"user_id\": 0001115,\r\n                \"account_number\": \"0000040001\",\r\n                \"account_name\": \"Sample user\",\r\n                \"authorization_code\": null,\r\n                \"account_type\": \"bank\",\r\n                \"currency\": \"NGN\",\r\n                \"bank_code\": \"058\",\r\n                \"bvn\": \"33*******89\",\r\n                \"meta\": \"{\\\"transit_number\\\":\\\"\\\"}\",\r\n                \"tier\": \"\",\r\n                \"is_primary\": 1,\r\n                \"created_on\": \"2024-08-20T16:29:02.000Z\",\r\n                \"created_by\": 000111,\r\n                \"modified_on\": \"2024-08-20T16:29:02.000Z\",\r\n                \"modified_by\": null,\r\n                \"deleted_flag\": 0,\r\n                \"deleted_on\": null,\r\n                \"deleted_by\": null,\r\n                \"details\": {\r\n                    \"id\": 963,\r\n                    \"base_code\": \"B3\",\r\n                    \"country\": \"NGA\",\r\n                    \"ref_code\": \"14\",\r\n                    \"code_description\": \"Guaranty Trust Bank\",\r\n                    \"additional_code\": \"058\",\r\n                    \"link_id\": \"000013\",\r\n                    \"url\": \"https://documents.lendsqr.com/lsq-lendstack-files/bank_logos/058.png\",\r\n                    \"meta\": \"{\\\"type\\\":\\\"bank\\\",\\\"mandate-service\\\":\\\"nibss-easypay\\\",\\\"mandate-activation-amount\\\":50,\\\"mandate-activation-bank\\\":\\\"Paystack-Titan\\\",\\\"mandate-activation-account-number\\\":\\\"9880218357\\\",\\\"mybankstatement-id\\\":13,\\\"mybankstatement-guide\\\":\\\"Please visit https://lsq.li/mbs-guide to know how to get your ticket number and password\\\",\\\"mybankstatement-activation\\\":\\\"bank-app\\\"}\",\r\n                    \"created_on\": \"2020-06-26T17:09:40.000Z\",\r\n                    \"created_by\": null,\r\n                    \"modified_on\": \"2025-01-15T23:13:34.000Z\",\r\n                    \"modified_by\": null,\r\n                    \"deleted_flag\": 0,\r\n                    \"deleted_on\": null,\r\n                    \"deleted_by\": null\r\n                }\r\n            }\r\n        ]\r\n    },\r\n    \"meta\": {\r\n        \"cost\": 0,\r\n        \"balance\": 1240\r\n    }\r\n}  "}],"_postman_id":"f94a5d18-d48c-4d1a-9a97-6594f12b744c"},{"name":"Add Customer Bank Account","id":"d2b9d546-6bea-439c-a83c-1a0c5a73fa68","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"account_number\": \"0428342789\",\r\n    \"bank_code\": \"068\",\r\n    \"account_name\": \"Test Account\",\r\n    \"account_type\": \"bank\"\r\n}","options":{"raw":{"language":"json"}}},"url":"https://adjutor.lendsqr.com/v2/customers/:id/bank-accounts","description":"<p>Add a new bank account for a specific customer by their unique ID.</p>\n<ul>\n<li><p><strong>Request:</strong> Requires bank account details including account number, bank code, account name, and account type.</p>\n</li>\n<li><p><strong>Response:</strong> Confirms the addition of the bank account or returns an error if the operation fails.</p>\n</li>\n</ul>\n<h4 id=\"request-payload\">Request Payload</h4>\n<p><strong>account_number</strong> * ˢᵗʳⁱⁿᵍ<br />The user's bank account number (10 digits).</p>\n<p><strong>bank_code</strong> * ˢᵗʳⁱⁿᵍ<br />The code representing the bank. You can get the bank code definitions from <a href=\"https://api.adjutor.io/#19ca6234-5179-4256-9c22-1103a06e172b\"><b>Get list of banks</b></a>.</p>\n<p><strong>account_name</strong> * ˢᵗʳⁱⁿᵍ<br />The name on the bank account.</p>\n<p><strong>account_type</strong> * ˢᵗʳⁱⁿᵍ<br />The type of account (e.g., \"bank\").</p>\n<h4 id=\"response-payload\">Response Payload</h4>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Properties</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><strong>id</strong> ⁱⁿᵗᵉᵍᵉʳ  <br />Unique identifier for the bank details record</td>\n</tr>\n<tr>\n<td><strong>base_code</strong> ˢᵗʳⁱⁿᵍ  <br />Base code for the bank</td>\n</tr>\n<tr>\n<td><strong>country</strong> ˢᵗʳⁱⁿᵍ  <br />Country code (e.g., NGA)</td>\n</tr>\n<tr>\n<td><strong>ref_code</strong> ˢᵗʳⁱⁿᵍ  <br />Reference code for the bank</td>\n</tr>\n<tr>\n<td><strong>code_description</strong> ˢᵗʳⁱⁿᵍ  <br />Full name of the bank</td>\n</tr>\n<tr>\n<td><strong>additional_code</strong> ˢᵗʳⁱⁿᵍ  <br />Additional bank identifier</td>\n</tr>\n<tr>\n<td><strong>link_id</strong> ˢᵗʳⁱⁿᵍ  <br />Internal link identifier for the bank</td>\n</tr>\n<tr>\n<td><strong>url</strong> ˢᵗʳⁱⁿᵍ  <br />URL to the bank's logo</td>\n</tr>\n<tr>\n<td><strong>meta</strong> ˢᵗʳⁱⁿᵍ  <br />JSON metadata containing additional bank details</td>\n</tr>\n<tr>\n<td><strong>created_on</strong> ˢᵗʳⁱⁿᵍ  <br />Timestamp of when the bank details were created</td>\n</tr>\n<tr>\n<td><strong>created_by</strong> ⁱⁿᵗᵉᵍᵉʳ  <br />User ID of who created the record</td>\n</tr>\n<tr>\n<td><strong>modified_on</strong> ˢᵗʳⁱⁿᵍ  <br />Timestamp of last modification</td>\n</tr>\n<tr>\n<td><strong>modified_by</strong> ⁱⁿᵗᵉᵍᵉʳ  <br />User ID of who last modified the record</td>\n</tr>\n<tr>\n<td><strong>deleted_flag</strong> ᵇᵒᵒˡᵉᵃⁿ  <br />Indicates if the bank details are deleted (0 = No, 1 = Yes)</td>\n</tr>\n<tr>\n<td><strong>deleted_on</strong> ˢᵗʳⁱⁿᵍ  <br />Timestamp of when the bank details were deleted, if applicable</td>\n</tr>\n<tr>\n<td><strong>deleted_by</strong> ⁱⁿᵗᵉᵍᵉʳ  <br />User ID of who deleted the record, if applicable</td>\n</tr>\n</tbody>\n</table>\n</div><h4 id=\"bank-details-object-details\">Bank Details Object (<code>details</code>)</h4>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Properties</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><strong>id</strong> ⁱⁿᵗᵉᵍᵉʳ  <br />Unique identifier for the bank details record</td>\n</tr>\n<tr>\n<td><strong>base_code</strong> ˢᵗʳⁱⁿᵍ  <br />Base code for the bank</td>\n</tr>\n<tr>\n<td><strong>country</strong> ˢᵗʳⁱⁿᵍ  <br />Country code (e.g., <code>NGA</code>)</td>\n</tr>\n<tr>\n<td><strong>ref_code</strong> ˢᵗʳⁱⁿᵍ  <br />Reference code for the bank</td>\n</tr>\n<tr>\n<td><strong>code_description</strong> ˢᵗʳⁱⁿᵍ  <br />Full name of the bank</td>\n</tr>\n<tr>\n<td><strong>additional_code</strong> ˢᵗʳⁱⁿᵍ  <br />Additional bank identifier</td>\n</tr>\n<tr>\n<td><strong>link_id</strong> ˢᵗʳⁱⁿᵍ  <br />Internal link identifier for the bank</td>\n</tr>\n<tr>\n<td><strong>url</strong> ˢᵗʳⁱⁿᵍ  <br />URL to the bank's logo</td>\n</tr>\n<tr>\n<td><strong>meta</strong> ˢᵗʳⁱⁿᵍ  <br />JSON metadata containing additional bank details</td>\n</tr>\n<tr>\n<td><strong>created_on</strong> ˢᵗʳⁱⁿᵍ  <br />Timestamp of when the bank details were created</td>\n</tr>\n<tr>\n<td><strong>created_by</strong> ⁱⁿᵗᵉᵍᵉʳ  <br />User ID of who created the record</td>\n</tr>\n<tr>\n<td><strong>modified_on</strong> ˢᵗʳⁱⁿᵍ  <br />Timestamp of last modification</td>\n</tr>\n<tr>\n<td><strong>modified_by</strong> ⁱⁿᵗᵉᵍᵉʳ  <br />User ID of who last modified the record</td>\n</tr>\n<tr>\n<td><strong>deleted_flag</strong> ᵇᵒᵒˡᵉᵃⁿ  <br />Indicates if the bank details are deleted (0 = No, 1 = Yes)</td>\n</tr>\n<tr>\n<td><strong>deleted_on</strong> ˢᵗʳⁱⁿᵍ  <br />Timestamp of when the bank details were deleted, if applicable</td>\n</tr>\n<tr>\n<td><strong>deleted_by</strong> ⁱⁿᵗᵉᵍᵉʳ  <br />User ID of who deleted the record, if applicable</td>\n</tr>\n</tbody>\n</table>\n</div>","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<your-api-token>"}]},"isInherited":true,"source":{"_postman_id":"9a2d86b7-a837-4de9-8302-3f37b628d40e","id":"9a2d86b7-a837-4de9-8302-3f37b628d40e","name":"Adjutor API Service","type":"collection"}},"urlObject":{"path":[":id","bank-accounts"],"host":["https://adjutor.lendsqr.com/v2/customers"],"query":[],"variable":[{"type":"any","value":"","key":"id"}]}},"response":[{"id":"3e2e3d68-8e41-479b-b09c-bbe6272d4616","name":"Add Customer Bank Account","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"account_number\": \"0428342789\",\r\n    \"bank_code\": \"068\",\r\n    \"account_name\": \"Test Account\",\r\n    \"account_type\": \"bank\"\r\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"https://adjutor.lendsqr.com/v2/customers/:id/bank-accounts","host":["https://adjutor.lendsqr.com/v2/customers"],"path":[":id","bank-accounts"],"variable":[{"key":"id","value":""}]}},"status":"OK","code":200,"_postman_previewlanguage":null,"header":null,"cookie":[],"responseTime":null,"body":"{\r\n    \"status\": \"success\",\r\n    \"message\": \"Successful\",\r\n    \"data\": {\r\n        \"user_id\": 0000112,\r\n        \"org_id\": 3415,\r\n        \"bank_code\": \"058\",\r\n        \"currency\": \"NGN\",\r\n        \"bvn\": \"22000000099\",\r\n        \"tier\": \"\",\r\n        \"is_primary\": 1,\r\n        \"account_number\": \"0000066778\",\r\n        \"account_type\": \"bank\",\r\n        \"authorization_code\": null,\r\n        \"account_name\": \"Sample user\",\r\n        \"meta\": \"{\\\"transit_number\\\":\\\"\\\"}\",\r\n        \"created_by\": 000778,\r\n        \"id\": 1460739,\r\n        \"created_on\": \"2025-01-16T21:17:10.000Z\",\r\n        \"modified_on\": \"2025-01-16T21:17:10.000Z\",\r\n        \"modified_by\": null,\r\n        \"deleted_flag\": 0,\r\n        \"deleted_on\": null,\r\n        \"deleted_by\": null,\r\n        \"details\": {\r\n            \"id\": 903,\r\n            \"base_code\": \"03\",\r\n            \"country\": \"NGA\",\r\n            \"ref_code\": \"14\",\r\n            \"code_description\": \"Guaranty Trust Bank\",\r\n            \"additional_code\": \"058\",\r\n            \"link_id\": \"000013\",\r\n            \"org_id\": null,\r\n            \"url\": \"https://documents.lendsqr.com/lsq-lendstack-files/bank_logos/058.png\",\r\n            \"meta\": \"{\\\"type\\\":\\\"bank\\\",\\\"mandate-service\\\":\\\"nibss-easypay\\\",\\\"mandate-activation-amount\\\":50,\\\"mandate-activation-bank\\\":\\\"Paystack-Titan\\\",\\\"mandate-activation-account-number\\\":\\\"9880218357\\\",\\\"mybankstatement-id\\\":13,\\\"mybankstatement-guide\\\":\\\"Please visit https://lsq.li/mbs-guide to know how to get your ticket number and password\\\",\\\"mybankstatement-activation\\\":\\\"bank-app\\\"}\",\r\n            \"created_on\": \"2020-06-26T17:09:40.000Z\",\r\n            \"created_by\": null,\r\n            \"modified_on\": \"2025-01-15T23:13:34.000Z\",\r\n            \"modified_by\": null,\r\n            \"deleted_flag\": 0,\r\n            \"deleted_on\": null,\r\n            \"deleted_by\": null\r\n        }\r\n    },\r\n    \"meta\": {\r\n        \"cost\": 0,\r\n        \"balance\": 1240\r\n    }\r\n}"}],"_postman_id":"d2b9d546-6bea-439c-a83c-1a0c5a73fa68"},{"name":"Delete Customer Bank Account","id":"7a82529d-b10a-4029-aa9c-bbc5593a1981","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[],"url":"https://adjutor.lendsqr.com/v2/customers/:id/bank-accounts/:bankAccountId","description":"<p>Delete a specific bank account associated with a customer by their unique ID and the bank account ID.</p>\n<p><strong>Response:</strong> Confirms the deletion of the bank account or provides an error message if the deletion could not be processed.</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<your-api-token>"}]},"isInherited":true,"source":{"_postman_id":"9a2d86b7-a837-4de9-8302-3f37b628d40e","id":"9a2d86b7-a837-4de9-8302-3f37b628d40e","name":"Adjutor API Service","type":"collection"}},"urlObject":{"path":[":id","bank-accounts",":bankAccountId"],"host":["https://adjutor.lendsqr.com/v2/customers"],"query":[],"variable":[{"type":"any","value":"","key":"id"},{"type":"any","value":"","key":"bankAccountId"}]}},"response":[{"id":"633483dc-0211-449f-949a-3ae4c68bc024","name":"Delete Customer Bank Account","originalRequest":{"method":"DELETE","header":[],"url":{"raw":"https://adjutor.lendsqr.com/v2/customers/:id/bank-accounts/:bankAccountId","host":["https://adjutor.lendsqr.com/v2/customers"],"path":[":id","bank-accounts",":bankAccountId"],"variable":[{"key":"id","value":""},{"key":"bankAccountId","value":""}]}},"status":"OK","code":200,"_postman_previewlanguage":null,"header":null,"cookie":[],"responseTime":null,"body":"{\r\n    \"status\": \"success\",\r\n    \"message\": \"Successful\",\r\n    \"data\": null,\r\n    \"meta\": {\r\n        \"cost\": 0,\r\n        \"balance\": 1240\r\n    }\r\n}"}],"_postman_id":"7a82529d-b10a-4029-aa9c-bbc5593a1981"}],"id":"f39ec966-b8aa-4530-86e8-e5303160ffaf","description":"<p>APIs in this section manage customer bank accounts. They include endpoints for retrieving, adding, and deleting bank accounts associated with a customer. These APIs enable efficient management of customer bank account details, ensuring accurate and up-to-date information is maintained.</p>\n","_postman_id":"f39ec966-b8aa-4530-86e8-e5303160ffaf","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<your-api-token>"}]},"isInherited":true,"source":{"_postman_id":"9a2d86b7-a837-4de9-8302-3f37b628d40e","id":"9a2d86b7-a837-4de9-8302-3f37b628d40e","name":"Adjutor API Service","type":"collection"}}},{"name":"Loans","item":[{"name":"Get Loan Products","id":"046b0002-fdc2-4e4e-8b3a-29afb47f38b0","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://adjutor.lendsqr.com/v2/loan-products","description":"<p>Retrieve a list of available loan products.</p>\n<h3 id=\"response-payload\">Response Payload</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Property</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><strong>id</strong> ⁱⁿᵗᵉᵍᵉʳ <br />Unique identifier for the loan product</td>\n</tr>\n<tr>\n<td><strong>name</strong> ˢᵗʳⁱⁿᵍ <br />Name of the loan product</td>\n</tr>\n<tr>\n<td><strong>description</strong> ˢᵗʳⁱⁿᵍ <br />Description of the loan product</td>\n</tr>\n<tr>\n<td><strong>min_amount</strong> ⁱⁿᵗᵉᵍᵉʳ <br />Minimum loan amount that can be requested</td>\n</tr>\n<tr>\n<td><strong>max_amount</strong> ⁱⁿᵗᵉᵍᵉʳ <br />Maximum loan amount that can be requested</td>\n</tr>\n<tr>\n<td><strong>currency</strong> ˢᵗʳⁱⁿᵍ <br />Currency in which the loan is offered (e.g., NGN)</td>\n</tr>\n<tr>\n<td><strong>interest_rate</strong> ᶠˡᵒᵃᵗ <br />Interest rate applied to the loan</td>\n</tr>\n<tr>\n<td><strong>interest_period</strong> ˢᵗʳⁱⁿᵍ <br />Period for which interest is calculated (e.g., months)</td>\n</tr>\n<tr>\n<td><strong>frequency</strong> ˢᵗʳⁱⁿᵍ <br />Frequency of loan repayments (e.g., monthly)</td>\n</tr>\n<tr>\n<td><strong>min_interest_amount</strong> ⁱⁿᵗᵉᵍᵉʳ <br />Minimum interest amount applicable</td>\n</tr>\n<tr>\n<td><strong>min_tenor_value</strong> ⁱⁿᵗᵉᵍᵉʳ <br />Minimum tenure value of the loan</td>\n</tr>\n<tr>\n<td><strong>max_tenor_value</strong> ⁱⁿᵗᵉᵍᵉʳ <br />Maximum tenure value of the loan</td>\n</tr>\n<tr>\n<td><strong>min_tenor_period</strong> ˢᵗʳⁱⁿᵍ <br />Period unit for the minimum tenure (e.g., months)</td>\n</tr>\n<tr>\n<td><strong>max_tenor_period</strong> ˢᵗʳⁱⁿᵍ <br />Period unit for the maximum tenure (e.g., months)</td>\n</tr>\n<tr>\n<td><strong>sort_order</strong> ⁱⁿᵗᵉᵍᵉʳ <br />Sorting order of the loan product</td>\n</tr>\n<tr>\n<td><strong>status</strong> ⁱⁿᵗᵉᵍᵉʳ <br />Status of the loan product (1 = Active, 0 = Inactive)</td>\n</tr>\n<tr>\n<td><strong>collection_method</strong> ˢᵗʳⁱⁿᵍ <br />Method used for loan repayment (e.g., direct_debit)</td>\n</tr>\n<tr>\n<td><strong>disburse_to</strong> ˢᵗʳⁱⁿᵍ <br />Destination for loan disbursement (e.g., wallet)</td>\n</tr>\n<tr>\n<td><strong>allow_multi_tenor</strong> ᵇᵒᵒˡᵉᵃⁿ <br />Indicates if multiple tenure options are allowed</td>\n</tr>\n<tr>\n<td><strong>channel</strong> ˢᵗʳⁱⁿᵍ <br />Channel through which the loan can be accessed (e.g., App)</td>\n</tr>\n<tr>\n<td><strong>organizations.id</strong> ⁱⁿᵗᵉᵍᵉʳ <br />Unique identifier for the organization</td>\n</tr>\n<tr>\n<td><strong>organizations.name</strong> ˢᵗʳⁱⁿᵍ <br />Name of the lending organization</td>\n</tr>\n<tr>\n<td><strong>organizations.type</strong> ˢᵗʳⁱⁿᵍ <br />Type of organization (e.g., lender)</td>\n</tr>\n<tr>\n<td><strong>documents</strong> ᵃʳʳᵃʸ <br />List of required documents for the loan product</td>\n</tr>\n<tr>\n<td><strong>attributes.minimum_amount_before_statement</strong> ⁱⁿᵗᵉᵍᵉʳ <br />Minimum amount before a statement is required</td>\n</tr>\n<tr>\n<td><strong>attributes.require_guarantor</strong> ᵇᵒᵒˡᵉᵃⁿ <br />Indicates if a guarantor is required</td>\n</tr>\n<tr>\n<td><strong>attributes.require_document</strong> ᵇᵒᵒˡᵉᵃⁿ <br />Indicates if additional documents are required</td>\n</tr>\n<tr>\n<td><strong>attributes.borrower_message</strong> ˢᵗʳⁱⁿᵍ <br />Message displayed to the borrower</td>\n</tr>\n<tr>\n<td><strong>attributes.guarantor_message</strong> ˢᵗʳⁱⁿᵍ <br />Message for the guarantor about responsibilities</td>\n</tr>\n<tr>\n<td><strong>attributes.guarantor_oraculi_modules</strong> ˢᵗʳⁱⁿᵍ <br />Modules used for guarantor validation</td>\n</tr>\n<tr>\n<td><strong>attributes.no_of_guarantors</strong> ⁱⁿᵗᵉᵍᵉʳ <br />Number of guarantors required</td>\n</tr>\n<tr>\n<td><strong>attributes.channels</strong> ˢᵗʳⁱⁿᵍ <br />Channels where the loan is available</td>\n</tr>\n<tr>\n<td><strong>attributes.direct_debit_provider</strong> ˢᵗʳⁱⁿᵍ <br />Provider for direct debit</td>\n</tr>\n<tr>\n<td><strong>attributes.card_processor</strong> ˢᵗʳⁱⁿᵍ <br />Card payment processor</td>\n</tr>\n<tr>\n<td><strong>attributes.require-location</strong> ᵇᵒᵒˡᵉᵃⁿ <br />Indicates if location is required</td>\n</tr>\n<tr>\n<td><strong>attributes.prequalify</strong> ᵇᵒᵒˡᵉᵃⁿ <br />Specifies if prequalification is needed</td>\n</tr>\n<tr>\n<td><strong>attributes.offer_expiry</strong> ⁱⁿᵗᵉᵍᵉʳ <br />Hours before the loan offer expires</td>\n</tr>\n<tr>\n<td><strong>attributes.request-payment-method</strong> ˢᵗʳⁱⁿᵍ <br />When payment method is requested</td>\n</tr>\n<tr>\n<td><strong>attributes.repayment-methods.debit-card</strong> ᵇᵒᵒˡᵉᵃⁿ <br />If debit card payments are allowed</td>\n</tr>\n<tr>\n<td><strong>attributes.repayment-methods.direct-debit</strong> ᵇᵒᵒˡᵉᵃⁿ <br />If direct debit is allowed</td>\n</tr>\n<tr>\n<td><strong>attributes.repayment-methods.none</strong> ᵇᵒᵒˡᵉᵃⁿ <br />If no repayment method is required</td>\n</tr>\n<tr>\n<td><strong>attributes.loan_extension_features.active</strong> ᵇᵒᵒˡᵉᵃⁿ <br />If loan extension is allowed</td>\n</tr>\n<tr>\n<td><strong>attributes.loan_extension_features.max_extension_period</strong> ⁱⁿᵗᵉᵍᵉʳ <br />Max extension period in days</td>\n</tr>\n<tr>\n<td><strong>attributes.loan_extension_features.extension_limit</strong> ⁱⁿᵗᵉᵍᵉʳ <br />Max number of extensions allowed</td>\n</tr>\n<tr>\n<td><strong>attributes.show_only_clf</strong> ᵇᵒᵒˡᵉᵃⁿ <br />If only CLF loans should show</td>\n</tr>\n<tr>\n<td><strong>attributes.loan_verifier</strong> ˢᵗʳⁱⁿᵍ <br />Verifier used for the loan</td>\n</tr>\n<tr>\n<td><strong>attributes.bnpl-configurations</strong> ˢᵗʳⁱⁿᵍ <br />BNPL configuration (JSON)</td>\n</tr>\n<tr>\n<td><strong>attributes.upfront-interest-payment</strong> ᵇᵒᵒˡᵉᵃⁿ <br />If interest is paid upfront</td>\n</tr>\n<tr>\n<td><strong>attributes.upfront-fee-payment</strong> ᵇᵒᵒˡᵉᵃⁿ <br />If fees are paid upfront</td>\n</tr>\n<tr>\n<td><strong>attributes.create-loan-on-cba</strong> ᵇᵒᵒˡᵉᵃⁿ <br />If loan should be created on CBA</td>\n</tr>\n<tr>\n<td><strong>attributes.allow-fractional-amounts</strong> ᵇᵒᵒˡᵉᵃⁿ <br />If fractional loan amounts are allowed</td>\n</tr>\n<tr>\n<td><strong>attributes.publicly-listed</strong> ᵇᵒᵒˡᵉᵃⁿ <br />If the loan is publicly listed</td>\n</tr>\n<tr>\n<td><strong>attributes.require-nin</strong> ᵇᵒᵒˡᵉᵃⁿ <br />If NIN is required</td>\n</tr>\n<tr>\n<td><strong>attributes.first-due-date</strong> ˢᵗʳⁱⁿᵍ <br />First due date for repayment</td>\n</tr>\n<tr>\n<td><strong>attributes.redirect-to-web.active</strong> ᵇᵒᵒˡᵉᵃⁿ <br />If users should be redirected to web</td>\n</tr>\n<tr>\n<td><strong>attributes.redirect-to-web.link-label</strong> ˢᵗʳⁱⁿᵍ <br />Label for the redirect link</td>\n</tr>\n<tr>\n<td><strong>attributes.redirect-to-web.link-description</strong> ˢᵗʳⁱⁿᵍ <br />Description of the web redirect</td>\n</tr>\n<tr>\n<td><strong>attributes.loan-request-checklist.active</strong> ᵇᵒᵒˡᵉᵃⁿ <br />If checklist is needed before approval</td>\n</tr>\n<tr>\n<td><strong>attributes.attach-repayment-breakdown-to-approval-email</strong> ᵇᵒᵒˡᵉᵃⁿ <br />If repayment breakdown should be emailed</td>\n</tr>\n<tr>\n<td><strong>attributes.fetch-accounts-from-bvn.active</strong> ᵇᵒᵒˡᵉᵃⁿ <br />If accounts should be fetched using BVN</td>\n</tr>\n<tr>\n<td><strong>attributes.fetch-accounts-from-bvn.accounts-required</strong> ⁱⁿᵗᵉᵍᵉʳ <br />Number of accounts required</td>\n</tr>\n<tr>\n<td><strong>attributes.rounding-strategy</strong> ˢᵗʳⁱⁿᵍ <br />Strategy used for rounding repayments</td>\n</tr>\n<tr>\n<td><strong>product_disbursement_roles</strong> ᵃʳʳᵃʸ <br />List of disbursement roles</td>\n</tr>\n<tr>\n<td><strong>product_disbursement_roles.id</strong> ⁱⁿᵗᵉᵍᵉʳ <br />Unique identifier for the role</td>\n</tr>\n<tr>\n<td><strong>product_disbursement_roles.role_id</strong> ⁱⁿᵗᵉᵍᵉʳ <br />Role identifier</td>\n</tr>\n<tr>\n<td><strong>product_disbursement_roles.product_id</strong> ⁱⁿᵗᵉᵍᵉʳ <br />Loan product associated</td>\n</tr>\n<tr>\n<td><strong>product_disbursement_roles.created_on</strong> ˢᵗʳⁱⁿᵍ <br />Timestamp of role creation</td>\n</tr>\n<tr>\n<td><strong>product_disbursement_roles.created_by</strong> ⁱⁿᵗᵉᵍᵉʳ <br />User ID of creator</td>\n</tr>\n<tr>\n<td><strong>product_disbursement_roles.modified_on</strong> ˢᵗʳⁱⁿᵍ <br />Timestamp of last modification</td>\n</tr>\n<tr>\n<td><strong>product_disbursement_roles.modified_by</strong> ⁱⁿᵗᵉᵍᵉʳ <br />User ID of modifier</td>\n</tr>\n<tr>\n<td><strong>product_disbursement_roles.deleted_on</strong> ˢᵗʳⁱⁿᵍ <br />Timestamp of deletion</td>\n</tr>\n<tr>\n<td><strong>product_disbursement_roles.deleted_flag</strong> ᵇᵒᵒˡᵉᵃⁿ <br />Flag indicating if deleted</td>\n</tr>\n<tr>\n<td><strong>product_disbursement_roles.deleted_by</strong> ⁱⁿᵗᵉᵍᵉʳ <br />User ID of who deleted the role</td>\n</tr>\n</tbody>\n</table>\n</div>","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<your-api-token>"}]},"isInherited":true,"source":{"_postman_id":"9a2d86b7-a837-4de9-8302-3f37b628d40e","id":"9a2d86b7-a837-4de9-8302-3f37b628d40e","name":"Adjutor API Service","type":"collection"}},"urlObject":{"host":["https://adjutor.lendsqr.com/v2/loan-products"],"query":[{"disabled":true,"key":"limit","value":""},{"disabled":true,"key":"max_amount","value":""},{"disabled":true,"key":"interest","value":""},{"disabled":true,"key":"status","value":""}],"variable":[]}},"response":[{"id":"052c5963-e626-4361-a0e1-c4bff0ceb747","name":"Get Loan Products","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://adjutor.lendsqr.com/v2/loan-products","host":["https://adjutor.lendsqr.com/v2/loan-products"],"query":[{"key":"limit","value":"","disabled":true},{"key":"max_amount","value":"","disabled":true},{"key":"interest","value":"","disabled":true},{"key":"status","value":"","disabled":true}]}},"status":"OK","code":200,"_postman_previewlanguage":null,"header":null,"cookie":[],"responseTime":null,"body":"{\r\n  \"status\": \"success\",\r\n  \"message\": \"Successful\",\r\n  \"data\": {\r\n    \"filtered\": [\r\n      {\r\n        \"id\": 16051,\r\n        \"name\": \"Test Loan Product\",\r\n        \"description\": \"Test Loan Product\",\r\n        \"min_amount\": 50,\r\n        \"max_amount\": 1000,\r\n        \"currency\": \"NGN\",\r\n        \"interest_rate\": 5,\r\n        \"interest_period\": \"months\",\r\n        \"frequency\": \"monthly\",\r\n        \"min_interest_amount\": 0,\r\n        \"min_tenor_value\": 1,\r\n        \"max_tenor_value\": 3,\r\n        \"min_tenor_period\": \"months\",\r\n        \"max_tenor_period\": \"months\",\r\n        \"sort_order\": null,\r\n        \"status\": 1,\r\n        \"collection_method\": \"direct_debit\",\r\n        \"disburse_to\": \"wallet\",\r\n        \"allow_multi_tenor\": 0,\r\n        \"channel\": \"App\",\r\n        \"organizations\": {\r\n          \"id\": 3415,\r\n          \"name\": \"organization name\",\r\n          \"type\": \"lender\"\r\n        },\r\n        \"documents\": [],\r\n        \"attributes\": {\r\n          \"minimum_amount_before_statement\": 100000000,\r\n          \"require_guarantor\": true,\r\n          \"require_document\": false,\r\n          \"borrower_message\": \"Your loan requires {no_of_guarantors} guarantor. They may be required by law to repay your loan should you not be able to pay back. Therefore, the guarantors must be people you know, trust, and are creditworthy. Your guarantors must know and trust you as well. Please note that your guarantors would see the full details of the loan you want to take When providing a guarantee, we would require your guarantors to validate their identity by providing their identity documents, bank account details and other information.\",\r\n          \"guarantor_message\": \"Hi Guarantor, you have been nominated as a guarantor by {full_name} on a {amount} loan from {organization_name}.\\n\\nAs a guarantor, you will be required to pay back this loan, inclusive of fees, interest, or charges, should {first_name} not able to pay. If you default, your details may be reported to the appropriate credit bureau.\",\r\n          \"guarantor_oraculi_modules\": \"Karma,Ecosystem\",\r\n          \"no_of_guarantors\": 1,\r\n          \"channels\": \"Web,Android,iOS,Mobile\",\r\n          \"data_provider\": \"\",\r\n          \"additional_loan_data\": null,\r\n          \"disburse_to_third_party\": false,\r\n          \"fenestra_bank_options\": \"\",\r\n          \"direct_debit_provider\": \"nibss-easypay\",\r\n          \"card_processor\": \"paystack\",\r\n          \"require-location\": false,\r\n          \"prequalify\": false,\r\n          \"offer_expiry\": 744,\r\n          \"request-payment-method\": \"after-loan-request\",\r\n          \"repayment-methods\": {\r\n            \"debit-card\": true,\r\n            \"direct-debit\": false,\r\n            \"none\": false\r\n          },\r\n          \"loan_extension_features\": {\r\n            \"active\": false,\r\n            \"max_extension_period\": 30,\r\n            \"extension_limit\": 3\r\n          },\r\n          \"show_only_clf\": false,\r\n          \"loan_verifier\": \"\",\r\n          \"loan-offerings\": null,\r\n          \"loan-approval-requirements\": null,\r\n          \"bnpl-configurations\": \"{\\\"bnpl\\\":{\\\"enabled\\\":false,\\\"application_successful_message\\\":\\\"Your payment was successful. An electronic copy of your document would be sent to your email address within 24hrs - 48hrs\\\",\\\"application_failed_message\\\":\\\"Your loan application was not successful. Go and sue someone.\\\",\\\"pay_now\\\":{\\\"enabled\\\":false,\\\"button_label\\\":\\\"Pay in full\\\",\\\"switch_to_pay_later\\\":true,\\\"switch_to_pay_later_label\\\":\\\"Would you like to pay small small?\\\",\\\"payment_method\\\":\\\"card\\\"},\\\"pay_later\\\":{\\\"enabled\\\":false,\\\"button_label\\\":\\\"Pay small small\\\",\\\"switch_to_pay_now\\\":true,\\\"switch_to_pay_now_label\\\":\\\"Would you like to pay in full?\\\",\\\"payment_method\\\":\\\"bank\\\"}},\\\"title\\\":\\\"Document renewal\\\",\\\"interest_rate\\\":{\\\"label\\\":\\\"Interest rate\\\",\\\"description\\\":\\\"This would be the tooltip for the interest rate\\\",\\\"enabled\\\":false},\\\"interest_amount\\\":{\\\"label\\\":\\\"Interest amount\\\",\\\"description\\\":\\\"This would be the tooltip for the interest amount\\\",\\\"enabled\\\":false},\\\"product_selection\\\":{\\\"label\\\":\\\"Available products\\\",\\\"description\\\":\\\"This is the description of the product to be selected\\\",\\\"enabled\\\":true},\\\"account_information\\\":{\\\"label\\\":\\\"User registration\\\",\\\"description\\\":\\\"This is the description of the account information to be provided\\\",\\\"enabled\\\":true},\\\"loan_request_information\\\":{\\\"label\\\":\\\"Vehicle validation\\\",\\\"description\\\":\\\"This is the description of the loan request details to be filled\\\",\\\"enabled\\\":true},\\\"identity_validation\\\":{\\\"label\\\":\\\"BVN validation\\\",\\\"description\\\":\\\"This is the description of the identity validation process\\\",\\\"enabled\\\":true},\\\"selfie_validation\\\":{\\\"label\\\":\\\"Selfie Validation\\\",\\\"description\\\":\\\"This is the description of the selfie validation process\\\",\\\"enabled\\\":true},\\\"order_information\\\":{\\\"label\\\":\\\"Order summary\\\",\\\"description\\\":\\\"This is the description of the order details to be confirmed\\\",\\\"type\\\":\\\"Vehicle license and third party renewal\\\",\\\"enabled\\\":true},\\\"terms_review\\\":{\\\"label\\\":\\\"Terms Review\\\",\\\"description\\\":\\\"This is the description of the terms and conditions to be reviewed\\\",\\\"enabled\\\":true},\\\"payments_processing\\\":{\\\"label\\\":\\\"Payments\\\",\\\"description\\\":\\\"\\\",\\\"enabled\\\":true},\\\"payment_methods\\\":{\\\"label\\\":\\\"Payment Methods\\\",\\\"description\\\":\\\"This is the description of the available payment methods\\\",\\\"enabled\\\":true},\\\"authentication_setup\\\":{\\\"label\\\":\\\"Password and PIN\\\",\\\"description\\\":\\\"This is the description of the authentication setup process\\\",\\\"enabled\\\":true},\\\"transaction_confirmation\\\":{\\\"label\\\":\\\"Transaction Confirmation\\\",\\\"description\\\":\\\"This is the description of the transaction confirmation process\\\",\\\"enabled\\\":false},\\\"equity_contribution\\\":{\\\"label\\\":\\\"Initial payment\\\",\\\"description\\\":\\\"This is the description of the equity contribution details\\\",\\\"enabled\\\":false}}\",\r\n          \"upfront-interest-payment\": false,\r\n          \"upfront-fee-payment\": false,\r\n          \"create-loan-on-cba\": false,\r\n          \"allow-fractional-amounts\": false,\r\n          \"additional_bnpl_data\": null,\r\n          \"publicly-listed\": 1,\r\n          \"require-nin\": \"0\",\r\n          \"first-due-date\": null,\r\n          \"redirect-to-web\": {\r\n            \"active\": false,\r\n            \"link-label\": \"Apply on the web\",\r\n            \"link-description\": \"This loan is available on the web where more information can be uploaded\"\r\n          },\r\n          \"loan-request-checklist\": \"{\\\"active\\\":true,\\\"title\\\":\\\"There are a few things you need to do first\\\",\\\"is_custom_conditions\\\":true,\\\"conditions\\\":[{\\\"label\\\":\\\"Testing\\\",\\\"description\\\":\\\"This is to test that the custom condition works\\\"},{\\\"label\\\":\\\"Debit card validity\\\",\\\"description\\\":\\\"We require debit cards to have validity at least 3 months beyond the last payment schedule\\\"},{\\\"label\\\":\\\"Location\\\",\\\"description\\\":\\\"Your location must be turned on for your loan request to be processed successfully\\\"},{\\\"label\\\":\\\"Maximum loan amount\\\",\\\"description\\\":\\\"The maximum loan amount we give to first time customer is N100. However, this would be increased as you take loans and repay\\\"}]}\",\r\n          \"attach-repayment-breakdown-to-approval-email\": false,\r\n          \"fetch-accounts-from-bvn\": {\r\n            \"label\": \"Confirm your Accounts\",\r\n            \"description\": \"Select the number of accounts you want to link\",\r\n            \"active\": true,\r\n            \"continue-on-failure\": true,\r\n            \"accounts-required\": 3,\r\n            \"minimum-accounts-required\": 1\r\n          },\r\n          \"rounding-strategy\": \"round-up-last-schedule\"\r\n        },\r\n        \"product_disbursement_roles\": [\r\n          {\r\n            \"id\": 22232,\r\n            \"role_id\": 1,\r\n            \"product_id\": 16051,\r\n            \"created_on\": \"2024-12-11T07:53:33.000Z\",\r\n            \"created_by\": 8236,\r\n            \"modified_on\": \"2024-12-11T07:53:33.000Z\",\r\n            \"modified_by\": null,\r\n            \"deleted_on\": null,\r\n            \"deleted_flag\": 0,\r\n            \"deleted_by\": null\r\n          },\r\n          {\r\n            \"id\": 22233,\r\n            \"role_id\": 2,\r\n            \"product_id\": 16051,\r\n            \"created_on\": \"2024-12-11T07:53:33.000Z\",\r\n            \"created_by\": 8236,\r\n            \"modified_on\": \"2024-12-11T07:53:33.000Z\",\r\n            \"modified_by\": null,\r\n            \"deleted_on\": null,\r\n            \"deleted_flag\": 0,\r\n            \"deleted_by\": null\r\n          }\r\n        ]\r\n      }\r\n    ],\r\n    \"page_info\": {\r\n      \"total\": 64,\r\n      \"total_pages\": null\r\n    }\r\n  },\r\n  \"meta\": {\r\n    \"cost\": 0,\r\n    \"balance\": 1240\r\n  }\r\n}\r\n"}],"_postman_id":"046b0002-fdc2-4e4e-8b3a-29afb47f38b0"},{"name":"Score Loan","id":"b94f1993-5fd9-42ce-be79-89f1f0c37677","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n  \"product_id\": 2 ,\r\n  \"bvn\": \"22222222222\",\r\n  \"requested_amount\": 100,\r\n  \"location\": \"Lagos\"\r\n}\r\n","options":{"raw":{"language":"json"}}},"url":"https://adjutor.lendsqr.com/v2/customers/loans/score","description":"<p>Get the eligibility of a customer for a loan by scoring them against the loan product's decision model.</p>\n<blockquote>\n<p>A decision model is a set of rules that encapsulate the risk acceptance criteria for a lender to make a loan decision. In Lendsqr, these rules or decision models are processed by our service called Oraculi. <a href=\"https://lendsqr.freshdesk.com/support/solutions/articles/44002358198-what-are-decision-models-\">Learn more</a>. </p>\n</blockquote>\n<h4 id=\"request-payload\">Request Payload</h4>\n<p><strong>product_id</strong> * ⁱⁿᵗᵉᵍᵉʳ<br />The ID of the loan product.</p>\n<p><strong>bvn</strong> * ˢᵗʳⁱⁿᵍ<br />The Bank Verification Number of the applicant.</p>\n<p><strong>requested_amount</strong> * ⁱⁿᵗᵉᵍᵉʳ<br />The amount the user is requesting for.</p>\n<p><strong>location</strong> * ˢᵗʳⁱⁿᵍ<br />The applicant's location.</p>\n<h4 id=\"response-payload\">Response Payload</h4>\n<h4 id=\"top-level-fields\">Top-Level Fields</h4>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Properties</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><strong>status</strong> ˢᵗʳⁱⁿᵍ  <br />Status of the request (e.g., \"success\")</td>\n</tr>\n<tr>\n<td><strong>message</strong> ˢᵗʳⁱⁿᵍ  <br />Brief message about the request result (e.g., \"Successful\")</td>\n</tr>\n<tr>\n<td><strong>data</strong> ᵒᵇʲᵉᶜᵗ  <br />Contains the credit score details and loan profile</td>\n</tr>\n<tr>\n<td><strong>meta</strong> ᵒᵇʲᵉᶜᵗ  <br />Contains cost and balance information</td>\n</tr>\n</tbody>\n</table>\n</div><h4 id=\"data-object\"><code>data</code> Object</h4>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Properties</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><strong>credit_score</strong> ˢᵗʳⁱⁿᵍ  <br />Calculated credit score percentage (e.g., \"0%\")</td>\n</tr>\n<tr>\n<td><strong>decision_data</strong> ᵒᵇʲᵉᶜᵗ  <br />Details about the scoring decision</td>\n</tr>\n<tr>\n<td><strong>proposed_amount</strong> ⁱⁿᵗᵉᵍᵉʳ  <br />Proposed loan amount (e.g., 100)</td>\n</tr>\n<tr>\n<td><strong>loan_profile</strong> ᵒᵇʲᵉᶜᵗ  <br />Details of the loan applicant</td>\n</tr>\n</tbody>\n</table>\n</div><h4 id=\"decision_data-object\"><code>decision_data</code> Object</h4>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Properties</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><strong>pass</strong> ᵇᵒᵒˡᵉᵃⁿ  <br />Indicates if the applicant passed the credit evaluation</td>\n</tr>\n<tr>\n<td><strong>decision</strong> ˢᵗʳⁱⁿᵍ  <br />Final loan eligibility decision (e.g., \"Eligible\")</td>\n</tr>\n<tr>\n<td><strong>engine</strong> ˢᵗʳⁱⁿᵍ  <br />Name of the scoring engine used (e.g., \"Oraculi\")</td>\n</tr>\n<tr>\n<td><strong>total_weighted_score</strong> ⁱⁿᵗᵉᵍᵉʳ  <br />Applicant's weighted score</td>\n</tr>\n<tr>\n<td><strong>total_weight</strong> ⁱⁿᵗᵉᵍᵉʳ  <br />Total weight of decision factors</td>\n</tr>\n<tr>\n<td><strong>score</strong> ˢᵗʳⁱⁿᵍ  <br />Applicant's numerical score (e.g., \"0\")</td>\n</tr>\n<tr>\n<td><strong>applicant_score</strong> ⁱⁿᵗᵉᵍᵉʳ  <br />Score assigned to the applicant</td>\n</tr>\n<tr>\n<td><strong>advisory_amount</strong> ⁱⁿᵗᵉᵍᵉʳ  <br />Suggested loan amount based on score</td>\n</tr>\n<tr>\n<td><strong>process_time</strong> ᶠˡᵒᵃᵗ  <br />Processing time in seconds</td>\n</tr>\n<tr>\n<td><strong>offers</strong> ᵒᵇʲᵉᶜᵗ  <br />Loan offers based on decision data</td>\n</tr>\n<tr>\n<td><strong>oraculi</strong> ᵃʳʳᵃʸ  <br />List of external verification checks</td>\n</tr>\n</tbody>\n</table>\n</div><h4 id=\"offers-object\"><code>offers</code> Object</h4>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Properties</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><strong>success</strong> ᵇᵒᵒˡᵉᵃⁿ  <br />Indicates if an offer was generated</td>\n</tr>\n<tr>\n<td><strong>data</strong> ᵃʳʳᵃʸ  <br />List of offers available</td>\n</tr>\n</tbody>\n</table>\n</div><h4 id=\"offersdata-array-items\"><code>offers.data</code> Array Items</h4>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Properties</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><strong>pass</strong> ᵇᵒᵒˡᵉᵃⁿ  <br />Indicates if the offer was approved</td>\n</tr>\n<tr>\n<td><strong>offer</strong> ⁱⁿᵗᵉᵍᵉʳ  <br />Loan offer amount (e.g., 100)</td>\n</tr>\n</tbody>\n</table>\n</div><h4 id=\"oraculi-array-items\"><code>oraculi</code> Array Items</h4>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Properties</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><strong>service</strong> ˢᵗʳⁱⁿᵍ  <br />External service used (e.g., \"karma\")</td>\n</tr>\n<tr>\n<td><strong>meta</strong> ᵒᵇʲᵉᶜᵗ  <br />Metadata related to the decision model</td>\n</tr>\n<tr>\n<td><strong>success</strong> ᵇᵒᵒˡᵉᵃⁿ  <br />Indicates if the check was successful</td>\n</tr>\n<tr>\n<td><strong>data</strong> ᵃʳʳᵃʸ  <br />List of verification checks performed</td>\n</tr>\n</tbody>\n</table>\n</div><h4 id=\"oraculimeta-object\"><code>oraculi.meta</code> Object</h4>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Properties</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><strong>decision_model_id</strong> ⁱⁿᵗᵉᵍᵉʳ  <br />ID of the decision model</td>\n</tr>\n<tr>\n<td><strong>decision_setting_id</strong> ⁱⁿᵗᵉᵍᵉʳ  <br />ID of the decision settings</td>\n</tr>\n<tr>\n<td><strong>product_id</strong> ⁱⁿᵗᵉᵍᵉʳ  <br />ID of the product being assessed</td>\n</tr>\n<tr>\n<td><strong>version_id</strong> ⁱⁿᵗᵉᵍᵉʳ  <br />Version number of the decision model</td>\n</tr>\n<tr>\n<td><strong>continue_on_failure</strong> ᵇᵒᵒˡᵉᵃⁿ  <br />Continue if a check fails</td>\n</tr>\n<tr>\n<td><strong>offer_on_success</strong> ᵇᵒᵒˡᵉᵃⁿ  <br />Offer is made on success</td>\n</tr>\n<tr>\n<td><strong>process_time</strong> ᶠˡᵒᵃᵗ  <br />Processing time</td>\n</tr>\n</tbody>\n</table>\n</div><h4 id=\"oraculidata-array-items\"><code>oraculi.data</code> Array Items</h4>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Properties</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><strong>type</strong> ˢᵗʳⁱⁿᵍ  <br />Type of verification (e.g., \"bvn\")</td>\n</tr>\n<tr>\n<td><strong>data</strong> ˢᵗʳⁱⁿᵍ  <br />Masked data used for verification</td>\n</tr>\n<tr>\n<td><strong>reports</strong> ⁱⁿᵗᵉᵍᵉʳ  <br />Number of reports found</td>\n</tr>\n<tr>\n<td><strong>comment</strong> ˢᵗʳⁱⁿᵍ  <br />Comment on the verification result</td>\n</tr>\n<tr>\n<td><strong>pass</strong> ᵇᵒᵒˡᵉᵃⁿ  <br />Indicates if the check was passed</td>\n</tr>\n</tbody>\n</table>\n</div><h4 id=\"loan_profile-object\"><code>loan_profile</code> Object</h4>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Properties</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><strong>user_id</strong> ⁱⁿᵗᵉᵍᵉʳ  <br />Unique ID of the user</td>\n</tr>\n<tr>\n<td><strong>org_id</strong> ⁱⁿᵗᵉᵍᵉʳ  <br />ID of the organization</td>\n</tr>\n<tr>\n<td><strong>gender</strong> ˢᵗʳⁱⁿᵍ  <br />Gender of the applicant (e.g., \"Female\")</td>\n</tr>\n<tr>\n<td><strong>address</strong> ˢᵗʳⁱⁿᵍ  <br />Applicant's address</td>\n</tr>\n<tr>\n<td><strong>requested_amount</strong> ⁱⁿᵗᵉᵍᵉʳ  <br />Amount requested by the user</td>\n</tr>\n<tr>\n<td><strong>work_start_date</strong> ˢᵗʳⁱⁿᵍ  <br />Start date of applicant’s job (ISO format)</td>\n</tr>\n<tr>\n<td><strong>country</strong> ˢᵗʳⁱⁿᵍ  <br />Country code (e.g., \"NGA\")</td>\n</tr>\n<tr>\n<td><strong>nearest_landmark</strong> ˢᵗʳⁱⁿᵍ  <br />Nearby landmark (e.g., \"Lagos bridge\")</td>\n</tr>\n<tr>\n<td><strong>lga</strong> ˢᵗʳⁱⁿᵍ  <br />Local Government Area (e.g., \"Alimosho\")</td>\n</tr>\n<tr>\n<td><strong>street</strong> ˢᵗʳⁱⁿᵍ  <br />Street name (can be <code>null</code>)</td>\n</tr>\n<tr>\n<td><strong>city</strong> ˢᵗʳⁱⁿᵍ  <br />City of residence (e.g., \"lagos\")</td>\n</tr>\n<tr>\n<td><strong>state</strong> ˢᵗʳⁱⁿᵍ  <br />State of residence (e.g., \"Lagos\")</td>\n</tr>\n<tr>\n<td><strong>credo_data</strong> ˢᵗʳⁱⁿᵍ  <br />Additional user data (JSON string)</td>\n</tr>\n</tbody>\n</table>\n</div>","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<your-api-token>"}]},"isInherited":true,"source":{"_postman_id":"9a2d86b7-a837-4de9-8302-3f37b628d40e","id":"9a2d86b7-a837-4de9-8302-3f37b628d40e","name":"Adjutor API Service","type":"collection"}},"urlObject":{"path":["loans","score"],"host":["https://adjutor.lendsqr.com/v2/customers"],"query":[],"variable":[]}},"response":[{"id":"cd5c0ad6-3b2e-4480-afde-65370a1f99f3","name":"Score Loan","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n  \"product_id\": 2 ,\r\n  \"bvn\": \"22222222222\",\r\n  \"requested_amount\": 100,\r\n  \"location\": \"Lagos\"\r\n}\r\n","options":{"raw":{"language":"json"}}},"url":"https://adjutor.lendsqr.com/v2/customers/loans/score"},"status":"OK","code":200,"_postman_previewlanguage":null,"header":null,"cookie":[],"responseTime":null,"body":"{\r\n    \"status\": \"success\",\r\n    \"message\": \"Successful\",\r\n    \"data\": {\r\n        \"credit_score\": \"0%\",\r\n        \"decision_data\": {\r\n            \"pass\": true,\r\n            \"decision\": \"Eligible\",\r\n            \"engine\": \"Oraculi\",\r\n            \"total_weighted_score\": 0,\r\n            \"total_weight\": 0,\r\n            \"score\": \"0\",\r\n            \"applicant_score\": 0,\r\n            \"advisory_amount\": 0,\r\n            \"process_time\": 0.043,\r\n            \"offers\": {\r\n                \"success\": true,\r\n                \"data\": [\r\n                    {\r\n                        \"pass\": true,\r\n                        \"offer\": 100\r\n                    }\r\n                ]\r\n            },\r\n            \"oraculi\": [\r\n                {\r\n                    \"service\": \"karma\",\r\n                    \"meta\": {\r\n                        \"decision_model_id\": 4273,\r\n                        \"decision_setting_id\": 31181,\r\n                        \"product_id\": 16051,\r\n                        \"version_id\": 0,\r\n                        \"continue_on_failure\": false,\r\n                        \"offer_on_success\": false,\r\n                        \"process_time\": 0.043\r\n                    },\r\n                    \"success\": true,\r\n                    \"data\": [\r\n                        {\r\n                            \"type\": \"bvn\",\r\n                            \"data\": \"22********989\",\r\n                            \"reports\": 0,\r\n                            \"comment\": \"Karma check passed: 22********989 not found in Karma\",\r\n                            \"pass\": true\r\n                        },\r\n                        {\r\n                            \"type\": \"phone\",\r\n                            \"data\": \"234********03\",\r\n                            \"reports\": 0,\r\n                            \"comment\": \"Karma check passed: 234********03 not found in Karma\",\r\n                            \"pass\": true\r\n                        },\r\n                        {\r\n                            \"type\": \"bvn_phone\",\r\n                            \"data\": \"0********03\",\r\n                            \"reports\": 0,\r\n                            \"comment\": \"Karma check passed: 0********03 not found in Karma\",\r\n                            \"pass\": true\r\n                        }\r\n                    ]\r\n                }\r\n            ]\r\n        },\r\n        \"proposed_amount\": 100,\r\n        \"loan_profile\": {\r\n            \"user_id\": 10011178,\r\n            \"org_id\": 3415,\r\n            \"gender\": \"Female\",\r\n            \"address\": \"Lagos\",\r\n            \"requested_amount\": 100,\r\n            \"work_start_date\": \"2025-01-16T21:41:41+00:00\",\r\n            \"country\": \"NGA\",\r\n            \"nearest_landmark\": \"Lagos bridge\",\r\n            \"lga\": \"Alimosho\",\r\n            \"street\": null,\r\n            \"city\": \"lagos\",\r\n            \"state\": \"Lagos\",\r\n            \"credo_data\": \"{}\"\r\n        }\r\n    },\r\n    \"meta\": {\r\n        \"cost\": 0,\r\n        \"balance\": 1240\r\n    }\r\n}"}],"_postman_id":"b94f1993-5fd9-42ce-be79-89f1f0c37677"},{"name":"Get Customer Loan","id":"b4368afd-18fb-4a86-acd9-20dc62f47a18","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://adjutor.lendsqr.com/v2/customers/loans/:loanId","description":"<p>Retrieves details of a loan taken by a customer. It requires both the loan's unique ID.</p>\n<h4 id=\"response-payload\">Response Payload</h4>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Properties</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><strong>id</strong> ⁱⁿᵗᵉᵍᵉʳ  <br />Unique identifier for the loan</td>\n</tr>\n<tr>\n<td><strong>org_id</strong> ⁱⁿᵗᵉᵍᵉʳ  <br />Organization ID associated with the loan</td>\n</tr>\n<tr>\n<td><strong>user_id</strong> ⁱⁿᵗᵉᵍᵉʳ  <br />User ID of the customer taking the loan</td>\n</tr>\n<tr>\n<td><strong>customer_type</strong> ˢᵗʳⁱⁿᵍ  <br />Type of customer (\"Individual\" or \"Business\")</td>\n</tr>\n<tr>\n<td><strong>product_id</strong> ⁱⁿᵗᵉᵍᵉʳ  <br />Loan product identifier</td>\n</tr>\n<tr>\n<td><strong>group_id</strong> ⁿᵘˡˡᵃᵇˡᵉ ⁱⁿᵗᵉᵍᵉʳ  <br />Identifier for the loan group</td>\n</tr>\n<tr>\n<td><strong>tenor_type_id</strong> ⁿᵘˡˡᵃᵇˡᵉ ⁱⁿᵗᵉᵍᵉʳ  <br />Identifier for the tenor type</td>\n</tr>\n<tr>\n<td><strong>tenor</strong> ⁱⁿᵗᵉᵍᵉʳ  <br />Loan duration</td>\n</tr>\n<tr>\n<td><strong>tenor_period</strong> ˢᵗʳⁱⁿᵍ  <br />Unit of loan duration (\"days\", \"months\")</td>\n</tr>\n<tr>\n<td><strong>status_id</strong> ⁱⁿᵗᵉᵍᵉʳ  <br />Loan status identifier</td>\n</tr>\n<tr>\n<td><strong>card_id</strong> ⁱⁿᵗᵉᵍᵉʳ  <br />Card ID for repayment</td>\n</tr>\n<tr>\n<td><strong>mandate_id</strong> ⁿᵘˡˡᵃᵇˡᵉ ⁱⁿᵗᵉᵍᵉʳ  <br />Mandate ID for direct debit</td>\n</tr>\n<tr>\n<td><strong>bank_account_id</strong> ⁿᵘˡˡᵃᵇˡᵉ ⁱⁿᵗᵉᵍᵉʳ  <br />Bank account ID linked to loan</td>\n</tr>\n<tr>\n<td><strong>interest_rate</strong> ᶠˡᵒᵃᵗ  <br />Interest rate applied</td>\n</tr>\n<tr>\n<td><strong>interest_period</strong> ˢᵗʳⁱⁿᵍ  <br />Interest calculation period (\"months\", \"days\")</td>\n</tr>\n<tr>\n<td><strong>account_id</strong> ⁿᵘˡˡᵃᵇˡᵉ ⁱⁿᵗᵉᵍᵉʳ  <br />Associated account ID</td>\n</tr>\n<tr>\n<td><strong>external_loan_id</strong> ⁿᵘˡˡᵃᵇˡᵉ ⁱⁿᵗᵉᵍᵉʳ  <br />External loan reference ID</td>\n</tr>\n<tr>\n<td><strong>reference</strong> ⁿᵘˡˡᵃᵇˡᵉ ˢᵗʳⁱⁿᵍ  <br />Unique loan reference</td>\n</tr>\n<tr>\n<td><strong>currency</strong> ˢᵗʳⁱⁿᵍ  <br />Loan currency (\"NGN\", \"USD\")</td>\n</tr>\n<tr>\n<td><strong>loan_amount</strong> ᶠˡᵒᵃᵗ  <br />Loan amount issued</td>\n</tr>\n<tr>\n<td><strong>interest_due</strong> ᶠˡᵒᵃᵗ  <br />Interest amount due</td>\n</tr>\n<tr>\n<td><strong>amount_disbursed</strong> ᶠˡᵒᵃᵗ  <br />Amount disbursed</td>\n</tr>\n<tr>\n<td><strong>paid</strong> ᶠˡᵒᵃᵗ  <br />Amount paid by borrower</td>\n</tr>\n<tr>\n<td><strong>paid_to_lender</strong> ᶠˡᵒᵃᵗ  <br />Amount repaid to lender</td>\n</tr>\n<tr>\n<td><strong>pre_updated</strong> ⁱⁿᵗᵉᵍᵉʳ  <br />Pre-updated status flag</td>\n</tr>\n<tr>\n<td><strong>reject_reason</strong> ⁿᵘˡˡᵃᵇˡᵉ ˢᵗʳⁱⁿᵍ  <br />Loan rejection reason</td>\n</tr>\n<tr>\n<td><strong>channel</strong> ˢᵗʳⁱⁿᵍ  <br />Application channel (\"web\", \"mobile\")</td>\n</tr>\n<tr>\n<td><strong>disburse_to</strong> ˢᵗʳⁱⁿᵍ  <br />Disbursement destination</td>\n</tr>\n<tr>\n<td><strong>multi_tenor</strong> ⁱⁿᵗᵉᵍᵉʳ  <br />Multiple tenor flag</td>\n</tr>\n<tr>\n<td><strong>reminder_mail</strong> ⁱⁿᵗᵉᵍᵉʳ  <br />Reminder email flag</td>\n</tr>\n<tr>\n<td><strong>channels</strong> ˢᵗʳⁱⁿᵍ  <br />Loan processing channels</td>\n</tr>\n<tr>\n<td><strong>additional_data</strong> ⁿᵘˡˡᵃᵇˡᵉ ᵒᵇʲᵉᶜᵗ  <br />Additional loan metadata</td>\n</tr>\n<tr>\n<td><strong>loan_approval_requirements</strong> ⁿᵘˡˡᵃᵇˡᵉ ᵒᵇʲᵉᶜᵗ  <br />Loan approval requirements</td>\n</tr>\n<tr>\n<td><strong>approved_on</strong> ˢᵗʳⁱⁿᵍ  <br />Approval timestamp</td>\n</tr>\n<tr>\n<td><strong>approved_by</strong> ⁱⁿᵗᵉᵍᵉʳ  <br />Approver's ID</td>\n</tr>\n<tr>\n<td><strong>created_on</strong> ˢᵗʳⁱⁿᵍ  <br />Creation timestamp</td>\n</tr>\n<tr>\n<td><strong>created_by</strong> ⁿᵘˡˡᵃᵇˡᵉ ⁱⁿᵗᵉᵍᵉʳ  <br />Loan creator ID</td>\n</tr>\n<tr>\n<td><strong>modified_on</strong> ˢᵗʳⁱⁿᵍ  <br />Last modified timestamp</td>\n</tr>\n<tr>\n<td><strong>modified_by</strong> ⁱⁿᵗᵉᵍᵉʳ  <br />Modifier's ID</td>\n</tr>\n<tr>\n<td><strong>deleted_flag</strong> ⁱⁿᵗᵉᵍᵉʳ  <br />Deleted flag (0 = active, 1 = deleted)</td>\n</tr>\n<tr>\n<td><strong>deleted_on</strong> ⁿᵘˡˡᵃᵇˡᵉ ˢᵗʳⁱⁿᵍ  <br />Deletion timestamp</td>\n</tr>\n<tr>\n<td><strong>deleted_by</strong> ⁿᵘˡˡᵃᵇˡᵉ ⁱⁿᵗᵉᵍᵉʳ  <br />ID of user who deleted</td>\n</tr>\n<tr>\n<td><strong>approval_workflow_id</strong> ⁿᵘˡˡᵃᵇˡᵉ ⁱⁿᵗᵉᵍᵉʳ  <br />Approval workflow ID</td>\n</tr>\n<tr>\n<td><strong>tenor_type</strong> ⁿᵘˡˡᵃᵇˡᵉ ˢᵗʳⁱⁿᵍ  <br />Tenor type</td>\n</tr>\n<tr>\n<td><strong>status</strong> ᵒᵇʲᵉᶜᵗ  <br />Loan status details</td>\n</tr>\n<tr>\n<td><strong>guarantor</strong> ⁿᵘˡˡᵃᵇˡᵉ ᵒᵇʲᵉᶜᵗ  <br />Guarantor details</td>\n</tr>\n<tr>\n<td><strong>guarantors</strong> ᵃʳʳᵃʸ  <br />List of guarantors</td>\n</tr>\n<tr>\n<td><strong>approver</strong> ᵒᵇʲᵉᶜᵗ  <br />Loan approver details</td>\n</tr>\n<tr>\n<td><strong>fees</strong> ᵃʳʳᵃʸ  <br />Fees associated with loan</td>\n</tr>\n<tr>\n<td><strong>schedules</strong> ᵃʳʳᵃʸ  <br />Repayment schedule details</td>\n</tr>\n<tr>\n<td><strong>rejected_by</strong> ᵒᵇʲᵉᶜᵗ  <br />Loan rejector details</td>\n</tr>\n<tr>\n<td><strong>loan_transactions</strong> ᵃʳʳᵃʸ  <br />Associated transactions</td>\n</tr>\n<tr>\n<td><strong>verifications</strong> ᵃʳʳᵃʸ  <br />Verification details</td>\n</tr>\n<tr>\n<td><strong>fees_calculation_history</strong> ᵃʳʳᵃʸ  <br />History of fee calculations</td>\n</tr>\n</tbody>\n</table>\n</div><h4 id=\"nested-objects\">Nested Objects:</h4>\n<h5 id=\"status-object\"><code>status</code> Object:</h5>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Properties</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><strong>id</strong> ⁱⁿᵗᵉᵍᵉʳ  <br />Status ID</td>\n</tr>\n<tr>\n<td><strong>status</strong> ˢᵗʳⁱⁿᵍ  <br />Loan status (e.g., \"SETTLED\", \"RUNNING\", \"PENDING\"). <a href=\"https://lendsqr.freshdesk.com/support/solutions/articles/44002361020-understanding-loan-statuses\">Learn more</a></td>\n</tr>\n<tr>\n<td><strong>can_request</strong> ⁱⁿᵗᵉᵍᵉʳ  <br />Indicates if the loan can be requested</td>\n</tr>\n<tr>\n<td><strong>can_cancel</strong> ⁱⁿᵗᵉᵍᵉʳ  <br />Indicates if the loan can be canceled</td>\n</tr>\n</tbody>\n</table>\n</div><h5 id=\"approver-object\"><code>approver</code> Object:</h5>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Properties</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><strong>full_name</strong> ˢᵗʳⁱⁿᵍ  <br />Name of the approver</td>\n</tr>\n</tbody>\n</table>\n</div><h5 id=\"schedules-array\"><code>schedules</code> Array:</h5>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Properties</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><strong>id</strong> ⁱⁿᵗᵉᵍᵉʳ  <br />Schedule ID</td>\n</tr>\n<tr>\n<td><strong>loan_id</strong> ⁱⁿᵗᵉᵍᵉʳ  <br />Associated loan ID</td>\n</tr>\n<tr>\n<td><strong>principal</strong> ᶠˡᵒᵃᵗ  <br />Principal amount due</td>\n</tr>\n<tr>\n<td><strong>interest</strong> ᶠˡᵒᵃᵗ  <br />Interest amount due</td>\n</tr>\n<tr>\n<td><strong>fees</strong> ᶠˡᵒᵃᵗ  <br />Fees applicable</td>\n</tr>\n<tr>\n<td><strong>penalty</strong> ᶠˡᵒᵃᵗ  <br />Penalty amount due</td>\n</tr>\n<tr>\n<td><strong>schedule_amount_due</strong> ᶠˡᵒᵃᵗ  <br />Total amount due for this schedule</td>\n</tr>\n<tr>\n<td><strong>principal_paid</strong> ᶠˡᵒᵃᵗ  <br />Principal amount paid</td>\n</tr>\n<tr>\n<td><strong>interest_paid</strong> ᶠˡᵒᵃᵗ  <br />Interest amount paid</td>\n</tr>\n<tr>\n<td><strong>fees_paid</strong> ᶠˡᵒᵃᵗ  <br />Fees paid</td>\n</tr>\n<tr>\n<td><strong>penalty_paid</strong> ᶠˡᵒᵃᵗ  <br />Penalty paid</td>\n</tr>\n<tr>\n<td><strong>amount_paid</strong> ᶠˡᵒᵃᵗ  <br />Total amount paid</td>\n</tr>\n<tr>\n<td><strong>amount_due</strong> ᶠˡᵒᵃᵗ  <br />Remaining amount due</td>\n</tr>\n<tr>\n<td><strong>due_date</strong> ˢᵗʳⁱⁿᵍ  <br />Scheduled due date</td>\n</tr>\n<tr>\n<td><strong>paid_date</strong> ˢᵗʳⁱⁿᵍ⁄ⁿᵘˡˡ  <br />Date when the schedule was paid</td>\n</tr>\n<tr>\n<td><strong>status</strong> ˢᵗʳⁱⁿᵍ  <br />Schedule status (e.g., \"success\")</td>\n</tr>\n</tbody>\n</table>\n</div><h4 id=\"loan_transactions-array\"><code>loan_transactions</code> Array:</h4>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Properties</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><strong>id</strong> ⁱⁿᵗᵉᵍᵉʳ  <br />Transaction ID</td>\n</tr>\n<tr>\n<td><strong>loan_id</strong> ⁱⁿᵗᵉᵍᵉʳ  <br />Associated loan ID</td>\n</tr>\n<tr>\n<td><strong>transaction_id</strong> ⁱⁿᵗᵉᵍᵉʳ  <br />ID of the related transaction</td>\n</tr>\n<tr>\n<td><strong>schedule_id</strong> ⁱⁿᵗᵉᵍᵉʳ  <br />Related schedule ID</td>\n</tr>\n<tr>\n<td><strong>entry_type_id</strong> ⁱⁿᵗᵉᵍᵉʳ  <br />Entry type identifier</td>\n</tr>\n<tr>\n<td><strong>status</strong> ˢᵗʳⁱⁿᵍ  <br />Transaction status</td>\n</tr>\n<tr>\n<td><strong>amount</strong> ᶠˡᵒᵃᵗ  <br />Amount transacted</td>\n</tr>\n<tr>\n<td><strong>principal_paid</strong> ᶠˡᵒᵃᵗ  <br />Principal paid</td>\n</tr>\n<tr>\n<td><strong>interest_paid</strong> ᶠˡᵒᵃᵗ  <br />Interest paid</td>\n</tr>\n<tr>\n<td><strong>fees_paid</strong> ᶠˡᵒᵃᵗ  <br />Fees paid</td>\n</tr>\n<tr>\n<td><strong>penalty_paid</strong> ᶠˡᵒᵃᵗ  <br />Penalty paid</td>\n</tr>\n<tr>\n<td><strong>created_on</strong> ˢᵗʳⁱⁿᵍ  <br />Transaction timestamp</td>\n</tr>\n</tbody>\n</table>\n</div>","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<your-api-token>"}]},"isInherited":true,"source":{"_postman_id":"9a2d86b7-a837-4de9-8302-3f37b628d40e","id":"9a2d86b7-a837-4de9-8302-3f37b628d40e","name":"Adjutor API Service","type":"collection"}},"urlObject":{"path":["loans",":loanId"],"host":["https://adjutor.lendsqr.com/v2/customers"],"query":[],"variable":[{"type":"any","value":"","key":"loanId"}]}},"response":[{"id":"72468bcf-91aa-4c54-9974-961a06ec30c7","name":"Get Customer Loan","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://adjutor.lendsqr.com/v2/customers/loans/:loanId","host":["https://adjutor.lendsqr.com/v2/customers"],"path":["loans",":loanId"],"variable":[{"key":"loanId","value":""}]}},"status":"OK","code":200,"_postman_previewlanguage":null,"header":null,"cookie":[],"responseTime":null,"body":"{\r\n    \"status\": \"success\",\r\n    \"message\": \"Successful\",\r\n    \"data\": {\r\n        \"loans\": [\r\n            {\r\n                \"id\": 252071,\r\n                \"org_id\": 3415,\r\n                \"user_id\": 1425438,\r\n                \"customer_type\": \"Individual\",\r\n                \"product_id\": 15727,\r\n                \"tenor_type_id\": null,\r\n                \"tenor\": 1,\r\n                \"tenor_period\": \"months\",\r\n                \"mifos_gl_id\": null,\r\n                \"status_id\": 2,\r\n                \"card_id\": null,\r\n                \"mandate_id\": null,\r\n                \"bank_account_id\": null,\r\n                \"interest_rate\": 3,\r\n                \"interest_period\": \"months\",\r\n                \"account_id\": null,\r\n                \"external_loan_id\": null,\r\n                \"reference\": null,\r\n                \"currency\": \"NGN\",\r\n                \"loan_amount\": 1000,\r\n                \"interest_due\": 30,\r\n                \"amount_disbursed\": 1000,\r\n                \"paid\": 1030,\r\n                \"paid_to_lender\": 0,\r\n                \"pre_updated\": 0,\r\n                \"reject_reason\": null,\r\n                \"channel\": \"offline\",\r\n                \"disburse_to\": \"third-party\",\r\n                \"multi_tenor\": 0,\r\n                \"reminder_mail\": 0,\r\n                \"channels\": \"product\",\r\n                \"additional_data\": \"{\\\"status_code\\\":200,\\\"bank\\\":\\\"Guaranty Trust Bank\\\",\\\"account_number\\\":\\\"079999982\\\",\\\"account_name\\\":\\\"Sample user\\\",\\\"amount_disbursed\\\":1000,\\\"payment_description\\\":\\\"Third party loan disbursement from lenderco to Sample user/079999982/Guaranty Trust Bank for loan #252071\\\",\\\"date\\\":\\\"2024-12-16T17:33:09+00:00\\\"}\",\r\n                \"loan_approval_requirements\": null,\r\n                \"approved_on\": \"2024-12-16T17:33:03.000Z\",\r\n                \"approved_by\": 4671,\r\n                \"created_on\": \"2024-12-16T17:30:43.000Z\",\r\n                \"approval_workflow_id\": null,\r\n                \"status\": {\r\n                    \"id\": 2,\r\n                    \"status\": \"SETTLED\",\r\n                    \"can_request\": 1,\r\n                    \"can_cancel\": 0\r\n                },\r\n                \"tenor_type\": null,\r\n                \"loan_profile\": {\r\n                    \"purpose\": \"Personal\"\r\n                },\r\n                \"user\": {\r\n                    \"first_name\": \"Sample\",\r\n                    \"last_name\": \"User\"\r\n                },\r\n                \"schedules\": [\r\n                    {\r\n                        \"id\": 512674,\r\n                        \"loan_id\": 252071,\r\n                        \"principal\": 1000,\r\n                        \"interest\": 30,\r\n                        \"fees\": 0,\r\n                        \"penalty\": 0,\r\n                        \"schedule_amount_due\": 1030,\r\n                        \"principal_paid\": 1000,\r\n                        \"interest_paid\": 30,\r\n                        \"fees_paid\": 0,\r\n                        \"penalty_paid\": 0,\r\n                        \"amount_paid\": 1030,\r\n                        \"amount_due\": 0,\r\n                        \"due_date\": \"2025-01-16T00:00:00.000Z\",\r\n                        \"paid_date\": \"2025-01-16T02:30:22.000Z\",\r\n                        \"status\": \"success\",\r\n                        \"reason\": null,\r\n                        \"debit_queued\": 0,\r\n                        \"trials\": 0,\r\n                        \"retry_flag\": 1,\r\n                        \"next_trial_time\": \"2025-01-16T02:45:32.000Z\",\r\n                        \"last_attempt_item\": null,\r\n                        \"created_on\": \"2024-12-16T17:33:03.000Z\",\r\n                        \"created_by\": 4671,\r\n                        \"modified_on\": \"2025-01-16T02:30:22.000Z\",\r\n                        \"modified_by\": null,\r\n                        \"deleted_flag\": 0,\r\n                        \"deleted_on\": null,\r\n                        \"deleted_by\": null\r\n                    }\r\n                ],\r\n                \"organization\": {\r\n                    \"id\": 3415,\r\n                    \"name\": \"organization name\",\r\n                    \"type\": \"lender\",\r\n                    \"currency\": \"NGN\",\r\n                    \"country\": \"NGA\"\r\n                }\r\n            }\r\n        ],\r\n        \"page_info\": {\r\n            \"page\": 0,\r\n            \"limit\": 100,\r\n            \"total\": 1,\r\n            \"total_pages\": 1\r\n        }\r\n    },\r\n    \"meta\": {\r\n        \"cost\": 0,\r\n        \"balance\": 1240\r\n    }\r\n}"}],"_postman_id":"b4368afd-18fb-4a86-acd9-20dc62f47a18"},{"name":"Get Customer Loans","id":"fb26d9cc-3af8-4e44-8a36-3d83dc76524f","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://adjutor.lendsqr.com/v2/customers/:id/loans","description":"<p>Retrieves the list of all loans taken by a specific customer based on their unique ID.</p>\n<h3 id=\"response-payload\">Response Payload</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Properties</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><strong>loans</strong> ᵃʳʳᵃʸ  <br />List of customer loans</td>\n</tr>\n<tr>\n<td><strong>id</strong> ⁱⁿᵗᵉᵍᵉʳ  <br />Unique identifier for the loan</td>\n</tr>\n<tr>\n<td><strong>org_id</strong> ⁱⁿᵗᵉᵍᵉʳ  <br />Identifier of the organization providing the loan</td>\n</tr>\n<tr>\n<td><strong>user_id</strong> ⁱⁿᵗᵉᵍᵉʳ  <br />Unique identifier of the borrower</td>\n</tr>\n<tr>\n<td><strong>customer_type</strong> ˢᵗʳⁱⁿᵍ  <br />Type of customer (e.g., \"Individual\" or \"Business\")</td>\n</tr>\n<tr>\n<td><strong>product_id</strong> ⁱⁿᵗᵉᵍᵉʳ  <br />Identifier of the loan product</td>\n</tr>\n<tr>\n<td><strong>tenor_type_id</strong> ⁱⁿᵗᵉᵍᵉʳ  <br />Identifier for the tenor type (if applicable)</td>\n</tr>\n<tr>\n<td><strong>tenor</strong> ⁱⁿᵗᵉᵍᵉʳ  <br />Loan duration</td>\n</tr>\n<tr>\n<td><strong>tenor_period</strong> ˢᵗʳⁱⁿᵍ  <br />Unit of loan tenor (e.g., \"months\", \"days\")</td>\n</tr>\n<tr>\n<td><strong>mifos_gl_id</strong> ⁱⁿᵗᵉᵍᵉʳ  <br />Mifos general ledger ID (if applicable)</td>\n</tr>\n<tr>\n<td><strong>status_id</strong> ⁱⁿᵗᵉᵍᵉʳ  <br />Identifier for the loan status</td>\n</tr>\n<tr>\n<td><strong>card_id</strong> ⁱⁿᵗᵉᵍᵉʳ  <br />Payment card ID linked to the loan (if applicable)</td>\n</tr>\n<tr>\n<td><strong>mandate_id</strong> ⁱⁿᵗᵉᵍᵉʳ  <br />Direct debit mandate ID (if applicable)</td>\n</tr>\n<tr>\n<td><strong>bank_account_id</strong> ⁱⁿᵗᵉᵍᵉʳ  <br />Bank account ID used for disbursement (if applicable)</td>\n</tr>\n<tr>\n<td><strong>interest_rate</strong> ᶠˡᵒᵃᵗ  <br />Interest rate applied to the loan</td>\n</tr>\n<tr>\n<td><strong>interest_period</strong> ˢᵗʳⁱⁿᵍ  <br />Interest calculation period (e.g., \"months\")</td>\n</tr>\n<tr>\n<td><strong>account_id</strong> ⁱⁿᵗᵉᵍᵉʳ  <br />Loan account ID (if applicable)</td>\n</tr>\n<tr>\n<td><strong>external_loan_id</strong> ˢᵗʳⁱⁿᵍ  <br />External reference ID</td>\n</tr>\n<tr>\n<td><strong>reference</strong> ˢᵗʳⁱⁿᵍ  <br />Additional loan reference</td>\n</tr>\n<tr>\n<td><strong>currency</strong> ˢᵗʳⁱⁿᵍ  <br />Loan currency (e.g., \"NGN\")</td>\n</tr>\n<tr>\n<td><strong>loan_amount</strong> ᶠˡᵒᵃᵗ  <br />Total loan amount</td>\n</tr>\n<tr>\n<td><strong>interest_due</strong> ᶠˡᵒᵃᵗ  <br />Total interest due</td>\n</tr>\n<tr>\n<td><strong>amount_disbursed</strong> ᶠˡᵒᵃᵗ  <br />Amount disbursed to the borrower</td>\n</tr>\n<tr>\n<td><strong>paid</strong> ᶠˡᵒᵃᵗ  <br />Total amount paid</td>\n</tr>\n<tr>\n<td><strong>paid_to_lender</strong> ᶠˡᵒᵃᵗ  <br />Amount paid to lender</td>\n</tr>\n<tr>\n<td><strong>pre_updated</strong> ⁱⁿᵗᵉᵍᵉʳ  <br />Flag for pre-updates (0 or 1)</td>\n</tr>\n<tr>\n<td><strong>reject_reason</strong> ˢᵗʳⁱⁿᵍ  <br />Reason for rejection (if applicable)</td>\n</tr>\n<tr>\n<td><strong>channel</strong> ˢᵗʳⁱⁿᵍ  <br />Disbursement channel (e.g., \"web\")</td>\n</tr>\n<tr>\n<td><strong>disburse_to</strong> ˢᵗʳⁱⁿᵍ  <br />Disbursement destination (e.g., \"wallet\")</td>\n</tr>\n<tr>\n<td><strong>multi_tenor</strong> ⁱⁿᵗᵉᵍᵉʳ  <br />Multi-tenor support (0 or 1)</td>\n</tr>\n<tr>\n<td><strong>reminder_mail</strong> ⁱⁿᵗᵉᵍᵉʳ  <br />Reminder email enabled (0 or 1)</td>\n</tr>\n<tr>\n<td><strong>channels</strong> ˢᵗʳⁱⁿᵍ  <br />Loan source channels</td>\n</tr>\n<tr>\n<td><strong>additional_data</strong> ˢᵗʳⁱⁿᵍ  <br />JSON metadata</td>\n</tr>\n<tr>\n<td><strong>loan_approval_requirements</strong> ˢᵗʳⁱⁿᵍ  <br />Approval requirements (if applicable)</td>\n</tr>\n<tr>\n<td><strong>approved_on</strong> ˢᵗʳⁱⁿᵍ  <br />Loan approval timestamp</td>\n</tr>\n<tr>\n<td><strong>approved_by</strong> ⁱⁿᵗᵉᵍᵉʳ  <br />Approver's user ID</td>\n</tr>\n<tr>\n<td><strong>created_on</strong> ˢᵗʳⁱⁿᵍ  <br />Loan creation timestamp</td>\n</tr>\n<tr>\n<td><strong>approval_workflow_id</strong> ⁱⁿᵗᵉᵍᵉʳ  <br />Approval workflow ID (if applicable)</td>\n</tr>\n</tbody>\n</table>\n</div><h4 id=\"loan-status\">Loan Status</h4>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Properties</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><strong>status.id</strong> ⁱⁿᵗᵉᵍᵉʳ  <br />Status ID of the loan</td>\n</tr>\n<tr>\n<td><strong>status.status</strong> ˢᵗʳⁱⁿᵍ  <br />Loan status (e.g., \"SETTLED\"). <a href=\"https://lendsqr.freshdesk.com/support/solutions/articles/44002361020-understanding-loan-statuses\">Learn more</a></td>\n</tr>\n<tr>\n<td><strong>status.can_request</strong> ⁱⁿᵗᵉᵍᵉʳ  <br />Indicates if new loan requests are allowed (0 or 1)</td>\n</tr>\n<tr>\n<td><strong>status.can_cancel</strong> ⁱⁿᵗᵉᵍᵉʳ  <br />Indicates if the loan can be canceled (0 or 1)</td>\n</tr>\n<tr>\n<td>#### Loan Profile</td>\n</tr>\n</tbody>\n</table>\n</div><div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Properties</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><strong>loan_profile.purpose</strong> ˢᵗʳⁱⁿᵍ  <br />Purpose of the loan</td>\n</tr>\n</tbody>\n</table>\n</div><h4 id=\"user-details\">User Details</h4>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Properties</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><strong>user.first_name</strong> ˢᵗʳⁱⁿᵍ  <br />Borrower's first name</td>\n</tr>\n<tr>\n<td><strong>user.last_name</strong> ˢᵗʳⁱⁿᵍ  <br />Borrower's last name</td>\n</tr>\n</tbody>\n</table>\n</div><h4 id=\"repayment-schedules\">Repayment Schedules</h4>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Properties</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><strong>schedules</strong> ᵃʳʳᵃʸ  <br />List of loan repayment schedules</td>\n</tr>\n<tr>\n<td><strong>id</strong> ⁱⁿᵗᵉᵍᵉʳ  <br />Unique identifier for the repayment schedule</td>\n</tr>\n<tr>\n<td><strong>loan_id</strong> ⁱⁿᵗᵉᵍᵉʳ  <br />Loan ID associated with the schedule</td>\n</tr>\n<tr>\n<td><strong>principal</strong> ᶠˡᵒᵃᵗ  <br />Principal amount due</td>\n</tr>\n<tr>\n<td><strong>interest</strong> ᶠˡᵒᵃᵗ  <br />Interest amount due</td>\n</tr>\n<tr>\n<td><strong>fees</strong> ᶠˡᵒᵃᵗ  <br />Fees applicable to the schedule</td>\n</tr>\n<tr>\n<td><strong>penalty</strong> ᶠˡᵒᵃᵗ  <br />Penalty charges (if applicable)</td>\n</tr>\n<tr>\n<td><strong>schedule_amount_due</strong> ᶠˡᵒᵃᵗ  <br />Total amount due for this schedule</td>\n</tr>\n<tr>\n<td><strong>principal_paid</strong> ᶠˡᵒᵃᵗ  <br />Principal amount paid</td>\n</tr>\n<tr>\n<td><strong>interest_paid</strong> ᶠˡᵒᵃᵗ  <br />Interest amount paid</td>\n</tr>\n<tr>\n<td><strong>fees_paid</strong> ᶠˡᵒᵃᵗ  <br />Fees paid</td>\n</tr>\n<tr>\n<td><strong>penalty_paid</strong> ᶠˡᵒᵃᵗ  <br />Penalty amount paid</td>\n</tr>\n<tr>\n<td><strong>amount_paid</strong> ᶠˡᵒᵃᵗ  <br />Total amount paid</td>\n</tr>\n<tr>\n<td><strong>amount_due</strong> ᶠˡᵒᵃᵗ  <br />Remaining amount due</td>\n</tr>\n<tr>\n<td><strong>due_date</strong> ˢᵗʳⁱⁿᵍ  <br />Scheduled due date of repayment</td>\n</tr>\n<tr>\n<td><strong>paid_date</strong> ˢᵗʳⁱⁿᵍ  <br />Date repayment was made</td>\n</tr>\n<tr>\n<td><strong>status</strong> ˢᵗʳⁱⁿᵍ  <br />Status of the repayment (e.g., \"success\")</td>\n</tr>\n<tr>\n<td><strong>reason</strong> ˢᵗʳⁱⁿᵍ  <br />Reason for any failed repayment (if applicable)</td>\n</tr>\n<tr>\n<td><strong>debit_queued</strong> ⁱⁿᵗᵉᵍᵉʳ  <br />Indicates if a debit has been queued (0 or 1)</td>\n</tr>\n<tr>\n<td><strong>trials</strong> ⁱⁿᵗᵉᵍᵉʳ  <br />Number of attempts made for repayment</td>\n</tr>\n<tr>\n<td><strong>retry_flag</strong> ⁱⁿᵗᵉᵍᵉʳ  <br />Indicates if retries are enabled (0 or 1)</td>\n</tr>\n<tr>\n<td><strong>next_trial_time</strong> ˢᵗʳⁱⁿᵍ  <br />Date and time for the next retry attempt</td>\n</tr>\n<tr>\n<td><strong>created_on</strong> ˢᵗʳⁱⁿᵍ  <br />Date when the schedule was created</td>\n</tr>\n<tr>\n<td><strong>created_by</strong> ⁱⁿᵗᵉᵍᵉʳ  <br />User ID of the creator</td>\n</tr>\n<tr>\n<td><strong>modified_on</strong> ˢᵗʳⁱⁿᵍ  <br />Last modified date</td>\n</tr>\n<tr>\n<td><strong>modified_by</strong> ⁱⁿᵗᵉᵍᵉʳ  <br />User ID of the last modifier</td>\n</tr>\n<tr>\n<td><strong>deleted_flag</strong> ⁱⁿᵗᵉᵍᵉʳ  <br />Indicates if the schedule has been deleted (0 or 1)</td>\n</tr>\n<tr>\n<td><strong>deleted_on</strong> ˢᵗʳⁱⁿᵍ  <br />Deletion timestamp (if applicable)</td>\n</tr>\n<tr>\n<td><strong>deleted_by</strong> ⁱⁿᵗᵉᵍᵉʳ  <br />User ID of the person who deleted the schedule</td>\n</tr>\n</tbody>\n</table>\n</div><h4 id=\"organization-details\">Organization Details</h4>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Properties</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><strong>organization.id</strong> ⁱⁿᵗᵉᵍᵉʳ  <br />Organization ID</td>\n</tr>\n<tr>\n<td><strong>organization.name</strong> ˢᵗʳⁱⁿᵍ  <br />Organization name</td>\n</tr>\n<tr>\n<td><strong>organization.type</strong> ˢᵗʳⁱⁿᵍ  <br />Organization type (e.g., \"lender\")</td>\n</tr>\n<tr>\n<td><strong>organization.currency</strong> ˢᵗʳⁱⁿᵍ  <br />Currency used by the organization</td>\n</tr>\n<tr>\n<td><strong>organization.country</strong> ˢᵗʳⁱⁿᵍ  <br />Country where the organization operates</td>\n</tr>\n</tbody>\n</table>\n</div>","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<your-api-token>"}]},"isInherited":true,"source":{"_postman_id":"9a2d86b7-a837-4de9-8302-3f37b628d40e","id":"9a2d86b7-a837-4de9-8302-3f37b628d40e","name":"Adjutor API Service","type":"collection"}},"urlObject":{"path":[":id","loans"],"host":["https://adjutor.lendsqr.com/v2/customers"],"query":[],"variable":[{"type":"any","value":"","key":"id"}]}},"response":[{"id":"557303f4-f829-4539-931b-ae6386357ce3","name":"Get Customer Loans","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://adjutor.lendsqr.com/v2/customers/:id/loans","host":["https://adjutor.lendsqr.com/v2/customers"],"path":[":id","loans"],"variable":[{"key":"id","value":""}]}},"status":"OK","code":200,"_postman_previewlanguage":null,"header":null,"cookie":[],"responseTime":null,"body":"{\r\n    \"status\": \"success\",\r\n    \"message\": \"Successful\",\r\n    \"data\": {\r\n        \"loans\": [\r\n            {\r\n                \"id\": 252071,\r\n                \"org_id\": 3415,\r\n                \"user_id\": 1425438,\r\n                \"customer_type\": \"Individual\",\r\n                \"product_id\": 15727,\r\n                \"tenor_type_id\": null,\r\n                \"tenor\": 1,\r\n                \"tenor_period\": \"months\",\r\n                \"mifos_gl_id\": null,\r\n                \"status_id\": 2,\r\n                \"card_id\": null,\r\n                \"mandate_id\": null,\r\n                \"bank_account_id\": null,\r\n                \"interest_rate\": 3,\r\n                \"interest_period\": \"months\",\r\n                \"account_id\": null,\r\n                \"external_loan_id\": null,\r\n                \"reference\": null,\r\n                \"currency\": \"NGN\",\r\n                \"loan_amount\": 1000,\r\n                \"interest_due\": 30,\r\n                \"amount_disbursed\": 1000,\r\n                \"paid\": 1030,\r\n                \"paid_to_lender\": 0,\r\n                \"pre_updated\": 0,\r\n                \"reject_reason\": null,\r\n                \"channel\": \"offline\",\r\n                \"disburse_to\": \"third-party\",\r\n                \"multi_tenor\": 0,\r\n                \"reminder_mail\": 0,\r\n                \"channels\": \"product\",\r\n                \"additional_data\": \"{\\\"status_code\\\":200,\\\"bank\\\":\\\"Guaranty Trust Bank\\\",\\\"account_number\\\":\\\"079999982\\\",\\\"account_name\\\":\\\"Sample user\\\",\\\"amount_disbursed\\\":1000,\\\"payment_description\\\":\\\"Third party loan disbursement from lenderco to Sample user/079999982/Guaranty Trust Bank for loan #252071\\\",\\\"date\\\":\\\"2024-12-16T17:33:09+00:00\\\"}\",\r\n                \"loan_approval_requirements\": null,\r\n                \"approved_on\": \"2024-12-16T17:33:03.000Z\",\r\n                \"approved_by\": 4671,\r\n                \"created_on\": \"2024-12-16T17:30:43.000Z\",\r\n                \"approval_workflow_id\": null,\r\n                \"status\": {\r\n                    \"id\": 2,\r\n                    \"status\": \"SETTLED\",\r\n                    \"can_request\": 1,\r\n                    \"can_cancel\": 0\r\n                },\r\n                \"tenor_type\": null,\r\n                \"loan_profile\": {\r\n                    \"purpose\": \"Personal\"\r\n                },\r\n                \"user\": {\r\n                    \"first_name\": \"Sample\",\r\n                    \"last_name\": \"User\"\r\n                },\r\n                \"schedules\": [\r\n                    {\r\n                        \"id\": 512674,\r\n                        \"loan_id\": 252071,\r\n                        \"principal\": 1000,\r\n                        \"interest\": 30,\r\n                        \"fees\": 0,\r\n                        \"penalty\": 0,\r\n                        \"schedule_amount_due\": 1030,\r\n                        \"principal_paid\": 1000,\r\n                        \"interest_paid\": 30,\r\n                        \"fees_paid\": 0,\r\n                        \"penalty_paid\": 0,\r\n                        \"amount_paid\": 1030,\r\n                        \"amount_due\": 0,\r\n                        \"due_date\": \"2025-01-16T00:00:00.000Z\",\r\n                        \"paid_date\": \"2025-01-16T02:30:22.000Z\",\r\n                        \"status\": \"success\",\r\n                        \"reason\": null,\r\n                        \"debit_queued\": 0,\r\n                        \"trials\": 0,\r\n                        \"retry_flag\": 1,\r\n                        \"next_trial_time\": \"2025-01-16T02:45:32.000Z\",\r\n                        \"last_attempt_item\": null,\r\n                        \"created_on\": \"2024-12-16T17:33:03.000Z\",\r\n                        \"created_by\": 4671,\r\n                        \"modified_on\": \"2025-01-16T02:30:22.000Z\",\r\n                        \"modified_by\": null,\r\n                        \"deleted_flag\": 0,\r\n                        \"deleted_on\": null,\r\n                        \"deleted_by\": null\r\n                    }\r\n                ],\r\n                \"organization\": {\r\n                    \"id\": 3415,\r\n                    \"name\": \"organization name\",\r\n                    \"type\": \"lender\",\r\n                    \"currency\": \"NGN\",\r\n                    \"country\": \"NGA\"\r\n                }\r\n            }\r\n        ],\r\n        \"page_info\": {\r\n            \"page\": 0,\r\n            \"limit\": 100,\r\n            \"total\": 1,\r\n            \"total_pages\": 1\r\n        }\r\n    },\r\n    \"meta\": {\r\n        \"cost\": 0,\r\n        \"balance\": 1240\r\n    }\r\n}"}],"_postman_id":"fb26d9cc-3af8-4e44-8a36-3d83dc76524f"},{"name":"Book Loan","id":"b1991cb1-93d2-42d6-94d7-dad1c3c7ac91","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n  \"bvn\": \"22222222222\",                     \r\n  \"requested_amount\": 300,                 \r\n  \"proposed_tenor\": 12,                      \r\n  \"proposed_tenor_period\": \"months\",        \r\n  \"purpose\": \"Home renovation\",              \r\n  \"marital_status\": \"Single\",                \r\n  \"no_of_dependent\": \"2\",                    \r\n  \"type_of_residence\": \"Rented Apartment\",             \r\n  \"educational_attainment\": \"Undergraduate\",    \r\n  \"sector_of_employment\": \"Other Financial\",      \r\n  \"monthly_net_income\": \"100000\",            \r\n  \"proposed_payday\": \"2024-08-30\",           \r\n  \"employment_status\": \"Employed\",          \r\n  \"work_start_date\": \"2022-01-15\",           \r\n  \"work_email\": \"user@company.com\",         \r\n  \"current_employer\": \"Company Inc.\",        \r\n  \"employment_category\": \"Private Company\",        \r\n  \"product_id\": 74,                       \r\n  \"disburse_to\": \"bank\",                    \r\n  \"location\": \"Lagos\"                        \r\n}\r\n","options":{"raw":{"language":"json"}}},"url":"https://adjutor.lendsqr.com/v2/customers/loans","description":"<p>Book a loan using the details of the customer.</p>\n<h4 id=\"request-payload\">Request Payload</h4>\n<p><strong>bvn</strong> * ˢᵗʳⁱⁿᵍ<br />11-digit Bank Verification Number.</p>\n<p><strong>requested_amount</strong> * ⁱⁿᵗᵉᵍᵉʳ<br />Loan amount requested.</p>\n<p><strong>proposed_tenor</strong> * ⁱⁿᵗᵉᵍᵉʳ<br />Duration of the loan.</p>\n<p><strong>proposed_tenor_period</strong> ⁿᵘˡˡᵃᵇˡᵉ ˢᵗʳⁱⁿᵍ<br />Period unit for the tenor (<em>days, weeks, months</em>).</p>\n<p><strong>purpose</strong> ⁿᵘˡˡᵃᵇˡᵉ ˢᵗʳⁱⁿᵍ<br />Reason for requesting the loan (e.g., \"Home renovation\").</p>\n<p><strong>marital_status</strong> ⁿᵘˡˡᵃᵇˡᵉ ˢᵗʳⁱⁿᵍ<br />Marital status<br />Values supported: <em>Single, Married, Divorced, Widowed, Separated</em></p>\n<p><strong>no_of_dependent</strong> ⁿᵘˡˡᵃᵇˡᵉ ˢᵗʳⁱⁿᵍ<br />Number of dependents (e.g., 0, 1, 2, etc).</p>\n<p><strong>type_of_residence</strong> ⁿᵘˡˡᵃᵇˡᵉ ˢᵗʳⁱⁿᵍ<br />Type of residence<br />Values supported: <em>Own House, Parents Apartment, Rented Apartment</em></p>\n<p><strong>educational_attainment</strong> ⁿᵘˡˡᵃᵇˡᵉ ˢᵗʳⁱⁿᵍ<br />Highest level of education<br />Values supported: <em>BSc, HND and Other Equivalents, Undergraduate, Others, Diploma/School Cert, MSc and Above</em></p>\n<p><strong>sector_of_employment</strong> ⁿᵘˡˡᵃᵇˡᵉ ˢᵗʳⁱⁿᵍ<br />Industry of employment<br />Values supported: _Agriculture, Banking, Education, Healthcare, Hospitality and Events, Information Technology, Law, Manufacturing and Construction, Media &amp; Entertainment, NGO, Oil and Gas, Other Financial, Others: Public services and administration, Telecoms, Tourism &amp; Hospitality,_<em>Transportation &amp; Logistics, Wholesale and Retail Trade</em></p>\n<p><strong>monthly_net_income</strong> ⁿᵘˡˡᵃᵇˡᵉ ˢᵗʳⁱⁿᵍ<br />Monthly take-home salary.</p>\n<p><strong>proposed_payday</strong> ⁿᵘˡˡᵃᵇˡᵉ ˢᵗʳⁱⁿᵍ<br />Proposed loan repayment start date (<code>YYYY-MM-DD</code>).</p>\n<p><strong>employment_status</strong> ⁿᵘˡˡᵃᵇˡᵉ ˢᵗʳⁱⁿᵍ<br />Current employment status<br />Values supported: <em>Employed, Self Employed, Unemployed</em></p>\n<p><strong>work_start_date</strong> ⁿᵘˡˡᵃᵇˡᵉ ˢᵗʳⁱⁿᵍ<br />Date employment started (<code>YYYY-MM-DD</code>).</p>\n<p><strong>work_email</strong> ⁿᵘˡˡᵃᵇˡᵉ ˢᵗʳⁱⁿᵍ<br />Work email address. Can be an empty string.</p>\n<p><strong>current_employer</strong> ⁿᵘˡˡᵃᵇˡᵉ ˢᵗʳⁱⁿᵍ<br />Name of the current employer.</p>\n<p><strong>employment_category</strong> ⁿᵘˡˡᵃᵇˡᵉ ˢᵗʳⁱⁿᵍ<br />Type of employment (<em>Artisan, Private Company, Public</em>, etc.).</p>\n<p><strong>product_id</strong> * ⁱⁿᵗᵉᵍᵉʳ<br />ID of the loan product being applied for.</p>\n<p><strong>disburse_to</strong> ⁿᵘˡˡᵃᵇˡᵉ ˢᵗʳⁱⁿᵍ<br />Where the loan should be disbursed (<em>bank, wallet, third-party, restrictedd-wallet</em>).<br />Defaults to <code>bank</code>.<br /><a href=\"https://lendsqr.freshdesk.com/support/solutions/articles/44002588887-how-loan-disbursement-works\">Learn more</a></p>\n<p><strong>location</strong> ⁿᵘˡˡᵃᵇˡᵉ ˢᵗʳⁱⁿᵍ<br />Borrower’s location (e.g., \"Lagos\"). Can be an empty string.</p>\n<h4 id=\"response-payload\">Response Payload</h4>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Properties</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><strong>status</strong> ˢᵗʳⁱⁿᵍ  <br />Status of the request (<em>success</em>)</td>\n</tr>\n<tr>\n<td><strong>message</strong> ˢᵗʳⁱⁿᵍ  <br />Message indicating the result of the request</td>\n</tr>\n<tr>\n<td><strong>data</strong> ᵒᵇʲᵉᶜᵗ  <br />Contains loan-related identifiers</td>\n</tr>\n<tr>\n<td><strong>data.loan_id</strong> ⁱⁿᵗᵉᵍᵉʳ  <br />Unique identifier for the loan</td>\n</tr>\n<tr>\n<td><strong>data.loan_profile_id</strong> ⁱⁿᵗᵉᵍᵉʳ  <br />Unique identifier for the loan profile</td>\n</tr>\n</tbody>\n</table>\n</div>","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<your-api-token>"}]},"isInherited":true,"source":{"_postman_id":"9a2d86b7-a837-4de9-8302-3f37b628d40e","id":"9a2d86b7-a837-4de9-8302-3f37b628d40e","name":"Adjutor API Service","type":"collection"}},"urlObject":{"path":["loans"],"host":["https://adjutor.lendsqr.com/v2/customers"],"query":[],"variable":[]}},"response":[{"id":"0a3d0fad-74d7-4355-8352-00c8139aadf6","name":"Book Loan","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"bvn\": \"22222222222\",\r\n    \"requested_amount\": 300,\r\n    \"proposed_tenor\": 12,\r\n    \"proposed_tenor_period\": \"months\",\r\n    \"purpose\": \"Home renovation\",\r\n    \"marital_status\": \"Single\",\r\n    \"no_of_dependent\": \"2\",\r\n    \"type_of_residence\": \"Rented Apartment\",\r\n    \"educational_attainment\": \"Undergraduate\",\r\n    \"sector_of_employment\": \"Other Financial\",\r\n    \"monthly_net_income\": \"100000\",\r\n    \"proposed_payday\": \"2024-08-30\",\r\n    \"employment_status\": \"Employed\",\r\n    \"work_start_date\": \"2022-01-15\",\r\n    \"work_email\": \"user@company.com\",\r\n    \"current_employer\": \"Company Inc.\",\r\n    \"employment_category\": \"Private Company\",\r\n    \"product_id\": 74,\r\n    \"disburse_to\": \"bank\",\r\n    \"location\": \"Lagos\"\r\n}","options":{"raw":{"language":"json"}}},"url":"https://adjutor.lendsqr.com/v2/customers/loans"},"status":"OK","code":200,"_postman_previewlanguage":null,"header":null,"cookie":[],"responseTime":null,"body":"{\r\n    \"status\": \"success\",\r\n    \"message\": \"Successful\",\r\n    \"data\": {\r\n        \"loan_id\": 258071,\r\n        \"loan_profile_id\": 2962519\r\n    },\r\n    \"meta\": {\r\n        \"cost\": 0,\r\n        \"balance\": 1240\r\n    }\r\n}"}],"_postman_id":"b1991cb1-93d2-42d6-94d7-dad1c3c7ac91"},{"name":"Book Multi-tenor Loans","id":"f4e420ca-3e2b-4b49-9a77-dbd56ded0c4d","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n  \"bvn\": \"22222222222\",\r\n  \"requested_amount\": 1000,\r\n  \"proposed_tenor\": 5,\r\n  \"proposed_tenor_period\": \"months\",\r\n  \"purpose\": \"Home renovation\",\r\n  \"marital_status\": \"Single\",\r\n  \"no_of_dependent\": \"2\",\r\n  \"type_of_residence\": \"Rented\",\r\n  \"educational_attainment\": \"Bachelor's\",\r\n  \"sector_of_employment\": \"Technology\",\r\n  \"monthly_net_income\": \"100000\",\r\n  \"proposed_payday\": \"2024-08-30\",\r\n  \"employment_status\": \"Full-time\",\r\n  \"work_start_date\": \"2022-01-15\",\r\n  \"work_email\": \"user@company.com\",\r\n  \"current_employer\": \"Company Inc.\",\r\n  \"employment_category\": \"Permanent\",\r\n  \"product_id\": 17869,\r\n  \"disburse_to\": \"bank\",\r\n  \"location\": \"Lagos\",\r\n  \"schedules\": [\r\n    {\r\n      \"principal\": 200,\r\n      \"interest\": 100,\r\n      \"fees\": 10,\r\n      \"status\": \"pending\",\r\n      \"due_date\": \"2025-02-28\"\r\n    },\r\n    {\r\n      \"principal\": 200,\r\n      \"interest\": 100,\r\n      \"status\": \"pending\",\r\n      \"due_date\": \"2025-03-28\"\r\n    },\r\n    {\r\n      \"principal\": 200,\r\n      \"interest\": 100,\r\n      \"status\": \"pending\",\r\n      \"due_date\": \"2025-04-28\"\r\n    },\r\n    {\r\n      \"principal\": 200,\r\n      \"interest\": 100,\r\n      \"status\": \"pending\",\r\n      \"due_date\": \"2025-05-28\"\r\n    },\r\n    {\r\n      \"principal\": 200,\r\n      \"interest\": 100,\r\n      \"status\": \"pending\",\r\n      \"due_date\": \"2025-06-28\"\r\n    }\r\n  ]\r\n}","options":{"raw":{"language":"json"}}},"url":"https://adjutor.lendsqr.com/v2/customers/loans","description":"<p>Book a loan for a customer with customized multi-tenor repayment schedules.</p>\n<h3 id=\"request-payload\"><strong>Request Payload</strong></h3>\n<p><strong>bvn</strong> * ˢᵗʳⁱⁿᵍ<br />11-digit Bank Verification Number.</p>\n<p><strong>requested_amount</strong> * ⁱⁿᵗᵉᵍᵉʳ<br />Loan amount requested.</p>\n<p><strong>proposed_tenor</strong> * ⁱⁿᵗᵉᵍᵉʳ<br />Duration of the loan.</p>\n<p><strong>proposed_tenor_period</strong> ⁿᵘˡˡᵃᵇˡᵉ ˢᵗʳⁱⁿᵍ<br />Period unit for the tenor (<em>days, weeks, months</em>).</p>\n<p><strong>purpose</strong> ⁿᵘˡˡᵃᵇˡᵉ ˢᵗʳⁱⁿᵍ<br />Reason for requesting the loan (e.g., \"Home renovation\").</p>\n<p><strong>marital_status</strong> ⁿᵘˡˡᵃᵇˡᵉ ˢᵗʳⁱⁿᵍ<br />Marital status<br />Values supported: <em>Single, Married, Divorced, Widowed, Separated</em></p>\n<p><strong>no_of_dependent</strong> ⁿᵘˡˡᵃᵇˡᵉ ˢᵗʳⁱⁿᵍ<br />Number of dependents (e.g., 0, 1, 2, etc).</p>\n<p><strong>type_of_residence</strong> ⁿᵘˡˡᵃᵇˡᵉ ˢᵗʳⁱⁿᵍ<br />Type of residence<br />Values supported: <em>Own House, Parents Apartment, Rented Apartment</em></p>\n<p><strong>educational_attainment</strong> ⁿᵘˡˡᵃᵇˡᵉ ˢᵗʳⁱⁿᵍ<br />Highest level of education<br />Values supported: <em>BSc, HND and Other Equivalents, Undergraduate, Others, Diploma/School Cert, MSc and Above</em></p>\n<h4 id=\"repayment-schedules\"><strong>Repayment Schedules</strong></h4>\n<p><strong>schedules</strong> * ᵃʳʳᵃʸ<br />List of repayment schedules.</p>\n<p><strong>principal</strong> * ⁱⁿᵗᵉᵍᵉʳ<br />Principal to be repaid for each schedule.</p>\n<p><strong>interest</strong> * ⁱⁿᵗᵉᵍᵉʳ<br />Interest to be repaid for each schedule.</p>\n<p><strong>fees</strong> ⁿᵘˡˡᵃᵇˡᵉ ⁱⁿᵗᵉᵍᵉʳ<br />Fees to be repaid for each schedule.</p>\n<p><strong>status</strong> * ˢᵗʳⁱⁿᵍ<br />Status of each repayment schedule<br />Values supported: <em>pending</em></p>\n<p><strong>due_date</strong> ˢᵗʳⁱⁿᵍ<br />A valid ISO 8601 date.</p>\n<h3 id=\"request-payload-1\"><strong>Request Payload</strong></h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Properties</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><strong>status</strong> ˢᵗʳⁱⁿᵍ  <br />Status of the request (<em>success</em>)</td>\n</tr>\n<tr>\n<td><strong>message</strong> ˢᵗʳⁱⁿᵍ  <br />Message indicating the result of the request</td>\n</tr>\n<tr>\n<td><strong>data</strong> ᵒᵇʲᵉᶜᵗ  <br />Contains loan-related identifiers</td>\n</tr>\n<tr>\n<td><strong>data.loan_id</strong> ⁱⁿᵗᵉᵍᵉʳ  <br />Unique identifier for the loan</td>\n</tr>\n<tr>\n<td><strong>data.loan_profile_id</strong> ⁱⁿᵗᵉᵍᵉʳ  <br />Unique identifier for the loan profile</td>\n</tr>\n</tbody>\n</table>\n</div>","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<your-api-token>"}]},"isInherited":true,"source":{"_postman_id":"9a2d86b7-a837-4de9-8302-3f37b628d40e","id":"9a2d86b7-a837-4de9-8302-3f37b628d40e","name":"Adjutor API Service","type":"collection"}},"urlObject":{"path":["loans"],"host":["https://adjutor.lendsqr.com/v2/customers"],"query":[],"variable":[]}},"response":[{"id":"8b134061-3d29-4271-a7d0-8be4d53af3b1","name":"Book Multi-tenor Loans","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n  \"bvn\": \"22222222222\",\r\n  \"requested_amount\": 1000,\r\n  \"proposed_tenor\": 5,\r\n  \"proposed_tenor_period\": \"months\",\r\n  \"purpose\": \"Home renovation\",\r\n  \"marital_status\": \"Single\",\r\n  \"no_of_dependent\": \"2\",\r\n  \"type_of_residence\": \"Rented\",\r\n  \"educational_attainment\": \"Bachelor's\",\r\n  \"sector_of_employment\": \"Technology\",\r\n  \"monthly_net_income\": \"100000\",\r\n  \"proposed_payday\": \"2024-08-30\",\r\n  \"employment_status\": \"Full-time\",\r\n  \"work_start_date\": \"2022-01-15\",\r\n  \"work_email\": \"user@company.com\",\r\n  \"current_employer\": \"Company Inc.\",\r\n  \"employment_category\": \"Permanent\",\r\n  \"product_id\": 17869,\r\n  \"disburse_to\": \"bank\",\r\n  \"location\": \"Lagos\",\r\n  \"schedules\": [\r\n    {\r\n      \"principal\": 200,\r\n      \"interest\": 100,\r\n      \"fees\": 10,\r\n      \"status\": \"pending\",\r\n      \"due_date\": \"2025-02-28\"\r\n    },\r\n    {\r\n      \"principal\": 200,\r\n      \"interest\": 100,\r\n      \"status\": \"pending\",\r\n      \"due_date\": \"2025-03-28\"\r\n    },\r\n    {\r\n      \"principal\": 200,\r\n      \"interest\": 100,\r\n      \"status\": \"pending\",\r\n      \"due_date\": \"2025-04-28\"\r\n    },\r\n    {\r\n      \"principal\": 200,\r\n      \"interest\": 100,\r\n      \"status\": \"pending\",\r\n      \"due_date\": \"2025-05-28\"\r\n    },\r\n    {\r\n      \"principal\": 200,\r\n      \"interest\": 100,\r\n      \"status\": \"pending\",\r\n      \"due_date\": \"2025-06-28\"\r\n    }\r\n  ]\r\n}","options":{"raw":{"language":"json"}}},"url":"https://adjutor.lendsqr.com/v2/customers/loans"},"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\r\n    \"status\": \"success\",\r\n    \"message\": \"Successful\",\r\n    \"data\": {\r\n        \"loan_id\": 268569,\r\n        \"loan_profile_id\": 3035360\r\n    },\r\n    \"meta\": {\r\n        \"cost\": 0,\r\n        \"balance\": 125\r\n    }\r\n}"}],"_postman_id":"f4e420ca-3e2b-4b49-9a77-dbd56ded0c4d"},{"name":"Approve Loan","id":"d7d8037f-63cf-4e1d-90ac-ddaf79d3b697","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\r\n  \"beneficiary_id\": null,                      \r\n  \"account_number\": \"\",                        \r\n  \"bank_code\": \"\",                             \r\n  \"disbursement_provider\": \"\",                 \r\n  \"account_name\": \"\",                          \r\n  \"beneficiary_email\": \"\",                     \r\n  \"beneficiary_phone_number\": \"\",             \r\n  \"bank_name\": \"\",                            \r\n  \"attributes\": {                              \r\n    \"key1\": \"value1\",\r\n    \"key2\": \"value2\"\r\n  }\r\n}","options":{"raw":{"language":"json"}}},"url":"https://adjutor.lendsqr.com/v2/customers/loans/:loanId/","description":"<p>Approve a loan booked for a customer using the loan's unique ID.</p>\n<h4 id=\"request-payload\">Request Payload</h4>\n<p><strong>beneficiary_id</strong> ⁿᵘˡˡᵃᵇˡᵉ ˢᵗʳⁱⁿᵍ<br />Unique ID of the beneficiary.</p>\n<p><strong>account_number</strong> ⁿᵘˡˡᵃᵇˡᵉ ˢᵗʳⁱⁿᵍ<br />Recipient's bank account number. Defaults to <code>\"\"</code>.</p>\n<p><strong>bank_code</strong> ⁿᵘˡˡᵃᵇˡᵉ ˢᵗʳⁱⁿᵍ<br />Code identifying the recipient's bank. Defaults to <code>\"\"</code>.</p>\n<p><strong>disbursement_provider</strong> ⁿᵘˡˡᵃᵇˡᵉ ˢᵗʳⁱⁿᵍ<br />Provider handling the disbursement. Defaults to <code>\"\"</code>.</p>\n<p><strong>account_name</strong> ⁿᵘˡˡᵃᵇˡᵉ ˢᵗʳⁱⁿᵍ<br />Name associated with the bank account. Defaults to <code>\"\"</code>.</p>\n<p><strong>beneficiary_email</strong> ⁿᵘˡˡᵃᵇˡᵉ ˢᵗʳⁱⁿᵍ<br />Email of the beneficiary. Defaults to <code>\"\"</code>.</p>\n<p><strong>beneficiary_phone_number</strong> ⁿᵘˡˡᵃᵇˡᵉ ˢᵗʳⁱⁿᵍ<br />Phone number of the beneficiary. Defaults to <code>\"\"</code>.</p>\n<p><strong>bank_name</strong> ⁿᵘˡˡᵃᵇˡᵉ ˢᵗʳⁱⁿᵍ<br />Name of the beneficiary’s bank. Defaults to <code>\"\"</code>.</p>\n<p><strong>attributes</strong> ᵒᵇʲᵉᶜᵗ<br />Additional loan attributes in key-value pairs.</p>\n<p><strong>attributes.key1</strong> ˢᵗʳⁱⁿᵍ<br />Custom attribute key-value pair.</p>\n<p><strong>attributes.key2</strong> ˢᵗʳⁱⁿᵍ<br />Custom attribute key-value pair.</p>\n<h4 id=\"response-payload\">Response Payload</h4>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Properties</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><strong>status</strong> ˢᵗʳⁱⁿᵍ  <br />Status of the request (<em>success</em>)</td>\n</tr>\n<tr>\n<td><strong>message</strong> ˢᵗʳⁱⁿᵍ  <br />Message indicating the result of the request</td>\n</tr>\n<tr>\n<td><strong>data</strong> ᵒᵇʲᵉᶜᵗ  <br />Contains loan-related details. Currently empty <code>{}</code></td>\n</tr>\n</tbody>\n</table>\n</div>","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<your-api-token>"}]},"isInherited":true,"source":{"_postman_id":"9a2d86b7-a837-4de9-8302-3f37b628d40e","id":"9a2d86b7-a837-4de9-8302-3f37b628d40e","name":"Adjutor API Service","type":"collection"}},"urlObject":{"path":["loans",":loanId",""],"host":["https://adjutor.lendsqr.com/v2/customers"],"query":[],"variable":[{"type":"any","value":"","key":"loanId"}]}},"response":[{"id":"018d4fd6-9402-4f6d-9ca2-daa3b286551a","name":"Approve Loan","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\r\n    \"beneficiary_id\": null,\r\n    \"account_number\": \"\",\r\n    \"bank_code\": \"\",\r\n    \"disbursement_provider\": \"\",\r\n    \"account_name\": \"\",\r\n    \"beneficiary_email\": \"\",\r\n    \"beneficiary_phone_number\": \"\",\r\n    \"bank_name\": \"\",\r\n    \"attributes\": {\r\n        \"key1\": \"value1\",\r\n        \"key2\": \"value2\"\r\n    }\r\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"https://adjutor.lendsqr.com/v2/customers/loans/:loanId/","protocol":"https","host":["adjutor","lendsqr","com"],"path":["v2","customers","loans",":loanId",""],"variable":[{"key":"loanId","value":""}]}},"status":"OK","code":200,"_postman_previewlanguage":null,"header":null,"cookie":[],"responseTime":null,"body":"{\r\n    \"status\": \"success\",\r\n    \"message\": \"Successful\",\r\n    \"data\": {},\r\n    \"meta\": {\r\n        \"cost\": 0,\r\n        \"balance\": 1240\r\n    }\r\n}"}],"_postman_id":"d7d8037f-63cf-4e1d-90ac-ddaf79d3b697"},{"name":"Repay Customer Loan","id":"3b61c0c3-1f06-4377-9d64-2f0c51fabb2e","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n  \"amount\": 100000.50,\r\n  \"comment\": \"Payment for invoice #12345\",\r\n  \"reference\": null,\r\n  \"channel\": \"bank_transfer\"\r\n}","options":{"raw":{"language":"json"}}},"url":"https://adjutor.lendsqr.com/v2/customers/loans/:loanId/repay","description":"<p>Repay a specific loan for a customer by the loan ID.</p>\n<h4 id=\"request-payload\">Request Payload</h4>\n<p><strong>amount</strong> * ᶠˡᵒᵃᵗ<br />The repayment amount.</p>\n<p><strong>comment</strong> ⁿᵘˡˡᵃᵇˡᵉ ˢᵗʳⁱⁿᵍ<br />A note or reference for the payment (e.g., \"Payment for invoice #12345\").</p>\n<p><strong>reference</strong> ⁿᵘˡˡᵃᵇˡᵉ ˢᵗʳⁱⁿᵍ<br />Unique transaction reference.</p>\n<p><strong>channel</strong> * ˢᵗʳⁱⁿᵍ<br />Payment method used (<em>bank_transfer, card, wallet, direct_debit, etc</em>.)</p>\n<blockquote>\n<p>bank_transfer: repayment done externally, no debit made<br />wallet: debits from user's wallet or virtual account<br />card / direct_debit: debits from the linked card or direct debit source </p>\n</blockquote>\n<h4 id=\"response-payload\">Response Payload</h4>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Properties</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><strong>status</strong> ˢᵗʳⁱⁿᵍ  <br />Status of the request (<em>success</em>)</td>\n</tr>\n<tr>\n<td><strong>message</strong> ˢᵗʳⁱⁿᵍ  <br />Message indicating the result of the request</td>\n</tr>\n<tr>\n<td><strong>data</strong> ᵒᵇʲᵉᶜᵗ  <br />Contains additional response details (empty object in this case)</td>\n</tr>\n</tbody>\n</table>\n</div>","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<your-api-token>"}]},"isInherited":true,"source":{"_postman_id":"9a2d86b7-a837-4de9-8302-3f37b628d40e","id":"9a2d86b7-a837-4de9-8302-3f37b628d40e","name":"Adjutor API Service","type":"collection"}},"urlObject":{"path":["loans",":loanId","repay"],"host":["https://adjutor.lendsqr.com/v2/customers"],"query":[],"variable":[{"type":"any","value":"","key":"loanId"}]}},"response":[{"id":"f142f19a-c8d3-4151-9446-1b69fb9755b4","name":"Repay Customer Loan","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n  \"amount\": 100000.50,\r\n  \"comment\": \"Payment for invoice #12345\",\r\n  \"reference\": null,\r\n  \"channel\": \"bank_transfer\"   // (wallet, card, bank_transfer, direct_debit)\r\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"https://adjutor.lendsqr.com/v2/customers/loans/:loanId/repay","host":["https://adjutor.lendsqr.com/v2/customers"],"path":["loans",":loanId","repay"],"variable":[{"key":"loanId","value":""}]}},"status":"OK","code":200,"_postman_previewlanguage":null,"header":null,"cookie":[],"responseTime":null,"body":"{\r\n    \"status\": \"success\",\r\n    \"message\": \"Successful\",\r\n    \"data\": {},\r\n    \"meta\": {\r\n        \"cost\": 0,\r\n        \"balance\": 1240\r\n    }\r\n}"}],"_postman_id":"3b61c0c3-1f06-4377-9d64-2f0c51fabb2e"}],"id":"96195370-bc7c-4cba-a920-ed8eb9aa6018","description":"<p>This section contains APIs related to loan management. It includes endpoints for retrieving loan products, scoring loan applications, getting loan schedules, booking loans, retrieving customer loans, and repaying loans.</p>\n","_postman_id":"96195370-bc7c-4cba-a920-ed8eb9aa6018","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<your-api-token>"}]},"isInherited":true,"source":{"_postman_id":"9a2d86b7-a837-4de9-8302-3f37b628d40e","id":"9a2d86b7-a837-4de9-8302-3f37b628d40e","name":"Adjutor API Service","type":"collection"}}},{"name":"Wallet","item":[{"name":"Get Customer wallets","id":"cb56ffb6-4caf-4c02-9983-9bd5e9983e93","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://adjutor.lendsqr.com/v2/customers/:id/wallets","description":"<p>Retrieve a list of wallets created for a customer by their unique ID.</p>\n<h4 id=\"response-payload\">Response Payload</h4>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Properties</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><strong>status</strong> ˢᵗʳⁱⁿᵍ <br />The status of the request, typically <code>\"success\"</code> or <code>\"error\"</code></td>\n</tr>\n<tr>\n<td><strong>message</strong> ˢᵗʳⁱⁿᵍ <br />A short message indicating the result of the request</td>\n</tr>\n<tr>\n<td><strong>data.wallets</strong> ᵃʳʳᵃʸ <br />List of wallet objects associated with the customer</td>\n</tr>\n<tr>\n<td><strong>wallets[].id</strong> ⁱⁿᵗᵉᵍᵉʳ <br />Unique identifier for the wallet</td>\n</tr>\n<tr>\n<td><strong>wallets[].org_id</strong> ⁱⁿᵗᵉᵍᵉʳ <br />Organization ID associated with the wallet</td>\n</tr>\n<tr>\n<td><strong>wallets[].user_id</strong> ⁱⁿᵗᵉᵍᵉʳ <br />Unique identifier for the user who owns the wallet</td>\n</tr>\n<tr>\n<td><strong>wallets[].is_admin</strong> ⁱⁿᵗᵉᵍᵉʳ <br />Indicates if the user is an admin (<code>0</code> for no, <code>1</code> for yes)</td>\n</tr>\n<tr>\n<td><strong>wallets[].savings_id</strong> ˢᵗʳⁱⁿᵍ <br />Unique savings ID associated with the wallet</td>\n</tr>\n<tr>\n<td><strong>wallets[].account_name</strong> ˢᵗʳⁱⁿᵍ <br />Name on the wallet account</td>\n</tr>\n<tr>\n<td><strong>wallets[].account_no</strong> ˢᵗʳⁱⁿᵍ <br />Account number for the wallet (may be masked or empty)</td>\n</tr>\n<tr>\n<td><strong>wallets[].provider</strong> ˢᵗʳⁱⁿᵍ <br />Wallet provider (e.g., <code>\"lendsqr\"</code>)</td>\n</tr>\n<tr>\n<td><strong>wallets[].type</strong> ˢᵗʳⁱⁿᵍ <br />Wallet type, such as <code>\"default\"</code> or <code>\"restricted\"</code></td>\n</tr>\n<tr>\n<td><strong>wallets[].currency</strong> ˢᵗʳⁱⁿᵍ <br />Currency of the wallet, usually <code>\"NGN\"</code></td>\n</tr>\n<tr>\n<td><strong>wallets[].account_balance</strong> ᶠˡᵒᵃᵗ <br />Current available balance in the wallet</td>\n</tr>\n<tr>\n<td><strong>wallets[].balance_last_updated</strong> ˢᵗʳⁱⁿᵍ <br />Timestamp of the last balance update</td>\n</tr>\n<tr>\n<td><strong>wallets[].is_primary</strong> ⁱⁿᵗᵉᵍᵉʳ <br />Indicates if the wallet is the primary wallet (<code>1</code> for yes, <code>0</code> for no)</td>\n</tr>\n<tr>\n<td><strong>wallets[].pending_transaction</strong> ⁱⁿᵗᵉᵍᵉʳ <br />Number of pending transactions in the wallet</td>\n</tr>\n<tr>\n<td><strong>wallets[].created_on</strong> ˢᵗʳⁱⁿᵍ <br />Timestamp of when the wallet was created</td>\n</tr>\n<tr>\n<td><strong>wallets[].modified_on</strong> ˢᵗʳⁱⁿᵍ <br />Timestamp of when the wallet was last modified</td>\n</tr>\n<tr>\n<td><strong>wallets[].deleted_flag</strong> ⁱⁿᵗᵉᵍᵉʳ <br />Indicates if the wallet has been deleted (<code>0</code> for no, <code>1</code> for yes)</td>\n</tr>\n<tr>\n<td><strong>wallets[].deleted_on</strong> ˢᵗʳⁱⁿᵍ <br />Timestamp of when the wallet was deleted (if applicable)</td>\n</tr>\n<tr>\n<td><strong>wallets[].deleted_by</strong> ⁱⁿᵗᵉᵍᵉʳ <br />ID of the user who deleted the wallet (if applicable)</td>\n</tr>\n</tbody>\n</table>\n</div>","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<your-api-token>"}]},"isInherited":true,"source":{"_postman_id":"9a2d86b7-a837-4de9-8302-3f37b628d40e","id":"9a2d86b7-a837-4de9-8302-3f37b628d40e","name":"Adjutor API Service","type":"collection"}},"urlObject":{"path":[":id","wallets"],"host":["https://adjutor.lendsqr.com/v2/customers"],"query":[],"variable":[{"type":"any","value":"","key":"id"}]}},"response":[{"id":"e9184181-8707-4231-915d-b76b79d751be","name":"Get Customer wallets","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://adjutor.lendsqr.com/v2/customers/:id/wallets","protocol":"https","host":["adjutor","lendsqr","com"],"path":["v2","customers",":id","wallets"],"variable":[{"key":"id","value":""}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": \"success\",\n    \"message\": \"Successful\",\n    \"data\": {\n        \"wallets\": [\n            {\n                \"id\": 845621,\n                \"org_id\": 2198,\n                \"user_id\": 325689,\n                \"is_admin\": 0,\n                \"savings_id\": \"678543\",\n                \"account_name\": \"David Adebayo\",\n                \"account_no\": \"3D5B009678543----------\",\n                \"provider\": \"lendsqr\",\n                \"type\": \"default\",\n                \"currency\": \"NGN\",\n                \"account_balance\": 2650,\n                \"balance_last_updated\": \"2025-01-10T12:30:15.000Z\",\n                \"is_primary\": 1,\n                \"pending_transaction\": 0,\n                \"created_on\": \"2023-07-18T09:42:30.000Z\",\n                \"created_by\": null,\n                \"modified_on\": \"2025-01-09T08:23:47.000Z\",\n                \"modified_by\": 5728,\n                \"deleted_flag\": 0,\n                \"deleted_on\": null,\n                \"deleted_by\": null\n            },\n            {\n                \"id\": 1267834,\n                \"org_id\": 2198,\n                \"user_id\": 325689,\n                \"is_admin\": 0,\n                \"savings_id\": \"985432\",\n                \"account_name\": \"David Adebayo\",\n                \"account_no\": \"\",\n                \"provider\": \"lendsqr\",\n                \"type\": \"restricted\",\n                \"currency\": \"NGN\",\n                \"account_balance\": 920,\n                \"balance_last_updated\": \"2024-12-15T14:20:10.000Z\",\n                \"is_primary\": 0,\n                \"pending_transaction\": 0,\n                \"created_on\": \"2024-08-22T19:10:55.000Z\",\n                \"created_by\": null,\n                \"modified_on\": \"2024-12-15T14:20:10.000Z\",\n                \"modified_by\": null,\n                \"deleted_flag\": 0,\n                \"deleted_on\": null,\n                \"deleted_by\": null\n            }\n        ]\n    },\n    \"meta\": {\n        \"cost\": 0,\n        \"balance\": 734\n    }\n}"}],"_postman_id":"cb56ffb6-4caf-4c02-9983-9bd5e9983e93"},{"name":"Get Customer wallet transaction","id":"01b37921-717b-49de-9f49-55ae49b1c1d5","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://adjutor.lendsqr.com/v2/customers/:id/wallets/:walletId/transactions","description":"<p>Retrieve a list of transactions for a specific wallet by the customer's unique ID and the wallet ID.</p>\n<h4 id=\"response-payload\">Response Payload</h4>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Property</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><strong>status</strong> ˢᵗʳⁱⁿᵍ <br />Indicates whether the request was successful (<code>\"success\"</code>) or encountered an error</td>\n</tr>\n<tr>\n<td><strong>message</strong> ˢᵗʳⁱⁿᵍ <br />A brief message summarizing the result of the request</td>\n</tr>\n<tr>\n<td><strong>data.transactions</strong> ᵃʳʳᵃʸ <br />A list of transaction objects related to the user</td>\n</tr>\n<tr>\n<td><strong>transactions[].id</strong> ⁱⁿᵗᵉᵍᵉʳ <br />A unique identifier for each transaction</td>\n</tr>\n<tr>\n<td><strong>transactions[].org_id</strong> ⁱⁿᵗᵉᵍᵉʳ <br />Organization ID linked to the transaction</td>\n</tr>\n<tr>\n<td><strong>transactions[].user_id</strong> ⁱⁿᵗᵉᵍᵉʳ <br />Unique identifier of the user who initiated the transaction</td>\n</tr>\n<tr>\n<td><strong>transactions[].guarantor_id</strong> ⁱⁿᵗᵉᵍᵉʳ <br />ID of the guarantor (if applicable)</td>\n</tr>\n<tr>\n<td><strong>transactions[].is_admin</strong> ⁱⁿᵗᵉᵍᵉʳ <br />Indicates if an admin performed the transaction (<code>0</code> for no, <code>1</code> for yes)</td>\n</tr>\n<tr>\n<td><strong>transactions[].transaction_type_id</strong> ⁱⁿᵗᵉᵍᵉʳ <br />ID representing the transaction type</td>\n</tr>\n<tr>\n<td><strong>transactions[].entry_type_id</strong> ⁱⁿᵗᵉᵍᵉʳ <br />Entry type ID (<code>1</code> for Credit, <code>2</code> for Debit)</td>\n</tr>\n<tr>\n<td><strong>transactions[].wallet_id</strong> ⁱⁿᵗᵉᵍᵉʳ <br />Associated wallet ID (if applicable)</td>\n</tr>\n<tr>\n<td><strong>transactions[].reference</strong> ˢᵗʳⁱⁿᵍ <br />A unique transaction reference (e.g., <code>\"ABxYz12345\"</code>)</td>\n</tr>\n<tr>\n<td><strong>transactions[].currency</strong> ˢᵗʳⁱⁿᵍ <br />The currency of the transaction, usually <code>\"NGN\"</code></td>\n</tr>\n<tr>\n<td><strong>transactions[].amount</strong> ᶠˡᵒᵃᵗ <br />The transaction amount (e.g., <code>1500.00</code>)</td>\n</tr>\n<tr>\n<td><strong>transactions[].fees</strong> ᶠˡᵒᵃᵗ <br />Any fees deducted from the transaction</td>\n</tr>\n<tr>\n<td><strong>transactions[].platform_fees</strong> ᶠˡᵒᵃᵗ <br />Platform-related fees (if applicable)</td>\n</tr>\n<tr>\n<td><strong>transactions[].platform_fees_name</strong> ˢᵗʳⁱⁿᵍ <br />Name of the applied platform fee</td>\n</tr>\n<tr>\n<td><strong>transactions[].domain</strong> ˢᵗʳⁱⁿᵍ <br />System environment (<code>\"production\"</code> or <code>\"sandbox\"</code>)</td>\n</tr>\n<tr>\n<td><strong>transactions[].status</strong> ˢᵗʳⁱⁿᵍ <br />The transaction status (<code>\"success\"</code>, <code>\"failed\"</code>, <code>\"pending\"</code>)</td>\n</tr>\n<tr>\n<td><strong>transactions[].description</strong> ˢᵗʳⁱⁿᵍ <br />A short explanation of the transaction (e.g., <code>\"Loan repayment for loan #12345\"</code>)</td>\n</tr>\n<tr>\n<td><strong>transactions[].meta</strong> ˢᵗʳⁱⁿᵍ <br />Additional metadata associated with the transaction</td>\n</tr>\n<tr>\n<td><strong>transactions[].extra_data</strong> ˢᵗʳⁱⁿᵍ <br />Extra information related to the transaction</td>\n</tr>\n<tr>\n<td><strong>transactions[].channel</strong> ˢᵗʳⁱⁿᵍ <br />The payment channel (e.g., <code>\"WALLET\"</code>, <code>\"BANK_TRANSFER\"</code>)</td>\n</tr>\n<tr>\n<td><strong>transactions[].processor</strong> ˢᵗʳⁱⁿᵍ <br />The payment processor handling the transaction (e.g., <code>\"MIFOS\"</code>, <code>\"PAYSTACK\"</code>)</td>\n</tr>\n<tr>\n<td><strong>transactions[].source</strong> ˢᵗʳⁱⁿᵍ <br />The source of the transaction (<code>\"wallet\"</code>, <code>\"card\"</code>, etc.)</td>\n</tr>\n<tr>\n<td><strong>transactions[].source_id</strong> ⁱⁿᵗᵉᵍᵉʳ <br />ID of the source account or wallet</td>\n</tr>\n<tr>\n<td><strong>transactions[].external_id</strong> ˢᵗʳⁱⁿᵍ <br />External reference ID, if available</td>\n</tr>\n<tr>\n<td><strong>transactions[].transaction_date</strong> ˢᵗʳⁱⁿᵍ <br />Timestamp of when the transaction occurred (<code>\"2025-02-20T11:26:30.000Z\"</code>)</td>\n</tr>\n<tr>\n<td><strong>transactions[].additional_code</strong> ˢᵗʳⁱⁿᵍ <br />Additional transaction codes (if available)</td>\n</tr>\n<tr>\n<td><strong>transactions[].retry_count</strong> ⁱⁿᵗᵉᵍᵉʳ <br />Number of retry attempts for the transaction</td>\n</tr>\n<tr>\n<td><strong>transactions[].next_retry</strong> ˢᵗʳⁱⁿᵍ <br />Timestamp for the next retry attempt (if applicable)</td>\n</tr>\n<tr>\n<td><strong>transactions[].lsq_ref</strong> ˢᵗʳⁱⁿᵍ <br />Lendsqr-specific reference (if applicable)</td>\n</tr>\n<tr>\n<td><strong>transactions[].last_retry</strong> ˢᵗʳⁱⁿᵍ <br />Timestamp of the most recent retry attempt</td>\n</tr>\n<tr>\n<td><strong>transactions[].created_on</strong> ˢᵗʳⁱⁿᵍ <br />Timestamp of when the transaction record was created</td>\n</tr>\n<tr>\n<td><strong>transactions[].modified_on</strong> ˢᵗʳⁱⁿᵍ <br />Timestamp of when the transaction record was last updated</td>\n</tr>\n<tr>\n<td><strong>transactions[].deleted_flag</strong> ⁱⁿᵗᵉᵍᵉʳ <br />Indicates if the transaction was deleted (<code>0</code> for no, <code>1</code> for yes)</td>\n</tr>\n<tr>\n<td><strong>transactions[].deleted_on</strong> ˢᵗʳⁱⁿᵍ <br />Timestamp of when the transaction was deleted (if applicable)</td>\n</tr>\n<tr>\n<td><strong>transactions[].deleted_by</strong> ⁱⁿᵗᵉᵍᵉʳ <br />ID of the user who deleted the transaction</td>\n</tr>\n<tr>\n<td><strong>transactions[].partition_key</strong> ⁱⁿᵗᵉᵍᵉʳ <br />Internal partition key for data storage</td>\n</tr>\n<tr>\n<td><strong>transactions[].transaction_entry.id</strong> ⁱⁿᵗᵉᵍᵉʳ <br />Unique identifier for the transaction entry type</td>\n</tr>\n<tr>\n<td><strong>transactions[].transaction_entry.name</strong> ˢᵗʳⁱⁿᵍ <br />Name of the transaction entry (e.g., <code>\"Credit\"</code>, <code>\"Debit\"</code>)</td>\n</tr>\n<tr>\n<td><strong>transactions[].transaction_type.id</strong> ⁱⁿᵗᵉᵍᵉʳ <br />Unique identifier for the transaction type</td>\n</tr>\n<tr>\n<td><strong>transactions[].transaction_type.name</strong> ˢᵗʳⁱⁿᵍ <br />Name of the transaction type (e.g., <code>\"Loan Repayment\"</code>, <code>\"Service Payment\"</code>)</td>\n</tr>\n</tbody>\n</table>\n</div>","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<your-api-token>"}]},"isInherited":true,"source":{"_postman_id":"9a2d86b7-a837-4de9-8302-3f37b628d40e","id":"9a2d86b7-a837-4de9-8302-3f37b628d40e","name":"Adjutor API Service","type":"collection"}},"urlObject":{"path":[":id","wallets",":walletId","transactions"],"host":["https://adjutor.lendsqr.com/v2/customers"],"query":[],"variable":[{"type":"any","value":"","key":"id"},{"type":"any","value":"","key":"walletId"}]}},"response":[{"id":"da2241e4-5ed1-44aa-8318-1e0b1f79c156","name":"Get Customer wallet transaction","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://adjutor.lendsqr.com/v2/customers/:id/wallets/:walletId/transactions","protocol":"https","host":["adjutor","lendsqr","com"],"path":["v2","customers",":id","wallets",":walletId","transactions"],"variable":[{"key":"id","value":""},{"key":"walletId","value":""}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": \"success\",\n    \"message\": \"Successful\",\n    \"data\": {\n        \"transactions\": [\n            {\n                \"id\": 37482910,\n                \"org_id\": 4821,\n                \"user_id\": 2395714,\n                \"guarantor_id\": null,\n                \"is_admin\": 0,\n                \"transaction_type_id\": 15,\n                \"entry_type_id\": 2,\n                \"wallet_id\": null,\n                \"reference\": \"AXdPQrTyZ123FGH\",\n                \"currency\": \"NGN\",\n                \"amount\": 2500,\n                \"fees\": 50,\n                \"platform_fees\": 10,\n                \"platform_fees_name\": \"Processing Fee\",\n                \"domain\": \"production\",\n                \"status\": \"success\",\n                \"description\": \"Loan repayment for loan #765432 due on 2025-04-05\",\n                \"meta\": \"\",\n                \"extra_data\": \"\",\n                \"channel\": \"BANK_TRANSFER\",\n                \"processor\": \"PAYSTACK\",\n                \"source\": \"bank\",\n                \"source_id\": 1234567,\n                \"external_id\": null,\n                \"transaction_date\": \"2025-02-22T14:15:20.000Z\",\n                \"additional_code\": null,\n                \"retry_count\": 0,\n                \"next_retry\": null,\n                \"lsq_ref\": null,\n                \"last_retry\": null,\n                \"created_on\": \"2025-02-22T14:15:22.000Z\",\n                \"created_by\": null,\n                \"modified_on\": \"2025-02-22T14:15:24.000Z\",\n                \"modified_by\": null,\n                \"deleted_flag\": 0,\n                \"deleted_on\": null,\n                \"deleted_by\": null,\n                \"partition_key\": 20253,\n                \"transaction_entry\": {\n                    \"id\": 2,\n                    \"name\": \"Debit\"\n                },\n                \"transaction_type\": {\n                    \"id\": 15,\n                    \"name\": \"Loan Repayment\"\n                }\n            },\n            {\n                \"id\": 38561027,\n                \"org_id\": 4821,\n                \"user_id\": 2395714,\n                \"guarantor_id\": null,\n                \"is_admin\": 0,\n                \"transaction_type_id\": 30,\n                \"entry_type_id\": 1,\n                \"wallet_id\": null,\n                \"reference\": \"BCD9XYZ45LMNOPQ\",\n                \"currency\": \"NGN\",\n                \"amount\": 5000,\n                \"fees\": 0,\n                \"platform_fees\": 0,\n                \"platform_fees_name\": \"\",\n                \"domain\": \"production\",\n                \"status\": \"success\",\n                \"description\": \"Payment received for service #892\",\n                \"meta\": null,\n                \"extra_data\": null,\n                \"channel\": \"USSD\",\n                \"processor\": \"FLUTTERWAVE\",\n                \"source\": \"mobile\",\n                \"source_id\": 7654321,\n                \"external_id\": null,\n                \"transaction_date\": \"2025-02-21T10:30:45.000Z\",\n                \"additional_code\": null,\n                \"retry_count\": 0,\n                \"next_retry\": null,\n                \"lsq_ref\": null,\n                \"last_retry\": null,\n                \"created_on\": \"2025-02-21T10:30:47.000Z\",\n                \"created_by\": null,\n                \"modified_on\": \"2025-02-21T10:30:49.000Z\",\n                \"modified_by\": null,\n                \"deleted_flag\": 0,\n                \"deleted_on\": null,\n                \"deleted_by\": null,\n                \"partition_key\": 20253,\n                \"transaction_entry\": {\n                    \"id\": 1,\n                    \"name\": \"Credit\"\n                },\n                \"transaction_type\": {\n                    \"id\": 30,\n                    \"name\": \"Service Payment\"\n                }\n            }\n        ]\n    },\n    \"meta\": {\n        \"cost\": 0,\n        \"balance\": 12450\n    }\n}"}],"_postman_id":"01b37921-717b-49de-9f49-55ae49b1c1d5"}],"id":"a74e49ed-596f-4490-b14a-ef771c517ae3","description":"<p>This section provides APIs for managing customer wallets. It includes endpoints for retrieving wallets, retrieving wallet transactions, and transferring funds to customer wallets. These APIs enable comprehensive management of virtual wallets and transactions.</p>\n","_postman_id":"a74e49ed-596f-4490-b14a-ef771c517ae3","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<your-api-token>"}]},"isInherited":true,"source":{"_postman_id":"9a2d86b7-a837-4de9-8302-3f37b628d40e","id":"9a2d86b7-a837-4de9-8302-3f37b628d40e","name":"Adjutor API Service","type":"collection"}}},{"name":"Cards","item":[{"name":"Get Customer cards","id":"3dd10cbd-02ac-48c4-81a4-a68380b06d4a","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://adjutor.lendsqr.com/v2/customers/:id/cards","description":"<p>Retrieve a list of cards associated with a specific customer by their unique ID.</p>\n<h4 id=\"response-payload\">Response Payload</h4>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Properties</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><strong>status</strong> ˢᵗʳⁱⁿᵍ  <br />Status of the request (<code>success</code>)</td>\n</tr>\n<tr>\n<td><strong>message</strong> ˢᵗʳⁱⁿᵍ  <br />Message indicating the result of the request</td>\n</tr>\n<tr>\n<td><strong>data</strong> ᵒᵇʲᵉᶜᵗ  <br />Contains the card details</td>\n</tr>\n<tr>\n<td><strong>data.cards</strong> ᵃʳʳᵃʸ  <br />List of saved customer cards</td>\n</tr>\n<tr>\n<td><strong>cards[].id</strong> ⁱⁿᵗᵉᵍᵉʳ  <br />Unique ID of the saved card</td>\n</tr>\n<tr>\n<td><strong>cards[].org_id</strong> ⁱⁿᵗᵉᵍᵉʳ  <br />Organization ID associated with the card</td>\n</tr>\n<tr>\n<td><strong>cards[].guarantor_id</strong> ⁱⁿᵗᵉᵍᵉʳ/ⁿᵘˡˡ  <br />ID of the guarantor, if applicable</td>\n</tr>\n<tr>\n<td><strong>cards[].card_owner_name</strong> ˢᵗʳⁱⁿᵍ  <br />Name of the card owner (e.g. <code>\"James Okonkwo\"</code>)</td>\n</tr>\n<tr>\n<td><strong>cards[].card_owner_email</strong> ˢᵗʳⁱⁿᵍ  <br />Email address of the card owner (e.g. <code>\"james.o@example.com\"</code>)</td>\n</tr>\n<tr>\n<td><strong>cards[].external_card_id</strong> ˢᵗʳⁱⁿᵍ/ⁿᵘˡˡ  <br />External ID of the card, if applicable</td>\n</tr>\n<tr>\n<td><strong>cards[].currency</strong> ˢᵗʳⁱⁿᵍ  <br />Currency of the card (e.g. <code>\"NGN\"</code>)</td>\n</tr>\n<tr>\n<td><strong>cards[].card_type</strong> ˢᵗʳⁱⁿᵍ  <br />Type of card (e.g. <code>\"Mastercard Debit\"</code>, <code>\"Visa Credit\"</code>)</td>\n</tr>\n<tr>\n<td><strong>cards[].card_last4</strong> ˢᵗʳⁱⁿᵍ  <br />Last four digits of the card number (e.g. <code>\"2039\"</code>)</td>\n</tr>\n<tr>\n<td><strong>cards[].card_exp_month</strong> ˢᵗʳⁱⁿᵍ  <br />Expiry month of the card (e.g. <code>\"09\"</code>)</td>\n</tr>\n<tr>\n<td><strong>cards[].card_exp_year</strong> ˢᵗʳⁱⁿᵍ  <br />Expiry year of the card (e.g. <code>\"2027\"</code>)</td>\n</tr>\n<tr>\n<td><strong>cards[].card_bin</strong> ˢᵗʳⁱⁿᵍ  <br />First six digits of the card BIN (e.g. <code>\"412345\"</code>)</td>\n</tr>\n<tr>\n<td><strong>cards[].bank</strong> ˢᵗʳⁱⁿᵍ  <br />Issuing bank name (e.g. <code>\"Zenith Bank\"</code>)</td>\n</tr>\n<tr>\n<td><strong>cards[].processor</strong> ˢᵗʳⁱⁿᵍ  <br />Payment processor handling the card (e.g. <code>\"paystack\"</code>)</td>\n</tr>\n<tr>\n<td><strong>cards[].next_retry_time</strong> ˢᵗʳⁱⁿᵍ/ⁿᵘˡˡ  <br />Next retry attempt for payments, if applicable</td>\n</tr>\n<tr>\n<td><strong>cards[].counter</strong> ⁱⁿᵗᵉᵍᵉʳ  <br />Number of failed payment attempts</td>\n</tr>\n<tr>\n<td><strong>cards[].disabled</strong> ᵇᵒᵒˡᵉᵃⁿ  <br />Indicates if the card is disabled (<code>1</code> for true, <code>0</code> for false)</td>\n</tr>\n<tr>\n<td><strong>cards[].disabled_reason</strong> ˢᵗʳⁱⁿᵍ/ⁿᵘˡˡ  <br />Reason the card was disabled, if applicable</td>\n</tr>\n<tr>\n<td><strong>cards[].disabled_date</strong> ˢᵗʳⁱⁿᵍ/ⁿᵘˡˡ  <br />Date when the card was disabled, if applicable</td>\n</tr>\n<tr>\n<td><strong>cards[].bank_code</strong> ˢᵗʳⁱⁿᵍ  <br />Bank code of the issuing bank (e.g. <code>\"057\"</code>)</td>\n</tr>\n<tr>\n<td><strong>cards[].created_on</strong> ˢᵗʳⁱⁿᵍ  <br />Timestamp when the card was added (e.g. <code>\"2024-07-25T14:32:10.000Z\"</code>)</td>\n</tr>\n<tr>\n<td><strong>cards[].bank_details</strong> ᵒᵇʲᵉᶜᵗ  <br />Detailed information about the issuing bank</td>\n</tr>\n<tr>\n<td><strong>bank_details.id</strong> ⁱⁿᵗᵉᵍᵉʳ  <br />Bank details ID</td>\n</tr>\n<tr>\n<td><strong>bank_details.base_code</strong> ˢᵗʳⁱⁿᵍ  <br />Base code assigned to the bank</td>\n</tr>\n<tr>\n<td><strong>bank_details.country</strong> ˢᵗʳⁱⁿᵍ  <br />Country code of the bank (e.g. <code>\"NGA\"</code>)</td>\n</tr>\n<tr>\n<td><strong>bank_details.ref_code</strong> ˢᵗʳⁱⁿᵍ  <br />Reference code for the bank</td>\n</tr>\n<tr>\n<td><strong>bank_details.code_description</strong> ˢᵗʳⁱⁿᵍ  <br />Full name of the bank (e.g. <code>\"Zenith Bank\"</code>)</td>\n</tr>\n<tr>\n<td><strong>bank_details.additional_code</strong> ˢᵗʳⁱⁿᵍ  <br />Additional code for the bank</td>\n</tr>\n<tr>\n<td><strong>bank_details.link_id</strong> ˢᵗʳⁱⁿᵍ  <br />Identifier linking the bank details</td>\n</tr>\n<tr>\n<td><strong>bank_details.org_id</strong> ⁱⁿᵗᵉᵍᵉʳ/ⁿᵘˡˡ  <br />Organization ID linked to the bank details</td>\n</tr>\n<tr>\n<td><strong>bank_details.url</strong> ˢᵗʳⁱⁿᵍ  <br />URL of the bank's logo or other assets</td>\n</tr>\n<tr>\n<td><strong>bank_details.meta</strong> ˢᵗʳⁱⁿᵍ  <br />JSON string containing metadata related to bank services</td>\n</tr>\n<tr>\n<td><strong>bank_details.created_on</strong> ˢᵗʳⁱⁿᵍ  <br />Timestamp when the bank details were created</td>\n</tr>\n</tbody>\n</table>\n</div>","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<your-api-token>"}]},"isInherited":true,"source":{"_postman_id":"9a2d86b7-a837-4de9-8302-3f37b628d40e","id":"9a2d86b7-a837-4de9-8302-3f37b628d40e","name":"Adjutor API Service","type":"collection"}},"urlObject":{"path":[":id","cards"],"host":["https://adjutor.lendsqr.com/v2/customers"],"query":[],"variable":[{"type":"any","value":"","key":"id"}]}},"response":[{"id":"746b2706-17b3-4d31-83a4-db9bda15febd","name":"Get Customer cards","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://adjutor.lendsqr.com/v2/customers/:id/cards","protocol":"https","host":["adjutor","lendsqr","com"],"path":["v2","customers",":id","cards"],"variable":[{"key":"id","value":""}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": \"success\",\n    \"message\": \"Successful\",\n    \"data\": {\n        \"cards\": [\n            {\n                \"id\": 485732,\n                \"org_id\": 1290,\n                \"guarantor_id\": null,\n                \"card_owner_name\": \"James Okonkwo\",\n                \"card_owner_email\": \"james.o@example.com\",\n                \"external_card_id\": null,\n                \"currency\": \"NGN\",\n                \"card_type\": \"Visa Credit\",\n                \"card_last4\": \"2039\",\n                \"card_exp_month\": \"09\",\n                \"card_exp_year\": \"2027\",\n                \"card_bin\": \"412345\",\n                \"bank\": \"Zenith Bank\",\n                \"processor\": \"paystack\",\n                \"next_retry_time\": null,\n                \"counter\": 0,\n                \"disabled\": 0,\n                \"disabled_reason\": null,\n                \"disabled_date\": null,\n                \"bank_code\": \"057\",\n                \"created_on\": \"2024-07-25T14:32:10.000Z\",\n                \"bank_details\": {\n                    \"id\": 746,\n                    \"base_code\": \"Z1\",\n                    \"country\": \"NGA\",\n                    \"ref_code\": \"21\",\n                    \"code_description\": \"Zenith Bank\",\n                    \"additional_code\": \"057\",\n                    \"link_id\": \"000027\",\n                    \"org_id\": null,\n                    \"url\": \"https://documents.lendsqr.com/lsq-lendstack-files/bank_logos/057.png\",\n                    \"meta\": \"{\\\"type\\\":\\\"bank\\\",\\\"mandate-service\\\":\\\"nibss-easypay\\\",\\\"mandate-activation-amount\\\":50,\\\"mandate-activation-bank\\\":\\\"Paystack-Titan\\\",\\\"mandate-activation-account-number\\\":\\\"7640321874\\\",\\\"mybankstatement-id\\\":18,\\\"mybankstatement-guide\\\":\\\"Please visit https://lsq.li/mbs-guide to know how to get your ticket number and password\\\",\\\"mybankstatement-activation\\\":\\\"bank-app\\\"}\",\n                    \"created_on\": \"2020-09-14T11:48:22.000Z\",\n                    \"created_by\": null,\n                    \"modified_on\": \"2025-02-03T18:26:55.000Z\",\n                    \"modified_by\": null,\n                    \"deleted_flag\": 0,\n                    \"deleted_on\": null,\n                    \"deleted_by\": null\n                }\n            }\n        ]\n    },\n    \"meta\": {\n        \"cost\": 0,\n        \"balance\": 812\n    }\n}"}],"_postman_id":"3dd10cbd-02ac-48c4-81a4-a68380b06d4a"},{"name":"Deactivate Customer Card","id":"f7319248-95a6-4621-bc6a-d61efc6b540a","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PATCH","header":[],"url":"https://adjutor.lendsqr.com/v2/customers/:id/cards/:cardId","description":"<p>Deactivate a specific card associated with a customer by their unique ID and the card ID.</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<your-api-token>"}]},"isInherited":true,"source":{"_postman_id":"9a2d86b7-a837-4de9-8302-3f37b628d40e","id":"9a2d86b7-a837-4de9-8302-3f37b628d40e","name":"Adjutor API Service","type":"collection"}},"urlObject":{"path":[":id","cards",":cardId"],"host":["https://adjutor.lendsqr.com/v2/customers"],"query":[],"variable":[{"type":"any","value":"","key":"id"},{"type":"any","value":"","key":"cardId"}]}},"response":[{"id":"027b0a07-605a-4992-a510-0f834ed45ee6","name":"Deactivate Customer Card","originalRequest":{"method":"PATCH","header":[],"url":{"raw":"https://adjutor.lendsqr.com/v2/customers/:id/cards/:cardId","protocol":"https","host":["adjutor","lendsqr","com"],"path":["v2","customers",":id","cards",":cardId"],"variable":[{"key":"id","value":""},{"key":"cardId","value":""}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": \"success\",\n    \"message\": \"Successful\",\n    \"data\": {},\n    \"meta\": {\n        \"cost\": 0,\n        \"balance\": 1240\n    }\n}"}],"_postman_id":"f7319248-95a6-4621-bc6a-d61efc6b540a"},{"name":"Delete Customer Card","id":"cb599522-2d6c-4fc1-a9e9-dad86b8aa17a","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[],"url":"https://adjutor.lendsqr.com/v2/customers/:id/cards/:cardId","description":"<p>Delete a specific card associated with a customer by their unique ID and the card ID.</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<your-api-token>"}]},"isInherited":true,"source":{"_postman_id":"9a2d86b7-a837-4de9-8302-3f37b628d40e","id":"9a2d86b7-a837-4de9-8302-3f37b628d40e","name":"Adjutor API Service","type":"collection"}},"urlObject":{"path":[":id","cards",":cardId"],"host":["https://adjutor.lendsqr.com/v2/customers"],"query":[],"variable":[{"type":"any","value":"","key":"id"},{"type":"any","value":"","key":"cardId"}]}},"response":[{"id":"4f4ad230-ec43-475f-ac1a-5246d61f0d3d","name":"Delete Customer Card","originalRequest":{"method":"DELETE","header":[],"url":{"raw":"https://adjutor.lendsqr.com/v2/customers/:id/cards/:cardId","protocol":"https","host":["adjutor","lendsqr","com"],"path":["v2","customers",":id","cards",":cardId"],"variable":[{"key":"id","value":""},{"key":"cardId","value":""}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": \"success\",\n    \"message\": \"Successful\",\n    \"data\": {},\n    \"meta\": {\n        \"cost\": 0,\n        \"balance\": 1240\n    }\n}"}],"_postman_id":"cb599522-2d6c-4fc1-a9e9-dad86b8aa17a"}],"id":"05f3ac01-0250-4943-8305-d3b805841e0c","description":"<p>APIs in this section manage customer cards. It includes endpoints for retrieving, deactivating, and deleting cards associated with a customer.</p>\n","_postman_id":"05f3ac01-0250-4943-8305-d3b805841e0c","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<your-api-token>"}]},"isInherited":true,"source":{"_postman_id":"9a2d86b7-a837-4de9-8302-3f37b628d40e","id":"9a2d86b7-a837-4de9-8302-3f37b628d40e","name":"Adjutor API Service","type":"collection"}}},{"name":"Direct Debit","item":[{"name":"Get Customer direct debits mandate","id":"be470519-3b63-459b-89c4-844fb47a21e1","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://adjutor.lendsqr.com/v2/customers/:id/direct-debit-mandates","description":"<p>Retrieve a list of direct debit mandates associated with a specific customer by their unique ID.</p>\n<h4 id=\"response-payload\">Response Payload</h4>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Properties</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><strong>id</strong> ⁱⁿᵗᵉᵍᵉʳ <br />Unique identifier for the mandate</td>\n</tr>\n<tr>\n<td><strong>org_id</strong> ⁱⁿᵗᵉᵍᵉʳ <br />Organization ID associated with the mandate</td>\n</tr>\n<tr>\n<td><strong>guarantor_id</strong> ⁱⁿᵗᵉᵍᵉʳ <br />ID of the guarantor (if applicable)</td>\n</tr>\n<tr>\n<td><strong>currency</strong> ˢᵗʳⁱⁿᵍ <br />Currency of the mandate (e.g., <code>\"NGN\"</code>)</td>\n</tr>\n<tr>\n<td><strong>amount</strong> ⁱⁿᵗᵉᵍᵉʳ <br />Amount for the mandate</td>\n</tr>\n<tr>\n<td><strong>actual_amount</strong> ˢᵗʳⁱⁿᵍ <br />Actual amount processed</td>\n</tr>\n<tr>\n<td><strong>activation_type</strong> ˢᵗʳⁱⁿᵍ <br />Type of activation (e.g., <code>\"emandate\"</code>)</td>\n</tr>\n<tr>\n<td><strong>activation_fee</strong> ⁱⁿᵗᵉᵍᵉʳ <br />Fee charged for activation</td>\n</tr>\n<tr>\n<td><strong>activation_charge_attempt</strong> ⁱⁿᵗᵉᵍᵉʳ <br />Number of charge attempts for activation</td>\n</tr>\n<tr>\n<td><strong>activation_fee_transaction_id</strong> ˢᵗʳⁱⁿᵍ <br />Transaction ID for activation fee (if applicable)</td>\n</tr>\n<tr>\n<td><strong>activation_date</strong> ˢᵗʳⁱⁿᵍ <br />Date when the mandate was activated</td>\n</tr>\n<tr>\n<td><strong>mandate_type</strong> ˢᵗʳⁱⁿᵍ <br />Type of mandate (e.g., <code>\"NIBSS-EASYPAY\"</code>)</td>\n</tr>\n<tr>\n<td><strong>max_no_of_debits</strong> ˢᵗʳⁱⁿᵍ <br />Maximum number of debits allowed</td>\n</tr>\n<tr>\n<td><strong>is_active</strong> ᵇᵒᵒˡᵉᵃⁿ <br />Indicates if the mandate is active (<code>1</code> for active, <code>0</code> for inactive)</td>\n</tr>\n<tr>\n<td><strong>status</strong> ˢᵗʳⁱⁿᵍ <br />Current status of the mandate (e.g., <code>\"pending\"</code>, <code>\"cancelled\"</code>)</td>\n</tr>\n<tr>\n<td><strong>reference</strong> ˢᵗʳⁱⁿᵍ <br />Unique reference for the mandate</td>\n</tr>\n<tr>\n<td><strong>start_date</strong> ˢᵗʳⁱⁿᵍ <br />Start date of the mandate (ISO format)</td>\n</tr>\n<tr>\n<td><strong>end_date</strong> ˢᵗʳⁱⁿᵍ <br />End date of the mandate (ISO format)</td>\n</tr>\n<tr>\n<td><strong>registration_date</strong> ˢᵗʳⁱⁿᵍ <br />Date the mandate was registered</td>\n</tr>\n<tr>\n<td><strong>meta_data</strong> ᵒᵇʲᵉᶜᵗ <br />Additional metadata (if any)</td>\n</tr>\n<tr>\n<td><strong>payer_name</strong> ˢᵗʳⁱⁿᵍ <br />Name of the payer</td>\n</tr>\n<tr>\n<td><strong>payer_email</strong> ˢᵗʳⁱⁿᵍ <br />Email address of the payer</td>\n</tr>\n<tr>\n<td><strong>payer_phone</strong> ˢᵗʳⁱⁿᵍ <br />Phone number of the payer</td>\n</tr>\n<tr>\n<td><strong>payer_bank_code</strong> ˢᵗʳⁱⁿᵍ <br />Bank code of the payer's bank</td>\n</tr>\n<tr>\n<td><strong>payer_account</strong> ˢᵗʳⁱⁿᵍ <br />Payer's account number</td>\n</tr>\n<tr>\n<td><strong>bank_name</strong> ˢᵗʳⁱⁿᵍ <br />Name of the payer's bank</td>\n</tr>\n<tr>\n<td><strong>form_link_url</strong> ˢᵗʳⁱⁿᵍ <br />URL to the mandate form (if available)</td>\n</tr>\n<tr>\n<td><strong>description</strong> ˢᵗʳⁱⁿᵍ <br />Description of the mandate purpose</td>\n</tr>\n<tr>\n<td><strong>request_id</strong> ˢᵗʳⁱⁿᵍ <br />Request ID associated with the mandate</td>\n</tr>\n<tr>\n<td><strong>mandate_id</strong> ˢᵗʳⁱⁿᵍ <br />Unique mandate identifier</td>\n</tr>\n<tr>\n<td><strong>meta</strong> ˢᵗʳⁱⁿᵍ <br />JSON metadata with additional mandate details</td>\n</tr>\n<tr>\n<td><strong>provider_status</strong> ˢᵗʳⁱⁿᵍ <br />Status from the provider's system (e.g., <code>\"NIBSS\"</code>)</td>\n</tr>\n<tr>\n<td><strong>channel</strong> ˢᵗʳⁱⁿᵍ <br />Channel through which the mandate was created</td>\n</tr>\n<tr>\n<td><strong>last_activity_date</strong> ˢᵗʳⁱⁿᵍ <br />Last recorded activity date</td>\n</tr>\n<tr>\n<td><strong>last_activation_charge_attempt</strong> ˢᵗʳⁱⁿᵍ <br />Date of the last charge attempt for activation</td>\n</tr>\n<tr>\n<td><strong>created_on</strong> ˢᵗʳⁱⁿᵍ <br />Timestamp of when the mandate was created</td>\n</tr>\n<tr>\n<td><strong>details.code_description</strong> ˢᵗʳⁱⁿᵍ <br />Description of the bank code</td>\n</tr>\n<tr>\n<td><strong>details.additional_code</strong> ˢᵗʳⁱⁿᵍ <br />Additional bank code information</td>\n</tr>\n<tr>\n<td><strong>details.link_id</strong> ˢᵗʳⁱⁿᵍ <br />Identifier for the link to mandate details</td>\n</tr>\n<tr>\n<td><strong>details.url</strong> ˢᵗʳⁱⁿᵍ <br />URL of the bank's logo or related document</td>\n</tr>\n</tbody>\n</table>\n</div>","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<your-api-token>"}]},"isInherited":true,"source":{"_postman_id":"9a2d86b7-a837-4de9-8302-3f37b628d40e","id":"9a2d86b7-a837-4de9-8302-3f37b628d40e","name":"Adjutor API Service","type":"collection"}},"urlObject":{"path":[":id","direct-debit-mandates"],"host":["https://adjutor.lendsqr.com/v2/customers"],"query":[],"variable":[{"type":"any","value":"","key":"id"}]}},"response":[{"id":"c2386abb-b1c9-4f6f-be53-a5fbeab14811","name":"Get Customer direct debits mandate","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://adjutor.lendsqr.com/v2/customers/:id/direct-debit-mandates","host":["https://adjutor.lendsqr.com/v2/customers"],"path":[":id","direct-debit-mandates"],"variable":[{"key":"id","value":""}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": \"success\",\n    \"message\": \"Successful\",\n    \"data\": {\n        \"mandates\": [\n            {\n                \"id\": 56283,\n                \"org_id\": 4821,\n                \"guarantor_id\": null,\n                \"currency\": \"NGN\",\n                \"amount\": 750000,\n                \"actual_amount\": \"5000000\",\n                \"activation_type\": \"emandate\",\n                \"activation_fee\": 0,\n                \"activation_charge_attempt\": 1,\n                \"activation_fee_transaction_id\": null,\n                \"activation_date\": \"2024-12-10T00:00:00.000Z\",\n                \"mandate_type\": \"NIBSS-EASYPAY\",\n                \"max_no_of_debits\": \"\",\n                \"is_active\": 1,\n                \"status\": \"active\",\n                \"reference\": \"b3f1e6a9-4d88-41e2-bb14-71eac0f7e3a2\",\n                \"start_date\": \"2024-12-15T00:00:00.000Z\",\n                \"end_date\": \"2029-12-15T00:00:00.000Z\",\n                \"registration_date\": \"2024-12-10T00:00:00.000Z\",\n                \"meta_data\": null,\n                \"payer_name\": \"MICHAEL JOHN DOE\",\n                \"payer_email\": \"michael@randommail.com\",\n                \"payer_phone\": \"2348023456789\",\n                \"payer_bank_code\": \"032\",\n                \"payer_account\": \"1038495732\",\n                \"bank_name\": \"Union Bank\",\n                \"form_link_url\": null,\n                \"description\": \"Business loan repayment\",\n                \"request_id\": \"1840001223456\",\n                \"mandate_id\": \"RC1654789/2023/0007891234\",\n                \"meta\": \"{\\\"accountName\\\":\\\"MICHAEL JOHN DOE\\\",\\\"mandateCode\\\":\\\"RC1654789/2023/0007891234\\\",\\\"accountNumber\\\":\\\"1038495732\\\",\\\"bvn\\\":\\\"23000004567\\\",\\\"email\\\":\\\"michael@randommail.com\\\",\\\"payerAddress\\\":\\\"Random Street 12\\\",\\\"payer\\\":\\\"MICHAEL JOHN DOE\\\",\\\"phoneNumber\\\":\\\"2348023456789\\\",\\\"amount\\\":5000000,\\\"subscriberCode\\\":\\\"EMS/4821/2348023456789\\\",\\\"frequency\\\":1,\\\"kyc\\\":2,\\\"bankCode\\\":\\\"032\\\",\\\"bank\\\":\\\"Union Bank\\\",\\\"status\\\":1,\\\"endDate\\\":\\\"20291215\\\",\\\"startDate\\\":\\\"20241215\\\",\\\"productId\\\":1712,\\\"productName\\\":\\\"Lendsqr Business Loans\\\",\\\"billerId\\\":402,\\\"biller\\\":\\\"RANDOMPAY SERVICES\\\",\\\"rc\\\":\\\"RC1654789\\\",\\\"billerAccountName\\\":\\\"RANDOMPAY\\\",\\\"billerAccountNumber\\\":\\\"0000000123\\\",\\\"billerBankCode\\\":\\\"044\\\",\\\"billerBankName\\\":\\\"Access Bank\\\",\\\"workFlowStatus\\\":2,\\\"workFlowStatusDescription\\\":\\\"Biller Approved\\\",\\\"responseCode\\\":\\\"00\\\"}\",\n                \"provider_status\": \"Biller Approved\",\n                \"channel\": \"mobile\",\n                \"last_activity_date\": \"2025-01-05T14:32:21.000Z\",\n                \"last_activation_charge_attempt\": null,\n                \"created_on\": \"2024-12-10T10:22:30.000Z\",\n                \"details\": {\n                    \"code_description\": \"Union Bank\",\n                    \"additional_code\": \"032\",\n                    \"link_id\": \"000456\",\n                    \"url\": \"https://documents.randompay.com/bank_logos/032.png\"\n                }\n            }\n        ],\n        \"page_info\": {\n            \"page\": 0,\n            \"limit\": 100,\n            \"total\": 1,\n            \"total_pages\": 1\n        }\n    },\n    \"meta\": {\n        \"cost\": 0,\n        \"balance\": 965\n    }\n}"}],"_postman_id":"be470519-3b63-459b-89c4-844fb47a21e1"},{"name":"Add Customer Direct Debit Mandate","id":"7e3f4195-5354-4e34-b058-ef0c17407aaf","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n  \"account_number\": \"12345\",\r\n  \"bank_code\": \"058\",\r\n  \"amount\": 120,\r\n  \"start_date\": \"2024-08-28T00:00:00.000Z\",\r\n  \"user_id\": 1000\r\n}","options":{"raw":{"language":"json"}}},"url":"https://adjutor.lendsqr.com/v2/customers/direct-debit-mandates","description":"<p>Create a new direct debit mandate for a specific customer. To learn more about how NIBSS direct debit mandate work, visit <a href=\"https://lendsqr.freshdesk.com/support/solutions/articles/44002466904-receiving-payments-with-nibss-direct-debit\">here.</a></p>\n<ul>\n<li><p><strong>Request:</strong> Requires customer details, bank account information, and mandate specifics such as amount and frequency.</p>\n</li>\n<li><p><strong>Response:</strong> Returns the details of the newly created mandate, including its unique identifier and status.</p>\n</li>\n</ul>\n<h3 id=\"request-payload\">Request Payload</h3>\n<p><strong>account_number</strong> * ˢᵗʳⁱⁿᵍ<br />Customer NUBAN account number to create the mandate against.</p>\n<p><strong>bank_code</strong> * ˢᵗʳⁱⁿᵍ<br />Bank code of the account number.<br /><a href=\"https://api.adjutor.io/#acd6641b-0fa8-41a1-8ec5-68c18f4ca5f7\">List of supported banks</a></p>\n<p><strong>amount</strong> * ᶠˡᵒᵃᵗ<br />Maximum amount that can be debited on the mandate at a single time.</p>\n<p><strong>start_date</strong> * ˢᵗʳⁱⁿᵍ<br />Start date of the mandate in ISO format (<code>YYYY-MM-DD</code>).<br />Mandates cannot be triggered for transactions before this date.</p>\n<p><strong>user_id</strong> * ˢᵗʳⁱⁿᵍ<br />Unique ID of the customer the mandate is created for.</p>\n<h4 id=\"response-payload\">Response Payload</h4>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Properties</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><strong>id</strong> ⁱⁿᵗᵉᵍᵉʳ  <br />Unique ID for the mandate</td>\n</tr>\n<tr>\n<td><strong>org_id</strong> ⁱⁿᵗᵉᵍᵉʳ  <br />Organization ID</td>\n</tr>\n<tr>\n<td><strong>user_id</strong> ⁱⁿᵗᵉᵍᵉʳ  <br />User ID</td>\n</tr>\n<tr>\n<td><strong>guarantor_id</strong> ⁱⁿᵗᵉᵍᵉʳ  <br />ID for the guarantor if the mandate is created for a guarantor</td>\n</tr>\n<tr>\n<td><strong>amount</strong> ⁿᵘᵐᵇᵉʳ  <br />Mandate amount</td>\n</tr>\n<tr>\n<td><strong>activation_fee</strong> ⁿᵘᵐᵇᵉʳ  <br />Activation fee amount</td>\n</tr>\n<tr>\n<td><strong>activation_charge_attempt</strong> ⁱⁿᵗᵉᵍᵉʳ  <br />Number of activation charge attempts</td>\n</tr>\n<tr>\n<td><strong>last_activation_charge_attempt</strong> ˢᵗʳⁱⁿᵍ  <br />Last time an activation fee charge was attempted</td>\n</tr>\n<tr>\n<td><strong>activation_fee_transaction_id</strong> ˢᵗʳⁱⁿᵍ  <br />Transaction ID for a successful activation fee charge</td>\n</tr>\n<tr>\n<td><strong>mandate_type</strong> ˢᵗʳⁱⁿᵍ  <br />Mandate type (e.g., <code>\"NIBSS-EASYPAY\"</code>)</td>\n</tr>\n<tr>\n<td><strong>activation_type</strong> ˢᵗʳⁱⁿᵍ  <br />Activation type (e.g., <code>\"emandate\"</code>)</td>\n</tr>\n<tr>\n<td><strong>max_no_of_debits</strong> ˢᵗʳⁱⁿᵍ  <br />Maximum number of debits allowed</td>\n</tr>\n<tr>\n<td><strong>is_active</strong> ⁱⁿᵗᵉᵍᵉʳ  <br />Whether the mandate is active (<code>0</code> = inactive)</td>\n</tr>\n<tr>\n<td><strong>status</strong> ˢᵗʳⁱⁿᵍ  <br />Mandate status (e.g., <code>\"pending_mandate_activation\"</code>, <code>\"pending\"</code>)</td>\n</tr>\n<tr>\n<td><strong>reference</strong> ˢᵗʳⁱⁿᵍ  <br />Unique mandate reference</td>\n</tr>\n<tr>\n<td><strong>start_date</strong> ˢᵗʳⁱⁿᵍ  <br />Start date in ISO format (<code>YYYY-MM-DDTHH:MM:SS.SSSZ</code>)</td>\n</tr>\n<tr>\n<td><strong>end_date</strong> ˢᵗʳⁱⁿᵍ  <br />End date in ISO format (<code>YYYY-MM-DDTHH:MM:SS.SSSZ</code>)</td>\n</tr>\n<tr>\n<td><strong>registration_date</strong> ˢᵗʳⁱⁿᵍ  <br />Registration date in ISO format</td>\n</tr>\n<tr>\n<td><strong>activation_date</strong> ˢᵗʳⁱⁿᵍ  <br />Date when the mandate was activated</td>\n</tr>\n<tr>\n<td><strong>meta_data</strong> ᵒᵇʲᵉᶜᵗ  <br />Additional data for the mandate</td>\n</tr>\n<tr>\n<td><strong>payer_name</strong> ˢᵗʳⁱⁿᵍ  <br />Name of the payer</td>\n</tr>\n<tr>\n<td><strong>payer_email</strong> ˢᵗʳⁱⁿᵍ  <br />Email of the payer</td>\n</tr>\n<tr>\n<td><strong>payer_phone</strong> ˢᵗʳⁱⁿᵍ  <br />Payer’s phone number</td>\n</tr>\n<tr>\n<td><strong>payer_bank_code</strong> ˢᵗʳⁱⁿᵍ  <br />Payer’s bank code</td>\n</tr>\n<tr>\n<td><strong>payer_account</strong> ˢᵗʳⁱⁿᵍ  <br />Payer’s account number</td>\n</tr>\n<tr>\n<td><strong>bank_name</strong> ˢᵗʳⁱⁿᵍ  <br />Bank name (if available)</td>\n</tr>\n<tr>\n<td><strong>form_link_url</strong> ˢᵗʳⁱⁿᵍ  <br />Link to the mandate form (if available)</td>\n</tr>\n<tr>\n<td><strong>description</strong> ˢᵗʳⁱⁿᵍ  <br />Description of the mandate (e.g., <code>\"Repayment of personal loan\"</code>)</td>\n</tr>\n<tr>\n<td><strong>request_id</strong> ˢᵗʳⁱⁿᵍ  <br />Unique request ID</td>\n</tr>\n<tr>\n<td><strong>mandate_id</strong> ˢᵗʳⁱⁿᵍ  <br />Mandate ID</td>\n</tr>\n<tr>\n<td><strong>meta</strong> ᵒᵇʲᵉᶜᵗ  <br />Structured metadata with detailed mandate information</td>\n</tr>\n<tr>\n<td><strong>provider_status</strong> ˢᵗʳⁱⁿᵍ  <br />Status of the mandate with the service provider</td>\n</tr>\n<tr>\n<td><strong>channel</strong> ˢᵗʳⁱⁿᵍ  <br />Platform used to create the mandate (e.g., <code>\"windows\"</code>)</td>\n</tr>\n<tr>\n<td><strong>last_activity_date</strong> ˢᵗʳⁱⁿᵍ  <br />Date of the last activity on the mandate</td>\n</tr>\n<tr>\n<td><strong>created_on</strong> ˢᵗʳⁱⁿᵍ  <br />Timestamp of when the mandate was created</td>\n</tr>\n<tr>\n<td><strong>created_by</strong> ˢᵗʳⁱⁿᵍ  <br />ID of the user or admin who created the mandate</td>\n</tr>\n<tr>\n<td><strong>modified_on</strong> ˢᵗʳⁱⁿᵍ  <br />Timestamp of the last modification</td>\n</tr>\n<tr>\n<td><strong>modified_by</strong> ˢᵗʳⁱⁿᵍ  <br />ID of the user or admin who last modified the mandate</td>\n</tr>\n<tr>\n<td><strong>deleted_flag</strong> ⁱⁿᵗᵉᵍᵉʳ  <br />Whether the mandate is deleted (<code>0</code> = not deleted)</td>\n</tr>\n<tr>\n<td><strong>deleted_on</strong> ˢᵗʳⁱⁿᵍ  <br />Timestamp of deletion</td>\n</tr>\n</tbody>\n</table>\n</div>","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<your-api-token>"}]},"isInherited":true,"source":{"_postman_id":"9a2d86b7-a837-4de9-8302-3f37b628d40e","id":"9a2d86b7-a837-4de9-8302-3f37b628d40e","name":"Adjutor API Service","type":"collection"}},"urlObject":{"path":["direct-debit-mandates"],"host":["https://adjutor.lendsqr.com/v2/customers"],"query":[],"variable":[]}},"response":[{"id":"072c93b6-cd04-402e-a934-ad867e337dae","name":"Add Customer Direct Debit Mandate","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n  \"account_number\": \"12345\",\r\n  \"bank_code\": \"058\",\r\n  \"amount\": 120,\r\n  \"start_date\": \"2024-08-28T00:00:00.000Z\",\r\n  \"user_id\": 1000\r\n}","options":{"raw":{"language":"json"}}},"url":"https://adjutor.lendsqr.com/v2/customers/direct-debit-mandates"},"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": \"success\",\n    \"message\": \"Mandate created successfully\",\n    \"data\": {\n        \"id\": 16391,\n        \"org_id\": 300000,\n        \"user_id\": 10000,\n        \"guarantor_id\": null,\n        \"amount\": 150,\n        \"activation_fee\": 0,\n        \"activation_charge_attempt\": 0,\n        \"last_activation_charge_attempt\": null,\n        \"activation_fee_transaction_id\": null,\n        \"mandate_type\": \"NIBSS-EASYPAY\",\n        \"activation_type\": \"emandate\",\n        \"max_no_of_debits\": \"\",\n        \"is_active\": 0,\n        \"status\": \"pending_mandate_activation\",\n        \"reference\": \"fed646d9-4b5f-4fee-b957-03ebb03935f4\",\n        \"start_date\": \"2024-08-28T00:00:00.000Z\",\n        \"end_date\": \"2026-08-28T00:00:00.000Z\",\n        \"registration_date\": \"2024-08-28T00:00:00.000Z\",\n        \"activation_date\": null,\n        \"meta_data\": null,\n        \"payer_name\": \"Example user\",\n        \"payer_email\": \"example@email.com\",\n        \"payer_phone\": \"2348123456789\",\n        \"payer_bank_code\": \"058\",\n        \"payer_account\": \"12345\",\n        \"bank_name\": \"\",\n        \"form_link_url\": null,\n        \"description\": \"Repayment of personal loan\",\n        \"request_id\": \"1724847405627\",\n        \"mandate_id\": \"RC00001/1007/000404907\",\n        \"meta\": null,\n        \"provider_status\": null,\n        \"channel\": null,\n        \"last_activity_date\": null,\n        \"created_on\": \"2024-08-28T12:16:45.000Z\",\n        \"created_by\": null,\n        \"modified_on\": \"2024-08-28T12:16:47.000Z\",\n        \"modified_by\": null,\n        \"deleted_flag\": 0,\n        \"deleted_on\": null\n    },\n    \"meta\": {\n        \"cost\": 100,\n        \"balance\": 1750\n    }\n}"}],"_postman_id":"7e3f4195-5354-4e34-b058-ef0c17407aaf"},{"name":"Activate Customer Direct Debit Mandate","id":"5e636873-f32c-4d5e-9bf8-e3325630b7e6","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PATCH","header":[],"url":"https://adjutor.lendsqr.com/v2/customers/direct-debit-mandates/:mandateId/activate","description":"<p>Activate a specific direct debit mandate for a customer by the mandate ID.</p>\n<blockquote>\n<p>You can only activate an already deactivated mandate. </p>\n</blockquote>\n<h4 id=\"response-payload\">Response Payload</h4>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Properties</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><strong>is_active</strong> ⁱⁿᵗᵉᵍᵉʳ  <br />Indicates if the mandate is active (<code>1</code> = active)</td>\n</tr>\n<tr>\n<td><strong>id</strong> ⁱⁿᵗᵉᵍᵉʳ  <br />Unique ID for the mandate</td>\n</tr>\n<tr>\n<td><strong>org_id</strong> ⁱⁿᵗᵉᵍᵉʳ  <br />Organization ID</td>\n</tr>\n<tr>\n<td><strong>guarantor_id</strong> ⁱⁿᵗᵉᵍᵉʳ  <br />Identifier of the guarantor, if applicable</td>\n</tr>\n<tr>\n<td><strong>currency</strong> ˢᵗʳⁱⁿᵍ  <br />Currency type (e.g., <code>NGN</code>)</td>\n</tr>\n<tr>\n<td><strong>amount</strong> ⁿᵘᵐᵇᵉʳ  <br />Mandate amount</td>\n</tr>\n<tr>\n<td><strong>actual_amount</strong> ⁿᵘᵐᵇᵉʳ  <br />The full actual amount agreed upon before adjustments</td>\n</tr>\n<tr>\n<td><strong>activation_type</strong> ˢᵗʳⁱⁿᵍ  <br />Method used to activate the mandate (e.g., <code>\"emandate\"</code>)</td>\n</tr>\n<tr>\n<td><strong>activation_fee</strong> ⁿᵘᵐᵇᵉʳ  <br />Activation fee amount</td>\n</tr>\n<tr>\n<td><strong>activation_charge_attempt</strong> ⁱⁿᵗᵉᵍᵉʳ  <br />Number of activation charge attempts</td>\n</tr>\n<tr>\n<td><strong>activation_fee_transaction_id</strong> ⁱⁿᵗᵉᵍᵉʳ  <br />Transaction ID for activation fee payment, if applicable</td>\n</tr>\n<tr>\n<td><strong>activation_date</strong> ˢᵗʳⁱⁿᵍ  <br />Activation date in ISO format (<code>YYYY-MM-DDTHH:MM:SS.SSSZ</code>)</td>\n</tr>\n<tr>\n<td><strong>mandate_type</strong> ˢᵗʳⁱⁿᵍ  <br />Type of mandate (e.g., <code>\"NIBSS-EASYPAY\"</code>)</td>\n</tr>\n<tr>\n<td><strong>max_no_of_debits</strong> ˢᵗʳⁱⁿᵍ  <br />Maximum number of debits allowed</td>\n</tr>\n<tr>\n<td><strong>status</strong> ˢᵗʳⁱⁿᵍ  <br />Mandate status (e.g., <code>\"successful\"</code>, <code>\"failed\"</code>)</td>\n</tr>\n<tr>\n<td><strong>reference</strong> ˢᵗʳⁱⁿᵍ  <br />Unique mandate reference</td>\n</tr>\n<tr>\n<td><strong>start_date</strong> ˢᵗʳⁱⁿᵍ  <br />Start date in ISO format (<code>YYYY-MM-DDTHH:MM:SS.SSSZ</code>)</td>\n</tr>\n<tr>\n<td><strong>end_date</strong> ˢᵗʳⁱⁿᵍ  <br />End date in ISO format (<code>YYYY-MM-DDTHH:MM:SS.SSSZ</code>)</td>\n</tr>\n<tr>\n<td><strong>registration_date</strong> ˢᵗʳⁱⁿᵍ  <br />Registration date in ISO format</td>\n</tr>\n<tr>\n<td><strong>meta_data</strong> ᵒᵇʲᵉᶜᵗ  <br />Additional metadata related to the mandate</td>\n</tr>\n<tr>\n<td><strong>payer_name</strong> ˢᵗʳⁱⁿᵍ  <br />Name of the payer</td>\n</tr>\n<tr>\n<td><strong>payer_email</strong> ˢᵗʳⁱⁿᵍ  <br />Email of the payer</td>\n</tr>\n<tr>\n<td><strong>payer_phone</strong> ˢᵗʳⁱⁿᵍ  <br />Payer's phone number</td>\n</tr>\n<tr>\n<td><strong>payer_bank_code</strong> ˢᵗʳⁱⁿᵍ  <br />Payer's bank code</td>\n</tr>\n<tr>\n<td><strong>payer_account</strong> ˢᵗʳⁱⁿᵍ  <br />Payer's account number</td>\n</tr>\n<tr>\n<td><strong>bank_name</strong> ˢᵗʳⁱⁿᵍ  <br />Payer's bank name</td>\n</tr>\n<tr>\n<td><strong>form_link_url</strong> ˢᵗʳⁱⁿᵍ  <br />URL to the mandate form, if applicable</td>\n</tr>\n<tr>\n<td><strong>description</strong> ˢᵗʳⁱⁿᵍ  <br />Description of the mandate (e.g., <code>\"Repayment of auto loan\"</code>)</td>\n</tr>\n<tr>\n<td><strong>request_id</strong> ˢᵗʳⁱⁿᵍ  <br />Unique request ID</td>\n</tr>\n<tr>\n<td><strong>mandate_id</strong> ˢᵗʳⁱⁿᵍ  <br />Mandate ID</td>\n</tr>\n<tr>\n<td><strong>meta</strong> ᵒᵇʲᵉᶜᵗ  <br />Structured metadata containing detailed mandate information</td>\n</tr>\n<tr>\n<td><strong>provider_status</strong> ˢᵗʳⁱⁿᵍ  <br />Status from the provider (e.g., <code>\"Bank Approved\"</code>)</td>\n</tr>\n<tr>\n<td><strong>channel</strong> ˢᵗʳⁱⁿᵍ  <br />Platform used for mandate creation (e.g., <code>\"windows\"</code>)</td>\n</tr>\n<tr>\n<td><strong>last_activity_date</strong> ˢᵗʳⁱⁿᵍ  <br />Timestamp of last activity</td>\n</tr>\n<tr>\n<td><strong>last_activation_charge_attempt</strong> ˢᵗʳⁱⁿᵍ  <br />Timestamp of last activation charge attempt</td>\n</tr>\n<tr>\n<td><strong>created_on</strong> ˢᵗʳⁱⁿᵍ  <br />Timestamp of creation</td>\n</tr>\n</tbody>\n</table>\n</div>","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<your-api-token>"}]},"isInherited":true,"source":{"_postman_id":"9a2d86b7-a837-4de9-8302-3f37b628d40e","id":"9a2d86b7-a837-4de9-8302-3f37b628d40e","name":"Adjutor API Service","type":"collection"}},"urlObject":{"path":["direct-debit-mandates",":mandateId","activate"],"host":["https://adjutor.lendsqr.com/v2/customers"],"query":[],"variable":[{"type":"any","value":"","key":"mandateId"}]}},"response":[{"id":"71780364-2852-480f-9f99-f5d52c77c675","name":"Activate Customer Direct Debit Mandate","originalRequest":{"method":"PATCH","header":[],"url":{"raw":"https://adjutor.lendsqr.com/v2/customers/direct-debit-mandates/:mandateId/activate","protocol":"https","host":["adjutor","lendsqr","com"],"path":["v2","customers","direct-debit-mandates",":mandateId","activate"],"variable":[{"key":"mandateId","value":""}]}},"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": \"success\",\n    \"message\": \"Successful\",\n    \"data\": {\n        \"mandate\": {\n            \"is_active\": 1,\n            \"id\": 9234,\n            \"org_id\": 5821,\n            \"guarantor_id\": null,\n            \"currency\": \"NGN\",\n            \"amount\": 3500,\n            \"actual_amount\": null,\n            \"activation_type\": \"emandate\",\n            \"activation_fee\": 150,\n            \"activation_charge_attempt\": 12,\n            \"activation_fee_transaction_id\": 18374521,\n            \"activation_date\": \"2024-07-15T14:30:00.000Z\",\n            \"mandate_type\": \"NIBSS-EASYPAY\",\n            \"max_no_of_debits\": \"\",\n            \"status\": \"successful\",\n            \"reference\": \"b671f98d-3c45-48c1-a28d-c5a1e3b287a9\",\n            \"start_date\": \"2024-07-15T00:00:00.000Z\",\n            \"end_date\": \"2026-07-15T00:00:00.000Z\",\n            \"registration_date\": \"2024-07-15T00:00:00.000Z\",\n            \"meta_data\": null,\n            \"payer_name\": \"ADEKUNLE JAMES\",\n            \"payer_email\": \"james.adekunle@lendsqr.com\",\n            \"payer_phone\": \"08023456789\",\n            \"payer_bank_code\": \"044\",\n            \"payer_account\": \"1234567890\",\n            \"bank_name\": \"Access Bank\",\n            \"form_link_url\": null,\n            \"description\": \"Repayment of car loan\",\n            \"request_id\": \"1720456789234\",\n            \"mandate_id\": \"RC9876543/2021/0003847592\",\n            \"meta\": \"{\\\"accountName\\\":\\\"ADEKUNLE JAMES\\\",\\\"mandateCode\\\":\\\"RC9876543/2021/0003847592\\\",\\\"accountNumber\\\":\\\"1234567890\\\",\\\"bvn\\\":\\\"22000456789\\\",\\\"email\\\":\\\"james.adekunle@lendsqr.com\\\",\\\"payerAddress\\\":\\\"Ikeja, Lagos\\\",\\\"payer\\\":\\\"ADEKUNLE JAMES\\\",\\\"phoneNumber\\\":\\\"08023456789\\\",\\\"amount\\\":3500,\\\"subscriberCode\\\":\\\"EMS/5821/08023456789\\\",\\\"frequency\\\":0,\\\"kyc\\\":2,\\\"bankCode\\\":\\\"044\\\",\\\"bank\\\":\\\"ACCESS BANK PLC\\\",\\\"status\\\":1,\\\"endDate\\\":\\\"20260715\\\",\\\"startDate\\\":\\\"20240715\\\",\\\"productId\\\":2021,\\\"productName\\\":\\\"Lendsqr SME Loans\\\",\\\"billerId\\\":567,\\\"biller\\\":\\\"ONEPIPE.IO SERVICES LIMITED\\\",\\\"rc\\\":\\\"RC9876543\\\",\\\"billerAccountName\\\":\\\"ONEPIPE\\\",\\\"billerAccountNumber\\\":\\\"0000000000\\\",\\\"billerBankCode\\\":\\\"057\\\",\\\"billerBankName\\\":\\\"NIBSS Bank\\\",\\\"workFlowStatus\\\":8,\\\"workFlowStatusDescription\\\":\\\"Bank Approved\\\",\\\"responseCode\\\":\\\"00\\\",\\\"activation_failure_message\\\":\\\"Insufficient funds\\\"}\",\n            \"provider_status\": \"Bank Approved\",\n            \"channel\": null,\n            \"last_activity_date\": \"2024-07-15T14:30:00.000Z\",\n            \"last_activation_charge_attempt\": \"2024-07-16T15:00:00.000Z\",\n            \"created_on\": \"2024-07-14T10:25:00.000Z\"\n        }\n    },\n    \"meta\": {\n        \"cost\": 0,\n        \"balance\": 965\n    }\n}"}],"_postman_id":"5e636873-f32c-4d5e-9bf8-e3325630b7e6"},{"name":"Deactivate Customer Direct Debit Mandate","id":"eb3ccc9e-2134-4333-81d5-bfeadf665482","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PATCH","header":[],"url":"https://adjutor.lendsqr.com/v2/customers/direct-debit-mandates/:mandateId/deactivate","description":"<p>Deactivate a specific direct debit mandate for a customer by the mandate ID.</p>\n<blockquote>\n<p>You can only deactivate an active mandate. Deactivating a mandate means temporarily stopping the mandate from being debited. </p>\n</blockquote>\n<h4 id=\"response-payload\">Response Payload</h4>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Properties</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><strong>is_active</strong> ⁱⁿᵗᵉᵍᵉʳ  <br />Indicates if the mandate is active (<code>0</code> = inactive)</td>\n</tr>\n<tr>\n<td><strong>id</strong> ⁱⁿᵗᵉᵍᵉʳ  <br />Unique ID for the mandate</td>\n</tr>\n<tr>\n<td><strong>org_id</strong> ⁱⁿᵗᵉᵍᵉʳ  <br />Organization ID</td>\n</tr>\n<tr>\n<td><strong>guarantor_id</strong> ⁱⁿᵗᵉᵍᵉʳ  <br />ID of guarantor (nullable)</td>\n</tr>\n<tr>\n<td><strong>currency</strong> ˢᵗʳⁱⁿᵍ  <br />Currency type (e.g., <code>\"NGN\"</code>)</td>\n</tr>\n<tr>\n<td><strong>amount</strong> ⁿᵘᵐᵇᵉʳ  <br />Mandate amount</td>\n</tr>\n<tr>\n<td><strong>actual_amount</strong> ⁿᵘᵐᵇᵉʳ  <br />Actual amount processed (nullable)</td>\n</tr>\n<tr>\n<td><strong>activation_type</strong> ˢᵗʳⁱⁿᵍ  <br />Activation type (<code>\"emandate\"</code>, <code>\"manual\"</code>)</td>\n</tr>\n<tr>\n<td><strong>activation_fee</strong> ⁿᵘᵐᵇᵉʳ  <br />Activation fee amount</td>\n</tr>\n<tr>\n<td><strong>activation_charge_attempt</strong> ⁱⁿᵗᵉᵍᵉʳ  <br />Number of activation charge attempts</td>\n</tr>\n<tr>\n<td><strong>activation_fee_transaction_id</strong> ⁱⁿᵗᵉᵍᵉʳ  <br />Transaction ID for activation fee (nullable)</td>\n</tr>\n<tr>\n<td><strong>activation_date</strong> ˢᵗʳⁱⁿᵍ  <br />Activation date in ISO format (<code>YYYY-MM-DDTHH:MM:SS.SSSZ</code>)</td>\n</tr>\n<tr>\n<td><strong>mandate_type</strong> ˢᵗʳⁱⁿᵍ  <br />Mandate type (e.g., <code>\"NIBSS-EASYPAY\"</code>)</td>\n</tr>\n<tr>\n<td><strong>max_no_of_debits</strong> ˢᵗʳⁱⁿᵍ  <br />Maximum number of debits allowed</td>\n</tr>\n<tr>\n<td><strong>status</strong> ˢᵗʳⁱⁿᵍ  <br />Mandate status (e.g., <code>\"successful\"</code>, <code>\"failed\"</code>)</td>\n</tr>\n<tr>\n<td><strong>reference</strong> ˢᵗʳⁱⁿᵍ  <br />Unique mandate reference</td>\n</tr>\n<tr>\n<td><strong>start_date</strong> ˢᵗʳⁱⁿᵍ  <br />Start date in ISO format (<code>YYYY-MM-DDTHH:MM:SS.SSSZ</code>)</td>\n</tr>\n<tr>\n<td><strong>end_date</strong> ˢᵗʳⁱⁿᵍ  <br />End date in ISO format (<code>YYYY-MM-DDTHH:MM:SS.SSSZ</code>)</td>\n</tr>\n<tr>\n<td><strong>registration_date</strong> ˢᵗʳⁱⁿᵍ  <br />Registration date in ISO format</td>\n</tr>\n<tr>\n<td><strong>meta_data</strong> ᵒᵇʲᵉᶜᵗ  <br />Additional metadata (nullable)</td>\n</tr>\n<tr>\n<td><strong>payer_name</strong> ˢᵗʳⁱⁿᵍ  <br />Name of the payer</td>\n</tr>\n<tr>\n<td><strong>payer_email</strong> ˢᵗʳⁱⁿᵍ  <br />Email of the payer</td>\n</tr>\n<tr>\n<td><strong>payer_phone</strong> ˢᵗʳⁱⁿᵍ  <br />Payer's phone number</td>\n</tr>\n<tr>\n<td><strong>payer_bank_code</strong> ˢᵗʳⁱⁿᵍ  <br />Payer's bank code</td>\n</tr>\n<tr>\n<td><strong>payer_account</strong> ˢᵗʳⁱⁿᵍ  <br />Payer's account number</td>\n</tr>\n<tr>\n<td><strong>bank_name</strong> ˢᵗʳⁱⁿᵍ  <br />Payer's bank name</td>\n</tr>\n<tr>\n<td><strong>form_link_url</strong> ˢᵗʳⁱⁿᵍ  <br />URL to mandate form (nullable)</td>\n</tr>\n<tr>\n<td><strong>description</strong> ˢᵗʳⁱⁿᵍ  <br />Description of the mandate (e.g., <code>\"Repayment of auto loan\"</code>)</td>\n</tr>\n<tr>\n<td><strong>request_id</strong> ˢᵗʳⁱⁿᵍ  <br />Unique request ID</td>\n</tr>\n<tr>\n<td><strong>mandate_id</strong> ˢᵗʳⁱⁿᵍ  <br />Mandate ID</td>\n</tr>\n<tr>\n<td><strong>meta</strong> ᵒᵇʲᵉᶜᵗ  <br />Structured metadata in string format</td>\n</tr>\n<tr>\n<td><strong>provider_status</strong> ˢᵗʳⁱⁿᵍ  <br />Status from provider (e.g., <code>\"Bank Approved\"</code>)</td>\n</tr>\n<tr>\n<td><strong>channel</strong> ˢᵗʳⁱⁿᵍ  <br />Platform used for mandate creation (nullable)</td>\n</tr>\n<tr>\n<td><strong>last_activity_date</strong> ˢᵗʳⁱⁿᵍ  <br />Timestamp of last activity</td>\n</tr>\n<tr>\n<td><strong>last_activation_charge_attempt</strong> ˢᵗʳⁱⁿᵍ  <br />Timestamp of last activation charge attempt</td>\n</tr>\n<tr>\n<td><strong>created_on</strong> ˢᵗʳⁱⁿᵍ  <br />Timestamp of mandate creation</td>\n</tr>\n</tbody>\n</table>\n</div>","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<your-api-token>"}]},"isInherited":true,"source":{"_postman_id":"9a2d86b7-a837-4de9-8302-3f37b628d40e","id":"9a2d86b7-a837-4de9-8302-3f37b628d40e","name":"Adjutor API Service","type":"collection"}},"urlObject":{"path":["direct-debit-mandates",":mandateId","deactivate"],"host":["https://adjutor.lendsqr.com/v2/customers"],"query":[],"variable":[{"type":"any","value":"","key":"mandateId"}]}},"response":[{"id":"80069b74-410f-42f5-8282-690872101ad5","name":"Deactivate Customer Direct Debit Mandate","originalRequest":{"method":"PATCH","header":[],"url":{"raw":"https://adjutor.lendsqr.com/v2/customers/direct-debit-mandates/:mandateId/deactivate","protocol":"https","host":["adjutor","lendsqr","com"],"path":["v2","customers","direct-debit-mandates",":mandateId","deactivate"],"variable":[{"key":"mandateId","value":""}]}},"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": \"success\",\n    \"message\": \"Successful\",\n    \"data\": {\n        \"mandate\": {\n            \"is_active\": 0,\n            \"id\": 9234,\n            \"org_id\": 5821,\n            \"guarantor_id\": null,\n            \"currency\": \"NGN\",\n            \"amount\": 3500,\n            \"actual_amount\": null,\n            \"activation_type\": \"emandate\",\n            \"activation_fee\": 150,\n            \"activation_charge_attempt\": 12,\n            \"activation_fee_transaction_id\": 18374521,\n            \"activation_date\": \"2024-07-15T14:30:00.000Z\",\n            \"mandate_type\": \"NIBSS-EASYPAY\",\n            \"max_no_of_debits\": \"\",\n            \"status\": \"successful\",\n            \"reference\": \"b671f98d-3c45-48c1-a28d-c5a1e3b287a9\",\n            \"start_date\": \"2024-07-15T00:00:00.000Z\",\n            \"end_date\": \"2026-07-15T00:00:00.000Z\",\n            \"registration_date\": \"2024-07-15T00:00:00.000Z\",\n            \"meta_data\": null,\n            \"payer_name\": \"ADEKUNLE JAMES\",\n            \"payer_email\": \"james.adekunle@lendsqr.com\",\n            \"payer_phone\": \"08023456789\",\n            \"payer_bank_code\": \"044\",\n            \"payer_account\": \"1234567890\",\n            \"bank_name\": \"Access Bank\",\n            \"form_link_url\": null,\n            \"description\": \"Repayment of car loan\",\n            \"request_id\": \"1720456789234\",\n            \"mandate_id\": \"RC9876543/2021/0003847592\",\n            \"meta\": \"{\\\"accountName\\\":\\\"ADEKUNLE JAMES\\\",\\\"mandateCode\\\":\\\"RC9876543/2021/0003847592\\\",\\\"accountNumber\\\":\\\"1234567890\\\",\\\"bvn\\\":\\\"22000456789\\\",\\\"email\\\":\\\"james.adekunle@lendsqr.com\\\",\\\"payerAddress\\\":\\\"Ikeja, Lagos\\\",\\\"payer\\\":\\\"ADEKUNLE JAMES\\\",\\\"phoneNumber\\\":\\\"08023456789\\\",\\\"amount\\\":3500,\\\"subscriberCode\\\":\\\"EMS/5821/08023456789\\\",\\\"frequency\\\":0,\\\"kyc\\\":2,\\\"bankCode\\\":\\\"044\\\",\\\"bank\\\":\\\"ACCESS BANK PLC\\\",\\\"status\\\":1,\\\"endDate\\\":\\\"20260715\\\",\\\"startDate\\\":\\\"20240715\\\",\\\"productId\\\":2021,\\\"productName\\\":\\\"Lendsqr SME Loans\\\",\\\"billerId\\\":567,\\\"biller\\\":\\\"ONEPIPE.IO SERVICES LIMITED\\\",\\\"rc\\\":\\\"RC9876543\\\",\\\"billerAccountName\\\":\\\"ONEPIPE\\\",\\\"billerAccountNumber\\\":\\\"0000000000\\\",\\\"billerBankCode\\\":\\\"057\\\",\\\"billerBankName\\\":\\\"NIBSS Bank\\\",\\\"workFlowStatus\\\":8,\\\"workFlowStatusDescription\\\":\\\"Bank Approved\\\",\\\"responseCode\\\":\\\"00\\\",\\\"activation_failure_message\\\":\\\"Insufficient funds\\\"}\",\n            \"provider_status\": \"Bank Approved\",\n            \"channel\": null,\n            \"last_activity_date\": \"2024-07-15T14:30:00.000Z\",\n            \"last_activation_charge_attempt\": \"2024-07-16T15:00:00.000Z\",\n            \"created_on\": \"2024-07-14T10:25:00.000Z\"\n        }\n    },\n    \"meta\": {\n        \"cost\": 0,\n        \"balance\": 965\n    }\n}"}],"_postman_id":"eb3ccc9e-2134-4333-81d5-bfeadf665482"},{"name":"Cancel Customer Direct Debit Mandate","id":"27881b3a-2fab-44fa-a142-f3f7f070257d","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PATCH","header":[],"url":"https://adjutor.lendsqr.com/v2/customers/direct-debit-mandates/:mandateId/cancel","description":"<p>Cancel a specific direct debit mandate for a customer by their unique ID and the mandate ID.</p>\n<blockquote>\n<p>Canceling a direct debit mandate has significant implications. It halts all future automatic debits from the payer's account, which may impact loan repayments, subscriptions, or other scheduled payments. Lenders and service providers must be aware that a canceled mandate requires alternative payment arrangements to prevent default or service disruptions. Below is the structured response detailing the properties of a canceled mandate. </p>\n</blockquote>\n<h4 id=\"response-payload\">Response Payload</h4>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Properties</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><strong>status</strong> ˢᵗʳⁱⁿᵍ <br />The current status of the mandate (e.g., <code>\"cancelled\"</code>)</td>\n</tr>\n<tr>\n<td><strong>id</strong> ⁱⁿᵗᵉᵍᵉʳ <br />Unique identifier for the mandate</td>\n</tr>\n<tr>\n<td><strong>org_id</strong> ⁱⁿᵗᵉᵍᵉʳ <br />Identifier of the organization managing the mandate</td>\n</tr>\n<tr>\n<td><strong>guarantor_id</strong> ⁱⁿᵗᵉᵍᵉʳ <br />Identifier of the guarantor, if applicable</td>\n</tr>\n<tr>\n<td><strong>currency</strong> ˢᵗʳⁱⁿᵍ <br />Currency of the mandate (e.g., <code>\"NGN\"</code>)</td>\n</tr>\n<tr>\n<td><strong>amount</strong> ⁱⁿᵗᵉᵍᵉʳ <br />Amount authorized for debit under the mandate</td>\n</tr>\n<tr>\n<td><strong>actual_amount</strong> ˢᵗʳⁱⁿᵍ <br />The full actual amount agreed upon before adjustments</td>\n</tr>\n<tr>\n<td><strong>activation_type</strong> ˢᵗʳⁱⁿᵍ <br />Method used to activate the mandate (e.g., <code>\"emandate\"</code>)</td>\n</tr>\n<tr>\n<td><strong>activation_fee</strong> ⁱⁿᵗᵉᵍᵉʳ <br />Fee charged for activation, if applicable</td>\n</tr>\n<tr>\n<td><strong>activation_charge_attempt</strong> ⁱⁿᵗᵉᵍᵉʳ <br />Number of attempts made to charge the activation fee</td>\n</tr>\n<tr>\n<td><strong>activation_fee_transaction_id</strong> ˢᵗʳⁱⁿᵍ <br />Transaction ID for activation fee payment, if applicable</td>\n</tr>\n<tr>\n<td><strong>activation_date</strong> ˢᵗʳⁱⁿᵍ <br />Date the mandate was activated (if applicable)</td>\n</tr>\n<tr>\n<td><strong>mandate_type</strong> ˢᵗʳⁱⁿᵍ <br />Mandate scheme used (e.g., <code>\"NIBSS-EASYPAY\"</code>)</td>\n</tr>\n<tr>\n<td><strong>max_no_of_debits</strong> ˢᵗʳⁱⁿᵍ <br />Maximum number of debits allowed (if specified)</td>\n</tr>\n<tr>\n<td><strong>is_active</strong> ᵇᵒᵒˡᵉᵃⁿ <br />Indicates if the mandate is active (<code>0</code> = inactive)</td>\n</tr>\n<tr>\n<td><strong>reference</strong> ˢᵗʳⁱⁿᵍ <br />Unique reference ID for the mandate</td>\n</tr>\n<tr>\n<td><strong>start_date</strong> ˢᵗʳⁱⁿᵍ <br />Start date of the mandate in ISO format</td>\n</tr>\n<tr>\n<td><strong>end_date</strong> ˢᵗʳⁱⁿᵍ <br />End date of the mandate in ISO format</td>\n</tr>\n<tr>\n<td><strong>registration_date</strong> ˢᵗʳⁱⁿᵍ <br />Date the mandate was registered</td>\n</tr>\n<tr>\n<td><strong>meta_data</strong> ʲˢᵒⁿ <br />Additional metadata related to the mandate</td>\n</tr>\n<tr>\n<td><strong>payer_name</strong> ˢᵗʳⁱⁿᵍ <br />Name of the individual who authorized the mandate</td>\n</tr>\n<tr>\n<td><strong>payer_email</strong> ˢᵗʳⁱⁿᵍ <br />Email address of the payer</td>\n</tr>\n<tr>\n<td><strong>payer_phone</strong> ˢᵗʳⁱⁿᵍ <br />Contact phone number of the payer</td>\n</tr>\n<tr>\n<td><strong>payer_bank_code</strong> ˢᵗʳⁱⁿᵍ <br />Bank code of the payer's financial institution</td>\n</tr>\n<tr>\n<td><strong>payer_account</strong> ˢᵗʳⁱⁿᵍ <br />Payer’s bank account number</td>\n</tr>\n<tr>\n<td><strong>bank_name</strong> ˢᵗʳⁱⁿᵍ <br />Name of the payer's bank</td>\n</tr>\n<tr>\n<td><strong>form_link_url</strong> ˢᵗʳⁱⁿᵍ <br />URL link to the mandate form, if applicable</td>\n</tr>\n<tr>\n<td><strong>description</strong> ˢᵗʳⁱⁿᵍ <br />Brief description of the mandate purpose</td>\n</tr>\n<tr>\n<td><strong>request_id</strong> ˢᵗʳⁱⁿᵍ <br />Unique request ID associated with the mandate</td>\n</tr>\n<tr>\n<td><strong>mandate_id</strong> ˢᵗʳⁱⁿᵍ <br />Unique mandate ID</td>\n</tr>\n<tr>\n<td><strong>meta</strong> ʲˢᵒⁿ <br />Structured metadata containing detailed mandate information</td>\n</tr>\n<tr>\n<td><strong>provider_status</strong> ˢᵗʳⁱⁿᵍ <br />Status of the mandate with the service provider</td>\n</tr>\n<tr>\n<td><strong>channel</strong> ˢᵗʳⁱⁿᵍ <br />Platform used for mandate creation (e.g., <code>\"windows\"</code>)</td>\n</tr>\n<tr>\n<td><strong>last_activity_date</strong> ˢᵗʳⁱⁿᵍ <br />Date of the last activity on the mandate</td>\n</tr>\n<tr>\n<td><strong>last_activation_charge_attempt</strong> ˢᵗʳⁱⁿᵍ <br />Timestamp of the last attempt to charge the activation fee</td>\n</tr>\n<tr>\n<td><strong>created_on</strong> ˢᵗʳⁱⁿᵍ <br />Date and time the mandate was initially created</td>\n</tr>\n</tbody>\n</table>\n</div>","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<your-api-token>"}]},"isInherited":true,"source":{"_postman_id":"9a2d86b7-a837-4de9-8302-3f37b628d40e","id":"9a2d86b7-a837-4de9-8302-3f37b628d40e","name":"Adjutor API Service","type":"collection"}},"urlObject":{"path":["direct-debit-mandates",":mandateId","cancel"],"host":["https://adjutor.lendsqr.com/v2/customers"],"query":[],"variable":[{"type":"any","value":"","key":"mandateId"}]}},"response":[{"id":"65757a4c-996f-4941-a64e-dd23a8aa82ec","name":"Cancel Customer Direct Debit Mandate","originalRequest":{"method":"PATCH","header":[],"url":{"raw":"https://adjutor.lendsqr.com/v2/customers/direct-debit-mandates/:mandateId/cancel","protocol":"https","host":["adjutor","lendsqr","com"],"path":["v2","customers","direct-debit-mandates",":mandateId","cancel"],"variable":[{"key":"mandateId","value":""}]}},"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\r\n    \"status\": \"success\",\r\n    \"message\": \"Successful\",\r\n    \"data\": {\r\n        \"mandate\": {\r\n            \"status\": \"cancelled\",\r\n            \"amount\": 4825000,\r\n            \"mandate_type\": \"NIBSS-EASYPAY\",\r\n            \"payer_phone\": \"2348XXXXXXXXX\",\r\n            \"request_id\": \"17XXXXXXX900\",\r\n            \"payer_email\": \"user@example.com\",\r\n            \"is_active\": 0,\r\n            \"registration_date\": \"2025-02-19T00:00:00.000Z\",\r\n            \"last_activity_date\": \"2025-02-19T21:44:59.000Z\",\r\n            \"meta_data\": null,\r\n            \"activation_fee_transaction_id\": null,\r\n            \"activation_type\": \"emandate\",\r\n            \"provider_status\": \"Biller Initiated\",\r\n            \"actual_amount\": \"9000000\",\r\n            \"end_date\": \"2030-02-19T00:00:00.000Z\",\r\n            \"activation_charge_attempt\": 0,\r\n            \"payer_bank_code\": \"XXX\",\r\n            \"reference\": \"XXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\r\n            \"payer_account\": \"XXXXXXXXXX\",\r\n            \"bank_name\": \"XXXXX Bank\",\r\n            \"payer_name\": \"John Doe\",\r\n            \"activation_fee\": 0,\r\n            \"id\": 12345,\r\n            \"form_link_url\": null,\r\n            \"channel\": \"web\",\r\n            \"created_on\": \"2025-02-19T21:38:30.000Z\",\r\n            \"description\": \"Repayment of personal loan\",\r\n            \"activation_date\": null,\r\n            \"meta\": {\r\n                \"biller\": \"XYZ SERVICES LIMITED\",\r\n                \"productId\": 5678,\r\n                \"subscriberCode\": \"EMS/XXXX/XXXXXXXXXX\",\r\n                \"mandateCode\": \"RCXXXXX/5678/XXXXXXXX\",\r\n                \"accountNumber\": \"XXXXXXXXXX\",\r\n                \"status\": 1,\r\n                \"billerBankName\": \"NIBSS Bank\",\r\n                \"bankCode\": \"XXX\",\r\n                \"frequency\": 0,\r\n                \"email\": \"user@example.com\",\r\n                \"bvn\": \"XXXXXXXXXXX\",\r\n                \"payer\": \"John Doe\",\r\n                \"bank\": \"XXXXX BANK PLC\",\r\n                \"kyc\": 2,\r\n                \"amount\": 9000000,\r\n                \"productName\": \"Lendsqr Retail and SME Loans\",\r\n                \"billerId\": 789,\r\n                \"endDate\": \"20300219\",\r\n                \"startDate\": \"20250219\",\r\n                \"billerAccountNumber\": \"XXXXXXXXXX\",\r\n                \"workFlowStatusDescription\": \"Biller Initiated\",\r\n                \"phoneNumber\": \"2348XXXXXXXXX\",\r\n                \"responseCode\": \"00\",\r\n                \"payerAddress\": \"Hidden Street\",\r\n                \"billerAccountName\": \"XYZ SERVICES\",\r\n                \"rc\": \"RCXXXXX\",\r\n                \"billerBankCode\": \"039\",\r\n                \"cost\": 0,\r\n                \"balance\": 965\r\n            }\r\n        },\r\n        \"meta\": {\r\n            \"cost\": 0,\r\n            \"balance\": 965\r\n        }\r\n    }"}],"_postman_id":"27881b3a-2fab-44fa-a142-f3f7f070257d"}],"id":"da69c2bf-d60d-4389-85bf-ad0a1f7c92fe","description":"<p>This section provides APIs for managing direct debit mandates. It includes endpoints to create, activate, deactivate, and cancel direct debit mandates for customers.</p>\n","_postman_id":"da69c2bf-d60d-4389-85bf-ad0a1f7c92fe","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<your-api-token>"}]},"isInherited":true,"source":{"_postman_id":"9a2d86b7-a837-4de9-8302-3f37b628d40e","id":"9a2d86b7-a837-4de9-8302-3f37b628d40e","name":"Adjutor API Service","type":"collection"}}},{"name":"Embedded Loans and Payments","item":[{"name":"Loans","item":[{"name":"Get Loan Products","id":"1721f090-eae9-4b04-bb54-902186dac38b","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://adjutor.lendsqr.com/v2/loans/products","description":"<p>This endpoint is used to retrieve all the loan products a distributor is subscribed to. As mentioned, this could be one or multiple loan product(s) from a single lender or multiple loan products from multiple lenders.</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<your-api-token>"}]},"isInherited":true,"source":{"_postman_id":"9a2d86b7-a837-4de9-8302-3f37b628d40e","id":"9a2d86b7-a837-4de9-8302-3f37b628d40e","name":"Adjutor API Service","type":"collection"}},"urlObject":{"path":["products"],"host":["https://adjutor.lendsqr.com/v2/loans"],"query":[],"variable":[]}},"response":[{"id":"df5a1199-35e6-4a88-9411-7bf1764fea95","name":"Get Loan Products","originalRequest":{"method":"GET","header":[],"url":"https://adjutor.lendsqr.com/v2/loans/products"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"X-Powered-By","value":"Express"},{"key":"X-Request-ID","value":"77ce44b5-0e77-4b9e-98bd-cd1c29364b64"},{"key":"Last-Modified","value":"Tue, 18 Jul 2023 07:40:31 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"4427"},{"key":"ETag","value":"W/\"114b-m9v4s05oZQ3h51ABYSfpztJ214s\""},{"key":"Date","value":"Tue, 18 Jul 2023 07:40:34 GMT"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=5"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": \"success\",\n    \"message\": \"Successful\",\n    \"data\": [\n        {\n            \"product_id\": \"c9f0f895fb98ab9159f51fd0297e236d\",\n            \"name\": \"15 days for liberty\",\n            \"description\": null,\n            \"disburse_to\": \"wallet\",\n            \"collection_method\": \"debit_card\",\n            \"interest_rate\": 25,\n            \"interest_period\": null,\n            \"min_amount\": 5000,\n            \"max_amount\": 100000,\n            \"min_interest_amount\": null,\n            \"allow_multi_tenor\": 0,\n            \"frequency\": null,\n            \"min_tenor_value\": null,\n            \"min_tenor_period\": null,\n            \"max_tenor_value\": 0,\n            \"max_tenor_period\": null,\n            \"require_guarantor\": 1,\n            \"require_loan_offer\": 0\n        },\n        {\n            \"product_id\": \"45c48cce2e2d7fbdea1afc51c7c6ad26\",\n            \"name\": \"30 days for liberty\",\n            \"description\": null,\n            \"disburse_to\": \"wallet\",\n            \"collection_method\": \"debit_card\",\n            \"interest_rate\": 18,\n            \"interest_period\": null,\n            \"min_amount\": 800,\n            \"max_amount\": 9000,\n            \"min_interest_amount\": null,\n            \"allow_multi_tenor\": 0,\n            \"frequency\": null,\n            \"min_tenor_value\": null,\n            \"min_tenor_period\": null,\n            \"max_tenor_value\": 0,\n            \"max_tenor_period\": null,\n            \"require_guarantor\": 1,\n            \"require_loan_offer\": 0\n        },\n        {\n            \"product_id\": \"aab3238922bcc25a6f606eb525ffdc56\",\n            \"name\": \"Nano Loans - 15 days\",\n            \"description\": \"test\",\n            \"disburse_to\": \"wallet\",\n            \"collection_method\": \"debit_card\",\n            \"interest_rate\": 8,\n            \"interest_period\": \"months\",\n            \"min_amount\": 10,\n            \"max_amount\": 10000000,\n            \"min_interest_amount\": 9,\n            \"allow_multi_tenor\": 0,\n            \"frequency\": null,\n            \"min_tenor_value\": null,\n            \"min_tenor_period\": \"months\",\n            \"max_tenor_value\": null,\n            \"max_tenor_period\": \"months\",\n            \"require_guarantor\": 0,\n            \"require_loan_offer\": 0\n        },\n        {\n            \"product_id\": \"6f4922f45568161a8cdf4ad2299f6d23\",\n            \"name\": \"Nano Loans - 30 days\",\n            \"description\": null,\n            \"disburse_to\": \"wallet\",\n            \"collection_method\": \"debit_card\",\n            \"interest_rate\": 18,\n            \"interest_period\": null,\n            \"min_amount\": 5000,\n            \"max_amount\": 50000,\n            \"min_interest_amount\": null,\n            \"allow_multi_tenor\": 0,\n            \"frequency\": null,\n            \"min_tenor_value\": null,\n            \"min_tenor_period\": null,\n            \"max_tenor_value\": 0,\n            \"max_tenor_period\": null,\n            \"require_guarantor\": 0,\n            \"require_loan_offer\": 1\n        },\n        {\n            \"product_id\": \"ea5d2f1c4608232e07d3aa3d998e5135\",\n            \"name\": \"ussdEasy\",\n            \"description\": \"\",\n            \"disburse_to\": \"bank\",\n            \"collection_method\": \"debit_card\",\n            \"interest_rate\": 20,\n            \"interest_period\": \"flat\",\n            \"min_amount\": 1000,\n            \"max_amount\": 5000,\n            \"min_interest_amount\": 1000,\n            \"allow_multi_tenor\": 0,\n            \"frequency\": null,\n            \"min_tenor_value\": null,\n            \"min_tenor_period\": null,\n            \"max_tenor_value\": 7,\n            \"max_tenor_period\": null,\n            \"require_guarantor\": 0,\n            \"require_loan_offer\": 0\n        },\n        {\n            \"product_id\": \"fc490ca45c00b1249bbe3554a4fdf6fb\",\n            \"name\": \"ussdMedium\",\n            \"description\": \"\",\n            \"disburse_to\": \"bank\",\n            \"collection_method\": \"debit_card\",\n            \"interest_rate\": 20,\n            \"interest_period\": \"flat\",\n            \"min_amount\": 1000,\n            \"max_amount\": 5000,\n            \"min_interest_amount\": 1000,\n            \"allow_multi_tenor\": 0,\n            \"frequency\": null,\n            \"min_tenor_value\": null,\n            \"min_tenor_period\": null,\n            \"max_tenor_value\": 15,\n            \"max_tenor_period\": null,\n            \"require_guarantor\": 0,\n            \"require_loan_offer\": 0\n        },\n        {\n            \"product_id\": \"3295c76acbf4caaed33c36b1b5fc2cb1\",\n            \"name\": \"ussdHard\",\n            \"description\": \"\",\n            \"disburse_to\": \"bank\",\n            \"collection_method\": \"debit_card\",\n            \"interest_rate\": 20,\n            \"interest_period\": \"flat\",\n            \"min_amount\": 1000,\n            \"max_amount\": 5000,\n            \"min_interest_amount\": 1000,\n            \"allow_multi_tenor\": 0,\n            \"frequency\": null,\n            \"min_tenor_value\": null,\n            \"min_tenor_period\": null,\n            \"max_tenor_value\": 30,\n            \"max_tenor_period\": null,\n            \"require_guarantor\": 0,\n            \"require_loan_offer\": 0\n        },\n        {\n            \"product_id\": \"a597e50502f5ff68e3e25b9114205d4a\",\n            \"name\": \"30 days for liberty\",\n            \"description\": null,\n            \"disburse_to\": \"wallet\",\n            \"collection_method\": \"debit_card\",\n            \"interest_rate\": 10,\n            \"interest_period\": \"months\",\n            \"min_amount\": 1000,\n            \"max_amount\": 9000,\n            \"min_interest_amount\": 1000,\n            \"allow_multi_tenor\": 1,\n            \"frequency\": null,\n            \"min_tenor_value\": 1,\n            \"min_tenor_period\": \"months\",\n            \"max_tenor_value\": 5,\n            \"max_tenor_period\": \"months\",\n            \"require_guarantor\": 1,\n            \"require_loan_offer\": 0\n        },\n        {\n            \"product_id\": \"0336dcbab05b9d5ad24f4333c7658a0e\",\n            \"name\": \"30 days for liberty\",\n            \"description\": null,\n            \"disburse_to\": \"wallet\",\n            \"collection_method\": \"debit_card\",\n            \"interest_rate\": 10,\n            \"interest_period\": \"months\",\n            \"min_amount\": 3000,\n            \"max_amount\": 9000,\n            \"min_interest_amount\": 1000,\n            \"allow_multi_tenor\": 1,\n            \"frequency\": null,\n            \"min_tenor_value\": 15,\n            \"min_tenor_period\": \"days\",\n            \"max_tenor_value\": 90,\n            \"max_tenor_period\": \"days\",\n            \"require_guarantor\": 1,\n            \"require_loan_offer\": 0\n        },\n        {\n            \"product_id\": \"34ed066df378efacc9b924ec161e7639\",\n            \"name\": \"LC Multi tenor test\",\n            \"description\": \"Test for LC Multi tenor\",\n            \"disburse_to\": \"wallet\",\n            \"collection_method\": \"debit_card\",\n            \"interest_rate\": 5,\n            \"interest_period\": \"months\",\n            \"min_amount\": 5000,\n            \"max_amount\": 50000,\n            \"min_interest_amount\": 1000,\n            \"allow_multi_tenor\": 1,\n            \"frequency\": \"monthly\",\n            \"min_tenor_value\": 1,\n            \"min_tenor_period\": \"months\",\n            \"max_tenor_value\": 3,\n            \"max_tenor_period\": \"months\",\n            \"require_guarantor\": 0,\n            \"require_loan_offer\": 0\n        }\n    ]\n}"}],"_postman_id":"1721f090-eae9-4b04-bb54-902186dac38b"},{"name":"Initialize Loan Application","id":"64895001-a1c8-4c28-a2b4-f803b7a1557b","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"product_id\": \"c9f0f895fb98ab9159f51fd0297e236d\",\n    \"meta\": {\n        \"email\": \"froggy@lendsqr.com\",\n        \"phone_number\": \"08089722636\"\n    }\n}","options":{"raw":{"language":"json"}}},"url":"https://adjutor.lendsqr.com/v2/loans/initialize","description":"<p>Using the product ID that has been retrieved from the GET loan products endpoint, make a call to this endpoint to generate the web page URL that can be embedded within your web or mobile platform.</p>\n<p>The request body also allows for meta fields that would prepoulate and disable these form fields within the the web page</p>\n<blockquote>\n<p>NOTE: All fields on the web page would be disabled except email and phone number as these details may be different on the lender's plaform. </p>\n</blockquote>\n<h3 id=\"meta-fields\">Meta fields</h3>\n<p><strong>requested_amount</strong> * ᶠˡᵒᵃᵗ<br />Amount the customer wants to check out with (BNPL) or has requested. Currency is in Naira.</p>\n<p><strong>proposed_tenor</strong> * ⁱⁿᵗᵉᵍᵉʳ<br />Duration of the loan before repayment kicks in. Must fall within the product-defined range.</p>\n<p><strong>proposed_tenor_period</strong> * ˢᵗʳⁱⁿᵍ<br />Time unit for <code>proposed_tenor</code><br />Values supported: <em>days, weeks, months</em></p>\n<p><strong>gender</strong> * ˢᵗʳⁱⁿᵍ<br />Values supported: <code>male</code>, <code>female</code></p>\n<p><strong>marital_status</strong> * ˢᵗʳⁱⁿᵍ<br />Values supported: <em>married, single, divorced, separated, widowed</em></p>\n<p><strong>location</strong> * ˢᵗʳⁱⁿᵍ<br />Residential state of the user. Example: <em>Lagos, Oyo, etc.</em></p>\n<p><strong>no_of_dependent</strong> * ⁱⁿᵗᵉᵍᵉʳ<br />Number of dependents.</p>\n<p><strong>type_of_residence</strong> * ˢᵗʳⁱⁿᵍ<br />Values supported: <em>own house, rented apartment, parents apartment</em></p>\n<p><strong>education_attainment</strong> * ˢᵗʳⁱⁿᵍ<br />Values supported: <em>MSc and above, BSc, HND and Other Equivalent, Diploma/School Cert,<br />Others</em></p>\n<p><strong>employment_status</strong> * ˢᵗʳⁱⁿᵍ<br />Values supported: <em>employed, self employed, unemployed, retired</em></p>\n<p><strong>bvn</strong> * ˢᵗʳⁱⁿᵍ<br />User’s 11-digit Bank Verification Number</p>\n<p><strong>phone_number</strong> * ˢᵗʳⁱⁿᵍ<br />User's phone number</p>\n<p><strong>working_period</strong> ⁱⁿᵗᵉᵍᵉʳ<br />Total working experience in years.</p>\n<p><strong>time_with_current_employer</strong> ⁱⁿᵗᵉᵍᵉʳ<br />Years spent with current employer.</p>\n<p><strong>bvn_phone</strong> ˢᵗʳⁱⁿᵍ<br />Phone number linked to BVN</p>\n<p><strong>official_email</strong> ˢᵗʳⁱⁿᵍ<br />Official email address</p>\n<p><strong>personal_email</strong> ˢᵗʳⁱⁿᵍ<br />Personal email address</p>\n<p><strong>amount</strong> ˢᵗʳⁱⁿᵍ<br />Amount value</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<your-api-token>"}]},"isInherited":true,"source":{"_postman_id":"9a2d86b7-a837-4de9-8302-3f37b628d40e","id":"9a2d86b7-a837-4de9-8302-3f37b628d40e","name":"Adjutor API Service","type":"collection"}},"urlObject":{"path":["initialize"],"host":["https://adjutor.lendsqr.com/v2/loans"],"query":[],"variable":[]}},"response":[{"id":"2e1a3afc-6ca4-409f-bc48-646751f49a04","name":"Initialize Loan Application","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"product_id\": \"c9f0f895fb98ab9159f51fd0297e236d\",\n    \"meta\": {\n        \"email\": \"ado.john.sule@example.com\",\n        \"phone_number\": \"08012345678\"\n    }\n}","options":{"raw":{"language":"json"}}},"url":"https://adjutor.lendsqr.com/v2/loans/initialize"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"X-Powered-By","value":"Express"},{"key":"X-Request-ID","value":"b3702fe8-c53f-49dc-b708-b0cf1b237184"},{"key":"Last-Modified","value":"Tue, 18 Jul 2023 08:05:17 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"81"},{"key":"ETag","value":"W/\"51-OSar/GFq53hdcXnYSHcSuWvsar4\""},{"key":"Date","value":"Tue, 18 Jul 2023 08:05:24 GMT"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=5"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": \"success\",\n    \"message\": \"Successful\",\n    \"data\": {\n        \"reference\": \"LSQDTmKBFL04sO2F29Fl\",\n        \"url\": \"https://l.lsq.li/2Yg\"\n    }\n}"}],"_postman_id":"64895001-a1c8-4c28-a2b4-f803b7a1557b"},{"name":"Get Loan","id":"870c234d-a391-4ba4-80c2-fdcea7e66357","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://adjutor.lendsqr.com/v2/loans/:reference","description":"<p>This endpoint is used to retrieve the details of a loan or loan request made via your platform as a distributor.</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<your-api-token>"}]},"isInherited":true,"source":{"_postman_id":"9a2d86b7-a837-4de9-8302-3f37b628d40e","id":"9a2d86b7-a837-4de9-8302-3f37b628d40e","name":"Adjutor API Service","type":"collection"}},"urlObject":{"path":[":reference"],"host":["https://adjutor.lendsqr.com/v2/loans"],"query":[],"variable":[{"id":"91eba87d-a029-4ddf-a534-369fcf7696a4","type":"any","value":"LSQDTCdGYL0ktgJnO0bs","key":"reference"}]}},"response":[{"id":"38c90168-6747-44eb-a6e8-c2a9a0583955","name":"Get Loan","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://adjutor.lendsqr.com/v2/loans/:reference","host":["https://adjutor.lendsqr.com/v2/loans"],"path":[":reference"],"variable":[{"key":"reference","value":"LSQDTCdGYL0ktgJnO0bs"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"X-Powered-By","value":"Express"},{"key":"X-Request-ID","value":"1016848a-b496-49c5-84d3-a920397d22dc"},{"key":"Last-Modified","value":"Thu, 20 Jul 2023 08:29:09 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"742"},{"key":"ETag","value":"W/\"2e6-CTC54l/r/cxZ3rlqhKA+gFUyZyk\""},{"key":"Date","value":"Thu, 20 Jul 2023 08:29:13 GMT"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=5"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": \"success\",\n    \"message\": \"Successful\",\n    \"data\": {\n        \"customer_type\": \"Individual\",\n        \"tenor\": 6,\n        \"tenor_period\": \"weeks\",\n        \"status\": {\n            \"status\": \"CANCELLED\",\n            \"can_request\": 1,\n            \"can_cancel\": 0\n        },\n        \"user\": {\n            \"first_name\": \"Ado\",\n            \"last_name\": \"John Sule\",\n            \"phone_number\": \"08012345678\",\n            \"email\": \"\",\n            \"photo_url\": \"https://picsum.photos/id/1/5000/3333\",\n            \"referral_code\": \"FUER4D\"\n        },\n        \"interest_rate\": 5,\n        \"interest_period\": \"months\",\n        \"reference\": \"LSQDTCdGYL0ktgJnO0bs\",\n        \"loan_amount\": 5000,\n        \"interest_due\": 1000,\n        \"amount_disbursed\": null,\n        \"paid\": 0,\n        \"reject_reason\": null,\n        \"channel\": \"web\",\n        \"disburse_to\": \"wallet\",\n        \"multi_tenor\": false,\n        \"payment_link_hash\": \"blej\"\n    }\n}"}],"_postman_id":"870c234d-a391-4ba4-80c2-fdcea7e66357"}],"id":"18f1572f-bf7f-46b3-8191-5787a048b550","description":"<p>Embedded loans allows you as a third-party to offer loan services to your customers on your platform without having to be a lender yourself.</p>\n","event":[{"listen":"prerequest","script":{"id":"d4b3cedc-b105-4c47-a586-d597f5440e74","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"b6057767-0ff3-4a0a-b77c-7a12e2f58775","type":"text/javascript","exec":[""]}}],"_postman_id":"18f1572f-bf7f-46b3-8191-5787a048b550","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<your-api-token>"}]},"isInherited":true,"source":{"_postman_id":"9a2d86b7-a837-4de9-8302-3f37b628d40e","id":"9a2d86b7-a837-4de9-8302-3f37b628d40e","name":"Adjutor API Service","type":"collection"}}},{"name":"Pay with wallet","item":[{"name":"Initialize Payment","id":"13255017-ed3b-4256-8621-d7d7fc909179","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"amount\": 5000,\n    \"description\": \"Payment for beans, yam and egg\",\n    \"organization_id\": \"37a749d808e46495a8da1e5352d03cae\",\n    \"callback_url\": \"https://lendsqr.com\"\n}","options":{"raw":{"language":"json"}}},"url":"https://adjutor.lendsqr.com/v2/payments/initialize","description":"<p>This endpoint generates the payment link that would open a web page that would allow customers to log into the lender's account and initiate the relevant payment.</p>\n<p>You would provide us with a callback URL that would serve as a redirect for customers once payment has been made.</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<your-api-token>"}]},"isInherited":true,"source":{"_postman_id":"9a2d86b7-a837-4de9-8302-3f37b628d40e","id":"9a2d86b7-a837-4de9-8302-3f37b628d40e","name":"Adjutor API Service","type":"collection"}},"urlObject":{"path":["initialize"],"host":["https://adjutor.lendsqr.com/v2/payments"],"query":[],"variable":[]}},"response":[{"id":"14567328-4984-4e05-91e7-b74d6aef6ea5","name":"Initialize Payment","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer sk_test_5N5FcApMCqN0DsDH3r6Ve292Q2peJGC2ZIynMab0","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"amount\": 5000,\n    \"description\": \"Payment for beans and egg\"\n}","options":{"raw":{"language":"json"}}},"url":"https://adjutor.lendsqr.com/v2/payments/initialize"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"X-Powered-By","value":"Express"},{"key":"X-Request-ID","value":"b90557c9-1497-414f-86b4-9f89d3361e52"},{"key":"Last-Modified","value":"Sun, 23 Jul 2023 18:55:19 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"108"},{"key":"ETag","value":"W/\"6c-IGmND8VHD+WKmPUjHpwPnBLnwk8\""},{"key":"Date","value":"Sun, 23 Jul 2023 18:55:20 GMT"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=5"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": \"success\",\n    \"message\": \"Successful\",\n    \"data\": {\n        \"reference\": \"9ZyuoKwn3ENs12YU\",\n        \"url\": \"9ZyuoKwn3ENs12YU\"\n    }\n}"}],"_postman_id":"13255017-ed3b-4256-8621-d7d7fc909179"},{"name":"Query Payment","id":"f1da5000-2c69-4a72-a3ef-bebf21179552","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://adjutor.lendsqr.com/v2/payments/:reference","description":"<p>This endpoint is used to query the details of the payment made.</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<your-api-token>"}]},"isInherited":true,"source":{"_postman_id":"9a2d86b7-a837-4de9-8302-3f37b628d40e","id":"9a2d86b7-a837-4de9-8302-3f37b628d40e","name":"Adjutor API Service","type":"collection"}},"urlObject":{"path":[":reference"],"host":["https://adjutor.lendsqr.com/v2/payments"],"query":[],"variable":[{"type":"any","value":"","key":"reference"}]}},"response":[{"id":"b14f0753-c1a8-416d-8cc7-fe58df58560f","name":"Query Payment","originalRequest":{"method":"GET","header":[{"key":"Authorization","value":"Bearer sk_test_5N5FcApMCqN0DsDH3r6Ve292Q2peJGC2ZIynMab0","type":"text"}],"url":"https://adjutor.lendsqr.com/v2/payments/9ZyuoKwn3ENs12YU"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"X-Powered-By","value":"Express"},{"key":"X-Request-ID","value":"43840982-dee5-49a3-acda-4650c01a11cf"},{"key":"Last-Modified","value":"Sun, 23 Jul 2023 18:56:43 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"369"},{"key":"ETag","value":"W/\"171-zzSQFFLrRm98A9YAgrI4FQiBWHs\""},{"key":"Date","value":"Sun, 23 Jul 2023 18:56:44 GMT"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=5"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": \"success\",\n    \"message\": \"Successful\",\n    \"data\": {\n        \"id\": 3,\n        \"org_id\": 136,\n        \"distributor_id\": 2,\n        \"transaction_id\": null,\n        \"reference\": \"9ZyuoKwn3ENs12YU\",\n        \"amount\": 5000,\n        \"description\": \"Payment for beans and egg\",\n        \"callback_url\": null,\n        \"created_on\": \"2023-07-23T17:55:20.000Z\",\n        \"created_by\": null,\n        \"modified_on\": null,\n        \"modified_by\": null,\n        \"deleted_flag\": 0,\n        \"deleted_on\": null,\n        \"deleted_by\": null\n    }\n}"}],"_postman_id":"f1da5000-2c69-4a72-a3ef-bebf21179552"}],"id":"34056f44-01be-4b8b-a5b7-30bdfa798233","description":"<p>Our Pay with Wallet solution allows your customers to make payment for their purchases via various account holding platforms. This solution is viable to customers who have accounts with a lender, on the Lendsqr platform that is activated for this program.</p>\n","_postman_id":"34056f44-01be-4b8b-a5b7-30bdfa798233","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<your-api-token>"}]},"isInherited":true,"source":{"_postman_id":"9a2d86b7-a837-4de9-8302-3f37b628d40e","id":"9a2d86b7-a837-4de9-8302-3f37b628d40e","name":"Adjutor API Service","type":"collection"}}}],"id":"e362f9c8-6bdd-4569-89fb-1ffd6a3822d9","description":"<h2 id=\"introduction\">Introduction</h2>\n<p>Embedded loans and payments offers third-party distributors with Lendsqr the option to offer loans and payment options to customers on their platform outside Lendsqr.</p>\n","_postman_id":"e362f9c8-6bdd-4569-89fb-1ffd6a3822d9","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<your-api-token>"}]},"isInherited":true,"source":{"_postman_id":"9a2d86b7-a837-4de9-8302-3f37b628d40e","id":"9a2d86b7-a837-4de9-8302-3f37b628d40e","name":"Adjutor API Service","type":"collection"}}},{"name":"Utilities","item":[{"name":"Data for Lenders","item":[{"name":"Options","id":"96aaaa83-6837-4be1-a9cb-6f1c0cd44f0e","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://adjutor.lendsqr.com/v2/data/options","description":"<p>This endpoint is used to get the data options or sources available for a lender.</p>\n<h4 id=\"response-payload\">Response Payload</h4>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><strong>name</strong> ˢᵗʳⁱⁿᵍ  <br />optional service</td>\n</tr>\n<tr>\n<td><strong>description</strong> ˢᵗʳⁱⁿᵍ  <br />Get details for that optional service</td>\n</tr>\n<tr>\n<td><strong>path</strong> ˢᵗʳⁱⁿᵍ  <br />/options</td>\n</tr>\n</tbody>\n</table>\n</div>","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<your-api-token>"}]},"isInherited":true,"source":{"_postman_id":"9a2d86b7-a837-4de9-8302-3f37b628d40e","id":"9a2d86b7-a837-4de9-8302-3f37b628d40e","name":"Adjutor API Service","type":"collection"}},"urlObject":{"path":["options"],"host":["https://adjutor.lendsqr.com/v2/data"],"query":[],"variable":[]}},"response":[{"id":"2c509926-e3d5-4e78-bff5-0afe4afc6c5a","name":"Data Options","originalRequest":{"method":"GET","header":[],"url":"https://adjutor.lendsqr.com/v2/data/options"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Wed, 28 Feb 2024 22:55:02 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"X-Powered-By","value":"Express"},{"key":"X-Request-ID","value":"286bceb2-43a0-4cc6-a001-131f13a66e3c"},{"key":"Last-Modified","value":"Wed, 28 Feb 2024 22:54:57 GMT"},{"key":"ETag","value":"W/\"690-sCrGprb2Do2p61q0+9QpVPX9kU8\""},{"key":"CF-Cache-Status","value":"DYNAMIC"},{"key":"Server","value":"cloudflare"},{"key":"CF-RAY","value":"85cc40948afa636a-LHR"},{"key":"Content-Encoding","value":"gzip"}],"cookie":[],"responseTime":null,"body":"{\n    \"success\": true,\n    \"data\": [\n        {\n            \"name\": \"Users\",\n            \"description\": \"Get details of all users that have signed up to the system. This may include users who have not completed their onboarding\",\n            \"path\": \"/users\"\n        },\n        {\n            \"name\": \"Loans\",\n            \"description\": \"Get details of all loans for any users. You can filter with user_id, status, and approved_on columns\",\n            \"path\": \"/loans\"\n        },\n        {\n            \"name\": \"Options\",\n            \"description\": \"List all available data options. To get the data for any path, please call with base_url/<path>\",\n            \"path\": \"/options\"\n        },\n        {\n            \"name\": \"Lenders\",\n            \"description\": \"Get the list of all the lenders within the system. Should not appear for anyone\",\n            \"path\": \"/lenders\"\n        },\n        {\n            \"name\": \"Loan analytics\",\n            \"description\": \"Analytics of loans for organization grouped by month. You can filter with the month column\",\n            \"path\": \"/analytics/loans\"\n        },\n        {\n            \"name\": \"Loans\",\n            \"description\": \"Get transactions for loans. You can filter data using the loan_id and created_on columns\",\n            \"path\": \"/loans/transactions\"\n        },\n        {\n            \"name\": \"Loans\",\n            \"description\": \"Get schedules for specific loans. You can filter data using the loan_id and created_on columns\",\n            \"path\": \"/loans/schedules\"\n        },\n        {\n            \"name\": \"Transactions\",\n            \"description\": \"Get details of all user transactions. You can filter data using the user_id column\",\n            \"path\": \"/transactions\"\n        },\n        {\n            \"name\": \"Top offers\",\n            \"description\": \"Get the list of top loan offers in the Lendsqr ecosystem.\",\n            \"path\": \"/lenders/top-offers\"\n        },\n        {\n            \"name\": \"Lenders loans\",\n            \"description\": \"Get the list of all the loans that all lenders in the Lendsqr ecosystem have\",\n            \"path\": \"/lenders/loans\"\n        },\n        {\n            \"name\": \"Cards\",\n            \"description\": \"Get details of all cards.\",\n            \"path\": \"/cards\"\n        },\n        {\n            \"name\": \"Bank Accounts\",\n            \"description\": \"Get details of all bank accounts.\",\n            \"path\": \"/bank-accounts\"\n        }\n    ]\n}"}],"_postman_id":"96aaaa83-6837-4be1-a9cb-6f1c0cd44f0e"}],"id":"ed72d4c5-bba8-44b0-8905-67aeb1476d32","description":"<h3 id=\"introduction\">Introduction</h3>\n<p>Borrowers and other customers generate a lot of data that are important for lenders outside of the Lendsqr ecosystem. Lendsqr allows lenders to use Adjutor APIs to get these data.</p>\n<p>There are almost infinite limits to the data a lender can get for their customers, transactions, audit activities, etc.</p>\n","_postman_id":"ed72d4c5-bba8-44b0-8905-67aeb1476d32","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<your-api-token>"}]},"isInherited":true,"source":{"_postman_id":"9a2d86b7-a837-4de9-8302-3f37b628d40e","id":"9a2d86b7-a837-4de9-8302-3f37b628d40e","name":"Adjutor API Service","type":"collection"}}},{"name":"Operational Services","item":[{"name":"Get Adjutor Services Pricing","id":"943e2b29-955e-44ff-89f0-b7778effadd4","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://adjutor.lendsqr.com/v2/profile/pricing","description":"<p>This endpoint is used to obtain the current pricing of the API services. Kindly note that pricing may be different from lender to lender due to commercial negotiations that could have provide some lenders with a different pricing due to volume commitment.</p>\n<p>If you want a cheaper price, which usually comes with a minimum monthly spend, please contact your account manager at <a href=\"mailto:growth@lendsqr.com\">growth@lendsqr.com</a>.</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<your-api-token>"}]},"isInherited":true,"source":{"_postman_id":"9a2d86b7-a837-4de9-8302-3f37b628d40e","id":"9a2d86b7-a837-4de9-8302-3f37b628d40e","name":"Adjutor API Service","type":"collection"}},"urlObject":{"path":["pricing"],"host":["https://adjutor.lendsqr.com/v2/profile"],"query":[],"variable":[]}},"response":[{"id":"a46869fc-f187-467d-8d1c-65fa90077d7d","name":"Get Adjutor Services Pricing","originalRequest":{"method":"GET","header":[],"url":"https://adjutor.lendsqr.com/v2/profile/pricing"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Mon, 14 Aug 2023 13:29:17 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"X-Powered-By","value":"Express"},{"key":"X-Request-ID","value":"ffce023d-0a92-4484-ac47-7923b86002b5"},{"key":"Last-Modified","value":"Mon, 14 Aug 2023 13:29:16 GMT"},{"key":"ETag","value":"W/\"2bc-wuQroduQ50LikXzniRq/QTN48cQ\""},{"key":"CF-Cache-Status","value":"DYNAMIC"},{"key":"Server","value":"cloudflare"},{"key":"CF-RAY","value":"7f698bb35ab303d6-LIS"},{"key":"Content-Encoding","value":"gzip"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": \"success\",\n    \"message\": \"Successful\",\n    \"data\": [\n        {\n            \"name\": \"Adjutor Oraculi Scoring\",\n            \"amount\": 15\n        },\n        {\n            \"name\": \"Adjutor Name Inquiry\",\n            \"amount\": 0\n        },\n        {\n            \"name\": \"Adjutor Name Inquiry with BVN\",\n            \"amount\": 10\n        },\n        {\n            \"name\": \"Adjutor Karma Lookup\",\n            \"amount\": 10\n        },\n        {\n            \"name\": \"Adjutor BVN Verification\",\n            \"amount\": 20\n        },\n        {\n            \"name\": \"Adjutor Image Compare\",\n            \"amount\": 30\n        },\n        {\n            \"name\": \"Adjutor Ecosystem Lookup\",\n            \"amount\": 25\n        },\n        {\n            \"name\": \"Adjutor Bank List\",\n            \"amount\": 0\n        },\n        {\n            \"name\": \"Adjutor CRC\",\n            \"amount\": 100\n        },\n        {\n            \"name\": \"Adjutor Oraculi Central\",\n            \"amount\": 100\n        },\n        {\n            \"name\": \"Adjutor Credit Registry\",\n            \"amount\": 1500\n        },\n        {\n            \"name\": \"Adjutor Oraculi Accounts\",\n            \"amount\": 10\n        },\n        {\n            \"name\": \"Adjutor Oraculi Statements\",\n            \"amount\": 25\n        },\n        {\n            \"name\": \"Adjutor Oraculi Analytics\",\n            \"amount\": 25\n        }\n    ]\n}"}],"_postman_id":"943e2b29-955e-44ff-89f0-b7778effadd4"},{"name":"Get Wallet","id":"a9942d12-c8a4-4be0-8da8-20f268b3af37","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://adjutor.lendsqr.com/v2/profile/wallet","description":"<p>This request is used to obtain the wallet information on the lender's profile.</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<your-api-token>"}]},"isInherited":true,"source":{"_postman_id":"9a2d86b7-a837-4de9-8302-3f37b628d40e","id":"9a2d86b7-a837-4de9-8302-3f37b628d40e","name":"Adjutor API Service","type":"collection"}},"urlObject":{"path":["wallet"],"host":["https://adjutor.lendsqr.com/v2/profile"],"query":[],"variable":[]}},"response":[],"_postman_id":"a9942d12-c8a4-4be0-8da8-20f268b3af37"},{"name":"Get API Audit Logs","id":"04211f32-f733-47b6-982a-aa54d79ddb2b","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://adjutor.lendsqr.com/v2/profile/audit?page=1&limit=20","description":"<p>This endpoint is used to get the audit logs of the API calls made on the profile.</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<your-api-token>"}]},"isInherited":true,"source":{"_postman_id":"9a2d86b7-a837-4de9-8302-3f37b628d40e","id":"9a2d86b7-a837-4de9-8302-3f37b628d40e","name":"Adjutor API Service","type":"collection"}},"urlObject":{"path":["audit"],"host":["https://adjutor.lendsqr.com/v2/profile"],"query":[{"key":"page","value":"1"},{"key":"limit","value":"20"}],"variable":[]}},"response":[],"_postman_id":"04211f32-f733-47b6-982a-aa54d79ddb2b"},{"name":"Get Status Check","id":"f6bf5fab-caa8-426c-8672-23f0173debc2","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://adjutor.lendsqr.com/v2/status","description":"<p>This endpoint is used to obtain the status of systems under Adjutor.</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<your-api-token>"}]},"isInherited":true,"source":{"_postman_id":"9a2d86b7-a837-4de9-8302-3f37b628d40e","id":"9a2d86b7-a837-4de9-8302-3f37b628d40e","name":"Adjutor API Service","type":"collection"}},"urlObject":{"host":["https://adjutor.lendsqr.com/v2/status"],"query":[],"variable":[]}},"response":[{"id":"52d94e4b-e077-42d0-85b1-2a1bd793302c","name":"Get Status Check","originalRequest":{"method":"GET","header":[],"url":"https://adjutor.lendsqr.com/v2/status"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Mon, 14 Aug 2023 13:18:09 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"X-Powered-By","value":"Express"},{"key":"X-Request-ID","value":"2c08234b-24ec-4518-9893-6334a9701fe8"},{"key":"ETag","value":"W/\"323-kZyzG8ZmWrOKUR10s/0qZ95jhMM\""},{"key":"CF-Cache-Status","value":"DYNAMIC"},{"key":"Server","value":"cloudflare"},{"key":"CF-RAY","value":"7f697b679c7fd42c-LOS"},{"key":"Content-Encoding","value":"gzip"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": true,\n    \"data\": [\n        {\n            \"service\": \"adjutor-oraculi-scoring\",\n            \"success\": true\n        },\n        {\n            \"service\": \"adjutor-name-inquiry\",\n            \"success\": false\n        },\n        {\n            \"service\": \"adjutor-name-inquiry-bvn\",\n            \"success\": false\n        },\n        {\n            \"service\": \"adjutor-karma-lookup\",\n            \"success\": true\n        },\n        {\n            \"service\": \"adjutor-bvn-verification\",\n            \"success\": false\n        },\n        {\n            \"service\": \"adjutor-image-compare\",\n            \"success\": true\n        },\n        {\n            \"service\": \"adjutor-ecosystem-lookup\",\n            \"success\": true\n        },\n        {\n            \"service\": \"adjutor-bank-list\",\n            \"success\": true\n        },\n        {\n            \"service\": \"adjutor-crc\",\n            \"success\": false\n        },\n        {\n            \"service\": \"adjutor-firstcentral\",\n            \"success\": false\n        },\n        {\n            \"service\": \"adjutor-credit-registry\",\n            \"success\": false\n        },\n        {\n            \"service\": \"adjutor-oraculi-accounts\",\n            \"success\": true\n        },\n        {\n            \"service\": \"adjutor-oraculi-statement\",\n            \"success\": true\n        },\n        {\n            \"service\": \"adjutor-oraculi-analytics\",\n            \"success\": true\n        },\n        {\n            \"service\": \"adjutor-oraculi-models\",\n            \"success\": true\n        }\n    ]\n}"}],"_postman_id":"f6bf5fab-caa8-426c-8672-23f0173debc2"}],"id":"8a7d28e5-e4b6-4c15-ad9f-1b6adfdfb884","description":"<p>These endpoints are a collection of APIs to be used by a lender or an integrator to get information about their accounts, profiles, and wallet balances.</p>\n","_postman_id":"8a7d28e5-e4b6-4c15-ad9f-1b6adfdfb884","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<your-api-token>"}]},"isInherited":true,"source":{"_postman_id":"9a2d86b7-a837-4de9-8302-3f37b628d40e","id":"9a2d86b7-a837-4de9-8302-3f37b628d40e","name":"Adjutor API Service","type":"collection"}}},{"name":"Bank, State, and LGA Directory","item":[{"name":"Get List of Banks","id":"19ca6234-5179-4256-9c22-1103a06e172b","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://adjutor.lendsqr.com/v2/banks","description":"<p>This endpoint is used for getting banks and their codes.</p>\n<h4 id=\"response-fields\">Response Fields</h4>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><strong>name</strong> ˢᵗʳⁱⁿᵍ  <br />The name of the bank (e.g., <code>\"Access Bank</code>).</td>\n</tr>\n<tr>\n<td><strong>shortcode</strong> ˢᵗʳⁱⁿᵍ  <br />A unique code for the bank issued by the Central Bank of Nigeria (e.g., <code>\"044\"</code>).</td>\n</tr>\n<tr>\n<td><strong>longcode</strong> ˢᵗʳⁱⁿᵍ  <br />A unique code for the bank on the NIBSS network (e.g., <code>\"000014\"</code>).</td>\n</tr>\n</tbody>\n</table>\n</div>","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<your-api-token>"}]},"isInherited":true,"source":{"_postman_id":"9a2d86b7-a837-4de9-8302-3f37b628d40e","id":"9a2d86b7-a837-4de9-8302-3f37b628d40e","name":"Adjutor API Service","type":"collection"}},"urlObject":{"host":["https://adjutor.lendsqr.com/v2/banks"],"query":[],"variable":[]}},"response":[{"id":"eb68ffde-b91e-4c6c-ad39-5263fbab8eb4","name":"Get List of Banks","originalRequest":{"method":"GET","header":[],"url":"https://adjutor.lendsqr.com/v2/banks"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Mon, 14 Aug 2023 13:17:55 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"X-Powered-By","value":"Express"},{"key":"X-Request-ID","value":"1c82274f-e038-4de1-998d-8d16b721d3c5"},{"key":"Last-Modified","value":"Mon, 14 Aug 2023 13:17:53 GMT"},{"key":"ETag","value":"W/\"dcc-ImNirDzX8D8qoFcwASXEATbzskg\""},{"key":"CF-Cache-Status","value":"DYNAMIC"},{"key":"Server","value":"cloudflare"},{"key":"CF-RAY","value":"7f697b067a3ed42c-LOS"},{"key":"Content-Encoding","value":"gzip"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": \"success\",\n    \"message\": \"Successful\",\n    \"data\": [\n        {\n            \"name\": \"3line\",\n            \"shortcode\": null,\n            \"longcode\": \"110005\"\n        },\n        {\n            \"name\": \"Access Bank\",\n            \"shortcode\": \"044\",\n            \"longcode\": \"000014\"\n        },\n        {\n            \"name\": \"Alat by Wema\",\n            \"shortcode\": \"035\",\n            \"longcode\": \"000017\"\n        },\n        {\n            \"name\": \"ASO Savings and Loans\",\n            \"shortcode\": \"401\",\n            \"longcode\": \"090001\"\n        },\n        {\n            \"name\": \"Bankly MBF\",\n            \"shortcode\": \"\",\n            \"longcode\": \"090529\"\n        },\n        {\n            \"name\": \"Carbon\",\n            \"shortcode\": \"565\",\n            \"longcode\": \"100026\"\n        },\n        {\n            \"name\": \"CEMCS Microfinance Bank\",\n            \"shortcode\": \"50823\",\n            \"longcode\": \"090154\"\n        },\n        {\n            \"name\": \"Citibank Nigeria\",\n            \"shortcode\": \"023\",\n            \"longcode\": \"000009\"\n        },\n        {\n            \"name\": \"Conpro MFB (Kredi Bank)\",\n            \"shortcode\": \"50200\",\n            \"longcode\": \"090380\"\n        },\n        {\n            \"name\": \"Coronation Merchant Bank\",\n            \"shortcode\": \"559\",\n            \"longcode\": \"060001\"\n        },\n        {\n            \"name\": \"Dot pay\",\n            \"shortcode\": null,\n            \"longcode\": \"090470\"\n        },\n        {\n            \"name\": \"Ecobank Nigeria\",\n            \"shortcode\": \"050\",\n            \"longcode\": \"000010\"\n        },\n        {\n            \"name\": \"Ekondo Microfinance Bank\",\n            \"shortcode\": \"562\",\n            \"longcode\": \"090097\"\n        },\n        {\n            \"name\": \"Fairmoney MFB\",\n            \"shortcode\": \"\",\n            \"longcode\": \"090551\"\n        },\n        {\n            \"name\": \"FBNQuest Merchant Bank\",\n            \"shortcode\": \"911\",\n            \"longcode\": \"060002\"\n        },\n        {\n            \"name\": \"Fidelity Bank\",\n            \"shortcode\": \"070\",\n            \"longcode\": \"000007\"\n        },\n        {\n            \"name\": \"Firmus MFB\",\n            \"shortcode\": \"51314\",\n            \"longcode\": \"090366\"\n        },\n        {\n            \"name\": \"First Bank of Nigeria\",\n            \"shortcode\": \"011\",\n            \"longcode\": \"000016\"\n        },\n        {\n            \"name\": \"First City Monument Bank\",\n            \"shortcode\": \"214\",\n            \"longcode\": \"000003\"\n        },\n        {\n            \"name\": \"FSDH Merchant Bank\",\n            \"shortcode\": \"501\",\n            \"longcode\": \"400001\"\n        },\n        {\n            \"name\": \"Globus Bank\",\n            \"shortcode\": \"103\",\n            \"longcode\": \"000027\"\n        },\n        {\n            \"name\": \"Guaranty Trust Bank\",\n            \"shortcode\": \"058\",\n            \"longcode\": \"000013\"\n        },\n        {\n            \"name\": \"Hasal Microfinance Bank\",\n            \"shortcode\": \"50383\",\n            \"longcode\": \"090121\"\n        },\n        {\n            \"name\": \"Heritage Bank\",\n            \"shortcode\": \"030\",\n            \"longcode\": \"000020\"\n        },\n        {\n            \"name\": \"Jaiz Bank\",\n            \"shortcode\": \"301\",\n            \"longcode\": \"000006\"\n        },\n        {\n            \"name\": \"Keystone Bank\",\n            \"shortcode\": \"082\",\n            \"longcode\": \"000002\"\n        },\n        {\n            \"name\": \"Kuda Bank\",\n            \"shortcode\": \"50211\",\n            \"longcode\": \"090267\"\n        },\n        {\n            \"name\": \"MoniePoint Bank\",\n            \"shortcode\": \"50515\",\n            \"longcode\": \"090405\"\n        },\n        {\n            \"name\": \"Nova Merchant Bank\",\n            \"shortcode\": \"561\",\n            \"longcode\": \"060003\"\n        },\n        {\n            \"name\": \"Nuntius Internal Bank\",\n            \"shortcode\": \"999999\",\n            \"longcode\": \"999999\"\n        },\n        {\n            \"name\": \"One Finance\",\n            \"shortcode\": \"565\",\n            \"longcode\": \"100026\"\n        },\n        {\n            \"name\": \"Palmpay\",\n            \"shortcode\": \"100033\",\n            \"longcode\": \"100033\"\n        },\n        {\n            \"name\": \"Parallex Bank\",\n            \"shortcode\": \"526\",\n            \"longcode\": \"090004\"\n        },\n        {\n            \"name\": \"paycom (Opay)\",\n            \"shortcode\": \"305\",\n            \"longcode\": \"100004\"\n        },\n        {\n            \"name\": \"Polaris Bank\",\n            \"shortcode\": \"076\",\n            \"longcode\": \"000008\"\n        },\n        {\n            \"name\": \"Providus Bank\",\n            \"shortcode\": \"101\",\n            \"longcode\": \"000023\"\n        },\n        {\n            \"name\": \"Rand Merchant Bank Nigeria\",\n            \"shortcode\": \"502\",\n            \"longcode\": \"000024\"\n        },\n        {\n            \"name\": \"Rubies MFB\",\n            \"shortcode\": \"125\",\n            \"longcode\": \"090175\"\n        },\n        {\n            \"name\": \"Sparkle Microfinance Bank\",\n            \"shortcode\": \"51310\",\n            \"longcode\": \"090325\"\n        },\n        {\n            \"name\": \"Stanbic IBTC Bank\",\n            \"shortcode\": \"221\",\n            \"longcode\": \"000012\"\n        },\n        {\n            \"name\": \"Standard Chartered Bank\",\n            \"shortcode\": \"068\",\n            \"longcode\": \"000021\"\n        },\n        {\n            \"name\": \"Sterling Bank\",\n            \"shortcode\": \"232\",\n            \"longcode\": \"000001\"\n        },\n        {\n            \"name\": \"Suntrust Bank\",\n            \"shortcode\": \"100\",\n            \"longcode\": \"000022\"\n        },\n        {\n            \"name\": \"Support MFB\",\n            \"shortcode\": \"295\",\n            \"longcode\": \"090446\"\n        },\n        {\n            \"name\": \"TAJ Bank\",\n            \"shortcode\": \"302\",\n            \"longcode\": \"000026\"\n        },\n        {\n            \"name\": \"TCF MFB\",\n            \"shortcode\": \"51211\",\n            \"longcode\": \"090115\"\n        },\n        {\n            \"name\": \"Titan Trust Bank\",\n            \"shortcode\": \"102\",\n            \"longcode\": \"000025\"\n        },\n        {\n            \"name\": \"Union Bank of Nigeria\",\n            \"shortcode\": \"032\",\n            \"longcode\": \"000018\"\n        },\n        {\n            \"name\": \"United Bank For Africa\",\n            \"shortcode\": \"033\",\n            \"longcode\": \"000004\"\n        },\n        {\n            \"name\": \"Unity Bank\",\n            \"shortcode\": \"215\",\n            \"longcode\": \"000011\"\n        },\n        {\n            \"name\": \"VFD\",\n            \"shortcode\": \"566\",\n            \"longcode\": \"090110\"\n        },\n        {\n            \"name\": \"Wema Bank\",\n            \"shortcode\": \"035\",\n            \"longcode\": \"000017\"\n        },\n        {\n            \"name\": \"Zenith Bank\",\n            \"shortcode\": \"057\",\n            \"longcode\": \"000015\"\n        }\n    ],\n    \"meta\": {\n        \"cost\": 0,\n        \"balance\": 1225\n    }\n}"}],"_postman_id":"19ca6234-5179-4256-9c22-1103a06e172b"},{"name":"Get List of States","id":"f2ab1802-c8c1-4215-9024-68c1a13ded44","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://adjutor.lendsqr.com/v2/states","description":"<p>This endpoint is used to retrieve states and their corresponding IDs.</p>\n<h4 id=\"response-fields\">Response Fields</h4>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><strong>id</strong> ⁱⁿᵗᵉᵍᵉʳ  <br />The state's unique ID</td>\n</tr>\n<tr>\n<td><strong>name</strong> ˢᵗʳⁱⁿᵍ  <br />The name of the state (e.g., <code>\"Abia</code>)</td>\n</tr>\n<tr>\n<td><strong>ref_code</strong> ˢᵗʳⁱⁿᵍ  <br />ISO 3166-2 State Codes used to identify a state (e.g., <code>\"NGA-AB\"</code>)</td>\n</tr>\n<tr>\n<td><strong>country</strong> ˢᵗʳⁱⁿᵍ  <br />The country in which the state is found</td>\n</tr>\n</tbody>\n</table>\n</div>","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<your-api-token>"}]},"isInherited":true,"source":{"_postman_id":"9a2d86b7-a837-4de9-8302-3f37b628d40e","id":"9a2d86b7-a837-4de9-8302-3f37b628d40e","name":"Adjutor API Service","type":"collection"}},"urlObject":{"host":["https://adjutor.lendsqr.com/v2/states"],"query":[],"variable":[]}},"response":[{"id":"876e2038-bb1e-44dd-b4b3-b7403c1b3540","name":"Get List of States","originalRequest":{"method":"GET","header":[],"url":"https://adjutor.lendsqr.com/v2/states"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Sun, 29 Jun 2025 20:47:27 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"X-Powered-By","value":"Express"},{"key":"X-Request-ID","value":"845f104a-a635-45f1-8fc7-9ba49061c117"},{"key":"Last-Modified","value":"Sun, 29 Jun 2025 20:47:27 GMT"},{"key":"ETag","value":"W/\"97a-vdHBgXRU/O13+H4eY4sppgsFhsw\""},{"key":"cf-cache-status","value":"DYNAMIC"},{"key":"Server","value":"cloudflare"},{"key":"CF-RAY","value":"95784770fda7ea88-IAD"},{"key":"Content-Encoding","value":"gzip"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": \"success\",\n    \"message\": \"Successful\",\n    \"data\": [\n        {\n            \"id\": 101,\n            \"name\": \"Abia\",\n            \"ref_code\": \"NGA-AB\",\n            \"country\": \"NGA\"\n        },\n        {\n            \"id\": 100,\n            \"name\": \"Abuja Federal Capital Territory\",\n            \"ref_code\": \"NGA-FC\",\n            \"country\": \"NGA\"\n        },\n        {\n            \"id\": 102,\n            \"name\": \"Adamawa\",\n            \"ref_code\": \"NGA-AD\",\n            \"country\": \"NGA\"\n        },\n        {\n            \"id\": 103,\n            \"name\": \"Akwa Ibom\",\n            \"ref_code\": \"NGA-AK\",\n            \"country\": \"NGA\"\n        },\n        {\n            \"id\": 104,\n            \"name\": \"Anambra\",\n            \"ref_code\": \"NGA-AN\",\n            \"country\": \"NGA\"\n        },\n        {\n            \"id\": 105,\n            \"name\": \"Bauchi\",\n            \"ref_code\": \"NGA-BA\",\n            \"country\": \"NGA\"\n        },\n        {\n            \"id\": 106,\n            \"name\": \"Bayelsa\",\n            \"ref_code\": \"NGA-BY\",\n            \"country\": \"NGA\"\n        },\n        {\n            \"id\": 107,\n            \"name\": \"Benue\",\n            \"ref_code\": \"NGA-BE\",\n            \"country\": \"NGA\"\n        },\n        {\n            \"id\": 108,\n            \"name\": \"Borno\",\n            \"ref_code\": \"NGA-BO\",\n            \"country\": \"NGA\"\n        },\n        {\n            \"id\": 109,\n            \"name\": \"Cross River\",\n            \"ref_code\": \"NGA-CR\",\n            \"country\": \"NGA\"\n        },\n        {\n            \"id\": 110,\n            \"name\": \"Delta\",\n            \"ref_code\": \"NGA-DE\",\n            \"country\": \"NGA\"\n        },\n        {\n            \"id\": 111,\n            \"name\": \"Ebonyi\",\n            \"ref_code\": \"NGA-EB\",\n            \"country\": \"NGA\"\n        },\n        {\n            \"id\": 112,\n            \"name\": \"Edo\",\n            \"ref_code\": \"NGA-ED\",\n            \"country\": \"NGA\"\n        },\n        {\n            \"id\": 113,\n            \"name\": \"Ekiti\",\n            \"ref_code\": \"NGA-EK\",\n            \"country\": \"NGA\"\n        },\n        {\n            \"id\": 114,\n            \"name\": \"Enugu\",\n            \"ref_code\": \"NGA-EN\",\n            \"country\": \"NGA\"\n        },\n        {\n            \"id\": 115,\n            \"name\": \"Gombe\",\n            \"ref_code\": \"NGA-GO\",\n            \"country\": \"NGA\"\n        },\n        {\n            \"id\": 116,\n            \"name\": \"Imo\",\n            \"ref_code\": \"NGA-IM\",\n            \"country\": \"NGA\"\n        },\n        {\n            \"id\": 117,\n            \"name\": \"Jigawa\",\n            \"ref_code\": \"NGA-JI\",\n            \"country\": \"NGA\"\n        },\n        {\n            \"id\": 118,\n            \"name\": \"Kaduna\",\n            \"ref_code\": \"NGA-KD\",\n            \"country\": \"NGA\"\n        },\n        {\n            \"id\": 119,\n            \"name\": \"Kano\",\n            \"ref_code\": \"NGA-KN\",\n            \"country\": \"NGA\"\n        },\n        {\n            \"id\": 120,\n            \"name\": \"Katsina\",\n            \"ref_code\": \"NGA-KT\",\n            \"country\": \"NGA\"\n        },\n        {\n            \"id\": 121,\n            \"name\": \"Kebbi\",\n            \"ref_code\": \"NGA-KE\",\n            \"country\": \"NGA\"\n        },\n        {\n            \"id\": 122,\n            \"name\": \"Kogi\",\n            \"ref_code\": \"NGA-KO\",\n            \"country\": \"NGA\"\n        },\n        {\n            \"id\": 123,\n            \"name\": \"Kwara\",\n            \"ref_code\": \"NGA-KW\",\n            \"country\": \"NGA\"\n        },\n        {\n            \"id\": 124,\n            \"name\": \"Lagos\",\n            \"ref_code\": \"NGA-LA\",\n            \"country\": \"NGA\"\n        },\n        {\n            \"id\": 125,\n            \"name\": \"Nasarawa\",\n            \"ref_code\": \"NGA-NA\",\n            \"country\": \"NGA\"\n        },\n        {\n            \"id\": 126,\n            \"name\": \"Niger\",\n            \"ref_code\": \"NGA-NI\",\n            \"country\": \"NGA\"\n        },\n        {\n            \"id\": 127,\n            \"name\": \"Ogun\",\n            \"ref_code\": \"NGA-OG\",\n            \"country\": \"NGA\"\n        },\n        {\n            \"id\": 128,\n            \"name\": \"Ondo\",\n            \"ref_code\": \"NGA-ON\",\n            \"country\": \"NGA\"\n        },\n        {\n            \"id\": 129,\n            \"name\": \"Osun\",\n            \"ref_code\": \"NGA-OS\",\n            \"country\": \"NGA\"\n        },\n        {\n            \"id\": 130,\n            \"name\": \"Oyo\",\n            \"ref_code\": \"NGA-OY\",\n            \"country\": \"NGA\"\n        },\n        {\n            \"id\": 131,\n            \"name\": \"Plateau\",\n            \"ref_code\": \"NGA-PL\",\n            \"country\": \"NGA\"\n        },\n        {\n            \"id\": 132,\n            \"name\": \"Rivers\",\n            \"ref_code\": \"NGA-RI\",\n            \"country\": \"NGA\"\n        },\n        {\n            \"id\": 133,\n            \"name\": \"Sokoto\",\n            \"ref_code\": \"NGA-SO\",\n            \"country\": \"NGA\"\n        },\n        {\n            \"id\": 134,\n            \"name\": \"Taraba\",\n            \"ref_code\": \"NGA-TA\",\n            \"country\": \"NGA\"\n        },\n        {\n            \"id\": 135,\n            \"name\": \"Yobe\",\n            \"ref_code\": \"NGA-YO\",\n            \"country\": \"NGA\"\n        },\n        {\n            \"id\": 136,\n            \"name\": \"Zamfara\",\n            \"ref_code\": \"NGA-ZA\",\n            \"country\": \"NGA\"\n        }\n    ],\n    \"meta\": {\n        \"cost\": 0,\n        \"balance\": 121420\n    }\n}"}],"_postman_id":"f2ab1802-c8c1-4215-9024-68c1a13ded44"},{"name":"Get List of LGAs","id":"3fb178ac-46f6-494d-978d-d9d8dd4a26ec","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://adjutor.lendsqr.com/v2/states/:state_id/lgas","description":"<p>This endpoint is used for getting the Local Government Areas (LGAs) for each state</p>\n<h4 id=\"response-fields\">Response Fields</h4>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><strong>id</strong> ⁱⁿᵗᵉᵍᵉʳ  <br />The LGA's unique ID</td>\n</tr>\n<tr>\n<td><strong>name</strong> ˢᵗʳⁱⁿᵍ  <br />The name of the Local Government Area (e.g., <code>\"Aba North</code>)</td>\n</tr>\n<tr>\n<td><strong>state_id</strong> ⁱⁿᵗᵉᵍᵉʳ  <br />The ID of the state the LGA can be found</td>\n</tr>\n<tr>\n<td><strong>state</strong> ˢᵗʳⁱⁿᵍ  <br />The name of the state the LGA can be found</td>\n</tr>\n<tr>\n<td>country ˢᵗʳⁱⁿᵍ  <br />The country in which the LGA is found</td>\n</tr>\n</tbody>\n</table>\n</div>","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<your-api-token>"}]},"isInherited":true,"source":{"_postman_id":"9a2d86b7-a837-4de9-8302-3f37b628d40e","id":"9a2d86b7-a837-4de9-8302-3f37b628d40e","name":"Adjutor API Service","type":"collection"}},"urlObject":{"path":[":state_id","lgas"],"host":["https://adjutor.lendsqr.com/v2/states"],"query":[],"variable":[{"type":"any","value":"","key":"state_id"}]}},"response":[{"id":"9779f57a-6884-43e2-8e54-33c6f4601a4d","name":"Get List of LGAs","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://adjutor.lendsqr.com/v2/states/:state_id/lgas","host":["https://adjutor.lendsqr.com/v2/states"],"path":[":state_id","lgas"],"variable":[{"key":"state_id","value":"101"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Sun, 29 Jun 2025 20:49:53 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"X-Powered-By","value":"Express"},{"key":"X-Request-ID","value":"e0e2e8fc-5a9c-443e-8897-9a99cf4449c0"},{"key":"Last-Modified","value":"Sun, 29 Jun 2025 20:49:52 GMT"},{"key":"ETag","value":"W/\"5be-xiGCYEUvihTHFMPNcmMZKq0KKyA\""},{"key":"cf-cache-status","value":"DYNAMIC"},{"key":"Server","value":"cloudflare"},{"key":"CF-RAY","value":"95784affa8380a95-IAD"},{"key":"Content-Encoding","value":"gzip"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": \"success\",\n    \"message\": \"Successful\",\n    \"data\": [\n        {\n            \"id\": 142,\n            \"name\": \"Aba North\",\n            \"state_id\": 101,\n            \"state\": \"Abia\",\n            \"country\": \"NGA\"\n        },\n        {\n            \"id\": 143,\n            \"name\": \"Aba South\",\n            \"state_id\": 101,\n            \"state\": \"Abia\",\n            \"country\": \"NGA\"\n        },\n        {\n            \"id\": 199,\n            \"name\": \"Arochukwu\",\n            \"state_id\": 101,\n            \"state\": \"Abia\",\n            \"country\": \"NGA\"\n        },\n        {\n            \"id\": 239,\n            \"name\": \"Bende\",\n            \"state_id\": 101,\n            \"state\": \"Abia\",\n            \"country\": \"NGA\"\n        },\n        {\n            \"id\": 475,\n            \"name\": \"Ikwuano\",\n            \"state_id\": 101,\n            \"state\": \"Abia\",\n            \"country\": \"NGA\"\n        },\n        {\n            \"id\": 500,\n            \"name\": \"Isiala Ngwa North\",\n            \"state_id\": 101,\n            \"state\": \"Abia\",\n            \"country\": \"NGA\"\n        },\n        {\n            \"id\": 501,\n            \"name\": \"Isiala Ngwa South\",\n            \"state_id\": 101,\n            \"state\": \"Abia\",\n            \"country\": \"NGA\"\n        },\n        {\n            \"id\": 508,\n            \"name\": \"Isuikwuato\",\n            \"state_id\": 101,\n            \"state\": \"Abia\",\n            \"country\": \"NGA\"\n        },\n        {\n            \"id\": 685,\n            \"name\": \"Obi Ngwa\",\n            \"state_id\": 101,\n            \"state\": \"Abia\",\n            \"country\": \"NGA\"\n        },\n        {\n            \"id\": 711,\n            \"name\": \"Ohafia\",\n            \"state_id\": 101,\n            \"state\": \"Abia\",\n            \"country\": \"NGA\"\n        },\n        {\n            \"id\": 761,\n            \"name\": \"Osisioma\",\n            \"state_id\": 101,\n            \"state\": \"Abia\",\n            \"country\": \"NGA\"\n        },\n        {\n            \"id\": 858,\n            \"name\": \"Ugwunagbo\",\n            \"state_id\": 101,\n            \"state\": \"Abia\",\n            \"country\": \"NGA\"\n        },\n        {\n            \"id\": 862,\n            \"name\": \"Ukwa East\",\n            \"state_id\": 101,\n            \"state\": \"Abia\",\n            \"country\": \"NGA\"\n        },\n        {\n            \"id\": 863,\n            \"name\": \"Ukwa West\",\n            \"state_id\": 101,\n            \"state\": \"Abia\",\n            \"country\": \"NGA\"\n        },\n        {\n            \"id\": 865,\n            \"name\": \"Umuahia North\",\n            \"state_id\": 101,\n            \"state\": \"Abia\",\n            \"country\": \"NGA\"\n        },\n        {\n            \"id\": 866,\n            \"name\": \"Umuahia South\",\n            \"state_id\": 101,\n            \"state\": \"Abia\",\n            \"country\": \"NGA\"\n        },\n        {\n            \"id\": 867,\n            \"name\": \"Umu Nneochi\",\n            \"state_id\": 101,\n            \"state\": \"Abia\",\n            \"country\": \"NGA\"\n        },\n        {\n            \"id\": 897,\n            \"name\": \"Obi Ngwa\",\n            \"state_id\": 101,\n            \"state\": \"Abia\",\n            \"country\": \"NGA\"\n        }\n    ],\n    \"meta\": {\n        \"cost\": 0,\n        \"balance\": 121420\n    }\n}"}],"_postman_id":"3fb178ac-46f6-494d-978d-d9d8dd4a26ec"}],"id":"0d495f31-5485-43d6-8b45-bbdfd47d9e6f","description":"<p>Endpoints to fetch lists of banks, Nigerian states, and local government areas for standard data validation.</p>\n","_postman_id":"0d495f31-5485-43d6-8b45-bbdfd47d9e6f","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<your-api-token>"}]},"isInherited":true,"source":{"_postman_id":"9a2d86b7-a837-4de9-8302-3f37b628d40e","id":"9a2d86b7-a837-4de9-8302-3f37b628d40e","name":"Adjutor API Service","type":"collection"}}}],"id":"a536e839-a3f9-4add-9039-34d94819e39b","description":"<p>The Utilities module provides essential support services for lenders and integrators outside the Lendsqr ecosystem.</p>\n<blockquote>\n<p><strong>Data for Lenders</strong>: Access borrower and customer data via Adjutor APIs, designed for lenders outside the Lendsqr ecosystem.<br /><strong>Operational Service:</strong> Retrieve key information like account details, profile info, and wallet balances for seamless operational integration.<br /><strong>Bank, State, and LGA Directory:</strong> Endpoints to fetch lists of banks, Nigerian states, and local government areas for standard data validation.</p>\n</blockquote>\n","_postman_id":"a536e839-a3f9-4add-9039-34d94819e39b","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<your-api-token>"}]},"isInherited":true,"source":{"_postman_id":"9a2d86b7-a837-4de9-8302-3f37b628d40e","id":"9a2d86b7-a837-4de9-8302-3f37b628d40e","name":"Adjutor API Service","type":"collection"}}},{"name":"Country Specific APIs","item":[{"name":"Nigeria 🇳🇬","item":[{"name":"Validation 🇳🇬","item":[{"name":"Bank Verification Number","item":[{"name":"Initialize BVN Consent","id":"479af055-26ec-49d6-86c5-f5205de9189d","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"contact\": \"08012345678\"\n}","options":{"raw":{"language":"json"}}},"url":"https://adjutor.lendsqr.com/v2/verification/bvn/:bvn","description":"<p>This endpoint is used to initiate the process for getting the customer's consent. The integrator is required to pass the customer's BVN and the phone number. If the phone number passed does not match the customer phone on record, an error is returned but with a masked collection of the correct phone and email on the customer account.</p>\n<h4 id=\"request-body\">Request Body</h4>\n<p><strong>contact</strong> * ˢᵗʳⁱⁿᵍ<br />The phone number or email of the customer.<br />At minimum, the phone number must match the one linked to the BVN <em>(e.g., 08012345678,</em> <a href=\"https://mailto:ado@example.com\"><i>ado@example.com</i></a><em>).</em></p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<your-api-token>"}]},"isInherited":true,"source":{"_postman_id":"9a2d86b7-a837-4de9-8302-3f37b628d40e","id":"9a2d86b7-a837-4de9-8302-3f37b628d40e","name":"Adjutor API Service","type":"collection"}},"urlObject":{"path":["bvn",":bvn"],"host":["https://adjutor.lendsqr.com/v2/verification"],"query":[],"variable":[{"type":"any","value":"22222222222","key":"bvn"}]}},"response":[{"id":"40f5c389-33b0-4294-ace4-894729c528d5","name":"Initialize BVN","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"","type":"text","disabled":true}],"body":{"mode":"raw","raw":"{\n    \"contact\": \"0808***2636\"\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"https://adjutor.lendsqr.com/v2/verification/bvn/:bvn","protocol":"https","host":["adjutor","lendsqr","com"],"path":["v2","verification","bvn",":bvn"],"variable":[{"key":"bvn","value":""}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Wed, 21 Feb 2024 07:04:59 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"X-Powered-By","value":"Express"},{"key":"X-Request-ID","value":"91cddf27-e8c8-4475-a69f-41d3cfd2c78e"},{"key":"Last-Modified","value":"Wed, 21 Feb 2024 07:04:38 GMT"},{"key":"ETag","value":"W/\"75-9VH2gGmZSDLe6+ZLGrXFVt5sc5Y\""},{"key":"CF-Cache-Status","value":"DYNAMIC"},{"key":"Server","value":"cloudflare"},{"key":"CF-RAY","value":"858d22e9cc0a6622-AMS"},{"key":"Content-Encoding","value":"gzip"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": \"otp\",\n    \"message\": \"Please provide OTP sent to contact\",\n    \"data\": \"0808***2636\",\n    \"meta\": {\n        \"cost\": 0,\n        \"balance\": 4815\n    }\n}"}],"_postman_id":"479af055-26ec-49d6-86c5-f5205de9189d"},{"name":"Complete Consent and get BVN Details","id":"a0b716f3-9626-4a13-8841-8245a7eadfb4","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\n    \"otp\": \"623553\"\n}","options":{"raw":{"language":"json"}}},"url":"https://adjutor.lendsqr.com/v2/verification/bvn/:bvn","description":"<p>This endpoint is used to get the BVN data after the customer's consent has been approved.</p>\n<h4 id=\"request-body\">Request Body</h4>\n<p><strong>otp</strong> * ˢᵗʳⁱⁿᵍ<br />A 6 digit password sent to the contact entered during consent intialization.</p>\n<h3 id=\"response-fields\">Response fields</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><strong>reference</strong> ⁱⁿᵗᵉᵍᵉʳ  <br />Unique reference number (e.g., <em>10000001</em>)</td>\n</tr>\n<tr>\n<td><strong>bvn</strong> ˢᵗʳⁱⁿᵍ  <br />Bank Verification Number (e.g., <em>22123456789</em>)</td>\n</tr>\n<tr>\n<td><strong>first_name</strong> ˢᵗʳⁱⁿᵍ  <br />First name of the individual (e.g., <em>ADO</em>)</td>\n</tr>\n<tr>\n<td><strong>middle_name</strong> ˢᵗʳⁱⁿᵍ  <br />Middle name of the individual (e.g., <em>JOHN</em>)</td>\n</tr>\n<tr>\n<td><strong>last_name</strong> ˢᵗʳⁱⁿᵍ  <br />Last name of the individual (e.g., <em>SULE</em>)</td>\n</tr>\n<tr>\n<td><strong>dob</strong> ᵈᵃᵗᵉ  <br />Date of birth in <code>YYYY-MM-DD</code> format (e.g., <em>1990-10-31</em>)</td>\n</tr>\n<tr>\n<td><strong>formatted_dob</strong> ᵈᵃᵗᵉ  <br />Formatted date of birth (e.g., <em>1990-10-31</em>)</td>\n</tr>\n<tr>\n<td><strong>mobile2</strong> ˢᵗʳⁱⁿᵍ  <br />Secondary mobile number, if applicable (e.g., <em>08012345678</em>)</td>\n</tr>\n<tr>\n<td><strong>mobile</strong> ˢᵗʳⁱⁿᵍ  <br />Primary mobile number (e.g., <em>08012345678</em>)</td>\n</tr>\n<tr>\n<td><strong>registration_date</strong> ˢᵗʳⁱⁿᵍ  <br />Date of registration (e.g., <em>30-Mar-2015</em>)</td>\n</tr>\n<tr>\n<td><strong>enrollment_bank</strong> ˢᵗʳⁱⁿᵍ  <br />Bank enrollment number (e.g., <em>044</em>)</td>\n</tr>\n<tr>\n<td><strong>enrollment_branch</strong> ˢᵗʳⁱⁿᵍ  <br />Branch of enrollment (e.g., <em>RET SHOP - BABCOCK UNIVERSITY (137)</em>)</td>\n</tr>\n<tr>\n<td><strong>email</strong> ˢᵗʳⁱⁿᵍ  <br />Email address (e.g., <a href=\"https://mailto:wunmi@yahoo.com\"><i>wunmi@yahoo.com</i></a>)</td>\n</tr>\n<tr>\n<td><strong>gender</strong> ˢᵗʳⁱⁿᵍ  <br />Gender (e.g., <em>Male</em>)</td>\n</tr>\n<tr>\n<td><strong>level_of_account</strong> ˢᵗʳⁱⁿᵍ  <br />Level of account, if applicable (e.g., <em>Tier 2</em>)</td>\n</tr>\n<tr>\n<td><strong>lga_of_origin</strong> ˢᵗʳⁱⁿᵍ  <br />Local Government Area of origin (e.g., <em>Abeokuta South</em>)</td>\n</tr>\n<tr>\n<td><strong>lga_of_residence</strong> ˢᵗʳⁱⁿᵍ  <br />Local Government Area of residence (e.g., <em>Abeokuta South</em>)</td>\n</tr>\n<tr>\n<td><strong>marital_status</strong> ˢᵗʳⁱⁿᵍ  <br />Marital status (e.g., <em>Single</em>)</td>\n</tr>\n<tr>\n<td><strong>nin</strong> ˢᵗʳⁱⁿᵍ  <br />National Identification Number, if applicable (e.g., <em>1234567890</em>)</td>\n</tr>\n<tr>\n<td><strong>name_on_card</strong> ˢᵗʳⁱⁿᵍ  <br />Name as it appears on the card (e.g., <em>ADO JOHN SULE</em>)</td>\n</tr>\n<tr>\n<td><strong>nationality</strong> ˢᵗʳⁱⁿᵍ  <br />Nationality, if applicable (e.g., <em>American</em>)</td>\n</tr>\n<tr>\n<td><strong>residential_address</strong> ˢᵗʳⁱⁿᵍ  <br />Residential address (e.g., <em>Ogun State</em>)</td>\n</tr>\n<tr>\n<td><strong>state_of_origin</strong> ˢᵗʳⁱⁿᵍ  <br />State of origin (e.g., <em>Ogun State</em>)</td>\n</tr>\n<tr>\n<td><strong>state_of_residence</strong> ˢᵗʳⁱⁿᵍ  <br />State of residence (e.g., <em>Ogun State</em>)</td>\n</tr>\n<tr>\n<td><strong>watchlisted</strong> ⁱⁿᵗᵉᵍᵉʳ  <br />Watchlist status (<em>0</em> for not watchlisted)</td>\n</tr>\n<tr>\n<td><strong>image_url</strong> ˢᵗʳⁱⁿᵍ  <br />URL of the photo (e.g., <a href=\"https://picsum.photos/id/1/5000/3333\"><i>https://picsum.photos/id/1/5000/3333</i></a>)</td>\n</tr>\n</tbody>\n</table>\n</div>","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<your-api-token>"}]},"isInherited":true,"source":{"_postman_id":"9a2d86b7-a837-4de9-8302-3f37b628d40e","id":"9a2d86b7-a837-4de9-8302-3f37b628d40e","name":"Adjutor API Service","type":"collection"}},"urlObject":{"path":["bvn",":bvn"],"host":["https://adjutor.lendsqr.com/v2/verification"],"query":[],"variable":[{"type":"any","value":"","key":"bvn"}]}},"response":[{"id":"45eea331-f573-463a-8219-5c9b8099f142","name":"Complete BVN Verification","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\n    \"otp\": \"242366\"\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"https://adjutor.lendsqr.com/v2/verification/bvn/:bvn","protocol":"https","host":["adjutor","lendsqr","com"],"path":["v2","verification","bvn",":bvn"],"variable":[{"key":"bvn","value":""}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Wed, 21 Feb 2024 07:05:26 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"X-Powered-By","value":"Express"},{"key":"X-Request-ID","value":"e522b3f8-6d99-4a10-88e1-e4b962c1f854"},{"key":"Last-Modified","value":"Wed, 21 Feb 2024 07:05:14 GMT"},{"key":"ETag","value":"W/\"3de-C/X9feDDVRhWa/gVl6sTmdaWpko\""},{"key":"CF-Cache-Status","value":"DYNAMIC"},{"key":"Server","value":"cloudflare"},{"key":"CF-RAY","value":"858d23c7ba346622-AMS"},{"key":"Content-Encoding","value":"gzip"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": \"success\",\n    \"message\": \"Successful\",\n    \"data\": {\n        \"reference\": 10000001,\n        \"bvn\": \"22123456789\",\n        \"first_name\": \"ADO\",\n        \"middle_name\": \"JOHN\",\n        \"last_name\": \"SULE\",\n        \"dob\": \"1990-10-31\",\n        \"formatted_dob\": \"1990-10-31\",\n        \"mobile2\": null,\n        \"mobile\": \"08012345678\",\n        \"registration_date\": \"30-Mar-2015\",\n        \"enrollment_bank\": \"044\",\n        \"enrollment_branch\": \"RET SHOP - BABCOCK UNIVERSITY (137)\",\n        \"email\": \"wunmi@yahoo.com\",\n        \"gender\": \"Male\",\n        \"level_of_account\": null,\n        \"lga_of_origin\": \"Abeokuta South\",\n        \"lga_of_residence\": \"Abeokuta South\",\n        \"marital_status\": \"Single\",\n        \"nin\": null,\n        \"name_on_card\": \"ADO JOHN SULE\",\n        \"nationality\": null,\n        \"residential_address\": \"Ogun State\",\n        \"state_of_origin\": \"Ogun State\",\n        \"state_of_residence\": \"Ogun State\",\n        \"watchlisted\": 0,\n        \"base64Image\": null,\n        \"image_url\": \"https://picsum.photos/id/1/5000/3333\"\n    },\n    \"meta\": {\n        \"cost\": 20,\n        \"balance\": 4815\n    }\n}"}],"_postman_id":"a0b716f3-9626-4a13-8841-8245a7eadfb4"}],"id":"e4d9dee5-b600-4890-965b-56a439f5a252","description":"<p>Bank Verification Number (BVN) is the national ID system created by Nigerian banks to uniquely identified bank customers in the Nigerian banking ecosystem.</p>\n<p>The banking ecosystem has also created a mechanism where all the bank accounts tied to a specific BVN could be gotten.</p>\n","_postman_id":"e4d9dee5-b600-4890-965b-56a439f5a252","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<your-api-token>"}]},"isInherited":true,"source":{"_postman_id":"9a2d86b7-a837-4de9-8302-3f37b628d40e","id":"9a2d86b7-a837-4de9-8302-3f37b628d40e","name":"Adjutor API Service","type":"collection"}}},{"name":"Get Accounts for a BVN","item":[{"name":"Initialize BVN Accounts Consent","id":"f2719efe-2496-4898-a877-9516402741b6","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"contact\": \"08012345678\"\n}","options":{"raw":{"language":"json"}}},"url":"https://adjutor.lendsqr.com/v2/verification/bvn/:bvn/accounts","description":"<p>This endpoint is used to initiate the process for getting customer consent. The integrator is required to pass the customer's BVN and the phone number.</p>\n<p><strong>If the phone number passed does not match the customer phone on record, an error is returned but with a masked collection of the correct phone and email on the customer account.</strong></p>\n<h4 id=\"request-body\">Request Body</h4>\n<p><strong>contact</strong> * ˢᵗʳⁱⁿᵍ<br />The phone number or email of the customer.<br />At minimum, the phone number must match the one linked to the BVN (e.g., <code>08012345678</code>, <code>ado@example.com</code>).</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<your-api-token>"}]},"isInherited":true,"source":{"_postman_id":"9a2d86b7-a837-4de9-8302-3f37b628d40e","id":"9a2d86b7-a837-4de9-8302-3f37b628d40e","name":"Adjutor API Service","type":"collection"}},"urlObject":{"path":["bvn",":bvn","accounts"],"host":["https://adjutor.lendsqr.com/v2/verification"],"query":[],"variable":[{"type":"any","value":"","key":"bvn"}]}},"response":[{"id":"81d7eef1-2697-4ae7-b849-e569cd5eb631","name":"Initialize BVN Accounts","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"","type":"text","disabled":true}],"body":{"mode":"raw","raw":"{\n    \"contact\": \"ado****@example.com\"\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"https://adjutor.lendsqr.com/v2/verification/bvn/:bvn/accounts","protocol":"https","host":["adjutor","lendsqr","com"],"path":["v2","verification","bvn",":bvn","accounts"],"variable":[{"key":"bvn","value":""}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Wed, 21 Feb 2024 07:17:45 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"X-Powered-By","value":"Express"},{"key":"X-Request-ID","value":"83e56b5f-fa1e-40d6-a987-79e05cee8fa8"},{"key":"Last-Modified","value":"Wed, 21 Feb 2024 07:17:30 GMT"},{"key":"ETag","value":"W/\"86-slc23G5+RJfJHR9MiSZECE5kUCk\""},{"key":"CF-Cache-Status","value":"DYNAMIC"},{"key":"Server","value":"cloudflare"},{"key":"CF-RAY","value":"858d35bfa8556622-AMS"},{"key":"Content-Encoding","value":"gzip"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": \"otp\",\n    \"message\": \"Please provide OTP sent to contact\",\n    \"data\": \"ado****@example.com\",\n    \"meta\": {\n        \"cost\": 0,\n        \"balance\": 4735\n    }\n}"}],"_postman_id":"f2719efe-2496-4898-a877-9516402741b6"},{"name":"Complete Consent and Get BVN Accounts","id":"320734ed-6600-4ff6-a3c2-d83ac4aa9c6e","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\n    \"otp\": \"477226\"\n}","options":{"raw":{"language":"json"}}},"url":"https://adjutor.lendsqr.com/v2/verification/bvn/:bvn/accounts","description":"<p>This endpoint is used to get the bank accounts. It requires the OTP that has been sent to the customer. OTP to phones are usually sent from PFAlert sender id.</p>\n<h4 id=\"request-body\">Request Body</h4>\n<p><strong>otp</strong> * ˢᵗʳⁱⁿᵍ<br />A 6 digit password sent to the contact entered during consent intialization.</p>\n<h4 id=\"response-fields\">Response Fields</h4>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><strong>account_name</strong> ˢᵗʳⁱⁿᵍ  <br />The name of the account holder (e.g., <em>ADO JOHN SULE</em>).</td>\n</tr>\n<tr>\n<td><strong>account_number</strong> ˢᵗʳⁱⁿᵍ  <br />The unique number identifying the account (e.g., <em>1234567890</em>).</td>\n</tr>\n<tr>\n<td><strong>bank_name</strong> ˢᵗʳⁱⁿᵍ  <br />The name of the bank where the account is held (e.g., <em>Access Bank Nigeria Plc</em>). You can get the list of banks on the <code>/banks</code> endpoint.</td>\n</tr>\n<tr>\n<td><strong>bank_code</strong> ˢᵗʳⁱⁿᵍ  <br />The unique code identifying the bank (e.g., <em>044</em>). You can get the list of banks on the <code>/banks</code> endpoint.</td>\n</tr>\n<tr>\n<td><strong>account_status</strong> ˢᵗʳⁱⁿᵍ  <br />The status of the account (e.g., <em>1</em>). Please see definition below.</td>\n</tr>\n<tr>\n<td><strong>account_designation</strong> ˢᵗʳⁱⁿᵍ  <br />The classification of the account holder (e.g., <em>INDIVIDUAL</em>).</td>\n</tr>\n<tr>\n<td><strong>account_type</strong> ˢᵗʳⁱⁿᵍ  <br />The type of account (e.g., <em>SAVINGS</em>).</td>\n</tr>\n</tbody>\n</table>\n</div><h4 id=\"account-status\">Account Status</h4>\n<ul>\n<li><code>1</code> → Active  </li>\n<li><code>2</code> → Dormant  </li>\n<li><code>3</code> → Closed  </li>\n<li><code>4</code> → PND (Post No Debit)  </li>\n<li><code>5</code> → PNC (Post No Credit)  </li>\n<li><code>6</code> → Inactive  </li>\n<li><code>7</code> → Total Freeze  </li>\n<li><code>8</code> → Other</li>\n</ul>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<your-api-token>"}]},"isInherited":true,"source":{"_postman_id":"9a2d86b7-a837-4de9-8302-3f37b628d40e","id":"9a2d86b7-a837-4de9-8302-3f37b628d40e","name":"Adjutor API Service","type":"collection"}},"urlObject":{"path":["bvn",":bvn","accounts"],"host":["https://adjutor.lendsqr.com/v2/verification"],"query":[],"variable":[{"type":"any","value":"","key":"bvn"}]}},"response":[{"id":"50a5ae1f-d23a-4e35-b6d5-b66e5ce5db3a","name":"Complete BVN Accounts","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\n    \"otp\": \"998278\"\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"https://adjutor.lendsqr.com/v2/verification/bvn/:bvn/accounts","protocol":"https","host":["adjutor","lendsqr","com"],"path":["v2","verification","bvn",":bvn","accounts"],"variable":[{"key":"bvn","value":""}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Wed, 21 Feb 2024 07:30:41 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"X-Powered-By","value":"Express"},{"key":"X-Request-ID","value":"1f01b79c-6b20-4fb8-b25c-b20a4b6efd6d"},{"key":"Last-Modified","value":"Wed, 21 Feb 2024 07:30:32 GMT"},{"key":"ETag","value":"W/\"74c-DjqwVcI8TtyBwlth2OV3gLYKrlQ\""},{"key":"CF-Cache-Status","value":"DYNAMIC"},{"key":"Server","value":"cloudflare"},{"key":"CF-RAY","value":"858d48d90a446622-AMS"},{"key":"Content-Encoding","value":"gzip"}],"cookie":[],"responseTime":null,"body":"{\n\t\"status\": \"success\",\n\t\"message\": \"Successful\",\n\t\"data\": [\n\t\t{\n\t\t\t\"account_name\": \"ADO JOHN SULE\",\n\t\t\t\"account_number\": \"9876543210\",\n\t\t\t\"bank_name\": \"GTBank\",\n\t\t\t\"bank_code\": \"058\",\n\t\t\t\"account_status\": 4,\n\t\t\t\"account_designation\": \"INDIVIDUAL\",\n\t\t\t\"account_type\": \"CURRENT\"\n\t\t},\n\t\t{\n\t\t\t\"account_name\": \"ADO JOHN SULE\",\n\t\t\t\"account_number\": \"1234567890\",\n\t\t\t\"bank_name\": \"Access Bank Nigeria Plc\",\n\t\t\t\"bank_code\": \"044\",\n\t\t\t\"account_status\": 1,\n\t\t\t\"account_designation\": \"INDIVIDUAL\",\n\t\t\t\"account_type\": \"SAVINGS\"\n\t\t}\n\t],\n\t\"meta\": {\n\t\t\"cost\": 20,\n\t\t\"balance\": 4735\n\t}\n}\n"}],"_postman_id":"320734ed-6600-4ff6-a3c2-d83ac4aa9c6e"}],"id":"b7c7b1d7-9a44-4bb4-8ed2-059c430f7e5c","_postman_id":"b7c7b1d7-9a44-4bb4-8ed2-059c430f7e5c","description":"","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<your-api-token>"}]},"isInherited":true,"source":{"_postman_id":"9a2d86b7-a837-4de9-8302-3f37b628d40e","id":"9a2d86b7-a837-4de9-8302-3f37b628d40e","name":"Adjutor API Service","type":"collection"}}},{"name":"Match Customer BVN Image","id":"81759cde-8dac-4894-a454-57b8ae8d232e","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"image\": \"string\"\n}","options":{"raw":{"language":"json"}}},"url":"https://adjutor.lendsqr.com/v2/verification/bvn/:bvn/selfies","description":"<p>This endpoint allows for real-time verification of an individual's Bank Verification Number (BVN) through the comparison of their photograph and facial features with their BVN record, thereby providing an additional layer of security and accuracy in customer information validation.</p>\n<h4 id=\"request-body\">Request Body</h4>\n<p><strong>image</strong> * ˢᵗʳⁱⁿᵍ<br />URL of the image to be used for comparison.</p>\n<h4 id=\"path-variables\">Path Variables</h4>\n<p><strong>bvn</strong> *\nBVN of the person whose face is being verified against the image.</p>\n<h4 id=\"response-fields\">Response fields</h4>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><strong>match</strong> ᵇᵒᵒˡᵉᵃⁿ  <br />Indicates if a match was found (e.g., <em>true</em>)</td>\n</tr>\n<tr>\n<td><strong>similarity</strong> ᶠˡᵒᵃᵗ  <br />The percentage probability that the images compared are similar. The higher the number, the greater the chance of similarity (e.g., <em>99.95</em>)</td>\n</tr>\n</tbody>\n</table>\n</div>","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<your-api-token>"}]},"isInherited":true,"source":{"_postman_id":"9a2d86b7-a837-4de9-8302-3f37b628d40e","id":"9a2d86b7-a837-4de9-8302-3f37b628d40e","name":"Adjutor API Service","type":"collection"}},"urlObject":{"path":["bvn",":bvn","selfies"],"host":["https://adjutor.lendsqr.com/v2/verification"],"query":[],"variable":[{"id":"c46fdfa7-edc8-4383-924a-c28e93af48c5","type":"any","value":null,"key":"bvn"}]}},"response":[{"id":"a151479a-4743-4d9c-9691-143d3b893ed2","name":"Match customer BVN image","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"image\": \"https://documents.lendsqr.com/irorun/45eab612ad3efff8f3da1e65130be8538b8fd6c8602da4252ec35c61ec18802b1619ba7eda625b3efb671bfc478cad84e834c5ad858722e993889b3xxxxxx.png\"\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"https://adjutor.lendsqr.com/v2/verification/bvn/:bvn/selfies","host":["https://adjutor.lendsqr.com/v2/verification"],"path":["bvn",":bvn","selfies"],"variable":[{"key":"bvn","value":"22536011111"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Thu, 10 Aug 2023 14:10:33 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"X-Powered-By","value":"Express"},{"key":"X-Request-ID","value":"5314f877-acaf-4164-acb7-f1f99b3f1b0d"},{"key":"Last-Modified","value":"Thu, 10 Aug 2023 14:10:32 GMT"},{"key":"ETag","value":"W/\"82-9k7Nyc6Q89LGBa12YAMXH2UqqJs\""},{"key":"CF-Cache-Status","value":"DYNAMIC"},{"key":"Server","value":"cloudflare"},{"key":"CF-RAY","value":"7f48d2a54d443d13-CDG"},{"key":"Content-Encoding","value":"gzip"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": \"success\",\n    \"message\": \"Successful\",\n    \"data\": {\n        \"match\": true,\n        \"similarity\": 99.94831085205078\n    },\n    \"meta\": {\n        \"cost\": 30,\n        \"balance\": 1285\n    }\n}"}],"_postman_id":"81759cde-8dac-4894-a454-57b8ae8d232e"},{"name":"Verify Customer Bank Account","id":"a942a64d-ddd4-4f7c-9120-12651459c5eb","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"account_number\": \"number\",\n    \"bank_code\": \"number\"\n}","options":{"raw":{"language":"json"}}},"url":"https://adjutor.lendsqr.com/v2/verification/bankaccount/bvn","description":"<p>This endpoint is used for verification of a customer's bank account.</p>\n<h4 id=\"request-body\">Request Body</h4>\n<p><strong>account_number</strong> * ˢᵗʳⁱⁿᵍ<br />Account number to be verified.</p>\n<p><strong>bank_code</strong> * ˢᵗʳⁱⁿᵍ<br />Bank code associated with the account number.</p>\n<h4 id=\"response-fields\">Response Fields</h4>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><strong>bank_code</strong> ˢᵗʳⁱⁿᵍ <br />Central Bank of Nigeria code identifying the bank (e.g., <em>\"058\"</em>)</td>\n</tr>\n<tr>\n<td><strong>bank_name</strong> ˢᵗʳⁱⁿᵍ <br />Name of the bank (e.g., <em>\"Example Bank Plc\"</em>)</td>\n</tr>\n<tr>\n<td><strong>account_name</strong> ˢᵗʳⁱⁿᵍ <br />Name associated with the account (e.g., <em>\"DOE JOHN\"</em>)</td>\n</tr>\n<tr>\n<td><strong>account_number</strong> ˢᵗʳⁱⁿᵍ <br />Account number (e.g., <em>\"0425571111\"</em>)</td>\n</tr>\n<tr>\n<td><strong>bvn</strong> ˢᵗʳⁱⁿᵍ <br />Bank Verification Number. The middle 7 numbers are masked with 0s (e.g., <em>\"22000000021\"</em>)</td>\n</tr>\n</tbody>\n</table>\n</div>","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<your-api-token>"}]},"isInherited":true,"source":{"_postman_id":"9a2d86b7-a837-4de9-8302-3f37b628d40e","id":"9a2d86b7-a837-4de9-8302-3f37b628d40e","name":"Adjutor API Service","type":"collection"}},"urlObject":{"path":["bankaccount","bvn"],"host":["https://adjutor.lendsqr.com/v2/verification"],"query":[],"variable":[]}},"response":[{"id":"643674d9-c450-4e6a-8537-479a0307e097","name":"Verify Customer Bank Account","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"account_number\": \"0425571111\",\n    \"bank_code\": \"058\"\n}","options":{"raw":{"language":"json"}}},"url":"https://adjutor.lendsqr.com/v2/verification/bankaccount/bvn"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Thu, 10 Aug 2023 14:43:21 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"X-Powered-By","value":"Express"},{"key":"X-Request-ID","value":"45a5849d-e413-474f-966d-ac800803a5f8"},{"key":"Last-Modified","value":"Thu, 10 Aug 2023 14:43:21 GMT"},{"key":"ETag","value":"W/\"c9-19Gwq+rB7O302vWla1jPDh/+TTI\""},{"key":"CF-Cache-Status","value":"DYNAMIC"},{"key":"Server","value":"cloudflare"},{"key":"CF-RAY","value":"7f4902b9bb13046b-CDG"},{"key":"Content-Encoding","value":"gzip"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": \"success\",\n    \"message\": \"Successful\",\n    \"data\": {\n        \"bank_code\": \"058\",\n        \"account_name\": \"DOE JOHN\",\n        \"account_number\": \"0425571111\",\n        \"bvn\": \"22000000021\"\n    },\n    \"meta\": {\n        \"cost\": 10,\n        \"balance\": 1245\n    }\n}"}],"_postman_id":"a942a64d-ddd4-4f7c-9120-12651459c5eb"},{"name":"Check Karma for Customer","id":"28978d81-2c33-4d39-adc0-177867c08c9b","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://adjutor.lendsqr.com/v2/verification/karma/:identity","description":"<p>Karma is a database of blacklisted bad actors within the Lendsqr ecosystem. A bad actor is someone who has been involved with fraud or has tried to request loans with fake identity. A bad actor may also be a chronic defaulter whose loan has been written off.</p>\n<p>This endpoint is used to check if a customer is on the blacklist of bad actors.</p>\n<h4 id=\"path-variables\">Path Variables</h4>\n<p><strong>identity</strong>*<br />Identity of customer which could be one of the following:</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><strong>Email Address</strong>  <br />Format should be in the form of <a href=\"https://mailto:email@example.com\"><i>email@example.com</i></a></td>\n</tr>\n<tr>\n<td><strong>Phone Number</strong>  <br />Format should be in the form of <em>+2347012345678</em></td>\n</tr>\n<tr>\n<td><strong>Domain Name</strong>  <br />Format should be in the form of <em>example.com</em></td>\n</tr>\n<tr>\n<td><strong>BVN</strong>  <br />Format should be in the form of <em>22212345678</em></td>\n</tr>\n<tr>\n<td><strong>NUBAN Account number</strong>  <br />Format should be in the form of <em>XXX-1234567890</em> Where <em>XXX</em> is the CBN bank code <em>070-1234567890</em> for a Fidelity Bank account.</td>\n</tr>\n</tbody>\n</table>\n</div><h4 id=\"response-fields\">Response Fields</h4>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><strong>karma_identity</strong> ˢᵗʳⁱⁿᵍ  <br />Unique identifier for karma (e.g., <em>\"0zspgifzbo.ga\"</em>)</td>\n</tr>\n<tr>\n<td><strong>amount_in_contention</strong> ˢᵗʳⁱⁿᵍ  <br />Amount involved in contention (e.g., <em>\"0.00\"</em>)</td>\n</tr>\n<tr>\n<td><strong>reason</strong> ˢᵗʳⁱⁿᵍ  <br />Reason for the karma entry, if applicable (e.g., <em>null</em>)</td>\n</tr>\n<tr>\n<td><strong>default_date</strong> ᵈᵃᵗᵉ  <br />Date of default (e.g., <em>\"2020-05-18\"</em>)</td>\n</tr>\n<tr>\n<td><strong>karma_type</strong> ᵒᵇʲᵉᶜᵗ  <br />Type of karma (e.g., <em>{\"karma\": \"Others\"}</em>)</td>\n</tr>\n<tr>\n<td><strong>karma_identity_type</strong> ᵒᵇʲᵉᶜᵗ  <br />Type of identity associated with karma (e.g., <em>{\"identity_type\": \"Domain\"}</em>)</td>\n</tr>\n<tr>\n<td><strong>reporting_entity</strong> ᵒᵇʲᵉᶜᵗ  <br />Entity reporting the karma (e.g., <em>{\"name\": \"Blinkcash\", \"email\": \"</em><a href=\"https://mailto:support@blinkcash.ng\"><i>support@blinkcash.ng</i></a><em>\"}</em>)</td>\n</tr>\n</tbody>\n</table>\n</div>","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<your-api-token>"}]},"isInherited":true,"source":{"_postman_id":"9a2d86b7-a837-4de9-8302-3f37b628d40e","id":"9a2d86b7-a837-4de9-8302-3f37b628d40e","name":"Adjutor API Service","type":"collection"}},"urlObject":{"path":["karma",":identity"],"host":["https://adjutor.lendsqr.com/v2/verification"],"query":[],"variable":[{"type":"any","value":"","key":"identity"}]}},"response":[{"id":"0096eec3-7685-4cb0-9c41-39d3de76775e","name":"Check Karma for Customer","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://adjutor.lendsqr.com/v2/verification/karma/:identity","host":["https://adjutor.lendsqr.com/v2/verification"],"path":["karma",":identity"],"variable":[{"key":"identity","value":"0zspgifzbo.ga"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Tue, 08 Aug 2023 14:26:38 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"X-Powered-By","value":"Express"},{"key":"X-Request-ID","value":"0150a3b9-1e2e-4bc1-825e-f4bb024f7463"},{"key":"Last-Modified","value":"Tue, 08 Aug 2023 14:26:38 GMT"},{"key":"ETag","value":"W/\"157-/X62qo9vh7N9XNeVvLk5BxWrnvs\""},{"key":"CF-Cache-Status","value":"DYNAMIC"},{"key":"Server","value":"cloudflare"},{"key":"CF-RAY","value":"7f386f7a0fc9d430-LOS"},{"key":"Content-Encoding","value":"gzip"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": \"success\",\n    \"message\": \"Successful\",\n    \"data\": {\n        \"karma_identity\": \"0zspgifzbo.ga\",\n        \"amount_in_contention\": \"0.00\",\n        \"reason\": null,\n        \"default_date\": \"2020-05-18\",\n        \"karma_type\": {\n            \"karma\": \"Others\"\n        },\n        \"karma_identity_type\": {\n            \"identity_type\": \"Domain\"\n        },\n        \"reporting_entity\": {\n            \"name\": \"Blinkcash\",\n            \"email\": \"support@blinkcash.ng\"\n        }\n    },\n    \"meta\": {\n        \"cost\": 10,\n        \"balance\": 1600\n    }\n}"}],"_postman_id":"28978d81-2c33-4d39-adc0-177867c08c9b"},{"name":"Check for Borrower on Ecosystem","id":"7530013a-3530-44b7-bc80-3f4d6e6b0f6c","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://adjutor.lendsqr.com/v2/verification/ecosystem/:bvn","description":"<p>The Lendsqr ecosystem provides an aggregated view of borrowers which lenders could have access to make decisions. To access this service, the lender must provide an evidence of customer explicit consent.</p>\n<p>Furthermore, where it is proven that a consent was never provided, the lender would be liable for all legal cost required to ameliorate issues that may arise. Lender may also be removed from the platform.</p>\n<p>This endpoint is used to verify if a borrower exists on the Lendsqr ecosystem.</p>\n<h4 id=\"path-variables\">Path Variables</h4>\n<p><strong>bvn</strong> *<br />BVN of the person whose face is being verified against the image.</p>\n<h4 id=\"response-fields\">Response Fields</h4>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><strong>bvn</strong> ˢᵗʳⁱⁿᵍ  <br />Bank Verification Number (e.g., *\"70123456789\"*)</td>\n</tr>\n<tr>\n<td><strong>first_name</strong> ˢᵗʳⁱⁿᵍ  <br />First name of the individual (e.g., *\"John\"*)</td>\n</tr>\n<tr>\n<td><strong>middle_name</strong> ˢᵗʳⁱⁿᵍ  <br />Middle name of the individual (e.g., *\"Frank\"*)</td>\n</tr>\n<tr>\n<td><strong>last_name</strong> ˢᵗʳⁱⁿᵍ  <br />Last name of the individual (e.g., *\"Doe\"*)</td>\n</tr>\n<tr>\n<td><strong>dob</strong> ᵈᵃᵗᵉ  <br />Date of birth in ISO format (e.g., *\"1997-09-10\"*)</td>\n</tr>\n<tr>\n<td><strong>mobile</strong> ˢᵗʳⁱⁿᵍ  <br />Primary phone number (e.g., *\"08081234561\"*)</td>\n</tr>\n<tr>\n<td><strong>registration_date</strong> ˢᵗʳⁱⁿᵍ  <br />User NIN registration date in ISO format (e.g., *\"2020-01-01\"*)</td>\n</tr>\n<tr>\n<td><strong>email</strong> ˢᵗʳⁱⁿᵍ  <br />Email address (e.g., <a href=\"https://mailto:johndoe@example.com\"><i>johndoe@example.com</i></a>)</td>\n</tr>\n<tr>\n<td><strong>gender</strong> ˢᵗʳⁱⁿᵍ  <br />Gender of the individual (e.g., *\"Female\"*)</td>\n</tr>\n<tr>\n<td><strong>marital_status</strong> ˢᵗʳⁱⁿᵍ  <br />Marital status of the individual (e.g., *\"Single\"*)</td>\n</tr>\n<tr>\n<td><strong>state_of_residence</strong> ˢᵗʳⁱⁿᵍ  <br />State of residence (e.g., *\"Lagos\"*)</td>\n</tr>\n<tr>\n<td><strong>image_url</strong> ˢᵗʳⁱⁿᵍ  <br />NIN Image URL (e.g., <a href=\"https://documents.lendsqr.com/image_url.png\"><i>https://documents.lendsqr.com/image_url.png</i></a>)</td>\n</tr>\n<tr>\n<td><strong>bvn_phone_number</strong> ˢᵗʳⁱⁿᵍ  <br />Phone number registered with BVN (e.g., *\"07062561111\"*)</td>\n</tr>\n<tr>\n<td><strong>date_of_birth</strong> ᵈᵃᵗᵉ  <br />Date of birth in ISO format (e.g., *\"1997-09-10\"*)</td>\n</tr>\n<tr>\n<td><strong>age</strong> ⁱⁿᵗᵉᵍᵉʳ  <br />Age of the individual (e.g., <em>25</em>)</td>\n</tr>\n<tr>\n<td><strong>unique_phone_numbers</strong> ⁱⁿᵗᵉᵍᵉʳ  <br />Count of unique phone numbers (e.g., <em>0</em>)</td>\n</tr>\n<tr>\n<td><strong>phone_number</strong> ˢᵗʳⁱⁿᵍ  <br />Primary phone number (e.g., *\"07062561111\"*)</td>\n</tr>\n<tr>\n<td><strong>unique_emails</strong> ⁱⁿᵗᵉᵍᵉʳ  <br />Count of unique email addresses (e.g., <em>0</em>)</td>\n</tr>\n<tr>\n<td><strong>lenders</strong> ⁱⁿᵗᵉᵍᵉʳ  <br />Number of lenders interacted with (e.g., <em>1</em>)</td>\n</tr>\n<tr>\n<td><strong>first_account</strong> ᵈᵃᵗᵉ  <br />Date of first account creation (e.g., *\"2020-11-16\"*)</td>\n</tr>\n<tr>\n<td><strong>last_account</strong> ᵈᵃᵗᵉ  <br />Date of last account creation (e.g., *\"2023-06-26\"*)</td>\n</tr>\n<tr>\n<td><strong>failed_selfie_bvn_check</strong> ⁱⁿᵗᵉᵍᵉʳ  <br />Number of failed BVN selfie checks (e.g., <em>0</em>)</td>\n</tr>\n<tr>\n<td><strong>lending_lenders</strong> ⁱⁿᵗᵉᵍᵉʳ  <br />Number of lending lenders (e.g., <em>0</em>)</td>\n</tr>\n<tr>\n<td><strong>loans</strong> ⁱⁿᵗᵉᵍᵉʳ  <br />Total number of loans (e.g., <em>0</em>)</td>\n</tr>\n<tr>\n<td><strong>loan_amount</strong> ⁱⁿᵗᵉᵍᵉʳ  <br />Total loan amount (e.g., <em>0</em>)</td>\n</tr>\n<tr>\n<td><strong>loan_amount_minimum</strong> ⁱⁿᵗᵉᵍᵉʳ  <br />Minimum loan amount (e.g., <em>0</em>)</td>\n</tr>\n<tr>\n<td><strong>loan_amount_maximum</strong> ⁱⁿᵗᵉᵍᵉʳ  <br />Maximum loan amount (e.g., <em>150000</em>)</td>\n</tr>\n<tr>\n<td><strong>loan_amount_average</strong> ᶠˡᵒᵃᵗ  <br />Average loan amount (e.g., <em>5892.95</em>)</td>\n</tr>\n<tr>\n<td><strong>settled_loans</strong> ⁱⁿᵗᵉᵍᵉʳ  <br />Number of settled loans (e.g., <em>0</em>)</td>\n</tr>\n<tr>\n<td><strong>settled_loan_amount</strong> ⁱⁿᵗᵉᵍᵉʳ  <br />Amount of settled loans (e.g., <em>0</em>)</td>\n</tr>\n<tr>\n<td><strong>settled_loan_amount_paid</strong> ⁱⁿᵗᵉᵍᵉʳ  <br />Amount paid for settled loans (e.g., <em>0</em>)</td>\n</tr>\n<tr>\n<td><strong>running_loans</strong> ⁱⁿᵗᵉᵍᵉʳ  <br />Number of running loans (e.g., <em>0</em>)</td>\n</tr>\n<tr>\n<td><strong>running_loan_amount</strong> ⁱⁿᵗᵉᵍᵉʳ  <br />Amount of running loans (e.g., <em>0</em>)</td>\n</tr>\n<tr>\n<td><strong>past_due_loans</strong> ⁱⁿᵗᵉᵍᵉʳ  <br />Number of past due loans (e.g., <em>0</em>)</td>\n</tr>\n<tr>\n<td><strong>past_due_loan_amount</strong> ⁱⁿᵗᵉᵍᵉʳ  <br />Amount of past due loans (e.g., <em>0</em>)</td>\n</tr>\n<tr>\n<td><strong>past_due_loan_amount_due</strong> ⁱⁿᵗᵉᵍᵉʳ  <br />Amount due for past due loans (e.g., <em>2000</em>)</td>\n</tr>\n<tr>\n<td><strong>penalty</strong> ⁱⁿᵗᵉᵍᵉʳ  <br />Penalty amount (e.g., <em>0</em>)</td>\n</tr>\n<tr>\n<td><strong>penalty_paid</strong> ⁱⁿᵗᵉᵍᵉʳ  <br />Penalty amount paid (e.g., <em>0</em>)</td>\n</tr>\n<tr>\n<td><strong>delayed_paid_loans</strong> ⁱⁿᵗᵉᵍᵉʳ  <br />Number of delayed paid loans (e.g., <em>0</em>)</td>\n</tr>\n<tr>\n<td><strong>delayed_paid_loan_amount</strong> ⁱⁿᵗᵉᵍᵉʳ  <br />Amount of delayed paid loans (e.g., <em>0</em>)</td>\n</tr>\n<tr>\n<td><strong>delayed_paid_loans_trials</strong> ⁱⁿᵗᵉᵍᵉʳ  <br />Trials for delayed paid loans (e.g., <em>0</em>)</td>\n</tr>\n<tr>\n<td><strong>delayed_paid_loans_avg</strong> ⁱⁿᵗᵉᵍᵉʳ  <br />Average trials for delayed paid loans (e.g., <em>0</em>)</td>\n</tr>\n<tr>\n<td><strong>delayed_paid_loans_trials_max</strong> ⁱⁿᵗᵉᵍᵉʳ  <br />Max trials for delayed paid loans (e.g., <em>0</em>)</td>\n</tr>\n<tr>\n<td><strong>delayed_paid_loans_trials_min</strong> ⁱⁿᵗᵉᵍᵉʳ  <br />Min trials for delayed paid loans (e.g., <em>0</em>)</td>\n</tr>\n<tr>\n<td><strong>first_loan_date</strong> ᵈᵃᵗᵉ  <br />Date of first loan (e.g., *\"2020-12-24\"*)</td>\n</tr>\n<tr>\n<td><strong>last_loan_date</strong> ᵈᵃᵗᵉ  <br />Date of last loan (e.g., *\"2023-07-20\"*)</td>\n</tr>\n<tr>\n<td><strong>loan_requests</strong> ⁱⁿᵗᵉᵍᵉʳ  <br />Number of loan requests (e.g., <em>0</em>)</td>\n</tr>\n<tr>\n<td><strong>failed_loan_requests</strong> ⁱⁿᵗᵉᵍᵉʳ  <br />Number of failed loan requests (e.g., <em>0</em>)</td>\n</tr>\n<tr>\n<td><strong>logins</strong> ⁱⁿᵗᵉᵍᵉʳ  <br />Number of logins (e.g., <em>115</em>)</td>\n</tr>\n<tr>\n<td><strong>first_login</strong> ᵈᵃᵗᵉ  <br />Date of first login (e.g., *\"2023-06-01\"*)</td>\n</tr>\n<tr>\n<td><strong>last_login</strong> ᵈᵃᵗᵉ  <br />Date of last login (e.g., *\"2023-08-08\"*)</td>\n</tr>\n<tr>\n<td><strong>unique_login_ips</strong> ⁱⁿᵗᵉᵍᵉʳ  <br />Count of unique login IPs (e.g., <em>0</em>)</td>\n</tr>\n<tr>\n<td><strong>unique_device_ids</strong> ⁱⁿᵗᵉᵍᵉʳ  <br />Count of unique device IDs (e.g., <em>0</em>)</td>\n</tr>\n<tr>\n<td><strong>distinct_mobile_os</strong> ⁱⁿᵗᵉᵍᵉʳ  <br />Count of distinct mobile OS used (e.g., <em>0</em>)</td>\n</tr>\n<tr>\n<td><strong>duplicated_devices</strong> ⁱⁿᵗᵉᵍᵉʳ  <br />Count of duplicated devices (e.g., <em>0</em>)</td>\n</tr>\n<tr>\n<td><strong>shared_device_users</strong> ⁱⁿᵗᵉᵍᵉʳ  <br />Count of shared device users (e.g., <em>0</em>)</td>\n</tr>\n<tr>\n<td><strong>credit_delinquency</strong> ⁱⁿᵗᵉᵍᵉʳ  <br />Credit delinquency flag (e.g., <em>0</em>)</td>\n</tr>\n<tr>\n<td><strong>processed_on</strong> ᵈᵃᵗᵉ  <br />Date when data was processed (e.g., *\"2023-08-08\"*)</td>\n</tr>\n</tbody>\n</table>\n</div>","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<your-api-token>"}]},"isInherited":true,"source":{"_postman_id":"9a2d86b7-a837-4de9-8302-3f37b628d40e","id":"9a2d86b7-a837-4de9-8302-3f37b628d40e","name":"Adjutor API Service","type":"collection"}},"urlObject":{"path":["ecosystem",":bvn"],"host":["https://adjutor.lendsqr.com/v2/verification"],"query":[],"variable":[{"description":{"content":"<p>Bank Verification Number</p>\n","type":"text/plain"},"type":"any","value":null,"key":"bvn"}]}},"response":[{"id":"c5cd7394-fac1-41f0-872a-3004997ce9df","name":"Check for Borrower on Ecosystem","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://adjutor.lendsqr.com/v2/verification/ecosystem/:bvn","host":["https://adjutor.lendsqr.com/v2/verification"],"path":["ecosystem",":bvn"],"variable":[{"key":"bvn","value":"22153475955"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Tue, 08 Aug 2023 14:28:56 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"X-Powered-By","value":"Express"},{"key":"X-Request-ID","value":"a7855073-2a36-4924-a21f-077ef89219c0"},{"key":"Last-Modified","value":"Tue, 08 Aug 2023 14:28:55 GMT"},{"key":"ETag","value":"W/\"591-Cd5yroepYTa3PyDTbhzMyhKotAE\""},{"key":"CF-Cache-Status","value":"DYNAMIC"},{"key":"Server","value":"cloudflare"},{"key":"CF-RAY","value":"7f3872d4eeb8d430-LOS"},{"key":"Content-Encoding","value":"gzip"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": \"success\",\n    \"message\": \"Successful\",\n    \"data\": {\n        \"bvn\": \"22536011111\",\n        \"first_name\": \"JANE\",\n        \"last_name\": \"DOE\",\n        \"bvn_phone_number\": \"07062561111\",\n        \"date_of_birth\": \"1997-09-10T00:00:00.000Z\",\n        \"age\": 25,\n        \"unique_phone_numbers\": 0,\n        \"phone_number\": \"07062561111\",\n        \"unique_emails\": 0,\n        \"email\": \"janedoe@gmail.com\",\n        \"gender\": \"Female\",\n        \"lenders\": 1,\n        \"first_account\": \"2020-11-16T10:49:57.000Z\",\n        \"last_account\": \"2023-06-26T07:56:37.000Z\",\n        \"failed_selfie_bvn_check\": 0,\n        \"lending_lenders\": 0,\n        \"loans\": 0,\n        \"loan_amount\": 0,\n        \"loan_amount_minimum\": 0,\n        \"loan_amount_maximum\": 150000,\n        \"loan_amount_average\": 5892.954545,\n        \"settled_loans\": 0,\n        \"settled_loan_amount\": 0,\n        \"settled_loan_amount_paid\": 0,\n        \"running_loans\": 0,\n        \"running_loan_amount\": 0,\n        \"past_due_loans\": 0,\n        \"past_due_loan_amount\": 0,\n        \"past_due_loan_amount_due\": 2000,\n        \"penalty\": 0,\n        \"penalty_paid\": 0,\n        \"delayed_paid_loans\": 0,\n        \"delayed_paid_loan_amount\": 0,\n        \"delayed_paid_loans_trials\": 0,\n        \"delayed_paid_loans_avg\": 0,\n        \"delayed_paid_loans_trials_max\": 0,\n        \"delayed_paid_loans_trials_min\": 0,\n        \"first_loan_date\": \"2020-12-24T07:54:37.000Z\",\n        \"last_loan_date\": \"2023-07-20T11:38:02.000Z\",\n        \"loan_requests\": 0,\n        \"failed_loan_requests\": 0,\n        \"logins\": 115,\n        \"first_login\": \"2023-06-01T12:32:27.000Z\",\n        \"last_login\": \"2023-08-08T08:23:49.000Z\",\n        \"unique_login_ips\": 0,\n        \"unique_device_ids\": 0,\n        \"distinct_mobile_os\": 0,\n        \"duplicated_devices\": 0,\n        \"shared_device_users\": 0,\n        \"credit_delinquency\": 0,\n        \"processed_on\": \"2023-08-08T14:02:33.000Z\"\n    },\n    \"meta\": {\n        \"cost\": 25,\n        \"balance\": 1590\n    }\n}"}],"_postman_id":"7530013a-3530-44b7-bc80-3f4d6e6b0f6c"},{"name":"Verify Custormer NIN","id":"a330e931-7dbb-4fd2-ab98-a3fb870c48f9","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://adjutor.lendsqr.com/v2/verification/nin/:nin","description":"<p>This endpoint allows for real-time verification of an individual's National Identification Number (NIN) , thereby providing an additional layer of security and accuracy in customer information validation.</p>\n<h4 id=\"path-variables\">Path Variables</h4>\n<p><strong>nin</strong> *<br />NIN of the person to be checked.</p>\n<h4 id=\"response-fields\">Response Fields</h4>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><strong>nin</strong> ˢᵗʳⁱⁿᵍ <br />National Identity Number (e.g., <em>\"32345678901\"</em>)</td>\n</tr>\n<tr>\n<td><strong>first_name</strong> ˢᵗʳⁱⁿᵍ <br />First name of the individual (e.g., <em>\"John\"</em>)</td>\n</tr>\n<tr>\n<td><strong>middle_name</strong> ˢᵗʳⁱⁿᵍ <br />Middle name of the individual (e.g., <em>\"Frank\"</em>)</td>\n</tr>\n<tr>\n<td><strong>last_name</strong> ˢᵗʳⁱⁿᵍ <br />Last name of the individual (e.g., <em>\"Doe\"</em>)</td>\n</tr>\n<tr>\n<td><strong>dob</strong> ᵈᵃᵗᵉ <br />Date of birth in ISO format (e.g., <em>\"1997-09-10\"</em>)</td>\n</tr>\n<tr>\n<td><strong>mobile</strong> ˢᵗʳⁱⁿᵍ <br />Primary phone number (e.g., <em>\"08081234561\"</em>)</td>\n</tr>\n<tr>\n<td><strong>registration_date</strong> ˢᵗʳⁱⁿᵍ <br />User NIN registration date in ISO format (e.g., <em>\"2020-01-01\"</em>)</td>\n</tr>\n<tr>\n<td><strong>email</strong> ˢᵗʳⁱⁿᵍ <br />Email address (e.g., <em><a href=\"mailto:johndoe@example.com\">johndoe@example.com</a></em>)</td>\n</tr>\n<tr>\n<td><strong>gender</strong> ˢᵗʳⁱⁿᵍ <br />Gender of the individual (e.g., <em>\"Female\"</em>)</td>\n</tr>\n<tr>\n<td><strong>marital_status</strong> ˢᵗʳⁱⁿᵍ <br />Marital status of the individual (e.g., <em>\"Single\"</em>)</td>\n</tr>\n<tr>\n<td><strong>state_of_residence</strong> ˢᵗʳⁱⁿᵍ <br />State of residence of the individual (e.g., <em>\"Lagos\"</em>)</td>\n</tr>\n<tr>\n<td><strong>image_url</strong> ˢᵗʳⁱⁿᵍ <br />NIN Image URL (e.g., <em><a href=\"https://documents.lendsqr.com/image_url.png\">https://documents.lendsqr.com/image_url.png</a></em>)</td>\n</tr>\n</tbody>\n</table>\n</div>","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<your-api-token>"}]},"isInherited":true,"source":{"_postman_id":"9a2d86b7-a837-4de9-8302-3f37b628d40e","id":"9a2d86b7-a837-4de9-8302-3f37b628d40e","name":"Adjutor API Service","type":"collection"}},"urlObject":{"path":["nin",":nin"],"host":["https://adjutor.lendsqr.com/v2/verification"],"query":[],"variable":[{"id":"825d2060-ea6f-49a2-bfda-c8c2c81da272","type":"any","value":"","key":"nin"}]}},"response":[{"id":"65d62ad1-38e0-44ce-b56a-82cb3e1a8621","name":"Verify Custormer NIN","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://adjutor.lendsqr.com/v2/verification/nin/:nin","host":["https://adjutor.lendsqr.com/v2/verification"],"path":["nin",":nin"],"variable":[{"key":"nin","value":"70123456789","description":"National Identity Number"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Tue, 08 Aug 2023 14:28:56 GMT","enabled":true},{"key":"Content-Type","value":"application/json; charset=utf-8","enabled":true},{"key":"Transfer-Encoding","value":"chunked","enabled":true},{"key":"Connection","value":"keep-alive","enabled":true},{"key":"X-Powered-By","value":"Express","enabled":true},{"key":"X-Request-ID","value":"a7855073-2a36-4924-a21f-077ef89219c0","enabled":true},{"key":"Last-Modified","value":"Tue, 08 Aug 2023 14:28:55 GMT","enabled":true},{"key":"ETag","value":"W/\"591-Cd5yroepYTa3PyDTbhzMyhKotAE\"","enabled":true},{"key":"CF-Cache-Status","value":"DYNAMIC","enabled":true},{"key":"Server","value":"cloudflare","enabled":true},{"key":"CF-RAY","value":"7f3872d4eeb8d430-LOS","enabled":true},{"key":"Content-Encoding","value":"gzip","enabled":true}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": \"success\",\n    \"message\": \"Successful\",\n    \"data\": {\n        \"nin\": \"70123456789\",\n        \"first_name\": \"John\",\n        \"middle_name\": \"Doe\",\n        \"last_name\": \"Frank\",\n        \"dob\": \"1982-01-01\",\n        \"formatted_dob\": \"1982-01-01\",\n        \"mobile2\": \"08081234561\",\n        \"mobile\": \"08081234561\",\n        \"registration_date\": \"2020-01-01\",\n        \"email\": \"email@example.com\",\n        \"gender\": \"Male\",\n        \"marital_status\": \"single\",\n        \"state_of_residence\": \"lagos\",\n        \"base64Image\": \"[base64Image]\",\n        \"image_url\": \"https://documents.lendsqr.com/image_url.png\"\n    },\n    \"meta\": {\n        \"cost\": 45,\n        \"balance\": 3435\n    }\n}"}],"_postman_id":"a330e931-7dbb-4fd2-ab98-a3fb870c48f9"}],"id":"c40907bb-19d3-49c3-a8b3-17ace4b2ca40","description":"<p>The Validation APIs are resources and tools for validating customer information. These validation processes make use of APIs that allow you to confirm the accuracy of customer information using their Bank Verification Numbers (BVNs), email addresses, or phone numbers.</p>\n<p>The APIs are designed to help you ensure that customer information is accurate and up-to-date, providing you with a reliable and efficient method for validating customer data.</p>\n","_postman_id":"c40907bb-19d3-49c3-a8b3-17ace4b2ca40","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<your-api-token>"}]},"isInherited":true,"source":{"_postman_id":"9a2d86b7-a837-4de9-8302-3f37b628d40e","id":"9a2d86b7-a837-4de9-8302-3f37b628d40e","name":"Adjutor API Service","type":"collection"}}},{"name":"Credit Bureaus 🇳🇬","item":[{"name":"Get Credit Report from CRC Credit Bureau","id":"8d19c5d1-450c-43ca-b136-6f9541ee5603","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"body":{"mode":"raw","raw":""},"url":"https://adjutor.lendsqr.com/v2/creditbureaus/crc/:bvn","description":"<p>This request is used to check the CRC database for the credit history of a customer using their BVN.</p>\n<h4 id=\"path-variables\">Path Variables</h4>\n<p><strong>bvn</strong> *<br />BVN of the customer whoses credit history you aim to fetch</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<your-api-token>"}]},"isInherited":true,"source":{"_postman_id":"9a2d86b7-a837-4de9-8302-3f37b628d40e","id":"9a2d86b7-a837-4de9-8302-3f37b628d40e","name":"Adjutor API Service","type":"collection"}},"urlObject":{"path":["crc",":bvn"],"host":["https://adjutor.lendsqr.com/v2/creditbureaus"],"query":[],"variable":[{"description":{"content":"<p>This must be a valid Bank Verification Number</p>\n","type":"text/plain"},"type":"any","value":"","key":"bvn"}]}},"response":[{"id":"52475fb1-f5f0-4bb8-9912-86a5da97cd39","name":"Get Credit Report from CRC Credit Bureau","originalRequest":{"method":"GET","header":[],"body":{"mode":"raw","raw":""},"url":{"raw":"https://adjutor.lendsqr.com/v2/creditbureaus/crc/:bvn","host":["https://adjutor.lendsqr.com/v2/creditbureaus"],"path":["crc",":bvn"],"variable":[{"key":"bvn","value":"22293381111"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Tue, 08 Aug 2023 14:45:13 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"X-Powered-By","value":"Express"},{"key":"X-Request-ID","value":"b0a64f17-3b9c-486a-bcd9-238c74c8dc6b"},{"key":"Last-Modified","value":"Tue, 08 Aug 2023 14:45:11 GMT"},{"key":"ETag","value":"W/\"3a9-O71eH/thvISxq/G7zT9AeNi1Bl4\""},{"key":"CF-Cache-Status","value":"DYNAMIC"},{"key":"Server","value":"cloudflare"},{"key":"CF-RAY","value":"7f388aa9590fc4fc-LOS"},{"key":"Content-Encoding","value":"gzip"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": \"success\",\n    \"message\": \"Successful\",\n    \"data\": {\n        \"consdisclaimer\": {\n            \"getdisclaimercontent\": {\n                \"_x0031_\": \"1\"\n            }\n        },\n        \"consumer_relation\": \"\",\n        \"last_checked_date\": \"2023-06-29 12:00:40\",\n        \"credit_nano_summary\": {\n            \"summary\": {\n                \"last_reported_date\": \"31-MAY-2023\",\n                \"has_creditfacilities\": \"YES\",\n                \"no_of_delinqcreditfacilities\": \"2\"\n            }\n        },\n        \"mfcredit_nano_summary\": {\n            \"summary\": {\n                \"last_reported_date\": \"31-MAY-2023\",\n                \"has_creditfacilities\": \"YES\",\n                \"no_of_delinqcreditfacilities\": \"1\"\n            }\n        },\n        \"mgcredit_nano_summary\": {\n            \"summary\": {\n                \"has_creditfacilities\": \"NO\",\n                \"no_of_delinqcreditfacilities\": \"0\"\n            }\n        },\n        \"nano_consumer_profile\": {\n            \"consumer_details\": {\n                \"name\": \"JOHN DOE\",\n                \"ruid\": \"1112020002201111\",\n                \"gender\": \"001\",\n                \"last_name\": \"DOE\",\n                \"first_name\": \"JOHN\",\n                \"citizenship\": \"NG\",\n                \"date_of_birth\": \"01-OCT-1960\",\n                \"identification\": {\n                    \"ruid\": \"1112020002201111\",\n                    \"id_value\": \"22293381111\",\n                    \"source_id\": \"BVN\",\n                    \"id_display_name\": \"Business Verification Number\"\n                }\n            }\n        }\n    },\n    \"meta\": {\n        \"cost\": 100,\n        \"balance\": 1355\n    }\n}"}],"_postman_id":"8d19c5d1-450c-43ca-b136-6f9541ee5603"},{"name":"Get Credit Report from FirstCentral Credit Bureau","id":"89a04480-4a51-46c4-8342-3dc84e411077","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://adjutor.lendsqr.com/v2/creditbureaus/firstcentral/:bvn","description":"<p>This request is used to check the CRC database for the credit history of a customer using their BVN.</p>\n<h4 id=\"path-variables\">Path Variables</h4>\n<p><strong>bvn</strong> *<br />BVN of the customer whoses credit history you aim to fetch</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<your-api-token>"}]},"isInherited":true,"source":{"_postman_id":"9a2d86b7-a837-4de9-8302-3f37b628d40e","id":"9a2d86b7-a837-4de9-8302-3f37b628d40e","name":"Adjutor API Service","type":"collection"}},"urlObject":{"path":["firstcentral",":bvn"],"host":["https://adjutor.lendsqr.com/v2/creditbureaus"],"query":[],"variable":[{"description":{"content":"<p>This must be a valid Bank Verification Number</p>\n","type":"text/plain"},"type":"any","value":"","key":"bvn"}]}},"response":[{"id":"ae182362-dc18-46de-9a46-ddd3a0a3be7a","name":"Get Credit Report from FirstCentral Credit Bureau","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://adjutor.lendsqr.com/v2/creditbureaus/firstcentral/:bvn","host":["https://adjutor.lendsqr.com/v2/creditbureaus"],"path":["firstcentral",":bvn"],"variable":[{"key":"bvn","value":"22293381111"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Mon, 14 Aug 2023 13:26:10 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"X-Powered-By","value":"Express"},{"key":"X-Request-ID","value":"215fcd37-0d7f-4fc8-9031-7fa20e55bad0"},{"key":"Last-Modified","value":"Mon, 14 Aug 2023 13:26:10 GMT"},{"key":"ETag","value":"W/\"5da-eIapFMBHh+VQsgkRqx4HYnwZad4\""},{"key":"CF-Cache-Status","value":"DYNAMIC"},{"key":"Server","value":"cloudflare"},{"key":"CF-RAY","value":"7f698727981103d6-LIS"},{"key":"Content-Encoding","value":"gzip"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": \"success\",\n    \"message\": \"Successful\",\n    \"data\": [\n        {\n            \"SubjectList\": [\n                {\n                    \"Reference\": \"2663443\",\n                    \"ConsumerID\": \"2663443\",\n                    \"SearchOutput\": \"DOE JANE, dantata estate kubwa abuja\"\n                }\n            ]\n        },\n        {\n            \"PersonalDetailsSummary\": [\n                {\n                    \"Gender\": \"Female\",\n                    \"Header\": \"PERSONAL DETAILS SUMMARY: DOE JANE\",\n                    \"Surname\": \"DOE\",\n                    \"BirthDate\": \"19/03/1997\",\n                    \"FirstName\": \"JANE\",\n                    \"OtheridNo\": \"\",\n                    \"CellularNo\": \"2348169591111\",\n                    \"ConsumerID\": \"2663443\",\n                    \"Dependants\": \"0\",\n                    \"OtherNames\": \"\",\n                    \"PassportNo\": null,\n                    \"PencomIDNo\": \"\",\n                    \"Nationality\": \"Nigeria\",\n                    \"ReferenceNo\": null,\n                    \"EmailAddress\": \"\",\n                    \"NationalIDNo\": \"\",\n                    \"MaritalStatus\": null,\n                    \"EmployerDetail\": null,\n                    \"PostalAddress1\": \"DANTATA ESTATE ABUJA FEDERAL CAPITAL TERRITORY\",\n                    \"PostalAddress2\": \"15\",\n                    \"PostalAddress3\": \"\",\n                    \"PostalAddress4\": \" Nigeria\",\n                    \"HomeTelephoneNo\": \"2348169591111\",\n                    \"WorkTelephoneNo\": \"2348169591111\",\n                    \"DriversLicenseNo\": null,\n                    \"PropertyOwnedType\": \"\",\n                    \"BankVerificationNo\": \"22293381111\",\n                    \"ResidentialAddress1\": \"10nasiru dantata estate kubwa abuja\",\n                    \"ResidentialAddress2\": \"\",\n                    \"ResidentialAddress3\": \"\",\n                    \"ResidentialAddress4\": \" \"\n                }\n            ]\n        },\n        {\n            \"CreditSummary\": [\n                {\n                    \"NumberofAccountsInBadStanding\": \"0\",\n                    \"TotalNumberOfAccountsReported\": \"6\",\n                    \"NumberOfAccountsInGoodStanding\": \"6\"\n                }\n            ]\n        },\n        {\n            \"PerformanceClassification\": [\n                {\n                    \"NoOfLoansLost\": \"0\",\n                    \"NoOfLoansDoubtful\": \"0\",\n                    \"NoOfLoansPerforming\": \"6\",\n                    \"NoOfLoansSubstandard\": \"1\"\n                }\n            ]\n        },\n        {\n            \"EnquiryDetails\": [\n                {\n                    \"ProductID\": \"63\",\n                    \"MatchingRate\": \"90\",\n                    \"SubscriberEnquiryEngineID\": \"179484634\",\n                    \"SubscriberEnquiryResultID\": \"22059650\"\n                }\n            ]\n        }\n    ],\n    \"meta\": {\n        \"cost\": 100,\n        \"balance\": 1025\n    }\n}"}],"_postman_id":"89a04480-4a51-46c4-8342-3dc84e411077"}],"id":"e1a99876-e6f8-4937-96ec-3a3516f52fd0","description":"<p>The Credit Bureaus folder contains resources and tools for accessing credit information through credit bureau integrations.</p>\n","_postman_id":"e1a99876-e6f8-4937-96ec-3a3516f52fd0","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<your-api-token>"}]},"isInherited":true,"source":{"_postman_id":"9a2d86b7-a837-4de9-8302-3f37b628d40e","id":"9a2d86b7-a837-4de9-8302-3f37b628d40e","name":"Adjutor API Service","type":"collection"}}},{"name":"Direct Debit 🇳🇬","item":[{"name":"Banks","item":[{"name":"Get All Banks","id":"acd6641b-0fa8-41a1-8ec5-68c18f4ca5f7","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"body":{"mode":"raw","raw":"","options":{"raw":{"language":"json"}}},"url":"https://adjutor.lendsqr.com/v2/direct-debit/banks?limit=100&page=1&sort_dir=ASC","description":"<p>This endpoints returns the lis of banks able to provide direct debit authorizations on their customers' accounts.</p>\n<h4 id=\"response-body-fields\">Response Body Fields</h4>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>id ⁱⁿᵗᵉᵍᵉʳ  <br />Unique identifier for the bank.</td>\n</tr>\n<tr>\n<td>name ˢᵗʳⁱⁿᵍ  <br />Name of the bank.</td>\n</tr>\n<tr>\n<td>bank_code ˢᵗʳⁱⁿᵍ  <br />This is the CBN code associated with the bank. It is usually 3 digits for commercial banks and 5 digits for microfinance banks.</td>\n</tr>\n<tr>\n<td>institution_code ˢᵗʳⁱⁿᵍ  <br />This is the NIBSS code associated with the bank. It is usually 6 digits long. For commercial banks, the code is in the format 0000XX where X is from 0 to 99.</td>\n</tr>\n<tr>\n<td>url ˢᵗʳⁱⁿᵍ  <br />URL pointing to the bank's logo or image.</td>\n</tr>\n</tbody>\n</table>\n</div>","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<your-api-token>"}]},"isInherited":true,"source":{"_postman_id":"9a2d86b7-a837-4de9-8302-3f37b628d40e","id":"9a2d86b7-a837-4de9-8302-3f37b628d40e","name":"Adjutor API Service","type":"collection"}},"urlObject":{"path":["banks"],"host":["https://adjutor.lendsqr.com/v2/direct-debit"],"query":[{"key":"limit","value":"100"},{"key":"page","value":"1"},{"key":"sort_dir","value":"ASC"}],"variable":[]}},"response":[{"id":"25b0db70-cd72-43cc-acc6-3ec654d13dfb","name":"Get All Banks","originalRequest":{"method":"GET","header":[],"body":{"mode":"raw","raw":"","options":{"raw":{"language":"json"}}},"url":{"raw":"https://adjutor.lendsqr.com/v2/direct-debit/banks?limit=100&page=1&sort_dir=ASC","host":["https://adjutor.lendsqr.com/v2/direct-debit"],"path":["banks"],"query":[{"key":"limit","value":"100"},{"key":"page","value":"1"},{"key":"sort_dir","value":"ASC"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"X-Powered-By","value":"Express"},{"key":"X-Request-ID","value":"713b4442-1cf6-46bb-8a39-85de0ad54d89"},{"key":"Last-Modified","value":"Wed, 27 Mar 2024 16:28:29 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"6395"},{"key":"ETag","value":"W/\"18fb-Pj1/ZMbxWk/ZZFF1vrvEYAOh3tM\""},{"key":"Date","value":"Wed, 27 Mar 2024 16:28:31 GMT"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=5"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": \"success\",\n    \"message\": \"success\",\n    \"data\": {\n        \"data\": [\n            {\n                \"id\": 1,\n                \"name\": \"Access Bank\",\n                \"bank_code\": \"044\",\n                \"institution_code\": \"000014\",\n                \"url\": \"https://lendstack-s3.s3.us-east-2.amazonaws.com/bank_logos/044.png\",\n                \"activation_amount\": \"50.00\",\n                \"meta\": \"{\\\"mandate-activation-amount\\\":50,\\\"mandate-activation-bank\\\":\\\"Paystack-Titan\\\",\\\"mandate-activation-account-number\\\":\\\"9880218357\\\"}\"\n            },\n            {\n                \"id\": 7,\n                \"name\": \"Ecobank Nigeria\",\n                \"bank_code\": \"050\",\n                \"institution_code\": \"000010\",\n                \"url\": \"https://lendstack-s3.s3.us-east-2.amazonaws.com/bank_logos/050.png\",\n                \"activation_amount\": \"50.00\",\n                \"meta\": \"{\\\"mandate-activation-amount\\\":50,\\\"mandate-activation-bank\\\":\\\"Paystack-Titan\\\",\\\"mandate-activation-account-number\\\":\\\"9880218357\\\"}\"\n            },\n            {\n                \"id\": 11,\n                \"name\": \"Fidelity Bank\",\n                \"bank_code\": \"070\",\n                \"institution_code\": \"000007\",\n                \"url\": \"https://lendstack-s3.s3.us-east-2.amazonaws.com/bank_logos/070.png\",\n                \"activation_amount\": \"50.00\",\n                \"meta\": \"{\\\"mandate-activation-amount\\\":50,\\\"mandate-activation-bank\\\":\\\"Paystack-Titan\\\",\\\"mandate-activation-account-number\\\":\\\"9880218357\\\"}\"\n            },\n            {\n                \"id\": 10,\n                \"name\": \"First Bank of Nigeria\",\n                \"bank_code\": \"011\",\n                \"institution_code\": \"000016\",\n                \"url\": \"https://lendstack-s3.s3.us-east-2.amazonaws.com/bank_logos/011.png\",\n                \"activation_amount\": \"50.00\",\n                \"meta\": \"{\\\"mandate-activation-amount\\\":50,\\\"mandate-activation-bank\\\":\\\"Paystack-Titan\\\",\\\"mandate-activation-account-number\\\":\\\"9880218357\\\"}\"\n            },\n            {\n                \"id\": 12,\n                \"name\": \"First City Monument Bank\",\n                \"bank_code\": \"214\",\n                \"institution_code\": \"000003\",\n                \"url\": \"https://lendstack-s3.s3.us-east-2.amazonaws.com/bank_logos/214.png\",\n                \"activation_amount\": \"50.00\",\n                \"meta\": \"{\\\"mandate-activation-amount\\\":50,\\\"mandate-activation-bank\\\":\\\"Paystack-Titan\\\",\\\"mandate-activation-account-number\\\":\\\"9880218357\\\"}\"\n            },\n            {\n                \"id\": 16,\n                \"name\": \"Guaranty Trust Bank\",\n                \"bank_code\": \"058\",\n                \"institution_code\": \"000013\",\n                \"url\": \"https://lendstack-s3.s3.us-east-2.amazonaws.com/bank_logos/058.png\",\n                \"activation_amount\": \"50.00\",\n                \"meta\": \"{\\\"mandate-activation-amount\\\":50,\\\"mandate-activation-bank\\\":\\\"Paystack-Titan\\\",\\\"mandate-activation-account-number\\\":\\\"9880218357\\\"}\"\n            },\n            {\n                \"id\": 18,\n                \"name\": \"Keystone Bank\",\n                \"bank_code\": \"082\",\n                \"institution_code\": \"000002\",\n                \"url\": \"https://lendstack-s3.s3.us-east-2.amazonaws.com/bank_logos/082.png\",\n                \"activation_amount\": \"50.00\",\n                \"meta\": \"{\\\"mandate-activation-amount\\\":50,\\\"mandate-activation-bank\\\":\\\"Paystack-Titan\\\",\\\"mandate-activation-account-number\\\":\\\"9880218357\\\"}\"\n            },\n            {\n                \"id\": 22,\n                \"name\": \"Kuda Bank\",\n                \"bank_code\": \"50211\",\n                \"institution_code\": \"090267\",\n                \"url\": \"https://lendstack-s3.s3.us-east-2.amazonaws.com/bank_logos/50211.png\",\n                \"activation_amount\": \"50.00\",\n                \"meta\": \"{\\\"mandate-activation-amount\\\":50,\\\"mandate-activation-bank\\\":\\\"Paystack-Titan\\\",\\\"mandate-activation-account-number\\\":\\\"9880218357\\\"}\"\n            },\n            {\n                \"id\": 25,\n                \"name\": \"Polaris Bank\",\n                \"bank_code\": \"076\",\n                \"institution_code\": \"000008\",\n                \"url\": \"https://lendstack-s3.s3.us-east-2.amazonaws.com/bank_logos/076.png\",\n                \"activation_amount\": \"50.00\",\n                \"meta\": \"{\\\"mandate-activation-amount\\\":50,\\\"mandate-activation-bank\\\":\\\"Paystack-Titan\\\",\\\"mandate-activation-account-number\\\":\\\"9880218357\\\"}\"\n            },\n            {\n                \"id\": 24,\n                \"name\": \"Providus Bank\",\n                \"bank_code\": \"101\",\n                \"institution_code\": \"000023\",\n                \"url\": \"https://lendstack-s3.s3.us-east-2.amazonaws.com/bank_logos/101.png\",\n                \"activation_amount\": \"50.00\",\n                \"meta\": \"{\\\"mandate-activation-amount\\\":50,\\\"mandate-activation-bank\\\":\\\"Paystack-Titan\\\",\\\"mandate-activation-account-number\\\":\\\"9880218357\\\"}\"\n            },\n            {\n                \"id\": 27,\n                \"name\": \"Stanbic IBTC Bank\",\n                \"bank_code\": \"221\",\n                \"institution_code\": \"000012\",\n                \"url\": \"https://lendstack-s3.s3.us-east-2.amazonaws.com/bank_logos/221.png\",\n                \"activation_amount\": \"50.00\",\n                \"meta\": \"{\\\"mandate-activation-amount\\\":50,\\\"mandate-activation-bank\\\":\\\"Paystack-Titan\\\",\\\"mandate-activation-account-number\\\":\\\"9880218357\\\"}\"\n            },\n            {\n                \"id\": 28,\n                \"name\": \"Standard Chartered Bank\",\n                \"bank_code\": \"068\",\n                \"institution_code\": \"000021\",\n                \"url\": \"https://lendstack-s3.s3.us-east-2.amazonaws.com/bank_logos/068.png\",\n                \"activation_amount\": \"100.00\",\n                \"meta\": \"{\\\"mandate-activation-amount\\\":100,\\\"mandate-activation-bank\\\":\\\"Paystack-Titan\\\",\\\"mandate-activation-account-number\\\":\\\"9880218357\\\"}\"\n            },\n            {\n                \"id\": 29,\n                \"name\": \"Sterling Bank\",\n                \"bank_code\": \"232\",\n                \"institution_code\": \"000001\",\n                \"url\": \"https://lendstack-s3.s3.us-east-2.amazonaws.com/bank_logos/232.png\",\n                \"activation_amount\": \"50.00\",\n                \"meta\": \"{\\\"mandate-activation-amount\\\":50,\\\"mandate-activation-bank\\\":\\\"Paystack-Titan\\\",\\\"mandate-activation-account-number\\\":\\\"9880218357\\\"}\"\n            },\n            {\n                \"id\": 34,\n                \"name\": \"Suntrust Bank\",\n                \"bank_code\": \"100\",\n                \"institution_code\": \"000022\",\n                \"url\": \"https://lendstack-s3.s3.us-east-2.amazonaws.com/bank_logos/100.png\",\n                \"activation_amount\": \"50.00\",\n                \"meta\": \"{\\\"mandate-activation-amount\\\":50,\\\"mandate-activation-bank\\\":\\\"Paystack-Titan\\\",\\\"mandate-activation-account-number\\\":\\\"9880218357\\\"}\"\n            },\n            {\n                \"id\": 36,\n                \"name\": \"Union Bank of Nigeria\",\n                \"bank_code\": \"032\",\n                \"institution_code\": \"000018\",\n                \"url\": \"https://lendstack-s3.s3.us-east-2.amazonaws.com/bank_logos/032.png\",\n                \"activation_amount\": \"100.00\",\n                \"meta\": \"{\\\"mandate-activation-amount\\\":100,\\\"mandate-activation-bank\\\":\\\"Paystack-Titan\\\",\\\"mandate-activation-account-number\\\":\\\"9880218357\\\"}\"\n            },\n            {\n                \"id\": 40,\n                \"name\": \"United Bank For Africa\",\n                \"bank_code\": \"033\",\n                \"institution_code\": \"000004\",\n                \"url\": \"https://lendstack-s3.s3.us-east-2.amazonaws.com/bank_logos/033.png\",\n                \"activation_amount\": \"50.00\",\n                \"meta\": \"{\\\"mandate-activation-amount\\\":50,\\\"mandate-activation-bank\\\":\\\"Paystack-Titan\\\",\\\"mandate-activation-account-number\\\":\\\"9880218357\\\"}\"\n            },\n            {\n                \"id\": 37,\n                \"name\": \"Unity Bank\",\n                \"bank_code\": \"215\",\n                \"institution_code\": \"000011\",\n                \"url\": \"https://lendstack-s3.s3.us-east-2.amazonaws.com/bank_logos/215.png\",\n                \"activation_amount\": \"100.00\",\n                \"meta\": \"{\\\"mandate-activation-amount\\\":100,\\\"mandate-activation-bank\\\":\\\"Paystack-Titan\\\",\\\"mandate-activation-account-number\\\":\\\"9880218357\\\"}\"\n            },\n            {\n                \"id\": 2,\n                \"name\": \"Wema Bank\",\n                \"bank_code\": \"035\",\n                \"institution_code\": \"000017\",\n                \"url\": \"https://lendstack-s3.s3.us-east-2.amazonaws.com/bank_logos/035.png\",\n                \"activation_amount\": \"50.00\",\n                \"meta\": \"{\\\"mandate-activation-amount\\\":50,\\\"mandate-activation-bank\\\":\\\"Paystack-Titan\\\",\\\"mandate-activation-account-number\\\":\\\"9880218357\\\"}\"\n            },\n            {\n                \"id\": 41,\n                \"name\": \"Zenith Bank\",\n                \"bank_code\": \"057\",\n                \"institution_code\": \"000015\",\n                \"url\": \"https://lendstack-s3.s3.us-east-2.amazonaws.com/bank_logos/057.png\",\n                \"activation_amount\": \"50.00\",\n                \"meta\": \"{\\\"mandate-activation-amount\\\":50,\\\"mandate-activation-bank\\\":\\\"Paystack-Titan\\\",\\\"mandate-activation-account-number\\\":\\\"9880218357\\\"}\"\n            }\n        ],\n        \"meta\": {\n            \"records\": 19,\n            \"page\": \"1\",\n            \"pages\": 1,\n            \"page_size\": \"100\"\n        }\n    },\n    \"meta\": {\n        \"cost\": 1,\n        \"balance\": 1010\n    }\n}"}],"_postman_id":"acd6641b-0fa8-41a1-8ec5-68c18f4ca5f7"},{"name":"Get Details of a Bank","id":"fd34eb7c-17aa-4799-8802-349ef392eca8","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://adjutor.lendsqr.com/v2/direct-debit/banks/:bank_id","description":"<p>Retrieve the details of a specific account.</p>\n<h4 id=\"query-params\">Query Params</h4>\n<p>bank_id* ⁱⁿᵗᵉᵍᵉʳ \nThe ID of the bank you want to get the details of.</p>\n<h4 id=\"response-body-field\">Response Body Field</h4>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>status ˢᵗʳⁱⁿᵍ <br />The status of the response.</td>\n</tr>\n<tr>\n<td>message ˢᵗʳⁱⁿᵍ <br />A message indicating the result of the operation.</td>\n</tr>\n<tr>\n<td>data ᵒᵇʲᵉᶜᵗ <br />The data object contains specific information related to the response.</td>\n</tr>\n<tr>\n<td>id ⁿᵘᵐᵇᵉʳ <br />The ID associated with the bank.</td>\n</tr>\n<tr>\n<td>bank ˢᵗʳⁱⁿᵍ <br />The name of the bank.</td>\n</tr>\n<tr>\n<td>bank_code ˢᵗʳⁱⁿᵍ <br />The bank code associated with the bank.</td>\n</tr>\n<tr>\n<td>institutional_code ˢᵗʳⁱⁿᵍ <br />The institution code associated with the bank.</td>\n</tr>\n<tr>\n<td>url ˢᵗʳⁱⁿᵍ <br />The URL pointing to the bank's logo image.</td>\n</tr>\n</tbody>\n</table>\n</div>","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<your-api-token>"}]},"isInherited":true,"source":{"_postman_id":"9a2d86b7-a837-4de9-8302-3f37b628d40e","id":"9a2d86b7-a837-4de9-8302-3f37b628d40e","name":"Adjutor API Service","type":"collection"}},"urlObject":{"path":["banks",":bank_id"],"host":["https://adjutor.lendsqr.com/v2/direct-debit"],"query":[],"variable":[{"id":"61cdc5e8-7328-471f-b66d-34d620e615b5","type":"any","value":"1","key":"bank_id"}]}},"response":[{"id":"1dc00e59-fe2d-4567-81c8-4a49f13ddf64","name":"Get Details of a Bank","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://adjutor.lendsqr.com/v2/direct-debit/banks/:bank_id","host":["https://adjutor.lendsqr.com/v2/direct-debit"],"path":["banks",":bank_id"],"variable":[{"id":"61cdc5e8-7328-471f-b66d-34d620e615b5","key":"bank_id","value":"1"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"X-Powered-By","value":"Express"},{"key":"X-Request-ID","value":"c711d34d-4378-472a-a43c-5a603a435c21"},{"key":"Last-Modified","value":"Wed, 27 Mar 2024 16:48:19 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"403"},{"key":"ETag","value":"W/\"193-NjjN04voJ7aLorbmK2F0o9mtDHg\""},{"key":"Date","value":"Wed, 27 Mar 2024 16:48:22 GMT"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=5"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": \"success\",\n    \"message\": \"success\",\n    \"data\": {\n        \"id\": 1,\n        \"name\": \"Access Bank\",\n        \"bank_code\": \"044\",\n        \"institution_code\": \"000014\",\n        \"url\": \"https://lendstack-s3.s3.us-east-2.amazonaws.com/bank_logos/044.png\",\n        \"activation_amount\": \"50.00\",\n        \"meta\": \"{\\\"mandate-activation-amount\\\":50,\\\"mandate-activation-bank\\\":\\\"Paystack-Titan\\\",\\\"mandate-activation-account-number\\\":\\\"9880218357\\\"}\"\n    },\n    \"meta\": {\n        \"cost\": 1,\n        \"balance\": 1010\n    }\n}"}],"_postman_id":"fd34eb7c-17aa-4799-8802-349ef392eca8"},{"name":"Verify Bank Account Number","id":"3bc5a6dc-14eb-4afb-8e36-917a5b27f63d","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"account_number\": \"220000000099\",\n    \"bank_code\": \"057\"\n}","options":{"raw":{"language":"json"}}},"url":"https://adjutor.lendsqr.com/v2/direct-debit/banks/account-lookup","description":"<p>This endpoint is used to verify the validity and details of a Nigerian account number.</p>\n<h4 id=\"request-body\">Request Body</h4>\n<p>account_number* ˢᵗʳⁱⁿᵍ<br />A valid NUBAN account number, which must be 10 digits.</p>\n<p>bank_id* ⁱⁿᵗᵉᵍᵉʳ<br />The identifier of the bank to which the account belongs.</p>\n<h4 id=\"response-body\">Response Body</h4>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>account_name ˢᵗʳⁱⁿᵍ  <br />Name of the account holder associated with the account number.</td>\n</tr>\n<tr>\n<td>bvn ˢᵗʳⁱⁿᵍ  <br />Masked Bank Verification Number (BVN) associated with the account holder (e.g., \"22000000022\" if original is \"22222222222\").</td>\n</tr>\n<tr>\n<td>session_id ˢᵗʳⁱⁿᵍ  <br />Session ID or identifier associated with the account lookup operation.</td>\n</tr>\n</tbody>\n</table>\n</div>","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<your-api-token>"}]},"isInherited":true,"source":{"_postman_id":"9a2d86b7-a837-4de9-8302-3f37b628d40e","id":"9a2d86b7-a837-4de9-8302-3f37b628d40e","name":"Adjutor API Service","type":"collection"}},"urlObject":{"path":["banks","account-lookup"],"host":["https://adjutor.lendsqr.com/v2/direct-debit"],"query":[],"variable":[]}},"response":[{"id":"663e82cf-622d-4f40-aeda-f468a0e13ca9","name":"Verify Bank Account Number","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"account_number\": \"2150302690\",\n    \"bank_code\": \"057\"\n}","options":{"raw":{"language":"json"}}},"url":"https://adjutor.lendsqr.com/v2/direct-debit/banks/account-lookup"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"X-Powered-By","value":"Express"},{"key":"X-Request-ID","value":"ea9bc497-d658-4848-9906-d4d2c5274bcf"},{"key":"Last-Modified","value":"Wed, 27 Mar 2024 16:50:07 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"186"},{"key":"ETag","value":"W/\"ba-/00MCsOg6ox3KzdLPt8n1Zi280k\""},{"key":"Date","value":"Wed, 27 Mar 2024 16:50:11 GMT"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=5"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": \"success\",\n    \"message\": \"success\",\n    \"data\": {\n        \"account_name\": \"vee Test\",\n        \"bvn\": \"220000000099\",\n        \"session_id\": \"999999230427160615129743771734\"\n    },\n    \"meta\": {\n        \"cost\": 1,\n        \"balance\": 1010\n    }\n}"}],"_postman_id":"3bc5a6dc-14eb-4afb-8e36-917a5b27f63d"}],"id":"4cdc01ca-16cd-4d20-b8a8-7a8644bbf91a","description":"<p>These endpoints are used to get the list of Nigerian banks, details of specific banks. They can also be used to bank account verification.</p>\n<h4 id=\"note\">Note</h4>\n<p>Not all banks are included as some banks have either not implemented their direct debit service, or they return DO NOT HONOR on direct debit requests.</p>\n<p>If a bank is missing, please email <a href=\"https://mailto:support@lendsqr.com\">support@lendsqr.com</a> for assistance or more details.</p>\n","_postman_id":"4cdc01ca-16cd-4d20-b8a8-7a8644bbf91a","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<your-api-token>"}]},"isInherited":true,"source":{"_postman_id":"9a2d86b7-a837-4de9-8302-3f37b628d40e","id":"9a2d86b7-a837-4de9-8302-3f37b628d40e","name":"Adjutor API Service","type":"collection"}}},{"name":"Mandates","item":[{"name":"Create Mandate","id":"3e2df0d6-4ed4-4a92-aaa5-27957311795d","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"account_number\": \"2017991793\",\n    \"phone_number\": \"08072444975\",\n    \"debit_type\": \"partial\",\n    \"frequency\": \"daily\",\n    \"bank_code\": \"50211\",\n    \"email\": \"jesutomy.oni@gmail.com\",\n    \"number_of_payments\": 5,\n    \"payment_start_date\": \"2024-11-01\",\n    \"start_date\": \"2024-11-01\",\n    \"end_date\": \"2024-12-30\",\n    \"narration\": \"Rand\",\n    \"address\": \"Ikate\",\n    \"invite\": true,\n    \"amount\": 1500,\n    \"minimum_amount\": 1000,\n    \"type\": \"emandate\"\n}","options":{"raw":{"language":"json"}}},"url":"https://adjutor.lendsqr.com/v2/direct-debit/mandates","description":"<p>This endpoint allows you to create a mandate on a customer's account. The default mandate type is the emandate, which customers can easily activate by themselves.</p>\n<h4 id=\"request-body-fields\">Request Body Fields</h4>\n<p><strong>account_number</strong> * ˢᵗʳⁱⁿᵍ<br />Customer NUBAN account number to create the mandate against.</p>\n<p><strong>phone_number</strong> * ˢᵗʳⁱⁿᵍ<br />The phone number of the customer in the format <code>08012345678</code>.<br />The customer's bank may validate this against their records, so it's best to use the number the customer receives SMS alerts on.</p>\n<p><strong>debit_type</strong> * ˢᵗʳⁱⁿᵍ<br />The type of debit — either <code>all</code> or <code>partial</code>.</p>\n<ul>\n<li><p><code>all</code>The system attempts to debit the full amount.</p>\n</li>\n<li><p><code>partial</code>The system attempts to debit any available amount. Useful for loan repayments.</p>\n</li>\n</ul>\n<p><strong>frequency</strong> ˢᵗʳⁱⁿᵍ<br />The frequency of debiting the mandate. Options: <code>daily</code>, <code>weekly</code>, or <code>monthly</code>.<br />Required if recurring debits are being configured.</p>\n<p><strong>bank_id</strong> * ⁱⁿᵗᵉᵍᵉʳ<br />The ID of the customer's bank, obtained from the Get Bank endpoint.</p>\n<p><strong>email</strong> * ˢᵗʳⁱⁿᵍ<br />Customer's email address.</p>\n<p><strong>start_date</strong> * ˢᵗʳⁱⁿᵍ<br />The start date of the mandate. A mandate cannot be triggered for transactions before this date.</p>\n<p><strong>end_date</strong> * ˢᵗʳⁱⁿᵍ<br />The end date of the mandate. The mandate expires on this date.</p>\n<p><strong>narration</strong> * ˢᵗʳⁱⁿᵍ<br />The narration or description of the mandate.</p>\n<p><strong>address</strong> * ˢᵗʳⁱⁿᵍ<br />Customer's address.</p>\n<p><strong>amount</strong> * ᶠˡᵒᵃᵗ<br />The maximum amount that can be debited in a single attempt.<br />The total amount debited may be a multiple of this, depending on how often the API is called.</p>\n<p><strong>schedule</strong> ᵇᵒᵒˡᵉᵃⁿ<br />Indicates whether the transaction is scheduled (<code>true</code>) or not (<code>false</code>).</p>\n<p><strong>type</strong> ˢᵗʳⁱⁿᵍ<br />Which by default is an e-mandate (<code>emandate</code>).</p>\n<h4 id=\"response-body\">Response Body</h4>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>id ⁱⁿᵗᵉᵍᵉʳ  <br />The ID of the created mandate.</td>\n</tr>\n<tr>\n<td>account_number ˢᵗʳⁱⁿᵍ  <br />The account number associated with the mandate.</td>\n</tr>\n<tr>\n<td>reference_number ˢᵗʳⁱⁿᵍ  <br />A reference number assigned to the mandate.</td>\n</tr>\n<tr>\n<td>account_name ˢᵗʳⁱⁿᵍ  <br />The account name associated with the mandate.</td>\n</tr>\n<tr>\n<td>frequency ˢᵗʳⁱⁿᵍ  <br />The frequency of the mandate (e.g., \"daily\", \"weekly\", \"monthly\").</td>\n</tr>\n<tr>\n<td>bvn ˢᵗʳⁱⁿᵍ  <br />The Bank Verification Number (BVN) associated with the mandate.</td>\n</tr>\n<tr>\n<td>phone_number ˢᵗʳⁱⁿᵍ  <br />The phone number associated with the mandate.</td>\n</tr>\n<tr>\n<td>email ˢᵗʳⁱⁿᵍ  <br />The email address associated with the mandate.</td>\n</tr>\n<tr>\n<td>start_date ˢᵗʳⁱⁿᵍ  <br />The start date of the mandate.</td>\n</tr>\n<tr>\n<td>end_date ˢᵗʳⁱⁿᵍ  <br />The end date of the mandate.</td>\n</tr>\n<tr>\n<td>narration ˢᵗʳⁱⁿᵍ  <br />The narration or description of the mandate.</td>\n</tr>\n<tr>\n<td>address ˢᵗʳⁱⁿᵍ  <br />The address associated with the mandate.</td>\n</tr>\n<tr>\n<td>amount ˢᵗʳⁱⁿᵍ  <br />The amount associated with the mandate.</td>\n</tr>\n<tr>\n<td>status ˢᵗʳⁱⁿᵍ  <br />The status of the mandate (e.g., \"initiated\", \"active\", \"inactive\").</td>\n</tr>\n<tr>\n<td>workflow_status ˢᵗʳⁱⁿᵍ  <br />The workflow status of the mandate.</td>\n</tr>\n<tr>\n<td>debit_type ˢᵗʳⁱⁿᵍ  <br />The debit type of the mandate (e.g., \"all\" or \"partial\").</td>\n</tr>\n<tr>\n<td>type ˢᵗʳⁱⁿᵍ  <br />The type of the mandate (e.g., \"emandate\").</td>\n</tr>\n<tr>\n<td>schedule ᵇᵒᵒˡᵉᵃⁿ  <br />Indicates whether the transaction is scheduled (true) or not (false).</td>\n</tr>\n<tr>\n<td>created_on ˢᵗʳⁱⁿᵍ  <br />The date and time when the mandate was created in ISO 8601 format.</td>\n</tr>\n</tbody>\n</table>\n</div>","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<your-api-token>"}]},"isInherited":true,"source":{"_postman_id":"9a2d86b7-a837-4de9-8302-3f37b628d40e","id":"9a2d86b7-a837-4de9-8302-3f37b628d40e","name":"Adjutor API Service","type":"collection"}},"urlObject":{"path":["mandates"],"host":["https://adjutor.lendsqr.com/v2/direct-debit"],"query":[],"variable":[]}},"response":[{"id":"d6e91e45-55f0-49cc-a3b1-d8d77b569a32","name":"Create E-Mandate","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"account_number\": \"0123456789\",\n    \"phone_number\": \"08123456789\",\n    \"debit_type\": \"all\",\n    \"frequency\": \"daily\",\n    \"bank_code\": \"057\",\n    \"email\": \"email@example.com\",\n    \"number_of_payments\": 6,\n    \"payment_start_date\": \"2023-11-01\",\n    \"start_date\": \"2023-11-01\",\n    \"end_date\": \"2023-12-30\",\n    \"narration\": \"Rand\",\n    \"address\": \"Ikate\",\n    \"invite\": true,\n    \"amount\": 500,\n    \"type\": \"emandate\"\n}","options":{"raw":{"language":"json"}}},"url":"https://adjutor.lendsqr.com/v2/direct-debit/mandates"},"status":"Created","code":201,"_postman_previewlanguage":"json","header":[{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Access-Control-Allow-Credentials","value":"true"},{"key":"Access-Control-Expose-Headers","value":"x-encryption-key,x-encryption-iv"},{"key":"Content-Security-Policy","value":"default-src 'self';base-uri 'self';font-src 'self' https: data:;form-action 'self';frame-ancestors 'self';img-src 'self' data:;object-src 'none';script-src 'self';script-src-attr 'none';style-src 'self' https: 'unsafe-inline';upgrade-insecure-requests"},{"key":"Cross-Origin-Embedder-Policy","value":"require-corp"},{"key":"Cross-Origin-Opener-Policy","value":"same-origin"},{"key":"Cross-Origin-Resource-Policy","value":"same-origin"},{"key":"X-DNS-Prefetch-Control","value":"off"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"Strict-Transport-Security","value":"max-age=15552000; includeSubDomains"},{"key":"X-Download-Options","value":"noopen"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"Origin-Agent-Cluster","value":"?1"},{"key":"X-Permitted-Cross-Domain-Policies","value":"none"},{"key":"Referrer-Policy","value":"no-referrer"},{"key":"X-XSS-Protection","value":"0"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"701"},{"key":"ETag","value":"W/\"2bd-ZnQe3lfyVlBwwznxkAAsV8MX24A\""},{"key":"Date","value":"Fri, 27 Oct 2023 09:51:54 GMT"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=5"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": \"success\",\n    \"message\": \"Mandate created successfully\",\n    \"data\": {\n        \"id\": 55,\n        \"session_id\": \"999999230712125043396550293089\",\n        \"reference_number\": \"RC1153578/1234/999999999\",\n        \"account_number\": \"0123456789\",\n        \"account_name\": \"ADO JOHN SULE\",\n        \"frequency\": \"daily\",\n        \"bvn\": \"\",\n        \"phone_number\": \"08123456789\",\n        \"email\": \"email@example.com\",\n        \"start_date\": \"2023-10-31T23:00:00.000Z\",\n        \"end_date\": \"2023-12-29T23:00:00.000Z\",\n        \"narration\": \"Rand\",\n        \"address\": \"Ikate\",\n        \"minimum_amount\": \"0.00\",\n        \"amount\": \"500.00\",\n        \"status\": \"initiated\",\n        \"schedule\": 0,\n        \"type\": \"emandate\",\n        \"NIBSS_workflow_status\": null,\n        \"NIBSS_workflow_status_description\": null,\n        \"debit_type\": \"all\",\n        \"invite\": true,\n        \"created_on\": \"2023-10-27T08:51:38.000Z\",\n        \"activation_instruction\": \"This emandate is currently in initiated status. To activate, kindly send a N50.00 from the account on which the mandate is set up to undefined at undefined Bank. The activation must be done within 24 hours of set up.\",\n        \"schedules\": []\n    },\n    \"meta\": {\n        \"balance\": 1010\n    }\n}"}],"_postman_id":"3e2df0d6-4ed4-4a92-aaa5-27957311795d"},{"name":"Get All Mandates","id":"dcffda53-6035-427c-aa57-2579c83aa8c6","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://adjutor.lendsqr.com/v2/direct-debit/mandates?limit=10&page=1","description":"<p>This endpoint is used to retrieve mandates or information for all mandates tied to your API key.</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<your-api-token>"}]},"isInherited":true,"source":{"_postman_id":"9a2d86b7-a837-4de9-8302-3f37b628d40e","id":"9a2d86b7-a837-4de9-8302-3f37b628d40e","name":"Adjutor API Service","type":"collection"}},"urlObject":{"path":["mandates"],"host":["https://adjutor.lendsqr.com/v2/direct-debit"],"query":[{"key":"limit","value":"10"},{"key":"page","value":"1"}],"variable":[]}},"response":[{"id":"ec1f7413-5bc9-4441-8c1d-ec2e17caeaf7","name":"Get All Mandates","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://adjutor.lendsqr.com/v2/direct-debit/mandates?limit=10&page=1","host":["https://adjutor.lendsqr.com/v2/direct-debit"],"path":["mandates"],"query":[{"key":"limit","value":"10"},{"key":"page","value":"1"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"X-Powered-By","value":"Express"},{"key":"X-Request-ID","value":"c5aac60f-faca-4ef8-b833-c8e33e49d55d"},{"key":"Last-Modified","value":"Thu, 28 Mar 2024 01:39:18 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"19847"},{"key":"ETag","value":"W/\"4d87-euutde1hC8uaGi+/KLj9cb0KDrk\""},{"key":"Date","value":"Thu, 28 Mar 2024 01:39:22 GMT"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=5"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": \"success\",\n    \"message\": \"success\",\n    \"data\": {\n        \"data\": [\n            {\n                \"id\": 10,\n                \"session_id\": \"999999231016152258600000000000\",\n                \"reference_number\": \"RC00000/1507/000000000000\",\n                \"account_number\": \"2150000090\",\n                \"account_name\": \"TEST ACCOUNT\",\n                \"frequency\": \"daily\",\n                \"bvn\": \"22000000076\",\n                \"phone_number\": \"08130050033\",\n                \"email\": \"email@example.com\",\n                \"start_date\": \"2023-10-31T23:00:00.000Z\",\n                \"end_date\": \"2023-12-29T23:00:00.000Z\",\n                \"narration\": \"Rand\",\n                \"address\": \"Ikate\",\n                \"minimum_amount\": \"0.00\",\n                \"amount\": \"500.00\",\n                \"status\": \"initiated\",\n                \"schedule\": 0,\n                \"type\": \"manual\",\n                \"NIBSS_workflow_status\": null,\n                \"NIBSS_workflow_status_description\": null,\n                \"debit_type\": \"all\",\n                \"created_on\": \"2023-10-16 14:22:59\",\n                \"schedules\": [],\n                \"bank\": {\n                    \"id\": 42,\n                    \"name\": \"Zenith Bank\",\n                    \"bank_code\": \"057\",\n                    \"institution_code\": \"000015\",\n                    \"url\": \"https://lendstack-s3.s3.us-east-2.amazonaws.com/bank_logos/057.png\",\n                    \"meta\": {\n                        \"mandate-activation-amount\": 50,\n                        \"mandate-activation-bank\": \"Paystack-Titan\",\n                        \"mandate-activation-account-number\": \"9880218357\"\n                    }\n                },\n                \"beneficiary\": {\n                    \"id\": 2,\n                    \"account_number\": \"54000000000\",\n                    \"account_name\": \"DD OPERATIONS\",\n                    \"bvn\": \".\",\n                    \"last_transaction_date\": null,\n                    \"status\": \"active\",\n                    \"created_on\": \"2023-09-22 15:29:32\",\n                    \"bank\": {\n                        \"id\": 24,\n                        \"name\": \"Providus Bank\",\n                        \"bank_code\": \"101\",\n                        \"institution_code\": \"000023\",\n                        \"url\": \"https://lendstack-s3.s3.us-east-2.amazonaws.com/bank_logos/101.png\"\n                    }\n                },\n                \"activation_instruction\": \"This mandate is currently in initiated status. To activate, the bank direct debit officers need to log into the NIBSS CMMS platform to authorize or approve. The customer may also call their bank account manager for more details.\"\n            }\n        ],\n        \"meta\": {\n            \"records\": 1,\n            \"page\": \"1\",\n            \"pages\": 1,\n            \"page_size\": \"10\"\n        }\n    },\n    \"meta\": {\n        \"cost\": 1,\n        \"balance\": 1010\n    }\n}"}],"_postman_id":"dcffda53-6035-427c-aa57-2579c83aa8c6"},{"name":"Get Mandate Details","id":"e7ee8f58-b83f-4b92-a1f4-6cb0f2d8a706","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://adjutor.lendsqr.com/v2/direct-debit/mandates?reference_number={{reference_number}}","description":"<p>Retrieves the details of a specific mandate.</p>\n<h4 id=\"query-params\">Query Params</h4>\n<p><strong>reference_number</strong> * ˢᵗʳⁱⁿᵍ<br />The reference number of the mandate for which you want the details.</p>\n<h4 id=\"response-body\">Response Body</h4>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><strong>account_number</strong> ˢᵗʳⁱⁿᵍ  <br />The account number associated with the mandate.</td>\n</tr>\n<tr>\n<td><strong>account_name</strong> ˢᵗʳⁱⁿᵍ  <br />The account name associated with the mandate.</td>\n</tr>\n<tr>\n<td><strong>frequency</strong> ˢᵗʳⁱⁿᵍ  <br />The frequency of the mandate (e.g., *\"daily\"<em>, *\"weekly\"</em>, *\"monthly\"*).</td>\n</tr>\n<tr>\n<td><strong>bvn</strong> ˢᵗʳⁱⁿᵍ  <br />The Bank Verification Number (BVN) associated with the mandate.</td>\n</tr>\n<tr>\n<td><strong>phone_number</strong> ˢᵗʳⁱⁿᵍ  <br />The phone number associated with the mandate.</td>\n</tr>\n<tr>\n<td><strong>email</strong> ˢᵗʳⁱⁿᵍ  <br />The email address associated with the mandate.</td>\n</tr>\n<tr>\n<td><strong>start_date</strong> ˢᵗʳⁱⁿᵍ  <br />The start date of the mandate.</td>\n</tr>\n<tr>\n<td><strong>end_date</strong> ˢᵗʳⁱⁿᵍ  <br />The end date of the mandate.</td>\n</tr>\n<tr>\n<td><strong>narration</strong> ˢᵗʳⁱⁿᵍ  <br />The narration or description of the mandate.</td>\n</tr>\n<tr>\n<td><strong>address</strong> ˢᵗʳⁱⁿᵍ  <br />The address associated with the mandate.</td>\n</tr>\n<tr>\n<td><strong>amount</strong> ˢᵗʳⁱⁿᵍ  <br />The amount associated with the mandate.</td>\n</tr>\n<tr>\n<td><strong>status</strong> ˢᵗʳⁱⁿᵍ  <br />The status of the mandate (e.g., *\"initiated\"<em>, *\"active\"</em>, *\"inactive\"<em>, *\"pending\"</em>).</td>\n</tr>\n<tr>\n<td><strong>workflow_status</strong> ˢᵗʳⁱⁿᵍ  <br />The workflow status of the mandate.</td>\n</tr>\n<tr>\n<td><strong>debit_type</strong> ˢᵗʳⁱⁿᵍ  <br />The debit type of the mandate (e.g., *\"All\"<em>, *\"Partial\"</em>).</td>\n</tr>\n<tr>\n<td><strong>created_on</strong> ˢᵗʳⁱⁿᵍ  <br />The date and time when the mandate was created.</td>\n</tr>\n<tr>\n<td><strong>bank.name</strong> ˢᵗʳⁱⁿᵍ  <br />The name of the bank associated with the mandate.</td>\n</tr>\n<tr>\n<td><strong>bank.bank_code</strong> ˢᵗʳⁱⁿᵍ  <br />The bank code of the bank associated with the mandate.</td>\n</tr>\n<tr>\n<td><strong>bank.institution_code</strong> ˢᵗʳⁱⁿᵍ  <br />The institution code of the bank associated with the mandate.</td>\n</tr>\n<tr>\n<td><strong>bank.url</strong> ˢᵗʳⁱⁿᵍ  <br />The URL of the bank associated with the mandate.</td>\n</tr>\n</tbody>\n</table>\n</div>","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<your-api-token>"}]},"isInherited":true,"source":{"_postman_id":"9a2d86b7-a837-4de9-8302-3f37b628d40e","id":"9a2d86b7-a837-4de9-8302-3f37b628d40e","name":"Adjutor API Service","type":"collection"}},"urlObject":{"path":["mandates"],"host":["https://adjutor.lendsqr.com/v2/direct-debit"],"query":[{"key":"reference_number","value":"{{reference_number}}"}],"variable":[]}},"response":[{"id":"6f85f87b-4ded-4ef1-8760-ef4a670c7a5b","name":"Get Mandate Details","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://adjutor.lendsqr.com/v2/direct-debit/mandates?reference_number={{reference_number}}","host":["https://adjutor.lendsqr.com/v2/direct-debit"],"path":["mandates"],"query":[{"key":"reference_number","value":"{{reference_number}}"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"X-Powered-By","value":"Express"},{"key":"X-Request-ID","value":"e6e32b70-8398-481c-92d0-88f44d86443c"},{"key":"Last-Modified","value":"Thu, 28 Mar 2024 01:43:32 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"1955"},{"key":"ETag","value":"W/\"7a3-tUM5qNNXuFjp/db/6nT7xLHaYkA\""},{"key":"Date","value":"Thu, 28 Mar 2024 01:43:36 GMT"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=5"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": \"success\",\n    \"message\": \"success\",\n    \"data\": {\n        \"data\": [\n            {\n                \"id\": 29,\n                \"session_id\": \"999999230614194314842810401824\",\n                \"reference_number\": \"0000004/001/999999999\",\n                \"account_number\": \"0123456789\",\n                \"account_name\": \"vee Test\",\n                \"frequency\": \"daily\",\n                \"bvn\": \"220000000099\",\n                \"phone_number\": \"0123456789\",\n                \"email\": \"email@example.com\",\n                \"start_date\": \"2023-01-01\",\n                \"end_date\": \"2025-12-31\",\n                \"narration\": \"Rand\",\n                \"address\": \"Ikate\",\n                \"minimum_amount\": \"0.00\",\n                \"amount\": \"50.00\",\n                \"status\": \"inactive\",\n                \"workflow_status\": \"2\",\n                \"debit_type\": \"all\",\n                \"created_on\": \"2023-06-14 19:43:20\",\n                \"bank\": {\n                    \"id\": 42,\n                    \"name\": \"Zenith Bank\",\n                    \"bank_code\": \"057\",\n                    \"institution_code\": \"000015\",\n                    \"url\": \"https://lendstack-s3.s3.us-east-2.amazonaws.com/bank_logos/057.png\",\n                    \"meta\": {\n                        \"mandate-activation-amount\": 50,\n                        \"mandate-activation-bank\": \"Paystack-Titan\",\n                        \"mandate-activation-account-number\": \"9880218357\"\n                    }\n                },\n                \"activation_instruction\": \"This mandate is currently in initiated status. To activate, the bank direct debit officers need to log into the NIBSS CMMS platform to authorize or approve. The customer may also call their bank account manager for more details.\"\n            }\n        ],\n        \"meta\": {\n            \"records\": 1,\n            \"page\": 1,\n            \"pages\": 1,\n            \"page_size\": 10\n        }\n    },\n    \"meta\": {\n        \"cost\": 1,\n        \"balance\": 1010\n    }\n}"}],"_postman_id":"e7ee8f58-b83f-4b92-a1f4-6cb0f2d8a706"},{"name":"Get Mandate Summary","id":"c50429e9-5702-48f6-bbd9-d1fae665a241","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://adjutor.lendsqr.com/v2/direct-debit/mandates/stats","description":"<p>This endpoint provides a summary of all mandates within the system.</p>\n<h4 id=\"response-body\">Response Body</h4>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><strong>status</strong> ˢᵗʳⁱⁿᵍ  <br />Mandate status (e.g., *\"active\"<em>, *\"inactive\"</em>)</td>\n</tr>\n<tr>\n<td><strong>count</strong> ⁿᵘᵐᵇᵉʳ  <br />The count of each mandate status.</td>\n</tr>\n<tr>\n<td><strong>data</strong> ᵃʳʳᵃʸ  <br />An array containing objects with status and count information for different mandate statuses.</td>\n</tr>\n</tbody>\n</table>\n</div>","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<your-api-token>"}]},"isInherited":true,"source":{"_postman_id":"9a2d86b7-a837-4de9-8302-3f37b628d40e","id":"9a2d86b7-a837-4de9-8302-3f37b628d40e","name":"Adjutor API Service","type":"collection"}},"urlObject":{"path":["mandates","stats"],"host":["https://adjutor.lendsqr.com/v2/direct-debit"],"query":[],"variable":[]}},"response":[],"_postman_id":"c50429e9-5702-48f6-bbd9-d1fae665a241"},{"name":"Cancel a mandate","id":"59be1af7-d4fc-4e76-9c19-7f0385936c4a","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PATCH","header":[],"body":{"mode":"raw","raw":"{\n    \"reference_number\": \"0000004/001/0000073969\"\n}","options":{"raw":{"language":"json"}}},"url":"https://adjutor.lendsqr.com/v2/direct-debit/mandates/cancel","description":"<p>Updates the status of a mandate</p>\n<h4 id=\"request-body\">Request Body</h4>\n<p><strong>reference_number</strong> ˢᵗʳⁱⁿᵍ<br />The reference number of the mandate to activate or deactivate.</p>\n<h4 id=\"response-body\">Response Body</h4>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><strong>status</strong> ˢᵗʳⁱⁿᵍ  <br />The status of the response.</td>\n</tr>\n<tr>\n<td><strong>message</strong> ˢᵗʳⁱⁿᵍ  <br />A message indicating the result of the update.</td>\n</tr>\n</tbody>\n</table>\n</div>","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<your-api-token>"}]},"isInherited":true,"source":{"_postman_id":"9a2d86b7-a837-4de9-8302-3f37b628d40e","id":"9a2d86b7-a837-4de9-8302-3f37b628d40e","name":"Adjutor API Service","type":"collection"}},"urlObject":{"path":["mandates","cancel"],"host":["https://adjutor.lendsqr.com/v2/direct-debit"],"query":[],"variable":[]}},"response":[{"id":"a2af2a8b-5da1-4422-b09f-f050d0a86dfe","name":"Cancel a Mandate","originalRequest":{"method":"PATCH","header":[],"body":{"mode":"raw","raw":"{\n    \"reference_number\": \"0000004/001/0000073969\"\n}","options":{"raw":{"language":"json"}}},"url":"https://adjutor.lendsqr.com/v2/direct-debit/mandates/cancel"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Access-Control-Allow-Credentials","value":"true"},{"key":"Access-Control-Expose-Headers","value":"x-encryption-key,x-encryption-iv"},{"key":"Content-Security-Policy","value":"default-src 'self';base-uri 'self';font-src 'self' https: data:;form-action 'self';frame-ancestors 'self';img-src 'self' data:;object-src 'none';script-src 'self';script-src-attr 'none';style-src 'self' https: 'unsafe-inline';upgrade-insecure-requests"},{"key":"Cross-Origin-Embedder-Policy","value":"require-corp"},{"key":"Cross-Origin-Opener-Policy","value":"same-origin"},{"key":"Cross-Origin-Resource-Policy","value":"same-origin"},{"key":"X-DNS-Prefetch-Control","value":"off"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"Strict-Transport-Security","value":"max-age=15552000; includeSubDomains"},{"key":"X-Download-Options","value":"noopen"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"Origin-Agent-Cluster","value":"?1"},{"key":"X-Permitted-Cross-Domain-Policies","value":"none"},{"key":"Referrer-Policy","value":"no-referrer"},{"key":"X-XSS-Protection","value":"0"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"40"},{"key":"ETag","value":"W/\"28-OVMgSyV1oMqtVb/r7kZWp0D/aOk\""},{"key":"Date","value":"Mon, 23 Oct 2023 06:55:25 GMT"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=5"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": \"success\",\n    \"message\": \"success\",\n    \"meta\": {\n        \"balance\": 1010\n    }\n}"}],"_postman_id":"59be1af7-d4fc-4e76-9c19-7f0385936c4a"},{"name":"Debit a Mandate","id":"11c06d8e-fa8c-4f67-a780-2565a8300f55","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"reference_number\": \"0000004/001/0000073969\",\n    \"amount\": 40,\n    \"narration\": \"This is a test narration\"\n}","options":{"raw":{"language":"json"}}},"url":"https://adjutor.lendsqr.com/v2/direct-debit/mandates/debit","description":"<p>This endpoint enables you to perform a debit on a customer's account using an authorized mandate. For this to happen, these are the prerequisites:</p>\n<ul>\n<li><p>The mandate must have been created on the profile of that the API credentials are attached to</p>\n</li>\n<li><p>The mandate must have been authorized or validated by the customer's bank</p>\n</li>\n<li><p>The mandate start date must be in the past and the expiry date in the future</p>\n</li>\n</ul>\n<p>For a mandate to be debited successfully:</p>\n<ul>\n<li><p>The customer's account must be in good standing at their bank. For example, their bank account cannot be dormant</p>\n</li>\n<li><p>The customer's account must have enough funds to carry the debit. Mandates cannot force debit an account</p>\n</li>\n</ul>\n<h4 id=\"request-body\">Request Body</h4>\n<p><strong>reference_number</strong> * ˢᵗʳⁱⁿᵍ<br />The reference number assigned to the mandate.</p>\n<p><strong>amount</strong> * ᶠˡᵒᵃᵗ<br />The amount to be debited on the mandate.</p>\n<h4 id=\"response-body\">Response Body</h4>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><strong>status</strong> ˢᵗʳⁱⁿᵍ  <br />The overall status of the response.</td>\n</tr>\n<tr>\n<td><strong>message</strong> ˢᵗʳⁱⁿᵍ  <br />A message providing additional information about the response status. For example, \"Mandate debited successfully\".</td>\n</tr>\n<tr>\n<td><strong>status</strong> ˢᵗʳⁱⁿᵍ  <br />The status of the specific mandate transaction. Possible values: \"successful\", \"failed\", etc.</td>\n</tr>\n<tr>\n<td><strong>amount</strong> ˢᵗʳⁱⁿᵍ  <br />The amount debited in the mandate transaction.</td>\n</tr>\n<tr>\n<td><strong>reference</strong> ˢᵗʳⁱⁿᵍ  <br />A unique reference identifier for the mandate transaction.</td>\n</tr>\n</tbody>\n</table>\n</div>","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<your-api-token>"}]},"isInherited":true,"source":{"_postman_id":"9a2d86b7-a837-4de9-8302-3f37b628d40e","id":"9a2d86b7-a837-4de9-8302-3f37b628d40e","name":"Adjutor API Service","type":"collection"}},"urlObject":{"path":["mandates","debit"],"host":["https://adjutor.lendsqr.com/v2/direct-debit"],"query":[],"variable":[]}},"response":[{"id":"3c342534-8fc2-4523-b47e-19b758676d35","name":"Debit Mandate","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"reference_number\": \"0000004/001/0000073969\",\n    \"amount\": 500\n}","options":{"raw":{"language":"json"}}},"url":"https://adjutor.lendsqr.com/v2/direct-debit/mandates/debit"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Wed, 19 Jul 2023 16:58:00 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"143"},{"key":"Connection","value":"keep-alive"},{"key":"Server","value":"openresty"},{"key":"X-RateLimit-Limit","value":"1000"},{"key":"X-RateLimit-Remaining","value":"996"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Access-Control-Allow-Credentials","value":"true"},{"key":"Access-Control-Expose-Headers","value":"x-encryption-key,x-encryption-iv"},{"key":"Content-Security-Policy","value":"default-src 'self';base-uri 'self';font-src 'self' https: data:;form-action 'self';frame-ancestors 'self';img-src 'self' data:;object-src 'none';script-src 'self';script-src-attr 'none';style-src 'self' https: 'unsafe-inline';upgrade-insecure-requests"},{"key":"Cross-Origin-Embedder-Policy","value":"require-corp"},{"key":"Cross-Origin-Opener-Policy","value":"same-origin"},{"key":"Cross-Origin-Resource-Policy","value":"same-origin"},{"key":"X-DNS-Prefetch-Control","value":"off"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"Strict-Transport-Security","value":"max-age=15552000; includeSubDomains"},{"key":"X-Download-Options","value":"noopen"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"Origin-Agent-Cluster","value":"?1"},{"key":"X-Permitted-Cross-Domain-Policies","value":"none"},{"key":"Referrer-Policy","value":"no-referrer"},{"key":"X-XSS-Protection","value":"0"},{"key":"ETag","value":"W/\"8f-Ua6YyVhqZrS5Mi38nnlKRyEIgsE\""},{"key":"Age","value":"9"},{"key":"Via","value":"http/1.1 api-umbrella (ApacheTrafficServer [cMsSf ])"},{"key":"X-Cache","value":"MISS"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": \"success\",\n    \"message\": \"Mandate debited successfully\",\n    \"data\": {\n        \"status\": \"successful\",\n        \"amount\": \"500.00\",\n        \"reference\": \"DD-SHFhaf1ycS80gG5\"\n    },\n    \"meta\": {\n        \"balance\": 1010\n    }\n}"}],"_postman_id":"11c06d8e-fa8c-4f67-a780-2565a8300f55"},{"name":"Check Account Balance","id":"29d77541-4879-4b30-9e0f-07c0d7e7f8ae","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"reference_number\": \"0000004/001/0000073969\"\n}","options":{"raw":{"language":"json"}}},"url":"https://adjutor.lendsqr.com/v2/direct-debit/banks/balance-lookup","description":"<p>Retrieves the balance of the account associated with a mandate</p>\n<h4 id=\"request-body\">Request Body</h4>\n<p><strong>reference_number</strong> * ˢᵗʳⁱⁿᵍ<br />The reference number assigned to the mandate.</p>\n<h4 id=\"response-body\">Response Body</h4>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><strong>status</strong> ˢᵗʳⁱⁿᵍ <br />The overall status of the response.</td>\n</tr>\n<tr>\n<td><strong>message</strong> ˢᵗʳⁱⁿᵍ <br />A message providing additional information about the response status.</td>\n</tr>\n<tr>\n<td><strong>balance</strong> ⁿᵘᵐᵇᵉʳ <br />The account balance value.</td>\n</tr>\n</tbody>\n</table>\n</div>","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<your-api-token>"}]},"isInherited":true,"source":{"_postman_id":"9a2d86b7-a837-4de9-8302-3f37b628d40e","id":"9a2d86b7-a837-4de9-8302-3f37b628d40e","name":"Adjutor API Service","type":"collection"}},"urlObject":{"path":["banks","balance-lookup"],"host":["https://adjutor.lendsqr.com/v2/direct-debit"],"query":[],"variable":[]}},"response":[{"id":"35962077-3bec-4e61-9b70-3ab0f8d87c03","name":"Balance Lookup","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"reference_number\": \"0000004/001/0000073969\"\n}","options":{"raw":{"language":"json"}}},"url":"https://adjutor.lendsqr.com/v2/direct-debit/banks/balance-lookup"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Thu, 20 Jul 2023 17:07:15 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"52"},{"key":"Connection","value":"keep-alive"},{"key":"Server","value":"openresty"},{"key":"X-RateLimit-Limit","value":"1000"},{"key":"X-RateLimit-Remaining","value":"991"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Access-Control-Allow-Credentials","value":"true"},{"key":"Access-Control-Expose-Headers","value":"x-encryption-key,x-encryption-iv"},{"key":"Content-Security-Policy","value":"default-src 'self';base-uri 'self';font-src 'self' https: data:;form-action 'self';frame-ancestors 'self';img-src 'self' data:;object-src 'none';script-src 'self';script-src-attr 'none';style-src 'self' https: 'unsafe-inline';upgrade-insecure-requests"},{"key":"Cross-Origin-Embedder-Policy","value":"require-corp"},{"key":"Cross-Origin-Opener-Policy","value":"same-origin"},{"key":"Cross-Origin-Resource-Policy","value":"same-origin"},{"key":"X-DNS-Prefetch-Control","value":"off"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"Strict-Transport-Security","value":"max-age=15552000; includeSubDomains"},{"key":"X-Download-Options","value":"noopen"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"Origin-Agent-Cluster","value":"?1"},{"key":"X-Permitted-Cross-Domain-Policies","value":"none"},{"key":"Referrer-Policy","value":"no-referrer"},{"key":"X-XSS-Protection","value":"0"},{"key":"ETag","value":"W/\"34-/OD9Mkr2oMb6kI5JzrqiWEkDqrM\""},{"key":"Age","value":"2"},{"key":"Via","value":"http/1.1 api-umbrella (ApacheTrafficServer [cMs f ])"},{"key":"X-Cache","value":"MISS"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": \"success\",\n    \"message\": \"success\",\n    \"data\": {\n        \"balance\": 22785.71\n    },\n    \"meta\": {\n        \"balance\": 1010\n    }\n}"}],"_postman_id":"29d77541-4879-4b30-9e0f-07c0d7e7f8ae"}],"id":"92e0cc37-09d3-48c8-916e-2551fb48f8a9","_postman_id":"92e0cc37-09d3-48c8-916e-2551fb48f8a9","description":"","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<your-api-token>"}]},"isInherited":true,"source":{"_postman_id":"9a2d86b7-a837-4de9-8302-3f37b628d40e","id":"9a2d86b7-a837-4de9-8302-3f37b628d40e","name":"Adjutor API Service","type":"collection"}}},{"name":"Transactions","item":[{"name":"Get All Transactions","id":"b4ebaf10-974b-4a3b-ac67-cef4dac6e507","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://adjutor.lendsqr.com/v2/direct-debit/transactions?limit=10&page=1","description":"<p>Retrieve the transactions related to the mandates associated with the API key.</p>\n<h4 id=\"response-body-fields\">Response Body Fields</h4>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><strong>id</strong> ⁱⁿᵗᵉᵍᵉʳ  <br />The ID of the transaction.</td>\n</tr>\n<tr>\n<td><strong>amount</strong> ˢᵗʳⁱⁿᵍ  <br />The amount of the transaction.</td>\n</tr>\n<tr>\n<td><strong>mandate_id</strong> ⁱⁿᵗᵉᵍᵉʳ  <br />The ID of the associated mandate.</td>\n</tr>\n<tr>\n<td><strong>mandate_account_name</strong> ˢᵗʳⁱⁿᵍ  <br />The account name associated with the mandate.</td>\n</tr>\n<tr>\n<td><strong>mandate_account_number</strong> ⁱⁿᵗᵉᵍᵉʳ  <br />The account number associated with the mandate.</td>\n</tr>\n<tr>\n<td><strong>mandate_bvn</strong> ˢᵗʳⁱⁿᵍ  <br />The Bank Verification Number (BVN) associated with the mandate.</td>\n</tr>\n<tr>\n<td><strong>reference</strong> ˢᵗʳⁱⁿᵍ  <br />The reference number of the transaction.</td>\n</tr>\n<tr>\n<td><strong>narration</strong> ˢᵗʳⁱⁿᵍ  <br />The description or purpose of the transaction.</td>\n</tr>\n<tr>\n<td><strong>beneficiary_id</strong> ⁱⁿᵗᵉᵍᵉʳ  <br />The ID of the recipient of the mandate debits.</td>\n</tr>\n<tr>\n<td><strong>beneficiary_account_name</strong> ˢᵗʳⁱⁿᵍ  <br />The account name of the recipient of the mandate debits.</td>\n</tr>\n<tr>\n<td><strong>beneficiary_account_number</strong> ⁱⁿᵗᵉᵍᵉʳ  <br />The account number of the recipient of the mandate debits.</td>\n</tr>\n<tr>\n<td><strong>beneficiary_bvn</strong> ˢᵗʳⁱⁿᵍ  <br />The Bank Verification Number (BVN) of the beneficiary.</td>\n</tr>\n<tr>\n<td><strong>session_id</strong> ˢᵗʳⁱⁿᵍ  <br />The session ID associated with the transaction.</td>\n</tr>\n<tr>\n<td><strong>status</strong> ˢᵗʳⁱⁿᵍ  <br />The status of the transaction (e.g., success, failed).</td>\n</tr>\n<tr>\n<td><strong>created_on</strong> ˢᵗʳⁱⁿᵍ  <br />The date and time when the transaction was created.</td>\n</tr>\n<tr>\n<td><strong>mandate_bank</strong> ᵒᵇʲᵉᶜᵗ  <br />The bank details associated with the mandate (see bank fields below).</td>\n</tr>\n</tbody>\n</table>\n</div><h4 id=\"mandate-bank-fields\">Mandate Bank Fields</h4>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><strong>id</strong> ˡᵒⁿᵍ  <br />The ID of the bank.</td>\n</tr>\n<tr>\n<td><strong>name</strong> ˢᵗʳⁱⁿᵍ  <br />The name of the bank.</td>\n</tr>\n<tr>\n<td><strong>bank_code</strong> ˢᵗʳⁱⁿᵍ  <br />The bank code associated with the bank.</td>\n</tr>\n<tr>\n<td><strong>institution_code</strong> ˢᵗʳⁱⁿᵍ  <br />The institution code associated with the bank.</td>\n</tr>\n<tr>\n<td><strong>url</strong> ˢᵗʳⁱⁿᵍ  <br />The URL of the bank (if available).</td>\n</tr>\n</tbody>\n</table>\n</div>","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<your-api-token>"}]},"isInherited":true,"source":{"_postman_id":"9a2d86b7-a837-4de9-8302-3f37b628d40e","id":"9a2d86b7-a837-4de9-8302-3f37b628d40e","name":"Adjutor API Service","type":"collection"}},"urlObject":{"path":["transactions"],"host":["https://adjutor.lendsqr.com/v2/direct-debit"],"query":[{"key":"limit","value":"10"},{"key":"page","value":"1"}],"variable":[]}},"response":[{"id":"98c92592-0f79-4794-9b76-529a66dc8e6d","name":"Get All Transactions","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://adjutor.lendsqr.com/v2/direct-debit/transactions?limit=10&page=1","host":["https://adjutor.lendsqr.com/v2/direct-debit"],"path":["transactions"],"query":[{"key":"limit","value":"10"},{"key":"page","value":"1"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"X-Powered-By","value":"Express"},{"key":"X-Request-ID","value":"9c990955-2d05-463a-9968-8d8ef8aef90d"},{"key":"Last-Modified","value":"Wed, 27 Mar 2024 17:05:10 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"7731"},{"key":"ETag","value":"W/\"1e33-JscIFlPIDztpaYzPXGIWueotanI\""},{"key":"Date","value":"Wed, 27 Mar 2024 17:05:13 GMT"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=5"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": \"success\",\n    \"message\": \"success\",\n    \"data\": {\n        \"data\": [\n            {\n                \"id\": 15,\n                \"amount\": \"500\",\n                \"mandate_id\": 7,\n                \"mandate_account_name\": \"vee Test\",\n                \"mandate_account_number\": \"1780004070\",\n                \"mandate_bvn\": \"22222222222\",\n                \"reference\": \"DD-cU26qsOsdGCSGn\",\n                \"narration\": \"Direct Debit Transfer\",\n                \"session_id\": \"999999230920215225299534241477\",\n                \"status\": \"successful\",\n                \"created_on\": \"2023-05-11 07:07:01\",\n                \"mandate_bank\": {\n                    \"name\": \"Test Bank 1\",\n                    \"bank_code\": \"998\",\n                    \"institution_code\": \"999998\",\n                    \"url\": null\n                },\n                \"mandate\": {\n                    \"reference_number\": \"RC1145578/1599/000000000\"\n                }\n            },\n            {\n                \"id\": 14,\n                \"amount\": \"500\",\n                \"mandate_id\": 7,\n                \"mandate_account_name\": \"vee Test\",\n                \"mandate_account_number\": \"1780004070\",\n                \"mandate_bvn\": \"22222222222\",\n                \"reference\": \"DD-cU26qsO05mGCSGn\",\n                \"narration\": \"Direct Debit Transfer\",\n                \"session_id\": \"999999230920215225299534241477\",\n                \"status\": \"successful\",\n                \"created_on\": \"2023-05-11 07:07:01\",\n                \"mandate_bank\": {\n                    \"name\": \"Test Bank 1\",\n                    \"bank_code\": \"998\",\n                    \"institution_code\": \"999998\",\n                    \"url\": null\n                },\n                \"mandate\": {\n                    \"reference_number\": \"RC1145578/1599/000000000\"\n                }\n            },\n            {\n                \"id\": 13,\n                \"amount\": \"500\",\n                \"mandate_id\": 7,\n                \"mandate_account_name\": \"vee Test\",\n                \"mandate_account_number\": \"1780004070\",\n                \"mandate_bvn\": \"22222222222\",\n                \"reference\": \"DD-cU26qsdmGCSgGn\",\n                \"narration\": \"Direct Debit Transfer\",\n                \"session_id\": \"999999230920215225299534241477\",\n                \"status\": \"successful\",\n                \"created_on\": \"2023-05-11 07:07:01\",\n                \"mandate_bank\": {\n                    \"name\": \"Test Bank 1\",\n                    \"bank_code\": \"998\",\n                    \"institution_code\": \"999998\",\n                    \"url\": null\n                },\n                \"mandate\": {\n                    \"reference_number\": \"RC1145578/1599/000000000\"\n                }\n            },\n            {\n                \"id\": 12,\n                \"amount\": \"500\",\n                \"mandate_id\": 7,\n                \"mandate_account_name\": \"vee Test\",\n                \"mandate_account_number\": \"1780004070\",\n                \"mandate_bvn\": \"22222222222\",\n                \"reference\": \"DD-cU26qsO05mGCSGn\",\n                \"narration\": \"Direct Debit Transfer\",\n                \"session_id\": \"999999230920215225299534241477\",\n                \"status\": \"successful\",\n                \"created_on\": \"2023-05-11 07:07:01\",\n                \"mandate_bank\": {\n                    \"name\": \"Test Bank 1\",\n                    \"bank_code\": \"998\",\n                    \"institution_code\": \"999998\",\n                    \"url\": null\n                },\n                \"mandate\": {\n                    \"reference_number\": \"RC1145578/1599/000000000\"\n                }\n            },\n            {\n                \"id\": 11,\n                \"amount\": \"500\",\n                \"mandate_id\": 7,\n                \"mandate_account_name\": \"vee Test\",\n                \"mandate_account_number\": \"1780004070\",\n                \"mandate_bvn\": \"22222222222\",\n                \"reference\": \"DD-cU26qsO05mGCSGn\",\n                \"narration\": \"Direct Debit Transfer\",\n                \"session_id\": \"999999230920215225299534241477\",\n                \"status\": \"successful\",\n                \"created_on\": \"2023-05-11 07:07:01\",\n                \"mandate_bank\": {\n                    \"name\": \"Test Bank 1\",\n                    \"bank_code\": \"998\",\n                    \"institution_code\": \"999998\",\n                    \"url\": null\n                },\n                \"mandate\": {\n                    \"reference_number\": \"RC1145578/1599/000000000\"\n                }\n            },\n            {\n                \"id\": 10,\n                \"amount\": \"500\",\n                \"mandate_id\": 7,\n                \"mandate_account_name\": \"vee Test\",\n                \"mandate_account_number\": \"1780004070\",\n                \"mandate_bvn\": \"22222222222\",\n                \"reference\": \"DD-cU26qsO05mGCSGn\",\n                \"narration\": \"Direct Debit Transfer\",\n                \"session_id\": \"999999230920215225299534241477\",\n                \"status\": \"successful\",\n                \"created_on\": \"2023-05-11 07:07:01\",\n                \"mandate_bank\": {\n                    \"name\": \"Test Bank 1\",\n                    \"bank_code\": \"998\",\n                    \"institution_code\": \"999998\",\n                    \"url\": null\n                },\n                \"mandate\": {\n                    \"reference_number\": \"RC1145578/1599/000000000\"\n                }\n            },\n            {\n                \"id\": 9,\n                \"amount\": \"500\",\n                \"mandate_id\": 7,\n                \"mandate_account_name\": \"vee Test\",\n                \"mandate_account_number\": \"1780004070\",\n                \"mandate_bvn\": \"22222222222\",\n                \"reference\": \"DD-cU26qsO05mGCSGn\",\n                \"narration\": \"Direct Debit Transfer\",\n                \"session_id\": \"999999230920215225299534241477\",\n                \"status\": \"successful\",\n                \"created_on\": \"2023-05-11 07:07:01\",\n                \"mandate_bank\": {\n                    \"name\": \"Test Bank 1\",\n                    \"bank_code\": \"998\",\n                    \"institution_code\": \"999998\",\n                    \"url\": null\n                },\n                \"mandate\": {\n                    \"reference_number\": \"RC1145578/1599/000000000\"\n                }\n            },\n            {\n                \"id\": 8,\n                \"amount\": \"500\",\n                \"mandate_id\": 7,\n                \"mandate_account_name\": \"vee Test\",\n                \"mandate_account_number\": \"1780004070\",\n                \"mandate_bvn\": \"22222222222\",\n                \"reference\": \"DD-cU26qsO05mGCSGn\",\n                \"narration\": \"Direct Debit Transfer\",\n                \"session_id\": \"999999230920215225299534241477\",\n                \"status\": \"successful\",\n                \"created_on\": \"2023-05-11 07:07:01\",\n                \"mandate_bank\": {\n                    \"name\": \"Test Bank 1\",\n                    \"bank_code\": \"998\",\n                    \"institution_code\": \"999998\",\n                    \"url\": null\n                },\n                \"mandate\": {\n                    \"reference_number\": \"RC1145578/1599/000000000\"\n                }\n            },\n            {\n                \"id\": 7,\n                \"amount\": \"500\",\n                \"mandate_id\": 7,\n                \"mandate_account_name\": \"vee Test\",\n                \"mandate_account_number\": \"1780004070\",\n                \"mandate_bvn\": \"22222222222\",\n                \"reference\": \"DD-cU26qsO05mGCSGn\",\n                \"narration\": \"Direct Debit Transfer\",\n                \"session_id\": \"999999230920215225299534241477\",\n                \"status\": \"successful\",\n                \"created_on\": \"2023-05-11 07:07:01\",\n                \"mandate_bank\": {\n                    \"name\": \"Test Bank 1\",\n                    \"bank_code\": \"998\",\n                    \"institution_code\": \"999998\",\n                    \"url\": null\n                },\n                \"mandate\": {\n                    \"reference_number\": \"RC1145578/1599/000000000\"\n                }\n            },\n            {\n                \"id\": 6,\n                \"amount\": \"500\",\n                \"mandate_id\": 7,\n                \"mandate_account_name\": \"vee Test\",\n                \"mandate_account_number\": \"1780004070\",\n                \"mandate_bvn\": \"22222222222\",\n                \"reference\": \"DD-cU26qsO05mGCSGn\",\n                \"narration\": \"Direct Debit Transfer\",\n                \"session_id\": \"999999230920215225299534241477\",\n                \"status\": \"successful\",\n                \"created_on\": \"2023-05-11 07:07:01\",\n                \"mandate_bank\": {\n                    \"name\": \"Test Bank 1\",\n                    \"bank_code\": \"998\",\n                    \"institution_code\": \"999998\",\n                    \"url\": null\n                },\n                \"mandate\": {\n                    \"reference_number\": \"RC1145578/1599/000000000\"\n                }\n            }\n        ],\n        \"meta\": {\n            \"records\": 15,\n            \"page\": \"1\",\n            \"pages\": 2,\n            \"page_size\": \"10\"\n        }\n    },\n    \"meta\": {\n        \"cost\": 1,\n        \"balance\": 1010\n    }\n}"}],"_postman_id":"b4ebaf10-974b-4a3b-ac67-cef4dac6e507"},{"name":"Get Details of a Transaction","id":"cd62090f-c576-4ee5-8d0c-41525ae60347","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://adjutor.lendsqr.com/v2/direct-debit/transactions?reference=DD-cU26qsO05mGCSGn","description":"<p>Retrieves the details of a specific transaction.</p>\n<h4 id=\"params-query\">Params Query</h4>\n<p><strong>reference_number</strong> * ˢᵗʳⁱⁿᵍ<br />The reference number of the mandate transaction you want to get the details of</p>\n<h4 id=\"response-body\">Response Body</h4>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><strong>id</strong> ⁱⁿᵗᵉᵍᵉʳ <br />The ID of the transaction.</td>\n</tr>\n<tr>\n<td><strong>amount</strong> ˢᵗʳⁱⁿᵍ <br />The amount of the transaction.</td>\n</tr>\n<tr>\n<td><strong>mandate_id</strong> ⁱⁿᵗᵉᵍᵉʳ <br />The ID of the associated mandate.</td>\n</tr>\n<tr>\n<td><strong>mandate_account_name</strong> ˢᵗʳⁱⁿᵍ <br />The account name associated with the mandate.</td>\n</tr>\n<tr>\n<td><strong>mandate_account_number</strong> ⁱⁿᵗᵉᵍᵉʳ <br />The account number associated with the mandate.</td>\n</tr>\n<tr>\n<td><strong>mandate_bvn</strong> ˢᵗʳⁱⁿᵍ <br />The Bank Verification Number (BVN) associated with the mandate.</td>\n</tr>\n<tr>\n<td><strong>reference</strong> ˢᵗʳⁱⁿᵍ <br />The reference number of the transaction.</td>\n</tr>\n<tr>\n<td><strong>narration</strong> ˢᵗʳⁱⁿᵍ <br />The description or purpose of the transaction.</td>\n</tr>\n<tr>\n<td><strong>beneficiary_id</strong> ⁱⁿᵗᵉᵍᵉʳ <br />The ID of the recipient of the mandate debits.</td>\n</tr>\n<tr>\n<td><strong>beneficiary_account_name</strong> ˢᵗʳⁱⁿᵍ <br />The account name of the recipient of the mandate debits.</td>\n</tr>\n<tr>\n<td><strong>beneficiary_account_number</strong> ⁱⁿᵗᵉᵍᵉʳ <br />The account number of the recipient of the mandate debits.</td>\n</tr>\n<tr>\n<td><strong>beneficiary_bvn</strong> ˢᵗʳⁱⁿᵍ <br />The Bank Verification Number (BVN) of the beneficiary.</td>\n</tr>\n<tr>\n<td><strong>session_id</strong> ˢᵗʳⁱⁿᵍ <br />The session ID associated with the transaction.</td>\n</tr>\n<tr>\n<td><strong>status</strong> ˢᵗʳⁱⁿᵍ <br />The status of the transaction (e.g., success, failed).</td>\n</tr>\n<tr>\n<td><strong>created_on</strong> ˢᵗʳⁱⁿᵍ <br />The date and time when the transaction was created.</td>\n</tr>\n<tr>\n<td><strong>mandate_bank</strong> ᵒᵇʲᵉᶜᵗ <br />The bank details associated with the mandate (see bank fields below).</td>\n</tr>\n</tbody>\n</table>\n</div><h5 id=\"mandate-bank-fields\">Mandate Bank Fields</h5>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><strong>id</strong> ˡᵒⁿᵍ <br />The ID of the bank.</td>\n</tr>\n<tr>\n<td><strong>name</strong> ˢᵗʳⁱⁿᵍ <br />The name of the bank.</td>\n</tr>\n<tr>\n<td><strong>bank_code</strong> ˢᵗʳⁱⁿᵍ <br />The bank code associated with the bank.</td>\n</tr>\n<tr>\n<td><strong>institution_code</strong> ˢᵗʳⁱⁿᵍ <br />The institution code associated with the bank.</td>\n</tr>\n<tr>\n<td><strong>url</strong> ˢᵗʳⁱⁿᵍ <br />The URL of the bank (if available).</td>\n</tr>\n</tbody>\n</table>\n</div>","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<your-api-token>"}]},"isInherited":true,"source":{"_postman_id":"9a2d86b7-a837-4de9-8302-3f37b628d40e","id":"9a2d86b7-a837-4de9-8302-3f37b628d40e","name":"Adjutor API Service","type":"collection"}},"urlObject":{"path":["transactions"],"host":["https://adjutor.lendsqr.com/v2/direct-debit"],"query":[{"key":"reference","value":"DD-cU26qsO05mGCSGn"}],"variable":[]}},"response":[{"id":"564c7af7-8b06-41ba-a638-8ee7344d699b","name":"Get Details of a Transaction","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://adjutor.lendsqr.com/v2/direct-debit/transactions?reference=DD-WCo3KTTUn1dZgAV","host":["https://adjutor.lendsqr.com/v2/direct-debit"],"path":["transactions"],"query":[{"key":"reference","value":"DD-WCo3KTTUn1dZgAV"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"X-Powered-By","value":"Express"},{"key":"X-Request-ID","value":"203650f6-fee5-4452-baec-6779de722573"},{"key":"Last-Modified","value":"Wed, 27 Mar 2024 17:07:36 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"904"},{"key":"ETag","value":"W/\"388-xErTWr+FkJV09fWlwB7b45G78l4\""},{"key":"Date","value":"Wed, 27 Mar 2024 17:07:38 GMT"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=5"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": \"success\",\n    \"message\": \"success\",\n    \"data\": {\n        \"data\": [\n            {\n                \"id\": 2592,\n                \"amount\": \"250.00\",\n                \"mandate_id\": 478,\n                \"mandate_account_name\": \"AKINSANYA ADEOLUWA OLORUNTOMI\",\n                \"mandate_account_number\": \"0421008622\",\n                \"mandate_bvn\": \"22000000076\",\n                \"reference\": \"DD-WCo3KTTUn1dZgAV\",\n                \"narration\": \"Direct debit for mandate schedule 699\",\n                \"session_id\": \"110069240327000044440000237994\",\n                \"status\": \"failed\",\n                \"created_on\": \"2024-03-26 23:00:35\",\n                \"mandate_bank\": {\n                    \"id\": 16,\n                    \"name\": \"Guaranty Trust Bank\",\n                    \"bank_code\": \"058\",\n                    \"institution_code\": \"000013\",\n                    \"url\": \"https://lendstack-s3.s3.us-east-2.amazonaws.com/bank_logos/058.png\",\n                    \"activation_amount\": \"50.00\",\n                    \"meta\": \"{\\\"mandate-activation-amount\\\":50,\\\"mandate-activation-bank\\\":\\\"Paystack-Titan\\\",\\\"mandate-activation-account-number\\\":\\\"9880218357\\\"}\"\n                },\n                \"mandate\": {\n                    \"reference_number\": \"RC1544159/1517/0001380571\"\n                }\n            }\n        ],\n        \"meta\": {\n            \"records\": 1,\n            \"page\": 1,\n            \"pages\": 1,\n            \"page_size\": 10\n        }\n    },\n    \"meta\": {\n        \"cost\": 1,\n        \"balance\": 1010\n    }\n}"}],"_postman_id":"cd62090f-c576-4ee5-8d0c-41525ae60347"},{"name":"Get Transactions Statistics","id":"1c61a6ee-e803-435a-9d0c-6340fe509df0","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Authorization","value":"Bearer {{TOKEN}}","type":"text"}],"url":"https://adjutor.lendsqr.com/v2/direct-debit/transactions/stats","description":"<p>Retrieves the status of transactions associated with the API key.</p>\n<h4 id=\"response-body\">Response Body</h4>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><strong>status</strong> ˢᵗʳⁱⁿᵍ <br />The status of the mandate transactions.</td>\n</tr>\n<tr>\n<td><strong>count</strong> ⁱⁿᵗᵉᵍᵉʳ <br />The number of transactions with the given status.</td>\n</tr>\n</tbody>\n</table>\n</div>","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<your-api-token>"}]},"isInherited":true,"source":{"_postman_id":"9a2d86b7-a837-4de9-8302-3f37b628d40e","id":"9a2d86b7-a837-4de9-8302-3f37b628d40e","name":"Adjutor API Service","type":"collection"}},"urlObject":{"path":["transactions","stats"],"host":["https://adjutor.lendsqr.com/v2/direct-debit"],"query":[],"variable":[]}},"response":[{"id":"60874bca-bddc-46c5-8b26-85ad8e4ef2b2","name":"Get Transactions Statistics","originalRequest":{"method":"GET","header":[{"key":"Authorization","value":"Bearer {{TOKEN}}","type":"text"}],"url":"https://adjutor.lendsqr.com/v2/direct-debit/transactions/stats"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"X-Powered-By","value":"Express"},{"key":"X-Request-ID","value":"c83440b7-01c1-42a4-820e-b6245d9ce099"},{"key":"Last-Modified","value":"Wed, 27 Mar 2024 19:06:19 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"241"},{"key":"ETag","value":"W/\"f1-1aQUzxdJeUage6Rli20oLe1CC2I\""},{"key":"Date","value":"Wed, 27 Mar 2024 19:06:22 GMT"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=5"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": \"success\",\n    \"message\": \"success\",\n    \"data\": {\n        \"transactions\": [\n            {\n                \"status\": \"total\",\n                \"count\": 36,\n                \"sum\": \"8850.00\"\n            },\n            {\n                \"status\": \"successful\",\n                \"count\": 1,\n                \"sum\": \"100.00\"\n            },\n            {\n                \"status\": \"failed\",\n                \"count\": 35,\n                \"sum\": \"8750.00\"\n            }\n        ]\n    },\n    \"meta\": {\n        \"cost\": 1,\n        \"balance\": 1010\n    }\n}"}],"_postman_id":"1c61a6ee-e803-435a-9d0c-6340fe509df0"}],"id":"9d90d2b4-007e-47da-bb30-f50431b38678","_postman_id":"9d90d2b4-007e-47da-bb30-f50431b38678","description":"","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<your-api-token>"}]},"isInherited":true,"source":{"_postman_id":"9a2d86b7-a837-4de9-8302-3f37b628d40e","id":"9a2d86b7-a837-4de9-8302-3f37b628d40e","name":"Adjutor API Service","type":"collection"}}},{"name":"Webhooks","item":[{"name":"Mandate Webhook","id":"0700c2b4-fbca-4fe4-9595-8bdaea672f9e","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n  \"id\": 2,\n  \"type\": \"mandate\",\n  \"timestamp\": \"2023-10-16T12:36:24.000Z\",\n  \"data\": {\n    \"amount\": \"500.00\",\n    \"status\": \"initiated\",\n    \"reference\": \"1544159/1000/000000000000\",\n    \"narration\": \"Rand\",\n    \"start_date\": \"2023-10-31T23:00:00.000Z\",\n    \"end_date\": \"2023-12-29T23:00:00.000Z\",\n    \"account_number\": \"1010101010\",\n    \"account_name\": \"TEST ACCOUNT\"\n  }\n}","options":{"raw":{"language":"json"}}},"url":"{{webhookUrl}}","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<your-api-token>"}]},"isInherited":true,"source":{"_postman_id":"9a2d86b7-a837-4de9-8302-3f37b628d40e","id":"9a2d86b7-a837-4de9-8302-3f37b628d40e","name":"Adjutor API Service","type":"collection"}},"urlObject":{"host":["{{webhookUrl}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"0700c2b4-fbca-4fe4-9595-8bdaea672f9e"},{"name":"Transaction Webhook","id":"cd862b11-68a9-46f2-98d8-ca0fefc02d39","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n  \"id\": 5,\n  \"type\": \"transaction\",\n  \"timestamp\": \"2023-10-16T12:36:24.000Z\",\n  \"data\": {\n    \"amount\": \"500.00\",\n    \"status\": \"successful\",\n    \"reference\": \"DD-wdsu82udjws\",\n    \"narration\": \"Rand\",\n    \"transaction_date\": \"2023-10-31T23:00:00.000Z\"\n  }\n}","options":{"raw":{"language":"json"}}},"url":"{{webhookUrl}}","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<your-api-token>"}]},"isInherited":true,"source":{"_postman_id":"9a2d86b7-a837-4de9-8302-3f37b628d40e","id":"9a2d86b7-a837-4de9-8302-3f37b628d40e","name":"Adjutor API Service","type":"collection"}},"urlObject":{"host":["{{webhookUrl}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"cd862b11-68a9-46f2-98d8-ca0fefc02d39"}],"id":"35bb8c69-d5fa-4974-a834-7b0ee0e5d44e","_postman_id":"35bb8c69-d5fa-4974-a834-7b0ee0e5d44e","description":"","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<your-api-token>"}]},"isInherited":true,"source":{"_postman_id":"9a2d86b7-a837-4de9-8302-3f37b628d40e","id":"9a2d86b7-a837-4de9-8302-3f37b628d40e","name":"Adjutor API Service","type":"collection"}}}],"id":"6726e0fd-7a62-4a3a-95ee-4ef545cf44b0","description":"<h2 id=\"getting-started\">Getting started</h2>\n<p>Direct debit is a payment method that allows an account holder to grant authorization for a biller or lender to take money from their bank account for services as of when due. Direct debit is similar to debit cards in its ability to debit a customer’s account with prior authorization.</p>\n<p>Direct debit helps businesses that require recurring payments on specific dates with fixed amounts, such as insurance premiums, loan repayments, service subscriptions, or variable recurring payments on different dates (e.g., postpaid lines, and electricity usage).</p>\n<p>This direct debit API facilitates the process for Service Providers (referred to as Billers) to generate debit mandate instructions on their client's/customers' bank accounts for services rendered or products sold.</p>\n<p>These debit mandate instructions are created as digital versions of physical instructions duly signed by the account owners (clients/customers). Once generated, the mandate instructions are automatically sent to the bank where the account is held for review and approval. The approval process requires the bank to contact the account owner to authorize the mandate, which typically takes 24 to 48 hours.</p>\n<p>The system automatically assigns a unique mandate code to each initiated mandate. This mandate code is used to initiate a direct debit transaction on the bank account associated with the debit mandate instruction.</p>\n<p>This document provides a comprehensive overview and detailed specifications of the Direct Debit APIs, including all the necessary information for seamless integration into your respective applications.</p>\n<h2 id=\"direct-debit-process\">Direct debit process</h2>\n<p>Direct debit mandates follow a streamlined process that may take at least 2 hours from activation to when they are available for debits. These steps are:</p>\n<ul>\n<li>Mandate creation</li>\n<li>Mandate activation</li>\n<li>Setup for debit</li>\n<li>Transactions</li>\n</ul>\n<h3 id=\"mandate-creation\">Mandate creation</h3>\n<p>The first step is the creation of mandate using the API defined in this collection. As soon as the mandate is created, you should inform the customer of the next steps about how to activate the mandate.</p>\n<p>From a best practices point of view, the customer should be informed on your app, by email, and SMS.</p>\n<h3 id=\"mandate-activation\">Mandate activation</h3>\n<p>Activation of the mandate is usually done by the transfer of a N50 (or N100 for banks where the minimum transfer amount is N100) to designated bank accounts operated by NIBSS. The customer has 168 hours (7 days) to send this amount if not the mandate is automatically canceled.</p>\n<p>Immediately the activation amount is received at either of the banks, the mandate is automatically activated. However, it is not available for debit at this time.</p>\n<h4 id=\"banks-for-mandate-activation\">Banks for mandate activation</h4>\n<p>The following are the authorized banks which customers should use for direct debit mandate activation.</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Fidelity Bank</strong></th>\n<th><strong>Paystack Titan</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Account: 9020025928  <br />Bank: Fidelity Bank Plc.  <br />You can transfer from USSD, mobile app or internet banking</td>\n<td>Account: 9880218357  <br />Bank: Paystack-Titan  <br />You can transfer from your mobile app and internet banking</td>\n</tr>\n</tbody>\n</table>\n</div><h3 id=\"setup-for-debit\">Setup for debit</h3>\n<p>There are usually some backend processes done by NIBSS that then processes the accounts for debit and this may take up to 2 hours before completion. If you try to debit the mandate before this time, it would return an error message such as \"do not honor\".</p>\n","_postman_id":"6726e0fd-7a62-4a3a-95ee-4ef545cf44b0","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<your-api-token>"}]},"isInherited":true,"source":{"_postman_id":"9a2d86b7-a837-4de9-8302-3f37b628d40e","id":"9a2d86b7-a837-4de9-8302-3f37b628d40e","name":"Adjutor API Service","type":"collection"}}},{"name":"Decisioning","item":[{"name":"Get Decision Models","id":"01e554ee-7e65-4bb9-a9ae-53cb253c7cc0","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://adjutor.lendsqr.com/v2/decisioning/models","description":"<p>This endpoint fetches all the decision models that have been configured for your profile. This would allow you to programmatically iterate and select.</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<your-api-token>"}]},"isInherited":true,"source":{"_postman_id":"9a2d86b7-a837-4de9-8302-3f37b628d40e","id":"9a2d86b7-a837-4de9-8302-3f37b628d40e","name":"Adjutor API Service","type":"collection"}},"urlObject":{"path":["models"],"host":["https://adjutor.lendsqr.com/v2/decisioning"],"query":[],"variable":[]}},"response":[],"_postman_id":"01e554ee-7e65-4bb9-a9ae-53cb253c7cc0"},{"name":"Get Decision Model Details","id":"beea05c5-be66-4eb7-abb1-5bc22f70ffbf","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://adjutor.lendsqr.com/v2/decisioning/models/:id/settings","description":"<p>This endpoint is used to obtain the details of a Decision Model.</p>\n<h4 id=\"path-variables\">Path Variables</h4>\n<p><strong>id</strong> * \nThe ID of the decision model.</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<your-api-token>"}]},"isInherited":true,"source":{"_postman_id":"9a2d86b7-a837-4de9-8302-3f37b628d40e","id":"9a2d86b7-a837-4de9-8302-3f37b628d40e","name":"Adjutor API Service","type":"collection"}},"urlObject":{"path":["models",":id","settings"],"host":["https://adjutor.lendsqr.com/v2/decisioning"],"query":[],"variable":[{"id":"565ec273-cf73-4fc7-8005-edd139a5c8b5","type":"any","value":null,"key":"id"}]}},"response":[],"_postman_id":"beea05c5-be66-4eb7-abb1-5bc22f70ffbf"},{"name":"Oraculi Borrower Scoring","id":"878d44a3-5030-40d8-b607-98115cbb5517","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"gender\": \"Female\",\n    \"marital_status\": \"Single\",\n    \"age\": \"21 - 30\",\n    \"location\": \"lagos\",\n    \"no_of_dependent\": \"0\",\n    \"type_of_residence\": \"Rented Apartment\",\n    \"educational_attainment\": \"BSc, HND and Other Equivalent\",\n    \"employment_status\": \"Employed\",\n    \"sector_of_employment\": \"Other Financial\",\n    \"tier\": \"Tier 1\",\n    \"monthly_net_income\": \"100,000 - 199,999\",\n    \"employer_category\": \"Private Company\",\n    \"bvn\": \"22233312345\",\n    \"phone_number\": \"08012345678\",\n    \"total_years_of_experience\": 5,\n    \"time_with_current_employer\": 2,\n    \"previous_lendsqr_loans\": 3,\n    \"code\": \"9dppknauu\",\n    \"phone\": \"08012345678\",\n    \"bvn_phone\": \"08012345678\",\n    \"office_email\": \"adojohnsule@lendsqr.com\",\n    \"personal_email\": \"adojohnsule@lendsqr.com\",\n    \"amount\": 10000\n}","options":{"raw":{"language":"json"}}},"url":"https://adjutor.lendsqr.com/v2/decisioning/models/:id","description":"<p>This endpoint is used for scoring based on the passed parameters.</p>\n<p>The Lendsqr data provides the source of data that have been used to develop and optimize our proprietary scoring algorithms. The scoring system is continually updated to reflect new insights into the shifting borrowers’ behaviors, both for cohorts of customers and for the Nigerian financial system. The ID variable refers to the ID of the decision model.</p>\n<h4 id=\"request-payload\">Request Payload</h4>\n<p><strong>gender</strong> ˢᵗʳⁱⁿᵍ<br />Options include: <code>male</code>, <code>female</code>.</p>\n<p><strong>marital_status</strong> ˢᵗʳⁱⁿᵍ<br />Options include: <code>married</code>, <code>single</code>, <code>divorced</code>, <code>separated</code>, <code>widowed</code>.</p>\n<p><strong>age</strong> ⁱⁿᵗᵉᵍᵉʳ<br />Age of the customer (e.g., <code>25</code>, <code>37</code>).</p>\n<p><strong>location</strong> ˢᵗʳⁱⁿᵍ<br />Geographical location (e.g., <code>Lagos</code>, <code>Ibadan</code>).</p>\n<p><strong>no_of_dependent</strong> ⁱⁿᵗᵉᵍᵉʳ<br />Number of dependents (e.g., <code>0</code>, <code>5</code>).</p>\n<p><strong>type_of_residence</strong> ˢᵗʳⁱⁿᵍ<br />Type of accommodation (e.g., <code>own house</code>, <code>rented apartment</code>, <code>parents apartment</code>).</p>\n<p><strong>education_attainment</strong> ˢᵗʳⁱⁿᵍ<br />Level of education (e.g., <code>MSc and above</code>, <code>BSc</code>, <code>HND and Other Equivalent</code>, <code>Diploma/School Cert</code>, <code>Others</code>).</p>\n<p><strong>employment_status</strong> ˢᵗʳⁱⁿᵍ<br />Employment status (e.g., <code>employed</code>, <code>self employed</code>, <code>unemployed</code>, <code>retired</code>).</p>\n<p><strong>sector_of_employment</strong> ˢᵗʳⁱⁿᵍ<br />Industry or sector of employment (e.g., <code>agriculture</code>, <code>banking</code>, <code>education</code>, <code>law</code>).</p>\n<p><strong>tier</strong> ˢᵗʳⁱⁿᵍ<br />Tier category (e.g., <code>tier 1</code>, <code>tier 2</code>).</p>\n<p><strong>monthly_net_income</strong> ˢᵗʳⁱⁿᵍ<br />Income range (e.g., <code>700,000 - 999,999</code>, <code>above 1,000,000</code>).</p>\n<p><strong>employment_category</strong> ˢᵗʳⁱⁿᵍ<br />Employment classification (e.g., <code>artisan</code>, <code>enterprise</code>, <code>private company</code>, <code>federal: public</code>).</p>\n<p><strong>bvn</strong> ˢᵗʳⁱⁿᵍ<br />Customer’s Bank Verification Number (e.g., <code>22222222222</code>).</p>\n<p><strong>phone_number</strong> ˢᵗʳⁱⁿᵍ<br />Primary phone number of the customer (e.g., <code>0805555555</code>).</p>\n<p><strong>working_period</strong> ⁱⁿᵗᵉᵍᵉʳ<br />Total years of work experience (e.g., <code>1</code>).</p>\n<p><strong>time_with_current_employer</strong> ⁱⁿᵗᵉᵍᵉʳ<br />Time spent with current employer in years (e.g., <code>1</code>).</p>\n<p><strong>previous_lendsqr_loans</strong> ⁱⁿᵗᵉᵍᵉʳ<br />Number of past loans taken from Lendsqr (e.g., <code>1</code>).</p>\n<p><strong>code</strong> ˢᵗʳⁱⁿᵍ<br />Custom or referral code (e.g., <code>56etruu</code>).</p>\n<p><strong>phone</strong> ˢᵗʳⁱⁿᵍ<br />Alternate phone number (e.g., <code>08106666666</code>).</p>\n<p><strong>bvn_phone</strong> ˢᵗʳⁱⁿᵍ<br />Phone number associated with BVN (e.g., <code>08106666666</code>).</p>\n<p><strong>official_email</strong> ˢᵗʳⁱⁿᵍ<br />Work or company email address (e.g., <code>male@female.com</code>).</p>\n<p><strong>personal_email</strong> ˢᵗʳⁱⁿᵍ<br />Personal email address (e.g., <code>male@female.com</code>).</p>\n<p><strong>amount</strong> ˢᵗʳⁱⁿᵍ<br />Loan or transaction amount (e.g., <code>5000</code>).</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<your-api-token>"}]},"isInherited":true,"source":{"_postman_id":"9a2d86b7-a837-4de9-8302-3f37b628d40e","id":"9a2d86b7-a837-4de9-8302-3f37b628d40e","name":"Adjutor API Service","type":"collection"}},"urlObject":{"path":["models",":id"],"host":["https://adjutor.lendsqr.com/v2/decisioning"],"query":[],"variable":[{"id":"c53a08a6-97b2-4ac0-a58a-2274fe1768ef","type":"any","value":"2355","key":"id"}]}},"response":[{"id":"fc546eae-a079-4f0f-a0d5-90c1a1eb496b","name":"Oraculli Borrower Scoring","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"gender\": \"Female\",\n    \"marital_status\": \"Single\",\n    \"age\": \"21\",\n    \"location\": \"lagos\",\n    \"no_of_dependent\": \"0\",\n    \"type_of_residence\": \"Rented Apartment\",\n    \"educational_attainment\": \"BSc, HND and Other Equivalent\",\n    \"employment_status\": \"Employed\",\n    \"sector_of_employment\": \"Other Financial\",\n    \"monthly_net_income\": \"100,000 - 199,999\",\n    \"employer_category\": \"Private Company\",\n    \"bvn\": \"22536051111\",\n    \"phone_number\": \"08012345678\",\n    \"total_years_of_experience\": 5,\n    \"time_with_current_employer\": 2,\n    \"previous_lendsqr_loans\": 3,\n    \"phone\": \"07062561111\",\n    \"bvn_phone\": \"07062561111\",\n    \"office_email\": \"adojohnsule@lendsqr.com\",\n    \"personal_email\": \"adojohnsule@lendsqr.com\",\n    \"amount\": 10000\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"https://adjutor.lendsqr.com/v2/decisioning/models/:id","host":["https://adjutor.lendsqr.com/v2/decisioning"],"path":["models",":id"],"variable":[{"id":"c53a08a6-97b2-4ac0-a58a-2274fe1768ef","key":"id","value":"2355"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Tue, 08 Aug 2023 14:42:46 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"X-Powered-By","value":"Express"},{"key":"X-Request-ID","value":"4e829b52-a39b-4fad-8da8-93d9ea8171ab"},{"key":"Last-Modified","value":"Tue, 08 Aug 2023 14:42:45 GMT"},{"key":"ETag","value":"W/\"7f6-IOxnW/y6JbsKwgsmXd4jlYoR2sc\""},{"key":"CF-Cache-Status","value":"DYNAMIC"},{"key":"Server","value":"cloudflare"},{"key":"CF-RAY","value":"7f3887169982c4fc-LOS"},{"key":"Content-Encoding","value":"gzip"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": \"success\",\n    \"message\": \"Successful\",\n    \"data\": {\n        \"credit_score_items\": [\n            {\n                \"score_name\": \"age\",\n                \"score_value\": \"21\",\n                \"weight\": \"7\",\n                \"maximum_score\": 10,\n                \"borrower_score\": 6,\n                \"weighted_score\": 0.0382\n            },\n            {\n                \"score_name\": \"gender\",\n                \"score_value\": \"Female\",\n                \"weight\": \"10\",\n                \"maximum_score\": 10,\n                \"borrower_score\": 10,\n                \"weighted_score\": 0.0909\n            },\n            {\n                \"score_name\": \"location\",\n                \"score_value\": \"lagos\",\n                \"weight\": \"5\",\n                \"maximum_score\": 10,\n                \"borrower_score\": 9,\n                \"weighted_score\": 0.0409\n            },\n            {\n                \"score_name\": \"customer_tier\",\n                \"score_value\": null,\n                \"weight\": \"5\",\n                \"maximum_score\": 10,\n                \"borrower_score\": 0,\n                \"weighted_score\": 0\n            },\n            {\n                \"score_name\": \"marital_status\",\n                \"score_value\": \"Single\",\n                \"weight\": \"5\",\n                \"maximum_score\": 10,\n                \"borrower_score\": 6,\n                \"weighted_score\": 0.0273\n            },\n            {\n                \"score_name\": \"employer_category\",\n                \"score_value\": \"Private Company\",\n                \"weight\": \"5\",\n                \"maximum_score\": 10,\n                \"borrower_score\": 8,\n                \"weighted_score\": 0.0364\n            },\n            {\n                \"score_name\": \"employment_status\",\n                \"score_value\": \"Employed\",\n                \"weight\": \"10\",\n                \"maximum_score\": 10,\n                \"borrower_score\": 10,\n                \"weighted_score\": 0.0909\n            },\n            {\n                \"score_name\": \"type_of_residence\",\n                \"score_value\": \"Rented Apartment\",\n                \"weight\": \"5\",\n                \"maximum_score\": 10,\n                \"borrower_score\": 10,\n                \"weighted_score\": 0.0455\n            },\n            {\n                \"score_name\": \"monthly_net_income\",\n                \"score_value\": \"100,000 - 199,999\",\n                \"weight\": \"10\",\n                \"maximum_score\": 10,\n                \"borrower_score\": 5,\n                \"weighted_score\": 0.0455\n            },\n            {\n                \"score_name\": \"no_of_dependent\",\n                \"score_value\": \"0\",\n                \"weight\": \"8\",\n                \"maximum_score\": 10,\n                \"borrower_score\": 5,\n                \"weighted_score\": 0.0364\n            },\n            {\n                \"score_name\": \"sector_of_employment\",\n                \"score_value\": \"Other Financial\",\n                \"weight\": \"5\",\n                \"maximum_score\": 10,\n                \"borrower_score\": 6,\n                \"weighted_score\": 0.0273\n            },\n            {\n                \"score_name\": \"educational_attainment\",\n                \"score_value\": \"BSc, HND and Other Equivalent\",\n                \"weight\": \"5\",\n                \"maximum_score\": 10,\n                \"borrower_score\": 8,\n                \"weighted_score\": 0.0364\n            },\n            {\n                \"score_name\": \"time_with_current_employer\",\n                \"score_value\": 2,\n                \"weight\": \"5\",\n                \"maximum_score\": 10,\n                \"borrower_score\": 6,\n                \"weighted_score\": 0.0273\n            },\n            {\n                \"score_name\": \"ecosystem.settled_loans\",\n                \"score_value\": null,\n                \"weight\": \"25\",\n                \"maximum_score\": 10,\n                \"borrower_score\": 3,\n                \"weighted_score\": 0.0682\n            }\n        ],\n        \"total_weight\": 110,\n        \"score\": 61.12,\n        \"offers\": []\n    },\n    \"meta\": {\n        \"cost\": 15,\n        \"balance\": 1460\n    }\n}"}],"_postman_id":"878d44a3-5030-40d8-b607-98115cbb5517"}],"id":"3c00f132-8d60-4a29-b8bc-4c2ac5a753dc","description":"<p>These APIs provide quick, easy, and cost-effective solutions for making informed decisions during your loan decision processes, allowing you to make confident and efficient choices with ease.</p>\n<p>To use the Decisioning APIs, you must have designed your decision models and configure them within the Lendsqr admin console.</p>\n","_postman_id":"3c00f132-8d60-4a29-b8bc-4c2ac5a753dc","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<your-api-token>"}]},"isInherited":true,"source":{"_postman_id":"9a2d86b7-a837-4de9-8302-3f37b628d40e","id":"9a2d86b7-a837-4de9-8302-3f37b628d40e","name":"Adjutor API Service","type":"collection"}}}],"id":"e2cfd1d4-a638-4fd6-8e0a-2770fb2e7880","description":"<p>Specialized APIs tailored for Nigeria’s financial ecosystem. These endpoints support key services such as Bank ccount verification, BVN validation, NIN checks, Credit Bureau access, and decisioning tools. Built to streamline lending, KYC, and customer onboarding workflows.</p>\n","_postman_id":"e2cfd1d4-a638-4fd6-8e0a-2770fb2e7880","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<your-api-token>"}]},"isInherited":true,"source":{"_postman_id":"9a2d86b7-a837-4de9-8302-3f37b628d40e","id":"9a2d86b7-a837-4de9-8302-3f37b628d40e","name":"Adjutor API Service","type":"collection"}}},{"name":"Malawi 🇲🇼","item":[{"name":"Customers","item":[{"name":"Onboard Customer","id":"0daa3c69-07fe-44c1-b160-219adeb6798c","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n  \"email\": \"john.doe@example.com\",\n  \"phone_number\": \"+1-555-0123\",\n  \"first_name\": \"John\",\n  \"last_name\": \"Smith\",\n  \"dob\": \"1990-05-15\",\n  \"address\": \"123 Main Street, Apt 4B, Springfield, IL 62701\",\n  \"additional_data\": {},\n  \"pin\": 1992 \n}","options":{"raw":{"language":"json"}}},"url":"https://adjutor.lendsqr.com/v2/onboard/customer","description":"<p>Create a new customer with the provided details, including phone number, email, name, address and associated security pin.</p>\n<h4 id=\"request-payload\">Request Payload</h4>\n<p><strong>email</strong> * ˢᵗʳⁱⁿᵍ<br />Customer's email address.</p>\n<p><strong>phone_number</strong> * ˢᵗʳⁱⁿᵍ<br />Customer's phone number in the format <code>+1XXXXXXXXXX</code> or <code>2348012345678</code>.</p>\n<p><strong>first_name</strong> * ˢᵗʳⁱⁿᵍ<br />Customer's first name.</p>\n<p><strong>last_name</strong> * ˢᵗʳⁱⁿᵍ<br />Customer's last name.</p>\n<p><strong>dob</strong> * ᵈᵃᵗᵉ<br />Customer's date of birth in the format <code>yyyy-mm-dd</code>.</p>\n<p><strong>address</strong> * ˢᵗʳⁱⁿᵍ<br />Customer's residential address.</p>\n<h4 id=\"response-payload\">Response Payload</h4>\n<p>The endpoint returns the details of a newly updated customer with the following properties:</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Properties</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><strong>id</strong> ⁱⁿᵗᵉᵍᵉʳ  <br />Unique identifier for the user</td>\n</tr>\n<tr>\n<td><strong>org_id</strong> ⁱⁿᵗᵉᵍᵉʳ  <br />Identifier for the organization the user belongs to</td>\n</tr>\n<tr>\n<td><strong>manager_id</strong> ⁱⁿᵗᵉᵍᵉʳ  <br />Identifier for the user's manager, if applicable</td>\n</tr>\n<tr>\n<td><strong>office_id</strong> ⁿᵘˡˡᵃᵇˡᵉ ⁱⁿᵗᵉᵍᵉʳ  <br />Identifier for the user's office, if applicable</td>\n</tr>\n<tr>\n<td><strong>first_name</strong> ˢᵗʳⁱⁿᵍ  <br />User's first name</td>\n</tr>\n<tr>\n<td><strong>last_name</strong> ˢᵗʳⁱⁿᵍ  <br />User's last name</td>\n</tr>\n<tr>\n<td><strong>phone_number</strong> ˢᵗʳⁱⁿᵍ  <br />User's phone number in international format</td>\n</tr>\n<tr>\n<td><strong>country</strong> ˢᵗʳⁱⁿᵍ  <br />Country code (ISO 3-letter format)</td>\n</tr>\n<tr>\n<td><strong>language</strong> ˢᵗʳⁱⁿᵍ  <br />Preferred language of the user</td>\n</tr>\n<tr>\n<td><strong>locale</strong> ˢᵗʳⁱⁿᵍ  <br />Locale setting (e.g., en-US)</td>\n</tr>\n<tr>\n<td><strong>timezone</strong> ˢᵗʳⁱⁿᵍ  <br />User's timezone (e.g., Africa/Lagos)</td>\n</tr>\n<tr>\n<td><strong>email</strong> ˢᵗʳⁱⁿᵍ  <br />User's email address</td>\n</tr>\n<tr>\n<td><strong>email_verified</strong> ˢᵗʳⁱⁿᵍ  <br />Indicates whether the email is verified (1 = Yes, 0 = No)</td>\n</tr>\n<tr>\n<td><strong>id_document_id</strong> ⁿᵘˡˡᵃᵇˡᵉ ⁱⁿᵗᵉᵍᵉʳ  <br />Identifier for the user's ID document</td>\n</tr>\n<tr>\n<td><strong>bvn_phone_number</strong> ˢᵗʳⁱⁿᵍ  <br />Phone number linked to the BVN</td>\n</tr>\n<tr>\n<td><strong>bvn_validation_count</strong> ⁱⁿᵗᵉᵍᵉʳ  <br />Number of BVN validation attempts</td>\n</tr>\n<tr>\n<td><strong>dob</strong> ˢᵗʳⁱⁿᵍ  <br />User's date of birth in ISO 8601 format (YYYY-MM-DDTHH:mm:ss.sssZ)</td>\n</tr>\n<tr>\n<td><strong>charged_for_id_verification</strong> ᵇᵒᵒˡᵉᵃⁿ  <br />Indicates if the lender was charged for ID verification (1 = Yes, 0 = No)</td>\n</tr>\n<tr>\n<td><strong>photo_url</strong> ˢᵗʳⁱⁿᵍ  <br />URL to the user's profile picture</td>\n</tr>\n<tr>\n<td><strong>address</strong> ˢᵗʳⁱⁿᵍ  <br />User's residential address</td>\n</tr>\n<tr>\n<td><strong>apartment_type</strong> ˢᵗʳⁱⁿᵍ  <br />Type of apartment, if specified</td>\n</tr>\n<tr>\n<td><strong>nearest_landmark</strong> ⁿᵘˡˡᵃᵇˡᵉ ˢᵗʳⁱⁿᵍ  <br />Nearest landmark to the user's residence</td>\n</tr>\n<tr>\n<td><strong>city</strong> ⁿᵘˡˡᵃᵇˡᵉ ˢᵗʳⁱⁿᵍ  <br />User's city of residence</td>\n</tr>\n<tr>\n<td><strong>state</strong> ˢᵗʳⁱⁿᵍ  <br />User's state of residence</td>\n</tr>\n<tr>\n<td><strong>lga</strong> ⁿᵘˡˡᵃᵇˡᵉ ˢᵗʳⁱⁿᵍ  <br />Local Government Area (LGA) of the user</td>\n</tr>\n<tr>\n<td><strong>gender</strong> ˢᵗʳⁱⁿᵍ  <br />User's gender</td>\n</tr>\n<tr>\n<td><strong>marital_status</strong> ⁿᵘˡˡᵃᵇˡᵉ ⁱⁿᵗᵉᵍᵉʳ  <br />Marital status of the user</td>\n</tr>\n<tr>\n<td><strong>rating</strong> ⁿᵘˡˡᵃᵇˡᵉ ⁱⁿᵗᵉᵍᵉʳ  <br />Internal rating assigned to the user</td>\n</tr>\n<tr>\n<td><strong>credit_score</strong> ⁿᵘˡˡᵃᵇˡᵉ ⁱⁿᵗᵉᵍᵉʳ  <br />Credit score of the user, if available.</td>\n</tr>\n<tr>\n<td><strong>risk_rating</strong> ⁿᵘˡˡᵃᵇˡᵉ ⁱⁿᵗᵉᵍᵉʳ  <br />Risk rating of the user</td>\n</tr>\n<tr>\n<td><strong>selfie_bvn_check</strong> ˢᵗʳⁱⁿᵍ  <br />Status of the user's selfie-BVN check</td>\n</tr>\n<tr>\n<td><strong>selfie_id_check</strong> ⁿᵘˡˡᵃᵇˡᵉ ˢᵗʳⁱⁿᵍ  <br />Status of the user's selfie-ID check</td>\n</tr>\n<tr>\n<td><strong>referred_by</strong> ⁿᵘˡˡᵃᵇˡᵉ ˢᵗʳⁱⁿᵍ  <br />Referral source, if applicable</td>\n</tr>\n<tr>\n<td><strong>referral_code</strong> ˢᵗʳⁱⁿᵍ  <br />User's unique referral code</td>\n</tr>\n<tr>\n<td><strong>activated</strong> ᵇᵒᵒˡᵉᵃⁿ  <br />Indicates if the user is activated (1 = Yes, 0 = No)</td>\n</tr>\n<tr>\n<td><strong>activated_on</strong> ˢᵗʳⁱⁿᵍ  <br />Date and time of activation in ISO 8601 format</td>\n</tr>\n<tr>\n<td><strong>last_login_date</strong> ˢᵗʳⁱⁿᵍ  <br />Last login timestamp in ISO 8601 format</td>\n</tr>\n<tr>\n<td><strong>blacklisted</strong> ᵇᵒᵒˡᵉᵃⁿ  <br />Indicates if the user is blacklisted (1 = Yes, 0 = No)</td>\n</tr>\n<tr>\n<td><strong>reason</strong> ⁿᵘˡˡᵃᵇˡᵉ ˢᵗʳⁱⁿᵍ  <br />Reason for blacklisting, if applicable</td>\n</tr>\n<tr>\n<td><strong>created_on</strong> ˢᵗʳⁱⁿᵍ  <br />Timestamp of user creation in ISO 8601 format</td>\n</tr>\n</tbody>\n</table>\n</div>","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<your-api-token>"}]},"isInherited":true,"source":{"_postman_id":"9a2d86b7-a837-4de9-8302-3f37b628d40e","id":"9a2d86b7-a837-4de9-8302-3f37b628d40e","name":"Adjutor API Service","type":"collection"}},"urlObject":{"path":["customer"],"host":["https://adjutor.lendsqr.com/v2/onboard"],"query":[],"variable":[]}},"response":[{"id":"3d014f9f-c64b-42c4-99eb-0251ad6de42e","name":"Onboard Customer","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n  \"email\": \"john.doe@example.com\",\n  \"phone_number\": \"+1-555-0123\",\n  \"first_name\": \"John\",\n  \"last_name\": \"Smith\",\n  \"dob\": \"1990-05-15\",\n  \"address\": \"123 Main Street, Apt 4B, Springfield, IL 62701\"\n}","options":{"raw":{"language":"json"}}},"url":"https://adjutor.lendsqr.com/v2/onboard/customer"},"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": \"success\",\n    \"message\": \"Successful\",\n    \"data\": {\n        \"users\": [\n            {\n                \"id\": 8999,\n                \"org_id\": 340015,\n                \"manager_id\": null,\n                \"office_id\": null,\n                \"first_name\": \"First\",\n                \"last_name\": \"User\",\n                \"phone_number\": \"23480123456789\",\n                \"country\": \"NGA\",\n                \"language\": \"en\",\n                \"locale\": \"en-US\",\n                \"timezone\": \"Africa/Lagos\",\n                \"email\": \"exampleuser@gmail.com\",\n                \"email_verified\": 0,\n                \"bvn\": \"22*******98\",\n                \"id_document_id\": null,\n                \"bvn_phone_number\": \"08169654518\",\n                \"bvn_validation_count\": 0,\n                \"dob\": \"1995-07-15T00:00:00.000Z\",\n                \"charged_for_id_verification\": 1,\n                \"photo_url\": \"https://documents.example.png\",\n                \"address\": null,\n                \"apartment_type\": null,\n                \"nearest_landmark\": null,\n                \"city\": null,\n                \"state\": \"State\",\n                \"lga\": null,\n                \"gender\": \"Male\",\n                \"marital_status\": null,\n                \"rating\": null,\n                \"credit_score\": null,\n                \"risk_rating\": null,\n                \"selfie_bvn_check\": \"Successful\",\n                \"selfie_id_check\": null,\n                \"referred_by\": null,\n                \"referral_code\": \"EP4N9A\",\n                \"activated\": 1,\n                \"activated_on\": null,\n                \"last_login_date\": \"2024-08-10T23:07:48.000Z\",\n                \"blacklisted\": 0,\n                \"reason\": null,\n                \"created_on\": \"2024-08-10T23:07:48.000Z\"\n            }\n        ]\n    },\n    \"meta\": {\n        \"cost\": 100,\n        \"balance\": 1555\n    }\n}"}],"_postman_id":"0daa3c69-07fe-44c1-b160-219adeb6798c"},{"name":"Update Customer","id":"e461f51a-0566-4892-82c8-8bda28c227da","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PATCH","header":[],"body":{"mode":"raw","raw":"{\r\n\"first_name\" : \"John\",\r\n\"last_name\": \"Sule\",\r\n  \"phone_number\": \"265991234567\",\r\n  \"email\": \"joghnsule@gmail.com\"\r\n}","options":{"raw":{"language":"json"}}},"url":"https://adjutor.lendsqr.com/v2/customers/:id","description":"<p>Update the information of an existing customer using their unique ID. Only the fields provided in the request body will be updated.</p>\n<h4 id=\"request-payload\">Request Payload</h4>\n<p>The request body must contain one or more of the following editable fields:</p>\n<p><strong>first_name</strong> * ˢᵗʳⁱⁿᵍ<br />Customer's first name</p>\n<p><strong>last_name</strong> * ˢᵗʳⁱⁿᵍ<br />Customer's last name</p>\n<p><strong>email</strong> * ˢᵗʳⁱⁿᵍ<br />Email address of the customer</p>\n<p><strong>phone_number</strong> * ˢᵗʳⁱⁿᵍ<br />Customer's phone number in the format <code>2348012345678</code></p>\n<p><strong>address</strong> * ˢᵗʳⁱⁿᵍ<br />Address of the customer.</p>\n<h4 id=\"response-payload\">Response Payload</h4>\n<p>The endpoint returns the details of the newly created customer with the following properties:</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Properties</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><strong>id</strong> ⁱⁿᵗᵉᵍᵉʳ  <br />Unique identifier for the user</td>\n</tr>\n<tr>\n<td><strong>org_id</strong> ⁱⁿᵗᵉᵍᵉʳ  <br />Identifier for the organization the user belongs to</td>\n</tr>\n<tr>\n<td><strong>first_name</strong> ˢᵗʳⁱⁿᵍ  <br />User's first name</td>\n</tr>\n<tr>\n<td><strong>last_name</strong> ˢᵗʳⁱⁿᵍ  <br />User's last name</td>\n</tr>\n<tr>\n<td><strong>phone_number</strong> ˢᵗʳⁱⁿᵍ  <br />User's phone number in international format</td>\n</tr>\n<tr>\n<td><strong>country</strong> ˢᵗʳⁱⁿᵍ  <br />Country code (ISO 3-letter format)</td>\n</tr>\n<tr>\n<td><strong>language</strong> ˢᵗʳⁱⁿᵍ  <br />Preferred language of the user</td>\n</tr>\n<tr>\n<td><strong>locale</strong> ˢᵗʳⁱⁿᵍ  <br />Locale setting (e.g., en-US)</td>\n</tr>\n<tr>\n<td><strong>email</strong> ˢᵗʳⁱⁿᵍ  <br />User's email address</td>\n</tr>\n<tr>\n<td><strong>photo_url</strong> ˢᵗʳⁱⁿᵍ  <br />URL to the user's profile picture</td>\n</tr>\n<tr>\n<td><strong>address</strong> ˢᵗʳⁱⁿᵍ  <br />User's residential address</td>\n</tr>\n<tr>\n<td><strong>city</strong> ⁿᵘˡˡᵃᵇˡᵉ ˢᵗʳⁱⁿᵍ  <br />User's city of residence</td>\n</tr>\n<tr>\n<td><strong>credit_score</strong> ⁿᵘˡˡᵃᵇˡᵉ ⁱⁿᵗᵉᵍᵉʳ  <br />Credit score of the user, if available.</td>\n</tr>\n<tr>\n<td><strong>risk_rating</strong> ⁿᵘˡˡᵃᵇˡᵉ ⁱⁿᵗᵉᵍᵉʳ  <br />Risk rating of the user</td>\n</tr>\n<tr>\n<td><strong>blacklisted</strong> ᵇᵒᵒˡᵉᵃⁿ  <br />Indicates if the user is blacklisted (1 = Yes, 0 = No)</td>\n</tr>\n<tr>\n<td><strong>reason</strong> ⁿᵘˡˡᵃᵇˡᵉ ˢᵗʳⁱⁿᵍ  <br />Reason for blacklisting, if applicable</td>\n</tr>\n<tr>\n<td><strong>created_on</strong> ˢᵗʳⁱⁿᵍ  <br />Timestamp of user creation in ISO 8601 format</td>\n</tr>\n</tbody>\n</table>\n</div>","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<your-api-token>"}]},"isInherited":true,"source":{"_postman_id":"9a2d86b7-a837-4de9-8302-3f37b628d40e","id":"9a2d86b7-a837-4de9-8302-3f37b628d40e","name":"Adjutor API Service","type":"collection"}},"urlObject":{"path":[":id"],"host":["https://adjutor.lendsqr.com/v2/customers"],"query":[],"variable":[{"type":"any","value":"","key":"id"}]}},"response":[{"id":"b4291809-d98d-4b33-8129-b62379e99a7b","name":"Update Customer","originalRequest":{"method":"PATCH","header":[],"body":{"mode":"raw","raw":"{\r\n    \"first_name\": \"John\",\r\n    \"last_name\": \"Sule\",\r\n    \"phone_number\": \"265991234567\",\r\n    \"email\": \"joghnsule@gmail.com\"\r\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"https://adjutor.lendsqr.com/v2/customers/:id","protocol":"https","host":["adjutor","lendsqr","com"],"path":["v2","customers",":id"],"variable":[{"key":"id","value":""}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": \"success\",\n    \"message\": \"Successful\",\n    \"data\": {\n        \"user\": {\n            \"id\": 2279225,\n            \"org_id\": 3401,\n            \"manager_id\": null,\n            \"office_id\": null,\n            \"first_name\": \"John\",\n            \"last_name\": \"Sule\",\n            \"phone_number\": \"265991234567\",\n            \"country\": \"MW\",\n            \"language\": \"en\",\n            \"locale\": \"en_MW\",\n            \"timezone\": null,\n            \"email\": \"johnsule57@gmail.com\",\n            \"email_verified\": 0,\n            \"id_document_id\": null,\n            \"dob\": \"2002-05-07T00:00:00.000Z\",\n            \"photo_url\": \"https://documents.lendsqr.com/irorun/d9647b3b0a0f638a5a2638d6eb9a5fb7003c571dff0b6b1061442a45cfe2afae197f48a63cfd6d7911fea33d19c6ae7c9d09f750c0c3fe915dda615f5a1f29f4.png\",\n            \"address\": \"Lilongwe\",\n            \"city\": \"Lilongwe\",\n            \"gender\": \"Male\",\n            \"marital_status\": null,\n            \"credit_score\": null,\n            \"activated\": 0,\n            \"activated_on\": null,\n            \"blacklisted\": 0,\n            \"reason\": null,\n            \"created_on\": \"2024-12-28T00:33:35.000Z\"\n        }\n    },\n    \"meta\": {\n        \"cost\": 0,\n        \"balance\": 425\n    }\n}"}],"_postman_id":"e461f51a-0566-4892-82c8-8bda28c227da"}],"id":"3582041b-5913-44aa-bffc-63de00112c58","description":"<p>This section includes APIs related to customer management. It allows for creating, retrieving, updating, and deleting customer information, as well as managing customer profiles and documents. These APIs provide essential tools for handling customer data efficiently.</p>\n","event":[{"listen":"prerequest","script":{"type":"text/javascript","exec":["\r",""],"id":"ff1a3c0d-8996-4a27-94ee-0e190fd403c4"}},{"listen":"test","script":{"type":"text/javascript","packages":{},"exec":[""],"id":"ca990d34-ddff-4b03-a85c-db5a8b3f8c63"}}],"_postman_id":"3582041b-5913-44aa-bffc-63de00112c58","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<your-api-token>"}]},"isInherited":true,"source":{"_postman_id":"9a2d86b7-a837-4de9-8302-3f37b628d40e","id":"9a2d86b7-a837-4de9-8302-3f37b628d40e","name":"Adjutor API Service","type":"collection"}}},{"name":"Decisioning","item":[{"name":"Get Decision Models","id":"1625471e-d4a7-4f4b-8199-d484c09c4a4e","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://adjutor.lendsqr.com/v2/decisioning/models","description":"<p>This endpoint fetches all the decision models that have been configured for your profile. This would allow you to programmatically iterate and select.</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<your-api-token>"}]},"isInherited":true,"source":{"_postman_id":"9a2d86b7-a837-4de9-8302-3f37b628d40e","id":"9a2d86b7-a837-4de9-8302-3f37b628d40e","name":"Adjutor API Service","type":"collection"}},"urlObject":{"path":["models"],"host":["https://adjutor.lendsqr.com/v2/decisioning"],"query":[],"variable":[]}},"response":[{"id":"c71a54a8-5787-438c-927c-091ca719919e","name":"Get Decision Models","originalRequest":{"method":"GET","header":[],"url":"https://adjutor.lendsqr.com/v2/decisioning/models"},"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[{"expires":"Invalid Date","domain":"","path":""}],"responseTime":null,"body":"{\n    \"status\": \"success\",\n    \"message\": \"Successful\",\n    \"data\": [\n        {\n            \"id\": 4272,\n            \"product_id\": null,\n            \"org_id\": 3415,\n            \"version_id\": 57,\n            \"country\": \"NGA\",\n            \"name\": \"Default Lendsqr decision model\",\n            \"description\": \"Default decision model apply to all lender or products without a decision model set for it\",\n            \"decision_setting\": {\n                \"karma\": {\n                    \"required\": true,\n                    \"sequence\": 1,\n                    \"continue_on_failure\": true,\n                    \"pre_offer\": false,\n                    \"pre-offer\": false\n                },\n                \"ecosystem\": {\n                    \"required\": true,\n                    \"sequence\": 2,\n                    \"continue_on_failure\": true,\n                    \"pre_offer\": true\n                },\n                \"credit_bureau\": {\n                    \"required\": true,\n                    \"sequence\": 3,\n                    \"continue_on_failure\": true\n                }\n            },\n            \"offer_setting\": [\n                {\n                    \"minimum\": 10,\n                    \"maximum\": 100000,\n                    \"rule\": {\n                        \"if\": [\n                            {\n                                \"==\": [\n                                    {\n                                        \"var\": [\n                                            \"whitelist.whitelisted\"\n                                        ]\n                                    },\n                                    true\n                                ]\n                            },\n                            {\n                                \"var\": [\n                                    \"requested_amount\"\n                                ]\n                            },\n                            {\n                                \"offer\": [\n                                    {\n                                        \"amount\": {\n                                            \"min\": [\n                                                {\n                                                    \"if\": [\n                                                        {\n                                                            \"==\": [\n                                                                {\n                                                                    \"var\": [\n                                                                        \"loan_count\"\n                                                                    ]\n                                                                },\n                                                                0\n                                                            ]\n                                                        },\n                                                        2000,\n                                                        {\n                                                            \"==\": [\n                                                                {\n                                                                    \"var\": [\n                                                                        \"loan_count\"\n                                                                    ]\n                                                                },\n                                                                1\n                                                            ]\n                                                        },\n                                                        3000,\n                                                        {\n                                                            \"==\": [\n                                                                {\n                                                                    \"var\": [\n                                                                        \"loan_count\"\n                                                                    ]\n                                                                },\n                                                                2\n                                                            ]\n                                                        },\n                                                        5000,\n                                                        {\n                                                            \"==\": [\n                                                                {\n                                                                    \"var\": [\n                                                                        \"loan_count\"\n                                                                    ]\n                                                                },\n                                                                3\n                                                            ]\n                                                        },\n                                                        7500,\n                                                        {\n                                                            \">=\": [\n                                                                {\n                                                                    \"var\": [\n                                                                        \"loan_count\"\n                                                                    ]\n                                                                },\n                                                                4\n                                                            ]\n                                                        },\n                                                        10000\n                                                    ]\n                                                },\n                                                {\n                                                    \"var\": [\n                                                        \"requested_amount\"\n                                                    ]\n                                                }\n                                            ]\n                                        }\n                                    },\n                                    {\n                                        \"interest_rate\": [\n                                            15\n                                        ]\n                                    }\n                                ]\n                            }\n                        ]\n                    }\n                }\n            ],\n            \"status\": \"active\",\n            \"created_on\": \"2023-07-13T20:38:07.000Z\"\n        },\n        {\n            \"id\": 4273,\n            \"product_id\": null,\n            \"org_id\": 3415,\n            \"version_id\": 6,\n            \"country\": \"NGA\",\n            \"name\": \"Default Offline Decision Model\",\n            \"description\": \"Default decision model apply to all offline loan products on Lendsqr. Minimum amount is N1,000 and maximum is N1,000,000\",\n            \"decision_setting\": {\n                \"karma\": {\n                    \"required\": true,\n                    \"sequence\": 1,\n                    \"continue_on_failure\": false,\n                    \"pre_offer\": true\n                },\n                \"ecosystem\": {\n                    \"required\": true,\n                    \"sequence\": 2,\n                    \"continue_on_failure\": true,\n                    \"pre_offer\": true\n                }\n            },\n            \"offer_setting\": [\n                {\n                    \"minimum\": \"0\",\n                    \"maximum\": 1000000,\n                    \"rule\": {\n                        \"*\": [\n                            1,\n                            {\n                                \"var\": [\n                                    \"requested_amount\"\n                                ]\n                            }\n                        ]\n                    }\n                }\n            ],\n            \"status\": \"active\",\n            \"created_on\": \"2023-07-13T20:38:08.000Z\"\n        },\n        {\n            \"id\": 4459,\n            \"product_id\": null,\n            \"org_id\": 3415,\n            \"version_id\": 26,\n            \"country\": \"NGA\",\n            \"name\": \"JT-D\",\n            \"description\": \"For just JT loans\",\n            \"decision_setting\": {\n                \"karma\": {\n                    \"required\": true,\n                    \"sequence\": 1,\n                    \"continue_on_failure\": true,\n                    \"pre_offer\": true\n                },\n                \"credit_bureau\": {\n                    \"provider\": [\n                        {\n                            \"required\": {\n                                \"if\": [\n                                    {\n                                        \"==\": [\n                                            {\n                                                \"var\": [\n                                                    \"credit_bureau.record_found\"\n                                                ]\n                                            },\n                                            0\n                                        ]\n                                    },\n                                    true,\n                                    false\n                                ]\n                            },\n                            \"provider\": \"firstcentral\"\n                        }\n                    ],\n                    \"required\": true,\n                    \"sequence\": 2,\n                    \"continue_on_failure\": true\n                }\n            },\n            \"offer_setting\": [\n                {\n                    \"minimum\": 10,\n                    \"maximum\": 1000000000,\n                    \"rule\": {\n                        \"*\": [\n                            1,\n                            {\n                                \"var\": [\n                                    \"requested_amount\"\n                                ]\n                            }\n                        ]\n                    }\n                }\n            ],\n            \"status\": \"active\",\n            \"created_on\": \"2023-08-15T19:45:42.000Z\"\n        },\n        {\n            \"id\": 5977,\n            \"product_id\": null,\n            \"org_id\": 3415,\n            \"version_id\": 4,\n            \"country\": \"NGA\",\n            \"name\": \"Best loan product model\",\n            \"description\": \"Best loan product model\",\n            \"decision_setting\": {\n                \"karma\": {\n                    \"required\": true,\n                    \"sequence\": 1,\n                    \"continue_on_failure\": true,\n                    \"pre_offer\": true\n                },\n                \"ecosystem\": {\n                    \"required\": true,\n                    \"sequence\": 2,\n                    \"continue_on_failure\": false,\n                    \"pre_offer\": true\n                },\n                \"credit_bureau\": {\n                    \"required\": true,\n                    \"sequence\": 3,\n                    \"continue_on_failure\": true\n                }\n            },\n            \"offer_setting\": [\n                {\n                    \"rule\": {\n                        \"*\": [\n                            1,\n                            {\n                                \"var\": [\n                                    \"requested_amount\"\n                                ]\n                            }\n                        ]\n                    },\n                    \"maximum\": 1000000000,\n                    \"minimum\": 1000000\n                }\n            ],\n            \"status\": \"active\",\n            \"created_on\": \"2024-02-02T18:28:53.000Z\"\n        },\n        {\n            \"id\": 7066,\n            \"product_id\": null,\n            \"org_id\": 3415,\n            \"version_id\": 3,\n            \"country\": \"NGA\",\n            \"name\": \"credit bureau\",\n            \"description\": \"several ones\",\n            \"decision_setting\": {\n                \"karma\": {\n                    \"required\": true,\n                    \"sequence\": 1,\n                    \"continue_on_failure\": false,\n                    \"pre_offer\": true\n                },\n                \"ecosystem\": {\n                    \"required\": true,\n                    \"sequence\": 2,\n                    \"continue_on_failure\": false,\n                    \"pre_offer\": true\n                },\n                \"credit_bureau\": {\n                    \"required\": true,\n                    \"sequence\": 3,\n                    \"continue_on_failure\": false\n                }\n            },\n            \"offer_setting\": [\n                {\n                    \"rule\": {\n                        \"*\": [\n                            1,\n                            {\n                                \"var\": [\n                                    \"requested_amount\"\n                                ]\n                            }\n                        ]\n                    },\n                    \"maximum\": 1000000000,\n                    \"minimum\": 10\n                }\n            ],\n            \"status\": \"draft\",\n            \"created_on\": \"2024-04-22T10:57:38.000Z\"\n        },\n        {\n            \"id\": 7905,\n            \"product_id\": null,\n            \"org_id\": 3415,\n            \"version_id\": 1,\n            \"country\": \"NGA\",\n            \"name\": \"Vendy decision model\",\n            \"description\": \"Vendy decision model\",\n            \"decision_setting\": {\n                \"karma\": {\n                    \"required\": true,\n                    \"sequence\": 1,\n                    \"continue_on_failure\": false,\n                    \"pre_offer\": true\n                },\n                \"ecosystem\": {\n                    \"required\": true,\n                    \"sequence\": 2,\n                    \"continue_on_failure\": false,\n                    \"pre_offer\": true\n                },\n                \"credit_bureau\": {\n                    \"required\": true,\n                    \"sequence\": 3,\n                    \"continue_on_failure\": false\n                }\n            },\n            \"offer_setting\": [\n                {\n                    \"rule\": {\n                        \"*\": [\n                            1,\n                            {\n                                \"var\": [\n                                    \"requested_amount\"\n                                ]\n                            }\n                        ]\n                    },\n                    \"maximum\": 1000000000,\n                    \"minimum\": 10\n                }\n            ],\n            \"status\": \"active\",\n            \"created_on\": \"2024-06-03T00:09:33.000Z\"\n        },\n        {\n            \"id\": 10294,\n            \"product_id\": null,\n            \"org_id\": 3415,\n            \"version_id\": 9,\n            \"country\": \"NGA\",\n            \"name\": \"Custom model\",\n            \"description\": \"testingg\",\n            \"decision_setting\": {\n                \"karma\": {\n                    \"required\": true,\n                    \"sequence\": 1,\n                    \"continue_on_failure\": false,\n                    \"pre_offer\": true\n                },\n                \"ecosystem\": {\n                    \"required\": true,\n                    \"sequence\": 2,\n                    \"continue_on_failure\": false,\n                    \"pre_offer\": true\n                },\n                \"custom\": {\n                    \"required\": true,\n                    \"sequence\": 3,\n                    \"continue_on_failure\": false,\n                    \"pre_offer\": true,\n                    \"identifier\": \"vibes\",\n                    \"host\": \"https://vigil.lendsqr.com/snapcash-merchant-validation/\",\n                    \"method\": \"post\",\n                    \"headers\": \"Bearer sk_live_cPTqd1FkKMPxZBPXUGVsOoOBQFtOe8xQqRn2UvSU\",\n                    \"query\": {\n                        \"bvn\": \"{{bvn}}\"\n                    }\n                }\n            },\n            \"offer_setting\": [\n                {\n                    \"rule\": {\n                        \"*\": [\n                            1,\n                            {\n                                \"var\": [\n                                    \"requested_amount\"\n                                ]\n                            }\n                        ]\n                    },\n                    \"maximum\": 1000000000,\n                    \"minimum\": 10\n                }\n            ],\n            \"status\": \"active\",\n            \"created_on\": \"2024-08-19T15:25:23.000Z\"\n        },\n        {\n            \"id\": 10513,\n            \"product_id\": null,\n            \"org_id\": 3415,\n            \"version_id\": 1,\n            \"country\": \"NGA\",\n            \"name\": \"Custom modelllll\",\n            \"description\": \"custossss\",\n            \"decision_setting\": {\n                \"karma\": {\n                    \"required\": true,\n                    \"sequence\": 1,\n                    \"continue_on_failure\": false,\n                    \"pre_offer\": true\n                },\n                \"ecosystem\": {\n                    \"required\": true,\n                    \"sequence\": 2,\n                    \"continue_on_failure\": false,\n                    \"pre_offer\": true\n                },\n                \"credit_bureau\": {\n                    \"required\": true,\n                    \"sequence\": 3,\n                    \"continue_on_failure\": false\n                },\n                \"custom\": {\n                    \"required\": true,\n                    \"sequence\": 4,\n                    \"continue_on_failure\": false,\n                    \"pre_offer\": true,\n                    \"identifier\": \"vibes\",\n                    \"host\": \"https://66bd1b6a24da2de7ff6cbd1b.mockapi.io/mock/1\",\n                    \"method\": \"get\"\n                }\n            },\n            \"offer_setting\": [\n                {\n                    \"rule\": {\n                        \"*\": [\n                            1,\n                            {\n                                \"var\": [\n                                    \"requested_amount\"\n                                ]\n                            }\n                        ]\n                    },\n                    \"maximum\": 1000000000,\n                    \"minimum\": 10\n                }\n            ],\n            \"status\": \"active\",\n            \"created_on\": \"2024-08-30T19:07:58.000Z\"\n        },\n        {\n            \"id\": 11309,\n            \"product_id\": null,\n            \"org_id\": 3415,\n            \"version_id\": 1,\n            \"country\": \"NGA\",\n            \"name\": \"Offer settings\",\n            \"description\": \"Offer settings updated\",\n            \"decision_setting\": {\n                \"karma\": {\n                    \"required\": true,\n                    \"sequence\": 1,\n                    \"continue_on_failure\": false,\n                    \"pre_offer\": true\n                },\n                \"ecosystem\": {\n                    \"required\": true,\n                    \"sequence\": 2,\n                    \"continue_on_failure\": false,\n                    \"pre_offer\": true\n                },\n                \"credit_bureau\": {\n                    \"required\": true,\n                    \"sequence\": 3,\n                    \"continue_on_failure\": false\n                },\n                \"scoring\": {\n                    \"required\": true,\n                    \"sequence\": 4,\n                    \"continue_on_failure\": false,\n                    \"minimum\": 40\n                }\n            },\n            \"offer_setting\": [\n                {\n                    \"rule\": {\n                        \"*\": [\n                            1,\n                            {\n                                \"var\": [\n                                    \"requested_amount\"\n                                ]\n                            }\n                        ]\n                    },\n                    \"maximum\": 1000000000,\n                    \"minimum\": 10\n                }\n            ],\n            \"status\": \"active\",\n            \"created_on\": \"2024-10-11T12:41:57.000Z\"\n        },\n        {\n            \"id\": 11723,\n            \"product_id\": null,\n            \"org_id\": 3415,\n            \"version_id\": 8,\n            \"country\": \"NGA\",\n            \"name\": \"Sterling model\",\n            \"description\": \"sterling model\",\n            \"decision_setting\": [\n                {\n                    \"name\": \"karma\",\n                    \"required\": true,\n                    \"continue_on_failure\": false,\n                    \"pre_offer\": true,\n                    \"writable\": true\n                },\n                {\n                    \"name\": \"ecosystem\",\n                    \"required\": true,\n                    \"continue_on_failure\": false,\n                    \"pre_offer\": true,\n                    \"writable\": true\n                },\n                {\n                    \"name\": \"loci\",\n                    \"required\": true,\n                    \"continue_on_failure\": false,\n                    \"pre_offer\": true,\n                    \"writable\": true\n                },\n                {\n                    \"name\": \"scoring\",\n                    \"minimum\": 45,\n                    \"required\": true,\n                    \"continue_on_failure\": false,\n                    \"pre_offer\": true,\n                    \"writable\": true\n                },\n                {\n                    \"name\": \"credit_bureau\",\n                    \"provider\": \"sterling-firstcentral\",\n                    \"required\": true,\n                    \"continue_on_failure\": true,\n                    \"writable\": true\n                },\n                {\n                    \"name\": \"credit_bureau\",\n                    \"provider\": \"sterling-creditregistry\",\n                    \"required\": true,\n                    \"continue_on_failure\": true,\n                    \"writable\": true\n                },\n                {\n                    \"name\": \"credit_bureau\",\n                    \"provider\": \"sterling-crc\",\n                    \"required\": true,\n                    \"continue_on_failure\": true,\n                    \"writable\": true\n                }\n            ],\n            \"offer_setting\": [\n                {\n                    \"rule\": {\n                        \"*\": [\n                            1,\n                            {\n                                \"var\": [\n                                    \"requested_amount\"\n                                ]\n                            }\n                        ]\n                    },\n                    \"maximum\": 1000000000,\n                    \"minimum\": 10\n                }\n            ],\n            \"status\": \"active\",\n            \"created_on\": \"2024-10-19T19:16:16.000Z\"\n        }\n    ]\n}"}],"_postman_id":"1625471e-d4a7-4f4b-8199-d484c09c4a4e"},{"name":"Get Decision Model Details","id":"9d7f6bf2-6022-4921-ae28-9e1a5849742c","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://adjutor.lendsqr.com/v2/decisioning/models/:id/settings","description":"<p>This endpoint is used to obtain the details of a Decision Model.</p>\n<h4 id=\"path-variables\">Path Variables</h4>\n<p><strong>id</strong> * \nThe ID of the decision model.</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<your-api-token>"}]},"isInherited":true,"source":{"_postman_id":"9a2d86b7-a837-4de9-8302-3f37b628d40e","id":"9a2d86b7-a837-4de9-8302-3f37b628d40e","name":"Adjutor API Service","type":"collection"}},"urlObject":{"path":["models",":id","settings"],"host":["https://adjutor.lendsqr.com/v2/decisioning"],"query":[],"variable":[{"id":"565ec273-cf73-4fc7-8005-edd139a5c8b5","type":"any","value":null,"key":"id"}]}},"response":[{"id":"6bc6318b-21be-4f31-9768-ebfeb97b2a62","name":"Get Decision Model Details","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://adjutor.lendsqr.com/v2/decisioning/models/:id/settings","host":["https://adjutor.lendsqr.com/v2/decisioning"],"path":["models",":id","settings"],"variable":[{"key":"id","value":"4272"}]}},"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[{"expires":"Invalid Date","domain":"","path":""}],"responseTime":null,"body":"{\n    \"status\": \"success\",\n    \"message\": \"Successful\",\n    \"data\": {\n        \"id\": 4272,\n        \"product_id\": null,\n        \"org_id\": 3415,\n        \"version_id\": 57,\n        \"country\": \"NGA\",\n        \"name\": \"Default Lendsqr decision model\",\n        \"description\": \"Default decision model apply to all lender or products without a decision model set for it\",\n        \"decision_setting\": {\n            \"karma\": {\n                \"required\": true,\n                \"sequence\": 1,\n                \"continue_on_failure\": true,\n                \"pre_offer\": false,\n                \"pre-offer\": false\n            },\n            \"ecosystem\": {\n                \"required\": true,\n                \"sequence\": 2,\n                \"continue_on_failure\": true,\n                \"pre_offer\": true\n            },\n            \"credit_bureau\": {\n                \"required\": true,\n                \"sequence\": 3,\n                \"continue_on_failure\": true\n            }\n        },\n        \"offer_setting\": [\n            {\n                \"minimum\": 10,\n                \"maximum\": 100000,\n                \"rule\": {\n                    \"if\": [\n                        {\n                            \"==\": [\n                                {\n                                    \"var\": [\n                                        \"whitelist.whitelisted\"\n                                    ]\n                                },\n                                true\n                            ]\n                        },\n                        {\n                            \"var\": [\n                                \"requested_amount\"\n                            ]\n                        },\n                        {\n                            \"offer\": [\n                                {\n                                    \"amount\": {\n                                        \"min\": [\n                                            {\n                                                \"if\": [\n                                                    {\n                                                        \"==\": [\n                                                            {\n                                                                \"var\": [\n                                                                    \"loan_count\"\n                                                                ]\n                                                            },\n                                                            0\n                                                        ]\n                                                    },\n                                                    2000,\n                                                    {\n                                                        \"==\": [\n                                                            {\n                                                                \"var\": [\n                                                                    \"loan_count\"\n                                                                ]\n                                                            },\n                                                            1\n                                                        ]\n                                                    },\n                                                    3000,\n                                                    {\n                                                        \"==\": [\n                                                            {\n                                                                \"var\": [\n                                                                    \"loan_count\"\n                                                                ]\n                                                            },\n                                                            2\n                                                        ]\n                                                    },\n                                                    5000,\n                                                    {\n                                                        \"==\": [\n                                                            {\n                                                                \"var\": [\n                                                                    \"loan_count\"\n                                                                ]\n                                                            },\n                                                            3\n                                                        ]\n                                                    },\n                                                    7500,\n                                                    {\n                                                        \">=\": [\n                                                            {\n                                                                \"var\": [\n                                                                    \"loan_count\"\n                                                                ]\n                                                            },\n                                                            4\n                                                        ]\n                                                    },\n                                                    10000\n                                                ]\n                                            },\n                                            {\n                                                \"var\": [\n                                                    \"requested_amount\"\n                                                ]\n                                            }\n                                        ]\n                                    }\n                                },\n                                {\n                                    \"interest_rate\": [\n                                        15\n                                    ]\n                                }\n                            ]\n                        }\n                    ]\n                }\n            }\n        ],\n        \"status\": \"active\",\n        \"created_on\": \"2023-07-13T20:38:07.000Z\",\n        \"settings\": [\n            {\n                \"id\": 31175,\n                \"version_id\": 4,\n                \"decision_model_id\": 4272,\n                \"decision_type\": \"karma\",\n                \"setting\": {\n                    \"check_IP\": {\n                        \"value\": false\n                    },\n                    \"check_bvn\": {\n                        \"value\": true\n                    },\n                    \"check_phone\": {\n                        \"value\": true\n                    },\n                    \"check_bvn_phone\": {\n                        \"value\": true\n                    },\n                    \"check_device_ID\": {\n                        \"value\": false\n                    },\n                    \"check_office_email\": {\n                        \"value\": true\n                    },\n                    \"check_personal_email\": {\n                        \"value\": true\n                    },\n                    \"check_office_email_domain\": {\n                        \"value\": false\n                    },\n                    \"check_personal_email_domain\": {\n                        \"value\": false\n                    }\n                },\n                \"created_on\": \"2023-07-13T20:38:07.000Z\"\n            },\n            {\n                \"id\": 31176,\n                \"version_id\": 0,\n                \"decision_model_id\": 4272,\n                \"decision_type\": \"whitelist\",\n                \"setting\": {},\n                \"created_on\": \"2023-07-13T20:38:07.000Z\"\n            },\n            {\n                \"id\": 31177,\n                \"version_id\": 11,\n                \"decision_model_id\": 4272,\n                \"decision_type\": \"ecosystem\",\n                \"setting\": {\n                    \"lenders\": {\n                        \"minimum\": 0,\n                        \"maximum\": 5,\n                        \"type\": \"integer\",\n                        \"description\": \"Number of lending apps within the Lendsqr ecosystem that a user has signed up to but may not have gotten loans from these lenders\"\n                    },\n                    \"lending_lenders\": {\n                        \"minimum\": 0,\n                        \"maximum\": 10,\n                        \"type\": \"integer\",\n                        \"description\": \"Number of lending apps within the Lendsqr ecosystem that a user has gotten loans from\"\n                    },\n                    \"running_loans\": {\n                        \"minimum\": 0,\n                        \"maximum\": 12,\n                        \"type\": \"integer\",\n                        \"description\": \"Number of loans currently active\"\n                    },\n                    \"past_due_loans\": {\n                        \"minimum\": 0,\n                        \"maximum\": 0\n                    },\n                    \"penalty_loan_ratio\": {},\n                    \"past_due_loan_amount\": {\n                        \"minimum\": 0,\n                        \"maximum\": 0\n                    },\n                    \"penalty_paid\": {\n                        \"minimum\": 0,\n                        \"maximum\": 0\n                    },\n                    \"delayed_paid_loan_amount\": {\n                        \"minimum\": 0,\n                        \"maximum\": 0\n                    },\n                    \"delayed_paid_loans_trials\": {\n                        \"minimum\": 0,\n                        \"maximum\": 0\n                    },\n                    \"failed_selfie_bvn_check\": {\n                        \"minimum\": 0,\n                        \"maximum\": 0\n                    },\n                    \"credit_delinquency\": {\n                        \"minimum\": 0,\n                        \"maximum\": 0\n                    },\n                    \"unique_emails\": {\n                        \"minimum\": 0,\n                        \"maximum\": 2,\n                        \"type\": \"integer\",\n                        \"description\": \"Number of unique emails a user has across the ecosystem\"\n                    },\n                    \"unique_phone_numbers\": {\n                        \"minimum\": 0,\n                        \"maximum\": 2,\n                        \"type\": \"integer\",\n                        \"description\": \"Number of unique phone numbers a user has across the ecosystem\"\n                    },\n                    \"duplicated_devices\": {\n                        \"minimum\": 0,\n                        \"maximum\": 0\n                    }\n                },\n                \"created_on\": \"2023-07-13T20:38:07.000Z\"\n            },\n            {\n                \"id\": 31178,\n                \"version_id\": 4,\n                \"decision_model_id\": 4272,\n                \"decision_type\": \"loci\",\n                \"setting\": {\n                    \"loan_requests_last_24_hour\": {\n                        \"enabled\": true,\n                        \"minimum\": 1,\n                        \"maximum\": 15,\n                        \"type\": \"object\",\n                        \"description\": \"Total number of loan request made in the last 24 hours\"\n                    },\n                    \"loan_declined_24_hour\": {\n                        \"enabled\": true,\n                        \"minimum\": 2,\n                        \"maximum\": 3,\n                        \"type\": \"object\",\n                        \"description\": \"Total number of loans declined by an admin in the last 7 days.\"\n                    },\n                    \"loan_declined_7_day\": {\n                        \"enabled\": true,\n                        \"minimum\": 0,\n                        \"maximum\": 15,\n                        \"type\": \"object\",\n                        \"description\": \"Total number of loans declined by an admin in the last 7 days.\"\n                    },\n                    \"monthly_net_income_7_day\": {\n                        \"enabled\": true,\n                        \"minimum\": 0,\n                        \"maximum\": 3,\n                        \"type\": \"object\",\n                        \"description\": \"Number of times monthly net income changed in 7 days. If changed more than the maximum limit in 7 days, it can mean the individual is trying to game your decision model.\"\n                    },\n                    \"employment_status_7_day\": {\n                        \"enabled\": true,\n                        \"minimum\": 0,\n                        \"maximum\": 3,\n                        \"type\": \"object\",\n                        \"description\": \"Number of times employment status changed in 7 days. If changed more than the maximum limit in 7 days, it can mean the individual is trying to game your decision model.\"\n                    },\n                    \"type_of_residence_7_days\": {\n                        \"enabled\": true,\n                        \"minimum\": 0,\n                        \"maximum\": 3,\n                        \"type\": \"object\",\n                        \"description\": \"Number of times type of residence changed in 7 days. If changed more than the maximum limit in 7 days, it can mean the individual is trying to game your decision model.\"\n                    },\n                    \"educational_attainment_7_day\": {\n                        \"enabled\": true,\n                        \"minimum\": 0,\n                        \"maximum\": 3,\n                        \"type\": \"object\",\n                        \"description\": \"Number of times educational attainment changed in 7 days. If changed more than the maximum limit in 7 days, it can mean the individual is trying to game your decision model.\"\n                    },\n                    \"loan_requests\": {\n                        \"enabled\": true\n                    },\n                    \"gender\": {\n                        \"enabled\": true\n                    },\n                    \"marital_status\": {\n                        \"enabled\": true\n                    },\n                    \"no_of_dependent\": {\n                        \"enabled\": true\n                    },\n                    \"gender_7_day\": {\n                        \"enabled\": true\n                    },\n                    \"marital_status_7_day\": {\n                        \"enabled\": true\n                    },\n                    \"no_of_dependent_7_day\": {\n                        \"enabled\": true\n                    },\n                    \"sector_of_employment_7_day\": {\n                        \"enabled\": true\n                    },\n                    \"loan_requests_last_1_hour\": {\n                        \"enabled\": true\n                    },\n                    \"loan_requests_last_5_hour\": {\n                        \"enabled\": true\n                    },\n                    \"loan_requests_last_10_hour\": {\n                        \"enabled\": true\n                    },\n                    \"loan_requests_last_7_day\": {\n                        \"enabled\": true\n                    },\n                    \"loan_requests_last_30_day\": {\n                        \"enabled\": true\n                    },\n                    \"loan_requests_last_90_day\": {\n                        \"enabled\": true\n                    },\n                    \"loan_requests_last_180_day\": {\n                        \"enabled\": true\n                    },\n                    \"loan_requests_last_360_day\": {\n                        \"enabled\": true\n                    },\n                    \"loan_requests_failed_1_hour\": {\n                        \"enabled\": true\n                    },\n                    \"loan_requests_failed_24_hour\": {\n                        \"enabled\": true\n                    },\n                    \"failed_credit_bureau_24_hour\": {\n                        \"enabled\": true\n                    },\n                    \"failed_credit_bureau_30_day\": {\n                        \"enabled\": true\n                    },\n                    \"used_credit_bureau_30_day >= 1\": {\n                        \"enabled\": true\n                    },\n                    \"passed_credit_bureau_30_day >= 1\": {\n                        \"enabled\": true\n                    },\n                    \"loans\": {\n                        \"enabled\": true\n                    },\n                    \"loans_canceled\": {\n                        \"enabled\": true\n                    },\n                    \"loans_declined\": {\n                        \"enabled\": true\n                    },\n                    \"loan_declined_1_hour\": {\n                        \"enabled\": true\n                    },\n                    \"loan_declined_30_day\": {\n                        \"enabled\": true\n                    },\n                    \"loans_approved\": {\n                        \"enabled\": true\n                    },\n                    \"loans_approved_amount\": {\n                        \"enabled\": true\n                    },\n                    \"loan_approved_1_day\": {\n                        \"enabled\": true\n                    },\n                    \"loan_approved_2_day\": {\n                        \"enabled\": true\n                    },\n                    \"loan_approved_3_day\": {\n                        \"enabled\": true\n                    },\n                    \"loan_approved_7_day\": {\n                        \"enabled\": true\n                    },\n                    \"loan_approved_30_day\": {\n                        \"enabled\": true\n                    },\n                    \"loan_approved_90_day\": {\n                        \"enabled\": true\n                    },\n                    \"loan_approved_180_day\": {\n                        \"enabled\": true\n                    },\n                    \"loan_approved_360_day\": {\n                        \"enabled\": true\n                    },\n                    \"loans_running\": {\n                        \"enabled\": true\n                    },\n                    \"loans_settled\": {\n                        \"enabled\": true\n                    },\n                    \"loans_settled_amount\": {\n                        \"enabled\": true\n                    },\n                    \"cards\": {\n                        \"enabled\": true\n                    },\n                    \"card_mastercard\": {\n                        \"enabled\": true\n                    },\n                    \"card_verve\": {\n                        \"enabled\": true\n                    },\n                    \"card_visa\": {\n                        \"enabled\": true\n                    },\n                    \"transactions\": {\n                        \"enabled\": true\n                    },\n                    \"amount\": {\n                        \"enabled\": true\n                    },\n                    \"credit_transactions\": {\n                        \"enabled\": true\n                    },\n                    \"credit_transaction_amount\": {\n                        \"enabled\": true\n                    },\n                    \"debit_transactions\": {\n                        \"enabled\": true\n                    },\n                    \"debit_transaction_amount\": {\n                        \"enabled\": true\n                    },\n                    \"loan_payments\": {\n                        \"enabled\": true\n                    },\n                    \"loan_payments_successful\": {\n                        \"enabled\": true\n                    },\n                    \"loan_amount_successful\": {\n                        \"enabled\": true\n                    },\n                    \"loan_payments_failed\": {\n                        \"enabled\": true\n                    },\n                    \"loan_amount_failed\": {\n                        \"enabled\": true\n                    },\n                    \"apple_device\": {\n                        \"enabled\": true\n                    },\n                    \"android_device\": {\n                        \"enabled\": true\n                    },\n                    \"documents_uploaded\": {\n                        \"enabled\": true\n                    },\n                    \"documents_pending\": {\n                        \"enabled\": true\n                    },\n                    \"documents_approved\": {\n                        \"enabled\": true\n                    },\n                    \"documents_rejected\": {\n                        \"enabled\": true\n                    },\n                    \"disallowed_device\": {\n                        \"enabled\": true\n                    },\n                    \"tier_id\": {\n                        \"enabled\": true\n                    },\n                    \"selfie_bvn_check\": {\n                        \"enabled\": true\n                    },\n                    \"selfie_id_check\": {\n                        \"enabled\": true\n                    },\n                    \"staff_profiles\": {\n                        \"enabled\": true\n                    },\n                    \"current_hour\": {\n                        \"enabled\": true\n                    },\n                    \"current_day\": {\n                        \"enabled\": true\n                    }\n                },\n                \"created_on\": \"2023-07-13T20:38:07.000Z\"\n            },\n            {\n                \"id\": 31179,\n                \"version_id\": 0,\n                \"decision_model_id\": 4272,\n                \"decision_type\": \"scoring\",\n                \"setting\": {\n                    \"age\": {\n                        \"type\": \"rules\",\n                        \"weight\": \"7\",\n                        \"attributes\": [\n                            {\n                                \"rule\": {\n                                    \"if\": [\n                                        {\n                                            \"<\": [\n                                                {\n                                                    \"var\": \"age\"\n                                                },\n                                                20\n                                            ]\n                                        },\n                                        0,\n                                        {\n                                            \"<\": [\n                                                {\n                                                    \"var\": \"age\"\n                                                },\n                                                30\n                                            ]\n                                        },\n                                        6,\n                                        {\n                                            \"<\": [\n                                                {\n                                                    \"var\": \"age\"\n                                                },\n                                                40\n                                            ]\n                                        },\n                                        10,\n                                        {\n                                            \"<\": [\n                                                {\n                                                    \"var\": \"age\"\n                                                },\n                                                50\n                                            ]\n                                        },\n                                        8,\n                                        {\n                                            \"<\": [\n                                                {\n                                                    \"var\": \"age\"\n                                                },\n                                                60\n                                            ]\n                                        },\n                                        4,\n                                        0\n                                    ]\n                                }\n                            }\n                        ],\n                        \"description\": \"Age\",\n                        \"maximum_score\": \"10\"\n                    },\n                    \"gender\": {\n                        \"type\": \"string\",\n                        \"weight\": \"10\",\n                        \"attributes\": [\n                            {\n                                \"key\": \"female\",\n                                \"score\": 10\n                            },\n                            {\n                                \"key\": \"male\",\n                                \"score\": 5\n                            }\n                        ],\n                        \"description\": \"Gender\",\n                        \"maximum_score\": \"10\"\n                    },\n                    \"location\": {\n                        \"type\": \"string\",\n                        \"weight\": \"5\",\n                        \"attributes\": [\n                            {\n                                \"key\": \"Abia\",\n                                \"score\": 8\n                            },\n                            {\n                                \"key\": \"Adamawa\",\n                                \"score\": 1\n                            },\n                            {\n                                \"key\": \"Akwa Ibom\",\n                                \"score\": 5\n                            },\n                            {\n                                \"key\": \"Anambra\",\n                                \"score\": -10\n                            },\n                            {\n                                \"key\": \"Bauchi\",\n                                \"score\": 1\n                            },\n                            {\n                                \"key\": \"Bayelsa\",\n                                \"score\": 0\n                            },\n                            {\n                                \"key\": \"Benue\",\n                                \"score\": 0\n                            },\n                            {\n                                \"key\": \"Borno\",\n                                \"score\": 0\n                            },\n                            {\n                                \"key\": \"Cross River\",\n                                \"score\": 5\n                            },\n                            {\n                                \"key\": \"Delta\",\n                                \"score\": 9\n                            },\n                            {\n                                \"key\": \"Ebonyi\",\n                                \"score\": 1\n                            },\n                            {\n                                \"key\": \"Edo\",\n                                \"score\": 9\n                            },\n                            {\n                                \"key\": \"Ekiti\",\n                                \"score\": 5\n                            },\n                            {\n                                \"key\": \"Enugu\",\n                                \"score\": 3\n                            },\n                            {\n                                \"key\": \"FCT\",\n                                \"score\": 8\n                            },\n                            {\n                                \"key\": \"Gombe\",\n                                \"score\": 2\n                            },\n                            {\n                                \"key\": \"Imo\",\n                                \"score\": 0\n                            },\n                            {\n                                \"key\": \"Jigawa\",\n                                \"score\": 1\n                            },\n                            {\n                                \"key\": \"Kaduna\",\n                                \"score\": 2\n                            },\n                            {\n                                \"key\": \"Kano\",\n                                \"score\": 6\n                            },\n                            {\n                                \"key\": \"Katsina\",\n                                \"score\": 3\n                            },\n                            {\n                                \"key\": \"Kebbi\",\n                                \"score\": 4\n                            },\n                            {\n                                \"key\": \"Kogi\",\n                                \"score\": 0\n                            },\n                            {\n                                \"key\": \"Kwara\",\n                                \"score\": 5\n                            },\n                            {\n                                \"key\": \"Lagos\",\n                                \"score\": 9\n                            },\n                            {\n                                \"key\": \"Nasarawa\",\n                                \"score\": 3\n                            },\n                            {\n                                \"key\": \"Niger\",\n                                \"score\": 0\n                            },\n                            {\n                                \"key\": \"Ogun\",\n                                \"score\": 5\n                            },\n                            {\n                                \"key\": \"Ondo\",\n                                \"score\": 0\n                            },\n                            {\n                                \"key\": \"Osun\",\n                                \"score\": 8\n                            },\n                            {\n                                \"key\": \"Oyo\",\n                                \"score\": 9\n                            },\n                            {\n                                \"key\": \"Plateau\",\n                                \"score\": 10\n                            },\n                            {\n                                \"key\": \"Rivers\",\n                                \"score\": 7\n                            },\n                            {\n                                \"key\": \"Sokoto\",\n                                \"score\": 1\n                            },\n                            {\n                                \"key\": \"Taraba\",\n                                \"score\": 1\n                            },\n                            {\n                                \"key\": \"Yobe\",\n                                \"score\": 1\n                            },\n                            {\n                                \"key\": \"Zamfara\",\n                                \"score\": 1\n                            }\n                        ],\n                        \"description\": \"Score based on user location. Would not compute if system is unable to get the user location or location is not required for the product.\",\n                        \"required\": {\n                            \"!!\": [\n                                {\n                                    \"var\": [\n                                        \"location\"\n                                    ]\n                                }\n                            ]\n                        },\n                        \"maximum_score\": \"10\"\n                    },\n                    \"customer_tier\": {\n                        \"type\": \"string\",\n                        \"weight\": \"5\",\n                        \"attributes\": [\n                            {\n                                \"key\": \"Tier 3\",\n                                \"score\": \"10\"\n                            },\n                            {\n                                \"key\": \"Tier 2\",\n                                \"score\": \"6\"\n                            },\n                            {\n                                \"key\": \"Tier 1\",\n                                \"score\": \"2\"\n                            }\n                        ],\n                        \"description\": \"Customer Tier\",\n                        \"maximum_score\": \"10\"\n                    },\n                    \"marital_status\": {\n                        \"type\": \"string\",\n                        \"weight\": \"5\",\n                        \"attributes\": [\n                            {\n                                \"key\": \"Married\",\n                                \"score\": \"10\"\n                            },\n                            {\n                                \"key\": \"Single\",\n                                \"score\": \"6\"\n                            },\n                            {\n                                \"key\": \"Separated\",\n                                \"score\": \"4\"\n                            },\n                            {\n                                \"key\": \"Widowed\",\n                                \"score\": \"7\"\n                            },\n                            {\n                                \"key\": \"Divorced\",\n                                \"score\": \"4\"\n                            }\n                        ],\n                        \"description\": \"Marital Status\",\n                        \"maximum_score\": \"10\"\n                    },\n                    \"employer_category\": {\n                        \"type\": \"string\",\n                        \"weight\": \"5\",\n                        \"attributes\": [\n                            {\n                                \"key\": \"Federal: Public\",\n                                \"score\": \"10\"\n                            },\n                            {\n                                \"key\": \"State: Public\",\n                                \"score\": \"8\"\n                            },\n                            {\n                                \"key\": \"Local Govt: Public\",\n                                \"score\": \"5\"\n                            },\n                            {\n                                \"key\": \"Private Company\",\n                                \"score\": \"8\"\n                            },\n                            {\n                                \"key\": \"Enterprise\",\n                                \"score\": \"7\"\n                            },\n                            {\n                                \"key\": \"Non-profit\",\n                                \"score\": \"6\"\n                            }\n                        ],\n                        \"description\": \"Employer Category\",\n                        \"maximum_score\": \"10\"\n                    },\n                    \"employment_status\": {\n                        \"type\": \"string\",\n                        \"weight\": \"10\",\n                        \"attributes\": [\n                            {\n                                \"key\": \"Employed\",\n                                \"score\": \"10\"\n                            },\n                            {\n                                \"key\": \"Self-employed\",\n                                \"score\": \"7\"\n                            },\n                            {\n                                \"key\": \"Unemployed\",\n                                \"score\": \"0\"\n                            }\n                        ],\n                        \"description\": \"Employment Status\",\n                        \"maximum_score\": \"10\"\n                    },\n                    \"type_of_residence\": {\n                        \"type\": \"string\",\n                        \"weight\": \"5\",\n                        \"attributes\": [\n                            {\n                                \"key\": \"Own House\",\n                                \"score\": \"10\"\n                            },\n                            {\n                                \"key\": \"Rented Apartment\",\n                                \"score\": \"7\"\n                            },\n                            {\n                                \"key\": \"Parents Apartment\",\n                                \"score\": \"5\"\n                            }\n                        ],\n                        \"description\": \"Type of Residence\",\n                        \"maximum_score\": \"10\"\n                    },\n                    \"monthly_net_income\": {\n                        \"type\": \"string\",\n                        \"weight\": \"10\",\n                        \"attributes\": [\n                            {\n                                \"key\": \"Above 1,000,000\",\n                                \"score\": \"10\"\n                            },\n                            {\n                                \"key\": \"700,000 - 999,999\",\n                                \"score\": \"9\"\n                            },\n                            {\n                                \"key\": \"400,000 - 699,999\",\n                                \"score\": \"8\"\n                            },\n                            {\n                                \"key\": \"200,000 - 399,999\",\n                                \"score\": \"7\"\n                            },\n                            {\n                                \"key\": \"100,000 - 199,999\",\n                                \"score\": \"5\"\n                            },\n                            {\n                                \"key\": \"55,000 - 99,999\",\n                                \"score\": \"3\"\n                            },\n                            {\n                                \"key\": \"10,000 - 54,999\",\n                                \"score\": \"2\"\n                            }\n                        ],\n                        \"description\": \"Monthly Net Income\",\n                        \"maximum_score\": \"10\"\n                    },\n                    \"no_of_dependent\": {\n                        \"type\": \"string\",\n                        \"weight\": \"8\",\n                        \"attributes\": [\n                            {\n                                \"key\": \"0\",\n                                \"score\": \"5\"\n                            },\n                            {\n                                \"key\": \"1\",\n                                \"score\": \"8\"\n                            },\n                            {\n                                \"key\": \"2\",\n                                \"score\": \"10\"\n                            },\n                            {\n                                \"key\": \"3 or more\",\n                                \"score\": \"5\"\n                            }\n                        ],\n                        \"description\": \"Number of Dependents\",\n                        \"maximum_score\": \"10\"\n                    },\n                    \"sector_of_employment\": {\n                        \"type\": \"string\",\n                        \"weight\": \"5\",\n                        \"attributes\": [\n                            {\n                                \"key\": \"Agriculture\",\n                                \"score\": \"6\"\n                            },\n                            {\n                                \"key\": \"Banking\",\n                                \"score\": \"7\"\n                            },\n                            {\n                                \"key\": \"Education\",\n                                \"score\": \"5\"\n                            },\n                            {\n                                \"key\": \"Healthcare\",\n                                \"score\": \"6\"\n                            },\n                            {\n                                \"key\": \"Hospitality and Events\",\n                                \"score\": \"0\"\n                            },\n                            {\n                                \"key\": \"Information Technology\",\n                                \"score\": \"5\"\n                            },\n                            {\n                                \"key\": \"Law\",\n                                \"score\": \"10\"\n                            },\n                            {\n                                \"key\": \"Manufacturing and Construction\",\n                                \"score\": \"4\"\n                            },\n                            {\n                                \"key\": \"Media & Entertainment\",\n                                \"score\": \"7\"\n                            },\n                            {\n                                \"key\": \"NGO\",\n                                \"score\": \"0\"\n                            },\n                            {\n                                \"key\": \"Oil and Gas\",\n                                \"score\": \"6\"\n                            },\n                            {\n                                \"key\": \"Other Financial\",\n                                \"score\": \"6\"\n                            },\n                            {\n                                \"key\": \"Others\",\n                                \"score\": \"4\"\n                            },\n                            {\n                                \"key\": \"Public services and administration\",\n                                \"score\": \"5\"\n                            },\n                            {\n                                \"key\": \"Telecoms\",\n                                \"score\": \"9\"\n                            },\n                            {\n                                \"key\": \"Tourism & Hospitality\",\n                                \"score\": \"3\"\n                            },\n                            {\n                                \"key\": \"Transportation & Logistics\",\n                                \"score\": \"0\"\n                            },\n                            {\n                                \"key\": \"Wholesale and Retail Trade\",\n                                \"score\": \"6\"\n                            }\n                        ],\n                        \"description\": \"Sector of Employment\",\n                        \"maximum_score\": \"10\"\n                    },\n                    \"educational_attainment\": {\n                        \"type\": \"string\",\n                        \"weight\": \"5\",\n                        \"attributes\": [\n                            {\n                                \"key\": \"Msc and above\",\n                                \"score\": \"10\"\n                            },\n                            {\n                                \"key\": \"Bsc,HND and other equivalent\",\n                                \"score\": \"8\"\n                            },\n                            {\n                                \"key\": \"Diploma\",\n                                \"score\": \"5\"\n                            },\n                            {\n                                \"key\": \"School cert\",\n                                \"score\": \"5\"\n                            },\n                            {\n                                \"key\": \"Vocation/Technical\",\n                                \"score\": \"4\"\n                            },\n                            {\n                                \"key\": \"Apprenticeship and Crafts\",\n                                \"score\": \"0\"\n                            }\n                        ],\n                        \"description\": \"Educational Attainment\",\n                        \"maximum_score\": \"10\"\n                    },\n                    \"time_with_current_employer\": {\n                        \"type\": \"rules\",\n                        \"weight\": \"5\",\n                        \"attributes\": [\n                            {\n                                \"rule\": {\n                                    \"if\": [\n                                        {\n                                            \"==\": [\n                                                {\n                                                    \"var\": \"time_with_current_employer\"\n                                                },\n                                                0\n                                            ]\n                                        },\n                                        0,\n                                        {\n                                            \"<=\": [\n                                                {\n                                                    \"var\": \"time_with_current_employer\"\n                                                },\n                                                2\n                                            ]\n                                        },\n                                        6,\n                                        {\n                                            \"<=\": [\n                                                {\n                                                    \"var\": \"time_with_current_employer\"\n                                                },\n                                                5\n                                            ]\n                                        },\n                                        8,\n                                        {\n                                            \"<=\": [\n                                                {\n                                                    \"var\": \"time_with_current_employer\"\n                                                },\n                                                6\n                                            ]\n                                        },\n                                        10,\n                                        {\n                                            \"<=\": [\n                                                {\n                                                    \"var\": \"time_with_current_employer\"\n                                                },\n                                                10\n                                            ]\n                                        },\n                                        10,\n                                        {\n                                            \"<\": [\n                                                {\n                                                    \"var\": \"time_with_current_employer\"\n                                                },\n                                                100\n                                            ]\n                                        },\n                                        10,\n                                        0\n                                    ]\n                                }\n                            }\n                        ],\n                        \"description\": \"Time with Current Employer\",\n                        \"maximum_score\": \"10\"\n                    },\n                    \"ecosystem.settled_loans\": {\n                        \"type\": \"rules\",\n                        \"weight\": \"25\",\n                        \"attributes\": [\n                            {\n                                \"rule\": {\n                                    \"if\": [\n                                        {\n                                            \"==\": [\n                                                {\n                                                    \"var\": \"ecosystem.settled_loans\"\n                                                },\n                                                0\n                                            ]\n                                        },\n                                        3,\n                                        {\n                                            \"<=\": [\n                                                {\n                                                    \"var\": \"ecosystem.settled_loans\"\n                                                },\n                                                2\n                                            ]\n                                        },\n                                        5,\n                                        {\n                                            \"<=\": [\n                                                {\n                                                    \"var\": \"ecosystem.settled_loans\"\n                                                },\n                                                4\n                                            ]\n                                        },\n                                        7,\n                                        {\n                                            \"<=\": [\n                                                {\n                                                    \"var\": \"ecosystem.settled_loans\"\n                                                },\n                                                6\n                                            ]\n                                        },\n                                        9,\n                                        {\n                                            \">=\": [\n                                                {\n                                                    \"var\": \"ecosystem.settled_loans\"\n                                                },\n                                                7\n                                            ]\n                                        },\n                                        10,\n                                        0\n                                    ]\n                                }\n                            }\n                        ],\n                        \"description\": \"Previously paid loans within the Lendsqr ecosystem\",\n                        \"maximum_score\": \"10\"\n                    }\n                },\n                \"created_on\": \"2023-07-13T20:38:07.000Z\"\n            },\n            {\n                \"id\": 31180,\n                \"version_id\": 0,\n                \"decision_model_id\": 4272,\n                \"decision_type\": \"credit_bureau\",\n                \"setting\": {\n                    \"active_loans\": {\n                        \"type\": \"integer\",\n                        \"maximum\": 2,\n                        \"minimum\": 0,\n                        \"description\": \"Number of loans active and performing\"\n                    },\n                    \"past_due_loans\": {\n                        \"type\": \"integer\",\n                        \"description\": \"Number of loans past due\",\n                        \"minimum\": 0,\n                        \"maximum\": 0\n                    }\n                },\n                \"created_on\": \"2023-07-13T20:38:07.000Z\"\n            },\n            {\n                \"id\": 66637,\n                \"version_id\": 7,\n                \"decision_model_id\": 4272,\n                \"decision_type\": \"custom\",\n                \"setting\": {\n                    \"age\": {\n                        \"type\": \"rules\",\n                        \"weight\": \"7\",\n                        \"attributes\": [\n                            {\n                                \"rule\": {\n                                    \"if\": [\n                                        {\n                                            \"<\": [\n                                                {\n                                                    \"var\": \"age\"\n                                                },\n                                                20\n                                            ]\n                                        },\n                                        0,\n                                        {\n                                            \"<\": [\n                                                {\n                                                    \"var\": \"age\"\n                                                },\n                                                30\n                                            ]\n                                        },\n                                        6,\n                                        {\n                                            \"<\": [\n                                                {\n                                                    \"var\": \"age\"\n                                                },\n                                                40\n                                            ]\n                                        },\n                                        10,\n                                        {\n                                            \"<\": [\n                                                {\n                                                    \"var\": \"age\"\n                                                },\n                                                50\n                                            ]\n                                        },\n                                        8,\n                                        {\n                                            \"<\": [\n                                                {\n                                                    \"var\": \"age\"\n                                                },\n                                                60\n                                            ]\n                                        },\n                                        4,\n                                        0\n                                    ]\n                                }\n                            }\n                        ],\n                        \"description\": \"Age\",\n                        \"maximum_score\": \"10\"\n                    },\n                    \"gender\": {\n                        \"type\": \"string\",\n                        \"weight\": \"10\",\n                        \"attributes\": [\n                            {\n                                \"key\": \"female\",\n                                \"score\": 10\n                            },\n                            {\n                                \"key\": \"male\",\n                                \"score\": 5\n                            }\n                        ],\n                        \"description\": \"Gender\",\n                        \"maximum_score\": \"10\"\n                    }\n                },\n                \"created_on\": \"2025-04-30T17:29:22.000Z\"\n            }\n        ]\n    }\n}"}],"_postman_id":"9d7f6bf2-6022-4921-ae28-9e1a5849742c"},{"name":"Oraculi Borrower Scoring","id":"8eaee8c7-de8b-4341-80a6-10cf4586ec57","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"product_id\": 26379,               \n    \"attributes\": {\n        \"transactions\": [\n            {\n                \"window\": 30,\n                \"window_type\": \"days\",\n                \"currency\": \"MWK\",\n                \"count\": 231,\n                \"total_inflow\": 550000000,\n                \"total_outflow\": 350000,\n                \"average_inflow\": 36000000,\n                \"average_outflow\": 230000,\n                \"average_daily_balance\": 34000,\n                \"average_minimum_balance\": 90000,\n                \"negative_balance_instances\": 4,\n                \"flagged_transactions_count\": 2,\n                \"last_transaction_at\": \"2025-11-20T15:42:00Z\"\n            },\n            {\n                \"window\": 30,\n                \"window_type\": \"days\",\n                \"currency\": \"MWK\",\n                \"count\": 231,\n                \"total_inflow\": 550000000,\n                \"total_outflow\": 350000,\n                \"average_inflow\": 360000000,\n                \"average_outflow\": 2300,\n                \"average_daily_balance\": 34000,\n                \"average_minimum_balance\": 90000,\n                \"negative_balance_instances\": 4,\n                \"flagged_transactions_count\": 2,\n                \"last_transaction_at\": \"2025-11-20T15:42:00Z\"\n            },\n            {\n                \"window\": 30,\n                \"window_type\": \"days\",\n                \"currency\": \"MWK\",\n                \"count\": 231,\n                \"total_inflow\": 550000000,\n                \"total_outflow\": 350000,\n                \"average_inflow\": 36000000,\n                \"average_outflow\": 200,\n                \"average_daily_balance\": 34000,\n                \"average_minimum_balance\": 90000,\n                \"negative_balance_instances\": 4,\n                \"flagged_transactions_count\": 2,\n                \"last_transaction_at\": \"2025-11-20T15:42:00Z\"\n            }\n        ]\n    }\n}","options":{"raw":{"language":"json"}}},"url":"https://adjutor.lendsqr.com/v2/decisioning/models/:id","description":"<p>This endpoint is used for scoring based on the passed parameters.</p>\n<p>All parameters are assigned a weight on the decision model and once this endpoint is called, the customers score is calculated according to the assigned weights.</p>\n<blockquote>\n<p>A decision model is a set of rules that encapsulate the risk acceptance criteria for a lender to make a loan decision. In Lendsqr, these rules or decision models are processed by our service called Oraculi. <a href=\"https://lendsqr.freshdesk.com/support/solutions/articles/44002358198-what-are-decision-models-\">Learn more</a>.</p>\n</blockquote>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<your-api-token>"}]},"isInherited":true,"source":{"_postman_id":"9a2d86b7-a837-4de9-8302-3f37b628d40e","id":"9a2d86b7-a837-4de9-8302-3f37b628d40e","name":"Adjutor API Service","type":"collection"}},"urlObject":{"path":["models",":id"],"host":["https://adjutor.lendsqr.com/v2/decisioning"],"query":[],"variable":[{"type":"any","value":"2355","key":"id"}]}},"response":[{"id":"e026304f-d5dc-45cd-9854-df3bdf1cf87a","name":"Oraculli Borrower Scoring","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n  \"proposed_payday\": \"2025-10-01\",\n  \"proposed_tenor\": 1,\n  \"proposed_tenor_period\": \"months\",\n  \"requested_amount\": 5000000,\n  \"work_email\": \"joghnsule@gmail.com\",\n  \"address\": \"Lilongwe\",\n  \"product_id\": \"23947\",\n  \"additional_request_data\": {\n    \"transactions\": [\n        {\n            \"window\": 30,\n            \"window_type\": \"days\",\n            \"currency\": \"MWK\",\n            \"count\": 231,\n            \"total_inflow\": 550000,\n            \"total_outflow\": 350000,\n            \"average_inflow\": 3600,\n            \"average_outflow\": 2300,\n            \"average_daily_balance\": 34000,\n            \"average_minimum_balance\": 90000,\n            \"negative_balance_instances\": 4,\n            \"flagged_transactions_count\": 2,\n            \"last_transaction_at\": \"2025-10-20T15:42:00Z\"\n        }\n    ]\n  }\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"https://adjutor.lendsqr.com/v2/decisioning/models/:id","host":["https://adjutor.lendsqr.com/v2/decisioning"],"path":["models",":id"],"variable":[{"key":"id","value":"2355"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Tue, 08 Aug 2023 14:42:46 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"X-Powered-By","value":"Express"},{"key":"X-Request-ID","value":"4e829b52-a39b-4fad-8da8-93d9ea8171ab"},{"key":"Last-Modified","value":"Tue, 08 Aug 2023 14:42:45 GMT"},{"key":"ETag","value":"W/\"7f6-IOxnW/y6JbsKwgsmXd4jlYoR2sc\""},{"key":"CF-Cache-Status","value":"DYNAMIC"},{"key":"Server","value":"cloudflare"},{"key":"CF-RAY","value":"7f3887169982c4fc-LOS"},{"key":"Content-Encoding","value":"gzip"}],"cookie":[],"responseTime":null,"body":"{\n  \"status\": \"success\",\n  \"message\": \"Successful\",\n  \"data\": {\n    \"total_weight\": 110,\n    \"score\": 51.12,\n    \"offers\": {\n      \"success\": true,\n      \"data\": [\n        {\n          \"pass\": true,\n          \"offer\": 100\n        }\n      ]\n    }\n  },\n  \"meta\": {\n    \"cost\": 15,\n    \"balance\": 550\n  }\n}"}],"_postman_id":"8eaee8c7-de8b-4341-80a6-10cf4586ec57"}],"id":"a439f16b-6020-4bce-8beb-6fc2a6973e94","description":"<p>These APIs provide quick, easy, and cost-effective solutions for making informed decisions during your loan decision processes, allowing you to make confident and efficient choices with ease.</p>\n<p>To use the Decisioning APIs, you must have designed your decision models and configure them within the Lendsqr admin console.</p>\n","_postman_id":"a439f16b-6020-4bce-8beb-6fc2a6973e94","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<your-api-token>"}]},"isInherited":true,"source":{"_postman_id":"9a2d86b7-a837-4de9-8302-3f37b628d40e","id":"9a2d86b7-a837-4de9-8302-3f37b628d40e","name":"Adjutor API Service","type":"collection"}}},{"name":"Loans","item":[{"name":"Get Loan Products","id":"24527fb8-0e1b-4c22-a336-a52ba9b7a27b","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://adjutor.lendsqr.com/v2/loan-products","description":"<p>Retrieve a list of available loan products.</p>\n<h3 id=\"response-payload\">Response Payload</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Property</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><strong>id</strong> ⁱⁿᵗᵉᵍᵉʳ <br />Unique identifier for the loan product</td>\n</tr>\n<tr>\n<td><strong>name</strong> ˢᵗʳⁱⁿᵍ <br />Name of the loan product</td>\n</tr>\n<tr>\n<td><strong>description</strong> ˢᵗʳⁱⁿᵍ <br />Description of the loan product</td>\n</tr>\n<tr>\n<td><strong>min_amount</strong> ⁱⁿᵗᵉᵍᵉʳ <br />Minimum loan amount that can be requested</td>\n</tr>\n<tr>\n<td><strong>max_amount</strong> ⁱⁿᵗᵉᵍᵉʳ <br />Maximum loan amount that can be requested</td>\n</tr>\n<tr>\n<td><strong>currency</strong> ˢᵗʳⁱⁿᵍ <br />Currency in which the loan is offered (e.g., NGN)</td>\n</tr>\n<tr>\n<td><strong>interest_rate</strong> ᶠˡᵒᵃᵗ <br />Interest rate applied to the loan</td>\n</tr>\n<tr>\n<td><strong>interest_period</strong> ˢᵗʳⁱⁿᵍ <br />Period for which interest is calculated (e.g., months)</td>\n</tr>\n<tr>\n<td><strong>frequency</strong> ˢᵗʳⁱⁿᵍ <br />Frequency of loan repayments (e.g., monthly)</td>\n</tr>\n<tr>\n<td><strong>min_interest_amount</strong> ⁱⁿᵗᵉᵍᵉʳ <br />Minimum interest amount applicable</td>\n</tr>\n<tr>\n<td><strong>min_tenor_value</strong> ⁱⁿᵗᵉᵍᵉʳ <br />Minimum tenure value of the loan</td>\n</tr>\n<tr>\n<td><strong>max_tenor_value</strong> ⁱⁿᵗᵉᵍᵉʳ <br />Maximum tenure value of the loan</td>\n</tr>\n<tr>\n<td><strong>min_tenor_period</strong> ˢᵗʳⁱⁿᵍ <br />Period unit for the minimum tenure (e.g., months)</td>\n</tr>\n<tr>\n<td><strong>max_tenor_period</strong> ˢᵗʳⁱⁿᵍ <br />Period unit for the maximum tenure (e.g., months)</td>\n</tr>\n<tr>\n<td><strong>sort_order</strong> ⁱⁿᵗᵉᵍᵉʳ <br />Sorting order of the loan product</td>\n</tr>\n<tr>\n<td><strong>status</strong> ⁱⁿᵗᵉᵍᵉʳ <br />Status of the loan product (1 = Active, 0 = Inactive)</td>\n</tr>\n<tr>\n<td><strong>collection_method</strong> ˢᵗʳⁱⁿᵍ <br />Method used for loan repayment (e.g., direct_debit)</td>\n</tr>\n<tr>\n<td><strong>disburse_to</strong> ˢᵗʳⁱⁿᵍ <br />Destination for loan disbursement (e.g., wallet)</td>\n</tr>\n<tr>\n<td><strong>allow_multi_tenor</strong> ᵇᵒᵒˡᵉᵃⁿ <br />Indicates if multiple tenure options are allowed</td>\n</tr>\n<tr>\n<td><strong>channel</strong> ˢᵗʳⁱⁿᵍ <br />Channel through which the loan can be accessed (e.g., App)</td>\n</tr>\n<tr>\n<td><strong>organizations.id</strong> ⁱⁿᵗᵉᵍᵉʳ <br />Unique identifier for the organization</td>\n</tr>\n<tr>\n<td><strong>organizations.name</strong> ˢᵗʳⁱⁿᵍ <br />Name of the lending organization</td>\n</tr>\n<tr>\n<td><strong>organizations.type</strong> ˢᵗʳⁱⁿᵍ <br />Type of organization (e.g., lender)</td>\n</tr>\n<tr>\n<td><strong>documents</strong> ᵃʳʳᵃʸ <br />List of required documents for the loan product</td>\n</tr>\n<tr>\n<td><strong>attributes.minimum_amount_before_statement</strong> ⁱⁿᵗᵉᵍᵉʳ <br />Minimum amount before a statement is required</td>\n</tr>\n<tr>\n<td><strong>attributes.require_guarantor</strong> ᵇᵒᵒˡᵉᵃⁿ <br />Indicates if a guarantor is required</td>\n</tr>\n<tr>\n<td><strong>attributes.require_document</strong> ᵇᵒᵒˡᵉᵃⁿ <br />Indicates if additional documents are required</td>\n</tr>\n<tr>\n<td><strong>attributes.borrower_message</strong> ˢᵗʳⁱⁿᵍ <br />Message displayed to the borrower</td>\n</tr>\n<tr>\n<td><strong>attributes.guarantor_message</strong> ˢᵗʳⁱⁿᵍ <br />Message for the guarantor about responsibilities</td>\n</tr>\n<tr>\n<td><strong>attributes.guarantor_oraculi_modules</strong> ˢᵗʳⁱⁿᵍ <br />Modules used for guarantor validation</td>\n</tr>\n<tr>\n<td><strong>attributes.no_of_guarantors</strong> ⁱⁿᵗᵉᵍᵉʳ <br />Number of guarantors required</td>\n</tr>\n<tr>\n<td><strong>attributes.channels</strong> ˢᵗʳⁱⁿᵍ <br />Channels where the loan is available</td>\n</tr>\n<tr>\n<td><strong>attributes.direct_debit_provider</strong> ˢᵗʳⁱⁿᵍ <br />Provider for direct debit</td>\n</tr>\n<tr>\n<td><strong>attributes.card_processor</strong> ˢᵗʳⁱⁿᵍ <br />Card payment processor</td>\n</tr>\n<tr>\n<td><strong>attributes.require-location</strong> ᵇᵒᵒˡᵉᵃⁿ <br />Indicates if location is required</td>\n</tr>\n<tr>\n<td><strong>attributes.prequalify</strong> ᵇᵒᵒˡᵉᵃⁿ <br />Specifies if prequalification is needed</td>\n</tr>\n<tr>\n<td><strong>attributes.offer_expiry</strong> ⁱⁿᵗᵉᵍᵉʳ <br />Hours before the loan offer expires</td>\n</tr>\n<tr>\n<td><strong>attributes.request-payment-method</strong> ˢᵗʳⁱⁿᵍ <br />When payment method is requested</td>\n</tr>\n<tr>\n<td><strong>attributes.repayment-methods.debit-card</strong> ᵇᵒᵒˡᵉᵃⁿ <br />If debit card payments are allowed</td>\n</tr>\n<tr>\n<td><strong>attributes.repayment-methods.direct-debit</strong> ᵇᵒᵒˡᵉᵃⁿ <br />If direct debit is allowed</td>\n</tr>\n<tr>\n<td><strong>attributes.repayment-methods.none</strong> ᵇᵒᵒˡᵉᵃⁿ <br />If no repayment method is required</td>\n</tr>\n<tr>\n<td><strong>attributes.loan_extension_features.active</strong> ᵇᵒᵒˡᵉᵃⁿ <br />If loan extension is allowed</td>\n</tr>\n<tr>\n<td><strong>attributes.loan_extension_features.max_extension_period</strong> ⁱⁿᵗᵉᵍᵉʳ <br />Max extension period in days</td>\n</tr>\n<tr>\n<td><strong>attributes.loan_extension_features.extension_limit</strong> ⁱⁿᵗᵉᵍᵉʳ <br />Max number of extensions allowed</td>\n</tr>\n<tr>\n<td><strong>attributes.show_only_clf</strong> ᵇᵒᵒˡᵉᵃⁿ <br />If only CLF loans should show</td>\n</tr>\n<tr>\n<td><strong>attributes.loan_verifier</strong> ˢᵗʳⁱⁿᵍ <br />Verifier used for the loan</td>\n</tr>\n<tr>\n<td><strong>attributes.bnpl-configurations</strong> ˢᵗʳⁱⁿᵍ <br />BNPL configuration (JSON)</td>\n</tr>\n<tr>\n<td><strong>attributes.upfront-interest-payment</strong> ᵇᵒᵒˡᵉᵃⁿ <br />If interest is paid upfront</td>\n</tr>\n<tr>\n<td><strong>attributes.upfront-fee-payment</strong> ᵇᵒᵒˡᵉᵃⁿ <br />If fees are paid upfront</td>\n</tr>\n<tr>\n<td><strong>attributes.create-loan-on-cba</strong> ᵇᵒᵒˡᵉᵃⁿ <br />If loan should be created on CBA</td>\n</tr>\n<tr>\n<td><strong>attributes.allow-fractional-amounts</strong> ᵇᵒᵒˡᵉᵃⁿ <br />If fractional loan amounts are allowed</td>\n</tr>\n<tr>\n<td><strong>attributes.publicly-listed</strong> ᵇᵒᵒˡᵉᵃⁿ <br />If the loan is publicly listed</td>\n</tr>\n<tr>\n<td><strong>attributes.require-nin</strong> ᵇᵒᵒˡᵉᵃⁿ <br />If NIN is required</td>\n</tr>\n<tr>\n<td><strong>attributes.first-due-date</strong> ˢᵗʳⁱⁿᵍ <br />First due date for repayment</td>\n</tr>\n<tr>\n<td><strong>attributes.redirect-to-web.active</strong> ᵇᵒᵒˡᵉᵃⁿ <br />If users should be redirected to web</td>\n</tr>\n<tr>\n<td><strong>attributes.redirect-to-web.link-label</strong> ˢᵗʳⁱⁿᵍ <br />Label for the redirect link</td>\n</tr>\n<tr>\n<td><strong>attributes.redirect-to-web.link-description</strong> ˢᵗʳⁱⁿᵍ <br />Description of the web redirect</td>\n</tr>\n<tr>\n<td><strong>attributes.loan-request-checklist.active</strong> ᵇᵒᵒˡᵉᵃⁿ <br />If checklist is needed before approval</td>\n</tr>\n<tr>\n<td><strong>attributes.attach-repayment-breakdown-to-approval-email</strong> ᵇᵒᵒˡᵉᵃⁿ <br />If repayment breakdown should be emailed</td>\n</tr>\n<tr>\n<td><strong>attributes.fetch-accounts-from-bvn.active</strong> ᵇᵒᵒˡᵉᵃⁿ <br />If accounts should be fetched using BVN</td>\n</tr>\n<tr>\n<td><strong>attributes.fetch-accounts-from-bvn.accounts-required</strong> ⁱⁿᵗᵉᵍᵉʳ <br />Number of accounts required</td>\n</tr>\n<tr>\n<td><strong>attributes.rounding-strategy</strong> ˢᵗʳⁱⁿᵍ <br />Strategy used for rounding repayments</td>\n</tr>\n<tr>\n<td><strong>product_disbursement_roles</strong> ᵃʳʳᵃʸ <br />List of disbursement roles</td>\n</tr>\n<tr>\n<td><strong>product_disbursement_roles.id</strong> ⁱⁿᵗᵉᵍᵉʳ <br />Unique identifier for the role</td>\n</tr>\n<tr>\n<td><strong>product_disbursement_roles.role_id</strong> ⁱⁿᵗᵉᵍᵉʳ <br />Role identifier</td>\n</tr>\n<tr>\n<td><strong>product_disbursement_roles.product_id</strong> ⁱⁿᵗᵉᵍᵉʳ <br />Loan product associated</td>\n</tr>\n<tr>\n<td><strong>product_disbursement_roles.created_on</strong> ˢᵗʳⁱⁿᵍ <br />Timestamp of role creation</td>\n</tr>\n<tr>\n<td><strong>product_disbursement_roles.created_by</strong> ⁱⁿᵗᵉᵍᵉʳ <br />User ID of creator</td>\n</tr>\n<tr>\n<td><strong>product_disbursement_roles.modified_on</strong> ˢᵗʳⁱⁿᵍ <br />Timestamp of last modification</td>\n</tr>\n<tr>\n<td><strong>product_disbursement_roles.modified_by</strong> ⁱⁿᵗᵉᵍᵉʳ <br />User ID of modifier</td>\n</tr>\n<tr>\n<td><strong>product_disbursement_roles.deleted_on</strong> ˢᵗʳⁱⁿᵍ <br />Timestamp of deletion</td>\n</tr>\n<tr>\n<td><strong>product_disbursement_roles.deleted_flag</strong> ᵇᵒᵒˡᵉᵃⁿ <br />Flag indicating if deleted</td>\n</tr>\n<tr>\n<td><strong>product_disbursement_roles.deleted_by</strong> ⁱⁿᵗᵉᵍᵉʳ <br />User ID of who deleted the role</td>\n</tr>\n</tbody>\n</table>\n</div>","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<your-api-token>"}]},"isInherited":true,"source":{"_postman_id":"9a2d86b7-a837-4de9-8302-3f37b628d40e","id":"9a2d86b7-a837-4de9-8302-3f37b628d40e","name":"Adjutor API Service","type":"collection"}},"urlObject":{"host":["https://adjutor.lendsqr.com/v2/loan-products"],"query":[{"disabled":true,"key":"limit","value":""},{"disabled":true,"key":"max_amount","value":""},{"disabled":true,"key":"interest","value":""},{"disabled":true,"key":"status","value":""}],"variable":[]}},"response":[{"id":"2d019d31-f34c-4d32-8ed6-a580c6cae010","name":"Get Loan Products","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://adjutor.lendsqr.com/v2/loan-products","host":["https://adjutor.lendsqr.com/v2/loan-products"],"query":[{"key":"limit","value":"","disabled":true},{"key":"max_amount","value":"","disabled":true},{"key":"interest","value":"","disabled":true},{"key":"status","value":"","disabled":true}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": \"success\",\n    \"message\": \"Successful\",\n    \"data\": {\n        \"filtered\": [\n            {\n                \"id\": 16633,\n                \"name\": \"test dd has now been edited lol\",\n                \"description\": \"dd test\",\n                \"min_amount\": 100,\n                \"max_amount\": 5000000,\n                \"currency\": \"NGN\",\n                \"interest_rate\": 5,\n                \"interest_period\": \"flat\",\n                \"frequency\": \"monthly\",\n                \"min_interest_amount\": 0,\n                \"min_tenor_value\": 1,\n                \"max_tenor_value\": 36,\n                \"min_tenor_period\": \"months\",\n                \"max_tenor_period\": \"months\",\n                \"sort_order\": null,\n                \"status\": 1,\n                \"collection_method\": \"direct_debit\",\n                \"disburse_to\": \"third-party\",\n                \"allow_multi_tenor\": 0,\n                \"channel\": \"App\",\n                \"organizations\": {\n                    \"id\": 3415,\n                    \"name\": \"lenderco\",\n                    \"type\": \"lender\"\n                },\n                \"approval_workflow\": null,\n                \"documents\": [],\n                \"attributes\": {\n                    \"additional_bnpl_data\": null,\n                    \"additional_loan_data\": null,\n                    \"allow-fractional-amounts\": false,\n                    \"attach-repayment-breakdown-to-approval-email\": false,\n                    \"bnpl-configurations\": \"{\\\"bnpl\\\":{\\\"enabled\\\":true,\\\"application_successful_message\\\":\\\"You’ve successfully applied for your loan! We’re now reviewing your details and will notify you shortly with an update.\\\",\\\"application_failed_message\\\":\\\"We're sorry, but your loan application wasn’t approved at this time.\\\",\\\"pay_now\\\":{\\\"enabled\\\":false,\\\"button_label\\\":\\\"Pay in Full\\\",\\\"switch_to_pay_later\\\":false,\\\"switch_to_pay_later_label\\\":\\\"Prefer to pay in installments?\\\",\\\"payment_method\\\":\\\"card\\\"},\\\"pay_later\\\":{\\\"enabled\\\":false,\\\"button_label\\\":\\\"Pay in Installments\\\",\\\"switch_to_pay_now\\\":false,\\\"switch_to_pay_now_label\\\":\\\"Prefer to settle everything now?\\\",\\\"payment_method\\\":\\\"card\\\"}},\\\"title\\\":\\\"Loan Application\\\",\\\"interest_rate\\\":{\\\"label\\\":\\\"Interest Rate\\\",\\\"description\\\":\\\"This is the percentage charged regularly on the amount you borrow.\\\",\\\"enabled\\\":false},\\\"interest_amount\\\":{\\\"label\\\":\\\"Interest Amount\\\",\\\"description\\\":\\\"This is the total interest you'll pay over the loan period, based on your loan amount and repayment duration.\\\",\\\"enabled\\\":false},\\\"product_selection\\\":{\\\"label\\\":\\\"Let’s Get Started\\\",\\\"description\\\":\\\"Input the amount that best suits your needs and provide a few quick details to begin.\\\",\\\"enabled\\\":true},\\\"account_information\\\":{\\\"label\\\":\\\"Customer Registration\\\",\\\"description\\\":\\\"Please provide your basic information. If you’re new here, we’ll help you set up your profile. If you’ve registered before, we’ll guide you to log in securely.\\\",\\\"enabled\\\":true},\\\"loan_request_information\\\":{\\\"label\\\":\\\"Loan Request Information\\\",\\\"description\\\":\\\"Tell us how much you need and for how long. We’ll use this to customize your loan offer.\\\",\\\"enabled\\\":true},\\\"bank_account_information\\\":{\\\"label\\\":\\\"Bank Account Information\\\",\\\"description\\\":\\\"Provide your bank details so we can process your loan and repayments securely.\\\",\\\"enabled\\\":false},\\\"identity_validation\\\":{\\\"label\\\":\\\"Identity Verification\\\",\\\"description\\\":\\\"We verify your identity to keep your account secure and comply with regulatory standards.\\\",\\\"enabled\\\":true},\\\"selfie_validation\\\":{\\\"label\\\":\\\"Liveness Check\\\",\\\"description\\\":\\\"Snap a quick selfie to confirm you're the real you. It’s fast, secure, and protects your account.\\\",\\\"enabled\\\":true},\\\"order_information\\\":{\\\"label\\\":\\\"Loan Summary\\\",\\\"description\\\":\\\"Here’s a full breakdown of your loan, amount, fees, and repayment schedule. Please review before submitting.\\\",\\\"type\\\":\\\"Loan Product\\\",\\\"enabled\\\":false},\\\"terms_review\\\":{\\\"label\\\":\\\"Review of Loan Terms\\\",\\\"description\\\":\\\"Carefully go through the terms of your loan so you're fully informed before moving forward.\\\",\\\"enabled\\\":true},\\\"payments_processing\\\":{\\\"label\\\":\\\"Payments\\\",\\\"description\\\":\\\"See how your repayments are structured over time, amounts, dates, and frequency.\\\",\\\"type\\\":\\\"Repayment breakdown\\\",\\\"enabled\\\":false},\\\"payment_methods\\\":{\\\"label\\\":\\\"Payment Methods\\\",\\\"description\\\":\\\"Choose your preferred way to make repayments.\\\",\\\"enabled\\\":false},\\\"authentication_setup\\\":{\\\"label\\\":\\\"Password and PIN\\\",\\\"description\\\":\\\"Authorize your loan application by inputting your password and PIN.\\\",\\\"enabled\\\":true},\\\"transaction_confirmation\\\":{\\\"label\\\":\\\"Loan Confirmation\\\",\\\"description\\\":\\\"Almost done! This is your final chance to confirm the loan details before we proceed.\\\",\\\"enabled\\\":true},\\\"equity_contribution\\\":{\\\"label\\\":\\\"Initial Payment\\\",\\\"description\\\":\\\"A one-time upfront payment that helps lower your overall loan burden. This is usually required before disbursement.\\\",\\\"enabled\\\":false}}\",\n                    \"borrower_message\": \"Your loan requires {no_of_guarantors} guarantor. They may be required by law to repay your loan should you not be able to pay back. Therefore, the guarantors must be people you know, trust, and are creditworthy. Your guarantors must know and trust you as well. Please note that your guarantors would see the full details of the loan you want to take When providing a guarantee, we would require your guarantors to validate their identity by providing their identity documents, bank account details and other information.\",\n                    \"card_processor\": \"paystack\",\n                    \"channels\": \"Web,Android,iOS,Mobile,Offline\",\n                    \"create-loan-on-cba\": false,\n                    \"credit-line-configuration\": {\n                        \"enabled\": false,\n                        \"default-due-period\": 30,\n                        \"default-due-period-type\": \"day\",\n                        \"cutoff-days-before-expiry\": 7,\n                        \"interest-application-strategy\": \"monthly-application\"\n                    },\n                    \"data_provider\": \"\",\n                    \"direct_debit_provider\": \"nibss-easypay\",\n                    \"disburse_in_tranches\": false,\n                    \"disburse_to_third_party\": false,\n                    \"enforce_risk_and_verification_checks\": false,\n                    \"fenestra_bank_options\": \"\",\n                    \"fetch-accounts-from-bvn\": {\n                        \"label\": \"Confirm your Accounts\",\n                        \"description\": \"Select the number of accounts you want to link\",\n                        \"active\": true,\n                        \"continue-on-failure\": false,\n                        \"accounts-required\": \"2\",\n                        \"minimum-accounts-required\": \"2\",\n                        \"maximum-accounts-required\": 1\n                    },\n                    \"first-due-date\": null,\n                    \"grace-period-configuration\": {\n                        \"schedules\": 0,\n                        \"applies-to\": null\n                    },\n                    \"guarantor_message\": \"Hi Guarantor, you have been nominated as a guarantor by {full_name} on a {amount} loan from {organization_name}.\\n\\nAs a guarantor, you will be required to pay back this loan, inclusive of fees, interest, or charges, should {first_name} not able to pay. If you default, your details may be reported to the appropriate credit bureau.\",\n                    \"guarantor_oraculi_modules\": \"Karma,Ecosystem\",\n                    \"guarantor-settings\": {\n                        \"active\": false,\n                        \"loan-guarantee-limit\": 2,\n                        \"allow-loans\": true,\n                        \"allow-multiple-loan-guarantee\": true\n                    },\n                    \"interest-application\": \"amount\",\n                    \"loan_extension_features\": {\n                        \"active\": false,\n                        \"max_extension_period\": 30,\n                        \"extension_limit\": 3\n                    },\n                    \"loan-approval-requirements\": null,\n                    \"loan-offerings\": null,\n                    \"loan-request-checklist\": \"{\\\"active\\\":true,\\\"title\\\":\\\"There are a few things you need to do first\\\",\\\"is_custom_conditions\\\":false,\\\"conditions\\\":[{\\\"label\\\":\\\"Direct debit\\\",\\\"description\\\":\\\"You must have an account you can use for your direct debit mandate\\\"},{\\\"label\\\":\\\"Debit card validity\\\",\\\"description\\\":\\\"We require debit cards to have validity at least 3 months beyond the last payment schedule\\\"},{\\\"label\\\":\\\"Location\\\",\\\"description\\\":\\\"Your location must be turned on for your loan request to be processed successfully\\\"},{\\\"label\\\":\\\"Maximum loan amount\\\",\\\"description\\\":\\\"The maximum loan amount we give to first time customer is N100. However, this would be increased as you take loans and repay\\\"}]}\",\n                    \"loan-savings-multiplier\": \"0\",\n                    \"minimum_amount_before_statement\": 100000000,\n                    \"no_of_guarantors\": 1,\n                    \"offer_expiry\": 744,\n                    \"prequalify\": false,\n                    \"product-customization\": \"{}\",\n                    \"product-display-configurations\": {\n                        \"display\": false,\n                        \"apply_cta\": \"Apply Now\",\n                        \"terms_link\": \"https://lendsqr.com/terms\"\n                    },\n                    \"publicly-listed\": true,\n                    \"redirect-to-web\": {\n                        \"active\": false,\n                        \"link-label\": \"Apply on the web\",\n                        \"link-description\": \"This loan is available on the web where more information can be uploaded\"\n                    },\n                    \"refinance-loan-options\": {\n                        \"allow-refinancing\": false,\n                        \"allow-extend-tenor\": false,\n                        \"allow-shorten-tenor\": false,\n                        \"allow-interest-change\": false,\n                        \"capitalize-penalties\": false,\n                        \"capitalize-fees\": false,\n                        \"capitalize-interests\": false,\n                        \"apply-fees\": \"new-amount\"\n                    },\n                    \"repayment-method-instruction\": {\n                        \"active\": false,\n                        \"label\": \"How do you want to pay?\",\n                        \"description\": \"You can choose to pay with either a debit card or direct debit. Please select one of the options below.\",\n                        \"cta-label\": \"Go to the settings\",\n                        \"cta-url\": \"https://lendsqr.com/payments\"\n                    },\n                    \"repayment-methods\": {\n                        \"debit-card\": false,\n                        \"direct-debit\": true,\n                        \"mobile-money\": false,\n                        \"none\": false\n                    },\n                    \"request-payment-method\": \"after-loan-request\",\n                    \"require_document\": false,\n                    \"require_guarantor\": true,\n                    \"require-guarantor-payment-methods\": false,\n                    \"require-location\": true,\n                    \"require-nin\": \"0\",\n                    \"rounding-strategy\": \"round-up-last-schedule\",\n                    \"show_only_clf\": false,\n                    \"skip-schedule-configuration\": {\n                        \"days\": [],\n                        \"specific-dates\": [],\n                        \"public-holiday\": false\n                    },\n                    \"upfront-fee-payment\": false,\n                    \"upfront-interest-payment\": false\n                },\n                \"product_disbursement_roles\": [\n                    {\n                        \"id\": 34879,\n                        \"role_id\": 1,\n                        \"product_id\": 16633,\n                        \"created_on\": \"2025-10-10T11:07:29.000Z\",\n                        \"created_by\": 4375,\n                        \"modified_on\": \"2025-10-10T11:07:29.000Z\",\n                        \"modified_by\": null,\n                        \"deleted_on\": null,\n                        \"deleted_flag\": 0,\n                        \"deleted_by\": null\n                    },\n                    {\n                        \"id\": 34880,\n                        \"role_id\": 2,\n                        \"product_id\": 16633,\n                        \"created_on\": \"2025-10-10T11:07:30.000Z\",\n                        \"created_by\": 4375,\n                        \"modified_on\": \"2025-10-10T11:07:30.000Z\",\n                        \"modified_by\": null,\n                        \"deleted_on\": null,\n                        \"deleted_flag\": 0,\n                        \"deleted_by\": null\n                    }\n                ],\n                \"fees\": [\n                    {\n                        \"id\": 11163,\n                        \"org_id\": 3415,\n                        \"name\": \"Equity Contribution - 50%\",\n                        \"slug\": null,\n                        \"description\": null,\n                        \"type\": \"Fixed\",\n                        \"category\": \"Equity Contribution\",\n                        \"currency\": \"NGN\",\n                        \"country\": \"NGA\",\n                        \"amount\": 50,\n                        \"min_amount\": 10,\n                        \"max_amount\": 50,\n                        \"percentage\": 60,\n                        \"max_amount_global\": 0,\n                        \"min_amount_global\": 0,\n                        \"max_accrual_days\": 0,\n                        \"applicable_to\": null,\n                        \"grace_period\": 0,\n                        \"frequency\": 0,\n                        \"is_default\": 0,\n                        \"meta\": null,\n                        \"created_on\": \"2024-07-05T09:34:20.000Z\",\n                        \"created_by\": 7792,\n                        \"modified_on\": \"2025-03-06T18:03:57.000Z\",\n                        \"modified_by\": null,\n                        \"deleted_flag\": 0,\n                        \"deleted_on\": null,\n                        \"deleted_by\": null\n                    }\n                ]\n            },\n            {\n                \"id\": 16936,\n                \"name\": \"Repayment Method\",\n                \"description\": \"Choose repayment method\",\n                \"min_amount\": 7000,\n                \"max_amount\": 10000,\n                \"currency\": \"NGN\",\n                \"interest_rate\": 5,\n                \"interest_period\": \"months\",\n                \"frequency\": \"monthly\",\n                \"min_interest_amount\": 0,\n                \"min_tenor_value\": 1,\n                \"max_tenor_value\": 3,\n                \"min_tenor_period\": \"months\",\n                \"max_tenor_period\": \"months\",\n                \"sort_order\": null,\n                \"status\": 1,\n                \"collection_method\": \"direct_debit\",\n                \"disburse_to\": \"wallet\",\n                \"allow_multi_tenor\": 1,\n                \"channel\": \"App\",\n                \"organizations\": {\n                    \"id\": 3415,\n                    \"name\": \"lenderco\",\n                    \"type\": \"lender\"\n                },\n                \"approval_workflow\": null,\n                \"documents\": [],\n                \"attributes\": {\n                    \"additional_bnpl_data\": null,\n                    \"additional_loan_data\": null,\n                    \"allow-fractional-amounts\": false,\n                    \"attach-repayment-breakdown-to-approval-email\": false,\n                    \"bnpl-configurations\": \"{\\\"bnpl\\\":{\\\"enabled\\\":false,\\\"application_successful_message\\\":\\\"You’ve successfully applied for your loan! We’re now reviewing your details and will notify you shortly with an update.\\\",\\\"application_failed_message\\\":\\\"We're sorry, but your loan application wasn’t approved at this time.\\\",\\\"pay_now\\\":{\\\"enabled\\\":false,\\\"button_label\\\":\\\"Pay in Full\\\",\\\"switch_to_pay_later\\\":false,\\\"switch_to_pay_later_label\\\":\\\"Prefer to pay in installments?\\\",\\\"payment_method\\\":\\\"card\\\"},\\\"pay_later\\\":{\\\"enabled\\\":false,\\\"button_label\\\":\\\"Pay in Installments\\\",\\\"switch_to_pay_now\\\":false,\\\"switch_to_pay_now_label\\\":\\\"Prefer to settle everything now?\\\",\\\"payment_method\\\":\\\"card\\\"}},\\\"title\\\":\\\"Loan Application\\\",\\\"interest_rate\\\":{\\\"label\\\":\\\"Interest Rate\\\",\\\"description\\\":\\\"This is the percentage charged regularly on the amount you borrow.\\\",\\\"enabled\\\":false},\\\"interest_amount\\\":{\\\"label\\\":\\\"Interest Amount\\\",\\\"description\\\":\\\"This is the total interest you'll pay over the loan period, based on your loan amount and repayment duration.\\\",\\\"enabled\\\":false},\\\"product_selection\\\":{\\\"label\\\":\\\"Let’s Get Started\\\",\\\"description\\\":\\\"Input the amount that best suits your needs and provide a few quick details to begin.\\\",\\\"enabled\\\":true},\\\"account_information\\\":{\\\"label\\\":\\\"Customer Registration\\\",\\\"description\\\":\\\"Please provide your basic information. If you’re new here, we’ll help you set up your profile. If you’ve registered before, we’ll guide you to log in securely.\\\",\\\"enabled\\\":true},\\\"loan_request_information\\\":{\\\"label\\\":\\\"Loan Request Information\\\",\\\"description\\\":\\\"Tell us how much you need and for how long. We’ll use this to customize your loan offer.\\\",\\\"enabled\\\":true},\\\"bank_account_information\\\":{\\\"label\\\":\\\"Bank Account Information\\\",\\\"description\\\":\\\"Provide your bank details so we can process your loan and repayments securely.\\\",\\\"enabled\\\":false},\\\"identity_validation\\\":{\\\"label\\\":\\\"Identity Verification\\\",\\\"description\\\":\\\"We verify your identity to keep your account secure and comply with regulatory standards.\\\",\\\"enabled\\\":true},\\\"selfie_validation\\\":{\\\"label\\\":\\\"Liveness Check\\\",\\\"description\\\":\\\"Snap a quick selfie to confirm you're the real you. It’s fast, secure, and protects your account.\\\",\\\"enabled\\\":true},\\\"order_information\\\":{\\\"label\\\":\\\"Loan Summary\\\",\\\"description\\\":\\\"Here’s a full breakdown of your loan, amount, fees, and repayment schedule. Please review before submitting.\\\",\\\"type\\\":\\\"Loan Product\\\",\\\"enabled\\\":false},\\\"terms_review\\\":{\\\"label\\\":\\\"Review of Loan Terms\\\",\\\"description\\\":\\\"Carefully go through the terms of your loan so you're fully informed before moving forward.\\\",\\\"enabled\\\":true},\\\"payments_processing\\\":{\\\"label\\\":\\\"Payments\\\",\\\"description\\\":\\\"See how your repayments are structured over time, amounts, dates, and frequency.\\\",\\\"type\\\":\\\"Repayment breakdown\\\",\\\"enabled\\\":false},\\\"payment_methods\\\":{\\\"label\\\":\\\"Payment Methods\\\",\\\"description\\\":\\\"Choose your preferred way to make repayments.\\\",\\\"enabled\\\":false},\\\"authentication_setup\\\":{\\\"label\\\":\\\"Password and PIN\\\",\\\"description\\\":\\\"Authorize your loan application by inputting your password and PIN.\\\",\\\"enabled\\\":true},\\\"transaction_confirmation\\\":{\\\"label\\\":\\\"Loan Confirmation\\\",\\\"description\\\":\\\"Almost done! This is your final chance to confirm the loan details before we proceed.\\\",\\\"enabled\\\":true},\\\"equity_contribution\\\":{\\\"label\\\":\\\"Initial Payment\\\",\\\"description\\\":\\\"A one-time upfront payment that helps lower your overall loan burden. This is usually required before disbursement.\\\",\\\"enabled\\\":false}}\",\n                    \"borrower_message\": \"Your loan requires {no_of_guarantors} guarantor. They may be required by law to repay your loan should you not be able to pay back. Therefore, the guarantors must be people you know, trust, and are creditworthy. Your guarantors must know and trust you as well. Please note that your guarantors would see the full details of the loan you want to take When providing a guarantee, we would require your guarantors to validate their identity by providing their identity documents, bank account details and other information.\",\n                    \"card_processor\": \"paystack\",\n                    \"channels\": \"Web,Android,iOS,Mobile\",\n                    \"create-loan-on-cba\": false,\n                    \"credit-line-configuration\": {\n                        \"enabled\": false,\n                        \"default-due-period\": 30,\n                        \"default-due-period-type\": \"day\",\n                        \"cutoff-days-before-expiry\": 7,\n                        \"interest-application-strategy\": \"monthly-application\"\n                    },\n                    \"data_provider\": \"\",\n                    \"direct_debit_provider\": \"nibss-easypay\",\n                    \"disburse_in_tranches\": false,\n                    \"disburse_to_third_party\": false,\n                    \"enforce_risk_and_verification_checks\": false,\n                    \"fenestra_bank_options\": \"\",\n                    \"fetch-accounts-from-bvn\": {\n                        \"label\": \"Confirm your Accounts\",\n                        \"description\": \"Select the number of accounts you want to link\",\n                        \"active\": false,\n                        \"continue-on-failure\": false,\n                        \"accounts-required\": 1,\n                        \"minimum-accounts-required\": 1,\n                        \"maximum-accounts-required\": 1\n                    },\n                    \"first-due-date\": null,\n                    \"grace-period-configuration\": {\n                        \"schedules\": 0,\n                        \"applies-to\": null\n                    },\n                    \"guarantor_message\": \"Hi Guarantor, you have been nominated as a guarantor by {full_name} on a {amount} loan from {organization_name}.\\n\\nAs a guarantor, you will be required to pay back this loan, inclusive of fees, interest, or charges, should {first_name} not able to pay. If you default, your details may be reported to the appropriate credit bureau.\",\n                    \"guarantor_oraculi_modules\": \"Karma,Ecosystem\",\n                    \"guarantor-settings\": {\n                        \"active\": false,\n                        \"loan-guarantee-limit\": 2,\n                        \"allow-loans\": true,\n                        \"allow-multiple-loan-guarantee\": true\n                    },\n                    \"interest-application\": \"amount\",\n                    \"loan_extension_features\": {\n                        \"active\": false,\n                        \"max_extension_period\": 30,\n                        \"extension_limit\": 3\n                    },\n                    \"loan-approval-requirements\": null,\n                    \"loan-offerings\": null,\n                    \"loan-request-checklist\": \"{\\\"active\\\":true,\\\"title\\\":\\\"There are a few things you need to do first\\\",\\\"is_custom_conditions\\\":false,\\\"conditions\\\":[{\\\"label\\\":\\\"Direct debit\\\",\\\"description\\\":\\\"You must have an account you can use for your direct debit mandate\\\"},{\\\"label\\\":\\\"Debit card validity\\\",\\\"description\\\":\\\"We require debit cards to have validity at least 3 months beyond the last payment schedule\\\"},{\\\"label\\\":\\\"Location\\\",\\\"description\\\":\\\"Your location must be turned on for your loan request to be processed successfully\\\"},{\\\"label\\\":\\\"Maximum loan amount\\\",\\\"description\\\":\\\"The maximum loan amount we give to first time customer is N100. However, this would be increased as you take loans and repay\\\"}]}\",\n                    \"loan-savings-multiplier\": \"0\",\n                    \"minimum_amount_before_statement\": 100000000,\n                    \"no_of_guarantors\": 1,\n                    \"offer_expiry\": 744,\n                    \"prequalify\": false,\n                    \"product-customization\": \"{}\",\n                    \"product-display-configurations\": {\n                        \"display\": false,\n                        \"apply_cta\": \"Apply Now\",\n                        \"terms_link\": \"https://lendsqr.com/terms\"\n                    },\n                    \"publicly-listed\": true,\n                    \"redirect-to-web\": {\n                        \"active\": false,\n                        \"link-label\": \"Apply on the web\",\n                        \"link-description\": \"This loan is available on the web where more information can be uploaded\"\n                    },\n                    \"refinance-loan-options\": {\n                        \"allow-refinancing\": false,\n                        \"allow-extend-tenor\": false,\n                        \"allow-shorten-tenor\": false,\n                        \"allow-interest-change\": false,\n                        \"capitalize-penalties\": false,\n                        \"capitalize-fees\": false,\n                        \"capitalize-interests\": false,\n                        \"apply-fees\": \"new-amount\"\n                    },\n                    \"repayment-method-instruction\": {\n                        \"active\": false,\n                        \"label\": \"How do you want to pay?\",\n                        \"description\": \"You can choose to pay with either a debit card or direct debit. Please select one of the options below.\",\n                        \"cta-label\": \"Go to the settings\",\n                        \"cta-url\": \"https://lendsqr.com/payments\"\n                    },\n                    \"repayment-methods\": {\n                        \"debit-card\": false,\n                        \"direct-debit\": false,\n                        \"mobile-money\": false,\n                        \"none\": true,\n                        \"any\": false\n                    },\n                    \"request-payment-method\": \"before-loan-request\",\n                    \"require_document\": false,\n                    \"require_guarantor\": false,\n                    \"require-guarantor-payment-methods\": true,\n                    \"require-location\": false,\n                    \"require-nin\": \"0\",\n                    \"rounding-strategy\": \"round-up-last-schedule\",\n                    \"show_only_clf\": false,\n                    \"skip-schedule-configuration\": {\n                        \"days\": [],\n                        \"specific-dates\": [],\n                        \"public-holiday\": false\n                    },\n                    \"upfront-fee-payment\": false,\n                    \"upfront-interest-payment\": false\n                },\n                \"product_disbursement_roles\": [\n                    {\n                        \"id\": 27613,\n                        \"role_id\": 1,\n                        \"product_id\": 16936,\n                        \"created_on\": \"2025-04-03T14:30:39.000Z\",\n                        \"created_by\": 8928,\n                        \"modified_on\": \"2025-04-03T14:30:39.000Z\",\n                        \"modified_by\": null,\n                        \"deleted_on\": null,\n                        \"deleted_flag\": 0,\n                        \"deleted_by\": null\n                    },\n                    {\n                        \"id\": 27614,\n                        \"role_id\": 2,\n                        \"product_id\": 16936,\n                        \"created_on\": \"2025-04-03T14:30:39.000Z\",\n                        \"created_by\": 8928,\n                        \"modified_on\": \"2025-04-03T14:30:39.000Z\",\n                        \"modified_by\": null,\n                        \"deleted_on\": null,\n                        \"deleted_flag\": 0,\n                        \"deleted_by\": null\n                    }\n                ],\n                \"fees\": [\n                    {\n                        \"id\": 20369,\n                        \"org_id\": 3415,\n                        \"name\": \"Test fee\",\n                        \"slug\": null,\n                        \"description\": null,\n                        \"type\": \"Percentage\",\n                        \"category\": \"Regular\",\n                        \"currency\": \"NGN\",\n                        \"country\": \"NGA\",\n                        \"amount\": 5000,\n                        \"min_amount\": 0,\n                        \"max_amount\": 100000,\n                        \"percentage\": 2,\n                        \"max_amount_global\": 0,\n                        \"min_amount_global\": 0,\n                        \"max_accrual_days\": 0,\n                        \"applicable_to\": \"Principal\",\n                        \"grace_period\": 7,\n                        \"frequency\": 0,\n                        \"is_default\": 0,\n                        \"meta\": null,\n                        \"created_on\": \"2025-04-03T14:30:03.000Z\",\n                        \"created_by\": 4375,\n                        \"modified_on\": \"2025-06-23T19:40:39.000Z\",\n                        \"modified_by\": null,\n                        \"deleted_flag\": 0,\n                        \"deleted_on\": null,\n                        \"deleted_by\": null\n                    }\n                ]\n            },\n            {\n                \"id\": 17898,\n                \"name\": \"normal loan\",\n                \"description\": \"normal loan\",\n                \"min_amount\": 50,\n                \"max_amount\": 5000,\n                \"currency\": \"NGN\",\n                \"interest_rate\": 5,\n                \"interest_period\": \"months\",\n                \"frequency\": \"monthly\",\n                \"min_interest_amount\": 0,\n                \"min_tenor_value\": 1,\n                \"max_tenor_value\": 3,\n                \"min_tenor_period\": \"months\",\n                \"max_tenor_period\": \"months\",\n                \"sort_order\": null,\n                \"status\": 1,\n                \"collection_method\": \"direct_debit\",\n                \"disburse_to\": \"third-party\",\n                \"allow_multi_tenor\": 1,\n                \"channel\": \"App\",\n                \"organizations\": {\n                    \"id\": 3415,\n                    \"name\": \"lenderco\",\n                    \"type\": \"lender\"\n                },\n                \"approval_workflow\": null,\n                \"documents\": [],\n                \"attributes\": {\n                    \"additional_bnpl_data\": null,\n                    \"additional_loan_data\": null,\n                    \"allow-fractional-amounts\": false,\n                    \"attach-repayment-breakdown-to-approval-email\": false,\n                    \"bnpl-configurations\": \"{\\\"bnpl\\\":{\\\"enabled\\\":false,\\\"application_successful_message\\\":\\\"You’ve successfully applied for your loan! We’re now reviewing your details and will notify you shortly with an update.\\\",\\\"application_failed_message\\\":\\\"We're sorry, but your loan application wasn’t approved at this time.\\\",\\\"pay_now\\\":{\\\"enabled\\\":false,\\\"button_label\\\":\\\"Pay in Full\\\",\\\"switch_to_pay_later\\\":false,\\\"switch_to_pay_later_label\\\":\\\"Prefer to pay in installments?\\\",\\\"payment_method\\\":\\\"card\\\"},\\\"pay_later\\\":{\\\"enabled\\\":false,\\\"button_label\\\":\\\"Pay in Installments\\\",\\\"switch_to_pay_now\\\":false,\\\"switch_to_pay_now_label\\\":\\\"Prefer to settle everything now?\\\",\\\"payment_method\\\":\\\"card\\\"}},\\\"title\\\":\\\"Loan Application\\\",\\\"interest_rate\\\":{\\\"label\\\":\\\"Interest Rate\\\",\\\"description\\\":\\\"This is the percentage charged regularly on the amount you borrow.\\\",\\\"enabled\\\":false},\\\"interest_amount\\\":{\\\"label\\\":\\\"Interest Amount\\\",\\\"description\\\":\\\"This is the total interest you'll pay over the loan period, based on your loan amount and repayment duration.\\\",\\\"enabled\\\":false},\\\"product_selection\\\":{\\\"label\\\":\\\"Let’s Get Started\\\",\\\"description\\\":\\\"Input the amount that best suits your needs and provide a few quick details to begin.\\\",\\\"enabled\\\":true},\\\"account_information\\\":{\\\"label\\\":\\\"Customer Registration\\\",\\\"description\\\":\\\"Please provide your basic information. If you’re new here, we’ll help you set up your profile. If you’ve registered before, we’ll guide you to log in securely.\\\",\\\"enabled\\\":true},\\\"loan_request_information\\\":{\\\"label\\\":\\\"Loan Request Information\\\",\\\"description\\\":\\\"Tell us how much you need and for how long. We’ll use this to customize your loan offer.\\\",\\\"enabled\\\":true},\\\"bank_account_information\\\":{\\\"label\\\":\\\"Bank Account Information\\\",\\\"description\\\":\\\"Provide your bank details so we can process your loan and repayments securely.\\\",\\\"enabled\\\":false},\\\"identity_validation\\\":{\\\"label\\\":\\\"Identity Verification\\\",\\\"description\\\":\\\"We verify your identity to keep your account secure and comply with regulatory standards.\\\",\\\"enabled\\\":true},\\\"selfie_validation\\\":{\\\"label\\\":\\\"Liveness Check\\\",\\\"description\\\":\\\"Snap a quick selfie to confirm you're the real you. It’s fast, secure, and protects your account.\\\",\\\"enabled\\\":true},\\\"order_information\\\":{\\\"label\\\":\\\"Loan Summary\\\",\\\"description\\\":\\\"Here’s a full breakdown of your loan, amount, fees, and repayment schedule. Please review before submitting.\\\",\\\"type\\\":\\\"Loan Product\\\",\\\"enabled\\\":false},\\\"terms_review\\\":{\\\"label\\\":\\\"Review of Loan Terms\\\",\\\"description\\\":\\\"Carefully go through the terms of your loan so you're fully informed before moving forward.\\\",\\\"enabled\\\":true},\\\"payments_processing\\\":{\\\"label\\\":\\\"Payments\\\",\\\"description\\\":\\\"See how your repayments are structured over time, amounts, dates, and frequency.\\\",\\\"type\\\":\\\"Repayment breakdown\\\",\\\"enabled\\\":false},\\\"payment_methods\\\":{\\\"label\\\":\\\"Payment Methods\\\",\\\"description\\\":\\\"Choose your preferred way to make repayments.\\\",\\\"enabled\\\":false},\\\"authentication_setup\\\":{\\\"label\\\":\\\"Password and PIN\\\",\\\"description\\\":\\\"Authorize your loan application by inputting your password and PIN.\\\",\\\"enabled\\\":true},\\\"transaction_confirmation\\\":{\\\"label\\\":\\\"Loan Confirmation\\\",\\\"description\\\":\\\"Almost done! This is your final chance to confirm the loan details before we proceed.\\\",\\\"enabled\\\":true},\\\"equity_contribution\\\":{\\\"label\\\":\\\"Initial Payment\\\",\\\"description\\\":\\\"A one-time upfront payment that helps lower your overall loan burden. This is usually required before disbursement.\\\",\\\"enabled\\\":false}}\",\n                    \"borrower_message\": \"Your loan requires {no_of_guarantors} guarantor. They may be required by law to repay your loan should you not be able to pay back. Therefore, the guarantors must be people you know, trust, and are creditworthy. Your guarantors must know and trust you as well. Please note that your guarantors would see the full details of the loan you want to take When providing a guarantee, we would require your guarantors to validate their identity by providing their identity documents, bank account details and other information.\",\n                    \"card_processor\": \"paystack\",\n                    \"channels\": \"Web,Android,iOS,Mobile,Offline\",\n                    \"create-loan-on-cba\": false,\n                    \"credit-line-configuration\": {\n                        \"enabled\": false,\n                        \"default-due-period\": 30,\n                        \"default-due-period-type\": \"day\",\n                        \"cutoff-days-before-expiry\": 7,\n                        \"interest-application-strategy\": \"monthly-application\"\n                    },\n                    \"data_provider\": \"\",\n                    \"direct_debit_provider\": \"nibss-easypay\",\n                    \"disburse_in_tranches\": false,\n                    \"disburse_to_third_party\": false,\n                    \"enforce_risk_and_verification_checks\": false,\n                    \"fenestra_bank_options\": \"\",\n                    \"fetch-accounts-from-bvn\": {\n                        \"label\": \"Confirm your Accounts\",\n                        \"description\": \"Select the number of accounts you want to link\",\n                        \"active\": false,\n                        \"continue-on-failure\": false,\n                        \"accounts-required\": 1,\n                        \"minimum-accounts-required\": 1,\n                        \"maximum-accounts-required\": 1\n                    },\n                    \"first-due-date\": null,\n                    \"grace-period-configuration\": {\n                        \"schedules\": 0,\n                        \"applies-to\": null\n                    },\n                    \"guarantor_message\": \"Hi Guarantor, you have been nominated as a guarantor by {full_name} on a {amount} loan from {organization_name}.\\n\\nAs a guarantor, you will be required to pay back this loan, inclusive of fees, interest, or charges, should {first_name} not able to pay. If you default, your details may be reported to the appropriate credit bureau.\",\n                    \"guarantor_oraculi_modules\": \"Karma,Ecosystem\",\n                    \"guarantor-settings\": {\n                        \"active\": false,\n                        \"loan-guarantee-limit\": 2,\n                        \"allow-loans\": true,\n                        \"allow-multiple-loan-guarantee\": true\n                    },\n                    \"interest-application\": \"amount\",\n                    \"loan_extension_features\": {\n                        \"active\": false,\n                        \"max_extension_period\": 30,\n                        \"extension_limit\": 3\n                    },\n                    \"loan-approval-requirements\": null,\n                    \"loan-offerings\": null,\n                    \"loan-request-checklist\": \"{\\\"active\\\":true,\\\"title\\\":\\\"There are a few things you need to do first\\\",\\\"is_custom_conditions\\\":false,\\\"conditions\\\":[{\\\"label\\\":\\\"Direct debit\\\",\\\"description\\\":\\\"You must have an account you can use for your direct debit mandate\\\"},{\\\"label\\\":\\\"Debit card validity\\\",\\\"description\\\":\\\"We require debit cards to have validity at least 3 months beyond the last payment schedule\\\"},{\\\"label\\\":\\\"Location\\\",\\\"description\\\":\\\"Your location must be turned on for your loan request to be processed successfully\\\"},{\\\"label\\\":\\\"Maximum loan amount\\\",\\\"description\\\":\\\"The maximum loan amount we give to first time customer is N100. However, this would be increased as you take loans and repay\\\"}]}\",\n                    \"loan-savings-multiplier\": \"0\",\n                    \"minimum_amount_before_statement\": 100000000,\n                    \"no_of_guarantors\": 1,\n                    \"offer_expiry\": 744,\n                    \"prequalify\": false,\n                    \"product-customization\": \"{}\",\n                    \"product-display-configurations\": {\n                        \"display\": false,\n                        \"apply_cta\": \"Apply Now\",\n                        \"terms_link\": \"https://lendsqr.com/terms\"\n                    },\n                    \"publicly-listed\": true,\n                    \"redirect-to-web\": {\n                        \"active\": false,\n                        \"link-label\": \"Apply on the web\",\n                        \"link-description\": \"This loan is available on the web where more information can be uploaded\"\n                    },\n                    \"refinance-loan-options\": {\n                        \"allow-refinancing\": false,\n                        \"allow-extend-tenor\": false,\n                        \"allow-shorten-tenor\": false,\n                        \"allow-interest-change\": false,\n                        \"capitalize-penalties\": false,\n                        \"capitalize-fees\": false,\n                        \"capitalize-interests\": false,\n                        \"apply-fees\": \"new-amount\"\n                    },\n                    \"repayment-method-instruction\": {\n                        \"active\": false,\n                        \"label\": \"How do you want to pay?\",\n                        \"description\": \"You can choose to pay with either a debit card or direct debit. Please select one of the options below.\",\n                        \"cta-label\": \"Go to the settings\",\n                        \"cta-url\": \"https://lendsqr.com/payments\"\n                    },\n                    \"repayment-methods\": {\n                        \"debit-card\": false,\n                        \"direct-debit\": false,\n                        \"mobile-money\": false,\n                        \"none\": true,\n                        \"any\": false\n                    },\n                    \"request-payment-method\": \"before-loan-request\",\n                    \"require_document\": false,\n                    \"require_guarantor\": false,\n                    \"require-guarantor-payment-methods\": true,\n                    \"require-location\": false,\n                    \"require-nin\": \"0\",\n                    \"rounding-strategy\": \"round-up-last-schedule\",\n                    \"show_only_clf\": false,\n                    \"skip-schedule-configuration\": {\n                        \"days\": [],\n                        \"specific-dates\": [],\n                        \"public-holiday\": false\n                    },\n                    \"upfront-fee-payment\": false,\n                    \"upfront-interest-payment\": false\n                },\n                \"product_disbursement_roles\": [\n                    {\n                        \"id\": 36151,\n                        \"role_id\": 1,\n                        \"product_id\": 17898,\n                        \"created_on\": \"2025-11-10T18:34:38.000Z\",\n                        \"created_by\": 15371,\n                        \"modified_on\": \"2025-11-10T18:34:38.000Z\",\n                        \"modified_by\": null,\n                        \"deleted_on\": null,\n                        \"deleted_flag\": 0,\n                        \"deleted_by\": null\n                    },\n                    {\n                        \"id\": 36152,\n                        \"role_id\": 2,\n                        \"product_id\": 17898,\n                        \"created_on\": \"2025-11-10T18:34:38.000Z\",\n                        \"created_by\": 15371,\n                        \"modified_on\": \"2025-11-10T18:34:38.000Z\",\n                        \"modified_by\": null,\n                        \"deleted_on\": null,\n                        \"deleted_flag\": 0,\n                        \"deleted_by\": null\n                    }\n                ],\n                \"fees\": []\n            },\n            {\n                \"id\": 18128,\n                \"name\": \"Offer Letter\",\n                \"description\": \"test loan for offer letters\",\n                \"min_amount\": 200,\n                \"max_amount\": 10000,\n                \"currency\": \"NGN\",\n                \"interest_rate\": 5,\n                \"interest_period\": \"months\",\n                \"frequency\": \"monthly\",\n                \"min_interest_amount\": 0,\n                \"min_tenor_value\": 1,\n                \"max_tenor_value\": 3,\n                \"min_tenor_period\": \"months\",\n                \"max_tenor_period\": \"months\",\n                \"sort_order\": null,\n                \"status\": 1,\n                \"collection_method\": \"direct_debit\",\n                \"disburse_to\": \"third-party\",\n                \"allow_multi_tenor\": 0,\n                \"channel\": \"App\",\n                \"organizations\": {\n                    \"id\": 3415,\n                    \"name\": \"lenderco\",\n                    \"type\": \"lender\"\n                },\n                \"approval_workflow\": null,\n                \"documents\": [],\n                \"attributes\": {\n                    \"additional_bnpl_data\": null,\n                    \"additional_loan_data\": null,\n                    \"allow-fractional-amounts\": false,\n                    \"attach-repayment-breakdown-to-approval-email\": false,\n                    \"bnpl-configurations\": \"{\\\"bnpl\\\":{\\\"enabled\\\":false,\\\"application_successful_message\\\":\\\"You’ve successfully applied for your loan! We’re now reviewing your details and will notify you shortly with an update.\\\",\\\"application_failed_message\\\":\\\"We're sorry, but your loan application wasn’t approved at this time.\\\",\\\"pay_now\\\":{\\\"enabled\\\":false,\\\"button_label\\\":\\\"Pay in Full\\\",\\\"switch_to_pay_later\\\":false,\\\"switch_to_pay_later_label\\\":\\\"Prefer to pay in installments?\\\",\\\"payment_method\\\":\\\"card\\\"},\\\"pay_later\\\":{\\\"enabled\\\":false,\\\"button_label\\\":\\\"Pay in Installments\\\",\\\"switch_to_pay_now\\\":false,\\\"switch_to_pay_now_label\\\":\\\"Prefer to settle everything now?\\\",\\\"payment_method\\\":\\\"card\\\"}},\\\"title\\\":\\\"Loan Application\\\",\\\"interest_rate\\\":{\\\"label\\\":\\\"Interest Rate\\\",\\\"description\\\":\\\"This is the percentage charged regularly on the amount you borrow.\\\",\\\"enabled\\\":false},\\\"interest_amount\\\":{\\\"label\\\":\\\"Interest Amount\\\",\\\"description\\\":\\\"This is the total interest you'll pay over the loan period, based on your loan amount and repayment duration.\\\",\\\"enabled\\\":false},\\\"product_selection\\\":{\\\"label\\\":\\\"Let’s Get Started\\\",\\\"description\\\":\\\"Input the amount that best suits your needs and provide a few quick details to begin.\\\",\\\"enabled\\\":true},\\\"account_information\\\":{\\\"label\\\":\\\"Customer Registration\\\",\\\"description\\\":\\\"Please provide your basic information. If you’re new here, we’ll help you set up your profile. If you’ve registered before, we’ll guide you to log in securely.\\\",\\\"enabled\\\":true},\\\"loan_request_information\\\":{\\\"label\\\":\\\"Loan Request Information\\\",\\\"description\\\":\\\"Tell us how much you need and for how long. We’ll use this to customize your loan offer.\\\",\\\"enabled\\\":true},\\\"bank_account_information\\\":{\\\"label\\\":\\\"Bank Account Information\\\",\\\"description\\\":\\\"Provide your bank details so we can process your loan and repayments securely.\\\",\\\"enabled\\\":false},\\\"identity_validation\\\":{\\\"label\\\":\\\"Identity Verification\\\",\\\"description\\\":\\\"We verify your identity to keep your account secure and comply with regulatory standards.\\\",\\\"enabled\\\":true},\\\"selfie_validation\\\":{\\\"label\\\":\\\"Liveness Check\\\",\\\"description\\\":\\\"Snap a quick selfie to confirm you're the real you. It’s fast, secure, and protects your account.\\\",\\\"enabled\\\":true},\\\"order_information\\\":{\\\"label\\\":\\\"Loan Summary\\\",\\\"description\\\":\\\"Here’s a full breakdown of your loan, amount, fees, and repayment schedule. Please review before submitting.\\\",\\\"type\\\":\\\"Loan Product\\\",\\\"enabled\\\":false},\\\"terms_review\\\":{\\\"label\\\":\\\"Review of Loan Terms\\\",\\\"description\\\":\\\"Carefully go through the terms of your loan so you're fully informed before moving forward.\\\",\\\"enabled\\\":true},\\\"payments_processing\\\":{\\\"label\\\":\\\"Payments\\\",\\\"description\\\":\\\"See how your repayments are structured over time, amounts, dates, and frequency.\\\",\\\"type\\\":\\\"Repayment breakdown\\\",\\\"enabled\\\":false},\\\"payment_methods\\\":{\\\"label\\\":\\\"Payment Methods\\\",\\\"description\\\":\\\"Choose your preferred way to make repayments.\\\",\\\"enabled\\\":false},\\\"authentication_setup\\\":{\\\"label\\\":\\\"Password and PIN\\\",\\\"description\\\":\\\"Authorize your loan application by inputting your password and PIN.\\\",\\\"enabled\\\":true},\\\"transaction_confirmation\\\":{\\\"label\\\":\\\"Loan Confirmation\\\",\\\"description\\\":\\\"Almost done! This is your final chance to confirm the loan details before we proceed.\\\",\\\"enabled\\\":true},\\\"equity_contribution\\\":{\\\"label\\\":\\\"Initial Payment\\\",\\\"description\\\":\\\"A one-time upfront payment that helps lower your overall loan burden. This is usually required before disbursement.\\\",\\\"enabled\\\":false}}\",\n                    \"borrower_message\": \"Your loan requires {no_of_guarantors} guarantor. They may be required by law to repay your loan should you not be able to pay back. Therefore, the guarantors must be people you know, trust, and are creditworthy. Your guarantors must know and trust you as well. Please note that your guarantors would see the full details of the loan you want to take When providing a guarantee, we would require your guarantors to validate their identity by providing their identity documents, bank account details and other information.\",\n                    \"card_processor\": \"paystack\",\n                    \"channels\": \"Web,Android,iOS,Mobile,Offline\",\n                    \"create-loan-on-cba\": false,\n                    \"credit-line-configuration\": {\n                        \"enabled\": false,\n                        \"default-due-period\": 30,\n                        \"default-due-period-type\": \"day\",\n                        \"cutoff-days-before-expiry\": 7,\n                        \"interest-application-strategy\": \"monthly-application\"\n                    },\n                    \"data_provider\": \"\",\n                    \"direct_debit_provider\": \"nibss-easypay\",\n                    \"disburse_in_tranches\": false,\n                    \"disburse_to_third_party\": false,\n                    \"enforce_risk_and_verification_checks\": false,\n                    \"fenestra_bank_options\": \"\",\n                    \"fetch-accounts-from-bvn\": {\n                        \"label\": \"Confirm your Accounts\",\n                        \"description\": \"Select the number of accounts you want to link\",\n                        \"active\": false,\n                        \"continue-on-failure\": false,\n                        \"accounts-required\": 1,\n                        \"minimum-accounts-required\": 1,\n                        \"maximum-accounts-required\": 1\n                    },\n                    \"first-due-date\": null,\n                    \"grace-period-configuration\": {\n                        \"schedules\": 0,\n                        \"applies-to\": null\n                    },\n                    \"guarantor_message\": \"Hi Guarantor, you have been nominated as a guarantor by {full_name} on a {amount} loan from {organization_name}.\\n\\nAs a guarantor, you will be required to pay back this loan, inclusive of fees, interest, or charges, should {first_name} not able to pay. If you default, your details may be reported to the appropriate credit bureau.\",\n                    \"guarantor_oraculi_modules\": \"Karma,Ecosystem\",\n                    \"guarantor-settings\": {\n                        \"active\": false,\n                        \"loan-guarantee-limit\": 2,\n                        \"allow-loans\": true,\n                        \"allow-multiple-loan-guarantee\": true\n                    },\n                    \"interest-application\": \"amount\",\n                    \"loan_extension_features\": {\n                        \"active\": false,\n                        \"max_extension_period\": 30,\n                        \"extension_limit\": 3\n                    },\n                    \"loan-approval-requirements\": null,\n                    \"loan-offerings\": null,\n                    \"loan-request-checklist\": \"{\\\"active\\\":true,\\\"title\\\":\\\"There are a few things you need to do first\\\",\\\"is_custom_conditions\\\":false,\\\"conditions\\\":[{\\\"label\\\":\\\"Direct debit\\\",\\\"description\\\":\\\"You must have an account you can use for your direct debit mandate\\\"},{\\\"label\\\":\\\"Debit card validity\\\",\\\"description\\\":\\\"We require debit cards to have validity at least 3 months beyond the last payment schedule\\\"},{\\\"label\\\":\\\"Location\\\",\\\"description\\\":\\\"Your location must be turned on for your loan request to be processed successfully\\\"},{\\\"label\\\":\\\"Maximum loan amount\\\",\\\"description\\\":\\\"The maximum loan amount we give to first time customer is N100. However, this would be increased as you take loans and repay\\\"}]}\",\n                    \"loan-savings-multiplier\": \"5\",\n                    \"minimum_amount_before_statement\": 100000000,\n                    \"no_of_guarantors\": 1,\n                    \"offer_expiry\": 744,\n                    \"prequalify\": false,\n                    \"product-customization\": \"{}\",\n                    \"product-display-configurations\": {\n                        \"display\": false,\n                        \"apply_cta\": \"Apply Now\",\n                        \"terms_link\": \"https://lendsqr.com/terms\"\n                    },\n                    \"publicly-listed\": true,\n                    \"redirect-to-web\": {\n                        \"active\": false,\n                        \"link-label\": \"Apply on the web\",\n                        \"link-description\": \"This loan is available on the web where more information can be uploaded\"\n                    },\n                    \"refinance-loan-options\": {\n                        \"allow-refinancing\": false,\n                        \"allow-extend-tenor\": false,\n                        \"allow-shorten-tenor\": false,\n                        \"allow-interest-change\": false,\n                        \"capitalize-penalties\": false,\n                        \"capitalize-fees\": false,\n                        \"capitalize-interests\": false,\n                        \"apply-fees\": \"new-amount\"\n                    },\n                    \"repayment-method-instruction\": {\n                        \"active\": false,\n                        \"label\": \"How do you want to pay?\",\n                        \"description\": \"You can choose to pay with either a debit card or direct debit. Please select one of the options below.\",\n                        \"cta-label\": \"Go to the settings\",\n                        \"cta-url\": \"https://lendsqr.com/payments\"\n                    },\n                    \"repayment-methods\": {\n                        \"debit-card\": false,\n                        \"direct-debit\": false,\n                        \"mobile-money\": false,\n                        \"none\": true,\n                        \"any\": false\n                    },\n                    \"request-payment-method\": \"after-loan-request\",\n                    \"require_document\": false,\n                    \"require_guarantor\": false,\n                    \"require-guarantor-payment-methods\": true,\n                    \"require-location\": false,\n                    \"require-nin\": \"0\",\n                    \"rounding-strategy\": \"round-up-last-schedule\",\n                    \"show_only_clf\": false,\n                    \"skip-schedule-configuration\": {\n                        \"days\": [],\n                        \"specific-dates\": [],\n                        \"public-holiday\": false\n                    },\n                    \"upfront-fee-payment\": false,\n                    \"upfront-interest-payment\": false\n                },\n                \"product_disbursement_roles\": [\n                    {\n                        \"id\": 34999,\n                        \"role_id\": 1,\n                        \"product_id\": 18128,\n                        \"created_on\": \"2025-10-13T13:03:45.000Z\",\n                        \"created_by\": 4375,\n                        \"modified_on\": \"2025-10-13T13:03:45.000Z\",\n                        \"modified_by\": null,\n                        \"deleted_on\": null,\n                        \"deleted_flag\": 0,\n                        \"deleted_by\": null\n                    },\n                    {\n                        \"id\": 35000,\n                        \"role_id\": 2,\n                        \"product_id\": 18128,\n                        \"created_on\": \"2025-10-13T13:03:45.000Z\",\n                        \"created_by\": 4375,\n                        \"modified_on\": \"2025-10-13T13:03:45.000Z\",\n                        \"modified_by\": null,\n                        \"deleted_on\": null,\n                        \"deleted_flag\": 0,\n                        \"deleted_by\": null\n                    }\n                ],\n                \"fees\": [\n                    {\n                        \"id\": 22918,\n                        \"org_id\": 3415,\n                        \"name\": \"management \",\n                        \"slug\": null,\n                        \"description\": null,\n                        \"type\": \"Fixed\",\n                        \"category\": \"Management\",\n                        \"currency\": \"NGN\",\n                        \"country\": \"NGA\",\n                        \"amount\": 12,\n                        \"min_amount\": 0,\n                        \"max_amount\": 0,\n                        \"percentage\": null,\n                        \"max_amount_global\": 0,\n                        \"min_amount_global\": 0,\n                        \"max_accrual_days\": 0,\n                        \"applicable_to\": null,\n                        \"grace_period\": 7,\n                        \"frequency\": 0,\n                        \"is_default\": 0,\n                        \"meta\": null,\n                        \"created_on\": \"2025-07-21T00:23:42.000Z\",\n                        \"created_by\": 4375,\n                        \"modified_on\": \"2025-10-13T13:03:35.000Z\",\n                        \"modified_by\": null,\n                        \"deleted_flag\": 0,\n                        \"deleted_on\": null,\n                        \"deleted_by\": null\n                    }\n                ]\n            },\n            {\n                \"id\": 20824,\n                \"name\": \"Simple Clf\",\n                \"description\": \"Simple Clf\",\n                \"min_amount\": 100,\n                \"max_amount\": 5000,\n                \"currency\": \"NGN\",\n                \"interest_rate\": 5,\n                \"interest_period\": \"months\",\n                \"frequency\": \"monthly\",\n                \"min_interest_amount\": 0,\n                \"min_tenor_value\": 1,\n                \"max_tenor_value\": 3,\n                \"min_tenor_period\": \"months\",\n                \"max_tenor_period\": \"months\",\n                \"sort_order\": null,\n                \"status\": 1,\n                \"collection_method\": \"direct_debit\",\n                \"disburse_to\": \"third-party\",\n                \"allow_multi_tenor\": 0,\n                \"channel\": \"App\",\n                \"organizations\": {\n                    \"id\": 3415,\n                    \"name\": \"lenderco\",\n                    \"type\": \"lender\"\n                },\n                \"approval_workflow\": null,\n                \"documents\": [],\n                \"attributes\": {\n                    \"additional_bnpl_data\": null,\n                    \"additional_loan_data\": null,\n                    \"allow-fractional-amounts\": false,\n                    \"attach-repayment-breakdown-to-approval-email\": false,\n                    \"bnpl-configurations\": \"{\\\"bnpl\\\":{\\\"enabled\\\":false,\\\"application_successful_message\\\":\\\"You’ve successfully applied for your loan! We’re now reviewing your details and will notify you shortly with an update.\\\",\\\"application_failed_message\\\":\\\"We're sorry, but your loan application wasn’t approved at this time.\\\",\\\"pay_now\\\":{\\\"enabled\\\":false,\\\"button_label\\\":\\\"Pay in Full\\\",\\\"switch_to_pay_later\\\":false,\\\"switch_to_pay_later_label\\\":\\\"Prefer to pay in installments?\\\",\\\"payment_method\\\":\\\"card\\\"},\\\"pay_later\\\":{\\\"enabled\\\":false,\\\"button_label\\\":\\\"Pay in Installments\\\",\\\"switch_to_pay_now\\\":false,\\\"switch_to_pay_now_label\\\":\\\"Prefer to settle everything now?\\\",\\\"payment_method\\\":\\\"card\\\"}},\\\"title\\\":\\\"Loan Application\\\",\\\"interest_rate\\\":{\\\"label\\\":\\\"Interest Rate\\\",\\\"description\\\":\\\"This is the percentage charged regularly on the amount you borrow.\\\",\\\"enabled\\\":false},\\\"interest_amount\\\":{\\\"label\\\":\\\"Interest Amount\\\",\\\"description\\\":\\\"This is the total interest you'll pay over the loan period, based on your loan amount and repayment duration.\\\",\\\"enabled\\\":false},\\\"product_selection\\\":{\\\"label\\\":\\\"Let’s Get Started\\\",\\\"description\\\":\\\"Input the amount that best suits your needs and provide a few quick details to begin.\\\",\\\"enabled\\\":true},\\\"account_information\\\":{\\\"label\\\":\\\"Customer Registration\\\",\\\"description\\\":\\\"Please provide your basic information. If you’re new here, we’ll help you set up your profile. If you’ve registered before, we’ll guide you to log in securely.\\\",\\\"enabled\\\":true},\\\"loan_request_information\\\":{\\\"label\\\":\\\"Loan Request Information\\\",\\\"description\\\":\\\"Tell us how much you need and for how long. We’ll use this to customize your loan offer.\\\",\\\"enabled\\\":true},\\\"bank_account_information\\\":{\\\"label\\\":\\\"Bank Account Information\\\",\\\"description\\\":\\\"Provide your bank details so we can process your loan and repayments securely.\\\",\\\"enabled\\\":false},\\\"identity_validation\\\":{\\\"label\\\":\\\"Identity Verification\\\",\\\"description\\\":\\\"We verify your identity to keep your account secure and comply with regulatory standards.\\\",\\\"enabled\\\":true},\\\"selfie_validation\\\":{\\\"label\\\":\\\"Liveness Check\\\",\\\"description\\\":\\\"Snap a quick selfie to confirm you're the real you. It’s fast, secure, and protects your account.\\\",\\\"enabled\\\":true},\\\"order_information\\\":{\\\"label\\\":\\\"Loan Summary\\\",\\\"description\\\":\\\"Here’s a full breakdown of your loan, amount, fees, and repayment schedule. Please review before submitting.\\\",\\\"type\\\":\\\"Loan Product\\\",\\\"enabled\\\":false},\\\"terms_review\\\":{\\\"label\\\":\\\"Review of Loan Terms\\\",\\\"description\\\":\\\"Carefully go through the terms of your loan so you're fully informed before moving forward.\\\",\\\"enabled\\\":true},\\\"payments_processing\\\":{\\\"label\\\":\\\"Payments\\\",\\\"description\\\":\\\"See how your repayments are structured over time, amounts, dates, and frequency.\\\",\\\"type\\\":\\\"Repayment breakdown\\\",\\\"enabled\\\":false},\\\"payment_methods\\\":{\\\"label\\\":\\\"Payment Methods\\\",\\\"description\\\":\\\"Choose your preferred way to make repayments.\\\",\\\"enabled\\\":false},\\\"authentication_setup\\\":{\\\"label\\\":\\\"Password and PIN\\\",\\\"description\\\":\\\"Authorize your loan application by inputting your password and PIN.\\\",\\\"enabled\\\":true},\\\"transaction_confirmation\\\":{\\\"label\\\":\\\"Loan Confirmation\\\",\\\"description\\\":\\\"Almost done! This is your final chance to confirm the loan details before we proceed.\\\",\\\"enabled\\\":true},\\\"equity_contribution\\\":{\\\"label\\\":\\\"Initial Payment\\\",\\\"description\\\":\\\"A one-time upfront payment that helps lower your overall loan burden. This is usually required before disbursement.\\\",\\\"enabled\\\":false}}\",\n                    \"borrower_message\": \"Your loan requires {no_of_guarantors} guarantor. They may be required by law to repay your loan should you not be able to pay back. Therefore, the guarantors must be people you know, trust, and are creditworthy. Your guarantors must know and trust you as well. Please note that your guarantors would see the full details of the loan you want to take When providing a guarantee, we would require your guarantors to validate their identity by providing their identity documents, bank account details and other information.\",\n                    \"card_processor\": \"paystack\",\n                    \"channels\": \"Web,Android,iOS,Mobile\",\n                    \"create-loan-on-cba\": false,\n                    \"credit-line-configuration\": {\n                        \"enabled\": false,\n                        \"default-due-period\": 30,\n                        \"default-due-period-type\": \"day\",\n                        \"cutoff-days-before-expiry\": 7,\n                        \"interest-application-strategy\": \"monthly-application\"\n                    },\n                    \"data_provider\": \"\",\n                    \"direct_debit_provider\": \"nibss-easypay\",\n                    \"disburse_in_tranches\": false,\n                    \"disburse_to_third_party\": false,\n                    \"enforce_risk_and_verification_checks\": false,\n                    \"fenestra_bank_options\": \"\",\n                    \"fetch-accounts-from-bvn\": {\n                        \"label\": \"Confirm your Accounts\",\n                        \"description\": \"Select the number of accounts you want to link\",\n                        \"active\": false,\n                        \"continue-on-failure\": false,\n                        \"accounts-required\": 1,\n                        \"minimum-accounts-required\": 1,\n                        \"maximum-accounts-required\": 1\n                    },\n                    \"first-due-date\": null,\n                    \"grace-period-configuration\": {\n                        \"schedules\": 0,\n                        \"applies-to\": null\n                    },\n                    \"guarantor_message\": \"Hi Guarantor, you have been nominated as a guarantor by {full_name} on a {amount} loan from {organization_name}.\\n\\nAs a guarantor, you will be required to pay back this loan, inclusive of fees, interest, or charges, should {first_name} not able to pay. If you default, your details may be reported to the appropriate credit bureau.\",\n                    \"guarantor_oraculi_modules\": \"Karma,Ecosystem\",\n                    \"guarantor-settings\": {\n                        \"active\": false,\n                        \"loan-guarantee-limit\": 2,\n                        \"allow-loans\": true,\n                        \"allow-multiple-loan-guarantee\": true\n                    },\n                    \"interest-application\": \"amount\",\n                    \"loan_extension_features\": {\n                        \"active\": false,\n                        \"max_extension_period\": 30,\n                        \"extension_limit\": 3\n                    },\n                    \"loan-approval-requirements\": null,\n                    \"loan-offerings\": null,\n                    \"loan-request-checklist\": \"{\\\"active\\\":true,\\\"title\\\":\\\"There are a few things you need to do first\\\",\\\"is_custom_conditions\\\":false,\\\"conditions\\\":[{\\\"label\\\":\\\"Direct debit\\\",\\\"description\\\":\\\"You must have an account you can use for your direct debit mandate\\\"},{\\\"label\\\":\\\"Debit card validity\\\",\\\"description\\\":\\\"We require debit cards to have validity at least 3 months beyond the last payment schedule\\\"},{\\\"label\\\":\\\"Location\\\",\\\"description\\\":\\\"Your location must be turned on for your loan request to be processed successfully\\\"},{\\\"label\\\":\\\"Maximum loan amount\\\",\\\"description\\\":\\\"The maximum loan amount we give to first time customer is N100. However, this would be increased as you take loans and repay\\\"}]}\",\n                    \"loan-savings-multiplier\": \"0\",\n                    \"minimum_amount_before_statement\": 100000000,\n                    \"no_of_guarantors\": 1,\n                    \"offer_expiry\": 744,\n                    \"prequalify\": false,\n                    \"product-customization\": \"{}\",\n                    \"product-display-configurations\": {\n                        \"display\": false,\n                        \"apply_cta\": \"Apply Now\",\n                        \"terms_link\": \"https://lendsqr.com/terms\"\n                    },\n                    \"publicly-listed\": true,\n                    \"redirect-to-web\": {\n                        \"active\": false,\n                        \"link-label\": \"Apply on the web\",\n                        \"link-description\": \"This loan is available on the web where more information can be uploaded\"\n                    },\n                    \"refinance-loan-options\": {\n                        \"allow-refinancing\": false,\n                        \"allow-extend-tenor\": false,\n                        \"allow-shorten-tenor\": false,\n                        \"allow-interest-change\": false,\n                        \"capitalize-penalties\": false,\n                        \"capitalize-fees\": false,\n                        \"capitalize-interests\": false,\n                        \"apply-fees\": \"new-amount\"\n                    },\n                    \"repayment-method-instruction\": {\n                        \"active\": false,\n                        \"label\": \"How do you want to pay?\",\n                        \"description\": \"You can choose to pay with either a debit card or direct debit. Please select one of the options below.\",\n                        \"cta-label\": \"Go to the settings\",\n                        \"cta-url\": \"https://lendsqr.com/payments\"\n                    },\n                    \"repayment-methods\": {\n                        \"debit-card\": false,\n                        \"direct-debit\": false,\n                        \"mobile-money\": false,\n                        \"none\": false\n                    },\n                    \"request-payment-method\": \"after-loan-request\",\n                    \"require_document\": false,\n                    \"require_guarantor\": false,\n                    \"require-guarantor-payment-methods\": true,\n                    \"require-location\": false,\n                    \"require-nin\": \"0\",\n                    \"rounding-strategy\": \"round-up-last-schedule\",\n                    \"show_only_clf\": true,\n                    \"skip-schedule-configuration\": {\n                        \"days\": [],\n                        \"specific-dates\": [],\n                        \"public-holiday\": false\n                    },\n                    \"upfront-fee-payment\": false,\n                    \"upfront-interest-payment\": false\n                },\n                \"product_disbursement_roles\": [\n                    {\n                        \"id\": 33233,\n                        \"role_id\": 1,\n                        \"product_id\": 20824,\n                        \"created_on\": \"2025-09-02T04:37:39.000Z\",\n                        \"created_by\": 8926,\n                        \"modified_on\": \"2025-09-02T04:37:39.000Z\",\n                        \"modified_by\": null,\n                        \"deleted_on\": null,\n                        \"deleted_flag\": 0,\n                        \"deleted_by\": null\n                    },\n                    {\n                        \"id\": 33234,\n                        \"role_id\": 2,\n                        \"product_id\": 20824,\n                        \"created_on\": \"2025-09-02T04:37:39.000Z\",\n                        \"created_by\": 8926,\n                        \"modified_on\": \"2025-09-02T04:37:39.000Z\",\n                        \"modified_by\": null,\n                        \"deleted_on\": null,\n                        \"deleted_flag\": 0,\n                        \"deleted_by\": null\n                    }\n                ],\n                \"fees\": []\n            }\n        ],\n        \"page_info\": {\n            \"total\": 145,\n            \"total_pages\": null\n        }\n    },\n    \"meta\": {\n        \"cost\": 0,\n        \"balance\": 685\n    }\n}"}],"_postman_id":"24527fb8-0e1b-4c22-a336-a52ba9b7a27b"},{"name":"Get Customer Loan","id":"08523104-0042-4957-b8f6-ca85722d2a06","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://adjutor.lendsqr.com/v2/customers/loans/:loanId","description":"<p>Retrieves details of a loan taken by a customer. It requires both the loan's unique ID.</p>\n<h4 id=\"response-payload\">Response Payload</h4>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Properties</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><strong>id</strong> ⁱⁿᵗᵉᵍᵉʳ  <br />Unique identifier for the loan</td>\n</tr>\n<tr>\n<td><strong>org_id</strong> ⁱⁿᵗᵉᵍᵉʳ  <br />Organization ID associated with the loan</td>\n</tr>\n<tr>\n<td><strong>user_id</strong> ⁱⁿᵗᵉᵍᵉʳ  <br />User ID of the customer taking the loan</td>\n</tr>\n<tr>\n<td><strong>customer_type</strong> ˢᵗʳⁱⁿᵍ  <br />Type of customer (\"Individual\" or \"Business\")</td>\n</tr>\n<tr>\n<td><strong>product_id</strong> ⁱⁿᵗᵉᵍᵉʳ  <br />Loan product identifier</td>\n</tr>\n<tr>\n<td><strong>group_id</strong> ⁿᵘˡˡᵃᵇˡᵉ ⁱⁿᵗᵉᵍᵉʳ  <br />Identifier for the loan group</td>\n</tr>\n<tr>\n<td><strong>tenor_type_id</strong> ⁿᵘˡˡᵃᵇˡᵉ ⁱⁿᵗᵉᵍᵉʳ  <br />Identifier for the tenor type</td>\n</tr>\n<tr>\n<td><strong>tenor</strong> ⁱⁿᵗᵉᵍᵉʳ  <br />Loan duration</td>\n</tr>\n<tr>\n<td><strong>tenor_period</strong> ˢᵗʳⁱⁿᵍ  <br />Unit of loan duration (\"days\", \"months\")</td>\n</tr>\n<tr>\n<td><strong>status_id</strong> ⁱⁿᵗᵉᵍᵉʳ  <br />Loan status identifier</td>\n</tr>\n<tr>\n<td><strong>card_id</strong> ⁱⁿᵗᵉᵍᵉʳ  <br />Card ID for repayment</td>\n</tr>\n<tr>\n<td><strong>mandate_id</strong> ⁿᵘˡˡᵃᵇˡᵉ ⁱⁿᵗᵉᵍᵉʳ  <br />Mandate ID for direct debit</td>\n</tr>\n<tr>\n<td><strong>bank_account_id</strong> ⁿᵘˡˡᵃᵇˡᵉ ⁱⁿᵗᵉᵍᵉʳ  <br />Bank account ID linked to loan</td>\n</tr>\n<tr>\n<td><strong>interest_rate</strong> ᶠˡᵒᵃᵗ  <br />Interest rate applied</td>\n</tr>\n<tr>\n<td><strong>interest_period</strong> ˢᵗʳⁱⁿᵍ  <br />Interest calculation period (\"months\", \"days\")</td>\n</tr>\n<tr>\n<td><strong>account_id</strong> ⁿᵘˡˡᵃᵇˡᵉ ⁱⁿᵗᵉᵍᵉʳ  <br />Associated account ID</td>\n</tr>\n<tr>\n<td><strong>external_loan_id</strong> ⁿᵘˡˡᵃᵇˡᵉ ⁱⁿᵗᵉᵍᵉʳ  <br />External loan reference ID</td>\n</tr>\n<tr>\n<td><strong>reference</strong> ⁿᵘˡˡᵃᵇˡᵉ ˢᵗʳⁱⁿᵍ  <br />Unique loan reference</td>\n</tr>\n<tr>\n<td><strong>currency</strong> ˢᵗʳⁱⁿᵍ  <br />Loan currency (\"NGN\", \"USD\")</td>\n</tr>\n<tr>\n<td><strong>loan_amount</strong> ᶠˡᵒᵃᵗ  <br />Loan amount issued</td>\n</tr>\n<tr>\n<td><strong>interest_due</strong> ᶠˡᵒᵃᵗ  <br />Interest amount due</td>\n</tr>\n<tr>\n<td><strong>amount_disbursed</strong> ᶠˡᵒᵃᵗ  <br />Amount disbursed</td>\n</tr>\n<tr>\n<td><strong>paid</strong> ᶠˡᵒᵃᵗ  <br />Amount paid by borrower</td>\n</tr>\n<tr>\n<td><strong>paid_to_lender</strong> ᶠˡᵒᵃᵗ  <br />Amount repaid to lender</td>\n</tr>\n<tr>\n<td><strong>pre_updated</strong> ⁱⁿᵗᵉᵍᵉʳ  <br />Pre-updated status flag</td>\n</tr>\n<tr>\n<td><strong>reject_reason</strong> ⁿᵘˡˡᵃᵇˡᵉ ˢᵗʳⁱⁿᵍ  <br />Loan rejection reason</td>\n</tr>\n<tr>\n<td><strong>channel</strong> ˢᵗʳⁱⁿᵍ  <br />Application channel (\"web\", \"mobile\")</td>\n</tr>\n<tr>\n<td><strong>disburse_to</strong> ˢᵗʳⁱⁿᵍ  <br />Disbursement destination</td>\n</tr>\n<tr>\n<td><strong>multi_tenor</strong> ⁱⁿᵗᵉᵍᵉʳ  <br />Multiple tenor flag</td>\n</tr>\n<tr>\n<td><strong>reminder_mail</strong> ⁱⁿᵗᵉᵍᵉʳ  <br />Reminder email flag</td>\n</tr>\n<tr>\n<td><strong>channels</strong> ˢᵗʳⁱⁿᵍ  <br />Loan processing channels</td>\n</tr>\n<tr>\n<td><strong>additional_data</strong> ⁿᵘˡˡᵃᵇˡᵉ ᵒᵇʲᵉᶜᵗ  <br />Additional loan metadata</td>\n</tr>\n<tr>\n<td><strong>loan_approval_requirements</strong> ⁿᵘˡˡᵃᵇˡᵉ ᵒᵇʲᵉᶜᵗ  <br />Loan approval requirements</td>\n</tr>\n<tr>\n<td><strong>approved_on</strong> ˢᵗʳⁱⁿᵍ  <br />Approval timestamp</td>\n</tr>\n<tr>\n<td><strong>approved_by</strong> ⁱⁿᵗᵉᵍᵉʳ  <br />Approver's ID</td>\n</tr>\n<tr>\n<td><strong>created_on</strong> ˢᵗʳⁱⁿᵍ  <br />Creation timestamp</td>\n</tr>\n<tr>\n<td><strong>created_by</strong> ⁿᵘˡˡᵃᵇˡᵉ ⁱⁿᵗᵉᵍᵉʳ  <br />Loan creator ID</td>\n</tr>\n<tr>\n<td><strong>modified_on</strong> ˢᵗʳⁱⁿᵍ  <br />Last modified timestamp</td>\n</tr>\n<tr>\n<td><strong>modified_by</strong> ⁱⁿᵗᵉᵍᵉʳ  <br />Modifier's ID</td>\n</tr>\n<tr>\n<td><strong>deleted_flag</strong> ⁱⁿᵗᵉᵍᵉʳ  <br />Deleted flag (0 = active, 1 = deleted)</td>\n</tr>\n<tr>\n<td><strong>deleted_on</strong> ⁿᵘˡˡᵃᵇˡᵉ ˢᵗʳⁱⁿᵍ  <br />Deletion timestamp</td>\n</tr>\n<tr>\n<td><strong>deleted_by</strong> ⁿᵘˡˡᵃᵇˡᵉ ⁱⁿᵗᵉᵍᵉʳ  <br />ID of user who deleted</td>\n</tr>\n<tr>\n<td><strong>approval_workflow_id</strong> ⁿᵘˡˡᵃᵇˡᵉ ⁱⁿᵗᵉᵍᵉʳ  <br />Approval workflow ID</td>\n</tr>\n<tr>\n<td><strong>tenor_type</strong> ⁿᵘˡˡᵃᵇˡᵉ ˢᵗʳⁱⁿᵍ  <br />Tenor type</td>\n</tr>\n<tr>\n<td><strong>status</strong> ᵒᵇʲᵉᶜᵗ  <br />Loan status details</td>\n</tr>\n<tr>\n<td><strong>guarantor</strong> ⁿᵘˡˡᵃᵇˡᵉ ᵒᵇʲᵉᶜᵗ  <br />Guarantor details</td>\n</tr>\n<tr>\n<td><strong>guarantors</strong> ᵃʳʳᵃʸ  <br />List of guarantors</td>\n</tr>\n<tr>\n<td><strong>approver</strong> ᵒᵇʲᵉᶜᵗ  <br />Loan approver details</td>\n</tr>\n<tr>\n<td><strong>fees</strong> ᵃʳʳᵃʸ  <br />Fees associated with loan</td>\n</tr>\n<tr>\n<td><strong>schedules</strong> ᵃʳʳᵃʸ  <br />Repayment schedule details</td>\n</tr>\n<tr>\n<td><strong>rejected_by</strong> ᵒᵇʲᵉᶜᵗ  <br />Loan rejector details</td>\n</tr>\n<tr>\n<td><strong>loan_transactions</strong> ᵃʳʳᵃʸ  <br />Associated transactions</td>\n</tr>\n<tr>\n<td><strong>verifications</strong> ᵃʳʳᵃʸ  <br />Verification details</td>\n</tr>\n<tr>\n<td><strong>fees_calculation_history</strong> ᵃʳʳᵃʸ  <br />History of fee calculations</td>\n</tr>\n</tbody>\n</table>\n</div><h4 id=\"nested-objects\">Nested Objects:</h4>\n<h5 id=\"status-object\"><code>status</code> Object:</h5>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Properties</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><strong>id</strong> ⁱⁿᵗᵉᵍᵉʳ  <br />Status ID</td>\n</tr>\n<tr>\n<td><strong>status</strong> ˢᵗʳⁱⁿᵍ  <br />Loan status (e.g., \"SETTLED\", \"RUNNING\", \"PENDING\"). <a href=\"https://lendsqr.freshdesk.com/support/solutions/articles/44002361020-understanding-loan-statuses\">Learn more</a></td>\n</tr>\n<tr>\n<td><strong>can_request</strong> ⁱⁿᵗᵉᵍᵉʳ  <br />Indicates if the loan can be requested</td>\n</tr>\n<tr>\n<td><strong>can_cancel</strong> ⁱⁿᵗᵉᵍᵉʳ  <br />Indicates if the loan can be canceled</td>\n</tr>\n</tbody>\n</table>\n</div><h5 id=\"approver-object\"><code>approver</code> Object:</h5>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Properties</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><strong>full_name</strong> ˢᵗʳⁱⁿᵍ  <br />Name of the approver</td>\n</tr>\n</tbody>\n</table>\n</div><h5 id=\"schedules-array\"><code>schedules</code> Array:</h5>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Properties</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><strong>id</strong> ⁱⁿᵗᵉᵍᵉʳ  <br />Schedule ID</td>\n</tr>\n<tr>\n<td><strong>loan_id</strong> ⁱⁿᵗᵉᵍᵉʳ  <br />Associated loan ID</td>\n</tr>\n<tr>\n<td><strong>principal</strong> ᶠˡᵒᵃᵗ  <br />Principal amount due</td>\n</tr>\n<tr>\n<td><strong>interest</strong> ᶠˡᵒᵃᵗ  <br />Interest amount due</td>\n</tr>\n<tr>\n<td><strong>fees</strong> ᶠˡᵒᵃᵗ  <br />Fees applicable</td>\n</tr>\n<tr>\n<td><strong>penalty</strong> ᶠˡᵒᵃᵗ  <br />Penalty amount due</td>\n</tr>\n<tr>\n<td><strong>schedule_amount_due</strong> ᶠˡᵒᵃᵗ  <br />Total amount due for this schedule</td>\n</tr>\n<tr>\n<td><strong>principal_paid</strong> ᶠˡᵒᵃᵗ  <br />Principal amount paid</td>\n</tr>\n<tr>\n<td><strong>interest_paid</strong> ᶠˡᵒᵃᵗ  <br />Interest amount paid</td>\n</tr>\n<tr>\n<td><strong>fees_paid</strong> ᶠˡᵒᵃᵗ  <br />Fees paid</td>\n</tr>\n<tr>\n<td><strong>penalty_paid</strong> ᶠˡᵒᵃᵗ  <br />Penalty paid</td>\n</tr>\n<tr>\n<td><strong>amount_paid</strong> ᶠˡᵒᵃᵗ  <br />Total amount paid</td>\n</tr>\n<tr>\n<td><strong>amount_due</strong> ᶠˡᵒᵃᵗ  <br />Remaining amount due</td>\n</tr>\n<tr>\n<td><strong>due_date</strong> ˢᵗʳⁱⁿᵍ  <br />Scheduled due date</td>\n</tr>\n<tr>\n<td><strong>paid_date</strong> ˢᵗʳⁱⁿᵍ⁄ⁿᵘˡˡ  <br />Date when the schedule was paid</td>\n</tr>\n<tr>\n<td><strong>status</strong> ˢᵗʳⁱⁿᵍ  <br />Schedule status (e.g., \"success\")</td>\n</tr>\n</tbody>\n</table>\n</div><h4 id=\"loan_transactions-array\"><code>loan_transactions</code> Array:</h4>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Properties</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><strong>id</strong> ⁱⁿᵗᵉᵍᵉʳ  <br />Transaction ID</td>\n</tr>\n<tr>\n<td><strong>loan_id</strong> ⁱⁿᵗᵉᵍᵉʳ  <br />Associated loan ID</td>\n</tr>\n<tr>\n<td><strong>transaction_id</strong> ⁱⁿᵗᵉᵍᵉʳ  <br />ID of the related transaction</td>\n</tr>\n<tr>\n<td><strong>schedule_id</strong> ⁱⁿᵗᵉᵍᵉʳ  <br />Related schedule ID</td>\n</tr>\n<tr>\n<td><strong>entry_type_id</strong> ⁱⁿᵗᵉᵍᵉʳ  <br />Entry type identifier</td>\n</tr>\n<tr>\n<td><strong>status</strong> ˢᵗʳⁱⁿᵍ  <br />Transaction status</td>\n</tr>\n<tr>\n<td><strong>amount</strong> ᶠˡᵒᵃᵗ  <br />Amount transacted</td>\n</tr>\n<tr>\n<td><strong>principal_paid</strong> ᶠˡᵒᵃᵗ  <br />Principal paid</td>\n</tr>\n<tr>\n<td><strong>interest_paid</strong> ᶠˡᵒᵃᵗ  <br />Interest paid</td>\n</tr>\n<tr>\n<td><strong>fees_paid</strong> ᶠˡᵒᵃᵗ  <br />Fees paid</td>\n</tr>\n<tr>\n<td><strong>penalty_paid</strong> ᶠˡᵒᵃᵗ  <br />Penalty paid</td>\n</tr>\n<tr>\n<td><strong>created_on</strong> ˢᵗʳⁱⁿᵍ  <br />Transaction timestamp</td>\n</tr>\n</tbody>\n</table>\n</div>","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<your-api-token>"}]},"isInherited":true,"source":{"_postman_id":"9a2d86b7-a837-4de9-8302-3f37b628d40e","id":"9a2d86b7-a837-4de9-8302-3f37b628d40e","name":"Adjutor API Service","type":"collection"}},"urlObject":{"path":["loans",":loanId"],"host":["https://adjutor.lendsqr.com/v2/customers"],"query":[],"variable":[{"id":"ff4e86fc-70d7-4e0b-839d-1a78818951b6","type":"any","value":"","key":"loanId"}]}},"response":[{"id":"a353e14a-02b0-4139-b1cb-15fbf3d906f2","name":"Get Customer Loan","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://adjutor.lendsqr.com/v2/customers/loans/:loanId","host":["https://adjutor.lendsqr.com/v2/customers"],"path":["loans",":loanId"],"variable":[{"key":"loanId","value":""}]}},"status":"OK","code":200,"_postman_previewlanguage":null,"header":null,"cookie":[],"responseTime":null,"body":"{\r\n    \"status\": \"success\",\r\n    \"message\": \"Successful\",\r\n    \"data\": {\r\n        \"loans\": [\r\n            {\r\n                \"id\": 252071,\r\n                \"org_id\": 3415,\r\n                \"user_id\": 1425438,\r\n                \"customer_type\": \"Individual\",\r\n                \"product_id\": 15727,\r\n                \"tenor_type_id\": null,\r\n                \"tenor\": 1,\r\n                \"tenor_period\": \"months\",\r\n                \"mifos_gl_id\": null,\r\n                \"status_id\": 2,\r\n                \"card_id\": null,\r\n                \"mandate_id\": null,\r\n                \"bank_account_id\": null,\r\n                \"interest_rate\": 3,\r\n                \"interest_period\": \"months\",\r\n                \"account_id\": null,\r\n                \"external_loan_id\": null,\r\n                \"reference\": null,\r\n                \"currency\": \"NGN\",\r\n                \"loan_amount\": 1000,\r\n                \"interest_due\": 30,\r\n                \"amount_disbursed\": 1000,\r\n                \"paid\": 1030,\r\n                \"paid_to_lender\": 0,\r\n                \"pre_updated\": 0,\r\n                \"reject_reason\": null,\r\n                \"channel\": \"offline\",\r\n                \"disburse_to\": \"third-party\",\r\n                \"multi_tenor\": 0,\r\n                \"reminder_mail\": 0,\r\n                \"channels\": \"product\",\r\n                \"additional_data\": \"{\\\"status_code\\\":200,\\\"bank\\\":\\\"Guaranty Trust Bank\\\",\\\"account_number\\\":\\\"079999982\\\",\\\"account_name\\\":\\\"Sample user\\\",\\\"amount_disbursed\\\":1000,\\\"payment_description\\\":\\\"Third party loan disbursement from lenderco to Sample user/079999982/Guaranty Trust Bank for loan #252071\\\",\\\"date\\\":\\\"2024-12-16T17:33:09+00:00\\\"}\",\r\n                \"loan_approval_requirements\": null,\r\n                \"approved_on\": \"2024-12-16T17:33:03.000Z\",\r\n                \"approved_by\": 4671,\r\n                \"created_on\": \"2024-12-16T17:30:43.000Z\",\r\n                \"approval_workflow_id\": null,\r\n                \"status\": {\r\n                    \"id\": 2,\r\n                    \"status\": \"SETTLED\",\r\n                    \"can_request\": 1,\r\n                    \"can_cancel\": 0\r\n                },\r\n                \"tenor_type\": null,\r\n                \"loan_profile\": {\r\n                    \"purpose\": \"Personal\"\r\n                },\r\n                \"user\": {\r\n                    \"first_name\": \"Sample\",\r\n                    \"last_name\": \"User\"\r\n                },\r\n                \"schedules\": [\r\n                    {\r\n                        \"id\": 512674,\r\n                        \"loan_id\": 252071,\r\n                        \"principal\": 1000,\r\n                        \"interest\": 30,\r\n                        \"fees\": 0,\r\n                        \"penalty\": 0,\r\n                        \"schedule_amount_due\": 1030,\r\n                        \"principal_paid\": 1000,\r\n                        \"interest_paid\": 30,\r\n                        \"fees_paid\": 0,\r\n                        \"penalty_paid\": 0,\r\n                        \"amount_paid\": 1030,\r\n                        \"amount_due\": 0,\r\n                        \"due_date\": \"2025-01-16T00:00:00.000Z\",\r\n                        \"paid_date\": \"2025-01-16T02:30:22.000Z\",\r\n                        \"status\": \"success\",\r\n                        \"reason\": null,\r\n                        \"debit_queued\": 0,\r\n                        \"trials\": 0,\r\n                        \"retry_flag\": 1,\r\n                        \"next_trial_time\": \"2025-01-16T02:45:32.000Z\",\r\n                        \"last_attempt_item\": null,\r\n                        \"created_on\": \"2024-12-16T17:33:03.000Z\",\r\n                        \"created_by\": 4671,\r\n                        \"modified_on\": \"2025-01-16T02:30:22.000Z\",\r\n                        \"modified_by\": null,\r\n                        \"deleted_flag\": 0,\r\n                        \"deleted_on\": null,\r\n                        \"deleted_by\": null\r\n                    }\r\n                ],\r\n                \"organization\": {\r\n                    \"id\": 3415,\r\n                    \"name\": \"organization name\",\r\n                    \"type\": \"lender\",\r\n                    \"currency\": \"NGN\",\r\n                    \"country\": \"NGA\"\r\n                }\r\n            }\r\n        ],\r\n        \"page_info\": {\r\n            \"page\": 0,\r\n            \"limit\": 100,\r\n            \"total\": 1,\r\n            \"total_pages\": 1\r\n        }\r\n    },\r\n    \"meta\": {\r\n        \"cost\": 0,\r\n        \"balance\": 1240\r\n    }\r\n}"}],"_postman_id":"08523104-0042-4957-b8f6-ca85722d2a06"},{"name":"Get Customer Loans","id":"d7bd9875-4336-4e9c-a696-b43863d11ced","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://adjutor.lendsqr.com/v2/customers/:id/loans","description":"<p>Retrieves the list of all loans taken by a specific customer based on their unique ID.</p>\n<h3 id=\"response-payload\">Response Payload</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Properties</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><strong>loans</strong> ᵃʳʳᵃʸ  <br />List of customer loans</td>\n</tr>\n<tr>\n<td><strong>id</strong> ⁱⁿᵗᵉᵍᵉʳ  <br />Unique identifier for the loan</td>\n</tr>\n<tr>\n<td><strong>org_id</strong> ⁱⁿᵗᵉᵍᵉʳ  <br />Identifier of the organization providing the loan</td>\n</tr>\n<tr>\n<td><strong>user_id</strong> ⁱⁿᵗᵉᵍᵉʳ  <br />Unique identifier of the borrower</td>\n</tr>\n<tr>\n<td><strong>customer_type</strong> ˢᵗʳⁱⁿᵍ  <br />Type of customer (e.g., \"Individual\" or \"Business\")</td>\n</tr>\n<tr>\n<td><strong>product_id</strong> ⁱⁿᵗᵉᵍᵉʳ  <br />Identifier of the loan product</td>\n</tr>\n<tr>\n<td><strong>tenor_type_id</strong> ⁱⁿᵗᵉᵍᵉʳ  <br />Identifier for the tenor type (if applicable)</td>\n</tr>\n<tr>\n<td><strong>tenor</strong> ⁱⁿᵗᵉᵍᵉʳ  <br />Loan duration</td>\n</tr>\n<tr>\n<td><strong>tenor_period</strong> ˢᵗʳⁱⁿᵍ  <br />Unit of loan tenor (e.g., \"months\", \"days\")</td>\n</tr>\n<tr>\n<td><strong>mifos_gl_id</strong> ⁱⁿᵗᵉᵍᵉʳ  <br />Mifos general ledger ID (if applicable)</td>\n</tr>\n<tr>\n<td><strong>status_id</strong> ⁱⁿᵗᵉᵍᵉʳ  <br />Identifier for the loan status</td>\n</tr>\n<tr>\n<td><strong>card_id</strong> ⁱⁿᵗᵉᵍᵉʳ  <br />Payment card ID linked to the loan (if applicable)</td>\n</tr>\n<tr>\n<td><strong>mandate_id</strong> ⁱⁿᵗᵉᵍᵉʳ  <br />Direct debit mandate ID (if applicable)</td>\n</tr>\n<tr>\n<td><strong>bank_account_id</strong> ⁱⁿᵗᵉᵍᵉʳ  <br />Bank account ID used for disbursement (if applicable)</td>\n</tr>\n<tr>\n<td><strong>interest_rate</strong> ᶠˡᵒᵃᵗ  <br />Interest rate applied to the loan</td>\n</tr>\n<tr>\n<td><strong>interest_period</strong> ˢᵗʳⁱⁿᵍ  <br />Interest calculation period (e.g., \"months\")</td>\n</tr>\n<tr>\n<td><strong>account_id</strong> ⁱⁿᵗᵉᵍᵉʳ  <br />Loan account ID (if applicable)</td>\n</tr>\n<tr>\n<td><strong>external_loan_id</strong> ˢᵗʳⁱⁿᵍ  <br />External reference ID</td>\n</tr>\n<tr>\n<td><strong>reference</strong> ˢᵗʳⁱⁿᵍ  <br />Additional loan reference</td>\n</tr>\n<tr>\n<td><strong>currency</strong> ˢᵗʳⁱⁿᵍ  <br />Loan currency (e.g., \"NGN\")</td>\n</tr>\n<tr>\n<td><strong>loan_amount</strong> ᶠˡᵒᵃᵗ  <br />Total loan amount</td>\n</tr>\n<tr>\n<td><strong>interest_due</strong> ᶠˡᵒᵃᵗ  <br />Total interest due</td>\n</tr>\n<tr>\n<td><strong>amount_disbursed</strong> ᶠˡᵒᵃᵗ  <br />Amount disbursed to the borrower</td>\n</tr>\n<tr>\n<td><strong>paid</strong> ᶠˡᵒᵃᵗ  <br />Total amount paid</td>\n</tr>\n<tr>\n<td><strong>paid_to_lender</strong> ᶠˡᵒᵃᵗ  <br />Amount paid to lender</td>\n</tr>\n<tr>\n<td><strong>pre_updated</strong> ⁱⁿᵗᵉᵍᵉʳ  <br />Flag for pre-updates (0 or 1)</td>\n</tr>\n<tr>\n<td><strong>reject_reason</strong> ˢᵗʳⁱⁿᵍ  <br />Reason for rejection (if applicable)</td>\n</tr>\n<tr>\n<td><strong>channel</strong> ˢᵗʳⁱⁿᵍ  <br />Disbursement channel (e.g., \"web\")</td>\n</tr>\n<tr>\n<td><strong>disburse_to</strong> ˢᵗʳⁱⁿᵍ  <br />Disbursement destination (e.g., \"wallet\")</td>\n</tr>\n<tr>\n<td><strong>multi_tenor</strong> ⁱⁿᵗᵉᵍᵉʳ  <br />Multi-tenor support (0 or 1)</td>\n</tr>\n<tr>\n<td><strong>reminder_mail</strong> ⁱⁿᵗᵉᵍᵉʳ  <br />Reminder email enabled (0 or 1)</td>\n</tr>\n<tr>\n<td><strong>channels</strong> ˢᵗʳⁱⁿᵍ  <br />Loan source channels</td>\n</tr>\n<tr>\n<td><strong>additional_data</strong> ˢᵗʳⁱⁿᵍ  <br />JSON metadata</td>\n</tr>\n<tr>\n<td><strong>loan_approval_requirements</strong> ˢᵗʳⁱⁿᵍ  <br />Approval requirements (if applicable)</td>\n</tr>\n<tr>\n<td><strong>approved_on</strong> ˢᵗʳⁱⁿᵍ  <br />Loan approval timestamp</td>\n</tr>\n<tr>\n<td><strong>approved_by</strong> ⁱⁿᵗᵉᵍᵉʳ  <br />Approver's user ID</td>\n</tr>\n<tr>\n<td><strong>created_on</strong> ˢᵗʳⁱⁿᵍ  <br />Loan creation timestamp</td>\n</tr>\n<tr>\n<td><strong>approval_workflow_id</strong> ⁱⁿᵗᵉᵍᵉʳ  <br />Approval workflow ID (if applicable)</td>\n</tr>\n</tbody>\n</table>\n</div><h4 id=\"loan-status\">Loan Status</h4>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Properties</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><strong>status.id</strong> ⁱⁿᵗᵉᵍᵉʳ  <br />Status ID of the loan</td>\n</tr>\n<tr>\n<td><strong>status.status</strong> ˢᵗʳⁱⁿᵍ  <br />Loan status (e.g., \"SETTLED\"). <a href=\"https://lendsqr.freshdesk.com/support/solutions/articles/44002361020-understanding-loan-statuses\">Learn more</a></td>\n</tr>\n<tr>\n<td><strong>status.can_request</strong> ⁱⁿᵗᵉᵍᵉʳ  <br />Indicates if new loan requests are allowed (0 or 1)</td>\n</tr>\n<tr>\n<td><strong>status.can_cancel</strong> ⁱⁿᵗᵉᵍᵉʳ  <br />Indicates if the loan can be canceled (0 or 1)</td>\n</tr>\n<tr>\n<td>#### Loan Profile</td>\n</tr>\n</tbody>\n</table>\n</div><div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Properties</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><strong>loan_profile.purpose</strong> ˢᵗʳⁱⁿᵍ  <br />Purpose of the loan</td>\n</tr>\n</tbody>\n</table>\n</div><h4 id=\"user-details\">User Details</h4>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Properties</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><strong>user.first_name</strong> ˢᵗʳⁱⁿᵍ  <br />Borrower's first name</td>\n</tr>\n<tr>\n<td><strong>user.last_name</strong> ˢᵗʳⁱⁿᵍ  <br />Borrower's last name</td>\n</tr>\n</tbody>\n</table>\n</div><h4 id=\"repayment-schedules\">Repayment Schedules</h4>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Properties</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><strong>schedules</strong> ᵃʳʳᵃʸ  <br />List of loan repayment schedules</td>\n</tr>\n<tr>\n<td><strong>id</strong> ⁱⁿᵗᵉᵍᵉʳ  <br />Unique identifier for the repayment schedule</td>\n</tr>\n<tr>\n<td><strong>loan_id</strong> ⁱⁿᵗᵉᵍᵉʳ  <br />Loan ID associated with the schedule</td>\n</tr>\n<tr>\n<td><strong>principal</strong> ᶠˡᵒᵃᵗ  <br />Principal amount due</td>\n</tr>\n<tr>\n<td><strong>interest</strong> ᶠˡᵒᵃᵗ  <br />Interest amount due</td>\n</tr>\n<tr>\n<td><strong>fees</strong> ᶠˡᵒᵃᵗ  <br />Fees applicable to the schedule</td>\n</tr>\n<tr>\n<td><strong>penalty</strong> ᶠˡᵒᵃᵗ  <br />Penalty charges (if applicable)</td>\n</tr>\n<tr>\n<td><strong>schedule_amount_due</strong> ᶠˡᵒᵃᵗ  <br />Total amount due for this schedule</td>\n</tr>\n<tr>\n<td><strong>principal_paid</strong> ᶠˡᵒᵃᵗ  <br />Principal amount paid</td>\n</tr>\n<tr>\n<td><strong>interest_paid</strong> ᶠˡᵒᵃᵗ  <br />Interest amount paid</td>\n</tr>\n<tr>\n<td><strong>fees_paid</strong> ᶠˡᵒᵃᵗ  <br />Fees paid</td>\n</tr>\n<tr>\n<td><strong>penalty_paid</strong> ᶠˡᵒᵃᵗ  <br />Penalty amount paid</td>\n</tr>\n<tr>\n<td><strong>amount_paid</strong> ᶠˡᵒᵃᵗ  <br />Total amount paid</td>\n</tr>\n<tr>\n<td><strong>amount_due</strong> ᶠˡᵒᵃᵗ  <br />Remaining amount due</td>\n</tr>\n<tr>\n<td><strong>due_date</strong> ˢᵗʳⁱⁿᵍ  <br />Scheduled due date of repayment</td>\n</tr>\n<tr>\n<td><strong>paid_date</strong> ˢᵗʳⁱⁿᵍ  <br />Date repayment was made</td>\n</tr>\n<tr>\n<td><strong>status</strong> ˢᵗʳⁱⁿᵍ  <br />Status of the repayment (e.g., \"success\")</td>\n</tr>\n<tr>\n<td><strong>reason</strong> ˢᵗʳⁱⁿᵍ  <br />Reason for any failed repayment (if applicable)</td>\n</tr>\n<tr>\n<td><strong>debit_queued</strong> ⁱⁿᵗᵉᵍᵉʳ  <br />Indicates if a debit has been queued (0 or 1)</td>\n</tr>\n<tr>\n<td><strong>trials</strong> ⁱⁿᵗᵉᵍᵉʳ  <br />Number of attempts made for repayment</td>\n</tr>\n<tr>\n<td><strong>retry_flag</strong> ⁱⁿᵗᵉᵍᵉʳ  <br />Indicates if retries are enabled (0 or 1)</td>\n</tr>\n<tr>\n<td><strong>next_trial_time</strong> ˢᵗʳⁱⁿᵍ  <br />Date and time for the next retry attempt</td>\n</tr>\n<tr>\n<td><strong>created_on</strong> ˢᵗʳⁱⁿᵍ  <br />Date when the schedule was created</td>\n</tr>\n<tr>\n<td><strong>created_by</strong> ⁱⁿᵗᵉᵍᵉʳ  <br />User ID of the creator</td>\n</tr>\n<tr>\n<td><strong>modified_on</strong> ˢᵗʳⁱⁿᵍ  <br />Last modified date</td>\n</tr>\n<tr>\n<td><strong>modified_by</strong> ⁱⁿᵗᵉᵍᵉʳ  <br />User ID of the last modifier</td>\n</tr>\n<tr>\n<td><strong>deleted_flag</strong> ⁱⁿᵗᵉᵍᵉʳ  <br />Indicates if the schedule has been deleted (0 or 1)</td>\n</tr>\n<tr>\n<td><strong>deleted_on</strong> ˢᵗʳⁱⁿᵍ  <br />Deletion timestamp (if applicable)</td>\n</tr>\n<tr>\n<td><strong>deleted_by</strong> ⁱⁿᵗᵉᵍᵉʳ  <br />User ID of the person who deleted the schedule</td>\n</tr>\n</tbody>\n</table>\n</div><h4 id=\"organization-details\">Organization Details</h4>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Properties</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><strong>organization.id</strong> ⁱⁿᵗᵉᵍᵉʳ  <br />Organization ID</td>\n</tr>\n<tr>\n<td><strong>organization.name</strong> ˢᵗʳⁱⁿᵍ  <br />Organization name</td>\n</tr>\n<tr>\n<td><strong>organization.type</strong> ˢᵗʳⁱⁿᵍ  <br />Organization type (e.g., \"lender\")</td>\n</tr>\n<tr>\n<td><strong>organization.currency</strong> ˢᵗʳⁱⁿᵍ  <br />Currency used by the organization</td>\n</tr>\n<tr>\n<td><strong>organization.country</strong> ˢᵗʳⁱⁿᵍ  <br />Country where the organization operates</td>\n</tr>\n</tbody>\n</table>\n</div>","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<your-api-token>"}]},"isInherited":true,"source":{"_postman_id":"9a2d86b7-a837-4de9-8302-3f37b628d40e","id":"9a2d86b7-a837-4de9-8302-3f37b628d40e","name":"Adjutor API Service","type":"collection"}},"urlObject":{"path":[":id","loans"],"host":["https://adjutor.lendsqr.com/v2/customers"],"query":[],"variable":[{"id":"48537e5a-66a7-417a-9832-1daf4cc7abd7","type":"any","value":"","key":"id"}]}},"response":[{"id":"ab8491bb-6041-4870-bdba-0578bbeb1368","name":"Get Customer Loans","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://adjutor.lendsqr.com/v2/customers/:id/loans","host":["https://adjutor.lendsqr.com/v2/customers"],"path":[":id","loans"],"variable":[{"key":"id","value":""}]}},"status":"OK","code":200,"_postman_previewlanguage":null,"header":null,"cookie":[],"responseTime":null,"body":"{\r\n    \"status\": \"success\",\r\n    \"message\": \"Successful\",\r\n    \"data\": {\r\n        \"loans\": [\r\n            {\r\n                \"id\": 252071,\r\n                \"org_id\": 3415,\r\n                \"user_id\": 1425438,\r\n                \"customer_type\": \"Individual\",\r\n                \"product_id\": 15727,\r\n                \"tenor_type_id\": null,\r\n                \"tenor\": 1,\r\n                \"tenor_period\": \"months\",\r\n                \"mifos_gl_id\": null,\r\n                \"status_id\": 2,\r\n                \"card_id\": null,\r\n                \"mandate_id\": null,\r\n                \"bank_account_id\": null,\r\n                \"interest_rate\": 3,\r\n                \"interest_period\": \"months\",\r\n                \"account_id\": null,\r\n                \"external_loan_id\": null,\r\n                \"reference\": null,\r\n                \"currency\": \"NGN\",\r\n                \"loan_amount\": 1000,\r\n                \"interest_due\": 30,\r\n                \"amount_disbursed\": 1000,\r\n                \"paid\": 1030,\r\n                \"paid_to_lender\": 0,\r\n                \"pre_updated\": 0,\r\n                \"reject_reason\": null,\r\n                \"channel\": \"offline\",\r\n                \"disburse_to\": \"third-party\",\r\n                \"multi_tenor\": 0,\r\n                \"reminder_mail\": 0,\r\n                \"channels\": \"product\",\r\n                \"additional_data\": \"{\\\"status_code\\\":200,\\\"bank\\\":\\\"Guaranty Trust Bank\\\",\\\"account_number\\\":\\\"079999982\\\",\\\"account_name\\\":\\\"Sample user\\\",\\\"amount_disbursed\\\":1000,\\\"payment_description\\\":\\\"Third party loan disbursement from lenderco to Sample user/079999982/Guaranty Trust Bank for loan #252071\\\",\\\"date\\\":\\\"2024-12-16T17:33:09+00:00\\\"}\",\r\n                \"loan_approval_requirements\": null,\r\n                \"approved_on\": \"2024-12-16T17:33:03.000Z\",\r\n                \"approved_by\": 4671,\r\n                \"created_on\": \"2024-12-16T17:30:43.000Z\",\r\n                \"approval_workflow_id\": null,\r\n                \"status\": {\r\n                    \"id\": 2,\r\n                    \"status\": \"SETTLED\",\r\n                    \"can_request\": 1,\r\n                    \"can_cancel\": 0\r\n                },\r\n                \"tenor_type\": null,\r\n                \"loan_profile\": {\r\n                    \"purpose\": \"Personal\"\r\n                },\r\n                \"user\": {\r\n                    \"first_name\": \"Sample\",\r\n                    \"last_name\": \"User\"\r\n                },\r\n                \"schedules\": [\r\n                    {\r\n                        \"id\": 512674,\r\n                        \"loan_id\": 252071,\r\n                        \"principal\": 1000,\r\n                        \"interest\": 30,\r\n                        \"fees\": 0,\r\n                        \"penalty\": 0,\r\n                        \"schedule_amount_due\": 1030,\r\n                        \"principal_paid\": 1000,\r\n                        \"interest_paid\": 30,\r\n                        \"fees_paid\": 0,\r\n                        \"penalty_paid\": 0,\r\n                        \"amount_paid\": 1030,\r\n                        \"amount_due\": 0,\r\n                        \"due_date\": \"2025-01-16T00:00:00.000Z\",\r\n                        \"paid_date\": \"2025-01-16T02:30:22.000Z\",\r\n                        \"status\": \"success\",\r\n                        \"reason\": null,\r\n                        \"debit_queued\": 0,\r\n                        \"trials\": 0,\r\n                        \"retry_flag\": 1,\r\n                        \"next_trial_time\": \"2025-01-16T02:45:32.000Z\",\r\n                        \"last_attempt_item\": null,\r\n                        \"created_on\": \"2024-12-16T17:33:03.000Z\",\r\n                        \"created_by\": 4671,\r\n                        \"modified_on\": \"2025-01-16T02:30:22.000Z\",\r\n                        \"modified_by\": null,\r\n                        \"deleted_flag\": 0,\r\n                        \"deleted_on\": null,\r\n                        \"deleted_by\": null\r\n                    }\r\n                ],\r\n                \"organization\": {\r\n                    \"id\": 3415,\r\n                    \"name\": \"organization name\",\r\n                    \"type\": \"lender\",\r\n                    \"currency\": \"NGN\",\r\n                    \"country\": \"NGA\"\r\n                }\r\n            }\r\n        ],\r\n        \"page_info\": {\r\n            \"page\": 0,\r\n            \"limit\": 100,\r\n            \"total\": 1,\r\n            \"total_pages\": 1\r\n        }\r\n    },\r\n    \"meta\": {\r\n        \"cost\": 0,\r\n        \"balance\": 1240\r\n    }\r\n}"}],"_postman_id":"d7bd9875-4336-4e9c-a696-b43863d11ced"},{"name":"Get Offers","id":"3127af4d-db3c-48b2-b654-2fcb4c751181","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"user_id\": 2978441,\n    \"product_id\": 26379,               \n    \"attributes\": {\n        \"transactions\": [\n            {\n                \"window\": 30,\n                \"window_type\": \"days\",\n                \"currency\": \"MWK\",\n                \"count\": 231,\n                \"total_inflow\": 550000000,\n                \"total_outflow\": 350000,\n                \"average_inflow\": 36000000,\n                \"average_outflow\": 230000,\n                \"average_daily_balance\": 34000,\n                \"average_minimum_balance\": 90000,\n                \"negative_balance_instances\": 4,\n                \"flagged_transactions_count\": 2,\n                \"last_transaction_at\": \"2025-11-20T15:42:00Z\"\n            },\n            {\n                \"window\": 30,\n                \"window_type\": \"days\",\n                \"currency\": \"MWK\",\n                \"count\": 231,\n                \"total_inflow\": 550000000,\n                \"total_outflow\": 350000,\n                \"average_inflow\": 360000000,\n                \"average_outflow\": 2300,\n                \"average_daily_balance\": 34000,\n                \"average_minimum_balance\": 90000,\n                \"negative_balance_instances\": 4,\n                \"flagged_transactions_count\": 2,\n                \"last_transaction_at\": \"2025-11-20T15:42:00Z\"\n            },\n            {\n                \"window\": 30,\n                \"window_type\": \"days\",\n                \"currency\": \"MWK\",\n                \"count\": 231,\n                \"total_inflow\": 550000000,\n                \"total_outflow\": 350000,\n                \"average_inflow\": 36000000,\n                \"average_outflow\": 200,\n                \"average_daily_balance\": 34000,\n                \"average_minimum_balance\": 90000,\n                \"negative_balance_instances\": 4,\n                \"flagged_transactions_count\": 2,\n                \"last_transaction_at\": \"2025-11-20T15:42:00Z\"\n            }\n        ]\n    }\n}","options":{"raw":{"language":"json"}}},"url":"https://adjutor.lendsqr.com/v2/customers/loan-offers","description":"<p>This endpoint enables you to create a new loan offer on the Lendsqr system. The offer generated will be based on the decision model configuration. This will also determine how much should be given to the user from the amount they requested.</p>\n<blockquote>\n<p>The response payload also contains a loan_token that can be used to accept the loan offer if the user is eligible</p>\n</blockquote>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<your-api-token>"}]},"isInherited":true,"source":{"_postman_id":"9a2d86b7-a837-4de9-8302-3f37b628d40e","id":"9a2d86b7-a837-4de9-8302-3f37b628d40e","name":"Adjutor API Service","type":"collection"}},"urlObject":{"path":["loan-offers"],"host":["https://adjutor.lendsqr.com/v2/customers"],"query":[],"variable":[]}},"response":[{"id":"d614ea01-0d65-4a1a-bbe7-f3adc58b6af4","name":"Get Offers","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"user_id\": 2978441,\n    \"product_id\": 26379,               \n    \"attributes\": {\n        \"transactions\": [\n            {\n                \"window\": 30,\n                \"window_type\": \"days\",\n                \"currency\": \"MWK\",\n                \"count\": 231,\n                \"total_inflow\": 550000000,\n                \"total_outflow\": 350000,\n                \"average_inflow\": 36000000,\n                \"average_outflow\": 230000,\n                \"average_daily_balance\": 34000,\n                \"average_minimum_balance\": 90000,\n                \"negative_balance_instances\": 4,\n                \"flagged_transactions_count\": 2,\n                \"last_transaction_at\": \"2025-11-20T15:42:00Z\"\n            },\n            {\n                \"window\": 30,\n                \"window_type\": \"days\",\n                \"currency\": \"MWK\",\n                \"count\": 231,\n                \"total_inflow\": 550000000,\n                \"total_outflow\": 350000,\n                \"average_inflow\": 360000000,\n                \"average_outflow\": 2300,\n                \"average_daily_balance\": 34000,\n                \"average_minimum_balance\": 90000,\n                \"negative_balance_instances\": 4,\n                \"flagged_transactions_count\": 2,\n                \"last_transaction_at\": \"2025-11-20T15:42:00Z\"\n            },\n            {\n                \"window\": 30,\n                \"window_type\": \"days\",\n                \"currency\": \"MWK\",\n                \"count\": 231,\n                \"total_inflow\": 550000000,\n                \"total_outflow\": 350000,\n                \"average_inflow\": 36000000,\n                \"average_outflow\": 200,\n                \"average_daily_balance\": 34000,\n                \"average_minimum_balance\": 90000,\n                \"negative_balance_instances\": 4,\n                \"flagged_transactions_count\": 2,\n                \"last_transaction_at\": \"2025-11-20T15:42:00Z\"\n            }\n        ]\n    }\n}","options":{"raw":{"language":"json"}}},"url":"https://adjutor.lendsqr.com/v2/customers/loan-offers"},"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[{"expires":"Invalid Date","domain":"","path":""}],"responseTime":null,"body":"{\n    \"status\": \"success\",\n    \"message\": \"Successful.\",\n    \"session_id\": \"20251117100757-0011322-2969271-LSQ-yXJJfE4OpJ\",\n    \"data\": [\n        {\n            \"id\": 0,\n            \"product_id\": 24270,\n            \"loan_amount\": 5000,\n            \"interest_due\": 500,\n            \"interest_rate\": 10,\n            \"interest_period\": \"months\",\n            \"tenor\": 1,\n            \"tenor_period\": \"months\",\n            \"frequency\": \"monthly\",\n            \"multi_tenor\": true,\n            \"due_date\": \"2025-12-17\",\n            \"amount_due\": 5500,\n            \"require_official_email\": false,\n            \"require_guarantor\": false,\n            \"disburse_to\": \"third-party\",\n            \"fees\": [],\n            \"repayment_model_id\": 1,\n            \"disbursement_method\": \"\",\n            \"offer_message\": \"\",\n            \"attributes\": {\n                \"additional_bnpl_data\": null,\n                \"additional_loan_data\": null,\n                \"allow-fractional-amounts\": false,\n                \"attach-repayment-breakdown-to-approval-email\": false,\n                \"bnpl-configurations\": \"{\\\"bnpl\\\":{\\\"enabled\\\":false,\\\"application_successful_message\\\":\\\"You’ve successfully applied for your loan! We’re now reviewing your details and will notify you shortly with an update.\\\",\\\"application_failed_message\\\":\\\"We're sorry, but your loan application wasn’t approved at this time.\\\",\\\"pay_now\\\":{\\\"enabled\\\":false,\\\"button_label\\\":\\\"Pay in Full\\\",\\\"switch_to_pay_later\\\":false,\\\"switch_to_pay_later_label\\\":\\\"Prefer to pay in installments?\\\",\\\"payment_method\\\":\\\"card\\\"},\\\"pay_later\\\":{\\\"enabled\\\":false,\\\"button_label\\\":\\\"Pay in Installments\\\",\\\"switch_to_pay_now\\\":false,\\\"switch_to_pay_now_label\\\":\\\"Prefer to settle everything now?\\\",\\\"payment_method\\\":\\\"card\\\"}},\\\"title\\\":\\\"Loan Application\\\",\\\"interest_rate\\\":{\\\"label\\\":\\\"Interest Rate\\\",\\\"description\\\":\\\"This is the percentage charged regularly on the amount you borrow.\\\",\\\"enabled\\\":false},\\\"interest_amount\\\":{\\\"label\\\":\\\"Interest Amount\\\",\\\"description\\\":\\\"This is the total interest you'll pay over the loan period, based on your loan amount and repayment duration.\\\",\\\"enabled\\\":false},\\\"product_selection\\\":{\\\"label\\\":\\\"Let’s Get Started\\\",\\\"description\\\":\\\"Input the amount that best suits your needs and provide a few quick details to begin.\\\",\\\"enabled\\\":true},\\\"account_information\\\":{\\\"label\\\":\\\"Customer Registration\\\",\\\"description\\\":\\\"Please provide your basic information. If you’re new here, we’ll help you set up your profile. If you’ve registered before, we’ll guide you to log in securely.\\\",\\\"enabled\\\":true},\\\"loan_request_information\\\":{\\\"label\\\":\\\"Loan Request Information\\\",\\\"description\\\":\\\"Tell us how much you need and for how long. We’ll use this to customize your loan offer.\\\",\\\"enabled\\\":true},\\\"bank_account_information\\\":{\\\"label\\\":\\\"Bank Account Information\\\",\\\"description\\\":\\\"Provide your bank details so we can process your loan and repayments securely.\\\",\\\"enabled\\\":false},\\\"identity_validation\\\":{\\\"label\\\":\\\"Identity Verification\\\",\\\"description\\\":\\\"We verify your identity to keep your account secure and comply with regulatory standards.\\\",\\\"enabled\\\":true},\\\"selfie_validation\\\":{\\\"label\\\":\\\"Liveness Check\\\",\\\"description\\\":\\\"Snap a quick selfie to confirm you're the real you. It’s fast, secure, and protects your account.\\\",\\\"enabled\\\":true},\\\"order_information\\\":{\\\"label\\\":\\\"Loan Summary\\\",\\\"description\\\":\\\"Here’s a full breakdown of your loan, amount, fees, and repayment schedule. Please review before submitting.\\\",\\\"type\\\":\\\"Loan Product\\\",\\\"enabled\\\":false},\\\"terms_review\\\":{\\\"label\\\":\\\"Review of Loan Terms\\\",\\\"description\\\":\\\"Carefully go through the terms of your loan so you're fully informed before moving forward.\\\",\\\"enabled\\\":true},\\\"payments_processing\\\":{\\\"label\\\":\\\"Payments\\\",\\\"description\\\":\\\"See how your repayments are structured over time, amounts, dates, and frequency.\\\",\\\"type\\\":\\\"Repayment breakdown\\\",\\\"enabled\\\":false},\\\"payment_methods\\\":{\\\"label\\\":\\\"Payment Methods\\\",\\\"description\\\":\\\"Choose your preferred way to make repayments.\\\",\\\"enabled\\\":false},\\\"authentication_setup\\\":{\\\"label\\\":\\\"Password and PIN\\\",\\\"description\\\":\\\"Authorize your loan application by inputting your password and PIN.\\\",\\\"enabled\\\":true},\\\"transaction_confirmation\\\":{\\\"label\\\":\\\"Loan Confirmation\\\",\\\"description\\\":\\\"Almost done! This is your final chance to confirm the loan details before we proceed.\\\",\\\"enabled\\\":true},\\\"equity_contribution\\\":{\\\"label\\\":\\\"Initial Payment\\\",\\\"description\\\":\\\"A one-time upfront payment that helps lower your overall loan burden. This is usually required before disbursement.\\\",\\\"enabled\\\":false}}\",\n                \"borrower_message\": \"Your loan requires {no_of_guarantors} guarantor. They may be required by law to repay your loan should you not be able to pay back. Therefore, the guarantors must be people you know, trust, and are creditworthy. Your guarantors must know and trust you as well. Please note that your guarantors would see the full details of the loan you want to take When providing a guarantee, we would require your guarantors to validate their identity by providing their identity documents, bank account details and other information.\",\n                \"card_processor\": \"paystack\",\n                \"channels\": \"Web,Android,iOS,Mobile\",\n                \"create-loan-on-cba\": false,\n                \"credit-line-configuration\": {\n                    \"enabled\": false,\n                    \"default-due-period\": 30,\n                    \"default-due-period-type\": \"day\",\n                    \"cutoff-days-before-expiry\": 7,\n                    \"interest-application-strategy\": \"monthly-application\"\n                },\n                \"data_provider\": \"\",\n                \"direct_debit_provider\": \"nibss-easypay\",\n                \"disburse_in_tranches\": false,\n                \"disburse_to_third_party\": false,\n                \"enforce_risk_and_verification_checks\": false,\n                \"fenestra_bank_options\": \"\",\n                \"fetch-accounts-from-bvn\": {\n                    \"label\": \"Confirm your Accounts\",\n                    \"description\": \"Select the number of accounts you want to link\",\n                    \"active\": false,\n                    \"continue-on-failure\": false,\n                    \"accounts-required\": 1,\n                    \"minimum-accounts-required\": 1,\n                    \"maximum-accounts-required\": 1\n                },\n                \"first-due-date\": null,\n                \"grace-period-configuration\": {\n                    \"schedules\": 0,\n                    \"applies-to\": null\n                },\n                \"guarantor_message\": \"Hi Guarantor, you have been nominated as a guarantor by {full_name} on a {amount} loan from {organization_name}.\\n\\nAs a guarantor, you will be required to pay back this loan, inclusive of fees, interest, or charges, should {first_name} not able to pay. If you default, your details may be reported to the appropriate credit bureau.\",\n                \"guarantor_oraculi_modules\": \"Karma,Ecosystem\",\n                \"guarantor-settings\": {\n                    \"active\": false,\n                    \"loan-guarantee-limit\": 2,\n                    \"allow-loans\": true,\n                    \"allow-multiple-loan-guarantee\": true\n                },\n                \"interest-application\": \"amount\",\n                \"loan_extension_features\": {\n                    \"active\": false,\n                    \"max_extension_period\": 30,\n                    \"extension_limit\": 3\n                },\n                \"loan-approval-requirements\": null,\n                \"loan-offerings\": null,\n                \"loan-request-checklist\": \"{\\\"active\\\":true,\\\"title\\\":\\\"There are a few things you need to do first\\\",\\\"is_custom_conditions\\\":false,\\\"conditions\\\":[{\\\"label\\\":\\\"Direct debit\\\",\\\"description\\\":\\\"You must have an account you can use for your direct debit mandate\\\"},{\\\"label\\\":\\\"Debit card validity\\\",\\\"description\\\":\\\"We require debit cards to have validity at least 3 months beyond the last payment schedule\\\"},{\\\"label\\\":\\\"Location\\\",\\\"description\\\":\\\"Your location must be turned on for your loan request to be processed successfully\\\"},{\\\"label\\\":\\\"Maximum loan amount\\\",\\\"description\\\":\\\"The maximum loan amount we give to first time customer is N100. However, this would be increased as you take loans and repay\\\"}]}\",\n                \"loan-savings-multiplier\": \"0\",\n                \"minimum_amount_before_statement\": 100000000,\n                \"no_of_guarantors\": 1,\n                \"offer_expiry\": 744,\n                \"prequalify\": false,\n                \"product-display-configurations\": {\n                    \"display\": false,\n                    \"apply_cta\": \"Apply Now\",\n                    \"terms_link\": \"https://lendsqr.com/terms\"\n                },\n                \"publicly-listed\": true,\n                \"redirect-to-web\": {\n                    \"active\": false,\n                    \"link-label\": \"Apply on the web\",\n                    \"link-description\": \"This loan is available on the web where more information can be uploaded\"\n                },\n                \"refinance-loan-options\": {\n                    \"allow-refinancing\": false,\n                    \"allow-extend-tenor\": false,\n                    \"allow-shorten-tenor\": false,\n                    \"allow-interest-change\": false,\n                    \"capitalize-penalties\": false,\n                    \"capitalize-fees\": false,\n                    \"capitalize-interests\": false,\n                    \"apply-fees\": \"new-amount\"\n                },\n                \"repayment-method-instruction\": {\n                    \"active\": false,\n                    \"label\": \"How do you want to pay?\",\n                    \"description\": \"You can choose to pay with either a debit card or direct debit. Please select one of the options below.\",\n                    \"cta-label\": \"Go to the settings\",\n                    \"cta-url\": \"https://lendsqr.com/payments\"\n                },\n                \"repayment-methods\": {\n                    \"debit-card\": true,\n                    \"direct-debit\": false,\n                    \"none\": false,\n                    \"any\": false,\n                    \"repayment-methods\": \"any\"\n                },\n                \"request-payment-method\": \"after-loan-request\",\n                \"require_document\": false,\n                \"require_guarantor\": false,\n                \"require-guarantor-payment-methods\": true,\n                \"require-location\": false,\n                \"require-nin\": \"0\",\n                \"rounding-strategy\": \"round-up-last-schedule\",\n                \"show_only_clf\": false,\n                \"skip-schedule-configuration\": {\n                    \"days\": [],\n                    \"specific-dates\": [],\n                    \"public-holiday\": false\n                },\n                \"upfront-fee-payment\": false,\n                \"upfront-interest-payment\": false\n            },\n            \"loan_token\": \"eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJjdXN0b21lcl90eXBlIjoiSW5kaXZpZHVhbCIsImlkIjowLCJsb2FuX3Byb2ZpbGVfaWQiOjM0NTc1MTksImV4cF9tcyI6MjY3ODQwMDAwMCwiaWF0IjoxNzYzMzc0MTU1LCJleHAiOjE3NjYwNTI1NTV9.IHsOGbJLerS3W8eOxL6xAfj0mJyv1AreEDJe5Nk0yTo\",\n            \"min_interest_amount\": 0,\n            \"currency\": \"NGN\",\n            \"requires_mbs\": false,\n            \"requires_verifyme\": false\n        }\n    ],\n    \"code\": null\n}"}],"_postman_id":"3127af4d-db3c-48b2-b654-2fcb4c751181"},{"name":"Create Loan Request","id":"d815522d-ed89-40f4-98d5-946ac6a5f83f","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"user_id\": 2978441,\n    \"token\": \"eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJjdXN0b21lcl90eXBlIjoiSW5kaXZpZHVhbCIsImlkIjowLCJsb2FuX3Byb2ZpbGVfaWQiOjExNjcxLCJleHBfbXMiOjI3MDAwMDAwMCwiaWF0IjoxNzY0NTA4MDMyLCJleHAiOjE3NjQ3NzgwMzJ9.x49fBeLiBR_xspIOa1rU4M420ISG2LXSjDE59eYZz8k\",\n    \"requested_amount\": 15000,\n    \"proposed_tenor\": 6,\n    \"proposed_tenor_period\": \"months\",\n    \"channel\": \"external\"\n}","options":{"raw":{"language":"json"}}},"url":"https://adjutor.lendsqr.com/v2/customers/loans-request","description":"<p>You can accept the offer presented to the customer and create a loan request on the Lendsqr admin console using the Create Loan Request endpoint. All it requires is passing the loan token obtained from the Get Offers endpoint.</p>\n<h4 id=\"request-payload\">Request Payload</h4>\n<p><strong>loan_token</strong> * ˢᵗʳⁱⁿᵍ<br />The unique loan token received from the Get Offers endpoint representing the approved loan offer.</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<your-api-token>"}]},"isInherited":true,"source":{"_postman_id":"9a2d86b7-a837-4de9-8302-3f37b628d40e","id":"9a2d86b7-a837-4de9-8302-3f37b628d40e","name":"Adjutor API Service","type":"collection"}},"urlObject":{"path":["loans-request"],"host":["https://adjutor.lendsqr.com/v2/customers"],"query":[],"variable":[]}},"response":[{"id":"9c86a90d-86d2-4a5a-8005-1b43d6679d58","name":"Create Loan Request","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"user_id\": 2978441,\n    \"token\": \"eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJjdXN0b21lcl90eXBlIjoiSW5kaXZpZHVhbCIsImlkIjowLCJsb2FuX3Byb2ZpbGVfaWQiOjExNjcxLCJleHBfbXMiOjI3MDAwMDAwMCwiaWF0IjoxNzY0NTA4MDMyLCJleHAiOjE3NjQ3NzgwMzJ9.x49fBeLiBR_xspIOa1rU4M420ISG2LXSjDE59eYZz8k\",\n    \"requested_amount\": 15000,\n    \"proposed_tenor\": 6,\n    \"proposed_tenor_period\": \"months\",\n    \"channel\": \"external\"\n}","options":{"raw":{"language":"json"}}},"url":"https://adjutor.lendsqr.com/v2/customers/loan-request"},"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": \"success\",\n    \"message\": \"Your 300.00 loan will be credited to your wallet once Approved\",\n    \"session_id\": \"20251120154336-00303-AD727-LSQ-oOo5T7HmNf\",\n    \"data\": {\n        \"id\": 3441,\n        \"org_id\": 303,\n        \"user_id\": 104808,\n        \"customer_type\": \"Individual\",\n        \"product_id\": 1362,\n        \"group_id\": null,\n        \"tenor_type_id\": null,\n        \"tenor\": 3,\n        \"tenor_period\": \"days\",\n        \"mifos_gl_id\": null,\n        \"status_id\": 3,\n        \"card_id\": null,\n        \"mandate_id\": null,\n        \"bank_account_id\": null,\n        \"interest_rate\": 5.5,\n        \"interest_period\": \"days\",\n        \"account_id\": null,\n        \"external_loan_id\": null,\n        \"reference\": null,\n        \"currency\": \"NGN\",\n        \"loan_amount\": 300,\n        \"interest_due\": 49.5,\n        \"amount_disbursed\": null,\n        \"paid\": 0,\n        \"paid_to_lender\": 0,\n        \"pre_updated\": 0,\n        \"reject_reason\": null,\n        \"channel\": \"external\",\n        \"disburse_to\": \"wallet\",\n        \"multi_tenor\": 1,\n        \"created_on\": \"2025-11-20T15:09:13.000Z\",\n        \"created_by\": 104808,\n        \"approved_on\": null,\n        \"approved_by\": null,\n        \"modified_on\": null,\n        \"modified_by\": null,\n        \"deleted_flag\": 0,\n        \"deleted_on\": null,\n        \"deleted_by\": null,\n        \"reminder_mail\": 0,\n        \"channels\": \"product\",\n        \"additional_data\": \"{\\\"loan_type\\\":\\\"regular\\\"}\",\n        \"extension_limit\": 0,\n        \"loan_approval_requirements\": null,\n        \"approval_workflow_id\": null,\n        \"schedules\": [\n            {\n                \"id\": 9312,\n                \"loan_id\": 3441,\n                \"principal\": 100,\n                \"interest\": 16.5,\n                \"fees\": 2,\n                \"penalty\": 0,\n                \"write_off\": 0,\n                \"schedule_amount_due\": 118.5,\n                \"principal_paid\": 0,\n                \"interest_paid\": 0,\n                \"fees_paid\": 0,\n                \"penalty_paid\": 0,\n                \"amount_paid\": 0,\n                \"amount_due\": 118.5,\n                \"due_date\": \"2025-11-21T00:00:00.000Z\",\n                \"paid_date\": null,\n                \"debit_queued\": 0,\n                \"status\": \"pending\",\n                \"reason\": null,\n                \"trials\": 0,\n                \"retry_flag\": null,\n                \"next_trial_time\": null,\n                \"created_on\": \"2025-11-20T15:09:14.000Z\",\n                \"created_by\": null,\n                \"modified_on\": null,\n                \"modified_by\": null,\n                \"deleted_flag\": 0,\n                \"deleted_on\": null,\n                \"deleted_by\": null,\n                \"last_attempt_item\": null,\n                \"meta\": null\n            },\n            {\n                \"id\": 9313,\n                \"loan_id\": 3441,\n                \"principal\": 100,\n                \"interest\": 16.5,\n                \"fees\": 2,\n                \"penalty\": 0,\n                \"write_off\": 0,\n                \"schedule_amount_due\": 118.5,\n                \"principal_paid\": 0,\n                \"interest_paid\": 0,\n                \"fees_paid\": 0,\n                \"penalty_paid\": 0,\n                \"amount_paid\": 0,\n                \"amount_due\": 118.5,\n                \"due_date\": \"2025-11-22T00:00:00.000Z\",\n                \"paid_date\": null,\n                \"debit_queued\": 0,\n                \"status\": \"pending\",\n                \"reason\": null,\n                \"trials\": 0,\n                \"retry_flag\": null,\n                \"next_trial_time\": null,\n                \"created_on\": \"2025-11-20T15:09:14.000Z\",\n                \"created_by\": null,\n                \"modified_on\": null,\n                \"modified_by\": null,\n                \"deleted_flag\": 0,\n                \"deleted_on\": null,\n                \"deleted_by\": null,\n                \"last_attempt_item\": null,\n                \"meta\": null\n            },\n            {\n                \"id\": 9314,\n                \"loan_id\": 3441,\n                \"principal\": 100,\n                \"interest\": 16.5,\n                \"fees\": 2,\n                \"penalty\": 0,\n                \"write_off\": 0,\n                \"schedule_amount_due\": 118.5,\n                \"principal_paid\": 0,\n                \"interest_paid\": 0,\n                \"fees_paid\": 0,\n                \"penalty_paid\": 0,\n                \"amount_paid\": 0,\n                \"amount_due\": 118.5,\n                \"due_date\": \"2025-11-23T00:00:00.000Z\",\n                \"paid_date\": null,\n                \"debit_queued\": 0,\n                \"status\": \"pending\",\n                \"reason\": null,\n                \"trials\": 0,\n                \"retry_flag\": null,\n                \"next_trial_time\": null,\n                \"created_on\": \"2025-11-20T15:09:14.000Z\",\n                \"created_by\": null,\n                \"modified_on\": null,\n                \"modified_by\": null,\n                \"deleted_flag\": 0,\n                \"deleted_on\": null,\n                \"deleted_by\": null,\n                \"last_attempt_item\": null,\n                \"meta\": null\n            }\n        ],\n        \"fees\": [\n            {\n                \"id\": 4586,\n                \"fee_id\": 642,\n                \"loan_id\": 3441,\n                \"name\": \"insurance req amount copy\",\n                \"category\": \"Management\",\n                \"currency\": \"NGN\",\n                \"amount\": 6,\n                \"description\": \"2% of Requested Amount\",\n                \"percentage\": 2,\n                \"grace_period\": 7,\n                \"applicable_to\": \"Requested Amount\",\n                \"min_amount\": 1,\n                \"max_amount\": 1000,\n                \"max_accrual_days\": 0,\n                \"min_amount_global\": 0,\n                \"max_amount_global\": 0,\n                \"frequency\": 0,\n                \"created_on\": \"2025-11-20T15:09:14.000Z\",\n                \"created_by\": null,\n                \"modified_on\": null,\n                \"modified_by\": null,\n                \"deleted_flag\": 0,\n                \"deleted_on\": null,\n                \"deleted_by\": null\n            },\n            {\n                \"id\": 4587,\n                \"fee_id\": 639,\n                \"loan_id\": 3441,\n                \"name\": \"penal req amount\",\n                \"category\": \"Penal\",\n                \"currency\": \"NGN\",\n                \"amount\": 0,\n                \"description\": \"2% per day, minimum of NGN1\",\n                \"percentage\": 2,\n                \"grace_period\": 0,\n                \"applicable_to\": \"Requested Amount\",\n                \"min_amount\": 1,\n                \"max_amount\": 10,\n                \"max_accrual_days\": 0,\n                \"min_amount_global\": 0,\n                \"max_amount_global\": 0,\n                \"frequency\": 1,\n                \"created_on\": \"2025-11-20T15:09:15.000Z\",\n                \"created_by\": null,\n                \"modified_on\": null,\n                \"modified_by\": null,\n                \"deleted_flag\": 0,\n                \"deleted_on\": null,\n                \"deleted_by\": null\n            }\n        ],\n        \"status\": {\n            \"id\": 3,\n            \"status\": \"PENDING\",\n            \"can_request\": 0,\n            \"can_cancel\": 1\n        }\n    },\n    \"code\": null\n}"}],"_postman_id":"d815522d-ed89-40f4-98d5-946ac6a5f83f"},{"name":"Repay Customer Loan","id":"b3fcf5d7-9e32-4c94-84e0-af2180b11726","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n  \"amount\": 100000.50,\r\n  \"comment\": \"Payment for invoice #12345\",\r\n  \"reference\": null,\r\n  \"channel\": \"bank_transfer\"\r\n}","options":{"raw":{"language":"json"}}},"url":"https://adjutor.lendsqr.com/v2/customers/loans/:loanId/repay","description":"<p>Repay a specific loan for a customer by the loan ID.</p>\n<h4 id=\"request-payload\">Request Payload</h4>\n<p><strong>amount</strong> * ᶠˡᵒᵃᵗ<br />The repayment amount.</p>\n<p><strong>comment</strong> ⁿᵘˡˡᵃᵇˡᵉ ˢᵗʳⁱⁿᵍ<br />A note or reference for the payment (e.g., \"Payment for invoice #12345\").</p>\n<p><strong>reference</strong> ⁿᵘˡˡᵃᵇˡᵉ ˢᵗʳⁱⁿᵍ<br />Unique transaction reference.</p>\n<p><strong>channel</strong> * ˢᵗʳⁱⁿᵍ<br />Payment method used (<em>bank_transfer, card, wallet, direct_debit, etc</em>.)</p>\n<blockquote>\n<p>bank_transfer: repayment done externally, no debit made<br />wallet: debits from user's wallet or virtual account<br />card / direct_debit: debits from the linked card or direct debit source </p>\n</blockquote>\n<h4 id=\"response-payload\">Response Payload</h4>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Properties</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><strong>status</strong> ˢᵗʳⁱⁿᵍ  <br />Status of the request (<em>success</em>)</td>\n</tr>\n<tr>\n<td><strong>message</strong> ˢᵗʳⁱⁿᵍ  <br />Message indicating the result of the request</td>\n</tr>\n<tr>\n<td><strong>data</strong> ᵒᵇʲᵉᶜᵗ  <br />Contains additional response details (empty object in this case)</td>\n</tr>\n</tbody>\n</table>\n</div>","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<your-api-token>"}]},"isInherited":true,"source":{"_postman_id":"9a2d86b7-a837-4de9-8302-3f37b628d40e","id":"9a2d86b7-a837-4de9-8302-3f37b628d40e","name":"Adjutor API Service","type":"collection"}},"urlObject":{"path":["loans",":loanId","repay"],"host":["https://adjutor.lendsqr.com/v2/customers"],"query":[],"variable":[{"id":"deb041f7-af52-494a-8ae4-bc7eda340c8f","type":"any","value":"","key":"loanId"}]}},"response":[{"id":"239fb1d2-02fc-4aa9-84d9-ef22df27cf4b","name":"Repay Customer Loan","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n  \"amount\": 100000.50,\r\n  \"comment\": \"Payment for invoice #12345\",\r\n  \"reference\": null,\r\n  \"channel\": \"external\"   // (card, bank_transfer, direct_debit)\r\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"https://adjutor.lendsqr.com/v2/customers/loans/:loanId/repay","host":["https://adjutor.lendsqr.com/v2/customers"],"path":["loans",":loanId","repay"],"variable":[{"key":"loanId","value":""}]}},"status":"OK","code":200,"_postman_previewlanguage":"Text","header":[],"cookie":[],"responseTime":null,"body":"{\r\n    \"status\": \"success\",\r\n    \"message\": \"Successful\",\r\n    \"data\": {},\r\n    \"meta\": {\r\n        \"cost\": 0,\r\n        \"balance\": 1240\r\n    }\r\n}"}],"_postman_id":"b3fcf5d7-9e32-4c94-84e0-af2180b11726"},{"name":"Approve Loan","id":"bb374c58-d544-4675-8843-00997a6f7d61","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\r\n  \"beneficiary_id\": null,                      \r\n  \"account_number\": \"\",                        \r\n  \"bank_code\": \"\",                             \r\n  \"disbursement_provider\": \"\",                 \r\n  \"account_name\": \"\",                          \r\n  \"beneficiary_email\": \"\",                     \r\n  \"beneficiary_phone_number\": \"\",             \r\n  \"bank_name\": \"\",                            \r\n  \"attributes\": {                              \r\n    \"key1\": \"value1\",\r\n    \"key2\": \"value2\"\r\n  }\r\n}","options":{"raw":{"language":"json"}}},"url":"https://adjutor.lendsqr.com/v2/customers/loans/:loanId/","description":"<p>Approve a loan booked for a customer using the loan's unique ID.</p>\n<h4 id=\"request-payload\">Request Payload</h4>\n<p><strong>beneficiary_id</strong> ⁿᵘˡˡᵃᵇˡᵉ ˢᵗʳⁱⁿᵍ<br />Unique ID of the beneficiary.</p>\n<p><strong>account_number</strong> ⁿᵘˡˡᵃᵇˡᵉ ˢᵗʳⁱⁿᵍ<br />Recipient's bank account number. Defaults to <code>\"\"</code>.</p>\n<p><strong>bank_code</strong> ⁿᵘˡˡᵃᵇˡᵉ ˢᵗʳⁱⁿᵍ<br />Code identifying the recipient's bank. Defaults to <code>\"\"</code>.</p>\n<p><strong>disbursement_provider</strong> ⁿᵘˡˡᵃᵇˡᵉ ˢᵗʳⁱⁿᵍ<br />Provider handling the disbursement. Defaults to <code>\"\"</code>.</p>\n<p><strong>account_name</strong> ⁿᵘˡˡᵃᵇˡᵉ ˢᵗʳⁱⁿᵍ<br />Name associated with the bank account. Defaults to <code>\"\"</code>.</p>\n<p><strong>beneficiary_email</strong> ⁿᵘˡˡᵃᵇˡᵉ ˢᵗʳⁱⁿᵍ<br />Email of the beneficiary. Defaults to <code>\"\"</code>.</p>\n<p><strong>beneficiary_phone_number</strong> ⁿᵘˡˡᵃᵇˡᵉ ˢᵗʳⁱⁿᵍ<br />Phone number of the beneficiary. Defaults to <code>\"\"</code>.</p>\n<p><strong>bank_name</strong> ⁿᵘˡˡᵃᵇˡᵉ ˢᵗʳⁱⁿᵍ<br />Name of the beneficiary’s bank. Defaults to <code>\"\"</code>.</p>\n<p><strong>attributes</strong> ᵒᵇʲᵉᶜᵗ<br />Additional loan attributes in key-value pairs.</p>\n<p><strong>attributes.key1</strong> ˢᵗʳⁱⁿᵍ<br />Custom attribute key-value pair.</p>\n<p><strong>attributes.key2</strong> ˢᵗʳⁱⁿᵍ<br />Custom attribute key-value pair.</p>\n<h4 id=\"response-payload\">Response Payload</h4>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Properties</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><strong>status</strong> ˢᵗʳⁱⁿᵍ  <br />Status of the request (<em>success</em>)</td>\n</tr>\n<tr>\n<td><strong>message</strong> ˢᵗʳⁱⁿᵍ  <br />Message indicating the result of the request</td>\n</tr>\n<tr>\n<td><strong>data</strong> ᵒᵇʲᵉᶜᵗ  <br />Contains loan-related details. Currently empty <code>{}</code></td>\n</tr>\n</tbody>\n</table>\n</div>","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<your-api-token>"}]},"isInherited":true,"source":{"_postman_id":"9a2d86b7-a837-4de9-8302-3f37b628d40e","id":"9a2d86b7-a837-4de9-8302-3f37b628d40e","name":"Adjutor API Service","type":"collection"}},"urlObject":{"path":["loans",":loanId",""],"host":["https://adjutor.lendsqr.com/v2/customers"],"query":[],"variable":[{"id":"2e9a3d15-110b-4523-8f23-bc612f62c2f9","type":"any","value":"","key":"loanId"}]}},"response":[{"id":"a068c8f4-67de-456a-95d3-7b86c6e946ee","name":"Approve Loan","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\r\n    \"beneficiary_id\": null,\r\n    \"account_number\": \"\",\r\n    \"bank_code\": \"\",\r\n    \"disbursement_provider\": \"\",\r\n    \"account_name\": \"\",\r\n    \"beneficiary_email\": \"\",\r\n    \"beneficiary_phone_number\": \"\",\r\n    \"bank_name\": \"\",\r\n    \"attributes\": {\r\n        \"key1\": \"value1\",\r\n        \"key2\": \"value2\"\r\n    }\r\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"https://adjutor.lendsqr.com/v2/customers/loans/:loanId/","protocol":"https","host":["adjutor","lendsqr","com"],"path":["v2","customers","loans",":loanId",""],"variable":[{"key":"loanId","value":""}]}},"status":"OK","code":200,"_postman_previewlanguage":"Text","header":[],"cookie":[],"responseTime":null,"body":"{\r\n    \"status\": \"success\",\r\n    \"message\": \"Successful\",\r\n    \"data\": {},\r\n    \"meta\": {\r\n        \"cost\": 0,\r\n        \"balance\": 1240\r\n    }\r\n}"}],"_postman_id":"bb374c58-d544-4675-8843-00997a6f7d61"}],"id":"cabcb073-3d6e-4b58-80cd-2fc1fa9ad32d","description":"<p>This section contains APIs related to loan management. It includes endpoints for retrieving loan products, scoring loan applications, getting loan schedules, booking loans, retrieving customer loans, and repaying loans.</p>\n","_postman_id":"cabcb073-3d6e-4b58-80cd-2fc1fa9ad32d","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<your-api-token>"}]},"isInherited":true,"source":{"_postman_id":"9a2d86b7-a837-4de9-8302-3f37b628d40e","id":"9a2d86b7-a837-4de9-8302-3f37b628d40e","name":"Adjutor API Service","type":"collection"}}}],"id":"d8c3e331-da52-4aac-b4c3-af2cd9a20f66","description":"<p>Specialized APIs tailored for Malawian financial ecosystem. These endpoints support key services such as loan scoring and offer generation.</p>\n","_postman_id":"d8c3e331-da52-4aac-b4c3-af2cd9a20f66","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<your-api-token>"}]},"isInherited":true,"source":{"_postman_id":"9a2d86b7-a837-4de9-8302-3f37b628d40e","id":"9a2d86b7-a837-4de9-8302-3f37b628d40e","name":"Adjutor API Service","type":"collection"}}}],"id":"2843d0e0-d2bb-4da9-b169-448bdbf41ab8","description":"<p>This section contains country-specific API modules that expose localized functionality for financial services and identity verification. Each module includes endpoints designed to meet the regulatory, banking, and data validation requirements of the respective country, ensuring seamless integration with local systems.</p>\n","_postman_id":"2843d0e0-d2bb-4da9-b169-448bdbf41ab8","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<your-api-token>"}]},"isInherited":true,"source":{"_postman_id":"9a2d86b7-a837-4de9-8302-3f37b628d40e","id":"9a2d86b7-a837-4de9-8302-3f37b628d40e","name":"Adjutor API Service","type":"collection"}}}],"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<your-api-token>"}]}},"event":[{"listen":"prerequest","script":{"id":"df65d797-db00-4072-9041-bb6557de717a","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"b0a97d34-134f-4d53-8588-e1a406bbea2d","type":"text/javascript","exec":[""]}}],"variable":[{"key":"base_url","value":"https://adjutor.lendsqr.com/v2/","type":"string"},{"key":"access_token","value":"<your-api-token>","type":"string"}]}