{"info":{"_postman_id":"fac418ad-789e-4774-ba19-d88b073b4df0","name":"Udara360 - Documentation","description":"<html><head></head><body><p>The Udara360 openAPI specification</p>\n<p>Base URL:</p>\n<p><code>Test: https://openapi.test.udara360.io</code></p>\n<p><code>Live : https://openapi.udara360.io</code></p>\n<h1 id=\"authentication\">Authentication</h1>\n<p>Place your JWT token gotten after successful authentication with clientID and clientSecret in the Authorization header of each request you send to the API.</p>\n<p><code>Authorization: bearer {token}</code></p>\n<h1 id=\"idempotency\">Idempotency</h1>\n<p>Every Request that creates/modifies data must pass a unique request reference in the header. Maximum string length is 100.</p>\n<p><code>Request-reference: {unique_reference}</code></p>\n<h1 id=\"http-response-codes\">HTTP Response Codes</h1>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Description</strong></th>\n<th><strong>Code</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Successful</td>\n<td>2XX</td>\n</tr>\n<tr>\n<td>Bad request from client</td>\n<td>4XX</td>\n</tr>\n<tr>\n<td>System error</td>\n<td>5XX</td>\n</tr>\n</tbody>\n</table>\n</div><h1 id=\"bank-list\">Bank List</h1>\n<p>Bank list API is found within the <strong>\\Transfer</strong> API folder.</p>\n<p>PS: When carrying out a transfer, the value of the destination bank code should be the <strong>Identifier</strong> returned from the bank list.</p>\n<p>See table below for test bank information</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Bank</th>\n<th>Test Bank</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><strong>Identifier</strong></td>\n<td><strong>TSTBNK</strong></td>\n</tr>\n<tr>\n<td>Destination Account</td>\n<td>0000014575</td>\n</tr>\n</tbody>\n</table>\n</div><h1 id=\"posting-response-codes\">Posting Response Codes</h1>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Description</strong></th>\n<th><strong>Code</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Successful</td>\n<td>00</td>\n</tr>\n<tr>\n<td>General Error</td>\n<td>06</td>\n</tr>\n<tr>\n<td>Model Validation Error</td>\n<td>09</td>\n</tr>\n<tr>\n<td>Invalid Amount</td>\n<td>13</td>\n</tr>\n<tr>\n<td>No Record Found</td>\n<td>25</td>\n</tr>\n<tr>\n<td>Duplicate Record</td>\n<td>26</td>\n</tr>\n<tr>\n<td>Force Debit Not Allowed</td>\n<td>28</td>\n</tr>\n<tr>\n<td>Database Update Not Executed</td>\n<td>29</td>\n</tr>\n<tr>\n<td>Format Error</td>\n<td>30</td>\n</tr>\n<tr>\n<td>Insufficient Balance</td>\n<td>51</td>\n</tr>\n<tr>\n<td>No Check Account</td>\n<td>52</td>\n</tr>\n<tr>\n<td>Transaction Permission</td>\n<td>57</td>\n</tr>\n<tr>\n<td>Security Violation</td>\n<td>63</td>\n</tr>\n<tr>\n<td>Cut Off In Progress</td>\n<td>90</td>\n</tr>\n<tr>\n<td>Exceeds Cash Limit</td>\n<td>93</td>\n</tr>\n<tr>\n<td>Fatal Error</td>\n<td>96</td>\n</tr>\n</tbody>\n</table>\n</div><h1 id=\"amount-format\">Amount Format</h1>\n<p>All amounts supplied must be in their base currency. E.g. NGN 5000.50 should be passed as 500050 kobo</p>\n<h1 id=\"optional-fields\">Optional Fields</h1>\n<p>For optional fields, null should be passed as value or the field excluded from the payload.</p>\n<h1 id=\"rate-limiting\">Rate Limiting</h1>\n<p>API rate limits assure that a single client can't overload the system for other clients. This makes the platform stable and secure.</p>\n<p>Error responses with HTTP status code <strong>429</strong> indicate that rate limits have been temporarily exceeded.</p>\n<p>API rate limits are set at the API user level. If you regularly receive HTTP 429 responses, do your best to limit the rate of requests, spread them out across minute intervals, or spread them out across multiple API users.</p>\n<p>Some <strong>common mistakes</strong> that can result in receiving many API rate limit errors are:</p>\n<ul>\n<li><p>Not monitoring 429 errors on the client</p>\n</li>\n<li><p>Retry API calls whenever they fail without noticing the error type - causing an escalation in rate limits</p>\n</li>\n<li><p>Using too many parallel processes for batch operations</p>\n</li>\n<li><p>Monitoring many transactions via polling instead of using webhooks</p>\n</li>\n<li><p>Excessively generating token for every call instead of reuse</p>\n</li>\n</ul>\n<h3 id=\"rate-limit-error-response\">Rate limit error response</h3>\n<p>If you reach your rate limit, you'll see a 429 error response to let you know your rate limit has been exceeded.</p>\n<h1 id=\"ip-whitelisting-production-access\">IP Whitelisting (Production access)</h1>\n<p>IP Whitelisting is required for production access. An email should be sent to <a href=\"https://support@fintellia.com\">support.</a></p>\n<h1 id=\"webhook\">Webhook</h1>\n<p>Webhook allows your system to be aware of events as they happen.</p>\n<p>To create a Webhook, go to your Portal. On the Main Menu, Go to Operations &gt; Webhook &gt; Add Webhook.</p>\n<p><strong>Webhook Request Payload Structure</strong></p>\n<p>{<br>\"notificationType\": 0, //See <strong>NotificationType / Event Type</strong> below<br>\"payload\": null, //See <strong>Payload Structure</strong> table below<br>\"requestReference\": //A reference that identifies the webhook sent<br>}</p>\n<p><em><strong>PLEASE BE SURE TO TEST THE WEBHOOK DELIVERY DURING YOUR INTEGRATION PROCESS SO AS TO ENSURE YOU CAN READ AND PROCESS THE DATA CORRECTLY ON YOUR END.</strong></em></p>\n<p><strong>NotificationType / Event Type</strong></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Event Type</strong></th>\n<th><strong>Event ID</strong></th>\n<th><strong>Description</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>CREATE ACCOUNT</td>\n<td>1</td>\n<td>A notification to alert you when a customer account (Savings or Current) is created.</td>\n</tr>\n<tr>\n<td>UPDATE ACCOUNT</td>\n<td>2</td>\n<td>A notification to alert you when a customer account (Savings or Current) is updated.</td>\n</tr>\n<tr>\n<td>CREATE CUSTOMER</td>\n<td>3</td>\n<td>A notification to alert you when a customer (Individual, Group or Organisation) is created.</td>\n</tr>\n<tr>\n<td>UPDATE CUSTOMER</td>\n<td>4</td>\n<td>A notification to alert you when a customer (Individual, Group or Organisation) is updated.</td>\n</tr>\n<tr>\n<td>TRANSACTION SUCCESSFUL</td>\n<td>5</td>\n<td>A notification to alert you when a transaction is successful.</td>\n</tr>\n<tr>\n<td>TRANSACTION REVERSED</td>\n<td>6</td>\n<td>A notification to alert you when a transaction is reversed.</td>\n</tr>\n</tbody>\n</table>\n</div><p><strong>Webhook Fault Tolerance</strong></p>\n<p>If we do not receive a 2XX response code from the POST request to your webhook URL, we will attempt to retry it 5 times with an exponential back off of 2^2 times. If we reach the maximum number of attempts, the failed request will be logged and can be retried manually on the portal.</p>\n<p>We recommend that you use ID of the entity to check for duplicates on your system to ensure you are handling the events properly.</p>\n<p>We highly recommend using HTTPS for all communications.</p>\n<p>Authenticated calls are supported, we accept a Basic Authentication Type where you supply a Username and Password for Authorisation.</p>\n<hr>\n<p><strong>To know if a transaction is Inward or Outward:</strong></p>\n<p><em>\"ChannelTransactionIdentifier\":\"{\"TransactionType\":\"Inward\",\"BankIdentifier\":\"ABP\"}</em></p>\n<p><em>There is a field in the webhook payload: ChannelTransactionIdentifier, if it is not null, check if is has this field: TransactionType</em></p>\n<p><em>The value will be</em> <em><strong>Inward</strong></em> <em>if it is coming from other banks__The value will be</em> <em><strong>Transfer</strong></em> <em>if is is an outward transfer.</em></p>\n<hr>\n<p>The <strong>recordType</strong> field under PostingsCompleted / Transaction successful event tells if the record is a <strong>Credit</strong> or a <strong>Debit</strong> entry on the account contained in the notification record</p>\n<hr>\n<p><strong>Payload Structure:</strong></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>PostingsCompleted/ Transaction Successful</th>\n<th>AccountCreated</th>\n<th>CustomerInfoCreated</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>{  <br>\"Identifier\": 0,  <br>\"ReferenceNumber\": null,  <br>\"AccountNumber\": null,  <br>\"AccountName\": null,  <br>\"LinkedAccountNumber\": null,  <br>\"FinancialDate\": \"0001-01-01T00:00:00\",  <br>\"RealDate\": \"0001-01-01T00:00:00\",  <br>\"Amount\": 0.0,  <br>\"RealAmount\": 0.0,  <br>\"OpeningBalance\": 0.0,  <br>\"BalanceAfter\": 0.0,  <br>\"BackdateAmount\": 0.0,  <br>\"Narration\": null,  <br>\"EntryCode\": null,  <br>\"InstrumentNumber\": null,  <br>\"ChannelTransactionIdentifier\":\"{\"transactionType\":\"null,\"bankIdentifier\":null}\",  <br>\"RecordType\":null,  <br>\"BranchCode\": null,  <br>\"PostingType\": null,  <br>\"CustomerID\": null,  <br>\"ReversalReferenceNumber\": null,  <br>\"Username\": null,  <br>\"ApprovedBy\": null,  <br>\"ForceDebit\": false,  <br>\"IsOverdraftPosting\": false,  <br>\"Charge\": 0.0,  <br>\"Merchant\": null,  <br>\"RecipientName\": null,  <br>\"RecipientAccountNumber\": null,  <br>\"SenderName\": null,  <br>\"SenderAccountNumber\": null,  <br>\"RecipientBank\": null,  <br>\"SenderBank\": null,  <br>\"TransactionIconUrl\": null,  <br>\"TransactionTag\": null,  <br>\"ProductCode\": null,  <br>\"ProductName\": null,  <br>\"BranchName\": null,  <br>\"AccountType\": null,  <br>\"CustomerAccountType\": null,  <br>\"Email\": null,  <br>\"PhoneNumber\": null,  <br>\"WaiveSMSChargeForStaffAccount\": null,  <br>\"SMSChargePerNotification\": 0,  <br>\"WithdrawableBalance\": 0,  <br>\"TransactionChannel\": null,  <br>\"AdditionalMetadata\": null,  <br>\"ID\": null,  <br>\"DateCreated\": \"0001-01-01T00:00:00\",  <br>\"DateLastModified\": null  <br>}</td>\n<td>{  <br>\"AccountNumber\": null,  <br>\"CustomerID\": null,  <br>\"AccountName\": null,  <br>\"AccountType\": null,  <br>\"CustomerType\": null,  <br>\"CurrencyCode\": null,  <br>\"ReferenceNumber\": null,  <br>\"BranchCode\": null,  <br>\"ProductCode\": null,  <br>\"ProductCategory\": null,  <br>\"AccountOfficerID\": null,  <br>\"AccountStatus\": null,  <br>\"PreviousAccountStatus\": null,  <br>\"CustomerAccountStatus\": null,  <br>\"AccountTierLevel\": 0,  <br>\"AccessLevel\": 0,  <br>\"EnableEmailNotification\": false,  <br>\"EnableSMSNotification\": false,  <br>\"StatementDeliveryMode\": null,  <br>\"StatementDeliveryFrequency\": null,  <br>\"MinimumBalanceRequired\": 0.0,  <br>\"AccountCreationChannel\": null,  <br>\"OverrideProductApplicableFee\": false,  <br>\"ApplyFee\": null,  <br>\"ChargeCycle\": null,  <br>\"TransactionType\": null,  <br>\"FlatAmount\": 0.0,  <br>\"FlatAmountPerTransaction\": 0.0,  <br>\"PercentageOnTurnover\": null,  <br>\"MinimumAmount\": 0.0,  <br>\"MaximumAmount\": 0.0,  <br>\"OverrideProductApplicableInterest\": false,  <br>\"ApplyCreditInterest\": null,  <br>\"InterestRate\": 0.0,  <br>\"MandateRuleIndex\": null,  <br>\"IsGroupAccount\": false,  <br>\"DateCreatedFinancial\": \"0001-01-01T00:00:00\",  <br>\"CategoryOfAccount\": null,  <br>\"SectorCode\": null,  <br>\"Sector\": null,  <br>\"ClosureDate\": null,  <br>\"ClassificationStatus\": null,  <br>\"DaysPastDue\": 0,  <br>\"LastProvisionedAmount\": null,  <br>\"LastProvisionedDate\": null,  <br>\"LastActivityDate\": \"0001-01-01T00:00:00\",  <br>\"LastCreditAmount\": null,  <br>\"LastCreditDate\": \"0001-01-01T00:00:00\",  <br>\"LastDebitAmount\": null,  <br>\"LastDebitDate\": null,  <br>\"DateOfDormancy\": null,  <br>\"DateOfInactivity\": null,  <br>\"IsMigrated\": null,  <br>\"IntroducerType\": null,  <br>\"IntroducerID\": null,  <br>\"IntroducerName\": null,  <br>\"DocumentIdentifier\": null,  <br>\"MainAccountNumber\": null,  <br>\"MainAccount\": false,  <br>\"SubAccount\": false,  <br>\"CreatedBy\": null,  <br>\"DateCreated\": \"0001-01-01T00:00:00\",  <br>\"DateLastModified\": \"0001-01-01T00:00:00\",  <br>\"ID\": null  <br>}</td>\n<td>{  <br>\"CustomerID\": null,  <br>\"Gender\": null,  <br>\"CustomerType\": null,  <br>\"Title\": null,  <br>\"LastName\": null,  <br>\"FirstName\": null,  <br>\"OtherNames\": null,  <br>\"Address\": null,  <br>\"MaritalStatus\": null,  <br>\"MaidenName\": null,  <br>\"Religion\": null,  <br>\"SignatureFileUrl\": null,  <br>\"PassportFileUrl\": null,  <br>\"PhoneNumber\": null,  <br>\"Email\": null,  <br>\"NotificationEmail\": null,  <br>\"NotificationPhoneNumber\": null,  <br>\"Hometown\": null,  <br>\"DateOfBirth\": \"0001-01-01T00:00:00\",  <br>\"Nationality\": null,  <br>\"State\": null,  <br>\"LGA\": null,  <br>\"MeansOfIdentification\": null,  <br>\"IDNumber\": null,  <br>\"MeansOfIdentificationIssueDate\": null,  <br>\"MeansOfIdentificationExpiryDate\": null,  <br>\"MeansOfIdentificationPlaceOfIssue\": null,  <br>\"NOKName\": null,  <br>\"NOKDateOfBirth\": null,  <br>\"NOKAddress\": null,  <br>\"NOKGender\": null,  <br>\"NOKRelationship\": null,  <br>\"NOKPhoneNumber\": null,  <br>\"NOKEmail\": null,  <br>\"NOKOccupation\": null,  <br>\"Occupation\": null,  <br>\"EmployerName\": null,  <br>\"EmployerAddress\": null,  <br>\"OfficePhoneNumber\": null,  <br>\"EmployeeIDType\": null,  <br>\"EmployeeID\": null,  <br>\"EmployeeIDNetIncome\": 0,  <br>\"EmployeeMDA\": null,  <br>\"EmployeePayDate\": null,  <br>\"StateOfEmployment\": null,  <br>\"MinistryOfLGA\": null,  <br>\"EmploymentDate\": null,  <br>\"EmployeeBankName\": null,  <br>\"EmployeeBankAccountName\": null,  <br>\"EmployeeBankAccountNumber\": null,  <br>\"Name\": null,  <br>\"Description\": null,  <br>\"BusinessPhoneNumber\": null,  <br>\"NatureOfBusiness\": null,  <br>\"IndustrialSector\": null,  <br>\"IndustrialSectorCode\": null,  <br>\"RegistrationDate\": null,  <br>\"IncorporationDate\": null,  <br>\"RegistrationNumber\": null,  <br>\"TIN\": null,  <br>\"ContactPersonName\": null,  <br>\"ContactPersonPhoneNumber\": null,  <br>\"CountryOfOperation\": null,  <br>\"StateOfOperation\": null,  <br>\"BVN\": null,  <br>\"OldCustomerID\": null,  <br>\"PEP\": false,  <br>\"DocumentIdentifier\": null,  <br>\"Alias\": null,  <br>\"NIN\": null,  <br>\"UserID\": null,  <br>\"DateCreated\": \"0001-01-01T00:00:00\",  <br>\"DateLastModified\": null,  <br>\"ID\": null ,  <br>\"OriginalRecipientAccount\":\"\",  <br>\"OriginalTransactionAmount\":\"\"  <br>}</td>\n</tr>\n</tbody>\n</table>\n</div></body></html>","schema":"https://schema.getpostman.com/json/collection/v2.0.0/collection.json","toc":[{"content":"Authentication","slug":"authentication"},{"content":"Idempotency","slug":"idempotency"},{"content":"HTTP Response Codes","slug":"http-response-codes"},{"content":"Bank List","slug":"bank-list"},{"content":"Posting Response Codes","slug":"posting-response-codes"},{"content":"Amount Format","slug":"amount-format"},{"content":"Optional Fields","slug":"optional-fields"},{"content":"Rate Limiting","slug":"rate-limiting"},{"content":"IP Whitelisting (Production access)","slug":"ip-whitelisting-production-access"},{"content":"Webhook","slug":"webhook"}],"owner":"23664397","collectionId":"fac418ad-789e-4774-ba19-d88b073b4df0","publishedId":"2s83zdw6dE","public":true,"customColor":{"top-bar":"FFFFFF","right-sidebar":"303030","highlight":"FF6C37"},"publishDate":"2024-09-22T11:20:32.000Z"},"item":[{"name":"Account","item":[{"name":"Create Customer Info And Account","event":[{"listen":"prerequest","script":{"id":"4da1e406-b6a7-4214-9257-db7ea5089816","exec":["//var phone = Math.random().toString().slic(2, 10)","//get LastName","const createEnv = function setVariable(key, value){","pm.environment.set(key, value)","}","","var lastName = pm.variables.replaceIn(\"Padberg\");","createEnv(\"LastName\", lastName)","","//get firstName","var firstName = pm.variables.replaceIn(\"Russel\");","createEnv(\"FirstName\",firstName)","","//set bvn","var number = Math.random().toString().slice(2,10);","","","var tirle = [\"Mrs\", \"Mr\", \"Dr\", \"Engr\"]","var titleName = tirle[Math.floor(Math.random()*tirle.length)]","createEnv(\"Title\", titleName)","","","var bvn = Math.random().toString().slice(2,13);","createEnv(\"BVN\", bvn)","","","var code =[\"090\", \"080\", \"091\",\"070\"]","var networkCode = code[Math.floor(Math.random()*code.length)]","createEnv(\"phoneNumber\", networkCode+ number)"],"type":"text/javascript","packages":{},"requests":{}}},{"listen":"test","script":{"id":"638815bc-266f-4879-b48b-dc0d265c0d57","exec":["const createEnv = function setVariable(key, value){","pm.environment.set(key, value)","}","//Set Variable ","var responseData = pm.response.json();","var customer = responseData.data.customerID","createEnv(\"CustomerID\", customer)","","var account = responseData.data.accountNumber","createEnv(\"CustomerAccountNumber\", account)","",""],"type":"text/javascript","packages":{},"requests":{}}}],"id":"bfe98cf5-ac10-4394-9342-6b8a1c38c1ab","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"key":"Authorization","value":"bearer ","type":"text"},{"key":"request-reference","value":"","type":"text"}],"body":{"mode":"raw","raw":"{\n  \n    \"title\": \"\",\n    \"lastName\": \"\",\n    \"firstName\": \"\",\n    \"otherNames\": \"Karli62\",\n    \"Gender\": 1,\n    \"address\": \"1 Akinjobi Street, Ketu\",\n    \"maritalStatus\": 1,\n    \"maidenName\": \"\",\n    \"religion\": 1,\n    \"phoneNumber\": \"\",\n    \"email\": \".@gmail.com\",\n    \"hometown\": \"Lekki\",\n    \"dateOfBirth\": \"2001-01-01\",\n    \"nationality\": \"Nigerian\",\n    \"state\": \"Lagos\",\n    \"lga\": \"Eyi-Osa\",\n    \"meansOfIdentification\": 1,\n    \"meansOfIdentificationNumber\": \"8474387461\",\n    \"nokName\": \"\",\n    \"nokAddress\": \"\",\n    \"nokGender\": 1,\n    \"nokRelationship\": \"Brother\",\n    \"nokPhoneNumber\": \"09062356377\",\n    \"nokEmail\": \"\",\n    \"occupation\": \"\",\n    \"employerName\": \"\",\n    \"employerAddress\": \"\",\n    \"officePhoneNumber\": \"\",\n    \"accountName\": \" \",\n    \"accountType\": 1,\n    \"accountStatus\": 1,\n    \"branchCode\": \"101\",\n    \"productCode\": \"301\",\n    \"accountOfficerStaffID\": \"ST1311\",\n    \"accountTierLevel\": 3,\n    \"accessLevel\": 5,\n    \"enableEmailNotification\": true,\n    \"enableSMSNotification\": true,\n    \"minimumBalanceRequired\": 0,\n    \"referee1CustomerID\": \"\",\n    \"referee2CustomerID\": \"\",\n    \"categoryOfAccount\": \"\",\n    \"sectorCode\": \"\",\n    \"groupConnectionID\": \"\",\n    \"tin\": \"0985674395\",\n    \"pep\": true,\n    \"bvn\": \"\",\n    \"nin\": \"80100100100\",\n    \"referenceNumber\": null,\n    \"introducerType\": null,\n  \"introducerID\": \"\",\n  \"introducerName\": \"\",\n  \"isMinor\": false,\n  \"guardianName\": \"\",\n  \"guardianPhoneNumber\": \"\",\n  \"guardianAddress\": \"\",\n  \"guardianBVN\": \"\",\n  \"guardianNIN\": \"\"\n}","options":{"raw":{"language":"json"}}},"url":"{{baseurl}}/api/account/v1/createcustomeraccount","description":"<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>PropertyName</strong></th>\n<th><strong>Description</strong></th>\n<th><strong>Required/Optional</strong></th>\n<th><strong>Data Type (length)</strong></th>\n<th><strong>Other Information</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>ReferenceNumber</td>\n<td>External Reference Number</td>\n<td>Optional</td>\n<td>String (20)</td>\n<td>If passed, it is meant to be Unique and can be used to Retrieve account details</td>\n</tr>\n<tr>\n<td>AccountNumber</td>\n<td>If you have an existing account number for the customer, you can can pass it here. The system uses it instead of generating a new account number</td>\n<td>Optional</td>\n<td>string (10)</td>\n<td></td>\n</tr>\n<tr>\n<td>LastName</td>\n<td>Customer's Last Name or Surname</td>\n<td>Required</td>\n<td>String (150)</td>\n<td></td>\n</tr>\n<tr>\n<td>FirstName</td>\n<td>Customer's First Name</td>\n<td>Required</td>\n<td>String (150)</td>\n<td></td>\n</tr>\n<tr>\n<td></td>\n<td></td>\n<td></td>\n<td></td>\n<td></td>\n</tr>\n<tr>\n<td>AccountName</td>\n<td>Name on the Account</td>\n<td>Required</td>\n<td>String (250)</td>\n<td></td>\n</tr>\n<tr>\n<td></td>\n<td></td>\n<td></td>\n<td></td>\n<td></td>\n</tr>\n<tr>\n<td>BranchCode</td>\n<td>The Bank Branch the account belongs to</td>\n<td>Required</td>\n<td>String (3)</td>\n<td>Must be an active Branch Code that exists on the CBA portal.</td>\n</tr>\n<tr>\n<td>ProductCode</td>\n<td>The Savings Current Account Product Code</td>\n<td>Required</td>\n<td>String (3)</td>\n<td>Must be an active Savings/Current Product Code that exists on the CBA portal.</td>\n</tr>\n<tr>\n<td>AccountOfficerStaffID</td>\n<td>The Account Officer Staff ID</td>\n<td>Required</td>\n<td>String (3)</td>\n<td>Must be an active Account Officer Code that exists on the CBA portal.CBA Setup comes with a default Account Officer.</td>\n</tr>\n<tr>\n<td>BVN</td>\n<td>Bank Verification Number</td>\n<td>Optional</td>\n<td>String (11)</td>\n<td>Tier 1 Accounts can be created without BVN.</td>\n</tr>\n<tr>\n<td>Title</td>\n<td>The customer's title. Udara360 allows you to create your own Title and send it to us. (Mr., Miss., etc)</td>\n<td>Optional</td>\n<td>String (20)</td>\n<td></td>\n</tr>\n<tr>\n<td></td>\n<td></td>\n<td></td>\n<td></td>\n<td></td>\n</tr>\n<tr>\n<td>OtherNames</td>\n<td>Customer's Other Names</td>\n<td>Optional</td>\n<td>String (150)</td>\n<td></td>\n</tr>\n<tr>\n<td></td>\n<td></td>\n<td></td>\n<td></td>\n<td></td>\n</tr>\n<tr>\n<td>AccountTierLevel</td>\n<td>The Account Tier</td>\n<td>Optional</td>\n<td>Number</td>\n<td>Range between 1 and 3. Default is Tier 1.</td>\n</tr>\n<tr>\n<td>AccessLevel</td>\n<td>The customer's access level allows balance and transaction amount restriction to be enforced when a user with a lower access level views the account balance or transaction on the CBA portal.</td>\n<td>Optional</td>\n<td>Number</td>\n<td>Range between 1 and 5. Default is 1.</td>\n</tr>\n<tr>\n<td>MinimumBalanceRequired</td>\n<td>Account's Minimum Balance</td>\n<td>Optional</td>\n<td>Number</td>\n<td>Product setting will apply if not supplied.</td>\n</tr>\n<tr>\n<td>AccountType</td>\n<td>Account Type or Discriminator</td>\n<td>Optional</td>\n<td>Enum (Savings = 1, Current = 2)</td>\n<td>Default Value is Savings</td>\n</tr>\n<tr>\n<td>AccountStatus</td>\n<td>The status the account will be opened with.</td>\n<td>Optional</td>\n<td>Enum (Active = 1, Dormant = 2, Closed = 3, PND = 4, PNC = 5, Inactive = 6, Frozen = 7)</td>\n<td>Default Value is Active</td>\n</tr>\n<tr>\n<td>Gender</td>\n<td>Customer's Gender</td>\n<td>Optional</td>\n<td>Enum (Female = 1, Male = 2)</td>\n<td></td>\n</tr>\n<tr>\n<td></td>\n<td></td>\n<td></td>\n<td></td>\n<td></td>\n</tr>\n<tr>\n<td>Address</td>\n<td>Customer's Address</td>\n<td>Optional</td>\n<td>String (300)</td>\n<td></td>\n</tr>\n<tr>\n<td></td>\n<td></td>\n<td></td>\n<td></td>\n<td></td>\n</tr>\n<tr>\n<td>Marital Status</td>\n<td>Customer Marital Status</td>\n<td>Optional</td>\n<td>Enum (Married = 1, Single = 2, Divorced =3, Widow = 4, Widower = 5)</td>\n<td></td>\n</tr>\n<tr>\n<td></td>\n<td></td>\n<td></td>\n<td></td>\n<td></td>\n</tr>\n<tr>\n<td>Maiden Name</td>\n<td>Customer's Maiden Name</td>\n<td>Optional</td>\n<td>String (150)</td>\n<td></td>\n</tr>\n<tr>\n<td></td>\n<td></td>\n<td></td>\n<td></td>\n<td></td>\n</tr>\n<tr>\n<td>Religion</td>\n<td>Customer's Religion</td>\n<td>Optional</td>\n<td>Enum (Christianity = 1, Islamic = 2, Others = 3)</td>\n<td></td>\n</tr>\n<tr>\n<td></td>\n<td></td>\n<td></td>\n<td></td>\n<td></td>\n</tr>\n<tr>\n<td>PhoneNumber</td>\n<td>Customer's Phone number</td>\n<td>Optional</td>\n<td>String (50)</td>\n<td>Phone number is not required, however, when a value is supplied, it must be unique.</td>\n</tr>\n<tr>\n<td>Email</td>\n<td>Customer's Email</td>\n<td>Optional</td>\n<td>String (150)</td>\n<td>Email is not required, however, when a value is supplied, it must be unique.</td>\n</tr>\n<tr>\n<td>HomeTown</td>\n<td>Customer's Home Town</td>\n<td>Optional</td>\n<td>String (100)</td>\n<td></td>\n</tr>\n<tr>\n<td></td>\n<td></td>\n<td></td>\n<td></td>\n<td></td>\n</tr>\n<tr>\n<td>DateOfBirth</td>\n<td>Date Of Birth</td>\n<td>Optional</td>\n<td>Date</td>\n<td>Format - YYYY-MM-DD</td>\n</tr>\n<tr>\n<td>Nationality</td>\n<td>Nationality</td>\n<td>Optional</td>\n<td>String (100)</td>\n<td></td>\n</tr>\n<tr>\n<td></td>\n<td></td>\n<td></td>\n<td></td>\n<td></td>\n</tr>\n<tr>\n<td>State</td>\n<td>State</td>\n<td>Optional</td>\n<td>String (100)</td>\n<td></td>\n</tr>\n<tr>\n<td></td>\n<td></td>\n<td></td>\n<td></td>\n<td></td>\n</tr>\n<tr>\n<td>LGA</td>\n<td>LGA</td>\n<td>Optional</td>\n<td>String (200)</td>\n<td></td>\n</tr>\n<tr>\n<td></td>\n<td></td>\n<td></td>\n<td></td>\n<td></td>\n</tr>\n<tr>\n<td>MeansOfIdentification</td>\n<td>Means Of Identification</td>\n<td>Optional</td>\n<td>Enum (NationalID = 1, DriversLicense = 2,VotersCard = 3,InternationalPassport = 4)</td>\n<td></td>\n</tr>\n<tr>\n<td></td>\n<td></td>\n<td></td>\n<td></td>\n<td></td>\n</tr>\n<tr>\n<td>MeansOfIdentificationNumber</td>\n<td>Means Of Identification Number</td>\n<td>Optional</td>\n<td>String (100)</td>\n<td></td>\n</tr>\n<tr>\n<td></td>\n<td></td>\n<td></td>\n<td></td>\n<td></td>\n</tr>\n<tr>\n<td>NOKName</td>\n<td>Next of Kin Full Name</td>\n<td>Optional</td>\n<td>String (150)</td>\n<td></td>\n</tr>\n<tr>\n<td></td>\n<td></td>\n<td></td>\n<td></td>\n<td></td>\n</tr>\n<tr>\n<td>NOKAddress</td>\n<td>Next of Kin Address</td>\n<td>Optional</td>\n<td>String (300)</td>\n<td></td>\n</tr>\n<tr>\n<td></td>\n<td></td>\n<td></td>\n<td></td>\n<td></td>\n</tr>\n<tr>\n<td>NOKRelationship</td>\n<td>Relationship with Next of Kin</td>\n<td>Optional</td>\n<td>String (50)</td>\n<td>Sister, Brother, Son, Daughter etc</td>\n</tr>\n<tr>\n<td>NOKPhoneNumber</td>\n<td>Next of Kin Phone Number</td>\n<td>Optional</td>\n<td>String (100)</td>\n<td></td>\n</tr>\n<tr>\n<td></td>\n<td></td>\n<td></td>\n<td></td>\n<td></td>\n</tr>\n<tr>\n<td>NOKEmail</td>\n<td>Next of Kin Email</td>\n<td>Optional</td>\n<td>String (150)</td>\n<td></td>\n</tr>\n<tr>\n<td></td>\n<td></td>\n<td></td>\n<td></td>\n<td></td>\n</tr>\n<tr>\n<td>Occupation</td>\n<td>Customer's Occupation</td>\n<td>Optional</td>\n<td></td>\n<td></td>\n</tr>\n<tr>\n<td></td>\n<td></td>\n<td></td>\n<td></td>\n<td></td>\n</tr>\n<tr>\n<td></td>\n<td></td>\n<td></td>\n<td></td>\n<td></td>\n</tr>\n<tr>\n<td>EmployerName</td>\n<td>As part of KYC, If customer is employed, Employer's Name</td>\n<td>Optional</td>\n<td></td>\n<td></td>\n</tr>\n<tr>\n<td></td>\n<td></td>\n<td></td>\n<td></td>\n<td></td>\n</tr>\n<tr>\n<td></td>\n<td></td>\n<td></td>\n<td></td>\n<td></td>\n</tr>\n<tr>\n<td>EmployerAddress</td>\n<td>As part of KYC, If customer is employed, Employer's Address</td>\n<td>Optional</td>\n<td></td>\n<td></td>\n</tr>\n<tr>\n<td></td>\n<td></td>\n<td></td>\n<td></td>\n<td></td>\n</tr>\n<tr>\n<td></td>\n<td></td>\n<td></td>\n<td></td>\n<td></td>\n</tr>\n<tr>\n<td>OfficePhoneNumber</td>\n<td>As part of KYC, If customer is employed, Employer's Phone Number</td>\n<td>Optional</td>\n<td></td>\n<td></td>\n</tr>\n<tr>\n<td></td>\n<td></td>\n<td></td>\n<td></td>\n<td></td>\n</tr>\n<tr>\n<td></td>\n<td></td>\n<td></td>\n<td></td>\n<td></td>\n</tr>\n<tr>\n<td>EnableEmailNotification</td>\n<td>Allow System to send Customer notification via Email where applicable</td>\n<td>Optional</td>\n<td>Boolean</td>\n<td></td>\n</tr>\n<tr>\n<td></td>\n<td></td>\n<td></td>\n<td></td>\n<td></td>\n</tr>\n<tr>\n<td>EnableSMSNotification</td>\n<td>Allow System to send Customer notification via SMS where applicable</td>\n<td>Optional</td>\n<td>Boolean</td>\n<td></td>\n</tr>\n<tr>\n<td></td>\n<td></td>\n<td></td>\n<td></td>\n<td></td>\n</tr>\n<tr>\n<td>Referee1CustomerID</td>\n<td>Referee</td>\n<td>Optional</td>\n<td>String (10)</td>\n<td>The customer ID of an individual customer previously created on the system</td>\n</tr>\n<tr>\n<td>Referee2CustomerID</td>\n<td>Referee</td>\n<td>Optional</td>\n<td>String (10)</td>\n<td>The customer ID of an individual customer previously created on the system</td>\n</tr>\n<tr>\n<td>CategoryOfAccount</td>\n<td>Account's Category</td>\n<td>Optional</td>\n<td>Enum (BankStaff = 1, BankDirector = 2, OtherCustomers = 3, Private = 4, Public = 5)</td>\n<td></td>\n</tr>\n<tr>\n<td></td>\n<td></td>\n<td></td>\n<td></td>\n<td></td>\n</tr>\n<tr>\n<td>SectorCode</td>\n<td>Sector where the customer work</td>\n<td>Optional</td>\n<td>Enum (AgricultureForestryAndFishing = 40100,  <br />MiningAndQuarrying = 40200,  <br />Manufacturing = 40300,  <br />RealEstateActivities = 40500,  <br />GeneralCommerce = 40700,  <br />TransportationAndStorage = 40800,  <br />FinanceAndInsurance = 40900,  <br />General = 41000,  <br />Governments = 41200,  <br />WaterSupplySewageWasteMgtAndRemediationActivities = 41300,  <br />Construction = 41400,  <br />InformationAndCommunciation = 41500,  <br />ProfessionalScientificAndTechnicalActivities = 41600,  <br />AdministrativeAndSupportServiceActivities = 41700,  <br />Education = 41800,  <br />HumanHealthAndSocialWorkActivities = 41900,  <br />ArtsEntertainmentAndRecreation = 42000,  <br />ActivitiesOfExtraTerritorialOrganizationAndBodies = 42100,  <br />PowerAndEnergy = 42200,  <br />CapitalMarket = 42300,  <br />OilAndGas = 42400)</td>\n<td></td>\n</tr>\n<tr>\n<td></td>\n<td></td>\n<td></td>\n<td></td>\n<td></td>\n</tr>\n<tr>\n<td>PEP</td>\n<td>Politically Exposed Person</td>\n<td>Optional</td>\n<td>Boolean</td>\n<td></td>\n</tr>\n<tr>\n<td></td>\n<td></td>\n<td></td>\n<td></td>\n<td></td>\n</tr>\n<tr>\n<td>TIN</td>\n<td>Tax Identification Number</td>\n<td>Optional</td>\n<td>String (10)</td>\n<td></td>\n</tr>\n<tr>\n<td>NIN</td>\n<td>National Identification Number</td>\n<td>Optional</td>\n<td>String (11)</td>\n<td></td>\n</tr>\n<tr>\n<td>GroupConnectionID</td>\n<td>The Group Customer ID connected to the Account</td>\n<td>Optional</td>\n<td>String (10)</td>\n<td>This can be used to connect an Employer to an Employee or in a Group Lending scenario</td>\n</tr>\n<tr>\n<td>IntroduceType</td>\n<td>The Account's Introducer</td>\n<td>Optional</td>\n<td>Enym (BankStaff= 1, Customer = 2)</td>\n<td>For BankStaff, pass the Account Officer Staff ID.  <br />For customer, pass the Customer ID</td>\n</tr>\n<tr>\n<td>IsMinor</td>\n<td>If an account was created for a Minor</td>\n<td>Optional</td>\n<td>Boolean</td>\n<td></td>\n</tr>\n<tr>\n<td>GuardianName</td>\n<td>Guardian Name</td>\n<td>Optional</td>\n<td>String (250)</td>\n<td></td>\n</tr>\n<tr>\n<td>GuardianPhoneNumber</td>\n<td>Guardian Phone Number</td>\n<td>Optional</td>\n<td>String (50)</td>\n<td></td>\n</tr>\n<tr>\n<td>GuardianAddress</td>\n<td>Guardian Address</td>\n<td>Optional</td>\n<td>String (250)</td>\n<td></td>\n</tr>\n<tr>\n<td>GuardianBVN</td>\n<td>Guardian BVN</td>\n<td>Optional</td>\n<td>String (50)</td>\n<td></td>\n</tr>\n<tr>\n<td>GuardianNIN</td>\n<td>Guardian NIN</td>\n<td>Optional</td>\n<td>String (50)</td>\n<td></td>\n</tr>\n</tbody>\n</table>\n</div>","auth":{"type":"bearer","bearer":{"basicConfig":[]},"isInherited":true,"source":{"_postman_id":"b74b83ec-4c5d-43bb-89e8-43631dd7c6a4","id":"b74b83ec-4c5d-43bb-89e8-43631dd7c6a4","name":"Account","type":"folder"}},"urlObject":{"path":["api","account","v1","createcustomeraccount"],"host":["{{baseurl}}"],"query":[],"variable":[]}},"response":[{"id":"be90c0be-4fe2-4f22-b28e-00552723013b","name":"OK - Successful","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Authorization","value":"bearer {token}"},{"key":"request-reference","value":"{unique_reference}"}],"body":{"mode":"raw","raw":"{\n  \n    \"title\": \"\",\n    \"lastName\": \"\",\n    \"firstName\": \"\",\n    \"otherNames\": \"Reymundo_Zulauf\",\n    \"Gender\": 1,\n    \"address\": \"1 Akinjobi Street, Ketu\",\n    \"maritalStatus\": 1,\n    \"maidenName\": \"\",\n    \"religion\": 1,\n    \"phoneNumber\": \"\",\n    \"email\": \".@gmail.com\",\n    \"hometown\": \"Lekki\",\n    \"dateOfBirth\": \"2001-01-01\",\n    \"nationality\": \"Nigerian\",\n    \"state\": \"Lagos\",\n    \"lga\": \"Eyi-Osa\",\n    \"meansOfIdentification\": 1,\n    \"meansOfIdentificationNumber\": \"8474387461\",\n    \"nokName\": \"\",\n    \"nokAddress\": \"\",\n    \"nokGender\": 1,\n    \"nokRelationship\": \"Brother\",\n    \"nokPhoneNumber\": \"09062356377\",\n    \"nokEmail\": \"\",\n    \"occupation\": \"\",\n    \"employerName\": \"\",\n    \"employerAddress\": \"\",\n    \"officePhoneNumber\": \"\",\n    \"accountName\": \" \",\n    \"accountType\": 1,\n    \"accountStatus\": 1,\n    \"branchCode\": \"101\",\n    \"productCode\": \"301\",\n    \"accountOfficerStaffID\": \"ST1311\",\n    \"accountTierLevel\": 3,\n    \"accessLevel\": 5,\n    \"enableEmailNotification\": true,\n    \"enableSMSNotification\": true,\n    \"minimumBalanceRequired\": 0,\n    \"referee1CustomerID\": \"\",\n    \"referee2CustomerID\": \"\",\n    \"categoryOfAccount\": \"\",\n    \"sectorCode\": \"\",\n    \"groupConnectionID\": \"\",\n    \"tin\": \"0985674395\",\n    \"pep\": true,\n    \"bvn\": \"\",\n    \"nin\": \"80100100100\",\n    \"referenceNumber\": null,\n    \"introducerType\": null,\n  \"introducerID\": \"\",\n  \"introducerName\": \"\",\n  \"isMinor\": false,\n  \"guardianName\": \"\",\n  \"guardianPhoneNumber\": \"\",\n  \"guardianAddress\": \"\",\n  \"guardianBVN\": \"\",\n  \"guardianNIN\": \"\"\n}","options":{"raw":{"language":"json"}}},"url":"{{baseurl}}/api/account/v1/createcustomeraccount"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":null,"cookie":[],"responseTime":null,"body":"{\n  \"status\": true,\n  \"message\": \"string\",\n  \"data\": {\n    \"id\": \"3fa85f64-5717-4562-b3fc-2c963f66afa6\",\n    \"accountNumber\": \"string\",\n    \"customerID\": \"string\",\n    \"customerInformationId\": \"3fa85f64-5717-4562-b3fc-2c963f66afa6\",\n    \"documentIdentifier\": \"string\"\n  }\n}"},{"id":"3d6b39bc-78d1-4756-818e-0a3f2ec169e4","name":"Server Error","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"bearer {token}","description":"Authorization header"},{"key":"request-reference","value":"{unique_reference}","description":"Unique request reference"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \n    \"title\": \"\",\n    \"lastName\": \"\",\n    \"firstName\": \"\",\n    \"otherNames\": \"Emely_Moore65\",\n    \"Gender\": 1,\n    \"address\": \"1 Akinjobi Street, Ketu\",\n    \"maritalStatus\": 1,\n    \"maidenName\": \"\",\n    \"religion\": 1,\n    \"phoneNumber\": \"\",\n    \"email\": \".@gmail.com\",\n    \"hometown\": \"Lekki\",\n    \"dateOfBirth\": \"2001-01-01\",\n    \"nationality\": \"Nigerian\",\n    \"state\": \"Lagos\",\n    \"lga\": \"Eyi-Osa\",\n    \"meansOfIdentification\": 1,\n    \"meansOfIdentificationNumber\": \"8474387461\",\n    \"nokName\": \"\",\n    \"nokAddress\": \"\",\n    \"nokGender\": 1,\n    \"nokRelationship\": \"Brother\",\n    \"nokPhoneNumber\": \"09062356377\",\n    \"nokEmail\": \"\",\n    \"occupation\": \"\",\n    \"employerName\": \"\",\n    \"employerAddress\": \"\",\n    \"officePhoneNumber\": \"\",\n    \"accountName\": \" \",\n    \"accountType\": 1,\n    \"accountStatus\": 1,\n    \"branchCode\": \"101\",\n    \"productCode\": \"301\",\n    \"accountOfficerStaffID\": \"ST1311\",\n    \"accountTierLevel\": 3,\n    \"accessLevel\": 5,\n    \"enableEmailNotification\": true,\n    \"enableSMSNotification\": true,\n    \"minimumBalanceRequired\": 0,\n    \"referee1CustomerID\": \"\",\n    \"referee2CustomerID\": \"\",\n    \"categoryOfAccount\": \"\",\n    \"sectorCode\": \"\",\n    \"groupConnectionID\": \"\",\n    \"tin\": \"0985674395\",\n    \"pep\": true,\n    \"bvn\": \"\",\n    \"nin\": \"80100100100\",\n    \"referenceNumber\": null,\n    \"introducerType\": null,\n  \"introducerID\": \"\",\n  \"introducerName\": \"\",\n  \"isMinor\": false,\n  \"guardianName\": \"\",\n  \"guardianPhoneNumber\": \"\",\n  \"guardianAddress\": \"\",\n  \"guardianBVN\": \"\",\n  \"guardianNIN\": \"\"\n}"},"url":{"raw":"{{baseurl}}/api/account/v1/createcustomeraccount?","host":["{{baseurl}}"],"path":["api","account","v1","createcustomeraccount"],"query":[{"key":"","value":null}]}},"status":"Internal Server Error","code":500,"_postman_previewlanguage":null,"header":null,"cookie":[],"responseTime":null,"body":"{\n  \"errors\": [\n    {\n      \"statusCode\": 0,\n      \"errorCode\": \"string\",\n      \"errorMessage\": \"string\"\n    }\n  ]\n}"}],"_postman_id":"bfe98cf5-ac10-4394-9342-6b8a1c38c1ab"},{"name":"Create Virtual Account","event":[{"listen":"prerequest","script":{"id":"49a4d071-f295-44be-8cc8-22cc39572bb9","exec":[" setEnvironmentVariable=(key,value)=>{","pm.environment.set(key, value)","}","","const moment =  require('moment');","var ref = moment().format(\"YYYYMMDDHHMMSSMS\");","setEnvironmentVariable(\"RefNumber\", ref);",""],"type":"text/javascript","packages":{},"requests":{}}},{"listen":"test","script":{"id":"d61773d8-07a9-41a7-8a64-e5826127eae0","exec":["const createEnv = function setVariable(key, value){","pm.environment.set(key, value)","}","//Set Account Number in Environment Variable","var responseJson = pm.response.json();","var CustAcctNumber = responseJson.data.accountNumber;","createEnv(\"AccountNumber\",CustAcctNumber)","","//Set id in environment variable","var AccountID = responseJson.data.id","createEnv(\"AccountID\", AccountID)"],"type":"text/javascript","packages":{},"requests":{}}}],"id":"f138e8f5-218b-4db1-a2ec-a8bafda456fe","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Authorization","value":"bearer "},{"key":"request-reference","value":""}],"body":{"mode":"raw","raw":"{\n  \"accountName\": \"{{AccountName}}\",\n  \"alias\": \"{{alias}}\",\n  \"lastName\": \"\",\n  \"firstName\": \"\",\n  \"otherNames\": \"Noble_Miller6\",\n  \"phoneNumber\": \"\",\n  \"email\": \".@gmail.com\",\n  \"ignorePrefix\": true,\n  \"productCode\": \"301\",\n  \"bvn\": \"string\",\n  \"nin\": \"string\",\n  \"maritalStatus\": \"string\",\n  \"religion\": \"Christianity\",\n  \"hometown\": \"Ikorodu\",\n  \"dateOfBirth\": \"2000-01-01\",\n  \"nationality\": \"Nigerian\",\n  \"state\": \"Lagos\",\n  \"lga\": \"Ikorodu\",\n  \"identificationType\": \"DriversLicense\",\n  \"identificationNumber\": \"string\",\n  \"pep\": false,\n  \"tin\": \"string\",\n  \"employeeID\": \"\",\n  \"address\": \"5, Bajulaiye road, Isolo\",\n  \"documentIdentifier\": \"\",\n  \"isBusinessAccount\": true,\n  \"accountType\": \"VirtualProxy\",\n  \"paymentAmount\": 0,\n  \"parentAccountNumber\": \"{{parentAccountNumber}}\",\n  \"enhancedVirutalProxyPaymentDetails\": {\n    \"paymentInfo\": [\n      {\n        \"accountNumber\": \"string\", //This will be ignored if isBankFeeEntry = true\n        \"amount\": 0,\n        \"isBankFeeEntry\": true\n      }\n    ]\n  },\n  \"paymentMode\": 1,\n  \"expireAfterMins\": 20,\n  \"canBeRecycled\": true\n}","options":{"raw":{"language":"json"}}},"url":"{{baseurl}}/api/account/v1/createvirtualaccount","description":"<p>PS: There are 3 types of Virtual Accounts</p>\n<ol>\n<li><p>Virtual Proxy: These are accounts that do not hold balances but a pass through to the parent account.</p>\n</li>\n<li><p>Virtual Wallet: These are accounts that hold balances.</p>\n</li>\n<li><p>Enhance Virtual Proxy: These are dynamic accounts.<br /> These accounts are linked to ParentAccounts.<br /> ParentAccounts are business or corporate accounts.<br /> For API calls, an API Client can only have one ParentAccount which can be managed on the CBA Portal.<br /> Virtual Accounts CAN NOT be linked to an Individual Account.</p>\n</li>\n</ol>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>PropertyName</strong></th>\n<th><strong>Description</strong></th>\n<th><strong>Required/Optional</strong></th>\n<th><strong>Data Type (length)</strong></th>\n<th><strong>Other Information</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>AccountName</td>\n<td>Account Name</td>\n<td>Required</td>\n<td>String (100)</td>\n<td>This will be applied only if IsBusinessAccount field is set to true, else the account name would be a combination of the individual names.</td>\n</tr>\n<tr>\n<td>ReferenceNumber</td>\n<td>A unique reference used to identify an account without the account number</td>\n<td>Optional</td>\n<td>String(20)</td>\n<td>Must be unique if passed. Can be used to map the Account Number on the CBA to an External Account.</td>\n</tr>\n<tr>\n<td>Alias</td>\n<td>A short name that prefixes the accoun name</td>\n<td>Optional</td>\n<td>string(15)</td>\n<td></td>\n</tr>\n<tr>\n<td>LastName</td>\n<td>Last Name</td>\n<td>Required</td>\n<td>String (100)</td>\n<td></td>\n</tr>\n<tr>\n<td>FirstName</td>\n<td>First Name</td>\n<td>Required</td>\n<td>String (100)</td>\n<td></td>\n</tr>\n<tr>\n<td>OtherNames</td>\n<td>Other Names</td>\n<td>Optional</td>\n<td>String (100)</td>\n<td></td>\n</tr>\n<tr>\n<td>PhoneNumber</td>\n<td>Phone Number</td>\n<td>Required</td>\n<td>String (20)</td>\n<td></td>\n</tr>\n<tr>\n<td>Email</td>\n<td>Email</td>\n<td>Required</td>\n<td>String (150)</td>\n<td></td>\n</tr>\n<tr>\n<td>ProductCode</td>\n<td>The Savings Current Account Product Code</td>\n<td>Required</td>\n<td>String (3)</td>\n<td></td>\n</tr>\n<tr>\n<td>BVN</td>\n<td>BVN</td>\n<td>Optional</td>\n<td>String(11)</td>\n<td></td>\n</tr>\n<tr>\n<td>NIN</td>\n<td>NIN</td>\n<td>Optional</td>\n<td>String(11)</td>\n<td></td>\n</tr>\n<tr>\n<td>MaritalStatus</td>\n<td>Marital Status.</td>\n<td></td>\n<td></td>\n<td></td>\n</tr>\n<tr>\n<td>Use the string value.</td>\n<td></td>\n<td></td>\n<td></td>\n<td></td>\n</tr>\n<tr>\n<td>E.g Married</td>\n<td>Optional</td>\n<td>String(20)</td>\n<td>Married = 1,</td>\n<td></td>\n</tr>\n<tr>\n<td>Single = 2,</td>\n<td></td>\n<td></td>\n<td></td>\n<td></td>\n</tr>\n<tr>\n<td>Divorced = 3,</td>\n<td></td>\n<td></td>\n<td></td>\n<td></td>\n</tr>\n<tr>\n<td>Widow = 4,</td>\n<td></td>\n<td></td>\n<td></td>\n<td></td>\n</tr>\n<tr>\n<td>Widower = 5</td>\n<td></td>\n<td></td>\n<td></td>\n<td></td>\n</tr>\n<tr>\n<td>Religion</td>\n<td>Religion.</td>\n<td></td>\n<td></td>\n<td></td>\n</tr>\n<tr>\n<td>Use the string value.</td>\n<td></td>\n<td></td>\n<td></td>\n<td></td>\n</tr>\n<tr>\n<td>E.g</td>\n<td>Optional</td>\n<td>String(20)</td>\n<td>Christianity = 1,</td>\n<td></td>\n</tr>\n<tr>\n<td>Islamic = 2,</td>\n<td></td>\n<td></td>\n<td></td>\n<td></td>\n</tr>\n<tr>\n<td>Others = 3</td>\n<td></td>\n<td></td>\n<td></td>\n<td></td>\n</tr>\n<tr>\n<td>HomeTown</td>\n<td>HomeTown</td>\n<td>Optional</td>\n<td>String(100)</td>\n<td></td>\n</tr>\n<tr>\n<td>DateOfBirth</td>\n<td>DateOfBirth</td>\n<td>Optional</td>\n<td>Date</td>\n<td></td>\n</tr>\n<tr>\n<td>Nationality</td>\n<td>Nationality</td>\n<td>Optional</td>\n<td>String (50)</td>\n<td></td>\n</tr>\n<tr>\n<td>State</td>\n<td>State</td>\n<td>Optional</td>\n<td>String (50)</td>\n<td></td>\n</tr>\n<tr>\n<td>LGA</td>\n<td>LGA</td>\n<td>Optional</td>\n<td>String(50)</td>\n<td></td>\n</tr>\n<tr>\n<td>IdentificatioType</td>\n<td>Means Of Identification</td>\n<td>Optional</td>\n<td>Enum (NationalID = 1, DriversLicense = 2,VotersCard = 3,InternationalPassport = 4)</td>\n<td>Range between 1 and 5. Default is 1.</td>\n</tr>\n<tr>\n<td>IdentificationNumber</td>\n<td>ID Number</td>\n<td>Optional</td>\n<td>Number</td>\n<td>Product setting will apply if not supplied.</td>\n</tr>\n<tr>\n<td>PEP</td>\n<td>Politically Exposed Person</td>\n<td>Optional</td>\n<td>Boolean</td>\n<td></td>\n</tr>\n<tr>\n<td>TIN</td>\n<td>Tax Identification Number</td>\n<td>Optional</td>\n<td>String(50)</td>\n<td></td>\n</tr>\n<tr>\n<td>EmployeeID</td>\n<td>Employee ID</td>\n<td>Optional</td>\n<td>String(50)</td>\n<td></td>\n</tr>\n<tr>\n<td>Address</td>\n<td>Address</td>\n<td>Optional</td>\n<td>String(250)</td>\n<td></td>\n</tr>\n<tr>\n<td>DocumentIdentifier</td>\n<td>A unique ID that would link all documents tied to the user. This can be a Guid value or any valid string with no special character. Guid Recommended</td>\n<td>Optional</td>\n<td>string(120)</td>\n<td>Default Value is Savings</td>\n</tr>\n<tr>\n<td>IgnorePrefix</td>\n<td>This flag tells if an account should be prefixed by a custom alias configured by the institution</td>\n<td>Optional</td>\n<td>Boolean</td>\n<td>Default Value is Active</td>\n</tr>\n<tr>\n<td>IsBusinessAccount</td>\n<td>This tells if the account is to be used for business purposed</td>\n<td>Optional</td>\n<td>Boolean</td>\n<td></td>\n</tr>\n<tr>\n<td>AccountType</td>\n<td>This tells if the account is to be used as a proxy account or if it can hold balance</td>\n<td>optional</td>\n<td>Enum</td>\n<td></td>\n</tr>\n<tr>\n<td>VirtualProxy = 0</td>\n<td></td>\n<td></td>\n<td></td>\n<td></td>\n</tr>\n<tr>\n<td>VirtualWallet = 1</td>\n<td></td>\n<td></td>\n<td></td>\n<td></td>\n</tr>\n<tr>\n<td>EnhancedVirtualProxy = 2</td>\n<td>Default is VirtualProxy</td>\n<td></td>\n<td></td>\n<td></td>\n</tr>\n<tr>\n<td>PaymentAmount</td>\n<td>Tells that the account is created to receive a spcecific amount which is to be passed here.</td>\n<td>Mandatory (Only for EnhancedVirtualProxy AccountType</td>\n<td>Long</td>\n<td></td>\n</tr>\n<tr>\n<td>ParentAccountNumber</td>\n<td>If no account is tied to the API profile, a sub account can be created for any corportate account specified in the ParentAccountNumber field</td>\n<td>Optional</td>\n<td>string(10)</td>\n<td></td>\n</tr>\n<tr>\n<td>EnhancedVirutalProxyPaymentDetails</td>\n<td>This takes a list of the accounts and amount that the amount paid should be split into, including the bank fee. The amount to be split should be less the stamp duty charge and bank fee.</td>\n<td></td>\n<td></td>\n<td></td>\n</tr>\n</tbody>\n</table>\n</div><p>PS: A stamp duty charge applies for every transaction from an amount specified by the Government. E.g (N10,000 and abobe for Nigeria, with a fee of N50) | Mandatory (Only for EnhancedVirtualProxy AccountType | Object | See sample payload |<br />| PaymentMode | Single of Flexible payment. For single payment mode, the system will decline payments to the account where the amount is not exactly the amount configuered | Optional | Enum<br />Single = 1 | Default is Single |<br />| ExpireAfterMins | Tells in how many minutes after creation should the account be unusable | Optional | Integer | |<br />| CanBeRecycled | If set to true, the account number will be reused some other time after being used for a payment | Optional | Boolean | |</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[]},"isInherited":true,"source":{"_postman_id":"b74b83ec-4c5d-43bb-89e8-43631dd7c6a4","id":"b74b83ec-4c5d-43bb-89e8-43631dd7c6a4","name":"Account","type":"folder"}},"urlObject":{"path":["api","account","v1","createvirtualaccount"],"host":["{{baseurl}}"],"query":[],"variable":[]}},"response":[{"id":"283adc14-0ad4-429e-b6a7-cdaeef9d3139","name":"OK - Successful","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Authorization","value":"bearer {token}"},{"key":"request-reference","value":"{unique_reference}"}],"body":{"mode":"raw","raw":"{\n  \"accountName\": \"{{accountName}}\",\n  \"alias\": \"{{alias}}\",\n  \"lastName\": \"\",\n  \"firstName\": \"\",\n  \"otherNames\": \"Sid16\",\n  \"phoneNumber\": \"\",\n  \"email\": \".@gmail.com\",\n  \"ignorePrefix\": true,\n  \"productCode\": \"301\",\n  \"bvn\": \"string\",\n  \"nin\": \"string\",\n  \"maritalStatus\": \"string\",\n  \"religion\": \"Christianity\",\n  \"hometown\": \"Ikorodu\",\n  \"dateOfBirth\": \"2000-01-01\",\n  \"nationality\": \"Nigerian\",\n  \"state\": \"Lagos\",\n  \"lga\": \"Ikorodu\",\n  \"identificationType\": \"DriversLicense\",\n  \"identificationNumber\": \"string\",\n  \"pep\": true,\n  \"tin\": \"string\",\n  \"employeeID\": \"\",\n  \"address\": \"5, Bajulaiye road, Isolo\",\n  \"documentIdentifier\": \"\",\n  \"isBusinessAccount\": true,\n  \"parentAccountNumber\": \"{{parentAccountNumber}}\",\n  \"paymentAmount\": 0,\n  \"enhancedVirutalProxyPaymentDetails\": {\n    \"paymentInfo\": [\n      {\n        \"accountNumber\": \"string\", //This will be ignored if isBankFeeEntry = true\n        \"amount\": 0,\n        \"isBankFeeEntry\": false\n      }\n    ]\n  },\n  \"paymentMode\": 1,\n  \"expireAfterMins\": null,\n  \"canBeRecycled\": true\n}","options":{"raw":{"language":"json"}}},"url":"{{baseurl}}/api/account/v1/createvirtualaccount"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":null,"cookie":[],"responseTime":null,"body":"{\n  \"status\": true,\n  \"message\": \"string\",\n  \"data\": {\n    \"id\": \"3fa85f64-5717-4562-b3fc-2c963f66afa6\",\n    \"accountNumber\": \"string\"\n  }\n}"},{"id":"ee274383-e46f-4564-af94-2bf2e01d6003","name":"Server Error","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"bearer {token}","description":"Authorization header"},{"key":"request-reference","value":"{unique_reference}","description":"Unique request reference"},{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n  \"accountName\": \"{{accountName}}\",\n  \"alias\": \"{{alias}}\",\n  \"lastName\": \"\",\n  \"firstName\": \"\",\n  \"otherNames\": \"Jordy4\",\n  \"phoneNumber\": \"\",\n  \"email\": \".@gmail.com\",\n  \"ignorePrefix\": true,\n  \"productCode\": \"301\",\n  \"bvn\": \"string\",\n  \"nin\": \"string\",\n  \"maritalStatus\": \"string\",\n  \"religion\": \"Christianity\",\n  \"hometown\": \"Ikorodu\",\n  \"dateOfBirth\": \"2000-01-01\",\n  \"nationality\": \"Nigerian\",\n  \"state\": \"Lagos\",\n  \"lga\": \"Ikorodu\",\n  \"identificationType\": \"DriversLicense\",\n  \"identificationNumber\": \"string\",\n  \"pep\": true,\n  \"tin\": \"string\",\n  \"employeeID\": \"\",\n  \"address\": \"5, Bajulaiye road, Isolo\",\n  \"documentIdentifier\": \"\",\n  \"parentAccountNumber\": \"{{parentAccountNumber}}\",\n  \"isBusinessAccount\": true,\n  \"paymentAmount\": 0,\n  \"enhancedVirutalProxyPaymentDetails\": {\n    \"paymentInfo\": [\n      {\n        \"accountNumber\": \"string\", //This will be ignored if isBankFeeEntry = true\n        \"amount\": 0,\n        \"isBankFeeEntry\": false\n      }\n    ]\n  },\n  \"paymentMode\": 1,\n  \"expireAfterMins\": null,\n  \"canBeRecycled\": true\n}","options":{"raw":{"language":"json"}}},"url":"{{baseurl}}/api/account/v1/createvirtualaccount"},"status":"Internal Server Error","code":500,"_postman_previewlanguage":null,"header":null,"cookie":[],"responseTime":null,"body":"{\n  \"errors\": [\n    {\n      \"statusCode\": 0,\n      \"errorCode\": \"string\",\n      \"errorMessage\": \"string\"\n    }\n  ]\n}"}],"_postman_id":"f138e8f5-218b-4db1-a2ec-a8bafda456fe"},{"name":"Create Account","event":[{"listen":"prerequest","script":{"id":"49a4d071-f295-44be-8cc8-22cc39572bb9","exec":[" setEnvironmentVariable=(key,value)=>{","pm.environment.set(key, value)","}","","const moment =  require('moment');","var ref = moment().format(\"YYYYMMDDHHMMSSMS\");","setEnvironmentVariable(\"RefNumber\", ref);",""],"type":"text/javascript","packages":{},"requests":{}}},{"listen":"test","script":{"id":"d61773d8-07a9-41a7-8a64-e5826127eae0","exec":["const createEnv = function setVariable(key, value){","pm.environment.set(key, value)","}","//Set Account Number in Environment Variable","var responseJson = pm.response.json();","var CustAcctNumber = responseJson.data.accountNumber;","createEnv(\"AccountNumber\",CustAcctNumber)","","//Set id in environment variable","var AccountID = responseJson.data.id","createEnv(\"AccountID\", AccountID)"],"type":"text/javascript","packages":{},"requests":{}}}],"id":"68cf9014-7dc0-4719-9e2b-eabfb7a47613","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"key":"Authorization","value":"bearer ","type":"text"},{"key":"request-reference","value":"","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"customerID\": \"{{CustomerID}}\",\n    \"accountName\": \" \",\n    \"referenceNumber\": \"{{RefNumber}}\",\n    \"accountType\": 1,\n    \"accountStatus\": 1,\n    \"branchCode\": \"101\",\n    \"productCode\": \"301\",\n    \"accountOfficerStaffID\": \"ST1311\",\n    \"accountTierLevel\": 2,\n    \"accessLevel\": 5,\n    \"enableEmailNotification\": true,\n    \"enableSMSNotification\": true,\n    \"statementDeliveryMode\": 1,\n    \"statementDeliveryFrequency\": 1,\n    \"minimumBalanceRequired\": 0,\n    \"categoryOfAccount\": 3,\n    \"sectorCode\": \"40100\",\n    \"groupConnectionID\": \"\",\n    \"isMinor\": false,\n  \"guardianName\": \"\",\n  \"guardianPhoneNumber\": \"\",\n  \"guardianAddress\": \"\",\n  \"guardianBVN\": \"\",\n  \"guardianNIN\": \"\",\n    \"refereeInformation\": {\n        \"referee1CustomerID\": \"00002110\",\n        \"referee2CustomerID\": \"00002111\"\n    }\n}","options":{"raw":{"language":"json"}}},"url":"{{baseurl}}/api/account/v1/createaccount","description":"<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>PropertyName</strong></th>\n<th><strong>Description</strong></th>\n<th><strong>Required/Optional</strong></th>\n<th><strong>Data Type (length)</strong></th>\n<th><strong>Other Information</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>CustomerID</td>\n<td>The CustomerID of an existing Customer (Individual, Group or Corporate)</td>\n<td>Required</td>\n<td>String(10)</td>\n<td>This is the customerID and not the ID with Guid type.</td>\n</tr>\n<tr>\n<td>AccountName</td>\n<td>Name on the Account</td>\n<td>Required</td>\n<td>String (250)</td>\n<td></td>\n</tr>\n<tr>\n<td>ReferenceNumber</td>\n<td>A unique reference used to identify an account without the account number</td>\n<td>Optional</td>\n<td>String (20)</td>\n<td>Must be unique if passed. Can be used to map the Account Number on the CBA to an External Account.</td>\n</tr>\n<tr>\n<td>AccountNumber</td>\n<td>If you have an existing account number for the customer, you can can pass it here. The system uses it instead of generating a new account number</td>\n<td>Optional</td>\n<td>string (10)</td>\n<td></td>\n</tr>\n<tr>\n<td>BranchCode</td>\n<td>The Bank Branch the account belongs to</td>\n<td>Required</td>\n<td>String (3)</td>\n<td>Must be an active Branch Code that exists on the CBA portal.</td>\n</tr>\n<tr>\n<td>ProductCode</td>\n<td>The Savings Current Account Product Code</td>\n<td>Required</td>\n<td>String (3)</td>\n<td>Must be an active Savings/Current Product Code that exists on the CBA portal.</td>\n</tr>\n<tr>\n<td>AccountOfficerStaffID</td>\n<td>The Account Officer Staff ID</td>\n<td>Required</td>\n<td>String (3)</td>\n<td>Must be an active Account Officer Code that exists on the CBA portal.CBA Setup comes with a default Account Officer.</td>\n</tr>\n<tr>\n<td>AccountTierLevel</td>\n<td>The Account Tier</td>\n<td>Optional</td>\n<td>Number</td>\n<td>Range between 1 and 3. Default is Tier 1.</td>\n</tr>\n<tr>\n<td>AccessLevel</td>\n<td>The customer's access level allows balance and transaction amount restriction to be enforced when a user with a lower access level views the account balance or transaction on the CBA portal.</td>\n<td>Optional</td>\n<td>Number</td>\n<td>Range between 1 and 5. Default is 1.</td>\n</tr>\n<tr>\n<td>MinimumBalanceRequired</td>\n<td>Account's Minimum Balance</td>\n<td>Optional</td>\n<td>Number</td>\n<td>Product setting will apply if not supplied.</td>\n</tr>\n<tr>\n<td>AccountType</td>\n<td>Account Type or Discriminator</td>\n<td>Optional</td>\n<td>Enum (Savings = 1, Current = 2)</td>\n<td>Default Value is Savings</td>\n</tr>\n<tr>\n<td>AccountStatus</td>\n<td>The status the account will be opened with.</td>\n<td>Optional</td>\n<td>Enum (Active = 1, Dormant = 2, Closed = 3, PND = 4, PNC = 5, Inactive = 6, Frozen = 7)</td>\n<td>Default Value is Active</td>\n</tr>\n<tr>\n<td>EnableEmailNotification</td>\n<td>Allow System to send Customer notification via Email where applicable</td>\n<td>Optional</td>\n<td>Boolean</td>\n<td></td>\n</tr>\n<tr>\n<td></td>\n<td></td>\n<td></td>\n<td></td>\n<td></td>\n</tr>\n<tr>\n<td>EnableSMSNotification</td>\n<td>Allow System to send Customer notification via SMS where applicable</td>\n<td>Optional</td>\n<td>Boolean</td>\n<td></td>\n</tr>\n<tr>\n<td>Referee1CustomerID</td>\n<td>Referee</td>\n<td>Optional</td>\n<td>String (10)</td>\n<td>The customer ID of an individual customer previously created on the system</td>\n</tr>\n<tr>\n<td>Referee2CustomerID</td>\n<td>Referee</td>\n<td>Optional</td>\n<td>String (10)</td>\n<td>The customer ID of an individual customer previously created on the system</td>\n</tr>\n<tr>\n<td>CategoryOfAccount</td>\n<td>Account's Category</td>\n<td>Optional</td>\n<td>Enum (BankStaff = 1, BankDirector = 2, OtherCustomers = 3, Private = 4, Public = 5)</td>\n<td></td>\n</tr>\n<tr>\n<td>SectorCode</td>\n<td>Sector where the customer work</td>\n<td>Optional</td>\n<td>Enum (AgricultureForestryAndFishing = 40100,  <br />MiningAndQuarrying = 40200,  <br />Manufacturing = 40300,  <br />RealEstateActivities = 40500,  <br />GeneralCommerce = 40700,  <br />TransportationAndStorage = 40800,  <br />FinanceAndInsurance = 40900,  <br />General = 41000,  <br />Governments = 41200,  <br />WaterSupplySewageWasteMgtAndRemediationActivities = 41300,  <br />Construction = 41400,  <br />InformationAndCommunciation = 41500,  <br />ProfessionalScientificAndTechnicalActivities = 41600,  <br />AdministrativeAndSupportServiceActivities = 41700,  <br />Education = 41800,  <br />HumanHealthAndSocialWorkActivities = 41900,  <br />ArtsEntertainmentAndRecreation = 42000,  <br />ActivitiesOfExtraTerritorialOrganizationAndBodies = 42100,  <br />PowerAndEnergy = 42200,  <br />CapitalMarket = 42300,  <br />OilAndGas = 42400)</td>\n<td></td>\n</tr>\n<tr>\n<td>StatementDeliveryMode</td>\n<td>Statement Delivery Mode</td>\n<td>Optional</td>\n<td>Enum(Handpicked = 1, Email = 2, Postage = 3)</td>\n<td></td>\n</tr>\n<tr>\n<td>StatementDeliveryFrequency</td>\n<td>Statement Delivery Frequency</td>\n<td>Optional</td>\n<td>Enum(Weekly = 1, Monthly = 2)</td>\n<td></td>\n</tr>\n<tr>\n<td>GroupConnectionID</td>\n<td>The Group Customer ID connected to the Account</td>\n<td>Optional</td>\n<td>String (10)</td>\n<td>This can be used to connect an Employer to an Employee or in a Group Lending scenario</td>\n</tr>\n<tr>\n<td>IsMinor</td>\n<td>If an account was created for a Minor</td>\n<td>Optional</td>\n<td>Boolean</td>\n<td></td>\n</tr>\n<tr>\n<td>GuardianName</td>\n<td>Guardian Name</td>\n<td>Optional</td>\n<td>String (250)</td>\n<td></td>\n</tr>\n<tr>\n<td>GuardianPhoneNumber</td>\n<td>Guardian Phone Number</td>\n<td>Optional</td>\n<td>String (50)</td>\n<td></td>\n</tr>\n<tr>\n<td>GuardianAddress</td>\n<td>Guardian's Address</td>\n<td>Optional</td>\n<td>String (250)</td>\n<td></td>\n</tr>\n<tr>\n<td>GuardianBVN</td>\n<td>Guardian's BVN</td>\n<td>Optional</td>\n<td>String (50)</td>\n<td></td>\n</tr>\n<tr>\n<td>GuardianNIN</td>\n<td>Guardian NIN</td>\n<td>Optional</td>\n<td>String (50)</td>\n<td></td>\n</tr>\n</tbody>\n</table>\n</div>","auth":{"type":"bearer","bearer":{"basicConfig":[]},"isInherited":true,"source":{"_postman_id":"b74b83ec-4c5d-43bb-89e8-43631dd7c6a4","id":"b74b83ec-4c5d-43bb-89e8-43631dd7c6a4","name":"Account","type":"folder"}},"urlObject":{"path":["api","account","v1","createaccount"],"host":["{{baseurl}}"],"query":[],"variable":[]}},"response":[{"id":"6fa569cd-36be-4756-9700-d16902fb6e8f","name":"OK - Successful","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Authorization","value":"bearer {token}"},{"key":"request-reference","value":"{unique_reference}"}],"body":{"mode":"raw","raw":"{\n    \"customerID\": \"{{CustomerID}}\",\n    \"accountName\": \" \",\n    \"referenceNumber\": \"{{RefNumber}}\",\n    \"accountType\": 1,\n    \"accountStatus\": 1,\n    \"branchCode\": \"101\",\n    \"productCode\": \"301\",\n    \"accountOfficerStaffID\": \"ST1311\",\n    \"accountTierLevel\": 2,\n    \"accessLevel\": 5,\n    \"enableEmailNotification\": true,\n    \"enableSMSNotification\": true,\n    \"statementDeliveryMode\": 1,\n    \"statementDeliveryFrequency\": 1,\n    \"minimumBalanceRequired\": 0,\n    \"categoryOfAccount\": 3,\n    \"sectorCode\": \"40100\",\n    \"groupConnectionID\": \"\",\n    \"isMinor\": false,\n  \"guardianName\": \"\",\n  \"guardianPhoneNumber\": \"\",\n  \"guardianAddress\": \"\",\n  \"guardianBVN\": \"\",\n  \"guardianNIN\": \"\",\n    \"refereeInformation\": {\n        \"referee1CustomerID\": \"00002110\",\n        \"referee2CustomerID\": \"00002111\"\n    }\n}","options":{"raw":{"language":"json"}}},"url":"{{baseurl}}/api/account/v1/createaccount"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":null,"cookie":[],"responseTime":null,"body":"{\n  \"status\": true,\n  \"message\": \"string\",\n  \"data\": {\n    \"id\": \"3fa85f64-5717-4562-b3fc-2c963f66afa6\",\n    \"accountNumber\": \"string\"\n  }\n}"},{"id":"30b0782e-e355-4a66-b591-a699dba1591d","name":"Server Error","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"bearer {token}","description":"Authorization header"},{"key":"request-reference","value":"{unique_reference}","description":"Unique request reference"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"customerID\": \"{{CustomerID}}\",\n    \"accountName\": \" \",\n    \"referenceNumber\": \"{{RefNumber}}\",\n    \"accountType\": 1,\n    \"accountStatus\": 1,\n    \"branchCode\": \"101\",\n    \"productCode\": \"301\",\n    \"accountOfficerStaffID\": \"ST1311\",\n    \"accountTierLevel\": 2,\n    \"accessLevel\": 5,\n    \"enableEmailNotification\": true,\n    \"enableSMSNotification\": true,\n    \"statementDeliveryMode\": 1,\n    \"statementDeliveryFrequency\": 1,\n    \"minimumBalanceRequired\": 0,\n    \"categoryOfAccount\": 3,\n    \"sectorCode\": \"40100\",\n    \"groupConnectionID\": \"\",\n    \"isMinor\": false,\n  \"guardianName\": \"\",\n  \"guardianPhoneNumber\": \"\",\n  \"guardianAddress\": \"\",\n  \"guardianBVN\": \"\",\n  \"guardianNIN\": \"\",\n    \"refereeInformation\": {\n        \"referee1CustomerID\": \"00002110\",\n        \"referee2CustomerID\": \"00002111\"\n    }\n}"},"url":"{{baseurl}}/api/account/v1/createaccount"},"status":"Internal Server Error","code":500,"_postman_previewlanguage":null,"header":null,"cookie":[],"responseTime":null,"body":"{\n  \"errors\": [\n    {\n      \"statusCode\": 0,\n      \"errorCode\": \"string\",\n      \"errorMessage\": \"string\"\n    }\n  ]\n}"}],"_postman_id":"68cf9014-7dc0-4719-9e2b-eabfb7a47613"},{"name":"Close Account","event":[{"listen":"prerequest","script":{"id":"67e34e80-1ef4-48fb-9c88-138aa4c221b7","exec":["const moment = require(\"moment\");","var refNumber = moment().format(\"YYYYMMDDHHMMSSMS\");","pm.collectionVariables.set(\"InstNumber\", refNumber);"],"type":"text/javascript"}}],"id":"e5fbfc0a-37a8-40ee-8b96-8679c81a8b65","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"key":"Authorization","value":"bearer ","type":"text"},{"key":"request-reference","value":"","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"accountNumber\": \"1000001672\",\n    \"closureReason\": \"Minimum  Balance too much\",\n    \"instrumentNumber\": \"\"\n}"},"url":"{{baseurl}}/api/postings/v1/closeaccount","description":"<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>PropertyName</strong></th>\n<th><strong>Description</strong></th>\n<th><strong>Required/Optional</strong></th>\n<th><strong>Data Type (length)</strong></th>\n<th><strong>Other Information</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>AccountNumber</td>\n<td>Customer's Account Number</td>\n<td>Required</td>\n<td>String (150)</td>\n<td></td>\n</tr>\n<tr>\n<td>ClosureReason</td>\n<td>Reason for Account Closure</td>\n<td>Required</td>\n<td>String (150)</td>\n<td>i. Customer's request  <br />ii. Regulatory requirement  <br />iii. Fraud related concern  <br />iv. Court order  <br />v. Duplication  <br />vi. Management discretion</td>\n</tr>\n<tr>\n<td>InstrumentNumber</td>\n<td>Instrument Number for Transaction Status Query.</td>\n<td>Optional</td>\n<td>String (150)</td>\n<td>If empty, a globally unique identifier (GUID) is generated by default.</td>\n</tr>\n</tbody>\n</table>\n</div>","auth":{"type":"bearer","bearer":{"basicConfig":[]},"isInherited":true,"source":{"_postman_id":"b74b83ec-4c5d-43bb-89e8-43631dd7c6a4","id":"b74b83ec-4c5d-43bb-89e8-43631dd7c6a4","name":"Account","type":"folder"}},"urlObject":{"path":["api","postings","v1","closeaccount"],"host":["{{baseurl}}"],"query":[],"variable":[]}},"response":[{"id":"fdbef2a5-c686-4b80-a6bd-2f66d6996e1f","name":"OK - Successful","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Authorization","value":"bearer {token}","description":"Authorization header"},{"key":"request-reference","value":"{unique_reference}","description":"Unique request reference"}],"body":{"mode":"raw","raw":"{\n  \"accountNumber\": \"string\",\n  \"closureReason\": \"string\",\n  \"instrumentNumber\": \"string\"\n}","options":{"raw":{"language":"json"}}},"url":"{{baseurl}}/api/postings/v1/closeaccount"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":null,"cookie":[],"responseTime":null,"body":"{\n  \"status\": true,\n  \"message\": \"string\",\n  \"data\": {\n    \"statusCode\": \"string\",\n    \"referenceNumber\": \"string\",\n    \"instrumentNumber\": \"string\",\n    \"duration\": \"string\"\n  }\n}"},{"id":"8daed51e-c769-47fe-b8b3-2844b0f49720","name":"Server Error","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"bearer {token}","description":"Authorization header"},{"key":"request-reference","value":"{unique_reference}","description":"Unique request reference"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"accountNumber\": \"string\",\n  \"closureReason\": \"string\",\n  \"instrumentNumber\": \"string\"\n}"},"url":"{{baseurl}}/api/postings/v1/closeaccount"},"status":"Internal Server Error","code":500,"_postman_previewlanguage":null,"header":null,"cookie":[],"responseTime":null,"body":"{\n  \"errors\": [\n    {\n      \"statusCode\": 0,\n      \"errorCode\": \"string\",\n      \"errorMessage\": \"string\"\n    }\n  ]\n}"}],"_postman_id":"e5fbfc0a-37a8-40ee-8b96-8679c81a8b65"},{"name":"Update Customer Account","id":"df647792-47fd-4c75-b11b-b08f4548162c","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"key":"Authorization","value":"bearer ","type":"text"},{"key":"request-reference","value":"","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"customerID\": \"00002109\",\n    \"accountName\": \"Benjamin Joseph\",\n    \"id\": \"cac9503c-54e0-4c03-89c3-d01fb703b11b\",\n    \"accountType\": 1,\n    \"accountStatus\": 1,\n    \"branchCode\": \"101\",\n    \"productCode\": \"301\",\n    \"accountOfficerStaffID\": \"ST1311\",\n    \"accountTierLevel\": 3,\n    \"accessLevel\": 1,\n    \"enableEmailNotification\": true,\n    \"enableSMSNotification\": true,\n    \"statementDeliveryMode\": 1,\n    \"statementDeliveryFrequency\": 1,\n    \"minimumBalanceRequired\": 0,\n    \"categoryOfAccount\": \"\",\n    \"sectorCode\": \"40100\",\n    \"refereeInformation\": {\n        \"referee1CustomerID\": \"00002110\",\n        \"referee2CustomerID\": \"00002111\"\n    }\n}"},"url":"{{baseurl}}/api/account/v1/updatecustomeraccount","description":"<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>PropertyName</strong></th>\n<th><strong>Description</strong></th>\n<th><strong>Required/Optional</strong></th>\n<th><strong>Data Type (length)</strong></th>\n<th><strong>Other Information</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>ID</td>\n<td>Customer's Account ID</td>\n<td>Required</td>\n<td>Guid</td>\n<td></td>\n</tr>\n<tr>\n<td>AccountName</td>\n<td>Account Name</td>\n<td>Optional</td>\n<td>String (150)</td>\n<td></td>\n</tr>\n<tr>\n<td>AccountTierLevel</td>\n<td>The Account Tier</td>\n<td>Optional</td>\n<td>Number</td>\n<td>Range between 1 and 3. Default is Tier 1.</td>\n</tr>\n<tr>\n<td>CategoryOfAccount</td>\n<td>Account's Category</td>\n<td>Optional</td>\n<td>String (10)</td>\n<td></td>\n</tr>\n<tr>\n<td>SectorCode</td>\n<td>Sector where the customer work</td>\n<td>Optional</td>\n<td>String (10)</td>\n<td></td>\n</tr>\n</tbody>\n</table>\n</div>","auth":{"type":"bearer","bearer":{"basicConfig":[]},"isInherited":true,"source":{"_postman_id":"b74b83ec-4c5d-43bb-89e8-43631dd7c6a4","id":"b74b83ec-4c5d-43bb-89e8-43631dd7c6a4","name":"Account","type":"folder"}},"urlObject":{"path":["api","account","v1","updatecustomeraccount"],"host":["{{baseurl}}"],"query":[],"variable":[]}},"response":[{"id":"677db787-a521-45e4-ad62-1693a3cdca93","name":"OK - Successful","originalRequest":{"method":"PUT","header":[{"key":"Authorization","value":"bearer {token}","description":"Authorization header"},{"key":"request-reference","value":"{unique_reference}","description":"Unique request reference"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"id\": \"3fa85f64-5717-4562-b3fc-2c963f66afa6\",\n  \"accountTierLevel\": 0,\n  \"categoryOfAccount\": \"string\",\n  \"sectorCode\": \"string\"\n}","options":{"raw":{"language":"json"}}},"url":"{{baseurl}}/api/account/v1/updatecustomeraccount"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":null,"cookie":[],"responseTime":null,"body":"{\n  \"status\": true,\n  \"message\": \"string\"\n}"},{"id":"8412e09c-4004-4707-aef2-35b839f0d02f","name":"Server Error","originalRequest":{"method":"PUT","header":[{"key":"Authorization","value":"bearer {token}","description":"Authorization header"},{"key":"request-reference","value":"{unique_reference}","description":"Unique request reference"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"id\": \"3fa85f64-5717-4562-b3fc-2c963f66afa6\",\n  \"accountTierLevel\": 0,\n  \"categoryOfAccount\": \"string\",\n  \"sectorCode\": \"string\"\n}","options":{"raw":{"language":"json"}}},"url":"{{baseurl}}/api/account/v1/updatecustomeraccount"},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":null,"cookie":[],"responseTime":null,"body":"{\n  \"errors\": [\n    {\n      \"statusCode\": 0,\n      \"errorCode\": \"string\",\n      \"errorMessage\": \"string\"\n    }\n  ]\n}"}],"_postman_id":"df647792-47fd-4c75-b11b-b08f4548162c"},{"name":"Search Account","id":"e3989463-0032-4188-987b-e77bcfea1212","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Content-Type","value":"application/json","description":"<p>Authorization header</p>\n","type":"text"},{"key":"Authorization","value":"bearer ","description":"<p>Unique request reference</p>\n","type":"text"},{"key":"request-reference","value":"","type":"text"}],"body":{"mode":"raw","raw":""},"url":"{{baseurl}}/api/account/v1/SearchAccount?AccountNumber={{AccountNumber}}","auth":{"type":"bearer","bearer":{"basicConfig":[]},"isInherited":true,"source":{"_postman_id":"b74b83ec-4c5d-43bb-89e8-43631dd7c6a4","id":"b74b83ec-4c5d-43bb-89e8-43631dd7c6a4","name":"Account","type":"folder"}},"urlObject":{"path":["api","account","v1","SearchAccount"],"host":["{{baseurl}}"],"query":[{"key":"AccountNumber","value":"{{AccountNumber}}"},{"disabled":true,"key":"CustomerID","value":"1000192"},{"disabled":true,"key":"AccountName","value":"Test%20Account"},{"disabled":true,"key":"AccountType","value":"Savings"},{"disabled":true,"key":"BranchCode","value":"001"},{"disabled":true,"key":"ProductCode","value":"301"},{"disabled":true,"key":"AccountOfficerID","value":"75d291a7-7e5e-411f-b993-9ece206eb2ab"},{"disabled":true,"key":"AccountStatus","value":"Active"},{"disabled":true,"key":"AccountTierLevel","value":"1"},{"disabled":true,"key":"AccessLevel","value":"4"},{"disabled":true,"key":"EnableEmailNotification","value":"true"},{"disabled":true,"key":"EnableSMSNotification","value":"false"},{"disabled":true,"key":"StatementDeliveryMode","value":"string"},{"disabled":true,"key":"StatementDeliveryFrequency","value":"string"},{"disabled":true,"key":"RefereeCustomerID","value":"33848"},{"disabled":true,"key":"MinimumBalanceRequired","value":"0"},{"disabled":true,"key":"AccountCreationChannel","value":"string"},{"disabled":true,"key":"ReferenceNumber","value":"null"},{"disabled":true,"key":"BVN","value":"null"},{"disabled":true,"key":"NIN","value":"null"},{"disabled":true,"key":"ApplicableFee","value":"0"},{"disabled":true,"key":"ApplicableInterest","value":"0"},{"disabled":true,"key":"StartDate","value":"2022-10-10"},{"disabled":true,"key":"EndDate","value":"2022-10-10"},{"disabled":true,"key":"PageNumber","value":"1"},{"disabled":true,"key":"PageSize","value":"10"},{"disabled":true,"key":"SortColumn","value":"name"},{"disabled":true,"key":"Direction","value":"ASC"}],"variable":[]}},"response":[{"id":"004fd9b5-2b4c-4a4a-b5d8-948d9bb92574","name":"Ok - Successful","originalRequest":{"method":"GET","header":[{"key":"Authorization","value":"bearer {token}","description":"Authorization header"},{"key":"request-reference","value":"{unique_reference}","description":"Unique request reference"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"","options":{"raw":{"language":"json"}}},"url":{"raw":"{{baseurl}}/api/account/v1/SearchAccount?AccountNumber=1100029938&CustomerID=1000192&AccountName=Test%20Account&BranchCode=001&ProductCode=005&AccountStatus=Active&AccountTierLevel=2&AccountCreationChannel=OpenAPI&StartDate=2022-10-10&EndDate=2022-10-10&DateCreatedFinancialFrom=2022-10-10&DateCreatedFinancialTo=2022-10-10&PageNumber=1&PageSize=10&SortColumn=AccountName&Direction=asc&PhoneNumber=2349000000001&Email=abc@123.com&ReferenceNumber=null&BVN&NIN","host":["{{baseurl}}"],"path":["api","account","v1","SearchAccount"],"query":[{"key":"AccountNumber","value":"1100029938"},{"key":"CustomerID","value":"1000192"},{"key":"AccountName","value":"Test%20Account"},{"key":"BranchCode","value":"001"},{"key":"ProductCode","value":"005"},{"key":"AccountStatus","value":"Active"},{"key":"AccountTierLevel","value":"2"},{"key":"AccountCreationChannel","value":"OpenAPI"},{"key":"StartDate","value":"2022-10-10"},{"key":"EndDate","value":"2022-10-10"},{"key":"DateCreatedFinancialFrom","value":"2022-10-10"},{"key":"DateCreatedFinancialTo","value":"2022-10-10"},{"key":"PageNumber","value":"1"},{"key":"PageSize","value":"10"},{"key":"SortColumn","value":"AccountName"},{"key":"Direction","value":"asc"},{"key":"PhoneNumber","value":"2349000000001"},{"key":"Email","value":"abc@123.com"},{"key":"ReferenceNumber","value":"null"},{"key":"BVN","value":null,"type":"text"},{"key":"NIN","value":null,"type":"text"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":null,"cookie":[],"responseTime":null,"body":"{\n  \"status\": true,\n  \"message\": \"string\",\n  \"data\": {\n    \"data\": [\n      {\n        \"id\": \"3fa85f64-5717-4562-b3fc-2c963f66afa6\",\n        \"accountNumber\": \"string\",\n        \"customerID\": \"string\",\n        \"customerName\": \"string\",\n        \"accountName\": \"string\",\n        \"accountType\": \"string\",\n        \"branchCode\": \"string\",\n        \"branchName\": \"string\",\n        \"productCode\": \"string\",\n        \"productName\": \"string\",\n        \"accountOfficerID\": \"3fa85f64-5717-4562-b3fc-2c963f66afa6\",\n        \"accountOfficerName\": \"string\",\n        \"accountStatus\": \"string\",\n        \"accountTierLevel\": 0,\n        \"accessLevel\": 0,\n        \"enableEmailNotification\": true,\n        \"enableSMSNotification\": true,\n        \"statementDeliveryMode\": \"string\",\n        \"statementDeliveryFrequency\": \"string\",\n        \"minimumBalanceRequired\": 0,\n        \"accountCreationChannel\": \"string\",\n        \"overrideProductApplicableFee\": true,\n        \"applicableFee\": 0,\n        \"overrideProductApplicableInterest\": true,\n        \"applicableInterest\": 0,\n        \"mandateRuleIndex\": \"string\",\n        \"ledgerBalance\": 0,\n        \"availableBalance\": 0,\n        \"withdrawableBalance\": 0,\n        \"overdraftLimit\": 0,\n        \"isGroupAccount\": true,\n        \"categoryOfAccount\": \"string\",\n        \"sectorCode\": \"string\",\n        \"firstName\": \"Adebayo\",\n        \"lastName\": \"Olufemi\",\n        \"otherNames\": \"Emmanuel\",\n        \"address\": \"XYZ Acme road\",\n        \"phoneNumber\": \"0800000000\",\n        \"bvn\": null,\n        \"email\": \"xyz@gmail.com\",\n        \"dateOfBirth\": \"2001-01-01T00:00:00\"\n      }\n    ],\n    \"recordCount\": 0\n  }\n}"},{"id":"123b2f24-2432-4db0-80c3-84b293b9988f","name":"Server Error","originalRequest":{"method":"GET","header":[{"key":"Authorization","value":"bearer {token}","description":"Authorization header"},{"key":"request-reference","value":"{unique_reference}","description":"Unique request reference"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"","options":{"raw":{"language":"json"}}},"url":{"raw":"{{baseurl}}/api/account/v1/SearchAccount?AccountNumber=1100029938&CustomerID=1000192&AccountName=Test%20Account&AccountType=Savings&BranchCode=001&ProductCode=005&AccountStatus=Active&AccountTierLevel=2&AccountCreationChannel=string&StartDate=2022-10-10&EndDate=2022-10-10&DateCreatedFinancialFrom=2022-10-10&PageNumber=1&PageSize=10&SortColumn=AccountName&Direction=asc&DateCreatedFinancialTo=2022-10-10&ReferenceNumber=&BVN&NIN","host":["{{baseurl}}"],"path":["api","account","v1","SearchAccount"],"query":[{"key":"AccountNumber","value":"1100029938"},{"key":"CustomerID","value":"1000192"},{"key":"AccountName","value":"Test%20Account"},{"key":"AccountType","value":"Savings"},{"key":"BranchCode","value":"001"},{"key":"ProductCode","value":"005"},{"key":"AccountStatus","value":"Active"},{"key":"AccountTierLevel","value":"2"},{"key":"AccountCreationChannel","value":"string"},{"key":"StartDate","value":"2022-10-10"},{"key":"EndDate","value":"2022-10-10"},{"key":"DateCreatedFinancialFrom","value":"2022-10-10"},{"key":"PageNumber","value":"1"},{"key":"PageSize","value":"10"},{"key":"SortColumn","value":"AccountName"},{"key":"Direction","value":"asc"},{"key":"DateCreatedFinancialTo","value":"2022-10-10"},{"key":"ReferenceNumber","value":""},{"key":"BVN","value":null},{"key":"NIN","value":null}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":null,"cookie":[],"responseTime":null,"body":"{\n  \"errors\": [\n    {\n      \"statusCode\": 0,\n      \"errorCode\": \"string\",\n      \"errorMessage\": \"string\"\n    }\n  ]\n}"}],"_postman_id":"e3989463-0032-4188-987b-e77bcfea1212"},{"name":"Get Accounts By PhoneNumber","id":"4e9c3632-2e52-41f7-a1bf-2316ffaeac46","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Content-Type","value":"application/json","description":"<p>Authorization header</p>\n","type":"text"},{"key":"Authorization","value":"bearer ","description":"<p>Unique request reference</p>\n","type":"text"},{"key":"request-reference","value":"","type":"text"}],"body":{"mode":"raw","raw":""},"url":"{{baseurl}}/api/account/v1/GetAccountsByPhoneNumber?PhoneNumber={{PhoneNumber}}","description":"<p>This endpoint uses the phone number supplied to get all accounts tied to it.</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[]},"isInherited":true,"source":{"_postman_id":"b74b83ec-4c5d-43bb-89e8-43631dd7c6a4","id":"b74b83ec-4c5d-43bb-89e8-43631dd7c6a4","name":"Account","type":"folder"}},"urlObject":{"path":["api","account","v1","GetAccountsByPhoneNumber"],"host":["{{baseurl}}"],"query":[{"key":"PhoneNumber","value":"{{PhoneNumber}}"}],"variable":[]}},"response":[{"id":"7b91e374-3216-44c7-b3e6-1a38512a1b7c","name":"Ok - Successful","originalRequest":{"method":"GET","header":[{"key":"Authorization","value":"bearer {token}","description":"Authorization header"},{"key":"request-reference","value":"{unique_reference}","description":"Unique request reference"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"","options":{"raw":{"language":"json"}}},"url":{"raw":"{{baseurl}}/api/account/v1/GetAccountsByPhoneNumber?PhoneNumber={{PhoneNumber}}","host":["{{baseurl}}"],"path":["api","account","v1","GetAccountsByPhoneNumber"],"query":[{"key":"PhoneNumber","value":"{{PhoneNumber}}"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":null,"cookie":[],"responseTime":null,"body":"{\n  \"status\": true,\n  \"message\": \"string\",\n  \"data\": {\n    \"data\": [\n      {\n        \"accountNumber\": \"string\",\n        \"customerID\": \"string\",\n        \"accountName\": \"string\",\n        \"accountType\": \"string\",\n        \"accountStatus\": \"string\",\n        \"firstName\": \"Adebayo\",\n        \"lastName\": \"Olufemi\",\n        \"otherNames\": \"Emmanuel\",\n        \"address\": \"XYZ Acme road\",\n        \"email\": \"xyz@gmail.com\"\n      }\n    ],\n    \"recordCount\": 0\n  }\n}"},{"id":"c7c2c979-8942-4e79-b835-20f78625869f","name":"Server Error","originalRequest":{"method":"GET","header":[{"key":"Authorization","value":"bearer {token}","description":"Authorization header"},{"key":"request-reference","value":"{unique_reference}","description":"Unique request reference"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"","options":{"raw":{"language":"json"}}},"url":{"raw":"{{baseurl}}/api/account/v1/GetAccountsByPhoneNumber?PhoneNumber={{PhoneNumber}}","host":["{{baseurl}}"],"path":["api","account","v1","GetAccountsByPhoneNumber"],"query":[{"key":"PhoneNumber","value":"{{PhoneNumber}}"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":null,"cookie":[],"responseTime":null,"body":"{\n  \"errors\": [\n    {\n      \"statusCode\": 0,\n      \"errorCode\": \"string\",\n      \"errorMessage\": \"string\"\n    }\n  ]\n}"}],"_postman_id":"4e9c3632-2e52-41f7-a1bf-2316ffaeac46"},{"name":"Search Account Officers","id":"4e667704-e0d6-43c3-8043-8587080afb3d","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Content-Type","value":"application/json","description":"<p>Authorization header</p>\n","type":"text"},{"key":"Authorization","value":"bearer ","description":"<p>Unique request reference</p>\n","type":"text"},{"key":"request-reference","value":"","type":"text"}],"body":{"mode":"raw","raw":""},"url":"{{baseurl}}/api/account/v1/SearchAccountOfficers","auth":{"type":"bearer","bearer":{"basicConfig":[]},"isInherited":true,"source":{"_postman_id":"b74b83ec-4c5d-43bb-89e8-43631dd7c6a4","id":"b74b83ec-4c5d-43bb-89e8-43631dd7c6a4","name":"Account","type":"folder"}},"urlObject":{"path":["api","account","v1","SearchAccountOfficers"],"host":["{{baseurl}}"],"query":[{"disabled":true,"key":"CustomerID","value":"1000192"},{"disabled":true,"key":"AccountName","value":"Test%20Account"},{"disabled":true,"key":"AccountType","value":"Savings"},{"disabled":true,"key":"BranchCode","value":"001"},{"disabled":true,"key":"ProductCode","value":"301"},{"disabled":true,"key":"AccountOfficerID","value":"75d291a7-7e5e-411f-b993-9ece206eb2ab"},{"disabled":true,"key":"AccountStatus","value":"Active"},{"disabled":true,"key":"AccountTierLevel","value":"1"},{"disabled":true,"key":"AccessLevel","value":"4"},{"disabled":true,"key":"EnableEmailNotification","value":"true"},{"disabled":true,"key":"EnableSMSNotification","value":"false"},{"disabled":true,"key":"StatementDeliveryMode","value":"string"},{"disabled":true,"key":"StatementDeliveryFrequency","value":"string"},{"disabled":true,"key":"RefereeCustomerID","value":"33848"},{"disabled":true,"key":"MinimumBalanceRequired","value":"0"},{"disabled":true,"key":"AccountCreationChannel","value":"string"},{"disabled":true,"key":"ApplicableFee","value":"0"},{"disabled":true,"key":"ApplicableInterest","value":"0"},{"disabled":true,"key":"StartDate","value":"2022-10-10"},{"disabled":true,"key":"EndDate","value":"2022-10-10"},{"disabled":true,"key":"PageNumber","value":"1"},{"disabled":true,"key":"PageSize","value":"10"},{"disabled":true,"key":"SortColumn","value":"name"},{"disabled":true,"key":"Direction","value":"ascending"}],"variable":[]}},"response":[{"id":"8054e7d2-c597-4022-a4c8-6b81b685cba1","name":"Ok - Successful","originalRequest":{"method":"GET","header":[{"key":"Authorization","value":"bearer {token}","description":"Authorization header"},{"key":"request-reference","value":"{unique_reference}","description":"Unique request reference"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"","options":{"raw":{"language":"json"}}},"url":{"raw":"{{baseurl}}/api/account/v1/SearchAccountOfficers","host":["{{baseurl}}"],"path":["api","account","v1","SearchAccountOfficers"],"query":[{"key":"Gender","value":"<string>","disabled":true},{"key":"BranchCode","value":"<string>","disabled":true},{"key":"StaffID","value":"<string>","disabled":true},{"key":"Status","value":"<string>","disabled":true},{"key":"StartDate","value":"<dateTime>","disabled":true},{"key":"EndDate","value":"<dateTime>","disabled":true},{"key":"PageNumber","value":"<integer>","disabled":true},{"key":"PageSize","value":"<integer>","disabled":true},{"key":"SortColumn","value":"<string>","disabled":true},{"key":"Direction","value":"<string>","disabled":true}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":null,"cookie":[],"responseTime":null,"body":"{\n    \"data\": {\n        \"data\": [\n            {\n                \"id\": \"c48e0d12-d7e0-4be5-b460-9200ba8eb80c\",\n                \"name\": \"Officer Default\",\n                \"gender\": \"Male\",\n                \"branchCode\": \"101\",\n                \"branchName\": \"Head Office Branch\",\n                \"staffID\": \"099\",\n                \"phoneNumber\": \"080000000\",\n                \"address\": \"Cedrus HQ\",\n                \"status\": \"InActive\",\n                \"accessLevel\": 1,\n                \"dateCreated\": \"2024-04-30T11:46:13.2333333\",\n                \"linkedUser\": \"default@cedrusmfb.com\",\n                \"supervisor\": \"Oladimeji.shogbola@cedrusmfb.com\",\n                \"supervisorName\": null\n            },\n            {\n                \"id\": \"9695cc50-72d0-4d7c-a882-e4418f71c51a\",\n                \"name\": \"Ezeka Chidi\",\n                \"gender\": \"Female\",\n                \"branchCode\": \"101\",\n                \"branchName\": \"Head Office Branch\",\n                \"staffID\": \"0243\",\n                \"phoneNumber\": \"08034632793\",\n                \"address\": \"122 Block 24 Ogba\",\n                \"status\": \"InActive\",\n                \"accessLevel\": 1,\n                \"dateCreated\": \"2024-03-01T16:04:17.1733333\",\n                \"linkedUser\": \"chidiebere.ezeka@gmail.com\",\n                \"supervisor\": \"lastsamurai@x.com\",\n                \"supervisorName\": null\n            },\n            {\n                \"id\": \"38665a91-4181-49f0-b8ed-fe143a27f55f\",\n                \"name\": \"Igbojionu Isabella\",\n                \"gender\": \"Female\",\n                \"branchCode\": \"101\",\n                \"branchName\": \"Head Office Branch\",\n                \"staffID\": \"9890\",\n                \"phoneNumber\": \"09039413344\",\n                \"address\": \"1 Fintellia avenue\",\n                \"status\": \"Active\",\n                \"accessLevel\": 3,\n                \"dateCreated\": \"2024-02-08T08:42:43.7066667\",\n                \"linkedUser\": null,\n                \"supervisor\": null,\n                \"supervisorName\": null\n            },\n            {\n                \"id\": \"61d584a4-9802-4c35-8327-a102d21ba586\",\n                \"name\": \"Oyetubo Olabamiji\",\n                \"gender\": \"Female\",\n                \"branchCode\": \"101\",\n                \"branchName\": \"Head Office Branch\",\n                \"staffID\": \"0008\",\n                \"phoneNumber\": \"08000000000\",\n                \"address\": \"Head Office\",\n                \"status\": \"InActive\",\n                \"accessLevel\": 5,\n                \"dateCreated\": \"2023-11-11T12:25:34.3633333\",\n                \"linkedUser\": \"olabamiji.oyetubo@fintellia.com\",\n                \"supervisor\": \"kolawole.idiaro@netmfb.com\",\n                \"supervisorName\": null\n            },\n            {\n                \"id\": \"5680bda6-42d5-4889-a4d4-c99e7b6d4146\",\n                \"name\": \" \",\n                \"gender\": \"Male\",\n                \"branchCode\": \"101\",\n                \"branchName\": \"Head Office Branch\",\n                \"staffID\": \"100009\",\n                \"phoneNumber\": \"08035591009\",\n                \"address\": \"Lagos\",\n                \"status\": \"Active\",\n                \"accessLevel\": 2,\n                \"dateCreated\": \"2023-01-24T15:21:53.56\",\n                \"linkedUser\": null,\n                \"supervisor\": null,\n                \"supervisorName\": null\n            },\n            {\n                \"id\": \"b984af8e-ced1-48bd-a57f-ac8ef1c12c5f\",\n                \"name\": \"Default Officer\",\n                \"gender\": \"Female\",\n                \"branchCode\": \"101\",\n                \"branchName\": \"Head Office Branch\",\n                \"staffID\": \"0\",\n                \"phoneNumber\": \"0800000\",\n                \"address\": \"No Address\",\n                \"status\": \"Active\",\n                \"accessLevel\": 5,\n                \"dateCreated\": \"2022-12-02T23:17:04.86\",\n                \"linkedUser\": null,\n                \"supervisor\": null,\n                \"supervisorName\": null\n            },\n            {\n                \"id\": \"a26006df-35ab-4077-8627-099b159a1d82\",\n                \"name\": \"Martin Copehn\",\n                \"gender\": \"Female\",\n                \"branchCode\": \"101\",\n                \"branchName\": \"Head Office Branch\",\n                \"staffID\": \"23231\",\n                \"phoneNumber\": \"08088989\",\n                \"address\": \"London Hill\",\n                \"status\": \"Active\",\n                \"accessLevel\": 2,\n                \"dateCreated\": \"2022-04-29T14:54:46.1\",\n                \"linkedUser\": null,\n                \"supervisor\": null,\n                \"supervisorName\": null\n            },\n            {\n                \"id\": \"b7505c1f-46d6-4f90-8ec8-5af4a590d18a\",\n                \"name\": \"Elon Musk\",\n                \"gender\": \"Male\",\n                \"branchCode\": \"101\",\n                \"branchName\": \"Head Office Branch\",\n                \"staffID\": \"6789hg\",\n                \"phoneNumber\": \"0908765666\",\n                \"address\": \"Lekki P1\",\n                \"status\": \"Active\",\n                \"accessLevel\": 3,\n                \"dateCreated\": \"2022-04-17T09:41:09.3066667\",\n                \"linkedUser\": null,\n                \"supervisor\": null,\n                \"supervisorName\": null\n            },\n            {\n                \"id\": \"cb4fe78e-c0bb-4d7a-b2ac-101bb8afedd8\",\n                \"name\": \"Moth Evans\",\n                \"gender\": \"Male\",\n                \"branchCode\": \"906\",\n                \"branchName\": \"Benson\",\n                \"staffID\": \"34232\",\n                \"phoneNumber\": \"0878724\",\n                \"address\": \"Test\",\n                \"status\": \"InActive\",\n                \"accessLevel\": 3,\n                \"dateCreated\": \"2022-04-13T20:41:31.1466667\",\n                \"linkedUser\": null,\n                \"supervisor\": null,\n                \"supervisorName\": null\n            },\n            {\n                \"id\": \"736875c5-6312-4405-89c7-9edd88b0326f\",\n                \"name\": \"Dan Tester\",\n                \"gender\": \"Female\",\n                \"branchCode\": \"101\",\n                \"branchName\": \"Head Office Branch\",\n                \"staffID\": \"722\",\n                \"phoneNumber\": \"089898232\",\n                \"address\": \"test officer\",\n                \"status\": \"Active\",\n                \"accessLevel\": 2,\n                \"dateCreated\": \"2022-03-11T10:16:35.6633333\",\n                \"linkedUser\": null,\n                \"supervisor\": null,\n                \"supervisorName\": null\n            }\n        ],\n        \"recordCount\": 31\n    },\n    \"status\": true,\n    \"message\": \"Request successful\"\n}"},{"id":"e29c9083-2603-400f-9fe5-83e520d2e54c","name":"Server Error","originalRequest":{"method":"GET","header":[{"key":"Authorization","value":"bearer {token}","description":"Authorization header"},{"key":"request-reference","value":"{unique_reference}","description":"Unique request reference"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"","options":{"raw":{"language":"json"}}},"url":{"raw":"{{baseurl}}/api/account/v1/SearchAccount?AccountNumber=1100029938&CustomerID=1000192&AccountName=Test%20Account&AccountType=Savings&BranchCode=001&ProductCode=005&AccountStatus=Active&AccountTierLevel=2&AccountCreationChannel=string&StartDate=2022-10-10&EndDate=2022-10-10&DateCreatedFinancialFrom=2022-10-10&PageNumber=1&PageSize=10&SortColumn=AccountName&Direction=asc&DateCreatedFinancialTo=2022-10-10","host":["{{baseurl}}"],"path":["api","account","v1","SearchAccount"],"query":[{"key":"AccountNumber","value":"1100029938"},{"key":"CustomerID","value":"1000192"},{"key":"AccountName","value":"Test%20Account"},{"key":"AccountType","value":"Savings"},{"key":"BranchCode","value":"001"},{"key":"ProductCode","value":"005"},{"key":"AccountStatus","value":"Active"},{"key":"AccountTierLevel","value":"2"},{"key":"AccountCreationChannel","value":"string"},{"key":"StartDate","value":"2022-10-10"},{"key":"EndDate","value":"2022-10-10"},{"key":"DateCreatedFinancialFrom","value":"2022-10-10"},{"key":"PageNumber","value":"1"},{"key":"PageSize","value":"10"},{"key":"SortColumn","value":"AccountName"},{"key":"Direction","value":"asc"},{"key":"DateCreatedFinancialTo","value":"2022-10-10"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":null,"cookie":[],"responseTime":null,"body":"{\n  \"errors\": [\n    {\n      \"statusCode\": 0,\n      \"errorCode\": \"string\",\n      \"errorMessage\": \"string\"\n    }\n  ]\n}"}],"_postman_id":"4e667704-e0d6-43c3-8043-8587080afb3d"},{"name":"Balance Inquiry","id":"46c38afd-5b3a-4460-a5ea-f33a06f10e92","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"key":"Authorization","value":"bearer ","type":"text"},{"key":"request-reference","value":"","type":"text"}],"body":{"mode":"raw","raw":""},"url":"{{baseurl}}/api/account/v1/getaccountbalancebyaccountnumber?AccountNumber={{AccountNumber}}","auth":{"type":"bearer","bearer":{"basicConfig":[]},"isInherited":true,"source":{"_postman_id":"b74b83ec-4c5d-43bb-89e8-43631dd7c6a4","id":"b74b83ec-4c5d-43bb-89e8-43631dd7c6a4","name":"Account","type":"folder"}},"urlObject":{"path":["api","account","v1","getaccountbalancebyaccountnumber"],"host":["{{baseurl}}"],"query":[{"key":"AccountNumber","value":"{{AccountNumber}}"}],"variable":[]}},"response":[{"id":"9181847d-305b-473d-ba0f-88bb47ad8100","name":"OK - Successful","originalRequest":{"method":"GET","header":[{"key":"Authorization","value":"bearer {token}","description":"Authorization header"},{"key":"request-reference","value":"{unique_reference}","description":"Unique request reference"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"","options":{"raw":{"language":"json"}}},"url":{"raw":"{{baseurl}}/api/account/v1/getaccountbalancebyaccountnumber?AccountNumber=1100029938","host":["{{baseurl}}"],"path":["api","account","v1","getaccountbalancebyaccountnumber"],"query":[{"key":"AccountNumber","value":"1100029938"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":null,"cookie":[],"responseTime":null,"body":"{\n  \"status\": true,\n  \"message\": \"string\",\n  \"data\": {\n    \"accountNumber\": \"string\",\n    \"ledgerBalance\": 0,\n    \"availableBalance\": 0,\n    \"withdrawableBalance\": 0,\n    \"lienAmount\": 0\n  }\n}"},{"id":"46e731f9-1543-42b6-a6de-ea3ade11f45c","name":"Server Error","originalRequest":{"method":"GET","header":[{"key":"Authorization","value":"bearer {token}","description":"Authorization header"},{"key":"request-reference","value":"{unique_reference}","description":"Unique request reference"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"","options":{"raw":{"language":"json"}}},"url":{"raw":"{{baseurl}}/api/account/v1/getaccountbalancebyaccountnumber?AccountNumber=1100029938","host":["{{baseurl}}"],"path":["api","account","v1","getaccountbalancebyaccountnumber"],"query":[{"key":"AccountNumber","value":"1100029938"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":null,"cookie":[],"responseTime":null,"body":"{\n  \"errors\": [\n    {\n      \"statusCode\": 0,\n      \"errorCode\": \"string\",\n      \"errorMessage\": \"string\"\n    }\n  ]\n}"}],"_postman_id":"46c38afd-5b3a-4460-a5ea-f33a06f10e92"},{"name":"Balance Inquiry (Extended)","id":"df26d87d-92d9-4826-9262-a06d67968243","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"key":"Authorization","value":"bearer ","type":"text"},{"key":"request-reference","value":"","type":"text"}],"body":{"mode":"raw","raw":""},"url":"{{baseurl}}/api/account/v1/GetExtendedBalanceByAccountNumber?AccountNumber={{AccountNumber}}","description":"<p>Returns an extended version of Balance Inquiry, returning the accrued amounts, unpaid amounts and witheld amounts.</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[]},"isInherited":true,"source":{"_postman_id":"b74b83ec-4c5d-43bb-89e8-43631dd7c6a4","id":"b74b83ec-4c5d-43bb-89e8-43631dd7c6a4","name":"Account","type":"folder"}},"urlObject":{"path":["api","account","v1","GetExtendedBalanceByAccountNumber"],"host":["{{baseurl}}"],"query":[{"key":"AccountNumber","value":"{{AccountNumber}}"}],"variable":[]}},"response":[{"id":"ee3432c8-5bc4-492b-8723-de0938694306","name":"OK - Successful","originalRequest":{"method":"GET","header":[{"key":"Authorization","value":"bearer {token}","description":"Authorization header"},{"key":"request-reference","value":"{unique_reference}","description":"Unique request reference"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"","options":{"raw":{"language":"json"}}},"url":{"raw":"{{baseurl}}/api/account/v1/GetExtendedBalanceByAccountNumber?AccountNumber=1100029938","host":["{{baseurl}}"],"path":["api","account","v1","GetExtendedBalanceByAccountNumber"],"query":[{"key":"AccountNumber","value":"1100029938"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":null,"cookie":[],"responseTime":null,"body":"{\n  \"status\": true,\n  \"message\": \"string\",\n  \"data\": {\n    \"accountNumber\": \"string\",\n    \"accountName\": \"string\",\n    \"referenceNumber\": \"string\",\n    \"productName\": \"string\",\n    \"accountStatus\": \"string\",\n    \"accountOfficerName\": \"string\",\n    \"accountOfficerCode\": \"string\",\n    \"accountOfficerID\": \"3fa85f64-5717-4562-b3fc-2c963f66afa6\",\n    \"branchName\": \"string\",\n    \"branchCode\": \"string\",\n    \"overdraftLimit\": \"string\",\n    \"ledgerBalance\": \"string\",\n    \"availableBalance\": \"string\",\n    \"withdrawableBalance\": \"string\",\n    \"unclearedEffect\": \"string\",\n    \"overdrawnAmount\": \"string\",\n    \"unpaidOverdraftInterest\": \"string\",\n    \"unpaidAccountOpeningFee\": \"string\",\n    \"unpaidAccountMaintenanceFee\": \"string\",\n    \"unpaidCOTFee\": \"string\",\n    \"unpaidOverdraftFee\": \"string\",\n    \"unpaidSMSFee\": \"string\",\n    \"totalOutstandingOverdraft\": \"string\",\n    \"unpaidLoanPrincipal\": \"string\",\n    \"unpaidLoanInterest\": \"string\",\n    \"unpaidLoanFee\": \"string\",\n    \"unpaidLoanPenalty\": \"string\",\n    \"defaultingLoanInterest\": \"string\",\n    \"totalOutstandingLoan\": \"string\",\n    \"hasLoanOutstandingAmount\": true,\n    \"accruedCOTFee\": \"string\",\n    \"accruedSMSFee\": \"string\",\n    \"accruedLoanInterest\": \"string\",\n    \"accruedSavingsInterest\": \"string\",\n    \"accruedOverdraftInterest\": \"string\",\n    \"totalAccruedAmount\": \"string\",\n    \"securityDeposit\": \"string\",\n    \"repaymentLien\": \"string\",\n    \"productMinimumBalance\": \"string\",\n    \"totalWithheldAmount\": \"string\",\n    \"percentageLien\": \"string\",\n    \"flatLien\": \"string\",\n    \"totalLien\": \"string\",\n    \"memos\": [\n      {\n        \"id\": \"3fa85f64-5717-4562-b3fc-2c963f66afa6\",\n        \"dateCreated\": \"2025-01-20T09:42:08.220Z\",\n        \"dateLastModified\": \"2025-01-20T09:42:08.220Z\",\n        \"initiatedBy\": \"string\",\n        \"accountNumber\": \"string\",\n        \"actionType\": \"string\",\n        \"details\": \"string\",\n        \"comments\": \"string\",\n        \"status\": \"string\",\n        \"lastModifiedBy\": \"string\"\n      }\n    ]\n  }\n}"},{"id":"4e49155f-f0bb-441a-91d3-abe787e6929a","name":"Server Error","originalRequest":{"method":"GET","header":[{"key":"Authorization","value":"bearer {token}","description":"Authorization header"},{"key":"request-reference","value":"{unique_reference}","description":"Unique request reference"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"","options":{"raw":{"language":"json"}}},"url":{"raw":"{{baseurl}}/api/account/v1/GetExtendedBalanceByAccountNumber?AccountNumber=1100029938","host":["{{baseurl}}"],"path":["api","account","v1","GetExtendedBalanceByAccountNumber"],"query":[{"key":"AccountNumber","value":"1100029938"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":null,"cookie":[],"responseTime":null,"body":"{\n  \"errors\": [\n    {\n      \"statusCode\": 0,\n      \"errorCode\": \"string\",\n      \"errorMessage\": \"string\"\n    }\n  ]\n}"}],"_postman_id":"df26d87d-92d9-4826-9262-a06d67968243"},{"name":"Search Branches","id":"4b97671d-637a-4f0f-b3c5-b03ec5a5d647","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"key":"Authorization","value":"bearer ","type":"text"},{"key":"request-reference","value":"","type":"text"}],"body":{"mode":"raw","raw":""},"url":"{{baseurl}}/api/account/v1/getaccountbalancebyaccountnumber?AccountNumber={{AccountNumber}}&request-reference=","auth":{"type":"bearer","bearer":{"basicConfig":[]},"isInherited":true,"source":{"_postman_id":"b74b83ec-4c5d-43bb-89e8-43631dd7c6a4","id":"b74b83ec-4c5d-43bb-89e8-43631dd7c6a4","name":"Account","type":"folder"}},"urlObject":{"path":["api","account","v1","getaccountbalancebyaccountnumber"],"host":["{{baseurl}}"],"query":[{"key":"AccountNumber","value":"{{AccountNumber}}"},{"key":"request-reference","value":""}],"variable":[]}},"response":[{"id":"679884ca-edb6-4ec2-aac1-5f6a64617d17","name":"OK - Successful","originalRequest":{"method":"GET","header":[{"key":"Authorization","value":"bearer {token}","description":"Authorization header"},{"key":"request-reference","value":"{unique_reference}","description":"Unique request reference"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"","options":{"raw":{"language":"json"}}},"url":{"raw":"{{baseurl}}/api/account/v1/getaccountbalancebyaccountnumber?AccountNumber=1100029938","host":["{{baseurl}}"],"path":["api","account","v1","getaccountbalancebyaccountnumber"],"query":[{"key":"AccountNumber","value":"1100029938"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":null,"cookie":[],"responseTime":null,"body":"{\n  \"status\": true,\n  \"message\": \"string\",\n  \"data\": {\n    \"accountNumber\": \"string\",\n    \"ledgerBalance\": 0,\n    \"availableBalance\": 0,\n    \"withdrawableBalance\": 0,\n    \"lienAmount\": 0\n  }\n}"},{"id":"ef37781c-189e-4242-a939-97019d91c00e","name":"Server Error","originalRequest":{"method":"GET","header":[{"key":"Authorization","value":"bearer {token}","description":"Authorization header"},{"key":"request-reference","value":"{unique_reference}","description":"Unique request reference"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"","options":{"raw":{"language":"json"}}},"url":{"raw":"{{baseUrl}}/api/Account/v1/SearchBranches?Code=<string>&StartDate=<dateTime>&EndDate=<dateTime>&PageNumber=<integer>&PageSize=<integer>&SortColumn=<string>&Direction=<string>","host":["{{baseUrl}}"],"path":["api","Account","v1","SearchBranches"],"query":[{"key":"Code","value":"<string>"},{"key":"StartDate","value":"<dateTime>"},{"key":"EndDate","value":"<dateTime>"},{"key":"PageNumber","value":"<integer>"},{"key":"PageSize","value":"<integer>"},{"key":"SortColumn","value":"<string>"},{"key":"Direction","value":"<string>"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":null,"cookie":[],"responseTime":null,"body":"{\n  \"errors\": [\n    {\n      \"statusCode\": 0,\n      \"errorCode\": \"string\",\n      \"errorMessage\": \"string\"\n    }\n  ]\n}"}],"_postman_id":"4b97671d-637a-4f0f-b3c5-b03ec5a5d647"},{"name":"Get By Account Number","id":"78f4b42c-d091-4f94-8956-9113dc1c8709","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"key":"Authorization","value":"bearer ","type":"text"},{"key":"request-reference","value":"","type":"text"}],"url":"{{baseurl}}/api/account/v1/getbyaccountnumber?AccountNumber={{AccountNumber}}","auth":{"type":"bearer","bearer":{"basicConfig":[]},"isInherited":true,"source":{"_postman_id":"b74b83ec-4c5d-43bb-89e8-43631dd7c6a4","id":"b74b83ec-4c5d-43bb-89e8-43631dd7c6a4","name":"Account","type":"folder"}},"urlObject":{"path":["api","account","v1","getbyaccountnumber"],"host":["{{baseurl}}"],"query":[{"key":"AccountNumber","value":"{{AccountNumber}}"}],"variable":[]}},"response":[{"id":"efb6ebea-9bd6-437a-abcf-de420fe8c464","name":"OK - Successful","originalRequest":{"method":"GET","header":[{"key":"Authorization","value":"bearer {token}","description":"Authorization header"},{"key":"request-reference","value":"{unique_reference}","description":"Unique request reference"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"","options":{"raw":{"language":"json"}}},"url":{"raw":"{{baseurl}}/api/account/v1/getbyaccountnumber?AccountNumber=1100029938","host":["{{baseurl}}"],"path":["api","account","v1","getbyaccountnumber"],"query":[{"key":"AccountNumber","value":"1100029938"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":null,"cookie":[],"responseTime":null,"body":"{\n  \"status\": true,\n  \"message\": \"Successful\",\n  \"data\": {\n    \"id\": \"00000000-0000-0000-0000-000000000000\",\n    \"accountNumber\": null,\n    \"customerID\": null,\n    \"customerName\": null,\n    \"accountName\": null,\n    \"accountType\": null,\n    \"branchCode\": null,\n    \"branchName\": null,\n    \"productCode\": null,\n    \"productName\": null,\n    \"accountOfficerID\": \"00000000-0000-0000-0000-000000000000\",\n    \"accountOfficerName\": null,\n    \"accountStatus\": null,\n    \"accountTierLevel\": 0,\n    \"accessLevel\": 0,\n    \"enableEmailNotification\": false,\n    \"enableSMSNotification\": false,\n    \"statementDeliveryMode\": null,\n    \"statementDeliveryFrequency\": null,\n    \"minimumBalanceRequired\": 0.0,\n    \"accountCreationChannel\": null,\n    \"overrideProductApplicableFee\": false,\n    \"applicableFee\": 0.0,\n    \"overrideProductApplicableInterest\": false,\n    \"applicableInterest\": 0.0,\n    \"mandateRuleIndex\": null,\n    \"isGroupAccount\": false,\n    \"categoryOfAccount\": null,\n    \"sectorCode\": null,\n    \"customerType\": null,\n    \"groupConnectionID\": \"string\",\n    \"groupConnectionName\": \"string\"\n    }\n}"},{"id":"d78ccac5-ac08-42b5-9ca7-dfae68cd23ec","name":"Server Error","originalRequest":{"method":"GET","header":[{"key":"Authorization","value":"bearer {token}","description":"Authorization header"},{"key":"request-reference","value":"{unique_reference}","description":"Unique request reference"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"","options":{"raw":{"language":"json"}}},"url":{"raw":"{{baseurl}}/api/account/v1/getbyaccountnumber?AccountNumber=1100029938","host":["{{baseurl}}"],"path":["api","account","v1","getbyaccountnumber"],"query":[{"key":"AccountNumber","value":"1100029938"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":null,"cookie":[],"responseTime":null,"body":"{\n  \"errors\": [\n    {\n      \"statusCode\": 0,\n      \"errorCode\": \"string\",\n      \"errorMessage\": \"string\"\n    }\n  ]\n}"}],"_postman_id":"78f4b42c-d091-4f94-8956-9113dc1c8709"},{"name":"Search Group Customers","id":"3054b6cd-2665-4673-9f26-cd6adc2064ce","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"key":"Authorization","value":"bearer ","type":"text"},{"key":"request-reference","value":"","type":"text"}],"url":"{{baseurl}}/api/Account/v1/SearchGroupCustomers?Name=Bell Cuisine","auth":{"type":"bearer","bearer":{"basicConfig":[]},"isInherited":true,"source":{"_postman_id":"b74b83ec-4c5d-43bb-89e8-43631dd7c6a4","id":"b74b83ec-4c5d-43bb-89e8-43631dd7c6a4","name":"Account","type":"folder"}},"urlObject":{"path":["api","Account","v1","SearchGroupCustomers"],"host":["{{baseurl}}"],"query":[{"disabled":true,"key":"ID","value":"f86185c1-d2ce-4d50-89bf-1b27b7b76bbc"},{"disabled":true,"key":"CustomerID","value":"00002119"},{"disabled":true,"key":"OldCustomerID","value":"<string>"},{"key":"Name","value":"Bell Cuisine"},{"disabled":true,"key":"CustomerType","value":"<string>"},{"disabled":true,"key":"Email","value":"nuelshealth@gmail.com"},{"disabled":true,"key":"Description","value":"<string>"},{"disabled":true,"key":"OfficialAddress","value":"<string>"},{"disabled":true,"key":"LGA","value":"<string>"},{"disabled":true,"key":"BusinessPhoneNumber","value":"<string>"},{"disabled":true,"key":"NatureOfBusiness","value":"<string>"},{"disabled":true,"key":"IndustrialSector","value":"<string>"},{"disabled":true,"key":"RegistrationDate","value":"<dateTime>"},{"disabled":true,"key":"IncorporationDate","value":"<dateTime>"},{"disabled":true,"key":"RegistrationNumber","value":"<string>"},{"disabled":true,"key":"ContactPersonName","value":"<string>"},{"disabled":true,"key":"ContactPersonPhoneNumber","value":"<string>"},{"disabled":true,"key":"CountryOfOperation","value":"<string>"},{"disabled":true,"key":"StateOfOperation","value":"<string>"},{"disabled":true,"key":"StartDate","value":"<dateTime>"},{"disabled":true,"key":"EndDate","value":"<dateTime>"},{"disabled":true,"key":"PageNumber","value":"<integer>"},{"disabled":true,"key":"PageSize","value":"<integer>"},{"disabled":true,"key":"SortColumn","value":"<string>"},{"disabled":true,"key":"Direction","value":"<string>"}],"variable":[]}},"response":[],"_postman_id":"3054b6cd-2665-4673-9f26-cd6adc2064ce"},{"name":"Update Customer Information","id":"a3f01e5e-2237-443d-a68b-ed69c30187d9","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"key":"Authorization","value":"bearer ","type":"text"},{"key":"request-reference","value":"","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"customerID\": \"00002120\",\n    \"id\": \"ae6f8e44-c80b-4cb9-8c6b-745bbba223bf\",\n    \"title\": \"MRS\",\n    \"lastName\": \"Dawson\",\n    \"firstName\": \"Helen\",\n    \"otherNames\": \"kalu\",\n    \"Gender\": 1,\n    \"address\": \"1 Akinjobi Street, Ketu\",\n    \"maidenName\": \"\",\n    \"religion\": 1,\n    \"phoneNumber\": \"09011142299\",\n    \"email\": \"Dawson.Helen@gmail.com\",\n    \"hometown\": \"Lekki\",\n    \"dateOfBirth\": \"2001-01-01\",\n    \"nationality\": \"Nigerian\",\n    \"state\": \"Lagos\",\n    \"lga\": \"Eyi-Osa\",\n    \"meansOfIdentification\": 1,\n    \"meansOfIdentificationNumber\": \"8474387461\",\n    \"nokName\": \"\",\n    \"nokAddress\": \"\",\n    \"nokGender\": 1,\n    \"nokRelationship\": \"Brother\",\n    \"nokPhoneNumber\": \"09062356377\",\n    \"nokEmail\": \"\",\n    \"occupation\": \"\",\n    \"employerName\": \"\",\n    \"employerAddress\": \"\",\n    \"officePhoneNumber\": \"\",\n    \"accountName\": \"Olufemi Adebayo\",\n    \"accountType\": 1,\n    \"MaritalStatus\": 1,\n    \"accountStatus\": 1,\n    \"branchCode\": \"101\",\n    \"productCode\": \"301\",\n    \"accountOfficerStaffID\": \"ST1311\",\n    \"accountTierLevel\": 3,\n    \"accessLevel\": 5,\n    \"enableEmailNotification\": true,\n    \"enableSMSNotification\": true,\n    \"minimumBalanceRequired\": 0,\n    \"referee1CustomerID\": \"\",\n    \"referee2CustomerID\": \"\",\n    \"categoryOfAccount\": \"\",\n    \"sectorCode\": \"\",\n    \"tin\": \"0985674395\",\n    \"pep\": true,\n    \"bvn\": \"22237461166\"\n}"},"url":"{{baseurl}}/api/account/v1/UpdateCustomerInformation","description":"<p>Update can be done via the ID of the customer or the customer ID.. ID of the customer is the GUID returned when creating a customer or in Search Account API. This ID is different from the 8-digit Customer ID.</p>\n<p>Other fields are optional which allows the system do a partial update. Optional fields not passed in the payload or passed as null will not be updated.</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[]},"isInherited":true,"source":{"_postman_id":"b74b83ec-4c5d-43bb-89e8-43631dd7c6a4","id":"b74b83ec-4c5d-43bb-89e8-43631dd7c6a4","name":"Account","type":"folder"}},"urlObject":{"path":["api","account","v1","UpdateCustomerInformation"],"host":["{{baseurl}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"a3f01e5e-2237-443d-a68b-ed69c30187d9"},{"name":"Search Individual Customers","id":"b427f031-6738-4bd4-a17a-d21f6958f0a9","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"key":"Authorization","value":"bearer ","type":"text"},{"key":"request-reference","value":"","type":"text"}],"url":"{{baseurl}}/api/Account/v1/SearchIndividualCustomers","auth":{"type":"bearer","bearer":{"basicConfig":[]},"isInherited":true,"source":{"_postman_id":"b74b83ec-4c5d-43bb-89e8-43631dd7c6a4","id":"b74b83ec-4c5d-43bb-89e8-43631dd7c6a4","name":"Account","type":"folder"}},"urlObject":{"path":["api","Account","v1","SearchIndividualCustomers"],"host":["{{baseurl}}"],"query":[{"disabled":true,"key":"ID","value":"<uuid>"},{"disabled":true,"key":"CustomerID","value":"1000192"},{"disabled":true,"key":"OldCustomerID","value":"<string>"},{"disabled":true,"key":"Title","value":"Mrs"},{"disabled":true,"key":"CustomerType","value":"<string>"},{"disabled":true,"key":"Name","value":"<string>"},{"disabled":true,"key":"FirstName","value":"<string>"},{"disabled":true,"key":"LastName","value":"<string>"},{"disabled":true,"key":"OtherNames","value":"<string>"},{"disabled":true,"key":"HouseAddress","value":"<string>"},{"disabled":true,"key":"MaritalStatus","value":"<string>"},{"disabled":true,"key":"MaidenName","value":"<string>"},{"disabled":true,"key":"Religion","value":"<string>"},{"disabled":true,"key":"PhoneNumber","value":"<string>"},{"disabled":true,"key":"Email","value":"<string>"},{"disabled":true,"key":"Hometown","value":"<string>"},{"disabled":true,"key":"DateOfBirth","value":"<dateTime>"},{"disabled":true,"key":"Nationality","value":"<string>"},{"disabled":true,"key":"State","value":"<string>"},{"disabled":true,"key":"LGA","value":"<string>"},{"disabled":true,"key":"MeansOfIdentification","value":"<string>"},{"disabled":true,"key":"IDNumber","value":"<string>"},{"disabled":true,"key":"NOKName","value":"<string>"},{"disabled":true,"key":"NOKAddress","value":"<string>"},{"disabled":true,"key":"NOKGender","value":"<string>"},{"disabled":true,"key":"NOKRelationship","value":"<string>"},{"disabled":true,"key":"NOKPhoneNumber","value":"<string>"},{"disabled":true,"key":"NOKEmail","value":"<string>"},{"disabled":true,"key":"Occupation","value":"<string>"},{"disabled":true,"key":"EmployerName","value":"<string>"},{"disabled":true,"key":"EmployerAddress","value":"<string>"},{"disabled":true,"key":"OfficePhoneNumber","value":"<string>"},{"disabled":true,"key":"Description","value":"<string>"},{"disabled":true,"key":"OfficialAddress","value":"<string>"},{"disabled":true,"key":"BusinessPhoneNumber","value":"<string>"},{"disabled":true,"key":"NatureOfBusiness","value":"<string>"},{"disabled":true,"key":"IndustrialSector","value":"<string>"},{"disabled":true,"key":"RegistrationDate","value":"<dateTime>"},{"disabled":true,"key":"IncorporationDate","value":"<dateTime>"},{"disabled":true,"key":"RegistrationNumber","value":"<string>"},{"disabled":true,"key":"ContactPersonName","value":"<string>"},{"disabled":true,"key":"ContactPersonPhoneNumber","value":"<string>"},{"disabled":true,"key":"CountryOfOperation","value":"<string>"},{"disabled":true,"key":"StateOfOperation","value":"<string>"},{"disabled":true,"key":"StartDate","value":"<dateTime>"},{"disabled":true,"key":"EndDate","value":"<dateTime>"},{"disabled":true,"key":"PageNumber","value":"<integer>"},{"disabled":true,"key":"PageSize","value":"<integer>"},{"disabled":true,"key":"SortColumn","value":"<string>"},{"disabled":true,"key":"Direction","value":"<string>"},{"disabled":true,"key":"BVN","value":"<string>"}],"variable":[]}},"response":[],"_postman_id":"b427f031-6738-4bd4-a17a-d21f6958f0a9"},{"name":"Create Group Customer Information","id":"2f1012e1-b404-46c0-8eb9-72e95731c359","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"key":"Authorization","value":"bearer ","type":"text"},{"key":"request-reference","value":"","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"address\": \"6, Kano street, Egbeda\",\n    \"businessPhoneNumber\": \"09034852395\",\n    \"contactPersonName\": \"07036866841\",\n    \"contactPersonPhoneNumber\": \"08025725265\",\n    \"countryOfOperation\": \"Nigeria\",\n    \"description\": \"Making sure you stay healthy\",\n    \"industrialSector\": 40100,\n    \"lga\": \"Kosofe\",\n    \"name\": \"Nuels_Health\",\n    \"natureOfBusiness\": \"Manufacturing\",\n    \"stateOfOperation\": \"Oyo\",\n    \"customerType\": 5,\n    \"registrationDate\": \"2023-02-27\",\n    \"incorporationDate\": \"2023-02-27\",\n    \"registrationNumber\": \"1097367902398\",\n    \"email\": \"nuelshealth@gmail.com\",\n    \"tin\": \"049874985\",\n    \"groupLendingConnections\": [\n        {\n            \"accountNumber\": \"1000000730\"\n        }\n    ],\n    \"groupMembers\": [\n        {\n            \"customerID\": \"00002112\",\n            \"isSignatory\": true\n        },\n        {\n            \"customerID\": \"00002113\",\n            \"isSignatory\": true\n        }\n    ]\n}"},"url":"{{baseurl}}/api/Account/v1/CreateGroupCustomerInformation","description":"<p>This endpoint is used in creating profiles for non-individual accounts. This includes Corporate, Group, GroupJoint and GroupSMEs.</p>\n<p>When created, the customer ID can be used to create non-individual accounts.</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Property Name</strong></th>\n<th><strong>Description</strong></th>\n<th><strong>Optional/ Required</strong></th>\n<th><strong>DataType</strong></th>\n<th><strong>Other Information</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Name</td>\n<td>The name of the group/ corporate</td>\n<td>Required</td>\n<td>string (300)</td>\n<td></td>\n</tr>\n<tr>\n<td>Description</td>\n<td>What the entity was registered to doing</td>\n<td>Required</td>\n<td>string (200)</td>\n<td></td>\n</tr>\n<tr>\n<td>CustomerType</td>\n<td>The category the entity falls into</td>\n<td>Required</td>\n<td>Enum  <br />  <br />  <br />Group = 2,  <br />Corporate = 3,  <br />GroupJoint = 4,  <br />GroupSME = 5</td>\n<td>Pass the name (case sensitive), not the number</td>\n</tr>\n<tr>\n<td>IndustrialSector</td>\n<td>The sector where the entity belongs</td>\n<td>Optional</td>\n<td>Enum  <br />  <br />(AgricultureForestryAndFishing = 40100,  <br />MiningAndQuarrying = 40200,  <br />Manufacturing = 40300,  <br />RealEstateActivities = 40500,  <br />GeneralCommerce = 40700,  <br />TransportationAndStorage = 40800,  <br />FinanceAndInsurance = 40900,  <br />General = 41000,  <br />Governments = 41200,  <br />WaterSupplySewageWasteMgtAndRemediationActivities = 41300,  <br />Construction = 41400,  <br />InformationAndCommunciation = 41500,  <br />ProfessionalScientificAndTechnicalActivities = 41600,  <br />AdministrativeAndSupportServiceActivities = 41700,  <br />Education = 41800,  <br />HumanHealthAndSocialWorkActivities = 41900,  <br />ArtsEntertainmentAndRecreation = 42000,  <br />ActivitiesOfExtraTerritorialOrganizationAndBodies = 42100,  <br />PowerAndEnergy = 42200,  <br />CapitalMarket = 42300,  <br />OilAndGas = 42400)</td>\n<td>Pass the name (case sensitive), not the number</td>\n</tr>\n<tr>\n<td>Address</td>\n<td>The address of the entity</td>\n<td>Required</td>\n<td>string (300)</td>\n<td></td>\n</tr>\n<tr>\n<td>BusinessPhoneNumber</td>\n<td>Primary contact number of the entity</td>\n<td>Required</td>\n<td>string (30)</td>\n<td></td>\n</tr>\n<tr>\n<td>ContactPersonName</td>\n<td>Primary contact person of the entity</td>\n<td>Required</td>\n<td>string (150)</td>\n<td></td>\n</tr>\n<tr>\n<td>ContactPersonPhoneNumber</td>\n<td>Phone number of the entity's primary contact person</td>\n<td>Required</td>\n<td>string (30)</td>\n<td></td>\n</tr>\n<tr>\n<td>CountryOfOperation</td>\n<td>The country where the entiry operates</td>\n<td>Required</td>\n<td>string (20)</td>\n<td></td>\n</tr>\n<tr>\n<td>StateOfOperation</td>\n<td>The state within the country where the entiry operates</td>\n<td>Required</td>\n<td>string (20)</td>\n<td></td>\n</tr>\n<tr>\n<td>Lga</td>\n<td>The local government within the state of the country where the entiry operates</td>\n<td>Required</td>\n<td>string (20)</td>\n<td></td>\n</tr>\n<tr>\n<td>NatureOfBusines</td>\n<td>Nature of the business</td>\n<td>Required</td>\n<td>string (200)</td>\n<td>Example: Manufacturing</td>\n</tr>\n<tr>\n<td>RegistrationDate</td>\n<td>Date of business registration</td>\n<td>Optional</td>\n<td>DateTime</td>\n<td></td>\n</tr>\n<tr>\n<td>IncorporationDate</td>\n<td>Date of incorporation</td>\n<td>Optional</td>\n<td>DateTime</td>\n<td></td>\n</tr>\n<tr>\n<td>RegistrationNumber</td>\n<td>Business Registration Number</td>\n<td>Optional</td>\n<td>string (100)</td>\n<td></td>\n</tr>\n<tr>\n<td>Email</td>\n<td>Email address of the entity</td>\n<td>Optional</td>\n<td>string (100)</td>\n<td></td>\n</tr>\n<tr>\n<td>TIN</td>\n<td>Tax Identification Number of the entity</td>\n<td>Optional</td>\n<td>string (50)</td>\n<td></td>\n</tr>\n</tbody>\n</table>\n</div>","auth":{"type":"bearer","bearer":{"basicConfig":[]},"isInherited":true,"source":{"_postman_id":"b74b83ec-4c5d-43bb-89e8-43631dd7c6a4","id":"b74b83ec-4c5d-43bb-89e8-43631dd7c6a4","name":"Account","type":"folder"}},"urlObject":{"path":["api","Account","v1","CreateGroupCustomerInformation"],"host":["{{baseurl}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"2f1012e1-b404-46c0-8eb9-72e95731c359"},{"name":"Update Group Customer Information","id":"d07aed62-e423-4466-959e-54da8cc29444","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"key":"Authorization","value":"bearer ","type":"text"},{"key":"request-reference","value":"","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"id\": \"f86185c1-d2ce-4d50-89bf-1b27b7b76bbc\",\n    \"customerType\": 2,\n    \"name\": \"Bell Cuisine\",\n    \"description\": \"Restaurant and bar\",\n    \"address\": \"6, Olatunji Street, Ota\",\n    \"businessPhoneNumber\": \"09062452677\",\n    \"natureOfBusiness\": \"Food\",\n    \"industrialSector\": 40100,\n    \"registrationDate\": \"2023-02-28T23:46:30.262Z\",\n    \"incorporationDate\": \"2023-02-28T23:46:30.262Z\",\n    \"registrationNumber\": \"294892384393\",\n    \"email\": \"bleeacuisine@gmail.com\",\n    \"contactPersonName\": \"09036738632\",\n    \"contactPersonPhoneNumber\": \"08173986209\",\n    \"countryOfOperation\": \"Nigeria\",\n    \"stateOfOperation\": \"Ogun\",\n    \"lga\": \"Ota LGA\",\n    \"tin\": \"0985674395\",\n    \"pep\": true,\n    \"groupLendingConnections\": [\n        {\n            \"accountNumber\": \"1000000730\"\n        }\n    ],\n    \"groupMembers\": [\n        {\n            \"customerID\": \"00002121\",\n            \"isSignatory\": true\n        },\n        {\n            \"customerID\": \"00002126\",\n            \"isSignatory\": true\n        }\n    ]\n}"},"url":"{{baseurl}}/api/Account/v1/UpdateGroupCustomerInformation","auth":{"type":"bearer","bearer":{"basicConfig":[]},"isInherited":true,"source":{"_postman_id":"b74b83ec-4c5d-43bb-89e8-43631dd7c6a4","id":"b74b83ec-4c5d-43bb-89e8-43631dd7c6a4","name":"Account","type":"folder"}},"urlObject":{"path":["api","Account","v1","UpdateGroupCustomerInformation"],"host":["{{baseurl}}"],"query":[],"variable":[]}},"response":[{"id":"0dd88356-64f1-4dd7-b4f4-37dcd2a63c78","name":"Update Group Customer Information","originalRequest":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"key":"Authorization","value":"bearer ","type":"text"},{"key":"request-reference","value":"","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"id\": \"f86185c1-d2ce-4d50-89bf-1b27b7b76bbc\",\n    \"customerType\": 2,\n    \"name\": \"Bell Cuisine\",\n    \"description\": \"Restaurant and bar\",\n    \"address\": \"6, Olatunji Street, Ota\",\n    \"businessPhoneNumber\": \"09062452677\",\n    \"natureOfBusiness\": \"Food\",\n    \"industrialSector\": 40100,\n    \"registrationDate\": \"2023-02-28T23:46:30.262Z\",\n    \"incorporationDate\": \"2023-02-28T23:46:30.262Z\",\n    \"registrationNumber\": \"294892384393\",\n    \"email\": \"bleeacuisine@gmail.com\",\n    \"contactPersonName\": \"09036738632\",\n    \"contactPersonPhoneNumber\": \"08173986209\",\n    \"countryOfOperation\": \"Nigeria\",\n    \"stateOfOperation\": \"Ogun\",\n    \"lga\": \"Ota LGA\",\n    \"tin\": \"0985674395\",\n    \"pep\": true,\n    \"groupLendingConnections\": [\n        {\n            \"accountNumber\": \"1000000730\"\n        }\n    ],\n    \"groupMembers\": [\n        {\n            \"customerID\": \"00002121\",\n            \"isSignatory\": true\n        },\n        {\n            \"customerID\": \"00002126\",\n            \"isSignatory\": true\n        }\n    ]\n}"},"url":"{{baseurl}}/api/Account/v1/UpdateGroupCustomerInformation"},"_postman_previewlanguage":null,"header":null,"cookie":[],"responseTime":null,"body":null}],"_postman_id":"d07aed62-e423-4466-959e-54da8cc29444"},{"name":"Activate","id":"cf61def4-4727-426f-b0c7-c99bc3c4a999","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"key":"Authorization","value":"bearer ","type":"text"},{"key":"request-reference","value":"","type":"text"}],"body":{"mode":"raw","raw":"{\n  \"accountNumber\": \"1000001672\"\n}","options":{"raw":{"language":"json"}}},"url":"{{baseurl}}/api/account/v1/activate","auth":{"type":"bearer","bearer":{"basicConfig":[]},"isInherited":true,"source":{"_postman_id":"b74b83ec-4c5d-43bb-89e8-43631dd7c6a4","id":"b74b83ec-4c5d-43bb-89e8-43631dd7c6a4","name":"Account","type":"folder"}},"urlObject":{"path":["api","account","v1","activate"],"host":["{{baseurl}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"cf61def4-4727-426f-b0c7-c99bc3c4a999"},{"name":"Deactivate","id":"52927d41-3c4b-466a-b2d9-d2dec25b9e2f","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"key":"Authorization","value":"bearer ","type":"text"},{"key":"request-reference","value":"","type":"text"}],"body":{"mode":"raw","raw":"{\n  \"accountNumber\": \"1000000637\"\n}","options":{"raw":{"language":"json"}}},"url":"{{baseurl}}/api/account/v1/deactivate","auth":{"type":"bearer","bearer":{"basicConfig":[]},"isInherited":true,"source":{"_postman_id":"b74b83ec-4c5d-43bb-89e8-43631dd7c6a4","id":"b74b83ec-4c5d-43bb-89e8-43631dd7c6a4","name":"Account","type":"folder"}},"urlObject":{"path":["api","account","v1","deactivate"],"host":["{{baseurl}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"52927d41-3c4b-466a-b2d9-d2dec25b9e2f"},{"name":"Place PND","id":"f9b91820-3cc6-4b86-8f42-83fba425b36f","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"key":"Authorization","value":"bearer ","type":"text"},{"key":"request-reference","value":"","type":"text"}],"body":{"mode":"raw","raw":"{\n  \"accountNumber\": \"1000000730\"\n}","options":{"raw":{"language":"json"}}},"url":"{{baseurl}}/api/account/v1/placepnd","auth":{"type":"bearer","bearer":{"basicConfig":[]},"isInherited":true,"source":{"_postman_id":"b74b83ec-4c5d-43bb-89e8-43631dd7c6a4","id":"b74b83ec-4c5d-43bb-89e8-43631dd7c6a4","name":"Account","type":"folder"}},"urlObject":{"path":["api","account","v1","placepnd"],"host":["{{baseurl}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"f9b91820-3cc6-4b86-8f42-83fba425b36f"},{"name":"Remove PND","id":"dda3a7b5-7a49-412f-84d7-19b85bbcaf32","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"key":"Authorization","value":"bearer ","type":"text"},{"key":"request-reference","value":"","type":"text"}],"body":{"mode":"raw","raw":"{\n  \"accountNumber\": \"1000000730\"\n}","options":{"raw":{"language":"json"}}},"url":"{{baseurl}}/api/account/v1/removepnd","auth":{"type":"bearer","bearer":{"basicConfig":[]},"isInherited":true,"source":{"_postman_id":"b74b83ec-4c5d-43bb-89e8-43631dd7c6a4","id":"b74b83ec-4c5d-43bb-89e8-43631dd7c6a4","name":"Account","type":"folder"}},"urlObject":{"path":["api","account","v1","removepnd"],"host":["{{baseurl}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"dda3a7b5-7a49-412f-84d7-19b85bbcaf32"},{"name":"Place PNC","id":"7b6db1d6-de0c-4ed2-a931-15061dfd571c","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"key":"Authorization","value":"bearer ","type":"text"},{"key":"request-reference","value":"","type":"text"}],"body":{"mode":"raw","raw":"{\n  \"accountNumber\": \"1000000730\"\n}","options":{"raw":{"language":"json"}}},"url":"{{baseurl}}/api/account/v1/placepnc","auth":{"type":"bearer","bearer":{"basicConfig":[]},"isInherited":true,"source":{"_postman_id":"b74b83ec-4c5d-43bb-89e8-43631dd7c6a4","id":"b74b83ec-4c5d-43bb-89e8-43631dd7c6a4","name":"Account","type":"folder"}},"urlObject":{"path":["api","account","v1","placepnc"],"host":["{{baseurl}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"7b6db1d6-de0c-4ed2-a931-15061dfd571c"},{"name":"Remove PNC","id":"99b7438b-4208-42e2-b2b1-9634cc3b8d88","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"key":"Authorization","value":"bearer ","type":"text"},{"key":"request-reference","value":"","type":"text"}],"body":{"mode":"raw","raw":"{\n  \"accountNumber\": \"1000000730\"\n}","options":{"raw":{"language":"json"}}},"url":"{{baseurl}}/api/account/v1/removepnc","auth":{"type":"bearer","bearer":{"basicConfig":[]},"isInherited":true,"source":{"_postman_id":"b74b83ec-4c5d-43bb-89e8-43631dd7c6a4","id":"b74b83ec-4c5d-43bb-89e8-43631dd7c6a4","name":"Account","type":"folder"}},"urlObject":{"path":["api","account","v1","removepnc"],"host":["{{baseurl}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"99b7438b-4208-42e2-b2b1-9634cc3b8d88"},{"name":"Freeze","id":"83126dc4-d126-44d2-8ec2-522fec7e9c42","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"key":"Authorization","value":"bearer ","type":"text"},{"key":"request-reference","value":"","type":"text"}],"body":{"mode":"raw","raw":"{\n  \"accountNumber\": \"1000000730\"\n}","options":{"raw":{"language":"json"}}},"url":"{{baseurl}}/api/account/v1/freeze","auth":{"type":"bearer","bearer":{"basicConfig":[]},"isInherited":true,"source":{"_postman_id":"b74b83ec-4c5d-43bb-89e8-43631dd7c6a4","id":"b74b83ec-4c5d-43bb-89e8-43631dd7c6a4","name":"Account","type":"folder"}},"urlObject":{"path":["api","account","v1","freeze"],"host":["{{baseurl}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"83126dc4-d126-44d2-8ec2-522fec7e9c42"},{"name":"Unfreeze","id":"4891d4e2-ba0d-434b-b162-23e50bc039ca","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"key":"Authorization","value":"bearer ","type":"text"},{"key":"request-reference","value":"","type":"text"}],"body":{"mode":"raw","raw":"{\n  \"accountNumber\": \"1000000730\"\n}","options":{"raw":{"language":"json"}}},"url":"{{baseurl}}/api/account/v1/unfreeze","auth":{"type":"bearer","bearer":{"basicConfig":[]},"isInherited":true,"source":{"_postman_id":"b74b83ec-4c5d-43bb-89e8-43631dd7c6a4","id":"b74b83ec-4c5d-43bb-89e8-43631dd7c6a4","name":"Account","type":"folder"}},"urlObject":{"path":["api","account","v1","unfreeze"],"host":["{{baseurl}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"4891d4e2-ba0d-434b-b162-23e50bc039ca"}],"id":"b74b83ec-4c5d-43bb-89e8-43631dd7c6a4","description":"<p>Exposes endpoints that allows you do Onboarding, Customer Update, Name Inquiry and Balance Inquiry.</p>\n<p>Basic Parameters :</p>\n<ul>\n<li><p><em>BranchCode: 101</em></p>\n</li>\n<li><p><em>ProductCode:</em> 211</p>\n</li>\n<li><p><em>AccountOfficerStaffID : 23231</em></p>\n</li>\n</ul>\n","auth":{"type":"bearer","bearer":{"basicConfig":[]},"isInherited":false},"event":[{"listen":"prerequest","script":{"id":"434d7a8d-6b51-4eb9-94a5-3cd246ea4bb3","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"f81c7906-f0e3-4c09-9ffe-48f826a7db79","type":"text/javascript","exec":[""]}}],"_postman_id":"b74b83ec-4c5d-43bb-89e8-43631dd7c6a4"},{"name":"Account Overdraft","item":[{"name":"Add Account Overdraft","id":"e7ce1b83-02e9-41cf-ba22-341e55682bec","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"key":"Authorization","value":"bearer ","type":"text"},{"key":"request-reference","value":"","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"accountNumber\": \"1000001957\",\n    \"limit\": 10000000,\n    \"tenure\": 12,\n    \"commencementDate\": \"2021-07-25\",\n    \"useDefaultFee\": true,\n    \"feeCodes\": null,\n    \"feeAmount\": 0,\n    \"useDefaultInterest\": true,\n    \"interestCode\": null,\n    \"interestAmount\": 0,\n    \"securityPledged\": true,\n    \"securityType\": 1,\n    \"securityValuation\": 100000,\n    \"description\": \"Overdraft\",\n    \"guarantorName\": \"Olugbenga\",\n    \"guarantorPhoneNumber\": \"09035861174\"\n}"},"url":"{{baseurl}}/api/accountoverdraft/v1/add","description":"<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>PropertyName</strong></th>\n<th><strong>Description</strong></th>\n<th><strong>Required/Optional</strong></th>\n<th><strong>Data Type (length)</strong></th>\n<th><strong>Other Information</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>AccountNumber</td>\n<td>Customer's Account Number (NUBAN).</td>\n<td>Required</td>\n<td>String (10)</td>\n<td></td>\n</tr>\n<tr>\n<td>Limit</td>\n<td>Overdraft Limit</td>\n<td>Required</td>\n<td>Number</td>\n<td>Amount should be sent in the currency base unit.For example: 1000 naira will be sent as 1000 * 100</td>\n</tr>\n<tr>\n<td>CommencementDate</td>\n<td>The day the Overdraft Limit is added to Customer's Balance</td>\n<td>Required</td>\n<td>Date</td>\n<td></td>\n</tr>\n<tr>\n<td>Tenure</td>\n<td>Overdraft Tenure in Days</td>\n<td>Optional</td>\n<td>Number</td>\n<td></td>\n</tr>\n<tr>\n<td>FeeCodes</td>\n<td>Fees that should be charged for</td>\n<td>Optional</td>\n<td>List of Fee Codes</td>\n<td>Overdraft Fees can be configured on the Fee Section on Udara 360.</td>\n</tr>\n<tr>\n<td>InterestCode</td>\n<td>Credit Interest to apply</td>\n<td>Optional</td>\n<td>String (3)</td>\n<td>Credit Interest can be configured on the Fee Section on Udara 360.</td>\n</tr>\n<tr>\n<td>SecurityPledged</td>\n<td>Security Pledged?</td>\n<td>Optional</td>\n<td>Boolean</td>\n<td></td>\n</tr>\n<tr>\n<td>SecurityType</td>\n<td>Security Type</td>\n<td>Optional</td>\n<td>Enum (RealEstateAndLandAndBuilding = 1,Automobile,PlantAndEquipment,NaturalReserves,MarketableSecurities,AccountsReceivableAndInventory,Cash,PersonalGuarantees,PostDatedCheques,Dormicilliation,HouseholdItems</td>\n<td></td>\n</tr>\n<tr>\n<td>SecurityValuation</td>\n<td>Valuation of the security pledged in kobo</td>\n<td>Optional</td>\n<td>Number</td>\n<td></td>\n</tr>\n<tr>\n<td>Description</td>\n<td></td>\n<td></td>\n<td></td>\n<td></td>\n</tr>\n<tr>\n<td>Optional</td>\n<td>String (150)</td>\n<td></td>\n<td></td>\n<td></td>\n</tr>\n<tr>\n<td>GuarantorName</td>\n<td>Guarantor's Name</td>\n<td>Optional</td>\n<td>String (100)</td>\n<td></td>\n</tr>\n<tr>\n<td>GuarantorPhoneNumber</td>\n<td>Guarantor's Phone Number</td>\n<td>Optional</td>\n<td>String (20)</td>\n<td></td>\n</tr>\n</tbody>\n</table>\n</div>","auth":{"type":"bearer","bearer":{"basicConfig":[]},"isInherited":true,"source":{"_postman_id":"4185c320-33b3-49b6-9e8b-858432e0d9f6","id":"4185c320-33b3-49b6-9e8b-858432e0d9f6","name":"Account Overdraft","type":"folder"}},"urlObject":{"path":["api","accountoverdraft","v1","add"],"host":["{{baseurl}}"],"query":[],"variable":[]}},"response":[{"id":"3f313c8e-a3cf-4180-b823-53069f0c293e","name":"OK - Successful","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"bearer {token}","description":"Authorization header"},{"key":"request-reference","value":"{unique_reference}","description":"Unique request reference"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"accountNumber\": \"string\",\n  \"limit\": 0,\n  \"tenure\": 0,\n  \"commencementDate\": \"2023-01-20T23:33:10.339Z\",\n  \"useDefaultFee\": true,\n  \"feeCodes\": [\n    {\n      \"feeCode\": \"string\"\n    }\n  ],\n  \"feeAmount\": 0,\n  \"useDefaultInterest\": true,\n  \"interestCode\": \"string\",\n  \"interestAmount\": 0,\n  \"securityPledged\": true,\n  \"securityType\": \"string\",\n  \"securityValuation\": 0,\n  \"description\": \"string\",\n  \"guarantorName\": \"string\",\n  \"guarantorPhoneNumber\": \"string\"\n}","options":{"raw":{"language":"json"}}},"url":"{{baseurl}}/api/accountoverdraft/v1/add"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":null,"cookie":[],"responseTime":null,"body":"{\n  \"status\": true,\n  \"message\": \"string\",\n  \"data\": {\n    \"id\": \"3fa85f64-5717-4562-b3fc-2c963f66afa6\"\n  }\n}"},{"id":"850291e0-c44e-4ec0-8dc9-90ef9c2fc70d","name":"Server Error","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"bearer {token}","description":"Authorization header"},{"key":"request-reference","value":"{unique_reference}","description":"Unique request reference"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"accountNumber\": \"string\",\n  \"limit\": 0,\n  \"tenure\": 0,\n  \"commencementDate\": \"2023-01-20T23:33:10.339Z\",\n  \"useDefaultFee\": true,\n  \"feeCodes\": [\n    {\n      \"feeCode\": \"string\"\n    }\n  ],\n  \"feeAmount\": 0,\n  \"useDefaultInterest\": true,\n  \"interestCode\": \"string\",\n  \"interestAmount\": 0,\n  \"securityPledged\": true,\n  \"securityType\": \"string\",\n  \"securityValuation\": 0,\n  \"description\": \"string\",\n  \"guarantorName\": \"string\",\n  \"guarantorPhoneNumber\": \"string\"\n}","options":{"raw":{"language":"json"}}},"url":"{{baseurl}}/api/accountoverdraft/v1/add"},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":""}],"cookie":[],"responseTime":null,"body":"{\n    \"errors\": [\n        {\n            \"statusCode\": 0,\n            \"errorCode\": \"string\",\n            \"errorMessage\": \"string\"\n        }\n    ]\n}"}],"_postman_id":"e7ce1b83-02e9-41cf-ba22-341e55682bec"},{"name":"Update Account Overdraft","id":"be826984-4bd8-4b92-aa2f-102e1401c129","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"key":"Authorization","value":"bearer ","type":"text"},{"key":"request-reference","value":"","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"accountNumber\": \"1000001713\",\n    \"id\": \"ae097c4c-12cf-4b9c-a041-347c4aebbda5\",\n    \"tenure\": 12,\n    \"commencementDate\": \"2021-07-20\",\n    \"useDefaultFee\": true,\n    \"feeCodes\": null,\n    \"feeAmount\": 0,\n    \"useDefaultInterest\": true,\n    \"interestCode\": null,\n    \"interestAmount\": 0,\n    \"securityPledged\": true,\n    \"securityType\": 1,\n    \"securityValuation\": 100000,\n    \"description\": \"Overdraft\",\n    \"guarantorName\": \"Olugbenga\",\n    \"guarantorPhoneNumber\": \"09035861174\"\n}"},"url":"{{baseurl}}/api/accountoverdraft/v1/update","description":"<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>PropertyName</strong></th>\n<th><strong>Description</strong></th>\n<th><strong>Required/Optional</strong></th>\n<th><strong>Data Type (length)</strong></th>\n<th><strong>Other Information</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>ID</td>\n<td>Account Overdraft Unique ID</td>\n<td>Required</td>\n<td>Guid</td>\n<td></td>\n</tr>\n<tr>\n<td>Limit</td>\n<td>Overdraft Limit</td>\n<td>Optional</td>\n<td>Number (nullable)</td>\n<td>Amount should be sent in the currency base unit.For example: 1000 naira will be sent as 1000 * 100</td>\n</tr>\n<tr>\n<td>CommencementDate</td>\n<td>The day the Overdraft Limit is added to Customer's Balance</td>\n<td>Optional</td>\n<td>Date (nullable)</td>\n<td></td>\n</tr>\n<tr>\n<td>Tenure</td>\n<td>Overdraft Tenure in Days</td>\n<td>Optional</td>\n<td>Number (nullable)</td>\n<td></td>\n</tr>\n<tr>\n<td>InterestCode</td>\n<td>Credit Interest to apply</td>\n<td>Optional</td>\n<td>String (3)</td>\n<td>Credit Interest can be configured on the Fee Section on Udara 360.</td>\n</tr>\n<tr>\n<td>SecurityPledged</td>\n<td>Security Pledged?</td>\n<td>Optional</td>\n<td>Boolean (nullable)</td>\n<td></td>\n</tr>\n<tr>\n<td>SecurityType</td>\n<td>Security Type</td>\n<td>Optional</td>\n<td>Enum nullable (RealEstateAndLandAndBuilding = 1,Automobile,PlantAndEquipment,NaturalReserves,MarketableSecurities,AccountsReceivableAndInventory,Cash,PersonalGuarantees,PostDatedCheques,Dormicilliation,HouseholdItems</td>\n<td></td>\n</tr>\n<tr>\n<td>SecurityValuation</td>\n<td>Valuation of the security pledged in kobo</td>\n<td>Optional</td>\n<td>Number (nullable)</td>\n<td></td>\n</tr>\n<tr>\n<td>Description</td>\n<td></td>\n<td>Optional</td>\n<td>String (150)</td>\n<td></td>\n</tr>\n</tbody>\n</table>\n</div>","auth":{"type":"bearer","bearer":{"basicConfig":[]},"isInherited":true,"source":{"_postman_id":"4185c320-33b3-49b6-9e8b-858432e0d9f6","id":"4185c320-33b3-49b6-9e8b-858432e0d9f6","name":"Account Overdraft","type":"folder"}},"urlObject":{"path":["api","accountoverdraft","v1","update"],"host":["{{baseurl}}"],"query":[],"variable":[]}},"response":[{"id":"997638d0-595a-4966-be2f-8bc2418ca484","name":"OK - Successful","originalRequest":{"method":"PUT","header":[{"key":"Authorization","value":"bearer {token}","description":"Authorization header"},{"key":"request-reference","value":"{unique_reference}","description":"Unique request reference"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"id\": \"3fa85f64-5717-4562-b3fc-2c963f66afa6\",\n  \"limit\": 0,\n  \"tenure\": 0,\n  \"commencementDate\": \"2023-01-20T23:33:42.897Z\",\n  \"useDefaultFee\": true,\n  \"feeCodes\": [\n    {\n      \"feeCode\": \"string\"\n    }\n  ],\n  \"feeAmount\": 0,\n  \"useDefaultInterest\": true,\n  \"interestCode\": \"string\",\n  \"interestAmount\": 0,\n  \"securityPledged\": true,\n  \"securityType\": \"string\",\n  \"securityValuation\": 0,\n  \"description\": \"string\"\n}","options":{"raw":{"language":"json"}}},"url":"{{baseurl}}/api/accountoverdraft/v1/update"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":null,"cookie":[],"responseTime":null,"body":"{\n  \"status\": true,\n  \"message\": \"string\"\n}"},{"id":"7bc32da1-df02-47bf-a378-75807649acf3","name":"Server Error","originalRequest":{"method":"PUT","header":[{"key":"Authorization","value":"bearer {token}","description":"Authorization header"},{"key":"request-reference","value":"{unique_reference}","description":"Unique request reference"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"id\": \"3fa85f64-5717-4562-b3fc-2c963f66afa6\",\n  \"limit\": 0,\n  \"tenure\": 0,\n  \"commencementDate\": \"2023-01-20T23:33:42.897Z\",\n  \"useDefaultFee\": true,\n  \"feeCodes\": [\n    {\n      \"feeCode\": \"string\"\n    }\n  ],\n  \"feeAmount\": 0,\n  \"useDefaultInterest\": true,\n  \"interestCode\": \"string\",\n  \"interestAmount\": 0,\n  \"securityPledged\": true,\n  \"securityType\": \"string\",\n  \"securityValuation\": 0,\n  \"description\": \"string\"\n}","options":{"raw":{"language":"json"}}},"url":"{{baseurl}}/api/accountoverdraft/v1/update"},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":null,"cookie":[],"responseTime":null,"body":"{\n  \"errors\": [\n    {\n      \"statusCode\": 0,\n      \"errorCode\": \"string\",\n      \"errorMessage\": \"string\"\n    }\n  ]\n}"}],"_postman_id":"be826984-4bd8-4b92-aa2f-102e1401c129"},{"name":"Activate","id":"57f354f1-0e94-46d4-a343-82bc95e7bb81","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"key":"Authorization","value":"bearer ","type":"text"},{"key":"request-reference","value":"","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"id\": \"64d2805f-008f-40c8-a3fa-78234acd20df\"\n}"},"url":"{{baseurl}}/api/accountoverdraft/v1/activate","description":"<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Property Name</strong></th>\n<th><strong>Description</strong></th>\n<th><strong>Required/Optional</strong></th>\n<th><strong>Data Type (length)</strong></th>\n<th><strong>Other Information</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>ID</td>\n<td>The ID of the Account Overdraft</td>\n<td>Required</td>\n<td>Guid</td>\n<td></td>\n</tr>\n</tbody>\n</table>\n</div>","auth":{"type":"bearer","bearer":{"basicConfig":[]},"isInherited":true,"source":{"_postman_id":"4185c320-33b3-49b6-9e8b-858432e0d9f6","id":"4185c320-33b3-49b6-9e8b-858432e0d9f6","name":"Account Overdraft","type":"folder"}},"urlObject":{"path":["api","accountoverdraft","v1","activate"],"host":["{{baseurl}}"],"query":[],"variable":[]}},"response":[{"id":"e208547b-3b59-43a2-aee9-b567a1d9c49e","name":"OK - Successful","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"bearer {token}","description":"Authorization header"},{"key":"request-reference","value":"{unique_reference}","description":"Unique request reference"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"id\": \"3fa85f64-5717-4562-b3fc-2c963f66afa6\",\n  \"customerID\": \"string\",\n  \"title\": \"string\",\n  \"lastName\": \"string\",\n  \"firstName\": \"string\",\n  \"otherNames\": \"string\",\n  \"gender\": \"string\",\n  \"houseAddress\": \"string\",\n  \"maritalStatus\": \"string\",\n  \"maidenName\": \"string\",\n  \"religion\": \"string\",\n  \"signatureFileUrl\": \"string\",\n  \"passportFileUrl\": \"string\",\n  \"hometown\": \"string\",\n  \"dateOfBirth\": \"string\",\n  \"nationality\": \"string\",\n  \"state\": \"string\",\n  \"lga\": \"string\",\n  \"meansOfIdentification\": \"string\",\n  \"idNumber\": \"string\",\n  \"nokName\": \"string\",\n  \"nokAddress\": \"string\",\n  \"nokGender\": \"string\",\n  \"nokRelationship\": \"string\",\n  \"nokPhoneNumber\": \"string\",\n  \"nokEmail\": \"string\",\n  \"occupation\": \"string\",\n  \"employerName\": \"string\",\n  \"employerAddress\": \"string\",\n  \"officePhoneNumber\": \"string\",\n  \"bvn\": \"string\",\n  \"tin\": \"string\",\n  \"pep\": true\n}","options":{"raw":{"language":"json"}}},"url":"{{baseurl}}/api/accountoverdraft/v1/activate"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":null,"cookie":[],"responseTime":null,"body":"{\n  \"status\": true,\n  \"message\": \"string\"\n}"},{"id":"e89bf4dc-2ac6-401b-9ad9-7f45b427f2d2","name":"Server Error","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"bearer {token}","description":"Authorization header"},{"key":"request-reference","value":"{unique_reference}","description":"Unique request reference"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"id\": \"3fa85f64-5717-4562-b3fc-2c963f66afa6\",\n  \"customerID\": \"string\",\n  \"title\": \"string\",\n  \"lastName\": \"string\",\n  \"firstName\": \"string\",\n  \"otherNames\": \"string\",\n  \"gender\": \"string\",\n  \"houseAddress\": \"string\",\n  \"maritalStatus\": \"string\",\n  \"maidenName\": \"string\",\n  \"religion\": \"string\",\n  \"signatureFileUrl\": \"string\",\n  \"passportFileUrl\": \"string\",\n  \"hometown\": \"string\",\n  \"dateOfBirth\": \"string\",\n  \"nationality\": \"string\",\n  \"state\": \"string\",\n  \"lga\": \"string\",\n  \"meansOfIdentification\": \"string\",\n  \"idNumber\": \"string\",\n  \"nokName\": \"string\",\n  \"nokAddress\": \"string\",\n  \"nokGender\": \"string\",\n  \"nokRelationship\": \"string\",\n  \"nokPhoneNumber\": \"string\",\n  \"nokEmail\": \"string\",\n  \"occupation\": \"string\",\n  \"employerName\": \"string\",\n  \"employerAddress\": \"string\",\n  \"officePhoneNumber\": \"string\",\n  \"bvn\": \"string\",\n  \"tin\": \"string\",\n  \"pep\": true\n}","options":{"raw":{"language":"json"}}},"url":"{{baseurl}}/api/accountoverdraft/v1/activate"},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":null,"cookie":[],"responseTime":null,"body":"{\n  \"errors\": [\n    {\n      \"statusCode\": 0,\n      \"errorCode\": \"string\",\n      \"errorMessage\": \"string\"\n    }\n  ]\n}"}],"_postman_id":"57f354f1-0e94-46d4-a343-82bc95e7bb81"},{"name":"Deactivate","id":"b3d11ab7-ffe1-4255-97e5-ff771faeb286","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"key":"Authorization","value":"bearer ","type":"text"},{"key":"request-reference","value":"","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"id\": \"ae097c4c-12cf-4b9c-a041-347c4aebbda5\"\n}"},"url":"{{baseurl}}/api/accountoverdraft/v1/deactivate","description":"<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Property Name</strong></th>\n<th><strong>Description</strong></th>\n<th><strong>Required/Optional</strong></th>\n<th><strong>Data Type (length)</strong></th>\n<th><strong>Other Information</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>ID</td>\n<td>The ID of the Account Overdraft</td>\n<td>Required</td>\n<td>Guid</td>\n<td></td>\n</tr>\n</tbody>\n</table>\n</div>","auth":{"type":"bearer","bearer":{"basicConfig":[]},"isInherited":true,"source":{"_postman_id":"4185c320-33b3-49b6-9e8b-858432e0d9f6","id":"4185c320-33b3-49b6-9e8b-858432e0d9f6","name":"Account Overdraft","type":"folder"}},"urlObject":{"path":["api","accountoverdraft","v1","deactivate"],"host":["{{baseurl}}"],"query":[],"variable":[]}},"response":[{"id":"c35bfa65-8ee4-4607-9e70-651183d87d70","name":"OK - Successful","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"bearer {token}","description":"Authorization header"},{"key":"request-reference","value":"{unique_reference}","description":"Unique request reference"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"id\": \"3fa85f64-5717-4562-b3fc-2c963f66afa6\",\n  \"customerID\": \"string\",\n  \"title\": \"string\",\n  \"lastName\": \"string\",\n  \"firstName\": \"string\",\n  \"otherNames\": \"string\",\n  \"gender\": \"string\",\n  \"houseAddress\": \"string\",\n  \"maritalStatus\": \"string\",\n  \"maidenName\": \"string\",\n  \"religion\": \"string\",\n  \"signatureFileUrl\": \"string\",\n  \"passportFileUrl\": \"string\",\n  \"hometown\": \"string\",\n  \"dateOfBirth\": \"string\",\n  \"nationality\": \"string\",\n  \"state\": \"string\",\n  \"lga\": \"string\",\n  \"meansOfIdentification\": \"string\",\n  \"idNumber\": \"string\",\n  \"nokName\": \"string\",\n  \"nokAddress\": \"string\",\n  \"nokGender\": \"string\",\n  \"nokRelationship\": \"string\",\n  \"nokPhoneNumber\": \"string\",\n  \"nokEmail\": \"string\",\n  \"occupation\": \"string\",\n  \"employerName\": \"string\",\n  \"employerAddress\": \"string\",\n  \"officePhoneNumber\": \"string\",\n  \"bvn\": \"string\",\n  \"tin\": \"string\",\n  \"pep\": true\n}","options":{"raw":{"language":"json"}}},"url":"{{baseurl}}/api/accountoverdraft/v1/deactivate"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":null,"cookie":[],"responseTime":null,"body":"{\n  \"status\": true,\n  \"message\": \"string\"\n}"},{"id":"3d741d52-76df-405e-b207-9f5ca095b483","name":"Server Error","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"bearer {token}","description":"Authorization header"},{"key":"request-reference","value":"{unique_reference}","description":"Unique request reference"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"id\": \"3fa85f64-5717-4562-b3fc-2c963f66afa6\",\n  \"customerID\": \"string\",\n  \"title\": \"string\",\n  \"lastName\": \"string\",\n  \"firstName\": \"string\",\n  \"otherNames\": \"string\",\n  \"gender\": \"string\",\n  \"houseAddress\": \"string\",\n  \"maritalStatus\": \"string\",\n  \"maidenName\": \"string\",\n  \"religion\": \"string\",\n  \"signatureFileUrl\": \"string\",\n  \"passportFileUrl\": \"string\",\n  \"hometown\": \"string\",\n  \"dateOfBirth\": \"string\",\n  \"nationality\": \"string\",\n  \"state\": \"string\",\n  \"lga\": \"string\",\n  \"meansOfIdentification\": \"string\",\n  \"idNumber\": \"string\",\n  \"nokName\": \"string\",\n  \"nokAddress\": \"string\",\n  \"nokGender\": \"string\",\n  \"nokRelationship\": \"string\",\n  \"nokPhoneNumber\": \"string\",\n  \"nokEmail\": \"string\",\n  \"occupation\": \"string\",\n  \"employerName\": \"string\",\n  \"employerAddress\": \"string\",\n  \"officePhoneNumber\": \"string\",\n  \"bvn\": \"string\",\n  \"tin\": \"string\",\n  \"pep\": true\n}","options":{"raw":{"language":"json"}}},"url":"{{baseurl}}/api/accountoverdraft/v1/deactivate"},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":null,"cookie":[],"responseTime":null,"body":"{\n  \"errors\": [\n    {\n      \"statusCode\": 0,\n      \"errorCode\": \"string\",\n      \"errorMessage\": \"string\"\n    }\n  ]\n}"}],"_postman_id":"b3d11ab7-ffe1-4255-97e5-ff771faeb286"},{"name":"Search","id":"437a0212-9c61-4f88-86c2-c03a9a4607a1","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"key":"Authorization","value":"bearer ","type":"text"},{"key":"request-reference","value":"","type":"text"}],"body":{"mode":"raw","raw":""},"url":"{{baseurl}}/api/AccountOverdraft/v1/Search?AccountName=Benjamin Joseph","description":"<p><strong>OverdraftStatus</strong> -</p>\n<p>Inactive = 1,<br />Active = 2,<br />Disabled = 3,<br />Pending = 4,<br />Expired = 5</p>\n<p><strong>Overdraft Security Type</strong> -</p>\n<p>[Description(\"Real Estate And Land And Building\")]<br />RealEstateAndLandAndBuilding = 1,<br />Automobile = 2,<br />PlantAndEquipment = 3,<br />NaturalReserves = 4,<br />MarketableSecurities = 5,<br />AccountsReceivableAndInventory = 6,<br />Cash = 7,<br />PersonalGuarantees = 8,<br />PostDatedCheques = 9,<br />Dormicilliation = 10,<br />HouseholdItems = 11</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[]},"isInherited":true,"source":{"_postman_id":"4185c320-33b3-49b6-9e8b-858432e0d9f6","id":"4185c320-33b3-49b6-9e8b-858432e0d9f6","name":"Account Overdraft","type":"folder"}},"urlObject":{"path":["api","AccountOverdraft","v1","Search"],"host":["{{baseurl}}"],"query":[{"disabled":true,"key":"AccountNumber","value":"1000000675"},{"key":"AccountName","value":"Benjamin Joseph"},{"disabled":true,"key":"ProductCode","value":"001"},{"disabled":true,"key":"OverdraftStatus","value":"Disabled"},{"disabled":true,"key":"SecurityType","value":"RealEstateAndLandAndBuilding"},{"disabled":true,"key":"StartDate","value":"2022-01-01"},{"disabled":true,"key":"EndDate","value":"2022-03-20"},{"disabled":true,"key":"PageNumber","value":"1"},{"disabled":true,"key":"PageSize","value":"40"},{"disabled":true,"key":"SortColumn","value":"DateCreated"},{"disabled":true,"key":"Direction","value":"asc"}],"variable":[]}},"response":[{"id":"ac58e057-6ac3-4629-97a5-96978d4d7629","name":"Ok - Successful","originalRequest":{"method":"GET","header":[{"key":"Authorization","value":"bearer {token}","description":"Authorization header"},{"key":"request-reference","value":"{unique_reference}","description":"Unique request reference"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"","options":{"raw":{"language":"json"}}},"url":{"raw":"{{baseurl}}/api/AccountOverdraft/v1/Search?AccountNumber=1000002993&AccountName=Test&ProductCode=001&OverdraftStatus=2&SecurityType=2&StartDate=2022-01-01&EndDate=2022-03-20&PageNumber=1&PageSize=10&SortColumn=DateCreated&Direction=asc","host":["{{baseurl}}"],"path":["api","AccountOverdraft","v1","Search"],"query":[{"key":"AccountNumber","value":"1000002993"},{"key":"AccountName","value":"Test"},{"key":"ProductCode","value":"001"},{"key":"OverdraftStatus","value":"2"},{"key":"SecurityType","value":"2"},{"key":"StartDate","value":"2022-01-01"},{"key":"EndDate","value":"2022-03-20"},{"key":"PageNumber","value":"1"},{"key":"PageSize","value":"10"},{"key":"SortColumn","value":"DateCreated"},{"key":"Direction","value":"asc"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":null,"cookie":[],"responseTime":null,"body":"{\n  \"status\": true,\n  \"message\": \"string\",\n  \"data\": {\n    \"data\": [\n      {\n        \"id\": \"3fa85f64-5717-4562-b3fc-2c963f66afa6\",\n        \"accountNumber\": \"string\",\n        \"accountName\": \"string\",\n        \"productName\": \"string\",\n        \"limit\": 0,\n        \"tenure\": 0,\n        \"dateCreated\": \"2023-01-29T15:00:25.475Z\",\n        \"commencementDate\": \"2023-01-29T15:00:25.475Z\",\n        \"maturityDate\": \"2023-01-29T15:00:25.475Z\",\n        \"useDefaultFee\": true,\n        \"feeCodes\": [\n          {\n            \"feeCode\": \"string\"\n          }\n        ],\n        \"feeAmount\": 0,\n        \"useDefaultInterest\": true,\n        \"interestCode\": \"string\",\n        \"interestAmount\": 0,\n        \"securityPledged\": true,\n        \"securityType\": \"string\",\n        \"securityValuation\": 0,\n        \"description\": \"string\",\n        \"initiator\": \"string\",\n        \"guarantorName\": \"string\",\n        \"guarantorPhoneNumber\": \"string\",\n        \"status\": \"string\",\n        \"ledgerBalance\": \"string\",\n        \"availableBalance\": \"string\",\n        \"withdrawableBalance\": \"string\"\n      }\n    ],\n    \"recordCount\": 0\n  }\n}"},{"id":"24046ff4-0330-41c3-ab6c-f3aa62eef7cd","name":"Server Error","originalRequest":{"method":"GET","header":[{"key":"Authorization","value":"bearer {token}","description":"Authorization header"},{"key":"request-reference","value":"{unique_reference}","description":"Unique request reference"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"","options":{"raw":{"language":"json"}}},"url":{"raw":"{{baseurl}}/api/AccountOverdraft/v1/Search?AccountNumber=1000002993&AccountName=Test&ProductCode=001&OverdraftStatus=2&SecurityType=2&StartDate=2022-01-01&EndDate=2022-03-20&PageNumber=1&PageSize=10&SortColumn=DateCreated&Direction=asc","host":["{{baseurl}}"],"path":["api","AccountOverdraft","v1","Search"],"query":[{"key":"AccountNumber","value":"1000002993"},{"key":"AccountName","value":"Test"},{"key":"ProductCode","value":"001"},{"key":"OverdraftStatus","value":"2"},{"key":"SecurityType","value":"2"},{"key":"StartDate","value":"2022-01-01"},{"key":"EndDate","value":"2022-03-20"},{"key":"PageNumber","value":"1"},{"key":"PageSize","value":"10"},{"key":"SortColumn","value":"DateCreated"},{"key":"Direction","value":"asc"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":null,"cookie":[],"responseTime":null,"body":"{\n  \"errors\": [\n    {\n      \"statusCode\": 0,\n      \"errorCode\": \"string\",\n      \"errorMessage\": \"string\"\n    }\n  ]\n}"}],"_postman_id":"437a0212-9c61-4f88-86c2-c03a9a4607a1"}],"id":"4185c320-33b3-49b6-9e8b-858432e0d9f6","auth":{"type":"bearer","bearer":{"basicConfig":[]},"isInherited":false},"event":[{"listen":"prerequest","script":{"id":"096ac740-40b3-4558-990e-7b58aeb052e2","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"7093a27f-9044-41a5-bb4d-0940b210e4db","type":"text/javascript","exec":[""]}}],"_postman_id":"4185c320-33b3-49b6-9e8b-858432e0d9f6","description":""},{"name":"Operations","item":[{"name":"SearchTillAccounts","id":"b0045c6b-d6c0-48ad-adf4-40a074d7e423","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"key":"Authorization","value":"bearer ","type":"text"},{"key":"request-reference","value":"","type":"text"}],"body":{"mode":"raw","raw":""},"url":"{{baseurl}}/api/Operations/v1/SearchTillAccounts","description":"<p>Returns All Till Accounts for Mobile Tellering</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[]},"isInherited":true,"source":{"_postman_id":"dfef514c-c80e-43ad-a514-0ebecbbcc34b","id":"dfef514c-c80e-43ad-a514-0ebecbbcc34b","name":"Operations","type":"folder"}},"urlObject":{"path":["api","Operations","v1","SearchTillAccounts"],"host":["{{baseurl}}"],"query":[{"disabled":true,"key":"PageNumber","value":"1"},{"disabled":true,"key":"PageSize","value":"10"},{"disabled":true,"key":"SortColumn","value":"DateCreated"},{"disabled":true,"key":"Direction","value":"asc"}],"variable":[]}},"response":[{"id":"78ff9ee7-c2ff-43f6-a3e6-fdf35b774eac","name":"Ok - Successful","originalRequest":{"method":"GET","header":[{"key":"Authorization","value":"bearer {token}","description":"Authorization header"},{"key":"request-reference","value":"{unique_reference}","description":"Unique request reference"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"","options":{"raw":{"language":"json"}}},"url":"{{baseurl}}/api/Operations/v1/SearchTillAccounts"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":null,"cookie":[],"responseTime":null,"body":"{\n  \"status\": true,\n  \"message\": \"string\",\n  \"data\": {\n    \"data\": [\n      {\n        \"id\": \"3fa85f64-5717-4562-b3fc-2c963f66afa6\",\n        \"dateCreated\": \"2024-09-14T22:47:57.242Z\",\n        \"dateLastModified\": \"2024-09-14T22:47:57.242Z\",\n        \"branchName\": \"string\",\n        \"branchCode\": \"string\",\n        \"accountNumber\": \"string\",\n        \"currencyCode\": \"string\",\n        \"accountName\": \"string\",\n        \"tellerUserID\": \"3fa85f64-5717-4562-b3fc-2c963f66afa6\",\n        \"tellerName\": \"string\",\n        \"tellerPhoneNumber\": \"09039413344\",\n        \"requireCashVolumeLimit\": true,\n        \"cashVolumeLimit\": 0,\n        \"minThresholdForAlert\": 0,\n        \"maxBalance\": 0,\n        \"supervisorEmail\": \"string\"\n      }\n    ],\n    \"recordCount\": 0\n  }\n}"},{"id":"154b143a-11d4-47e1-92b2-6cd94409d0da","name":"Server Error","originalRequest":{"method":"GET","header":[{"key":"Authorization","value":"bearer {token}","description":"Authorization header"},{"key":"request-reference","value":"{unique_reference}","description":"Unique request reference"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"","options":{"raw":{"language":"json"}}},"url":"{{baseurl}}/api/Operations/v1/SearchTillAccounts"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":null,"cookie":[],"responseTime":null,"body":"{\n  \"errors\": [\n    {\n      \"statusCode\": 0,\n      \"errorCode\": \"string\",\n      \"errorMessage\": \"string\"\n    }\n  ]\n}"}],"_postman_id":"b0045c6b-d6c0-48ad-adf4-40a074d7e423"},{"name":"GetTillBalanceByAccountNumber","id":"7121c0c1-9859-4e89-8bce-281b97b8a997","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"key":"Authorization","value":"bearer ","type":"text"},{"key":"request-reference","value":"","type":"text"}],"body":{"mode":"raw","raw":""},"url":"{{baseurl}}/api/Operations/v1/GetTillBalanceByAccountNumber?AccountNumber=10103056","description":"<p>Returns the Balance of a Till Account using the User ID</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[]},"isInherited":true,"source":{"_postman_id":"dfef514c-c80e-43ad-a514-0ebecbbcc34b","id":"dfef514c-c80e-43ad-a514-0ebecbbcc34b","name":"Operations","type":"folder"}},"urlObject":{"path":["api","Operations","v1","GetTillBalanceByAccountNumber"],"host":["{{baseurl}}"],"query":[{"disabled":true,"key":"PageNumber","value":"1"},{"disabled":true,"key":"PageSize","value":"10"},{"disabled":true,"key":"SortColumn","value":"DateCreated"},{"disabled":true,"key":"Direction","value":"asc"},{"key":"AccountNumber","value":"10103056"}],"variable":[]}},"response":[{"id":"fa59e63e-3c95-4411-9590-cd5675da236a","name":"Ok - Successful","originalRequest":{"method":"GET","header":[{"key":"Authorization","value":"bearer {token}","description":"Authorization header"},{"key":"request-reference","value":"{unique_reference}","description":"Unique request reference"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"","options":{"raw":{"language":"json"}}},"url":{"raw":"{{baseurl}}/api/Operations/v1/GetTillBalanceByAccountNumber?AccountNumber=10103056","host":["{{baseurl}}"],"path":["api","Operations","v1","GetTillBalanceByAccountNumber"],"query":[{"key":"AccountNumber","value":"10103056"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":null,"cookie":[],"responseTime":null,"body":"{\n  \"status\": true,\n  \"message\": \"string\",\n  \"data\": {\n    \"userID\": \"3fa85f64-5717-4562-b3fc-2c963f66afa6\",\n    \"accountName\": \"string\",\n    \"accountNumber\": \"string\",\n    \"ledgerBalance\": 0\n  }\n}"},{"id":"b95b8058-f425-4905-8c62-72949809c97b","name":"Server Error","originalRequest":{"method":"GET","header":[{"key":"Authorization","value":"bearer {token}","description":"Authorization header"},{"key":"request-reference","value":"{unique_reference}","description":"Unique request reference"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"","options":{"raw":{"language":"json"}}},"url":{"raw":"{{baseurl}}/api/Operations/v1/GetTillBalanceByAccountNumber?AccountNumber=10103056","host":["{{baseurl}}"],"path":["api","Operations","v1","GetTillBalanceByAccountNumber"],"query":[{"key":"AccountNumber","value":"10103056"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":null,"cookie":[],"responseTime":null,"body":"{\n  \"errors\": [\n    {\n      \"statusCode\": 0,\n      \"errorCode\": \"string\",\n      \"errorMessage\": \"string\"\n    }\n  ]\n}"}],"_postman_id":"7121c0c1-9859-4e89-8bce-281b97b8a997"},{"name":"ValidateBVN","id":"ee18e840-c0e5-4338-ae66-6a0364894e12","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"key":"Authorization","value":"bearer ","type":"text"},{"key":"request-reference","value":"","type":"text"}],"body":{"mode":"raw","raw":"{\r\n  \"bvn\": \"54651333604\",\r\n  \"includeData\": 1\r\n}"},"url":"{{baseurl}}/api/Operations/v1/KYC/ValidateBVN","description":"<p>Returns the Balance of a Till Account using the User ID</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[]},"isInherited":true,"source":{"_postman_id":"dfef514c-c80e-43ad-a514-0ebecbbcc34b","id":"dfef514c-c80e-43ad-a514-0ebecbbcc34b","name":"Operations","type":"folder"}},"urlObject":{"path":["api","Operations","v1","KYC","ValidateBVN"],"host":["{{baseurl}}"],"query":[],"variable":[]}},"response":[{"id":"48549a6b-7e1e-44ce-bcff-b6ef4309d9d7","name":"Ok - Successful","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"bearer {token}","description":"Authorization header"},{"key":"request-reference","value":"{unique_reference}","description":"Unique request reference"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"","options":{"raw":{"language":"json"}}},"url":"{{baseurl}}/api/Operations/v1/KYC/ValidateBVN"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":null,"cookie":[],"responseTime":null,"body":"{\n  \"data\": {\n    \"verification\": {\n        \"status\": \"true\",\n        \"reference\": \"1223jjjjfj\"\n    },\n    \"result\": {\n      \"title\": \"Mr\",\n      \"gender\": \"Male\",\n      \"maritalStatus\": \"Single\",\n      \"watchListed\": \"YES\",\n      \"levelOfAccount\": \"Level 1 Account\",\n      \"bvn\": \"54651333604\",\n      \"firstName\": \"TEST\",\n      \"middleName\": \"test\",\n      \"lastName\": \"test\",\n      \"dateOfBirth\": \"1999-12-21T00:00:00+00:00\",\n      \"phoneNumber1\": \"09082838483\",\n      \"phoneNumber2\": \"08028323323\",\n      \"registrationDate\": \"2005-12-21T00:00:00+00:00\",\n      \"enrollmentBank\": \"034\",\n      \"enrollmentBranch\": \"YABA, Lagos\",\n      \"email\": \"testt@test.com\",\n      \"lgaOfOrigin\": \"yaba\",\n      \"lgaOfResidence\": \"yaba\",\n      \"nin\": \"12345567895\",\n      \"nameOnCard\": \"test test\",\n      \"nationality\": \"Nigeria\",\n      \"residentialAddress\": \"yaba\",\n      \"stateOfOrigin\": \"Lagos\",\n      \"stateOfResidence\": \"Lagos\",\n      \"base64Image\": null,\n      \"phoneNumber\": null\n    },\n    \"faceData\": null\n  },\n  \"status\": true,\n  \"message\": \"Verification Successful\"\n}"},{"id":"aca3e017-06d6-4ad3-995c-009662b85da3","name":"Server Error","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"bearer {token}","description":"Authorization header"},{"key":"request-reference","value":"{unique_reference}","description":"Unique request reference"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"","options":{"raw":{"language":"json"}}},"url":"{{baseurl}}/api/Operations/v1/KYC/ValidateBVN"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":null,"cookie":[],"responseTime":null,"body":"{\n  \"errors\": [\n    {\n      \"statusCode\": 0,\n      \"errorCode\": \"string\",\n      \"errorMessage\": \"string\"\n    }\n  ]\n}"}],"_postman_id":"ee18e840-c0e5-4338-ae66-6a0364894e12"},{"name":"ValidateBVNWithImage","id":"b4dbf9f3-d93a-47d5-b231-52e45dc9f7de","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"key":"Authorization","value":"bearer ","type":"text"},{"key":"request-reference","value":"","type":"text"}],"body":{"mode":"raw","raw":""},"url":"{{baseurl}}/api/Operations/v1/KYC/ValidateBVNWithImage","description":"<p>Returns the Balance of a Till Account using the User ID</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[]},"isInherited":true,"source":{"_postman_id":"dfef514c-c80e-43ad-a514-0ebecbbcc34b","id":"dfef514c-c80e-43ad-a514-0ebecbbcc34b","name":"Operations","type":"folder"}},"urlObject":{"path":["api","Operations","v1","KYC","ValidateBVNWithImage"],"host":["{{baseurl}}"],"query":[],"variable":[]}},"response":[{"id":"94c22fd2-3332-40b6-ad1e-56d6b7deda32","name":"Ok - Successful","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"bearer {token}","description":"Authorization header"},{"key":"request-reference","value":"{unique_reference}","description":"Unique request reference"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"","options":{"raw":{"language":"json"}}},"url":"{{baseurl}}/api/Operations/v1/KYC/ValidateBVNWithImage"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":null,"cookie":[],"responseTime":null,"body":"{\n  \"data\": {\n    \"verification\": {\n        \"status\": \"true\",\n        \"reference\": \"1223jjjjfj\"\n    },\n    \"result\": {\n      \"title\": \"Mr\",\n      \"gender\": \"Male\",\n      \"maritalStatus\": \"Single\",\n      \"watchListed\": \"YES\",\n      \"levelOfAccount\": \"Level 1 Account\",\n      \"bvn\": \"54651333604\",\n      \"firstName\": \"TEST\",\n      \"middleName\": \"test\",\n      \"lastName\": \"test\",\n      \"dateOfBirth\": \"1999-12-21T00:00:00+00:00\",\n      \"phoneNumber1\": \"09082838483\",\n      \"phoneNumber2\": \"08028323323\",\n      \"registrationDate\": \"2005-12-21T00:00:00+00:00\",\n      \"enrollmentBank\": \"034\",\n      \"enrollmentBranch\": \"YABA, Lagos\",\n      \"email\": \"testt@test.com\",\n      \"lgaOfOrigin\": \"yaba\",\n      \"lgaOfResidence\": \"yaba\",\n      \"nin\": \"12345567895\",\n      \"nameOnCard\": \"test test\",\n      \"nationality\": \"Nigeria\",\n      \"residentialAddress\": \"yaba\",\n      \"stateOfOrigin\": \"Lagos\",\n      \"stateOfResidence\": \"Lagos\",\n      \"base64Image\": null,\n      \"phoneNumber\": null\n    },\n    \"faceData\": {\n        \"status\": true,\n        \"message\": \"Verification Successful\",\n        \"confidence\": 90\n  }\n  },\n  \"status\": true,\n  \"message\": \"Verification Successful\"\n}"},{"id":"d1afec3e-c35e-4b16-8f15-25c761d61e26","name":"Server Error","originalRequest":{"method":"GET","header":[{"key":"Authorization","value":"bearer {token}","description":"Authorization header"},{"key":"request-reference","value":"{unique_reference}","description":"Unique request reference"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"","options":{"raw":{"language":"json"}}},"url":"{{baseurl}}/api/Operations/v1/KYC/ValidateBVNWithImage"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":null,"cookie":[],"responseTime":null,"body":"{\n  \"errors\": [\n    {\n      \"statusCode\": 0,\n      \"errorCode\": \"string\",\n      \"errorMessage\": \"string\"\n    }\n  ]\n}"}],"_postman_id":"b4dbf9f3-d93a-47d5-b231-52e45dc9f7de"},{"name":"ValidateTIN","id":"5e921f12-3389-484d-9d0d-897c55fcfd4e","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"key":"Authorization","value":"bearer ","type":"text"},{"key":"request-reference","value":"","type":"text"}],"body":{"mode":"raw","raw":"{\r\n  \"tin\": \"54651333604\"\r\n}"},"url":"{{baseurl}}/api/Operations/v1/KYC/ValidateTIN","description":"<p>Validate TIN (Tax Idenitification Number)</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[]},"isInherited":true,"source":{"_postman_id":"dfef514c-c80e-43ad-a514-0ebecbbcc34b","id":"dfef514c-c80e-43ad-a514-0ebecbbcc34b","name":"Operations","type":"folder"}},"urlObject":{"path":["api","Operations","v1","KYC","ValidateTIN"],"host":["{{baseurl}}"],"query":[],"variable":[]}},"response":[{"id":"645d82c7-8e7a-4d64-9d4b-a5ac3696377d","name":"Ok - Successful","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"bearer {token}","description":"Authorization header"},{"key":"request-reference","value":"{unique_reference}","description":"Unique request reference"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"","options":{"raw":{"language":"json"}}},"url":"{{baseurl}}/api/Operations/v1/KYC/ValidateTIN"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":null,"cookie":[],"responseTime":null,"body":"{\n  \"data\": {\n    \"verification\": {\n        \"status\": \"true\",\n        \"reference\": \"1223jjjjfj\"\n    },\n    \"result\": {\n       \"taxpayer_name\": \"string\",\n        \"cac_reg_number\": \"string\",\n        \"firstin\": \"string\",\n        \"jittin\": \"string\",\n        \"tax_office\": \"string\",\n        \"phone_number\": \"string\",\n        \"email\": \"string\"\n    }\n  },\n  \"status\": true,\n  \"message\": \"Verification Successful\"\n}"},{"id":"626a9295-b876-43e3-a556-2ed5398c3586","name":"Server Error","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"bearer {token}","description":"Authorization header"},{"key":"request-reference","value":"{unique_reference}","description":"Unique request reference"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"","options":{"raw":{"language":"json"}}},"url":{"raw":"{{baseurl}}/api/Operations/v1/GetTillBalanceByAccountNumber?AccountNumber=10103056","host":["{{baseurl}}"],"path":["api","Operations","v1","GetTillBalanceByAccountNumber"],"query":[{"key":"AccountNumber","value":"10103056"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":null,"cookie":[],"responseTime":null,"body":"{\n  \"errors\": [\n    {\n      \"statusCode\": 0,\n      \"errorCode\": \"string\",\n      \"errorMessage\": \"string\"\n    }\n  ]\n}"}],"_postman_id":"5e921f12-3389-484d-9d0d-897c55fcfd4e"},{"name":"ValidateCAC","id":"113b5375-2ee5-415a-826a-1bf2a68a491a","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"key":"Authorization","value":"bearer ","type":"text"},{"key":"request-reference","value":"","type":"text"}],"body":{"mode":"raw","raw":"{\r\n  \"cac\": \"092932\"\r\n}"},"url":"{{baseurl}}/api/Operations/v1/KYC/ValidateCAC","description":"<p>Validates CAC (Corporate Affairs Commission) using RC Number</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[]},"isInherited":true,"source":{"_postman_id":"dfef514c-c80e-43ad-a514-0ebecbbcc34b","id":"dfef514c-c80e-43ad-a514-0ebecbbcc34b","name":"Operations","type":"folder"}},"urlObject":{"path":["api","Operations","v1","KYC","ValidateCAC"],"host":["{{baseurl}}"],"query":[],"variable":[]}},"response":[{"id":"5cd73083-1a3a-48e5-b162-5448b9c51a1c","name":"Ok - Successful","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"bearer {token}","description":"Authorization header"},{"key":"request-reference","value":"{unique_reference}","description":"Unique request reference"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"cac\": \"092932\"\n}","options":{"raw":{"language":"json"}}},"url":"{{baseurl}}/api/Operations/v1/KYC/ValidateCAC"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":null,"cookie":[],"responseTime":null,"body":"{\n  \"status\": true,\n  \"message\": \"string\",\n  \"responseCode\": \"string\",\n  \"verification\": {\n    \"status\": \"string\",\n    \"reference\": \"string\"\n  },\n  \"result\": {\n    \"rc_number\": \"string\",\n    \"company_name\": \"string\",\n    \"email_address\": \"string\",\n    \"branchAddress\": \"string\",\n    \"city\": \"string\",\n    \"address\": \"string\",\n    \"company_status\": \"string\",\n    \"lga\": \"string\",\n    \"date_of_registration\": \"string\",\n    \"state\": \"string\",\n    \"directors\": [\n      {\n        \"name\": \"string\",\n        \"designation\": \"string\"\n      }\n    ]\n  }\n}"},{"id":"b24b707e-7ec8-472b-8fc4-aaf24f05f394","name":"Server Error","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"bearer {token}","description":"Authorization header"},{"key":"request-reference","value":"{unique_reference}","description":"Unique request reference"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"cac\": \"092932\"\n}","options":{"raw":{"language":"json"}}},"url":"{{baseurl}}/api/Operations/v1/KYC/ValidateCAC"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":null,"cookie":[],"responseTime":null,"body":"{\n  \"errors\": [\n    {\n      \"statusCode\": 0,\n      \"errorCode\": \"string\",\n      \"errorMessage\": \"string\"\n    }\n  ]\n}"}],"_postman_id":"113b5375-2ee5-415a-826a-1bf2a68a491a"},{"name":"ValidateNIN","id":"436df963-8d66-4314-98ee-a25775fc1265","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"key":"Authorization","value":"bearer ","type":"text"},{"key":"request-reference","value":"","type":"text"}],"body":{"mode":"raw","raw":"{\r\n  \"nin\": \"54651333604\"\r\n}"},"url":"{{baseurl}}/api/Operations/v1/KYC/ValidateNIN","description":"<p>Returns the Balance of a Till Account using the User ID</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[]},"isInherited":true,"source":{"_postman_id":"dfef514c-c80e-43ad-a514-0ebecbbcc34b","id":"dfef514c-c80e-43ad-a514-0ebecbbcc34b","name":"Operations","type":"folder"}},"urlObject":{"path":["api","Operations","v1","KYC","ValidateNIN"],"host":["{{baseurl}}"],"query":[],"variable":[]}},"response":[{"id":"ea2f63ec-811e-4e0b-87df-5a92a6657d49","name":"Ok - Successful","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"bearer {token}","description":"Authorization header"},{"key":"request-reference","value":"{unique_reference}","description":"Unique request reference"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"","options":{"raw":{"language":"json"}}},"url":"{{baseurl}}/api/Operations/v1/KYC/ValidateBVN"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":null,"cookie":[],"responseTime":null,"body":"{\n  \"data\": {\n    \"verification\": {\n        \"status\": \"true\",\n        \"reference\": \"1223jjjjfj\"\n    },\n    \"result\": {\n      \"title\": \"Mr\",\n      \"gender\": \"Male\",\n      \"maritalStatus\": \"Single\",\n      \"watchListed\": \"YES\",\n      \"levelOfAccount\": \"Level 1 Account\",\n      \"bvn\": \"54651333604\",\n      \"firstName\": \"TEST\",\n      \"middleName\": \"test\",\n      \"lastName\": \"test\",\n      \"dateOfBirth\": \"1999-12-21T00:00:00+00:00\",\n      \"phoneNumber1\": \"09082838483\",\n      \"phoneNumber2\": \"08028323323\",\n      \"registrationDate\": \"2005-12-21T00:00:00+00:00\",\n      \"enrollmentBank\": \"034\",\n      \"enrollmentBranch\": \"YABA, Lagos\",\n      \"email\": \"testt@test.com\",\n      \"lgaOfOrigin\": \"yaba\",\n      \"lgaOfResidence\": \"yaba\",\n      \"nin\": \"12345567895\",\n      \"nameOnCard\": \"test test\",\n      \"nationality\": \"Nigeria\",\n      \"residentialAddress\": \"yaba\",\n      \"stateOfOrigin\": \"Lagos\",\n      \"stateOfResidence\": \"Lagos\",\n      \"base64Image\": null,\n      \"phoneNumber\": null\n    },\n    \"faceData\": null\n  },\n  \"status\": true,\n  \"message\": \"Verification Successful\"\n}"},{"id":"ef592271-0163-41b4-a471-efca8fff1c13","name":"Server Error","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"bearer {token}","description":"Authorization header"},{"key":"request-reference","value":"{unique_reference}","description":"Unique request reference"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"","options":{"raw":{"language":"json"}}},"url":{"raw":"{{baseurl}}/api/Operations/v1/GetTillBalanceByAccountNumber?AccountNumber=10103056","host":["{{baseurl}}"],"path":["api","Operations","v1","GetTillBalanceByAccountNumber"],"query":[{"key":"AccountNumber","value":"10103056"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":null,"cookie":[],"responseTime":null,"body":"{\n  \"errors\": [\n    {\n      \"statusCode\": 0,\n      \"errorCode\": \"string\",\n      \"errorMessage\": \"string\"\n    }\n  ]\n}"}],"_postman_id":"436df963-8d66-4314-98ee-a25775fc1265"},{"name":"UploadDocument","id":"8482a3be-9902-4d8b-a5f9-ac677192b1bd","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"multipart/form-data","type":"text"},{"key":"Authorization","value":"bearer ","type":"text"},{"key":"request-reference","value":"","type":"text"}],"body":{"mode":"formdata","formdata":[{"key":"Type","value":"1","description":"<p>public enum DocumentType\n    {\n        [Description(\"Signature Specimen\")]\n        SignatureSpecimen = 1,\n        [Description(\"Proof Of Address\")]\n        ProofOfAddress,\n        [Description(\"Driver's License\")]\n        DriversLicense,\n        [Description(\"National Identity Card\")]\n        NationalID,\n        [Description(\"Voters Card\")]\n        VotersCard,\n        [Description(\"National Identity Number\")]\n        NationalIdentityNumber,//NIN\n        [Description(\"International Passport\")]\n        InternationalPassport,\n        [Description(\"Passport Photograph\")]\n        PassportPhotograph,\n        [Description(\"Reference Letter\")]\n        ReferenceLetter,\n        [Description(\"Guarantor's Letter\")]\n        GuarantorsForm,\n        [Description(\"Loan Application Form\")]\n        LoanApplicationForm,\n        [Description(\"Credit Bureau Form\")]\n        CreditBureauForm,\n        [Description(\"Others\")]\n        Others\n    }</p>\n","type":"text"},{"key":"ReferenceNumber","value":"1234567890","description":"<p>DocumentIdentifier returned when account/customer was created</p>\n","type":"text"},{"key":"AttachedFile","type":"file","value":null}]},"url":"{{baseurl}}/api/Operations/v1/UploadDocument","description":"<p>Uploads a Document</p>\n<p>Maximum File Size is 10MB</p>\n<p>Accepted File Types (jpg, png, jpeg, docx, pdf)</p>\n<p>When an Account/Customer is created, a document identifier is returned, It can also be retrieved using the Search account or customer endpoints. The DocumentIdentifier is used to link documents to the entity.</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[]},"isInherited":true,"source":{"_postman_id":"dfef514c-c80e-43ad-a514-0ebecbbcc34b","id":"dfef514c-c80e-43ad-a514-0ebecbbcc34b","name":"Operations","type":"folder"}},"urlObject":{"path":["api","Operations","v1","UploadDocument"],"host":["{{baseurl}}"],"query":[],"variable":[]}},"response":[{"id":"8a48fe24-21dd-4376-9147-61cf0a47f65b","name":"Ok - Successful","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"bearer {token}","description":"Authorization header"},{"key":"request-reference","value":"{unique_reference}","description":"Unique request reference"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"formdata","formdata":[{"key":"Type","value":"1","type":"text","description":"public enum DocumentType\n    {\n        [Description(\"Signature Specimen\")]\n        SignatureSpecimen = 1,\n        [Description(\"Proof Of Address\")]\n        ProofOfAddress,\n        [Description(\"Driver's License\")]\n        DriversLicense,\n        [Description(\"National Identity Card\")]\n        NationalID,\n        [Description(\"Voters Card\")]\n        VotersCard,\n        [Description(\"National Identity Number\")]\n        NationalIdentityNumber,//NIN\n        [Description(\"International Passport\")]\n        InternationalPassport,\n        [Description(\"Passport Photograph\")]\n        PassportPhotograph,\n        [Description(\"Reference Letter\")]\n        ReferenceLetter,\n        [Description(\"Guarantor's Letter\")]\n        GuarantorsForm,\n        [Description(\"Loan Application Form\")]\n        LoanApplicationForm,\n        [Description(\"Credit Bureau Form\")]\n        CreditBureauForm,\n        [Description(\"Others\")]\n        Others\n    }"},{"key":"ReferenceNumber","value":"1234567890","type":"text"},{"key":"AttachedFile","type":"file","value":null}],"options":{"raw":{"language":"json"}}},"url":"{{baseurl}}/api/Operations/v1/UploadDocument"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":null,"cookie":[],"responseTime":null,"body":"{\n  \"status\": true,\n  \"message\": \"string\",\n  \"data\": {\n    \"id\": \"3fa85f64-5717-4562-b3fc-2c963f66afa6\",\n    \"url\": \"string\",\n    \"fileExtension\": \"string\"\n  }\n}"},{"id":"4da753a0-c0c1-4068-9833-da88f04642f4","name":"Server Error","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"bearer {token}","description":"Authorization header"},{"key":"request-reference","value":"{unique_reference}","description":"Unique request reference"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"formdata","formdata":[{"key":"Type","value":"1","type":"text","description":"public enum DocumentType\n    {\n        [Description(\"Signature Specimen\")]\n        SignatureSpecimen = 1,\n        [Description(\"Proof Of Address\")]\n        ProofOfAddress,\n        [Description(\"Driver's License\")]\n        DriversLicense,\n        [Description(\"National Identity Card\")]\n        NationalID,\n        [Description(\"Voters Card\")]\n        VotersCard,\n        [Description(\"National Identity Number\")]\n        NationalIdentityNumber,//NIN\n        [Description(\"International Passport\")]\n        InternationalPassport,\n        [Description(\"Passport Photograph\")]\n        PassportPhotograph,\n        [Description(\"Reference Letter\")]\n        ReferenceLetter,\n        [Description(\"Guarantor's Letter\")]\n        GuarantorsForm,\n        [Description(\"Loan Application Form\")]\n        LoanApplicationForm,\n        [Description(\"Credit Bureau Form\")]\n        CreditBureauForm,\n        [Description(\"Others\")]\n        Others\n    }"},{"key":"ReferenceNumber","value":"1234567890","type":"text"},{"key":"AttachedFile","type":"file","value":null}],"options":{"raw":{"language":"json"}}},"url":"{{baseurl}}/api/Operations/v1/UploadDocument"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":null,"cookie":[],"responseTime":null,"body":"{\n  \"errors\": [\n    {\n      \"statusCode\": 0,\n      \"errorCode\": \"string\",\n      \"errorMessage\": \"string\"\n    }\n  ]\n}"}],"_postman_id":"8482a3be-9902-4d8b-a5f9-ac677192b1bd"},{"name":"DeleteDocument","id":"b1f8294a-2cb8-40b7-b433-cc8d555a0841","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"Content-Type","value":"multipart/form-data","type":"text"},{"key":"Authorization","value":"bearer ","type":"text"},{"key":"request-reference","value":"","type":"text"}],"body":{"mode":"raw","raw":"{\n  \"id\": \"3fa85f64-5717-4562-b3fc-2c963f66afa6\"\n}","options":{"raw":{"language":"json"}}},"url":"{{baseurl}}/api/Operations/v1/DeleteDocument","description":"<p>Deletes a document using the ID returned when it was uploaded.</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[]},"isInherited":true,"source":{"_postman_id":"dfef514c-c80e-43ad-a514-0ebecbbcc34b","id":"dfef514c-c80e-43ad-a514-0ebecbbcc34b","name":"Operations","type":"folder"}},"urlObject":{"path":["api","Operations","v1","DeleteDocument"],"host":["{{baseurl}}"],"query":[],"variable":[]}},"response":[{"id":"166e57a2-5e92-476e-a1ae-a93b7831bb92","name":"Ok - Successful","originalRequest":{"method":"PUT","header":[{"key":"Authorization","value":"bearer {token}","description":"Authorization header"},{"key":"request-reference","value":"{unique_reference}","description":"Unique request reference"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"id\": \"3fa85f64-5717-4562-b3fc-2c963f66afa6\"\n}","options":{"raw":{"language":"json"}}},"url":"{{baseurl}}/api/Operations/v1/DeleteDocument"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":null,"cookie":[],"responseTime":null,"body":"{\n  \"status\": true,\n  \"message\": \"string\",\n  \"data\": true\n}"},{"id":"7ab3b6aa-5fcf-4c5b-b1df-b8c1d81df344","name":"Server Error","originalRequest":{"method":"PUT","header":[{"key":"Authorization","value":"bearer {token}","description":"Authorization header"},{"key":"request-reference","value":"{unique_reference}","description":"Unique request reference"},{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n  \"id\": \"3fa85f64-5717-4562-b3fc-2c963f66afa6\"\n}","options":{"raw":{"language":"json"}}},"url":"{{baseurl}}/api/Operations/v1/DeleteDocument"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":null,"cookie":[],"responseTime":null,"body":"{\n  \"errors\": [\n    {\n      \"statusCode\": 0,\n      \"errorCode\": \"string\",\n      \"errorMessage\": \"string\"\n    }\n  ]\n}"}],"_postman_id":"b1f8294a-2cb8-40b7-b433-cc8d555a0841"},{"name":"SendSMS","id":"7003a6fe-3cc2-428c-af9f-c4a2d8cd8379","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"request-reference","value":"unique_string","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"phoneNumbers\": [\"2347080806848\"],\r\n    \"message\": \"Testing\"\r\n}","options":{"raw":{"language":"json"}}},"url":"{{baseurl}}/api/Operations/v1/SendSMS","description":"<p>Before a card can be used by a card holder, it has to be issued by the institution</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Property Name</strong></th>\n<th><strong>Description</strong></th>\n<th><strong>Required/ Optional</strong></th>\n<th><strong>Data Type</strong></th>\n<th><strong>Other Information</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>CardId</td>\n<td>Id of the card record</td>\n<td>Required</td>\n<td>string</td>\n<td></td>\n</tr>\n</tbody>\n</table>\n</div>","auth":{"type":"bearer","bearer":{"basicConfig":[]},"isInherited":true,"source":{"_postman_id":"dfef514c-c80e-43ad-a514-0ebecbbcc34b","id":"dfef514c-c80e-43ad-a514-0ebecbbcc34b","name":"Operations","type":"folder"}},"urlObject":{"path":["api","Operations","v1","SendSMS"],"host":["{{baseurl}}"],"query":[],"variable":[]}},"response":[{"id":"5ab569c1-4b03-4a63-ae87-4f17f7971706","name":"OK - Success","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"key":"request-reference","value":"unique_string","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"phoneNumbers\": [\"2347080806848\"],\r\n    \"message\": \"Testing\"\r\n}","options":{"raw":{"language":"json"}}},"url":"{{baseurl}}/api/Operations/v1/SendSMS"},"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": true,\n    \"message\": \"Operation Successful\"\n}"},{"id":"009a8929-14ac-4070-98cb-0fc3cd9ffa04","name":"Server Error","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"phoneNumbers\": \"2347080806848\",\r\n    \"message\": \"Testing\"\r\n}","options":{"raw":{"language":"json"}}},"url":"{{baseurl}}/api/Operations/v1/SendSMS"},"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n  \"errors\": [\n    {\n      \"statusCode\": 404,\n      \"errorCode\": \"CP-ER25\",\n      \"errorMessage\": \"Unable to locate record.\"\n    }\n  ]\n}"}],"_postman_id":"7003a6fe-3cc2-428c-af9f-c4a2d8cd8379"},{"name":"SendEmail","id":"4f255959-2af2-44a5-a1b5-5865e2987be7","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"request-reference","value":"unique_string","type":"text"}],"body":{"mode":"raw","raw":"{\r\n  \"tos\": [\r\n    \"gbolahanlao@gmail.com\"\r\n  ],\r\n  \"ccs\": [\r\n    \"\"\r\n  ],\r\n  \"bccs\": [\r\n    \"\"\r\n  ],\r\n  \"subject\": \"Testing\",\r\n  \"body\": \"Testing\"\r\n}","options":{"raw":{"language":"json"}}},"url":"{{baseurl}}/api/Operations/v1/SendEmail","description":"<p>Before a card can be used by a card holder, it has to be issued by the institution</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Property Name</strong></th>\n<th><strong>Description</strong></th>\n<th><strong>Required/ Optional</strong></th>\n<th><strong>Data Type</strong></th>\n<th><strong>Other Information</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>CardId</td>\n<td>Id of the card record</td>\n<td>Required</td>\n<td>string</td>\n<td></td>\n</tr>\n</tbody>\n</table>\n</div>","auth":{"type":"bearer","bearer":{"basicConfig":[]},"isInherited":true,"source":{"_postman_id":"dfef514c-c80e-43ad-a514-0ebecbbcc34b","id":"dfef514c-c80e-43ad-a514-0ebecbbcc34b","name":"Operations","type":"folder"}},"urlObject":{"path":["api","Operations","v1","SendEmail"],"host":["{{baseurl}}"],"query":[],"variable":[]}},"response":[{"id":"c6ef3d44-476c-4d51-a314-ab175e68df15","name":"OK - Success","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"key":"request-reference","value":"unique_string","type":"text"}],"body":{"mode":"raw","raw":"{\r\n  \"tos\": [\r\n    \"gbolahanlao@gmail.com\"\r\n  ],\r\n  \"ccs\": [\r\n    \"\"\r\n  ],\r\n  \"bccs\": [\r\n    \"\"\r\n  ],\r\n  \"subject\": \"Testing\",\r\n  \"body\": \"Testing\"\r\n}","options":{"raw":{"language":"json"}}},"url":"{{baseurl}}/api/Operations/v1/SendEmail"},"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": true,\n    \"message\": \"Operation Successful\"\n}"},{"id":"cb73464c-d888-4b33-9c81-771687403da2","name":"Server Error","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\r\n  \"tos\": [\r\n    1\r\n  ],\r\n  \"ccs\": [\r\n    \"\"\r\n  ],\r\n  \"bccs\": [\r\n    \"\"\r\n  ],\r\n  \"subject\": \"Testing\",\r\n  \"body\": \"Testing\"\r\n}","options":{"raw":{"language":"json"}}},"url":"{{baseurl}}/api/Operations/v1/SendEmail"},"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n  \"errors\": [\n    {\n      \"statusCode\": 404,\n      \"errorCode\": \"CP-ER25\",\n      \"errorMessage\": \"Unable to locate record.\"\n    }\n  ]\n}"}],"_postman_id":"4f255959-2af2-44a5-a1b5-5865e2987be7"}],"id":"dfef514c-c80e-43ad-a514-0ebecbbcc34b","auth":{"type":"bearer","bearer":{"basicConfig":[]},"isInherited":false},"event":[{"listen":"prerequest","script":{"id":"096ac740-40b3-4558-990e-7b58aeb052e2","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"7093a27f-9044-41a5-bb4d-0940b210e4db","type":"text/javascript","exec":[""]}}],"_postman_id":"dfef514c-c80e-43ad-a514-0ebecbbcc34b","description":""},{"name":"Account Lien","item":[{"name":"Place Lien","event":[{"listen":"prerequest","script":{"id":"534be477-1942-4384-b8ce-7bc48f5572b6","exec":["const moment = require('moment')","var lienRef = moment().format(\"YYYYMMDDHHMMSSMS\");","pm.collectionVariables.get(\"variable_key\");","pm.collectionVariables.get(\"variable_key\");","pm.collectionVariables.get(\"variable_key\");","","pm.collectionVariables.set(\"lienRef\", lienRef);","","","",""],"type":"text/javascript"}},{"listen":"test","script":{"id":"c6ce4be2-f2a4-4ed8-912a-8de7f729b586","exec":["var id =pm.response.json().data.id;","pm.collectionVariables.set(\"LienID\",id)"],"type":"text/javascript"}}],"id":"29b8fc01-4745-45a7-a832-535198568cc8","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"key":"Authorization","value":"bearer ","type":"text"},{"key":"request-reference","value":"","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"accountNumber\": \"1000001957\",\n    \"formOfLien\": 1,\n    \"amount\": 2000000,\n    \"description\": \"Fraudulent transaction\",\n    \"tenure\": 2,\n    \"ReferenceNumber\": \"\",\n    \"commencementDate\": \"2021-07-27\"\n}"},"url":"{{baseurl}}/api/accountlien/v1/placelien","description":"<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>PropertyName</strong></th>\n<th><strong>Description</strong></th>\n<th><strong>Required/Optional</strong></th>\n<th><strong>Data Type (length)</strong></th>\n<th><strong>Other Information</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Account Number</td>\n<td>Account Number (NUBAN)</td>\n<td>Required</td>\n<td>String (10)</td>\n<td></td>\n</tr>\n<tr>\n<td>FormOfLien</td>\n<td>Flat Amount or Percentage on Balance</td>\n<td>Required</td>\n<td>Enum (FlatAmount = 1, Percentage = 2)</td>\n<td></td>\n</tr>\n<tr>\n<td>ReferenceNumber</td>\n<td>A Unique reference number.</td>\n<td>Required</td>\n<td>String (500)</td>\n<td>Required when passing a transaction that should automatically unplace lien</td>\n</tr>\n<tr>\n<td>Amount</td>\n<td>Flat Amount</td>\n<td>Optional</td>\n<td>Number (nullable)</td>\n<td>Amount should be sent in the currency base unit.For example: 1000 naira will be sent as 1000 * 100</td>\n</tr>\n<tr>\n<td>Percentage</td>\n<td>Percentage on balance</td>\n<td>Optional</td>\n<td>Number (nullable)</td>\n<td>Percentage should be in at most 3 decimal places</td>\n</tr>\n<tr>\n<td>Description</td>\n<td>Lien Description</td>\n<td>Optional</td>\n<td>String (150)</td>\n<td></td>\n</tr>\n<tr>\n<td>CommencementDate</td>\n<td>The Date the Lien Starts</td>\n<td>Optional</td>\n<td>DateTime</td>\n<td>The System will use the Current Financial Date if it is not passed.</td>\n</tr>\n<tr>\n<td>Tenure</td>\n<td>Liens can automatically expire. The Tenure is expected in Days</td>\n<td>Required</td>\n<td>int</td>\n<td>Commencement Date + Tenure in Days gives the MaturityDate. If the Maturity Date is less than the current financial date, the creation process will be truncated.</td>\n</tr>\n</tbody>\n</table>\n</div>","auth":{"type":"bearer","bearer":{"basicConfig":[]},"isInherited":true,"source":{"_postman_id":"65a5cfa2-b854-4e38-9257-8878dee7cf24","id":"65a5cfa2-b854-4e38-9257-8878dee7cf24","name":"Account Lien","type":"folder"}},"urlObject":{"path":["api","accountlien","v1","placelien"],"host":["{{baseurl}}"],"query":[],"variable":[]}},"response":[{"id":"378679a4-16d1-4bd2-a89a-94bb2d73484d","name":"OK - Successful","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"bearer {token}","description":"Authorization header"},{"key":"request-reference","value":"{unique_reference}","description":"Unique request reference"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"accountNumber\": \"string\",\n  \"formOfLien\": \"string\",\n  \"referenceNumber\": \"string\",\n  \"amount\": 0,\n  \"percentage\": 0,\n  \"description\": \"string\",\n  \"tenure\": 0,\n  \"commencementDate\": \"2023-01-20T23:38:50.196Z\"\n}","options":{"raw":{"language":"json"}}},"url":"{{baseurl}}/api/accountlien/v1/placelien"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":null,"cookie":[],"responseTime":null,"body":"{\n  \"status\": true,\n  \"message\": \"string\",\n  \"data\": {\n    \"id\": \"3fa85f64-5717-4562-b3fc-2c963f66afa6\",\n    \"referenceNumber\": \"string\"\n  }\n}"},{"id":"5ac13eff-b0ea-41b0-b067-51fb889ba6da","name":"Server Error","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"bearer {token}","description":"Authorization header"},{"key":"request-reference","value":"{unique_reference}","description":"Unique request reference"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"accountNumber\": \"string\",\n  \"formOfLien\": \"string\",\n  \"referenceNumber\": \"string\",\n  \"amount\": 0,\n  \"percentage\": 0,\n  \"description\": \"string\",\n  \"tenure\": 0,\n  \"commencementDate\": \"2023-01-20T23:38:50.196Z\"\n}","options":{"raw":{"language":"json"}}},"url":"{{baseurl}}/api/accountlien/v1/placelien"},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":null,"cookie":[],"responseTime":null,"body":"{\n  \"errors\": [\n    {\n      \"statusCode\": 0,\n      \"errorCode\": \"string\",\n      \"errorMessage\": \"string\"\n    }\n  ]\n}"}],"_postman_id":"29b8fc01-4745-45a7-a832-535198568cc8"},{"name":"Update Lien","id":"367544a3-7fbe-4ed6-9ad5-22744889828c","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"key":"Authorization","value":"bearer ","type":"text"},{"key":"request-reference","value":"","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"id\": \"{{LienID}}\",\n    \"accountNumber\": \"1000001933\",\n    \"formOfLien\": 1,\n    \"description\": \"Fraudulent transaction\",\n    \"tenure\": 4,\n    \"ReferenceNumber\": \"\",\n    \"commencementDate\": \"2021-07-21\"\n}"},"url":"{{baseurl}}/api/accountlien/v1/updatelien","description":"<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>PropertyName</strong></th>\n<th><strong>Description</strong></th>\n<th><strong>Required/Optional</strong></th>\n<th><strong>Data Type (length)</strong></th>\n<th><strong>Other Information</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>ID</td>\n<td>Account Lien Unique ID</td>\n<td>Required</td>\n<td>Guid</td>\n<td></td>\n</tr>\n<tr>\n<td>FormOfLien</td>\n<td>Flat Amount or Percentage on Balance</td>\n<td>Required</td>\n<td>Number (nullable)</td>\n<td></td>\n</tr>\n<tr>\n<td>Amount</td>\n<td>Flat Amount, Set.</td>\n<td>Optional</td>\n<td>Number (nullable)</td>\n<td>Amount should be sent in the currency base unit.For example: 1000 naira will be sent as 1000 * 100</td>\n</tr>\n<tr>\n<td>Percentage</td>\n<td>Percentage on balance</td>\n<td>Optional</td>\n<td>Number (nullable)</td>\n<td>Percentage should be in at most 3 decimal places</td>\n</tr>\n<tr>\n<td>Description</td>\n<td>Lien Description</td>\n<td>Optional</td>\n<td>String (150)</td>\n<td></td>\n</tr>\n</tbody>\n</table>\n</div>","auth":{"type":"bearer","bearer":{"basicConfig":[]},"isInherited":true,"source":{"_postman_id":"65a5cfa2-b854-4e38-9257-8878dee7cf24","id":"65a5cfa2-b854-4e38-9257-8878dee7cf24","name":"Account Lien","type":"folder"}},"urlObject":{"path":["api","accountlien","v1","updatelien"],"host":["{{baseurl}}"],"query":[],"variable":[]}},"response":[{"id":"8473815e-242a-4cc2-9846-a72611cf67cd","name":"OK - Successful","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"bearer {token}","description":"Authorization header"},{"key":"request-reference","value":"{unique_reference}","description":"Unique request reference"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"id\": \"3fa85f64-5717-4562-b3fc-2c963f66afa6\",\n  \"formOfLien\": \"string\",\n  \"amount\": 0,\n  \"percentage\": 0,\n  \"description\": \"string\",\n  \"tenure\": 0,\n  \"commencementDate\": \"2023-01-20T23:39:49.208Z\"\n}","options":{"raw":{"language":"json"}}},"url":"{{baseurl}}/api/accountlien/v1/updatelien"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":null,"cookie":[],"responseTime":null,"body":"{\n  \"status\": true,\n  \"message\": \"string\"\n}"},{"id":"02066493-ce55-4394-87df-bfdfd078d52a","name":"Server Error","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"bearer {token}","description":"Authorization header"},{"key":"request-reference","value":"{unique_reference}","description":"Unique request reference"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"id\": \"3fa85f64-5717-4562-b3fc-2c963f66afa6\",\n  \"formOfLien\": \"string\",\n  \"amount\": 0,\n  \"percentage\": 0,\n  \"description\": \"string\",\n  \"tenure\": 0,\n  \"commencementDate\": \"2023-01-20T23:39:49.208Z\"\n}","options":{"raw":{"language":"json"}}},"url":"{{baseurl}}/api/accountlien/v1/updatelien"},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":null,"cookie":[],"responseTime":null,"body":"{\n  \"errors\": [\n    {\n      \"statusCode\": 0,\n      \"errorCode\": \"string\",\n      \"errorMessage\": \"string\"\n    }\n  ]\n}"}],"_postman_id":"367544a3-7fbe-4ed6-9ad5-22744889828c"},{"name":"Unplace Lien","id":"6ac24003-f0a0-4fc5-913d-a8b35717217b","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"key":"Authorization","value":"bearer ","type":"text"},{"key":"request-reference","value":"","type":"text"}],"body":{"mode":"raw","raw":"{\n     \"id\": \"{{LienID}}\"\n}","options":{"raw":{"language":"json"}}},"url":"{{baseurl}}/api/accountlien/v1/unplacelien","description":"<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Property Name</strong></th>\n<th><strong>Description</strong></th>\n<th><strong>Required/Optional</strong></th>\n<th><strong>Data Type (length)</strong></th>\n<th><strong>Other Information</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>ID</td>\n<td>The ID of the Account Overdraft</td>\n<td>Optional</td>\n<td>Guid</td>\n<td>Either ID or ReferenceNumber can be used to remove Lien on an Account</td>\n</tr>\n<tr>\n<td>ReferenceNumber</td>\n<td>The Reference Number if it exists.</td>\n<td>Optional</td>\n<td>String (500)</td>\n<td>Either ID or ReferenceNumber can be used to remove Lien on an Account</td>\n</tr>\n</tbody>\n</table>\n</div>","auth":{"type":"bearer","bearer":{"basicConfig":[]},"isInherited":true,"source":{"_postman_id":"65a5cfa2-b854-4e38-9257-8878dee7cf24","id":"65a5cfa2-b854-4e38-9257-8878dee7cf24","name":"Account Lien","type":"folder"}},"urlObject":{"path":["api","accountlien","v1","unplacelien"],"host":["{{baseurl}}"],"query":[],"variable":[]}},"response":[{"id":"4c7a9a19-c4c4-403f-bdd7-fcbb13f62e76","name":"OK - Successful","originalRequest":{"method":"PUT","header":[{"key":"Authorization","value":"bearer {token}","description":"Authorization header"},{"key":"request-reference","value":"{unique_reference}","description":"Unique request reference"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"","options":{"raw":{"language":"json"}}},"url":"{{baseurl}}/api/accountlien/v1/unplacelien"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":null,"cookie":[],"responseTime":null,"body":"{\n  \"status\": true,\n  \"message\": \"string\"\n}"},{"id":"1d24bed0-d7df-4599-99d0-70da7d5de685","name":"Server Error","originalRequest":{"method":"PUT","header":[{"key":"Authorization","value":"bearer {token}","description":"Authorization header"},{"key":"request-reference","value":"{unique_reference}","description":"Unique request reference"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"","options":{"raw":{"language":"json"}}},"url":"{{baseurl}}/api/accountlien/v1/unplacelien"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":null,"cookie":[],"responseTime":null,"body":"{\n  \"errors\": [\n    {\n      \"statusCode\": 0,\n      \"errorCode\": \"string\",\n      \"errorMessage\": \"string\"\n    }\n  ]\n}"}],"_postman_id":"6ac24003-f0a0-4fc5-913d-a8b35717217b"}],"id":"65a5cfa2-b854-4e38-9257-8878dee7cf24","auth":{"type":"bearer","bearer":{"basicConfig":[]},"isInherited":false},"event":[{"listen":"prerequest","script":{"id":"42f6d482-fbe3-4a5b-8d65-b1421ebe47c5","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"117369c7-3616-4503-8898-b45b62cc3faf","type":"text/javascript","exec":[""]}}],"_postman_id":"65a5cfa2-b854-4e38-9257-8878dee7cf24","description":""},{"name":"Authenticate","item":[{"name":"Auth","id":"301b72c7-ed48-4094-866d-9b65be1fb03a","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n  \"clientId\": \"{{ClientId}}\",\n  \"clientSecret\": \"{{ClientSecret}}\"\n}","options":{"raw":{"language":"json"}}},"url":"{{baseurl}}/api/auth/v1/authenticate","description":"<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>PropertyName</strong></th>\n<th><strong>Description</strong></th>\n<th><strong>Required/Optional</strong></th>\n<th><strong>Data Type (length)</strong></th>\n<th><strong>Other Information</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>ClientId</td>\n<td>Client ID</td>\n<td>Required</td>\n<td>String (100)</td>\n<td></td>\n</tr>\n<tr>\n<td>ClientSecret</td>\n<td>Client Secret</td>\n<td>Required</td>\n<td>String (100)</td>\n<td></td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"path":["api","auth","v1","authenticate"],"host":["{{baseurl}}"],"query":[],"variable":[]}},"response":[{"id":"ec30803f-c876-4d0c-8a19-e844234fbbfb","name":"OK - Successful","originalRequest":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n  \"clientId\": \"string\",\n  \"clientSecret\": \"string\"\n}","options":{"raw":{"language":"json"}}},"url":"{{baseurl}}/api/auth/v1/authenticate"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":null,"cookie":[],"responseTime":null,"body":"{\n  \"accessToken\": \"string\",\n  \"tokenType\": \"string\",\n  \"expirationTime\": \"long\",//EPOCH time\n  \"tokenValiditySec\": \"long\" //Token validity in Seconds\n}"},{"id":"b461608c-feab-4b35-a882-a13af56c2f5d","name":"Server Error","originalRequest":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n  \"clientId\": \"string\",\n  \"clientSecret\": \"string\"\n}","options":{"raw":{"language":"json"}}},"url":"{{baseurl}}/api/auth/v1/authenticate"},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":null,"cookie":[],"responseTime":null,"body":"{\n  \"errors\": [\n    {\n      \"statusCode\": 0,\n      \"errorCode\": \"string\",\n      \"errorMessage\": \"string\"\n    }\n  ]\n}"}],"_postman_id":"301b72c7-ed48-4094-866d-9b65be1fb03a"}],"id":"f7447355-8189-4124-92b2-62f73fef8f48","_postman_id":"f7447355-8189-4124-92b2-62f73fef8f48","description":""},{"name":"Fixed Deposit Account","item":[{"name":"Add Fixed Deposit Account","event":[{"listen":"test","script":{"id":"398ea71a-88f9-484d-a03f-251d65e11a46","exec":["const fixedId = pm.response.json().data.id","pm.collectionVariables.set(\"FixedDepositAccountID\",fixedId)"],"type":"text/javascript","packages":{}}}],"id":"3e084bf9-6cfb-46d8-b2a6-493f78d38b66","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"key":"Authorization","value":"bearer ","type":"text"},{"key":"request-reference","value":"","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"liquidationAccount\": \"1000001988\",\n    \"productCode\": \"318\",\n    \"principalAmount\": 300000,\n    \"tenure\": 1,\n    \"commencementDate\": \"2021-07-20\",\n    \"useProductInterestRate\": true,\n    \"applicableInterestCode\": \"009\",\n    \"partLiquidationCharge\": 0,\n    \"holdFundAtMaturity\": true,\n    \"pocketName\": \"Rent\",\n    \"applyRollover\": false\n}"},"url":"{{baseurl}}/api/fixeddepositaccount/v1/add","description":"<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>PropertyName</strong></th>\n<th><strong>Description</strong></th>\n<th><strong>Required/Optional</strong></th>\n<th><strong>Data Type (length)</strong></th>\n<th><strong>Other Information</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>LiquidationAccountType</td>\n<td>Liquidation Account Type</td>\n<td>Optional</td>\n<td>Enum(SavingsAndCurrent =1,GeneralLedgerAccount = 2)</td>\n<td>SavingsAndCurrent is selected if no value is passed.</td>\n</tr>\n<tr>\n<td>LiquidationAccount</td>\n<td>Liquidation Account</td>\n<td>Required</td>\n<td>String (10)</td>\n<td>This is the Customer Account that will be debited for the Savings</td>\n</tr>\n<tr>\n<td>CustomerID</td>\n<td>The Customer (Individual or Group).</td>\n<td>Optional if the LiquidationType is CASA</td>\n<td>String (10)</td>\n<td>Must be an Customer ID that exists on the CBA portal.</td>\n</tr>\n<tr>\n<td>ReferenceNumber</td>\n<td>Unique Number for Reference or if the Identitifer on another system</td>\n<td>Optional</td>\n<td>String (500)</td>\n<td></td>\n</tr>\n<tr>\n<td>ProductCode</td>\n<td>The Fixed Deposit Product Code</td>\n<td>Required</td>\n<td>String (3)</td>\n<td>Must be an active Fixed Deposit Product Code that exists on the CBA portal.</td>\n</tr>\n<tr>\n<td>BranchCode</td>\n<td>The Bank Branch the account belongs to</td>\n<td>Optional if LiquidationType is CASA. System will use the account branch if empty or null.</td>\n<td>String (5)</td>\n<td>Must be an active Branch Code that exists on the CBA portal.</td>\n</tr>\n<tr>\n<td>PrincipalAmount</td>\n<td>Principal Amount</td>\n<td>Required</td>\n<td>Number</td>\n<td>Amount should be sent in the currency base unit.For example: 1000 naira will be sent as 1000 * 100</td>\n</tr>\n<tr>\n<td>Tenure</td>\n<td>Tenure in Days</td>\n<td>Required</td>\n<td>Number</td>\n<td></td>\n</tr>\n<tr>\n<td>CommencementDate</td>\n<td>CommencementDate</td>\n<td>Required</td>\n<td>Date</td>\n<td></td>\n</tr>\n<tr>\n<td>UseProductInterestRate</td>\n<td>True if Product Settings Should apply</td>\n<td>Optional</td>\n<td>Boolean (nullable)</td>\n<td>Interest Rate configured on the Product will apply if true</td>\n</tr>\n<tr>\n<td>ApplicableInterestCode</td>\n<td>Applicable Interest Code</td>\n<td>Optional</td>\n<td>String (3)</td>\n<td></td>\n</tr>\n<tr>\n<td>ApplicableInterestRate</td>\n<td>Applicable Interest Rate</td>\n<td>Optional</td>\n<td>Number</td>\n<td>Percentage should be in at most 3 decimal places</td>\n</tr>\n<tr>\n<td>PartLiquidationCharge</td>\n<td>Part Liquidation Charge if it applies</td>\n<td>Optional</td>\n<td>Number</td>\n<td>Percentage should be in at most 3 decimal places</td>\n</tr>\n<tr>\n<td>HoldFundAtMaturity</td>\n<td>Hold Fund At Maturity</td>\n<td>Optional</td>\n<td>Boolean</td>\n<td></td>\n</tr>\n<tr>\n<td>ApplyRollover</td>\n<td>Apply Rollover</td>\n<td>Optional</td>\n<td>Boolean</td>\n<td></td>\n</tr>\n<tr>\n<td>RolloverOption</td>\n<td>​​Rollover Option</td>\n<td>Optional</td>\n<td>Enum(RolloverPrincipalOnly = 1,RolloverPrincipalAndInterest = 2)</td>\n<td></td>\n</tr>\n<tr>\n<td>PocketName</td>\n<td>Details of the Savings e.g Rent, School Fees</td>\n<td>Optional</td>\n<td>String (100)</td>\n<td></td>\n</tr>\n</tbody>\n</table>\n</div>","auth":{"type":"bearer","bearer":{"basicConfig":[]},"isInherited":true,"source":{"_postman_id":"f4451e73-4989-4800-b265-a108f8be445a","id":"f4451e73-4989-4800-b265-a108f8be445a","name":"Fixed Deposit Account","type":"folder"}},"urlObject":{"path":["api","fixeddepositaccount","v1","add"],"host":["{{baseurl}}"],"query":[],"variable":[]}},"response":[{"id":"43256050-6a67-482a-a930-793c8d57e999","name":"OK - Successful","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"bearer {token}","description":"Authorization header"},{"key":"request-reference","value":"{unique_reference}","description":"Unique request reference"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"liquidationAccountType\": \"string\",\n  \"liquidationAccount\": \"string\",\n  \"customerID\": \"string\",\n  \"referenceNumber\": \"string\",\n  \"productCode\": \"string\",\n  \"branchCode\": \"string\",\n  \"principalAmount\": 0,\n  \"tenure\": 0,\n  \"commencementDate\": \"2023-01-20T23:43:25.269Z\",\n  \"useProductInterestRate\": true,\n  \"applicableInterestCode\": \"string\",\n  \"applicableInterestRate\": 0,\n  \"partLiquidationCharge\": 0,\n  \"holdFundAtMaturity\": true,\n  \"applyRollover\": true,\n  \"rolloverOption\": \"string\"\n}","options":{"raw":{"language":"json"}}},"url":"{{baseurl}}/api/fixeddepositaccount/v1/add"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":null,"cookie":[],"responseTime":null,"body":"{\n  \"status\": true,\n  \"message\": \"string\",\n  \"data\": {\n    \"id\": \"3fa85f64-5717-4562-b3fc-2c963f66afa6\",\n    \"accountNumber\": \"string\"\n  }\n}"},{"id":"9792af0d-3696-4fab-abb8-9a622a290ae8","name":"Server Error","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"bearer {token}","description":"Authorization header"},{"key":"request-reference","value":"{unique_reference}","description":"Unique request reference"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"liquidationAccountType\": \"string\",\n  \"liquidationAccount\": \"string\",\n  \"customerID\": \"string\",\n  \"referenceNumber\": \"string\",\n  \"productCode\": \"string\",\n  \"branchCode\": \"string\",\n  \"principalAmount\": 0,\n  \"tenure\": 0,\n  \"commencementDate\": \"2023-01-20T23:43:25.269Z\",\n  \"useProductInterestRate\": true,\n  \"applicableInterestCode\": \"string\",\n  \"applicableInterestRate\": 0,\n  \"partLiquidationCharge\": 0,\n  \"holdFundAtMaturity\": true,\n  \"applyRollover\": true,\n  \"rolloverOption\": \"string\"\n}","options":{"raw":{"language":"json"}}},"url":"{{baseurl}}/api/fixeddepositaccount/v1/add"},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":""}],"cookie":[],"responseTime":null,"body":"{\n    \"errors\": [\n        {\n            \"statusCode\": 0,\n            \"errorCode\": \"string\",\n            \"errorMessage\": \"string\"\n        }\n    ]\n}"}],"_postman_id":"3e084bf9-6cfb-46d8-b2a6-493f78d38b66"},{"name":"Top Up","event":[{"listen":"test","script":{"id":"398ea71a-88f9-484d-a03f-251d65e11a46","exec":["const fixedId = pm.response.json().data.id","pm.collectionVariables.set(\"FixedDepositAccountID\",fixedId)"],"type":"text/javascript","packages":{}}}],"id":"8cb23a39-ec4a-4348-af2f-dc499aa2b92a","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"key":"Authorization","value":"bearer ","type":"text"},{"key":"request-reference","value":"","type":"text"}],"body":{"mode":"raw","raw":"{\n  \"accountNumber\": \"string\",\n  \"instrumentNumber\": \"string\",\n  \"topUpAmount\": 0\n}"},"url":"{{baseurl}}/api/fixeddepositaccount/v1/topup","description":"<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>PropertyName</strong></th>\n<th><strong>Description</strong></th>\n<th><strong>Required/Optional</strong></th>\n<th><strong>Data Type (length)</strong></th>\n<th><strong>Other Information</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>InstrumentNumber</td>\n<td>InstrumentNumber</td>\n<td>Required</td>\n<td>String (100)</td>\n<td>To prevent duplicate request</td>\n</tr>\n<tr>\n<td>AccountNumber</td>\n<td>Savings Account Number</td>\n<td>Required</td>\n<td>String (50)</td>\n<td>This is the Savings Account that will be credited. Note: This is not the Liquidation Account.</td>\n</tr>\n<tr>\n<td>TopUpAmount</td>\n<td>TopUpAmount</td>\n<td>Required</td>\n<td>Number</td>\n<td>Amount should be sent in the currency base unit.For example: 1000 naira will be sent as 1000 * 100</td>\n</tr>\n</tbody>\n</table>\n</div>","auth":{"type":"bearer","bearer":{"basicConfig":[]},"isInherited":true,"source":{"_postman_id":"f4451e73-4989-4800-b265-a108f8be445a","id":"f4451e73-4989-4800-b265-a108f8be445a","name":"Fixed Deposit Account","type":"folder"}},"urlObject":{"path":["api","fixeddepositaccount","v1","topup"],"host":["{{baseurl}}"],"query":[],"variable":[]}},"response":[{"id":"bb65a82f-90d0-4742-a35a-d021afdd814f","name":"OK - Successful","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"bearer {token}","description":"Authorization header"},{"key":"request-reference","value":"{unique_reference}","description":"Unique request reference"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"accountNumber\": \"string\",\n  \"instrumentNumber\": \"string\",\n  \"topUpAmount\": 0\n}","options":{"raw":{"language":"json"}}},"url":"{{baseurl}}/api/fixeddepositaccount/v1/topup"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":null,"cookie":[],"responseTime":null,"body":"{\n  \"status\": true,\n  \"message\": \"string\",\n  \"data\": {\n    \"statusCode\": \"string\",\n    \"referenceNumber\": \"string\",\n    \"instrumentNumber\": \"string\",\n    \"message\": \"string\",\n    \"duration\": \"string\",\n    \"sessionID\": \"string\"\n  },\n  \"isSuccessful\": true,\n  \"statusCode\": \"string\",\n  \"referenceNumber\": \"string\",\n  \"instrumentNumber\": \"string\",\n  \"duration\": \"string\",\n  \"sessionID\": \"string\"\n}"},{"id":"b1d34762-20cd-476e-b0d5-bc8c8d6b0f64","name":"Server Error","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"bearer {token}","description":"Authorization header"},{"key":"request-reference","value":"{unique_reference}","description":"Unique request reference"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"accountNumber\": \"string\",\n  \"instrumentNumber\": \"string\",\n  \"topUpAmount\": 0\n}","options":{"raw":{"language":"json"}}},"url":"{{baseurl}}/api/fixeddepositaccount/v1/topup"},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":""}],"cookie":[],"responseTime":null,"body":"{\n    \"errors\": [\n        {\n            \"statusCode\": 0,\n            \"errorCode\": \"string\",\n            \"errorMessage\": \"string\"\n        }\n    ]\n}"}],"_postman_id":"8cb23a39-ec4a-4348-af2f-dc499aa2b92a"},{"name":"Liquidate","event":[{"listen":"test","script":{"id":"398ea71a-88f9-484d-a03f-251d65e11a46","exec":["const fixedId = pm.response.json().data.id","pm.collectionVariables.set(\"FixedDepositAccountID\",fixedId)"],"type":"text/javascript","packages":{}}}],"id":"45498c21-c58c-481f-b436-2afe079ac37f","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"key":"Authorization","value":"bearer ","type":"text"},{"key":"request-reference","value":"","type":"text"}],"body":{"mode":"raw","raw":"{\n  \"accountNumber\": \"string\",\n  \"partLiquidationFee\": 0,\n  \"liquidationType\": \"FullLiquidation\",\n  \"liquidationAmount\": 0\n}"},"url":"{{baseurl}}/api/fixeddepositaccount/v1/liquidate","description":"<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>PropertyName</strong></th>\n<th><strong>Description</strong></th>\n<th><strong>Required/Optional</strong></th>\n<th><strong>Data Type (length)</strong></th>\n<th><strong>Other Information</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>AccountNumber</td>\n<td>Savings Account Number</td>\n<td>Required</td>\n<td>String (50)</td>\n<td>This is the Savings Account that will be debited. Note: This is not the Liquidation Account.</td>\n</tr>\n<tr>\n<td>LiquidationAmount</td>\n<td>LiquidationAmount</td>\n<td>Required if LiquidationType = PartLiquidation</td>\n<td>Number</td>\n<td>Amount should be sent in the currency base unit.For example: 1000 naira will be sent as 1000 * 100</td>\n</tr>\n<tr>\n<td>PartLiquidationFee</td>\n<td>Part Liquidation Fee</td>\n<td>Optional</td>\n<td>Number</td>\n<td>Percentage field. If there is a Pre Liquidation Fee, it should be passed here.</td>\n</tr>\n<tr>\n<td>LiquidationType</td>\n<td>Liquidation Type</td>\n<td>Required</td>\n<td>Enum (FullLiquidation = 1, PartLiquidation = 2)</td>\n<td>If it is FullLiquidation, the full Principal will be liquidated and the Savings will close. LiquidationAmount is not required.  <br />For PartLiquidation, only Amount not greater than or equal to the Savings Balance is accepted. LiquidationAmount is required.</td>\n</tr>\n</tbody>\n</table>\n</div>","auth":{"type":"bearer","bearer":{"basicConfig":[]},"isInherited":true,"source":{"_postman_id":"f4451e73-4989-4800-b265-a108f8be445a","id":"f4451e73-4989-4800-b265-a108f8be445a","name":"Fixed Deposit Account","type":"folder"}},"urlObject":{"path":["api","fixeddepositaccount","v1","liquidate"],"host":["{{baseurl}}"],"query":[],"variable":[]}},"response":[{"id":"bd50bd22-a09a-4e8b-be14-fd6025337767","name":"OK - Successful","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"bearer {token}","description":"Authorization header"},{"key":"request-reference","value":"{unique_reference}","description":"Unique request reference"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"accountNumber\": \"string\",\n  \"partLiquidationFee\": 0,\n  \"liquidationType\": \"FullLiquidation\",\n  \"liquidationAmount\": 0\n}","options":{"raw":{"language":"json"}}},"url":"{{baseurl}}/api/fixeddepositaccount/v1/liquidate"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":null,"cookie":[],"responseTime":null,"body":"{\n  \"status\": true,\n  \"message\": \"string\",\n  \"data\": {\n    \"statusCode\": \"string\",\n    \"referenceNumber\": \"string\",\n    \"instrumentNumber\": \"string\",\n    \"message\": \"string\",\n    \"duration\": \"string\",\n    \"sessionID\": \"string\"\n  },\n  \"isSuccessful\": true,\n  \"statusCode\": \"string\",\n  \"referenceNumber\": \"string\",\n  \"instrumentNumber\": \"string\",\n  \"duration\": \"string\",\n  \"sessionID\": \"string\"\n}"},{"id":"6a891141-87d8-49d4-8fb0-c334f7478d31","name":"Server Error","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"bearer {token}","description":"Authorization header"},{"key":"request-reference","value":"{unique_reference}","description":"Unique request reference"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"accountNumber\": \"string\",\n  \"partLiquidationFee\": 0,\n  \"liquidationType\": \"FullLiquidation\",\n  \"liquidationAmount\": 0\n}","options":{"raw":{"language":"json"}}},"url":"{{baseurl}}/api/fixeddepositaccount/v1/liquidate"},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":""}],"cookie":[],"responseTime":null,"body":"{\n    \"errors\": [\n        {\n            \"statusCode\": 0,\n            \"errorCode\": \"string\",\n            \"errorMessage\": \"string\"\n        }\n    ]\n}"}],"_postman_id":"45498c21-c58c-481f-b436-2afe079ac37f"},{"name":"Update Fixed Deposit Account","id":"80e371b6-8a3f-4bce-b94d-eb57d4d64047","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"key":"Authorization","value":"bearer ","type":"text"},{"key":"request-reference","value":"","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"id\": \"\",\n    \"useProductInterestRate\": true,\n    \"applicableInterestCode\": \"009\",\n    \"applicableInterestRate\": 10,\n    \"partLiquidationCharge\": 10,\n    \"holdFundAtMaturity\": true,\n    \"pocketName\": \"Rent\",\n    \"applyRollover\": true,\n    \"rolloverOption\": null\n}\n\n   \n  ","options":{"raw":{"language":"json"}}},"url":"{{baseurl}}/api/fixeddepositaccount/v1/update","description":"<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>PropertyName</strong></th>\n<th><strong>Description</strong></th>\n<th><strong>Required/Optional</strong></th>\n<th><strong>Data Type (length)</strong></th>\n<th><strong>Other Information</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>ID</td>\n<td>Fixed Deposit ID</td>\n<td>Required</td>\n<td>Guid</td>\n<td></td>\n</tr>\n<tr>\n<td>UseProductInterestRate</td>\n<td>True if Product Settings Should apply</td>\n<td>Optional</td>\n<td>Boolean (nullable)</td>\n<td></td>\n</tr>\n<tr>\n<td>ApplicableInterestCode</td>\n<td>Applicable Interest Code</td>\n<td>Optional</td>\n<td>String (3)</td>\n<td></td>\n</tr>\n<tr>\n<td>ApplicableInterestRate</td>\n<td>Applicable Interest Rate</td>\n<td>Required</td>\n<td>Number</td>\n<td>Percentage should be in at most 3 decimal places</td>\n</tr>\n<tr>\n<td>PartLiquidationCharge</td>\n<td>Part Liquidation Charge if it applies</td>\n<td>Optional</td>\n<td>Number (nullable)</td>\n<td>Percentage should be in at most 3 decimal places</td>\n</tr>\n<tr>\n<td>HoldFundAtMaturity</td>\n<td>Hold Fund At Maturity</td>\n<td>Optional</td>\n<td>Boolean (nullable)</td>\n<td></td>\n</tr>\n<tr>\n<td>ApplyRollover</td>\n<td>Apply Rollover</td>\n<td>Optional</td>\n<td>Boolean (nullable)</td>\n<td></td>\n</tr>\n<tr>\n<td>RolloverOption</td>\n<td>​​Rollover Option</td>\n<td>Optional</td>\n<td>Enum nullable(RolloverPrincipalOnly = 1,RolloverPrincipalAndInterest = 2)</td>\n<td></td>\n</tr>\n<tr>\n<td>PocketName</td>\n<td>Details of the Savings e.g Rent, School Fees</td>\n<td>Optional</td>\n<td>String (100)</td>\n<td></td>\n</tr>\n</tbody>\n</table>\n</div>","auth":{"type":"bearer","bearer":{"basicConfig":[]},"isInherited":true,"source":{"_postman_id":"f4451e73-4989-4800-b265-a108f8be445a","id":"f4451e73-4989-4800-b265-a108f8be445a","name":"Fixed Deposit Account","type":"folder"}},"urlObject":{"path":["api","fixeddepositaccount","v1","update"],"host":["{{baseurl}}"],"query":[],"variable":[]}},"response":[{"id":"329dd3ec-d25b-4f18-956a-bcef85a9fa32","name":"OK - Successful","originalRequest":{"method":"PUT","header":[{"key":"Authorization","value":"bearer {token}","description":"Authorization header"},{"key":"request-reference","value":"{unique_reference}","description":"Unique request reference"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"id\": \"3fa85f64-5717-4562-b3fc-2c963f66afa6\",\n  \"useProductInterestRate\": true,\n  \"applicableInterestCode\": \"string\",\n  \"applicableInterestRate\": 0,\n  \"partLiquidationCharge\": 0,\n  \"holdFundAtMaturity\": true,\n  \"applyRollover\": true,\n  \"rolloverOption\": \"string\"\n}","options":{"raw":{"language":"json"}}},"url":"{{baseurl}}/api/fixeddepositaccount/v1/update"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":null,"cookie":[],"responseTime":null,"body":"{\n  \"status\": true,\n  \"message\": \"string\"\n}"},{"id":"abd7da05-5f71-4afe-935a-d24788f415ee","name":"Server Error","originalRequest":{"method":"PUT","header":[{"key":"Authorization","value":"bearer {token}","description":"Authorization header"},{"key":"request-reference","value":"{unique_reference}","description":"Unique request reference"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"id\": \"3fa85f64-5717-4562-b3fc-2c963f66afa6\",\n  \"useProductInterestRate\": true,\n  \"applicableInterestCode\": \"string\",\n  \"applicableInterestRate\": 0,\n  \"partLiquidationCharge\": 0,\n  \"holdFundAtMaturity\": true,\n  \"applyRollover\": true,\n  \"rolloverOption\": \"string\"\n}","options":{"raw":{"language":"json"}}},"url":"{{baseurl}}/api/fixeddepositaccount/v1/update"},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":null,"cookie":[],"responseTime":null,"body":"{\n  \"errors\": [\n    {\n      \"statusCode\": 0,\n      \"errorCode\": \"string\",\n      \"errorMessage\": \"string\"\n    }\n  ]\n}"}],"_postman_id":"80e371b6-8a3f-4bce-b94d-eb57d4d64047"},{"name":"Search","id":"7c7d6537-f9ce-4eef-8df0-3b6cde308b2e","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"key":"Authorization","value":"bearer ","type":"text"},{"key":"request-reference","value":"","type":"text"}],"body":{"mode":"raw","raw":""},"url":"{{baseurl}}/api/FixedDepositAccount/v1/Search?AccountStatus=Active&PageNumber=1&PageSize=23","auth":{"type":"bearer","bearer":{"basicConfig":[]},"isInherited":true,"source":{"_postman_id":"f4451e73-4989-4800-b265-a108f8be445a","id":"f4451e73-4989-4800-b265-a108f8be445a","name":"Fixed Deposit Account","type":"folder"}},"urlObject":{"path":["api","FixedDepositAccount","v1","Search"],"host":["{{baseurl}}"],"query":[{"disabled":true,"key":"AccountNumber","value":"1000003318000021091"},{"disabled":true,"key":"CustomerID","value":"00002103"},{"disabled":true,"key":"AccountName","value":"Afolabi Jumoke "},{"disabled":true,"key":"ProductCode","value":"318"},{"disabled":true,"key":"AccountOfficerCode","value":"ST1311"},{"key":"AccountStatus","value":"Active"},{"disabled":true,"key":"HasDisbursed","value":"false"},{"disabled":true,"key":"StartDate","value":"2022-01-01"},{"disabled":true,"key":"EndDate","value":"2022-03-04"},{"key":"PageNumber","value":"1"},{"key":"PageSize","value":"23"},{"disabled":true,"key":"SortColumn","value":"DateCreated"},{"disabled":true,"key":"Direction","value":"asc"}],"variable":[]}},"response":[{"id":"aee0b52c-d7dd-4da8-8b57-e4897625701a","name":"Ok - Successful","originalRequest":{"method":"GET","header":[{"key":"Authorization","value":"bearer {token}","description":"Authorization header"},{"key":"request-reference","value":"{unique_reference}","description":"Unique request reference"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"","options":{"raw":{"language":"json"}}},"url":{"raw":"{{baseurl}}/api/FixedDepositAccount/v1/Search?AccountNumber=1000002993&CustomerID=001&AccountName=Test&ProductCode=001&AccountOfficerCode=003&AccountStatus=Active&HasDisbursed=true&StartDate=2022-01-01&EndDate=2022-03-04&PageNumber=1&PageSize=10&SortColumn=DateCreated&Direction=asc","host":["{{baseurl}}"],"path":["api","FixedDepositAccount","v1","Search"],"query":[{"key":"AccountNumber","value":"1000002993"},{"key":"CustomerID","value":"001"},{"key":"AccountName","value":"Test"},{"key":"ProductCode","value":"001"},{"key":"AccountOfficerCode","value":"003"},{"key":"AccountStatus","value":"Active"},{"key":"HasDisbursed","value":"true"},{"key":"StartDate","value":"2022-01-01"},{"key":"EndDate","value":"2022-03-04"},{"key":"PageNumber","value":"1"},{"key":"PageSize","value":"10"},{"key":"SortColumn","value":"DateCreated"},{"key":"Direction","value":"asc"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":null,"cookie":[],"responseTime":null,"body":"{\n  \"status\": true,\n  \"message\": \"string\",\n  \"data\": {\n    \"data\": [\n      {\n        \"id\": \"3fa85f64-5717-4562-b3fc-2c963f66afa6\",\n        \"accountNumber\": \"string\",\n        \"name\": \"string\",\n        \"productCode\": \"string\",\n        \"productName\": \"string\",\n        \"accountOfficerName\": \"string\",\n        \"branchCode\": \"string\",\n        \"branchName\": \"string\",\n        \"ledgerBalance\": 0,\n        \"accruedInterest\": 0,\n        \"customerID\": \"string\",\n        \"liquidationAccountType\": \"string\",\n        \"liquidationAccount\": \"string\",\n        \"referenceNumber\": \"string\",\n        \"accountStatus\": \"string\",\n        \"enableEmailNotification\": true,\n        \"enableSMSNotification\": true,\n        \"principalAmount\": 0,\n        \"tenure\": 0,\n        \"commencementDate\": \"2023-01-29T15:03:06.912Z\",\n        \"maturityDate\": \"2023-01-29T15:03:06.912Z\",\n        \"useProductInterestRate\": true,\n        \"applicableInterestID\": \"3fa85f64-5717-4562-b3fc-2c963f66afa6\",\n        \"applicableInterestCode\": \"string\",\n        \"applicableInterestRate\": 0,\n        \"partLiquidationCharge\": 0,\n        \"holdFundAtMaturity\": true,\n        \"applyRollover\": true,\n        \"rolloverOption\": \"string\",\n        \"hasDisbursed\": true,\n        \"dateCreated\": \"2023-01-29T15:03:06.912Z\",\n        \"dateLastModified\": \"2023-01-29T15:03:06.912Z\",\n        \"mandateRuleIndex\": \"string\",\n        \"isGroupAccount\": true,\n        \"linkedAccountName\": \"string\",\n        \"linkedAccountProductName\": \"string\",\n        \"linkedAccountLedgerBalance\": \"string\",\n        \"linkedAccountAvailableBalance\": \"string\",\n        \"linkedAccountBranch\": \"string\",\n        \"linkedAccountStatus\": \"string\",\n        \"pocketName\": \"string\",\n        \"rolloverCount\": 0\n      }\n    ],\n    \"recordCount\": 0\n  }\n}"},{"id":"9da96834-5221-4c6a-9e36-f23ba213b944","name":"Server Error","originalRequest":{"method":"GET","header":[{"key":"Authorization","value":"bearer {token}","description":"Authorization header"},{"key":"request-reference","value":"{unique_reference}","description":"Unique request reference"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"","options":{"raw":{"language":"json"}}},"url":{"raw":"{{baseurl}}/api/FixedDepositAccount/v1/Search?AccountNumber=1000002993&CustomerID=001&AccountName=Test&ProductCode=001&AccountOfficerCode=003&AccountStatus=Active&HasDisbursed=true&StartDate=2022-01-01&EndDate=2022-03-04&PageNumber=1&PageSize=10&SortColumn=DateCreated&Direction=asc","host":["{{baseurl}}"],"path":["api","FixedDepositAccount","v1","Search"],"query":[{"key":"AccountNumber","value":"1000002993"},{"key":"CustomerID","value":"001"},{"key":"AccountName","value":"Test"},{"key":"ProductCode","value":"001"},{"key":"AccountOfficerCode","value":"003"},{"key":"AccountStatus","value":"Active"},{"key":"HasDisbursed","value":"true"},{"key":"StartDate","value":"2022-01-01"},{"key":"EndDate","value":"2022-03-04"},{"key":"PageNumber","value":"1"},{"key":"PageSize","value":"10"},{"key":"SortColumn","value":"DateCreated"},{"key":"Direction","value":"asc"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":null,"cookie":[],"responseTime":null,"body":"{\n  \"errors\": [\n    {\n      \"statusCode\": 0,\n      \"errorCode\": \"string\",\n      \"errorMessage\": \"string\"\n    }\n  ]\n}"}],"_postman_id":"7c7d6537-f9ce-4eef-8df0-3b6cde308b2e"}],"id":"f4451e73-4989-4800-b265-a108f8be445a","auth":{"type":"bearer","bearer":{"basicConfig":[]},"isInherited":false},"event":[{"listen":"prerequest","script":{"id":"a8692992-b255-4e87-98df-58148df31e0e","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"4b90007b-6357-457d-b891-04f1ef7f47fb","type":"text/javascript","exec":[""]}}],"_postman_id":"f4451e73-4989-4800-b265-a108f8be445a","description":""},{"name":"Savings","item":[{"name":"FrequentSavings","item":[{"name":"Add Frequent Savings","event":[{"listen":"test","script":{"id":"398ea71a-88f9-484d-a03f-251d65e11a46","exec":["const fixedId = pm.response.json().data.id","pm.collectionVariables.set(\"FixedDepositAccountID\",fixedId)"],"type":"text/javascript","packages":{}}}],"id":"aab8a97d-7ded-4446-9d11-026747a839da","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"key":"Authorization","value":"bearer ","type":"text"},{"key":"request-reference","value":"","type":"text"}],"body":{"mode":"raw","raw":"{\n  \"pocketName\": \"string\",\n  \"liquidationAccount\": \"string\",\n  \"amount\": 0, \n  \"deductionAmount\": 0,\n  \"productCode\": \"strin\",\n  \"frequency\": \"string\",\n  \"commencementDate\": \"2025-02-23T21:06:10.309Z\",\n  \"maturityDate\": \"2025-02-23T21:06:10.309Z\",\n  \"interestRate\": 0,\n  \"useDefaultInterestRate\": true,\n  \"preferredTime\": 0,\n  \"accountCreationChannel\": \"string\",\n  \"imageURL\": \"string\",\n  \"targetSavingsURL\": \"string\"\n}"},"url":"{{baseurl}}/api/savingsaccount/v1/frequentsavings/add","description":"<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>PropertyName</strong></th>\n<th><strong>Description</strong></th>\n<th><strong>Required/Optional</strong></th>\n<th><strong>Data Type (length)</strong></th>\n<th><strong>Other Information</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>LiquidationAccount</td>\n<td>Liquidation Account</td>\n<td>Required</td>\n<td>String (10)</td>\n<td>This is the Customer Account that will be debited for the Savings</td>\n</tr>\n<tr>\n<td>ProductCode</td>\n<td>The Fixed Deposit Product Code</td>\n<td>Required</td>\n<td>String (3)</td>\n<td>Must be an active Fixed Deposit Product Code that exists on the CBA portal.</td>\n</tr>\n<tr>\n<td>Amount</td>\n<td>Principal Amount</td>\n<td>Required</td>\n<td>Number</td>\n<td>Amount should be sent in the currency base unit.For example: 1000 naira will be sent as 1000 * 100</td>\n</tr>\n<tr>\n<td>DeductionAmount</td>\n<td>Deduction Amount</td>\n<td>Optional</td>\n<td>Number</td>\n<td>Amount to be deducted till the Target Amount is reached,  <br />Deduction Amount should be sent in the currency base unit.For example: 1000 naira will be sent as 1000 * 100</td>\n</tr>\n<tr>\n<td>Frequency</td>\n<td>Frequency</td>\n<td>Required</td>\n<td>Enum (Daily = 1, Weekly = 2, Monthly = 3)</td>\n<td></td>\n</tr>\n<tr>\n<td>CommencementDate</td>\n<td>CommencementDate</td>\n<td>Required</td>\n<td>Date</td>\n<td></td>\n</tr>\n<tr>\n<td>MaturityDate</td>\n<td>MaturityDate</td>\n<td>Required</td>\n<td>Date</td>\n<td></td>\n</tr>\n<tr>\n<td>InterestRate</td>\n<td>Applicable Interest Rate</td>\n<td>Optional</td>\n<td>Number</td>\n<td>Percentage should be in at most 3 decimal places</td>\n</tr>\n<tr>\n<td></td>\n<td></td>\n<td></td>\n<td></td>\n<td></td>\n</tr>\n<tr>\n<td>PreferredTime</td>\n<td>PreferredTime</td>\n<td>Optional</td>\n<td>Number</td>\n<td>Preferred Time ranges from 0 to 23.</td>\n</tr>\n<tr>\n<td>PocketName</td>\n<td>Details of the Savings e.g Rent, School Fees</td>\n<td>Required</td>\n<td>String (100)</td>\n<td></td>\n</tr>\n</tbody>\n</table>\n</div>","auth":{"type":"bearer","bearer":{"basicConfig":[]},"isInherited":true,"source":{"_postman_id":"d94128f3-3d3a-4ddf-996f-63f84aca2918","id":"d94128f3-3d3a-4ddf-996f-63f84aca2918","name":"Savings","type":"folder"}},"urlObject":{"path":["api","savingsaccount","v1","frequentsavings","add"],"host":["{{baseurl}}"],"query":[],"variable":[]}},"response":[{"id":"29f040d8-7b2e-4ec3-8147-8671fe71383a","name":"OK - Successful","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"bearer {token}","description":"Authorization header"},{"key":"request-reference","value":"{unique_reference}","description":"Unique request reference"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"pocketName\": \"string\",\n  \"liquidationAccount\": \"string\",\n  \"amount\": 0,\n  \"deductionAmount\": 0,\n  \"productCode\": \"strin\",\n  \"frequency\": \"string\",\n  \"commencementDate\": \"2025-02-23T21:06:10.309Z\",\n  \"maturityDate\": \"2025-02-23T21:06:10.309Z\",\n  \"interestRate\": 0,\n  \"useDefaultInterestRate\": true,\n  \"preferredTime\": 0,\n  \"accountCreationChannel\": \"string\",\n  \"imageURL\": \"string\",\n  \"targetSavingsURL\": \"string\"\n}","options":{"raw":{"language":"json"}}},"url":"{{baseurl}}/api/savingsaccount/v1/frequentsavings/add"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":null,"cookie":[],"responseTime":null,"body":"{\n  \"status\": true,\n  \"message\": \"string\",\n  \"data\": {\n    \"id\": \"3fa85f64-5717-4562-b3fc-2c963f66afa6\",\n    \"accountNumber\": \"string\",\n    \"pocketName\": \"string\"\n  }\n}"},{"id":"93793d28-d26a-49d4-bccf-8d735acd1a54","name":"Server Error","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"bearer {token}","description":"Authorization header"},{"key":"request-reference","value":"{unique_reference}","description":"Unique request reference"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"pocketName\": \"string\",\n  \"liquidationAccount\": \"string\",\n  \"amount\": 0,\n  \"deductionAmount\": 0,\n  \"productCode\": \"strin\",\n  \"frequency\": \"string\",\n  \"commencementDate\": \"2025-02-23T21:06:10.309Z\",\n  \"maturityDate\": \"2025-02-23T21:06:10.309Z\",\n  \"interestRate\": 0,\n  \"useDefaultInterestRate\": true,\n  \"preferredTime\": 0,\n  \"accountCreationChannel\": \"string\",\n  \"imageURL\": \"string\",\n  \"targetSavingsURL\": \"string\"\n}","options":{"raw":{"language":"json"}}},"url":"{{baseurl}}/api/savingsaccount/v1/frequentsavings/add"},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":""}],"cookie":[],"responseTime":null,"body":"{\n    \"errors\": [\n        {\n            \"statusCode\": 0,\n            \"errorCode\": \"string\",\n            \"errorMessage\": \"string\"\n        }\n    ]\n}"}],"_postman_id":"aab8a97d-7ded-4446-9d11-026747a839da"},{"name":"Liquidate Frequent Savings","event":[{"listen":"test","script":{"id":"398ea71a-88f9-484d-a03f-251d65e11a46","exec":["const fixedId = pm.response.json().data.id","pm.collectionVariables.set(\"FixedDepositAccountID\",fixedId)"],"type":"text/javascript","packages":{}}}],"id":"3097701b-cc67-4d67-9813-7f0991154060","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"key":"Authorization","value":"bearer ","type":"text"},{"key":"request-reference","value":"","type":"text"}],"body":{"mode":"raw","raw":"{\n  \"accountNumber\": \"string\",\n  \"partLiquidationFee\": 0,\n  \"liquidationType\": \"FullLiquidation\",\n  \"liquidationAmount\": 0\n}"},"url":"{{baseurl}}/api/savingsaccount/v1/frequentsavings/liquidate","description":"<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>PropertyName</strong></th>\n<th><strong>Description</strong></th>\n<th><strong>Required/Optional</strong></th>\n<th><strong>Data Type (length)</strong></th>\n<th><strong>Other Information</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>AccountNumber</td>\n<td>Savings Account Number</td>\n<td>Required</td>\n<td>String (50)</td>\n<td>This is the Savings Account that will be debited. Note: This is not the Liquidation Account.</td>\n</tr>\n<tr>\n<td>LiquidationAmount</td>\n<td>LiquidationAmount</td>\n<td>Required if LiquidationType = PartLiquidation</td>\n<td>Number</td>\n<td>Amount should be sent in the currency base unit.For example: 1000 naira will be sent as 1000 * 100</td>\n</tr>\n<tr>\n<td>PartLiquidationFee</td>\n<td>Part Liquidation Fee</td>\n<td>Optional</td>\n<td>Number</td>\n<td>Percentage field. If there is a Pre Liquidation Fee, it should be passed here.</td>\n</tr>\n<tr>\n<td>LiquidationType</td>\n<td>Liquidation Type</td>\n<td>Required</td>\n<td>Enum (FullLiquidation = 1, PartLiquidation = 2)</td>\n<td>If it is FullLiquidation, the full Principal will be liquidated and the Savings will close. LiquidationAmount is not required.  <br />For PartLiquidation, only Amount not greater than or equal to the Savings Balance is accepted. LiquidationAmount is required.</td>\n</tr>\n</tbody>\n</table>\n</div>","auth":{"type":"bearer","bearer":{"basicConfig":[]},"isInherited":true,"source":{"_postman_id":"d94128f3-3d3a-4ddf-996f-63f84aca2918","id":"d94128f3-3d3a-4ddf-996f-63f84aca2918","name":"Savings","type":"folder"}},"urlObject":{"path":["api","savingsaccount","v1","frequentsavings","liquidate"],"host":["{{baseurl}}"],"query":[],"variable":[]}},"response":[{"id":"8b87477f-3abc-47fa-ae39-a2fcc047720e","name":"OK - Successful","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"bearer {token}","description":"Authorization header"},{"key":"request-reference","value":"{unique_reference}","description":"Unique request reference"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"accountNumber\": \"string\",\n  \"partLiquidationFee\": 0,\n  \"liquidationType\": \"FullLiquidation\",\n  \"liquidationAmount\": 0\n}","options":{"raw":{"language":"json"}}},"url":"{{baseurl}}/api/savingsaccount/v1/frequentsavings/liquidate"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":null,"cookie":[],"responseTime":null,"body":"{\n  \"status\": true,\n  \"message\": \"string\",\n  \"data\": {\n    \"statusCode\": \"string\",\n    \"referenceNumber\": \"string\",\n    \"instrumentNumber\": \"string\",\n    \"message\": \"string\",\n    \"duration\": \"string\",\n    \"sessionID\": \"string\"\n  },\n  \"isSuccessful\": true,\n  \"statusCode\": \"string\",\n  \"referenceNumber\": \"string\",\n  \"instrumentNumber\": \"string\",\n  \"duration\": \"string\",\n  \"sessionID\": \"string\"\n}"},{"id":"db3df924-0b18-4707-a430-eb9ea98d0a5a","name":"Server Error","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"bearer {token}","description":"Authorization header"},{"key":"request-reference","value":"{unique_reference}","description":"Unique request reference"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"accountNumber\": \"string\",\n  \"partLiquidationFee\": 0,\n  \"liquidationType\": \"FullLiquidation\",\n  \"liquidationAmount\": 0\n}","options":{"raw":{"language":"json"}}},"url":"{{baseurl}}/api/savingsaccount/v1/frequentsavings/liquidate"},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":""}],"cookie":[],"responseTime":null,"body":"{\n    \"errors\": [\n        {\n            \"statusCode\": 0,\n            \"errorCode\": \"string\",\n            \"errorMessage\": \"string\"\n        }\n    ]\n}"}],"_postman_id":"3097701b-cc67-4d67-9813-7f0991154060"},{"name":"Top Up Frequent Savings","event":[{"listen":"test","script":{"id":"398ea71a-88f9-484d-a03f-251d65e11a46","exec":["const fixedId = pm.response.json().data.id","pm.collectionVariables.set(\"FixedDepositAccountID\",fixedId)"],"type":"text/javascript","packages":{}}}],"id":"e0c353d6-b65c-4f33-a1b6-68a04c8312c6","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"key":"Authorization","value":"bearer ","type":"text"},{"key":"request-reference","value":"","type":"text"}],"body":{"mode":"raw","raw":"{\n  \"accountNumber\": \"string\",\n  \"instrumentNumber\": \"string\",\n  \"topUpAmount\": 0\n}"},"url":"{{baseurl}}/api/savingsaccount/v1/frequentsavings/topup","description":"<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>PropertyName</strong></th>\n<th><strong>Description</strong></th>\n<th><strong>Required/Optional</strong></th>\n<th><strong>Data Type (length)</strong></th>\n<th><strong>Other Information</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>InstrumentNumber</td>\n<td>InstrumentNumber</td>\n<td>Required</td>\n<td>String (100)</td>\n<td>To prevent duplicate request</td>\n</tr>\n<tr>\n<td>AccountNumber</td>\n<td>Savings Account Number</td>\n<td>Required</td>\n<td>String (50)</td>\n<td>This is the Savings Account that will be credited. Note: This is not the Liquidation Account.</td>\n</tr>\n<tr>\n<td>TopUpAmount</td>\n<td>TopUpAmount</td>\n<td>Required</td>\n<td>Number</td>\n<td>Amount should be sent in the currency base unit.For example: 1000 naira will be sent as 1000 * 100</td>\n</tr>\n</tbody>\n</table>\n</div>","auth":{"type":"bearer","bearer":{"basicConfig":[]},"isInherited":true,"source":{"_postman_id":"d94128f3-3d3a-4ddf-996f-63f84aca2918","id":"d94128f3-3d3a-4ddf-996f-63f84aca2918","name":"Savings","type":"folder"}},"urlObject":{"path":["api","savingsaccount","v1","frequentsavings","topup"],"host":["{{baseurl}}"],"query":[],"variable":[]}},"response":[{"id":"6ca8ad45-fc63-4559-a499-44ce48416ba0","name":"OK - Successful","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"bearer {token}","description":"Authorization header"},{"key":"request-reference","value":"{unique_reference}","description":"Unique request reference"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"accountNumber\": \"string\",\n  \"instrumentNumber\": \"string\",\n  \"topUpAmount\": 0\n}","options":{"raw":{"language":"json"}}},"url":"{{baseurl}}/api/savingsaccount/v1/frequentsavings/topup"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":null,"cookie":[],"responseTime":null,"body":"{\n  \"status\": true,\n  \"message\": \"string\",\n  \"data\": {\n    \"statusCode\": \"string\",\n    \"referenceNumber\": \"string\",\n    \"instrumentNumber\": \"string\",\n    \"message\": \"string\",\n    \"duration\": \"string\",\n    \"sessionID\": \"string\"\n  },\n  \"isSuccessful\": true,\n  \"statusCode\": \"string\",\n  \"referenceNumber\": \"string\",\n  \"instrumentNumber\": \"string\",\n  \"duration\": \"string\",\n  \"sessionID\": \"string\"\n}"},{"id":"c06ec965-995c-4ed5-ada0-3aaa2ad11dc6","name":"Server Error","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"bearer {token}","description":"Authorization header"},{"key":"request-reference","value":"{unique_reference}","description":"Unique request reference"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"accountNumber\": \"string\",\n  \"instrumentNumber\": \"string\",\n  \"topUpAmount\": 0\n}","options":{"raw":{"language":"json"}}},"url":"{{baseurl}}/api/savingsaccount/v1/frequentsavings/topup"},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":""}],"cookie":[],"responseTime":null,"body":"{\n    \"errors\": [\n        {\n            \"statusCode\": 0,\n            \"errorCode\": \"string\",\n            \"errorMessage\": \"string\"\n        }\n    ]\n}"}],"_postman_id":"e0c353d6-b65c-4f33-a1b6-68a04c8312c6"},{"name":"Update Frequent Savings","id":"e2a2a05d-7aa6-4a8a-a197-6dd2421f1ae2","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"key":"Authorization","value":"bearer ","type":"text"},{"key":"request-reference","value":"","type":"text"}],"body":{"mode":"raw","raw":"{\n  \"id\": ,\n  \"pocketName\": \"string\",\n  \"amount\": 0,\n  \"deductionAmount\": 0,\n  \"frequency\": \"string\",\n  \"commencementDate\": \"2025-03-14T11:36:17.125Z\",\n  \"maturityDate\": \"2025-03-14T11:36:17.125Z\",\n  \"interestRate\": 0,\n  \"preferredTime\": 0,\n  \"imageURL\": \"string\",\n  \"targetSavingsURL\": \"string\"\n}","options":{"raw":{"language":"json"}}},"url":"{{baseurl}}/api/savingsaccount/v1/frequentsavings/update","description":"<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>PropertyName</strong></th>\n<th><strong>Description</strong></th>\n<th><strong>Required/Optional</strong></th>\n<th><strong>Data Type (length)</strong></th>\n<th><strong>Other Information</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>ID</td>\n<td>Fixed Deposit ID</td>\n<td>Required</td>\n<td>Guid</td>\n<td></td>\n</tr>\n<tr>\n<td>InterestRate</td>\n<td>Applicable Interest Rate</td>\n<td>Optional</td>\n<td>Number</td>\n<td>Percentage should be in at most 3 decimal places</td>\n</tr>\n<tr>\n<td>MaturityDate</td>\n<td>MaturityDate</td>\n<td>Optional</td>\n<td>Date</td>\n<td></td>\n</tr>\n<tr>\n<td>CommencementDate</td>\n<td>CommencementDate</td>\n<td>Optional</td>\n<td>Date</td>\n<td></td>\n</tr>\n<tr>\n<td>Frequency</td>\n<td>Frequency</td>\n<td>Optional</td>\n<td>Enum (Daily = 1, Weekly = 2, Monthly = 3)</td>\n<td></td>\n</tr>\n<tr>\n<td>PocketName</td>\n<td>Details of the Savings e.g Rent, School Fees</td>\n<td>Optional</td>\n<td>String (100)</td>\n<td></td>\n</tr>\n</tbody>\n</table>\n</div>","auth":{"type":"bearer","bearer":{"basicConfig":[]},"isInherited":true,"source":{"_postman_id":"d94128f3-3d3a-4ddf-996f-63f84aca2918","id":"d94128f3-3d3a-4ddf-996f-63f84aca2918","name":"Savings","type":"folder"}},"urlObject":{"path":["api","savingsaccount","v1","frequentsavings","update"],"host":["{{baseurl}}"],"query":[],"variable":[]}},"response":[{"id":"f4a1db62-200b-49f2-afa7-2c0f433a12e7","name":"OK - Successful","originalRequest":{"method":"PUT","header":[{"key":"Authorization","value":"bearer {token}","description":"Authorization header"},{"key":"request-reference","value":"{unique_reference}","description":"Unique request reference"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"id\": ,\n  \"pocketName\": \"string\",\n  \"amount\": 0,\n  \"deductionAmount\": 0,\n  \"frequency\": \"string\",\n  \"commencementDate\": \"2025-03-14T11:36:17.125Z\",\n  \"maturityDate\": \"2025-03-14T11:36:17.125Z\",\n  \"interestRate\": 0,\n  \"preferredTime\": 0,\n  \"imageURL\": \"string\",\n  \"targetSavingsURL\": \"string\"\n}","options":{"raw":{"language":"json"}}},"url":"{{baseurl}}/api/savingsaccount/v1/frequentsavings/update"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":null,"cookie":[],"responseTime":null,"body":"{\n  \"status\": true,\n  \"message\": \"string\"\n}"},{"id":"5833c58a-106f-46f8-b3c8-5635f634c4af","name":"Server Error","originalRequest":{"method":"PUT","header":[{"key":"Authorization","value":"bearer {token}","description":"Authorization header"},{"key":"request-reference","value":"{unique_reference}","description":"Unique request reference"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"id\": ,\n  \"pocketName\": \"string\",\n  \"amount\": 0,\n  \"deductionAmount\": 0,\n  \"frequency\": \"string\",\n  \"commencementDate\": \"2025-03-14T11:36:17.125Z\",\n  \"maturityDate\": \"2025-03-14T11:36:17.125Z\",\n  \"interestRate\": 0,\n  \"preferredTime\": 0,\n  \"imageURL\": \"string\",\n  \"targetSavingsURL\": \"string\"\n}","options":{"raw":{"language":"json"}}},"url":"{{baseurl}}/api/savingsaccount/v1/frequentsavings/update"},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":null,"cookie":[],"responseTime":null,"body":"{\n  \"errors\": [\n    {\n      \"statusCode\": 0,\n      \"errorCode\": \"string\",\n      \"errorMessage\": \"string\"\n    }\n  ]\n}"}],"_postman_id":"e2a2a05d-7aa6-4a8a-a197-6dd2421f1ae2"},{"name":"Search Frequent Savings","id":"aeec2f71-3d76-4e57-9090-e6b1801f0305","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"key":"Authorization","value":"bearer ","type":"text"},{"key":"request-reference","value":"","type":"text"}],"body":{"mode":"raw","raw":""},"url":"{{baseurl}}/api/Savingsaccount/v1/FrequentSavings/Search?AccountStatus=Active&PageNumber=1&PageSize=23","auth":{"type":"bearer","bearer":{"basicConfig":[]},"isInherited":true,"source":{"_postman_id":"d94128f3-3d3a-4ddf-996f-63f84aca2918","id":"d94128f3-3d3a-4ddf-996f-63f84aca2918","name":"Savings","type":"folder"}},"urlObject":{"path":["api","Savingsaccount","v1","FrequentSavings","Search"],"host":["{{baseurl}}"],"query":[{"disabled":true,"key":"AccountNumber","value":"1000003318000021091"},{"disabled":true,"key":"CustomerID","value":"00002103"},{"disabled":true,"key":"AccountName","value":"Afolabi Jumoke "},{"disabled":true,"key":"ProductCode","value":"318"},{"disabled":true,"key":"AccountOfficerCode","value":"ST1311"},{"key":"AccountStatus","value":"Active"},{"disabled":true,"key":"HasDisbursed","value":"false"},{"disabled":true,"key":"StartDate","value":"2022-01-01"},{"disabled":true,"key":"EndDate","value":"2022-03-04"},{"key":"PageNumber","value":"1"},{"key":"PageSize","value":"23"},{"disabled":true,"key":"SortColumn","value":"DateCreated"},{"disabled":true,"key":"Direction","value":"asc"}],"variable":[]}},"response":[{"id":"ddd23172-0e20-4621-a7b1-6ac10ff8d51c","name":"Ok - Successful","originalRequest":{"method":"GET","header":[{"key":"Authorization","value":"bearer {token}","description":"Authorization header"},{"key":"request-reference","value":"{unique_reference}","description":"Unique request reference"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"","options":{"raw":{"language":"json"}}},"url":{"raw":"{{baseurl}}/api/Savingsaccount/v1/FrequentSavings/Search?AccountStatus=Active&PageNumber=1&PageSize=23","host":["{{baseurl}}"],"path":["api","Savingsaccount","v1","FrequentSavings","Search"],"query":[{"key":"AccountStatus","value":"Active"},{"key":"PageNumber","value":"1"},{"key":"PageSize","value":"23"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":null,"cookie":[],"responseTime":null,"body":"{\n  \"status\": true,\n  \"message\": \"string\",\n  \"data\": {\n    \"data\": [\n      {\n        \"id\": \"3fa85f64-5717-4562-b3fc-2c963f66afa6\",\n        \"pocketName\": \"string\",\n        \"liquidationAccount\": \"string\",\n        \"accountName\": \"string\",\n        \"amount\": 0,\n        \"frequency\": 1,\n        \"commencementDate\": \"2025-02-10T10:40:32.899Z\",\n        \"maturityDate\": \"2025-02-10T10:40:32.899Z\",\n        \"productCode\": \"string\",\n        \"productName\": \"string\",\n        \"interestRate\": 0,\n        \"status\": \"string\",\n        \"preferredTime\": 0\n      }\n    ],\n    \"recordCount\": 0\n  }\n}"},{"id":"927c8d49-93b2-421d-93c8-3d73ba2bea9d","name":"Server Error","originalRequest":{"method":"GET","header":[{"key":"Authorization","value":"bearer {token}","description":"Authorization header"},{"key":"request-reference","value":"{unique_reference}","description":"Unique request reference"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"","options":{"raw":{"language":"json"}}},"url":{"raw":"{{baseurl}}/api/Savingsaccount/v1/FrequentSavings/Search?AccountStatus=Active&PageNumber=1&PageSize=23","host":["{{baseurl}}"],"path":["api","Savingsaccount","v1","FrequentSavings","Search"],"query":[{"key":"AccountStatus","value":"Active"},{"key":"PageNumber","value":"1"},{"key":"PageSize","value":"23"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":null,"cookie":[],"responseTime":null,"body":"{\n  \"errors\": [\n    {\n      \"statusCode\": 0,\n      \"errorCode\": \"string\",\n      \"errorMessage\": \"string\"\n    }\n  ]\n}"}],"_postman_id":"aeec2f71-3d76-4e57-9090-e6b1801f0305"}],"id":"30d49adc-a88a-4e3e-8d6e-ff4ecaab492e","_postman_id":"30d49adc-a88a-4e3e-8d6e-ff4ecaab492e","description":"","auth":{"type":"bearer","bearer":{"basicConfig":[]},"isInherited":true,"source":{"_postman_id":"d94128f3-3d3a-4ddf-996f-63f84aca2918","id":"d94128f3-3d3a-4ddf-996f-63f84aca2918","name":"Savings","type":"folder"}}}],"id":"d94128f3-3d3a-4ddf-996f-63f84aca2918","description":"<p>Other Savings Type (Frequent Savings, Flexible Savings, Smart Savings)</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[]},"isInherited":false},"event":[{"listen":"prerequest","script":{"id":"a8692992-b255-4e87-98df-58148df31e0e","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"4b90007b-6357-457d-b891-04f1ef7f47fb","type":"text/javascript","exec":[""]}}],"_postman_id":"d94128f3-3d3a-4ddf-996f-63f84aca2918"},{"name":"Loan Account","item":[{"name":"Add Loan Account","id":"bc95fa11-36ae-4efe-a936-8c0766ccdd05","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"key":"Authorization","value":"bearer ","type":"text"},{"key":"request-reference","value":"","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"customerID\": \"00002205\",\n    \"linkedNumber\": \"1000002033\",\n    \"referenceNumber\": \"BB-1000002033\",\n    \"productCode\": \"305\",\n    \"lendingModel\": 2,\n    \"economicSector\": 40300,\n    \"guarantorID1\": \"00002110\",\n    \"guarantorID2\": \"00002111\",\n    \"penaltyGracePeriod\": 0,\n    \"loanAmount\": 300000,\n    \"hasCollateralPledge\": true,\n    \"collateralType\": 1,\n    \"collateralValuation\": 10000000,\n    \"collateralDescription\": \"Car\",\n    \"startDate\": \"2021-06-28\",\n    \"tenure\": 60,\n    \"principalRepaymentType\": 2,\n    \"principalFrequency\": 2,\n    \"principalToBeRepaidEvery\": 1,\n    \"principalInstallment\": 2,\n    \"applicableInterestCode\": \"015\",\n    \"useProductInterestRate\": true,\n    \"applicableInterestRate\": 0,\n    \"defaultingInterestRate\": 0,\n    \"interestRepaymentType\": 2,\n    \"interestFrequency\": 2,\n    \"interestToBeRepaidEvery\": 1,\n    \"interestInstallment\": 2,\n    \"interestAccrualMode\": 1,\n    \"interestFreePrincipalAmount\": 0,\n    \"securityDeposit\": 0,\n    \"holdFundSecurityDeposit\": true,\n    \"useProductFeeRate\": true,\n    \"applyLoanFees\": false,\n    \"loanFees\": null,\n    \"allowMoratorium\": 1,\n    \"moratoriumDuration\": 0,\n    \"moratoriumFrequency\": null,\n    \"moratoriumEffect\": null,\n    \"enableRepaymentTracker\": true,\n    \"repaymentTrackerInDays\": 0,\n  \"loanPaymentSchedules\": [\n    {\n      \"paymentDate\": \"2025-02-16\",\n      \"principal\": 0,\n      \"interest\": 0,\n      \"fee\": 0\n    }\n  ]\n}","options":{"raw":{"language":"json"}}},"url":"{{baseurl}}/api/loanaccount/v1/add","description":"<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>PropertyName</strong></th>\n<th><strong>Description</strong></th>\n<th><strong>Required/Optional</strong></th>\n<th><strong>Data Type (length)</strong></th>\n<th><strong>Other Information</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>CustomerID</td>\n<td>The Customer ID (8 digits) of the customer the loan will be linked to.</td>\n<td>Required</td>\n<td>String (8)</td>\n<td>The CustomerID must be same as the CustomerID linked of the beneficiary.</td>\n</tr>\n<tr>\n<td>LinkedNumber</td>\n<td>The Account (NUBAN) that the facility will be disbursed to.</td>\n<td>Required</td>\n<td>String (10)</td>\n<td></td>\n</tr>\n<tr>\n<td>ReferenceNumber</td>\n<td>Unique Reference Number</td>\n<td>Optional</td>\n<td>String (50)</td>\n<td>Must be unique if passed. Can be used to map the Loan on the CBA to an External Account.</td>\n</tr>\n<tr>\n<td>ProductCode</td>\n<td>The Loan's Product Code.</td>\n<td>Required</td>\n<td>String (3)</td>\n<td>Loan Products are created on Udara360 portal. Loan Product must be ACTIVE.</td>\n</tr>\n<tr>\n<td>LendingModel</td>\n<td>Lending Model the Loan falls.</td>\n<td>Required</td>\n<td>Enum(CreditUnions = 1,Individuals,NeighbourhoodAndSmallGroupRevolvingFunds,Other,SolidarityGroups,Staff,VillageBanking,WholesaleLending)</td>\n<td></td>\n</tr>\n<tr>\n<td>EconomicSector</td>\n<td>Economic Sector</td>\n<td>Required</td>\n<td>Enum (OilAndGas = 42400,Manufacturing = 40300,Governments = 41200,General = 41000,GeneralCommerce = 40700,InformationAndCommunciation = 41500,RealEstateActivities = 40500,PowerAndEnergy = 42200,FinanceAndInsurance = 40900,Construction = 41400,AgricultureForestryAndFishing = 40100,TransportationAndStorage = 40800,CapitalMarket = 42300,ProfessionalScientificAndTechnicalActivities = 41600,Education = 41800,HumanHealthAndSocialWorkActivities = 41900,AdminstrativeAndSupportServiceActivities = 41700,WaterSupplySewerageWasteManagementAndRemediationActivities = 41300,MiningAndQuarrying = 40200,ArtsEntertainmentAndRecreation = 42000,ActivitiesOfExtraterritorialOrganizationAndBodies = 42100)</td>\n<td></td>\n</tr>\n<tr>\n<td>LoanAmount</td>\n<td>Amount</td>\n<td>Required</td>\n<td>Number</td>\n<td>Amount should be supplied in the currency's base amount. 1000.55 should be sent as 100055</td>\n</tr>\n<tr>\n<td>StartDate</td>\n<td>Running From</td>\n<td>Required</td>\n<td>Date</td>\n<td></td>\n</tr>\n<tr>\n<td>Tenure</td>\n<td>Tenure in days</td>\n<td>Required</td>\n<td>Number</td>\n<td></td>\n</tr>\n<tr>\n<td>PrincipalRepaymentType</td>\n<td>Repayment Type</td>\n<td>Required</td>\n<td>Enum (EndOfContract = 1,Prorated = 2,Upfront = 3)</td>\n<td></td>\n</tr>\n<tr>\n<td>InterestRepaymentType</td>\n<td>Repayment Type</td>\n<td>Required</td>\n<td>Enum (EndOfContract = 1,Prorated = 2,Upfront = 3)</td>\n<td></td>\n</tr>\n<tr>\n<td>InterestAccrualMode</td>\n<td>Interest Accrual Mode</td>\n<td>Required</td>\n<td>Enum (Fixed = 1, ReducingBalance = 2, ReducingBalanceButEqual = 3)</td>\n<td></td>\n</tr>\n<tr>\n<td>PrincipalFrequency</td>\n<td>Frequency</td>\n<td>Required</td>\n<td>Enum ( Daily = 1,Weekly,Forthnight,Monthly,Quarterly,HalfYearly,Annually,EndOfContract,Upfront)</td>\n<td></td>\n</tr>\n<tr>\n<td>PrincipalToBeRepaidEvery</td>\n<td>The number of the frequency if it is not the end of contract or upfront.</td>\n<td>Required</td>\n<td>Number</td>\n<td></td>\n</tr>\n<tr>\n<td>PrincipalInstallment</td>\n<td>The total number of installments</td>\n<td>Required</td>\n<td>Number</td>\n<td>This can be used to compute the tenure.</td>\n</tr>\n<tr>\n<td>InterestFrequency</td>\n<td>Frequency</td>\n<td>Required</td>\n<td>Enum ( Daily = 1,Weekly,Forthnight,Monthly,Quarterly,HalfYearly,Annually,EndOfContract,Upfront)</td>\n<td></td>\n</tr>\n<tr>\n<td>InterestToBeRepaidEvery</td>\n<td>The number of the frequency if it is not the end of contract or upfront.</td>\n<td>Required</td>\n<td>Number</td>\n<td></td>\n</tr>\n<tr>\n<td></td>\n<td></td>\n<td></td>\n<td></td>\n<td></td>\n</tr>\n<tr>\n<td>InterestInstallment</td>\n<td>The total number of installments</td>\n<td>Required</td>\n<td>Number</td>\n<td></td>\n</tr>\n<tr>\n<td>UseProductInterestRate</td>\n<td>Use Product Interest Rate?</td>\n<td>Optional</td>\n<td>Boolean</td>\n<td>This allows the system picks the Interest that has been configured on the Loan Product selected.</td>\n</tr>\n<tr>\n<td>ApplicableInterestCode</td>\n<td>The Debit Interest to be applied</td>\n<td>Optional</td>\n<td>String (3)</td>\n<td>This option overrides the configured Debit Interest on the Product. Debit Interests are created on Udara360 portal.</td>\n</tr>\n<tr>\n<td>ApplicableInterestRate</td>\n<td>Applicable Debit Interest Rate</td>\n<td>Optional</td>\n<td>Number (nullable)</td>\n<td>The Interest Rate but REQUIRED if UseProductInterestRate or ApplicableInterestCode not supplied.</td>\n</tr>\n<tr>\n<td>DefaultingInterestRate</td>\n<td>Rate to charge for Defaulting Loans</td>\n<td>Optional</td>\n<td>Number (nullable)</td>\n<td></td>\n</tr>\n<tr>\n<td>UseProductFeeRate</td>\n<td>Use the fees configured on the Product.</td>\n<td>Optional</td>\n<td>Boolean (nullable)</td>\n<td>Uses product default configurations</td>\n</tr>\n<tr>\n<td>ApplyLoanFees</td>\n<td>Should Apply Loan Fees</td>\n<td>Optional</td>\n<td>Boolean</td>\n<td></td>\n</tr>\n<tr>\n<td>LoanFees</td>\n<td>List of Loan Fee Codes to apply if ApplyLoanFees is set to True</td>\n<td>Optional</td>\n<td>List of Object</td>\n<td>Loan fees are created on Udara360 portal.</td>\n</tr>\n<tr>\n<td>HasCollateralPledge</td>\n<td>Has a Collateral Pledge?</td>\n<td>Optional</td>\n<td>Boolean</td>\n<td></td>\n</tr>\n<tr>\n<td>CollateralType</td>\n<td>Collateral Type</td>\n<td>Optional</td>\n<td>Enum(RealEstateLandAndBuilding = 1,Automobile,PlantAndEquipment,NaturalReserves,MarketableSecurities,AccountsReceivablesAndInventory,Cash,PersonalGuarantees,PostDatedCheques,Dormicilliation,HouseholdItems</td>\n<td></td>\n</tr>\n<tr>\n<td>CollateralValuation</td>\n<td>Collateral Valuation</td>\n<td>Optional</td>\n<td>Number</td>\n<td></td>\n</tr>\n<tr>\n<td>CollateralDescription</td>\n<td>Collateral Description</td>\n<td>Optional</td>\n<td>String (1000)</td>\n<td></td>\n</tr>\n<tr>\n<td>HoldFundSecurityDeposit</td>\n<td>Should Hold Fund Security Deposit</td>\n<td>Optional</td>\n<td>Boolean</td>\n<td></td>\n</tr>\n<tr>\n<td>SecurityDeposit</td>\n<td>Security Deposit taken</td>\n<td>Optional</td>\n<td>Number</td>\n<td>The System will lien the amount on the account and will automatically release when the loan expires or when the loan is closed</td>\n</tr>\n<tr>\n<td>AllowMoratorium</td>\n<td>Allow Moratorium?</td>\n<td>Optional</td>\n<td>Enum (nullable)(False = 1,PrincipalOnly,InterestOnly,PrincipalAndInterest)</td>\n<td></td>\n</tr>\n<tr>\n<td>MoratoriumDuration</td>\n<td>Moratorium Duration in Days</td>\n<td>Optional</td>\n<td>Number</td>\n<td></td>\n</tr>\n<tr>\n<td>MoratoriumFrequency</td>\n<td>Moratorium Frequency</td>\n<td>Optional</td>\n<td>Enum nullable(Daily = 1,Weekly,Monthly,Annually)</td>\n<td></td>\n</tr>\n<tr>\n<td>MoratoriumEffect</td>\n<td>Moratorium Effect</td>\n<td>Optional</td>\n<td>Enum nullable(IncreaseTotalLoanDuration = 1,DonNotIncreaseTotalLoanDuration)</td>\n<td></td>\n</tr>\n<tr>\n<td>EnableRepaymentTracker</td>\n<td>Should the system track repayments and lien the total amount?</td>\n<td>Optional</td>\n<td>Boolean (nullable)</td>\n<td></td>\n</tr>\n<tr>\n<td>RepaymentTrackerInDays</td>\n<td>System automatically lien the upcoming repayment (Principal + Interest + Fee) before the due date. This will prevent the customer from moving the funds out before the repayment date.</td>\n<td>Optional</td>\n<td>Number</td>\n<td>Applicable when EnableRepaymentTracker is set to True.Repayment Tracker in Days should not be more than the frequency in days.</td>\n</tr>\n<tr>\n<td>GuarantorID1</td>\n<td>Customer ID of a Guarantor</td>\n<td>Optional</td>\n<td>String (8)</td>\n<td></td>\n</tr>\n<tr>\n<td>GuarantorID2</td>\n<td>Customer ID of a Guarantor</td>\n<td>Optional</td>\n<td>String (8)</td>\n<td></td>\n</tr>\n<tr>\n<td>LoanPaymentSchedules</td>\n<td>List of Loan Payment Schedules.</td>\n<td>Optional</td>\n<td>List of Object.  <br />PaymentDate - Date  <br />Principal - Number  <br />Interest - Number  <br />Fee - Number</td>\n<td>By default, the system will geenrate loan repayment schedules using the loan parameter. To override and pass your own Schedules, pass the list of repayments here.  <br />PaymentDate - Repayment Date  <br />Principal - Principal Amount to be Repaid on the PaymentDate.  <br />Interest - Interest Amount to be Repaid on the PaymentDate.  <br />Fee - Fee Amount to be Repaid on the PaymentDate.</td>\n</tr>\n</tbody>\n</table>\n</div>","auth":{"type":"bearer","bearer":{"basicConfig":[]},"isInherited":true,"source":{"_postman_id":"0e8e182d-58d0-4e1e-8e2f-d463cf7d821c","id":"0e8e182d-58d0-4e1e-8e2f-d463cf7d821c","name":"Loan Account","type":"folder"}},"urlObject":{"path":["api","loanaccount","v1","add"],"host":["{{baseurl}}"],"query":[],"variable":[]}},"response":[{"id":"17938f5e-94d5-4212-b3cb-223d33bceea8","name":"OK - Successful","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"bearer {token}","description":"Authorization header"},{"key":"request-reference","value":"{unique_reference}","description":"Unique request reference"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"customerID\": \"string\",\n  \"linkedNumber\": \"string\",\n  \"referenceNumber\": \"BB-1000002033\",\n  \"productCode\": \"305\",\n  \"lendingModel\": 1,\n  \"economicSector\": 42400,\n  \"guarantorID1\": \"\",\n  \"guarantorID2\": \"\",\n  \"penaltyGracePeriod\": 0,\n  \"loanAmount\": 100000,\n  \"hasCollateralPledge\": true,\n  \"collateralType\": 2,\n  \"collateralValuation\": 100000,\n  \"collateralDescription\": \"Toyota Camry 2008\",\n  \"startDate\": \"2021-06-28\",\n  \"tenure\": 60,\n  \"principalRepaymentType\": 2,\n  \"principalFrequency\": 4,\n  \"principalToBeRepaidEvery\": 1,\n  \"principalInstallment\": 2,\n  \"useProductInterestRate\": true,\n  \"defaultingInterestRate\": 0,\n  \"interestRepaymentType\": 2,\n  \"interestFrequency\": 4,\n  \"interestToBeRepaidEvery\": 1,\n  \"interestInstallment\": 2,\n  \"interestAccrualMode\": 1,\n  \"interestFreePrincipalAmount\": 0,\n  \"securityDeposit\": 0,\n  \"holdFundSecurityDeposit\": false,\n  \"applyLoanFees\": false,\n  \"loanFees\": [\n    {\n      \"loanFeeCode\": \"\",\n      \"name\": \"\"\n    }\n  ],\n  \"allowMoratorium\": null,\n  \"moratoriumDuration\": 0,\n  \"moratoriumFrequency\": null,\n  \"moratoriumEffect\": null,\n  \"enableRepaymentTracker\": false,\n  \"repaymentTrackerInDays\": 0,\n  \"loanPaymentSchedules\": [\n    {\n      \"paymentDate\": \"2025-02-16\",\n      \"principal\": 0,\n      \"interest\": 0,\n      \"fee\": 0\n    }\n  ]\n}","options":{"raw":{"language":"json"}}},"url":"{{baseurl}}/api/loanaccount/v1/add"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":null,"cookie":[],"responseTime":null,"body":"{\n  \"status\": true,\n  \"message\": \"string\",\n  \"data\": {\n    \"id\": \"3fa85f64-5717-4562-b3fc-2c963f66afa6\",\n    \"accountNumber\": \"1000003305000021282\"\n  }\n}"},{"id":"c1648272-7809-48d3-b346-0139929b4669","name":"Server Error","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"bearer {token}","description":"Authorization header"},{"key":"request-reference","value":"{unique_reference}","description":"Unique request reference"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"customerID\": \"string\",\n  \"linkedNumber\": \"string\",\n  \"referenceNumber\": \"BB-1000002033\",\n  \"productCode\": \"305\",\n  \"lendingModel\": 1,\n  \"economicSector\": 42400,\n  \"guarantorID1\": \"\",\n  \"guarantorID2\": \"\",\n  \"penaltyGracePeriod\": 0,\n  \"loanAmount\": 100000,\n  \"hasCollateralPledge\": true,\n  \"collateralType\": 2,\n  \"collateralValuation\": 100000,\n  \"collateralDescription\": \"Toyotal Camry 2008\",\n  \"startDate\": \"2021-06-28\",\n  \"tenure\": 60,\n  \"principalRepaymentType\": 2,\n  \"principalFrequency\": 4,\n  \"principalToBeRepaidEvery\": 1,\n  \"principalInstallment\": 2,\n  \"useProductInterestRate\": true,\n  \"defaultingInterestRate\": 0,\n  \"interestRepaymentType\": 2,\n  \"interestFrequency\": 4,\n  \"interestToBeRepaidEvery\": 1,\n  \"interestInstallment\": 2,\n  \"interestAccrualMode\": 1,\n  \"interestFreePrincipalAmount\": 0,\n  \"securityDeposit\": 0,\n  \"holdFundSecurityDeposit\": false,\n  \"applyLoanFees\": false,\n  \"loanFees\": [\n    {\n      \"loanFeeCode\": \"\",\n      \"name\": \"\"\n    }\n  ],\n  \"allowMoratorium\": null,\n  \"moratoriumDuration\": 0,\n  \"moratoriumFrequency\": null,\n  \"moratoriumEffect\": null,\n  \"enableRepaymentTracker\": false,\n  \"repaymentTrackerInDays\": 0,\n  \"loanPaymentSchedules\": [\n    {\n      \"paymentDate\": \"2025-02-16\",\n      \"principal\": 0,\n      \"interest\": 0,\n      \"fee\": 0\n    }\n  ]\n}","options":{"raw":{"language":"json"}}},"url":"{{baseurl}}/api/loanaccount/v1/add"},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":""}],"cookie":[],"responseTime":null,"body":"{\n    \"errors\": [\n        {\n            \"statusCode\": 0,\n            \"errorCode\": \"string\",\n            \"errorMessage\": \"string\"\n        }\n    ]\n}"}],"_postman_id":"bc95fa11-36ae-4efe-a936-8c0766ccdd05"},{"name":"Disburse Loan","id":"b8886faf-71eb-47b5-8c73-12ad55359770","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"key":"Authorization","value":"bearer ","type":"text"},{"key":"request-reference","value":"","type":"text"}],"body":{"mode":"raw","raw":"{\n  \"loanAccountNumber\": \"1000003305000021850\"\n}"},"url":"{{baseurl}}/api/loanaccount/v1/disburseloan","description":"<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>PropertyName</strong></th>\n<th><strong>Description</strong></th>\n<th><strong>Required/Optional</strong></th>\n<th><strong>Data Type (length)</strong></th>\n<th><strong>Other Information</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>LoanAccountNumber</td>\n<td>The loan account number</td>\n<td>Required</td>\n<td>String (50)</td>\n<td></td>\n</tr>\n</tbody>\n</table>\n</div>","auth":{"type":"bearer","bearer":{"basicConfig":[]},"isInherited":true,"source":{"_postman_id":"0e8e182d-58d0-4e1e-8e2f-d463cf7d821c","id":"0e8e182d-58d0-4e1e-8e2f-d463cf7d821c","name":"Loan Account","type":"folder"}},"urlObject":{"path":["api","loanaccount","v1","disburseloan"],"host":["{{baseurl}}"],"query":[],"variable":[]}},"response":[{"id":"2f3b5b3b-2fd7-423c-9795-75944ed59f94","name":"OK - Successful","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"bearer {token}","description":"Authorization header"},{"key":"request-reference","value":"{unique_reference}","description":"Unique request reference"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"loanAccountNumber\": \"string\"\n}","options":{"raw":{"language":"json"}}},"url":"{{baseurl}}/api/loanaccount/v1/disburseloan"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":null,"cookie":[],"responseTime":null,"body":"{\n  \"status\": true,\n  \"message\": \"string\",\n  \"data\": {\n    \"statusCode\": \"string\",\n    \"referenceNumber\": \"string\",\n    \"instrumentNumber\": \"string\",\n    \"duration\": \"string\"\n  }\n}"},{"id":"9f40da52-5ffc-4457-b2f5-cb11c181410f","name":"Server Error","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"bearer {token}","description":"Authorization header"},{"key":"request-reference","value":"{unique_reference}","description":"Unique request reference"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"loanAccountNumber\": \"string\",\n  \"initiatedBy\": \"string\",\n  \"approvedBy\": \"string\"\n}","options":{"raw":{"language":"json"}}},"url":"{{baseurl}}/api/loanaccount/v1/disburseloan"},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":""}],"cookie":[],"responseTime":null,"body":"{\n    \"errors\": [\n        {\n            \"statusCode\": 0,\n            \"errorCode\": \"string\",\n            \"errorMessage\": \"string\"\n        }\n    ]\n}"}],"_postman_id":"b8886faf-71eb-47b5-8c73-12ad55359770"},{"name":"Repay Loan","id":"b58d19dc-b301-424d-aef9-18c20da9e6bc","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"key":"Authorization","value":"bearer ","type":"text"},{"key":"request-reference","value":"","type":"text"}],"body":{"mode":"raw","raw":"{\n  \"loanAccountNumber\": \"1000003305000074660\",\n  \"instrumentNumber\": \"\",\n  \"amount\": 80000,\n  \"collectionsGL\": \"10204005\",\n  \"feeIncomeGL\": \"40101022\",\n  \"earlyTermination\": false\n}"},"url":"{{baseurl}}/api/loanaccount/v1/repayloan","description":"<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>PropertyName</strong></th>\n<th><strong>Description</strong></th>\n<th><strong>Required/Optional</strong></th>\n<th><strong>Data Type (length)</strong></th>\n<th><strong>Other Information</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>LoanAccountNumber</td>\n<td>The loan account number</td>\n<td>Required</td>\n<td>String (50)</td>\n<td></td>\n</tr>\n<tr>\n<td>InstrumentNumber</td>\n<td>Unique Instrument</td>\n<td>Required</td>\n<td>String (50)</td>\n<td></td>\n</tr>\n<tr>\n<td>Amount</td>\n<td>Amount to be paid into the linked account for loan deductions</td>\n<td>Required</td>\n<td>Number</td>\n<td>Amount should be sent in base currency. 500 naira should be 50,000 kobo.</td>\n</tr>\n<tr>\n<td>CollectionsGL</td>\n<td>This is a General Ledger Account created on the CBA portal</td>\n<td>Required</td>\n<td>String(10)</td>\n<td>This GL will typically be a Bank GL.  <br />For Production, the GL should be requested from the Bank.</td>\n</tr>\n<tr>\n<td>FeeIncomeGL</td>\n<td>If there is fee on the GL, this property becomes required</td>\n<td>Optional</td>\n<td>String(10)</td>\n<td>This GL will typicall be an Income GL.  <br />For Production, the GL should be requested from the Bank.</td>\n</tr>\n<tr>\n<td>EarlyTermination</td>\n<td>If the loan should be terminated, set to true</td>\n<td>Optional</td>\n<td>Boolean</td>\n<td>The field is false by default. The Amount must be able to pay all outstanding debts, upcoming principal and fees to be successful.</td>\n</tr>\n</tbody>\n</table>\n</div>","auth":{"type":"bearer","bearer":{"basicConfig":[]},"isInherited":true,"source":{"_postman_id":"0e8e182d-58d0-4e1e-8e2f-d463cf7d821c","id":"0e8e182d-58d0-4e1e-8e2f-d463cf7d821c","name":"Loan Account","type":"folder"}},"urlObject":{"path":["api","loanaccount","v1","repayloan"],"host":["{{baseurl}}"],"query":[],"variable":[]}},"response":[{"id":"6e0f9abe-7ee1-4e05-a064-08f27cce304e","name":"OK - Successful","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"bearer {token}","description":"Authorization header"},{"key":"request-reference","value":"{unique_reference}","description":"Unique request reference"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"loanAccountNumber\": \"1000003305000074660\",\n  \"instrumentNumber\": \"\",\n  \"amount\": 80000,\n  \"collectionsGL\": \"10204005\",\n  \"feeIncomeGL\": \"40101022\",\n  \"earlyTermination\": false\n}","options":{"raw":{"language":"json"}}},"url":"{{baseurl}}/api/loanaccount/v1/repayloan"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":null,"cookie":[],"responseTime":null,"body":"{\n  \"status\": true,\n  \"message\": \"string\",\n  \"data\": {\n    \"statusCode\": \"string\",\n    \"referenceNumber\": \"string\",\n    \"instrumentNumber\": \"string\",\n    \"duration\": \"string\"\n  }\n}"},{"id":"765298c5-9841-46e1-aa48-dfdbe4161d92","name":"Server Error","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"bearer {token}","description":"Authorization header"},{"key":"request-reference","value":"{unique_reference}","description":"Unique request reference"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"loanAccountNumber\": \"1000003305000074660\",\n  \"instrumentNumber\": \"\",\n  \"amount\": 80000,\n  \"collectionsGL\": \"10204005\",\n  \"feeIncomeGL\": \"40101022\",\n  \"earlyTermination\": false\n}","options":{"raw":{"language":"json"}}},"url":"{{baseurl}}/api/loanaccount/v1/repayloan"},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":""}],"cookie":[],"responseTime":null,"body":"{\n    \"errors\": [\n        {\n            \"statusCode\": 0,\n            \"errorCode\": \"string\",\n            \"errorMessage\": \"string\"\n        }\n    ]\n}"}],"_postman_id":"b58d19dc-b301-424d-aef9-18c20da9e6bc"},{"name":"Early or Advance Repayment","id":"a34ace1c-ed5e-4d9d-880b-5151841313a7","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"key":"Authorization","value":"bearer ","type":"text"},{"key":"request-reference","value":"","type":"text"}],"body":{"mode":"raw","raw":"{\n  \"loanAccountNumber\": \"1000003305000074660\",\n  \"paymentOption\": 1,\n  \"paymentSchedulesToProcess\": [\n    \"3fa85f64-5717-4562-b3fc-2c963f66afa6\"\n  ],\n  \"instrumentNumber\": \"\",\n  \"actualInterestToBePaid\": 0,\n  \"actualFeesToBePaid\": 0,\n  \"incomeGL\": \"40101022\"\n}"},"url":"{{baseurl}}/api/loanaccount/v1/EarlyRepaymentLoan","description":"<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>PropertyName</strong></th>\n<th><strong>Description</strong></th>\n<th><strong>Required/Optional</strong></th>\n<th><strong>Data Type (length)</strong></th>\n<th><strong>Other Information</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>LoanAccountNumber</td>\n<td>The loan account number</td>\n<td>Required</td>\n<td>String (50)</td>\n<td></td>\n</tr>\n<tr>\n<td>PaymentOption</td>\n<td>Full Repayment means the loan is terminating. The system will automatically close the loan.  <br />Part Repayment</td>\n<td>Required</td>\n<td>Enum(FullRepayment = 1,  <br />PartRepayment = 2)</td>\n<td></td>\n</tr>\n<tr>\n<td>PaymentSchedulesToProcess</td>\n<td></td>\n<td>Required if PaymentOption is PartRepayment</td>\n<td>Array</td>\n<td>The ID of the schedules on the CBA customer is paying for in advance. The customer can not pay a payment schedule in part. If the upcoming Principal is 10,000, 10,000 is expected in customer's balance for the repayment</td>\n</tr>\n<tr>\n<td>InstrumentNumber</td>\n<td>Unique Instrument</td>\n<td>Required</td>\n<td>String (50)</td>\n<td></td>\n</tr>\n<tr>\n<td>ActualInterestToBePaid</td>\n<td>If Interest is to be charged, pass the value here 0.</td>\n<td>Optional</td>\n<td>Number</td>\n<td>Amount should be sent in base currency. 500 naira should be 50,000 kobo.</td>\n</tr>\n<tr>\n<td>ActualFeesToBePaid</td>\n<td>If a Fee is to be charged, pass the value here 0.</td>\n<td>Optional</td>\n<td>Number</td>\n<td>Amount should be sent in base currency. 500 naira should be 50,000 kobo.</td>\n</tr>\n<tr>\n<td>incomeGL</td>\n<td>This is a General Ledger Account created on the CBA portal</td>\n<td>Required if ActualFeesToBePaid &gt; 0</td>\n<td>String(10)</td>\n<td>This GL will typically be a Bank GL.  <br />For Production, the GL should be requested from the Bank.</td>\n</tr>\n</tbody>\n</table>\n</div>","auth":{"type":"bearer","bearer":{"basicConfig":[]},"isInherited":true,"source":{"_postman_id":"0e8e182d-58d0-4e1e-8e2f-d463cf7d821c","id":"0e8e182d-58d0-4e1e-8e2f-d463cf7d821c","name":"Loan Account","type":"folder"}},"urlObject":{"path":["api","loanaccount","v1","EarlyRepaymentLoan"],"host":["{{baseurl}}"],"query":[],"variable":[]}},"response":[{"id":"c96c4c97-9b57-4b61-b350-0ed8a1179f80","name":"OK - Successful","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"bearer {token}","description":"Authorization header"},{"key":"request-reference","value":"{unique_reference}","description":"Unique request reference"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"loanAccountNumber\": \"1000003305000074660\",\n  \"paymentOption\": 1,\n  \"paymentSchedulesToProcess\": [\n    \"3fa85f64-5717-4562-b3fc-2c963f66afa6\"\n  ],\n  \"instrumentNumber\": \"\",\n  \"actualInterestToBePaid\": 0,\n  \"actualFeesToBePaid\": 0,\n  \"incomeGL\": \"40101022\"\n}","options":{"raw":{"language":"json"}}},"url":"{{baseurl}}/api/loanaccount/v1/EarlyRepaymentLoan"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":null,"cookie":[],"responseTime":null,"body":"{\n  \"status\": true,\n  \"message\": \"string\",\n  \"data\": {\n    \"statusCode\": \"string\",\n    \"referenceNumber\": \"string\",\n    \"instrumentNumber\": \"string\",\n    \"duration\": \"string\"\n  }\n}"},{"id":"59697999-4c3d-4df6-a2cc-716165f0263c","name":"Server Error","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"bearer {token}","description":"Authorization header"},{"key":"request-reference","value":"{unique_reference}","description":"Unique request reference"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"loanAccountNumber\": \"1000003305000074660\",\n  \"paymentOption\": 1,\n  \"paymentSchedulesToProcess\": [\n    \"3fa85f64-5717-4562-b3fc-2c963f66afa6\"\n  ],\n  \"instrumentNumber\": \"\",\n  \"actualInterestToBePaid\": 0,\n  \"actualFeesToBePaid\": 0,\n  \"incomeGL\": \"40101022\"\n}","options":{"raw":{"language":"json"}}},"url":"{{baseurl}}/api/loanaccount/v1/EarlyRepaymentLoan"},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":""}],"cookie":[],"responseTime":null,"body":"{\n    \"errors\": [\n        {\n            \"statusCode\": 0,\n            \"errorCode\": \"string\",\n            \"errorMessage\": \"string\"\n        }\n    ]\n}"}],"_postman_id":"a34ace1c-ed5e-4d9d-880b-5151841313a7"},{"name":"Update Loan Account","id":"8327c457-be4a-4180-a2f4-2a37d95fb0e6","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"key":"Authorization","value":"bearer ","type":"text"},{"key":"request-reference","value":"","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"id\": \"25b2187d-df70-4eb2-b3d5-60f07baa77d6\",\n    \"linkedNumber\": \"1000002033\",\n    \"lendingModel\": 1,\n    \"economicSector\": 40300,\n    \"guarantorID1\": \"00002110\",\n    \"guarantorID2\": \"00002111\",\n    \"hasCollateralPledge\": true,\n    \"collateralType\": 1,\n    \"collateralValuation\": 20000000,\n    \"collateralDescription\": \"Test Collateral House\",\n    \"enableRepaymentTracker\": true,\n    \"repaymentTrackerInDays\": 0\n}"},"url":"{{baseurl}}/api/loanaccount/v1/update","description":"<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>PropertyName</strong></th>\n<th><strong>Description</strong></th>\n<th><strong>Required/Optional</strong></th>\n<th><strong>Data Type (length)</strong></th>\n<th><strong>Other Information</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>ID</td>\n<td>Loan Account Unique ID</td>\n<td>Required</td>\n<td>Guid</td>\n<td></td>\n</tr>\n<tr>\n<td>LendingModel</td>\n<td>Lending Model the Loan falls.</td>\n<td>Optional</td>\n<td>Enum(CreditUnions = 1,Individuals,NeighbourhoodAndSmallGroupRevolvingFunds,Other,SolidarityGroups,Staff,VillageBanking,WholesaleLending)</td>\n<td></td>\n</tr>\n<tr>\n<td>EconomicSector</td>\n<td>Economic Sector</td>\n<td>Optional</td>\n<td>Enum (OilAndGas = 42400,Manufacturing = 40300,Governments = 41200,General = 41000,GeneralCommerce = 40700,InformationAndCommunciation = 41500,RealEstateActivities = 40500,PowerAndEnergy = 42200,FinanceAndInsurance = 40900,Construction = 41400,AgricultureForestryAndFishing = 40100,TransportationAndStorage = 40800,CapitalMarket = 42300,ProfessionalScientificAndTechnicalActivities = 41600,Education = 41800,HumanHealthAndSocialWorkActivities = 41900,AdminstrativeAndSupportServiceActivities = 41700,WaterSupplySewerageWasteManagementAndRemediationActivities = 41300,MiningAndQuarrying = 40200,ArtsEntertainmentAndRecreation = 42000,ActivitiesOfExtraterritorialOrganizationAndBodies = 42100)</td>\n<td></td>\n</tr>\n<tr>\n<td>HasCollateralPledge</td>\n<td>Has a Collateral Pledge?</td>\n<td>Optional</td>\n<td>Boolean</td>\n<td></td>\n</tr>\n<tr>\n<td>CollateralType</td>\n<td>Collateral Type</td>\n<td>Optional</td>\n<td>Enum(RealEstateLandAndBuilding = 1,Automobile,PlantAndEquipment,NaturalReserves,MarketableSecurities,AccountsReceivablesAndInventory,Cash,PersonalGuarantees,PostDatedCheques,Dormicilliation,HouseholdItems</td>\n<td></td>\n</tr>\n<tr>\n<td>)</td>\n<td></td>\n<td></td>\n<td></td>\n<td></td>\n</tr>\n<tr>\n<td>CollateralValuation</td>\n<td>Collateral Valuation</td>\n<td>Optional</td>\n<td>Number</td>\n<td></td>\n</tr>\n<tr>\n<td>CollateralDescription</td>\n<td>Collateral Description</td>\n<td>Optional</td>\n<td>String (1000)</td>\n<td></td>\n</tr>\n<tr>\n<td>EnableRepaymentTracker</td>\n<td>Should the system track repayments and lien the total amount?</td>\n<td>Optional</td>\n<td>Boolean (nullable)</td>\n<td></td>\n</tr>\n<tr>\n<td>RepaymentTrackerInDays</td>\n<td>System automatically lien the upcoming repayment (Principal + Interest + Fee) before the due date. This will prevent the customer from moving the funds out before the repayment date.</td>\n<td>Optional</td>\n<td>Number</td>\n<td>Applicable when EnableRepaymentTracker is set to True.Repayment Tracker in Days should not be more than the frequency in days.</td>\n</tr>\n</tbody>\n</table>\n</div>","auth":{"type":"bearer","bearer":{"basicConfig":[]},"isInherited":true,"source":{"_postman_id":"0e8e182d-58d0-4e1e-8e2f-d463cf7d821c","id":"0e8e182d-58d0-4e1e-8e2f-d463cf7d821c","name":"Loan Account","type":"folder"}},"urlObject":{"path":["api","loanaccount","v1","update"],"host":["{{baseurl}}"],"query":[],"variable":[]}},"response":[{"id":"f81ab358-a9c1-471d-98ab-11cc0df02f69","name":"OK - Successful","originalRequest":{"method":"PUT","header":[{"key":"Authorization","value":"bearer {token}","description":"Authorization header"},{"key":"request-reference","value":"{unique_reference}","description":"Unique request reference"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"id\": \"3fa85f64-5717-4562-b3fc-2c963f66afa6\",\n  \"linkedNumber\": \"string\",\n  \"lendingModel\": \"string\",\n  \"economicSector\": \"string\",\n  \"guarantorID1\": \"string\",\n  \"guarantorID2\": \"string\",\n  \"hasCollateralPledge\": true,\n  \"collateralType\": \"string\",\n  \"collateralValuation\": 0,\n  \"collateralDescription\": \"string\",\n  \"enableRepaymentTracker\": true,\n  \"repaymentTrackerInDays\": 0\n}","options":{"raw":{"language":"json"}}},"url":"{{baseurl}}/api/loanaccount/v1/update"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":null,"cookie":[],"responseTime":null,"body":"{\n  \"status\": true,\n  \"message\": \"string\"\n}"},{"id":"6e52e83d-f637-4ca0-a9a0-5bc886848923","name":"Server Error","originalRequest":{"method":"PUT","header":[{"key":"Authorization","value":"bearer {token}","description":"Authorization header"},{"key":"request-reference","value":"{unique_reference}","description":"Unique request reference"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"id\": \"3fa85f64-5717-4562-b3fc-2c963f66afa6\",\n  \"linkedNumber\": \"string\",\n  \"lendingModel\": \"string\",\n  \"economicSector\": \"string\",\n  \"guarantorID1\": \"string\",\n  \"guarantorID2\": \"string\",\n  \"hasCollateralPledge\": true,\n  \"collateralType\": \"string\",\n  \"collateralValuation\": 0,\n  \"collateralDescription\": \"string\",\n  \"enableRepaymentTracker\": true,\n  \"repaymentTrackerInDays\": 0\n}","options":{"raw":{"language":"json"}}},"url":"{{baseurl}}/api/loanaccount/v1/update"},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":null,"cookie":[],"responseTime":null,"body":"{\n  \"errors\": [\n    {\n      \"statusCode\": 0,\n      \"errorCode\": \"string\",\n      \"errorMessage\": \"string\"\n    }\n  ]\n}"}],"_postman_id":"8327c457-be4a-4180-a2f4-2a37d95fb0e6"},{"name":"Search","id":"704ff2d5-ff88-4250-8b6e-f782a0800013","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"key":"Authorization","value":"bearer ","type":"text"},{"key":"request-reference","value":"","type":"text"}],"body":{"mode":"raw","raw":""},"url":"{{baseurl}}/api/LoanAccount/v1/Search?AccountNumber=1000003305000022050","auth":{"type":"bearer","bearer":{"basicConfig":[]},"isInherited":true,"source":{"_postman_id":"0e8e182d-58d0-4e1e-8e2f-d463cf7d821c","id":"0e8e182d-58d0-4e1e-8e2f-d463cf7d821c","name":"Loan Account","type":"folder"}},"urlObject":{"path":["api","LoanAccount","v1","Search"],"host":["{{baseurl}}"],"query":[{"key":"AccountNumber","value":"1000003305000022050"},{"disabled":true,"key":"CustomerID","value":"00002129"},{"disabled":true,"key":"AccountName","value":"Olufemi Adebayo"},{"disabled":true,"key":"ProductCode","value":"305"},{"disabled":true,"key":"AccountOfficerCode","value":"ST1311"},{"disabled":true,"key":"AccountStatus","value":"Active"},{"disabled":true,"key":"HasDisbursed","value":"No"},{"disabled":true,"key":"StartDate","value":"2022-01-01"},{"disabled":true,"key":"EndDate","value":"2022-03-09"},{"disabled":true,"key":"PageNumber","value":"1"},{"disabled":true,"key":"PageSize","value":"10"},{"disabled":true,"key":"Direction","value":"asc"}],"variable":[]}},"response":[{"id":"87f70cfc-c1fb-472d-b04d-e8f3b781506c","name":"Ok - Successful","originalRequest":{"method":"GET","header":[{"key":"Authorization","value":"bearer {token}","description":"Authorization header"},{"key":"request-reference","value":"{unique_reference}","description":"Unique request reference"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"","options":{"raw":{"language":"json"}}},"url":{"raw":"{{baseurl}}/api/LoanAccount/v1/Search?AccountNumber=1000002992&CustomerID=001&AccountName=Test&ProductCode=001&AccountOfficerCode=002&AccountStatus=Active&ReferenceNumber&HasDisbursed=Yes&StartDate=2022-01-01&EndDate=2022-03-09&PageNumber=1&PageSize=10&SortColumn=DateCreated&Direction=asc","host":["{{baseurl}}"],"path":["api","LoanAccount","v1","Search"],"query":[{"key":"AccountNumber","value":"1000002992"},{"key":"CustomerID","value":"001"},{"key":"AccountName","value":"Test"},{"key":"ProductCode","value":"001"},{"key":"AccountOfficerCode","value":"002"},{"key":"AccountStatus","value":"Active"},{"key":"ReferenceNumber","value":null,"type":"text"},{"key":"HasDisbursed","value":"Yes"},{"key":"StartDate","value":"2022-01-01"},{"key":"EndDate","value":"2022-03-09"},{"key":"PageNumber","value":"1"},{"key":"PageSize","value":"10"},{"key":"SortColumn","value":"DateCreated"},{"key":"Direction","value":"asc"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":null,"cookie":[],"responseTime":null,"body":"{\n  \"status\": true,\n  \"message\": \"string\",\n  \"data\": {\n    \"data\": [\n      {\n        \"id\": \"3fa85f64-5717-4562-b3fc-2c963f66afa6\",\n        \"accountNumber\": \"string\",\n        \"name\": \"string\",\n        \"accountStatus\": \"string\",\n        \"customerID\": \"string\",\n        \"linkedNumber\": \"string\",\n        \"accountOfficerCode\": \"string\",\n        \"productCode\": \"string\",\n        \"lendingModel\": \"string\",\n        \"economicSector\": \"string\",\n        \"guarantorID1\": \"string\",\n        \"guarantor1\": {\n          \"id\": \"3fa85f64-5717-4562-b3fc-2c963f66afa6\",\n          \"customerID\": \"string\",\n          \"name\": \"string\",\n          \"phoneNumber\": \"string\"\n        },\n        \"guarantorID2\": \"string\",\n        \"guarantor2\": {\n          \"id\": \"3fa85f64-5717-4562-b3fc-2c963f66afa6\",\n          \"customerID\": \"string\",\n          \"name\": \"string\",\n          \"phoneNumber\": \"string\"\n        },\n        \"penaltyGracePeriod\": 0,\n        \"loanAmount\": 0,\n        \"dateCreated\": \"2023-01-29T15:05:30.196Z\",\n        \"dateLastModified\": \"2023-01-29T15:05:30.196Z\",\n        \"approvedDate\": \"2023-01-29T15:05:30.196Z\",\n        \"interestCommencementDate\": \"2023-01-29T15:05:30.196Z\",\n        \"tenure\": 0,\n        \"startDate\": \"2023-01-29T15:05:30.196Z\",\n        \"maturityDate\": \"2023-01-29T15:05:30.196Z\",\n        \"installmentAmount\": 0,\n        \"hasCollateralPledge\": true,\n        \"collateralType\": \"string\",\n        \"collateralValuation\": 0,\n        \"collateralDescription\": \"string\",\n        \"principalRepaymentType\": \"string\",\n        \"principalFrequency\": \"string\",\n        \"principalToBeRepaidEvery\": 0,\n        \"principalInstallment\": 0,\n        \"applicableInterestCode\": \"string\",\n        \"interestName\": \"string\",\n        \"useProductInterestRate\": true,\n        \"applicableInterestRate\": 0,\n        \"defaultingInterestRate\": 0,\n        \"interestRepaymentType\": \"string\",\n        \"interestFrequency\": \"string\",\n        \"interestToBeRepaidEvery\": 0,\n        \"interestInstallment\": 0,\n        \"interestAccrualMode\": \"string\",\n        \"interestFreePrincipalAmount\": 0,\n        \"securityDeposit\": 0,\n        \"applyLoanFees\": true,\n        \"productName\": \"string\",\n        \"accountOfficerName\": \"string\",\n        \"branchName\": \"string\",\n        \"ledgerBalance\": 0,\n        \"unpaidPrincipal\": 0,\n        \"outstandingLoanPrincipal\": 0,\n        \"outstandingLoanInterest\": 0,\n        \"outstandingLoanFee\": 0,\n        \"hasDisbursed\": true,\n        \"hasOutstandingLoan\": true,\n        \"dateCreatedFinancial\": \"2023-01-29T15:05:30.196Z\",\n        \"firstInstallmentDate\": \"2023-01-29T15:05:30.196Z\",\n        \"closureDate\": \"2023-01-29T15:05:30.196Z\",\n        \"enableRepaymentTracker\": true,\n        \"repaymentTrackerInDays\": 0,\n        \"loanFees\": [\n          {\n            \"loanFeeCode\": \"string\"\n          }\n        ],\n        \"paymentSchedules\": [\n          {\n            \"loanAccountNumber\": \"string\",\n            \"linkedNumber\": \"string\",\n            \"principal\": 0,\n            \"interest\": 0,\n            \"fee\": 0,\n            \"totalRepayment\": 0,\n            \"paymentDate\": \"string\",\n            \"paymentDate_Date\": \"2023-01-29T15:05:30.196Z\",\n            \"hasProcessed\": true,\n            \"paymentStatus\": \"string\"\n          }\n        ]\n      }\n    ],\n    \"recordCount\": 0\n  }\n}"},{"id":"c616d5e6-7c97-468f-afbf-a23deb46765d","name":"Server Error","originalRequest":{"method":"GET","header":[{"key":"Authorization","value":"bearer {token}","description":"Authorization header"},{"key":"request-reference","value":"{unique_reference}","description":"Unique request reference"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"","options":{"raw":{"language":"json"}}},"url":{"raw":"{{baseurl}}/api/LoanAccount/v1/Search?AccountNumber=1000002992&CustomerID=001&AccountName=Test&ProductCode=001&AccountOfficerCode=002&AccountStatus=Active&ReferenceNumber&HasDisbursed=Yes&StartDate=2022-01-01&EndDate=2022-03-09&PageNumber=1&PageSize=10&SortColumn=DateCreated&Direction=asc","host":["{{baseurl}}"],"path":["api","LoanAccount","v1","Search"],"query":[{"key":"AccountNumber","value":"1000002992"},{"key":"CustomerID","value":"001"},{"key":"AccountName","value":"Test"},{"key":"ProductCode","value":"001"},{"key":"AccountOfficerCode","value":"002"},{"key":"AccountStatus","value":"Active"},{"key":"ReferenceNumber","value":null,"type":"text"},{"key":"HasDisbursed","value":"Yes"},{"key":"StartDate","value":"2022-01-01"},{"key":"EndDate","value":"2022-03-09"},{"key":"PageNumber","value":"1"},{"key":"PageSize","value":"10"},{"key":"SortColumn","value":"DateCreated"},{"key":"Direction","value":"asc"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":null,"cookie":[],"responseTime":null,"body":"{\n  \"errors\": [\n    {\n      \"statusCode\": 0,\n      \"errorCode\": \"string\",\n      \"errorMessage\": \"string\"\n    }\n  ]\n}"}],"_postman_id":"704ff2d5-ff88-4250-8b6e-f782a0800013"},{"name":"View Loan Schedule","id":"daa03300-4553-419b-a4fe-74ad64041304","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"key":"Authorization","value":"bearer ","type":"text"},{"key":"request-reference","value":"","type":"text"}],"body":{"mode":"raw","raw":""},"url":"{{baseurl}}/api/LoanAccount/v1/viewloanschedule?AccountNumber=1000003305000021850","description":"<p>PaymentStatus :<br /><strong>FullyPaid = 1, PartiallyPaid, DueAndUnpaid, NotYetDue, EarlyTermination</strong></p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[]},"isInherited":true,"source":{"_postman_id":"0e8e182d-58d0-4e1e-8e2f-d463cf7d821c","id":"0e8e182d-58d0-4e1e-8e2f-d463cf7d821c","name":"Loan Account","type":"folder"}},"urlObject":{"path":["api","LoanAccount","v1","viewloanschedule"],"host":["{{baseurl}}"],"query":[{"key":"AccountNumber","value":"1000003305000021850"}],"variable":[]}},"response":[{"id":"bee9d1e9-5efe-42ab-bcdc-e4bcca99dbb4","name":"Ok - Successful","originalRequest":{"method":"GET","header":[{"key":"Authorization","value":"bearer {token}","description":"Authorization header"},{"key":"request-reference","value":"{unique_reference}","description":"Unique request reference"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"","options":{"raw":{"language":"json"}}},"url":{"raw":"{{baseurl}}/api/LoanAccount/v1/viewloanschedule?AccountNumber=1000002992","host":["{{baseurl}}"],"path":["api","LoanAccount","v1","viewloanschedule"],"query":[{"key":"AccountNumber","value":"1000002992"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":null,"cookie":[],"responseTime":null,"body":"{\n  \"status\": true,\n  \"message\": \"string\",\n  \"data\": {\n    \"id\": \"3fa85f64-5717-4562-b3fc-2c963f66afa6\",\n    \"accountNumber\": \"string\",\n    \"name\": \"string\",\n    \"accountStatus\": \"string\",\n    \"customerID\": \"string\",\n    \"linkedNumber\": \"string\",\n    \"accountOfficerCode\": \"string\",\n    \"productCode\": \"string\",\n    \"lendingModel\": \"string\",\n    \"economicSector\": \"string\",\n    \"guarantorID1\": \"string\",\n    \"guarantor1\": {\n      \"id\": \"3fa85f64-5717-4562-b3fc-2c963f66afa6\",\n      \"customerID\": \"string\",\n      \"name\": \"string\",\n      \"phoneNumber\": \"string\"\n    },\n    \"guarantorID2\": \"string\",\n    \"guarantor2\": {\n      \"id\": \"3fa85f64-5717-4562-b3fc-2c963f66afa6\",\n      \"customerID\": \"string\",\n      \"name\": \"string\",\n      \"phoneNumber\": \"string\"\n    },\n    \"penaltyGracePeriod\": 0,\n    \"loanAmount\": 0,\n    \"dateCreated\": \"2023-01-29T15:07:43.971Z\",\n    \"dateLastModified\": \"2023-01-29T15:07:43.971Z\",\n    \"approvedDate\": \"2023-01-29T15:07:43.971Z\",\n    \"interestCommencementDate\": \"2023-01-29T15:07:43.971Z\",\n    \"tenure\": 0,\n    \"startDate\": \"2023-01-29T15:07:43.971Z\",\n    \"maturityDate\": \"2023-01-29T15:07:43.971Z\",\n    \"installmentAmount\": 0,\n    \"hasCollateralPledge\": true,\n    \"collateralType\": \"string\",\n    \"collateralValuation\": 0,\n    \"collateralDescription\": \"string\",\n    \"principalRepaymentType\": \"string\",\n    \"principalFrequency\": \"string\",\n    \"principalToBeRepaidEvery\": 0,\n    \"principalInstallment\": 0,\n    \"applicableInterestCode\": \"string\",\n    \"interestName\": \"string\",\n    \"useProductInterestRate\": true,\n    \"applicableInterestRate\": 0,\n    \"defaultingInterestRate\": 0,\n    \"interestRepaymentType\": \"string\",\n    \"interestFrequency\": \"string\",\n    \"interestToBeRepaidEvery\": 0,\n    \"interestInstallment\": 0,\n    \"interestAccrualMode\": \"string\",\n    \"interestFreePrincipalAmount\": 0,\n    \"securityDeposit\": 0,\n    \"applyLoanFees\": true,\n    \"productName\": \"string\",\n    \"accountOfficerName\": \"string\",\n    \"branchName\": \"string\",\n    \"ledgerBalance\": 0,\n    \"unpaidPrincipal\": 0,\n    \"outstandingLoanPrincipal\": 0,\n    \"outstandingLoanInterest\": 0,\n    \"outstandingLoanFee\": 0,\n    \"hasDisbursed\": true,\n    \"hasOutstandingLoan\": true,\n    \"dateCreatedFinancial\": \"2023-01-29T15:07:43.971Z\",\n    \"firstInstallmentDate\": \"2023-01-29T15:07:43.971Z\",\n    \"closureDate\": \"2023-01-29T15:07:43.971Z\",\n    \"enableRepaymentTracker\": true,\n    \"repaymentTrackerInDays\": 0,\n    \"loanFees\": [\n      {\n        \"loanFeeCode\": \"string\"\n      }\n    ],\n    \"paymentSchedules\": [\n      {\n        \"loanAccountNumber\": \"string\",\n        \"linkedNumber\": \"string\",\n        \"principal\": 0,\n        \"interest\": 0,\n        \"fee\": 0,\n        \"totalRepayment\": 0,\n        \"paymentDate\": \"string\",\n        \"paymentDate_Date\": \"2023-01-29T15:07:43.971Z\",\n        \"hasProcessed\": true,\n        \"paymentStatus\": \"string\"\n      }\n    ]\n  }\n}"},{"id":"c2af7c21-2bd0-458f-b19c-608c731abc78","name":"Server Error","originalRequest":{"method":"GET","header":[{"key":"Content-Type","value":"application/json","disabled":true},{"key":"Authorization","value":"bearer {token}","description":"Authorization header"},{"key":"request-reference","value":"{unique_reference}","description":"Unique request reference"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"","options":{"raw":{"language":"json"}}},"url":{"raw":"{{baseurl}}/api/LoanAccount/v1/viewloanschedule?AccountNumber=1000002992","host":["{{baseurl}}"],"path":["api","LoanAccount","v1","viewloanschedule"],"query":[{"key":"AccountNumber","value":"1000002992"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":null,"cookie":[],"responseTime":null,"body":"{\n  \"errors\": [\n    {\n      \"statusCode\": 0,\n      \"errorCode\": \"string\",\n      \"errorMessage\": \"string\"\n    }\n  ]\n}"}],"_postman_id":"daa03300-4553-419b-a4fe-74ad64041304"}],"id":"0e8e182d-58d0-4e1e-8e2f-d463cf7d821c","auth":{"type":"bearer","bearer":{"basicConfig":[]},"isInherited":false},"event":[{"listen":"prerequest","script":{"id":"b4d89224-df0b-4cec-90f7-2f41eb810d02","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"3b919663-7225-41f0-8231-4e8fede404df","type":"text/javascript","exec":[""]}}],"_postman_id":"0e8e182d-58d0-4e1e-8e2f-d463cf7d821c","description":""},{"name":"Bills Payments","item":[{"name":"Get All Billers","id":"808ae7c7-5365-4add-997c-e9b6e9a4d757","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"key":"Authorization","value":"bearer ","type":"text"},{"key":"request-reference","value":"","type":"text"}],"body":{"mode":"raw","raw":""},"url":"{{baseurl}}/api/Bills/v1/Billers","auth":{"type":"bearer","bearer":{"basicConfig":[]},"isInherited":true,"source":{"_postman_id":"a1080265-e7ff-42bf-9aff-fc3047841f2b","id":"a1080265-e7ff-42bf-9aff-fc3047841f2b","name":"Bills Payments","type":"folder"}},"urlObject":{"path":["api","Bills","v1","Billers"],"host":["{{baseurl}}"],"query":[],"variable":[]}},"response":[{"id":"c3d2d0f7-f006-4a8e-81d4-f96b83a9e0e8","name":"Ok - Successful","originalRequest":{"method":"GET","header":[{"key":"Authorization","value":"bearer {token}","description":"Authorization header"},{"key":"request-reference","value":"{unique_reference}","description":"Unique request reference"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"","options":{"raw":{"language":"json"}}},"url":"{{baseurl}}/api/Bills/v1/Billers"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":null,"cookie":[],"responseTime":null,"body":"{\n  \"status\": true,\n  \"message\": \"string\",\n  \"data\": {\n    \"items\": [\n      {\n        \"id\": \"3fa85f64-5717-4562-b3fc-2c963f66afa6\",\n        \"name\": \"string\",\n        \"logoUrl\": \"string\",\n        \"billType\": \"string\",\n        \"billers\": [\n          {\n            \"id\": \"3fa85f64-5717-4562-b3fc-2c963f66afa6\",\n            \"name\": \"string\",\n            \"identifier\": \"string\",\n            \"logoUrl\": \"string\",\n            \"billerCategoryId\": \"3fa85f64-5717-4562-b3fc-2c963f66afa6\",\n            \"billType\": \"string\",\n            \"packages\": [\n              {\n                \"id\": \"3fa85f64-5717-4562-b3fc-2c963f66afa6\",\n                \"name\": \"string\",\n                \"identifier\": \"string\",\n                \"billerId\": \"3fa85f64-5717-4562-b3fc-2c963f66afa6\",\n                \"amount\": 0\n              }\n            ]\n          }\n        ]\n      }\n    ]\n  }\n}"},{"id":"9b41bc66-cc04-4117-b966-de83ab6a86f8","name":"Server Error","originalRequest":{"method":"GET","header":[{"key":"Authorization","value":"bearer {token}","description":"Authorization header"},{"key":"request-reference","value":"{unique_reference}","description":"Unique request reference"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"","options":{"raw":{"language":"json"}}},"url":"{{baseurl}}/api/Bills/v1/Billers"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":null,"cookie":[],"responseTime":null,"body":"{\n  \"errors\": [\n    {\n      \"statusCode\": 0,\n      \"errorCode\": \"string\",\n      \"errorMessage\": \"string\"\n    }\n  ]\n}"}],"_postman_id":"808ae7c7-5365-4add-997c-e9b6e9a4d757"},{"name":"Get Customer (User ID) Information","id":"fa2638bf-df6e-4a18-901f-30e1db18b4b4","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"key":"Authorization","value":"bearer ","type":"text"},{"key":"request-reference","value":"","type":"text"}],"body":{"mode":"raw","raw":""},"url":"{{baseurl}}/api/Bills/v1/GetCustomerInformation?CustomerId=0101160313181&GlobalBillerIdentifier=DSTV&ProductName=COMPACT_PLUS","description":"<p>PaymentStatus :<br /><strong>FullyPaid = 1, PartiallyPaid, DueAndUnpaid, NotYetDue, EarlyTermination</strong></p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[]},"isInherited":true,"source":{"_postman_id":"a1080265-e7ff-42bf-9aff-fc3047841f2b","id":"a1080265-e7ff-42bf-9aff-fc3047841f2b","name":"Bills Payments","type":"folder"}},"urlObject":{"path":["api","Bills","v1","GetCustomerInformation"],"host":["{{baseurl}}"],"query":[{"key":"CustomerId","value":"0101160313181"},{"key":"GlobalBillerIdentifier","value":"DSTV"},{"key":"ProductName","value":"COMPACT_PLUS"}],"variable":[]}},"response":[{"id":"5e41c4ff-aa0b-4f5d-a9a7-5fd28f052442","name":"Ok - Successful","originalRequest":{"method":"GET","header":[{"key":"Authorization","value":"bearer {token}","description":"Authorization header"},{"key":"request-reference","value":"{unique_reference}","description":"Unique request reference"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"","options":{"raw":{"language":"json"}}},"url":{"raw":"{{baseurl}}/api/Bills/v1/GetCustomerInformation?CustomerId=0101160313181&GlobalBillerIdentifier=DSTV&ProductName=COMPACT_PLUS","host":["{{baseurl}}"],"path":["api","Bills","v1","GetCustomerInformation"],"query":[{"key":"CustomerId","value":"0101160313181"},{"key":"GlobalBillerIdentifier","value":"DSTV"},{"key":"ProductName","value":"COMPACT_PLUS"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":null,"cookie":[],"responseTime":null,"body":"{\n  \"status\": true,\n  \"message\": \"string\",\n  \"data\": {\n    \"customer\": {\n      \"firstName\": \"string\",\n      \"middleName\": \"string\",\n      \"lastName\": \"string\",\n      \"phoneNumber\": \"string\",\n      \"totalDue\": \"string\",\n      \"dueDate\": \"2024-11-13T01:45:38.915Z\",\n      \"customerName\": \"string\",\n      \"meterNumber\": \"string\",\n      \"accountNumber\": \"string\",\n      \"canVend\": true,\n      \"products\": [\n        \"string\"\n      ]\n    },\n    \"orderId\": \"string\",\n    \"minAmount\": 0,\n    \"minPayableAmount\": 0,\n    \"minPayableAmountInKobo\": 0,\n    \"customerMessage\": \"string\",\n    \"billerName\": \"string\",\n    \"paid\": true,\n    \"paymentReference\": \"string\",\n    \"vendStatus\": \"string\",\n    \"narration\": \"string\",\n    \"amount\": 0,\n    \"amountInKobo\": 0,\n    \"date\": \"2024-11-13T01:45:38.915Z\",\n    \"confirmationTime\": \"2024-11-13T01:45:38.915Z\",\n    \"commission\": 0,\n    \"commissionInKobo\": 0\n  }\n}"},{"id":"efc84df7-ac7b-4907-9f9f-5e529ae72e74","name":"Server Error","originalRequest":{"method":"GET","header":[{"key":"Content-Type","value":"application/json","disabled":true},{"key":"Authorization","value":"bearer {token}","description":"Authorization header"},{"key":"request-reference","value":"{unique_reference}","description":"Unique request reference"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"","options":{"raw":{"language":"json"}}},"url":{"raw":"{{baseurl}}/api/Bills/v1/GetCustomerInformation?CustomerId=0101160313181&GlobalBillerIdentifier=DSTV&ProductName=COMPACT_PLUS","host":["{{baseurl}}"],"path":["api","Bills","v1","GetCustomerInformation"],"query":[{"key":"CustomerId","value":"0101160313181"},{"key":"GlobalBillerIdentifier","value":"DSTV"},{"key":"ProductName","value":"COMPACT_PLUS"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":null,"cookie":[],"responseTime":null,"body":"{\n  \"errors\": [\n    {\n      \"statusCode\": 0,\n      \"errorCode\": \"string\",\n      \"errorMessage\": \"string\"\n    }\n  ]\n}"}],"_postman_id":"fa2638bf-df6e-4a18-901f-30e1db18b4b4"},{"name":"Vend","id":"4ce6f798-1ee3-431c-9632-c2cf67c100bf","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"key":"Authorization","value":"bearer ","type":"text"},{"key":"request-reference","value":"","type":"text"}],"body":{"mode":"raw","raw":"{\n  \"paymentReference\": \"\",\n  \"customerId\": \"09132058051\",\n  \"phoneNumber\": \"\",\n  \"packageIdentifier\": \"MTN_VTU\",\n  \"billerIdentifier\": \"MTN\",\n  \"amount\": 10,\n  \"accountNumber\": \"1000002105\",\n  \"transactionChannel\": 1,\n  \"customerName\": \"John Doe\"\n}"},"url":"{{baseurl}}/api/bills/v1/vend","description":"<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>PropertyName</strong></th>\n<th><strong>Description</strong></th>\n<th><strong>Required/Optional</strong></th>\n<th><strong>Data Type (length)</strong></th>\n<th><strong>Other Information</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>AccountNumber</td>\n<td>The account number to be debited</td>\n<td>Required</td>\n<td>String (10)</td>\n<td></td>\n</tr>\n<tr>\n<td>PaymentReference</td>\n<td>Unique Instrument</td>\n<td>Required</td>\n<td>String (50)</td>\n<td></td>\n</tr>\n<tr>\n<td>Amount</td>\n<td>Amount to be debited</td>\n<td>Required</td>\n<td>Number</td>\n<td>Amount should be sent in base currency. 500 naira should be 50,000 kobo.</td>\n</tr>\n<tr>\n<td>PackageIdentifier</td>\n<td>Package Identifier from the Billers endpoint</td>\n<td>Required</td>\n<td>String(50)</td>\n<td></td>\n</tr>\n<tr>\n<td>BillerIdentifier</td>\n<td>Biller Identifier from the Billers endpoint</td>\n<td>Required</td>\n<td>String(50)</td>\n<td></td>\n</tr>\n<tr>\n<td>CustomerId</td>\n<td>The customer unique ID to be recharged or reloaded</td>\n<td>Required</td>\n<td>String(50)</td>\n<td>This can be the Phone Number or DSTV smart number of Bet account User ID etc</td>\n</tr>\n<tr>\n<td>CustomerName</td>\n<td>For Bills that require name inquiry, pass the name gotten from Bills/GetCustomerInformation endpoint</td>\n<td>Optional</td>\n<td>String(250)</td>\n<td></td>\n</tr>\n<tr>\n<td>PhoneNumber</td>\n<td>Some Billers like IBEDC validate phone number on the biller account, you are advised to pass the PhoneNumber from the Get Customer Information.</td>\n<td>Optional</td>\n<td>String(50)</td>\n<td>System will use the Phone Number on the account if it is not passed.</td>\n</tr>\n<tr>\n<td></td>\n<td></td>\n<td></td>\n<td></td>\n<td></td>\n</tr>\n</tbody>\n</table>\n</div>","auth":{"type":"bearer","bearer":{"basicConfig":[]},"isInherited":true,"source":{"_postman_id":"a1080265-e7ff-42bf-9aff-fc3047841f2b","id":"a1080265-e7ff-42bf-9aff-fc3047841f2b","name":"Bills Payments","type":"folder"}},"urlObject":{"path":["api","bills","v1","vend"],"host":["{{baseurl}}"],"query":[],"variable":[]}},"response":[{"id":"d0e642d3-abbd-4a66-8d69-5e565833bbca","name":"OK - Successful","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"bearer {token}","description":"Authorization header"},{"key":"request-reference","value":"{unique_reference}","description":"Unique request reference"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"paymentReference\": \"\",\n  \"customerId\": \"09132058051\",\n  \"phoneNumber\": \"\",\n  \"packageIdentifier\": \"MTN_VTU\",\n  \"billerIdentifier\": \"MTN\",\n  \"amount\": 10,\n  \"accountNumber\": \"1000002105\",\n  \"transactionChannel\": 1,\n  \"customerName\": \"John Doe\"\n}","options":{"raw":{"language":"json"}}},"url":"{{baseurl}}/api/bills/v1/vend"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":null,"cookie":[],"responseTime":null,"body":"{\n  \"status\": true,\n  \"message\": \"string\",\n  \"data\": {\n    \"isSuccessful\": true,\n    \"responseCode\": \"string\",\n    \"responseMessage\": \"string\"\n  }\n}"},{"id":"44e8efcf-7618-4e99-b946-6b7d433f7812","name":"Server Error","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"bearer {token}","description":"Authorization header"},{"key":"request-reference","value":"{unique_reference}","description":"Unique request reference"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"paymentReference\": \"\",\n  \"customerId\": \"09132058051\",\n  \"phoneNumber\": \"\",\n  \"packageIdentifier\": \"MTN_VTU\",\n  \"billerIdentifier\": \"MTN\",\n  \"amount\": 10,\n  \"accountNumber\": \"1000002105\",\n  \"transactionChannel\": 1,\n  \"customerName\": \"John Doe\"\n}","options":{"raw":{"language":"json"}}},"url":"{{baseurl}}/api/bills/v1/vend"},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":""}],"cookie":[],"responseTime":null,"body":"{\n    \"errors\": [\n        {\n            \"statusCode\": 0,\n            \"errorCode\": \"string\",\n            \"errorMessage\": \"string\"\n        }\n    ]\n}"}],"_postman_id":"4ce6f798-1ee3-431c-9632-c2cf67c100bf"},{"name":"TSQ","id":"5588cd40-39af-4a02-b201-47535e242953","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"key":"Authorization","value":"bearer ","type":"text"},{"key":"request-reference","value":"","type":"text"}],"body":{"mode":"raw","raw":"{\n  \"transactionReference\": \"\"\n}"},"url":"{{baseurl}}/api/bills/v1/TSQ","description":"<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>PropertyName</strong></th>\n<th><strong>Description</strong></th>\n<th><strong>Required/Optional</strong></th>\n<th><strong>Data Type (length)</strong></th>\n<th><strong>Other Information</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>AccountNumber</td>\n<td>The account number to be debited</td>\n<td>Required</td>\n<td>String (10)</td>\n<td></td>\n</tr>\n<tr>\n<td>PaymentReference</td>\n<td>Unique Instrument</td>\n<td>Required</td>\n<td>String (50)</td>\n<td></td>\n</tr>\n<tr>\n<td>Amount</td>\n<td>Amount to be debited</td>\n<td>Required</td>\n<td>Number</td>\n<td>Amount should be sent in base currency. 500 naira should be 50,000 kobo.</td>\n</tr>\n<tr>\n<td>PackageIdentifier</td>\n<td>Package Identifier from the Billers endpoint</td>\n<td>Required</td>\n<td>String(50)</td>\n<td></td>\n</tr>\n<tr>\n<td>BillerIdentifier</td>\n<td>Biller Identifier from the Billers endpoint</td>\n<td>Required</td>\n<td>String(50)</td>\n<td></td>\n</tr>\n<tr>\n<td>CustomerId</td>\n<td>The customer unique ID to be recharged or reloaded</td>\n<td>Required</td>\n<td>String(50)</td>\n<td>This can be the Phone Number or DSTV smart number of Bet account User ID etc</td>\n</tr>\n<tr>\n<td>CustomerName</td>\n<td>For Bills that require name inquiry, pass the name gotten from Bills/GetCustomerInformation endpoint</td>\n<td>Optional</td>\n<td>String(250)</td>\n<td></td>\n</tr>\n<tr>\n<td>PhoneNumber</td>\n<td>Some Billers like IBEDC validate phone number on the biller account, you are advised to pass the PhoneNumber from the Get Customer Information.</td>\n<td>Optional</td>\n<td>String(50)</td>\n<td>System will use the Phone Number on the account if it is not passed.</td>\n</tr>\n<tr>\n<td></td>\n<td></td>\n<td></td>\n<td></td>\n<td></td>\n</tr>\n</tbody>\n</table>\n</div>","auth":{"type":"bearer","bearer":{"basicConfig":[]},"isInherited":true,"source":{"_postman_id":"a1080265-e7ff-42bf-9aff-fc3047841f2b","id":"a1080265-e7ff-42bf-9aff-fc3047841f2b","name":"Bills Payments","type":"folder"}},"urlObject":{"path":["api","bills","v1","TSQ"],"host":["{{baseurl}}"],"query":[],"variable":[]}},"response":[{"id":"45b9b8cd-280d-440f-b9d8-078725512b51","name":"OK - Successful","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"bearer {token}","description":"Authorization header"},{"key":"request-reference","value":"{unique_reference}","description":"Unique request reference"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"transactionReference\": \"STmAZ2zXM42wXI5yzKA0jTXPb7NMVE\"\n}","options":{"raw":{"language":"json"}}},"url":"{{baseurl}}/api/bills/v1/TSQ"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":null,"cookie":[],"responseTime":null,"body":"{\n  \"data\": {\n    \"tokenValue\": null,\n    \"unitsType\": \"Kwh\",\n    \"token\": \"53268833131286689562\",\n    \"billerName\": null,\n    \"paymentReference\": \"STmAZ2zXM42wXI5yzKA0jTXPb7NMVE\",\n    \"transactionId\": \"231117000301_77\",\n    \"vendStatus\": \"CONFIRMED\",\n    \"narration\": \"Bill Purchase-IKEDC/IKEDC_PREPAID\",\n    \"statusCode\": null,\n    \"amount\": 100000,\n    \"date\": \"2024-12-03T10:46:07.26\",\n    \"tokenAmount\": 0,\n    \"tokenUnits\": 16.3,\n    \"tokenDaysLastVended\": null,\n    \"packageName\": \"IKEDC_PREPAID\",\n    \"paid\": false,\n    \"kct1\": null,\n    \"kct2\": null,\n    \"walletBalance\": 0,\n    \"convenienceFee\": 0\n  },\n  \"status\": true,\n  \"message\": \"Request successful\"\n}"},{"id":"42ce782c-66e5-455b-9314-26ff71301650","name":"Server Error","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"bearer {token}","description":"Authorization header"},{"key":"request-reference","value":"{unique_reference}","description":"Unique request reference"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"transactionReference\": \"STmAZ2zXMTXPb7NMVE\"\n}","options":{"raw":{"language":"json"}}},"url":"{{baseurl}}/api/bills/v1/TSQ"},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":""}],"cookie":[],"responseTime":null,"body":"{\n  \"errors\": [\n    {\n      \"statusCode\": 404,\n      \"errorCode\": null,\n      \"errorMessage\": \"We could not locate this transaction.\"\n    }\n  ]\n}"}],"_postman_id":"5588cd40-39af-4a02-b201-47535e242953"},{"name":"Get Token","id":"6264e74b-30c9-4e3e-b3ad-3f71930c1f0c","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"key":"Authorization","value":"bearer ","type":"text"},{"key":"request-reference","value":"","type":"text"}],"body":{"mode":"raw","raw":""},"url":"{{baseurl}}/api/Bills/v1/GetToken?PostingRefernce=&PaymentReference=","description":"<p><strong>For Electricity</strong></p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[]},"isInherited":true,"source":{"_postman_id":"a1080265-e7ff-42bf-9aff-fc3047841f2b","id":"a1080265-e7ff-42bf-9aff-fc3047841f2b","name":"Bills Payments","type":"folder"}},"urlObject":{"path":["api","Bills","v1","GetToken"],"host":["{{baseurl}}"],"query":[{"key":"PostingRefernce","value":""},{"key":"PaymentReference","value":""}],"variable":[]}},"response":[{"id":"02adec18-0b56-45d0-b3b0-ef74dba52a49","name":"Ok - Successful","originalRequest":{"method":"GET","header":[{"key":"Authorization","value":"bearer {token}","description":"Authorization header"},{"key":"request-reference","value":"{unique_reference}","description":"Unique request reference"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"","options":{"raw":{"language":"json"}}},"url":{"raw":"{{baseurl}}/api/Bills/v1/GetToken?PostingRefernce=&PaymentReference=","host":["{{baseurl}}"],"path":["api","Bills","v1","GetToken"],"query":[{"key":"PostingRefernce","value":""},{"key":"PaymentReference","value":""}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":null,"cookie":[],"responseTime":null,"body":"{\n  \"status\": true,\n  \"message\": \"string\",\n  \"data\": {\n    \"token\": \"string\",\n    \"tokenUnits\": 0,\n    \"customerId\": \"string\",\n    \"packageName\": \"string\",\n    \"billerIdentifier\": \"string\",\n    \"billType\": \"string\"\n  }\n}"},{"id":"7c8dda85-9c96-4127-9a53-c77f5a40a527","name":"Server Error","originalRequest":{"method":"GET","header":[{"key":"Content-Type","value":"application/json","disabled":true},{"key":"Authorization","value":"bearer {token}","description":"Authorization header"},{"key":"request-reference","value":"{unique_reference}","description":"Unique request reference"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"","options":{"raw":{"language":"json"}}},"url":{"raw":"{{baseurl}}/api/Bills/v1/GetToken?PostingRefernce=&PaymentReference=","host":["{{baseurl}}"],"path":["api","Bills","v1","GetToken"],"query":[{"key":"PostingRefernce","value":""},{"key":"PaymentReference","value":""}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":null,"cookie":[],"responseTime":null,"body":"{\n  \"errors\": [\n    {\n      \"statusCode\": 0,\n      \"errorCode\": \"string\",\n      \"errorMessage\": \"string\"\n    }\n  ]\n}"}],"_postman_id":"6264e74b-30c9-4e3e-b3ad-3f71930c1f0c"},{"name":"Search Bills","id":"fbc126cf-169d-4be2-a22b-fe726207885a","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"key":"Authorization","value":"bearer ","type":"text"},{"key":"request-reference","value":"","type":"text"}],"body":{"mode":"raw","raw":""},"url":"{{baseurl}}/api/Bills/v1/Search?RequestingAccountNumber=1000001579&PaymentReference=&TransactionId&PostingRefernce&StartDate&EndDate&VendStatus&CustomerId","auth":{"type":"bearer","bearer":{"basicConfig":[]},"isInherited":true,"source":{"_postman_id":"a1080265-e7ff-42bf-9aff-fc3047841f2b","id":"a1080265-e7ff-42bf-9aff-fc3047841f2b","name":"Bills Payments","type":"folder"}},"urlObject":{"path":["api","Bills","v1","Search"],"host":["{{baseurl}}"],"query":[{"disabled":true,"key":"CustomerID","value":"00002129"},{"disabled":true,"key":"AccountName","value":"Olufemi Adebayo"},{"disabled":true,"key":"ProductCode","value":"305"},{"disabled":true,"key":"AccountOfficerCode","value":"ST1311"},{"disabled":true,"key":"AccountStatus","value":"Active"},{"disabled":true,"key":"HasDisbursed","value":"No"},{"disabled":true,"key":"StartDate","value":"2022-01-01"},{"disabled":true,"key":"EndDate","value":"2022-03-09"},{"disabled":true,"key":"PageNumber","value":"1"},{"disabled":true,"key":"PageSize","value":"10"},{"disabled":true,"key":"Direction","value":"asc"},{"key":"RequestingAccountNumber","value":"1000001579"},{"key":"PaymentReference","value":""},{"key":"TransactionId","value":null},{"key":"PostingRefernce","value":null},{"key":"StartDate","value":null},{"key":"EndDate","value":null},{"key":"VendStatus","value":null},{"key":"CustomerId","value":null}],"variable":[]}},"response":[{"id":"65b9583a-d2b9-4522-a6b8-b8b45b9c671d","name":"Ok - Successful","originalRequest":{"method":"GET","header":[{"key":"Authorization","value":"bearer {token}","description":"Authorization header"},{"key":"request-reference","value":"{unique_reference}","description":"Unique request reference"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"","options":{"raw":{"language":"json"}}},"url":{"raw":"{{baseurl}}/api/Bills/v1/Search?RequestingAccountNumber=1000001579&PaymentReference=&TransactionId&PostingRefernce&StartDate&EndDate&VendStatus&CustomerId","host":["{{baseurl}}"],"path":["api","Bills","v1","Search"],"query":[{"key":"RequestingAccountNumber","value":"1000001579"},{"key":"PaymentReference","value":""},{"key":"TransactionId","value":null},{"key":"PostingRefernce","value":null},{"key":"StartDate","value":null},{"key":"EndDate","value":null},{"key":"VendStatus","value":null},{"key":"CustomerId","value":null}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":null,"cookie":[],"responseTime":null,"body":"{\n  \"status\": true,\n  \"message\": \"string\",\n  \"data\": {\n    \"items\": [\n      {\n        \"id\": \"3fa85f64-5717-4562-b3fc-2c963f66afa6\",\n        \"dateCreated\": \"2024-11-13T01:24:38.272Z\",\n        \"dateLastModified\": \"2024-11-13T01:24:38.272Z\",\n        \"requestingAccountNumber\": \"string\",\n        \"requestingAccountName\": \"string\",\n        \"paymentReference\": \"string\",\n        \"customerId\": \"string\",\n        \"packageSlug\": \"string\",\n        \"billerIdentifier\": \"string\",\n        \"billType\": \"string\",\n        \"channel\": \"string\",\n        \"amount\": 0,\n        \"feeCharged\": 0,\n        \"cashBackApplied\": 0,\n        \"customerName\": \"string\",\n        \"packageName\": \"string\",\n        \"transactionId\": \"string\",\n        \"vendStatus\": \"string\",\n        \"narration\": \"string\",\n        \"postingResponseCode\": \"string\",\n        \"postingResponseMessage\": \"string\",\n        \"postingRefernce\": \"string\",\n        \"aggregatorResponseCode\": \"string\",\n        \"responseMessage\": \"string\",\n        \"isTSQRequired\": true,\n        \"date\": \"2024-11-13T01:24:38.272Z\",\n        \"token\": \"string\",\n        \"requireReversal\": true,\n        \"isReversed\": true,\n        \"dateReversed\": \"2024-11-13T01:24:38.272Z\",\n        \"tsqTryCount\": 0,\n        \"lastTSQCheck\": \"2024-11-13T01:24:38.272Z\",\n        \"tokenUnits\": 0\n      }\n    ],\n    \"recordCount\": 0\n  }\n}"},{"id":"4199aef8-53fd-40d5-949c-eaf5e97f0413","name":"Server Error","originalRequest":{"method":"GET","header":[{"key":"Authorization","value":"bearer {token}","description":"Authorization header"},{"key":"request-reference","value":"{unique_reference}","description":"Unique request reference"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"","options":{"raw":{"language":"json"}}},"url":{"raw":"{{baseurl}}/api/Bills/v1/Search?RequestingAccountNumber=1000001579&PaymentReference=&TransactionId&PostingRefernce&StartDate&EndDate&VendStatus&CustomerId","host":["{{baseurl}}"],"path":["api","Bills","v1","Search"],"query":[{"key":"RequestingAccountNumber","value":"1000001579"},{"key":"PaymentReference","value":""},{"key":"TransactionId","value":null},{"key":"PostingRefernce","value":null},{"key":"StartDate","value":null},{"key":"EndDate","value":null},{"key":"VendStatus","value":null},{"key":"CustomerId","value":null}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":null,"cookie":[],"responseTime":null,"body":"{\n  \"errors\": [\n    {\n      \"statusCode\": 0,\n      \"errorCode\": \"string\",\n      \"errorMessage\": \"string\"\n    }\n  ]\n}"}],"_postman_id":"fbc126cf-169d-4be2-a22b-fe726207885a"}],"id":"a1080265-e7ff-42bf-9aff-fc3047841f2b","description":"<p>Bills Payments</p>\n<p>Find below List of Test Customer IDs.</p>\n<p>Note that not all Billers have a Test Environment and these IDs may also not be available.</p>\n<p>MTN - 09132058051<br />AIRTEL - 07036261684<br />GLO - 09167706905<br />EKEDC - 0101160313181<br />Eko Disco - 0207220072665 0179000950966<br />IKEDC - 04277884450<br />EEDC - 45068141857<br />IPNX - 23424345844<br />Smile - 140200056<br />JAMB UTME - 08139291533<br />JAME DE - 08139291533<br />DSTV - 0101160313181<br />GOTV - 0101160313181<br />ShowMAX - 1020873816<br />LASG_COWRY - 1234490877<br />Betking - 22<br />BEDC - 12345678911<br />BETWAY - 34382<br />KEDC - 0418533701Q<br />Aba electricity prepaid -9353171927<br />Aba electricity postpaid -4313185093<br />Abuja Disco - 45060074411<br />Asolar - 229026604<br />Bet9ja - 1259257649123<br />Bet9jaAgent - 24370<br />SureBet - 5052<br />BangBet - 34382<br />Elist Lotto - 2243678<br />Enugu Disco - 45068141857</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[]},"isInherited":false},"event":[{"listen":"prerequest","script":{"id":"b4d89224-df0b-4cec-90f7-2f41eb810d02","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"3b919663-7225-41f0-8231-4e8fede404df","type":"text/javascript","exec":[""]}}],"_postman_id":"a1080265-e7ff-42bf-9aff-fc3047841f2b"},{"name":"Postings","item":[{"name":"Post Transaction","event":[{"listen":"prerequest","script":{"id":"ba87a810-22b8-4f29-ba0d-28b1be356e4c","exec":["const moment = require(\"moment\");","var refNumber = moment().format(\"YYYYMMDDHHMMSSMS\");","pm.collectionVariables.set(\"InstNumber\", refNumber);"],"type":"text/javascript"}}],"id":"383db4a3-67f3-40dd-b4a9-fe104cec4711","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"key":"Authorization","value":"bearer ","type":"text"},{"key":"request-reference","value":"","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"debitAccount\": \"1000001579\",  \n    \"creditAccount\": \"1000002105\",    \n    \"amount\": 1000000, \n    \"feeCharge\": 0,\n    \"feeIncomeGL\": null,\n    \"instrumentNumber\": \"\",\n    \"narration\": \"Test Postings\",\n    \"unplaceLienAfterPosting\": true,\n    \"lienReferenceNumber\": \"\",\n    \"merchant\": \"DSTV\",\n    \"postingsTransactionType\": 3,\n    \"additionalMetadata\": {\n        \"orig_AcctNo\": \"1000000699\",\n        \"orig_Name\": \"Test User\",\n        \"orig_BVN\": \"11111111111\",\n        \"orig_BankCode\": \"999998\",\n        \"orig_BankName\": \"GTB\",\n        \"benf_AcctNo\": \"1000000675\",\n        \"benf_Name\": \"Test User 2\",\n        \"benf_BVN\": \"10000000000\",\n        \"benf_BankCode\": \"999923\",\n        \"benf_BankName\": \"Mercury MFB\"\n    }\n}"},"url":"{{baseurl}}/api/postings/v1/posttransaction","description":"<p>Post a transaction</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>PropertyName</strong></th>\n<th><strong>Description</strong></th>\n<th><strong>Required/Optional</strong></th>\n<th><strong>Data Type (length)</strong></th>\n<th><strong>Other Information</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>DebitAccount</td>\n<td>Account Number on Udara360 to Debit</td>\n<td>Required</td>\n<td>String (20)</td>\n<td>Can either be a customer account or a general ledger account</td>\n</tr>\n<tr>\n<td>CreditAccount</td>\n<td>Account Number on Udara360 to Credit</td>\n<td>Required</td>\n<td>String (20)</td>\n<td>Can either be a customer account or a general ledger account</td>\n</tr>\n<tr>\n<td>Amount</td>\n<td>Transaction Amount</td>\n<td>Required</td>\n<td>Number</td>\n<td>Amount must be passed in the base currency. E.g. NGN 5000.50 should be passed as 500050 kobo</td>\n</tr>\n<tr>\n<td>FeeCharge</td>\n<td>Fee Charge</td>\n<td>Optional</td>\n<td></td>\n<td>FeeCharge must be passed in the base currency. E.g. NGN 5000.50 should be passed as 500050 kobo</td>\n</tr>\n<tr>\n<td>FeeIncomeGL</td>\n<td>Fee Income GL Account to Credit</td>\n<td>Required if FeeCharge is greater than 0</td>\n<td></td>\n<td></td>\n</tr>\n<tr>\n<td>InstrumentNumber</td>\n<td>Instrument Number</td>\n<td>Optional</td>\n<td>String (50)</td>\n<td>System generates a UUID if empty. We advise you pass a value if you retry transactions or use a retry mechanism.</td>\n</tr>\n<tr>\n<td>Narration</td>\n<td>Transaction Details</td>\n<td>Required</td>\n<td>String (5-40)</td>\n<td></td>\n</tr>\n<tr>\n<td>UnplaceLienAfterPosting</td>\n<td>If Originator Account has a lien that should not be considered and removed after a successful transaction</td>\n<td>Optional</td>\n<td>Boolean</td>\n<td></td>\n</tr>\n<tr>\n<td>LienReferenceNumber</td>\n<td>If UnplaceLienAfterPosting is true, the Lien Reference Number is required.</td>\n<td>Required if UnplaceLienAfterPosting is true</td>\n<td>String (100)</td>\n<td></td>\n</tr>\n<tr>\n<td>Merchant</td>\n<td>For Bills Payment, you can pass the Merchant Name. For example, DSTV, MTN, Bet9ja.</td>\n<td>Optional</td>\n<td>String (100)</td>\n<td></td>\n</tr>\n<tr>\n<td>PostingsTransactionType</td>\n<td>The Transaction Type based on the originator and beneficiary Accounts</td>\n<td>Required</td>\n<td>Enum (GLCustomer = 1,  <br />GLGL = 2,  <br />CustomerCustomer = 3)</td>\n<td>This allows the system set the right sort code for easy transaction grouping.</td>\n</tr>\n<tr>\n<td>AdditionalMetadata</td>\n<td>Additional Metadata to be stored along side the posting. Passed as a json string.</td>\n<td>Optional</td>\n<td>String (500)</td>\n<td>\"additionalMetadata\": {  <br />\"orig_AcctNo\": \"string\",  <br />\"orig_Name\": \"string\",  <br />\"orig_BVN\": \"string\",  <br />\"orig_BankCode\": \"string\",  <br />\"orig_BankName\": \"string\",  <br />\"benf_AcctNo\": \"string\",  <br />\"benf_Name\": \"string\",  <br />\"benf_BVN\": \"string\",  <br />\"benf_BankCode\": \"string\",  <br />\"benf_BankName\": \"string\"  <br />}</td>\n</tr>\n</tbody>\n</table>\n</div>","auth":{"type":"bearer","bearer":{"basicConfig":[]},"isInherited":true,"source":{"_postman_id":"9689a635-b8bd-488e-b9ba-b29aacf678d0","id":"9689a635-b8bd-488e-b9ba-b29aacf678d0","name":"Postings","type":"folder"}},"urlObject":{"path":["api","postings","v1","posttransaction"],"host":["{{baseurl}}"],"query":[],"variable":[]}},"response":[{"id":"a2fb351d-2975-4725-bb39-eba2f13b47bb","name":"OK - Successful","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"bearer {token}","description":"Authorization header"},{"key":"request-reference","value":"{unique_reference}","description":"Unique request reference"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"debitAccount\": \"string\",\n  \"creditAccount\": \"string\",\n  \"amount\": 0,\n  \"feeCharge\": 0,\n  \"feeIncomeGL\": \"string\",\n  \"instrumentNumber\": \"stringstri\",\n  \"narration\": \"string\",\n  \"unplaceLienAfterPosting\": true,\n  \"lienReferenceNumber\": \"string\",\n  \"merchant\": \"string\",\n  \"postingsTransactionType\": \"string\",\n  \"additionalMetadata\": {\n    \"orig_AcctNo\": \"string\",\n    \"orig_Name\": \"string\",\n    \"orig_BVN\": \"string\",\n    \"orig_BankCode\": \"string\",\n    \"orig_BankName\": \"string\",\n    \"benf_AcctNo\": \"string\",\n    \"benf_Name\": \"string\",\n    \"benf_BVN\": \"string\",\n    \"benf_BankCode\": \"string\",\n    \"benf_BankName\": \"string\"\n  }","options":{"raw":{"language":"json"}}},"url":"{{baseurl}}/api/postings/v1/posttransaction"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":null,"cookie":[],"responseTime":null,"body":"{\n  \"status\": true,\n  \"message\": \"string\",\n  \"data\": {\n    \"statusCode\": \"string\",\n    \"referenceNumber\": \"string\",\n    \"instrumentNumber\": \"string\"\n  }\n}"},{"id":"4b24291d-e5bf-4633-8415-d627c35bcfc5","name":"Server Error","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"bearer {token}","description":"Authorization header"},{"key":"request-reference","value":"{unique_reference}","description":"Unique request reference"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"debitAccount\": \"string\",\n  \"creditAccount\": \"string\",\n  \"amount\": 0,\n  \"feeCharge\": 0,\n  \"feeIncomeGL\": \"string\",\n  \"instrumentNumber\": \"stringstri\",\n  \"narration\": \"string\",\n  \"unplaceLienAfterPosting\": true,\n  \"lienReferenceNumber\": \"string\",\n  \"merchant\": \"string\",\n  \"postingsTransactionType\": \"string\",\n  \"additionalMetadata\": {\n    \"orig_AcctNo\": \"string\",\n    \"orig_Name\": \"string\",\n    \"orig_BVN\": \"string\",\n    \"orig_BankCode\": \"string\",\n    \"orig_BankName\": \"string\",\n    \"benf_AcctNo\": \"string\",\n    \"benf_Name\": \"string\",\n    \"benf_BVN\": \"string\",\n    \"benf_BankCode\": \"string\",\n    \"benf_BankName\": \"string\"\n  }","options":{"raw":{"language":"json"}}},"url":"{{baseurl}}/api/postings/v1/posttransaction"},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":null,"cookie":[],"responseTime":null,"body":"{\n  \"errors\": [\n    {\n      \"statusCode\": 0,\n      \"errorCode\": \"string\",\n      \"errorMessage\": \"string\"\n    }\n  ]\n}"}],"_postman_id":"383db4a3-67f3-40dd-b4a9-fe104cec4711"},{"name":"Post (For multiple debits and credits)","event":[{"listen":"prerequest","script":{"id":"0e24704a-07fb-448a-8faa-a41951c99767","exec":["const moment = require(\"moment\")","var number = moment().format(\"YYYYMMDDHHMMSSMS\")","pm.collectionVariables.set(\"InstNumber\", number)"],"type":"text/javascript"}}],"id":"18b4f288-2b65-4297-9f99-a1c566d514b5","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"key":"Authorization","value":"bearer ","type":"text"},{"key":"request-reference","value":"","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"postingEntryRequest\": [\n        {\n            \"accountNumber\": \"1000001579\",\n            \"amount\": 10000000,\n            \"recordType\": 1,\n            \"narration\": \"test\",\n            \"instrumentNumber\": \"\"\n        },\n        {\n            \"accountNumber\": \"1000001627\",\n            \"amount\": 2000000,\n            \"recordType\": 1,\n            \"narration\": \"test\",\n            \"instrumentNumber\": \"\"\n        },\n        {\n            \"accountNumber\": \"1000001074\",\n            \"amount\": 2500000,\n            \"recordType\": 1,\n            \"narration\": \"test\",\n            \"instrumentNumber\": \"\"\n        },\n         {\n            \"accountNumber\": \"1000001081\",\n            \"amount\": 2500000,\n            \"recordType\": 1,\n            \"narration\": \"test\",\n            \"instrumentNumber\": \"\"\n        },\n         {\n            \"accountNumber\": \"1000001672\",\n            \"amount\": 17000000,\n            \"recordType\": 2,\n            \"narration\": \"test\",\n            \"instrumentNumber\": \"\"\n        }\n    ],\n    \"postingDataRequest\": {\n        \"unplaceLienAfterPosting\": false,\n        \"lienReferenceNumber\": \"\",\n        \"merchant\": \"\",\n        \"additionalMetadata\": {\n            \"orig_AcctNo\": \"1000000699\",\n            \"orig_Name\": \"Test User\",\n            \"orig_BVN\": \"11111111111\",\n            \"orig_BankCode\": \"999998\",\n            \"orig_BankName\": \"GTB\",\n            \"benf_AcctNo\": \"1000000675\",\n            \"benf_Name\": \"Test User 2\",\n            \"benf_BVN\": \"10000000000\",\n            \"benf_BankCode\": \"999923\",\n            \"benf_BankName\": \"XYZ MFB\"\n        }\n    }\n}"},"url":"{{baseurl}}/api/postings/v1/post","description":"<p>Post a transaction</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>PropertyName</strong></th>\n<th><strong>Description</strong></th>\n<th><strong>Required/Optional</strong></th>\n<th><strong>Data Type (length)</strong></th>\n<th><strong>Other Information</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>AccountNumber</td>\n<td>Account Number on Udara360 to Debit or Credit</td>\n<td>Required</td>\n<td>String (20)</td>\n<td>Can either be a customer account or a general ledger account</td>\n</tr>\n<tr>\n<td>Amount</td>\n<td>Transaction Amount</td>\n<td>Required</td>\n<td>Number</td>\n<td>Amount must be passed in the base currency. E.g. NGN 5000.50 should be passed as 500050 kobo</td>\n</tr>\n<tr>\n<td>RecordType</td>\n<td>Indicates wether the Account Number in the array block is to be debited or credited</td>\n<td>Required</td>\n<td>Enum (Debit = 1, Credit = 2)</td>\n<td>Sum of Total Debits (Amount) MUST be equal to Sum of Total Credits (Amount).  <br />However, the number of Debit entries do not have to be equal.</td>\n</tr>\n<tr>\n<td>InstrumentNumber</td>\n<td>Instrument Number</td>\n<td>Optional</td>\n<td>String (50)</td>\n<td>System generates a UUID if empty. We advise you pass a value if you retry transactions or use a retry mechanism.</td>\n</tr>\n<tr>\n<td>Narration</td>\n<td>Transaction Details</td>\n<td>Required</td>\n<td>String (5-40)</td>\n<td></td>\n</tr>\n<tr>\n<td>BranchCode</td>\n<td>The Branch the transaction should report to.</td>\n<td>Optional</td>\n<td>String (5)</td>\n<td>Reports to Head Office if not supplied or is a Unit Branch Institution.</td>\n</tr>\n<tr>\n<td>EntryCode</td>\n<td>The Sort Code for Transaction Reporting.</td>\n<td>Optional</td>\n<td>String (10)</td>\n<td>Sort Codes are generated on the Transaction System. If you need to supply, refer to the portal.</td>\n</tr>\n<tr>\n<td>UnplaceLienAfterPosting</td>\n<td>If Originator Account has a lien that should not be considered and removed after a successful transaction</td>\n<td>Optional</td>\n<td>Boolean</td>\n<td></td>\n</tr>\n<tr>\n<td>LienReferenceNumber</td>\n<td>If UnplaceLienAfterPosting is true, the Lien Reference Number is required.</td>\n<td>Required if UnplaceLienAfterPosting is true</td>\n<td>String (100)</td>\n<td></td>\n</tr>\n<tr>\n<td>Merchant</td>\n<td>For Bills Payment, you can pass the Merchant Name. For example, DSTV, MTN, Bet9ja.</td>\n<td>Optional</td>\n<td>String (100)</td>\n<td></td>\n</tr>\n<tr>\n<td>AdditionalMetadata</td>\n<td>Additional Metadata to be stored along side the posting. Passed as a json string.</td>\n<td>Optional</td>\n<td>String (500)</td>\n<td>\"additionalMetadata\": {  <br />\"orig_AcctNo\": \"string\",  <br />\"orig_Name\": \"string\",  <br />\"orig_BVN\": \"string\",  <br />\"orig_BankCode\": \"string\",  <br />\"orig_BankName\": \"string\",  <br />\"benf_AcctNo\": \"string\",  <br />\"benf_Name\": \"string\",  <br />\"benf_BVN\": \"string\",  <br />\"benf_BankCode\": \"string\",  <br />\"benf_BankName\": \"string\"  <br />}</td>\n</tr>\n</tbody>\n</table>\n</div>","auth":{"type":"bearer","bearer":{"basicConfig":[]},"isInherited":true,"source":{"_postman_id":"9689a635-b8bd-488e-b9ba-b29aacf678d0","id":"9689a635-b8bd-488e-b9ba-b29aacf678d0","name":"Postings","type":"folder"}},"urlObject":{"path":["api","postings","v1","post"],"host":["{{baseurl}}"],"query":[],"variable":[]}},"response":[{"id":"544ab095-7b37-4839-95f2-b80a65811109","name":"OK - Successful","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"bearer {token}","description":"Authorization header"},{"key":"request-reference","value":"{unique_reference}","description":"Unique request reference"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"postingEntryRequest\": [\n    {\n      \"accountNumber\": \"1000000699\",\n      \"amount\": 10000,\n      \"recordType\": 1,\n      \"narration\": \"test\",\n      \"instrumentNumber\": \"7564238\"\n    },\n{\n      \"accountNumber\": \"1000000675\",\n      \"amount\": 10000,\n      \"recordType\": 2,\n      \"narration\": \"test\",\n      \"instrumentNumber\": \"7564238\"\n    }\n  ],\n  \"postingDataRequest\": {\n    \"unplaceLienAfterPosting\": false,\n    \"lienReferenceNumber\": \"\",\n    \"merchant\": \"\",\n    \"additionalMetadata\": {\n    \"orig_AcctNo\": \"1000000699\",\n    \"orig_Name\": \"Test User\",\n    \"orig_BVN\": \"11111111111\",\n    \"orig_BankCode\": \"999998\",\n    \"orig_BankName\": \"GTB\",\n    \"benf_AcctNo\": \"1000000675\",\n    \"benf_Name\": \"Test User 2\",\n    \"benf_BVN\": \"10000000000\",\n    \"benf_BankCode\": \"999923\",\n    \"benf_BankName\": \"XYZ MFB\"\n  }\n  }\n}","options":{"raw":{"language":"json"}}},"url":"{{baseurl}}/api/postings/v1/post"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":null,"cookie":[],"responseTime":null,"body":"{\n  \"status\": true,\n  \"message\": \"string\",\n  \"data\": {\n    \"statusCode\": \"string\",\n    \"referenceNumber\": \"string\",\n    \"instrumentNumber\": \"string\"\n  }\n}"},{"id":"73cfc050-3bc8-47fd-9a1b-63b802bcd244","name":"Server Error","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"bearer {token}","description":"Authorization header"},{"key":"request-reference","value":"{unique_reference}","description":"Unique request reference"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"postingEntryRequest\": [\n    {\n      \"accountNumber\": \"1000000699\",\n      \"amount\": 10000,\n      \"recordType\": 1,\n      \"narration\": \"test\",\n      \"instrumentNumber\": \"7564238\"\n    },\n{\n      \"accountNumber\": \"1000000675\",\n      \"amount\": 10000,\n      \"recordType\": 2,\n      \"narration\": \"test\",\n      \"instrumentNumber\": \"7564238\"\n    }\n  ],\n  \"postingDataRequest\": {\n    \"unplaceLienAfterPosting\": false,\n    \"lienReferenceNumber\": \"\",\n    \"merchant\": \"\",\n    \"additionalMetadata\": {\n    \"orig_AcctNo\": \"1000000699\",\n    \"orig_Name\": \"Test User\",\n    \"orig_BVN\": \"11111111111\",\n    \"orig_BankCode\": \"999998\",\n    \"orig_BankName\": \"GTB\",\n    \"benf_AcctNo\": \"1000000675\",\n    \"benf_Name\": \"Test User 2\",\n    \"benf_BVN\": \"10000000000\",\n    \"benf_BankCode\": \"999923\",\n    \"benf_BankName\": \"XYZ MFB\"\n  }\n  }\n}","options":{"raw":{"language":"json"}}},"url":"{{baseurl}}/api/postings/v1/post"},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":null,"cookie":[],"responseTime":null,"body":"{\n  \"errors\": [\n    {\n      \"statusCode\": 0,\n      \"errorCode\": \"string\",\n      \"errorMessage\": \"string\"\n    }\n  ]\n}"}],"_postman_id":"18b4f288-2b65-4297-9f99-a1c566d514b5"},{"name":"Reverse Transaction","id":"da9489bc-3548-4386-ac1d-2168f5738230","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"key":"Authorization","value":"bearer ","type":"text"},{"key":"request-reference","value":"","type":"text"}],"body":{"mode":"raw","raw":"{\n  \"referenceNumber\": \"2107200038\",\n  \"instrumentNumber\": \"2023040218044744\"\n}\n\n"},"url":"{{baseurl}}/api/postings/v1/reversetransaction","description":"<p>Reverses a transaction</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>PropertyName</strong></th>\n<th><strong>Description</strong></th>\n<th><strong>Required/Optional</strong></th>\n<th><strong>Data Type (length)</strong></th>\n<th><strong>Other Information</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>ReferenceNumber</td>\n<td>ReferenceNumber</td>\n<td>Optional</td>\n<td>String (50)</td>\n<td>One of the Reference Number or Instrument Number must be supplied.</td>\n</tr>\n<tr>\n<td>InstrumentNumber</td>\n<td>Instrument Number</td>\n<td>Optional</td>\n<td>String (50)</td>\n<td>One of the Reference Number or Instrument Number must be supplied.</td>\n</tr>\n</tbody>\n</table>\n</div>","auth":{"type":"bearer","bearer":{"basicConfig":[]},"isInherited":true,"source":{"_postman_id":"9689a635-b8bd-488e-b9ba-b29aacf678d0","id":"9689a635-b8bd-488e-b9ba-b29aacf678d0","name":"Postings","type":"folder"}},"urlObject":{"path":["api","postings","v1","reversetransaction"],"host":["{{baseurl}}"],"query":[],"variable":[]}},"response":[{"id":"b9a55712-2e84-47e6-a60e-7a611a48fbe3","name":"OK - Successful","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"bearer {token}","description":"Authorization header"},{"key":"request-reference","value":"{unique_reference}","description":"Unique request reference"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"referenceNumber\": \"string\",\n  \"instrumentNumber\": \"string\"\n}","options":{"raw":{"language":"json"}}},"url":"{{baseurl}}/api/postings/v1/reversetransaction"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":null,"cookie":[],"responseTime":null,"body":"{\n  \"status\": true,\n  \"message\": \"string\",\n  \"data\": {\n    \"statusCode\": \"string\",\n    \"referenceNumber\": \"string\",\n    \"instrumentNumber\": \"string\",\n    \"duration\": \"string\"\n  }\n}"},{"id":"6d80a6de-7936-4508-99a6-39f8bcf7a91f","name":"Server Error","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"bearer {token}","description":"Authorization header"},{"key":"request-reference","value":"{unique_reference}","description":"Unique request reference"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"referenceNumber\": \"string\",\n  \"instrumentNumber\": \"string\"\n}","options":{"raw":{"language":"json"}}},"url":"{{baseurl}}/api/postings/v1/reversetransaction"},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":null,"cookie":[],"responseTime":null,"body":"{\n  \"errors\": [\n    {\n      \"statusCode\": 0,\n      \"errorCode\": \"string\",\n      \"errorMessage\": \"string\"\n    }\n  ]\n}"}],"_postman_id":"da9489bc-3548-4386-ac1d-2168f5738230"}],"id":"9689a635-b8bd-488e-b9ba-b29aacf678d0","auth":{"type":"bearer","bearer":{"basicConfig":[]},"isInherited":false},"event":[{"listen":"prerequest","script":{"id":"74a34117-9e1d-4741-8d7f-45967ec07f8e","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"159bcdde-2d7b-4f68-9a35-8d9ae667e7e1","type":"text/javascript","exec":[""]}}],"_postman_id":"9689a635-b8bd-488e-b9ba-b29aacf678d0","description":""},{"name":"Transfer","item":[{"name":"Name Inquiry","id":"879339db-fade-497b-8c78-c535227462e8","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"key":"Authorization","value":"bearer ","type":"text"},{"key":"request-reference","value":"","type":"text"}],"url":"{{baseurl}}/api/transfer/v1/NameEnquiry?DestinationAccountNumber=0000014575&DestinationInstitutionCode=TSTBNK&Amount=0","description":"<p>Handles Outward (External) Name Inquiry. For Local Name Inquiry, refer to the Search Account endpoint in Account.</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>PropertyName</strong></th>\n<th><strong>Description</strong></th>\n<th><strong>Required/Optional</strong></th>\n<th><strong>Data Type (length)</strong></th>\n<th><strong>Other Information</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>DestinationAccountNumber</td>\n<td>Account number of the intended account to transfer to</td>\n<td>Required</td>\n<td>String (10)</td>\n<td></td>\n</tr>\n<tr>\n<td>DestinationInstitutionCode</td>\n<td>Destination Bank Code or Identifier as contained in the bank list document</td>\n<td>Required</td>\n<td>String (6)</td>\n<td></td>\n</tr>\n<tr>\n<td>Amount</td>\n<td>Intended transfer amount. Value must be in Kobo</td>\n<td>Optional</td>\n<td>decimal</td>\n<td>This field is required for some transfer gateways like interswitch, so it is advised to always pass it.</td>\n</tr>\n<tr>\n<td>SourceAccountNumber</td>\n<td>Account number of the sender</td>\n<td>Required</td>\n<td>String(10)</td>\n<td>This field is required for some transfer gateways like interswitch, so it is advised to always pass it.</td>\n</tr>\n<tr>\n<td>ReturnTransferFee</td>\n<td>If true, the system will return the transfer fee configured on the portal for the amount specified.</td>\n<td>Optional</td>\n<td>boolean</td>\n<td>This is not necessary for those who passes custom fees via API.</td>\n</tr>\n</tbody>\n</table>\n</div>","auth":{"type":"bearer","bearer":{"basicConfig":[]},"isInherited":true,"source":{"_postman_id":"b5436d45-edcb-415e-95df-d5422c426972","id":"b5436d45-edcb-415e-95df-d5422c426972","name":"Transfer","type":"folder"}},"urlObject":{"path":["api","transfer","v1","NameEnquiry"],"host":["{{baseurl}}"],"query":[{"key":"DestinationAccountNumber","value":"0000014575"},{"key":"DestinationInstitutionCode","value":"TSTBNK"},{"key":"Amount","value":"0"}],"variable":[]}},"response":[{"id":"772ac8ba-3c57-4ea2-b3cb-4164a5e47fc7","name":"OK - Successful","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"bearer {token}","description":"Authorization header"},{"key":"request-reference","value":"{unique_reference}","description":"Unique request reference"},{"key":"Content-Type","value":"application/json"}],"url":{"raw":"{{baseurl}}/api/transfer/v1/NameEnquiry?DestinationAccountNumber=1000053190&DestinationInstitutionCode=96576&Amount=0","host":["{{baseurl}}"],"path":["api","transfer","v1","NameEnquiry"],"query":[{"key":"DestinationAccountNumber","value":"1000053190"},{"key":"DestinationInstitutionCode","value":"96576"},{"key":"Amount","value":"0"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":null,"cookie":[],"responseTime":null,"body":"{\n  \"destinationInstitutionCode\": \"string\",\n  \"channelCode\": \"string\",\n  \"accountNumber\": \"string\",\n  \"accountName\": \"string\",\n  \"transactionReference\": \"string\",\n  \"bankVerificationNumber\": \"string\",\n  \"address\": \"string\",\n  \"kycLevel\": \"int\",\n  \"responseCode\": \"string\",\n  \"message\": \"string\",\n  \"clientRef\": \"string\",\n  \"sessionID\": \"string\",\n  \"fee\": 0\n}"},{"id":"25908c57-da81-4e6e-bd03-dcda2a2f37e8","name":"Server Error","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"bearer {token}","description":"Authorization header"},{"key":"request-reference","value":"{unique_reference}","description":"Unique request reference"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"accountNumber\": \"string\",\n  \"destinationInstitutionCode\": \"string\"\n}","options":{"raw":{"language":"json"}}},"url":"{{baseurl}}/api/transfer/v1/NameEnquiry"},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":null,"cookie":[],"responseTime":null,"body":"{\n  \"errors\": [\n    {\n      \"statusCode\": 0,\n      \"errorCode\": \"string\",\n      \"errorMessage\": \"string\"\n    }\n  ]\n}"}],"_postman_id":"879339db-fade-497b-8c78-c535227462e8"},{"name":"Local Funds Transfer","id":"f921ad17-19ea-467c-a31c-ab6e418ae853","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"key":"Authorization","value":"bearer ","type":"text"},{"key":"request-reference","value":"","type":"text"}],"body":{"mode":"raw","raw":"{\n  \"amount\": 0,\n  \"beneficiaryAccountName\": \"string\",\n  \"beneficiaryAccountNumber\": \"string\",\n  \"beneficiaryBankName\": \"string\",\n  \"beneficiaryBankVerificationNumber\": \"string\",\n  \"beneficiaryKycLevel\": 0,\n  \"originatorAccountName\": \"string\",\n  \"originatorAccountNumber\": \"string\",\n  \"originatorBankVerificationNumber\": \"string\",\n  \"originatorKycLevel\": 0,\n  \"destinationInstitutionCode\": \"string\",\n  \"nameEnquiryRef\": \"string\",\n  \"originatorNarration\": \"string\",\n  \"paymentReference\": \"string\",\n  \"transactionLocation\": \"string\",\n  \"beneficiaryNarration\": \"string\"\n}"},"url":"{{baseurl}}/api/transfer/v1/localfundtransfer","description":"<p>Handles transfers between accounts within the institution.</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>PropertyName</strong></th>\n<th><strong>Description</strong></th>\n<th><strong>Required/Optional</strong></th>\n<th><strong>Data Type (length)</strong></th>\n<th><strong>Other Information</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>DebitAccount</td>\n<td>Account Number on Udara360 to Debit</td>\n<td>Required</td>\n<td>String (20)</td>\n<td>Can either be a customer account or a general ledger account</td>\n</tr>\n<tr>\n<td>CreditAccount</td>\n<td>Account Number on Udara360 to Credit</td>\n<td>Required</td>\n<td>String (20)</td>\n<td>Can either be a customer account or a general ledger account</td>\n</tr>\n<tr>\n<td>Amount</td>\n<td>Transaction Amount</td>\n<td>Required</td>\n<td>Number</td>\n<td>Amount must be passed in the base currency. E.g. NGN 5000.50 should be passed as 500050 kobo</td>\n</tr>\n<tr>\n<td>FeeCharge</td>\n<td>Fee Charge</td>\n<td>Optional</td>\n<td></td>\n<td>FeeCharge must be passed in the base currency. E.g. NGN 5000.50 should be passed as 500050 kobo</td>\n</tr>\n<tr>\n<td>FeeIncomeGL</td>\n<td>Fee Income GL Account to Credit</td>\n<td>Required if FeeCharge is greater than 0</td>\n<td></td>\n<td></td>\n</tr>\n<tr>\n<td>InstrumentNumber</td>\n<td>Instrument Number</td>\n<td>Optional</td>\n<td>String (50)</td>\n<td>System generates a UUID if empty. We advise you pass a value if you retry transactions or use a retry mechanism.</td>\n</tr>\n<tr>\n<td>Narration</td>\n<td>Transaction Details</td>\n<td>Required</td>\n<td>String (5-40)</td>\n<td></td>\n</tr>\n<tr>\n<td>UnplaceLienAfterPosting</td>\n<td>If Originator Account has a lien that should not be considered and removed after a successful transaction</td>\n<td>Optional</td>\n<td>Boolean</td>\n<td></td>\n</tr>\n<tr>\n<td>LienReferenceNumber</td>\n<td>If UnplaceLienAfterPosting is true, the Lien Reference Number is required.</td>\n<td>Required if UnplaceLienAfterPosting is true</td>\n<td>String (100)</td>\n<td></td>\n</tr>\n<tr>\n<td>Merchant</td>\n<td>For Bills Payment, you can pass the Merchant Name. For example, DSTV, MTN, Bet9ja.</td>\n<td>Optional</td>\n<td>String (100)</td>\n<td></td>\n</tr>\n<tr>\n<td>PostingsTransactionType</td>\n<td>The Transaction Type based on the originator and beneficiary Accounts</td>\n<td>Required</td>\n<td>Enum (GLCustomer = 1,  <br />GLGL = 2,  <br />CustomerCustomer = 3)</td>\n<td>This allows the system set the right sort code for easy transaction grouping.</td>\n</tr>\n<tr>\n<td>AdditionalMetadata</td>\n<td>Additional Metadata to be stored along side the posting. Passed as a json string.</td>\n<td>Optional</td>\n<td>String (500)</td>\n<td>\"additionalMetadata\": {  <br />\"orig_AcctNo\": \"string\",  <br />\"orig_Name\": \"string\",  <br />\"orig_BVN\": \"string\",  <br />\"orig_BankCode\": \"string\",  <br />\"orig_BankName\": \"string\",  <br />\"benf_AcctNo\": \"string\",  <br />\"benf_Name\": \"string\",  <br />\"benf_BVN\": \"string\",  <br />\"benf_BankCode\": \"string\",  <br />\"benf_BankName\": \"string\"  <br />}</td>\n</tr>\n</tbody>\n</table>\n</div>","auth":{"type":"bearer","bearer":{"basicConfig":[]},"isInherited":true,"source":{"_postman_id":"b5436d45-edcb-415e-95df-d5422c426972","id":"b5436d45-edcb-415e-95df-d5422c426972","name":"Transfer","type":"folder"}},"urlObject":{"path":["api","transfer","v1","localfundtransfer"],"host":["{{baseurl}}"],"query":[],"variable":[]}},"response":[{"id":"c8d18012-772f-4222-aae0-edc930b0ba27","name":"OK - Successful","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"bearer {token}","description":"Authorization header"},{"key":"request-reference","value":"{unique_reference}","description":"Unique request reference"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"debitAccount\": \"string\",\n  \"creditAccount\": \"string\",\n  \"amount\": 0,\n  \"feeCharge\": 0,\n  \"feeIncomeGL\": \"string\",\n  \"instrumentNumber\": \"stringstri\",\n  \"narration\": \"string\",\n  \"unplaceLienAfterPosting\": true,\n  \"lienReferenceNumber\": \"string\",\n  \"merchant\": \"string\",\n  \"postingsTransactionType\": 1,\n  \"additionalMetadata\": {\n    \"orig_AcctNo\": \"string\",\n    \"orig_Name\": \"string\",\n    \"orig_BVN\": \"string\",\n    \"orig_BankCode\": \"string\",\n    \"orig_BankName\": \"string\",\n    \"benf_AcctNo\": \"string\",\n    \"benf_Name\": \"string\",\n    \"benf_BVN\": \"string\",\n    \"benf_BankCode\": \"string\",\n    \"benf_BankName\": \"string\"\n  }","options":{"raw":{"language":"json"}}},"url":"{{baseurl}}/api/transfer/v1/localfundtransfer"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":null,"cookie":[],"responseTime":null,"body":"{\n  \"status\": true,\n  \"message\": \"string\",\n  \"data\": {\n    \"statusCode\": \"string\",\n    \"referenceNumber\": \"string\",\n    \"instrumentNumber\": \"string\"\n  }\n}"},{"id":"7a5980c2-4325-4eb0-aa4d-f6452e30a37c","name":"Server Error","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"bearer {token}","description":"Authorization header"},{"key":"request-reference","value":"{unique_reference}","description":"Unique request reference"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"debitAccount\": \"string\",\n  \"creditAccount\": \"string\",\n  \"amount\": 0,\n  \"feeCharge\": 0,\n  \"feeIncomeGL\": \"string\",\n  \"instrumentNumber\": \"stringstri\",\n  \"narration\": \"string\",\n  \"unplaceLienAfterPosting\": true,\n  \"lienReferenceNumber\": \"string\",\n  \"merchant\": \"string\",\n  \"postingsTransactionType\": 1,\n  \"additionalMetadata\": {\n    \"orig_AcctNo\": \"string\",\n    \"orig_Name\": \"string\",\n    \"orig_BVN\": \"string\",\n    \"orig_BankCode\": \"string\",\n    \"orig_BankName\": \"string\",\n    \"benf_AcctNo\": \"string\",\n    \"benf_Name\": \"string\",\n    \"benf_BVN\": \"string\",\n    \"benf_BankCode\": \"string\",\n    \"benf_BankName\": \"string\"\n  }","options":{"raw":{"language":"json"}}},"url":"{{baseurl}}/api/transfer/v1/localfundtransfer"},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":null,"cookie":[],"responseTime":null,"body":"{\n  \"errors\": [\n    {\n      \"statusCode\": 0,\n      \"errorCode\": \"string\",\n      \"errorMessage\": \"string\"\n    }\n  ]\n}"}],"_postman_id":"f921ad17-19ea-467c-a31c-ab6e418ae853"},{"name":"Outward Transfer","id":"3aa52bbd-142d-4feb-8ecb-89a8c7492a37","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"request-reference","value":"{unique_reference}"}],"body":{"mode":"raw","raw":""},"url":"{{baseurl}}/api/transfer/v1/outwardtransfer","description":"<p>Handles transfers to other financial institutions (Inter-Bank Transfer).</p>\n<p>Depends on Integration to NIP or other Transfer service providers if such integration has been done on behalf of the customer.</p>\n<p>NB:</p>\n<p>1. For test cases, ensure the bank code and account being used is as advised in the bank list sheet made available under the bank list section of this api document.</p>\n<p>2. A successful response simply means that the customer account has been debited and request to the beneficiary bank through the transfer gateway is on its way. To verify the finaly status of a transfer, kindly call the TSQ endpoint.</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>PropertyName</strong></th>\n<th><strong>Description</strong></th>\n<th><strong>Required/Optional</strong></th>\n<th><strong>Data Type (length)</strong></th>\n<th><strong>Other Information</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>NameEnquiryRef</td>\n<td>Name Enquiry Reference</td>\n<td>Required</td>\n<td>String(150)</td>\n<td></td>\n</tr>\n<tr>\n<td>OriginatorAccountNumber</td>\n<td>Account Number on Udara360 to Debit</td>\n<td>Required</td>\n<td>String (10)</td>\n<td>Can either be a customer account or a general ledger account</td>\n</tr>\n<tr>\n<td>OriginatorAccountName</td>\n<td>Name on Account</td>\n<td>Required</td>\n<td>String(150)</td>\n<td></td>\n</tr>\n<tr>\n<td>OriginatorBankVerificationNumber</td>\n<td>BVN on Account if account type is a Custome Account</td>\n<td>Optional</td>\n<td>String(11)</td>\n<td></td>\n</tr>\n<tr>\n<td>OriginatorKycLevel</td>\n<td>KYC Level of Sender Account</td>\n<td>Optional</td>\n<td>Number</td>\n<td></td>\n</tr>\n<tr>\n<td>BeneficiaryAccountNumber</td>\n<td>Account Number on Udara360 to Credit</td>\n<td>Required</td>\n<td>String(10)</td>\n<td>Can either be a customer account or a general ledger account</td>\n</tr>\n<tr>\n<td>BeneficiaryAccountName</td>\n<td>Name on Account</td>\n<td>Required</td>\n<td>String (150)</td>\n<td></td>\n</tr>\n<tr>\n<td>BeneficiaryBankVerificationNumber</td>\n<td>BVN of Receiver</td>\n<td>Optional</td>\n<td>String (11)</td>\n<td></td>\n</tr>\n<tr>\n<td>DestinationInstitutionCode</td>\n<td>Bank Code of Receiver Account</td>\n<td>Required</td>\n<td>String (6)</td>\n<td></td>\n</tr>\n<tr>\n<td>BeneficiaryBankName</td>\n<td>Bank Name of Receiver Account</td>\n<td>Required</td>\n<td>String (150)</td>\n<td></td>\n</tr>\n<tr>\n<td>BeneficiaryKycLevel</td>\n<td>KYC Level of Receiver Account</td>\n<td>Optional</td>\n<td>Number</td>\n<td></td>\n</tr>\n<tr>\n<td>TransactionReference</td>\n<td>Name Enquiry Reference</td>\n<td>Required</td>\n<td>String (150)</td>\n<td></td>\n</tr>\n<tr>\n<td>Amount</td>\n<td>Transaction Amount</td>\n<td>Required</td>\n<td>Number</td>\n<td>Amount must be passed in the base currency. E.g. NGN 5000.50 should be passed as 500050 kobo</td>\n</tr>\n<tr>\n<td>Fee</td>\n<td>Transfaction Fee</td>\n<td>Optional</td>\n<td>Nullable Number</td>\n<td>Any fee passed will override the fee configured by the institution within the CBA.  <br />  <br />If you do not want to charge a fee for the transaction, pass 0.  <br />  <br />A fee passed will be honored if passing a fee override is allowed by the institution.  <br />  <br />Format is same as the Amount field</td>\n</tr>\n<tr>\n<td>OriginatorNarration</td>\n<td>Transaction Details</td>\n<td>Required</td>\n<td>String (5-40)</td>\n<td></td>\n</tr>\n<tr>\n<td>TransactionLocation</td>\n<td>Transaction Location</td>\n<td>Optional</td>\n<td>String (150)</td>\n<td></td>\n</tr>\n<tr>\n<td>BeneficiaryNarration</td>\n<td>Transaction Details</td>\n<td>Required</td>\n<td>String (5-40)</td>\n<td></td>\n</tr>\n</tbody>\n</table>\n</div>","auth":{"type":"bearer","bearer":{"basicConfig":[]},"isInherited":true,"source":{"_postman_id":"b5436d45-edcb-415e-95df-d5422c426972","id":"b5436d45-edcb-415e-95df-d5422c426972","name":"Transfer","type":"folder"}},"urlObject":{"path":["api","transfer","v1","outwardtransfer"],"host":["{{baseurl}}"],"query":[],"variable":[]}},"response":[{"id":"3902bd58-8d17-4fa6-a9ac-b0336b6ab595","name":"OK - Successful","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"bearer {token}","description":"Authorization header"},{"key":"request-reference","value":"{unique_reference}","description":"Unique request reference"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"amount\": 0,\n  \"fee\": 0,\n  \"beneficiaryAccountName\": \"string\",\n  \"beneficiaryAccountNumber\": \"string\",\n  \"beneficiaryBankName\": \"string\",\n  \"beneficiaryBankVerificationNumber\": \"string\",\n  \"beneficiaryKycLevel\": 0,\n  \"originatorAccountName\": \"string\",\n  \"originatorAccountNumber\": \"string\",\n  \"originatorBankVerificationNumber\": \"string\",\n  \"originatorKycLevel\": 0,\n  \"destinationInstitutionCode\": \"string\",\n  \"nameEnquiryRef\": \"string\",\n  \"originatorNarration\": \"string\",\n  \"paymentReference\": \"string\",\n  \"transactionLocation\": \"string\",\n  \"beneficiaryNarration\": \"string\"\n}","options":{"raw":{"language":"json"}}},"url":"{{baseurl}}/api/transfer/v1/outwardtransfer"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":null,"cookie":[],"responseTime":null,"body":"{\n  \"status\": true,\n  \"message\": \"string\",\n  \"data\": {\n    \"statusCode\": \"string\",\n    \"referenceNumber\": \"string\",\n    \"instrumentNumber\": \"string\",\n    \"sessionID\": \"string\"\n  }\n}"},{"id":"d3544b52-ba7c-4c67-b10f-5ff65f76ecf2","name":"Server Error","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"bearer {token}","description":"Authorization header"},{"key":"request-reference","value":"{unique_reference}","description":"Unique request reference"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"amount\": 0,\n  \"beneficiaryAccountName\": \"string\",\n  \"beneficiaryAccountNumber\": \"string\",\n  \"beneficiaryBankName\": \"string\",\n  \"beneficiaryBankVerificationNumber\": \"string\",\n  \"beneficiaryKycLevel\": 0,\n  \"originatorAccountName\": \"string\",\n  \"originatorAccountNumber\": \"string\",\n  \"originatorBankVerificationNumber\": \"string\",\n  \"originatorKycLevel\": 0,\n  \"destinationInstitutionCode\": \"string\",\n  \"nameEnquiryRef\": \"string\",\n  \"originatorNarration\": \"string\",\n  \"transactionReference\": \"string\",\n  \"transactionLocation\": \"string\",\n  \"beneficiaryNarration\": \"string\"\n}","options":{"raw":{"language":"json"}}},"url":"{{baseurl}}/api/transfer/v1/outwardtransfer"},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":null,"cookie":[],"responseTime":null,"body":"{\n  \"errors\": [\n    {\n      \"statusCode\": 0,\n      \"errorCode\": \"string\",\n      \"errorMessage\": \"string\"\n    }\n  ]\n}"}],"_postman_id":"3aa52bbd-142d-4feb-8ecb-89a8c7492a37"},{"name":"TSQ - InterBank FT","id":"b0ed2c02-ace3-4ea5-b6f0-9d549f332285","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"request-reference","value":"{unique_reference}"}],"body":{"mode":"raw","raw":""},"url":"{{baseurl}}/api/Transfer/v1/TSQ?transactionRef=<string>&apiRequestRef=<string>","description":"<p>Transaction Status Checks.</p>\n<p>NOTE:</p>\n<ol>\n<li><p>Do not use the response code field in the response in deciding the state of the transaction. The status code must be used at all times.</p>\n</li>\n<li><p>Please take note of the comments in the sample response data</p>\n<ol>\n<li>Pay attention to the ProcessingStatus in the TSQ response<br /> ProcessingStatus:<br /> 1. Pending - Transaction has not been sent to the transfer gateway, e.g Nibss<br /> 2. Processing - Request has been picked to be sent to the gateway<br /> 3. PendingTSQ- Request was sent to the gateway and response was gotten, but awaiting a final confirmation from the gateway<br /> 4. Failed - Request is confirmed failed, but reversal is not needed<br /> 5. Reversed - Request failed and customer's fund has been reversed<br /> 6. ConfirmManually - Respnse from Gateway is not successful and cannot be confirmed failed. Confirm status from your settlement report before making a decision.<br /> 7. Processed - Transaction is successful and beneficiary should have received value</li>\n</ol>\n</li>\n</ol>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th></th>\n<th><strong>Description</strong></th>\n<th><strong>Required/Optional</strong></th>\n<th><strong>Data Type (length)</strong></th>\n<th><strong>Other Information</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>TransactionRef</td>\n<td>Transaction Reference / TransactionID / SessionID of the transaction</td>\n<td>Optional</td>\n<td>String(100)</td>\n<td>Pass the value returned in the Instrument Number field of the Outward Transfer response</td>\n</tr>\n<tr>\n<td>APIRequestRef</td>\n<td>This is the unique reference you passed in your header when making a request to the endpoing</td>\n<td>Optional</td>\n<td>string(1100)</td>\n<td>This is the unique reference you passed in your header when making a request to the endpoing</td>\n</tr>\n</tbody>\n</table>\n</div>","auth":{"type":"bearer","bearer":{"basicConfig":[]},"isInherited":true,"source":{"_postman_id":"b5436d45-edcb-415e-95df-d5422c426972","id":"b5436d45-edcb-415e-95df-d5422c426972","name":"Transfer","type":"folder"}},"urlObject":{"path":["api","Transfer","v1","TSQ"],"host":["{{baseurl}}"],"query":[{"key":"transactionRef","value":"<string>"},{"key":"apiRequestRef","value":"<string>"}],"variable":[]}},"response":[{"id":"66ecfd0e-c513-4785-ba13-f09bc9bb9215","name":"OK - Successful","originalRequest":{"method":"GET","header":[{"key":"Authorization","value":"bearer {token}","description":"Authorization header"},{"key":"request-reference","value":"{unique_reference}","description":"Unique request reference"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"","options":{"raw":{"language":"json"}}},"url":{"raw":"{{baseurl}}/api/Transfer/v1/TSQ?transactionRef=<string>&apiRequestRef=<string>","host":["{{baseurl}}"],"path":["api","Transfer","v1","TSQ"],"query":[{"key":"transactionRef","value":"<string>"},{"key":"apiRequestRef","value":"<string>","type":"text"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":null,"cookie":[],"responseTime":null,"body":"{\n    \"data\": {\n        \"responseCode\": \"\",\n        \"transactionReference\": \"\",\n        \"channelCode\": \"\",\n        \"sourceInstitutionCode\": \"\",\n        \"responseMessage\": \"\",\n        \"processingStatus\": \"\"//Pending, Processing, Processed, Reversed, PendingTSQ, Failed, ConfirmManually\n    },\n    \"responseCode\": null, //This has been depricated and will be removed soon\n    \"transactionReference\": null,//This has been depricated and will be removed soon\n    \"channelCode\": null,//This has been depricated and will be removed soon\n    \"sourceInstitutionCode\": null,//This has been depricated and will be removed soon\n    \"responseMessage\": null,//This has been depricated and will be removed soon\n    \"status\": false,\n    \"message\": \"\"\n}"},{"id":"3cd92813-1328-4962-85b9-d8e9f64eadec","name":"Server Error","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"bearer {token}","description":"Authorization header"},{"key":"request-reference","value":"{unique_reference}","description":"Unique request reference"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"","options":{"raw":{"language":"json"}}},"url":{"raw":"{{baseurl}}/api/Transfer/v1/TSQ?transactionRef=<string>&apiRequestRef=<string>","host":["{{baseurl}}"],"path":["api","Transfer","v1","TSQ"],"query":[{"key":"transactionRef","value":"<string>"},{"key":"apiRequestRef","value":"<string>","type":"text"}]}},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":null,"cookie":[],"responseTime":null,"body":"{\n  \"errors\": [\n    {\n      \"statusCode\": 0,\n      \"errorCode\": \"string\",\n      \"errorMessage\": \"string\"\n    }\n  ]\n}"}],"_postman_id":"b0ed2c02-ace3-4ea5-b6f0-9d549f332285"},{"name":"TSQ - Local FT","id":"d50ff995-1ed9-4a0a-9930-0b824de99425","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"request-reference","value":"{unique_reference}"}],"body":{"mode":"raw","raw":""},"url":"{{baseurl}}/api/Transfer/v1/TSQ/Local?instrumentNumber=<string>","description":"<p>Transaction Status Checks.</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th></th>\n<th><strong>Description</strong></th>\n<th><strong>Required/Optional</strong></th>\n<th><strong>Data Type (length)</strong></th>\n<th><strong>Other Information</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>InstrumentNumber</td>\n<td>Value passed in the instrumentNumber field of the Local transfer request</td>\n<td>Required</td>\n<td>String(100)</td>\n<td></td>\n</tr>\n</tbody>\n</table>\n</div>","auth":{"type":"bearer","bearer":{"basicConfig":[]},"isInherited":true,"source":{"_postman_id":"b5436d45-edcb-415e-95df-d5422c426972","id":"b5436d45-edcb-415e-95df-d5422c426972","name":"Transfer","type":"folder"}},"urlObject":{"path":["api","Transfer","v1","TSQ","Local"],"host":["{{baseurl}}"],"query":[{"key":"instrumentNumber","value":"<string>"}],"variable":[]}},"response":[{"id":"cf61e933-a4e6-4545-8e21-a421fc04f5bb","name":"OK - Successful","originalRequest":{"method":"GET","header":[{"key":"Authorization","value":"bearer {token}","description":"Authorization header"},{"key":"request-reference","value":"{unique_reference}","description":"Unique request reference"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"","options":{"raw":{"language":"json"}}},"url":{"raw":"{{baseurl}}/api/Transfer/v1/TSQ/Local?instrumentNumber=c438362c-8341-4fb3-8aa7-6706930906a9","host":["{{baseurl}}"],"path":["api","Transfer","v1","TSQ","Local"],"query":[{"key":"instrumentNumber","value":"c438362c-8341-4fb3-8aa7-6706930906a9"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":null,"cookie":[],"responseTime":null,"body":"{\n  \"status\": true,\n  \"message\": \"Record Found\",\n  \"data\": {\n    \"transactionReference\": \"2212010096\"\n  }\n}"},{"id":"d61bb8e3-ab26-431e-9796-e9d1931574dd","name":"Server Error","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"bearer {token}","description":"Authorization header"},{"key":"request-reference","value":"{unique_reference}","description":"Unique request reference"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"","options":{"raw":{"language":"json"}}},"url":{"raw":"{{baseurl}}/api/Transfer/v1/TSQ/Local?instrumentNumber=<string>","host":["{{baseurl}}"],"path":["api","Transfer","v1","TSQ","Local"],"query":[{"key":"instrumentNumber","value":"<string>"}]}},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":null,"cookie":[],"responseTime":null,"body":"{\n  \"errors\": [\n    {\n      \"statusCode\": 0,\n      \"errorCode\": \"string\",\n      \"errorMessage\": \"string\"\n    }\n  ]\n}"}],"_postman_id":"d50ff995-1ed9-4a0a-9930-0b824de99425"},{"name":"Bank List","id":"8c81a59d-b6c8-48ef-8245-9443e60457e4","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"request-reference","value":"{unique_reference}"}],"body":{"mode":"raw","raw":""},"url":"{{baseurl}}/api/Transfer/v1/Banks","description":"<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Test Bank Information</th>\n<th></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Identifier</td>\n<td>TSTBNK</td>\n</tr>\n<tr>\n<td>Destination Account</td>\n<td>0000014575</td>\n</tr>\n</tbody>\n</table>\n</div><p>NOTE: Always pass the [identifier] as the bank code</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[]},"isInherited":true,"source":{"_postman_id":"b5436d45-edcb-415e-95df-d5422c426972","id":"b5436d45-edcb-415e-95df-d5422c426972","name":"Transfer","type":"folder"}},"urlObject":{"path":["api","Transfer","v1","Banks"],"host":["{{baseurl}}"],"query":[],"variable":[]}},"response":[{"id":"cdbc45c6-321d-4675-ade0-1b500a7830a1","name":"OK - Successful","originalRequest":{"method":"GET","header":[{"key":"Authorization","value":"bearer {token}","description":"Authorization header"},{"key":"request-reference","value":"{unique_reference}","description":"Unique request reference"},{"key":"Content-Type","value":"application/json"}],"url":"{{baseurl}}/api/Transfer/v1/Banks"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":null,"cookie":[],"responseTime":null,"body":"{\n  \"status\": true,\n  \"message\": \"string\",\n  \"data\": [\n    {\n      \"identifier\": \"string\", //Always pass this as the bank code\n      \"logoUrl\": \"string\",\n      \"name\": \"string\"\n    }\n  ],\n  \"recordCount\": 0\n}"},{"id":"0758fa1e-31cc-4044-9477-ec2900a73e15","name":"Server Error","originalRequest":{"method":"GET","header":[{"key":"Authorization","value":"bearer {token}","description":"Authorization header"},{"key":"request-reference","value":"{unique_reference}","description":"Unique request reference"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"amount\": 0,\n  \"beneficiaryAccountName\": \"string\",\n  \"beneficiaryAccountNumber\": \"string\",\n  \"beneficiaryBankName\": \"string\",\n  \"beneficiaryBankVerificationNumber\": \"string\",\n  \"beneficiaryKycLevel\": 0,\n  \"originatorAccountName\": \"string\",\n  \"originatorAccountNumber\": \"string\",\n  \"originatorBankVerificationNumber\": \"string\",\n  \"originatorKycLevel\": 0,\n  \"destinationInstitutionCode\": \"string\",\n  \"nameEnquiryRef\": \"string\",\n  \"originatorNarration\": \"string\",\n  \"paymentReference\": \"string\",\n  \"transactionLocation\": \"string\",\n  \"beneficiaryNarration\": \"string\"\n}","options":{"raw":{"language":"json"}}},"url":"{{baseurl}}/api/Transfer/v1/Banks"},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":null,"cookie":[],"responseTime":null,"body":"{\n  \"errors\": [\n    {\n      \"statusCode\": 0,\n      \"errorCode\": \"string\",\n      \"errorMessage\": \"string\"\n    }\n  ]\n}"}],"_postman_id":"8c81a59d-b6c8-48ef-8245-9443e60457e4"},{"name":"Get Settlement Account Details","id":"f060391a-f63e-4eb9-8dfd-0406b536c55d","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"request-reference","value":"{unique_reference}"}],"body":{"mode":"raw","raw":""},"url":"{{baseurl}}/api/Transfer/v1/GetSettlementAccountDetails?accountNumber=0000000000&gateway=3","description":"<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Test Bank Information</th>\n<th></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Identifier</td>\n<td>TSTBNK</td>\n</tr>\n<tr>\n<td>Destination Account</td>\n<td>0000014575</td>\n</tr>\n</tbody>\n</table>\n</div><p>NOTE: Always pass the [identifier] as the bank code</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[]},"isInherited":true,"source":{"_postman_id":"b5436d45-edcb-415e-95df-d5422c426972","id":"b5436d45-edcb-415e-95df-d5422c426972","name":"Transfer","type":"folder"}},"urlObject":{"path":["api","Transfer","v1","GetSettlementAccountDetails"],"host":["{{baseurl}}"],"query":[{"key":"accountNumber","value":"0000000000"},{"key":"gateway","value":"3"}],"variable":[]}},"response":[{"id":"11f31196-d790-4b47-bb44-d95dd50f276a","name":"OK - Successful","originalRequest":{"method":"GET","header":[{"key":"Authorization","value":"bearer {token}","description":"Authorization header"},{"key":"request-reference","value":"{unique_reference}","description":"Unique request reference"},{"key":"Content-Type","value":"application/json"}],"url":{"raw":"{{baseurl}}/api/Transfer/v1/GetSettlementAccountDetails?accountNumber=0000000000&gateway=3","host":["{{baseurl}}"],"path":["api","Transfer","v1","GetSettlementAccountDetails"],"query":[{"key":"accountNumber","value":"0000000000"},{"key":"gateway","value":"3"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":null,"cookie":[],"responseTime":null,"body":"{\n  \"status\": true,\n  \"message\": \"string\",\n  \"data\": {\n    \"responseCode\": \"string\",\n    \"responseMessage\": \"string\",\n    \"bankCode\": \"string\",\n    \"accountNumber\": \"string\",\n    \"accountName\": \"string\",\n    \"transactionReference\": \"string\",\n    \"bvn\": \"string\",\n    \"accountStatus\": \"string\",\n    \"emailAddress\": \"string\",\n    \"phoneNumber\": \"string\",\n    \"cbaCustomerID\": \"string\",\n    \"availableBalance\": 0\n  }\n}"},{"id":"1af07306-dedb-4b61-b774-9ceca56262d5","name":"Server Error","originalRequest":{"method":"GET","header":[{"key":"Authorization","value":"bearer {token}","description":"Authorization header"},{"key":"request-reference","value":"{unique_reference}","description":"Unique request reference"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"amount\": 0,\n  \"beneficiaryAccountName\": \"string\",\n  \"beneficiaryAccountNumber\": \"string\",\n  \"beneficiaryBankName\": \"string\",\n  \"beneficiaryBankVerificationNumber\": \"string\",\n  \"beneficiaryKycLevel\": 0,\n  \"originatorAccountName\": \"string\",\n  \"originatorAccountNumber\": \"string\",\n  \"originatorBankVerificationNumber\": \"string\",\n  \"originatorKycLevel\": 0,\n  \"destinationInstitutionCode\": \"string\",\n  \"nameEnquiryRef\": \"string\",\n  \"originatorNarration\": \"string\",\n  \"paymentReference\": \"string\",\n  \"transactionLocation\": \"string\",\n  \"beneficiaryNarration\": \"string\"\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"{{baseurl}}/api/Transfer/v1/GetSettlementAccountDetails?accountNumber=0000000000&gateway=3","host":["{{baseurl}}"],"path":["api","Transfer","v1","GetSettlementAccountDetails"],"query":[{"key":"accountNumber","value":"0000000000"},{"key":"gateway","value":"3"}]}},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":null,"cookie":[],"responseTime":null,"body":"{\n  \"errors\": [\n    {\n      \"statusCode\": 0,\n      \"errorCode\": \"string\",\n      \"errorMessage\": \"string\"\n    }\n  ]\n}"}],"_postman_id":"f060391a-f63e-4eb9-8dfd-0406b536c55d"}],"id":"b5436d45-edcb-415e-95df-d5422c426972","auth":{"type":"bearer","bearer":{"basicConfig":[]},"isInherited":false},"event":[{"listen":"prerequest","script":{"id":"74a34117-9e1d-4741-8d7f-45967ec07f8e","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"159bcdde-2d7b-4f68-9a35-8d9ae667e7e1","type":"text/javascript","exec":[""]}}],"_postman_id":"b5436d45-edcb-415e-95df-d5422c426972","description":""},{"name":"Reports","item":[{"name":"Customer Account Statement","id":"6d2e2b6d-b035-4add-9112-57d4a4d22c74","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"key":"Authorization","value":"bearer ","type":"text"},{"key":"request-reference","value":"","type":"text"}],"body":{"mode":"raw","raw":""},"url":"{{baseurl}}/api/Report/v1/RequestCustomerAccountStatement?AccountNumber=1000000754&FinancialDateFrom=2021-08-01&FinancialDateTo=2023-03-19\n","description":"<p>Gets the account statement</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[]},"isInherited":true,"source":{"_postman_id":"a0684267-d858-48f5-9ab4-94ad92893fc7","id":"a0684267-d858-48f5-9ab4-94ad92893fc7","name":"Reports","type":"folder"}},"urlObject":{"path":["api","Report","v1","RequestCustomerAccountStatement"],"host":["{{baseurl}}"],"query":[{"key":"AccountNumber","value":"1000000754"},{"key":"FinancialDateFrom","value":"2021-08-01"},{"key":"FinancialDateTo","value":"2023-03-19\n"}],"variable":[]}},"response":[{"id":"adc4b3d9-7454-4fcd-b504-099633830065","name":"OK - Successful","originalRequest":{"method":"GET","header":[{"key":"Authorization","value":"bearer {token}","description":"Authorization header"},{"key":"request-reference","value":"{unique_reference}","description":"Unique request reference"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"","options":{"raw":{"language":"json"}}},"url":{"raw":"{{baseurl}}/api/Report/v1/RequestCustomerAccountStatement?AccountNumber=1000029938&FinancialDateFrom=2022-01-01&FinancialDateTo=2022-03-09","host":["{{baseurl}}"],"path":["api","Report","v1","RequestCustomerAccountStatement"],"query":[{"key":"AccountNumber","value":"1000029938"},{"key":"FinancialDateFrom","value":"2022-01-01"},{"key":"FinancialDateTo","value":"2022-03-09"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":null,"cookie":[],"responseTime":null,"body":"{\n  \"status\": true,\n  \"message\": \"string\",\n  \"data\": {\n    \"data\": [\n      {\n        \"financialDate\": \"string\",\n        \"transactionDate\": \"2023-01-29T15:12:46.861Z\",\n        \"accountNumber\": \"string\",\n        \"postingReferenceNumber\": \"string\",\n        \"debit\": 0,\n        \"credit\": 0,\n        \"narration\": \"string\",\n        \"balance\": 0\n      }\n    ],\n    \"accountNumber\": \"string\",\n    \"accountName\": \"string\",\n    \"address\": \"string\",\n    \"passportFileUrl\": \"string\",\n    \"product\": \"string\",\n    \"openingBalance\": 0,\n    \"closingBalance\": 0,\n    \"totalCredit\": 0,\n    \"totalDebit\": 0,\n    \"recordCount\": 0\n  }\n}"},{"id":"c398570f-d798-4dc2-a7ac-572c1213ac1c","name":"Server Error","originalRequest":{"method":"GET","header":[{"key":"Authorization","value":"bearer {token}","description":"Authorization header"},{"key":"request-reference","value":"{unique_reference}","description":"Unique request reference"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"","options":{"raw":{"language":"json"}}},"url":{"raw":"{{baseurl}}/api/Report/v1/RequestCustomerAccountStatement?AccountNumber=1000029938&FinancialDateFrom=2022-01-01&FinancialDateTo=2022-03-09","host":["{{baseurl}}"],"path":["api","Report","v1","RequestCustomerAccountStatement"],"query":[{"key":"AccountNumber","value":"1000029938"},{"key":"FinancialDateFrom","value":"2022-01-01"},{"key":"FinancialDateTo","value":"2022-03-09"}]}},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":null,"cookie":[],"responseTime":null,"body":"{\n  \"errors\": [\n    {\n      \"statusCode\": 0,\n      \"errorCode\": \"string\",\n      \"errorMessage\": \"string\"\n    }\n  ]\n}"}],"_postman_id":"6d2e2b6d-b035-4add-9112-57d4a4d22c74"},{"name":"Export Account Statement","id":"3d6f5ccb-e0ae-424c-a7a6-0aa66ad58a18","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"key":"Authorization","value":"bearer ","type":"text"},{"key":"request-reference","value":"","type":"text"}],"body":{"mode":"raw","raw":""},"url":"{{baseurl}}/api/Report/v1/ExportCustomerStatement?AccountNumber=1000000754&FinancialDateFrom=2021-08-01&FinancialDateTo=2023-03-19&FileExportFormat=2\n","description":"<p>Exports account statement.</p>\n<p>FileExportFormat values</p>\n<p>Excel = 0, CSV = 1, PDF = 2</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[]},"isInherited":true,"source":{"_postman_id":"a0684267-d858-48f5-9ab4-94ad92893fc7","id":"a0684267-d858-48f5-9ab4-94ad92893fc7","name":"Reports","type":"folder"}},"urlObject":{"path":["api","Report","v1","ExportCustomerStatement"],"host":["{{baseurl}}"],"query":[{"key":"AccountNumber","value":"1000000754"},{"key":"FinancialDateFrom","value":"2021-08-01"},{"key":"FinancialDateTo","value":"2023-03-19"},{"key":"FileExportFormat","value":"2\n"}],"variable":[]}},"response":[{"id":"b9e90e6b-355b-48d4-bb70-553ac09d0885","name":"OK - Successful","originalRequest":{"method":"GET","header":[{"key":"Authorization","value":"bearer {token}","description":"Authorization header"},{"key":"request-reference","value":"{unique_reference}","description":"Unique request reference"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"","options":{"raw":{"language":"json"}}},"url":{"raw":"{{baseurl}}/api/Report/v1/ExportCustomerStatement?AccountNumber=1000000754&FinancialDateFrom=2021-08-01&FinancialDateTo=2023-03-19&FileExportFormat=2","host":["{{baseurl}}"],"path":["api","Report","v1","ExportCustomerStatement"],"query":[{"key":"AccountNumber","value":"1000000754"},{"key":"FinancialDateFrom","value":"2021-08-01"},{"key":"FinancialDateTo","value":"2023-03-19"},{"key":"FileExportFormat","value":"2"}]}},"status":"OK","code":200,"_postman_previewlanguage":"html","header":[{"key":"Content-Type","value":"text/html","description":""}],"cookie":[],"responseTime":null,"body":"{}"},{"id":"4752bacb-200b-4e52-932d-1f1ed4fe1bc3","name":"Server Error","originalRequest":{"method":"GET","header":[{"key":"Authorization","value":"bearer {token}","description":"Authorization header"},{"key":"request-reference","value":"{unique_reference}","description":"Unique request reference"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"","options":{"raw":{"language":"json"}}},"url":{"raw":"{{baseurl}}/api/Report/v1/ExportCustomerStatement?AccountNumber=1000000754&FinancialDateFrom=2021-08-01&FinancialDateTo=2023-03-19&FileExportFormat=2","host":["{{baseurl}}"],"path":["api","Report","v1","ExportCustomerStatement"],"query":[{"key":"AccountNumber","value":"1000000754"},{"key":"FinancialDateFrom","value":"2021-08-01"},{"key":"FinancialDateTo","value":"2023-03-19"},{"key":"FileExportFormat","value":"2"}]}},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":null,"cookie":[],"responseTime":null,"body":"{\n  \"errors\": [\n    {\n      \"statusCode\": 0,\n      \"errorCode\": \"string\",\n      \"errorMessage\": \"string\"\n    }\n  ]\n}"}],"_postman_id":"3d6f5ccb-e0ae-424c-a7a6-0aa66ad58a18"},{"name":"Get Transaction Receipt","id":"7718d3bc-eab5-4f67-bcdf-81a6f28eb46d","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"key":"Authorization","value":"bearer ","type":"text"},{"key":"request-reference","value":"","type":"text"}],"body":{"mode":"raw","raw":""},"url":"{{baseurl}}/api/Report/v1/GetTransactionReceipt?transactionID=c6e9caca-fdc2-44a0-b67d-00002bfcad3f\n","description":"<p>Exports account statement.</p>\n<p>FileExportFormat values</p>\n<p>Excel = 0, CSV = 1, PDF = 2</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[]},"isInherited":true,"source":{"_postman_id":"a0684267-d858-48f5-9ab4-94ad92893fc7","id":"a0684267-d858-48f5-9ab4-94ad92893fc7","name":"Reports","type":"folder"}},"urlObject":{"path":["api","Report","v1","GetTransactionReceipt"],"host":["{{baseurl}}"],"query":[{"key":"transactionID","value":"c6e9caca-fdc2-44a0-b67d-00002bfcad3f\n"}],"variable":[]}},"response":[{"id":"0cea03a1-a708-4685-837c-f67da668f68e","name":"OK - Successful","originalRequest":{"method":"GET","header":[{"key":"Authorization","value":"bearer {token}","description":"Authorization header"},{"key":"request-reference","value":"{unique_reference}","description":"Unique request reference"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"","options":{"raw":{"language":"json"}}},"url":{"raw":"{{baseurl}}/api/Report/v1/ExportCustomerStatement?AccountNumber=1000000754&FinancialDateFrom=2021-08-01&FinancialDateTo=2023-03-19&FileExportFormat=2","host":["{{baseurl}}"],"path":["api","Report","v1","ExportCustomerStatement"],"query":[{"key":"AccountNumber","value":"1000000754"},{"key":"FinancialDateFrom","value":"2021-08-01"},{"key":"FinancialDateTo","value":"2023-03-19"},{"key":"FileExportFormat","value":"2"}]}},"status":"OK","code":200,"_postman_previewlanguage":"html","header":[{"key":"Content-Type","value":"text/html","description":""}],"cookie":[],"responseTime":null,"body":"{}"},{"id":"1094e8a1-cc0c-45e9-8acc-503312a91964","name":"Server Error","originalRequest":{"method":"GET","header":[{"key":"Authorization","value":"bearer {token}","description":"Authorization header"},{"key":"request-reference","value":"{unique_reference}","description":"Unique request reference"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"","options":{"raw":{"language":"json"}}},"url":{"raw":"{{baseurl}}/api/Report/v1/ExportCustomerStatement?AccountNumber=1000000754&FinancialDateFrom=2021-08-01&FinancialDateTo=2023-03-19&FileExportFormat=2","host":["{{baseurl}}"],"path":["api","Report","v1","ExportCustomerStatement"],"query":[{"key":"AccountNumber","value":"1000000754"},{"key":"FinancialDateFrom","value":"2021-08-01"},{"key":"FinancialDateTo","value":"2023-03-19"},{"key":"FileExportFormat","value":"2"}]}},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":null,"cookie":[],"responseTime":null,"body":"{\n  \"errors\": [\n    {\n      \"statusCode\": 0,\n      \"errorCode\": \"string\",\n      \"errorMessage\": \"string\"\n    }\n  ]\n}"}],"_postman_id":"7718d3bc-eab5-4f67-bcdf-81a6f28eb46d"},{"name":"Customer Account History","id":"3bb64023-b3b5-441d-a4d4-6f2bcb6e6ae4","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"key":"Authorization","value":"bearer ","type":"text"},{"key":"request-reference","value":"","type":"text"}],"body":{"mode":"raw","raw":""},"url":"{{baseurl}}/api/Report/v1/RequestCustomerAccountHistoryReport?PostingReferenceNumber=2107250047&PageSize=10","description":"<p>Gets the account history</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[]},"isInherited":true,"source":{"_postman_id":"a0684267-d858-48f5-9ab4-94ad92893fc7","id":"a0684267-d858-48f5-9ab4-94ad92893fc7","name":"Reports","type":"folder"}},"urlObject":{"path":["api","Report","v1","RequestCustomerAccountHistoryReport"],"host":["{{baseurl}}"],"query":[{"disabled":true,"key":"AccountNumber","value":"1000001263"},{"key":"PostingReferenceNumber","value":"2107250047"},{"disabled":true,"key":"InstrumentNumber","value":"2023033120030830"},{"disabled":true,"key":"EntryCode","value":"100"},{"disabled":true,"key":"BatchCode","value":"001"},{"disabled":true,"key":"FinancialDateFrom","value":"2022-01-01"},{"disabled":true,"key":"FinancialDateTo","value":"2022-03-09"},{"disabled":true,"key":"StartDate","value":"2022-01-01"},{"disabled":true,"key":"EndDate","value":"2022-03-09"},{"disabled":true,"key":"PageNumber","value":"1"},{"key":"PageSize","value":"10"},{"disabled":true,"key":"SortColumn","value":"StartDate"},{"disabled":true,"key":"Direction","value":"Asc"}],"variable":[]}},"response":[{"id":"64881fba-151d-4878-8443-79d0d5f75598","name":"OK - Successful","originalRequest":{"method":"GET","header":[{"key":"Authorization","value":"bearer {token}","description":"Authorization header"},{"key":"request-reference","value":"{unique_reference}","description":"Unique request reference"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"","options":{"raw":{"language":"json"}}},"url":{"raw":"{{baseurl}}/api/Report/v1/RequestCustomerAccountHistoryReport?AccountNumber=1000002992&PostingReferenceNumber=4945858&InstrumentNumber=0002&EntryCode=100&BatchCode=001&FinancialDateFrom=2022-01-01&FinancialDateTo=2022-03-09&StartDate=2022-01-01&EndDate=2022-03-09&PageNumber=1&PageSize=10&SortColumn=StartDate&Direction=Asc","host":["{{baseurl}}"],"path":["api","Report","v1","RequestCustomerAccountHistoryReport"],"query":[{"key":"AccountNumber","value":"1000002992"},{"key":"PostingReferenceNumber","value":"4945858"},{"key":"InstrumentNumber","value":"0002"},{"key":"EntryCode","value":"100"},{"key":"BatchCode","value":"001"},{"key":"FinancialDateFrom","value":"2022-01-01"},{"key":"FinancialDateTo","value":"2022-03-09"},{"key":"StartDate","value":"2022-01-01"},{"key":"EndDate","value":"2022-03-09"},{"key":"PageNumber","value":"1"},{"key":"PageSize","value":"10"},{"key":"SortColumn","value":"StartDate"},{"key":"Direction","value":"Asc"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":null,"cookie":[],"responseTime":null,"body":"{\n  \"status\": true,\n  \"message\": \"string\",\n  \"data\": {\n    \"data\": [\n      {\n        \"financialDate\": \"string\",\n        \"transactionDate\": \"2023-01-29T15:13:21.626Z\",\n        \"accountNumber\": \"string\",\n        \"accountName\": \"string\",\n        \"branch\": \"string\",\n        \"postedBy\": \"string\",\n        \"approvedBy\": \"string\",\n        \"postingReferenceNumber\": \"string\",\n        \"debit\": \"string\",\n        \"credit\": \"string\",\n        \"narration\": \"string\",\n        \"entryCode\": \"string\",\n        \"instrumentNumber\": \"string\",\n        \"balance\": \"string\",\n        \"accessLevel\": 0\n      }\n    ],\n    \"recordCount\": 0\n  }\n}"},{"id":"d75e2b00-64c8-4510-a333-a13dda1bbcbe","name":"Server Error","originalRequest":{"method":"GET","header":[{"key":"Authorization","value":"bearer {token}","description":"Authorization header"},{"key":"request-reference","value":"{unique_reference}","description":"Unique request reference"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"","options":{"raw":{"language":"json"}}},"url":{"raw":"{{baseurl}}/api/Report/v1/RequestCustomerAccountHistoryReport?AccountNumber=1000002992&PostingReferenceNumber=4945858&InstrumentNumber=0002&EntryCode=100&BatchCode=001&FinancialDateFrom=2022-01-01&FinancialDateTo=2022-03-09&StartDate=2022-01-01&EndDate=2022-03-09&PageNumber=1&PageSize=10&SortColumn=StartDate&Direction=Asc","host":["{{baseurl}}"],"path":["api","Report","v1","RequestCustomerAccountHistoryReport"],"query":[{"key":"AccountNumber","value":"1000002992"},{"key":"PostingReferenceNumber","value":"4945858"},{"key":"InstrumentNumber","value":"0002"},{"key":"EntryCode","value":"100"},{"key":"BatchCode","value":"001"},{"key":"FinancialDateFrom","value":"2022-01-01"},{"key":"FinancialDateTo","value":"2022-03-09"},{"key":"StartDate","value":"2022-01-01"},{"key":"EndDate","value":"2022-03-09"},{"key":"PageNumber","value":"1"},{"key":"PageSize","value":"10"},{"key":"SortColumn","value":"StartDate"},{"key":"Direction","value":"Asc"}]}},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":null,"cookie":[],"responseTime":null,"body":"{\n  \"errors\": [\n    {\n      \"statusCode\": 0,\n      \"errorCode\": \"string\",\n      \"errorMessage\": \"string\"\n    }\n  ]\n}"}],"_postman_id":"3bb64023-b3b5-441d-a4d4-6f2bcb6e6ae4"},{"name":"Transaction CallOver","id":"99649ea1-b787-4103-a1ae-61fb81aeeaa0","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"key":"Authorization","value":"bearer ","type":"text"},{"key":"request-reference","value":"","type":"text"}],"body":{"mode":"raw","raw":""},"url":"{{baseurl}}/api/Report/v1/GetTransactionCallOverReport?ReferenceNumber=2107060041&InstrumentNumber=2023032907037637","description":"<p>Gets All In-Branch Transactions (Excludes channels and End of Day transactions)</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[]},"isInherited":true,"source":{"_postman_id":"a0684267-d858-48f5-9ab4-94ad92893fc7","id":"a0684267-d858-48f5-9ab4-94ad92893fc7","name":"Reports","type":"folder"}},"urlObject":{"path":["api","Report","v1","GetTransactionCallOverReport"],"host":["{{baseurl}}"],"query":[{"key":"ReferenceNumber","value":"2107060041"},{"key":"InstrumentNumber","value":"2023032907037637"}],"variable":[]}},"response":[{"id":"cd1b5fb1-ce2a-467f-997d-839020c435fb","name":"OK - Successful","originalRequest":{"method":"GET","header":[{"key":"Authorization","value":"bearer {token}","description":"Authorization header"},{"key":"request-reference","value":"{unique_reference}","description":"Unique request reference"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"","options":{"raw":{"language":"json"}}},"url":{"raw":"{{baseurl}}/api/Report/v1/GetTransactionCallOverReport?AccountNumber=1000002992&PostingReferenceNumber=4945858&InstrumentNumber=0002&EntryCode=100&BatchCode=001&FinancialDateFrom=2022-01-01&FinancialDateTo=2022-03-09&StartDate=2022-01-01&EndDate=2022-03-09&PageNumber=1&PageSize=10&SortColum=StartDate&Direction=asc","host":["{{baseurl}}"],"path":["api","Report","v1","GetTransactionCallOverReport"],"query":[{"key":"AccountNumber","value":"1000002992"},{"key":"PostingReferenceNumber","value":"4945858"},{"key":"InstrumentNumber","value":"0002"},{"key":"EntryCode","value":"100"},{"key":"BatchCode","value":"001"},{"key":"FinancialDateFrom","value":"2022-01-01"},{"key":"FinancialDateTo","value":"2022-03-09"},{"key":"StartDate","value":"2022-01-01"},{"key":"EndDate","value":"2022-03-09"},{"key":"PageNumber","value":"1"},{"key":"PageSize","value":"10"},{"key":"SortColum","value":"StartDate"},{"key":"Direction","value":"asc"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":null,"cookie":[],"responseTime":null,"body":"{\n  \"status\": true,\n  \"message\": \"string\",\n  \"data\": {\n    \"attachment\": \"string\",\n    \"fileName\": \"string\",\n    \"contentType\": \"string\"\n  }\n}"},{"id":"53c2a947-eff5-4fb3-b005-72df3c442692","name":"Server Error","originalRequest":{"method":"GET","header":[{"key":"Authorization","value":"bearer {token}","description":"Authorization header"},{"key":"request-reference","value":"{unique_reference}","description":"Unique request reference"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"","options":{"raw":{"language":"json"}}},"url":{"raw":"{{baseurl}}/api/Report/v1/GetTransactionCallOverReport?AccountNumber=1000002992&PostingReferenceNumber=4945858&InstrumentNumber=0002&EntryCode=100&BatchCode=001&FinancialDateFrom=2022-01-01&FinancialDateTo=2022-03-09&StartDate=2022-01-01&EndDate=2022-03-09&PageNumber=1&PageSize=10&SortColum=StartDate&Direction=asc","host":["{{baseurl}}"],"path":["api","Report","v1","GetTransactionCallOverReport"],"query":[{"key":"AccountNumber","value":"1000002992"},{"key":"PostingReferenceNumber","value":"4945858"},{"key":"InstrumentNumber","value":"0002"},{"key":"EntryCode","value":"100"},{"key":"BatchCode","value":"001"},{"key":"FinancialDateFrom","value":"2022-01-01"},{"key":"FinancialDateTo","value":"2022-03-09"},{"key":"StartDate","value":"2022-01-01"},{"key":"EndDate","value":"2022-03-09"},{"key":"PageNumber","value":"1"},{"key":"PageSize","value":"10"},{"key":"SortColum","value":"StartDate"},{"key":"Direction","value":"asc"}]}},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":null,"cookie":[],"responseTime":null,"body":"{\n  \"errors\": [\n    {\n      \"statusCode\": 0,\n      \"errorCode\": \"string\",\n      \"errorMessage\": \"string\"\n    }\n  ]\n}"}],"_postman_id":"99649ea1-b787-4103-a1ae-61fb81aeeaa0"},{"name":"Loan Expectation","id":"15a438c1-7736-4bfb-830d-0148844b5845","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"key":"Authorization","value":"bearer ","type":"text"},{"key":"request-reference","value":"","type":"text"}],"body":{"mode":"raw","raw":""},"url":"{{baseurl}}/api/Report/v1/GetLoanExpectationReport","description":"<p>Gets the loan expectation report</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[]},"isInherited":true,"source":{"_postman_id":"a0684267-d858-48f5-9ab4-94ad92893fc7","id":"a0684267-d858-48f5-9ab4-94ad92893fc7","name":"Reports","type":"folder"}},"urlObject":{"path":["api","Report","v1","GetLoanExpectationReport"],"host":["{{baseurl}}"],"query":[{"disabled":true,"key":"AccountNumber","value":"1000003305000021850"},{"disabled":true,"key":"BranchCode","value":"001"},{"disabled":true,"key":"AccountOfficerCode","value":"009"},{"disabled":true,"key":"ProductCode","value":"001"},{"disabled":true,"key":"StartDate","value":"2022-01-01"},{"disabled":true,"key":"EndDate","value":"2022-05-09"},{"disabled":true,"key":"PageNumber","value":"1"},{"disabled":true,"key":"PageSize","value":"10"},{"disabled":true,"key":"SortColumn","value":"StartDate"},{"disabled":true,"key":"Direction","value":"asc"},{"disabled":true,"key":"ExcludeClosedAccounts","value":null},{"disabled":true,"key":"ExcludeFullyPaidInstallments","value":null},{"disabled":true,"key":"RepaymentStatus","value":null}],"variable":[]}},"response":[{"id":"64e6d06d-a5ae-4498-ab2f-84296c5aa4cd","name":"OK - Successful","originalRequest":{"method":"GET","header":[{"key":"Authorization","value":"bearer {token}","description":"Authorization header"},{"key":"request-reference","value":"{unique_reference}","description":"Unique request reference"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"","options":{"raw":{"language":"json"}}},"url":{"raw":"https://openapi-dev.udara360.io/api/Report/v1/GetLoanExpectationReport?AccountNumber=1000002993&BranchCode=001&AccountOfficerCode=009&ProductCode=001&StartDate=2022-01-01&EndDate=2022-05-09&PageNumber=1&PageSize=10&SortColumn=StartDate&Direction=asc&RepaymentStatus&ExcludeFullyPaidInstallments=false&ExcludeClosedAccounts=true","protocol":"https","host":["openapi-dev","udara360","io"],"path":["api","Report","v1","GetLoanExpectationReport"],"query":[{"key":"AccountNumber","value":"1000002993"},{"key":"BranchCode","value":"001"},{"key":"AccountOfficerCode","value":"009"},{"key":"ProductCode","value":"001"},{"key":"StartDate","value":"2022-01-01"},{"key":"EndDate","value":"2022-05-09"},{"key":"PageNumber","value":"1"},{"key":"PageSize","value":"10"},{"key":"SortColumn","value":"StartDate"},{"key":"Direction","value":"asc"},{"key":"RepaymentStatus","value":null,"description":"FullyPaid = 1, PartiallyPaid = 2, DueAndUnpaid = 3, NotYetDue = 4"},{"key":"ExcludeFullyPaidInstallments","value":"false"},{"key":"ExcludeClosedAccounts","value":"true"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":null,"cookie":[],"responseTime":null,"body":"{\n  \"status\": true,\n  \"message\": \"string\",\n  \"data\": {\n    \"data\": [\n      {\n        \"sn\": 0,\n        \"accountName\": \"string\",\n        \"accountNumber\": \"string\",\n        \"product\": \"string\",\n        \"branch\": \"string\",\n        \"phoneNumber\": \"string\",\n        \"employeeID\": \"string\",\n        \"dueDate\": \"2025-03-04T11:29:26.198Z\",\n        \"principal\": 0,\n        \"interest\": 0,\n        \"fee\": 0,\n        \"total\": 0,\n        \"accountOfficer\": \"string\",\n        \"repaymentStatus\": \"string\"\n      }\n    ],\n    \"recordCount\": 0\n  }\n}"},{"id":"4658a35d-b37f-477b-a963-41bc083347f4","name":"Server Error","originalRequest":{"method":"GET","header":[{"key":"Authorization","value":"bearer {token}","description":"Authorization header"},{"key":"request-reference","value":"{unique_reference}","description":"Unique request reference"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"","options":{"raw":{"language":"json"}}},"url":{"raw":"https://openapi-dev.udara360.io/api/Report/v1/GetLoanExpectationReport?AccountNumber=1000002993&BranchCode=001&AccountOfficerCode=009&ProductCode=001&StartDate=2022-01-01&EndDate=2022-05-09&PageNumber=1&PageSize=10&SortColumn=StartDate&Direction=asc&RepaymentStatus&ExcludeFullyPaidInstallments=false&ExcludeClosedAccounts=true","protocol":"https","host":["openapi-dev","udara360","io"],"path":["api","Report","v1","GetLoanExpectationReport"],"query":[{"key":"AccountNumber","value":"1000002993"},{"key":"BranchCode","value":"001"},{"key":"AccountOfficerCode","value":"009"},{"key":"ProductCode","value":"001"},{"key":"StartDate","value":"2022-01-01"},{"key":"EndDate","value":"2022-05-09"},{"key":"PageNumber","value":"1"},{"key":"PageSize","value":"10"},{"key":"SortColumn","value":"StartDate"},{"key":"Direction","value":"asc"},{"key":"RepaymentStatus","value":null,"description":"FullyPaid = 1, PartiallyPaid = 2, DueAndUnpaid = 3, NotYetDue = 4","type":"text"},{"key":"ExcludeFullyPaidInstallments","value":"false","type":"text"},{"key":"ExcludeClosedAccounts","value":"true","type":"text"}]}},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":null,"cookie":[],"responseTime":null,"body":"{\n  \"errors\": [\n    {\n      \"statusCode\": 0,\n      \"errorCode\": \"string\",\n      \"errorMessage\": \"string\"\n    }\n  ]\n}"}],"_postman_id":"15a438c1-7736-4bfb-830d-0148844b5845"},{"name":"Loan Tracking Report","id":"0998494b-1994-4c07-b8df-6f0ca8461211","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"{{baseUrl}}/api/Report/v{{version}}/GetLoanTrackingReport?UseCurrentFinancialDate=true&LoanAccountNumber=1000003305000072273&BranchCode=001&ProductCode=001&EmployeeID=001&AccountOfficerStaffID=110&PageNumber=1&PageSize=10","description":"<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th></th>\n<th></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td></td>\n<td></td>\n</tr>\n</tbody>\n</table>\n</div>","auth":{"type":"bearer","bearer":{"basicConfig":[]},"isInherited":true,"source":{"_postman_id":"a0684267-d858-48f5-9ab4-94ad92893fc7","id":"a0684267-d858-48f5-9ab4-94ad92893fc7","name":"Reports","type":"folder"}},"urlObject":{"path":["api","Report","v{{version}}","GetLoanTrackingReport"],"host":["{{baseUrl}}"],"query":[{"description":{"content":"<p>If this is set to false, you will be required to pass the FinancialDate</p>\n","type":"text/plain"},"key":"UseCurrentFinancialDate","value":"true"},{"disabled":true,"key":"FinancialDate","value":"2022-05-16"},{"key":"LoanAccountNumber","value":"1000003305000072273"},{"key":"BranchCode","value":"001"},{"key":"ProductCode","value":"001"},{"key":"EmployeeID","value":"001"},{"key":"AccountOfficerStaffID","value":"110"},{"key":"PageNumber","value":"1"},{"key":"PageSize","value":"10"}],"variable":[]}},"response":[{"id":"22865fb0-7500-4cef-a88e-9e32e7dc02f7","name":"OK - Successful","originalRequest":{"method":"GET","header":[]},"_postman_previewlanguage":null,"header":null,"cookie":[],"responseTime":null,"body":null},{"id":"6fbfc4f1-3324-4fe7-baf0-5c0dc22cdafe","name":"Server Error","originalRequest":{"method":"GET","header":[{"key":"Authorization","value":"bearer {token}","description":"Authorization header"},{"key":"request-reference","value":"{unique_reference}","description":"Unique request reference"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"","options":{"raw":{"language":"json"}}},"url":{"raw":"https://openapi-dev.udara360.io/api/Report/v1/GetLoanExpectationReport?AccountNumber=1000002993&BranchCode=001&AccountOfficerCode=009&ProductCode=001&StartDate=2022-01-01&EndDate=2022-05-09&PageNumber=1&PageSize=10&SortColumn=StartDate&Direction=asc","protocol":"https","host":["openapi-dev","udara360","io"],"path":["api","Report","v1","GetLoanExpectationReport"],"query":[{"key":"AccountNumber","value":"1000002993"},{"key":"BranchCode","value":"001"},{"key":"AccountOfficerCode","value":"009"},{"key":"ProductCode","value":"001"},{"key":"StartDate","value":"2022-01-01"},{"key":"EndDate","value":"2022-05-09"},{"key":"PageNumber","value":"1"},{"key":"PageSize","value":"10"},{"key":"SortColumn","value":"StartDate"},{"key":"Direction","value":"asc"}]}},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":null,"cookie":[],"responseTime":null,"body":"{\n  \"errors\": [\n    {\n      \"statusCode\": 0,\n      \"errorCode\": \"string\",\n      \"errorMessage\": \"string\"\n    }\n  ]\n}"}],"_postman_id":"0998494b-1994-4c07-b8df-6f0ca8461211"},{"name":"Savings Accrual Report","id":"1e8d1e54-2905-4863-a4d7-194a698f541c","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"{{baseUrl}}/api/Report/v{{version}}/GetSavingsAccrualHistory?PageNumber=1&AccountNumber=1301005489&FinancialDateFrom=2023-06-01&PageSize=10&FinancialDateTo=2025-06-23","description":"<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th></th>\n<th></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td></td>\n<td></td>\n</tr>\n</tbody>\n</table>\n</div>","auth":{"type":"bearer","bearer":{"basicConfig":[]},"isInherited":true,"source":{"_postman_id":"a0684267-d858-48f5-9ab4-94ad92893fc7","id":"a0684267-d858-48f5-9ab4-94ad92893fc7","name":"Reports","type":"folder"}},"urlObject":{"path":["api","Report","v{{version}}","GetSavingsAccrualHistory"],"host":["{{baseUrl}}"],"query":[{"key":"PageNumber","value":"1"},{"key":"AccountNumber","value":"1301005489"},{"key":"FinancialDateFrom","value":"2023-06-01"},{"key":"PageSize","value":"10"},{"key":"FinancialDateTo","value":"2025-06-23"}],"variable":[]}},"response":[{"id":"a2c1428e-580d-481f-bd45-c1c8e8b449ef","name":"OK - Successful","originalRequest":{"method":"GET","header":[],"url":{"raw":"{{baseUrl}}/api/Report/v{{version}}/GetSavingsAccrualHistory?AccountNumber=1301005489&FinancialDateFrom=2023-06-01&FinancialDateTo=2025-06-23&PageNumber=1&PageSize=10","host":["{{baseUrl}}"],"path":["api","Report","v{{version}}","GetSavingsAccrualHistory"],"query":[{"key":"AccountNumber","value":"1301005489"},{"key":"FinancialDateFrom","value":"2023-06-01"},{"key":"FinancialDateTo","value":"2025-06-23"},{"key":"PageNumber","value":"1"},{"key":"PageSize","value":"10"}]}},"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n  \"status\": true,\n  \"message\": \"string\",\n  \"data\": {\n    \"data\": [\n      {\n        \"accountNumber\": \"string\",\n        \"referenceNumber\": \"string\",\n        \"productCode\": \"string\",\n        \"product\": \"string\",\n        \"branchCode\": \"string\",\n        \"branch\": \"string\",\n        \"amount\": 0,\n        \"financialDate\": \"2025-01-22T23:36:16.938Z\"\n      }\n    ],\n    \"recordCount\": 0\n  }\n}"},{"id":"c2dff5cf-cfe7-466f-8ad3-ece1f575e13e","name":"Server Error","originalRequest":{"method":"GET","header":[{"key":"Authorization","value":"bearer {token}","description":"Authorization header"},{"key":"request-reference","value":"{unique_reference}","description":"Unique request reference"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"","options":{"raw":{"language":"json"}}},"url":{"raw":"{{baseUrl}}/api/Report/v{{version}}/GetSavingsAccrualHistory?PageNumber=1&PageSize=10&AccountNumber=1301005489&FinancialDateFrom=2023-06-01&FinancialDateTo=2025-06-23","host":["{{baseUrl}}"],"path":["api","Report","v{{version}}","GetSavingsAccrualHistory"],"query":[{"key":"PageNumber","value":"1"},{"key":"PageSize","value":"10"},{"key":"AccountNumber","value":"1301005489"},{"key":"FinancialDateFrom","value":"2023-06-01"},{"key":"FinancialDateTo","value":"2025-06-23"}]}},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":null,"cookie":[],"responseTime":null,"body":"{\n  \"errors\": [\n    {\n      \"statusCode\": 0,\n      \"errorCode\": \"string\",\n      \"errorMessage\": \"string\"\n    }\n  ]\n}"}],"_postman_id":"1e8d1e54-2905-4863-a4d7-194a698f541c"}],"id":"a0684267-d858-48f5-9ab4-94ad92893fc7","auth":{"type":"bearer","bearer":{"basicConfig":[]},"isInherited":false},"event":[{"listen":"prerequest","script":{"id":"ebc9a547-88aa-4b30-aa16-471fabe322fb","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"8a23529b-d7f5-48d2-945f-2ebdf4fa1510","type":"text/javascript","exec":[""]}}],"_postman_id":"a0684267-d858-48f5-9ab4-94ad92893fc7","description":""},{"name":"Product","item":[{"name":"Search","id":"5ac3eebc-b0d3-4449-aec8-2074e3504d89","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"{{baseUrl}}/api/Product/v{{version}}/SearchProducts?Code=<integer>&Type=<string>&Category=<string>&Status=<string>&StartDate=<dateTime>&EndDate=<dateTime>&PageNumber=<integer>&PageSize=<integer>&SortColumn=<string>&Direction=<string>","urlObject":{"path":["api","Product","v{{version}}","SearchProducts"],"host":["{{baseUrl}}"],"query":[{"key":"Code","value":"<integer>"},{"key":"Type","value":"<string>"},{"key":"Category","value":"<string>"},{"key":"Status","value":"<string>"},{"key":"StartDate","value":"<dateTime>"},{"key":"EndDate","value":"<dateTime>"},{"key":"PageNumber","value":"<integer>"},{"key":"PageSize","value":"<integer>"},{"key":"SortColumn","value":"<string>"},{"key":"Direction","value":"<string>"}],"variable":[]}},"response":[{"id":"98b0d968-21b6-45b5-8952-a5ad3b5b759b","name":"OK - Success","originalRequest":{"method":"GET","header":[],"url":{"raw":"{{baseUrl}}/api/Product/v1/SearchProducts?PageNumber=1&PageSize=2","host":["{{baseUrl}}"],"path":["api","Product","v1","SearchProducts"],"query":[{"key":"PageNumber","value":"1"},{"key":"PageSize","value":"2"}]}},"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": {\n        \"data\": [\n            {\n                \"id\": \"ab0479e7-fa58-4dce-8cba-6f21d2e568f6\",\n                \"dateCreated\": \"2024-02-29T13:19:40.46\",\n                \"code\": 111,\n                \"name\": \"School Loan\",\n                \"status\": \"Active\",\n                \"type\": \"Loan\",\n                \"category\": \"MicroLoan\",\n                \"currency\": null,\n                \"currencyCode\": null,\n                \"accountNumberPrefix\": null,\n                \"overdraftAccountNumber\": null,\n                \"interestPayableAccountNumber\": null,\n                \"interestExpenseAccountNumber\": null,\n                \"interestReceivableAccountNumber\": \"10633005\",\n                \"dueAndUnpaidOverdraftAccountNumber\": null,\n                \"interestSuspenseAccountNumber\": \"20414004\",\n                \"overdraftFeeIncomeAccountNumber\": null,\n                \"overdraftInterestIncomeAccountNumber\": null,\n                \"principalDueAndUnpaidAccountNumber\": \"10525003\",\n                \"interestDueAndUnpaidAccountNumber\": \"10523005\",\n                \"interestIncomeAccountNumber\": \"40304004\",\n                \"specificLoanLossAccountNumber\": \"20309003\",\n                \"generalLoanLossAccountNumber\": \"20308003\",\n                \"unpaidLoanFeeAccountNumber\": null,\n                \"suspendedLoanFeeAccountNumber\": null,\n                \"unpaidLoanPenaltyAccountNumber\": \"\",\n                \"suspendedLoanPenaltyAccountNumber\": \"\",\n                \"penaltyIncomeAccountNumber\": null,\n                \"vaTaccountNumber\": null,\n                \"whTaccountNumber\": null,\n                \"applyFee\": null,\n                \"feeCode\": null,\n                \"feeID\": null,\n                \"applyCreditInterest\": null,\n                \"interestCode\": null,\n                \"interestID\": null,\n                \"minimumBalance\": null,\n                \"maximumBalance\": null,\n                \"noOfDaysToDormancy\": null,\n                \"noOfDaysToInactive\": null,\n                \"coTfeeIncomeAccountNumber\": null,\n                \"dueAndUnpaidFeeAccountNumber\": null,\n                \"suspendedFeeAccountNumber\": null,\n                \"chargeForAccountOpening\": null,\n                \"accountOpeningFeeIncomeAccountNumber\": null,\n                \"accountOpeningCharge\": null,\n                \"accountOpeningNarration\": null,\n                \"chargeForAccountMaintenance\": null,\n                \"maintenanceFeeID\": null,\n                \"accountMaintenanceFeeIncomeAccountNumber\": null,\n                \"dueAndUnpaidMaintenanceFeeIncomeAccountNumber\": null,\n                \"suspendedMaintenanceFeeIncomeAccountNumber\": null,\n                \"minimumMaintenanceBalance\": null,\n                \"maintenanceOnActiveAccountsOnly\": null,\n                \"chargeForSMSNotification\": null,\n                \"smsChargePerNotification\": null,\n                \"smsFeeIncomeAccountNumber\": null,\n                \"waiveSMSChargeForStaffAccount\": null,\n                \"minimumAccountBalanceToStopSendingSMS\": null,\n                \"minimumTransactionAmountToSkipSMS\": null,\n                \"partLiquidationCharge\": null,\n                \"interestRate\": 0,\n                \"defaultTenure\": 0,\n                \"loanSize\": \"Limited\",\n                \"minimumLoanAmount\": 100,\n                \"maximumLoanAmount\": 300,\n                \"applySecurityDeposit\": false,\n                \"holdFundSecurityDeposit\": false,\n                \"securityDepositType\": null,\n                \"securityDepositCharge\": null,\n                \"gracePeriod\": null,\n                \"tenure\": null,\n                \"principalRepaymentType\": \"EndOfContract\",\n                \"principalToBeRepaidEvery\": 1,\n                \"principalInstallment\": 12,\n                \"principalFrequency\": \"Monthly\",\n                \"interestRepaymentType\": \"EndOfContract\",\n                \"interestFrequency\": \"Monthly\",\n                \"interestToBeRepaidEvery\": 1,\n                \"interestInstallment\": 12,\n                \"interestAccrualMode\": \"Fixed\",\n                \"applyDefaultingLoanInterest\": false,\n                \"defaultingLoanInterestChargeDuration\": null,\n                \"defaultingInterestPercentage\": null,\n                \"discontinueDefaultLoanInterestChargeInDays\": null,\n                \"gracePeriodToStartDefaultInDays\": 2,\n                \"unpaidDefaultLoanInterestAccount\": \"10635006\",\n                \"suspendedDefaultLoanInterestAccount\": \"20422003\",\n                \"defaultLoanInterestIncomeAccount\": \"40304004\",\n                \"applyLoanFees\": false,\n                \"applyPenalty\": false,\n                \"penaltyCode\": null,\n                \"penaltyGracePeriod\": null,\n                \"penaltyChargeDuration\": null,\n                \"periodToDiscontinuePenalty\": null,\n                \"allowMultipleActiveLoansPerAccount\": false,\n                \"allowMoratorium\": \"False\",\n                \"moratoriumEffect\": null,\n                \"moratoriumDuration\": 0,\n                \"moratoriumFrequency\": null,\n                \"repaymentOptionForDailyAndWeeklyHoliday\": \"MoveScheduleFoward\",\n                \"repaymentOptionForOtherFrequencyHoliday\": \"MoveScheduleFoward\",\n                \"enableRepaymentTracker\": false,\n                \"repaymentTrackerInDays\": null,\n                \"allowDisbursementsToGL\": false\n            },\n            {\n                \"id\": \"e760e9c8-359c-4900-bd53-08987b7d9e3e\",\n                \"dateCreated\": \"2024-02-28T16:48:49.63\",\n                \"code\": 100,\n                \"name\": \"Bella-Interest Receivable Account\",\n                \"status\": \"Active\",\n                \"type\": \"Loan\",\n                \"category\": \"SmallAndMediumLoans\",\n                \"currency\": null,\n                \"currencyCode\": null,\n                \"accountNumberPrefix\": null,\n                \"overdraftAccountNumber\": null,\n                \"interestPayableAccountNumber\": null,\n                \"interestExpenseAccountNumber\": null,\n                \"interestReceivableAccountNumber\": \"10633004\",\n                \"dueAndUnpaidOverdraftAccountNumber\": null,\n                \"interestSuspenseAccountNumber\": \"20414002\",\n                \"overdraftFeeIncomeAccountNumber\": null,\n                \"overdraftInterestIncomeAccountNumber\": null,\n                \"principalDueAndUnpaidAccountNumber\": \"10527001\",\n                \"interestDueAndUnpaidAccountNumber\": \"10523004\",\n                \"interestIncomeAccountNumber\": \"40304003\",\n                \"specificLoanLossAccountNumber\": \"20309002\",\n                \"generalLoanLossAccountNumber\": \"20308002\",\n                \"unpaidLoanFeeAccountNumber\": null,\n                \"suspendedLoanFeeAccountNumber\": null,\n                \"unpaidLoanPenaltyAccountNumber\": \"\",\n                \"suspendedLoanPenaltyAccountNumber\": \"\",\n                \"penaltyIncomeAccountNumber\": null,\n                \"vaTaccountNumber\": null,\n                \"whTaccountNumber\": null,\n                \"applyFee\": null,\n                \"feeCode\": null,\n                \"feeID\": null,\n                \"applyCreditInterest\": null,\n                \"interestCode\": null,\n                \"interestID\": null,\n                \"minimumBalance\": null,\n                \"maximumBalance\": null,\n                \"noOfDaysToDormancy\": null,\n                \"noOfDaysToInactive\": null,\n                \"coTfeeIncomeAccountNumber\": null,\n                \"dueAndUnpaidFeeAccountNumber\": null,\n                \"suspendedFeeAccountNumber\": null,\n                \"chargeForAccountOpening\": null,\n                \"accountOpeningFeeIncomeAccountNumber\": null,\n                \"accountOpeningCharge\": null,\n                \"accountOpeningNarration\": null,\n                \"chargeForAccountMaintenance\": null,\n                \"maintenanceFeeID\": null,\n                \"accountMaintenanceFeeIncomeAccountNumber\": null,\n                \"dueAndUnpaidMaintenanceFeeIncomeAccountNumber\": null,\n                \"suspendedMaintenanceFeeIncomeAccountNumber\": null,\n                \"minimumMaintenanceBalance\": null,\n                \"maintenanceOnActiveAccountsOnly\": null,\n                \"chargeForSMSNotification\": null,\n                \"smsChargePerNotification\": null,\n                \"smsFeeIncomeAccountNumber\": null,\n                \"waiveSMSChargeForStaffAccount\": null,\n                \"minimumAccountBalanceToStopSendingSMS\": null,\n                \"minimumTransactionAmountToSkipSMS\": null,\n                \"partLiquidationCharge\": null,\n                \"interestRate\": 0,\n                \"defaultTenure\": 0,\n                \"loanSize\": \"Limited\",\n                \"minimumLoanAmount\": 1000,\n                \"maximumLoanAmount\": 2000,\n                \"applySecurityDeposit\": false,\n                \"holdFundSecurityDeposit\": false,\n                \"securityDepositType\": null,\n                \"securityDepositCharge\": null,\n                \"gracePeriod\": null,\n                \"tenure\": null,\n                \"principalRepaymentType\": \"EndOfContract\",\n                \"principalToBeRepaidEvery\": 1,\n                \"principalInstallment\": 12,\n                \"principalFrequency\": \"Monthly\",\n                \"interestRepaymentType\": \"EndOfContract\",\n                \"interestFrequency\": \"Monthly\",\n                \"interestToBeRepaidEvery\": 1,\n                \"interestInstallment\": 12,\n                \"interestAccrualMode\": \"Fixed\",\n                \"applyDefaultingLoanInterest\": false,\n                \"defaultingLoanInterestChargeDuration\": null,\n                \"defaultingInterestPercentage\": null,\n                \"discontinueDefaultLoanInterestChargeInDays\": null,\n                \"gracePeriodToStartDefaultInDays\": 2,\n                \"unpaidDefaultLoanInterestAccount\": \"10635006\",\n                \"suspendedDefaultLoanInterestAccount\": \"20422002\",\n                \"defaultLoanInterestIncomeAccount\": \"40102013\",\n                \"applyLoanFees\": false,\n                \"applyPenalty\": false,\n                \"penaltyCode\": null,\n                \"penaltyGracePeriod\": null,\n                \"penaltyChargeDuration\": null,\n                \"periodToDiscontinuePenalty\": null,\n                \"allowMultipleActiveLoansPerAccount\": false,\n                \"allowMoratorium\": \"InterestOnly\",\n                \"moratoriumEffect\": \"IncreaseTotalLoanDuration\",\n                \"moratoriumDuration\": 365,\n                \"moratoriumFrequency\": \"Monthly\",\n                \"repaymentOptionForDailyAndWeeklyHoliday\": \"DoNotMoveSchedule\",\n                \"repaymentOptionForOtherFrequencyHoliday\": \"DoNotMoveSchedule\",\n                \"enableRepaymentTracker\": false,\n                \"repaymentTrackerInDays\": null,\n                \"allowDisbursementsToGL\": false\n            }\n        ],\n        \"recordCount\": 33\n    },\n    \"status\": true,\n    \"message\": \"Request successful\"\n}"},{"id":"b9aaf2f1-2cad-4af5-9f63-9c3d7ffcf710","name":"Server Error","originalRequest":{"method":"GET","header":[],"url":{"raw":"{{baseUrl}}/api/Product/v1/SearchProducts?Cod=123","host":["{{baseUrl}}"],"path":["api","Product","v1","SearchProducts"],"query":[{"key":"Type","value":"<string>","disabled":true},{"key":"Category","value":"<string>","disabled":true},{"key":"Status","value":"<string>","disabled":true},{"key":"StartDate","value":"<dateTime>","disabled":true},{"key":"EndDate","value":"<dateTime>","disabled":true},{"key":"PageNumber","value":"<integer>","disabled":true},{"key":"PageSize","value":"<integer>","disabled":true},{"key":"SortColumn","value":"<string>","disabled":true},{"key":"Direction","value":"<string>","disabled":true},{"key":"Cod","value":"123"}]}},"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"errors\": [\n        {\n            \"statusCode\": 0,\n            \"errorCode\": \"string\",\n            \"errorMessage\": \"string\"\n        }\n    ]\n}"}],"_postman_id":"5ac3eebc-b0d3-4449-aec8-2074e3504d89"}],"id":"cb7d6940-fcc4-41be-b46e-ea55fdaa5367","_postman_id":"cb7d6940-fcc4-41be-b46e-ea55fdaa5367","description":""},{"name":"Limit","item":[{"name":"Account","item":[{"name":"Add Or Update Account Transfer Limit","id":"3828630d-acab-4ed5-8993-cf17b76e158f","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\r\n  \"accountNumber\": \"<string>\",\r\n  \"userSingleTransactionLimit\": \"<long>\",\r\n  \"userDailyTransactionLimit\": \"<long>\"\r\n}","options":{"raw":{"language":"json"}}},"url":"{{baseUrl}}api/Limit/v{{version}}/AddUpdateAccountLimit","description":"<p>This creates an account limit record for an account if nothing custom exists. If a record exists for the account, an update will be carried out on the account's limit record.  </p>\n<p>This limit applies to transfers only.</p>\n","urlObject":{"path":["Limit","v{{version}}","AddUpdateAccountLimit"],"host":["{{baseUrl}}api"],"query":[],"variable":[]}},"response":[{"id":"45315b61-8a5c-40ce-8101-f8776c26e2fe","name":"Add Or Update Account Transfer Limit","originalRequest":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\r\n  \"accountNumber\": \"1101005562\",\r\n  \"userSingleTransactionLimit\": 16000000,\r\n  \"userDailyTransactionLimit\": 76000000\r\n}","options":{"raw":{"language":"json"}}},"url":"{{baseUrl}}api/Limit/v{{version}}/AddUpdateAccountLimit"},"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": true,\n    \"status\": true,\n    \"message\": \"Request successful\"\n}"},{"id":"342a45db-f177-40e5-b188-ba2de5f827ee","name":"Server Error","originalRequest":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\r\n  \"accountNumber\": \"3401005562\",\r\n  \"userSingleTransactionLimit\": 16000000,\r\n  \"userDailyTransactionLimit\": 76000000\r\n}","options":{"raw":{"language":"json"}}},"url":"{{baseUrl}}api/Limit/v{{version}}/AddUpdateAccountLimit"},"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"errors\": [\n        {\n            \"statusCode\": 400,\n            \"errorCode\": \"CP-ER25\",\n            \"errorMessage\": \"Account not found.\"\n        }\n    ]\n}"}],"_postman_id":"3828630d-acab-4ed5-8993-cf17b76e158f"},{"name":"Get Account Transfer Limit","id":"3d595da3-672b-458a-9ec8-5c27a3f122d1","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"body":{"mode":"raw","raw":"","options":{"raw":{"language":"json"}}},"url":"{{baseUrl}}api/Limit/v{{version}}/GetAccountLimit?accountNumber=1101005562","description":"<p>This returns the transfer limit tied to the account supplied.</p>\n<p>_See comments in response payload.  </p>\n<p>_This limit applies to transfers only.</p>\n","urlObject":{"path":["Limit","v{{version}}","GetAccountLimit"],"host":["{{baseUrl}}api"],"query":[{"key":"accountNumber","value":"1101005562"}],"variable":[]}},"response":[{"id":"b3f66f1b-5ccd-4b7f-aa68-6a178c53e169","name":"OK - Success","originalRequest":{"method":"GET","header":[],"url":{"raw":"{{baseUrl}}api/Limit/v{{version}}/GetAccountLimit?accountNumber=1101005562","host":["{{baseUrl}}api"],"path":["Limit","v{{version}}","GetAccountLimit"],"query":[{"key":"accountNumber","value":"1101005562"}]}},"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": {\n        \"accountNumber\": \"1101005562\",\n        \"maxDailyTransactionLimit\": 200000000, //This is the maximum daily limit the account can upgrade to as determined by the bank\n        \"userDailyTransactionLimit\": 76000000, //This is the maximum amount the user has configured to do daily\n        \"minDailyTransactionLimit\": 0, //This is just the minimum daily limit a user can downgrade to\n        \"maxSingleTransactionLimit\": 20000000, //This is the maximum single limit the account can upgrade to as determined by the bank\n        \"userSingleTransactionLimit\": 16000000,//This is the maximum amount the user has configured to do per transaction\n        \"minSingleTransactionLimit\": 0, //This is just the minimum single limit a user can downgrade to\n        \"totalTransactionCountToday\": 0, //This is the number of transactions done today\n        \"totalTransactionAmountToday\": 0 //This is the total amount of transactions done today\n    },\n    \"status\": true,\n    \"message\": \"Request successful\"\n}"},{"id":"65c3951b-40a8-4d36-947e-1288092720e2","name":"Server Error","originalRequest":{"method":"GET","header":[],"url":{"raw":"{{baseUrl}}api/Limit/v{{version}}/GetAccountLimit?accountNumber=4301005562","host":["{{baseUrl}}api"],"path":["Limit","v{{version}}","GetAccountLimit"],"query":[{"key":"accountNumber","value":"4301005562"}]}},"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"errors\": [\n        {\n            \"statusCode\": 400,\n            \"errorCode\": \"CP-ER25\",\n            \"errorMessage\": \"Account not found.\"\n        }\n    ]\n}"}],"_postman_id":"3d595da3-672b-458a-9ec8-5c27a3f122d1"}],"id":"9fa9a1cf-1a0e-4502-976d-c170159269aa","_postman_id":"9fa9a1cf-1a0e-4502-976d-c170159269aa","description":""},{"name":"Card","item":[{"name":"Add Card Limit","id":"4976b348-ab46-4acc-a2cc-43306b67b5e9","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"url":"{{baseUrl}}api/Limit/v{{version}}/AddCardLimit","description":"<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Property Name</strong></th>\n<th><strong>Description</strong></th>\n<th><strong>Required/ Optional</strong></th>\n<th><strong>Data Type</strong></th>\n<th><strong>Other Informaton</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>atM_Daily_Withdrawal_Limit</td>\n<td>Determines the maximum amount that can be done in a week for the card specified as it relates to ATM transactions</td>\n<td>Required</td>\n<td>long</td>\n<td></td>\n</tr>\n<tr>\n<td>atM_Single_Withdrawal_Limit</td>\n<td>Determines the amount that can be done in a single transaction for the card specified as it relates to ATM transactions</td>\n<td>Required</td>\n<td>long</td>\n<td></td>\n</tr>\n<tr>\n<td>atM_Daily_Withdrawal_Count</td>\n<td>Determines the maximum number of transactions that can be done in a day for the card specified as it relates to ATM transactions</td>\n<td>Required</td>\n<td>integer</td>\n<td></td>\n</tr>\n<tr>\n<td>atM_Weekly_Withdrawal_Limit</td>\n<td>Determines the maximum amount that can be done in a week for the card specified as it relates to ATM transactions</td>\n<td>Required</td>\n<td>long</td>\n<td></td>\n</tr>\n<tr>\n<td>poS_Daily_Transaction_Limit</td>\n<td>Determines the maximum amount that can be done in a day for the card specified as it relates to POS transactions</td>\n<td>Required</td>\n<td>long</td>\n<td></td>\n</tr>\n<tr>\n<td>poS_Daily_Transaction_Count</td>\n<td>Determines the maximum number of transactions that can be done in a day for the card specified as it relates to POS transactions</td>\n<td>Required</td>\n<td>integer</td>\n<td></td>\n</tr>\n<tr>\n<td>poS_Daily_Withdrawal_Limit</td>\n<td>Determines the maximum amount that can be withdraen in a day for the card specified as it relates to POS transactions</td>\n<td>Required</td>\n<td>long</td>\n<td>This has to do with POS withdrawal</td>\n</tr>\n<tr>\n<td>poS_Weekly_Withdrawal_Limit</td>\n<td>Determines the maximum amount that can be done in a week for the card specified as it relates to POS transactions</td>\n<td>Required</td>\n<td>long</td>\n<td></td>\n</tr>\n<tr>\n<td>online_Daily_Transaction_Limit</td>\n<td>Determines the maximum amount that can be done in a day for the card specified as it relates to web or online payment</td>\n<td>Required</td>\n<td>long</td>\n<td></td>\n</tr>\n<tr>\n<td>online_Daily_Transaction_Count</td>\n<td>Determines the count of trnsaction that can be done in a day for the card specified as it relates to web or online payment</td>\n<td>Required</td>\n<td>integer</td>\n<td></td>\n</tr>\n<tr>\n<td>cardId</td>\n<td>The ID of the card record</td>\n<td>Required</td>\n<td>string</td>\n<td></td>\n</tr>\n<tr>\n<td>cardProvider</td>\n<td>The card processor that hosts the card</td>\n<td>Required</td>\n<td>Enum (integer)</td>\n<td>Default (Interswitch) = 0, ARCA = 1, Providus = 2</td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"path":["Limit","v{{version}}","AddCardLimit"],"host":["{{baseUrl}}api"],"query":[],"variable":[]}},"response":[{"id":"048a4354-7e82-4509-a144-442b026b4257","name":"OK - Success","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\r\n  \"atM_Daily_Withdrawal_Limit\": 10000,\r\n  \"atM_Single_Withdrawal_Limit\": 2000,\r\n  \"atM_Daily_Withdrawal_Count\": 3,\r\n  \"atM_Weekly_Withdrawal_Limit\": 70000,\r\n  \"poS_Daily_Transaction_Limit\": 10000,\r\n  \"poS_Daily_Transaction_Count\": 3,\r\n  \"poS_Daily_Withdrawal_Limit\": 2000,\r\n  \"poS_Weekly_Withdrawal_Limit\": 70000,\r\n  \"online_Daily_Transaction_Limit\": 10000,\r\n  \"online_Daily_Transaction_Count\": 3,\r\n  \"cardId\": \"5099f14c-b963-4919-95a4-104a42eeedd8\",\r\n  \"cardProvider\": 0 // Default (Interswitch) = 0, ARCA = 1, Providus = 2\r\n}","options":{"raw":{"language":"json"}}},"url":"{{baseUrl}}api/Limit/v{{version}}/AddCardLimit"},"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": true,\n    \"message\": \"Operation Successful\"\n}"},{"id":"2b4d1329-6ca5-4559-9f24-50dbac219425","name":"Server Error","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\r\n  \"atM_Daily_Withdrawal_Limit\": 10000,\r\n  \"atM_Single_Withdrawal_Limit\": 5000000,\r\n  \"atM_Daily_Withdrawal_Count\": 3,\r\n  \"atM_Weekly_Withdrawal_Limit\": 70000,\r\n  \"poS_Daily_Transaction_Limit\": 10000,\r\n  \"poS_Daily_Transaction_Count\": 3,\r\n  \"poS_Daily_Withdrawal_Limit\": 2000,\r\n  \"poS_Weekly_Withdrawal_Limit\": 70000,\r\n  \"online_Daily_Transaction_Limit\": 10000,\r\n  \"online_Daily_Transaction_Count\": 3,\r\n  \"cardId\": \"5099f14c-b963-4919-95a4-104a42eeedd8\",\r\n  \"cardProvider\": 0 // Default (Interswitch) = 0, ARCA = 1, Providus = 2\r\n}","options":{"raw":{"language":"json"}}},"url":"{{baseUrl}}api/Limit/v{{version}}/AddCardLimit"},"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\r\n  \"errors\": [\r\n    {\r\n      \"statusCode\": 400,\r\n      \"errorCode\": \"CP-ER01\",\r\n      \"errorMessage\": \"ATM single withdrawal limit cannot exceed 2000000\"\r\n    }\r\n  ]\r\n}"}],"_postman_id":"4976b348-ab46-4acc-a2cc-43306b67b5e9"},{"name":"Update Card Limit","id":"523502fb-d6bf-4751-9a62-b69b535fc434","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"request-reference","value":"unique_string","type":"text"}],"url":"{{baseUrl}}api/Limit/v{{version}}/UpdateCardLimit","description":"<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Property</strong> Name</th>\n<th>Description</th>\n<th>Required/ Optional</th>\n<th>Data Type</th>\n<th>Other Information</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>atM_Daily_Withdrawal_Limit</td>\n<td>Field holding the daily withdral limit on ATMs</td>\n<td>long</td>\n<td>Optional</td>\n<td>Set it as null if you do not wish to update it</td>\n</tr>\n<tr>\n<td>atM_Single_Withdrawal_Limit</td>\n<td>Field holding the single withdral limit on ATMs</td>\n<td>long</td>\n<td>Optional</td>\n<td>Set it as null if you do not wish to update it</td>\n</tr>\n<tr>\n<td>atM_Daily_Withdrawal_Count</td>\n<td>Field holding the daily withdral count on ATMs</td>\n<td>int</td>\n<td>Optional</td>\n<td>Set it as null if you do not wish to update it</td>\n</tr>\n<tr>\n<td>atM_Weekly_Withdrawal_Limit</td>\n<td>Field holding the weekly withdral limit on ATMs</td>\n<td>long</td>\n<td>Optional</td>\n<td>Set it as null if you do not wish to update it</td>\n</tr>\n<tr>\n<td>poS_Daily_Transaction_Limit</td>\n<td>Field holding the daily transacion limit on POSs</td>\n<td>long</td>\n<td>Optional</td>\n<td>Set it as null if you do not wish to update it</td>\n</tr>\n<tr>\n<td>poS_Daily_Transaction_Count</td>\n<td>Field holding the daily transaction count on POSs</td>\n<td>int</td>\n<td>Optional</td>\n<td>Set it as null if you do not wish to update it</td>\n</tr>\n<tr>\n<td>poS_Daily_Withdrawal_Limit</td>\n<td>Field holding the daily Withdrawal limit on POSs</td>\n<td>long</td>\n<td>Optional</td>\n<td>Set it as null if you do not wish to update it</td>\n</tr>\n<tr>\n<td>poS_Weekly_Withdrawal_Limit</td>\n<td>Field holding the weekly withdral limit on POSs</td>\n<td>long</td>\n<td>Optional</td>\n<td>Set it as null if you do not wish to update it</td>\n</tr>\n<tr>\n<td>online_Daily_Transaction_Limit</td>\n<td>Field holding the daily transaction count for web/ online transacctions.</td>\n<td>long</td>\n<td>Optional</td>\n<td>Set it as null if you do not wish to update it</td>\n</tr>\n<tr>\n<td>online_Daily_Transaction_Count</td>\n<td>Field holding the daily transaction count for web/ online transacctions.</td>\n<td>long</td>\n<td>Optional</td>\n<td>Set it as null if you do not wish to update it</td>\n</tr>\n<tr>\n<td>cardId</td>\n<td>ID</td>\n<td>string</td>\n<td>Required</td>\n<td></td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"path":["Limit","v{{version}}","UpdateCardLimit"],"host":["{{baseUrl}}api"],"query":[{"disabled":true,"key":"","value":""}],"variable":[]}},"response":[{"id":"a3d6409f-ac78-48db-ab2b-8d811afab7b7","name":"OK - Success","originalRequest":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"key":"request-reference","value":"unique_string","type":"text"}],"body":{"mode":"raw","raw":"{\r\n  \"online_Daily_Transaction_Count\": 5,\r\n  \"cardId\": \"5099f14c-b963-4919-95a4-104a42eeedd8\"\r\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"{{baseUrl}}api/Limit/v{{version}}/UpdateCardLimit","host":["{{baseUrl}}api"],"path":["Limit","v{{version}}","UpdateCardLimit"],"query":[{"key":"","value":"","disabled":true}]}},"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": true,\n    \"message\": \"Operation Successful\"\n}"},{"id":"13ad4e0e-8fa1-468e-afb9-f0cfefdf9668","name":"Server Error","originalRequest":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"key":"request-reference","value":"unique_string","type":"text"}],"body":{"mode":"raw","raw":"{\r\n  \"atM_Daily_Withdrawal_Limit\": 10000,\r\n  \"atM_Single_Withdrawal_Limit\": 5000000,\r\n  \"atM_Daily_Withdrawal_Count\": 3,\r\n  \"online_Daily_Transaction_Limit\": 10000,\r\n  \"online_Daily_Transaction_Count\": 3,\r\n  \"cardId\": \"b963-4919-95a4-104a42eeedd8\"\r\n}","options":{"raw":{"language":"json"}}},"url":"{{baseUrl}}api/Limit/v{{version}}/UpdateCardLimit"},"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\r\n  \"errors\": [\r\n    {\r\n      \"statusCode\": 404,\r\n      \"errorCode\": \"CP-ER25\",\r\n      \"errorMessage\": \"Unable to locate record.\"\r\n    }\r\n  ]\r\n}"}],"_postman_id":"523502fb-d6bf-4751-9a62-b69b535fc434"},{"name":"Get Configured Card Limit By CardId","id":"588d8310-ca95-4a62-a191-b2ff5c155b70","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"{{baseUrl}}api/Limit/v{{version}}/GetConfiguredCardLimitByCardId?cardId=<string>","urlObject":{"path":["Limit","v{{version}}","GetConfiguredCardLimitByCardId"],"host":["{{baseUrl}}api"],"query":[{"key":"cardId","value":"<string>"}],"variable":[]}},"response":[{"id":"04e31819-2aa3-4700-a9db-af7a918b64c3","name":"OK - Success","originalRequest":{"method":"GET","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"key":"request-reference","value":"unique_string","type":"text","disabled":true}],"body":{"mode":"raw","raw":"{\r\n  \"online_Daily_Transaction_Count\": 5,\r\n  \"cardId\": \"5099f14c-b963-4919-95a4-104a42eeedd8\"\r\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"{{baseUrl}}api/Limit/v{{version}}/GetConfiguredCardLimitByCardId?cardId=5099f14c-b963-4919-95a4-104a42eeedd8","host":["{{baseUrl}}api"],"path":["Limit","v{{version}}","GetConfiguredCardLimitByCardId"],"query":[{"key":"cardId","value":"5099f14c-b963-4919-95a4-104a42eeedd8"}]}},"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": true,\n    \"message\": \"string\",\n    \"data\": {\n        \"atM_Daily_Withdrawal_Limit\": 0,\n        \"atM_Maximum_Daily_Withdrawal_Limit\": 0,\n        \"atM_Single_Withdrawal_Limit\": 0,\n        \"atM_Maximum_Single_Withdrawal_Limit\": 0,\n        \"atM_Daily_Withdrawal_Count\": 0,\n        \"atM_Maximum_Daily_Withdrawal_Count\": 0,\n        \"atM_Weekly_Withdrawal_Limit\": 0,\n        \"atM_Maximum_Weekly_Withdrawal_Limit\": 0,\n        \"poS_Daily_Transaction_Limit\": 0,\n        \"poS_Maximum_Daily_Transaction_Limit\": 0,\n        \"poS_Daily_Transaction_Count\": 0,\n        \"poS_Maximum_Daily_Transaction_Count\": 0,\n        \"poS_Daily_Withdrawal_Limit\": 0,\n        \"poS_Maximum_Daily_Withdrawal_Limit\": 0,\n        \"poS_Weekly_Withdrawal_Limit\": 0,\n        \"poS_Maximum_Weekly_Withdrawal_Limit\": 0,\n        \"online_Daily_Transaction_Limit\": 0,\n        \"online_Maximum_Daily_Transaction_Limit\": 0,\n        \"online_Daily_Transaction_Count\": 0,\n        \"online_Maximum_Daily_Transaction_Count\": 0\n    }\n}"},{"id":"53c8f63b-06ca-4bd8-81dd-8af8c3f63936","name":"Server Error","originalRequest":{"method":"GET","header":[{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\r\n  \"atM_Daily_Withdrawal_Limit\": 10000,\r\n  \"atM_Single_Withdrawal_Limit\": 5000000,\r\n  \"atM_Daily_Withdrawal_Count\": 3,\r\n  \"online_Daily_Transaction_Limit\": 10000,\r\n  \"online_Daily_Transaction_Count\": 3,\r\n  \"cardId\": \"b963-4919-95a4-104a42eeedd8\"\r\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"{{baseUrl}}api/Limit/v{{version}}/GetConfiguredCardLimitByCardId?cardId=<string>","host":["{{baseUrl}}api"],"path":["Limit","v{{version}}","GetConfiguredCardLimitByCardId"],"query":[{"key":"cardId","value":"<string>"},{"key":"request-reference","value":"unique_string","disabled":true}]}},"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\r\n  \"errors\": [\r\n    {\r\n      \"statusCode\": 404,\r\n      \"errorCode\": \"CP-ER25\",\r\n      \"errorMessage\": \"Unable to locate record.\"\r\n    }\r\n  ]\r\n}"}],"_postman_id":"588d8310-ca95-4a62-a191-b2ff5c155b70"},{"name":"Get Current Card Transaction Limit By CardId","id":"c9681ca0-0bad-46d4-a14d-74cd70c45ee7","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"{{baseUrl}}api/Limit/v{{version}}/GetCurrentCardTransactionLimitByCardId?cardId=<string>","urlObject":{"path":["Limit","v{{version}}","GetCurrentCardTransactionLimitByCardId"],"host":["{{baseUrl}}api"],"query":[{"key":"cardId","value":"<string>"}],"variable":[]}},"response":[{"id":"a6e982e2-2c19-41aa-8862-fc749b33df8d","name":"OK - Success","originalRequest":{"method":"GET","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"key":"request-reference","value":"unique_string","type":"text","disabled":true}],"body":{"mode":"raw","raw":"{\r\n  \"online_Daily_Transaction_Count\": 5,\r\n  \"cardId\": \"5099f14c-b963-4919-95a4-104a42eeedd8\"\r\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"{{baseUrl}}api/Limit/v{{version}}/GetCurrentCardTransactionLimitByCardId?cardId=5099f14c-b963-4919-95a4-104a42eeedd8","host":["{{baseUrl}}api"],"path":["Limit","v{{version}}","GetCurrentCardTransactionLimitByCardId"],"query":[{"key":"cardId","value":"5099f14c-b963-4919-95a4-104a42eeedd8"}]}},"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n  \"status\": true,\n  \"message\": \"string\",\n  \"data\": {\n    \"limitConfig\": {\n      \"atM_Daily_Withdrawal_Limit\": 0,\n      \"atM_Maximum_Daily_Withdrawal_Limit\": 0,\n      \"atM_Single_Withdrawal_Limit\": 0,\n      \"atM_Maximum_Single_Withdrawal_Limit\": 0,\n      \"atM_Daily_Withdrawal_Count\": 0,\n      \"atM_Maximum_Daily_Withdrawal_Count\": 0,\n      \"atM_Weekly_Withdrawal_Limit\": 0,\n      \"atM_Maximum_Weekly_Withdrawal_Limit\": 0,\n      \"poS_Daily_Transaction_Limit\": 0,\n      \"poS_Maximum_Daily_Transaction_Limit\": 0,\n      \"poS_Daily_Transaction_Count\": 0,\n      \"poS_Maximum_Daily_Transaction_Count\": 0,\n      \"poS_Daily_Withdrawal_Limit\": 0,\n      \"poS_Maximum_Daily_Withdrawal_Limit\": 0,\n      \"poS_Weekly_Withdrawal_Limit\": 0,\n      \"poS_Maximum_Weekly_Withdrawal_Limit\": 0,\n      \"online_Daily_Transaction_Limit\": 0,\n      \"online_Maximum_Daily_Transaction_Limit\": 0,\n      \"online_Daily_Transaction_Count\": 0,\n      \"online_Maximum_Daily_Transaction_Count\": 0\n    },\n    \"currentTransactionLimits\": [\n      {\n        \"channel\": 0,\n        \"totalDailyCardTrxCount\": 0,\n        \"totalDailyCardTrxAmount\": 0,\n        \"totalWeeklyCardTrxAmount\": 0\n      }\n    ]\n  }\n}"},{"id":"c0e31661-983b-4280-a8d8-81645ecc0e75","name":"Server Error","originalRequest":{"method":"GET","header":[{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\r\n  \"atM_Daily_Withdrawal_Limit\": 10000,\r\n  \"atM_Single_Withdrawal_Limit\": 5000000,\r\n  \"atM_Daily_Withdrawal_Count\": 3,\r\n  \"online_Daily_Transaction_Limit\": 10000,\r\n  \"online_Daily_Transaction_Count\": 3,\r\n  \"cardId\": \"b963-4919-95a4-104a42eeedd8\"\r\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"{{baseUrl}}api/Limit/v{{version}}/GetCurrentCardTransactionLimitByCardId?cardId=<string>","host":["{{baseUrl}}api"],"path":["Limit","v{{version}}","GetCurrentCardTransactionLimitByCardId"],"query":[{"key":"cardId","value":"<string>"},{"key":"request-reference","value":"unique_string","disabled":true}]}},"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\r\n  \"errors\": [\r\n    {\r\n      \"statusCode\": 404,\r\n      \"errorCode\": \"CP-ER25\",\r\n      \"errorMessage\": \"Unable to locate record.\"\r\n    }\r\n  ]\r\n}"}],"_postman_id":"c9681ca0-0bad-46d4-a14d-74cd70c45ee7"}],"id":"4a0a8845-f473-447e-9447-9591d65ab5ac","_postman_id":"4a0a8845-f473-447e-9447-9591d65ab5ac","description":""}],"id":"11f2b77d-c6ef-4744-962d-1d8f0ccf8a6a","_postman_id":"11f2b77d-c6ef-4744-962d-1d8f0ccf8a6a","description":""},{"name":"Cards","item":[{"name":"Interswitch","item":[{"name":"LinkInstantCard","id":"a2817b93-53e8-4713-a1b5-d782955daa79","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"request-reference","value":"unique_string","type":"text"}],"body":{"mode":"raw","raw":"","options":{"raw":{"language":"json"}}},"url":"{{baseUrl}}api/Card/v{{version}}/Interswitch/LinkInstantCard","description":"<p>Use when linking an account to an instant card.</p>\n<p>NB: An instant card is a card which has to account tied to it when the card is being requested. On linking the card to the account, you are expected to print the customer's name on the blanc card using your card printing machine.</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Property Name</strong></th>\n<th><strong>Description</strong></th>\n<th><strong>Required/ Optional</strong></th>\n<th><strong>Data Type</strong></th>\n<th><strong>Other Information</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>CardId</td>\n<td>Id of the card to issue</td>\n<td>Required</td>\n<td>string</td>\n<td></td>\n</tr>\n<tr>\n<td>AccountNumber</td>\n<td>account number to issue to the card</td>\n<td>Required</td>\n<td>string</td>\n<td></td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"path":["Card","v{{version}}","Interswitch","LinkInstantCard"],"host":["{{baseUrl}}api"],"query":[],"variable":[]}},"response":[{"id":"a9db5c0a-0bb5-4c44-a257-bc20d503b793","name":"OK - Success","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\r\n  \"cardId\": \"6099f04c-b963-4919-35a4-104a42eeell8\",\r\n  \"accountNumber\": \"1200087103\"\r\n}","options":{"raw":{"language":"json"}}},"url":"{{baseUrl}}api/Card/v{{version}}/Interswitch/LinkInstantCard"},"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": true,\n    \"message\": \"Operation Successful\"\n}"},{"id":"35191c37-c507-48ab-a18d-f71f8dedfdb1","name":"Server Error","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\r\n  \"cardId\": \"6099f04c-b963-4919-35a4-114a42eeel48\",\r\n  \"accountNumber\": \"1200087103\"\r\n}","options":{"raw":{"language":"json"}}},"url":"{{baseUrl}}api/Card/v{{version}}/Interswitch/LinkInstantCard"},"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n  \"errors\": [\n    {\n      \"statusCode\": 404,\n      \"errorCode\": \"CP-ER25\",\n      \"errorMessage\": \"Unable to locate record.\"\n    }\n  ]\n}"}],"_postman_id":"a2817b93-53e8-4713-a1b5-d782955daa79"},{"name":"IssueCard","id":"ba8054fd-feb2-4d7e-a381-9306a1a69fce","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"request-reference","value":"unique_string","type":"text"}],"body":{"mode":"raw","raw":"","options":{"raw":{"language":"json"}}},"url":"{{baseUrl}}api/Card/v{{version}}/Interswitch/IssueCard","description":"<p>Before a card can be used by a card holder, it has to be issued by the institution</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Property Name</strong></th>\n<th><strong>Description</strong></th>\n<th><strong>Required/ Optional</strong></th>\n<th><strong>Data Type</strong></th>\n<th><strong>Other Information</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>CardId</td>\n<td>Id of the card record</td>\n<td>Required</td>\n<td>string</td>\n<td></td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"path":["Card","v{{version}}","Interswitch","IssueCard"],"host":["{{baseUrl}}api"],"query":[],"variable":[]}},"response":[{"id":"c014d9b0-6cc4-4dfe-8848-81e3c970fd20","name":"OK - Success","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"key":"request-reference","value":"unique_string","type":"text"}],"body":{"mode":"raw","raw":"{\r\n  \"cardId\": \"5099f14c-b963-4919-95a4-104a42eeedd8\"\r\n}","options":{"raw":{"language":"json"}}},"url":"{{baseUrl}}api/Card/v{{version}}/Interswitch/IssueCard"},"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": true,\n    \"message\": \"Operation Successful\"\n}"},{"id":"e7ed47d7-05c3-4fd2-b3fd-a076cf237566","name":"Server Error","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\r\n  \"cardId\": \"6099f04c-b963-4919-35a4-104a42eeell8\"\r\n}","options":{"raw":{"language":"json"}}},"url":"{{baseUrl}}api/Card/v{{version}}/Interswitch/IssueCard"},"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n  \"errors\": [\n    {\n      \"statusCode\": 404,\n      \"errorCode\": \"CP-ER25\",\n      \"errorMessage\": \"Unable to locate record.\"\n    }\n  ]\n}"}],"_postman_id":"ba8054fd-feb2-4d7e-a381-9306a1a69fce"},{"name":"UnLinkInstantCard","id":"e42bc6a7-06ea-4a3d-9e8a-95806563a034","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"request-reference","value":"unique_string","type":"text"}],"body":{"mode":"raw","raw":"","options":{"raw":{"language":"json"}}},"url":"{{baseUrl}}api/Card/v{{version}}/Interswitch/UnlinkInstantCard","description":"<p>Used to delink a card from a linked account. It can be used only for Instant cards.</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Property Name</strong></th>\n<th><strong>Description</strong></th>\n<th><strong>Required/ Optional</strong></th>\n<th><strong>Data Type</strong></th>\n<th><strong>Other Information</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>CardId</td>\n<td>Id of the card record to unlink</td>\n<td>Required</td>\n<td>string</td>\n<td></td>\n</tr>\n<tr>\n<td>AccountNumber</td>\n<td>Account number linked to the card which is to be unlinked</td>\n<td>Required</td>\n<td>string</td>\n<td></td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"path":["Card","v{{version}}","Interswitch","UnlinkInstantCard"],"host":["{{baseUrl}}api"],"query":[],"variable":[]}},"response":[{"id":"63e0a974-c60b-41cb-9b98-3a9e9b6e3a76","name":"OK - Success","originalRequest":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\r\n  \"cardId\": \"6099f04c-b963-4919-35a4-104a42eeell8\",\r\n  \"accountNumber\": \"1200087103\"\r\n}","options":{"raw":{"language":"json"}}},"url":"{{baseUrl}}api/Card/v{{version}}/Interswitch/UnLinkInstantCard"},"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": true,\n    \"message\": \"Operation Successful\"\n}"},{"id":"7c2213c8-d74e-422d-a345-39da03badfa7","name":"Server Error","originalRequest":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\r\n  \"cardId\": \"6099f04c-b963-4919-35a4-114a42eeel48\",\r\n  \"accountNumber\": \"1200087103\"\r\n}","options":{"raw":{"language":"json"}}},"url":"{{baseUrl}}api/Card/v{{version}}/Interswitch/UnLinkInstantCard"},"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n  \"errors\": [\n    {\n      \"statusCode\": 404,\n      \"errorCode\": \"CP-ER25\",\n      \"errorMessage\": \"Unable to locate record.\"\n    }\n  ]\n}"}],"_postman_id":"e42bc6a7-06ea-4a3d-9e8a-95806563a034"},{"name":"UpdateCardStatus","id":"a70eea3c-163b-4d4a-85cf-c09f4385f077","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"request-reference","value":"unique_string","type":"text"}],"body":{"mode":"raw","raw":"","options":{"raw":{"language":"json"}}},"url":"{{baseUrl}}api/Card/v{{version}}/Interswitch/UpdateCardStatus","description":"<p>Used to change the status of a card record. It can be used for card activation.</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Property Name</strong></th>\n<th>Descriotion</th>\n<th><strong>Required/ Optional</strong></th>\n<th><strong>Data Type</strong></th>\n<th><strong>Other Informmatio</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>CardId</td>\n<td>Id of the card record</td>\n<td>Required</td>\n<td>string</td>\n<td></td>\n</tr>\n<tr>\n<td>Status</td>\n<td>Status to update to</td>\n<td>Required</td>\n<td>string</td>\n<td>//Block = 1, Unblock = 2, Hotlist = 3, Activate = 4  <br />\"reason\": \"Card Activation\"</td>\n</tr>\n<tr>\n<td>Reason</td>\n<td>Reason for updating the card atatus</td>\n<td>Optional</td>\n<td>string</td>\n<td></td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"path":["Card","v{{version}}","Interswitch","UpdateCardStatus"],"host":["{{baseUrl}}api"],"query":[],"variable":[]}},"response":[{"id":"a9e514f6-5037-4b01-89aa-c63a02972f02","name":"OK - Success","originalRequest":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\r\n  \"cardId\": \"5099f14c-b963-4919-95a4-104a42eeedd8\",\r\n  \"status\": 4, //Block = 1, Unblock = 2, Hotlist = 3, Activate = 4\r\n  \"reason\": \"Card Activation\"\r\n}","options":{"raw":{"language":"json"}}},"url":"{{baseUrl}}api/Card/v{{version}}/Interswitch/UpdateCardStatus"},"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": true,\n    \"message\": \"Operation Successful\"\n}"},{"id":"90e59b2f-9d62-43da-ae57-017a75ffb90d","name":"Server Error","originalRequest":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\r\n  \"cardId\": \"9092g92a-b963-4959-95a4-104a42eeedd8\",\r\n  \"status\": 4, //Block = 1, Unblock = 2, Hotlist = 3, Activate = 4\r\n  \"reason\": \"Card Activation\"\r\n}","options":{"raw":{"language":"json"}}},"url":"{{baseUrl}}api/Card/v{{version}}/Interswitch/UnLinkInstantCard"},"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n  \"errors\": [\n    {\n      \"statusCode\": 404,\n      \"errorCode\": \"CP-ER25\",\n      \"errorMessage\": \"Unable to locate record.\"\n    }\n  ]\n}"}],"_postman_id":"a70eea3c-163b-4d4a-85cf-c09f4385f077"},{"name":"GetSingleCard","id":"5169304d-f6bc-446a-9ec1-5c87773bb0f7","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"request-reference","value":"unique_string","type":"text"}],"body":{"mode":"raw","raw":"","options":{"raw":{"language":"json"}}},"url":"{{baseUrl}}api/Card/v{{version}}/Interswitch/GetSingleCard?cardId=33C21285-3704-4519-AB4D-CB3CC2210AD1","description":"<p>Get the detail of a card using the Id of the Card record</p>\n","urlObject":{"path":["Card","v{{version}}","Interswitch","GetSingleCard"],"host":["{{baseUrl}}api"],"query":[{"key":"cardId","value":"33C21285-3704-4519-AB4D-CB3CC2210AD1"}],"variable":[]}},"response":[{"id":"d1032364-0194-44d5-99c5-d38c4bb592be","name":"OK - Success","originalRequest":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json","type":"text"}],"url":{"raw":"{{baseUrl}}api/Card/v{{version}}/Interswitch/GetSingleCard?cardId=33C21285-3704-4519-AB4D-CB3CC2210AD1","host":["{{baseUrl}}api"],"path":["Card","v{{version}}","Interswitch","GetSingleCard"],"query":[{"key":"cardId","value":"33C21285-3704-4519-AB4D-CB3CC2210AD1"}]}},"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n  \"status\": true,\n  \"message\": \"Operation Successful\",\n  \"data\": \n   {\n        \"batchNo\": null,\n        \"maskedPan\": \"506136*********3971\",\n        \"encrptedPan\": \"9SwhhFsBSsLF2wPx5G8mOnaROaL7Zz1W+IqHjsOq0kA=\",\n        \"hashedPan\": \"3FC26AA400EB45B70E786230339D9CB4B03FA0605ADDDAA8F3D99CAF8564AF91\",\n        \"accountNumber\": null,\n        \"nameOnCard\": null,\n        \"clearPan\": null,\n        \"serialNumber\": \"97523971\",\n        \"bankCode\": \"000003\",\n        \"cardGenerationRequestId\": \"00000000-0000-0000-0000-000000000000\",\n        \"expiryDate\": \"2023-03-26T00:00:00\",\n        \"requestDate\": null,\n        \"issuedDate\": \"2024-11-18T12:12:09.2566667\",\n        \"issuanceStatus\": \"Issued\",\n        \"cardProfileId\": \"88e146b6-7b8e-41e4-9c04-1ef78fc859a0\",\n        \"cardType\": \"Default\",\n        \"cardScheme\": \"MasterCard\",\n        \"status\": \"Active\",\n        \"isATMEnabled\": true,\n        \"isPOSEnabled\": true,\n        \"isWebEnabled\": true,\n        \"cardFileLink\": null,\n        \"id\": \"33c21285-3704-4519-ab4d-cb3cc2210ad1\",\n        \"dateCreated\": \"2023-03-26T21:04:36.0466667\",\n        \"dateLastModified\": null\n    }\n}"},{"id":"b124c278-0fba-43bd-a447-9afe4f0d1d21","name":"Server Error","originalRequest":{"method":"GET","header":[{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\r\n  \"cardId\": \"9092g92a-b963-4959-95a4-104a42eeedd8\",\r\n  \"status\": 4, //Block = 1, Unblock = 2, Hotlist = 3, Activate = 4\r\n  \"reason\": \"Card Activation\"\r\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"{{baseUrl}}api/Card/v{{version}}/Interswitch/GetSingleCard?cardId=44F21285-3704-4519-GB6D-CB3CC2210AD1","host":["{{baseUrl}}api"],"path":["Card","v{{version}}","Interswitch","GetSingleCard"],"query":[{"key":"cardId","value":"44F21285-3704-4519-GB6D-CB3CC2210AD1"}]}},"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n  \"errors\": [\n    {\n      \"statusCode\": 404,\n      \"errorCode\": \"CP-ER25\",\n      \"errorMessage\": \"Unable to locate record.\"\n    }\n  ]\n}"}],"_postman_id":"5169304d-f6bc-446a-9ec1-5c87773bb0f7"},{"name":"Search","id":"fded3b9d-c117-4df5-a5eb-32c154f14c3b","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"request-reference","value":"unique_string","type":"text"}],"body":{"mode":"raw","raw":"","options":{"raw":{"language":"json"}}},"url":"{{baseUrl}}api/Card/v{{version}}/Interswitch/Search?MaskedPan=506122*********2039&IssuanceStatus=Issued&CardType=Default&CardScheme=Verve&Status=Active&CardExpiry=2022-12-02&StartDate=2025-03-28&EndDate=2025-03-31&PageNumber=1&PageSize=10&Direction=Desc","description":"<p>This search endpoint points to the Card data store. Use the list of parameters to search for the card. Masked PAN should contain the first 6 and last 4 digits of the card with nine axteriks(*) inbeween.</p>\n<p>Pass only the field(s) you intend to search by.</p>\n","urlObject":{"path":["Card","v{{version}}","Interswitch","Search"],"host":["{{baseUrl}}api"],"query":[{"key":"MaskedPan","value":"506122*********2039"},{"key":"IssuanceStatus","value":"Issued"},{"key":"CardType","value":"Default"},{"key":"CardScheme","value":"Verve"},{"key":"Status","value":"Active"},{"key":"CardExpiry","value":"2022-12-02"},{"key":"StartDate","value":"2025-03-28"},{"key":"EndDate","value":"2025-03-31"},{"key":"PageNumber","value":"1"},{"key":"PageSize","value":"10"},{"key":"Direction","value":"Desc"}],"variable":[]}},"response":[{"id":"98d4f037-eca9-490e-80a6-03a645bbbf40","name":"OK - Success","originalRequest":{"method":"GET","header":[{"key":"Content-Type","value":"application/json","type":"text"}],"url":{"raw":"{{baseUrl}}api/Card/v{{version}}/Interswitch/Search?MaskedPan=506122*********2039&IssuanceStatus=Issued&CardType=Default&CardScheme=Verve&Status=Active&CardExpiry=2022-12-02&StartDate=2025-03-28&EndDate=2025-03-31&PageNumber=1&PageSize=10&Direction=Desc","host":["{{baseUrl}}api"],"path":["Card","v{{version}}","Interswitch","Search"],"query":[{"key":"MaskedPan","value":"506122*********2039"},{"key":"IssuanceStatus","value":"Issued"},{"key":"CardType","value":"Default"},{"key":"CardScheme","value":"Verve"},{"key":"Status","value":"Active"},{"key":"CardExpiry","value":"2022-12-02"},{"key":"StartDate","value":"2025-03-28"},{"key":"EndDate","value":"2025-03-31"},{"key":"PageNumber","value":"1"},{"key":"PageSize","value":"10"},{"key":"Direction","value":"Desc"}]}},"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n  \"status\": true,\n  \"message\": \"Operation Successful\",\n  \"data\": {\n    \"data\": [\n      {\n        \"batchNo\": null,\n        \"maskedPan\": \"506136*********3971\",\n        \"encrptedPan\": \"9SwhhFsBSsLF2wPx5G8mOnaROaL7Zz1W+IqHjsOq0kA=\",\n        \"hashedPan\": \"3FC26AA400EB45B70E786230339D9CB4B03FA0605ADDDAA8F3D99CAF8564AF91\",\n        \"accountNumber\": null,\n        \"nameOnCard\": null,\n        \"clearPan\": null,\n        \"serialNumber\": \"97523971\",\n        \"bankCode\": \"000003\",\n        \"cardGenerationRequestId\": \"00000000-0000-0000-0000-000000000000\",\n        \"expiryDate\": \"2023-03-26T00:00:00\",\n        \"requestDate\": null,\n        \"issuedDate\": \"2024-11-18T12:12:09.2566667\",\n        \"issuanceStatus\": \"Issued\",\n        \"cardProfileId\": \"88e146b6-7b8e-41e4-9c04-1ef78fc859a0\",\n        \"cardType\": \"Default\",\n        \"cardScheme\": \"MasterCard\",\n        \"status\": \"Active\",\n        \"isATMEnabled\": true,\n        \"isPOSEnabled\": true,\n        \"isWebEnabled\": true,\n        \"cardFileLink\": null,\n        \"id\": \"33c21285-3704-4519-ab4d-cb3cc2210ad1\",\n        \"dateCreated\": \"2023-03-26T21:04:36.0466667\",\n        \"dateLastModified\": null\n    }\n    ],\n    \"recordCount\": 0\n  }\n}"},{"id":"8b3fe2fe-86b7-456f-9d08-83e920101bc9","name":"Server Error","originalRequest":{"method":"GET","header":[{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\r\n  \"cardId\": \"9092g92a-b963-4959-95a4-104a42eeedd8\",\r\n  \"status\": 4, //Block = 1, Unblock = 2, Hotlist = 3, Activate = 4\r\n  \"reason\": \"Card Activation\"\r\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"{{baseUrl}}api/Card/v{{version}}/Interswitch/Search?MaskedPan=506122*********2039&IssuanceStatus=Issued&CardType=Default&CardScheme=Verve&Status=Active&CardExpiry=2022-12-02&StartDate=2025-03-28&EndDate=2025-03-31&PageNumber=1&PageSize=10&Direction=Desc","host":["{{baseUrl}}api"],"path":["Card","v{{version}}","Interswitch","Search"],"query":[{"key":"MaskedPan","value":"506122*********2039"},{"key":"IssuanceStatus","value":"Issued"},{"key":"CardType","value":"Default"},{"key":"CardScheme","value":"Verve"},{"key":"Status","value":"Active"},{"key":"CardExpiry","value":"2022-12-02"},{"key":"StartDate","value":"2025-03-28"},{"key":"EndDate","value":"2025-03-31"},{"key":"PageNumber","value":"1"},{"key":"PageSize","value":"10"},{"key":"Direction","value":"Desc"}]}},"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n  \"errors\": [\n    {\n      \"statusCode\": 404,\n      \"errorCode\": \"CP-ER25\",\n      \"errorMessage\": \"Unable to locate record.\"\n    }\n  ]\n}"}],"_postman_id":"fded3b9d-c117-4df5-a5eb-32c154f14c3b"},{"name":"SearchCardAccount","id":"d5a93203-e5fd-4fca-ba4d-d2650ad1a9db","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"request-reference","value":"unique_string","type":"text"}],"body":{"mode":"raw","raw":"","options":{"raw":{"language":"json"}}},"url":"{{baseUrl}}api/Card/v{{version}}/Interswitch/SearchCardAccount?AccountNumber=1700263070&MaskedPAN=506136*********9443&Status=Linked&CustomerId=10029001&StartDate=2023-03-26&EndDate=2023-03-28&PageNumber=1&PageSize=10","description":"<p>This search endpoint points to the Card Account data store. Use the list of parameters to search for the card. Masked PAN should contain the first 6 and last 4 digits of the card with nine axteriks(*) inbeween.</p>\n<p>Pass only the field(s) you intend to search by.</p>\n","urlObject":{"path":["Card","v{{version}}","Interswitch","SearchCardAccount"],"host":["{{baseUrl}}api"],"query":[{"key":"AccountNumber","value":"1700263070"},{"key":"MaskedPAN","value":"506136*********9443"},{"key":"Status","value":"Linked"},{"key":"CustomerId","value":"10029001"},{"key":"StartDate","value":"2023-03-26"},{"key":"EndDate","value":"2023-03-28"},{"key":"PageNumber","value":"1"},{"key":"PageSize","value":"10"}],"variable":[]}},"response":[{"id":"fbd1b7af-ca16-4ebb-be2b-01a4258dfd2c","name":"OK - Success","originalRequest":{"method":"GET","header":[{"key":"Content-Type","value":"application/json","type":"text"}],"url":{"raw":"{{baseUrl}}api/Card/v{{version}}/Interswitch/SearchCardAccount?AccountNumber=1700263070&MaskedPAN=506136*********9443&Status=Linked&CustomerId=10029001&StartDate=2023-03-26&EndDate=2023-03-28&PageNumber=1&PageSize=10","host":["{{baseUrl}}api"],"path":["Card","v{{version}}","Interswitch","SearchCardAccount"],"query":[{"key":"AccountNumber","value":"1700263070"},{"key":"MaskedPAN","value":"506136*********9443"},{"key":"Status","value":"Linked"},{"key":"CustomerId","value":"10029001"},{"key":"StartDate","value":"2023-03-26"},{"key":"EndDate","value":"2023-03-28"},{"key":"PageNumber","value":"1"},{"key":"PageSize","value":"10"}]}},"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n  \"status\": true,\n  \"message\": \"string\",\n  \"data\": {\n    \"data\": [\n      {\n        \"id\": \"3fa85f64-5717-4562-b3fc-2c963f66afa6\",\n        \"dateCreated\": \"2025-03-31T13:55:54.140Z\",\n        \"dateLastModified\": \"2025-03-31T13:55:54.140Z\",\n        \"accountNumber\": \"string\",\n        \"nameOnCard\": \"string\",\n        \"customerId\": \"string\",\n        \"cardId\": \"3fa85f64-5717-4562-b3fc-2c963f66afa6\",\n        \"card\": {\n          \"id\": \"3fa85f64-5717-4562-b3fc-2c963f66afa6\",\n          \"dateCreated\": \"2025-03-31T13:55:54.140Z\",\n          \"dateLastModified\": \"2025-03-31T13:55:54.140Z\",\n          \"batchNo\": \"string\",\n          \"maskedPan\": \"string\",\n          \"encrptedPan\": \"string\",\n          \"hashedPan\": \"string\",\n          \"accountNumber\": \"string\",\n          \"nameOnCard\": \"string\",\n          \"serialNumber\": \"string\",\n          \"expiryDate\": \"2025-03-31T13:55:54.140Z\",\n          \"requestDate\": \"2025-03-31T13:55:54.140Z\",\n          \"issuedDate\": \"2025-03-31T13:55:54.140Z\",\n          \"issuanceStatus\": \"string\",\n          \"cardProfileId\": \"3fa85f64-5717-4562-b3fc-2c963f66afa6\",\n          \"cardType\": \"string\", \n          \"cardScheme\": \"string\",\n          \"status\": \"string\",\n          \"isATMEnabled\": true,\n          \"isPOSEnabled\": true,\n          \"isWebEnabled\": true,\n          \"cardFileLink\": \"string\"\n        },\n        \"bankCode\": \"string\",\n        \"encrptedPan\": \"string\",\n        \"hashedPan\": \"string\",\n        \"overrideProductApplicableFee\": true,\n        \"overrideProductApplicableInterest\": true,\n        \"productCode\": \"string\",\n        \"productName\": \"string\",\n        \"signatureFileUrl\": \"string\",\n        \"passportFileUrl\": \"string\",\n        \"status\": \"string\"\n      }\n    ],\n    \"recordCount\": 0\n  }\n}"},{"id":"c5cb120f-734f-4e3d-a189-aaec79b8ee5a","name":"Server Error","originalRequest":{"method":"GET","header":[{"key":"Content-Type","value":"application/json","type":"text"}],"url":{"raw":"{{baseUrl}}api/Card/v{{version}}/Interswitch/SearchCardAccount?AccountNumber=1700263070&MaskedPAN=506136*********9443&Status=Linked&CustomerId=10029001&StartDate=2023-03-26&EndDate=2023-03-28&PageNumber=1&PageSize=10","host":["{{baseUrl}}api"],"path":["Card","v{{version}}","Interswitch","SearchCardAccount"],"query":[{"key":"AccountNumber","value":"1700263070"},{"key":"MaskedPAN","value":"506136*********9443"},{"key":"Status","value":"Linked"},{"key":"CustomerId","value":"10029001"},{"key":"StartDate","value":"2023-03-26"},{"key":"EndDate","value":"2023-03-28"},{"key":"PageNumber","value":"1"},{"key":"PageSize","value":"10"}]}},"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n  \"errors\": [\n    {\n      \"statusCode\": 404,\n      \"errorCode\": \"CP-ER25\",\n      \"errorMessage\": \"Unable to locate record.\"\n    }\n  ]\n}"}],"_postman_id":"d5a93203-e5fd-4fca-ba4d-d2650ad1a9db"},{"name":"GetCardAccountByCustomerId","id":"1b9826bb-5c45-411b-9dd3-0f18b1156d13","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"request-reference","value":"unique_string","type":"text"}],"body":{"mode":"raw","raw":"","options":{"raw":{"language":"json"}}},"url":"{{baseUrl}}api/Card/v{{version}}/Interswitch/GetCardAccountByCustomerId?customerId=00005187","description":"<p>This is used to retrieve all card record tied to a particular customer, regardless of the account.</p>\n","urlObject":{"path":["Card","v{{version}}","Interswitch","GetCardAccountByCustomerId"],"host":["{{baseUrl}}api"],"query":[{"key":"customerId","value":"00005187"}],"variable":[]}},"response":[{"id":"a8d4ba54-ed37-48c3-943d-c8bdb6baf89b","name":"OK - Success","originalRequest":{"method":"GET","header":[{"key":"Content-Type","value":"application/json","type":"text"}],"url":{"raw":"{{baseUrl}}api/Card/v{{version}}/Interswitch/GetCardAccountByCustomerId?customerId=00005187","host":["{{baseUrl}}api"],"path":["Card","v{{version}}","Interswitch","GetCardAccountByCustomerId"],"query":[{"key":"customerId","value":"00005187"}]}},"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n  \"status\": true,\n  \"message\": \"string\",\n  \"data\": {\n    \"data\": [\n      {\n        \"id\": \"3fa85f64-5717-4562-b3fc-2c963f66afa6\",\n        \"dateCreated\": \"2025-03-31T17:15:36.415Z\",\n        \"dateLastModified\": \"2025-03-31T17:15:36.415Z\",\n        \"accountNumber\": \"string\",\n        \"nameOnCard\": \"string\",\n        \"customerId\": \"string\",\n        \"cardId\": \"3fa85f64-5717-4562-b3fc-2c963f66afa6\",\n        \"card\": {\n          \"id\": \"3fa85f64-5717-4562-b3fc-2c963f66afa6\",\n          \"dateCreated\": \"2025-03-31T17:15:36.415Z\",\n          \"dateLastModified\": \"2025-03-31T17:15:36.415Z\",\n          \"batchNo\": \"string\",\n          \"maskedPan\": \"string\",\n          \"encrptedPan\": \"string\",\n          \"hashedPan\": \"string\",\n          \"accountNumber\": \"string\",\n          \"nameOnCard\": \"string\",\n          \"serialNumber\": \"string\",\n          \"expiryDate\": \"2025-03-31T17:15:36.415Z\",\n          \"requestDate\": \"2025-03-31T17:15:36.415Z\",\n          \"issuedDate\": \"2025-03-31T17:15:36.415Z\",\n          \"issuanceStatus\": \"string\",\n          \"cardProfileId\": \"3fa85f64-5717-4562-b3fc-2c963f66afa6\",\n          \"cardType\": \"string\",\n          \"cardScheme\": \"string\",\n          \"status\": \"string\",\n          \"isATMEnabled\": true,\n          \"isPOSEnabled\": true,\n          \"isWebEnabled\": true\n        },\n        \"bankCode\": \"string\",\n        \"encrptedPan\": \"string\",\n        \"hashedPan\": \"string\",\n        \"overrideProductApplicableFee\": true,\n        \"overrideProductApplicableInterest\": true,\n        \"productCode\": \"string\",\n        \"productName\": \"string\",\n        \"signatureFileUrl\": \"string\",\n        \"passportFileUrl\": \"string\",\n        \"status\": \"string\"\n      }\n    ],\n    \"recordCount\": 0\n  }\n}"},{"id":"d554dea0-c4b9-4e0b-b67e-ce86f6cf745f","name":"Server Error","originalRequest":{"method":"GET","header":[{"key":"Content-Type","value":"application/json","type":"text"}],"url":{"raw":"{{baseUrl}}api/Card/v{{version}}/Interswitch/GetCardAccountByCustomerId?customerId=00005187","host":["{{baseUrl}}api"],"path":["Card","v{{version}}","Interswitch","GetCardAccountByCustomerId"],"query":[{"key":"customerId","value":"00005187"}]}},"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n  \"errors\": [\n    {\n      \"statusCode\": 404,\n      \"errorCode\": \"CP-ER25\",\n      \"errorMessage\": \"Unable to locate record.\"\n    }\n  ]\n}"}],"_postman_id":"1b9826bb-5c45-411b-9dd3-0f18b1156d13"},{"name":"UpdateCardChannelAccess","id":"adba0090-4568-4b9b-97d1-46b3f8e36e96","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"request-reference","value":"unique_string","type":"text"}],"body":{"mode":"raw","raw":"","options":{"raw":{"language":"json"}}},"url":"{{baseUrl}}api/Card/v{{version}}/Interswitch/UpdateCardChannelAccess","description":"<p>Set the channel the card should have access to.</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Property Name</strong></th>\n<th><strong>Description</strong></th>\n<th><strong>Required/ Optional</strong></th>\n<th><strong>Data Type</strong></th>\n<th><strong>Other Information</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>CardId</td>\n<td>Id of the card record to update</td>\n<td>Required</td>\n<td>string</td>\n<td></td>\n</tr>\n<tr>\n<td>EnableATM</td>\n<td>Tells if you want to enable transactions initiated from ATM machines</td>\n<td>Optional</td>\n<td>bool (optional)</td>\n<td>Pass as null if you do not intend to update it</td>\n</tr>\n<tr>\n<td>EnablePOS</td>\n<td>Tells if you want to enable transactions initiated from POS machines</td>\n<td>Optional</td>\n<td>bool (optional)</td>\n<td>Pass as null if you do not intend to update it</td>\n</tr>\n<tr>\n<td>EnableWeb</td>\n<td>Tells if you want to enable web/ online transactions</td>\n<td>Optional</td>\n<td>bool (optional)</td>\n<td>Pass as null if you do not intend to update it</td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"path":["Card","v{{version}}","Interswitch","UpdateCardChannelAccess"],"host":["{{baseUrl}}api"],"query":[],"variable":[]}},"response":[{"id":"57c801b0-7629-4879-acf8-3863f5fe4f25","name":"OK - Success","originalRequest":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\r\n  \"cardId\": \"3fa85f64-5717-4562-b3fc-2c963f66afa6\",\r\n  \"enableATM\": true,\r\n  \"enablePOS\": true,\r\n  \"enableWeb\": true\r\n}","options":{"raw":{"language":"json"}}},"url":"{{baseUrl}}api/Card/v{{version}}/Interswitch/UpdateCardChannelAccess"},"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n  \"status\": true,\n  \"message\": \"Operation Successful\"\n}"},{"id":"bb5fd3ee-a41f-40a8-8dcf-b8bc7d229b5f","name":"Server Error","originalRequest":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\r\n  \"cardId\": \"33C21285-3704-4519-AB4D-CB3CC2210AD1\",\r\n  \"enableATM\": true,\r\n  \"enablePOS\": true,\r\n  \"enableWeb\": true\r\n}","options":{"raw":{"language":"json"}}},"url":"{{baseUrl}}api/Card/v{{version}}/Interswitch/UpdateCardChannelAccess"},"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n  \"errors\": [\n    {\n      \"statusCode\": 404,                        \n      \"errorCode\": \"CP-ER25\",\n      \"errorMessage\": \"Unable to locate record.\"\n    }\n  ]\n}"}],"_postman_id":"adba0090-4568-4b9b-97d1-46b3f8e36e96"}],"id":"e88850a2-4ca5-4461-81c0-44e99ec98c37","_postman_id":"e88850a2-4ca5-4461-81c0-44e99ec98c37","description":""},{"name":"Providus","item":[{"name":"SearchCards","id":"0959c0a2-9576-47a2-b498-7de02390ddff","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"request-reference","value":"unique_string","type":"text"}],"body":{"mode":"raw","raw":"{\r\n  \"startDate\": null,\r\n  \"endDate\": null,\r\n  \"pageNumber\": null,\r\n  \"pageSize\": null,\r\n  \"accountNumber\": \"1000071961\",\r\n  \"status\": null, //InActive = 0, Active = 1, Paused = 2, Blocked = 3\r\n  \"customerID\": null,\r\n  \"cardId\": null,\r\n  \"cardholderId\": null,\r\n  \"cardProgramId\": null,\r\n  \"maskedPAN\": null,\r\n  \"lastFour\": null,\r\n  \"bin\": null,\r\n  \"thirdPartyProvider\": 2\r\n}","options":{"raw":{"language":"json"}}},"url":"{{baseUrl}}api/Card/v{{version}}/Providus/SearchCards","description":"<p>Use when linking an account to an instant card.</p>\n<p>NB: An instant card is a card which has to account tied to it when the card is being requested. On linking the card to the account, you are expected to print the customer's name on the blanc card using your card printing machine.</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Property Name</strong></th>\n<th><strong>Description</strong></th>\n<th><strong>Required/ Optional</strong></th>\n<th><strong>Data Type</strong></th>\n<th><strong>Other Information</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>CardId</td>\n<td>Id of the card to issue</td>\n<td>Required</td>\n<td>string</td>\n<td></td>\n</tr>\n<tr>\n<td>AccountNumber</td>\n<td>account number to issue to the card</td>\n<td>Required</td>\n<td>string</td>\n<td></td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"path":["Card","v{{version}}","Providus","SearchCards"],"host":["{{baseUrl}}api"],"query":[],"variable":[]}},"response":[{"id":"ee5b0c4d-a1a8-4a10-ad54-67ec60ab14ca","name":"OK - Success","originalRequest":{"method":"GET","header":[{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\r\n  \"startDate\": null,\r\n  \"endDate\": null,\r\n  \"pageNumber\": null,\r\n  \"pageSize\": null,\r\n  \"accountNumber\": \"1000071961\",\r\n  \"status\": null,//InActive = 0, Active = 1, Paused = 2, Blocked = 3\r\n  \"customerID\": null,\r\n  \"cardId\": null,\r\n  \"cardholderId\": null,\r\n  \"cardProgramId\": null,\r\n  \"maskedPAN\": null,\r\n  \"lastFour\": null,\r\n  \"bin\": null,\r\n  \"thirdPartyProvider\": 2\r\n}","options":{"raw":{"language":"json"}}},"url":"{{baseUrl}}api/Card/v{{version}}/Providus/SearchCards"},"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": {\n        \"data\": [\n            {\n                \"id\": \"b6adc86a-750d-436a-9625-b35400c5ed58\",\n                \"dateCreated\": \"2025-09-10T13:00:37.8333333\",\n                \"dateLastModified\": null,\n                \"bankCode\": \"100001\",\n                \"cardholderId\": \"9cc89c4e-06f5-4320-8417-9597f5773ad8\",\n                \"cardProgramId\": 0,\n                \"nameOnCard\": \"OLADELE Olalekan\",\n                \"accounts\": null,\n                \"cardId\": \"76b0c321-9376-4bde-b4e6-f4740189ed40\",\n                \"cardNumber\": null,\n                \"accountNumber\": \"1000071961\",\n                \"maskedPAN\": \"346754*********1785\",\n                \"lastFour\": \"1785\",\n                \"bin\": null,\n                \"pan\": null,\n                \"cvv\": null,\n                \"cardCreationDate\": \"10/09/2025 12:00:37\",\n                \"cardExpiration\": \"02/26\",\n                \"state\": null,\n                \"type\": \"Instant\",\n                \"status\": \"Active\",\n                \"canSetPin\": false,\n                \"canChangePin\": false,\n                \"isPinSet\": null\n            }\n        ],\n        \"recordCount\": 1\n    },\n    \"status\": true,\n    \"message\": \"Request successful\"\n}"},{"id":"40ced8bf-0268-4478-836b-6a81d4b4b8b2","name":"Server Error","originalRequest":{"method":"GET","header":[{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\r\n  \"startDate\": null,\r\n  \"endDate\": null,\r\n  \"pageNumber\": null,\r\n  \"pageSize\": null,\r\n  \"accountNumber\": \"9000071961\",\r\n  \"status\": null,//InActive = 0, Active = 1, Paused = 2, Blocked = 3\r\n  \"customerID\": null,\r\n  \"cardId\": null,\r\n  \"cardholderId\": null,\r\n  \"cardProgramId\": null,\r\n  \"maskedPAN\": null,\r\n  \"lastFour\": null,\r\n  \"bin\": null,\r\n  \"thirdPartyProvider\": 2\r\n}","options":{"raw":{"language":"json"}}},"url":"{{baseUrl}}api/Card/v{{version}}/Providus/SearchCards"},"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n  \"errors\": [\n    {\n      \"statusCode\": 404,\n      \"errorCode\": \"CP-ER25\",\n      \"errorMessage\": \"Unable to locate record.\"\n    }\n  ]\n}"}],"_postman_id":"0959c0a2-9576-47a2-b498-7de02390ddff"},{"name":"SetCardPIN","id":"00d9d53f-23f4-4ef6-9a61-e755776c477a","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"request-reference","value":"unique_string","type":"text"}],"body":{"mode":"raw","raw":"{\r\n  //\"cardRecordId\": \"b6adc86a-750d-436a-9625-b35400c5ed58\" //Id field in the SearchCards endpoint response\r\n  \"cardId\":\"76b0c321-9376-4bde-b4e6-f4740189ed40\" //cardId field in the SearchCards endpoint response\r\n}","options":{"raw":{"language":"json"}}},"url":"{{baseUrl}}api/Card/v{{version}}/Providus/SetCardPIN","description":"<p>Use when linking an account to an instant card.</p>\n<p>NB: An instant card is a card which has to account tied to it when the card is being requested. On linking the card to the account, you are expected to print the customer's name on the blanc card using your card printing machine.</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Property Name</strong></th>\n<th><strong>Description</strong></th>\n<th><strong>Required/ Optional</strong></th>\n<th><strong>Data Type</strong></th>\n<th><strong>Other Information</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>CardId</td>\n<td>Id of the card to issue</td>\n<td>Required</td>\n<td>string</td>\n<td></td>\n</tr>\n<tr>\n<td>AccountNumber</td>\n<td>account number to issue to the card</td>\n<td>Required</td>\n<td>string</td>\n<td></td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"path":["Card","v{{version}}","Providus","SetCardPIN"],"host":["{{baseUrl}}api"],"query":[],"variable":[]}},"response":[{"id":"2de2b67f-1989-4c7d-ad54-9c477878c437","name":"OK - Success","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\r\n  //\"cardRecordId\": \"b6adc86a-750d-436a-9625-b35400c5ed58\" //Id field in the SearchCards endpoint response\r\n  \"cardId\":\"76b0c321-9376-4bde-b4e6-f4740189ed40\", //cardId field in the SearchCards endpoint response,\r\n  \"pin\" : null //if set as null, the system will auto generate a PIN\r\n}","options":{"raw":{"language":"json"}}},"url":"{{baseUrl}}api/Card/v{{version}}/Providus/SetCardPIN"},"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n  \"status\": true,\n  \"message\": \"Request successful\",\n  \"data\": {\n    \"responseCode\": \"00\",\n    \"responseMessage\": \"Request successful\",\n    \"pin\": \"1111\"\n  }\n}"},{"id":"b6cba9b5-37f5-4f96-82c7-d460653636ca","name":"Server Error","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\r\n  //\"cardRecordId\": \"b6adc86a-750d-436a-9625-b35400c5ed58\" //Id field in the SearchCards endpoint response\r\n  \"cardId\":\"77b0c561-9271-4bde-c9r5-f4749189ed11\", //cardId field in the SearchCards endpoint response,\r\n  \"pin\" : null //if set as null, the system will auto generate a PIN\r\n}","options":{"raw":{"language":"json"}}},"url":"{{baseUrl}}api/Card/v{{version}}/Providus/SetCardPIN"},"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n  \"errors\": [\n    {\n      \"statusCode\": 404,\n      \"errorCode\": \"CP-ER25\",\n      \"errorMessage\": \"Unable to locate record.\"\n    }\n  ]\n}"}],"_postman_id":"00d9d53f-23f4-4ef6-9a61-e755776c477a"},{"name":"BlockUnblockCard","id":"eb06ab82-4e72-4ccd-a98d-dae52b5013a2","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"request-reference","value":"unique_string","type":"text"}],"body":{"mode":"raw","raw":"{\r\n  //\"cardRecordId\": \"b6adc86a-750d-436a-9625-b35400c5ed58\" //Id field in the SearchCards endpoint response\r\n  \"cardId\":\"76b0c321-9376-4bde-b4e6-f4740189ed40\", //cardId field in the SearchCards endpoint response\r\n  \"status\": 1 //Block = 1, Unblock = 2\r\n}","options":{"raw":{"language":"json"}}},"url":"{{baseUrl}}api/Card/v{{version}}/Providus/BlockUnblockCard","description":"<p>Use when linking an account to an instant card.</p>\n<p>NB: An instant card is a card which has to account tied to it when the card is being requested. On linking the card to the account, you are expected to print the customer's name on the blanc card using your card printing machine.</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Property Name</strong></th>\n<th><strong>Description</strong></th>\n<th><strong>Required/ Optional</strong></th>\n<th><strong>Data Type</strong></th>\n<th><strong>Other Information</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>CardId</td>\n<td>Id of the card to issue</td>\n<td>Required</td>\n<td>string</td>\n<td></td>\n</tr>\n<tr>\n<td>AccountNumber</td>\n<td>account number to issue to the card</td>\n<td>Required</td>\n<td>string</td>\n<td></td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"path":["Card","v{{version}}","Providus","BlockUnblockCard"],"host":["{{baseUrl}}api"],"query":[],"variable":[]}},"response":[{"id":"d033f89e-47ca-40d4-b52a-971142f691e7","name":"OK - Success","originalRequest":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\r\n  //\"cardRecordId\": \"b6adc86a-750d-436a-9625-b35400c5ed58\" //Id field in the SearchCards endpoint response\r\n  \"cardId\":\"76b0c321-9376-4bde-b4e6-f4740189ed40\", //cardId field in the SearchCards endpoint response\r\n  \"status\": 1 //Block = 1, Unblock = 2\r\n}","options":{"raw":{"language":"json"}}},"url":"{{baseUrl}}api/Card/v{{version}}/Providus/SetCardPIN"},"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n  \"status\": true,\n  \"message\": \"Request successful\",\n  \"data\": {\n    \"responseCode\": \"00\",\n    \"responseMessage\": \"Card successfully blocked\"\n  }\n}"},{"id":"c413661e-21c3-4f6a-9fba-b555bb3b4eb0","name":"Server Error","originalRequest":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\r\n  //\"cardRecordId\": \"b6adc86a-750d-436a-9625-b35400c5ed58\" //Id field in the SearchCards endpoint response\r\n  \"cardId\":\"77b0c561-9271-4bde-c9r5-f4749189ed11\", //cardId field in the SearchCards endpoint response,\r\n  \"status\": 1 //Block = 1, Unblock = 2\r\n}","options":{"raw":{"language":"json"}}},"url":"{{baseUrl}}api/Card/v{{version}}/Providus/BlockUnblockCard"},"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n  \"errors\": [\n    {\n      \"statusCode\": 404,\n      \"errorCode\": \"CP-ER25\",\n      \"errorMessage\": \"Unable to locate record.\"\n    }\n  ]\n}"}],"_postman_id":"eb06ab82-4e72-4ccd-a98d-dae52b5013a2"}],"id":"4b6324d1-bb95-4910-8ff4-c24f3144b0b5","_postman_id":"4b6324d1-bb95-4910-8ff4-c24f3144b0b5","description":""}],"id":"e7d6eb01-a38b-447d-9e3d-4b407c0a9c00","_postman_id":"e7d6eb01-a38b-447d-9e3d-4b407c0a9c00","description":""}],"event":[{"listen":"prerequest","script":{"id":"902508e1-bb23-46c9-b98d-23e6b3cf28dd","type":"text/javascript","exec":["var createEnv = function setVariable(key, value){","pm.environment.set(key, value)","}","var getEnv =function getVariable(key){","  return pm.environment.get(key)","}","console.log(\"This is the url \" + pm.environment.get(\"baseurl\"))","console.log(getEnv(`baseurl`));","var regRef1 = Math.random().toString(36).substring(2,9);","var reqRef2 = Math.random().toString().slice(2,10);","var regReference = regRef1+ reqRef2","createEnv(\"RequestReference\",regRef1+reqRef2);","console.log(regRef1)","console.log(reqRef2)","","const baseUrl =getEnv(\"baseurl\");","","const Authenticate ={","    url:`${baseUrl}/api/auth/v1/authenticate`,","    method:\"POST\",","  header: { ","    'Content-Type': 'application/json'","  },","    body : JSON.stringify({","  \"clientId\": getEnv(\"ClientId\"),","  \"clientSecret\": getEnv(\"ClientSecret\")","})","}","pm.sendRequest(Authenticate,function(err, response){","    if( err){","        console.log(err)","    }","    var outcome = response.json().accessToken","   createEnv(\"AccessToken\", outcome)","console.log(\"Response is \" +outcome )","","})",""]}},{"listen":"test","script":{"id":"6adecc1e-1e7e-460b-8f85-18a26e808d7e","type":"text/javascript","exec":[""]}}],"variable":[{"key":"baseurl","value":"","disabled":true},{"key":"RequestReference","value":""},{"key":"AccessToken","value":""},{"key":"LastName","value":""},{"key":"FirstName","value":""},{"key":"BVN","value":""},{"key":"Title","value":""},{"key":"phoneNumber","value":""},{"key":"lienRef","value":""},{"key":"FixedDepositAccountID","value":""},{"key":"InstNumber","value":""},{"key":"ClientId","value":"","type":"string","disabled":true},{"key":"ClientSecret","value":"","type":"string","disabled":true}]}