{"info":{"_postman_id":"93f0aafc-6712-471a-b311-b7c61403379a","name":"Moneyone FinPro","description":"<html><head></head><body><p>MoneyOne (Fintech Products and Solutions India Pvt. Ltd.) operates as a Technology Service Provider (TSP). One of its offerings, FinPro, is a platform designed to facilitate the onboarding of Financial Information Users (FIUs) into the Account Aggregator (AA) ecosystem.</p>\n<p>Moneyone Technology Service Provider (TSP) platform allows an FIU (Financial Information User) to support integration with all authorized Account Aggregators in the ecosystem in a dynamic, yet trusted manner by providing a ready implementation of the latest FIU API specifications published by ReBIT.</p>\n<p><strong>Features of FinPro</strong></p>\n<ul>\n<li><p>FinPro enable FIs, NBFCs, Insurance companies and all qualified regulated entities, to participate in the AA ecosystem.</p>\n</li>\n<li><p>It enables all participating organizations to receive data as per RBI regulation and be compliant with it.</p>\n</li>\n<li><p>Provides innovations to make consumer journeys seamless, data usage convenient and compliant.</p>\n</li>\n</ul>\n<hr>\n<h2 id=\"prerequisites\">Prerequisites</h2>\n<ul>\n<li><p>Begin by setting up the FinPro UAT/Production for your FIU with our assistance. Please contact us at <a href=\"https://mailto:support@moneyone.in\">support@moneyone.in </a> for any help.</p>\n</li>\n<li><p>You will receive access to the <strong>FinPro</strong> <strong>Admin Portal</strong>.</p>\n</li>\n<li><p>Before proceeding with API testing, please set up the below configuration in FinPro portal:</p>\n<ul>\n<li><p><strong>Consent template</strong></p>\n</li>\n<li><p><strong>Webhook notification</strong></p>\n</li>\n</ul>\n</li>\n<li><p>Our team will provide you with the <strong>API Keys</strong> required to test the APIs. You can also regenerate them in the admin portal.</p>\n<ul>\n<li><p><strong>Organization ID</strong></p>\n</li>\n<li><p><strong>Client ID</strong></p>\n</li>\n<li><p><strong>Client secret</strong></p>\n</li>\n<li><p><strong>App Identifier</strong></p>\n</li>\n</ul>\n</li>\n</ul>\n<hr>\n<h2 id=\"integration-steps\"><strong>Integration Steps</strong></h2>\n<ul>\n<li><p>FIU raises a consent request for the customer using one of the available Consent Request APIs.</p>\n</li>\n<li><p>FinPro generates a Web Redirection URL against the consent request.</p>\n</li>\n<li><p>FIU navigates the customer to the Web Redirection URL to complete the AA consent journey.</p>\n</li>\n<li><p>The customer reviews the consent request details and either approves or rejects the consent.</p>\n</li>\n<li><p>Once the customer has acted on the consent, FinPro sends a webhook notification to the FIU with the consent status.</p>\n</li>\n<li><p>While configuring the consent template, FIU can set the Data Request Mode as either automatic or manual.</p>\n</li>\n<li><p>In automatic mode, FinPro automatically fetches the data from AA once the consent is approved.</p>\n</li>\n<li><p>In manual mode, FIU must trigger a data fetch request using the FI Request API after the consent is approved.</p>\n</li>\n<li><p>Once the requested data is successfully fetched from AA and ready, FinPro sends a webhook notification to FIU indicating data availability.</p>\n</li>\n<li><p>FIU fetches the customer’s financial data using the Data Management APIs</p>\n</li>\n</ul>\n<hr>\n<h2 id=\"finpro-portal-setup\">FinPro Portal Setup</h2>\n<p>To get started with the FinPro integration the following would be required:</p>\n<ul>\n<li><p>Acquire login credentials from Moneyone team for the FinPro Portal.</p>\n</li>\n<li><p>Login to FinPro Portal using username and password</p>\n</li>\n</ul>\n<h4 id=\"consent-template-configuration\">Consent Template Configuration</h4>\n<ol>\n<li><p>Navigate to Consent Templates from the side navigation menu in the FinPro portal.</p>\n</li>\n<li><p>A table will be displayed listing all the existing Consent Templates.</p>\n</li>\n<li><p>If there are no Consent Templates available, you will need to create at least one.</p>\n</li>\n<li><p>To create a new Consent Template, click on the \"Create Consent Template\" button visible on the screen.</p>\n</li>\n<li><p>Fill in the details in the respective sections:</p>\n<ol>\n<li><p>Template details such as Purpose code, Template name, etc.</p>\n</li>\n<li><p>Consent request details such as Consent validity, consent types, FI types, etc.</p>\n</li>\n<li><p>Data request details such as Fetch type, frequency, etc.</p>\n</li>\n<li><p>Data filters (optional) based on transaction type or amount.</p>\n</li>\n</ol>\n</li>\n</ol>\n<h4 id=\"webhook-notification-configuration\">Webhook Notification Configuration</h4>\n<p>Webhook is a feature to receive notifications for subscribed events.</p>\n<ul>\n<li><p>Notifications are triggered on completion of the subscribed event.</p>\n</li>\n<li><p>The notification to a subscribed event is sent to a webhook URL setup by the FIU.</p>\n</li>\n<li><p>The notification is sent as a plain string message.</p>\n</li>\n<li><p>When setting up the webhook, you will be asked to specify a secret. Using this secret, you can validate that the webhook is from Moneyone.</p>\n</li>\n</ul>\n<p>For. e.g., if a webhook has been setup for consent approval event then notification would be sent once a user approves consent.</p>\n<h4 id=\"setting-up-of-webhook\"><strong>Setting up of Webhook</strong></h4>\n<ol>\n<li><p>Navigate to Admin → Webhooks from the side navigation menu in the FinPro portal.</p>\n</li>\n<li><p>A table will be displayed listing all the existing Webhooks configured.</p>\n</li>\n<li><p>To set up a new webhook, fill in the required details and save it.</p>\n<ol>\n<li><p>Event categories such as Consent-related, Data-related, etc.</p>\n</li>\n<li><p>Enter the Webhook URL along with Secret and App Identifier.</p>\n</li>\n<li><p>Each event category has a list of events that the FIU can subscribe to. Select the required events.</p>\n</li>\n</ol>\n</li>\n</ol>\n<h4 id=\"list-of-events\">List of Events</h4>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Event</th>\n<th>Triggered When</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Consent Approve</td>\n<td>Triggered by FinPro to FIU when a user approves a raised consent</td>\n</tr>\n<tr>\n<td>Consent Reject</td>\n<td>Triggered by FinPro to FIU when a user rejects a raised consent</td>\n</tr>\n<tr>\n<td>Consent Revoke</td>\n<td>Triggered by FinPro to FIU when a user revokes a consent</td>\n</tr>\n<tr>\n<td>Consent Expiry</td>\n<td>Triggered by FinPro to FIU when an active consent expires</td>\n</tr>\n<tr>\n<td>Consent Pause</td>\n<td>Triggered by FinPro to FIU when an active consent has been paused by customer</td>\n</tr>\n<tr>\n<td>Consent Resume</td>\n<td>Triggered by FinPro to FIU when a paused consent has been resumed by customer</td>\n</tr>\n<tr>\n<td>Data Request</td>\n<td>Triggered by FinPro to FIU when a data request is placed by FinPro to AA</td>\n</tr>\n<tr>\n<td>Data Ready</td>\n<td>Triggered by FinPro to FIU when the requested data is ready to be shared</td>\n</tr>\n<tr>\n<td>Data Push</td>\n<td>Triggered by FinPro to FIU to push the financial data to FIU endpoint</td>\n</tr>\n<tr>\n<td>Data Denied</td>\n<td>Triggered by FinPro to FIU when the requested data has been denied by FIPs</td>\n</tr>\n<tr>\n<td>Session Expired</td>\n<td>Triggered by FinPro to FIU when the session between FIU and Onemoney expires</td>\n</tr>\n<tr>\n<td>Session Failed</td>\n<td>Triggered by FinPro to FIU when FIP fails to provide data or delivery fails</td>\n</tr>\n<tr>\n<td>Event Status Updated</td>\n<td>Triggered by FIU to AA whenever any updates were made in the AA</td>\n</tr>\n</tbody>\n</table>\n</div><h4 id=\"mechanism-to-verify-the-notification\">Mechanism to verify the notification</h4>\n<ul>\n<li><p>Generate a signature by using the secret entered when setting up webhooks using the below code.</p>\n</li>\n<li><p>Generate a X-Webhook-Signature using <a href=\"https://www.jokecamp.com/blog/examples-of-creating-base64-hashes-using-hmac-sha256-in-different-languages/\">https://www.jokecamp.com/blog/examples-of-creating-base64-hashes-using-hmac-sha256-in-different-languages/</a></p>\n</li>\n<li><p>Secret is what FIU has configured in the FinPro portal. After secret is generated, the generated signature and the X-Webhook-Signature from request header matches, the data is said to be coming from the correct source.</p>\n</li>\n<li><p>Use the below code to verify that the notification is coming from Moneyone server and to generate signature</p>\n</li>\n</ul>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code>requests.get(url, headers={‘X-Webhook-Signature’: })\n\n</code></pre><h4 id=\"sample-format\">Sample Format</h4>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-json\">{\n\"timestamp\": \"&lt;timestamp&gt;\",\n\"consentHandle\": \"&lt;consent handle value&gt;\",\n\"eventType\": \"&lt;event type&gt;\",\n\"eventStatus\": \"&lt;event status&gt;\",\n\"consentId\": \"&lt;consent id&gt;\",\n\"eventMessage\": \"&lt;event message&gt;\"\n}\n\n</code></pre>\n<h5 id=\"consent_approved--type-1\">CONSENT_APPROVED – TYPE 1</h5>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-json\">{\n\"timestamp\":\"2022-03-08T12:21:43.616Z\",\n\"consentHandle\":\"c7f0d368-a05f-468d-8d6c-c75acc17f224\",\n\"eventType\":\"CONSENT\",\n\"eventStatus\":\"CONSENT_APPROVED\",\n\"consentId\":\"bf0cda0b-776c-4104-a4f8-5bcd69764125\",\n\"vua\":\"9999999999@onemoney\",\n\"eventMessage\":\"Consent approved for consent id bf0cda0b-776c-4104-a4f8-5bcd69764125\"\n}\n\n</code></pre>\n<h5 id=\"consent_approved--type-2\">CONSENT_APPROVED – TYPE 2</h5>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-json\">{\n   \"timestamp\":\"2023-03-10T06:26:02.035Z\",\n   \"consentHandle\":\"5eada97a-9852-4227-9558-45849b2800a3\",\n   \"eventType\":\"CONSENT\",\n   \"eventStatus\":\"CONSENT_APPROVED\",\n   \"consentId\":\"3c92001e-57ea-4320-bbb8-66d524bfb435\",\n   \"vua\":\"XXXXXXX773@onemoney\",\n   \"eventMessage\":\"Consent approved for consent id 3c92001e-57ea-4320-bbb8-66d524bfb435\",\n   \"productID\":\"AGENT\",\n   \"accountID\":\"AGENT1678429501561\",\n   \"fetchType\":\"ONETIME\",\n   \"consentExpiry\":\"2023-03-11 06:25:13\"\n}\n\n</code></pre>\n<h5 id=\"consent_paused--type-1\">CONSENT_PAUSED – TYPE 1</h5>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-json\">{\n   \"timestamp\":\"2022-03-08T12:24:40.836Z\",\n   \"consentHandle\":\"c7f0d368-a05f-468d-8d6c-c75acc17f224\",\n   \"eventType\":\"CONSENT\",\n   \"eventStatus\":\"CONSENT_PAUSED\",\n   \"consentId\":\"bf0cda0b-776c-4104-a4f8-5bcd69764125\",\n   \"vua\":\"9999999999@onemoney\",\n   \"eventMessage\":\"Consent paused for consent id bf0cda0b-776c-4104-a4f8-5bcd69764125\"\n}\n\n</code></pre>\n<h5 id=\"consent_paused--type-2\">CONSENT_PAUSED – TYPE 2</h5>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-json\">{\n   \"timestamp\":\"2023-03-10T06:29:11.246Z\",\n   \"consentHandle\":\"5eada97a-9852-4227-9558-45849b2800a3\",\n   \"eventType\":\"CONSENT\",\n   \"eventStatus\":\"CONSENT_PAUSED\",\n   \"consentId\":\"3c92001e-57ea-4320-bbb8-66d524bfb435\",\n   \"vua\":\"XXXXXXX773@onemoney\",\n   \"eventMessage\":\"Consent paused for consent id 3c92001e-57ea-4320-bbb8-66d524bfb435\",\n   \"productID\":\"AGENT\",\n   \"accountID\":\"AGENT1678429501561\",\n   \"fetchType\":\"ONETIME\",\n   \"consentExpiry\":\"2023-03-11 06:25:13\"\n}\n\n</code></pre>\n<h5 id=\"consent_resumed--type-1\">CONSENT_RESUMED – TYPE 1</h5>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-json\">{\n   \"timestamp\":\"2022-03-08T12:25:18.377Z\",\n   \"consentHandle\":\"c7f0d368-a05f-468d-8d6c-c75acc17f224\",\n   \"eventType\":\"CONSENT\",\n   \"eventStatus\":\"CONSENT_RESUMED\",\n   \"consentId\":\"bf0cda0b-776c-4104-a4f8-5bcd69764125\",\n   \"vua\":\"9999999999@onemoney\",\n   \"eventMessage\":\"Consent reactivated for consent id bf0cda0b-776c-4104-a4f8-5bcd69764125\"\n}\n\n</code></pre>\n<h5 id=\"consent_resumed--type-2\">CONSENT_RESUMED – TYPE 2</h5>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-json\">{\n   \"timestamp\":\"2023-03-10T06:29:49.212Z\",\n   \"consentHandle\":\"5eada97a-9852-4227-9558-45849b2800a3\",\n   \"eventType\":\"CONSENT\",\n   \"eventStatus\":\"CONSENT_RESUMED\",\n   \"consentId\":\"3c92001e-57ea-4320-bbb8-66d524bfb435\",\n   \"vua\":\"XXXXXXX773@onemoney\",\n   \"eventMessage\":\"Consent reactivated for consent id 3c92001e-57ea-4320-bbb8-66d524bfb435\",\n   \"productID\":\"AGENT\",\n   \"accountID\":\"AGENT1678429501561\",\n   \"fetchType\":\"ONETIME\",\n   \"consentExpiry\":\"2023-03-11 06:25:13\"\n}\n\n</code></pre>\n<h5 id=\"consent_revoked--type-1\">CONSENT_REVOKED – TYPE 1</h5>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-json\">{\n   \"timestamp\":\"2022-03-08T12:25:55.476Z\",\n   \"consentHandle\":\"c7f0d368-a05f-468d-8d6c-c75acc17f224\",\n   \"eventType\":\"CONSENT\",\n   \"eventStatus\":\"CONSENT_REVOKED\",\n   \"consentId\":\"bf0cda0b-776c-4104-a4f8-5bcd69764125\",\n   \"vua\":\"9999999999@onemoney\",\n   \"eventMessage\":\"Consent revoked for consent id bf0cda0b-776c-4104-a4f8-5bcd69764125\"\n}\n\n</code></pre>\n<h5 id=\"consent_revoked--type-2\">CONSENT_REVOKED – TYPE 2</h5>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-json\">{\n   \"timestamp\":\"2023-03-10T06:31:49.092Z\",\n   \"consentHandle\":\"5eada97a-9852-4227-9558-45849b2800a3\",\n   \"eventType\":\"CONSENT\",\n   \"eventStatus\":\"CONSENT_REVOKED\",\n   \"consentId\":\"3c92001e-57ea-4320-bbb8-66d524bfb435\",\n   \"vua\":\"XXXXXX773@onemoney\",\n   \"eventMessage\":\"Consent revoked for consent id 3c92001e-57ea-4320-bbb8-66d524bfb435\",\n   \"productID\":\"AGENT\",\n   \"accountID\":\"AGENT1678429501561\",\n   \"fetchType\":\"ONETIME\",\n   \"consentExpiry\":\"2023-03-11 06:25:13\"\n}\n\n</code></pre>\n<h5 id=\"consent_rejected--type-1\">CONSENT_REJECTED – TYPE 1</h5>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-json\">{\n  \"timestamp\": \"2020-12-18T09:58:12.162Z\",\n  \"consentHandle\": \"26a9b8a5-9396-47d5-a37e-b09b95740337\",\n  \"eventType\": \"CONSENT\",\n  \"eventStatus\": \"CONSENT_REJECTED\",\n  \"consentId\": \"&lt;NULL&gt;\",\n  \"eventMessage\": \"Consent rejected for consent id &lt;NULL&gt;\"\n}\n\n</code></pre>\n<h5 id=\"consent_rejected--type-2\">CONSENT_REJECTED – TYPE 2</h5>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-json\">{\n   \"timestamp\":\"2023-03-10T07:06:51.513Z\",\n   \"consentHandle\":\"b3bf17ec-9431-4def-be7d-48cffe2ef491\",\n   \"eventType\":\"CONSENT\",\n   \"eventStatus\":\"CONSENT_REJECTED\",\n   \"consentId\":\"\",\n   \"vua\":\"7730808773@onemoney\",\n   \"eventMessage\":\"Consent is rejected\",\n   \"productID\":\"AGENT\",\n   \"accountID\":\"AGENT1678431946347\",\n   \"fetchType\":\"ONETIME\",\n   \"consentExpiry\":\"2023-03-11 07:05:51\"\n}\n\n</code></pre>\n<h5 id=\"consent_expired--type-1\">CONSENT_EXPIRED – TYPE 1</h5>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-json\">{\n  \"timestamp\": \"2022-03-31T04:38:22.720Z\",\n  \"consentHandle\": \"b600d92b-36ba-45d3-a42a-5fac53fabe87\",\n  \"eventType\": \"CONSENT\",\n  \"eventStatus\": \"CONSENT_EXPIRED\",\n  \"consentId\": \"6d867fc2-24bd-4b89-b9fe-fefbb076cbd2\",\n  \"vua\": \"9999999999@onemoney\",\n  \"eventMessage\": \"Consent expired for consent id 6d867fc2-24bd-4b89-b9fe-fefbb076cbd2\"\n}\n\n</code></pre>\n<h5 id=\"consent_expired--type-2\">CONSENT_EXPIRED – TYPE 2</h5>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-json\">{\n   \"timestamp\":\"2023-03-11 07:09:51\",\n   \"consentHandle\":\"3b14393a-ccb7-4df9-aad4-01634c909e45\",\n   \"eventType\":\"CONSENT\",\n   \"eventStatus\":\"CONSENT_EXPIRED\",\n   \"consentId\":\"37c176a2-85a2-49df-924f-69ebb74df7a2\",\n   \"vua\":\"XXXXXX499@onemoney\",\n   \"eventMessage\":\"Consent expired for consent id 37c176a2-85a2-49df-924f-69ebb74df7a2\",\n   \"productID\":\"RGS0002\",\n   \"accountID\":\"888\",\n   \"fetchType\":\"ONETIME\",\n   \"consentExpiry\":\"2023-03-11 07:09:51\"\n}\n\n</code></pre>\n<h5 id=\"data_request--type-1\">DATA_REQUEST – TYPE 1</h5>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-json\">{\n   \"timestamp\":\"2022-03-08T12:22:03.146Z\",\n   \"consentHandle\":\"c7f0d368-a05f-468d-8d6c-c75acc17f224\",\n   \"eventType\":\"DATA\",\n   \"eventStatus\":\"DATA_REQUEST\",\n   \"consentId\":\"bf0cda0b-776c-4104-a4f8-5bcd69764125\",\n   \"vua\":\"9999999999@onemoney\",\n   \"eventMessage\":\"Data Requested for consent id bf0cda0b-776c-4104-a4f8-5bcd69764125\",\n}\n\n</code></pre>\n<h5 id=\"data_ready--type-1\">DATA_READY – TYPE 1</h5>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-json\">{\n   \"timestamp\":\"2022-03-08T12:22:03.146Z\",\n   \"consentHandle\":\"c7f0d368-a05f-468d-8d6c-c75acc17f224\",\n   \"eventType\":\"DATA\",\n   \"eventStatus\":\"DATA_READY\",\n   \"consentId\":\"bf0cda0b-776c-4104-a4f8-5bcd69764125\",\n   \"vua\":\"9999999999@onemoney\",\n   \"eventMessage\":\"Data ready for consent id bf0cda0b-776c-4104-a4f8-5bcd69764125\",\n   \"linkRefNumbers\":[\n      {\n         \"linkRefNumber\":\"e7597a05-5b56-4223-95fc3f-9596ff12eb\",\n         \"fiStatus\":\"READY\"\n      }\n   ]\n}\n\n</code></pre>\n<h5 id=\"data_ready--type-2\">DATA_READY – TYPE 2</h5>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-json\">{\n   \"timestamp\":\"2023-03-10T06:26:10.823Z\",\n   \"consentHandle\":\"5eada97a-9852-4227-9558-45849b2800a3\",\n   \"eventType\":\"DATA\",\n   \"eventStatus\":\"DATA_READY\",\n   \"consentId\":\"3c92001e-57ea-4320-bbb8-66d524bfb435\",\n   \"vua\":\"XXXXXXX773@onemoney\",\n   \"eventMessage\":\"Data ready for consent id 3c92001e-57ea-4320-bbb8-66d524bfb435\",\n   \"productID\":\"AGENT\",\n   \"accountID\":\"AGENT1678429501561\",\n   \"fetchType\":\"ONETIME\",\n   \"consentExpiry\":\"2023-03-11 06:25:13\",\n   \"dataExpiry\":\"2023-04-10T06:26:10.000Z\",\n   \"firstTimeFetch\":true,\n   \"linkRefNumbers\":[\n      {\n         \"linkRefNumber\":\"70814726-f02e-4db4-b380-df8d28ec6772\",\n         \"fiStatus\":\"READY\",\n         \"fipName\":\"FinShareBankServer\",\n         \"fipId\":\"finsharebank\",\n         \"maskedAccountNumber\":\"XXXXXXXX7300\"\n      }\n   ]\n}\n\n</code></pre>\n<h5 id=\"session_failed--type-1\">SESSION_FAILED – TYPE 1</h5>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-json\">{\n   \"timestamp\":\"2022-04-07T07:28:37.485Z\",\n   \"consentHandle\":\"995bad77-a003-402e-9b0d-8602c4069ef7\",\n   \"eventType\":\"DATA\",\n   \"eventStatus\":\"SESSION_FAILED\",\n   \"consentId\":\"48ecb1ed-3256-463f-b9a9-7936a1bb6f79\",\n   \"vua\":\"9999999999@onemoney\",\n   \"eventMessage\":\"Data fetch failed for consent id 48ecb1ed-3256-463f-b9a9-7936a1bb6f79\",\n   \"linkRefNumbers\":[\n      {\n         \"linkRefNumber\":\"5845ad3b-ae9d-435b-99fb-cc7462300706\",\n         \"fiStatus\":\"TIMEOUT\"\n      }\n   ]\n}\n\n</code></pre>\n<h5 id=\"session_failed--type-2\">SESSION_FAILED – TYPE 2</h5>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-json\">{\n   \"timestamp\": \"2023-09-28T06: 38: 37.886Z\",\n   \"consentHandle\": \"f18714e0-001b-44ac-8c85-c3162c434516\",\n   \"eventType\": \"DATA\",\n   \"eventStatus\": \"SESSION_FAILED\",\n   \"consentId\": \"59994ced-2620-4b12-9bd8-35025588887c\",\n   \"vua\": \"9999999999@onemoney\",\n   \"eventMessage\": \"Data fetch failed for consent id 59994ced-2620-4b12-9bd8-35025588887c\",\n  \"productID\": \"TESTP\",\n  \"accountID\": \"TESTP1695813566525\",\n  \"fetchType\": \"PERIODIC\",\n  \"consentExpiry\": \"2024-09-27 11: 19: 34\",\n  \"dataExpiry\": \"2023-09-28T11: 22: 12.000Z\",\n  \"sessionId\": \"728714aa-4fe3-430a-bd26-796ceea3de7d\",\n  \"linkRefNumbers\": [\n     {\n    \"linkRefNumber\": \"cfe39ed2-0b92-4720-98a7-ffe03e3fbc13\",\n    \"fiStatus\": \"TIMEOUT\",\n    \"fipName\": \"FinShareBankServer\",\n    \"fipId\": \"finsharebank\",\n    \"maskedAccountNumber\": \"XXXXXXXX0600\"\n     }\n   ]\n}\n\n</code></pre>\n<h5 id=\"session_expired--type-1\">SESSION_EXPIRED – TYPE 1</h5>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-json\">{\n   \"timestamp\":\"2021-04-23T13:08:01.514Z\",\n   \"consentHandle\":\"825da2f2-ae80-469b-b69b-6fb428107500\",\n   \"eventType\":\"DATA\",\n   \"eventStatus\":\"SESSION_EXPIRED\",\n   \"consentId\":\"91a2bb4c-8197-42c5-8de3-4ba02c16196d\",\n   \"vua\":\"9999999999@onemoney\",\n   \"eventMessage\":\"Data fetch expired for consent id 91a2bb4c-8197-42c5-8de3-4ba02c16196d\"\n}\n\n</code></pre>\n<h5 id=\"data_denied--type-1\">DATA_DENIED – TYPE 1</h5>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-json\">{\n   \"timestamp\":\"2022-04-07T06:33:28.592Z\",\n   \"consentHandle\":\"91c1cc00-e98b-4ee1-8b69-5afbae03f6b3\",\n   \"eventType\":\"DATA\",\n   \"eventStatus\":\"DATA_DENIED\",\n   \"consentId\":\"2f93c7f3-5fc5-479c-bea2-dfdac731b159\",\n   \"vua\":\"9999999999@onemoney\",\n   \"eventMessage\":\"Data denied for consent id 2f93c7f3-5fc5-479c-bea2-dfdac731b159\",\n   \"linkRefNumbers\":[\n      {\n         \"linkRefNumber\":\"efc18641-62c1-4706-a84c-dd86ea87f528\",\n         \"fiStatus\":\"DENIED\"\n      }\n   ]\n}\n\n</code></pre>\n<h5 id=\"data_denied--type-2\">DATA_DENIED – TYPE 2</h5>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-json\">{\n   \"timestamp\":\"2023-02-23T12:26:28.548Z\",\n   \"consentHandle\":\"60ff809a-61b6-4959-bb4a-81cb44ac1f51\",\n   \"eventType\":\"DATA\",\n   \"eventStatus\":\"DATA_DENIED\",\n   \"consentId\":\"d2277986-a5cc-42c2-89cd-b8f4018dc309\",\n   \"vua\":\"XXXXXXX773@onemoney\",\n   \"eventMessage\":\"Data denied for consent id d2277986-a5cc-42c2-89cd-b8f4018dc309\",\n   \"productID\":\"TESTONFEB17\",\n   \"accountID\":\"1234\",\n   \"fetchType\":\"PERIODIC\",\n   \"consentExpiry\":\"2023-02-25 12:14:41\",\n   \"dataExpiry\":\"\",\n   \"linkRefNumbers\":[\n      {\n         \"linkRefNumber\":\"65a13110-d1db-4703-960b-39f7e02e7b23\",\n         \"fiStatus\":\"DENIED\",\n         \"fipName\":\"FinShareBankServer\",\n         \"fipId\":\"finsharebank\",\n         \"maskedAccountNumber\":\"XXXXXXXX7300\"\n      },\n      {\n         \"linkRefNumber\":\"65a13110-d1db-4703-960b-39f7e02e7b23\",\n         \"fiStatus\":\"DENIED\",\n         \"fipName\":\"FinShareBankServer\",\n         \"fipId\":\"finsharebank\",\n         \"maskedAccountNumber\":\"XXXXXXXX7300\"\n      }\n   ]\n}\n\n</code></pre>\n<h5 id=\"data_push--type-1\">DATA_PUSH – TYPE 1</h5>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-json\">{\n  \"timestamp\": \"2022-04-07T06:10:17.129Z\",\n  \"consentHandle\": \"7793263e-ab71-4343-8f31-e7e695f4a3d1\",\n  \"eventType\": \"DATA_EXT\",\n  \"eventStatus\": \"DATA_PUSH\",\n  \"consentId\": \"bd740c63-70a3-415a-944f-fc6b16e2c55f\",\n  \"vua\": \"7730808773@onemoney\",\n  \"eventMessage\": \"Data push for consent id bd740c63-70a3-415a-944f-fc6b16e2c55f\",\n  \"productID\": \"AGENT\",\n  \"accountID\": \"AGENT1678429501561\",\n  \"fetchType\": \"ONETIME\",\n  \"consentExpiry\": \"2023-03-11 06:25:13\",\n  \"dataExpiry\": \"2023-04-10T06:26:10.000Z\",\n  \"firstTimeFetch\": true,\n  \"linkRefNumbers\": [\n    {\n      \"linkRefNumber\": \"70814726-f02e-4db4-b380-df8d28ec6772\",\n      \"fiStatus\": \"READY\",\n      \"fipName\": \"FinShareBankServer\",\n      \"fipId\": \"finsharebank\",\n      \"maskedAccountNumber\": \"XXXXXXXX7300\"\n    }\n  ],\n  \"data\": [\n    {\n      \"linkReferenceNumber\": \"b520384b-7174-4951-98cf-b09574266e61\",\n      \"maskedAccountNumber\": \"XXXXXX8773\",\n      \"fiType\": \"RECURRING_DEPOSIT\",\n      \"bank\": \"FinShareBankServer\",\n      \"Summary\": {\n        \"branch\": \"JayaNagar 4th Block\",\n        \"openingDate\": null,\n        \"ifsc\": \"ICIC0001124\",\n        \"accountType\": \"RECURRING\",\n        \"maturityAmount\": \"61693.00\",\n        \"maturityDate\": null,\n        \"description\": \"12 Months Recurring Deposit\",\n        \"interestPayout\": \"OnMaturity\",\n        \"interestRate\": \"5.15\",\n        \"principalAmount\": \"5000.00\",\n        \"tenureDays\": \"0\",\n        \"tenureMonths\": \"12\",\n        \"tenureYears\": \"0\",\n        \"recurringAmount\": \"5000.00\",\n        \"recurringDepositDay\": \"22\",\n        \"interestComputation\": \"COMPOUND\",\n        \"compoundingFrequency\": \"MONTHLY\",\n        \"interestPeriodicPayoutAmount\": \"0\",\n        \"interestOnMaturity\": \"1693\",\n        \"currentValue\": \"35000.00\"\n      },\n      \"Profile\": {\n        \"Holders\": {\n          \"type\": \"SINGLE\",\n          \"Holder\": [\n            {\n              \"name\": \"Akshay Kumar\",\n              \"dob\": \"1947-08-15\",\n              \"mobile\": \"7730808773\",\n              \"nominee\": \"REGISTERED\",\n              \"landline\": \"\",\n              \"address\": \"8/1190, 5th Cross, 3rd Main, 7th Block, Jayanagar, Bangalore - 560011\",\n              \"email\": \"mail@mail.com\",\n              \"pan\": \"AAAAA0000A\",\n              \"ckycCompliance\": \"true\"\n            }\n          ]\n        }\n      },\n      \"Transactions\": {\n        \"startDate\": \"2019-04-07\",\n        \"endDate\": \"2022-04-07\",\n        \"Transaction\": [\n          {\n            \"type\": \"OPENING\",\n            \"mode\": \"FT\",\n            \"amount\": \"5000.00\",\n            \"balance\": \"5000.00\",\n            \"transactionDateTime\": \"2019-12-22T04:53:45.000Z\",\n            \"valueDate\": \"2019-12-22T04:53:45.000Z\",\n            \"txnId\": \"M2587459\",\n            \"narration\": \"TOWARDS RD OPENING\",\n            \"reference\": \"RFN0001338754\"\n          },\n          {\n            \"type\": \"INSTALLMENT\",\n            \"mode\": \"FT\",\n            \"amount\": \"5000.00\",\n            \"balance\": \"10000.00\",\n            \"transactionDateTime\": \"2020-01-22T04:53:45.000Z\",\n            \"valueDate\": \"2020-01-22T04:53:45.000Z\",\n            \"txnId\": \"M5874125\",\n            \"narration\": \"TOWARDS RD INSTALLMENT\",\n            \"reference\": \"RFN0001587864\"\n          },\n          {\n            \"type\": \"INSTALLMENT\",\n            \"mode\": \"FT\",\n            \"amount\": \"5000.00\",\n            \"balance\": \"15000.00\",\n            \"transactionDateTime\": \"2020-02-22T04:53:45.000Z\",\n            \"valueDate\": \"2020-02-22T04:53:45.000Z\",\n            \"txnId\": \"M9160791\",\n            \"narration\": \"TOWARDS RD INSTALLMENT\",\n            \"reference\": \"RFN0001836974\"\n          }\n        ]\n      }\n    }\n  ]\n}\n\n</code></pre>\n<h5 id=\"event_status_updated---type-1\">EVENT_STATUS_UPDATED - TYPE 1</h5>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-json\">{ \n\"timestamp\": \"2022-05-27T05:13:57.672Z\", \n\"eventType\": \"AA_LIST\", \n\"eventStatus\": \"EVENT_STATUS_UPDATED\", \n\"eventMessage\": \"There were new updates in AA list, Please take latest \npull from our FIU platform\" \n}\n\n</code></pre>\n<hr>\n<h2 id=\"api-sequence\">API Sequence</h2>\n<p><b>Consent Flow</b></p>\n<ul>\n<li><p><strong>Consent Request API :</strong> To raise consent request. Use only one of the provided APIs as per the requirement. Please refer to the Consent Management section.</p>\n</li>\n<li><p><strong>Web Redirection Encryption API (Optional) :</strong> To generate an encrypted url of the account aggregator for a particular consent.</p>\n</li>\n<li><p><strong>Web Redirection Decryption API (Optional) :</strong> To decrypt the encrypted consent response from AA.</p>\n</li>\n<li><p><strong>Consent List API (Optional) :</strong> To get the list of consent artefact. Alternatively, FIU can setup Consent level webhook (in admin portal) to receive notification whenever consent status gets updated.</p>\n</li>\n</ul>\n<p><b>Data Flow</b></p>\n<ul>\n<li><p><strong>FI Request API (Conditional) :</strong> If fetch mode for the particular consent is set as Manual then this API should be called to initiate a data request.<br>  Note (i): For Auto Manual mode, the first data request will be automatically initiated by FinPro. But from the second data request, FIU has to call this API.</p>\n</li>\n<li><p><strong>FI Request Status API (Conditional &amp; Optional) :</strong> To check the status of the data request made. Alternatively, FIU can setup Data Ready webhook (in admin portal) to receive notification once the data is fetched from AA and is ready for consumption.</p>\n</li>\n<li><p>There are <strong>multiple FI Data APIs</strong> that the FIU can use as per the requirement. Please refer to the Datam Management section.</p>\n</li>\n</ul>\n<p><b>Additional APIs</b></p>\n<ul>\n<li><p><strong>Revoke Consent API :</strong> The FIU can revoke any active consent using this API.</p>\n</li>\n<li><p><strong>Check Profile API :</strong> To check if the user has an existing profile with the corresponding AA (i.e., VUA exists or not).</p>\n</li>\n</ul>\n<img src=\"https://content.pstmn.io/1f20039b-06b5-4098-923a-438b86b3dbf7/RklVX19GaW5Qcm9fX0FBIERhdGEgRmxvdyBEaWFncmFtIC0gRnJhbWUgMS5qcGc=\">\n\n<h2 id=\"api-status-code-catalogue\">API Status Code Catalogue</h2>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Status Code</th>\n<th>Status</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>400</td>\n<td>Bad Request</td>\n<td>This message occurs as a response to the API call made, when a required parameter is missing or an improper request body is sent in the payload of API.</td>\n</tr>\n<tr>\n<td>400</td>\n<td>Bad request headers</td>\n<td>This message occurs as a response to the API call made, when request headers are unavailable.</td>\n</tr>\n<tr>\n<td>400</td>\n<td>Invalid URI</td>\n<td>This message occurs as a response to the API call made when the API call couldn’t parse the specified URI/Endpoint.</td>\n</tr>\n<tr>\n<td>401</td>\n<td>UNAUTHORIZED_ACCESS</td>\n<td>This message occurs as a response to the API call made, when the given token doesn’t have enough permission to make that API call or the token is expired.</td>\n</tr>\n<tr>\n<td>403</td>\n<td>AccessDenied</td>\n<td>This message occurs as a response to the API call made, in case when the Web server forbids the user from accessing the API.</td>\n</tr>\n<tr>\n<td>404</td>\n<td>NoSuchVersion</td>\n<td>This message occurs as a response to the API call made, when the <code>ver</code> parameter value in the request body is incorrect.</td>\n</tr>\n<tr>\n<td>404</td>\n<td>RECORD_NOT_FOUND</td>\n<td>This message occurs as a response to the API call made, when the record could not be found for the given request.</td>\n</tr>\n<tr>\n<td>405</td>\n<td>MethodNotAllowed</td>\n<td>This message occurs as a response to the API call made, when the specified API method used is not allowed against the API used.</td>\n</tr>\n<tr>\n<td>409</td>\n<td>CONFLICT</td>\n<td>This message occurs as a response to the API call made, when the request could not be processed because of a conflict in the request, such as the requested resource not being in the expected state, or the result of processing the request would create a conflict within the resource.</td>\n</tr>\n<tr>\n<td>411</td>\n<td>MissingContentLength</td>\n<td>This message occurs as a response to the API call made, when the header of the request body doesn’t contain content-length.</td>\n</tr>\n<tr>\n<td>412</td>\n<td>PRECONDITION_FAILED</td>\n<td>This message occurs as a response to the API call made, when the server does not meet one of the preconditions that the client put in its request header fields.</td>\n</tr>\n<tr>\n<td>415</td>\n<td>UnsupportedMediaType</td>\n<td>This message occurs as a response to the API call made, when the payload is not a JSON structure.</td>\n</tr>\n<tr>\n<td>500</td>\n<td>InternalError</td>\n<td>This message occurs as a response to the API call made, when there is an internal error with Moneyone.</td>\n</tr>\n<tr>\n<td>501</td>\n<td>NOT_IMPLEMENTED</td>\n<td>This message occurs as a response to the API call made, when the server does not support the functionality required to fulfill the request.</td>\n</tr>\n<tr>\n<td>502</td>\n<td>BadGateway</td>\n<td>This message occurs as a response to the API call made, when there is no valid response from the Onemoney web server.</td>\n</tr>\n<tr>\n<td>503</td>\n<td>SERVICE_UNAVAILABLE</td>\n<td>This message occurs as a response to the API call made, when not being able to connect to FIU.</td>\n</tr>\n<tr>\n<td>503</td>\n<td>ERR_CONNECT_SERVICE</td>\n<td>This message occurs as a response to the API call made, when the Moneyone server is not able to connect to SQS.</td>\n</tr>\n<tr>\n<td>504</td>\n<td>GATEWAY_TIMEOUT</td>\n<td>This message occurs as a response to the API call made, when there is no response from the Moneyone server on time.</td>\n</tr>\n<tr>\n<td>520</td>\n<td>ERR_UNKNOWN</td>\n<td>This message occurs as a response to the API call made, due to a variety of unexpected reasons.</td>\n</tr>\n</tbody>\n</table>\n</div><p><strong>Note Below:</strong></p>\n<p>The FinPro API details are provided below. Please use the APIs as per your requirements. Review the <em>Description</em> section of each API to understand its purpose.</p>\n<ul>\n<li><p>API-level parameter validations (such as length, data type) are included wherever applicable. If validation is not mentioned, it means no additional validation exists.</p>\n</li>\n<li><p>Supported values are specified wherever applicable.</p>\n</li>\n<li><p>Error messages can come enclosed in square brackets [].</p>\n</li>\n</ul>\n</body></html>","schema":"https://schema.getpostman.com/json/collection/v2.0.0/collection.json","toc":[],"owner":"12076903","collectionId":"93f0aafc-6712-471a-b311-b7c61403379a","publishedId":"TVYAfLCm","public":true,"customColor":{"top-bar":"FFFFFF","right-sidebar":"303030","highlight":"00B140"},"publishDate":"2025-03-25T17:44:35.000Z"},"item":[{"name":"Consent Management","item":[{"name":"Consent Request V2","event":[{"listen":"prerequest","script":{"id":"218363d4-0003-46fb-a68e-ed4a04df0ff7","exec":[""],"type":"text/javascript","packages":{}}},{"listen":"test","script":{"id":"1780ddee-ec1d-4bd6-b7b4-74c306fc2100","exec":[""],"type":"text/javascript","packages":{}}}],"id":"84be55d2-7cd6-4807-8f98-f290a8a07485","protocolProfileBehavior":{"disabledSystemHeaders":{},"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"client_id","value":"{{Client_Id}}","type":"text"},{"key":"client_secret","value":"{{Client_Secret}}","type":"text"},{"key":"organisationId","value":"{{Organisation_Id}}","type":"text"},{"key":"appIdentifier","value":"{{App_Identifier}}","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"productID\": \"{{Product_Id}}\",\n    \"vua\": \"{{Mobile_Number}}@onemoney\",\n    \"partyIdentifierType\": \"MOBILE\",\n    \"partyIdentifierValue\": \"{{Mobile_Number}}\",\n    \"accountID\": \"test\"\n}","options":{"raw":{"language":"json"}}},"url":"{{Base_URL}}/v2/requestconsent","description":"<p>This API facilitates the initiation of a consent request. Based on the provided request parameters, FinPro communicates with the Account Aggregator (AA) to raise a consent request.</p>\n<h4 id=\"request-parameters\">Request Parameters</h4>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Parameter</strong></th>\n<th><strong>Type</strong></th>\n<th><strong>Mandatory vs Optional</strong></th>\n<th><strong>Validation</strong></th>\n<th><strong>Description</strong></th>\n<th><strong>Supported Values</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>productId</td>\n<td>string</td>\n<td>mandatory</td>\n<td>Should be a valid product ID in our database. It is the template code created in FinPro portal.  <br />Alphanumeric identifiers only</td>\n<td>Consent template ID created in the admin portal.</td>\n<td></td>\n</tr>\n<tr>\n<td>vua</td>\n<td>string</td>\n<td>mandatory</td>\n<td></td>\n<td>VUA is a unique identifier for the customer provided by the Account Aggregator (AA). Pass the VUA in the format of mobile_number@aa_identifier.</td>\n<td></td>\n</tr>\n<tr>\n<td>partyIdentifierType</td>\n<td>string</td>\n<td>mandatory</td>\n<td>Must contain only A-Z characters</td>\n<td>Identifier type that is used to uniquely identify the customer.</td>\n<td>MOBILE</td>\n</tr>\n<tr>\n<td>partyIdentifierValue</td>\n<td>string</td>\n<td>mandatory</td>\n<td>For MOBILE: 10-digit number (0-9 only)</td>\n<td>Value of the party identifier type.  <br />Note: This does not check if the mobile number is valid or serviceable.</td>\n<td></td>\n</tr>\n<tr>\n<td>accountID</td>\n<td>string</td>\n<td>mandatory</td>\n<td>Alphanumeric + underscore, hyphen, dot only</td>\n<td>Customer Reference Number such as Loan Application Number, User ID, etc. Pass an ID to uniquely identify this request.</td>\n<td></td>\n</tr>\n</tbody>\n</table>\n</div><h4 id=\"response-parameters\">Response Parameters</h4>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Parameter</strong></th>\n<th><strong>Type</strong></th>\n<th><strong>Mandatory vs Optional</strong></th>\n<th><strong>Description</strong></th>\n<th><strong>Supported Values</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>status</td>\n<td>string</td>\n<td>optional</td>\n<td>Status of the response.</td>\n<td></td>\n</tr>\n<tr>\n<td>ver</td>\n<td>string</td>\n<td>optional</td>\n<td>Version of the API.</td>\n<td></td>\n</tr>\n<tr>\n<td>data.status</td>\n<td>string</td>\n<td>mandatory</td>\n<td>Status of the consent.</td>\n<td>PENDING</td>\n</tr>\n<tr>\n<td>data.consent_handle</td>\n<td>string</td>\n<td>mandatory</td>\n<td>Unique consent handle of the consent request raised.</td>\n<td></td>\n</tr>\n<tr>\n<td>timestamp</td>\n<td>string</td>\n<td>optional</td>\n<td>The timestamp of the transaction.</td>\n<td></td>\n</tr>\n</tbody>\n</table>\n</div><h4 id=\"error-response-format\">Error Response Format</h4>\n<p>When an error occurs, the API returns a JSON object with the following structure:</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Sr. No.</th>\n<th>Field</th>\n<th>Type</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>1</td>\n<td><code>ver</code></td>\n<td>String (Optional)</td>\n</tr>\n<tr>\n<td>2</td>\n<td><code>timestamp</code></td>\n<td>String (Optional)</td>\n</tr>\n<tr>\n<td>3</td>\n<td><code>errorCode</code></td>\n<td>String (Optional)</td>\n</tr>\n<tr>\n<td>4</td>\n<td><code>errorMsg</code></td>\n<td>String (Optional)</td>\n</tr>\n<tr>\n<td>5</td>\n<td><code>status</code></td>\n<td>String (Optional)</td>\n</tr>\n</tbody>\n</table>\n</div><h4 id=\"error-catalogue\">Error Catalogue</h4>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Status</strong></th>\n<th><strong>Error Code</strong></th>\n<th><strong>Error Message</strong></th>\n<th>Sample Payload / Setup Required</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>FP0001</td>\n<td>InvalidRequest</td>\n<td>Request has Invalid ProductID ****</td>\n<td>{\"vua\": \"9552058804@onemoney\", \"accountID\": \"NEWLAYER\", \"productID\": \"INVALID_PRODUCT_ID\", \"partyIdentifierType\": \"MOBILE\", \"partyIdentifierValue\": \"9552058804\", \"transactionID\": \"123\"}</td>\n</tr>\n<tr>\n<td>FP0002</td>\n<td>InvalidRequest</td>\n<td>Request has productID with NON ACTIVE status</td>\n<td>Use valid payload + Setup: Database product with status=\"INACTIVE\"</td>\n</tr>\n<tr>\n<td>FP0003</td>\n<td>InvalidRequest</td>\n<td>Invalid Party Identifier Type</td>\n<td>{\"vua\": \"9552058804@onemoney\", \"accountID\": \"NEWLAYER\", \"productID\": \"TESTC\", \"partyIdentifierType\": \"MOBLE\", \"partyIdentifierValue\": \"9552058804\", \"transactionID\": \"123\"}</td>\n</tr>\n<tr>\n<td>FP0004</td>\n<td>InvalidRequest</td>\n<td>Request has productID with invalid product status</td>\n<td>Use valid payload + Setup: Product with custom status (not ACTIVE/INACTIVE)</td>\n</tr>\n<tr>\n<td>FP0008</td>\n<td>InternalErrorFromAA</td>\n<td>Customer vua validation error</td>\n<td>Use valid payload + Setup: VUA exists but AA validation fails. Internal Error</td>\n</tr>\n<tr>\n<td>FP0012</td>\n<td>Invalidvua</td>\n<td>Entity Handle not present in Central Registry</td>\n<td>{\"vua\": \"invalid@format\", \"accountID\": \"NEWLAYER\", \"productID\": \"VALID_PRODUCT_ID\", \"partyIdentifierType\": \"MOBILE\", \"partyIdentifierValue\": \"9552058804\", \"transactionID\": \"123\"}</td>\n</tr>\n<tr>\n<td>FP0013</td>\n<td>AANotInActive</td>\n<td>The respected AA is not enabled in FIU</td>\n<td>Use valid payload + Setup: AA exists in database but enabled=false</td>\n</tr>\n<tr>\n<td></td>\n<td>InvalidRequest</td>\n<td>[ productID value can have only A to Z, a to z, 0 to 9, _ , - and . characters ]</td>\n<td>{\"partyIdentifierType\": \"MOBILE\", \"partyIdentifierValue\": \"9497448329\", \"productID\": \"*\", \"accountID\": \"TestV4\", \"vua\": \"9497448320@onemoney\", \"fipID\": [\"finshareban5k\"], \"redirectUrl\": \"<a href=\"https://www.google.com/\">https://www.google.com/\"}</a></td>\n</tr>\n<tr>\n<td></td>\n<td>InvalidRequest</td>\n<td>[ accountID value can have only A to Z, a to z, 0 to 9, _ , - and . characters ]</td>\n<td><code>{\"productID\":\"PFMCT008\",\"productIDList\": [\"PFMCT008\",\"PFMCT009\"],\"vua\": \"8806782697@onemoney\",\"partyIdentifierType\": \"MOBILE\",\"partyIdentifierValue\": \"8806782697\",\"accountID\": \"test##test\",\"pan\":\"HURRY1234E\",\"fipID\": [\"ACME-FIP\",\"finsharebank\"],\"redirectUrl\": \"http://www.google.com\"}</code></td>\n</tr>\n<tr>\n<td></td>\n<td>InvalidRequest</td>\n<td>[ partyIdentifierValue must be valid Mobile number ]</td>\n<td><code>{\"productID\":\"PFMCT008\",\"productIDList\": [\"PFMCT008\",\"PFMCT009\"],\"vua\": \"8806782697@onemoney\",\"partyIdentifierType\": \"MOBILE\",\"partyIdentifierValue\": \"+91 8806782697\",\"accountID\": \"test\",\"pan\":\"HURRY1234E\",\"fipID\": [\"ACME-FIP\",\"finsharebank\"],\"redirectUrl\": \"http://www.google.com\"}</code></td>\n</tr>\n<tr>\n<td></td>\n<td>InvalidRequest</td>\n<td>[ partyIdentifierType must contain value ] [ partyIdentifierType value can have only A to Z characters ]</td>\n<td>{  <br />\"partyIdentifierType\": \"\",  <br />\"partyIdentifierValue\": \"76748664\",  <br />\"productID\": \"CJHBDHSU\",  <br />\"accountID\": \"mp31234\",  <br />\"vua\": \"76748664@onemoney\"  <br />// \"journeyid\": \"rblinsignia\"  <br />// \"redirectUrl\":\"<a href=\"http://google.infrfsdhfh\">http://google.infrfsdhfh\"</a>  <br />  <br />}</td>\n</tr>\n<tr>\n<td></td>\n<td>InvalidRequest</td>\n<td>[ vua is required ]</td>\n<td>remove vua key from the request</td>\n</tr>\n<tr>\n<td></td>\n<td>InvalidRequest</td>\n<td>[ partyIdentifierType is required ]</td>\n<td>remove partyIdentifierType key from the request payload</td>\n</tr>\n<tr>\n<td></td>\n<td>InvalidRequest</td>\n<td>[ partyIdentifierType value can have only A to Z characters ]</td>\n<td>replace partyIdentifierType value with this  <br />partyIdentifierType: \"MOB**LE\"</td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"path":["v2","requestconsent"],"host":["{{Base_URL}}"],"query":[],"variable":[]}},"response":[{"id":"ab8471fe-b618-4987-a8bd-41bb276c89ea","name":"Example","originalRequest":{"method":"POST","header":[{"key":"client_id","value":"{{Client_Id}}","type":"text"},{"key":"client_secret","value":"{{Client_Secret}}","type":"text"},{"key":"organisationId","value":"{{Organisation_Id}}","type":"text"},{"key":"appIdentifier","value":"{{App_Identifier}}","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"productID\": \"{{Product_Id}}\",\n    \"vua\": \"{{Mobile_Number}}@onemoney\",\n    \"partyIdentifierType\": \"MOBILE\",\n    \"partyIdentifierValue\": \"{{Mobile_Number}}\",\n    \"accountID\": \"test\"\n}","options":{"raw":{"language":"json"}}},"url":"{{Base_URL}}/v2/requestconsent"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Wed, 19 Mar 2025 19:03:29 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"119"},{"key":"Connection","value":"keep-alive"},{"key":"Content-Security-Policy","value":"report-uri *.moneyone.in"},{"key":"Cross-Origin-Embedder-Policy","value":"require-corp"},{"key":"Cross-Origin-Opener-Policy","value":"same-origin"},{"key":"Cross-Origin-Resource-Policy","value":"same-origin"},{"key":"X-DNS-Prefetch-Control","value":"off"},{"key":"Expect-CT","value":"max-age=0"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"Strict-Transport-Security","value":"max-age=31536000; includeSubDomains"},{"key":"X-Download-Options","value":"noopen"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"Origin-Agent-Cluster","value":"?1"},{"key":"X-Permitted-Cross-Domain-Policies","value":"none"},{"key":"Referrer-Policy","value":"no-referrer"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"X-RateLimit-Limit","value":"1000"},{"key":"X-RateLimit-Remaining","value":"998"},{"key":"X-RateLimit-Reset","value":"1742411054"},{"key":"Access-Control-Allow-Origin","value":"*.moneyone.in"},{"key":"Access-Control-Allow-Methods","value":"GET, POST"},{"key":"Access-Control-Allow-Headers","value":"X-Requested-With,content-type"},{"key":"Access-Control-Allow-Credentials","value":"true"},{"key":"ETag","value":"W/\"77-0LOGjzZD9fvSeJ6gddXbrKOAA9U\""}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": \"success\",\n    \"ver\": \"1.21.0\",\n    \"data\": {\n        \"status\": \"PENDING\",\n        \"consent_handle\": \"3a3f2d96-fc3b-42e5-804f-e65d10a4be98\"\n    }\n}"},{"id":"52bc452f-501c-443d-9c98-119745e8553a","name":"Error Example","originalRequest":{"method":"POST","header":[{"key":"client_id","value":"{{Client_Id}}","type":"text"},{"key":"client_secret","value":"{{Client_Secret}}","type":"text"},{"key":"organisationId","value":"{{Organisation_Id}}","type":"text"},{"key":"appIdentifier","value":"{{App_Identifier}}","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"productID\": \"{{Product_Id}}\",\n    \"vua\": \"{{Mobile_Number}}@onemoney\",\n    \"partyIdentifierType\": \"MOBILE\",\n    \"partyIdentifierValue\": \"{{Mobile_Number}}\",\n    \"accountID\": \"test\"\n}","options":{"raw":{"language":"json"}}},"url":"{{Base_URL}}/v2/requestconsent"},"status":"Bad Request","code":400,"_postman_previewlanguage":null,"header":[{"key":"Date","value":"Wed, 01 Oct 2025 10:55:32 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"148"},{"key":"Connection","value":"keep-alive"},{"key":"Content-Security-Policy","value":"report-uri *.moneyone.in"},{"key":"Cross-Origin-Embedder-Policy","value":"require-corp"},{"key":"Cross-Origin-Opener-Policy","value":"same-origin"},{"key":"Cross-Origin-Resource-Policy","value":"same-origin"},{"key":"X-DNS-Prefetch-Control","value":"off"},{"key":"Expect-CT","value":"max-age=0"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"Strict-Transport-Security","value":"max-age=31536000; includeSubDomains"},{"key":"X-Download-Options","value":"noopen"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"Origin-Agent-Cluster","value":"?1"},{"key":"X-Permitted-Cross-Domain-Policies","value":"none"},{"key":"Referrer-Policy","value":"no-referrer"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"X-RateLimit-Limit","value":"1000"},{"key":"X-RateLimit-Remaining","value":"997"},{"key":"X-RateLimit-Reset","value":"1759316155"},{"key":"Access-Control-Allow-Origin","value":"*.moneyone.in"},{"key":"Access-Control-Allow-Methods","value":"GET, POST"},{"key":"Access-Control-Allow-Headers","value":"X-Requested-With,content-type"},{"key":"Access-Control-Allow-Credentials","value":"true"},{"key":"ETag","value":"W/\"94-JbyTG9yUBcZ6SRDuzuTUNZFb4/M\""}],"cookie":[],"responseTime":null,"body":"{\n    \"ver\": \"1.21.0\",\n    \"timestamp\": \"2025-10-01T10:55:32.710Z\",\n    \"errorCode\": \"InvalidRequest\",\n    \"errorMsg\": \"Request has Invalid ProductID  2\",\n    \"status\": \"FP0001\"\n}"}],"_postman_id":"84be55d2-7cd6-4807-8f98-f290a8a07485"},{"name":"Consent Request V3","event":[{"listen":"prerequest","script":{"id":"218363d4-0003-46fb-a68e-ed4a04df0ff7","exec":[""],"type":"text/javascript","packages":{}}},{"listen":"test","script":{"id":"1780ddee-ec1d-4bd6-b7b4-74c306fc2100","exec":[""],"type":"text/javascript","packages":{}}}],"id":"0f656337-1a45-4436-b89f-60b97a3c292a","protocolProfileBehavior":{"disabledSystemHeaders":{},"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"client_id","value":"{{Client_Id}}","type":"text"},{"key":"client_secret","value":"{{Client_Secret}}","type":"text"},{"key":"organisationId","value":"{{Organisation_Id}}","type":"text"},{"key":"appIdentifier","value":"{{App_Identifier}}","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"productID\": \"{{Product_Id}}\",\n    \"vua\": \"{{Mobile_Number}}@onemoney\",\n    \"partyIdentifierType\": \"MOBILE\",\n    \"partyIdentifierValue\": \"{{Mobile_Number}}\",\n    \"accountID\": \"test\",\n    \"pan\":\"HURRY1234E\", \n    \"fipID\": [\n        \"ACME-FIP\",\n        \"finsharebank\"\n    ],\n    \"redirectUrl\": \"http://www.google.com\"\n}","options":{"raw":{"language":"json"}}},"url":"{{Base_URL}}/v3/requestconsent","description":"<p>This API facilitates the initiation of a consent request and the corresponding AA Web Redirection Encrypted URL. The generated URL can be embedded in an iframe within the FIU's application or opened in a web browser, allowing the user to provide their consent on the AA application.</p>\n<p>Note :</p>\n<ul>\n<li><p>If an FIU is calling this API, they do not need to seperately call Web Redirection Encryption API.</p>\n</li>\n<li><p>Use this API to pass FIP ID(s) for which discovery should be triggered by AA. [Refer to Example 2]</p>\n</li>\n<li><p>Use this API to pass PAN of the user for those FI Types that require PAN for discovery (e.g., Mutal Funds, Equity).</p>\n</li>\n<li><p>Use this API for multi/dual consent journeys. Multi/Dual Consent Flow is a on-demand feautue. Please reach out to our support team to enable it for your organization.</p>\n<ul>\n<li><p>Use <strong>productIDList</strong> parameter instead of <strong>productId.</strong></p>\n</li>\n<li><p>Refer to Example 3.</p>\n</li>\n</ul>\n</li>\n</ul>\n<h4 id=\"request-parameters\">Request Parameters</h4>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Parameter</strong></th>\n<th><strong>Type</strong></th>\n<th><strong>Mandatory vs Optional</strong></th>\n<th><strong>Validation</strong></th>\n<th><strong>Description</strong></th>\n<th><strong>Supported Values</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>productId</td>\n<td>string</td>\n<td>mandatory  <br />(not required, if using productIDList)</td>\n<td>Should be a valid product ID in our database. It is the template code created in FinPro portal.  <br />Alphanumeric identifiers only</td>\n<td>Consent template ID created in the admin portal.</td>\n<td></td>\n</tr>\n<tr>\n<td>productIDList</td>\n<td>array</td>\n<td>mandatory (for multi-consent flow)</td>\n<td>Should be a valid product ID in our database. It is the template code created in FinPro portal.  <br />Alphanumeric identifiers only</td>\n<td>List of consent template IDs created in the admin portal. This parameter to be used for multi consent journeys only.</td>\n<td></td>\n</tr>\n<tr>\n<td>vua</td>\n<td>string</td>\n<td>mandatory</td>\n<td></td>\n<td>VUA is a unique identifier for the customer provided by the Account Aggregator (AA). Pass the VUA in the format of mobile_number@aa_identifier.</td>\n<td></td>\n</tr>\n<tr>\n<td>partyIdentifierType</td>\n<td>string</td>\n<td>mandatory</td>\n<td>Must contain only A-Z characters</td>\n<td>Identifier type that is used to uniquely identify the customer.</td>\n<td>MOBILE</td>\n</tr>\n<tr>\n<td>partyIdentifierValue</td>\n<td>string</td>\n<td>mandatory</td>\n<td>For MOBILE: 10-digit number (0-9 only)</td>\n<td><strong>FinPro Validation:</strong> Only regex pattern (0-9) to verify the mobile number format.  <br />  <br /><strong>Note:</strong> Finpro not validating serviceable/ non-serviceable mobile numbers.</td>\n<td></td>\n</tr>\n<tr>\n<td>accountID</td>\n<td>string</td>\n<td>mandatory</td>\n<td>Alphanumeric + underscore, hyphen, dot only</td>\n<td>Customer Reference Number such as Loan Application Number, User ID, etc. Pass an ID to uniquely identify this request.</td>\n<td></td>\n</tr>\n<tr>\n<td>pan</td>\n<td>string</td>\n<td>optional</td>\n<td>PAN format ^[A-Z]{5}[0-9]{4}[A-Z]{1}$</td>\n<td>PAN of the user will be used for those FIPs that require PAN for account discovery.</td>\n<td></td>\n</tr>\n<tr>\n<td>fipID</td>\n<td>array($string)</td>\n<td>optional</td>\n<td>No rules just have to be string.</td>\n<td>FIP List for which accounts to be discovered.</td>\n<td></td>\n</tr>\n<tr>\n<td>redirectUrl</td>\n<td>string</td>\n<td>optional</td>\n<td></td>\n<td>Mention the URL where the user should be redirected to after the AA journey is complete. If there is any change in the default URL being set for the FIU then this parameter can be used.</td>\n<td></td>\n</tr>\n</tbody>\n</table>\n</div><h4 id=\"response-parameters\">Response Parameters</h4>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Parameter</strong></th>\n<th><strong>Type</strong></th>\n<th><strong>Mandatory vs Optional</strong></th>\n<th><strong>Description</strong></th>\n<th><strong>Supported Values</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>status</td>\n<td>string</td>\n<td>optional</td>\n<td>Status of the response.</td>\n<td></td>\n</tr>\n<tr>\n<td>ver</td>\n<td>string</td>\n<td>optional</td>\n<td>Version of the API.</td>\n<td></td>\n</tr>\n<tr>\n<td>data.webRedirectionUrl</td>\n<td>string</td>\n<td>mandatory</td>\n<td>Encrypted AA web redirection URL</td>\n<td></td>\n</tr>\n<tr>\n<td>data.status</td>\n<td>string</td>\n<td>mandatory</td>\n<td>Status of the consent.</td>\n<td>PENDING</td>\n</tr>\n<tr>\n<td>data.consent_handle</td>\n<td>string</td>\n<td>mandatory</td>\n<td>Unique consent handle of the consent request raised.</td>\n<td></td>\n</tr>\n<tr>\n<td>message</td>\n<td>string</td>\n<td>optional</td>\n<td>Success or Failure message.</td>\n<td></td>\n</tr>\n<tr>\n<td>timestamp</td>\n<td>string</td>\n<td>optional</td>\n<td>The timestamp of the transaction.</td>\n<td></td>\n</tr>\n</tbody>\n</table>\n</div><h4 id=\"error-response-format\">Error Response Format</h4>\n<p>When an error occurs, the API returns a JSON object with the following structure:</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Sr. No.</th>\n<th>Field</th>\n<th>Type</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>1</td>\n<td><code>ver</code></td>\n<td>String (Optional)</td>\n</tr>\n<tr>\n<td>2</td>\n<td><code>timestamp</code></td>\n<td>String (Optional)</td>\n</tr>\n<tr>\n<td>3</td>\n<td><code>errorCode</code></td>\n<td>String (Optional)</td>\n</tr>\n<tr>\n<td>4</td>\n<td><code>errorMsg</code></td>\n<td>String (Optional)</td>\n</tr>\n<tr>\n<td>5</td>\n<td><code>status</code></td>\n<td>String (Optional)</td>\n</tr>\n</tbody>\n</table>\n</div><h4 id=\"error-catalogue\">Error Catalogue</h4>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Status</strong></th>\n<th><strong>Error Code</strong></th>\n<th><strong>Error Message</strong></th>\n<th><strong>Sample Payload / Setup Required</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>FP0001</td>\n<td>InvalidRequest</td>\n<td>Invalid product ID provided</td>\n<td>{\"vua\": \"9552058804@onemoney\", \"accountID\": \"NEWLAYER\", \"productID\": \"INVALID_PRODUCT_ID\", \"partyIdentifierType\": \"MOBILE\", \"partyIdentifierValue\": \"9552058804\", \"transactionID\": \"123\"}</td>\n</tr>\n<tr>\n<td>FP0003</td>\n<td>InvalidRequest</td>\n<td>Invalid Party Identifier Type</td>\n<td>{\"vua\": \"9552058804@onemoney\", \"accountID\": \"NEWLAYER\", \"productID\": \"TESTC\", \"partyIdentifierType\": \"MOBLE\", \"partyIdentifierValue\": \"9552058804\", \"transactionID\": \"123\"}</td>\n</tr>\n<tr>\n<td>FP0004</td>\n<td>InvalidRequest</td>\n<td>Request has productID with invalid product status</td>\n<td>Use valid payload + Setup: Product with custom status (not ACTIVE/INACTIVE)</td>\n</tr>\n<tr>\n<td>FP0008</td>\n<td>InternalErrorFromAA</td>\n<td>Customer vua validation error</td>\n<td>Use valid payload + Setup: VUA exists but AA validation fails. Internal Error</td>\n</tr>\n<tr>\n<td>FP0012</td>\n<td>Invalidvua</td>\n<td>Entity Handle not present in Central Registry</td>\n<td>{\"vua\": \"invalid@format\", \"accountID\": \"NEWLAYER\", \"productID\": \"VALID_PRODUCT_ID\", \"partyIdentifierType\": \"MOBILE\", \"partyIdentifierValue\": \"9552058804\", \"transactionID\": \"123\"}</td>\n</tr>\n<tr>\n<td>FP0013</td>\n<td>AANotInActive</td>\n<td>The respected AA is not enabled in FIU</td>\n<td>Use valid payload + Setup: AA exists in database but enabled=false</td>\n</tr>\n<tr>\n<td></td>\n<td>InvalidRequest</td>\n<td>[ partyIdentifierType value can have only A to Z characters ]</td>\n<td>{\"vua\": \"9552058804@onemoney\", \"accountID\": \"NEWLAYER\", \"productID\": \"TESTC\", \"partyIdentifierType\": \"9803857\", \"partyIdentifierValue\": \"9552058804\", \"transactionID\": \"123\"}</td>\n</tr>\n<tr>\n<td></td>\n<td>400</td>\n<td>Invalid Identifier Type.</td>\n<td>{\"productID\":\"PFMCT008\",\"productIDList\":[\"PFMCT008\"],\"vua\":\"8806782697@CAMSAA\",\"partyIdentifierType\":\"MOB\",\"partyIdentifierValue\":\"8806782697\",\"accountID\":\"test\",\"pan\":\"HURRY1234E\",\"fipID\":[\"ACME-FIP\",\"finsharebank\"],\"redirectUrl\":\"<a href=\"http://www.google.com\">http://www.google.com\"}</a></td>\n</tr>\n<tr>\n<td></td>\n<td>InvalidRequest</td>\n<td>[ partyIdentifierValue must contain value ] [ partyIdentifierValue must be valid Mobile number ]</td>\n<td>{\"productID\":\"PFMCT008\", \"productIDList\": [\"PFMCT008\",\"PFMCT009\"], \"vua\": \"8806782697@onemoney\", \"partyIdentifierType\": \"MOBILE\", \"partyIdentifierValue\": \"\", \"accountID\": \"test\", \"pan\":\"HURRY1234E\", \"fipID\": [\"ACME-FIP\", \"finsharebank\"], \"redirectUrl\": \"<a href=\"http://www.google.com\">http://www.google.com\"}</a></td>\n</tr>\n<tr>\n<td>FP0002</td>\n<td>InvalidRequest</td>\n<td>Request has productID with NON ACTIVE status INACTIVE_PRODUCTID_NAME</td>\n<td><em>Setup Required:</em> Pass inactive productID in the request payload</td>\n</tr>\n</tbody>\n</table>\n</div><h4 id=\"payload-validation-error-catalogue\">Payload Validation Error Catalogue</h4>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>S.No</strong></th>\n<th><strong>Error Code</strong></th>\n<th><strong>Error Message</strong></th>\n<th><strong>Payload</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>1</td>\n<td>InvalidRequest</td>\n<td>[ productID value can have only A to Z, a to z, 0 to 9, _ , - and . characters ]</td>\n<td><code>{\"productID\": \"PFMCT008!@#\",\"productIDList\": [\"PFMCT008\"],\"vua\": \"8806782697@CAMSAA\",\"partyIdentifierType\": \"MOBILE\",\"partyIdentifierValue\": \"8806782697\",\"accountID\": \"test\",\"pan\":\"HURRY1234E\",\"fipID\": [\"ACME-FIP\",\"finsharebank\"],\"redirectUrl\": \"http://www.google.com\"}</code></td>\n</tr>\n<tr>\n<td>2</td>\n<td>InvalidRequest</td>\n<td>[ productIDListAt least one product ID is required ]</td>\n<td><code>{\"productID\": \"PFMCT008\",\"productIDList\": [],\"vua\": \"8806782697@CAMSAA\",\"partyIdentifierType\": \"MOBILE\",\"partyIdentifierValue\": \"8806782697\",\"accountID\": \"test\",\"pan\":\"HURRY1234E\",\"fipID\": [\"ACME-FIP\",\"finsharebank\"],\"redirectUrl\": \"http://www.google.com\"}</code></td>\n</tr>\n<tr>\n<td>3</td>\n<td>InvalidRequest</td>\n<td>[ productIDList &gt; 0 value can have only A to Z, a to z, 0 to 9, _ , - and . characters ] [ productIDList &gt; 1 value can have only A to Z, a to z, 0 to 9, _ , - and . characters ]</td>\n<td><code>{\"productID\": \"PFMCT008\",\"productIDList\": [\"PFMCT008!@#\",\"PFMCT009!@#\"],\"vua\": \"8806782697@CAMSAA\",\"partyIdentifierType\": \"MOBILE\",\"partyIdentifierValue\": \"8806782697\",\"accountID\": \"test\",\"pan\":\"HURRY1234E\",\"fipID\": [\"ACME-FIP\",\"finsharebank\"],\"redirectUrl\": \"http://www.google.com\"}</code></td>\n</tr>\n<tr>\n<td>4</td>\n<td>InvalidRequest</td>\n<td>[ productIDList &gt; 1 must be a string ]</td>\n<td><code>{\"productID\": \"PFMCT008\",\"productIDList\": [\"PFMCT008\",12345],\"vua\": \"8806782697@CAMSAA\",\"partyIdentifierType\": \"MOBILE\",\"partyIdentifierValue\": \"8806782697\",\"accountID\": \"test\",\"pan\":\"HURRY1234E\",\"fipID\": [\"ACME-FIP\",\"finsharebank\"],\"redirectUrl\": \"http://www.google.com\"}</code></td>\n</tr>\n<tr>\n<td>5</td>\n<td>InvalidRequest</td>\n<td>[ productIDList &gt; 0 must be a string ] [ productIDList &gt; 1 must be a string ]</td>\n<td><code>{\"productID\": \"PFMCT008\",\"productIDList\": [12345,67890],\"vua\": \"8806782697@CAMSAA\",\"partyIdentifierType\": \"MOBILE\",\"partyIdentifierValue\": \"8806782697\",\"accountID\": \"test\",\"pan\":\"HURRY1234E\",\"fipID\": [\"ACME-FIP\",\"finsharebank\"],\"redirectUrl\": \"http://www.google.com\"}</code></td>\n</tr>\n<tr>\n<td>6</td>\n<td>InvalidRequest</td>\n<td>[ vua value can have only A to Z, a to z, 0 to 9, _ , -, . characters and a single @ char in between ]</td>\n<td><code>{\"productID\": \"PFMCT008\",\"productIDList\": [\"PFMCT008\"],\"vua\": \"8806782697@@CAMSAA\",\"partyIdentifierType\": \"MOBILE\",\"partyIdentifierValue\": \"8806782697\",\"accountID\": \"test\",\"pan\":\"HURRY1234E\",\"fipID\": [\"ACME-FIP\",\"finsharebank\"],\"redirectUrl\": \"http://www.google.com\"}</code></td>\n</tr>\n<tr>\n<td>7</td>\n<td>InvalidRequest</td>\n<td>[ vua is required ]</td>\n<td><code>{\"productID\": \"PFMCT008\",\"productIDList\": [\"PFMCT008\"],\"vua\": \"\",\"partyIdentifierType\": \"MOBILE\",\"partyIdentifierValue\": \"8806782697\",\"accountID\": \"test\",\"pan\":\"HURRY1234E\",\"fipID\": [\"ACME-FIP\",\"finsharebank\"],\"redirectUrl\": \"http://www.google.com\"}</code></td>\n</tr>\n<tr>\n<td>8</td>\n<td>InvalidRequest</td>\n<td>[ partyIdentifierValue must be valid Mobile number ]</td>\n<td><code>{\"productID\":\"PFMCT008\",\"productIDList\": [\"PFMCT008\",\"PFMCT009\"],\"vua\": \"8806782697@onemoney\",\"partyIdentifierType\": \"MOBILE\",\"partyIdentifierValue\": \"+91 8806782697\",\"accountID\": \"test\",\"pan\":\"HURRY1234E\",\"fipID\": [\"ACME-FIP\",\"finsharebank\"],\"redirectUrl\": \"http://www.google.com\"}</code></td>\n</tr>\n<tr>\n<td>9</td>\n<td>InvalidRequest</td>\n<td>[ partyIdentifierValue must contain value ] [ partyIdentifierValue must be valid Mobile number ]</td>\n<td><code>{\"productID\":\"PFMCT008\",\"productIDList\": [\"PFMCT008\",\"PFMCT009\"],\"vua\": \"8806782697@onemoney\",\"partyIdentifierType\": \"MOBILE\",\"partyIdentifierValue\": \"\",\"accountID\": \"test\",\"pan\":\"HURRY1234E\",\"fipID\": [\"ACME-FIP\",\"finsharebank\"],\"redirectUrl\": \"http://www.google.com\"}</code></td>\n</tr>\n<tr>\n<td>10</td>\n<td>InvalidRequest</td>\n<td>[ accountID value can have only A to Z, a to z, 0 to 9, _ , - and . characters ]</td>\n<td><code>{\"productID\":\"PFMCT008\",\"productIDList\": [\"PFMCT008\",\"PFMCT009\"],\"vua\": \"8806782697@onemoney\",\"partyIdentifierType\": \"MOBILE\",\"partyIdentifierValue\": \"8806782697\",\"accountID\": \"test##test\",\"pan\":\"HURRY1234E\",\"fipID\": [\"ACME-FIP\",\"finsharebank\"],\"redirectUrl\": \"http://www.google.com\"}</code></td>\n</tr>\n<tr>\n<td>11</td>\n<td>InvalidRequest</td>\n<td>[ pan fails to match the required pattern: /^[A-Z]{5}[0-9]{4}[A-Z]{1}$/ ]</td>\n<td><code>{\"productID\":\"PFMCT008\",\"productIDList\": [\"PFMCT008\",\"PFMCT009\"],\"vua\": \"8806782697@onemoney\",\"partyIdentifierType\": \"MOBILE\",\"partyIdentifierValue\": \"8806782697\",\"accountID\": \"test\",\"pan\": \"HURRY1234EHURRY1234EHURRY1234EHURRY1234EHURRY1234EHURRY1234EHURRY1234EHURRY1234EHURRY1234EHURRY1234E\",\"fipID\": [\"ACME-FIP\",\"finsharebank\"],\"redirectUrl\": \"http://www.google.com\"}</code></td>\n</tr>\n<tr>\n<td>12</td>\n<td>InvalidRequest</td>\n<td>[ fipID &gt; 0 is not allowed to be empty ] [ fipID &gt; 1 is not allowed to be empty ]</td>\n<td><code>{\"productID\":\"PFMCT008\",\"productIDList\": [\"PFMCT008\",\"PFMCT009\"],\"vua\": \"8806782697@onemoney\",\"partyIdentifierType\": \"MOBILE\",\"partyIdentifierValue\": \"8806782697\",\"accountID\": \"test\",\"pan\":\"HURRY1234E\",\"fipID\": [\"\",\"\"],\"redirectUrl\": \"http://www.google.com\"}</code></td>\n</tr>\n<tr>\n<td>13</td>\n<td>InvalidRequest</td>\n<td>[ fipID &gt; 1 must be a string ]</td>\n<td><code>{\"productID\":\"PFMCT008\",\"productIDList\": [\"PFMCT008\",\"PFMCT009\"],\"vua\": \"8806782697@onemoney\",\"partyIdentifierType\": \"MOBILE\",\"partyIdentifierValue\": \"8806782697\",\"accountID\": \"test\",\"pan\":\"HURRY1234E\",\"fipID\": [\"ACME-FIP\",null],\"redirectUrl\": \"http://www.google.com\"}</code></td>\n</tr>\n<tr>\n<td>14</td>\n<td>InvalidRequest</td>\n<td>[ fipID &gt; 0 must be a string ] [ fipID &gt; 1 must be a string ]</td>\n<td><code>{\"productID\":\"PFMCT008\",\"productIDList\": [\"PFMCT008\",\"PFMCT009\"],\"vua\": \"8806782697@onemoney\",\"partyIdentifierType\": \"MOBILE\",\"partyIdentifierValue\": \"8806782697\",\"accountID\": \"test\",\"pan\":\"HURRY1234E\",\"fipID\": [[\"ACME-FIP\",\"finsharebank\"],[\"ACME-FIP\",\"finsharebank\"]],\"redirectUrl\": \"http://www.google.com\"}</code></td>\n</tr>\n<tr>\n<td>15</td>\n<td>InvalidRequest</td>\n<td>[ redirectUrl is not allowed to be empty ]</td>\n<td><code>{\"productID\":\"PFMCT008\",\"productIDList\": [\"PFMCT008\",\"PFMCT009\"],\"vua\": \"8806782697@onemoney\",\"partyIdentifierType\": \"MOBILE\",\"partyIdentifierValue\": \"8806782697\",\"accountID\": \"test\",\"pan\":\"HURRY1234E\",\"fipID\": [\"ACME-FIP\",\"finsharebank\"],\"redirectUrl\": \"\"}</code></td>\n</tr>\n<tr>\n<td>16</td>\n<td>InvalidRequest</td>\n<td>[partyIdentifierType value can have only A to Z characters]</td>\n<td><code>{\"vua\": \"9552058804@onemoney\", \"accountID\": \"NEWLAYER\", \"productID\": \"INVALID_PRODUCT_ID\", \"partyIdentifierType\": \"12631361\", \"partyIdentifierValue\": \"9552058804\", \"transactionID\": \"123\"}</code></td>\n</tr>\n<tr>\n<td>17</td>\n<td>400</td>\n<td>Invalid Identifier Type.</td>\n<td><code>{\"vua\": \"9552058804@onemoney\", \"accountID\": \"NEWLAYER\", \"productID\": \"INVALID_PRODUCT_ID\", \"partyIdentifierType\": \"12631361\", \"partyIdentifierValue\": \"9552058804\", \"transactionID\": \"123\"}</code></td>\n</tr>\n<tr>\n<td>18</td>\n<td>InvalidRequest</td>\n<td>[vua must contain value]</td>\n<td><code>{\"vua\": \"\", \"accountID\": \"NEWLAYER\", \"productID\": \"INVALID_PRODUCT_ID\", \"partyIdentifierType\": \"A\", \"partyIdentifierValue\": \"9552058804\", \"transactionID\": \"123\"}</code></td>\n</tr>\n<tr>\n<td>19</td>\n<td>400</td>\n<td>Invalid Identifier Type.</td>\n<td><code>{\"productID\": \"PFMCT008!@#\", \"productIDList\": [\"PFMCT008\"], \"vua\": \"8806782697@CAMSAA\", \"partyIdentifierType\": \"MOB\", \"partyIdentifierValue\": \"8806782697\", \"accountID\": \"test\", \"pan\": \"HURRY1234E\", \"fipID\": [\"ACME-FIP\", \"finsharebank\"], \"redirectUrl\": \"http://www.google.com\"}</code></td>\n</tr>\n<tr>\n<td>20</td>\n<td>400</td>\n<td>InvalidCustomerAddress.</td>\n<td><code>{\"productID\": \"PFMCT008\", \"productIDList\": [\"PFMCT008\"], \"vua\": \"880678299999999999@CAMSAA\", \"partyIdentifierType\": \"MOB\", \"partyIdentifierValue\": \"8806782697\", \"accountID\": \"test\", \"pan\": \"HURRY1234E\", \"fipID\": [\"ACME-FIP\", \"finsharebank\"], \"redirectUrl\": \"http://www.google.com\"}</code></td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"path":["v3","requestconsent"],"host":["{{Base_URL}}"],"query":[],"variable":[]}},"response":[{"id":"08f99b28-e9d8-45ce-8e4e-56c0b513175b","name":"Example 1","originalRequest":{"method":"POST","header":[{"key":"client_id","value":"{{Client_Id}}","type":"text"},{"key":"client_secret","value":"{{Client_Secret}}","type":"text"},{"key":"organisationId","value":"{{Organisation_Id}}","type":"text"},{"key":"appIdentifier","value":"{{App_Identifier}}","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"productID\": \"{{Product_Id}}\",\n    \"vua\": \"{{Mobile_Number}}@onemoney\",\n    \"partyIdentifierType\": \"MOBILE\",\n    \"partyIdentifierValue\": \"{{Mobile_Number}}\",\n    \"accountID\": \"test\",\n    \"redirectUrl\": \"http://www.google.com\"\n}","options":{"raw":{"language":"json"}}},"url":"{{Base_URL}}/v3/requestconsent"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Tue, 25 Mar 2025 16:50:22 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"546"},{"key":"Connection","value":"keep-alive"},{"key":"Content-Security-Policy","value":"report-uri *.moneyone.in"},{"key":"Cross-Origin-Embedder-Policy","value":"require-corp"},{"key":"Cross-Origin-Opener-Policy","value":"same-origin"},{"key":"Cross-Origin-Resource-Policy","value":"same-origin"},{"key":"X-DNS-Prefetch-Control","value":"off"},{"key":"Expect-CT","value":"max-age=0"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"Strict-Transport-Security","value":"max-age=31536000; includeSubDomains"},{"key":"X-Download-Options","value":"noopen"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"Origin-Agent-Cluster","value":"?1"},{"key":"X-Permitted-Cross-Domain-Policies","value":"none"},{"key":"Referrer-Policy","value":"no-referrer"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"X-RateLimit-Limit","value":"1000"},{"key":"X-RateLimit-Remaining","value":"997"},{"key":"X-RateLimit-Reset","value":"1742921436"},{"key":"Access-Control-Allow-Origin","value":"*.moneyone.in"},{"key":"Access-Control-Allow-Methods","value":"GET, POST"},{"key":"Access-Control-Allow-Headers","value":"X-Requested-With,content-type"},{"key":"Access-Control-Allow-Credentials","value":"true"},{"key":"ETag","value":"W/\"222-TpGYi3d7nu5408CsNStbhDiiL/w\""}],"cookie":[],"responseTime":null,"body":"{\n    \"ver\": \"1.21.0\",\n    \"status\": \"success\",\n    \"data\": {\n        \"webRedirectionUrl\": \"https://webrd.onemoney.in/uat/v2/?ecreq=luBWxKb9cUczWlDX3GgkW1Z8MfF2hVFUPAu4yrYamw5PqsZTtB63VYdEsAquR0G4qTVHIgLwyWFPtloc5FYOqajGrLkZnWQ0UOlZ_R4L9p9nM_qafwDXioAEORNfwDbeh6NKpt3ksnzy4GGHSXcw5to8Tmby9EVEwswBlIQBnb2FJgWJGPD11vHJ3gTafGom1F4W1HjMiCvKel_vvvCydrH_jIOGJ1OoHVdpGc1gmlhurhEaWOfesZ8q5RAJq55tiiRkX7tiZz24i7XP557NdA&reqdate=250320251650008&fi=QVRGUkBEH1NYQxhFUUQ&requestorType=dHxl\",\n        \"status\": \"PENDING\",\n        \"consent_handle\": \"2b802c77-769d-4685-9329-e655814ee0dc\"\n    },\n    \"message\": \"Success\"\n}"},{"id":"216753b4-3dbb-41d9-9e8a-73e0d11bb3bf","name":"Example 2","originalRequest":{"method":"POST","header":[{"key":"client_id","value":"{{Client_Id}}","type":"text"},{"key":"client_secret","value":"{{Client_Secret}}","type":"text"},{"key":"organisationId","value":"{{Organisation_Id}}","type":"text"},{"key":"appIdentifier","value":"{{App_Identifier}}","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"productID\": \"{{Product_Id}}\",\n    \"vua\": \"{{Mobile_Number}}@onemoney\",\n    \"partyIdentifierType\": \"MOBILE\",\n    \"partyIdentifierValue\": \"{{Mobile_Number}}\",\n    \"accountID\": \"test\",\n    \"accountnos\": [{\n            \"fipid\": \"setu-fip-2\",\n            \"acountNum\": \"1749\"\n        }],\n    \"redirectUrl\": \"http://www.google.com\"\n}","options":{"raw":{"language":"json"}}},"url":"{{Base_URL}}/v3/requestconsent"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Tue, 25 Mar 2025 17:09:12 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"610"},{"key":"Connection","value":"keep-alive"},{"key":"Content-Security-Policy","value":"report-uri *.moneyone.in"},{"key":"Cross-Origin-Embedder-Policy","value":"require-corp"},{"key":"Cross-Origin-Opener-Policy","value":"same-origin"},{"key":"Cross-Origin-Resource-Policy","value":"same-origin"},{"key":"X-DNS-Prefetch-Control","value":"off"},{"key":"Expect-CT","value":"max-age=0"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"Strict-Transport-Security","value":"max-age=31536000; includeSubDomains"},{"key":"X-Download-Options","value":"noopen"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"Origin-Agent-Cluster","value":"?1"},{"key":"X-Permitted-Cross-Domain-Policies","value":"none"},{"key":"Referrer-Policy","value":"no-referrer"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"X-RateLimit-Limit","value":"1000"},{"key":"X-RateLimit-Remaining","value":"998"},{"key":"X-RateLimit-Reset","value":"1742922576"},{"key":"Access-Control-Allow-Origin","value":"*.moneyone.in"},{"key":"Access-Control-Allow-Methods","value":"GET, POST"},{"key":"Access-Control-Allow-Headers","value":"X-Requested-With,content-type"},{"key":"Access-Control-Allow-Credentials","value":"true"},{"key":"ETag","value":"W/\"262-i0RjpDQDrxAzKty+Ez47EdvGReA\""}],"cookie":[],"responseTime":null,"body":"{\n    \"ver\": \"1.21.0\",\n    \"status\": \"success\",\n    \"data\": {\n        \"webRedirectionUrl\": \"https://webrd.onemoney.in/uat/v2/?ecreq=lv4No7bf-fDjXRU8K_58VmPm-5qNcQJLx6XWVtTEZY7glSOHHhIiDaiLVY_SIQA1R7-tSO_rxFe5LJVEsBJgyuurCt2U6cg1J64CJKwTCZ-gm9u7dc1uV7RzCiT7mYxD3JM5-NaQ0GjQVtUgaKgWQs_CZ5-NExmuUcqC3nhx3pqu35pL7UK7XznzK1nPKcs597ubvMXuza9Jou8sFKmOJiJrMQzreRBP7Ei5n0ViUIvtfIO0MlHTWzuyKRzGLKR6QtltXmfg6weG5HzXJNQvr000NSgJSFNg-i5t1eUiI702WPOyC5pjRyvnSk8v-S8YiF1qH0WNppV6wkDOp6GC3g&reqdate=250320251709874&fi=QVRGUkBEH1NYQh1MWUM&requestorType=dHxl\",\n        \"status\": \"PENDING\",\n        \"consent_handle\": \"eab570b6-259a-4589-b535-464a850d7e82\"\n    },\n    \"message\": \"Success\"\n}"},{"id":"c3a392c0-0518-4d3b-a59d-71f4d0e09ea3","name":"Example 3","originalRequest":{"method":"POST","header":[{"key":"client_id","value":"{{Client_Id}}","type":"text"},{"key":"client_secret","value":"{{Client_Secret}}","type":"text"},{"key":"organisationId","value":"{{Organisation_Id}}","type":"text"},{"key":"appIdentifier","value":"{{App_Identifier}}","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"productIDList\": [\n        \"{{Product_Id}}\",\n        \"{{Product_Id2}}\"\n    ],\n    \"vua\": \"{{Mobile_Number}}@onemoney\",\n    \"partyIdentifierType\": \"MOBILE\",\n    \"partyIdentifierValue\": \"{{Mobile_Number}}\",\n    \"accountID\": \"test\",\n    \"pan\":\"HURRY1234E\", \n    \"fipID\": [\n        \"ACME-FIP\",\n        \"finsharebank\"\n    ],\n    \"redirectUrl\": \"http://www.google.com\"\n}","options":{"raw":{"language":"json"}}},"url":"{{Base_URL}}/v3/requestconsent"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Thu, 14 Aug 2025 10:16:11 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"728"},{"key":"Connection","value":"keep-alive"},{"key":"Content-Security-Policy","value":"report-uri *.moneyone.in"},{"key":"Cross-Origin-Embedder-Policy","value":"require-corp"},{"key":"Cross-Origin-Opener-Policy","value":"same-origin"},{"key":"Cross-Origin-Resource-Policy","value":"same-origin"},{"key":"X-DNS-Prefetch-Control","value":"off"},{"key":"Expect-CT","value":"max-age=0"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"Strict-Transport-Security","value":"max-age=31536000; includeSubDomains"},{"key":"X-Download-Options","value":"noopen"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"Origin-Agent-Cluster","value":"?1"},{"key":"X-Permitted-Cross-Domain-Policies","value":"none"},{"key":"Referrer-Policy","value":"no-referrer"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"X-RateLimit-Limit","value":"1000"},{"key":"X-RateLimit-Remaining","value":"997"},{"key":"X-RateLimit-Reset","value":"1755166617"},{"key":"Access-Control-Allow-Origin","value":"*.moneyone.in"},{"key":"Access-Control-Allow-Methods","value":"GET, POST"},{"key":"Access-Control-Allow-Headers","value":"X-Requested-With,content-type"},{"key":"Access-Control-Allow-Credentials","value":"true"},{"key":"ETag","value":"W/\"2d8-1Nl4560eRd53JX9GIdnhCmB+hpU\""}],"cookie":[],"responseTime":null,"body":"{\n    \"ver\": \"1.21.0\",\n    \"status\": \"success\",\n    \"data\": {\n        \"webRedirectionUrl\": \"https://webrd.onemoney.in/uat/v2/?ecreq=7cqYYvYNlUhwgHf0lFzQgw62ZkBAePQm1Z3ypiWY6voXLorjTsPp7UTxZzkUsFLJsQNl7-FihILeGuiOxmMfIWkVlRiOJwInkH4dqNqIOYVHfpKWd-0uzmZCDA02o6dNrIGciTYUlqmMLZnlA5wexFEXGxCbrN74jiqw40x2uBzeVI4IAv24O2r2Z4G8Jy_rn_yOrpDPgGs8ltElwsSAyr0zQ6wJHxxcbbE4hnrDJnQdqXxMT-Q7kjkaXcwigNjC20Q396LtpRi7BP5t_TELdcvs7g8nXxRFjLHRrUwqBRKcXbbj5kjx6prz-WAx6JX04WP1WTmL2ZxVQr_XX6Sa5ytgcWNlzBkoIJS8wFRO97tBBCI_AI3B1hC23EsukkPbwxxeXzmJXyXwt-WjRnk7uw&reqdate=140820251016427&fi=XFVYUVxUQFRZX0RFXVxQHFJZTR9FU0E&requestorType=d31l\",\n        \"status\": \"PENDING\",\n        \"consent_handles\": [\n            \"988ed34c-e85c-4d7f-b2de-f537f6aee429\",\n            \"016f8e7d-d85e-406d-b7c0-7d46c4b4b83c\"\n        ]\n    },\n    \"message\": \"Success\"\n}"},{"id":"f429ce3e-e1d4-4061-90cd-354017ff2cb3","name":"Example 4","originalRequest":{"method":"POST","header":[{"key":"client_id","value":"{{Client_Id}}","type":"text"},{"key":"client_secret","value":"{{Client_Secret}}","type":"text"},{"key":"organisationId","value":"{{Organisation_Id}}","type":"text"},{"key":"appIdentifier","value":"{{App_Identifier}}","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"productID\": \"{{Product_Id}}\",\n    \"vua\": \"{{Mobile_Number}}@onemoney\",\n    \"partyIdentifierType\": \"MOBILE\",\n    \"partyIdentifierValue\": \"{{Mobile_Number}}\",\n    \"accountID\": \"test\",\n    \"pan\":\"HURRY1234E\", \n    \"fipID\": [\n        \"ACME-FIP\",\n        \"finsharebank\"\n    ],\n    \"redirectUrl\": \"http://www.google.com\"\n}","options":{"raw":{"language":"json"}}},"url":"{{Base_URL}}/v3/requestconsent"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Tue, 25 Mar 2025 17:09:12 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"610"},{"key":"Connection","value":"keep-alive"},{"key":"Content-Security-Policy","value":"report-uri *.moneyone.in"},{"key":"Cross-Origin-Embedder-Policy","value":"require-corp"},{"key":"Cross-Origin-Opener-Policy","value":"same-origin"},{"key":"Cross-Origin-Resource-Policy","value":"same-origin"},{"key":"X-DNS-Prefetch-Control","value":"off"},{"key":"Expect-CT","value":"max-age=0"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"Strict-Transport-Security","value":"max-age=31536000; includeSubDomains"},{"key":"X-Download-Options","value":"noopen"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"Origin-Agent-Cluster","value":"?1"},{"key":"X-Permitted-Cross-Domain-Policies","value":"none"},{"key":"Referrer-Policy","value":"no-referrer"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"X-RateLimit-Limit","value":"1000"},{"key":"X-RateLimit-Remaining","value":"998"},{"key":"X-RateLimit-Reset","value":"1742922576"},{"key":"Access-Control-Allow-Origin","value":"*.moneyone.in"},{"key":"Access-Control-Allow-Methods","value":"GET, POST"},{"key":"Access-Control-Allow-Headers","value":"X-Requested-With,content-type"},{"key":"Access-Control-Allow-Credentials","value":"true"},{"key":"ETag","value":"W/\"262-i0RjpDQDrxAzKty+Ez47EdvGReA\""}],"cookie":[],"responseTime":null,"body":"{\n    \"ver\": \"1.21.0\",\n    \"status\": \"success\",\n    \"data\": {\n        \"webRedirectionUrl\": \"https://webrd.onemoney.in/uat/v2/?ecreq=lv4No7bf-fDjXRU8K_58VmPm-5qNcQJLx6XWVtTEZY7glSOHHhIiDaiLVY_SIQA1R7-tSO_rxFe5LJVEsBJgyuurCt2U6cg1J64CJKwTCZ-gm9u7dc1uV7RzCiT7mYxD3JM5-NaQ0GjQVtUgaKgWQs_CZ5-NExmuUcqC3nhx3pqu35pL7UK7XznzK1nPKcs597ubvMXuza9Jou8sFKmOJiJrMQzreRBP7Ei5n0ViUIvtfIO0MlHTWzuyKRzGLKR6QtltXmfg6weG5HzXJNQvr000NSgJSFNg-i5t1eUiI702WPOyC5pjRyvnSk8v-S8YiF1qH0WNppV6wkDOp6GC3g&reqdate=250320251709874&fi=QVRGUkBEH1NYQh1MWUM&requestorType=dHxl\",\n        \"status\": \"PENDING\",\n        \"consent_handle\": \"eab570b6-259a-4589-b535-464a850d7e82\"\n    },\n    \"message\": \"Success\"\n}"},{"id":"885f48e3-256c-4b49-ab15-c43f3f56b11c","name":"Error Example","originalRequest":{"method":"POST","header":[{"key":"client_id","value":"{{Client_Id}}","type":"text"},{"key":"client_secret","value":"{{Client_Secret}}","type":"text"},{"key":"organisationId","value":"{{Organisation_Id}}","type":"text"},{"key":"appIdentifier","value":"{{App_Identifier}}","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"productID\": \"{{Product_Id}}\",\n    \"vua\": \"{{Mobile_Number}}@onemoney\",\n    \"partyIdentifierType\": \"MOBILE\",\n    \"partyIdentifierValue\": \"{{Mobile_Number}}\",\n    \"accountID\": \"test\",\n    \"pan\":\"HURRY1234E\", \n    \"fipID\": [\n        \"ACME-FIP\",\n        \"finsharebank\"\n    ],\n    \"redirectUrl\": \"http://www.google.com\"\n}","options":{"raw":{"language":"json"}}},"url":"{{Base_URL}}/v3/requestconsent"},"status":"Bad Request","code":400,"_postman_previewlanguage":null,"header":[{"key":"Date","value":"Wed, 01 Oct 2025 11:41:43 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"148"},{"key":"Connection","value":"keep-alive"},{"key":"Content-Security-Policy","value":"report-uri *.moneyone.in"},{"key":"Cross-Origin-Embedder-Policy","value":"require-corp"},{"key":"Cross-Origin-Opener-Policy","value":"same-origin"},{"key":"Cross-Origin-Resource-Policy","value":"same-origin"},{"key":"X-DNS-Prefetch-Control","value":"off"},{"key":"Expect-CT","value":"max-age=0"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"Strict-Transport-Security","value":"max-age=31536000; includeSubDomains"},{"key":"X-Download-Options","value":"noopen"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"Origin-Agent-Cluster","value":"?1"},{"key":"X-Permitted-Cross-Domain-Policies","value":"none"},{"key":"Referrer-Policy","value":"no-referrer"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"X-RateLimit-Limit","value":"1000"},{"key":"X-RateLimit-Remaining","value":"996"},{"key":"X-RateLimit-Reset","value":"1759318915"},{"key":"Access-Control-Allow-Origin","value":"*.moneyone.in"},{"key":"Access-Control-Allow-Methods","value":"GET, POST"},{"key":"Access-Control-Allow-Headers","value":"X-Requested-With,content-type"},{"key":"Access-Control-Allow-Credentials","value":"true"},{"key":"ETag","value":"W/\"94-LuvkWZdM1ZYUDY3g+o6P0Dp6ht4\""}],"cookie":[],"responseTime":null,"body":"{\n    \"ver\": \"1.21.0\",\n    \"timestamp\": \"2025-10-01T11:41:43.027Z\",\n    \"errorCode\": \"InvalidRequest\",\n    \"errorMsg\": \"Request has Invalid ProductID  2\",\n    \"status\": \"FP0001\"\n}"}],"_postman_id":"0f656337-1a45-4436-b89f-60b97a3c292a"},{"name":"Consent Request V4","event":[{"listen":"prerequest","script":{"id":"218363d4-0003-46fb-a68e-ed4a04df0ff7","exec":[""],"type":"text/javascript","packages":{}}},{"listen":"test","script":{"id":"1780ddee-ec1d-4bd6-b7b4-74c306fc2100","exec":[""],"type":"text/javascript","packages":{}}}],"id":"7836f670-8ee5-47eb-8620-51fd16c1c8d6","protocolProfileBehavior":{"disabledSystemHeaders":{},"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"client_id","value":"{{Client_Id}}","type":"text"},{"key":"client_secret","value":"{{Client_Secret}}","type":"text"},{"key":"organisationId","value":"{{Organisation_Id}}","type":"text"},{"key":"appIdentifier","value":"{{App_Identifier}}","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"productID\": \"{{Product_Id}}\",\n    \"vua\": \"{{Mobile_Number}}@onemoney\",\n    \"partyIdentifierType\": \"MOBILE\",\n    \"partyIdentifierValue\": \"{{Mobile_Number}}\",\n    \"accountID\": \"test\",\n    \"pan\":\"HURRY1234E\",\n    \"fipID\": [\n        \"ACME-FIP\",\n        \"finsharebank\"\n    ],\n    \"redirectUrl\": \"http://www.google.com\"\n}","options":{"raw":{"language":"json"}}},"url":"{{Base_URL}}/v4/requestconsent","description":"<p>This API is designed to create individual consents for each Financial Information Provider (FIP) ID passed in the request and the AA Web Redirection URL where all the consents can be approved simultaneously. The generated URL can be embedded in an iframe within the FIU's application or opened in a web browser, allowing the user to provide their consent on the AA application.</p>\n<p>For example, if 2 FIP IDs are passed, the API will create 2 separate consent handles, each of which can be approved simultaneously within a single journey.</p>\n<p>Note :</p>\n<ul>\n<li><p>If an FIU is calling this API, they do not need to seperately call Web Redirection Encryption API.</p>\n</li>\n<li><p>Use this API to pass FIP ID(s) for which discovery should be triggered by AA.</p>\n</li>\n<li><p>Use this API to pass PAN of the user for those FI Types that require PAN for discovery (e.g., Mutal Funds, Equity).</p>\n</li>\n<li><p>Individual consent request for each FIP will be generated.</p>\n</li>\n<li><p>FIUs with specific use cases are only allowed to use this API.</p>\n</li>\n</ul>\n<h4 id=\"request-parameters\">Request Parameters</h4>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Parameter</strong></th>\n<th><strong>Type</strong></th>\n<th><strong>Mandatory vs Optional</strong></th>\n<th><strong>Validation</strong></th>\n<th><strong>Description</strong></th>\n<th><strong>Supported Values</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>productId</td>\n<td>string</td>\n<td>mandatory</td>\n<td>Should be a valid product ID in our database. It is the template code created in FinPro portal.  <br />Alphanumeric identifiers only</td>\n<td>Consent template ID created in the admin portal.</td>\n<td></td>\n</tr>\n<tr>\n<td>vua</td>\n<td>string</td>\n<td>mandatory</td>\n<td></td>\n<td>VUA is a unique identifier for the customer provided by the Account Aggregator (AA). Pass the VUA in the format of mobile_number@aa_identifier.</td>\n<td></td>\n</tr>\n<tr>\n<td>partyIdentifierType</td>\n<td>string</td>\n<td>mandatory</td>\n<td>Must contain only A-Z characters</td>\n<td>Identifier type that is used to uniquely identify the customer.</td>\n<td>MOBILE</td>\n</tr>\n<tr>\n<td>partyIdentifierValue</td>\n<td>string</td>\n<td>mandatory</td>\n<td>For MOBILE: 10-digit number (0-9 only)</td>\n<td><strong>FinPro Validation:</strong> Only regex pattern (0-9) to verify the mobile number format.  <br />  <br /><strong>Note:</strong> Finpro not validating serviceable/ non-serviceable mobile numbers.</td>\n<td></td>\n</tr>\n<tr>\n<td>accountID</td>\n<td>string</td>\n<td>mandatory</td>\n<td>Alphanumeric + underscore, hyphen, dot only</td>\n<td>Customer Reference Number such as Loan Application Number, User ID, etc. Pass an ID to uniquely identify this request.</td>\n<td></td>\n</tr>\n<tr>\n<td>pan</td>\n<td>string</td>\n<td>optional</td>\n<td></td>\n<td>PAN of the user will be used for those FIPs that require PAN for account discovery.</td>\n<td></td>\n</tr>\n<tr>\n<td>fipID</td>\n<td>array($string)</td>\n<td>mandatory</td>\n<td></td>\n<td>FIP List for which accounts to be discovered.</td>\n<td></td>\n</tr>\n<tr>\n<td>redirectUrl</td>\n<td>string</td>\n<td>optional</td>\n<td></td>\n<td>Mention the URL where the user should be redirected to after the AA journey is complete. If there is any change in the default URL being set for the FIU then this parameter can be used.</td>\n<td></td>\n</tr>\n</tbody>\n</table>\n</div><h4 id=\"response-parameters\">Response Parameters</h4>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Parameter</strong></th>\n<th><strong>Type</strong></th>\n<th><strong>Mandatory vs Optional</strong></th>\n<th><strong>Description</strong></th>\n<th><strong>Supported Values</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>status</td>\n<td>string</td>\n<td>Optional</td>\n<td>Status of the response.</td>\n<td></td>\n</tr>\n<tr>\n<td>ver</td>\n<td>string</td>\n<td>Optional</td>\n<td>Version of the API.</td>\n<td></td>\n</tr>\n<tr>\n<td>data.webRedirectionUrl</td>\n<td>string</td>\n<td>mandatory</td>\n<td>Encrypted AA web redirection URL</td>\n<td></td>\n</tr>\n<tr>\n<td>data.status</td>\n<td>string</td>\n<td>mandatory</td>\n<td>Status of the consent.</td>\n<td>PENDING</td>\n</tr>\n<tr>\n<td>data.consent_handle</td>\n<td>string</td>\n<td>mandatory</td>\n<td>Unique consent handle of the consent request raised.</td>\n<td></td>\n</tr>\n<tr>\n<td>message</td>\n<td>string</td>\n<td>optional</td>\n<td>Success or Failure message.</td>\n<td></td>\n</tr>\n<tr>\n<td>timestamp</td>\n<td>string</td>\n<td>optional</td>\n<td>The timestamp of the transaction.</td>\n<td></td>\n</tr>\n</tbody>\n</table>\n</div><h4 id=\"error-response-format\">Error Response Format</h4>\n<p>When an error occurs, the API returns a JSON object with the following structure:</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Sr. No.</th>\n<th>Field</th>\n<th>Type</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>1</td>\n<td><code>ver</code></td>\n<td>String (Optional)</td>\n</tr>\n<tr>\n<td>2</td>\n<td><code>timestamp</code></td>\n<td>String (Optional)</td>\n</tr>\n<tr>\n<td>3</td>\n<td><code>errorCode</code></td>\n<td>String (Optional)</td>\n</tr>\n<tr>\n<td>4</td>\n<td><code>errorMsg</code></td>\n<td>String (Optional)</td>\n</tr>\n<tr>\n<td>5</td>\n<td><code>status</code></td>\n<td>String (Optional)</td>\n</tr>\n</tbody>\n</table>\n</div><h4 id=\"error-code-catalogue\">Error Code Catalogue</h4>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>#</th>\n<th>Error Code</th>\n<th>Error Message</th>\n<th>Test Payload</th>\n<th>Violation Rule</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>1</td>\n<td>InvalidRequest</td>\n<td>partyIdentifierType value can have only A to Z characters</td>\n<td><code>{\"partyIdentifierType\": \"mobile\", ...}</code></td>\n<td>Must be uppercase A-Z only</td>\n</tr>\n<tr>\n<td>2</td>\n<td>InvalidRequest</td>\n<td>partyIdentifierType must contain value</td>\n<td><code>{\"partyIdentifierType\": \"\", ...}</code></td>\n<td>Cannot be empty</td>\n</tr>\n<tr>\n<td>3</td>\n<td>InvalidRequest</td>\n<td>partyIdentifierType must be a string</td>\n<td><code>{\"partyIdentifierType\": 12345, ...}</code></td>\n<td>Must be string type</td>\n</tr>\n<tr>\n<td>4</td>\n<td>InvalidRequest</td>\n<td>partyIdentifierValue must be valid Mobile number</td>\n<td><code>{\"partyIdentifierType\": \"MOBILE\", \"partyIdentifierValue\": \"949744\", ...}</code></td>\n<td>Must be exactly 10 digits</td>\n</tr>\n<tr>\n<td>5</td>\n<td>InvalidRequest</td>\n<td>partyIdentifierValue must be valid Mobile number</td>\n<td><code>{\"partyIdentifierType\": \"MOBILE\", \"partyIdentifierValue\": \"949744832a\", ...}</code></td>\n<td>Must contain only digits 0-9</td>\n</tr>\n<tr>\n<td>6</td>\n<td>InvalidRequest</td>\n<td>partyIdentifierValue must contain value</td>\n<td><code>{\"partyIdentifierType\": \"MOBILE\", \"partyIdentifierValue\": \"\", ...}</code></td>\n<td>Cannot be empty</td>\n</tr>\n<tr>\n<td>7</td>\n<td>InvalidRequest</td>\n<td>partyIdentifierValue must be a string</td>\n<td><code>{\"partyIdentifierType\": \"MOBILE\", \"partyIdentifierValue\": 9497448320, ...}</code></td>\n<td>Must be string type</td>\n</tr>\n<tr>\n<td>8</td>\n<td>InvalidRequest</td>\n<td>productID is required</td>\n<td>Omit productID field</td>\n<td>Required field</td>\n</tr>\n<tr>\n<td>9</td>\n<td>InvalidRequest</td>\n<td>productID must contain value</td>\n<td><code>{\"productID\": \"\", ...}</code></td>\n<td>Cannot be empty</td>\n</tr>\n<tr>\n<td>10</td>\n<td>InvalidRequest</td>\n<td>productID value can have only A to Z, a to z, 0 to 9, _ , - and . characters</td>\n<td><code>{\"productID\": \"MP3@test\", ...}</code></td>\n<td>Only alphanumeric, underscore, hyphen, dot allowed</td>\n</tr>\n<tr>\n<td>11</td>\n<td>InvalidRequest</td>\n<td>accountID is required</td>\n<td>Omit accountID field</td>\n<td>Required field</td>\n</tr>\n<tr>\n<td>12</td>\n<td>InvalidRequest</td>\n<td>accountID must contain value</td>\n<td><code>{\"accountID\": \"\", ...}</code></td>\n<td>Cannot be empty</td>\n</tr>\n<tr>\n<td>13</td>\n<td>InvalidRequest</td>\n<td>accountID value can have only A to Z, a to z, 0 to 9, _ , - and . characters</td>\n<td><code>{\"accountID\": \"BIJIL@test\", ...}</code></td>\n<td>Only alphanumeric, underscore, hyphen, dot allowed</td>\n</tr>\n<tr>\n<td>14</td>\n<td>InvalidRequest</td>\n<td>vua is required</td>\n<td>Omit vua field</td>\n<td>Required field</td>\n</tr>\n<tr>\n<td>15</td>\n<td>InvalidRequest</td>\n<td>vua value can have only A to Z, a to z, 0 to 9, _ , -, . characters and a single @ char in between</td>\n<td><code>{\"vua\": \"invalidvua\", ...}</code></td>\n<td>Must contain exactly one @ symbol</td>\n</tr>\n<tr>\n<td>16</td>\n<td>InvalidRequest</td>\n<td>vua value can have only A to Z, a to z, 0 to 9, _ , -, . characters and a single @ char in between</td>\n<td><code>{\"vua\": \"9497448320@@onemoney\", ...}</code></td>\n<td>Only single @ allowed between user and AA</td>\n</tr>\n<tr>\n<td>17</td>\n<td>InvalidRequest</td>\n<td>vua value can have only A to Z, a to z, 0 to 9, _ , -, . characters and a single @ char in between</td>\n<td><code>{\"vua\": \"@onemoney\", ...}</code></td>\n<td>User part before @ is required</td>\n</tr>\n<tr>\n<td>18</td>\n<td>InvalidRequest</td>\n<td>vua value can have only A to Z, a to z, 0 to 9, _ , -, . characters and a single @ char in between</td>\n<td><code>{\"vua\": \"9497448320@one money\", ...}</code></td>\n<td>No spaces allowed, only alphanumeric, underscore, hyphen, dot</td>\n</tr>\n<tr>\n<td>19</td>\n<td>InvalidRequest</td>\n<td>transactionID value can have only A to Z, a to z, 0 to 9, _ , - and . characters</td>\n<td><code>{\"transactionID\": \"ABCD@#$%\", ...}</code></td>\n<td>Only alphanumeric, underscore, hyphen, dot allowed</td>\n</tr>\n<tr>\n<td>20</td>\n<td>InvalidRequest</td>\n<td>fipID is required</td>\n<td>Omit fipID field</td>\n<td>Required field</td>\n</tr>\n<tr>\n<td>21</td>\n<td>InvalidRequest</td>\n<td>fipID must contain at least 1 items</td>\n<td><code>{\"fipID\": [], ...}</code></td>\n<td>Array cannot be empty</td>\n</tr>\n<tr>\n<td>22</td>\n<td>InvalidRequest</td>\n<td>fipID must be an array</td>\n<td><code>{\"fipID\": \"finsharebank\", ...}</code></td>\n<td>Must be array type</td>\n</tr>\n<tr>\n<td>23</td>\n<td>InvalidRequest</td>\n<td>fipID &gt; 0 is not allowed to be empty</td>\n<td><code>{\"fipID\": [\"\", \"finsharebank\"], ...}</code></td>\n<td>Array elements cannot be empty strings</td>\n</tr>\n<tr>\n<td>24</td>\n<td>InvalidRequest</td>\n<td>fipID &gt; 0 must be a string</td>\n<td><code>{\"fipID\": [123456], ...}</code></td>\n<td>Array elements must be strings</td>\n</tr>\n<tr>\n<td>25</td>\n<td>InvalidRequest</td>\n<td>pan fails to match the required pattern: /^[A-Z]{5}[0-9]{4}[A-Z]{1}$/</td>\n<td><code>{\"pan\": \"INVALID_PAN\", ...}</code></td>\n<td>Must match pattern AAAAA1234A (5 letters + 4 digits + 1 letter)</td>\n</tr>\n<tr>\n<td>26</td>\n<td>InvalidRequest</td>\n<td>[ productID is required ] [ accountID is required ] [ vua is required ] [ fipID is required ]</td>\n<td><code>{}</code> (empty payload)</td>\n<td>All required fields missing</td>\n</tr>\n<tr>\n<td>27</td>\n<td>InvalidRequest</td>\n<td>Multiple validation errors in response</td>\n<td><code>{\"transactionID\": \"ABC@123\", \"pan\": \"INVALID\", ...}</code></td>\n<td>Multiple field validations can fail together</td>\n</tr>\n<tr>\n<td>28</td>\n<td>InvalidRequest</td>\n<td>[ partyIdentifierValue must be valid Mobile number ]</td>\n<td><code>{\"productID\": \"PFMCT008\", \"vua\": \"9806782695@CAMSAA\", \"partyIdentifierType\": \"MOBILE\", \"partyIdentifierValue\": \"80893\", \"accountID\": \"test\", \"pan\": \"HURRY1234E\", \"fipID\": [\"ACME-FIP\", \"finsharebank\"], \"redirectUrl\": \"http://www.google.com\"}</code></td>\n<td>Mobile number must be 10 digits; provided value \"80893\" is only 5 digits</td>\n</tr>\n<tr>\n<td>29</td>\n<td>InvalidRequest</td>\n<td>[ partyIdentifierValue must contain value ] [ partyIdentifierValue must be valid Mobile number ]</td>\n<td><code>{\"productID\": \"PFMCT008\", \"vua\": \"7806782694@CAMSAA\", \"partyIdentifierType\": \"MOBILE\", \"partyIdentifierValue\": \"\", \"accountID\": \"test\", \"pan\": \"HURRY1234E\", \"fipID\": [\"ACME-FIP\", \"finsharebank\"], \"redirectUrl\": \"http://www.google.com\"}</code></td>\n<td>partyIdentifierValue cannot be empty; must be a valid 10-digit mobile number</td>\n</tr>\n<tr>\n<td>30</td>\n<td>InvalidRequest</td>\n<td>[ partyIdentifierValue is required ]</td>\n<td><code>{\"partyIdentifierType\": \"MOBILE\", \"productID\": \"MP3\", \"accountID\": \"TestV4\", \"vua\": \"6497448329@onemoney\", \"fipID\": [\"finsharebank\"], \"redirectUrl\": \"https://www.google.com/\"}</code></td>\n<td>partyIdentifierValue field is missing from the request payload</td>\n</tr>\n<tr>\n<td>31</td>\n<td>InvalidRequest</td>\n<td>[ partyIdentifierType is required ]</td>\n<td><code>{\"partyIdentifierValue\": \"9497448329\", \"productID\": \"MP3\", \"accountID\": \"TestV4\", \"vua\": \"6497448328@onemoney\", \"fipID\": [\"finsharebank\"], \"redirectUrl\": \"https://www.google.com/\"}</code></td>\n<td>partyIdentifierType field is missing from the request payload</td>\n</tr>\n<tr>\n<td>32</td>\n<td>404</td>\n<td>fins0arebank is invalid FIP ID. Please use the correct FIP ID.</td>\n<td><code>{\"partyIdentifierType\": \"MOBILE\", \"partyIdentifierValue\": \"9497448329\", \"productID\": \"MP3\", \"accountID\": \"TestV4\", \"vua\": \"9497448328@onemoney\", \"fipID\": [\"fins0arebank\"], \"redirectUrl\": \"https://www.google.com/\"}</code></td>\n<td>Invalid FIP ID provided; \"fins0arebank\" does not exist in the system</td>\n</tr>\n<tr>\n<td>33</td>\n<td>InvalidRequest</td>\n<td>[ fipID &gt; 0 is not allowed to be empty ] [ fipID &gt; 1 is not allowed to be empty ]</td>\n<td><code>{\"productID\": \"PFMCT008\", \"vua\": \"7806782690@CAMSAA\", \"partyIdentifierType\": \"MOBILE\", \"partyIdentifierValue\": \"7806782696\", \"accountID\": \"test\", \"pan\":\"HURRY1234E\", \"fipID\": [\"\", \"\"], \"redirectUrl\": \"http://www.google.com\"}</code></td>\n<td>fipID array elements cannot be empty strings; all fipID values must contain valid FIP identifiers</td>\n</tr>\n<tr>\n<td>34</td>\n<td>InvalidRequest</td>\n<td>[ fipID &gt; 0 must be a string ] [ fipID &gt; 1 must be a string ]</td>\n<td><code>{\"productID\": \"PFMCT008\", \"vua\": \"8806782697@CAMSAA\", \"partyIdentifierType\": \"MOBILE\", \"partyIdentifierValue\": \"7806782696\", \"accountID\": \"test\", \"pan\":\"HURRY1234E\", \"fipID\": [12345, 13244], \"redirectUrl\": \"http://www.google.com\"}</code></td>\n<td>fipID array elements must be strings; numeric values are not allowed</td>\n</tr>\n<tr>\n<td>35</td>\n<td>InvalidRequest</td>\n<td>[ fipID &gt; 1 must be a string ]</td>\n<td><code>{\"productID\": \"PFMCT008\", \"vua\": \"8806782696@CAMSAA\", \"partyIdentifierType\": \"MOBILE\", \"partyIdentifierValue\": \"5806782677\", \"accountID\": \"test\", \"pan\":\"HURRY1234E\", \"fipID\": [\"ACME-FIP\", null], \"redirectUrl\": \"http://www.google.com\"}</code></td>\n<td>fipID array element cannot be null; must be a valid string</td>\n</tr>\n<tr>\n<td>36</td>\n<td>InvalidRequest</td>\n<td>entered an invalid party identifier type.</td>\n<td><code>{\"partyIdentifierType\": \"MOB\", \"partyIdentifierValue\": \"9497448329\", \"productID\": \"MP3\", \"accountID\": \"TestV4\", \"vua\": \"7497448320@onemoney\", \"fipID\": [\"finsharebank\"], \"redirectUrl\": \"https://www.google.com/\"}</code></td>\n<td>partyIdentifierType must be a valid value (e.g., \"MOBILE\"); \"MOB\" is not accepted</td>\n</tr>\n<tr>\n<td>37</td>\n<td>InvalidRequest</td>\n<td>entered an invalid ProductID.</td>\n<td><code>{\"partyIdentifierType\": \"MOBILE\", \"partyIdentifierValue\": \"9497448329\", \"productID\": \"MPo3\", \"accountID\": \"TestV4\", \"vua\": \"7497448320@onemoney\", \"fipID\": [\"finsharebank\"], \"redirectUrl\": \"https://www.google.com/\"}</code></td>\n<td>productID must be a valid registered product; \"MPo3\" does not exist in the system</td>\n</tr>\n<tr>\n<td>38</td>\n<td>InvalidRequest</td>\n<td>[ productID must contain value ] [ productID value can have only A to Z, a to z, 0 to 9, _ , - and . characters ]</td>\n<td><code>{\"partyIdentifierType\": \"MOBILE\", \"partyIdentifierValue\": \"9497448329\", \"productID\": \"\", \"accountID\": \"TestV4\", \"vua\": \"9497448326@onemoney\", \"fipID\": [\"finsharebank\"], \"redirectUrl\": \"https://www.google.com/\"}</code></td>\n<td>productID cannot be empty and must contain only alphanumeric characters, underscores, hyphens, and periods</td>\n</tr>\n<tr>\n<td>39</td>\n<td>InvalidRequest</td>\n<td>[ productID is required ]</td>\n<td><code>{\"partyIdentifierType\": \"MOBILE\", \"partyIdentifierValue\": \"9497448329\", \"accountID\": \"TestV4\", \"vua\": \"6497448320@onemoney\", \"fipID\": [\"finsharebank\"], \"redirectUrl\": \"https://www.google.com/\"}</code></td>\n<td>productID field is missing from the request payload</td>\n</tr>\n<tr>\n<td>40</td>\n<td></td>\n<td>Invalid customer address</td>\n<td></td>\n<td>When invalid vua is passed.</td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"path":["v4","requestconsent"],"host":["{{Base_URL}}"],"query":[],"variable":[]}},"response":[{"id":"72aca9b0-3e04-4a5e-95a1-4f87901c3426","name":"Example","originalRequest":{"method":"POST","header":[{"key":"client_id","value":"{{Client_Id}}","type":"text"},{"key":"client_secret","value":"{{Client_Secret}}","type":"text"},{"key":"organisationId","value":"{{Organisation_Id}}","type":"text"},{"key":"appIdentifier","value":"{{App_Identifier}}","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"productID\": \"{{Product_Id}}\",\n    \"vua\": \"{{Mobile_Number}}@onemoney\",\n    \"partyIdentifierType\": \"MOBILE\",\n    \"partyIdentifierValue\": \"{{Mobile_Number}}\",\n    \"accountID\": \"test\",\n    \"pan\":\"HURRY1234E\",\n    \"fipID\": [\n        \"ACME-FIP\",\n        \"finsharebank\"\n    ],\n    \"redirectUrl\": \"http://www.google.com\"\n}","options":{"raw":{"language":"json"}}},"url":"{{Base_URL}}/v4/requestconsent"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Tue, 25 Mar 2025 17:21:45 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"830"},{"key":"Connection","value":"keep-alive"},{"key":"Content-Security-Policy","value":"report-uri *.moneyone.in"},{"key":"Cross-Origin-Embedder-Policy","value":"require-corp"},{"key":"Cross-Origin-Opener-Policy","value":"same-origin"},{"key":"Cross-Origin-Resource-Policy","value":"same-origin"},{"key":"X-DNS-Prefetch-Control","value":"off"},{"key":"Expect-CT","value":"max-age=0"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"Strict-Transport-Security","value":"max-age=31536000; includeSubDomains"},{"key":"X-Download-Options","value":"noopen"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"Origin-Agent-Cluster","value":"?1"},{"key":"X-Permitted-Cross-Domain-Policies","value":"none"},{"key":"Referrer-Policy","value":"no-referrer"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"X-RateLimit-Limit","value":"1000"},{"key":"X-RateLimit-Remaining","value":"999"},{"key":"X-RateLimit-Reset","value":"1742923356"},{"key":"Access-Control-Allow-Origin","value":"*.moneyone.in"},{"key":"Access-Control-Allow-Methods","value":"GET, POST"},{"key":"Access-Control-Allow-Headers","value":"X-Requested-With,content-type"},{"key":"Access-Control-Allow-Credentials","value":"true"},{"key":"ETag","value":"W/\"33e-b8wdpNudll5REXGAIv75dIZVygA\""}],"cookie":[],"responseTime":null,"body":"{\n    \"ver\": \"1.21.0\",\n    \"status\": \"success\",\n    \"data\": {\n        \"status\": \"PENDING\",\n        \"successList\": {\n            \"consent_handles\": [\n                {\n                    \"consent_handle_id\": \"257cd126-3838-4597-a63c-f9438535ec47\",\n                    \"fip_id\": \"ACME-FIP\"\n                },\n                {\n                    \"consent_handle_id\": \"6779a140-0fbe-42fd-b90e-68998a734574\",\n                    \"fip_id\": \"finsharebank\"\n                }\n            ]\n        },\n        \"failureList\": {\n            \"fip_list\": []\n        },\n        \"webRedirectionUrl\": \"https://webrd.onemoney.in/uat/v2/?ecreq=QHA7OCIAUPz8pf7jcOrbvyScxCWefuc_XTBGFATHboHr-ZWRNBRYsGbapY30CaabGh9YRWDlSl0Ejdlrl5Ni2FST-7nZ5Q47ZFKT1I01CfBGXgCBfvny139-vvO5fwDH6tPTAbZHTAM3grqUNIR0X7ZYXQpYWqCHR94L03ABhFcjKL694f0_JuBOHhJ7nmBfNZRDfpOKli6frPlCEYHDqbEdgbc6YTZno2Pmx2g-3_O3KQQuTMDSMv0_4wLaASKoZJ-doTnMp5_tWcRL2djADjZonTJy9DgfH5p2JyuC2kXXBeDquQkx29skgr-su8lVux4H_4syunOGmvK4hsPRs6BDt8SuNMduUG-ACLVperxA9rOzQ4NbkD2_lGMnlMb_o-3WcqLH3e7zVS2IQKZ58g&reqdate=250320251721920&fi=QVRGUkBEH1NYQh9EWEY&requestorType=dHxl\"\n    }\n}"},{"id":"639319da-b60d-4204-aca2-7403c2ac2406","name":"Error Example","originalRequest":{"method":"POST","header":[{"key":"client_id","value":"{{Client_Id}}","type":"text"},{"key":"client_secret","value":"{{Client_Secret}}","type":"text"},{"key":"organisationId","value":"{{Organisation_Id}}","type":"text"},{"key":"appIdentifier","value":"{{App_Identifier}}","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"productID\": \"{{Product_Id}}\",\n    \"vua\": \"{{Mobile_Number}}@onemoney\",\n    \"partyIdentifierType\": \"MOBILE\",\n    \"partyIdentifierValue\": \"{{Mobile_Number}}\",\n    \"accountID\": \"test\",\n    \"pan\":\"HURRY1234E\",\n    \"fipID\": [\n        \"ACME-FIP\",\n        \"finsharebank\"\n    ],\n    \"redirectUrl\": \"http://www.google.com\"\n}","options":{"raw":{"language":"json"}}},"url":"{{Base_URL}}/v4/requestconsent"},"status":"Bad Request","code":400,"_postman_previewlanguage":null,"header":[{"key":"Date","value":"Wed, 01 Oct 2025 11:42:55 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"152"},{"key":"Connection","value":"keep-alive"},{"key":"Content-Security-Policy","value":"report-uri *.moneyone.in"},{"key":"Cross-Origin-Embedder-Policy","value":"require-corp"},{"key":"Cross-Origin-Opener-Policy","value":"same-origin"},{"key":"Cross-Origin-Resource-Policy","value":"same-origin"},{"key":"X-DNS-Prefetch-Control","value":"off"},{"key":"Expect-CT","value":"max-age=0"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"Strict-Transport-Security","value":"max-age=31536000; includeSubDomains"},{"key":"X-Download-Options","value":"noopen"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"Origin-Agent-Cluster","value":"?1"},{"key":"X-Permitted-Cross-Domain-Policies","value":"none"},{"key":"Referrer-Policy","value":"no-referrer"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"X-RateLimit-Limit","value":"1000"},{"key":"X-RateLimit-Remaining","value":"999"},{"key":"X-RateLimit-Reset","value":"1759319035"},{"key":"Access-Control-Allow-Origin","value":"*.moneyone.in"},{"key":"Access-Control-Allow-Methods","value":"GET, POST"},{"key":"Access-Control-Allow-Headers","value":"X-Requested-With,content-type"},{"key":"Access-Control-Allow-Credentials","value":"true"},{"key":"ETag","value":"W/\"98-UYjz/oeWjB27TJbujrUAxVnUzu0\""}],"cookie":[],"responseTime":null,"body":"{\n    \"ver\": \"1.21.0\",\n    \"timestamp\": \"2025-10-01T11:42:55.836Z\",\n    \"errorCode\": \"InvalidRequest\",\n    \"errorMsg\": \" [ partyIdentifierValue must be valid Mobile number ] \"\n}"}],"_postman_id":"7836f670-8ee5-47eb-8620-51fd16c1c8d6"},{"name":"Consent List","event":[{"listen":"test","script":{"id":"ab26dce2-a21c-4ea2-89ab-c012d3a40803","exec":[""],"type":"text/javascript","packages":{}}}],"id":"a5c75fa8-e645-45f1-9625-98e02020c969","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"key":"client_id","value":"{{Client_Id}}","type":"text"},{"key":"client_secret","value":"{{Client_Secret}}","type":"text"},{"key":"organisationId","value":"{{Organisation_Id}}","type":"text"},{"key":"appIdentifier","value":"{{App_Identifier}}","type":"text"}],"body":{"mode":"raw","raw":"{\n  \"mobileNumber\":\"{{Mobile_Number}}\",\n  \"productID\" : \"{{Product_Id}}\"\n}","options":{"raw":{"language":"json"}}},"url":"{{Base_URL}}/getconsentslist","description":"<p>This API provides the list of consents and the details associated with the passed Party Identifier Type (e.g. Mobile Number).</p>\n<p>Note:</p>\n<ul>\n<li>Use this API to fetch all consents associated to a mobile number.</li>\n</ul>\n<h4 id=\"request-parameters\">Request Parameters</h4>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Parameter</th>\n<th>Type</th>\n<th><strong>Mandatory vs Optional</strong></th>\n<th><strong>Validation</strong></th>\n<th><strong>Description</strong></th>\n<th><strong>Supported Values</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>mobileNumber</td>\n<td>string</td>\n<td>mandatory</td>\n<td>Exactly 10 digits (0-9)</td>\n<td>Mobile number of the customer for which consent list is to be fetched</td>\n<td></td>\n</tr>\n<tr>\n<td>productID</td>\n<td>string</td>\n<td>optional</td>\n<td>Alphanumeric identifiers only</td>\n<td>Consent template ID for which consent list to be fetched.</td>\n<td></td>\n</tr>\n<tr>\n<td>accountID</td>\n<td>string</td>\n<td>optional</td>\n<td>Alphanumeric + underscore, hyphen, dot only</td>\n<td>Customer Reference Number for which consent list to be fetched.</td>\n<td></td>\n</tr>\n<tr>\n<td>status</td>\n<td>array</td>\n<td>optional</td>\n<td></td>\n<td>Status of the consent</td>\n<td>ACTIVE, PAUSED, REVOKED, EXPIRED, PENDING, REJECTED</td>\n</tr>\n</tbody>\n</table>\n</div><h4 id=\"response-parameters\">Response Parameters</h4>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Parameter</strong></th>\n<th><strong>Type</strong></th>\n<th><strong>Mandatory vs Optional</strong></th>\n<th><strong>Description</strong></th>\n<th><strong>Supported Values</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>status</td>\n<td>string</td>\n<td>optional</td>\n<td>Status of the response.</td>\n<td></td>\n</tr>\n<tr>\n<td>ver</td>\n<td>string</td>\n<td>Optional</td>\n<td>Version of the API.</td>\n<td></td>\n</tr>\n<tr>\n<td>timestamp</td>\n<td>string</td>\n<td>optional</td>\n<td>The timestamp of the transaction.</td>\n<td></td>\n</tr>\n<tr>\n<td>data.consentID</td>\n<td>string</td>\n<td>optional</td>\n<td>Unique consent ID. A consent ID is generated only for an approved consent. Pending and Rejected consent will not have consent ID. Consent ID is used to fetch data.</td>\n<td></td>\n</tr>\n<tr>\n<td>data.consentHandle</td>\n<td>string</td>\n<td>mandatory</td>\n<td>Unique consent handle of the consent request raised.</td>\n<td></td>\n</tr>\n<tr>\n<td>data.status</td>\n<td>string</td>\n<td>mandatory</td>\n<td>Status of the consent.</td>\n<td>PENDING, ACTIVE, REVOKED, PAUSED, REJECTED, EXPIRED, FAILED</td>\n</tr>\n<tr>\n<td>data.productID</td>\n<td>string</td>\n<td>mandatory</td>\n<td>Consent template ID used to create this consent.</td>\n<td></td>\n</tr>\n<tr>\n<td>data.accountID</td>\n<td>string</td>\n<td>mandatory</td>\n<td>Customer Reference Number passed during consent creation.</td>\n<td></td>\n</tr>\n<tr>\n<td>data.aaId</td>\n<td>string</td>\n<td>mandatory</td>\n<td>AA ID</td>\n<td></td>\n</tr>\n<tr>\n<td>data.vua</td>\n<td>string</td>\n<td>mandatory</td>\n<td>VUA is a unique identifier for the customer provided by the Account Aggregator (AA).</td>\n<td></td>\n</tr>\n<tr>\n<td>data.consentCreationDate</td>\n<td>string($date-time)</td>\n<td>mandatory</td>\n<td>Start date and time of consent validity.</td>\n<td></td>\n</tr>\n<tr>\n<td>data.consentExpiry</td>\n<td>string($date-time)</td>\n<td>mandatory</td>\n<td>End data and time of consent validity.</td>\n<td></td>\n</tr>\n<tr>\n<td>data.accounts</td>\n<td>array</td>\n<td>optional</td>\n<td>List of accounts for which consent has been approved by the user.</td>\n<td></td>\n</tr>\n<tr>\n<td>data.accounts.fipName</td>\n<td>string</td>\n<td>mandatory</td>\n<td>FIP Name where the account belongs.</td>\n<td></td>\n</tr>\n<tr>\n<td>data.accounts.fipID</td>\n<td>string</td>\n<td>mandatory</td>\n<td>FIP ID corresponding to the FIP name. It is a unique ID.</td>\n<td></td>\n</tr>\n<tr>\n<td>data.accounts.accountType</td>\n<td>string</td>\n<td>mandatory</td>\n<td>Type of account.</td>\n<td></td>\n</tr>\n<tr>\n<td>data.accounts.linkReferenceNumber</td>\n<td>string</td>\n<td>mandatory</td>\n<td>A unique UUID to identify the account. It is provided by the FIP post a successful account linking in the AA profile.</td>\n<td></td>\n</tr>\n<tr>\n<td>data.accounts.maskedAccount</td>\n<td>string</td>\n<td>mandatory</td>\n<td>Masked Account number as provided by FIP.</td>\n<td></td>\n</tr>\n<tr>\n<td>data.accounts.fiType</td>\n<td>string</td>\n<td>mandatory</td>\n<td>FI Type of the account.</td>\n<td>DEPOSIT, TERM_DEPOSIT, TERM-DEPOSIT, RECURRING_DEPOSIT, SIP, CP, GOVT_SECURITIES, EQUITIES, BONDS, DEBENTURES, MUTUAL_FUNDS, ETF, IDR, CIS, AIF, INSURANCE_POLICIES, NPS, INVIT, REIT, GSTR1_3B, LIFE_INSURANCE, GENERAL_INSURANCE, OTHER</td>\n</tr>\n</tbody>\n</table>\n</div><h4 id=\"error-response-format\">Error Response Format</h4>\n<p>When an error occurs, the API returns a JSON object with the following structure:</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Sr. No.</th>\n<th>Field</th>\n<th>Type</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>1</td>\n<td><code>ver</code></td>\n<td>String (Optional)</td>\n</tr>\n<tr>\n<td>2</td>\n<td><code>timestamp</code></td>\n<td>String (Optional)</td>\n</tr>\n<tr>\n<td>3</td>\n<td><code>errorCode</code></td>\n<td>String (Optional)</td>\n</tr>\n<tr>\n<td>4</td>\n<td><code>errorMsg</code></td>\n<td>String (Optional)</td>\n</tr>\n<tr>\n<td>5</td>\n<td><code>status</code></td>\n<td>String (Optional)</td>\n</tr>\n</tbody>\n</table>\n</div><h4 id=\"error-code-catalogue\">Error Code Catalogue</h4>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>#</th>\n<th>Error Code</th>\n<th>Error Message</th>\n<th>Payload (Request Body)</th>\n<th>Tested</th>\n<th>Violated Rule</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>1</td>\n<td>InvalidRequest</td>\n<td>[ mobileNumber is required ]</td>\n<td><code>{}</code></td>\n<td>Y</td>\n<td>mobileNumber is mandatory field</td>\n</tr>\n<tr>\n<td>2</td>\n<td>InvalidRequest</td>\n<td>[ mobileNumber must contain value ] [ mobileNumber must be valid 10 digit ]</td>\n<td><code>{\"mobileNumber\": \"\"}</code></td>\n<td>Y</td>\n<td>mobileNumber cannot be empty string</td>\n</tr>\n<tr>\n<td>3</td>\n<td>InvalidRequest</td>\n<td>[ mobileNumber must be valid 10 digit ]</td>\n<td><code>{\"mobileNumber\": \"123\"}</code></td>\n<td>Y</td>\n<td>mobileNumber must be exactly 10 digits</td>\n</tr>\n<tr>\n<td>4</td>\n<td>InvalidRequest</td>\n<td>[ mobileNumber must be valid 10 digit ]</td>\n<td><code>{\"mobileNumber\": \"12345678901\"}</code></td>\n<td>Y</td>\n<td>mobileNumber must be exactly 10 digits (not 11)</td>\n</tr>\n<tr>\n<td>5</td>\n<td>InvalidRequest</td>\n<td>[ mobileNumber must be valid 10 digit ]</td>\n<td><code>{\"mobileNumber\": \"abcd123456\"}</code></td>\n<td>Y</td>\n<td>mobileNumber must contain only digits 0-9</td>\n</tr>\n<tr>\n<td>6</td>\n<td>InvalidRequest</td>\n<td>[ productID must contain value ] [ productID value can have only A to Z, a to z, 0 to 9, _ , - and . characters ]</td>\n<td><code>{\"mobileNumber\": \"9497448320\", \"productID\": \"\"}</code></td>\n<td>Y</td>\n<td>productID cannot be empty string when provided</td>\n</tr>\n<tr>\n<td>7</td>\n<td>InvalidRequest</td>\n<td>[ productID value can have only A to Z, a to z, 0 to 9, _ , - and . characters ]</td>\n<td><code>{\"mobileNumber\": \"9597448320\", \"productID\": \"prod@123\"}</code></td>\n<td>Y</td>\n<td>productID can only have alphanumeric, underscore, hyphen, dot</td>\n</tr>\n<tr>\n<td>8</td>\n<td>InvalidRequest</td>\n<td>[ productID value can have only A to Z, a to z, 0 to 9, _ , - and . characters ]</td>\n<td><code>{\"mobileNumber\": \"9597448320\", \"productID\": \"prod#id\"}</code></td>\n<td>Y</td>\n<td>productID cannot contain special chars like #</td>\n</tr>\n<tr>\n<td>9</td>\n<td>InvalidRequest</td>\n<td>[ productID value can have only A to Z, a to z, 0 to 9, _ , - and . characters ]</td>\n<td><code>{\"mobileNumber\": \"9597448320\", \"productID\": \"prod id\"}</code></td>\n<td>Y</td>\n<td>productID cannot contain spaces</td>\n</tr>\n<tr>\n<td>10</td>\n<td>InvalidRequest</td>\n<td>[ accountID must contain value ] [ accountID value can have only A to Z, a to z, 0 to 9, _ , - and . characters ]</td>\n<td><code>{\"mobileNumber\": \"9597448320\", \"accountID\": \"\"}</code></td>\n<td>Y</td>\n<td>accountID cannot be empty string when provided</td>\n</tr>\n<tr>\n<td>11</td>\n<td>InvalidRequest</td>\n<td>[ accountID value can have only A to Z, a to z, 0 to 9, _ , - and . characters ]</td>\n<td><code>{\"mobileNumber\": \"9597448320\", \"accountID\": \"acc@123\"}</code></td>\n<td>Y</td>\n<td>accountID can only have alphanumeric, underscore, hyphen, dot</td>\n</tr>\n<tr>\n<td>12</td>\n<td>InvalidRequest</td>\n<td>[ accountID value can have only A to Z, a to z, 0 to 9, _ , - and . characters ]</td>\n<td><code>{\"mobileNumber\": \"9597448320\", \"accountID\": \"acc#id\"}</code></td>\n<td>Y</td>\n<td>accountID cannot contain special chars like #</td>\n</tr>\n<tr>\n<td>13</td>\n<td>InvalidRequest</td>\n<td>[ accountID value can have only A to Z, a to z, 0 to 9, _ , - and . characters ]</td>\n<td><code>{\"mobileNumber\": \"9597448320\", \"accountID\": \"acc id\"}</code></td>\n<td>Y</td>\n<td>accountID cannot contain spaces</td>\n</tr>\n<tr>\n<td>14</td>\n<td>InvalidRequest</td>\n<td>[ status &gt; 0 must be one of [ACTIVE, PAUSED, REVOKED, EXPIRED, PENDING, REJECTED] ]</td>\n<td><code>{\"mobileNumber\": \"9597448320\", \"status\": [\"INVALID_STATUS\"]}</code></td>\n<td>Y</td>\n<td>status array must only contain valid values</td>\n</tr>\n<tr>\n<td>15</td>\n<td>InvalidRequest</td>\n<td>[ status &gt; 1 must be one of [ACTIVE, PAUSED, REVOKED, EXPIRED, PENDING, REJECTED] ]</td>\n<td><code>{\"mobileNumber\": \"9597448320\", \"status\": [\"ACTIVE\", \"INVALID\"]}</code></td>\n<td>Y</td>\n<td>All values in status array must be valid</td>\n</tr>\n<tr>\n<td>16</td>\n<td>InvalidRequest</td>\n<td>[ mobileNumber must be valid 10 digit ] [ productID value can have only A to Z, a to z, 0 to 9, _ , - and . characters ]</td>\n<td><code>{\"mobileNumber\": \"123\", \"productID\": \"prod@123\"}</code></td>\n<td>Y</td>\n<td>Multiple validation rules violated</td>\n</tr>\n<tr>\n<td>17</td>\n<td>InvalidRequest</td>\n<td>entered an invalid ProductID.</td>\n<td><code>{\"mobileNumber\": \"9497448320\", \"productID\": \"NONEXISTENT_PRODUCT\"}</code></td>\n<td>Y</td>\n<td>productID must exist in products table</td>\n</tr>\n<tr>\n<td>18</td>\n<td>InternalError</td>\n<td>Something went wrong with the request payload.</td>\n<td><code>{\"mobileNumber\": \"9497448320\"}</code></td>\n<td>Setup Required (Not tested)</td>\n<td>Unexpected exceptions in code</td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"path":["getconsentslist"],"host":["{{Base_URL}}"],"query":[],"variable":[]}},"response":[{"id":"6ab2d7cc-e61a-4959-91ac-1098a6c0ef3d","name":"Example","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"key":"client_id","value":"{{Client_Id}}","type":"text"},{"key":"client_secret","value":"{{Client_Secret}}","type":"text"},{"key":"organisationId","value":"{{Organisation_Id}}","type":"text"},{"key":"appIdentifier","value":"{{App_Identifier}}","type":"text"}],"body":{"mode":"raw","raw":"{\n  \"mobileNumber\":\"{{Mobile_Number}}\",\n  \"productID\" : \"{{Product_Id}}\"\n}","options":{"raw":{"language":"json"}}},"url":"{{Base_URL}}/getconsentslist"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Thu, 07 Aug 2025 12:35:16 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"10170"},{"key":"Connection","value":"keep-alive"},{"key":"Content-Security-Policy","value":"report-uri *.moneyone.in"},{"key":"Cross-Origin-Embedder-Policy","value":"require-corp"},{"key":"Cross-Origin-Opener-Policy","value":"same-origin"},{"key":"Cross-Origin-Resource-Policy","value":"same-origin"},{"key":"X-DNS-Prefetch-Control","value":"off"},{"key":"Expect-CT","value":"max-age=0"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"Strict-Transport-Security","value":"max-age=31536000; includeSubDomains"},{"key":"X-Download-Options","value":"noopen"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"Origin-Agent-Cluster","value":"?1"},{"key":"X-Permitted-Cross-Domain-Policies","value":"none"},{"key":"Referrer-Policy","value":"no-referrer"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"X-RateLimit-Limit","value":"1000"},{"key":"X-RateLimit-Remaining","value":"995"},{"key":"X-RateLimit-Reset","value":"1754570119"},{"key":"Access-Control-Allow-Origin","value":"*.moneyone.in"},{"key":"Access-Control-Allow-Methods","value":"GET, POST"},{"key":"Access-Control-Allow-Headers","value":"X-Requested-With,content-type"},{"key":"Access-Control-Allow-Credentials","value":"true"},{"key":"ETag","value":"W/\"27ba-h3SzNj/5xhlCmHQqzSq29NLyxEE\""}],"cookie":[],"responseTime":null,"body":"{\n    \"ver\": \"1.21.0\",\n    \"status\": \"success\",\n    \"data\": [\n        {\n            \"consentID\": \"20918495-ea9c-4508-a1b4-93ca1fbfd0f3\",\n            \"consentHandle\": \"8b5b9333-00df-4b99-99d8-b0918f897e7b\",\n            \"status\": \"ACTIVE\",\n            \"productID\": \"TESTWM01\",\n            \"accountID\": \"test1\",\n            \"aaId\": \"onemoney-aa\",\n            \"consentCreationData\": \"2025-03-17T10:23:52.000Z\",\n            \"consent_expiry\": \"2026-03-17 10:23:52\",\n            \"accounts\": [\n                {\n                    \"fipName\": \"FinShareBankServer\",\n                    \"fipId\": \"finsharebank\",\n                    \"accountType\": \"SAVINGS\",\n                    \"linkReferenceNumber\": \"e72534d6-0016-4f0e-9da5-3e05ad405394\",\n                    \"maskedAccountNumber\": \"XXXXXXXX3900\",\n                    \"fiType\": \"DEPOSIT\"\n                },\n                {\n                    \"fipName\": \"FinShareBankServer\",\n                    \"fipId\": \"finsharebank\",\n                    \"accountType\": \"CURRENT\",\n                    \"linkReferenceNumber\": \"2db448bf-d19a-4f42-928f-1bd4a012000f\",\n                    \"maskedAccountNumber\": \"XXXXXXXX3908\",\n                    \"fiType\": \"DEPOSIT\"\n                }\n            ],\n            \"vua\": \"9674987439@onemoney\"\n        },\n        {\n            \"consentID\": \"81a4cc83-24ac-46fa-9f96-47dae6cd777c\",\n            \"consentHandle\": \"d05a271f-22ae-4fbd-8810-19df9a97cfee\",\n            \"status\": \"ACTIVE\",\n            \"productID\": \"TESTWM01\",\n            \"accountID\": \"test1\",\n            \"aaId\": \"onemoney-aa\",\n            \"consentCreationData\": \"2025-03-17T10:24:42.000Z\",\n            \"consent_expiry\": \"2026-03-17 10:24:42\",\n            \"accounts\": [\n                {\n                    \"fipName\": \"FinShareBankServer\",\n                    \"fipId\": \"finsharebank\",\n                    \"accountType\": \"SAVINGS\",\n                    \"linkReferenceNumber\": \"e72534d6-0016-4f0e-9da5-3e05ad405394\",\n                    \"maskedAccountNumber\": \"XXXXXXXX3900\",\n                    \"fiType\": \"DEPOSIT\"\n                },\n                {\n                    \"fipName\": \"FinShareBankServer\",\n                    \"fipId\": \"finsharebank\",\n                    \"accountType\": \"CURRENT\",\n                    \"linkReferenceNumber\": \"2db448bf-d19a-4f42-928f-1bd4a012000f\",\n                    \"maskedAccountNumber\": \"XXXXXXXX3908\",\n                    \"fiType\": \"DEPOSIT\"\n                }\n            ],\n            \"vua\": \"9674987439@onemoney\"\n        },\n        {\n            \"consentID\": \"96b8ecc2-4ce7-44f4-b2c9-f768fcb27eec\",\n            \"consentHandle\": \"136603af-a5df-489d-a56c-104937aebf24\",\n            \"status\": \"ACTIVE\",\n            \"productID\": \"TESTWM01\",\n            \"accountID\": \"test1\",\n            \"aaId\": \"onemoney-aa\",\n            \"consentCreationData\": \"2025-03-19T12:39:53.000Z\",\n            \"consent_expiry\": \"2026-03-19 12:39:53\",\n            \"accounts\": [\n                {\n                    \"fipName\": \"FinShareBankServer\",\n                    \"fipId\": \"finsharebank\",\n                    \"accountType\": \"SAVINGS\",\n                    \"linkReferenceNumber\": \"e72534d6-0016-4f0e-9da5-3e05ad405394\",\n                    \"maskedAccountNumber\": \"XXXXXXXX3900\",\n                    \"fiType\": \"DEPOSIT\"\n                },\n                {\n                    \"fipName\": \"FinShareBankServer\",\n                    \"fipId\": \"finsharebank\",\n                    \"accountType\": \"CURRENT\",\n                    \"linkReferenceNumber\": \"2db448bf-d19a-4f42-928f-1bd4a012000f\",\n                    \"maskedAccountNumber\": \"XXXXXXXX3908\",\n                    \"fiType\": \"DEPOSIT\"\n                }\n            ],\n            \"vua\": \"9674987439@onemoney\"\n        },\n        {\n            \"consentID\": \"cd7987e9-e408-40ea-957e-119c651647f9\",\n            \"consentHandle\": \"6729b87c-b45b-4f17-8fc8-6550e9ef3153\",\n            \"status\": \"ACTIVE\",\n            \"productID\": \"TESTWM01\",\n            \"accountID\": \"test1\",\n            \"aaId\": \"onemoney-aa\",\n            \"consentCreationData\": \"2025-03-19T12:41:09.000Z\",\n            \"consent_expiry\": \"2026-03-19 12:41:09\",\n            \"accounts\": [\n                {\n                    \"fipName\": \"FinShareBankServer\",\n                    \"fipId\": \"finsharebank\",\n                    \"accountType\": \"SAVINGS\",\n                    \"linkReferenceNumber\": \"e72534d6-0016-4f0e-9da5-3e05ad405394\",\n                    \"maskedAccountNumber\": \"XXXXXXXX3900\",\n                    \"fiType\": \"DEPOSIT\"\n                },\n                {\n                    \"fipName\": \"FinShareBankServer\",\n                    \"fipId\": \"finsharebank\",\n                    \"accountType\": \"CURRENT\",\n                    \"linkReferenceNumber\": \"2db448bf-d19a-4f42-928f-1bd4a012000f\",\n                    \"maskedAccountNumber\": \"XXXXXXXX3908\",\n                    \"fiType\": \"DEPOSIT\"\n                }\n            ],\n            \"vua\": \"9674987439@onemoney\"\n        },\n        {\n            \"consentID\": \"123bbd31-9509-47a5-acd1-a400319303fa\",\n            \"consentHandle\": \"8021dc86-4629-46b7-aace-d25130bc7417\",\n            \"status\": \"ACTIVE\",\n            \"productID\": \"TESTWM01\",\n            \"accountID\": \"test1\",\n            \"aaId\": \"onemoney-aa\",\n            \"consentCreationData\": \"2025-03-19T18:43:13.000Z\",\n            \"consent_expiry\": \"2026-03-19 18:43:13\",\n            \"accounts\": [\n                {\n                    \"fipName\": \"FinShareBankServer\",\n                    \"fipId\": \"finsharebank\",\n                    \"accountType\": \"SAVINGS\",\n                    \"linkReferenceNumber\": \"e72534d6-0016-4f0e-9da5-3e05ad405394\",\n                    \"maskedAccountNumber\": \"XXXXXXXX3900\",\n                    \"fiType\": \"DEPOSIT\"\n                },\n                {\n                    \"fipName\": \"FinShareBankServer\",\n                    \"fipId\": \"finsharebank\",\n                    \"accountType\": \"CURRENT\",\n                    \"linkReferenceNumber\": \"2db448bf-d19a-4f42-928f-1bd4a012000f\",\n                    \"maskedAccountNumber\": \"XXXXXXXX3908\",\n                    \"fiType\": \"DEPOSIT\"\n                }\n            ],\n            \"vua\": \"9674987439@onemoney\"\n        },\n        {\n            \"consentID\": \"8d8dbf30-7057-441a-9486-6e67c70b4b2e\",\n            \"consentHandle\": \"3a3f2d96-fc3b-42e5-804f-e65d10a4be98\",\n            \"status\": \"ACTIVE\",\n            \"productID\": \"TESTWM01\",\n            \"accountID\": \"test\",\n            \"aaId\": \"onemoney-aa\",\n            \"consentCreationData\": \"2025-03-19T19:03:28.000Z\",\n            \"consent_expiry\": \"2026-03-19 19:03:28\",\n            \"accounts\": [\n                {\n                    \"fipName\": \"FinShareBankServer\",\n                    \"fipId\": \"finsharebank\",\n                    \"accountType\": \"SAVINGS\",\n                    \"linkReferenceNumber\": \"e72534d6-0016-4f0e-9da5-3e05ad405394\",\n                    \"maskedAccountNumber\": \"XXXXXXXX3900\",\n                    \"fiType\": \"DEPOSIT\"\n                },\n                {\n                    \"fipName\": \"FinShareBankServer\",\n                    \"fipId\": \"finsharebank\",\n                    \"accountType\": \"CURRENT\",\n                    \"linkReferenceNumber\": \"2db448bf-d19a-4f42-928f-1bd4a012000f\",\n                    \"maskedAccountNumber\": \"XXXXXXXX3908\",\n                    \"fiType\": \"DEPOSIT\"\n                }\n            ],\n            \"vua\": \"9674987439@onemoney\"\n        },\n        {\n            \"consentID\": \"11c3ae92-dc1a-4647-896c-1220960dcc30\",\n            \"consentHandle\": \"5daa119d-7760-43c3-b6cd-6626fb5c76fa\",\n            \"status\": \"ACTIVE\",\n            \"productID\": \"TESTWM01\",\n            \"accountID\": \"test\",\n            \"aaId\": \"onemoney-aa\",\n            \"consentCreationData\": \"2025-03-19T19:10:44.000Z\",\n            \"consent_expiry\": \"2026-03-19 19:10:44\",\n            \"accounts\": [\n                {\n                    \"fipName\": \"FinShareBankServer\",\n                    \"fipId\": \"finsharebank\",\n                    \"accountType\": \"SAVINGS\",\n                    \"linkReferenceNumber\": \"e72534d6-0016-4f0e-9da5-3e05ad405394\",\n                    \"maskedAccountNumber\": \"XXXXXXXX3900\",\n                    \"fiType\": \"DEPOSIT\"\n                },\n                {\n                    \"fipName\": \"FinShareBankServer\",\n                    \"fipId\": \"finsharebank\",\n                    \"accountType\": \"CURRENT\",\n                    \"linkReferenceNumber\": \"2db448bf-d19a-4f42-928f-1bd4a012000f\",\n                    \"maskedAccountNumber\": \"XXXXXXXX3908\",\n                    \"fiType\": \"DEPOSIT\"\n                }\n            ],\n            \"vua\": \"9674987439@onemoney\"\n        },\n        {\n            \"consentID\": \"2a1f1432-d4d6-4230-bf44-6d37962ad9b7\",\n            \"consentHandle\": \"2bacff1f-52b6-4a6e-bd41-319b7c6a936e\",\n            \"status\": \"ACTIVE\",\n            \"productID\": \"TESTWM01\",\n            \"accountID\": \"test1\",\n            \"aaId\": \"onemoney-aa\",\n            \"consentCreationData\": \"2025-03-20T16:57:57.000Z\",\n            \"consent_expiry\": \"2026-03-20 16:57:57\",\n            \"accounts\": [\n                {\n                    \"fipName\": \"FinShareBankServer\",\n                    \"fipId\": \"finsharebank\",\n                    \"accountType\": \"SAVINGS\",\n                    \"linkReferenceNumber\": \"e72534d6-0016-4f0e-9da5-3e05ad405394\",\n                    \"maskedAccountNumber\": \"XXXXXXXX3900\",\n                    \"fiType\": \"DEPOSIT\"\n                },\n                {\n                    \"fipName\": \"FinShareBankServer\",\n                    \"fipId\": \"finsharebank\",\n                    \"accountType\": \"CURRENT\",\n                    \"linkReferenceNumber\": \"2db448bf-d19a-4f42-928f-1bd4a012000f\",\n                    \"maskedAccountNumber\": \"XXXXXXXX3908\",\n                    \"fiType\": \"DEPOSIT\"\n                }\n            ],\n            \"vua\": \"9674987439@onemoney\"\n        },\n        {\n            \"consentID\": \"85f2b6ac-a59f-41ee-b0cb-fb5b49aaa6d8\",\n            \"consentHandle\": \"8015065b-f078-4c73-9a1c-456f17308c19\",\n            \"status\": \"ACTIVE\",\n            \"productID\": \"TESTWM01\",\n            \"accountID\": \"test\",\n            \"aaId\": \"onemoney-aa\",\n            \"consentCreationData\": \"2025-03-20T17:03:13.000Z\",\n            \"consent_expiry\": \"2026-03-20 17:03:13\",\n            \"accounts\": [\n                {\n                    \"fipName\": \"FinShareBankServer\",\n                    \"fipId\": \"finsharebank\",\n                    \"accountType\": \"SAVINGS\",\n                    \"linkReferenceNumber\": \"e72534d6-0016-4f0e-9da5-3e05ad405394\",\n                    \"maskedAccountNumber\": \"XXXXXXXX3900\",\n                    \"fiType\": \"DEPOSIT\"\n                },\n                {\n                    \"fipName\": \"FinShareBankServer\",\n                    \"fipId\": \"finsharebank\",\n                    \"accountType\": \"CURRENT\",\n                    \"linkReferenceNumber\": \"2db448bf-d19a-4f42-928f-1bd4a012000f\",\n                    \"maskedAccountNumber\": \"XXXXXXXX3908\",\n                    \"fiType\": \"DEPOSIT\"\n                }\n            ],\n            \"vua\": \"9674987439@onemoney\"\n        },\n        {\n            \"consentID\": null,\n            \"consentHandle\": \"cff6a811-4c5f-459d-bbfa-d4cae39a8083\",\n            \"status\": \"PENDING\",\n            \"productID\": \"TESTWM01\",\n            \"accountID\": \"test\",\n            \"aaId\": \"onemoney-aa\",\n            \"consentCreationData\": \"2025-03-25T14:00:42.000Z\",\n            \"consent_expiry\": \"2026-03-25 14:00:42\",\n            \"accounts\": [],\n            \"vua\": \"9674987439@onemoney\"\n        },\n        {\n            \"consentID\": null,\n            \"consentHandle\": \"242a7e4a-2cda-453c-97da-710416d1dbbd\",\n            \"status\": \"PENDING\",\n            \"productID\": \"TESTWM01\",\n            \"accountID\": \"test\",\n            \"aaId\": \"onemoney-aa\",\n            \"consentCreationData\": \"2025-03-25T16:48:40.000Z\",\n            \"consent_expiry\": \"2026-03-25 16:48:40\",\n            \"accounts\": [],\n            \"vua\": \"9674987439@onemoney\"\n        },\n        {\n            \"consentID\": null,\n            \"consentHandle\": \"3774a6d5-c71f-4f71-9814-5b2c78102729\",\n            \"status\": \"PENDING\",\n            \"productID\": \"TESTWM01\",\n            \"accountID\": \"test\",\n            \"aaId\": \"onemoney-aa\",\n            \"consentCreationData\": \"2025-03-25T16:48:52.000Z\",\n            \"consent_expiry\": \"2026-03-25 16:48:52\",\n            \"accounts\": [],\n            \"vua\": \"9674987439@onemoney\"\n        },\n        {\n            \"consentID\": null,\n            \"consentHandle\": \"2b802c77-769d-4685-9329-e655814ee0dc\",\n            \"status\": \"PENDING\",\n            \"productID\": \"TESTWM01\",\n            \"accountID\": \"test\",\n            \"aaId\": \"onemoney-aa\",\n            \"consentCreationData\": \"2025-03-25T16:50:21.000Z\",\n            \"consent_expiry\": \"2026-03-25 16:50:20\",\n            \"accounts\": [],\n            \"vua\": \"9674987439@onemoney\"\n        },\n        {\n            \"consentID\": null,\n            \"consentHandle\": \"9f74e780-c39d-48bb-ab7b-6fb39b99bdb8\",\n            \"status\": \"PENDING\",\n            \"productID\": \"TESTWM01\",\n            \"accountID\": \"test\",\n            \"aaId\": \"onemoney-aa\",\n            \"consentCreationData\": \"2025-03-25T17:02:50.000Z\",\n            \"consent_expiry\": \"2026-03-25 17:02:50\",\n            \"accounts\": [],\n            \"vua\": \"9674987439@onemoney\"\n        },\n        {\n            \"consentID\": null,\n            \"consentHandle\": \"f0a7de8f-14e8-4c34-9fc4-bad22a232361\",\n            \"status\": \"PENDING\",\n            \"productID\": \"TESTWM01\",\n            \"accountID\": \"test\",\n            \"aaId\": \"onemoney-aa\",\n            \"consentCreationData\": \"2025-03-25T17:07:56.000Z\",\n            \"consent_expiry\": \"2026-03-25 17:07:56\",\n            \"accounts\": [],\n            \"vua\": \"9674987439@onemoney\"\n        },\n        {\n            \"consentID\": null,\n            \"consentHandle\": \"eab570b6-259a-4589-b535-464a850d7e82\",\n            \"status\": \"PENDING\",\n            \"productID\": \"TESTWM01\",\n            \"accountID\": \"test\",\n            \"aaId\": \"onemoney-aa\",\n            \"consentCreationData\": \"2025-03-25T17:09:11.000Z\",\n            \"consent_expiry\": \"2026-03-25 17:09:11\",\n            \"accounts\": [],\n            \"vua\": \"9674987439@onemoney\"\n        },\n        {\n            \"consentID\": \"9d1ec68c-b137-4896-b3e6-6b4f106cc84c\",\n            \"consentHandle\": \"257cd126-3838-4597-a63c-f9438535ec47\",\n            \"status\": \"ACTIVE\",\n            \"productID\": \"TESTWM01\",\n            \"accountID\": \"test\",\n            \"aaId\": \"onemoney-aa\",\n            \"consentCreationData\": \"2025-03-25T17:21:44.000Z\",\n            \"consent_expiry\": \"2026-03-25 17:21:44\",\n            \"accounts\": [\n                {\n                    \"fipName\": \"FinShareBankServer\",\n                    \"fipId\": \"finsharebank\",\n                    \"accountType\": \"SAVINGS\",\n                    \"linkReferenceNumber\": \"e72534d6-0016-4f0e-9da5-3e05ad405394\",\n                    \"maskedAccountNumber\": \"XXXXXXXX3900\",\n                    \"fiType\": \"DEPOSIT\"\n                },\n                {\n                    \"fipName\": \"FinShareBankServer\",\n                    \"fipId\": \"finsharebank\",\n                    \"accountType\": \"CURRENT\",\n                    \"linkReferenceNumber\": \"2db448bf-d19a-4f42-928f-1bd4a012000f\",\n                    \"maskedAccountNumber\": \"XXXXXXXX3908\",\n                    \"fiType\": \"DEPOSIT\"\n                }\n            ],\n            \"vua\": \"9674987439@onemoney\"\n        },\n        {\n            \"consentID\": \"ab4dab2c-a3ef-4935-b55d-25db20e3048d\",\n            \"consentHandle\": \"6779a140-0fbe-42fd-b90e-68998a734574\",\n            \"status\": \"ACTIVE\",\n            \"productID\": \"TESTWM01\",\n            \"accountID\": \"test\",\n            \"aaId\": \"onemoney-aa\",\n            \"consentCreationData\": \"2025-03-25T17:21:45.000Z\",\n            \"consent_expiry\": \"2026-03-25 17:21:45\",\n            \"accounts\": [\n                {\n                    \"fipName\": \"FinShareBankServer\",\n                    \"fipId\": \"finsharebank\",\n                    \"accountType\": \"SAVINGS\",\n                    \"linkReferenceNumber\": \"e72534d6-0016-4f0e-9da5-3e05ad405394\",\n                    \"maskedAccountNumber\": \"XXXXXXXX3900\",\n                    \"fiType\": \"DEPOSIT\"\n                },\n                {\n                    \"fipName\": \"FinShareBankServer\",\n                    \"fipId\": \"finsharebank\",\n                    \"accountType\": \"CURRENT\",\n                    \"linkReferenceNumber\": \"2db448bf-d19a-4f42-928f-1bd4a012000f\",\n                    \"maskedAccountNumber\": \"XXXXXXXX3908\",\n                    \"fiType\": \"DEPOSIT\"\n                }\n            ],\n            \"vua\": \"9674987439@onemoney\"\n        },\n        {\n            \"consentID\": null,\n            \"consentHandle\": \"9ee16215-2ab4-4fe4-a471-69dd5ef336d9\",\n            \"status\": \"PENDING\",\n            \"productID\": \"TESTWM01\",\n            \"accountID\": \"test\",\n            \"aaId\": \"onemoney-aa\",\n            \"consentCreationData\": \"2025-07-01T17:50:31.000Z\",\n            \"consent_expiry\": \"2026-07-01 17:50:31\",\n            \"accounts\": [],\n            \"vua\": \"9674987439@onemoney\"\n        }\n    ]\n}"},{"id":"67f400b4-891c-4cb7-9a9b-d9b03829ba0d","name":"Error Example","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"key":"client_id","value":"{{Client_Id}}","type":"text"},{"key":"client_secret","value":"{{Client_Secret}}","type":"text"},{"key":"organisationId","value":"{{Organisation_Id}}","type":"text"},{"key":"appIdentifier","value":"{{App_Identifier}}","type":"text"}],"body":{"mode":"raw","raw":"{\n  \"mobileNumber\":\"{{Mobile_Number}}\",\n  \"productID\" : \"{{Product_Id}}\"\n}","options":{"raw":{"language":"json"}}},"url":"{{Base_URL}}/getconsentslist"},"status":"Bad Request","code":400,"_postman_previewlanguage":null,"header":[{"key":"Date","value":"Wed, 01 Oct 2025 11:43:37 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"139"},{"key":"Connection","value":"keep-alive"},{"key":"Content-Security-Policy","value":"report-uri *.moneyone.in"},{"key":"Cross-Origin-Embedder-Policy","value":"require-corp"},{"key":"Cross-Origin-Opener-Policy","value":"same-origin"},{"key":"Cross-Origin-Resource-Policy","value":"same-origin"},{"key":"X-DNS-Prefetch-Control","value":"off"},{"key":"Expect-CT","value":"max-age=0"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"Strict-Transport-Security","value":"max-age=31536000; includeSubDomains"},{"key":"X-Download-Options","value":"noopen"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"Origin-Agent-Cluster","value":"?1"},{"key":"X-Permitted-Cross-Domain-Policies","value":"none"},{"key":"Referrer-Policy","value":"no-referrer"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"X-RateLimit-Limit","value":"1000"},{"key":"X-RateLimit-Remaining","value":"996"},{"key":"X-RateLimit-Reset","value":"1759319035"},{"key":"Access-Control-Allow-Origin","value":"*.moneyone.in"},{"key":"Access-Control-Allow-Methods","value":"GET, POST"},{"key":"Access-Control-Allow-Headers","value":"X-Requested-With,content-type"},{"key":"Access-Control-Allow-Credentials","value":"true"},{"key":"ETag","value":"W/\"8b-jwdqUTHyu9+ctfIBHVJcq885Xe0\""}],"cookie":[],"responseTime":null,"body":"{\n    \"ver\": \"1.21.0\",\n    \"timestamp\": \"2025-10-01T11:43:37.741Z\",\n    \"errorCode\": \"InvalidRequest\",\n    \"errorMsg\": \" [ mobileNumber must be valid 10 digit ] \"\n}"}],"_postman_id":"a5c75fa8-e645-45f1-9625-98e02020c969"},{"name":"Consent List V2","event":[{"listen":"test","script":{"id":"ab26dce2-a21c-4ea2-89ab-c012d3a40803","exec":[""],"type":"text/javascript","packages":{}}}],"id":"375d159b-cada-4510-a9c8-7ec203361a92","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"key":"client_id","value":"{{Client_Id}}","type":"text"},{"key":"client_secret","value":"{{Client_Secret}}","type":"text"},{"key":"organisationId","value":"{{Organisation_Id}}","type":"text"},{"key":"appIdentifier","value":"{{App_Identifier}}","type":"text"}],"body":{"mode":"raw","raw":"{\n  \"partyIdentifierType\": \"MOBILE\",\n  \"partyIdentifierValue\": \"{{Mobile_Number}}\",\n  \"productID\": \"{{Product_Id}}\",\n  \"accountID\": \"test\"\n}","options":{"raw":{"language":"json"}}},"url":"{{Base_URL}}/v2/getconsentslist","description":"<p>This API provides the list of consents and the details associated with the passed Party Identifier Type (e.g. Mobile Number), Product ID (or Consent Template ID) and the Account ID.</p>\n<p>Note:</p>\n<ul>\n<li>Use this API to fetch consents specfic to a particular Product ID &lt;&gt; Account ID combination.</li>\n</ul>\n<h4 id=\"request-parameters\">Request Parameters</h4>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Parameter</th>\n<th>Type</th>\n<th>Mandatory vs Optional</th>\n<th>Validation</th>\n<th>Description</th>\n<th>Supported Values</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>partyIdentifierType</td>\n<td>string</td>\n<td>mandatory</td>\n<td>Alphanumeric identifiers only</td>\n<td>Identifier type that is used to uniquely identify the customer.</td>\n<td>MOBILE</td>\n</tr>\n<tr>\n<td>partyIdentifierValue</td>\n<td>string</td>\n<td>mandatory</td>\n<td>For MOBILE: 10-digit number (0-9 only)</td>\n<td><strong>FinPro Validation:</strong> Only regex pattern (0-9) to verify the mobile number format.  <br />  <br /><strong>Note:</strong> Finpro not validating serviceable/ non-serviceable mobile numbers.</td>\n<td></td>\n</tr>\n<tr>\n<td>productID</td>\n<td>string</td>\n<td>mandatory</td>\n<td>Alphanumeric identifiers only</td>\n<td>Consent template ID for which consent list to be fetched.</td>\n<td></td>\n</tr>\n<tr>\n<td>accountID</td>\n<td>string</td>\n<td>mandatory</td>\n<td>Alphanumeric + underscore, hyphen, dot only</td>\n<td>Customer Reference Number for which consent list to be fetched.</td>\n<td></td>\n</tr>\n</tbody>\n</table>\n</div><h4 id=\"response-parameters\">Response Parameters</h4>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Parameter</strong></th>\n<th><strong>Type</strong></th>\n<th><strong>Mandatory vs Optional</strong></th>\n<th><strong>Description</strong></th>\n<th><strong>Supported Values</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>status</td>\n<td>string</td>\n<td>optional</td>\n<td>Status of the response.</td>\n<td></td>\n</tr>\n<tr>\n<td>ver</td>\n<td>string</td>\n<td>Optional</td>\n<td>Version of the API.</td>\n<td></td>\n</tr>\n<tr>\n<td>data.consentID</td>\n<td>string</td>\n<td>optional</td>\n<td>Unique consent ID. A consent ID is generated only for an approved consent. Pending and Rejected consent will not have consent ID. Consent ID is used to fetch data.</td>\n<td></td>\n</tr>\n<tr>\n<td>data.consentHandle</td>\n<td>string</td>\n<td>mandatory</td>\n<td>Unique consent handle of the consent request raised.</td>\n<td></td>\n</tr>\n<tr>\n<td>data.status</td>\n<td>string</td>\n<td>mandatory</td>\n<td>Status of the consent.</td>\n<td>PENDING, ACTIVE, REVOKED, PAUSED, REJECTED, EXPIRED, FAILED</td>\n</tr>\n<tr>\n<td>data.productID</td>\n<td>string</td>\n<td>mandatory</td>\n<td>Consent template ID used to create this consent.</td>\n<td></td>\n</tr>\n<tr>\n<td>data.accountID</td>\n<td>string</td>\n<td>mandatory</td>\n<td>Customer Reference Number passed during consent creation.</td>\n<td></td>\n</tr>\n<tr>\n<td>data.aaId</td>\n<td>string</td>\n<td>mandatory</td>\n<td>AA ID</td>\n<td></td>\n</tr>\n<tr>\n<td>data.vua</td>\n<td>string</td>\n<td>mandatory</td>\n<td>VUA is a unique identifier for the customer provided by the Account Aggregator (AA).</td>\n<td></td>\n</tr>\n<tr>\n<td>data.consentCreationDate</td>\n<td>string($date-time)</td>\n<td>mandatory</td>\n<td>Start date and time of consent validity.</td>\n<td></td>\n</tr>\n<tr>\n<td>data.consentExpiry</td>\n<td>string($date-time)</td>\n<td>mandatory</td>\n<td>End data and time of consent validity.</td>\n<td></td>\n</tr>\n<tr>\n<td>data.accounts</td>\n<td>array</td>\n<td>optional</td>\n<td>List of accounts for which consent has been approved by the user.</td>\n<td></td>\n</tr>\n<tr>\n<td>data.accounts.fipName</td>\n<td>string</td>\n<td>mandatory</td>\n<td>FIP Name where the account belongs.</td>\n<td></td>\n</tr>\n<tr>\n<td>data.accounts.fipID</td>\n<td>string</td>\n<td>mandatory</td>\n<td>FIP ID corresponding to the FIP name. It is a unique ID.</td>\n<td></td>\n</tr>\n<tr>\n<td>data.accounts.accountType</td>\n<td>string</td>\n<td>mandatory</td>\n<td>Type of account.</td>\n<td></td>\n</tr>\n<tr>\n<td>data.accounts.linkReferenceNumber</td>\n<td>string</td>\n<td>mandatory</td>\n<td>A unique UUID to identify the account. It is provided by the FIP post a successful account linking in the AA profile.</td>\n<td></td>\n</tr>\n<tr>\n<td>data.accounts.maskedAccount</td>\n<td>string</td>\n<td>mandatory</td>\n<td>Masked Account number as provided by FIP.</td>\n<td></td>\n</tr>\n<tr>\n<td>data.accounts.fiType</td>\n<td>string</td>\n<td>mandatory</td>\n<td>FI Type of the account.</td>\n<td>DEPOSIT, TERM_DEPOSIT, TERM-DEPOSIT, RECURRING_DEPOSIT, SIP, CP, GOVT_SECURITIES, EQUITIES, BONDS, DEBENTURES, MUTUAL_FUNDS, ETF, IDR, CIS, AIF, INSURANCE_POLICIES, NPS, INVIT, REIT, GSTR1_3B, LIFE_INSURANCE, GENERAL_INSURANCE, OTHER</td>\n</tr>\n<tr>\n<td>timestamp</td>\n<td>string</td>\n<td>optional</td>\n<td>The timestamp of the transaction.</td>\n<td></td>\n</tr>\n</tbody>\n</table>\n</div><h4 id=\"error-response-format\">Error Response Format</h4>\n<p>When an error occurs, the API returns a JSON object with the following structure:</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Sr. No.</th>\n<th>Field</th>\n<th>Type</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>1</td>\n<td><code>ver</code></td>\n<td>String (Optional)</td>\n</tr>\n<tr>\n<td>2</td>\n<td><code>timestamp</code></td>\n<td>String (Optional)</td>\n</tr>\n<tr>\n<td>3</td>\n<td><code>errorCode</code></td>\n<td>String (Optional)</td>\n</tr>\n<tr>\n<td>4</td>\n<td><code>errorMsg</code></td>\n<td>String (Optional)</td>\n</tr>\n<tr>\n<td>5</td>\n<td><code>status</code></td>\n<td>String (Optional)</td>\n</tr>\n</tbody>\n</table>\n</div><h4 id=\"error-code-catalogue\">Error Code Catalogue</h4>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>#</th>\n<th>Status</th>\n<th>Error Code</th>\n<th>Error Message</th>\n<th>Payload (Request Body)</th>\n<th>Tested</th>\n<th>Violated Rule</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>1</td>\n<td></td>\n<td>InvalidRequest</td>\n<td>[ partyIdentifierType is required ] [ partyIdentifierValue is required ] [ productID is required ] [ accountID is required ]</td>\n<td><code>{}</code></td>\n<td>Y</td>\n<td>All mandatory fields missing</td>\n</tr>\n<tr>\n<td>2</td>\n<td></td>\n<td>InvalidRequest</td>\n<td>[ partyIdentifierType is required ]</td>\n<td><code>{\"partyIdentifierValue\": \"7894665748\", \"productID\": \"NEWIO\", \"accountID\": \"BIJIL\"}</code></td>\n<td>Y</td>\n<td>partyIdentifierType is mandatory</td>\n</tr>\n<tr>\n<td>3</td>\n<td></td>\n<td>InvalidRequest</td>\n<td>[ partyIdentifierValue is required ]</td>\n<td><code>{\"partyIdentifierType\": \"MOBILE\", \"productID\": \"NEWIO\", \"accountID\": \"BIJIL\"}</code></td>\n<td>Y</td>\n<td>partyIdentifierValue is mandatory</td>\n</tr>\n<tr>\n<td>4</td>\n<td></td>\n<td>InvalidRequest</td>\n<td>[ productID is required ]</td>\n<td><code>{\"partyIdentifierType\": \"MOBILE\", \"partyIdentifierValue\": \"7894665748\", \"accountID\": \"BIJIL\"}</code></td>\n<td>Y</td>\n<td>productID is mandatory</td>\n</tr>\n<tr>\n<td>5</td>\n<td></td>\n<td>InvalidRequest</td>\n<td>[ accountID is required ]</td>\n<td><code>{\"partyIdentifierType\": \"MOBILE\", \"partyIdentifierValue\": \"7894665748\", \"productID\": \"NEWIO\"}</code></td>\n<td>Y</td>\n<td>accountID is mandatory</td>\n</tr>\n<tr>\n<td>6</td>\n<td></td>\n<td>InvalidRequest</td>\n<td>[ partyIdentifierType must contain value ] [ partyIdentifierType value can have only A to Z characters ]</td>\n<td><code>{\"partyIdentifierType\": \"\", \"partyIdentifierValue\": \"7894665748\", \"productID\": \"NEWIO\", \"accountID\": \"BIJIL\"}</code></td>\n<td>Y</td>\n<td>partyIdentifierType cannot be empty string</td>\n</tr>\n<tr>\n<td>7</td>\n<td></td>\n<td>InvalidRequest</td>\n<td>[ partyIdentifierValue must contain value ] [ partyIdentifierValue must be valid Mobile number ]</td>\n<td><code>{\"partyIdentifierType\": \"MOBILE\", \"partyIdentifierValue\": \"\", \"productID\": \"NEWIO\", \"accountID\": \"BIJIL\"}</code></td>\n<td>Y</td>\n<td>partyIdentifierValue cannot be empty when partyIdentifierType is MOBILE</td>\n</tr>\n<tr>\n<td>8</td>\n<td></td>\n<td>InvalidRequest</td>\n<td>[ productID must contain value ] [ productID value can have only A to Z, a to z, 0 to 9, _ , - and . characters ]</td>\n<td><code>{\"partyIdentifierType\": \"MOBILE\", \"partyIdentifierValue\": \"7894665748\", \"productID\": \"\", \"accountID\": \"BIJIL\"}</code></td>\n<td>Y</td>\n<td>productID cannot be empty string</td>\n</tr>\n<tr>\n<td>9</td>\n<td></td>\n<td>InvalidRequest</td>\n<td>[ accountID must contain value ] [ accountID value can have only A to Z, a to z, 0 to 9, _ , - and . characters ]</td>\n<td><code>{\"partyIdentifierType\": \"MOBILE\", \"partyIdentifierValue\": \"7894665748\", \"productID\": \"NEWIO\", \"accountID\": \"\"}</code></td>\n<td>Y</td>\n<td>accountID cannot be empty string</td>\n</tr>\n<tr>\n<td>10</td>\n<td></td>\n<td>InvalidRequest</td>\n<td>[ partyIdentifierType value can have only A to Z characters ]</td>\n<td><code>{\"partyIdentifierType\": \"mobile\", \"partyIdentifierValue\": \"7894665748\", \"productID\": \"NEWIO\", \"accountID\": \"BIJIL\"}</code></td>\n<td>Y</td>\n<td>partyIdentifierType must be uppercase only (A-Z)</td>\n</tr>\n<tr>\n<td>11</td>\n<td></td>\n<td>InvalidRequest</td>\n<td>[ partyIdentifierType value can have only A to Z characters ]</td>\n<td><code>{\"partyIdentifierType\": \"MOBILE123\", \"partyIdentifierValue\": \"7894665748\", \"productID\": \"NEWIO\", \"accountID\": \"BIJIL\"}</code></td>\n<td>Y</td>\n<td>partyIdentifierType cannot contain numbers</td>\n</tr>\n<tr>\n<td>12</td>\n<td></td>\n<td>InvalidRequest</td>\n<td>[ partyIdentifierValue must be valid Mobile number ]</td>\n<td><code>{\"partyIdentifierType\": \"MOBILE\", \"partyIdentifierValue\": \"123\", \"productID\": \"NEWIO\", \"accountID\": \"BIJIL\"}</code></td>\n<td>Y</td>\n<td>Mobile number must be exactly 10 digits</td>\n</tr>\n<tr>\n<td>13</td>\n<td></td>\n<td>InvalidRequest</td>\n<td>[ partyIdentifierValue must be valid Mobile number ]</td>\n<td><code>{\"partyIdentifierType\": \"MOBILE\", \"partyIdentifierValue\": \"12345678901\", \"productID\": \"NEWIO\", \"accountID\": \"BIJIL\"}</code></td>\n<td>Y</td>\n<td>Mobile number must be exactly 10 digits (not 11)</td>\n</tr>\n<tr>\n<td>14</td>\n<td></td>\n<td>InvalidRequest</td>\n<td>[ partyIdentifierValue must be valid Mobile number ]</td>\n<td><code>{\"partyIdentifierType\": \"MOBILE\", \"partyIdentifierValue\": \"abcd123456\", \"productID\": \"NEWIO\", \"accountID\": \"BIJIL\"}</code></td>\n<td>Y</td>\n<td>Mobile number must contain only digits</td>\n</tr>\n<tr>\n<td>15</td>\n<td></td>\n<td>InvalidRequest</td>\n<td>[ productID value can have only A to Z, a to z, 0 to 9, _ , - and . characters ]</td>\n<td><code>{\"partyIdentifierType\": \"MOBILE\", \"partyIdentifierValue\": \"7894665748\", \"productID\": \"prod@123\", \"accountID\": \"BIJIL\"}</code></td>\n<td>Y</td>\n<td>productID cannot contain @ symbol</td>\n</tr>\n<tr>\n<td>16</td>\n<td></td>\n<td>InvalidRequest</td>\n<td>[ productID value can have only A to Z, a to z, 0 to 9, _ , - and . characters ]</td>\n<td><code>{\"partyIdentifierType\": \"MOBILE\", \"partyIdentifierValue\": \"7894665748\", \"productID\": \"prod#123\", \"accountID\": \"BIJIL\"}</code></td>\n<td>Y</td>\n<td>productID cannot contain # symbol</td>\n</tr>\n<tr>\n<td>17</td>\n<td></td>\n<td>InvalidRequest</td>\n<td>[ accountID value can have only A to Z, a to z, 0 to 9, _ , - and . characters ]</td>\n<td><code>{\"partyIdentifierType\": \"MOBILE\", \"partyIdentifierValue\": \"7894665748\", \"productID\": \"NEWIO\", \"accountID\": \"acc@123\"}</code></td>\n<td>Y</td>\n<td>accountID cannot contain @ symbol</td>\n</tr>\n<tr>\n<td>18</td>\n<td></td>\n<td>InvalidRequest</td>\n<td>[ accountID value can have only A to Z, a to z, 0 to 9, _ , - and . characters ]</td>\n<td><code>{\"partyIdentifierType\": \"MOBILE\", \"partyIdentifierValue\": \"7894665748\", \"productID\": \"NEWIO\", \"accountID\": \"acc#123\"}</code></td>\n<td>Y</td>\n<td>accountID cannot contain # symbol</td>\n</tr>\n<tr>\n<td>19</td>\n<td></td>\n<td>InvalidRequest</td>\n<td>entered an invalid party identifier type..</td>\n<td><code>{\"partyIdentifierType\": \"INVALIDTYPE\", \"partyIdentifierValue\": \"7894665748\", \"productID\": \"NEWIO\", \"accountID\": \"BIJIL\"}</code></td>\n<td>Y</td>\n<td>partyIdentifierType must be a valid type from database (e.g., MOBILE, PAN, AADHAR, EMAIL, GSTIN, DOB)</td>\n</tr>\n<tr>\n<td>20</td>\n<td></td>\n<td>InvalidRequest</td>\n<td>entered an invalid ProductID.</td>\n<td><code>{\"partyIdentifierType\": \"MOBILE\", \"partyIdentifierValue\": \"7894665748\", \"productID\": \"NONEXISTENT_PRODUCT\", \"accountID\": \"BIJIL\"}</code></td>\n<td>Y</td>\n<td>productID must exist in products table</td>\n</tr>\n<tr>\n<td>21</td>\n<td></td>\n<td>InvalidaccountID</td>\n<td>Invalid Account ID.</td>\n<td><code>{\"partyIdentifierType\": \"MOBILE\", \"partyIdentifierValue\": \"7894665748\", \"productID\": \"NEWIO\", \"accountID\": \"INVALIDACCOUNT\"}</code></td>\n<td>Y</td>\n<td>accountID must exist in customer_products table for given productID</td>\n</tr>\n<tr>\n<td>22</td>\n<td></td>\n<td>InvalidRequest</td>\n<td>[ partyIdentifierValue must be valid Mobile number ] [ productID value can have only A to Z, a to z, 0 to 9, _ , - and . characters ]</td>\n<td><code>{\"partyIdentifierType\": \"MOBILE\", \"partyIdentifierValue\": \"123\", \"productID\": \"prod@123\", \"accountID\": \"BIJIL\"}</code></td>\n<td>Y</td>\n<td>Multiple validation errors concatenated</td>\n</tr>\n<tr>\n<td>23</td>\n<td></td>\n<td>InvalidRequest</td>\n<td>[ status must be one of [ACTIVE, PAUSED, REVOKED, EXPIRED, PENDING] ]</td>\n<td><code>{\"partyIdentifierType\": \"MOBILE\", \"partyIdentifierValue\": \"7894665748\", \"productID\": \"NEWIO\", \"accountID\": \"BIJIL\", \"status\": \"INVALID_STATUS\"}</code></td>\n<td>Y</td>\n<td>status must be from allowed enum values</td>\n</tr>\n<tr>\n<td>24</td>\n<td></td>\n<td>InvalidRequest</td>\n<td>[ consentHandle value can have only A to Z, a to z, 0 to 9, _ , - and . characters ]</td>\n<td><code>{\"partyIdentifierType\": \"MOBILE\", \"partyIdentifierValue\": \"7894665748\", \"productID\": \"NEWIO\", \"accountID\": \"BIJIL\", \"consentHandle\": \"invalid@handle\"}</code></td>\n<td>Y</td>\n<td>consentHandle can only contain alphanumeric, underscore, hyphen, dot</td>\n</tr>\n<tr>\n<td>25</td>\n<td></td>\n<td>InternalError</td>\n<td>Something went wrong with the request payload.</td>\n<td><code>{\"partyIdentifierType\": \"MOBILE\", \"partyIdentifierValue\": \"7894665748\", \"productID\": \"NEWIO\", \"accountID\": \"BIJIL\"}</code></td>\n<td>N (Setup Required)</td>\n<td>Unexpected exception in code execution</td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"path":["v2","getconsentslist"],"host":["{{Base_URL}}"],"query":[],"variable":[]}},"response":[{"id":"c3c0eaba-f4a4-49a8-bf51-9c0cc55f4fae","name":"Example","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"key":"client_id","value":"{{Client_Id}}","type":"text"},{"key":"client_secret","value":"{{Client_Secret}}","type":"text"},{"key":"organisationId","value":"{{Organisation_Id}}","type":"text"},{"key":"appIdentifier","value":"{{App_Identifier}}","type":"text"}],"body":{"mode":"raw","raw":"{\n  \"partyIdentifierType\": \"MOBILE\",\n  \"partyIdentifierValue\": \"{{Mobile_Number}}\",\n  \"productID\": \"{{Product_Id}}\",\n  \"accountID\": \"test\"\n}","options":{"raw":{"language":"json"}}},"url":"{{Base_URL}}/v2/getconsentslist"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Thu, 20 Mar 2025 17:09:06 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"2180"},{"key":"Connection","value":"keep-alive"},{"key":"Content-Security-Policy","value":"report-uri *.moneyone.in"},{"key":"Cross-Origin-Embedder-Policy","value":"require-corp"},{"key":"Cross-Origin-Opener-Policy","value":"same-origin"},{"key":"Cross-Origin-Resource-Policy","value":"same-origin"},{"key":"X-DNS-Prefetch-Control","value":"off"},{"key":"Expect-CT","value":"max-age=0"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"Strict-Transport-Security","value":"max-age=31536000; includeSubDomains"},{"key":"X-Download-Options","value":"noopen"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"Origin-Agent-Cluster","value":"?1"},{"key":"X-Permitted-Cross-Domain-Policies","value":"none"},{"key":"Referrer-Policy","value":"no-referrer"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"X-RateLimit-Limit","value":"1000"},{"key":"X-RateLimit-Remaining","value":"995"},{"key":"X-RateLimit-Reset","value":"1742490555"},{"key":"Access-Control-Allow-Origin","value":"*.moneyone.in"},{"key":"Access-Control-Allow-Methods","value":"GET, POST"},{"key":"Access-Control-Allow-Headers","value":"X-Requested-With,content-type"},{"key":"Access-Control-Allow-Credentials","value":"true"},{"key":"ETag","value":"W/\"884-DGODaWZtOcZFXNbkrfLolPvnA8E\""}],"cookie":[],"responseTime":null,"body":"{\n    \"ver\": \"1.21.0\",\n    \"status\": \"success\",\n    \"data\": [\n        {\n            \"consentID\": \"8d8dbf30-7057-441a-9486-6e67c70b4b2e\",\n            \"consentHandle\": \"3a3f2d96-fc3b-42e5-804f-e65d10a4be98\",\n            \"status\": \"ACTIVE\",\n            \"productID\": \"TESTWM01\",\n            \"accountID\": \"test\",\n            \"aaId\": \"onemoney-aa\",\n            \"vua\": \"9674987439@onemoney\",\n            \"consentCreationData\": \"2025-03-19T19:03:28.000Z\",\n            \"consent_expiry\": \"2026-03-19 19:03:28\",\n            \"accounts\": [\n                {\n                    \"fipName\": \"FinShareBankServer\",\n                    \"fipId\": \"finsharebank\",\n                    \"accountType\": \"SAVINGS\",\n                    \"linkReferenceNumber\": \"e72534d6-0016-4f0e-9da5-3e05ad405394\",\n                    \"maskedAccountNumber\": \"XXXXXXXX3900\",\n                    \"fiType\": \"DEPOSIT\"\n                },\n                {\n                    \"fipName\": \"FinShareBankServer\",\n                    \"fipId\": \"finsharebank\",\n                    \"accountType\": \"CURRENT\",\n                    \"linkReferenceNumber\": \"2db448bf-d19a-4f42-928f-1bd4a012000f\",\n                    \"maskedAccountNumber\": \"XXXXXXXX3908\",\n                    \"fiType\": \"DEPOSIT\"\n                }\n            ]\n        },\n        {\n            \"consentID\": \"11c3ae92-dc1a-4647-896c-1220960dcc30\",\n            \"consentHandle\": \"5daa119d-7760-43c3-b6cd-6626fb5c76fa\",\n            \"status\": \"ACTIVE\",\n            \"productID\": \"TESTWM01\",\n            \"accountID\": \"test\",\n            \"aaId\": \"onemoney-aa\",\n            \"vua\": \"9674987439@onemoney\",\n            \"consentCreationData\": \"2025-03-19T19:10:44.000Z\",\n            \"consent_expiry\": \"2026-03-19 19:10:44\",\n            \"accounts\": [\n                {\n                    \"fipName\": \"FinShareBankServer\",\n                    \"fipId\": \"finsharebank\",\n                    \"accountType\": \"SAVINGS\",\n                    \"linkReferenceNumber\": \"e72534d6-0016-4f0e-9da5-3e05ad405394\",\n                    \"maskedAccountNumber\": \"XXXXXXXX3900\",\n                    \"fiType\": \"DEPOSIT\"\n                },\n                {\n                    \"fipName\": \"FinShareBankServer\",\n                    \"fipId\": \"finsharebank\",\n                    \"accountType\": \"CURRENT\",\n                    \"linkReferenceNumber\": \"2db448bf-d19a-4f42-928f-1bd4a012000f\",\n                    \"maskedAccountNumber\": \"XXXXXXXX3908\",\n                    \"fiType\": \"DEPOSIT\"\n                }\n            ]\n        },\n        {\n            \"consentID\": \"85f2b6ac-a59f-41ee-b0cb-fb5b49aaa6d8\",\n            \"consentHandle\": \"8015065b-f078-4c73-9a1c-456f17308c19\",\n            \"status\": \"ACTIVE\",\n            \"productID\": \"TESTWM01\",\n            \"accountID\": \"test\",\n            \"aaId\": \"onemoney-aa\",\n            \"vua\": \"9674987439@onemoney\",\n            \"consentCreationData\": \"2025-03-20T17:03:13.000Z\",\n            \"consent_expiry\": \"2026-03-20 17:03:13\",\n            \"accounts\": [\n                {\n                    \"fipName\": \"FinShareBankServer\",\n                    \"fipId\": \"finsharebank\",\n                    \"accountType\": \"SAVINGS\",\n                    \"linkReferenceNumber\": \"e72534d6-0016-4f0e-9da5-3e05ad405394\",\n                    \"maskedAccountNumber\": \"XXXXXXXX3900\",\n                    \"fiType\": \"DEPOSIT\"\n                },\n                {\n                    \"fipName\": \"FinShareBankServer\",\n                    \"fipId\": \"finsharebank\",\n                    \"accountType\": \"CURRENT\",\n                    \"linkReferenceNumber\": \"2db448bf-d19a-4f42-928f-1bd4a012000f\",\n                    \"maskedAccountNumber\": \"XXXXXXXX3908\",\n                    \"fiType\": \"DEPOSIT\"\n                }\n            ]\n        }\n    ]\n}"},{"id":"791d3dbd-c978-4955-90eb-744129f410aa","name":"Error Example","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"key":"client_id","value":"{{Client_Id}}","type":"text"},{"key":"client_secret","value":"{{Client_Secret}}","type":"text"},{"key":"organisationId","value":"{{Organisation_Id}}","type":"text"},{"key":"appIdentifier","value":"{{App_Identifier}}","type":"text"}],"body":{"mode":"raw","raw":"{\n  \"partyIdentifierType\": \"MOBILE\",\n  \"partyIdentifierValue\": \"{{Mobile_Number}}\",\n  \"productID\": \"{{Product_Id}}\",\n  \"accountID\": \"test\"\n}","options":{"raw":{"language":"json"}}},"url":"{{Base_URL}}/v2/getconsentslist"},"status":"Bad Request","code":400,"_postman_previewlanguage":null,"header":[{"key":"Date","value":"Wed, 01 Oct 2025 11:43:56 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"152"},{"key":"Connection","value":"keep-alive"},{"key":"Content-Security-Policy","value":"report-uri *.moneyone.in"},{"key":"Cross-Origin-Embedder-Policy","value":"require-corp"},{"key":"Cross-Origin-Opener-Policy","value":"same-origin"},{"key":"Cross-Origin-Resource-Policy","value":"same-origin"},{"key":"X-DNS-Prefetch-Control","value":"off"},{"key":"Expect-CT","value":"max-age=0"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"Strict-Transport-Security","value":"max-age=31536000; includeSubDomains"},{"key":"X-Download-Options","value":"noopen"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"Origin-Agent-Cluster","value":"?1"},{"key":"X-Permitted-Cross-Domain-Policies","value":"none"},{"key":"Referrer-Policy","value":"no-referrer"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"X-RateLimit-Limit","value":"1000"},{"key":"X-RateLimit-Remaining","value":"999"},{"key":"X-RateLimit-Reset","value":"1759319095"},{"key":"Access-Control-Allow-Origin","value":"*.moneyone.in"},{"key":"Access-Control-Allow-Methods","value":"GET, POST"},{"key":"Access-Control-Allow-Headers","value":"X-Requested-With,content-type"},{"key":"Access-Control-Allow-Credentials","value":"true"},{"key":"ETag","value":"W/\"98-E/Df08qoLBrdrGBpzkSm96hBraI\""}],"cookie":[],"responseTime":null,"body":"{\n    \"ver\": \"1.21.0\",\n    \"timestamp\": \"2025-10-01T11:43:56.125Z\",\n    \"errorCode\": \"InvalidRequest\",\n    \"errorMsg\": \" [ partyIdentifierValue must be valid Mobile number ] \"\n}"}],"_postman_id":"375d159b-cada-4510-a9c8-7ec203361a92"},{"name":"Consent List with Unique Accounts","event":[{"listen":"test","script":{"id":"ab26dce2-a21c-4ea2-89ab-c012d3a40803","exec":[""],"type":"text/javascript","packages":{}}}],"id":"da8af39e-0a8e-4a18-b6ea-95c0ebbfb9be","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"key":"client_id","value":"{{Client_Id}}","type":"text"},{"key":"client_secret","value":"{{Client_Secret}}","type":"text"},{"key":"organisationId","value":"{{Organisation_Id}}","type":"text"},{"key":"appIdentifier","value":"{{App_Identifier}}","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"mobileNumber\": \"{{Mobile_Number}}\",\n    \"productID\": \"{{Product_Id}}\",\n    \"status\": [\n        \"REJECTED\",\n        \"PENDING\"\n    ]\n}","options":{"raw":{"language":"json"}}},"url":"{{Base_URL}}/v1/accounts/getconsentslist","description":"<h1 id=\"consent-list-with-unique-accounts\">Consent List with Unique Accounts</h1>\n<p>This API endpoint retrieves a list of consents associated with unique Financial Information (FI) accounts for a given customer. It is designed to help organizations fetch and manage consent records efficiently, ensuring that each consent corresponds to a unique account.</p>\n<hr />\n<h2 id=\"purpose\">Purpose</h2>\n<p>Use this API to obtain a list of consents that are linked to unique FI accounts for a specific customer. This is particularly useful for scenarios where you need to display or process consents without duplication of account information.</p>\n<hr />\n<h2 id=\"usage-notes\">Usage Notes</h2>\n<ul>\n<li><p>The API supports pagination through optional query parameters (<code>limit</code> and <code>offset</code>).</p>\n</li>\n<li><p>Only consents with unique account lists are returned.</p>\n</li>\n<li><p>The API can filter consents by status (e.g., ACTIVE, PENDING, REJECTED).</p>\n</li>\n<li><p>Pending and Rejected consents will not have a consent ID.</p>\n</li>\n<li><p>Data will be received only if consent status is active. Other cases data won't  be available.</p>\n</li>\n</ul>\n<hr />\n<h2 id=\"http-request\">HTTP Request</h2>\n<p><strong>POST</strong> <code>{{Base_URL}}/v1/accounts/getconsentslist</code></p>\n<hr />\n<h2 id=\"query-parameters-optional\">Query Parameters (Optional)</h2>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Parameter</th>\n<th>Type</th>\n<th>Description</th>\n<th>Example</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>limit</td>\n<td>integer</td>\n<td>Maximum number of records per page</td>\n<td>limit=2</td>\n</tr>\n<tr>\n<td>offset</td>\n<td>integer</td>\n<td>Page number (starting from 1)</td>\n<td>offset=1</td>\n</tr>\n</tbody>\n</table>\n</div><hr />\n<h2 id=\"request-body-parameters\">Request Body Parameters</h2>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Parameter</th>\n<th>Type</th>\n<th>Mandatory</th>\n<th>Description</th>\n<th>Supported Values</th>\n<th>Validation</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>mobileNumber</td>\n<td>string</td>\n<td>Yes</td>\n<td>Mobile number of the customer for which consent list is fetched</td>\n<td></td>\n<td>Exactly 10 digits (0-9)</td>\n</tr>\n<tr>\n<td>productID</td>\n<td>string</td>\n<td>No</td>\n<td>Consent template ID for which consent list is fetched</td>\n<td></td>\n<td>Alphanumeric identifiers only</td>\n</tr>\n<tr>\n<td>accountID</td>\n<td>string</td>\n<td>No</td>\n<td>Customer Reference Number for which consent list is fetched</td>\n<td></td>\n<td>Alphanumeric + underscore, hyphen, dot only</td>\n</tr>\n<tr>\n<td>status</td>\n<td>array</td>\n<td>No</td>\n<td>Status of the consent.  <br />Data will be received only if consent status is active. Other cases data won't be available.</td>\n<td>ACTIVE, PAUSED, REVOKED, EXPIRED, PENDING, REJECTED</td>\n<td></td>\n</tr>\n</tbody>\n</table>\n</div><p><strong>Example Request Body:</strong></p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-json\">{\n  \"mobileNumber\": \"&lt;customer_mobile_number&gt;\",\n  \"productID\": \"&lt;product_id&gt;\",\n  \"status\": [\"REJECTED\", \"PENDING\"]\n}\n\n</code></pre>\n<hr />\n<h2 id=\"response-parameters\">Response Parameters</h2>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Parameter</th>\n<th>Type</th>\n<th>Mandatory</th>\n<th>Description</th>\n<th>Supported Values</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>status</td>\n<td>string</td>\n<td>No</td>\n<td>Status of the response</td>\n<td></td>\n</tr>\n<tr>\n<td>ver</td>\n<td>string</td>\n<td>No</td>\n<td>Version of the API</td>\n<td></td>\n</tr>\n<tr>\n<td>pageDetails.totalRecords</td>\n<td>integer</td>\n<td>Yes*</td>\n<td>Total number of records (if pagination is used)</td>\n<td></td>\n</tr>\n<tr>\n<td>pageDetails.currentPageNumber</td>\n<td>string</td>\n<td>Yes*</td>\n<td>The offset value passed (if pagination is used)</td>\n<td></td>\n</tr>\n<tr>\n<td>pageDetails.totalPages</td>\n<td>string</td>\n<td>Yes*</td>\n<td>Total number of pages (if pagination is used)</td>\n<td></td>\n</tr>\n<tr>\n<td>data.consentID</td>\n<td>string</td>\n<td>No</td>\n<td>Unique consent ID (only for approved consents)</td>\n<td></td>\n</tr>\n<tr>\n<td>data.consentHandle</td>\n<td>string</td>\n<td>Yes</td>\n<td>Unique consent handle of the consent request raised</td>\n<td></td>\n</tr>\n<tr>\n<td>data.status</td>\n<td>string</td>\n<td>Yes</td>\n<td>Status of the consent</td>\n<td>ACTIVE, PAUSED, REVOKED, EXPIRED, PENDING, REJECTED</td>\n</tr>\n<tr>\n<td>timestamp</td>\n<td>string</td>\n<td>optional</td>\n<td>The timestamp of the transaction.</td>\n<td></td>\n</tr>\n</tbody>\n</table>\n</div><p><em>Parameters marked with 'Yes</em>' are mandatory only if pagination query parameters are provided in the request.</p>\n<hr />\n<h4 id=\"error-response-format\">Error Response Format</h4>\n<p>When an error occurs, the API returns a JSON object with the following structure:</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Sr. No.</th>\n<th>Field</th>\n<th>Type</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>1</td>\n<td><code>ver</code></td>\n<td>String (Optional)</td>\n</tr>\n<tr>\n<td>2</td>\n<td><code>timestamp</code></td>\n<td>String (Optional)</td>\n</tr>\n<tr>\n<td>3</td>\n<td><code>errorCode</code></td>\n<td>String (Optional)</td>\n</tr>\n<tr>\n<td>4</td>\n<td><code>errorMsg</code></td>\n<td>String (Optional)</td>\n</tr>\n<tr>\n<td>5</td>\n<td><code>status</code></td>\n<td>String (Optional)</td>\n</tr>\n</tbody>\n</table>\n</div><h4 id=\"error-code-catalogue\">Error Code Catalogue</h4>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>#</th>\n<th>Error Code</th>\n<th>Error Message</th>\n<th>Payload (Request Body)</th>\n<th>Tested</th>\n<th>Violated Rule</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>1</td>\n<td>InvalidRequest</td>\n<td>[ mobileNumber is required ]</td>\n<td><code>{}</code></td>\n<td>Y</td>\n<td>mobileNumber is mandatory field</td>\n</tr>\n<tr>\n<td>2</td>\n<td>InvalidRequest</td>\n<td>[ mobileNumber must contain value ] [ mobileNumber must be valid 10 digit ]</td>\n<td><code>{\"mobileNumber\": \"\"}</code></td>\n<td>Y</td>\n<td>mobileNumber cannot be empty string</td>\n</tr>\n<tr>\n<td>3</td>\n<td>InvalidRequest</td>\n<td>[ mobileNumber must be valid 10 digit ]</td>\n<td><code>{\"mobileNumber\": \"123\"}</code></td>\n<td>Y</td>\n<td>mobileNumber must be exactly 10 digits</td>\n</tr>\n<tr>\n<td>4</td>\n<td>InvalidRequest</td>\n<td>[ mobileNumber must be valid 10 digit ]</td>\n<td><code>{\"mobileNumber\": \"12345678901\"}</code></td>\n<td>Y</td>\n<td>mobileNumber must be exactly 10 digits (not 11)</td>\n</tr>\n<tr>\n<td>5</td>\n<td>InvalidRequest</td>\n<td>[ mobileNumber must be valid 10 digit ]</td>\n<td><code>{\"mobileNumber\": \"abcd123456\"}</code></td>\n<td>Y</td>\n<td>mobileNumber must contain only digits</td>\n</tr>\n<tr>\n<td>6</td>\n<td>InvalidRequest</td>\n<td>[ productID must contain value ] [ productID value can have only A to Z, a to z, 0 to 9, _ , - and . characters ]</td>\n<td><code>{\"mobileNumber\": \"9845334789\", \"productID\": \"\"}</code></td>\n<td>Y</td>\n<td>productID cannot be empty string when provided</td>\n</tr>\n<tr>\n<td>7</td>\n<td>InvalidRequest</td>\n<td>[ productID value can have only A to Z, a to z, 0 to 9, _ , - and . characters ]</td>\n<td><code>{\"mobileNumber\": \"9845334789\", \"productID\": \"prod@123\"}</code></td>\n<td>Y</td>\n<td>productID can only have alphanumeric, underscore, hyphen, dot</td>\n</tr>\n<tr>\n<td>8</td>\n<td>InvalidRequest</td>\n<td>[ productID value can have only A to Z, a to z, 0 to 9, _ , - and . characters ]</td>\n<td><code>{\"mobileNumber\": \"9845334789\", \"productID\": \"prod#123\"}</code></td>\n<td>Y</td>\n<td>productID cannot contain special chars like #</td>\n</tr>\n<tr>\n<td>9</td>\n<td>InvalidRequest</td>\n<td>[ accountID must contain value ] [ accountID value can have only A to Z, a to z, 0 to 9, _ , - and . characters ]</td>\n<td><code>{\"mobileNumber\": \"9845334789\", \"accountID\": \"\"}</code></td>\n<td>Y</td>\n<td>accountID cannot be empty string when provided</td>\n</tr>\n<tr>\n<td>10</td>\n<td>InvalidRequest</td>\n<td>[ accountID value can have only A to Z, a to z, 0 to 9, _ , - and . characters ]</td>\n<td><code>{\"mobileNumber\": \"9845334789\", \"accountID\": \"acc@123\"}</code></td>\n<td>Y</td>\n<td>accountID can only have alphanumeric, underscore, hyphen, dot</td>\n</tr>\n<tr>\n<td>11</td>\n<td>InvalidRequest</td>\n<td>[ accountID value can have only A to Z, a to z, 0 to 9, _ , - and . characters ]</td>\n<td><code>{\"mobileNumber\": \"9845334789\", \"accountID\": \"acc#123\"}</code></td>\n<td>Y</td>\n<td>accountID cannot contain special chars like #</td>\n</tr>\n<tr>\n<td>12</td>\n<td>InvalidRequest</td>\n<td>entered an invalid ProductID.</td>\n<td><code>{\"mobileNumber\": \"9845334789\", \"productID\": \"NONEXISTENT_PRODUCT\"}</code></td>\n<td>Y</td>\n<td>productID must exist in products table</td>\n</tr>\n<tr>\n<td>13</td>\n<td>InvalidRequest</td>\n<td>[ status &gt; 0 must be one of [ACTIVE, PAUSED, REVOKED, EXPIRED, PENDING, REJECTED] ]</td>\n<td><code>{\"mobileNumber\": \"9845334789\", \"status\": [\"INVALID_STATUS\"]}</code></td>\n<td>Y</td>\n<td>status array must only contain valid values</td>\n</tr>\n<tr>\n<td>14</td>\n<td>InvalidRequest</td>\n<td>[ status &gt; 1 must be one of [ACTIVE, PAUSED, REVOKED, EXPIRED, PENDING, REJECTED] ]</td>\n<td><code>{\"mobileNumber\": \"9845334789\", \"status\": [\"ACTIVE\", \"INVALID\"]}</code></td>\n<td>Y</td>\n<td>All values in status array must be valid</td>\n</tr>\n<tr>\n<td>15</td>\n<td>InvalidRequest</td>\n<td>[ mobileNumber must be valid 10 digit ] [ productID value can have only A to Z, a to z, 0 to 9, _ , - and . characters ]</td>\n<td><code>{\"mobileNumber\": \"123\", \"productID\": \"prod@123\"}</code></td>\n<td>Y</td>\n<td>Multiple validation errors concatenated</td>\n</tr>\n<tr>\n<td>16</td>\n<td>InternalError</td>\n<td>Something went wrong with the request payload.</td>\n<td><code>{\"mobileNumber\": \"9845334789\"}</code></td>\n<td>N (Setup Required)</td>\n<td>Unexpected exception in code execution</td>\n</tr>\n</tbody>\n</table>\n</div><h2 id=\"example-successful-response\">Example Successful Response</h2>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-json\">{\n  \"status\": \"success\",\n  \"ver\": \"1.0\",\n  \"pageDetails\": {\n    \"totalRecords\": 2,\n    \"currentPageNumber\": \"1\",\n    \"totalPages\": \"1\"\n  },\n  \"data\": [\n    {\n      \"consentID\": \"abc123\",\n      \"consentHandle\": \"handle_001\",\n      \"status\": \"ACTIVE\"\n    },\n    {\n      \"consentHandle\": \"handle_002\",\n      \"status\": \"PENDING\"\n    }\n  ]\n}\n\n</code></pre>\n<hr />\n<h2 id=\"error-handling\">Error Handling</h2>\n<ul>\n<li>The API will return a <code>failure</code> status in the response if the request is invalid or processing fails.</li>\n</ul>\n<hr />\n<p>For more details, refer to the <a href=\"https://collection/12076903-93f0aafc-6712-471a-b311-b7c61403379a\">Moneyone FinPro</a> collection documentation.</p>\n","urlObject":{"path":["v1","accounts","getconsentslist"],"host":["{{Base_URL}}"],"query":[],"variable":[]}},"response":[{"id":"2a706288-56a6-4633-bda9-95e34f193ecd","name":"Example 1","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"key":"client_id","value":"{{Client_Id}}","type":"text"},{"key":"client_secret","value":"{{Client_Secret}}","type":"text"},{"key":"organisationId","value":"{{Organisation_Id}}","type":"text"},{"key":"appIdentifier","value":"{{App_Identifier}}","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"mobileNumber\": \"{{Mobile_Number}}\",\n    \"productID\": \"{{Product_Id}}\",\n    \"status\": [\n        \"REJECTED\",\n        \"PENDING\"\n    ]\n}","options":{"raw":{"language":"json"}}},"url":"{{Base_URL}}/v1/accounts/getconsentslist"},"status":"OK","code":200,"_postman_previewlanguage":null,"header":[{"key":"Date","value":"Tue, 26 Aug 2025 07:41:29 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"3426"},{"key":"Connection","value":"keep-alive"},{"key":"Content-Security-Policy","value":"report-uri *.moneyone.in"},{"key":"Cross-Origin-Embedder-Policy","value":"require-corp"},{"key":"Cross-Origin-Opener-Policy","value":"same-origin"},{"key":"Cross-Origin-Resource-Policy","value":"same-origin"},{"key":"X-DNS-Prefetch-Control","value":"off"},{"key":"Expect-CT","value":"max-age=0"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"Strict-Transport-Security","value":"max-age=31536000; includeSubDomains"},{"key":"X-Download-Options","value":"noopen"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"Origin-Agent-Cluster","value":"?1"},{"key":"X-Permitted-Cross-Domain-Policies","value":"none"},{"key":"Referrer-Policy","value":"no-referrer"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"X-RateLimit-Limit","value":"1000"},{"key":"X-RateLimit-Remaining","value":"996"},{"key":"X-RateLimit-Reset","value":"1756194095"},{"key":"Access-Control-Allow-Origin","value":"*.moneyone.in"},{"key":"Access-Control-Allow-Methods","value":"GET, POST"},{"key":"Access-Control-Allow-Headers","value":"X-Requested-With,content-type"},{"key":"Access-Control-Allow-Credentials","value":"true"},{"key":"ETag","value":"W/\"d62-/aD9ndUQDZnBzLWnh7OCANJClQo\""}],"cookie":[],"responseTime":null,"body":"{\n    \"ver\": \"1.21.0\",\n    \"status\": \"success\",\n    \"data\": [\n        {\n            \"consentID\": null,\n            \"consentHandle\": null,\n            \"status\": \"PENDING\",\n            \"productID\": \"TESTWM01\",\n            \"accountID\": \"TESTWM011756192348554\",\n            \"aaId\": \"onemoney-aa\",\n            \"consentCreationData\": \"2025-08-26T07:12:41.000Z\",\n            \"consent_expiry\": \"2026-08-26 07:12:41\",\n            \"accounts\": [],\n            \"vua\": \"9674987439@onemoney\"\n        },\n        {\n            \"consentID\": null,\n            \"consentHandle\": null,\n            \"status\": \"PENDING\",\n            \"productID\": \"TESTWM01\",\n            \"accountID\": \"TESTWM011756192324598\",\n            \"aaId\": \"onemoney-aa\",\n            \"consentCreationData\": \"2025-08-26T07:12:18.000Z\",\n            \"consent_expiry\": \"2026-08-26 07:12:18\",\n            \"accounts\": [],\n            \"vua\": \"9674987439@onemoney\"\n        },\n        {\n            \"consentID\": null,\n            \"consentHandle\": null,\n            \"status\": \"PENDING\",\n            \"productID\": \"TESTWM01\",\n            \"accountID\": \"TESTWM011756192303646\",\n            \"aaId\": \"onemoney-aa\",\n            \"consentCreationData\": \"2025-08-26T07:11:57.000Z\",\n            \"consent_expiry\": \"2026-08-26 07:11:57\",\n            \"accounts\": [],\n            \"vua\": \"9674987439@onemoney\"\n        },\n        {\n            \"consentID\": null,\n            \"consentHandle\": \"0af1551f-fc7d-4f11-adf8-eb4530e2965d\",\n            \"status\": \"REJECTED\",\n            \"productID\": \"TESTWM01\",\n            \"accountID\": \"test\",\n            \"aaId\": \"onemoney-aa\",\n            \"consentCreationData\": \"2025-08-13T11:52:14.000Z\",\n            \"consent_expiry\": \"2026-08-13 11:52:14\",\n            \"accounts\": [],\n            \"vua\": \"9674987439@onemoney\"\n        },\n        {\n            \"consentID\": null,\n            \"consentHandle\": \"9ee16215-2ab4-4fe4-a471-69dd5ef336d9\",\n            \"status\": \"PENDING\",\n            \"productID\": \"TESTWM01\",\n            \"accountID\": \"test\",\n            \"aaId\": \"onemoney-aa\",\n            \"consentCreationData\": \"2025-07-01T17:50:31.000Z\",\n            \"consent_expiry\": \"2026-07-01 17:50:31\",\n            \"accounts\": [],\n            \"vua\": \"9674987439@onemoney\"\n        },\n        {\n            \"consentID\": null,\n            \"consentHandle\": \"eab570b6-259a-4589-b535-464a850d7e82\",\n            \"status\": \"PENDING\",\n            \"productID\": \"TESTWM01\",\n            \"accountID\": \"test\",\n            \"aaId\": \"onemoney-aa\",\n            \"consentCreationData\": \"2025-03-25T17:09:11.000Z\",\n            \"consent_expiry\": \"2026-03-25 17:09:11\",\n            \"accounts\": [],\n            \"vua\": \"9674987439@onemoney\"\n        },\n        {\n            \"consentID\": null,\n            \"consentHandle\": \"f0a7de8f-14e8-4c34-9fc4-bad22a232361\",\n            \"status\": \"PENDING\",\n            \"productID\": \"TESTWM01\",\n            \"accountID\": \"test\",\n            \"aaId\": \"onemoney-aa\",\n            \"consentCreationData\": \"2025-03-25T17:07:56.000Z\",\n            \"consent_expiry\": \"2026-03-25 17:07:56\",\n            \"accounts\": [],\n            \"vua\": \"9674987439@onemoney\"\n        },\n        {\n            \"consentID\": null,\n            \"consentHandle\": \"9f74e780-c39d-48bb-ab7b-6fb39b99bdb8\",\n            \"status\": \"PENDING\",\n            \"productID\": \"TESTWM01\",\n            \"accountID\": \"test\",\n            \"aaId\": \"onemoney-aa\",\n            \"consentCreationData\": \"2025-03-25T17:02:50.000Z\",\n            \"consent_expiry\": \"2026-03-25 17:02:50\",\n            \"accounts\": [],\n            \"vua\": \"9674987439@onemoney\"\n        },\n        {\n            \"consentID\": null,\n            \"consentHandle\": \"2b802c77-769d-4685-9329-e655814ee0dc\",\n            \"status\": \"PENDING\",\n            \"productID\": \"TESTWM01\",\n            \"accountID\": \"test\",\n            \"aaId\": \"onemoney-aa\",\n            \"consentCreationData\": \"2025-03-25T16:50:21.000Z\",\n            \"consent_expiry\": \"2026-03-25 16:50:20\",\n            \"accounts\": [],\n            \"vua\": \"9674987439@onemoney\"\n        },\n        {\n            \"consentID\": null,\n            \"consentHandle\": \"3774a6d5-c71f-4f71-9814-5b2c78102729\",\n            \"status\": \"PENDING\",\n            \"productID\": \"TESTWM01\",\n            \"accountID\": \"test\",\n            \"aaId\": \"onemoney-aa\",\n            \"consentCreationData\": \"2025-03-25T16:48:52.000Z\",\n            \"consent_expiry\": \"2026-03-25 16:48:52\",\n            \"accounts\": [],\n            \"vua\": \"9674987439@onemoney\"\n        },\n        {\n            \"consentID\": null,\n            \"consentHandle\": \"242a7e4a-2cda-453c-97da-710416d1dbbd\",\n            \"status\": \"PENDING\",\n            \"productID\": \"TESTWM01\",\n            \"accountID\": \"test\",\n            \"aaId\": \"onemoney-aa\",\n            \"consentCreationData\": \"2025-03-25T16:48:40.000Z\",\n            \"consent_expiry\": \"2026-03-25 16:48:40\",\n            \"accounts\": [],\n            \"vua\": \"9674987439@onemoney\"\n        },\n        {\n            \"consentID\": null,\n            \"consentHandle\": \"cff6a811-4c5f-459d-bbfa-d4cae39a8083\",\n            \"status\": \"PENDING\",\n            \"productID\": \"TESTWM01\",\n            \"accountID\": \"test\",\n            \"aaId\": \"onemoney-aa\",\n            \"consentCreationData\": \"2025-03-25T14:00:42.000Z\",\n            \"consent_expiry\": \"2026-03-25 14:00:42\",\n            \"accounts\": [],\n            \"vua\": \"9674987439@onemoney\"\n        }\n    ]\n}"},{"id":"e5979a3b-2b15-4601-8425-b3605e8496a8","name":"Example 2","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"key":"client_id","value":"{{Client_Id}}","type":"text"},{"key":"client_secret","value":"{{Client_Secret}}","type":"text"},{"key":"organisationId","value":"{{Organisation_Id}}","type":"text"},{"key":"appIdentifier","value":"{{App_Identifier}}","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"mobileNumber\": \"{{Mobile_Number}}\",\n    \"productID\": \"{{Product_Id}}\",\n    \"status\": [\n        \"REJECTED\",\n        \"PENDING\"\n    ]\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"{{Base_URL}}/v1/accounts/getconsentslist?limit=2&offset=1","host":["{{Base_URL}}"],"path":["v1","accounts","getconsentslist"],"query":[{"key":"limit","value":"2"},{"key":"offset","value":"1"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Tue, 26 Aug 2025 07:52:37 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"653"},{"key":"Connection","value":"keep-alive"},{"key":"Content-Security-Policy","value":"report-uri *.moneyone.in"},{"key":"Cross-Origin-Embedder-Policy","value":"require-corp"},{"key":"Cross-Origin-Opener-Policy","value":"same-origin"},{"key":"Cross-Origin-Resource-Policy","value":"same-origin"},{"key":"X-DNS-Prefetch-Control","value":"off"},{"key":"Expect-CT","value":"max-age=0"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"Strict-Transport-Security","value":"max-age=31536000; includeSubDomains"},{"key":"X-Download-Options","value":"noopen"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"Origin-Agent-Cluster","value":"?1"},{"key":"X-Permitted-Cross-Domain-Policies","value":"none"},{"key":"Referrer-Policy","value":"no-referrer"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"X-RateLimit-Limit","value":"1000"},{"key":"X-RateLimit-Remaining","value":"999"},{"key":"X-RateLimit-Reset","value":"1756194815"},{"key":"Access-Control-Allow-Origin","value":"*.moneyone.in"},{"key":"Access-Control-Allow-Methods","value":"GET, POST"},{"key":"Access-Control-Allow-Headers","value":"X-Requested-With,content-type"},{"key":"Access-Control-Allow-Credentials","value":"true"},{"key":"ETag","value":"W/\"28d-Lr9vwfHgrE+hiwnI0veV4ZLTPoM\""}],"cookie":[],"responseTime":null,"body":"{\n    \"ver\": \"1.21.0\",\n    \"status\": \"success\",\n    \"pageDetails\": {\n        \"totalRecords\": 12,\n        \"currentPageNumber\": 1,\n        \"totalPages\": 6\n    },\n    \"data\": [\n        {\n            \"consentID\": null,\n            \"consentHandle\": null,\n            \"status\": \"PENDING\",\n            \"productID\": \"TESTWM01\",\n            \"accountID\": \"TESTWM011756192348554\",\n            \"aaId\": \"onemoney-aa\",\n            \"consentCreationData\": \"2025-08-26T07:12:41.000Z\",\n            \"consent_expiry\": \"2026-08-26 07:12:41\",\n            \"accounts\": [],\n            \"vua\": \"9674987439@onemoney\"\n        },\n        {\n            \"consentID\": null,\n            \"consentHandle\": null,\n            \"status\": \"PENDING\",\n            \"productID\": \"TESTWM01\",\n            \"accountID\": \"TESTWM011756192324598\",\n            \"aaId\": \"onemoney-aa\",\n            \"consentCreationData\": \"2025-08-26T07:12:18.000Z\",\n            \"consent_expiry\": \"2026-08-26 07:12:18\",\n            \"accounts\": [],\n            \"vua\": \"9674987439@onemoney\"\n        }\n    ]\n}"},{"id":"4c8be921-8c3d-4885-81d0-04d7e2d9c7d6","name":"Error Example","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"key":"client_id","value":"{{Client_Id}}","type":"text"},{"key":"client_secret","value":"{{Client_Secret}}","type":"text"},{"key":"organisationId","value":"{{Organisation_Id}}","type":"text"},{"key":"appIdentifier","value":"{{App_Identifier}}","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"mobileNumber\": \"{{Mobile_Number}}\",\n    \"productID\": \"{{Product_Id}}\",\n    \"status\": [\n        \"REJECTED\",\n        \"PENDING\"\n    ]\n}","options":{"raw":{"language":"json"}}},"url":"{{Base_URL}}/v1/accounts/getconsentslist"},"status":"Bad Request","code":400,"_postman_previewlanguage":null,"header":[{"key":"Date","value":"Wed, 01 Oct 2025 11:44:17 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"139"},{"key":"Connection","value":"keep-alive"},{"key":"Content-Security-Policy","value":"report-uri *.moneyone.in"},{"key":"Cross-Origin-Embedder-Policy","value":"require-corp"},{"key":"Cross-Origin-Opener-Policy","value":"same-origin"},{"key":"Cross-Origin-Resource-Policy","value":"same-origin"},{"key":"X-DNS-Prefetch-Control","value":"off"},{"key":"Expect-CT","value":"max-age=0"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"Strict-Transport-Security","value":"max-age=31536000; includeSubDomains"},{"key":"X-Download-Options","value":"noopen"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"Origin-Agent-Cluster","value":"?1"},{"key":"X-Permitted-Cross-Domain-Policies","value":"none"},{"key":"Referrer-Policy","value":"no-referrer"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"X-RateLimit-Limit","value":"1000"},{"key":"X-RateLimit-Remaining","value":"997"},{"key":"X-RateLimit-Reset","value":"1759319095"},{"key":"Access-Control-Allow-Origin","value":"*.moneyone.in"},{"key":"Access-Control-Allow-Methods","value":"GET, POST"},{"key":"Access-Control-Allow-Headers","value":"X-Requested-With,content-type"},{"key":"Access-Control-Allow-Credentials","value":"true"},{"key":"ETag","value":"W/\"8b-fiuiiAhgIHZEpDR0GN+RTuxa1no\""}],"cookie":[],"responseTime":null,"body":"{\n    \"ver\": \"1.21.0\",\n    \"timestamp\": \"2025-10-01T11:44:17.019Z\",\n    \"errorCode\": \"InvalidRequest\",\n    \"errorMsg\": \" [ mobileNumber must be valid 10 digit ] \"\n}"}],"_postman_id":"da8af39e-0a8e-4a18-b6ea-95c0ebbfb9be"},{"name":"Revoke Consent","id":"34d2f6b5-3dbd-4e34-983f-0af9c792bee7","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"key":"client_id","value":"{{Client_Id}}","type":"text"},{"key":"client_secret","value":"{{Client_Secret}}","type":"text"},{"key":"organisationId","value":"{{Organisation_Id}}","type":"text"},{"key":"appIdentifier","value":"{{App_Identifier}}","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"consentID\": \"{{Consent_Id}}\"\n}","options":{"raw":{"language":"json"}}},"url":"{{Base_URL}}/revokeconsent","description":"<p>This API revokes a previously granted consent.</p>\n\n<h4>Request Parameters</h4>\n\n<table><tbody><tr><th>Parameter</th><th>Type</th><th>Mandatory vs Optional</th><th>Description</th><th>Validation</th></tr><tr><td><div>consentId</div><div><div><div><div></div></div></div><div></div></div></td><td><div>string</div><div><div><div><div></div></div></div><div></div></div></td><td><div>mandatory</div><div><div><div><div></div></div></div><div></div></div></td><td><div>Unique Consent ID to be revoked.</div><div><div><div><div></div></div></div><div></div></div></td><td><div>Consent ID that is provided by the AA after consent approval, valid GU ID.</div><div><div><div><div></div></div></div><div></div></div></td></tr><tr><td><div>reason</div><div><div><div><div></div></div></div><div></div></div></td><td><div>string</div><div><div><div><div></div></div></div><div></div></div></td><td><div>optional</div><div><div><div><div></div></div></div><div></div></div></td><td><div>Reason for revoking the consent.</div><div><div><div><div></div></div></div><div></div></div></td><td><div>No Validation<br /><br /><br /></div><div><div><div><div></div></div></div><div></div></div></td></tr></tbody></table>\n\n<h4>Response Parameters</h4>\n\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Paramter</strong></th>\n<th><strong>Type</strong></th>\n<th><strong>Mandatory</strong></th>\n<th><strong>Description</strong></th>\n<th><strong>Supported Values</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>ver</td>\n<td>string</td>\n<td>no</td>\n<td>Version of the API.</td>\n<td></td>\n</tr>\n<tr>\n<td>status</td>\n<td>string</td>\n<td>no</td>\n<td>Status of the response.</td>\n<td></td>\n</tr>\n<tr>\n<td>message</td>\n<td>string</td>\n<td>no</td>\n<td>message of the response</td>\n<td></td>\n</tr>\n</tbody>\n</table>\n</div><h4>Error Code catalogue</h4>\n\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>#</th>\n<th>Error Code</th>\n<th>Error Message</th>\n<th>Payload (Request Body)</th>\n<th>Tested</th>\n<th>Violated Rule</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>1</td>\n<td>InvalidRequest</td>\n<td>consentID is required</td>\n<td><code>{}</code></td>\n<td>Yes</td>\n<td>consentID is mandatory</td>\n</tr>\n<tr>\n<td>2</td>\n<td>InvalidRequest</td>\n<td>[ consentID must contain value ] [ consentID value can have only A to Z, a to z, 0 to 9, _ , - and . characters ]</td>\n<td><code>{\"consentID\": \"\"}</code></td>\n<td>Yes</td>\n<td>consentID cannot be empty string</td>\n</tr>\n<tr>\n<td>3</td>\n<td>InvalidRequest</td>\n<td>consentID value can have only A to Z, a to z, 0 to 9, _ , - and . characters</td>\n<td><code>{\"consentID\": \"test@123\"}</code></td>\n<td>Yes</td>\n<td>consentID must match alphanumeric pattern ^([a-zA-Z0-9_-.]+)$</td>\n</tr>\n<tr>\n<td>4</td>\n<td>InvalidRequest</td>\n<td>consentID value can have only A to Z, a to z, 0 to 9, _ , - and . characters</td>\n<td><code>{\"consentID\": \"test#consent\"}</code></td>\n<td>Yes</td>\n<td>Special characters not allowed except _ - .</td>\n</tr>\n<tr>\n<td>5</td>\n<td>InvalidRequest</td>\n<td>consentID value can have only A to Z, a to z, 0 to 9, _ , - and . characters</td>\n<td><code>{\"consentID\": \"test consent\"}</code></td>\n<td>Yes</td>\n<td>Spaces not allowed in consentID</td>\n</tr>\n<tr>\n<td>6</td>\n<td>InvalidConsentId</td>\n<td>Consent ID does not exist.</td>\n<td><code>{\"consentID\": \"nonexistent-consent-id\"}</code></td>\n<td>Yes</td>\n<td>consentID must exist in consent_artefacts table</td>\n</tr>\n<tr>\n<td>7</td>\n<td>InvalidStatus</td>\n<td>Consent ID is already in REVOKED state</td>\n<td><code>{\"consentID\": \"already-revoked-consent\"}</code></td>\n<td>Setup</td>\n<td>Consent status must not be REVOKED</td>\n</tr>\n<tr>\n<td>8</td>\n<td>InvalidStatus</td>\n<td>Consent ID is in EXPIRED state</td>\n<td><code>{\"consentID\": \"expired-consent\"}</code></td>\n<td>Setup</td>\n<td>Consent status must not be EXPIRED</td>\n</tr>\n<tr>\n<td>9</td>\n<td>InvalidRequest</td>\n<td>[ consentID must be a string ]</td>\n<td>{  <br />\"consentID\": null  <br />}</td>\n<td></td>\n<td>consent ID must be a string</td>\n</tr>\n</tbody>\n</table>\n</div><h4 id=\"error-response-format\">Error Response Format</h4>\n<p>When an error occurs, the API returns a JSON object with the following structure:</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Sr. No.</th>\n<th>Field</th>\n<th>Type</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>1</td>\n<td><code>ver</code></td>\n<td>String (Optional)</td>\n</tr>\n<tr>\n<td>2</td>\n<td><code>timestamp</code></td>\n<td>String (Optional)</td>\n</tr>\n<tr>\n<td>3</td>\n<td><code>errorCode</code></td>\n<td>String (Optional)</td>\n</tr>\n<tr>\n<td>4</td>\n<td><code>errorMsg</code></td>\n<td>String (Optional)</td>\n</tr>\n<tr>\n<td>5</td>\n<td><code>status</code></td>\n<td>String (Optional)</td>\n</tr>\n</tbody>\n</table>\n</div><h4 id=\"example-response\">Example Response</h4>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-json\">{\n  \"ver\": \"1.21.0\",\n  \"status\": \"success\",\n  \"message\": \"Successfully revoked.\"\n}\n\n</code></pre>\n","urlObject":{"path":["revokeconsent"],"host":["{{Base_URL}}"],"query":[],"variable":[]}},"response":[{"id":"f8f22b18-a346-4270-9712-ec73b7c26203","name":"Example","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"key":"client_id","value":"{{Client_Id}}","type":"text"},{"key":"client_secret","value":"{{Client_Secret}}","type":"text"},{"key":"organisationId","value":"{{Organisation_Id}}","type":"text"},{"key":"appIdentifier","value":"{{App_Identifier}}","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"consentID\": \"{{Consent_Id}}\"\n}","options":{"raw":{"language":"json"}}},"url":"{{Base_URL}}/revokeconsent"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx/1.14.0 (Ubuntu)"},{"key":"Date","value":"Thu, 06 Aug 2020 12:42:23 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"128"},{"key":"Connection","value":"keep-alive"},{"key":"X-Powered-By","value":"Express"},{"key":"ETag","value":"W/\"80-1H0y7WnvhiJHGBJ/pUOwj3h3JTw\""},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Access-Control-Allow-Headers","value":"DNT,authorization,User-Agent,X-Requested-With,If-Modified-Since,Cache-Control,Content-Type,Range,environmentType"},{"key":"Access-Control-Allow-Methods","value":"GET, POST, DELETE, PUT, PATCH, OPTIONS"}],"cookie":[],"responseTime":null,"body":"{\n   \"ver\": \"1.21.0\",\n   \"status\": \"success\",\n   \"message\": \"Successfully revoked.\"\n}"},{"id":"27cbc13c-c2d4-4a8c-ad11-0177db6a31a9","name":"Error Example","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"key":"client_id","value":"{{Client_Id}}","type":"text"},{"key":"client_secret","value":"{{Client_Secret}}","type":"text"},{"key":"organisationId","value":"{{Organisation_Id}}","type":"text"},{"key":"appIdentifier","value":"{{App_Identifier}}","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"consentID\": \"{{Consent_Id}}\"\n}","options":{"raw":{"language":"json"}}},"url":"{{Base_URL}}/revokeconsent"},"status":"Bad Request","code":400,"_postman_previewlanguage":null,"header":[{"key":"Date","value":"Wed, 01 Oct 2025 11:44:44 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"135"},{"key":"Connection","value":"keep-alive"},{"key":"Content-Security-Policy","value":"report-uri *.moneyone.in"},{"key":"Cross-Origin-Embedder-Policy","value":"require-corp"},{"key":"Cross-Origin-Opener-Policy","value":"same-origin"},{"key":"Cross-Origin-Resource-Policy","value":"same-origin"},{"key":"X-DNS-Prefetch-Control","value":"off"},{"key":"Expect-CT","value":"max-age=0"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"Strict-Transport-Security","value":"max-age=31536000; includeSubDomains"},{"key":"X-Download-Options","value":"noopen"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"Origin-Agent-Cluster","value":"?1"},{"key":"X-Permitted-Cross-Domain-Policies","value":"none"},{"key":"Referrer-Policy","value":"no-referrer"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"X-RateLimit-Limit","value":"1000"},{"key":"X-RateLimit-Remaining","value":"994"},{"key":"X-RateLimit-Reset","value":"1759319095"},{"key":"Access-Control-Allow-Origin","value":"*.moneyone.in"},{"key":"Access-Control-Allow-Methods","value":"GET, POST"},{"key":"Access-Control-Allow-Headers","value":"X-Requested-With,content-type"},{"key":"Access-Control-Allow-Credentials","value":"true"},{"key":"ETag","value":"W/\"87-B/tD6Nx0wfCyNWXDrnTPE8huYmM\""}],"cookie":[],"responseTime":null,"body":"{\n    \"ver\": \"1.21.0\",\n    \"timestamp\": \"2025-10-01T11:44:44.115Z\",\n    \"errorCode\": \"InvalidStatus\",\n    \"errorMsg\": \"Consent ID is already in REVOKED state\"\n}"}],"_postman_id":"34d2f6b5-3dbd-4e34-983f-0af9c792bee7"}],"id":"a2d0a1ec-19f8-45a3-921d-ca12dd8f3c4c","description":"<p>This section includes APIs designed to manage the consent flow. It provides endpoints for creation and management of consent requests.</p>\n","_postman_id":"a2d0a1ec-19f8-45a3-921d-ca12dd8f3c4c"},{"name":"Web Redirection to AA","item":[{"name":"Web Redirection Encryption","id":"004dd4ef-ec51-4c7f-8ad1-7cfa533961bb","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"content-Type","value":"application/json","description":"<p>Specify the request params type</p>\n","type":"text"},{"key":"client_secret","value":"{{Client_Secret}}","description":"<p>This is an API key issued to server side application</p>\n","type":"text"},{"key":"organisationId","value":"{{Organisation_Id}}","description":"<p>An unique Id issued to the organisation calling the API</p>\n","type":"text"},{"key":"client_id","value":"{{Client_Id}}","description":"<p>An API key issued to the organisation</p>\n","type":"text"},{"key":"appIdentifier","value":"{{App_Identifier}}","description":"<p>A unique Id issued to the client application calling the API</p>\n","type":"text"}],"body":{"mode":"raw","raw":"{\r\n        \"consentHandle\": \"3a3f2d96-fc3b-42e5-804f-e65d10a4be98\",\r\n        \"redirectUrl\": \"www.google.com\"\r\n}\r\n","options":{"raw":{"language":"json"}}},"url":"{{Base_URL}}/webRedirection/getEncryptedUrl","description":"<p>This API is used by the FIU to generate an AA encrypted web redirection URL. The generated URL can be embedded in an iframe within the FIU's application or opened in a web browser, allowing the user to provide their consent on the AA application.</p>\n<h4 id=\"request-parameters\">Request Parameters</h4>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Parameter</strong></th>\n<th><strong>Type</strong></th>\n<th><strong>Mandatory vs Optional</strong></th>\n<th><strong>Validation</strong></th>\n<th><strong>Description</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>consentHandle</td>\n<td>string - for single consent  <br />array of strings - for multi consent</td>\n<td>mandatory</td>\n<td></td>\n<td>Unique consent handle generated in response to a consent request.</td>\n</tr>\n<tr>\n<td>redirectUrl</td>\n<td>string</td>\n<td>optional</td>\n<td></td>\n<td>Mention the URL where the user should be redirected to after the AA journey is complete. If there is any change in the default URL being set for the FIU then this parameter can be used.</td>\n</tr>\n<tr>\n<td>pan</td>\n<td>string</td>\n<td>optional</td>\n<td>PAN format ^[A-Z]{5}[0-9]{4}[A-Z]{1}$</td>\n<td>PAN of the user will be used for those FIPs that require PAN for account discovery.</td>\n</tr>\n</tbody>\n</table>\n</div><h4 id=\"response-parameters\">Response Parameters</h4>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Parameter</th>\n<th>Type</th>\n<th>Mandatory vs Optional</th>\n<th>Description</th>\n<th>Supported Values</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>status</td>\n<td>string</td>\n<td>optional</td>\n<td>Status of API request.</td>\n<td></td>\n</tr>\n<tr>\n<td>ver</td>\n<td>string</td>\n<td>optional</td>\n<td>The current version of the API.</td>\n<td></td>\n</tr>\n<tr>\n<td>message</td>\n<td>string</td>\n<td>optional</td>\n<td>Success or failure message depending on API status.</td>\n<td></td>\n</tr>\n<tr>\n<td>data.webRedirectionURL</td>\n<td>string</td>\n<td>mandatory</td>\n<td>Encrypted web redirection URL containing the encrypted parameters as part of ecreq, AA URL, reqdate and fi fields.</td>\n<td></td>\n</tr>\n<tr>\n<td>timestamp</td>\n<td>string</td>\n<td>optional</td>\n<td>The timestamp of the transaction.</td>\n<td></td>\n</tr>\n</tbody>\n</table>\n</div><h4 id=\"error-response-format\">Error Response Format</h4>\n<p>When an error occurs, the API returns a JSON object with the following structure:</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Sr. No.</th>\n<th>Field</th>\n<th>Type</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>1</td>\n<td><code>ver</code></td>\n<td>String (Optional)</td>\n</tr>\n<tr>\n<td>2</td>\n<td><code>timestamp</code></td>\n<td>String (Optional)</td>\n</tr>\n<tr>\n<td>3</td>\n<td><code>errorCode</code></td>\n<td>String (Optional)</td>\n</tr>\n<tr>\n<td>4</td>\n<td><code>errorMsg</code></td>\n<td>String (Optional)</td>\n</tr>\n<tr>\n<td>5</td>\n<td><code>status</code></td>\n<td>String (Optional)</td>\n</tr>\n<tr>\n<td>6</td>\n<td>txnid</td>\n<td>String(Optional)</td>\n</tr>\n</tbody>\n</table>\n</div><h4 id=\"error-code-catalogue\">Error Code Catalogue</h4>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>#</th>\n<th>Status</th>\n<th>Error Code</th>\n<th>Error Message</th>\n<th>Payload (Request Body)</th>\n<th>Tested</th>\n<th>Violated Rule</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>1</td>\n<td>FP0021</td>\n<td>missingConsentInfo</td>\n<td>Required parameters missing : Both consentID and consentHandle are empty</td>\n<td><code>{}</code></td>\n<td>Y</td>\n<td>consentHandle is mandatory</td>\n</tr>\n<tr>\n<td>2</td>\n<td>FP0021</td>\n<td>missingConsentInfo</td>\n<td>Required parameters missing : Both consentID and consentHandle are empty</td>\n<td><code>{\"consentHandle\": \"\"}</code></td>\n<td>Y</td>\n<td>consentHandle cannot be empty string</td>\n</tr>\n<tr>\n<td>3</td>\n<td>FP0021</td>\n<td>missingConsentInfo</td>\n<td>Required parameters missing : Both consentID and consentHandle are empty</td>\n<td><code>{\"consentHandle\": []}</code></td>\n<td>Y</td>\n<td>consentHandle array cannot be empty</td>\n</tr>\n<tr>\n<td>4</td>\n<td></td>\n<td>InvalidRequest</td>\n<td>consentHandle must be a valid GUID</td>\n<td><code>{\"consentHandle\": \"not-a-uuid\"}</code></td>\n<td>Y</td>\n<td>consentHandle must be valid UUIDv4 format</td>\n</tr>\n<tr>\n<td>5</td>\n<td></td>\n<td>InvalidRequest</td>\n<td>consentHandle &gt; 0 must be a valid GUID</td>\n<td><code>{\"consentHandle\": [\"invalid-uuid\"]}</code></td>\n<td>Y</td>\n<td>consentHandle must be valid UUIDv4 format</td>\n</tr>\n<tr>\n<td>6</td>\n<td></td>\n<td>InvalidRequest</td>\n<td>consentHandle &gt; 0 must be a valid GUID</td>\n<td><code>{\"consentHandle\": [\"00000000-0000-0000-0000-000000000000\"]}</code></td>\n<td>Y</td>\n<td>consentHandle UUID validation (all zeros rejected)</td>\n</tr>\n<tr>\n<td>7</td>\n<td></td>\n<td>InvalidRequest</td>\n<td>consentHandle &gt; 0 must be a valid GUID</td>\n<td><code>{\"consentHandle\": [\"abcd1234-5678-9012-3456-abcdef123456\"]}</code></td>\n<td>Y</td>\n<td>consentHandle UUID format validation</td>\n</tr>\n<tr>\n<td>8</td>\n<td>FP0024</td>\n<td>InvalidRequest</td>\n<td>Consent handles belongs to different vua's</td>\n<td>Multiple consentHandles with different customer_vua</td>\n<td>N (Setup)</td>\n<td>All consent handles must belong to same user VUA</td>\n</tr>\n<tr>\n<td>9</td>\n<td>FP0024</td>\n<td>invalid_consent_handle</td>\n<td>Invalid consent handle</td>\n<td><code>{\"consentHandle\": [\"valid-uuid-but-empty-vua\"]}</code></td>\n<td>N (Setup)</td>\n<td>Consent handle must have valid customer_vua in database</td>\n</tr>\n<tr>\n<td>10</td>\n<td>FP0029</td>\n<td>InvalidAA</td>\n<td>Invalid AA Handle: {aa_handle}</td>\n<td>Consent with invalid/non-existent AA handle</td>\n<td>N (Setup)</td>\n<td>AA handle derived from VUA must exist in account_aggregators table</td>\n</tr>\n<tr>\n<td>11</td>\n<td></td>\n<td>InvalidRequest</td>\n<td>[redirectUrl must be a string]</td>\n<td><code>{ \"consentHandle\": \"....\", \"redirectUrl\": null, \"pan\":\"...\" }</code></td>\n<td></td>\n<td></td>\n</tr>\n<tr>\n<td>12</td>\n<td></td>\n<td>InvalidRequest</td>\n<td>[ pan fails to match the required pattern: /^[A-Z]{5}[0-9]{4}[A-Z]{1}$/ ]</td>\n<td><code>{ \"consentHandle\": \"....\", \"redirectUrl\": \"...\", \"pan\":\"AAAAA12340\" }</code></td>\n<td></td>\n<td>PAN field should follow the pattern as mentioned in request parameter.</td>\n</tr>\n<tr>\n<td>13</td>\n<td></td>\n<td>InvalidRequest</td>\n<td>[ consentHandle &gt; 0 must be a string ] [ consentHandle &gt; 1 must be a string ] [ consentHandle &gt; 2 is not allowed to be empty ] [ consentHandle &gt; 2 must be a valid GUID ] [ consentHandle &gt; 3 must be a valid GUID ] [ consentHandle &gt; 4 must be a valid GUID ]</td>\n<td><code>{\"consentHandle\": null,null}</code></td>\n<td></td>\n<td></td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"path":["webRedirection","getEncryptedUrl"],"host":["{{Base_URL}}"],"query":[],"variable":[]}},"response":[{"id":"cf683404-e427-4847-bd13-3aaf2ab25082","name":"Example","originalRequest":{"method":"POST","header":[{"key":"content-Type","value":"application/json","description":"Specify the request params type","type":"text"},{"key":"client_secret","value":"{{Client_Secret}}","description":"This is an API key issued to server side application","type":"text"},{"key":"organisationId","value":"{{Organisation_Id}}","description":"An unique Id issued to the organisation calling the API","type":"text"},{"key":"client_id","value":"{{Client_Id}}","description":"An API key issued to the organisation","type":"text"},{"key":"appIdentifier","value":"{{App_Identifier}}","description":"A unique Id issued to the client application calling the API","type":"text"}],"body":{"mode":"raw","raw":"{\r\n        \"consentHandle\": \"3a3f2d96-fc3b-42e5-804f-e65d10a4be98\",\r\n        \"redirectUrl\": \"www.google.com\"\r\n}\r\n","options":{"raw":{"language":"json"}}},"url":"{{Base_URL}}/webRedirection/getEncryptedUrl"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Mon, 07 Apr 2025 12:21:16 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"449"},{"key":"Connection","value":"keep-alive"},{"key":"Content-Security-Policy","value":"report-uri *.moneyone.in"},{"key":"Cross-Origin-Embedder-Policy","value":"require-corp"},{"key":"Cross-Origin-Opener-Policy","value":"same-origin"},{"key":"Cross-Origin-Resource-Policy","value":"same-origin"},{"key":"X-DNS-Prefetch-Control","value":"off"},{"key":"Expect-CT","value":"max-age=0"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"Strict-Transport-Security","value":"max-age=31536000; includeSubDomains"},{"key":"X-Download-Options","value":"noopen"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"Origin-Agent-Cluster","value":"?1"},{"key":"X-Permitted-Cross-Domain-Policies","value":"none"},{"key":"Referrer-Policy","value":"no-referrer"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"X-RateLimit-Limit","value":"1000"},{"key":"X-RateLimit-Remaining","value":"997"},{"key":"X-RateLimit-Reset","value":"1744028496"},{"key":"Access-Control-Allow-Origin","value":"*.moneyone.in"},{"key":"Access-Control-Allow-Methods","value":"GET, POST"},{"key":"Access-Control-Allow-Headers","value":"X-Requested-With,content-type"},{"key":"Access-Control-Allow-Credentials","value":"true"},{"key":"ETag","value":"W/\"1c1-c4Uq37d3Un+P4uTPD5KCiltqRaw\""}],"cookie":[],"responseTime":null,"body":"{\n    \"ver\": \"1.21.0\",\n    \"status\": \"success\",\n    \"data\": {\n        \"webRedirectionUrl\": \"https://webrd.onemoney.in/uat/v2/?ecreq=zL8j_0ROrUkV8KMo8eelsIS5bc3aAHniwQ5YFdBKOGddhjbuXG5yMzqvXrrK4NItH56M5XBkheXFbSlZSHtpGhb6HotUMNWXFti3ejzMGTW_jmr8J5FjHsOexwYzx0v-5uBQpZYT2kliZ8yV0xUM_7vIIIgY2WWzLC5Uw8VBNQ4PmpUO-kV8EN0v1g_WBu70tmDxRlde54FRbMu_FLO11d6Mcl4JNgvOIinJp7Vv9oTEXRGuPWg--pGJpTHcrznt&reqdate=070420251221476&fi=Q1ZGVUBEH1NYRx9EVUM&requestorType=dn5l\"\n    },\n    \"message\": \"Success\"\n}"},{"id":"26fdbd72-cb68-4844-a493-c6c97fab41a8","name":"Error Example","originalRequest":{"method":"POST","header":[{"key":"content-Type","value":"application/json","description":"Specify the request params type","type":"text"},{"key":"client_secret","value":"{{Client_Secret}}","description":"This is an API key issued to server side application","type":"text"},{"key":"organisationId","value":"{{Organisation_Id}}","description":"An unique Id issued to the organisation calling the API","type":"text"},{"key":"client_id","value":"{{Client_Id}}","description":"An API key issued to the organisation","type":"text"},{"key":"appIdentifier","value":"{{App_Identifier}}","description":"A unique Id issued to the client application calling the API","type":"text"}],"body":{"mode":"raw","raw":"{\r\n        \"consentHandle\": \"3a3f2d96-fc3b-42e5-804f-e65d10a4be9\",\r\n        \"redirectUrl\": \"www.google.com\"\r\n}\r\n","options":{"raw":{"language":"json"}}},"url":"{{Base_URL}}/webRedirection/getEncryptedUrl"},"status":"Bad Request","code":400,"_postman_previewlanguage":null,"header":[{"key":"Date","value":"Wed, 01 Oct 2025 11:45:21 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"137"},{"key":"Connection","value":"keep-alive"},{"key":"Content-Security-Policy","value":"report-uri *.moneyone.in"},{"key":"Cross-Origin-Embedder-Policy","value":"require-corp"},{"key":"Cross-Origin-Opener-Policy","value":"same-origin"},{"key":"Cross-Origin-Resource-Policy","value":"same-origin"},{"key":"X-DNS-Prefetch-Control","value":"off"},{"key":"Expect-CT","value":"max-age=0"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"Strict-Transport-Security","value":"max-age=31536000; includeSubDomains"},{"key":"X-Download-Options","value":"noopen"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"Origin-Agent-Cluster","value":"?1"},{"key":"X-Permitted-Cross-Domain-Policies","value":"none"},{"key":"Referrer-Policy","value":"no-referrer"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"X-RateLimit-Limit","value":"1000"},{"key":"X-RateLimit-Remaining","value":"996"},{"key":"X-RateLimit-Reset","value":"1759319155"},{"key":"Access-Control-Allow-Origin","value":"*.moneyone.in"},{"key":"Access-Control-Allow-Methods","value":"GET, POST"},{"key":"Access-Control-Allow-Headers","value":"X-Requested-With,content-type"},{"key":"Access-Control-Allow-Credentials","value":"true"},{"key":"ETag","value":"W/\"89-fC46Bw3Uj+d9zBR13/ZLsus9OQM\""}],"cookie":[],"responseTime":null,"body":"{\n    \"ver\": \"1.1.2\",\n    \"timestamp\": \"2025-10-01T11:45:21.777Z\",\n    \"errorCode\": \"InvalidRequest\",\n    \"errorMsg\": \" [ consentHandle must be a valid GUID ] \"\n}"}],"_postman_id":"004dd4ef-ec51-4c7f-8ad1-7cfa533961bb"},{"name":"Web Redirection Decryption","id":"a0aaa039-ab8b-4d5f-af51-f74b8c7c7033","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"content-Type","value":"application/json","description":"<p>Specify the request params type</p>\n","type":"text"},{"key":"client_secret","value":"{{Client_Secret}}","description":"<p>This is an API key issued to server side application</p>\n","type":"text"},{"key":"organisationId","value":"{{Organisation_Id}}","description":"<p>An unique Id issued to the organisation calling the API</p>\n","type":"text"},{"key":"client_id","value":"{{Client_Id}}","description":"<p>An API key issued to the organisation</p>\n","type":"text"},{"key":"appIdentifier","value":"{{App_Identifier}}","description":"<p>A unique Id issued to the client application calling the API</p>\n","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"webRedirectionURL\":{\r\n    \"ecres\":\"Rz9wwl9nvOD6Z+3+dDsA80cQhwOt54pPDh1UiMjnxjDCbpU5aUqFxc2rGF2g+q6eo5QtWNFwpCEwE9/n7DnC9IQuTytqRELcuAFN8HFIkgTAVX2LXDmUwPnFuvZMg8xK14/2SZ/yrNQe7GlygjMuraiqWayLQbPRYUBf+KRrK1QT+XMkCGgI/hTcwjPSZIS8+aB9HvT2Tm+ZUYqeAmzv6Ufh5JiAFnZn3Pp7zVZx2sg=\",\r\n    \"resdate\":\"040320211217240\",\r\n    \"fi\":\"Vl1eQ0BfUFBfWQ==\"\r\n    }\r\n}\r\n"},"url":"{{Base_URL}}/webRedirection/decryptUrl","description":"<p>This API decrypts the encrypted response URL received by the FIU from the AA. This API can be called after the user is redirected back to the FIU application from the AA, following the customer's approval or rejection of a consent request in the AA application.</p>\n<h4 id=\"request-parameters\">Request Parameters</h4>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Parameter</strong></th>\n<th><strong>Type</strong></th>\n<th><strong>Mandatory vs Optional</strong></th>\n<th><strong>Description</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>webRedirectURL</td>\n<td>string</td>\n<td>mandatory</td>\n<td>The web redirection URL received by the FIU containing encrypted parameters as part of ecres field.</td>\n</tr>\n<tr>\n<td>resdate</td>\n<td>string</td>\n<td>mandatory</td>\n<td>Date of response in ddmmyyyyhh24misss format.</td>\n</tr>\n<tr>\n<td>fi</td>\n<td>string</td>\n<td>mandatory</td>\n<td>Encoded Entity Id of the AA.</td>\n</tr>\n</tbody>\n</table>\n</div><h4 id=\"response-parameters\">Response Parameters</h4>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Parameter</strong></th>\n<th><strong>Type</strong></th>\n<th><strong>Mandatory vs Optional</strong></th>\n<th><strong>Description</strong></th>\n<th><strong>Supported Values</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>status</td>\n<td>string</td>\n<td>mandatory</td>\n<td>Status of the API.</td>\n<td>success, failure</td>\n</tr>\n<tr>\n<td>ver</td>\n<td>string</td>\n<td>mandatory</td>\n<td>Version of the API.</td>\n<td></td>\n</tr>\n<tr>\n<td>message</td>\n<td>string</td>\n<td>optional</td>\n<td>Success or failure message depending on API status.</td>\n<td></td>\n</tr>\n<tr>\n<td>data.status</td>\n<td>string</td>\n<td></td>\n<td>Status ‘S’ for success and ‘F’ for failure.</td>\n<td>S, F</td>\n</tr>\n<tr>\n<td>data.errorcode</td>\n<td>string</td>\n<td></td>\n<td>Error code as per the below table.</td>\n<td>Refer below table.</td>\n</tr>\n<tr>\n<td>data.txnid</td>\n<td>string</td>\n<td></td>\n<td>UUID received in ecreq field in the request.</td>\n<td></td>\n</tr>\n<tr>\n<td>data.sessionid</td>\n<td>string</td>\n<td></td>\n<td>Value of sessionid received in the ‘ecreq’ field in the request.</td>\n<td></td>\n</tr>\n<tr>\n<td>data.srcref</td>\n<td>string</td>\n<td></td>\n<td>Consent handle(s) received in the ecreq ‘srcref’ field.</td>\n<td></td>\n</tr>\n<tr>\n<td>data.userid</td>\n<td>string</td>\n<td></td>\n<td>The VUA issued by AA once a user registers with an AA</td>\n<td></td>\n</tr>\n<tr>\n<td>data.redirect</td>\n<td>string</td>\n<td></td>\n<td>URL of FIU application page where the user needs to be redirected to from AA.</td>\n<td></td>\n</tr>\n</tbody>\n</table>\n</div><h4 id=\"error-codes\">Error Codes</h4>\n<p>The following error codes are returned by the AA to FIU when the user is redirected back to the FIU application.</p>\n<h3 id=\"error-codes-1\">Error Codes</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Error Code</th>\n<th>Message</th>\n<th>Status</th>\n<th>Mandatory</th>\n<th>When is this returned</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>0</td>\n<td>Success</td>\n<td>S</td>\n<td>Y</td>\n<td>When the user has accepted the consent</td>\n</tr>\n<tr>\n<td>1</td>\n<td>Consent is rejected</td>\n<td>F</td>\n<td>Y</td>\n<td>When the user rejects the consent</td>\n</tr>\n<tr>\n<td>2</td>\n<td>Consent not available</td>\n<td>F</td>\n<td>Y</td>\n<td>Consent request not found with the AA</td>\n</tr>\n<tr>\n<td>3</td>\n<td>Invalid request</td>\n<td>F</td>\n<td>Y</td>\n<td>The redirection request has invalid data</td>\n</tr>\n<tr>\n<td>4</td>\n<td>User authentication failed</td>\n<td>F</td>\n<td>N</td>\n<td>User is not able to authenticate self</td>\n</tr>\n<tr>\n<td>6</td>\n<td>Session timeout</td>\n<td>F</td>\n<td>N</td>\n<td>On login page, user doesn’t act</td>\n</tr>\n<tr>\n<td>7</td>\n<td>Account not discovered</td>\n<td>F</td>\n<td>N</td>\n<td>FIP Id is passed but the accounts were not discovered in the FIP (404) and user cancels/goes back from AA page</td>\n</tr>\n<tr>\n<td>8</td>\n<td>Account not discovered</td>\n<td>F</td>\n<td>N</td>\n<td>FIP Id is passed but accounts not discovered due to error in FIP (non-404) and user cancels/goes back</td>\n</tr>\n<tr>\n<td>9</td>\n<td>Account not discovered</td>\n<td>F</td>\n<td>N</td>\n<td>Multiple FIP Ids passed or none passed, and no accounts discovered in any FIP (404/other errors)</td>\n</tr>\n<tr>\n<td>10</td>\n<td>Account not linked</td>\n<td>F</td>\n<td>N</td>\n<td>Accounts discovered; user does nothing (no linking) and session timed out</td>\n</tr>\n<tr>\n<td>11</td>\n<td>Account not linked</td>\n<td>F</td>\n<td>N</td>\n<td>Accounts discovered; user cancels instead of linking</td>\n</tr>\n<tr>\n<td>12</td>\n<td>Account link OTP not attempted</td>\n<td>F</td>\n<td>N</td>\n<td>Accounts discovered; user clicked link CTA but didn’t enter OTP; then cancels</td>\n</tr>\n<tr>\n<td>13</td>\n<td>Account link OTP not attempted</td>\n<td>F</td>\n<td>N</td>\n<td>Accounts discovered; user clicked link CTA but didn’t enter OTP; session timed out</td>\n</tr>\n<tr>\n<td>14</td>\n<td>OTP authentication failed</td>\n<td>F</td>\n<td>N</td>\n<td>All accounts link failed due to wrong OTP(s); user cancels</td>\n</tr>\n<tr>\n<td>15</td>\n<td>OTP authentication failed</td>\n<td>F</td>\n<td>N</td>\n<td>All accounts link failed due to wrong OTP(s); session timed out</td>\n</tr>\n<tr>\n<td>16</td>\n<td>Account link failed</td>\n<td>F</td>\n<td>N</td>\n<td>User enters valid OTP but all account link fails at FIP with some error</td>\n</tr>\n<tr>\n<td>17</td>\n<td>OTP failed (some accounts)</td>\n<td>F</td>\n<td>N</td>\n<td>Multiple FIPs; some accounts failed due to wrong OTP; user cancels</td>\n</tr>\n<tr>\n<td>18</td>\n<td>OTP failed (some accounts)</td>\n<td>F</td>\n<td>N</td>\n<td>Multiple FIPs; some accounts failed due to wrong OTP; session timed out</td>\n</tr>\n<tr>\n<td>19</td>\n<td>Account link failed (partial)</td>\n<td>F</td>\n<td>N</td>\n<td>Multiple FIPs; some accounts failed; user cancels</td>\n</tr>\n<tr>\n<td>20</td>\n<td>Unknown error</td>\n<td>F</td>\n<td>N</td>\n<td>AA is not able to send any valid error code</td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"path":["webRedirection","decryptUrl"],"host":["{{Base_URL}}"],"query":[],"variable":[]}},"response":[{"id":"bc5897a5-ecba-426c-9c30-76f4c3e1f05f","name":"Example","originalRequest":{"method":"POST","header":[{"key":"content-Type","value":"application/json","description":"Specify the request params type","type":"text"},{"key":"client_secret","value":"{{Client_Secret}}","description":"This is an API key issued to server side application","type":"text"},{"key":"organisationId","value":"{{Organisation_Id}}","description":"An unique Id issued to the organisation calling the API","type":"text"},{"key":"client_id","value":"{{Client_Id}}","description":"An API key issued to the organisation","type":"text"},{"key":"appIdentifier","value":"{{App_Identifier}}","description":"A unique Id issued to the client application calling the API","type":"text"}],"body":{"mode":"raw","raw":"{\r\n   \"webRedirectionURL\":{\r\n    \"ecres\":\"1r8dWQqy3c5IY7uJdBkAERYhV_P01dAs6dMGrieo-D001LXoGuKnFtp_OXKVtpbpAEJVstVx_rCRHVpDEZvRGKkFnpJp9RbvdReWg4mi6hdQPa_hgGnYaOkSbWhBdYWfM6-kBgB4DfomidIWpTRMXe3BGko0tyMeL2gIW8jyp5hHMPovCar_Ux6QhNIyFGLaQmB-M_vE4Q0hi9erfXEHgKClubw12jzRrwJo2eC5NhX1UaWV3uFLtfB4XWGWQ2lAmGpMdhESJ91R94C5mcQ0OOF2jW69YLo6RspvzP454DrproVKy-PdHa3k9QRgt8f-\",\r\n      \"resdate\":\"270820211238139\",\r\n      \"fi\":\"XVlVVV1eV0g\"\r\n   }\r\n}\r\n"},"url":"{{Base_URL}}/webRedirection/decryptUrl"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx"},{"key":"Date","value":"Fri, 27 Aug 2021 12:41:36 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"321"},{"key":"Connection","value":"keep-alive"},{"key":"Access-Control-Allow-Origin","value":"*.moneyone.in, *.onemoney.in"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Content-Security-Policy","value":"report-uri *.moneyone.in"},{"key":"Access-Control-Allow-Methods","value":"GET, POST"},{"key":"Access-Control-Allow-Methods","value":"GET, POST, DELETE, PUT, PATCH, OPTIONS"},{"key":"Access-Control-Allow-Headers","value":"X-Requested-With,content-type"},{"key":"Access-Control-Allow-Headers","value":"DNT,authorization,User-Agent,X-Requested-With,If-Modified-Since,Cache-Control,Content-Type,Range,environmentType"},{"key":"Access-Control-Allow-Credentials","value":"true"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"Strict-Transport-Security","value":"max-age=31536000; includeSubDomains"},{"key":"ETag","value":"W/\"141-RQOe7A9jfoIHthqmqDbcQYfLAw4\""}],"cookie":[],"responseTime":null,"body":"{\n    \"ver\": \"1.15.0\",\n    \"status\": \"success\",\n    \"data\": {\n        \"status\": \"S\",\n        \"errorcode\": \"0\",\n        \"txnid\": \"f32503c5-0af0-4831-a443-7adc500ccd22\",\n        \"sessionid\": \"lJ4ImY1ET3yplGtIp3IvrrU\",\n        \"srcref\": \"64cd9ace-f0e5-44cc-a686-1fe82bfa4ed8\",\n        \"userid\": \"1999999999@onemoney\",\n        \"redirect\": \"https://sandbox.moneyone.in/finproadminweb_sandbox\"\n    },\n    \"message\": \"Success\"\n}"},{"id":"81a282f4-842b-49ad-b715-1f1546ca08c5","name":"Error Example","originalRequest":{"method":"POST","header":[{"key":"content-Type","value":"application/json","description":"Specify the request params type","type":"text"},{"key":"client_secret","value":"{{Client_Secret}}","description":"This is an API key issued to server side application","type":"text"},{"key":"organisationId","value":"{{Organisation_Id}}","description":"An unique Id issued to the organisation calling the API","type":"text"},{"key":"client_id","value":"{{Client_Id}}","description":"An API key issued to the organisation","type":"text"},{"key":"appIdentifier","value":"{{App_Identifier}}","description":"A unique Id issued to the client application calling the API","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"webRedirectionURL\":{\r\n    \"ecres\":\"Rz9wwl9nvOD6Z+3+dDsA80cQhwOt54pPDh1UiMjnxjDCbpU5aUqFxc2rGF2g+q6eo5QtWNFwpCEwE9/n7DnC9IQuTytqRELcuAFN8HFIkgTAVX2LXDmUwPnFuvZMg8xK14/2SZ/yrNQe7GlygjMuraiqWayLQbPRYUBf+KRrK1QT+XMkCGgI/hTcwjPSZIS8+aB9HvT2Tm+ZUYqeAmzv6Ufh5JiAFnZn3Pp7zVZx2sg=\",\r\n    \"resdate\":\"040320211217240\",\r\n    \"fi\":\"Vl1eQ0BfUFBfWQ==\"\r\n    }\r\n}\r\n"},"url":"{{Base_URL}}/webRedirection/decryptUrl"},"status":"Bad Request","code":400,"_postman_previewlanguage":null,"header":[{"key":"Date","value":"Wed, 01 Oct 2025 11:45:48 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"144"},{"key":"Connection","value":"keep-alive"},{"key":"Content-Security-Policy","value":"report-uri *.moneyone.in"},{"key":"Cross-Origin-Embedder-Policy","value":"require-corp"},{"key":"Cross-Origin-Opener-Policy","value":"same-origin"},{"key":"Cross-Origin-Resource-Policy","value":"same-origin"},{"key":"X-DNS-Prefetch-Control","value":"off"},{"key":"Expect-CT","value":"max-age=0"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"Strict-Transport-Security","value":"max-age=31536000; includeSubDomains"},{"key":"X-Download-Options","value":"noopen"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"Origin-Agent-Cluster","value":"?1"},{"key":"X-Permitted-Cross-Domain-Policies","value":"none"},{"key":"Referrer-Policy","value":"no-referrer"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"X-RateLimit-Limit","value":"1000"},{"key":"X-RateLimit-Remaining","value":"994"},{"key":"X-RateLimit-Reset","value":"1759319155"},{"key":"Access-Control-Allow-Origin","value":"*.moneyone.in"},{"key":"Access-Control-Allow-Methods","value":"GET, POST"},{"key":"Access-Control-Allow-Headers","value":"X-Requested-With,content-type"},{"key":"Access-Control-Allow-Credentials","value":"true"},{"key":"ETag","value":"W/\"90-l2MMqv8fjRmlG/bVdRGKy7SyJ5c\""}],"cookie":[],"responseTime":null,"body":"{\n    \"ver\": \"1.21.0\",\n    \"timestamp\": \"2025-10-01T11:45:48.706Z\",\n    \"errorCode\": \"invalidWebRedirectionUrl\",\n    \"errorMsg\": \"Invalid webRedirection Url is passed\"\n}"}],"_postman_id":"a0aaa039-ab8b-4d5f-af51-f74b8c7c7033"}],"id":"d8a513fb-831d-4a63-ab99-4f097ea8e75c","description":"<p>This section includes APIs required by an FIU to redirect the user to and fo through an Account Aggregator journey.</p>\n","_postman_id":"d8a513fb-831d-4a63-ab99-4f097ea8e75c"},{"name":"Data Management","item":[{"name":"FI Request","id":"790f32e0-f82c-4fc7-a775-4178c5bea649","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"key":"client_id","value":"{{Client_Id}}","type":"text"},{"key":"appIdentifier","value":"{{App_Identifier}}","type":"text"},{"key":"organisationId","value":"{{Organisation_Id}}","type":"text"},{"key":"client_secret","value":"{{Client_Secret}}","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"consentId\": \"54450ac0-8bcb-4b9c-ad74-29b4fabe18f7\",\r\n    \"fiDataRangeFrom\":\"2021-05-01T16:49:48.297Z\",\r\n    \"fiDataRangeTo\": \"2022-05-06T06:33:00.000Z\"\r\n}"},"url":"{{Base_URL}}/fi/request","description":"<p>This API is used to raise request for FI to the Account Aggregator.</p>\n<ul>\n<li><p>For Automatic FI fetch , FIUs do not need to use this API, as the FinPro system handles it.</p>\n</li>\n<li><p>For Periodic/Recurring fetch type, it is recommended to request for incremental data only.</p>\n</li>\n<li><p>Since the data flow is asynchronous, the FIU will not receive Financial Information (FI) in the response of this API.</p>\n</li>\n<li><p>If fiDataRange is not passed, the data is fetched as per the data range specified in the consent artefact. For periodic fetch type, incremental data is fetched.</p>\n</li>\n</ul>\n<h4 id=\"request-parameters\">Request Parameters</h4>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Parameter</strong></th>\n<th><strong>Type</strong></th>\n<th><strong>Mandatory vs Optional</strong></th>\n<th><strong>Description</strong></th>\n<th><strong>Supported Values</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>consentId</td>\n<td>string</td>\n<td>mandatory</td>\n<td>Consent ID that is provided by the AA after consent approval.</td>\n<td></td>\n</tr>\n<tr>\n<td>fiDataRangeFrom</td>\n<td>string</td>\n<td>optional</td>\n<td>State date from when the FI statement is required.</td>\n<td>ISO date format, UTC time</td>\n</tr>\n<tr>\n<td>fiDataRangeTo</td>\n<td>string</td>\n<td>optional</td>\n<td>End date till when the FI statement is required.</td>\n<td>ISO date format,  <br />Should be less than or equal to current UTC timestamp.</td>\n</tr>\n</tbody>\n</table>\n</div><h4 id=\"response-parameters\">Response Parameters</h4>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Parameter</strong></th>\n<th><strong>Type</strong></th>\n<th><strong>Mandatory vs Optional</strong></th>\n<th><strong>Description</strong></th>\n<th><strong>Supported Values</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>ver</td>\n<td>string</td>\n<td>mandatory</td>\n<td>Version of the API.</td>\n<td></td>\n</tr>\n<tr>\n<td>timestamp</td>\n<td>string</td>\n<td>mandatory</td>\n<td>Timestamp of the API response.</td>\n<td>UTC time</td>\n</tr>\n<tr>\n<td>response</td>\n<td>string</td>\n<td>mandatory</td>\n<td>API response.</td>\n<td></td>\n</tr>\n<tr>\n<td>data.consentId</td>\n<td>string</td>\n<td>mandatory</td>\n<td>Consent ID for which FI Request is initiated.</td>\n<td></td>\n</tr>\n<tr>\n<td>data.sessionId</td>\n<td>string</td>\n<td>mandatory</td>\n<td>Unique Session ID for the particular FI Request session.</td>\n<td></td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"path":["fi","request"],"host":["{{Base_URL}}"],"query":[],"variable":[]}},"response":[{"id":"ecf0b390-bd05-45d8-8446-8bee9773d26f","name":"Example","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"key":"client_id","value":"{{Client_Id}}","type":"text"},{"key":"appIdentifier","value":"{{App_Identifier}}","type":"text"},{"key":"organisationId","value":"{{Organisation_Id}}","type":"text"},{"key":"client_secret","value":"{{Client_Secret}}","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"consentId\": \"54450ac0-8bcb-4b9c-ad74-29b4fabe18f7\",\r\n    \"fiDataRangeFrom\":\"2021-05-01T16:49:48.297Z\",\r\n    \"fiDataRangeTo\": \"2022-05-06T06:33:00.000Z\"\r\n}"},"url":"{{Base_URL}}/fi/request"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx"},{"key":"Date","value":"Thu, 19 May 2022 10:05:12 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"131"},{"key":"Connection","value":"keep-alive"},{"key":"X-RateLimit-Limit","value":"1200"},{"key":"X-RateLimit-Remaining","value":"1197"},{"key":"X-RateLimit-Reset","value":"1652954723"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Content-Security-Policy","value":"report-uri *.moneyone.in"},{"key":"Access-Control-Allow-Methods","value":"GET, POST"},{"key":"Access-Control-Allow-Headers","value":"X-Requested-With,content-type"},{"key":"Access-Control-Allow-Credentials","value":"true"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"Strict-Transport-Security","value":"max-age=31536000; includeSubDomains"},{"key":"ETag","value":"W/\"83-zdCdgicEGtuV/3YhpXn6kSmYSmw\""}],"cookie":[],"responseTime":null,"body":"{\n\t\"ver\": \"1.1.2\",\n\t\"timestamp\": \"2022-05-19T09:16:48.811Z\",\n\t\"response\": \"ok\",\n\t\"data\": {\n\t\t\"consentId\": \"54450ac0-8bcb-4b9c-ad74-29b4fabe18f7\",\n\t\t\"sessionId\": \"9d2b0920-389a-47cb-bd8f-d931dc0e801b\"\n\t}\n}"},{"id":"3165ae12-ddf3-41ee-ac6c-de4c94e2ddb2","name":"Error Example","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"key":"client_id","value":"{{Client_Id}}","type":"text"},{"key":"appIdentifier","value":"{{App_Identifier}}","type":"text"},{"key":"organisationId","value":"{{Organisation_Id}}","type":"text"},{"key":"client_secret","value":"{{Client_Secret}}","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"consentId\": \"54450ac0-8bcb-4b9c-ad74-29b4fabe18f7\",\r\n    \"fiDataRangeFrom\":\"2021-05-01T16:49:48.297Z\",\r\n    \"fiDataRangeTo\": \"2022-05-06T06:33:00.000Z\"\r\n}"},"url":"{{Base_URL}}/fi/request"},"status":"Bad Request","code":400,"_postman_previewlanguage":null,"header":[{"key":"Date","value":"Wed, 01 Oct 2025 11:46:13 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"126"},{"key":"Connection","value":"keep-alive"},{"key":"Content-Security-Policy","value":"report-uri *.moneyone.in"},{"key":"Cross-Origin-Embedder-Policy","value":"require-corp"},{"key":"Cross-Origin-Opener-Policy","value":"same-origin"},{"key":"Cross-Origin-Resource-Policy","value":"same-origin"},{"key":"X-DNS-Prefetch-Control","value":"off"},{"key":"Expect-CT","value":"max-age=0"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"Strict-Transport-Security","value":"max-age=31536000; includeSubDomains"},{"key":"X-Download-Options","value":"noopen"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"Origin-Agent-Cluster","value":"?1"},{"key":"X-Permitted-Cross-Domain-Policies","value":"none"},{"key":"Referrer-Policy","value":"no-referrer"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"X-RateLimit-Limit","value":"1000"},{"key":"X-RateLimit-Remaining","value":"998"},{"key":"X-RateLimit-Reset","value":"1759319215"},{"key":"Access-Control-Allow-Origin","value":"*.moneyone.in"},{"key":"Access-Control-Allow-Methods","value":"GET, POST"},{"key":"Access-Control-Allow-Headers","value":"X-Requested-With,content-type"},{"key":"Access-Control-Allow-Credentials","value":"true"},{"key":"ETag","value":"W/\"7e-o365b7mJcV1HKPlVosFecnxkg1Y\""}],"cookie":[],"responseTime":null,"body":"{\n    \"ver\": \"1.21.0\",\n    \"timestamp\": \"2025-10-01T11:46:13.293Z\",\n    \"errorCode\": \"InvalidConsentId\",\n    \"errorMsg\": \"Consent ID does not exist.\"\n}"}],"_postman_id":"790f32e0-f82c-4fc7-a775-4178c5bea649"},{"name":"FI Request Status","id":"58d63c61-1f76-4a3b-acee-38ffd0a2f2b3","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"key":"client_id","value":"{{Client_Id}}","type":"text"},{"key":"client_secret","value":"{{Client_Secret}}","type":"text"},{"key":"organisationId","value":"{{Organisation_Id}}","type":"text"},{"key":"appIdentifier","value":"{{App_Identifier}}","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"consentId\": \"{{Consent_Id}}\",\n    \"sessionId\": \"{{Session_Id}}\"\n}"},"url":"{{Base_URL}}/consent/firequest/status","description":"<p>This API can be used to check the status of the data request made.</p>\n<p>Atleast one of the paramters out of Consent ID, Consent Handle or Session ID should be passed in the Request of the API.</p>\n<h4 id=\"request-parameters\">Request Parameters</h4>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Parameter</strong></th>\n<th><strong>Type</strong></th>\n<th><strong>Mandatory vs Optional</strong></th>\n<th><strong>Description</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>consentId</td>\n<td>string</td>\n<td>optional</td>\n<td>Unique Consent ID.</td>\n</tr>\n<tr>\n<td>consentHandle</td>\n<td>string</td>\n<td>optional</td>\n<td>Unique Consent Handle.</td>\n</tr>\n<tr>\n<td>sessionId</td>\n<td>string</td>\n<td>optional</td>\n<td>Session ID received in the FI Request API.</td>\n</tr>\n</tbody>\n</table>\n</div><h4 id=\"response-parameters\">Response Parameters</h4>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Parameter</strong></th>\n<th><strong>Type</strong></th>\n<th><strong>Mandatory vs Optional</strong></th>\n<th><strong>Description</strong></th>\n<th><strong>Supported Values</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>ver</td>\n<td>string</td>\n<td>mandatory</td>\n<td>Version of the API.</td>\n<td></td>\n</tr>\n<tr>\n<td>status</td>\n<td>string</td>\n<td>mandatory</td>\n<td>Status of the response.</td>\n<td>success,failure</td>\n</tr>\n<tr>\n<td>data.timestamp</td>\n<td>string</td>\n<td>mandatory</td>\n<td>The timestamp of the API response.</td>\n<td>UTC time</td>\n</tr>\n<tr>\n<td>data.consentHandle</td>\n<td>string</td>\n<td>mandatory</td>\n<td>The unique consent handle.</td>\n<td></td>\n</tr>\n<tr>\n<td>data.eventType</td>\n<td>string</td>\n<td>mandatory</td>\n<td>The type of event.</td>\n<td>DATA</td>\n</tr>\n<tr>\n<td>data.eventStatus</td>\n<td>string</td>\n<td>mandatory</td>\n<td>The status of the event.</td>\n<td>DATA_READY, TIMEOUT, PENDING</td>\n</tr>\n<tr>\n<td>data.consentId</td>\n<td>string</td>\n<td>mandatory</td>\n<td>The unique consent ID.</td>\n<td></td>\n</tr>\n<tr>\n<td>data.vua</td>\n<td>string</td>\n<td>mandatory</td>\n<td>The Virtual User Address (VUA) associated with the consent.</td>\n<td></td>\n</tr>\n<tr>\n<td>data.eventMessage</td>\n<td>string</td>\n<td>mandatory</td>\n<td>Message indicating the status of the event.</td>\n<td></td>\n</tr>\n<tr>\n<td>data.datafetchDate</td>\n<td>string</td>\n<td>mandatory</td>\n<td>The timestamp when the data was fetched.</td>\n<td>UTC time</td>\n</tr>\n<tr>\n<td>data.productID</td>\n<td>string</td>\n<td>mandatory</td>\n<td>The product ID associated with the consent.</td>\n<td></td>\n</tr>\n<tr>\n<td>data.accountID</td>\n<td>string</td>\n<td>mandatory</td>\n<td>The account ID associated with the consent.</td>\n<td></td>\n</tr>\n<tr>\n<td>data.fetchType</td>\n<td>string</td>\n<td>mandatory</td>\n<td>Fetch Type</td>\n<td>ONETIME, PERIODIC</td>\n</tr>\n<tr>\n<td>data.consentExpiry</td>\n<td>string</td>\n<td>mandatory</td>\n<td>The expiry timestamp of the consent.</td>\n<td>UTC time</td>\n</tr>\n<tr>\n<td>data.sessionId</td>\n<td>string</td>\n<td>mandatory</td>\n<td>The unique session ID.</td>\n<td></td>\n</tr>\n<tr>\n<td>data.dataExpiry</td>\n<td>string</td>\n<td>mandatory</td>\n<td>The expiry timestamp of the fetched data as per the data life defined in the consent.</td>\n<td>UTC time</td>\n</tr>\n<tr>\n<td>data.firstTimeFetch</td>\n<td>boolean</td>\n<td>mandatory</td>\n<td>Indicates if this is the first time data is being fetched.</td>\n<td>true, false</td>\n</tr>\n<tr>\n<td>data.linkRefNumbers.linkRefNumber</td>\n<td>string</td>\n<td>mandatory</td>\n<td>The linked reference number of the account.</td>\n<td></td>\n</tr>\n<tr>\n<td>data.linkRefNumbers.fiStatus</td>\n<td>string</td>\n<td>mandatory</td>\n<td>The status of the financial information.</td>\n<td>DELIVERED, PENDING, TIMEOUT</td>\n</tr>\n<tr>\n<td>data.linkRefNumbers.fipName</td>\n<td>string</td>\n<td>mandatory</td>\n<td>The name of the Financial Information Provider (FIP).</td>\n<td></td>\n</tr>\n<tr>\n<td>data.linkRefNumbers.fipId</td>\n<td>string</td>\n<td>mandatory</td>\n<td>The ID of the Financial Information Provider (FIP).</td>\n<td></td>\n</tr>\n<tr>\n<td>data.linkRefNumbers.maskedAccountNumber</td>\n<td>string</td>\n<td>mandatory</td>\n<td>The masked account number.</td>\n<td></td>\n</tr>\n<tr>\n<td>message</td>\n<td>string</td>\n<td>mandatory</td>\n<td>Success or failure message depending on the API status.</td>\n<td></td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"path":["consent","firequest","status"],"host":["{{Base_URL}}"],"query":[],"variable":[]}},"response":[{"id":"b65eedb6-9848-422e-8b53-fac6c6479ec6","name":"Example","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"key":"client_id","value":"{{Client_Id}}","type":"text"},{"key":"client_secret","value":"{{Client_Secret}}","type":"text"},{"key":"organisationId","value":"{{Organisation_Id}}","type":"text"},{"key":"appIdentifier","value":"{{App_Identifier}}","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"consentId\": \"{{Consent_Id}}\"\n}"},"url":"{{Base_URL}}/consent/firequest/status"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Mon, 24 Mar 2025 17:52:49 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"979"},{"key":"Connection","value":"keep-alive"},{"key":"Content-Security-Policy","value":"report-uri *.moneyone.in"},{"key":"Cross-Origin-Embedder-Policy","value":"require-corp"},{"key":"Cross-Origin-Opener-Policy","value":"same-origin"},{"key":"Cross-Origin-Resource-Policy","value":"same-origin"},{"key":"X-DNS-Prefetch-Control","value":"off"},{"key":"Expect-CT","value":"max-age=0"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"Strict-Transport-Security","value":"max-age=31536000; includeSubDomains"},{"key":"X-Download-Options","value":"noopen"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"Origin-Agent-Cluster","value":"?1"},{"key":"X-Permitted-Cross-Domain-Policies","value":"none"},{"key":"Referrer-Policy","value":"no-referrer"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"X-RateLimit-Limit","value":"1000"},{"key":"X-RateLimit-Remaining","value":"997"},{"key":"X-RateLimit-Reset","value":"1742838791"},{"key":"Access-Control-Allow-Origin","value":"*.moneyone.in"},{"key":"Access-Control-Allow-Methods","value":"GET, POST"},{"key":"Access-Control-Allow-Headers","value":"X-Requested-With,content-type"},{"key":"Access-Control-Allow-Credentials","value":"true"},{"key":"ETag","value":"W/\"3d3-GpQI3+4Ch8cLsaabbrZdh3WEoqc\""}],"cookie":[],"responseTime":null,"body":"{\n    \"ver\": \"1.21.0\",\n    \"status\": \"success\",\n    \"data\": {\n        \"timestamp\": \"2025-03-24T17:52:49.213Z\",\n        \"consentHandle\": \"272a12db-9e4e-4f95-8c48-790f207dedc8\",\n        \"eventType\": \"DATA\",\n        \"eventStatus\": \"DATA_READY\",\n        \"consentId\": \"84001bb6-b1d0-4443-aeff-dd482255a058\",\n        \"vua\": \"9674987439@onemoney\",\n        \"eventMessage\": \"Data ready for consent id 84001bb6-b1d0-4443-aeff-dd482255a058\",\n        \"datafetchDate\": \"2025-03-24T17:52:03.000Z\",\n        \"productID\": \"TEST1\",\n        \"accountID\": \"test\",\n        \"fetchType\": \"ONETIME\",\n        \"consentExpiry\": \"2025-03-31 17:50:43\",\n        \"sessionId\": \"7b863266-fcae-478b-906d-4d69e818fe18\",\n        \"dataExpiry\": \"2025-03-25T17:52:03.000Z\",\n        \"firstTimeFetch\": true,\n        \"linkRefNumbers\": [\n            {\n                \"linkRefNumber\": \"e72534d6-0016-4f0e-9da5-3e05ad405394\",\n                \"fiStatus\": \"DELIVERED\",\n                \"fipName\": \"FinShareBankServer\",\n                \"fipId\": \"finsharebank\",\n                \"maskedAccountNumber\": \"XXXXXXXX3900\"\n            },\n            {\n                \"linkRefNumber\": \"2db448bf-d19a-4f42-928f-1bd4a012000f\",\n                \"fiStatus\": \"DELIVERED\",\n                \"fipName\": \"FinShareBankServer\",\n                \"fipId\": \"finsharebank\",\n                \"maskedAccountNumber\": \"XXXXXXXX3908\"\n            }\n        ]\n    },\n    \"message\": \"success\"\n}"},{"id":"472faea1-ecdb-4d71-b78f-f3d6e7a1dc55","name":"Error Example","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"key":"client_id","value":"{{Client_Id}}","type":"text"},{"key":"client_secret","value":"{{Client_Secret}}","type":"text"},{"key":"organisationId","value":"{{Organisation_Id}}","type":"text"},{"key":"appIdentifier","value":"{{App_Identifier}}","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"consentId\": \"{{Consent_Id}}\",\n    \"sessionId\": \"{{Session_Id}}\"\n}"},"url":"{{Base_URL}}/consent/firequest/status"},"status":"Bad Request","code":400,"_postman_previewlanguage":null,"header":[{"key":"Date","value":"Wed, 01 Oct 2025 11:46:57 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"134"},{"key":"Connection","value":"keep-alive"},{"key":"Content-Security-Policy","value":"report-uri *.moneyone.in"},{"key":"Cross-Origin-Embedder-Policy","value":"require-corp"},{"key":"Cross-Origin-Opener-Policy","value":"same-origin"},{"key":"Cross-Origin-Resource-Policy","value":"same-origin"},{"key":"X-DNS-Prefetch-Control","value":"off"},{"key":"Expect-CT","value":"max-age=0"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"Strict-Transport-Security","value":"max-age=31536000; includeSubDomains"},{"key":"X-Download-Options","value":"noopen"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"Origin-Agent-Cluster","value":"?1"},{"key":"X-Permitted-Cross-Domain-Policies","value":"none"},{"key":"Referrer-Policy","value":"no-referrer"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"X-RateLimit-Limit","value":"1000"},{"key":"X-RateLimit-Remaining","value":"999"},{"key":"X-RateLimit-Reset","value":"1759319275"},{"key":"Access-Control-Allow-Origin","value":"*.moneyone.in"},{"key":"Access-Control-Allow-Methods","value":"GET, POST"},{"key":"Access-Control-Allow-Headers","value":"X-Requested-With,content-type"},{"key":"Access-Control-Allow-Credentials","value":"true"},{"key":"ETag","value":"W/\"86-5G997PtuAe4FeIheXZEIloWnotk\""}],"cookie":[],"responseTime":null,"body":"{\n    \"ver\": \"1.21.0\",\n    \"timestamp\": \"2025-10-01T11:46:57.415Z\",\n    \"errorCode\": \"InvalidRequest\",\n    \"errorMsg\": \" [ sessionId must be a valid GUID ] \"\n}"}],"_postman_id":"58d63c61-1f76-4a3b-acee-38ffd0a2f2b3"},{"name":"Get All FI Data","id":"57bc4f74-054a-4529-9023-25b82dad70ab","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"content-Type","value":"application/json","type":"text"},{"key":"client_secret","value":"{{Client_Secret}}","type":"text"},{"key":"organisationId","value":"{{Organisation_Id}}","type":"text"},{"key":"client_id","value":"{{Client_Id}}","type":"text"},{"key":"appIdentifier","value":"{{App_Identifier}}","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"consentID\": \"{{Consent_Id}}\"\r\n}","options":{"raw":{"language":"json"}}},"url":"{{Base_URL}}/getallfidata","description":"<h1 id=\"get-all-fi-data\">Get All FI Data</h1>\n<p>This API endpoint allows you to download the complete financial data in JSON format associated with a specific consent or account. It can also be used to retrieve transactions for a specific date range. The API supports all Financial Information (FI) Types that are active in the Account Aggregator (AA) ecosystem, such as Deposit, Mutual Funds, Equity, and more.</p>\n<p><strong>Purpose:</strong></p>\n<ul>\n<li><p>Retrieve all available financial data linked to a given consent ID.</p>\n</li>\n<li><p>To get data for any specific account, pass LinkRefNumber along with Consent ID. [Refer Example 2]<br />  <strong>Note:</strong> Data from AA is fetched at the <strong>Consent ID</strong> level. All accounts linked to that Consent ID will be fetched and made available for consumption.</p>\n</li>\n<li><p>Optionally, filter transactions by a specified date range.</p>\n</li>\n</ul>\n<p><strong>Usage Notes:</strong></p>\n<ul>\n<li><p>Data will be returned only if it is available in FinPro.</p>\n</li>\n<li><p>Ensure that the requested data aligns with the parameters specified in the consent.</p>\n</li>\n<li><p>Supported FI Types are listed in the <a href=\"https://api.rebit.org.in/schema\">ReBIT FI Schema</a>.</p>\n</li>\n</ul>\n<hr />\n<h2 id=\"query-parameters-optional\">Query Parameters (Optional)</h2>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Parameter</th>\n<th>Example</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>limit</td>\n<td>limit=true</td>\n<td>Limits the number of records returned.</td>\n</tr>\n<tr>\n<td>offset</td>\n<td>offset=true</td>\n<td>Offsets the starting point of records.</td>\n</tr>\n</tbody>\n</table>\n</div><p>Example usage: <code>?limit=true&amp;offset=true</code></p>\n<hr />\n<h2 id=\"request-parameters\">Request Parameters</h2>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Parameter</th>\n<th>Type</th>\n<th>Mandatory</th>\n<th>Validation</th>\n<th>Description</th>\n<th>Supported Values</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>consentID</td>\n<td>string</td>\n<td>Yes</td>\n<td>Consent ID that is provided by the AA after consent approval, valid GU ID.</td>\n<td>Unique Consent ID</td>\n<td></td>\n</tr>\n<tr>\n<td>linkRefNumber</td>\n<td>array</td>\n<td>No</td>\n<td>LinkRefNumber of the Account whose data is required.</td>\n<td>Unique Link Ref Number of Account</td>\n<td></td>\n</tr>\n<tr>\n<td>transactionsStartDate</td>\n<td>string (date)</td>\n<td>No</td>\n<td>ISO UTC format</td>\n<td>Start date for required transactions (ISO UTC)</td>\n<td></td>\n</tr>\n<tr>\n<td>transactionsEndDate</td>\n<td>string (date)</td>\n<td>No</td>\n<td>ISO UTC format</td>\n<td>End date for required transactions (ISO UTC)</td>\n<td></td>\n</tr>\n</tbody>\n</table>\n</div><p><strong>Sample Request Body:</strong></p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-json\">{\n  \"consentID\": \"&lt;Consent_Id&gt;\",\n  \"transactionsStartDate\": \"2023-01-01T00:00:00Z\", // Optional\n  \"transactionsEndDate\": \"2023-01-31T23:59:59Z\"    // Optional\n}\n\n</code></pre>\n<hr />\n<h2 id=\"response-parameters\">Response Parameters</h2>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Parameter</th>\n<th>Type</th>\n<th>Mandatory</th>\n<th>Description</th>\n<th>Supported Values</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>ver</td>\n<td>string</td>\n<td>No</td>\n<td>API version</td>\n<td></td>\n</tr>\n<tr>\n<td>status</td>\n<td>string</td>\n<td>No</td>\n<td>Status of the response</td>\n<td></td>\n</tr>\n<tr>\n<td>data.linkReferenceNumber</td>\n<td>string</td>\n<td>Yes</td>\n<td>Linked reference number of the account</td>\n<td></td>\n</tr>\n<tr>\n<td>data.maskedAccountNumber</td>\n<td>string</td>\n<td>Yes</td>\n<td>Masked account number</td>\n<td></td>\n</tr>\n<tr>\n<td>data.fiType</td>\n<td>string</td>\n<td>Yes</td>\n<td>Financial Information type</td>\n<td>See FI Types</td>\n</tr>\n<tr>\n<td>data.bank</td>\n<td>string</td>\n<td>Yes</td>\n<td>Name of the bank</td>\n<td></td>\n</tr>\n<tr>\n<td>data.transactions</td>\n<td>array</td>\n<td>No</td>\n<td>List of transactions (if requested)</td>\n<td></td>\n</tr>\n<tr>\n<td>data.balance</td>\n<td>object</td>\n<td>No</td>\n<td>Account balance details</td>\n<td></td>\n</tr>\n<tr>\n<td>data.profile</td>\n<td>object</td>\n<td>No</td>\n<td>Account profile information</td>\n<td></td>\n</tr>\n<tr>\n<td>data.holder</td>\n<td>object</td>\n<td>No</td>\n<td>Account holder details</td>\n<td></td>\n</tr>\n<tr>\n<td>data.summary</td>\n<td>object</td>\n<td>No</td>\n<td>Account summary</td>\n<td></td>\n</tr>\n<tr>\n<td>timestamp</td>\n<td>string</td>\n<td>optional</td>\n<td>The timestamp of the transaction.</td>\n<td></td>\n</tr>\n</tbody>\n</table>\n</div><p><strong>Supported FI Types:</strong></p>\n<ul>\n<li>DEPOSIT, TERM_DEPOSIT, TERM-DEPOSIT, RECURRING_DEPOSIT, SIP, CP, GOVT_SECURITIES, EQUITIES, BONDS, DEBENTURES, MUTUAL_FUNDS, ETF, IDR, CIS, AIF, INSURANCE_POLICIES, NPS, INVIT, REIT, GSTR1_3B, LIFE_INSURANCE, GENERAL_INSURANCE, OTHER</li>\n</ul>\n<hr />\n<h2 id=\"error-response-format\">Error Response Format</h2>\n<p>When an error occurs, the API returns a JSON object with the following structure:</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Sr. No.</th>\n<th>Field</th>\n<th>Type</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>1</td>\n<td><code>ver</code></td>\n<td>String (Optional)</td>\n</tr>\n<tr>\n<td>2</td>\n<td><code>timestamp</code></td>\n<td>String (Optional)</td>\n</tr>\n<tr>\n<td>3</td>\n<td><code>errorCode</code></td>\n<td>String (Optional)</td>\n</tr>\n<tr>\n<td>4</td>\n<td><code>errorMsg</code></td>\n<td>String (Optional)</td>\n</tr>\n<tr>\n<td>5</td>\n<td><code>status</code></td>\n<td>String (Optional)</td>\n</tr>\n</tbody>\n</table>\n</div><h2 id=\"error-code-catalogue\">Error Code Catalogue</h2>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>#</th>\n<th>Status</th>\n<th>Error Code</th>\n<th>Error Message</th>\n<th>Payload (Request Body)</th>\n<th>Tested (Y/N)</th>\n<th>Violated Rule</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>1</td>\n<td>null</td>\n<td>InvalidRequest</td>\n<td>transactionsStartDate must be a valid ISO date</td>\n<td><code>{\"consentID\": \"test123\", \"transactionsStartDate\": \"2024-13-01\"}</code></td>\n<td>Y</td>\n<td>Invalid ISO date format</td>\n</tr>\n<tr>\n<td>2</td>\n<td></td>\n<td>InvalidRequest</td>\n<td>[ consentID must be a string ]</td>\n<td><code>{\"consentID\": null}</code></td>\n<td>Y</td>\n<td>consentID cannot be null; must be a valid string value</td>\n</tr>\n<tr>\n<td>3</td>\n<td>null</td>\n<td>InvalidRequest</td>\n<td>transactionsEndDate must be a valid ISO date</td>\n<td><code>{\"consentID\": \"test123\", \"transactionsEndDate\": \"01-01-2024\"}</code></td>\n<td>Y</td>\n<td>Non-ISO date format</td>\n</tr>\n<tr>\n<td>4</td>\n<td>FP0055</td>\n<td>InvalidPayload</td>\n<td>Either consentId or accountID should be passed and both consentID and accountID should not be passed in payload</td>\n<td><code>{}</code></td>\n<td>Y</td>\n<td>No consentID provided</td>\n</tr>\n<tr>\n<td>5</td>\n<td>FP0034</td>\n<td>InvalidConsentId</td>\n<td>Consent ID does not exist.</td>\n<td><code>{\"consentID\": \"nonexistent-consent-id-12345\"}</code></td>\n<td>Y</td>\n<td>ConsentID not found in database</td>\n</tr>\n<tr>\n<td>6</td>\n<td>FP0058</td>\n<td>InvalidRequest</td>\n<td>Consent ID is Revoked with consent type as VIEW.</td>\n<td>Valid consent with VIEW mode and REVOKED status</td>\n<td>Setup Required</td>\n<td>Cannot view revoked VIEW-type consent</td>\n</tr>\n<tr>\n<td>7</td>\n<td>FP0060</td>\n<td>NoDataAvailable</td>\n<td>Data is not available for the given consent</td>\n<td>Valid consent without fetched data</td>\n<td>Setup Required</td>\n<td>No FI data has been fetched</td>\n</tr>\n<tr>\n<td>8</td>\n<td>FP0061</td>\n<td>DataIsDeleted</td>\n<td>Data is deleted for this consent</td>\n<td>Valid consent with expired data</td>\n<td>Setup Required</td>\n<td>FI data expired and deleted</td>\n</tr>\n<tr>\n<td>9</td>\n<td>FP0063</td>\n<td>NoDataFound</td>\n<td>Data is not available</td>\n<td>Valid consent without artefact accounts</td>\n<td>Setup Required</td>\n<td>No linked accounts found</td>\n</tr>\n<tr>\n<td>10</td>\n<td>FP0070</td>\n<td>InternalError</td>\n<td>Internal Server Error : accountFIDataList</td>\n<td>N/A</td>\n<td>Setup Required</td>\n<td>Unexpected error in controller logic</td>\n</tr>\n<tr>\n<td>11</td>\n<td></td>\n<td>InvalidRequest</td>\n<td>[ consentID value can have only A to Z, a to z, 0 to 9, _ , - and . characters ]</td>\n<td>{\"consentID\": \"06e94cb9#c5daOf0-b9a6-07edb3a32d4d\"}</td>\n<td>Y</td>\n<td>ConsentID payload validation failed</td>\n</tr>\n</tbody>\n</table>\n</div><h2 id=\"example-success-response\">Example Success Response</h2>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-json\">{\n  \"ver\": \"1.0\",\n  \"status\": \"success\",\n  \"data\": {\n    \"linkReferenceNumber\": \"1234567890\",\n    \"maskedAccountNumber\": \"XXXXXX1234\",\n    \"fiType\": \"DEPOSIT\",\n    \"bank\": \"Sample Bank\",\n    \"transactions\": [ ... ],\n    \"balance\": { ... },\n    \"profile\": { ... },\n    \"holder\": { ... },\n    \"summary\": { ... }\n  }\n}\n\n</code></pre>\n<h2 id=\"example-error-response\">Example Error Response</h2>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-json\">{\n  \"ver\": \"1.0\",\n  \"status\": \"failure\",\n  \"error\": {\n    \"code\": \"ERR_CONSENT_NOT_FOUND\",\n    \"message\": \"Consent ID not found or expired.\"\n  }\n}\n\n</code></pre>\n<hr />\n<p>For more details on FI Types and schema, refer to the <a href=\"https://api.rebit.org.in/schema\">ReBIT FI Schema</a>.</p>\n","urlObject":{"path":["getallfidata"],"host":["{{Base_URL}}"],"query":[],"variable":[]}},"response":[{"id":"59a82b69-5e17-437a-90c0-9b40abd23284","name":"Example","originalRequest":{"method":"POST","header":[{"key":"content-Type","value":"application/json","type":"text"},{"key":"client_secret","value":"{{Client_Secret}}","type":"text"},{"key":"organisationId","value":"{{Organisation_Id}}","type":"text"},{"key":"client_id","value":"{{Client_Id}}","type":"text"},{"key":"appIdentifier","value":"{{App_Identifier}}","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"consentID\": \"{{Consent_Id}}\"\r\n}","options":{"raw":{"language":"json"}}},"url":"{{Base_URL}}/getallfidata"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Fri, 08 Aug 2025 09:11:31 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"247897"},{"key":"Connection","value":"keep-alive"},{"key":"Content-Security-Policy","value":"report-uri *.moneyone.in"},{"key":"Cross-Origin-Embedder-Policy","value":"require-corp"},{"key":"Cross-Origin-Opener-Policy","value":"same-origin"},{"key":"Cross-Origin-Resource-Policy","value":"same-origin"},{"key":"X-DNS-Prefetch-Control","value":"off"},{"key":"Expect-CT","value":"max-age=0"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"Strict-Transport-Security","value":"max-age=31536000; includeSubDomains"},{"key":"X-Download-Options","value":"noopen"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"Origin-Agent-Cluster","value":"?1"},{"key":"X-Permitted-Cross-Domain-Policies","value":"none"},{"key":"Referrer-Policy","value":"no-referrer"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"X-RateLimit-Limit","value":"1000"},{"key":"X-RateLimit-Remaining","value":"998"},{"key":"X-RateLimit-Reset","value":"1754644320"},{"key":"Access-Control-Allow-Origin","value":"*.moneyone.in"},{"key":"Access-Control-Allow-Methods","value":"GET, POST"},{"key":"Access-Control-Allow-Headers","value":"X-Requested-With,content-type"},{"key":"Access-Control-Allow-Credentials","value":"true"},{"key":"ETag","value":"W/\"3c859-nLkhZBqjsbn56Fwu45odA3AZ4nw\""}],"cookie":[],"responseTime":null,"body":"{\n    \"ver\": \"1.21.0\",\n    \"status\": \"success\",\n    \"data\": [\n        {\n            \"linkReferenceNumber\": \"f9d70a37-462c-458f-b3d6-87055231eb02\",\n            \"maskedAccountNumber\": \"XXXXXXXXX9034\",\n            \"fiType\": \"MUTUAL_FUNDS\",\n            \"bank\": \"FinShareBankServer\",\n            \"Profile\": {\n                \"Holders\": {\n                    \"Holder\": [\n                        {\n                            \"dob\": \"XXXX-04-19\",\n                            \"pan\": \"XXXXXXXXXX\",\n                            \"name\": \"Aman L\",\n                            \"email\": \"XXXXX@gmail.com\",\n                            \"mobile\": \"9674987439\",\n                            \"address\": \"Nashik,Behind Hanuman M, Nashik,Maharashtra,422003, Nashik, Maharashtra\",\n                            \"dematId\": \"\",\n                            \"folioNo\": \"XXXXXXX4735\",\n                            \"nominee\": \"REGISTERED\",\n                            \"landline\": \"\",\n                            \"kycCompliance\": \"VERIFIED\"\n                        }\n                    ]\n                }\n            },\n            \"Summary\": {\n                \"costValue\": \"899552.400\",\n                \"Investment\": {\n                    \"Holdings\": {\n                        \"Holding\": [\n                            {\n                                \"nav\": \"765.393\",\n                                \"ucc\": \"\",\n                                \"isin\": \"INO9DYF7NPY4\",\n                                \"folioNo\": \"9674987439\",\n                                \"navDate\": \"2020-04-15\",\n                                \"amfiCode\": \"485493\",\n                                \"lienUnits\": \"0\",\n                                \"registrar\": \"FINSHAREMF\",\n                                \"schemeCode\": \"null-Flexi Cap Fund\",\n                                \"FatcaStatus\": \"Y\",\n                                \"lockinUnits\": \"0\",\n                                \"schemeTypes\": \"Equity(G)\",\n                                \"closingUnits\": \"881.733\",\n                                \"schemeOption\": \"Growth\",\n                                \"schemeCategory\": \"Flexi Cap Fund\",\n                                \"isinDescription\": \"\"\n                            },\n                            {\n                                \"nav\": \"488.936\",\n                                \"ucc\": \"\",\n                                \"isin\": \"INXDV6JOJRY4\",\n                                \"folioNo\": \"9674987439\",\n                                \"navDate\": \"2020-04-17\",\n                                \"amfiCode\": \"483866\",\n                                \"lienUnits\": \"0\",\n                                \"registrar\": \"FINSHAREMF\",\n                                \"schemeCode\": \"null-Multi Cap Fund\",\n                                \"FatcaStatus\": \"Y\",\n                                \"lockinUnits\": \"0\",\n                                \"schemeTypes\": \"Equity(G)\",\n                                \"closingUnits\": \"864.782\",\n                                \"schemeOption\": \"Growth\",\n                                \"schemeCategory\": \"Multi Cap Fund\",\n                                \"isinDescription\": \"\"\n                            },\n                            {\n                                \"nav\": \"328.192\",\n                                \"ucc\": \"\",\n                                \"isin\": \"IN7UL09B9VA1\",\n                                \"folioNo\": \"9674987439\",\n                                \"navDate\": \"2020-04-22\",\n                                \"amfiCode\": \"260776\",\n                                \"lienUnits\": \"0\",\n                                \"registrar\": \"FINSHAREMF\",\n                                \"schemeCode\": \"null-Low Duration Fund\",\n                                \"FatcaStatus\": \"Y\",\n                                \"lockinUnits\": \"0\",\n                                \"schemeTypes\": \"Equity(G)\",\n                                \"closingUnits\": \"681.001\",\n                                \"schemeOption\": \"Growth\",\n                                \"schemeCategory\": \"Low Duration Fund\",\n                                \"isinDescription\": \"\"\n                            }\n                        ]\n                    }\n                },\n                \"currentValue\": \"1321194.40\"\n            },\n            \"Transactions\": {\n                \"endDate\": \"2025-08-08T09:09:46.458Z\",\n                \"startDate\": \"2022-08-08T09:09:46.458Z\",\n                \"Transaction\": [\n                    {\n                        \"amc\": \"\",\n                        \"nav\": \"196.6282\",\n                        \"ucc\": \"\",\n                        \"isin\": \"\",\n                        \"mode\": \"\",\n                        \"type\": \"BUY\",\n                        \"txnId\": \"19325421\",\n                        \"units\": \"10.171\",\n                        \"amount\": \"1999.9\",\n                        \"navDate\": \"2024-02-10 00:00:00:000\",\n                        \"amfiCode\": \"\",\n                        \"narration\": \"\",\n                        \"registrar\": \"\",\n                        \"schemeCode\": \"IB\",\n                        \"schemePlan\": \"DG\",\n                        \"lock-inDays\": \"\",\n                        \"lock-inFlag\": \"\",\n                        \"isinDescription\": \"\",\n                        \"transactionDate\": \"2024-02-10\"\n                    },\n                    {\n                        \"amc\": \"\",\n                        \"nav\": \"194.2384\",\n                        \"ucc\": \"\",\n                        \"isin\": \"\",\n                        \"mode\": \"\",\n                        \"type\": \"BUY\",\n                        \"txnId\": \"21215469\",\n                        \"units\": \"10.296\",\n                        \"amount\": \"1999.9\",\n                        \"navDate\": \"2024-03-10 00:00:00:000\",\n                        \"amfiCode\": \"\",\n                        \"narration\": \"\",\n                        \"registrar\": \"\",\n                        \"schemeCode\": \"IB\",\n                        \"schemePlan\": \"DG\",\n                        \"lock-inDays\": \"\",\n                        \"lock-inFlag\": \"\",\n                        \"isinDescription\": \"\",\n                        \"transactionDate\": \"2024-03-10\"\n                    },\n                    {\n                        \"amc\": \"\",\n                        \"nav\": \"183.7327\",\n                        \"ucc\": \"\",\n                        \"isin\": \"\",\n                        \"mode\": \"\",\n                        \"type\": \"BUY\",\n                        \"txnId\": \"15987033\",\n                        \"units\": \"10.885\",\n                        \"amount\": \"1999.9\",\n                        \"navDate\": \"2024-04-10 00:00:00:000\",\n                        \"amfiCode\": \"\",\n                        \"narration\": \"\",\n                        \"registrar\": \"\",\n                        \"schemeCode\": \"IB\",\n                        \"schemePlan\": \"DG\",\n                        \"lock-inDays\": \"\",\n                        \"lock-inFlag\": \"\",\n                        \"isinDescription\": \"\",\n                        \"transactionDate\": \"2024-04-10\"\n                    },\n                    {\n                        \"amc\": \"\",\n                        \"nav\": \"172.8702\",\n                        \"ucc\": \"\",\n                        \"isin\": \"\",\n                        \"mode\": \"\",\n                        \"type\": \"BUY\",\n                        \"txnId\": \"14510493\",\n                        \"units\": \"11.569\",\n                        \"amount\": \"1999.9\",\n                        \"navDate\": \"2024-05-10 00:00:00:000\",\n                        \"amfiCode\": \"\",\n                        \"narration\": \"\",\n                        \"registrar\": \"\",\n                        \"schemeCode\": \"IB\",\n                        \"schemePlan\": \"DG\",\n                        \"lock-inDays\": \"\",\n                        \"lock-inFlag\": \"\",\n                        \"isinDescription\": \"\",\n                        \"transactionDate\": \"2024-05-10\"\n                    },\n                    {\n                        \"amc\": \"\",\n                        \"nav\": \"197.6502\",\n                        \"ucc\": \"\",\n                        \"isin\": \"\",\n                        \"mode\": \"\",\n                        \"type\": \"BUY\",\n                        \"txnId\": \"17664696\",\n                        \"units\": \"10.118\",\n                        \"amount\": \"1999.9\",\n                        \"navDate\": \"2024-06-10 00:00:00:000\",\n                        \"amfiCode\": \"\",\n                        \"narration\": \"\",\n                        \"registrar\": \"\",\n                        \"schemeCode\": \"IB\",\n                        \"schemePlan\": \"DG\",\n                        \"lock-inDays\": \"\",\n                        \"lock-inFlag\": \"\",\n                        \"isinDescription\": \"\",\n                        \"transactionDate\": \"2024-06-10\"\n                    }\n                ]\n            }\n        },\n        {\n            \"linkReferenceNumber\": \"527966ec-720a-4719-b2a5-3b7a88e6e37c\",\n            \"maskedAccountNumber\": \"XXXXXXXXX9037\",\n            \"fiType\": \"EQUITIES\",\n            \"bank\": \"FinShareBankServer\",\n            \"Profile\": {\n                \"Holders\": {\n                    \"Holder\": [\n                        {\n                            \"dob\": \"2000-05-04\",\n                            \"pan\": \"AAAAA0000A\",\n                            \"name\": \"name1\",\n                            \"email\": \"qc@email.com\",\n                            \"mobile\": \"9674987439\",\n                            \"address\": \"address1\",\n                            \"dematId\": \"XXXXXXXXXXXX0987\",\n                            \"nominee\": \"REGISTERED\",\n                            \"landline\": \"0221234567\",\n                            \"kycCompliance\": \"false\"\n                        }\n                    ]\n                }\n            },\n            \"Summary\": {\n                \"Investment\": {\n                    \"Holdings\": {\n                        \"type\": \"DEMAT\",\n                        \"Holding\": [\n                            {\n                                \"isin\": \"INZSWBR7GJM5\",\n                                \"units\": \"0\",\n                                \"lastTradedPrice\": \"652.15\"\n                            },\n                            {\n                                \"isin\": \"INH079TK0Q70\",\n                                \"units\": \"200\",\n                                \"lastTradedPrice\": \"989.40\"\n                            },\n                            {\n                                \"isin\": \"INEE07S51N88\",\n                                \"units\": \"200\",\n                                \"lastTradedPrice\": \"887.20\"\n                            },\n                            {\n                                \"isin\": \"IN2W17QG3465\",\n                                \"units\": \"1150\",\n                                \"lastTradedPrice\": \"510.63\"\n                            },\n                            {\n                                \"isin\": \"INLXMAUWPP15\",\n                                \"units\": \"450\",\n                                \"lastTradedPrice\": \"390.60\"\n                            },\n                            {\n                                \"isin\": \"INB8QJRVSZ56\",\n                                \"units\": \"0\",\n                                \"lastTradedPrice\": \"311.57\"\n                            },\n                            {\n                                \"isin\": \"INM5OSW2RGZ7\",\n                                \"units\": \"0\",\n                                \"lastTradedPrice\": \"414.36\"\n                            },\n                            {\n                                \"isin\": \"INOFGS53QT58\",\n                                \"units\": \"200\",\n                                \"lastTradedPrice\": \"531.43\"\n                            },\n                            {\n                                \"isin\": \"IN3HKN4VOHC4\",\n                                \"units\": \"150\",\n                                \"lastTradedPrice\": \"857.26\"\n                            },\n                            {\n                                \"isin\": \"INOMB4JRPKX5\",\n                                \"units\": \"500\",\n                                \"lastTradedPrice\": \"425.77\"\n                            },\n                            {\n                                \"isin\": \"INDJR6ADCOT8\",\n                                \"units\": \"150\",\n                                \"lastTradedPrice\": \"315.44\"\n                            },\n                            {\n                                \"isin\": \"INCC1R9AVA94\",\n                                \"units\": \"100\",\n                                \"lastTradedPrice\": \"262.63\"\n                            },\n                            {\n                                \"isin\": \"INELX4YV7YY1\",\n                                \"units\": \"0\",\n                                \"lastTradedPrice\": \"100.36\"\n                            },\n                            {\n                                \"isin\": \"INHVULSFPLW4\",\n                                \"units\": \"500\",\n                                \"lastTradedPrice\": \"943.89\"\n                            },\n                            {\n                                \"isin\": \"IN681RBK5NA4\",\n                                \"units\": \"0\",\n                                \"lastTradedPrice\": \"810.94\"\n                            },\n                            {\n                                \"isin\": \"INKC09U6B1T2\",\n                                \"units\": \"150\",\n                                \"lastTradedPrice\": \"371.76\"\n                            },\n                            {\n                                \"isin\": \"INGBOC6XK892\",\n                                \"units\": \"100\",\n                                \"lastTradedPrice\": \"127.38\"\n                            },\n                            {\n                                \"isin\": \"INX4RXHSIQB2\",\n                                \"units\": \"50\",\n                                \"lastTradedPrice\": \"398.54\"\n                            },\n                            {\n                                \"isin\": \"INSP0BQCIBB6\",\n                                \"units\": \"450\",\n                                \"lastTradedPrice\": \"425.45\"\n                            },\n                            {\n                                \"isin\": \"INSEC7NHRRZ6\",\n                                \"units\": \"0\",\n                                \"lastTradedPrice\": \"966.46\"\n                            }\n                        ]\n                    }\n                },\n                \"currentValue\": \"2411480.00\"\n            },\n            \"Transactions\": {\n                \"endDate\": \"2025-08-08T09:09:46.458Z\",\n                \"startDate\": \"2022-08-08T09:09:46.458Z\",\n                \"Transaction\": [\n                    {\n                        \"isin\": \"INE743M01012\",\n                        \"rate\": \"670.2500\",\n                        \"type\": \"SELL\",\n                        \"txnId\": \"1002867133\",\n                        \"units\": \"500\",\n                        \"narration\": \"To IIFL WEALTH DISTRIBUTION SERVICES LIMITED,eDIS / Block Mechanism / 2022186\",\n                        \"companyName\": \"RHI MAGNESITA INDIA LIMITED\",\n                        \"equityCategory\": \"EQUITY\",\n                        \"isinDescription\": \"RHI MAGNESITA INDIA LIMITED EQ\",\n                        \"transactionDateTime\": \"2022-09-29T18:30:00.0\"\n                    },\n                    {\n                        \"isin\": \"INE759A01021\",\n                        \"rate\": \"1741.2500\",\n                        \"type\": \"BUY\",\n                        \"txnId\": \"81000002666167\",\n                        \"units\": \"500\",\n                        \"narration\": \"By CM IIFL WEALTH DISTRIBUTION SERVICES LIMITED, NORMAL / 2022184\",\n                        \"companyName\": \"MASTEK LIMITED\",\n                        \"equityCategory\": \"EQUITY\",\n                        \"isinDescription\": \"MASTEK LIMITED EQ F.V.RS.5\",\n                        \"transactionDateTime\": \"2022-09-29T18:30:00.0\"\n                    },\n                    {\n                        \"isin\": \"INE358A01014\",\n                        \"rate\": \"18978.5000\",\n                        \"type\": \"BUY\",\n                        \"txnId\": \"81000002667527\",\n                        \"units\": \"5\",\n                        \"narration\": \"By CM IIFL WEALTH DISTRIBUTION SERVICES LIMITED, NORMAL / 2022186\",\n                        \"companyName\": \"ABBOTT INDIA LIMITED\",\n                        \"equityCategory\": \"EQUITY\",\n                        \"isinDescription\": \"ABBOTT INDIA LIMITED EQ\",\n                        \"transactionDateTime\": \"2022-10-03T18:30:00.0\"\n                    },\n                    {\n                        \"isin\": \"INE0KEL01018\",\n                        \"rate\": \"10.0000\",\n                        \"type\": \"BUY\",\n                        \"txnId\": \"1046055765\",\n                        \"units\": \"791\",\n                        \"narration\": \"By Conv of bonds / debentures into shares\",\n                        \"companyName\": \"VERILINE HOLDINGS LIMITED\",\n                        \"equityCategory\": \"EQUITY\",\n                        \"isinDescription\": \"VERILINE HOLDINGS LIMITED EQ\",\n                        \"transactionDateTime\": \"2022-10-16T18:30:00.0\"\n                    },\n                    {\n                        \"isin\": \"IN9397D01014\",\n                        \"rate\": \"394.1000\",\n                        \"type\": \"SELL\",\n                        \"txnId\": \"1002964637\",\n                        \"units\": \"110\",\n                        \"narration\": \"To IIFL WEALTH DISTRIBUTION SERVICES LIMITED,eDIS / Block Mechanism / 2022197\",\n                        \"companyName\": \"BHARTI AIRTEL LIMITED (FORMERLY BHARTI TELE-VENTURES LIMITED)\",\n                        \"equityCategory\": \"EQUITY\",\n                        \"isinDescription\": \"BHARTI AIRTEL LIMITED EQ PP RS. 1.25/-\",\n                        \"transactionDateTime\": \"2022-10-17T18:30:00.0\"\n                    },\n                    {\n                        \"isin\": \"INE759A01021\",\n                        \"rate\": \"1736.3500\",\n                        \"type\": \"SELL\",\n                        \"txnId\": \"1002983597\",\n                        \"units\": \"500\",\n                        \"narration\": \"To IIFL WEALTH DISTRIBUTION SERVICES LIMITED,eDIS / Block Mechanism / 2022202\",\n                        \"companyName\": \"MASTEK LIMITED\",\n                        \"equityCategory\": \"EQUITY\",\n                        \"isinDescription\": \"MASTEK LIMITED EQ F.V.RS.5\",\n                        \"transactionDateTime\": \"2022-10-24T18:30:00.0\"\n                    },\n                    {\n                        \"isin\": \"INE124G01033\",\n                        \"rate\": \"222.5000\",\n                        \"type\": \"BUY\",\n                        \"txnId\": \"81000002713006\",\n                        \"units\": \"500\",\n                        \"narration\": \"By CM IIFL WEALTH DISTRIBUTION SERVICES LIMITED, NORMAL / 2022201\",\n                        \"companyName\": \"DELTA CORP LIMITED\",\n                        \"equityCategory\": \"EQUITY\",\n                        \"isinDescription\": \"DELTA CORP LIMITED EQ NEW RS.1/-\",\n                        \"transactionDateTime\": \"2022-10-26T18:30:00.0\"\n                    },\n                    {\n                        \"isin\": \"INE663F01024\",\n                        \"rate\": \"3927.1001\",\n                        \"type\": \"BUY\",\n                        \"txnId\": \"81000002713049\",\n                        \"units\": \"10\",\n                        \"narration\": \"By CM IIFL WEALTH DISTRIBUTION SERVICES LIMITED, NORMAL / 2022201\",\n                        \"companyName\": \"INFO EDGE INDIA LIMITED (FORMERLY INFO EDGE INDIA PRIVATE LIMITED)\",\n                        \"equityCategory\": \"EQUITY\",\n                        \"isinDescription\": \"INFO EDGE INDIA LIMITED EQ NEW FV RS.10/-\",\n                        \"transactionDateTime\": \"2022-10-26T18:30:00.0\"\n                    },\n                    {\n                        \"isin\": \"INE663F01024\",\n                        \"rate\": \"4000.7500\",\n                        \"type\": \"BUY\",\n                        \"txnId\": \"81000002716907\",\n                        \"units\": \"140\",\n                        \"narration\": \"By CM IIFL WEALTH DISTRIBUTION SERVICES LIMITED, NORMAL / 2022204\",\n                        \"companyName\": \"INFO EDGE INDIA LIMITED (FORMERLY INFO EDGE INDIA PRIVATE LIMITED)\",\n                        \"equityCategory\": \"EQUITY\",\n                        \"isinDescription\": \"INFO EDGE INDIA LIMITED EQ NEW FV RS.10/-\",\n                        \"transactionDateTime\": \"2022-10-31T18:30:00.0\"\n                    },\n                    {\n                        \"isin\": \"INE893J01029\",\n                        \"rate\": \"889.6500\",\n                        \"type\": \"BUY\",\n                        \"txnId\": \"1002995632\",\n                        \"units\": \"1250\",\n                        \"narration\": \"By eDIS / Block Mechanism\",\n                        \"companyName\": \"MOLD-TEK PACKAGING LIMITED\",\n                        \"equityCategory\": \"EQUITY\",\n                        \"isinDescription\": \"MOLD-TEK PACKAGING LIMITED EQ NEW FV RS. 5/-\",\n                        \"transactionDateTime\": \"2022-11-08T18:30:00.0\"\n                    },\n                    {\n                        \"isin\": \"INE908C01012\",\n                        \"rate\": \"32.7000\",\n                        \"type\": \"BUY\",\n                        \"txnId\": \"81000002740891\",\n                        \"units\": \"7091\",\n                        \"narration\": \"By CM IIFL WEALTH DISTRIBUTION SERVICES LIMITED, T+1 NORMAL / 2022713\",\n                        \"companyName\": \"CINDRELLA HOTELS LTD.\",\n                        \"equityCategory\": \"EQUITY\",\n                        \"isinDescription\": \"CINDRELLA HOTELS LIMITED EQ\",\n                        \"transactionDateTime\": \"2022-11-13T18:30:00.0\"\n                    },\n                    {\n                        \"isin\": \"INE758T01015\",\n                        \"rate\": \"69.9500\",\n                        \"type\": \"BUY\",\n                        \"txnId\": \"81000002741272\",\n                        \"units\": \"2500\",\n                        \"narration\": \"By CM IIFL WEALTH DISTRIBUTION SERVICES LIMITED, NORMAL / 2022213\",\n                        \"companyName\": \"ZOMATO  LIMITED\",\n                        \"equityCategory\": \"EQUITY\",\n                        \"isinDescription\": \"ZOMATO  LIMITED EQ\",\n                        \"transactionDateTime\": \"2022-11-14T18:30:00.0\"\n                    },\n                    {\n                        \"isin\": \"INE0KL801015\",\n                        \"rate\": \"278.8000\",\n                        \"type\": \"BUY\",\n                        \"txnId\": \"81000002741281\",\n                        \"units\": \"1000\",\n                        \"narration\": \"By CM IIFL WEALTH DISTRIBUTION SERVICES LIMITED, NORMAL / 2022213\",\n                        \"companyName\": \"DCX SYSTEMS LIMITED\",\n                        \"equityCategory\": \"EQUITY\",\n                        \"isinDescription\": \"DCX SYSTEMS LIMITED EQ\",\n                        \"transactionDateTime\": \"2022-11-14T18:30:00.0\"\n                    },\n                    {\n                        \"isin\": \"INE908C01012\",\n                        \"rate\": \"31.2000\",\n                        \"type\": \"BUY\",\n                        \"txnId\": \"81000002741289\",\n                        \"units\": \"12909\",\n                        \"narration\": \"By CM IIFL WEALTH DISTRIBUTION SERVICES LIMITED, T+1 NORMAL / 2022714\",\n                        \"companyName\": \"CINDRELLA HOTELS LTD.\",\n                        \"equityCategory\": \"EQUITY\",\n                        \"isinDescription\": \"CINDRELLA HOTELS LIMITED EQ\",\n                        \"transactionDateTime\": \"2022-11-14T18:30:00.0\"\n                    },\n                    {\n                        \"isin\": \"INE040A01034\",\n                        \"rate\": \"1619.0000\",\n                        \"type\": \"BUY\",\n                        \"txnId\": \"81000002741342\",\n                        \"units\": \"250\",\n                        \"narration\": \"By CM IIFL WEALTH DISTRIBUTION SERVICES LIMITED, NORMAL / 2022213\",\n                        \"companyName\": \"HDFC BANK LIMITED\",\n                        \"equityCategory\": \"EQUITY\",\n                        \"isinDescription\": \"HDFC BANK LIMITED EQ NEW FV RE. 1/-\",\n                        \"transactionDateTime\": \"2022-11-14T18:30:00.0\"\n                    },\n                    {\n                        \"isin\": \"INE908C01012\",\n                        \"rate\": \"35.8000\",\n                        \"type\": \"BUY\",\n                        \"txnId\": \"81000002754906\",\n                        \"units\": \"5368\",\n                        \"narration\": \"By CM IIFL WEALTH DISTRIBUTION SERVICES LIMITED, T+1 NORMAL / 2022718\",\n                        \"companyName\": \"CINDRELLA HOTELS LTD.\",\n                        \"equityCategory\": \"EQUITY\",\n                        \"isinDescription\": \"CINDRELLA HOTELS LIMITED EQ\",\n                        \"transactionDateTime\": \"2022-11-20T18:30:00.0\"\n                    },\n                    {\n                        \"isin\": \"INE908C01012\",\n                        \"rate\": \"35.8000\",\n                        \"type\": \"BUY\",\n                        \"txnId\": \"81000002754926\",\n                        \"units\": \"2315\",\n                        \"narration\": \"By CM IIFL WEALTH DISTRIBUTION SERVICES LIMITED, T+1 NORMAL / 2022718\",\n                        \"companyName\": \"CINDRELLA HOTELS LTD.\",\n                        \"equityCategory\": \"EQUITY\",\n                        \"isinDescription\": \"CINDRELLA HOTELS LIMITED EQ\",\n                        \"transactionDateTime\": \"2022-11-20T18:30:00.0\"\n                    },\n                    {\n                        \"isin\": \"INE908C01012\",\n                        \"rate\": \"34.0500\",\n                        \"type\": \"BUY\",\n                        \"txnId\": \"81000002755058\",\n                        \"units\": \"9417\",\n                        \"narration\": \"By CM IIFL WEALTH DISTRIBUTION SERVICES LIMITED, T+1 NORMAL / 2022719\",\n                        \"companyName\": \"CINDRELLA HOTELS LTD.\",\n                        \"equityCategory\": \"EQUITY\",\n                        \"isinDescription\": \"CINDRELLA HOTELS LIMITED EQ\",\n                        \"transactionDateTime\": \"2022-11-21T18:30:00.0\"\n                    },\n                    {\n                        \"isin\": \"INE686A01026\",\n                        \"rate\": \"121.7500\",\n                        \"type\": \"BUY\",\n                        \"txnId\": \"81000002773698\",\n                        \"units\": \"1000\",\n                        \"narration\": \"By CM IIFL WEALTH DISTRIBUTION SERVICES LIMITED, NORMAL / 2022222\",\n                        \"companyName\": \"ITD CEMENTATION INDIA LIMITED\",\n                        \"equityCategory\": \"EQUITY\",\n                        \"isinDescription\": \"ITD CEMENTATION INDIA LIMITED EQ NEW FV RE. 1/-\",\n                        \"transactionDateTime\": \"2022-11-27T18:30:00.0\"\n                    },\n                    {\n                        \"isin\": \"INE124G01033\",\n                        \"rate\": \"227.4500\",\n                        \"type\": \"BUY\",\n                        \"txnId\": \"81000002774373\",\n                        \"units\": \"500\",\n                        \"narration\": \"By CM IIFL WEALTH DISTRIBUTION SERVICES LIMITED, NORMAL / 2022224\",\n                        \"companyName\": \"DELTA CORP LIMITED\",\n                        \"equityCategory\": \"EQUITY\",\n                        \"isinDescription\": \"DELTA CORP LIMITED EQ NEW RS.1/-\",\n                        \"transactionDateTime\": \"2022-11-29T18:30:00.0\"\n                    },\n                    {\n                        \"isin\": \"INE686A01026\",\n                        \"rate\": \"118.9000\",\n                        \"type\": \"BUY\",\n                        \"txnId\": \"81000002774435\",\n                        \"units\": \"1000\",\n                        \"narration\": \"By CM IIFL WEALTH DISTRIBUTION SERVICES LIMITED, T+1 NORMAL / 2022725\",\n                        \"companyName\": \"ITD CEMENTATION INDIA LIMITED\",\n                        \"equityCategory\": \"EQUITY\",\n                        \"isinDescription\": \"ITD CEMENTATION INDIA LIMITED EQ NEW FV RE. 1/-\",\n                        \"transactionDateTime\": \"2022-11-29T18:30:00.0\"\n                    },\n                    {\n                        \"isin\": \"INE686A01026\",\n                        \"rate\": \"122.5000\",\n                        \"type\": \"BUY\",\n                        \"txnId\": \"81000002775152\",\n                        \"units\": \"500\",\n                        \"narration\": \"By CM IIFL WEALTH DISTRIBUTION SERVICES LIMITED, T+1 NORMAL / 2022727\",\n                        \"companyName\": \"ITD CEMENTATION INDIA LIMITED\",\n                        \"equityCategory\": \"EQUITY\",\n                        \"isinDescription\": \"ITD CEMENTATION INDIA LIMITED EQ NEW FV RE. 1/-\",\n                        \"transactionDateTime\": \"2022-12-01T18:30:00.0\"\n                    },\n                    {\n                        \"isin\": \"INE528G01035\",\n                        \"rate\": \"18.2000\",\n                        \"type\": \"BUY\",\n                        \"txnId\": \"10000002680997\",\n                        \"units\": \"2500\",\n                        \"narration\": \"By eDIS / Block Mechanism\",\n                        \"companyName\": \"YES BANK LIMITED\",\n                        \"equityCategory\": \"EQUITY\",\n                        \"isinDescription\": \"YES BANK LIMITED EQ NEW FV RS. 2/-\",\n                        \"transactionDateTime\": \"2023-01-23T18:30:00.0\"\n                    },\n                    {\n                        \"isin\": \"INE528G01035\",\n                        \"rate\": \"17.5000\",\n                        \"type\": \"SELL\",\n                        \"txnId\": \"1003197333\",\n                        \"units\": \"2500\",\n                        \"narration\": \"To IIFL WEALTH DISTRIBUTION SERVICES LIMITED,eDIS / Block Mechanism / 2023017\",\n                        \"companyName\": \"YES BANK LIMITED\",\n                        \"equityCategory\": \"EQUITY\",\n                        \"isinDescription\": \"YES BANK LIMITED EQ NEW FV RS. 2/-\",\n                        \"transactionDateTime\": \"2023-01-26T18:30:00.0\"\n                    },\n                    {\n                        \"isin\": \"INE466L01020\",\n                        \"rate\": \"1891.9500\",\n                        \"type\": \"BUY\",\n                        \"txnId\": \"10000002697297\",\n                        \"units\": \"413\",\n                        \"narration\": \"By eDIS / Block Mechanism\",\n                        \"companyName\": \"360 ONE WAM LIMITED\",\n                        \"equityCategory\": \"EQUITY\",\n                        \"isinDescription\": \"360 ONE WAM LIMITED EQ NEW F.V. RS.2/-\",\n                        \"transactionDateTime\": \"2023-01-31T18:30:00.0\"\n                    },\n                    {\n                        \"isin\": \"INE466L01020\",\n                        \"rate\": \"1886.6000\",\n                        \"type\": \"SELL\",\n                        \"txnId\": \"1003217037\",\n                        \"units\": \"413\",\n                        \"narration\": \"To IIFL WEALTH DISTRIBUTION SERVICES LIMITED,eDIS / Block Mechanism / 2023022\",\n                        \"companyName\": \"360 ONE WAM LIMITED\",\n                        \"equityCategory\": \"EQUITY\",\n                        \"isinDescription\": \"360 ONE WAM LIMITED EQ NEW F.V. RS.2/-\",\n                        \"transactionDateTime\": \"2023-02-01T18:30:00.0\"\n                    },\n                    {\n                        \"isin\": \"INE423A01024\",\n                        \"rate\": \"1572.7000\",\n                        \"type\": \"BUY\",\n                        \"txnId\": \"81000002874554\",\n                        \"units\": \"250\",\n                        \"narration\": \"By CM IIFL WEALTH DISTRIBUTION SERVICES LIMITED, T+1 NORMAL / 2023024\",\n                        \"companyName\": \"ADANI ENTERPRISES LIMITED\",\n                        \"equityCategory\": \"EQUITY\",\n                        \"isinDescription\": \"ADANI ENTERPRISES LIMITED EQ NEW FV RE.1/-\",\n                        \"transactionDateTime\": \"2023-02-05T18:30:00.0\"\n                    },\n                    {\n                        \"isin\": \"INE423A01024\",\n                        \"rate\": \"1802.9500\",\n                        \"type\": \"SELL\",\n                        \"txnId\": \"10000002704876\",\n                        \"units\": \"250\",\n                        \"narration\": \"To IIFL WEALTH DISTRIBUTION SERVICES LIMITED,eDIS / Block Mechanism / 2023026\",\n                        \"companyName\": \"ADANI ENTERPRISES LIMITED\",\n                        \"equityCategory\": \"EQUITY\",\n                        \"isinDescription\": \"ADANI ENTERPRISES LIMITED EQ NEW FV RE.1/-\",\n                        \"transactionDateTime\": \"2023-02-06T18:30:00.0\"\n                    },\n                    {\n                        \"isin\": \"INE423A01024\",\n                        \"rate\": \"2164.2500\",\n                        \"type\": \"SELL\",\n                        \"txnId\": \"1003226842\",\n                        \"units\": \"250\",\n                        \"narration\": \"To IIFL WEALTH DISTRIBUTION SERVICES LIMITED,eDIS / Block Mechanism / 2023026\",\n                        \"companyName\": \"ADANI ENTERPRISES LIMITED\",\n                        \"equityCategory\": \"EQUITY\",\n                        \"isinDescription\": \"ADANI ENTERPRISES LIMITED EQ NEW FV RE.1/-\",\n                        \"transactionDateTime\": \"2023-02-07T18:30:00.0\"\n                    },\n                    {\n                        \"isin\": \"INE686A01026\",\n                        \"rate\": \"104.2500\",\n                        \"type\": \"BUY\",\n                        \"txnId\": \"81000002882245\",\n                        \"units\": \"2000\",\n                        \"narration\": \"By CM IIFL WEALTH DISTRIBUTION SERVICES LIMITED, T+1 NORMAL / 2023026\",\n                        \"companyName\": \"ITD CEMENTATION INDIA LIMITED\",\n                        \"equityCategory\": \"EQUITY\",\n                        \"isinDescription\": \"ITD CEMENTATION INDIA LIMITED EQ NEW FV RE. 1/-\",\n                        \"transactionDateTime\": \"2023-02-07T18:30:00.0\"\n                    },\n                    {\n                        \"isin\": \"INE686A01026\",\n                        \"rate\": \"106.5000\",\n                        \"type\": \"BUY\",\n                        \"txnId\": \"81000002886871\",\n                        \"units\": \"1000\",\n                        \"narration\": \"By CM IIFL WEALTH DISTRIBUTION SERVICES LIMITED, T+1 NORMAL / 2023028\",\n                        \"companyName\": \"ITD CEMENTATION INDIA LIMITED\",\n                        \"equityCategory\": \"EQUITY\",\n                        \"isinDescription\": \"ITD CEMENTATION INDIA LIMITED EQ NEW FV RE. 1/-\",\n                        \"transactionDateTime\": \"2023-02-09T18:30:00.0\"\n                    },\n                    {\n                        \"isin\": \"INE895B01021\",\n                        \"rate\": \"241.7500\",\n                        \"type\": \"BUY\",\n                        \"txnId\": \"10000002708531\",\n                        \"units\": \"500\",\n                        \"narration\": \"By eDIS / Block Mechanism\",\n                        \"companyName\": \"RUPA & CO. LTD.\",\n                        \"equityCategory\": \"EQUITY\",\n                        \"isinDescription\": \"RUPA AND COMPANY LIMITED EQ NEW F.V. RE.1/-\",\n                        \"transactionDateTime\": \"2023-02-12T18:30:00.0\"\n                    },\n                    {\n                        \"isin\": \"INE895B01021\",\n                        \"rate\": \"235.8500\",\n                        \"type\": \"SELL\",\n                        \"txnId\": \"1003232350\",\n                        \"units\": \"500\",\n                        \"narration\": \"To IIFL WEALTH DISTRIBUTION SERVICES LIMITED,eDIS / Block Mechanism / 2023030\",\n                        \"companyName\": \"RUPA & CO. LTD.\",\n                        \"equityCategory\": \"EQUITY\",\n                        \"isinDescription\": \"RUPA AND COMPANY LIMITED EQ NEW F.V. RE.1/-\",\n                        \"transactionDateTime\": \"2023-02-13T18:30:00.0\"\n                    },\n                    {\n                        \"isin\": \"INE663F01024\",\n                        \"rate\": \"3517.9500\",\n                        \"type\": \"BUY\",\n                        \"txnId\": \"81000002889220\",\n                        \"units\": \"50\",\n                        \"narration\": \"By CM IIFL WEALTH DISTRIBUTION SERVICES LIMITED, T+1 NORMAL / 2023030\",\n                        \"companyName\": \"INFO EDGE INDIA LIMITED (FORMERLY INFO EDGE INDIA PRIVATE LIMITED)\",\n                        \"equityCategory\": \"EQUITY\",\n                        \"isinDescription\": \"INFO EDGE INDIA LIMITED EQ NEW FV RS.10/-\",\n                        \"transactionDateTime\": \"2023-02-13T18:30:00.0\"\n                    },\n                    {\n                        \"isin\": \"INE908C01012\",\n                        \"rate\": \"37.0000\",\n                        \"type\": \"BUY\",\n                        \"txnId\": \"81000002890961\",\n                        \"units\": \"5\",\n                        \"narration\": \"By CM IIFL WEALTH DISTRIBUTION SERVICES LIMITED, T+1 NORMAL / 2023032\",\n                        \"companyName\": \"CINDRELLA HOTELS LTD.\",\n                        \"equityCategory\": \"EQUITY\",\n                        \"isinDescription\": \"CINDRELLA HOTELS LIMITED EQ\",\n                        \"transactionDateTime\": \"2023-02-15T18:30:00.0\"\n                    },\n                    {\n                        \"isin\": \"INE743M01012\",\n                        \"rate\": \"633.5000\",\n                        \"type\": \"BUY\",\n                        \"txnId\": \"81000002899168\",\n                        \"units\": \"250\",\n                        \"narration\": \"By CM IIFL WEALTH DISTRIBUTION SERVICES LIMITED, T+1 NORMAL / 2023035\",\n                        \"companyName\": \"RHI MAGNESITA INDIA LIMITED\",\n                        \"equityCategory\": \"EQUITY\",\n                        \"isinDescription\": \"RHI MAGNESITA INDIA LIMITED EQ\",\n                        \"transactionDateTime\": \"2023-02-20T18:30:00.0\"\n                    },\n                    {\n                        \"isin\": \"INE743M01012\",\n                        \"rate\": \"601.3000\",\n                        \"type\": \"BUY\",\n                        \"txnId\": \"81000002899594\",\n                        \"units\": \"250\",\n                        \"narration\": \"By CM IIFL WEALTH DISTRIBUTION SERVICES LIMITED, T+1 NORMAL / 2023036\",\n                        \"companyName\": \"RHI MAGNESITA INDIA LIMITED\",\n                        \"equityCategory\": \"EQUITY\",\n                        \"isinDescription\": \"RHI MAGNESITA INDIA LIMITED EQ\",\n                        \"transactionDateTime\": \"2023-02-21T18:30:00.0\"\n                    },\n                    {\n                        \"isin\": \"INE811K01011\",\n                        \"rate\": \"399.8000\",\n                        \"type\": \"BUY\",\n                        \"txnId\": \"81000002903448\",\n                        \"units\": \"750\",\n                        \"narration\": \"By CM IIFL WEALTH DISTRIBUTION SERVICES LIMITED, T+1 NORMAL / 2023038\",\n                        \"companyName\": \"PRESTIGE ESTATES PROJECTS LIMITED\",\n                        \"equityCategory\": \"EQUITY\",\n                        \"isinDescription\": \"PRESTIGE ESTATES PROJECTS LIMITED EQ\",\n                        \"transactionDateTime\": \"2023-02-23T18:30:00.0\"\n                    },\n                    {\n                        \"isin\": \"INE466L01020\",\n                        \"rate\": \"1773.3000\",\n                        \"type\": \"SELL\",\n                        \"txnId\": \"1071735270\",\n                        \"units\": \"4000\",\n                        \"narration\": \"To Split\",\n                        \"companyName\": \"360 ONE WAM LIMITED\",\n                        \"equityCategory\": \"EQUITY\",\n                        \"isinDescription\": \"360 ONE WAM LIMITED EQ NEW F.V. RS.2/-\",\n                        \"transactionDateTime\": \"2023-03-02T18:30:00.0\"\n                    },\n                    {\n                        \"isin\": \"INE532F01054\",\n                        \"rate\": \"62.5000\",\n                        \"type\": \"BUY\",\n                        \"txnId\": \"10000002737634\",\n                        \"units\": \"10000\",\n                        \"narration\": \"By eDIS / Block Mechanism\",\n                        \"companyName\": \"EDELWEISS FINANCIAL SERVICES LIMITED\",\n                        \"equityCategory\": \"EQUITY\",\n                        \"isinDescription\": \"EDELWEISS FINANCIAL SERVICES LIMITED EQ NEW F.V. RE.1/-\",\n                        \"transactionDateTime\": \"2023-03-02T18:30:00.0\"\n                    },\n                    {\n                        \"isin\": \"INE532F01054\",\n                        \"rate\": \"61.7000\",\n                        \"type\": \"SELL\",\n                        \"txnId\": \"1003269578\",\n                        \"units\": \"10000\",\n                        \"narration\": \"To IIFL WEALTH DISTRIBUTION SERVICES LIMITED,eDIS / Block Mechanism / 2023044\",\n                        \"companyName\": \"EDELWEISS FINANCIAL SERVICES LIMITED\",\n                        \"equityCategory\": \"EQUITY\",\n                        \"isinDescription\": \"EDELWEISS FINANCIAL SERVICES LIMITED EQ NEW F.V. RE.1/-\",\n                        \"transactionDateTime\": \"2023-03-05T18:30:00.0\"\n                    },\n                    {\n                        \"isin\": \"IN8466L01029\",\n                        \"rate\": \"1.0000\",\n                        \"type\": \"BUY\",\n                        \"txnId\": \"1071735271\",\n                        \"units\": \"8000\",\n                        \"narration\": \"By Bonus Issue\",\n                        \"companyName\": \"360 ONE WAM LIMITED\",\n                        \"equityCategory\": \"EQUITY\",\n                        \"isinDescription\": \"360 ONE WAM LIMITED EQ NEW FV RE.1/- LISTING/TRDG APRVL AWAITED\",\n                        \"transactionDateTime\": \"2023-03-06T18:30:00.0\"\n                    },\n                    {\n                        \"isin\": \"IN8466L01029\",\n                        \"rate\": \"1.0000\",\n                        \"type\": \"SELL\",\n                        \"txnId\": \"1073990820\",\n                        \"units\": \"8000\",\n                        \"narration\": \"To Bonus Issue\",\n                        \"companyName\": \"360 ONE WAM LIMITED\",\n                        \"equityCategory\": \"EQUITY\",\n                        \"isinDescription\": \"360 ONE WAM LIMITED EQ NEW FV RE.1/- LISTING/TRDG APRVL AWAITED\",\n                        \"transactionDateTime\": \"2023-03-08T18:30:00.0\"\n                    },\n                    {\n                        \"isin\": \"INE466L01038\",\n                        \"rate\": \"429.6000\",\n                        \"type\": \"BUY\",\n                        \"txnId\": \"81000002947071\",\n                        \"units\": \"849\",\n                        \"narration\": \"By CM IIFL WEALTH DISTRIBUTION SERVICES LIMITED, T+1 NORMAL / 2023056\",\n                        \"companyName\": \"360 ONE WAM LIMITED\",\n                        \"equityCategory\": \"EQUITY\",\n                        \"isinDescription\": \"360 ONE WAM LIMITED EQ NEW FV RE. 1/-\",\n                        \"transactionDateTime\": \"2023-03-22T18:30:00.0\"\n                    },\n                    {\n                        \"isin\": \"INE895B01021\",\n                        \"rate\": \"197.8000\",\n                        \"type\": \"BUY\",\n                        \"txnId\": \"10000002788354\",\n                        \"units\": \"500\",\n                        \"narration\": \"By eDIS / Block Mechanism\",\n                        \"companyName\": \"RUPA & CO. LTD.\",\n                        \"equityCategory\": \"EQUITY\",\n                        \"isinDescription\": \"RUPA AND COMPANY LIMITED EQ NEW F.V. RE.1/-\",\n                        \"transactionDateTime\": \"2023-03-27T18:30:00.0\"\n                    },\n                    {\n                        \"isin\": \"INE895B01021\",\n                        \"rate\": \"207.2000\",\n                        \"type\": \"SELL\",\n                        \"txnId\": \"1003329586\",\n                        \"units\": \"500\",\n                        \"narration\": \"To IIFL WEALTH DISTRIBUTION SERVICES LIMITED,eDIS / Block Mechanism / 2023060\",\n                        \"companyName\": \"RUPA & CO. LTD.\",\n                        \"equityCategory\": \"EQUITY\",\n                        \"isinDescription\": \"RUPA AND COMPANY LIMITED EQ NEW F.V. RE.1/-\",\n                        \"transactionDateTime\": \"2023-03-28T18:30:00.0\"\n                    },\n                    {\n                        \"isin\": \"INE466L01038\",\n                        \"rate\": \"430.7000\",\n                        \"type\": \"SELL\",\n                        \"txnId\": \"10000002795070\",\n                        \"units\": \"1000\",\n                        \"narration\": \"To IIFL WEALTH DISTRIBUTION SERVICES LIMITED,eDIS / Block Mechanism / 2023062\",\n                        \"companyName\": \"360 ONE WAM LIMITED\",\n                        \"equityCategory\": \"EQUITY\",\n                        \"isinDescription\": \"360 ONE WAM LIMITED EQ NEW FV RE. 1/-\",\n                        \"transactionDateTime\": \"2023-03-30T18:30:00.0\"\n                    },\n                    {\n                        \"isin\": \"INE895B01021\",\n                        \"rate\": \"204.2500\",\n                        \"type\": \"BUY\",\n                        \"txnId\": \"81000002968152\",\n                        \"units\": \"500\",\n                        \"narration\": \"By CM IIFL WEALTH DISTRIBUTION SERVICES LIMITED, T+1 NORMAL / 2023061\",\n                        \"companyName\": \"RUPA & CO. LTD.\",\n                        \"equityCategory\": \"EQUITY\",\n                        \"isinDescription\": \"RUPA AND COMPANY LIMITED EQ NEW F.V. RE.1/-\",\n                        \"transactionDateTime\": \"2023-03-30T18:30:00.0\"\n                    },\n                    {\n                        \"isin\": \"INE466L01038\",\n                        \"rate\": \"422.0000\",\n                        \"type\": \"SELL\",\n                        \"txnId\": \"1003337885\",\n                        \"units\": \"1000\",\n                        \"narration\": \"To IIFL WEALTH DISTRIBUTION SERVICES LIMITED,eDIS / Block Mechanism / 2023062\",\n                        \"companyName\": \"360 ONE WAM LIMITED\",\n                        \"equityCategory\": \"EQUITY\",\n                        \"isinDescription\": \"360 ONE WAM LIMITED EQ NEW FV RE. 1/-\",\n                        \"transactionDateTime\": \"2023-04-02T18:30:00.0\"\n                    },\n                    {\n                        \"isin\": \"INE908C01012\",\n                        \"rate\": \"48.8300\",\n                        \"type\": \"BUY\",\n                        \"txnId\": \"81000002974308\",\n                        \"units\": \"100\",\n                        \"narration\": \"By CM IIFL WEALTH DISTRIBUTION SERVICES LIMITED, T+1 NORMAL / 2023064\",\n                        \"companyName\": \"CINDRELLA HOTELS LTD.\",\n                        \"equityCategory\": \"EQUITY\",\n                        \"isinDescription\": \"CINDRELLA HOTELS LIMITED EQ\",\n                        \"transactionDateTime\": \"2023-04-05T18:30:00.0\"\n                    },\n                    {\n                        \"isin\": \"INE838B01013\",\n                        \"rate\": \"9680.3496\",\n                        \"type\": \"BUY\",\n                        \"txnId\": \"10000002868448\",\n                        \"units\": \"10\",\n                        \"narration\": \"By eDIS / Block Mechanism\",\n                        \"companyName\": \"BHARAT RASAYAN LIMITED\",\n                        \"equityCategory\": \"EQUITY\",\n                        \"isinDescription\": \"BHARAT RASAYAN LIMITED EQ\",\n                        \"transactionDateTime\": \"2023-04-25T18:30:00.0\"\n                    },\n                    {\n                        \"isin\": \"INE154A01025\",\n                        \"rate\": \"412.2500\",\n                        \"type\": \"SELL\",\n                        \"txnId\": \"10000002868449\",\n                        \"units\": \"2500\",\n                        \"narration\": \"To IIFL WEALTH DISTRIBUTION SERVICES LIMITED,eDIS / Block Mechanism / 2023077\",\n                        \"companyName\": \"ITC LIMITED\",\n                        \"equityCategory\": \"EQUITY\",\n                        \"isinDescription\": \"ITC LIMITED EQ NEW FV RE.1/-\",\n                        \"transactionDateTime\": \"2023-04-25T18:30:00.0\"\n                    },\n                    {\n                        \"isin\": \"INE154A01025\",\n                        \"rate\": \"416.0000\",\n                        \"type\": \"SELL\",\n                        \"txnId\": \"1003419360\",\n                        \"units\": \"2500\",\n                        \"narration\": \"To IIFL WEALTH DISTRIBUTION SERVICES LIMITED,eDIS / Block Mechanism / 2023077\",\n                        \"companyName\": \"ITC LIMITED\",\n                        \"equityCategory\": \"EQUITY\",\n                        \"isinDescription\": \"ITC LIMITED EQ NEW FV RE.1/-\",\n                        \"transactionDateTime\": \"2023-04-26T18:30:00.0\"\n                    },\n                    {\n                        \"isin\": \"INE838B01013\",\n                        \"rate\": \"9848.2500\",\n                        \"type\": \"SELL\",\n                        \"txnId\": \"1003419385\",\n                        \"units\": \"10\",\n                        \"narration\": \"To IIFL WEALTH DISTRIBUTION SERVICES LIMITED,eDIS / Block Mechanism / 2023077\",\n                        \"companyName\": \"BHARAT RASAYAN LIMITED\",\n                        \"equityCategory\": \"EQUITY\",\n                        \"isinDescription\": \"BHARAT RASAYAN LIMITED EQ\",\n                        \"transactionDateTime\": \"2023-04-26T18:30:00.0\"\n                    },\n                    {\n                        \"isin\": \"INE343A01016\",\n                        \"rate\": \"14.8000\",\n                        \"type\": \"SELL\",\n                        \"txnId\": \"10000002870057\",\n                        \"units\": \"2450\",\n                        \"narration\": \"To IIFL WEALTH DISTRIBUTION SERVICES LIMITED,eDIS / Block Mechanism / 2023079\",\n                        \"companyName\": \"MPL PLASTICS LIMITED\",\n                        \"equityCategory\": \"EQUITY\",\n                        \"isinDescription\": \"MPL PLASTICS LIMITED EQ\",\n                        \"transactionDateTime\": \"2023-04-27T18:30:00.0\"\n                    },\n                    {\n                        \"isin\": \"INE343A01016\",\n                        \"rate\": \"14.6400\",\n                        \"type\": \"SELL\",\n                        \"txnId\": \"1003422211\",\n                        \"units\": \"2450\",\n                        \"narration\": \"To IIFL WEALTH DISTRIBUTION SERVICES LIMITED,eDIS / Block Mechanism / 2023079\",\n                        \"companyName\": \"MPL PLASTICS LIMITED\",\n                        \"equityCategory\": \"EQUITY\",\n                        \"isinDescription\": \"MPL PLASTICS LIMITED EQ\",\n                        \"transactionDateTime\": \"2023-05-01T18:30:00.0\"\n                    },\n                    {\n                        \"isin\": \"INE758T01015\",\n                        \"rate\": \"63.4500\",\n                        \"type\": \"SELL\",\n                        \"txnId\": \"10000002871326\",\n                        \"units\": \"2500\",\n                        \"narration\": \"To IIFL WEALTH DISTRIBUTION SERVICES LIMITED,eDIS / Block Mechanism / 2023080\",\n                        \"companyName\": \"ZOMATO  LIMITED\",\n                        \"equityCategory\": \"EQUITY\",\n                        \"isinDescription\": \"ZOMATO  LIMITED EQ\",\n                        \"transactionDateTime\": \"2023-05-01T18:30:00.0\"\n                    },\n                    {\n                        \"isin\": \"INE758T01015\",\n                        \"rate\": \"63.5500\",\n                        \"type\": \"SELL\",\n                        \"txnId\": \"1003424151\",\n                        \"units\": \"2500\",\n                        \"narration\": \"To IIFL WEALTH DISTRIBUTION SERVICES LIMITED,eDIS / Block Mechanism / 2023080\",\n                        \"companyName\": \"ZOMATO  LIMITED\",\n                        \"equityCategory\": \"EQUITY\",\n                        \"isinDescription\": \"ZOMATO  LIMITED EQ\",\n                        \"transactionDateTime\": \"2023-05-02T18:30:00.0\"\n                    },\n                    {\n                        \"isin\": \"INE343A01016\",\n                        \"rate\": \"14.4000\",\n                        \"type\": \"BUY\",\n                        \"txnId\": \"10000002877805\",\n                        \"units\": \"50\",\n                        \"narration\": \"By eDIS / Block Mechanism\",\n                        \"companyName\": \"MPL PLASTICS LIMITED\",\n                        \"equityCategory\": \"EQUITY\",\n                        \"isinDescription\": \"MPL PLASTICS LIMITED EQ\",\n                        \"transactionDateTime\": \"2023-05-03T18:30:00.0\"\n                    },\n                    {\n                        \"isin\": \"INE029A01011\",\n                        \"rate\": \"368.3500\",\n                        \"type\": \"BUY\",\n                        \"txnId\": \"10000002877806\",\n                        \"units\": \"320\",\n                        \"narration\": \"By eDIS / Block Mechanism\",\n                        \"companyName\": \"BHARAT PETROLEUM CORPORATION LIMITED\",\n                        \"equityCategory\": \"EQUITY\",\n                        \"isinDescription\": \"BHARAT PETROLEUM CORPORATION LTD. EQ\",\n                        \"transactionDateTime\": \"2023-05-03T18:30:00.0\"\n                    },\n                    {\n                        \"isin\": \"INE029A01011\",\n                        \"rate\": \"367.7000\",\n                        \"type\": \"SELL\",\n                        \"txnId\": \"1003431768\",\n                        \"units\": \"320\",\n                        \"narration\": \"To IIFL WEALTH DISTRIBUTION SERVICES LIMITED,eDIS / Block Mechanism / 2023082\",\n                        \"companyName\": \"BHARAT PETROLEUM CORPORATION LIMITED\",\n                        \"equityCategory\": \"EQUITY\",\n                        \"isinDescription\": \"BHARAT PETROLEUM CORPORATION LTD. EQ\",\n                        \"transactionDateTime\": \"2023-05-07T18:30:00.0\"\n                    },\n                    {\n                        \"isin\": \"INE343A01016\",\n                        \"rate\": \"15.5900\",\n                        \"type\": \"SELL\",\n                        \"txnId\": \"1003431803\",\n                        \"units\": \"50\",\n                        \"narration\": \"To IIFL WEALTH DISTRIBUTION SERVICES LIMITED,eDIS / Block Mechanism / 2023082\",\n                        \"companyName\": \"MPL PLASTICS LIMITED\",\n                        \"equityCategory\": \"EQUITY\",\n                        \"isinDescription\": \"MPL PLASTICS LIMITED EQ\",\n                        \"transactionDateTime\": \"2023-05-07T18:30:00.0\"\n                    },\n                    {\n                        \"isin\": \"INE761H01022\",\n                        \"rate\": \"37501.3008\",\n                        \"type\": \"SELL\",\n                        \"txnId\": \"10000002951536\",\n                        \"units\": \"45\",\n                        \"narration\": \"To IIFL WEALTH DISTRIBUTION SERVICES LIMITED,eDIS / Block Mechanism / 2023098\",\n                        \"companyName\": \"PAGE INDUSTRIES LIMITED (FORMERLY PAGE APPAREL MANUFACTURING PRIVATE LTD)\",\n                        \"equityCategory\": \"EQUITY\",\n                        \"isinDescription\": \"PAGE INDUSTRIES LIMITED EQ NEW FV RS.10/-\",\n                        \"transactionDateTime\": \"2023-05-25T18:30:00.0\"\n                    },\n                    {\n                        \"isin\": \"INE761H01022\",\n                        \"rate\": \"37895.5000\",\n                        \"type\": \"SELL\",\n                        \"txnId\": \"1003516153\",\n                        \"units\": \"45\",\n                        \"narration\": \"To IIFL WEALTH DISTRIBUTION SERVICES LIMITED,eDIS / Block Mechanism / 2023098\",\n                        \"companyName\": \"PAGE INDUSTRIES LIMITED (FORMERLY PAGE APPAREL MANUFACTURING PRIVATE LTD)\",\n                        \"equityCategory\": \"EQUITY\",\n                        \"isinDescription\": \"PAGE INDUSTRIES LIMITED EQ NEW FV RS.10/-\",\n                        \"transactionDateTime\": \"2023-05-28T18:30:00.0\"\n                    },\n                    {\n                        \"isin\": \"INE813A01018\",\n                        \"rate\": \"440.0500\",\n                        \"type\": \"SELL\",\n                        \"txnId\": \"10000002952765\",\n                        \"units\": \"300\",\n                        \"narration\": \"To IIFL WEALTH DISTRIBUTION SERVICES LIMITED,eDIS / Block Mechanism / 2023099\",\n                        \"companyName\": \"MAHINDRA LIFESPACE DEVELOPERS LTD\",\n                        \"equityCategory\": \"EQUITY\",\n                        \"isinDescription\": \"MAHINDRA LIFESPACE DEVELOPERS LTD EQ\",\n                        \"transactionDateTime\": \"2023-05-28T18:30:00.0\"\n                    },\n                    {\n                        \"isin\": \"INE813A01018\",\n                        \"rate\": \"434.5500\",\n                        \"type\": \"SELL\",\n                        \"txnId\": \"1003518042\",\n                        \"units\": \"300\",\n                        \"narration\": \"To IIFL WEALTH DISTRIBUTION SERVICES LIMITED,eDIS / Block Mechanism / 2023099\",\n                        \"companyName\": \"MAHINDRA LIFESPACE DEVELOPERS LTD\",\n                        \"equityCategory\": \"EQUITY\",\n                        \"isinDescription\": \"MAHINDRA LIFESPACE DEVELOPERS LTD EQ\",\n                        \"transactionDateTime\": \"2023-05-29T18:30:00.0\"\n                    },\n                    {\n                        \"isin\": \"INE354A01013\",\n                        \"rate\": \"765.6500\",\n                        \"type\": \"SELL\",\n                        \"txnId\": \"10000002953220\",\n                        \"units\": \"514\",\n                        \"narration\": \"To IIFL WEALTH DISTRIBUTION SERVICES LIMITED,eDIS / Block Mechanism / 2023100\",\n                        \"companyName\": \"JENBURKT PHARMACEUTICALS LIMITED\",\n                        \"equityCategory\": \"EQUITY\",\n                        \"isinDescription\": \"JENBURKT PHARMACEUTICALS LIMITED EQ\",\n                        \"transactionDateTime\": \"2023-05-29T18:30:00.0\"\n                    },\n                    {\n                        \"isin\": \"INE118H01025\",\n                        \"rate\": \"542.0500\",\n                        \"type\": \"SELL\",\n                        \"txnId\": \"10000002953221\",\n                        \"units\": \"1650\",\n                        \"narration\": \"To IIFL WEALTH DISTRIBUTION SERVICES LIMITED,eDIS / Block Mechanism / 2023100\",\n                        \"companyName\": \"BSE LIMITED\",\n                        \"equityCategory\": \"EQUITY\",\n                        \"isinDescription\": \"BSE LIMITED EQ NEW FV RS. 2/-\",\n                        \"transactionDateTime\": \"2023-05-29T18:30:00.0\"\n                    },\n                    {\n                        \"isin\": \"INE118H01025\",\n                        \"rate\": \"557.7000\",\n                        \"type\": \"SELL\",\n                        \"txnId\": \"1003519064\",\n                        \"units\": \"1650\",\n                        \"narration\": \"To IIFL WEALTH DISTRIBUTION SERVICES LIMITED,eDIS / Block Mechanism / 2023100\",\n                        \"companyName\": \"BSE LIMITED\",\n                        \"equityCategory\": \"EQUITY\",\n                        \"isinDescription\": \"BSE LIMITED EQ NEW FV RS. 2/-\",\n                        \"transactionDateTime\": \"2023-05-30T18:30:00.0\"\n                    },\n                    {\n                        \"isin\": \"INE354A01013\",\n                        \"rate\": \"750.3000\",\n                        \"type\": \"SELL\",\n                        \"txnId\": \"1003519083\",\n                        \"units\": \"514\",\n                        \"narration\": \"To IIFL WEALTH DISTRIBUTION SERVICES LIMITED,eDIS / Block Mechanism / 2023100\",\n                        \"companyName\": \"JENBURKT PHARMACEUTICALS LIMITED\",\n                        \"equityCategory\": \"EQUITY\",\n                        \"isinDescription\": \"JENBURKT PHARMACEUTICALS LIMITED EQ\",\n                        \"transactionDateTime\": \"2023-05-30T18:30:00.0\"\n                    },\n                    {\n                        \"isin\": \"INE743M01012\",\n                        \"rate\": \"652.9000\",\n                        \"type\": \"BUY\",\n                        \"txnId\": \"10000002953895\",\n                        \"units\": \"5500\",\n                        \"narration\": \"By eDIS / Block Mechanism\",\n                        \"companyName\": \"RHI MAGNESITA INDIA LIMITED\",\n                        \"equityCategory\": \"EQUITY\",\n                        \"isinDescription\": \"RHI MAGNESITA INDIA LIMITED EQ\",\n                        \"transactionDateTime\": \"2023-05-30T18:30:00.0\"\n                    },\n                    {\n                        \"isin\": \"INE743M01012\",\n                        \"rate\": \"653.0500\",\n                        \"type\": \"SELL\",\n                        \"txnId\": \"1003520300\",\n                        \"units\": \"5500\",\n                        \"narration\": \"To IIFL WEALTH DISTRIBUTION SERVICES LIMITED,eDIS / Block Mechanism / 2023101\",\n                        \"companyName\": \"RHI MAGNESITA INDIA LIMITED\",\n                        \"equityCategory\": \"EQUITY\",\n                        \"isinDescription\": \"RHI MAGNESITA INDIA LIMITED EQ\",\n                        \"transactionDateTime\": \"2023-05-31T18:30:00.0\"\n                    },\n                    {\n                        \"isin\": \"INE895B01021\",\n                        \"rate\": \"260.1000\",\n                        \"type\": \"BUY\",\n                        \"txnId\": \"10000002961226\",\n                        \"units\": \"500\",\n                        \"narration\": \"By eDIS / Block Mechanism\",\n                        \"companyName\": \"RUPA & CO. LTD.\",\n                        \"equityCategory\": \"EQUITY\",\n                        \"isinDescription\": \"RUPA AND COMPANY LIMITED EQ NEW F.V. RE.1/-\",\n                        \"transactionDateTime\": \"2023-06-01T18:30:00.0\"\n                    },\n                    {\n                        \"isin\": \"INE895B01021\",\n                        \"rate\": \"261.7000\",\n                        \"type\": \"SELL\",\n                        \"txnId\": \"1003528992\",\n                        \"units\": \"500\",\n                        \"narration\": \"To IIFL WEALTH DISTRIBUTION SERVICES LIMITED,eDIS / Block Mechanism / 2023103\",\n                        \"companyName\": \"RUPA & CO. LTD.\",\n                        \"equityCategory\": \"EQUITY\",\n                        \"isinDescription\": \"RUPA AND COMPANY LIMITED EQ NEW F.V. RE.1/-\",\n                        \"transactionDateTime\": \"2023-06-04T18:30:00.0\"\n                    },\n                    {\n                        \"isin\": \"INE811K01011\",\n                        \"rate\": \"526.1000\",\n                        \"type\": \"BUY\",\n                        \"txnId\": \"81000003085528\",\n                        \"units\": \"400\",\n                        \"narration\": \"By CM IIFL WEALTH DISTRIBUTION SERVICES LIMITED, T+1 NORMAL / 2023105\",\n                        \"companyName\": \"PRESTIGE ESTATES PROJECTS LIMITED\",\n                        \"equityCategory\": \"EQUITY\",\n                        \"isinDescription\": \"PRESTIGE ESTATES PROJECTS LIMITED EQ\",\n                        \"transactionDateTime\": \"2023-06-06T18:30:00.0\"\n                    },\n                    {\n                        \"isin\": \"INE466L01038\",\n                        \"rate\": \"441.2000\",\n                        \"type\": \"BUY\",\n                        \"txnId\": \"10000003030938\",\n                        \"units\": \"694\",\n                        \"narration\": \"By eDIS / Block Mechanism\",\n                        \"companyName\": \"360 ONE WAM LIMITED\",\n                        \"equityCategory\": \"EQUITY\",\n                        \"isinDescription\": \"360 ONE WAM LIMITED EQ NEW FV RE. 1/-\",\n                        \"transactionDateTime\": \"2023-06-19T18:30:00.0\"\n                    },\n                    {\n                        \"isin\": \"INE489L01022\",\n                        \"rate\": \"59.6000\",\n                        \"type\": \"SELL\",\n                        \"txnId\": \"10000003030939\",\n                        \"units\": \"5000\",\n                        \"narration\": \"To IIFL WEALTH DISTRIBUTION SERVICES LIMITED,eDIS / Block Mechanism / 2023115\",\n                        \"companyName\": \"IIFL SECURITIES LIMITED\",\n                        \"equityCategory\": \"EQUITY\",\n                        \"isinDescription\": \"IIFL SECURITIES LIMITED EQ NEW FV RS. 2/-\",\n                        \"transactionDateTime\": \"2023-06-19T18:30:00.0\"\n                    },\n                    {\n                        \"isin\": \"INE466L01038\",\n                        \"rate\": \"439.9500\",\n                        \"type\": \"SELL\",\n                        \"txnId\": \"1003613760\",\n                        \"units\": \"694\",\n                        \"narration\": \"To IIFL WEALTH DISTRIBUTION SERVICES LIMITED,eDIS / Block Mechanism / 2023115\",\n                        \"companyName\": \"360 ONE WAM LIMITED\",\n                        \"equityCategory\": \"EQUITY\",\n                        \"isinDescription\": \"360 ONE WAM LIMITED EQ NEW FV RE. 1/-\",\n                        \"transactionDateTime\": \"2023-06-20T18:30:00.0\"\n                    },\n                    {\n                        \"isin\": \"INE489L01022\",\n                        \"rate\": \"59.8500\",\n                        \"type\": \"SELL\",\n                        \"txnId\": \"1003613763\",\n                        \"units\": \"5000\",\n                        \"narration\": \"To IIFL WEALTH DISTRIBUTION SERVICES LIMITED,eDIS / Block Mechanism / 2023115\",\n                        \"companyName\": \"IIFL SECURITIES LIMITED\",\n                        \"equityCategory\": \"EQUITY\",\n                        \"isinDescription\": \"IIFL SECURITIES LIMITED EQ NEW FV RS. 2/-\",\n                        \"transactionDateTime\": \"2023-06-20T18:30:00.0\"\n                    },\n                    {\n                        \"isin\": \"INE160A01022\",\n                        \"rate\": \"50.4000\",\n                        \"type\": \"BUY\",\n                        \"txnId\": \"81000003163800\",\n                        \"units\": \"5000\",\n                        \"narration\": \"By CM IIFL WEALTH DISTRIBUTION SERVICES LIMITED, T+1 NORMAL / 2023120\",\n                        \"companyName\": \"PUNJAB NATIONAL BANK\",\n                        \"equityCategory\": \"EQUITY\",\n                        \"isinDescription\": \"PUNJAB NATIONAL BANK EQ NEW FV RS. 2/-\",\n                        \"transactionDateTime\": \"2023-06-27T18:30:00.0\"\n                    },\n                    {\n                        \"isin\": \"INE154A01025\",\n                        \"rate\": \"468.4000\",\n                        \"type\": \"SELL\",\n                        \"txnId\": \"10000003122151\",\n                        \"units\": \"1000\",\n                        \"narration\": \"To IIFL WEALTH DISTRIBUTION SERVICES LIMITED,eDIS / Block Mechanism / 2023127\",\n                        \"companyName\": \"ITC LIMITED\",\n                        \"equityCategory\": \"EQUITY\",\n                        \"isinDescription\": \"ITC LIMITED EQ NEW FV RE.1/-\",\n                        \"transactionDateTime\": \"2023-07-06T18:30:00.0\"\n                    },\n                    {\n                        \"isin\": \"INE154A01025\",\n                        \"rate\": \"465.8500\",\n                        \"type\": \"SELL\",\n                        \"txnId\": \"1003713941\",\n                        \"units\": \"1000\",\n                        \"narration\": \"To IIFL WEALTH DISTRIBUTION SERVICES LIMITED,eDIS / Block Mechanism / 2023127\",\n                        \"companyName\": \"ITC LIMITED\",\n                        \"equityCategory\": \"EQUITY\",\n                        \"isinDescription\": \"ITC LIMITED EQ NEW FV RE.1/-\",\n                        \"transactionDateTime\": \"2023-07-09T18:30:00.0\"\n                    },\n                    {\n                        \"isin\": \"INE0KL801015\",\n                        \"rate\": \"274.8500\",\n                        \"type\": \"BUY\",\n                        \"txnId\": \"10000003135824\",\n                        \"units\": \"500\",\n                        \"narration\": \"By eDIS / Block Mechanism\",\n                        \"companyName\": \"DCX SYSTEMS LIMITED\",\n                        \"equityCategory\": \"EQUITY\",\n                        \"isinDescription\": \"DCX SYSTEMS LIMITED EQ\",\n                        \"transactionDateTime\": \"2023-07-10T18:30:00.0\"\n                    },\n                    {\n                        \"isin\": \"INE976G01028\",\n                        \"rate\": \"193.9000\",\n                        \"type\": \"BUY\",\n                        \"txnId\": \"10000003135825\",\n                        \"units\": \"100\",\n                        \"narration\": \"By eDIS / Block Mechanism\",\n                        \"companyName\": \"RBL BANK LIMITED\",\n                        \"equityCategory\": \"EQUITY\",\n                        \"isinDescription\": \"RBL BANK LIMITED EQ\",\n                        \"transactionDateTime\": \"2023-07-10T18:30:00.0\"\n                    },\n                    {\n                        \"isin\": \"INE0KL801015\",\n                        \"rate\": \"276.1000\",\n                        \"type\": \"SELL\",\n                        \"txnId\": \"1003729449\",\n                        \"units\": \"500\",\n                        \"narration\": \"To IIFL WEALTH DISTRIBUTION SERVICES LIMITED,eDIS / Block Mechanism / 2023129\",\n                        \"companyName\": \"DCX SYSTEMS LIMITED\",\n                        \"equityCategory\": \"EQUITY\",\n                        \"isinDescription\": \"DCX SYSTEMS LIMITED EQ\",\n                        \"transactionDateTime\": \"2023-07-11T18:30:00.0\"\n                    },\n                    {\n                        \"isin\": \"INE976G01028\",\n                        \"rate\": \"197.2000\",\n                        \"type\": \"SELL\",\n                        \"txnId\": \"1003729533\",\n                        \"units\": \"100\",\n                        \"narration\": \"To IIFL WEALTH DISTRIBUTION SERVICES LIMITED,eDIS / Block Mechanism / 2023129\",\n                        \"companyName\": \"RBL BANK LIMITED\",\n                        \"equityCategory\": \"EQUITY\",\n                        \"isinDescription\": \"RBL BANK LIMITED EQ\",\n                        \"transactionDateTime\": \"2023-07-11T18:30:00.0\"\n                    },\n                    {\n                        \"isin\": \"INE124G01033\",\n                        \"rate\": \"189.5000\",\n                        \"type\": \"BUY\",\n                        \"txnId\": \"10000003138144\",\n                        \"units\": \"2500\",\n                        \"narration\": \"By eDIS / Block Mechanism\",\n                        \"companyName\": \"DELTA CORP LIMITED\",\n                        \"equityCategory\": \"EQUITY\",\n                        \"isinDescription\": \"DELTA CORP LIMITED EQ NEW RS.1/-\",\n                        \"transactionDateTime\": \"2023-07-11T18:30:00.0\"\n                    },\n                    {\n                        \"isin\": \"INE124G01033\",\n                        \"rate\": \"179.5500\",\n                        \"type\": \"SELL\",\n                        \"txnId\": \"1003732529\",\n                        \"units\": \"2500\",\n                        \"narration\": \"To IIFL WEALTH DISTRIBUTION SERVICES LIMITED,eDIS / Block Mechanism / 2023130\",\n                        \"companyName\": \"DELTA CORP LIMITED\",\n                        \"equityCategory\": \"EQUITY\",\n                        \"isinDescription\": \"DELTA CORP LIMITED EQ NEW RS.1/-\",\n                        \"transactionDateTime\": \"2023-07-12T18:30:00.0\"\n                    },\n                    {\n                        \"isin\": \"INE848E01016\",\n                        \"rate\": \"45.9000\",\n                        \"type\": \"BUY\",\n                        \"txnId\": \"81000003217181\",\n                        \"units\": \"2500\",\n                        \"narration\": \"By CM IIFL WEALTH DISTRIBUTION SERVICES LIMITED, T+1 NORMAL / 2023131\",\n                        \"companyName\": \"NHPC LIMITED (NATIONAL HYDROELECTRIC POWER CORPORATION LTD)\",\n                        \"equityCategory\": \"EQUITY\",\n                        \"isinDescription\": \"NHPC LIMITED EQ\",\n                        \"transactionDateTime\": \"2023-07-13T18:30:00.0\"\n                    },\n                    {\n                        \"isin\": \"INE140A01024\",\n                        \"rate\": \"995.3000\",\n                        \"type\": \"BUY\",\n                        \"txnId\": \"81000003217245\",\n                        \"units\": \"200\",\n                        \"narration\": \"By CM IIFL WEALTH DISTRIBUTION SERVICES LIMITED, T+1 NORMAL / 2023131\",\n                        \"companyName\": \"PIRAMAL ENTERPRISES LIMITED\",\n                        \"equityCategory\": \"EQUITY\",\n                        \"isinDescription\": \"PIRAMAL ENTERPRISES LIMITED EQ NEW FV RS. 2/-\",\n                        \"transactionDateTime\": \"2023-07-13T18:30:00.0\"\n                    },\n                    {\n                        \"isin\": \"INE466L01038\",\n                        \"rate\": \"523.7500\",\n                        \"type\": \"SELL\",\n                        \"txnId\": \"10000003141657\",\n                        \"units\": \"155\",\n                        \"narration\": \"To IIFL WEALTH DISTRIBUTION SERVICES LIMITED,eDIS / Block Mechanism / 2023133\",\n                        \"companyName\": \"360 ONE WAM LIMITED\",\n                        \"equityCategory\": \"EQUITY\",\n                        \"isinDescription\": \"360 ONE WAM LIMITED EQ NEW FV RE. 1/-\",\n                        \"transactionDateTime\": \"2023-07-16T18:30:00.0\"\n                    },\n                    {\n                        \"isin\": \"INE596I01012\",\n                        \"rate\": \"2272.2000\",\n                        \"type\": \"BUY\",\n                        \"txnId\": \"10000003141658\",\n                        \"units\": \"150\",\n                        \"narration\": \"By eDIS / Block Mechanism\",\n                        \"companyName\": \"COMPUTER AGE MANAGEMENT SERVICES LIMITED\",\n                        \"equityCategory\": \"EQUITY\",\n                        \"isinDescription\": \"COMPUTER AGE MANAGEMENT SERVICES LIMITED EQ\",\n                        \"transactionDateTime\": \"2023-07-16T18:30:00.0\"\n                    },\n                    {\n                        \"isin\": \"INE466L01038\",\n                        \"rate\": \"515.0000\",\n                        \"type\": \"SELL\",\n                        \"txnId\": \"1003738284\",\n                        \"units\": \"155\",\n                        \"narration\": \"To IIFL WEALTH DISTRIBUTION SERVICES LIMITED,eDIS / Block Mechanism / 2023133\",\n                        \"companyName\": \"360 ONE WAM LIMITED\",\n                        \"equityCategory\": \"EQUITY\",\n                        \"isinDescription\": \"360 ONE WAM LIMITED EQ NEW FV RE. 1/-\",\n                        \"transactionDateTime\": \"2023-07-17T18:30:00.0\"\n                    },\n                    {\n                        \"isin\": \"INE596I01012\",\n                        \"rate\": \"2274.3000\",\n                        \"type\": \"SELL\",\n                        \"txnId\": \"1003738297\",\n                        \"units\": \"150\",\n                        \"narration\": \"To IIFL WEALTH DISTRIBUTION SERVICES LIMITED,eDIS / Block Mechanism / 2023133\",\n                        \"companyName\": \"COMPUTER AGE MANAGEMENT SERVICES LIMITED\",\n                        \"equityCategory\": \"EQUITY\",\n                        \"isinDescription\": \"COMPUTER AGE MANAGEMENT SERVICES LIMITED EQ\",\n                        \"transactionDateTime\": \"2023-07-17T18:30:00.0\"\n                    },\n                    {\n                        \"isin\": \"INE0KL801015\",\n                        \"rate\": \"295.8500\",\n                        \"type\": \"SELL\",\n                        \"txnId\": \"10000003156696\",\n                        \"units\": \"500\",\n                        \"narration\": \"To IIFL WEALTH DISTRIBUTION SERVICES LIMITED,eDIS / Block Mechanism / 2023134\",\n                        \"companyName\": \"DCX SYSTEMS LIMITED\",\n                        \"equityCategory\": \"EQUITY\",\n                        \"isinDescription\": \"DCX SYSTEMS LIMITED EQ\",\n                        \"transactionDateTime\": \"2023-07-17T18:30:00.0\"\n                    },\n                    {\n                        \"isin\": \"INE140A01024\",\n                        \"rate\": \"967.8500\",\n                        \"type\": \"BUY\",\n                        \"txnId\": \"81000003222223\",\n                        \"units\": \"500\",\n                        \"narration\": \"By CM IIFL WEALTH DISTRIBUTION SERVICES LIMITED, T+1 NORMAL / 2023133\",\n                        \"companyName\": \"PIRAMAL ENTERPRISES LIMITED\",\n                        \"equityCategory\": \"EQUITY\",\n                        \"isinDescription\": \"PIRAMAL ENTERPRISES LIMITED EQ NEW FV RS. 2/-\",\n                        \"transactionDateTime\": \"2023-07-17T18:30:00.0\"\n                    },\n                    {\n                        \"isin\": \"INE0KL801015\",\n                        \"rate\": \"283.1500\",\n                        \"type\": \"SELL\",\n                        \"txnId\": \"1003754258\",\n                        \"units\": \"500\",\n                        \"narration\": \"To IIFL WEALTH DISTRIBUTION SERVICES LIMITED,eDIS / Block Mechanism / 2023134\",\n                        \"companyName\": \"DCX SYSTEMS LIMITED\",\n                        \"equityCategory\": \"EQUITY\",\n                        \"isinDescription\": \"DCX SYSTEMS LIMITED EQ\",\n                        \"transactionDateTime\": \"2023-07-18T18:30:00.0\"\n                    },\n                    {\n                        \"isin\": \"INE670A01012\",\n                        \"rate\": \"7558.8999\",\n                        \"type\": \"SELL\",\n                        \"txnId\": \"10000003159339\",\n                        \"units\": \"50\",\n                        \"narration\": \"To IIFL WEALTH DISTRIBUTION SERVICES LIMITED,eDIS / Block Mechanism / 2023135\",\n                        \"companyName\": \"TATA ELXSI LIMITED\",\n                        \"equityCategory\": \"EQUITY\",\n                        \"isinDescription\": \"TATA ELXSI LIMITED EQ\",\n                        \"transactionDateTime\": \"2023-07-18T18:30:00.0\"\n                    },\n                    {\n                        \"isin\": \"INE670A01012\",\n                        \"rate\": \"7494.2998\",\n                        \"type\": \"SELL\",\n                        \"txnId\": \"1003757762\",\n                        \"units\": \"50\",\n                        \"narration\": \"To IIFL WEALTH DISTRIBUTION SERVICES LIMITED,eDIS / Block Mechanism / 2023135\",\n                        \"companyName\": \"TATA ELXSI LIMITED\",\n                        \"equityCategory\": \"EQUITY\",\n                        \"isinDescription\": \"TATA ELXSI LIMITED EQ\",\n                        \"transactionDateTime\": \"2023-07-19T18:30:00.0\"\n                    },\n                    {\n                        \"isin\": \"INE854D01024\",\n                        \"rate\": \"977.6500\",\n                        \"type\": \"BUY\",\n                        \"txnId\": \"81000003257853\",\n                        \"units\": \"500\",\n                        \"narration\": \"By CM IIFL WEALTH DISTRIBUTION SERVICES LIMITED, T+1 NORMAL / 2023137\",\n                        \"companyName\": \"UNITED SPIRITS LIMITED\",\n                        \"equityCategory\": \"EQUITY\",\n                        \"isinDescription\": \"UNITED SPIRITS LIMITED EQ NEW FV RS. 2/-\",\n                        \"transactionDateTime\": \"2023-07-23T18:30:00.0\"\n                    },\n                    {\n                        \"isin\": \"INE154A01025\",\n                        \"rate\": \"462.3000\",\n                        \"type\": \"BUY\",\n                        \"txnId\": \"10000003178404\",\n                        \"units\": \"1000\",\n                        \"narration\": \"By eDIS / Block Mechanism\",\n                        \"companyName\": \"ITC LIMITED\",\n                        \"equityCategory\": \"EQUITY\",\n                        \"isinDescription\": \"ITC LIMITED EQ NEW FV RE.1/-\",\n                        \"transactionDateTime\": \"2023-07-24T18:30:00.0\"\n                    },\n                    {\n                        \"isin\": \"INE154A01025\",\n                        \"rate\": \"472.2500\",\n                        \"type\": \"SELL\",\n                        \"txnId\": \"1003780177\",\n                        \"units\": \"1000\",\n                        \"narration\": \"To IIFL WEALTH DISTRIBUTION SERVICES LIMITED,eDIS / Block Mechanism / 2023139\",\n                        \"companyName\": \"ITC LIMITED\",\n                        \"equityCategory\": \"EQUITY\",\n                        \"isinDescription\": \"ITC LIMITED EQ NEW FV RE.1/-\",\n                        \"transactionDateTime\": \"2023-07-25T18:30:00.0\"\n                    },\n                    {\n                        \"isin\": \"INE535F01024\",\n                        \"rate\": \"46.5000\",\n                        \"type\": \"BUY\",\n                        \"txnId\": \"81000003283319\",\n                        \"units\": \"7000\",\n                        \"narration\": \"By CM IIFL WEALTH DISTRIBUTION SERVICES LIMITED, T+1 TRADE FOR TRADE / 2023140\",\n                        \"companyName\": \"RAJOO ENGINEERS LIMITED\",\n                        \"equityCategory\": \"EQUITY\",\n                        \"isinDescription\": \"RAJOO ENGINEERS LIMITED EQ NEW F.V. RE.1/-\",\n                        \"transactionDateTime\": \"2023-07-26T18:30:00.0\"\n                    },\n                    {\n                        \"isin\": \"INE140A01024\",\n                        \"rate\": \"1095.7500\",\n                        \"type\": \"BUY\",\n                        \"txnId\": \"81000003283511\",\n                        \"units\": \"300\",\n                        \"narration\": \"By CM IIFL WEALTH DISTRIBUTION SERVICES LIMITED, T+1 NORMAL / 2023140\",\n                        \"companyName\": \"PIRAMAL ENTERPRISES LIMITED\",\n                        \"equityCategory\": \"EQUITY\",\n                        \"isinDescription\": \"PIRAMAL ENTERPRISES LIMITED EQ NEW FV RS. 2/-\",\n                        \"transactionDateTime\": \"2023-07-26T18:30:00.0\"\n                    },\n                    {\n                        \"isin\": \"INE758T01015\",\n                        \"rate\": \"93.4500\",\n                        \"type\": \"BUY\",\n                        \"txnId\": \"81000003291595\",\n                        \"units\": \"5000\",\n                        \"narration\": \"By CM 360 ONE DISTRIBUTION SERVICES LIMITED, T+1 NORMAL / 2023148\",\n                        \"companyName\": \"ZOMATO  LIMITED\",\n                        \"equityCategory\": \"EQUITY\",\n                        \"isinDescription\": \"ZOMATO  LIMITED EQ\",\n                        \"transactionDateTime\": \"2023-08-07T18:30:00.0\"\n                    },\n                    {\n                        \"isin\": \"INE535F01024\",\n                        \"rate\": \"53.8000\",\n                        \"type\": \"BUY\",\n                        \"txnId\": \"81000003302951\",\n                        \"units\": \"5000\",\n                        \"narration\": \"By CM 360 ONE DISTRIBUTION SERVICES LIMITED, T+1 TRADE FOR TRADE / 2023151\",\n                        \"companyName\": \"RAJOO ENGINEERS LIMITED\",\n                        \"equityCategory\": \"EQUITY\",\n                        \"isinDescription\": \"RAJOO ENGINEERS LIMITED EQ NEW F.V. RE.1/-\",\n                        \"transactionDateTime\": \"2023-08-10T18:30:00.0\"\n                    },\n                    {\n                        \"isin\": \"INE893J01029\",\n                        \"rate\": \"948.5500\",\n                        \"type\": \"SELL\",\n                        \"txnId\": \"10000003261801\",\n                        \"units\": \"950\",\n                        \"narration\": \"To 360 ONE DISTRIBUTION SERVICES LIMITED,eDIS / Block Mechanism / 2023155\",\n                        \"companyName\": \"MOLD-TEK PACKAGING LIMITED\",\n                        \"equityCategory\": \"EQUITY\",\n                        \"isinDescription\": \"MOLD-TEK PACKAGING LIMITED EQ NEW FV RS. 5/-\",\n                        \"transactionDateTime\": \"2023-08-16T18:30:00.0\"\n                    },\n                    {\n                        \"isin\": \"INE893J01029\",\n                        \"rate\": \"953.8500\",\n                        \"type\": \"SELL\",\n                        \"txnId\": \"1003877169\",\n                        \"units\": \"950\",\n                        \"narration\": \"To 360 ONE DISTRIBUTION SERVICES LIMITED,eDIS / Block Mechanism / 2023155\",\n                        \"companyName\": \"MOLD-TEK PACKAGING LIMITED\",\n                        \"equityCategory\": \"EQUITY\",\n                        \"isinDescription\": \"MOLD-TEK PACKAGING LIMITED EQ NEW FV RS. 5/-\",\n                        \"transactionDateTime\": \"2023-08-17T18:30:00.0\"\n                    },\n                    {\n                        \"isin\": \"INE908C01012\",\n                        \"rate\": \"59.2200\",\n                        \"type\": \"BUY\",\n                        \"txnId\": \"10000003310097\",\n                        \"units\": \"1000\",\n                        \"narration\": \"By eDIS / Block Mechanism\",\n                        \"companyName\": \"CINDRELLA HOTELS LTD.\",\n                        \"equityCategory\": \"EQUITY\",\n                        \"isinDescription\": \"CINDRELLA HOTELS LIMITED EQ\",\n                        \"transactionDateTime\": \"2023-08-29T18:30:00.0\"\n                    },\n                    {\n                        \"isin\": \"INE908C01012\",\n                        \"rate\": \"62.1800\",\n                        \"type\": \"SELL\",\n                        \"txnId\": \"1003933047\",\n                        \"units\": \"1000\",\n                        \"narration\": \"To 360 ONE DISTRIBUTION SERVICES LIMITED,eDIS / Block Mechanism / 2023164\",\n                        \"companyName\": \"CINDRELLA HOTELS LTD.\",\n                        \"equityCategory\": \"EQUITY\",\n                        \"isinDescription\": \"CINDRELLA HOTELS LIMITED EQ\",\n                        \"transactionDateTime\": \"2023-08-30T18:30:00.0\"\n                    },\n                    {\n                        \"isin\": \"INE466L01038\",\n                        \"rate\": \"487.3500\",\n                        \"type\": \"BUY\",\n                        \"txnId\": \"10000003319683\",\n                        \"units\": \"2000\",\n                        \"narration\": \"By eDIS / Block Mechanism\",\n                        \"companyName\": \"360 ONE WAM LIMITED\",\n                        \"equityCategory\": \"EQUITY\",\n                        \"isinDescription\": \"360 ONE WAM LIMITED EQ NEW FV RE. 1/-\",\n                        \"transactionDateTime\": \"2023-08-30T18:30:00.0\"\n                    },\n                    {\n                        \"isin\": \"INE908C01012\",\n                        \"rate\": \"62.1800\",\n                        \"type\": \"BUY\",\n                        \"txnId\": \"10000003319684\",\n                        \"units\": \"5000\",\n                        \"narration\": \"By eDIS / Block Mechanism\",\n                        \"companyName\": \"CINDRELLA HOTELS LTD.\",\n                        \"equityCategory\": \"EQUITY\",\n                        \"isinDescription\": \"CINDRELLA HOTELS LIMITED EQ\",\n                        \"transactionDateTime\": \"2023-08-30T18:30:00.0\"\n                    },\n                    {\n                        \"isin\": \"INE466L01038\",\n                        \"rate\": \"477.6000\",\n                        \"type\": \"SELL\",\n                        \"txnId\": \"1003943305\",\n                        \"units\": \"2000\",\n                        \"narration\": \"To 360 ONE DISTRIBUTION SERVICES LIMITED,eDIS / Block Mechanism / 2023165\",\n                        \"companyName\": \"360 ONE WAM LIMITED\",\n                        \"equityCategory\": \"EQUITY\",\n                        \"isinDescription\": \"360 ONE WAM LIMITED EQ NEW FV RE. 1/-\",\n                        \"transactionDateTime\": \"2023-08-31T18:30:00.0\"\n                    },\n                    {\n                        \"isin\": \"INE908C01012\",\n                        \"rate\": \"65.2800\",\n                        \"type\": \"SELL\",\n                        \"txnId\": \"1003943354\",\n                        \"units\": \"5000\",\n                        \"narration\": \"To 360 ONE DISTRIBUTION SERVICES LIMITED,eDIS / Block Mechanism / 2023165\",\n                        \"companyName\": \"CINDRELLA HOTELS LTD.\",\n                        \"equityCategory\": \"EQUITY\",\n                        \"isinDescription\": \"CINDRELLA HOTELS LIMITED EQ\",\n                        \"transactionDateTime\": \"2023-08-31T18:30:00.0\"\n                    },\n                    {\n                        \"isin\": \"INE908C01012\",\n                        \"rate\": \"65.2800\",\n                        \"type\": \"SELL\",\n                        \"txnId\": \"10000003329424\",\n                        \"units\": \"1000\",\n                        \"narration\": \"To 360 ONE DISTRIBUTION SERVICES LIMITED,eDIS / Block Mechanism / 2023166\",\n                        \"companyName\": \"CINDRELLA HOTELS LTD.\",\n                        \"equityCategory\": \"EQUITY\",\n                        \"isinDescription\": \"CINDRELLA HOTELS LIMITED EQ\",\n                        \"transactionDateTime\": \"2023-08-31T18:30:00.0\"\n                    },\n                    {\n                        \"isin\": \"INE908C01012\",\n                        \"rate\": \"68.5400\",\n                        \"type\": \"SELL\",\n                        \"txnId\": \"1003953843\",\n                        \"units\": \"1000\",\n                        \"narration\": \"To 360 ONE DISTRIBUTION SERVICES LIMITED,eDIS / Block Mechanism / 2023166\",\n                        \"companyName\": \"CINDRELLA HOTELS LTD.\",\n                        \"equityCategory\": \"EQUITY\",\n                        \"isinDescription\": \"CINDRELLA HOTELS LIMITED EQ\",\n                        \"transactionDateTime\": \"2023-09-03T18:30:00.0\"\n                    },\n                    {\n                        \"isin\": \"INE908C01012\",\n                        \"rate\": \"71.9600\",\n                        \"type\": \"SELL\",\n                        \"txnId\": \"10000003353827\",\n                        \"units\": \"3000\",\n                        \"narration\": \"To 360 ONE DISTRIBUTION SERVICES LIMITED,eDIS / Block Mechanism / 2023168\",\n                        \"companyName\": \"CINDRELLA HOTELS LTD.\",\n                        \"equityCategory\": \"EQUITY\",\n                        \"isinDescription\": \"CINDRELLA HOTELS LIMITED EQ\",\n                        \"transactionDateTime\": \"2023-09-04T18:30:00.0\"\n                    },\n                    {\n                        \"isin\": \"INE908C01012\",\n                        \"rate\": \"75.5500\",\n                        \"type\": \"SELL\",\n                        \"txnId\": \"1003980248\",\n                        \"units\": \"3000\",\n                        \"narration\": \"To 360 ONE DISTRIBUTION SERVICES LIMITED,eDIS / Block Mechanism / 2023168\",\n                        \"companyName\": \"CINDRELLA HOTELS LTD.\",\n                        \"equityCategory\": \"EQUITY\",\n                        \"isinDescription\": \"CINDRELLA HOTELS LIMITED EQ\",\n                        \"transactionDateTime\": \"2023-09-05T18:30:00.0\"\n                    },\n                    {\n                        \"isin\": \"INE908C01012\",\n                        \"rate\": \"75.5500\",\n                        \"type\": \"SELL\",\n                        \"txnId\": \"10000003362027\",\n                        \"units\": \"3000\",\n                        \"narration\": \"To 360 ONE DISTRIBUTION SERVICES LIMITED,eDIS / Block Mechanism / 2023169\",\n                        \"companyName\": \"CINDRELLA HOTELS LTD.\",\n                        \"equityCategory\": \"EQUITY\",\n                        \"isinDescription\": \"CINDRELLA HOTELS LIMITED EQ\",\n                        \"transactionDateTime\": \"2023-09-05T18:30:00.0\"\n                    },\n                    {\n                        \"isin\": \"INE535F01024\",\n                        \"rate\": \"67.4200\",\n                        \"type\": \"BUY\",\n                        \"txnId\": \"10000003362171\",\n                        \"units\": \"7500\",\n                        \"narration\": \"By eDIS / Block Mechanism\",\n                        \"companyName\": \"RAJOO ENGINEERS LIMITED\",\n                        \"equityCategory\": \"EQUITY\",\n                        \"isinDescription\": \"RAJOO ENGINEERS LIMITED EQ NEW F.V. RE.1/-\",\n                        \"transactionDateTime\": \"2023-09-05T18:30:00.0\"\n                    },\n                    {\n                        \"isin\": \"INE094J01016\",\n                        \"rate\": \"782.1000\",\n                        \"type\": \"BUY\",\n                        \"txnId\": \"81000003404607\",\n                        \"units\": \"500\",\n                        \"narration\": \"By CM 360 ONE DISTRIBUTION SERVICES LIMITED, T+1 NORMAL / 2023168\",\n                        \"companyName\": \"UTI ASSET MANAGEMENT COMPANY LIMITED\",\n                        \"equityCategory\": \"EQUITY\",\n                        \"isinDescription\": \"UTI ASSET MANAGEMENT COMPANY LTD EQ\",\n                        \"transactionDateTime\": \"2023-09-05T18:30:00.0\"\n                    },\n                    {\n                        \"isin\": \"INE535F01024\",\n                        \"rate\": \"68.7600\",\n                        \"type\": \"SELL\",\n                        \"txnId\": \"1003989480\",\n                        \"units\": \"7500\",\n                        \"narration\": \"To 360 ONE DISTRIBUTION SERVICES LIMITED,eDIS / Block Mechanism / 2023169\",\n                        \"companyName\": \"RAJOO ENGINEERS LIMITED\",\n                        \"equityCategory\": \"EQUITY\",\n                        \"isinDescription\": \"RAJOO ENGINEERS LIMITED EQ NEW F.V. RE.1/-\",\n                        \"transactionDateTime\": \"2023-09-06T18:30:00.0\"\n                    },\n                    {\n                        \"isin\": \"INE908C01012\",\n                        \"rate\": \"79.1100\",\n                        \"type\": \"SELL\",\n                        \"txnId\": \"1003989526\",\n                        \"units\": \"3000\",\n                        \"narration\": \"To 360 ONE DISTRIBUTION SERVICES LIMITED,eDIS / Block Mechanism / 2023169\",\n                        \"companyName\": \"CINDRELLA HOTELS LTD.\",\n                        \"equityCategory\": \"EQUITY\",\n                        \"isinDescription\": \"CINDRELLA HOTELS LIMITED EQ\",\n                        \"transactionDateTime\": \"2023-09-06T18:30:00.0\"\n                    },\n                    {\n                        \"isin\": \"INE854D01024\",\n                        \"rate\": \"1052.2000\",\n                        \"type\": \"SELL\",\n                        \"txnId\": \"10000003362686\",\n                        \"units\": \"500\",\n                        \"narration\": \"To 360 ONE DISTRIBUTION SERVICES LIMITED,eDIS / Block Mechanism / 2023170\",\n                        \"companyName\": \"UNITED SPIRITS LIMITED\",\n                        \"equityCategory\": \"EQUITY\",\n                        \"isinDescription\": \"UNITED SPIRITS LIMITED EQ NEW FV RS. 2/-\",\n                        \"transactionDateTime\": \"2023-09-06T18:30:00.0\"\n                    },\n                    {\n                        \"isin\": \"INE854D01024\",\n                        \"rate\": \"1055.2000\",\n                        \"type\": \"SELL\",\n                        \"txnId\": \"1003991412\",\n                        \"units\": \"500\",\n                        \"narration\": \"To 360 ONE DISTRIBUTION SERVICES LIMITED,eDIS / Block Mechanism / 2023170\",\n                        \"companyName\": \"UNITED SPIRITS LIMITED\",\n                        \"equityCategory\": \"EQUITY\",\n                        \"isinDescription\": \"UNITED SPIRITS LIMITED EQ NEW FV RS. 2/-\",\n                        \"transactionDateTime\": \"2023-09-07T18:30:00.0\"\n                    },\n                    {\n                        \"isin\": \"INE063P01018\",\n                        \"rate\": \"87.9500\",\n                        \"type\": \"BUY\",\n                        \"txnId\": \"81000003409912\",\n                        \"units\": \"2500\",\n                        \"narration\": \"By CM 360 ONE DISTRIBUTION SERVICES LIMITED, T+1 NORMAL / 2023170\",\n                        \"companyName\": \"EQUITAS SMALL FINANCE BANK LIMITED\",\n                        \"equityCategory\": \"EQUITY\",\n                        \"isinDescription\": \"EQUITAS SMALL FINANCE BANK LIMITED EQ\",\n                        \"transactionDateTime\": \"2023-09-07T18:30:00.0\"\n                    },\n                    {\n                        \"isin\": \"INE908C01012\",\n                        \"rate\": \"74.7600\",\n                        \"type\": \"BUY\",\n                        \"txnId\": \"81000003419313\",\n                        \"units\": \"1000\",\n                        \"narration\": \"By CM 360 ONE DISTRIBUTION SERVICES LIMITED, T+1 TRADE FOR TRADE / 2023171\",\n                        \"companyName\": \"CINDRELLA HOTELS LTD.\",\n                        \"equityCategory\": \"EQUITY\",\n                        \"isinDescription\": \"CINDRELLA HOTELS LIMITED EQ\",\n                        \"transactionDateTime\": \"2023-09-10T18:30:00.0\"\n                    },\n                    {\n                        \"isin\": \"INE908C01012\",\n                        \"rate\": \"65.1000\",\n                        \"type\": \"BUY\",\n                        \"txnId\": \"81000003422577\",\n                        \"units\": \"500\",\n                        \"narration\": \"By CM 360 ONE DISTRIBUTION SERVICES LIMITED, T+1 TRADE FOR TRADE / 2023174\",\n                        \"companyName\": \"CINDRELLA HOTELS LTD.\",\n                        \"equityCategory\": \"EQUITY\",\n                        \"isinDescription\": \"CINDRELLA HOTELS LIMITED EQ\",\n                        \"transactionDateTime\": \"2023-09-13T18:30:00.0\"\n                    },\n                    {\n                        \"isin\": \"INE908C01012\",\n                        \"rate\": \"65.8900\",\n                        \"type\": \"BUY\",\n                        \"txnId\": \"81000003424527\",\n                        \"units\": \"763\",\n                        \"narration\": \"By CM 360 ONE DISTRIBUTION SERVICES LIMITED, T+1 TRADE FOR TRADE / 2023175\",\n                        \"companyName\": \"CINDRELLA HOTELS LTD.\",\n                        \"equityCategory\": \"EQUITY\",\n                        \"isinDescription\": \"CINDRELLA HOTELS LIMITED EQ\",\n                        \"transactionDateTime\": \"2023-09-14T18:30:00.0\"\n                    },\n                    {\n                        \"isin\": \"INE094J01016\",\n                        \"rate\": \"790.0500\",\n                        \"type\": \"BUY\",\n                        \"txnId\": \"10000003430757\",\n                        \"units\": \"500\",\n                        \"narration\": \"By eDIS / Block Mechanism\",\n                        \"companyName\": \"UTI ASSET MANAGEMENT COMPANY LIMITED\",\n                        \"equityCategory\": \"EQUITY\",\n                        \"isinDescription\": \"UTI ASSET MANAGEMENT COMPANY LTD EQ\",\n                        \"transactionDateTime\": \"2023-09-26T18:30:00.0\"\n                    },\n                    {\n                        \"isin\": \"INE094J01016\",\n                        \"rate\": \"789.2000\",\n                        \"type\": \"SELL\",\n                        \"txnId\": \"1004069179\",\n                        \"units\": \"500\",\n                        \"narration\": \"To 360 ONE DISTRIBUTION SERVICES LIMITED,eDIS / Block Mechanism / 2023183\",\n                        \"companyName\": \"UTI ASSET MANAGEMENT COMPANY LIMITED\",\n                        \"equityCategory\": \"EQUITY\",\n                        \"isinDescription\": \"UTI ASSET MANAGEMENT COMPANY LTD EQ\",\n                        \"transactionDateTime\": \"2023-09-27T18:30:00.0\"\n                    },\n                    {\n                        \"isin\": \"INE160A01022\",\n                        \"rate\": \"69.8500\",\n                        \"type\": \"BUY\",\n                        \"txnId\": \"81000003488061\",\n                        \"units\": \"3000\",\n                        \"narration\": \"By CM 360 ONE DISTRIBUTION SERVICES LIMITED, T+1 NORMAL / 2023201\",\n                        \"companyName\": \"PUNJAB NATIONAL BANK\",\n                        \"equityCategory\": \"EQUITY\",\n                        \"isinDescription\": \"PUNJAB NATIONAL BANK EQ NEW FV RS. 2/-\",\n                        \"transactionDateTime\": \"2023-10-25T18:30:00.0\"\n                    },\n                    {\n                        \"isin\": \"INE670A01012\",\n                        \"rate\": \"7496.8999\",\n                        \"type\": \"BUY\",\n                        \"txnId\": \"10000003511520\",\n                        \"units\": \"200\",\n                        \"narration\": \"By eDIS / Block Mechanism\",\n                        \"companyName\": \"TATA ELXSI LIMITED\",\n                        \"equityCategory\": \"EQUITY\",\n                        \"isinDescription\": \"TATA ELXSI LIMITED EQ\",\n                        \"transactionDateTime\": \"2023-11-01T18:30:00.0\"\n                    },\n                    {\n                        \"isin\": \"INE811K01011\",\n                        \"rate\": \"747.1000\",\n                        \"type\": \"BUY\",\n                        \"txnId\": \"10000003511521\",\n                        \"units\": \"150\",\n                        \"narration\": \"By eDIS / Block Mechanism\",\n                        \"companyName\": \"PRESTIGE ESTATES PROJECTS LIMITED\",\n                        \"equityCategory\": \"EQUITY\",\n                        \"isinDescription\": \"PRESTIGE ESTATES PROJECTS LIMITED EQ\",\n                        \"transactionDateTime\": \"2023-11-01T18:30:00.0\"\n                    },\n                    {\n                        \"isin\": \"INE670A01012\",\n                        \"rate\": \"7617.0000\",\n                        \"type\": \"SELL\",\n                        \"txnId\": \"1004168737\",\n                        \"units\": \"200\",\n                        \"narration\": \"To 360 ONE DISTRIBUTION SERVICES LIMITED,eDIS / Block Mechanism / 2023207\",\n                        \"companyName\": \"TATA ELXSI LIMITED\",\n                        \"equityCategory\": \"EQUITY\",\n                        \"isinDescription\": \"TATA ELXSI LIMITED EQ\",\n                        \"transactionDateTime\": \"2023-11-02T18:30:00.0\"\n                    },\n                    {\n                        \"isin\": \"INE811K01011\",\n                        \"rate\": \"780.1500\",\n                        \"type\": \"SELL\",\n                        \"txnId\": \"1004168747\",\n                        \"units\": \"150\",\n                        \"narration\": \"To 360 ONE DISTRIBUTION SERVICES LIMITED,eDIS / Block Mechanism / 2023207\",\n                        \"companyName\": \"PRESTIGE ESTATES PROJECTS LIMITED\",\n                        \"equityCategory\": \"EQUITY\",\n                        \"isinDescription\": \"PRESTIGE ESTATES PROJECTS LIMITED EQ\",\n                        \"transactionDateTime\": \"2023-11-02T18:30:00.0\"\n                    },\n                    {\n                        \"isin\": \"INE066O01014\",\n                        \"rate\": \"941.4500\",\n                        \"type\": \"BUY\",\n                        \"txnId\": \"81000003503377\",\n                        \"units\": \"100\",\n                        \"narration\": \"By CM 360 ONE DISTRIBUTION SERVICES LIMITED, T+1 NORMAL / 2023207\",\n                        \"companyName\": \"WONDERLA HOLIDAYS LIMITED\",\n                        \"equityCategory\": \"EQUITY\",\n                        \"isinDescription\": \"WONDERLA HOLIDAYS LIMITED EQ\",\n                        \"transactionDateTime\": \"2023-11-02T18:30:00.0\"\n                    },\n                    {\n                        \"isin\": \"INE066O01014\",\n                        \"rate\": \"925.3000\",\n                        \"type\": \"BUY\",\n                        \"txnId\": \"81000003504208\",\n                        \"units\": \"50\",\n                        \"narration\": \"By CM 360 ONE DISTRIBUTION SERVICES LIMITED, T+1 NORMAL / 2023209\",\n                        \"companyName\": \"WONDERLA HOLIDAYS LIMITED\",\n                        \"equityCategory\": \"EQUITY\",\n                        \"isinDescription\": \"WONDERLA HOLIDAYS LIMITED EQ\",\n                        \"transactionDateTime\": \"2023-11-06T18:30:00.0\"\n                    },\n                    {\n                        \"isin\": \"INE388Y01029\",\n                        \"rate\": \"149.3500\",\n                        \"type\": \"BUY\",\n                        \"txnId\": \"81000003509898\",\n                        \"units\": \"2000\",\n                        \"narration\": \"By CM 360 ONE DISTRIBUTION SERVICES LIMITED, T+1 NORMAL / 2023210\",\n                        \"companyName\": \"FSN E-COMMERCE VENTURES LIMITED\",\n                        \"equityCategory\": \"EQUITY\",\n                        \"isinDescription\": \"FSN E-COMMERCE VENTURES LIMITED EQ NEW FV RE.1/-\",\n                        \"transactionDateTime\": \"2023-11-07T18:30:00.0\"\n                    },\n                    {\n                        \"isin\": \"INE908C01012\",\n                        \"rate\": \"69.5800\",\n                        \"type\": \"BUY\",\n                        \"txnId\": \"81000003509986\",\n                        \"units\": \"100\",\n                        \"narration\": \"By CM 360 ONE DISTRIBUTION SERVICES LIMITED, T+1 TRADE FOR TRADE / 2023210\",\n                        \"companyName\": \"CINDRELLA HOTELS LTD.\",\n                        \"equityCategory\": \"EQUITY\",\n                        \"isinDescription\": \"CINDRELLA HOTELS LIMITED EQ\",\n                        \"transactionDateTime\": \"2023-11-07T18:30:00.0\"\n                    },\n                    {\n                        \"isin\": \"INE535F01024\",\n                        \"rate\": \"136.7500\",\n                        \"type\": \"BUY\",\n                        \"txnId\": \"10000003562710\",\n                        \"units\": \"2000\",\n                        \"narration\": \"By eDIS / Block Mechanism\",\n                        \"companyName\": \"RAJOO ENGINEERS LIMITED\",\n                        \"equityCategory\": \"EQUITY\",\n                        \"isinDescription\": \"RAJOO ENGINEERS LIMITED EQ NEW F.V. RE.1/-\",\n                        \"transactionDateTime\": \"2023-11-12T18:30:00.0\"\n                    },\n                    {\n                        \"isin\": \"INE160A01022\",\n                        \"rate\": \"79.1000\",\n                        \"type\": \"BUY\",\n                        \"txnId\": \"81000003521254\",\n                        \"units\": \"1000\",\n                        \"narration\": \"By CM 360 ONE DISTRIBUTION SERVICES LIMITED, T+1 NORMAL / 2023214\",\n                        \"companyName\": \"PUNJAB NATIONAL BANK\",\n                        \"equityCategory\": \"EQUITY\",\n                        \"isinDescription\": \"PUNJAB NATIONAL BANK EQ NEW FV RS. 2/-\",\n                        \"transactionDateTime\": \"2023-11-12T18:30:00.0\"\n                    },\n                    {\n                        \"isin\": \"INE535F01024\",\n                        \"rate\": \"139.4500\",\n                        \"type\": \"SELL\",\n                        \"txnId\": \"1004224813\",\n                        \"units\": \"2000\",\n                        \"narration\": \"To 360 ONE DISTRIBUTION SERVICES LIMITED,eDIS / Block Mechanism / 2023215\",\n                        \"companyName\": \"RAJOO ENGINEERS LIMITED\",\n                        \"equityCategory\": \"EQUITY\",\n                        \"isinDescription\": \"RAJOO ENGINEERS LIMITED EQ NEW F.V. RE.1/-\",\n                        \"transactionDateTime\": \"2023-11-14T18:30:00.0\"\n                    },\n                    {\n                        \"isin\": \"INE596I01012\",\n                        \"rate\": \"2804.4500\",\n                        \"type\": \"SELL\",\n                        \"txnId\": \"10000003563267\",\n                        \"units\": \"50\",\n                        \"narration\": \"To 360 ONE DISTRIBUTION SERVICES LIMITED,eDIS / Block Mechanism / 2023216\",\n                        \"companyName\": \"COMPUTER AGE MANAGEMENT SERVICES LIMITED\",\n                        \"equityCategory\": \"EQUITY\",\n                        \"isinDescription\": \"COMPUTER AGE MANAGEMENT SERVICES LIMITED EQ\",\n                        \"transactionDateTime\": \"2023-11-14T18:30:00.0\"\n                    },\n                    {\n                        \"isin\": \"INE388Y01029\",\n                        \"rate\": \"154.1000\",\n                        \"type\": \"SELL\",\n                        \"txnId\": \"10000003563268\",\n                        \"units\": \"2000\",\n                        \"narration\": \"To 360 ONE DISTRIBUTION SERVICES LIMITED,eDIS / Block Mechanism / 2023216\",\n                        \"companyName\": \"FSN E-COMMERCE VENTURES LIMITED\",\n                        \"equityCategory\": \"EQUITY\",\n                        \"isinDescription\": \"FSN E-COMMERCE VENTURES LIMITED EQ NEW FV RE.1/-\",\n                        \"transactionDateTime\": \"2023-11-14T18:30:00.0\"\n                    },\n                    {\n                        \"isin\": \"INE388Y01029\",\n                        \"rate\": \"153.4500\",\n                        \"type\": \"SELL\",\n                        \"txnId\": \"1004226133\",\n                        \"units\": \"2000\",\n                        \"narration\": \"To 360 ONE DISTRIBUTION SERVICES LIMITED,eDIS / Block Mechanism / 2023216\",\n                        \"companyName\": \"FSN E-COMMERCE VENTURES LIMITED\",\n                        \"equityCategory\": \"EQUITY\",\n                        \"isinDescription\": \"FSN E-COMMERCE VENTURES LIMITED EQ NEW FV RE.1/-\",\n                        \"transactionDateTime\": \"2023-11-15T18:30:00.0\"\n                    },\n                    {\n                        \"isin\": \"INE596I01012\",\n                        \"rate\": \"2839.7000\",\n                        \"type\": \"SELL\",\n                        \"txnId\": \"1004226158\",\n                        \"units\": \"50\",\n                        \"narration\": \"To 360 ONE DISTRIBUTION SERVICES LIMITED,eDIS / Block Mechanism / 2023216\",\n                        \"companyName\": \"COMPUTER AGE MANAGEMENT SERVICES LIMITED\",\n                        \"equityCategory\": \"EQUITY\",\n                        \"isinDescription\": \"COMPUTER AGE MANAGEMENT SERVICES LIMITED EQ\",\n                        \"transactionDateTime\": \"2023-11-15T18:30:00.0\"\n                    },\n                    {\n                        \"isin\": \"INE066O01014\",\n                        \"rate\": \"969.2500\",\n                        \"type\": \"BUY\",\n                        \"txnId\": \"81000003531211\",\n                        \"units\": \"100\",\n                        \"narration\": \"By CM 360 ONE DISTRIBUTION SERVICES LIMITED, T+1 NORMAL / 2023219\",\n                        \"companyName\": \"WONDERLA HOLIDAYS LIMITED\",\n                        \"equityCategory\": \"EQUITY\",\n                        \"isinDescription\": \"WONDERLA HOLIDAYS LIMITED EQ\",\n                        \"transactionDateTime\": \"2023-11-20T18:30:00.0\"\n                    },\n                    {\n                        \"isin\": \"INE596I01012\",\n                        \"rate\": \"2784.0500\",\n                        \"type\": \"SELL\",\n                        \"txnId\": \"10000003627185\",\n                        \"units\": \"200\",\n                        \"narration\": \"To 360 ONE DISTRIBUTION SERVICES LIMITED,eDIS / Block Mechanism / 2023225\",\n                        \"companyName\": \"COMPUTER AGE MANAGEMENT SERVICES LIMITED\",\n                        \"equityCategory\": \"EQUITY\",\n                        \"isinDescription\": \"COMPUTER AGE MANAGEMENT SERVICES LIMITED EQ\",\n                        \"transactionDateTime\": \"2023-11-28T18:30:00.0\"\n                    },\n                    {\n                        \"isin\": \"INE596I01012\",\n                        \"rate\": \"2801.1499\",\n                        \"type\": \"SELL\",\n                        \"txnId\": \"1004297162\",\n                        \"units\": \"200\",\n                        \"narration\": \"To 360 ONE DISTRIBUTION SERVICES LIMITED,eDIS / Block Mechanism / 2023225\",\n                        \"companyName\": \"COMPUTER AGE MANAGEMENT SERVICES LIMITED\",\n                        \"equityCategory\": \"EQUITY\",\n                        \"isinDescription\": \"COMPUTER AGE MANAGEMENT SERVICES LIMITED EQ\",\n                        \"transactionDateTime\": \"2023-11-29T18:30:00.0\"\n                    },\n                    {\n                        \"isin\": \"INE066O01014\",\n                        \"rate\": \"950.0000\",\n                        \"type\": \"BUY\",\n                        \"txnId\": \"81000003547625\",\n                        \"units\": \"200\",\n                        \"narration\": \"By CM 360 ONE DISTRIBUTION SERVICES LIMITED, T+1 NORMAL / 2023227\",\n                        \"companyName\": \"WONDERLA HOLIDAYS LIMITED\",\n                        \"equityCategory\": \"EQUITY\",\n                        \"isinDescription\": \"WONDERLA HOLIDAYS LIMITED EQ\",\n                        \"transactionDateTime\": \"2023-12-03T18:30:00.0\"\n                    },\n                    {\n                        \"isin\": \"INE155A01022\",\n                        \"rate\": \"708.9500\",\n                        \"type\": \"BUY\",\n                        \"txnId\": \"10000003647384\",\n                        \"units\": \"500\",\n                        \"narration\": \"By eDIS / Block Mechanism\",\n                        \"companyName\": \"TATA MOTORS LIMITED  (EARLIER TATA ENGINEERING AND LOCOMOTIVE CO. LTD)\",\n                        \"equityCategory\": \"EQUITY\",\n                        \"isinDescription\": \"TATA MOTORS LIMITED EQ NEW FV RS. 2/-\",\n                        \"transactionDateTime\": \"2023-12-04T18:30:00.0\"\n                    },\n                    {\n                        \"isin\": \"INE155A01022\",\n                        \"rate\": \"722.4500\",\n                        \"type\": \"SELL\",\n                        \"txnId\": \"1004321135\",\n                        \"units\": \"500\",\n                        \"narration\": \"To 360 ONE DISTRIBUTION SERVICES LIMITED,eDIS / Block Mechanism / 2023229\",\n                        \"companyName\": \"TATA MOTORS LIMITED  (EARLIER TATA ENGINEERING AND LOCOMOTIVE CO. LTD)\",\n                        \"equityCategory\": \"EQUITY\",\n                        \"isinDescription\": \"TATA MOTORS LIMITED EQ NEW FV RS. 2/-\",\n                        \"transactionDateTime\": \"2023-12-05T18:30:00.0\"\n                    },\n                    {\n                        \"isin\": \"INE066O01014\",\n                        \"rate\": \"899.6000\",\n                        \"type\": \"BUY\",\n                        \"txnId\": \"81000003564663\",\n                        \"units\": \"465\",\n                        \"narration\": \"By CM 360 ONE DISTRIBUTION SERVICES LIMITED, T+1 NORMAL / 2023230\",\n                        \"companyName\": \"WONDERLA HOLIDAYS LIMITED\",\n                        \"equityCategory\": \"EQUITY\",\n                        \"isinDescription\": \"WONDERLA HOLIDAYS LIMITED EQ\",\n                        \"transactionDateTime\": \"2023-12-06T18:30:00.0\"\n                    },\n                    {\n                        \"isin\": \"INE811K01011\",\n                        \"rate\": \"1186.4500\",\n                        \"type\": \"SELL\",\n                        \"txnId\": \"10000003664446\",\n                        \"units\": \"500\",\n                        \"narration\": \"To 360 ONE DISTRIBUTION SERVICES LIMITED,eDIS / Block Mechanism / 2023232\",\n                        \"companyName\": \"PRESTIGE ESTATES PROJECTS LIMITED\",\n                        \"equityCategory\": \"EQUITY\",\n                        \"isinDescription\": \"PRESTIGE ESTATES PROJECTS LIMITED EQ\",\n                        \"transactionDateTime\": \"2023-12-07T18:30:00.0\"\n                    },\n                    {\n                        \"isin\": \"INE811K01011\",\n                        \"rate\": \"1177.4500\",\n                        \"type\": \"SELL\",\n                        \"txnId\": \"1004341626\",\n                        \"units\": \"500\",\n                        \"narration\": \"To 360 ONE DISTRIBUTION SERVICES LIMITED,eDIS / Block Mechanism / 2023232\",\n                        \"companyName\": \"PRESTIGE ESTATES PROJECTS LIMITED\",\n                        \"equityCategory\": \"EQUITY\",\n                        \"isinDescription\": \"PRESTIGE ESTATES PROJECTS LIMITED EQ\",\n                        \"transactionDateTime\": \"2023-12-10T18:30:00.0\"\n                    },\n                    {\n                        \"isin\": \"INE619A01035\",\n                        \"rate\": \"1527.9500\",\n                        \"type\": \"BUY\",\n                        \"txnId\": \"81000003578524\",\n                        \"units\": \"250\",\n                        \"narration\": \"By CM 360 ONE DISTRIBUTION SERVICES LIMITED, T+1 NORMAL / 2023233\",\n                        \"companyName\": \"PATANJALI FOODS LIMITED\",\n                        \"equityCategory\": \"EQUITY\",\n                        \"isinDescription\": \"PATANJALI FOODS LIMITED EQ NEW FV RS. 2/-\",\n                        \"transactionDateTime\": \"2023-12-11T18:30:00.0\"\n                    },\n                    {\n                        \"isin\": \"INE466L01038\",\n                        \"rate\": \"707.5000\",\n                        \"type\": \"BUY\",\n                        \"txnId\": \"10000003773224\",\n                        \"units\": \"1500\",\n                        \"narration\": \"By eDIS / Block Mechanism\",\n                        \"companyName\": \"360 ONE WAM LIMITED\",\n                        \"equityCategory\": \"EQUITY\",\n                        \"isinDescription\": \"360 ONE WAM LIMITED EQ NEW FV RE. 1/-\",\n                        \"transactionDateTime\": \"2023-12-13T18:30:00.0\"\n                    },\n                    {\n                        \"isin\": \"INE466L01038\",\n                        \"rate\": \"669.9500\",\n                        \"type\": \"SELL\",\n                        \"txnId\": \"1004454206\",\n                        \"units\": \"1500\",\n                        \"narration\": \"To 360 ONE DISTRIBUTION SERVICES LIMITED,eDIS / Block Mechanism / 2023236\",\n                        \"companyName\": \"360 ONE WAM LIMITED\",\n                        \"equityCategory\": \"EQUITY\",\n                        \"isinDescription\": \"360 ONE WAM LIMITED EQ NEW FV RE. 1/-\",\n                        \"transactionDateTime\": \"2023-12-14T18:30:00.0\"\n                    },\n                    {\n                        \"isin\": \"INE140A01024\",\n                        \"rate\": \"902.9000\",\n                        \"type\": \"BUY\",\n                        \"txnId\": \"10000003811524\",\n                        \"units\": \"500\",\n                        \"narration\": \"By eDIS / Block Mechanism\",\n                        \"companyName\": \"PIRAMAL ENTERPRISES LIMITED\",\n                        \"equityCategory\": \"EQUITY\",\n                        \"isinDescription\": \"PIRAMAL ENTERPRISES LIMITED EQ NEW FV RS. 2/-\",\n                        \"transactionDateTime\": \"2023-12-25T18:30:00.0\"\n                    },\n                    {\n                        \"isin\": \"INE140A01024\",\n                        \"rate\": \"912.2000\",\n                        \"type\": \"SELL\",\n                        \"txnId\": \"1004498889\",\n                        \"units\": \"500\",\n                        \"narration\": \"To 360 ONE DISTRIBUTION SERVICES LIMITED,eDIS / Block Mechanism / 2023243\",\n                        \"companyName\": \"PIRAMAL ENTERPRISES LIMITED\",\n                        \"equityCategory\": \"EQUITY\",\n                        \"isinDescription\": \"PIRAMAL ENTERPRISES LIMITED EQ NEW FV RS. 2/-\",\n                        \"transactionDateTime\": \"2023-12-26T18:30:00.0\"\n                    },\n                    {\n                        \"isin\": \"INE155A01022\",\n                        \"rate\": \"790.9500\",\n                        \"type\": \"BUY\",\n                        \"txnId\": \"10000003918024\",\n                        \"units\": \"500\",\n                        \"narration\": \"By eDIS / Block Mechanism\",\n                        \"companyName\": \"TATA MOTORS LIMITED  (EARLIER TATA ENGINEERING AND LOCOMOTIVE CO. LTD)\",\n                        \"equityCategory\": \"EQUITY\",\n                        \"isinDescription\": \"TATA MOTORS LIMITED EQ NEW FV RS. 2/-\",\n                        \"transactionDateTime\": \"2024-01-04T18:30:00.0\"\n                    }\n                ]\n            }\n        },\n        {\n            \"linkReferenceNumber\": \"256df2b0-fcd0-473d-8f6b-72762335a503\",\n            \"maskedAccountNumber\": \"XXXXXXXXX9035\",\n            \"fiType\": \"TERM_DEPOSIT\",\n            \"bank\": \"FinShareBankServer\",\n            \"Profile\": {\n                \"Holders\": {\n                    \"type\": \"SINGLE\",\n                    \"Holder\": [\n                        {\n                            \"dob\": \"1947-08-15\",\n                            \"pan\": \"AAAAA0000A\",\n                            \"name\": \"Mr. SANKET  SALVI\",\n                            \"email\": \"mail@mail.com\",\n                            \"mobile\": \"9674987439\",\n                            \"address\": \"ADD1001242\",\n                            \"nominee\": \"REGISTERED\",\n                            \"landline\": \"08942-223322\",\n                            \"ckycCompliance\": \"true\"\n                        }\n                    ]\n                }\n            },\n            \"Summary\": {\n                \"ifsc\": \"ICIC0001124\",\n                \"branch\": \"Jayanagar 4th Block\",\n                \"tenureDays\": \"390\",\n                \"accountType\": \"FIXED\",\n                \"description\": \"390 Days Cumulative Term Deposit \",\n                \"openingDate\": \"2019-12-22\",\n                \"tenureYears\": \"0\",\n                \"currentValue\": \"100000.00\",\n                \"interestRate\": \"5.15\",\n                \"maturityDate\": \"2021-01-16\",\n                \"tenureMonths\": \"0\",\n                \"interestPayout\": \"OnMaturity\",\n                \"maturityAmount\": \"105622.00\",\n                \"principalAmount\": \"100000.00\",\n                \"interestOnMaturity\": \"5622\",\n                \"interestComputation\": \"COMPOUND\",\n                \"compoundingFrequency\": \"QUARTERLY\",\n                \"interestPeriodicPayoutAmount\": \"0\"\n            },\n            \"Transactions\": {\n                \"endDate\": \"2025-08-08\",\n                \"startDate\": \"2022-08-08\",\n                \"Transaction\": [\n                    {\n                        \"mode\": \"ONLINE\",\n                        \"type\": \"CREDIT\",\n                        \"txnId\": \"T7616502283\",\n                        \"amount\": \"7381.79\",\n                        \"balance\": \"100000.00\",\n                        \"narration\": \"TERM DEPOSIT FUNDING\",\n                        \"reference\": \"REF93035439\",\n                        \"valueDate\": \"2024-07-01\",\n                        \"transactionDateTime\": \"2024-07-01T05:00:00.000Z\"\n                    },\n                    {\n                        \"mode\": \"ONLINE\",\n                        \"type\": \"CREDIT\",\n                        \"txnId\": \"T8243154710\",\n                        \"amount\": \"4910.68\",\n                        \"balance\": \"100000.00\",\n                        \"narration\": \"TERM DEPOSIT FUNDING\",\n                        \"reference\": \"REF24124303\",\n                        \"valueDate\": \"2024-07-02\",\n                        \"transactionDateTime\": \"2024-07-02T05:00:00.000Z\"\n                    },\n                    {\n                        \"mode\": \"ONLINE\",\n                        \"type\": \"CREDIT\",\n                        \"txnId\": \"T7556422789\",\n                        \"amount\": \"10412.16\",\n                        \"balance\": \"100000.00\",\n                        \"narration\": \"TERM DEPOSIT FUNDING\",\n                        \"reference\": \"REF78149937\",\n                        \"valueDate\": \"2024-07-03\",\n                        \"transactionDateTime\": \"2024-07-03T05:00:00.000Z\"\n                    },\n                    {\n                        \"mode\": \"ONLINE\",\n                        \"type\": \"CREDIT\",\n                        \"txnId\": \"T2785041229\",\n                        \"amount\": \"6605.59\",\n                        \"balance\": \"100000.00\",\n                        \"narration\": \"TERM DEPOSIT FUNDING\",\n                        \"reference\": \"REF59873425\",\n                        \"valueDate\": \"2024-07-04\",\n                        \"transactionDateTime\": \"2024-07-04T05:00:00.000Z\"\n                    },\n                    {\n                        \"mode\": \"ONLINE\",\n                        \"type\": \"CREDIT\",\n                        \"txnId\": \"T8757938604\",\n                        \"amount\": \"8148.81\",\n                        \"balance\": \"100000.00\",\n                        \"narration\": \"TERM DEPOSIT FUNDING\",\n                        \"reference\": \"REF14624057\",\n                        \"valueDate\": \"2024-07-05\",\n                        \"transactionDateTime\": \"2024-07-05T05:00:00.000Z\"\n                    },\n                    {\n                        \"mode\": \"ONLINE\",\n                        \"type\": \"CREDIT\",\n                        \"txnId\": \"T5109637530\",\n                        \"amount\": \"2250.79\",\n                        \"balance\": \"100000.00\",\n                        \"narration\": \"TERM DEPOSIT FUNDING\",\n                        \"reference\": \"REF19760851\",\n                        \"valueDate\": \"2024-07-06\",\n                        \"transactionDateTime\": \"2024-07-06T05:00:00.000Z\"\n                    },\n                    {\n                        \"mode\": \"ONLINE\",\n                        \"type\": \"CREDIT\",\n                        \"txnId\": \"T6169312707\",\n                        \"amount\": \"8013.89\",\n                        \"balance\": \"100000.00\",\n                        \"narration\": \"TERM DEPOSIT FUNDING\",\n                        \"reference\": \"REF95669603\",\n                        \"valueDate\": \"2024-07-07\",\n                        \"transactionDateTime\": \"2024-07-07T05:00:00.000Z\"\n                    },\n                    {\n                        \"mode\": \"ONLINE\",\n                        \"type\": \"CREDIT\",\n                        \"txnId\": \"T5632524476\",\n                        \"amount\": \"6514.05\",\n                        \"balance\": \"100000.00\",\n                        \"narration\": \"TERM DEPOSIT FUNDING\",\n                        \"reference\": \"REF67208478\",\n                        \"valueDate\": \"2024-07-08\",\n                        \"transactionDateTime\": \"2024-07-08T05:00:00.000Z\"\n                    },\n                    {\n                        \"mode\": \"ONLINE\",\n                        \"type\": \"CREDIT\",\n                        \"txnId\": \"T1268810083\",\n                        \"amount\": \"7056.36\",\n                        \"balance\": \"100000.00\",\n                        \"narration\": \"TERM DEPOSIT FUNDING\",\n                        \"reference\": \"REF70503717\",\n                        \"valueDate\": \"2024-07-09\",\n                        \"transactionDateTime\": \"2024-07-09T05:00:00.000Z\"\n                    },\n                    {\n                        \"mode\": \"ONLINE\",\n                        \"type\": \"CREDIT\",\n                        \"txnId\": \"T6502920512\",\n                        \"amount\": \"6408.81\",\n                        \"balance\": \"100000.00\",\n                        \"narration\": \"TERM DEPOSIT FUNDING\",\n                        \"reference\": \"REF72840108\",\n                        \"valueDate\": \"2024-07-10\",\n                        \"transactionDateTime\": \"2024-07-10T05:00:00.000Z\"\n                    },\n                    {\n                        \"mode\": \"ONLINE\",\n                        \"type\": \"CREDIT\",\n                        \"txnId\": \"T9736377210\",\n                        \"amount\": \"8903.11\",\n                        \"balance\": \"100000.00\",\n                        \"narration\": \"TERM DEPOSIT FUNDING\",\n                        \"reference\": \"REF78209754\",\n                        \"valueDate\": \"2024-08-01\",\n                        \"transactionDateTime\": \"2024-08-01T05:00:00.000Z\"\n                    },\n                    {\n                        \"mode\": \"ONLINE\",\n                        \"type\": \"CREDIT\",\n                        \"txnId\": \"T3741717868\",\n                        \"amount\": \"1648.48\",\n                        \"balance\": \"100000.00\",\n                        \"narration\": \"TERM DEPOSIT FUNDING\",\n                        \"reference\": \"REF35959363\",\n                        \"valueDate\": \"2024-08-02\",\n                        \"transactionDateTime\": \"2024-08-02T05:00:00.000Z\"\n                    },\n                    {\n                        \"mode\": \"ONLINE\",\n                        \"type\": \"CREDIT\",\n                        \"txnId\": \"T1705767836\",\n                        \"amount\": \"1538.45\",\n                        \"balance\": \"100000.00\",\n                        \"narration\": \"TERM DEPOSIT FUNDING\",\n                        \"reference\": \"REF30631960\",\n                        \"valueDate\": \"2024-08-03\",\n                        \"transactionDateTime\": \"2024-08-03T05:00:00.000Z\"\n                    },\n                    {\n                        \"mode\": \"ONLINE\",\n                        \"type\": \"CREDIT\",\n                        \"txnId\": \"T1596464442\",\n                        \"amount\": \"5237.77\",\n                        \"balance\": \"100000.00\",\n                        \"narration\": \"TERM DEPOSIT FUNDING\",\n                        \"reference\": \"REF95809161\",\n                        \"valueDate\": \"2024-08-04\",\n                        \"transactionDateTime\": \"2024-08-04T05:00:00.000Z\"\n                    },\n                    {\n                        \"mode\": \"ONLINE\",\n                        \"type\": \"CREDIT\",\n                        \"txnId\": \"T9659470424\",\n                        \"amount\": \"3481.12\",\n                        \"balance\": \"100000.00\",\n                        \"narration\": \"TERM DEPOSIT FUNDING\",\n                        \"reference\": \"REF64172922\",\n                        \"valueDate\": \"2024-08-05\",\n                        \"transactionDateTime\": \"2024-08-05T05:00:00.000Z\"\n                    },\n                    {\n                        \"mode\": \"ONLINE\",\n                        \"type\": \"CREDIT\",\n                        \"txnId\": \"T7531348585\",\n                        \"amount\": \"6781.88\",\n                        \"balance\": \"100000.00\",\n                        \"narration\": \"TERM DEPOSIT FUNDING\",\n                        \"reference\": \"REF16256255\",\n                        \"valueDate\": \"2024-08-06\",\n                        \"transactionDateTime\": \"2024-08-06T05:00:00.000Z\"\n                    },\n                    {\n                        \"mode\": \"ONLINE\",\n                        \"type\": \"CREDIT\",\n                        \"txnId\": \"T7206563219\",\n                        \"amount\": \"1936.02\",\n                        \"balance\": \"100000.00\",\n                        \"narration\": \"TERM DEPOSIT FUNDING\",\n                        \"reference\": \"REF28985314\",\n                        \"valueDate\": \"2024-08-07\",\n                        \"transactionDateTime\": \"2024-08-07T05:00:00.000Z\"\n                    },\n                    {\n                        \"mode\": \"ONLINE\",\n                        \"type\": \"CREDIT\",\n                        \"txnId\": \"T6229907080\",\n                        \"amount\": \"9721.63\",\n                        \"balance\": \"100000.00\",\n                        \"narration\": \"TERM DEPOSIT FUNDING\",\n                        \"reference\": \"REF10297996\",\n                        \"valueDate\": \"2024-08-08\",\n                        \"transactionDateTime\": \"2024-08-08T05:00:00.000Z\"\n                    },\n                    {\n                        \"mode\": \"ONLINE\",\n                        \"type\": \"CREDIT\",\n                        \"txnId\": \"T3118308783\",\n                        \"amount\": \"5929.05\",\n                        \"balance\": \"100000.00\",\n                        \"narration\": \"TERM DEPOSIT FUNDING\",\n                        \"reference\": \"REF49071375\",\n                        \"valueDate\": \"2024-08-09\",\n                        \"transactionDateTime\": \"2024-08-09T05:00:00.000Z\"\n                    },\n                    {\n                        \"mode\": \"ONLINE\",\n                        \"type\": \"CREDIT\",\n                        \"txnId\": \"T3226867750\",\n                        \"amount\": \"9152.37\",\n                        \"balance\": \"100000.00\",\n                        \"narration\": \"TERM DEPOSIT FUNDING\",\n                        \"reference\": \"REF81903620\",\n                        \"valueDate\": \"2024-08-10\",\n                        \"transactionDateTime\": \"2024-08-10T05:00:00.000Z\"\n                    },\n                    {\n                        \"mode\": \"ONLINE\",\n                        \"type\": \"CREDIT\",\n                        \"txnId\": \"T4695616736\",\n                        \"amount\": \"9985.36\",\n                        \"balance\": \"100000.00\",\n                        \"narration\": \"TERM DEPOSIT FUNDING\",\n                        \"reference\": \"REF78612465\",\n                        \"valueDate\": \"2024-09-01\",\n                        \"transactionDateTime\": \"2024-09-01T05:00:00.000Z\"\n                    },\n                    {\n                        \"mode\": \"ONLINE\",\n                        \"type\": \"CREDIT\",\n                        \"txnId\": \"T7593962618\",\n                        \"amount\": \"10162.09\",\n                        \"balance\": \"100000.00\",\n                        \"narration\": \"TERM DEPOSIT FUNDING\",\n                        \"reference\": \"REF58434100\",\n                        \"valueDate\": \"2024-09-02\",\n                        \"transactionDateTime\": \"2024-09-02T05:00:00.000Z\"\n                    },\n                    {\n                        \"mode\": \"ONLINE\",\n                        \"type\": \"CREDIT\",\n                        \"txnId\": \"T4648205537\",\n                        \"amount\": \"7036.82\",\n                        \"balance\": \"100000.00\",\n                        \"narration\": \"TERM DEPOSIT FUNDING\",\n                        \"reference\": \"REF10767626\",\n                        \"valueDate\": \"2024-09-03\",\n                        \"transactionDateTime\": \"2024-09-03T05:00:00.000Z\"\n                    },\n                    {\n                        \"mode\": \"ONLINE\",\n                        \"type\": \"CREDIT\",\n                        \"txnId\": \"T7608656316\",\n                        \"amount\": \"7056.97\",\n                        \"balance\": \"100000.00\",\n                        \"narration\": \"TERM DEPOSIT FUNDING\",\n                        \"reference\": \"REF82146711\",\n                        \"valueDate\": \"2024-09-04\",\n                        \"transactionDateTime\": \"2024-09-04T05:00:00.000Z\"\n                    },\n                    {\n                        \"mode\": \"ONLINE\",\n                        \"type\": \"CREDIT\",\n                        \"txnId\": \"T5139405041\",\n                        \"amount\": \"10045.17\",\n                        \"balance\": \"100000.00\",\n                        \"narration\": \"TERM DEPOSIT FUNDING\",\n                        \"reference\": \"REF94179386\",\n                        \"valueDate\": \"2024-09-05\",\n                        \"transactionDateTime\": \"2024-09-05T05:00:00.000Z\"\n                    },\n                    {\n                        \"mode\": \"ONLINE\",\n                        \"type\": \"CREDIT\",\n                        \"txnId\": \"T8816595261\",\n                        \"amount\": \"7852.61\",\n                        \"balance\": \"100000.00\",\n                        \"narration\": \"TERM DEPOSIT FUNDING\",\n                        \"reference\": \"REF66100342\",\n                        \"valueDate\": \"2024-09-06\",\n                        \"transactionDateTime\": \"2024-09-06T05:00:00.000Z\"\n                    },\n                    {\n                        \"mode\": \"ONLINE\",\n                        \"type\": \"CREDIT\",\n                        \"txnId\": \"T5851590105\",\n                        \"amount\": \"5309.93\",\n                        \"balance\": \"100000.00\",\n                        \"narration\": \"TERM DEPOSIT FUNDING\",\n                        \"reference\": \"REF26361419\",\n                        \"valueDate\": \"2024-09-07\",\n                        \"transactionDateTime\": \"2024-09-07T05:00:00.000Z\"\n                    },\n                    {\n                        \"mode\": \"ONLINE\",\n                        \"type\": \"CREDIT\",\n                        \"txnId\": \"T1965913203\",\n                        \"amount\": \"7519.47\",\n                        \"balance\": \"100000.00\",\n                        \"narration\": \"TERM DEPOSIT FUNDING\",\n                        \"reference\": \"REF80866767\",\n                        \"valueDate\": \"2024-09-08\",\n                        \"transactionDateTime\": \"2024-09-08T05:00:00.000Z\"\n                    },\n                    {\n                        \"mode\": \"ONLINE\",\n                        \"type\": \"CREDIT\",\n                        \"txnId\": \"T7725100317\",\n                        \"amount\": \"9273.25\",\n                        \"balance\": \"100000.00\",\n                        \"narration\": \"TERM DEPOSIT FUNDING\",\n                        \"reference\": \"REF32702862\",\n                        \"valueDate\": \"2024-09-09\",\n                        \"transactionDateTime\": \"2024-09-09T05:00:00.000Z\"\n                    },\n                    {\n                        \"mode\": \"ONLINE\",\n                        \"type\": \"CREDIT\",\n                        \"txnId\": \"T3289558100\",\n                        \"amount\": \"1617.51\",\n                        \"balance\": \"100000.00\",\n                        \"narration\": \"TERM DEPOSIT FUNDING\",\n                        \"reference\": \"REF92647417\",\n                        \"valueDate\": \"2024-09-10\",\n                        \"transactionDateTime\": \"2024-09-10T05:00:00.000Z\"\n                    },\n                    {\n                        \"mode\": \"ONLINE\",\n                        \"type\": \"CREDIT\",\n                        \"txnId\": \"T2944001607\",\n                        \"amount\": \"3962.07\",\n                        \"balance\": \"100000.00\",\n                        \"narration\": \"TERM DEPOSIT FUNDING\",\n                        \"reference\": \"REF89918655\",\n                        \"valueDate\": \"2024-10-01\",\n                        \"transactionDateTime\": \"2024-10-01T05:00:00.000Z\"\n                    },\n                    {\n                        \"mode\": \"ONLINE\",\n                        \"type\": \"CREDIT\",\n                        \"txnId\": \"T2444116897\",\n                        \"amount\": \"2124.65\",\n                        \"balance\": \"100000.00\",\n                        \"narration\": \"TERM DEPOSIT FUNDING\",\n                        \"reference\": \"REF85744090\",\n                        \"valueDate\": \"2024-10-02\",\n                        \"transactionDateTime\": \"2024-10-02T05:00:00.000Z\"\n                    },\n                    {\n                        \"mode\": \"ONLINE\",\n                        \"type\": \"CREDIT\",\n                        \"txnId\": \"T2306194947\",\n                        \"amount\": \"4593.40\",\n                        \"balance\": \"100000.00\",\n                        \"narration\": \"TERM DEPOSIT FUNDING\",\n                        \"reference\": \"REF29493579\",\n                        \"valueDate\": \"2024-10-03\",\n                        \"transactionDateTime\": \"2024-10-03T05:00:00.000Z\"\n                    },\n                    {\n                        \"mode\": \"ONLINE\",\n                        \"type\": \"CREDIT\",\n                        \"txnId\": \"T8059756132\",\n                        \"amount\": \"10240.06\",\n                        \"balance\": \"100000.00\",\n                        \"narration\": \"TERM DEPOSIT FUNDING\",\n                        \"reference\": \"REF60410516\",\n                        \"valueDate\": \"2024-10-04\",\n                        \"transactionDateTime\": \"2024-10-04T05:00:00.000Z\"\n                    },\n                    {\n                        \"mode\": \"ONLINE\",\n                        \"type\": \"CREDIT\",\n                        \"txnId\": \"T7993680453\",\n                        \"amount\": \"5067.15\",\n                        \"balance\": \"100000.00\",\n                        \"narration\": \"TERM DEPOSIT FUNDING\",\n                        \"reference\": \"REF53813581\",\n                        \"valueDate\": \"2024-10-05\",\n                        \"transactionDateTime\": \"2024-10-05T05:00:00.000Z\"\n                    },\n                    {\n                        \"mode\": \"ONLINE\",\n                        \"type\": \"CREDIT\",\n                        \"txnId\": \"T7669002287\",\n                        \"amount\": \"5996.42\",\n                        \"balance\": \"100000.00\",\n                        \"narration\": \"TERM DEPOSIT FUNDING\",\n                        \"reference\": \"REF18976332\",\n                        \"valueDate\": \"2024-10-06\",\n                        \"transactionDateTime\": \"2024-10-06T05:00:00.000Z\"\n                    },\n                    {\n                        \"mode\": \"ONLINE\",\n                        \"type\": \"CREDIT\",\n                        \"txnId\": \"T1333369005\",\n                        \"amount\": \"4315.74\",\n                        \"balance\": \"100000.00\",\n                        \"narration\": \"TERM DEPOSIT FUNDING\",\n                        \"reference\": \"REF61299820\",\n                        \"valueDate\": \"2024-10-07\",\n                        \"transactionDateTime\": \"2024-10-07T05:00:00.000Z\"\n                    },\n                    {\n                        \"mode\": \"ONLINE\",\n                        \"type\": \"CREDIT\",\n                        \"txnId\": \"T4575343448\",\n                        \"amount\": \"3757.41\",\n                        \"balance\": \"100000.00\",\n                        \"narration\": \"TERM DEPOSIT FUNDING\",\n                        \"reference\": \"REF72061290\",\n                        \"valueDate\": \"2024-10-08\",\n                        \"transactionDateTime\": \"2024-10-08T05:00:00.000Z\"\n                    },\n                    {\n                        \"mode\": \"ONLINE\",\n                        \"type\": \"CREDIT\",\n                        \"txnId\": \"T5441969369\",\n                        \"amount\": \"1229.50\",\n                        \"balance\": \"100000.00\",\n                        \"narration\": \"TERM DEPOSIT FUNDING\",\n                        \"reference\": \"REF31012256\",\n                        \"valueDate\": \"2024-10-09\",\n                        \"transactionDateTime\": \"2024-10-09T05:00:00.000Z\"\n                    },\n                    {\n                        \"mode\": \"ONLINE\",\n                        \"type\": \"CREDIT\",\n                        \"txnId\": \"T5051170195\",\n                        \"amount\": \"5154.34\",\n                        \"balance\": \"100000.00\",\n                        \"narration\": \"TERM DEPOSIT FUNDING\",\n                        \"reference\": \"REF46662594\",\n                        \"valueDate\": \"2024-10-10\",\n                        \"transactionDateTime\": \"2024-10-10T05:00:00.000Z\"\n                    },\n                    {\n                        \"mode\": \"ONLINE\",\n                        \"type\": \"CREDIT\",\n                        \"txnId\": \"T1640241213\",\n                        \"amount\": \"8325.95\",\n                        \"balance\": \"100000.00\",\n                        \"narration\": \"TERM DEPOSIT FUNDING\",\n                        \"reference\": \"REF96756837\",\n                        \"valueDate\": \"2024-11-01\",\n                        \"transactionDateTime\": \"2024-11-01T05:00:00.000Z\"\n                    },\n                    {\n                        \"mode\": \"ONLINE\",\n                        \"type\": \"CREDIT\",\n                        \"txnId\": \"T9818021470\",\n                        \"amount\": \"3427.05\",\n                        \"balance\": \"100000.00\",\n                        \"narration\": \"TERM DEPOSIT FUNDING\",\n                        \"reference\": \"REF96782595\",\n                        \"valueDate\": \"2024-11-02\",\n                        \"transactionDateTime\": \"2024-11-02T05:00:00.000Z\"\n                    },\n                    {\n                        \"mode\": \"ONLINE\",\n                        \"type\": \"CREDIT\",\n                        \"txnId\": \"T1883710429\",\n                        \"amount\": \"8227.76\",\n                        \"balance\": \"100000.00\",\n                        \"narration\": \"TERM DEPOSIT FUNDING\",\n                        \"reference\": \"REF95921123\",\n                        \"valueDate\": \"2024-11-03\",\n                        \"transactionDateTime\": \"2024-11-03T05:00:00.000Z\"\n                    },\n                    {\n                        \"mode\": \"ONLINE\",\n                        \"type\": \"CREDIT\",\n                        \"txnId\": \"T8378396256\",\n                        \"amount\": \"4038.77\",\n                        \"balance\": \"100000.00\",\n                        \"narration\": \"TERM DEPOSIT FUNDING\",\n                        \"reference\": \"REF98702308\",\n                        \"valueDate\": \"2024-11-04\",\n                        \"transactionDateTime\": \"2024-11-04T05:00:00.000Z\"\n                    },\n                    {\n                        \"mode\": \"ONLINE\",\n                        \"type\": \"CREDIT\",\n                        \"txnId\": \"T5584510186\",\n                        \"amount\": \"5180.75\",\n                        \"balance\": \"100000.00\",\n                        \"narration\": \"TERM DEPOSIT FUNDING\",\n                        \"reference\": \"REF39563444\",\n                        \"valueDate\": \"2024-11-05\",\n                        \"transactionDateTime\": \"2024-11-05T05:00:00.000Z\"\n                    },\n                    {\n                        \"mode\": \"ONLINE\",\n                        \"type\": \"CREDIT\",\n                        \"txnId\": \"T9563567899\",\n                        \"amount\": \"5706.47\",\n                        \"balance\": \"100000.00\",\n                        \"narration\": \"TERM DEPOSIT FUNDING\",\n                        \"reference\": \"REF26584148\",\n                        \"valueDate\": \"2024-11-06\",\n                        \"transactionDateTime\": \"2024-11-06T05:00:00.000Z\"\n                    },\n                    {\n                        \"mode\": \"ONLINE\",\n                        \"type\": \"CREDIT\",\n                        \"txnId\": \"T1295298736\",\n                        \"amount\": \"5163.88\",\n                        \"balance\": \"100000.00\",\n                        \"narration\": \"TERM DEPOSIT FUNDING\",\n                        \"reference\": \"REF97030318\",\n                        \"valueDate\": \"2024-11-07\",\n                        \"transactionDateTime\": \"2024-11-07T05:00:00.000Z\"\n                    },\n                    {\n                        \"mode\": \"ONLINE\",\n                        \"type\": \"CREDIT\",\n                        \"txnId\": \"T2777280708\",\n                        \"amount\": \"8250.46\",\n                        \"balance\": \"100000.00\",\n                        \"narration\": \"TERM DEPOSIT FUNDING\",\n                        \"reference\": \"REF50801613\",\n                        \"valueDate\": \"2024-11-08\",\n                        \"transactionDateTime\": \"2024-11-08T05:00:00.000Z\"\n                    },\n                    {\n                        \"mode\": \"ONLINE\",\n                        \"type\": \"CREDIT\",\n                        \"txnId\": \"T5730605917\",\n                        \"amount\": \"1595.88\",\n                        \"balance\": \"100000.00\",\n                        \"narration\": \"TERM DEPOSIT FUNDING\",\n                        \"reference\": \"REF78004301\",\n                        \"valueDate\": \"2024-11-09\",\n                        \"transactionDateTime\": \"2024-11-09T05:00:00.000Z\"\n                    },\n                    {\n                        \"mode\": \"ONLINE\",\n                        \"type\": \"CREDIT\",\n                        \"txnId\": \"T6645575152\",\n                        \"amount\": \"10191.52\",\n                        \"balance\": \"100000.00\",\n                        \"narration\": \"TERM DEPOSIT FUNDING\",\n                        \"reference\": \"REF90606310\",\n                        \"valueDate\": \"2024-11-10\",\n                        \"transactionDateTime\": \"2024-11-10T05:00:00.000Z\"\n                    },\n                    {\n                        \"mode\": \"ONLINE\",\n                        \"type\": \"CREDIT\",\n                        \"txnId\": \"T7933377044\",\n                        \"amount\": \"2544.00\",\n                        \"balance\": \"100000.00\",\n                        \"narration\": \"TERM DEPOSIT FUNDING\",\n                        \"reference\": \"REF55347511\",\n                        \"valueDate\": \"2024-12-01\",\n                        \"transactionDateTime\": \"2024-12-01T05:00:00.000Z\"\n                    },\n                    {\n                        \"mode\": \"ONLINE\",\n                        \"type\": \"CREDIT\",\n                        \"txnId\": \"T4941310712\",\n                        \"amount\": \"4355.25\",\n                        \"balance\": \"100000.00\",\n                        \"narration\": \"TERM DEPOSIT FUNDING\",\n                        \"reference\": \"REF37567920\",\n                        \"valueDate\": \"2024-12-02\",\n                        \"transactionDateTime\": \"2024-12-02T05:00:00.000Z\"\n                    },\n                    {\n                        \"mode\": \"ONLINE\",\n                        \"type\": \"CREDIT\",\n                        \"txnId\": \"T7897953732\",\n                        \"amount\": \"2370.63\",\n                        \"balance\": \"100000.00\",\n                        \"narration\": \"TERM DEPOSIT FUNDING\",\n                        \"reference\": \"REF21037858\",\n                        \"valueDate\": \"2024-12-03\",\n                        \"transactionDateTime\": \"2024-12-03T05:00:00.000Z\"\n                    },\n                    {\n                        \"mode\": \"ONLINE\",\n                        \"type\": \"CREDIT\",\n                        \"txnId\": \"T5097580977\",\n                        \"amount\": \"7630.45\",\n                        \"balance\": \"100000.00\",\n                        \"narration\": \"TERM DEPOSIT FUNDING\",\n                        \"reference\": \"REF18498791\",\n                        \"valueDate\": \"2024-12-04\",\n                        \"transactionDateTime\": \"2024-12-04T05:00:00.000Z\"\n                    },\n                    {\n                        \"mode\": \"ONLINE\",\n                        \"type\": \"CREDIT\",\n                        \"txnId\": \"T3816614381\",\n                        \"amount\": \"1710.63\",\n                        \"balance\": \"100000.00\",\n                        \"narration\": \"TERM DEPOSIT FUNDING\",\n                        \"reference\": \"REF31865888\",\n                        \"valueDate\": \"2024-12-05\",\n                        \"transactionDateTime\": \"2024-12-05T05:00:00.000Z\"\n                    },\n                    {\n                        \"mode\": \"ONLINE\",\n                        \"type\": \"CREDIT\",\n                        \"txnId\": \"T5110617652\",\n                        \"amount\": \"3493.02\",\n                        \"balance\": \"100000.00\",\n                        \"narration\": \"TERM DEPOSIT FUNDING\",\n                        \"reference\": \"REF99677327\",\n                        \"valueDate\": \"2024-12-06\",\n                        \"transactionDateTime\": \"2024-12-06T05:00:00.000Z\"\n                    },\n                    {\n                        \"mode\": \"ONLINE\",\n                        \"type\": \"CREDIT\",\n                        \"txnId\": \"T7902785082\",\n                        \"amount\": \"10248.91\",\n                        \"balance\": \"100000.00\",\n                        \"narration\": \"TERM DEPOSIT FUNDING\",\n                        \"reference\": \"REF59519668\",\n                        \"valueDate\": \"2024-12-07\",\n                        \"transactionDateTime\": \"2024-12-07T05:00:00.000Z\"\n                    },\n                    {\n                        \"mode\": \"ONLINE\",\n                        \"type\": \"CREDIT\",\n                        \"txnId\": \"T4863517223\",\n                        \"amount\": \"7730.44\",\n                        \"balance\": \"100000.00\",\n                        \"narration\": \"TERM DEPOSIT FUNDING\",\n                        \"reference\": \"REF33336747\",\n                        \"valueDate\": \"2024-12-08\",\n                        \"transactionDateTime\": \"2024-12-08T05:00:00.000Z\"\n                    },\n                    {\n                        \"mode\": \"ONLINE\",\n                        \"type\": \"CREDIT\",\n                        \"txnId\": \"T1493173346\",\n                        \"amount\": \"1861.04\",\n                        \"balance\": \"100000.00\",\n                        \"narration\": \"TERM DEPOSIT FUNDING\",\n                        \"reference\": \"REF97614141\",\n                        \"valueDate\": \"2024-12-09\",\n                        \"transactionDateTime\": \"2024-12-09T05:00:00.000Z\"\n                    },\n                    {\n                        \"mode\": \"ONLINE\",\n                        \"type\": \"CREDIT\",\n                        \"txnId\": \"T6514803537\",\n                        \"amount\": \"1728.38\",\n                        \"balance\": \"100000.00\",\n                        \"narration\": \"TERM DEPOSIT FUNDING\",\n                        \"reference\": \"REF74549561\",\n                        \"valueDate\": \"2024-12-10\",\n                        \"transactionDateTime\": \"2024-12-10T05:00:00.000Z\"\n                    },\n                    {\n                        \"mode\": \"ONLINE\",\n                        \"type\": \"CREDIT\",\n                        \"txnId\": \"T5860586723\",\n                        \"amount\": \"10052.18\",\n                        \"balance\": \"100000.00\",\n                        \"narration\": \"TERM DEPOSIT FUNDING\",\n                        \"reference\": \"REF40125951\",\n                        \"valueDate\": \"2025-01-01\",\n                        \"transactionDateTime\": \"2025-01-01T05:00:00.000Z\"\n                    },\n                    {\n                        \"mode\": \"ONLINE\",\n                        \"type\": \"CREDIT\",\n                        \"txnId\": \"T9327080289\",\n                        \"amount\": \"3605.77\",\n                        \"balance\": \"100000.00\",\n                        \"narration\": \"TERM DEPOSIT FUNDING\",\n                        \"reference\": \"REF74429354\",\n                        \"valueDate\": \"2025-01-02\",\n                        \"transactionDateTime\": \"2025-01-02T05:00:00.000Z\"\n                    },\n                    {\n                        \"mode\": \"ONLINE\",\n                        \"type\": \"CREDIT\",\n                        \"txnId\": \"T9786538055\",\n                        \"amount\": \"8412.85\",\n                        \"balance\": \"100000.00\",\n                        \"narration\": \"TERM DEPOSIT FUNDING\",\n                        \"reference\": \"REF14164057\",\n                        \"valueDate\": \"2025-01-03\",\n                        \"transactionDateTime\": \"2025-01-03T05:00:00.000Z\"\n                    },\n                    {\n                        \"mode\": \"ONLINE\",\n                        \"type\": \"CREDIT\",\n                        \"txnId\": \"T1287239633\",\n                        \"amount\": \"10775.89\",\n                        \"balance\": \"100000.00\",\n                        \"narration\": \"TERM DEPOSIT FUNDING\",\n                        \"reference\": \"REF10194180\",\n                        \"valueDate\": \"2025-01-04\",\n                        \"transactionDateTime\": \"2025-01-04T05:00:00.000Z\"\n                    },\n                    {\n                        \"mode\": \"ONLINE\",\n                        \"type\": \"CREDIT\",\n                        \"txnId\": \"T4790143262\",\n                        \"amount\": \"8892.32\",\n                        \"balance\": \"100000.00\",\n                        \"narration\": \"TERM DEPOSIT FUNDING\",\n                        \"reference\": \"REF50391555\",\n                        \"valueDate\": \"2025-01-05\",\n                        \"transactionDateTime\": \"2025-01-05T05:00:00.000Z\"\n                    },\n                    {\n                        \"mode\": \"ONLINE\",\n                        \"type\": \"CREDIT\",\n                        \"txnId\": \"T7441386170\",\n                        \"amount\": \"1688.88\",\n                        \"balance\": \"100000.00\",\n                        \"narration\": \"TERM DEPOSIT FUNDING\",\n                        \"reference\": \"REF93765776\",\n                        \"valueDate\": \"2025-01-06\",\n                        \"transactionDateTime\": \"2025-01-06T05:00:00.000Z\"\n                    },\n                    {\n                        \"mode\": \"ONLINE\",\n                        \"type\": \"CREDIT\",\n                        \"txnId\": \"T8911616574\",\n                        \"amount\": \"6478.66\",\n                        \"balance\": \"100000.00\",\n                        \"narration\": \"TERM DEPOSIT FUNDING\",\n                        \"reference\": \"REF67053684\",\n                        \"valueDate\": \"2025-01-07\",\n                        \"transactionDateTime\": \"2025-01-07T05:00:00.000Z\"\n                    },\n                    {\n                        \"mode\": \"ONLINE\",\n                        \"type\": \"CREDIT\",\n                        \"txnId\": \"T9285700672\",\n                        \"amount\": \"8450.14\",\n                        \"balance\": \"100000.00\",\n                        \"narration\": \"TERM DEPOSIT FUNDING\",\n                        \"reference\": \"REF42719356\",\n                        \"valueDate\": \"2025-01-08\",\n                        \"transactionDateTime\": \"2025-01-08T05:00:00.000Z\"\n                    },\n                    {\n                        \"mode\": \"ONLINE\",\n                        \"type\": \"CREDIT\",\n                        \"txnId\": \"T6608317180\",\n                        \"amount\": \"8710.29\",\n                        \"balance\": \"100000.00\",\n                        \"narration\": \"TERM DEPOSIT FUNDING\",\n                        \"reference\": \"REF27782985\",\n                        \"valueDate\": \"2025-01-09\",\n                        \"transactionDateTime\": \"2025-01-09T05:00:00.000Z\"\n                    },\n                    {\n                        \"mode\": \"ONLINE\",\n                        \"type\": \"CREDIT\",\n                        \"txnId\": \"T8708172151\",\n                        \"amount\": \"3547.98\",\n                        \"balance\": \"100000.00\",\n                        \"narration\": \"TERM DEPOSIT FUNDING\",\n                        \"reference\": \"REF58025178\",\n                        \"valueDate\": \"2025-01-10\",\n                        \"transactionDateTime\": \"2025-01-10T05:00:00.000Z\"\n                    },\n                    {\n                        \"mode\": \"ONLINE\",\n                        \"type\": \"CREDIT\",\n                        \"txnId\": \"T6687752326\",\n                        \"amount\": \"2044.97\",\n                        \"balance\": \"100000.00\",\n                        \"narration\": \"TERM DEPOSIT FUNDING\",\n                        \"reference\": \"REF10802524\",\n                        \"valueDate\": \"2025-02-01\",\n                        \"transactionDateTime\": \"2025-02-01T05:00:00.000Z\"\n                    },\n                    {\n                        \"mode\": \"ONLINE\",\n                        \"type\": \"CREDIT\",\n                        \"txnId\": \"T6917039658\",\n                        \"amount\": \"4246.51\",\n                        \"balance\": \"100000.00\",\n                        \"narration\": \"TERM DEPOSIT FUNDING\",\n                        \"reference\": \"REF47454651\",\n                        \"valueDate\": \"2025-02-02\",\n                        \"transactionDateTime\": \"2025-02-02T05:00:00.000Z\"\n                    },\n                    {\n                        \"mode\": \"ONLINE\",\n                        \"type\": \"CREDIT\",\n                        \"txnId\": \"T2780563043\",\n                        \"amount\": \"6552.53\",\n                        \"balance\": \"100000.00\",\n                        \"narration\": \"TERM DEPOSIT FUNDING\",\n                        \"reference\": \"REF38356194\",\n                        \"valueDate\": \"2025-02-03\",\n                        \"transactionDateTime\": \"2025-02-03T05:00:00.000Z\"\n                    },\n                    {\n                        \"mode\": \"ONLINE\",\n                        \"type\": \"CREDIT\",\n                        \"txnId\": \"T3780157461\",\n                        \"amount\": \"6106.13\",\n                        \"balance\": \"100000.00\",\n                        \"narration\": \"TERM DEPOSIT FUNDING\",\n                        \"reference\": \"REF34906988\",\n                        \"valueDate\": \"2025-02-04\",\n                        \"transactionDateTime\": \"2025-02-04T05:00:00.000Z\"\n                    },\n                    {\n                        \"mode\": \"ONLINE\",\n                        \"type\": \"CREDIT\",\n                        \"txnId\": \"T1780274795\",\n                        \"amount\": \"10331.58\",\n                        \"balance\": \"100000.00\",\n                        \"narration\": \"TERM DEPOSIT FUNDING\",\n                        \"reference\": \"REF14629706\",\n                        \"valueDate\": \"2025-02-05\",\n                        \"transactionDateTime\": \"2025-02-05T05:00:00.000Z\"\n                    },\n                    {\n                        \"mode\": \"ONLINE\",\n                        \"type\": \"CREDIT\",\n                        \"txnId\": \"T8801875732\",\n                        \"amount\": \"5579.71\",\n                        \"balance\": \"100000.00\",\n                        \"narration\": \"TERM DEPOSIT FUNDING\",\n                        \"reference\": \"REF79282911\",\n                        \"valueDate\": \"2025-02-06\",\n                        \"transactionDateTime\": \"2025-02-06T05:00:00.000Z\"\n                    },\n                    {\n                        \"mode\": \"ONLINE\",\n                        \"type\": \"CREDIT\",\n                        \"txnId\": \"T3828489051\",\n                        \"amount\": \"9873.89\",\n                        \"balance\": \"100000.00\",\n                        \"narration\": \"TERM DEPOSIT FUNDING\",\n                        \"reference\": \"REF39085830\",\n                        \"valueDate\": \"2025-02-07\",\n                        \"transactionDateTime\": \"2025-02-07T05:00:00.000Z\"\n                    },\n                    {\n                        \"mode\": \"ONLINE\",\n                        \"type\": \"CREDIT\",\n                        \"txnId\": \"T4319743208\",\n                        \"amount\": \"7172.35\",\n                        \"balance\": \"100000.00\",\n                        \"narration\": \"TERM DEPOSIT FUNDING\",\n                        \"reference\": \"REF35248497\",\n                        \"valueDate\": \"2025-02-08\",\n                        \"transactionDateTime\": \"2025-02-08T05:00:00.000Z\"\n                    },\n                    {\n                        \"mode\": \"ONLINE\",\n                        \"type\": \"CREDIT\",\n                        \"txnId\": \"T9683364350\",\n                        \"amount\": \"9440.92\",\n                        \"balance\": \"100000.00\",\n                        \"narration\": \"TERM DEPOSIT FUNDING\",\n                        \"reference\": \"REF61277879\",\n                        \"valueDate\": \"2025-02-09\",\n                        \"transactionDateTime\": \"2025-02-09T05:00:00.000Z\"\n                    },\n                    {\n                        \"mode\": \"ONLINE\",\n                        \"type\": \"CREDIT\",\n                        \"txnId\": \"T5326293919\",\n                        \"amount\": \"2353.80\",\n                        \"balance\": \"100000.00\",\n                        \"narration\": \"TERM DEPOSIT FUNDING\",\n                        \"reference\": \"REF32554278\",\n                        \"valueDate\": \"2025-02-10\",\n                        \"transactionDateTime\": \"2025-02-10T05:00:00.000Z\"\n                    },\n                    {\n                        \"mode\": \"ONLINE\",\n                        \"type\": \"CREDIT\",\n                        \"txnId\": \"T5913060092\",\n                        \"amount\": \"9749.56\",\n                        \"balance\": \"100000.00\",\n                        \"narration\": \"TERM DEPOSIT FUNDING\",\n                        \"reference\": \"REF23076707\",\n                        \"valueDate\": \"2025-03-01\",\n                        \"transactionDateTime\": \"2025-03-01T05:00:00.000Z\"\n                    },\n                    {\n                        \"mode\": \"ONLINE\",\n                        \"type\": \"CREDIT\",\n                        \"txnId\": \"T5864574904\",\n                        \"amount\": \"7800.36\",\n                        \"balance\": \"100000.00\",\n                        \"narration\": \"TERM DEPOSIT FUNDING\",\n                        \"reference\": \"REF27094727\",\n                        \"valueDate\": \"2025-03-02\",\n                        \"transactionDateTime\": \"2025-03-02T05:00:00.000Z\"\n                    },\n                    {\n                        \"mode\": \"ONLINE\",\n                        \"type\": \"CREDIT\",\n                        \"txnId\": \"T1099996626\",\n                        \"amount\": \"7372.69\",\n                        \"balance\": \"100000.00\",\n                        \"narration\": \"TERM DEPOSIT FUNDING\",\n                        \"reference\": \"REF33225160\",\n                        \"valueDate\": \"2025-03-03\",\n                        \"transactionDateTime\": \"2025-03-03T05:00:00.000Z\"\n                    },\n                    {\n                        \"mode\": \"ONLINE\",\n                        \"type\": \"CREDIT\",\n                        \"txnId\": \"T6171664239\",\n                        \"amount\": \"2210.50\",\n                        \"balance\": \"100000.00\",\n                        \"narration\": \"TERM DEPOSIT FUNDING\",\n                        \"reference\": \"REF44481609\",\n                        \"valueDate\": \"2025-03-04\",\n                        \"transactionDateTime\": \"2025-03-04T05:00:00.000Z\"\n                    },\n                    {\n                        \"mode\": \"ONLINE\",\n                        \"type\": \"CREDIT\",\n                        \"txnId\": \"T1913358039\",\n                        \"amount\": \"2719.39\",\n                        \"balance\": \"100000.00\",\n                        \"narration\": \"TERM DEPOSIT FUNDING\",\n                        \"reference\": \"REF26990678\",\n                        \"valueDate\": \"2025-03-05\",\n                        \"transactionDateTime\": \"2025-03-05T05:00:00.000Z\"\n                    },\n                    {\n                        \"mode\": \"ONLINE\",\n                        \"type\": \"CREDIT\",\n                        \"txnId\": \"T9117112256\",\n                        \"amount\": \"4683.26\",\n                        \"balance\": \"100000.00\",\n                        \"narration\": \"TERM DEPOSIT FUNDING\",\n                        \"reference\": \"REF30445981\",\n                        \"valueDate\": \"2025-03-06\",\n                        \"transactionDateTime\": \"2025-03-06T05:00:00.000Z\"\n                    },\n                    {\n                        \"mode\": \"ONLINE\",\n                        \"type\": \"CREDIT\",\n                        \"txnId\": \"T9564446371\",\n                        \"amount\": \"6839.40\",\n                        \"balance\": \"100000.00\",\n                        \"narration\": \"TERM DEPOSIT FUNDING\",\n                        \"reference\": \"REF86719983\",\n                        \"valueDate\": \"2025-03-07\",\n                        \"transactionDateTime\": \"2025-03-07T05:00:00.000Z\"\n                    },\n                    {\n                        \"mode\": \"ONLINE\",\n                        \"type\": \"CREDIT\",\n                        \"txnId\": \"T7186335790\",\n                        \"amount\": \"6243.79\",\n                        \"balance\": \"100000.00\",\n                        \"narration\": \"TERM DEPOSIT FUNDING\",\n                        \"reference\": \"REF91461346\",\n                        \"valueDate\": \"2025-03-08\",\n                        \"transactionDateTime\": \"2025-03-08T05:00:00.000Z\"\n                    },\n                    {\n                        \"mode\": \"ONLINE\",\n                        \"type\": \"CREDIT\",\n                        \"txnId\": \"T8297987833\",\n                        \"amount\": \"4567.90\",\n                        \"balance\": \"100000.00\",\n                        \"narration\": \"TERM DEPOSIT FUNDING\",\n                        \"reference\": \"REF19519927\",\n                        \"valueDate\": \"2025-03-09\",\n                        \"transactionDateTime\": \"2025-03-09T05:00:00.000Z\"\n                    },\n                    {\n                        \"mode\": \"ONLINE\",\n                        \"type\": \"CREDIT\",\n                        \"txnId\": \"T2612248403\",\n                        \"amount\": \"5840.89\",\n                        \"balance\": \"100000.00\",\n                        \"narration\": \"TERM DEPOSIT FUNDING\",\n                        \"reference\": \"REF23423227\",\n                        \"valueDate\": \"2025-03-10\",\n                        \"transactionDateTime\": \"2025-03-10T05:00:00.000Z\"\n                    },\n                    {\n                        \"mode\": \"ONLINE\",\n                        \"type\": \"CREDIT\",\n                        \"txnId\": \"T5250024712\",\n                        \"amount\": \"7036.24\",\n                        \"balance\": \"100000.00\",\n                        \"narration\": \"TERM DEPOSIT FUNDING\",\n                        \"reference\": \"REF95573712\",\n                        \"valueDate\": \"2025-04-01\",\n                        \"transactionDateTime\": \"2025-04-01T05:00:00.000Z\"\n                    },\n                    {\n                        \"mode\": \"ONLINE\",\n                        \"type\": \"CREDIT\",\n                        \"txnId\": \"T7548718266\",\n                        \"amount\": \"7544.64\",\n                        \"balance\": \"100000.00\",\n                        \"narration\": \"TERM DEPOSIT FUNDING\",\n                        \"reference\": \"REF42982311\",\n                        \"valueDate\": \"2025-04-02\",\n                        \"transactionDateTime\": \"2025-04-02T05:00:00.000Z\"\n                    },\n                    {\n                        \"mode\": \"ONLINE\",\n                        \"type\": \"CREDIT\",\n                        \"txnId\": \"T5949998994\",\n                        \"amount\": \"3547.88\",\n                        \"balance\": \"100000.00\",\n                        \"narration\": \"TERM DEPOSIT FUNDING\",\n                        \"reference\": \"REF13782663\",\n                        \"valueDate\": \"2025-04-03\",\n                        \"transactionDateTime\": \"2025-04-03T05:00:00.000Z\"\n                    },\n                    {\n                        \"mode\": \"ONLINE\",\n                        \"type\": \"CREDIT\",\n                        \"txnId\": \"T3976958167\",\n                        \"amount\": \"5672.97\",\n                        \"balance\": \"100000.00\",\n                        \"narration\": \"TERM DEPOSIT FUNDING\",\n                        \"reference\": \"REF79131404\",\n                        \"valueDate\": \"2025-04-04\",\n                        \"transactionDateTime\": \"2025-04-04T05:00:00.000Z\"\n                    },\n                    {\n                        \"mode\": \"ONLINE\",\n                        \"type\": \"CREDIT\",\n                        \"txnId\": \"T4878226254\",\n                        \"amount\": \"2129.82\",\n                        \"balance\": \"100000.00\",\n                        \"narration\": \"TERM DEPOSIT FUNDING\",\n                        \"reference\": \"REF10865145\",\n                        \"valueDate\": \"2025-04-05\",\n                        \"transactionDateTime\": \"2025-04-05T05:00:00.000Z\"\n                    },\n                    {\n                        \"mode\": \"ONLINE\",\n                        \"type\": \"CREDIT\",\n                        \"txnId\": \"T4565160555\",\n                        \"amount\": \"5612.87\",\n                        \"balance\": \"100000.00\",\n                        \"narration\": \"TERM DEPOSIT FUNDING\",\n                        \"reference\": \"REF14024655\",\n                        \"valueDate\": \"2025-04-06\",\n                        \"transactionDateTime\": \"2025-04-06T05:00:00.000Z\"\n                    },\n                    {\n                        \"mode\": \"ONLINE\",\n                        \"type\": \"CREDIT\",\n                        \"txnId\": \"T6658909414\",\n                        \"amount\": \"2820.98\",\n                        \"balance\": \"100000.00\",\n                        \"narration\": \"TERM DEPOSIT FUNDING\",\n                        \"reference\": \"REF11171004\",\n                        \"valueDate\": \"2025-04-07\",\n                        \"transactionDateTime\": \"2025-04-07T05:00:00.000Z\"\n                    },\n                    {\n                        \"mode\": \"ONLINE\",\n                        \"type\": \"CREDIT\",\n                        \"txnId\": \"T2114458057\",\n                        \"amount\": \"1380.88\",\n                        \"balance\": \"100000.00\",\n                        \"narration\": \"TERM DEPOSIT FUNDING\",\n                        \"reference\": \"REF99390343\",\n                        \"valueDate\": \"2025-04-08\",\n                        \"transactionDateTime\": \"2025-04-08T05:00:00.000Z\"\n                    },\n                    {\n                        \"mode\": \"ONLINE\",\n                        \"type\": \"CREDIT\",\n                        \"txnId\": \"T2995520387\",\n                        \"amount\": \"4240.43\",\n                        \"balance\": \"100000.00\",\n                        \"narration\": \"TERM DEPOSIT FUNDING\",\n                        \"reference\": \"REF59749536\",\n                        \"valueDate\": \"2025-04-09\",\n                        \"transactionDateTime\": \"2025-04-09T05:00:00.000Z\"\n                    },\n                    {\n                        \"mode\": \"ONLINE\",\n                        \"type\": \"CREDIT\",\n                        \"txnId\": \"T6837485107\",\n                        \"amount\": \"10303.17\",\n                        \"balance\": \"100000.00\",\n                        \"narration\": \"TERM DEPOSIT FUNDING\",\n                        \"reference\": \"REF27480047\",\n                        \"valueDate\": \"2025-04-10\",\n                        \"transactionDateTime\": \"2025-04-10T05:00:00.000Z\"\n                    },\n                    {\n                        \"mode\": \"ONLINE\",\n                        \"type\": \"CREDIT\",\n                        \"txnId\": \"T2553689904\",\n                        \"amount\": \"1497.56\",\n                        \"balance\": \"100000.00\",\n                        \"narration\": \"TERM DEPOSIT FUNDING\",\n                        \"reference\": \"REF68567305\",\n                        \"valueDate\": \"2025-05-01\",\n                        \"transactionDateTime\": \"2025-05-01T05:00:00.000Z\"\n                    },\n                    {\n                        \"mode\": \"ONLINE\",\n                        \"type\": \"CREDIT\",\n                        \"txnId\": \"T8063646134\",\n                        \"amount\": \"10652.14\",\n                        \"balance\": \"100000.00\",\n                        \"narration\": \"TERM DEPOSIT FUNDING\",\n                        \"reference\": \"REF38038219\",\n                        \"valueDate\": \"2025-05-02\",\n                        \"transactionDateTime\": \"2025-05-02T05:00:00.000Z\"\n                    },\n                    {\n                        \"mode\": \"ONLINE\",\n                        \"type\": \"CREDIT\",\n                        \"txnId\": \"T7329999381\",\n                        \"amount\": \"10692.26\",\n                        \"balance\": \"100000.00\",\n                        \"narration\": \"TERM DEPOSIT FUNDING\",\n                        \"reference\": \"REF84423142\",\n                        \"valueDate\": \"2025-05-03\",\n                        \"transactionDateTime\": \"2025-05-03T05:00:00.000Z\"\n                    },\n                    {\n                        \"mode\": \"ONLINE\",\n                        \"type\": \"CREDIT\",\n                        \"txnId\": \"T3322226967\",\n                        \"amount\": \"9643.48\",\n                        \"balance\": \"100000.00\",\n                        \"narration\": \"TERM DEPOSIT FUNDING\",\n                        \"reference\": \"REF41718599\",\n                        \"valueDate\": \"2025-05-04\",\n                        \"transactionDateTime\": \"2025-05-04T05:00:00.000Z\"\n                    },\n                    {\n                        \"mode\": \"ONLINE\",\n                        \"type\": \"CREDIT\",\n                        \"txnId\": \"T2809839526\",\n                        \"amount\": \"10880.07\",\n                        \"balance\": \"100000.00\",\n                        \"narration\": \"TERM DEPOSIT FUNDING\",\n                        \"reference\": \"REF98451659\",\n                        \"valueDate\": \"2025-05-05\",\n                        \"transactionDateTime\": \"2025-05-05T05:00:00.000Z\"\n                    },\n                    {\n                        \"mode\": \"ONLINE\",\n                        \"type\": \"CREDIT\",\n                        \"txnId\": \"T4502845233\",\n                        \"amount\": \"7503.80\",\n                        \"balance\": \"100000.00\",\n                        \"narration\": \"TERM DEPOSIT FUNDING\",\n                        \"reference\": \"REF30567007\",\n                        \"valueDate\": \"2025-05-06\",\n                        \"transactionDateTime\": \"2025-05-06T05:00:00.000Z\"\n                    },\n                    {\n                        \"mode\": \"ONLINE\",\n                        \"type\": \"CREDIT\",\n                        \"txnId\": \"T3965462929\",\n                        \"amount\": \"7850.96\",\n                        \"balance\": \"100000.00\",\n                        \"narration\": \"TERM DEPOSIT FUNDING\",\n                        \"reference\": \"REF94891436\",\n                        \"valueDate\": \"2025-05-07\",\n                        \"transactionDateTime\": \"2025-05-07T05:00:00.000Z\"\n                    },\n                    {\n                        \"mode\": \"ONLINE\",\n                        \"type\": \"CREDIT\",\n                        \"txnId\": \"T7492930927\",\n                        \"amount\": \"1938.40\",\n                        \"balance\": \"100000.00\",\n                        \"narration\": \"TERM DEPOSIT FUNDING\",\n                        \"reference\": \"REF72779902\",\n                        \"valueDate\": \"2025-05-08\",\n                        \"transactionDateTime\": \"2025-05-08T05:00:00.000Z\"\n                    },\n                    {\n                        \"mode\": \"ONLINE\",\n                        \"type\": \"CREDIT\",\n                        \"txnId\": \"T7070547129\",\n                        \"amount\": \"8628.90\",\n                        \"balance\": \"100000.00\",\n                        \"narration\": \"TERM DEPOSIT FUNDING\",\n                        \"reference\": \"REF59473397\",\n                        \"valueDate\": \"2025-05-09\",\n                        \"transactionDateTime\": \"2025-05-09T05:00:00.000Z\"\n                    },\n                    {\n                        \"mode\": \"ONLINE\",\n                        \"type\": \"CREDIT\",\n                        \"txnId\": \"T5305584059\",\n                        \"amount\": \"3107.29\",\n                        \"balance\": \"100000.00\",\n                        \"narration\": \"TERM DEPOSIT FUNDING\",\n                        \"reference\": \"REF14148436\",\n                        \"valueDate\": \"2025-05-10\",\n                        \"transactionDateTime\": \"2025-05-10T05:00:00.000Z\"\n                    },\n                    {\n                        \"mode\": \"ONLINE\",\n                        \"type\": \"CREDIT\",\n                        \"txnId\": \"T4681059723\",\n                        \"amount\": \"4213.23\",\n                        \"balance\": \"100000.00\",\n                        \"narration\": \"TERM DEPOSIT FUNDING\",\n                        \"reference\": \"REF73944802\",\n                        \"valueDate\": \"2025-06-01\",\n                        \"transactionDateTime\": \"2025-06-01T05:00:00.000Z\"\n                    },\n                    {\n                        \"mode\": \"ONLINE\",\n                        \"type\": \"CREDIT\",\n                        \"txnId\": \"T8169733710\",\n                        \"amount\": \"4106.62\",\n                        \"balance\": \"100000.00\",\n                        \"narration\": \"TERM DEPOSIT FUNDING\",\n                        \"reference\": \"REF88686038\",\n                        \"valueDate\": \"2025-06-02\",\n                        \"transactionDateTime\": \"2025-06-02T05:00:00.000Z\"\n                    },\n                    {\n                        \"mode\": \"ONLINE\",\n                        \"type\": \"CREDIT\",\n                        \"txnId\": \"T5298127201\",\n                        \"amount\": \"3015.87\",\n                        \"balance\": \"100000.00\",\n                        \"narration\": \"TERM DEPOSIT FUNDING\",\n                        \"reference\": \"REF66173587\",\n                        \"valueDate\": \"2025-06-03\",\n                        \"transactionDateTime\": \"2025-06-03T05:00:00.000Z\"\n                    },\n                    {\n                        \"mode\": \"ONLINE\",\n                        \"type\": \"CREDIT\",\n                        \"txnId\": \"T1435378984\",\n                        \"amount\": \"2596.21\",\n                        \"balance\": \"100000.00\",\n                        \"narration\": \"TERM DEPOSIT FUNDING\",\n                        \"reference\": \"REF99388100\",\n                        \"valueDate\": \"2025-06-04\",\n                        \"transactionDateTime\": \"2025-06-04T05:00:00.000Z\"\n                    },\n                    {\n                        \"mode\": \"ONLINE\",\n                        \"type\": \"CREDIT\",\n                        \"txnId\": \"T4649065641\",\n                        \"amount\": \"7481.17\",\n                        \"balance\": \"100000.00\",\n                        \"narration\": \"TERM DEPOSIT FUNDING\",\n                        \"reference\": \"REF39552338\",\n                        \"valueDate\": \"2025-06-05\",\n                        \"transactionDateTime\": \"2025-06-05T05:00:00.000Z\"\n                    },\n                    {\n                        \"mode\": \"ONLINE\",\n                        \"type\": \"CREDIT\",\n                        \"txnId\": \"T3619898866\",\n                        \"amount\": \"6031.56\",\n                        \"balance\": \"100000.00\",\n                        \"narration\": \"TERM DEPOSIT FUNDING\",\n                        \"reference\": \"REF97257733\",\n                        \"valueDate\": \"2025-06-06\",\n                        \"transactionDateTime\": \"2025-06-06T05:00:00.000Z\"\n                    },\n                    {\n                        \"mode\": \"ONLINE\",\n                        \"type\": \"CREDIT\",\n                        \"txnId\": \"T2601840258\",\n                        \"amount\": \"10028.48\",\n                        \"balance\": \"100000.00\",\n                        \"narration\": \"TERM DEPOSIT FUNDING\",\n                        \"reference\": \"REF25539591\",\n                        \"valueDate\": \"2025-06-07\",\n                        \"transactionDateTime\": \"2025-06-07T05:00:00.000Z\"\n                    },\n                    {\n                        \"mode\": \"ONLINE\",\n                        \"type\": \"CREDIT\",\n                        \"txnId\": \"T7905991976\",\n                        \"amount\": \"9464.02\",\n                        \"balance\": \"100000.00\",\n                        \"narration\": \"TERM DEPOSIT FUNDING\",\n                        \"reference\": \"REF80250496\",\n                        \"valueDate\": \"2025-06-08\",\n                        \"transactionDateTime\": \"2025-06-08T05:00:00.000Z\"\n                    },\n                    {\n                        \"mode\": \"ONLINE\",\n                        \"type\": \"CREDIT\",\n                        \"txnId\": \"T5780802173\",\n                        \"amount\": \"6620.94\",\n                        \"balance\": \"100000.00\",\n                        \"narration\": \"TERM DEPOSIT FUNDING\",\n                        \"reference\": \"REF10892006\",\n                        \"valueDate\": \"2025-06-09\",\n                        \"transactionDateTime\": \"2025-06-09T05:00:00.000Z\"\n                    },\n                    {\n                        \"mode\": \"ONLINE\",\n                        \"type\": \"CREDIT\",\n                        \"txnId\": \"T9137762514\",\n                        \"amount\": \"3722.92\",\n                        \"balance\": \"100000.00\",\n                        \"narration\": \"TERM DEPOSIT FUNDING\",\n                        \"reference\": \"REF40605195\",\n                        \"valueDate\": \"2025-06-10\",\n                        \"transactionDateTime\": \"2025-06-10T05:00:00.000Z\"\n                    },\n                    {\n                        \"mode\": \"ONLINE\",\n                        \"type\": \"CREDIT\",\n                        \"txnId\": \"T9380742298\",\n                        \"amount\": \"8307.37\",\n                        \"balance\": \"100000.00\",\n                        \"narration\": \"TERM DEPOSIT FUNDING\",\n                        \"reference\": \"REF89452521\",\n                        \"valueDate\": \"2025-07-01\",\n                        \"transactionDateTime\": \"2025-07-01T05:00:00.000Z\"\n                    },\n                    {\n                        \"mode\": \"ONLINE\",\n                        \"type\": \"CREDIT\",\n                        \"txnId\": \"T6678519706\",\n                        \"amount\": \"8715.42\",\n                        \"balance\": \"100000.00\",\n                        \"narration\": \"TERM DEPOSIT FUNDING\",\n                        \"reference\": \"REF28872551\",\n                        \"valueDate\": \"2025-07-02\",\n                        \"transactionDateTime\": \"2025-07-02T05:00:00.000Z\"\n                    },\n                    {\n                        \"mode\": \"ONLINE\",\n                        \"type\": \"CREDIT\",\n                        \"txnId\": \"T6569221243\",\n                        \"amount\": \"8632.47\",\n                        \"balance\": \"100000.00\",\n                        \"narration\": \"TERM DEPOSIT FUNDING\",\n                        \"reference\": \"REF60912981\",\n                        \"valueDate\": \"2025-07-03\",\n                        \"transactionDateTime\": \"2025-07-03T05:00:00.000Z\"\n                    },\n                    {\n                        \"mode\": \"ONLINE\",\n                        \"type\": \"CREDIT\",\n                        \"txnId\": \"T6324380984\",\n                        \"amount\": \"5216.73\",\n                        \"balance\": \"100000.00\",\n                        \"narration\": \"TERM DEPOSIT FUNDING\",\n                        \"reference\": \"REF36582909\",\n                        \"valueDate\": \"2025-07-04\",\n                        \"transactionDateTime\": \"2025-07-04T05:00:00.000Z\"\n                    },\n                    {\n                        \"mode\": \"ONLINE\",\n                        \"type\": \"CREDIT\",\n                        \"txnId\": \"T4413398778\",\n                        \"amount\": \"3192.69\",\n                        \"balance\": \"100000.00\",\n                        \"narration\": \"TERM DEPOSIT FUNDING\",\n                        \"reference\": \"REF71265934\",\n                        \"valueDate\": \"2025-07-05\",\n                        \"transactionDateTime\": \"2025-07-05T05:00:00.000Z\"\n                    },\n                    {\n                        \"mode\": \"ONLINE\",\n                        \"type\": \"CREDIT\",\n                        \"txnId\": \"T8973855984\",\n                        \"amount\": \"9310.97\",\n                        \"balance\": \"100000.00\",\n                        \"narration\": \"TERM DEPOSIT FUNDING\",\n                        \"reference\": \"REF46015976\",\n                        \"valueDate\": \"2025-07-06\",\n                        \"transactionDateTime\": \"2025-07-06T05:00:00.000Z\"\n                    },\n                    {\n                        \"mode\": \"ONLINE\",\n                        \"type\": \"CREDIT\",\n                        \"txnId\": \"T4630317154\",\n                        \"amount\": \"6542.92\",\n                        \"balance\": \"100000.00\",\n                        \"narration\": \"TERM DEPOSIT FUNDING\",\n                        \"reference\": \"REF87583316\",\n                        \"valueDate\": \"2025-07-07\",\n                        \"transactionDateTime\": \"2025-07-07T05:00:00.000Z\"\n                    },\n                    {\n                        \"mode\": \"ONLINE\",\n                        \"type\": \"CREDIT\",\n                        \"txnId\": \"T8186118188\",\n                        \"amount\": \"5252.77\",\n                        \"balance\": \"100000.00\",\n                        \"narration\": \"TERM DEPOSIT FUNDING\",\n                        \"reference\": \"REF79733554\",\n                        \"valueDate\": \"2025-07-08\",\n                        \"transactionDateTime\": \"2025-07-08T05:00:00.000Z\"\n                    },\n                    {\n                        \"mode\": \"ONLINE\",\n                        \"type\": \"CREDIT\",\n                        \"txnId\": \"T5628100540\",\n                        \"amount\": \"1556.41\",\n                        \"balance\": \"100000.00\",\n                        \"narration\": \"TERM DEPOSIT FUNDING\",\n                        \"reference\": \"REF84533249\",\n                        \"valueDate\": \"2025-07-09\",\n                        \"transactionDateTime\": \"2025-07-09T05:00:00.000Z\"\n                    },\n                    {\n                        \"mode\": \"ONLINE\",\n                        \"type\": \"CREDIT\",\n                        \"txnId\": \"T1973003245\",\n                        \"amount\": \"9241.75\",\n                        \"balance\": \"100000.00\",\n                        \"narration\": \"TERM DEPOSIT FUNDING\",\n                        \"reference\": \"REF20718266\",\n                        \"valueDate\": \"2025-07-10\",\n                        \"transactionDateTime\": \"2025-07-10T05:00:00.000Z\"\n                    }\n                ]\n            }\n        },\n        {\n            \"linkReferenceNumber\": \"7a34b5e5-5fce-48b3-afb2-767ecc1d66bb\",\n            \"maskedAccountNumber\": \"XXXXXXXXX9036\",\n            \"fiType\": \"ETF\",\n            \"bank\": \"FinShareBankServer\",\n            \"Profile\": {\n                \"Holders\": {\n                    \"Holder\": [\n                        {\n                            \"dob\": \"2000-05-04\",\n                            \"pan\": \"AAAAA0000A\",\n                            \"name\": \"name1\",\n                            \"email\": \"qc@email.com\",\n                            \"mobile\": \"9674987439\",\n                            \"address\": \"address1\",\n                            \"dematId\": \"XXXXXXXXXXXX0987\",\n                            \"nominee\": \"REGISTERED\",\n                            \"landline\": \"0221234567\",\n                            \"kycCompliance\": \"false\"\n                        }\n                    ]\n                }\n            },\n            \"Summary\": {\n                \"Investment\": {\n                    \"Holdings\": {\n                        \"Holding\": [\n                            {\n                                \"nav\": \"0\",\n                                \"isin\": \"IN000AAA000A\",\n                                \"units\": \"50\",\n                                \"folioNo\": \"XXXXX4567\",\n                                \"lastNavDate\": \"2022-05-04\",\n                                \"isinDescription\": \"ABC BANK LIMITED EQ LISTING\"\n                            }\n                        ]\n                    }\n                },\n                \"currentValue\": \"0\"\n            },\n            \"Transactions\": {\n                \"endDate\": \"2025-08-08T09:09:46.458Z\",\n                \"startDate\": \"2022-08-08T09:09:46.458Z\",\n                \"Transaction\": [\n                    {\n                        \"nav\": \"0\",\n                        \"isin\": \"IN000AAA000A\",\n                        \"type\": \"BUY\",\n                        \"txnId\": \"a3c722ac4d99cde4\",\n                        \"units\": \"50\",\n                        \"amount\": \"0\",\n                        \"narration\": \"narration1\",\n                        \"brokerCode\": \"00010\",\n                        \"isinDescription\": \"ABC BANK LIMITED EQ LISTING\",\n                        \"transactionDateTime\": \"2025-02-04T18:13:51.0\"\n                    }\n                ]\n            }\n        },\n        {\n            \"linkReferenceNumber\": \"692d22de-e07d-4f36-ac16-b7c9769bc01c\",\n            \"maskedAccountNumber\": \"XXXXXXXXX9056\",\n            \"fiType\": \"SIP\",\n            \"bank\": \"FinShareBankServer\",\n            \"Profile\": {\n                \"Holders\": {\n                    \"type\": \"SINGLE\",\n                    \"Holder\": [\n                        {\n                            \"dob\": \"2000-05-04\",\n                            \"pan\": \"AAAAA0000A\",\n                            \"name\": \"name1\",\n                            \"email\": \" qc@email.com\",\n                            \"mobile\": \"9674987439\",\n                            \"address\": \"address1\",\n                            \"nominee\": \"REGISTERED\",\n                            \"landline\": \"022-12345678\",\n                            \"kycCompliance\": \"Completed\"\n                        }\n                    ]\n                }\n            },\n            \"Summary\": {\n                \"folioNo\": \"XXXXX4567\",\n                \"Holdings\": {\n                    \"Holding\": [\n                        {\n                            \"amc\": \"amc1\",\n                            \"Schemes\": {\n                                \"Scheme\": [\n                                    {\n                                        \"Sips\": {\n                                            \"Sip\": [\n                                                {\n                                                    \"amount\": \"0\",\n                                                    \"SIPRefNo\": \"SIPRefNo1\",\n                                                    \"frequency\": \"Monthly\",\n                                                    \"ceasedDate\": \"\",\n                                                    \"creationDate\": \"2022-01-05\",\n                                                    \"installmentDay\": \"2022-05-05\",\n                                                    \"lastInstallmentDate\": \"2022-04-05\",\n                                                    \"nextInstallmentDate\": \"2022-05-05\",\n                                                    \"pendingInstallments\": \"0\",\n                                                    \"completeInstallments\": \"0\"\n                                                },\n                                                {\n                                                    \"amount\": \"0\",\n                                                    \"SIPRefNo\": \"SIPRefNo3\",\n                                                    \"frequency\": \"Monthly\",\n                                                    \"ceasedDate\": \"\",\n                                                    \"creationDate\": \"2022-01-10\",\n                                                    \"installmentDay\": \"2022-05-10\",\n                                                    \"lastInstallmentDate\": \"2022-04-10\",\n                                                    \"nextInstallmentDate\": \"2022-05-10\",\n                                                    \"pendingInstallments\": \"0\",\n                                                    \"completeInstallments\": \"0\"\n                                                }\n                                            ]\n                                        },\n                                        \"isin\": \"isin1\",\n                                        \"scheme\": \"scheme1\",\n                                        \"schemeTypes\": \"EQUITY_SCHEMES\",\n                                        \"schemeOption\": \"REINVEST\",\n                                        \"schemeCategory\": \"LARGE_CAP_FUND\"\n                                    },\n                                    {\n                                        \"Sips\": {\n                                            \"Sip\": [\n                                                {\n                                                    \"amount\": \"0\",\n                                                    \"SIPRefNo\": \"SIPRefNo5\",\n                                                    \"frequency\": \"Monthly\",\n                                                    \"ceasedDate\": \"2006-05-04\",\n                                                    \"creationDate\": \"2006-05-04\",\n                                                    \"installmentDay\": \"2022-05-15\",\n                                                    \"lastInstallmentDate\": \"2022-04-15\",\n                                                    \"nextInstallmentDate\": \"2022-05-15\",\n                                                    \"pendingInstallments\": \"0\",\n                                                    \"completeInstallments\": \"0\"\n                                                }\n                                            ]\n                                        },\n                                        \"isin\": \"isin3\",\n                                        \"scheme\": \"scheme3\",\n                                        \"schemeTypes\": \"DEBT_SCHEMES\",\n                                        \"schemeOption\": \"GROWTH_TYPE\",\n                                        \"schemeCategory\": \"MIDCAP_FUND\"\n                                    }\n                                ]\n                            },\n                            \"amfiCode\": \"amfiCode1\",\n                            \"registrar\": \"registrar1\",\n                            \"holder2Name\": \"holder2Name1\"\n                        }\n                    ]\n                }\n            },\n            \"Transactions\": {}\n        },\n        {\n            \"linkReferenceNumber\": \"ac355457-76d9-4428-819c-aac567f3e132\",\n            \"maskedAccountNumber\": \"XXXXXXXXX9014\",\n            \"fiType\": \"BONDS\",\n            \"bank\": \"FinShareBankServer\",\n            \"Profile\": [\n                {\n                    \"Holders\": {\n                        \"Holder\": [\n                            {\n                                \"dob\": \"2002-09-24\",\n                                \"pan\": \"AAAPL1234C\",\n                                \"name\": \"\",\n                                \"email\": \"qw@gmail.com\",\n                                \"mobile\": \"9674987439\",\n                                \"dematId\": \"\",\n                                \"nominee\": \"NOT-REGISTERED\",\n                                \"ckycCompliance\": \"true\"\n                            }\n                        ]\n                    }\n                }\n            ],\n            \"Summary\": {\n                \"Holdings\": {\n                    \"Holding\": {\n                        \"isin\": \"\",\n                        \"units\": \"34\",\n                        \"scheme\": \"FIXED_INTEREST_RATE\",\n                        \"symbol\": \"\",\n                        \"taxable\": \"true\",\n                        \"faceValue\": \"19\",\n                        \"issueDate\": \"2004-04-12\",\n                        \"issueRate\": \"\",\n                        \"autionDate\": \"2004-04-12\",\n                        \"couponRate\": \"6\",\n                        \"issuerName\": \"\",\n                        \"tenureDays\": \"120\",\n                        \"description\": \"\",\n                        \"tenureMoths\": \"36\",\n                        \"tenureYears\": \"3\",\n                        \"creditRating\": \"\",\n                        \"maturityDate\": \"2004-04-12\",\n                        \"interestPayout\": \"HALF_YEARLY\",\n                        \"lastTradedDate\": \"2004-04-12\",\n                        \"lastTradedRate\": \"6\",\n                        \"principleAmount\": \"200\",\n                        \"coupanComputation\": \"COMPOUND\",\n                        \"coupanPaymentDate\": \"2004-04-12\",\n                        \"creditRatingAgency\": \"\",\n                        \"interestOnMaturity\": \"3\",\n                        \"compoundingFrequency\": \"HALF_YEARLY\",\n                        \"accruedInterestAmount\": \"4\"\n                    }\n                },\n                \"currentValue\": \"205\",\n                \"investmentValue\": \"200\"\n            },\n            \"Transactions\": {\n                \"endDate\": \"2025-08-08T09:09:46.458Z\",\n                \"startDate\": \"2022-08-08T09:09:46.458Z\",\n                \"Transaction\": [\n                    {\n                        \"isin\": \"\",\n                        \"rate\": \"3\",\n                        \"type\": \"BUY\",\n                        \"txnId\": \"\",\n                        \"units\": \"12\",\n                        \"currency\": \"\",\n                        \"narration\": \"\",\n                        \"otherTaxes\": \"2\",\n                        \"tradeValue\": \"23\",\n                        \"totalCharge\": \"34\",\n                        \"transactionDateTime\": \"2023-04-12T18:20:00.000Z\"\n                    }\n                ]\n            }\n        },\n        {\n            \"linkReferenceNumber\": \"ea5da102-6375-49fd-a286-8533acaeddee\",\n            \"maskedAccountNumber\": \"XXXXXXXX3908\",\n            \"fiType\": \"DEBENTURES\",\n            \"bank\": \"FinShareBankServer\",\n            \"Profile\": [\n                {\n                    \"Holders\": {\n                        \"Holder\": [\n                            {\n                                \"dob\": \"2002-09-24\",\n                                \"pan\": \"AAAPL1234C\",\n                                \"name\": \"\",\n                                \"email\": \"qw@gmail.com\",\n                                \"mobile\": \"9674987439\",\n                                \"dematId\": \"\",\n                                \"nominee\": \"NOT-REGISTERED\",\n                                \"ckycCompliance\": \"true\"\n                            }\n                        ]\n                    }\n                }\n            ],\n            \"Summary\": {\n                \"Holdings\": {\n                    \"Holding\": {\n                        \"isin\": \"\",\n                        \"units\": \"56\",\n                        \"yield\": \"6\",\n                        \"coupon\": \"\",\n                        \"symbol\": \"\",\n                        \"taxable\": \"YES\",\n                        \"faceValue\": \"\",\n                        \"issueDate\": \"2002-09-24\",\n                        \"issuerName\": \"\",\n                        \"tenureDays\": \"10\",\n                        \"description\": \"\",\n                        \"tenureYears\": \"\",\n                        \"creditRating\": \"\",\n                        \"maturityDate\": \"2002-09-24\",\n                        \"tenureMonths\": \"\",\n                        \"lastTradedDate\": \"2002-09-24\",\n                        \"lastTradedRate\": \"9\",\n                        \"principalAmount\": \"10\",\n                        \"fixedIncomePortfolio\": \"\"\n                    }\n                },\n                \"currentValue\": \"20.0\",\n                \"investmentValue\": \"10.0\"\n            },\n            \"Transactions\": {\n                \"endDate\": \"2025-08-08T09:09:46.458Z\",\n                \"startDate\": \"2022-08-08T09:09:46.458Z\",\n                \"Transaction\": [\n                    {\n                        \"isin\": \"\",\n                        \"rate\": \"5\",\n                        \"type\": \"CLOSING\",\n                        \"txnId\": \"\",\n                        \"units\": \"50\",\n                        \"currency\": \"\",\n                        \"otherTaxes\": \"10\",\n                        \"tradeValue\": \"30\",\n                        \"totalCharge\": \"40\",\n                        \"transactionDateTime\": \"2023-04-12T18:20:00.000Z\"\n                    }\n                ]\n            }\n        },\n        {\n            \"linkReferenceNumber\": \"bbfd34eb-1240-428f-ba63-e63c6de02590\",\n            \"maskedAccountNumber\": \"XXXXXXXXX9012\",\n            \"fiType\": \"DEPOSIT\",\n            \"bank\": \"FinShareBankServer\",\n            \"Profile\": {\n                \"Holders\": {\n                    \"type\": \"SINGLE\",\n                    \"Holder\": [\n                        {\n                            \"dob\": \"1979-08-15\",\n                            \"pan\": \"CCTPF0012R\",\n                            \"name\": \"Ravi Murthy\",\n                            \"email\": \"ravim33@gmail.com\",\n                            \"mobile\": \"9674987439\",\n                            \"address\": \"28/100, 8th Cross, old mumbai, Mumbai - 400702\",\n                            \"nominee\": \"REGISTERED\",\n                            \"landline\": \"\",\n                            \"ckycCompliance\": \"true\"\n                        }\n                    ]\n                }\n            },\n            \"Summary\": {\n                \"type\": \"CURRENT\",\n                \"branch\": \"old mumbai\",\n                \"status\": \"ACTIVE\",\n                \"Pending\": [\n                    {\n                        \"amount\": \"0\",\n                        \"transactionType\": \"DEBIT\"\n                    }\n                ],\n                \"currency\": \"INR\",\n                \"facility\": \"CC\",\n                \"ifscCode\": \"FNSB0003940\",\n                \"micrCode\": \"411240026\",\n                \"exchgeRate\": \" \",\n                \"openingDate\": \"2014-09-11\",\n                \"drawingLimit\": \"0\",\n                \"currentBalance\": \"-79208.54\",\n                \"currentODLimit\": \"300000\",\n                \"balanceDateTime\": \"2025-08-08T09:09:51.000Z\"\n            },\n            \"Transactions\": {\n                \"endDate\": \"2025-08-08\",\n                \"startDate\": \"2022-08-08\",\n                \"Transaction\": [\n                    {\n                        \"mode\": \"CARD\",\n                        \"type\": \"CREDIT\",\n                        \"txnId\": \"TXN000007\",\n                        \"amount\": \"4239.97\",\n                        \"narration\": \"Salary Credit\",\n                        \"reference\": \"RFN553412\",\n                        \"valueDate\": \"2024-04-07T00:00:00.000Z\",\n                        \"currentBalance\": \"41218.70\",\n                        \"transactionTimestamp\": \"2024-04-07T00:48:24.000Z\"\n                    },\n                    {\n                        \"mode\": \"CASH\",\n                        \"type\": \"CREDIT\",\n                        \"txnId\": \"TXN000010\",\n                        \"amount\": \"4610.31\",\n                        \"narration\": \"Salary Credit\",\n                        \"reference\": \"RFN287497\",\n                        \"valueDate\": \"2024-04-09T00:00:00.000Z\",\n                        \"currentBalance\": \"47053.46\",\n                        \"transactionTimestamp\": \"2024-04-09T16:11:18.000Z\"\n                    },\n                    {\n                        \"mode\": \"CASH\",\n                        \"type\": \"CREDIT\",\n                        \"txnId\": \"TXN000009\",\n                        \"amount\": \"7710.18\",\n                        \"narration\": \"Salary Credit\",\n                        \"reference\": \"RFN137789\",\n                        \"valueDate\": \"2024-04-10T00:00:00.000Z\",\n                        \"currentBalance\": \"42443.15\",\n                        \"transactionTimestamp\": \"2024-04-10T10:10:52.000Z\"\n                    },\n                    {\n                        \"mode\": \"CASH\",\n                        \"type\": \"DEBIT\",\n                        \"txnId\": \"TXN000013\",\n                        \"amount\": \"1357.16\",\n                        \"narration\": \"Purchase/Withdrawal\",\n                        \"reference\": \"RFN801274\",\n                        \"valueDate\": \"2024-04-12T00:00:00.000Z\",\n                        \"currentBalance\": \"59422.66\",\n                        \"transactionTimestamp\": \"2024-04-12T15:40:06.000Z\"\n                    },\n                    {\n                        \"mode\": \"CARD\",\n                        \"type\": \"CREDIT\",\n                        \"txnId\": \"TXN000001\",\n                        \"amount\": \"9973.16\",\n                        \"narration\": \"Salary Credit\",\n                        \"reference\": \"RFN431576\",\n                        \"valueDate\": \"2024-04-13T00:00:00.000Z\",\n                        \"currentBalance\": \"16210.41\",\n                        \"transactionTimestamp\": \"2024-04-13T06:02:53.000Z\"\n                    },\n                    {\n                        \"mode\": \"CARD\",\n                        \"type\": \"CREDIT\",\n                        \"txnId\": \"TXN000004\",\n                        \"amount\": \"8859.34\",\n                        \"narration\": \"Salary Credit\",\n                        \"reference\": \"RFN206938\",\n                        \"valueDate\": \"2024-04-13T00:00:00.000Z\",\n                        \"currentBalance\": \"25757.01\",\n                        \"transactionTimestamp\": \"2024-04-13T08:14:21.000Z\"\n                    },\n                    {\n                        \"mode\": \"UPI\",\n                        \"type\": \"DEBIT\",\n                        \"txnId\": \"TXN000008\",\n                        \"amount\": \"6485.73\",\n                        \"narration\": \"Purchase/Withdrawal\",\n                        \"reference\": \"RFN517323\",\n                        \"valueDate\": \"2024-04-15T00:00:00.000Z\",\n                        \"currentBalance\": \"34732.97\",\n                        \"transactionTimestamp\": \"2024-04-15T21:16:50.000Z\"\n                    },\n                    {\n                        \"mode\": \"UPI\",\n                        \"type\": \"CREDIT\",\n                        \"txnId\": \"TXN000011\",\n                        \"amount\": \"5166.99\",\n                        \"narration\": \"Salary Credit\",\n                        \"reference\": \"RFN964732\",\n                        \"valueDate\": \"2024-04-16T00:00:00.000Z\",\n                        \"currentBalance\": \"52220.45\",\n                        \"transactionTimestamp\": \"2024-04-16T04:46:02.000Z\"\n                    },\n                    {\n                        \"mode\": \"UPI\",\n                        \"type\": \"DEBIT\",\n                        \"txnId\": \"TXN000003\",\n                        \"amount\": \"7415.60\",\n                        \"narration\": \"Purchase/Withdrawal\",\n                        \"reference\": \"RFN202784\",\n                        \"valueDate\": \"2024-04-18T00:00:00.000Z\",\n                        \"currentBalance\": \"16897.67\",\n                        \"transactionTimestamp\": \"2024-04-18T23:41:21.000Z\"\n                    },\n                    {\n                        \"mode\": \"UPI\",\n                        \"type\": \"CREDIT\",\n                        \"txnId\": \"TXN000015\",\n                        \"amount\": \"1128.26\",\n                        \"narration\": \"Salary Credit\",\n                        \"reference\": \"RFN479437\",\n                        \"valueDate\": \"2024-04-21T00:00:00.000Z\",\n                        \"currentBalance\": \"57951.26\",\n                        \"transactionTimestamp\": \"2024-04-21T12:56:50.000Z\"\n                    },\n                    {\n                        \"mode\": \"CARD\",\n                        \"type\": \"CREDIT\",\n                        \"txnId\": \"TXN000012\",\n                        \"amount\": \"8559.37\",\n                        \"narration\": \"Salary Credit\",\n                        \"reference\": \"RFN593359\",\n                        \"valueDate\": \"2024-04-22T00:00:00.000Z\",\n                        \"currentBalance\": \"60779.82\",\n                        \"transactionTimestamp\": \"2024-04-22T16:28:46.000Z\"\n                    },\n                    {\n                        \"mode\": \"CASH\",\n                        \"type\": \"CREDIT\",\n                        \"txnId\": \"TXN000006\",\n                        \"amount\": \"1435.48\",\n                        \"narration\": \"Salary Credit\",\n                        \"reference\": \"RFN896443\",\n                        \"valueDate\": \"2024-04-28T00:00:00.000Z\",\n                        \"currentBalance\": \"36978.73\",\n                        \"transactionTimestamp\": \"2024-04-28T05:59:52.000Z\"\n                    },\n                    {\n                        \"mode\": \"CASH\",\n                        \"type\": \"CREDIT\",\n                        \"txnId\": \"TXN000002\",\n                        \"amount\": \"8102.86\",\n                        \"narration\": \"Salary Credit\",\n                        \"reference\": \"RFN526600\",\n                        \"valueDate\": \"2024-04-28T00:00:00.000Z\",\n                        \"currentBalance\": \"24313.27\",\n                        \"transactionTimestamp\": \"2024-04-28T08:43:49.000Z\"\n                    },\n                    {\n                        \"mode\": \"CASH\",\n                        \"type\": \"DEBIT\",\n                        \"txnId\": \"TXN000014\",\n                        \"amount\": \"2599.66\",\n                        \"narration\": \"Purchase/Withdrawal\",\n                        \"reference\": \"RFN911065\",\n                        \"valueDate\": \"2024-04-28T00:00:00.000Z\",\n                        \"currentBalance\": \"56823.00\",\n                        \"transactionTimestamp\": \"2024-04-28T17:11:28.000Z\"\n                    },\n                    {\n                        \"mode\": \"CARD\",\n                        \"type\": \"CREDIT\",\n                        \"txnId\": \"TXN000005\",\n                        \"amount\": \"9786.24\",\n                        \"narration\": \"Salary Credit\",\n                        \"reference\": \"RFN770358\",\n                        \"valueDate\": \"2024-04-29T00:00:00.000Z\",\n                        \"currentBalance\": \"35543.25\",\n                        \"transactionTimestamp\": \"2024-04-29T18:27:42.000Z\"\n                    },\n                    {\n                        \"mode\": \"CASH\",\n                        \"type\": \"DEBIT\",\n                        \"txnId\": \"TXN000020\",\n                        \"amount\": \"4107.75\",\n                        \"narration\": \"Purchase/Withdrawal\",\n                        \"reference\": \"RFN472271\",\n                        \"valueDate\": \"2024-04-30T00:00:00.000Z\",\n                        \"currentBalance\": \"76421.28\",\n                        \"transactionTimestamp\": \"2024-04-30T19:55:25.000Z\"\n                    },\n                    {\n                        \"mode\": \"CASH\",\n                        \"type\": \"DEBIT\",\n                        \"txnId\": \"TXN000030\",\n                        \"amount\": \"3239.79\",\n                        \"narration\": \"Purchase/Withdrawal\",\n                        \"reference\": \"RFN882710\",\n                        \"valueDate\": \"2024-05-02T00:00:00.000Z\",\n                        \"currentBalance\": \"67312.44\",\n                        \"transactionTimestamp\": \"2024-05-02T02:42:15.000Z\"\n                    },\n                    {\n                        \"mode\": \"CARD\",\n                        \"type\": \"CREDIT\",\n                        \"txnId\": \"TXN000017\",\n                        \"amount\": \"7343.18\",\n                        \"narration\": \"Salary Credit\",\n                        \"reference\": \"RFN200854\",\n                        \"valueDate\": \"2024-05-02T00:00:00.000Z\",\n                        \"currentBalance\": \"70515.16\",\n                        \"transactionTimestamp\": \"2024-05-02T15:36:01.000Z\"\n                    },\n                    {\n                        \"mode\": \"CARD\",\n                        \"type\": \"CREDIT\",\n                        \"txnId\": \"TXN000026\",\n                        \"amount\": \"3580.33\",\n                        \"narration\": \"Salary Credit\",\n                        \"reference\": \"RFN576196\",\n                        \"valueDate\": \"2024-05-07T00:00:00.000Z\",\n                        \"currentBalance\": \"73686.46\",\n                        \"transactionTimestamp\": \"2024-05-07T17:33:26.000Z\"\n                    },\n                    {\n                        \"mode\": \"UPI\",\n                        \"type\": \"DEBIT\",\n                        \"txnId\": \"TXN000024\",\n                        \"amount\": \"9318.42\",\n                        \"narration\": \"Purchase/Withdrawal\",\n                        \"reference\": \"RFN865328\",\n                        \"valueDate\": \"2024-05-08T00:00:00.000Z\",\n                        \"currentBalance\": \"60585.65\",\n                        \"transactionTimestamp\": \"2024-05-08T12:32:26.000Z\"\n                    },\n                    {\n                        \"mode\": \"CASH\",\n                        \"type\": \"CREDIT\",\n                        \"txnId\": \"TXN000021\",\n                        \"amount\": \"5492.16\",\n                        \"narration\": \"Salary Credit\",\n                        \"reference\": \"RFN836008\",\n                        \"valueDate\": \"2024-05-09T00:00:00.000Z\",\n                        \"currentBalance\": \"81913.44\",\n                        \"transactionTimestamp\": \"2024-05-09T11:09:45.000Z\"\n                    },\n                    {\n                        \"mode\": \"CARD\",\n                        \"type\": \"CREDIT\",\n                        \"txnId\": \"TXN000025\",\n                        \"amount\": \"9520.48\",\n                        \"narration\": \"Salary Credit\",\n                        \"reference\": \"RFN299223\",\n                        \"valueDate\": \"2024-05-12T00:00:00.000Z\",\n                        \"currentBalance\": \"70106.13\",\n                        \"transactionTimestamp\": \"2024-05-12T00:43:29.000Z\"\n                    },\n                    {\n                        \"mode\": \"UPI\",\n                        \"type\": \"DEBIT\",\n                        \"txnId\": \"TXN000022\",\n                        \"amount\": \"7427.25\",\n                        \"narration\": \"Purchase/Withdrawal\",\n                        \"reference\": \"RFN292976\",\n                        \"valueDate\": \"2024-05-19T00:00:00.000Z\",\n                        \"currentBalance\": \"74486.19\",\n                        \"transactionTimestamp\": \"2024-05-19T14:34:30.000Z\"\n                    },\n                    {\n                        \"mode\": \"UPI\",\n                        \"type\": \"CREDIT\",\n                        \"txnId\": \"TXN000018\",\n                        \"amount\": \"1358.02\",\n                        \"narration\": \"Salary Credit\",\n                        \"reference\": \"RFN529316\",\n                        \"valueDate\": \"2024-05-20T00:00:00.000Z\",\n                        \"currentBalance\": \"71873.18\",\n                        \"transactionTimestamp\": \"2024-05-20T07:54:26.000Z\"\n                    },\n                    {\n                        \"mode\": \"CASH\",\n                        \"type\": \"CREDIT\",\n                        \"txnId\": \"TXN000028\",\n                        \"amount\": \"7334.23\",\n                        \"narration\": \"Salary Credit\",\n                        \"reference\": \"RFN500913\",\n                        \"valueDate\": \"2024-05-23T00:00:00.000Z\",\n                        \"currentBalance\": \"77949.53\",\n                        \"transactionTimestamp\": \"2024-05-23T02:43:20.000Z\"\n                    },\n                    {\n                        \"mode\": \"CARD\",\n                        \"type\": \"DEBIT\",\n                        \"txnId\": \"TXN000023\",\n                        \"amount\": \"4582.12\",\n                        \"narration\": \"Purchase/Withdrawal\",\n                        \"reference\": \"RFN855550\",\n                        \"valueDate\": \"2024-05-23T00:00:00.000Z\",\n                        \"currentBalance\": \"69904.07\",\n                        \"transactionTimestamp\": \"2024-05-23T18:52:03.000Z\"\n                    },\n                    {\n                        \"mode\": \"CARD\",\n                        \"type\": \"CREDIT\",\n                        \"txnId\": \"TXN000019\",\n                        \"amount\": \"8655.85\",\n                        \"narration\": \"Salary Credit\",\n                        \"reference\": \"RFN942961\",\n                        \"valueDate\": \"2024-05-25T00:00:00.000Z\",\n                        \"currentBalance\": \"80529.03\",\n                        \"transactionTimestamp\": \"2024-05-25T09:26:14.000Z\"\n                    },\n                    {\n                        \"mode\": \"CARD\",\n                        \"type\": \"CREDIT\",\n                        \"txnId\": \"TXN000016\",\n                        \"amount\": \"5220.72\",\n                        \"narration\": \"Salary Credit\",\n                        \"reference\": \"RFN874849\",\n                        \"valueDate\": \"2024-05-25T00:00:00.000Z\",\n                        \"currentBalance\": \"63171.98\",\n                        \"transactionTimestamp\": \"2024-05-25T13:34:56.000Z\"\n                    },\n                    {\n                        \"mode\": \"CASH\",\n                        \"type\": \"DEBIT\",\n                        \"txnId\": \"TXN000027\",\n                        \"amount\": \"3071.16\",\n                        \"narration\": \"Purchase/Withdrawal\",\n                        \"reference\": \"RFN889010\",\n                        \"valueDate\": \"2024-05-27T00:00:00.000Z\",\n                        \"currentBalance\": \"70615.30\",\n                        \"transactionTimestamp\": \"2024-05-27T00:47:52.000Z\"\n                    },\n                    {\n                        \"mode\": \"UPI\",\n                        \"type\": \"DEBIT\",\n                        \"txnId\": \"TXN000029\",\n                        \"amount\": \"7397.30\",\n                        \"narration\": \"Purchase/Withdrawal\",\n                        \"reference\": \"RFN559340\",\n                        \"valueDate\": \"2024-05-30T00:00:00.000Z\",\n                        \"currentBalance\": \"70552.23\",\n                        \"transactionTimestamp\": \"2024-05-30T02:22:44.000Z\"\n                    },\n                    {\n                        \"mode\": \"CARD\",\n                        \"type\": \"DEBIT\",\n                        \"txnId\": \"TXN000039\",\n                        \"amount\": \"9653.20\",\n                        \"narration\": \"Purchase/Withdrawal\",\n                        \"reference\": \"RFN859485\",\n                        \"valueDate\": \"2024-06-01T00:00:00.000Z\",\n                        \"currentBalance\": \"61259.73\",\n                        \"transactionTimestamp\": \"2024-06-01T07:08:46.000Z\"\n                    },\n                    {\n                        \"mode\": \"CARD\",\n                        \"type\": \"DEBIT\",\n                        \"txnId\": \"TXN000041\",\n                        \"amount\": \"7675.63\",\n                        \"narration\": \"Purchase/Withdrawal\",\n                        \"reference\": \"RFN845980\",\n                        \"valueDate\": \"2024-06-02T00:00:00.000Z\",\n                        \"currentBalance\": \"61696.05\",\n                        \"transactionTimestamp\": \"2024-06-02T08:25:20.000Z\"\n                    },\n                    {\n                        \"mode\": \"CARD\",\n                        \"type\": \"DEBIT\",\n                        \"txnId\": \"TXN000032\",\n                        \"amount\": \"1787.70\",\n                        \"narration\": \"Purchase/Withdrawal\",\n                        \"reference\": \"RFN635899\",\n                        \"valueDate\": \"2024-06-02T00:00:00.000Z\",\n                        \"currentBalance\": \"68934.35\",\n                        \"transactionTimestamp\": \"2024-06-02T18:16:03.000Z\"\n                    },\n                    {\n                        \"mode\": \"CASH\",\n                        \"type\": \"DEBIT\",\n                        \"txnId\": \"TXN000033\",\n                        \"amount\": \"8523.39\",\n                        \"narration\": \"Purchase/Withdrawal\",\n                        \"reference\": \"RFN306747\",\n                        \"valueDate\": \"2024-06-05T00:00:00.000Z\",\n                        \"currentBalance\": \"60410.96\",\n                        \"transactionTimestamp\": \"2024-06-05T22:12:53.000Z\"\n                    },\n                    {\n                        \"mode\": \"CARD\",\n                        \"type\": \"CREDIT\",\n                        \"txnId\": \"TXN000034\",\n                        \"amount\": \"4370.81\",\n                        \"narration\": \"Salary Credit\",\n                        \"reference\": \"RFN523896\",\n                        \"valueDate\": \"2024-06-07T00:00:00.000Z\",\n                        \"currentBalance\": \"64781.77\",\n                        \"transactionTimestamp\": \"2024-06-07T15:22:20.000Z\"\n                    },\n                    {\n                        \"mode\": \"CARD\",\n                        \"type\": \"CREDIT\",\n                        \"txnId\": \"TXN000038\",\n                        \"amount\": \"7321.97\",\n                        \"narration\": \"Salary Credit\",\n                        \"reference\": \"RFN288393\",\n                        \"valueDate\": \"2024-06-08T00:00:00.000Z\",\n                        \"currentBalance\": \"70912.93\",\n                        \"transactionTimestamp\": \"2024-06-08T05:06:26.000Z\"\n                    },\n                    {\n                        \"mode\": \"UPI\",\n                        \"type\": \"DEBIT\",\n                        \"txnId\": \"TXN000035\",\n                        \"amount\": \"22.34\",\n                        \"narration\": \"Purchase/Withdrawal\",\n                        \"reference\": \"RFN923577\",\n                        \"valueDate\": \"2024-06-10T00:00:00.000Z\",\n                        \"currentBalance\": \"64759.43\",\n                        \"transactionTimestamp\": \"2024-06-10T17:21:19.000Z\"\n                    },\n                    {\n                        \"mode\": \"CASH\",\n                        \"type\": \"DEBIT\",\n                        \"txnId\": \"TXN000044\",\n                        \"amount\": \"8999.82\",\n                        \"narration\": \"Purchase/Withdrawal\",\n                        \"reference\": \"RFN614133\",\n                        \"valueDate\": \"2024-06-12T00:00:00.000Z\",\n                        \"currentBalance\": \"62057.87\",\n                        \"transactionTimestamp\": \"2024-06-12T02:45:34.000Z\"\n                    },\n                    {\n                        \"mode\": \"CARD\",\n                        \"type\": \"CREDIT\",\n                        \"txnId\": \"TXN000043\",\n                        \"amount\": \"6706.14\",\n                        \"narration\": \"Salary Credit\",\n                        \"reference\": \"RFN227365\",\n                        \"valueDate\": \"2024-06-17T00:00:00.000Z\",\n                        \"currentBalance\": \"71057.69\",\n                        \"transactionTimestamp\": \"2024-06-17T13:48:26.000Z\"\n                    },\n                    {\n                        \"mode\": \"CARD\",\n                        \"type\": \"CREDIT\",\n                        \"txnId\": \"TXN000031\",\n                        \"amount\": \"3409.61\",\n                        \"narration\": \"Salary Credit\",\n                        \"reference\": \"RFN246914\",\n                        \"valueDate\": \"2024-06-19T00:00:00.000Z\",\n                        \"currentBalance\": \"70722.05\",\n                        \"transactionTimestamp\": \"2024-06-19T14:10:53.000Z\"\n                    },\n                    {\n                        \"mode\": \"CASH\",\n                        \"type\": \"CREDIT\",\n                        \"txnId\": \"TXN000036\",\n                        \"amount\": \"186.11\",\n                        \"narration\": \"Salary Credit\",\n                        \"reference\": \"RFN493863\",\n                        \"valueDate\": \"2024-06-19T00:00:00.000Z\",\n                        \"currentBalance\": \"64945.54\",\n                        \"transactionTimestamp\": \"2024-06-19T21:45:15.000Z\"\n                    },\n                    {\n                        \"mode\": \"CARD\",\n                        \"type\": \"CREDIT\",\n                        \"txnId\": \"TXN000040\",\n                        \"amount\": \"8111.95\",\n                        \"narration\": \"Salary Credit\",\n                        \"reference\": \"RFN979696\",\n                        \"valueDate\": \"2024-06-21T00:00:00.000Z\",\n                        \"currentBalance\": \"69371.68\",\n                        \"transactionTimestamp\": \"2024-06-21T13:32:00.000Z\"\n                    },\n                    {\n                        \"mode\": \"CASH\",\n                        \"type\": \"CREDIT\",\n                        \"txnId\": \"TXN000042\",\n                        \"amount\": \"2655.50\",\n                        \"narration\": \"Salary Credit\",\n                        \"reference\": \"RFN471628\",\n                        \"valueDate\": \"2024-06-23T00:00:00.000Z\",\n                        \"currentBalance\": \"64351.55\",\n                        \"transactionTimestamp\": \"2024-06-23T01:02:40.000Z\"\n                    },\n                    {\n                        \"mode\": \"CARD\",\n                        \"type\": \"DEBIT\",\n                        \"txnId\": \"TXN000037\",\n                        \"amount\": \"1354.58\",\n                        \"narration\": \"Purchase/Withdrawal\",\n                        \"reference\": \"RFN310110\",\n                        \"valueDate\": \"2024-06-28T00:00:00.000Z\",\n                        \"currentBalance\": \"63590.96\",\n                        \"transactionTimestamp\": \"2024-06-28T17:24:35.000Z\"\n                    },\n                    {\n                        \"mode\": \"CARD\",\n                        \"type\": \"DEBIT\",\n                        \"txnId\": \"TXN000045\",\n                        \"amount\": \"4300.09\",\n                        \"narration\": \"Purchase/Withdrawal\",\n                        \"reference\": \"RFN116037\",\n                        \"valueDate\": \"2024-06-28T00:00:00.000Z\",\n                        \"currentBalance\": \"57757.78\",\n                        \"transactionTimestamp\": \"2024-06-28T21:50:43.000Z\"\n                    },\n                    {\n                        \"mode\": \"CARD\",\n                        \"type\": \"DEBIT\",\n                        \"txnId\": \"TXN000051\",\n                        \"amount\": \"772.45\",\n                        \"narration\": \"Purchase/Withdrawal\",\n                        \"reference\": \"RFN336052\",\n                        \"valueDate\": \"2024-07-05T00:00:00.000Z\",\n                        \"currentBalance\": \"48648.15\",\n                        \"transactionTimestamp\": \"2024-07-05T12:49:50.000Z\"\n                    },\n                    {\n                        \"mode\": \"CASH\",\n                        \"type\": \"CREDIT\",\n                        \"txnId\": \"TXN000060\",\n                        \"amount\": \"1732.17\",\n                        \"narration\": \"Salary Credit\",\n                        \"reference\": \"RFN641504\",\n                        \"valueDate\": \"2024-07-05T00:00:00.000Z\",\n                        \"currentBalance\": \"56950.12\",\n                        \"transactionTimestamp\": \"2024-07-05T15:33:37.000Z\"\n                    },\n                    {\n                        \"mode\": \"UPI\",\n                        \"type\": \"CREDIT\",\n                        \"txnId\": \"TXN000058\",\n                        \"amount\": \"1215.10\",\n                        \"narration\": \"Salary Credit\",\n                        \"reference\": \"RFN852570\",\n                        \"valueDate\": \"2024-07-07T00:00:00.000Z\",\n                        \"currentBalance\": \"62485.72\",\n                        \"transactionTimestamp\": \"2024-07-07T21:03:04.000Z\"\n                    },\n                    {\n                        \"mode\": \"CARD\",\n                        \"type\": \"DEBIT\",\n                        \"txnId\": \"TXN000047\",\n                        \"amount\": \"6706.96\",\n                        \"narration\": \"Purchase/Withdrawal\",\n                        \"reference\": \"RFN285111\",\n                        \"valueDate\": \"2024-07-09T00:00:00.000Z\",\n                        \"currentBalance\": \"49956.37\",\n                        \"transactionTimestamp\": \"2024-07-09T09:40:38.000Z\"\n                    },\n                    {\n                        \"mode\": \"CARD\",\n                        \"type\": \"CREDIT\",\n                        \"txnId\": \"TXN000049\",\n                        \"amount\": \"7125.34\",\n                        \"narration\": \"Salary Credit\",\n                        \"reference\": \"RFN376429\",\n                        \"valueDate\": \"2024-07-10T00:00:00.000Z\",\n                        \"currentBalance\": \"54084.59\",\n                        \"transactionTimestamp\": \"2024-07-10T05:42:11.000Z\"\n                    },\n                    {\n                        \"mode\": \"CARD\",\n                        \"type\": \"DEBIT\",\n                        \"txnId\": \"TXN000059\",\n                        \"amount\": \"7267.77\",\n                        \"narration\": \"Purchase/Withdrawal\",\n                        \"reference\": \"RFN630239\",\n                        \"valueDate\": \"2024-07-11T00:00:00.000Z\",\n                        \"currentBalance\": \"55217.95\",\n                        \"transactionTimestamp\": \"2024-07-11T07:42:02.000Z\"\n                    },\n                    {\n                        \"mode\": \"UPI\",\n                        \"type\": \"CREDIT\",\n                        \"txnId\": \"TXN000054\",\n                        \"amount\": \"8201.86\",\n                        \"narration\": \"Salary Credit\",\n                        \"reference\": \"RFN260573\",\n                        \"valueDate\": \"2024-07-11T00:00:00.000Z\",\n                        \"currentBalance\": \"60277.23\",\n                        \"transactionTimestamp\": \"2024-07-11T08:28:38.000Z\"\n                    },\n                    {\n                        \"mode\": \"CASH\",\n                        \"type\": \"CREDIT\",\n                        \"txnId\": \"TXN000053\",\n                        \"amount\": \"7260.34\",\n                        \"narration\": \"Salary Credit\",\n                        \"reference\": \"RFN976810\",\n                        \"valueDate\": \"2024-07-12T00:00:00.000Z\",\n                        \"currentBalance\": \"52075.37\",\n                        \"transactionTimestamp\": \"2024-07-12T00:32:22.000Z\"\n                    },\n                    {\n                        \"mode\": \"UPI\",\n                        \"type\": \"DEBIT\",\n                        \"txnId\": \"TXN000056\",\n                        \"amount\": \"1116.74\",\n                        \"narration\": \"Purchase/Withdrawal\",\n                        \"reference\": \"RFN147102\",\n                        \"valueDate\": \"2024-07-14T00:00:00.000Z\",\n                        \"currentBalance\": \"59269.65\",\n                        \"transactionTimestamp\": \"2024-07-14T21:00:31.000Z\"\n                    },\n                    {\n                        \"mode\": \"CARD\",\n                        \"type\": \"CREDIT\",\n                        \"txnId\": \"TXN000055\",\n                        \"amount\": \"109.16\",\n                        \"narration\": \"Salary Credit\",\n                        \"reference\": \"RFN267715\",\n                        \"valueDate\": \"2024-07-19T00:00:00.000Z\",\n                        \"currentBalance\": \"60386.39\",\n                        \"transactionTimestamp\": \"2024-07-19T22:50:20.000Z\"\n                    },\n                    {\n                        \"mode\": \"CASH\",\n                        \"type\": \"DEBIT\",\n                        \"txnId\": \"TXN000048\",\n                        \"amount\": \"2997.12\",\n                        \"narration\": \"Purchase/Withdrawal\",\n                        \"reference\": \"RFN115081\",\n                        \"valueDate\": \"2024-07-20T00:00:00.000Z\",\n                        \"currentBalance\": \"46959.25\",\n                        \"transactionTimestamp\": \"2024-07-20T17:33:30.000Z\"\n                    },\n                    {\n                        \"mode\": \"CARD\",\n                        \"type\": \"DEBIT\",\n                        \"txnId\": \"TXN000046\",\n                        \"amount\": \"1094.45\",\n                        \"narration\": \"Purchase/Withdrawal\",\n                        \"reference\": \"RFN509827\",\n                        \"valueDate\": \"2024-07-21T00:00:00.000Z\",\n                        \"currentBalance\": \"56663.33\",\n                        \"transactionTimestamp\": \"2024-07-21T05:06:07.000Z\"\n                    },\n                    {\n                        \"mode\": \"UPI\",\n                        \"type\": \"CREDIT\",\n                        \"txnId\": \"TXN000057\",\n                        \"amount\": \"2000.97\",\n                        \"narration\": \"Salary Credit\",\n                        \"reference\": \"RFN596433\",\n                        \"valueDate\": \"2024-07-25T00:00:00.000Z\",\n                        \"currentBalance\": \"61270.62\",\n                        \"transactionTimestamp\": \"2024-07-25T12:03:28.000Z\"\n                    },\n                    {\n                        \"mode\": \"CARD\",\n                        \"type\": \"DEBIT\",\n                        \"txnId\": \"TXN000050\",\n                        \"amount\": \"4663.99\",\n                        \"narration\": \"Purchase/Withdrawal\",\n                        \"reference\": \"RFN470448\",\n                        \"valueDate\": \"2024-07-26T00:00:00.000Z\",\n                        \"currentBalance\": \"49420.60\",\n                        \"transactionTimestamp\": \"2024-07-26T04:01:26.000Z\"\n                    },\n                    {\n                        \"mode\": \"UPI\",\n                        \"type\": \"DEBIT\",\n                        \"txnId\": \"TXN000052\",\n                        \"amount\": \"3833.12\",\n                        \"narration\": \"Purchase/Withdrawal\",\n                        \"reference\": \"RFN933306\",\n                        \"valueDate\": \"2024-07-26T00:00:00.000Z\",\n                        \"currentBalance\": \"44815.03\",\n                        \"transactionTimestamp\": \"2024-07-26T12:48:18.000Z\"\n                    },\n                    {\n                        \"mode\": \"UPI\",\n                        \"type\": \"DEBIT\",\n                        \"txnId\": \"TXN000066\",\n                        \"amount\": \"2679.77\",\n                        \"narration\": \"Purchase/Withdrawal\",\n                        \"reference\": \"RFN632815\",\n                        \"valueDate\": \"2024-08-03T00:00:00.000Z\",\n                        \"currentBalance\": \"65342.22\",\n                        \"transactionTimestamp\": \"2024-08-03T06:03:39.000Z\"\n                    },\n                    {\n                        \"mode\": \"CARD\",\n                        \"type\": \"CREDIT\",\n                        \"txnId\": \"TXN000069\",\n                        \"amount\": \"1264.33\",\n                        \"narration\": \"Salary Credit\",\n                        \"reference\": \"RFN383231\",\n                        \"valueDate\": \"2024-08-03T00:00:00.000Z\",\n                        \"currentBalance\": \"58682.56\",\n                        \"transactionTimestamp\": \"2024-08-03T06:30:12.000Z\"\n                    },\n                    {\n                        \"mode\": \"CARD\",\n                        \"type\": \"CREDIT\",\n                        \"txnId\": \"TXN000062\",\n                        \"amount\": \"7884.50\",\n                        \"narration\": \"Salary Credit\",\n                        \"reference\": \"RFN733629\",\n                        \"valueDate\": \"2024-08-03T00:00:00.000Z\",\n                        \"currentBalance\": \"61247.97\",\n                        \"transactionTimestamp\": \"2024-08-03T20:52:05.000Z\"\n                    },\n                    {\n                        \"mode\": \"UPI\",\n                        \"type\": \"CREDIT\",\n                        \"txnId\": \"TXN000071\",\n                        \"amount\": \"346.14\",\n                        \"narration\": \"Salary Credit\",\n                        \"reference\": \"RFN169065\",\n                        \"valueDate\": \"2024-08-05T00:00:00.000Z\",\n                        \"currentBalance\": \"53787.33\",\n                        \"transactionTimestamp\": \"2024-08-05T12:24:50.000Z\"\n                    },\n                    {\n                        \"mode\": \"CARD\",\n                        \"type\": \"CREDIT\",\n                        \"txnId\": \"TXN000075\",\n                        \"amount\": \"7361.72\",\n                        \"narration\": \"Salary Credit\",\n                        \"reference\": \"RFN280302\",\n                        \"valueDate\": \"2024-08-10T00:00:00.000Z\",\n                        \"currentBalance\": \"84269.17\",\n                        \"transactionTimestamp\": \"2024-08-10T09:46:53.000Z\"\n                    },\n                    {\n                        \"mode\": \"UPI\",\n                        \"type\": \"DEBIT\",\n                        \"txnId\": \"TXN000061\",\n                        \"amount\": \"3586.65\",\n                        \"narration\": \"Purchase/Withdrawal\",\n                        \"reference\": \"RFN485305\",\n                        \"valueDate\": \"2024-08-11T00:00:00.000Z\",\n                        \"currentBalance\": \"53363.47\",\n                        \"transactionTimestamp\": \"2024-08-11T02:27:42.000Z\"\n                    },\n                    {\n                        \"mode\": \"CASH\",\n                        \"type\": \"CREDIT\",\n                        \"txnId\": \"TXN000072\",\n                        \"amount\": \"8052.32\",\n                        \"narration\": \"Salary Credit\",\n                        \"reference\": \"RFN541996\",\n                        \"valueDate\": \"2024-08-11T00:00:00.000Z\",\n                        \"currentBalance\": \"61839.65\",\n                        \"transactionTimestamp\": \"2024-08-11T17:31:07.000Z\"\n                    },\n                    {\n                        \"mode\": \"CARD\",\n                        \"type\": \"CREDIT\",\n                        \"txnId\": \"TXN000063\",\n                        \"amount\": \"3499.36\",\n                        \"narration\": \"Salary Credit\",\n                        \"reference\": \"RFN741320\",\n                        \"valueDate\": \"2024-08-15T00:00:00.000Z\",\n                        \"currentBalance\": \"64747.33\",\n                        \"transactionTimestamp\": \"2024-08-15T05:07:05.000Z\"\n                    },\n                    {\n                        \"mode\": \"UPI\",\n                        \"type\": \"CREDIT\",\n                        \"txnId\": \"TXN000065\",\n                        \"amount\": \"176.56\",\n                        \"narration\": \"Salary Credit\",\n                        \"reference\": \"RFN284507\",\n                        \"valueDate\": \"2024-08-17T00:00:00.000Z\",\n                        \"currentBalance\": \"68021.99\",\n                        \"transactionTimestamp\": \"2024-08-17T05:04:30.000Z\"\n                    },\n                    {\n                        \"mode\": \"CARD\",\n                        \"type\": \"DEBIT\",\n                        \"txnId\": \"TXN000068\",\n                        \"amount\": \"4823.84\",\n                        \"narration\": \"Purchase/Withdrawal\",\n                        \"reference\": \"RFN429481\",\n                        \"valueDate\": \"2024-08-17T00:00:00.000Z\",\n                        \"currentBalance\": \"57418.23\",\n                        \"transactionTimestamp\": \"2024-08-17T08:19:24.000Z\"\n                    },\n                    {\n                        \"mode\": \"CASH\",\n                        \"type\": \"DEBIT\",\n                        \"txnId\": \"TXN000070\",\n                        \"amount\": \"5241.37\",\n                        \"narration\": \"Purchase/Withdrawal\",\n                        \"reference\": \"RFN211297\",\n                        \"valueDate\": \"2024-08-19T00:00:00.000Z\",\n                        \"currentBalance\": \"53441.19\",\n                        \"transactionTimestamp\": \"2024-08-19T03:00:13.000Z\"\n                    },\n                    {\n                        \"mode\": \"UPI\",\n                        \"type\": \"CREDIT\",\n                        \"txnId\": \"TXN000064\",\n                        \"amount\": \"3098.10\",\n                        \"narration\": \"Salary Credit\",\n                        \"reference\": \"RFN321356\",\n                        \"valueDate\": \"2024-08-19T00:00:00.000Z\",\n                        \"currentBalance\": \"67845.43\",\n                        \"transactionTimestamp\": \"2024-08-19T08:52:27.000Z\"\n                    },\n                    {\n                        \"mode\": \"UPI\",\n                        \"type\": \"CREDIT\",\n                        \"txnId\": \"TXN000074\",\n                        \"amount\": \"6359.84\",\n                        \"narration\": \"Salary Credit\",\n                        \"reference\": \"RFN907300\",\n                        \"valueDate\": \"2024-08-23T00:00:00.000Z\",\n                        \"currentBalance\": \"76907.45\",\n                        \"transactionTimestamp\": \"2024-08-23T12:35:59.000Z\"\n                    },\n                    {\n                        \"mode\": \"CASH\",\n                        \"type\": \"DEBIT\",\n                        \"txnId\": \"TXN000067\",\n                        \"amount\": \"3100.15\",\n                        \"narration\": \"Purchase/Withdrawal\",\n                        \"reference\": \"RFN168428\",\n                        \"valueDate\": \"2024-08-23T00:00:00.000Z\",\n                        \"currentBalance\": \"62242.07\",\n                        \"transactionTimestamp\": \"2024-08-23T21:17:54.000Z\"\n                    },\n                    {\n                        \"mode\": \"CASH\",\n                        \"type\": \"CREDIT\",\n                        \"txnId\": \"TXN000073\",\n                        \"amount\": \"8707.96\",\n                        \"narration\": \"Salary Credit\",\n                        \"reference\": \"RFN195742\",\n                        \"valueDate\": \"2024-08-26T00:00:00.000Z\",\n                        \"currentBalance\": \"70547.61\",\n                        \"transactionTimestamp\": \"2024-08-26T12:05:43.000Z\"\n                    },\n                    {\n                        \"mode\": \"UPI\",\n                        \"type\": \"CREDIT\",\n                        \"txnId\": \"TXN000083\",\n                        \"amount\": \"7230.12\",\n                        \"narration\": \"Salary Credit\",\n                        \"reference\": \"RFN333502\",\n                        \"valueDate\": \"2024-09-04T00:00:00.000Z\",\n                        \"currentBalance\": \"70301.65\",\n                        \"transactionTimestamp\": \"2024-09-04T05:08:59.000Z\"\n                    },\n                    {\n                        \"mode\": \"UPI\",\n                        \"type\": \"DEBIT\",\n                        \"txnId\": \"TXN000079\",\n                        \"amount\": \"2566.78\",\n                        \"narration\": \"Purchase/Withdrawal\",\n                        \"reference\": \"RFN439637\",\n                        \"valueDate\": \"2024-09-06T00:00:00.000Z\",\n                        \"currentBalance\": \"67911.76\",\n                        \"transactionTimestamp\": \"2024-09-06T07:18:09.000Z\"\n                    },\n                    {\n                        \"mode\": \"CARD\",\n                        \"type\": \"CREDIT\",\n                        \"txnId\": \"TXN000081\",\n                        \"amount\": \"8743.02\",\n                        \"narration\": \"Salary Credit\",\n                        \"reference\": \"RFN967324\",\n                        \"valueDate\": \"2024-09-06T00:00:00.000Z\",\n                        \"currentBalance\": \"67023.12\",\n                        \"transactionTimestamp\": \"2024-09-06T16:39:50.000Z\"\n                    },\n                    {\n                        \"mode\": \"CARD\",\n                        \"type\": \"DEBIT\",\n                        \"txnId\": \"TXN000084\",\n                        \"amount\": \"7791.49\",\n                        \"narration\": \"Purchase/Withdrawal\",\n                        \"reference\": \"RFN359587\",\n                        \"valueDate\": \"2024-09-09T00:00:00.000Z\",\n                        \"currentBalance\": \"62510.16\",\n                        \"transactionTimestamp\": \"2024-09-09T13:48:12.000Z\"\n                    },\n                    {\n                        \"mode\": \"CASH\",\n                        \"type\": \"DEBIT\",\n                        \"txnId\": \"TXN000076\",\n                        \"amount\": \"3626.46\",\n                        \"narration\": \"Purchase/Withdrawal\",\n                        \"reference\": \"RFN864860\",\n                        \"valueDate\": \"2024-09-11T00:00:00.000Z\",\n                        \"currentBalance\": \"80642.71\",\n                        \"transactionTimestamp\": \"2024-09-11T04:27:05.000Z\"\n                    },\n                    {\n                        \"mode\": \"UPI\",\n                        \"type\": \"CREDIT\",\n                        \"txnId\": \"TXN000085\",\n                        \"amount\": \"9843.46\",\n                        \"narration\": \"Salary Credit\",\n                        \"reference\": \"RFN611143\",\n                        \"valueDate\": \"2024-09-11T00:00:00.000Z\",\n                        \"currentBalance\": \"72353.62\",\n                        \"transactionTimestamp\": \"2024-09-11T11:44:31.000Z\"\n                    },\n                    {\n                        \"mode\": \"UPI\",\n                        \"type\": \"DEBIT\",\n                        \"txnId\": \"TXN000088\",\n                        \"amount\": \"9571.09\",\n                        \"narration\": \"Purchase/Withdrawal\",\n                        \"reference\": \"RFN884144\",\n                        \"valueDate\": \"2024-09-17T00:00:00.000Z\",\n                        \"currentBalance\": \"61160.58\",\n                        \"transactionTimestamp\": \"2024-09-17T02:55:39.000Z\"\n                    },\n                    {\n                        \"mode\": \"CARD\",\n                        \"type\": \"CREDIT\",\n                        \"txnId\": \"TXN000090\",\n                        \"amount\": \"9064.30\",\n                        \"narration\": \"Salary Credit\",\n                        \"reference\": \"RFN470124\",\n                        \"valueDate\": \"2024-09-17T00:00:00.000Z\",\n                        \"currentBalance\": \"79818.26\",\n                        \"transactionTimestamp\": \"2024-09-17T09:10:47.000Z\"\n                    },\n                    {\n                        \"mode\": \"UPI\",\n                        \"type\": \"DEBIT\",\n                        \"txnId\": \"TXN000078\",\n                        \"amount\": \"3463.49\",\n                        \"narration\": \"Purchase/Withdrawal\",\n                        \"reference\": \"RFN633280\",\n                        \"valueDate\": \"2024-09-17T00:00:00.000Z\",\n                        \"currentBalance\": \"70478.54\",\n                        \"transactionTimestamp\": \"2024-09-17T22:44:24.000Z\"\n                    },\n                    {\n                        \"mode\": \"CASH\",\n                        \"type\": \"DEBIT\",\n                        \"txnId\": \"TXN000082\",\n                        \"amount\": \"3951.59\",\n                        \"narration\": \"Purchase/Withdrawal\",\n                        \"reference\": \"RFN857611\",\n                        \"valueDate\": \"2024-09-17T00:00:00.000Z\",\n                        \"currentBalance\": \"63071.53\",\n                        \"transactionTimestamp\": \"2024-09-17T23:34:18.000Z\"\n                    },\n                    {\n                        \"mode\": \"CARD\",\n                        \"type\": \"CREDIT\",\n                        \"txnId\": \"TXN000089\",\n                        \"amount\": \"9593.38\",\n                        \"narration\": \"Salary Credit\",\n                        \"reference\": \"RFN619188\",\n                        \"valueDate\": \"2024-09-19T00:00:00.000Z\",\n                        \"currentBalance\": \"70753.96\",\n                        \"transactionTimestamp\": \"2024-09-19T12:54:47.000Z\"\n                    },\n                    {\n                        \"mode\": \"CASH\",\n                        \"type\": \"DEBIT\",\n                        \"txnId\": \"TXN000077\",\n                        \"amount\": \"6700.68\",\n                        \"narration\": \"Purchase/Withdrawal\",\n                        \"reference\": \"RFN659320\",\n                        \"valueDate\": \"2024-09-20T00:00:00.000Z\",\n                        \"currentBalance\": \"73942.03\",\n                        \"transactionTimestamp\": \"2024-09-20T13:55:17.000Z\"\n                    },\n                    {\n                        \"mode\": \"CARD\",\n                        \"type\": \"DEBIT\",\n                        \"txnId\": \"TXN000086\",\n                        \"amount\": \"7953.63\",\n                        \"narration\": \"Purchase/Withdrawal\",\n                        \"reference\": \"RFN682724\",\n                        \"valueDate\": \"2024-09-20T00:00:00.000Z\",\n                        \"currentBalance\": \"64399.99\",\n                        \"transactionTimestamp\": \"2024-09-20T18:37:03.000Z\"\n                    },\n                    {\n                        \"mode\": \"CARD\",\n                        \"type\": \"CREDIT\",\n                        \"txnId\": \"TXN000087\",\n                        \"amount\": \"6331.68\",\n                        \"narration\": \"Salary Credit\",\n                        \"reference\": \"RFN960292\",\n                        \"valueDate\": \"2024-09-29T00:00:00.000Z\",\n                        \"currentBalance\": \"70731.67\",\n                        \"transactionTimestamp\": \"2024-09-29T08:32:28.000Z\"\n                    },\n                    {\n                        \"mode\": \"CASH\",\n                        \"type\": \"DEBIT\",\n                        \"txnId\": \"TXN000080\",\n                        \"amount\": \"9631.66\",\n                        \"narration\": \"Purchase/Withdrawal\",\n                        \"reference\": \"RFN214974\",\n                        \"valueDate\": \"2024-09-29T00:00:00.000Z\",\n                        \"currentBalance\": \"58280.10\",\n                        \"transactionTimestamp\": \"2024-09-29T16:49:56.000Z\"\n                    },\n                    {\n                        \"mode\": \"CASH\",\n                        \"type\": \"CREDIT\",\n                        \"txnId\": \"TXN000105\",\n                        \"amount\": \"1454.91\",\n                        \"narration\": \"Salary Credit\",\n                        \"reference\": \"RFN192967\",\n                        \"valueDate\": \"2024-10-05T00:00:00.000Z\",\n                        \"currentBalance\": \"75517.11\",\n                        \"transactionTimestamp\": \"2024-10-05T12:20:27.000Z\"\n                    },\n                    {\n                        \"mode\": \"CASH\",\n                        \"type\": \"DEBIT\",\n                        \"txnId\": \"TXN000104\",\n                        \"amount\": \"4756.45\",\n                        \"narration\": \"Purchase/Withdrawal\",\n                        \"reference\": \"RFN585070\",\n                        \"valueDate\": \"2024-10-05T00:00:00.000Z\",\n                        \"currentBalance\": \"74062.20\",\n                        \"transactionTimestamp\": \"2024-10-05T23:14:14.000Z\"\n                    },\n                    {\n                        \"mode\": \"CASH\",\n                        \"type\": \"CREDIT\",\n                        \"txnId\": \"TXN000098\",\n                        \"amount\": \"9279.25\",\n                        \"narration\": \"Salary Credit\",\n                        \"reference\": \"RFN799749\",\n                        \"valueDate\": \"2024-10-10T00:00:00.000Z\",\n                        \"currentBalance\": \"76732.80\",\n                        \"transactionTimestamp\": \"2024-10-10T03:40:58.000Z\"\n                    },\n                    {\n                        \"mode\": \"CASH\",\n                        \"type\": \"DEBIT\",\n                        \"txnId\": \"TXN000096\",\n                        \"amount\": \"5519.41\",\n                        \"narration\": \"Purchase/Withdrawal\",\n                        \"reference\": \"RFN480483\",\n                        \"valueDate\": \"2024-10-10T00:00:00.000Z\",\n                        \"currentBalance\": \"59642.07\",\n                        \"transactionTimestamp\": \"2024-10-10T14:54:54.000Z\"\n                    },\n                    {\n                        \"mode\": \"CASH\",\n                        \"type\": \"DEBIT\",\n                        \"txnId\": \"TXN000103\",\n                        \"amount\": \"3872.47\",\n                        \"narration\": \"Purchase/Withdrawal\",\n                        \"reference\": \"RFN352284\",\n                        \"valueDate\": \"2024-10-10T00:00:00.000Z\",\n                        \"currentBalance\": \"78818.65\",\n                        \"transactionTimestamp\": \"2024-10-10T17:04:06.000Z\"\n                    },\n                    {\n                        \"mode\": \"CASH\",\n                        \"type\": \"DEBIT\",\n                        \"txnId\": \"TXN000095\",\n                        \"amount\": \"6760.38\",\n                        \"narration\": \"Purchase/Withdrawal\",\n                        \"reference\": \"RFN534770\",\n                        \"valueDate\": \"2024-10-11T00:00:00.000Z\",\n                        \"currentBalance\": \"65161.48\",\n                        \"transactionTimestamp\": \"2024-10-11T07:51:20.000Z\"\n                    },\n                    {\n                        \"mode\": \"CARD\",\n                        \"type\": \"DEBIT\",\n                        \"txnId\": \"TXN000092\",\n                        \"amount\": \"6287.45\",\n                        \"narration\": \"Purchase/Withdrawal\",\n                        \"reference\": \"RFN995985\",\n                        \"valueDate\": \"2024-10-12T00:00:00.000Z\",\n                        \"currentBalance\": \"69688.92\",\n                        \"transactionTimestamp\": \"2024-10-12T01:03:30.000Z\"\n                    },\n                    {\n                        \"mode\": \"CARD\",\n                        \"type\": \"CREDIT\",\n                        \"txnId\": \"TXN000097\",\n                        \"amount\": \"7811.48\",\n                        \"narration\": \"Salary Credit\",\n                        \"reference\": \"RFN784556\",\n                        \"valueDate\": \"2024-10-16T00:00:00.000Z\",\n                        \"currentBalance\": \"67453.55\",\n                        \"transactionTimestamp\": \"2024-10-16T05:40:18.000Z\"\n                    },\n                    {\n                        \"mode\": \"CASH\",\n                        \"type\": \"CREDIT\",\n                        \"txnId\": \"TXN000094\",\n                        \"amount\": \"140.48\",\n                        \"narration\": \"Salary Credit\",\n                        \"reference\": \"RFN386054\",\n                        \"valueDate\": \"2024-10-18T00:00:00.000Z\",\n                        \"currentBalance\": \"71921.86\",\n                        \"transactionTimestamp\": \"2024-10-18T14:18:21.000Z\"\n                    },\n                    {\n                        \"mode\": \"UPI\",\n                        \"type\": \"CREDIT\",\n                        \"txnId\": \"TXN000099\",\n                        \"amount\": \"4144.92\",\n                        \"narration\": \"Salary Credit\",\n                        \"reference\": \"RFN105192\",\n                        \"valueDate\": \"2024-10-20T00:00:00.000Z\",\n                        \"currentBalance\": \"80877.72\",\n                        \"transactionTimestamp\": \"2024-10-20T21:09:22.000Z\"\n                    },\n                    {\n                        \"mode\": \"UPI\",\n                        \"type\": \"DEBIT\",\n                        \"txnId\": \"TXN000091\",\n                        \"amount\": \"3841.89\",\n                        \"narration\": \"Purchase/Withdrawal\",\n                        \"reference\": \"RFN802658\",\n                        \"valueDate\": \"2024-10-22T00:00:00.000Z\",\n                        \"currentBalance\": \"75976.37\",\n                        \"transactionTimestamp\": \"2024-10-22T18:03:49.000Z\"\n                    },\n                    {\n                        \"mode\": \"CARD\",\n                        \"type\": \"CREDIT\",\n                        \"txnId\": \"TXN000102\",\n                        \"amount\": \"5050.07\",\n                        \"narration\": \"Salary Credit\",\n                        \"reference\": \"RFN791473\",\n                        \"valueDate\": \"2024-10-24T00:00:00.000Z\",\n                        \"currentBalance\": \"82691.12\",\n                        \"transactionTimestamp\": \"2024-10-24T09:14:55.000Z\"\n                    },\n                    {\n                        \"mode\": \"CARD\",\n                        \"type\": \"DEBIT\",\n                        \"txnId\": \"TXN000101\",\n                        \"amount\": \"9355.01\",\n                        \"narration\": \"Purchase/Withdrawal\",\n                        \"reference\": \"RFN731037\",\n                        \"valueDate\": \"2024-10-27T00:00:00.000Z\",\n                        \"currentBalance\": \"77641.05\",\n                        \"transactionTimestamp\": \"2024-10-27T10:36:50.000Z\"\n                    },\n                    {\n                        \"mode\": \"CARD\",\n                        \"type\": \"CREDIT\",\n                        \"txnId\": \"TXN000093\",\n                        \"amount\": \"2092.46\",\n                        \"narration\": \"Salary Credit\",\n                        \"reference\": \"RFN857308\",\n                        \"valueDate\": \"2024-10-28T00:00:00.000Z\",\n                        \"currentBalance\": \"71781.38\",\n                        \"transactionTimestamp\": \"2024-10-28T20:21:36.000Z\"\n                    },\n                    {\n                        \"mode\": \"CARD\",\n                        \"type\": \"CREDIT\",\n                        \"txnId\": \"TXN000100\",\n                        \"amount\": \"6118.34\",\n                        \"narration\": \"Salary Credit\",\n                        \"reference\": \"RFN549573\",\n                        \"valueDate\": \"2024-10-29T00:00:00.000Z\",\n                        \"currentBalance\": \"86996.06\",\n                        \"transactionTimestamp\": \"2024-10-29T23:24:31.000Z\"\n                    },\n                    {\n                        \"mode\": \"CARD\",\n                        \"type\": \"DEBIT\",\n                        \"txnId\": \"TXN000107\",\n                        \"amount\": \"9652.41\",\n                        \"narration\": \"Purchase/Withdrawal\",\n                        \"reference\": \"RFN497177\",\n                        \"valueDate\": \"2024-11-04T00:00:00.000Z\",\n                        \"currentBalance\": \"63896.29\",\n                        \"transactionTimestamp\": \"2024-11-04T23:59:15.000Z\"\n                    },\n                    {\n                        \"mode\": \"CARD\",\n                        \"type\": \"DEBIT\",\n                        \"txnId\": \"TXN000112\",\n                        \"amount\": \"2488.00\",\n                        \"narration\": \"Purchase/Withdrawal\",\n                        \"reference\": \"RFN985252\",\n                        \"valueDate\": \"2024-11-05T00:00:00.000Z\",\n                        \"currentBalance\": \"35965.59\",\n                        \"transactionTimestamp\": \"2024-11-05T03:30:23.000Z\"\n                    },\n                    {\n                        \"mode\": \"CASH\",\n                        \"type\": \"DEBIT\",\n                        \"txnId\": \"TXN000114\",\n                        \"amount\": \"8272.07\",\n                        \"narration\": \"Purchase/Withdrawal\",\n                        \"reference\": \"RFN415259\",\n                        \"valueDate\": \"2024-11-05T00:00:00.000Z\",\n                        \"currentBalance\": \"25982.38\",\n                        \"transactionTimestamp\": \"2024-11-05T04:15:28.000Z\"\n                    },\n                    {\n                        \"mode\": \"CASH\",\n                        \"type\": \"DEBIT\",\n                        \"txnId\": \"TXN000119\",\n                        \"amount\": \"6636.57\",\n                        \"narration\": \"Purchase/Withdrawal\",\n                        \"reference\": \"RFN180803\",\n                        \"valueDate\": \"2024-11-05T00:00:00.000Z\",\n                        \"currentBalance\": \"33568.09\",\n                        \"transactionTimestamp\": \"2024-11-05T05:24:32.000Z\"\n                    },\n                    {\n                        \"mode\": \"UPI\",\n                        \"type\": \"DEBIT\",\n                        \"txnId\": \"TXN000108\",\n                        \"amount\": \"6133.96\",\n                        \"narration\": \"Purchase/Withdrawal\",\n                        \"reference\": \"RFN371615\",\n                        \"valueDate\": \"2024-11-07T00:00:00.000Z\",\n                        \"currentBalance\": \"57762.33\",\n                        \"transactionTimestamp\": \"2024-11-07T15:58:19.000Z\"\n                    },\n                    {\n                        \"mode\": \"CARD\",\n                        \"type\": \"CREDIT\",\n                        \"txnId\": \"TXN000115\",\n                        \"amount\": \"8983.44\",\n                        \"narration\": \"Salary Credit\",\n                        \"reference\": \"RFN454907\",\n                        \"valueDate\": \"2024-11-08T00:00:00.000Z\",\n                        \"currentBalance\": \"34965.82\",\n                        \"transactionTimestamp\": \"2024-11-08T16:37:55.000Z\"\n                    },\n                    {\n                        \"mode\": \"CASH\",\n                        \"type\": \"DEBIT\",\n                        \"txnId\": \"TXN000109\",\n                        \"amount\": \"3857.60\",\n                        \"narration\": \"Purchase/Withdrawal\",\n                        \"reference\": \"RFN177521\",\n                        \"valueDate\": \"2024-11-08T00:00:00.000Z\",\n                        \"currentBalance\": \"53904.73\",\n                        \"transactionTimestamp\": \"2024-11-08T16:48:18.000Z\"\n                    },\n                    {\n                        \"mode\": \"CASH\",\n                        \"type\": \"CREDIT\",\n                        \"txnId\": \"TXN000116\",\n                        \"amount\": \"5853.98\",\n                        \"narration\": \"Salary Credit\",\n                        \"reference\": \"RFN253734\",\n                        \"valueDate\": \"2024-11-10T00:00:00.000Z\",\n                        \"currentBalance\": \"40819.80\",\n                        \"transactionTimestamp\": \"2024-11-10T02:03:04.000Z\"\n                    },\n                    {\n                        \"mode\": \"UPI\",\n                        \"type\": \"DEBIT\",\n                        \"txnId\": \"TXN000117\",\n                        \"amount\": \"5838.07\",\n                        \"narration\": \"Purchase/Withdrawal\",\n                        \"reference\": \"RFN917422\",\n                        \"valueDate\": \"2024-11-14T00:00:00.000Z\",\n                        \"currentBalance\": \"34981.73\",\n                        \"transactionTimestamp\": \"2024-11-14T21:20:34.000Z\"\n                    },\n                    {\n                        \"mode\": \"CARD\",\n                        \"type\": \"DEBIT\",\n                        \"txnId\": \"TXN000106\",\n                        \"amount\": \"1968.41\",\n                        \"narration\": \"Purchase/Withdrawal\",\n                        \"reference\": \"RFN307528\",\n                        \"valueDate\": \"2024-11-17T00:00:00.000Z\",\n                        \"currentBalance\": \"73548.70\",\n                        \"transactionTimestamp\": \"2024-11-17T08:36:42.000Z\"\n                    },\n                    {\n                        \"mode\": \"CASH\",\n                        \"type\": \"CREDIT\",\n                        \"txnId\": \"TXN000118\",\n                        \"amount\": \"5222.93\",\n                        \"narration\": \"Salary Credit\",\n                        \"reference\": \"RFN343003\",\n                        \"valueDate\": \"2024-11-20T00:00:00.000Z\",\n                        \"currentBalance\": \"40204.66\",\n                        \"transactionTimestamp\": \"2024-11-20T01:24:53.000Z\"\n                    },\n                    {\n                        \"mode\": \"CARD\",\n                        \"type\": \"DEBIT\",\n                        \"txnId\": \"TXN000113\",\n                        \"amount\": \"1711.14\",\n                        \"narration\": \"Purchase/Withdrawal\",\n                        \"reference\": \"RFN198816\",\n                        \"valueDate\": \"2024-11-23T00:00:00.000Z\",\n                        \"currentBalance\": \"34254.45\",\n                        \"transactionTimestamp\": \"2024-11-23T12:26:53.000Z\"\n                    },\n                    {\n                        \"mode\": \"CASH\",\n                        \"type\": \"CREDIT\",\n                        \"txnId\": \"TXN000120\",\n                        \"amount\": \"809.12\",\n                        \"narration\": \"Salary Credit\",\n                        \"reference\": \"RFN492970\",\n                        \"valueDate\": \"2024-11-23T00:00:00.000Z\",\n                        \"currentBalance\": \"34377.21\",\n                        \"transactionTimestamp\": \"2024-11-23T19:35:30.000Z\"\n                    },\n                    {\n                        \"mode\": \"CASH\",\n                        \"type\": \"DEBIT\",\n                        \"txnId\": \"TXN000110\",\n                        \"amount\": \"7152.90\",\n                        \"narration\": \"Purchase/Withdrawal\",\n                        \"reference\": \"RFN305250\",\n                        \"valueDate\": \"2024-11-24T00:00:00.000Z\",\n                        \"currentBalance\": \"46751.83\",\n                        \"transactionTimestamp\": \"2024-11-24T22:44:39.000Z\"\n                    },\n                    {\n                        \"mode\": \"UPI\",\n                        \"type\": \"DEBIT\",\n                        \"txnId\": \"TXN000111\",\n                        \"amount\": \"8298.24\",\n                        \"narration\": \"Purchase/Withdrawal\",\n                        \"reference\": \"RFN361866\",\n                        \"valueDate\": \"2024-11-26T00:00:00.000Z\",\n                        \"currentBalance\": \"38453.59\",\n                        \"transactionTimestamp\": \"2024-11-26T01:58:29.000Z\"\n                    },\n                    {\n                        \"mode\": \"UPI\",\n                        \"type\": \"DEBIT\",\n                        \"txnId\": \"TXN000127\",\n                        \"amount\": \"6403.62\",\n                        \"narration\": \"Purchase/Withdrawal\",\n                        \"reference\": \"RFN624893\",\n                        \"valueDate\": \"2024-12-03T00:00:00.000Z\",\n                        \"currentBalance\": \"31097.78\",\n                        \"transactionTimestamp\": \"2024-12-03T17:38:36.000Z\"\n                    },\n                    {\n                        \"mode\": \"UPI\",\n                        \"type\": \"DEBIT\",\n                        \"txnId\": \"TXN000124\",\n                        \"amount\": \"1380.34\",\n                        \"narration\": \"Purchase/Withdrawal\",\n                        \"reference\": \"RFN537398\",\n                        \"valueDate\": \"2024-12-05T00:00:00.000Z\",\n                        \"currentBalance\": \"35284.25\",\n                        \"transactionTimestamp\": \"2024-12-05T00:06:22.000Z\"\n                    },\n                    {\n                        \"mode\": \"CARD\",\n                        \"type\": \"DEBIT\",\n                        \"txnId\": \"TXN000130\",\n                        \"amount\": \"7730.49\",\n                        \"narration\": \"Purchase/Withdrawal\",\n                        \"reference\": \"RFN540496\",\n                        \"valueDate\": \"2024-12-08T00:00:00.000Z\",\n                        \"currentBalance\": \"20052.20\",\n                        \"transactionTimestamp\": \"2024-12-08T08:45:49.000Z\"\n                    },\n                    {\n                        \"mode\": \"UPI\",\n                        \"type\": \"DEBIT\",\n                        \"txnId\": \"TXN000129\",\n                        \"amount\": \"1974.04\",\n                        \"narration\": \"Purchase/Withdrawal\",\n                        \"reference\": \"RFN149028\",\n                        \"valueDate\": \"2024-12-09T00:00:00.000Z\",\n                        \"currentBalance\": \"27782.69\",\n                        \"transactionTimestamp\": \"2024-12-09T00:38:51.000Z\"\n                    },\n                    {\n                        \"mode\": \"UPI\",\n                        \"type\": \"CREDIT\",\n                        \"txnId\": \"TXN000132\",\n                        \"amount\": \"851.73\",\n                        \"narration\": \"Salary Credit\",\n                        \"reference\": \"RFN812124\",\n                        \"valueDate\": \"2024-12-15T00:00:00.000Z\",\n                        \"currentBalance\": \"17222.30\",\n                        \"transactionTimestamp\": \"2024-12-15T02:09:46.000Z\"\n                    },\n                    {\n                        \"mode\": \"UPI\",\n                        \"type\": \"DEBIT\",\n                        \"txnId\": \"TXN000125\",\n                        \"amount\": \"2032.47\",\n                        \"narration\": \"Purchase/Withdrawal\",\n                        \"reference\": \"RFN972951\",\n                        \"valueDate\": \"2024-12-16T00:00:00.000Z\",\n                        \"currentBalance\": \"33251.78\",\n                        \"transactionTimestamp\": \"2024-12-16T05:11:36.000Z\"\n                    },\n                    {\n                        \"mode\": \"UPI\",\n                        \"type\": \"DEBIT\",\n                        \"txnId\": \"TXN000128\",\n                        \"amount\": \"1341.05\",\n                        \"narration\": \"Purchase/Withdrawal\",\n                        \"reference\": \"RFN970608\",\n                        \"valueDate\": \"2024-12-19T00:00:00.000Z\",\n                        \"currentBalance\": \"29756.73\",\n                        \"transactionTimestamp\": \"2024-12-19T11:45:16.000Z\"\n                    },\n                    {\n                        \"mode\": \"UPI\",\n                        \"type\": \"CREDIT\",\n                        \"txnId\": \"TXN000133\",\n                        \"amount\": \"8968.61\",\n                        \"narration\": \"Salary Credit\",\n                        \"reference\": \"RFN324625\",\n                        \"valueDate\": \"2024-12-20T00:00:00.000Z\",\n                        \"currentBalance\": \"26190.91\",\n                        \"transactionTimestamp\": \"2024-12-20T06:23:38.000Z\"\n                    },\n                    {\n                        \"mode\": \"UPI\",\n                        \"type\": \"CREDIT\",\n                        \"txnId\": \"TXN000134\",\n                        \"amount\": \"5413.77\",\n                        \"narration\": \"Salary Credit\",\n                        \"reference\": \"RFN108789\",\n                        \"valueDate\": \"2024-12-20T00:00:00.000Z\",\n                        \"currentBalance\": \"31604.68\",\n                        \"transactionTimestamp\": \"2024-12-20T20:04:07.000Z\"\n                    },\n                    {\n                        \"mode\": \"CARD\",\n                        \"type\": \"CREDIT\",\n                        \"txnId\": \"TXN000122\",\n                        \"amount\": \"8998.54\",\n                        \"narration\": \"Salary Credit\",\n                        \"reference\": \"RFN698095\",\n                        \"valueDate\": \"2024-12-21T00:00:00.000Z\",\n                        \"currentBalance\": \"36508.83\",\n                        \"transactionTimestamp\": \"2024-12-21T16:21:58.000Z\"\n                    },\n                    {\n                        \"mode\": \"CARD\",\n                        \"type\": \"DEBIT\",\n                        \"txnId\": \"TXN000121\",\n                        \"amount\": \"6866.92\",\n                        \"narration\": \"Purchase/Withdrawal\",\n                        \"reference\": \"RFN483647\",\n                        \"valueDate\": \"2024-12-21T00:00:00.000Z\",\n                        \"currentBalance\": \"27510.29\",\n                        \"transactionTimestamp\": \"2024-12-21T23:08:11.000Z\"\n                    },\n                    {\n                        \"mode\": \"UPI\",\n                        \"type\": \"CREDIT\",\n                        \"txnId\": \"TXN000123\",\n                        \"amount\": \"155.76\",\n                        \"narration\": \"Salary Credit\",\n                        \"reference\": \"RFN986985\",\n                        \"valueDate\": \"2024-12-25T00:00:00.000Z\",\n                        \"currentBalance\": \"36664.59\",\n                        \"transactionTimestamp\": \"2024-12-25T17:10:12.000Z\"\n                    },\n                    {\n                        \"mode\": \"CASH\",\n                        \"type\": \"DEBIT\",\n                        \"txnId\": \"TXN000131\",\n                        \"amount\": \"3681.63\",\n                        \"narration\": \"Purchase/Withdrawal\",\n                        \"reference\": \"RFN276350\",\n                        \"valueDate\": \"2024-12-26T00:00:00.000Z\",\n                        \"currentBalance\": \"16370.57\",\n                        \"transactionTimestamp\": \"2024-12-26T04:21:56.000Z\"\n                    },\n                    {\n                        \"mode\": \"CASH\",\n                        \"type\": \"CREDIT\",\n                        \"txnId\": \"TXN000126\",\n                        \"amount\": \"4249.62\",\n                        \"narration\": \"Salary Credit\",\n                        \"reference\": \"RFN879246\",\n                        \"valueDate\": \"2024-12-27T00:00:00.000Z\",\n                        \"currentBalance\": \"37501.40\",\n                        \"transactionTimestamp\": \"2024-12-27T07:59:55.000Z\"\n                    },\n                    {\n                        \"mode\": \"CARD\",\n                        \"type\": \"DEBIT\",\n                        \"txnId\": \"TXN000135\",\n                        \"amount\": \"9136.97\",\n                        \"narration\": \"Purchase/Withdrawal\",\n                        \"reference\": \"RFN306104\",\n                        \"valueDate\": \"2024-12-28T00:00:00.000Z\",\n                        \"currentBalance\": \"22467.71\",\n                        \"transactionTimestamp\": \"2024-12-28T00:10:46.000Z\"\n                    },\n                    {\n                        \"mode\": \"CARD\",\n                        \"type\": \"DEBIT\",\n                        \"txnId\": \"TXN000139\",\n                        \"amount\": \"3873.95\",\n                        \"narration\": \"Purchase/Withdrawal\",\n                        \"reference\": \"RFN873273\",\n                        \"valueDate\": \"2025-01-02T00:00:00.000Z\",\n                        \"currentBalance\": \"7392.50\",\n                        \"transactionTimestamp\": \"2025-01-02T23:58:15.000Z\"\n                    },\n                    {\n                        \"mode\": \"CARD\",\n                        \"type\": \"CREDIT\",\n                        \"txnId\": \"TXN000141\",\n                        \"amount\": \"4687.65\",\n                        \"narration\": \"Salary Credit\",\n                        \"reference\": \"RFN476251\",\n                        \"valueDate\": \"2025-01-03T00:00:00.000Z\",\n                        \"currentBalance\": \"7008.38\",\n                        \"transactionTimestamp\": \"2025-01-03T00:05:44.000Z\"\n                    },\n                    {\n                        \"mode\": \"CASH\",\n                        \"type\": \"DEBIT\",\n                        \"txnId\": \"TXN000144\",\n                        \"amount\": \"8596.63\",\n                        \"narration\": \"Purchase/Withdrawal\",\n                        \"reference\": \"RFN278631\",\n                        \"valueDate\": \"2025-01-04T00:00:00.000Z\",\n                        \"currentBalance\": \"-6614.48\",\n                        \"transactionTimestamp\": \"2025-01-04T15:46:35.000Z\"\n                    },\n                    {\n                        \"mode\": \"CASH\",\n                        \"type\": \"DEBIT\",\n                        \"txnId\": \"TXN000142\",\n                        \"amount\": \"1224.18\",\n                        \"narration\": \"Purchase/Withdrawal\",\n                        \"reference\": \"RFN695494\",\n                        \"valueDate\": \"2025-01-06T00:00:00.000Z\",\n                        \"currentBalance\": \"5784.20\",\n                        \"transactionTimestamp\": \"2025-01-06T10:24:00.000Z\"\n                    },\n                    {\n                        \"mode\": \"CASH\",\n                        \"type\": \"DEBIT\",\n                        \"txnId\": \"TXN000143\",\n                        \"amount\": \"3802.05\",\n                        \"narration\": \"Purchase/Withdrawal\",\n                        \"reference\": \"RFN173882\",\n                        \"valueDate\": \"2025-01-06T00:00:00.000Z\",\n                        \"currentBalance\": \"1982.15\",\n                        \"transactionTimestamp\": \"2025-01-06T13:18:29.000Z\"\n                    },\n                    {\n                        \"mode\": \"CASH\",\n                        \"type\": \"DEBIT\",\n                        \"txnId\": \"TXN000147\",\n                        \"amount\": \"3766.08\",\n                        \"narration\": \"Purchase/Withdrawal\",\n                        \"reference\": \"RFN295061\",\n                        \"valueDate\": \"2025-01-06T00:00:00.000Z\",\n                        \"currentBalance\": \"-23517.96\",\n                        \"transactionTimestamp\": \"2025-01-06T19:54:01.000Z\"\n                    },\n                    {\n                        \"mode\": \"UPI\",\n                        \"type\": \"DEBIT\",\n                        \"txnId\": \"TXN000150\",\n                        \"amount\": \"9381.90\",\n                        \"narration\": \"Purchase/Withdrawal\",\n                        \"reference\": \"RFN297961\",\n                        \"valueDate\": \"2025-01-13T00:00:00.000Z\",\n                        \"currentBalance\": \"-38537.87\",\n                        \"transactionTimestamp\": \"2025-01-13T05:54:33.000Z\"\n                    },\n                    {\n                        \"mode\": \"CARD\",\n                        \"type\": \"DEBIT\",\n                        \"txnId\": \"TXN000145\",\n                        \"amount\": \"9426.97\",\n                        \"narration\": \"Purchase/Withdrawal\",\n                        \"reference\": \"RFN132955\",\n                        \"valueDate\": \"2025-01-17T00:00:00.000Z\",\n                        \"currentBalance\": \"-16041.45\",\n                        \"transactionTimestamp\": \"2025-01-17T02:43:41.000Z\"\n                    },\n                    {\n                        \"mode\": \"UPI\",\n                        \"type\": \"DEBIT\",\n                        \"txnId\": \"TXN000136\",\n                        \"amount\": \"9170.04\",\n                        \"narration\": \"Purchase/Withdrawal\",\n                        \"reference\": \"RFN864089\",\n                        \"valueDate\": \"2025-01-19T00:00:00.000Z\",\n                        \"currentBalance\": \"13297.67\",\n                        \"transactionTimestamp\": \"2025-01-19T02:08:34.000Z\"\n                    },\n                    {\n                        \"mode\": \"CARD\",\n                        \"type\": \"CREDIT\",\n                        \"txnId\": \"TXN000138\",\n                        \"amount\": \"2019.75\",\n                        \"narration\": \"Salary Credit\",\n                        \"reference\": \"RFN820710\",\n                        \"valueDate\": \"2025-01-20T00:00:00.000Z\",\n                        \"currentBalance\": \"11266.45\",\n                        \"transactionTimestamp\": \"2025-01-20T12:30:23.000Z\"\n                    },\n                    {\n                        \"mode\": \"CARD\",\n                        \"type\": \"DEBIT\",\n                        \"txnId\": \"TXN000146\",\n                        \"amount\": \"3710.43\",\n                        \"narration\": \"Purchase/Withdrawal\",\n                        \"reference\": \"RFN863440\",\n                        \"valueDate\": \"2025-01-20T00:00:00.000Z\",\n                        \"currentBalance\": \"-19751.88\",\n                        \"transactionTimestamp\": \"2025-01-20T18:05:57.000Z\"\n                    },\n                    {\n                        \"mode\": \"UPI\",\n                        \"type\": \"DEBIT\",\n                        \"txnId\": \"TXN000140\",\n                        \"amount\": \"5071.77\",\n                        \"narration\": \"Purchase/Withdrawal\",\n                        \"reference\": \"RFN428256\",\n                        \"valueDate\": \"2025-01-22T00:00:00.000Z\",\n                        \"currentBalance\": \"2320.73\",\n                        \"transactionTimestamp\": \"2025-01-22T07:03:54.000Z\"\n                    },\n                    {\n                        \"mode\": \"CASH\",\n                        \"type\": \"CREDIT\",\n                        \"txnId\": \"TXN000148\",\n                        \"amount\": \"1854.23\",\n                        \"narration\": \"Salary Credit\",\n                        \"reference\": \"RFN191237\",\n                        \"valueDate\": \"2025-01-26T00:00:00.000Z\",\n                        \"currentBalance\": \"-21663.73\",\n                        \"transactionTimestamp\": \"2025-01-26T08:21:18.000Z\"\n                    },\n                    {\n                        \"mode\": \"CASH\",\n                        \"type\": \"DEBIT\",\n                        \"txnId\": \"TXN000137\",\n                        \"amount\": \"4050.97\",\n                        \"narration\": \"Purchase/Withdrawal\",\n                        \"reference\": \"RFN181543\",\n                        \"valueDate\": \"2025-01-26T00:00:00.000Z\",\n                        \"currentBalance\": \"9246.70\",\n                        \"transactionTimestamp\": \"2025-01-26T20:17:02.000Z\"\n                    },\n                    {\n                        \"mode\": \"CASH\",\n                        \"type\": \"DEBIT\",\n                        \"txnId\": \"TXN000149\",\n                        \"amount\": \"7492.24\",\n                        \"narration\": \"Purchase/Withdrawal\",\n                        \"reference\": \"RFN683727\",\n                        \"valueDate\": \"2025-01-28T00:00:00.000Z\",\n                        \"currentBalance\": \"-29155.97\",\n                        \"transactionTimestamp\": \"2025-01-28T02:31:00.000Z\"\n                    },\n                    {\n                        \"mode\": \"CARD\",\n                        \"type\": \"DEBIT\",\n                        \"txnId\": \"TXN000157\",\n                        \"amount\": \"4159.80\",\n                        \"narration\": \"Purchase/Withdrawal\",\n                        \"reference\": \"RFN191055\",\n                        \"valueDate\": \"2025-02-02T00:00:00.000Z\",\n                        \"currentBalance\": \"-39137.10\",\n                        \"transactionTimestamp\": \"2025-02-02T08:58:08.000Z\"\n                    },\n                    {\n                        \"mode\": \"CASH\",\n                        \"type\": \"CREDIT\",\n                        \"txnId\": \"TXN000155\",\n                        \"amount\": \"613.22\",\n                        \"narration\": \"Salary Credit\",\n                        \"reference\": \"RFN710291\",\n                        \"valueDate\": \"2025-02-02T00:00:00.000Z\",\n                        \"currentBalance\": \"-31441.82\",\n                        \"transactionTimestamp\": \"2025-02-02T11:13:07.000Z\"\n                    },\n                    {\n                        \"mode\": \"UPI\",\n                        \"type\": \"DEBIT\",\n                        \"txnId\": \"TXN000160\",\n                        \"amount\": \"3304.87\",\n                        \"narration\": \"Purchase/Withdrawal\",\n                        \"reference\": \"RFN782465\",\n                        \"valueDate\": \"2025-02-05T00:00:00.000Z\",\n                        \"currentBalance\": \"-36957.84\",\n                        \"transactionTimestamp\": \"2025-02-05T16:08:16.000Z\"\n                    },\n                    {\n                        \"mode\": \"CARD\",\n                        \"type\": \"DEBIT\",\n                        \"txnId\": \"TXN000162\",\n                        \"amount\": \"2465.95\",\n                        \"narration\": \"Purchase/Withdrawal\",\n                        \"reference\": \"RFN282941\",\n                        \"valueDate\": \"2025-02-06T00:00:00.000Z\",\n                        \"currentBalance\": \"-36253.09\",\n                        \"transactionTimestamp\": \"2025-02-06T11:15:12.000Z\"\n                    },\n                    {\n                        \"mode\": \"CARD\",\n                        \"type\": \"DEBIT\",\n                        \"txnId\": \"TXN000156\",\n                        \"amount\": \"3535.48\",\n                        \"narration\": \"Purchase/Withdrawal\",\n                        \"reference\": \"RFN447061\",\n                        \"valueDate\": \"2025-02-08T00:00:00.000Z\",\n                        \"currentBalance\": \"-34977.30\",\n                        \"transactionTimestamp\": \"2025-02-08T22:45:58.000Z\"\n                    },\n                    {\n                        \"mode\": \"UPI\",\n                        \"type\": \"CREDIT\",\n                        \"txnId\": \"TXN000154\",\n                        \"amount\": \"3185.44\",\n                        \"narration\": \"Salary Credit\",\n                        \"reference\": \"RFN214774\",\n                        \"valueDate\": \"2025-02-09T00:00:00.000Z\",\n                        \"currentBalance\": \"-32055.04\",\n                        \"transactionTimestamp\": \"2025-02-09T03:05:57.000Z\"\n                    },\n                    {\n                        \"mode\": \"UPI\",\n                        \"type\": \"CREDIT\",\n                        \"txnId\": \"TXN000164\",\n                        \"amount\": \"4303.04\",\n                        \"narration\": \"Salary Credit\",\n                        \"reference\": \"RFN601891\",\n                        \"valueDate\": \"2025-02-11T00:00:00.000Z\",\n                        \"currentBalance\": \"-25613.38\",\n                        \"transactionTimestamp\": \"2025-02-11T12:42:48.000Z\"\n                    },\n                    {\n                        \"mode\": \"CARD\",\n                        \"type\": \"CREDIT\",\n                        \"txnId\": \"TXN000163\",\n                        \"amount\": \"6336.67\",\n                        \"narration\": \"Salary Credit\",\n                        \"reference\": \"RFN175166\",\n                        \"valueDate\": \"2025-02-11T00:00:00.000Z\",\n                        \"currentBalance\": \"-29916.42\",\n                        \"transactionTimestamp\": \"2025-02-11T18:30:35.000Z\"\n                    },\n                    {\n                        \"mode\": \"UPI\",\n                        \"type\": \"CREDIT\",\n                        \"txnId\": \"TXN000152\",\n                        \"amount\": \"4367.26\",\n                        \"narration\": \"Salary Credit\",\n                        \"reference\": \"RFN935267\",\n                        \"valueDate\": \"2025-02-16T00:00:00.000Z\",\n                        \"currentBalance\": \"-30836.76\",\n                        \"transactionTimestamp\": \"2025-02-16T01:25:11.000Z\"\n                    },\n                    {\n                        \"mode\": \"CASH\",\n                        \"type\": \"CREDIT\",\n                        \"txnId\": \"TXN000159\",\n                        \"amount\": \"179.56\",\n                        \"narration\": \"Salary Credit\",\n                        \"reference\": \"RFN480817\",\n                        \"valueDate\": \"2025-02-17T00:00:00.000Z\",\n                        \"currentBalance\": \"-33652.97\",\n                        \"transactionTimestamp\": \"2025-02-17T05:36:09.000Z\"\n                    },\n                    {\n                        \"mode\": \"CASH\",\n                        \"type\": \"DEBIT\",\n                        \"txnId\": \"TXN000153\",\n                        \"amount\": \"4403.72\",\n                        \"narration\": \"Purchase/Withdrawal\",\n                        \"reference\": \"RFN230255\",\n                        \"valueDate\": \"2025-02-20T00:00:00.000Z\",\n                        \"currentBalance\": \"-35240.48\",\n                        \"transactionTimestamp\": \"2025-02-20T10:18:00.000Z\"\n                    },\n                    {\n                        \"mode\": \"UPI\",\n                        \"type\": \"CREDIT\",\n                        \"txnId\": \"TXN000151\",\n                        \"amount\": \"3333.85\",\n                        \"narration\": \"Salary Credit\",\n                        \"reference\": \"RFN410296\",\n                        \"valueDate\": \"2025-02-24T00:00:00.000Z\",\n                        \"currentBalance\": \"-35204.02\",\n                        \"transactionTimestamp\": \"2025-02-24T00:25:05.000Z\"\n                    },\n                    {\n                        \"mode\": \"CARD\",\n                        \"type\": \"CREDIT\",\n                        \"txnId\": \"TXN000165\",\n                        \"amount\": \"8812.48\",\n                        \"narration\": \"Salary Credit\",\n                        \"reference\": \"RFN945023\",\n                        \"valueDate\": \"2025-02-24T00:00:00.000Z\",\n                        \"currentBalance\": \"-16800.90\",\n                        \"transactionTimestamp\": \"2025-02-24T05:00:45.000Z\"\n                    },\n                    {\n                        \"mode\": \"CASH\",\n                        \"type\": \"CREDIT\",\n                        \"txnId\": \"TXN000161\",\n                        \"amount\": \"3170.70\",\n                        \"narration\": \"Salary Credit\",\n                        \"reference\": \"RFN165364\",\n                        \"valueDate\": \"2025-02-25T00:00:00.000Z\",\n                        \"currentBalance\": \"-33787.14\",\n                        \"transactionTimestamp\": \"2025-02-25T17:29:26.000Z\"\n                    },\n                    {\n                        \"mode\": \"CARD\",\n                        \"type\": \"CREDIT\",\n                        \"txnId\": \"TXN000158\",\n                        \"amount\": \"5304.57\",\n                        \"narration\": \"Salary Credit\",\n                        \"reference\": \"RFN551417\",\n                        \"valueDate\": \"2025-02-27T00:00:00.000Z\",\n                        \"currentBalance\": \"-33832.53\",\n                        \"transactionTimestamp\": \"2025-02-27T10:10:08.000Z\"\n                    },\n                    {\n                        \"mode\": \"CASH\",\n                        \"type\": \"DEBIT\",\n                        \"txnId\": \"TXN000167\",\n                        \"amount\": \"4932.38\",\n                        \"narration\": \"Purchase/Withdrawal\",\n                        \"reference\": \"RFN511139\",\n                        \"valueDate\": \"2025-03-03T00:00:00.000Z\",\n                        \"currentBalance\": \"-17591.87\",\n                        \"transactionTimestamp\": \"2025-03-03T06:56:46.000Z\"\n                    },\n                    {\n                        \"mode\": \"CASH\",\n                        \"type\": \"DEBIT\",\n                        \"txnId\": \"TXN000168\",\n                        \"amount\": \"4925.09\",\n                        \"narration\": \"Purchase/Withdrawal\",\n                        \"reference\": \"RFN145948\",\n                        \"valueDate\": \"2025-03-03T00:00:00.000Z\",\n                        \"currentBalance\": \"-22516.96\",\n                        \"transactionTimestamp\": \"2025-03-03T07:20:55.000Z\"\n                    },\n                    {\n                        \"mode\": \"CARD\",\n                        \"type\": \"CREDIT\",\n                        \"txnId\": \"TXN000166\",\n                        \"amount\": \"4141.41\",\n                        \"narration\": \"Salary Credit\",\n                        \"reference\": \"RFN201505\",\n                        \"valueDate\": \"2025-03-03T00:00:00.000Z\",\n                        \"currentBalance\": \"-12659.49\",\n                        \"transactionTimestamp\": \"2025-03-03T10:03:03.000Z\"\n                    },\n                    {\n                        \"mode\": \"CARD\",\n                        \"type\": \"CREDIT\",\n                        \"txnId\": \"TXN000172\",\n                        \"amount\": \"2816.21\",\n                        \"narration\": \"Salary Credit\",\n                        \"reference\": \"RFN467149\",\n                        \"valueDate\": \"2025-03-04T00:00:00.000Z\",\n                        \"currentBalance\": \"-15408.45\",\n                        \"transactionTimestamp\": \"2025-03-04T09:25:01.000Z\"\n                    },\n                    {\n                        \"mode\": \"UPI\",\n                        \"type\": \"DEBIT\",\n                        \"txnId\": \"TXN000176\",\n                        \"amount\": \"2350.29\",\n                        \"narration\": \"Purchase/Withdrawal\",\n                        \"reference\": \"RFN666135\",\n                        \"valueDate\": \"2025-03-07T00:00:00.000Z\",\n                        \"currentBalance\": \"-3403.31\",\n                        \"transactionTimestamp\": \"2025-03-07T06:45:13.000Z\"\n                    },\n                    {\n                        \"mode\": \"CARD\",\n                        \"type\": \"CREDIT\",\n                        \"txnId\": \"TXN000180\",\n                        \"amount\": \"893.54\",\n                        \"narration\": \"Salary Credit\",\n                        \"reference\": \"RFN946572\",\n                        \"valueDate\": \"2025-03-07T00:00:00.000Z\",\n                        \"currentBalance\": \"-17076.69\",\n                        \"transactionTimestamp\": \"2025-03-07T23:25:09.000Z\"\n                    },\n                    {\n                        \"mode\": \"CARD\",\n                        \"type\": \"DEBIT\",\n                        \"txnId\": \"TXN000171\",\n                        \"amount\": \"3284.57\",\n                        \"narration\": \"Purchase/Withdrawal\",\n                        \"reference\": \"RFN753027\",\n                        \"valueDate\": \"2025-03-13T00:00:00.000Z\",\n                        \"currentBalance\": \"-18224.66\",\n                        \"transactionTimestamp\": \"2025-03-13T02:41:46.000Z\"\n                    },\n                    {\n                        \"mode\": \"UPI\",\n                        \"type\": \"CREDIT\",\n                        \"txnId\": \"TXN000170\",\n                        \"amount\": \"9762.63\",\n                        \"narration\": \"Salary Credit\",\n                        \"reference\": \"RFN527570\",\n                        \"valueDate\": \"2025-03-14T00:00:00.000Z\",\n                        \"currentBalance\": \"-14940.09\",\n                        \"transactionTimestamp\": \"2025-03-14T13:51:01.000Z\"\n                    },\n                    {\n                        \"mode\": \"CASH\",\n                        \"type\": \"CREDIT\",\n                        \"txnId\": \"TXN000175\",\n                        \"amount\": \"7830.87\",\n                        \"narration\": \"Salary Credit\",\n                        \"reference\": \"RFN414125\",\n                        \"valueDate\": \"2025-03-14T00:00:00.000Z\",\n                        \"currentBalance\": \"-1053.02\",\n                        \"transactionTimestamp\": \"2025-03-14T16:44:11.000Z\"\n                    },\n                    {\n                        \"mode\": \"CARD\",\n                        \"type\": \"DEBIT\",\n                        \"txnId\": \"TXN000169\",\n                        \"amount\": \"2185.76\",\n                        \"narration\": \"Purchase/Withdrawal\",\n                        \"reference\": \"RFN528866\",\n                        \"valueDate\": \"2025-03-16T00:00:00.000Z\",\n                        \"currentBalance\": \"-24702.72\",\n                        \"transactionTimestamp\": \"2025-03-16T04:36:14.000Z\"\n                    },\n                    {\n                        \"mode\": \"CASH\",\n                        \"type\": \"DEBIT\",\n                        \"txnId\": \"TXN000179\",\n                        \"amount\": \"5820.47\",\n                        \"narration\": \"Purchase/Withdrawal\",\n                        \"reference\": \"RFN357404\",\n                        \"valueDate\": \"2025-03-19T00:00:00.000Z\",\n                        \"currentBalance\": \"-17970.23\",\n                        \"transactionTimestamp\": \"2025-03-19T01:05:53.000Z\"\n                    },\n                    {\n                        \"mode\": \"CASH\",\n                        \"type\": \"CREDIT\",\n                        \"txnId\": \"TXN000174\",\n                        \"amount\": \"2660.26\",\n                        \"narration\": \"Salary Credit\",\n                        \"reference\": \"RFN794663\",\n                        \"valueDate\": \"2025-03-19T00:00:00.000Z\",\n                        \"currentBalance\": \"-8883.89\",\n                        \"transactionTimestamp\": \"2025-03-19T17:57:50.000Z\"\n                    },\n                    {\n                        \"mode\": \"CARD\",\n                        \"type\": \"DEBIT\",\n                        \"txnId\": \"TXN000178\",\n                        \"amount\": \"4411.13\",\n                        \"narration\": \"Purchase/Withdrawal\",\n                        \"reference\": \"RFN831132\",\n                        \"valueDate\": \"2025-03-20T00:00:00.000Z\",\n                        \"currentBalance\": \"-12149.76\",\n                        \"transactionTimestamp\": \"2025-03-20T21:55:58.000Z\"\n                    },\n                    {\n                        \"mode\": \"CARD\",\n                        \"type\": \"DEBIT\",\n                        \"txnId\": \"TXN000177\",\n                        \"amount\": \"4335.32\",\n                        \"narration\": \"Purchase/Withdrawal\",\n                        \"reference\": \"RFN552520\",\n                        \"valueDate\": \"2025-03-23T00:00:00.000Z\",\n                        \"currentBalance\": \"-7738.63\",\n                        \"transactionTimestamp\": \"2025-03-23T01:18:22.000Z\"\n                    },\n                    {\n                        \"mode\": \"UPI\",\n                        \"type\": \"CREDIT\",\n                        \"txnId\": \"TXN000173\",\n                        \"amount\": \"3864.30\",\n                        \"narration\": \"Salary Credit\",\n                        \"reference\": \"RFN174437\",\n                        \"valueDate\": \"2025-03-25T00:00:00.000Z\",\n                        \"currentBalance\": \"-11544.15\",\n                        \"transactionTimestamp\": \"2025-03-25T19:47:39.000Z\"\n                    },\n                    {\n                        \"mode\": \"UPI\",\n                        \"type\": \"CREDIT\",\n                        \"txnId\": \"TXN000190\",\n                        \"amount\": \"448.35\",\n                        \"narration\": \"Salary Credit\",\n                        \"reference\": \"RFN301083\",\n                        \"valueDate\": \"2025-04-01T00:00:00.000Z\",\n                        \"currentBalance\": \"-9630.55\",\n                        \"transactionTimestamp\": \"2025-04-01T19:31:01.000Z\"\n                    },\n                    {\n                        \"mode\": \"CARD\",\n                        \"type\": \"DEBIT\",\n                        \"txnId\": \"TXN000191\",\n                        \"amount\": \"4518.20\",\n                        \"narration\": \"Purchase/Withdrawal\",\n                        \"reference\": \"RFN742368\",\n                        \"valueDate\": \"2025-04-03T00:00:00.000Z\",\n                        \"currentBalance\": \"-14148.75\",\n                        \"transactionTimestamp\": \"2025-04-03T03:34:16.000Z\"\n                    },\n                    {\n                        \"mode\": \"CASH\",\n                        \"type\": \"DEBIT\",\n                        \"txnId\": \"TXN000185\",\n                        \"amount\": \"8552.24\",\n                        \"narration\": \"Purchase/Withdrawal\",\n                        \"reference\": \"RFN729369\",\n                        \"valueDate\": \"2025-04-07T00:00:00.000Z\",\n                        \"currentBalance\": \"-10872.17\",\n                        \"transactionTimestamp\": \"2025-04-07T12:20:16.000Z\"\n                    },\n                    {\n                        \"mode\": \"UPI\",\n                        \"type\": \"CREDIT\",\n                        \"txnId\": \"TXN000181\",\n                        \"amount\": \"5639.15\",\n                        \"narration\": \"Salary Credit\",\n                        \"reference\": \"RFN362724\",\n                        \"valueDate\": \"2025-04-08T00:00:00.000Z\",\n                        \"currentBalance\": \"-11437.54\",\n                        \"transactionTimestamp\": \"2025-04-08T07:59:53.000Z\"\n                    },\n                    {\n                        \"mode\": \"UPI\",\n                        \"type\": \"DEBIT\",\n                        \"txnId\": \"TXN000195\",\n                        \"amount\": \"9383.07\",\n                        \"narration\": \"Purchase/Withdrawal\",\n                        \"reference\": \"RFN243138\",\n                        \"valueDate\": \"2025-04-08T00:00:00.000Z\",\n                        \"currentBalance\": \"-8857.98\",\n                        \"transactionTimestamp\": \"2025-04-08T18:46:37.000Z\"\n                    },\n                    {\n                        \"mode\": \"CARD\",\n                        \"type\": \"CREDIT\",\n                        \"txnId\": \"TXN000186\",\n                        \"amount\": \"4325.23\",\n                        \"narration\": \"Salary Credit\",\n                        \"reference\": \"RFN401314\",\n                        \"valueDate\": \"2025-04-14T00:00:00.000Z\",\n                        \"currentBalance\": \"-6546.94\",\n                        \"transactionTimestamp\": \"2025-04-14T13:09:50.000Z\"\n                    },\n                    {\n                        \"mode\": \"CARD\",\n                        \"type\": \"CREDIT\",\n                        \"txnId\": \"TXN000183\",\n                        \"amount\": \"3619.73\",\n                        \"narration\": \"Salary Credit\",\n                        \"reference\": \"RFN404390\",\n                        \"valueDate\": \"2025-04-17T00:00:00.000Z\",\n                        \"currentBalance\": \"-8177.70\",\n                        \"transactionTimestamp\": \"2025-04-17T02:20:22.000Z\"\n                    },\n                    {\n                        \"mode\": \"UPI\",\n                        \"type\": \"CREDIT\",\n                        \"txnId\": \"TXN000189\",\n                        \"amount\": \"2737.70\",\n                        \"narration\": \"Salary Credit\",\n                        \"reference\": \"RFN890756\",\n                        \"valueDate\": \"2025-04-18T00:00:00.000Z\",\n                        \"currentBalance\": \"-10078.90\",\n                        \"transactionTimestamp\": \"2025-04-18T02:17:09.000Z\"\n                    },\n                    {\n                        \"mode\": \"CARD\",\n                        \"type\": \"CREDIT\",\n                        \"txnId\": \"TXN000193\",\n                        \"amount\": \"6825.66\",\n                        \"narration\": \"Salary Credit\",\n                        \"reference\": \"RFN483849\",\n                        \"valueDate\": \"2025-04-19T00:00:00.000Z\",\n                        \"currentBalance\": \"-9145.56\",\n                        \"transactionTimestamp\": \"2025-04-19T03:35:45.000Z\"\n                    },\n                    {\n                        \"mode\": \"CASH\",\n                        \"type\": \"DEBIT\",\n                        \"txnId\": \"TXN000182\",\n                        \"amount\": \"359.89\",\n                        \"narration\": \"Purchase/Withdrawal\",\n                        \"reference\": \"RFN643925\",\n                        \"valueDate\": \"2025-04-20T00:00:00.000Z\",\n                        \"currentBalance\": \"-11797.43\",\n                        \"transactionTimestamp\": \"2025-04-20T13:43:41.000Z\"\n                    },\n                    {\n                        \"mode\": \"UPI\",\n                        \"type\": \"CREDIT\",\n                        \"txnId\": \"TXN000187\",\n                        \"amount\": \"3520.06\",\n                        \"narration\": \"Salary Credit\",\n                        \"reference\": \"RFN449714\",\n                        \"valueDate\": \"2025-04-21T00:00:00.000Z\",\n                        \"currentBalance\": \"-3026.88\",\n                        \"transactionTimestamp\": \"2025-04-21T20:00:36.000Z\"\n                    },\n                    {\n                        \"mode\": \"UPI\",\n                        \"type\": \"DEBIT\",\n                        \"txnId\": \"TXN000188\",\n                        \"amount\": \"9789.72\",\n                        \"narration\": \"Purchase/Withdrawal\",\n                        \"reference\": \"RFN135304\",\n                        \"valueDate\": \"2025-04-22T00:00:00.000Z\",\n                        \"currentBalance\": \"-12816.60\",\n                        \"transactionTimestamp\": \"2025-04-22T22:20:07.000Z\"\n                    },\n                    {\n                        \"mode\": \"UPI\",\n                        \"type\": \"CREDIT\",\n                        \"txnId\": \"TXN000194\",\n                        \"amount\": \"9670.65\",\n                        \"narration\": \"Salary Credit\",\n                        \"reference\": \"RFN208523\",\n                        \"valueDate\": \"2025-04-24T00:00:00.000Z\",\n                        \"currentBalance\": \"525.09\",\n                        \"transactionTimestamp\": \"2025-04-24T03:11:08.000Z\"\n                    },\n                    {\n                        \"mode\": \"UPI\",\n                        \"type\": \"DEBIT\",\n                        \"txnId\": \"TXN000192\",\n                        \"amount\": \"1822.47\",\n                        \"narration\": \"Purchase/Withdrawal\",\n                        \"reference\": \"RFN808451\",\n                        \"valueDate\": \"2025-04-24T00:00:00.000Z\",\n                        \"currentBalance\": \"-15971.22\",\n                        \"transactionTimestamp\": \"2025-04-24T18:29:35.000Z\"\n                    },\n                    {\n                        \"mode\": \"CASH\",\n                        \"type\": \"CREDIT\",\n                        \"txnId\": \"TXN000184\",\n                        \"amount\": \"5857.77\",\n                        \"narration\": \"Salary Credit\",\n                        \"reference\": \"RFN788245\",\n                        \"valueDate\": \"2025-04-26T00:00:00.000Z\",\n                        \"currentBalance\": \"-2319.93\",\n                        \"transactionTimestamp\": \"2025-04-26T04:24:15.000Z\"\n                    },\n                    {\n                        \"mode\": \"CASH\",\n                        \"type\": \"DEBIT\",\n                        \"txnId\": \"TXN000197\",\n                        \"amount\": \"364.74\",\n                        \"narration\": \"Purchase/Withdrawal\",\n                        \"reference\": \"RFN857264\",\n                        \"valueDate\": \"2025-05-01T00:00:00.000Z\",\n                        \"currentBalance\": \"-11040.78\",\n                        \"transactionTimestamp\": \"2025-05-01T19:57:23.000Z\"\n                    },\n                    {\n                        \"mode\": \"CARD\",\n                        \"type\": \"DEBIT\",\n                        \"txnId\": \"TXN000196\",\n                        \"amount\": \"1818.06\",\n                        \"narration\": \"Purchase/Withdrawal\",\n                        \"reference\": \"RFN607235\",\n                        \"valueDate\": \"2025-05-02T00:00:00.000Z\",\n                        \"currentBalance\": \"-10676.04\",\n                        \"transactionTimestamp\": \"2025-05-02T08:55:49.000Z\"\n                    },\n                    {\n                        \"mode\": \"CASH\",\n                        \"type\": \"CREDIT\",\n                        \"txnId\": \"TXN000206\",\n                        \"amount\": \"1002.46\",\n                        \"narration\": \"Salary Credit\",\n                        \"reference\": \"RFN927001\",\n                        \"valueDate\": \"2025-05-05T00:00:00.000Z\",\n                        \"currentBalance\": \"-43097.91\",\n                        \"transactionTimestamp\": \"2025-05-05T03:12:01.000Z\"\n                    },\n                    {\n                        \"mode\": \"CASH\",\n                        \"type\": \"CREDIT\",\n                        \"txnId\": \"TXN000209\",\n                        \"amount\": \"5268.19\",\n                        \"narration\": \"Salary Credit\",\n                        \"reference\": \"RFN888458\",\n                        \"valueDate\": \"2025-05-05T00:00:00.000Z\",\n                        \"currentBalance\": \"-45670.49\",\n                        \"transactionTimestamp\": \"2025-05-05T11:36:44.000Z\"\n                    },\n                    {\n                        \"mode\": \"UPI\",\n                        \"type\": \"DEBIT\",\n                        \"txnId\": \"TXN000207\",\n                        \"amount\": \"9088.36\",\n                        \"narration\": \"Purchase/Withdrawal\",\n                        \"reference\": \"RFN691427\",\n                        \"valueDate\": \"2025-05-09T00:00:00.000Z\",\n                        \"currentBalance\": \"-52186.27\",\n                        \"transactionTimestamp\": \"2025-05-09T17:30:23.000Z\"\n                    },\n                    {\n                        \"mode\": \"UPI\",\n                        \"type\": \"DEBIT\",\n                        \"txnId\": \"TXN000198\",\n                        \"amount\": \"9701.07\",\n                        \"narration\": \"Purchase/Withdrawal\",\n                        \"reference\": \"RFN946691\",\n                        \"valueDate\": \"2025-05-11T00:00:00.000Z\",\n                        \"currentBalance\": \"-20741.85\",\n                        \"transactionTimestamp\": \"2025-05-11T19:59:53.000Z\"\n                    },\n                    {\n                        \"mode\": \"CASH\",\n                        \"type\": \"CREDIT\",\n                        \"txnId\": \"TXN000205\",\n                        \"amount\": \"4604.68\",\n                        \"narration\": \"Salary Credit\",\n                        \"reference\": \"RFN579460\",\n                        \"valueDate\": \"2025-05-11T00:00:00.000Z\",\n                        \"currentBalance\": \"-44100.37\",\n                        \"transactionTimestamp\": \"2025-05-11T20:55:00.000Z\"\n                    },\n                    {\n                        \"mode\": \"CASH\",\n                        \"type\": \"DEBIT\",\n                        \"txnId\": \"TXN000210\",\n                        \"amount\": \"8633.81\",\n                        \"narration\": \"Purchase/Withdrawal\",\n                        \"reference\": \"RFN270348\",\n                        \"valueDate\": \"2025-05-14T00:00:00.000Z\",\n                        \"currentBalance\": \"-54304.30\",\n                        \"transactionTimestamp\": \"2025-05-14T00:34:54.000Z\"\n                    },\n                    {\n                        \"mode\": \"UPI\",\n                        \"type\": \"DEBIT\",\n                        \"txnId\": \"TXN000202\",\n                        \"amount\": \"6054.73\",\n                        \"narration\": \"Purchase/Withdrawal\",\n                        \"reference\": \"RFN483547\",\n                        \"valueDate\": \"2025-05-17T00:00:00.000Z\",\n                        \"currentBalance\": \"-39847.02\",\n                        \"transactionTimestamp\": \"2025-05-17T02:34:53.000Z\"\n                    },\n                    {\n                        \"mode\": \"CASH\",\n                        \"type\": \"DEBIT\",\n                        \"txnId\": \"TXN000199\",\n                        \"amount\": \"7056.24\",\n                        \"narration\": \"Purchase/Withdrawal\",\n                        \"reference\": \"RFN539364\",\n                        \"valueDate\": \"2025-05-19T00:00:00.000Z\",\n                        \"currentBalance\": \"-27798.09\",\n                        \"transactionTimestamp\": \"2025-05-19T05:37:43.000Z\"\n                    },\n                    {\n                        \"mode\": \"UPI\",\n                        \"type\": \"DEBIT\",\n                        \"txnId\": \"TXN000204\",\n                        \"amount\": \"3419.11\",\n                        \"narration\": \"Purchase/Withdrawal\",\n                        \"reference\": \"RFN687889\",\n                        \"valueDate\": \"2025-05-20T00:00:00.000Z\",\n                        \"currentBalance\": \"-48705.05\",\n                        \"transactionTimestamp\": \"2025-05-20T17:52:38.000Z\"\n                    },\n                    {\n                        \"mode\": \"CASH\",\n                        \"type\": \"DEBIT\",\n                        \"txnId\": \"TXN000203\",\n                        \"amount\": \"5438.92\",\n                        \"narration\": \"Purchase/Withdrawal\",\n                        \"reference\": \"RFN238728\",\n                        \"valueDate\": \"2025-05-24T00:00:00.000Z\",\n                        \"currentBalance\": \"-45285.94\",\n                        \"transactionTimestamp\": \"2025-05-24T19:41:01.000Z\"\n                    },\n                    {\n                        \"mode\": \"CASH\",\n                        \"type\": \"DEBIT\",\n                        \"txnId\": \"TXN000200\",\n                        \"amount\": \"5142.19\",\n                        \"narration\": \"Purchase/Withdrawal\",\n                        \"reference\": \"RFN862642\",\n                        \"valueDate\": \"2025-05-28T00:00:00.000Z\",\n                        \"currentBalance\": \"-32940.28\",\n                        \"transactionTimestamp\": \"2025-05-28T20:39:44.000Z\"\n                    },\n                    {\n                        \"mode\": \"UPI\",\n                        \"type\": \"DEBIT\",\n                        \"txnId\": \"TXN000201\",\n                        \"amount\": \"852.01\",\n                        \"narration\": \"Purchase/Withdrawal\",\n                        \"reference\": \"RFN989201\",\n                        \"valueDate\": \"2025-05-28T00:00:00.000Z\",\n                        \"currentBalance\": \"-33792.29\",\n                        \"transactionTimestamp\": \"2025-05-28T23:51:42.000Z\"\n                    },\n                    {\n                        \"mode\": \"CARD\",\n                        \"type\": \"CREDIT\",\n                        \"txnId\": \"TXN000208\",\n                        \"amount\": \"1247.59\",\n                        \"narration\": \"Salary Credit\",\n                        \"reference\": \"RFN713116\",\n                        \"valueDate\": \"2025-05-29T00:00:00.000Z\",\n                        \"currentBalance\": \"-50938.68\",\n                        \"transactionTimestamp\": \"2025-05-29T22:23:48.000Z\"\n                    },\n                    {\n                        \"mode\": \"UPI\",\n                        \"type\": \"CREDIT\",\n                        \"txnId\": \"TXN000220\",\n                        \"amount\": \"3404.70\",\n                        \"narration\": \"Salary Credit\",\n                        \"reference\": \"RFN870135\",\n                        \"valueDate\": \"2025-06-02T00:00:00.000Z\",\n                        \"currentBalance\": \"-61585.39\",\n                        \"transactionTimestamp\": \"2025-06-02T18:21:03.000Z\"\n                    },\n                    {\n                        \"mode\": \"CARD\",\n                        \"type\": \"CREDIT\",\n                        \"txnId\": \"TXN000212\",\n                        \"amount\": \"8220.73\",\n                        \"narration\": \"Salary Credit\",\n                        \"reference\": \"RFN477363\",\n                        \"valueDate\": \"2025-06-02T00:00:00.000Z\",\n                        \"currentBalance\": \"-56073.91\",\n                        \"transactionTimestamp\": \"2025-06-02T21:31:32.000Z\"\n                    },\n                    {\n                        \"mode\": \"CASH\",\n                        \"type\": \"CREDIT\",\n                        \"txnId\": \"TXN000217\",\n                        \"amount\": \"7353.07\",\n                        \"narration\": \"Salary Credit\",\n                        \"reference\": \"RFN656657\",\n                        \"valueDate\": \"2025-06-05T00:00:00.000Z\",\n                        \"currentBalance\": \"-66090.49\",\n                        \"transactionTimestamp\": \"2025-06-05T05:15:54.000Z\"\n                    },\n                    {\n                        \"mode\": \"CARD\",\n                        \"type\": \"CREDIT\",\n                        \"txnId\": \"TXN000221\",\n                        \"amount\": \"6157.72\",\n                        \"narration\": \"Salary Credit\",\n                        \"reference\": \"RFN954400\",\n                        \"valueDate\": \"2025-06-05T00:00:00.000Z\",\n                        \"currentBalance\": \"-55427.67\",\n                        \"transactionTimestamp\": \"2025-06-05T18:22:20.000Z\"\n                    },\n                    {\n                        \"mode\": \"UPI\",\n                        \"type\": \"CREDIT\",\n                        \"txnId\": \"TXN000223\",\n                        \"amount\": \"4891.53\",\n                        \"narration\": \"Salary Credit\",\n                        \"reference\": \"RFN932179\",\n                        \"valueDate\": \"2025-06-06T00:00:00.000Z\",\n                        \"currentBalance\": \"-51796.33\",\n                        \"transactionTimestamp\": \"2025-06-06T16:11:15.000Z\"\n                    },\n                    {\n                        \"mode\": \"CARD\",\n                        \"type\": \"DEBIT\",\n                        \"txnId\": \"TXN000222\",\n                        \"amount\": \"1260.19\",\n                        \"narration\": \"Purchase/Withdrawal\",\n                        \"reference\": \"RFN658152\",\n                        \"valueDate\": \"2025-06-08T00:00:00.000Z\",\n                        \"currentBalance\": \"-56687.86\",\n                        \"transactionTimestamp\": \"2025-06-08T20:51:18.000Z\"\n                    },\n                    {\n                        \"mode\": \"CARD\",\n                        \"type\": \"DEBIT\",\n                        \"txnId\": \"TXN000215\",\n                        \"amount\": \"8403.18\",\n                        \"narration\": \"Purchase/Withdrawal\",\n                        \"reference\": \"RFN107832\",\n                        \"valueDate\": \"2025-06-12T00:00:00.000Z\",\n                        \"currentBalance\": \"-64674.20\",\n                        \"transactionTimestamp\": \"2025-06-12T14:07:36.000Z\"\n                    },\n                    {\n                        \"mode\": \"UPI\",\n                        \"type\": \"DEBIT\",\n                        \"txnId\": \"TXN000214\",\n                        \"amount\": \"9118.67\",\n                        \"narration\": \"Purchase/Withdrawal\",\n                        \"reference\": \"RFN898781\",\n                        \"valueDate\": \"2025-06-13T00:00:00.000Z\",\n                        \"currentBalance\": \"-56271.02\",\n                        \"transactionTimestamp\": \"2025-06-13T04:09:54.000Z\"\n                    },\n                    {\n                        \"mode\": \"CASH\",\n                        \"type\": \"CREDIT\",\n                        \"txnId\": \"TXN000218\",\n                        \"amount\": \"4657.55\",\n                        \"narration\": \"Salary Credit\",\n                        \"reference\": \"RFN598563\",\n                        \"valueDate\": \"2025-06-15T00:00:00.000Z\",\n                        \"currentBalance\": \"-61432.94\",\n                        \"transactionTimestamp\": \"2025-06-15T14:37:39.000Z\"\n                    },\n                    {\n                        \"mode\": \"UPI\",\n                        \"type\": \"DEBIT\",\n                        \"txnId\": \"TXN000225\",\n                        \"amount\": \"6741.17\",\n                        \"narration\": \"Purchase/Withdrawal\",\n                        \"reference\": \"RFN245340\",\n                        \"valueDate\": \"2025-06-16T00:00:00.000Z\",\n                        \"currentBalance\": \"-67169.59\",\n                        \"transactionTimestamp\": \"2025-06-16T20:20:10.000Z\"\n                    },\n                    {\n                        \"mode\": \"CARD\",\n                        \"type\": \"DEBIT\",\n                        \"txnId\": \"TXN000219\",\n                        \"amount\": \"3557.15\",\n                        \"narration\": \"Purchase/Withdrawal\",\n                        \"reference\": \"RFN887740\",\n                        \"valueDate\": \"2025-06-17T00:00:00.000Z\",\n                        \"currentBalance\": \"-64990.09\",\n                        \"transactionTimestamp\": \"2025-06-17T10:49:49.000Z\"\n                    },\n                    {\n                        \"mode\": \"CASH\",\n                        \"type\": \"DEBIT\",\n                        \"txnId\": \"TXN000211\",\n                        \"amount\": \"9990.34\",\n                        \"narration\": \"Purchase/Withdrawal\",\n                        \"reference\": \"RFN432479\",\n                        \"valueDate\": \"2025-06-19T00:00:00.000Z\",\n                        \"currentBalance\": \"-64294.64\",\n                        \"transactionTimestamp\": \"2025-06-19T17:53:32.000Z\"\n                    },\n                    {\n                        \"mode\": \"CASH\",\n                        \"type\": \"DEBIT\",\n                        \"txnId\": \"TXN000224\",\n                        \"amount\": \"8632.09\",\n                        \"narration\": \"Purchase/Withdrawal\",\n                        \"reference\": \"RFN808452\",\n                        \"valueDate\": \"2025-06-19T00:00:00.000Z\",\n                        \"currentBalance\": \"-60428.42\",\n                        \"transactionTimestamp\": \"2025-06-19T22:48:51.000Z\"\n                    },\n                    {\n                        \"mode\": \"UPI\",\n                        \"type\": \"CREDIT\",\n                        \"txnId\": \"TXN000213\",\n                        \"amount\": \"8921.56\",\n                        \"narration\": \"Salary Credit\",\n                        \"reference\": \"RFN585343\",\n                        \"valueDate\": \"2025-06-21T00:00:00.000Z\",\n                        \"currentBalance\": \"-47152.35\",\n                        \"transactionTimestamp\": \"2025-06-21T08:27:57.000Z\"\n                    },\n                    {\n                        \"mode\": \"UPI\",\n                        \"type\": \"DEBIT\",\n                        \"txnId\": \"TXN000216\",\n                        \"amount\": \"8769.36\",\n                        \"narration\": \"Purchase/Withdrawal\",\n                        \"reference\": \"RFN861893\",\n                        \"valueDate\": \"2025-06-27T00:00:00.000Z\",\n                        \"currentBalance\": \"-73443.56\",\n                        \"transactionTimestamp\": \"2025-06-27T19:05:14.000Z\"\n                    },\n                    {\n                        \"mode\": \"UPI\",\n                        \"type\": \"DEBIT\",\n                        \"txnId\": \"TXN000232\",\n                        \"amount\": \"1147.50\",\n                        \"narration\": \"Purchase/Withdrawal\",\n                        \"reference\": \"RFN408204\",\n                        \"valueDate\": \"2025-07-01T00:00:00.000Z\",\n                        \"currentBalance\": \"-84759.66\",\n                        \"transactionTimestamp\": \"2025-07-01T16:10:35.000Z\"\n                    },\n                    {\n                        \"mode\": \"CARD\",\n                        \"type\": \"DEBIT\",\n                        \"txnId\": \"TXN000230\",\n                        \"amount\": \"5890.47\",\n                        \"narration\": \"Purchase/Withdrawal\",\n                        \"reference\": \"RFN648411\",\n                        \"valueDate\": \"2025-07-02T00:00:00.000Z\",\n                        \"currentBalance\": \"-75300.24\",\n                        \"transactionTimestamp\": \"2025-07-02T16:12:29.000Z\"\n                    },\n                    {\n                        \"mode\": \"CARD\",\n                        \"type\": \"CREDIT\",\n                        \"txnId\": \"TXN000239\",\n                        \"amount\": \"8860.40\",\n                        \"narration\": \"Salary Credit\",\n                        \"reference\": \"RFN913845\",\n                        \"valueDate\": \"2025-07-03T00:00:00.000Z\",\n                        \"currentBalance\": \"-67769.72\",\n                        \"transactionTimestamp\": \"2025-07-03T09:44:30.000Z\"\n                    },\n                    {\n                        \"mode\": \"CASH\",\n                        \"type\": \"DEBIT\",\n                        \"txnId\": \"TXN000236\",\n                        \"amount\": \"8317.67\",\n                        \"narration\": \"Purchase/Withdrawal\",\n                        \"reference\": \"RFN643382\",\n                        \"valueDate\": \"2025-07-03T00:00:00.000Z\",\n                        \"currentBalance\": \"-77835.67\",\n                        \"transactionTimestamp\": \"2025-07-03T12:53:42.000Z\"\n                    },\n                    {\n                        \"mode\": \"CASH\",\n                        \"type\": \"DEBIT\",\n                        \"txnId\": \"TXN000227\",\n                        \"amount\": \"9059.60\",\n                        \"narration\": \"Purchase/Withdrawal\",\n                        \"reference\": \"RFN242055\",\n                        \"valueDate\": \"2025-07-08T00:00:00.000Z\",\n                        \"currentBalance\": \"-72024.01\",\n                        \"transactionTimestamp\": \"2025-07-08T18:56:04.000Z\"\n                    },\n                    {\n                        \"mode\": \"UPI\",\n                        \"type\": \"CREDIT\",\n                        \"txnId\": \"TXN000228\",\n                        \"amount\": \"1962.64\",\n                        \"narration\": \"Salary Credit\",\n                        \"reference\": \"RFN192029\",\n                        \"valueDate\": \"2025-07-09T00:00:00.000Z\",\n                        \"currentBalance\": \"-70061.37\",\n                        \"transactionTimestamp\": \"2025-07-09T23:00:08.000Z\"\n                    },\n                    {\n                        \"mode\": \"UPI\",\n                        \"type\": \"CREDIT\",\n                        \"txnId\": \"TXN000229\",\n                        \"amount\": \"651.60\",\n                        \"narration\": \"Salary Credit\",\n                        \"reference\": \"RFN679576\",\n                        \"valueDate\": \"2025-07-10T00:00:00.000Z\",\n                        \"currentBalance\": \"-69409.77\",\n                        \"transactionTimestamp\": \"2025-07-10T23:47:50.000Z\"\n                    },\n                    {\n                        \"mode\": \"UPI\",\n                        \"type\": \"CREDIT\",\n                        \"txnId\": \"TXN000238\",\n                        \"amount\": \"2578.42\",\n                        \"narration\": \"Salary Credit\",\n                        \"reference\": \"RFN200534\",\n                        \"valueDate\": \"2025-07-11T00:00:00.000Z\",\n                        \"currentBalance\": \"-76630.12\",\n                        \"transactionTimestamp\": \"2025-07-11T15:35:54.000Z\"\n                    },\n                    {\n                        \"mode\": \"UPI\",\n                        \"type\": \"DEBIT\",\n                        \"txnId\": \"TXN000231\",\n                        \"amount\": \"8311.92\",\n                        \"narration\": \"Purchase/Withdrawal\",\n                        \"reference\": \"RFN506623\",\n                        \"valueDate\": \"2025-07-13T00:00:00.000Z\",\n                        \"currentBalance\": \"-83612.16\",\n                        \"transactionTimestamp\": \"2025-07-13T07:36:24.000Z\"\n                    },\n                    {\n                        \"mode\": \"CASH\",\n                        \"type\": \"CREDIT\",\n                        \"txnId\": \"TXN000240\",\n                        \"amount\": \"2008.12\",\n                        \"narration\": \"Salary Credit\",\n                        \"reference\": \"RFN252254\",\n                        \"valueDate\": \"2025-07-13T00:00:00.000Z\",\n                        \"currentBalance\": \"-65761.60\",\n                        \"transactionTimestamp\": \"2025-07-13T21:44:17.000Z\"\n                    },\n                    {\n                        \"mode\": \"CARD\",\n                        \"type\": \"CREDIT\",\n                        \"txnId\": \"TXN000226\",\n                        \"amount\": \"4205.18\",\n                        \"narration\": \"Salary Credit\",\n                        \"reference\": \"RFN518186\",\n                        \"valueDate\": \"2025-07-15T00:00:00.000Z\",\n                        \"currentBalance\": \"-62964.41\",\n                        \"transactionTimestamp\": \"2025-07-15T00:33:15.000Z\"\n                    },\n                    {\n                        \"mode\": \"CARD\",\n                        \"type\": \"CREDIT\",\n                        \"txnId\": \"TXN000233\",\n                        \"amount\": \"5996.78\",\n                        \"narration\": \"Salary Credit\",\n                        \"reference\": \"RFN339427\",\n                        \"valueDate\": \"2025-07-22T00:00:00.000Z\",\n                        \"currentBalance\": \"-78762.88\",\n                        \"transactionTimestamp\": \"2025-07-22T16:23:38.000Z\"\n                    },\n                    {\n                        \"mode\": \"CASH\",\n                        \"type\": \"CREDIT\",\n                        \"txnId\": \"TXN000235\",\n                        \"amount\": \"6738.81\",\n                        \"narration\": \"Salary Credit\",\n                        \"reference\": \"RFN194727\",\n                        \"valueDate\": \"2025-07-22T00:00:00.000Z\",\n                        \"currentBalance\": \"-69518.00\",\n                        \"transactionTimestamp\": \"2025-07-22T20:03:52.000Z\"\n                    },\n                    {\n                        \"mode\": \"CASH\",\n                        \"type\": \"CREDIT\",\n                        \"txnId\": \"TXN000234\",\n                        \"amount\": \"2506.07\",\n                        \"narration\": \"Salary Credit\",\n                        \"reference\": \"RFN796149\",\n                        \"valueDate\": \"2025-07-24T00:00:00.000Z\",\n                        \"currentBalance\": \"-76256.81\",\n                        \"transactionTimestamp\": \"2025-07-24T21:53:42.000Z\"\n                    },\n                    {\n                        \"mode\": \"CASH\",\n                        \"type\": \"DEBIT\",\n                        \"txnId\": \"TXN000237\",\n                        \"amount\": \"1372.87\",\n                        \"narration\": \"Purchase/Withdrawal\",\n                        \"reference\": \"RFN818636\",\n                        \"valueDate\": \"2025-07-28T00:00:00.000Z\",\n                        \"currentBalance\": \"-79208.54\",\n                        \"transactionTimestamp\": \"2025-07-28T00:50:31.000Z\"\n                    }\n                ]\n            }\n        },\n        {\n            \"linkReferenceNumber\": \"6918bfc8-ecb6-48d0-8894-4f5cfee6b732\",\n            \"maskedAccountNumber\": \"XXXXXXXXX9061\",\n            \"fiType\": \"GOVT_SECURITIES\",\n            \"bank\": \"FinShareBankServer\",\n            \"Profile\": {\n                \"Holders\": {\n                    \"Holder\": [\n                        {\n                            \"dob\": \"2002-09-24\",\n                            \"pan\": \"AAAPL1234C\",\n                            \"name\": \"\",\n                            \"email\": \"qw@gmail.com\",\n                            \"mobile\": \"9674987439\",\n                            \"dematId\": \"\",\n                            \"nominee\": \"NOT-REGISTERED\",\n                            \"ckycCompliance\": \"true\"\n                        }\n                    ]\n                }\n            },\n            \"Summary\": {\n                \"Holdings\": {\n                    \"Holding\": [\n                        {\n                            \"isin\": \"\",\n                            \"units\": \"34\",\n                            \"scheme\": \"FIXED_INTEREST_RATE\",\n                            \"symbol\": \"\",\n                            \"taxable\": \"true\",\n                            \"faceValue\": \"19\",\n                            \"issueDate\": \"2004-04-12\",\n                            \"issueRate\": \"\",\n                            \"autionDate\": \"2004-04-12\",\n                            \"couponRate\": \"6\",\n                            \"issuerName\": \"\",\n                            \"tenureDays\": \"120\",\n                            \"description\": \"\",\n                            \"tenureMoths\": \"36\",\n                            \"tenureYears\": \"3\",\n                            \"creditRating\": \"\",\n                            \"maturityDate\": \"2004-04-12\",\n                            \"interestPayout\": \"HALF_YEARLY\",\n                            \"lastTradedDate\": \"2004-04-12\",\n                            \"lastTradedRate\": \"6\",\n                            \"principleAmount\": \"200\",\n                            \"coupanComputation\": \"COMPOUND\",\n                            \"coupanPaymentDate\": \"2004-04-12\",\n                            \"creditRatingAgency\": \"\",\n                            \"interestOnMaturity\": \"3\",\n                            \"compoundingFrequency\": \"HALF_YEARLY\",\n                            \"accruedInterestAmount\": \"4\"\n                        }\n                    ]\n                },\n                \"currentValue\": \"205\",\n                \"investmentValue\": \"200\"\n            },\n            \"Transactions\": {\n                \"endDate\": \"2025-08-08T09:09:46.458Z\",\n                \"startDate\": \"2022-08-08T09:09:46.458Z\",\n                \"Transaction\": [\n                    {\n                        \"isin\": \"\",\n                        \"rate\": \"3\",\n                        \"type\": \"BUY\",\n                        \"txnId\": \"\",\n                        \"units\": \"12\",\n                        \"currency\": \"\",\n                        \"narration\": \"\",\n                        \"otherTaxes\": \"2\",\n                        \"tradeValue\": \"23\",\n                        \"totalCharge\": \"34\",\n                        \"transactionDateTime\": \"2023-04-12T18:20:00.000Z\"\n                    }\n                ]\n            }\n        },\n        {\n            \"linkReferenceNumber\": \"0800aec2-4b76-4703-a58f-59a8c6c3bee4\",\n            \"maskedAccountNumber\": \"XXXXXXXX3900\",\n            \"fiType\": \"DEPOSIT\",\n            \"bank\": \"FinShareBankServer\",\n            \"Profile\": {\n                \"Holders\": {\n                    \"type\": \"SINGLE\",\n                    \"Holder\": [\n                        {\n                            \"dob\": \"1947-08-15\",\n                            \"pan\": \"AAAAA0000A\",\n                            \"name\": \"Akshay Kumar\",\n                            \"email\": \"akshayku@gmail.com\",\n                            \"mobile\": \"9674987439\",\n                            \"address\": \"8/1190, 5th Cross, 3rd Main, 7th Block, Jayanagar, Bangalore - 560011\",\n                            \"nominee\": \"REGISTERED\",\n                            \"landline\": \"\",\n                            \"ckycCompliance\": \"true\"\n                        }\n                    ]\n                }\n            },\n            \"Summary\": {\n                \"type\": \"SAVINGS\",\n                \"branch\": \"Jayanagar 4th Block\",\n                \"status\": \"ACTIVE\",\n                \"Pending\": [\n                    {\n                        \"amount\": \"0\",\n                        \"transactionType\": \"DEBIT\"\n                    }\n                ],\n                \"currency\": \"INR\",\n                \"facility\": \"OD\",\n                \"ifscCode\": \"FNSB0001368\",\n                \"micrCode\": \"500240246\",\n                \"exchgeRate\": \" \",\n                \"openingDate\": \"2017-11-03\",\n                \"drawingLimit\": \"0\",\n                \"currentBalance\": \"-79208.54\",\n                \"currentODLimit\": \"0\",\n                \"balanceDateTime\": \"2025-08-08T09:09:51.000Z\"\n            },\n            \"Transactions\": {\n                \"endDate\": \"2025-08-08\",\n                \"startDate\": \"2022-08-08\",\n                \"Transaction\": [\n                    {\n                        \"mode\": \"CARD\",\n                        \"type\": \"CREDIT\",\n                        \"txnId\": \"TXN000007\",\n                        \"amount\": \"4239.97\",\n                        \"narration\": \"Salary Credit\",\n                        \"reference\": \"RFN553412\",\n                        \"valueDate\": \"2024-04-07T00:00:00.000Z\",\n                        \"currentBalance\": \"41218.70\",\n                        \"transactionTimestamp\": \"2024-04-07T00:48:24.000Z\"\n                    },\n                    {\n                        \"mode\": \"CASH\",\n                        \"type\": \"CREDIT\",\n                        \"txnId\": \"TXN000010\",\n                        \"amount\": \"4610.31\",\n                        \"narration\": \"Salary Credit\",\n                        \"reference\": \"RFN287497\",\n                        \"valueDate\": \"2024-04-09T00:00:00.000Z\",\n                        \"currentBalance\": \"47053.46\",\n                        \"transactionTimestamp\": \"2024-04-09T16:11:18.000Z\"\n                    },\n                    {\n                        \"mode\": \"CASH\",\n                        \"type\": \"CREDIT\",\n                        \"txnId\": \"TXN000009\",\n                        \"amount\": \"7710.18\",\n                        \"narration\": \"Salary Credit\",\n                        \"reference\": \"RFN137789\",\n                        \"valueDate\": \"2024-04-10T00:00:00.000Z\",\n                        \"currentBalance\": \"42443.15\",\n                        \"transactionTimestamp\": \"2024-04-10T10:10:52.000Z\"\n                    },\n                    {\n                        \"mode\": \"CASH\",\n                        \"type\": \"DEBIT\",\n                        \"txnId\": \"TXN000013\",\n                        \"amount\": \"1357.16\",\n                        \"narration\": \"Purchase/Withdrawal\",\n                        \"reference\": \"RFN801274\",\n                        \"valueDate\": \"2024-04-12T00:00:00.000Z\",\n                        \"currentBalance\": \"59422.66\",\n                        \"transactionTimestamp\": \"2024-04-12T15:40:06.000Z\"\n                    },\n                    {\n                        \"mode\": \"CARD\",\n                        \"type\": \"CREDIT\",\n                        \"txnId\": \"TXN000001\",\n                        \"amount\": \"9973.16\",\n                        \"narration\": \"Salary Credit\",\n                        \"reference\": \"RFN431576\",\n                        \"valueDate\": \"2024-04-13T00:00:00.000Z\",\n                        \"currentBalance\": \"16210.41\",\n                        \"transactionTimestamp\": \"2024-04-13T06:02:53.000Z\"\n                    },\n                    {\n                        \"mode\": \"CARD\",\n                        \"type\": \"CREDIT\",\n                        \"txnId\": \"TXN000004\",\n                        \"amount\": \"8859.34\",\n                        \"narration\": \"Salary Credit\",\n                        \"reference\": \"RFN206938\",\n                        \"valueDate\": \"2024-04-13T00:00:00.000Z\",\n                        \"currentBalance\": \"25757.01\",\n                        \"transactionTimestamp\": \"2024-04-13T08:14:21.000Z\"\n                    },\n                    {\n                        \"mode\": \"UPI\",\n                        \"type\": \"DEBIT\",\n                        \"txnId\": \"TXN000008\",\n                        \"amount\": \"6485.73\",\n                        \"narration\": \"Purchase/Withdrawal\",\n                        \"reference\": \"RFN517323\",\n                        \"valueDate\": \"2024-04-15T00:00:00.000Z\",\n                        \"currentBalance\": \"34732.97\",\n                        \"transactionTimestamp\": \"2024-04-15T21:16:50.000Z\"\n                    },\n                    {\n                        \"mode\": \"UPI\",\n                        \"type\": \"CREDIT\",\n                        \"txnId\": \"TXN000011\",\n                        \"amount\": \"5166.99\",\n                        \"narration\": \"Salary Credit\",\n                        \"reference\": \"RFN964732\",\n                        \"valueDate\": \"2024-04-16T00:00:00.000Z\",\n                        \"currentBalance\": \"52220.45\",\n                        \"transactionTimestamp\": \"2024-04-16T04:46:02.000Z\"\n                    },\n                    {\n                        \"mode\": \"UPI\",\n                        \"type\": \"DEBIT\",\n                        \"txnId\": \"TXN000003\",\n                        \"amount\": \"7415.60\",\n                        \"narration\": \"Purchase/Withdrawal\",\n                        \"reference\": \"RFN202784\",\n                        \"valueDate\": \"2024-04-18T00:00:00.000Z\",\n                        \"currentBalance\": \"16897.67\",\n                        \"transactionTimestamp\": \"2024-04-18T23:41:21.000Z\"\n                    },\n                    {\n                        \"mode\": \"UPI\",\n                        \"type\": \"CREDIT\",\n                        \"txnId\": \"TXN000015\",\n                        \"amount\": \"1128.26\",\n                        \"narration\": \"Salary Credit\",\n                        \"reference\": \"RFN479437\",\n                        \"valueDate\": \"2024-04-21T00:00:00.000Z\",\n                        \"currentBalance\": \"57951.26\",\n                        \"transactionTimestamp\": \"2024-04-21T12:56:50.000Z\"\n                    },\n                    {\n                        \"mode\": \"CARD\",\n                        \"type\": \"CREDIT\",\n                        \"txnId\": \"TXN000012\",\n                        \"amount\": \"8559.37\",\n                        \"narration\": \"Salary Credit\",\n                        \"reference\": \"RFN593359\",\n                        \"valueDate\": \"2024-04-22T00:00:00.000Z\",\n                        \"currentBalance\": \"60779.82\",\n                        \"transactionTimestamp\": \"2024-04-22T16:28:46.000Z\"\n                    },\n                    {\n                        \"mode\": \"CASH\",\n                        \"type\": \"CREDIT\",\n                        \"txnId\": \"TXN000006\",\n                        \"amount\": \"1435.48\",\n                        \"narration\": \"Salary Credit\",\n                        \"reference\": \"RFN896443\",\n                        \"valueDate\": \"2024-04-28T00:00:00.000Z\",\n                        \"currentBalance\": \"36978.73\",\n                        \"transactionTimestamp\": \"2024-04-28T05:59:52.000Z\"\n                    },\n                    {\n                        \"mode\": \"CASH\",\n                        \"type\": \"CREDIT\",\n                        \"txnId\": \"TXN000002\",\n                        \"amount\": \"8102.86\",\n                        \"narration\": \"Salary Credit\",\n                        \"reference\": \"RFN526600\",\n                        \"valueDate\": \"2024-04-28T00:00:00.000Z\",\n                        \"currentBalance\": \"24313.27\",\n                        \"transactionTimestamp\": \"2024-04-28T08:43:49.000Z\"\n                    },\n                    {\n                        \"mode\": \"CASH\",\n                        \"type\": \"DEBIT\",\n                        \"txnId\": \"TXN000014\",\n                        \"amount\": \"2599.66\",\n                        \"narration\": \"Purchase/Withdrawal\",\n                        \"reference\": \"RFN911065\",\n                        \"valueDate\": \"2024-04-28T00:00:00.000Z\",\n                        \"currentBalance\": \"56823.00\",\n                        \"transactionTimestamp\": \"2024-04-28T17:11:28.000Z\"\n                    },\n                    {\n                        \"mode\": \"CARD\",\n                        \"type\": \"CREDIT\",\n                        \"txnId\": \"TXN000005\",\n                        \"amount\": \"9786.24\",\n                        \"narration\": \"Salary Credit\",\n                        \"reference\": \"RFN770358\",\n                        \"valueDate\": \"2024-04-29T00:00:00.000Z\",\n                        \"currentBalance\": \"35543.25\",\n                        \"transactionTimestamp\": \"2024-04-29T18:27:42.000Z\"\n                    },\n                    {\n                        \"mode\": \"CASH\",\n                        \"type\": \"DEBIT\",\n                        \"txnId\": \"TXN000020\",\n                        \"amount\": \"4107.75\",\n                        \"narration\": \"Purchase/Withdrawal\",\n                        \"reference\": \"RFN472271\",\n                        \"valueDate\": \"2024-04-30T00:00:00.000Z\",\n                        \"currentBalance\": \"76421.28\",\n                        \"transactionTimestamp\": \"2024-04-30T19:55:25.000Z\"\n                    },\n                    {\n                        \"mode\": \"CASH\",\n                        \"type\": \"DEBIT\",\n                        \"txnId\": \"TXN000030\",\n                        \"amount\": \"3239.79\",\n                        \"narration\": \"Purchase/Withdrawal\",\n                        \"reference\": \"RFN882710\",\n                        \"valueDate\": \"2024-05-02T00:00:00.000Z\",\n                        \"currentBalance\": \"67312.44\",\n                        \"transactionTimestamp\": \"2024-05-02T02:42:15.000Z\"\n                    },\n                    {\n                        \"mode\": \"CARD\",\n                        \"type\": \"CREDIT\",\n                        \"txnId\": \"TXN000017\",\n                        \"amount\": \"7343.18\",\n                        \"narration\": \"Salary Credit\",\n                        \"reference\": \"RFN200854\",\n                        \"valueDate\": \"2024-05-02T00:00:00.000Z\",\n                        \"currentBalance\": \"70515.16\",\n                        \"transactionTimestamp\": \"2024-05-02T15:36:01.000Z\"\n                    },\n                    {\n                        \"mode\": \"CARD\",\n                        \"type\": \"CREDIT\",\n                        \"txnId\": \"TXN000026\",\n                        \"amount\": \"3580.33\",\n                        \"narration\": \"Salary Credit\",\n                        \"reference\": \"RFN576196\",\n                        \"valueDate\": \"2024-05-07T00:00:00.000Z\",\n                        \"currentBalance\": \"73686.46\",\n                        \"transactionTimestamp\": \"2024-05-07T17:33:26.000Z\"\n                    },\n                    {\n                        \"mode\": \"UPI\",\n                        \"type\": \"DEBIT\",\n                        \"txnId\": \"TXN000024\",\n                        \"amount\": \"9318.42\",\n                        \"narration\": \"Purchase/Withdrawal\",\n                        \"reference\": \"RFN865328\",\n                        \"valueDate\": \"2024-05-08T00:00:00.000Z\",\n                        \"currentBalance\": \"60585.65\",\n                        \"transactionTimestamp\": \"2024-05-08T12:32:26.000Z\"\n                    },\n                    {\n                        \"mode\": \"CASH\",\n                        \"type\": \"CREDIT\",\n                        \"txnId\": \"TXN000021\",\n                        \"amount\": \"5492.16\",\n                        \"narration\": \"Salary Credit\",\n                        \"reference\": \"RFN836008\",\n                        \"valueDate\": \"2024-05-09T00:00:00.000Z\",\n                        \"currentBalance\": \"81913.44\",\n                        \"transactionTimestamp\": \"2024-05-09T11:09:45.000Z\"\n                    },\n                    {\n                        \"mode\": \"CARD\",\n                        \"type\": \"CREDIT\",\n                        \"txnId\": \"TXN000025\",\n                        \"amount\": \"9520.48\",\n                        \"narration\": \"Salary Credit\",\n                        \"reference\": \"RFN299223\",\n                        \"valueDate\": \"2024-05-12T00:00:00.000Z\",\n                        \"currentBalance\": \"70106.13\",\n                        \"transactionTimestamp\": \"2024-05-12T00:43:29.000Z\"\n                    },\n                    {\n                        \"mode\": \"UPI\",\n                        \"type\": \"DEBIT\",\n                        \"txnId\": \"TXN000022\",\n                        \"amount\": \"7427.25\",\n                        \"narration\": \"Purchase/Withdrawal\",\n                        \"reference\": \"RFN292976\",\n                        \"valueDate\": \"2024-05-19T00:00:00.000Z\",\n                        \"currentBalance\": \"74486.19\",\n                        \"transactionTimestamp\": \"2024-05-19T14:34:30.000Z\"\n                    },\n                    {\n                        \"mode\": \"UPI\",\n                        \"type\": \"CREDIT\",\n                        \"txnId\": \"TXN000018\",\n                        \"amount\": \"1358.02\",\n                        \"narration\": \"Salary Credit\",\n                        \"reference\": \"RFN529316\",\n                        \"valueDate\": \"2024-05-20T00:00:00.000Z\",\n                        \"currentBalance\": \"71873.18\",\n                        \"transactionTimestamp\": \"2024-05-20T07:54:26.000Z\"\n                    },\n                    {\n                        \"mode\": \"CASH\",\n                        \"type\": \"CREDIT\",\n                        \"txnId\": \"TXN000028\",\n                        \"amount\": \"7334.23\",\n                        \"narration\": \"Salary Credit\",\n                        \"reference\": \"RFN500913\",\n                        \"valueDate\": \"2024-05-23T00:00:00.000Z\",\n                        \"currentBalance\": \"77949.53\",\n                        \"transactionTimestamp\": \"2024-05-23T02:43:20.000Z\"\n                    },\n                    {\n                        \"mode\": \"CARD\",\n                        \"type\": \"DEBIT\",\n                        \"txnId\": \"TXN000023\",\n                        \"amount\": \"4582.12\",\n                        \"narration\": \"Purchase/Withdrawal\",\n                        \"reference\": \"RFN855550\",\n                        \"valueDate\": \"2024-05-23T00:00:00.000Z\",\n                        \"currentBalance\": \"69904.07\",\n                        \"transactionTimestamp\": \"2024-05-23T18:52:03.000Z\"\n                    },\n                    {\n                        \"mode\": \"CARD\",\n                        \"type\": \"CREDIT\",\n                        \"txnId\": \"TXN000019\",\n                        \"amount\": \"8655.85\",\n                        \"narration\": \"Salary Credit\",\n                        \"reference\": \"RFN942961\",\n                        \"valueDate\": \"2024-05-25T00:00:00.000Z\",\n                        \"currentBalance\": \"80529.03\",\n                        \"transactionTimestamp\": \"2024-05-25T09:26:14.000Z\"\n                    },\n                    {\n                        \"mode\": \"CARD\",\n                        \"type\": \"CREDIT\",\n                        \"txnId\": \"TXN000016\",\n                        \"amount\": \"5220.72\",\n                        \"narration\": \"Salary Credit\",\n                        \"reference\": \"RFN874849\",\n                        \"valueDate\": \"2024-05-25T00:00:00.000Z\",\n                        \"currentBalance\": \"63171.98\",\n                        \"transactionTimestamp\": \"2024-05-25T13:34:56.000Z\"\n                    },\n                    {\n                        \"mode\": \"CASH\",\n                        \"type\": \"DEBIT\",\n                        \"txnId\": \"TXN000027\",\n                        \"amount\": \"3071.16\",\n                        \"narration\": \"Purchase/Withdrawal\",\n                        \"reference\": \"RFN889010\",\n                        \"valueDate\": \"2024-05-27T00:00:00.000Z\",\n                        \"currentBalance\": \"70615.30\",\n                        \"transactionTimestamp\": \"2024-05-27T00:47:52.000Z\"\n                    },\n                    {\n                        \"mode\": \"UPI\",\n                        \"type\": \"DEBIT\",\n                        \"txnId\": \"TXN000029\",\n                        \"amount\": \"7397.30\",\n                        \"narration\": \"Purchase/Withdrawal\",\n                        \"reference\": \"RFN559340\",\n                        \"valueDate\": \"2024-05-30T00:00:00.000Z\",\n                        \"currentBalance\": \"70552.23\",\n                        \"transactionTimestamp\": \"2024-05-30T02:22:44.000Z\"\n                    },\n                    {\n                        \"mode\": \"CARD\",\n                        \"type\": \"DEBIT\",\n                        \"txnId\": \"TXN000039\",\n                        \"amount\": \"9653.20\",\n                        \"narration\": \"Purchase/Withdrawal\",\n                        \"reference\": \"RFN859485\",\n                        \"valueDate\": \"2024-06-01T00:00:00.000Z\",\n                        \"currentBalance\": \"61259.73\",\n                        \"transactionTimestamp\": \"2024-06-01T07:08:46.000Z\"\n                    },\n                    {\n                        \"mode\": \"CARD\",\n                        \"type\": \"DEBIT\",\n                        \"txnId\": \"TXN000041\",\n                        \"amount\": \"7675.63\",\n                        \"narration\": \"Purchase/Withdrawal\",\n                        \"reference\": \"RFN845980\",\n                        \"valueDate\": \"2024-06-02T00:00:00.000Z\",\n                        \"currentBalance\": \"61696.05\",\n                        \"transactionTimestamp\": \"2024-06-02T08:25:20.000Z\"\n                    },\n                    {\n                        \"mode\": \"CARD\",\n                        \"type\": \"DEBIT\",\n                        \"txnId\": \"TXN000032\",\n                        \"amount\": \"1787.70\",\n                        \"narration\": \"Purchase/Withdrawal\",\n                        \"reference\": \"RFN635899\",\n                        \"valueDate\": \"2024-06-02T00:00:00.000Z\",\n                        \"currentBalance\": \"68934.35\",\n                        \"transactionTimestamp\": \"2024-06-02T18:16:03.000Z\"\n                    },\n                    {\n                        \"mode\": \"CASH\",\n                        \"type\": \"DEBIT\",\n                        \"txnId\": \"TXN000033\",\n                        \"amount\": \"8523.39\",\n                        \"narration\": \"Purchase/Withdrawal\",\n                        \"reference\": \"RFN306747\",\n                        \"valueDate\": \"2024-06-05T00:00:00.000Z\",\n                        \"currentBalance\": \"60410.96\",\n                        \"transactionTimestamp\": \"2024-06-05T22:12:53.000Z\"\n                    },\n                    {\n                        \"mode\": \"CARD\",\n                        \"type\": \"CREDIT\",\n                        \"txnId\": \"TXN000034\",\n                        \"amount\": \"4370.81\",\n                        \"narration\": \"Salary Credit\",\n                        \"reference\": \"RFN523896\",\n                        \"valueDate\": \"2024-06-07T00:00:00.000Z\",\n                        \"currentBalance\": \"64781.77\",\n                        \"transactionTimestamp\": \"2024-06-07T15:22:20.000Z\"\n                    },\n                    {\n                        \"mode\": \"CARD\",\n                        \"type\": \"CREDIT\",\n                        \"txnId\": \"TXN000038\",\n                        \"amount\": \"7321.97\",\n                        \"narration\": \"Salary Credit\",\n                        \"reference\": \"RFN288393\",\n                        \"valueDate\": \"2024-06-08T00:00:00.000Z\",\n                        \"currentBalance\": \"70912.93\",\n                        \"transactionTimestamp\": \"2024-06-08T05:06:26.000Z\"\n                    },\n                    {\n                        \"mode\": \"UPI\",\n                        \"type\": \"DEBIT\",\n                        \"txnId\": \"TXN000035\",\n                        \"amount\": \"22.34\",\n                        \"narration\": \"Purchase/Withdrawal\",\n                        \"reference\": \"RFN923577\",\n                        \"valueDate\": \"2024-06-10T00:00:00.000Z\",\n                        \"currentBalance\": \"64759.43\",\n                        \"transactionTimestamp\": \"2024-06-10T17:21:19.000Z\"\n                    },\n                    {\n                        \"mode\": \"CASH\",\n                        \"type\": \"DEBIT\",\n                        \"txnId\": \"TXN000044\",\n                        \"amount\": \"8999.82\",\n                        \"narration\": \"Purchase/Withdrawal\",\n                        \"reference\": \"RFN614133\",\n                        \"valueDate\": \"2024-06-12T00:00:00.000Z\",\n                        \"currentBalance\": \"62057.87\",\n                        \"transactionTimestamp\": \"2024-06-12T02:45:34.000Z\"\n                    },\n                    {\n                        \"mode\": \"CARD\",\n                        \"type\": \"CREDIT\",\n                        \"txnId\": \"TXN000043\",\n                        \"amount\": \"6706.14\",\n                        \"narration\": \"Salary Credit\",\n                        \"reference\": \"RFN227365\",\n                        \"valueDate\": \"2024-06-17T00:00:00.000Z\",\n                        \"currentBalance\": \"71057.69\",\n                        \"transactionTimestamp\": \"2024-06-17T13:48:26.000Z\"\n                    },\n                    {\n                        \"mode\": \"CARD\",\n                        \"type\": \"CREDIT\",\n                        \"txnId\": \"TXN000031\",\n                        \"amount\": \"3409.61\",\n                        \"narration\": \"Salary Credit\",\n                        \"reference\": \"RFN246914\",\n                        \"valueDate\": \"2024-06-19T00:00:00.000Z\",\n                        \"currentBalance\": \"70722.05\",\n                        \"transactionTimestamp\": \"2024-06-19T14:10:53.000Z\"\n                    },\n                    {\n                        \"mode\": \"CASH\",\n                        \"type\": \"CREDIT\",\n                        \"txnId\": \"TXN000036\",\n                        \"amount\": \"186.11\",\n                        \"narration\": \"Salary Credit\",\n                        \"reference\": \"RFN493863\",\n                        \"valueDate\": \"2024-06-19T00:00:00.000Z\",\n                        \"currentBalance\": \"64945.54\",\n                        \"transactionTimestamp\": \"2024-06-19T21:45:15.000Z\"\n                    },\n                    {\n                        \"mode\": \"CARD\",\n                        \"type\": \"CREDIT\",\n                        \"txnId\": \"TXN000040\",\n                        \"amount\": \"8111.95\",\n                        \"narration\": \"Salary Credit\",\n                        \"reference\": \"RFN979696\",\n                        \"valueDate\": \"2024-06-21T00:00:00.000Z\",\n                        \"currentBalance\": \"69371.68\",\n                        \"transactionTimestamp\": \"2024-06-21T13:32:00.000Z\"\n                    },\n                    {\n                        \"mode\": \"CASH\",\n                        \"type\": \"CREDIT\",\n                        \"txnId\": \"TXN000042\",\n                        \"amount\": \"2655.50\",\n                        \"narration\": \"Salary Credit\",\n                        \"reference\": \"RFN471628\",\n                        \"valueDate\": \"2024-06-23T00:00:00.000Z\",\n                        \"currentBalance\": \"64351.55\",\n                        \"transactionTimestamp\": \"2024-06-23T01:02:40.000Z\"\n                    },\n                    {\n                        \"mode\": \"CARD\",\n                        \"type\": \"DEBIT\",\n                        \"txnId\": \"TXN000037\",\n                        \"amount\": \"1354.58\",\n                        \"narration\": \"Purchase/Withdrawal\",\n                        \"reference\": \"RFN310110\",\n                        \"valueDate\": \"2024-06-28T00:00:00.000Z\",\n                        \"currentBalance\": \"63590.96\",\n                        \"transactionTimestamp\": \"2024-06-28T17:24:35.000Z\"\n                    },\n                    {\n                        \"mode\": \"CARD\",\n                        \"type\": \"DEBIT\",\n                        \"txnId\": \"TXN000045\",\n                        \"amount\": \"4300.09\",\n                        \"narration\": \"Purchase/Withdrawal\",\n                        \"reference\": \"RFN116037\",\n                        \"valueDate\": \"2024-06-28T00:00:00.000Z\",\n                        \"currentBalance\": \"57757.78\",\n                        \"transactionTimestamp\": \"2024-06-28T21:50:43.000Z\"\n                    },\n                    {\n                        \"mode\": \"CARD\",\n                        \"type\": \"DEBIT\",\n                        \"txnId\": \"TXN000051\",\n                        \"amount\": \"772.45\",\n                        \"narration\": \"Purchase/Withdrawal\",\n                        \"reference\": \"RFN336052\",\n                        \"valueDate\": \"2024-07-05T00:00:00.000Z\",\n                        \"currentBalance\": \"48648.15\",\n                        \"transactionTimestamp\": \"2024-07-05T12:49:50.000Z\"\n                    },\n                    {\n                        \"mode\": \"CASH\",\n                        \"type\": \"CREDIT\",\n                        \"txnId\": \"TXN000060\",\n                        \"amount\": \"1732.17\",\n                        \"narration\": \"Salary Credit\",\n                        \"reference\": \"RFN641504\",\n                        \"valueDate\": \"2024-07-05T00:00:00.000Z\",\n                        \"currentBalance\": \"56950.12\",\n                        \"transactionTimestamp\": \"2024-07-05T15:33:37.000Z\"\n                    },\n                    {\n                        \"mode\": \"UPI\",\n                        \"type\": \"CREDIT\",\n                        \"txnId\": \"TXN000058\",\n                        \"amount\": \"1215.10\",\n                        \"narration\": \"Salary Credit\",\n                        \"reference\": \"RFN852570\",\n                        \"valueDate\": \"2024-07-07T00:00:00.000Z\",\n                        \"currentBalance\": \"62485.72\",\n                        \"transactionTimestamp\": \"2024-07-07T21:03:04.000Z\"\n                    },\n                    {\n                        \"mode\": \"CARD\",\n                        \"type\": \"DEBIT\",\n                        \"txnId\": \"TXN000047\",\n                        \"amount\": \"6706.96\",\n                        \"narration\": \"Purchase/Withdrawal\",\n                        \"reference\": \"RFN285111\",\n                        \"valueDate\": \"2024-07-09T00:00:00.000Z\",\n                        \"currentBalance\": \"49956.37\",\n                        \"transactionTimestamp\": \"2024-07-09T09:40:38.000Z\"\n                    },\n                    {\n                        \"mode\": \"CARD\",\n                        \"type\": \"CREDIT\",\n                        \"txnId\": \"TXN000049\",\n                        \"amount\": \"7125.34\",\n                        \"narration\": \"Salary Credit\",\n                        \"reference\": \"RFN376429\",\n                        \"valueDate\": \"2024-07-10T00:00:00.000Z\",\n                        \"currentBalance\": \"54084.59\",\n                        \"transactionTimestamp\": \"2024-07-10T05:42:11.000Z\"\n                    },\n                    {\n                        \"mode\": \"CARD\",\n                        \"type\": \"DEBIT\",\n                        \"txnId\": \"TXN000059\",\n                        \"amount\": \"7267.77\",\n                        \"narration\": \"Purchase/Withdrawal\",\n                        \"reference\": \"RFN630239\",\n                        \"valueDate\": \"2024-07-11T00:00:00.000Z\",\n                        \"currentBalance\": \"55217.95\",\n                        \"transactionTimestamp\": \"2024-07-11T07:42:02.000Z\"\n                    },\n                    {\n                        \"mode\": \"UPI\",\n                        \"type\": \"CREDIT\",\n                        \"txnId\": \"TXN000054\",\n                        \"amount\": \"8201.86\",\n                        \"narration\": \"Salary Credit\",\n                        \"reference\": \"RFN260573\",\n                        \"valueDate\": \"2024-07-11T00:00:00.000Z\",\n                        \"currentBalance\": \"60277.23\",\n                        \"transactionTimestamp\": \"2024-07-11T08:28:38.000Z\"\n                    },\n                    {\n                        \"mode\": \"CASH\",\n                        \"type\": \"CREDIT\",\n                        \"txnId\": \"TXN000053\",\n                        \"amount\": \"7260.34\",\n                        \"narration\": \"Salary Credit\",\n                        \"reference\": \"RFN976810\",\n                        \"valueDate\": \"2024-07-12T00:00:00.000Z\",\n                        \"currentBalance\": \"52075.37\",\n                        \"transactionTimestamp\": \"2024-07-12T00:32:22.000Z\"\n                    },\n                    {\n                        \"mode\": \"UPI\",\n                        \"type\": \"DEBIT\",\n                        \"txnId\": \"TXN000056\",\n                        \"amount\": \"1116.74\",\n                        \"narration\": \"Purchase/Withdrawal\",\n                        \"reference\": \"RFN147102\",\n                        \"valueDate\": \"2024-07-14T00:00:00.000Z\",\n                        \"currentBalance\": \"59269.65\",\n                        \"transactionTimestamp\": \"2024-07-14T21:00:31.000Z\"\n                    },\n                    {\n                        \"mode\": \"CARD\",\n                        \"type\": \"CREDIT\",\n                        \"txnId\": \"TXN000055\",\n                        \"amount\": \"109.16\",\n                        \"narration\": \"Salary Credit\",\n                        \"reference\": \"RFN267715\",\n                        \"valueDate\": \"2024-07-19T00:00:00.000Z\",\n                        \"currentBalance\": \"60386.39\",\n                        \"transactionTimestamp\": \"2024-07-19T22:50:20.000Z\"\n                    },\n                    {\n                        \"mode\": \"CASH\",\n                        \"type\": \"DEBIT\",\n                        \"txnId\": \"TXN000048\",\n                        \"amount\": \"2997.12\",\n                        \"narration\": \"Purchase/Withdrawal\",\n                        \"reference\": \"RFN115081\",\n                        \"valueDate\": \"2024-07-20T00:00:00.000Z\",\n                        \"currentBalance\": \"46959.25\",\n                        \"transactionTimestamp\": \"2024-07-20T17:33:30.000Z\"\n                    },\n                    {\n                        \"mode\": \"CARD\",\n                        \"type\": \"DEBIT\",\n                        \"txnId\": \"TXN000046\",\n                        \"amount\": \"1094.45\",\n                        \"narration\": \"Purchase/Withdrawal\",\n                        \"reference\": \"RFN509827\",\n                        \"valueDate\": \"2024-07-21T00:00:00.000Z\",\n                        \"currentBalance\": \"56663.33\",\n                        \"transactionTimestamp\": \"2024-07-21T05:06:07.000Z\"\n                    },\n                    {\n                        \"mode\": \"UPI\",\n                        \"type\": \"CREDIT\",\n                        \"txnId\": \"TXN000057\",\n                        \"amount\": \"2000.97\",\n                        \"narration\": \"Salary Credit\",\n                        \"reference\": \"RFN596433\",\n                        \"valueDate\": \"2024-07-25T00:00:00.000Z\",\n                        \"currentBalance\": \"61270.62\",\n                        \"transactionTimestamp\": \"2024-07-25T12:03:28.000Z\"\n                    },\n                    {\n                        \"mode\": \"CARD\",\n                        \"type\": \"DEBIT\",\n                        \"txnId\": \"TXN000050\",\n                        \"amount\": \"4663.99\",\n                        \"narration\": \"Purchase/Withdrawal\",\n                        \"reference\": \"RFN470448\",\n                        \"valueDate\": \"2024-07-26T00:00:00.000Z\",\n                        \"currentBalance\": \"49420.60\",\n                        \"transactionTimestamp\": \"2024-07-26T04:01:26.000Z\"\n                    },\n                    {\n                        \"mode\": \"UPI\",\n                        \"type\": \"DEBIT\",\n                        \"txnId\": \"TXN000052\",\n                        \"amount\": \"3833.12\",\n                        \"narration\": \"Purchase/Withdrawal\",\n                        \"reference\": \"RFN933306\",\n                        \"valueDate\": \"2024-07-26T00:00:00.000Z\",\n                        \"currentBalance\": \"44815.03\",\n                        \"transactionTimestamp\": \"2024-07-26T12:48:18.000Z\"\n                    },\n                    {\n                        \"mode\": \"UPI\",\n                        \"type\": \"DEBIT\",\n                        \"txnId\": \"TXN000066\",\n                        \"amount\": \"2679.77\",\n                        \"narration\": \"Purchase/Withdrawal\",\n                        \"reference\": \"RFN632815\",\n                        \"valueDate\": \"2024-08-03T00:00:00.000Z\",\n                        \"currentBalance\": \"65342.22\",\n                        \"transactionTimestamp\": \"2024-08-03T06:03:39.000Z\"\n                    },\n                    {\n                        \"mode\": \"CARD\",\n                        \"type\": \"CREDIT\",\n                        \"txnId\": \"TXN000069\",\n                        \"amount\": \"1264.33\",\n                        \"narration\": \"Salary Credit\",\n                        \"reference\": \"RFN383231\",\n                        \"valueDate\": \"2024-08-03T00:00:00.000Z\",\n                        \"currentBalance\": \"58682.56\",\n                        \"transactionTimestamp\": \"2024-08-03T06:30:12.000Z\"\n                    },\n                    {\n                        \"mode\": \"CARD\",\n                        \"type\": \"CREDIT\",\n                        \"txnId\": \"TXN000062\",\n                        \"amount\": \"7884.50\",\n                        \"narration\": \"Salary Credit\",\n                        \"reference\": \"RFN733629\",\n                        \"valueDate\": \"2024-08-03T00:00:00.000Z\",\n                        \"currentBalance\": \"61247.97\",\n                        \"transactionTimestamp\": \"2024-08-03T20:52:05.000Z\"\n                    },\n                    {\n                        \"mode\": \"UPI\",\n                        \"type\": \"CREDIT\",\n                        \"txnId\": \"TXN000071\",\n                        \"amount\": \"346.14\",\n                        \"narration\": \"Salary Credit\",\n                        \"reference\": \"RFN169065\",\n                        \"valueDate\": \"2024-08-05T00:00:00.000Z\",\n                        \"currentBalance\": \"53787.33\",\n                        \"transactionTimestamp\": \"2024-08-05T12:24:50.000Z\"\n                    },\n                    {\n                        \"mode\": \"CARD\",\n                        \"type\": \"CREDIT\",\n                        \"txnId\": \"TXN000075\",\n                        \"amount\": \"7361.72\",\n                        \"narration\": \"Salary Credit\",\n                        \"reference\": \"RFN280302\",\n                        \"valueDate\": \"2024-08-10T00:00:00.000Z\",\n                        \"currentBalance\": \"84269.17\",\n                        \"transactionTimestamp\": \"2024-08-10T09:46:53.000Z\"\n                    },\n                    {\n                        \"mode\": \"UPI\",\n                        \"type\": \"DEBIT\",\n                        \"txnId\": \"TXN000061\",\n                        \"amount\": \"3586.65\",\n                        \"narration\": \"Purchase/Withdrawal\",\n                        \"reference\": \"RFN485305\",\n                        \"valueDate\": \"2024-08-11T00:00:00.000Z\",\n                        \"currentBalance\": \"53363.47\",\n                        \"transactionTimestamp\": \"2024-08-11T02:27:42.000Z\"\n                    },\n                    {\n                        \"mode\": \"CASH\",\n                        \"type\": \"CREDIT\",\n                        \"txnId\": \"TXN000072\",\n                        \"amount\": \"8052.32\",\n                        \"narration\": \"Salary Credit\",\n                        \"reference\": \"RFN541996\",\n                        \"valueDate\": \"2024-08-11T00:00:00.000Z\",\n                        \"currentBalance\": \"61839.65\",\n                        \"transactionTimestamp\": \"2024-08-11T17:31:07.000Z\"\n                    },\n                    {\n                        \"mode\": \"CARD\",\n                        \"type\": \"CREDIT\",\n                        \"txnId\": \"TXN000063\",\n                        \"amount\": \"3499.36\",\n                        \"narration\": \"Salary Credit\",\n                        \"reference\": \"RFN741320\",\n                        \"valueDate\": \"2024-08-15T00:00:00.000Z\",\n                        \"currentBalance\": \"64747.33\",\n                        \"transactionTimestamp\": \"2024-08-15T05:07:05.000Z\"\n                    },\n                    {\n                        \"mode\": \"UPI\",\n                        \"type\": \"CREDIT\",\n                        \"txnId\": \"TXN000065\",\n                        \"amount\": \"176.56\",\n                        \"narration\": \"Salary Credit\",\n                        \"reference\": \"RFN284507\",\n                        \"valueDate\": \"2024-08-17T00:00:00.000Z\",\n                        \"currentBalance\": \"68021.99\",\n                        \"transactionTimestamp\": \"2024-08-17T05:04:30.000Z\"\n                    },\n                    {\n                        \"mode\": \"CARD\",\n                        \"type\": \"DEBIT\",\n                        \"txnId\": \"TXN000068\",\n                        \"amount\": \"4823.84\",\n                        \"narration\": \"Purchase/Withdrawal\",\n                        \"reference\": \"RFN429481\",\n                        \"valueDate\": \"2024-08-17T00:00:00.000Z\",\n                        \"currentBalance\": \"57418.23\",\n                        \"transactionTimestamp\": \"2024-08-17T08:19:24.000Z\"\n                    },\n                    {\n                        \"mode\": \"CASH\",\n                        \"type\": \"DEBIT\",\n                        \"txnId\": \"TXN000070\",\n                        \"amount\": \"5241.37\",\n                        \"narration\": \"Purchase/Withdrawal\",\n                        \"reference\": \"RFN211297\",\n                        \"valueDate\": \"2024-08-19T00:00:00.000Z\",\n                        \"currentBalance\": \"53441.19\",\n                        \"transactionTimestamp\": \"2024-08-19T03:00:13.000Z\"\n                    },\n                    {\n                        \"mode\": \"UPI\",\n                        \"type\": \"CREDIT\",\n                        \"txnId\": \"TXN000064\",\n                        \"amount\": \"3098.10\",\n                        \"narration\": \"Salary Credit\",\n                        \"reference\": \"RFN321356\",\n                        \"valueDate\": \"2024-08-19T00:00:00.000Z\",\n                        \"currentBalance\": \"67845.43\",\n                        \"transactionTimestamp\": \"2024-08-19T08:52:27.000Z\"\n                    },\n                    {\n                        \"mode\": \"UPI\",\n                        \"type\": \"CREDIT\",\n                        \"txnId\": \"TXN000074\",\n                        \"amount\": \"6359.84\",\n                        \"narration\": \"Salary Credit\",\n                        \"reference\": \"RFN907300\",\n                        \"valueDate\": \"2024-08-23T00:00:00.000Z\",\n                        \"currentBalance\": \"76907.45\",\n                        \"transactionTimestamp\": \"2024-08-23T12:35:59.000Z\"\n                    },\n                    {\n                        \"mode\": \"CASH\",\n                        \"type\": \"DEBIT\",\n                        \"txnId\": \"TXN000067\",\n                        \"amount\": \"3100.15\",\n                        \"narration\": \"Purchase/Withdrawal\",\n                        \"reference\": \"RFN168428\",\n                        \"valueDate\": \"2024-08-23T00:00:00.000Z\",\n                        \"currentBalance\": \"62242.07\",\n                        \"transactionTimestamp\": \"2024-08-23T21:17:54.000Z\"\n                    },\n                    {\n                        \"mode\": \"CASH\",\n                        \"type\": \"CREDIT\",\n                        \"txnId\": \"TXN000073\",\n                        \"amount\": \"8707.96\",\n                        \"narration\": \"Salary Credit\",\n                        \"reference\": \"RFN195742\",\n                        \"valueDate\": \"2024-08-26T00:00:00.000Z\",\n                        \"currentBalance\": \"70547.61\",\n                        \"transactionTimestamp\": \"2024-08-26T12:05:43.000Z\"\n                    },\n                    {\n                        \"mode\": \"UPI\",\n                        \"type\": \"CREDIT\",\n                        \"txnId\": \"TXN000083\",\n                        \"amount\": \"7230.12\",\n                        \"narration\": \"Salary Credit\",\n                        \"reference\": \"RFN333502\",\n                        \"valueDate\": \"2024-09-04T00:00:00.000Z\",\n                        \"currentBalance\": \"70301.65\",\n                        \"transactionTimestamp\": \"2024-09-04T05:08:59.000Z\"\n                    },\n                    {\n                        \"mode\": \"UPI\",\n                        \"type\": \"DEBIT\",\n                        \"txnId\": \"TXN000079\",\n                        \"amount\": \"2566.78\",\n                        \"narration\": \"Purchase/Withdrawal\",\n                        \"reference\": \"RFN439637\",\n                        \"valueDate\": \"2024-09-06T00:00:00.000Z\",\n                        \"currentBalance\": \"67911.76\",\n                        \"transactionTimestamp\": \"2024-09-06T07:18:09.000Z\"\n                    },\n                    {\n                        \"mode\": \"CARD\",\n                        \"type\": \"CREDIT\",\n                        \"txnId\": \"TXN000081\",\n                        \"amount\": \"8743.02\",\n                        \"narration\": \"Salary Credit\",\n                        \"reference\": \"RFN967324\",\n                        \"valueDate\": \"2024-09-06T00:00:00.000Z\",\n                        \"currentBalance\": \"67023.12\",\n                        \"transactionTimestamp\": \"2024-09-06T16:39:50.000Z\"\n                    },\n                    {\n                        \"mode\": \"CARD\",\n                        \"type\": \"DEBIT\",\n                        \"txnId\": \"TXN000084\",\n                        \"amount\": \"7791.49\",\n                        \"narration\": \"Purchase/Withdrawal\",\n                        \"reference\": \"RFN359587\",\n                        \"valueDate\": \"2024-09-09T00:00:00.000Z\",\n                        \"currentBalance\": \"62510.16\",\n                        \"transactionTimestamp\": \"2024-09-09T13:48:12.000Z\"\n                    },\n                    {\n                        \"mode\": \"CASH\",\n                        \"type\": \"DEBIT\",\n                        \"txnId\": \"TXN000076\",\n                        \"amount\": \"3626.46\",\n                        \"narration\": \"Purchase/Withdrawal\",\n                        \"reference\": \"RFN864860\",\n                        \"valueDate\": \"2024-09-11T00:00:00.000Z\",\n                        \"currentBalance\": \"80642.71\",\n                        \"transactionTimestamp\": \"2024-09-11T04:27:05.000Z\"\n                    },\n                    {\n                        \"mode\": \"UPI\",\n                        \"type\": \"CREDIT\",\n                        \"txnId\": \"TXN000085\",\n                        \"amount\": \"9843.46\",\n                        \"narration\": \"Salary Credit\",\n                        \"reference\": \"RFN611143\",\n                        \"valueDate\": \"2024-09-11T00:00:00.000Z\",\n                        \"currentBalance\": \"72353.62\",\n                        \"transactionTimestamp\": \"2024-09-11T11:44:31.000Z\"\n                    },\n                    {\n                        \"mode\": \"UPI\",\n                        \"type\": \"DEBIT\",\n                        \"txnId\": \"TXN000088\",\n                        \"amount\": \"9571.09\",\n                        \"narration\": \"Purchase/Withdrawal\",\n                        \"reference\": \"RFN884144\",\n                        \"valueDate\": \"2024-09-17T00:00:00.000Z\",\n                        \"currentBalance\": \"61160.58\",\n                        \"transactionTimestamp\": \"2024-09-17T02:55:39.000Z\"\n                    },\n                    {\n                        \"mode\": \"CARD\",\n                        \"type\": \"CREDIT\",\n                        \"txnId\": \"TXN000090\",\n                        \"amount\": \"9064.30\",\n                        \"narration\": \"Salary Credit\",\n                        \"reference\": \"RFN470124\",\n                        \"valueDate\": \"2024-09-17T00:00:00.000Z\",\n                        \"currentBalance\": \"79818.26\",\n                        \"transactionTimestamp\": \"2024-09-17T09:10:47.000Z\"\n                    },\n                    {\n                        \"mode\": \"UPI\",\n                        \"type\": \"DEBIT\",\n                        \"txnId\": \"TXN000078\",\n                        \"amount\": \"3463.49\",\n                        \"narration\": \"Purchase/Withdrawal\",\n                        \"reference\": \"RFN633280\",\n                        \"valueDate\": \"2024-09-17T00:00:00.000Z\",\n                        \"currentBalance\": \"70478.54\",\n                        \"transactionTimestamp\": \"2024-09-17T22:44:24.000Z\"\n                    },\n                    {\n                        \"mode\": \"CASH\",\n                        \"type\": \"DEBIT\",\n                        \"txnId\": \"TXN000082\",\n                        \"amount\": \"3951.59\",\n                        \"narration\": \"Purchase/Withdrawal\",\n                        \"reference\": \"RFN857611\",\n                        \"valueDate\": \"2024-09-17T00:00:00.000Z\",\n                        \"currentBalance\": \"63071.53\",\n                        \"transactionTimestamp\": \"2024-09-17T23:34:18.000Z\"\n                    },\n                    {\n                        \"mode\": \"CARD\",\n                        \"type\": \"CREDIT\",\n                        \"txnId\": \"TXN000089\",\n                        \"amount\": \"9593.38\",\n                        \"narration\": \"Salary Credit\",\n                        \"reference\": \"RFN619188\",\n                        \"valueDate\": \"2024-09-19T00:00:00.000Z\",\n                        \"currentBalance\": \"70753.96\",\n                        \"transactionTimestamp\": \"2024-09-19T12:54:47.000Z\"\n                    },\n                    {\n                        \"mode\": \"CASH\",\n                        \"type\": \"DEBIT\",\n                        \"txnId\": \"TXN000077\",\n                        \"amount\": \"6700.68\",\n                        \"narration\": \"Purchase/Withdrawal\",\n                        \"reference\": \"RFN659320\",\n                        \"valueDate\": \"2024-09-20T00:00:00.000Z\",\n                        \"currentBalance\": \"73942.03\",\n                        \"transactionTimestamp\": \"2024-09-20T13:55:17.000Z\"\n                    },\n                    {\n                        \"mode\": \"CARD\",\n                        \"type\": \"DEBIT\",\n                        \"txnId\": \"TXN000086\",\n                        \"amount\": \"7953.63\",\n                        \"narration\": \"Purchase/Withdrawal\",\n                        \"reference\": \"RFN682724\",\n                        \"valueDate\": \"2024-09-20T00:00:00.000Z\",\n                        \"currentBalance\": \"64399.99\",\n                        \"transactionTimestamp\": \"2024-09-20T18:37:03.000Z\"\n                    },\n                    {\n                        \"mode\": \"CARD\",\n                        \"type\": \"CREDIT\",\n                        \"txnId\": \"TXN000087\",\n                        \"amount\": \"6331.68\",\n                        \"narration\": \"Salary Credit\",\n                        \"reference\": \"RFN960292\",\n                        \"valueDate\": \"2024-09-29T00:00:00.000Z\",\n                        \"currentBalance\": \"70731.67\",\n                        \"transactionTimestamp\": \"2024-09-29T08:32:28.000Z\"\n                    },\n                    {\n                        \"mode\": \"CASH\",\n                        \"type\": \"DEBIT\",\n                        \"txnId\": \"TXN000080\",\n                        \"amount\": \"9631.66\",\n                        \"narration\": \"Purchase/Withdrawal\",\n                        \"reference\": \"RFN214974\",\n                        \"valueDate\": \"2024-09-29T00:00:00.000Z\",\n                        \"currentBalance\": \"58280.10\",\n                        \"transactionTimestamp\": \"2024-09-29T16:49:56.000Z\"\n                    },\n                    {\n                        \"mode\": \"CASH\",\n                        \"type\": \"CREDIT\",\n                        \"txnId\": \"TXN000105\",\n                        \"amount\": \"1454.91\",\n                        \"narration\": \"Salary Credit\",\n                        \"reference\": \"RFN192967\",\n                        \"valueDate\": \"2024-10-05T00:00:00.000Z\",\n                        \"currentBalance\": \"75517.11\",\n                        \"transactionTimestamp\": \"2024-10-05T12:20:27.000Z\"\n                    },\n                    {\n                        \"mode\": \"CASH\",\n                        \"type\": \"DEBIT\",\n                        \"txnId\": \"TXN000104\",\n                        \"amount\": \"4756.45\",\n                        \"narration\": \"Purchase/Withdrawal\",\n                        \"reference\": \"RFN585070\",\n                        \"valueDate\": \"2024-10-05T00:00:00.000Z\",\n                        \"currentBalance\": \"74062.20\",\n                        \"transactionTimestamp\": \"2024-10-05T23:14:14.000Z\"\n                    },\n                    {\n                        \"mode\": \"CASH\",\n                        \"type\": \"CREDIT\",\n                        \"txnId\": \"TXN000098\",\n                        \"amount\": \"9279.25\",\n                        \"narration\": \"Salary Credit\",\n                        \"reference\": \"RFN799749\",\n                        \"valueDate\": \"2024-10-10T00:00:00.000Z\",\n                        \"currentBalance\": \"76732.80\",\n                        \"transactionTimestamp\": \"2024-10-10T03:40:58.000Z\"\n                    },\n                    {\n                        \"mode\": \"CASH\",\n                        \"type\": \"DEBIT\",\n                        \"txnId\": \"TXN000096\",\n                        \"amount\": \"5519.41\",\n                        \"narration\": \"Purchase/Withdrawal\",\n                        \"reference\": \"RFN480483\",\n                        \"valueDate\": \"2024-10-10T00:00:00.000Z\",\n                        \"currentBalance\": \"59642.07\",\n                        \"transactionTimestamp\": \"2024-10-10T14:54:54.000Z\"\n                    },\n                    {\n                        \"mode\": \"CASH\",\n                        \"type\": \"DEBIT\",\n                        \"txnId\": \"TXN000103\",\n                        \"amount\": \"3872.47\",\n                        \"narration\": \"Purchase/Withdrawal\",\n                        \"reference\": \"RFN352284\",\n                        \"valueDate\": \"2024-10-10T00:00:00.000Z\",\n                        \"currentBalance\": \"78818.65\",\n                        \"transactionTimestamp\": \"2024-10-10T17:04:06.000Z\"\n                    },\n                    {\n                        \"mode\": \"CASH\",\n                        \"type\": \"DEBIT\",\n                        \"txnId\": \"TXN000095\",\n                        \"amount\": \"6760.38\",\n                        \"narration\": \"Purchase/Withdrawal\",\n                        \"reference\": \"RFN534770\",\n                        \"valueDate\": \"2024-10-11T00:00:00.000Z\",\n                        \"currentBalance\": \"65161.48\",\n                        \"transactionTimestamp\": \"2024-10-11T07:51:20.000Z\"\n                    },\n                    {\n                        \"mode\": \"CARD\",\n                        \"type\": \"DEBIT\",\n                        \"txnId\": \"TXN000092\",\n                        \"amount\": \"6287.45\",\n                        \"narration\": \"Purchase/Withdrawal\",\n                        \"reference\": \"RFN995985\",\n                        \"valueDate\": \"2024-10-12T00:00:00.000Z\",\n                        \"currentBalance\": \"69688.92\",\n                        \"transactionTimestamp\": \"2024-10-12T01:03:30.000Z\"\n                    },\n                    {\n                        \"mode\": \"CARD\",\n                        \"type\": \"CREDIT\",\n                        \"txnId\": \"TXN000097\",\n                        \"amount\": \"7811.48\",\n                        \"narration\": \"Salary Credit\",\n                        \"reference\": \"RFN784556\",\n                        \"valueDate\": \"2024-10-16T00:00:00.000Z\",\n                        \"currentBalance\": \"67453.55\",\n                        \"transactionTimestamp\": \"2024-10-16T05:40:18.000Z\"\n                    },\n                    {\n                        \"mode\": \"CASH\",\n                        \"type\": \"CREDIT\",\n                        \"txnId\": \"TXN000094\",\n                        \"amount\": \"140.48\",\n                        \"narration\": \"Salary Credit\",\n                        \"reference\": \"RFN386054\",\n                        \"valueDate\": \"2024-10-18T00:00:00.000Z\",\n                        \"currentBalance\": \"71921.86\",\n                        \"transactionTimestamp\": \"2024-10-18T14:18:21.000Z\"\n                    },\n                    {\n                        \"mode\": \"UPI\",\n                        \"type\": \"CREDIT\",\n                        \"txnId\": \"TXN000099\",\n                        \"amount\": \"4144.92\",\n                        \"narration\": \"Salary Credit\",\n                        \"reference\": \"RFN105192\",\n                        \"valueDate\": \"2024-10-20T00:00:00.000Z\",\n                        \"currentBalance\": \"80877.72\",\n                        \"transactionTimestamp\": \"2024-10-20T21:09:22.000Z\"\n                    },\n                    {\n                        \"mode\": \"UPI\",\n                        \"type\": \"DEBIT\",\n                        \"txnId\": \"TXN000091\",\n                        \"amount\": \"3841.89\",\n                        \"narration\": \"Purchase/Withdrawal\",\n                        \"reference\": \"RFN802658\",\n                        \"valueDate\": \"2024-10-22T00:00:00.000Z\",\n                        \"currentBalance\": \"75976.37\",\n                        \"transactionTimestamp\": \"2024-10-22T18:03:49.000Z\"\n                    },\n                    {\n                        \"mode\": \"CARD\",\n                        \"type\": \"CREDIT\",\n                        \"txnId\": \"TXN000102\",\n                        \"amount\": \"5050.07\",\n                        \"narration\": \"Salary Credit\",\n                        \"reference\": \"RFN791473\",\n                        \"valueDate\": \"2024-10-24T00:00:00.000Z\",\n                        \"currentBalance\": \"82691.12\",\n                        \"transactionTimestamp\": \"2024-10-24T09:14:55.000Z\"\n                    },\n                    {\n                        \"mode\": \"CARD\",\n                        \"type\": \"DEBIT\",\n                        \"txnId\": \"TXN000101\",\n                        \"amount\": \"9355.01\",\n                        \"narration\": \"Purchase/Withdrawal\",\n                        \"reference\": \"RFN731037\",\n                        \"valueDate\": \"2024-10-27T00:00:00.000Z\",\n                        \"currentBalance\": \"77641.05\",\n                        \"transactionTimestamp\": \"2024-10-27T10:36:50.000Z\"\n                    },\n                    {\n                        \"mode\": \"CARD\",\n                        \"type\": \"CREDIT\",\n                        \"txnId\": \"TXN000093\",\n                        \"amount\": \"2092.46\",\n                        \"narration\": \"Salary Credit\",\n                        \"reference\": \"RFN857308\",\n                        \"valueDate\": \"2024-10-28T00:00:00.000Z\",\n                        \"currentBalance\": \"71781.38\",\n                        \"transactionTimestamp\": \"2024-10-28T20:21:36.000Z\"\n                    },\n                    {\n                        \"mode\": \"CARD\",\n                        \"type\": \"CREDIT\",\n                        \"txnId\": \"TXN000100\",\n                        \"amount\": \"6118.34\",\n                        \"narration\": \"Salary Credit\",\n                        \"reference\": \"RFN549573\",\n                        \"valueDate\": \"2024-10-29T00:00:00.000Z\",\n                        \"currentBalance\": \"86996.06\",\n                        \"transactionTimestamp\": \"2024-10-29T23:24:31.000Z\"\n                    },\n                    {\n                        \"mode\": \"CARD\",\n                        \"type\": \"DEBIT\",\n                        \"txnId\": \"TXN000107\",\n                        \"amount\": \"9652.41\",\n                        \"narration\": \"Purchase/Withdrawal\",\n                        \"reference\": \"RFN497177\",\n                        \"valueDate\": \"2024-11-04T00:00:00.000Z\",\n                        \"currentBalance\": \"63896.29\",\n                        \"transactionTimestamp\": \"2024-11-04T23:59:15.000Z\"\n                    },\n                    {\n                        \"mode\": \"CARD\",\n                        \"type\": \"DEBIT\",\n                        \"txnId\": \"TXN000112\",\n                        \"amount\": \"2488.00\",\n                        \"narration\": \"Purchase/Withdrawal\",\n                        \"reference\": \"RFN985252\",\n                        \"valueDate\": \"2024-11-05T00:00:00.000Z\",\n                        \"currentBalance\": \"35965.59\",\n                        \"transactionTimestamp\": \"2024-11-05T03:30:23.000Z\"\n                    },\n                    {\n                        \"mode\": \"CASH\",\n                        \"type\": \"DEBIT\",\n                        \"txnId\": \"TXN000114\",\n                        \"amount\": \"8272.07\",\n                        \"narration\": \"Purchase/Withdrawal\",\n                        \"reference\": \"RFN415259\",\n                        \"valueDate\": \"2024-11-05T00:00:00.000Z\",\n                        \"currentBalance\": \"25982.38\",\n                        \"transactionTimestamp\": \"2024-11-05T04:15:28.000Z\"\n                    },\n                    {\n                        \"mode\": \"CASH\",\n                        \"type\": \"DEBIT\",\n                        \"txnId\": \"TXN000119\",\n                        \"amount\": \"6636.57\",\n                        \"narration\": \"Purchase/Withdrawal\",\n                        \"reference\": \"RFN180803\",\n                        \"valueDate\": \"2024-11-05T00:00:00.000Z\",\n                        \"currentBalance\": \"33568.09\",\n                        \"transactionTimestamp\": \"2024-11-05T05:24:32.000Z\"\n                    },\n                    {\n                        \"mode\": \"UPI\",\n                        \"type\": \"DEBIT\",\n                        \"txnId\": \"TXN000108\",\n                        \"amount\": \"6133.96\",\n                        \"narration\": \"Purchase/Withdrawal\",\n                        \"reference\": \"RFN371615\",\n                        \"valueDate\": \"2024-11-07T00:00:00.000Z\",\n                        \"currentBalance\": \"57762.33\",\n                        \"transactionTimestamp\": \"2024-11-07T15:58:19.000Z\"\n                    },\n                    {\n                        \"mode\": \"CARD\",\n                        \"type\": \"CREDIT\",\n                        \"txnId\": \"TXN000115\",\n                        \"amount\": \"8983.44\",\n                        \"narration\": \"Salary Credit\",\n                        \"reference\": \"RFN454907\",\n                        \"valueDate\": \"2024-11-08T00:00:00.000Z\",\n                        \"currentBalance\": \"34965.82\",\n                        \"transactionTimestamp\": \"2024-11-08T16:37:55.000Z\"\n                    },\n                    {\n                        \"mode\": \"CASH\",\n                        \"type\": \"DEBIT\",\n                        \"txnId\": \"TXN000109\",\n                        \"amount\": \"3857.60\",\n                        \"narration\": \"Purchase/Withdrawal\",\n                        \"reference\": \"RFN177521\",\n                        \"valueDate\": \"2024-11-08T00:00:00.000Z\",\n                        \"currentBalance\": \"53904.73\",\n                        \"transactionTimestamp\": \"2024-11-08T16:48:18.000Z\"\n                    },\n                    {\n                        \"mode\": \"CASH\",\n                        \"type\": \"CREDIT\",\n                        \"txnId\": \"TXN000116\",\n                        \"amount\": \"5853.98\",\n                        \"narration\": \"Salary Credit\",\n                        \"reference\": \"RFN253734\",\n                        \"valueDate\": \"2024-11-10T00:00:00.000Z\",\n                        \"currentBalance\": \"40819.80\",\n                        \"transactionTimestamp\": \"2024-11-10T02:03:04.000Z\"\n                    },\n                    {\n                        \"mode\": \"UPI\",\n                        \"type\": \"DEBIT\",\n                        \"txnId\": \"TXN000117\",\n                        \"amount\": \"5838.07\",\n                        \"narration\": \"Purchase/Withdrawal\",\n                        \"reference\": \"RFN917422\",\n                        \"valueDate\": \"2024-11-14T00:00:00.000Z\",\n                        \"currentBalance\": \"34981.73\",\n                        \"transactionTimestamp\": \"2024-11-14T21:20:34.000Z\"\n                    },\n                    {\n                        \"mode\": \"CARD\",\n                        \"type\": \"DEBIT\",\n                        \"txnId\": \"TXN000106\",\n                        \"amount\": \"1968.41\",\n                        \"narration\": \"Purchase/Withdrawal\",\n                        \"reference\": \"RFN307528\",\n                        \"valueDate\": \"2024-11-17T00:00:00.000Z\",\n                        \"currentBalance\": \"73548.70\",\n                        \"transactionTimestamp\": \"2024-11-17T08:36:42.000Z\"\n                    },\n                    {\n                        \"mode\": \"CASH\",\n                        \"type\": \"CREDIT\",\n                        \"txnId\": \"TXN000118\",\n                        \"amount\": \"5222.93\",\n                        \"narration\": \"Salary Credit\",\n                        \"reference\": \"RFN343003\",\n                        \"valueDate\": \"2024-11-20T00:00:00.000Z\",\n                        \"currentBalance\": \"40204.66\",\n                        \"transactionTimestamp\": \"2024-11-20T01:24:53.000Z\"\n                    },\n                    {\n                        \"mode\": \"CARD\",\n                        \"type\": \"DEBIT\",\n                        \"txnId\": \"TXN000113\",\n                        \"amount\": \"1711.14\",\n                        \"narration\": \"Purchase/Withdrawal\",\n                        \"reference\": \"RFN198816\",\n                        \"valueDate\": \"2024-11-23T00:00:00.000Z\",\n                        \"currentBalance\": \"34254.45\",\n                        \"transactionTimestamp\": \"2024-11-23T12:26:53.000Z\"\n                    },\n                    {\n                        \"mode\": \"CASH\",\n                        \"type\": \"CREDIT\",\n                        \"txnId\": \"TXN000120\",\n                        \"amount\": \"809.12\",\n                        \"narration\": \"Salary Credit\",\n                        \"reference\": \"RFN492970\",\n                        \"valueDate\": \"2024-11-23T00:00:00.000Z\",\n                        \"currentBalance\": \"34377.21\",\n                        \"transactionTimestamp\": \"2024-11-23T19:35:30.000Z\"\n                    },\n                    {\n                        \"mode\": \"CASH\",\n                        \"type\": \"DEBIT\",\n                        \"txnId\": \"TXN000110\",\n                        \"amount\": \"7152.90\",\n                        \"narration\": \"Purchase/Withdrawal\",\n                        \"reference\": \"RFN305250\",\n                        \"valueDate\": \"2024-11-24T00:00:00.000Z\",\n                        \"currentBalance\": \"46751.83\",\n                        \"transactionTimestamp\": \"2024-11-24T22:44:39.000Z\"\n                    },\n                    {\n                        \"mode\": \"UPI\",\n                        \"type\": \"DEBIT\",\n                        \"txnId\": \"TXN000111\",\n                        \"amount\": \"8298.24\",\n                        \"narration\": \"Purchase/Withdrawal\",\n                        \"reference\": \"RFN361866\",\n                        \"valueDate\": \"2024-11-26T00:00:00.000Z\",\n                        \"currentBalance\": \"38453.59\",\n                        \"transactionTimestamp\": \"2024-11-26T01:58:29.000Z\"\n                    },\n                    {\n                        \"mode\": \"UPI\",\n                        \"type\": \"DEBIT\",\n                        \"txnId\": \"TXN000127\",\n                        \"amount\": \"6403.62\",\n                        \"narration\": \"Purchase/Withdrawal\",\n                        \"reference\": \"RFN624893\",\n                        \"valueDate\": \"2024-12-03T00:00:00.000Z\",\n                        \"currentBalance\": \"31097.78\",\n                        \"transactionTimestamp\": \"2024-12-03T17:38:36.000Z\"\n                    },\n                    {\n                        \"mode\": \"UPI\",\n                        \"type\": \"DEBIT\",\n                        \"txnId\": \"TXN000124\",\n                        \"amount\": \"1380.34\",\n                        \"narration\": \"Purchase/Withdrawal\",\n                        \"reference\": \"RFN537398\",\n                        \"valueDate\": \"2024-12-05T00:00:00.000Z\",\n                        \"currentBalance\": \"35284.25\",\n                        \"transactionTimestamp\": \"2024-12-05T00:06:22.000Z\"\n                    },\n                    {\n                        \"mode\": \"CARD\",\n                        \"type\": \"DEBIT\",\n                        \"txnId\": \"TXN000130\",\n                        \"amount\": \"7730.49\",\n                        \"narration\": \"Purchase/Withdrawal\",\n                        \"reference\": \"RFN540496\",\n                        \"valueDate\": \"2024-12-08T00:00:00.000Z\",\n                        \"currentBalance\": \"20052.20\",\n                        \"transactionTimestamp\": \"2024-12-08T08:45:49.000Z\"\n                    },\n                    {\n                        \"mode\": \"UPI\",\n                        \"type\": \"DEBIT\",\n                        \"txnId\": \"TXN000129\",\n                        \"amount\": \"1974.04\",\n                        \"narration\": \"Purchase/Withdrawal\",\n                        \"reference\": \"RFN149028\",\n                        \"valueDate\": \"2024-12-09T00:00:00.000Z\",\n                        \"currentBalance\": \"27782.69\",\n                        \"transactionTimestamp\": \"2024-12-09T00:38:51.000Z\"\n                    },\n                    {\n                        \"mode\": \"UPI\",\n                        \"type\": \"CREDIT\",\n                        \"txnId\": \"TXN000132\",\n                        \"amount\": \"851.73\",\n                        \"narration\": \"Salary Credit\",\n                        \"reference\": \"RFN812124\",\n                        \"valueDate\": \"2024-12-15T00:00:00.000Z\",\n                        \"currentBalance\": \"17222.30\",\n                        \"transactionTimestamp\": \"2024-12-15T02:09:46.000Z\"\n                    },\n                    {\n                        \"mode\": \"UPI\",\n                        \"type\": \"DEBIT\",\n                        \"txnId\": \"TXN000125\",\n                        \"amount\": \"2032.47\",\n                        \"narration\": \"Purchase/Withdrawal\",\n                        \"reference\": \"RFN972951\",\n                        \"valueDate\": \"2024-12-16T00:00:00.000Z\",\n                        \"currentBalance\": \"33251.78\",\n                        \"transactionTimestamp\": \"2024-12-16T05:11:36.000Z\"\n                    },\n                    {\n                        \"mode\": \"UPI\",\n                        \"type\": \"DEBIT\",\n                        \"txnId\": \"TXN000128\",\n                        \"amount\": \"1341.05\",\n                        \"narration\": \"Purchase/Withdrawal\",\n                        \"reference\": \"RFN970608\",\n                        \"valueDate\": \"2024-12-19T00:00:00.000Z\",\n                        \"currentBalance\": \"29756.73\",\n                        \"transactionTimestamp\": \"2024-12-19T11:45:16.000Z\"\n                    },\n                    {\n                        \"mode\": \"UPI\",\n                        \"type\": \"CREDIT\",\n                        \"txnId\": \"TXN000133\",\n                        \"amount\": \"8968.61\",\n                        \"narration\": \"Salary Credit\",\n                        \"reference\": \"RFN324625\",\n                        \"valueDate\": \"2024-12-20T00:00:00.000Z\",\n                        \"currentBalance\": \"26190.91\",\n                        \"transactionTimestamp\": \"2024-12-20T06:23:38.000Z\"\n                    },\n                    {\n                        \"mode\": \"UPI\",\n                        \"type\": \"CREDIT\",\n                        \"txnId\": \"TXN000134\",\n                        \"amount\": \"5413.77\",\n                        \"narration\": \"Salary Credit\",\n                        \"reference\": \"RFN108789\",\n                        \"valueDate\": \"2024-12-20T00:00:00.000Z\",\n                        \"currentBalance\": \"31604.68\",\n                        \"transactionTimestamp\": \"2024-12-20T20:04:07.000Z\"\n                    },\n                    {\n                        \"mode\": \"CARD\",\n                        \"type\": \"CREDIT\",\n                        \"txnId\": \"TXN000122\",\n                        \"amount\": \"8998.54\",\n                        \"narration\": \"Salary Credit\",\n                        \"reference\": \"RFN698095\",\n                        \"valueDate\": \"2024-12-21T00:00:00.000Z\",\n                        \"currentBalance\": \"36508.83\",\n                        \"transactionTimestamp\": \"2024-12-21T16:21:58.000Z\"\n                    },\n                    {\n                        \"mode\": \"CARD\",\n                        \"type\": \"DEBIT\",\n                        \"txnId\": \"TXN000121\",\n                        \"amount\": \"6866.92\",\n                        \"narration\": \"Purchase/Withdrawal\",\n                        \"reference\": \"RFN483647\",\n                        \"valueDate\": \"2024-12-21T00:00:00.000Z\",\n                        \"currentBalance\": \"27510.29\",\n                        \"transactionTimestamp\": \"2024-12-21T23:08:11.000Z\"\n                    },\n                    {\n                        \"mode\": \"UPI\",\n                        \"type\": \"CREDIT\",\n                        \"txnId\": \"TXN000123\",\n                        \"amount\": \"155.76\",\n                        \"narration\": \"Salary Credit\",\n                        \"reference\": \"RFN986985\",\n                        \"valueDate\": \"2024-12-25T00:00:00.000Z\",\n                        \"currentBalance\": \"36664.59\",\n                        \"transactionTimestamp\": \"2024-12-25T17:10:12.000Z\"\n                    },\n                    {\n                        \"mode\": \"CASH\",\n                        \"type\": \"DEBIT\",\n                        \"txnId\": \"TXN000131\",\n                        \"amount\": \"3681.63\",\n                        \"narration\": \"Purchase/Withdrawal\",\n                        \"reference\": \"RFN276350\",\n                        \"valueDate\": \"2024-12-26T00:00:00.000Z\",\n                        \"currentBalance\": \"16370.57\",\n                        \"transactionTimestamp\": \"2024-12-26T04:21:56.000Z\"\n                    },\n                    {\n                        \"mode\": \"CASH\",\n                        \"type\": \"CREDIT\",\n                        \"txnId\": \"TXN000126\",\n                        \"amount\": \"4249.62\",\n                        \"narration\": \"Salary Credit\",\n                        \"reference\": \"RFN879246\",\n                        \"valueDate\": \"2024-12-27T00:00:00.000Z\",\n                        \"currentBalance\": \"37501.40\",\n                        \"transactionTimestamp\": \"2024-12-27T07:59:55.000Z\"\n                    },\n                    {\n                        \"mode\": \"CARD\",\n                        \"type\": \"DEBIT\",\n                        \"txnId\": \"TXN000135\",\n                        \"amount\": \"9136.97\",\n                        \"narration\": \"Purchase/Withdrawal\",\n                        \"reference\": \"RFN306104\",\n                        \"valueDate\": \"2024-12-28T00:00:00.000Z\",\n                        \"currentBalance\": \"22467.71\",\n                        \"transactionTimestamp\": \"2024-12-28T00:10:46.000Z\"\n                    },\n                    {\n                        \"mode\": \"CARD\",\n                        \"type\": \"DEBIT\",\n                        \"txnId\": \"TXN000139\",\n                        \"amount\": \"3873.95\",\n                        \"narration\": \"Purchase/Withdrawal\",\n                        \"reference\": \"RFN873273\",\n                        \"valueDate\": \"2025-01-02T00:00:00.000Z\",\n                        \"currentBalance\": \"7392.50\",\n                        \"transactionTimestamp\": \"2025-01-02T23:58:15.000Z\"\n                    },\n                    {\n                        \"mode\": \"CARD\",\n                        \"type\": \"CREDIT\",\n                        \"txnId\": \"TXN000141\",\n                        \"amount\": \"4687.65\",\n                        \"narration\": \"Salary Credit\",\n                        \"reference\": \"RFN476251\",\n                        \"valueDate\": \"2025-01-03T00:00:00.000Z\",\n                        \"currentBalance\": \"7008.38\",\n                        \"transactionTimestamp\": \"2025-01-03T00:05:44.000Z\"\n                    },\n                    {\n                        \"mode\": \"CASH\",\n                        \"type\": \"DEBIT\",\n                        \"txnId\": \"TXN000144\",\n                        \"amount\": \"8596.63\",\n                        \"narration\": \"Purchase/Withdrawal\",\n                        \"reference\": \"RFN278631\",\n                        \"valueDate\": \"2025-01-04T00:00:00.000Z\",\n                        \"currentBalance\": \"-6614.48\",\n                        \"transactionTimestamp\": \"2025-01-04T15:46:35.000Z\"\n                    },\n                    {\n                        \"mode\": \"CASH\",\n                        \"type\": \"DEBIT\",\n                        \"txnId\": \"TXN000142\",\n                        \"amount\": \"1224.18\",\n                        \"narration\": \"Purchase/Withdrawal\",\n                        \"reference\": \"RFN695494\",\n                        \"valueDate\": \"2025-01-06T00:00:00.000Z\",\n                        \"currentBalance\": \"5784.20\",\n                        \"transactionTimestamp\": \"2025-01-06T10:24:00.000Z\"\n                    },\n                    {\n                        \"mode\": \"CASH\",\n                        \"type\": \"DEBIT\",\n                        \"txnId\": \"TXN000143\",\n                        \"amount\": \"3802.05\",\n                        \"narration\": \"Purchase/Withdrawal\",\n                        \"reference\": \"RFN173882\",\n                        \"valueDate\": \"2025-01-06T00:00:00.000Z\",\n                        \"currentBalance\": \"1982.15\",\n                        \"transactionTimestamp\": \"2025-01-06T13:18:29.000Z\"\n                    },\n                    {\n                        \"mode\": \"CASH\",\n                        \"type\": \"DEBIT\",\n                        \"txnId\": \"TXN000147\",\n                        \"amount\": \"3766.08\",\n                        \"narration\": \"Purchase/Withdrawal\",\n                        \"reference\": \"RFN295061\",\n                        \"valueDate\": \"2025-01-06T00:00:00.000Z\",\n                        \"currentBalance\": \"-23517.96\",\n                        \"transactionTimestamp\": \"2025-01-06T19:54:01.000Z\"\n                    },\n                    {\n                        \"mode\": \"UPI\",\n                        \"type\": \"DEBIT\",\n                        \"txnId\": \"TXN000150\",\n                        \"amount\": \"9381.90\",\n                        \"narration\": \"Purchase/Withdrawal\",\n                        \"reference\": \"RFN297961\",\n                        \"valueDate\": \"2025-01-13T00:00:00.000Z\",\n                        \"currentBalance\": \"-38537.87\",\n                        \"transactionTimestamp\": \"2025-01-13T05:54:33.000Z\"\n                    },\n                    {\n                        \"mode\": \"CARD\",\n                        \"type\": \"DEBIT\",\n                        \"txnId\": \"TXN000145\",\n                        \"amount\": \"9426.97\",\n                        \"narration\": \"Purchase/Withdrawal\",\n                        \"reference\": \"RFN132955\",\n                        \"valueDate\": \"2025-01-17T00:00:00.000Z\",\n                        \"currentBalance\": \"-16041.45\",\n                        \"transactionTimestamp\": \"2025-01-17T02:43:41.000Z\"\n                    },\n                    {\n                        \"mode\": \"UPI\",\n                        \"type\": \"DEBIT\",\n                        \"txnId\": \"TXN000136\",\n                        \"amount\": \"9170.04\",\n                        \"narration\": \"Purchase/Withdrawal\",\n                        \"reference\": \"RFN864089\",\n                        \"valueDate\": \"2025-01-19T00:00:00.000Z\",\n                        \"currentBalance\": \"13297.67\",\n                        \"transactionTimestamp\": \"2025-01-19T02:08:34.000Z\"\n                    },\n                    {\n                        \"mode\": \"CARD\",\n                        \"type\": \"CREDIT\",\n                        \"txnId\": \"TXN000138\",\n                        \"amount\": \"2019.75\",\n                        \"narration\": \"Salary Credit\",\n                        \"reference\": \"RFN820710\",\n                        \"valueDate\": \"2025-01-20T00:00:00.000Z\",\n                        \"currentBalance\": \"11266.45\",\n                        \"transactionTimestamp\": \"2025-01-20T12:30:23.000Z\"\n                    },\n                    {\n                        \"mode\": \"CARD\",\n                        \"type\": \"DEBIT\",\n                        \"txnId\": \"TXN000146\",\n                        \"amount\": \"3710.43\",\n                        \"narration\": \"Purchase/Withdrawal\",\n                        \"reference\": \"RFN863440\",\n                        \"valueDate\": \"2025-01-20T00:00:00.000Z\",\n                        \"currentBalance\": \"-19751.88\",\n                        \"transactionTimestamp\": \"2025-01-20T18:05:57.000Z\"\n                    },\n                    {\n                        \"mode\": \"UPI\",\n                        \"type\": \"DEBIT\",\n                        \"txnId\": \"TXN000140\",\n                        \"amount\": \"5071.77\",\n                        \"narration\": \"Purchase/Withdrawal\",\n                        \"reference\": \"RFN428256\",\n                        \"valueDate\": \"2025-01-22T00:00:00.000Z\",\n                        \"currentBalance\": \"2320.73\",\n                        \"transactionTimestamp\": \"2025-01-22T07:03:54.000Z\"\n                    },\n                    {\n                        \"mode\": \"CASH\",\n                        \"type\": \"CREDIT\",\n                        \"txnId\": \"TXN000148\",\n                        \"amount\": \"1854.23\",\n                        \"narration\": \"Salary Credit\",\n                        \"reference\": \"RFN191237\",\n                        \"valueDate\": \"2025-01-26T00:00:00.000Z\",\n                        \"currentBalance\": \"-21663.73\",\n                        \"transactionTimestamp\": \"2025-01-26T08:21:18.000Z\"\n                    },\n                    {\n                        \"mode\": \"CASH\",\n                        \"type\": \"DEBIT\",\n                        \"txnId\": \"TXN000137\",\n                        \"amount\": \"4050.97\",\n                        \"narration\": \"Purchase/Withdrawal\",\n                        \"reference\": \"RFN181543\",\n                        \"valueDate\": \"2025-01-26T00:00:00.000Z\",\n                        \"currentBalance\": \"9246.70\",\n                        \"transactionTimestamp\": \"2025-01-26T20:17:02.000Z\"\n                    },\n                    {\n                        \"mode\": \"CASH\",\n                        \"type\": \"DEBIT\",\n                        \"txnId\": \"TXN000149\",\n                        \"amount\": \"7492.24\",\n                        \"narration\": \"Purchase/Withdrawal\",\n                        \"reference\": \"RFN683727\",\n                        \"valueDate\": \"2025-01-28T00:00:00.000Z\",\n                        \"currentBalance\": \"-29155.97\",\n                        \"transactionTimestamp\": \"2025-01-28T02:31:00.000Z\"\n                    },\n                    {\n                        \"mode\": \"CARD\",\n                        \"type\": \"DEBIT\",\n                        \"txnId\": \"TXN000157\",\n                        \"amount\": \"4159.80\",\n                        \"narration\": \"Purchase/Withdrawal\",\n                        \"reference\": \"RFN191055\",\n                        \"valueDate\": \"2025-02-02T00:00:00.000Z\",\n                        \"currentBalance\": \"-39137.10\",\n                        \"transactionTimestamp\": \"2025-02-02T08:58:08.000Z\"\n                    },\n                    {\n                        \"mode\": \"CASH\",\n                        \"type\": \"CREDIT\",\n                        \"txnId\": \"TXN000155\",\n                        \"amount\": \"613.22\",\n                        \"narration\": \"Salary Credit\",\n                        \"reference\": \"RFN710291\",\n                        \"valueDate\": \"2025-02-02T00:00:00.000Z\",\n                        \"currentBalance\": \"-31441.82\",\n                        \"transactionTimestamp\": \"2025-02-02T11:13:07.000Z\"\n                    },\n                    {\n                        \"mode\": \"UPI\",\n                        \"type\": \"DEBIT\",\n                        \"txnId\": \"TXN000160\",\n                        \"amount\": \"3304.87\",\n                        \"narration\": \"Purchase/Withdrawal\",\n                        \"reference\": \"RFN782465\",\n                        \"valueDate\": \"2025-02-05T00:00:00.000Z\",\n                        \"currentBalance\": \"-36957.84\",\n                        \"transactionTimestamp\": \"2025-02-05T16:08:16.000Z\"\n                    },\n                    {\n                        \"mode\": \"CARD\",\n                        \"type\": \"DEBIT\",\n                        \"txnId\": \"TXN000162\",\n                        \"amount\": \"2465.95\",\n                        \"narration\": \"Purchase/Withdrawal\",\n                        \"reference\": \"RFN282941\",\n                        \"valueDate\": \"2025-02-06T00:00:00.000Z\",\n                        \"currentBalance\": \"-36253.09\",\n                        \"transactionTimestamp\": \"2025-02-06T11:15:12.000Z\"\n                    },\n                    {\n                        \"mode\": \"CARD\",\n                        \"type\": \"DEBIT\",\n                        \"txnId\": \"TXN000156\",\n                        \"amount\": \"3535.48\",\n                        \"narration\": \"Purchase/Withdrawal\",\n                        \"reference\": \"RFN447061\",\n                        \"valueDate\": \"2025-02-08T00:00:00.000Z\",\n                        \"currentBalance\": \"-34977.30\",\n                        \"transactionTimestamp\": \"2025-02-08T22:45:58.000Z\"\n                    },\n                    {\n                        \"mode\": \"UPI\",\n                        \"type\": \"CREDIT\",\n                        \"txnId\": \"TXN000154\",\n                        \"amount\": \"3185.44\",\n                        \"narration\": \"Salary Credit\",\n                        \"reference\": \"RFN214774\",\n                        \"valueDate\": \"2025-02-09T00:00:00.000Z\",\n                        \"currentBalance\": \"-32055.04\",\n                        \"transactionTimestamp\": \"2025-02-09T03:05:57.000Z\"\n                    },\n                    {\n                        \"mode\": \"UPI\",\n                        \"type\": \"CREDIT\",\n                        \"txnId\": \"TXN000164\",\n                        \"amount\": \"4303.04\",\n                        \"narration\": \"Salary Credit\",\n                        \"reference\": \"RFN601891\",\n                        \"valueDate\": \"2025-02-11T00:00:00.000Z\",\n                        \"currentBalance\": \"-25613.38\",\n                        \"transactionTimestamp\": \"2025-02-11T12:42:48.000Z\"\n                    },\n                    {\n                        \"mode\": \"CARD\",\n                        \"type\": \"CREDIT\",\n                        \"txnId\": \"TXN000163\",\n                        \"amount\": \"6336.67\",\n                        \"narration\": \"Salary Credit\",\n                        \"reference\": \"RFN175166\",\n                        \"valueDate\": \"2025-02-11T00:00:00.000Z\",\n                        \"currentBalance\": \"-29916.42\",\n                        \"transactionTimestamp\": \"2025-02-11T18:30:35.000Z\"\n                    },\n                    {\n                        \"mode\": \"UPI\",\n                        \"type\": \"CREDIT\",\n                        \"txnId\": \"TXN000152\",\n                        \"amount\": \"4367.26\",\n                        \"narration\": \"Salary Credit\",\n                        \"reference\": \"RFN935267\",\n                        \"valueDate\": \"2025-02-16T00:00:00.000Z\",\n                        \"currentBalance\": \"-30836.76\",\n                        \"transactionTimestamp\": \"2025-02-16T01:25:11.000Z\"\n                    },\n                    {\n                        \"mode\": \"CASH\",\n                        \"type\": \"CREDIT\",\n                        \"txnId\": \"TXN000159\",\n                        \"amount\": \"179.56\",\n                        \"narration\": \"Salary Credit\",\n                        \"reference\": \"RFN480817\",\n                        \"valueDate\": \"2025-02-17T00:00:00.000Z\",\n                        \"currentBalance\": \"-33652.97\",\n                        \"transactionTimestamp\": \"2025-02-17T05:36:09.000Z\"\n                    },\n                    {\n                        \"mode\": \"CASH\",\n                        \"type\": \"DEBIT\",\n                        \"txnId\": \"TXN000153\",\n                        \"amount\": \"4403.72\",\n                        \"narration\": \"Purchase/Withdrawal\",\n                        \"reference\": \"RFN230255\",\n                        \"valueDate\": \"2025-02-20T00:00:00.000Z\",\n                        \"currentBalance\": \"-35240.48\",\n                        \"transactionTimestamp\": \"2025-02-20T10:18:00.000Z\"\n                    },\n                    {\n                        \"mode\": \"UPI\",\n                        \"type\": \"CREDIT\",\n                        \"txnId\": \"TXN000151\",\n                        \"amount\": \"3333.85\",\n                        \"narration\": \"Salary Credit\",\n                        \"reference\": \"RFN410296\",\n                        \"valueDate\": \"2025-02-24T00:00:00.000Z\",\n                        \"currentBalance\": \"-35204.02\",\n                        \"transactionTimestamp\": \"2025-02-24T00:25:05.000Z\"\n                    },\n                    {\n                        \"mode\": \"CARD\",\n                        \"type\": \"CREDIT\",\n                        \"txnId\": \"TXN000165\",\n                        \"amount\": \"8812.48\",\n                        \"narration\": \"Salary Credit\",\n                        \"reference\": \"RFN945023\",\n                        \"valueDate\": \"2025-02-24T00:00:00.000Z\",\n                        \"currentBalance\": \"-16800.90\",\n                        \"transactionTimestamp\": \"2025-02-24T05:00:45.000Z\"\n                    },\n                    {\n                        \"mode\": \"CASH\",\n                        \"type\": \"CREDIT\",\n                        \"txnId\": \"TXN000161\",\n                        \"amount\": \"3170.70\",\n                        \"narration\": \"Salary Credit\",\n                        \"reference\": \"RFN165364\",\n                        \"valueDate\": \"2025-02-25T00:00:00.000Z\",\n                        \"currentBalance\": \"-33787.14\",\n                        \"transactionTimestamp\": \"2025-02-25T17:29:26.000Z\"\n                    },\n                    {\n                        \"mode\": \"CARD\",\n                        \"type\": \"CREDIT\",\n                        \"txnId\": \"TXN000158\",\n                        \"amount\": \"5304.57\",\n                        \"narration\": \"Salary Credit\",\n                        \"reference\": \"RFN551417\",\n                        \"valueDate\": \"2025-02-27T00:00:00.000Z\",\n                        \"currentBalance\": \"-33832.53\",\n                        \"transactionTimestamp\": \"2025-02-27T10:10:08.000Z\"\n                    },\n                    {\n                        \"mode\": \"CASH\",\n                        \"type\": \"DEBIT\",\n                        \"txnId\": \"TXN000167\",\n                        \"amount\": \"4932.38\",\n                        \"narration\": \"Purchase/Withdrawal\",\n                        \"reference\": \"RFN511139\",\n                        \"valueDate\": \"2025-03-03T00:00:00.000Z\",\n                        \"currentBalance\": \"-17591.87\",\n                        \"transactionTimestamp\": \"2025-03-03T06:56:46.000Z\"\n                    },\n                    {\n                        \"mode\": \"CASH\",\n                        \"type\": \"DEBIT\",\n                        \"txnId\": \"TXN000168\",\n                        \"amount\": \"4925.09\",\n                        \"narration\": \"Purchase/Withdrawal\",\n                        \"reference\": \"RFN145948\",\n                        \"valueDate\": \"2025-03-03T00:00:00.000Z\",\n                        \"currentBalance\": \"-22516.96\",\n                        \"transactionTimestamp\": \"2025-03-03T07:20:55.000Z\"\n                    },\n                    {\n                        \"mode\": \"CARD\",\n                        \"type\": \"CREDIT\",\n                        \"txnId\": \"TXN000166\",\n                        \"amount\": \"4141.41\",\n                        \"narration\": \"Salary Credit\",\n                        \"reference\": \"RFN201505\",\n                        \"valueDate\": \"2025-03-03T00:00:00.000Z\",\n                        \"currentBalance\": \"-12659.49\",\n                        \"transactionTimestamp\": \"2025-03-03T10:03:03.000Z\"\n                    },\n                    {\n                        \"mode\": \"CARD\",\n                        \"type\": \"CREDIT\",\n                        \"txnId\": \"TXN000172\",\n                        \"amount\": \"2816.21\",\n                        \"narration\": \"Salary Credit\",\n                        \"reference\": \"RFN467149\",\n                        \"valueDate\": \"2025-03-04T00:00:00.000Z\",\n                        \"currentBalance\": \"-15408.45\",\n                        \"transactionTimestamp\": \"2025-03-04T09:25:01.000Z\"\n                    },\n                    {\n                        \"mode\": \"UPI\",\n                        \"type\": \"DEBIT\",\n                        \"txnId\": \"TXN000176\",\n                        \"amount\": \"2350.29\",\n                        \"narration\": \"Purchase/Withdrawal\",\n                        \"reference\": \"RFN666135\",\n                        \"valueDate\": \"2025-03-07T00:00:00.000Z\",\n                        \"currentBalance\": \"-3403.31\",\n                        \"transactionTimestamp\": \"2025-03-07T06:45:13.000Z\"\n                    },\n                    {\n                        \"mode\": \"CARD\",\n                        \"type\": \"CREDIT\",\n                        \"txnId\": \"TXN000180\",\n                        \"amount\": \"893.54\",\n                        \"narration\": \"Salary Credit\",\n                        \"reference\": \"RFN946572\",\n                        \"valueDate\": \"2025-03-07T00:00:00.000Z\",\n                        \"currentBalance\": \"-17076.69\",\n                        \"transactionTimestamp\": \"2025-03-07T23:25:09.000Z\"\n                    },\n                    {\n                        \"mode\": \"CARD\",\n                        \"type\": \"DEBIT\",\n                        \"txnId\": \"TXN000171\",\n                        \"amount\": \"3284.57\",\n                        \"narration\": \"Purchase/Withdrawal\",\n                        \"reference\": \"RFN753027\",\n                        \"valueDate\": \"2025-03-13T00:00:00.000Z\",\n                        \"currentBalance\": \"-18224.66\",\n                        \"transactionTimestamp\": \"2025-03-13T02:41:46.000Z\"\n                    },\n                    {\n                        \"mode\": \"UPI\",\n                        \"type\": \"CREDIT\",\n                        \"txnId\": \"TXN000170\",\n                        \"amount\": \"9762.63\",\n                        \"narration\": \"Salary Credit\",\n                        \"reference\": \"RFN527570\",\n                        \"valueDate\": \"2025-03-14T00:00:00.000Z\",\n                        \"currentBalance\": \"-14940.09\",\n                        \"transactionTimestamp\": \"2025-03-14T13:51:01.000Z\"\n                    },\n                    {\n                        \"mode\": \"CASH\",\n                        \"type\": \"CREDIT\",\n                        \"txnId\": \"TXN000175\",\n                        \"amount\": \"7830.87\",\n                        \"narration\": \"Salary Credit\",\n                        \"reference\": \"RFN414125\",\n                        \"valueDate\": \"2025-03-14T00:00:00.000Z\",\n                        \"currentBalance\": \"-1053.02\",\n                        \"transactionTimestamp\": \"2025-03-14T16:44:11.000Z\"\n                    },\n                    {\n                        \"mode\": \"CARD\",\n                        \"type\": \"DEBIT\",\n                        \"txnId\": \"TXN000169\",\n                        \"amount\": \"2185.76\",\n                        \"narration\": \"Purchase/Withdrawal\",\n                        \"reference\": \"RFN528866\",\n                        \"valueDate\": \"2025-03-16T00:00:00.000Z\",\n                        \"currentBalance\": \"-24702.72\",\n                        \"transactionTimestamp\": \"2025-03-16T04:36:14.000Z\"\n                    },\n                    {\n                        \"mode\": \"CASH\",\n                        \"type\": \"DEBIT\",\n                        \"txnId\": \"TXN000179\",\n                        \"amount\": \"5820.47\",\n                        \"narration\": \"Purchase/Withdrawal\",\n                        \"reference\": \"RFN357404\",\n                        \"valueDate\": \"2025-03-19T00:00:00.000Z\",\n                        \"currentBalance\": \"-17970.23\",\n                        \"transactionTimestamp\": \"2025-03-19T01:05:53.000Z\"\n                    },\n                    {\n                        \"mode\": \"CASH\",\n                        \"type\": \"CREDIT\",\n                        \"txnId\": \"TXN000174\",\n                        \"amount\": \"2660.26\",\n                        \"narration\": \"Salary Credit\",\n                        \"reference\": \"RFN794663\",\n                        \"valueDate\": \"2025-03-19T00:00:00.000Z\",\n                        \"currentBalance\": \"-8883.89\",\n                        \"transactionTimestamp\": \"2025-03-19T17:57:50.000Z\"\n                    },\n                    {\n                        \"mode\": \"CARD\",\n                        \"type\": \"DEBIT\",\n                        \"txnId\": \"TXN000178\",\n                        \"amount\": \"4411.13\",\n                        \"narration\": \"Purchase/Withdrawal\",\n                        \"reference\": \"RFN831132\",\n                        \"valueDate\": \"2025-03-20T00:00:00.000Z\",\n                        \"currentBalance\": \"-12149.76\",\n                        \"transactionTimestamp\": \"2025-03-20T21:55:58.000Z\"\n                    },\n                    {\n                        \"mode\": \"CARD\",\n                        \"type\": \"DEBIT\",\n                        \"txnId\": \"TXN000177\",\n                        \"amount\": \"4335.32\",\n                        \"narration\": \"Purchase/Withdrawal\",\n                        \"reference\": \"RFN552520\",\n                        \"valueDate\": \"2025-03-23T00:00:00.000Z\",\n                        \"currentBalance\": \"-7738.63\",\n                        \"transactionTimestamp\": \"2025-03-23T01:18:22.000Z\"\n                    },\n                    {\n                        \"mode\": \"UPI\",\n                        \"type\": \"CREDIT\",\n                        \"txnId\": \"TXN000173\",\n                        \"amount\": \"3864.30\",\n                        \"narration\": \"Salary Credit\",\n                        \"reference\": \"RFN174437\",\n                        \"valueDate\": \"2025-03-25T00:00:00.000Z\",\n                        \"currentBalance\": \"-11544.15\",\n                        \"transactionTimestamp\": \"2025-03-25T19:47:39.000Z\"\n                    },\n                    {\n                        \"mode\": \"UPI\",\n                        \"type\": \"CREDIT\",\n                        \"txnId\": \"TXN000190\",\n                        \"amount\": \"448.35\",\n                        \"narration\": \"Salary Credit\",\n                        \"reference\": \"RFN301083\",\n                        \"valueDate\": \"2025-04-01T00:00:00.000Z\",\n                        \"currentBalance\": \"-9630.55\",\n                        \"transactionTimestamp\": \"2025-04-01T19:31:01.000Z\"\n                    },\n                    {\n                        \"mode\": \"CARD\",\n                        \"type\": \"DEBIT\",\n                        \"txnId\": \"TXN000191\",\n                        \"amount\": \"4518.20\",\n                        \"narration\": \"Purchase/Withdrawal\",\n                        \"reference\": \"RFN742368\",\n                        \"valueDate\": \"2025-04-03T00:00:00.000Z\",\n                        \"currentBalance\": \"-14148.75\",\n                        \"transactionTimestamp\": \"2025-04-03T03:34:16.000Z\"\n                    },\n                    {\n                        \"mode\": \"CASH\",\n                        \"type\": \"DEBIT\",\n                        \"txnId\": \"TXN000185\",\n                        \"amount\": \"8552.24\",\n                        \"narration\": \"Purchase/Withdrawal\",\n                        \"reference\": \"RFN729369\",\n                        \"valueDate\": \"2025-04-07T00:00:00.000Z\",\n                        \"currentBalance\": \"-10872.17\",\n                        \"transactionTimestamp\": \"2025-04-07T12:20:16.000Z\"\n                    },\n                    {\n                        \"mode\": \"UPI\",\n                        \"type\": \"CREDIT\",\n                        \"txnId\": \"TXN000181\",\n                        \"amount\": \"5639.15\",\n                        \"narration\": \"Salary Credit\",\n                        \"reference\": \"RFN362724\",\n                        \"valueDate\": \"2025-04-08T00:00:00.000Z\",\n                        \"currentBalance\": \"-11437.54\",\n                        \"transactionTimestamp\": \"2025-04-08T07:59:53.000Z\"\n                    },\n                    {\n                        \"mode\": \"UPI\",\n                        \"type\": \"DEBIT\",\n                        \"txnId\": \"TXN000195\",\n                        \"amount\": \"9383.07\",\n                        \"narration\": \"Purchase/Withdrawal\",\n                        \"reference\": \"RFN243138\",\n                        \"valueDate\": \"2025-04-08T00:00:00.000Z\",\n                        \"currentBalance\": \"-8857.98\",\n                        \"transactionTimestamp\": \"2025-04-08T18:46:37.000Z\"\n                    },\n                    {\n                        \"mode\": \"CARD\",\n                        \"type\": \"CREDIT\",\n                        \"txnId\": \"TXN000186\",\n                        \"amount\": \"4325.23\",\n                        \"narration\": \"Salary Credit\",\n                        \"reference\": \"RFN401314\",\n                        \"valueDate\": \"2025-04-14T00:00:00.000Z\",\n                        \"currentBalance\": \"-6546.94\",\n                        \"transactionTimestamp\": \"2025-04-14T13:09:50.000Z\"\n                    },\n                    {\n                        \"mode\": \"CARD\",\n                        \"type\": \"CREDIT\",\n                        \"txnId\": \"TXN000183\",\n                        \"amount\": \"3619.73\",\n                        \"narration\": \"Salary Credit\",\n                        \"reference\": \"RFN404390\",\n                        \"valueDate\": \"2025-04-17T00:00:00.000Z\",\n                        \"currentBalance\": \"-8177.70\",\n                        \"transactionTimestamp\": \"2025-04-17T02:20:22.000Z\"\n                    },\n                    {\n                        \"mode\": \"UPI\",\n                        \"type\": \"CREDIT\",\n                        \"txnId\": \"TXN000189\",\n                        \"amount\": \"2737.70\",\n                        \"narration\": \"Salary Credit\",\n                        \"reference\": \"RFN890756\",\n                        \"valueDate\": \"2025-04-18T00:00:00.000Z\",\n                        \"currentBalance\": \"-10078.90\",\n                        \"transactionTimestamp\": \"2025-04-18T02:17:09.000Z\"\n                    },\n                    {\n                        \"mode\": \"CARD\",\n                        \"type\": \"CREDIT\",\n                        \"txnId\": \"TXN000193\",\n                        \"amount\": \"6825.66\",\n                        \"narration\": \"Salary Credit\",\n                        \"reference\": \"RFN483849\",\n                        \"valueDate\": \"2025-04-19T00:00:00.000Z\",\n                        \"currentBalance\": \"-9145.56\",\n                        \"transactionTimestamp\": \"2025-04-19T03:35:45.000Z\"\n                    },\n                    {\n                        \"mode\": \"CASH\",\n                        \"type\": \"DEBIT\",\n                        \"txnId\": \"TXN000182\",\n                        \"amount\": \"359.89\",\n                        \"narration\": \"Purchase/Withdrawal\",\n                        \"reference\": \"RFN643925\",\n                        \"valueDate\": \"2025-04-20T00:00:00.000Z\",\n                        \"currentBalance\": \"-11797.43\",\n                        \"transactionTimestamp\": \"2025-04-20T13:43:41.000Z\"\n                    },\n                    {\n                        \"mode\": \"UPI\",\n                        \"type\": \"CREDIT\",\n                        \"txnId\": \"TXN000187\",\n                        \"amount\": \"3520.06\",\n                        \"narration\": \"Salary Credit\",\n                        \"reference\": \"RFN449714\",\n                        \"valueDate\": \"2025-04-21T00:00:00.000Z\",\n                        \"currentBalance\": \"-3026.88\",\n                        \"transactionTimestamp\": \"2025-04-21T20:00:36.000Z\"\n                    },\n                    {\n                        \"mode\": \"UPI\",\n                        \"type\": \"DEBIT\",\n                        \"txnId\": \"TXN000188\",\n                        \"amount\": \"9789.72\",\n                        \"narration\": \"Purchase/Withdrawal\",\n                        \"reference\": \"RFN135304\",\n                        \"valueDate\": \"2025-04-22T00:00:00.000Z\",\n                        \"currentBalance\": \"-12816.60\",\n                        \"transactionTimestamp\": \"2025-04-22T22:20:07.000Z\"\n                    },\n                    {\n                        \"mode\": \"UPI\",\n                        \"type\": \"CREDIT\",\n                        \"txnId\": \"TXN000194\",\n                        \"amount\": \"9670.65\",\n                        \"narration\": \"Salary Credit\",\n                        \"reference\": \"RFN208523\",\n                        \"valueDate\": \"2025-04-24T00:00:00.000Z\",\n                        \"currentBalance\": \"525.09\",\n                        \"transactionTimestamp\": \"2025-04-24T03:11:08.000Z\"\n                    },\n                    {\n                        \"mode\": \"UPI\",\n                        \"type\": \"DEBIT\",\n                        \"txnId\": \"TXN000192\",\n                        \"amount\": \"1822.47\",\n                        \"narration\": \"Purchase/Withdrawal\",\n                        \"reference\": \"RFN808451\",\n                        \"valueDate\": \"2025-04-24T00:00:00.000Z\",\n                        \"currentBalance\": \"-15971.22\",\n                        \"transactionTimestamp\": \"2025-04-24T18:29:35.000Z\"\n                    },\n                    {\n                        \"mode\": \"CASH\",\n                        \"type\": \"CREDIT\",\n                        \"txnId\": \"TXN000184\",\n                        \"amount\": \"5857.77\",\n                        \"narration\": \"Salary Credit\",\n                        \"reference\": \"RFN788245\",\n                        \"valueDate\": \"2025-04-26T00:00:00.000Z\",\n                        \"currentBalance\": \"-2319.93\",\n                        \"transactionTimestamp\": \"2025-04-26T04:24:15.000Z\"\n                    },\n                    {\n                        \"mode\": \"CASH\",\n                        \"type\": \"DEBIT\",\n                        \"txnId\": \"TXN000197\",\n                        \"amount\": \"364.74\",\n                        \"narration\": \"Purchase/Withdrawal\",\n                        \"reference\": \"RFN857264\",\n                        \"valueDate\": \"2025-05-01T00:00:00.000Z\",\n                        \"currentBalance\": \"-11040.78\",\n                        \"transactionTimestamp\": \"2025-05-01T19:57:23.000Z\"\n                    },\n                    {\n                        \"mode\": \"CARD\",\n                        \"type\": \"DEBIT\",\n                        \"txnId\": \"TXN000196\",\n                        \"amount\": \"1818.06\",\n                        \"narration\": \"Purchase/Withdrawal\",\n                        \"reference\": \"RFN607235\",\n                        \"valueDate\": \"2025-05-02T00:00:00.000Z\",\n                        \"currentBalance\": \"-10676.04\",\n                        \"transactionTimestamp\": \"2025-05-02T08:55:49.000Z\"\n                    },\n                    {\n                        \"mode\": \"CASH\",\n                        \"type\": \"CREDIT\",\n                        \"txnId\": \"TXN000206\",\n                        \"amount\": \"1002.46\",\n                        \"narration\": \"Salary Credit\",\n                        \"reference\": \"RFN927001\",\n                        \"valueDate\": \"2025-05-05T00:00:00.000Z\",\n                        \"currentBalance\": \"-43097.91\",\n                        \"transactionTimestamp\": \"2025-05-05T03:12:01.000Z\"\n                    },\n                    {\n                        \"mode\": \"CASH\",\n                        \"type\": \"CREDIT\",\n                        \"txnId\": \"TXN000209\",\n                        \"amount\": \"5268.19\",\n                        \"narration\": \"Salary Credit\",\n                        \"reference\": \"RFN888458\",\n                        \"valueDate\": \"2025-05-05T00:00:00.000Z\",\n                        \"currentBalance\": \"-45670.49\",\n                        \"transactionTimestamp\": \"2025-05-05T11:36:44.000Z\"\n                    },\n                    {\n                        \"mode\": \"UPI\",\n                        \"type\": \"DEBIT\",\n                        \"txnId\": \"TXN000207\",\n                        \"amount\": \"9088.36\",\n                        \"narration\": \"Purchase/Withdrawal\",\n                        \"reference\": \"RFN691427\",\n                        \"valueDate\": \"2025-05-09T00:00:00.000Z\",\n                        \"currentBalance\": \"-52186.27\",\n                        \"transactionTimestamp\": \"2025-05-09T17:30:23.000Z\"\n                    },\n                    {\n                        \"mode\": \"UPI\",\n                        \"type\": \"DEBIT\",\n                        \"txnId\": \"TXN000198\",\n                        \"amount\": \"9701.07\",\n                        \"narration\": \"Purchase/Withdrawal\",\n                        \"reference\": \"RFN946691\",\n                        \"valueDate\": \"2025-05-11T00:00:00.000Z\",\n                        \"currentBalance\": \"-20741.85\",\n                        \"transactionTimestamp\": \"2025-05-11T19:59:53.000Z\"\n                    },\n                    {\n                        \"mode\": \"CASH\",\n                        \"type\": \"CREDIT\",\n                        \"txnId\": \"TXN000205\",\n                        \"amount\": \"4604.68\",\n                        \"narration\": \"Salary Credit\",\n                        \"reference\": \"RFN579460\",\n                        \"valueDate\": \"2025-05-11T00:00:00.000Z\",\n                        \"currentBalance\": \"-44100.37\",\n                        \"transactionTimestamp\": \"2025-05-11T20:55:00.000Z\"\n                    },\n                    {\n                        \"mode\": \"CASH\",\n                        \"type\": \"DEBIT\",\n                        \"txnId\": \"TXN000210\",\n                        \"amount\": \"8633.81\",\n                        \"narration\": \"Purchase/Withdrawal\",\n                        \"reference\": \"RFN270348\",\n                        \"valueDate\": \"2025-05-14T00:00:00.000Z\",\n                        \"currentBalance\": \"-54304.30\",\n                        \"transactionTimestamp\": \"2025-05-14T00:34:54.000Z\"\n                    },\n                    {\n                        \"mode\": \"UPI\",\n                        \"type\": \"DEBIT\",\n                        \"txnId\": \"TXN000202\",\n                        \"amount\": \"6054.73\",\n                        \"narration\": \"Purchase/Withdrawal\",\n                        \"reference\": \"RFN483547\",\n                        \"valueDate\": \"2025-05-17T00:00:00.000Z\",\n                        \"currentBalance\": \"-39847.02\",\n                        \"transactionTimestamp\": \"2025-05-17T02:34:53.000Z\"\n                    },\n                    {\n                        \"mode\": \"CASH\",\n                        \"type\": \"DEBIT\",\n                        \"txnId\": \"TXN000199\",\n                        \"amount\": \"7056.24\",\n                        \"narration\": \"Purchase/Withdrawal\",\n                        \"reference\": \"RFN539364\",\n                        \"valueDate\": \"2025-05-19T00:00:00.000Z\",\n                        \"currentBalance\": \"-27798.09\",\n                        \"transactionTimestamp\": \"2025-05-19T05:37:43.000Z\"\n                    },\n                    {\n                        \"mode\": \"UPI\",\n                        \"type\": \"DEBIT\",\n                        \"txnId\": \"TXN000204\",\n                        \"amount\": \"3419.11\",\n                        \"narration\": \"Purchase/Withdrawal\",\n                        \"reference\": \"RFN687889\",\n                        \"valueDate\": \"2025-05-20T00:00:00.000Z\",\n                        \"currentBalance\": \"-48705.05\",\n                        \"transactionTimestamp\": \"2025-05-20T17:52:38.000Z\"\n                    },\n                    {\n                        \"mode\": \"CASH\",\n                        \"type\": \"DEBIT\",\n                        \"txnId\": \"TXN000203\",\n                        \"amount\": \"5438.92\",\n                        \"narration\": \"Purchase/Withdrawal\",\n                        \"reference\": \"RFN238728\",\n                        \"valueDate\": \"2025-05-24T00:00:00.000Z\",\n                        \"currentBalance\": \"-45285.94\",\n                        \"transactionTimestamp\": \"2025-05-24T19:41:01.000Z\"\n                    },\n                    {\n                        \"mode\": \"CASH\",\n                        \"type\": \"DEBIT\",\n                        \"txnId\": \"TXN000200\",\n                        \"amount\": \"5142.19\",\n                        \"narration\": \"Purchase/Withdrawal\",\n                        \"reference\": \"RFN862642\",\n                        \"valueDate\": \"2025-05-28T00:00:00.000Z\",\n                        \"currentBalance\": \"-32940.28\",\n                        \"transactionTimestamp\": \"2025-05-28T20:39:44.000Z\"\n                    },\n                    {\n                        \"mode\": \"UPI\",\n                        \"type\": \"DEBIT\",\n                        \"txnId\": \"TXN000201\",\n                        \"amount\": \"852.01\",\n                        \"narration\": \"Purchase/Withdrawal\",\n                        \"reference\": \"RFN989201\",\n                        \"valueDate\": \"2025-05-28T00:00:00.000Z\",\n                        \"currentBalance\": \"-33792.29\",\n                        \"transactionTimestamp\": \"2025-05-28T23:51:42.000Z\"\n                    },\n                    {\n                        \"mode\": \"CARD\",\n                        \"type\": \"CREDIT\",\n                        \"txnId\": \"TXN000208\",\n                        \"amount\": \"1247.59\",\n                        \"narration\": \"Salary Credit\",\n                        \"reference\": \"RFN713116\",\n                        \"valueDate\": \"2025-05-29T00:00:00.000Z\",\n                        \"currentBalance\": \"-50938.68\",\n                        \"transactionTimestamp\": \"2025-05-29T22:23:48.000Z\"\n                    },\n                    {\n                        \"mode\": \"UPI\",\n                        \"type\": \"CREDIT\",\n                        \"txnId\": \"TXN000220\",\n                        \"amount\": \"3404.70\",\n                        \"narration\": \"Salary Credit\",\n                        \"reference\": \"RFN870135\",\n                        \"valueDate\": \"2025-06-02T00:00:00.000Z\",\n                        \"currentBalance\": \"-61585.39\",\n                        \"transactionTimestamp\": \"2025-06-02T18:21:03.000Z\"\n                    },\n                    {\n                        \"mode\": \"CARD\",\n                        \"type\": \"CREDIT\",\n                        \"txnId\": \"TXN000212\",\n                        \"amount\": \"8220.73\",\n                        \"narration\": \"Salary Credit\",\n                        \"reference\": \"RFN477363\",\n                        \"valueDate\": \"2025-06-02T00:00:00.000Z\",\n                        \"currentBalance\": \"-56073.91\",\n                        \"transactionTimestamp\": \"2025-06-02T21:31:32.000Z\"\n                    },\n                    {\n                        \"mode\": \"CASH\",\n                        \"type\": \"CREDIT\",\n                        \"txnId\": \"TXN000217\",\n                        \"amount\": \"7353.07\",\n                        \"narration\": \"Salary Credit\",\n                        \"reference\": \"RFN656657\",\n                        \"valueDate\": \"2025-06-05T00:00:00.000Z\",\n                        \"currentBalance\": \"-66090.49\",\n                        \"transactionTimestamp\": \"2025-06-05T05:15:54.000Z\"\n                    },\n                    {\n                        \"mode\": \"CARD\",\n                        \"type\": \"CREDIT\",\n                        \"txnId\": \"TXN000221\",\n                        \"amount\": \"6157.72\",\n                        \"narration\": \"Salary Credit\",\n                        \"reference\": \"RFN954400\",\n                        \"valueDate\": \"2025-06-05T00:00:00.000Z\",\n                        \"currentBalance\": \"-55427.67\",\n                        \"transactionTimestamp\": \"2025-06-05T18:22:20.000Z\"\n                    },\n                    {\n                        \"mode\": \"UPI\",\n                        \"type\": \"CREDIT\",\n                        \"txnId\": \"TXN000223\",\n                        \"amount\": \"4891.53\",\n                        \"narration\": \"Salary Credit\",\n                        \"reference\": \"RFN932179\",\n                        \"valueDate\": \"2025-06-06T00:00:00.000Z\",\n                        \"currentBalance\": \"-51796.33\",\n                        \"transactionTimestamp\": \"2025-06-06T16:11:15.000Z\"\n                    },\n                    {\n                        \"mode\": \"CARD\",\n                        \"type\": \"DEBIT\",\n                        \"txnId\": \"TXN000222\",\n                        \"amount\": \"1260.19\",\n                        \"narration\": \"Purchase/Withdrawal\",\n                        \"reference\": \"RFN658152\",\n                        \"valueDate\": \"2025-06-08T00:00:00.000Z\",\n                        \"currentBalance\": \"-56687.86\",\n                        \"transactionTimestamp\": \"2025-06-08T20:51:18.000Z\"\n                    },\n                    {\n                        \"mode\": \"CARD\",\n                        \"type\": \"DEBIT\",\n                        \"txnId\": \"TXN000215\",\n                        \"amount\": \"8403.18\",\n                        \"narration\": \"Purchase/Withdrawal\",\n                        \"reference\": \"RFN107832\",\n                        \"valueDate\": \"2025-06-12T00:00:00.000Z\",\n                        \"currentBalance\": \"-64674.20\",\n                        \"transactionTimestamp\": \"2025-06-12T14:07:36.000Z\"\n                    },\n                    {\n                        \"mode\": \"UPI\",\n                        \"type\": \"DEBIT\",\n                        \"txnId\": \"TXN000214\",\n                        \"amount\": \"9118.67\",\n                        \"narration\": \"Purchase/Withdrawal\",\n                        \"reference\": \"RFN898781\",\n                        \"valueDate\": \"2025-06-13T00:00:00.000Z\",\n                        \"currentBalance\": \"-56271.02\",\n                        \"transactionTimestamp\": \"2025-06-13T04:09:54.000Z\"\n                    },\n                    {\n                        \"mode\": \"CASH\",\n                        \"type\": \"CREDIT\",\n                        \"txnId\": \"TXN000218\",\n                        \"amount\": \"4657.55\",\n                        \"narration\": \"Salary Credit\",\n                        \"reference\": \"RFN598563\",\n                        \"valueDate\": \"2025-06-15T00:00:00.000Z\",\n                        \"currentBalance\": \"-61432.94\",\n                        \"transactionTimestamp\": \"2025-06-15T14:37:39.000Z\"\n                    },\n                    {\n                        \"mode\": \"UPI\",\n                        \"type\": \"DEBIT\",\n                        \"txnId\": \"TXN000225\",\n                        \"amount\": \"6741.17\",\n                        \"narration\": \"Purchase/Withdrawal\",\n                        \"reference\": \"RFN245340\",\n                        \"valueDate\": \"2025-06-16T00:00:00.000Z\",\n                        \"currentBalance\": \"-67169.59\",\n                        \"transactionTimestamp\": \"2025-06-16T20:20:10.000Z\"\n                    },\n                    {\n                        \"mode\": \"CARD\",\n                        \"type\": \"DEBIT\",\n                        \"txnId\": \"TXN000219\",\n                        \"amount\": \"3557.15\",\n                        \"narration\": \"Purchase/Withdrawal\",\n                        \"reference\": \"RFN887740\",\n                        \"valueDate\": \"2025-06-17T00:00:00.000Z\",\n                        \"currentBalance\": \"-64990.09\",\n                        \"transactionTimestamp\": \"2025-06-17T10:49:49.000Z\"\n                    },\n                    {\n                        \"mode\": \"CASH\",\n                        \"type\": \"DEBIT\",\n                        \"txnId\": \"TXN000211\",\n                        \"amount\": \"9990.34\",\n                        \"narration\": \"Purchase/Withdrawal\",\n                        \"reference\": \"RFN432479\",\n                        \"valueDate\": \"2025-06-19T00:00:00.000Z\",\n                        \"currentBalance\": \"-64294.64\",\n                        \"transactionTimestamp\": \"2025-06-19T17:53:32.000Z\"\n                    },\n                    {\n                        \"mode\": \"CASH\",\n                        \"type\": \"DEBIT\",\n                        \"txnId\": \"TXN000224\",\n                        \"amount\": \"8632.09\",\n                        \"narration\": \"Purchase/Withdrawal\",\n                        \"reference\": \"RFN808452\",\n                        \"valueDate\": \"2025-06-19T00:00:00.000Z\",\n                        \"currentBalance\": \"-60428.42\",\n                        \"transactionTimestamp\": \"2025-06-19T22:48:51.000Z\"\n                    },\n                    {\n                        \"mode\": \"UPI\",\n                        \"type\": \"CREDIT\",\n                        \"txnId\": \"TXN000213\",\n                        \"amount\": \"8921.56\",\n                        \"narration\": \"Salary Credit\",\n                        \"reference\": \"RFN585343\",\n                        \"valueDate\": \"2025-06-21T00:00:00.000Z\",\n                        \"currentBalance\": \"-47152.35\",\n                        \"transactionTimestamp\": \"2025-06-21T08:27:57.000Z\"\n                    },\n                    {\n                        \"mode\": \"UPI\",\n                        \"type\": \"DEBIT\",\n                        \"txnId\": \"TXN000216\",\n                        \"amount\": \"8769.36\",\n                        \"narration\": \"Purchase/Withdrawal\",\n                        \"reference\": \"RFN861893\",\n                        \"valueDate\": \"2025-06-27T00:00:00.000Z\",\n                        \"currentBalance\": \"-73443.56\",\n                        \"transactionTimestamp\": \"2025-06-27T19:05:14.000Z\"\n                    },\n                    {\n                        \"mode\": \"UPI\",\n                        \"type\": \"DEBIT\",\n                        \"txnId\": \"TXN000232\",\n                        \"amount\": \"1147.50\",\n                        \"narration\": \"Purchase/Withdrawal\",\n                        \"reference\": \"RFN408204\",\n                        \"valueDate\": \"2025-07-01T00:00:00.000Z\",\n                        \"currentBalance\": \"-84759.66\",\n                        \"transactionTimestamp\": \"2025-07-01T16:10:35.000Z\"\n                    },\n                    {\n                        \"mode\": \"CARD\",\n                        \"type\": \"DEBIT\",\n                        \"txnId\": \"TXN000230\",\n                        \"amount\": \"5890.47\",\n                        \"narration\": \"Purchase/Withdrawal\",\n                        \"reference\": \"RFN648411\",\n                        \"valueDate\": \"2025-07-02T00:00:00.000Z\",\n                        \"currentBalance\": \"-75300.24\",\n                        \"transactionTimestamp\": \"2025-07-02T16:12:29.000Z\"\n                    },\n                    {\n                        \"mode\": \"CARD\",\n                        \"type\": \"CREDIT\",\n                        \"txnId\": \"TXN000239\",\n                        \"amount\": \"8860.40\",\n                        \"narration\": \"Salary Credit\",\n                        \"reference\": \"RFN913845\",\n                        \"valueDate\": \"2025-07-03T00:00:00.000Z\",\n                        \"currentBalance\": \"-67769.72\",\n                        \"transactionTimestamp\": \"2025-07-03T09:44:30.000Z\"\n                    },\n                    {\n                        \"mode\": \"CASH\",\n                        \"type\": \"DEBIT\",\n                        \"txnId\": \"TXN000236\",\n                        \"amount\": \"8317.67\",\n                        \"narration\": \"Purchase/Withdrawal\",\n                        \"reference\": \"RFN643382\",\n                        \"valueDate\": \"2025-07-03T00:00:00.000Z\",\n                        \"currentBalance\": \"-77835.67\",\n                        \"transactionTimestamp\": \"2025-07-03T12:53:42.000Z\"\n                    },\n                    {\n                        \"mode\": \"CASH\",\n                        \"type\": \"DEBIT\",\n                        \"txnId\": \"TXN000227\",\n                        \"amount\": \"9059.60\",\n                        \"narration\": \"Purchase/Withdrawal\",\n                        \"reference\": \"RFN242055\",\n                        \"valueDate\": \"2025-07-08T00:00:00.000Z\",\n                        \"currentBalance\": \"-72024.01\",\n                        \"transactionTimestamp\": \"2025-07-08T18:56:04.000Z\"\n                    },\n                    {\n                        \"mode\": \"UPI\",\n                        \"type\": \"CREDIT\",\n                        \"txnId\": \"TXN000228\",\n                        \"amount\": \"1962.64\",\n                        \"narration\": \"Salary Credit\",\n                        \"reference\": \"RFN192029\",\n                        \"valueDate\": \"2025-07-09T00:00:00.000Z\",\n                        \"currentBalance\": \"-70061.37\",\n                        \"transactionTimestamp\": \"2025-07-09T23:00:08.000Z\"\n                    },\n                    {\n                        \"mode\": \"UPI\",\n                        \"type\": \"CREDIT\",\n                        \"txnId\": \"TXN000229\",\n                        \"amount\": \"651.60\",\n                        \"narration\": \"Salary Credit\",\n                        \"reference\": \"RFN679576\",\n                        \"valueDate\": \"2025-07-10T00:00:00.000Z\",\n                        \"currentBalance\": \"-69409.77\",\n                        \"transactionTimestamp\": \"2025-07-10T23:47:50.000Z\"\n                    },\n                    {\n                        \"mode\": \"UPI\",\n                        \"type\": \"CREDIT\",\n                        \"txnId\": \"TXN000238\",\n                        \"amount\": \"2578.42\",\n                        \"narration\": \"Salary Credit\",\n                        \"reference\": \"RFN200534\",\n                        \"valueDate\": \"2025-07-11T00:00:00.000Z\",\n                        \"currentBalance\": \"-76630.12\",\n                        \"transactionTimestamp\": \"2025-07-11T15:35:54.000Z\"\n                    },\n                    {\n                        \"mode\": \"UPI\",\n                        \"type\": \"DEBIT\",\n                        \"txnId\": \"TXN000231\",\n                        \"amount\": \"8311.92\",\n                        \"narration\": \"Purchase/Withdrawal\",\n                        \"reference\": \"RFN506623\",\n                        \"valueDate\": \"2025-07-13T00:00:00.000Z\",\n                        \"currentBalance\": \"-83612.16\",\n                        \"transactionTimestamp\": \"2025-07-13T07:36:24.000Z\"\n                    },\n                    {\n                        \"mode\": \"CASH\",\n                        \"type\": \"CREDIT\",\n                        \"txnId\": \"TXN000240\",\n                        \"amount\": \"2008.12\",\n                        \"narration\": \"Salary Credit\",\n                        \"reference\": \"RFN252254\",\n                        \"valueDate\": \"2025-07-13T00:00:00.000Z\",\n                        \"currentBalance\": \"-65761.60\",\n                        \"transactionTimestamp\": \"2025-07-13T21:44:17.000Z\"\n                    },\n                    {\n                        \"mode\": \"CARD\",\n                        \"type\": \"CREDIT\",\n                        \"txnId\": \"TXN000226\",\n                        \"amount\": \"4205.18\",\n                        \"narration\": \"Salary Credit\",\n                        \"reference\": \"RFN518186\",\n                        \"valueDate\": \"2025-07-15T00:00:00.000Z\",\n                        \"currentBalance\": \"-62964.41\",\n                        \"transactionTimestamp\": \"2025-07-15T00:33:15.000Z\"\n                    },\n                    {\n                        \"mode\": \"CARD\",\n                        \"type\": \"CREDIT\",\n                        \"txnId\": \"TXN000233\",\n                        \"amount\": \"5996.78\",\n                        \"narration\": \"Salary Credit\",\n                        \"reference\": \"RFN339427\",\n                        \"valueDate\": \"2025-07-22T00:00:00.000Z\",\n                        \"currentBalance\": \"-78762.88\",\n                        \"transactionTimestamp\": \"2025-07-22T16:23:38.000Z\"\n                    },\n                    {\n                        \"mode\": \"CASH\",\n                        \"type\": \"CREDIT\",\n                        \"txnId\": \"TXN000235\",\n                        \"amount\": \"6738.81\",\n                        \"narration\": \"Salary Credit\",\n                        \"reference\": \"RFN194727\",\n                        \"valueDate\": \"2025-07-22T00:00:00.000Z\",\n                        \"currentBalance\": \"-69518.00\",\n                        \"transactionTimestamp\": \"2025-07-22T20:03:52.000Z\"\n                    },\n                    {\n                        \"mode\": \"CASH\",\n                        \"type\": \"CREDIT\",\n                        \"txnId\": \"TXN000234\",\n                        \"amount\": \"2506.07\",\n                        \"narration\": \"Salary Credit\",\n                        \"reference\": \"RFN796149\",\n                        \"valueDate\": \"2025-07-24T00:00:00.000Z\",\n                        \"currentBalance\": \"-76256.81\",\n                        \"transactionTimestamp\": \"2025-07-24T21:53:42.000Z\"\n                    },\n                    {\n                        \"mode\": \"CASH\",\n                        \"type\": \"DEBIT\",\n                        \"txnId\": \"TXN000237\",\n                        \"amount\": \"1372.87\",\n                        \"narration\": \"Purchase/Withdrawal\",\n                        \"reference\": \"RFN818636\",\n                        \"valueDate\": \"2025-07-28T00:00:00.000Z\",\n                        \"currentBalance\": \"-79208.54\",\n                        \"transactionTimestamp\": \"2025-07-28T00:50:31.000Z\"\n                    }\n                ]\n            }\n        },\n        {\n            \"linkReferenceNumber\": \"9473f4e6-57dd-4ca0-9687-7d8df151c1f3\",\n            \"maskedAccountNumber\": \"XXXXXXXX3902\",\n            \"fiType\": \"RECURRING_DEPOSIT\",\n            \"bank\": \"FinShareBankServer\",\n            \"Profile\": {\n                \"Holders\": {\n                    \"type\": \"SINGLE\",\n                    \"Holder\": [\n                        {\n                            \"dob\": \"1947-08-15\",\n                            \"pan\": \"AAAAA0000A\",\n                            \"name\": \"Akshay Kumar\",\n                            \"email\": \"mail@mail.com\",\n                            \"mobile\": \"9674987439\",\n                            \"address\": \"8/1190, 5th Cross, 3rd Main, 7th Block, Jayanagar, Bangalore - 560011\",\n                            \"nominee\": \"REGISTERED\",\n                            \"landline\": \"\",\n                            \"ckycCompliance\": \"true\"\n                        }\n                    ]\n                }\n            },\n            \"Summary\": {\n                \"ifsc\": \"FNSB0000015\",\n                \"branch\": \"JayaNagar 4th Block\",\n                \"tenureDays\": \"0\",\n                \"accountType\": \"RECURRING\",\n                \"description\": \"5 Years Recurring Deposit\",\n                \"openingDate\": \"2020-04-16\",\n                \"tenureYears\": \"5\",\n                \"currentValue\": \"386496.06\",\n                \"interestRate\": \"9.15\",\n                \"maturityDate\": \"2025-10-10\",\n                \"tenureMonths\": \"12\",\n                \"interestPayout\": \"OnMaturity\",\n                \"maturityAmount\": \"386496.06\",\n                \"principalAmount\": \"5000.00\",\n                \"recurringAmount\": \"5000.00\",\n                \"interestOnMaturity\": \"2287.50\",\n                \"interestComputation\": \"COMPOUND\",\n                \"recurringDepositDay\": \"22\",\n                \"compoundingFrequency\": \"MONTHLY\",\n                \"interestPeriodicPayoutAmount\": \"0\"\n            },\n            \"Transactions\": {\n                \"endDate\": \"2025-08-08\",\n                \"startDate\": \"2022-08-08\",\n                \"Transaction\": [\n                    {\n                        \"mode\": \"Others\",\n                        \"type\": \"INSTALLMENT\",\n                        \"txnId\": \"M8888809676\",\n                        \"amount\": \"100000.00\",\n                        \"balance\": \"100000.00\",\n                        \"narration\": \"TOWARDS RD Installment\",\n                        \"reference\": \"RFN15646995\",\n                        \"valueDate\": \"2024-08-01T13:00:00.000Z\",\n                        \"transactionDateTime\": \"2024-08-01T13:00:00.000Z\"\n                    },\n                    {\n                        \"mode\": \"FT\",\n                        \"type\": \"INSTALLMENT\",\n                        \"txnId\": \"M5267805942\",\n                        \"amount\": \"100000.00\",\n                        \"balance\": \"200000.00\",\n                        \"narration\": \"TOWARDS RD Installment\",\n                        \"reference\": \"RFN75536911\",\n                        \"valueDate\": \"2024-08-03T13:00:00.000Z\",\n                        \"transactionDateTime\": \"2024-08-03T13:00:00.000Z\"\n                    },\n                    {\n                        \"mode\": \"Others\",\n                        \"type\": \"INSTALLMENT\",\n                        \"txnId\": \"M8086901221\",\n                        \"amount\": \"100000.00\",\n                        \"balance\": \"300000.00\",\n                        \"narration\": \"TOWARDS RD Installment\",\n                        \"reference\": \"RFN12439029\",\n                        \"valueDate\": \"2024-08-05T13:00:00.000Z\",\n                        \"transactionDateTime\": \"2024-08-05T13:00:00.000Z\"\n                    },\n                    {\n                        \"mode\": \"FT\",\n                        \"type\": \"INSTALLMENT\",\n                        \"txnId\": \"M6394258782\",\n                        \"amount\": \"100000.00\",\n                        \"balance\": \"400000.00\",\n                        \"narration\": \"TOWARDS RD Installment\",\n                        \"reference\": \"RFN63027090\",\n                        \"valueDate\": \"2024-08-07T13:00:00.000Z\",\n                        \"transactionDateTime\": \"2024-08-07T13:00:00.000Z\"\n                    },\n                    {\n                        \"mode\": \"Others\",\n                        \"type\": \"INSTALLMENT\",\n                        \"txnId\": \"M2916339907\",\n                        \"amount\": \"100000.00\",\n                        \"balance\": \"500000.00\",\n                        \"narration\": \"TOWARDS RD Installment\",\n                        \"reference\": \"RFN89656535\",\n                        \"valueDate\": \"2024-08-09T13:00:00.000Z\",\n                        \"transactionDateTime\": \"2024-08-09T13:00:00.000Z\"\n                    },\n                    {\n                        \"mode\": \"FT\",\n                        \"type\": \"INSTALLMENT\",\n                        \"txnId\": \"M4290682835\",\n                        \"amount\": \"100000.00\",\n                        \"balance\": \"600000.00\",\n                        \"narration\": \"TOWARDS RD Installment\",\n                        \"reference\": \"RFN94461030\",\n                        \"valueDate\": \"2024-08-11T13:00:00.000Z\",\n                        \"transactionDateTime\": \"2024-08-11T13:00:00.000Z\"\n                    },\n                    {\n                        \"mode\": \"ATM\",\n                        \"type\": \"INSTALLMENT\",\n                        \"txnId\": \"M7274862636\",\n                        \"amount\": \"100000.00\",\n                        \"balance\": \"700000.00\",\n                        \"narration\": \"TOWARDS RD Installment\",\n                        \"reference\": \"RFN72337955\",\n                        \"valueDate\": \"2024-08-13T13:00:00.000Z\",\n                        \"transactionDateTime\": \"2024-08-13T13:00:00.000Z\"\n                    },\n                    {\n                        \"mode\": \"Others\",\n                        \"type\": \"INSTALLMENT\",\n                        \"txnId\": \"M7990445733\",\n                        \"amount\": \"100000.00\",\n                        \"balance\": \"800000.00\",\n                        \"narration\": \"TOWARDS RD Installment\",\n                        \"reference\": \"RFN56317400\",\n                        \"valueDate\": \"2024-08-15T13:00:00.000Z\",\n                        \"transactionDateTime\": \"2024-08-15T13:00:00.000Z\"\n                    },\n                    {\n                        \"mode\": \"FT\",\n                        \"type\": \"INSTALLMENT\",\n                        \"txnId\": \"M3547583323\",\n                        \"amount\": \"100000.00\",\n                        \"balance\": \"900000.00\",\n                        \"narration\": \"TOWARDS RD Installment\",\n                        \"reference\": \"RFN73453801\",\n                        \"valueDate\": \"2024-08-17T13:00:00.000Z\",\n                        \"transactionDateTime\": \"2024-08-17T13:00:00.000Z\"\n                    },\n                    {\n                        \"mode\": \"Others\",\n                        \"type\": \"INSTALLMENT\",\n                        \"txnId\": \"M3560853050\",\n                        \"amount\": \"100000.00\",\n                        \"balance\": \"1000000.00\",\n                        \"narration\": \"TOWARDS RD Installment\",\n                        \"reference\": \"RFN40088934\",\n                        \"valueDate\": \"2024-08-19T13:00:00.000Z\",\n                        \"transactionDateTime\": \"2024-08-19T13:00:00.000Z\"\n                    },\n                    {\n                        \"mode\": \"FT\",\n                        \"type\": \"INSTALLMENT\",\n                        \"txnId\": \"M5264644852\",\n                        \"amount\": \"100000.00\",\n                        \"balance\": \"1100000.00\",\n                        \"narration\": \"TOWARDS RD Installment\",\n                        \"reference\": \"RFN91701466\",\n                        \"valueDate\": \"2024-09-01T13:00:00.000Z\",\n                        \"transactionDateTime\": \"2024-09-01T13:00:00.000Z\"\n                    },\n                    {\n                        \"mode\": \"ATM\",\n                        \"type\": \"INSTALLMENT\",\n                        \"txnId\": \"M3774901001\",\n                        \"amount\": \"100000.00\",\n                        \"balance\": \"1200000.00\",\n                        \"narration\": \"TOWARDS RD Installment\",\n                        \"reference\": \"RFN90772473\",\n                        \"valueDate\": \"2024-09-03T13:00:00.000Z\",\n                        \"transactionDateTime\": \"2024-09-03T13:00:00.000Z\"\n                    },\n                    {\n                        \"mode\": \"CASH\",\n                        \"type\": \"INSTALLMENT\",\n                        \"txnId\": \"M9573933681\",\n                        \"amount\": \"100000.00\",\n                        \"balance\": \"1300000.00\",\n                        \"narration\": \"TOWARDS RD Installment\",\n                        \"reference\": \"RFN36293520\",\n                        \"valueDate\": \"2024-09-05T13:00:00.000Z\",\n                        \"transactionDateTime\": \"2024-09-05T13:00:00.000Z\"\n                    },\n                    {\n                        \"mode\": \"ATM\",\n                        \"type\": \"INSTALLMENT\",\n                        \"txnId\": \"M7075580311\",\n                        \"amount\": \"100000.00\",\n                        \"balance\": \"1400000.00\",\n                        \"narration\": \"TOWARDS RD Installment\",\n                        \"reference\": \"RFN50051876\",\n                        \"valueDate\": \"2024-09-07T13:00:00.000Z\",\n                        \"transactionDateTime\": \"2024-09-07T13:00:00.000Z\"\n                    },\n                    {\n                        \"mode\": \"FT\",\n                        \"type\": \"INSTALLMENT\",\n                        \"txnId\": \"M2846548971\",\n                        \"amount\": \"100000.00\",\n                        \"balance\": \"1500000.00\",\n                        \"narration\": \"TOWARDS RD Installment\",\n                        \"reference\": \"RFN16890487\",\n                        \"valueDate\": \"2024-09-09T13:00:00.000Z\",\n                        \"transactionDateTime\": \"2024-09-09T13:00:00.000Z\"\n                    },\n                    {\n                        \"mode\": \"CASH\",\n                        \"type\": \"INSTALLMENT\",\n                        \"txnId\": \"M6355549408\",\n                        \"amount\": \"100000.00\",\n                        \"balance\": \"1600000.00\",\n                        \"narration\": \"TOWARDS RD Installment\",\n                        \"reference\": \"RFN33358613\",\n                        \"valueDate\": \"2024-09-11T13:00:00.000Z\",\n                        \"transactionDateTime\": \"2024-09-11T13:00:00.000Z\"\n                    },\n                    {\n                        \"mode\": \"Others\",\n                        \"type\": \"INSTALLMENT\",\n                        \"txnId\": \"M8143507236\",\n                        \"amount\": \"100000.00\",\n                        \"balance\": \"1700000.00\",\n                        \"narration\": \"TOWARDS RD Installment\",\n                        \"reference\": \"RFN81124403\",\n                        \"valueDate\": \"2024-09-13T13:00:00.000Z\",\n                        \"transactionDateTime\": \"2024-09-13T13:00:00.000Z\"\n                    },\n                    {\n                        \"mode\": \"FT\",\n                        \"type\": \"INSTALLMENT\",\n                        \"txnId\": \"M2647078876\",\n                        \"amount\": \"100000.00\",\n                        \"balance\": \"1800000.00\",\n                        \"narration\": \"TOWARDS RD Installment\",\n                        \"reference\": \"RFN72287724\",\n                        \"valueDate\": \"2024-09-15T13:00:00.000Z\",\n                        \"transactionDateTime\": \"2024-09-15T13:00:00.000Z\"\n                    },\n                    {\n                        \"mode\": \"Others\",\n                        \"type\": \"INSTALLMENT\",\n                        \"txnId\": \"M6752009844\",\n                        \"amount\": \"100000.00\",\n                        \"balance\": \"1900000.00\",\n                        \"narration\": \"TOWARDS RD Installment\",\n                        \"reference\": \"RFN14720757\",\n                        \"valueDate\": \"2024-09-17T13:00:00.000Z\",\n                        \"transactionDateTime\": \"2024-09-17T13:00:00.000Z\"\n                    },\n                    {\n                        \"mode\": \"CASH\",\n                        \"type\": \"INSTALLMENT\",\n                        \"txnId\": \"M5786167975\",\n                        \"amount\": \"100000.00\",\n                        \"balance\": \"2000000.00\",\n                        \"narration\": \"TOWARDS RD Installment\",\n                        \"reference\": \"RFN58779880\",\n                        \"valueDate\": \"2024-09-19T13:00:00.000Z\",\n                        \"transactionDateTime\": \"2024-09-19T13:00:00.000Z\"\n                    },\n                    {\n                        \"mode\": \"FT\",\n                        \"type\": \"INSTALLMENT\",\n                        \"txnId\": \"M9117123399\",\n                        \"amount\": \"100000.00\",\n                        \"balance\": \"2100000.00\",\n                        \"narration\": \"TOWARDS RD Installment\",\n                        \"reference\": \"RFN77413540\",\n                        \"valueDate\": \"2024-10-01T13:00:00.000Z\",\n                        \"transactionDateTime\": \"2024-10-01T13:00:00.000Z\"\n                    },\n                    {\n                        \"mode\": \"FT\",\n                        \"type\": \"INSTALLMENT\",\n                        \"txnId\": \"M1101428910\",\n                        \"amount\": \"100000.00\",\n                        \"balance\": \"2200000.00\",\n                        \"narration\": \"TOWARDS RD Installment\",\n                        \"reference\": \"RFN76388880\",\n                        \"valueDate\": \"2024-10-03T13:00:00.000Z\",\n                        \"transactionDateTime\": \"2024-10-03T13:00:00.000Z\"\n                    },\n                    {\n                        \"mode\": \"Others\",\n                        \"type\": \"INSTALLMENT\",\n                        \"txnId\": \"M1958143354\",\n                        \"amount\": \"100000.00\",\n                        \"balance\": \"2300000.00\",\n                        \"narration\": \"TOWARDS RD Installment\",\n                        \"reference\": \"RFN34898792\",\n                        \"valueDate\": \"2024-10-05T13:00:00.000Z\",\n                        \"transactionDateTime\": \"2024-10-05T13:00:00.000Z\"\n                    },\n                    {\n                        \"mode\": \"Others\",\n                        \"type\": \"INSTALLMENT\",\n                        \"txnId\": \"M6276743116\",\n                        \"amount\": \"100000.00\",\n                        \"balance\": \"2400000.00\",\n                        \"narration\": \"TOWARDS RD Installment\",\n                        \"reference\": \"RFN99562292\",\n                        \"valueDate\": \"2024-10-07T13:00:00.000Z\",\n                        \"transactionDateTime\": \"2024-10-07T13:00:00.000Z\"\n                    },\n                    {\n                        \"mode\": \"Others\",\n                        \"type\": \"INSTALLMENT\",\n                        \"txnId\": \"M2491386788\",\n                        \"amount\": \"100000.00\",\n                        \"balance\": \"2500000.00\",\n                        \"narration\": \"TOWARDS RD Installment\",\n                        \"reference\": \"RFN85653251\",\n                        \"valueDate\": \"2024-10-09T13:00:00.000Z\",\n                        \"transactionDateTime\": \"2024-10-09T13:00:00.000Z\"\n                    },\n                    {\n                        \"mode\": \"FT\",\n                        \"type\": \"INSTALLMENT\",\n                        \"txnId\": \"M3560163912\",\n                        \"amount\": \"100000.00\",\n                        \"balance\": \"2600000.00\",\n                        \"narration\": \"TOWARDS RD Installment\",\n                        \"reference\": \"RFN33501088\",\n                        \"valueDate\": \"2024-10-11T13:00:00.000Z\",\n                        \"transactionDateTime\": \"2024-10-11T13:00:00.000Z\"\n                    },\n                    {\n                        \"mode\": \"ATM\",\n                        \"type\": \"INSTALLMENT\",\n                        \"txnId\": \"M4478800110\",\n                        \"amount\": \"100000.00\",\n                        \"balance\": \"2700000.00\",\n                        \"narration\": \"TOWARDS RD Installment\",\n                        \"reference\": \"RFN36830487\",\n                        \"valueDate\": \"2024-10-13T13:00:00.000Z\",\n                        \"transactionDateTime\": \"2024-10-13T13:00:00.000Z\"\n                    },\n                    {\n                        \"mode\": \"FT\",\n                        \"type\": \"INSTALLMENT\",\n                        \"txnId\": \"M7621314918\",\n                        \"amount\": \"100000.00\",\n                        \"balance\": \"2800000.00\",\n                        \"narration\": \"TOWARDS RD Installment\",\n                        \"reference\": \"RFN14873719\",\n                        \"valueDate\": \"2024-10-15T13:00:00.000Z\",\n                        \"transactionDateTime\": \"2024-10-15T13:00:00.000Z\"\n                    },\n                    {\n                        \"mode\": \"Others\",\n                        \"type\": \"INSTALLMENT\",\n                        \"txnId\": \"M9408560103\",\n                        \"amount\": \"100000.00\",\n                        \"balance\": \"2900000.00\",\n                        \"narration\": \"TOWARDS RD Installment\",\n                        \"reference\": \"RFN36731574\",\n                        \"valueDate\": \"2024-10-17T13:00:00.000Z\",\n                        \"transactionDateTime\": \"2024-10-17T13:00:00.000Z\"\n                    },\n                    {\n                        \"mode\": \"CASH\",\n                        \"type\": \"INSTALLMENT\",\n                        \"txnId\": \"M1924982513\",\n                        \"amount\": \"100000.00\",\n                        \"balance\": \"3000000.00\",\n                        \"narration\": \"TOWARDS RD Installment\",\n                        \"reference\": \"RFN42852276\",\n                        \"valueDate\": \"2024-10-19T13:00:00.000Z\",\n                        \"transactionDateTime\": \"2024-10-19T13:00:00.000Z\"\n                    },\n                    {\n                        \"mode\": \"Others\",\n                        \"type\": \"INSTALLMENT\",\n                        \"txnId\": \"M9467035821\",\n                        \"amount\": \"100000.00\",\n                        \"balance\": \"3100000.00\",\n                        \"narration\": \"TOWARDS RD Installment\",\n                        \"reference\": \"RFN16599437\",\n                        \"valueDate\": \"2024-11-01T13:00:00.000Z\",\n                        \"transactionDateTime\": \"2024-11-01T13:00:00.000Z\"\n                    },\n                    {\n                        \"mode\": \"FT\",\n                        \"type\": \"INSTALLMENT\",\n                        \"txnId\": \"M2879927292\",\n                        \"amount\": \"100000.00\",\n                        \"balance\": \"3200000.00\",\n                        \"narration\": \"TOWARDS RD Installment\",\n                        \"reference\": \"RFN16058683\",\n                        \"valueDate\": \"2024-11-03T13:00:00.000Z\",\n                        \"transactionDateTime\": \"2024-11-03T13:00:00.000Z\"\n                    },\n                    {\n                        \"mode\": \"CASH\",\n                        \"type\": \"INSTALLMENT\",\n                        \"txnId\": \"M2425826270\",\n                        \"amount\": \"100000.00\",\n                        \"balance\": \"3300000.00\",\n                        \"narration\": \"TOWARDS RD Installment\",\n                        \"reference\": \"RFN67215196\",\n                        \"valueDate\": \"2024-11-05T13:00:00.000Z\",\n                        \"transactionDateTime\": \"2024-11-05T13:00:00.000Z\"\n                    },\n                    {\n                        \"mode\": \"ATM\",\n                        \"type\": \"INSTALLMENT\",\n                        \"txnId\": \"M1703716423\",\n                        \"amount\": \"100000.00\",\n                        \"balance\": \"3400000.00\",\n                        \"narration\": \"TOWARDS RD Installment\",\n                        \"reference\": \"RFN68849138\",\n                        \"valueDate\": \"2024-11-07T13:00:00.000Z\",\n                        \"transactionDateTime\": \"2024-11-07T13:00:00.000Z\"\n                    },\n                    {\n                        \"mode\": \"CASH\",\n                        \"type\": \"INSTALLMENT\",\n                        \"txnId\": \"M5780695751\",\n                        \"amount\": \"100000.00\",\n                        \"balance\": \"3500000.00\",\n                        \"narration\": \"TOWARDS RD Installment\",\n                        \"reference\": \"RFN33754292\",\n                        \"valueDate\": \"2024-11-09T13:00:00.000Z\",\n                        \"transactionDateTime\": \"2024-11-09T13:00:00.000Z\"\n                    },\n                    {\n                        \"mode\": \"ATM\",\n                        \"type\": \"INSTALLMENT\",\n                        \"txnId\": \"M7890274341\",\n                        \"amount\": \"100000.00\",\n                        \"balance\": \"3600000.00\",\n                        \"narration\": \"TOWARDS RD Installment\",\n                        \"reference\": \"RFN91672197\",\n                        \"valueDate\": \"2024-11-11T13:00:00.000Z\",\n                        \"transactionDateTime\": \"2024-11-11T13:00:00.000Z\"\n                    },\n                    {\n                        \"mode\": \"Others\",\n                        \"type\": \"INSTALLMENT\",\n                        \"txnId\": \"M2804926242\",\n                        \"amount\": \"100000.00\",\n                        \"balance\": \"3700000.00\",\n                        \"narration\": \"TOWARDS RD Installment\",\n                        \"reference\": \"RFN44749291\",\n                        \"valueDate\": \"2024-11-13T13:00:00.000Z\",\n                        \"transactionDateTime\": \"2024-11-13T13:00:00.000Z\"\n                    },\n                    {\n                        \"mode\": \"CASH\",\n                        \"type\": \"INSTALLMENT\",\n                        \"txnId\": \"M1590700806\",\n                        \"amount\": \"100000.00\",\n                        \"balance\": \"3800000.00\",\n                        \"narration\": \"TOWARDS RD Installment\",\n                        \"reference\": \"RFN47282136\",\n                        \"valueDate\": \"2024-11-15T13:00:00.000Z\",\n                        \"transactionDateTime\": \"2024-11-15T13:00:00.000Z\"\n                    },\n                    {\n                        \"mode\": \"Others\",\n                        \"type\": \"INSTALLMENT\",\n                        \"txnId\": \"M7212361072\",\n                        \"amount\": \"100000.00\",\n                        \"balance\": \"3900000.00\",\n                        \"narration\": \"TOWARDS RD Installment\",\n                        \"reference\": \"RFN82382088\",\n                        \"valueDate\": \"2024-11-17T13:00:00.000Z\",\n                        \"transactionDateTime\": \"2024-11-17T13:00:00.000Z\"\n                    },\n                    {\n                        \"mode\": \"FT\",\n                        \"type\": \"INSTALLMENT\",\n                        \"txnId\": \"M6056334572\",\n                        \"amount\": \"100000.00\",\n                        \"balance\": \"4000000.00\",\n                        \"narration\": \"TOWARDS RD Installment\",\n                        \"reference\": \"RFN84049133\",\n                        \"valueDate\": \"2024-11-19T13:00:00.000Z\",\n                        \"transactionDateTime\": \"2024-11-19T13:00:00.000Z\"\n                    },\n                    {\n                        \"mode\": \"Others\",\n                        \"type\": \"INSTALLMENT\",\n                        \"txnId\": \"M5556767026\",\n                        \"amount\": \"100000.00\",\n                        \"balance\": \"4100000.00\",\n                        \"narration\": \"TOWARDS RD Installment\",\n                        \"reference\": \"RFN22328100\",\n                        \"valueDate\": \"2024-12-01T13:00:00.000Z\",\n                        \"transactionDateTime\": \"2024-12-01T13:00:00.000Z\"\n                    },\n                    {\n                        \"mode\": \"CASH\",\n                        \"type\": \"INSTALLMENT\",\n                        \"txnId\": \"M2969051939\",\n                        \"amount\": \"100000.00\",\n                        \"balance\": \"4200000.00\",\n                        \"narration\": \"TOWARDS RD Installment\",\n                        \"reference\": \"RFN87255908\",\n                        \"valueDate\": \"2024-12-03T13:00:00.000Z\",\n                        \"transactionDateTime\": \"2024-12-03T13:00:00.000Z\"\n                    },\n                    {\n                        \"mode\": \"ATM\",\n                        \"type\": \"INSTALLMENT\",\n                        \"txnId\": \"M5601805826\",\n                        \"amount\": \"100000.00\",\n                        \"balance\": \"4300000.00\",\n                        \"narration\": \"TOWARDS RD Installment\",\n                        \"reference\": \"RFN98822405\",\n                        \"valueDate\": \"2024-12-05T13:00:00.000Z\",\n                        \"transactionDateTime\": \"2024-12-05T13:00:00.000Z\"\n                    },\n                    {\n                        \"mode\": \"Others\",\n                        \"type\": \"INSTALLMENT\",\n                        \"txnId\": \"M2960141260\",\n                        \"amount\": \"100000.00\",\n                        \"balance\": \"4400000.00\",\n                        \"narration\": \"TOWARDS RD Installment\",\n                        \"reference\": \"RFN12156183\",\n                        \"valueDate\": \"2024-12-07T13:00:00.000Z\",\n                        \"transactionDateTime\": \"2024-12-07T13:00:00.000Z\"\n                    },\n                    {\n                        \"mode\": \"FT\",\n                        \"type\": \"INSTALLMENT\",\n                        \"txnId\": \"M7014449822\",\n                        \"amount\": \"100000.00\",\n                        \"balance\": \"4500000.00\",\n                        \"narration\": \"TOWARDS RD Installment\",\n                        \"reference\": \"RFN21388248\",\n                        \"valueDate\": \"2024-12-09T13:00:00.000Z\",\n                        \"transactionDateTime\": \"2024-12-09T13:00:00.000Z\"\n                    },\n                    {\n                        \"mode\": \"FT\",\n                        \"type\": \"INSTALLMENT\",\n                        \"txnId\": \"M6195702288\",\n                        \"amount\": \"100000.00\",\n                        \"balance\": \"4600000.00\",\n                        \"narration\": \"TOWARDS RD Installment\",\n                        \"reference\": \"RFN95556473\",\n                        \"valueDate\": \"2024-12-11T13:00:00.000Z\",\n                        \"transactionDateTime\": \"2024-12-11T13:00:00.000Z\"\n                    },\n                    {\n                        \"mode\": \"ATM\",\n                        \"type\": \"INSTALLMENT\",\n                        \"txnId\": \"M7760528831\",\n                        \"amount\": \"100000.00\",\n                        \"balance\": \"4700000.00\",\n                        \"narration\": \"TOWARDS RD Installment\",\n                        \"reference\": \"RFN25429153\",\n                        \"valueDate\": \"2024-12-13T13:00:00.000Z\",\n                        \"transactionDateTime\": \"2024-12-13T13:00:00.000Z\"\n                    },\n                    {\n                        \"mode\": \"FT\",\n                        \"type\": \"INSTALLMENT\",\n                        \"txnId\": \"M6333380150\",\n                        \"amount\": \"100000.00\",\n                        \"balance\": \"4800000.00\",\n                        \"narration\": \"TOWARDS RD Installment\",\n                        \"reference\": \"RFN52346520\",\n                        \"valueDate\": \"2024-12-15T13:00:00.000Z\",\n                        \"transactionDateTime\": \"2024-12-15T13:00:00.000Z\"\n                    },\n                    {\n                        \"mode\": \"FT\",\n                        \"type\": \"INSTALLMENT\",\n                        \"txnId\": \"M1606247151\",\n                        \"amount\": \"100000.00\",\n                        \"balance\": \"4900000.00\",\n                        \"narration\": \"TOWARDS RD Installment\",\n                        \"reference\": \"RFN72882067\",\n                        \"valueDate\": \"2024-12-17T13:00:00.000Z\",\n                        \"transactionDateTime\": \"2024-12-17T13:00:00.000Z\"\n                    },\n                    {\n                        \"mode\": \"ATM\",\n                        \"type\": \"INSTALLMENT\",\n                        \"txnId\": \"M6418946811\",\n                        \"amount\": \"100000.00\",\n                        \"balance\": \"5000000.00\",\n                        \"narration\": \"TOWARDS RD Installment\",\n                        \"reference\": \"RFN38398203\",\n                        \"valueDate\": \"2024-12-19T13:00:00.000Z\",\n                        \"transactionDateTime\": \"2024-12-19T13:00:00.000Z\"\n                    },\n                    {\n                        \"mode\": \"FT\",\n                        \"type\": \"INSTALLMENT\",\n                        \"txnId\": \"M6112897469\",\n                        \"amount\": \"100000.00\",\n                        \"balance\": \"5100000.00\",\n                        \"narration\": \"TOWARDS RD Installment\",\n                        \"reference\": \"RFN37245479\",\n                        \"valueDate\": \"2025-01-01T13:00:00.000Z\",\n                        \"transactionDateTime\": \"2025-01-01T13:00:00.000Z\"\n                    },\n                    {\n                        \"mode\": \"Others\",\n                        \"type\": \"INSTALLMENT\",\n                        \"txnId\": \"M3742076852\",\n                        \"amount\": \"100000.00\",\n                        \"balance\": \"5200000.00\",\n                        \"narration\": \"TOWARDS RD Installment\",\n                        \"reference\": \"RFN84172169\",\n                        \"valueDate\": \"2025-01-03T13:00:00.000Z\",\n                        \"transactionDateTime\": \"2025-01-03T13:00:00.000Z\"\n                    },\n                    {\n                        \"mode\": \"FT\",\n                        \"type\": \"INSTALLMENT\",\n                        \"txnId\": \"M6173411949\",\n                        \"amount\": \"100000.00\",\n                        \"balance\": \"5300000.00\",\n                        \"narration\": \"TOWARDS RD Installment\",\n                        \"reference\": \"RFN96014605\",\n                        \"valueDate\": \"2025-01-05T13:00:00.000Z\",\n                        \"transactionDateTime\": \"2025-01-05T13:00:00.000Z\"\n                    },\n                    {\n                        \"mode\": \"Others\",\n                        \"type\": \"INSTALLMENT\",\n                        \"txnId\": \"M4953748075\",\n                        \"amount\": \"100000.00\",\n                        \"balance\": \"5400000.00\",\n                        \"narration\": \"TOWARDS RD Installment\",\n                        \"reference\": \"RFN64526038\",\n                        \"valueDate\": \"2025-01-07T13:00:00.000Z\",\n                        \"transactionDateTime\": \"2025-01-07T13:00:00.000Z\"\n                    },\n                    {\n                        \"mode\": \"ATM\",\n                        \"type\": \"INSTALLMENT\",\n                        \"txnId\": \"M8539663727\",\n                        \"amount\": \"100000.00\",\n                        \"balance\": \"5500000.00\",\n                        \"narration\": \"TOWARDS RD Installment\",\n                        \"reference\": \"RFN19339263\",\n                        \"valueDate\": \"2025-01-09T13:00:00.000Z\",\n                        \"transactionDateTime\": \"2025-01-09T13:00:00.000Z\"\n                    },\n                    {\n                        \"mode\": \"Others\",\n                        \"type\": \"INSTALLMENT\",\n                        \"txnId\": \"M5303550201\",\n                        \"amount\": \"100000.00\",\n                        \"balance\": \"5600000.00\",\n                        \"narration\": \"TOWARDS RD Installment\",\n                        \"reference\": \"RFN93942847\",\n                        \"valueDate\": \"2025-01-11T13:00:00.000Z\",\n                        \"transactionDateTime\": \"2025-01-11T13:00:00.000Z\"\n                    },\n                    {\n                        \"mode\": \"Others\",\n                        \"type\": \"INSTALLMENT\",\n                        \"txnId\": \"M9959826685\",\n                        \"amount\": \"100000.00\",\n                        \"balance\": \"5700000.00\",\n                        \"narration\": \"TOWARDS RD Installment\",\n                        \"reference\": \"RFN25526514\",\n                        \"valueDate\": \"2025-01-13T13:00:00.000Z\",\n                        \"transactionDateTime\": \"2025-01-13T13:00:00.000Z\"\n                    },\n                    {\n                        \"mode\": \"FT\",\n                        \"type\": \"INSTALLMENT\",\n                        \"txnId\": \"M3586787247\",\n                        \"amount\": \"100000.00\",\n                        \"balance\": \"5800000.00\",\n                        \"narration\": \"TOWARDS RD Installment\",\n                        \"reference\": \"RFN40191009\",\n                        \"valueDate\": \"2025-01-15T13:00:00.000Z\",\n                        \"transactionDateTime\": \"2025-01-15T13:00:00.000Z\"\n                    },\n                    {\n                        \"mode\": \"CASH\",\n                        \"type\": \"INSTALLMENT\",\n                        \"txnId\": \"M1017178015\",\n                        \"amount\": \"100000.00\",\n                        \"balance\": \"5900000.00\",\n                        \"narration\": \"TOWARDS RD Installment\",\n                        \"reference\": \"RFN87399449\",\n                        \"valueDate\": \"2025-01-17T13:00:00.000Z\",\n                        \"transactionDateTime\": \"2025-01-17T13:00:00.000Z\"\n                    },\n                    {\n                        \"mode\": \"ATM\",\n                        \"type\": \"INSTALLMENT\",\n                        \"txnId\": \"M5676926854\",\n                        \"amount\": \"100000.00\",\n                        \"balance\": \"6000000.00\",\n                        \"narration\": \"TOWARDS RD Installment\",\n                        \"reference\": \"RFN31198497\",\n                        \"valueDate\": \"2025-01-19T13:00:00.000Z\",\n                        \"transactionDateTime\": \"2025-01-19T13:00:00.000Z\"\n                    },\n                    {\n                        \"mode\": \"FT\",\n                        \"type\": \"INSTALLMENT\",\n                        \"txnId\": \"M6201716892\",\n                        \"amount\": \"100000.00\",\n                        \"balance\": \"6100000.00\",\n                        \"narration\": \"TOWARDS RD Installment\",\n                        \"reference\": \"RFN43420870\",\n                        \"valueDate\": \"2025-02-01T13:00:00.000Z\",\n                        \"transactionDateTime\": \"2025-02-01T13:00:00.000Z\"\n                    },\n                    {\n                        \"mode\": \"ATM\",\n                        \"type\": \"INSTALLMENT\",\n                        \"txnId\": \"M5894901982\",\n                        \"amount\": \"100000.00\",\n                        \"balance\": \"6200000.00\",\n                        \"narration\": \"TOWARDS RD Installment\",\n                        \"reference\": \"RFN96419701\",\n                        \"valueDate\": \"2025-02-03T13:00:00.000Z\",\n                        \"transactionDateTime\": \"2025-02-03T13:00:00.000Z\"\n                    },\n                    {\n                        \"mode\": \"ATM\",\n                        \"type\": \"INSTALLMENT\",\n                        \"txnId\": \"M1986736757\",\n                        \"amount\": \"100000.00\",\n                        \"balance\": \"6300000.00\",\n                        \"narration\": \"TOWARDS RD Installment\",\n                        \"reference\": \"RFN15584666\",\n                        \"valueDate\": \"2025-02-05T13:00:00.000Z\",\n                        \"transactionDateTime\": \"2025-02-05T13:00:00.000Z\"\n                    },\n                    {\n                        \"mode\": \"Others\",\n                        \"type\": \"INSTALLMENT\",\n                        \"txnId\": \"M1076233678\",\n                        \"amount\": \"100000.00\",\n                        \"balance\": \"6400000.00\",\n                        \"narration\": \"TOWARDS RD Installment\",\n                        \"reference\": \"RFN63609627\",\n                        \"valueDate\": \"2025-02-07T13:00:00.000Z\",\n                        \"transactionDateTime\": \"2025-02-07T13:00:00.000Z\"\n                    },\n                    {\n                        \"mode\": \"ATM\",\n                        \"type\": \"INSTALLMENT\",\n                        \"txnId\": \"M6209212655\",\n                        \"amount\": \"100000.00\",\n                        \"balance\": \"6500000.00\",\n                        \"narration\": \"TOWARDS RD Installment\",\n                        \"reference\": \"RFN78760592\",\n                        \"valueDate\": \"2025-02-09T13:00:00.000Z\",\n                        \"transactionDateTime\": \"2025-02-09T13:00:00.000Z\"\n                    },\n                    {\n                        \"mode\": \"Others\",\n                        \"type\": \"INSTALLMENT\",\n                        \"txnId\": \"M7420265941\",\n                        \"amount\": \"100000.00\",\n                        \"balance\": \"6600000.00\",\n                        \"narration\": \"TOWARDS RD Installment\",\n                        \"reference\": \"RFN74289201\",\n                        \"valueDate\": \"2025-02-11T13:00:00.000Z\",\n                        \"transactionDateTime\": \"2025-02-11T13:00:00.000Z\"\n                    },\n                    {\n                        \"mode\": \"ATM\",\n                        \"type\": \"INSTALLMENT\",\n                        \"txnId\": \"M9180357577\",\n                        \"amount\": \"100000.00\",\n                        \"balance\": \"6700000.00\",\n                        \"narration\": \"TOWARDS RD Installment\",\n                        \"reference\": \"RFN87823302\",\n                        \"valueDate\": \"2025-02-13T13:00:00.000Z\",\n                        \"transactionDateTime\": \"2025-02-13T13:00:00.000Z\"\n                    },\n                    {\n                        \"mode\": \"Others\",\n                        \"type\": \"INSTALLMENT\",\n                        \"txnId\": \"M7210346777\",\n                        \"amount\": \"100000.00\",\n                        \"balance\": \"6800000.00\",\n                        \"narration\": \"TOWARDS RD Installment\",\n                        \"reference\": \"RFN19858013\",\n                        \"valueDate\": \"2025-02-15T13:00:00.000Z\",\n                        \"transactionDateTime\": \"2025-02-15T13:00:00.000Z\"\n                    },\n                    {\n                        \"mode\": \"ATM\",\n                        \"type\": \"INSTALLMENT\",\n                        \"txnId\": \"M1867175994\",\n                        \"amount\": \"100000.00\",\n                        \"balance\": \"6900000.00\",\n                        \"narration\": \"TOWARDS RD Installment\",\n                        \"reference\": \"RFN22009071\",\n                        \"valueDate\": \"2025-02-17T13:00:00.000Z\",\n                        \"transactionDateTime\": \"2025-02-17T13:00:00.000Z\"\n                    },\n                    {\n                        \"mode\": \"FT\",\n                        \"type\": \"INSTALLMENT\",\n                        \"txnId\": \"M8656757048\",\n                        \"amount\": \"100000.00\",\n                        \"balance\": \"7000000.00\",\n                        \"narration\": \"TOWARDS RD Installment\",\n                        \"reference\": \"RFN49837268\",\n                        \"valueDate\": \"2025-02-19T13:00:00.000Z\",\n                        \"transactionDateTime\": \"2025-02-19T13:00:00.000Z\"\n                    },\n                    {\n                        \"mode\": \"FT\",\n                        \"type\": \"INSTALLMENT\",\n                        \"txnId\": \"M7754207322\",\n                        \"amount\": \"100000.00\",\n                        \"balance\": \"7100000.00\",\n                        \"narration\": \"TOWARDS RD Installment\",\n                        \"reference\": \"RFN62711387\",\n                        \"valueDate\": \"2025-03-01T13:00:00.000Z\",\n                        \"transactionDateTime\": \"2025-03-01T13:00:00.000Z\"\n                    },\n                    {\n                        \"mode\": \"Others\",\n                        \"type\": \"INSTALLMENT\",\n                        \"txnId\": \"M5024820001\",\n                        \"amount\": \"100000.00\",\n                        \"balance\": \"7200000.00\",\n                        \"narration\": \"TOWARDS RD Installment\",\n                        \"reference\": \"RFN11477969\",\n                        \"valueDate\": \"2025-03-03T13:00:00.000Z\",\n                        \"transactionDateTime\": \"2025-03-03T13:00:00.000Z\"\n                    },\n                    {\n                        \"mode\": \"CASH\",\n                        \"type\": \"INSTALLMENT\",\n                        \"txnId\": \"M5593670156\",\n                        \"amount\": \"100000.00\",\n                        \"balance\": \"7300000.00\",\n                        \"narration\": \"TOWARDS RD Installment\",\n                        \"reference\": \"RFN62402365\",\n                        \"valueDate\": \"2025-03-05T13:00:00.000Z\",\n                        \"transactionDateTime\": \"2025-03-05T13:00:00.000Z\"\n                    },\n                    {\n                        \"mode\": \"CASH\",\n                        \"type\": \"INSTALLMENT\",\n                        \"txnId\": \"M2241596498\",\n                        \"amount\": \"100000.00\",\n                        \"balance\": \"7400000.00\",\n                        \"narration\": \"TOWARDS RD Installment\",\n                        \"reference\": \"RFN72114005\",\n                        \"valueDate\": \"2025-03-07T13:00:00.000Z\",\n                        \"transactionDateTime\": \"2025-03-07T13:00:00.000Z\"\n                    },\n                    {\n                        \"mode\": \"Others\",\n                        \"type\": \"INSTALLMENT\",\n                        \"txnId\": \"M9105005442\",\n                        \"amount\": \"100000.00\",\n                        \"balance\": \"7500000.00\",\n                        \"narration\": \"TOWARDS RD Installment\",\n                        \"reference\": \"RFN96293507\",\n                        \"valueDate\": \"2025-03-09T13:00:00.000Z\",\n                        \"transactionDateTime\": \"2025-03-09T13:00:00.000Z\"\n                    },\n                    {\n                        \"mode\": \"FT\",\n                        \"type\": \"INSTALLMENT\",\n                        \"txnId\": \"M6930621963\",\n                        \"amount\": \"100000.00\",\n                        \"balance\": \"7600000.00\",\n                        \"narration\": \"TOWARDS RD Installment\",\n                        \"reference\": \"RFN15682599\",\n                        \"valueDate\": \"2025-03-11T13:00:00.000Z\",\n                        \"transactionDateTime\": \"2025-03-11T13:00:00.000Z\"\n                    },\n                    {\n                        \"mode\": \"FT\",\n                        \"type\": \"INSTALLMENT\",\n                        \"txnId\": \"M1283046158\",\n                        \"amount\": \"100000.00\",\n                        \"balance\": \"7700000.00\",\n                        \"narration\": \"TOWARDS RD Installment\",\n                        \"reference\": \"RFN66411775\",\n                        \"valueDate\": \"2025-03-13T13:00:00.000Z\",\n                        \"transactionDateTime\": \"2025-03-13T13:00:00.000Z\"\n                    },\n                    {\n                        \"mode\": \"CASH\",\n                        \"type\": \"INSTALLMENT\",\n                        \"txnId\": \"M5354542366\",\n                        \"amount\": \"100000.00\",\n                        \"balance\": \"7800000.00\",\n                        \"narration\": \"TOWARDS RD Installment\",\n                        \"reference\": \"RFN98687519\",\n                        \"valueDate\": \"2025-03-15T13:00:00.000Z\",\n                        \"transactionDateTime\": \"2025-03-15T13:00:00.000Z\"\n                    },\n                    {\n                        \"mode\": \"ATM\",\n                        \"type\": \"INSTALLMENT\",\n                        \"txnId\": \"M5167747525\",\n                        \"amount\": \"100000.00\",\n                        \"balance\": \"7900000.00\",\n                        \"narration\": \"TOWARDS RD Installment\",\n                        \"reference\": \"RFN52549423\",\n                        \"valueDate\": \"2025-03-17T13:00:00.000Z\",\n                        \"transactionDateTime\": \"2025-03-17T13:00:00.000Z\"\n                    },\n                    {\n                        \"mode\": \"FT\",\n                        \"type\": \"INSTALLMENT\",\n                        \"txnId\": \"M4482598453\",\n                        \"amount\": \"100000.00\",\n                        \"balance\": \"8000000.00\",\n                        \"narration\": \"TOWARDS RD Installment\",\n                        \"reference\": \"RFN37273829\",\n                        \"valueDate\": \"2025-03-19T13:00:00.000Z\",\n                        \"transactionDateTime\": \"2025-03-19T13:00:00.000Z\"\n                    },\n                    {\n                        \"mode\": \"CASH\",\n                        \"type\": \"INSTALLMENT\",\n                        \"txnId\": \"M4126435868\",\n                        \"amount\": \"100000.00\",\n                        \"balance\": \"8100000.00\",\n                        \"narration\": \"TOWARDS RD Installment\",\n                        \"reference\": \"RFN82570758\",\n                        \"valueDate\": \"2025-04-01T13:00:00.000Z\",\n                        \"transactionDateTime\": \"2025-04-01T13:00:00.000Z\"\n                    },\n                    {\n                        \"mode\": \"FT\",\n                        \"type\": \"INSTALLMENT\",\n                        \"txnId\": \"M6758323397\",\n                        \"amount\": \"100000.00\",\n                        \"balance\": \"8200000.00\",\n                        \"narration\": \"TOWARDS RD Installment\",\n                        \"reference\": \"RFN55455623\",\n                        \"valueDate\": \"2025-04-03T13:00:00.000Z\",\n                        \"transactionDateTime\": \"2025-04-03T13:00:00.000Z\"\n                    },\n                    {\n                        \"mode\": \"Others\",\n                        \"type\": \"INSTALLMENT\",\n                        \"txnId\": \"M1838642354\",\n                        \"amount\": \"100000.00\",\n                        \"balance\": \"8300000.00\",\n                        \"narration\": \"TOWARDS RD Installment\",\n                        \"reference\": \"RFN21883719\",\n                        \"valueDate\": \"2025-04-05T13:00:00.000Z\",\n                        \"transactionDateTime\": \"2025-04-05T13:00:00.000Z\"\n                    },\n                    {\n                        \"mode\": \"CASH\",\n                        \"type\": \"INSTALLMENT\",\n                        \"txnId\": \"M2325490247\",\n                        \"amount\": \"100000.00\",\n                        \"balance\": \"8400000.00\",\n                        \"narration\": \"TOWARDS RD Installment\",\n                        \"reference\": \"RFN79022975\",\n                        \"valueDate\": \"2025-04-07T13:00:00.000Z\",\n                        \"transactionDateTime\": \"2025-04-07T13:00:00.000Z\"\n                    },\n                    {\n                        \"mode\": \"Others\",\n                        \"type\": \"INSTALLMENT\",\n                        \"txnId\": \"M8275713904\",\n                        \"amount\": \"100000.00\",\n                        \"balance\": \"8500000.00\",\n                        \"narration\": \"TOWARDS RD Installment\",\n                        \"reference\": \"RFN89314669\",\n                        \"valueDate\": \"2025-04-09T13:00:00.000Z\",\n                        \"transactionDateTime\": \"2025-04-09T13:00:00.000Z\"\n                    },\n                    {\n                        \"mode\": \"CASH\",\n                        \"type\": \"INSTALLMENT\",\n                        \"txnId\": \"M3419576238\",\n                        \"amount\": \"100000.00\",\n                        \"balance\": \"8600000.00\",\n                        \"narration\": \"TOWARDS RD Installment\",\n                        \"reference\": \"RFN92550895\",\n                        \"valueDate\": \"2025-04-11T13:00:00.000Z\",\n                        \"transactionDateTime\": \"2025-04-11T13:00:00.000Z\"\n                    },\n                    {\n                        \"mode\": \"ATM\",\n                        \"type\": \"INSTALLMENT\",\n                        \"txnId\": \"M9836950126\",\n                        \"amount\": \"100000.00\",\n                        \"balance\": \"8700000.00\",\n                        \"narration\": \"TOWARDS RD Installment\",\n                        \"reference\": \"RFN29476607\",\n                        \"valueDate\": \"2025-04-13T13:00:00.000Z\",\n                        \"transactionDateTime\": \"2025-04-13T13:00:00.000Z\"\n                    },\n                    {\n                        \"mode\": \"ATM\",\n                        \"type\": \"INSTALLMENT\",\n                        \"txnId\": \"M8205664767\",\n                        \"amount\": \"100000.00\",\n                        \"balance\": \"8800000.00\",\n                        \"narration\": \"TOWARDS RD Installment\",\n                        \"reference\": \"RFN45293246\",\n                        \"valueDate\": \"2025-04-15T13:00:00.000Z\",\n                        \"transactionDateTime\": \"2025-04-15T13:00:00.000Z\"\n                    },\n                    {\n                        \"mode\": \"Others\",\n                        \"type\": \"INSTALLMENT\",\n                        \"txnId\": \"M7250154401\",\n                        \"amount\": \"100000.00\",\n                        \"balance\": \"8900000.00\",\n                        \"narration\": \"TOWARDS RD Installment\",\n                        \"reference\": \"RFN71362836\",\n                        \"valueDate\": \"2025-04-17T13:00:00.000Z\",\n                        \"transactionDateTime\": \"2025-04-17T13:00:00.000Z\"\n                    },\n                    {\n                        \"mode\": \"ATM\",\n                        \"type\": \"INSTALLMENT\",\n                        \"txnId\": \"M2251187457\",\n                        \"amount\": \"100000.00\",\n                        \"balance\": \"9000000.00\",\n                        \"narration\": \"TOWARDS RD Installment\",\n                        \"reference\": \"RFN97427540\",\n                        \"valueDate\": \"2025-04-19T13:00:00.000Z\",\n                        \"transactionDateTime\": \"2025-04-19T13:00:00.000Z\"\n                    },\n                    {\n                        \"mode\": \"Others\",\n                        \"type\": \"INSTALLMENT\",\n                        \"txnId\": \"M6125847893\",\n                        \"amount\": \"100000.00\",\n                        \"balance\": \"9100000.00\",\n                        \"narration\": \"TOWARDS RD Installment\",\n                        \"reference\": \"RFN35963506\",\n                        \"valueDate\": \"2025-05-01T13:00:00.000Z\",\n                        \"transactionDateTime\": \"2025-05-01T13:00:00.000Z\"\n                    },\n                    {\n                        \"mode\": \"Others\",\n                        \"type\": \"INSTALLMENT\",\n                        \"txnId\": \"M6727959415\",\n                        \"amount\": \"100000.00\",\n                        \"balance\": \"9200000.00\",\n                        \"narration\": \"TOWARDS RD Installment\",\n                        \"reference\": \"RFN11789263\",\n                        \"valueDate\": \"2025-05-03T13:00:00.000Z\",\n                        \"transactionDateTime\": \"2025-05-03T13:00:00.000Z\"\n                    },\n                    {\n                        \"mode\": \"CASH\",\n                        \"type\": \"INSTALLMENT\",\n                        \"txnId\": \"M8344303079\",\n                        \"amount\": \"100000.00\",\n                        \"balance\": \"9300000.00\",\n                        \"narration\": \"TOWARDS RD Installment\",\n                        \"reference\": \"RFN54136885\",\n                        \"valueDate\": \"2025-05-05T13:00:00.000Z\",\n                        \"transactionDateTime\": \"2025-05-05T13:00:00.000Z\"\n                    },\n                    {\n                        \"mode\": \"ATM\",\n                        \"type\": \"INSTALLMENT\",\n                        \"txnId\": \"M2299898000\",\n                        \"amount\": \"100000.00\",\n                        \"balance\": \"9400000.00\",\n                        \"narration\": \"TOWARDS RD Installment\",\n                        \"reference\": \"RFN54899285\",\n                        \"valueDate\": \"2025-05-07T13:00:00.000Z\",\n                        \"transactionDateTime\": \"2025-05-07T13:00:00.000Z\"\n                    },\n                    {\n                        \"mode\": \"Others\",\n                        \"type\": \"INSTALLMENT\",\n                        \"txnId\": \"M8425914918\",\n                        \"amount\": \"100000.00\",\n                        \"balance\": \"9500000.00\",\n                        \"narration\": \"TOWARDS RD Installment\",\n                        \"reference\": \"RFN55153407\",\n                        \"valueDate\": \"2025-05-09T13:00:00.000Z\",\n                        \"transactionDateTime\": \"2025-05-09T13:00:00.000Z\"\n                    },\n                    {\n                        \"mode\": \"Others\",\n                        \"type\": \"INSTALLMENT\",\n                        \"txnId\": \"M5076780778\",\n                        \"amount\": \"100000.00\",\n                        \"balance\": \"9600000.00\",\n                        \"narration\": \"TOWARDS RD Installment\",\n                        \"reference\": \"RFN39258628\",\n                        \"valueDate\": \"2025-05-11T13:00:00.000Z\",\n                        \"transactionDateTime\": \"2025-05-11T13:00:00.000Z\"\n                    },\n                    {\n                        \"mode\": \"CASH\",\n                        \"type\": \"INSTALLMENT\",\n                        \"txnId\": \"M8178100716\",\n                        \"amount\": \"100000.00\",\n                        \"balance\": \"9700000.00\",\n                        \"narration\": \"TOWARDS RD Installment\",\n                        \"reference\": \"RFN66000393\",\n                        \"valueDate\": \"2025-05-13T13:00:00.000Z\",\n                        \"transactionDateTime\": \"2025-05-13T13:00:00.000Z\"\n                    },\n                    {\n                        \"mode\": \"FT\",\n                        \"type\": \"INSTALLMENT\",\n                        \"txnId\": \"M1831205539\",\n                        \"amount\": \"100000.00\",\n                        \"balance\": \"9800000.00\",\n                        \"narration\": \"TOWARDS RD Installment\",\n                        \"reference\": \"RFN35255867\",\n                        \"valueDate\": \"2025-05-15T13:00:00.000Z\",\n                        \"transactionDateTime\": \"2025-05-15T13:00:00.000Z\"\n                    },\n                    {\n                        \"mode\": \"Others\",\n                        \"type\": \"INSTALLMENT\",\n                        \"txnId\": \"M7353102987\",\n                        \"amount\": \"100000.00\",\n                        \"balance\": \"9900000.00\",\n                        \"narration\": \"TOWARDS RD Installment\",\n                        \"reference\": \"RFN71756379\",\n                        \"valueDate\": \"2025-05-17T13:00:00.000Z\",\n                        \"transactionDateTime\": \"2025-05-17T13:00:00.000Z\"\n                    },\n                    {\n                        \"mode\": \"FT\",\n                        \"type\": \"INSTALLMENT\",\n                        \"txnId\": \"M8551937028\",\n                        \"amount\": \"100000.00\",\n                        \"balance\": \"10000000.00\",\n                        \"narration\": \"TOWARDS RD Installment\",\n                        \"reference\": \"RFN93349991\",\n                        \"valueDate\": \"2025-05-19T13:00:00.000Z\",\n                        \"transactionDateTime\": \"2025-05-19T13:00:00.000Z\"\n                    },\n                    {\n                        \"mode\": \"ATM\",\n                        \"type\": \"INSTALLMENT\",\n                        \"txnId\": \"M4989587495\",\n                        \"amount\": \"100000.00\",\n                        \"balance\": \"10100000.00\",\n                        \"narration\": \"TOWARDS RD Installment\",\n                        \"reference\": \"RFN33808775\",\n                        \"valueDate\": \"2025-06-01T13:00:00.000Z\",\n                        \"transactionDateTime\": \"2025-06-01T13:00:00.000Z\"\n                    },\n                    {\n                        \"mode\": \"CASH\",\n                        \"type\": \"INSTALLMENT\",\n                        \"txnId\": \"M3984844214\",\n                        \"amount\": \"100000.00\",\n                        \"balance\": \"10200000.00\",\n                        \"narration\": \"TOWARDS RD Installment\",\n                        \"reference\": \"RFN39957146\",\n                        \"valueDate\": \"2025-06-03T13:00:00.000Z\",\n                        \"transactionDateTime\": \"2025-06-03T13:00:00.000Z\"\n                    },\n                    {\n                        \"mode\": \"CASH\",\n                        \"type\": \"INSTALLMENT\",\n                        \"txnId\": \"M8744893424\",\n                        \"amount\": \"100000.00\",\n                        \"balance\": \"10300000.00\",\n                        \"narration\": \"TOWARDS RD Installment\",\n                        \"reference\": \"RFN50850244\",\n                        \"valueDate\": \"2025-06-05T13:00:00.000Z\",\n                        \"transactionDateTime\": \"2025-06-05T13:00:00.000Z\"\n                    },\n                    {\n                        \"mode\": \"ATM\",\n                        \"type\": \"INSTALLMENT\",\n                        \"txnId\": \"M3813841666\",\n                        \"amount\": \"100000.00\",\n                        \"balance\": \"10400000.00\",\n                        \"narration\": \"TOWARDS RD Installment\",\n                        \"reference\": \"RFN86537748\",\n                        \"valueDate\": \"2025-06-07T13:00:00.000Z\",\n                        \"transactionDateTime\": \"2025-06-07T13:00:00.000Z\"\n                    },\n                    {\n                        \"mode\": \"ATM\",\n                        \"type\": \"INSTALLMENT\",\n                        \"txnId\": \"M9118390707\",\n                        \"amount\": \"100000.00\",\n                        \"balance\": \"10500000.00\",\n                        \"narration\": \"TOWARDS RD Installment\",\n                        \"reference\": \"RFN67422854\",\n                        \"valueDate\": \"2025-06-09T13:00:00.000Z\",\n                        \"transactionDateTime\": \"2025-06-09T13:00:00.000Z\"\n                    },\n                    {\n                        \"mode\": \"Others\",\n                        \"type\": \"INSTALLMENT\",\n                        \"txnId\": \"M2201062512\",\n                        \"amount\": \"100000.00\",\n                        \"balance\": \"10600000.00\",\n                        \"narration\": \"TOWARDS RD Installment\",\n                        \"reference\": \"RFN82534013\",\n                        \"valueDate\": \"2025-06-11T13:00:00.000Z\",\n                        \"transactionDateTime\": \"2025-06-11T13:00:00.000Z\"\n                    },\n                    {\n                        \"mode\": \"FT\",\n                        \"type\": \"INSTALLMENT\",\n                        \"txnId\": \"M1595292456\",\n                        \"amount\": \"100000.00\",\n                        \"balance\": \"10700000.00\",\n                        \"narration\": \"TOWARDS RD Installment\",\n                        \"reference\": \"RFN74795465\",\n                        \"valueDate\": \"2025-06-13T13:00:00.000Z\",\n                        \"transactionDateTime\": \"2025-06-13T13:00:00.000Z\"\n                    },\n                    {\n                        \"mode\": \"ATM\",\n                        \"type\": \"INSTALLMENT\",\n                        \"txnId\": \"M2868013767\",\n                        \"amount\": \"100000.00\",\n                        \"balance\": \"10800000.00\",\n                        \"narration\": \"TOWARDS RD Installment\",\n                        \"reference\": \"RFN97413344\",\n                        \"valueDate\": \"2025-06-15T13:00:00.000Z\",\n                        \"transactionDateTime\": \"2025-06-15T13:00:00.000Z\"\n                    },\n                    {\n                        \"mode\": \"FT\",\n                        \"type\": \"INSTALLMENT\",\n                        \"txnId\": \"M1511304969\",\n                        \"amount\": \"100000.00\",\n                        \"balance\": \"10900000.00\",\n                        \"narration\": \"TOWARDS RD Installment\",\n                        \"reference\": \"RFN26432307\",\n                        \"valueDate\": \"2025-06-17T13:00:00.000Z\",\n                        \"transactionDateTime\": \"2025-06-17T13:00:00.000Z\"\n                    },\n                    {\n                        \"mode\": \"Others\",\n                        \"type\": \"INSTALLMENT\",\n                        \"txnId\": \"M3804242682\",\n                        \"amount\": \"100000.00\",\n                        \"balance\": \"11000000.00\",\n                        \"narration\": \"TOWARDS RD Installment\",\n                        \"reference\": \"RFN39292339\",\n                        \"valueDate\": \"2025-06-19T13:00:00.000Z\",\n                        \"transactionDateTime\": \"2025-06-19T13:00:00.000Z\"\n                    },\n                    {\n                        \"mode\": \"CASH\",\n                        \"type\": \"INSTALLMENT\",\n                        \"txnId\": \"M5380533707\",\n                        \"amount\": \"100000.00\",\n                        \"balance\": \"11100000.00\",\n                        \"narration\": \"TOWARDS RD Installment\",\n                        \"reference\": \"RFN66334593\",\n                        \"valueDate\": \"2025-07-01T13:00:00.000Z\",\n                        \"transactionDateTime\": \"2025-07-01T13:00:00.000Z\"\n                    },\n                    {\n                        \"mode\": \"ATM\",\n                        \"type\": \"INSTALLMENT\",\n                        \"txnId\": \"M1245732453\",\n                        \"amount\": \"100000.00\",\n                        \"balance\": \"11200000.00\",\n                        \"narration\": \"TOWARDS RD Installment\",\n                        \"reference\": \"RFN94062473\",\n                        \"valueDate\": \"2025-07-03T13:00:00.000Z\",\n                        \"transactionDateTime\": \"2025-07-03T13:00:00.000Z\"\n                    },\n                    {\n                        \"mode\": \"Others\",\n                        \"type\": \"INSTALLMENT\",\n                        \"txnId\": \"M3418786563\",\n                        \"amount\": \"100000.00\",\n                        \"balance\": \"11300000.00\",\n                        \"narration\": \"TOWARDS RD Installment\",\n                        \"reference\": \"RFN89502847\",\n                        \"valueDate\": \"2025-07-05T13:00:00.000Z\",\n                        \"transactionDateTime\": \"2025-07-05T13:00:00.000Z\"\n                    },\n                    {\n                        \"mode\": \"CASH\",\n                        \"type\": \"INSTALLMENT\",\n                        \"txnId\": \"M2615161517\",\n                        \"amount\": \"100000.00\",\n                        \"balance\": \"11400000.00\",\n                        \"narration\": \"TOWARDS RD Installment\",\n                        \"reference\": \"RFN16131994\",\n                        \"valueDate\": \"2025-07-07T13:00:00.000Z\",\n                        \"transactionDateTime\": \"2025-07-07T13:00:00.000Z\"\n                    },\n                    {\n                        \"mode\": \"ATM\",\n                        \"type\": \"INSTALLMENT\",\n                        \"txnId\": \"M6811526388\",\n                        \"amount\": \"100000.00\",\n                        \"balance\": \"11500000.00\",\n                        \"narration\": \"TOWARDS RD Installment\",\n                        \"reference\": \"RFN46252976\",\n                        \"valueDate\": \"2025-07-09T13:00:00.000Z\",\n                        \"transactionDateTime\": \"2025-07-09T13:00:00.000Z\"\n                    },\n                    {\n                        \"mode\": \"CASH\",\n                        \"type\": \"INSTALLMENT\",\n                        \"txnId\": \"M7052569441\",\n                        \"amount\": \"100000.00\",\n                        \"balance\": \"11600000.00\",\n                        \"narration\": \"TOWARDS RD Installment\",\n                        \"reference\": \"RFN26429558\",\n                        \"valueDate\": \"2025-07-11T13:00:00.000Z\",\n                        \"transactionDateTime\": \"2025-07-11T13:00:00.000Z\"\n                    },\n                    {\n                        \"mode\": \"FT\",\n                        \"type\": \"INSTALLMENT\",\n                        \"txnId\": \"M7961254853\",\n                        \"amount\": \"100000.00\",\n                        \"balance\": \"11700000.00\",\n                        \"narration\": \"TOWARDS RD Installment\",\n                        \"reference\": \"RFN90529924\",\n                        \"valueDate\": \"2025-07-13T13:00:00.000Z\",\n                        \"transactionDateTime\": \"2025-07-13T13:00:00.000Z\"\n                    },\n                    {\n                        \"mode\": \"ATM\",\n                        \"type\": \"INSTALLMENT\",\n                        \"txnId\": \"M6596331399\",\n                        \"amount\": \"100000.00\",\n                        \"balance\": \"11800000.00\",\n                        \"narration\": \"TOWARDS RD Installment\",\n                        \"reference\": \"RFN47059871\",\n                        \"valueDate\": \"2025-07-15T13:00:00.000Z\",\n                        \"transactionDateTime\": \"2025-07-15T13:00:00.000Z\"\n                    },\n                    {\n                        \"mode\": \"Others\",\n                        \"type\": \"INSTALLMENT\",\n                        \"txnId\": \"M4677239656\",\n                        \"amount\": \"100000.00\",\n                        \"balance\": \"11900000.00\",\n                        \"narration\": \"TOWARDS RD Installment\",\n                        \"reference\": \"RFN65415395\",\n                        \"valueDate\": \"2025-07-17T13:00:00.000Z\",\n                        \"transactionDateTime\": \"2025-07-17T13:00:00.000Z\"\n                    },\n                    {\n                        \"mode\": \"FT\",\n                        \"type\": \"INSTALLMENT\",\n                        \"txnId\": \"M2739987326\",\n                        \"amount\": \"100000.00\",\n                        \"balance\": \"12000000.00\",\n                        \"narration\": \"TOWARDS RD Installment\",\n                        \"reference\": \"RFN73022015\",\n                        \"valueDate\": \"2025-07-19T13:00:00.000Z\",\n                        \"transactionDateTime\": \"2025-07-19T13:00:00.000Z\"\n                    }\n                ]\n            }\n        }\n    ]\n}"},{"id":"d14048ec-5ac9-4015-ac05-d7d6ae92b71c","name":"Example 2","originalRequest":{"method":"POST","header":[{"key":"content-Type","value":"application/json","type":"text"},{"key":"client_secret","value":"{{Client_Secret}}","type":"text"},{"key":"organisationId","value":"{{Organisation_Id}}","type":"text"},{"key":"client_id","value":"{{Client_Id}}","type":"text"},{"key":"appIdentifier","value":"{{App_Identifier}}","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"consentID\": \"{{Consent_Id}}\",\r\n    \"linkRefNumber\": [\"linkRefNumber\"]\r\n}","options":{"raw":{"language":"json"}}},"url":"{{Base_URL}}/getallfidata"},"status":"OK","code":200,"_postman_previewlanguage":"","header":[],"cookie":[{"expires":"Invalid Date","domain":"","path":""}],"responseTime":null,"body":"{\r\n  \"ver\": \"1.21.0\",\r\n  \"status\": \"success\",\r\n  \"data\": [\r\n    {\r\n      \"linkReferenceNumber\": \"bbfd34eb-1240-428f-ba63-e63c6de02590\",\r\n      \"maskedAccountNumber\": \"XXXXXXXXX9012\",\r\n      \"fiType\": \"DEPOSIT\",\r\n      \"bank\": \"FinShareBankServer\",\r\n      \"Profile\": {\r\n        \"Holders\": {\r\n          \"type\": \"SINGLE\",\r\n          \"Holder\": [\r\n            {\r\n              \"dob\": \"1979-08-15\",\r\n              \"pan\": \"CCTPF0012R\",\r\n              \"name\": \"Ravi Murthy\",\r\n              \"email\": \"ravim33@gmail.com\",\r\n              \"mobile\": \"9674987439\",\r\n              \"address\": \"28/100, 8th Cross, old mumbai, Mumbai - 400702\",\r\n              \"nominee\": \"REGISTERED\",\r\n              \"landline\": \"\",\r\n              \"ckycCompliance\": \"true\"\r\n            }\r\n          ]\r\n        }\r\n      },\r\n      \"Summary\": {\r\n        \"type\": \"CURRENT\",\r\n        \"branch\": \"old mumbai\",\r\n        \"status\": \"ACTIVE\",\r\n        \"Pending\": [\r\n          {\r\n            \"amount\": \"0\",\r\n            \"transactionType\": \"DEBIT\"\r\n          }\r\n        ],\r\n        \"currency\": \"INR\",\r\n        \"facility\": \"CC\",\r\n        \"ifscCode\": \"FNSB0003940\",\r\n        \"micrCode\": \"411240026\",\r\n        \"exchgeRate\": \" \",\r\n        \"openingDate\": \"2014-09-11\",\r\n        \"drawingLimit\": \"0\",\r\n        \"currentBalance\": \"-79208.54\",\r\n        \"currentODLimit\": \"300000\",\r\n        \"balanceDateTime\": \"2025-08-08T09:09:51.000Z\"\r\n      },\r\n      \"Transactions\": {\r\n        \"endDate\": \"2025-08-08\",\r\n        \"startDate\": \"2022-08-08\",\r\n        \"Transaction\": [\r\n          {\r\n            \"mode\": \"CARD\",\r\n            \"type\": \"CREDIT\",\r\n            \"txnId\": \"TXN000007\",\r\n            \"amount\": \"4239.97\",\r\n            \"narration\": \"Salary Credit\",\r\n            \"reference\": \"RFN553412\",\r\n            \"valueDate\": \"2024-04-07T00:00:00.000Z\",\r\n            \"currentBalance\": \"41218.70\",\r\n            \"transactionTimestamp\": \"2024-04-07T00:48:24.000Z\"\r\n          },\r\n          {\r\n            \"mode\": \"CASH\",\r\n            \"type\": \"CREDIT\",\r\n            \"txnId\": \"TXN000010\",\r\n            \"amount\": \"4610.31\",\r\n            \"narration\": \"Salary Credit\",\r\n            \"reference\": \"RFN287497\",\r\n            \"valueDate\": \"2024-04-09T00:00:00.000Z\",\r\n            \"currentBalance\": \"47053.46\",\r\n            \"transactionTimestamp\": \"2024-04-09T16:11:18.000Z\"\r\n          },\r\n          {\r\n            \"mode\": \"CASH\",\r\n            \"type\": \"CREDIT\",\r\n            \"txnId\": \"TXN000009\",\r\n            \"amount\": \"7710.18\",\r\n            \"narration\": \"Salary Credit\",\r\n            \"reference\": \"RFN137789\",\r\n            \"valueDate\": \"2024-04-10T00:00:00.000Z\",\r\n            \"currentBalance\": \"42443.15\",\r\n            \"transactionTimestamp\": \"2024-04-10T10:10:52.000Z\"\r\n          },\r\n          {\r\n            \"mode\": \"CASH\",\r\n            \"type\": \"DEBIT\",\r\n            \"txnId\": \"TXN000013\",\r\n            \"amount\": \"1357.16\",\r\n            \"narration\": \"Purchase/Withdrawal\",\r\n            \"reference\": \"RFN801274\",\r\n            \"valueDate\": \"2024-04-12T00:00:00.000Z\",\r\n            \"currentBalance\": \"59422.66\",\r\n            \"transactionTimestamp\": \"2024-04-12T15:40:06.000Z\"\r\n          },\r\n          {\r\n            \"mode\": \"CARD\",\r\n            \"type\": \"CREDIT\",\r\n            \"txnId\": \"TXN000001\",\r\n            \"amount\": \"9973.16\",\r\n            \"narration\": \"Salary Credit\",\r\n            \"reference\": \"RFN431576\",\r\n            \"valueDate\": \"2024-04-13T00:00:00.000Z\",\r\n            \"currentBalance\": \"16210.41\",\r\n            \"transactionTimestamp\": \"2024-04-13T06:02:53.000Z\"\r\n          },\r\n          {\r\n            \"mode\": \"CARD\",\r\n            \"type\": \"CREDIT\",\r\n            \"txnId\": \"TXN000004\",\r\n            \"amount\": \"8859.34\",\r\n            \"narration\": \"Salary Credit\",\r\n            \"reference\": \"RFN206938\",\r\n            \"valueDate\": \"2024-04-13T00:00:00.000Z\",\r\n            \"currentBalance\": \"25757.01\",\r\n            \"transactionTimestamp\": \"2024-04-13T08:14:21.000Z\"\r\n          },\r\n          {\r\n            \"mode\": \"UPI\",\r\n            \"type\": \"DEBIT\",\r\n            \"txnId\": \"TXN000008\",\r\n            \"amount\": \"6485.73\",\r\n            \"narration\": \"Purchase/Withdrawal\",\r\n            \"reference\": \"RFN517323\",\r\n            \"valueDate\": \"2024-04-15T00:00:00.000Z\",\r\n            \"currentBalance\": \"34732.97\",\r\n            \"transactionTimestamp\": \"2024-04-15T21:16:50.000Z\"\r\n          },\r\n          {\r\n            \"mode\": \"UPI\",\r\n            \"type\": \"CREDIT\",\r\n            \"txnId\": \"TXN000011\",\r\n            \"amount\": \"5166.99\",\r\n            \"narration\": \"Salary Credit\",\r\n            \"reference\": \"RFN964732\",\r\n            \"valueDate\": \"2024-04-16T00:00:00.000Z\",\r\n            \"currentBalance\": \"52220.45\",\r\n            \"transactionTimestamp\": \"2024-04-16T04:46:02.000Z\"\r\n          },\r\n          {\r\n            \"mode\": \"UPI\",\r\n            \"type\": \"DEBIT\",\r\n            \"txnId\": \"TXN000003\",\r\n            \"amount\": \"7415.60\",\r\n            \"narration\": \"Purchase/Withdrawal\",\r\n            \"reference\": \"RFN202784\",\r\n            \"valueDate\": \"2024-04-18T00:00:00.000Z\",\r\n            \"currentBalance\": \"16897.67\",\r\n            \"transactionTimestamp\": \"2024-04-18T23:41:21.000Z\"\r\n          },\r\n          {\r\n            \"mode\": \"UPI\",\r\n            \"type\": \"CREDIT\",\r\n            \"txnId\": \"TXN000015\",\r\n            \"amount\": \"1128.26\",\r\n            \"narration\": \"Salary Credit\",\r\n            \"reference\": \"RFN479437\",\r\n            \"valueDate\": \"2024-04-21T00:00:00.000Z\",\r\n            \"currentBalance\": \"57951.26\",\r\n            \"transactionTimestamp\": \"2024-04-21T12:56:50.000Z\"\r\n          },\r\n          {\r\n            \"mode\": \"CARD\",\r\n            \"type\": \"CREDIT\",\r\n            \"txnId\": \"TXN000012\",\r\n            \"amount\": \"8559.37\",\r\n            \"narration\": \"Salary Credit\",\r\n            \"reference\": \"RFN593359\",\r\n            \"valueDate\": \"2024-04-22T00:00:00.000Z\",\r\n            \"currentBalance\": \"60779.82\",\r\n            \"transactionTimestamp\": \"2024-04-22T16:28:46.000Z\"\r\n          },\r\n          {\r\n            \"mode\": \"CASH\",\r\n            \"type\": \"CREDIT\",\r\n            \"txnId\": \"TXN000006\",\r\n            \"amount\": \"1435.48\",\r\n            \"narration\": \"Salary Credit\",\r\n            \"reference\": \"RFN896443\",\r\n            \"valueDate\": \"2024-04-28T00:00:00.000Z\",\r\n            \"currentBalance\": \"36978.73\",\r\n            \"transactionTimestamp\": \"2024-04-28T05:59:52.000Z\"\r\n          },\r\n          {\r\n            \"mode\": \"CASH\",\r\n            \"type\": \"CREDIT\",\r\n            \"txnId\": \"TXN000002\",\r\n            \"amount\": \"8102.86\",\r\n            \"narration\": \"Salary Credit\",\r\n            \"reference\": \"RFN526600\",\r\n            \"valueDate\": \"2024-04-28T00:00:00.000Z\",\r\n            \"currentBalance\": \"24313.27\",\r\n            \"transactionTimestamp\": \"2024-04-28T08:43:49.000Z\"\r\n          },\r\n          {\r\n            \"mode\": \"CASH\",\r\n            \"type\": \"DEBIT\",\r\n            \"txnId\": \"TXN000014\",\r\n            \"amount\": \"2599.66\",\r\n            \"narration\": \"Purchase/Withdrawal\",\r\n            \"reference\": \"RFN911065\",\r\n            \"valueDate\": \"2024-04-28T00:00:00.000Z\",\r\n            \"currentBalance\": \"56823.00\",\r\n            \"transactionTimestamp\": \"2024-04-28T17:11:28.000Z\"\r\n          },\r\n          {\r\n            \"mode\": \"CARD\",\r\n            \"type\": \"CREDIT\",\r\n            \"txnId\": \"TXN000005\",\r\n            \"amount\": \"9786.24\",\r\n            \"narration\": \"Salary Credit\",\r\n            \"reference\": \"RFN770358\",\r\n            \"valueDate\": \"2024-04-29T00:00:00.000Z\",\r\n            \"currentBalance\": \"35543.25\",\r\n            \"transactionTimestamp\": \"2024-04-29T18:27:42.000Z\"\r\n          },\r\n          {\r\n            \"mode\": \"CASH\",\r\n            \"type\": \"DEBIT\",\r\n            \"txnId\": \"TXN000020\",\r\n            \"amount\": \"4107.75\",\r\n            \"narration\": \"Purchase/Withdrawal\",\r\n            \"reference\": \"RFN472271\",\r\n            \"valueDate\": \"2024-04-30T00:00:00.000Z\",\r\n            \"currentBalance\": \"76421.28\",\r\n            \"transactionTimestamp\": \"2024-04-30T19:55:25.000Z\"\r\n          },\r\n          {\r\n            \"mode\": \"CASH\",\r\n            \"type\": \"DEBIT\",\r\n            \"txnId\": \"TXN000030\",\r\n            \"amount\": \"3239.79\",\r\n            \"narration\": \"Purchase/Withdrawal\",\r\n            \"reference\": \"RFN882710\",\r\n            \"valueDate\": \"2024-05-02T00:00:00.000Z\",\r\n            \"currentBalance\": \"67312.44\",\r\n            \"transactionTimestamp\": \"2024-05-02T02:42:15.000Z\"\r\n          },\r\n          {\r\n            \"mode\": \"CARD\",\r\n            \"type\": \"CREDIT\",\r\n            \"txnId\": \"TXN000017\",\r\n            \"amount\": \"7343.18\",\r\n            \"narration\": \"Salary Credit\",\r\n            \"reference\": \"RFN200854\",\r\n            \"valueDate\": \"2024-05-02T00:00:00.000Z\",\r\n            \"currentBalance\": \"70515.16\",\r\n            \"transactionTimestamp\": \"2024-05-02T15:36:01.000Z\"\r\n          },\r\n          {\r\n            \"mode\": \"CARD\",\r\n            \"type\": \"CREDIT\",\r\n            \"txnId\": \"TXN000026\",\r\n            \"amount\": \"3580.33\",\r\n            \"narration\": \"Salary Credit\",\r\n            \"reference\": \"RFN576196\",\r\n            \"valueDate\": \"2024-05-07T00:00:00.000Z\",\r\n            \"currentBalance\": \"73686.46\",\r\n            \"transactionTimestamp\": \"2024-05-07T17:33:26.000Z\"\r\n          },\r\n          {\r\n            \"mode\": \"UPI\",\r\n            \"type\": \"DEBIT\",\r\n            \"txnId\": \"TXN000024\",\r\n            \"amount\": \"9318.42\",\r\n            \"narration\": \"Purchase/Withdrawal\",\r\n            \"reference\": \"RFN865328\",\r\n            \"valueDate\": \"2024-05-08T00:00:00.000Z\",\r\n            \"currentBalance\": \"60585.65\",\r\n            \"transactionTimestamp\": \"2024-05-08T12:32:26.000Z\"\r\n          },\r\n          {\r\n            \"mode\": \"CASH\",\r\n            \"type\": \"CREDIT\",\r\n            \"txnId\": \"TXN000021\",\r\n            \"amount\": \"5492.16\",\r\n            \"narration\": \"Salary Credit\",\r\n            \"reference\": \"RFN836008\",\r\n            \"valueDate\": \"2024-05-09T00:00:00.000Z\",\r\n            \"currentBalance\": \"81913.44\",\r\n            \"transactionTimestamp\": \"2024-05-09T11:09:45.000Z\"\r\n          },\r\n          {\r\n            \"mode\": \"CARD\",\r\n            \"type\": \"CREDIT\",\r\n            \"txnId\": \"TXN000025\",\r\n            \"amount\": \"9520.48\",\r\n            \"narration\": \"Salary Credit\",\r\n            \"reference\": \"RFN299223\",\r\n            \"valueDate\": \"2024-05-12T00:00:00.000Z\",\r\n            \"currentBalance\": \"70106.13\",\r\n            \"transactionTimestamp\": \"2024-05-12T00:43:29.000Z\"\r\n          },\r\n          {\r\n            \"mode\": \"UPI\",\r\n            \"type\": \"DEBIT\",\r\n            \"txnId\": \"TXN000022\",\r\n            \"amount\": \"7427.25\",\r\n            \"narration\": \"Purchase/Withdrawal\",\r\n            \"reference\": \"RFN292976\",\r\n            \"valueDate\": \"2024-05-19T00:00:00.000Z\",\r\n            \"currentBalance\": \"74486.19\",\r\n            \"transactionTimestamp\": \"2024-05-19T14:34:30.000Z\"\r\n          },\r\n          {\r\n            \"mode\": \"UPI\",\r\n            \"type\": \"CREDIT\",\r\n            \"txnId\": \"TXN000018\",\r\n            \"amount\": \"1358.02\",\r\n            \"narration\": \"Salary Credit\",\r\n            \"reference\": \"RFN529316\",\r\n            \"valueDate\": \"2024-05-20T00:00:00.000Z\",\r\n            \"currentBalance\": \"71873.18\",\r\n            \"transactionTimestamp\": \"2024-05-20T07:54:26.000Z\"\r\n          },\r\n          {\r\n            \"mode\": \"CASH\",\r\n            \"type\": \"CREDIT\",\r\n            \"txnId\": \"TXN000028\",\r\n            \"amount\": \"7334.23\",\r\n            \"narration\": \"Salary Credit\",\r\n            \"reference\": \"RFN500913\",\r\n            \"valueDate\": \"2024-05-23T00:00:00.000Z\",\r\n            \"currentBalance\": \"77949.53\",\r\n            \"transactionTimestamp\": \"2024-05-23T02:43:20.000Z\"\r\n          },\r\n          {\r\n            \"mode\": \"CARD\",\r\n            \"type\": \"DEBIT\",\r\n            \"txnId\": \"TXN000023\",\r\n            \"amount\": \"4582.12\",\r\n            \"narration\": \"Purchase/Withdrawal\",\r\n            \"reference\": \"RFN855550\",\r\n            \"valueDate\": \"2024-05-23T00:00:00.000Z\",\r\n            \"currentBalance\": \"69904.07\",\r\n            \"transactionTimestamp\": \"2024-05-23T18:52:03.000Z\"\r\n          },\r\n          {\r\n            \"mode\": \"CARD\",\r\n            \"type\": \"CREDIT\",\r\n            \"txnId\": \"TXN000019\",\r\n            \"amount\": \"8655.85\",\r\n            \"narration\": \"Salary Credit\",\r\n            \"reference\": \"RFN942961\",\r\n            \"valueDate\": \"2024-05-25T00:00:00.000Z\",\r\n            \"currentBalance\": \"80529.03\",\r\n            \"transactionTimestamp\": \"2024-05-25T09:26:14.000Z\"\r\n          },\r\n          {\r\n            \"mode\": \"CARD\",\r\n            \"type\": \"CREDIT\",\r\n            \"txnId\": \"TXN000016\",\r\n            \"amount\": \"5220.72\",\r\n            \"narration\": \"Salary Credit\",\r\n            \"reference\": \"RFN874849\",\r\n            \"valueDate\": \"2024-05-25T00:00:00.000Z\",\r\n            \"currentBalance\": \"63171.98\",\r\n            \"transactionTimestamp\": \"2024-05-25T13:34:56.000Z\"\r\n          },\r\n          {\r\n            \"mode\": \"CASH\",\r\n            \"type\": \"DEBIT\",\r\n            \"txnId\": \"TXN000027\",\r\n            \"amount\": \"3071.16\",\r\n            \"narration\": \"Purchase/Withdrawal\",\r\n            \"reference\": \"RFN889010\",\r\n            \"valueDate\": \"2024-05-27T00:00:00.000Z\",\r\n            \"currentBalance\": \"70615.30\",\r\n            \"transactionTimestamp\": \"2024-05-27T00:47:52.000Z\"\r\n          },\r\n          {\r\n            \"mode\": \"UPI\",\r\n            \"type\": \"DEBIT\",\r\n            \"txnId\": \"TXN000029\",\r\n            \"amount\": \"7397.30\",\r\n            \"narration\": \"Purchase/Withdrawal\",\r\n            \"reference\": \"RFN559340\",\r\n            \"valueDate\": \"2024-05-30T00:00:00.000Z\",\r\n            \"currentBalance\": \"70552.23\",\r\n            \"transactionTimestamp\": \"2024-05-30T02:22:44.000Z\"\r\n          },\r\n          {\r\n            \"mode\": \"CARD\",\r\n            \"type\": \"DEBIT\",\r\n            \"txnId\": \"TXN000039\",\r\n            \"amount\": \"9653.20\",\r\n            \"narration\": \"Purchase/Withdrawal\",\r\n            \"reference\": \"RFN859485\",\r\n            \"valueDate\": \"2024-06-01T00:00:00.000Z\",\r\n            \"currentBalance\": \"61259.73\",\r\n            \"transactionTimestamp\": \"2024-06-01T07:08:46.000Z\"\r\n          },\r\n          {\r\n            \"mode\": \"CARD\",\r\n            \"type\": \"DEBIT\",\r\n            \"txnId\": \"TXN000041\",\r\n            \"amount\": \"7675.63\",\r\n            \"narration\": \"Purchase/Withdrawal\",\r\n            \"reference\": \"RFN845980\",\r\n            \"valueDate\": \"2024-06-02T00:00:00.000Z\",\r\n            \"currentBalance\": \"61696.05\",\r\n            \"transactionTimestamp\": \"2024-06-02T08:25:20.000Z\"\r\n          },\r\n          {\r\n            \"mode\": \"CARD\",\r\n            \"type\": \"DEBIT\",\r\n            \"txnId\": \"TXN000032\",\r\n            \"amount\": \"1787.70\",\r\n            \"narration\": \"Purchase/Withdrawal\",\r\n            \"reference\": \"RFN635899\",\r\n            \"valueDate\": \"2024-06-02T00:00:00.000Z\",\r\n            \"currentBalance\": \"68934.35\",\r\n            \"transactionTimestamp\": \"2024-06-02T18:16:03.000Z\"\r\n          },\r\n          {\r\n            \"mode\": \"CASH\",\r\n            \"type\": \"DEBIT\",\r\n            \"txnId\": \"TXN000033\",\r\n            \"amount\": \"8523.39\",\r\n            \"narration\": \"Purchase/Withdrawal\",\r\n            \"reference\": \"RFN306747\",\r\n            \"valueDate\": \"2024-06-05T00:00:00.000Z\",\r\n            \"currentBalance\": \"60410.96\",\r\n            \"transactionTimestamp\": \"2024-06-05T22:12:53.000Z\"\r\n          },\r\n          {\r\n            \"mode\": \"CARD\",\r\n            \"type\": \"CREDIT\",\r\n            \"txnId\": \"TXN000034\",\r\n            \"amount\": \"4370.81\",\r\n            \"narration\": \"Salary Credit\",\r\n            \"reference\": \"RFN523896\",\r\n            \"valueDate\": \"2024-06-07T00:00:00.000Z\",\r\n            \"currentBalance\": \"64781.77\",\r\n            \"transactionTimestamp\": \"2024-06-07T15:22:20.000Z\"\r\n          },\r\n          {\r\n            \"mode\": \"CARD\",\r\n            \"type\": \"CREDIT\",\r\n            \"txnId\": \"TXN000038\",\r\n            \"amount\": \"7321.97\",\r\n            \"narration\": \"Salary Credit\",\r\n            \"reference\": \"RFN288393\",\r\n            \"valueDate\": \"2024-06-08T00:00:00.000Z\",\r\n            \"currentBalance\": \"70912.93\",\r\n            \"transactionTimestamp\": \"2024-06-08T05:06:26.000Z\"\r\n          },\r\n          {\r\n            \"mode\": \"UPI\",\r\n            \"type\": \"DEBIT\",\r\n            \"txnId\": \"TXN000035\",\r\n            \"amount\": \"22.34\",\r\n            \"narration\": \"Purchase/Withdrawal\",\r\n            \"reference\": \"RFN923577\",\r\n            \"valueDate\": \"2024-06-10T00:00:00.000Z\",\r\n            \"currentBalance\": \"64759.43\",\r\n            \"transactionTimestamp\": \"2024-06-10T17:21:19.000Z\"\r\n          },\r\n          {\r\n            \"mode\": \"CASH\",\r\n            \"type\": \"DEBIT\",\r\n            \"txnId\": \"TXN000044\",\r\n            \"amount\": \"8999.82\",\r\n            \"narration\": \"Purchase/Withdrawal\",\r\n            \"reference\": \"RFN614133\",\r\n            \"valueDate\": \"2024-06-12T00:00:00.000Z\",\r\n            \"currentBalance\": \"62057.87\",\r\n            \"transactionTimestamp\": \"2024-06-12T02:45:34.000Z\"\r\n          },\r\n          {\r\n            \"mode\": \"CARD\",\r\n            \"type\": \"CREDIT\",\r\n            \"txnId\": \"TXN000043\",\r\n            \"amount\": \"6706.14\",\r\n            \"narration\": \"Salary Credit\",\r\n            \"reference\": \"RFN227365\",\r\n            \"valueDate\": \"2024-06-17T00:00:00.000Z\",\r\n            \"currentBalance\": \"71057.69\",\r\n            \"transactionTimestamp\": \"2024-06-17T13:48:26.000Z\"\r\n          },\r\n          {\r\n            \"mode\": \"CARD\",\r\n            \"type\": \"CREDIT\",\r\n            \"txnId\": \"TXN000031\",\r\n            \"amount\": \"3409.61\",\r\n            \"narration\": \"Salary Credit\",\r\n            \"reference\": \"RFN246914\",\r\n            \"valueDate\": \"2024-06-19T00:00:00.000Z\",\r\n            \"currentBalance\": \"70722.05\",\r\n            \"transactionTimestamp\": \"2024-06-19T14:10:53.000Z\"\r\n          },\r\n          {\r\n            \"mode\": \"CASH\",\r\n            \"type\": \"CREDIT\",\r\n            \"txnId\": \"TXN000036\",\r\n            \"amount\": \"186.11\",\r\n            \"narration\": \"Salary Credit\",\r\n            \"reference\": \"RFN493863\",\r\n            \"valueDate\": \"2024-06-19T00:00:00.000Z\",\r\n            \"currentBalance\": \"64945.54\",\r\n            \"transactionTimestamp\": \"2024-06-19T21:45:15.000Z\"\r\n          },\r\n          {\r\n            \"mode\": \"CARD\",\r\n            \"type\": \"CREDIT\",\r\n            \"txnId\": \"TXN000040\",\r\n            \"amount\": \"8111.95\",\r\n            \"narration\": \"Salary Credit\",\r\n            \"reference\": \"RFN979696\",\r\n            \"valueDate\": \"2024-06-21T00:00:00.000Z\",\r\n            \"currentBalance\": \"69371.68\",\r\n            \"transactionTimestamp\": \"2024-06-21T13:32:00.000Z\"\r\n          },\r\n          {\r\n            \"mode\": \"CASH\",\r\n            \"type\": \"CREDIT\",\r\n            \"txnId\": \"TXN000042\",\r\n            \"amount\": \"2655.50\",\r\n            \"narration\": \"Salary Credit\",\r\n            \"reference\": \"RFN471628\",\r\n            \"valueDate\": \"2024-06-23T00:00:00.000Z\",\r\n            \"currentBalance\": \"64351.55\",\r\n            \"transactionTimestamp\": \"2024-06-23T01:02:40.000Z\"\r\n          },\r\n          {\r\n            \"mode\": \"CARD\",\r\n            \"type\": \"DEBIT\",\r\n            \"txnId\": \"TXN000037\",\r\n            \"amount\": \"1354.58\",\r\n            \"narration\": \"Purchase/Withdrawal\",\r\n            \"reference\": \"RFN310110\",\r\n            \"valueDate\": \"2024-06-28T00:00:00.000Z\",\r\n            \"currentBalance\": \"63590.96\",\r\n            \"transactionTimestamp\": \"2024-06-28T17:24:35.000Z\"\r\n          },\r\n          {\r\n            \"mode\": \"CARD\",\r\n            \"type\": \"DEBIT\",\r\n            \"txnId\": \"TXN000045\",\r\n            \"amount\": \"4300.09\",\r\n            \"narration\": \"Purchase/Withdrawal\",\r\n            \"reference\": \"RFN116037\",\r\n            \"valueDate\": \"2024-06-28T00:00:00.000Z\",\r\n            \"currentBalance\": \"57757.78\",\r\n            \"transactionTimestamp\": \"2024-06-28T21:50:43.000Z\"\r\n          },\r\n          {\r\n            \"mode\": \"CARD\",\r\n            \"type\": \"DEBIT\",\r\n            \"txnId\": \"TXN000051\",\r\n            \"amount\": \"772.45\",\r\n            \"narration\": \"Purchase/Withdrawal\",\r\n            \"reference\": \"RFN336052\",\r\n            \"valueDate\": \"2024-07-05T00:00:00.000Z\",\r\n            \"currentBalance\": \"48648.15\",\r\n            \"transactionTimestamp\": \"2024-07-05T12:49:50.000Z\"\r\n          },\r\n          {\r\n            \"mode\": \"CASH\",\r\n            \"type\": \"CREDIT\",\r\n            \"txnId\": \"TXN000060\",\r\n            \"amount\": \"1732.17\",\r\n            \"narration\": \"Salary Credit\",\r\n            \"reference\": \"RFN641504\",\r\n            \"valueDate\": \"2024-07-05T00:00:00.000Z\",\r\n            \"currentBalance\": \"56950.12\",\r\n            \"transactionTimestamp\": \"2024-07-05T15:33:37.000Z\"\r\n          },\r\n          {\r\n            \"mode\": \"UPI\",\r\n            \"type\": \"CREDIT\",\r\n            \"txnId\": \"TXN000058\",\r\n            \"amount\": \"1215.10\",\r\n            \"narration\": \"Salary Credit\",\r\n            \"reference\": \"RFN852570\",\r\n            \"valueDate\": \"2024-07-07T00:00:00.000Z\",\r\n            \"currentBalance\": \"62485.72\",\r\n            \"transactionTimestamp\": \"2024-07-07T21:03:04.000Z\"\r\n          },\r\n          {\r\n            \"mode\": \"CARD\",\r\n            \"type\": \"DEBIT\",\r\n            \"txnId\": \"TXN000047\",\r\n            \"amount\": \"6706.96\",\r\n            \"narration\": \"Purchase/Withdrawal\",\r\n            \"reference\": \"RFN285111\",\r\n            \"valueDate\": \"2024-07-09T00:00:00.000Z\",\r\n            \"currentBalance\": \"49956.37\",\r\n            \"transactionTimestamp\": \"2024-07-09T09:40:38.000Z\"\r\n          },\r\n          {\r\n            \"mode\": \"CARD\",\r\n            \"type\": \"CREDIT\",\r\n            \"txnId\": \"TXN000049\",\r\n            \"amount\": \"7125.34\",\r\n            \"narration\": \"Salary Credit\",\r\n            \"reference\": \"RFN376429\",\r\n            \"valueDate\": \"2024-07-10T00:00:00.000Z\",\r\n            \"currentBalance\": \"54084.59\",\r\n            \"transactionTimestamp\": \"2024-07-10T05:42:11.000Z\"\r\n          },\r\n          {\r\n            \"mode\": \"CARD\",\r\n            \"type\": \"DEBIT\",\r\n            \"txnId\": \"TXN000059\",\r\n            \"amount\": \"7267.77\",\r\n            \"narration\": \"Purchase/Withdrawal\",\r\n            \"reference\": \"RFN630239\",\r\n            \"valueDate\": \"2024-07-11T00:00:00.000Z\",\r\n            \"currentBalance\": \"55217.95\",\r\n            \"transactionTimestamp\": \"2024-07-11T07:42:02.000Z\"\r\n          },\r\n          {\r\n            \"mode\": \"UPI\",\r\n            \"type\": \"CREDIT\",\r\n            \"txnId\": \"TXN000054\",\r\n            \"amount\": \"8201.86\",\r\n            \"narration\": \"Salary Credit\",\r\n            \"reference\": \"RFN260573\",\r\n            \"valueDate\": \"2024-07-11T00:00:00.000Z\",\r\n            \"currentBalance\": \"60277.23\",\r\n            \"transactionTimestamp\": \"2024-07-11T08:28:38.000Z\"\r\n          },\r\n          {\r\n            \"mode\": \"CASH\",\r\n            \"type\": \"CREDIT\",\r\n            \"txnId\": \"TXN000053\",\r\n            \"amount\": \"7260.34\",\r\n            \"narration\": \"Salary Credit\",\r\n            \"reference\": \"RFN976810\",\r\n            \"valueDate\": \"2024-07-12T00:00:00.000Z\",\r\n            \"currentBalance\": \"52075.37\",\r\n            \"transactionTimestamp\": \"2024-07-12T00:32:22.000Z\"\r\n          },\r\n          {\r\n            \"mode\": \"UPI\",\r\n            \"type\": \"DEBIT\",\r\n            \"txnId\": \"TXN000056\",\r\n            \"amount\": \"1116.74\",\r\n            \"narration\": \"Purchase/Withdrawal\",\r\n            \"reference\": \"RFN147102\",\r\n            \"valueDate\": \"2024-07-14T00:00:00.000Z\",\r\n            \"currentBalance\": \"59269.65\",\r\n            \"transactionTimestamp\": \"2024-07-14T21:00:31.000Z\"\r\n          },\r\n          {\r\n            \"mode\": \"CARD\",\r\n            \"type\": \"CREDIT\",\r\n            \"txnId\": \"TXN000055\",\r\n            \"amount\": \"109.16\",\r\n            \"narration\": \"Salary Credit\",\r\n            \"reference\": \"RFN267715\",\r\n            \"valueDate\": \"2024-07-19T00:00:00.000Z\",\r\n            \"currentBalance\": \"60386.39\",\r\n            \"transactionTimestamp\": \"2024-07-19T22:50:20.000Z\"\r\n          },\r\n          {\r\n            \"mode\": \"CASH\",\r\n            \"type\": \"DEBIT\",\r\n            \"txnId\": \"TXN000048\",\r\n            \"amount\": \"2997.12\",\r\n            \"narration\": \"Purchase/Withdrawal\",\r\n            \"reference\": \"RFN115081\",\r\n            \"valueDate\": \"2024-07-20T00:00:00.000Z\",\r\n            \"currentBalance\": \"46959.25\",\r\n            \"transactionTimestamp\": \"2024-07-20T17:33:30.000Z\"\r\n          },\r\n          {\r\n            \"mode\": \"CARD\",\r\n            \"type\": \"DEBIT\",\r\n            \"txnId\": \"TXN000046\",\r\n            \"amount\": \"1094.45\",\r\n            \"narration\": \"Purchase/Withdrawal\",\r\n            \"reference\": \"RFN509827\",\r\n            \"valueDate\": \"2024-07-21T00:00:00.000Z\",\r\n            \"currentBalance\": \"56663.33\",\r\n            \"transactionTimestamp\": \"2024-07-21T05:06:07.000Z\"\r\n          },\r\n          {\r\n            \"mode\": \"UPI\",\r\n            \"type\": \"CREDIT\",\r\n            \"txnId\": \"TXN000057\",\r\n            \"amount\": \"2000.97\",\r\n            \"narration\": \"Salary Credit\",\r\n            \"reference\": \"RFN596433\",\r\n            \"valueDate\": \"2024-07-25T00:00:00.000Z\",\r\n            \"currentBalance\": \"61270.62\",\r\n            \"transactionTimestamp\": \"2024-07-25T12:03:28.000Z\"\r\n          },\r\n          {\r\n            \"mode\": \"CARD\",\r\n            \"type\": \"DEBIT\",\r\n            \"txnId\": \"TXN000050\",\r\n            \"amount\": \"4663.99\",\r\n            \"narration\": \"Purchase/Withdrawal\",\r\n            \"reference\": \"RFN470448\",\r\n            \"valueDate\": \"2024-07-26T00:00:00.000Z\",\r\n            \"currentBalance\": \"49420.60\",\r\n            \"transactionTimestamp\": \"2024-07-26T04:01:26.000Z\"\r\n          },\r\n          {\r\n            \"mode\": \"UPI\",\r\n            \"type\": \"DEBIT\",\r\n            \"txnId\": \"TXN000052\",\r\n            \"amount\": \"3833.12\",\r\n            \"narration\": \"Purchase/Withdrawal\",\r\n            \"reference\": \"RFN933306\",\r\n            \"valueDate\": \"2024-07-26T00:00:00.000Z\",\r\n            \"currentBalance\": \"44815.03\",\r\n            \"transactionTimestamp\": \"2024-07-26T12:48:18.000Z\"\r\n          },\r\n          {\r\n            \"mode\": \"UPI\",\r\n            \"type\": \"DEBIT\",\r\n            \"txnId\": \"TXN000066\",\r\n            \"amount\": \"2679.77\",\r\n            \"narration\": \"Purchase/Withdrawal\",\r\n            \"reference\": \"RFN632815\",\r\n            \"valueDate\": \"2024-08-03T00:00:00.000Z\",\r\n            \"currentBalance\": \"65342.22\",\r\n            \"transactionTimestamp\": \"2024-08-03T06:03:39.000Z\"\r\n          },\r\n          {\r\n            \"mode\": \"CARD\",\r\n            \"type\": \"CREDIT\",\r\n            \"txnId\": \"TXN000069\",\r\n            \"amount\": \"1264.33\",\r\n            \"narration\": \"Salary Credit\",\r\n            \"reference\": \"RFN383231\",\r\n            \"valueDate\": \"2024-08-03T00:00:00.000Z\",\r\n            \"currentBalance\": \"58682.56\",\r\n            \"transactionTimestamp\": \"2024-08-03T06:30:12.000Z\"\r\n          },\r\n          {\r\n            \"mode\": \"CARD\",\r\n            \"type\": \"CREDIT\",\r\n            \"txnId\": \"TXN000062\",\r\n            \"amount\": \"7884.50\",\r\n            \"narration\": \"Salary Credit\",\r\n            \"reference\": \"RFN733629\",\r\n            \"valueDate\": \"2024-08-03T00:00:00.000Z\",\r\n            \"currentBalance\": \"61247.97\",\r\n            \"transactionTimestamp\": \"2024-08-03T20:52:05.000Z\"\r\n          },\r\n          {\r\n            \"mode\": \"UPI\",\r\n            \"type\": \"CREDIT\",\r\n            \"txnId\": \"TXN000071\",\r\n            \"amount\": \"346.14\",\r\n            \"narration\": \"Salary Credit\",\r\n            \"reference\": \"RFN169065\",\r\n            \"valueDate\": \"2024-08-05T00:00:00.000Z\",\r\n            \"currentBalance\": \"53787.33\",\r\n            \"transactionTimestamp\": \"2024-08-05T12:24:50.000Z\"\r\n          },\r\n          {\r\n            \"mode\": \"CARD\",\r\n            \"type\": \"CREDIT\",\r\n            \"txnId\": \"TXN000075\",\r\n            \"amount\": \"7361.72\",\r\n            \"narration\": \"Salary Credit\",\r\n            \"reference\": \"RFN280302\",\r\n            \"valueDate\": \"2024-08-10T00:00:00.000Z\",\r\n            \"currentBalance\": \"84269.17\",\r\n            \"transactionTimestamp\": \"2024-08-10T09:46:53.000Z\"\r\n          },\r\n          {\r\n            \"mode\": \"UPI\",\r\n            \"type\": \"DEBIT\",\r\n            \"txnId\": \"TXN000061\",\r\n            \"amount\": \"3586.65\",\r\n            \"narration\": \"Purchase/Withdrawal\",\r\n            \"reference\": \"RFN485305\",\r\n            \"valueDate\": \"2024-08-11T00:00:00.000Z\",\r\n            \"currentBalance\": \"53363.47\",\r\n            \"transactionTimestamp\": \"2024-08-11T02:27:42.000Z\"\r\n          },\r\n          {\r\n            \"mode\": \"CASH\",\r\n            \"type\": \"CREDIT\",\r\n            \"txnId\": \"TXN000072\",\r\n            \"amount\": \"8052.32\",\r\n            \"narration\": \"Salary Credit\",\r\n            \"reference\": \"RFN541996\",\r\n            \"valueDate\": \"2024-08-11T00:00:00.000Z\",\r\n            \"currentBalance\": \"61839.65\",\r\n            \"transactionTimestamp\": \"2024-08-11T17:31:07.000Z\"\r\n          },\r\n          {\r\n            \"mode\": \"CARD\",\r\n            \"type\": \"CREDIT\",\r\n            \"txnId\": \"TXN000063\",\r\n            \"amount\": \"3499.36\",\r\n            \"narration\": \"Salary Credit\",\r\n            \"reference\": \"RFN741320\",\r\n            \"valueDate\": \"2024-08-15T00:00:00.000Z\",\r\n            \"currentBalance\": \"64747.33\",\r\n            \"transactionTimestamp\": \"2024-08-15T05:07:05.000Z\"\r\n          },\r\n          {\r\n            \"mode\": \"UPI\",\r\n            \"type\": \"CREDIT\",\r\n            \"txnId\": \"TXN000065\",\r\n            \"amount\": \"176.56\",\r\n            \"narration\": \"Salary Credit\",\r\n            \"reference\": \"RFN284507\",\r\n            \"valueDate\": \"2024-08-17T00:00:00.000Z\",\r\n            \"currentBalance\": \"68021.99\",\r\n            \"transactionTimestamp\": \"2024-08-17T05:04:30.000Z\"\r\n          },\r\n          {\r\n            \"mode\": \"CARD\",\r\n            \"type\": \"DEBIT\",\r\n            \"txnId\": \"TXN000068\",\r\n            \"amount\": \"4823.84\",\r\n            \"narration\": \"Purchase/Withdrawal\",\r\n            \"reference\": \"RFN429481\",\r\n            \"valueDate\": \"2024-08-17T00:00:00.000Z\",\r\n            \"currentBalance\": \"57418.23\",\r\n            \"transactionTimestamp\": \"2024-08-17T08:19:24.000Z\"\r\n          },\r\n          {\r\n            \"mode\": \"CASH\",\r\n            \"type\": \"DEBIT\",\r\n            \"txnId\": \"TXN000070\",\r\n            \"amount\": \"5241.37\",\r\n            \"narration\": \"Purchase/Withdrawal\",\r\n            \"reference\": \"RFN211297\",\r\n            \"valueDate\": \"2024-08-19T00:00:00.000Z\",\r\n            \"currentBalance\": \"53441.19\",\r\n            \"transactionTimestamp\": \"2024-08-19T03:00:13.000Z\"\r\n          },\r\n          {\r\n            \"mode\": \"UPI\",\r\n            \"type\": \"CREDIT\",\r\n            \"txnId\": \"TXN000064\",\r\n            \"amount\": \"3098.10\",\r\n            \"narration\": \"Salary Credit\",\r\n            \"reference\": \"RFN321356\",\r\n            \"valueDate\": \"2024-08-19T00:00:00.000Z\",\r\n            \"currentBalance\": \"67845.43\",\r\n            \"transactionTimestamp\": \"2024-08-19T08:52:27.000Z\"\r\n          },\r\n          {\r\n            \"mode\": \"UPI\",\r\n            \"type\": \"CREDIT\",\r\n            \"txnId\": \"TXN000074\",\r\n            \"amount\": \"6359.84\",\r\n            \"narration\": \"Salary Credit\",\r\n            \"reference\": \"RFN907300\",\r\n            \"valueDate\": \"2024-08-23T00:00:00.000Z\",\r\n            \"currentBalance\": \"76907.45\",\r\n            \"transactionTimestamp\": \"2024-08-23T12:35:59.000Z\"\r\n          },\r\n          {\r\n            \"mode\": \"CASH\",\r\n            \"type\": \"DEBIT\",\r\n            \"txnId\": \"TXN000067\",\r\n            \"amount\": \"3100.15\",\r\n            \"narration\": \"Purchase/Withdrawal\",\r\n            \"reference\": \"RFN168428\",\r\n            \"valueDate\": \"2024-08-23T00:00:00.000Z\",\r\n            \"currentBalance\": \"62242.07\",\r\n            \"transactionTimestamp\": \"2024-08-23T21:17:54.000Z\"\r\n          },\r\n          {\r\n            \"mode\": \"CASH\",\r\n            \"type\": \"CREDIT\",\r\n            \"txnId\": \"TXN000073\",\r\n            \"amount\": \"8707.96\",\r\n            \"narration\": \"Salary Credit\",\r\n            \"reference\": \"RFN195742\",\r\n            \"valueDate\": \"2024-08-26T00:00:00.000Z\",\r\n            \"currentBalance\": \"70547.61\",\r\n            \"transactionTimestamp\": \"2024-08-26T12:05:43.000Z\"\r\n          },\r\n          {\r\n            \"mode\": \"UPI\",\r\n            \"type\": \"CREDIT\",\r\n            \"txnId\": \"TXN000083\",\r\n            \"amount\": \"7230.12\",\r\n            \"narration\": \"Salary Credit\",\r\n            \"reference\": \"RFN333502\",\r\n            \"valueDate\": \"2024-09-04T00:00:00.000Z\",\r\n            \"currentBalance\": \"70301.65\",\r\n            \"transactionTimestamp\": \"2024-09-04T05:08:59.000Z\"\r\n          },\r\n          {\r\n            \"mode\": \"UPI\",\r\n            \"type\": \"DEBIT\",\r\n            \"txnId\": \"TXN000079\",\r\n            \"amount\": \"2566.78\",\r\n            \"narration\": \"Purchase/Withdrawal\",\r\n            \"reference\": \"RFN439637\",\r\n            \"valueDate\": \"2024-09-06T00:00:00.000Z\",\r\n            \"currentBalance\": \"67911.76\",\r\n            \"transactionTimestamp\": \"2024-09-06T07:18:09.000Z\"\r\n          },\r\n          {\r\n            \"mode\": \"CARD\",\r\n            \"type\": \"CREDIT\",\r\n            \"txnId\": \"TXN000081\",\r\n            \"amount\": \"8743.02\",\r\n            \"narration\": \"Salary Credit\",\r\n            \"reference\": \"RFN967324\",\r\n            \"valueDate\": \"2024-09-06T00:00:00.000Z\",\r\n            \"currentBalance\": \"67023.12\",\r\n            \"transactionTimestamp\": \"2024-09-06T16:39:50.000Z\"\r\n          },\r\n          {\r\n            \"mode\": \"CARD\",\r\n            \"type\": \"DEBIT\",\r\n            \"txnId\": \"TXN000084\",\r\n            \"amount\": \"7791.49\",\r\n            \"narration\": \"Purchase/Withdrawal\",\r\n            \"reference\": \"RFN359587\",\r\n            \"valueDate\": \"2024-09-09T00:00:00.000Z\",\r\n            \"currentBalance\": \"62510.16\",\r\n            \"transactionTimestamp\": \"2024-09-09T13:48:12.000Z\"\r\n          },\r\n          {\r\n            \"mode\": \"CASH\",\r\n            \"type\": \"DEBIT\",\r\n            \"txnId\": \"TXN000076\",\r\n            \"amount\": \"3626.46\",\r\n            \"narration\": \"Purchase/Withdrawal\",\r\n            \"reference\": \"RFN864860\",\r\n            \"valueDate\": \"2024-09-11T00:00:00.000Z\",\r\n            \"currentBalance\": \"80642.71\",\r\n            \"transactionTimestamp\": \"2024-09-11T04:27:05.000Z\"\r\n          },\r\n          {\r\n            \"mode\": \"UPI\",\r\n            \"type\": \"CREDIT\",\r\n            \"txnId\": \"TXN000085\",\r\n            \"amount\": \"9843.46\",\r\n            \"narration\": \"Salary Credit\",\r\n            \"reference\": \"RFN611143\",\r\n            \"valueDate\": \"2024-09-11T00:00:00.000Z\",\r\n            \"currentBalance\": \"72353.62\",\r\n            \"transactionTimestamp\": \"2024-09-11T11:44:31.000Z\"\r\n          },\r\n          {\r\n            \"mode\": \"UPI\",\r\n            \"type\": \"DEBIT\",\r\n            \"txnId\": \"TXN000088\",\r\n            \"amount\": \"9571.09\",\r\n            \"narration\": \"Purchase/Withdrawal\",\r\n            \"reference\": \"RFN884144\",\r\n            \"valueDate\": \"2024-09-17T00:00:00.000Z\",\r\n            \"currentBalance\": \"61160.58\",\r\n            \"transactionTimestamp\": \"2024-09-17T02:55:39.000Z\"\r\n          },\r\n          {\r\n            \"mode\": \"CARD\",\r\n            \"type\": \"CREDIT\",\r\n            \"txnId\": \"TXN000090\",\r\n            \"amount\": \"9064.30\",\r\n            \"narration\": \"Salary Credit\",\r\n            \"reference\": \"RFN470124\",\r\n            \"valueDate\": \"2024-09-17T00:00:00.000Z\",\r\n            \"currentBalance\": \"79818.26\",\r\n            \"transactionTimestamp\": \"2024-09-17T09:10:47.000Z\"\r\n          },\r\n          {\r\n            \"mode\": \"UPI\",\r\n            \"type\": \"DEBIT\",\r\n            \"txnId\": \"TXN000078\",\r\n            \"amount\": \"3463.49\",\r\n            \"narration\": \"Purchase/Withdrawal\",\r\n            \"reference\": \"RFN633280\",\r\n            \"valueDate\": \"2024-09-17T00:00:00.000Z\",\r\n            \"currentBalance\": \"70478.54\",\r\n            \"transactionTimestamp\": \"2024-09-17T22:44:24.000Z\"\r\n          },\r\n          {\r\n            \"mode\": \"CASH\",\r\n            \"type\": \"DEBIT\",\r\n            \"txnId\": \"TXN000082\",\r\n            \"amount\": \"3951.59\",\r\n            \"narration\": \"Purchase/Withdrawal\",\r\n            \"reference\": \"RFN857611\",\r\n            \"valueDate\": \"2024-09-17T00:00:00.000Z\",\r\n            \"currentBalance\": \"63071.53\",\r\n            \"transactionTimestamp\": \"2024-09-17T23:34:18.000Z\"\r\n          },\r\n          {\r\n            \"mode\": \"CARD\",\r\n            \"type\": \"CREDIT\",\r\n            \"txnId\": \"TXN000089\",\r\n            \"amount\": \"9593.38\",\r\n            \"narration\": \"Salary Credit\",\r\n            \"reference\": \"RFN619188\",\r\n            \"valueDate\": \"2024-09-19T00:00:00.000Z\",\r\n            \"currentBalance\": \"70753.96\",\r\n            \"transactionTimestamp\": \"2024-09-19T12:54:47.000Z\"\r\n          },\r\n          {\r\n            \"mode\": \"CASH\",\r\n            \"type\": \"DEBIT\",\r\n            \"txnId\": \"TXN000077\",\r\n            \"amount\": \"6700.68\",\r\n            \"narration\": \"Purchase/Withdrawal\",\r\n            \"reference\": \"RFN659320\",\r\n            \"valueDate\": \"2024-09-20T00:00:00.000Z\",\r\n            \"currentBalance\": \"73942.03\",\r\n            \"transactionTimestamp\": \"2024-09-20T13:55:17.000Z\"\r\n          },\r\n          {\r\n            \"mode\": \"CARD\",\r\n            \"type\": \"DEBIT\",\r\n            \"txnId\": \"TXN000086\",\r\n            \"amount\": \"7953.63\",\r\n            \"narration\": \"Purchase/Withdrawal\",\r\n            \"reference\": \"RFN682724\",\r\n            \"valueDate\": \"2024-09-20T00:00:00.000Z\",\r\n            \"currentBalance\": \"64399.99\",\r\n            \"transactionTimestamp\": \"2024-09-20T18:37:03.000Z\"\r\n          },\r\n          {\r\n            \"mode\": \"CARD\",\r\n            \"type\": \"CREDIT\",\r\n            \"txnId\": \"TXN000087\",\r\n            \"amount\": \"6331.68\",\r\n            \"narration\": \"Salary Credit\",\r\n            \"reference\": \"RFN960292\",\r\n            \"valueDate\": \"2024-09-29T00:00:00.000Z\",\r\n            \"currentBalance\": \"70731.67\",\r\n            \"transactionTimestamp\": \"2024-09-29T08:32:28.000Z\"\r\n          },\r\n          {\r\n            \"mode\": \"CASH\",\r\n            \"type\": \"DEBIT\",\r\n            \"txnId\": \"TXN000080\",\r\n            \"amount\": \"9631.66\",\r\n            \"narration\": \"Purchase/Withdrawal\",\r\n            \"reference\": \"RFN214974\",\r\n            \"valueDate\": \"2024-09-29T00:00:00.000Z\",\r\n            \"currentBalance\": \"58280.10\",\r\n            \"transactionTimestamp\": \"2024-09-29T16:49:56.000Z\"\r\n          },\r\n          {\r\n            \"mode\": \"CASH\",\r\n            \"type\": \"CREDIT\",\r\n            \"txnId\": \"TXN000105\",\r\n            \"amount\": \"1454.91\",\r\n            \"narration\": \"Salary Credit\",\r\n            \"reference\": \"RFN192967\",\r\n            \"valueDate\": \"2024-10-05T00:00:00.000Z\",\r\n            \"currentBalance\": \"75517.11\",\r\n            \"transactionTimestamp\": \"2024-10-05T12:20:27.000Z\"\r\n          },\r\n          {\r\n            \"mode\": \"CASH\",\r\n            \"type\": \"DEBIT\",\r\n            \"txnId\": \"TXN000104\",\r\n            \"amount\": \"4756.45\",\r\n            \"narration\": \"Purchase/Withdrawal\",\r\n            \"reference\": \"RFN585070\",\r\n            \"valueDate\": \"2024-10-05T00:00:00.000Z\",\r\n            \"currentBalance\": \"74062.20\",\r\n            \"transactionTimestamp\": \"2024-10-05T23:14:14.000Z\"\r\n          },\r\n          {\r\n            \"mode\": \"CASH\",\r\n            \"type\": \"CREDIT\",\r\n            \"txnId\": \"TXN000098\",\r\n            \"amount\": \"9279.25\",\r\n            \"narration\": \"Salary Credit\",\r\n            \"reference\": \"RFN799749\",\r\n            \"valueDate\": \"2024-10-10T00:00:00.000Z\",\r\n            \"currentBalance\": \"76732.80\",\r\n            \"transactionTimestamp\": \"2024-10-10T03:40:58.000Z\"\r\n          },\r\n          {\r\n            \"mode\": \"CASH\",\r\n            \"type\": \"DEBIT\",\r\n            \"txnId\": \"TXN000096\",\r\n            \"amount\": \"5519.41\",\r\n            \"narration\": \"Purchase/Withdrawal\",\r\n            \"reference\": \"RFN480483\",\r\n            \"valueDate\": \"2024-10-10T00:00:00.000Z\",\r\n            \"currentBalance\": \"59642.07\",\r\n            \"transactionTimestamp\": \"2024-10-10T14:54:54.000Z\"\r\n          },\r\n          {\r\n            \"mode\": \"CASH\",\r\n            \"type\": \"DEBIT\",\r\n            \"txnId\": \"TXN000103\",\r\n            \"amount\": \"3872.47\",\r\n            \"narration\": \"Purchase/Withdrawal\",\r\n            \"reference\": \"RFN352284\",\r\n            \"valueDate\": \"2024-10-10T00:00:00.000Z\",\r\n            \"currentBalance\": \"78818.65\",\r\n            \"transactionTimestamp\": \"2024-10-10T17:04:06.000Z\"\r\n          },\r\n          {\r\n            \"mode\": \"CASH\",\r\n            \"type\": \"DEBIT\",\r\n            \"txnId\": \"TXN000095\",\r\n            \"amount\": \"6760.38\",\r\n            \"narration\": \"Purchase/Withdrawal\",\r\n            \"reference\": \"RFN534770\",\r\n            \"valueDate\": \"2024-10-11T00:00:00.000Z\",\r\n            \"currentBalance\": \"65161.48\",\r\n            \"transactionTimestamp\": \"2024-10-11T07:51:20.000Z\"\r\n          },\r\n          {\r\n            \"mode\": \"CARD\",\r\n            \"type\": \"DEBIT\",\r\n            \"txnId\": \"TXN000092\",\r\n            \"amount\": \"6287.45\",\r\n            \"narration\": \"Purchase/Withdrawal\",\r\n            \"reference\": \"RFN995985\",\r\n            \"valueDate\": \"2024-10-12T00:00:00.000Z\",\r\n            \"currentBalance\": \"69688.92\",\r\n            \"transactionTimestamp\": \"2024-10-12T01:03:30.000Z\"\r\n          },\r\n          {\r\n            \"mode\": \"CARD\",\r\n            \"type\": \"CREDIT\",\r\n            \"txnId\": \"TXN000097\",\r\n            \"amount\": \"7811.48\",\r\n            \"narration\": \"Salary Credit\",\r\n            \"reference\": \"RFN784556\",\r\n            \"valueDate\": \"2024-10-16T00:00:00.000Z\",\r\n            \"currentBalance\": \"67453.55\",\r\n            \"transactionTimestamp\": \"2024-10-16T05:40:18.000Z\"\r\n          },\r\n          {\r\n            \"mode\": \"CASH\",\r\n            \"type\": \"CREDIT\",\r\n            \"txnId\": \"TXN000094\",\r\n            \"amount\": \"140.48\",\r\n            \"narration\": \"Salary Credit\",\r\n            \"reference\": \"RFN386054\",\r\n            \"valueDate\": \"2024-10-18T00:00:00.000Z\",\r\n            \"currentBalance\": \"71921.86\",\r\n            \"transactionTimestamp\": \"2024-10-18T14:18:21.000Z\"\r\n          },\r\n          {\r\n            \"mode\": \"UPI\",\r\n            \"type\": \"CREDIT\",\r\n            \"txnId\": \"TXN000099\",\r\n            \"amount\": \"4144.92\",\r\n            \"narration\": \"Salary Credit\",\r\n            \"reference\": \"RFN105192\",\r\n            \"valueDate\": \"2024-10-20T00:00:00.000Z\",\r\n            \"currentBalance\": \"80877.72\",\r\n            \"transactionTimestamp\": \"2024-10-20T21:09:22.000Z\"\r\n          },\r\n          {\r\n            \"mode\": \"UPI\",\r\n            \"type\": \"DEBIT\",\r\n            \"txnId\": \"TXN000091\",\r\n            \"amount\": \"3841.89\",\r\n            \"narration\": \"Purchase/Withdrawal\",\r\n            \"reference\": \"RFN802658\",\r\n            \"valueDate\": \"2024-10-22T00:00:00.000Z\",\r\n            \"currentBalance\": \"75976.37\",\r\n            \"transactionTimestamp\": \"2024-10-22T18:03:49.000Z\"\r\n          },\r\n          {\r\n            \"mode\": \"CARD\",\r\n            \"type\": \"CREDIT\",\r\n            \"txnId\": \"TXN000102\",\r\n            \"amount\": \"5050.07\",\r\n            \"narration\": \"Salary Credit\",\r\n            \"reference\": \"RFN791473\",\r\n            \"valueDate\": \"2024-10-24T00:00:00.000Z\",\r\n            \"currentBalance\": \"82691.12\",\r\n            \"transactionTimestamp\": \"2024-10-24T09:14:55.000Z\"\r\n          },\r\n          {\r\n            \"mode\": \"CARD\",\r\n            \"type\": \"DEBIT\",\r\n            \"txnId\": \"TXN000101\",\r\n            \"amount\": \"9355.01\",\r\n            \"narration\": \"Purchase/Withdrawal\",\r\n            \"reference\": \"RFN731037\",\r\n            \"valueDate\": \"2024-10-27T00:00:00.000Z\",\r\n            \"currentBalance\": \"77641.05\",\r\n            \"transactionTimestamp\": \"2024-10-27T10:36:50.000Z\"\r\n          },\r\n          {\r\n            \"mode\": \"CARD\",\r\n            \"type\": \"CREDIT\",\r\n            \"txnId\": \"TXN000093\",\r\n            \"amount\": \"2092.46\",\r\n            \"narration\": \"Salary Credit\",\r\n            \"reference\": \"RFN857308\",\r\n            \"valueDate\": \"2024-10-28T00:00:00.000Z\",\r\n            \"currentBalance\": \"71781.38\",\r\n            \"transactionTimestamp\": \"2024-10-28T20:21:36.000Z\"\r\n          },\r\n          {\r\n            \"mode\": \"CARD\",\r\n            \"type\": \"CREDIT\",\r\n            \"txnId\": \"TXN000100\",\r\n            \"amount\": \"6118.34\",\r\n            \"narration\": \"Salary Credit\",\r\n            \"reference\": \"RFN549573\",\r\n            \"valueDate\": \"2024-10-29T00:00:00.000Z\",\r\n            \"currentBalance\": \"86996.06\",\r\n            \"transactionTimestamp\": \"2024-10-29T23:24:31.000Z\"\r\n          },\r\n          {\r\n            \"mode\": \"CARD\",\r\n            \"type\": \"DEBIT\",\r\n            \"txnId\": \"TXN000107\",\r\n            \"amount\": \"9652.41\",\r\n            \"narration\": \"Purchase/Withdrawal\",\r\n            \"reference\": \"RFN497177\",\r\n            \"valueDate\": \"2024-11-04T00:00:00.000Z\",\r\n            \"currentBalance\": \"63896.29\",\r\n            \"transactionTimestamp\": \"2024-11-04T23:59:15.000Z\"\r\n          },\r\n          {\r\n            \"mode\": \"CARD\",\r\n            \"type\": \"DEBIT\",\r\n            \"txnId\": \"TXN000112\",\r\n            \"amount\": \"2488.00\",\r\n            \"narration\": \"Purchase/Withdrawal\",\r\n            \"reference\": \"RFN985252\",\r\n            \"valueDate\": \"2024-11-05T00:00:00.000Z\",\r\n            \"currentBalance\": \"35965.59\",\r\n            \"transactionTimestamp\": \"2024-11-05T03:30:23.000Z\"\r\n          },\r\n          {\r\n            \"mode\": \"CASH\",\r\n            \"type\": \"DEBIT\",\r\n            \"txnId\": \"TXN000114\",\r\n            \"amount\": \"8272.07\",\r\n            \"narration\": \"Purchase/Withdrawal\",\r\n            \"reference\": \"RFN415259\",\r\n            \"valueDate\": \"2024-11-05T00:00:00.000Z\",\r\n            \"currentBalance\": \"25982.38\",\r\n            \"transactionTimestamp\": \"2024-11-05T04:15:28.000Z\"\r\n          },\r\n          {\r\n            \"mode\": \"CASH\",\r\n            \"type\": \"DEBIT\",\r\n            \"txnId\": \"TXN000119\",\r\n            \"amount\": \"6636.57\",\r\n            \"narration\": \"Purchase/Withdrawal\",\r\n            \"reference\": \"RFN180803\",\r\n            \"valueDate\": \"2024-11-05T00:00:00.000Z\",\r\n            \"currentBalance\": \"33568.09\",\r\n            \"transactionTimestamp\": \"2024-11-05T05:24:32.000Z\"\r\n          },\r\n          {\r\n            \"mode\": \"UPI\",\r\n            \"type\": \"DEBIT\",\r\n            \"txnId\": \"TXN000108\",\r\n            \"amount\": \"6133.96\",\r\n            \"narration\": \"Purchase/Withdrawal\",\r\n            \"reference\": \"RFN371615\",\r\n            \"valueDate\": \"2024-11-07T00:00:00.000Z\",\r\n            \"currentBalance\": \"57762.33\",\r\n            \"transactionTimestamp\": \"2024-11-07T15:58:19.000Z\"\r\n          },\r\n          {\r\n            \"mode\": \"CARD\",\r\n            \"type\": \"CREDIT\",\r\n            \"txnId\": \"TXN000115\",\r\n            \"amount\": \"8983.44\",\r\n            \"narration\": \"Salary Credit\",\r\n            \"reference\": \"RFN454907\",\r\n            \"valueDate\": \"2024-11-08T00:00:00.000Z\",\r\n            \"currentBalance\": \"34965.82\",\r\n            \"transactionTimestamp\": \"2024-11-08T16:37:55.000Z\"\r\n          },\r\n          {\r\n            \"mode\": \"CASH\",\r\n            \"type\": \"DEBIT\",\r\n            \"txnId\": \"TXN000109\",\r\n            \"amount\": \"3857.60\",\r\n            \"narration\": \"Purchase/Withdrawal\",\r\n            \"reference\": \"RFN177521\",\r\n            \"valueDate\": \"2024-11-08T00:00:00.000Z\",\r\n            \"currentBalance\": \"53904.73\",\r\n            \"transactionTimestamp\": \"2024-11-08T16:48:18.000Z\"\r\n          },\r\n          {\r\n            \"mode\": \"CASH\",\r\n            \"type\": \"CREDIT\",\r\n            \"txnId\": \"TXN000116\",\r\n            \"amount\": \"5853.98\",\r\n            \"narration\": \"Salary Credit\",\r\n            \"reference\": \"RFN253734\",\r\n            \"valueDate\": \"2024-11-10T00:00:00.000Z\",\r\n            \"currentBalance\": \"40819.80\",\r\n            \"transactionTimestamp\": \"2024-11-10T02:03:04.000Z\"\r\n          },\r\n          {\r\n            \"mode\": \"UPI\",\r\n            \"type\": \"DEBIT\",\r\n            \"txnId\": \"TXN000117\",\r\n            \"amount\": \"5838.07\",\r\n            \"narration\": \"Purchase/Withdrawal\",\r\n            \"reference\": \"RFN917422\",\r\n            \"valueDate\": \"2024-11-14T00:00:00.000Z\",\r\n            \"currentBalance\": \"34981.73\",\r\n            \"transactionTimestamp\": \"2024-11-14T21:20:34.000Z\"\r\n          },\r\n          {\r\n            \"mode\": \"CARD\",\r\n            \"type\": \"DEBIT\",\r\n            \"txnId\": \"TXN000106\",\r\n            \"amount\": \"1968.41\",\r\n            \"narration\": \"Purchase/Withdrawal\",\r\n            \"reference\": \"RFN307528\",\r\n            \"valueDate\": \"2024-11-17T00:00:00.000Z\",\r\n            \"currentBalance\": \"73548.70\",\r\n            \"transactionTimestamp\": \"2024-11-17T08:36:42.000Z\"\r\n          },\r\n          {\r\n            \"mode\": \"CASH\",\r\n            \"type\": \"CREDIT\",\r\n            \"txnId\": \"TXN000118\",\r\n            \"amount\": \"5222.93\",\r\n            \"narration\": \"Salary Credit\",\r\n            \"reference\": \"RFN343003\",\r\n            \"valueDate\": \"2024-11-20T00:00:00.000Z\",\r\n            \"currentBalance\": \"40204.66\",\r\n            \"transactionTimestamp\": \"2024-11-20T01:24:53.000Z\"\r\n          },\r\n          {\r\n            \"mode\": \"CARD\",\r\n            \"type\": \"DEBIT\",\r\n            \"txnId\": \"TXN000113\",\r\n            \"amount\": \"1711.14\",\r\n            \"narration\": \"Purchase/Withdrawal\",\r\n            \"reference\": \"RFN198816\",\r\n            \"valueDate\": \"2024-11-23T00:00:00.000Z\",\r\n            \"currentBalance\": \"34254.45\",\r\n            \"transactionTimestamp\": \"2024-11-23T12:26:53.000Z\"\r\n          },\r\n          {\r\n            \"mode\": \"CASH\",\r\n            \"type\": \"CREDIT\",\r\n            \"txnId\": \"TXN000120\",\r\n            \"amount\": \"809.12\",\r\n            \"narration\": \"Salary Credit\",\r\n            \"reference\": \"RFN492970\",\r\n            \"valueDate\": \"2024-11-23T00:00:00.000Z\",\r\n            \"currentBalance\": \"34377.21\",\r\n            \"transactionTimestamp\": \"2024-11-23T19:35:30.000Z\"\r\n          },\r\n          {\r\n            \"mode\": \"CASH\",\r\n            \"type\": \"DEBIT\",\r\n            \"txnId\": \"TXN000110\",\r\n            \"amount\": \"7152.90\",\r\n            \"narration\": \"Purchase/Withdrawal\",\r\n            \"reference\": \"RFN305250\",\r\n            \"valueDate\": \"2024-11-24T00:00:00.000Z\",\r\n            \"currentBalance\": \"46751.83\",\r\n            \"transactionTimestamp\": \"2024-11-24T22:44:39.000Z\"\r\n          },\r\n          {\r\n            \"mode\": \"UPI\",\r\n            \"type\": \"DEBIT\",\r\n            \"txnId\": \"TXN000111\",\r\n            \"amount\": \"8298.24\",\r\n            \"narration\": \"Purchase/Withdrawal\",\r\n            \"reference\": \"RFN361866\",\r\n            \"valueDate\": \"2024-11-26T00:00:00.000Z\",\r\n            \"currentBalance\": \"38453.59\",\r\n            \"transactionTimestamp\": \"2024-11-26T01:58:29.000Z\"\r\n          },\r\n          {\r\n            \"mode\": \"UPI\",\r\n            \"type\": \"DEBIT\",\r\n            \"txnId\": \"TXN000127\",\r\n            \"amount\": \"6403.62\",\r\n            \"narration\": \"Purchase/Withdrawal\",\r\n            \"reference\": \"RFN624893\",\r\n            \"valueDate\": \"2024-12-03T00:00:00.000Z\",\r\n            \"currentBalance\": \"31097.78\",\r\n            \"transactionTimestamp\": \"2024-12-03T17:38:36.000Z\"\r\n          },\r\n          {\r\n            \"mode\": \"UPI\",\r\n            \"type\": \"DEBIT\",\r\n            \"txnId\": \"TXN000124\",\r\n            \"amount\": \"1380.34\",\r\n            \"narration\": \"Purchase/Withdrawal\",\r\n            \"reference\": \"RFN537398\",\r\n            \"valueDate\": \"2024-12-05T00:00:00.000Z\",\r\n            \"currentBalance\": \"35284.25\",\r\n            \"transactionTimestamp\": \"2024-12-05T00:06:22.000Z\"\r\n          },\r\n          {\r\n            \"mode\": \"CARD\",\r\n            \"type\": \"DEBIT\",\r\n            \"txnId\": \"TXN000130\",\r\n            \"amount\": \"7730.49\",\r\n            \"narration\": \"Purchase/Withdrawal\",\r\n            \"reference\": \"RFN540496\",\r\n            \"valueDate\": \"2024-12-08T00:00:00.000Z\",\r\n            \"currentBalance\": \"20052.20\",\r\n            \"transactionTimestamp\": \"2024-12-08T08:45:49.000Z\"\r\n          },\r\n          {\r\n            \"mode\": \"UPI\",\r\n            \"type\": \"DEBIT\",\r\n            \"txnId\": \"TXN000129\",\r\n            \"amount\": \"1974.04\",\r\n            \"narration\": \"Purchase/Withdrawal\",\r\n            \"reference\": \"RFN149028\",\r\n            \"valueDate\": \"2024-12-09T00:00:00.000Z\",\r\n            \"currentBalance\": \"27782.69\",\r\n            \"transactionTimestamp\": \"2024-12-09T00:38:51.000Z\"\r\n          },\r\n          {\r\n            \"mode\": \"UPI\",\r\n            \"type\": \"CREDIT\",\r\n            \"txnId\": \"TXN000132\",\r\n            \"amount\": \"851.73\",\r\n            \"narration\": \"Salary Credit\",\r\n            \"reference\": \"RFN812124\",\r\n            \"valueDate\": \"2024-12-15T00:00:00.000Z\",\r\n            \"currentBalance\": \"17222.30\",\r\n            \"transactionTimestamp\": \"2024-12-15T02:09:46.000Z\"\r\n          },\r\n          {\r\n            \"mode\": \"UPI\",\r\n            \"type\": \"DEBIT\",\r\n            \"txnId\": \"TXN000125\",\r\n            \"amount\": \"2032.47\",\r\n            \"narration\": \"Purchase/Withdrawal\",\r\n            \"reference\": \"RFN972951\",\r\n            \"valueDate\": \"2024-12-16T00:00:00.000Z\",\r\n            \"currentBalance\": \"33251.78\",\r\n            \"transactionTimestamp\": \"2024-12-16T05:11:36.000Z\"\r\n          },\r\n          {\r\n            \"mode\": \"UPI\",\r\n            \"type\": \"DEBIT\",\r\n            \"txnId\": \"TXN000128\",\r\n            \"amount\": \"1341.05\",\r\n            \"narration\": \"Purchase/Withdrawal\",\r\n            \"reference\": \"RFN970608\",\r\n            \"valueDate\": \"2024-12-19T00:00:00.000Z\",\r\n            \"currentBalance\": \"29756.73\",\r\n            \"transactionTimestamp\": \"2024-12-19T11:45:16.000Z\"\r\n          },\r\n          {\r\n            \"mode\": \"UPI\",\r\n            \"type\": \"CREDIT\",\r\n            \"txnId\": \"TXN000133\",\r\n            \"amount\": \"8968.61\",\r\n            \"narration\": \"Salary Credit\",\r\n            \"reference\": \"RFN324625\",\r\n            \"valueDate\": \"2024-12-20T00:00:00.000Z\",\r\n            \"currentBalance\": \"26190.91\",\r\n            \"transactionTimestamp\": \"2024-12-20T06:23:38.000Z\"\r\n          },\r\n          {\r\n            \"mode\": \"UPI\",\r\n            \"type\": \"CREDIT\",\r\n            \"txnId\": \"TXN000134\",\r\n            \"amount\": \"5413.77\",\r\n            \"narration\": \"Salary Credit\",\r\n            \"reference\": \"RFN108789\",\r\n            \"valueDate\": \"2024-12-20T00:00:00.000Z\",\r\n            \"currentBalance\": \"31604.68\",\r\n            \"transactionTimestamp\": \"2024-12-20T20:04:07.000Z\"\r\n          },\r\n          {\r\n            \"mode\": \"CARD\",\r\n            \"type\": \"CREDIT\",\r\n            \"txnId\": \"TXN000122\",\r\n            \"amount\": \"8998.54\",\r\n            \"narration\": \"Salary Credit\",\r\n            \"reference\": \"RFN698095\",\r\n            \"valueDate\": \"2024-12-21T00:00:00.000Z\",\r\n            \"currentBalance\": \"36508.83\",\r\n            \"transactionTimestamp\": \"2024-12-21T16:21:58.000Z\"\r\n          },\r\n          {\r\n            \"mode\": \"CARD\",\r\n            \"type\": \"DEBIT\",\r\n            \"txnId\": \"TXN000121\",\r\n            \"amount\": \"6866.92\",\r\n            \"narration\": \"Purchase/Withdrawal\",\r\n            \"reference\": \"RFN483647\",\r\n            \"valueDate\": \"2024-12-21T00:00:00.000Z\",\r\n            \"currentBalance\": \"27510.29\",\r\n            \"transactionTimestamp\": \"2024-12-21T23:08:11.000Z\"\r\n          },\r\n          {\r\n            \"mode\": \"UPI\",\r\n            \"type\": \"CREDIT\",\r\n            \"txnId\": \"TXN000123\",\r\n            \"amount\": \"155.76\",\r\n            \"narration\": \"Salary Credit\",\r\n            \"reference\": \"RFN986985\",\r\n            \"valueDate\": \"2024-12-25T00:00:00.000Z\",\r\n            \"currentBalance\": \"36664.59\",\r\n            \"transactionTimestamp\": \"2024-12-25T17:10:12.000Z\"\r\n          },\r\n          {\r\n            \"mode\": \"CASH\",\r\n            \"type\": \"DEBIT\",\r\n            \"txnId\": \"TXN000131\",\r\n            \"amount\": \"3681.63\",\r\n            \"narration\": \"Purchase/Withdrawal\",\r\n            \"reference\": \"RFN276350\",\r\n            \"valueDate\": \"2024-12-26T00:00:00.000Z\",\r\n            \"currentBalance\": \"16370.57\",\r\n            \"transactionTimestamp\": \"2024-12-26T04:21:56.000Z\"\r\n          },\r\n          {\r\n            \"mode\": \"CASH\",\r\n            \"type\": \"CREDIT\",\r\n            \"txnId\": \"TXN000126\",\r\n            \"amount\": \"4249.62\",\r\n            \"narration\": \"Salary Credit\",\r\n            \"reference\": \"RFN879246\",\r\n            \"valueDate\": \"2024-12-27T00:00:00.000Z\",\r\n            \"currentBalance\": \"37501.40\",\r\n            \"transactionTimestamp\": \"2024-12-27T07:59:55.000Z\"\r\n          },\r\n          {\r\n            \"mode\": \"CARD\",\r\n            \"type\": \"DEBIT\",\r\n            \"txnId\": \"TXN000135\",\r\n            \"amount\": \"9136.97\",\r\n            \"narration\": \"Purchase/Withdrawal\",\r\n            \"reference\": \"RFN306104\",\r\n            \"valueDate\": \"2024-12-28T00:00:00.000Z\",\r\n            \"currentBalance\": \"22467.71\",\r\n            \"transactionTimestamp\": \"2024-12-28T00:10:46.000Z\"\r\n          },\r\n          {\r\n            \"mode\": \"CARD\",\r\n            \"type\": \"DEBIT\",\r\n            \"txnId\": \"TXN000139\",\r\n            \"amount\": \"3873.95\",\r\n            \"narration\": \"Purchase/Withdrawal\",\r\n            \"reference\": \"RFN873273\",\r\n            \"valueDate\": \"2025-01-02T00:00:00.000Z\",\r\n            \"currentBalance\": \"7392.50\",\r\n            \"transactionTimestamp\": \"2025-01-02T23:58:15.000Z\"\r\n          },\r\n          {\r\n            \"mode\": \"CARD\",\r\n            \"type\": \"CREDIT\",\r\n            \"txnId\": \"TXN000141\",\r\n            \"amount\": \"4687.65\",\r\n            \"narration\": \"Salary Credit\",\r\n            \"reference\": \"RFN476251\",\r\n            \"valueDate\": \"2025-01-03T00:00:00.000Z\",\r\n            \"currentBalance\": \"7008.38\",\r\n            \"transactionTimestamp\": \"2025-01-03T00:05:44.000Z\"\r\n          },\r\n          {\r\n            \"mode\": \"CASH\",\r\n            \"type\": \"DEBIT\",\r\n            \"txnId\": \"TXN000144\",\r\n            \"amount\": \"8596.63\",\r\n            \"narration\": \"Purchase/Withdrawal\",\r\n            \"reference\": \"RFN278631\",\r\n            \"valueDate\": \"2025-01-04T00:00:00.000Z\",\r\n            \"currentBalance\": \"-6614.48\",\r\n            \"transactionTimestamp\": \"2025-01-04T15:46:35.000Z\"\r\n          },\r\n          {\r\n            \"mode\": \"CASH\",\r\n            \"type\": \"DEBIT\",\r\n            \"txnId\": \"TXN000142\",\r\n            \"amount\": \"1224.18\",\r\n            \"narration\": \"Purchase/Withdrawal\",\r\n            \"reference\": \"RFN695494\",\r\n            \"valueDate\": \"2025-01-06T00:00:00.000Z\",\r\n            \"currentBalance\": \"5784.20\",\r\n            \"transactionTimestamp\": \"2025-01-06T10:24:00.000Z\"\r\n          },\r\n          {\r\n            \"mode\": \"CASH\",\r\n            \"type\": \"DEBIT\",\r\n            \"txnId\": \"TXN000143\",\r\n            \"amount\": \"3802.05\",\r\n            \"narration\": \"Purchase/Withdrawal\",\r\n            \"reference\": \"RFN173882\",\r\n            \"valueDate\": \"2025-01-06T00:00:00.000Z\",\r\n            \"currentBalance\": \"1982.15\",\r\n            \"transactionTimestamp\": \"2025-01-06T13:18:29.000Z\"\r\n          },\r\n          {\r\n            \"mode\": \"CASH\",\r\n            \"type\": \"DEBIT\",\r\n            \"txnId\": \"TXN000147\",\r\n            \"amount\": \"3766.08\",\r\n            \"narration\": \"Purchase/Withdrawal\",\r\n            \"reference\": \"RFN295061\",\r\n            \"valueDate\": \"2025-01-06T00:00:00.000Z\",\r\n            \"currentBalance\": \"-23517.96\",\r\n            \"transactionTimestamp\": \"2025-01-06T19:54:01.000Z\"\r\n          },\r\n          {\r\n            \"mode\": \"UPI\",\r\n            \"type\": \"DEBIT\",\r\n            \"txnId\": \"TXN000150\",\r\n            \"amount\": \"9381.90\",\r\n            \"narration\": \"Purchase/Withdrawal\",\r\n            \"reference\": \"RFN297961\",\r\n            \"valueDate\": \"2025-01-13T00:00:00.000Z\",\r\n            \"currentBalance\": \"-38537.87\",\r\n            \"transactionTimestamp\": \"2025-01-13T05:54:33.000Z\"\r\n          },\r\n          {\r\n            \"mode\": \"CARD\",\r\n            \"type\": \"DEBIT\",\r\n            \"txnId\": \"TXN000145\",\r\n            \"amount\": \"9426.97\",\r\n            \"narration\": \"Purchase/Withdrawal\",\r\n            \"reference\": \"RFN132955\",\r\n            \"valueDate\": \"2025-01-17T00:00:00.000Z\",\r\n            \"currentBalance\": \"-16041.45\",\r\n            \"transactionTimestamp\": \"2025-01-17T02:43:41.000Z\"\r\n          },\r\n          {\r\n            \"mode\": \"UPI\",\r\n            \"type\": \"DEBIT\",\r\n            \"txnId\": \"TXN000136\",\r\n            \"amount\": \"9170.04\",\r\n            \"narration\": \"Purchase/Withdrawal\",\r\n            \"reference\": \"RFN864089\",\r\n            \"valueDate\": \"2025-01-19T00:00:00.000Z\",\r\n            \"currentBalance\": \"13297.67\",\r\n            \"transactionTimestamp\": \"2025-01-19T02:08:34.000Z\"\r\n          },\r\n          {\r\n            \"mode\": \"CARD\",\r\n            \"type\": \"CREDIT\",\r\n            \"txnId\": \"TXN000138\",\r\n            \"amount\": \"2019.75\",\r\n            \"narration\": \"Salary Credit\",\r\n            \"reference\": \"RFN820710\",\r\n            \"valueDate\": \"2025-01-20T00:00:00.000Z\",\r\n            \"currentBalance\": \"11266.45\",\r\n            \"transactionTimestamp\": \"2025-01-20T12:30:23.000Z\"\r\n          },\r\n          {\r\n            \"mode\": \"CARD\",\r\n            \"type\": \"DEBIT\",\r\n            \"txnId\": \"TXN000146\",\r\n            \"amount\": \"3710.43\",\r\n            \"narration\": \"Purchase/Withdrawal\",\r\n            \"reference\": \"RFN863440\",\r\n            \"valueDate\": \"2025-01-20T00:00:00.000Z\",\r\n            \"currentBalance\": \"-19751.88\",\r\n            \"transactionTimestamp\": \"2025-01-20T18:05:57.000Z\"\r\n          },\r\n          {\r\n            \"mode\": \"UPI\",\r\n            \"type\": \"DEBIT\",\r\n            \"txnId\": \"TXN000140\",\r\n            \"amount\": \"5071.77\",\r\n            \"narration\": \"Purchase/Withdrawal\",\r\n            \"reference\": \"RFN428256\",\r\n            \"valueDate\": \"2025-01-22T00:00:00.000Z\",\r\n            \"currentBalance\": \"2320.73\",\r\n            \"transactionTimestamp\": \"2025-01-22T07:03:54.000Z\"\r\n          },\r\n          {\r\n            \"mode\": \"CASH\",\r\n            \"type\": \"CREDIT\",\r\n            \"txnId\": \"TXN000148\",\r\n            \"amount\": \"1854.23\",\r\n            \"narration\": \"Salary Credit\",\r\n            \"reference\": \"RFN191237\",\r\n            \"valueDate\": \"2025-01-26T00:00:00.000Z\",\r\n            \"currentBalance\": \"-21663.73\",\r\n            \"transactionTimestamp\": \"2025-01-26T08:21:18.000Z\"\r\n          },\r\n          {\r\n            \"mode\": \"CASH\",\r\n            \"type\": \"DEBIT\",\r\n            \"txnId\": \"TXN000137\",\r\n            \"amount\": \"4050.97\",\r\n            \"narration\": \"Purchase/Withdrawal\",\r\n            \"reference\": \"RFN181543\",\r\n            \"valueDate\": \"2025-01-26T00:00:00.000Z\",\r\n            \"currentBalance\": \"9246.70\",\r\n            \"transactionTimestamp\": \"2025-01-26T20:17:02.000Z\"\r\n          },\r\n          {\r\n            \"mode\": \"CASH\",\r\n            \"type\": \"DEBIT\",\r\n            \"txnId\": \"TXN000149\",\r\n            \"amount\": \"7492.24\",\r\n            \"narration\": \"Purchase/Withdrawal\",\r\n            \"reference\": \"RFN683727\",\r\n            \"valueDate\": \"2025-01-28T00:00:00.000Z\",\r\n            \"currentBalance\": \"-29155.97\",\r\n            \"transactionTimestamp\": \"2025-01-28T02:31:00.000Z\"\r\n          },\r\n          {\r\n            \"mode\": \"CARD\",\r\n            \"type\": \"DEBIT\",\r\n            \"txnId\": \"TXN000157\",\r\n            \"amount\": \"4159.80\",\r\n            \"narration\": \"Purchase/Withdrawal\",\r\n            \"reference\": \"RFN191055\",\r\n            \"valueDate\": \"2025-02-02T00:00:00.000Z\",\r\n            \"currentBalance\": \"-39137.10\",\r\n            \"transactionTimestamp\": \"2025-02-02T08:58:08.000Z\"\r\n          },\r\n          {\r\n            \"mode\": \"CASH\",\r\n            \"type\": \"CREDIT\",\r\n            \"txnId\": \"TXN000155\",\r\n            \"amount\": \"613.22\",\r\n            \"narration\": \"Salary Credit\",\r\n            \"reference\": \"RFN710291\",\r\n            \"valueDate\": \"2025-02-02T00:00:00.000Z\",\r\n            \"currentBalance\": \"-31441.82\",\r\n            \"transactionTimestamp\": \"2025-02-02T11:13:07.000Z\"\r\n          },\r\n          {\r\n            \"mode\": \"UPI\",\r\n            \"type\": \"DEBIT\",\r\n            \"txnId\": \"TXN000160\",\r\n            \"amount\": \"3304.87\",\r\n            \"narration\": \"Purchase/Withdrawal\",\r\n            \"reference\": \"RFN782465\",\r\n            \"valueDate\": \"2025-02-05T00:00:00.000Z\",\r\n            \"currentBalance\": \"-36957.84\",\r\n            \"transactionTimestamp\": \"2025-02-05T16:08:16.000Z\"\r\n          },\r\n          {\r\n            \"mode\": \"CARD\",\r\n            \"type\": \"DEBIT\",\r\n            \"txnId\": \"TXN000162\",\r\n            \"amount\": \"2465.95\",\r\n            \"narration\": \"Purchase/Withdrawal\",\r\n            \"reference\": \"RFN282941\",\r\n            \"valueDate\": \"2025-02-06T00:00:00.000Z\",\r\n            \"currentBalance\": \"-36253.09\",\r\n            \"transactionTimestamp\": \"2025-02-06T11:15:12.000Z\"\r\n          },\r\n          {\r\n            \"mode\": \"CARD\",\r\n            \"type\": \"DEBIT\",\r\n            \"txnId\": \"TXN000156\",\r\n            \"amount\": \"3535.48\",\r\n            \"narration\": \"Purchase/Withdrawal\",\r\n            \"reference\": \"RFN447061\",\r\n            \"valueDate\": \"2025-02-08T00:00:00.000Z\",\r\n            \"currentBalance\": \"-34977.30\",\r\n            \"transactionTimestamp\": \"2025-02-08T22:45:58.000Z\"\r\n          },\r\n          {\r\n            \"mode\": \"UPI\",\r\n            \"type\": \"CREDIT\",\r\n            \"txnId\": \"TXN000154\",\r\n            \"amount\": \"3185.44\",\r\n            \"narration\": \"Salary Credit\",\r\n            \"reference\": \"RFN214774\",\r\n            \"valueDate\": \"2025-02-09T00:00:00.000Z\",\r\n            \"currentBalance\": \"-32055.04\",\r\n            \"transactionTimestamp\": \"2025-02-09T03:05:57.000Z\"\r\n          },\r\n          {\r\n            \"mode\": \"UPI\",\r\n            \"type\": \"CREDIT\",\r\n            \"txnId\": \"TXN000164\",\r\n            \"amount\": \"4303.04\",\r\n            \"narration\": \"Salary Credit\",\r\n            \"reference\": \"RFN601891\",\r\n            \"valueDate\": \"2025-02-11T00:00:00.000Z\",\r\n            \"currentBalance\": \"-25613.38\",\r\n            \"transactionTimestamp\": \"2025-02-11T12:42:48.000Z\"\r\n          },\r\n          {\r\n            \"mode\": \"CARD\",\r\n            \"type\": \"CREDIT\",\r\n            \"txnId\": \"TXN000163\",\r\n            \"amount\": \"6336.67\",\r\n            \"narration\": \"Salary Credit\",\r\n            \"reference\": \"RFN175166\",\r\n            \"valueDate\": \"2025-02-11T00:00:00.000Z\",\r\n            \"currentBalance\": \"-29916.42\",\r\n            \"transactionTimestamp\": \"2025-02-11T18:30:35.000Z\"\r\n          },\r\n          {\r\n            \"mode\": \"UPI\",\r\n            \"type\": \"CREDIT\",\r\n            \"txnId\": \"TXN000152\",\r\n            \"amount\": \"4367.26\",\r\n            \"narration\": \"Salary Credit\",\r\n            \"reference\": \"RFN935267\",\r\n            \"valueDate\": \"2025-02-16T00:00:00.000Z\",\r\n            \"currentBalance\": \"-30836.76\",\r\n            \"transactionTimestamp\": \"2025-02-16T01:25:11.000Z\"\r\n          },\r\n          {\r\n            \"mode\": \"CASH\",\r\n            \"type\": \"CREDIT\",\r\n            \"txnId\": \"TXN000159\",\r\n            \"amount\": \"179.56\",\r\n            \"narration\": \"Salary Credit\",\r\n            \"reference\": \"RFN480817\",\r\n            \"valueDate\": \"2025-02-17T00:00:00.000Z\",\r\n            \"currentBalance\": \"-33652.97\",\r\n            \"transactionTimestamp\": \"2025-02-17T05:36:09.000Z\"\r\n          },\r\n          {\r\n            \"mode\": \"CASH\",\r\n            \"type\": \"DEBIT\",\r\n            \"txnId\": \"TXN000153\",\r\n            \"amount\": \"4403.72\",\r\n            \"narration\": \"Purchase/Withdrawal\",\r\n            \"reference\": \"RFN230255\",\r\n            \"valueDate\": \"2025-02-20T00:00:00.000Z\",\r\n            \"currentBalance\": \"-35240.48\",\r\n            \"transactionTimestamp\": \"2025-02-20T10:18:00.000Z\"\r\n          },\r\n          {\r\n            \"mode\": \"UPI\",\r\n            \"type\": \"CREDIT\",\r\n            \"txnId\": \"TXN000151\",\r\n            \"amount\": \"3333.85\",\r\n            \"narration\": \"Salary Credit\",\r\n            \"reference\": \"RFN410296\",\r\n            \"valueDate\": \"2025-02-24T00:00:00.000Z\",\r\n            \"currentBalance\": \"-35204.02\",\r\n            \"transactionTimestamp\": \"2025-02-24T00:25:05.000Z\"\r\n          },\r\n          {\r\n            \"mode\": \"CARD\",\r\n            \"type\": \"CREDIT\",\r\n            \"txnId\": \"TXN000165\",\r\n            \"amount\": \"8812.48\",\r\n            \"narration\": \"Salary Credit\",\r\n            \"reference\": \"RFN945023\",\r\n            \"valueDate\": \"2025-02-24T00:00:00.000Z\",\r\n            \"currentBalance\": \"-16800.90\",\r\n            \"transactionTimestamp\": \"2025-02-24T05:00:45.000Z\"\r\n          },\r\n          {\r\n            \"mode\": \"CASH\",\r\n            \"type\": \"CREDIT\",\r\n            \"txnId\": \"TXN000161\",\r\n            \"amount\": \"3170.70\",\r\n            \"narration\": \"Salary Credit\",\r\n            \"reference\": \"RFN165364\",\r\n            \"valueDate\": \"2025-02-25T00:00:00.000Z\",\r\n            \"currentBalance\": \"-33787.14\",\r\n            \"transactionTimestamp\": \"2025-02-25T17:29:26.000Z\"\r\n          },\r\n          {\r\n            \"mode\": \"CARD\",\r\n            \"type\": \"CREDIT\",\r\n            \"txnId\": \"TXN000158\",\r\n            \"amount\": \"5304.57\",\r\n            \"narration\": \"Salary Credit\",\r\n            \"reference\": \"RFN551417\",\r\n            \"valueDate\": \"2025-02-27T00:00:00.000Z\",\r\n            \"currentBalance\": \"-33832.53\",\r\n            \"transactionTimestamp\": \"2025-02-27T10:10:08.000Z\"\r\n          },\r\n          {\r\n            \"mode\": \"CASH\",\r\n            \"type\": \"DEBIT\",\r\n            \"txnId\": \"TXN000167\",\r\n            \"amount\": \"4932.38\",\r\n            \"narration\": \"Purchase/Withdrawal\",\r\n            \"reference\": \"RFN511139\",\r\n            \"valueDate\": \"2025-03-03T00:00:00.000Z\",\r\n            \"currentBalance\": \"-17591.87\",\r\n            \"transactionTimestamp\": \"2025-03-03T06:56:46.000Z\"\r\n          },\r\n          {\r\n            \"mode\": \"CASH\",\r\n            \"type\": \"DEBIT\",\r\n            \"txnId\": \"TXN000168\",\r\n            \"amount\": \"4925.09\",\r\n            \"narration\": \"Purchase/Withdrawal\",\r\n            \"reference\": \"RFN145948\",\r\n            \"valueDate\": \"2025-03-03T00:00:00.000Z\",\r\n            \"currentBalance\": \"-22516.96\",\r\n            \"transactionTimestamp\": \"2025-03-03T07:20:55.000Z\"\r\n          },\r\n          {\r\n            \"mode\": \"CARD\",\r\n            \"type\": \"CREDIT\",\r\n            \"txnId\": \"TXN000166\",\r\n            \"amount\": \"4141.41\",\r\n            \"narration\": \"Salary Credit\",\r\n            \"reference\": \"RFN201505\",\r\n            \"valueDate\": \"2025-03-03T00:00:00.000Z\",\r\n            \"currentBalance\": \"-12659.49\",\r\n            \"transactionTimestamp\": \"2025-03-03T10:03:03.000Z\"\r\n          },\r\n          {\r\n            \"mode\": \"CARD\",\r\n            \"type\": \"CREDIT\",\r\n            \"txnId\": \"TXN000172\",\r\n            \"amount\": \"2816.21\",\r\n            \"narration\": \"Salary Credit\",\r\n            \"reference\": \"RFN467149\",\r\n            \"valueDate\": \"2025-03-04T00:00:00.000Z\",\r\n            \"currentBalance\": \"-15408.45\",\r\n            \"transactionTimestamp\": \"2025-03-04T09:25:01.000Z\"\r\n          },\r\n          {\r\n            \"mode\": \"UPI\",\r\n            \"type\": \"DEBIT\",\r\n            \"txnId\": \"TXN000176\",\r\n            \"amount\": \"2350.29\",\r\n            \"narration\": \"Purchase/Withdrawal\",\r\n            \"reference\": \"RFN666135\",\r\n            \"valueDate\": \"2025-03-07T00:00:00.000Z\",\r\n            \"currentBalance\": \"-3403.31\",\r\n            \"transactionTimestamp\": \"2025-03-07T06:45:13.000Z\"\r\n          },\r\n          {\r\n            \"mode\": \"CARD\",\r\n            \"type\": \"CREDIT\",\r\n            \"txnId\": \"TXN000180\",\r\n            \"amount\": \"893.54\",\r\n            \"narration\": \"Salary Credit\",\r\n            \"reference\": \"RFN946572\",\r\n            \"valueDate\": \"2025-03-07T00:00:00.000Z\",\r\n            \"currentBalance\": \"-17076.69\",\r\n            \"transactionTimestamp\": \"2025-03-07T23:25:09.000Z\"\r\n          },\r\n          {\r\n            \"mode\": \"CARD\",\r\n            \"type\": \"DEBIT\",\r\n            \"txnId\": \"TXN000171\",\r\n            \"amount\": \"3284.57\",\r\n            \"narration\": \"Purchase/Withdrawal\",\r\n            \"reference\": \"RFN753027\",\r\n            \"valueDate\": \"2025-03-13T00:00:00.000Z\",\r\n            \"currentBalance\": \"-18224.66\",\r\n            \"transactionTimestamp\": \"2025-03-13T02:41:46.000Z\"\r\n          },\r\n          {\r\n            \"mode\": \"UPI\",\r\n            \"type\": \"CREDIT\",\r\n            \"txnId\": \"TXN000170\",\r\n            \"amount\": \"9762.63\",\r\n            \"narration\": \"Salary Credit\",\r\n            \"reference\": \"RFN527570\",\r\n            \"valueDate\": \"2025-03-14T00:00:00.000Z\",\r\n            \"currentBalance\": \"-14940.09\",\r\n            \"transactionTimestamp\": \"2025-03-14T13:51:01.000Z\"\r\n          },\r\n          {\r\n            \"mode\": \"CASH\",\r\n            \"type\": \"CREDIT\",\r\n            \"txnId\": \"TXN000175\",\r\n            \"amount\": \"7830.87\",\r\n            \"narration\": \"Salary Credit\",\r\n            \"reference\": \"RFN414125\",\r\n            \"valueDate\": \"2025-03-14T00:00:00.000Z\",\r\n            \"currentBalance\": \"-1053.02\",\r\n            \"transactionTimestamp\": \"2025-03-14T16:44:11.000Z\"\r\n          },\r\n          {\r\n            \"mode\": \"CARD\",\r\n            \"type\": \"DEBIT\",\r\n            \"txnId\": \"TXN000169\",\r\n            \"amount\": \"2185.76\",\r\n            \"narration\": \"Purchase/Withdrawal\",\r\n            \"reference\": \"RFN528866\",\r\n            \"valueDate\": \"2025-03-16T00:00:00.000Z\",\r\n            \"currentBalance\": \"-24702.72\",\r\n            \"transactionTimestamp\": \"2025-03-16T04:36:14.000Z\"\r\n          },\r\n          {\r\n            \"mode\": \"CASH\",\r\n            \"type\": \"DEBIT\",\r\n            \"txnId\": \"TXN000179\",\r\n            \"amount\": \"5820.47\",\r\n            \"narration\": \"Purchase/Withdrawal\",\r\n            \"reference\": \"RFN357404\",\r\n            \"valueDate\": \"2025-03-19T00:00:00.000Z\",\r\n            \"currentBalance\": \"-17970.23\",\r\n            \"transactionTimestamp\": \"2025-03-19T01:05:53.000Z\"\r\n          },\r\n          {\r\n            \"mode\": \"CASH\",\r\n            \"type\": \"CREDIT\",\r\n            \"txnId\": \"TXN000174\",\r\n            \"amount\": \"2660.26\",\r\n            \"narration\": \"Salary Credit\",\r\n            \"reference\": \"RFN794663\",\r\n            \"valueDate\": \"2025-03-19T00:00:00.000Z\",\r\n            \"currentBalance\": \"-8883.89\",\r\n            \"transactionTimestamp\": \"2025-03-19T17:57:50.000Z\"\r\n          },\r\n          {\r\n            \"mode\": \"CARD\",\r\n            \"type\": \"DEBIT\",\r\n            \"txnId\": \"TXN000178\",\r\n            \"amount\": \"4411.13\",\r\n            \"narration\": \"Purchase/Withdrawal\",\r\n            \"reference\": \"RFN831132\",\r\n            \"valueDate\": \"2025-03-20T00:00:00.000Z\",\r\n            \"currentBalance\": \"-12149.76\",\r\n            \"transactionTimestamp\": \"2025-03-20T21:55:58.000Z\"\r\n          },\r\n          {\r\n            \"mode\": \"CARD\",\r\n            \"type\": \"DEBIT\",\r\n            \"txnId\": \"TXN000177\",\r\n            \"amount\": \"4335.32\",\r\n            \"narration\": \"Purchase/Withdrawal\",\r\n            \"reference\": \"RFN552520\",\r\n            \"valueDate\": \"2025-03-23T00:00:00.000Z\",\r\n            \"currentBalance\": \"-7738.63\",\r\n            \"transactionTimestamp\": \"2025-03-23T01:18:22.000Z\"\r\n          },\r\n          {\r\n            \"mode\": \"UPI\",\r\n            \"type\": \"CREDIT\",\r\n            \"txnId\": \"TXN000173\",\r\n            \"amount\": \"3864.30\",\r\n            \"narration\": \"Salary Credit\",\r\n            \"reference\": \"RFN174437\",\r\n            \"valueDate\": \"2025-03-25T00:00:00.000Z\",\r\n            \"currentBalance\": \"-11544.15\",\r\n            \"transactionTimestamp\": \"2025-03-25T19:47:39.000Z\"\r\n          },\r\n          {\r\n            \"mode\": \"UPI\",\r\n            \"type\": \"CREDIT\",\r\n            \"txnId\": \"TXN000190\",\r\n            \"amount\": \"448.35\",\r\n            \"narration\": \"Salary Credit\",\r\n            \"reference\": \"RFN301083\",\r\n            \"valueDate\": \"2025-04-01T00:00:00.000Z\",\r\n            \"currentBalance\": \"-9630.55\",\r\n            \"transactionTimestamp\": \"2025-04-01T19:31:01.000Z\"\r\n          },\r\n          {\r\n            \"mode\": \"CARD\",\r\n            \"type\": \"DEBIT\",\r\n            \"txnId\": \"TXN000191\",\r\n            \"amount\": \"4518.20\",\r\n            \"narration\": \"Purchase/Withdrawal\",\r\n            \"reference\": \"RFN742368\",\r\n            \"valueDate\": \"2025-04-03T00:00:00.000Z\",\r\n            \"currentBalance\": \"-14148.75\",\r\n            \"transactionTimestamp\": \"2025-04-03T03:34:16.000Z\"\r\n          },\r\n          {\r\n            \"mode\": \"CASH\",\r\n            \"type\": \"DEBIT\",\r\n            \"txnId\": \"TXN000185\",\r\n            \"amount\": \"8552.24\",\r\n            \"narration\": \"Purchase/Withdrawal\",\r\n            \"reference\": \"RFN729369\",\r\n            \"valueDate\": \"2025-04-07T00:00:00.000Z\",\r\n            \"currentBalance\": \"-10872.17\",\r\n            \"transactionTimestamp\": \"2025-04-07T12:20:16.000Z\"\r\n          },\r\n          {\r\n            \"mode\": \"UPI\",\r\n            \"type\": \"CREDIT\",\r\n            \"txnId\": \"TXN000181\",\r\n            \"amount\": \"5639.15\",\r\n            \"narration\": \"Salary Credit\",\r\n            \"reference\": \"RFN362724\",\r\n            \"valueDate\": \"2025-04-08T00:00:00.000Z\",\r\n            \"currentBalance\": \"-11437.54\",\r\n            \"transactionTimestamp\": \"2025-04-08T07:59:53.000Z\"\r\n          },\r\n          {\r\n            \"mode\": \"UPI\",\r\n            \"type\": \"DEBIT\",\r\n            \"txnId\": \"TXN000195\",\r\n            \"amount\": \"9383.07\",\r\n            \"narration\": \"Purchase/Withdrawal\",\r\n            \"reference\": \"RFN243138\",\r\n            \"valueDate\": \"2025-04-08T00:00:00.000Z\",\r\n            \"currentBalance\": \"-8857.98\",\r\n            \"transactionTimestamp\": \"2025-04-08T18:46:37.000Z\"\r\n          },\r\n          {\r\n            \"mode\": \"CARD\",\r\n            \"type\": \"CREDIT\",\r\n            \"txnId\": \"TXN000186\",\r\n            \"amount\": \"4325.23\",\r\n            \"narration\": \"Salary Credit\",\r\n            \"reference\": \"RFN401314\",\r\n            \"valueDate\": \"2025-04-14T00:00:00.000Z\",\r\n            \"currentBalance\": \"-6546.94\",\r\n            \"transactionTimestamp\": \"2025-04-14T13:09:50.000Z\"\r\n          },\r\n          {\r\n            \"mode\": \"CARD\",\r\n            \"type\": \"CREDIT\",\r\n            \"txnId\": \"TXN000183\",\r\n            \"amount\": \"3619.73\",\r\n            \"narration\": \"Salary Credit\",\r\n            \"reference\": \"RFN404390\",\r\n            \"valueDate\": \"2025-04-17T00:00:00.000Z\",\r\n            \"currentBalance\": \"-8177.70\",\r\n            \"transactionTimestamp\": \"2025-04-17T02:20:22.000Z\"\r\n          },\r\n          {\r\n            \"mode\": \"UPI\",\r\n            \"type\": \"CREDIT\",\r\n            \"txnId\": \"TXN000189\",\r\n            \"amount\": \"2737.70\",\r\n            \"narration\": \"Salary Credit\",\r\n            \"reference\": \"RFN890756\",\r\n            \"valueDate\": \"2025-04-18T00:00:00.000Z\",\r\n            \"currentBalance\": \"-10078.90\",\r\n            \"transactionTimestamp\": \"2025-04-18T02:17:09.000Z\"\r\n          },\r\n          {\r\n            \"mode\": \"CARD\",\r\n            \"type\": \"CREDIT\",\r\n            \"txnId\": \"TXN000193\",\r\n            \"amount\": \"6825.66\",\r\n            \"narration\": \"Salary Credit\",\r\n            \"reference\": \"RFN483849\",\r\n            \"valueDate\": \"2025-04-19T00:00:00.000Z\",\r\n            \"currentBalance\": \"-9145.56\",\r\n            \"transactionTimestamp\": \"2025-04-19T03:35:45.000Z\"\r\n          },\r\n          {\r\n            \"mode\": \"CASH\",\r\n            \"type\": \"DEBIT\",\r\n            \"txnId\": \"TXN000182\",\r\n            \"amount\": \"359.89\",\r\n            \"narration\": \"Purchase/Withdrawal\",\r\n            \"reference\": \"RFN643925\",\r\n            \"valueDate\": \"2025-04-20T00:00:00.000Z\",\r\n            \"currentBalance\": \"-11797.43\",\r\n            \"transactionTimestamp\": \"2025-04-20T13:43:41.000Z\"\r\n          },\r\n          {\r\n            \"mode\": \"UPI\",\r\n            \"type\": \"CREDIT\",\r\n            \"txnId\": \"TXN000187\",\r\n            \"amount\": \"3520.06\",\r\n            \"narration\": \"Salary Credit\",\r\n            \"reference\": \"RFN449714\",\r\n            \"valueDate\": \"2025-04-21T00:00:00.000Z\",\r\n            \"currentBalance\": \"-3026.88\",\r\n            \"transactionTimestamp\": \"2025-04-21T20:00:36.000Z\"\r\n          },\r\n          {\r\n            \"mode\": \"UPI\",\r\n            \"type\": \"DEBIT\",\r\n            \"txnId\": \"TXN000188\",\r\n            \"amount\": \"9789.72\",\r\n            \"narration\": \"Purchase/Withdrawal\",\r\n            \"reference\": \"RFN135304\",\r\n            \"valueDate\": \"2025-04-22T00:00:00.000Z\",\r\n            \"currentBalance\": \"-12816.60\",\r\n            \"transactionTimestamp\": \"2025-04-22T22:20:07.000Z\"\r\n          },\r\n          {\r\n            \"mode\": \"UPI\",\r\n            \"type\": \"CREDIT\",\r\n            \"txnId\": \"TXN000194\",\r\n            \"amount\": \"9670.65\",\r\n            \"narration\": \"Salary Credit\",\r\n            \"reference\": \"RFN208523\",\r\n            \"valueDate\": \"2025-04-24T00:00:00.000Z\",\r\n            \"currentBalance\": \"525.09\",\r\n            \"transactionTimestamp\": \"2025-04-24T03:11:08.000Z\"\r\n          },\r\n          {\r\n            \"mode\": \"UPI\",\r\n            \"type\": \"DEBIT\",\r\n            \"txnId\": \"TXN000192\",\r\n            \"amount\": \"1822.47\",\r\n            \"narration\": \"Purchase/Withdrawal\",\r\n            \"reference\": \"RFN808451\",\r\n            \"valueDate\": \"2025-04-24T00:00:00.000Z\",\r\n            \"currentBalance\": \"-15971.22\",\r\n            \"transactionTimestamp\": \"2025-04-24T18:29:35.000Z\"\r\n          },\r\n          {\r\n            \"mode\": \"CASH\",\r\n            \"type\": \"CREDIT\",\r\n            \"txnId\": \"TXN000184\",\r\n            \"amount\": \"5857.77\",\r\n            \"narration\": \"Salary Credit\",\r\n            \"reference\": \"RFN788245\",\r\n            \"valueDate\": \"2025-04-26T00:00:00.000Z\",\r\n            \"currentBalance\": \"-2319.93\",\r\n            \"transactionTimestamp\": \"2025-04-26T04:24:15.000Z\"\r\n          },\r\n          {\r\n            \"mode\": \"CASH\",\r\n            \"type\": \"DEBIT\",\r\n            \"txnId\": \"TXN000197\",\r\n            \"amount\": \"364.74\",\r\n            \"narration\": \"Purchase/Withdrawal\",\r\n            \"reference\": \"RFN857264\",\r\n            \"valueDate\": \"2025-05-01T00:00:00.000Z\",\r\n            \"currentBalance\": \"-11040.78\",\r\n            \"transactionTimestamp\": \"2025-05-01T19:57:23.000Z\"\r\n          },\r\n          {\r\n            \"mode\": \"CARD\",\r\n            \"type\": \"DEBIT\",\r\n            \"txnId\": \"TXN000196\",\r\n            \"amount\": \"1818.06\",\r\n            \"narration\": \"Purchase/Withdrawal\",\r\n            \"reference\": \"RFN607235\",\r\n            \"valueDate\": \"2025-05-02T00:00:00.000Z\",\r\n            \"currentBalance\": \"-10676.04\",\r\n            \"transactionTimestamp\": \"2025-05-02T08:55:49.000Z\"\r\n          },\r\n          {\r\n            \"mode\": \"CASH\",\r\n            \"type\": \"CREDIT\",\r\n            \"txnId\": \"TXN000206\",\r\n            \"amount\": \"1002.46\",\r\n            \"narration\": \"Salary Credit\",\r\n            \"reference\": \"RFN927001\",\r\n            \"valueDate\": \"2025-05-05T00:00:00.000Z\",\r\n            \"currentBalance\": \"-43097.91\",\r\n            \"transactionTimestamp\": \"2025-05-05T03:12:01.000Z\"\r\n          },\r\n          {\r\n            \"mode\": \"CASH\",\r\n            \"type\": \"CREDIT\",\r\n            \"txnId\": \"TXN000209\",\r\n            \"amount\": \"5268.19\",\r\n            \"narration\": \"Salary Credit\",\r\n            \"reference\": \"RFN888458\",\r\n            \"valueDate\": \"2025-05-05T00:00:00.000Z\",\r\n            \"currentBalance\": \"-45670.49\",\r\n            \"transactionTimestamp\": \"2025-05-05T11:36:44.000Z\"\r\n          },\r\n          {\r\n            \"mode\": \"UPI\",\r\n            \"type\": \"DEBIT\",\r\n            \"txnId\": \"TXN000207\",\r\n            \"amount\": \"9088.36\",\r\n            \"narration\": \"Purchase/Withdrawal\",\r\n            \"reference\": \"RFN691427\",\r\n            \"valueDate\": \"2025-05-09T00:00:00.000Z\",\r\n            \"currentBalance\": \"-52186.27\",\r\n            \"transactionTimestamp\": \"2025-05-09T17:30:23.000Z\"\r\n          },\r\n          {\r\n            \"mode\": \"UPI\",\r\n            \"type\": \"DEBIT\",\r\n            \"txnId\": \"TXN000198\",\r\n            \"amount\": \"9701.07\",\r\n            \"narration\": \"Purchase/Withdrawal\",\r\n            \"reference\": \"RFN946691\",\r\n            \"valueDate\": \"2025-05-11T00:00:00.000Z\",\r\n            \"currentBalance\": \"-20741.85\",\r\n            \"transactionTimestamp\": \"2025-05-11T19:59:53.000Z\"\r\n          },\r\n          {\r\n            \"mode\": \"CASH\",\r\n            \"type\": \"CREDIT\",\r\n            \"txnId\": \"TXN000205\",\r\n            \"amount\": \"4604.68\",\r\n            \"narration\": \"Salary Credit\",\r\n            \"reference\": \"RFN579460\",\r\n            \"valueDate\": \"2025-05-11T00:00:00.000Z\",\r\n            \"currentBalance\": \"-44100.37\",\r\n            \"transactionTimestamp\": \"2025-05-11T20:55:00.000Z\"\r\n          },\r\n          {\r\n            \"mode\": \"CASH\",\r\n            \"type\": \"DEBIT\",\r\n            \"txnId\": \"TXN000210\",\r\n            \"amount\": \"8633.81\",\r\n            \"narration\": \"Purchase/Withdrawal\",\r\n            \"reference\": \"RFN270348\",\r\n            \"valueDate\": \"2025-05-14T00:00:00.000Z\",\r\n            \"currentBalance\": \"-54304.30\",\r\n            \"transactionTimestamp\": \"2025-05-14T00:34:54.000Z\"\r\n          },\r\n          {\r\n            \"mode\": \"UPI\",\r\n            \"type\": \"DEBIT\",\r\n            \"txnId\": \"TXN000202\",\r\n            \"amount\": \"6054.73\",\r\n            \"narration\": \"Purchase/Withdrawal\",\r\n            \"reference\": \"RFN483547\",\r\n            \"valueDate\": \"2025-05-17T00:00:00.000Z\",\r\n            \"currentBalance\": \"-39847.02\",\r\n            \"transactionTimestamp\": \"2025-05-17T02:34:53.000Z\"\r\n          },\r\n          {\r\n            \"mode\": \"CASH\",\r\n            \"type\": \"DEBIT\",\r\n            \"txnId\": \"TXN000199\",\r\n            \"amount\": \"7056.24\",\r\n            \"narration\": \"Purchase/Withdrawal\",\r\n            \"reference\": \"RFN539364\",\r\n            \"valueDate\": \"2025-05-19T00:00:00.000Z\",\r\n            \"currentBalance\": \"-27798.09\",\r\n            \"transactionTimestamp\": \"2025-05-19T05:37:43.000Z\"\r\n          },\r\n          {\r\n            \"mode\": \"UPI\",\r\n            \"type\": \"DEBIT\",\r\n            \"txnId\": \"TXN000204\",\r\n            \"amount\": \"3419.11\",\r\n            \"narration\": \"Purchase/Withdrawal\",\r\n            \"reference\": \"RFN687889\",\r\n            \"valueDate\": \"2025-05-20T00:00:00.000Z\",\r\n            \"currentBalance\": \"-48705.05\",\r\n            \"transactionTimestamp\": \"2025-05-20T17:52:38.000Z\"\r\n          },\r\n          {\r\n            \"mode\": \"CASH\",\r\n            \"type\": \"DEBIT\",\r\n            \"txnId\": \"TXN000203\",\r\n            \"amount\": \"5438.92\",\r\n            \"narration\": \"Purchase/Withdrawal\",\r\n            \"reference\": \"RFN238728\",\r\n            \"valueDate\": \"2025-05-24T00:00:00.000Z\",\r\n            \"currentBalance\": \"-45285.94\",\r\n            \"transactionTimestamp\": \"2025-05-24T19:41:01.000Z\"\r\n          },\r\n          {\r\n            \"mode\": \"CASH\",\r\n            \"type\": \"DEBIT\",\r\n            \"txnId\": \"TXN000200\",\r\n            \"amount\": \"5142.19\",\r\n            \"narration\": \"Purchase/Withdrawal\",\r\n            \"reference\": \"RFN862642\",\r\n            \"valueDate\": \"2025-05-28T00:00:00.000Z\",\r\n            \"currentBalance\": \"-32940.28\",\r\n            \"transactionTimestamp\": \"2025-05-28T20:39:44.000Z\"\r\n          },\r\n          {\r\n            \"mode\": \"UPI\",\r\n            \"type\": \"DEBIT\",\r\n            \"txnId\": \"TXN000201\",\r\n            \"amount\": \"852.01\",\r\n            \"narration\": \"Purchase/Withdrawal\",\r\n            \"reference\": \"RFN989201\",\r\n            \"valueDate\": \"2025-05-28T00:00:00.000Z\",\r\n            \"currentBalance\": \"-33792.29\",\r\n            \"transactionTimestamp\": \"2025-05-28T23:51:42.000Z\"\r\n          },\r\n          {\r\n            \"mode\": \"CARD\",\r\n            \"type\": \"CREDIT\",\r\n            \"txnId\": \"TXN000208\",\r\n            \"amount\": \"1247.59\",\r\n            \"narration\": \"Salary Credit\",\r\n            \"reference\": \"RFN713116\",\r\n            \"valueDate\": \"2025-05-29T00:00:00.000Z\",\r\n            \"currentBalance\": \"-50938.68\",\r\n            \"transactionTimestamp\": \"2025-05-29T22:23:48.000Z\"\r\n          },\r\n          {\r\n            \"mode\": \"UPI\",\r\n            \"type\": \"CREDIT\",\r\n            \"txnId\": \"TXN000220\",\r\n            \"amount\": \"3404.70\",\r\n            \"narration\": \"Salary Credit\",\r\n            \"reference\": \"RFN870135\",\r\n            \"valueDate\": \"2025-06-02T00:00:00.000Z\",\r\n            \"currentBalance\": \"-61585.39\",\r\n            \"transactionTimestamp\": \"2025-06-02T18:21:03.000Z\"\r\n          },\r\n          {\r\n            \"mode\": \"CARD\",\r\n            \"type\": \"CREDIT\",\r\n            \"txnId\": \"TXN000212\",\r\n            \"amount\": \"8220.73\",\r\n            \"narration\": \"Salary Credit\",\r\n            \"reference\": \"RFN477363\",\r\n            \"valueDate\": \"2025-06-02T00:00:00.000Z\",\r\n            \"currentBalance\": \"-56073.91\",\r\n            \"transactionTimestamp\": \"2025-06-02T21:31:32.000Z\"\r\n          },\r\n          {\r\n            \"mode\": \"CASH\",\r\n            \"type\": \"CREDIT\",\r\n            \"txnId\": \"TXN000217\",\r\n            \"amount\": \"7353.07\",\r\n            \"narration\": \"Salary Credit\",\r\n            \"reference\": \"RFN656657\",\r\n            \"valueDate\": \"2025-06-05T00:00:00.000Z\",\r\n            \"currentBalance\": \"-66090.49\",\r\n            \"transactionTimestamp\": \"2025-06-05T05:15:54.000Z\"\r\n          },\r\n          {\r\n            \"mode\": \"CARD\",\r\n            \"type\": \"CREDIT\",\r\n            \"txnId\": \"TXN000221\",\r\n            \"amount\": \"6157.72\",\r\n            \"narration\": \"Salary Credit\",\r\n            \"reference\": \"RFN954400\",\r\n            \"valueDate\": \"2025-06-05T00:00:00.000Z\",\r\n            \"currentBalance\": \"-55427.67\",\r\n            \"transactionTimestamp\": \"2025-06-05T18:22:20.000Z\"\r\n          },\r\n          {\r\n            \"mode\": \"UPI\",\r\n            \"type\": \"CREDIT\",\r\n            \"txnId\": \"TXN000223\",\r\n            \"amount\": \"4891.53\",\r\n            \"narration\": \"Salary Credit\",\r\n            \"reference\": \"RFN932179\",\r\n            \"valueDate\": \"2025-06-06T00:00:00.000Z\",\r\n            \"currentBalance\": \"-51796.33\",\r\n            \"transactionTimestamp\": \"2025-06-06T16:11:15.000Z\"\r\n          },\r\n          {\r\n            \"mode\": \"CARD\",\r\n            \"type\": \"DEBIT\",\r\n            \"txnId\": \"TXN000222\",\r\n            \"amount\": \"1260.19\",\r\n            \"narration\": \"Purchase/Withdrawal\",\r\n            \"reference\": \"RFN658152\",\r\n            \"valueDate\": \"2025-06-08T00:00:00.000Z\",\r\n            \"currentBalance\": \"-56687.86\",\r\n            \"transactionTimestamp\": \"2025-06-08T20:51:18.000Z\"\r\n          },\r\n          {\r\n            \"mode\": \"CARD\",\r\n            \"type\": \"DEBIT\",\r\n            \"txnId\": \"TXN000215\",\r\n            \"amount\": \"8403.18\",\r\n            \"narration\": \"Purchase/Withdrawal\",\r\n            \"reference\": \"RFN107832\",\r\n            \"valueDate\": \"2025-06-12T00:00:00.000Z\",\r\n            \"currentBalance\": \"-64674.20\",\r\n            \"transactionTimestamp\": \"2025-06-12T14:07:36.000Z\"\r\n          },\r\n          {\r\n            \"mode\": \"UPI\",\r\n            \"type\": \"DEBIT\",\r\n            \"txnId\": \"TXN000214\",\r\n            \"amount\": \"9118.67\",\r\n            \"narration\": \"Purchase/Withdrawal\",\r\n            \"reference\": \"RFN898781\",\r\n            \"valueDate\": \"2025-06-13T00:00:00.000Z\",\r\n            \"currentBalance\": \"-56271.02\",\r\n            \"transactionTimestamp\": \"2025-06-13T04:09:54.000Z\"\r\n          },\r\n          {\r\n            \"mode\": \"CASH\",\r\n            \"type\": \"CREDIT\",\r\n            \"txnId\": \"TXN000218\",\r\n            \"amount\": \"4657.55\",\r\n            \"narration\": \"Salary Credit\",\r\n            \"reference\": \"RFN598563\",\r\n            \"valueDate\": \"2025-06-15T00:00:00.000Z\",\r\n            \"currentBalance\": \"-61432.94\",\r\n            \"transactionTimestamp\": \"2025-06-15T14:37:39.000Z\"\r\n          },\r\n          {\r\n            \"mode\": \"UPI\",\r\n            \"type\": \"DEBIT\",\r\n            \"txnId\": \"TXN000225\",\r\n            \"amount\": \"6741.17\",\r\n            \"narration\": \"Purchase/Withdrawal\",\r\n            \"reference\": \"RFN245340\",\r\n            \"valueDate\": \"2025-06-16T00:00:00.000Z\",\r\n            \"currentBalance\": \"-67169.59\",\r\n            \"transactionTimestamp\": \"2025-06-16T20:20:10.000Z\"\r\n          },\r\n          {\r\n            \"mode\": \"CARD\",\r\n            \"type\": \"DEBIT\",\r\n            \"txnId\": \"TXN000219\",\r\n            \"amount\": \"3557.15\",\r\n            \"narration\": \"Purchase/Withdrawal\",\r\n            \"reference\": \"RFN887740\",\r\n            \"valueDate\": \"2025-06-17T00:00:00.000Z\",\r\n            \"currentBalance\": \"-64990.09\",\r\n            \"transactionTimestamp\": \"2025-06-17T10:49:49.000Z\"\r\n          },\r\n          {\r\n            \"mode\": \"CASH\",\r\n            \"type\": \"DEBIT\",\r\n            \"txnId\": \"TXN000211\",\r\n            \"amount\": \"9990.34\",\r\n            \"narration\": \"Purchase/Withdrawal\",\r\n            \"reference\": \"RFN432479\",\r\n            \"valueDate\": \"2025-06-19T00:00:00.000Z\",\r\n            \"currentBalance\": \"-64294.64\",\r\n            \"transactionTimestamp\": \"2025-06-19T17:53:32.000Z\"\r\n          },\r\n          {\r\n            \"mode\": \"CASH\",\r\n            \"type\": \"DEBIT\",\r\n            \"txnId\": \"TXN000224\",\r\n            \"amount\": \"8632.09\",\r\n            \"narration\": \"Purchase/Withdrawal\",\r\n            \"reference\": \"RFN808452\",\r\n            \"valueDate\": \"2025-06-19T00:00:00.000Z\",\r\n            \"currentBalance\": \"-60428.42\",\r\n            \"transactionTimestamp\": \"2025-06-19T22:48:51.000Z\"\r\n          },\r\n          {\r\n            \"mode\": \"UPI\",\r\n            \"type\": \"CREDIT\",\r\n            \"txnId\": \"TXN000213\",\r\n            \"amount\": \"8921.56\",\r\n            \"narration\": \"Salary Credit\",\r\n            \"reference\": \"RFN585343\",\r\n            \"valueDate\": \"2025-06-21T00:00:00.000Z\",\r\n            \"currentBalance\": \"-47152.35\",\r\n            \"transactionTimestamp\": \"2025-06-21T08:27:57.000Z\"\r\n          },\r\n          {\r\n            \"mode\": \"UPI\",\r\n            \"type\": \"DEBIT\",\r\n            \"txnId\": \"TXN000216\",\r\n            \"amount\": \"8769.36\",\r\n            \"narration\": \"Purchase/Withdrawal\",\r\n            \"reference\": \"RFN861893\",\r\n            \"valueDate\": \"2025-06-27T00:00:00.000Z\",\r\n            \"currentBalance\": \"-73443.56\",\r\n            \"transactionTimestamp\": \"2025-06-27T19:05:14.000Z\"\r\n          },\r\n          {\r\n            \"mode\": \"UPI\",\r\n            \"type\": \"DEBIT\",\r\n            \"txnId\": \"TXN000232\",\r\n            \"amount\": \"1147.50\",\r\n            \"narration\": \"Purchase/Withdrawal\",\r\n            \"reference\": \"RFN408204\",\r\n            \"valueDate\": \"2025-07-01T00:00:00.000Z\",\r\n            \"currentBalance\": \"-84759.66\",\r\n            \"transactionTimestamp\": \"2025-07-01T16:10:35.000Z\"\r\n          },\r\n          {\r\n            \"mode\": \"CARD\",\r\n            \"type\": \"DEBIT\",\r\n            \"txnId\": \"TXN000230\",\r\n            \"amount\": \"5890.47\",\r\n            \"narration\": \"Purchase/Withdrawal\",\r\n            \"reference\": \"RFN648411\",\r\n            \"valueDate\": \"2025-07-02T00:00:00.000Z\",\r\n            \"currentBalance\": \"-75300.24\",\r\n            \"transactionTimestamp\": \"2025-07-02T16:12:29.000Z\"\r\n          },\r\n          {\r\n            \"mode\": \"CARD\",\r\n            \"type\": \"CREDIT\",\r\n            \"txnId\": \"TXN000239\",\r\n            \"amount\": \"8860.40\",\r\n            \"narration\": \"Salary Credit\",\r\n            \"reference\": \"RFN913845\",\r\n            \"valueDate\": \"2025-07-03T00:00:00.000Z\",\r\n            \"currentBalance\": \"-67769.72\",\r\n            \"transactionTimestamp\": \"2025-07-03T09:44:30.000Z\"\r\n          },\r\n          {\r\n            \"mode\": \"CASH\",\r\n            \"type\": \"DEBIT\",\r\n            \"txnId\": \"TXN000236\",\r\n            \"amount\": \"8317.67\",\r\n            \"narration\": \"Purchase/Withdrawal\",\r\n            \"reference\": \"RFN643382\",\r\n            \"valueDate\": \"2025-07-03T00:00:00.000Z\",\r\n            \"currentBalance\": \"-77835.67\",\r\n            \"transactionTimestamp\": \"2025-07-03T12:53:42.000Z\"\r\n          },\r\n          {\r\n            \"mode\": \"CASH\",\r\n            \"type\": \"DEBIT\",\r\n            \"txnId\": \"TXN000227\",\r\n            \"amount\": \"9059.60\",\r\n            \"narration\": \"Purchase/Withdrawal\",\r\n            \"reference\": \"RFN242055\",\r\n            \"valueDate\": \"2025-07-08T00:00:00.000Z\",\r\n            \"currentBalance\": \"-72024.01\",\r\n            \"transactionTimestamp\": \"2025-07-08T18:56:04.000Z\"\r\n          },\r\n          {\r\n            \"mode\": \"UPI\",\r\n            \"type\": \"CREDIT\",\r\n            \"txnId\": \"TXN000228\",\r\n            \"amount\": \"1962.64\",\r\n            \"narration\": \"Salary Credit\",\r\n            \"reference\": \"RFN192029\",\r\n            \"valueDate\": \"2025-07-09T00:00:00.000Z\",\r\n            \"currentBalance\": \"-70061.37\",\r\n            \"transactionTimestamp\": \"2025-07-09T23:00:08.000Z\"\r\n          },\r\n          {\r\n            \"mode\": \"UPI\",\r\n            \"type\": \"CREDIT\",\r\n            \"txnId\": \"TXN000229\",\r\n            \"amount\": \"651.60\",\r\n            \"narration\": \"Salary Credit\",\r\n            \"reference\": \"RFN679576\",\r\n            \"valueDate\": \"2025-07-10T00:00:00.000Z\",\r\n            \"currentBalance\": \"-69409.77\",\r\n            \"transactionTimestamp\": \"2025-07-10T23:47:50.000Z\"\r\n          },\r\n          {\r\n            \"mode\": \"UPI\",\r\n            \"type\": \"CREDIT\",\r\n            \"txnId\": \"TXN000238\",\r\n            \"amount\": \"2578.42\",\r\n            \"narration\": \"Salary Credit\",\r\n            \"reference\": \"RFN200534\",\r\n            \"valueDate\": \"2025-07-11T00:00:00.000Z\",\r\n            \"currentBalance\": \"-76630.12\",\r\n            \"transactionTimestamp\": \"2025-07-11T15:35:54.000Z\"\r\n          },\r\n          {\r\n            \"mode\": \"UPI\",\r\n            \"type\": \"DEBIT\",\r\n            \"txnId\": \"TXN000231\",\r\n            \"amount\": \"8311.92\",\r\n            \"narration\": \"Purchase/Withdrawal\",\r\n            \"reference\": \"RFN506623\",\r\n            \"valueDate\": \"2025-07-13T00:00:00.000Z\",\r\n            \"currentBalance\": \"-83612.16\",\r\n            \"transactionTimestamp\": \"2025-07-13T07:36:24.000Z\"\r\n          },\r\n          {\r\n            \"mode\": \"CASH\",\r\n            \"type\": \"CREDIT\",\r\n            \"txnId\": \"TXN000240\",\r\n            \"amount\": \"2008.12\",\r\n            \"narration\": \"Salary Credit\",\r\n            \"reference\": \"RFN252254\",\r\n            \"valueDate\": \"2025-07-13T00:00:00.000Z\",\r\n            \"currentBalance\": \"-65761.60\",\r\n            \"transactionTimestamp\": \"2025-07-13T21:44:17.000Z\"\r\n          },\r\n          {\r\n            \"mode\": \"CARD\",\r\n            \"type\": \"CREDIT\",\r\n            \"txnId\": \"TXN000226\",\r\n            \"amount\": \"4205.18\",\r\n            \"narration\": \"Salary Credit\",\r\n            \"reference\": \"RFN518186\",\r\n            \"valueDate\": \"2025-07-15T00:00:00.000Z\",\r\n            \"currentBalance\": \"-62964.41\",\r\n            \"transactionTimestamp\": \"2025-07-15T00:33:15.000Z\"\r\n          },\r\n          {\r\n            \"mode\": \"CARD\",\r\n            \"type\": \"CREDIT\",\r\n            \"txnId\": \"TXN000233\",\r\n            \"amount\": \"5996.78\",\r\n            \"narration\": \"Salary Credit\",\r\n            \"reference\": \"RFN339427\",\r\n            \"valueDate\": \"2025-07-22T00:00:00.000Z\",\r\n            \"currentBalance\": \"-78762.88\",\r\n            \"transactionTimestamp\": \"2025-07-22T16:23:38.000Z\"\r\n          },\r\n          {\r\n            \"mode\": \"CASH\",\r\n            \"type\": \"CREDIT\",\r\n            \"txnId\": \"TXN000235\",\r\n            \"amount\": \"6738.81\",\r\n            \"narration\": \"Salary Credit\",\r\n            \"reference\": \"RFN194727\",\r\n            \"valueDate\": \"2025-07-22T00:00:00.000Z\",\r\n            \"currentBalance\": \"-69518.00\",\r\n            \"transactionTimestamp\": \"2025-07-22T20:03:52.000Z\"\r\n          },\r\n          {\r\n            \"mode\": \"CASH\",\r\n            \"type\": \"CREDIT\",\r\n            \"txnId\": \"TXN000234\",\r\n            \"amount\": \"2506.07\",\r\n            \"narration\": \"Salary Credit\",\r\n            \"reference\": \"RFN796149\",\r\n            \"valueDate\": \"2025-07-24T00:00:00.000Z\",\r\n            \"currentBalance\": \"-76256.81\",\r\n            \"transactionTimestamp\": \"2025-07-24T21:53:42.000Z\"\r\n          },\r\n          {\r\n            \"mode\": \"CASH\",\r\n            \"type\": \"DEBIT\",\r\n            \"txnId\": \"TXN000237\",\r\n            \"amount\": \"1372.87\",\r\n            \"narration\": \"Purchase/Withdrawal\",\r\n            \"reference\": \"RFN818636\",\r\n            \"valueDate\": \"2025-07-28T00:00:00.000Z\",\r\n            \"currentBalance\": \"-79208.54\",\r\n            \"transactionTimestamp\": \"2025-07-28T00:50:31.000Z\"\r\n          }\r\n        ]\r\n      }\r\n    }\r\n  ]\r\n}"},{"id":"81da1d84-e115-41c6-8325-a2dfe7b28884","name":"Error Example","originalRequest":{"method":"POST","header":[{"key":"content-Type","value":"application/json","type":"text"},{"key":"client_secret","value":"{{Client_Secret}}","type":"text"},{"key":"organisationId","value":"{{Organisation_Id}}","type":"text"},{"key":"client_id","value":"{{Client_Id}}","type":"text"},{"key":"appIdentifier","value":"{{App_Identifier}}","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"consentID\": \"{{Consent_Id}}\"\r\n}","options":{"raw":{"language":"json"}}},"url":"{{Base_URL}}/getallfidata"},"status":"Bad Request","code":400,"_postman_previewlanguage":null,"header":[{"key":"Date","value":"Wed, 01 Oct 2025 11:49:28 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"126"},{"key":"Connection","value":"keep-alive"},{"key":"Content-Security-Policy","value":"report-uri *.moneyone.in"},{"key":"Cross-Origin-Embedder-Policy","value":"require-corp"},{"key":"Cross-Origin-Opener-Policy","value":"same-origin"},{"key":"Cross-Origin-Resource-Policy","value":"same-origin"},{"key":"X-DNS-Prefetch-Control","value":"off"},{"key":"Expect-CT","value":"max-age=0"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"Strict-Transport-Security","value":"max-age=31536000; includeSubDomains"},{"key":"X-Download-Options","value":"noopen"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"Origin-Agent-Cluster","value":"?1"},{"key":"X-Permitted-Cross-Domain-Policies","value":"none"},{"key":"Referrer-Policy","value":"no-referrer"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"X-RateLimit-Limit","value":"1000"},{"key":"X-RateLimit-Remaining","value":"997"},{"key":"X-RateLimit-Reset","value":"1759319395"},{"key":"Access-Control-Allow-Origin","value":"*.moneyone.in"},{"key":"Access-Control-Allow-Methods","value":"GET, POST"},{"key":"Access-Control-Allow-Headers","value":"X-Requested-With,content-type"},{"key":"Access-Control-Allow-Credentials","value":"true"},{"key":"ETag","value":"W/\"7e-toj3c0LEKH8iLLK34SkPzmkke+A\""}],"cookie":[],"responseTime":null,"body":"{\n    \"ver\": \"1.21.0\",\n    \"timestamp\": \"2025-10-01T11:49:28.920Z\",\n    \"errorCode\": \"InvalidConsentId\",\n    \"errorMsg\": \"Consent ID does not exist.\"\n}"}],"_postman_id":"57bc4f74-054a-4529-9023-25b82dad70ab"},{"name":"Get All FI Data PDF","id":"028c8c38-9f4d-4b00-87da-92bdf18c0314","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"content-Type","value":"application/json","type":"text"},{"key":"client_secret","value":"{{Client_Secret}}","type":"text"},{"key":"organisationId","value":"{{Organisation_Id}}","type":"text"},{"key":"client_id","value":"{{Client_Id}}","type":"text"},{"key":"appIdentifier","value":"{{App_Identifier}}","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"consentID\": \"{{Consent_Id}}\",\r\n   \"linkRefNumber\": [\r\n        \"7cd06b51-9e73-4600-a1e1-e97a6df659f4\"\r\n    ]\r\n}","options":{"raw":{"language":"json"}}},"url":"{{Base_URL}}/getallfidataPdf","description":"<p>This API can be used to download the complete financial data in PDF associated with the consent/account. It can also be used to get transactions for a specific date range.</p>\n<p>Note:</p>\n<ul>\n<li><p>Data will be returned only if it is available in FinPro.</p>\n</li>\n<li><p>Ensure requested data is fetched as per consent parameters.</p>\n</li>\n</ul>\n<h4 id=\"request-parameters\">Request Parameters</h4>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Parameter</strong></th>\n<th><strong>Type</strong></th>\n<th><strong>Mandatory vs Optional</strong></th>\n<th><strong>Description</strong></th>\n<th><strong>Supported Values</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>consentId</td>\n<td>string</td>\n<td>mandatory</td>\n<td>Unique Consent ID</td>\n<td></td>\n</tr>\n<tr>\n<td>linkReferenceNumber</td>\n<td>string</td>\n<td>optional</td>\n<td>List of linkReferenceNumber for which data is required. If not passed, data for all the accounts will be returned.</td>\n<td></td>\n</tr>\n<tr>\n<td>transactionsStartDate</td>\n<td>string($date-time)</td>\n<td>optional</td>\n<td>Start date from which transactions are required.</td>\n<td>ISO date format, UTC time</td>\n</tr>\n<tr>\n<td>transactionsEndDate</td>\n<td>string($date-time)</td>\n<td>optional</td>\n<td>End date till which transactions are required.</td>\n<td>ISO date format, UTC time</td>\n</tr>\n</tbody>\n</table>\n</div><h4 id=\"response-parameters\">Response Parameters</h4>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Parameter</strong></th>\n<th><strong>Type</strong></th>\n<th><strong>Mandatory vs Optional</strong></th>\n<th><strong>Description</strong></th>\n<th><strong>Supported Values</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>ver</td>\n<td>string</td>\n<td>mandatory</td>\n<td>The version of the API.</td>\n<td></td>\n</tr>\n<tr>\n<td>status</td>\n<td>string</td>\n<td>mandatory</td>\n<td>Status of the response.</td>\n<td>success, failure</td>\n</tr>\n<tr>\n<td>data.linkReferenceNumber</td>\n<td>string</td>\n<td>mandatory</td>\n<td>Linked reference number of the account.</td>\n<td></td>\n</tr>\n<tr>\n<td>data.maskedAccountNumber</td>\n<td>string</td>\n<td>mandatory</td>\n<td>Masked account number.</td>\n<td></td>\n</tr>\n<tr>\n<td>data.fiType</td>\n<td>string</td>\n<td>mandatory</td>\n<td>Financial Information type.</td>\n<td>DEPOSIT, TERM_DEPOSIT, TERM-DEPOSIT, RECURRING_DEPOSIT, SIP, CP, GOVT_SECURITIES, EQUITIES, BONDS, DEBENTURES, MUTUAL_FUNDS, ETF, IDR, CIS, AIF, INSURANCE_POLICIES, NPS, INVIT, REIT, GSTR1_3B, LIFE_INSURANCE, GENERAL_INSURANCE, OTHER</td>\n</tr>\n<tr>\n<td>data.bank</td>\n<td>string</td>\n<td>mandatory</td>\n<td>Name of the bank.</td>\n<td></td>\n</tr>\n<tr>\n<td>data.Profile.Holders.type</td>\n<td>string</td>\n<td>mandatory</td>\n<td>Type of account holders.</td>\n<td>SINGLE, JOINT</td>\n</tr>\n<tr>\n<td>data.Profile.Holders.Holder.name</td>\n<td>string</td>\n<td>mandatory</td>\n<td>Name of the account holder.</td>\n<td></td>\n</tr>\n<tr>\n<td>data.Profile.Holders.Holder.dob</td>\n<td>string</td>\n<td>mandatory</td>\n<td>Date of birth of the account holder.</td>\n<td></td>\n</tr>\n<tr>\n<td>data.Profile.Holders.Holder.mobile</td>\n<td>string</td>\n<td>mandatory</td>\n<td>Mobile number of the account holder.</td>\n<td></td>\n</tr>\n<tr>\n<td>data.Profile.Holders.Holder.nominee</td>\n<td>string</td>\n<td>mandatory</td>\n<td>Nominee status</td>\n<td>Registered, Not-Registered</td>\n</tr>\n<tr>\n<td>data.Profile.Holders.Holder.landline</td>\n<td>string</td>\n<td>mandatory</td>\n<td>Landline number of the account holder.</td>\n<td></td>\n</tr>\n<tr>\n<td>data.Profile.Holders.Holder.address</td>\n<td>string</td>\n<td>mandatory</td>\n<td>Address of the account holder.</td>\n<td></td>\n</tr>\n<tr>\n<td>data.Profile.Holders.Holder.email</td>\n<td>string</td>\n<td>mandatory</td>\n<td>Email address of the account holder.</td>\n<td></td>\n</tr>\n<tr>\n<td>data.Profile.Holders.Holder.pan</td>\n<td>string</td>\n<td>mandatory</td>\n<td>PAN number of the account holder.</td>\n<td></td>\n</tr>\n<tr>\n<td>data.Profile.Holders.Holder.ckycCompliance</td>\n<td>string</td>\n<td>mandatory</td>\n<td>CKYC compliance status.</td>\n<td>YES, NO, NO_DATA_AVAILABLE</td>\n</tr>\n<tr>\n<td>data.Summary.currentBalance</td>\n<td>string</td>\n<td>mandatory</td>\n<td>Current balance of the account.</td>\n<td></td>\n</tr>\n<tr>\n<td>data.Summary.currency</td>\n<td>string</td>\n<td>mandatory</td>\n<td>Currency of the account balance.</td>\n<td></td>\n</tr>\n<tr>\n<td>data.Summary.exchgeRate</td>\n<td>string</td>\n<td>mandatory</td>\n<td>Exchange rate.</td>\n<td></td>\n</tr>\n<tr>\n<td>data.Summary.balanceDateTime</td>\n<td>string</td>\n<td>mandatory</td>\n<td>Date and time of the balance.</td>\n<td></td>\n</tr>\n<tr>\n<td>data.Summary.type</td>\n<td>string</td>\n<td>mandatory</td>\n<td>Type of account.</td>\n<td>SAVINGS, CURRENT</td>\n</tr>\n<tr>\n<td>data.Summary.branch</td>\n<td>string</td>\n<td>mandatory</td>\n<td>Branch of the bank.</td>\n<td></td>\n</tr>\n<tr>\n<td>data.Summary.facility</td>\n<td>string</td>\n<td>mandatory</td>\n<td>Facility of the account, e.g., OD.</td>\n<td></td>\n</tr>\n<tr>\n<td>data.Summary.ifscCode</td>\n<td>string</td>\n<td>mandatory</td>\n<td>IFSC code of the bank branch.</td>\n<td></td>\n</tr>\n<tr>\n<td>data.Summary.micrCode</td>\n<td>string</td>\n<td>mandatory</td>\n<td>MICR code of the bank branch.</td>\n<td></td>\n</tr>\n<tr>\n<td>data.Summary.openingDate</td>\n<td>string</td>\n<td>mandatory</td>\n<td>Opening date of the account.</td>\n<td></td>\n</tr>\n<tr>\n<td>data.Summary.currentODLimit</td>\n<td>string</td>\n<td>mandatory</td>\n<td>Current overdraft limit.</td>\n<td></td>\n</tr>\n<tr>\n<td>data.Summary.drawingLimit</td>\n<td>string</td>\n<td>mandatory</td>\n<td>Drawing limit of the account.</td>\n<td></td>\n</tr>\n<tr>\n<td>data.Summary.status</td>\n<td>string</td>\n<td>mandatory</td>\n<td>Status of the account, e.g., ACTIVE.</td>\n<td></td>\n</tr>\n<tr>\n<td>data.Summary.Pending.amount</td>\n<td>string</td>\n<td>mandatory</td>\n<td>Pending amount.</td>\n<td></td>\n</tr>\n<tr>\n<td>data.Summary.Pending.transactionType</td>\n<td>string</td>\n<td>mandatory</td>\n<td>Type of pending transaction, e.g., DEBIT.</td>\n<td></td>\n</tr>\n<tr>\n<td>data.Transactions.startDate</td>\n<td>string</td>\n<td>mandatory</td>\n<td>Start date of the transaction period.</td>\n<td></td>\n</tr>\n<tr>\n<td>data.Transactions.endDate</td>\n<td>string</td>\n<td>mandatory</td>\n<td>End date of the transaction period.</td>\n<td></td>\n</tr>\n<tr>\n<td>data.Transactions.Transaction.type</td>\n<td>string</td>\n<td>mandatory</td>\n<td>Type of transaction.</td>\n<td>CREDIT, DEBIT</td>\n</tr>\n<tr>\n<td>data.Transactions.Transaction.mode</td>\n<td>string</td>\n<td>mandatory</td>\n<td>Mode of transaction.</td>\n<td>CASH,UPI,IMPS,NEFT,RTGS,CARD,ATM,CHEQUE,DEMAND_DRAFT,AUTO_DEBIT,INTEREST_CREDIT, NACH, ECS, REMITTANCE, OTHERS</td>\n</tr>\n<tr>\n<td>data.Transactions.Transaction.amount</td>\n<td>string</td>\n<td>mandatory</td>\n<td>Amount of the transaction.</td>\n<td></td>\n</tr>\n<tr>\n<td>data.Transactions.Transaction.currentBalance</td>\n<td>string</td>\n<td>mandatory</td>\n<td>Current balance after the transaction.</td>\n<td></td>\n</tr>\n<tr>\n<td>data.Transactions.Transaction.transactionTimestamp</td>\n<td>string</td>\n<td>mandatory</td>\n<td>Timestamp of the transaction.</td>\n<td></td>\n</tr>\n<tr>\n<td>data.Transactions.Transaction.valueDate</td>\n<td>string</td>\n<td>mandatory</td>\n<td>Value date of the transaction.</td>\n<td></td>\n</tr>\n<tr>\n<td>data.Transactions.Transaction.txnId</td>\n<td>string</td>\n<td>mandatory</td>\n<td>Transaction ID.</td>\n<td></td>\n</tr>\n<tr>\n<td>data.Transactions.Transaction.narration</td>\n<td>string</td>\n<td>mandatory</td>\n<td>Description of the transaction.</td>\n<td></td>\n</tr>\n<tr>\n<td>data.Transactions.Transaction.reference</td>\n<td>string</td>\n<td>mandatory</td>\n<td>Transaction reference number, e.g., Cheque number.</td>\n<td></td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"path":["getallfidataPdf"],"host":["{{Base_URL}}"],"query":[],"variable":[]}},"response":[{"id":"3a5ccdc3-b29a-4a0a-94aa-5f9d446ca777","name":"Get All FI Data PDF Sample","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"key":"client_id","value":"fp_test_4acd8d0637a8d424315f2fe5c881f39e695d2b91","type":"text"},{"key":"appIdentifier","value":"com.pack.in","type":"text"},{"key":"organisationId","value":"ONE0423","type":"text"},{"key":"client_secret","value":"920efad54f626126911be969b239908b6aead13a3696814280a322fd41b2df5455c902d7","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"consentID\": \"15c8007e-3435-4a81-8730-b67690a1c9a6\",\r\n    \"linkRefNumber\": [\r\n        \"0d200ea3-1eb4-4418-b154-2b4836a9501e\"\r\n    ]\r\n}","options":{"raw":{"language":"json"}}},"url":"{{Base_URL}}/getallfidataPdf"},"_postman_previewlanguage":null,"header":null,"cookie":[],"responseTime":null,"body":"%PDF-1.3\r\n%ºß¬à\r\n3 0 obj\r\n<</Type /Page\r\n/Parent 1 0 R\r\n/Resources 2 0 R\r\n/MediaBox [0 0 595.2799999999999727 841.8899999999999864]\r\n/Contents 4 0 R\r\n>>\r\nendobj\r\n4 0 obj\r\n<<\r\n/Length 10975\r\n>>\r\nstream\r\n0.15001875 w\r\n0 G\r\n0.78 G\r\n0. w\r\n0. g\r\nBT\r\n/F2 20 Tf\r\n23. TL\r\n0.078 g\r\n45. 779.8899999999999864 Td\r\n(FinShareBankServer - Deposit) Tj\r\nET\r\n0.78 G\r\n0. w\r\n0.78 G\r\n0. w\r\n0. g\r\nBT\r\n/F2 18 Tf\r\n20.6999999999999993 TL\r\n0.078 g\r\n45. 728.5899999999999181 Td\r\n(Profile) Tj\r\nET\r\n0.78 G\r\n0. w\r\n0. g\r\nBT\r\n/F2 18 Tf\r\n20.6999999999999993 TL\r\n0.078 g\r\n208.6000000000056502 728.5899999999999181 Td\r\n() Tj\r\nET\r\n0.78 G\r\n0. w\r\n0. g\r\nBT\r\n/F2 18 Tf\r\n20.6999999999999993 TL\r\n0.078 g\r\n292.5200000000056662 728.5899999999999181 Td\r\n() Tj\r\nET\r\n0.78 G\r\n0. w\r\n0. g\r\nBT\r\n/F2 18 Tf\r\n20.6999999999999993 TL\r\n0.078 g\r\n433.4000000000056616 728.5899999999999181 Td\r\n() Tj\r\nET\r\n0.78 G\r\n0. w\r\n0. g\r\nBT\r\n/F2 16 Tf\r\n18.3999999999999986 TL\r\n0.502 g\r\n45. 699.5900000000000318 Td\r\n(Name) Tj\r\nET\r\n0.78 G\r\n0. w\r\n0. g\r\nBT\r\n/F2 16 Tf\r\n18.3999999999999986 TL\r\n0.502 g\r\n208.6000000000056502 699.5900000000000318 Td\r\n(DOB) Tj\r\nET\r\n0.78 G\r\n0. w\r\n0. g\r\nBT\r\n/F2 16 Tf\r\n18.3999999999999986 TL\r\n0.502 g\r\n292.5200000000056662 699.5900000000000318 Td\r\n(Mobile) Tj\r\nET\r\n0.78 G\r\n0. w\r\n0. g\r\nBT\r\n/F2 16 Tf\r\n18.3999999999999986 TL\r\n0.502 g\r\n433.4000000000056616 699.5900000000000318 Td\r\n(E-Mail) Tj\r\nET\r\n0.78 G\r\n0. w\r\n0. g\r\nBT\r\n/F1 12 Tf\r\n13.7999999999999989 TL\r\n0.078 g\r\n45. 674.5899999999999181 Td\r\n(Akshay Kumar) Tj\r\nET\r\n0.78 G\r\n0. w\r\n0. g\r\nBT\r\n/F1 12 Tf\r\n13.7999999999999989 TL\r\n0.078 g\r\n208.6000000000056502 674.5899999999999181 Td\r\n(1947-08-15) Tj\r\nET\r\n0.78 G\r\n0. w\r\n0. g\r\nBT\r\n/F1 12 Tf\r\n13.7999999999999989 TL\r\n0.078 g\r\n292.5200000000056662 674.5899999999999181 Td\r\n(7730808773) Tj\r\nET\r\n0.78 G\r\n0. w\r\n0. g\r\nBT\r\n/F1 12 Tf\r\n13.7999999999999989 TL\r\n0.078 g\r\n433.4000000000056616 674.5899999999999181 Td\r\n(akshayku@gmail.com) Tj\r\nET\r\n0.78 G\r\n0. w\r\n0. g\r\nBT\r\n/F2 16 Tf\r\n18.3999999999999986 TL\r\n0.502 g\r\n45. 647.3899999999999864 Td\r\n(Address) Tj\r\nET\r\n0.78 G\r\n0. w\r\n0. g\r\nBT\r\n/F2 16 Tf\r\n18.3999999999999986 TL\r\n0.502 g\r\n208.6000000000056502 647.3899999999999864 Td\r\n(PAN) Tj\r\nET\r\n0.78 G\r\n0. w\r\n0. g\r\nBT\r\n/F2 16 Tf\r\n18.3999999999999986 TL\r\n0.502 g\r\n292.5200000000056662 647.3899999999999864 Td\r\n(Ckyc-compliance) Tj\r\nET\r\n0.78 G\r\n0. w\r\n0. g\r\nBT\r\n/F2 16 Tf\r\n18.3999999999999986 TL\r\n0.502 g\r\n433.4000000000056616 647.3899999999999864 Td\r\n() Tj\r\nET\r\n0.78 G\r\n0. w\r\n0. g\r\nBT\r\n/F1 12 Tf\r\n13.7999999999999989 TL\r\n0.078 g\r\n45. 622.3899999999998727 Td\r\n(8/1190, 5th Cross, 3rd Main,) Tj\r\nT* (7th Block, Jayanagar,) Tj\r\nT* (Bangalore - 560011) Tj\r\nET\r\n0.78 G\r\n0. w\r\n0. g\r\nBT\r\n/F1 12 Tf\r\n13.7999999999999989 TL\r\n0.078 g\r\n208.6000000000056502 622.3899999999998727 Td\r\n(AAAAA0000A) Tj\r\nET\r\n0.78 G\r\n0. w\r\n0. g\r\nBT\r\n/F1 12 Tf\r\n13.7999999999999989 TL\r\n0.078 g\r\n292.5200000000056662 622.3899999999998727 Td\r\n(true) Tj\r\nET\r\n0.78 G\r\n0. w\r\n0. g\r\nBT\r\n/F1 12 Tf\r\n13.7999999999999989 TL\r\n0.078 g\r\n433.4000000000056616 622.3899999999998727 Td\r\n() Tj\r\nET\r\n0.78 G\r\n0. w\r\n0.78 G\r\n0. w\r\n0. g\r\nBT\r\n/F2 18 Tf\r\n20.6999999999999993 TL\r\n0.078 g\r\n45. 545.8899999999998727 Td\r\n(Summary) Tj\r\nET\r\n0.78 G\r\n0. w\r\n0. g\r\nBT\r\n/F2 18 Tf\r\n20.6999999999999993 TL\r\n0.078 g\r\n180.0385229971812464 545.8899999999998727 Td\r\n() Tj\r\nET\r\n0.78 G\r\n0. w\r\n0. g\r\nBT\r\n/F2 18 Tf\r\n20.6999999999999993 TL\r\n0.078 g\r\n334.8785229971813351 545.8899999999998727 Td\r\n() Tj\r\nET\r\n0.78 G\r\n0. w\r\n0. g\r\nBT\r\n/F2 18 Tf\r\n20.6999999999999993 TL\r\n0.078 g\r\n445.4777974519331565 545.8899999999998727 Td\r\n() Tj\r\nET\r\n0.78 G\r\n0. w\r\n0. g\r\nBT\r\n/F2 16 Tf\r\n18.3999999999999986 TL\r\n0.502 g\r\n45. 507.6899999999999409 Td\r\n(Current Balance) Tj\r\nET\r\n0.78 G\r\n0. w\r\n0. g\r\nBT\r\n/F2 16 Tf\r\n18.3999999999999986 TL\r\n0.502 g\r\n180.0385229971812464 507.6899999999999409 Td\r\n(Balance Date Time) Tj\r\nET\r\n0.78 G\r\n0. w\r\n0. g\r\nBT\r\n/F2 16 Tf\r\n18.3999999999999986 TL\r\n0.502 g\r\n334.8785229971813351 516.8899999999999864 Td\r\n(Account) Tj\r\nT* (Type) Tj\r\nET\r\n0.78 G\r\n0. w\r\n0. g\r\nBT\r\n/F2 16 Tf\r\n18.3999999999999986 TL\r\n0.502 g\r\n445.4777974519331565 507.6899999999999409 Td\r\n(Branch) Tj\r\nET\r\n0.78 G\r\n0. w\r\n0. g\r\nBT\r\n/F1 12 Tf\r\n13.7999999999999989 TL\r\n0.078 g\r\n45. 473.4899999999998954 Td\r\n(182199.44) Tj\r\nET\r\n0.78 G\r\n0. w\r\n0. g\r\nBT\r\n/F1 12 Tf\r\n13.7999999999999989 TL\r\n0.078 g\r\n180.0385229971812464 473.4899999999998954 Td\r\n(2022-10-11T09:29:21.000Z) Tj\r\nET\r\n0.78 G\r\n0. w\r\n0. g\r\nBT\r\n/F1 12 Tf\r\n13.7999999999999989 TL\r\n0.078 g\r\n334.8785229971813351 473.4899999999998954 Td\r\n() Tj\r\nET\r\n0.78 G\r\n0. w\r\n0. g\r\nBT\r\n/F1 12 Tf\r\n13.7999999999999989 TL\r\n0.078 g\r\n445.4777974519331565 473.4899999999998954 Td\r\n(Jayanagar 4th) Tj\r\nT* (Block) Tj\r\nET\r\n0.78 G\r\n0. w\r\n0. g\r\nBT\r\n/F2 16 Tf\r\n18.3999999999999986 TL\r\n0.502 g\r\n45. 432.4900000000000091 Td\r\n(Facility) Tj\r\nET\r\n0.78 G\r\n0. w\r\n0. g\r\nBT\r\n/F2 16 Tf\r\n18.3999999999999986 TL\r\n0.502 g\r\n180.0385229971812464 432.4900000000000091 Td\r\n(IFSC Code) Tj\r\nET\r\n0.78 G\r\n0. w\r\n0. g\r\nBT\r\n/F2 16 Tf\r\n18.3999999999999986 TL\r\n0.502 g\r\n334.8785229971813351 432.4900000000000091 Td\r\n(MICR Code) Tj\r\nET\r\n0.78 G\r\n0. w\r\n0. g\r\nBT\r\n/F2 16 Tf\r\n18.3999999999999986 TL\r\n0.502 g\r\n445.4777974519331565 432.4900000000000091 Td\r\n(Opening Date) Tj\r\nET\r\n0.78 G\r\n0. w\r\n0. g\r\nBT\r\n/F1 12 Tf\r\n13.7999999999999989 TL\r\n0.078 g\r\n45. 407.4899999999999523 Td\r\n(OD) Tj\r\nET\r\n0.78 G\r\n0. w\r\n0. g\r\nBT\r\n/F1 12 Tf\r\n13.7999999999999989 TL\r\n0.078 g\r\n180.0385229971812464 407.4899999999999523 Td\r\n(ICIC0001124) Tj\r\nET\r\n0.78 G\r\n0. w\r\n0. g\r\nBT\r\n/F1 12 Tf\r\n13.7999999999999989 TL\r\n0.078 g\r\n334.8785229971813351 407.4899999999999523 Td\r\n(500240246) Tj\r\nET\r\n0.78 G\r\n0. w\r\n0. g\r\nBT\r\n/F1 12 Tf\r\n13.7999999999999989 TL\r\n0.078 g\r\n445.4777974519331565 407.4899999999999523 Td\r\n(2004-08-06) Tj\r\nET\r\n0.78 G\r\n0. w\r\n0. g\r\nBT\r\n/F2 16 Tf\r\n18.3999999999999986 TL\r\n0.502 g\r\n45. 380.2899999999999636 Td\r\n(Current OD) Tj\r\nT* (Limit) Tj\r\nET\r\n0.78 G\r\n0. w\r\n0. g\r\nBT\r\n/F2 16 Tf\r\n18.3999999999999986 TL\r\n0.502 g\r\n180.0385229971812464 371.089999999999975 Td\r\n(Drawing Limit) Tj\r\nET\r\n0.78 G\r\n0. w\r\n0. g\r\nBT\r\n/F2 16 Tf\r\n18.3999999999999986 TL\r\n0.502 g\r\n334.8785229971813351 371.089999999999975 Td\r\n(Status) Tj\r\nET\r\n0.78 G\r\n0. w\r\n0. g\r\nBT\r\n/F2 16 Tf\r\n18.3999999999999986 TL\r\n0.502 g\r\n445.4777974519331565 371.089999999999975 Td\r\n() Tj\r\nET\r\n0.78 G\r\n0. w\r\n0. g\r\nBT\r\n/F1 12 Tf\r\n13.7999999999999989 TL\r\n0.078 g\r\n45. 336.8899999999999864 Td\r\n(0) Tj\r\nET\r\n0.78 G\r\n0. w\r\n0. g\r\nBT\r\n/F1 12 Tf\r\n13.7999999999999989 TL\r\n0.078 g\r\n180.0385229971812464 336.8899999999999864 Td\r\n(0) Tj\r\nET\r\n0.78 G\r\n0. w\r\n0. g\r\nBT\r\n/F1 12 Tf\r\n13.7999999999999989 TL\r\n0.078 g\r\n334.8785229971813351 336.8899999999999864 Td\r\n(ACTIVE) Tj\r\nET\r\n0.78 G\r\n0. w\r\n0. g\r\nBT\r\n/F1 12 Tf\r\n13.7999999999999989 TL\r\n0.078 g\r\n445.4777974519331565 336.8899999999999864 Td\r\n() Tj\r\nET\r\n0.78 G\r\n0. w\r\n0.1 0.74 0.61 rg\r\n0.78 G\r\n0. w\r\n0.1 0.74 0.61 rg\r\n40. 308.2899999999999636 52.5 -27.5 re\r\nf\r\nBT\r\n/F2 10 Tf\r\n11.5 TL\r\n1. g\r\n42.25 297.5399999999999636 Td\r\n(Transacti) Tj\r\nT* (on Id) Tj\r\nET\r\n0.1 0.74 0.61 rg\r\n0.78 G\r\n0. w\r\n0.1 0.74 0.61 rg\r\n92.5 308.2899999999999636 52.5 -27.5 re\r\nf\r\nBT\r\n/F2 10 Tf\r\n11.5 TL\r\n1. g\r\n94.75 291.7899999999998499 Td\r\n(Type) Tj\r\nET\r\n0.1 0.74 0.61 rg\r\n0.78 G\r\n0. w\r\n0.1 0.74 0.61 rg\r\n145. 308.2899999999999636 52.5 -27.5 re\r\nf\r\nBT\r\n/F2 10 Tf\r\n11.5 TL\r\n1. g\r\n147.25 291.7899999999998499 Td\r\n(Mode) Tj\r\nET\r\n0.1 0.74 0.61 rg\r\n0.78 G\r\n0. w\r\n0.1 0.74 0.61 rg\r\n197.5000000000000284 308.2899999999999636 52.5 -27.5 re\r\nf\r\nBT\r\n/F2 10 Tf\r\n11.5 TL\r\n1. g\r\n199.7500000000000284 291.7899999999998499 Td\r\n(Amount) Tj\r\nET\r\n0.1 0.74 0.61 rg\r\n0.78 G\r\n0. w\r\n0.1 0.74 0.61 rg\r\n250.0000000000000284 308.2899999999999636 52.5 -27.5 re\r\nf\r\nBT\r\n/F2 10 Tf\r\n11.5 TL\r\n1. g\r\n252.2500000000000284 297.5399999999999636 Td\r\n(Current) Tj\r\nT* (Balance) Tj\r\nET\r\n0.1 0.74 0.61 rg\r\n0.78 G\r\n0. w\r\n0.1 0.74 0.61 rg\r\n302.5 308.2899999999999636 88.6915402182053185 -27.5 re\r\nf\r\nBT\r\n/F2 10 Tf\r\n11.5 TL\r\n1. g\r\n304.75 297.5399999999999636 Td\r\n(Transaction) Tj\r\nT* (Timestamp) Tj\r\nET\r\n0.1 0.74 0.61 rg\r\n0.78 G\r\n0. w\r\n0.1 0.74 0.61 rg\r\n391.1915402182053754 308.2899999999999636 52.5 -27.5 re\r\nf\r\nBT\r\n/F2 10 Tf\r\n11.5 TL\r\n1. g\r\n393.4415402182053754 297.5399999999999636 Td\r\n(Value) Tj\r\nT* (Date) Tj\r\nET\r\n0.1 0.74 0.61 rg\r\n0.78 G\r\n0. w\r\n0.1 0.74 0.61 rg\r\n443.6915402182053754 308.2899999999999636 59.0884597817524053 -27.5 re\r\nf\r\nBT\r\n/F2 10 Tf\r\n11.5 TL\r\n1. g\r\n445.9415402182053754 291.7899999999998499 Td\r\n(Narration) Tj\r\nET\r\n0.1 0.74 0.61 rg\r\n0.78 G\r\n0. w\r\n0.1 0.74 0.61 rg\r\n502.7799999999577949 308.2899999999999636 52.5 -27.5 re\r\nf\r\nBT\r\n/F2 10 Tf\r\n11.5 TL\r\n1. g\r\n505.0299999999577949 291.7899999999998499 Td\r\n(Reference) Tj\r\nET\r\n1. g\r\n0.78 G\r\n0.075 w\r\n1. g\r\n40. 280.7899999999999636 52.5 -61.9999999999999929 re\r\nB\r\nBT\r\n/F1 10 Tf\r\n11.5 TL\r\n0.314 g\r\n42.25 270.0399999999999636 Td\r\n(M2093197) Tj\r\nT* (700) Tj\r\nET\r\n1. g\r\n0.78 G\r\n0.075 w\r\n1. g\r\n92.5 280.7899999999999636 52.5 -61.9999999999999929 re\r\nB\r\nBT\r\n/F1 10 Tf\r\n11.5 TL\r\n0.314 g\r\n94.75 270.0399999999999636 Td\r\n(CREDIT) Tj\r\nET\r\n1. g\r\n0.78 G\r\n0.075 w\r\n1. g\r\n145. 280.7899999999999636 52.5 -61.9999999999999929 re\r\nB\r\nBT\r\n/F1 10 Tf\r\n11.5 TL\r\n0.314 g\r\n147.25 270.0399999999999636 Td\r\n(CASH) Tj\r\nET\r\n1. g\r\n0.78 G\r\n0.075 w\r\n1. g\r\n197.5000000000000284 280.7899999999999636 52.5 -61.9999999999999929 re\r\nB\r\nBT\r\n/F1 10 Tf\r\n11.5 TL\r\n0.314 g\r\n199.7500000000000284 270.0399999999999636 Td\r\n(1780.66) Tj\r\nET\r\n1. g\r\n0.78 G\r\n0.075 w\r\n1. g\r\n250.0000000000000284 280.7899999999999636 52.5 -61.9999999999999929 re\r\nB\r\nBT\r\n/F1 10 Tf\r\n11.5 TL\r\n0.314 g\r\n252.2500000000000284 270.0399999999999636 Td\r\n(181106.19) Tj\r\nET\r\n1. g\r\n0.78 G\r\n0.075 w\r\n1. g\r\n302.5 280.7899999999999636 88.6915402182053185 -61.9999999999999929 re\r\nB\r\nBT\r\n/F1 10 Tf\r\n11.5 TL\r\n0.314 g\r\n304.75 270.0399999999999636 Td\r\n(2022-10-09T06:33:) Tj\r\nT* (00.000Z) Tj\r\nET\r\n1. g\r\n0.78 G\r\n0.075 w\r\n1. g\r\n391.1915402182053754 280.7899999999999636 52.5 -61.9999999999999929 re\r\nB\r\nBT\r\n/F1 10 Tf\r\n11.5 TL\r\n0.314 g\r\n393.4415402182053754 270.0399999999999636 Td\r\n(2022-10-0) Tj\r\nT* (9) Tj\r\nET\r\n1. g\r\n0.78 G\r\n0.075 w\r\n1. g\r\n443.6915402182053754 280.7899999999999636 59.0884597817524053 -61.9999999999999929 re\r\nB\r\nBT\r\n/F1 10 Tf\r\n11.5 TL\r\n0.314 g\r\n445.9415402182053754 270.0399999999999636 Td\r\n(BIL/ONL/00) Tj\r\nT* (1973684380) Tj\r\nT* (/State Bank/) Tj\r\nT* (SBICARD_) Tj\r\nT* (SICI874/SB) Tj\r\nET\r\n1. g\r\n0.78 G\r\n0.075 w\r\n1. g\r\n502.7799999999577949 280.7899999999999636 52.5 -61.9999999999999929 re\r\nB\r\nBT\r\n/F1 10 Tf\r\n11.5 TL\r\n0.314 g\r\n505.0299999999577949 270.0399999999999636 Td\r\n(RFN08533) Tj\r\nT* (327) Tj\r\nET\r\n1. g\r\n0.78 G\r\n0.075 w\r\n1. g\r\n40. 218.7900000000000205 52.5 -73.5 re\r\nB\r\nBT\r\n/F1 10 Tf\r\n11.5 TL\r\n0.314 g\r\n42.25 208.0399999999999636 Td\r\n(M7599074) Tj\r\nT* (185) Tj\r\nET\r\n1. g\r\n0.78 G\r\n0.075 w\r\n1. g\r\n92.5 218.7900000000000205 52.5 -73.5 re\r\nB\r\nBT\r\n/F1 10 Tf\r\n11.5 TL\r\n0.314 g\r\n94.75 208.0399999999999636 Td\r\n(CREDIT) Tj\r\nET\r\n1. g\r\n0.78 G\r\n0.075 w\r\n1. g\r\n145. 218.7900000000000205 52.5 -73.5 re\r\nB\r\nBT\r\n/F1 10 Tf\r\n11.5 TL\r\n0.314 g\r\n147.25 208.0399999999999636 Td\r\n(FT) Tj\r\nET\r\n1. g\r\n0.78 G\r\n0.075 w\r\n1. g\r\n197.5000000000000284 218.7900000000000205 52.5 -73.5 re\r\nB\r\nBT\r\n/F1 10 Tf\r\n11.5 TL\r\n0.314 g\r\n199.7500000000000284 208.0399999999999636 Td\r\n(1093.25) Tj\r\nET\r\n1. g\r\n0.78 G\r\n0.075 w\r\n1. g\r\n250.0000000000000284 218.7900000000000205 52.5 -73.5 re\r\nB\r\nBT\r\n/F1 10 Tf\r\n11.5 TL\r\n0.314 g\r\n252.2500000000000284 208.0399999999999636 Td\r\n(182199.44) Tj\r\nET\r\n1. g\r\n0.78 G\r\n0.075 w\r\n1. g\r\n302.5 218.7900000000000205 88.6915402182053185 -73.5 re\r\nB\r\nBT\r\n/F1 10 Tf\r\n11.5 TL\r\n0.314 g\r\n304.75 208.0399999999999636 Td\r\n(2022-10-10T06:33:) Tj\r\nT* (00.000Z) Tj\r\nET\r\n1. g\r\n0.78 G\r\n0.075 w\r\n1. g\r\n391.1915402182053754 218.7900000000000205 52.5 -73.5 re\r\nB\r\nBT\r\n/F1 10 Tf\r\n11.5 TL\r\n0.314 g\r\n393.4415402182053754 208.0399999999999636 Td\r\n(2022-10-1) Tj\r\nT* (0) Tj\r\nET\r\n1. g\r\n0.78 G\r\n0.075 w\r\n1. g\r\n443.6915402182053754 218.7900000000000205 59.0884597817524053 -73.5 re\r\nB\r\nBT\r\n/F1 10 Tf\r\n11.5 TL\r\n0.314 g\r\n445.9415402182053754 208.0399999999999636 Td\r\n(BIL/001983) Tj\r\nT* (772909/ICI) Tj\r\nT* (CI BANK) Tj\r\nT* (CREDIT CA) Tj\r\nT* (/524193208) Tj\r\nT* (676) Tj\r\nET\r\n1. g\r\n0.78 G\r\n0.075 w\r\n1. g\r\n502.7799999999577949 218.7900000000000205 52.5 -73.5 re\r\nB\r\nBT\r\n/F1 10 Tf\r\n11.5 TL\r\n0.314 g\r\n505.0299999999577949 208.0399999999999636 Td\r\n(RFN08729) Tj\r\nT* (136) Tj\r\nET\r\n0.78 G\r\n0. w\r\nendstream\r\nendobj\r\n1 0 obj\r\n<</Type /Pages\r\n/Kids [3 0 R ]\r\n/Count 1\r\n>>\r\nendobj\r\n5 0 obj\r\n<<\r\n/Type /Font\r\n/BaseFont /Helvetica\r\n/Subtype /Type1\r\n/Encoding /WinAnsiEncoding\r\n/FirstChar 32\r\n/LastChar 255\r\n>>\r\nendobj\r\n6 0 obj\r\n<<\r\n/Type /Font\r\n/BaseFont /Helvetica-Bold\r\n/Subtype /Type1\r\n/Encoding /WinAnsiEncoding\r\n/FirstChar 32\r\n/LastChar 255\r\n>>\r\nendobj\r\n7 0 obj\r\n<<\r\n/Type /Font\r\n/BaseFont /Helvetica-Oblique\r\n/Subtype /Type1\r\n/Encoding /WinAnsiEncoding\r\n/FirstChar 32\r\n/LastChar 255\r\n>>\r\nendobj\r\n8 0 obj\r\n<<\r\n/Type /Font\r\n/BaseFont /Helvetica-BoldOblique\r\n/Subtype /Type1\r\n/Encoding /WinAnsiEncoding\r\n/FirstChar 32\r\n/LastChar 255\r\n>>\r\nendobj\r\n9 0 obj\r\n<<\r\n/Type /Font\r\n/BaseFont /Courier\r\n/Subtype /Type1\r\n/Encoding /WinAnsiEncoding\r\n/FirstChar 32\r\n/LastChar 255\r\n>>\r\nendobj\r\n10 0 obj\r\n<<\r\n/Type /Font\r\n/BaseFont /Courier-Bold\r\n/Subtype /Type1\r\n/Encoding /WinAnsiEncoding\r\n/FirstChar 32\r\n/LastChar 255\r\n>>\r\nendobj\r\n11 0 obj\r\n<<\r\n/Type /Font\r\n/BaseFont /Courier-Oblique\r\n/Subtype /Type1\r\n/Encoding /WinAnsiEncoding\r\n/FirstChar 32\r\n/LastChar 255\r\n>>\r\nendobj\r\n12 0 obj\r\n<<\r\n/Type /Font\r\n/BaseFont /Courier-BoldOblique\r\n/Subtype /Type1\r\n/Encoding /WinAnsiEncoding\r\n/FirstChar 32\r\n/LastChar 255\r\n>>\r\nendobj\r\n13 0 obj\r\n<<\r\n/Type /Font\r\n/BaseFont /Times-Roman\r\n/Subtype /Type1\r\n/Encoding /WinAnsiEncoding\r\n/FirstChar 32\r\n/LastChar 255\r\n>>\r\nendobj\r\n14 0 obj\r\n<<\r\n/Type /Font\r\n/BaseFont /Times-Bold\r\n/Subtype /Type1\r\n/Encoding /WinAnsiEncoding\r\n/FirstChar 32\r\n/LastChar 255\r\n>>\r\nendobj\r\n15 0 obj\r\n<<\r\n/Type /Font\r\n/BaseFont /Times-Italic\r\n/Subtype /Type1\r\n/Encoding /WinAnsiEncoding\r\n/FirstChar 32\r\n/LastChar 255\r\n>>\r\nendobj\r\n16 0 obj\r\n<<\r\n/Type /Font\r\n/BaseFont /Times-BoldItalic\r\n/Subtype /Type1\r\n/Encoding /WinAnsiEncoding\r\n/FirstChar 32\r\n/LastChar 255\r\n>>\r\nendobj\r\n17 0 obj\r\n<<\r\n/Type /Font\r\n/BaseFont /ZapfDingbats\r\n/Subtype /Type1\r\n/FirstChar 32\r\n/LastChar 255\r\n>>\r\nendobj\r\n18 0 obj\r\n<<\r\n/Type /Font\r\n/BaseFont /Symbol\r\n/Subtype /Type1\r\n/FirstChar 32\r\n/LastChar 255\r\n>>\r\nendobj\r\n2 0 obj\r\n<<\r\n/ProcSet [/PDF /Text /ImageB /ImageC /ImageI]\r\n/Font <<\r\n/F1 5 0 R\r\n/F2 6 0 R\r\n/F3 7 0 R\r\n/F4 8 0 R\r\n/F5 9 0 R\r\n/F6 10 0 R\r\n/F7 11 0 R\r\n/F8 12 0 R\r\n/F9 13 0 R\r\n/F10 14 0 R\r\n/F11 15 0 R\r\n/F12 16 0 R\r\n/F13 17 0 R\r\n/F14 18 0 R\r\n>>\r\n/XObject <<\r\n>>\r\n>>\r\nendobj\r\n19 0 obj\r\n<<\r\n/Producer (jsPDF 2.5.1)\r\n/CreationDate (D:20221011093112-00'00')\r\n>>\r\nendobj\r\n20 0 obj\r\n<<\r\n/Type /Catalog\r\n/Pages 1 0 R\r\n/OpenAction [3 0 R /FitH null]\r\n/PageLayout /OneColumn\r\n>>\r\nendobj\r\nxref\r\n0 21\r\n0000000000 65535 f \r\n0000011180 00000 n \r\n0000012997 00000 n \r\n0000000015 00000 n \r\n0000000152 00000 n \r\n0000011237 00000 n \r\n0000011362 00000 n \r\n0000011492 00000 n \r\n0000011625 00000 n \r\n0000011762 00000 n \r\n0000011885 00000 n \r\n0000012014 00000 n \r\n0000012146 00000 n \r\n0000012282 00000 n \r\n0000012410 00000 n \r\n0000012537 00000 n \r\n0000012666 00000 n \r\n0000012799 00000 n \r\n0000012901 00000 n \r\n0000013245 00000 n \r\n0000013331 00000 n \r\ntrailer\r\n<<\r\n/Size 21\r\n/Root 20 0 R\r\n/Info 19 0 R\r\n/ID [ <59B39892D1F3A28A0EDBE2E7C0B894B5> <59B39892D1F3A28A0EDBE2E7C0B894B5> ]\r\n>>\r\nstartxref\r\n13435\r\n%%EOF"},{"id":"6100cd83-7910-4048-b2d9-2d43430e2531","name":"Error Example","originalRequest":{"method":"POST","header":[{"key":"content-Type","value":"application/json","type":"text"},{"key":"client_secret","value":"{{Client_Secret}}","type":"text"},{"key":"organisationId","value":"{{Organisation_Id}}","type":"text"},{"key":"client_id","value":"{{Client_Id}}","type":"text"},{"key":"appIdentifier","value":"{{App_Identifier}}","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"consentID\": \"{{Consent_Id}}\",\r\n   \"linkRefNumber\": [\r\n        \"7cd06b51-9e73-4600-a1e1-e97a6df659f4\"\r\n    ]\r\n}","options":{"raw":{"language":"json"}}},"url":"{{Base_URL}}/getallfidataPdf"},"status":"Bad Request","code":400,"_postman_previewlanguage":null,"header":[{"key":"Date","value":"Wed, 01 Oct 2025 11:51:28 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"126"},{"key":"Connection","value":"keep-alive"},{"key":"Content-Security-Policy","value":"report-uri *.moneyone.in"},{"key":"Cross-Origin-Embedder-Policy","value":"require-corp"},{"key":"Cross-Origin-Opener-Policy","value":"same-origin"},{"key":"Cross-Origin-Resource-Policy","value":"same-origin"},{"key":"X-DNS-Prefetch-Control","value":"off"},{"key":"Expect-CT","value":"max-age=0"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"Strict-Transport-Security","value":"max-age=31536000; includeSubDomains"},{"key":"X-Download-Options","value":"noopen"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"Origin-Agent-Cluster","value":"?1"},{"key":"X-Permitted-Cross-Domain-Policies","value":"none"},{"key":"Referrer-Policy","value":"no-referrer"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"X-RateLimit-Limit","value":"1000"},{"key":"X-RateLimit-Remaining","value":"997"},{"key":"X-RateLimit-Reset","value":"1759319515"},{"key":"Access-Control-Allow-Origin","value":"*.moneyone.in"},{"key":"Access-Control-Allow-Methods","value":"GET, POST"},{"key":"Access-Control-Allow-Headers","value":"X-Requested-With,content-type"},{"key":"Access-Control-Allow-Credentials","value":"true"},{"key":"ETag","value":"W/\"7e-MezN6/xFqJCIt7nNPYUON8o6d34\""}],"cookie":[],"responseTime":null,"body":"{\n    \"ver\": \"1.21.0\",\n    \"timestamp\": \"2025-10-01T11:51:28.773Z\",\n    \"errorCode\": \"InvalidConsentId\",\n    \"errorMsg\": \"Consent ID does not exist.\"\n}"}],"_postman_id":"028c8c38-9f4d-4b00-87da-92bdf18c0314"},{"name":"Get All Latest Data","id":"91ca7e78-4a70-422f-aadf-f09a6cffde07","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"client_id","value":"{{Client_Id}}","type":"text"},{"key":"client_secret","value":"{{Client_Secret}}","type":"text"},{"key":"organisationId","value":"{{Organisation_Id}}","type":"text"},{"key":"appIdentifier","value":"{{App_Identifier}}","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"consentID\": \"{{Consent_Id}}\"\r\n}"},"url":"{{Base_URL}}/getalllatestfidata","description":"<p>This API can be used to fetch the incremental financial data (for Periodic fetch type) associated with the consent.</p>\n<p>Note : For Onetime fetch type, there is no incremental data. So the response from <em>Get All FI Data</em> and this API will be same.</p>\n<h4 id=\"request-parameters\">Request Parameters</h4>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Parameter</strong></th>\n<th><strong>Type</strong></th>\n<th><strong>Mandatory vs Optional</strong></th>\n<th><strong>Description</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>consentId</td>\n<td>string</td>\n<td>mandatory</td>\n<td>Unique consent ID.</td>\n</tr>\n</tbody>\n</table>\n</div><h4 id=\"response-parameters\">Response Parameters</h4>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Parameter</strong></th>\n<th><strong>Type</strong></th>\n<th><strong>Mandatory vs Optional</strong></th>\n<th><strong>Description</strong></th>\n<th><strong>Supported Values</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>ver</td>\n<td>string</td>\n<td>mandatory</td>\n<td>The version of the API.</td>\n<td></td>\n</tr>\n<tr>\n<td>status</td>\n<td>string</td>\n<td>mandatory</td>\n<td>Status of the response.</td>\n<td>success, failure</td>\n</tr>\n<tr>\n<td>data.linkReferenceNumber</td>\n<td>string</td>\n<td>mandatory</td>\n<td>Linked reference number of the account.</td>\n<td></td>\n</tr>\n<tr>\n<td>data.maskedAccountNumber</td>\n<td>string</td>\n<td>mandatory</td>\n<td>Masked account number.</td>\n<td></td>\n</tr>\n<tr>\n<td>data.fiType</td>\n<td>string</td>\n<td>mandatory</td>\n<td>Financial Information type.</td>\n<td>DEPOSIT, TERM_DEPOSIT, TERM-DEPOSIT, RECURRING_DEPOSIT, SIP, CP, GOVT_SECURITIES, EQUITIES, BONDS, DEBENTURES, MUTUAL_FUNDS, ETF, IDR, CIS, AIF, INSURANCE_POLICIES, NPS, INVIT, REIT, GSTR1_3B, LIFE_INSURANCE, GENERAL_INSURANCE, OTHER</td>\n</tr>\n<tr>\n<td>data.bank</td>\n<td>string</td>\n<td>mandatory</td>\n<td>Name of the bank.</td>\n<td></td>\n</tr>\n<tr>\n<td>data.Profile.Holders.type</td>\n<td>string</td>\n<td>mandatory</td>\n<td>Type of account holders.</td>\n<td>SINGLE, JOINT</td>\n</tr>\n<tr>\n<td>data.Profile.Holders.Holder.name</td>\n<td>string</td>\n<td>mandatory</td>\n<td>Name of the account holder.</td>\n<td></td>\n</tr>\n<tr>\n<td>data.Profile.Holders.Holder.dob</td>\n<td>string</td>\n<td>mandatory</td>\n<td>Date of birth of the account holder.</td>\n<td></td>\n</tr>\n<tr>\n<td>data.Profile.Holders.Holder.mobile</td>\n<td>string</td>\n<td>mandatory</td>\n<td>Mobile number of the account holder.</td>\n<td></td>\n</tr>\n<tr>\n<td>data.Profile.Holders.Holder.nominee</td>\n<td>string</td>\n<td>mandatory</td>\n<td>Nominee status</td>\n<td>Registered, Not-Registered</td>\n</tr>\n<tr>\n<td>data.Profile.Holders.Holder.landline</td>\n<td>string</td>\n<td>mandatory</td>\n<td>Landline number of the account holder.</td>\n<td></td>\n</tr>\n<tr>\n<td>data.Profile.Holders.Holder.address</td>\n<td>string</td>\n<td>mandatory</td>\n<td>Address of the account holder.</td>\n<td></td>\n</tr>\n<tr>\n<td>data.Profile.Holders.Holder.email</td>\n<td>string</td>\n<td>mandatory</td>\n<td>Email address of the account holder.</td>\n<td></td>\n</tr>\n<tr>\n<td>data.Profile.Holders.Holder.pan</td>\n<td>string</td>\n<td>mandatory</td>\n<td>PAN number of the account holder.</td>\n<td></td>\n</tr>\n<tr>\n<td>data.Profile.Holders.Holder.ckycCompliance</td>\n<td>string</td>\n<td>mandatory</td>\n<td>CKYC compliance status.</td>\n<td>YES, NO, NO_DATA_AVAILABLE</td>\n</tr>\n<tr>\n<td>data.Summary.currentBalance</td>\n<td>string</td>\n<td>mandatory</td>\n<td>Current balance of the account.</td>\n<td></td>\n</tr>\n<tr>\n<td>data.Summary.currency</td>\n<td>string</td>\n<td>mandatory</td>\n<td>Currency of the account balance.</td>\n<td></td>\n</tr>\n<tr>\n<td>data.Summary.exchgeRate</td>\n<td>string</td>\n<td>mandatory</td>\n<td>Exchange rate.</td>\n<td></td>\n</tr>\n<tr>\n<td>data.Summary.balanceDateTime</td>\n<td>string</td>\n<td>mandatory</td>\n<td>Date and time of the balance.</td>\n<td></td>\n</tr>\n<tr>\n<td>data.Summary.type</td>\n<td>string</td>\n<td>mandatory</td>\n<td>Type of account.</td>\n<td>SAVINGS, CURRENT</td>\n</tr>\n<tr>\n<td>data.Summary.branch</td>\n<td>string</td>\n<td>mandatory</td>\n<td>Branch of the bank.</td>\n<td></td>\n</tr>\n<tr>\n<td>data.Summary.facility</td>\n<td>string</td>\n<td>mandatory</td>\n<td>Facility of the account, e.g., OD.</td>\n<td></td>\n</tr>\n<tr>\n<td>data.Summary.ifscCode</td>\n<td>string</td>\n<td>mandatory</td>\n<td>IFSC code of the bank branch.</td>\n<td></td>\n</tr>\n<tr>\n<td>data.Summary.micrCode</td>\n<td>string</td>\n<td>mandatory</td>\n<td>MICR code of the bank branch.</td>\n<td></td>\n</tr>\n<tr>\n<td>data.Summary.openingDate</td>\n<td>string</td>\n<td>mandatory</td>\n<td>Opening date of the account.</td>\n<td></td>\n</tr>\n<tr>\n<td>data.Summary.currentODLimit</td>\n<td>string</td>\n<td>mandatory</td>\n<td>Current overdraft limit.</td>\n<td></td>\n</tr>\n<tr>\n<td>data.Summary.drawingLimit</td>\n<td>string</td>\n<td>mandatory</td>\n<td>Drawing limit of the account.</td>\n<td></td>\n</tr>\n<tr>\n<td>data.Summary.status</td>\n<td>string</td>\n<td>mandatory</td>\n<td>Status of the account, e.g., ACTIVE.</td>\n<td></td>\n</tr>\n<tr>\n<td>data.Summary.Pending.amount</td>\n<td>string</td>\n<td>mandatory</td>\n<td>Pending amount.</td>\n<td></td>\n</tr>\n<tr>\n<td>data.Summary.Pending.transactionType</td>\n<td>string</td>\n<td>mandatory</td>\n<td>Type of pending transaction, e.g., DEBIT.</td>\n<td></td>\n</tr>\n<tr>\n<td>data.Transactions.startDate</td>\n<td>string</td>\n<td>mandatory</td>\n<td>Start date of the transaction period.</td>\n<td></td>\n</tr>\n<tr>\n<td>data.Transactions.endDate</td>\n<td>string</td>\n<td>mandatory</td>\n<td>End date of the transaction period.</td>\n<td></td>\n</tr>\n<tr>\n<td>data.Transactions.Transaction.type</td>\n<td>string</td>\n<td>mandatory</td>\n<td>Type of transaction.</td>\n<td>CREDIT, DEBIT</td>\n</tr>\n<tr>\n<td>data.Transactions.Transaction.mode</td>\n<td>string</td>\n<td>mandatory</td>\n<td>Mode of transaction.</td>\n<td>CASH,UPI,IMPS,NEFT,RTGS,CARD,ATM,CHEQUE,DEMAND_DRAFT,AUTO_DEBIT,INTEREST_CREDIT, NACH, ECS, REMITTANCE, OTHERS</td>\n</tr>\n<tr>\n<td>data.Transactions.Transaction.amount</td>\n<td>string</td>\n<td>mandatory</td>\n<td>Amount of the transaction.</td>\n<td></td>\n</tr>\n<tr>\n<td>data.Transactions.Transaction.currentBalance</td>\n<td>string</td>\n<td>mandatory</td>\n<td>Current balance after the transaction.</td>\n<td></td>\n</tr>\n<tr>\n<td>data.Transactions.Transaction.transactionTimestamp</td>\n<td>string</td>\n<td>mandatory</td>\n<td>Timestamp of the transaction.</td>\n<td></td>\n</tr>\n<tr>\n<td>data.Transactions.Transaction.valueDate</td>\n<td>string</td>\n<td>mandatory</td>\n<td>Value date of the transaction.</td>\n<td></td>\n</tr>\n<tr>\n<td>data.Transactions.Transaction.txnId</td>\n<td>string</td>\n<td>mandatory</td>\n<td>Transaction ID.</td>\n<td></td>\n</tr>\n<tr>\n<td>data.Transactions.Transaction.narration</td>\n<td>string</td>\n<td>mandatory</td>\n<td>Description of the transaction.</td>\n<td></td>\n</tr>\n<tr>\n<td>data.Transactions.Transaction.reference</td>\n<td>string</td>\n<td>mandatory</td>\n<td>Transaction reference number, e.g., Cheque number.</td>\n<td></td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"path":["getalllatestfidata"],"host":["{{Base_URL}}"],"query":[],"variable":[]}},"response":[{"id":"b26f1b71-dcca-473f-ac9e-b4e6f32873db","name":"Example","originalRequest":{"method":"POST","header":[{"key":"client_id","value":"{{Client_Id}}","type":"text"},{"key":"client_secret","value":"{{Client_Secret}}","type":"text"},{"key":"organisationId","value":"{{Organisation_Id}}","type":"text"},{"key":"appIdentifier","value":"{{App_Identifier}}","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"consentID\": \"{{Consent_Id}}\"\r\n} "},"url":"{{Base_URL}}/getalllatestfidata"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx"},{"key":"Date","value":"Thu, 19 May 2022 10:35:20 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"77145"},{"key":"Connection","value":"keep-alive"},{"key":"X-RateLimit-Limit","value":"1200"},{"key":"X-RateLimit-Remaining","value":"1194"},{"key":"X-RateLimit-Reset","value":"1652956523"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Content-Security-Policy","value":"report-uri *.moneyone.in"},{"key":"Access-Control-Allow-Methods","value":"GET, POST"},{"key":"Access-Control-Allow-Headers","value":"X-Requested-With,content-type"},{"key":"Access-Control-Allow-Credentials","value":"true"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"Strict-Transport-Security","value":"max-age=31536000; includeSubDomains"},{"key":"ETag","value":"W/\"12d59-x9NSZzvHISNl2eZMxwErLJ2y15w\""}],"cookie":[],"responseTime":null,"body":"{\n    \"ver\": \"1.17.0\",\n    \"status\": \"success\",\n    \"data\": [\n        {\n            \"linkReferenceNumber\": \"2f0e8d74-2b5f-4a4e-856d-2b73bf8ff792\",\n            \"maskedAccountNumber\": \"XXXXXX8773\",\n            \"fiType\": \"DEPOSIT\",\n            \"bank\": \"Universal Bank\",\n            \"Summary\": {\n                \"currentBalance\": \"101666.33\",\n                \"currency\": \"INR\",\n                \"exchgeRate\": \" \",\n                \"balanceDateTime\": \"2022-05-19T10:29:44.000Z\",\n                \"type\": \"SAVINGS\",\n                \"branch\": \"Jayanagar 4th Block\",\n                \"facility\": \"OD\",\n                \"ifscCode\": \"ICIC0001124\",\n                \"micrCode\": \"500240246\",\n                \"openingDate\": \"2004-08-06\",\n                \"currentODLimit\": \"0\",\n                \"drawingLimit\": \"0\",\n                \"status\": \"ACTIVE\",\n                \"Pending\": [\n                    {\n                        \"amount\": 0,\n                        \"transactionType\": \"DEBIT\"\n                    }\n                ]\n            },\n            \"Profile\": {\n                \"Holders\": {\n                    \"type\": \"SINGLE\",\n                    \"Holder\": [\n                        {\n                            \"name\": \"Akshay Kumar\",\n                            \"dob\": \"1947-08-15\",\n                            \"mobile\": \"7730808773\",\n                            \"nominee\": \"REGISTERED\",\n                            \"landline\": \"\",\n                            \"address\": \"8/1190, 5th Cross, 3rd Main, 7th Block, Jayanagar, Bangalore - 560011\",\n                            \"email\": \"akshayku@gmail.com\",\n                            \"pan\": \"AAAAA0000A\",\n                            \"ckycCompliance\": \"true\"\n                        }\n                    ]\n                }\n            },\n            \"Transactions\": {\n                \"startDate\": \"2019-05-19\",\n                \"endDate\": \"2022-05-19\",\n                \"Transaction\": [\n                    {\n                        \"type\": \"DEBIT\",\n                        \"mode\": \"UPI\",\n                        \"amount\": \"1239.00\",\n                        \"currentBalance\": \"62289.25\",\n                        \"transactionTimestamp\": \"2019-12-19T07:50:14.000Z\",\n                        \"valueDate\": \"2019-12-19\",\n                        \"txnId\": \"M3258741\",\n                        \"narration\": \"UPI/935314560764/getsimpl/simpl@axisbank/Axis Bank\",\n                        \"reference\": \"RFN00013383\"\n                    },\n                    {\n                        \"type\": \"DEBIT\",\n                        \"mode\": \"UPI\",\n                        \"amount\": \"16.00\",\n                        \"currentBalance\": \"62073.25\",\n                        \"transactionTimestamp\": \"2019-12-20T13:26:12.000Z\",\n                        \"valueDate\": \"2019-12-20\",\n                        \"txnId\": \"M3917183\",\n                        \"narration\": \"UPI/935418465214/On tapping Pay/AMZN0002966107@/St\",\n                        \"reference\": \"RFN00038195\"\n                    },\n                    {\n                        \"type\": \"DEBIT\",\n                        \"mode\": \"UPI\",\n                        \"amount\": \"1432.00\",\n                        \"currentBalance\": \"60641.25\",\n                        \"transactionTimestamp\": \"2019-12-21T03:44:47.000Z\",\n                        \"valueDate\": \"2019-12-21\",\n                        \"txnId\": \"M4246404\",\n                        \"narration\": \"UPI/935511799557/On tapping Pay/ola.money1@axis/Ax\",\n                        \"reference\": \"RFN00050601\"\n                    },\n                    {\n                        \"type\": \"DEBIT\",\n                        \"mode\": \"OTHERS\",\n                        \"amount\": \"710.50\",\n                        \"currentBalance\": \"45595.49\",\n                        \"transactionTimestamp\": \"2019-12-21T10:39:04.000Z\",\n                        \"valueDate\": \"2019-12-21\",\n                        \"txnId\": \"M5563288\",\n                        \"narration\": \"VIN/BBBP Bengal/201912220356/935522425140/ \",\n                        \"reference\": \"RFN00100225\"\n                    },\n                    {\n                        \"type\": \"DEBIT\",\n                        \"mode\": \"CARD\",\n                        \"amount\": \"4101.00\",\n                        \"currentBalance\": \"41494.49\",\n                        \"transactionTimestamp\": \"2019-12-22T04:44:59.000Z\",\n                        \"valueDate\": \"2019-12-22\",\n                        \"txnId\": \"M5892509\",\n                        \"narration\": \"BIL/ONL/001876585007/State Bank/SBICARD_RICI833/SB\",\n                        \"reference\": \"RFN00112631\"\n                    },\n                    {\n                        \"type\": \"DEBIT\",\n                        \"mode\": \"OTHERS\",\n                        \"amount\": \"200.00\",\n                        \"currentBalance\": \"41294.49\",\n                        \"transactionTimestamp\": \"2019-12-22T04:48:12.000Z\",\n                        \"valueDate\": \"2019-12-22\",\n                        \"txnId\": \"M6221730\",\n                        \"narration\": \"GIB/000044233050/STAX /63900042212201900058 \",\n                        \"reference\": \"RFN00125037\"\n                    },\n                    {\n                        \"type\": \"DEBIT\",\n                        \"mode\": \"ATM\",\n                        \"amount\": \"10000.00\",\n                        \"currentBalance\": \"31294.49\",\n                        \"transactionTimestamp\": \"2019-12-25T06:04:44.000Z\",\n                        \"valueDate\": \"2019-12-25\",\n                        \"txnId\": \"M6550951\",\n                        \"narration\": \"ATM/SECNQ998/CASH WDL/25-12-19 \",\n                        \"reference\": \"RFN00137443\"\n                    },\n                    {\n                        \"type\": \"DEBIT\",\n                        \"mode\": \"FT\",\n                        \"amount\": \"2138.00\",\n                        \"currentBalance\": \"29156.49\",\n                        \"transactionTimestamp\": \"2019-12-30T03:01:47.000Z\",\n                        \"valueDate\": \"2019-12-30\",\n                        \"txnId\": \"M6880172\",\n                        \"narration\": \"ACH/TP Kotak Life Ins/1791288292 \",\n                        \"reference\": \"RFN00149849\"\n                    },\n                    {\n                        \"type\": \"DEBIT\",\n                        \"mode\": \"FT\",\n                        \"amount\": \"330.00\",\n                        \"currentBalance\": \"28826.49\",\n                        \"transactionTimestamp\": \"2019-12-30T04:26:44.000Z\",\n                        \"valueDate\": \"2019-12-30\",\n                        \"txnId\": \"M7209393\",\n                        \"narration\": \"VIN/SWIGGY /201912301322/936407439400/ \",\n                        \"reference\": \"RFN00162255\"\n                    },\n                    {\n                        \"type\": \"CREDIT\",\n                        \"mode\": \"OTHERS\",\n                        \"amount\": \"518.00\",\n                        \"currentBalance\": \"27228.49\",\n                        \"transactionTimestamp\": \"2019-12-30T07:45:04.000Z\",\n                        \"valueDate\": \"2019-12-30\",\n                        \"txnId\": \"M7867835\",\n                        \"narration\": \"000501523329:Int.Pd:30-09-2019 to 30-12-2019 \",\n                        \"reference\": \"RFN00187067\"\n                    },\n                    {\n                        \"type\": \"DEBIT\",\n                        \"mode\": \"FT\",\n                        \"amount\": \"2097.44\",\n                        \"currentBalance\": \"24769.05\",\n                        \"transactionTimestamp\": \"2020-01-01T11:06:47.000Z\",\n                        \"valueDate\": \"2020-01-01\",\n                        \"txnId\": \"M8526277\",\n                        \"narration\": \"VIN/IRCTC /202001012059/000115145689/ \",\n                        \"reference\": \"RFN00211879\"\n                    },\n                    {\n                        \"type\": \"DEBIT\",\n                        \"mode\": \"FT\",\n                        \"amount\": \"2024.55\",\n                        \"currentBalance\": \"22576.5\",\n                        \"transactionTimestamp\": \"2020-01-03T05:22:51.000Z\",\n                        \"valueDate\": \"2020-01-03\",\n                        \"txnId\": \"M9513940\",\n                        \"narration\": \"ACH/TP ExideLife/INGLife/1793513439 \",\n                        \"reference\": \"RFN00249097\"\n                    },\n                    {\n                        \"type\": \"DEBIT\",\n                        \"mode\": \"CARD\",\n                        \"amount\": \"1297.00\",\n                        \"currentBalance\": \"21193.5\",\n                        \"transactionTimestamp\": \"2020-01-04T19:43:17.000Z\",\n                        \"valueDate\": \"2020-01-05\",\n                        \"txnId\": \"M10501603\",\n                        \"narration\": \"VPS/SWATHI HOSP/202001051605/000510633940/BANGALOR\",\n                        \"reference\": \"RFN00286315\"\n                    },\n                    {\n                        \"type\": \"DEBIT\",\n                        \"mode\": \"CASH\",\n                        \"amount\": \"5000.00\",\n                        \"currentBalance\": \"16176.5\",\n                        \"transactionTimestamp\": \"2020-01-04T20:32:25.000Z\",\n                        \"valueDate\": \"2020-01-05\",\n                        \"txnId\": \"M11160045\",\n                        \"narration\": \"NFS/KBL18213/CASH WDL/05-01-20 \",\n                        \"reference\": \"RFN00311127\"\n                    },\n                    {\n                        \"type\": \"DEBIT\",\n                        \"mode\": \"FT\",\n                        \"amount\": \"5000.00\",\n                        \"currentBalance\": \"11176.5\",\n                        \"transactionTimestamp\": \"2020-01-06T17:41:18.000Z\",\n                        \"valueDate\": \"2020-01-06\",\n                        \"txnId\": \"M11489266\",\n                        \"narration\": \"BIL/BPAY/001888932102/BSE ISIP/BSE000000034260 \",\n                        \"reference\": \"RFN00323533\"\n                    },\n                    {\n                        \"type\": \"DEBIT\",\n                        \"mode\": \"FT\",\n                        \"amount\": \"5000.00\",\n                        \"currentBalance\": \"6176.5\",\n                        \"transactionTimestamp\": \"2020-01-07T00:52:27.000Z\",\n                        \"valueDate\": \"2020-01-07\",\n                        \"txnId\": \"M11818487\",\n                        \"narration\": \"BIL/BPAY/001889944243/BSE ISIP/BSE000000034260 \",\n                        \"reference\": \"RFN00335939\"\n                    },\n                    {\n                        \"type\": \"DEBIT\",\n                        \"mode\": \"FT\",\n                        \"amount\": \"5000.00\",\n                        \"currentBalance\": \"1176.5\",\n                        \"transactionTimestamp\": \"2020-01-07T01:53:34.000Z\",\n                        \"valueDate\": \"2020-01-07\",\n                        \"txnId\": \"M12147708\",\n                        \"narration\": \"BIL/BPAY/001889918950/MOTILAL OS/MODIRECT-B02925 \",\n                        \"reference\": \"RFN00348345\"\n                    },\n                    {\n                        \"type\": \"DEBIT\",\n                        \"mode\": \"FT\",\n                        \"amount\": \"3062.00\",\n                        \"currentBalance\": \"3114.5\",\n                        \"transactionTimestamp\": \"2020-01-07T14:55:32.000Z\",\n                        \"valueDate\": \"2020-01-07\",\n                        \"txnId\": \"M12806150\",\n                        \"narration\": \"CMS/000599599606/AD_LIC__648652702 \",\n                        \"reference\": \"RFN00373157\"\n                    },\n                    {\n                        \"type\": \"DEBIT\",\n                        \"mode\": \"FT\",\n                        \"amount\": \"464.00\",\n                        \"currentBalance\": \"31916.5\",\n                        \"transactionTimestamp\": \"2020-01-09T01:23:11.000Z\",\n                        \"valueDate\": \"2020-01-09\",\n                        \"txnId\": \"M14452255\",\n                        \"narration\": \"VIN/DISH TV IND/202001091516/000909100480/ \",\n                        \"reference\": \"RFN00435187\"\n                    },\n                    {\n                        \"type\": \"CREDIT\",\n                        \"mode\": \"FT\",\n                        \"amount\": \"50000.00\",\n                        \"currentBalance\": \"81916.5\",\n                        \"transactionTimestamp\": \"2020-01-09T01:31:17.000Z\",\n                        \"valueDate\": \"2020-01-09\",\n                        \"txnId\": \"M14781476\",\n                        \"narration\": \"BIL/INFT/001892335260/ \",\n                        \"reference\": \"RFN00447593\"\n                    },\n                    {\n                        \"type\": \"DEBIT\",\n                        \"mode\": \"FT\",\n                        \"amount\": \"30000.00\",\n                        \"currentBalance\": \"51916.5\",\n                        \"transactionTimestamp\": \"2020-01-10T02:41:17.000Z\",\n                        \"valueDate\": \"2020-01-10\",\n                        \"txnId\": \"M15110697\",\n                        \"narration\": \"ACH/HDFCLTD/245261499 \",\n                        \"reference\": \"RFN00459999\"\n                    },\n                    {\n                        \"type\": \"DEBIT\",\n                        \"mode\": \"CARD\",\n                        \"amount\": \"935.18\",\n                        \"currentBalance\": \"50981.32\",\n                        \"transactionTimestamp\": \"2020-01-10T02:44:13.000Z\",\n                        \"valueDate\": \"2020-01-10\",\n                        \"txnId\": \"M15439918\",\n                        \"narration\": \"VPS/AIRPLAZA RE/202001110253/001021150009/BANGALOR\",\n                        \"reference\": \"RFN00472405\"\n                    },\n                    {\n                        \"type\": \"DEBIT\",\n                        \"mode\": \"CARD\",\n                        \"amount\": \"540.00\",\n                        \"currentBalance\": \"50441.32\",\n                        \"transactionTimestamp\": \"2020-01-11T17:37:17.000Z\",\n                        \"valueDate\": \"2020-01-11\",\n                        \"txnId\": \"M15769139\",\n                        \"narration\": \"IPS/SAI SARVANA/202001112152/000000000526/BANGALOR\",\n                        \"reference\": \"RFN00484811\"\n                    },\n                    {\n                        \"type\": \"DEBIT\",\n                        \"mode\": \"UPI\",\n                        \"amount\": \"50.00\",\n                        \"currentBalance\": \"50391.32\",\n                        \"transactionTimestamp\": \"2020-01-11T18:42:22.000Z\",\n                        \"valueDate\": \"2020-01-12\",\n                        \"txnId\": \"M16098360\",\n                        \"narration\": \"UPI/001210722616/Collect/resident.uidai./HDFC BANK\",\n                        \"reference\": \"RFN00497217\"\n                    },\n                    {\n                        \"type\": \"CREDIT\",\n                        \"mode\": \"FT\",\n                        \"amount\": \"150000.00\",\n                        \"currentBalance\": \"200391.32\",\n                        \"transactionTimestamp\": \"2020-01-11T18:55:16.000Z\",\n                        \"valueDate\": \"2020-01-12\",\n                        \"txnId\": \"M16427581\",\n                        \"narration\": \"SAL FINTECH PRODUCTS and SOLUTIONS DEC 2019\",\n                        \"reference\": \"RFN00509623\"\n                    },\n                    {\n                        \"type\": \"DEBIT\",\n                        \"mode\": \"FT\",\n                        \"amount\": \"50000.00\",\n                        \"currentBalance\": \"150391.32\",\n                        \"transactionTimestamp\": \"2020-01-11T19:03:36.000Z\",\n                        \"valueDate\": \"2020-01-12\",\n                        \"txnId\": \"M16756802\",\n                        \"narration\": \"BIL/INFT/001894593460/ \",\n                        \"reference\": \"RFN00522029\"\n                    },\n                    {\n                        \"type\": \"DEBIT\",\n                        \"mode\": \"FT\",\n                        \"amount\": \"12000.00\",\n                        \"currentBalance\": \"138391.32\",\n                        \"transactionTimestamp\": \"2020-01-11T19:15:47.000Z\",\n                        \"valueDate\": \"2020-01-12\",\n                        \"txnId\": \"M17086023\",\n                        \"narration\": \"MMT/IMPS/001211772937/Car Loan EMI/AKSHAY KUMAR /SBIN\",\n                        \"reference\": \"RFN00534435\"\n                    },\n                    {\n                        \"type\": \"DEBIT\",\n                        \"mode\": \"FT\",\n                        \"amount\": \"12600.00\",\n                        \"currentBalance\": \"125791.32\",\n                        \"transactionTimestamp\": \"2020-01-11T19:31:57.000Z\",\n                        \"valueDate\": \"2020-01-12\",\n                        \"txnId\": \"M17415244\",\n                        \"narration\": \"MMT/IMPS/001211775491/Rent Jan 2020/SAILAKSHMI/HDF\",\n                        \"reference\": \"RFN00546841\"\n                    },\n                    {\n                        \"type\": \"DEBIT\",\n                        \"mode\": \"FT\",\n                        \"amount\": \"24827.00\",\n                        \"currentBalance\": \"98564.32\",\n                        \"transactionTimestamp\": \"2020-01-11T19:56:54.000Z\",\n                        \"valueDate\": \"2020-01-12\",\n                        \"txnId\": \"M18073686\",\n                        \"narration\": \"MMT/IMPS/001212834904/HDFC CC PMT/HDFC CREDI/HDFC0\",\n                        \"reference\": \"RFN00571653\"\n                    },\n                    {\n                        \"type\": \"DEBIT\",\n                        \"mode\": \"ATM\",\n                        \"amount\": \"10000.00\",\n                        \"currentBalance\": \"86051.82\",\n                        \"transactionTimestamp\": \"2020-01-11T20:25:33.000Z\",\n                        \"valueDate\": \"2020-01-12\",\n                        \"txnId\": \"M19390570\",\n                        \"narration\": \"ATM/SPCND430/CASH WDL/12-01-20 \",\n                        \"reference\": \"RFN00621277\"\n                    },\n                    {\n                        \"type\": \"DEBIT\",\n                        \"mode\": \"UPI\",\n                        \"amount\": \"1000.00\",\n                        \"currentBalance\": \"84991.82\",\n                        \"transactionTimestamp\": \"2020-01-15T11:40:10.000Z\",\n                        \"valueDate\": \"2020-01-15\",\n                        \"txnId\": \"M20049012\",\n                        \"narration\": \"UPI/001520932727/Easebuzz/easebuzz.nbfc@h/HDFC BAN\",\n                        \"reference\": \"RFN00646089\"\n                    },\n                    {\n                        \"type\": \"DEBIT\",\n                        \"mode\": \"CARD\",\n                        \"amount\": \"280.00\",\n                        \"currentBalance\": \"84691.82\",\n                        \"transactionTimestamp\": \"2020-01-17T15:50:33.000Z\",\n                        \"valueDate\": \"2020-01-17\",\n                        \"txnId\": \"M20707454\",\n                        \"narration\": \"VPS/SRI MANJUNA/202001180407/001722830111/BANGALOR\",\n                        \"reference\": \"RFN00670901\"\n                    },\n                    {\n                        \"type\": \"DEBIT\",\n                        \"mode\": \"FT\",\n                        \"amount\": \"881.06\",\n                        \"currentBalance\": \"83760.759999999995\",\n                        \"transactionTimestamp\": \"2020-01-18T16:44:23.000Z\",\n                        \"valueDate\": \"2020-01-18\",\n                        \"txnId\": \"M21365896\",\n                        \"narration\": \"VIN/Bigtree Ent/202001181624/001821423259/ \",\n                        \"reference\": \"RFN00695713\"\n                    },\n                    {\n                        \"type\": \"DEBIT\",\n                        \"mode\": \"CASH\",\n                        \"amount\": \"5000.00\",\n                        \"currentBalance\": \"66926.759999999995\",\n                        \"transactionTimestamp\": \"2020-01-24T13:44:23.000Z\",\n                        \"valueDate\": \"2020-01-24\",\n                        \"txnId\": \"M23341222\",\n                        \"narration\": \"NFS/40782067/CASH WDL/21-01-20 \",\n                        \"reference\": \"RFN00770149\"\n                    },\n                    {\n                        \"type\": \"DEBIT\",\n                        \"mode\": \"UPI\",\n                        \"amount\": \"3041.91\",\n                        \"currentBalance\": \"63394.85\",\n                        \"transactionTimestamp\": \"2020-01-26T13:48:44.000Z\",\n                        \"valueDate\": \"2020-01-26\",\n                        \"txnId\": \"M24328885\",\n                        \"narration\": \"IPS/BIG BAZAAR /202001252118/000000023015/BANGALOR\",\n                        \"reference\": \"RFN00807367\"\n                    },\n                    {\n                        \"type\": \"DEBIT\",\n                        \"mode\": \"UPI\",\n                        \"amount\": \"203.00\",\n                        \"currentBalance\": \"63191.85\",\n                        \"transactionTimestamp\": \"2020-01-28T06:42:33.000Z\",\n                        \"valueDate\": \"2020-01-28\",\n                        \"txnId\": \"M24658106\",\n                        \"narration\": \"UPI/002611196768/On tapping Pay/freshmenu@ybl/Yes \",\n                        \"reference\": \"RFN00819773\"\n                    },\n                    {\n                        \"type\": \"DEBIT\",\n                        \"mode\": \"FT\",\n                        \"amount\": \"2138.00\",\n                        \"currentBalance\": \"61053.85\",\n                        \"transactionTimestamp\": \"2020-01-30T08:55:46.000Z\",\n                        \"valueDate\": \"2020-01-30\",\n                        \"txnId\": \"M24987327\",\n                        \"narration\": \"ACH/TP Kotak Life Ins/1800525191 \",\n                        \"reference\": \"RFN00832179\"\n                    },\n                    {\n                        \"type\": \"DEBIT\",\n                        \"mode\": \"CARD\",\n                        \"amount\": \"300.00\",\n                        \"currentBalance\": \"60728.85\",\n                        \"transactionTimestamp\": \"2020-01-31T09:13:19.000Z\",\n                        \"valueDate\": \"2020-01-31\",\n                        \"txnId\": \"M25645769\",\n                        \"narration\": \"VPS/PREMIER SER/202001302249/003017151561/BANGALOR\",\n                        \"reference\": \"RFN00856991\"\n                    },\n                    {\n                        \"type\": \"DEBIT\",\n                        \"mode\": \"UPI\",\n                        \"amount\": \"980.00\",\n                        \"currentBalance\": \"59748.85\",\n                        \"transactionTimestamp\": \"2020-01-31T10:21:44.000Z\",\n                        \"valueDate\": \"2020-01-31\",\n                        \"txnId\": \"M25974990\",\n                        \"narration\": \"UPI/003122708332/On tapping Pay/Q30019000@ybl/ICIC\",\n                        \"reference\": \"RFN00869397\"\n                    },\n                    {\n                        \"type\": \"DEBIT\",\n                        \"mode\": \"UPI\",\n                        \"amount\": \"20.00\",\n                        \"currentBalance\": \"59728.85\",\n                        \"transactionTimestamp\": \"2020-02-01T04:40:36.000Z\",\n                        \"valueDate\": \"2020-02-01\",\n                        \"txnId\": \"M26304211\",\n                        \"narration\": \"UPI/003157736639/On tapping Pay/BHARATPE.904135/IC\",\n                        \"reference\": \"RFN00881803\"\n                    },\n                    {\n                        \"type\": \"DEBIT\",\n                        \"mode\": \"CASH\",\n                        \"amount\": \"5000.00\",\n                        \"currentBalance\": \"54568.85\",\n                        \"transactionTimestamp\": \"2020-02-02T03:44:35.000Z\",\n                        \"valueDate\": \"2020-02-02\",\n                        \"txnId\": \"M26962653\",\n                        \"narration\": \"NFS/SWCW5580/CASH WDL/01-02-20 \",\n                        \"reference\": \"RFN00906615\"\n                    },\n                    {\n                        \"type\": \"DEBIT\",\n                        \"mode\": \"FT\",\n                        \"amount\": \"5266.26\",\n                        \"currentBalance\": \"49302.59\",\n                        \"transactionTimestamp\": \"2020-02-02T05:48:49.000Z\",\n                        \"valueDate\": \"2020-02-02\",\n                        \"txnId\": \"M27291874\",\n                        \"narration\": \"BIL/INFT/001910188793/ICICI CC PMT/Self \",\n                        \"reference\": \"RFN00919021\"\n                    },\n                    {\n                        \"type\": \"DEBIT\",\n                        \"mode\": \"CARD\",\n                        \"amount\": \"833.00\",\n                        \"currentBalance\": \"48469.59\",\n                        \"transactionTimestamp\": \"2020-02-03T05:59:56.000Z\",\n                        \"valueDate\": \"2020-02-03\",\n                        \"txnId\": \"M27621095\",\n                        \"narration\": \"BIL/ONL/001910495836/State Bank/SBICARD_RICI848/SB\",\n                        \"reference\": \"RFN00931427\"\n                    },\n                    {\n                        \"type\": \"DEBIT\",\n                        \"mode\": \"FT\",\n                        \"amount\": \"2024.55\",\n                        \"currentBalance\": \"46295.040000000001\",\n                        \"transactionTimestamp\": \"2020-02-03T06:25:55.000Z\",\n                        \"valueDate\": \"2020-02-03\",\n                        \"txnId\": \"M28279537\",\n                        \"narration\": \"ACH/TP ExideLife/INGLife/1802506498 \",\n                        \"reference\": \"RFN00956239\"\n                    },\n                    {\n                        \"type\": \"DEBIT\",\n                        \"mode\": \"CARD\",\n                        \"amount\": \"399.00\",\n                        \"currentBalance\": \"45898.29\",\n                        \"transactionTimestamp\": \"2020-02-05T05:48:49.000Z\",\n                        \"valueDate\": \"2020-02-05\",\n                        \"txnId\": \"M28937979\",\n                        \"narration\": \"VPS/SWATHI HOSP/202002041509/003509590219/BANGALOR\",\n                        \"reference\": \"RFN00981051\"\n                    },\n                    {\n                        \"type\": \"DEBIT\",\n                        \"mode\": \"FT\",\n                        \"amount\": \"5000.00\",\n                        \"currentBalance\": \"40898.29\",\n                        \"transactionTimestamp\": \"2020-02-05T06:52:32.000Z\",\n                        \"valueDate\": \"2020-02-05\",\n                        \"txnId\": \"M29267200\",\n                        \"narration\": \"BIL/BPAY/001913373631/BSE ISIP/BSE000000034260 \",\n                        \"reference\": \"RFN00993457\"\n                    },\n                    {\n                        \"type\": \"DEBIT\",\n                        \"mode\": \"CASH\",\n                        \"amount\": \"10000.00\",\n                        \"currentBalance\": \"30898.29\",\n                        \"transactionTimestamp\": \"2020-02-07T11:03:47.000Z\",\n                        \"valueDate\": \"2020-02-07\",\n                        \"txnId\": \"M29596421\",\n                        \"narration\": \"NFS/40782067/CASH WDL/05-02-20 \",\n                        \"reference\": \"RFN01005863\"\n                    },\n                    {\n                        \"type\": \"DEBIT\",\n                        \"mode\": \"FT\",\n                        \"amount\": \"5000.00\",\n                        \"currentBalance\": \"25898.29\",\n                        \"transactionTimestamp\": \"2020-02-07T11:08:17.000Z\",\n                        \"valueDate\": \"2020-02-07\",\n                        \"txnId\": \"M29925642\",\n                        \"narration\": \"BIL/BPAY/001915367034/MOTILAL OS/MODIRECT-B02925 \",\n                        \"reference\": \"RFN01018269\"\n                    },\n                    {\n                        \"type\": \"DEBIT\",\n                        \"mode\": \"FT\",\n                        \"amount\": \"5000.00\",\n                        \"currentBalance\": \"20898.29\",\n                        \"transactionTimestamp\": \"2020-02-07T11:09:55.000Z\",\n                        \"valueDate\": \"2020-02-07\",\n                        \"txnId\": \"M30254863\",\n                        \"narration\": \"BIL/BPAY/001915358808/BSE ISIP/BSE000000034260 \",\n                        \"reference\": \"RFN01030675\"\n                    },\n                    {\n                        \"type\": \"DEBIT\",\n                        \"mode\": \"FT\",\n                        \"amount\": \"3062.00\",\n                        \"currentBalance\": \"17836.29\",\n                        \"transactionTimestamp\": \"2020-02-08T07:44:47.000Z\",\n                        \"valueDate\": \"2020-02-08\",\n                        \"txnId\": \"M30584084\",\n                        \"narration\": \"CMS/000611711611/AD_LIC__648652702 \",\n                        \"reference\": \"RFN01043081\"\n                    },\n                    {\n                        \"type\": \"DEBIT\",\n                        \"mode\": \"FT\",\n                        \"amount\": \"464.00\",\n                        \"currentBalance\": \"17372.29\",\n                        \"transactionTimestamp\": \"2020-02-08T08:58:54.000Z\",\n                        \"valueDate\": \"2020-02-08\",\n                        \"txnId\": \"M30913305\",\n                        \"narration\": \"BIL/ONL/001916614369/Dish Infra/109767039469-10/DI\",\n                        \"reference\": \"RFN01055487\"\n                    },\n                    {\n                        \"type\": \"DEBIT\",\n                        \"mode\": \"FT\",\n                        \"amount\": \"100.00\",\n                        \"currentBalance\": \"17272.29\",\n                        \"transactionTimestamp\": \"2020-02-08T10:28:12.000Z\",\n                        \"valueDate\": \"2020-02-08\",\n                        \"txnId\": \"M31242526\",\n                        \"narration\": \"BIL/ONL/001916723481/Bharti Air/airtel11karprep/Ai\",\n                        \"reference\": \"RFN01067893\"\n                    },\n                    {\n                        \"type\": \"CREDIT\",\n                        \"mode\": \"FT\",\n                        \"amount\": \"150000.00\",\n                        \"currentBalance\": \"167272.29\",\n                        \"transactionTimestamp\": \"2020-02-08T10:39:24.000Z\",\n                        \"valueDate\": \"2020-02-08\",\n                        \"txnId\": \"M31571747\",\n                        \"narration\": \"SAL FINTECH PRODUCTS and SOLUTIONS JAN 2020\",\n                        \"reference\": \"RFN01080299\"\n                    },\n                    {\n                        \"type\": \"DEBIT\",\n                        \"mode\": \"FT\",\n                        \"amount\": \"12000.00\",\n                        \"currentBalance\": \"155272.29\",\n                        \"transactionTimestamp\": \"2020-02-08T11:44:23.000Z\",\n                        \"valueDate\": \"2020-02-08\",\n                        \"txnId\": \"M31900968\",\n                        \"narration\": \"MMT/IMPS/003917379724/Twds Car EMI/AKSHAY KUMAR /SBIN\",\n                        \"reference\": \"RFN01092705\"\n                    },\n                    {\n                        \"type\": \"DEBIT\",\n                        \"mode\": \"FT\",\n                        \"amount\": \"15000.00\",\n                        \"currentBalance\": \"140272.29\",\n                        \"transactionTimestamp\": \"2020-02-08T13:02:05.000Z\",\n                        \"valueDate\": \"2020-02-08\",\n                        \"txnId\": \"M32230189\",\n                        \"narration\": \"MMT/IMPS/003917381129/Rent Feb 2020/SAILAKSHMI/HDF\",\n                        \"reference\": \"RFN01105111\"\n                    },\n                    {\n                        \"type\": \"DEBIT\",\n                        \"mode\": \"FT\",\n                        \"amount\": \"9095.00\",\n                        \"currentBalance\": \"131177.29\",\n                        \"transactionTimestamp\": \"2020-02-08T13:50:21.000Z\",\n                        \"valueDate\": \"2020-02-08\",\n                        \"txnId\": \"M32559410\",\n                        \"narration\": \"MMT/IMPS/003917401747/HDFC CC PMT/HDFC CREDI/HDFC0\",\n                        \"reference\": \"RFN01117517\"\n                    },\n                    {\n                        \"type\": \"DEBIT\",\n                        \"mode\": \"CARD\",\n                        \"amount\": \"2656.00\",\n                        \"currentBalance\": \"121058.29\",\n                        \"transactionTimestamp\": \"2020-02-09T18:41:01.000Z\",\n                        \"valueDate\": \"2020-02-10\",\n                        \"txnId\": \"M34205515\",\n                        \"narration\": \"VPS/UTH FASHION/202002092044/004015649751/BANGALOR\",\n                        \"reference\": \"RFN01179547\"\n                    },\n                    {\n                        \"type\": \"DEBIT\",\n                        \"mode\": \"FT\",\n                        \"amount\": \"30000.00\",\n                        \"currentBalance\": \"91058.29\",\n                        \"transactionTimestamp\": \"2020-02-09T19:32:09.000Z\",\n                        \"valueDate\": \"2020-02-10\",\n                        \"txnId\": \"M34534736\",\n                        \"narration\": \"ACH/HDFCLTD/247295911 \",\n                        \"reference\": \"RFN01191953\"\n                    },\n                    {\n                        \"type\": \"DEBIT\",\n                        \"mode\": \"CARD\",\n                        \"amount\": \"2187.00\",\n                        \"currentBalance\": \"87500.29\",\n                        \"transactionTimestamp\": \"2020-02-12T21:41:12.000Z\",\n                        \"valueDate\": \"2020-02-13\",\n                        \"txnId\": \"M35193178\",\n                        \"narration\": \"VPS/LEVITATE BR/202002112208/004216049503/BANGALOR\",\n                        \"reference\": \"RFN01216765\"\n                    },\n                    {\n                        \"type\": \"DEBIT\",\n                        \"mode\": \"CASH\",\n                        \"amount\": \"300.00\",\n                        \"currentBalance\": \"87200.29\",\n                        \"transactionTimestamp\": \"2020-02-13T22:45:43.000Z\",\n                        \"valueDate\": \"2020-02-14\",\n                        \"txnId\": \"M35522399\",\n                        \"narration\": \"NFS/01626621/CASH WDL/13-02-20 \",\n                        \"reference\": \"RFN01229171\"\n                    },\n                    {\n                        \"type\": \"DEBIT\",\n                        \"mode\": \"FT\",\n                        \"amount\": \"20000.71\",\n                        \"currentBalance\": \"67005.58\",\n                        \"transactionTimestamp\": \"2020-02-16T00:47:36.000Z\",\n                        \"valueDate\": \"2020-02-16\",\n                        \"txnId\": \"M36180841\",\n                        \"narration\": \"BIL/ONL/001922566340/NPS Trust/XBCMFNPS_RICI85/NPS\",\n                        \"reference\": \"RFN01253983\"\n                    },\n                    {\n                        \"type\": \"DEBIT\",\n                        \"mode\": \"UPI\",\n                        \"amount\": \"18.00\",\n                        \"currentBalance\": \"65107.58\",\n                        \"transactionTimestamp\": \"2020-02-19T05:44:44.000Z\",\n                        \"valueDate\": \"2020-02-19\",\n                        \"txnId\": \"M37826946\",\n                        \"narration\": \"UPI/004928011116/On tapping Pay/Q46323859@ybl/Unio\",\n                        \"reference\": \"RFN01316013\"\n                    },\n                    {\n                        \"type\": \"DEBIT\",\n                        \"mode\": \"CARD\",\n                        \"amount\": \"165.00\",\n                        \"currentBalance\": \"64574.58\",\n                        \"transactionTimestamp\": \"2020-02-21T07:23:13.000Z\",\n                        \"valueDate\": \"2020-02-21\",\n                        \"txnId\": \"M39143830\",\n                        \"narration\": \"VPS/MARIYA MART/202002212105/005215700989/BENGALUR\",\n                        \"reference\": \"RFN01365637\"\n                    },\n                    {\n                        \"type\": \"DEBIT\",\n                        \"mode\": \"CASH\",\n                        \"amount\": \"10000.00\",\n                        \"currentBalance\": \"53509.58\",\n                        \"transactionTimestamp\": \"2020-02-22T07:59:47.000Z\",\n                        \"valueDate\": \"2020-02-22\",\n                        \"txnId\": \"M39802272\",\n                        \"narration\": \"NFS/SWCW5580/CASH WDL/22-02-20 \",\n                        \"reference\": \"RFN01390449\"\n                    },\n                    {\n                        \"type\": \"DEBIT\",\n                        \"mode\": \"UPI\",\n                        \"amount\": \"928.55\",\n                        \"currentBalance\": \"52581.03\",\n                        \"transactionTimestamp\": \"2020-02-22T08:00:11.000Z\",\n                        \"valueDate\": \"2020-02-22\",\n                        \"txnId\": \"M40131493\",\n                        \"narration\": \"UPI/005321449659/Zomato payment/zomato-order@pa/Pa\",\n                        \"reference\": \"RFN01402855\"\n                    },\n                    {\n                        \"type\": \"DEBIT\",\n                        \"mode\": \"FT\",\n                        \"amount\": \"496.00\",\n                        \"currentBalance\": \"52090.03\",\n                        \"transactionTimestamp\": \"2020-02-27T09:42:02.000Z\",\n                        \"valueDate\": \"2020-02-27\",\n                        \"txnId\": \"M40789935\",\n                        \"narration\": \"VIN/WWW OLACABS/202002261039/005705021876/ \",\n                        \"reference\": \"RFN01427667\"\n                    },\n                    {\n                        \"type\": \"DEBIT\",\n                        \"mode\": \"CARD\",\n                        \"amount\": \"170.00\",\n                        \"currentBalance\": \"51920.03\",\n                        \"transactionTimestamp\": \"2020-02-28T11:06:19.000Z\",\n                        \"valueDate\": \"2020-02-28\",\n                        \"txnId\": \"M41119156\",\n                        \"narration\": \"VPS/ROLLS ON WH/202002271409/005808024752/BANGALOR\",\n                        \"reference\": \"RFN01440073\"\n                    },\n                    {\n                        \"type\": \"DEBIT\",\n                        \"mode\": \"FT\",\n                        \"amount\": \"2138.00\",\n                        \"currentBalance\": \"49712.03\",\n                        \"transactionTimestamp\": \"2020-02-29T12:15:28.000Z\",\n                        \"valueDate\": \"2020-02-29\",\n                        \"txnId\": \"M41777598\",\n                        \"narration\": \"ACH/TP Kotak Life Ins/1811082917 \",\n                        \"reference\": \"RFN01464885\"\n                    },\n                    {\n                        \"type\": \"DEBIT\",\n                        \"mode\": \"FT\",\n                        \"amount\": \"2024.55\",\n                        \"currentBalance\": \"46947.48\",\n                        \"transactionTimestamp\": \"2020-03-03T01:49:47.000Z\",\n                        \"valueDate\": \"2020-03-03\",\n                        \"txnId\": \"M43423703\",\n                        \"narration\": \"ACH/TP ExideLife/INGLife/1812475429 \",\n                        \"reference\": \"RFN01526915\"\n                    },\n                    {\n                        \"type\": \"DEBIT\",\n                        \"mode\": \"CARD\",\n                        \"amount\": \"10000.00\",\n                        \"currentBalance\": \"36797.480000000003\",\n                        \"transactionTimestamp\": \"2020-03-04T03:41:44.000Z\",\n                        \"valueDate\": \"2020-03-04\",\n                        \"txnId\": \"M44082145\",\n                        \"narration\": \"NFS/40782067/CASH WDL/03-03-20 \",\n                        \"reference\": \"RFN01551727\"\n                    },\n                    {\n                        \"type\": \"CREDIT\",\n                        \"mode\": \"FT\",\n                        \"amount\": \"100000.00\",\n                        \"currentBalance\": \"136797.48000000001\",\n                        \"transactionTimestamp\": \"2020-03-04T03:47:46.000Z\",\n                        \"valueDate\": \"2020-03-04\",\n                        \"txnId\": \"M44411366\",\n                        \"narration\": \"SAL FINTECH PRODUCTS and SOLUTIONS MAR 2020\",\n                        \"reference\": \"RFN01564133\"\n                    },\n                    {\n                        \"type\": \"DEBIT\",\n                        \"mode\": \"FT\",\n                        \"amount\": \"5000.00\",\n                        \"currentBalance\": \"131235.48000000001\",\n                        \"transactionTimestamp\": \"2020-03-07T02:39:17.000Z\",\n                        \"valueDate\": \"2020-03-07\",\n                        \"txnId\": \"M45069808\",\n                        \"narration\": \"BIL/BPAY/001937764765/BSE ISIP/BSE000000034260 \",\n                        \"reference\": \"RFN01588945\"\n                    },\n                    {\n                        \"type\": \"DEBIT\",\n                        \"mode\": \"FT\",\n                        \"amount\": \"5000.00\",\n                        \"currentBalance\": \"126235.48\",\n                        \"transactionTimestamp\": \"2020-03-07T02:44:47.000Z\",\n                        \"valueDate\": \"2020-03-07\",\n                        \"txnId\": \"M45399029\",\n                        \"narration\": \"BIL/BPAY/001939911220/MOTILAL OS/MODIRECT-B02925 \",\n                        \"reference\": \"RFN01601351\"\n                    },\n                    {\n                        \"type\": \"DEBIT\",\n                        \"mode\": \"FT\",\n                        \"amount\": \"3561.26\",\n                        \"currentBalance\": \"122674.22\",\n                        \"transactionTimestamp\": \"2020-03-07T04:01:44.000Z\",\n                        \"valueDate\": \"2020-03-07\",\n                        \"txnId\": \"M45728250\",\n                        \"narration\": \"BIL/INFT/001940171101/ICICI CC PMT/Self \",\n                        \"reference\": \"RFN01613757\"\n                    },\n                    {\n                        \"type\": \"DEBIT\",\n                        \"mode\": \"FT\",\n                        \"amount\": \"15000.00\",\n                        \"currentBalance\": \"107674.22\",\n                        \"transactionTimestamp\": \"2020-03-07T05:03:37.000Z\",\n                        \"valueDate\": \"2020-03-07\",\n                        \"txnId\": \"M46057471\",\n                        \"narration\": \"MMT/IMPS/006711568031/Rent \",\n                        \"reference\": \"RFN01626163\"\n                    },\n                    {\n                        \"type\": \"DEBIT\",\n                        \"mode\": \"FT\",\n                        \"amount\": \"12000.00\",\n                        \"currentBalance\": \"95674.22\",\n                        \"transactionTimestamp\": \"2020-03-07T05:09:11.000Z\",\n                        \"valueDate\": \"2020-03-07\",\n                        \"txnId\": \"M46386692\",\n                        \"narration\": \"MMT/IMPS/006711573661/Car Loan EMI/SBIN\",\n                        \"reference\": \"RFN01638569\"\n                    },\n                    {\n                        \"type\": \"DEBIT\",\n                        \"mode\": \"FT\",\n                        \"amount\": \"17000.00\",\n                        \"currentBalance\": \"78674.22\",\n                        \"transactionTimestamp\": \"2020-03-07T09:44:35.000Z\",\n                        \"valueDate\": \"2020-03-07\",\n                        \"txnId\": \"M46715913\",\n                        \"narration\": \"BIL/INFT/001940175419/ \",\n                        \"reference\": \"RFN01650975\"\n                    },\n                    {\n                        \"type\": \"DEBIT\",\n                        \"mode\": \"FT\",\n                        \"amount\": \"8559.00\",\n                        \"currentBalance\": \"70115.22\",\n                        \"transactionTimestamp\": \"2020-03-07T10:08:47.000Z\",\n                        \"valueDate\": \"2020-03-07\",\n                        \"txnId\": \"M47045134\",\n                        \"narration\": \"MMT/IMPS/006712597972/HDFC CC PMT/HDFC CREDI/HDFC0\",\n                        \"reference\": \"RFN01663381\"\n                    },\n                    {\n                        \"type\": \"CREDIT\",\n                        \"mode\": \"FT\",\n                        \"amount\": \"50000.00\",\n                        \"currentBalance\": \"120115.22\",\n                        \"transactionTimestamp\": \"2020-03-07T10:19:21.000Z\",\n                        \"valueDate\": \"2020-03-07\",\n                        \"txnId\": \"M47374355\",\n                        \"narration\": \"MMT/IMPS/006712781113/TRANSFER TO SEL/AKSHAY KU/C\",\n                        \"reference\": \"RFN01675787\"\n                    },\n                    {\n                        \"type\": \"DEBIT\",\n                        \"mode\": \"FT\",\n                        \"amount\": \"6336.00\",\n                        \"currentBalance\": \"113779.22\",\n                        \"transactionTimestamp\": \"2020-03-07T10:44:33.000Z\",\n                        \"valueDate\": \"2020-03-07\",\n                        \"txnId\": \"M47703576\",\n                        \"narration\": \"VIN/EASEMYTRIP /202003071359/006719220700/ \",\n                        \"reference\": \"RFN01688193\"\n                    },\n                    {\n                        \"type\": \"DEBIT\",\n                        \"mode\": \"OTHERS\",\n                        \"amount\": \"3062.00\",\n                        \"currentBalance\": \"110717.22\",\n                        \"transactionTimestamp\": \"2020-03-07T11:08:33.000Z\",\n                        \"valueDate\": \"2020-03-07\",\n                        \"txnId\": \"M48032797\",\n                        \"narration\": \"CMS/000624000438/AD_LIC__648652702 \",\n                        \"reference\": \"RFN01700599\"\n                    },\n                    {\n                        \"type\": \"DEBIT\",\n                        \"mode\": \"FT\",\n                        \"amount\": \"442.00\",\n                        \"currentBalance\": \"110275.22\",\n                        \"transactionTimestamp\": \"2020-03-07T11:39:44.000Z\",\n                        \"valueDate\": \"2020-03-07\",\n                        \"txnId\": \"M48362018\",\n                        \"narration\": \"IIN/I-Debit/DISH INFRA /202003071657/006701016468/\",\n                        \"reference\": \"RFN01713005\"\n                    },\n                    {\n                        \"type\": \"DEBIT\",\n                        \"mode\": \"FT\",\n                        \"amount\": \"7534.00\",\n                        \"currentBalance\": \"99586.12\",\n                        \"transactionTimestamp\": \"2020-03-10T03:44:10.000Z\",\n                        \"valueDate\": \"2020-03-10\",\n                        \"txnId\": \"M49678902\",\n                        \"narration\": \"VIN/EASEMYTRIP /202003082121/006902048650/ \",\n                        \"reference\": \"RFN01762629\"\n                    },\n                    {\n                        \"type\": \"DEBIT\",\n                        \"mode\": \"FT\",\n                        \"amount\": \"5000.00\",\n                        \"currentBalance\": \"94586.12\",\n                        \"transactionTimestamp\": \"2020-03-11T14:46:54.000Z\",\n                        \"valueDate\": \"2020-03-11\",\n                        \"txnId\": \"M50008123\",\n                        \"narration\": \"BIL/BPAY/001941514032/BSE ISIP/BSE000000034260 \",\n                        \"reference\": \"RFN01775035\"\n                    },\n                    {\n                        \"type\": \"DEBIT\",\n                        \"mode\": \"FT\",\n                        \"amount\": \"30000.00\",\n                        \"currentBalance\": \"64586.12\",\n                        \"transactionTimestamp\": \"2020-03-14T04:54:18.000Z\",\n                        \"valueDate\": \"2020-03-14\",\n                        \"txnId\": \"M50337344\",\n                        \"narration\": \"ACH/HDFCLTD/249354424 \",\n                        \"reference\": \"RFN01787441\"\n                    },\n                    {\n                        \"type\": \"DEBIT\",\n                        \"mode\": \"UPI\",\n                        \"amount\": \"600.00\",\n                        \"currentBalance\": \"63846.12\",\n                        \"transactionTimestamp\": \"2020-03-16T09:17:48.000Z\",\n                        \"valueDate\": \"2020-03-16\",\n                        \"txnId\": \"M50995786\",\n                        \"narration\": \"UPI/007420114201/Dentist/gpay-1116609841/Axis Bank\",\n                        \"reference\": \"RFN01812253\"\n                    },\n                    {\n                        \"type\": \"DEBIT\",\n                        \"mode\": \"ATM\",\n                        \"amount\": \"10000.00\",\n                        \"currentBalance\": \"53846.12\",\n                        \"transactionTimestamp\": \"2020-03-16T09:49:46.000Z\",\n                        \"valueDate\": \"2020-03-16\",\n                        \"txnId\": \"M51325007\",\n                        \"narration\": \"ATM/SPCNF280/CASH WDL/14-03-20 \",\n                        \"reference\": \"RFN01824659\"\n                    },\n                    {\n                        \"type\": \"CREDIT\",\n                        \"mode\": \"FT\",\n                        \"amount\": \"39104.24\",\n                        \"currentBalance\": \"92950.36\",\n                        \"transactionTimestamp\": \"2020-03-18T02:45:48.000Z\",\n                        \"valueDate\": \"2020-03-18\",\n                        \"txnId\": \"M51654228\",\n                        \"narration\": \"NEFT-SBIN420076198612-PRINCIPAL MUTUAL FUND-/ATTN//INB-\",\n                        \"reference\": \"RFN01837065\"\n                    },\n                    {\n                        \"type\": \"CREDIT\",\n                        \"mode\": \"FT\",\n                        \"amount\": \"33070.22\",\n                        \"currentBalance\": \"126020.58\",\n                        \"transactionTimestamp\": \"2020-03-19T10:03:57.000Z\",\n                        \"valueDate\": \"2020-03-19\",\n                        \"txnId\": \"M51983449\",\n                        \"narration\": \"NEFT-CITIN20042002999-MOTILAL OSWAL MLTICP 35FUND RED A\",\n                        \"reference\": \"RFN01849471\"\n                    },\n                    {\n                        \"type\": \"CREDIT\",\n                        \"mode\": \"FT\",\n                        \"amount\": \"62438.37\",\n                        \"currentBalance\": \"187942.95\",\n                        \"transactionTimestamp\": \"2020-03-19T10:56:55.000Z\",\n                        \"valueDate\": \"2020-03-19\",\n                        \"txnId\": \"M52641891\",\n                        \"narration\": \"NEFT-SBIN220079143128-PRINCIPAL MUTUAL FUND-/ATTN//INB-\",\n                        \"reference\": \"RFN01874283\"\n                    },\n                    {\n                        \"type\": \"CREDIT\",\n                        \"mode\": \"FT\",\n                        \"amount\": \"106982.95\",\n                        \"currentBalance\": \"294925.90000000002\",\n                        \"transactionTimestamp\": \"2020-03-19T11:09:11.000Z\",\n                        \"valueDate\": \"2020-03-19\",\n                        \"txnId\": \"M52971112\",\n                        \"narration\": \"NEFT-CITIN20043807506-MTL OSWL NASDQ 100 FUND OF FUND R\",\n                        \"reference\": \"RFN01886689\"\n                    },\n                    {\n                        \"type\": \"DEBIT\",\n                        \"mode\": \"FT\",\n                        \"amount\": \"150000.00\",\n                        \"currentBalance\": \"144925.9\",\n                        \"transactionTimestamp\": \"2020-03-21T05:45:33.000Z\",\n                        \"valueDate\": \"2020-03-21\",\n                        \"txnId\": \"M53300333\",\n                        \"narration\": \"SAL FINTECH PRODUCTS and SOLUTIONS FEB 2020\",\n                        \"reference\": \"RFN01899095\"\n                    },\n                    {\n                        \"type\": \"DEBIT\",\n                        \"mode\": \"FT\",\n                        \"amount\": \"1574.00\",\n                        \"currentBalance\": \"92291.82\",\n                        \"transactionTimestamp\": \"2020-03-25T17:46:11.000Z\",\n                        \"valueDate\": \"2020-03-25\",\n                        \"txnId\": \"M54946438\",\n                        \"narration\": \"BIL/ONL/001951605503/State Bank/SBICARD_SICI864/SB\",\n                        \"reference\": \"RFN01961125\"\n                    },\n                    {\n                        \"type\": \"DEBIT\",\n                        \"mode\": \"CASH\",\n                        \"amount\": \"10000.00\",\n                        \"currentBalance\": \"81601.460000000006\",\n                        \"transactionTimestamp\": \"2020-03-29T01:48:19.000Z\",\n                        \"valueDate\": \"2020-03-29\",\n                        \"txnId\": \"M56263322\",\n                        \"narration\": \"NFS/KBL18213/CASH WDL/28-03-20 \",\n                        \"reference\": \"RFN02010749\"\n                    },\n                    {\n                        \"type\": \"CREDIT\",\n                        \"mode\": \"OTHERS\",\n                        \"amount\": \"594.00\",\n                        \"currentBalance\": \"80996.460000000006\",\n                        \"transactionTimestamp\": \"2020-03-30T14:44:19.000Z\",\n                        \"valueDate\": \"2020-03-30\",\n                        \"txnId\": \"M56921764\",\n                        \"narration\": \"000501523329:Int.Pd:31-12-2019 to 29-03-2020 \",\n                        \"reference\": \"RFN02035561\"\n                    },\n                    {\n                        \"type\": \"DEBIT\",\n                        \"mode\": \"FT\",\n                        \"amount\": \"2138.00\",\n                        \"currentBalance\": \"78858.460000000006\",\n                        \"transactionTimestamp\": \"2020-03-30T16:14:59.000Z\",\n                        \"valueDate\": \"2020-03-30\",\n                        \"txnId\": \"M57250985\",\n                        \"narration\": \"ACH/TP Kotak Life Ins/1819650671 \",\n                        \"reference\": \"RFN02047967\"\n                    },\n                    {\n                        \"type\": \"DEBIT\",\n                        \"mode\": \"CARD\",\n                        \"amount\": \"1575.00\",\n                        \"currentBalance\": \"77283.460000000006\",\n                        \"transactionTimestamp\": \"2020-04-02T13:55:32.000Z\",\n                        \"valueDate\": \"2020-04-02\",\n                        \"txnId\": \"M57580206\",\n                        \"narration\": \"VPS/MARIYA MART/202003301618/009010507447/BENGALUR\",\n                        \"reference\": \"RFN02060373\"\n                    },\n                    {\n                        \"type\": \"DEBIT\",\n                        \"mode\": \"FT\",\n                        \"amount\": \"503.00\",\n                        \"currentBalance\": \"76600.460000000006\",\n                        \"transactionTimestamp\": \"2020-04-07T15:58:12.000Z\",\n                        \"valueDate\": \"2020-04-07\",\n                        \"txnId\": \"M58238648\",\n                        \"narration\": \"VIN/DISH TV IND/202004022210/009316172254/ \",\n                        \"reference\": \"RFN02085185\"\n                    },\n                    {\n                        \"type\": \"DEBIT\",\n                        \"mode\": \"FT\",\n                        \"amount\": \"2024.55\",\n                        \"currentBalance\": \"74425.91\",\n                        \"transactionTimestamp\": \"2020-04-07T16:30:25.000Z\",\n                        \"valueDate\": \"2020-04-07\",\n                        \"txnId\": \"M58897090\",\n                        \"narration\": \"ACH/TP ExideLife/INGLife/1821585640 \",\n                        \"reference\": \"RFN02109997\"\n                    },\n                    {\n                        \"type\": \"DEBIT\",\n                        \"mode\": \"FT\",\n                        \"amount\": \"5000.00\",\n                        \"currentBalance\": \"69425.91\",\n                        \"transactionTimestamp\": \"2020-04-07T16:53:11.000Z\",\n                        \"valueDate\": \"2020-04-07\",\n                        \"txnId\": \"M59226311\",\n                        \"narration\": \"BIL/BPAY/001962606701/BSE ISIP/BSE000000034260 \",\n                        \"reference\": \"RFN02122403\"\n                    },\n                    {\n                        \"type\": \"DEBIT\",\n                        \"mode\": \"FT\",\n                        \"amount\": \"5000.00\",\n                        \"currentBalance\": \"64425.91\",\n                        \"transactionTimestamp\": \"2020-04-07T17:31:18.000Z\",\n                        \"valueDate\": \"2020-04-07\",\n                        \"txnId\": \"M59555532\",\n                        \"narration\": \"BIL/BPAY/001962608700/MOTILAL OS/MODIRECT-B02925 \",\n                        \"reference\": \"RFN02134809\"\n                    },\n                    {\n                        \"type\": \"DEBIT\",\n                        \"mode\": \"FT\",\n                        \"amount\": \"5000.00\",\n                        \"currentBalance\": \"59425.91\",\n                        \"transactionTimestamp\": \"2020-04-08T06:52:07.000Z\",\n                        \"valueDate\": \"2020-04-08\",\n                        \"txnId\": \"M59884753\",\n                        \"narration\": \"BIL/BPAY/001962559893/BSE ISIP/BSE000000034260 \",\n                        \"reference\": \"RFN02147215\"\n                    },\n                    {\n                        \"type\": \"DEBIT\",\n                        \"mode\": \"OTHERS\",\n                        \"amount\": \"3062.00\",\n                        \"currentBalance\": \"56450.47\",\n                        \"transactionTimestamp\": \"2020-04-08T09:17:18.000Z\",\n                        \"valueDate\": \"2020-04-08\",\n                        \"txnId\": \"M60543195\",\n                        \"narration\": \"CMS/000634264039/AD_LIC__648652702 \",\n                        \"reference\": \"RFN02172027\"\n                    },\n                    {\n                        \"type\": \"DEBIT\",\n                        \"mode\": \"FT\",\n                        \"amount\": \"974.00\",\n                        \"currentBalance\": \"55476.47\",\n                        \"transactionTimestamp\": \"2020-04-08T09:27:53.000Z\",\n                        \"valueDate\": \"2020-04-08\",\n                        \"txnId\": \"M60872416\",\n                        \"narration\": \"BIL/ONL/001963344975/Easy Trip /wwweasemytripco/Fl\",\n                        \"reference\": \"RFN02184433\"\n                    },\n                    {\n                        \"type\": \"DEBIT\",\n                        \"mode\": \"FT\",\n                        \"amount\": \"15408.00\",\n                        \"currentBalance\": \"40068.47\",\n                        \"transactionTimestamp\": \"2020-04-08T13:55:46.000Z\",\n                        \"valueDate\": \"2020-04-08\",\n                        \"txnId\": \"M61201637\",\n                        \"narration\": \"MMT/IMPS/009900364262/Credit Card/HDFC CREDI/HDFC0\",\n                        \"reference\": \"RFN02196839\"\n                    },\n                    {\n                        \"type\": \"CREDIT\",\n                        \"mode\": \"FT\",\n                        \"amount\": \"100000.00\",\n                        \"currentBalance\": \"140068.47\",\n                        \"transactionTimestamp\": \"2020-04-09T17:39:17.000Z\",\n                        \"valueDate\": \"2020-04-09\",\n                        \"txnId\": \"M61530858\",\n                        \"narration\": \"SAL FINTECH PRODUCTS and SOLUTIONS MAR 2020\",\n                        \"reference\": \"RFN02209245\"\n                    },\n                    {\n                        \"type\": \"DEBIT\",\n                        \"mode\": \"FT\",\n                        \"amount\": \"15000.00\",\n                        \"currentBalance\": \"125068.47\",\n                        \"transactionTimestamp\": \"2020-04-09T17:44:28.000Z\",\n                        \"valueDate\": \"2020-04-09\",\n                        \"txnId\": \"M61860079\",\n                        \"narration\": \"MMT/IMPS/009900356311/Rent/SAILAKSHMI/HDFC0000847 \",\n                        \"reference\": \"RFN02221651\"\n                    },\n                    {\n                        \"type\": \"DEBIT\",\n                        \"mode\": \"FT\",\n                        \"amount\": \"12000.00\",\n                        \"currentBalance\": \"115068.47\",\n                        \"transactionTimestamp\": \"2020-04-09T17:58:42.000Z\",\n                        \"valueDate\": \"2020-04-09\",\n                        \"txnId\": \"M62189300\",\n                        \"narration\": \"MMT/IMPS/009900355713/For car loan EMI/SBIN\",\n                        \"reference\": \"RFN02234057\"\n                    },\n                    {\n                        \"type\": \"DEBIT\",\n                        \"mode\": \"FT\",\n                        \"amount\": \"30000.00\",\n                        \"currentBalance\": \"69343.47\",\n                        \"transactionTimestamp\": \"2020-04-25T11:45:18.000Z\",\n                        \"valueDate\": \"2020-04-25\",\n                        \"txnId\": \"M64164626\",\n                        \"narration\": \"ACH/HDFCLTD/251443203 \",\n                        \"reference\": \"RFN02308493\"\n                    },\n                    {\n                        \"type\": \"DEBIT\",\n                        \"mode\": \"FT\",\n                        \"amount\": \"3294.00\",\n                        \"currentBalance\": \"64190.97\",\n                        \"transactionTimestamp\": \"2020-05-02T14:46:54.000Z\",\n                        \"valueDate\": \"2020-05-02\",\n                        \"txnId\": \"M66469173\",\n                        \"narration\": \"BIL/ONL/001973684380/State Bank/SBICARD_SICI874/SB\",\n                        \"reference\": \"RFN02395335\"\n                    },\n                    {\n                        \"type\": \"DEBIT\",\n                        \"mode\": \"FT\",\n                        \"amount\": \"2138.00\",\n                        \"currentBalance\": \"61962.97\",\n                        \"transactionTimestamp\": \"2020-05-04T05:52:57.000Z\",\n                        \"valueDate\": \"2020-05-04\",\n                        \"txnId\": \"M67127615\",\n                        \"narration\": \"ACH/TP Kotak Life Ins/1826771816 \",\n                        \"reference\": \"RFN02420147\"\n                    },\n                    {\n                        \"type\": \"DEBIT\",\n                        \"mode\": \"FT\",\n                        \"amount\": \"2024.55\",\n                        \"currentBalance\": \"59243.42\",\n                        \"transactionTimestamp\": \"2020-05-06T09:45:45.000Z\",\n                        \"valueDate\": \"2020-05-06\",\n                        \"txnId\": \"M68444499\",\n                        \"narration\": \"ACH/TP ExideLife/INGLife/1827934796 \",\n                        \"reference\": \"RFN02469771\"\n                    },\n                    {\n                        \"type\": \"CREDIT\",\n                        \"mode\": \"FT\",\n                        \"amount\": \"150000.00\",\n                        \"currentBalance\": \"159243.42000000001\",\n                        \"transactionTimestamp\": \"2020-05-07T06:38:19.000Z\",\n                        \"valueDate\": \"2020-05-07\",\n                        \"txnId\": \"M68773720\",\n                        \"narration\": \"SAL FINTECH PRODUCTS and SOLUTIONS APR 2020\",\n                        \"reference\": \"RFN02482177\"\n                    },\n                    {\n                        \"type\": \"DEBIT\",\n                        \"mode\": \"FT\",\n                        \"amount\": \"5000.00\",\n                        \"currentBalance\": \"147857.42000000001\",\n                        \"transactionTimestamp\": \"2020-05-09T13:03:56.000Z\",\n                        \"valueDate\": \"2020-05-09\",\n                        \"txnId\": \"M69761383\",\n                        \"narration\": \"BIL/BPAY/001982030055/BSE ISIP/BSE000000034260 \",\n                        \"reference\": \"RFN02519395\"\n                    },\n                    {\n                        \"type\": \"DEBIT\",\n                        \"mode\": \"OTHERS\",\n                        \"amount\": \"3062.00\",\n                        \"currentBalance\": \"144795.42000000001\",\n                        \"transactionTimestamp\": \"2020-05-09T13:42:12.000Z\",\n                        \"valueDate\": \"2020-05-09\",\n                        \"txnId\": \"M70090604\",\n                        \"narration\": \"CMS/000641754365/AD_LIC__648652702 \",\n                        \"reference\": \"RFN02531801\"\n                    },\n                    {\n                        \"type\": \"DEBIT\",\n                        \"mode\": \"FT\",\n                        \"amount\": \"12000.00\",\n                        \"currentBalance\": \"135795.42000000001\",\n                        \"transactionTimestamp\": \"2020-05-09T14:35:12.000Z\",\n                        \"valueDate\": \"2020-05-09\",\n                        \"txnId\": \"M70419825\",\n                        \"narration\": \"MMT/IMPS/012923807671/For Car Loan/SBIN\",\n                        \"reference\": \"RFN02544207\"\n                    },\n                    {\n                        \"type\": \"DEBIT\",\n                        \"mode\": \"FT\",\n                        \"amount\": \"9000.00\",\n                        \"currentBalance\": \"131053.42\",\n                        \"transactionTimestamp\": \"2020-10-05T17:41:19.000Z\",\n                        \"valueDate\": \"2020-05-10\",\n                        \"txnId\": \"M70749046\",\n                        \"narration\": \"BIL/001983772909/ICICI BANK CREDIT CA/524193208676\",\n                        \"reference\": \"RFN02556613\"\n                    },\n                    {\n                        \"type\": \"DEBIT\",\n                        \"mode\": \"FT\",\n                        \"amount\": \"4742.00\",\n                        \"currentBalance\": \"115657.42\",\n                        \"transactionTimestamp\": \"2020-05-11T16:48:15.000Z\",\n                        \"valueDate\": \"2020-05-11\",\n                        \"txnId\": \"M71078267\",\n                        \"narration\": \"MMT/IMPS/013019273318/HDFC CC PMT/HDFC CREDI/HDFC0\",\n                        \"reference\": \"RFN02569019\"\n                    },\n                    {\n                        \"type\": \"DEBIT\",\n                        \"mode\": \"FT\",\n                        \"amount\": \"15000.00\",\n                        \"currentBalance\": \"100657.42\",\n                        \"transactionTimestamp\": \"2020-05-15T15:50:37.000Z\",\n                        \"valueDate\": \"2020-05-15\",\n                        \"txnId\": \"M71407488\",\n                        \"narration\": \"MMT/IMPS/013019275684/Rent May 2020/SAILAKSHMI/HDF\",\n                        \"reference\": \"RFN02581425\"\n                    },\n                    {\n                        \"type\": \"DEBIT\",\n                        \"mode\": \"FT\",\n                        \"amount\": \"30000.00\",\n                        \"currentBalance\": \"70600.42\",\n                        \"transactionTimestamp\": \"2020-05-19T13:55:32.000Z\",\n                        \"valueDate\": \"2020-05-19\",\n                        \"txnId\": \"M72065930\",\n                        \"narration\": \"ACH/HDFCLTD/253928436 \",\n                        \"reference\": \"RFN02606237\"\n                    },\n                    {\n                        \"type\": \"DEBIT\",\n                        \"mode\": \"OTHERS\",\n                        \"amount\": \"12.00\",\n                        \"currentBalance\": \"68415.42\",\n                        \"transactionTimestamp\": \"2020-05-24T05:43:26.000Z\",\n                        \"valueDate\": \"2020-05-24\",\n                        \"txnId\": \"M73712035\",\n                        \"narration\": \"PMSBY RENEWAL PREMIUM FY 21 \",\n                        \"reference\": \"RFN02668267\"\n                    },\n                    {\n                        \"type\": \"DEBIT\",\n                        \"mode\": \"FT\",\n                        \"amount\": \"4058.00\",\n                        \"currentBalance\": \"64357.42\",\n                        \"transactionTimestamp\": \"2020-05-25T08:47:37.000Z\",\n                        \"valueDate\": \"2020-05-25\",\n                        \"txnId\": \"M74041256\",\n                        \"narration\": \"BIL/001992356805/ICICI BANK CREDIT CA/431581009199\",\n                        \"reference\": \"RFN02680673\"\n                    },\n                    {\n                        \"type\": \"DEBIT\",\n                        \"mode\": \"FT\",\n                        \"amount\": \"2138.00\",\n                        \"currentBalance\": \"61125.42\",\n                        \"transactionTimestamp\": \"2020-06-03T11:47:18.000Z\",\n                        \"valueDate\": \"2020-06-03\",\n                        \"txnId\": \"M75358140\",\n                        \"narration\": \"ACH/TP Kotak Life Ins/1832189136 \",\n                        \"reference\": \"RFN02730297\"\n                    },\n                    {\n                        \"type\": \"DEBIT\",\n                        \"mode\": \"FT\",\n                        \"amount\": \"2024.55\",\n                        \"currentBalance\": \"50851.87\",\n                        \"transactionTimestamp\": \"2020-06-04T07:56:11.000Z\",\n                        \"valueDate\": \"2020-06-04\",\n                        \"txnId\": \"M76675024\",\n                        \"narration\": \"ACH/TP ExideLife/INGLife/1834310500 \",\n                        \"reference\": \"RFN02779921\"\n                    },\n                    {\n                        \"type\": \"CREDIT\",\n                        \"mode\": \"FT\",\n                        \"amount\": \"100000.00\",\n                        \"currentBalance\": \"141851.87\",\n                        \"transactionTimestamp\": \"2020-06-08T13:05:14.000Z\",\n                        \"valueDate\": \"2020-06-08\",\n                        \"txnId\": \"M77333466\",\n                        \"narration\": \"SAL FINTECH PRODUCTS and SOLUTIONS MAY 2020\",\n                        \"reference\": \"RFN02804733\"\n                    },\n                    {\n                        \"type\": \"DEBIT\",\n                        \"mode\": \"FT\",\n                        \"amount\": \"3000.00\",\n                        \"currentBalance\": \"133851.87\",\n                        \"transactionTimestamp\": \"2020-06-11T02:28:36.000Z\",\n                        \"valueDate\": \"2020-06-11\",\n                        \"txnId\": \"M77991908\",\n                        \"narration\": \"BIL/BPAY/002001526478/BSE ISIP/BSE000000034260 \",\n                        \"reference\": \"RFN02829545\"\n                    },\n                    {\n                        \"type\": \"DEBIT\",\n                        \"mode\": \"OTHERS\",\n                        \"amount\": \"3062.00\",\n                        \"currentBalance\": \"130789.87\",\n                        \"transactionTimestamp\": \"2020-06-11T02:39:17.000Z\",\n                        \"valueDate\": \"2020-06-11\",\n                        \"txnId\": \"M78321129\",\n                        \"narration\": \"CMS/000651994446/AD_LIC__648652702 \",\n                        \"reference\": \"RFN02841951\"\n                    },\n                    {\n                        \"type\": \"DEBIT\",\n                        \"mode\": \"FT\",\n                        \"amount\": \"30000.00\",\n                        \"currentBalance\": \"100789.87\",\n                        \"transactionTimestamp\": \"2020-06-11T03:41:45.000Z\",\n                        \"valueDate\": \"2020-06-11\",\n                        \"txnId\": \"M78650350\",\n                        \"narration\": \"ACH/HDFCLTD/256070866 \",\n                        \"reference\": \"RFN02854357\"\n                    },\n                    {\n                        \"type\": \"CREDIT\",\n                        \"mode\": \"FT\",\n                        \"amount\": \"16037.22\",\n                        \"currentBalance\": \"116827.09\",\n                        \"transactionTimestamp\": \"2020-06-13T02:45:48.000Z\",\n                        \"valueDate\": \"2020-06-13\",\n                        \"txnId\": \"M78979571\",\n                        \"narration\": \"NEFT-SBIN120163800892-PRINCIPAL MUTUAL FUND-/ATTN//INB-\",\n                        \"reference\": \"RFN02866763\"\n                    },\n                    {\n                        \"type\": \"CREDIT\",\n                        \"mode\": \"FT\",\n                        \"amount\": \"15691.88\",\n                        \"currentBalance\": \"132518.97\",\n                        \"transactionTimestamp\": \"2020-06-15T22:24:00.000Z\",\n                        \"valueDate\": \"2020-06-16\",\n                        \"txnId\": \"M79308792\",\n                        \"narration\": \"NEFT-CITIN20080903889-MOTILAL OSWAL MLTICP 35FUND RED A\",\n                        \"reference\": \"RFN02879169\"\n                    },\n                    {\n                        \"type\": \"CREDIT\",\n                        \"mode\": \"FT\",\n                        \"amount\": \"15691.88\",\n                        \"currentBalance\": \"132518.97\",\n                        \"transactionTimestamp\": \"2021-03-02T22:24:00.000Z\",\n                        \"valueDate\": \"2021-03-03\",\n                        \"txnId\": \"M793087903\",\n                        \"narration\": \"NEFT-CITIN20080903889-MOTILAL OSWAL MLTICP 35FUND RED A\",\n                        \"reference\": \"RFN02879169\"\n                    },\n                    {\n                        \"type\": \"CREDIT\",\n                        \"mode\": \"FT\",\n                        \"amount\": \"15691.88\",\n                        \"currentBalance\": \"132518.97\",\n                        \"transactionTimestamp\": \"2021-04-03T22:24:00.000Z\",\n                        \"valueDate\": \"2021-04-04\",\n                        \"txnId\": \"M7930879204\",\n                        \"narration\": \"NEFT-CITIN20080903889-MOTILAL OSWAL MLTICP 35FUND RED A\",\n                        \"reference\": \"RFN02879169\"\n                    },\n                    {\n                        \"type\": \"CREDIT\",\n                        \"mode\": \"FT\",\n                        \"amount\": \"15691.88\",\n                        \"currentBalance\": \"132518.97\",\n                        \"transactionTimestamp\": \"2021-05-04T22:24:00.000Z\",\n                        \"valueDate\": \"2021-05-05\",\n                        \"txnId\": \"M7930879205\",\n                        \"narration\": \"NEFT-CITIN20080903889-MOTILAL OSWAL MLTICP 35FUND RED A\",\n                        \"reference\": \"RFN02879169\"\n                    },\n                    {\n                        \"type\": \"CREDIT\",\n                        \"mode\": \"FT\",\n                        \"amount\": \"15691.88\",\n                        \"currentBalance\": \"132518.97\",\n                        \"transactionTimestamp\": \"2021-06-05T22:24:00.000Z\",\n                        \"valueDate\": \"2021-06-06\",\n                        \"txnId\": \"M7930879206\",\n                        \"narration\": \"NEFT-CITIN20080903889-MOTILAL OSWAL MLTICP 35FUND RED A\",\n                        \"reference\": \"RFN02879169\"\n                    },\n                    {\n                        \"type\": \"CREDIT\",\n                        \"mode\": \"FT\",\n                        \"amount\": \"15691.88\",\n                        \"currentBalance\": \"132518.97\",\n                        \"transactionTimestamp\": \"2021-07-06T22:24:00.000Z\",\n                        \"valueDate\": \"2021-07-07\",\n                        \"txnId\": \"M7930879207\",\n                        \"narration\": \"NEFT-CITIN20080903889-MOTILAL OSWAL MLTICP 35FUND RED A\",\n                        \"reference\": \"RFN02879169\"\n                    },\n                    {\n                        \"type\": \"CREDIT\",\n                        \"mode\": \"FT\",\n                        \"amount\": \"15691.88\",\n                        \"currentBalance\": \"132518.97\",\n                        \"transactionTimestamp\": \"2021-08-07T22:24:00.000Z\",\n                        \"valueDate\": \"2021-08-08\",\n                        \"txnId\": \"M7930879208\",\n                        \"narration\": \"NEFT-CITIN20080903889-MOTILAL OSWAL MLTICP 35FUND RED A\",\n                        \"reference\": \"RFN02879169\"\n                    },\n                    {\n                        \"type\": \"CREDIT\",\n                        \"mode\": \"FT\",\n                        \"amount\": \"15691.88\",\n                        \"currentBalance\": \"132518.97\",\n                        \"transactionTimestamp\": \"2021-09-08T22:24:00.000Z\",\n                        \"valueDate\": \"2021-09-09\",\n                        \"txnId\": \"M7930879209\",\n                        \"narration\": \"NEFT-CITIN20080903889-MOTILAL OSWAL MLTICP 35FUND RED A\",\n                        \"reference\": \"RFN02879169\"\n                    },\n                    {\n                        \"type\": \"CREDIT\",\n                        \"mode\": \"FT\",\n                        \"amount\": \"15691.88\",\n                        \"currentBalance\": \"132518.97\",\n                        \"transactionTimestamp\": \"2021-10-09T22:24:00.000Z\",\n                        \"valueDate\": \"2021-10-10\",\n                        \"txnId\": \"M7930879210\",\n                        \"narration\": \"NEFT-CITIN20080903889-MOTILAL OSWAL MLTICP 35FUND RED A\",\n                        \"reference\": \"RFN02879169\"\n                    },\n                    {\n                        \"type\": \"CREDIT\",\n                        \"mode\": \"FT\",\n                        \"amount\": \"15691.88\",\n                        \"currentBalance\": \"132518.97\",\n                        \"transactionTimestamp\": \"2021-11-10T22:24:00.000Z\",\n                        \"valueDate\": \"2021-11-11\",\n                        \"txnId\": \"M7930879211\",\n                        \"narration\": \"NEFT-CITIN20080903889-MOTILAL OSWAL MLTICP 35FUND RED A\",\n                        \"reference\": \"RFN02879169\"\n                    },\n                    {\n                        \"type\": \"CREDIT\",\n                        \"mode\": \"FT\",\n                        \"amount\": \"15691.88\",\n                        \"currentBalance\": \"132518.97\",\n                        \"transactionTimestamp\": \"2021-12-11T22:24:00.000Z\",\n                        \"valueDate\": \"2021-12-12\",\n                        \"txnId\": \"M7930879212\",\n                        \"narration\": \"NEFT-CITIN20080903889-MOTILAL OSWAL MLTICP 35FUND RED A\",\n                        \"reference\": \"RFN02879169\"\n                    },\n                    {\n                        \"type\": \"DEBIT\",\n                        \"mode\": \"Others\",\n                        \"amount\": \"3330.43\",\n                        \"currentBalance\": \"129188.54\",\n                        \"transactionTimestamp\": \"2021-12-13T06:33:00.000Z\",\n                        \"valueDate\": \"2021-12-13\",\n                        \"txnId\": \"M1222661093\",\n                        \"narration\": \"ACH/TP ExideLife/INGLife/1834310500 \",\n                        \"reference\": \"RFN07094388\"\n                    },\n                    {\n                        \"type\": \"CREDIT\",\n                        \"mode\": \"Others\",\n                        \"amount\": \"6147.26\",\n                        \"currentBalance\": \"135335.8\",\n                        \"transactionTimestamp\": \"2021-12-14T06:33:00.000Z\",\n                        \"valueDate\": \"2021-12-14\",\n                        \"txnId\": \"M9650363896\",\n                        \"narration\": \"MMT/IMPS/012923807671/For Car Loan/SBIN\",\n                        \"reference\": \"RFN03265121\"\n                    },\n                    {\n                        \"type\": \"CREDIT\",\n                        \"mode\": \"CASH\",\n                        \"amount\": \"9448.45\",\n                        \"currentBalance\": \"144784.25\",\n                        \"transactionTimestamp\": \"2021-12-15T06:33:00.000Z\",\n                        \"valueDate\": \"2021-12-15\",\n                        \"txnId\": \"M6674364400\",\n                        \"narration\": \"BIL/001983772909/ICICI BANK CREDIT CA/524193208676\",\n                        \"reference\": \"RFN05915202\"\n                    },\n                    {\n                        \"type\": \"CREDIT\",\n                        \"mode\": \"CASH\",\n                        \"amount\": \"8633.74\",\n                        \"currentBalance\": \"153417.99\",\n                        \"transactionTimestamp\": \"2021-12-16T06:33:00.000Z\",\n                        \"valueDate\": \"2021-12-16\",\n                        \"txnId\": \"M4766012715\",\n                        \"narration\": \"MMT/IMPS/013019273318/HDFC CC PMT/HDFC CREDI/HDFC0\",\n                        \"reference\": \"RFN06792661\"\n                    },\n                    {\n                        \"type\": \"DEBIT\",\n                        \"mode\": \"UPI\",\n                        \"amount\": \"3240.52\",\n                        \"currentBalance\": \"150177.47\",\n                        \"transactionTimestamp\": \"2021-12-17T06:33:00.000Z\",\n                        \"valueDate\": \"2021-12-17\",\n                        \"txnId\": \"M1480956930\",\n                        \"narration\": \"ACH/TP Kotak Life Ins/1826771816 \",\n                        \"reference\": \"RFN05423885\"\n                    },\n                    {\n                        \"type\": \"CREDIT\",\n                        \"mode\": \"CASH\",\n                        \"amount\": \"4047.11\",\n                        \"currentBalance\": \"154224.58\",\n                        \"transactionTimestamp\": \"2021-12-18T06:33:00.000Z\",\n                        \"valueDate\": \"2021-12-18\",\n                        \"txnId\": \"M4712923989\",\n                        \"narration\": \"ACH/HDFCLTD/256070866 \",\n                        \"reference\": \"RFN05072098\"\n                    },\n                    {\n                        \"type\": \"DEBIT\",\n                        \"mode\": \"CASH\",\n                        \"amount\": \"1659.12\",\n                        \"currentBalance\": \"152565.46\",\n                        \"transactionTimestamp\": \"2021-12-19T06:33:00.000Z\",\n                        \"valueDate\": \"2021-12-19\",\n                        \"txnId\": \"M6134692536\",\n                        \"narration\": \"CMS/000641754365/AD_LIC__648652702 \",\n                        \"reference\": \"RFN05419501\"\n                    },\n                    {\n                        \"type\": \"DEBIT\",\n                        \"mode\": \"ATM\",\n                        \"amount\": \"6841.06\",\n                        \"currentBalance\": \"145724.4\",\n                        \"transactionTimestamp\": \"2021-12-20T06:33:00.000Z\",\n                        \"valueDate\": \"2021-12-20\",\n                        \"txnId\": \"M8591522206\",\n                        \"narration\": \"MMT/IMPS/012923807671/For Car Loan/SBIN\",\n                        \"reference\": \"RFN08922896\"\n                    },\n                    {\n                        \"type\": \"CREDIT\",\n                        \"mode\": \"FT\",\n                        \"amount\": \"6943.87\",\n                        \"currentBalance\": \"152668.27\",\n                        \"transactionTimestamp\": \"2021-12-21T06:33:00.000Z\",\n                        \"valueDate\": \"2021-12-21\",\n                        \"txnId\": \"M3612444567\",\n                        \"narration\": \"NEFT-CITIN20080903889-MOTILAL OSWAL MLTICP 35FUND RED A\",\n                        \"reference\": \"RFN04716118\"\n                    },\n                    {\n                        \"type\": \"CREDIT\",\n                        \"mode\": \"UPI\",\n                        \"amount\": \"4379.44\",\n                        \"currentBalance\": \"157047.71\",\n                        \"transactionTimestamp\": \"2021-12-22T06:33:00.000Z\",\n                        \"valueDate\": \"2021-12-22\",\n                        \"txnId\": \"M8273707436\",\n                        \"narration\": \"MMT/IMPS/013019275684/Rent May 2020/SAILAKSHMI/HDF\",\n                        \"reference\": \"RFN08954272\"\n                    },\n                    {\n                        \"type\": \"CREDIT\",\n                        \"mode\": \"CASH\",\n                        \"amount\": \"9963.10\",\n                        \"currentBalance\": \"167010.81\",\n                        \"transactionTimestamp\": \"2021-12-23T06:33:00.000Z\",\n                        \"valueDate\": \"2021-12-23\",\n                        \"txnId\": \"M4358525556\",\n                        \"narration\": \"ACH/TP Kotak Life Ins/1832189136 \",\n                        \"reference\": \"RFN08258999\"\n                    },\n                    {\n                        \"type\": \"CREDIT\",\n                        \"mode\": \"FT\",\n                        \"amount\": \"7400.07\",\n                        \"currentBalance\": \"174410.88\",\n                        \"transactionTimestamp\": \"2021-12-24T06:33:00.000Z\",\n                        \"valueDate\": \"2021-12-24\",\n                        \"txnId\": \"M6378400639\",\n                        \"narration\": \"BIL/001992356805/ICICI BANK CREDIT CA/431581009199\",\n                        \"reference\": \"RFN05259999\"\n                    },\n                    {\n                        \"type\": \"CREDIT\",\n                        \"mode\": \"ATM\",\n                        \"amount\": \"9489.63\",\n                        \"currentBalance\": \"183900.51\",\n                        \"transactionTimestamp\": \"2021-12-25T06:33:00.000Z\",\n                        \"valueDate\": \"2021-12-25\",\n                        \"txnId\": \"M3212446537\",\n                        \"narration\": \"ACH/HDFCLTD/256070866 \",\n                        \"reference\": \"RFN03414212\"\n                    },\n                    {\n                        \"type\": \"DEBIT\",\n                        \"mode\": \"Others\",\n                        \"amount\": \"4624.53\",\n                        \"currentBalance\": \"179275.98\",\n                        \"transactionTimestamp\": \"2021-12-26T06:33:00.000Z\",\n                        \"valueDate\": \"2021-12-26\",\n                        \"txnId\": \"M7108055105\",\n                        \"narration\": \"NEFT-CITIN20080903889-MOTILAL OSWAL MLTICP 35FUND RED A\",\n                        \"reference\": \"RFN02400247\"\n                    },\n                    {\n                        \"type\": \"CREDIT\",\n                        \"mode\": \"CASH\",\n                        \"amount\": \"9936.48\",\n                        \"currentBalance\": \"189212.46\",\n                        \"transactionTimestamp\": \"2021-12-27T06:33:00.000Z\",\n                        \"valueDate\": \"2021-12-27\",\n                        \"txnId\": \"M7166770063\",\n                        \"narration\": \"ACH/TP Kotak Life Ins/1832189136 \",\n                        \"reference\": \"RFN05142627\"\n                    },\n                    {\n                        \"type\": \"CREDIT\",\n                        \"mode\": \"CASH\",\n                        \"amount\": \"1094.42\",\n                        \"currentBalance\": \"190306.88\",\n                        \"transactionTimestamp\": \"2021-12-28T06:33:00.000Z\",\n                        \"valueDate\": \"2021-12-28\",\n                        \"txnId\": \"M5330825843\",\n                        \"narration\": \"MMT/IMPS/012923807671/For Car Loan/SBIN\",\n                        \"reference\": \"RFN03685664\"\n                    },\n                    {\n                        \"type\": \"DEBIT\",\n                        \"mode\": \"Others\",\n                        \"amount\": \"4476.58\",\n                        \"currentBalance\": \"185830.3\",\n                        \"transactionTimestamp\": \"2021-12-29T06:33:00.000Z\",\n                        \"valueDate\": \"2021-12-29\",\n                        \"txnId\": \"M1112271499\",\n                        \"narration\": \"ACH/TP ExideLife/INGLife/1834310500 \",\n                        \"reference\": \"RFN09096028\"\n                    },\n                    {\n                        \"type\": \"DEBIT\",\n                        \"mode\": \"FT\",\n                        \"amount\": \"8963.21\",\n                        \"currentBalance\": \"176867.09\",\n                        \"transactionTimestamp\": \"2021-12-30T06:33:00.000Z\",\n                        \"valueDate\": \"2021-12-30\",\n                        \"txnId\": \"M5025500474\",\n                        \"narration\": \"NEFT-SBIN120163800892-PRINCIPAL MUTUAL FUND-/ATTN//INB-\",\n                        \"reference\": \"RFN06412249\"\n                    },\n                    {\n                        \"type\": \"CREDIT\",\n                        \"mode\": \"ATM\",\n                        \"amount\": \"7342.73\",\n                        \"currentBalance\": \"184209.82\",\n                        \"transactionTimestamp\": \"2021-12-31T06:33:00.000Z\",\n                        \"valueDate\": \"2021-12-31\",\n                        \"txnId\": \"M8917631728\",\n                        \"narration\": \"ACH/HDFCLTD/251443203 \",\n                        \"reference\": \"RFN01690662\"\n                    },\n                    {\n                        \"type\": \"CREDIT\",\n                        \"mode\": \"Others\",\n                        \"amount\": \"1931.35\",\n                        \"currentBalance\": \"186141.17\",\n                        \"transactionTimestamp\": \"2022-01-01T06:33:00.000Z\",\n                        \"valueDate\": \"2022-01-01\",\n                        \"txnId\": \"M8579485544\",\n                        \"narration\": \"BIL/ONL/001973684380/State Bank/SBICARD_SICI874/SB\",\n                        \"reference\": \"RFN08553516\"\n                    },\n                    {\n                        \"type\": \"CREDIT\",\n                        \"mode\": \"ATM\",\n                        \"amount\": \"3796.06\",\n                        \"currentBalance\": \"189937.23\",\n                        \"transactionTimestamp\": \"2022-01-02T06:33:00.000Z\",\n                        \"valueDate\": \"2022-01-02\",\n                        \"txnId\": \"M7177529677\",\n                        \"narration\": \"PMSBY RENEWAL PREMIUM FY 21 \",\n                        \"reference\": \"RFN02732410\"\n                    },\n                    {\n                        \"type\": \"CREDIT\",\n                        \"mode\": \"FT\",\n                        \"amount\": \"3726.01\",\n                        \"currentBalance\": \"193663.24\",\n                        \"transactionTimestamp\": \"2022-01-03T06:33:00.000Z\",\n                        \"valueDate\": \"2022-01-03\",\n                        \"txnId\": \"M2757892355\",\n                        \"narration\": \"NEFT-SBIN120163800892-PRINCIPAL MUTUAL FUND-/ATTN//INB-\",\n                        \"reference\": \"RFN03448424\"\n                    },\n                    {\n                        \"type\": \"DEBIT\",\n                        \"mode\": \"Others\",\n                        \"amount\": \"9768.04\",\n                        \"currentBalance\": \"183895.2\",\n                        \"transactionTimestamp\": \"2022-01-04T06:33:00.000Z\",\n                        \"valueDate\": \"2022-01-04\",\n                        \"txnId\": \"M4269573537\",\n                        \"narration\": \"MMT/IMPS/013019275684/Rent May 2020/SAILAKSHMI/HDF\",\n                        \"reference\": \"RFN01468295\"\n                    },\n                    {\n                        \"type\": \"CREDIT\",\n                        \"mode\": \"UPI\",\n                        \"amount\": \"8712.66\",\n                        \"currentBalance\": \"192607.86\",\n                        \"transactionTimestamp\": \"2022-01-05T06:33:00.000Z\",\n                        \"valueDate\": \"2022-01-05\",\n                        \"txnId\": \"M1732654330\",\n                        \"narration\": \"BIL/001992356805/ICICI BANK CREDIT CA/431581009199\",\n                        \"reference\": \"RFN07845136\"\n                    },\n                    {\n                        \"type\": \"DEBIT\",\n                        \"mode\": \"ATM\",\n                        \"amount\": \"5898.32\",\n                        \"currentBalance\": \"186709.54\",\n                        \"transactionTimestamp\": \"2022-01-06T06:33:00.000Z\",\n                        \"valueDate\": \"2022-01-06\",\n                        \"txnId\": \"M422533365\",\n                        \"narration\": \"SAL FINTECH PRODUCTS and SOLUTIONS\",\n                        \"reference\": \"RFN05547071\"\n                    },\n                    {\n                        \"type\": \"DEBIT\",\n                        \"mode\": \"CASH\",\n                        \"amount\": \"2387.88\",\n                        \"currentBalance\": \"184321.66\",\n                        \"transactionTimestamp\": \"2022-01-07T06:33:00.000Z\",\n                        \"valueDate\": \"2022-01-07\",\n                        \"txnId\": \"M3985484896\",\n                        \"narration\": \"BIL/ONL/001973684380/State Bank/SBICARD_SICI874/SB\",\n                        \"reference\": \"RFN09557236\"\n                    },\n                    {\n                        \"type\": \"DEBIT\",\n                        \"mode\": \"ATM\",\n                        \"amount\": \"7680.80\",\n                        \"currentBalance\": \"176640.86\",\n                        \"transactionTimestamp\": \"2022-01-08T06:33:00.000Z\",\n                        \"valueDate\": \"2022-01-08\",\n                        \"txnId\": \"M9780052986\",\n                        \"narration\": \"CMS/000641754365/AD_LIC__648652702 \",\n                        \"reference\": \"RFN08886156\"\n                    },\n                    {\n                        \"type\": \"DEBIT\",\n                        \"mode\": \"UPI\",\n                        \"amount\": \"6550.06\",\n                        \"currentBalance\": \"170090.8\",\n                        \"transactionTimestamp\": \"2022-01-09T06:33:00.000Z\",\n                        \"valueDate\": \"2022-01-09\",\n                        \"txnId\": \"M7799427931\",\n                        \"narration\": \"ACH/TP Kotak Life Ins/1826771816 \",\n                        \"reference\": \"RFN03216595\"\n                    },\n                    {\n                        \"type\": \"DEBIT\",\n                        \"mode\": \"Others\",\n                        \"amount\": \"5827.44\",\n                        \"currentBalance\": \"164263.36\",\n                        \"transactionTimestamp\": \"2022-01-10T06:33:00.000Z\",\n                        \"valueDate\": \"2022-01-10\",\n                        \"txnId\": \"M5889012357\",\n                        \"narration\": \"CMS/000651994446/AD_LIC__648652702 \",\n                        \"reference\": \"RFN05562428\"\n                    },\n                    {\n                        \"type\": \"CREDIT\",\n                        \"mode\": \"UPI\",\n                        \"amount\": \"7312.51\",\n                        \"currentBalance\": \"171575.87\",\n                        \"transactionTimestamp\": \"2022-01-11T06:33:00.000Z\",\n                        \"valueDate\": \"2022-01-11\",\n                        \"txnId\": \"M7100853868\",\n                        \"narration\": \"ACH/HDFCLTD/253928436 \",\n                        \"reference\": \"RFN07041956\"\n                    },\n                    {\n                        \"type\": \"CREDIT\",\n                        \"mode\": \"ATM\",\n                        \"amount\": \"2428.62\",\n                        \"currentBalance\": \"174004.49\",\n                        \"transactionTimestamp\": \"2022-01-12T06:33:00.000Z\",\n                        \"valueDate\": \"2022-01-12\",\n                        \"txnId\": \"M1548441803\",\n                        \"narration\": \"PMSBY RENEWAL PREMIUM FY 21 \",\n                        \"reference\": \"RFN08511802\"\n                    },\n                    {\n                        \"type\": \"CREDIT\",\n                        \"mode\": \"FT\",\n                        \"amount\": \"6426.41\",\n                        \"currentBalance\": \"180430.9\",\n                        \"transactionTimestamp\": \"2022-01-13T06:33:00.000Z\",\n                        \"valueDate\": \"2022-01-13\",\n                        \"txnId\": \"M1395935335\",\n                        \"narration\": \"BIL/BPAY/001982030055/BSE ISIP/BSE000000034260 \",\n                        \"reference\": \"RFN06064643\"\n                    },\n                    {\n                        \"type\": \"DEBIT\",\n                        \"mode\": \"CASH\",\n                        \"amount\": \"2132.08\",\n                        \"currentBalance\": \"178298.82\",\n                        \"transactionTimestamp\": \"2022-01-14T06:33:00.000Z\",\n                        \"valueDate\": \"2022-01-14\",\n                        \"txnId\": \"M1311349515\",\n                        \"narration\": \"BIL/001992356805/ICICI BANK CREDIT CA/431581009199\",\n                        \"reference\": \"RFN01792364\"\n                    },\n                    {\n                        \"type\": \"CREDIT\",\n                        \"mode\": \"Others\",\n                        \"amount\": \"8220.14\",\n                        \"currentBalance\": \"186518.96\",\n                        \"transactionTimestamp\": \"2022-01-15T06:33:00.000Z\",\n                        \"valueDate\": \"2022-01-15\",\n                        \"txnId\": \"M9360259512\",\n                        \"narration\": \"BIL/ONL/001973684380/State Bank/SBICARD_SICI874/SB\",\n                        \"reference\": \"RFN01954610\"\n                    },\n                    {\n                        \"type\": \"DEBIT\",\n                        \"mode\": \"FT\",\n                        \"amount\": \"7608.41\",\n                        \"currentBalance\": \"178910.55\",\n                        \"transactionTimestamp\": \"2022-01-16T06:33:00.000Z\",\n                        \"valueDate\": \"2022-01-16\",\n                        \"txnId\": \"M3955683582\",\n                        \"narration\": \"BIL/BPAY/002001526478/BSE ISIP/BSE000000034260 \",\n                        \"reference\": \"RFN03399637\"\n                    },\n                    {\n                        \"type\": \"DEBIT\",\n                        \"mode\": \"UPI\",\n                        \"amount\": \"1702.79\",\n                        \"currentBalance\": \"177207.76\",\n                        \"transactionTimestamp\": \"2022-01-17T06:33:00.000Z\",\n                        \"valueDate\": \"2022-01-17\",\n                        \"txnId\": \"M5044779930\",\n                        \"narration\": \"BIL/BPAY/001982030055/BSE ISIP/BSE000000034260 \",\n                        \"reference\": \"RFN09384015\"\n                    },\n                    {\n                        \"type\": \"DEBIT\",\n                        \"mode\": \"ATM\",\n                        \"amount\": \"8104.62\",\n                        \"currentBalance\": \"169103.14\",\n                        \"transactionTimestamp\": \"2022-01-18T06:33:00.000Z\",\n                        \"valueDate\": \"2022-01-18\",\n                        \"txnId\": \"M9109155047\",\n                        \"narration\": \"BIL/001983772909/ICICI BANK CREDIT CA/524193208676\",\n                        \"reference\": \"RFN09612993\"\n                    },\n                    {\n                        \"type\": \"DEBIT\",\n                        \"mode\": \"UPI\",\n                        \"amount\": \"9210.31\",\n                        \"currentBalance\": \"159892.83\",\n                        \"transactionTimestamp\": \"2022-01-19T06:33:00.000Z\",\n                        \"valueDate\": \"2022-01-19\",\n                        \"txnId\": \"M2860388365\",\n                        \"narration\": \"BIL/BPAY/002001526478/BSE ISIP/BSE000000034260 \",\n                        \"reference\": \"RFN03053405\"\n                    },\n                    {\n                        \"type\": \"DEBIT\",\n                        \"mode\": \"CASH\",\n                        \"amount\": \"9227.07\",\n                        \"currentBalance\": \"150665.76\",\n                        \"transactionTimestamp\": \"2022-01-20T06:33:00.000Z\",\n                        \"valueDate\": \"2022-01-20\",\n                        \"txnId\": \"M201193447\",\n                        \"narration\": \"CMS/000651994446/AD_LIC__648652702 \",\n                        \"reference\": \"RFN02716196\"\n                    },\n                    {\n                        \"type\": \"CREDIT\",\n                        \"mode\": \"CASH\",\n                        \"amount\": \"6351.72\",\n                        \"currentBalance\": \"157017.48\",\n                        \"transactionTimestamp\": \"2022-01-21T06:33:00.000Z\",\n                        \"valueDate\": \"2022-01-21\",\n                        \"txnId\": \"M4768359392\",\n                        \"narration\": \"ACH/HDFCLTD/256070866 \",\n                        \"reference\": \"RFN09080009\"\n                    },\n                    {\n                        \"type\": \"CREDIT\",\n                        \"mode\": \"Others\",\n                        \"amount\": \"6724.59\",\n                        \"currentBalance\": \"163742.07\",\n                        \"transactionTimestamp\": \"2022-01-22T06:33:00.000Z\",\n                        \"valueDate\": \"2022-01-22\",\n                        \"txnId\": \"M4783476589\",\n                        \"narration\": \"ACH/TP Kotak Life Ins/1832189136 \",\n                        \"reference\": \"RFN09685933\"\n                    },\n                    {\n                        \"type\": \"DEBIT\",\n                        \"mode\": \"FT\",\n                        \"amount\": \"6958.86\",\n                        \"currentBalance\": \"156783.21\",\n                        \"transactionTimestamp\": \"2022-01-23T06:33:00.000Z\",\n                        \"valueDate\": \"2022-01-23\",\n                        \"txnId\": \"M1304071314\",\n                        \"narration\": \"BIL/001983772909/ICICI BANK CREDIT CA/524193208676\",\n                        \"reference\": \"RFN06260629\"\n                    },\n                    {\n                        \"type\": \"DEBIT\",\n                        \"mode\": \"FT\",\n                        \"amount\": \"9920.68\",\n                        \"currentBalance\": \"146862.53\",\n                        \"transactionTimestamp\": \"2022-01-24T06:33:00.000Z\",\n                        \"valueDate\": \"2022-01-24\",\n                        \"txnId\": \"M3251311529\",\n                        \"narration\": \"BIL/BPAY/001982030055/BSE ISIP/BSE000000034260 \",\n                        \"reference\": \"RFN03325841\"\n                    },\n                    {\n                        \"type\": \"CREDIT\",\n                        \"mode\": \"Others\",\n                        \"amount\": \"1578.42\",\n                        \"currentBalance\": \"148440.95\",\n                        \"transactionTimestamp\": \"2022-01-25T06:33:00.000Z\",\n                        \"valueDate\": \"2022-01-25\",\n                        \"txnId\": \"M9940207821\",\n                        \"narration\": \"BIL/001983772909/ICICI BANK CREDIT CA/524193208676\",\n                        \"reference\": \"RFN05909542\"\n                    },\n                    {\n                        \"type\": \"CREDIT\",\n                        \"mode\": \"ATM\",\n                        \"amount\": \"6791.74\",\n                        \"currentBalance\": \"155232.69\",\n                        \"transactionTimestamp\": \"2022-01-26T06:33:00.000Z\",\n                        \"valueDate\": \"2022-01-26\",\n                        \"txnId\": \"M2852355928\",\n                        \"narration\": \"ACH/TP Kotak Life Ins/1832189136 \",\n                        \"reference\": \"RFN02995994\"\n                    },\n                    {\n                        \"type\": \"DEBIT\",\n                        \"mode\": \"UPI\",\n                        \"amount\": \"3729.59\",\n                        \"currentBalance\": \"151503.1\",\n                        \"transactionTimestamp\": \"2022-01-27T06:33:00.000Z\",\n                        \"valueDate\": \"2022-01-27\",\n                        \"txnId\": \"M5208019040\",\n                        \"narration\": \"NEFT-CITIN20080903889-MOTILAL OSWAL MLTICP 35FUND RED A\",\n                        \"reference\": \"RFN08047957\"\n                    },\n                    {\n                        \"type\": \"DEBIT\",\n                        \"mode\": \"CASH\",\n                        \"amount\": \"4180.77\",\n                        \"currentBalance\": \"147322.33\",\n                        \"transactionTimestamp\": \"2022-01-28T06:33:00.000Z\",\n                        \"valueDate\": \"2022-01-28\",\n                        \"txnId\": \"M2789919761\",\n                        \"narration\": \"ACH/TP Kotak Life Ins/1826771816 \",\n                        \"reference\": \"RFN07949609\"\n                    },\n                    {\n                        \"type\": \"CREDIT\",\n                        \"mode\": \"Others\",\n                        \"amount\": \"2597.94\",\n                        \"currentBalance\": \"149920.27\",\n                        \"transactionTimestamp\": \"2022-01-29T06:33:00.000Z\",\n                        \"valueDate\": \"2022-01-29\",\n                        \"txnId\": \"M9168348023\",\n                        \"narration\": \"ACH/TP Kotak Life Ins/1826771816 \",\n                        \"reference\": \"RFN09775730\"\n                    },\n                    {\n                        \"type\": \"CREDIT\",\n                        \"mode\": \"FT\",\n                        \"amount\": \"1920.14\",\n                        \"currentBalance\": \"151840.41\",\n                        \"transactionTimestamp\": \"2022-01-30T06:33:00.000Z\",\n                        \"valueDate\": \"2022-01-30\",\n                        \"txnId\": \"M7007215871\",\n                        \"narration\": \"CMS/000651994446/AD_LIC__648652702 \",\n                        \"reference\": \"RFN09176289\"\n                    },\n                    {\n                        \"type\": \"CREDIT\",\n                        \"mode\": \"CASH\",\n                        \"amount\": \"1423.38\",\n                        \"currentBalance\": \"153263.79\",\n                        \"transactionTimestamp\": \"2022-01-31T06:33:00.000Z\",\n                        \"valueDate\": \"2022-01-31\",\n                        \"txnId\": \"M3634656748\",\n                        \"narration\": \"SAL FINTECH PRODUCTS and SOLUTIONS\",\n                        \"reference\": \"RFN09304800\"\n                    },\n                    {\n                        \"type\": \"CREDIT\",\n                        \"mode\": \"Others\",\n                        \"amount\": \"3049.18\",\n                        \"currentBalance\": \"156312.97\",\n                        \"transactionTimestamp\": \"2022-02-01T06:33:00.000Z\",\n                        \"valueDate\": \"2022-02-01\",\n                        \"txnId\": \"M5207961034\",\n                        \"narration\": \"NEFT-CITIN20080903889-MOTILAL OSWAL MLTICP 35FUND RED A\",\n                        \"reference\": \"RFN02334582\"\n                    },\n                    {\n                        \"type\": \"DEBIT\",\n                        \"mode\": \"UPI\",\n                        \"amount\": \"3035.60\",\n                        \"currentBalance\": \"153277.37\",\n                        \"transactionTimestamp\": \"2022-02-02T06:33:00.000Z\",\n                        \"valueDate\": \"2022-02-02\",\n                        \"txnId\": \"M7188409917\",\n                        \"narration\": \"MMT/IMPS/013019275684/Rent May 2020/SAILAKSHMI/HDF\",\n                        \"reference\": \"RFN07169232\"\n                    },\n                    {\n                        \"type\": \"DEBIT\",\n                        \"mode\": \"UPI\",\n                        \"amount\": \"5695.32\",\n                        \"currentBalance\": \"147582.05\",\n                        \"transactionTimestamp\": \"2022-02-03T06:33:00.000Z\",\n                        \"valueDate\": \"2022-02-03\",\n                        \"txnId\": \"M2040117941\",\n                        \"narration\": \"ACH/TP Kotak Life Ins/1832189136 \",\n                        \"reference\": \"RFN02924243\"\n                    },\n                    {\n                        \"type\": \"DEBIT\",\n                        \"mode\": \"ATM\",\n                        \"amount\": \"9028.25\",\n                        \"currentBalance\": \"138553.8\",\n                        \"transactionTimestamp\": \"2022-02-04T06:33:00.000Z\",\n                        \"valueDate\": \"2022-02-04\",\n                        \"txnId\": \"M3157140927\",\n                        \"narration\": \"MMT/IMPS/012923807671/For Car Loan/SBIN\",\n                        \"reference\": \"RFN07528584\"\n                    },\n                    {\n                        \"type\": \"DEBIT\",\n                        \"mode\": \"CASH\",\n                        \"amount\": \"1838.64\",\n                        \"currentBalance\": \"136715.16\",\n                        \"transactionTimestamp\": \"2022-02-05T06:33:00.000Z\",\n                        \"valueDate\": \"2022-02-05\",\n                        \"txnId\": \"M5258018939\",\n                        \"narration\": \"CMS/000641754365/AD_LIC__648652702 \",\n                        \"reference\": \"RFN03784175\"\n                    },\n                    {\n                        \"type\": \"DEBIT\",\n                        \"mode\": \"ATM\",\n                        \"amount\": \"8201.75\",\n                        \"currentBalance\": \"128513.41\",\n                        \"transactionTimestamp\": \"2022-02-06T06:33:00.000Z\",\n                        \"valueDate\": \"2022-02-06\",\n                        \"txnId\": \"M8559053380\",\n                        \"narration\": \"CMS/000641754365/AD_LIC__648652702 \",\n                        \"reference\": \"RFN07374229\"\n                    },\n                    {\n                        \"type\": \"DEBIT\",\n                        \"mode\": \"UPI\",\n                        \"amount\": \"8289.91\",\n                        \"currentBalance\": \"120223.5\",\n                        \"transactionTimestamp\": \"2022-02-07T06:33:00.000Z\",\n                        \"valueDate\": \"2022-02-07\",\n                        \"txnId\": \"M8512695692\",\n                        \"narration\": \"ACH/HDFCLTD/253928436 \",\n                        \"reference\": \"RFN09368149\"\n                    },\n                    {\n                        \"type\": \"CREDIT\",\n                        \"mode\": \"UPI\",\n                        \"amount\": \"9616.87\",\n                        \"currentBalance\": \"129840.37\",\n                        \"transactionTimestamp\": \"2022-02-08T06:33:00.000Z\",\n                        \"valueDate\": \"2022-02-08\",\n                        \"txnId\": \"M2228114254\",\n                        \"narration\": \"ACH/TP ExideLife/INGLife/1834310500 \",\n                        \"reference\": \"RFN01145357\"\n                    },\n                    {\n                        \"type\": \"CREDIT\",\n                        \"mode\": \"ATM\",\n                        \"amount\": \"1751.16\",\n                        \"currentBalance\": \"131591.53\",\n                        \"transactionTimestamp\": \"2022-02-09T06:33:00.000Z\",\n                        \"valueDate\": \"2022-02-09\",\n                        \"txnId\": \"M6156534507\",\n                        \"narration\": \"ACH/HDFCLTD/256070866 \",\n                        \"reference\": \"RFN06523047\"\n                    },\n                    {\n                        \"type\": \"CREDIT\",\n                        \"mode\": \"ATM\",\n                        \"amount\": \"8488.84\",\n                        \"currentBalance\": \"140080.37\",\n                        \"transactionTimestamp\": \"2022-02-10T06:33:00.000Z\",\n                        \"valueDate\": \"2022-02-10\",\n                        \"txnId\": \"M3159437276\",\n                        \"narration\": \"ACH/TP Kotak Life Ins/1826771816 \",\n                        \"reference\": \"RFN09778687\"\n                    },\n                    {\n                        \"type\": \"DEBIT\",\n                        \"mode\": \"ATM\",\n                        \"amount\": \"7911.75\",\n                        \"currentBalance\": \"132168.62\",\n                        \"transactionTimestamp\": \"2022-02-11T06:33:00.000Z\",\n                        \"valueDate\": \"2022-02-11\",\n                        \"txnId\": \"M3720811742\",\n                        \"narration\": \"BIL/001992356805/ICICI BANK CREDIT CA/431581009199\",\n                        \"reference\": \"RFN01786419\"\n                    },\n                    {\n                        \"type\": \"CREDIT\",\n                        \"mode\": \"Others\",\n                        \"amount\": \"2146.76\",\n                        \"currentBalance\": \"134315.38\",\n                        \"transactionTimestamp\": \"2022-02-12T06:33:00.000Z\",\n                        \"valueDate\": \"2022-02-12\",\n                        \"txnId\": \"M9865236554\",\n                        \"narration\": \"CMS/000651994446/AD_LIC__648652702 \",\n                        \"reference\": \"RFN04436702\"\n                    },\n                    {\n                        \"type\": \"CREDIT\",\n                        \"mode\": \"ATM\",\n                        \"amount\": \"5989.02\",\n                        \"currentBalance\": \"140304.4\",\n                        \"transactionTimestamp\": \"2022-02-13T06:33:00.000Z\",\n                        \"valueDate\": \"2022-02-13\",\n                        \"txnId\": \"M2787698772\",\n                        \"narration\": \"CMS/000651994446/AD_LIC__648652702 \",\n                        \"reference\": \"RFN06398074\"\n                    },\n                    {\n                        \"type\": \"CREDIT\",\n                        \"mode\": \"ATM\",\n                        \"amount\": \"3724.44\",\n                        \"currentBalance\": \"144028.84\",\n                        \"transactionTimestamp\": \"2022-02-14T06:33:00.000Z\",\n                        \"valueDate\": \"2022-02-14\",\n                        \"txnId\": \"M9513107875\",\n                        \"narration\": \"ACH/TP Kotak Life Ins/1826771816 \",\n                        \"reference\": \"RFN04798490\"\n                    },\n                    {\n                        \"type\": \"CREDIT\",\n                        \"mode\": \"FT\",\n                        \"amount\": \"6817.00\",\n                        \"currentBalance\": \"150845.84\",\n                        \"transactionTimestamp\": \"2022-02-15T06:33:00.000Z\",\n                        \"valueDate\": \"2022-02-15\",\n                        \"txnId\": \"M1949169535\",\n                        \"narration\": \"MMT/IMPS/013019275684/Rent May 2020/SAILAKSHMI/HDF\",\n                        \"reference\": \"RFN03396141\"\n                    },\n                    {\n                        \"type\": \"CREDIT\",\n                        \"mode\": \"ATM\",\n                        \"amount\": \"3369.23\",\n                        \"currentBalance\": \"154215.07\",\n                        \"transactionTimestamp\": \"2022-02-16T06:33:00.000Z\",\n                        \"valueDate\": \"2022-02-16\",\n                        \"txnId\": \"M5136336091\",\n                        \"narration\": \"BIL/BPAY/001982030055/BSE ISIP/BSE000000034260 \",\n                        \"reference\": \"RFN06259959\"\n                    },\n                    {\n                        \"type\": \"DEBIT\",\n                        \"mode\": \"FT\",\n                        \"amount\": \"7730.32\",\n                        \"currentBalance\": \"146484.75\",\n                        \"transactionTimestamp\": \"2022-02-17T06:33:00.000Z\",\n                        \"valueDate\": \"2022-02-17\",\n                        \"txnId\": \"M5555562704\",\n                        \"narration\": \"CMS/000651994446/AD_LIC__648652702 \",\n                        \"reference\": \"RFN08270993\"\n                    },\n                    {\n                        \"type\": \"DEBIT\",\n                        \"mode\": \"CASH\",\n                        \"amount\": \"1963.27\",\n                        \"currentBalance\": \"144521.48\",\n                        \"transactionTimestamp\": \"2022-02-18T06:33:00.000Z\",\n                        \"valueDate\": \"2022-02-18\",\n                        \"txnId\": \"M9271358591\",\n                        \"narration\": \"MMT/IMPS/013019275684/Rent May 2020/SAILAKSHMI/HDF\",\n                        \"reference\": \"RFN05257095\"\n                    },\n                    {\n                        \"type\": \"DEBIT\",\n                        \"mode\": \"UPI\",\n                        \"amount\": \"3319.84\",\n                        \"currentBalance\": \"141201.64\",\n                        \"transactionTimestamp\": \"2022-02-19T06:33:00.000Z\",\n                        \"valueDate\": \"2022-02-19\",\n                        \"txnId\": \"M6916765518\",\n                        \"narration\": \"ACH/TP Kotak Life Ins/1832189136 \",\n                        \"reference\": \"RFN03650846\"\n                    },\n                    {\n                        \"type\": \"DEBIT\",\n                        \"mode\": \"Others\",\n                        \"amount\": \"8009.66\",\n                        \"currentBalance\": \"133191.98\",\n                        \"transactionTimestamp\": \"2022-02-20T06:33:00.000Z\",\n                        \"valueDate\": \"2022-02-20\",\n                        \"txnId\": \"M9279269029\",\n                        \"narration\": \"PMSBY RENEWAL PREMIUM FY 21 \",\n                        \"reference\": \"RFN08921521\"\n                    },\n                    {\n                        \"type\": \"CREDIT\",\n                        \"mode\": \"FT\",\n                        \"amount\": \"2553.34\",\n                        \"currentBalance\": \"135745.32\",\n                        \"transactionTimestamp\": \"2022-02-21T06:33:00.000Z\",\n                        \"valueDate\": \"2022-02-21\",\n                        \"txnId\": \"M8409350320\",\n                        \"narration\": \"MMT/IMPS/012923807671/For Car Loan/SBIN\",\n                        \"reference\": \"RFN04634730\"\n                    },\n                    {\n                        \"type\": \"DEBIT\",\n                        \"mode\": \"ATM\",\n                        \"amount\": \"1687.72\",\n                        \"currentBalance\": \"134057.6\",\n                        \"transactionTimestamp\": \"2022-02-22T06:33:00.000Z\",\n                        \"valueDate\": \"2022-02-22\",\n                        \"txnId\": \"M9281687336\",\n                        \"narration\": \"BIL/001992356805/ICICI BANK CREDIT CA/431581009199\",\n                        \"reference\": \"RFN01942339\"\n                    },\n                    {\n                        \"type\": \"CREDIT\",\n                        \"mode\": \"ATM\",\n                        \"amount\": \"9651.43\",\n                        \"currentBalance\": \"143709.03\",\n                        \"transactionTimestamp\": \"2022-02-23T06:33:00.000Z\",\n                        \"valueDate\": \"2022-02-23\",\n                        \"txnId\": \"M802500568\",\n                        \"narration\": \"CMS/000641754365/AD_LIC__648652702 \",\n                        \"reference\": \"RFN01846321\"\n                    },\n                    {\n                        \"type\": \"CREDIT\",\n                        \"mode\": \"CASH\",\n                        \"amount\": \"1539.29\",\n                        \"currentBalance\": \"145248.32\",\n                        \"transactionTimestamp\": \"2022-02-24T06:33:00.000Z\",\n                        \"valueDate\": \"2022-02-24\",\n                        \"txnId\": \"M369306280\",\n                        \"narration\": \"BIL/001983772909/ICICI BANK CREDIT CA/524193208676\",\n                        \"reference\": \"RFN05202534\"\n                    },\n                    {\n                        \"type\": \"DEBIT\",\n                        \"mode\": \"CASH\",\n                        \"amount\": \"7631.43\",\n                        \"currentBalance\": \"137616.89\",\n                        \"transactionTimestamp\": \"2022-02-25T06:33:00.000Z\",\n                        \"valueDate\": \"2022-02-25\",\n                        \"txnId\": \"M6245430278\",\n                        \"narration\": \"CMS/000641754365/AD_LIC__648652702 \",\n                        \"reference\": \"RFN08691230\"\n                    },\n                    {\n                        \"type\": \"DEBIT\",\n                        \"mode\": \"Others\",\n                        \"amount\": \"8172.72\",\n                        \"currentBalance\": \"129444.17\",\n                        \"transactionTimestamp\": \"2022-02-26T06:33:00.000Z\",\n                        \"valueDate\": \"2022-02-26\",\n                        \"txnId\": \"M1585963685\",\n                        \"narration\": \"ACH/TP ExideLife/INGLife/1834310500 \",\n                        \"reference\": \"RFN06130607\"\n                    },\n                    {\n                        \"type\": \"DEBIT\",\n                        \"mode\": \"FT\",\n                        \"amount\": \"6560.57\",\n                        \"currentBalance\": \"122883.6\",\n                        \"transactionTimestamp\": \"2022-02-27T06:33:00.000Z\",\n                        \"valueDate\": \"2022-02-27\",\n                        \"txnId\": \"M4027622788\",\n                        \"narration\": \"NEFT-CITIN20080903889-MOTILAL OSWAL MLTICP 35FUND RED A\",\n                        \"reference\": \"RFN08332818\"\n                    },\n                    {\n                        \"type\": \"DEBIT\",\n                        \"mode\": \"ATM\",\n                        \"amount\": \"6785.00\",\n                        \"currentBalance\": \"116098.6\",\n                        \"transactionTimestamp\": \"2022-02-28T06:33:00.000Z\",\n                        \"valueDate\": \"2022-02-28\",\n                        \"txnId\": \"M3763481309\",\n                        \"narration\": \"BIL/001992356805/ICICI BANK CREDIT CA/431581009199\",\n                        \"reference\": \"RFN01463819\"\n                    },\n                    {\n                        \"type\": \"DEBIT\",\n                        \"mode\": \"FT\",\n                        \"amount\": \"6653.43\",\n                        \"currentBalance\": \"109445.17\",\n                        \"transactionTimestamp\": \"2022-03-01T06:33:00.000Z\",\n                        \"valueDate\": \"2022-03-01\",\n                        \"txnId\": \"M5290451548\",\n                        \"narration\": \"ACH/HDFCLTD/256070866 \",\n                        \"reference\": \"RFN05210901\"\n                    },\n                    {\n                        \"type\": \"DEBIT\",\n                        \"mode\": \"FT\",\n                        \"amount\": \"5531.86\",\n                        \"currentBalance\": \"103913.31\",\n                        \"transactionTimestamp\": \"2022-03-02T06:33:00.000Z\",\n                        \"valueDate\": \"2022-03-02\",\n                        \"txnId\": \"M1198243694\",\n                        \"narration\": \"ACH/HDFCLTD/256070866 \",\n                        \"reference\": \"RFN03005343\"\n                    },\n                    {\n                        \"type\": \"CREDIT\",\n                        \"mode\": \"UPI\",\n                        \"amount\": \"4162.40\",\n                        \"currentBalance\": \"108075.71\",\n                        \"transactionTimestamp\": \"2022-03-03T06:33:00.000Z\",\n                        \"valueDate\": \"2022-03-03\",\n                        \"txnId\": \"M3438791399\",\n                        \"narration\": \"ACH/TP Kotak Life Ins/1832189136 \",\n                        \"reference\": \"RFN04074774\"\n                    },\n                    {\n                        \"type\": \"CREDIT\",\n                        \"mode\": \"FT\",\n                        \"amount\": \"6882.80\",\n                        \"currentBalance\": \"114958.51\",\n                        \"transactionTimestamp\": \"2022-03-04T06:33:00.000Z\",\n                        \"valueDate\": \"2022-03-04\",\n                        \"txnId\": \"M3505995705\",\n                        \"narration\": \"ACH/HDFCLTD/253928436 \",\n                        \"reference\": \"RFN03524571\"\n                    },\n                    {\n                        \"type\": \"DEBIT\",\n                        \"mode\": \"UPI\",\n                        \"amount\": \"8571.67\",\n                        \"currentBalance\": \"106386.84\",\n                        \"transactionTimestamp\": \"2022-03-05T06:33:00.000Z\",\n                        \"valueDate\": \"2022-03-05\",\n                        \"txnId\": \"M1519970040\",\n                        \"narration\": \"MMT/IMPS/013019273318/HDFC CC PMT/HDFC CREDI/HDFC0\",\n                        \"reference\": \"RFN07929250\"\n                    },\n                    {\n                        \"type\": \"DEBIT\",\n                        \"mode\": \"CASH\",\n                        \"amount\": \"6021.33\",\n                        \"currentBalance\": \"100365.51\",\n                        \"transactionTimestamp\": \"2022-03-06T06:33:00.000Z\",\n                        \"valueDate\": \"2022-03-06\",\n                        \"txnId\": \"M1601688386\",\n                        \"narration\": \"MMT/IMPS/012923807671/For Car Loan/SBIN\",\n                        \"reference\": \"RFN02027577\"\n                    },\n                    {\n                        \"type\": \"CREDIT\",\n                        \"mode\": \"FT\",\n                        \"amount\": \"3417.22\",\n                        \"currentBalance\": \"103782.73\",\n                        \"transactionTimestamp\": \"2022-03-07T06:33:00.000Z\",\n                        \"valueDate\": \"2022-03-07\",\n                        \"txnId\": \"M1045832541\",\n                        \"narration\": \"ACH/TP Kotak Life Ins/1832189136 \",\n                        \"reference\": \"RFN01622917\"\n                    },\n                    {\n                        \"type\": \"CREDIT\",\n                        \"mode\": \"UPI\",\n                        \"amount\": \"4375.21\",\n                        \"currentBalance\": \"108157.94\",\n                        \"transactionTimestamp\": \"2022-03-08T06:33:00.000Z\",\n                        \"valueDate\": \"2022-03-08\",\n                        \"txnId\": \"M626420780\",\n                        \"narration\": \"ACH/HDFCLTD/253928436 \",\n                        \"reference\": \"RFN01800694\"\n                    },\n                    {\n                        \"type\": \"CREDIT\",\n                        \"mode\": \"FT\",\n                        \"amount\": \"2516.92\",\n                        \"currentBalance\": \"110674.86\",\n                        \"transactionTimestamp\": \"2022-03-09T06:33:00.000Z\",\n                        \"valueDate\": \"2022-03-09\",\n                        \"txnId\": \"M4620932728\",\n                        \"narration\": \"ACH/HDFCLTD/253928436 \",\n                        \"reference\": \"RFN06020600\"\n                    },\n                    {\n                        \"type\": \"CREDIT\",\n                        \"mode\": \"ATM\",\n                        \"amount\": \"3563.80\",\n                        \"currentBalance\": \"114238.66\",\n                        \"transactionTimestamp\": \"2022-03-10T06:33:00.000Z\",\n                        \"valueDate\": \"2022-03-10\",\n                        \"txnId\": \"M3059887835\",\n                        \"narration\": \"MMT/IMPS/012923807671/For Car Loan/SBIN\",\n                        \"reference\": \"RFN03563742\"\n                    },\n                    {\n                        \"type\": \"CREDIT\",\n                        \"mode\": \"ATM\",\n                        \"amount\": \"4190.54\",\n                        \"currentBalance\": \"118429.2\",\n                        \"transactionTimestamp\": \"2022-03-11T06:33:00.000Z\",\n                        \"valueDate\": \"2022-03-11\",\n                        \"txnId\": \"M4143203814\",\n                        \"narration\": \"ACH/HDFCLTD/256070866 \",\n                        \"reference\": \"RFN05156379\"\n                    },\n                    {\n                        \"type\": \"CREDIT\",\n                        \"mode\": \"ATM\",\n                        \"amount\": \"8493.67\",\n                        \"currentBalance\": \"126922.87\",\n                        \"transactionTimestamp\": \"2022-03-12T06:33:00.000Z\",\n                        \"valueDate\": \"2022-03-12\",\n                        \"txnId\": \"M1625842028\",\n                        \"narration\": \"ACH/HDFCLTD/251443203 \",\n                        \"reference\": \"RFN03811647\"\n                    },\n                    {\n                        \"type\": \"CREDIT\",\n                        \"mode\": \"CASH\",\n                        \"amount\": \"7993.46\",\n                        \"currentBalance\": \"134916.33\",\n                        \"transactionTimestamp\": \"2022-03-13T06:33:00.000Z\",\n                        \"valueDate\": \"2022-03-13\",\n                        \"txnId\": \"M6068070184\",\n                        \"narration\": \"CMS/000651994446/AD_LIC__648652702 \",\n                        \"reference\": \"RFN08220136\"\n                    },\n                    {\n                        \"type\": \"DEBIT\",\n                        \"mode\": \"ATM\",\n                        \"amount\": \"9833.23\",\n                        \"currentBalance\": \"125083.1\",\n                        \"transactionTimestamp\": \"2022-03-14T06:33:00.000Z\",\n                        \"valueDate\": \"2022-03-14\",\n                        \"txnId\": \"M5049272530\",\n                        \"narration\": \"ACH/TP ExideLife/INGLife/1834310500 \",\n                        \"reference\": \"RFN05310894\"\n                    },\n                    {\n                        \"type\": \"DEBIT\",\n                        \"mode\": \"FT\",\n                        \"amount\": \"8486.20\",\n                        \"currentBalance\": \"116596.9\",\n                        \"transactionTimestamp\": \"2022-03-15T06:33:00.000Z\",\n                        \"valueDate\": \"2022-03-15\",\n                        \"txnId\": \"M9529610410\",\n                        \"narration\": \"BIL/BPAY/002001526478/BSE ISIP/BSE000000034260 \",\n                        \"reference\": \"RFN03017189\"\n                    },\n                    {\n                        \"type\": \"DEBIT\",\n                        \"mode\": \"FT\",\n                        \"amount\": \"1876.45\",\n                        \"currentBalance\": \"114720.45\",\n                        \"transactionTimestamp\": \"2022-03-16T06:33:00.000Z\",\n                        \"valueDate\": \"2022-03-16\",\n                        \"txnId\": \"M4617709791\",\n                        \"narration\": \"SAL FINTECH PRODUCTS and SOLUTIONS\",\n                        \"reference\": \"RFN03458368\"\n                    },\n                    {\n                        \"type\": \"CREDIT\",\n                        \"mode\": \"Others\",\n                        \"amount\": \"6428.96\",\n                        \"currentBalance\": \"121149.41\",\n                        \"transactionTimestamp\": \"2022-03-17T06:33:00.000Z\",\n                        \"valueDate\": \"2022-03-17\",\n                        \"txnId\": \"M6271303194\",\n                        \"narration\": \"ACH/HDFCLTD/253928436 \",\n                        \"reference\": \"RFN02606176\"\n                    },\n                    {\n                        \"type\": \"DEBIT\",\n                        \"mode\": \"FT\",\n                        \"amount\": \"6885.72\",\n                        \"currentBalance\": \"114263.69\",\n                        \"transactionTimestamp\": \"2022-03-18T06:33:00.000Z\",\n                        \"valueDate\": \"2022-03-18\",\n                        \"txnId\": \"M5742562010\",\n                        \"narration\": \"BIL/001992356805/ICICI BANK CREDIT CA/431581009199\",\n                        \"reference\": \"RFN05283489\"\n                    },\n                    {\n                        \"type\": \"DEBIT\",\n                        \"mode\": \"UPI\",\n                        \"amount\": \"8298.12\",\n                        \"currentBalance\": \"105965.57\",\n                        \"transactionTimestamp\": \"2022-03-19T06:33:00.000Z\",\n                        \"valueDate\": \"2022-03-19\",\n                        \"txnId\": \"M9898850662\",\n                        \"narration\": \"BIL/BPAY/001982030055/BSE ISIP/BSE000000034260 \",\n                        \"reference\": \"RFN04998561\"\n                    },\n                    {\n                        \"type\": \"CREDIT\",\n                        \"mode\": \"ATM\",\n                        \"amount\": \"7405.84\",\n                        \"currentBalance\": \"113371.41\",\n                        \"transactionTimestamp\": \"2022-03-20T06:33:00.000Z\",\n                        \"valueDate\": \"2022-03-20\",\n                        \"txnId\": \"M5608857733\",\n                        \"narration\": \"BIL/BPAY/002001526478/BSE ISIP/BSE000000034260 \",\n                        \"reference\": \"RFN01484356\"\n                    },\n                    {\n                        \"type\": \"CREDIT\",\n                        \"mode\": \"UPI\",\n                        \"amount\": \"6292.81\",\n                        \"currentBalance\": \"119664.22\",\n                        \"transactionTimestamp\": \"2022-03-21T06:33:00.000Z\",\n                        \"valueDate\": \"2022-03-21\",\n                        \"txnId\": \"M7725260658\",\n                        \"narration\": \"ACH/TP Kotak Life Ins/1826771816 \",\n                        \"reference\": \"RFN02556773\"\n                    },\n                    {\n                        \"type\": \"DEBIT\",\n                        \"mode\": \"ATM\",\n                        \"amount\": \"6686.54\",\n                        \"currentBalance\": \"112977.68\",\n                        \"transactionTimestamp\": \"2022-03-22T06:33:00.000Z\",\n                        \"valueDate\": \"2022-03-22\",\n                        \"txnId\": \"M5366800240\",\n                        \"narration\": \"ACH/HDFCLTD/253928436 \",\n                        \"reference\": \"RFN09811354\"\n                    },\n                    {\n                        \"type\": \"CREDIT\",\n                        \"mode\": \"UPI\",\n                        \"amount\": \"4915.68\",\n                        \"currentBalance\": \"117893.36\",\n                        \"transactionTimestamp\": \"2022-03-23T06:33:00.000Z\",\n                        \"valueDate\": \"2022-03-23\",\n                        \"txnId\": \"M2587371375\",\n                        \"narration\": \"PMSBY RENEWAL PREMIUM FY 21 \",\n                        \"reference\": \"RFN03789202\"\n                    },\n                    {\n                        \"type\": \"CREDIT\",\n                        \"mode\": \"ATM\",\n                        \"amount\": \"2899.73\",\n                        \"currentBalance\": \"120793.09\",\n                        \"transactionTimestamp\": \"2022-03-24T06:33:00.000Z\",\n                        \"valueDate\": \"2022-03-24\",\n                        \"txnId\": \"M2744192639\",\n                        \"narration\": \"ACH/HDFCLTD/251443203 \",\n                        \"reference\": \"RFN08345240\"\n                    },\n                    {\n                        \"type\": \"CREDIT\",\n                        \"mode\": \"UPI\",\n                        \"amount\": \"2150.52\",\n                        \"currentBalance\": \"122943.61\",\n                        \"transactionTimestamp\": \"2022-03-25T06:33:00.000Z\",\n                        \"valueDate\": \"2022-03-25\",\n                        \"txnId\": \"M7360741897\",\n                        \"narration\": \"BIL/ONL/001973684380/State Bank/SBICARD_SICI874/SB\",\n                        \"reference\": \"RFN02191374\"\n                    },\n                    {\n                        \"type\": \"CREDIT\",\n                        \"mode\": \"UPI\",\n                        \"amount\": \"6974.61\",\n                        \"currentBalance\": \"129918.22\",\n                        \"transactionTimestamp\": \"2022-03-26T06:33:00.000Z\",\n                        \"valueDate\": \"2022-03-26\",\n                        \"txnId\": \"M7809803095\",\n                        \"narration\": \"ACH/TP ExideLife/INGLife/1834310500 \",\n                        \"reference\": \"RFN07622154\"\n                    },\n                    {\n                        \"type\": \"CREDIT\",\n                        \"mode\": \"Others\",\n                        \"amount\": \"7860.09\",\n                        \"currentBalance\": \"137778.31\",\n                        \"transactionTimestamp\": \"2022-03-27T06:33:00.000Z\",\n                        \"valueDate\": \"2022-03-27\",\n                        \"txnId\": \"M3928365625\",\n                        \"narration\": \"MMT/IMPS/012923807671/For Car Loan/SBIN\",\n                        \"reference\": \"RFN03650769\"\n                    },\n                    {\n                        \"type\": \"DEBIT\",\n                        \"mode\": \"FT\",\n                        \"amount\": \"2706.57\",\n                        \"currentBalance\": \"135071.74\",\n                        \"transactionTimestamp\": \"2022-03-28T06:33:00.000Z\",\n                        \"valueDate\": \"2022-03-28\",\n                        \"txnId\": \"M8451056719\",\n                        \"narration\": \"NEFT-SBIN120163800892-PRINCIPAL MUTUAL FUND-/ATTN//INB-\",\n                        \"reference\": \"RFN01832945\"\n                    },\n                    {\n                        \"type\": \"DEBIT\",\n                        \"mode\": \"UPI\",\n                        \"amount\": \"9590.10\",\n                        \"currentBalance\": \"125481.64\",\n                        \"transactionTimestamp\": \"2022-03-29T06:33:00.000Z\",\n                        \"valueDate\": \"2022-03-29\",\n                        \"txnId\": \"M3540261075\",\n                        \"narration\": \"CMS/000641754365/AD_LIC__648652702 \",\n                        \"reference\": \"RFN05666223\"\n                    },\n                    {\n                        \"type\": \"CREDIT\",\n                        \"mode\": \"FT\",\n                        \"amount\": \"9655.74\",\n                        \"currentBalance\": \"135137.38\",\n                        \"transactionTimestamp\": \"2022-03-30T06:33:00.000Z\",\n                        \"valueDate\": \"2022-03-30\",\n                        \"txnId\": \"M1003496179\",\n                        \"narration\": \"SAL FINTECH PRODUCTS and SOLUTIONS\",\n                        \"reference\": \"RFN05460767\"\n                    },\n                    {\n                        \"type\": \"DEBIT\",\n                        \"mode\": \"UPI\",\n                        \"amount\": \"3420.44\",\n                        \"currentBalance\": \"131716.94\",\n                        \"transactionTimestamp\": \"2022-03-31T06:33:00.000Z\",\n                        \"valueDate\": \"2022-03-31\",\n                        \"txnId\": \"M8961299749\",\n                        \"narration\": \"MMT/IMPS/013019273318/HDFC CC PMT/HDFC CREDI/HDFC0\",\n                        \"reference\": \"RFN02794501\"\n                    },\n                    {\n                        \"type\": \"CREDIT\",\n                        \"mode\": \"CASH\",\n                        \"amount\": \"9056.44\",\n                        \"currentBalance\": \"140773.38\",\n                        \"transactionTimestamp\": \"2022-04-01T06:33:00.000Z\",\n                        \"valueDate\": \"2022-04-01\",\n                        \"txnId\": \"M2591059335\",\n                        \"narration\": \"ACH/TP Kotak Life Ins/1832189136 \",\n                        \"reference\": \"RFN06501798\"\n                    },\n                    {\n                        \"type\": \"CREDIT\",\n                        \"mode\": \"ATM\",\n                        \"amount\": \"9339.66\",\n                        \"currentBalance\": \"150113.04\",\n                        \"transactionTimestamp\": \"2022-04-02T06:33:00.000Z\",\n                        \"valueDate\": \"2022-04-02\",\n                        \"txnId\": \"M6005381052\",\n                        \"narration\": \"ACH/HDFCLTD/251443203 \",\n                        \"reference\": \"RFN03125704\"\n                    },\n                    {\n                        \"type\": \"CREDIT\",\n                        \"mode\": \"FT\",\n                        \"amount\": \"4261.11\",\n                        \"currentBalance\": \"154374.15\",\n                        \"transactionTimestamp\": \"2022-04-03T06:33:00.000Z\",\n                        \"valueDate\": \"2022-04-03\",\n                        \"txnId\": \"M9747176770\",\n                        \"narration\": \"CMS/000651994446/AD_LIC__648652702 \",\n                        \"reference\": \"RFN07204300\"\n                    },\n                    {\n                        \"type\": \"CREDIT\",\n                        \"mode\": \"FT\",\n                        \"amount\": \"4841.85\",\n                        \"currentBalance\": \"159216\",\n                        \"transactionTimestamp\": \"2022-04-04T06:33:00.000Z\",\n                        \"valueDate\": \"2022-04-04\",\n                        \"txnId\": \"M7115587706\",\n                        \"narration\": \"NEFT-CITIN20080903889-MOTILAL OSWAL MLTICP 35FUND RED A\",\n                        \"reference\": \"RFN02473949\"\n                    },\n                    {\n                        \"type\": \"CREDIT\",\n                        \"mode\": \"ATM\",\n                        \"amount\": \"8187.70\",\n                        \"currentBalance\": \"167403.7\",\n                        \"transactionTimestamp\": \"2022-04-05T06:33:00.000Z\",\n                        \"valueDate\": \"2022-04-05\",\n                        \"txnId\": \"M5980321158\",\n                        \"narration\": \"PMSBY RENEWAL PREMIUM FY 21 \",\n                        \"reference\": \"RFN01528224\"\n                    },\n                    {\n                        \"type\": \"CREDIT\",\n                        \"mode\": \"UPI\",\n                        \"amount\": \"5141.50\",\n                        \"currentBalance\": \"172545.2\",\n                        \"transactionTimestamp\": \"2022-04-06T06:33:00.000Z\",\n                        \"valueDate\": \"2022-04-06\",\n                        \"txnId\": \"M972265435\",\n                        \"narration\": \"ACH/HDFCLTD/251443203 \",\n                        \"reference\": \"RFN05650638\"\n                    },\n                    {\n                        \"type\": \"CREDIT\",\n                        \"mode\": \"UPI\",\n                        \"amount\": \"3121.91\",\n                        \"currentBalance\": \"175667.11\",\n                        \"transactionTimestamp\": \"2022-04-07T06:33:00.000Z\",\n                        \"valueDate\": \"2022-04-07\",\n                        \"txnId\": \"M4839153519\",\n                        \"narration\": \"CMS/000651994446/AD_LIC__648652702 \",\n                        \"reference\": \"RFN07601138\"\n                    },\n                    {\n                        \"type\": \"CREDIT\",\n                        \"mode\": \"CASH\",\n                        \"amount\": \"9115.61\",\n                        \"currentBalance\": \"184782.72\",\n                        \"transactionTimestamp\": \"2022-04-08T06:33:00.000Z\",\n                        \"valueDate\": \"2022-04-08\",\n                        \"txnId\": \"M8130971978\",\n                        \"narration\": \"ACH/TP Kotak Life Ins/1826771816 \",\n                        \"reference\": \"RFN05196659\"\n                    },\n                    {\n                        \"type\": \"DEBIT\",\n                        \"mode\": \"CASH\",\n                        \"amount\": \"8916.55\",\n                        \"currentBalance\": \"175866.17\",\n                        \"transactionTimestamp\": \"2022-04-09T06:33:00.000Z\",\n                        \"valueDate\": \"2022-04-09\",\n                        \"txnId\": \"M4456267432\",\n                        \"narration\": \"BIL/001983772909/ICICI BANK CREDIT CA/524193208676\",\n                        \"reference\": \"RFN03836971\"\n                    },\n                    {\n                        \"type\": \"DEBIT\",\n                        \"mode\": \"Others\",\n                        \"amount\": \"2822.15\",\n                        \"currentBalance\": \"173044.02\",\n                        \"transactionTimestamp\": \"2022-04-10T06:33:00.000Z\",\n                        \"valueDate\": \"2022-04-10\",\n                        \"txnId\": \"M8532066206\",\n                        \"narration\": \"ACH/HDFCLTD/253928436 \",\n                        \"reference\": \"RFN02407890\"\n                    },\n                    {\n                        \"type\": \"DEBIT\",\n                        \"mode\": \"Others\",\n                        \"amount\": \"5067.16\",\n                        \"currentBalance\": \"167976.86\",\n                        \"transactionTimestamp\": \"2022-04-11T06:33:00.000Z\",\n                        \"valueDate\": \"2022-04-11\",\n                        \"txnId\": \"M8959548417\",\n                        \"narration\": \"CMS/000651994446/AD_LIC__648652702 \",\n                        \"reference\": \"RFN03985820\"\n                    },\n                    {\n                        \"type\": \"DEBIT\",\n                        \"mode\": \"UPI\",\n                        \"amount\": \"2418.49\",\n                        \"currentBalance\": \"165558.37\",\n                        \"transactionTimestamp\": \"2022-04-12T06:33:00.000Z\",\n                        \"valueDate\": \"2022-04-12\",\n                        \"txnId\": \"M977728379\",\n                        \"narration\": \"BIL/ONL/001973684380/State Bank/SBICARD_SICI874/SB\",\n                        \"reference\": \"RFN07207552\"\n                    },\n                    {\n                        \"type\": \"DEBIT\",\n                        \"mode\": \"FT\",\n                        \"amount\": \"7006.95\",\n                        \"currentBalance\": \"158551.42\",\n                        \"transactionTimestamp\": \"2022-04-13T06:33:00.000Z\",\n                        \"valueDate\": \"2022-04-13\",\n                        \"txnId\": \"M2094866827\",\n                        \"narration\": \"ACH/TP Kotak Life Ins/1832189136 \",\n                        \"reference\": \"RFN09520282\"\n                    },\n                    {\n                        \"type\": \"DEBIT\",\n                        \"mode\": \"CASH\",\n                        \"amount\": \"5402.90\",\n                        \"currentBalance\": \"153148.52\",\n                        \"transactionTimestamp\": \"2022-04-14T06:33:00.000Z\",\n                        \"valueDate\": \"2022-04-14\",\n                        \"txnId\": \"M8015355113\",\n                        \"narration\": \"CMS/000651994446/AD_LIC__648652702 \",\n                        \"reference\": \"RFN05197941\"\n                    },\n                    {\n                        \"type\": \"CREDIT\",\n                        \"mode\": \"UPI\",\n                        \"amount\": \"8782.25\",\n                        \"currentBalance\": \"161930.77\",\n                        \"transactionTimestamp\": \"2022-04-15T06:33:00.000Z\",\n                        \"valueDate\": \"2022-04-15\",\n                        \"txnId\": \"M9054037844\",\n                        \"narration\": \"NEFT-CITIN20080903889-MOTILAL OSWAL MLTICP 35FUND RED A\",\n                        \"reference\": \"RFN09691582\"\n                    },\n                    {\n                        \"type\": \"CREDIT\",\n                        \"mode\": \"FT\",\n                        \"amount\": \"8320.59\",\n                        \"currentBalance\": \"170251.36\",\n                        \"transactionTimestamp\": \"2022-04-16T06:33:00.000Z\",\n                        \"valueDate\": \"2022-04-16\",\n                        \"txnId\": \"M4667031663\",\n                        \"narration\": \"CMS/000651994446/AD_LIC__648652702 \",\n                        \"reference\": \"RFN02997241\"\n                    },\n                    {\n                        \"type\": \"DEBIT\",\n                        \"mode\": \"ATM\",\n                        \"amount\": \"3517.88\",\n                        \"currentBalance\": \"166733.48\",\n                        \"transactionTimestamp\": \"2022-04-17T06:33:00.000Z\",\n                        \"valueDate\": \"2022-04-17\",\n                        \"txnId\": \"M5347052743\",\n                        \"narration\": \"ACH/TP ExideLife/INGLife/1834310500 \",\n                        \"reference\": \"RFN07849232\"\n                    },\n                    {\n                        \"type\": \"DEBIT\",\n                        \"mode\": \"UPI\",\n                        \"amount\": \"1582.68\",\n                        \"currentBalance\": \"165150.8\",\n                        \"transactionTimestamp\": \"2022-04-18T06:33:00.000Z\",\n                        \"valueDate\": \"2022-04-18\",\n                        \"txnId\": \"M2318145026\",\n                        \"narration\": \"BIL/ONL/001973684380/State Bank/SBICARD_SICI874/SB\",\n                        \"reference\": \"RFN06388148\"\n                    },\n                    {\n                        \"type\": \"CREDIT\",\n                        \"mode\": \"Others\",\n                        \"amount\": \"5215.08\",\n                        \"currentBalance\": \"170365.88\",\n                        \"transactionTimestamp\": \"2022-04-19T06:33:00.000Z\",\n                        \"valueDate\": \"2022-04-19\",\n                        \"txnId\": \"M924212542\",\n                        \"narration\": \"ACH/TP Kotak Life Ins/1826771816 \",\n                        \"reference\": \"RFN06320853\"\n                    },\n                    {\n                        \"type\": \"DEBIT\",\n                        \"mode\": \"UPI\",\n                        \"amount\": \"7252.88\",\n                        \"currentBalance\": \"163113\",\n                        \"transactionTimestamp\": \"2022-04-20T06:33:00.000Z\",\n                        \"valueDate\": \"2022-04-20\",\n                        \"txnId\": \"M5304329378\",\n                        \"narration\": \"MMT/IMPS/013019273318/HDFC CC PMT/HDFC CREDI/HDFC0\",\n                        \"reference\": \"RFN02291474\"\n                    },\n                    {\n                        \"type\": \"CREDIT\",\n                        \"mode\": \"FT\",\n                        \"amount\": \"5252.66\",\n                        \"currentBalance\": \"168365.66\",\n                        \"transactionTimestamp\": \"2022-04-21T06:33:00.000Z\",\n                        \"valueDate\": \"2022-04-21\",\n                        \"txnId\": \"M4840559788\",\n                        \"narration\": \"CMS/000651994446/AD_LIC__648652702 \",\n                        \"reference\": \"RFN03261289\"\n                    },\n                    {\n                        \"type\": \"CREDIT\",\n                        \"mode\": \"CASH\",\n                        \"amount\": \"1830.16\",\n                        \"currentBalance\": \"170195.82\",\n                        \"transactionTimestamp\": \"2022-04-22T06:33:00.000Z\",\n                        \"valueDate\": \"2022-04-22\",\n                        \"txnId\": \"M6884684469\",\n                        \"narration\": \"CMS/000641754365/AD_LIC__648652702 \",\n                        \"reference\": \"RFN04766309\"\n                    },\n                    {\n                        \"type\": \"DEBIT\",\n                        \"mode\": \"FT\",\n                        \"amount\": \"8033.59\",\n                        \"currentBalance\": \"162162.23\",\n                        \"transactionTimestamp\": \"2022-04-23T06:33:00.000Z\",\n                        \"valueDate\": \"2022-04-23\",\n                        \"txnId\": \"M4616274076\",\n                        \"narration\": \"ACH/HDFCLTD/253928436 \",\n                        \"reference\": \"RFN04893912\"\n                    },\n                    {\n                        \"type\": \"CREDIT\",\n                        \"mode\": \"UPI\",\n                        \"amount\": \"7363.59\",\n                        \"currentBalance\": \"169525.82\",\n                        \"transactionTimestamp\": \"2022-04-24T06:33:00.000Z\",\n                        \"valueDate\": \"2022-04-24\",\n                        \"txnId\": \"M4205567363\",\n                        \"narration\": \"ACH/HDFCLTD/251443203 \",\n                        \"reference\": \"RFN04661764\"\n                    },\n                    {\n                        \"type\": \"CREDIT\",\n                        \"mode\": \"ATM\",\n                        \"amount\": \"9494.93\",\n                        \"currentBalance\": \"179020.75\",\n                        \"transactionTimestamp\": \"2022-04-25T06:33:00.000Z\",\n                        \"valueDate\": \"2022-04-25\",\n                        \"txnId\": \"M635001864\",\n                        \"narration\": \"CMS/000651994446/AD_LIC__648652702 \",\n                        \"reference\": \"RFN09433157\"\n                    },\n                    {\n                        \"type\": \"DEBIT\",\n                        \"mode\": \"CASH\",\n                        \"amount\": \"4024.19\",\n                        \"currentBalance\": \"174996.56\",\n                        \"transactionTimestamp\": \"2022-04-26T06:33:00.000Z\",\n                        \"valueDate\": \"2022-04-26\",\n                        \"txnId\": \"M7911094289\",\n                        \"narration\": \"NEFT-CITIN20080903889-MOTILAL OSWAL MLTICP 35FUND RED A\",\n                        \"reference\": \"RFN07682019\"\n                    },\n                    {\n                        \"type\": \"CREDIT\",\n                        \"mode\": \"ATM\",\n                        \"amount\": \"5816.54\",\n                        \"currentBalance\": \"180813.1\",\n                        \"transactionTimestamp\": \"2022-04-27T06:33:00.000Z\",\n                        \"valueDate\": \"2022-04-27\",\n                        \"txnId\": \"M2958432537\",\n                        \"narration\": \"PMSBY RENEWAL PREMIUM FY 21 \",\n                        \"reference\": \"RFN02897402\"\n                    },\n                    {\n                        \"type\": \"CREDIT\",\n                        \"mode\": \"Others\",\n                        \"amount\": \"1010.71\",\n                        \"currentBalance\": \"181823.81\",\n                        \"transactionTimestamp\": \"2022-04-28T06:33:00.000Z\",\n                        \"valueDate\": \"2022-04-28\",\n                        \"txnId\": \"M8813794357\",\n                        \"narration\": \"NEFT-CITIN20080903889-MOTILAL OSWAL MLTICP 35FUND RED A\",\n                        \"reference\": \"RFN08002825\"\n                    },\n                    {\n                        \"type\": \"CREDIT\",\n                        \"mode\": \"ATM\",\n                        \"amount\": \"1729.83\",\n                        \"currentBalance\": \"183553.64\",\n                        \"transactionTimestamp\": \"2022-04-29T06:33:00.000Z\",\n                        \"valueDate\": \"2022-04-29\",\n                        \"txnId\": \"M6704520333\",\n                        \"narration\": \"MMT/IMPS/012923807671/For Car Loan/SBIN\",\n                        \"reference\": \"RFN06517362\"\n                    },\n                    {\n                        \"type\": \"CREDIT\",\n                        \"mode\": \"ATM\",\n                        \"amount\": \"3285.10\",\n                        \"currentBalance\": \"186838.74\",\n                        \"transactionTimestamp\": \"2022-04-30T06:33:00.000Z\",\n                        \"valueDate\": \"2022-04-30\",\n                        \"txnId\": \"M8752581777\",\n                        \"narration\": \"NEFT-CITIN20080903889-MOTILAL OSWAL MLTICP 35FUND RED A\",\n                        \"reference\": \"RFN06640418\"\n                    },\n                    {\n                        \"type\": \"DEBIT\",\n                        \"mode\": \"CASH\",\n                        \"amount\": \"1828.79\",\n                        \"currentBalance\": \"185009.95\",\n                        \"transactionTimestamp\": \"2022-05-01T06:33:00.000Z\",\n                        \"valueDate\": \"2022-05-01\",\n                        \"txnId\": \"M6006833538\",\n                        \"narration\": \"CMS/000651994446/AD_LIC__648652702 \",\n                        \"reference\": \"RFN06281068\"\n                    },\n                    {\n                        \"type\": \"DEBIT\",\n                        \"mode\": \"FT\",\n                        \"amount\": \"6398.74\",\n                        \"currentBalance\": \"178611.21\",\n                        \"transactionTimestamp\": \"2022-05-02T06:33:00.000Z\",\n                        \"valueDate\": \"2022-05-02\",\n                        \"txnId\": \"M8755042133\",\n                        \"narration\": \"BIL/001992356805/ICICI BANK CREDIT CA/431581009199\",\n                        \"reference\": \"RFN06685411\"\n                    },\n                    {\n                        \"type\": \"DEBIT\",\n                        \"mode\": \"CASH\",\n                        \"amount\": \"4879.20\",\n                        \"currentBalance\": \"173732.01\",\n                        \"transactionTimestamp\": \"2022-05-03T06:33:00.000Z\",\n                        \"valueDate\": \"2022-05-03\",\n                        \"txnId\": \"M4707672460\",\n                        \"narration\": \"MMT/IMPS/013019273318/HDFC CC PMT/HDFC CREDI/HDFC0\",\n                        \"reference\": \"RFN09781188\"\n                    },\n                    {\n                        \"type\": \"DEBIT\",\n                        \"mode\": \"CASH\",\n                        \"amount\": \"1499.26\",\n                        \"currentBalance\": \"172232.75\",\n                        \"transactionTimestamp\": \"2022-05-04T06:33:00.000Z\",\n                        \"valueDate\": \"2022-05-04\",\n                        \"txnId\": \"M3474795613\",\n                        \"narration\": \"ACH/HDFCLTD/253928436 \",\n                        \"reference\": \"RFN07312934\"\n                    },\n                    {\n                        \"type\": \"DEBIT\",\n                        \"mode\": \"Others\",\n                        \"amount\": \"1876.92\",\n                        \"currentBalance\": \"170355.83\",\n                        \"transactionTimestamp\": \"2022-05-05T06:33:00.000Z\",\n                        \"valueDate\": \"2022-05-05\",\n                        \"txnId\": \"M2919746481\",\n                        \"narration\": \"ACH/HDFCLTD/251443203 \",\n                        \"reference\": \"RFN02670860\"\n                    },\n                    {\n                        \"type\": \"DEBIT\",\n                        \"mode\": \"Others\",\n                        \"amount\": \"2848.28\",\n                        \"currentBalance\": \"167507.55\",\n                        \"transactionTimestamp\": \"2022-05-06T06:33:00.000Z\",\n                        \"valueDate\": \"2022-05-06\",\n                        \"txnId\": \"M3307165209\",\n                        \"narration\": \"NEFT-SBIN120163800892-PRINCIPAL MUTUAL FUND-/ATTN//INB-\",\n                        \"reference\": \"RFN09554360\"\n                    },\n                    {\n                        \"type\": \"CREDIT\",\n                        \"mode\": \"CASH\",\n                        \"amount\": \"6575.45\",\n                        \"currentBalance\": \"174083\",\n                        \"transactionTimestamp\": \"2022-05-07T06:33:00.000Z\",\n                        \"valueDate\": \"2022-05-07\",\n                        \"txnId\": \"M6438773000\",\n                        \"narration\": \"ACH/HDFCLTD/256070866 \",\n                        \"reference\": \"RFN06236101\"\n                    },\n                    {\n                        \"type\": \"CREDIT\",\n                        \"mode\": \"CASH\",\n                        \"amount\": \"5341.29\",\n                        \"currentBalance\": \"179424.29\",\n                        \"transactionTimestamp\": \"2022-05-08T06:33:00.000Z\",\n                        \"valueDate\": \"2022-05-08\",\n                        \"txnId\": \"M4568577826\",\n                        \"narration\": \"BIL/001983772909/ICICI BANK CREDIT CA/524193208676\",\n                        \"reference\": \"RFN01524757\"\n                    },\n                    {\n                        \"type\": \"DEBIT\",\n                        \"mode\": \"Others\",\n                        \"amount\": \"8651.48\",\n                        \"currentBalance\": \"170772.81\",\n                        \"transactionTimestamp\": \"2022-05-09T06:33:00.000Z\",\n                        \"valueDate\": \"2022-05-09\",\n                        \"txnId\": \"M6738352668\",\n                        \"narration\": \"BIL/BPAY/002001526478/BSE ISIP/BSE000000034260 \",\n                        \"reference\": \"RFN09559895\"\n                    },\n                    {\n                        \"type\": \"DEBIT\",\n                        \"mode\": \"Others\",\n                        \"amount\": \"5745.42\",\n                        \"currentBalance\": \"165027.39\",\n                        \"transactionTimestamp\": \"2022-05-10T06:33:00.000Z\",\n                        \"valueDate\": \"2022-05-10\",\n                        \"txnId\": \"M9059512634\",\n                        \"narration\": \"NEFT-CITIN20080903889-MOTILAL OSWAL MLTICP 35FUND RED A\",\n                        \"reference\": \"RFN01249449\"\n                    },\n                    {\n                        \"type\": \"DEBIT\",\n                        \"mode\": \"Others\",\n                        \"amount\": \"8545.99\",\n                        \"currentBalance\": \"156481.4\",\n                        \"transactionTimestamp\": \"2022-05-11T06:33:00.000Z\",\n                        \"valueDate\": \"2022-05-11\",\n                        \"txnId\": \"M9706412792\",\n                        \"narration\": \"BIL/001992356805/ICICI BANK CREDIT CA/431581009199\",\n                        \"reference\": \"RFN04496508\"\n                    },\n                    {\n                        \"type\": \"DEBIT\",\n                        \"mode\": \"Others\",\n                        \"amount\": \"4099.37\",\n                        \"currentBalance\": \"152382.03\",\n                        \"transactionTimestamp\": \"2022-05-12T06:33:00.000Z\",\n                        \"valueDate\": \"2022-05-12\",\n                        \"txnId\": \"M4560369922\",\n                        \"narration\": \"NEFT-SBIN120163800892-PRINCIPAL MUTUAL FUND-/ATTN//INB-\",\n                        \"reference\": \"RFN08169767\"\n                    },\n                    {\n                        \"type\": \"DEBIT\",\n                        \"mode\": \"ATM\",\n                        \"amount\": \"6635.51\",\n                        \"currentBalance\": \"145746.52\",\n                        \"transactionTimestamp\": \"2022-05-13T06:33:00.000Z\",\n                        \"valueDate\": \"2022-05-13\",\n                        \"txnId\": \"M5434809137\",\n                        \"narration\": \"BIL/001983772909/ICICI BANK CREDIT CA/524193208676\",\n                        \"reference\": \"RFN08270780\"\n                    },\n                    {\n                        \"type\": \"DEBIT\",\n                        \"mode\": \"ATM\",\n                        \"amount\": \"1462.38\",\n                        \"currentBalance\": \"144284.14\",\n                        \"transactionTimestamp\": \"2022-05-14T06:33:00.000Z\",\n                        \"valueDate\": \"2022-05-14\",\n                        \"txnId\": \"M1812862887\",\n                        \"narration\": \"SAL FINTECH PRODUCTS and SOLUTIONS\",\n                        \"reference\": \"RFN06842832\"\n                    },\n                    {\n                        \"type\": \"DEBIT\",\n                        \"mode\": \"CASH\",\n                        \"amount\": \"6369.45\",\n                        \"currentBalance\": \"137914.69\",\n                        \"transactionTimestamp\": \"2022-05-15T06:33:00.000Z\",\n                        \"valueDate\": \"2022-05-15\",\n                        \"txnId\": \"M7665746302\",\n                        \"narration\": \"MMT/IMPS/012923807671/For Car Loan/SBIN\",\n                        \"reference\": \"RFN08830423\"\n                    },\n                    {\n                        \"type\": \"DEBIT\",\n                        \"mode\": \"ATM\",\n                        \"amount\": \"1408.36\",\n                        \"currentBalance\": \"136506.33\",\n                        \"transactionTimestamp\": \"2022-05-16T06:33:00.000Z\",\n                        \"valueDate\": \"2022-05-16\",\n                        \"txnId\": \"M9018984701\",\n                        \"narration\": \"BIL/001983772909/ICICI BANK CREDIT CA/524193208676\",\n                        \"reference\": \"RFN08939200\"\n                    },\n                    {\n                        \"type\": \"CREDIT\",\n                        \"mode\": \"ATM\",\n                        \"amount\": \"9184.87\",\n                        \"currentBalance\": \"145691.2\",\n                        \"transactionTimestamp\": \"2022-05-17T06:33:00.000Z\",\n                        \"valueDate\": \"2022-05-17\",\n                        \"txnId\": \"M7202172560\",\n                        \"narration\": \"CMS/000641754365/AD_LIC__648652702 \",\n                        \"reference\": \"RFN08725533\"\n                    },\n                    {\n                        \"type\": \"DEBIT\",\n                        \"mode\": \"ATM\",\n                        \"amount\": \"4318.80\",\n                        \"currentBalance\": \"141372.4\",\n                        \"transactionTimestamp\": \"2022-05-18T06:33:00.000Z\",\n                        \"valueDate\": \"2022-05-18\",\n                        \"txnId\": \"M975645834\",\n                        \"narration\": \"ACH/HDFCLTD/251443203 \",\n                        \"reference\": \"RFN09745984\"\n                    }\n                ]\n            }\n        }\n    ]\n}"},{"id":"5c11fca0-cf05-41cc-b2ec-5435ca7b7f50","name":"Error Example","originalRequest":{"method":"POST","header":[{"key":"client_id","value":"{{Client_Id}}","type":"text"},{"key":"client_secret","value":"{{Client_Secret}}","type":"text"},{"key":"organisationId","value":"{{Organisation_Id}}","type":"text"},{"key":"appIdentifier","value":"{{App_Identifier}}","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"consentID\": \"{{Consent_Id}}\"\r\n}"},"url":"{{Base_URL}}/getalllatestfidata"},"status":"Bad Request","code":400,"_postman_previewlanguage":null,"header":[{"key":"Date","value":"Wed, 01 Oct 2025 11:52:05 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"126"},{"key":"Connection","value":"keep-alive"},{"key":"Content-Security-Policy","value":"report-uri *.moneyone.in"},{"key":"Cross-Origin-Embedder-Policy","value":"require-corp"},{"key":"Cross-Origin-Opener-Policy","value":"same-origin"},{"key":"Cross-Origin-Resource-Policy","value":"same-origin"},{"key":"X-DNS-Prefetch-Control","value":"off"},{"key":"Expect-CT","value":"max-age=0"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"Strict-Transport-Security","value":"max-age=31536000; includeSubDomains"},{"key":"X-Download-Options","value":"noopen"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"Origin-Agent-Cluster","value":"?1"},{"key":"X-Permitted-Cross-Domain-Policies","value":"none"},{"key":"Referrer-Policy","value":"no-referrer"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"X-RateLimit-Limit","value":"1000"},{"key":"X-RateLimit-Remaining","value":"998"},{"key":"X-RateLimit-Reset","value":"1759319575"},{"key":"Access-Control-Allow-Origin","value":"*.moneyone.in"},{"key":"Access-Control-Allow-Methods","value":"GET, POST"},{"key":"Access-Control-Allow-Headers","value":"X-Requested-With,content-type"},{"key":"Access-Control-Allow-Credentials","value":"true"},{"key":"ETag","value":"W/\"7e-3APb3CHXAIq0Fah3teIjadTxZCc\""}],"cookie":[],"responseTime":null,"body":"{\n    \"ver\": \"1.21.0\",\n    \"timestamp\": \"2025-10-01T11:52:05.420Z\",\n    \"errorCode\": \"InvalidConsentId\",\n    \"errorMsg\": \"Consent ID does not exist.\"\n}"}],"_postman_id":"91ca7e78-4a70-422f-aadf-f09a6cffde07"},{"name":"Get FI Data","id":"7f5ccd4b-62a1-4901-accc-906bd11ad0e5","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"key":"client_id","value":"{{Client_Id}}","type":"text"},{"key":"client_secret","value":"{{Client_Secret}}","type":"text"},{"key":"organisationId","value":"{{Organisation_Id}}","type":"text"},{"key":"appIdentifier","value":"{{App_Identifier}}","type":"text"}],"body":{"mode":"raw","raw":"{\n  \"linkReferenceNumber\": \"{{LinkRefNumber}}\",\n  \"consentID\": \"{{Consent_Id}}\"\n}"},"url":"{{Base_URL}}/getfidata","description":"<h1 id=\"get-fi-data\">Get FI Data</h1>\n<p>This API endpoint retrieves the transaction details for a specific account, as authorized by a user's consent. The response is provided in JSON format and includes comprehensive transaction and account information.</p>\n<h2 id=\"purpose\">Purpose</h2>\n<p>Use this API to fetch the transactions of a particular account linked to a valid consent. It is suitable for applications such as spend analysis, account aggregation, and financial insights, where periodic transaction data retrieval is required.</p>\n<h2 id=\"usage-notes\">Usage Notes</h2>\n<ul>\n<li><p>Ensure that the data requested aligns with the parameters specified in the user's consent.</p>\n</li>\n<li><p>Only accounts associated with the provided consentId and linkReferenceNumber will be processed.</p>\n</li>\n<li><p>The API is designed to support periodic polling for transaction updates.</p>\n</li>\n</ul>\n<h2 id=\"supported-account-types\">Supported Account Types</h2>\n<ul>\n<li><p>Current Account</p>\n</li>\n<li><p>Savings Account</p>\n</li>\n<li><p>Fixed Deposit</p>\n</li>\n<li><p>Recurring Deposit</p>\n</li>\n</ul>\n<h2 id=\"query-parameters-optional\">Query Parameters (Optional)</h2>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Parameter</th>\n<th>Example</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>limit</td>\n<td>limit=true</td>\n<td>Limits the number of transactions returned.</td>\n</tr>\n<tr>\n<td>offset</td>\n<td>offset=true</td>\n<td>Specifies the starting point for returned results.</td>\n</tr>\n</tbody>\n</table>\n</div><p>Example usage: <code>?limit=true&amp;offset=true</code></p>\n<h2 id=\"request-parameters\">Request Parameters</h2>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Parameter</th>\n<th>Type</th>\n<th>Mandatory</th>\n<th>Validation</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>consentId</td>\n<td>string</td>\n<td>Yes</td>\n<td>Consent ID that is provided by the AA after consent approval, valid GU ID.</td>\n<td>Unique Consent ID.</td>\n</tr>\n<tr>\n<td>linkReferenceNumber</td>\n<td>string</td>\n<td>Yes</td>\n<td>Valid and Unique Link Reference Number for the account present in the database.</td>\n<td>Unique Link Reference Number for the account.</td>\n</tr>\n</tbody>\n</table>\n</div><p><strong>Sample Request Body:</strong></p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-json\">{\n  \"linkReferenceNumber\": \"&lt;LinkRefNumber&gt;\",\n  \"consentID\": \"&lt;Consent_Id&gt;\"\n}\n\n</code></pre>\n<h2 id=\"response-parameters\">Response Parameters</h2>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Parameter</th>\n<th>Type</th>\n<th>Mandatory</th>\n<th>Description</th>\n<th>Supported Values</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>status</td>\n<td>string</td>\n<td>No</td>\n<td>Status of the response.</td>\n<td></td>\n</tr>\n<tr>\n<td>ver</td>\n<td>string</td>\n<td>No</td>\n<td>Version of the API.</td>\n<td></td>\n</tr>\n<tr>\n<td>data.linkReferenceNumber</td>\n<td>string</td>\n<td>Yes</td>\n<td>Link reference number of the account.</td>\n<td></td>\n</tr>\n<tr>\n<td>data.maskedAccountNumber</td>\n<td>string</td>\n<td>Yes</td>\n<td>Masked account number.</td>\n<td></td>\n</tr>\n<tr>\n<td>data.balance</td>\n<td>string</td>\n<td>Yes</td>\n<td>Account balance.</td>\n<td></td>\n</tr>\n<tr>\n<td>data.fipName</td>\n<td>string</td>\n<td>Yes</td>\n<td>FIP (Financial Institution Provider) name.</td>\n<td></td>\n</tr>\n<tr>\n<td>data.fipId</td>\n<td>string</td>\n<td>Yes</td>\n<td>FIP ID.</td>\n<td></td>\n</tr>\n<tr>\n<td>data.fiType</td>\n<td>string</td>\n<td>Yes</td>\n<td>Financial Information type.</td>\n<td>DEPOSIT, TERM_DEPOSIT, RECURRING_DEPOSIT</td>\n</tr>\n<tr>\n<td>data.fiData.transactionTimestamp</td>\n<td>string</td>\n<td>Yes</td>\n<td>Timestamp of the transaction.</td>\n<td></td>\n</tr>\n<tr>\n<td>data.fiData.txnId</td>\n<td>string</td>\n<td>Yes</td>\n<td>Transaction ID.</td>\n<td></td>\n</tr>\n<tr>\n<td>data.fiData.type</td>\n<td>string</td>\n<td>Yes</td>\n<td>Type of transaction.</td>\n<td>CREDIT, DEBIT</td>\n</tr>\n<tr>\n<td>data.fiData.amount</td>\n<td>string</td>\n<td>Yes</td>\n<td>Transaction amount.</td>\n<td></td>\n</tr>\n<tr>\n<td>timestamp</td>\n<td>string</td>\n<td>optional</td>\n<td>The timestamp of the transaction.</td>\n<td></td>\n</tr>\n</tbody>\n</table>\n</div><h4 id=\"error-response-format\">Error Response Format</h4>\n<p>When an error occurs, the API returns a JSON object with the following structure:</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Sr. No.</th>\n<th>Field</th>\n<th>Type</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>1</td>\n<td><code>ver</code></td>\n<td>String (Optional)</td>\n</tr>\n<tr>\n<td>2</td>\n<td><code>timestamp</code></td>\n<td>String (Optional)</td>\n</tr>\n<tr>\n<td>3</td>\n<td><code>errorCode</code></td>\n<td>String (Optional)</td>\n</tr>\n<tr>\n<td>4</td>\n<td><code>errorMsg</code></td>\n<td>String (Optional)</td>\n</tr>\n<tr>\n<td>5</td>\n<td><code>status</code></td>\n<td>String (Optional)</td>\n</tr>\n</tbody>\n</table>\n</div><p><strong>Sample Success Response:</strong></p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-json\">{\n  \"status\": \"success\",\n  \"ver\": \"1.0\",\n  \"data\": {\n    \"linkReferenceNumber\": \"1234567890\",\n    \"maskedAccountNumber\": \"XXXXXX1234\",\n    \"balance\": \"10000.00\",\n    \"fipName\": \"Sample Bank\",\n    \"fipId\": \"SBIN0001234\",\n    \"fiType\": \"DEPOSIT\",\n    \"fiData\": [\n      {\n        \"transactionTimestamp\": \"2024-06-01T10:00:00Z\",\n        \"txnId\": \"TXN123456\",\n        \"type\": \"CREDIT\",\n        \"amount\": \"5000.00\"\n      },\n      {\n        \"transactionTimestamp\": \"2024-06-02T12:00:00Z\",\n        \"txnId\": \"TXN123457\",\n        \"type\": \"DEBIT\",\n        \"amount\": \"2000.00\"\n      }\n    ]\n  }\n}\n\n</code></pre>\n<h2 id=\"error-handling\">Error Handling</h2>\n<p>If the request fails, the response will indicate the failure status and may include an error message.</p>\n<p><strong>Sample Error Response:</strong></p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-json\">{\n  \"status\": \"failure\",\n  \"ver\": \"1.0\",\n  \"message\": \"Invalid consent ID or link reference number.\"\n}\n\n</code></pre>\n<hr />\n<p>For more details, refer to the <a href=\"https://collection/12076903-93f0aafc-6712-471a-b311-b7c61403379a\">Moneyone FinPro</a> collection documentation.</p>\n","urlObject":{"path":["getfidata"],"host":["{{Base_URL}}"],"query":[],"variable":[]}},"response":[{"id":"81398db5-2055-46c8-9e0d-3cb23e2bf0be","name":"Example","originalRequest":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"},{"key":"client_id","value":"fp_test_9bc80583a87191ba4e1d538c90e54eaaf432e0b2","type":"text"},{"key":"client_secret","value":"d66ff9a2f5abb24849fdd624f95e5419dd3f735e0ed784c499b0f83079bf5219d5e8f3f2","type":"text"},{"key":"organisationId","value":"ONE0194","type":"text"},{"key":"appIdentifier","value":"[{\"appName\":\"Test\",\"appIdentifier\":\"com.string.app\"}]","type":"text"}],"body":{"mode":"raw","raw":"{\n  \"linkReferenceNumber\": \"90606513-471a-4355-9bef-6f2766ca1fcc\",\n  \"consentID\": \"84df0d58-3a4e-42d9-9d2f-71ca0bf61b7c\"\n}","options":{"raw":{"language":"json"}}},"url":"https://sandbox.moneyone.in/finpro_sandbox/getfidata"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx/1.14.0 (Ubuntu)"},{"key":"Date","value":"Thu, 30 Jul 2020 11:02:29 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"1985"},{"key":"Connection","value":"keep-alive"},{"key":"X-Powered-By","value":"Express"},{"key":"ETag","value":"W/\"7c1-P5jHlRkVjsC+OQ1BGK+kbxv6tqc\""},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Access-Control-Allow-Headers","value":"DNT,authorization,User-Agent,X-Requested-With,If-Modified-Since,Cache-Control,Content-Type,Range,environmentType"},{"key":"Access-Control-Allow-Methods","value":"GET, POST, DELETE, PUT, PATCH, OPTIONS"}],"cookie":[],"responseTime":null,"body":"{\n\t\"ver\": \"1.17.0\",\n\t\"status\": \"success\",\n\t\"data\": {\n\t\t\"linkReferenceNumber\": \"90606513-471a-4355-9bef-6f2766ca1fcc\",\n\t\t\"maskedAccountNumber\": \"XXXXXX4813\",\n\t\t\"balance\": \"132518.97\",\n\t\t\"fipName\": \"Universal Bank\",\n\t\t\"fipId\": \"finsharebank\",\n\t\t\"fiType\": \"DEPOSIT\",\n\t\t\"fiData\": [\n\t\t\t{\n\t\t\t\t\"transactionTimestamp\": \"2019-12-19T07:50:14.000Z\",\n\t\t\t\t\"txnId\": \"M3258741\",\n\t\t\t\t\"mode\": \"UPI\",\n\t\t\t\t\"amount\": \"1239.00\",\n\t\t\t\t\"balance\": \"62289.25\",\n\t\t\t\t\"type\": \"DEBIT\",\n\t\t\t\t\"narration\": \"UPI/935314560764/getsimpl/simpl@axisbank/Axis Bank\",\n\t\t\t\t\"reference\": \"RFN00013383\",\n\t\t\t\t\"valueDate\": \"2019-12-19\"\n\t\t\t},\n\t\t\t{\n\t\t\t\t\"transactionTimestamp\": \"2019-12-20T13:26:12.000Z\",\n\t\t\t\t\"txnId\": \"M3917183\",\n\t\t\t\t\"mode\": \"UPI\",\n\t\t\t\t\"amount\": \"16.00\",\n\t\t\t\t\"balance\": \"62073.25\",\n\t\t\t\t\"type\": \"DEBIT\",\n\t\t\t\t\"narration\": \"UPI/935418465214/On tapping Pay/AMZN0002966107@/St\",\n\t\t\t\t\"reference\": \"RFN00038195\",\n\t\t\t\t\"valueDate\": \"2019-12-20\"\n\t\t\t},\n\t\t\t{\n\t\t\t\t\"transactionTimestamp\": \"2019-12-21T03:44:47.000Z\",\n\t\t\t\t\"txnId\": \"M4246404\",\n\t\t\t\t\"mode\": \"UPI\",\n\t\t\t\t\"amount\": \"1432.00\",\n\t\t\t\t\"balance\": \"60641.25\",\n\t\t\t\t\"type\": \"DEBIT\",\n\t\t\t\t\"narration\": \"UPI/935511799557/On tapping Pay/ola.money1@axis/Ax\",\n\t\t\t\t\"reference\": \"RFN00050601\",\n\t\t\t\t\"valueDate\": \"2019-12-21\"\n\t\t\t},\n\t\t\t{\n\t\t\t\t\"transactionTimestamp\": \"2019-12-21T10:39:04.000Z\",\n\t\t\t\t\"txnId\": \"M5563288\",\n\t\t\t\t\"mode\": \"OTHERS\",\n\t\t\t\t\"amount\": \"710.50\",\n\t\t\t\t\"balance\": \"45595.49\",\n\t\t\t\t\"type\": \"DEBIT\",\n\t\t\t\t\"narration\": \"VIN/BBBP Bengal/201912220356/935522425140/ \",\n\t\t\t\t\"reference\": \"RFN00100225\",\n\t\t\t\t\"valueDate\": \"2019-12-21\"\n\t\t\t},\n\t\t\t{\n\t\t\t\t\"transactionTimestamp\": \"2019-12-22T04:44:59.000Z\",\n\t\t\t\t\"txnId\": \"M5892509\",\n\t\t\t\t\"mode\": \"CARD\",\n\t\t\t\t\"amount\": \"4101.00\",\n\t\t\t\t\"balance\": \"41494.49\",\n\t\t\t\t\"type\": \"DEBIT\",\n\t\t\t\t\"narration\": \"BIL/ONL/001876585007/State Bank/SBICARD_RICI833/SB\",\n\t\t\t\t\"reference\": \"RFN00112631\",\n\t\t\t\t\"valueDate\": \"2019-12-22\"\n\t\t\t},\n\t\t\t{\n\t\t\t\t\"transactionTimestamp\": \"2019-12-22T04:48:12.000Z\",\n\t\t\t\t\"txnId\": \"M6221730\",\n\t\t\t\t\"mode\": \"OTHERS\",\n\t\t\t\t\"amount\": \"200.00\",\n\t\t\t\t\"balance\": \"41294.49\",\n\t\t\t\t\"type\": \"DEBIT\",\n\t\t\t\t\"narration\": \"GIB/000044233050/STAX /63900042212201900058 \",\n\t\t\t\t\"reference\": \"RFN00125037\",\n\t\t\t\t\"valueDate\": \"2019-12-22\"\n\t\t\t},\n\t\t\t{\n\t\t\t\t\"transactionTimestamp\": \"2019-12-25T06:04:44.000Z\",\n\t\t\t\t\"txnId\": \"M6550951\",\n\t\t\t\t\"mode\": \"ATM\",\n\t\t\t\t\"amount\": \"10000.00\",\n\t\t\t\t\"balance\": \"31294.49\",\n\t\t\t\t\"type\": \"DEBIT\",\n\t\t\t\t\"narration\": \"ATM/SECNQ998/CASH WDL/25-12-19 \",\n\t\t\t\t\"reference\": \"RFN00137443\",\n\t\t\t\t\"valueDate\": \"2019-12-25\"\n\t\t\t},\n\t\t\t{\n\t\t\t\t\"transactionTimestamp\": \"2019-12-30T03:01:47.000Z\",\n\t\t\t\t\"txnId\": \"M6880172\",\n\t\t\t\t\"mode\": \"FT\",\n\t\t\t\t\"amount\": \"2138.00\",\n\t\t\t\t\"balance\": \"29156.49\",\n\t\t\t\t\"type\": \"DEBIT\",\n\t\t\t\t\"narration\": \"ACH/TP Kotak Life Ins/1791288292 \",\n\t\t\t\t\"reference\": \"RFN00149849\",\n\t\t\t\t\"valueDate\": \"2019-12-30\"\n\t\t\t},\n\t\t\t{\n\t\t\t\t\"transactionTimestamp\": \"2019-12-30T04:26:44.000Z\",\n\t\t\t\t\"txnId\": \"M7209393\",\n\t\t\t\t\"mode\": \"FT\",\n\t\t\t\t\"amount\": \"330.00\",\n\t\t\t\t\"balance\": \"28826.49\",\n\t\t\t\t\"type\": \"DEBIT\",\n\t\t\t\t\"narration\": \"VIN/SWIGGY /201912301322/936407439400/ \",\n\t\t\t\t\"reference\": \"RFN00162255\",\n\t\t\t\t\"valueDate\": \"2019-12-30\"\n\t\t\t},\n\t\t\t{\n\t\t\t\t\"transactionTimestamp\": \"2019-12-30T07:45:04.000Z\",\n\t\t\t\t\"txnId\": \"M7867835\",\n\t\t\t\t\"mode\": \"OTHERS\",\n\t\t\t\t\"amount\": \"518.00\",\n\t\t\t\t\"balance\": \"27228.49\",\n\t\t\t\t\"type\": \"CREDIT\",\n\t\t\t\t\"narration\": \"000501523329:Int.Pd:30-09-2019 to 30-12-2019 \",\n\t\t\t\t\"reference\": \"RFN00187067\",\n\t\t\t\t\"valueDate\": \"2019-12-30\"\n\t\t\t},\n\t\t\t{\n\t\t\t\t\"transactionTimestamp\": \"2020-01-01T11:06:47.000Z\",\n\t\t\t\t\"txnId\": \"M8526277\",\n\t\t\t\t\"mode\": \"FT\",\n\t\t\t\t\"amount\": \"2097.44\",\n\t\t\t\t\"balance\": \"24769.05\",\n\t\t\t\t\"type\": \"DEBIT\",\n\t\t\t\t\"narration\": \"VIN/IRCTC /202001012059/000115145689/ \",\n\t\t\t\t\"reference\": \"RFN00211879\",\n\t\t\t\t\"valueDate\": \"2020-01-01\"\n\t\t\t},\n\t\t\t{\n\t\t\t\t\"transactionTimestamp\": \"2020-01-03T05:22:51.000Z\",\n\t\t\t\t\"txnId\": \"M9513940\",\n\t\t\t\t\"mode\": \"FT\",\n\t\t\t\t\"amount\": \"2024.55\",\n\t\t\t\t\"balance\": \"22576.5\",\n\t\t\t\t\"type\": \"DEBIT\",\n\t\t\t\t\"narration\": \"ACH/TP ExideLife/INGLife/1793513439 \",\n\t\t\t\t\"reference\": \"RFN00249097\",\n\t\t\t\t\"valueDate\": \"2020-01-03\"\n\t\t\t},\n\t\t\t{\n\t\t\t\t\"transactionTimestamp\": \"2020-01-04T19:43:17.000Z\",\n\t\t\t\t\"txnId\": \"M10501603\",\n\t\t\t\t\"mode\": \"CARD\",\n\t\t\t\t\"amount\": \"1297.00\",\n\t\t\t\t\"balance\": \"21193.5\",\n\t\t\t\t\"type\": \"DEBIT\",\n\t\t\t\t\"narration\": \"VPS/SWATHI HOSP/202001051605/000510633940/BANGALOR\",\n\t\t\t\t\"reference\": \"RFN00286315\",\n\t\t\t\t\"valueDate\": \"2020-01-05\"\n\t\t\t},\n\t\t\t{\n\t\t\t\t\"transactionTimestamp\": \"2020-01-04T20:32:25.000Z\",\n\t\t\t\t\"txnId\": \"M11160045\",\n\t\t\t\t\"mode\": \"CASH\",\n\t\t\t\t\"amount\": \"5000.00\",\n\t\t\t\t\"balance\": \"16176.5\",\n\t\t\t\t\"type\": \"DEBIT\",\n\t\t\t\t\"narration\": \"NFS/KBL18213/CASH WDL/05-01-20 \",\n\t\t\t\t\"reference\": \"RFN00311127\",\n\t\t\t\t\"valueDate\": \"2020-01-05\"\n\t\t\t},\n\t\t\t{\n\t\t\t\t\"transactionTimestamp\": \"2020-01-06T17:41:18.000Z\",\n\t\t\t\t\"txnId\": \"M11489266\",\n\t\t\t\t\"mode\": \"FT\",\n\t\t\t\t\"amount\": \"5000.00\",\n\t\t\t\t\"balance\": \"11176.5\",\n\t\t\t\t\"type\": \"DEBIT\",\n\t\t\t\t\"narration\": \"BIL/BPAY/001888932102/BSE ISIP/BSE000000034260 \",\n\t\t\t\t\"reference\": \"RFN00323533\",\n\t\t\t\t\"valueDate\": \"2020-01-06\"\n\t\t\t},\n\t\t\t{\n\t\t\t\t\"transactionTimestamp\": \"2020-01-07T00:52:27.000Z\",\n\t\t\t\t\"txnId\": \"M11818487\",\n\t\t\t\t\"mode\": \"FT\",\n\t\t\t\t\"amount\": \"5000.00\",\n\t\t\t\t\"balance\": \"6176.5\",\n\t\t\t\t\"type\": \"DEBIT\",\n\t\t\t\t\"narration\": \"BIL/BPAY/001889944243/BSE ISIP/BSE000000034260 \",\n\t\t\t\t\"reference\": \"RFN00335939\",\n\t\t\t\t\"valueDate\": \"2020-01-07\"\n\t\t\t},\n\t\t\t{\n\t\t\t\t\"transactionTimestamp\": \"2020-01-07T01:53:34.000Z\",\n\t\t\t\t\"txnId\": \"M12147708\",\n\t\t\t\t\"mode\": \"FT\",\n\t\t\t\t\"amount\": \"5000.00\",\n\t\t\t\t\"balance\": \"1176.5\",\n\t\t\t\t\"type\": \"DEBIT\",\n\t\t\t\t\"narration\": \"BIL/BPAY/001889918950/MOTILAL OS/MODIRECT-B02925 \",\n\t\t\t\t\"reference\": \"RFN00348345\",\n\t\t\t\t\"valueDate\": \"2020-01-07\"\n\t\t\t},\n\t\t\t{\n\t\t\t\t\"transactionTimestamp\": \"2020-01-07T14:55:32.000Z\",\n\t\t\t\t\"txnId\": \"M12806150\",\n\t\t\t\t\"mode\": \"FT\",\n\t\t\t\t\"amount\": \"3062.00\",\n\t\t\t\t\"balance\": \"3114.5\",\n\t\t\t\t\"type\": \"DEBIT\",\n\t\t\t\t\"narration\": \"CMS/000599599606/AD_LIC__648652702 \",\n\t\t\t\t\"reference\": \"RFN00373157\",\n\t\t\t\t\"valueDate\": \"2020-01-07\"\n\t\t\t},\n\t\t\t{\n\t\t\t\t\"transactionTimestamp\": \"2020-01-09T01:23:11.000Z\",\n\t\t\t\t\"txnId\": \"M14452255\",\n\t\t\t\t\"mode\": \"FT\",\n\t\t\t\t\"amount\": \"464.00\",\n\t\t\t\t\"balance\": \"31916.5\",\n\t\t\t\t\"type\": \"DEBIT\",\n\t\t\t\t\"narration\": \"VIN/DISH TV IND/202001091516/000909100480/ \",\n\t\t\t\t\"reference\": \"RFN00435187\",\n\t\t\t\t\"valueDate\": \"2020-01-09\"\n\t\t\t},\n\t\t\t{\n\t\t\t\t\"transactionTimestamp\": \"2020-01-09T01:31:17.000Z\",\n\t\t\t\t\"txnId\": \"M14781476\",\n\t\t\t\t\"mode\": \"FT\",\n\t\t\t\t\"amount\": \"50000.00\",\n\t\t\t\t\"balance\": \"81916.5\",\n\t\t\t\t\"type\": \"CREDIT\",\n\t\t\t\t\"narration\": \"BIL/INFT/001892335260/ \",\n\t\t\t\t\"reference\": \"RFN00447593\",\n\t\t\t\t\"valueDate\": \"2020-01-09\"\n\t\t\t},\n\t\t\t{\n\t\t\t\t\"transactionTimestamp\": \"2020-01-10T02:41:17.000Z\",\n\t\t\t\t\"txnId\": \"M15110697\",\n\t\t\t\t\"mode\": \"FT\",\n\t\t\t\t\"amount\": \"30000.00\",\n\t\t\t\t\"balance\": \"51916.5\",\n\t\t\t\t\"type\": \"DEBIT\",\n\t\t\t\t\"narration\": \"ACH/HDFCLTD/245261499 \",\n\t\t\t\t\"reference\": \"RFN00459999\",\n\t\t\t\t\"valueDate\": \"2020-01-10\"\n\t\t\t},\n\t\t\t{\n\t\t\t\t\"transactionTimestamp\": \"2020-01-10T02:44:13.000Z\",\n\t\t\t\t\"txnId\": \"M15439918\",\n\t\t\t\t\"mode\": \"CARD\",\n\t\t\t\t\"amount\": \"935.18\",\n\t\t\t\t\"balance\": \"50981.32\",\n\t\t\t\t\"type\": \"DEBIT\",\n\t\t\t\t\"narration\": \"VPS/AIRPLAZA RE/202001110253/001021150009/BANGALOR\",\n\t\t\t\t\"reference\": \"RFN00472405\",\n\t\t\t\t\"valueDate\": \"2020-01-10\"\n\t\t\t},\n\t\t\t{\n\t\t\t\t\"transactionTimestamp\": \"2020-01-11T17:37:17.000Z\",\n\t\t\t\t\"txnId\": \"M15769139\",\n\t\t\t\t\"mode\": \"CARD\",\n\t\t\t\t\"amount\": \"540.00\",\n\t\t\t\t\"balance\": \"50441.32\",\n\t\t\t\t\"type\": \"DEBIT\",\n\t\t\t\t\"narration\": \"IPS/SAI SARVANA/202001112152/000000000526/BANGALOR\",\n\t\t\t\t\"reference\": \"RFN00484811\",\n\t\t\t\t\"valueDate\": \"2020-01-11\"\n\t\t\t},\n\t\t\t{\n\t\t\t\t\"transactionTimestamp\": \"2020-01-11T18:42:22.000Z\",\n\t\t\t\t\"txnId\": \"M16098360\",\n\t\t\t\t\"mode\": \"UPI\",\n\t\t\t\t\"amount\": \"50.00\",\n\t\t\t\t\"balance\": \"50391.32\",\n\t\t\t\t\"type\": \"DEBIT\",\n\t\t\t\t\"narration\": \"UPI/001210722616/Collect/resident.uidai./HDFC BANK\",\n\t\t\t\t\"reference\": \"RFN00497217\",\n\t\t\t\t\"valueDate\": \"2020-01-12\"\n\t\t\t},\n\t\t\t{\n\t\t\t\t\"transactionTimestamp\": \"2020-01-11T18:55:16.000Z\",\n\t\t\t\t\"txnId\": \"M16427581\",\n\t\t\t\t\"mode\": \"FT\",\n\t\t\t\t\"amount\": \"150000.00\",\n\t\t\t\t\"balance\": \"200391.32\",\n\t\t\t\t\"type\": \"CREDIT\",\n\t\t\t\t\"narration\": \"SAL FINTECH PRODUCTS and SOLUTIONS DEC 2019\",\n\t\t\t\t\"reference\": \"RFN00509623\",\n\t\t\t\t\"valueDate\": \"2020-01-12\"\n\t\t\t},\n\t\t\t{\n\t\t\t\t\"transactionTimestamp\": \"2020-01-11T19:03:36.000Z\",\n\t\t\t\t\"txnId\": \"M16756802\",\n\t\t\t\t\"mode\": \"FT\",\n\t\t\t\t\"amount\": \"50000.00\",\n\t\t\t\t\"balance\": \"150391.32\",\n\t\t\t\t\"type\": \"DEBIT\",\n\t\t\t\t\"narration\": \"BIL/INFT/001894593460/ \",\n\t\t\t\t\"reference\": \"RFN00522029\",\n\t\t\t\t\"valueDate\": \"2020-01-12\"\n\t\t\t},\n\t\t\t{\n\t\t\t\t\"transactionTimestamp\": \"2020-01-11T19:15:47.000Z\",\n\t\t\t\t\"txnId\": \"M17086023\",\n\t\t\t\t\"mode\": \"FT\",\n\t\t\t\t\"amount\": \"12000.00\",\n\t\t\t\t\"balance\": \"138391.32\",\n\t\t\t\t\"type\": \"DEBIT\",\n\t\t\t\t\"narration\": \"MMT/IMPS/001211772937/Car Loan EMI/AKSHAY KUMAR /SBIN\",\n\t\t\t\t\"reference\": \"RFN00534435\",\n\t\t\t\t\"valueDate\": \"2020-01-12\"\n\t\t\t},\n\t\t\t{\n\t\t\t\t\"transactionTimestamp\": \"2020-01-11T19:31:57.000Z\",\n\t\t\t\t\"txnId\": \"M17415244\",\n\t\t\t\t\"mode\": \"FT\",\n\t\t\t\t\"amount\": \"12600.00\",\n\t\t\t\t\"balance\": \"125791.32\",\n\t\t\t\t\"type\": \"DEBIT\",\n\t\t\t\t\"narration\": \"MMT/IMPS/001211775491/Rent Jan 2020/SAILAKSHMI/HDF\",\n\t\t\t\t\"reference\": \"RFN00546841\",\n\t\t\t\t\"valueDate\": \"2020-01-12\"\n\t\t\t},\n\t\t\t{\n\t\t\t\t\"transactionTimestamp\": \"2020-01-11T19:56:54.000Z\",\n\t\t\t\t\"txnId\": \"M18073686\",\n\t\t\t\t\"mode\": \"FT\",\n\t\t\t\t\"amount\": \"24827.00\",\n\t\t\t\t\"balance\": \"98564.32\",\n\t\t\t\t\"type\": \"DEBIT\",\n\t\t\t\t\"narration\": \"MMT/IMPS/001212834904/HDFC CC PMT/HDFC CREDI/HDFC0\",\n\t\t\t\t\"reference\": \"RFN00571653\",\n\t\t\t\t\"valueDate\": \"2020-01-12\"\n\t\t\t},\n\t\t\t{\n\t\t\t\t\"transactionTimestamp\": \"2020-01-11T20:25:33.000Z\",\n\t\t\t\t\"txnId\": \"M19390570\",\n\t\t\t\t\"mode\": \"ATM\",\n\t\t\t\t\"amount\": \"10000.00\",\n\t\t\t\t\"balance\": \"86051.82\",\n\t\t\t\t\"type\": \"DEBIT\",\n\t\t\t\t\"narration\": \"ATM/SPCND430/CASH WDL/12-01-20 \",\n\t\t\t\t\"reference\": \"RFN00621277\",\n\t\t\t\t\"valueDate\": \"2020-01-12\"\n\t\t\t},\n\t\t\t{\n\t\t\t\t\"transactionTimestamp\": \"2020-01-15T11:40:10.000Z\",\n\t\t\t\t\"txnId\": \"M20049012\",\n\t\t\t\t\"mode\": \"UPI\",\n\t\t\t\t\"amount\": \"1000.00\",\n\t\t\t\t\"balance\": \"84991.82\",\n\t\t\t\t\"type\": \"DEBIT\",\n\t\t\t\t\"narration\": \"UPI/001520932727/Easebuzz/easebuzz.nbfc@h/HDFC BAN\",\n\t\t\t\t\"reference\": \"RFN00646089\",\n\t\t\t\t\"valueDate\": \"2020-01-15\"\n\t\t\t},\n\t\t\t{\n\t\t\t\t\"transactionTimestamp\": \"2020-01-17T15:50:33.000Z\",\n\t\t\t\t\"txnId\": \"M20707454\",\n\t\t\t\t\"mode\": \"CARD\",\n\t\t\t\t\"amount\": \"280.00\",\n\t\t\t\t\"balance\": \"84691.82\",\n\t\t\t\t\"type\": \"DEBIT\",\n\t\t\t\t\"narration\": \"VPS/SRI MANJUNA/202001180407/001722830111/BANGALOR\",\n\t\t\t\t\"reference\": \"RFN00670901\",\n\t\t\t\t\"valueDate\": \"2020-01-17\"\n\t\t\t},\n\t\t\t{\n\t\t\t\t\"transactionTimestamp\": \"2020-01-18T16:44:23.000Z\",\n\t\t\t\t\"txnId\": \"M21365896\",\n\t\t\t\t\"mode\": \"FT\",\n\t\t\t\t\"amount\": \"881.06\",\n\t\t\t\t\"balance\": \"83760.759999999995\",\n\t\t\t\t\"type\": \"DEBIT\",\n\t\t\t\t\"narration\": \"VIN/Bigtree Ent/202001181624/001821423259/ \",\n\t\t\t\t\"reference\": \"RFN00695713\",\n\t\t\t\t\"valueDate\": \"2020-01-18\"\n\t\t\t},\n\t\t\t{\n\t\t\t\t\"transactionTimestamp\": \"2020-01-24T13:44:23.000Z\",\n\t\t\t\t\"txnId\": \"M23341222\",\n\t\t\t\t\"mode\": \"CASH\",\n\t\t\t\t\"amount\": \"5000.00\",\n\t\t\t\t\"balance\": \"66926.759999999995\",\n\t\t\t\t\"type\": \"DEBIT\",\n\t\t\t\t\"narration\": \"NFS/40782067/CASH WDL/21-01-20 \",\n\t\t\t\t\"reference\": \"RFN00770149\",\n\t\t\t\t\"valueDate\": \"2020-01-24\"\n\t\t\t},\n\t\t\t{\n\t\t\t\t\"transactionTimestamp\": \"2020-01-26T13:48:44.000Z\",\n\t\t\t\t\"txnId\": \"M24328885\",\n\t\t\t\t\"mode\": \"UPI\",\n\t\t\t\t\"amount\": \"3041.91\",\n\t\t\t\t\"balance\": \"63394.85\",\n\t\t\t\t\"type\": \"DEBIT\",\n\t\t\t\t\"narration\": \"IPS/BIG BAZAAR /202001252118/000000023015/BANGALOR\",\n\t\t\t\t\"reference\": \"RFN00807367\",\n\t\t\t\t\"valueDate\": \"2020-01-26\"\n\t\t\t},\n\t\t\t{\n\t\t\t\t\"transactionTimestamp\": \"2020-01-28T06:42:33.000Z\",\n\t\t\t\t\"txnId\": \"M24658106\",\n\t\t\t\t\"mode\": \"UPI\",\n\t\t\t\t\"amount\": \"203.00\",\n\t\t\t\t\"balance\": \"63191.85\",\n\t\t\t\t\"type\": \"DEBIT\",\n\t\t\t\t\"narration\": \"UPI/002611196768/On tapping Pay/freshmenu@ybl/Yes \",\n\t\t\t\t\"reference\": \"RFN00819773\",\n\t\t\t\t\"valueDate\": \"2020-01-28\"\n\t\t\t},\n\t\t\t{\n\t\t\t\t\"transactionTimestamp\": \"2020-01-30T08:55:46.000Z\",\n\t\t\t\t\"txnId\": \"M24987327\",\n\t\t\t\t\"mode\": \"FT\",\n\t\t\t\t\"amount\": \"2138.00\",\n\t\t\t\t\"balance\": \"61053.85\",\n\t\t\t\t\"type\": \"DEBIT\",\n\t\t\t\t\"narration\": \"ACH/TP Kotak Life Ins/1800525191 \",\n\t\t\t\t\"reference\": \"RFN00832179\",\n\t\t\t\t\"valueDate\": \"2020-01-30\"\n\t\t\t},\n\t\t\t{\n\t\t\t\t\"transactionTimestamp\": \"2020-01-31T09:13:19.000Z\",\n\t\t\t\t\"txnId\": \"M25645769\",\n\t\t\t\t\"mode\": \"CARD\",\n\t\t\t\t\"amount\": \"300.00\",\n\t\t\t\t\"balance\": \"60728.85\",\n\t\t\t\t\"type\": \"DEBIT\",\n\t\t\t\t\"narration\": \"VPS/PREMIER SER/202001302249/003017151561/BANGALOR\",\n\t\t\t\t\"reference\": \"RFN00856991\",\n\t\t\t\t\"valueDate\": \"2020-01-31\"\n\t\t\t},\n\t\t\t{\n\t\t\t\t\"transactionTimestamp\": \"2020-01-31T10:21:44.000Z\",\n\t\t\t\t\"txnId\": \"M25974990\",\n\t\t\t\t\"mode\": \"UPI\",\n\t\t\t\t\"amount\": \"980.00\",\n\t\t\t\t\"balance\": \"59748.85\",\n\t\t\t\t\"type\": \"DEBIT\",\n\t\t\t\t\"narration\": \"UPI/003122708332/On tapping Pay/Q30019000@ybl/ICIC\",\n\t\t\t\t\"reference\": \"RFN00869397\",\n\t\t\t\t\"valueDate\": \"2020-01-31\"\n\t\t\t},\n\t\t\t{\n\t\t\t\t\"transactionTimestamp\": \"2020-02-01T04:40:36.000Z\",\n\t\t\t\t\"txnId\": \"M26304211\",\n\t\t\t\t\"mode\": \"UPI\",\n\t\t\t\t\"amount\": \"20.00\",\n\t\t\t\t\"balance\": \"59728.85\",\n\t\t\t\t\"type\": \"DEBIT\",\n\t\t\t\t\"narration\": \"UPI/003157736639/On tapping Pay/BHARATPE.904135/IC\",\n\t\t\t\t\"reference\": \"RFN00881803\",\n\t\t\t\t\"valueDate\": \"2020-02-01\"\n\t\t\t},\n\t\t\t{\n\t\t\t\t\"transactionTimestamp\": \"2020-02-02T03:44:35.000Z\",\n\t\t\t\t\"txnId\": \"M26962653\",\n\t\t\t\t\"mode\": \"CASH\",\n\t\t\t\t\"amount\": \"5000.00\",\n\t\t\t\t\"balance\": \"54568.85\",\n\t\t\t\t\"type\": \"DEBIT\",\n\t\t\t\t\"narration\": \"NFS/SWCW5580/CASH WDL/01-02-20 \",\n\t\t\t\t\"reference\": \"RFN00906615\",\n\t\t\t\t\"valueDate\": \"2020-02-02\"\n\t\t\t},\n\t\t\t{\n\t\t\t\t\"transactionTimestamp\": \"2020-02-02T05:48:49.000Z\",\n\t\t\t\t\"txnId\": \"M27291874\",\n\t\t\t\t\"mode\": \"FT\",\n\t\t\t\t\"amount\": \"5266.26\",\n\t\t\t\t\"balance\": \"49302.59\",\n\t\t\t\t\"type\": \"DEBIT\",\n\t\t\t\t\"narration\": \"BIL/INFT/001910188793/ICICI CC PMT/Self \",\n\t\t\t\t\"reference\": \"RFN00919021\",\n\t\t\t\t\"valueDate\": \"2020-02-02\"\n\t\t\t},\n\t\t\t{\n\t\t\t\t\"transactionTimestamp\": \"2020-02-03T05:59:56.000Z\",\n\t\t\t\t\"txnId\": \"M27621095\",\n\t\t\t\t\"mode\": \"CARD\",\n\t\t\t\t\"amount\": \"833.00\",\n\t\t\t\t\"balance\": \"48469.59\",\n\t\t\t\t\"type\": \"DEBIT\",\n\t\t\t\t\"narration\": \"BIL/ONL/001910495836/State Bank/SBICARD_RICI848/SB\",\n\t\t\t\t\"reference\": \"RFN00931427\",\n\t\t\t\t\"valueDate\": \"2020-02-03\"\n\t\t\t},\n\t\t\t{\n\t\t\t\t\"transactionTimestamp\": \"2020-02-03T06:25:55.000Z\",\n\t\t\t\t\"txnId\": \"M28279537\",\n\t\t\t\t\"mode\": \"FT\",\n\t\t\t\t\"amount\": \"2024.55\",\n\t\t\t\t\"balance\": \"46295.040000000001\",\n\t\t\t\t\"type\": \"DEBIT\",\n\t\t\t\t\"narration\": \"ACH/TP ExideLife/INGLife/1802506498 \",\n\t\t\t\t\"reference\": \"RFN00956239\",\n\t\t\t\t\"valueDate\": \"2020-02-03\"\n\t\t\t},\n\t\t\t{\n\t\t\t\t\"transactionTimestamp\": \"2020-02-05T05:48:49.000Z\",\n\t\t\t\t\"txnId\": \"M28937979\",\n\t\t\t\t\"mode\": \"CARD\",\n\t\t\t\t\"amount\": \"399.00\",\n\t\t\t\t\"balance\": \"45898.29\",\n\t\t\t\t\"type\": \"DEBIT\",\n\t\t\t\t\"narration\": \"VPS/SWATHI HOSP/202002041509/003509590219/BANGALOR\",\n\t\t\t\t\"reference\": \"RFN00981051\",\n\t\t\t\t\"valueDate\": \"2020-02-05\"\n\t\t\t},\n\t\t\t{\n\t\t\t\t\"transactionTimestamp\": \"2020-02-05T06:52:32.000Z\",\n\t\t\t\t\"txnId\": \"M29267200\",\n\t\t\t\t\"mode\": \"FT\",\n\t\t\t\t\"amount\": \"5000.00\",\n\t\t\t\t\"balance\": \"40898.29\",\n\t\t\t\t\"type\": \"DEBIT\",\n\t\t\t\t\"narration\": \"BIL/BPAY/001913373631/BSE ISIP/BSE000000034260 \",\n\t\t\t\t\"reference\": \"RFN00993457\",\n\t\t\t\t\"valueDate\": \"2020-02-05\"\n\t\t\t},\n\t\t\t{\n\t\t\t\t\"transactionTimestamp\": \"2020-02-07T11:03:47.000Z\",\n\t\t\t\t\"txnId\": \"M29596421\",\n\t\t\t\t\"mode\": \"CASH\",\n\t\t\t\t\"amount\": \"10000.00\",\n\t\t\t\t\"balance\": \"30898.29\",\n\t\t\t\t\"type\": \"DEBIT\",\n\t\t\t\t\"narration\": \"NFS/40782067/CASH WDL/05-02-20 \",\n\t\t\t\t\"reference\": \"RFN01005863\",\n\t\t\t\t\"valueDate\": \"2020-02-07\"\n\t\t\t},\n\t\t\t{\n\t\t\t\t\"transactionTimestamp\": \"2020-02-07T11:08:17.000Z\",\n\t\t\t\t\"txnId\": \"M29925642\",\n\t\t\t\t\"mode\": \"FT\",\n\t\t\t\t\"amount\": \"5000.00\",\n\t\t\t\t\"balance\": \"25898.29\",\n\t\t\t\t\"type\": \"DEBIT\",\n\t\t\t\t\"narration\": \"BIL/BPAY/001915367034/MOTILAL OS/MODIRECT-B02925 \",\n\t\t\t\t\"reference\": \"RFN01018269\",\n\t\t\t\t\"valueDate\": \"2020-02-07\"\n\t\t\t},\n\t\t\t{\n\t\t\t\t\"transactionTimestamp\": \"2020-02-07T11:09:55.000Z\",\n\t\t\t\t\"txnId\": \"M30254863\",\n\t\t\t\t\"mode\": \"FT\",\n\t\t\t\t\"amount\": \"5000.00\",\n\t\t\t\t\"balance\": \"20898.29\",\n\t\t\t\t\"type\": \"DEBIT\",\n\t\t\t\t\"narration\": \"BIL/BPAY/001915358808/BSE ISIP/BSE000000034260 \",\n\t\t\t\t\"reference\": \"RFN01030675\",\n\t\t\t\t\"valueDate\": \"2020-02-07\"\n\t\t\t},\n\t\t\t{\n\t\t\t\t\"transactionTimestamp\": \"2020-02-08T07:44:47.000Z\",\n\t\t\t\t\"txnId\": \"M30584084\",\n\t\t\t\t\"mode\": \"FT\",\n\t\t\t\t\"amount\": \"3062.00\",\n\t\t\t\t\"balance\": \"17836.29\",\n\t\t\t\t\"type\": \"DEBIT\",\n\t\t\t\t\"narration\": \"CMS/000611711611/AD_LIC__648652702 \",\n\t\t\t\t\"reference\": \"RFN01043081\",\n\t\t\t\t\"valueDate\": \"2020-02-08\"\n\t\t\t},\n\t\t\t{\n\t\t\t\t\"transactionTimestamp\": \"2020-02-08T08:58:54.000Z\",\n\t\t\t\t\"txnId\": \"M30913305\",\n\t\t\t\t\"mode\": \"FT\",\n\t\t\t\t\"amount\": \"464.00\",\n\t\t\t\t\"balance\": \"17372.29\",\n\t\t\t\t\"type\": \"DEBIT\",\n\t\t\t\t\"narration\": \"BIL/ONL/001916614369/Dish Infra/109767039469-10/DI\",\n\t\t\t\t\"reference\": \"RFN01055487\",\n\t\t\t\t\"valueDate\": \"2020-02-08\"\n\t\t\t},\n\t\t\t{\n\t\t\t\t\"transactionTimestamp\": \"2020-02-08T10:28:12.000Z\",\n\t\t\t\t\"txnId\": \"M31242526\",\n\t\t\t\t\"mode\": \"FT\",\n\t\t\t\t\"amount\": \"100.00\",\n\t\t\t\t\"balance\": \"17272.29\",\n\t\t\t\t\"type\": \"DEBIT\",\n\t\t\t\t\"narration\": \"BIL/ONL/001916723481/Bharti Air/airtel11karprep/Ai\",\n\t\t\t\t\"reference\": \"RFN01067893\",\n\t\t\t\t\"valueDate\": \"2020-02-08\"\n\t\t\t},\n\t\t\t{\n\t\t\t\t\"transactionTimestamp\": \"2020-02-08T10:39:24.000Z\",\n\t\t\t\t\"txnId\": \"M31571747\",\n\t\t\t\t\"mode\": \"FT\",\n\t\t\t\t\"amount\": \"150000.00\",\n\t\t\t\t\"balance\": \"167272.29\",\n\t\t\t\t\"type\": \"CREDIT\",\n\t\t\t\t\"narration\": \"SAL FINTECH PRODUCTS and SOLUTIONS JAN 2020\",\n\t\t\t\t\"reference\": \"RFN01080299\",\n\t\t\t\t\"valueDate\": \"2020-02-08\"\n\t\t\t},\n\t\t\t{\n\t\t\t\t\"transactionTimestamp\": \"2020-02-08T11:44:23.000Z\",\n\t\t\t\t\"txnId\": \"M31900968\",\n\t\t\t\t\"mode\": \"FT\",\n\t\t\t\t\"amount\": \"12000.00\",\n\t\t\t\t\"balance\": \"155272.29\",\n\t\t\t\t\"type\": \"DEBIT\",\n\t\t\t\t\"narration\": \"MMT/IMPS/003917379724/Twds Car EMI/AKSHAY KUMAR /SBIN\",\n\t\t\t\t\"reference\": \"RFN01092705\",\n\t\t\t\t\"valueDate\": \"2020-02-08\"\n\t\t\t},\n\t\t\t{\n\t\t\t\t\"transactionTimestamp\": \"2020-02-08T13:02:05.000Z\",\n\t\t\t\t\"txnId\": \"M32230189\",\n\t\t\t\t\"mode\": \"FT\",\n\t\t\t\t\"amount\": \"15000.00\",\n\t\t\t\t\"balance\": \"140272.29\",\n\t\t\t\t\"type\": \"DEBIT\",\n\t\t\t\t\"narration\": \"MMT/IMPS/003917381129/Rent Feb 2020/SAILAKSHMI/HDF\",\n\t\t\t\t\"reference\": \"RFN01105111\",\n\t\t\t\t\"valueDate\": \"2020-02-08\"\n\t\t\t},\n\t\t\t{\n\t\t\t\t\"transactionTimestamp\": \"2020-02-08T13:50:21.000Z\",\n\t\t\t\t\"txnId\": \"M32559410\",\n\t\t\t\t\"mode\": \"FT\",\n\t\t\t\t\"amount\": \"9095.00\",\n\t\t\t\t\"balance\": \"131177.29\",\n\t\t\t\t\"type\": \"DEBIT\",\n\t\t\t\t\"narration\": \"MMT/IMPS/003917401747/HDFC CC PMT/HDFC CREDI/HDFC0\",\n\t\t\t\t\"reference\": \"RFN01117517\",\n\t\t\t\t\"valueDate\": \"2020-02-08\"\n\t\t\t},\n\t\t\t{\n\t\t\t\t\"transactionTimestamp\": \"2020-02-09T18:41:01.000Z\",\n\t\t\t\t\"txnId\": \"M34205515\",\n\t\t\t\t\"mode\": \"CARD\",\n\t\t\t\t\"amount\": \"2656.00\",\n\t\t\t\t\"balance\": \"121058.29\",\n\t\t\t\t\"type\": \"DEBIT\",\n\t\t\t\t\"narration\": \"VPS/UTH FASHION/202002092044/004015649751/BANGALOR\",\n\t\t\t\t\"reference\": \"RFN01179547\",\n\t\t\t\t\"valueDate\": \"2020-02-10\"\n\t\t\t},\n\t\t\t{\n\t\t\t\t\"transactionTimestamp\": \"2020-02-09T19:32:09.000Z\",\n\t\t\t\t\"txnId\": \"M34534736\",\n\t\t\t\t\"mode\": \"FT\",\n\t\t\t\t\"amount\": \"30000.00\",\n\t\t\t\t\"balance\": \"91058.29\",\n\t\t\t\t\"type\": \"DEBIT\",\n\t\t\t\t\"narration\": \"ACH/HDFCLTD/247295911 \",\n\t\t\t\t\"reference\": \"RFN01191953\",\n\t\t\t\t\"valueDate\": \"2020-02-10\"\n\t\t\t},\n\t\t\t{\n\t\t\t\t\"transactionTimestamp\": \"2020-02-12T21:41:12.000Z\",\n\t\t\t\t\"txnId\": \"M35193178\",\n\t\t\t\t\"mode\": \"CARD\",\n\t\t\t\t\"amount\": \"2187.00\",\n\t\t\t\t\"balance\": \"87500.29\",\n\t\t\t\t\"type\": \"DEBIT\",\n\t\t\t\t\"narration\": \"VPS/LEVITATE BR/202002112208/004216049503/BANGALOR\",\n\t\t\t\t\"reference\": \"RFN01216765\",\n\t\t\t\t\"valueDate\": \"2020-02-13\"\n\t\t\t},\n\t\t\t{\n\t\t\t\t\"transactionTimestamp\": \"2020-02-13T22:45:43.000Z\",\n\t\t\t\t\"txnId\": \"M35522399\",\n\t\t\t\t\"mode\": \"CASH\",\n\t\t\t\t\"amount\": \"300.00\",\n\t\t\t\t\"balance\": \"87200.29\",\n\t\t\t\t\"type\": \"DEBIT\",\n\t\t\t\t\"narration\": \"NFS/01626621/CASH WDL/13-02-20 \",\n\t\t\t\t\"reference\": \"RFN01229171\",\n\t\t\t\t\"valueDate\": \"2020-02-14\"\n\t\t\t},\n\t\t\t{\n\t\t\t\t\"transactionTimestamp\": \"2020-02-16T00:47:36.000Z\",\n\t\t\t\t\"txnId\": \"M36180841\",\n\t\t\t\t\"mode\": \"FT\",\n\t\t\t\t\"amount\": \"20000.71\",\n\t\t\t\t\"balance\": \"67005.58\",\n\t\t\t\t\"type\": \"DEBIT\",\n\t\t\t\t\"narration\": \"BIL/ONL/001922566340/NPS Trust/XBCMFNPS_RICI85/NPS\",\n\t\t\t\t\"reference\": \"RFN01253983\",\n\t\t\t\t\"valueDate\": \"2020-02-16\"\n\t\t\t},\n\t\t\t{\n\t\t\t\t\"transactionTimestamp\": \"2020-02-19T05:44:44.000Z\",\n\t\t\t\t\"txnId\": \"M37826946\",\n\t\t\t\t\"mode\": \"UPI\",\n\t\t\t\t\"amount\": \"18.00\",\n\t\t\t\t\"balance\": \"65107.58\",\n\t\t\t\t\"type\": \"DEBIT\",\n\t\t\t\t\"narration\": \"UPI/004928011116/On tapping Pay/Q46323859@ybl/Unio\",\n\t\t\t\t\"reference\": \"RFN01316013\",\n\t\t\t\t\"valueDate\": \"2020-02-19\"\n\t\t\t},\n\t\t\t{\n\t\t\t\t\"transactionTimestamp\": \"2020-02-21T07:23:13.000Z\",\n\t\t\t\t\"txnId\": \"M39143830\",\n\t\t\t\t\"mode\": \"CARD\",\n\t\t\t\t\"amount\": \"165.00\",\n\t\t\t\t\"balance\": \"64574.58\",\n\t\t\t\t\"type\": \"DEBIT\",\n\t\t\t\t\"narration\": \"VPS/MARIYA MART/202002212105/005215700989/BENGALUR\",\n\t\t\t\t\"reference\": \"RFN01365637\",\n\t\t\t\t\"valueDate\": \"2020-02-21\"\n\t\t\t},\n\t\t\t{\n\t\t\t\t\"transactionTimestamp\": \"2020-02-22T07:59:47.000Z\",\n\t\t\t\t\"txnId\": \"M39802272\",\n\t\t\t\t\"mode\": \"CASH\",\n\t\t\t\t\"amount\": \"10000.00\",\n\t\t\t\t\"balance\": \"53509.58\",\n\t\t\t\t\"type\": \"DEBIT\",\n\t\t\t\t\"narration\": \"NFS/SWCW5580/CASH WDL/22-02-20 \",\n\t\t\t\t\"reference\": \"RFN01390449\",\n\t\t\t\t\"valueDate\": \"2020-02-22\"\n\t\t\t},\n\t\t\t{\n\t\t\t\t\"transactionTimestamp\": \"2020-02-22T08:00:11.000Z\",\n\t\t\t\t\"txnId\": \"M40131493\",\n\t\t\t\t\"mode\": \"UPI\",\n\t\t\t\t\"amount\": \"928.55\",\n\t\t\t\t\"balance\": \"52581.03\",\n\t\t\t\t\"type\": \"DEBIT\",\n\t\t\t\t\"narration\": \"UPI/005321449659/Zomato payment/zomato-order@pa/Pa\",\n\t\t\t\t\"reference\": \"RFN01402855\",\n\t\t\t\t\"valueDate\": \"2020-02-22\"\n\t\t\t},\n\t\t\t{\n\t\t\t\t\"transactionTimestamp\": \"2020-02-27T09:42:02.000Z\",\n\t\t\t\t\"txnId\": \"M40789935\",\n\t\t\t\t\"mode\": \"FT\",\n\t\t\t\t\"amount\": \"496.00\",\n\t\t\t\t\"balance\": \"52090.03\",\n\t\t\t\t\"type\": \"DEBIT\",\n\t\t\t\t\"narration\": \"VIN/WWW OLACABS/202002261039/005705021876/ \",\n\t\t\t\t\"reference\": \"RFN01427667\",\n\t\t\t\t\"valueDate\": \"2020-02-27\"\n\t\t\t},\n\t\t\t{\n\t\t\t\t\"transactionTimestamp\": \"2020-02-28T11:06:19.000Z\",\n\t\t\t\t\"txnId\": \"M41119156\",\n\t\t\t\t\"mode\": \"CARD\",\n\t\t\t\t\"amount\": \"170.00\",\n\t\t\t\t\"balance\": \"51920.03\",\n\t\t\t\t\"type\": \"DEBIT\",\n\t\t\t\t\"narration\": \"VPS/ROLLS ON WH/202002271409/005808024752/BANGALOR\",\n\t\t\t\t\"reference\": \"RFN01440073\",\n\t\t\t\t\"valueDate\": \"2020-02-28\"\n\t\t\t},\n\t\t\t{\n\t\t\t\t\"transactionTimestamp\": \"2020-02-29T12:15:28.000Z\",\n\t\t\t\t\"txnId\": \"M41777598\",\n\t\t\t\t\"mode\": \"FT\",\n\t\t\t\t\"amount\": \"2138.00\",\n\t\t\t\t\"balance\": \"49712.03\",\n\t\t\t\t\"type\": \"DEBIT\",\n\t\t\t\t\"narration\": \"ACH/TP Kotak Life Ins/1811082917 \",\n\t\t\t\t\"reference\": \"RFN01464885\",\n\t\t\t\t\"valueDate\": \"2020-02-29\"\n\t\t\t},\n\t\t\t{\n\t\t\t\t\"transactionTimestamp\": \"2020-03-03T01:49:47.000Z\",\n\t\t\t\t\"txnId\": \"M43423703\",\n\t\t\t\t\"mode\": \"FT\",\n\t\t\t\t\"amount\": \"2024.55\",\n\t\t\t\t\"balance\": \"46947.48\",\n\t\t\t\t\"type\": \"DEBIT\",\n\t\t\t\t\"narration\": \"ACH/TP ExideLife/INGLife/1812475429 \",\n\t\t\t\t\"reference\": \"RFN01526915\",\n\t\t\t\t\"valueDate\": \"2020-03-03\"\n\t\t\t},\n\t\t\t{\n\t\t\t\t\"transactionTimestamp\": \"2020-03-04T03:41:44.000Z\",\n\t\t\t\t\"txnId\": \"M44082145\",\n\t\t\t\t\"mode\": \"CARD\",\n\t\t\t\t\"amount\": \"10000.00\",\n\t\t\t\t\"balance\": \"36797.480000000003\",\n\t\t\t\t\"type\": \"DEBIT\",\n\t\t\t\t\"narration\": \"NFS/40782067/CASH WDL/03-03-20 \",\n\t\t\t\t\"reference\": \"RFN01551727\",\n\t\t\t\t\"valueDate\": \"2020-03-04\"\n\t\t\t},\n\t\t\t{\n\t\t\t\t\"transactionTimestamp\": \"2020-03-04T03:47:46.000Z\",\n\t\t\t\t\"txnId\": \"M44411366\",\n\t\t\t\t\"mode\": \"FT\",\n\t\t\t\t\"amount\": \"100000.00\",\n\t\t\t\t\"balance\": \"136797.48000000001\",\n\t\t\t\t\"type\": \"CREDIT\",\n\t\t\t\t\"narration\": \"SAL FINTECH PRODUCTS and SOLUTIONS MAR 2020\",\n\t\t\t\t\"reference\": \"RFN01564133\",\n\t\t\t\t\"valueDate\": \"2020-03-04\"\n\t\t\t},\n\t\t\t{\n\t\t\t\t\"transactionTimestamp\": \"2020-03-07T02:39:17.000Z\",\n\t\t\t\t\"txnId\": \"M45069808\",\n\t\t\t\t\"mode\": \"FT\",\n\t\t\t\t\"amount\": \"5000.00\",\n\t\t\t\t\"balance\": \"131235.48000000001\",\n\t\t\t\t\"type\": \"DEBIT\",\n\t\t\t\t\"narration\": \"BIL/BPAY/001937764765/BSE ISIP/BSE000000034260 \",\n\t\t\t\t\"reference\": \"RFN01588945\",\n\t\t\t\t\"valueDate\": \"2020-03-07\"\n\t\t\t},\n\t\t\t{\n\t\t\t\t\"transactionTimestamp\": \"2020-03-07T02:44:47.000Z\",\n\t\t\t\t\"txnId\": \"M45399029\",\n\t\t\t\t\"mode\": \"FT\",\n\t\t\t\t\"amount\": \"5000.00\",\n\t\t\t\t\"balance\": \"126235.48\",\n\t\t\t\t\"type\": \"DEBIT\",\n\t\t\t\t\"narration\": \"BIL/BPAY/001939911220/MOTILAL OS/MODIRECT-B02925 \",\n\t\t\t\t\"reference\": \"RFN01601351\",\n\t\t\t\t\"valueDate\": \"2020-03-07\"\n\t\t\t},\n\t\t\t{\n\t\t\t\t\"transactionTimestamp\": \"2020-03-07T04:01:44.000Z\",\n\t\t\t\t\"txnId\": \"M45728250\",\n\t\t\t\t\"mode\": \"FT\",\n\t\t\t\t\"amount\": \"3561.26\",\n\t\t\t\t\"balance\": \"122674.22\",\n\t\t\t\t\"type\": \"DEBIT\",\n\t\t\t\t\"narration\": \"BIL/INFT/001940171101/ICICI CC PMT/Self \",\n\t\t\t\t\"reference\": \"RFN01613757\",\n\t\t\t\t\"valueDate\": \"2020-03-07\"\n\t\t\t},\n\t\t\t{\n\t\t\t\t\"transactionTimestamp\": \"2020-03-07T05:03:37.000Z\",\n\t\t\t\t\"txnId\": \"M46057471\",\n\t\t\t\t\"mode\": \"FT\",\n\t\t\t\t\"amount\": \"15000.00\",\n\t\t\t\t\"balance\": \"107674.22\",\n\t\t\t\t\"type\": \"DEBIT\",\n\t\t\t\t\"narration\": \"MMT/IMPS/006711568031/Rent \",\n\t\t\t\t\"reference\": \"RFN01626163\",\n\t\t\t\t\"valueDate\": \"2020-03-07\"\n\t\t\t},\n\t\t\t{\n\t\t\t\t\"transactionTimestamp\": \"2020-03-07T05:09:11.000Z\",\n\t\t\t\t\"txnId\": \"M46386692\",\n\t\t\t\t\"mode\": \"FT\",\n\t\t\t\t\"amount\": \"12000.00\",\n\t\t\t\t\"balance\": \"95674.22\",\n\t\t\t\t\"type\": \"DEBIT\",\n\t\t\t\t\"narration\": \"MMT/IMPS/006711573661/Car Loan EMI/SBIN\",\n\t\t\t\t\"reference\": \"RFN01638569\",\n\t\t\t\t\"valueDate\": \"2020-03-07\"\n\t\t\t},\n\t\t\t{\n\t\t\t\t\"transactionTimestamp\": \"2020-03-07T09:44:35.000Z\",\n\t\t\t\t\"txnId\": \"M46715913\",\n\t\t\t\t\"mode\": \"FT\",\n\t\t\t\t\"amount\": \"17000.00\",\n\t\t\t\t\"balance\": \"78674.22\",\n\t\t\t\t\"type\": \"DEBIT\",\n\t\t\t\t\"narration\": \"BIL/INFT/001940175419/ \",\n\t\t\t\t\"reference\": \"RFN01650975\",\n\t\t\t\t\"valueDate\": \"2020-03-07\"\n\t\t\t},\n\t\t\t{\n\t\t\t\t\"transactionTimestamp\": \"2020-03-07T10:08:47.000Z\",\n\t\t\t\t\"txnId\": \"M47045134\",\n\t\t\t\t\"mode\": \"FT\",\n\t\t\t\t\"amount\": \"8559.00\",\n\t\t\t\t\"balance\": \"70115.22\",\n\t\t\t\t\"type\": \"DEBIT\",\n\t\t\t\t\"narration\": \"MMT/IMPS/006712597972/HDFC CC PMT/HDFC CREDI/HDFC0\",\n\t\t\t\t\"reference\": \"RFN01663381\",\n\t\t\t\t\"valueDate\": \"2020-03-07\"\n\t\t\t},\n\t\t\t{\n\t\t\t\t\"transactionTimestamp\": \"2020-03-07T10:19:21.000Z\",\n\t\t\t\t\"txnId\": \"M47374355\",\n\t\t\t\t\"mode\": \"FT\",\n\t\t\t\t\"amount\": \"50000.00\",\n\t\t\t\t\"balance\": \"120115.22\",\n\t\t\t\t\"type\": \"CREDIT\",\n\t\t\t\t\"narration\": \"MMT/IMPS/006712781113/TRANSFER TO SEL/AKSHAY KU/C\",\n\t\t\t\t\"reference\": \"RFN01675787\",\n\t\t\t\t\"valueDate\": \"2020-03-07\"\n\t\t\t},\n\t\t\t{\n\t\t\t\t\"transactionTimestamp\": \"2020-03-07T10:44:33.000Z\",\n\t\t\t\t\"txnId\": \"M47703576\",\n\t\t\t\t\"mode\": \"FT\",\n\t\t\t\t\"amount\": \"6336.00\",\n\t\t\t\t\"balance\": \"113779.22\",\n\t\t\t\t\"type\": \"DEBIT\",\n\t\t\t\t\"narration\": \"VIN/EASEMYTRIP /202003071359/006719220700/ \",\n\t\t\t\t\"reference\": \"RFN01688193\",\n\t\t\t\t\"valueDate\": \"2020-03-07\"\n\t\t\t},\n\t\t\t{\n\t\t\t\t\"transactionTimestamp\": \"2020-03-07T11:08:33.000Z\",\n\t\t\t\t\"txnId\": \"M48032797\",\n\t\t\t\t\"mode\": \"OTHERS\",\n\t\t\t\t\"amount\": \"3062.00\",\n\t\t\t\t\"balance\": \"110717.22\",\n\t\t\t\t\"type\": \"DEBIT\",\n\t\t\t\t\"narration\": \"CMS/000624000438/AD_LIC__648652702 \",\n\t\t\t\t\"reference\": \"RFN01700599\",\n\t\t\t\t\"valueDate\": \"2020-03-07\"\n\t\t\t},\n\t\t\t{\n\t\t\t\t\"transactionTimestamp\": \"2020-03-07T11:39:44.000Z\",\n\t\t\t\t\"txnId\": \"M48362018\",\n\t\t\t\t\"mode\": \"FT\",\n\t\t\t\t\"amount\": \"442.00\",\n\t\t\t\t\"balance\": \"110275.22\",\n\t\t\t\t\"type\": \"DEBIT\",\n\t\t\t\t\"narration\": \"IIN/I-Debit/DISH INFRA /202003071657/006701016468/\",\n\t\t\t\t\"reference\": \"RFN01713005\",\n\t\t\t\t\"valueDate\": \"2020-03-07\"\n\t\t\t},\n\t\t\t{\n\t\t\t\t\"transactionTimestamp\": \"2020-03-10T03:44:10.000Z\",\n\t\t\t\t\"txnId\": \"M49678902\",\n\t\t\t\t\"mode\": \"FT\",\n\t\t\t\t\"amount\": \"7534.00\",\n\t\t\t\t\"balance\": \"99586.12\",\n\t\t\t\t\"type\": \"DEBIT\",\n\t\t\t\t\"narration\": \"VIN/EASEMYTRIP /202003082121/006902048650/ \",\n\t\t\t\t\"reference\": \"RFN01762629\",\n\t\t\t\t\"valueDate\": \"2020-03-10\"\n\t\t\t},\n\t\t\t{\n\t\t\t\t\"transactionTimestamp\": \"2020-03-11T14:46:54.000Z\",\n\t\t\t\t\"txnId\": \"M50008123\",\n\t\t\t\t\"mode\": \"FT\",\n\t\t\t\t\"amount\": \"5000.00\",\n\t\t\t\t\"balance\": \"94586.12\",\n\t\t\t\t\"type\": \"DEBIT\",\n\t\t\t\t\"narration\": \"BIL/BPAY/001941514032/BSE ISIP/BSE000000034260 \",\n\t\t\t\t\"reference\": \"RFN01775035\",\n\t\t\t\t\"valueDate\": \"2020-03-11\"\n\t\t\t},\n\t\t\t{\n\t\t\t\t\"transactionTimestamp\": \"2020-03-14T04:54:18.000Z\",\n\t\t\t\t\"txnId\": \"M50337344\",\n\t\t\t\t\"mode\": \"FT\",\n\t\t\t\t\"amount\": \"30000.00\",\n\t\t\t\t\"balance\": \"64586.12\",\n\t\t\t\t\"type\": \"DEBIT\",\n\t\t\t\t\"narration\": \"ACH/HDFCLTD/249354424 \",\n\t\t\t\t\"reference\": \"RFN01787441\",\n\t\t\t\t\"valueDate\": \"2020-03-14\"\n\t\t\t},\n\t\t\t{\n\t\t\t\t\"transactionTimestamp\": \"2020-03-16T09:17:48.000Z\",\n\t\t\t\t\"txnId\": \"M50995786\",\n\t\t\t\t\"mode\": \"UPI\",\n\t\t\t\t\"amount\": \"600.00\",\n\t\t\t\t\"balance\": \"63846.12\",\n\t\t\t\t\"type\": \"DEBIT\",\n\t\t\t\t\"narration\": \"UPI/007420114201/Dentist/gpay-1116609841/Axis Bank\",\n\t\t\t\t\"reference\": \"RFN01812253\",\n\t\t\t\t\"valueDate\": \"2020-03-16\"\n\t\t\t},\n\t\t\t{\n\t\t\t\t\"transactionTimestamp\": \"2020-03-16T09:49:46.000Z\",\n\t\t\t\t\"txnId\": \"M51325007\",\n\t\t\t\t\"mode\": \"ATM\",\n\t\t\t\t\"amount\": \"10000.00\",\n\t\t\t\t\"balance\": \"53846.12\",\n\t\t\t\t\"type\": \"DEBIT\",\n\t\t\t\t\"narration\": \"ATM/SPCNF280/CASH WDL/14-03-20 \",\n\t\t\t\t\"reference\": \"RFN01824659\",\n\t\t\t\t\"valueDate\": \"2020-03-16\"\n\t\t\t},\n\t\t\t{\n\t\t\t\t\"transactionTimestamp\": \"2020-03-18T02:45:48.000Z\",\n\t\t\t\t\"txnId\": \"M51654228\",\n\t\t\t\t\"mode\": \"FT\",\n\t\t\t\t\"amount\": \"39104.24\",\n\t\t\t\t\"balance\": \"92950.36\",\n\t\t\t\t\"type\": \"CREDIT\",\n\t\t\t\t\"narration\": \"NEFT-SBIN420076198612-PRINCIPAL MUTUAL FUND-/ATTN//INB-\",\n\t\t\t\t\"reference\": \"RFN01837065\",\n\t\t\t\t\"valueDate\": \"2020-03-18\"\n\t\t\t},\n\t\t\t{\n\t\t\t\t\"transactionTimestamp\": \"2020-03-19T10:03:57.000Z\",\n\t\t\t\t\"txnId\": \"M51983449\",\n\t\t\t\t\"mode\": \"FT\",\n\t\t\t\t\"amount\": \"33070.22\",\n\t\t\t\t\"balance\": \"126020.58\",\n\t\t\t\t\"type\": \"CREDIT\",\n\t\t\t\t\"narration\": \"NEFT-CITIN20042002999-MOTILAL OSWAL MLTICP 35FUND RED A\",\n\t\t\t\t\"reference\": \"RFN01849471\",\n\t\t\t\t\"valueDate\": \"2020-03-19\"\n\t\t\t},\n\t\t\t{\n\t\t\t\t\"transactionTimestamp\": \"2020-03-19T10:56:55.000Z\",\n\t\t\t\t\"txnId\": \"M52641891\",\n\t\t\t\t\"mode\": \"FT\",\n\t\t\t\t\"amount\": \"62438.37\",\n\t\t\t\t\"balance\": \"187942.95\",\n\t\t\t\t\"type\": \"CREDIT\",\n\t\t\t\t\"narration\": \"NEFT-SBIN220079143128-PRINCIPAL MUTUAL FUND-/ATTN//INB-\",\n\t\t\t\t\"reference\": \"RFN01874283\",\n\t\t\t\t\"valueDate\": \"2020-03-19\"\n\t\t\t},\n\t\t\t{\n\t\t\t\t\"transactionTimestamp\": \"2020-03-19T11:09:11.000Z\",\n\t\t\t\t\"txnId\": \"M52971112\",\n\t\t\t\t\"mode\": \"FT\",\n\t\t\t\t\"amount\": \"106982.95\",\n\t\t\t\t\"balance\": \"294925.90000000002\",\n\t\t\t\t\"type\": \"CREDIT\",\n\t\t\t\t\"narration\": \"NEFT-CITIN20043807506-MTL OSWL NASDQ 100 FUND OF FUND R\",\n\t\t\t\t\"reference\": \"RFN01886689\",\n\t\t\t\t\"valueDate\": \"2020-03-19\"\n\t\t\t},\n\t\t\t{\n\t\t\t\t\"transactionTimestamp\": \"2020-03-21T05:45:33.000Z\",\n\t\t\t\t\"txnId\": \"M53300333\",\n\t\t\t\t\"mode\": \"FT\",\n\t\t\t\t\"amount\": \"150000.00\",\n\t\t\t\t\"balance\": \"144925.9\",\n\t\t\t\t\"type\": \"DEBIT\",\n\t\t\t\t\"narration\": \"SAL FINTECH PRODUCTS and SOLUTIONS FEB 2020\",\n\t\t\t\t\"reference\": \"RFN01899095\",\n\t\t\t\t\"valueDate\": \"2020-03-21\"\n\t\t\t},\n\t\t\t{\n\t\t\t\t\"transactionTimestamp\": \"2020-03-25T17:46:11.000Z\",\n\t\t\t\t\"txnId\": \"M54946438\",\n\t\t\t\t\"mode\": \"FT\",\n\t\t\t\t\"amount\": \"1574.00\",\n\t\t\t\t\"balance\": \"92291.82\",\n\t\t\t\t\"type\": \"DEBIT\",\n\t\t\t\t\"narration\": \"BIL/ONL/001951605503/State Bank/SBICARD_SICI864/SB\",\n\t\t\t\t\"reference\": \"RFN01961125\",\n\t\t\t\t\"valueDate\": \"2020-03-25\"\n\t\t\t},\n\t\t\t{\n\t\t\t\t\"transactionTimestamp\": \"2020-03-29T01:48:19.000Z\",\n\t\t\t\t\"txnId\": \"M56263322\",\n\t\t\t\t\"mode\": \"CASH\",\n\t\t\t\t\"amount\": \"10000.00\",\n\t\t\t\t\"balance\": \"81601.460000000006\",\n\t\t\t\t\"type\": \"DEBIT\",\n\t\t\t\t\"narration\": \"NFS/KBL18213/CASH WDL/28-03-20 \",\n\t\t\t\t\"reference\": \"RFN02010749\",\n\t\t\t\t\"valueDate\": \"2020-03-29\"\n\t\t\t},\n\t\t\t{\n\t\t\t\t\"transactionTimestamp\": \"2020-03-30T14:44:19.000Z\",\n\t\t\t\t\"txnId\": \"M56921764\",\n\t\t\t\t\"mode\": \"OTHERS\",\n\t\t\t\t\"amount\": \"594.00\",\n\t\t\t\t\"balance\": \"80996.460000000006\",\n\t\t\t\t\"type\": \"CREDIT\",\n\t\t\t\t\"narration\": \"000501523329:Int.Pd:31-12-2019 to 29-03-2020 \",\n\t\t\t\t\"reference\": \"RFN02035561\",\n\t\t\t\t\"valueDate\": \"2020-03-30\"\n\t\t\t},\n\t\t\t{\n\t\t\t\t\"transactionTimestamp\": \"2020-03-30T16:14:59.000Z\",\n\t\t\t\t\"txnId\": \"M57250985\",\n\t\t\t\t\"mode\": \"FT\",\n\t\t\t\t\"amount\": \"2138.00\",\n\t\t\t\t\"balance\": \"78858.460000000006\",\n\t\t\t\t\"type\": \"DEBIT\",\n\t\t\t\t\"narration\": \"ACH/TP Kotak Life Ins/1819650671 \",\n\t\t\t\t\"reference\": \"RFN02047967\",\n\t\t\t\t\"valueDate\": \"2020-03-30\"\n\t\t\t},\n\t\t\t{\n\t\t\t\t\"transactionTimestamp\": \"2020-04-02T13:55:32.000Z\",\n\t\t\t\t\"txnId\": \"M57580206\",\n\t\t\t\t\"mode\": \"CARD\",\n\t\t\t\t\"amount\": \"1575.00\",\n\t\t\t\t\"balance\": \"77283.460000000006\",\n\t\t\t\t\"type\": \"DEBIT\",\n\t\t\t\t\"narration\": \"VPS/MARIYA MART/202003301618/009010507447/BENGALUR\",\n\t\t\t\t\"reference\": \"RFN02060373\",\n\t\t\t\t\"valueDate\": \"2020-04-02\"\n\t\t\t},\n\t\t\t{\n\t\t\t\t\"transactionTimestamp\": \"2020-04-07T15:58:12.000Z\",\n\t\t\t\t\"txnId\": \"M58238648\",\n\t\t\t\t\"mode\": \"FT\",\n\t\t\t\t\"amount\": \"503.00\",\n\t\t\t\t\"balance\": \"76600.460000000006\",\n\t\t\t\t\"type\": \"DEBIT\",\n\t\t\t\t\"narration\": \"VIN/DISH TV IND/202004022210/009316172254/ \",\n\t\t\t\t\"reference\": \"RFN02085185\",\n\t\t\t\t\"valueDate\": \"2020-04-07\"\n\t\t\t},\n\t\t\t{\n\t\t\t\t\"transactionTimestamp\": \"2020-04-07T16:30:25.000Z\",\n\t\t\t\t\"txnId\": \"M58897090\",\n\t\t\t\t\"mode\": \"FT\",\n\t\t\t\t\"amount\": \"2024.55\",\n\t\t\t\t\"balance\": \"74425.91\",\n\t\t\t\t\"type\": \"DEBIT\",\n\t\t\t\t\"narration\": \"ACH/TP ExideLife/INGLife/1821585640 \",\n\t\t\t\t\"reference\": \"RFN02109997\",\n\t\t\t\t\"valueDate\": \"2020-04-07\"\n\t\t\t},\n\t\t\t{\n\t\t\t\t\"transactionTimestamp\": \"2020-04-07T16:53:11.000Z\",\n\t\t\t\t\"txnId\": \"M59226311\",\n\t\t\t\t\"mode\": \"FT\",\n\t\t\t\t\"amount\": \"5000.00\",\n\t\t\t\t\"balance\": \"69425.91\",\n\t\t\t\t\"type\": \"DEBIT\",\n\t\t\t\t\"narration\": \"BIL/BPAY/001962606701/BSE ISIP/BSE000000034260 \",\n\t\t\t\t\"reference\": \"RFN02122403\",\n\t\t\t\t\"valueDate\": \"2020-04-07\"\n\t\t\t},\n\t\t\t{\n\t\t\t\t\"transactionTimestamp\": \"2020-04-07T17:31:18.000Z\",\n\t\t\t\t\"txnId\": \"M59555532\",\n\t\t\t\t\"mode\": \"FT\",\n\t\t\t\t\"amount\": \"5000.00\",\n\t\t\t\t\"balance\": \"64425.91\",\n\t\t\t\t\"type\": \"DEBIT\",\n\t\t\t\t\"narration\": \"BIL/BPAY/001962608700/MOTILAL OS/MODIRECT-B02925 \",\n\t\t\t\t\"reference\": \"RFN02134809\",\n\t\t\t\t\"valueDate\": \"2020-04-07\"\n\t\t\t},\n\t\t\t{\n\t\t\t\t\"transactionTimestamp\": \"2020-04-08T06:52:07.000Z\",\n\t\t\t\t\"txnId\": \"M59884753\",\n\t\t\t\t\"mode\": \"FT\",\n\t\t\t\t\"amount\": \"5000.00\",\n\t\t\t\t\"balance\": \"59425.91\",\n\t\t\t\t\"type\": \"DEBIT\",\n\t\t\t\t\"narration\": \"BIL/BPAY/001962559893/BSE ISIP/BSE000000034260 \",\n\t\t\t\t\"reference\": \"RFN02147215\",\n\t\t\t\t\"valueDate\": \"2020-04-08\"\n\t\t\t},\n\t\t\t{\n\t\t\t\t\"transactionTimestamp\": \"2020-04-08T09:17:18.000Z\",\n\t\t\t\t\"txnId\": \"M60543195\",\n\t\t\t\t\"mode\": \"OTHERS\",\n\t\t\t\t\"amount\": \"3062.00\",\n\t\t\t\t\"balance\": \"56450.47\",\n\t\t\t\t\"type\": \"DEBIT\",\n\t\t\t\t\"narration\": \"CMS/000634264039/AD_LIC__648652702 \",\n\t\t\t\t\"reference\": \"RFN02172027\",\n\t\t\t\t\"valueDate\": \"2020-04-08\"\n\t\t\t},\n\t\t\t{\n\t\t\t\t\"transactionTimestamp\": \"2020-04-08T09:27:53.000Z\",\n\t\t\t\t\"txnId\": \"M60872416\",\n\t\t\t\t\"mode\": \"FT\",\n\t\t\t\t\"amount\": \"974.00\",\n\t\t\t\t\"balance\": \"55476.47\",\n\t\t\t\t\"type\": \"DEBIT\",\n\t\t\t\t\"narration\": \"BIL/ONL/001963344975/Easy Trip /wwweasemytripco/Fl\",\n\t\t\t\t\"reference\": \"RFN02184433\",\n\t\t\t\t\"valueDate\": \"2020-04-08\"\n\t\t\t},\n\t\t\t{\n\t\t\t\t\"transactionTimestamp\": \"2020-04-08T13:55:46.000Z\",\n\t\t\t\t\"txnId\": \"M61201637\",\n\t\t\t\t\"mode\": \"FT\",\n\t\t\t\t\"amount\": \"15408.00\",\n\t\t\t\t\"balance\": \"40068.47\",\n\t\t\t\t\"type\": \"DEBIT\",\n\t\t\t\t\"narration\": \"MMT/IMPS/009900364262/Credit Card/HDFC CREDI/HDFC0\",\n\t\t\t\t\"reference\": \"RFN02196839\",\n\t\t\t\t\"valueDate\": \"2020-04-08\"\n\t\t\t},\n\t\t\t{\n\t\t\t\t\"transactionTimestamp\": \"2020-04-09T17:39:17.000Z\",\n\t\t\t\t\"txnId\": \"M61530858\",\n\t\t\t\t\"mode\": \"FT\",\n\t\t\t\t\"amount\": \"100000.00\",\n\t\t\t\t\"balance\": \"140068.47\",\n\t\t\t\t\"type\": \"CREDIT\",\n\t\t\t\t\"narration\": \"SAL FINTECH PRODUCTS and SOLUTIONS MAR 2020\",\n\t\t\t\t\"reference\": \"RFN02209245\",\n\t\t\t\t\"valueDate\": \"2020-04-09\"\n\t\t\t},\n\t\t\t{\n\t\t\t\t\"transactionTimestamp\": \"2020-04-09T17:44:28.000Z\",\n\t\t\t\t\"txnId\": \"M61860079\",\n\t\t\t\t\"mode\": \"FT\",\n\t\t\t\t\"amount\": \"15000.00\",\n\t\t\t\t\"balance\": \"125068.47\",\n\t\t\t\t\"type\": \"DEBIT\",\n\t\t\t\t\"narration\": \"MMT/IMPS/009900356311/Rent/SAILAKSHMI/HDFC0000847 \",\n\t\t\t\t\"reference\": \"RFN02221651\",\n\t\t\t\t\"valueDate\": \"2020-04-09\"\n\t\t\t},\n\t\t\t{\n\t\t\t\t\"transactionTimestamp\": \"2020-04-09T17:58:42.000Z\",\n\t\t\t\t\"txnId\": \"M62189300\",\n\t\t\t\t\"mode\": \"FT\",\n\t\t\t\t\"amount\": \"12000.00\",\n\t\t\t\t\"balance\": \"115068.47\",\n\t\t\t\t\"type\": \"DEBIT\",\n\t\t\t\t\"narration\": \"MMT/IMPS/009900355713/For car loan EMI/SBIN\",\n\t\t\t\t\"reference\": \"RFN02234057\",\n\t\t\t\t\"valueDate\": \"2020-04-09\"\n\t\t\t},\n\t\t\t{\n\t\t\t\t\"transactionTimestamp\": \"2020-04-25T11:45:18.000Z\",\n\t\t\t\t\"txnId\": \"M64164626\",\n\t\t\t\t\"mode\": \"FT\",\n\t\t\t\t\"amount\": \"30000.00\",\n\t\t\t\t\"balance\": \"69343.47\",\n\t\t\t\t\"type\": \"DEBIT\",\n\t\t\t\t\"narration\": \"ACH/HDFCLTD/251443203 \",\n\t\t\t\t\"reference\": \"RFN02308493\",\n\t\t\t\t\"valueDate\": \"2020-04-25\"\n\t\t\t},\n\t\t\t{\n\t\t\t\t\"transactionTimestamp\": \"2020-05-02T14:46:54.000Z\",\n\t\t\t\t\"txnId\": \"M66469173\",\n\t\t\t\t\"mode\": \"FT\",\n\t\t\t\t\"amount\": \"3294.00\",\n\t\t\t\t\"balance\": \"64190.97\",\n\t\t\t\t\"type\": \"DEBIT\",\n\t\t\t\t\"narration\": \"BIL/ONL/001973684380/State Bank/SBICARD_SICI874/SB\",\n\t\t\t\t\"reference\": \"RFN02395335\",\n\t\t\t\t\"valueDate\": \"2020-05-02\"\n\t\t\t},\n\t\t\t{\n\t\t\t\t\"transactionTimestamp\": \"2020-05-04T05:52:57.000Z\",\n\t\t\t\t\"txnId\": \"M67127615\",\n\t\t\t\t\"mode\": \"FT\",\n\t\t\t\t\"amount\": \"2138.00\",\n\t\t\t\t\"balance\": \"61962.97\",\n\t\t\t\t\"type\": \"DEBIT\",\n\t\t\t\t\"narration\": \"ACH/TP Kotak Life Ins/1826771816 \",\n\t\t\t\t\"reference\": \"RFN02420147\",\n\t\t\t\t\"valueDate\": \"2020-05-04\"\n\t\t\t},\n\t\t\t{\n\t\t\t\t\"transactionTimestamp\": \"2020-05-06T09:45:45.000Z\",\n\t\t\t\t\"txnId\": \"M68444499\",\n\t\t\t\t\"mode\": \"FT\",\n\t\t\t\t\"amount\": \"2024.55\",\n\t\t\t\t\"balance\": \"59243.42\",\n\t\t\t\t\"type\": \"DEBIT\",\n\t\t\t\t\"narration\": \"ACH/TP ExideLife/INGLife/1827934796 \",\n\t\t\t\t\"reference\": \"RFN02469771\",\n\t\t\t\t\"valueDate\": \"2020-05-06\"\n\t\t\t},\n\t\t\t{\n\t\t\t\t\"transactionTimestamp\": \"2020-05-07T06:38:19.000Z\",\n\t\t\t\t\"txnId\": \"M68773720\",\n\t\t\t\t\"mode\": \"FT\",\n\t\t\t\t\"amount\": \"150000.00\",\n\t\t\t\t\"balance\": \"159243.42000000001\",\n\t\t\t\t\"type\": \"CREDIT\",\n\t\t\t\t\"narration\": \"SAL FINTECH PRODUCTS and SOLUTIONS APR 2020\",\n\t\t\t\t\"reference\": \"RFN02482177\",\n\t\t\t\t\"valueDate\": \"2020-05-07\"\n\t\t\t},\n\t\t\t{\n\t\t\t\t\"transactionTimestamp\": \"2020-05-09T13:03:56.000Z\",\n\t\t\t\t\"txnId\": \"M69761383\",\n\t\t\t\t\"mode\": \"FT\",\n\t\t\t\t\"amount\": \"5000.00\",\n\t\t\t\t\"balance\": \"147857.42000000001\",\n\t\t\t\t\"type\": \"DEBIT\",\n\t\t\t\t\"narration\": \"BIL/BPAY/001982030055/BSE ISIP/BSE000000034260 \",\n\t\t\t\t\"reference\": \"RFN02519395\",\n\t\t\t\t\"valueDate\": \"2020-05-09\"\n\t\t\t},\n\t\t\t{\n\t\t\t\t\"transactionTimestamp\": \"2020-05-09T13:42:12.000Z\",\n\t\t\t\t\"txnId\": \"M70090604\",\n\t\t\t\t\"mode\": \"OTHERS\",\n\t\t\t\t\"amount\": \"3062.00\",\n\t\t\t\t\"balance\": \"144795.42000000001\",\n\t\t\t\t\"type\": \"DEBIT\",\n\t\t\t\t\"narration\": \"CMS/000641754365/AD_LIC__648652702 \",\n\t\t\t\t\"reference\": \"RFN02531801\",\n\t\t\t\t\"valueDate\": \"2020-05-09\"\n\t\t\t},\n\t\t\t{\n\t\t\t\t\"transactionTimestamp\": \"2020-05-09T14:35:12.000Z\",\n\t\t\t\t\"txnId\": \"M70419825\",\n\t\t\t\t\"mode\": \"FT\",\n\t\t\t\t\"amount\": \"12000.00\",\n\t\t\t\t\"balance\": \"135795.42000000001\",\n\t\t\t\t\"type\": \"DEBIT\",\n\t\t\t\t\"narration\": \"MMT/IMPS/012923807671/For Car Loan/SBIN\",\n\t\t\t\t\"reference\": \"RFN02544207\",\n\t\t\t\t\"valueDate\": \"2020-05-09\"\n\t\t\t},\n\t\t\t{\n\t\t\t\t\"transactionTimestamp\": \"2020-10-05T17:41:19.000Z\",\n\t\t\t\t\"txnId\": \"M70749046\",\n\t\t\t\t\"mode\": \"FT\",\n\t\t\t\t\"amount\": \"9000.00\",\n\t\t\t\t\"balance\": \"131053.42\",\n\t\t\t\t\"type\": \"DEBIT\",\n\t\t\t\t\"narration\": \"BIL/001983772909/ICICI BANK CREDIT CA/524193208676\",\n\t\t\t\t\"reference\": \"RFN02556613\",\n\t\t\t\t\"valueDate\": \"2020-05-10\"\n\t\t\t},\n\t\t\t{\n\t\t\t\t\"transactionTimestamp\": \"2020-05-11T16:48:15.000Z\",\n\t\t\t\t\"txnId\": \"M71078267\",\n\t\t\t\t\"mode\": \"FT\",\n\t\t\t\t\"amount\": \"4742.00\",\n\t\t\t\t\"balance\": \"115657.42\",\n\t\t\t\t\"type\": \"DEBIT\",\n\t\t\t\t\"narration\": \"MMT/IMPS/013019273318/HDFC CC PMT/HDFC CREDI/HDFC0\",\n\t\t\t\t\"reference\": \"RFN02569019\",\n\t\t\t\t\"valueDate\": \"2020-05-11\"\n\t\t\t},\n\t\t\t{\n\t\t\t\t\"transactionTimestamp\": \"2020-05-15T15:50:37.000Z\",\n\t\t\t\t\"txnId\": \"M71407488\",\n\t\t\t\t\"mode\": \"FT\",\n\t\t\t\t\"amount\": \"15000.00\",\n\t\t\t\t\"balance\": \"100657.42\",\n\t\t\t\t\"type\": \"DEBIT\",\n\t\t\t\t\"narration\": \"MMT/IMPS/013019275684/Rent May 2020/SAILAKSHMI/HDF\",\n\t\t\t\t\"reference\": \"RFN02581425\",\n\t\t\t\t\"valueDate\": \"2020-05-15\"\n\t\t\t},\n\t\t\t{\n\t\t\t\t\"transactionTimestamp\": \"2020-05-19T13:55:32.000Z\",\n\t\t\t\t\"txnId\": \"M72065930\",\n\t\t\t\t\"mode\": \"FT\",\n\t\t\t\t\"amount\": \"30000.00\",\n\t\t\t\t\"balance\": \"70600.42\",\n\t\t\t\t\"type\": \"DEBIT\",\n\t\t\t\t\"narration\": \"ACH/HDFCLTD/253928436 \",\n\t\t\t\t\"reference\": \"RFN02606237\",\n\t\t\t\t\"valueDate\": \"2020-05-19\"\n\t\t\t},\n\t\t\t{\n\t\t\t\t\"transactionTimestamp\": \"2020-05-24T05:43:26.000Z\",\n\t\t\t\t\"txnId\": \"M73712035\",\n\t\t\t\t\"mode\": \"OTHERS\",\n\t\t\t\t\"amount\": \"12.00\",\n\t\t\t\t\"balance\": \"68415.42\",\n\t\t\t\t\"type\": \"DEBIT\",\n\t\t\t\t\"narration\": \"PMSBY RENEWAL PREMIUM FY 21 \",\n\t\t\t\t\"reference\": \"RFN02668267\",\n\t\t\t\t\"valueDate\": \"2020-05-24\"\n\t\t\t},\n\t\t\t{\n\t\t\t\t\"transactionTimestamp\": \"2020-05-25T08:47:37.000Z\",\n\t\t\t\t\"txnId\": \"M74041256\",\n\t\t\t\t\"mode\": \"FT\",\n\t\t\t\t\"amount\": \"4058.00\",\n\t\t\t\t\"balance\": \"64357.42\",\n\t\t\t\t\"type\": \"DEBIT\",\n\t\t\t\t\"narration\": \"BIL/001992356805/ICICI BANK CREDIT CA/431581009199\",\n\t\t\t\t\"reference\": \"RFN02680673\",\n\t\t\t\t\"valueDate\": \"2020-05-25\"\n\t\t\t},\n\t\t\t{\n\t\t\t\t\"transactionTimestamp\": \"2020-06-03T11:47:18.000Z\",\n\t\t\t\t\"txnId\": \"M75358140\",\n\t\t\t\t\"mode\": \"FT\",\n\t\t\t\t\"amount\": \"2138.00\",\n\t\t\t\t\"balance\": \"61125.42\",\n\t\t\t\t\"type\": \"DEBIT\",\n\t\t\t\t\"narration\": \"ACH/TP Kotak Life Ins/1832189136 \",\n\t\t\t\t\"reference\": \"RFN02730297\",\n\t\t\t\t\"valueDate\": \"2020-06-03\"\n\t\t\t},\n\t\t\t{\n\t\t\t\t\"transactionTimestamp\": \"2020-06-04T07:56:11.000Z\",\n\t\t\t\t\"txnId\": \"M76675024\",\n\t\t\t\t\"mode\": \"FT\",\n\t\t\t\t\"amount\": \"2024.55\",\n\t\t\t\t\"balance\": \"50851.87\",\n\t\t\t\t\"type\": \"DEBIT\",\n\t\t\t\t\"narration\": \"ACH/TP ExideLife/INGLife/1834310500 \",\n\t\t\t\t\"reference\": \"RFN02779921\",\n\t\t\t\t\"valueDate\": \"2020-06-04\"\n\t\t\t},\n\t\t\t{\n\t\t\t\t\"transactionTimestamp\": \"2020-06-08T13:05:14.000Z\",\n\t\t\t\t\"txnId\": \"M77333466\",\n\t\t\t\t\"mode\": \"FT\",\n\t\t\t\t\"amount\": \"100000.00\",\n\t\t\t\t\"balance\": \"141851.87\",\n\t\t\t\t\"type\": \"CREDIT\",\n\t\t\t\t\"narration\": \"SAL FINTECH PRODUCTS and SOLUTIONS MAY 2020\",\n\t\t\t\t\"reference\": \"RFN02804733\",\n\t\t\t\t\"valueDate\": \"2020-06-08\"\n\t\t\t},\n\t\t\t{\n\t\t\t\t\"transactionTimestamp\": \"2020-06-11T02:28:36.000Z\",\n\t\t\t\t\"txnId\": \"M77991908\",\n\t\t\t\t\"mode\": \"FT\",\n\t\t\t\t\"amount\": \"3000.00\",\n\t\t\t\t\"balance\": \"133851.87\",\n\t\t\t\t\"type\": \"DEBIT\",\n\t\t\t\t\"narration\": \"BIL/BPAY/002001526478/BSE ISIP/BSE000000034260 \",\n\t\t\t\t\"reference\": \"RFN02829545\",\n\t\t\t\t\"valueDate\": \"2020-06-11\"\n\t\t\t},\n\t\t\t{\n\t\t\t\t\"transactionTimestamp\": \"2020-06-11T02:39:17.000Z\",\n\t\t\t\t\"txnId\": \"M78321129\",\n\t\t\t\t\"mode\": \"OTHERS\",\n\t\t\t\t\"amount\": \"3062.00\",\n\t\t\t\t\"balance\": \"130789.87\",\n\t\t\t\t\"type\": \"DEBIT\",\n\t\t\t\t\"narration\": \"CMS/000651994446/AD_LIC__648652702 \",\n\t\t\t\t\"reference\": \"RFN02841951\",\n\t\t\t\t\"valueDate\": \"2020-06-11\"\n\t\t\t},\n\t\t\t{\n\t\t\t\t\"transactionTimestamp\": \"2020-06-11T03:41:45.000Z\",\n\t\t\t\t\"txnId\": \"M78650350\",\n\t\t\t\t\"mode\": \"FT\",\n\t\t\t\t\"amount\": \"30000.00\",\n\t\t\t\t\"balance\": \"100789.87\",\n\t\t\t\t\"type\": \"DEBIT\",\n\t\t\t\t\"narration\": \"ACH/HDFCLTD/256070866 \",\n\t\t\t\t\"reference\": \"RFN02854357\",\n\t\t\t\t\"valueDate\": \"2020-06-11\"\n\t\t\t},\n\t\t\t{\n\t\t\t\t\"transactionTimestamp\": \"2020-06-13T02:45:48.000Z\",\n\t\t\t\t\"txnId\": \"M78979571\",\n\t\t\t\t\"mode\": \"FT\",\n\t\t\t\t\"amount\": \"16037.22\",\n\t\t\t\t\"balance\": \"116827.09\",\n\t\t\t\t\"type\": \"CREDIT\",\n\t\t\t\t\"narration\": \"NEFT-SBIN120163800892-PRINCIPAL MUTUAL FUND-/ATTN//INB-\",\n\t\t\t\t\"reference\": \"RFN02866763\",\n\t\t\t\t\"valueDate\": \"2020-06-13\"\n\t\t\t},\n\t\t\t{\n\t\t\t\t\"transactionTimestamp\": \"2020-06-15T22:24:00.000Z\",\n\t\t\t\t\"txnId\": \"M79308792\",\n\t\t\t\t\"mode\": \"FT\",\n\t\t\t\t\"amount\": \"15691.88\",\n\t\t\t\t\"balance\": \"132518.97\",\n\t\t\t\t\"type\": \"CREDIT\",\n\t\t\t\t\"narration\": \"NEFT-CITIN20080903889-MOTILAL OSWAL MLTICP 35FUND RED A\",\n\t\t\t\t\"reference\": \"RFN02879169\",\n\t\t\t\t\"valueDate\": \"2020-06-16\"\n\t\t\t}\n\t\t]\n\t}\n}"},{"id":"603b4e3c-840a-46b2-9c37-8d869c6fecb0","name":"Error Example","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"key":"client_id","value":"{{Client_Id}}","type":"text"},{"key":"client_secret","value":"{{Client_Secret}}","type":"text"},{"key":"organisationId","value":"{{Organisation_Id}}","type":"text"},{"key":"appIdentifier","value":"{{App_Identifier}}","type":"text"}],"body":{"mode":"raw","raw":"{\n  \"linkReferenceNumber\": \"{{LinkRefNumber}}\",\n  \"consentID\": \"{{Consent_Id}}\"\n}"},"url":"{{Base_URL}}/getfidata"},"status":"Bad Request","code":400,"_postman_previewlanguage":null,"header":[{"key":"Date","value":"Wed, 01 Oct 2025 11:52:24 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"134"},{"key":"Connection","value":"keep-alive"},{"key":"Content-Security-Policy","value":"report-uri *.moneyone.in"},{"key":"Cross-Origin-Embedder-Policy","value":"require-corp"},{"key":"Cross-Origin-Opener-Policy","value":"same-origin"},{"key":"Cross-Origin-Resource-Policy","value":"same-origin"},{"key":"X-DNS-Prefetch-Control","value":"off"},{"key":"Expect-CT","value":"max-age=0"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"Strict-Transport-Security","value":"max-age=31536000; includeSubDomains"},{"key":"X-Download-Options","value":"noopen"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"Origin-Agent-Cluster","value":"?1"},{"key":"X-Permitted-Cross-Domain-Policies","value":"none"},{"key":"Referrer-Policy","value":"no-referrer"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"X-RateLimit-Limit","value":"1000"},{"key":"X-RateLimit-Remaining","value":"996"},{"key":"X-RateLimit-Reset","value":"1759319575"},{"key":"Access-Control-Allow-Origin","value":"*.moneyone.in"},{"key":"Access-Control-Allow-Methods","value":"GET, POST"},{"key":"Access-Control-Allow-Headers","value":"X-Requested-With,content-type"},{"key":"Access-Control-Allow-Credentials","value":"true"},{"key":"ETag","value":"W/\"86-JxkqMMMHY+HAO8u3H238vbu31Sk\""}],"cookie":[],"responseTime":null,"body":"{\n    \"ver\": \"1.21.0\",\n    \"timestamp\": \"2025-10-01T11:52:24.070Z\",\n    \"errorCode\": \"InvalidRequestPayload\",\n    \"errorMsg\": \"Invalid Link Reference Number\"\n}"}],"_postman_id":"7f5ccd4b-62a1-4901-accc-906bd11ad0e5"},{"name":"Get FI Data XML","id":"8b3f746e-e8fa-48cc-a177-753e0e8b497a","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"key":"client_id","value":"{{Client_Id}}","type":"text"},{"key":"client_secret","value":"{{Client_Secret}}","type":"text"},{"key":"organisationId","value":"{{Organisation_Id}}","type":"text"},{"key":"appIdentifier","value":"{{App_Identifier}}","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"consentID\": \"{{Consent_Id}}\",\r\n    \"linkReferenceNumber\": \"2f0e8d74-2b5f-4a4e-856d-2b73bf8ff792\"\r\n}","options":{"raw":{"language":"json"}}},"url":"{{Base_URL}}/xml/getfidata","description":"<p>This API provides the Transactions of a particular account in associated with the consent, in XML.</p>\n<p>Note :</p>\n<ul>\n<li><p>Ensure requested data is fetched as per consent parameters</p>\n</li>\n<li><p>For a Spend Analysis feature, this API can be used to just get only the transactions periodically.</p>\n</li>\n</ul>\n<h4 id=\"request-parameters\">Request Parameters</h4>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Parameter</strong></th>\n<th>Type</th>\n<th>Mandatory vs Optional</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>consentId</td>\n<td>string</td>\n<td>mandatory</td>\n<td>Unique Consent ID.</td>\n</tr>\n<tr>\n<td>linkReferenceNumber</td>\n<td>string</td>\n<td>mandatory</td>\n<td>Uniqure Link Refence Number of a specific account.</td>\n</tr>\n</tbody>\n</table>\n</div><h4 id=\"response-parameters\">Response Parameters</h4>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Parameter</strong></th>\n<th><strong>Type</strong></th>\n<th><strong>Mandatory vs Optional</strong></th>\n<th><strong>Description</strong></th>\n<th><strong>Supported Values</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>status</td>\n<td>string</td>\n<td>mandatory</td>\n<td>Status of the response.</td>\n<td>success, failure</td>\n</tr>\n<tr>\n<td>ver</td>\n<td>string</td>\n<td>mandatory</td>\n<td>Version of the API.</td>\n<td></td>\n</tr>\n<tr>\n<td>data.linkReferenceNumber</td>\n<td>string</td>\n<td>mandatory</td>\n<td>Link reference number of the account.</td>\n<td></td>\n</tr>\n<tr>\n<td>data.maskedAccountNumber</td>\n<td>string</td>\n<td>mandatory</td>\n<td>Masked account number.</td>\n<td></td>\n</tr>\n<tr>\n<td>data.balance</td>\n<td>string</td>\n<td>mandatory</td>\n<td>Account Balance.</td>\n<td></td>\n</tr>\n<tr>\n<td>data.fipName</td>\n<td>string</td>\n<td>mandatory</td>\n<td>FIP Name.</td>\n<td></td>\n</tr>\n<tr>\n<td>data.fipId</td>\n<td>string</td>\n<td>mandatory</td>\n<td>FIP Id.</td>\n<td></td>\n</tr>\n<tr>\n<td>data.fiType</td>\n<td>string</td>\n<td>mandatory</td>\n<td>Financial Information type.</td>\n<td>DEPOSIT, TERM_DEPOSIT, TERM-DEPOSIT, RECURRING_DEPOSIT</td>\n</tr>\n<tr>\n<td>data.fiData.transactionTimestamp</td>\n<td>string</td>\n<td>mandatory</td>\n<td>Timestamp of the transaction.</td>\n<td></td>\n</tr>\n<tr>\n<td>data.fiData.txnId</td>\n<td>string</td>\n<td>mandatory</td>\n<td>Transaction Id.</td>\n<td></td>\n</tr>\n<tr>\n<td>data.fiData.type</td>\n<td>string</td>\n<td>mandatory</td>\n<td>Type of transaction.</td>\n<td>CREDIT, DEBIT</td>\n</tr>\n<tr>\n<td>data.fiData.amount</td>\n<td>string</td>\n<td>mandatory</td>\n<td>Transaction Amount.</td>\n<td></td>\n</tr>\n<tr>\n<td>data.fiData.balance</td>\n<td>string</td>\n<td>mandatory</td>\n<td>Balance after the transaction.</td>\n<td></td>\n</tr>\n<tr>\n<td>data.fiData.mode</td>\n<td>string</td>\n<td>mandatory</td>\n<td>Transaction mode.</td>\n<td>CASH, UPI, IMPS, NEFT, RTGS, CARD, ATM, CHEQUE, DEMAND_DRAFT, AUTO_DEBIT, INTEREST_CREDIT, NACH, ECS, REMITTANCE,OTHERS</td>\n</tr>\n<tr>\n<td>data.fiData.narration</td>\n<td>string</td>\n<td>mandatory</td>\n<td>Description of the transaction.</td>\n<td></td>\n</tr>\n<tr>\n<td>data.fiData.reference</td>\n<td>string</td>\n<td>mandatory</td>\n<td>Transaction reference number e.g. Cheque number.</td>\n<td></td>\n</tr>\n<tr>\n<td>data.fiData.valueDate</td>\n<td>string</td>\n<td>mandatory</td>\n<td>Effective date of transaction.</td>\n<td></td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"path":["xml","getfidata"],"host":["{{Base_URL}}"],"query":[],"variable":[]}},"response":[{"id":"2fa70cb3-a73b-49e7-bb1f-5345a4951cbd","name":"Example","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"key":"client_id","value":"{{Client_Id}}","type":"text"},{"key":"client_secret","value":"{{Client_Secret}}","type":"text"},{"key":"organisationId","value":"{{Organisation_Id}}","type":"text"},{"key":"appIdentifier","value":"{{App_Identifier}}","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"consentID\": \"{{Consent_Id}}\",\r\n    \"linkReferenceNumber\": \"2f0e8d74-2b5f-4a4e-856d-2b73bf8ff792\"\r\n}","options":{"raw":{"language":"json"}}},"url":"{{Base_URL}}/xml/getfidata"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx"},{"key":"Date","value":"Thu, 19 May 2022 10:34:24 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"81353"},{"key":"Connection","value":"keep-alive"},{"key":"X-RateLimit-Limit","value":"1200"},{"key":"X-RateLimit-Remaining","value":"1199"},{"key":"X-RateLimit-Reset","value":"1652956523"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Content-Security-Policy","value":"report-uri *.moneyone.in"},{"key":"Access-Control-Allow-Methods","value":"GET, POST"},{"key":"Access-Control-Allow-Headers","value":"X-Requested-With,content-type"},{"key":"Access-Control-Allow-Credentials","value":"true"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"Strict-Transport-Security","value":"max-age=31536000; includeSubDomains"},{"key":"ETag","value":"W/\"13dc9-gELpeApNUGNgyR8arhJy9kAQDdI\""}],"cookie":[],"responseTime":null,"body":"{\n    \"ver\": \"1.17.0\",\n    \"status\": \"success\",\n    \"data\": [\n        {\n            \"linkRefNumber\": \"329f0998-53b3-4a15-a855-d48048dda0c9\",\n            \"maskedAccNumber\": \"XXXXXXXX7300\",\n            \"xmlData\": \"<?xml version=\\\"1.0\\\" encoding=\\\"utf-8\\\"?><Account linkedAccRef=\\\"329f0998-53b3-4a15-a855-d48048dda0c9\\\" maskedAccNumber=\\\"XXXXXXXX7300\\\" xmlns=\\\"http://api.rebit.org.in/FISchema/deposit\\\" xmlns:xsi=\\\"http://www.w3.org/2001/XMLSchema-instance\\\" xsi:schemaLocation=\\\"http://api.rebit.org.in/FISchema/deposit ../FISchema/deposit.xsd\\\" type=\\\"deposit\\\" version=\\\"1.1\\\"><Profile><Holders type=\\\"SINGLE\\\"><Holder address=\\\"8/1190, 5th Cross, 3rd Main, 7th Block, Jayanagar, Bangalore - 560011\\\" ckycCompliance=\\\"true\\\" dob=\\\"1947-08-15\\\" email=\\\"akshayku@gmail.com\\\" landline=\\\"\\\" mobile=\\\"7730808773\\\" name=\\\"Akshay Kumar\\\" nominee=\\\"REGISTERED\\\" pan=\\\"PGHPT0782D\\\"/></Holders></Profile><Summary currentBalance=\\\"207731.32\\\" currency=\\\"INR\\\" branch=\\\"Jayanagar 4th Block\\\" balanceDateTime=\\\"2023-11-22T07:03:49+00:00\\\" currentODLimit=\\\"0\\\" drawingLimit=\\\"0\\\" exchgeRate=\\\" \\\" facility=\\\"OD\\\" ifscCode=\\\"ICIC0001124\\\" micrCode=\\\"500240246\\\" openingDate=\\\"2004-08-06\\\" status=\\\"ACTIVE\\\" type=\\\"SAVINGS\\\"><Pending transactionType=\\\"DEBIT\\\" amount=\\\"0\\\"/></Summary><Transactions startDate=\\\"2022-11-22\\\" endDate=\\\"2023-11-22\\\"><Transaction amount=\\\"8911.68\\\" currentBalance=\\\"188352.08\\\" mode=\\\"Others\\\" narration=\\\"CMS/000651994446/AD_LIC__648652702 \\\" reference=\\\"RFN03779182\\\" transactionTimestamp=\\\"2022-11-23T06:33:00+00:00\\\" txnId=\\\"M9026162191\\\" type=\\\"CREDIT\\\" valueDate=\\\"2022-11-23\\\"/><Transaction amount=\\\"4220.64\\\" currentBalance=\\\"184131.44\\\" mode=\\\"FT\\\" narration=\\\"NEFT-CITIN20080903889-MOTILAL OSWAL MLTICP 35FUND RED A\\\" reference=\\\"RFN01587493\\\" transactionTimestamp=\\\"2022-11-24T06:33:00+00:00\\\" txnId=\\\"M573303411\\\" type=\\\"DEBIT\\\" valueDate=\\\"2022-11-24\\\"/><Transaction amount=\\\"3722.03\\\" currentBalance=\\\"187853.47\\\" mode=\\\"UPI\\\" narration=\\\"SAL FINTECH PRODUCTS and SOLUTIONS\\\" reference=\\\"RFN04898757\\\" transactionTimestamp=\\\"2022-11-25T06:33:00+00:00\\\" txnId=\\\"M4646417059\\\" type=\\\"CREDIT\\\" valueDate=\\\"2022-11-25\\\"/><Transaction amount=\\\"1680.18\\\" currentBalance=\\\"186173.29\\\" mode=\\\"Others\\\" narration=\\\"SAL FINTECH PRODUCTS and SOLUTIONS\\\" reference=\\\"RFN01565876\\\" transactionTimestamp=\\\"2022-11-26T06:33:00+00:00\\\" txnId=\\\"M3633671810\\\" type=\\\"DEBIT\\\" valueDate=\\\"2022-11-26\\\"/><Transaction amount=\\\"5393.11\\\" currentBalance=\\\"191566.4\\\" mode=\\\"Others\\\" narration=\\\"BIL/001992356805/ICICI BANK CREDIT CA/431581009199\\\" reference=\\\"RFN06612554\\\" transactionTimestamp=\\\"2022-11-27T06:33:00+00:00\\\" txnId=\\\"M868422266\\\" type=\\\"CREDIT\\\" valueDate=\\\"2022-11-27\\\"/><Transaction amount=\\\"3401.01\\\" currentBalance=\\\"194967.41\\\" mode=\\\"Others\\\" narration=\\\"MMT/IMPS/013019275684/Rent May 2020/SAILAKSHMI/HDF\\\" reference=\\\"RFN03328527\\\" transactionTimestamp=\\\"2022-11-28T06:33:00+00:00\\\" txnId=\\\"M9271787581\\\" type=\\\"CREDIT\\\" valueDate=\\\"2022-11-28\\\"/><Transaction amount=\\\"7460.87\\\" currentBalance=\\\"187506.54\\\" mode=\\\"CASH\\\" narration=\\\"MMT/IMPS/013019273318/HDFC CC PMT/HDFC CREDI/HDFC0\\\" reference=\\\"RFN09451220\\\" transactionTimestamp=\\\"2022-11-29T06:33:00+00:00\\\" txnId=\\\"M9730899616\\\" type=\\\"DEBIT\\\" valueDate=\\\"2022-11-29\\\"/><Transaction amount=\\\"3284.25\\\" currentBalance=\\\"184222.29\\\" mode=\\\"ATM\\\" narration=\\\"BIL/ONL/001973684380/State Bank/SBICARD_SICI874/SB\\\" reference=\\\"RFN02079907\\\" transactionTimestamp=\\\"2022-11-30T06:33:00+00:00\\\" txnId=\\\"M5100776625\\\" type=\\\"DEBIT\\\" valueDate=\\\"2022-11-30\\\"/><Transaction amount=\\\"7250.55\\\" currentBalance=\\\"176971.74\\\" mode=\\\"UPI\\\" narration=\\\"ACH/TP Kotak Life Ins/1826771816 \\\" reference=\\\"RFN04310379\\\" transactionTimestamp=\\\"2022-12-01T06:33:00+00:00\\\" txnId=\\\"M9646379977\\\" type=\\\"DEBIT\\\" valueDate=\\\"2022-12-01\\\"/><Transaction amount=\\\"3749.62\\\" currentBalance=\\\"173222.12\\\" mode=\\\"FT\\\" narration=\\\"ACH/HDFCLTD/256070866 \\\" reference=\\\"RFN04476306\\\" transactionTimestamp=\\\"2022-12-02T06:33:00+00:00\\\" txnId=\\\"M1243609026\\\" type=\\\"DEBIT\\\" valueDate=\\\"2022-12-02\\\"/><Transaction amount=\\\"5681.98\\\" currentBalance=\\\"178904.1\\\" mode=\\\"CASH\\\" narration=\\\"ACH/TP ExideLife/INGLife/1834310500 \\\" reference=\\\"RFN06649468\\\" transactionTimestamp=\\\"2022-12-03T06:33:00+00:00\\\" txnId=\\\"M3551239395\\\" type=\\\"CREDIT\\\" valueDate=\\\"2022-12-03\\\"/><Transaction amount=\\\"2962.89\\\" currentBalance=\\\"181866.99\\\" mode=\\\"ATM\\\" narration=\\\"NEFT-SBIN120163800892-PRINCIPAL MUTUAL FUND-/ATTN//INB-\\\" reference=\\\"RFN06318045\\\" transactionTimestamp=\\\"2022-12-04T06:33:00+00:00\\\" txnId=\\\"M1734944713\\\" type=\\\"CREDIT\\\" valueDate=\\\"2022-12-04\\\"/><Transaction amount=\\\"8835.50\\\" currentBalance=\\\"173031.49\\\" mode=\\\"CASH\\\" narration=\\\"BIL/001992356805/ICICI BANK CREDIT CA/431581009199\\\" reference=\\\"RFN01973727\\\" transactionTimestamp=\\\"2022-12-05T06:33:00+00:00\\\" txnId=\\\"M9776600979\\\" type=\\\"DEBIT\\\" valueDate=\\\"2022-12-05\\\"/><Transaction amount=\\\"6760.40\\\" currentBalance=\\\"166271.09\\\" mode=\\\"UPI\\\" narration=\\\"ACH/HDFCLTD/253928436 \\\" reference=\\\"RFN02707717\\\" transactionTimestamp=\\\"2022-12-06T06:33:00+00:00\\\" txnId=\\\"M2817068945\\\" type=\\\"DEBIT\\\" valueDate=\\\"2022-12-06\\\"/><Transaction amount=\\\"6418.32\\\" currentBalance=\\\"159852.77\\\" mode=\\\"UPI\\\" narration=\\\"BIL/BPAY/001982030055/BSE ISIP/BSE000000034260 \\\" reference=\\\"RFN09831957\\\" transactionTimestamp=\\\"2022-12-07T06:33:00+00:00\\\" txnId=\\\"M3575020520\\\" type=\\\"DEBIT\\\" valueDate=\\\"2022-12-07\\\"/><Transaction amount=\\\"3030.36\\\" currentBalance=\\\"156822.41\\\" mode=\\\"UPI\\\" narration=\\\"SAL FINTECH PRODUCTS and SOLUTIONS\\\" reference=\\\"RFN03279280\\\" transactionTimestamp=\\\"2022-12-08T06:33:00+00:00\\\" txnId=\\\"M8335937594\\\" type=\\\"DEBIT\\\" valueDate=\\\"2022-12-08\\\"/><Transaction amount=\\\"6109.25\\\" currentBalance=\\\"162931.66\\\" mode=\\\"CASH\\\" narration=\\\"BIL/BPAY/001982030055/BSE ISIP/BSE000000034260 \\\" reference=\\\"RFN05034003\\\" transactionTimestamp=\\\"2022-12-09T06:33:00+00:00\\\" txnId=\\\"M2503995981\\\" type=\\\"CREDIT\\\" valueDate=\\\"2022-12-09\\\"/><Transaction amount=\\\"9014.43\\\" currentBalance=\\\"153917.23\\\" mode=\\\"UPI\\\" narration=\\\"ACH/TP Kotak Life Ins/1832189136 \\\" reference=\\\"RFN05275714\\\" transactionTimestamp=\\\"2022-12-10T06:33:00+00:00\\\" txnId=\\\"M9801923555\\\" type=\\\"DEBIT\\\" valueDate=\\\"2022-12-10\\\"/><Transaction amount=\\\"4136.48\\\" currentBalance=\\\"149780.75\\\" mode=\\\"UPI\\\" narration=\\\"ACH/TP Kotak Life Ins/1832189136 \\\" reference=\\\"RFN09110762\\\" transactionTimestamp=\\\"2022-12-11T06:33:00+00:00\\\" txnId=\\\"M6769463744\\\" type=\\\"DEBIT\\\" valueDate=\\\"2022-12-11\\\"/><Transaction amount=\\\"3377.07\\\" currentBalance=\\\"153157.82\\\" mode=\\\"FT\\\" narration=\\\"ACH/HDFCLTD/251443203 \\\" reference=\\\"RFN03886587\\\" transactionTimestamp=\\\"2022-12-12T06:33:00+00:00\\\" txnId=\\\"M5849115392\\\" type=\\\"CREDIT\\\" valueDate=\\\"2022-12-12\\\"/><Transaction amount=\\\"3970.59\\\" currentBalance=\\\"157128.41\\\" mode=\\\"CASH\\\" narration=\\\"BIL/001983772909/ICICI BANK CREDIT CA/524193208676\\\" reference=\\\"RFN07637822\\\" transactionTimestamp=\\\"2022-12-13T06:33:00+00:00\\\" txnId=\\\"M629302789\\\" type=\\\"CREDIT\\\" valueDate=\\\"2022-12-13\\\"/><Transaction amount=\\\"6754.32\\\" currentBalance=\\\"163882.73\\\" mode=\\\"CASH\\\" narration=\\\"MMT/IMPS/012923807671/For Car Loan/SBIN\\\" reference=\\\"RFN09934465\\\" transactionTimestamp=\\\"2022-12-14T06:33:00+00:00\\\" txnId=\\\"M9968578036\\\" type=\\\"CREDIT\\\" valueDate=\\\"2022-12-14\\\"/><Transaction amount=\\\"7006.18\\\" currentBalance=\\\"170888.91\\\" mode=\\\"UPI\\\" narration=\\\"MMT/IMPS/013019275684/Rent May 2020/SAILAKSHMI/HDF\\\" reference=\\\"RFN03024121\\\" transactionTimestamp=\\\"2022-12-15T06:33:00+00:00\\\" txnId=\\\"M5854225143\\\" type=\\\"CREDIT\\\" valueDate=\\\"2022-12-15\\\"/><Transaction amount=\\\"6512.98\\\" currentBalance=\\\"177401.89\\\" mode=\\\"UPI\\\" narration=\\\"ACH/TP Kotak Life Ins/1832189136 \\\" reference=\\\"RFN09932403\\\" transactionTimestamp=\\\"2022-12-16T06:33:00+00:00\\\" txnId=\\\"M2043381823\\\" type=\\\"CREDIT\\\" valueDate=\\\"2022-12-16\\\"/><Transaction amount=\\\"3199.96\\\" currentBalance=\\\"180601.85\\\" mode=\\\"FT\\\" narration=\\\"BIL/ONL/001973684380/State Bank/SBICARD_SICI874/SB\\\" reference=\\\"RFN04934026\\\" transactionTimestamp=\\\"2022-12-17T06:33:00+00:00\\\" txnId=\\\"M1230912507\\\" type=\\\"CREDIT\\\" valueDate=\\\"2022-12-17\\\"/><Transaction amount=\\\"5824.58\\\" currentBalance=\\\"174777.27\\\" mode=\\\"ATM\\\" narration=\\\"SAL FINTECH PRODUCTS and SOLUTIONS\\\" reference=\\\"RFN03495155\\\" transactionTimestamp=\\\"2022-12-18T06:33:00+00:00\\\" txnId=\\\"M464183144\\\" type=\\\"DEBIT\\\" valueDate=\\\"2022-12-18\\\"/><Transaction amount=\\\"7105.98\\\" currentBalance=\\\"181883.25\\\" mode=\\\"Others\\\" narration=\\\"ACH/TP Kotak Life Ins/1826771816 \\\" reference=\\\"RFN04844512\\\" transactionTimestamp=\\\"2022-12-19T06:33:00+00:00\\\" txnId=\\\"M9026552171\\\" type=\\\"CREDIT\\\" valueDate=\\\"2022-12-19\\\"/><Transaction amount=\\\"3456.00\\\" currentBalance=\\\"185339.25\\\" mode=\\\"Others\\\" narration=\\\"PMSBY RENEWAL PREMIUM FY 21 \\\" reference=\\\"RFN04151484\\\" transactionTimestamp=\\\"2022-12-20T06:33:00+00:00\\\" txnId=\\\"M3975653462\\\" type=\\\"CREDIT\\\" valueDate=\\\"2022-12-20\\\"/><Transaction amount=\\\"9573.28\\\" currentBalance=\\\"194912.53\\\" mode=\\\"CASH\\\" narration=\\\"ACH/TP ExideLife/INGLife/1834310500 \\\" reference=\\\"RFN02536175\\\" transactionTimestamp=\\\"2022-12-21T06:33:00+00:00\\\" txnId=\\\"M301080263\\\" type=\\\"CREDIT\\\" valueDate=\\\"2022-12-21\\\"/><Transaction amount=\\\"6635.86\\\" currentBalance=\\\"188276.67\\\" mode=\\\"FT\\\" narration=\\\"MMT/IMPS/012923807671/For Car Loan/SBIN\\\" reference=\\\"RFN09092073\\\" transactionTimestamp=\\\"2022-12-22T06:33:00+00:00\\\" txnId=\\\"M7811192127\\\" type=\\\"DEBIT\\\" valueDate=\\\"2022-12-22\\\"/><Transaction amount=\\\"7975.83\\\" currentBalance=\\\"196252.5\\\" mode=\\\"Others\\\" narration=\\\"BIL/BPAY/001982030055/BSE ISIP/BSE000000034260 \\\" reference=\\\"RFN05416886\\\" transactionTimestamp=\\\"2022-12-23T06:33:00+00:00\\\" txnId=\\\"M7600095239\\\" type=\\\"CREDIT\\\" valueDate=\\\"2022-12-23\\\"/><Transaction amount=\\\"8498.06\\\" currentBalance=\\\"204750.56\\\" mode=\\\"UPI\\\" narration=\\\"NEFT-SBIN120163800892-PRINCIPAL MUTUAL FUND-/ATTN//INB-\\\" reference=\\\"RFN09857721\\\" transactionTimestamp=\\\"2022-12-24T06:33:00+00:00\\\" txnId=\\\"M6142495414\\\" type=\\\"CREDIT\\\" valueDate=\\\"2022-12-24\\\"/><Transaction amount=\\\"3098.27\\\" currentBalance=\\\"207848.83\\\" mode=\\\"ATM\\\" narration=\\\"MMT/IMPS/013019275684/Rent May 2020/SAILAKSHMI/HDF\\\" reference=\\\"RFN09593840\\\" transactionTimestamp=\\\"2022-12-25T06:33:00+00:00\\\" txnId=\\\"M5180307259\\\" type=\\\"CREDIT\\\" valueDate=\\\"2022-12-25\\\"/><Transaction amount=\\\"4944.43\\\" currentBalance=\\\"202904.4\\\" mode=\\\"Others\\\" narration=\\\"PMSBY RENEWAL PREMIUM FY 21 \\\" reference=\\\"RFN06262647\\\" transactionTimestamp=\\\"2022-12-26T06:33:00+00:00\\\" txnId=\\\"M9306496421\\\" type=\\\"DEBIT\\\" valueDate=\\\"2022-12-26\\\"/><Transaction amount=\\\"1012.47\\\" currentBalance=\\\"203916.87\\\" mode=\\\"UPI\\\" narration=\\\"MMT/IMPS/013019275684/Rent May 2020/SAILAKSHMI/HDF\\\" reference=\\\"RFN09656509\\\" transactionTimestamp=\\\"2022-12-27T06:33:00+00:00\\\" txnId=\\\"M7517398629\\\" type=\\\"CREDIT\\\" valueDate=\\\"2022-12-27\\\"/><Transaction amount=\\\"5764.50\\\" currentBalance=\\\"198152.37\\\" mode=\\\"Others\\\" narration=\\\"NEFT-SBIN120163800892-PRINCIPAL MUTUAL FUND-/ATTN//INB-\\\" reference=\\\"RFN01481964\\\" transactionTimestamp=\\\"2022-12-28T06:33:00+00:00\\\" txnId=\\\"M9155579242\\\" type=\\\"DEBIT\\\" valueDate=\\\"2022-12-28\\\"/><Transaction amount=\\\"8142.23\\\" currentBalance=\\\"206294.6\\\" mode=\\\"CASH\\\" narration=\\\"PMSBY RENEWAL PREMIUM FY 21 \\\" reference=\\\"RFN05497313\\\" transactionTimestamp=\\\"2022-12-29T06:33:00+00:00\\\" txnId=\\\"M3612187854\\\" type=\\\"CREDIT\\\" valueDate=\\\"2022-12-29\\\"/><Transaction amount=\\\"2922.31\\\" currentBalance=\\\"203372.29\\\" mode=\\\"ATM\\\" narration=\\\"SAL FINTECH PRODUCTS and SOLUTIONS\\\" reference=\\\"RFN07531060\\\" transactionTimestamp=\\\"2022-12-30T06:33:00+00:00\\\" txnId=\\\"M7596714776\\\" type=\\\"DEBIT\\\" valueDate=\\\"2022-12-30\\\"/><Transaction amount=\\\"1887.13\\\" currentBalance=\\\"201485.16\\\" mode=\\\"ATM\\\" narration=\\\"SAL FINTECH PRODUCTS and SOLUTIONS\\\" reference=\\\"RFN05386221\\\" transactionTimestamp=\\\"2022-12-31T06:33:00+00:00\\\" txnId=\\\"M7936257918\\\" type=\\\"DEBIT\\\" valueDate=\\\"2022-12-31\\\"/><Transaction amount=\\\"9962.81\\\" currentBalance=\\\"211447.97\\\" mode=\\\"UPI\\\" narration=\\\"MMT/IMPS/012923807671/For Car Loan/SBIN\\\" reference=\\\"RFN08120143\\\" transactionTimestamp=\\\"2023-01-01T06:33:00+00:00\\\" txnId=\\\"M816073489\\\" type=\\\"CREDIT\\\" valueDate=\\\"2023-01-01\\\"/><Transaction amount=\\\"2911.22\\\" currentBalance=\\\"208536.75\\\" mode=\\\"UPI\\\" narration=\\\"NEFT-SBIN120163800892-PRINCIPAL MUTUAL FUND-/ATTN//INB-\\\" reference=\\\"RFN02590069\\\" transactionTimestamp=\\\"2023-01-02T06:33:00+00:00\\\" txnId=\\\"M2672632565\\\" type=\\\"DEBIT\\\" valueDate=\\\"2023-01-02\\\"/><Transaction amount=\\\"8310.45\\\" currentBalance=\\\"200226.3\\\" mode=\\\"Others\\\" narration=\\\"ACH/TP Kotak Life Ins/1832189136 \\\" reference=\\\"RFN03019397\\\" transactionTimestamp=\\\"2023-01-03T06:33:00+00:00\\\" txnId=\\\"M7452566909\\\" type=\\\"DEBIT\\\" valueDate=\\\"2023-01-03\\\"/><Transaction amount=\\\"4333.43\\\" currentBalance=\\\"204559.73\\\" mode=\\\"ATM\\\" narration=\\\"NEFT-CITIN20080903889-MOTILAL OSWAL MLTICP 35FUND RED A\\\" reference=\\\"RFN09286157\\\" transactionTimestamp=\\\"2023-01-04T06:33:00+00:00\\\" txnId=\\\"M376878439\\\" type=\\\"CREDIT\\\" valueDate=\\\"2023-01-04\\\"/><Transaction amount=\\\"3309.22\\\" currentBalance=\\\"207868.95\\\" mode=\\\"Others\\\" narration=\\\"ACH/HDFCLTD/256070866 \\\" reference=\\\"RFN05648940\\\" transactionTimestamp=\\\"2023-01-05T06:33:00+00:00\\\" txnId=\\\"M3240327339\\\" type=\\\"CREDIT\\\" valueDate=\\\"2023-01-05\\\"/><Transaction amount=\\\"1238.59\\\" currentBalance=\\\"209107.54\\\" mode=\\\"CASH\\\" narration=\\\"MMT/IMPS/013019275684/Rent May 2020/SAILAKSHMI/HDF\\\" reference=\\\"RFN02221231\\\" transactionTimestamp=\\\"2023-01-06T06:33:00+00:00\\\" txnId=\\\"M6873036758\\\" type=\\\"CREDIT\\\" valueDate=\\\"2023-01-06\\\"/><Transaction amount=\\\"7382.50\\\" currentBalance=\\\"201725.04\\\" mode=\\\"FT\\\" narration=\\\"BIL/001983772909/ICICI BANK CREDIT CA/524193208676\\\" reference=\\\"RFN08959361\\\" transactionTimestamp=\\\"2023-01-07T06:33:00+00:00\\\" txnId=\\\"M8189850838\\\" type=\\\"DEBIT\\\" valueDate=\\\"2023-01-07\\\"/><Transaction amount=\\\"9047.58\\\" currentBalance=\\\"210772.62\\\" mode=\\\"ATM\\\" narration=\\\"SAL FINTECH PRODUCTS and SOLUTIONS\\\" reference=\\\"RFN09808931\\\" transactionTimestamp=\\\"2023-01-08T06:33:00+00:00\\\" txnId=\\\"M2499185378\\\" type=\\\"CREDIT\\\" valueDate=\\\"2023-01-08\\\"/><Transaction amount=\\\"1602.71\\\" currentBalance=\\\"209169.91\\\" mode=\\\"Others\\\" narration=\\\"BIL/BPAY/002001526478/BSE ISIP/BSE000000034260 \\\" reference=\\\"RFN07421570\\\" transactionTimestamp=\\\"2023-01-09T06:33:00+00:00\\\" txnId=\\\"M4314094247\\\" type=\\\"DEBIT\\\" valueDate=\\\"2023-01-09\\\"/><Transaction amount=\\\"3489.88\\\" currentBalance=\\\"205680.03\\\" mode=\\\"CASH\\\" narration=\\\"CMS/000641754365/AD_LIC__648652702 \\\" reference=\\\"RFN07207748\\\" transactionTimestamp=\\\"2023-01-10T06:33:00+00:00\\\" txnId=\\\"M7644823146\\\" type=\\\"DEBIT\\\" valueDate=\\\"2023-01-10\\\"/><Transaction amount=\\\"5845.96\\\" currentBalance=\\\"211525.99\\\" mode=\\\"ATM\\\" narration=\\\"MMT/IMPS/012923807671/For Car Loan/SBIN\\\" reference=\\\"RFN01134243\\\" transactionTimestamp=\\\"2023-01-11T06:33:00+00:00\\\" txnId=\\\"M7140525866\\\" type=\\\"CREDIT\\\" valueDate=\\\"2023-01-11\\\"/><Transaction amount=\\\"7096.20\\\" currentBalance=\\\"218622.19\\\" mode=\\\"ATM\\\" narration=\\\"PMSBY RENEWAL PREMIUM FY 21 \\\" reference=\\\"RFN01584708\\\" transactionTimestamp=\\\"2023-01-12T06:33:00+00:00\\\" txnId=\\\"M9614978917\\\" type=\\\"CREDIT\\\" valueDate=\\\"2023-01-12\\\"/><Transaction amount=\\\"5888.60\\\" currentBalance=\\\"212733.59\\\" mode=\\\"CASH\\\" narration=\\\"ACH/HDFCLTD/253928436 \\\" reference=\\\"RFN02348917\\\" transactionTimestamp=\\\"2023-01-13T06:33:00+00:00\\\" txnId=\\\"M5484515250\\\" type=\\\"DEBIT\\\" valueDate=\\\"2023-01-13\\\"/><Transaction amount=\\\"9276.28\\\" currentBalance=\\\"203457.31\\\" mode=\\\"FT\\\" narration=\\\"MMT/IMPS/013019275684/Rent May 2020/SAILAKSHMI/HDF\\\" reference=\\\"RFN08553293\\\" transactionTimestamp=\\\"2023-01-14T06:33:00+00:00\\\" txnId=\\\"M9240105566\\\" type=\\\"DEBIT\\\" valueDate=\\\"2023-01-14\\\"/><Transaction amount=\\\"9587.58\\\" currentBalance=\\\"213044.89\\\" mode=\\\"UPI\\\" narration=\\\"ACH/TP Kotak Life Ins/1826771816 \\\" reference=\\\"RFN06230356\\\" transactionTimestamp=\\\"2023-01-15T06:33:00+00:00\\\" txnId=\\\"M8124983092\\\" type=\\\"CREDIT\\\" valueDate=\\\"2023-01-15\\\"/><Transaction amount=\\\"8452.63\\\" currentBalance=\\\"204592.26\\\" mode=\\\"ATM\\\" narration=\\\"NEFT-CITIN20080903889-MOTILAL OSWAL MLTICP 35FUND RED A\\\" reference=\\\"RFN03174007\\\" transactionTimestamp=\\\"2023-01-16T06:33:00+00:00\\\" txnId=\\\"M7015439866\\\" type=\\\"DEBIT\\\" valueDate=\\\"2023-01-16\\\"/><Transaction amount=\\\"2759.60\\\" currentBalance=\\\"207351.86\\\" mode=\\\"FT\\\" narration=\\\"BIL/BPAY/001982030055/BSE ISIP/BSE000000034260 \\\" reference=\\\"RFN06230877\\\" transactionTimestamp=\\\"2023-01-17T06:33:00+00:00\\\" txnId=\\\"M5272385272\\\" type=\\\"CREDIT\\\" valueDate=\\\"2023-01-17\\\"/><Transaction amount=\\\"8398.74\\\" currentBalance=\\\"198953.12\\\" mode=\\\"FT\\\" narration=\\\"PMSBY RENEWAL PREMIUM FY 21 \\\" reference=\\\"RFN02437997\\\" transactionTimestamp=\\\"2023-01-18T06:33:00+00:00\\\" txnId=\\\"M4095884938\\\" type=\\\"DEBIT\\\" valueDate=\\\"2023-01-18\\\"/><Transaction amount=\\\"4749.43\\\" currentBalance=\\\"203702.55\\\" mode=\\\"CASH\\\" narration=\\\"BIL/BPAY/002001526478/BSE ISIP/BSE000000034260 \\\" reference=\\\"RFN04392459\\\" transactionTimestamp=\\\"2023-01-19T06:33:00+00:00\\\" txnId=\\\"M5099636915\\\" type=\\\"CREDIT\\\" valueDate=\\\"2023-01-19\\\"/><Transaction amount=\\\"7912.22\\\" currentBalance=\\\"211614.77\\\" mode=\\\"Others\\\" narration=\\\"BIL/BPAY/002001526478/BSE ISIP/BSE000000034260 \\\" reference=\\\"RFN04241345\\\" transactionTimestamp=\\\"2023-01-20T06:33:00+00:00\\\" txnId=\\\"M1011660986\\\" type=\\\"CREDIT\\\" valueDate=\\\"2023-01-20\\\"/><Transaction amount=\\\"5328.94\\\" currentBalance=\\\"216943.71\\\" mode=\\\"FT\\\" narration=\\\"BIL/BPAY/001982030055/BSE ISIP/BSE000000034260 \\\" reference=\\\"RFN02090805\\\" transactionTimestamp=\\\"2023-01-21T06:33:00+00:00\\\" txnId=\\\"M8542990017\\\" type=\\\"CREDIT\\\" valueDate=\\\"2023-01-21\\\"/><Transaction amount=\\\"4198.05\\\" currentBalance=\\\"212745.66\\\" mode=\\\"FT\\\" narration=\\\"BIL/BPAY/001982030055/BSE ISIP/BSE000000034260 \\\" reference=\\\"RFN02186357\\\" transactionTimestamp=\\\"2023-01-22T06:33:00+00:00\\\" txnId=\\\"M2317812184\\\" type=\\\"DEBIT\\\" valueDate=\\\"2023-01-22\\\"/><Transaction amount=\\\"3215.24\\\" currentBalance=\\\"215960.9\\\" mode=\\\"ATM\\\" narration=\\\"ACH/TP Kotak Life Ins/1826771816 \\\" reference=\\\"RFN01588859\\\" transactionTimestamp=\\\"2023-01-23T06:33:00+00:00\\\" txnId=\\\"M2515301751\\\" type=\\\"CREDIT\\\" valueDate=\\\"2023-01-23\\\"/><Transaction amount=\\\"3172.49\\\" currentBalance=\\\"219133.39\\\" mode=\\\"ATM\\\" narration=\\\"CMS/000641754365/AD_LIC__648652702 \\\" reference=\\\"RFN05327552\\\" transactionTimestamp=\\\"2023-01-24T06:33:00+00:00\\\" txnId=\\\"M5312157799\\\" type=\\\"CREDIT\\\" valueDate=\\\"2023-01-24\\\"/><Transaction amount=\\\"8608.00\\\" currentBalance=\\\"210525.39\\\" mode=\\\"CASH\\\" narration=\\\"PMSBY RENEWAL PREMIUM FY 21 \\\" reference=\\\"RFN05900940\\\" transactionTimestamp=\\\"2023-01-25T06:33:00+00:00\\\" txnId=\\\"M211636549\\\" type=\\\"DEBIT\\\" valueDate=\\\"2023-01-25\\\"/><Transaction amount=\\\"5428.74\\\" currentBalance=\\\"205096.65\\\" mode=\\\"Others\\\" narration=\\\"BIL/BPAY/002001526478/BSE ISIP/BSE000000034260 \\\" reference=\\\"RFN07230084\\\" transactionTimestamp=\\\"2023-01-26T06:33:00+00:00\\\" txnId=\\\"M2031450887\\\" type=\\\"DEBIT\\\" valueDate=\\\"2023-01-26\\\"/><Transaction amount=\\\"9363.19\\\" currentBalance=\\\"195733.46\\\" mode=\\\"Others\\\" narration=\\\"NEFT-SBIN120163800892-PRINCIPAL MUTUAL FUND-/ATTN//INB-\\\" reference=\\\"RFN08133137\\\" transactionTimestamp=\\\"2023-01-27T06:33:00+00:00\\\" txnId=\\\"M3752910868\\\" type=\\\"DEBIT\\\" valueDate=\\\"2023-01-27\\\"/><Transaction amount=\\\"5442.92\\\" currentBalance=\\\"201176.38\\\" mode=\\\"ATM\\\" narration=\\\"NEFT-SBIN120163800892-PRINCIPAL MUTUAL FUND-/ATTN//INB-\\\" reference=\\\"RFN07810195\\\" transactionTimestamp=\\\"2023-01-28T06:33:00+00:00\\\" txnId=\\\"M449978877\\\" type=\\\"CREDIT\\\" valueDate=\\\"2023-01-28\\\"/><Transaction amount=\\\"6482.37\\\" currentBalance=\\\"194694.01\\\" mode=\\\"ATM\\\" narration=\\\"BIL/001992356805/ICICI BANK CREDIT CA/431581009199\\\" reference=\\\"RFN06624537\\\" transactionTimestamp=\\\"2023-01-29T06:33:00+00:00\\\" txnId=\\\"M8005393685\\\" type=\\\"DEBIT\\\" valueDate=\\\"2023-01-29\\\"/><Transaction amount=\\\"4291.61\\\" currentBalance=\\\"190402.4\\\" mode=\\\"Others\\\" narration=\\\"ACH/HDFCLTD/256070866 \\\" reference=\\\"RFN07221865\\\" transactionTimestamp=\\\"2023-01-30T06:33:00+00:00\\\" txnId=\\\"M4433355085\\\" type=\\\"DEBIT\\\" valueDate=\\\"2023-01-30\\\"/><Transaction amount=\\\"7122.75\\\" currentBalance=\\\"197525.15\\\" mode=\\\"ATM\\\" narration=\\\"MMT/IMPS/012923807671/For Car Loan/SBIN\\\" reference=\\\"RFN02593465\\\" transactionTimestamp=\\\"2023-01-31T06:33:00+00:00\\\" txnId=\\\"M1525920414\\\" type=\\\"CREDIT\\\" valueDate=\\\"2023-01-31\\\"/><Transaction amount=\\\"1025.39\\\" currentBalance=\\\"196499.76\\\" mode=\\\"ATM\\\" narration=\\\"ACH/TP Kotak Life Ins/1826771816 \\\" reference=\\\"RFN05637872\\\" transactionTimestamp=\\\"2023-02-01T06:33:00+00:00\\\" txnId=\\\"M2561304857\\\" type=\\\"DEBIT\\\" valueDate=\\\"2023-02-01\\\"/><Transaction amount=\\\"5368.27\\\" currentBalance=\\\"201868.03\\\" mode=\\\"ATM\\\" narration=\\\"NEFT-SBIN120163800892-PRINCIPAL MUTUAL FUND-/ATTN//INB-\\\" reference=\\\"RFN04192464\\\" transactionTimestamp=\\\"2023-02-02T06:33:00+00:00\\\" txnId=\\\"M3474288062\\\" type=\\\"CREDIT\\\" valueDate=\\\"2023-02-02\\\"/><Transaction amount=\\\"8956.78\\\" currentBalance=\\\"210824.81\\\" mode=\\\"Others\\\" narration=\\\"MMT/IMPS/013019273318/HDFC CC PMT/HDFC CREDI/HDFC0\\\" reference=\\\"RFN08558924\\\" transactionTimestamp=\\\"2023-02-03T06:33:00+00:00\\\" txnId=\\\"M9199395026\\\" type=\\\"CREDIT\\\" valueDate=\\\"2023-02-03\\\"/><Transaction amount=\\\"5869.23\\\" currentBalance=\\\"216694.04\\\" mode=\\\"Others\\\" narration=\\\"NEFT-SBIN120163800892-PRINCIPAL MUTUAL FUND-/ATTN//INB-\\\" reference=\\\"RFN04603055\\\" transactionTimestamp=\\\"2023-02-04T06:33:00+00:00\\\" txnId=\\\"M2217900437\\\" type=\\\"CREDIT\\\" valueDate=\\\"2023-02-04\\\"/><Transaction amount=\\\"6643.93\\\" currentBalance=\\\"210050.11\\\" mode=\\\"CASH\\\" narration=\\\"CMS/000641754365/AD_LIC__648652702 \\\" reference=\\\"RFN07423994\\\" transactionTimestamp=\\\"2023-02-05T06:33:00+00:00\\\" txnId=\\\"M4605452438\\\" type=\\\"DEBIT\\\" valueDate=\\\"2023-02-05\\\"/><Transaction amount=\\\"3201.57\\\" currentBalance=\\\"206848.54\\\" mode=\\\"Others\\\" narration=\\\"BIL/BPAY/002001526478/BSE ISIP/BSE000000034260 \\\" reference=\\\"RFN06132851\\\" transactionTimestamp=\\\"2023-02-06T06:33:00+00:00\\\" txnId=\\\"M7828290957\\\" type=\\\"DEBIT\\\" valueDate=\\\"2023-02-06\\\"/><Transaction amount=\\\"6649.60\\\" currentBalance=\\\"200198.94\\\" mode=\\\"ATM\\\" narration=\\\"MMT/IMPS/013019275684/Rent May 2020/SAILAKSHMI/HDF\\\" reference=\\\"RFN02300917\\\" transactionTimestamp=\\\"2023-02-07T06:33:00+00:00\\\" txnId=\\\"M7227640535\\\" type=\\\"DEBIT\\\" valueDate=\\\"2023-02-07\\\"/><Transaction amount=\\\"3983.22\\\" currentBalance=\\\"196215.72\\\" mode=\\\"FT\\\" narration=\\\"BIL/BPAY/002001526478/BSE ISIP/BSE000000034260 \\\" reference=\\\"RFN07617518\\\" transactionTimestamp=\\\"2023-02-08T06:33:00+00:00\\\" txnId=\\\"M9836920175\\\" type=\\\"DEBIT\\\" valueDate=\\\"2023-02-08\\\"/><Transaction amount=\\\"4663.59\\\" currentBalance=\\\"200879.31\\\" mode=\\\"FT\\\" narration=\\\"NEFT-CITIN20080903889-MOTILAL OSWAL MLTICP 35FUND RED A\\\" reference=\\\"RFN02618580\\\" transactionTimestamp=\\\"2023-02-09T06:33:00+00:00\\\" txnId=\\\"M6228752662\\\" type=\\\"CREDIT\\\" valueDate=\\\"2023-02-09\\\"/><Transaction amount=\\\"6883.01\\\" currentBalance=\\\"193996.3\\\" mode=\\\"Others\\\" narration=\\\"ACH/TP ExideLife/INGLife/1834310500 \\\" reference=\\\"RFN05060315\\\" transactionTimestamp=\\\"2023-02-10T06:33:00+00:00\\\" txnId=\\\"M7925337632\\\" type=\\\"DEBIT\\\" valueDate=\\\"2023-02-10\\\"/><Transaction amount=\\\"2117.36\\\" currentBalance=\\\"196113.66\\\" mode=\\\"CASH\\\" narration=\\\"NEFT-CITIN20080903889-MOTILAL OSWAL MLTICP 35FUND RED A\\\" reference=\\\"RFN03624044\\\" transactionTimestamp=\\\"2023-02-11T06:33:00+00:00\\\" txnId=\\\"M7376357418\\\" type=\\\"CREDIT\\\" valueDate=\\\"2023-02-11\\\"/><Transaction amount=\\\"3223.46\\\" currentBalance=\\\"192890.2\\\" mode=\\\"ATM\\\" narration=\\\"CMS/000641754365/AD_LIC__648652702 \\\" reference=\\\"RFN05461383\\\" transactionTimestamp=\\\"2023-02-12T06:33:00+00:00\\\" txnId=\\\"M282875824\\\" type=\\\"DEBIT\\\" valueDate=\\\"2023-02-12\\\"/><Transaction amount=\\\"3069.52\\\" currentBalance=\\\"189820.68\\\" mode=\\\"CASH\\\" narration=\\\"BIL/001992356805/ICICI BANK CREDIT CA/431581009199\\\" reference=\\\"RFN02568824\\\" transactionTimestamp=\\\"2023-02-13T06:33:00+00:00\\\" txnId=\\\"M7094900428\\\" type=\\\"DEBIT\\\" valueDate=\\\"2023-02-13\\\"/><Transaction amount=\\\"9503.85\\\" currentBalance=\\\"199324.53\\\" mode=\\\"FT\\\" narration=\\\"SAL FINTECH PRODUCTS and SOLUTIONS\\\" reference=\\\"RFN06184787\\\" transactionTimestamp=\\\"2023-02-14T06:33:00+00:00\\\" txnId=\\\"M8975091259\\\" type=\\\"CREDIT\\\" valueDate=\\\"2023-02-14\\\"/><Transaction amount=\\\"7957.90\\\" currentBalance=\\\"191366.63\\\" mode=\\\"UPI\\\" narration=\\\"NEFT-SBIN120163800892-PRINCIPAL MUTUAL FUND-/ATTN//INB-\\\" reference=\\\"RFN06164529\\\" transactionTimestamp=\\\"2023-02-15T06:33:00+00:00\\\" txnId=\\\"M3684982317\\\" type=\\\"DEBIT\\\" valueDate=\\\"2023-02-15\\\"/><Transaction amount=\\\"4772.19\\\" currentBalance=\\\"196138.82\\\" mode=\\\"CASH\\\" narration=\\\"BIL/BPAY/001982030055/BSE ISIP/BSE000000034260 \\\" reference=\\\"RFN07301561\\\" transactionTimestamp=\\\"2023-02-16T06:33:00+00:00\\\" txnId=\\\"M9738994981\\\" type=\\\"CREDIT\\\" valueDate=\\\"2023-02-16\\\"/><Transaction amount=\\\"1682.99\\\" currentBalance=\\\"194455.83\\\" mode=\\\"UPI\\\" narration=\\\"BIL/001992356805/ICICI BANK CREDIT CA/431581009199\\\" reference=\\\"RFN02083392\\\" transactionTimestamp=\\\"2023-02-17T06:33:00+00:00\\\" txnId=\\\"M4388753766\\\" type=\\\"DEBIT\\\" valueDate=\\\"2023-02-17\\\"/><Transaction amount=\\\"6089.98\\\" currentBalance=\\\"188365.85\\\" mode=\\\"ATM\\\" narration=\\\"CMS/000641754365/AD_LIC__648652702 \\\" reference=\\\"RFN06241493\\\" transactionTimestamp=\\\"2023-02-18T06:33:00+00:00\\\" txnId=\\\"M1312975697\\\" type=\\\"DEBIT\\\" valueDate=\\\"2023-02-18\\\"/><Transaction amount=\\\"6579.08\\\" currentBalance=\\\"181786.77\\\" mode=\\\"CASH\\\" narration=\\\"MMT/IMPS/012923807671/For Car Loan/SBIN\\\" reference=\\\"RFN01278508\\\" transactionTimestamp=\\\"2023-02-19T06:33:00+00:00\\\" txnId=\\\"M9850498443\\\" type=\\\"DEBIT\\\" valueDate=\\\"2023-02-19\\\"/><Transaction amount=\\\"4100.99\\\" currentBalance=\\\"185887.76\\\" mode=\\\"CASH\\\" narration=\\\"ACH/HDFCLTD/251443203 \\\" reference=\\\"RFN06698721\\\" transactionTimestamp=\\\"2023-02-20T06:33:00+00:00\\\" txnId=\\\"M5961936835\\\" type=\\\"CREDIT\\\" valueDate=\\\"2023-02-20\\\"/><Transaction amount=\\\"4764.74\\\" currentBalance=\\\"190652.5\\\" mode=\\\"UPI\\\" narration=\\\"CMS/000641754365/AD_LIC__648652702 \\\" reference=\\\"RFN06246782\\\" transactionTimestamp=\\\"2023-02-21T06:33:00+00:00\\\" txnId=\\\"M2977795087\\\" type=\\\"CREDIT\\\" valueDate=\\\"2023-02-21\\\"/><Transaction amount=\\\"1942.79\\\" currentBalance=\\\"192595.29\\\" mode=\\\"FT\\\" narration=\\\"MMT/IMPS/013019275684/Rent May 2020/SAILAKSHMI/HDF\\\" reference=\\\"RFN04315033\\\" transactionTimestamp=\\\"2023-02-22T06:33:00+00:00\\\" txnId=\\\"M9895306299\\\" type=\\\"CREDIT\\\" valueDate=\\\"2023-02-22\\\"/><Transaction amount=\\\"1614.24\\\" currentBalance=\\\"194209.53\\\" mode=\\\"CASH\\\" narration=\\\"BIL/001983772909/ICICI BANK CREDIT CA/524193208676\\\" reference=\\\"RFN07073594\\\" transactionTimestamp=\\\"2023-02-23T06:33:00+00:00\\\" txnId=\\\"M1673098756\\\" type=\\\"CREDIT\\\" valueDate=\\\"2023-02-23\\\"/><Transaction amount=\\\"2032.33\\\" currentBalance=\\\"192177.2\\\" mode=\\\"UPI\\\" narration=\\\"SAL FINTECH PRODUCTS and SOLUTIONS\\\" reference=\\\"RFN07595949\\\" transactionTimestamp=\\\"2023-02-24T06:33:00+00:00\\\" txnId=\\\"M5514146954\\\" type=\\\"DEBIT\\\" valueDate=\\\"2023-02-24\\\"/><Transaction amount=\\\"6445.04\\\" currentBalance=\\\"185732.16\\\" mode=\\\"FT\\\" narration=\\\"ACH/HDFCLTD/251443203 \\\" reference=\\\"RFN01241922\\\" transactionTimestamp=\\\"2023-02-25T06:33:00+00:00\\\" txnId=\\\"M4343809850\\\" type=\\\"DEBIT\\\" valueDate=\\\"2023-02-25\\\"/><Transaction amount=\\\"6834.26\\\" currentBalance=\\\"192566.42\\\" mode=\\\"FT\\\" narration=\\\"CMS/000641754365/AD_LIC__648652702 \\\" reference=\\\"RFN05527865\\\" transactionTimestamp=\\\"2023-02-26T06:33:00+00:00\\\" txnId=\\\"M1641758024\\\" type=\\\"CREDIT\\\" valueDate=\\\"2023-02-26\\\"/><Transaction amount=\\\"7780.76\\\" currentBalance=\\\"184785.66\\\" mode=\\\"ATM\\\" narration=\\\"MMT/IMPS/013019273318/HDFC CC PMT/HDFC CREDI/HDFC0\\\" reference=\\\"RFN09535479\\\" transactionTimestamp=\\\"2023-02-27T06:33:00+00:00\\\" txnId=\\\"M9952192581\\\" type=\\\"DEBIT\\\" valueDate=\\\"2023-02-27\\\"/><Transaction amount=\\\"5730.43\\\" currentBalance=\\\"179055.23\\\" mode=\\\"Others\\\" narration=\\\"ACH/TP ExideLife/INGLife/1834310500 \\\" reference=\\\"RFN03165374\\\" transactionTimestamp=\\\"2023-02-28T06:33:00+00:00\\\" txnId=\\\"M1329561189\\\" type=\\\"DEBIT\\\" valueDate=\\\"2023-02-28\\\"/><Transaction amount=\\\"5196.59\\\" currentBalance=\\\"184251.82\\\" mode=\\\"FT\\\" narration=\\\"ACH/HDFCLTD/256070866 \\\" reference=\\\"RFN03747833\\\" transactionTimestamp=\\\"2023-03-01T06:33:00+00:00\\\" txnId=\\\"M8704413345\\\" type=\\\"CREDIT\\\" valueDate=\\\"2023-03-01\\\"/><Transaction amount=\\\"1840.51\\\" currentBalance=\\\"186092.33\\\" mode=\\\"CASH\\\" narration=\\\"BIL/BPAY/001982030055/BSE ISIP/BSE000000034260 \\\" reference=\\\"RFN03382474\\\" transactionTimestamp=\\\"2023-03-02T06:33:00+00:00\\\" txnId=\\\"M450278019\\\" type=\\\"CREDIT\\\" valueDate=\\\"2023-03-02\\\"/><Transaction amount=\\\"4855.71\\\" currentBalance=\\\"181236.62\\\" mode=\\\"CASH\\\" narration=\\\"SAL FINTECH PRODUCTS and SOLUTIONS\\\" reference=\\\"RFN08054029\\\" transactionTimestamp=\\\"2023-03-03T06:33:00+00:00\\\" txnId=\\\"M6903021317\\\" type=\\\"DEBIT\\\" valueDate=\\\"2023-03-03\\\"/><Transaction amount=\\\"3479.09\\\" currentBalance=\\\"184715.71\\\" mode=\\\"UPI\\\" narration=\\\"CMS/000641754365/AD_LIC__648652702 \\\" reference=\\\"RFN02255295\\\" transactionTimestamp=\\\"2023-03-04T06:33:00+00:00\\\" txnId=\\\"M8528609363\\\" type=\\\"CREDIT\\\" valueDate=\\\"2023-03-04\\\"/><Transaction amount=\\\"5596.99\\\" currentBalance=\\\"190312.7\\\" mode=\\\"UPI\\\" narration=\\\"BIL/001992356805/ICICI BANK CREDIT CA/431581009199\\\" reference=\\\"RFN02598372\\\" transactionTimestamp=\\\"2023-03-05T06:33:00+00:00\\\" txnId=\\\"M2866715219\\\" type=\\\"CREDIT\\\" valueDate=\\\"2023-03-05\\\"/><Transaction amount=\\\"9741.98\\\" currentBalance=\\\"200054.68\\\" mode=\\\"FT\\\" narration=\\\"NEFT-SBIN120163800892-PRINCIPAL MUTUAL FUND-/ATTN//INB-\\\" reference=\\\"RFN06198853\\\" transactionTimestamp=\\\"2023-03-06T06:33:00+00:00\\\" txnId=\\\"M5099742631\\\" type=\\\"CREDIT\\\" valueDate=\\\"2023-03-06\\\"/><Transaction amount=\\\"5752.68\\\" currentBalance=\\\"205807.36\\\" mode=\\\"Others\\\" narration=\\\"BIL/BPAY/001982030055/BSE ISIP/BSE000000034260 \\\" reference=\\\"RFN03578486\\\" transactionTimestamp=\\\"2023-03-07T06:33:00+00:00\\\" txnId=\\\"M1188796079\\\" type=\\\"CREDIT\\\" valueDate=\\\"2023-03-07\\\"/><Transaction amount=\\\"1360.43\\\" currentBalance=\\\"207167.79\\\" mode=\\\"UPI\\\" narration=\\\"NEFT-SBIN120163800892-PRINCIPAL MUTUAL FUND-/ATTN//INB-\\\" reference=\\\"RFN01165789\\\" transactionTimestamp=\\\"2023-03-08T06:33:00+00:00\\\" txnId=\\\"M1394275292\\\" type=\\\"CREDIT\\\" valueDate=\\\"2023-03-08\\\"/><Transaction amount=\\\"5835.60\\\" currentBalance=\\\"213003.39\\\" mode=\\\"Others\\\" narration=\\\"CMS/000651994446/AD_LIC__648652702 \\\" reference=\\\"RFN01560689\\\" transactionTimestamp=\\\"2023-03-09T06:33:00+00:00\\\" txnId=\\\"M5956677032\\\" type=\\\"CREDIT\\\" valueDate=\\\"2023-03-09\\\"/><Transaction amount=\\\"5580.02\\\" currentBalance=\\\"218583.41\\\" mode=\\\"Others\\\" narration=\\\"BIL/001992356805/ICICI BANK CREDIT CA/431581009199\\\" reference=\\\"RFN09588426\\\" transactionTimestamp=\\\"2023-03-10T06:33:00+00:00\\\" txnId=\\\"M1043194439\\\" type=\\\"CREDIT\\\" valueDate=\\\"2023-03-10\\\"/><Transaction amount=\\\"9246.64\\\" currentBalance=\\\"209336.77\\\" mode=\\\"UPI\\\" narration=\\\"ACH/HDFCLTD/256070866 \\\" reference=\\\"RFN01925982\\\" transactionTimestamp=\\\"2023-03-11T06:33:00+00:00\\\" txnId=\\\"M8200304408\\\" type=\\\"DEBIT\\\" valueDate=\\\"2023-03-11\\\"/><Transaction amount=\\\"9222.00\\\" currentBalance=\\\"200114.77\\\" mode=\\\"Others\\\" narration=\\\"MMT/IMPS/012923807671/For Car Loan/SBIN\\\" reference=\\\"RFN08325905\\\" transactionTimestamp=\\\"2023-03-12T06:33:00+00:00\\\" txnId=\\\"M5907826417\\\" type=\\\"DEBIT\\\" valueDate=\\\"2023-03-12\\\"/><Transaction amount=\\\"9040.46\\\" currentBalance=\\\"191074.31\\\" mode=\\\"CASH\\\" narration=\\\"BIL/ONL/001973684380/State Bank/SBICARD_SICI874/SB\\\" reference=\\\"RFN03862431\\\" transactionTimestamp=\\\"2023-03-13T06:33:00+00:00\\\" txnId=\\\"M2620965497\\\" type=\\\"DEBIT\\\" valueDate=\\\"2023-03-13\\\"/><Transaction amount=\\\"8391.66\\\" currentBalance=\\\"199465.97\\\" mode=\\\"UPI\\\" narration=\\\"ACH/HDFCLTD/256070866 \\\" reference=\\\"RFN02918810\\\" transactionTimestamp=\\\"2023-03-14T06:33:00+00:00\\\" txnId=\\\"M4675885265\\\" type=\\\"CREDIT\\\" valueDate=\\\"2023-03-14\\\"/><Transaction amount=\\\"7889.08\\\" currentBalance=\\\"191576.89\\\" mode=\\\"FT\\\" narration=\\\"ACH/HDFCLTD/256070866 \\\" reference=\\\"RFN09402081\\\" transactionTimestamp=\\\"2023-03-15T06:33:00+00:00\\\" txnId=\\\"M2856940878\\\" type=\\\"DEBIT\\\" valueDate=\\\"2023-03-15\\\"/><Transaction amount=\\\"5040.15\\\" currentBalance=\\\"186536.74\\\" mode=\\\"Others\\\" narration=\\\"PMSBY RENEWAL PREMIUM FY 21 \\\" reference=\\\"RFN04543200\\\" transactionTimestamp=\\\"2023-03-16T06:33:00+00:00\\\" txnId=\\\"M1941245284\\\" type=\\\"DEBIT\\\" valueDate=\\\"2023-03-16\\\"/><Transaction amount=\\\"4128.65\\\" currentBalance=\\\"182408.09\\\" mode=\\\"ATM\\\" narration=\\\"MMT/IMPS/013019273318/HDFC CC PMT/HDFC CREDI/HDFC0\\\" reference=\\\"RFN01702711\\\" transactionTimestamp=\\\"2023-03-17T06:33:00+00:00\\\" txnId=\\\"M7586353785\\\" type=\\\"DEBIT\\\" valueDate=\\\"2023-03-17\\\"/><Transaction amount=\\\"6098.32\\\" currentBalance=\\\"188506.41\\\" mode=\\\"CASH\\\" narration=\\\"BIL/ONL/001973684380/State Bank/SBICARD_SICI874/SB\\\" reference=\\\"RFN02530174\\\" transactionTimestamp=\\\"2023-03-18T06:33:00+00:00\\\" txnId=\\\"M5207182958\\\" type=\\\"CREDIT\\\" valueDate=\\\"2023-03-18\\\"/><Transaction amount=\\\"9867.18\\\" currentBalance=\\\"198373.59\\\" mode=\\\"FT\\\" narration=\\\"BIL/BPAY/001982030055/BSE ISIP/BSE000000034260 \\\" reference=\\\"RFN01730586\\\" transactionTimestamp=\\\"2023-03-19T06:33:00+00:00\\\" txnId=\\\"M982987605\\\" type=\\\"CREDIT\\\" valueDate=\\\"2023-03-19\\\"/><Transaction amount=\\\"1663.58\\\" currentBalance=\\\"196710.01\\\" mode=\\\"FT\\\" narration=\\\"PMSBY RENEWAL PREMIUM FY 21 \\\" reference=\\\"RFN02409907\\\" transactionTimestamp=\\\"2023-03-20T06:33:00+00:00\\\" txnId=\\\"M1400200980\\\" type=\\\"DEBIT\\\" valueDate=\\\"2023-03-20\\\"/><Transaction amount=\\\"6383.45\\\" currentBalance=\\\"190326.56\\\" mode=\\\"UPI\\\" narration=\\\"MMT/IMPS/013019275684/Rent May 2020/SAILAKSHMI/HDF\\\" reference=\\\"RFN05687443\\\" transactionTimestamp=\\\"2023-03-21T06:33:00+00:00\\\" txnId=\\\"M4465308476\\\" type=\\\"DEBIT\\\" valueDate=\\\"2023-03-21\\\"/><Transaction amount=\\\"7676.19\\\" currentBalance=\\\"182650.37\\\" mode=\\\"UPI\\\" narration=\\\"BIL/BPAY/001982030055/BSE ISIP/BSE000000034260 \\\" reference=\\\"RFN09880965\\\" transactionTimestamp=\\\"2023-03-22T06:33:00+00:00\\\" txnId=\\\"M2207398544\\\" type=\\\"DEBIT\\\" valueDate=\\\"2023-03-22\\\"/><Transaction amount=\\\"7751.01\\\" currentBalance=\\\"174899.36\\\" mode=\\\"CASH\\\" narration=\\\"BIL/001992356805/ICICI BANK CREDIT CA/431581009199\\\" reference=\\\"RFN02658882\\\" transactionTimestamp=\\\"2023-03-23T06:33:00+00:00\\\" txnId=\\\"M2820602360\\\" type=\\\"DEBIT\\\" valueDate=\\\"2023-03-23\\\"/><Transaction amount=\\\"2959.76\\\" currentBalance=\\\"177859.12\\\" mode=\\\"ATM\\\" narration=\\\"ACH/TP ExideLife/INGLife/1834310500 \\\" reference=\\\"RFN01402754\\\" transactionTimestamp=\\\"2023-03-24T06:33:00+00:00\\\" txnId=\\\"M9077396607\\\" type=\\\"CREDIT\\\" valueDate=\\\"2023-03-24\\\"/><Transaction amount=\\\"3986.92\\\" currentBalance=\\\"173872.2\\\" mode=\\\"CASH\\\" narration=\\\"PMSBY RENEWAL PREMIUM FY 21 \\\" reference=\\\"RFN06022852\\\" transactionTimestamp=\\\"2023-03-25T06:33:00+00:00\\\" txnId=\\\"M8033127270\\\" type=\\\"DEBIT\\\" valueDate=\\\"2023-03-25\\\"/><Transaction amount=\\\"2702.28\\\" currentBalance=\\\"176574.48\\\" mode=\\\"UPI\\\" narration=\\\"CMS/000651994446/AD_LIC__648652702 \\\" reference=\\\"RFN02648734\\\" transactionTimestamp=\\\"2023-03-26T06:33:00+00:00\\\" txnId=\\\"M6570229108\\\" type=\\\"CREDIT\\\" valueDate=\\\"2023-03-26\\\"/><Transaction amount=\\\"3014.13\\\" currentBalance=\\\"173560.35\\\" mode=\\\"FT\\\" narration=\\\"CMS/000651994446/AD_LIC__648652702 \\\" reference=\\\"RFN06690485\\\" transactionTimestamp=\\\"2023-03-27T06:33:00+00:00\\\" txnId=\\\"M5261055263\\\" type=\\\"DEBIT\\\" valueDate=\\\"2023-03-27\\\"/><Transaction amount=\\\"6026.26\\\" currentBalance=\\\"179586.61\\\" mode=\\\"Others\\\" narration=\\\"CMS/000651994446/AD_LIC__648652702 \\\" reference=\\\"RFN08400279\\\" transactionTimestamp=\\\"2023-03-28T06:33:00+00:00\\\" txnId=\\\"M1500969064\\\" type=\\\"CREDIT\\\" valueDate=\\\"2023-03-28\\\"/><Transaction amount=\\\"3486.62\\\" currentBalance=\\\"183073.23\\\" mode=\\\"FT\\\" narration=\\\"ACH/HDFCLTD/256070866 \\\" reference=\\\"RFN07460856\\\" transactionTimestamp=\\\"2023-03-29T06:33:00+00:00\\\" txnId=\\\"M480005961\\\" type=\\\"CREDIT\\\" valueDate=\\\"2023-03-29\\\"/><Transaction amount=\\\"4463.29\\\" currentBalance=\\\"187536.52\\\" mode=\\\"CASH\\\" narration=\\\"MMT/IMPS/013019273318/HDFC CC PMT/HDFC CREDI/HDFC0\\\" reference=\\\"RFN07536959\\\" transactionTimestamp=\\\"2023-03-30T06:33:00+00:00\\\" txnId=\\\"M7156196395\\\" type=\\\"CREDIT\\\" valueDate=\\\"2023-03-30\\\"/><Transaction amount=\\\"7872.05\\\" currentBalance=\\\"195408.57\\\" mode=\\\"Others\\\" narration=\\\"NEFT-CITIN20080903889-MOTILAL OSWAL MLTICP 35FUND RED A\\\" reference=\\\"RFN05753136\\\" transactionTimestamp=\\\"2023-03-31T06:33:00+00:00\\\" txnId=\\\"M8473951172\\\" type=\\\"CREDIT\\\" valueDate=\\\"2023-03-31\\\"/><Transaction amount=\\\"4626.55\\\" currentBalance=\\\"200035.12\\\" mode=\\\"CASH\\\" narration=\\\"CMS/000641754365/AD_LIC__648652702 \\\" reference=\\\"RFN03889675\\\" transactionTimestamp=\\\"2023-04-01T06:33:00+00:00\\\" txnId=\\\"M4362722816\\\" type=\\\"CREDIT\\\" valueDate=\\\"2023-04-01\\\"/><Transaction amount=\\\"9756.24\\\" currentBalance=\\\"190278.88\\\" mode=\\\"UPI\\\" narration=\\\"PMSBY RENEWAL PREMIUM FY 21 \\\" reference=\\\"RFN04435824\\\" transactionTimestamp=\\\"2023-04-02T06:33:00+00:00\\\" txnId=\\\"M4119052793\\\" type=\\\"DEBIT\\\" valueDate=\\\"2023-04-02\\\"/><Transaction amount=\\\"5102.47\\\" currentBalance=\\\"185176.41\\\" mode=\\\"FT\\\" narration=\\\"BIL/001992356805/ICICI BANK CREDIT CA/431581009199\\\" reference=\\\"RFN03643871\\\" transactionTimestamp=\\\"2023-04-03T06:33:00+00:00\\\" txnId=\\\"M7579579363\\\" type=\\\"DEBIT\\\" valueDate=\\\"2023-04-03\\\"/><Transaction amount=\\\"2063.74\\\" currentBalance=\\\"187240.15\\\" mode=\\\"FT\\\" narration=\\\"ACH/HDFCLTD/253928436 \\\" reference=\\\"RFN03618861\\\" transactionTimestamp=\\\"2023-04-04T06:33:00+00:00\\\" txnId=\\\"M608840608\\\" type=\\\"CREDIT\\\" valueDate=\\\"2023-04-04\\\"/><Transaction amount=\\\"5815.22\\\" currentBalance=\\\"181424.93\\\" mode=\\\"ATM\\\" narration=\\\"MMT/IMPS/013019273318/HDFC CC PMT/HDFC CREDI/HDFC0\\\" reference=\\\"RFN08275670\\\" transactionTimestamp=\\\"2023-04-05T06:33:00+00:00\\\" txnId=\\\"M7193237382\\\" type=\\\"DEBIT\\\" valueDate=\\\"2023-04-05\\\"/><Transaction amount=\\\"5652.08\\\" currentBalance=\\\"187077.01\\\" mode=\\\"Others\\\" narration=\\\"BIL/ONL/001973684380/State Bank/SBICARD_SICI874/SB\\\" reference=\\\"RFN02188627\\\" transactionTimestamp=\\\"2023-04-06T06:33:00+00:00\\\" txnId=\\\"M4348350930\\\" type=\\\"CREDIT\\\" valueDate=\\\"2023-04-06\\\"/><Transaction amount=\\\"2919.45\\\" currentBalance=\\\"189996.46\\\" mode=\\\"Others\\\" narration=\\\"BIL/001983772909/ICICI BANK CREDIT CA/524193208676\\\" reference=\\\"RFN06881777\\\" transactionTimestamp=\\\"2023-04-07T06:33:00+00:00\\\" txnId=\\\"M6435684424\\\" type=\\\"CREDIT\\\" valueDate=\\\"2023-04-07\\\"/><Transaction amount=\\\"5049.48\\\" currentBalance=\\\"195045.94\\\" mode=\\\"CASH\\\" narration=\\\"ACH/HDFCLTD/256070866 \\\" reference=\\\"RFN07625294\\\" transactionTimestamp=\\\"2023-04-08T06:33:00+00:00\\\" txnId=\\\"M8504885785\\\" type=\\\"CREDIT\\\" valueDate=\\\"2023-04-08\\\"/><Transaction amount=\\\"1728.86\\\" currentBalance=\\\"196774.8\\\" mode=\\\"Others\\\" narration=\\\"ACH/TP Kotak Life Ins/1832189136 \\\" reference=\\\"RFN07250703\\\" transactionTimestamp=\\\"2023-04-09T06:33:00+00:00\\\" txnId=\\\"M193560738\\\" type=\\\"CREDIT\\\" valueDate=\\\"2023-04-09\\\"/><Transaction amount=\\\"9753.13\\\" currentBalance=\\\"206527.93\\\" mode=\\\"CASH\\\" narration=\\\"ACH/HDFCLTD/256070866 \\\" reference=\\\"RFN01555135\\\" transactionTimestamp=\\\"2023-04-10T06:33:00+00:00\\\" txnId=\\\"M3685495827\\\" type=\\\"CREDIT\\\" valueDate=\\\"2023-04-10\\\"/><Transaction amount=\\\"8395.79\\\" currentBalance=\\\"214923.72\\\" mode=\\\"Others\\\" narration=\\\"CMS/000641754365/AD_LIC__648652702 \\\" reference=\\\"RFN08348111\\\" transactionTimestamp=\\\"2023-04-11T06:33:00+00:00\\\" txnId=\\\"M3676193681\\\" type=\\\"CREDIT\\\" valueDate=\\\"2023-04-11\\\"/><Transaction amount=\\\"3555.66\\\" currentBalance=\\\"211368.06\\\" mode=\\\"FT\\\" narration=\\\"BIL/BPAY/001982030055/BSE ISIP/BSE000000034260 \\\" reference=\\\"RFN04795053\\\" transactionTimestamp=\\\"2023-04-12T06:33:00+00:00\\\" txnId=\\\"M7260537581\\\" type=\\\"DEBIT\\\" valueDate=\\\"2023-04-12\\\"/><Transaction amount=\\\"2993.45\\\" currentBalance=\\\"208374.61\\\" mode=\\\"ATM\\\" narration=\\\"CMS/000651994446/AD_LIC__648652702 \\\" reference=\\\"RFN06498404\\\" transactionTimestamp=\\\"2023-04-13T06:33:00+00:00\\\" txnId=\\\"M3029272291\\\" type=\\\"DEBIT\\\" valueDate=\\\"2023-04-13\\\"/><Transaction amount=\\\"3115.53\\\" currentBalance=\\\"211490.14\\\" mode=\\\"UPI\\\" narration=\\\"ACH/HDFCLTD/251443203 \\\" reference=\\\"RFN05598042\\\" transactionTimestamp=\\\"2023-04-14T06:33:00+00:00\\\" txnId=\\\"M4316227490\\\" type=\\\"CREDIT\\\" valueDate=\\\"2023-04-14\\\"/><Transaction amount=\\\"2726.96\\\" currentBalance=\\\"214217.1\\\" mode=\\\"Others\\\" narration=\\\"ACH/HDFCLTD/253928436 \\\" reference=\\\"RFN08386331\\\" transactionTimestamp=\\\"2023-04-15T06:33:00+00:00\\\" txnId=\\\"M6816056026\\\" type=\\\"CREDIT\\\" valueDate=\\\"2023-04-15\\\"/><Transaction amount=\\\"1187.30\\\" currentBalance=\\\"213029.8\\\" mode=\\\"FT\\\" narration=\\\"MMT/IMPS/013019275684/Rent May 2020/SAILAKSHMI/HDF\\\" reference=\\\"RFN06543593\\\" transactionTimestamp=\\\"2023-04-16T06:33:00+00:00\\\" txnId=\\\"M149063165\\\" type=\\\"DEBIT\\\" valueDate=\\\"2023-04-16\\\"/><Transaction amount=\\\"5566.26\\\" currentBalance=\\\"218596.06\\\" mode=\\\"UPI\\\" narration=\\\"MMT/IMPS/013019273318/HDFC CC PMT/HDFC CREDI/HDFC0\\\" reference=\\\"RFN04269331\\\" transactionTimestamp=\\\"2023-04-17T06:33:00+00:00\\\" txnId=\\\"M2305474135\\\" type=\\\"CREDIT\\\" valueDate=\\\"2023-04-17\\\"/><Transaction amount=\\\"8538.39\\\" currentBalance=\\\"227134.45\\\" mode=\\\"ATM\\\" narration=\\\"ACH/TP Kotak Life Ins/1832189136 \\\" reference=\\\"RFN03075717\\\" transactionTimestamp=\\\"2023-04-18T06:33:00+00:00\\\" txnId=\\\"M7212332127\\\" type=\\\"CREDIT\\\" valueDate=\\\"2023-04-18\\\"/><Transaction amount=\\\"7976.62\\\" currentBalance=\\\"235111.07\\\" mode=\\\"FT\\\" narration=\\\"BIL/001983772909/ICICI BANK CREDIT CA/524193208676\\\" reference=\\\"RFN03123050\\\" transactionTimestamp=\\\"2023-04-19T06:33:00+00:00\\\" txnId=\\\"M2284844420\\\" type=\\\"CREDIT\\\" valueDate=\\\"2023-04-19\\\"/><Transaction amount=\\\"8739.93\\\" currentBalance=\\\"226371.14\\\" mode=\\\"UPI\\\" narration=\\\"CMS/000641754365/AD_LIC__648652702 \\\" reference=\\\"RFN02919875\\\" transactionTimestamp=\\\"2023-04-20T06:33:00+00:00\\\" txnId=\\\"M2544374607\\\" type=\\\"DEBIT\\\" valueDate=\\\"2023-04-20\\\"/><Transaction amount=\\\"6520.14\\\" currentBalance=\\\"232891.28\\\" mode=\\\"ATM\\\" narration=\\\"NEFT-SBIN120163800892-PRINCIPAL MUTUAL FUND-/ATTN//INB-\\\" reference=\\\"RFN06674341\\\" transactionTimestamp=\\\"2023-04-21T06:33:00+00:00\\\" txnId=\\\"M2439979596\\\" type=\\\"CREDIT\\\" valueDate=\\\"2023-04-21\\\"/><Transaction amount=\\\"8078.28\\\" currentBalance=\\\"224813\\\" mode=\\\"CASH\\\" narration=\\\"ACH/TP ExideLife/INGLife/1834310500 \\\" reference=\\\"RFN01802732\\\" transactionTimestamp=\\\"2023-04-22T06:33:00+00:00\\\" txnId=\\\"M3236506893\\\" type=\\\"DEBIT\\\" valueDate=\\\"2023-04-22\\\"/><Transaction amount=\\\"3463.27\\\" currentBalance=\\\"228276.27\\\" mode=\\\"ATM\\\" narration=\\\"MMT/IMPS/013019275684/Rent May 2020/SAILAKSHMI/HDF\\\" reference=\\\"RFN09718914\\\" transactionTimestamp=\\\"2023-04-23T06:33:00+00:00\\\" txnId=\\\"M3306909496\\\" type=\\\"CREDIT\\\" valueDate=\\\"2023-04-23\\\"/><Transaction amount=\\\"3175.65\\\" currentBalance=\\\"231451.92\\\" mode=\\\"FT\\\" narration=\\\"BIL/001983772909/ICICI BANK CREDIT CA/524193208676\\\" reference=\\\"RFN08369247\\\" transactionTimestamp=\\\"2023-04-24T06:33:00+00:00\\\" txnId=\\\"M4093323067\\\" type=\\\"CREDIT\\\" valueDate=\\\"2023-04-24\\\"/><Transaction amount=\\\"1545.96\\\" currentBalance=\\\"229905.96\\\" mode=\\\"UPI\\\" narration=\\\"ACH/TP Kotak Life Ins/1832189136 \\\" reference=\\\"RFN05125432\\\" transactionTimestamp=\\\"2023-04-25T06:33:00+00:00\\\" txnId=\\\"M8000112003\\\" type=\\\"DEBIT\\\" valueDate=\\\"2023-04-25\\\"/><Transaction amount=\\\"6628.83\\\" currentBalance=\\\"223277.13\\\" mode=\\\"Others\\\" narration=\\\"ACH/HDFCLTD/256070866 \\\" reference=\\\"RFN08753734\\\" transactionTimestamp=\\\"2023-04-26T06:33:00+00:00\\\" txnId=\\\"M2430021000\\\" type=\\\"DEBIT\\\" valueDate=\\\"2023-04-26\\\"/><Transaction amount=\\\"6474.83\\\" currentBalance=\\\"229751.96\\\" mode=\\\"Others\\\" narration=\\\"CMS/000641754365/AD_LIC__648652702 \\\" reference=\\\"RFN02015607\\\" transactionTimestamp=\\\"2023-04-27T06:33:00+00:00\\\" txnId=\\\"M7069366409\\\" type=\\\"CREDIT\\\" valueDate=\\\"2023-04-27\\\"/><Transaction amount=\\\"3901.27\\\" currentBalance=\\\"225850.69\\\" mode=\\\"Others\\\" narration=\\\"CMS/000651994446/AD_LIC__648652702 \\\" reference=\\\"RFN08951669\\\" transactionTimestamp=\\\"2023-04-28T06:33:00+00:00\\\" txnId=\\\"M2970287974\\\" type=\\\"DEBIT\\\" valueDate=\\\"2023-04-28\\\"/><Transaction amount=\\\"5595.78\\\" currentBalance=\\\"220254.91\\\" mode=\\\"ATM\\\" narration=\\\"ACH/TP Kotak Life Ins/1832189136 \\\" reference=\\\"RFN05850016\\\" transactionTimestamp=\\\"2023-04-29T06:33:00+00:00\\\" txnId=\\\"M3303158129\\\" type=\\\"DEBIT\\\" valueDate=\\\"2023-04-29\\\"/><Transaction amount=\\\"2802.14\\\" currentBalance=\\\"217452.77\\\" mode=\\\"UPI\\\" narration=\\\"ACH/TP Kotak Life Ins/1826771816 \\\" reference=\\\"RFN07843957\\\" transactionTimestamp=\\\"2023-04-30T06:33:00+00:00\\\" txnId=\\\"M2237004867\\\" type=\\\"DEBIT\\\" valueDate=\\\"2023-04-30\\\"/><Transaction amount=\\\"3105.95\\\" currentBalance=\\\"220558.72\\\" mode=\\\"FT\\\" narration=\\\"ACH/TP Kotak Life Ins/1832189136 \\\" reference=\\\"RFN02276414\\\" transactionTimestamp=\\\"2023-05-01T06:33:00+00:00\\\" txnId=\\\"M829117660\\\" type=\\\"CREDIT\\\" valueDate=\\\"2023-05-01\\\"/><Transaction amount=\\\"2650.71\\\" currentBalance=\\\"223209.43\\\" mode=\\\"UPI\\\" narration=\\\"ACH/HDFCLTD/251443203 \\\" reference=\\\"RFN03518559\\\" transactionTimestamp=\\\"2023-05-02T06:33:00+00:00\\\" txnId=\\\"M3095641716\\\" type=\\\"CREDIT\\\" valueDate=\\\"2023-05-02\\\"/><Transaction amount=\\\"3766.99\\\" currentBalance=\\\"219442.44\\\" mode=\\\"Others\\\" narration=\\\"NEFT-CITIN20080903889-MOTILAL OSWAL MLTICP 35FUND RED A\\\" reference=\\\"RFN02404783\\\" transactionTimestamp=\\\"2023-05-03T06:33:00+00:00\\\" txnId=\\\"M8273390961\\\" type=\\\"DEBIT\\\" valueDate=\\\"2023-05-03\\\"/><Transaction amount=\\\"9222.50\\\" currentBalance=\\\"210219.94\\\" mode=\\\"UPI\\\" narration=\\\"BIL/001992356805/ICICI BANK CREDIT CA/431581009199\\\" reference=\\\"RFN02400685\\\" transactionTimestamp=\\\"2023-05-04T06:33:00+00:00\\\" txnId=\\\"M7035316641\\\" type=\\\"DEBIT\\\" valueDate=\\\"2023-05-04\\\"/><Transaction amount=\\\"4171.23\\\" currentBalance=\\\"206048.71\\\" mode=\\\"CASH\\\" narration=\\\"ACH/HDFCLTD/256070866 \\\" reference=\\\"RFN03649159\\\" transactionTimestamp=\\\"2023-05-05T06:33:00+00:00\\\" txnId=\\\"M3087418382\\\" type=\\\"DEBIT\\\" valueDate=\\\"2023-05-05\\\"/><Transaction amount=\\\"8258.12\\\" currentBalance=\\\"197790.59\\\" mode=\\\"UPI\\\" narration=\\\"ACH/TP ExideLife/INGLife/1834310500 \\\" reference=\\\"RFN03077333\\\" transactionTimestamp=\\\"2023-05-06T06:33:00+00:00\\\" txnId=\\\"M650939483\\\" type=\\\"DEBIT\\\" valueDate=\\\"2023-05-06\\\"/><Transaction amount=\\\"9193.08\\\" currentBalance=\\\"206983.67\\\" mode=\\\"FT\\\" narration=\\\"NEFT-SBIN120163800892-PRINCIPAL MUTUAL FUND-/ATTN//INB-\\\" reference=\\\"RFN01763679\\\" transactionTimestamp=\\\"2023-05-07T06:33:00+00:00\\\" txnId=\\\"M4064911843\\\" type=\\\"CREDIT\\\" valueDate=\\\"2023-05-07\\\"/><Transaction amount=\\\"5694.57\\\" currentBalance=\\\"212678.24\\\" mode=\\\"Others\\\" narration=\\\"PMSBY RENEWAL PREMIUM FY 21 \\\" reference=\\\"RFN08233462\\\" transactionTimestamp=\\\"2023-05-08T06:33:00+00:00\\\" txnId=\\\"M5037044183\\\" type=\\\"CREDIT\\\" valueDate=\\\"2023-05-08\\\"/><Transaction amount=\\\"4343.64\\\" currentBalance=\\\"217021.88\\\" mode=\\\"Others\\\" narration=\\\"MMT/IMPS/013019275684/Rent May 2020/SAILAKSHMI/HDF\\\" reference=\\\"RFN02588144\\\" transactionTimestamp=\\\"2023-05-09T06:33:00+00:00\\\" txnId=\\\"M7063102076\\\" type=\\\"CREDIT\\\" valueDate=\\\"2023-05-09\\\"/><Transaction amount=\\\"2059.03\\\" currentBalance=\\\"219080.91\\\" mode=\\\"UPI\\\" narration=\\\"ACH/HDFCLTD/251443203 \\\" reference=\\\"RFN09703178\\\" transactionTimestamp=\\\"2023-05-10T06:33:00+00:00\\\" txnId=\\\"M539624907\\\" type=\\\"CREDIT\\\" valueDate=\\\"2023-05-10\\\"/><Transaction amount=\\\"3107.93\\\" currentBalance=\\\"222188.84\\\" mode=\\\"CASH\\\" narration=\\\"ACH/HDFCLTD/251443203 \\\" reference=\\\"RFN01394263\\\" transactionTimestamp=\\\"2023-05-11T06:33:00+00:00\\\" txnId=\\\"M9738472363\\\" type=\\\"CREDIT\\\" valueDate=\\\"2023-05-11\\\"/><Transaction amount=\\\"2795.65\\\" currentBalance=\\\"224984.49\\\" mode=\\\"FT\\\" narration=\\\"BIL/001992356805/ICICI BANK CREDIT CA/431581009199\\\" reference=\\\"RFN09834864\\\" transactionTimestamp=\\\"2023-05-12T06:33:00+00:00\\\" txnId=\\\"M3292022756\\\" type=\\\"CREDIT\\\" valueDate=\\\"2023-05-12\\\"/><Transaction amount=\\\"9841.02\\\" currentBalance=\\\"215143.47\\\" mode=\\\"ATM\\\" narration=\\\"ACH/TP Kotak Life Ins/1826771816 \\\" reference=\\\"RFN07052651\\\" transactionTimestamp=\\\"2023-05-13T06:33:00+00:00\\\" txnId=\\\"M4517735063\\\" type=\\\"DEBIT\\\" valueDate=\\\"2023-05-13\\\"/><Transaction amount=\\\"6795.52\\\" currentBalance=\\\"221938.99\\\" mode=\\\"ATM\\\" narration=\\\"BIL/BPAY/001982030055/BSE ISIP/BSE000000034260 \\\" reference=\\\"RFN02166035\\\" transactionTimestamp=\\\"2023-05-14T06:33:00+00:00\\\" txnId=\\\"M6821338926\\\" type=\\\"CREDIT\\\" valueDate=\\\"2023-05-14\\\"/><Transaction amount=\\\"2975.41\\\" currentBalance=\\\"218963.58\\\" mode=\\\"ATM\\\" narration=\\\"ACH/HDFCLTD/253928436 \\\" reference=\\\"RFN05542952\\\" transactionTimestamp=\\\"2023-05-15T06:33:00+00:00\\\" txnId=\\\"M8545559584\\\" type=\\\"DEBIT\\\" valueDate=\\\"2023-05-15\\\"/><Transaction amount=\\\"8490.60\\\" currentBalance=\\\"210472.98\\\" mode=\\\"CASH\\\" narration=\\\"ACH/TP ExideLife/INGLife/1834310500 \\\" reference=\\\"RFN04768670\\\" transactionTimestamp=\\\"2023-05-16T06:33:00+00:00\\\" txnId=\\\"M7874510304\\\" type=\\\"DEBIT\\\" valueDate=\\\"2023-05-16\\\"/><Transaction amount=\\\"1545.22\\\" currentBalance=\\\"212018.2\\\" mode=\\\"ATM\\\" narration=\\\"NEFT-CITIN20080903889-MOTILAL OSWAL MLTICP 35FUND RED A\\\" reference=\\\"RFN05645317\\\" transactionTimestamp=\\\"2023-05-17T06:33:00+00:00\\\" txnId=\\\"M4484930810\\\" type=\\\"CREDIT\\\" valueDate=\\\"2023-05-17\\\"/><Transaction amount=\\\"4163.53\\\" currentBalance=\\\"216181.73\\\" mode=\\\"CASH\\\" narration=\\\"MMT/IMPS/013019273318/HDFC CC PMT/HDFC CREDI/HDFC0\\\" reference=\\\"RFN03125238\\\" transactionTimestamp=\\\"2023-05-18T06:33:00+00:00\\\" txnId=\\\"M5077078192\\\" type=\\\"CREDIT\\\" valueDate=\\\"2023-05-18\\\"/><Transaction amount=\\\"4165.88\\\" currentBalance=\\\"220347.61\\\" mode=\\\"Others\\\" narration=\\\"ACH/HDFCLTD/256070866 \\\" reference=\\\"RFN08345902\\\" transactionTimestamp=\\\"2023-05-19T06:33:00+00:00\\\" txnId=\\\"M9303935872\\\" type=\\\"CREDIT\\\" valueDate=\\\"2023-05-19\\\"/><Transaction amount=\\\"9194.82\\\" currentBalance=\\\"211152.79\\\" mode=\\\"UPI\\\" narration=\\\"ACH/TP Kotak Life Ins/1826771816 \\\" reference=\\\"RFN05581027\\\" transactionTimestamp=\\\"2023-05-20T06:33:00+00:00\\\" txnId=\\\"M7562498941\\\" type=\\\"DEBIT\\\" valueDate=\\\"2023-05-20\\\"/><Transaction amount=\\\"6152.87\\\" currentBalance=\\\"217305.66\\\" mode=\\\"UPI\\\" narration=\\\"SAL FINTECH PRODUCTS and SOLUTIONS\\\" reference=\\\"RFN09512739\\\" transactionTimestamp=\\\"2023-05-21T06:33:00+00:00\\\" txnId=\\\"M6942475791\\\" type=\\\"CREDIT\\\" valueDate=\\\"2023-05-21\\\"/><Transaction amount=\\\"1229.91\\\" currentBalance=\\\"216075.75\\\" mode=\\\"FT\\\" narration=\\\"CMS/000651994446/AD_LIC__648652702 \\\" reference=\\\"RFN05116848\\\" transactionTimestamp=\\\"2023-05-22T06:33:00+00:00\\\" txnId=\\\"M9468225329\\\" type=\\\"DEBIT\\\" valueDate=\\\"2023-05-22\\\"/><Transaction amount=\\\"6204.05\\\" currentBalance=\\\"209871.7\\\" mode=\\\"UPI\\\" narration=\\\"MMT/IMPS/012923807671/For Car Loan/SBIN\\\" reference=\\\"RFN09475137\\\" transactionTimestamp=\\\"2023-05-23T06:33:00+00:00\\\" txnId=\\\"M4833300067\\\" type=\\\"DEBIT\\\" valueDate=\\\"2023-05-23\\\"/><Transaction amount=\\\"4354.30\\\" currentBalance=\\\"205517.4\\\" mode=\\\"Others\\\" narration=\\\"ACH/TP Kotak Life Ins/1832189136 \\\" reference=\\\"RFN06881682\\\" transactionTimestamp=\\\"2023-05-24T06:33:00+00:00\\\" txnId=\\\"M5152379250\\\" type=\\\"DEBIT\\\" valueDate=\\\"2023-05-24\\\"/><Transaction amount=\\\"7569.91\\\" currentBalance=\\\"197947.49\\\" mode=\\\"FT\\\" narration=\\\"MMT/IMPS/013019275684/Rent May 2020/SAILAKSHMI/HDF\\\" reference=\\\"RFN07593314\\\" transactionTimestamp=\\\"2023-05-25T06:33:00+00:00\\\" txnId=\\\"M1823228553\\\" type=\\\"DEBIT\\\" valueDate=\\\"2023-05-25\\\"/><Transaction amount=\\\"6715.93\\\" currentBalance=\\\"204663.42\\\" mode=\\\"CASH\\\" narration=\\\"CMS/000651994446/AD_LIC__648652702 \\\" reference=\\\"RFN05619960\\\" transactionTimestamp=\\\"2023-05-26T06:33:00+00:00\\\" txnId=\\\"M1953907767\\\" type=\\\"CREDIT\\\" valueDate=\\\"2023-05-26\\\"/><Transaction amount=\\\"4257.43\\\" currentBalance=\\\"200405.99\\\" mode=\\\"UPI\\\" narration=\\\"BIL/ONL/001973684380/State Bank/SBICARD_SICI874/SB\\\" reference=\\\"RFN03345682\\\" transactionTimestamp=\\\"2023-05-27T06:33:00+00:00\\\" txnId=\\\"M2532984959\\\" type=\\\"DEBIT\\\" valueDate=\\\"2023-05-27\\\"/><Transaction amount=\\\"1611.77\\\" currentBalance=\\\"202017.76\\\" mode=\\\"Others\\\" narration=\\\"ACH/TP ExideLife/INGLife/1834310500 \\\" reference=\\\"RFN09751705\\\" transactionTimestamp=\\\"2023-05-28T06:33:00+00:00\\\" txnId=\\\"M8067082877\\\" type=\\\"CREDIT\\\" valueDate=\\\"2023-05-28\\\"/><Transaction amount=\\\"6539.96\\\" currentBalance=\\\"208557.72\\\" mode=\\\"ATM\\\" narration=\\\"MMT/IMPS/013019275684/Rent May 2020/SAILAKSHMI/HDF\\\" reference=\\\"RFN09777624\\\" transactionTimestamp=\\\"2023-05-29T06:33:00+00:00\\\" txnId=\\\"M9301958279\\\" type=\\\"CREDIT\\\" valueDate=\\\"2023-05-29\\\"/><Transaction amount=\\\"4716.92\\\" currentBalance=\\\"203840.8\\\" mode=\\\"CASH\\\" narration=\\\"CMS/000641754365/AD_LIC__648652702 \\\" reference=\\\"RFN03414135\\\" transactionTimestamp=\\\"2023-05-30T06:33:00+00:00\\\" txnId=\\\"M3338178957\\\" type=\\\"DEBIT\\\" valueDate=\\\"2023-05-30\\\"/><Transaction amount=\\\"5603.10\\\" currentBalance=\\\"198237.7\\\" mode=\\\"FT\\\" narration=\\\"ACH/TP ExideLife/INGLife/1834310500 \\\" reference=\\\"RFN08731879\\\" transactionTimestamp=\\\"2023-05-31T06:33:00+00:00\\\" txnId=\\\"M3132032388\\\" type=\\\"DEBIT\\\" valueDate=\\\"2023-05-31\\\"/><Transaction amount=\\\"4988.35\\\" currentBalance=\\\"193249.35\\\" mode=\\\"ATM\\\" narration=\\\"ACH/TP ExideLife/INGLife/1834310500 \\\" reference=\\\"RFN04356662\\\" transactionTimestamp=\\\"2023-06-01T06:33:00+00:00\\\" txnId=\\\"M4208917593\\\" type=\\\"DEBIT\\\" valueDate=\\\"2023-06-01\\\"/><Transaction amount=\\\"4197.73\\\" currentBalance=\\\"189051.62\\\" mode=\\\"FT\\\" narration=\\\"ACH/TP Kotak Life Ins/1826771816 \\\" reference=\\\"RFN09373560\\\" transactionTimestamp=\\\"2023-06-02T06:33:00+00:00\\\" txnId=\\\"M3972917617\\\" type=\\\"DEBIT\\\" valueDate=\\\"2023-06-02\\\"/><Transaction amount=\\\"6666.73\\\" currentBalance=\\\"195718.35\\\" mode=\\\"CASH\\\" narration=\\\"BIL/BPAY/001982030055/BSE ISIP/BSE000000034260 \\\" reference=\\\"RFN09495065\\\" transactionTimestamp=\\\"2023-06-03T06:33:00+00:00\\\" txnId=\\\"M6916297344\\\" type=\\\"CREDIT\\\" valueDate=\\\"2023-06-03\\\"/><Transaction amount=\\\"8458.74\\\" currentBalance=\\\"204177.09\\\" mode=\\\"ATM\\\" narration=\\\"BIL/001992356805/ICICI BANK CREDIT CA/431581009199\\\" reference=\\\"RFN01603150\\\" transactionTimestamp=\\\"2023-06-04T06:33:00+00:00\\\" txnId=\\\"M7940752367\\\" type=\\\"CREDIT\\\" valueDate=\\\"2023-06-04\\\"/><Transaction amount=\\\"2392.80\\\" currentBalance=\\\"206569.89\\\" mode=\\\"UPI\\\" narration=\\\"MMT/IMPS/013019275684/Rent May 2020/SAILAKSHMI/HDF\\\" reference=\\\"RFN02821306\\\" transactionTimestamp=\\\"2023-06-05T06:33:00+00:00\\\" txnId=\\\"M3359398260\\\" type=\\\"CREDIT\\\" valueDate=\\\"2023-06-05\\\"/><Transaction amount=\\\"5332.63\\\" currentBalance=\\\"201237.26\\\" mode=\\\"Others\\\" narration=\\\"ACH/TP ExideLife/INGLife/1834310500 \\\" reference=\\\"RFN06245796\\\" transactionTimestamp=\\\"2023-06-06T06:33:00+00:00\\\" txnId=\\\"M113013395\\\" type=\\\"DEBIT\\\" valueDate=\\\"2023-06-06\\\"/><Transaction amount=\\\"9703.45\\\" currentBalance=\\\"210940.71\\\" mode=\\\"Others\\\" narration=\\\"BIL/ONL/001973684380/State Bank/SBICARD_SICI874/SB\\\" reference=\\\"RFN09866707\\\" transactionTimestamp=\\\"2023-06-07T06:33:00+00:00\\\" txnId=\\\"M531240543\\\" type=\\\"CREDIT\\\" valueDate=\\\"2023-06-07\\\"/><Transaction amount=\\\"2974.52\\\" currentBalance=\\\"207966.19\\\" mode=\\\"ATM\\\" narration=\\\"ACH/TP ExideLife/INGLife/1834310500 \\\" reference=\\\"RFN01901213\\\" transactionTimestamp=\\\"2023-06-08T06:33:00+00:00\\\" txnId=\\\"M8933076410\\\" type=\\\"DEBIT\\\" valueDate=\\\"2023-06-08\\\"/><Transaction amount=\\\"7240.73\\\" currentBalance=\\\"200725.46\\\" mode=\\\"CASH\\\" narration=\\\"BIL/ONL/001973684380/State Bank/SBICARD_SICI874/SB\\\" reference=\\\"RFN01985259\\\" transactionTimestamp=\\\"2023-06-09T06:33:00+00:00\\\" txnId=\\\"M7692752754\\\" type=\\\"DEBIT\\\" valueDate=\\\"2023-06-09\\\"/><Transaction amount=\\\"7981.19\\\" currentBalance=\\\"208706.65\\\" mode=\\\"Others\\\" narration=\\\"PMSBY RENEWAL PREMIUM FY 21 \\\" reference=\\\"RFN09902655\\\" transactionTimestamp=\\\"2023-06-10T06:33:00+00:00\\\" txnId=\\\"M9718515705\\\" type=\\\"CREDIT\\\" valueDate=\\\"2023-06-10\\\"/><Transaction amount=\\\"5372.78\\\" currentBalance=\\\"203333.87\\\" mode=\\\"CASH\\\" narration=\\\"ACH/HDFCLTD/256070866 \\\" reference=\\\"RFN07343888\\\" transactionTimestamp=\\\"2023-06-11T06:33:00+00:00\\\" txnId=\\\"M2954107548\\\" type=\\\"DEBIT\\\" valueDate=\\\"2023-06-11\\\"/><Transaction amount=\\\"1635.02\\\" currentBalance=\\\"204968.89\\\" mode=\\\"Others\\\" narration=\\\"CMS/000651994446/AD_LIC__648652702 \\\" reference=\\\"RFN08539663\\\" transactionTimestamp=\\\"2023-06-12T06:33:00+00:00\\\" txnId=\\\"M127983895\\\" type=\\\"CREDIT\\\" valueDate=\\\"2023-06-12\\\"/><Transaction amount=\\\"6401.50\\\" currentBalance=\\\"198567.39\\\" mode=\\\"FT\\\" narration=\\\"NEFT-CITIN20080903889-MOTILAL OSWAL MLTICP 35FUND RED A\\\" reference=\\\"RFN07593009\\\" transactionTimestamp=\\\"2023-06-13T06:33:00+00:00\\\" txnId=\\\"M7913953209\\\" type=\\\"DEBIT\\\" valueDate=\\\"2023-06-13\\\"/><Transaction amount=\\\"5676.63\\\" currentBalance=\\\"204244.02\\\" mode=\\\"Others\\\" narration=\\\"ACH/HDFCLTD/253928436 \\\" reference=\\\"RFN03459444\\\" transactionTimestamp=\\\"2023-06-14T06:33:00+00:00\\\" txnId=\\\"M2792930155\\\" type=\\\"CREDIT\\\" valueDate=\\\"2023-06-14\\\"/><Transaction amount=\\\"8841.48\\\" currentBalance=\\\"213085.5\\\" mode=\\\"FT\\\" narration=\\\"MMT/IMPS/012923807671/For Car Loan/SBIN\\\" reference=\\\"RFN02922016\\\" transactionTimestamp=\\\"2023-06-15T06:33:00+00:00\\\" txnId=\\\"M3675741232\\\" type=\\\"CREDIT\\\" valueDate=\\\"2023-06-15\\\"/><Transaction amount=\\\"6337.75\\\" currentBalance=\\\"219423.25\\\" mode=\\\"UPI\\\" narration=\\\"ACH/TP ExideLife/INGLife/1834310500 \\\" reference=\\\"RFN07937581\\\" transactionTimestamp=\\\"2023-06-16T06:33:00+00:00\\\" txnId=\\\"M5640904142\\\" type=\\\"CREDIT\\\" valueDate=\\\"2023-06-16\\\"/><Transaction amount=\\\"6799.21\\\" currentBalance=\\\"212624.04\\\" mode=\\\"FT\\\" narration=\\\"BIL/001983772909/ICICI BANK CREDIT CA/524193208676\\\" reference=\\\"RFN04241967\\\" transactionTimestamp=\\\"2023-06-17T06:33:00+00:00\\\" txnId=\\\"M8485948998\\\" type=\\\"DEBIT\\\" valueDate=\\\"2023-06-17\\\"/><Transaction amount=\\\"1896.62\\\" currentBalance=\\\"214520.66\\\" mode=\\\"CASH\\\" narration=\\\"BIL/BPAY/001982030055/BSE ISIP/BSE000000034260 \\\" reference=\\\"RFN09678102\\\" transactionTimestamp=\\\"2023-06-18T06:33:00+00:00\\\" txnId=\\\"M911574962\\\" type=\\\"CREDIT\\\" valueDate=\\\"2023-06-18\\\"/><Transaction amount=\\\"5195.12\\\" currentBalance=\\\"209325.54\\\" mode=\\\"ATM\\\" narration=\\\"ACH/TP Kotak Life Ins/1826771816 \\\" reference=\\\"RFN02774965\\\" transactionTimestamp=\\\"2023-06-19T06:33:00+00:00\\\" txnId=\\\"M6336540765\\\" type=\\\"DEBIT\\\" valueDate=\\\"2023-06-19\\\"/><Transaction amount=\\\"4886.04\\\" currentBalance=\\\"214211.58\\\" mode=\\\"Others\\\" narration=\\\"PMSBY RENEWAL PREMIUM FY 21 \\\" reference=\\\"RFN08960250\\\" transactionTimestamp=\\\"2023-06-20T06:33:00+00:00\\\" txnId=\\\"M308026409\\\" type=\\\"CREDIT\\\" valueDate=\\\"2023-06-20\\\"/><Transaction amount=\\\"2502.85\\\" currentBalance=\\\"211708.73\\\" mode=\\\"UPI\\\" narration=\\\"NEFT-SBIN120163800892-PRINCIPAL MUTUAL FUND-/ATTN//INB-\\\" reference=\\\"RFN06249386\\\" transactionTimestamp=\\\"2023-06-21T06:33:00+00:00\\\" txnId=\\\"M750274444\\\" type=\\\"DEBIT\\\" valueDate=\\\"2023-06-21\\\"/><Transaction amount=\\\"4440.62\\\" currentBalance=\\\"216149.35\\\" mode=\\\"UPI\\\" narration=\\\"ACH/HDFCLTD/253928436 \\\" reference=\\\"RFN05555194\\\" transactionTimestamp=\\\"2023-06-22T06:33:00+00:00\\\" txnId=\\\"M8052185618\\\" type=\\\"CREDIT\\\" valueDate=\\\"2023-06-22\\\"/><Transaction amount=\\\"8980.22\\\" currentBalance=\\\"225129.57\\\" mode=\\\"FT\\\" narration=\\\"SAL FINTECH PRODUCTS and SOLUTIONS\\\" reference=\\\"RFN03966802\\\" transactionTimestamp=\\\"2023-06-23T06:33:00+00:00\\\" txnId=\\\"M6084741641\\\" type=\\\"CREDIT\\\" valueDate=\\\"2023-06-23\\\"/><Transaction amount=\\\"7731.50\\\" currentBalance=\\\"232861.07\\\" mode=\\\"ATM\\\" narration=\\\"MMT/IMPS/013019275684/Rent May 2020/SAILAKSHMI/HDF\\\" reference=\\\"RFN06545579\\\" transactionTimestamp=\\\"2023-06-24T06:33:00+00:00\\\" txnId=\\\"M474417796\\\" type=\\\"CREDIT\\\" valueDate=\\\"2023-06-24\\\"/><Transaction amount=\\\"9274.90\\\" currentBalance=\\\"242135.97\\\" mode=\\\"CASH\\\" narration=\\\"PMSBY RENEWAL PREMIUM FY 21 \\\" reference=\\\"RFN05265080\\\" transactionTimestamp=\\\"2023-06-25T06:33:00+00:00\\\" txnId=\\\"M4662261491\\\" type=\\\"CREDIT\\\" valueDate=\\\"2023-06-25\\\"/><Transaction amount=\\\"5107.49\\\" currentBalance=\\\"237028.48\\\" mode=\\\"CASH\\\" narration=\\\"SAL FINTECH PRODUCTS and SOLUTIONS\\\" reference=\\\"RFN04097852\\\" transactionTimestamp=\\\"2023-06-26T06:33:00+00:00\\\" txnId=\\\"M6074310151\\\" type=\\\"DEBIT\\\" valueDate=\\\"2023-06-26\\\"/><Transaction amount=\\\"8755.60\\\" currentBalance=\\\"245784.08\\\" mode=\\\"CASH\\\" narration=\\\"BIL/001983772909/ICICI BANK CREDIT CA/524193208676\\\" reference=\\\"RFN07104658\\\" transactionTimestamp=\\\"2023-06-27T06:33:00+00:00\\\" txnId=\\\"M5621281798\\\" type=\\\"CREDIT\\\" valueDate=\\\"2023-06-27\\\"/><Transaction amount=\\\"9082.93\\\" currentBalance=\\\"236701.15\\\" mode=\\\"ATM\\\" narration=\\\"SAL FINTECH PRODUCTS and SOLUTIONS\\\" reference=\\\"RFN09889227\\\" transactionTimestamp=\\\"2023-06-28T06:33:00+00:00\\\" txnId=\\\"M3618499868\\\" type=\\\"DEBIT\\\" valueDate=\\\"2023-06-28\\\"/><Transaction amount=\\\"8588.53\\\" currentBalance=\\\"228112.62\\\" mode=\\\"FT\\\" narration=\\\"ACH/HDFCLTD/256070866 \\\" reference=\\\"RFN08624815\\\" transactionTimestamp=\\\"2023-06-29T06:33:00+00:00\\\" txnId=\\\"M8858647261\\\" type=\\\"DEBIT\\\" valueDate=\\\"2023-06-29\\\"/><Transaction amount=\\\"7438.93\\\" currentBalance=\\\"220673.69\\\" mode=\\\"CASH\\\" narration=\\\"ACH/TP ExideLife/INGLife/1834310500 \\\" reference=\\\"RFN02227649\\\" transactionTimestamp=\\\"2023-06-30T06:33:00+00:00\\\" txnId=\\\"M4014843534\\\" type=\\\"DEBIT\\\" valueDate=\\\"2023-06-30\\\"/><Transaction amount=\\\"7378.17\\\" currentBalance=\\\"228051.86\\\" mode=\\\"Others\\\" narration=\\\"NEFT-SBIN120163800892-PRINCIPAL MUTUAL FUND-/ATTN//INB-\\\" reference=\\\"RFN03720923\\\" transactionTimestamp=\\\"2023-07-01T06:33:00+00:00\\\" txnId=\\\"M2316955429\\\" type=\\\"CREDIT\\\" valueDate=\\\"2023-07-01\\\"/><Transaction amount=\\\"5912.89\\\" currentBalance=\\\"222138.97\\\" mode=\\\"UPI\\\" narration=\\\"ACH/TP ExideLife/INGLife/1834310500 \\\" reference=\\\"RFN04714459\\\" transactionTimestamp=\\\"2023-07-02T06:33:00+00:00\\\" txnId=\\\"M8274616628\\\" type=\\\"DEBIT\\\" valueDate=\\\"2023-07-02\\\"/><Transaction amount=\\\"1978.58\\\" currentBalance=\\\"220160.39\\\" mode=\\\"ATM\\\" narration=\\\"ACH/HDFCLTD/253928436 \\\" reference=\\\"RFN05988601\\\" transactionTimestamp=\\\"2023-07-03T06:33:00+00:00\\\" txnId=\\\"M5232116653\\\" type=\\\"DEBIT\\\" valueDate=\\\"2023-07-03\\\"/><Transaction amount=\\\"6326.26\\\" currentBalance=\\\"226486.65\\\" mode=\\\"ATM\\\" narration=\\\"BIL/001983772909/ICICI BANK CREDIT CA/524193208676\\\" reference=\\\"RFN07577814\\\" transactionTimestamp=\\\"2023-07-04T06:33:00+00:00\\\" txnId=\\\"M4529669785\\\" type=\\\"CREDIT\\\" valueDate=\\\"2023-07-04\\\"/><Transaction amount=\\\"6477.72\\\" currentBalance=\\\"232964.37\\\" mode=\\\"Others\\\" narration=\\\"CMS/000641754365/AD_LIC__648652702 \\\" reference=\\\"RFN07402280\\\" transactionTimestamp=\\\"2023-07-05T06:33:00+00:00\\\" txnId=\\\"M268309681\\\" type=\\\"CREDIT\\\" valueDate=\\\"2023-07-05\\\"/><Transaction amount=\\\"3948.97\\\" currentBalance=\\\"236913.34\\\" mode=\\\"FT\\\" narration=\\\"ACH/TP Kotak Life Ins/1832189136 \\\" reference=\\\"RFN01148392\\\" transactionTimestamp=\\\"2023-07-06T06:33:00+00:00\\\" txnId=\\\"M5791284777\\\" type=\\\"CREDIT\\\" valueDate=\\\"2023-07-06\\\"/><Transaction amount=\\\"9010.94\\\" currentBalance=\\\"227902.4\\\" mode=\\\"FT\\\" narration=\\\"BIL/001992356805/ICICI BANK CREDIT CA/431581009199\\\" reference=\\\"RFN05487879\\\" transactionTimestamp=\\\"2023-07-07T06:33:00+00:00\\\" txnId=\\\"M2728603340\\\" type=\\\"DEBIT\\\" valueDate=\\\"2023-07-07\\\"/><Transaction amount=\\\"2335.20\\\" currentBalance=\\\"225567.2\\\" mode=\\\"ATM\\\" narration=\\\"ACH/TP Kotak Life Ins/1826771816 \\\" reference=\\\"RFN01511325\\\" transactionTimestamp=\\\"2023-07-08T06:33:00+00:00\\\" txnId=\\\"M1387005495\\\" type=\\\"DEBIT\\\" valueDate=\\\"2023-07-08\\\"/><Transaction amount=\\\"5996.32\\\" currentBalance=\\\"231563.52\\\" mode=\\\"UPI\\\" narration=\\\"MMT/IMPS/013019273318/HDFC CC PMT/HDFC CREDI/HDFC0\\\" reference=\\\"RFN09408507\\\" transactionTimestamp=\\\"2023-07-09T06:33:00+00:00\\\" txnId=\\\"M332788366\\\" type=\\\"CREDIT\\\" valueDate=\\\"2023-07-09\\\"/><Transaction amount=\\\"8149.29\\\" currentBalance=\\\"239712.81\\\" mode=\\\"UPI\\\" narration=\\\"BIL/001992356805/ICICI BANK CREDIT CA/431581009199\\\" reference=\\\"RFN01703038\\\" transactionTimestamp=\\\"2023-07-10T06:33:00+00:00\\\" txnId=\\\"M5032712937\\\" type=\\\"CREDIT\\\" valueDate=\\\"2023-07-10\\\"/><Transaction amount=\\\"3702.92\\\" currentBalance=\\\"236009.89\\\" mode=\\\"FT\\\" narration=\\\"CMS/000641754365/AD_LIC__648652702 \\\" reference=\\\"RFN05109732\\\" transactionTimestamp=\\\"2023-07-11T06:33:00+00:00\\\" txnId=\\\"M3417956149\\\" type=\\\"DEBIT\\\" valueDate=\\\"2023-07-11\\\"/><Transaction amount=\\\"2103.57\\\" currentBalance=\\\"233906.32\\\" mode=\\\"UPI\\\" narration=\\\"ACH/TP Kotak Life Ins/1832189136 \\\" reference=\\\"RFN07338851\\\" transactionTimestamp=\\\"2023-07-12T06:33:00+00:00\\\" txnId=\\\"M8732491001\\\" type=\\\"DEBIT\\\" valueDate=\\\"2023-07-12\\\"/><Transaction amount=\\\"5470.28\\\" currentBalance=\\\"228436.04\\\" mode=\\\"CASH\\\" narration=\\\"ACH/TP Kotak Life Ins/1826771816 \\\" reference=\\\"RFN06517752\\\" transactionTimestamp=\\\"2023-07-13T06:33:00+00:00\\\" txnId=\\\"M6242430367\\\" type=\\\"DEBIT\\\" valueDate=\\\"2023-07-13\\\"/><Transaction amount=\\\"6267.97\\\" currentBalance=\\\"234704.01\\\" mode=\\\"FT\\\" narration=\\\"BIL/BPAY/002001526478/BSE ISIP/BSE000000034260 \\\" reference=\\\"RFN04537941\\\" transactionTimestamp=\\\"2023-07-14T06:33:00+00:00\\\" txnId=\\\"M1740842446\\\" type=\\\"CREDIT\\\" valueDate=\\\"2023-07-14\\\"/><Transaction amount=\\\"7717.56\\\" currentBalance=\\\"242421.57\\\" mode=\\\"ATM\\\" narration=\\\"NEFT-CITIN20080903889-MOTILAL OSWAL MLTICP 35FUND RED A\\\" reference=\\\"RFN08426157\\\" transactionTimestamp=\\\"2023-07-15T06:33:00+00:00\\\" txnId=\\\"M5154028917\\\" type=\\\"CREDIT\\\" valueDate=\\\"2023-07-15\\\"/><Transaction amount=\\\"4721.04\\\" currentBalance=\\\"247142.61\\\" mode=\\\"UPI\\\" narration=\\\"ACH/HDFCLTD/256070866 \\\" reference=\\\"RFN07166912\\\" transactionTimestamp=\\\"2023-07-16T06:33:00+00:00\\\" txnId=\\\"M2337727684\\\" type=\\\"CREDIT\\\" valueDate=\\\"2023-07-16\\\"/><Transaction amount=\\\"4220.97\\\" currentBalance=\\\"242921.64\\\" mode=\\\"CASH\\\" narration=\\\"SAL FINTECH PRODUCTS and SOLUTIONS\\\" reference=\\\"RFN04626490\\\" transactionTimestamp=\\\"2023-07-17T06:33:00+00:00\\\" txnId=\\\"M1865332699\\\" type=\\\"DEBIT\\\" valueDate=\\\"2023-07-17\\\"/><Transaction amount=\\\"9458.01\\\" currentBalance=\\\"252379.65\\\" mode=\\\"ATM\\\" narration=\\\"MMT/IMPS/013019273318/HDFC CC PMT/HDFC CREDI/HDFC0\\\" reference=\\\"RFN02828553\\\" transactionTimestamp=\\\"2023-07-18T06:33:00+00:00\\\" txnId=\\\"M9814854577\\\" type=\\\"CREDIT\\\" valueDate=\\\"2023-07-18\\\"/><Transaction amount=\\\"8502.68\\\" currentBalance=\\\"243876.97\\\" mode=\\\"Others\\\" narration=\\\"ACH/HDFCLTD/253928436 \\\" reference=\\\"RFN04400597\\\" transactionTimestamp=\\\"2023-07-19T06:33:00+00:00\\\" txnId=\\\"M5376293601\\\" type=\\\"DEBIT\\\" valueDate=\\\"2023-07-19\\\"/><Transaction amount=\\\"5057.69\\\" currentBalance=\\\"248934.66\\\" mode=\\\"Others\\\" narration=\\\"ACH/HDFCLTD/251443203 \\\" reference=\\\"RFN05805251\\\" transactionTimestamp=\\\"2023-07-20T06:33:00+00:00\\\" txnId=\\\"M8444940346\\\" type=\\\"CREDIT\\\" valueDate=\\\"2023-07-20\\\"/><Transaction amount=\\\"7724.86\\\" currentBalance=\\\"241209.8\\\" mode=\\\"UPI\\\" narration=\\\"SAL FINTECH PRODUCTS and SOLUTIONS\\\" reference=\\\"RFN02792737\\\" transactionTimestamp=\\\"2023-07-21T06:33:00+00:00\\\" txnId=\\\"M9350549408\\\" type=\\\"DEBIT\\\" valueDate=\\\"2023-07-21\\\"/><Transaction amount=\\\"9260.59\\\" currentBalance=\\\"250470.39\\\" mode=\\\"CASH\\\" narration=\\\"BIL/BPAY/002001526478/BSE ISIP/BSE000000034260 \\\" reference=\\\"RFN09736023\\\" transactionTimestamp=\\\"2023-07-22T06:33:00+00:00\\\" txnId=\\\"M6687099029\\\" type=\\\"CREDIT\\\" valueDate=\\\"2023-07-22\\\"/><Transaction amount=\\\"6111.03\\\" currentBalance=\\\"244359.36\\\" mode=\\\"Others\\\" narration=\\\"CMS/000641754365/AD_LIC__648652702 \\\" reference=\\\"RFN06255403\\\" transactionTimestamp=\\\"2023-07-23T06:33:00+00:00\\\" txnId=\\\"M3877065435\\\" type=\\\"DEBIT\\\" valueDate=\\\"2023-07-23\\\"/><Transaction amount=\\\"6961.80\\\" currentBalance=\\\"237397.56\\\" mode=\\\"ATM\\\" narration=\\\"MMT/IMPS/012923807671/For Car Loan/SBIN\\\" reference=\\\"RFN06539359\\\" transactionTimestamp=\\\"2023-07-24T06:33:00+00:00\\\" txnId=\\\"M7440217378\\\" type=\\\"DEBIT\\\" valueDate=\\\"2023-07-24\\\"/><Transaction amount=\\\"6900.36\\\" currentBalance=\\\"244297.92\\\" mode=\\\"ATM\\\" narration=\\\"NEFT-SBIN120163800892-PRINCIPAL MUTUAL FUND-/ATTN//INB-\\\" reference=\\\"RFN08014024\\\" transactionTimestamp=\\\"2023-07-25T06:33:00+00:00\\\" txnId=\\\"M1281878096\\\" type=\\\"CREDIT\\\" valueDate=\\\"2023-07-25\\\"/><Transaction amount=\\\"2632.70\\\" currentBalance=\\\"241665.22\\\" mode=\\\"UPI\\\" narration=\\\"BIL/001992356805/ICICI BANK CREDIT CA/431581009199\\\" reference=\\\"RFN08187189\\\" transactionTimestamp=\\\"2023-07-26T06:33:00+00:00\\\" txnId=\\\"M1006198631\\\" type=\\\"DEBIT\\\" valueDate=\\\"2023-07-26\\\"/><Transaction amount=\\\"2289.57\\\" currentBalance=\\\"239375.65\\\" mode=\\\"ATM\\\" narration=\\\"SAL FINTECH PRODUCTS and SOLUTIONS\\\" reference=\\\"RFN01405271\\\" transactionTimestamp=\\\"2023-07-27T06:33:00+00:00\\\" txnId=\\\"M8404909025\\\" type=\\\"DEBIT\\\" valueDate=\\\"2023-07-27\\\"/><Transaction amount=\\\"9999.34\\\" currentBalance=\\\"229376.31\\\" mode=\\\"Others\\\" narration=\\\"CMS/000651994446/AD_LIC__648652702 \\\" reference=\\\"RFN09642524\\\" transactionTimestamp=\\\"2023-07-28T06:33:00+00:00\\\" txnId=\\\"M7911043278\\\" type=\\\"DEBIT\\\" valueDate=\\\"2023-07-28\\\"/><Transaction amount=\\\"3955.99\\\" currentBalance=\\\"225420.32\\\" mode=\\\"Others\\\" narration=\\\"MMT/IMPS/013019273318/HDFC CC PMT/HDFC CREDI/HDFC0\\\" reference=\\\"RFN03398450\\\" transactionTimestamp=\\\"2023-07-29T06:33:00+00:00\\\" txnId=\\\"M8471179213\\\" type=\\\"DEBIT\\\" valueDate=\\\"2023-07-29\\\"/><Transaction amount=\\\"7062.64\\\" currentBalance=\\\"218357.68\\\" mode=\\\"Others\\\" narration=\\\"BIL/BPAY/002001526478/BSE ISIP/BSE000000034260 \\\" reference=\\\"RFN01196390\\\" transactionTimestamp=\\\"2023-07-30T06:33:00+00:00\\\" txnId=\\\"M2793084734\\\" type=\\\"DEBIT\\\" valueDate=\\\"2023-07-30\\\"/><Transaction amount=\\\"6267.80\\\" currentBalance=\\\"224625.48\\\" mode=\\\"Others\\\" narration=\\\"ACH/HDFCLTD/253928436 \\\" reference=\\\"RFN09199285\\\" transactionTimestamp=\\\"2023-07-31T06:33:00+00:00\\\" txnId=\\\"M4888705298\\\" type=\\\"CREDIT\\\" valueDate=\\\"2023-07-31\\\"/><Transaction amount=\\\"3980.33\\\" currentBalance=\\\"220645.15\\\" mode=\\\"Others\\\" narration=\\\"PMSBY RENEWAL PREMIUM FY 21 \\\" reference=\\\"RFN09692872\\\" transactionTimestamp=\\\"2023-08-01T06:33:00+00:00\\\" txnId=\\\"M7557173977\\\" type=\\\"DEBIT\\\" valueDate=\\\"2023-08-01\\\"/><Transaction amount=\\\"9394.91\\\" currentBalance=\\\"211250.24\\\" mode=\\\"ATM\\\" narration=\\\"PMSBY RENEWAL PREMIUM FY 21 \\\" reference=\\\"RFN01938571\\\" transactionTimestamp=\\\"2023-08-02T06:33:00+00:00\\\" txnId=\\\"M7831261130\\\" type=\\\"DEBIT\\\" valueDate=\\\"2023-08-02\\\"/><Transaction amount=\\\"7305.19\\\" currentBalance=\\\"203945.05\\\" mode=\\\"Others\\\" narration=\\\"MMT/IMPS/012923807671/For Car Loan/SBIN\\\" reference=\\\"RFN08384020\\\" transactionTimestamp=\\\"2023-08-03T06:33:00+00:00\\\" txnId=\\\"M9030645021\\\" type=\\\"DEBIT\\\" valueDate=\\\"2023-08-03\\\"/><Transaction amount=\\\"2962.31\\\" currentBalance=\\\"200982.74\\\" mode=\\\"Others\\\" narration=\\\"ACH/TP Kotak Life Ins/1832189136 \\\" reference=\\\"RFN05568001\\\" transactionTimestamp=\\\"2023-08-04T06:33:00+00:00\\\" txnId=\\\"M7698140299\\\" type=\\\"DEBIT\\\" valueDate=\\\"2023-08-04\\\"/><Transaction amount=\\\"5928.78\\\" currentBalance=\\\"195053.96\\\" mode=\\\"UPI\\\" narration=\\\"ACH/TP Kotak Life Ins/1832189136 \\\" reference=\\\"RFN05692355\\\" transactionTimestamp=\\\"2023-08-05T06:33:00+00:00\\\" txnId=\\\"M9452604895\\\" type=\\\"DEBIT\\\" valueDate=\\\"2023-08-05\\\"/><Transaction amount=\\\"2416.53\\\" currentBalance=\\\"192637.43\\\" mode=\\\"FT\\\" narration=\\\"MMT/IMPS/013019275684/Rent May 2020/SAILAKSHMI/HDF\\\" reference=\\\"RFN02493233\\\" transactionTimestamp=\\\"2023-08-06T06:33:00+00:00\\\" txnId=\\\"M290089769\\\" type=\\\"DEBIT\\\" valueDate=\\\"2023-08-06\\\"/><Transaction amount=\\\"8628.07\\\" currentBalance=\\\"201265.5\\\" mode=\\\"FT\\\" narration=\\\"BIL/BPAY/001982030055/BSE ISIP/BSE000000034260 \\\" reference=\\\"RFN06809965\\\" transactionTimestamp=\\\"2023-08-07T06:33:00+00:00\\\" txnId=\\\"M1410953006\\\" type=\\\"CREDIT\\\" valueDate=\\\"2023-08-07\\\"/><Transaction amount=\\\"4974.06\\\" currentBalance=\\\"206239.56\\\" mode=\\\"FT\\\" narration=\\\"BIL/BPAY/002001526478/BSE ISIP/BSE000000034260 \\\" reference=\\\"RFN06254162\\\" transactionTimestamp=\\\"2023-08-08T06:33:00+00:00\\\" txnId=\\\"M1283582677\\\" type=\\\"CREDIT\\\" valueDate=\\\"2023-08-08\\\"/><Transaction amount=\\\"3065.64\\\" currentBalance=\\\"209305.2\\\" mode=\\\"Others\\\" narration=\\\"ACH/HDFCLTD/256070866 \\\" reference=\\\"RFN04292759\\\" transactionTimestamp=\\\"2023-08-09T06:33:00+00:00\\\" txnId=\\\"M2966870900\\\" type=\\\"CREDIT\\\" valueDate=\\\"2023-08-09\\\"/><Transaction amount=\\\"6818.94\\\" currentBalance=\\\"202486.26\\\" mode=\\\"ATM\\\" narration=\\\"CMS/000651994446/AD_LIC__648652702 \\\" reference=\\\"RFN01137598\\\" transactionTimestamp=\\\"2023-08-10T06:33:00+00:00\\\" txnId=\\\"M6019493937\\\" type=\\\"DEBIT\\\" valueDate=\\\"2023-08-10\\\"/><Transaction amount=\\\"7069.07\\\" currentBalance=\\\"209555.33\\\" mode=\\\"Others\\\" narration=\\\"NEFT-CITIN20080903889-MOTILAL OSWAL MLTICP 35FUND RED A\\\" reference=\\\"RFN09074670\\\" transactionTimestamp=\\\"2023-08-11T06:33:00+00:00\\\" txnId=\\\"M4692838403\\\" type=\\\"CREDIT\\\" valueDate=\\\"2023-08-11\\\"/><Transaction amount=\\\"6503.25\\\" currentBalance=\\\"216058.58\\\" mode=\\\"ATM\\\" narration=\\\"ACH/TP ExideLife/INGLife/1834310500 \\\" reference=\\\"RFN08224528\\\" transactionTimestamp=\\\"2023-08-12T06:33:00+00:00\\\" txnId=\\\"M3800120047\\\" type=\\\"CREDIT\\\" valueDate=\\\"2023-08-12\\\"/><Transaction amount=\\\"5644.94\\\" currentBalance=\\\"210413.64\\\" mode=\\\"FT\\\" narration=\\\"CMS/000651994446/AD_LIC__648652702 \\\" reference=\\\"RFN03419039\\\" transactionTimestamp=\\\"2023-08-13T06:33:00+00:00\\\" txnId=\\\"M187382006\\\" type=\\\"DEBIT\\\" valueDate=\\\"2023-08-13\\\"/><Transaction amount=\\\"4893.76\\\" currentBalance=\\\"215307.4\\\" mode=\\\"ATM\\\" narration=\\\"BIL/BPAY/002001526478/BSE ISIP/BSE000000034260 \\\" reference=\\\"RFN06074323\\\" transactionTimestamp=\\\"2023-08-14T06:33:00+00:00\\\" txnId=\\\"M9347224057\\\" type=\\\"CREDIT\\\" valueDate=\\\"2023-08-14\\\"/><Transaction amount=\\\"4120.30\\\" currentBalance=\\\"211187.1\\\" mode=\\\"ATM\\\" narration=\\\"BIL/ONL/001973684380/State Bank/SBICARD_SICI874/SB\\\" reference=\\\"RFN07721695\\\" transactionTimestamp=\\\"2023-08-15T06:33:00+00:00\\\" txnId=\\\"M3730675818\\\" type=\\\"DEBIT\\\" valueDate=\\\"2023-08-15\\\"/><Transaction amount=\\\"4116.72\\\" currentBalance=\\\"215303.82\\\" mode=\\\"ATM\\\" narration=\\\"MMT/IMPS/013019273318/HDFC CC PMT/HDFC CREDI/HDFC0\\\" reference=\\\"RFN07268401\\\" transactionTimestamp=\\\"2023-08-16T06:33:00+00:00\\\" txnId=\\\"M2779475300\\\" type=\\\"CREDIT\\\" valueDate=\\\"2023-08-16\\\"/><Transaction amount=\\\"5260.09\\\" currentBalance=\\\"220563.91\\\" mode=\\\"Others\\\" narration=\\\"ACH/HDFCLTD/251443203 \\\" reference=\\\"RFN08349607\\\" transactionTimestamp=\\\"2023-08-17T06:33:00+00:00\\\" txnId=\\\"M2418347289\\\" type=\\\"CREDIT\\\" valueDate=\\\"2023-08-17\\\"/><Transaction amount=\\\"4313.93\\\" currentBalance=\\\"216249.98\\\" mode=\\\"Others\\\" narration=\\\"BIL/001983772909/ICICI BANK CREDIT CA/524193208676\\\" reference=\\\"RFN09762457\\\" transactionTimestamp=\\\"2023-08-18T06:33:00+00:00\\\" txnId=\\\"M6998926910\\\" type=\\\"DEBIT\\\" valueDate=\\\"2023-08-18\\\"/><Transaction amount=\\\"6995.20\\\" currentBalance=\\\"209254.78\\\" mode=\\\"Others\\\" narration=\\\"ACH/TP ExideLife/INGLife/1834310500 \\\" reference=\\\"RFN09839501\\\" transactionTimestamp=\\\"2023-08-19T06:33:00+00:00\\\" txnId=\\\"M5152383678\\\" type=\\\"DEBIT\\\" valueDate=\\\"2023-08-19\\\"/><Transaction amount=\\\"2980.96\\\" currentBalance=\\\"206273.82\\\" mode=\\\"Others\\\" narration=\\\"MMT/IMPS/012923807671/For Car Loan/SBIN\\\" reference=\\\"RFN06559688\\\" transactionTimestamp=\\\"2023-08-20T06:33:00+00:00\\\" txnId=\\\"M7732771163\\\" type=\\\"DEBIT\\\" valueDate=\\\"2023-08-20\\\"/><Transaction amount=\\\"4936.13\\\" currentBalance=\\\"201337.69\\\" mode=\\\"FT\\\" narration=\\\"ACH/HDFCLTD/256070866 \\\" reference=\\\"RFN05911845\\\" transactionTimestamp=\\\"2023-08-21T06:33:00+00:00\\\" txnId=\\\"M482622905\\\" type=\\\"DEBIT\\\" valueDate=\\\"2023-08-21\\\"/><Transaction amount=\\\"4986.60\\\" currentBalance=\\\"206324.29\\\" mode=\\\"FT\\\" narration=\\\"ACH/HDFCLTD/251443203 \\\" reference=\\\"RFN09614811\\\" transactionTimestamp=\\\"2023-08-22T06:33:00+00:00\\\" txnId=\\\"M862975863\\\" type=\\\"CREDIT\\\" valueDate=\\\"2023-08-22\\\"/><Transaction amount=\\\"6825.20\\\" currentBalance=\\\"213149.49\\\" mode=\\\"Others\\\" narration=\\\"ACH/TP Kotak Life Ins/1826771816 \\\" reference=\\\"RFN08726785\\\" transactionTimestamp=\\\"2023-08-23T06:33:00+00:00\\\" txnId=\\\"M8387303170\\\" type=\\\"CREDIT\\\" valueDate=\\\"2023-08-23\\\"/><Transaction amount=\\\"6375.61\\\" currentBalance=\\\"219525.1\\\" mode=\\\"UPI\\\" narration=\\\"ACH/HDFCLTD/253928436 \\\" reference=\\\"RFN09422564\\\" transactionTimestamp=\\\"2023-08-24T06:33:00+00:00\\\" txnId=\\\"M1597071730\\\" type=\\\"CREDIT\\\" valueDate=\\\"2023-08-24\\\"/><Transaction amount=\\\"3665.18\\\" currentBalance=\\\"215859.92\\\" mode=\\\"Others\\\" narration=\\\"MMT/IMPS/013019275684/Rent May 2020/SAILAKSHMI/HDF\\\" reference=\\\"RFN05329212\\\" transactionTimestamp=\\\"2023-08-25T06:33:00+00:00\\\" txnId=\\\"M9683357356\\\" type=\\\"DEBIT\\\" valueDate=\\\"2023-08-25\\\"/><Transaction amount=\\\"1237.58\\\" currentBalance=\\\"217097.5\\\" mode=\\\"ATM\\\" narration=\\\"ACH/TP Kotak Life Ins/1826771816 \\\" reference=\\\"RFN09407427\\\" transactionTimestamp=\\\"2023-08-26T06:33:00+00:00\\\" txnId=\\\"M2261773903\\\" type=\\\"CREDIT\\\" valueDate=\\\"2023-08-26\\\"/><Transaction amount=\\\"6437.37\\\" currentBalance=\\\"210660.13\\\" mode=\\\"UPI\\\" narration=\\\"ACH/HDFCLTD/253928436 \\\" reference=\\\"RFN08502838\\\" transactionTimestamp=\\\"2023-08-27T06:33:00+00:00\\\" txnId=\\\"M8310585583\\\" type=\\\"DEBIT\\\" valueDate=\\\"2023-08-27\\\"/><Transaction amount=\\\"4913.45\\\" currentBalance=\\\"215573.58\\\" mode=\\\"FT\\\" narration=\\\"PMSBY RENEWAL PREMIUM FY 21 \\\" reference=\\\"RFN06326769\\\" transactionTimestamp=\\\"2023-08-28T06:33:00+00:00\\\" txnId=\\\"M3047666229\\\" type=\\\"CREDIT\\\" valueDate=\\\"2023-08-28\\\"/><Transaction amount=\\\"3016.89\\\" currentBalance=\\\"212556.69\\\" mode=\\\"Others\\\" narration=\\\"ACH/TP Kotak Life Ins/1826771816 \\\" reference=\\\"RFN04339579\\\" transactionTimestamp=\\\"2023-08-29T06:33:00+00:00\\\" txnId=\\\"M7608698586\\\" type=\\\"DEBIT\\\" valueDate=\\\"2023-08-29\\\"/><Transaction amount=\\\"6466.73\\\" currentBalance=\\\"206089.96\\\" mode=\\\"ATM\\\" narration=\\\"BIL/ONL/001973684380/State Bank/SBICARD_SICI874/SB\\\" reference=\\\"RFN05831876\\\" transactionTimestamp=\\\"2023-08-30T06:33:00+00:00\\\" txnId=\\\"M5459841917\\\" type=\\\"DEBIT\\\" valueDate=\\\"2023-08-30\\\"/><Transaction amount=\\\"2860.09\\\" currentBalance=\\\"203229.87\\\" mode=\\\"ATM\\\" narration=\\\"BIL/ONL/001973684380/State Bank/SBICARD_SICI874/SB\\\" reference=\\\"RFN08820497\\\" transactionTimestamp=\\\"2023-08-31T06:33:00+00:00\\\" txnId=\\\"M7772531643\\\" type=\\\"DEBIT\\\" valueDate=\\\"2023-08-31\\\"/><Transaction amount=\\\"3891.45\\\" currentBalance=\\\"207121.32\\\" mode=\\\"UPI\\\" narration=\\\"CMS/000641754365/AD_LIC__648652702 \\\" reference=\\\"RFN05343832\\\" transactionTimestamp=\\\"2023-09-01T06:33:00+00:00\\\" txnId=\\\"M788159829\\\" type=\\\"CREDIT\\\" valueDate=\\\"2023-09-01\\\"/><Transaction amount=\\\"9475.33\\\" currentBalance=\\\"216596.65\\\" mode=\\\"CASH\\\" narration=\\\"BIL/001992356805/ICICI BANK CREDIT CA/431581009199\\\" reference=\\\"RFN08954459\\\" transactionTimestamp=\\\"2023-09-02T06:33:00+00:00\\\" txnId=\\\"M5529731661\\\" type=\\\"CREDIT\\\" valueDate=\\\"2023-09-02\\\"/><Transaction amount=\\\"6378.44\\\" currentBalance=\\\"222975.09\\\" mode=\\\"FT\\\" narration=\\\"ACH/HDFCLTD/251443203 \\\" reference=\\\"RFN09312582\\\" transactionTimestamp=\\\"2023-09-03T06:33:00+00:00\\\" txnId=\\\"M6965859280\\\" type=\\\"CREDIT\\\" valueDate=\\\"2023-09-03\\\"/><Transaction amount=\\\"9536.34\\\" currentBalance=\\\"232511.43\\\" mode=\\\"FT\\\" narration=\\\"CMS/000651994446/AD_LIC__648652702 \\\" reference=\\\"RFN06676767\\\" transactionTimestamp=\\\"2023-09-04T06:33:00+00:00\\\" txnId=\\\"M8627373872\\\" type=\\\"CREDIT\\\" valueDate=\\\"2023-09-04\\\"/><Transaction amount=\\\"1412.70\\\" currentBalance=\\\"233924.13\\\" mode=\\\"CASH\\\" narration=\\\"CMS/000641754365/AD_LIC__648652702 \\\" reference=\\\"RFN01529323\\\" transactionTimestamp=\\\"2023-09-05T06:33:00+00:00\\\" txnId=\\\"M9427415438\\\" type=\\\"CREDIT\\\" valueDate=\\\"2023-09-05\\\"/><Transaction amount=\\\"4381.10\\\" currentBalance=\\\"229543.03\\\" mode=\\\"CASH\\\" narration=\\\"BIL/ONL/001973684380/State Bank/SBICARD_SICI874/SB\\\" reference=\\\"RFN04697268\\\" transactionTimestamp=\\\"2023-09-06T06:33:00+00:00\\\" txnId=\\\"M5454564247\\\" type=\\\"DEBIT\\\" valueDate=\\\"2023-09-06\\\"/><Transaction amount=\\\"4163.43\\\" currentBalance=\\\"233706.46\\\" mode=\\\"ATM\\\" narration=\\\"BIL/001983772909/ICICI BANK CREDIT CA/524193208676\\\" reference=\\\"RFN06312196\\\" transactionTimestamp=\\\"2023-09-07T06:33:00+00:00\\\" txnId=\\\"M6457224291\\\" type=\\\"CREDIT\\\" valueDate=\\\"2023-09-07\\\"/><Transaction amount=\\\"5869.36\\\" currentBalance=\\\"227837.1\\\" mode=\\\"ATM\\\" narration=\\\"SAL FINTECH PRODUCTS and SOLUTIONS\\\" reference=\\\"RFN03281095\\\" transactionTimestamp=\\\"2023-09-08T06:33:00+00:00\\\" txnId=\\\"M3687042673\\\" type=\\\"DEBIT\\\" valueDate=\\\"2023-09-08\\\"/><Transaction amount=\\\"2103.19\\\" currentBalance=\\\"229940.29\\\" mode=\\\"ATM\\\" narration=\\\"BIL/001992356805/ICICI BANK CREDIT CA/431581009199\\\" reference=\\\"RFN03408843\\\" transactionTimestamp=\\\"2023-09-09T06:33:00+00:00\\\" txnId=\\\"M9818895067\\\" type=\\\"CREDIT\\\" valueDate=\\\"2023-09-09\\\"/><Transaction amount=\\\"4312.31\\\" currentBalance=\\\"225627.98\\\" mode=\\\"CASH\\\" narration=\\\"MMT/IMPS/013019275684/Rent May 2020/SAILAKSHMI/HDF\\\" reference=\\\"RFN01231276\\\" transactionTimestamp=\\\"2023-09-10T06:33:00+00:00\\\" txnId=\\\"M3792232417\\\" type=\\\"DEBIT\\\" valueDate=\\\"2023-09-10\\\"/><Transaction amount=\\\"8367.05\\\" currentBalance=\\\"233995.03\\\" mode=\\\"UPI\\\" narration=\\\"PMSBY RENEWAL PREMIUM FY 21 \\\" reference=\\\"RFN04950172\\\" transactionTimestamp=\\\"2023-09-11T06:33:00+00:00\\\" txnId=\\\"M9313405570\\\" type=\\\"CREDIT\\\" valueDate=\\\"2023-09-11\\\"/><Transaction amount=\\\"3850.37\\\" currentBalance=\\\"237845.4\\\" mode=\\\"FT\\\" narration=\\\"ACH/TP Kotak Life Ins/1826771816 \\\" reference=\\\"RFN06941592\\\" transactionTimestamp=\\\"2023-09-12T06:33:00+00:00\\\" txnId=\\\"M5005689165\\\" type=\\\"CREDIT\\\" valueDate=\\\"2023-09-12\\\"/><Transaction amount=\\\"5261.74\\\" currentBalance=\\\"232583.66\\\" mode=\\\"CASH\\\" narration=\\\"ACH/HDFCLTD/253928436 \\\" reference=\\\"RFN03961037\\\" transactionTimestamp=\\\"2023-09-13T06:33:00+00:00\\\" txnId=\\\"M7887219856\\\" type=\\\"DEBIT\\\" valueDate=\\\"2023-09-13\\\"/><Transaction amount=\\\"9308.56\\\" currentBalance=\\\"223275.1\\\" mode=\\\"CASH\\\" narration=\\\"PMSBY RENEWAL PREMIUM FY 21 \\\" reference=\\\"RFN06421218\\\" transactionTimestamp=\\\"2023-09-14T06:33:00+00:00\\\" txnId=\\\"M563231405\\\" type=\\\"DEBIT\\\" valueDate=\\\"2023-09-14\\\"/><Transaction amount=\\\"5452.53\\\" currentBalance=\\\"228727.63\\\" mode=\\\"CASH\\\" narration=\\\"NEFT-SBIN120163800892-PRINCIPAL MUTUAL FUND-/ATTN//INB-\\\" reference=\\\"RFN08756301\\\" transactionTimestamp=\\\"2023-09-15T06:33:00+00:00\\\" txnId=\\\"M4689913023\\\" type=\\\"CREDIT\\\" valueDate=\\\"2023-09-15\\\"/><Transaction amount=\\\"2211.63\\\" currentBalance=\\\"230939.26\\\" mode=\\\"FT\\\" narration=\\\"MMT/IMPS/012923807671/For Car Loan/SBIN\\\" reference=\\\"RFN09939382\\\" transactionTimestamp=\\\"2023-09-16T06:33:00+00:00\\\" txnId=\\\"M4003307351\\\" type=\\\"CREDIT\\\" valueDate=\\\"2023-09-16\\\"/><Transaction amount=\\\"2834.98\\\" currentBalance=\\\"233774.24\\\" mode=\\\"FT\\\" narration=\\\"ACH/HDFCLTD/253928436 \\\" reference=\\\"RFN05436593\\\" transactionTimestamp=\\\"2023-09-17T06:33:00+00:00\\\" txnId=\\\"M7640622885\\\" type=\\\"CREDIT\\\" valueDate=\\\"2023-09-17\\\"/><Transaction amount=\\\"4069.63\\\" currentBalance=\\\"229704.61\\\" mode=\\\"UPI\\\" narration=\\\"PMSBY RENEWAL PREMIUM FY 21 \\\" reference=\\\"RFN05323859\\\" transactionTimestamp=\\\"2023-09-18T06:33:00+00:00\\\" txnId=\\\"M2674762684\\\" type=\\\"DEBIT\\\" valueDate=\\\"2023-09-18\\\"/><Transaction amount=\\\"2550.04\\\" currentBalance=\\\"227154.57\\\" mode=\\\"Others\\\" narration=\\\"NEFT-CITIN20080903889-MOTILAL OSWAL MLTICP 35FUND RED A\\\" reference=\\\"RFN05199511\\\" transactionTimestamp=\\\"2023-09-19T06:33:00+00:00\\\" txnId=\\\"M4491941210\\\" type=\\\"DEBIT\\\" valueDate=\\\"2023-09-19\\\"/><Transaction amount=\\\"7566.23\\\" currentBalance=\\\"234720.8\\\" mode=\\\"Others\\\" narration=\\\"ACH/HDFCLTD/256070866 \\\" reference=\\\"RFN09485203\\\" transactionTimestamp=\\\"2023-09-20T06:33:00+00:00\\\" txnId=\\\"M1500906599\\\" type=\\\"CREDIT\\\" valueDate=\\\"2023-09-20\\\"/><Transaction amount=\\\"5608.75\\\" currentBalance=\\\"229112.05\\\" mode=\\\"FT\\\" narration=\\\"ACH/HDFCLTD/251443203 \\\" reference=\\\"RFN09588859\\\" transactionTimestamp=\\\"2023-09-21T06:33:00+00:00\\\" txnId=\\\"M4206847798\\\" type=\\\"DEBIT\\\" valueDate=\\\"2023-09-21\\\"/><Transaction amount=\\\"4241.88\\\" currentBalance=\\\"224870.17\\\" mode=\\\"CASH\\\" narration=\\\"NEFT-SBIN120163800892-PRINCIPAL MUTUAL FUND-/ATTN//INB-\\\" reference=\\\"RFN02986841\\\" transactionTimestamp=\\\"2023-09-22T06:33:00+00:00\\\" txnId=\\\"M5160864759\\\" type=\\\"DEBIT\\\" valueDate=\\\"2023-09-22\\\"/><Transaction amount=\\\"3451.80\\\" currentBalance=\\\"221418.37\\\" mode=\\\"UPI\\\" narration=\\\"ACH/TP ExideLife/INGLife/1834310500 \\\" reference=\\\"RFN05172724\\\" transactionTimestamp=\\\"2023-09-23T06:33:00+00:00\\\" txnId=\\\"M7358922910\\\" type=\\\"DEBIT\\\" valueDate=\\\"2023-09-23\\\"/><Transaction amount=\\\"2256.60\\\" currentBalance=\\\"223674.97\\\" mode=\\\"Others\\\" narration=\\\"ACH/HDFCLTD/253928436 \\\" reference=\\\"RFN05340038\\\" transactionTimestamp=\\\"2023-09-24T06:33:00+00:00\\\" txnId=\\\"M9041795256\\\" type=\\\"CREDIT\\\" valueDate=\\\"2023-09-24\\\"/><Transaction amount=\\\"8312.24\\\" currentBalance=\\\"231987.21\\\" mode=\\\"FT\\\" narration=\\\"ACH/HDFCLTD/256070866 \\\" reference=\\\"RFN09268632\\\" transactionTimestamp=\\\"2023-09-25T06:33:00+00:00\\\" txnId=\\\"M6911658456\\\" type=\\\"CREDIT\\\" valueDate=\\\"2023-09-25\\\"/><Transaction amount=\\\"8327.77\\\" currentBalance=\\\"223659.44\\\" mode=\\\"UPI\\\" narration=\\\"CMS/000641754365/AD_LIC__648652702 \\\" reference=\\\"RFN04324263\\\" transactionTimestamp=\\\"2023-09-26T06:33:00+00:00\\\" txnId=\\\"M1626677183\\\" type=\\\"DEBIT\\\" valueDate=\\\"2023-09-26\\\"/><Transaction amount=\\\"9424.96\\\" currentBalance=\\\"214234.48\\\" mode=\\\"Others\\\" narration=\\\"BIL/001992356805/ICICI BANK CREDIT CA/431581009199\\\" reference=\\\"RFN08373334\\\" transactionTimestamp=\\\"2023-09-27T06:33:00+00:00\\\" txnId=\\\"M389780285\\\" type=\\\"DEBIT\\\" valueDate=\\\"2023-09-27\\\"/><Transaction amount=\\\"7464.72\\\" currentBalance=\\\"221699.2\\\" mode=\\\"Others\\\" narration=\\\"NEFT-CITIN20080903889-MOTILAL OSWAL MLTICP 35FUND RED A\\\" reference=\\\"RFN01851344\\\" transactionTimestamp=\\\"2023-09-28T06:33:00+00:00\\\" txnId=\\\"M3299255862\\\" type=\\\"CREDIT\\\" valueDate=\\\"2023-09-28\\\"/><Transaction amount=\\\"6329.54\\\" currentBalance=\\\"228028.74\\\" mode=\\\"Others\\\" narration=\\\"CMS/000651994446/AD_LIC__648652702 \\\" reference=\\\"RFN02980229\\\" transactionTimestamp=\\\"2023-09-29T06:33:00+00:00\\\" txnId=\\\"M4398784462\\\" type=\\\"CREDIT\\\" valueDate=\\\"2023-09-29\\\"/><Transaction amount=\\\"7181.38\\\" currentBalance=\\\"220847.36\\\" mode=\\\"FT\\\" narration=\\\"BIL/ONL/001973684380/State Bank/SBICARD_SICI874/SB\\\" reference=\\\"RFN03961085\\\" transactionTimestamp=\\\"2023-09-30T06:33:00+00:00\\\" txnId=\\\"M1657335325\\\" type=\\\"DEBIT\\\" valueDate=\\\"2023-09-30\\\"/><Transaction amount=\\\"9439.18\\\" currentBalance=\\\"211408.18\\\" mode=\\\"ATM\\\" narration=\\\"MMT/IMPS/013019275684/Rent May 2020/SAILAKSHMI/HDF\\\" reference=\\\"RFN06687095\\\" transactionTimestamp=\\\"2023-10-01T06:33:00+00:00\\\" txnId=\\\"M8345678505\\\" type=\\\"DEBIT\\\" valueDate=\\\"2023-10-01\\\"/><Transaction amount=\\\"7007.40\\\" currentBalance=\\\"204400.78\\\" mode=\\\"FT\\\" narration=\\\"CMS/000651994446/AD_LIC__648652702 \\\" reference=\\\"RFN04077189\\\" transactionTimestamp=\\\"2023-10-02T06:33:00+00:00\\\" txnId=\\\"M9582733244\\\" type=\\\"DEBIT\\\" valueDate=\\\"2023-10-02\\\"/><Transaction amount=\\\"6494.16\\\" currentBalance=\\\"197906.62\\\" mode=\\\"Others\\\" narration=\\\"ACH/TP ExideLife/INGLife/1834310500 \\\" reference=\\\"RFN04084552\\\" transactionTimestamp=\\\"2023-10-03T06:33:00+00:00\\\" txnId=\\\"M5944468896\\\" type=\\\"DEBIT\\\" valueDate=\\\"2023-10-03\\\"/><Transaction amount=\\\"3345.80\\\" currentBalance=\\\"194560.82\\\" mode=\\\"Others\\\" narration=\\\"ACH/HDFCLTD/253928436 \\\" reference=\\\"RFN06563977\\\" transactionTimestamp=\\\"2023-10-04T06:33:00+00:00\\\" txnId=\\\"M7853304069\\\" type=\\\"DEBIT\\\" valueDate=\\\"2023-10-04\\\"/><Transaction amount=\\\"2217.51\\\" currentBalance=\\\"192343.31\\\" mode=\\\"UPI\\\" narration=\\\"CMS/000641754365/AD_LIC__648652702 \\\" reference=\\\"RFN04014600\\\" transactionTimestamp=\\\"2023-10-05T06:33:00+00:00\\\" txnId=\\\"M4497968426\\\" type=\\\"DEBIT\\\" valueDate=\\\"2023-10-05\\\"/><Transaction amount=\\\"4117.54\\\" currentBalance=\\\"196460.85\\\" mode=\\\"FT\\\" narration=\\\"MMT/IMPS/013019273318/HDFC CC PMT/HDFC CREDI/HDFC0\\\" reference=\\\"RFN09930707\\\" transactionTimestamp=\\\"2023-10-06T06:33:00+00:00\\\" txnId=\\\"M4429446359\\\" type=\\\"CREDIT\\\" valueDate=\\\"2023-10-06\\\"/><Transaction amount=\\\"6977.27\\\" currentBalance=\\\"189483.58\\\" mode=\\\"ATM\\\" narration=\\\"MMT/IMPS/013019273318/HDFC CC PMT/HDFC CREDI/HDFC0\\\" reference=\\\"RFN06835186\\\" transactionTimestamp=\\\"2023-10-07T06:33:00+00:00\\\" txnId=\\\"M1594239353\\\" type=\\\"DEBIT\\\" valueDate=\\\"2023-10-07\\\"/><Transaction amount=\\\"1909.84\\\" currentBalance=\\\"187573.74\\\" mode=\\\"ATM\\\" narration=\\\"ACH/HDFCLTD/256070866 \\\" reference=\\\"RFN05675776\\\" transactionTimestamp=\\\"2023-10-08T06:33:00+00:00\\\" txnId=\\\"M4196094283\\\" type=\\\"DEBIT\\\" valueDate=\\\"2023-10-08\\\"/><Transaction amount=\\\"8088.67\\\" currentBalance=\\\"195662.41\\\" mode=\\\"ATM\\\" narration=\\\"SAL FINTECH PRODUCTS and SOLUTIONS\\\" reference=\\\"RFN01833598\\\" transactionTimestamp=\\\"2023-10-09T06:33:00+00:00\\\" txnId=\\\"M6270557970\\\" type=\\\"CREDIT\\\" valueDate=\\\"2023-10-09\\\"/><Transaction amount=\\\"5036.30\\\" currentBalance=\\\"200698.71\\\" mode=\\\"FT\\\" narration=\\\"ACH/TP Kotak Life Ins/1832189136 \\\" reference=\\\"RFN09738103\\\" transactionTimestamp=\\\"2023-10-10T06:33:00+00:00\\\" txnId=\\\"M2158296739\\\" type=\\\"CREDIT\\\" valueDate=\\\"2023-10-10\\\"/><Transaction amount=\\\"3308.07\\\" currentBalance=\\\"197390.64\\\" mode=\\\"ATM\\\" narration=\\\"CMS/000651994446/AD_LIC__648652702 \\\" reference=\\\"RFN02683788\\\" transactionTimestamp=\\\"2023-10-11T06:33:00+00:00\\\" txnId=\\\"M2424798136\\\" type=\\\"DEBIT\\\" valueDate=\\\"2023-10-11\\\"/><Transaction amount=\\\"1562.30\\\" currentBalance=\\\"198952.94\\\" mode=\\\"Others\\\" narration=\\\"BIL/BPAY/001982030055/BSE ISIP/BSE000000034260 \\\" reference=\\\"RFN08562422\\\" transactionTimestamp=\\\"2023-10-12T06:33:00+00:00\\\" txnId=\\\"M8681320117\\\" type=\\\"CREDIT\\\" valueDate=\\\"2023-10-12\\\"/><Transaction amount=\\\"8859.59\\\" currentBalance=\\\"207812.53\\\" mode=\\\"ATM\\\" narration=\\\"PMSBY RENEWAL PREMIUM FY 21 \\\" reference=\\\"RFN08951243\\\" transactionTimestamp=\\\"2023-10-13T06:33:00+00:00\\\" txnId=\\\"M8934167475\\\" type=\\\"CREDIT\\\" valueDate=\\\"2023-10-13\\\"/><Transaction amount=\\\"1355.00\\\" currentBalance=\\\"206457.53\\\" mode=\\\"Others\\\" narration=\\\"BIL/BPAY/001982030055/BSE ISIP/BSE000000034260 \\\" reference=\\\"RFN05893830\\\" transactionTimestamp=\\\"2023-10-14T06:33:00+00:00\\\" txnId=\\\"M6758956438\\\" type=\\\"DEBIT\\\" valueDate=\\\"2023-10-14\\\"/><Transaction amount=\\\"8238.71\\\" currentBalance=\\\"198218.82\\\" mode=\\\"ATM\\\" narration=\\\"NEFT-CITIN20080903889-MOTILAL OSWAL MLTICP 35FUND RED A\\\" reference=\\\"RFN05713290\\\" transactionTimestamp=\\\"2023-10-15T06:33:00+00:00\\\" txnId=\\\"M5938916495\\\" type=\\\"DEBIT\\\" valueDate=\\\"2023-10-15\\\"/><Transaction amount=\\\"9117.20\\\" currentBalance=\\\"189101.62\\\" mode=\\\"UPI\\\" narration=\\\"ACH/HDFCLTD/251443203 \\\" reference=\\\"RFN07035418\\\" transactionTimestamp=\\\"2023-10-16T06:33:00+00:00\\\" txnId=\\\"M8538763626\\\" type=\\\"DEBIT\\\" valueDate=\\\"2023-10-16\\\"/><Transaction amount=\\\"9638.92\\\" currentBalance=\\\"179462.7\\\" mode=\\\"UPI\\\" narration=\\\"NEFT-CITIN20080903889-MOTILAL OSWAL MLTICP 35FUND RED A\\\" reference=\\\"RFN08546994\\\" transactionTimestamp=\\\"2023-10-17T06:33:00+00:00\\\" txnId=\\\"M6478011129\\\" type=\\\"DEBIT\\\" valueDate=\\\"2023-10-17\\\"/><Transaction amount=\\\"7761.08\\\" currentBalance=\\\"187223.78\\\" mode=\\\"ATM\\\" narration=\\\"ACH/HDFCLTD/256070866 \\\" reference=\\\"RFN09231783\\\" transactionTimestamp=\\\"2023-10-18T06:33:00+00:00\\\" txnId=\\\"M5080870090\\\" type=\\\"CREDIT\\\" valueDate=\\\"2023-10-18\\\"/><Transaction amount=\\\"2444.04\\\" currentBalance=\\\"184779.74\\\" mode=\\\"UPI\\\" narration=\\\"CMS/000641754365/AD_LIC__648652702 \\\" reference=\\\"RFN02110065\\\" transactionTimestamp=\\\"2023-10-19T06:33:00+00:00\\\" txnId=\\\"M4895311795\\\" type=\\\"DEBIT\\\" valueDate=\\\"2023-10-19\\\"/><Transaction amount=\\\"9584.91\\\" currentBalance=\\\"194364.65\\\" mode=\\\"CASH\\\" narration=\\\"ACH/TP Kotak Life Ins/1826771816 \\\" reference=\\\"RFN01818373\\\" transactionTimestamp=\\\"2023-10-20T06:33:00+00:00\\\" txnId=\\\"M8947344026\\\" type=\\\"CREDIT\\\" valueDate=\\\"2023-10-20\\\"/><Transaction amount=\\\"9857.12\\\" currentBalance=\\\"204221.77\\\" mode=\\\"FT\\\" narration=\\\"ACH/TP ExideLife/INGLife/1834310500 \\\" reference=\\\"RFN05781653\\\" transactionTimestamp=\\\"2023-10-21T06:33:00+00:00\\\" txnId=\\\"M4218476684\\\" type=\\\"CREDIT\\\" valueDate=\\\"2023-10-21\\\"/><Transaction amount=\\\"2061.03\\\" currentBalance=\\\"202160.74\\\" mode=\\\"UPI\\\" narration=\\\"BIL/BPAY/002001526478/BSE ISIP/BSE000000034260 \\\" reference=\\\"RFN03911484\\\" transactionTimestamp=\\\"2023-10-22T06:33:00+00:00\\\" txnId=\\\"M2370075694\\\" type=\\\"DEBIT\\\" valueDate=\\\"2023-10-22\\\"/><Transaction amount=\\\"2078.09\\\" currentBalance=\\\"200082.65\\\" mode=\\\"FT\\\" narration=\\\"NEFT-SBIN120163800892-PRINCIPAL MUTUAL FUND-/ATTN//INB-\\\" reference=\\\"RFN04343540\\\" transactionTimestamp=\\\"2023-10-23T06:33:00+00:00\\\" txnId=\\\"M8833717833\\\" type=\\\"DEBIT\\\" valueDate=\\\"2023-10-23\\\"/><Transaction amount=\\\"6772.45\\\" currentBalance=\\\"206855.1\\\" mode=\\\"Others\\\" narration=\\\"PMSBY RENEWAL PREMIUM FY 21 \\\" reference=\\\"RFN02454542\\\" transactionTimestamp=\\\"2023-10-24T06:33:00+00:00\\\" txnId=\\\"M239041397\\\" type=\\\"CREDIT\\\" valueDate=\\\"2023-10-24\\\"/><Transaction amount=\\\"6411.29\\\" currentBalance=\\\"200443.81\\\" mode=\\\"Others\\\" narration=\\\"BIL/BPAY/001982030055/BSE ISIP/BSE000000034260 \\\" reference=\\\"RFN06970979\\\" transactionTimestamp=\\\"2023-10-25T06:33:00+00:00\\\" txnId=\\\"M8667667396\\\" type=\\\"DEBIT\\\" valueDate=\\\"2023-10-25\\\"/><Transaction amount=\\\"8764.56\\\" currentBalance=\\\"209208.37\\\" mode=\\\"ATM\\\" narration=\\\"BIL/BPAY/002001526478/BSE ISIP/BSE000000034260 \\\" reference=\\\"RFN02215203\\\" transactionTimestamp=\\\"2023-10-26T06:33:00+00:00\\\" txnId=\\\"M8021727279\\\" type=\\\"CREDIT\\\" valueDate=\\\"2023-10-26\\\"/><Transaction amount=\\\"4541.39\\\" currentBalance=\\\"213749.76\\\" mode=\\\"FT\\\" narration=\\\"BIL/ONL/001973684380/State Bank/SBICARD_SICI874/SB\\\" reference=\\\"RFN09585433\\\" transactionTimestamp=\\\"2023-10-27T06:33:00+00:00\\\" txnId=\\\"M5414656983\\\" type=\\\"CREDIT\\\" valueDate=\\\"2023-10-27\\\"/><Transaction amount=\\\"5928.69\\\" currentBalance=\\\"207821.07\\\" mode=\\\"UPI\\\" narration=\\\"CMS/000641754365/AD_LIC__648652702 \\\" reference=\\\"RFN09783423\\\" transactionTimestamp=\\\"2023-10-28T06:33:00+00:00\\\" txnId=\\\"M4325036455\\\" type=\\\"DEBIT\\\" valueDate=\\\"2023-10-28\\\"/><Transaction amount=\\\"5682.95\\\" currentBalance=\\\"202138.12\\\" mode=\\\"Others\\\" narration=\\\"ACH/HDFCLTD/253928436 \\\" reference=\\\"RFN03990006\\\" transactionTimestamp=\\\"2023-10-29T06:33:00+00:00\\\" txnId=\\\"M6017102408\\\" type=\\\"DEBIT\\\" valueDate=\\\"2023-10-29\\\"/><Transaction amount=\\\"2828.43\\\" currentBalance=\\\"204966.55\\\" mode=\\\"FT\\\" narration=\\\"NEFT-CITIN20080903889-MOTILAL OSWAL MLTICP 35FUND RED A\\\" reference=\\\"RFN01340771\\\" transactionTimestamp=\\\"2023-10-30T06:33:00+00:00\\\" txnId=\\\"M9563881593\\\" type=\\\"CREDIT\\\" valueDate=\\\"2023-10-30\\\"/><Transaction amount=\\\"6117.32\\\" currentBalance=\\\"198849.23\\\" mode=\\\"ATM\\\" narration=\\\"CMS/000651994446/AD_LIC__648652702 \\\" reference=\\\"RFN06483491\\\" transactionTimestamp=\\\"2023-10-31T06:33:00+00:00\\\" txnId=\\\"M1945069342\\\" type=\\\"DEBIT\\\" valueDate=\\\"2023-10-31\\\"/><Transaction amount=\\\"5794.47\\\" currentBalance=\\\"193054.76\\\" mode=\\\"UPI\\\" narration=\\\"ACH/HDFCLTD/253928436 \\\" reference=\\\"RFN09776957\\\" transactionTimestamp=\\\"2023-11-01T06:33:00+00:00\\\" txnId=\\\"M4726154546\\\" type=\\\"DEBIT\\\" valueDate=\\\"2023-11-01\\\"/><Transaction amount=\\\"5884.34\\\" currentBalance=\\\"198939.1\\\" mode=\\\"ATM\\\" narration=\\\"ACH/TP Kotak Life Ins/1826771816 \\\" reference=\\\"RFN08212816\\\" transactionTimestamp=\\\"2023-11-02T06:33:00+00:00\\\" txnId=\\\"M8033036355\\\" type=\\\"CREDIT\\\" valueDate=\\\"2023-11-02\\\"/><Transaction amount=\\\"5546.44\\\" currentBalance=\\\"193392.66\\\" mode=\\\"UPI\\\" narration=\\\"PMSBY RENEWAL PREMIUM FY 21 \\\" reference=\\\"RFN05194258\\\" transactionTimestamp=\\\"2023-11-03T06:33:00+00:00\\\" txnId=\\\"M2392488477\\\" type=\\\"DEBIT\\\" valueDate=\\\"2023-11-03\\\"/><Transaction amount=\\\"6260.39\\\" currentBalance=\\\"199653.05\\\" mode=\\\"UPI\\\" narration=\\\"ACH/TP Kotak Life Ins/1826771816 \\\" reference=\\\"RFN09887482\\\" transactionTimestamp=\\\"2023-11-04T06:33:00+00:00\\\" txnId=\\\"M8267982063\\\" type=\\\"CREDIT\\\" valueDate=\\\"2023-11-04\\\"/><Transaction amount=\\\"6332.45\\\" currentBalance=\\\"193320.6\\\" mode=\\\"ATM\\\" narration=\\\"BIL/001983772909/ICICI BANK CREDIT CA/524193208676\\\" reference=\\\"RFN09630749\\\" transactionTimestamp=\\\"2023-11-05T06:33:00+00:00\\\" txnId=\\\"M4809534029\\\" type=\\\"DEBIT\\\" valueDate=\\\"2023-11-05\\\"/><Transaction amount=\\\"7399.46\\\" currentBalance=\\\"185921.14\\\" mode=\\\"UPI\\\" narration=\\\"PMSBY RENEWAL PREMIUM FY 21 \\\" reference=\\\"RFN08094962\\\" transactionTimestamp=\\\"2023-11-06T06:33:00+00:00\\\" txnId=\\\"M2706890853\\\" type=\\\"DEBIT\\\" valueDate=\\\"2023-11-06\\\"/><Transaction amount=\\\"7130.70\\\" currentBalance=\\\"178790.44\\\" mode=\\\"ATM\\\" narration=\\\"ACH/TP Kotak Life Ins/1826771816 \\\" reference=\\\"RFN08625183\\\" transactionTimestamp=\\\"2023-11-07T06:33:00+00:00\\\" txnId=\\\"M8642563007\\\" type=\\\"DEBIT\\\" valueDate=\\\"2023-11-07\\\"/><Transaction amount=\\\"1482.27\\\" currentBalance=\\\"177308.17\\\" mode=\\\"CASH\\\" narration=\\\"ACH/HDFCLTD/256070866 \\\" reference=\\\"RFN06619038\\\" transactionTimestamp=\\\"2023-11-08T06:33:00+00:00\\\" txnId=\\\"M7319616719\\\" type=\\\"DEBIT\\\" valueDate=\\\"2023-11-08\\\"/><Transaction amount=\\\"4097.17\\\" currentBalance=\\\"181405.34\\\" mode=\\\"Others\\\" narration=\\\"ACH/HDFCLTD/256070866 \\\" reference=\\\"RFN07248657\\\" transactionTimestamp=\\\"2023-11-09T06:33:00+00:00\\\" txnId=\\\"M1894135080\\\" type=\\\"CREDIT\\\" valueDate=\\\"2023-11-09\\\"/><Transaction amount=\\\"5269.01\\\" currentBalance=\\\"186674.35\\\" mode=\\\"CASH\\\" narration=\\\"ACH/TP ExideLife/INGLife/1834310500 \\\" reference=\\\"RFN01337876\\\" transactionTimestamp=\\\"2023-11-10T06:33:00+00:00\\\" txnId=\\\"M3793616635\\\" type=\\\"CREDIT\\\" valueDate=\\\"2023-11-10\\\"/><Transaction amount=\\\"3532.56\\\" currentBalance=\\\"190206.91\\\" mode=\\\"ATM\\\" narration=\\\"ACH/TP ExideLife/INGLife/1834310500 \\\" reference=\\\"RFN03177912\\\" transactionTimestamp=\\\"2023-11-11T06:33:00+00:00\\\" txnId=\\\"M4416889731\\\" type=\\\"CREDIT\\\" valueDate=\\\"2023-11-11\\\"/><Transaction amount=\\\"6823.91\\\" currentBalance=\\\"197030.82\\\" mode=\\\"ATM\\\" narration=\\\"ACH/HDFCLTD/253928436 \\\" reference=\\\"RFN06097489\\\" transactionTimestamp=\\\"2023-11-12T06:33:00+00:00\\\" txnId=\\\"M8497946507\\\" type=\\\"CREDIT\\\" valueDate=\\\"2023-11-12\\\"/><Transaction amount=\\\"6667.24\\\" currentBalance=\\\"190363.58\\\" mode=\\\"FT\\\" narration=\\\"BIL/001992356805/ICICI BANK CREDIT CA/431581009199\\\" reference=\\\"RFN03337940\\\" transactionTimestamp=\\\"2023-11-13T06:33:00+00:00\\\" txnId=\\\"M8433774371\\\" type=\\\"DEBIT\\\" valueDate=\\\"2023-11-13\\\"/><Transaction amount=\\\"7503.42\\\" currentBalance=\\\"197867\\\" mode=\\\"FT\\\" narration=\\\"ACH/HDFCLTD/256070866 \\\" reference=\\\"RFN04532395\\\" transactionTimestamp=\\\"2023-11-14T06:33:00+00:00\\\" txnId=\\\"M958341250\\\" type=\\\"CREDIT\\\" valueDate=\\\"2023-11-14\\\"/><Transaction amount=\\\"5459.61\\\" currentBalance=\\\"203326.61\\\" mode=\\\"CASH\\\" narration=\\\"BIL/BPAY/001982030055/BSE ISIP/BSE000000034260 \\\" reference=\\\"RFN07303504\\\" transactionTimestamp=\\\"2023-11-15T06:33:00+00:00\\\" txnId=\\\"M7862807625\\\" type=\\\"CREDIT\\\" valueDate=\\\"2023-11-15\\\"/><Transaction amount=\\\"3562.55\\\" currentBalance=\\\"206889.16\\\" mode=\\\"Others\\\" narration=\\\"BIL/001992356805/ICICI BANK CREDIT CA/431581009199\\\" reference=\\\"RFN09514148\\\" transactionTimestamp=\\\"2023-11-16T06:33:00+00:00\\\" txnId=\\\"M8588431001\\\" type=\\\"CREDIT\\\" valueDate=\\\"2023-11-16\\\"/><Transaction amount=\\\"5236.42\\\" currentBalance=\\\"201652.74\\\" mode=\\\"ATM\\\" narration=\\\"MMT/IMPS/013019273318/HDFC CC PMT/HDFC CREDI/HDFC0\\\" reference=\\\"RFN09928530\\\" transactionTimestamp=\\\"2023-11-17T06:33:00+00:00\\\" txnId=\\\"M9533091828\\\" type=\\\"DEBIT\\\" valueDate=\\\"2023-11-17\\\"/><Transaction amount=\\\"8203.54\\\" currentBalance=\\\"209856.28\\\" mode=\\\"FT\\\" narration=\\\"ACH/HDFCLTD/251443203 \\\" reference=\\\"RFN02522667\\\" transactionTimestamp=\\\"2023-11-18T06:33:00+00:00\\\" txnId=\\\"M5108729130\\\" type=\\\"CREDIT\\\" valueDate=\\\"2023-11-18\\\"/><Transaction amount=\\\"7773.76\\\" currentBalance=\\\"202082.52\\\" mode=\\\"Others\\\" narration=\\\"ACH/TP Kotak Life Ins/1832189136 \\\" reference=\\\"RFN03373750\\\" transactionTimestamp=\\\"2023-11-19T06:33:00+00:00\\\" txnId=\\\"M2511514620\\\" type=\\\"DEBIT\\\" valueDate=\\\"2023-11-19\\\"/><Transaction amount=\\\"6649.60\\\" currentBalance=\\\"208732.12\\\" mode=\\\"FT\\\" narration=\\\"BIL/001992356805/ICICI BANK CREDIT CA/431581009199\\\" reference=\\\"RFN05091084\\\" transactionTimestamp=\\\"2023-11-20T06:33:00+00:00\\\" txnId=\\\"M3337095415\\\" type=\\\"CREDIT\\\" valueDate=\\\"2023-11-20\\\"/><Transaction amount=\\\"1000.80\\\" currentBalance=\\\"207731.32\\\" mode=\\\"FT\\\" narration=\\\"CMS/000651994446/AD_LIC__648652702 \\\" reference=\\\"RFN08113628\\\" transactionTimestamp=\\\"2023-11-21T06:33:00+00:00\\\" txnId=\\\"M4863462939\\\" type=\\\"DEBIT\\\" valueDate=\\\"2023-11-21\\\"/></Transactions></Account>\",\n            \"fipId\": \"finsharebank\",\n            \"fipName\": \"Universal Bank\"\n        }\n    ]\n}"},{"id":"7ca7d86e-0524-448e-a948-0c28a6cb95a9","name":"Error Example","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"key":"client_id","value":"{{Client_Id}}","type":"text"},{"key":"client_secret","value":"{{Client_Secret}}","type":"text"},{"key":"organisationId","value":"{{Organisation_Id}}","type":"text"},{"key":"appIdentifier","value":"{{App_Identifier}}","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"consentID\": \"{{Consent_Id}}\",\r\n    \"linkReferenceNumber\": \"2f0e8d74-2b5f-4a4e-856d-2b73bf8ff792\"\r\n}","options":{"raw":{"language":"json"}}},"url":"{{Base_URL}}/xml/getfidata"},"status":"Bad Request","code":400,"_postman_previewlanguage":null,"header":[{"key":"Date","value":"Wed, 01 Oct 2025 11:52:40 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"142"},{"key":"Connection","value":"keep-alive"},{"key":"Content-Security-Policy","value":"report-uri *.moneyone.in"},{"key":"Cross-Origin-Embedder-Policy","value":"require-corp"},{"key":"Cross-Origin-Opener-Policy","value":"same-origin"},{"key":"Cross-Origin-Resource-Policy","value":"same-origin"},{"key":"X-DNS-Prefetch-Control","value":"off"},{"key":"Expect-CT","value":"max-age=0"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"Strict-Transport-Security","value":"max-age=31536000; includeSubDomains"},{"key":"X-Download-Options","value":"noopen"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"Origin-Agent-Cluster","value":"?1"},{"key":"X-Permitted-Cross-Domain-Policies","value":"none"},{"key":"Referrer-Policy","value":"no-referrer"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"X-RateLimit-Limit","value":"1000"},{"key":"X-RateLimit-Remaining","value":"995"},{"key":"X-RateLimit-Reset","value":"1759319575"},{"key":"Access-Control-Allow-Origin","value":"*.moneyone.in"},{"key":"Access-Control-Allow-Methods","value":"GET, POST"},{"key":"Access-Control-Allow-Headers","value":"X-Requested-With,content-type"},{"key":"Access-Control-Allow-Credentials","value":"true"},{"key":"ETag","value":"W/\"8e-vUcRytPJjkIiOQFE1mf9OWVDDDw\""}],"cookie":[],"responseTime":null,"body":"{\n    \"ver\": \"1.21.0\",\n    \"timestamp\": \"2025-10-01T11:52:40.377Z\",\n    \"errorCode\": \"NoDataAvailable\",\n    \"errorMsg\": \"Data is not available for the given consent\"\n}"}],"_postman_id":"8b3f746e-e8fa-48cc-a177-753e0e8b497a"},{"name":"Get FI Balance","event":[{"listen":"test","script":{"id":"fa26929e-00c1-4212-bd28-45e5532d91b2","exec":[""],"type":"text/javascript"}}],"id":"50d67b55-62d2-48d4-ab7d-8b0937a78e92","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","type":"text","value":"application/json"},{"key":"client_id","type":"text","value":"{{Client_Id}}"},{"key":"client_secret","type":"text","value":"{{Client_Secret}}"},{"key":"organisationId","type":"text","value":"{{Organisation_Id}}"},{"key":"appIdentifier","type":"text","value":"{{App_Identifier}}"}],"body":{"mode":"raw","raw":"{\n  \"linkReferenceNumber\": \"{{LinkRefNumber}}\",\n  \"consentID\": \"{{Consent_Id}}\"\n}","options":{"raw":{"language":"json"}}},"url":"{{Base_URL}}/getfibalance","description":"<h1 id=\"get-fi-balance\">Get FI Balance</h1>\n<h2 id=\"purpose\">Purpose</h2>\n<p>This API retrieves the account balance for one or more accounts associated with a specific consent. It is designed to support Personal Finance Management (PFM) features by providing the latest balances for all eligible accounts in a single response.</p>\n<h2 id=\"usage-notes\">Usage Notes</h2>\n<ul>\n<li><p>Supported account types:</p>\n<ul>\n<li><p>Current Account</p>\n</li>\n<li><p>Savings Account</p>\n</li>\n<li><p>Fixed Deposit</p>\n</li>\n<li><p>Recurring Deposit</p>\n</li>\n</ul>\n</li>\n<li><p>If <code>linkReferenceNumber</code> is not provided, the API returns balances for all accounts linked to the given consent.</p>\n</li>\n<li><p>Use this endpoint to display consolidated balances for users in PFM dashboards or account summary views.</p>\n</li>\n</ul>\n<h2 id=\"request\">Request</h2>\n<ul>\n<li><p><strong>Method:</strong> POST</p>\n</li>\n<li><p><strong>URL:</strong> <code>{{Base_URL}}/getfibalance</code></p>\n</li>\n<li><p><strong>Headers:</strong></p>\n<ul>\n<li><p><code>Content-Type: application/json</code></p>\n</li>\n<li><p><code>client_id: {{Client_Id}}</code></p>\n</li>\n<li><p><code>client_secret: {{Client_Secret}}</code></p>\n</li>\n<li><p><code>organisationId: {{Organisation_Id}}</code></p>\n</li>\n<li><p><code>appIdentifier: {{App_Identifier}}</code></p>\n</li>\n</ul>\n</li>\n<li><p><strong>Body (raw, JSON):</strong></p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-json\">          {\n            \"linkReferenceNumber\": \"{{LinkRefNumber}}\",\n            \"consentID\": \"{{Consent_Id}}\"\n          }\n\n</code></pre>\n</li>\n</ul>\n<h3 id=\"request-parameters\">Request Parameters</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Parameter</th>\n<th>Type</th>\n<th>Mandatory</th>\n<th>Validation</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>consentID</td>\n<td>string</td>\n<td>Yes</td>\n<td>Consent ID that is provided by the AA after consent approval, valid GU ID.</td>\n<td>Unique Consent ID for which account balances are requested.</td>\n</tr>\n<tr>\n<td>linkReferenceNumber</td>\n<td>string</td>\n<td>Yes*</td>\n<td>Valid linkReferenceNumber should be provided that has been previously by AA corresponding to the respective consent ID.</td>\n<td>List of linkReferenceNumbers for which data is required. If omitted, returns all accounts.</td>\n</tr>\n</tbody>\n</table>\n</div><p>*If not provided, balances for all accounts under the consent will be returned.</p>\n<h2 id=\"response\">Response</h2>\n<ul>\n<li><strong>Content-Type:</strong> application/json</li>\n</ul>\n<h3 id=\"response-parameters\">Response Parameters</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Parameter</th>\n<th>Type</th>\n<th>Mandatory</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>status</td>\n<td>string</td>\n<td>No</td>\n<td></td>\n</tr>\n<tr>\n<td>ver</td>\n<td>string</td>\n<td>No</td>\n<td>API version number.</td>\n</tr>\n<tr>\n<td>data.fiType</td>\n<td>string</td>\n<td>Yes</td>\n<td>Financial Information type. E.g., <code>DEPOSIT</code>, <code>TERM_DEPOSIT</code>, etc.</td>\n</tr>\n<tr>\n<td>data.fipId</td>\n<td>string</td>\n<td>Yes</td>\n<td>FIP (Financial Information Provider) ID.</td>\n</tr>\n<tr>\n<td>data.fipName</td>\n<td>string</td>\n<td>Yes</td>\n<td>Name of the FIP.</td>\n</tr>\n<tr>\n<td>data.balance</td>\n<td>string</td>\n<td>Yes</td>\n<td>Account balance.</td>\n</tr>\n<tr>\n<td>data.linkReferenceNumber</td>\n<td>string</td>\n<td>Yes</td>\n<td>Linked reference number of the account.</td>\n</tr>\n<tr>\n<td>data.maskedAccountNumber</td>\n<td>string</td>\n<td>Yes</td>\n<td>Masked account number.</td>\n</tr>\n<tr>\n<td>timestamp</td>\n<td>string</td>\n<td>optional</td>\n<td>The timestamp of the transaction.</td>\n</tr>\n</tbody>\n</table>\n</div><h4 id=\"error-response-format\">Error Response Format</h4>\n<p>When an error occurs, the API returns a JSON object with the following structure:</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Sr. No.</th>\n<th>Field</th>\n<th>Type</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>1</td>\n<td><code>ver</code></td>\n<td>String (Optional)</td>\n</tr>\n<tr>\n<td>2</td>\n<td><code>timestamp</code></td>\n<td>String (Optional)</td>\n</tr>\n<tr>\n<td>3</td>\n<td><code>errorCode</code></td>\n<td>String (Optional)</td>\n</tr>\n<tr>\n<td>4</td>\n<td><code>errorMsg</code></td>\n<td>String (Optional)</td>\n</tr>\n<tr>\n<td>5</td>\n<td><code>status</code></td>\n<td>String (Optional)</td>\n</tr>\n</tbody>\n</table>\n</div><h4 id=\"error-code-catalogue\">Error Code Catalogue</h4>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>#</th>\n<th>Error Code</th>\n<th>Error Message</th>\n<th>Payload Example</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>1</td>\n<td>InvalidRequest</td>\n<td>[linkReferenceNumber is required] [consentID is required]</td>\n<td><code>{}</code></td>\n<td>Both mandatory fields missing</td>\n</tr>\n<tr>\n<td>2</td>\n<td>InvalidRequest</td>\n<td>[consentID is required]</td>\n<td><code>{ \"linkReferenceNumber\": \"7f8227f1-697f-40d3-a4af-0508f5d0a1dd\" }</code></td>\n<td>consentID is mandatory field</td>\n</tr>\n<tr>\n<td>3</td>\n<td>InvalidRequest</td>\n<td>[linkReferenceNumber is required]</td>\n<td><code>{ \"consentID\": \"abc123\" }</code></td>\n<td>linkReferenceNumber is mandatory</td>\n</tr>\n</tbody>\n</table>\n</div><h2 id=\"example-request\">Example Request</h2>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-json\">{\n  \"linkReferenceNumber\": \"7f8227f1-697f-40d3-a4af-0508f5d0a1dd\",\n  \"consentID\": \"abc123\"\n}\n\n</code></pre>\n<h2 id=\"example-response\">Example Response</h2>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-json\">{\n  \"status\": \"success\",\n  \"ver\": \"1.0\",\n  \"data\": [\n    {\n      \"fiType\": \"DEPOSIT\",\n      \"fipId\": \"FIP001\",\n      \"fipName\": \"Sample Bank\",\n      \"balance\": \"10000.00\",\n      \"linkReferenceNumber\": \"7f8227f1-697f-40d3-a4af-0508f5d0a1dd\",\n      \"maskedAccountNumber\": \"XXXXXX1234\"\n    }\n  ]\n}\n\n</code></pre>\n<hr />\n<p>For further details, refer to the <a href=\"https://collection/12076903-93f0aafc-6712-471a-b311-b7c61403379a\">Moneyone FinPro</a> collection documentation.</p>\n","urlObject":{"path":["getfibalance"],"host":["{{Base_URL}}"],"query":[],"variable":[]}},"response":[{"id":"91bc066d-b31e-4f8d-a335-2dd7a99512fe","name":"Example","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"key":"client_id","value":"{{Client_Id}}","type":"text"},{"key":"client_secret","value":"{{Client_Secret}}","type":"text"},{"key":"organisationId","value":"{{Organisation_Id}}","type":"text"},{"key":"appIdentifier","value":"{{App_Identifier}}","type":"text"}],"body":{"mode":"raw","raw":"{\n  \"linkReferenceNumber\": \"{{LinkRefNumber}}\",\n  \"consentID\": \"{{Consent_Id}}\"\n}","options":{"raw":{"language":"json"}}},"url":"{{Base_URL}}/getfibalance"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Tue, 25 Mar 2025 13:38:09 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"237"},{"key":"Connection","value":"keep-alive"},{"key":"Content-Security-Policy","value":"report-uri *.moneyone.in"},{"key":"Cross-Origin-Embedder-Policy","value":"require-corp"},{"key":"Cross-Origin-Opener-Policy","value":"same-origin"},{"key":"Cross-Origin-Resource-Policy","value":"same-origin"},{"key":"X-DNS-Prefetch-Control","value":"off"},{"key":"Expect-CT","value":"max-age=0"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"Strict-Transport-Security","value":"max-age=31536000; includeSubDomains"},{"key":"X-Download-Options","value":"noopen"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"Origin-Agent-Cluster","value":"?1"},{"key":"X-Permitted-Cross-Domain-Policies","value":"none"},{"key":"Referrer-Policy","value":"no-referrer"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"X-RateLimit-Limit","value":"1000"},{"key":"X-RateLimit-Remaining","value":"996"},{"key":"X-RateLimit-Reset","value":"1742909916"},{"key":"Access-Control-Allow-Origin","value":"*.moneyone.in"},{"key":"Access-Control-Allow-Methods","value":"GET, POST"},{"key":"Access-Control-Allow-Headers","value":"X-Requested-With,content-type"},{"key":"Access-Control-Allow-Credentials","value":"true"},{"key":"ETag","value":"W/\"ed-rTXNS/l7x4CdWnlYHAeAzEv3ByU\""}],"cookie":[],"responseTime":null,"body":"{\n    \"ver\": \"1.21.0\",\n    \"status\": \"success\",\n    \"data\": {\n        \"fiType\": \"DEPOSIT\",\n        \"fipId\": \"finsharebank\",\n        \"fipName\": \"FinShareBankServer\",\n        \"balance\": \"101666.33\",\n        \"linkReferenceNumber\": \"e72534d6-0016-4f0e-9da5-3e05ad405394\",\n        \"maskedAccountNumber\": \"XXXXXXXX3900\"\n    }\n}"},{"id":"5631bc3e-7c7f-4744-8cd7-31effccb2ae8","name":"Error Example","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"key":"client_id","value":"{{Client_Id}}","type":"text"},{"key":"client_secret","value":"{{Client_Secret}}","type":"text"},{"key":"organisationId","value":"{{Organisation_Id}}","type":"text"},{"key":"appIdentifier","value":"{{App_Identifier}}","type":"text"}],"body":{"mode":"raw","raw":"{\n  \"linkReferenceNumber\": \"{{LinkRefNumber}}\",\n  \"consentID\": \"{{Consent_Id}}\"\n}","options":{"raw":{"language":"json"}}},"url":"{{Base_URL}}/getfibalance"},"status":"Unauthorized","code":401,"_postman_previewlanguage":null,"header":[{"key":"Date","value":"Wed, 01 Oct 2025 11:53:21 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"111"},{"key":"Connection","value":"keep-alive"},{"key":"Content-Security-Policy","value":"report-uri *.moneyone.in"},{"key":"Cross-Origin-Embedder-Policy","value":"require-corp"},{"key":"Cross-Origin-Opener-Policy","value":"same-origin"},{"key":"Cross-Origin-Resource-Policy","value":"same-origin"},{"key":"X-DNS-Prefetch-Control","value":"off"},{"key":"Expect-CT","value":"max-age=0"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"Strict-Transport-Security","value":"max-age=31536000; includeSubDomains"},{"key":"X-Download-Options","value":"noopen"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"Origin-Agent-Cluster","value":"?1"},{"key":"X-Permitted-Cross-Domain-Policies","value":"none"},{"key":"Referrer-Policy","value":"no-referrer"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"X-RateLimit-Limit","value":"1000"},{"key":"X-RateLimit-Remaining","value":"997"},{"key":"X-RateLimit-Reset","value":"1759319635"},{"key":"Access-Control-Allow-Origin","value":"*.moneyone.in"},{"key":"Access-Control-Allow-Methods","value":"GET, POST"},{"key":"Access-Control-Allow-Headers","value":"X-Requested-With,content-type"},{"key":"Access-Control-Allow-Credentials","value":"true"},{"key":"ETag","value":"W/\"6f-yeiVoNuzpDO32/aNfFsKUpANFfE\""}],"cookie":[],"responseTime":null,"body":"{\n    \"ver\": \"1.21.0\",\n    \"timestamp\": \"2025-10-01T11:53:21.685Z\",\n    \"errorCode\": \"Unauthorized\",\n    \"errorMsg\": \"Invalid headers\"\n}"}],"_postman_id":"50d67b55-62d2-48d4-ab7d-8b0937a78e92"}],"id":"d8db7edc-a1b3-4619-bfcb-3c5a1adb2eaa","description":"<p>This section includes APIs designed to manage the data flow. It provides endpoints for requesting and fetching of consented data from the FIPs via AA.</p>\n","_postman_id":"d8db7edc-a1b3-4619-bfcb-3c5a1adb2eaa"},{"name":"User Management","item":[{"name":"Check Profile","id":"ba18d30d-8afd-409c-9304-2caf5a270df8","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"key":"client_id","value":"{{Client_Id}}","type":"text"},{"key":"client_secret","value":"{{Client_Secret}}","type":"text"},{"key":"organisationId","value":"{{Organisation_Id}}","type":"text"},{"key":"appIdentifier","value":"{{App_Identifier}}","type":"text"}],"body":{"mode":"raw","raw":"{\r\n\"mobileNumber\":\"{{Mobile_Number}}\"\r\n}\r\n"},"url":"{{Base_URL}}/profile","description":"<p>This API is to check if the user is an existing or new user of the corresponding Account Aggregator (AA).</p>\n<h4 id=\"request-parameters\">Request Parameters</h4>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Parameter</strong></th>\n<th><strong>Type</strong></th>\n<th><strong>Mandatory vs Optional</strong></th>\n<th><strong>Description</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>mobileNumber</td>\n<td>string</td>\n<td>mandatory</td>\n<td>User's mobiler number</td>\n</tr>\n</tbody>\n</table>\n</div><h4 id=\"response-parameters\">Response Parameters</h4>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Parameter</strong></th>\n<th><strong>Type</strong></th>\n<th><strong>Mandatory vs Optional</strong></th>\n<th><strong>Description</strong></th>\n<th><strong>Supported Values</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>accountStatus</td>\n<td>boolean</td>\n<td>mandatory</td>\n<td>Status of the user's account.</td>\n<td>true : VUA exists, false : VUA does not exist</td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"path":["profile"],"host":["{{Base_URL}}"],"query":[],"variable":[]}},"response":[{"id":"c299f578-9af6-4ce6-9827-fd8c492a3723","name":"Check Profile Example","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"key":"client_id","value":"{{Client_Id}}","type":"text"},{"key":"client_secret","value":"{{Client_Secret}}","type":"text"},{"key":"organisationId","value":"{{Organisation_Id}}","type":"text"},{"key":"appIdentifier","value":"{{App_Identifier}}","type":"text"}],"body":{"mode":"raw","raw":"{\r\n\"mobileNumber\":\"{{Mobile_Number}}\"\r\n}\r\n"},"url":"{{Base_URL}}/profile"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Mon, 24 Mar 2025 16:42:58 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"22"},{"key":"Connection","value":"keep-alive"},{"key":"Content-Security-Policy","value":"report-uri *.moneyone.in"},{"key":"Cross-Origin-Embedder-Policy","value":"require-corp"},{"key":"Cross-Origin-Opener-Policy","value":"same-origin"},{"key":"Cross-Origin-Resource-Policy","value":"same-origin"},{"key":"X-DNS-Prefetch-Control","value":"off"},{"key":"Expect-CT","value":"max-age=0"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"Strict-Transport-Security","value":"max-age=31536000; includeSubDomains"},{"key":"X-Download-Options","value":"noopen"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"Origin-Agent-Cluster","value":"?1"},{"key":"X-Permitted-Cross-Domain-Policies","value":"none"},{"key":"Referrer-Policy","value":"no-referrer"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"X-RateLimit-Limit","value":"1000"},{"key":"X-RateLimit-Remaining","value":"995"},{"key":"X-RateLimit-Reset","value":"1742834591"},{"key":"Access-Control-Allow-Origin","value":"*.moneyone.in"},{"key":"Access-Control-Allow-Methods","value":"GET, POST"},{"key":"Access-Control-Allow-Headers","value":"X-Requested-With,content-type"},{"key":"Access-Control-Allow-Credentials","value":"true"},{"key":"ETag","value":"W/\"16-wEhudW3Au/6F09K9nD2gVgGa2Tc\""}],"cookie":[],"responseTime":null,"body":"{\n    \"accountStatus\": true\n}"},{"id":"8f16da81-df8e-4a6e-b237-dadd9d9630d2","name":"Error Example","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"key":"client_id","value":"{{Client_Id}}","type":"text"},{"key":"client_secret","value":"{{Client_Secret}}","type":"text"},{"key":"organisationId","value":"{{Organisation_Id}}","type":"text"},{"key":"appIdentifier","value":"{{App_Identifier}}","type":"text"}],"body":{"mode":"raw","raw":"{\r\n\"mobileNumber\":\"{{Mobile_Number}}\"\r\n}\r\n"},"url":"{{Base_URL}}/profile"},"status":"Bad Request","code":400,"_postman_previewlanguage":null,"header":[{"key":"Date","value":"Wed, 01 Oct 2025 11:54:29 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"139"},{"key":"Connection","value":"keep-alive"},{"key":"Content-Security-Policy","value":"report-uri *.moneyone.in"},{"key":"Cross-Origin-Embedder-Policy","value":"require-corp"},{"key":"Cross-Origin-Opener-Policy","value":"same-origin"},{"key":"Cross-Origin-Resource-Policy","value":"same-origin"},{"key":"X-DNS-Prefetch-Control","value":"off"},{"key":"Expect-CT","value":"max-age=0"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"Strict-Transport-Security","value":"max-age=31536000; includeSubDomains"},{"key":"X-Download-Options","value":"noopen"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"Origin-Agent-Cluster","value":"?1"},{"key":"X-Permitted-Cross-Domain-Policies","value":"none"},{"key":"Referrer-Policy","value":"no-referrer"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"X-RateLimit-Limit","value":"1000"},{"key":"X-RateLimit-Remaining","value":"997"},{"key":"X-RateLimit-Reset","value":"1759319695"},{"key":"Access-Control-Allow-Origin","value":"*.moneyone.in"},{"key":"Access-Control-Allow-Methods","value":"GET, POST"},{"key":"Access-Control-Allow-Headers","value":"X-Requested-With,content-type"},{"key":"Access-Control-Allow-Credentials","value":"true"},{"key":"ETag","value":"W/\"8b-btkZvA6AlXLWE1Me2hCmcqEImrw\""}],"cookie":[],"responseTime":null,"body":"{\n    \"ver\": \"1.21.0\",\n    \"timestamp\": \"2025-10-01T11:54:29.475Z\",\n    \"errorCode\": \"InvalidRequest\",\n    \"errorMsg\": \" [ mobileNumber must be valid 10 digit ] \"\n}"}],"_postman_id":"ba18d30d-8afd-409c-9304-2caf5a270df8"}],"id":"7bebdc0b-85d8-4dd4-b1da-09266c6ecbe9","_postman_id":"7bebdc0b-85d8-4dd4-b1da-09266c6ecbe9","description":""},{"name":"Miscellaneous","item":[{"name":"Product List","id":"69d68b6e-2c38-45f3-9551-56d2105f31c9","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"key":"client_id","value":"{{Client_Id}}","type":"text"},{"key":"organisationId","value":"{{Organisation_Id}}","type":"text"},{"key":"client_secret","value":"{{Client_Secret}}","type":"text"},{"key":"appIdentifier","value":"{{App_Identifier}}","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"productId\": \"{{Product_Id}}\"\r\n}"},"url":"{{Base_URL}}/productslist","description":"<p>This API provides the list of Products (Consent Templates) and the corresponding consent parameters creating by the FIU in the admin portal.</p>\n<p>This API can be used for product selection before initiating a consent.</p>\n<h4 id=\"request-parameter\">Request Parameter</h4>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Parameter</strong></th>\n<th><strong>Type</strong></th>\n<th><strong>Mandatory vs Optional</strong></th>\n<th><strong>Validation</strong></th>\n<th><strong>Description</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>productId</td>\n<td>string</td>\n<td>optional</td>\n<td>Alphanumeric identifiers only</td>\n<td>Consent template ID created in the admin portal.</td>\n</tr>\n</tbody>\n</table>\n</div><h4 id=\"response-parameters\">Response Parameters</h4>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Parameter</strong></th>\n<th><strong>Type</strong></th>\n<th><strong>Description</strong></th>\n<th><strong>Supported Values</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>ver</td>\n<td>string</td>\n<td>Version of the API.</td>\n<td></td>\n</tr>\n<tr>\n<td>status</td>\n<td>string</td>\n<td>Status of the response.</td>\n<td>success, failure</td>\n</tr>\n<tr>\n<td>data.productName</td>\n<td>string</td>\n<td>Consent Template Name.</td>\n<td></td>\n</tr>\n<tr>\n<td>data.productCode</td>\n<td>string</td>\n<td>Consent Template Code.</td>\n<td></td>\n</tr>\n<tr>\n<td>data.productDescription</td>\n<td>string</td>\n<td>Consent Template Description.</td>\n<td></td>\n</tr>\n<tr>\n<td>data.consentFrom</td>\n<td>string($date-time)</td>\n<td>Start date of the consent.</td>\n<td></td>\n</tr>\n<tr>\n<td>data.consentTo</td>\n<td>string($date-time)</td>\n<td>End date of the consent. The difference between the start and end date is the consent validity.</td>\n<td></td>\n</tr>\n<tr>\n<td>data.consentMode</td>\n<td>string</td>\n<td>Mode of the consent.</td>\n<td>VIEW, STORE</td>\n</tr>\n<tr>\n<td>data.fetchType</td>\n<td>string</td>\n<td>Data fetch type.</td>\n<td>ONETIME, PERIODIC</td>\n</tr>\n<tr>\n<td>data.fiTypes</td>\n<td>string</td>\n<td>The types of Financial Information (FI) Schemas associated.</td>\n<td>DEPOSIT, TERM_DEPOSIT, TERM-DEPOSIT, RECURRING_DEPOSIT, SIP, CP, GOVT_SECURITIES, EQUITIES, BONDS, DEBENTURES, MUTUAL_FUNDS, ETF, IDR, CIS, AIF, INSURANCE_POLICIES, NPS, INVIT, REIT, GSTR1_3B, LIFE_INSURANCE, GENERAL_INSURANCE, OTHER</td>\n</tr>\n<tr>\n<td>data.consentTypes</td>\n<td>string</td>\n<td>The sections of the FI required.</td>\n<td>PROFILE, SUMMARY, TRANSACTIONS</td>\n</tr>\n<tr>\n<td>data.dataRangeFrom</td>\n<td>string($date-time)</td>\n<td>Start date of the FI required.</td>\n<td></td>\n</tr>\n<tr>\n<td>data.dataRangeTo</td>\n<td>string($date-time)</td>\n<td>End date of the FI required. The difference between the start and end date is the data range.</td>\n<td></td>\n</tr>\n<tr>\n<td>data.dataLifeUnit</td>\n<td>string</td>\n<td>Unit of data life.</td>\n<td>DAY, MONTH, YEAR, INF</td>\n</tr>\n<tr>\n<td>data.dataLifeValue</td>\n<td>string</td>\n<td>Value of data life.</td>\n<td></td>\n</tr>\n<tr>\n<td>data.frequencyUnit</td>\n<td>string</td>\n<td>Unit of data fetch frequency.</td>\n<td>DAY, MONTH, YEAR, INF</td>\n</tr>\n<tr>\n<td>data.frequencyValue</td>\n<td>string</td>\n<td>Value of data fetch frequency.</td>\n<td></td>\n</tr>\n<tr>\n<td>data.fiFetch</td>\n<td>string</td>\n<td>Method of data fetch.</td>\n<td>MANUAL, AUTOMATIC, AUTO MANUAL</td>\n</tr>\n<tr>\n<td>data.createdAt</td>\n<td>string($date-time)</td>\n<td>Timestamp of consent template creation.</td>\n<td></td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"path":["productslist"],"host":["{{Base_URL}}"],"query":[],"variable":[]}},"response":[{"id":"155afc50-3b2a-4294-a6ac-3b4dab72cc91","name":"Example-Product List","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"key":"client_id","value":"{{Client_Id}}","type":"text"},{"key":"organisationId","value":"{{Organisation_Id}}","type":"text"},{"key":"client_secret","value":"{{Client_Secret}}","type":"text"},{"key":"appIdentifier","value":"{{App_Identifier}}","type":"text"}],"body":{"mode":"raw","raw":""},"url":"{{Base_URL}}/productslist"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Wed, 19 Mar 2025 19:16:07 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"7189"},{"key":"Connection","value":"keep-alive"},{"key":"Content-Security-Policy","value":"report-uri *.moneyone.in"},{"key":"Cross-Origin-Embedder-Policy","value":"require-corp"},{"key":"Cross-Origin-Opener-Policy","value":"same-origin"},{"key":"Cross-Origin-Resource-Policy","value":"same-origin"},{"key":"X-DNS-Prefetch-Control","value":"off"},{"key":"Expect-CT","value":"max-age=0"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"Strict-Transport-Security","value":"max-age=31536000; includeSubDomains"},{"key":"X-Download-Options","value":"noopen"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"Origin-Agent-Cluster","value":"?1"},{"key":"X-Permitted-Cross-Domain-Policies","value":"none"},{"key":"Referrer-Policy","value":"no-referrer"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"X-RateLimit-Limit","value":"1000"},{"key":"X-RateLimit-Remaining","value":"996"},{"key":"X-RateLimit-Reset","value":"1742411774"},{"key":"Access-Control-Allow-Origin","value":"*.moneyone.in"},{"key":"Access-Control-Allow-Methods","value":"GET, POST"},{"key":"Access-Control-Allow-Headers","value":"X-Requested-With,content-type"},{"key":"Access-Control-Allow-Credentials","value":"true"},{"key":"ETag","value":"W/\"1c15-NH12eQ1tABUmeIlxi9meA+/vCU8\""}],"cookie":[],"responseTime":null,"body":"{\n    \"ver\": \"1.21.0\",\n    \"status\": \"success\",\n    \"data\": [\n        {\n            \"productName\": \"WMTEST\",\n            \"productCode\": \"WMSAV01\",\n            \"productDescription\": \"for wealth management\",\n            \"consentFrom\": \"2025-03-19T12:19:31.000Z\",\n            \"consentTo\": \"2028-03-19T12:19:31.000Z\",\n            \"consentMode\": \"STORE\",\n            \"fetchType\": \"PERIODIC\",\n            \"fiTypes\": \"DEPOSIT,TERM_DEPOSIT,RECURRING_DEPOSIT,MUTUAL_FUNDS,CREDIT_CARD,SIP,GOVT_SECURITIES,EQUITIES,BONDS,DEBENTURES,ETF\",\n            \"consentTypes\": \"PROFILE,SUMMARY,TRANSACTIONS\",\n            \"dataRangeFrom\": \"2022-03-19T12:20:18.000Z\",\n            \"dataRangeTo\": \"2025-03-19T12:20:18.000Z\",\n            \"dataLifeUnit\": \"YEAR\",\n            \"dataLifeValue\": 3,\n            \"frequencyUnit\": \"DAY\",\n            \"frequencyValue\": 1,\n            \"fiFetch\": \"MANUAL\",\n            \"createdAt\": \"2025-03-19T12:20:26.000Z\"\n        },\n        {\n            \"productName\": \"MP9\",\n            \"productCode\": \"MP9\",\n            \"productDescription\": \"MP9\",\n            \"consentFrom\": \"2025-02-24T11:35:00.000Z\",\n            \"consentTo\": \"2025-03-02T11:35:00.000Z\",\n            \"consentMode\": \"STORE\",\n            \"fetchType\": \"PERIODIC\",\n            \"fiTypes\": \"DEPOSIT,TERM_DEPOSIT,RECURRING_DEPOSIT\",\n            \"consentTypes\": \"PROFILE,SUMMARY,TRANSACTIONS\",\n            \"dataRangeFrom\": \"2024-02-24T11:35:19.000Z\",\n            \"dataRangeTo\": \"2025-02-24T11:35:19.000Z\",\n            \"dataLifeUnit\": \"MONTH\",\n            \"dataLifeValue\": 1,\n            \"frequencyUnit\": \"DAY\",\n            \"frequencyValue\": 9,\n            \"fiFetch\": \"MANUAL\",\n            \"createdAt\": \"2025-02-24T11:35:22.000Z\"\n        },\n        {\n            \"productName\": \"WM01\",\n            \"productCode\": \"TESTWM01\",\n            \"productDescription\": \"Abc\",\n            \"consentFrom\": \"2025-02-24T07:36:55.000Z\",\n            \"consentTo\": \"2026-02-24T07:36:55.000Z\",\n            \"consentMode\": \"STORE\",\n            \"fetchType\": \"PERIODIC\",\n            \"fiTypes\": \"DEPOSIT\",\n            \"consentTypes\": \"PROFILE,SUMMARY,TRANSACTIONS\",\n            \"dataRangeFrom\": \"2025-01-25T07:36:55.000Z\",\n            \"dataRangeTo\": \"2025-02-24T07:36:55.000Z\",\n            \"dataLifeUnit\": \"YEAR\",\n            \"dataLifeValue\": 1,\n            \"frequencyUnit\": \"YEAR\",\n            \"frequencyValue\": 14,\n            \"fiFetch\": \"AUTOMATIC\",\n            \"createdAt\": \"2025-02-24T07:37:30.000Z\"\n        },\n        {\n            \"productName\": \"test\",\n            \"productCode\": \"TEST1\",\n            \"productDescription\": \"testing\",\n            \"consentFrom\": \"2025-02-21T07:53:30.000Z\",\n            \"consentTo\": \"2025-02-28T07:53:30.000Z\",\n            \"consentMode\": \"STORE\",\n            \"fetchType\": \"ONETIME\",\n            \"fiTypes\": \"DEPOSIT\",\n            \"consentTypes\": \"PROFILE,SUMMARY,TRANSACTIONS\",\n            \"dataRangeFrom\": \"2024-08-22T07:53:30.000Z\",\n            \"dataRangeTo\": \"2025-02-21T07:53:30.000Z\",\n            \"dataLifeUnit\": \"DAY\",\n            \"dataLifeValue\": 1,\n            \"frequencyUnit\": \"DAY\",\n            \"frequencyValue\": 1,\n            \"fiFetch\": \"AUTOMATIC\",\n            \"createdAt\": \"2025-02-21T07:53:27.000Z\"\n        },\n        {\n            \"productName\": \"MTEst\",\n            \"productCode\": \"MTEST\",\n            \"productDescription\": \"MTEst\",\n            \"consentFrom\": \"2024-06-28T10:53:41.000Z\",\n            \"consentTo\": \"2024-07-05T10:53:41.000Z\",\n            \"consentMode\": \"STORE\",\n            \"fetchType\": \"PERIODIC\",\n            \"fiTypes\": \"DEPOSIT\",\n            \"consentTypes\": \"PROFILE,SUMMARY,TRANSACTIONS\",\n            \"dataRangeFrom\": \"2023-12-28T10:53:41.000Z\",\n            \"dataRangeTo\": \"2024-06-28T10:53:41.000Z\",\n            \"dataLifeUnit\": \"DAY\",\n            \"dataLifeValue\": 1,\n            \"frequencyUnit\": \"DAY\",\n            \"frequencyValue\": 2,\n            \"fiFetch\": \"MANUAL\",\n            \"createdAt\": \"2024-06-28T10:53:57.000Z\"\n        },\n        {\n            \"productName\": \"test\",\n            \"productCode\": \"TEST2\",\n            \"productDescription\": \"Wealth Management\",\n            \"consentFrom\": \"2023-10-27T05:27:56.000Z\",\n            \"consentTo\": \"2025-10-27T05:27:56.000Z\",\n            \"consentMode\": \"STORE\",\n            \"fetchType\": \"ONETIME\",\n            \"fiTypes\": \"MUTUAL_FUNDS,EQUITIES\",\n            \"consentTypes\": \"PROFILE,SUMMARY,TRANSACTIONS\",\n            \"dataRangeFrom\": \"2022-10-27T05:27:56.000Z\",\n            \"dataRangeTo\": \"2023-10-27T05:27:56.000Z\",\n            \"dataLifeUnit\": \"DAY\",\n            \"dataLifeValue\": 30,\n            \"frequencyUnit\": \"DAY\",\n            \"frequencyValue\": 1,\n            \"fiFetch\": \"AUTOMATIC\",\n            \"createdAt\": \"2023-10-27T05:28:04.000Z\"\n        },\n        {\n            \"productName\": \"test advisory\",\n            \"productCode\": \"SUH01\",\n            \"productDescription\": \"Testing - suhruth\",\n            \"consentFrom\": \"2023-10-16T09:31:58.000Z\",\n            \"consentTo\": \"2026-10-16T09:31:58.000Z\",\n            \"consentMode\": \"STORE\",\n            \"fetchType\": \"ONETIME\",\n            \"fiTypes\": \"DEPOSIT,TERM_DEPOSIT,RECURRING_DEPOSIT,MUTUAL_FUNDS,CREDIT_CARD\",\n            \"consentTypes\": \"PROFILE,SUMMARY,TRANSACTIONS\",\n            \"dataRangeFrom\": \"2020-10-16T09:32:14.000Z\",\n            \"dataRangeTo\": \"2023-10-16T09:32:14.000Z\",\n            \"dataLifeUnit\": \"YEAR\",\n            \"dataLifeValue\": 3,\n            \"frequencyUnit\": \"DAY\",\n            \"frequencyValue\": 1,\n            \"fiFetch\": \"AUTOMATIC\",\n            \"createdAt\": \"2023-10-16T09:32:18.000Z\"\n        },\n        {\n            \"productName\": \"Advisory 2\",\n            \"productCode\": \"ADV02\",\n            \"productDescription\": \"advisory consent template\",\n            \"consentFrom\": \"2023-10-16T09:29:42.000Z\",\n            \"consentTo\": \"2024-10-16T09:29:42.000Z\",\n            \"consentMode\": \"STORE\",\n            \"fetchType\": \"PERIODIC\",\n            \"fiTypes\": \"MUTUAL_FUNDS,SIP,GOVT_SECURITIES,EQUITIES,ETF,INSURANCE_POLICIES,ULIP\",\n            \"consentTypes\": \"PROFILE,SUMMARY,TRANSACTIONS\",\n            \"dataRangeFrom\": \"2020-10-16T09:29:42.000Z\",\n            \"dataRangeTo\": \"2023-10-16T09:29:42.000Z\",\n            \"dataLifeUnit\": \"INF\",\n            \"dataLifeValue\": 0,\n            \"frequencyUnit\": \"DAY\",\n            \"frequencyValue\": 5,\n            \"fiFetch\": \"MANUAL\",\n            \"createdAt\": \"2023-10-16T09:29:48.000Z\"\n        },\n        {\n            \"productName\": \"test\",\n            \"productCode\": \"TEST9\",\n            \"productDescription\": \"testing\",\n            \"consentFrom\": \"2023-10-10T04:49:40.000Z\",\n            \"consentTo\": \"2024-10-10T04:49:40.000Z\",\n            \"consentMode\": \"STORE\",\n            \"fetchType\": \"ONETIME\",\n            \"fiTypes\": \"DEPOSIT,TERM_DEPOSIT,RECURRING_DEPOSIT,ETF,IDR,CIS,AIF,INVIT,REIT\",\n            \"consentTypes\": \"PROFILE,SUMMARY,TRANSACTIONS\",\n            \"dataRangeFrom\": \"2022-10-10T04:50:45.000Z\",\n            \"dataRangeTo\": \"2023-10-10T04:50:45.000Z\",\n            \"dataLifeUnit\": \"DAY\",\n            \"dataLifeValue\": 1,\n            \"frequencyUnit\": \"DAY\",\n            \"frequencyValue\": 1,\n            \"fiFetch\": \"AUTOMATIC\",\n            \"createdAt\": \"2023-10-10T04:50:48.000Z\"\n        },\n        {\n            \"productName\": \"Investment Advisory\",\n            \"productCode\": \"SAV12345\",\n            \"productDescription\": \"Purpose is to fetch the actual invested data and provide more accurate investment advice \",\n            \"consentFrom\": \"2023-09-12T13:12:18.000Z\",\n            \"consentTo\": \"2132-06-12T13:12:18.000Z\",\n            \"consentMode\": \"STORE\",\n            \"fetchType\": \"PERIODIC\",\n            \"fiTypes\": \"MUTUAL_FUNDS,SIP,EQUITIES,BONDS,GOVT_SECURITIES,ETF,ULIP\",\n            \"consentTypes\": \"PROFILE,SUMMARY,TRANSACTIONS\",\n            \"dataRangeFrom\": \"1969-06-12T13:12:18.000Z\",\n            \"dataRangeTo\": \"2023-09-12T13:12:18.000Z\",\n            \"dataLifeUnit\": \"INF\",\n            \"dataLifeValue\": 0,\n            \"frequencyUnit\": \"DAY\",\n            \"frequencyValue\": 5,\n            \"fiFetch\": \"MANUAL\",\n            \"createdAt\": \"2023-09-12T13:12:34.000Z\"\n        },\n        {\n            \"productName\": \"TEST\",\n            \"productCode\": \"TEST\",\n            \"productDescription\": \"TEST\",\n            \"consentFrom\": \"2023-09-11T11:51:38.000Z\",\n            \"consentTo\": \"2023-09-12T11:51:38.000Z\",\n            \"consentMode\": \"STORE\",\n            \"fetchType\": \"ONETIME\",\n            \"fiTypes\": \"DEPOSIT,MUTUAL_FUNDS,EQUITIES\",\n            \"consentTypes\": \"PROFILE,SUMMARY,TRANSACTIONS\",\n            \"dataRangeFrom\": \"2023-03-13T11:51:38.000Z\",\n            \"dataRangeTo\": \"2023-09-11T11:51:38.000Z\",\n            \"dataLifeUnit\": \"DAY\",\n            \"dataLifeValue\": 1,\n            \"frequencyUnit\": \"DAY\",\n            \"frequencyValue\": 1,\n            \"fiFetch\": \"AUTOMATIC\",\n            \"createdAt\": \"2023-09-11T11:51:50.000Z\"\n        },\n        {\n            \"productName\": \"savTest\",\n            \"productCode\": \"1011\",\n            \"productDescription\": \"testing AA\",\n            \"consentFrom\": \"2023-09-11T11:51:19.000Z\",\n            \"consentTo\": \"2024-09-11T11:51:19.000Z\",\n            \"consentMode\": \"STORE\",\n            \"fetchType\": \"ONETIME\",\n            \"fiTypes\": \"DEPOSIT,TERM_DEPOSIT,RECURRING_DEPOSIT,SIP,CP,GOVT_SECURITIES,EQUITIES,BONDS,DEBENTURES,MUTUAL_FUNDS,ETF,IDR,CIS,AIF,INSURANCE_POLICIES,NPS,INVIT,REIT,CREDIT_CARD,CD,EPF,PPF,ULIP,GST_GSTR1,GST_GSTR2A,GST_GSTR3B\",\n            \"consentTypes\": \"PROFILE,SUMMARY,TRANSACTIONS\",\n            \"dataRangeFrom\": \"2020-09-11T11:51:19.000Z\",\n            \"dataRangeTo\": \"2023-09-11T11:51:19.000Z\",\n            \"dataLifeUnit\": \"YEAR\",\n            \"dataLifeValue\": 1,\n            \"frequencyUnit\": \"DAY\",\n            \"frequencyValue\": 1,\n            \"fiFetch\": \"MANUAL\",\n            \"createdAt\": \"2023-09-11T11:51:29.000Z\"\n        },\n        {\n            \"productName\": \"test\",\n            \"productCode\": \"TEST21\",\n            \"productDescription\": \"TESTING\",\n            \"consentFrom\": \"2023-06-21T06:07:43.000Z\",\n            \"consentTo\": \"2023-07-21T06:07:43.000Z\",\n            \"consentMode\": \"STORE\",\n            \"fetchType\": \"ONETIME\",\n            \"fiTypes\": \"DEPOSIT\",\n            \"consentTypes\": \"PROFILE,SUMMARY,TRANSACTIONS\",\n            \"dataRangeFrom\": \"2022-12-21T06:07:29.000Z\",\n            \"dataRangeTo\": \"2023-06-21T06:07:29.000Z\",\n            \"dataLifeUnit\": \"DAY\",\n            \"dataLifeValue\": 1,\n            \"frequencyUnit\": \"DAY\",\n            \"frequencyValue\": 1,\n            \"fiFetch\": \"AUTOMATIC\",\n            \"createdAt\": \"2023-06-21T06:08:09.000Z\"\n        }\n    ]\n}"},{"id":"dae4bc50-fb4b-47de-ae94-5b37fc7b5470","name":"Example-Product Details","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"key":"client_id","value":"{{Client_Id}}","type":"text"},{"key":"organisationId","value":"{{Organisation_Id}}","type":"text"},{"key":"client_secret","value":"{{Client_Secret}}","type":"text"},{"key":"appIdentifier","value":"{{App_Identifier}}","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"productId\": \"{{Product_Id}}\"\r\n}"},"url":"{{Base_URL}}/productslist"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Wed, 19 Mar 2025 19:18:20 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"538"},{"key":"Connection","value":"keep-alive"},{"key":"Content-Security-Policy","value":"report-uri *.moneyone.in"},{"key":"Cross-Origin-Embedder-Policy","value":"require-corp"},{"key":"Cross-Origin-Opener-Policy","value":"same-origin"},{"key":"Cross-Origin-Resource-Policy","value":"same-origin"},{"key":"X-DNS-Prefetch-Control","value":"off"},{"key":"Expect-CT","value":"max-age=0"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"Strict-Transport-Security","value":"max-age=31536000; includeSubDomains"},{"key":"X-Download-Options","value":"noopen"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"Origin-Agent-Cluster","value":"?1"},{"key":"X-Permitted-Cross-Domain-Policies","value":"none"},{"key":"Referrer-Policy","value":"no-referrer"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"X-RateLimit-Limit","value":"1000"},{"key":"X-RateLimit-Remaining","value":"998"},{"key":"X-RateLimit-Reset","value":"1742411954"},{"key":"Access-Control-Allow-Origin","value":"*.moneyone.in"},{"key":"Access-Control-Allow-Methods","value":"GET, POST"},{"key":"Access-Control-Allow-Headers","value":"X-Requested-With,content-type"},{"key":"Access-Control-Allow-Credentials","value":"true"},{"key":"ETag","value":"W/\"21a-D4vp75enb37URUM8aI475iPZgRo\""}],"cookie":[],"responseTime":null,"body":"{\n    \"ver\": \"1.21.0\",\n    \"status\": \"success\",\n    \"data\": [\n        {\n            \"productName\": \"WM01\",\n            \"productCode\": \"TESTWM01\",\n            \"productDescription\": \"Abc\",\n            \"consentFrom\": \"2025-02-24T07:36:55.000Z\",\n            \"consentTo\": \"2026-02-24T07:36:55.000Z\",\n            \"consentMode\": \"STORE\",\n            \"fetchType\": \"PERIODIC\",\n            \"fiTypes\": \"DEPOSIT\",\n            \"consentTypes\": \"PROFILE,SUMMARY,TRANSACTIONS\",\n            \"dataRangeFrom\": \"2025-01-25T07:36:55.000Z\",\n            \"dataRangeTo\": \"2025-02-24T07:36:55.000Z\",\n            \"dataLifeUnit\": \"YEAR\",\n            \"dataLifeValue\": 1,\n            \"frequencyUnit\": \"YEAR\",\n            \"frequencyValue\": 14,\n            \"fiFetch\": \"AUTOMATIC\",\n            \"createdAt\": \"2025-02-24T07:37:30.000Z\"\n        }\n    ]\n}"},{"id":"a581821a-a1f2-48c1-bfec-c4c36f9cce20","name":"Error Example","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"key":"client_id","value":"{{Client_Id}}","type":"text"},{"key":"organisationId","value":"{{Organisation_Id}}","type":"text"},{"key":"client_secret","value":"{{Client_Secret}}","type":"text"},{"key":"appIdentifier","value":"{{App_Identifier}}","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"productId\": \"{{Product_Id}}\"\r\n}"},"url":"{{Base_URL}}/productslist"},"status":"Unauthorized","code":401,"_postman_previewlanguage":null,"header":[{"key":"Date","value":"Wed, 01 Oct 2025 11:55:43 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"119"},{"key":"Connection","value":"keep-alive"},{"key":"Content-Security-Policy","value":"report-uri *.moneyone.in"},{"key":"Cross-Origin-Embedder-Policy","value":"require-corp"},{"key":"Cross-Origin-Opener-Policy","value":"same-origin"},{"key":"Cross-Origin-Resource-Policy","value":"same-origin"},{"key":"X-DNS-Prefetch-Control","value":"off"},{"key":"Expect-CT","value":"max-age=0"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"Strict-Transport-Security","value":"max-age=31536000; includeSubDomains"},{"key":"X-Download-Options","value":"noopen"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"Origin-Agent-Cluster","value":"?1"},{"key":"X-Permitted-Cross-Domain-Policies","value":"none"},{"key":"Referrer-Policy","value":"no-referrer"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"X-RateLimit-Limit","value":"1000"},{"key":"X-RateLimit-Remaining","value":"996"},{"key":"X-RateLimit-Reset","value":"1759319755"},{"key":"Access-Control-Allow-Origin","value":"*.moneyone.in"},{"key":"Access-Control-Allow-Methods","value":"GET, POST"},{"key":"Access-Control-Allow-Headers","value":"X-Requested-With,content-type"},{"key":"Access-Control-Allow-Credentials","value":"true"},{"key":"ETag","value":"W/\"77-aSHcVwQK3/wm+ACIEHRlsZbd9v8\""}],"cookie":[],"responseTime":null,"body":"{\n    \"ver\": \"1.21.0\",\n    \"timestamp\": \"2025-10-01T11:55:43.896Z\",\n    \"errorCode\": \"Unauthorized\",\n    \"errorMsg\": \"Invalid organizationId.\"\n}"}],"_postman_id":"69d68b6e-2c38-45f3-9551-56d2105f31c9"},{"name":"Account Aggregator List","id":"a2cfc28c-5036-40ac-ac61-88b5228ae71e","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"key":"client_id","value":"{{Client_Id}}","type":"text"},{"key":"client_secret","value":"{{Client_Secret}}","type":"text"},{"key":"organisationId","value":"{{Organisation_Id}}","type":"text"},{"key":"appIdentifier","value":"{{App_Identifier}}","type":"text"}],"url":"{{Base_URL}}/accountaggregatorlist","description":"<p>Use this API to get the list of all integrated Account Aggregators.</p>\n","urlObject":{"path":["accountaggregatorlist"],"host":["{{Base_URL}}"],"query":[],"variable":[]}},"response":[{"id":"4d4b6e63-d370-49fd-a763-afdf5af33f10","name":"Example","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"key":"client_id","value":"{{Client_Id}}","type":"text"},{"key":"client_secret","value":"{{Client_Secret}}","type":"text"},{"key":"organisationId","value":"{{Organisation_Id}}","type":"text"},{"key":"appIdentifier","value":"{{App_Identifier}}","type":"text"}],"url":"{{Base_URL}}/accountaggregatorlist"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx"},{"key":"Date","value":"Mon, 21 Dec 2020 08:49:24 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"268"},{"key":"Connection","value":"keep-alive"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"Content-Security-Policy","value":"script-src 'self'"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"Strict-Transport-Security","value":"max-age=31536000; includeSubDomains"},{"key":"ETag","value":"W/\"10c-pM+7/ynG/BZ8Sv7ZWvB/HQlPmAQ\""},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Access-Control-Allow-Headers","value":"DNT,authorization,User-Agent,X-Requested-With,If-Modified-Since,Cache-Control,Content-Type,Range,environmentType"},{"key":"Access-Control-Allow-Methods","value":"GET, POST, DELETE, PUT, PATCH, OPTIONS"}],"cookie":[],"responseTime":null,"body":"{\n    \"ver\": \"1.11.0\",\n    \"status\": \"success\",\n    \"data\": [\n        {\n            \"name\": \"onemoney\",\n            \"aaId\": \"onemoney\",\n            \"webUrl\": \"https://aa.sandbox.onemoney.in/\",\n            \"apkUrl\": \"https://aa.onemoney.in\",\n            \"logoUrl\": \"http://sandboxaa.onemoney.in/assets/images/logo.svg\",\n            \"baseUrl\": \"aa.onemoney.in\",\n            \"status\": \"Active\"\n        }\n    ]\n}"},{"id":"e8b268b7-41a9-43bb-b507-1dc06ca01d78","name":"Error Example","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"key":"client_id","value":"{{Client_Id}}","type":"text"},{"key":"client_secret","value":"{{Client_Secret}}","type":"text"},{"key":"organisationId","value":"{{Organisation_Id}}","type":"text"},{"key":"appIdentifier","value":"{{App_Identifier}}","type":"text"}],"url":"{{Base_URL}}/accountaggregatorlist"},"status":"Unauthorized","code":401,"_postman_previewlanguage":null,"header":[{"key":"Date","value":"Wed, 01 Oct 2025 11:56:10 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"119"},{"key":"Connection","value":"keep-alive"},{"key":"Content-Security-Policy","value":"report-uri *.moneyone.in"},{"key":"Cross-Origin-Embedder-Policy","value":"require-corp"},{"key":"Cross-Origin-Opener-Policy","value":"same-origin"},{"key":"Cross-Origin-Resource-Policy","value":"same-origin"},{"key":"X-DNS-Prefetch-Control","value":"off"},{"key":"Expect-CT","value":"max-age=0"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"Strict-Transport-Security","value":"max-age=31536000; includeSubDomains"},{"key":"X-Download-Options","value":"noopen"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"Origin-Agent-Cluster","value":"?1"},{"key":"X-Permitted-Cross-Domain-Policies","value":"none"},{"key":"Referrer-Policy","value":"no-referrer"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"X-RateLimit-Limit","value":"1000"},{"key":"X-RateLimit-Remaining","value":"998"},{"key":"X-RateLimit-Reset","value":"1759319815"},{"key":"Access-Control-Allow-Origin","value":"*.moneyone.in"},{"key":"Access-Control-Allow-Methods","value":"GET, POST"},{"key":"Access-Control-Allow-Headers","value":"X-Requested-With,content-type"},{"key":"Access-Control-Allow-Credentials","value":"true"},{"key":"ETag","value":"W/\"77-yu19QOVHuiJFlyFADnGM3KADOjQ\""}],"cookie":[],"responseTime":null,"body":"{\n    \"ver\": \"1.21.0\",\n    \"timestamp\": \"2025-10-01T11:56:10.511Z\",\n    \"errorCode\": \"Unauthorized\",\n    \"errorMsg\": \"Invalid organizationId.\"\n}"}],"_postman_id":"a2cfc28c-5036-40ac-ac61-88b5228ae71e"},{"name":"Delete FI Data","id":"1aa9848f-bf56-470f-be4b-bb7f5773335f","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"key":"client_id","value":"{{Client_Id}}","type":"text"},{"key":"client_secret","value":"{{Client_Secret}}","type":"text"},{"key":"organisationId","value":"{{Organisation_Id}}","type":"text"},{"key":"appIdentifier","value":"{{App_Identifier}}","type":"text"}],"body":{"mode":"raw","raw":"{\r\n\"consentId\": \"{{Consent_Id}}\"\r\n}"},"url":"{{Base_URL}}/fidata","description":"<p>This API can be used to delete the Financial Information (FI) from FinPro once it is fetched by the FIU.</p>\n<h4 id=\"request-parameters\">Request Parameters</h4>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Paramter</strong></th>\n<th><strong>Type</strong></th>\n<th><strong>Mandatory vs Optional</strong></th>\n<th><strong>Description</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>consentId</td>\n<td>string</td>\n<td>mandatory</td>\n<td>Consent ID whose data to be deleted.</td>\n</tr>\n</tbody>\n</table>\n</div><h4 id=\"response-parameters\">Response Parameters</h4>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Parameter</strong></th>\n<th><strong>Type</strong></th>\n<th><strong>Mandatory vs Optional</strong></th>\n<th><strong>Description</strong></th>\n<th><strong>Supported Values</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>status</td>\n<td>string</td>\n<td>mandatory</td>\n<td>Status of the response.</td>\n<td>success, failure</td>\n</tr>\n<tr>\n<td>ver</td>\n<td>string</td>\n<td>mandatory</td>\n<td>Version of the API.</td>\n<td></td>\n</tr>\n<tr>\n<td>data.status</td>\n<td>string</td>\n<td>mandatory</td>\n<td>Status of the data detetion/purging.</td>\n<td>SUCCESS : data deleted,  <br />FAILURE : data not deleted</td>\n</tr>\n<tr>\n<td>data.message</td>\n<td>string</td>\n<td>mandatory</td>\n<td>Success or Failure message.</td>\n<td></td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"path":["fidata"],"host":["{{Base_URL}}"],"query":[],"variable":[]}},"response":[{"id":"a0d6106a-44bc-42a9-9d1e-fe52d9d59407","name":"Example","originalRequest":{"method":"DELETE","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"key":"client_id","value":"{{Client_Id}}","type":"text"},{"key":"client_secret","value":"{{Client_Secret}}","type":"text"},{"key":"organisationId","value":"{{Organisation_Id}}","type":"text"},{"key":"appIdentifier","value":"{{App_Identifier}}","type":"text"}],"body":{"mode":"raw","raw":"{\r\n\"consentId\": \"{{Consent_Id}}\"\r\n}"},"url":"{{Base_URL}}/fidata"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx"},{"key":"Date","value":"Wed, 19 May 2021 11:36:43 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"210"},{"key":"Connection","value":"keep-alive"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Access-Control-Allow-Methods","value":"GET, POST, OPTIONS, PUT, PATCH, DELETE"},{"key":"Access-Control-Allow-Methods","value":"GET, POST, DELETE, PUT, PATCH, OPTIONS"},{"key":"Access-Control-Allow-Headers","value":"X-Requested-With,content-type"},{"key":"Access-Control-Allow-Headers","value":"DNT,authorization,User-Agent,X-Requested-With,If-Modified-Since,Cache-Control,Content-Type,Range,environmentType"},{"key":"Access-Control-Allow-Credentials","value":"true"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"Content-Security-Policy","value":"script-src 'self'"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"Strict-Transport-Security","value":"max-age=31536000; includeSubDomains"},{"key":"ETag","value":"W/\"d2-X2snUbsxS9VPkqXaqjipktYLgBA\""}],"cookie":[],"responseTime":null,"body":"{\n\"status\": \"success\",\n\"ver\": \"1.15.0\",\n\"data\": {\n\"status\": \"SUCCESS/FAILURE\",\n\"message\": \"FI data deleted successfully\"\n}\n}"},{"id":"8f17d773-1099-4978-9da5-ad51ae5fa687","name":"Error Example","originalRequest":{"method":"DELETE","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"key":"client_id","value":"{{Client_Id}}","type":"text"},{"key":"client_secret","value":"{{Client_Secret}}","type":"text"},{"key":"organisationId","value":"{{Organisation_Id}}","type":"text"},{"key":"appIdentifier","value":"{{App_Identifier}}","type":"text"}],"body":{"mode":"raw","raw":"{\r\n\"consentId\": \"{{Consent_Id}}\"\r\n}"},"url":"{{Base_URL}}/fidata"},"status":"Unauthorized","code":401,"_postman_previewlanguage":null,"header":[{"key":"Date","value":"Wed, 01 Oct 2025 11:58:00 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"111"},{"key":"Connection","value":"keep-alive"},{"key":"Content-Security-Policy","value":"report-uri *.moneyone.in"},{"key":"Cross-Origin-Embedder-Policy","value":"require-corp"},{"key":"Cross-Origin-Opener-Policy","value":"same-origin"},{"key":"Cross-Origin-Resource-Policy","value":"same-origin"},{"key":"X-DNS-Prefetch-Control","value":"off"},{"key":"Expect-CT","value":"max-age=0"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"Strict-Transport-Security","value":"max-age=31536000; includeSubDomains"},{"key":"X-Download-Options","value":"noopen"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"Origin-Agent-Cluster","value":"?1"},{"key":"X-Permitted-Cross-Domain-Policies","value":"none"},{"key":"Referrer-Policy","value":"no-referrer"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"X-RateLimit-Limit","value":"1000"},{"key":"X-RateLimit-Remaining","value":"999"},{"key":"X-RateLimit-Reset","value":"1759319935"},{"key":"Access-Control-Allow-Origin","value":"*.moneyone.in"},{"key":"Access-Control-Allow-Methods","value":"GET, POST"},{"key":"Access-Control-Allow-Headers","value":"X-Requested-With,content-type"},{"key":"Access-Control-Allow-Credentials","value":"true"},{"key":"ETag","value":"W/\"6f-KV+ffcHZdBPjOn4fMIKnIgUPbJA\""}],"cookie":[],"responseTime":null,"body":"{\n    \"ver\": \"1.21.0\",\n    \"timestamp\": \"2025-10-01T11:58:00.111Z\",\n    \"errorCode\": \"Unauthorized\",\n    \"errorMsg\": \"Invalid headers\"\n}"}],"_postman_id":"1aa9848f-bf56-470f-be4b-bb7f5773335f"},{"name":"FIP List","id":"2ad58f51-eac7-48d9-961c-508dd4c1850b","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"key":"client_id","value":"{{Client_Id}}","type":"text"},{"key":"client_secret","value":"{{Client_Secret}}","type":"text"},{"key":"organisationId","value":"{{Organisation_Id}}","type":"text"},{"key":"appIdentifier","value":"{{App_Identifier}}","type":"text"}],"url":"{{Base_URL}}/list/fips","description":"<p>This API retrieves a list of all Financial Information Providers (FIPs) that are live in the AA ecosystem.</p>\n<h4 id=\"response-parameters\">Response Parameters</h4>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Parameter</strong></th>\n<th><strong>Type</strong></th>\n<th><strong>Description</strong></th>\n<th><strong>Supported Values</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>ver</td>\n<td>string</td>\n<td>Version of the API.</td>\n<td></td>\n</tr>\n<tr>\n<td>status</td>\n<td>string</td>\n<td>Status of the response.</td>\n<td>success, failure</td>\n</tr>\n<tr>\n<td>data.fip_newlist.fipId</td>\n<td>string</td>\n<td>FIP ID as registered in Sahamati Central Registry (CR).</td>\n<td></td>\n</tr>\n<tr>\n<td>data.fip_newlist.fipName</td>\n<td>string</td>\n<td>FIP Name as registered in Sahamati Central Registry (CR).</td>\n<td></td>\n</tr>\n<tr>\n<td>data.fip_newlist.logoURL</td>\n<td>string</td>\n<td>FIP Logo URL.</td>\n<td></td>\n</tr>\n<tr>\n<td>message</td>\n<td>string</td>\n<td>Success or Failure message</td>\n<td></td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"path":["list","fips"],"host":["{{Base_URL}}"],"query":[],"variable":[]}},"response":[{"id":"4f325a65-6eba-43a5-9937-55fd20462160","name":"Example","originalRequest":{"method":"GET","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"key":"client_id","value":"{{Client_Id}}","type":"text"},{"key":"client_secret","value":"{{Client_Secret}}","type":"text"},{"key":"organisationId","value":"{{Organisation_Id}}","type":"text"},{"key":"appIdentifier","value":"{{App_Identifier}}","type":"text"}],"url":"{{Base_URL}}/list/fips"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Mon, 24 Mar 2025 17:19:23 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"38578"},{"key":"Connection","value":"keep-alive"},{"key":"Content-Security-Policy","value":"report-uri *.moneyone.in"},{"key":"Cross-Origin-Embedder-Policy","value":"require-corp"},{"key":"Cross-Origin-Opener-Policy","value":"same-origin"},{"key":"Cross-Origin-Resource-Policy","value":"same-origin"},{"key":"X-DNS-Prefetch-Control","value":"off"},{"key":"Expect-CT","value":"max-age=0"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"Strict-Transport-Security","value":"max-age=31536000; includeSubDomains"},{"key":"X-Download-Options","value":"noopen"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"Origin-Agent-Cluster","value":"?1"},{"key":"X-Permitted-Cross-Domain-Policies","value":"none"},{"key":"Referrer-Policy","value":"no-referrer"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"X-RateLimit-Limit","value":"1000"},{"key":"X-RateLimit-Remaining","value":"998"},{"key":"X-RateLimit-Reset","value":"1742836811"},{"key":"Access-Control-Allow-Origin","value":"*.moneyone.in"},{"key":"Access-Control-Allow-Methods","value":"GET, POST"},{"key":"Access-Control-Allow-Headers","value":"X-Requested-With,content-type"},{"key":"Access-Control-Allow-Credentials","value":"true"},{"key":"ETag","value":"W/\"96b2-+zZ/JIIs1tZxPE8Y0PSRd6cc6wY\""}],"cookie":[],"responseTime":null,"body":"{\n    \"ver\": \"1.21.0\",\n    \"status\": \"success\",\n    \"data\": {\n        \"fip_newlist\": [\n            {\n                \"fipId\": \"FIME_FIP_0001\",\n                \"fipName\": \"FIME_FIP_0001\",\n                \"FiTypes\": [\n                    \"DEPOSIT\",\n                    \"TERM-DEPOSIT\",\n                    \"RECURRING_DEPOSIT\",\n                    \"SIP\",\n                    \"CP\",\n                    \"GOVT_SECURITIES\",\n                    \"EQUITIES\",\n                    \"BONDS\",\n                    \"DEBENTURES\",\n                    \"MUTUAL_FUNDS\",\n                    \"ETF\",\n                    \"IDR\",\n                    \"CIS\",\n                    \"AIF\",\n                    \"INSURANCE_POLICIES\",\n                    \"NPS\",\n                    \"INVIT\",\n                    \"REIT\",\n                    \"OTHER\"\n                ]\n            },\n            {\n                \"fipId\": \"CAMC\",\n                \"fipName\": \"ICICI_AMC\",\n                \"FiTypes\": [\n                    \"SIP,MUTUAL_FUNDS\"\n                ]\n            },\n            {\n                \"fipId\": \"HAMC\",\n                \"fipName\": \"HDFC_AMC\",\n                \"FiTypes\": [\n                    \"SIP,MUTUAL_FUNDS\"\n                ]\n            },\n            {\n                \"fipId\": \"fipuat_cityunionbank\",\n                \"fipName\": \"CUB\",\n                \"FiTypes\": [\n                    \"DEPOSIT\"\n                ]\n            },\n            {\n                \"fipId\": \"FIME_FIP_ALT\",\n                \"fipName\": \"Fime India ALT FIP\",\n                \"FiTypes\": [\n                    \"DEPOSIT\",\n                    \"TERM-DEPOSIT\",\n                    \"RECURRING_DEPOSIT\",\n                    \"SIP\",\n                    \"CP\",\n                    \"GOVT_SECURITIES\",\n                    \"EQUITIES\",\n                    \"BONDS\",\n                    \"DEBENTURES\",\n                    \"MUTUAL_FUNDS\",\n                    \"ETF\",\n                    \"IDR\",\n                    \"CIS\",\n                    \"AIF\",\n                    \"INSURANCE_POLICIES\",\n                    \"NPS\",\n                    \"INVIT\",\n                    \"REIT\",\n                    \"OTHER\"\n                ]\n            },\n            {\n                \"fipId\": \"CAMSGST_UAT\",\n                \"fipName\": \"CAMSGST_UAT\",\n                \"FiTypes\": [\n                    \"GSTR1_3B\"\n                ]\n            },\n            {\n                \"fipId\": \"INDUSIND\",\n                \"fipName\": \"IndusInd Bank Ltd.\",\n                \"FiTypes\": [\n                    \"DEPOSIT\",\n                    \"RECURRING_DEPOSIT\",\n                    \"TERM-DEPOSIT\"\n                ]\n            },\n            {\n                \"fipId\": \"aujas_fip\",\n                \"fipName\": \"Aujas FIP\",\n                \"FiTypes\": [\n                    \"DEPOSIT\",\n                    \"TERM-DEPOSIT\",\n                    \"RECURRING_DEPOSIT\"\n                ]\n            },\n            {\n                \"fipId\": \"JPBFIP0001\",\n                \"fipName\": \"Jio Payments Bank\",\n                \"FiTypes\": [\n                    \"DEPOSIT\"\n                ]\n            },\n            {\n                \"fipId\": \"bajaj-finserv-fip-uat\",\n                \"fipName\": \"Bajaj Finance Ltd.\",\n                \"FiTypes\": [\n                    \"TERM_DEPOSIT\"\n                ]\n            },\n            {\n                \"fipId\": \"alt_aujas_fip_dev\",\n                \"fipName\": \"Alt Aujas Bank Dev\",\n                \"FiTypes\": [\n                    \"DEPOSIT\",\n                    \"TERM-DEPOSIT\",\n                    \"RECURRING_DEPOSIT\",\n                    \"SIP\",\n                    \"CP\",\n                    \"GOVT_SECURITIES\",\n                    \"EQUITIES\",\n                    \"BONDS\",\n                    \"DEBENTURES\",\n                    \"MUTUAL_FUNDS\",\n                    \"ETF\",\n                    \"IDR\",\n                    \"CIS\",\n                    \"AIF\",\n                    \"INSURANCE_POLICIES\",\n                    \"NPS\",\n                    \"INVIT\",\n                    \"REIT\",\n                    \"OTHER\"\n                ]\n            },\n            {\n                \"fipId\": \"alt_aujas_fip_qa\",\n                \"fipName\": \"Aujas Bank cloud QA\",\n                \"FiTypes\": [\n                    \"DEPOSIT\",\n                    \"TERM-DEPOSIT\",\n                    \"RECURRING_DEPOSIT\",\n                    \"SIP\",\n                    \"CP\",\n                    \"GOVT_SECURITIES\",\n                    \"EQUITIES\",\n                    \"BONDS\",\n                    \"DEBENTURES\",\n                    \"MUTUAL_FUNDS\",\n                    \"ETF\",\n                    \"IDR\",\n                    \"CIS\",\n                    \"AIF\",\n                    \"INSURANCE_POLICIES\",\n                    \"NPS\",\n                    \"INVIT\",\n                    \"REIT\",\n                    \"OTHER\"\n                ]\n            },\n            {\n                \"fipId\": \"aujas_fip_dev\",\n                \"fipName\": \"Aujas Bank Dev\",\n                \"FiTypes\": [\n                    \"DEPOSIT\",\n                    \"TERM-DEPOSIT\",\n                    \"RECURRING_DEPOSIT\",\n                    \"SIP\",\n                    \"CP\",\n                    \"GOVT_SECURITIES\",\n                    \"EQUITIES\",\n                    \"BONDS\",\n                    \"DEBENTURES\",\n                    \"MUTUAL_FUNDS\",\n                    \"ETF\",\n                    \"IDR\",\n                    \"CIS\",\n                    \"AIF\",\n                    \"INSURANCE_POLICIES\",\n                    \"NPS\",\n                    \"INVIT\",\n                    \"REIT\",\n                    \"OTHER\"\n                ]\n            },\n            {\n                \"fipId\": \"aujas_fip_qa\",\n                \"fipName\": \"Aujas Bank cloud QA\",\n                \"FiTypes\": [\n                    \"DEPOSIT\",\n                    \"TERM-DEPOSIT\",\n                    \"RECURRING_DEPOSIT\",\n                    \"SIP\",\n                    \"CP\",\n                    \"GOVT_SECURITIES\",\n                    \"EQUITIES\",\n                    \"BONDS\",\n                    \"DEBENTURES\",\n                    \"MUTUAL_FUNDS\",\n                    \"ETF\",\n                    \"IDR\",\n                    \"CIS\",\n                    \"AIF\",\n                    \"INSURANCE_POLICIES\",\n                    \"NPS\",\n                    \"INVIT\",\n                    \"REIT\",\n                    \"OTHER\"\n                ]\n            },\n            {\n                \"fipId\": \"vittakoshbank\",\n                \"fipName\": \"Vittakosh Finvu Bank Ltd.\",\n                \"FiTypes\": [\n                    \"DEPOSIT\",\n                    \"RECURRING_DEPOSIT\",\n                    \"TERM-DEPOSIT\"\n                ]\n            },\n            {\n                \"fipId\": \"CLEARTAXTEST001\",\n                \"fipName\": \"CLEARTAX TEST FIP\",\n                \"FiTypes\": [\n                    \"GST_GSTR1\",\n                    \"GST_GSTR2A\",\n                    \"GST_GSTR3B\"\n                ]\n            },\n            {\n                \"fipId\": \"vayana\",\n                \"fipName\": \"Vayana Network\",\n                \"FiTypes\": [\n                    \"GST\",\n                    \"GST_GSTR1\",\n                    \"GST_GSTR2A\",\n                    \"GST_GSTR3B\"\n                ]\n            },\n            {\n                \"fipId\": \"aujas_fip_cloud\",\n                \"fipName\": \"Aujas Bank Cloud\",\n                \"FiTypes\": [\n                    \"DEPOSIT\",\n                    \"TERM-DEPOSIT\",\n                    \"RECURRING_DEPOSIT\"\n                ]\n            },\n            {\n                \"fipId\": \"FDRLFIP\",\n                \"fipName\": \"FEDERAL BANK\",\n                \"FiTypes\": [\n                    \"DEPOSIT\"\n                ]\n            },\n            {\n                \"fipId\": \"ECSFIP\",\n                \"fipName\": \"East Consultancy Services Pvt Ltd\",\n                \"FiTypes\": [\n                    \"DEPOSIT\",\n                    \"TERM-DEPOSIT\",\n                    \"RECURRING_DEPOSIT\",\n                    \"SIP\",\n                    \"CP\",\n                    \"GOVT_SECURITIES\",\n                    \"EQUITIES\",\n                    \"BONDS\",\n                    \"DEBENTURES\",\n                    \"MUTUAL_FUNDS\",\n                    \"ETF\",\n                    \"IDR\",\n                    \"CIS\",\n                    \"AIF\",\n                    \"INSURANCE_POLICIES\",\n                    \"NPS\",\n                    \"INVIT\",\n                    \"REIT\",\n                    \"OTHER\"\n                ]\n            },\n            {\n                \"fipId\": \"HDFC-FIP\",\n                \"fipName\": \"HDFC Bank\",\n                \"FiTypes\": [\n                    \"DEPOSIT\"\n                ]\n            },\n            {\n                \"fipId\": \"ICICI-FIP\",\n                \"fipName\": \"ICICI Bank\",\n                \"FiTypes\": [\n                    \"DEPOSIT\"\n                ]\n            },\n            {\n                \"fipId\": \"abc-demo1\",\n                \"fipName\": \"ABC\",\n                \"FiTypes\": [\n                    \"DEPOSIT\"\n                ]\n            },\n            {\n                \"fipId\": \"KOTAK-FIP\",\n                \"fipName\": \"Kotak Mahindra Bank\",\n                \"FiTypes\": [\n                    \"DEPOSIT\"\n                ]\n            },\n            {\n                \"fipId\": \"NSDLFIP\",\n                \"fipName\": \"NSDL\",\n                \"FiTypes\": [\n                    \"DEPOSIT\"\n                ]\n            },\n            {\n                \"fipId\": \"aujas_alt_fip\",\n                \"fipName\": \"Aujas Alt FIP\",\n                \"FiTypes\": [\n                    \"DEPOSIT\",\n                    \"TERM-DEPOSIT\",\n                    \"RECURRING_DEPOSIT\"\n                ]\n            },\n            {\n                \"fipId\": \"finsharebank\",\n                \"fipName\": \"FinShareBankServer\",\n                \"FiTypes\": [\n                    \"DEPOSIT\",\n                    \"RECURRING_DEPOSIT\",\n                    \"GSTR1_3B\",\n                    \"MUTUAL_FUNDS\",\n                    \"EQUITIES\",\n                    \"NPS\",\n                    \"TERM_DEPOSIT\",\n                    \"INSURANCE_POLICIES\",\n                    \"LIFE_INSURANCE\",\n                    \"GENERAL_INSURANCE\"\n                ]\n            },\n            {\n                \"fipId\": \"sbi-fip-uat\",\n                \"fipName\": \"STATE BANK OF INDIA\",\n                \"FiTypes\": [\n                    \"DEPOSIT\",\n                    \"TERM_DEPOSIT\",\n                    \"RECURRING_DEPOSIT\"\n                ]\n            },\n            {\n                \"fipId\": \"IDFC-FIP\",\n                \"fipName\": \"IDFC FIRST BANK\",\n                \"FiTypes\": [\n                    \"DEPOSIT\"\n                ]\n            },\n            {\n                \"fipId\": \"AXIS001\",\n                \"fipName\": \"Axis Bank\",\n                \"FiTypes\": [\n                    \"DEPOSIT\",\n                    \"RECURRING_DEPOSIT\",\n                    \"TERM-DEPOSIT\"\n                ]\n            },\n            {\n                \"fipId\": \"finbit-fip-dev\",\n                \"fipName\": \"FINBIT FIP DEV\",\n                \"FiTypes\": [\n                    \"DEPOSIT\",\n                    \"TERM-DEPOSIT\"\n                ]\n            },\n            {\n                \"fipId\": \"finbit-fip-uat\",\n                \"fipName\": \"FINBIT FIP UAT\",\n                \"FiTypes\": [\n                    \"DEPOSIT\",\n                    \"TERM-DEPOSIT\"\n                ]\n            },\n            {\n                \"fipId\": \"FIP0003\",\n                \"fipName\": \"Fime India\",\n                \"FiTypes\": [\n                    \"DEPOSIT\",\n                    \"TERM-DEPOSIT\",\n                    \"RECURRING_DEPOSIT\",\n                    \"SIP\",\n                    \"CP\",\n                    \"GOVT_SECURITIES\",\n                    \"EQUITIES\",\n                    \"BONDS\",\n                    \"DEBENTURES\",\n                    \"MUTUAL_FUNDS\",\n                    \"ETF\",\n                    \"IDR\",\n                    \"CIS\",\n                    \"AIF\",\n                    \"INSURANCE_POLICIES\",\n                    \"NPS\",\n                    \"INVIT\",\n                    \"REIT\",\n                    \"OTHER\"\n                ]\n            },\n            {\n                \"fipId\": \"IBFIP\",\n                \"fipName\": \"Indian Bank\",\n                \"FiTypes\": [\n                    \"DEPOSIT\",\n                    \"RECURRING_DEPOSIT\",\n                    \"TERM_DEPOSIT\"\n                ]\n            },\n            {\n                \"fipId\": \"AUBank-FIP\",\n                \"fipName\": \"AU Small Finance Bank\",\n                \"FiTypes\": [\n                    \"DEPOSIT\"\n                ]\n            },\n            {\n                \"fipId\": \"FINBIT-FIP-TEST\",\n                \"fipName\": \"FINBIT FIP Mock\",\n                \"FiTypes\": [\n                    \"DEPOSIT\"\n                ]\n            },\n            {\n                \"fipId\": \"UBI-FIP\",\n                \"fipName\": \"Union Bank Of India\",\n                \"FiTypes\": [\n                    \"DEPOSIT\"\n                ]\n            },\n            {\n                \"fipId\": \"NPS_UAT\",\n                \"fipName\": \"NPS_UAT\",\n                \"FiTypes\": [\n                    \"NPS\"\n                ]\n            },\n            {\n                \"fipId\": \"FIPCAMS-UAT\",\n                \"fipName\": \"FIPCAMS-UAT\",\n                \"FiTypes\": [\n                    \"DEPOSIT\",\n                    \"TERM-DEPOSIT\"\n                ]\n            },\n            {\n                \"fipId\": \"balic-fip\",\n                \"fipName\": \"Bajaj Allianz Life Insurance\",\n                \"FiTypes\": [\n                    \"INSURANCE_POLICIES\",\n                    \"ULIP\"\n                ]\n            },\n            {\n                \"fipId\": \"alt_aujas_fip_cloud_3\",\n                \"fipName\": \"Alt Aujas Bank Cloud 3\",\n                \"FiTypes\": [\n                    \"DEPOSIT\",\n                    \"TERM-DEPOSIT\",\n                    \"RECURRING_DEPOSIT\",\n                    \"SIP\",\n                    \"CP\",\n                    \"GOVT_SECURITIES\",\n                    \"EQUITIES\",\n                    \"BONDS\",\n                    \"DEBENTURES\",\n                    \"MUTUAL_FUNDS\",\n                    \"ETF\",\n                    \"IDR\",\n                    \"CIS\",\n                    \"AIF\",\n                    \"INSURANCE_POLICIES\",\n                    \"NPS\",\n                    \"INVIT\",\n                    \"REIT\",\n                    \"OTHER\"\n                ]\n            },\n            {\n                \"fipId\": \"aujas_fip_cloud_3\",\n                \"fipName\": \"Aujas Bank Cloud 3\",\n                \"FiTypes\": [\n                    \"DEPOSIT\",\n                    \"TERM-DEPOSIT\",\n                    \"RECURRING_DEPOSIT\",\n                    \"SIP\",\n                    \"CP\",\n                    \"GOVT_SECURITIES\",\n                    \"EQUITIES\",\n                    \"BONDS\",\n                    \"DEBENTURES\",\n                    \"MUTUAL_FUNDS\",\n                    \"ETF\",\n                    \"IDR\",\n                    \"CIS\",\n                    \"AIF\",\n                    \"INSURANCE_POLICIES\",\n                    \"NPS\",\n                    \"INVIT\",\n                    \"REIT\",\n                    \"OTHER\"\n                ]\n            },\n            {\n                \"fipId\": \"fip@hdfclifeuat\",\n                \"fipName\": \"HDFC Life Insurance\",\n                \"FiTypes\": [\n                    \"INSURANCE_POLICIES\"\n                ]\n            },\n            {\n                \"fipId\": \"Cams Depository\",\n                \"fipName\": \"Cams Depository\",\n                \"FiTypes\": [\n                    \"EQUITIES\",\n                    \"AIF\",\n                    \"ETF\"\n                ]\n            },\n            {\n                \"fipId\": \"fip@icicilombarduat\",\n                \"fipName\": \"ICICI Lombard GICL\",\n                \"FiTypes\": [\n                    \"INSURANCE_POLICIES\"\n                ]\n            },\n            {\n                \"fipId\": \"PNB-UAT-FIP\",\n                \"fipName\": \"Punjab National Bank\",\n                \"FiTypes\": [\n                    \"DEPOSIT\"\n                ]\n            },\n            {\n                \"fipId\": \"fip@canarabankuat\",\n                \"fipName\": \"Canara Bank\",\n                \"FiTypes\": [\n                    \"DEPOSIT\",\n                    \"TERM-DEPOSIT\",\n                    \"RECURRING_DEPOSIT\"\n                ]\n            },\n            {\n                \"fipId\": \"setu-fip-2\",\n                \"fipName\": \"Setu FIP 2\",\n                \"FiTypes\": [\n                    \"GSTR1_3B\",\n                    \"DEPOSIT\",\n                    \"TERM-DEPOSIT\",\n                    \"RECURRING_DEPOSIT\",\n                    \"EQUITIES\",\n                    \"MUTUAL_FUNDS\",\n                    \"INSURANCE_POLICIES\",\n                    \"DEBENTURES\",\n                    \"INVIT\",\n                    \"SIP\",\n                    \"GOVT_SECURITIES\",\n                    \"BONDS\",\n                    \"AIF\",\n                    \"REIT\",\n                    \"CP\",\n                    \"ETF\",\n                    \"NPS\",\n                    \"IDR\",\n                    \"CIS\"\n                ]\n            },\n            {\n                \"fipId\": \"BOI-UAT-FIP\",\n                \"fipName\": \"Bank Of India\",\n                \"FiTypes\": [\n                    \"DEPOSIT\"\n                ]\n            },\n            {\n                \"fipId\": \"KBL-FIP\",\n                \"fipName\": \"Karnataka Bank Ltd\",\n                \"FiTypes\": [\n                    \"DEPOSIT\"\n                ]\n            },\n            {\n                \"fipId\": \"IOB-UAT-FIP\",\n                \"fipName\": \"India Overseas Bank\",\n                \"FiTypes\": [\n                    \"DEPOSIT\"\n                ]\n            },\n            {\n                \"fipId\": \"Cams_insurance\",\n                \"fipName\": \"Cams_insurance\",\n                \"FiTypes\": [\n                    \"INSURANCE_POLICIES\",\n                    \"LIFE_INSURANCE\",\n                    \"GENERAL_INSURANCE\"\n                ]\n            },\n            {\n                \"fipId\": \"Cams RTA_uat\",\n                \"fipName\": \"Cams RTA_uat\",\n                \"FiTypes\": [\n                    \"SIP\",\n                    \"MUTUAL_FUNDS\"\n                ]\n            },\n            {\n                \"fipId\": \"TNGB_UAT\",\n                \"fipName\": \"TNGB\",\n                \"FiTypes\": [\n                    \"DEPOSIT\",\n                    \"TERM-DEPOSIT\",\n                    \"RECURRING_DEPOSIT\"\n                ]\n            },\n            {\n                \"fipId\": \"FIME_FIP_0002\",\n                \"fipName\": \"FIME_FIP_0002\",\n                \"FiTypes\": [\n                    \"DEPOSIT\",\n                    \"TERM-DEPOSIT\",\n                    \"RECURRING_DEPOSIT\",\n                    \"SIP\",\n                    \"CP\",\n                    \"GOVT_SECURITIES\",\n                    \"EQUITIES\",\n                    \"BONDS\",\n                    \"DEBENTURES\",\n                    \"MUTUAL_FUNDS\",\n                    \"ETF\",\n                    \"IDR\",\n                    \"CIS\",\n                    \"AIF\",\n                    \"INSURANCE_POLICIES\",\n                    \"NPS\",\n                    \"INVIT\",\n                    \"REIT\",\n                    \"OTHER\"\n                ]\n            },\n            {\n                \"fipId\": \"YESB-UAT-FIP\",\n                \"fipName\": \"Yes Bank Ltd\",\n                \"FiTypes\": [\n                    \"DEPOSIT\"\n                ]\n            },\n            {\n                \"fipId\": \"FIME_FIP_YF_0001\",\n                \"fipName\": \"FIME_FIP_YF_0001\",\n                \"FiTypes\": [\n                    \"DEPOSIT\",\n                    \"TERM-DEPOSIT\",\n                    \"RECURRING_DEPOSIT\",\n                    \"SIP\",\n                    \"CP\",\n                    \"GOVT_SECURITIES\",\n                    \"EQUITIES\",\n                    \"BONDS\",\n                    \"DEBENTURES\",\n                    \"MUTUAL_FUNDS\",\n                    \"ETF\",\n                    \"IDR\",\n                    \"CIS\",\n                    \"AIF\",\n                    \"INSURANCE_POLICIES\",\n                    \"NPS\",\n                    \"INVIT\",\n                    \"REIT\",\n                    \"OTHER\"\n                ]\n            },\n            {\n                \"fipId\": \"FIME_ALT FIP_YF_0001\",\n                \"fipName\": \"FIME_ALT FIP_YF_0001\",\n                \"FiTypes\": [\n                    \"DEPOSIT\",\n                    \"TERM-DEPOSIT\",\n                    \"RECURRING_DEPOSIT\",\n                    \"SIP\",\n                    \"CP\",\n                    \"GOVT_SECURITIES\",\n                    \"EQUITIES\",\n                    \"BONDS\",\n                    \"DEBENTURES\",\n                    \"MUTUAL_FUNDS\",\n                    \"ETF\",\n                    \"IDR\",\n                    \"CIS\",\n                    \"AIF\",\n                    \"INSURANCE_POLICIES\",\n                    \"NPS\",\n                    \"INVIT\",\n                    \"REIT\",\n                    \"OTHER\"\n                ]\n            },\n            {\n                \"fipId\": \"absli-fip\",\n                \"fipName\": \"Aditya Birla Sun Life Insurance\",\n                \"FiTypes\": [\n                    \"INSURANCE_POLICIES\"\n                ]\n            },\n            {\n                \"fipId\": \"Cams ENPS\",\n                \"fipName\": \"Cams ENPS\",\n                \"FiTypes\": [\n                    \"NPS\"\n                ]\n            },\n            {\n                \"fipId\": \"CAMS_AMC_UAT\",\n                \"fipName\": \"CAMS Mutual Fund\",\n                \"FiTypes\": [\n                    \"SIP\",\n                    \"MUTUAL_FUNDS\"\n                ]\n            },\n            {\n                \"fipId\": \"CENTRALFIP\",\n                \"fipName\": \"Central Bank\",\n                \"FiTypes\": [\n                    \"DEPOSIT\",\n                    \"RECURRING_DEPOSIT\",\n                    \"TERM-DEPOSIT\"\n                ]\n            },\n            {\n                \"fipId\": \"finacus-tsp-fip-uat\",\n                \"fipName\": \"Finacus TSP FIP\",\n                \"FiTypes\": [\n                    \"null\"\n                ]\n            },\n            {\n                \"fipId\": \"DIGIO_FIP\",\n                \"fipName\": \"Digio FIP Pvt. Limited\",\n                \"FiTypes\": [\n                    \"DEPOSIT\"\n                ]\n            },\n            {\n                \"fipId\": \"iciciprudential-fip-uat\",\n                \"fipName\": \"ICICI Prudential Life Insurance\",\n                \"FiTypes\": [\n                    \"LIFE_INSURANCE\"\n                ]\n            },\n            {\n                \"fipId\": \"BARBFIP_UAT\",\n                \"fipName\": \"BANK OF BARODA\",\n                \"FiTypes\": [\n                    \"DEPOSIT\",\n                    \"TERM-DEPOSIT\",\n                    \"RECURRING_DEPOSIT\"\n                ]\n            },\n            {\n                \"fipId\": \"talic-fip\",\n                \"fipName\": \"Tata AIA Life Insurance\",\n                \"FiTypes\": [\n                    \"INSURANCE_POLICIES\"\n                ]\n            },\n            {\n                \"fipId\": \"fip@fincaresfbuat\",\n                \"fipName\": \"Fincare Small Finance Bank\",\n                \"FiTypes\": [\n                    \"DEPOSIT\"\n                ]\n            },\n            {\n                \"fipId\": \"HDFCLtd-FIP\",\n                \"fipName\": \"HDFC Ltd\",\n                \"FiTypes\": [\n                    \"TERM-DEPOSIT\",\n                    \"RECURRING_DEPOSIT\"\n                ]\n            },\n            {\n                \"fipId\": \"ACME-FIP\",\n                \"fipName\": \"Acme Bank Ltd.\",\n                \"FiTypes\": [\n                    \"DEPOSIT\",\n                    \"TERM-DEPOSIT\",\n                    \"RECURRING_DEPOSIT\",\n                    \"EQUITIES\",\n                    \"MUTUAL_FUNDS\",\n                    \"SIP\",\n                    \"ETF\",\n                    \"IDR\",\n                    \"CIS\",\n                    \"AIF\",\n                    \"INVIT\",\n                    \"REIT\",\n                    \"GSTR1_3B\",\n                    \"GENERAL_INSURANCE\",\n                    \"LIFE_INSURANCE\"\n                ]\n            },\n            {\n                \"fipId\": \"NPPL_FIP\",\n                \"fipName\": \"Novel Patterns Private Limited\",\n                \"FiTypes\": [\n                    \"DEPOSIT\"\n                ]\n            },\n            {\n                \"fipId\": \"BARB0KIMXXX\",\n                \"fipName\": \"Finvu Bank Ltd.\",\n                \"FiTypes\": [\n                    \"DEPOSIT\",\n                    \"RECURRING_DEPOSIT\",\n                    \"TERM-DEPOSIT\"\n                ]\n            },\n            {\n                \"fipId\": \"sibl-uat-fip\",\n                \"fipName\": \"The South Indian Bank Ltd\",\n                \"FiTypes\": [\n                    \"DEPOSIT\"\n                ]\n            },\n            {\n                \"fipId\": \"KARFIP\",\n                \"fipName\": \"Karnataka Gramin Bank.\",\n                \"FiTypes\": [\n                    \"DEPOSIT\",\n                    \"RECURRING_DEPOSIT\",\n                    \"TERM-DEPOSIT\"\n                ]\n            },\n            {\n                \"fipId\": \"FIP-ID\",\n                \"fipName\": \"Ignosis Bank UAT\",\n                \"FiTypes\": [\n                    \"DEPOSIT\",\n                    \"RECURRING_DEPOSIT\",\n                    \"SIP\",\n                    \"CP\",\n                    \"GOVT_SECURITIES\",\n                    \"EQUITIES\",\n                    \"BONDS\",\n                    \"DEBENTURES\",\n                    \"MUTUAL_FUNDS\",\n                    \"ETF\",\n                    \"IDR\",\n                    \"CIS\",\n                    \"AIF\",\n                    \"INSURANCE_POLICIES\",\n                    \"NPS\",\n                    \"INVIT\",\n                    \"REIT\",\n                    \"OTHER\",\n                    \"GENERAL_INSURANCE\",\n                    \"GSTR1_3B\",\n                    \"TERM_DEPOSIT\"\n                ]\n            },\n            {\n                \"fipId\": \"BOM_FIP\",\n                \"fipName\": \"Bank of Maharashtra\",\n                \"FiTypes\": [\n                    \"DEPOSIT\",\n                    \"TERM-DEPOSIT\",\n                    \"RECURRING_DEPOSIT\",\n                    \"SIP\",\n                    \"CP\",\n                    \"GOVT_SECURITIES\",\n                    \"EQUITIES\",\n                    \"BONDS\",\n                    \"DEBENTURES\",\n                    \"MUTUAL_FUNDS\",\n                    \"ETF\",\n                    \"IDR\",\n                    \"CIS\",\n                    \"AIF\",\n                    \"INSURANCE_POLICIES\",\n                    \"NPS\",\n                    \"INVIT\",\n                    \"REIT\",\n                    \"OTHER\"\n                ]\n            },\n            {\n                \"fipId\": \"KERFIP\",\n                \"fipName\": \"Kerala Gramin Bank\",\n                \"FiTypes\": [\n                    \"DEPOSIT\",\n                    \"RECURRING_DEPOSIT\",\n                    \"TERM-DEPOSIT\"\n                ]\n            },\n            {\n                \"fipId\": \"sbilife-fip\",\n                \"fipName\": \"SBI Life Insurance\",\n                \"FiTypes\": [\n                    \"INSURANCE_POLICIES\",\n                    \"LIFE_INSURANCE\"\n                ]\n            },\n            {\n                \"fipId\": \"PSFIP\",\n                \"fipName\": \"Punjab and Sind Bank\",\n                \"FiTypes\": [\n                    \"DEPOSIT\",\n                    \"RECURRING_DEPOSIT\",\n                    \"TERM-DEPOSIT\"\n                ]\n            },\n            {\n                \"fipId\": \"bagic-fip\",\n                \"fipName\": \"Bajaj Allianz General Insurance Company\",\n                \"FiTypes\": [\n                    \"INSURANCE_POLICIES\"\n                ]\n            },\n            {\n                \"fipId\": \"tcs-kychub-uat-fip\",\n                \"fipName\": \"Tata Consultancy Services Ltd\",\n                \"FiTypes\": [\n                    \"DEPOSIT\",\n                    \"TERM-DEPOSIT\",\n                    \"RECURRING_DEPOSIT\",\n                    \"SIP\",\n                    \"CP\",\n                    \"GOVT_SECURITIES\",\n                    \"EQUITIES\",\n                    \"BONDS\",\n                    \"DEBENTURES\",\n                    \"MUTUAL_FUNDS\",\n                    \"ETF\",\n                    \"IDR\",\n                    \"CIS\",\n                    \"AIF\",\n                    \"INSURANCE_POLICIES\",\n                    \"NPS\",\n                    \"INVIT\",\n                    \"REIT\",\n                    \"OTHER\"\n                ]\n            },\n            {\n                \"fipId\": \"dhanagarbank\",\n                \"fipName\": \"Dhanagar Finvu Bank Ltd.\",\n                \"FiTypes\": [\n                    \"DEPOSIT\",\n                    \"RECURRING_DEPOSIT\",\n                    \"TERM-DEPOSIT\"\n                ]\n            },\n            {\n                \"fipId\": \"SIM001\",\n                \"fipName\": \"Simply\",\n                \"FiTypes\": [\n                    \"DEPOSIT\"\n                ]\n            },\n            {\n                \"fipId\": \"setu-fip\",\n                \"fipName\": \"Setu FIP\",\n                \"FiTypes\": [\n                    \"DEPOSIT\",\n                    \"TERM_DEPOSIT\",\n                    \"RECURRING_DEPOSIT\",\n                    \"SIP\",\n                    \"CP\",\n                    \"GOVT_SECURITIES\",\n                    \"EQUITIES\",\n                    \"BONDS\",\n                    \"DEBENTURES\",\n                    \"MUTUAL_FUNDS\",\n                    \"ETF\",\n                    \"IDR\",\n                    \"CIS\",\n                    \"AIF\",\n                    \"INSURANCE_POLICIES\",\n                    \"NPS\",\n                    \"INVIT\",\n                    \"REIT\",\n                    \"GSTR1_3B\",\n                    \"TERM-DEPOSIT\"\n                ]\n            },\n            {\n                \"fipId\": \"A01\",\n                \"fipName\": \"AQ\",\n                \"FiTypes\": [\n                    \"DEPOSIT\",\n                    \"TERM-DEPOSIT\",\n                    \"RECURRING_DEPOSIT\",\n                    \"SIP\",\n                    \"GOVT_SECURITIES\",\n                    \"CP\"\n                ]\n            },\n            {\n                \"fipId\": \"FIP01\",\n                \"fipName\": \"Air co\",\n                \"FiTypes\": [\n                    \"DEPOSIT\",\n                    \"TERM-DEPOSIT\",\n                    \"RECURRING_DEPOSIT\",\n                    \"SIP\",\n                    \"CP\"\n                ]\n            },\n            {\n                \"fipId\": \"FIP001\",\n                \"fipName\": \"QAS\",\n                \"FiTypes\": [\n                    \"DEPOSIT\",\n                    \"REIT\"\n                ]\n            },\n            {\n                \"fipId\": \"FIPTEST1\",\n                \"fipName\": \"jio\",\n                \"FiTypes\": [\n                    \"DEPOSIT\",\n                    \"TERM-DEPOSIT\"\n                ]\n            },\n            {\n                \"fipId\": \"FIPTEST2\",\n                \"fipName\": \"HP\",\n                \"FiTypes\": [\n                    \"DEPOSIT\",\n                    \"RECURRING_DEPOSIT\"\n                ]\n            },\n            {\n                \"fipId\": \"kvgbank-fip-uat\",\n                \"fipName\": \"kvgbank\",\n                \"FiTypes\": [\n                    \"DEPOSIT\",\n                    \"TERM-DEPOSIT\",\n                    \"RECURRING_DEPOSIT\"\n                ]\n            },\n            {\n                \"fipId\": \"apgb-fip-uat\",\n                \"fipName\": \"apgb\",\n                \"FiTypes\": [\n                    \"DEPOSIT\",\n                    \"TERM-DEPOSIT\",\n                    \"RECURRING_DEPOSIT\"\n                ]\n            },\n            {\n                \"fipId\": \"alternate_aujas_fip_cloud\",\n                \"fipName\": \"Alternate Aujas Bank Cloud\",\n                \"FiTypes\": [\n                    \"DEPOSIT\",\n                    \"TERM-DEPOSIT\",\n                    \"RECURRING_DEPOSIT\"\n                ]\n            },\n            {\n                \"fipId\": \"5\",\n                \"fipName\": \"kol\",\n                \"FiTypes\": [\n                    \"DEPOSIT\",\n                    \"TERM-DEPOSIT\",\n                    \"RECURRING_DEPOSIT\",\n                    \"SIP\"\n                ]\n            },\n            {\n                \"fipId\": \"fip@uat.nsdl\",\n                \"fipName\": \"National Securities Depository Limited\",\n                \"FiTypes\": [\n                    \"EQUITIES\",\n                    \"CIS\",\n                    \"MUTUAL_FUNDS\",\n                    \"IDR\",\n                    \"AIF\",\n                    \"INVIT\",\n                    \"REIT\",\n                    \"ETF\"\n                ]\n            },\n            {\n                \"fipId\": \"MASTER00123\",\n                \"fipName\": \"plan BANK\",\n                \"FiTypes\": [\n                    \"DEPOSIT\",\n                    \"CIS\",\n                    \"AIF\",\n                    \"NPS\"\n                ]\n            },\n            {\n                \"fipId\": \"PBG-FIP\",\n                \"fipName\": \"Paschim Banga Gramin Bank\",\n                \"FiTypes\": [\n                    \"DEPOSIT\"\n                ]\n            },\n            {\n                \"fipId\": \"CRIF-CONNECT-UAT-FIP\",\n                \"fipName\": \"CRIF CONNECT PRIVATE LIMITED\",\n                \"FiTypes\": [\n                    \"DEPOSIT\",\n                    \"TERM-DEPOSIT\",\n                    \"RECURRING_DEPOSIT\",\n                    \"SIP\",\n                    \"CP\",\n                    \"GOVT_SECURITIES\",\n                    \"EQUITIES\",\n                    \"BONDS\",\n                    \"DEBENTURES\",\n                    \"MUTUAL_FUNDS\",\n                    \"ETF\",\n                    \"IDR\",\n                    \"CIS\",\n                    \"AIF\",\n                    \"INSURANCE_POLICIES\",\n                    \"NPS\",\n                    \"INVIT\",\n                    \"REIT\",\n                    \"OTHER\"\n                ]\n            },\n            {\n                \"fipId\": \"SGB_FIP_UAT\",\n                \"fipName\": \"Saptagiri Grameena Bank\",\n                \"FiTypes\": [\n                    \"DEPOSIT\",\n                    \"TERM-DEPOSIT\",\n                    \"RECURRING_DEPOSIT\"\n                ]\n            },\n            {\n                \"fipId\": \"PBGB_FIP_UAT\",\n                \"fipName\": \"PBGB\",\n                \"FiTypes\": [\n                    \"DEPOSIT\",\n                    \"TERM-DEPOSIT\",\n                    \"RECURRING_DEPOSIT\"\n                ]\n            },\n            {\n                \"fipId\": \"CRIF-CONNECT-UAT-FIP-ALT\",\n                \"fipName\": \"CRIF CONNECT PRIVATE LIMITED SECONDARY\",\n                \"FiTypes\": [\n                    \"DEPOSIT\",\n                    \"TERM-DEPOSIT\",\n                    \"RECURRING_DEPOSIT\",\n                    \"SIP\",\n                    \"CP\",\n                    \"GOVT_SECURITIES\",\n                    \"EQUITIES\",\n                    \"BONDS\",\n                    \"DEBENTURES\",\n                    \"MUTUAL_FUNDS\",\n                    \"ETF\",\n                    \"IDR\",\n                    \"CIS\",\n                    \"AIF\",\n                    \"INSURANCE_POLICIES\",\n                    \"NPS\",\n                    \"INVIT\",\n                    \"REIT\",\n                    \"OTHER\"\n                ]\n            },\n            {\n                \"fipId\": \"PNBMETLIFE-FIP\",\n                \"fipName\": \"PNB MetLife India Insurance\",\n                \"FiTypes\": [\n                    \"INSURANCE_POLICIES\",\n                    \"LIFE_INSURANCE\"\n                ]\n            },\n            {\n                \"fipId\": \"mli-fip\",\n                \"fipName\": \"Max Life Insurance\",\n                \"FiTypes\": [\n                    \"INSURANCE_POLICIES\",\n                    \"LIFE_INSURANCE\"\n                ]\n            },\n            {\n                \"fipId\": \"GAST01\",\n                \"fipName\": \"Goods and Service Tax\",\n                \"FiTypes\": [\n                    \"RECURRING_DEPOSIT\"\n                ]\n            },\n            {\n                \"fipId\": \"kfinmf-fip-uat\",\n                \"fipName\": \"Kfin Technologies Limited (Mutual Fund)\",\n                \"FiTypes\": [\n                    \"MUTUAL_FUNDS\"\n                ]\n            },\n            {\n                \"fipId\": \"MASTER012\",\n                \"fipName\": \"master heath care\",\n                \"FiTypes\": [\n                    \"TERM-DEPOSIT\",\n                    \"BONDS\"\n                ]\n            },\n            {\n                \"fipId\": \"EPSFIP001\",\n                \"fipName\": \"Electronic Payment & Services\",\n                \"FiTypes\": [\n                    \" \"\n                ]\n            },\n            {\n                \"fipId\": \"HC001\",\n                \"fipName\": \"Heath care\",\n                \"FiTypes\": [\n                    \"INSURANCE_POLICIES\",\n                    \"INVIT\"\n                ]\n            },\n            {\n                \"fipId\": \"PROTEAN_FIP_UAT\",\n                \"fipName\": \"PROTEAN_FIP_UAT\",\n                \"FiTypes\": [\n                    \"DEPOSIT\",\n                    \"TERM_DEPOSIT\",\n                    \"RECURRING_DEPOSIT\",\n                    \"SIP\",\n                    \"CP\",\n                    \"GOVT_SECURITIES\",\n                    \"EQUITIES\",\n                    \"BONDS\",\n                    \"DEBENTURES\",\n                    \"MUTUAL_FUNDS\",\n                    \"ETF\",\n                    \"IDR\",\n                    \"CIS\",\n                    \"AIF\",\n                    \"INSURANCE_POLICIES\",\n                    \"NPS\",\n                    \"INVIT\",\n                    \"REIT\",\n                    \"OTHER\",\n                    \"LIFE_INSURANCE\",\n                    \"GENERAL_INSURANCE\",\n                    \"GSTR1_3B\"\n                ]\n            },\n            {\n                \"fipId\": \"SIDBIFIP\",\n                \"fipName\": \"SIDBI\",\n                \"FiTypes\": [\n                    \"DEPOSIT\",\n                    \"TERM-DEPOSIT\",\n                    \"RECURRING_DEPOSIT\"\n                ]\n            },\n            {\n                \"fipId\": \"chli-fip\",\n                \"fipName\": \"Canara HSBC Life Insurance Co. Ltd.\",\n                \"FiTypes\": [\n                    \"INSURANCE_POLICIES\"\n                ]\n            },\n            {\n                \"fipId\": \"UCOB-UAT-FIP\",\n                \"fipName\": \"UCO Bank\",\n                \"FiTypes\": [\n                    \"DEPOSIT\"\n                ]\n            },\n            {\n                \"fipId\": \"FIPTALLYEDGE\",\n                \"fipName\": \"FIPTallyEdge\",\n                \"FiTypes\": [\n                    \"DEPOSIT\",\n                    \"TERM-DEPOSIT\",\n                    \"RECURRING_DEPOSIT\",\n                    \"SIP\",\n                    \"EQUITIES\",\n                    \"MUTUAL_FUNDS\",\n                    \"NPS\",\n                    \"INSURANCE_POLICIES\"\n                ]\n            },\n            {\n                \"fipId\": \"INDIAFIRST_FIP\",\n                \"fipName\": \"IndiaFirst Life Insurance\",\n                \"FiTypes\": [\n                    \"INSURANCE_POLICIES\"\n                ]\n            },\n            {\n                \"fipId\": \"FedRal001\",\n                \"fipName\": \"Fedral\",\n                \"FiTypes\": [\n                    \"DEPOSIT\"\n                ]\n            },\n            {\n                \"fipId\": \"Bank Tech-001 #001\",\n                \"fipName\": \"Bank Tech\",\n                \"FiTypes\": [\n                    \"DEPOSIT\",\n                    \"RECURRING_DEPOSIT\",\n                    \"MUTUAL_FUNDS\"\n                ]\n            },\n            {\n                \"fipId\": \"Union-Bank_@!\",\n                \"fipName\": \"Union Bank\",\n                \"FiTypes\": [\n                    \"GOVT_SECURITIES\"\n                ]\n            },\n            {\n                \"fipId\": \"Union-Bank_@$1\",\n                \"fipName\": \"Union Bank\",\n                \"FiTypes\": [\n                    \"GOVT_SECURITIES\"\n                ]\n            },\n            {\n                \"fipId\": \"Union-Bank_@%\",\n                \"fipName\": \"Union Bank\",\n                \"FiTypes\": [\n                    \"GOVT_SECURITIES\"\n                ]\n            },\n            {\n                \"fipId\": \"Union-Bank_@^\",\n                \"fipName\": \"Union Bank\",\n                \"FiTypes\": [\n                    \"GOVT_SECURITIES\"\n                ]\n            },\n            {\n                \"fipId\": \"Union-Bank_@&amp;*()*-\",\n                \"fipName\": \"Union Bank\",\n                \"FiTypes\": [\n                    \"GOVT_SECURITIES\"\n                ]\n            },\n            {\n                \"fipId\": \"Union-Bank_@&amp;\",\n                \"fipName\": \"Union Bank\",\n                \"FiTypes\": [\n                    \"GOVT_SECURITIES\"\n                ]\n            },\n            {\n                \"fipId\": \"Union-Bank_@*()\",\n                \"fipName\": \"Union Bank\",\n                \"FiTypes\": [\n                    \"GOVT_SECURITIES\"\n                ]\n            },\n            {\n                \"fipId\": \"Union-Bank_@*\",\n                \"fipName\": \"Union Bank\",\n                \"FiTypes\": [\n                    \"GOVT_SECURITIES\"\n                ]\n            },\n            {\n                \"fipId\": \"Union-Bank_@(\",\n                \"fipName\": \"Union Bank\",\n                \"FiTypes\": [\n                    \"GOVT_SECURITIES\"\n                ]\n            },\n            {\n                \"fipId\": \"Union-Bank_@)\",\n                \"fipName\": \"Union Bank\",\n                \"FiTypes\": [\n                    \"GOVT_SECURITIES\"\n                ]\n            },\n            {\n                \"fipId\": \"Union Bb #&amp;()\",\n                \"fipName\": \"Union Bank)\",\n                \"FiTypes\": [\n                    \"GOVT_SECURITIES\"\n                ]\n            },\n            {\n                \"fipId\": \"Union Bb\",\n                \"fipName\": \"Union Bank\",\n                \"FiTypes\": [\n                    \"GOVT_SECURITIES\"\n                ]\n            },\n            {\n                \"fipId\": \"SANDBOXFIP\",\n                \"fipName\": \"SANDBOX FINANCIAL TECHNOLOGIES PRIVATE LIMITED\",\n                \"FiTypes\": [\n                    \"MUTUAL_FUNDS\"\n                ]\n            },\n            {\n                \"fipId\": \"FIP10001768\",\n                \"fipName\": \"AV FIP ltd\",\n                \"FiTypes\": [\n                    \"DEPOSIT\"\n                ]\n            },\n            {\n                \"fipId\": \"kfinnps-fip-uat\",\n                \"fipName\": \"Kfin Technologies Limited (NPS)\",\n                \"FiTypes\": [\n                    \"NPS\"\n                ]\n            },\n            {\n                \"fipId\": \"PeopleBank@_-001\",\n                \"fipName\": \"People Bank\",\n                \"FiTypes\": [\n                    \"DEPOSIT\"\n                ]\n            },\n            {\n                \"fipId\": \"aqm-fip-uat\",\n                \"fipName\": \"AQM Tech FIP\",\n                \"FiTypes\": [\n                    \"DEPOSIT\",\n                    \"TERM-DEPOSIT\",\n                    \"RECURRING_DEPOSIT\"\n                ]\n            },\n            {\n                \"fipId\": \"ISOLVE-TSP-FIP\",\n                \"fipName\": \"ISOLVE\",\n                \"FiTypes\": [\n                    \"DEPOSIT\",\n                    \"TERM-DEPOSIT\",\n                    \"RECURRING_DEPOSIT\",\n                    \"SIP\",\n                    \"CP\",\n                    \"GOVT_SECURITIES\",\n                    \"EQUITIES\",\n                    \"BONDS\",\n                    \"DEBENTURES\",\n                    \"MUTUAL_FUNDS\",\n                    \"ETF\",\n                    \"IDR\",\n                    \"CIS\",\n                    \"AIF\",\n                    \"INSURANCE_POLICIES\",\n                    \"NPS\"\n                ]\n            },\n            {\n                \"fipId\": \"Bank-0012\",\n                \"fipName\": \"People Bank\",\n                \"FiTypes\": [\n                    \"DEPOSIT\"\n                ]\n            },\n            {\n                \"fipId\": \"fip@finbank\",\n                \"fipName\": \"Millennium Bank\",\n                \"FiTypes\": [\n                    \"DEPOSIT\"\n                ]\n            },\n            {\n                \"fipId\": \"ETLIFIP_UAT\",\n                \"fipName\": \"ETLIFIP_UAT\",\n                \"FiTypes\": [\n                    \"INSURANCE_POLICIES\"\n                ]\n            },\n            {\n                \"fipId\": \"apgvb-fip-uat\",\n                \"fipName\": \"Andhra Pradesh Gramin Vikas Bank\",\n                \"FiTypes\": [\n                    \"DEPOSIT\"\n                ]\n            },\n            {\n                \"fipId\": \"rmgbrrb-fip-uat\",\n                \"fipName\": \"Rajasthan Marudhara Gramin Bank\",\n                \"FiTypes\": [\n                    \"DEPOSIT\"\n                ]\n            },\n            {\n                \"fipId\": \"aprbrrb-fip-uat\",\n                \"fipName\": \"Arunachal Pradesh Rural Bank\",\n                \"FiTypes\": [\n                    \"DEPOSIT\"\n                ]\n            },\n            {\n                \"fipId\": \"mzrbrrb-fip-uat\",\n                \"fipName\": \"Mizoram Rural Bank\",\n                \"FiTypes\": [\n                    \"DEPOSIT\"\n                ]\n            },\n            {\n                \"fipId\": \"uat tEST gstn-0051\",\n                \"fipName\": \"uat tEST gstn-0051\",\n                \"FiTypes\": [\n                    \"GSTR1_3B\"\n                ]\n            },\n            {\n                \"fipId\": \"crgbrrb-fip-uat\",\n                \"fipName\": \"Chhattisgarh Rajya Gramin Bank\",\n                \"FiTypes\": [\n                    \"DEPOSIT\"\n                ]\n            },\n            {\n                \"fipId\": \"edbrrb-fip-uat\",\n                \"fipName\": \"Ellaquai Dehati Bank\",\n                \"FiTypes\": [\n                    \"DEPOSIT\"\n                ]\n            },\n            {\n                \"fipId\": \"merbrrb-fip-uat\",\n                \"fipName\": \"Meghalaya Rural Bank\",\n                \"FiTypes\": [\n                    \"DEPOSIT\"\n                ]\n            },\n            {\n                \"fipId\": \"mgbrrb-fip-uat\",\n                \"fipName\": \"Madhyanchal Gramin Bank\",\n                \"FiTypes\": [\n                    \"DEPOSIT\"\n                ]\n            },\n            {\n                \"fipId\": \"nrbrrb-fip-uat\",\n                \"fipName\": \"NAGALAND RURAL BANK\",\n                \"FiTypes\": [\n                    \"DEPOSIT\"\n                ]\n            },\n            {\n                \"fipId\": \"utgbrrb-fip-uat\",\n                \"fipName\": \"UTTARAKHAND GRAMIN BANK\",\n                \"FiTypes\": [\n                    \"DEPOSIT\"\n                ]\n            },\n            {\n                \"fipId\": \"jrgbrrb-fip-uat\",\n                \"fipName\": \"JHARKHAND RAJYA GRAMIN BANK\",\n                \"FiTypes\": [\n                    \"DEPOSIT\"\n                ]\n            },\n            {\n                \"fipId\": \"sgbrrb-fip-uat\",\n                \"fipName\": \"Saurashtra Gramin Bank\",\n                \"FiTypes\": [\n                    \"DEPOSIT\"\n                ]\n            },\n            {\n                \"fipId\": \"tgbhyd-fip-uat\",\n                \"fipName\": \"Telangana Gramin Bank\",\n                \"FiTypes\": [\n                    \"DEPOSIT\"\n                ]\n            },\n            {\n                \"fipId\": \"ukgb-fip-uat\",\n                \"fipName\": \"Utkal Grameen Bank\",\n                \"FiTypes\": [\n                    \"DEPOSIT\"\n                ]\n            },\n            {\n                \"fipId\": \"GSTN-FIP-TEST\",\n                \"fipName\": \"Goods and Services Tax Network\",\n                \"FiTypes\": [\n                    \"GSTR1_3B\"\n                ]\n            },\n            {\n                \"fipId\": \"FIPGSP001-2\",\n                \"fipName\": \"Goods and Service Tax\",\n                \"FiTypes\": [\n                    \"INSURANCE_POLICIES\"\n                ]\n            },\n            {\n                \"fipId\": \"CRIF-CONNECT-PRE-PRD-FIP-ALT\",\n                \"fipName\": \"CRIF CONNECT FIP SECONDARY PRE\",\n                \"FiTypes\": [\n                    \"GSTR1_3B\",\n                    \"DEPOSIT\",\n                    \"TERM-DEPOSIT\",\n                    \"SIP\",\n                    \"EQUITIES\"\n                ]\n            },\n            {\n                \"fipId\": \"CRIF-CONNECT-PRE-PRD-FIP\",\n                \"fipName\": \"CRIF CONNECT FIP PRE\",\n                \"FiTypes\": [\n                    \"DEPOSIT\",\n                    \"SIP\",\n                    \"MUTUAL_FUNDS\"\n                ]\n            },\n            {\n                \"fipId\": \"Cams CRA_uat\",\n                \"fipName\": \"Cams CRA_uat\",\n                \"FiTypes\": [\n                    \"NPS\"\n                ]\n            },\n            {\n                \"fipId\": \"fipcamsuat@citybank\",\n                \"fipName\": \"FIPCAMS_UAT\",\n                \"FiTypes\": [\n                    \"DEPOSIT\",\n                    \"TERM-DEPOSIT\",\n                    \"RECURRING_DEPOSIT\"\n                ]\n            },\n            {\n                \"fipId\": \"hegi-fip\",\n                \"fipName\": \"HDFC Ergo General Insurance\",\n                \"FiTypes\": [\n                    \"INSURANCE_POLICIES\"\n                ]\n            },\n            {\n                \"fipId\": \"CDSLFIP\",\n                \"fipName\": \"Central Depository Services Limited\",\n                \"FiTypes\": [\n                    \"EQUITIES\",\n                    \"MUTUAL_FUNDS\",\n                    \"IDR\",\n                    \"REIT\",\n                    \"CIS\",\n                    \"INVIT\",\n                    \"AIF\",\n                    \"ETF\"\n                ]\n            },\n            {\n                \"fipId\": \"FIP2324006\",\n                \"fipName\": \"Veriright Management Solutions Private Limited\",\n                \"FiTypes\": [\n                    \"DEPOSIT\",\n                    \"TERM-DEPOSIT\",\n                    \"RECURRING_DEPOSIT\",\n                    \"SIP\",\n                    \"INSURANCE_POLICIES\"\n                ]\n            },\n            {\n                \"fipId\": \"KVB-FIP\",\n                \"fipName\": \"Karur Vysya Bank\",\n                \"FiTypes\": [\n                    \"DEPOSIT\"\n                ]\n            },\n            {\n                \"fipId\": \"fip@finvuinsurance\",\n                \"fipName\": \"Finvu Insurance \",\n                \"FiTypes\": [\n                    \"INSURANCE_POLICIES\"\n                ]\n            },\n            {\n                \"fipId\": \"Test-r2c\",\n                \"fipName\": \"Test\",\n                \"FiTypes\": [\n                    \"DEPOSIT\"\n                ]\n            },\n            {\n                \"fipId\": \"FIP89\",\n                \"fipName\": \"sdsdsd\",\n                \"FiTypes\": [\n                    \"DEPOSIT\",\n                    \"INSURANCE_POLICIES\",\n                    \"TERM-DEPOSIT\"\n                ]\n            },\n            {\n                \"fipId\": \"MPG-UAT-FIP\",\n                \"fipName\": \"MADHYA PRADESH GRAMIN BANK\",\n                \"FiTypes\": [\n                    \"DEPOSIT\"\n                ]\n            },\n            {\n                \"fipId\": \"VKGB-FIP\",\n                \"fipName\": \"Vidharbha Konkan Gramin Bank\",\n                \"FiTypes\": [\n                    \"DEPOSIT\"\n                ]\n            },\n            {\n                \"fipId\": \"AB-FIP\",\n                \"fipName\": \"Aryavart Bank\",\n                \"FiTypes\": [\n                    \"DEPOSIT\"\n                ]\n            },\n            {\n                \"fipId\": \"fip@indusindtest\",\n                \"fipName\": \"Indusind Test\",\n                \"FiTypes\": [\n                    \"DEPOSIT\",\n                    \"TERM-DEPOSIT\",\n                    \"RECURRING_DEPOSIT\"\n                ]\n            },\n            {\n                \"fipId\": \"aujasbank\",\n                \"fipName\": \"Aujas Bank\",\n                \"FiTypes\": [\n                    \"DEPOSIT\",\n                    \"TERM-DEPOSIT\",\n                    \"RECURRING_DEPOSIT\",\n                    \"SIP\",\n                    \"CP\",\n                    \"GOVT_SECURITIES\",\n                    \"EQUITIES\",\n                    \"BONDS\",\n                    \"DEBENTURES\",\n                    \"MUTUAL_FUNDS\",\n                    \"ETF\",\n                    \"IDR\",\n                    \"CIS\",\n                    \"AIF\",\n                    \"INSURANCE_POLICIES\",\n                    \"NPS\",\n                    \"INVIT\",\n                    \"REIT\",\n                    \"OTHER\"\n                ]\n            },\n            {\n                \"fipId\": \"alt_aujasbank\",\n                \"fipName\": \"Alt Aujas Bank\",\n                \"FiTypes\": [\n                    \"DEPOSIT\",\n                    \"TERM-DEPOSIT\",\n                    \"RECURRING_DEPOSIT\",\n                    \"SIP\",\n                    \"CP\",\n                    \"GOVT_SECURITIES\",\n                    \"EQUITIES\",\n                    \"BONDS\",\n                    \"DEBENTURES\",\n                    \"MUTUAL_FUNDS\",\n                    \"ETF\",\n                    \"IDR\",\n                    \"CIS\",\n                    \"AIF\",\n                    \"INSURANCE_POLICIES\",\n                    \"NPS\",\n                    \"INVIT\",\n                    \"REIT\",\n                    \"OTHER\"\n                ]\n            },\n            {\n                \"fipId\": \"CAMSFIP00033333\",\n                \"fipName\": \"CAMS FinServ Test FIP\",\n                \"FiTypes\": [\n                    \"\"\n                ]\n            },\n            {\n                \"fipId\": \"FIPGSP\",\n                \"fipName\": \"Goods and Service Tax\",\n                \"FiTypes\": [\n                    \"TERM-DEPOSIT\"\n                ]\n            },\n            {\n                \"fipId\": \"FIPGSP1\",\n                \"fipName\": \"Goods and Service Tax\",\n                \"FiTypes\": []\n            },\n            {\n                \"fipId\": \"Bank-001234\",\n                \"fipName\": \"Bank\",\n                \"FiTypes\": [\n                    \"GSTR\"\n                ]\n            },\n            {\n                \"fipId\": \"FUTUREGENFIP_UAT\",\n                \"fipName\": \"FUTURE GENERALI\",\n                \"FiTypes\": [\n                    \"INSURANCE_POLICIES\"\n                ]\n            },\n            {\n                \"fipId\": \"BANK-FIP-001\",\n                \"fipName\": \"Bank\",\n                \"FiTypes\": [\n                    \"GSTR1_3B\"\n                ]\n            },\n            {\n                \"fipId\": \"Bank-FIP\",\n                \"fipName\": \"BANK\",\n                \"FiTypes\": [\n                    \"GSTR1_3B\"\n                ]\n            },\n            {\n                \"fipId\": \"FIP-UAT-Test\",\n                \"fipName\": \"UAT Test\",\n                \"FiTypes\": [\n                    \"GSTR1_3B\"\n                ]\n            },\n            {\n                \"fipId\": \"UAT_gstr1_3b\",\n                \"fipName\": \"UAT Test\",\n                \"FiTypes\": [\n                    \"gstr1_3b\"\n                ]\n            },\n            {\n                \"fipId\": \"pramericalife-fip-uat\",\n                \"fipName\": \"Pramerica Life Insurance Limited\",\n                \"FiTypes\": [\n                    \"INSURANCE_POLICIES\"\n                ]\n            },\n            {\n                \"fipId\": \"bhartiaxa-fip-uat\",\n                \"fipName\": \"Bharati Axa Life Insurance Company\",\n                \"FiTypes\": [\n                    \"INSURANCE_POLICIES\"\n                ]\n            },\n            {\n                \"fipId\": \"UAT_GSTR_3B\",\n                \"fipName\": \"UAT Test\",\n                \"FiTypes\": [\n                    \"GSTR\"\n                ]\n            },\n            {\n                \"fipId\": \"UAT_gstr\",\n                \"fipName\": \"UAT Test\",\n                \"FiTypes\": [\n                    \"GSTR\"\n                ]\n            },\n            {\n                \"fipId\": \"UAT-FIP\",\n                \"fipName\": \"UAT\",\n                \"FiTypes\": [\n                    \"GSTR\"\n                ]\n            },\n            {\n                \"fipId\": \"UAT_gstr2\",\n                \"fipName\": \"FIP\",\n                \"FiTypes\": [\n                    \"GSTR\"\n                ]\n            },\n            {\n                \"fipId\": \"UAT-FIP3\",\n                \"fipName\": \"FIP\",\n                \"FiTypes\": [\n                    \"DEPOSIT\"\n                ]\n            },\n            {\n                \"fipId\": \"UAT-FIP2\",\n                \"fipName\": \"FIP\",\n                \"FiTypes\": [\n                    \"GSTR\"\n                ]\n            },\n            {\n                \"fipId\": \"FUTUREGENFIP_GI_UAT\",\n                \"fipName\": \"FUTURE GENERALI GENERAL INSURANCE\",\n                \"FiTypes\": [\n                    \"INSURANCE_POLICIES\"\n                ]\n            },\n            {\n                \"fipId\": \"SHRIRAM_LIFE_INSURANCE_FIP_UAT\",\n                \"fipName\": \"SHRIRAM LIFE INSURANCE\",\n                \"FiTypes\": [\n                    \"INSURANCE_POLICIES\"\n                ]\n            },\n            {\n                \"fipId\": \"avivaindia-fip-uat\",\n                \"fipName\": \"Aviva India Life Insurance\",\n                \"FiTypes\": [\n                    \"INSURANCE_POLICIES\"\n                ]\n            },\n            {\n                \"fipId\": \"fip@finsure\",\n                \"fipName\": \"Finsure\",\n                \"FiTypes\": [\n                    \"LIFE_INSURANCE\",\n                    \"INSURANCE_POLICIES\"\n                ]\n            },\n            {\n                \"fipId\": \"FIP_BANK\",\n                \"fipName\": \"FIP\",\n                \"FiTypes\": [\n                    \"GSTR1_3B\"\n                ]\n            },\n            {\n                \"fipId\": \"OGB-UAT-FIP\",\n                \"fipName\": \"Odisha Gramya Bank\",\n                \"FiTypes\": [\n                    \"DEPOSIT\"\n                ]\n            },\n            {\n                \"fipId\": \"fip@finrepo\",\n                \"fipName\": \"Finrepo\",\n                \"FiTypes\": [\n                    \"EQUITIES\",\n                    \"MUTUAL_FUNDS\",\n                    \"IDR\",\n                    \"CIS\",\n                    \"NPS\",\n                    \"ETF\",\n                    \"INVIT\",\n                    \"REIT\",\n                    \"AIF\"\n                ]\n            },\n            {\n                \"fipId\": \"balic-fip-uat\",\n                \"fipName\": \"Bajaj Allianz Life Insurance Co. Ltd.\",\n                \"FiTypes\": [\n                    \"INSURANCE_POLICIES\"\n                ]\n            },\n            {\n                \"fipId\": \"FIP\",\n                \"fipName\": \"FIP\",\n                \"FiTypes\": [\n                    \"TERM-DEPOSIT\",\n                    \"GSTR1_3B\"\n                ]\n            },\n            {\n                \"fipId\": \"FIP_1\",\n                \"fipName\": \"FIP\",\n                \"FiTypes\": [\n                    \"gstr1_3b\",\n                    \"TERM-DEPOSIT\",\n                    \"RECURRING_DEPOSIT\"\n                ]\n            },\n            {\n                \"fipId\": \"FIP2007\",\n                \"fipName\": \"RSSB bank\",\n                \"FiTypes\": [\n                    \"OTHER\"\n                ]\n            },\n            {\n                \"fipId\": \"ADC_BANK_FIP_UAT\",\n                \"fipName\": \"AHMEDABAD DISTRICT CENTRAL CO-OPERATIVE BANK\",\n                \"FiTypes\": [\n                    \"DEPOSIT\",\n                    \"TERM-DEPOSIT\",\n                    \"RECURRING_DEPOSIT\"\n                ]\n            },\n            {\n                \"fipId\": \"UAT_FIP_TEST\",\n                \"fipName\": \"Test\",\n                \"FiTypes\": [\n                    \"DEPOSIT\"\n                ]\n            },\n            {\n                \"fipId\": \"fip@finvugst\",\n                \"fipName\": \"Finvu GSTN\",\n                \"FiTypes\": [\n                    \"GSTR1_3B\"\n                ]\n            },\n            {\n                \"fipId\": \"FSPLTestFIP\",\n                \"fipName\": \"FSPLTestFIPNew\",\n                \"FiTypes\": [\n                    \"DEPOSIT\",\n                    \"TERM-DEPOSIT\"\n                ]\n            },\n            {\n                \"fipId\": \"FIP00000001\",\n                \"fipName\": \"Techbulls Softech pvt ltd \",\n                \"FiTypes\": [\n                    \"DEPOSIT\"\n                ]\n            },\n            {\n                \"fipId\": \"UAT_FIP\",\n                \"fipName\": \"FIP\",\n                \"FiTypes\": [\n                    \"GSTR1_3B\"\n                ]\n            },\n            {\n                \"fipId\": \"CamsRTA_uat\",\n                \"fipName\": \"Cams RTA_uat\",\n                \"FiTypes\": [\n                    \"SIP\",\n                    \"MUTUAL_FUNDS\"\n                ]\n            },\n            {\n                \"fipId\": \"CamsCRA_uat\",\n                \"fipName\": \"Cams CRA_uat\",\n                \"FiTypes\": [\n                    \"NPS\"\n                ]\n            },\n            {\n                \"fipId\": \"rahejaqbe-fip-uat\",\n                \"fipName\": \"Raheja QBE General Insurance Company Limited\",\n                \"FiTypes\": [\n                    \"INSURANCE_POLICIES\"\n                ]\n            },\n            {\n                \"fipId\": \"SHGB-FIP\",\n                \"fipName\": \"Sarva Haryana Gramin Bank\",\n                \"FiTypes\": [\n                    \"DEPOSIT\"\n                ]\n            },\n            {\n                \"fipId\": \"BGGB_FIP_UAT\",\n                \"fipName\": \"BARODA GUJARAT GRAMIN BANK\",\n                \"FiTypes\": [\n                    \"DEPOSIT\"\n                ]\n            },\n            {\n                \"fipId\": \"BRKGB_FIP_UAT\",\n                \"fipName\": \"BARODA RAJASTHAN KSHETRIYA GRAMIN BANK\",\n                \"FiTypes\": [\n                    \"DEPOSIT\"\n                ]\n            },\n            {\n                \"fipId\": \"BUPGB_FIP_UAT\",\n                \"fipName\": \"BARODA U. P. GRAMIN BANK\",\n                \"FiTypes\": [\n                    \"DEPOSIT\"\n                ]\n            },\n            {\n                \"fipId\": \"FIP_UAT_001\",\n                \"fipName\": \"FIP\",\n                \"FiTypes\": [\n                    \"DEPOSIT\"\n                ]\n            },\n            {\n                \"fipId\": \"JKGB-FIP\",\n                \"fipName\": \"J&K Grameen Bank\",\n                \"FiTypes\": [\n                    \"DEPOSIT\"\n                ]\n            },\n            {\n                \"fipId\": \"SHGB-UAT-FIP\",\n                \"fipName\": \"Sarva Haryana Gramin Bank\",\n                \"FiTypes\": [\n                    \"DEPOSIT\"\n                ]\n            },\n            {\n                \"fipId\": \"SAKFIP01\",\n                \"fipName\": \"Aujas SAKFIP01\",\n                \"FiTypes\": [\n                    \"DEPOSIT\",\n                    \"TERM-DEPOSIT\",\n                    \"RECURRING_DEPOSIT\"\n                ]\n            },\n            {\n                \"fipId\": \"SAKFIP02\",\n                \"fipName\": \"Aujas SAKFIP02\",\n                \"FiTypes\": [\n                    \"DEPOSIT\",\n                    \"TERM-DEPOSIT\",\n                    \"RECURRING_DEPOSIT\"\n                ]\n            },\n            {\n                \"fipId\": \"AGVB-UAT-FIP\",\n                \"fipName\": \"Assam Gramin Vikash Bank\",\n                \"FiTypes\": [\n                    \"DEPOSIT\"\n                ]\n            },\n            {\n                \"fipId\": \"BGVB-UAT-FIP\",\n                \"fipName\": \"Bangiya Gramin Vikash Bank\",\n                \"FiTypes\": [\n                    \"DEPOSIT\"\n                ]\n            },\n            {\n                \"fipId\": \"DBGB-UAT-FIP\",\n                \"fipName\": \"Dakshin Bihar Gramin Bank\",\n                \"FiTypes\": [\n                    \"DEPOSIT\"\n                ]\n            },\n            {\n                \"fipId\": \"HPGB-UAT-FIP\",\n                \"fipName\": \"Himachal Pradesh Gramin Bank\",\n                \"FiTypes\": [\n                    \"DEPOSIT\"\n                ]\n            },\n            {\n                \"fipId\": \"MRB-UAT-FIP\",\n                \"fipName\": \"Manipur Rural Bank\",\n                \"FiTypes\": [\n                    \"DEPOSIT\"\n                ]\n            },\n            {\n                \"fipId\": \"PGB-UAT-FIP\",\n                \"fipName\": \"Punjab Gramin Bank\",\n                \"FiTypes\": [\n                    \"DEPOSIT\"\n                ]\n            },\n            {\n                \"fipId\": \"PUPGB-UAT-FIP\",\n                \"fipName\": \"Prathama UP Gramin Bank\",\n                \"FiTypes\": [\n                    \"DEPOSIT\"\n                ]\n            },\n            {\n                \"fipId\": \"TGB-UAT-FIP\",\n                \"fipName\": \"Tripura Gramin Bank\",\n                \"FiTypes\": [\n                    \"DEPOSIT\"\n                ]\n            },\n            {\n                \"fipId\": \"TSCAB_FIP_UAT\",\n                \"fipName\": \"TELANGANA STATE CO-OPERATIVE APEX BANK\",\n                \"FiTypes\": [\n                    \"DEPOSIT\"\n                ]\n            },\n            {\n                \"fipId\": \"CamsDepository_UAT\",\n                \"fipName\": \"CamsDepository_UAT\",\n                \"FiTypes\": [\n                    \"EQUITIES\"\n                ]\n            },\n            {\n                \"fipId\": \"kotakgeneral-fip-uat\",\n                \"fipName\": \"Kotak General Insurance\",\n                \"FiTypes\": [\n                    \"INSURANCE_POLICIES\"\n                ]\n            },\n            {\n                \"fipId\": \"CGGBFIP0001\",\n                \"fipName\": \"Chaitanya Godavari Grameena Bank\",\n                \"FiTypes\": [\n                    \"DEPOSIT\"\n                ]\n            },\n            {\n                \"fipId\": \"ICICILOMBARDGI_UAT\",\n                \"fipName\": \"ICICI Lombard General Insurance Company Limited\",\n                \"FiTypes\": [\n                    \"INSURANCE_POLICIES\"\n                ]\n            },\n            {\n                \"fipId\": \"NBHI_UAT\",\n                \"fipName\": \"NIVA BUPA HEALTH INSURANCE\",\n                \"FiTypes\": [\n                    \"INSURANCE_POLICIES\"\n                ]\n            },\n            {\n                \"fipId\": \"SBIGI_UATFIP\",\n                \"fipName\": \"SBI GENERAL INSURANCE\",\n                \"FiTypes\": [\n                    \"GENERAL_INSURANCE\"\n                ]\n            },\n            {\n                \"fipId\": \"SHRIRAMGI_UATFIP\",\n                \"fipName\": \"SHRIRAM GENERAL INSURANCE\",\n                \"FiTypes\": [\n                    \"INSURANCE_POLICIES\"\n                ]\n            },\n            {\n                \"fipId\": \"UNIVERSALSOMPOGI_UAT\",\n                \"fipName\": \"UNIVERSAL SOMPO GENERAL INSURANCE\",\n                \"FiTypes\": [\n                    \"INSURANCE_POLICIES\"\n                ]\n            },\n            {\n                \"fipId\": \"TB-FIP-SB\",\n                \"fipName\": \"TechBulls SoftTech Pvt. Ltd\",\n                \"FiTypes\": [\n                    \"DEPOSIT\"\n                ]\n            },\n            {\n                \"fipId\": \"alic-fip\",\n                \"fipName\": \"Bandhan Life Insurance\",\n                \"FiTypes\": [\n                    \"INSURANCE_POLICIES\"\n                ]\n            },\n            {\n                \"fipId\": \"MANIPALCIGNAFIP_UAT\",\n                \"fipName\": \"MANIPAL CIGNA\",\n                \"FiTypes\": [\n                    \"INSURANCE_POLICIES\"\n                ]\n            },\n            {\n                \"fipId\": \"SBIFIPPREPROD\",\n                \"fipName\": \"State Bank of India\",\n                \"FiTypes\": [\n                    \"DEPOSIT\",\n                    \"TERM-DEPOSIT\",\n                    \"RECURRING_DEPOSIT\"\n                ]\n            },\n            {\n                \"fipId\": \"PIRIMID_FINTECH_BANK_FIP_UAT\",\n                \"fipName\": \"Pirimid Fintech Bank Fip Uat\",\n                \"FiTypes\": [\n                    \"DEPOSIT\",\n                    \"RECURRING_DEPOSIT\",\n                    \"GSTR1_3B\"\n                ]\n            },\n            {\n                \"fipId\": \"FIP00020003\",\n                \"fipName\": \"TDCC\",\n                \"FiTypes\": [\n                    \"DEPOSIT\",\n                    \"TERM-DEPOSIT\",\n                    \"GSTR1_3B\"\n                ]\n            },\n            {\n                \"fipId\": \"nebulon@finarkein\",\n                \"fipName\": \"Nebulon\",\n                \"FiTypes\": [\n                    \"GSTR1_3B\",\n                    \"INSURANCE_POLICIES\",\n                    \"MUTUAL_FUNDS\",\n                    \"EQUITIES\",\n                    \"NPS\",\n                    \"SIP\",\n                    \"GOVT_SECURITIES\",\n                    \"GENERAL_INSURANCE\",\n                    \"LIFE_INSURANCE\",\n                    \"RECURRING_DEPOSIT\",\n                    \"TERM_DEPOSIT\",\n                    \"ETF\",\n                    \"TERM-DEPOSIT\"\n                ]\n            },\n            {\n                \"fipId\": \"NICL_FIP_UAT\",\n                \"fipName\": \"NICL\",\n                \"FiTypes\": [\n                    \"INSURANCE_POLICIES\"\n                ]\n            },\n            {\n                \"fipId\": \"FIP_MEGASOFT_TSP_UAT\",\n                \"fipName\": \"MEGASOFT_FIP_UAT\",\n                \"FiTypes\": [\n                    \"DEPOSIT\",\n                    \"TERM-DEPOSIT\",\n                    \"GSTR1_3B\"\n                ]\n            },\n            {\n                \"fipId\": \"STAR_HEALTH_AND_ALLIED_INSURANCE_FIP_UAT\",\n                \"fipName\": \"STAR HEALTH AND ALLIED INSURANCE\",\n                \"FiTypes\": [\n                    \"INSURANCE_POLICIES\"\n                ]\n            },\n            {\n                \"fipId\": \"LIBERTYGIFIP_UAT\",\n                \"fipName\": \"LIBERTY GENERAL INSURANCE\",\n                \"FiTypes\": [\n                    \"INSURANCE_POLICIES\"\n                ]\n            },\n            {\n                \"fipId\": \"TATAAIGFIP_UAT\",\n                \"fipName\": \"TATA AIG INSURANCE\",\n                \"FiTypes\": [\n                    \"INSURANCE_POLICIES\"\n                ]\n            },\n            {\n                \"fipId\": \"FIPGSP1111\",\n                \"fipName\": \"Goods and Service Tax\",\n                \"FiTypes\": [\n                    \"GSTR1_3B\"\n                ]\n            },\n            {\n                \"fipId\": \"FIPGSP11112\",\n                \"fipName\": \"Goods and Service Tax\",\n                \"FiTypes\": [\n                    \"GSTR1_3B\"\n                ]\n            },\n            {\n                \"fipId\": \"FIPGdfgSP\",\n                \"fipName\": \"Goods and Service Tax\",\n                \"FiTypes\": [\n                    \"TERM-DEPOSIT\"\n                ]\n            },\n            {\n                \"fipId\": \"fipcubsit@citybank\",\n                \"fipName\": \"City Union Bank DEV\",\n                \"FiTypes\": [\n                    \"DEPOSIT\",\n                    \"TERM-DEPOSIT\",\n                    \"RECURRING_DEPOSIT\"\n                ]\n            },\n            {\n                \"fipId\": \"CAMC_DEV\",\n                \"fipName\": \"ICICI_AMC DEV\",\n                \"FiTypes\": [\n                    \"SIP\",\n                    \"MUTUAL_FUNDS\"\n                ]\n            },\n            {\n                \"fipId\": \"Cams_Depository_DEV\",\n                \"fipName\": \"Cams Depository DEV\",\n                \"FiTypes\": [\n                    \"EQUITIES\"\n                ]\n            },\n            {\n                \"fipId\": \"CAMSGST_UAT_DEV\",\n                \"fipName\": \"CAMSGST_UAT DEV\",\n                \"FiTypes\": [\n                    \"GSTR1_3B\"\n                ]\n            },\n            {\n                \"fipId\": \"Cams_insurance_DEV\",\n                \"fipName\": \"Cams_insurance DEV\",\n                \"FiTypes\": [\n                    \"INSURANCE_POLICIES\"\n                ]\n            },\n            {\n                \"fipId\": \"Cams_ENPS_DEV\",\n                \"fipName\": \"Cams ENPS DEV\",\n                \"FiTypes\": [\n                    \"NPS\"\n                ]\n            },\n            {\n                \"fipId\": \"FIUGSP1111\",\n                \"fipName\": \"Goods and Service Tax\",\n                \"FiTypes\": [\n                    \"GSTR1_3B\"\n                ]\n            },\n            {\n                \"fipId\": \"zuno-fip\",\n                \"fipName\": \"Zuno General Insurance\",\n                \"FiTypes\": [\n                    \"INSURANCE_POLICIES\",\n                    \"GENERAL_INSURANCE\"\n                ]\n            },\n            {\n                \"fipId\": \"abhi-fip\",\n                \"fipName\": \"Aditya Birla Health Insurance\",\n                \"FiTypes\": [\n                    \"INSURANCE_POLICIES\"\n                ]\n            },\n            {\n                \"fipId\": \"FIPGSP001-23\",\n                \"fipName\": \"Goods and Service Tax5645\",\n                \"FiTypes\": [\n                    \"LIFE_INSURANCE\",\n                    \"SIP\",\n                    \"DEPOSIT\"\n                ]\n            },\n            {\n                \"fipId\": \"FIP89545\",\n                \"fipName\": \"sdsdsd\",\n                \"FiTypes\": [\n                    \"DEPOSIT\",\n                    \"LIFE_INSURANCE\",\n                    \"GENERAL_INSURANCE\"\n                ]\n            },\n            {\n                \"fipId\": \"FIPGSU\",\n                \"fipName\": \"Goods and Service Tax\",\n                \"FiTypes\": [\n                    \"DEPOSIT\"\n                ]\n            },\n            {\n                \"fipId\": \"RoyalSundaram-FIP\",\n                \"fipName\": \"Royal Sundaram General Insurance\",\n                \"FiTypes\": [\n                    \"GENERAL_INSURANCE\"\n                ]\n            },\n            {\n                \"fipId\": \"rblbank-fip-uat\",\n                \"fipName\": \"RBL Bank Limited\",\n                \"FiTypes\": [\n                    \"DEPOSIT\",\n                    \"TERM_DEPOSIT\",\n                    \"RECURRING_DEPOSIT\"\n                ]\n            },\n            {\n                \"fipId\": \"DBS-FIP\",\n                \"fipName\": \"DBS Bank India Limited\",\n                \"FiTypes\": [\n                    \"DEPOSIT\"\n                ]\n            },\n            {\n                \"fipId\": \"magmahdi-fip\",\n                \"fipName\": \"Magma HDI General Insurance\",\n                \"FiTypes\": [\n                    \"GENERAL_INSURANCE\"\n                ]\n            },\n            {\n                \"fipId\": \"FIP0001\",\n                \"fipName\": \"BANK\",\n                \"FiTypes\": [\n                    \"DEPOSIT\"\n                ]\n            },\n            {\n                \"fipId\": \"HSBC-FIP\",\n                \"fipName\": \"The Hongkong and Shanghai Banking Corporation Limited\",\n                \"FiTypes\": [\n                    \"DEPOSIT\"\n                ]\n            },\n            {\n                \"fipId\": \"fipcamssit@citybank\",\n                \"fipName\": \"FIPCAMS_SIT\",\n                \"FiTypes\": [\n                    \"DEPOSIT\",\n                    \"TERM-DEPOSIT\",\n                    \"RECURRING_DEPOSIT\"\n                ]\n            },\n            {\n                \"fipId\": \"fip@godigitlifeuat\",\n                \"fipName\": \"Go Digit Life Insurance\",\n                \"FiTypes\": [\n                    \"LIFE_INSURANCE\"\n                ]\n            },\n            {\n                \"fipId\": \"FIP_Test_AA_0002\",\n                \"fipName\": \"FIP_Test_AA\",\n                \"FiTypes\": [\n                    \"GSTR1_3B\",\n                    \"DEPOSIT\",\n                    \"TERM-DEPOSIT\",\n                    \"RECURRING_DEPOSIT\",\n                    \"SIP\",\n                    \"CP\",\n                    \"GOVT_SECURITIES\",\n                    \"EQUITIES\",\n                    \"BONDS\",\n                    \"DEBENTURES\",\n                    \"MUTUAL_FUNDS\",\n                    \"ETF\",\n                    \"IDR\",\n                    \"CIS\",\n                    \"AIF\",\n                    \"NPS\",\n                    \"INVIT\",\n                    \"REIT\",\n                    \"OTHER\"\n                ]\n            },\n            {\n                \"fipId\": \"FIP_Test_AA_ALT_0002\",\n                \"fipName\": \"FIP_Test_AA_ALT\",\n                \"FiTypes\": [\n                    \"GSTR1_3B\",\n                    \"DEPOSIT\",\n                    \"TERM-DEPOSIT\",\n                    \"RECURRING_DEPOSIT\",\n                    \"SIP\",\n                    \"CP\",\n                    \"GOVT_SECURITIES\",\n                    \"EQUITIES\",\n                    \"BONDS\",\n                    \"DEBENTURES\",\n                    \"MUTUAL_FUNDS\",\n                    \"ETF\",\n                    \"IDR\",\n                    \"CIS\",\n                    \"AIF\",\n                    \"NPS\",\n                    \"INVIT\",\n                    \"REIT\",\n                    \"OTHER\"\n                ]\n            },\n            {\n                \"fipId\": \"alfa-bank-fip\",\n                \"fipName\": \"Alfa Bank\",\n                \"FiTypes\": [\n                    \"DEPOSIT\"\n                ]\n            },\n            {\n                \"fipId\": \"testOnboard_fip2\",\n                \"fipName\": \"fip2_solutions pvt ltd\",\n                \"FiTypes\": [\n                    \"DEPOSIT\"\n                ]\n            },\n            {\n                \"fipId\": \"tsp_testOnboard_fip_cr\",\n                \"fipName\": \"tsp_fip_cr_solutions pvt ltd\",\n                \"FiTypes\": [\n                    \"DEPOSIT\"\n                ]\n            },\n            {\n                \"fipId\": \"CRIF-SOLUTION-FIP-UAT\",\n                \"fipName\": \"CRIF SOLUTION FIP UAT\",\n                \"FiTypes\": [\n                    \"DEPOSIT\",\n                    \"TERM-DEPOSIT\",\n                    \"RECURRING_DEPOSIT\"\n                ]\n            },\n            {\n                \"fipId\": \"Kunal-FIP\",\n                \"fipName\": \"Kunal-FIP\",\n                \"FiTypes\": [\n                    \"TERM-DEPOSIT\"\n                ]\n            },\n            {\n                \"fipId\": \"iffcotokio-fip-uat\",\n                \"fipName\": \"IFFCO TOKIO General Insurance Company Limited\",\n                \"FiTypes\": [\n                    \"INSURANCE_POLICIES\"\n                ]\n            },\n            {\n                \"fipId\": \"MMFSL_FIP_UAT\",\n                \"fipName\": \"Mahindra & Mahindra Financial Services Limited\",\n                \"FiTypes\": [\n                    \"TERM-DEPOSIT\"\n                ]\n            },\n            {\n                \"fipId\": \"navi-fip\",\n                \"fipName\": \"Navi General Insurance Limited\",\n                \"FiTypes\": [\n                    \"GENERAL_INSURANCE\"\n                ]\n            },\n            {\n                \"fipId\": \"idbi-fip-uat\",\n                \"fipName\": \"IDBI Bank Ltd.\",\n                \"FiTypes\": [\n                    \"DEPOSIT\",\n                    \"TERM_DEPOSIT\",\n                    \"RECURRING_DEPOSIT\"\n                ]\n            },\n            {\n                \"fipId\": \"SUDLIFIP_UAT\",\n                \"fipName\": \"SUD LIFE INSURANCE\",\n                \"FiTypes\": [\n                    \"LIFE_INSURANCE\"\n                ]\n            },\n            {\n                \"fipId\": \"IGNOSIS_FIP_UAT\",\n                \"fipName\": \"Ignosis Bank\",\n                \"FiTypes\": [\n                    \"DEPOSIT\",\n                    \"RECURRING_DEPOSIT\",\n                    \"GENERAL_INSURANCE\",\n                    \"GSTR1_3B\",\n                    \"ETF\"\n                ]\n            },\n            {\n                \"fipId\": \"UnitedIndiaInsurance-UAT-FIP\",\n                \"fipName\": \"United India Insurance\",\n                \"FiTypes\": [\n                    \"GENERAL_INSURANCE\"\n                ]\n            },\n            {\n                \"fipId\": \"FIP008IS\",\n                \"fipName\": \"SUMASOFT PVT LTD\",\n                \"FiTypes\": [\n                    \"DEPOSIT\",\n                    \"TERM-DEPOSIT\",\n                    \"RECURRING_DEPOSIT\"\n                ]\n            },\n            {\n                \"fipId\": \"finacus-tsp-fipv2-uat\",\n                \"fipName\": \"Finacus TSP FIPV2\",\n                \"FiTypes\": [\n                    \"DEPOSIT\"\n                ]\n            },\n            {\n                \"fipId\": \"alfa-insurance\",\n                \"fipName\": \"alfa-insurance\",\n                \"FiTypes\": [\n                    \"LIFE_INSURANCE\",\n                    \"GENERAL_INSURANCE\"\n                ]\n            },\n            {\n                \"fipId\": \"NSLFIPTSP01\",\n                \"fipName\": \"NISHKAIV FIP TSP\",\n                \"FiTypes\": [\n                    \"DEPOSIT\",\n                    \"TERM-DEPOSIT\",\n                    \"RECURRING_DEPOSIT\"\n                ]\n            },\n            {\n                \"fipId\": \"SWB-FIP\",\n                \"fipName\": \"Saraswat Co-operative Bank Ltd\",\n                \"FiTypes\": [\n                    \"DEPOSIT\"\n                ]\n            },\n            {\n                \"fipId\": \"cr_test_http_fip\",\n                \"fipName\": \"tsp_fip_cr_solutions pvt ltd\",\n                \"FiTypes\": [\n                    \"DEPOSIT\"\n                ]\n            },\n            {\n                \"fipId\": \"testOnboard_fip\",\n                \"fipName\": \"fip_solutions pvt ltd\",\n                \"FiTypes\": [\n                    \"Deposit\"\n                ]\n            },\n            {\n                \"fipId\": \"tsp_testOnboard_fip\",\n                \"fipName\": \"tsp_fip_solutions pvt ltd\",\n                \"FiTypes\": [\n                    \"Deposit\"\n                ]\n            },\n            {\n                \"fipId\": \"demo_testOnboard_fip\",\n                \"fipName\": \"fip_solutions pvt ltd\",\n                \"FiTypes\": [\n                    \"Deposit\"\n                ]\n            },\n            {\n                \"fipId\": \"demo_tsp_testOnboard_fip\",\n                \"fipName\": \"fip_solutions pvt ltd\",\n                \"FiTypes\": [\n                    \"Deposit\"\n                ]\n            },\n            {\n                \"fipId\": \"OICL-FIP\",\n                \"fipName\": \"Oriental Insurance\",\n                \"FiTypes\": [\n                    \"GENERAL_INSURANCE\"\n                ]\n            },\n            {\n                \"fipId\": \"fip@godigituat\",\n                \"fipName\": \"Go Digit General Insurance\",\n                \"FiTypes\": [\n                    \"GENERAL_INSURANCE\"\n                ]\n            },\n            {\n                \"fipId\": \"carehealth-fip-uat\",\n                \"fipName\": \"Care Health Insurance Limited\",\n                \"FiTypes\": [\n                    \"INSURANCE_POLICIES\"\n                ]\n            },\n            {\n                \"fipId\": \"PNB-HOUSING-FIP\",\n                \"fipName\": \"PNB Housing Finance\",\n                \"FiTypes\": [\n                    \"TERM-DEPOSIT\"\n                ]\n            },\n            {\n                \"fipId\": \"SCB-FIP\",\n                \"fipName\": \"Standard Chartered Bank\",\n                \"FiTypes\": [\n                    \"DEPOSIT\"\n                ]\n            },\n            {\n                \"fipId\": \"central-trust-bank-fip-uat\",\n                \"fipName\": \"Central Trust Bank UAT\",\n                \"FiTypes\": [\n                    \"DEPOSIT\",\n                    \"TERM-DEPOSIT\",\n                    \"RECURRING_DEPOSIT\",\n                    \"GSTR1_3B\"\n                ]\n            },\n            {\n                \"fipId\": \"SCPL_FIP_1\",\n                \"fipName\": \"SCPL_FIP_1\",\n                \"FiTypes\": [\n                    \"DEPOSIT\"\n                ]\n            },\n            {\n                \"fipId\": \"SCPL_FIP_3\",\n                \"fipName\": \"SCPL_FIP_3\",\n                \"FiTypes\": [\n                    \"DEPOSIT\"\n                ]\n            },\n            {\n                \"fipId\": \"FIP00020002\",\n                \"fipName\": \"Test Entity\",\n                \"FiTypes\": [\n                    \"DEPOSIT\"\n                ]\n            },\n            {\n                \"fipId\": \"FIP-V1-Demo-Test\",\n                \"fipName\": \"FIP-V1-Demo-Test\",\n                \"FiTypes\": [\n                    \"DEPOSITE\"\n                ]\n            },\n            {\n                \"fipId\": \"Sanketika_FIP\",\n                \"fipName\": \"Sanketika_FIP\",\n                \"FiTypes\": [\n                    \"DEPOSIT\"\n                ]\n            },\n            {\n                \"fipId\": \"FIME_FIP_PT_0001\",\n                \"fipName\": \"FIME_FIP_PT_0001\",\n                \"FiTypes\": [\n                    \"GSTR1_3B\",\n                    \"DEPOSIT\",\n                    \"TERM-DEPOSIT\",\n                    \"RECURRING_DEPOSIT\",\n                    \"SIP\",\n                    \"CP\",\n                    \"GOVT_SECURITIES\",\n                    \"EQUITIES\",\n                    \"BONDS\",\n                    \"DEBENTURES\",\n                    \"MUTUAL_FUNDS\",\n                    \"ETF\",\n                    \"IDR\",\n                    \"CIS\",\n                    \"AIF\",\n                    \"LIFE_INSURANCE\",\n                    \"GENERAL_INSURANCE\",\n                    \"NPS\",\n                    \"INVIT\",\n                    \"REIT\",\n                    \"OTHER\"\n                ]\n            },\n            {\n                \"fipId\": \"FIME_ALT FIP_PT_0001\",\n                \"fipName\": \"FIME_ALT FIP_PT_0001\",\n                \"FiTypes\": [\n                    \"GSTR1_3B\",\n                    \"DEPOSIT\",\n                    \"TERM-DEPOSIT\",\n                    \"RECURRING_DEPOSIT\",\n                    \"SIP\",\n                    \"CP\",\n                    \"GOVT_SECURITIES\",\n                    \"EQUITIES\",\n                    \"BONDS\",\n                    \"DEBENTURES\",\n                    \"MUTUAL_FUNDS\",\n                    \"ETF\",\n                    \"IDR\",\n                    \"CIS\",\n                    \"AIF\",\n                    \"LIFE_INSURANCE\",\n                    \"GENERAL_INSURANCE\",\n                    \"NPS\",\n                    \"INVIT\",\n                    \"REIT\",\n                    \"OTHER\"\n                ]\n            },\n            {\n                \"fipId\": \"fip@insurance\",\n                \"fipName\": \"dummy fip\",\n                \"FiTypes\": [\n                    \"GENERAL_INSURANCE\",\n                    \"LIFE_INSURANCE\"\n                ]\n            },\n            {\n                \"fipId\": \"CRIF-FIP-UAT\",\n                \"fipName\": \"CRIF V2 FIP\",\n                \"FiTypes\": [\n                    \"DEPOSIT\"\n                ]\n            },\n            {\n                \"fipId\": \"FIP-V2-Demo-Test\",\n                \"fipName\": \"FIP-V2-Demo-Test\",\n                \"FiTypes\": [\n                    \"SIP\"\n                ]\n            },\n            {\n                \"fipId\": \"BOKS\",\n                \"fipName\": \"Bank Of karnail Singh\",\n                \"FiTypes\": [\n                    \"DEPOSIT\",\n                    \"TERM-DEPOSIT\",\n                    \"RECURRING_DEPOSIT\",\n                    \"SIP\",\n                    \"GSTR1_3B\"\n                ]\n            },\n            {\n                \"fipId\": \"SUMA-FIP\",\n                \"fipName\": \"Sumasoft pvt ltd.\",\n                \"FiTypes\": [\n                    \"DEPOSIT\",\n                    \"TERM-DEPOSIT\",\n                    \"RECURRING_DEPOSIT\"\n                ]\n            },\n            {\n                \"fipId\": \"checkkkk\",\n                \"fipName\": \"asas asas\",\n                \"FiTypes\": [\n                    \"REIT\"\n                ]\n            },\n            {\n                \"fipId\": \"'><<sVg/OnLOAd=alert(999)>{{8*8}}xx\",\n                \"fipName\": \"asas asas\",\n                \"FiTypes\": [\n                    \"REIT\"\n                ]\n            },\n            {\n                \"fipId\": \"Hutatma_FIPUAT\",\n                \"fipName\": \"Hutatma Sahakari Bank Ltd\",\n                \"FiTypes\": [\n                    \"DEPOSIT\"\n                ]\n            },\n            {\n                \"fipId\": \"HFDC0001\",\n                \"fipName\": \"HFDC Ltd\",\n                \"FiTypes\": [\n                    \"DEPOSIT\"\n                ]\n            },\n            {\n                \"fipId\": \"CRIF-CONNECT-FIP-UAT-ALT\",\n                \"fipName\": \"CRIF CONNECT - SECONDARY\",\n                \"FiTypes\": [\n                    \"DEPOSIT\",\n                    \"GSTR1_3B\",\n                    \"TERM-DEPOSIT\",\n                    \"RECURRING_DEPOSIT\",\n                    \"SIP\",\n                    \"CP\",\n                    \"GOVT_SECURITIES\",\n                    \"EQUITIES\",\n                    \"MUTUAL_FUNDS\",\n                    \"ETF\",\n                    \"AIF\",\n                    \"LIFE_INSURANCE\",\n                    \"NPS\",\n                    \"REIT\",\n                    \"IDR\",\n                    \"INVIT\",\n                    \"CIS\"\n                ]\n            },\n            {\n                \"fipId\": \"CRIF-CONNECT-FIP-UAT\",\n                \"fipName\": \"CRIF CONNECT- PRIMARY\",\n                \"FiTypes\": [\n                    \"DEPOSIT\",\n                    \"GSTR1_3B\",\n                    \"TERM-DEPOSIT\",\n                    \"RECURRING_DEPOSIT\",\n                    \"SIP\",\n                    \"EQUITIES\",\n                    \"MUTUAL_FUNDS\",\n                    \"BONDS\",\n                    \"IDR\",\n                    \"ETF\",\n                    \"NPS\",\n                    \"LIFE_INSURANCE\",\n                    \"INVIT\",\n                    \"CP\",\n                    \"GOVT_SECURITIES\"\n                ]\n            },\n            {\n                \"fipId\": \"fip@creduat\",\n                \"fipName\": \"CRED Bank\",\n                \"FiTypes\": [\n                    \"DEPOSIT\"\n                ]\n            },\n            {\n                \"fipId\": \"RGI-UAT-FIP\",\n                \"fipName\": \"Reliance General Insurance\",\n                \"FiTypes\": [\n                    \"GENERAL_INSURANCE\"\n                ]\n            },\n            {\n                \"fipId\": \"TEST-FIP-420\",\n                \"fipName\": \"TEST-FIP-420\",\n                \"FiTypes\": [\n                    \"TERM_DEPOSIT\"\n                ]\n            },\n            {\n                \"fipId\": \"TEST2\",\n                \"fipName\": \"TEST2\",\n                \"FiTypes\": [\n                    \"TERM_DEPOSIT\"\n                ]\n            },\n            {\n                \"fipId\": \"MVAFLFIP_UAT\",\n                \"fipName\": \"MUTHOOT VEHICLE & ASSET FINANCE LTD\",\n                \"FiTypes\": [\n                    \"TERM_DEPOSIT\",\n                    \"RECURRING_DEPOSIT\"\n                ]\n            },\n            {\n                \"fipId\": \"ACKOLIFE-UAT-FIP\",\n                \"fipName\": \"Acko Life Insurance\",\n                \"FiTypes\": [\n                    \"LIFE_INSURANCE\"\n                ]\n            },\n            {\n                \"fipId\": \"ageasfederal-fip-uat\",\n                \"fipName\": \"Ageas Federal Life Insurance\",\n                \"FiTypes\": [\n                    \"INSURANCE_POLICIES\"\n                ]\n            },\n            {\n                \"fipId\": \"NIA-UAT-FIP\",\n                \"fipName\": \"New India Assurance\",\n                \"FiTypes\": [\n                    \"GENERAL_INSURANCE\"\n                ]\n            },\n            {\n                \"fipId\": \"ACKOGEN-UAT-FIP\",\n                \"fipName\": \"Acko General Insurance\",\n                \"FiTypes\": [\n                    \"GENERAL_INSURANCE\"\n                ]\n            },\n            {\n                \"fipId\": \"SURYODAY_FIP_UAT\",\n                \"fipName\": \"Suryoday Small Finance Bank UAT\",\n                \"FiTypes\": [\n                    \"DEPOSIT\"\n                ]\n            },\n            {\n                \"fipId\": \"Test-Entity-22\",\n                \"fipName\": \"Test-Entity-22\",\n                \"FiTypes\": [\n                    \"DEPOSIT\"\n                ]\n            },\n            {\n                \"fipId\": \"Test-Entity-322\",\n                \"fipName\": \"Test-Entity-322\",\n                \"FiTypes\": [\n                    \"GSTR1_3B\"\n                ]\n            },\n            {\n                \"fipId\": \"IGNOSIS_BANK_DEPOSIT_2_UAT\",\n                \"fipName\": \"Ignosis Bank Deposit 2\",\n                \"FiTypes\": [\n                    \"DEPOSIT\"\n                ]\n            },\n            {\n                \"fipId\": \"IGNOSIS_BANK_TERM_DEPOSIT_FIP_UAT\",\n                \"fipName\": \"Ignosis Bank Term Deposit\",\n                \"FiTypes\": [\n                    \"TERM_DEPOSIT\"\n                ]\n            },\n            {\n                \"fipId\": \"IGNOSIS_MF_KFIN_FIP_UAT\",\n                \"fipName\": \"Ignosis MF Kfin\",\n                \"FiTypes\": [\n                    \"MUTUAL_FUNDS\"\n                ]\n            },\n            {\n                \"fipId\": \"IGNOSIS_MF_CAMS_FIP_UAT\",\n                \"fipName\": \"Ignosis MF CAMS\",\n                \"FiTypes\": [\n                    \"MUTUAL_FUNDS\"\n                ]\n            },\n            {\n                \"fipId\": \"IGNOSIS_EQUITY_NSDL_FIP_UAT\",\n                \"fipName\": \"Ignosis Equity NSDL\",\n                \"FiTypes\": [\n                    \"EQUITIES\"\n                ]\n            },\n            {\n                \"fipId\": \"IGNOSIS_EQUITY_CDSL_FIP_UAT\",\n                \"fipName\": \"Ignosis Equity CDSL\",\n                \"FiTypes\": [\n                    \"EQUITIES\"\n                ]\n            },\n            {\n                \"fipId\": \"IGNOSIS_BANK_DEPOSIT_1_UAT\",\n                \"fipName\": \"Ignosis Bank Deposit 1\",\n                \"FiTypes\": [\n                    \"DEPOSIT\",\n                    \"TERM_DEPOSIT\"\n                ]\n            },\n            {\n                \"fipId\": \"fip@finsuregeneral\",\n                \"fipName\": \"Finsure general insurance\",\n                \"FiTypes\": [\n                    \"GENERAL_INSURANCE\",\n                    \"INSURANCE_POLICIES\"\n                ]\n            },\n            {\n                \"fipId\": \"BLUESKY_FIP_UAT\",\n                \"fipName\": \"BlueSky Financial Bank\",\n                \"FiTypes\": [\n                    \"DEPOSIT\"\n                ]\n            },\n            {\n                \"fipId\": \"fip@life\",\n                \"fipName\": \"Life Insurance FIP\",\n                \"FiTypes\": [\n                    \"LIFE_INSURANCE\"\n                ]\n            },\n            {\n                \"fipId\": \"fip@inspol\",\n                \"fipName\": \"FIP insurance policies\",\n                \"FiTypes\": [\n                    \"INSURANCE_POLICIES\"\n                ]\n            },\n            {\n                \"fipId\": \"central-trust-depository-fip-uat\",\n                \"fipName\": \"Central Trust Depository\",\n                \"FiTypes\": [\n                    \"EQUITIES\",\n                    \"MUTUAL_FUNDS\",\n                    \"IDR\",\n                    \"REIT\",\n                    \"CIS\",\n                    \"INVIT\",\n                    \"AIF\",\n                    \"ETF\"\n                ]\n            },\n            {\n                \"fipId\": \"fip@general\",\n                \"fipName\": \"General Insurance FIP\",\n                \"FiTypes\": [\n                    \"GENERAL_INSURANCE\"\n                ]\n            },\n            {\n                \"fipId\": \"sirius@finarkein\",\n                \"fipName\": \"Sirius\",\n                \"FiTypes\": [\n                    \"DEPOSIT\",\n                    \"TERM-DEPOSIT\",\n                    \"TERM_DEPOSIT\",\n                    \"LIFE_INSURANCE\",\n                    \"GENERAL_INSURANCE\",\n                    \"INSURANCE_POLICIES\",\n                    \"EQUITIES\",\n                    \"SIP\",\n                    \"ETF\",\n                    \"GSTR1_3B\",\n                    \"RECURRING_DEPOSIT\",\n                    \"MUTUAL_FUNDS\",\n                    \"NPS\"\n                ]\n            },\n            {\n                \"fipId\": \"CALIFIP_UAT\",\n                \"fipName\": \"CreditAccess Life Insurance Limited\",\n                \"FiTypes\": [\n                    \"LIFE_INSURANCE\"\n                ]\n            },\n            {\n                \"fipId\": \"fip@temp\",\n                \"fipName\": \"Test FIP\",\n                \"FiTypes\": [\n                    \"DEPOSIT\",\n                    \"TERM-DEPOSIT\",\n                    \"TERM_DEPOSIT\",\n                    \"RECURRING_DEPOSIT\"\n                ]\n            },\n            {\n                \"fipId\": \"FIPTALLYEDGESANDBOX\",\n                \"fipName\": \"FIPTallyEdgeSandbox\",\n                \"FiTypes\": [\n                    \"GSTR1_3B\",\n                    \"DEPOSIT\",\n                    \"TERM-DEPOSIT\",\n                    \"TERM_DEPOSIT\",\n                    \"RECURRING_DEPOSIT\",\n                    \"SIP\",\n                    \"CP\",\n                    \"EQUITIES\",\n                    \"GOVT_SECURITIES\",\n                    \"BONDS\",\n                    \"DEBENTURES\",\n                    \"MUTUAL_FUNDS\",\n                    \"LIFE_INSURANCE\",\n                    \"GENERAL_INSURANCE\",\n                    \"INSURANCE_POLICIES\",\n                    \"NPS\"\n                ]\n            },\n            {\n                \"fipId\": \"BSIT_FIP_001\",\n                \"fipName\": \"Bluescope information technology\",\n                \"FiTypes\": [\n                    \"DEPOSIT\"\n                ]\n            },\n            {\n                \"fipId\": \"klc-fip-uat\",\n                \"fipName\": \"Kotak Mahindra Life Insurance Company Pvt. Ltd.\",\n                \"FiTypes\": [\n                    \"INSURANCE_POLICIES\"\n                ]\n            },\n            {\n                \"fipId\": \"kshema-fip-uat\",\n                \"fipName\": \"Kshema General Insurance Limited\",\n                \"FiTypes\": [\n                    \"GENERAL_INSURANCE\"\n                ]\n            },\n            {\n                \"fipId\": \"TMB-FIP-UAT\",\n                \"fipName\": \"TamilNad Mercantile Bank\",\n                \"FiTypes\": [\n                    \"DEPOSIT\"\n                ]\n            },\n            {\n                \"fipId\": \"FIP000043\",\n                \"fipName\": \"FIP-Fime India\",\n                \"FiTypes\": [\n                    \"DEPOSIT\",\n                    \"TERM-DEPOSIT\",\n                    \"TERM_DEPOSIT\",\n                    \"RECURRING_DEPOSIT\",\n                    \"SIP\",\n                    \"GSTR1_3B\",\n                    \"CP\",\n                    \"GOVT_SECURITIES\",\n                    \"EQUITIES\",\n                    \"BONDS\",\n                    \"DEBENTURES\",\n                    \"MUTUAL_FUNDS\",\n                    \"ETF\",\n                    \"IDR\",\n                    \"CIS\",\n                    \"AIF\",\n                    \"LIFE_INSURANCE\",\n                    \"GENERAL_INSURANCE\",\n                    \"INSURANCE_POLICIES\",\n                    \"NPS\",\n                    \"INVIT\",\n                    \"REIT\",\n                    \"OTHER\"\n                ]\n            },\n            {\n                \"fipId\": \"yes-bank-uat\",\n                \"fipName\": \"Yes Bank UAT\",\n                \"FiTypes\": [\n                    \"DEPOSIT\",\n                    \"TERM_DEPOSIT\",\n                    \"RECURRING_DEPOSIT\"\n                ]\n            },\n            {\n                \"fipId\": \"IGNOSI_BOB_SIMULATOR\",\n                \"fipName\": \"Ignosis Bob Simulator\",\n                \"FiTypes\": [\n                    \"DEPOSIT\"\n                ]\n            },\n            {\n                \"fipId\": \"LIC-UAT-FIP\",\n                \"fipName\": \"LIC\",\n                \"FiTypes\": [\n                    \"LIFE_INSURANCE\"\n                ]\n            }\n        ]\n    },\n    \"message\": \"Read Operation Successfull\"\n}"},{"id":"0107163f-ce17-4cc0-a8aa-5ecf448fdf39","name":"Error Example","originalRequest":{"method":"GET","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"key":"client_id","value":"{{Client_Id}}","type":"text"},{"key":"client_secret","value":"{{Client_Secret}}","type":"text"},{"key":"organisationId","value":"{{Organisation_Id}}","type":"text"},{"key":"appIdentifier","value":"{{App_Identifier}}","type":"text"}],"url":"{{Base_URL}}/list/fips"},"status":"Unauthorized","code":401,"_postman_previewlanguage":null,"header":[{"key":"Date","value":"Wed, 01 Oct 2025 11:58:16 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"111"},{"key":"Connection","value":"keep-alive"},{"key":"Content-Security-Policy","value":"report-uri *.moneyone.in"},{"key":"Cross-Origin-Embedder-Policy","value":"require-corp"},{"key":"Cross-Origin-Opener-Policy","value":"same-origin"},{"key":"Cross-Origin-Resource-Policy","value":"same-origin"},{"key":"X-DNS-Prefetch-Control","value":"off"},{"key":"Expect-CT","value":"max-age=0"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"Strict-Transport-Security","value":"max-age=31536000; includeSubDomains"},{"key":"X-Download-Options","value":"noopen"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"Origin-Agent-Cluster","value":"?1"},{"key":"X-Permitted-Cross-Domain-Policies","value":"none"},{"key":"Referrer-Policy","value":"no-referrer"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"X-RateLimit-Limit","value":"1000"},{"key":"X-RateLimit-Remaining","value":"997"},{"key":"X-RateLimit-Reset","value":"1759319935"},{"key":"Access-Control-Allow-Origin","value":"*.moneyone.in"},{"key":"Access-Control-Allow-Methods","value":"GET, POST"},{"key":"Access-Control-Allow-Headers","value":"X-Requested-With,content-type"},{"key":"Access-Control-Allow-Credentials","value":"true"},{"key":"ETag","value":"W/\"6f-FsEj4gAuZiaQlKlGewbb8IBeX9w\""}],"cookie":[],"responseTime":null,"body":"{\n    \"ver\": \"1.21.0\",\n    \"timestamp\": \"2025-10-01T11:58:16.404Z\",\n    \"errorCode\": \"Unauthorized\",\n    \"errorMsg\": \"Invalid headers\"\n}"}],"_postman_id":"2ad58f51-eac7-48d9-961c-508dd4c1850b"}],"id":"f485f638-5c3c-4f88-a20c-290311f063a5","description":"<p>This section contains additional APIs that the FIU can use as per their requirement. All the APIs in this section are optional.</p>\n","_postman_id":"f485f638-5c3c-4f88-a20c-290311f063a5"}],"event":[{"listen":"prerequest","script":{"id":"90d1dce2-a1f2-48f5-a57a-e2c8b35abb44","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"1b872427-9c0f-4113-ac8f-9845dad46794","type":"text/javascript","exec":[""]}}]}