{"info":{"_postman_id":"cc99ffe1-c325-4b8e-9be3-062258ce7861","name":"Decentro Fabric & Flow APIs","description":"<html><head></head><body><p>Our currently live collection of API modules and sub-modules exposed to you for any kind of financial integration as below.<br>Just choose your APIs, plug in your credentials, and test it out with your system! Feel free to sign up in a few seconds here on the <a href=\"http://bit.ly/Decentro-Signup\">Decentro website</a>, if you haven't already received your staging or production credentials.</p>\n<p>It's that easy, as it should be. Welcome to the future.</p>\n<hr>\n<h2 id=\"terms-of-use\">Terms of Use</h2>\n<p>Thank you for using our APIs, and any linked software (collectively, “APIs”). By accessing or using our APIs, you are agreeing to our terms as written <a href=\"https://decentro.tech/terms/\">here</a>.</p>\n<h2 id=\"api-status\">API Status</h2>\n<p>Available at <a href=\"http://status.decentro.tech/\">Decentro API Status</a>, it reports uptime, maintenance windows and incidents for our API environments.</p>\n<h2 id=\"rest-clients\">REST clients</h2>\n<p>The best way to get started with our APIs is to click the 'Run in Postman' button above. This will automatically open up Postman (on browser or desktop) for you and import our full API collection there. All REST clients like <a href=\"https://www.postman.com/\">Postman</a> (which is a free tool) can easily be used to run and test our API requests.</p>\n<h2 id=\"supportquestions\">Support/Questions?</h2>\n<p>In case of any questions, feel free to write to us as below -</p>\n<ul>\n<li><p>Support around APIs or transactions - <a href=\"https://mailto:support@decentro.tech\">support@decentro.tech</a></p>\n</li>\n<li><p>Business and pricing related - <a href=\"https://mailto:hello@decentro.tech\">hello@decentro.tech</a></p>\n</li>\n</ul>\n<h2 id=\"api-base-urls-india\">API Base URLs (India)</h2>\n<ul>\n<li><p>Sandbox - <a href=\"https://in.staging.decentro.tech\">https://in.staging.decentro.tech</a></p>\n</li>\n<li><p>Production - <a href=\"https://in.decentro.tech\">https://in.decentro.tech</a></p>\n</li>\n</ul>\n<h2 id=\"missingno-keys-for-testing\">Missing/no keys for testing?</h2>\n<p>Feel free to sign up in a few seconds here on the <a href=\"http://bit.ly/Decentro-Signup\">Decentro website</a> if you don't have your credentials yet. Our team will give you a quick call, but remember to use your company's (or employer's) official email ID only.</p>\n</body></html>","schema":"https://schema.getpostman.com/json/collection/v2.0.0/collection.json","toc":[],"owner":"10183676","collectionId":"cc99ffe1-c325-4b8e-9be3-062258ce7861","publishedId":"Szf6YUbA","public":true,"customColor":{"top-bar":"FFFFFF","right-sidebar":"303030","highlight":"EF5B25"},"publishDate":"2022-06-06T15:58:09.000Z"},"item":[{"name":"India","item":[{"name":"KYC & Onboarding","item":[{"name":"Workflows","item":[{"name":"UIStreams","item":[{"name":"UIStream Link Generator","event":[{"listen":"prerequest","script":{"id":"37e8b0ef-b8a5-4242-a250-1aa67240a220","exec":[""],"type":"text/javascript","packages":{},"requests":{}}},{"listen":"test","script":{"id":"0fa772e3-357e-4cf3-a3a6-0ad5eeec0a14","exec":[""],"type":"text/javascript","packages":{},"requests":{}}}],"id":"c0b9aeac-9c00-4640-9484-5d8a6b97e8da","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"POST","header":[{"key":"client_id","value":"YOUR_CLIENT_ID","description":"<p>Decentro assigned client_id for the company</p>\n"},{"key":"client_secret","value":"YOUR_CLIENT_SECRET","description":"<p>Decentro assigned client_secret for the company</p>\n"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"reference_id\": \"0f5b6572-bf0b-4cf6-8d1f-0e51b6f77cee\",\n    \"consent\": true,\n    \"purpose\": \"To perform KYC of the user\",\n    \"uistream\": \"DIGILOCKER_AADHAAR\",\n    \"callback_url\": \"https://webhook.site/e26a1a7d-d254-4abb-bb76-76f2709c07c0\",\n    \"redirect_url\": \"https://www.paytm.com/\",\n    \"additional_data\":{\n        \"mobile\": \"9620469453\",\n        \"pan_optional\": false\n    },\n    \"skip_survey\": true,\n    \"force_aadhaar\": false,\n    \"force_mobile\": false,\n    \"clear_cookies\": false,\n    \"language\": \"en\"\n}","options":{"raw":{"language":"json"}}},"url":"https://in.staging.decentro.tech/v2/kyc/workflows/uistream","description":"<h3 id=\"post-v2commonuistreamsession\">POST /v2/common/uistream/session</h3>\n<p>This endpoint is used to create a new session for the UI stream with the provided parameters.</p>\n<h4 id=\"request-body\">Request Body</h4>\n<ul>\n<li><p><code>reference_id</code> (string, optional): The reference ID for the session.</p>\n</li>\n<li><p><code>consent</code> (boolean, required): Indicates whether the user has given consent.</p>\n</li>\n<li><p><code>purpose</code> (string, optional): The purpose of the session.</p>\n</li>\n<li><p><code>uistream</code> (string, required): The UI stream data.</p>\n</li>\n<li><p><code>callback_url</code> (string, optional): The callback URL for the session.</p>\n</li>\n<li><p><code>redirect_url</code> (string, optional): The redirect URL for the session.</p>\n</li>\n<li><p><code>additional_data</code> (object, optional): Additional data for the session, e.g., {\"pan\":\"\"}.</p>\n</li>\n</ul>\n<h4 id=\"response\">Response</h4>\n<p>The response is a JSON object with the following schema:</p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-json\">{\n  \"type\": \"object\",\n  \"properties\": {\n    \"decentroTxnId\": {\"type\": \"string\"},\n    \"status\": {\"type\": \"string\"},\n    \"responseCode\": {\"type\": \"string\"},\n    \"message\": {\"type\": \"string\"},\n    \"data\": {\n      \"type\": \"object\",\n      \"properties\": {\n        \"url\": {\"type\": \"string\"}\n      }\n    },\n    \"responseKey\": {\"type\": \"string\"}\n  }\n}\n\n</code></pre>\n<h4 id=\"example-response\">Example Response</h4>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-json\">{\n  \"decentroTxnId\": \"\",\n  \"status\": \"\",\n  \"responseCode\": \"\",\n  \"message\": \"\",\n  \"data\": {\n    \"url\": \"\"\n  },\n  \"responseKey\": \"\"\n}\n\n</code></pre>\n","urlObject":{"path":["v2","kyc","workflows","uistream"],"host":["https://in.staging.decentro.tech"],"query":[],"variable":[]}},"response":[{"id":"3d45cad0-9725-4f3e-9ca1-123c425b5bda","name":"AADHAAR","originalRequest":{"method":"POST","header":[{"key":"client_id","value":"YOUR_CLIENT_ID","type":"text","description":"Decentro assigned client_id for the company"},{"key":"client_secret","value":"YOUR_CLIENT_SECRET","type":"text","description":"Decentro assigned client_secret for the company"},{"key":"module_secret","value":"{{kyc_module_secret}}","type":"text","description":"Decentro assigned module_secret for the company"},{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"reference_id\": \"DEC001\",\n    \"consent\": true,\n    \"purpose\": \"To perform KYC of the user\",\n    \"uistream\": \"AADHAAR\",\n    \"callback_url\": \"https://example.webhook.com\",\n    \"redirect_url\": \"https://example.client.app\"\n}","options":{"raw":{"language":"json"}}},"url":"https://in.staging.decentro.tech/v2/common/uistream/session"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"decentro_txn_id\": \"XXXXX\",\n    \"status\": \"SUCCESS\",\n    \"response_key\": \"success_uistream_session_generation\",\n    \"message\": \"A UIStream URL has been generated\",\n    \"reference_id\": \"XXXXX\",\n    \"url\": \"<Link to UIStream>\"\n}"},{"id":"6fae8742-ad19-45e3-be38-4bdb3805d655","name":"DIGILOCKER","originalRequest":{"method":"POST","header":[{"key":"client_id","value":"YOUR_CLIENT_ID","type":"text","description":"Decentro assigned client_id for the company"},{"key":"client_secret","value":"YOUR_CLIENT_SECRET","type":"text","description":"Decentro assigned client_secret for the company"},{"key":"module_secret","value":"{{kyc_module_secret}}","type":"text","description":"Decentro assigned module_secret for the company"},{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"reference_id\": \"DEC001\",\n    \"consent\": true,\n    \"purpose\": \"To perform KYC of the user\",\n    \"uistream\": \"DIGILOCKER\",\n    \"callback_url\": \"https://google.com\",\n    \"redirect_url\": \"https://google.com\",\n    \"additional_data\": {\n        \"mobile\": \"9999999999\"\n    }\n}","options":{"raw":{"language":"json"}}},"url":"https://in.staging.decentro.tech/v2/common/uistream/session"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"decentro_txn_id\": \"XXXXX\",\n    \"status\": \"SUCCESS\",\n    \"response_key\": \"success_uistream_session_generation\",\n    \"message\": \"A UIStream URL has been generated\",\n    \"reference_id\": \"XXXXX\",\n    \"url\": \"<Link to UIStream>\"\n}"},{"id":"1cca5163-731f-4373-9f96-50e8417787ec","name":"CAR_INSURANCE_POLICY","originalRequest":{"method":"POST","header":[{"key":"client_id","value":"YOUR_CLIENT_ID","type":"text","description":"Decentro assigned client_id for the company"},{"key":"client_secret","value":"YOUR_CLIENT_SECRET","type":"text","description":"Decentro assigned client_secret for the company"},{"key":"module_secret","value":"{{kyc_module_secret}}","type":"text","description":"Decentro assigned module_secret for the company"},{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"reference_id\": \"DEC001\",\n    \"consent\": true,\n    \"purpose\": \"To perform KYC of the user\",\n    \"uistream\": \"CAR_INSURANCE_POLICY\",\n    \"callback_url\": \"https://example.webhook.com\",\n    \"redirect_url\": \"https://example.client.app\"\n}","options":{"raw":{"language":"json"}}},"url":"https://in.staging.decentro.tech/v2/common/uistream/session"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"decentro_txn_id\": \"XXXXX\",\n    \"status\": \"SUCCESS\",\n    \"response_key\": \"success_uistream_session_generation\",\n    \"message\": \"A UIStream URL has been generated\",\n    \"reference_id\": \"XXXXX\",\n    \"url\": \"<Link to UIStream>\"\n}"},{"id":"4df63a05-e159-4d24-9a1f-a7e99352d363","name":"VEHICLE_REGISTRATION_CERTIFICATE","originalRequest":{"method":"POST","header":[{"key":"client_id","value":"YOUR_CLIENT_ID","type":"text","description":"Decentro assigned client_id for the company"},{"key":"client_secret","value":"YOUR_CLIENT_SECRET","type":"text","description":"Decentro assigned client_secret for the company"},{"key":"module_secret","value":"{{kyc_module_secret}}","type":"text","description":"Decentro assigned module_secret for the company"},{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"reference_id\": \"DEC001\",\n    \"consent\": true,\n    \"purpose\": \"To perform KYC of the user\",\n    \"uistream\": \"VEHICLE_REGISTRATION_CERTIFICATE\",\n    \"callback_url\": \"https://example.webhook.com\",\n    \"redirect_url\": \"https://example.client.app\"\n}","options":{"raw":{"language":"json"}}},"url":"https://in.staging.decentro.tech/v2/common/uistream/session"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"decentro_txn_id\": \"XXXXX\",\n    \"status\": \"SUCCESS\",\n    \"response_key\": \"success_uistream_session_generation\",\n    \"message\": \"A UIStream URL has been generated\",\n    \"reference_id\": \"XXXXX\",\n    \"url\": \"<Link to UIStream>\"\n}"}],"_postman_id":"c0b9aeac-9c00-4640-9484-5d8a6b97e8da"}],"id":"8d8a53cf-b2cc-4164-a9d5-1fe883aa6bb5","_postman_id":"8d8a53cf-b2cc-4164-a9d5-1fe883aa6bb5","description":""},{"name":"HyperStreams","item":[{"name":"Sync Udyam Fetch","id":"e4db1558-1664-404f-9d20-df98d66901f2","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"POST","header":[{"key":"client_id","value":"YOUR_CLIENT_ID","description":"<p>Decentro assigned client_id for the company</p>\n","type":"text"},{"key":"client_secret","value":"YOUR_CLIENT_SECRET","description":"<p>Decentro assigned client_secret for the company</p>\n","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"reference_id\": \"49e699d0-7260-4ec9-a10d-f62b1d648eb2\",\n    \"consent\": true,\n    \"consent_purpose\": \"A Valid Consent purpose\",\n    \"hyperstream\": \"UDYAM_FETCH\",\n    \"initial_input\": {\n        \"mobile_number\": \"9076694353\",\n\t\t\"fetch_owner_name\": false\n    }\n}","options":{"raw":{"language":"json"}}},"url":"{{base_url_india}}/synchronous/hyperstream-executor","urlObject":{"path":["synchronous","hyperstream-executor"],"host":["{{base_url_india}}"],"query":[],"variable":[]}},"response":[{"id":"54fa39ca-61e5-434b-9b93-017df7613b68","name":"MASTER_HYPERSTREAM","originalRequest":{"method":"POST","header":[{"key":"client_id","value":"YOUR_CLIENT_ID","type":"text","description":"Decentro assigned client_id for the company"},{"key":"client_secret","value":"YOUR_CLIENT_SECRET","type":"text","description":"Decentro assigned client_secret for the company"},{"key":"module_secret","value":"{{kyc_module_secret}}","type":"text","description":"Decentro assigned module_secret for the company"},{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"reference_id\": \"1d767163-e13c-4874-b7d0-fda62ba75c16\",\n    \"consent\": true,\n    \"consent_purpose\": \"A VALID PURPOSE MESSAGE\",\n    \"hyperstream\": \"<HYPERSTREAM_CODE>\",\n    \"initial_input\": {} // Look at the examples for valid `initial_input` objects\n}","options":{"raw":{"language":"json"}}},"url":"https://in.staging.decentro.tech/synchronous/hyperstream-executor"},"status":"OK","code":200,"_postman_previewlanguage":null,"header":null,"cookie":[],"responseTime":null,"body":null},{"id":"9fd9fa40-0a17-4688-a9b0-6b5d8e941a99","name":"ADVANCED_OCR","originalRequest":{"method":"POST","header":[{"key":"client_id","value":"YOUR_CLIENT_ID","type":"text","description":"Decentro assigned client_id for the company"},{"key":"client_secret","value":"YOUR_CLIENT_SECRET","type":"text","description":"Decentro assigned client_secret for the company"},{"key":"module_secret","value":"{{kyc_module_secret}}","type":"text","description":"Decentro assigned module_secret for the company"},{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"reference_id\": \"DEC001\",\n    \"consent\": true,\n    \"consent_purpose\": \"To onboard user into platform\",\n    \"hyperstream\": \"ADVANCED_OCR\",\n    \"initial_input\": {\n        \"image\": \"XXXXXXXXXXXXXX\"\n    }\n}","options":{"raw":{"language":"json"}}},"url":"https://in.staging.decentro.tech/synchronous/hyperstream-executor"},"_postman_previewlanguage":null,"header":null,"cookie":[],"responseTime":null,"body":null},{"id":"e9908ec2-c548-44a2-a21f-261bd7d80b73","name":"Sync HyperStreams","originalRequest":{"method":"POST","header":[{"key":"client_id","value":"YOUR_CLIENT_ID","description":"Decentro assigned client_id for the company","type":"text"},{"key":"client_secret","value":"YOUR_CLIENT_SECRET","description":"Decentro assigned client_secret for the company","type":"text"},{"key":"module_secret","value":"{{kyc_module_secret}}","description":"Decentro assigned module_secret for the company","type":"text","disabled":true},{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n   \"reference_id\": \"XXXXXXXXX\",\n   \"consent\": true,\n   \"consent_purpose\": \"I give the consent for Udyam search\",\n   \"hyperstream\": \"UDYAM_FETCH\",\n   \"initial_input\": {\n       \"mobile_number\": \"XXXXXXXX\",\n       \"fetch_owner_name\": true\n   }\n}","options":{"raw":{"language":"json"}}},"url":"https://in.staging.decentro.tech/synchronous/hyperstream-executor"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[{"expires":"Invalid Date","domain":"","path":""}],"responseTime":null,"body":"{\n    \"hyperstream_txn_id\": \"XXXXXXXXX\",\n    \"status\": \"SUCCESS\",\n    \"http_status_code\": 200,\n    \"response_key\": \"success_hyperstream\",\n    \"data\": {\n        \"MOBILE_TO_UDYAM\": {\n            \"results\": [\n                {\n                    \"udyamNumber\": \"UDYAM-KR-03-XXXXXXX\",\n                    \"udyamName\": \"Fabric\",\n                    \"panLinkedToUdyam\": \"XXXXXXXXXX\",\n                    \"ownerName\": \"ABC\"\n                }\n            ]\n        },\n        \"BULK_UDYAM_VALIDATE\": {\n            \"results\": [\n                {\n                    \"udyamNumber\": \"UDYAM-KR-03-XXXXXX\",\n                    \"enterpriseName\": \"Fabric\",\n                    \"organisationType\": \"Proprietary\",\n                    \"majorActivity\": \"Services\",\n                    \"gender\": \"Male\",\n                    \"socialCategory\": \"General\",\n                    \"incorporationDate\": \"01/09/2024\",\n                    \"commencementDate\": \"\",\n                    \"dic\": \"BANGALORE (URBAN)\",\n                    \"msmeDfo\": \"BANGALORE\",\n                    \"udyamRegistrationDate\": \"15/09/2024\",\n                    \"enterpriseType\": [\n                        {\n                            \"serialNumber\": \"1\",\n                            \"dataYear\": \"2022-23\",\n                            \"classificationYear\": \"2024-25\",\n                            \"enterpriseType\": \"Micro\",\n                            \"classificationDate\": \"15/09/2024\"\n                        }\n                    ],\n                    \"unitLocationDetails\": [\n                        {\n                            \"serialNumber\": \"1\",\n                            \"unitName\": \"Fabric\",\n                            \"flat\": \"Bangalore\",\n                            \"building\": \"Bangalore\",\n                            \"village\": \"Bangalore\",\n                            \"block\": \"Bangalore\",\n                            \"road\": \"Bangalore\",\n                            \"city\": \"Bangalore\",\n                            \"pin\": \"560036\",\n                            \"state\": \"KARNATAKA\",\n                            \"district\": \"BENGALURU (URBAN)\"\n                        }\n                    ],\n                    \"enterpriseOfficialAddress\": {\n                        \"flat\": \"Bangalore\",\n                        \"building\": \"Bangalore\",\n                        \"village\": \"Bangalore\",\n                        \"block\": \"Bangalore\",\n                        \"street\": \"Bangalore\",\n                        \"city\": \"Bangalore\",\n                        \"state\": \"KARNATAKA\",\n                        \"district\": \"BENGALURU (URBAN)\",\n                        \"mobile\": \"98*****700\",\n                        \"email\": \"xxxxxx@decentro.in\",\n                        \"pin\": \"560036\"\n                    },\n                    \"nationalIndustryClassificationCode\": [\n                        {\n                            \"serialNumber\": \"1\",\n                            \"nic2Digit\": \"62 - Computer programming, consultancy and related activities\",\n                            \"nic4Digit\": \"6201 - Computer programming activities\",\n                            \"nic5Digit\": \"62011 - Writing , modifying, testing of computer program to meet the needs of a particular client excluding web-page designing\",\n                            \"activity\": \"Services\",\n                            \"date\": \"15/09/2024\"\n                        }\n                    ],\n                    \"pdf\": \"https://in.staging.decentro.tech/v2/common/download/XXXXXXXX.pdf\"\n                }\n            ]\n        }\n    },\n    \"message\": \"Successfully Completed Hyperstream\",\n    \"reference_id\": \"76052895-1c95-4b88-97b8-98e33c5ddca3\"\n}"},{"id":"5d99af98-8723-4a43-92b3-499678f06053","name":"CKYC Prefill","originalRequest":{"method":"POST","header":[{"key":"client_id","value":"YOUR_CLIENT_ID","description":"Decentro assigned client_id for the company","type":"text"},{"key":"client_secret","value":"YOUR_CLIENT_SECRET","description":"Decentro assigned client_secret for the company","type":"text"},{"key":"module_secret","value":"{{kyc_module_secret}}","description":"Decentro assigned module_secret for the company","type":"text","disabled":true},{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"reference_id\": \"HYPERSTREAMS123\",\n    \"hyperstream\": \"CKYC_PREFILL\",\n    \"initial_input\": {\n        \"full_name\": \"John Doe\",\n        \"mobile_number\": \"9999999999\"\n    },\n    \"consent\": true,\n    \"consent_purpose\": \"To open a savings account.\"\n}","options":{"raw":{"language":"json"}}},"url":"https://in.staging.decentro.tech/synchronous/hyperstream-executor"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"hyperstream_txn_id\": \"XXXXXXXXX\",\n    \"status\": \"SUCCESS\",\n    \"http_status_code\": 200,\n    \"response_key\": \"success_hyperstream\",\n    \"message\": \"Successfully executed CKYC_PREFILL Hyperstream\",\n    \"data\": {\n        \"OPTIONAL_MOBILE_TO_VPA\": {\n            \"consent\": true,\n            \"consent_purpose\": \"A VALID PURPOSE MESSAGE\",\n            \"reference_id\": \"XXXXXXXXXX\",\n            \"mobile_number\": \"XXXXXXX\",\n            \"full_name\": \"XXXXXXXXXX\"\n        },\n        \"DATA_PULL\": {\n            \"mobile_number\": \"XXXXXXXXX\",\n            \"full_name\": \"XXXXXXXXX\",\n            \"auth_factor_type\": 1,\n            \"auth_factor\": \"XXXXXXXX\",\n            \"document_type\": \"XXXXXX\",\n            \"id_number\": \"XXXXXXXX\",\n            \"personal_details\": {\n                \"full_name\": \"XXXXXXXX\",\n                \"dob\": \"XXXXXXXXX\",\n                \"total_income\": \"XXXXXXXX\",\n                \"occupation\": \"\",\n                \"age\": \"XXXXXXXX\"\n            },\n            \"identity_details\": {\n                \"PAN\": [\n                    {\n                        \"id_type\": \"PAN\",\n                        \"identity_number\": \"XXXXXXXXX\"\n                    }\n                ],\n                \"PASSPORT\": [\n                    {\n                        \"id_type\": \"PASSPORT\",\n                        \"identity_number\": \"XXXXXXXX\"\n                    }\n                ],\n                \"DRIVING_LICENSE\": [],\n                \"VOTER_ID\": [],\n                \"AADHAAR\": [],\n                \"RATION_CARD\": [],\n                \"OTHER\": []\n            },\n            \"phone_details\": [\n                {\n                    \"number\": \"XXXXXXXXXXX\",\n                    \"phone_type\": \"M\",\n                    \"reported_date\": \"2024-02-25\"\n                }\n            ],\n            \"address_details\": [\n                {\n                    \"address\": \"XXXXXXX\",\n                    \"state\": \"XXXXXX\",\n                    \"address_type\": \"Owns\",\n                    \"pincode\": \"XXXXXXX\",\n                    \"reported_date\": \"YYYY-MM-DD\"\n                }\n            ],\n            \"email_details\": [\n                {\n                    \"email_address\": \"XXXXXXXXXX\",\n                    \"reported_date\": \"2024-02-25\"\n                }\n            ]\n        },\n        \"CKYC_SEARCH\": {\n            \"id_type\": \"CKYC\",\n            \"id_number\": \"XXXXXXXX\",\n            \"full_name\": \"XXXXXXXXX\",\n            \"age\": \"XX\",\n            \"kyc_date\": \"XXXXXXX\",\n            \"updated_date\": \"XXXXXX\",\n            \"fathers_name\": \"XXXXXXXX\",\n            \"photo\": \"XXXXX\",\n            \"identity_details\": {\n                \"identity\": [\n                    {\n                        \"status\": \"03\",\n                        \"type\": \"Passport\"\n                    },\n                    {\n                        \"status\": \"03\",\n                        \"type\": \"Aadhaar\"\n                    },\n                    {\n                        \"status\": \"03\",\n                        \"type\": \"H\"\n                    },\n                    {\n                        \"status\": \"03\",\n                        \"type\": \"PAN\"\n                    }\n                ]\n            },\n            \"auth_factor_type\": 1,\n            \"auth_factor\": \"YYYY-MM-DD\"\n        },\n        \"CKYC_DOWNLOAD\": {\n            \"decentroTxnId\": \"DECXXXXXXXXXXXXXXXXXXXXXXXXXXX\",\n            \"status\": \"SUCCESS\",\n            \"responseCode\": \"S00000\",\n            \"data\": {\n                \"kycStatus\": \"SUCCESS\",\n                \"kycResult\": {\n                    \"personalIdentifiableData\": {\n                        \"personalDetails\": {\n                            \"constituitonType\": \"Individual\",\n                            \"accountType\": \"Normal\",\n                            \"ckycNo\": \"XXXXXXXXXXXXXX\",\n                            \"prefix\": \"MR\",\n                            \"firstName\": \"CARL\",\n                            \"lastName\": \"SMITH\",\n                            \"fullName\": \"MR CARL SMITH\",\n                            \"fatherOrSpouse\": \"FATHER\",\n                            \"fatherPrefix\": \"MR\",\n                            \"fatherFname\": \"JON\",\n                            \"fatherLname\": \"SMITH\",\n                            \"fatherFullname\": \"MR JON SMITH\",\n                            \"motherPrefix\": \"MRS\",\n                            \"motherFname\": \"MARY\",\n                            \"motherLname\": \"SMITH\",\n                            \"motherFullname\": \"MRS MARY SMITH\",\n                            \"gender\": \"MALE\",\n                            \"dob\": \"DD-MM-YYYY\",\n                            \"pan\": \"XXXXXXXXXX\",\n                            \"permLine1\": \"S/O JON SMITH\",\n                            \"permLine2\": \"MAPLE APARTMENT FLAT 407 INDIRANAGAR 1ST STAGE\",\n                            \"permCity\": \"BENGALURU URBAN\",\n                            \"permDist\": \"BENGALURU URBAN\",\n                            \"permState\": \"KA\",\n                            \"permCountry\": \"IN\",\n                            \"permPin\": \"560038\",\n                            \"permPoa\": \"Proof of Possession of Aadhaar\",\n                            \"permCorresSameflag\": \"Y\",\n                            \"corresLine1\": \"S/O JON SMITH\",\n                            \"corresLine2\": \"MAPLE APARTMENT FLAT 407 INDIRANAGAR 1ST STAGE\",\n                            \"corresCity\": \"BENGALURU URBAN\",\n                            \"corresDist\": \"BENGALURU URBAN\",\n                            \"corresState\": \"KA\",\n                            \"corresCountry\": \"IN\",\n                            \"corresPin\": \"560038\",\n                            \"mobNum\": \"XXXXXXXXXX\",\n                            \"email\": \"CARLSMITH@MAIL.COM\",\n                            \"decDate\": \"DD-MM-YYYY\",\n                            \"decPlace\": \"BANGALORE\",\n                            \"kycDate\": \"********\",\n                            \"docSub\": \"Certified Copies\",\n                            \"kycName\": \"********\",\n                            \"kycDesignation\": \"********\",\n                            \"kycBranch\": \"********\",\n                            \"kycEmpcode\": \"********\",\n                            \"numIdentity\": \"1\",\n                            \"numRelated\": \"0\",\n                            \"numImages\": \"4\"\n                        },\n                        \"identityDetails\": {\n                            \"identity\": {\n                                \"sequenceNo\": \"1\",\n                                \"identityType\": \"PAN\",\n                                \"identityNumber\": \"XXXXXXXXXX\",\n                                \"idVerificationStatus\": \"NO\"\n                            }\n                        },\n                        \"imageDetails\": {\n                            \"image\": [\n                                {\n                                    \"sequenceNo\": \"1\",\n                                    \"imageType\": \"JPG\",\n                                    \"imageCode\": \"Photograph\",\n                                    \"globalFlag\": \"GLOBAL\",\n                                    \"branchCode\": \"BLR\",\n                                    \"imageData\": \"<base_64_string>\"\n                                },\n                                {\n                                    \"sequenceNo\": \"2\",\n                                    \"imageType\": \"PDF\",\n                                    \"imageCode\": \"PAN\",\n                                    \"globalFlag\": \"GLOBAL\",\n                                    \"branchCode\": \"BLR\",\n                                    \"imageData\": \"<base_64_string>\"\n                                },\n                                {\n                                    \"sequenceNo\": \"3\",\n                                    \"imageType\": \"JPG\",\n                                    \"imageCode\": \"Proof of Possession of Aadhaar\",\n                                    \"globalFlag\": \"GLOBAL\",\n                                    \"branchCode\": \"BLR\",\n                                    \"imageData\": \"<base_64_string>\"\n                                },\n                                {\n                                    \"sequenceNo\": \"4\",\n                                    \"imageType\": \"JPG\",\n                                    \"imageCode\": \"Passport\",\n                                    \"globalFlag\": \"GLOBAL\",\n                                    \"branchCode\": \"BLR\",\n                                    \"imageData\": \"<base_64_string>\"\n                                },\n                                {\n                                    \"sequenceNo\": \"5\",\n                                    \"imageType\": \"PDF\",\n                                    \"imageCode\": \"Driving License\",\n                                    \"globalFlag\": \"GLOBAL\",\n                                    \"branchCode\": \"BLR\",\n                                    \"imageData\": \"<base_64_string>\"\n                                },\n                                {\n                                    \"sequenceNo\": \"6\",\n                                    \"imageType\": \"JPG\",\n                                    \"imageCode\": \"Voters Identity Card\",\n                                    \"globalFlag\": \"GLOBAL\",\n                                    \"branchCode\": \"BLR\",\n                                    \"imageData\": \"<base_64_string>\"\n                                },\n                                {\n                                    \"sequenceNo\": \"7\",\n                                    \"imageType\": \"JPG\",\n                                    \"imageCode\": \"Signature\",\n                                    \"globalFlag\": \"GLOBAL\",\n                                    \"branchCode\": \"BLR\",\n                                    \"imageData\": \"<base_64_string>\"\n                                }\n                            ]\n                        }\n                    }\n                },\n                \"message\": \"KYC Details for CKYC retrieved successfully.\"\n            },\n            \"responseKey\": \"success_ckyc_download\"\n        }\n    },\n    \"reference_id\": \"XXXXXXXX\"\n}"},{"id":"f65c16bf-7804-4635-be64-8a90ec6ae5ea","name":"Sync HyperStreams","originalRequest":{"method":"POST","header":[{"key":"client_id","value":"YOUR_CLIENT_ID","description":"Decentro assigned client_id for the company","type":"text"},{"key":"client_secret","value":"YOUR_CLIENT_SECRET","description":"Decentro assigned client_secret for the company","type":"text"},{"key":"module_secret","value":"{{kyc_module_secret}}","description":"Decentro assigned module_secret for the company","type":"text","disabled":true},{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"reference_id\": \"HYPERSTREAMS123\",\n    \"hyperstream\": \"CKYC_PREFILL\",\n    \"initial_input\": {\n        \"mobile_number\": \"9999999999\"\n    },\n    \"consent\": true,\n    \"consent_purpose\": \"To open a savings account.\"\n}","options":{"raw":{"language":"json"}}},"url":"https://in.staging.decentro.tech/synchronous/hyperstream-executor"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[{"expires":"Invalid Date","domain":"","path":""}],"responseTime":null,"body":"{\n    \"hyperstream_txn_id\": \"XXXXXXXXX\",\n    \"status\": \"SUCCESS\",\n    \"http_status_code\": 200,\n    \"response_key\": \"success_hyperstream\",\n    \"message\": \"Successfully executed CKYC_PREFILL Hyperstream\",\n    \"data\": {\n        \"OPTIONAL_MOBILE_TO_VPA\": {\n            \"consent\": true,\n            \"consent_purpose\": \"A VALID PURPOSE MESSAGE\",\n            \"reference_id\": \"XXXXXXXXXX\",\n            \"mobile_number\": \"XXXXXXX\",\n            \"full_name\": \"XXXXXXXXXX\"\n        },\n        \"DATA_PULL\": {\n            \"mobile_number\": \"XXXXXXXXX\",\n            \"full_name\": \"XXXXXXXXX\",\n            \"auth_factor_type\": 1,\n            \"auth_factor\": \"XXXXXXXX\",\n            \"document_type\": \"XXXXXX\",\n            \"id_number\": \"XXXXXXXX\",\n            \"personal_details\": {\n                \"full_name\": \"XXXXXXXX\",\n                \"dob\": \"XXXXXXXXX\",\n                \"total_income\": \"XXXXXXXX\",\n                \"occupation\": \"\",\n                \"age\": \"XXXXXXXX\"\n            },\n            \"identity_details\": {\n                \"PAN\": [\n                    {\n                        \"id_type\": \"PAN\",\n                        \"identity_number\": \"XXXXXXXXX\"\n                    }\n                ],\n                \"PASSPORT\": [\n                    {\n                        \"id_type\": \"PASSPORT\",\n                        \"identity_number\": \"XXXXXXXX\"\n                    }\n                ],\n                \"DRIVING_LICENSE\": [],\n                \"VOTER_ID\": [],\n                \"AADHAAR\": [],\n                \"RATION_CARD\": [],\n                \"OTHER\": []\n            },\n            \"phone_details\": [\n                {\n                    \"number\": \"XXXXXXXXXXX\",\n                    \"phone_type\": \"M\",\n                    \"reported_date\": \"2024-02-25\"\n                }\n            ],\n            \"address_details\": [\n                {\n                    \"address\": \"XXXXXXX\",\n                    \"state\": \"XXXXXX\",\n                    \"address_type\": \"Owns\",\n                    \"pincode\": \"XXXXXXX\",\n                    \"reported_date\": \"YYYY-MM-DD\"\n                }\n            ],\n            \"email_details\": [\n                {\n                    \"email_address\": \"XXXXXXXXXX\",\n                    \"reported_date\": \"2024-02-25\"\n                }\n            ]\n        },\n        \"CKYC_SEARCH\": {\n            \"id_type\": \"CKYC\",\n            \"id_number\": \"XXXXXXXX\",\n            \"full_name\": \"XXXXXXXXX\",\n            \"age\": \"XX\",\n            \"kyc_date\": \"XXXXXXX\",\n            \"updated_date\": \"XXXXXX\",\n            \"fathers_name\": \"XXXXXXXX\",\n            \"photo\": \"XXXXX\",\n            \"identity_details\": {\n                \"identity\": [\n                    {\n                        \"status\": \"03\",\n                        \"type\": \"Passport\"\n                    },\n                    {\n                        \"status\": \"03\",\n                        \"type\": \"Aadhaar\"\n                    },\n                    {\n                        \"status\": \"03\",\n                        \"type\": \"H\"\n                    },\n                    {\n                        \"status\": \"03\",\n                        \"type\": \"PAN\"\n                    }\n                ]\n            },\n            \"auth_factor_type\": 1,\n            \"auth_factor\": \"YYYY-MM-DD\"\n        },\n        \"CKYC_DOWNLOAD\": {\n            \"decentroTxnId\": \"DECXXXXXXXXXXXXXXXXXXXXXXXXXXX\",\n            \"status\": \"SUCCESS\",\n            \"responseCode\": \"S00000\",\n            \"data\": {\n                \"kycStatus\": \"SUCCESS\",\n                \"kycResult\": {\n                    \"personalIdentifiableData\": {\n                        \"personalDetails\": {\n                            \"constituitonType\": \"Individual\",\n                            \"accountType\": \"Normal\",\n                            \"ckycNo\": \"XXXXXXXXXXXXXX\",\n                            \"prefix\": \"MR\",\n                            \"firstName\": \"CARL\",\n                            \"lastName\": \"SMITH\",\n                            \"fullName\": \"MR CARL SMITH\",\n                            \"fatherOrSpouse\": \"FATHER\",\n                            \"fatherPrefix\": \"MR\",\n                            \"fatherFname\": \"JON\",\n                            \"fatherLname\": \"SMITH\",\n                            \"fatherFullname\": \"MR JON SMITH\",\n                            \"motherPrefix\": \"MRS\",\n                            \"motherFname\": \"MARY\",\n                            \"motherLname\": \"SMITH\",\n                            \"motherFullname\": \"MRS MARY SMITH\",\n                            \"gender\": \"MALE\",\n                            \"dob\": \"DD-MM-YYYY\",\n                            \"pan\": \"XXXXXXXXXX\",\n                            \"permLine1\": \"S/O JON SMITH\",\n                            \"permLine2\": \"MAPLE APARTMENT FLAT 407 INDIRANAGAR 1ST STAGE\",\n                            \"permCity\": \"BENGALURU URBAN\",\n                            \"permDist\": \"BENGALURU URBAN\",\n                            \"permState\": \"KA\",\n                            \"permCountry\": \"IN\",\n                            \"permPin\": \"560038\",\n                            \"permPoa\": \"Proof of Possession of Aadhaar\",\n                            \"permCorresSameflag\": \"Y\",\n                            \"corresLine1\": \"S/O JON SMITH\",\n                            \"corresLine2\": \"MAPLE APARTMENT FLAT 407 INDIRANAGAR 1ST STAGE\",\n                            \"corresCity\": \"BENGALURU URBAN\",\n                            \"corresDist\": \"BENGALURU URBAN\",\n                            \"corresState\": \"KA\",\n                            \"corresCountry\": \"IN\",\n                            \"corresPin\": \"560038\",\n                            \"mobNum\": \"XXXXXXXXXX\",\n                            \"email\": \"CARLSMITH@MAIL.COM\",\n                            \"decDate\": \"DD-MM-YYYY\",\n                            \"decPlace\": \"BANGALORE\",\n                            \"kycDate\": \"********\",\n                            \"docSub\": \"Certified Copies\",\n                            \"kycName\": \"********\",\n                            \"kycDesignation\": \"********\",\n                            \"kycBranch\": \"********\",\n                            \"kycEmpcode\": \"********\",\n                            \"numIdentity\": \"1\",\n                            \"numRelated\": \"0\",\n                            \"numImages\": \"4\"\n                        },\n                        \"identityDetails\": {\n                            \"identity\": {\n                                \"sequenceNo\": \"1\",\n                                \"identityType\": \"PAN\",\n                                \"identityNumber\": \"XXXXXXXXXX\",\n                                \"idVerificationStatus\": \"NO\"\n                            }\n                        },\n                        \"imageDetails\": {\n                            \"image\": [\n                                {\n                                    \"sequenceNo\": \"1\",\n                                    \"imageType\": \"JPG\",\n                                    \"imageCode\": \"Photograph\",\n                                    \"globalFlag\": \"GLOBAL\",\n                                    \"branchCode\": \"BLR\",\n                                    \"imageData\": \"<base_64_string>\"\n                                },\n                                {\n                                    \"sequenceNo\": \"2\",\n                                    \"imageType\": \"PDF\",\n                                    \"imageCode\": \"PAN\",\n                                    \"globalFlag\": \"GLOBAL\",\n                                    \"branchCode\": \"BLR\",\n                                    \"imageData\": \"<base_64_string>\"\n                                },\n                                {\n                                    \"sequenceNo\": \"3\",\n                                    \"imageType\": \"JPG\",\n                                    \"imageCode\": \"Proof of Possession of Aadhaar\",\n                                    \"globalFlag\": \"GLOBAL\",\n                                    \"branchCode\": \"BLR\",\n                                    \"imageData\": \"<base_64_string>\"\n                                },\n                                {\n                                    \"sequenceNo\": \"4\",\n                                    \"imageType\": \"JPG\",\n                                    \"imageCode\": \"Passport\",\n                                    \"globalFlag\": \"GLOBAL\",\n                                    \"branchCode\": \"BLR\",\n                                    \"imageData\": \"<base_64_string>\"\n                                },\n                                {\n                                    \"sequenceNo\": \"5\",\n                                    \"imageType\": \"PDF\",\n                                    \"imageCode\": \"Driving License\",\n                                    \"globalFlag\": \"GLOBAL\",\n                                    \"branchCode\": \"BLR\",\n                                    \"imageData\": \"<base_64_string>\"\n                                },\n                                {\n                                    \"sequenceNo\": \"6\",\n                                    \"imageType\": \"JPG\",\n                                    \"imageCode\": \"Voters Identity Card\",\n                                    \"globalFlag\": \"GLOBAL\",\n                                    \"branchCode\": \"BLR\",\n                                    \"imageData\": \"<base_64_string>\"\n                                },\n                                {\n                                    \"sequenceNo\": \"7\",\n                                    \"imageType\": \"JPG\",\n                                    \"imageCode\": \"Signature\",\n                                    \"globalFlag\": \"GLOBAL\",\n                                    \"branchCode\": \"BLR\",\n                                    \"imageData\": \"<base_64_string>\"\n                                }\n                            ]\n                        }\n                    }\n                },\n                \"message\": \"KYC Details for CKYC retrieved successfully.\"\n            },\n            \"responseKey\": \"success_ckyc_download\"\n        }\n    },\n    \"reference_id\": \"XXXXXXXX\"\n}"}],"_postman_id":"e4db1558-1664-404f-9d20-df98d66901f2"},{"name":"Async Udyam Fetch HyperStreams","id":"0ac460f5-7c7e-4906-a8f1-62ef9ef5f895","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"POST","header":[{"key":"client_id","value":"YOUR_CLIENT_ID","description":"<p>Decentro assigned client_id for the company</p>\n","type":"text"},{"key":"client_secret","value":"YOUR_CLIENT_SECRET","description":"<p>Decentro assigned client_secret for the company</p>\n","type":"text"},{"key":"module_secret","value":"{{kyc_module_secret}}","description":"<p>Decentro assigned module_secret for the company</p>\n","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"reference_id\": \"e7b850d2-5f34-43a2-8ea0-7391e88063b6\",\n    \"consent\": true,\n    \"consent_purpose\": \"A VALID PURPOSE MESSAGE\",\n    \"hyperstream\": \"UDYAM_FETCH\",\n    \"callback_url\": \"https://webhook.decentro.tech/2925e33d-3f80-4868-a823-f681947a32c3\",\n    \"initial_input\": {\n        \"mobile_number\": \"9076694353\",\n\t\t\"fetch_owner_name\": false\n    }\n}","options":{"raw":{"language":"json"}}},"url":"{{base_url_india}}/asynchronous/hyperstream-executor","urlObject":{"path":["asynchronous","hyperstream-executor"],"host":["{{base_url_india}}"],"query":[],"variable":[]}},"response":[{"id":"62e41b65-3f0b-4709-80ee-d45835774144","name":"MASTER_HYPERSTREAM","originalRequest":{"method":"POST","header":[{"key":"client_id","value":"YOUR_CLIENT_ID","type":"text","description":"Decentro assigned client_id for the company"},{"key":"client_secret","value":"YOUR_CLIENT_SECRET","type":"text","description":"Decentro assigned client_secret for the company"},{"key":"module_secret","value":"{{kyc_module_secret}}","type":"text","description":"Decentro assigned module_secret for the company"},{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"reference_id\": \"a0278815-a34a-4f82-a60a-008e145ff374\",\n    \"consent\": true,\n    \"consent_purpose\": \"A VALID PURPOSE MESSAGE\",\n    \"hyperstream\": \"<HYPERSTREAM_CODE>\",\n    \"initial_input\": {} // Look at the examples for valid `initial_input` objects\n}","options":{"raw":{"language":"json"}}},"url":"https://in.staging.decentro.tech/synchronous/hyperstream-executor"},"_postman_previewlanguage":null,"header":null,"cookie":[],"responseTime":null,"body":null},{"id":"525ee21d-1625-4671-a9cd-97af45ede99f","name":"ADVANCED_OCR","originalRequest":{"method":"POST","header":[{"key":"client_id","value":"YOUR_CLIENT_ID","type":"text","description":"Decentro assigned client_id for the company"},{"key":"client_secret","value":"YOUR_CLIENT_SECRET","type":"text","description":"Decentro assigned client_secret for the company"},{"key":"module_secret","value":"{{kyc_module_secret}}","type":"text","description":"Decentro assigned module_secret for the company"},{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"reference_id\": \"DEC001\",\n    \"consent\": true,\n    \"consent_purpose\": \"To onboard user into platform\",\n    \"hyperstream\": \"ADVANCED_OCR\",\n    \"initial_input\": {\n        \"image\": \"XXXXXXXXXXXXXX\"\n    }\n}","options":{"raw":{"language":"json"}}},"url":"https://in.staging.decentro.tech/synchronous/hyperstream-executor"},"_postman_previewlanguage":null,"header":null,"cookie":[],"responseTime":null,"body":null}],"_postman_id":"0ac460f5-7c7e-4906-a8f1-62ef9ef5f895"},{"name":"Employer email verification","id":"575b1c15-1e1a-412f-bf2f-f338bf0c64ad","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"POST","header":[{"key":"accept","value":"application/json"},{"key":"content-type","value":"application/json"}],"body":{"mode":"raw","raw":"\n{\n  \"reference_id\": \"HYPERSTREAMS123\",\n  \"hyperstream\": \"COMPANY_EMAIL_VERIFICATION\",\n  \"initial_input\": {\n    \"email\": \"kush@decentro.tech\",\n    \"employer_name\": \"DECENTRO TECH\"\n  },\n  \"consent\": true,\n  \"consent_purpose\": \"To open a savings account\"\n}\n","options":{"raw":{"language":"json"}}},"url":"https://in.staging.decentro.tech/synchronous/hyperstream-executor#employment-verification","urlObject":{"protocol":"https","path":["synchronous","hyperstream-executor"],"hash":"employment-verification","host":["in","staging","decentro","tech"],"query":[],"variable":[]}},"response":[],"_postman_id":"575b1c15-1e1a-412f-bf2f-f338bf0c64ad"},{"name":"CKYC_MATCHING","id":"7f699312-c759-47c2-9843-f5e80d32190a","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"reference_id\": \"ba7d5a8a-4761-44bc-b034-43d349573c76\",\n    \"hyperstream\": \"CKYC_MATCHING\",\n    \"initial_input\": {\n        \"full_name\": \"Kushal Gambhir\",\n        \"id_number\": \"AVPPG6773J\",\n        \"auth_factor\": \"1991-12-22\",\n        \"auth_factor_type\": 1,\n        \"document_type\": \"PAN\"\n    },\n    \"matching_input\":{\n        \"full_name\": {\n            \"threshold\": 50,\n            \"value\": \"Kushal\"\n        }\n    },\n    \"consent\": true,\n    \"consent_purpose\": \"To open a savings account\"\n}\n","options":{"raw":{"language":"json"}}},"url":"https://in.decentro.tech/synchronous/hyperstream-executor","urlObject":{"protocol":"https","path":["synchronous","hyperstream-executor"],"host":["in","decentro","tech"],"query":[],"variable":[]}},"response":[],"_postman_id":"7f699312-c759-47c2-9843-f5e80d32190a"}],"id":"8575b501-7834-4197-9844-2678629af6da","_postman_id":"8575b501-7834-4197-9844-2678629af6da","description":""}],"id":"47952650-362e-4c17-ac84-be4c48ff03fb","_postman_id":"47952650-362e-4c17-ac84-be4c48ff03fb","description":""},{"name":"Identities","item":[{"name":"Verification Services","item":[{"name":"Customer Verification","item":[{"name":"Customer Verification","id":"ae6c5126-2c27-47b6-9ca4-575261ea7728","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"POST","header":[{"key":"client_id","value":"YOUR_CLIENT_ID","description":"<p>Decentro assigned client_id for the company</p>\n","type":"text"},{"key":"client_secret","value":"YOUR_CLIENT_SECRET","description":"<p>Decentro assigned client_secret for the company</p>\n","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"reference_id\": \"3f26afa1-969e-4314-8ece-dc3d2dda63d0\",\n    \"document_type\": \"<valid_document_type>\",\n    \"id_number\": \"XXXXXXXXXXX\",\n    \"consent\": \"Y\",\n    \"consent_purpose\": \"For bank account purpose only\"\n}","options":{"raw":{"language":"json"}}},"url":"{{base_url_india}}/kyc/public_registry/validate","description":"<p>Validate and fetch details linked to a customer's national ID / document like PAN / Aadhaar etc, from the government database</p>\n","urlObject":{"path":["kyc","public_registry","validate"],"host":["{{base_url_india}}"],"query":[],"variable":[]}},"response":[{"id":"7b37bf1f-8574-404c-9aea-6717525f0bd9","name":"Success: PAN","originalRequest":{"method":"POST","header":[{"key":"client_id","value":"<your_client_id>","type":"text","description":"Decentro assigned client_id for the company"},{"key":"client_secret","value":"<your_client_secret>","type":"text","description":"Decentro assigned client_secret for the company"},{"key":"module_secret","value":"<your_module_secret>","type":"text","description":"Decentro assigned module_secret for the company"},{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"reference_id\": \"0000-0000-0000-2005\",\n    \"document_type\": \"PAN\",\n    \"id_number\": \"XXXXXXXXXX\",\n    \"consent\": \"Y\",\n    \"consent_purpose\": \"For bank account purpose only\"\n}","options":{"raw":{"language":"json"}}},"url":"https://in.staging.decentro.tech/kyc/public_registry/validate"},"code":200,"_postman_previewlanguage":"json","header":null,"cookie":[],"responseTime":null,"body":"{\n    \"kycStatus\": \"SUCCESS\",\n    \"status\": \"SUCCESS\",\n    \"message\": \"KYC Details for PAN retrieved successfully\",\n    \"kycResult\": {\n        \"idNumber\": \"XXXXXXXXXX\",\n        \"idStatus\": \"VALID\",\n        \"name\": \"AMAZON SELLER SERVICES PRIVATE LIMITED\"\n    },\n    \"responseKey\": \"success_pan\",\n    \"responseCode\": \"S00000\",\n    \"requestTimestamp\": \"2020-07-24 21:25:20.778016 IST (GMT +0530)\",\n    \"responseTimestamp\": \"2020-07-24 21:25:21.991470 IST (GMT +0530)\",\n    \"decentroTxnId\": \"DECXXXXXXXXXXXXXXXXXXXXXXXXXXX\"\n}"}],"_postman_id":"ae6c5126-2c27-47b6-9ca4-575261ea7728"}],"id":"2d4c3700-9003-470e-adf0-1a8b3f415235","_postman_id":"2d4c3700-9003-470e-adf0-1a8b3f415235","description":""},{"name":"Business Verification","item":[{"name":"Shop establishment","id":"5c681c64-89ca-46d6-b272-677614becc57","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"POST","header":[{"key":"client_id","value":"YOUR_CLIENT_ID","description":"<p>Decentro assigned client_id for the company</p>\n","type":"text"},{"key":"client_secret","value":"YOUR_CLIENT_SECRET","description":"<p>Decentro assigned client_secret for the company</p>\n","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"reference_id\": \"f8fb614b-9731-4fc5-95f5-6eda6bec06dd\",\n    \"state_code\": \"KA\",\n    \"id_number\": \"34/156/CE/0058/2023\",\n    \"category\": \"COMMERCAL\",\n    \"consent\": true,\n    \"purpose\": \"For bank account purpose only\"\n}","options":{"raw":{"language":"json"}}},"url":"{{base_url_india}}/v2/kyc/identities/business-verification/shop-establishment","description":"<p>Validate and fetch details linked to a customer's national ID / document like PAN / Aadhaar etc, from the government database</p>\n","urlObject":{"path":["v2","kyc","identities","business-verification","shop-establishment"],"host":["{{base_url_india}}"],"query":[],"variable":[]}},"response":[{"id":"2f41f357-04ea-4703-9ecb-10fdf64edadb","name":"Success: PAN","originalRequest":{"method":"POST","header":[{"key":"client_id","value":"<your_client_id>","type":"text","description":"Decentro assigned client_id for the company"},{"key":"client_secret","value":"<your_client_secret>","type":"text","description":"Decentro assigned client_secret for the company"},{"key":"module_secret","value":"<your_module_secret>","type":"text","description":"Decentro assigned module_secret for the company"},{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"reference_id\": \"0000-0000-0000-2005\",\n    \"document_type\": \"PAN\",\n    \"id_number\": \"XXXXXXXXXX\",\n    \"consent\": \"Y\",\n    \"consent_purpose\": \"For bank account purpose only\"\n}","options":{"raw":{"language":"json"}}},"url":"https://in.staging.decentro.tech/kyc/public_registry/validate"},"code":200,"_postman_previewlanguage":"json","header":null,"cookie":[],"responseTime":null,"body":"{\n    \"kycStatus\": \"SUCCESS\",\n    \"status\": \"SUCCESS\",\n    \"message\": \"KYC Details for PAN retrieved successfully\",\n    \"kycResult\": {\n        \"idNumber\": \"XXXXXXXXXX\",\n        \"idStatus\": \"VALID\",\n        \"name\": \"AMAZON SELLER SERVICES PRIVATE LIMITED\"\n    },\n    \"responseKey\": \"success_pan\",\n    \"responseCode\": \"S00000\",\n    \"requestTimestamp\": \"2020-07-24 21:25:20.778016 IST (GMT +0530)\",\n    \"responseTimestamp\": \"2020-07-24 21:25:21.991470 IST (GMT +0530)\",\n    \"decentroTxnId\": \"DECXXXXXXXXXXXXXXXXXXXXXXXXXXX\"\n}"}],"_postman_id":"5c681c64-89ca-46d6-b272-677614becc57"},{"name":"Business Verification Copy","id":"395bdc55-5e23-4fe7-bd51-d8c65f2f7f5f","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"POST","header":[{"key":"client_id","value":"YOUR_CLIENT_ID","description":"<p>Decentro assigned client_id for the company</p>\n","type":"text"},{"key":"client_secret","value":"YOUR_CLIENT_SECRET","description":"<p>Decentro assigned client_secret for the company</p>\n","type":"text"},{"key":"module_secret","value":"{{kyc_module_secret}}","description":"<p>Decentro assigned module_secret for the company</p>\n","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"reference_id\": \"43e87f99-ccca-4811-a13f-312f276620d7\",\n    \"document_type\": \"CIN\",\n    \"id_number\": \"U74900TN2015PTC100000\",\n    \"consent\": \"Y\",\n    \"consent_purpose\": \"For bank account purpose only\"\n}","options":{"raw":{"language":"json"}}},"url":"{{base_url_india}}/kyc/public_registry/validate","description":"<p>Validate and fetch details linked to a customer's national ID / document like PAN / Aadhaar etc, from the government database</p>\n","urlObject":{"path":["kyc","public_registry","validate"],"host":["{{base_url_india}}"],"query":[],"variable":[]}},"response":[{"id":"29aea062-49d8-4887-bb65-beb691c6c100","name":"Success: PAN","originalRequest":{"method":"POST","header":[{"key":"client_id","value":"<your_client_id>","type":"text","description":"Decentro assigned client_id for the company"},{"key":"client_secret","value":"<your_client_secret>","type":"text","description":"Decentro assigned client_secret for the company"},{"key":"module_secret","value":"<your_module_secret>","type":"text","description":"Decentro assigned module_secret for the company"},{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"reference_id\": \"0000-0000-0000-2005\",\n    \"document_type\": \"PAN\",\n    \"id_number\": \"XXXXXXXXXX\",\n    \"consent\": \"Y\",\n    \"consent_purpose\": \"For bank account purpose only\"\n}","options":{"raw":{"language":"json"}}},"url":"https://in.staging.decentro.tech/kyc/public_registry/validate"},"code":200,"_postman_previewlanguage":"json","header":null,"cookie":[],"responseTime":null,"body":"{\n    \"kycStatus\": \"SUCCESS\",\n    \"status\": \"SUCCESS\",\n    \"message\": \"KYC Details for PAN retrieved successfully\",\n    \"kycResult\": {\n        \"idNumber\": \"XXXXXXXXXX\",\n        \"idStatus\": \"VALID\",\n        \"name\": \"AMAZON SELLER SERVICES PRIVATE LIMITED\"\n    },\n    \"responseKey\": \"success_pan\",\n    \"responseCode\": \"S00000\",\n    \"requestTimestamp\": \"2020-07-24 21:25:20.778016 IST (GMT +0530)\",\n    \"responseTimestamp\": \"2020-07-24 21:25:21.991470 IST (GMT +0530)\",\n    \"decentroTxnId\": \"DECXXXXXXXXXXXXXXXXXXXXXXXXXXX\"\n}"}],"_postman_id":"395bdc55-5e23-4fe7-bd51-d8c65f2f7f5f"}],"id":"db3e9481-b9a7-4b8e-9b4d-182260ff2703","_postman_id":"db3e9481-b9a7-4b8e-9b4d-182260ff2703","description":""},{"name":"Employment Verification","item":[{"name":"Email Verification","id":"791e2162-f4ff-4029-8292-57acbee7b3c7","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"client_id","value":"YOUR_CLIENT_ID"},{"key":"client_secret","value":"YOUR_CLIENT_SECRET"},{"key":"module_secret","value":"{{kyc_module_secret}}"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"reference_id\": \"cce46f64-5078-4cd6-a168-a30694f84faa\",\n    \"consent\": true,\n    \"purpose\": \"this is for testing purpose\",\n    \"email\": \"sample@decentro.tech\"\n}"},"url":"{{base_url_india}}/v2/kyc/identities/employment-verification/email","urlObject":{"path":["v2","kyc","identities","employment-verification","email"],"host":["{{base_url_india}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"791e2162-f4ff-4029-8292-57acbee7b3c7"}],"id":"fb4780b0-d9aa-4b5b-b9e5-af1e45a54d6d","_postman_id":"fb4780b0-d9aa-4b5b-b9e5-af1e45a54d6d","description":""},{"name":"Professional Verification","item":[{"name":"NMC","id":"bb203311-47d2-400c-a992-a4390a11f226","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"client_id","value":"YOUR_CLIENT_ID"},{"key":"client_secret","value":"YOUR_CLIENT_SECRET"},{"key":"module_secret","value":"YOUR_PREPAID_MODULE_SECRET"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"reference_id\": \"a11b191f-a53b-48a1-83b4-1a1a4ecda6d6\",\n    \"consent\": true,\n    \"purpose\": \"this is for testing purpose\",\n    \"member_id\": \"41988\",\n    \"state_council\": \"PUNJAB_MEDICAL_COUNCIL\",\n    \"year_of_admission\": \"2012\"\n}"},"url":"{{base_url_india}}/v2/kyc/professional-verification/nmc","urlObject":{"path":["v2","kyc","professional-verification","nmc"],"host":["{{base_url_india}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"bb203311-47d2-400c-a992-a4390a11f226"},{"name":"ICAI","id":"bc2e3abd-9458-48e3-b0aa-f097ae14e3f8","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"client_id","value":"YOUR_CLIENT_ID"},{"key":"client_secret","value":"YOUR_CLIENT_SECRET"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"reference_id\": \"3875fa9d-828c-4f19-b13f-aa735466214c\",\n    \"consent\": true,\n    \"purpose\": \"this is for testing purpose\",\n    \"member_id\": \"434712\"\n}"},"url":"{{base_url_india}}/v2/kyc/professional-verification/icai","urlObject":{"path":["v2","kyc","professional-verification","icai"],"host":["{{base_url_india}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"bc2e3abd-9458-48e3-b0aa-f097ae14e3f8"},{"name":"ICSI","id":"8c81c8ed-f957-4586-87d4-7b67b17707a6","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"client_id","value":"YOUR_CLIENT_ID"},{"key":"client_secret","value":"YOUR_CLIENT_SECRET"},{"key":"module_secret","value":"YOUR_PREPAID_MODULE_SECRET"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"reference_id\": \"a66aa60c-ed4a-421e-8910-2e0e970e5118\",\n    \"consent\": true,\n    \"purpose\": \"this is for testing purpose\",\n    \"member_id\": \"434712\"\n}"},"url":"{{base_url_india}}/v2/kyc/professional-verification/icsi","urlObject":{"path":["v2","kyc","professional-verification","icsi"],"host":["{{base_url_india}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"8c81c8ed-f957-4586-87d4-7b67b17707a6"}],"id":"3afa573f-f535-4ddc-993c-15c8f165dbf3","_postman_id":"3afa573f-f535-4ddc-993c-15c8f165dbf3","description":""}],"id":"03d8f72d-d3b7-41c6-964b-22dc8d9f2a25","_postman_id":"03d8f72d-d3b7-41c6-964b-22dc8d9f2a25","description":""},{"name":"DigiLocker Services","item":[{"name":"DigiLocker","item":[{"name":"Initiate Session","id":"41402974-b33a-4a0b-9fd8-37455964670a","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"client_id","value":"YOUR_CLIENT_ID","description":"<p>Decentro assigned client_id for the company</p>\n","type":"text"},{"key":"client_secret","value":"YOUR_CLIENT_SECRET","description":"<p>Decentro assigned client_secret for the company</p>\n","type":"text"},{"key":"module_secret","value":"{{kyc_module_secret}}","description":"<p>Decentro assigned module_secret for the company</p>\n","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"consent\": true,\n    \"consent_purpose\": \"for banking purpose only\",\n    \"reference_id\": \"9e2e890f-6204-4e34-b731-31c297f050f2\",\n    \"redirect_to_signup\": true,\n    \"redirect_url\": \"https://decentro.tech\",\n    \"documents_for_consent\": [\"ADHAR\", \"PANCR\", \"DRIVING_LICENSE\"]\n}","options":{"raw":{"language":"json"}}},"url":"https://in.staging.decentro.tech/v2/kyc/digilocker/initiate_session","description":"<p>This API is used to get authorization code from Digilocker.</p>\n","urlObject":{"path":["v2","kyc","digilocker","initiate_session"],"host":["https://in.staging.decentro.tech"],"query":[],"variable":[]}},"response":[{"id":"40392ac9-66ab-457b-a4f0-a1f3b08fded1","name":"Success","originalRequest":{"method":"POST","header":[{"key":"client_id","value":"<your_client_id>","description":"Decentro assigned client_id for the company","type":"text"},{"key":"client_secret","value":"<your_client_secret>","description":"Decentro assigned client_secret for the company","type":"text"},{"key":"module_secret","value":"<your_module_secret>","description":"Decentro assigned module_secret for the company","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"consent\": true,\n    \"consent_purpose\": \"for banking purpose only\",\n    \"reference_id\": \"ABCDEF12345\",\n    \"redirect_url\": \"<Redirect URL for DigiLocker>\"\n}","options":{"raw":{"language":"json"}}},"url":"https://in.staging.decentro.tech/v2/kyc/digilocker/initiate_session"},"code":200,"_postman_previewlanguage":"json","header":null,"cookie":[],"responseTime":null,"body":"{\n  \"decentroTxnId\": \"DECXXXXXXXXXXXXXXXXXXXXXXXXXXX\",\n  \"status\": \"SUCCESS\",\n  \"responseCode\": \"S00000\",\n  \"message\": \"Session created successfully.\",\n  \"data\": {\n    \"authorizationUrl\": \"<redirectUrl>\"\n  },\n  \"responseKey\": \"success_initiate_session\"\n}"}],"_postman_id":"41402974-b33a-4a0b-9fd8-37455964670a"},{"name":"List Issued Files","id":"b0de9d9f-0beb-47de-8e78-f8a1bdb2b697","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"client_id","value":"YOUR_CLIENT_ID","type":"text","description":"<p>Decentro assigned client_id for the company</p>\n"},{"key":"client_secret","value":"YOUR_CLIENT_SECRET","type":"text","description":"<p>Decentro assigned client_secret for the company</p>\n"},{"key":"module_secret","value":"{{kyc_module_secret}}","type":"text","description":"<p>Decentro assigned module_secret for the company</p>\n"},{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"initial_decentro_transaction_id\": \"DECXXXXXXXXXXXXXXXXXXXXXXXXXXX\",\n    \"consent\": true,\n    \"consent_purpose\": \"For bank account purpose only\",\n    \"reference_id\": \"0000-0000-0000-2005\"\n}","options":{"raw":{"language":"json"}}},"url":"https://in.staging.decentro.tech/v2/kyc/digilocker/issued_files","description":"<p>This API will fetch the list of issued documents in Digilocker.</p>\n","urlObject":{"path":["v2","kyc","digilocker","issued_files"],"host":["https://in.staging.decentro.tech"],"query":[],"variable":[]}},"response":[{"id":"99e2052e-1bc6-464b-8582-3d015a6fd7eb","name":"Success","originalRequest":{"method":"POST","header":[{"key":"client_id","value":"<your_client_id>","description":"Decentro assigned client_id for the company","type":"text"},{"key":"client_secret","value":"<your_client_secret>","description":"Decentro assigned client_secret for the company","type":"text"},{"key":"module_secret","value":"<your_module_secret>","description":"Decentro assigned module_secret for the company","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"initial_decentro_transaction_id\": \"DECXXXXXXXXXXXXXXXXXXXXXXXXXXX\",\n    \"consent\": true,\n    \"consent_purpose\": \"For bank account purpose only\",\n    \"reference_id\": \"0000-0000-0000-2005\"\n}","options":{"raw":{"language":"json"}}},"url":"https://in.staging.decentro.tech/v2/kyc/digilocker/issued_files"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":null,"cookie":[],"responseTime":null,"body":"{\n  \"decentroTxnId\": \"DECXXXXXXXXXXXXXXXXXXXXXXXXXXX\",\n  \"status\": \"SUCCESS\",\n  \"responseCode\": \"S00000\",\n  \"message\": \"Issued files received successfully from Digilocker\",\n  \"data\": [\n    {\n      \"name\": \"Aadhaar Card\",\n      \"type\": \"file\",\n      \"size\": \"\",\n      \"date\": \"DD-MM-YYYY\",\n      \"parent\": \"\",\n      \"mime\": [\n        \"application/pdf\"\n      ],\n      \"uri\": \"in.gov.uidai-XXXXXXXXXXXXXXXXXXXXXXX\",\n      \"doctype\": \"ADHAR\",\n      \"description\": \"Aadhaar Card\",\n      \"issuerid\": \"in.gov.uidai\",\n      \"issuer\": \"Aadhaar, Unique Identification Authority of India\"\n    }\n  ],\n  \"responseKey\": \"success_issued_files\"\n}"}],"_postman_id":"b0de9d9f-0beb-47de-8e78-f8a1bdb2b697"},{"name":"Download E-Aadhaar","id":"e4c9e77f-4ad0-439e-bfde-f61e0b52549d","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"client_id","value":"YOUR_CLIENT_ID","type":"text","description":"<p>Decentro assigned client_id for the company</p>\n"},{"key":"client_secret","value":"YOUR_CLIENT_SECRET","type":"text","description":"<p>Decentro assigned client_secret for the company</p>\n"},{"key":"module_secret","value":"{{kyc_module_secret}}","type":"text","description":"<p>Decentro assigned module_secret for the company</p>\n"},{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"initial_decentro_transaction_id\": \"DECXXXXXXXXXXXXXXXXXXXXXXXXXXX\",\n    \"consent\": true,\n    \"consent_purpose\": \"For bank account purpose only\",\n    \"reference_id\": \"ABCDEF12345\",\n    \"generate_xml\": false\n}","options":{"raw":{"language":"json"}}},"url":"https://in.staging.decentro.tech/v2/kyc/digilocker/eaadhaar","description":"<p>This API will return e-Aadhaar data in XML format. Also, you can get the XML file from DigiLocker for eAadhaar and generate a PDF for the same by passing optional paramters in the request body.</p>\n","urlObject":{"path":["v2","kyc","digilocker","eaadhaar"],"host":["https://in.staging.decentro.tech"],"query":[],"variable":[]}},"response":[{"id":"642bf06e-03ec-41bd-8a38-34d747a80080","name":"Success","originalRequest":{"method":"POST","header":[{"key":"client_id","value":"<your_client_id>","description":"Decentro assigned client_id for the company","type":"text"},{"key":"client_secret","value":"<your_client_secret>","description":"Decentro assigned client_secret for the company","type":"text"},{"key":"module_secret","value":"<your_module_secret>","description":"Decentro assigned module_secret for the company","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"initial_decentro_transaction_id\": \"DECXXXXXXXXXXXXXXXXXXXXXXXXXXX\",\n    \"consent\": true,\n    \"consent_purpose\": \"For bank account purpose only\",\n    \"reference_id\": \"ABCDEF12345\"\n}","options":{"raw":{"language":"json"}}},"url":"https://in.staging.decentro.tech/v2/kyc/digilocker/eaadhaar"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":null,"cookie":[],"responseTime":null,"body":"{\n  \"decentroTxnId\": \"DECXXXXXXXXXXXXXXXXXXXXXXXXXXX\",\n  \"status\": \"SUCCESS\",\n  \"responseCode\": \"S00000\",\n  \"message\": \"E-Aadhaar information received successfully from Digilocker\",\n  \"data\": {\n    \"aadhaarReferenceNumber\": \"\",\n    \"aadhaarUid\": \"xxxxxxxx1234\",\n    \"proofOfIdentity\": {\n      \"dob\": \"DD-MM-YYYY\",\n      \"hashedEmail\": \"\",\n      \"gender\": \"M\",\n      \"hashedMobileNumber\": \"\",\n      \"name\": \"MANISH GUPTA\"\n    },\n    \"proofOfAddress\": {\n      \"careOf\": \"\",\n      \"country\": \"India\",\n      \"district\": \"Bengaluru\",\n      \"house\": \"XXX\",\n      \"landmark\": \"\",\n      \"locality\": \"\",\n      \"pincode\": \"XXXXXX\",\n      \"postOffice\": \"\",\n      \"state\": \"Karnataka\",\n      \"street\": \"\",\n      \"subDistrict\": \"\",\n      \"vtc\": \"XXXXXXXXXXXXXXXXXXXXXXXX\"\n    },\n    \"image\": \"XXXXXXXXXXXXXXXXXXXXXXXXXXX\"\n  },\n  \"responseKey\": \"success_eaadhaar_download\"\n}"}],"_postman_id":"e4c9e77f-4ad0-439e-bfde-f61e0b52549d"},{"name":"Download File","id":"ce328b8d-231b-4d80-94d5-6e15c895a4a7","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"client_id","value":"YOUR_CLIENT_ID","type":"text","description":"<p>Decentro assigned client_id for the company</p>\n"},{"key":"client_secret","value":"YOUR_CLIENT_SECRET","type":"text","description":"<p>Decentro assigned client_secret for the company</p>\n"},{"key":"module_secret","value":"{{kyc_module_secret}}","type":"text","description":"<p>Decentro assigned module_secret for the company</p>\n"},{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"initial_decentro_transaction_id\": \"DECXXXXXXXXXXXXX\",\n    \"file_urn\": \"XXXXXXXXXXXXXX\",\n    \"consent\": true,\n    \"consent_purpose\": \"For bank account purpose only\",\n    \"reference_id\": \"0000-0000-0000-2005\"\n}","options":{"raw":{"language":"json"}}},"url":"https://in.staging.decentro.tech/v2/kyc/digilocker/file","description":"<p>This API will download a file from Digilocker from issued documents based on URN passed in the parameter.</p>\n","urlObject":{"path":["v2","kyc","digilocker","file"],"host":["https://in.staging.decentro.tech"],"query":[],"variable":[]}},"response":[{"id":"9e4ba6ba-4796-4baa-9857-b8914a8c5a07","name":"Success","originalRequest":{"method":"POST","header":[{"key":"client_id","value":"<your_client_id>","description":"Decentro assigned client_id for the company","type":"text"},{"key":"client_secret","value":"<your_client_secret>","description":"Decentro assigned client_secret for the company","type":"text"},{"key":"module_secret","value":"<your_module_secret>","description":"Decentro assigned module_secret for the company","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"initial_decentro_transaction_id\": \"DECXXXXXXXXXXXXX\",\n    \"file_urn\": \"XXXXXXXXXXXXXX\",\n    \"consent\": true,\n    \"consent_purpose\": \"For bank account purpose only\",\n    \"reference_id\": \"0000-0000-0000-2005\"\n}","options":{"raw":{"language":"json"}}},"url":"https://in.staging.decentro.tech/v2/kyc/digilocker/file"},"_postman_previewlanguage":"json","header":null,"cookie":[],"responseTime":null,"body":"{\n    \"decentroTxnId\": \"DECXXXXXXXXXXXXXXXXXXXXXXXXXXX\",\n    \"status\": \"SUCCESS\",\n    \"responseCode\": \"S00000\",\n    \"message\": \"File fetched successfully from Digilocker\",\n    \"data\": {\n        \"file\": <base 64>\n    },\n    \"responseKey\": \"success_file_download\"\n}"}],"_postman_id":"ce328b8d-231b-4d80-94d5-6e15c895a4a7"},{"name":"Download File Data","id":"6425f977-223b-4683-a8e6-505d85d5749d","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"client_id","value":"YOUR_CLIENT_ID","type":"text","description":"<p>Decentro assigned client_id for the company</p>\n"},{"key":"client_secret","value":"YOUR_CLIENT_SECRET","type":"text","description":"<p>Decentro assigned client_secret for the company</p>\n"},{"key":"module_secret","value":"{{kyc_module_secret}}","type":"text","description":"<p>Decentro assigned module_secret for the company</p>\n"},{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"initial_decentro_transaction_id\": \"DECXXXXXXXXXXXXX\",\n    \"file_urn\": \"XXXXXXXXXXXXXX\",\n    \"consent\": true,\n    \"consent_purpose\": \"For bank account purpose only\",\n    \"reference_id\": \"0000-0000-0000-2005\"\n}","options":{"raw":{"language":"json"}}},"url":"https://in.staging.decentro.tech/v2/kyc/digilocker/file/data","description":"<p>This API will download a file from Digilocker from issued documents based on URN passed in the parameter.</p>\n","urlObject":{"path":["v2","kyc","digilocker","file","data"],"host":["https://in.staging.decentro.tech"],"query":[],"variable":[]}},"response":[{"id":"98ce30c7-6863-49b0-8496-68af137fa33f","name":"Success","originalRequest":{"method":"POST","header":[{"key":"client_id","value":"<your_client_id>","description":"Decentro assigned client_id for the company","type":"text"},{"key":"client_secret","value":"<your_client_secret>","description":"Decentro assigned client_secret for the company","type":"text"},{"key":"module_secret","value":"<your_module_secret>","description":"Decentro assigned module_secret for the company","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"initiation_decentro_transaction_id\": \"DECXXXXXXXXXXXXX\",\n    \"file_urn\": \"XXXXXXXXXXXXXX\",\n    \"consent\": true,\n    \"consent_purpose\": \"For bank account purpose only\",\n    \"reference_id\": \"0000-0000-0000-2005\"\n}","options":{"raw":{"language":"json"}}},"url":"https://in.staging.decentro.tech/v2/kyc/digilocker/file/data"},"code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n  \"decentroTxnId\": \"DXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX\",\n  \"status\": \"SUCCESS\",\n  \"responseCode\": \"S00000\",\n  \"message\": \"File data fetched successfully as JSON from Digilocker\",\n  \"data\": {\n    \"data\": {\n      \"documentIssuer\": \"Income Tax Department\",\n      \"documentName\": \"PAN Card\",\n      \"documentType\": \"PANCR\",\n      \"idNumber\": \"ABCDE1234F\",\n      \"userName\": \"MANISH GUPTA\",\n      \"userDateOfBirth\": \"DD-MM-YYYY\",\n      \"userGender\": \"MALE\",\n      \"documentVerifiedOn\": \"10-05-2023 18:54:22\",\n      \"documentStatus\": \"Active\"\n    },\n    \"initiationDecentroTransactionId\": \"DXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX\"\n  },\n  \"responseKey\": \"success_file_data\"\n}"}],"_postman_id":"6425f977-223b-4683-a8e6-505d85d5749d"}],"id":"49ef597c-be61-441f-8ac6-9e49510a1f69","_postman_id":"49ef597c-be61-441f-8ac6-9e49510a1f69","description":""},{"name":"SSO DigiLocker","item":[{"name":"Initiate Session","id":"79a5e51f-0d10-492a-94b4-c0138d8fc174","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"client_id","value":"YOUR_CLIENT_ID","description":"<p>Decentro assigned client_id for the company</p>\n"},{"key":"client_secret","value":"YOUR_CLIENT_SECRET","description":"<p>Decentro assigned client_secret for the company</p>\n"},{"key":"module_secret","value":"{{kyc_module_secret}}","description":"<p>Decentro assigned module_secret for the company</p>\n"}],"body":{"mode":"raw","raw":"{\n    \"consent\": true,\n    \"purpose\": \"for bank account verification\",\n    \"reference_id\": \"09d7d3f8-eed5-49aa-9d0b-a4fc379298c9\",\n    \"pinless_signup\": true,\n    \"pinless_signin\": true,\n    \"usernameless_signup\": true,\n    \"redirect_to_signup\": false,\n    \"redirect_url\": \"https://google.com\",\n    \"documents_for_consent\": [\"ADHAR\", \"PANCR\"]\n}","options":{"raw":{"language":"json"}}},"url":"https://in.staging.decentro.tech/v2/kyc/sso/digilocker/session","description":"<p>This API is used to get authorization code from Digilocker.</p>\n","urlObject":{"path":["v2","kyc","sso","digilocker","session"],"host":["https://in.staging.decentro.tech"],"query":[],"variable":[]}},"response":[{"id":"decd5f98-385b-45d4-8d45-26ad3b860ff3","name":"Success","originalRequest":{"method":"POST","header":[{"key":"client_id","value":"<your_client_id>","description":"Decentro assigned client_id for the company","type":"text"},{"key":"client_secret","value":"<your_client_secret>","description":"Decentro assigned client_secret for the company","type":"text"},{"key":"module_secret","value":"<your_module_secret>","description":"Decentro assigned module_secret for the company","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"consent\": true,\n    \"purpose\": \"for bank account verification\",\n    \"reference_id\": \"ABCDEF123456\",\n    \"redirect_url\": \"<Redirect URL for DigiLocker>\"\n}","options":{"raw":{"language":"json"}}},"url":"https://in.staging.decentro.tech/v2/kyc/sso/digilocker/session"},"code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n  \"decentroTxnId\": \"DXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX\",\n  \"status\": \"SUCCESS\",\n  \"responseCode\": \"S00000\",\n  \"message\": \"Session created successfully.\",\n  \"data\": {\n    \"authorizationUrl\": \"<Redirect URL>\"\n  },\n  \"responseKey\": \"success_initiate_session\"\n}"}],"_postman_id":"79a5e51f-0d10-492a-94b4-c0138d8fc174"},{"name":"List Issued Files","id":"3c8a0891-608f-4265-aeb6-c1faa70a6630","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"client_id","value":"YOUR_CLIENT_ID","type":"text","description":"<p>Decentro assigned client_id for the company</p>\n"},{"key":"client_secret","value":"YOUR_CLIENT_SECRET","type":"text","description":"<p>Decentro assigned client_secret for the company</p>\n"},{"key":"module_secret","value":"{{kyc_module_secret}}","type":"text","description":"<p>Decentro assigned module_secret for the company</p>\n"},{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"consent\": true,\n    \"purpose\": \"for bank account verification\",\n    \"reference_id\": \"ABCDEF123456\"\n}","options":{"raw":{"language":"json"}}},"url":"https://in.staging.decentro.tech/v2/kyc/sso/digilocker/:initial_decentro_txn_id/files/issued","description":"<p>This API is used to get authorization code from Digilocker.</p>\n","urlObject":{"path":["v2","kyc","sso","digilocker",":initial_decentro_txn_id","files","issued"],"host":["https://in.staging.decentro.tech"],"query":[],"variable":[{"type":"any","value":null,"key":"initial_decentro_txn_id"}]}},"response":[{"id":"e40a58d7-fdb5-4e19-86af-a91f248ca8d7","name":"Success","originalRequest":{"method":"POST","header":[{"key":"client_id","value":"<your_client_id>","description":"Decentro assigned client_id for the company","type":"text"},{"key":"client_secret","value":"<your_client_secret>","description":"Decentro assigned client_secret for the company","type":"text"},{"key":"module_secret","value":"<your_module_secret>","description":"Decentro assigned module_secret for the company","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"consent\": true,\n    \"purpose\": \"for bank account verification\",\n    \"reference_id\": \"70129ac9-67c1-4b83-8ff7-3806c64adb0d\"\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"https://in.staging.decentro.tech/v2/kyc/sso/digilocker/:initial_decentro_txn_id/files/issued","host":["https://in.staging.decentro.tech"],"path":["v2","kyc","sso","digilocker",":initial_decentro_txn_id","files","issued"],"variable":[{"key":"initial_decentro_txn_id","value":null}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n  \"decentroTxnId\": \"DXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX\",\n  \"status\": \"SUCCESS\",\n  \"responseCode\": \"S00000\",\n  \"message\": \"Issued files received successfully from MeriPehchaan\",\n  \"data\": [\n    {\n      \"name\": \"Aadhaar Card\",\n      \"type\": \"file\",\n      \"size\": \"\",\n      \"date\": \"DD-MM-YYYY\",\n      \"parent\": \"\",\n      \"mime\": [\n        \"application/pdf\"\n      ],\n      \"uri\": \"in.gov.uidai-ADHAR-XXXXXXXXXXXXXXXXXXXX\",\n      \"doctype\": \"ADHAR\",\n      \"description\": \"Aadhaar Card\",\n      \"issuerid\": \"in.gov.uidai\",\n      \"issuer\": \"Aadhaar, Unique Identification Authority of India\"\n    },\n    {\n      \"name\": \"PAN Verification Record\",\n      \"type\": \"file\",\n      \"size\": \"\",\n      \"date\": \"DD-MM-YYYY\",\n      \"parent\": \"\",\n      \"mime\": [\n        \"application/json\",\n        \"application/xml\",\n        \"application/pdf\"\n      ],\n      \"uri\": \"in.gov.pan-XXXXX-XXXXXXXXXX\",\n      \"doctype\": \"PANCR\",\n      \"description\": \"PAN Verification Record\",\n      \"issuerid\": \"in.gov.pan\",\n      \"issuer\": \"Income Tax Department\"\n    },\n    {\n      \"name\": \"Registration of Vehicles\",\n      \"type\": \"file\",\n      \"size\": \"\",\n      \"date\": \"DD-MM-YYYY\",\n      \"parent\": \"\",\n      \"mime\": [\n        \"application/json\",\n        \"application/xml\",\n        \"application/pdf\"\n      ],\n      \"uri\": \"in.gov.transport-XXXXX-XXXXXXXXXX\",\n      \"doctype\": \"RVCER\",\n      \"description\": \"Registration of Vehicles\",\n      \"issuerid\": \"in.gov.transport\",\n      \"issuer\": \"Ministry of Road Transport and Highways\"\n    }\n  ],\n  \"responseKey\": \"success_issued_files\"\n}"}],"_postman_id":"3c8a0891-608f-4265-aeb6-c1faa70a6630"},{"name":"Download E-Aadhaar","id":"83491bcb-48de-4341-a94d-041e0b10c9d1","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"client_id","value":"YOUR_CLIENT_ID","type":"text","description":"<p>Decentro assigned client_id for the company</p>\n"},{"key":"client_secret","value":"YOUR_CLIENT_SECRET","type":"text","description":"<p>Decentro assigned client_secret for the company</p>\n"},{"key":"module_secret","value":"{{kyc_module_secret}}","type":"text","description":"<p>Decentro assigned module_secret for the company</p>\n"},{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"consent\": true,\n    \"purpose\": \"for bank account verification\",\n    \"reference_id\": \"ABCDEF123456\",\n    \"generate_xml\": true,\n    \"generate_pdf\": true\n}","options":{"raw":{"language":"json"}}},"url":"https://in.staging.decentro.tech/v2/kyc/sso/digilocker/:initial_decentro_txn_id/eaadhaar","description":"<p>This API is used to get authorization code from Digilocker.</p>\n","urlObject":{"path":["v2","kyc","sso","digilocker",":initial_decentro_txn_id","eaadhaar"],"host":["https://in.staging.decentro.tech"],"query":[],"variable":[{"type":"any","value":null,"key":"initial_decentro_txn_id"}]}},"response":[{"id":"1fa9f26f-7cb0-445c-9f77-64b989d0a059","name":"Success","originalRequest":{"method":"POST","header":[{"key":"client_id","value":"<your_client_id>","description":"Decentro assigned client_id for the company","type":"text"},{"key":"client_secret","value":"<your_client_secret>","description":"Decentro assigned client_secret for the company","type":"text"},{"key":"module_secret","value":"<your_module_secret>","description":"Decentro assigned module_secret for the company","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"consent\": true,\n    \"purpose\": \"for bank account verification\",\n    \"reference_id\": \"ABCDEF123456\",\n    \"generate_xml\": true,\n    \"generate_pdf\": true\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"https://in.staging.decentro.tech/v2/kyc/sso/digilocker/:initial_decentro_txn_id/eaadhaar","host":["https://in.staging.decentro.tech"],"path":["v2","kyc","sso","digilocker",":initial_decentro_txn_id","eaadhaar"],"variable":[{"key":"initial_decentro_txn_id","value":null}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n  \"decentroTxnId\": \"DXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX\",\n  \"status\": \"SUCCESS\",\n  \"responseCode\": \"S00000\",\n  \"message\": \"E-Aadhaar information received successfully from MeriPehchaan\",\n  \"data\": {\n    \"aadhaarReferenceNumber\": \"\",\n    \"aadhaarUid\": \"xxxxxxxx0000\",\n    \"proofOfIdentity\": {\n      \"dob\": \"DD-MM-YYYY\",\n      \"hashedEmail\": \"\",\n      \"gender\": \"M\",\n      \"hashedMobileNumber\": \"\",\n      \"name\": \"Manish Gupta\"\n    },\n    \"proofOfAddress\": {\n      \"careOf\": \"XXXXXXXXXXXXXX\",\n      \"country\": \"India\",\n      \"district\": \"XXXXXXXXXX\",\n      \"house\": \"XXX\",\n      \"landmark\": \"XXXXXXXXXXXXXXXXXX\",\n      \"locality\": \"\",\n      \"pincode\": \"XXXXXX\",\n      \"postOffice\": \"\",\n      \"state\": \"XXXXXXXXXXXXXXXXXXXX\",\n      \"street\": \"\",\n      \"subDistrict\": \"\",\n      \"vtc\": \"XXXXXXXXXXXXXXXXXXXX\"\n    },\n    \"image\": \"<Base64 of Image>\",\n    \"pdf\": \"<Base64 of PDF>\",\n    \"xml\": \"<Base64 of XML>\"\n  },\n  \"responseKey\": \"success_eaadhaar_download\"\n}"}],"_postman_id":"83491bcb-48de-4341-a94d-041e0b10c9d1"},{"name":"Download File","id":"7ec5f12e-f101-48e1-be53-d30e605847e7","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"client_id","value":"YOUR_CLIENT_ID","type":"text","description":"<p>Decentro assigned client_id for the company</p>\n"},{"key":"client_secret","value":"YOUR_CLIENT_SECRET","type":"text","description":"<p>Decentro assigned client_secret for the company</p>\n"},{"key":"module_secret","value":"{{kyc_module_secret}}","type":"text","description":"<p>Decentro assigned module_secret for the company</p>\n"},{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"file_urn\": \"in.gov.transport-RVCER-KA05JS9471\",\n    \"consent\": true,\n    \"purpose\": \"for bank account verification\",\n    \"reference_id\": \"ABCDEF123456\"\n    \n}","options":{"raw":{"language":"json"}}},"url":"https://in.staging.decentro.tech/v2/kyc/sso/digilocker/:initial_decentro_txn_id/file/download","description":"<p>This API is used to get authorization code from Digilocker.</p>\n","urlObject":{"path":["v2","kyc","sso","digilocker",":initial_decentro_txn_id","file","download"],"host":["https://in.staging.decentro.tech"],"query":[],"variable":[{"type":"any","value":null,"key":"initial_decentro_txn_id"}]}},"response":[{"id":"ad9fc4d3-29d3-4142-9cd5-e80616e00bf3","name":"Success","originalRequest":{"method":"POST","header":[{"key":"client_id","value":"<your_client_id>","description":"Decentro assigned client_id for the company","type":"text"},{"key":"client_secret","value":"<your_client_secret>","description":"Decentro assigned client_secret for the company","type":"text"},{"key":"module_secret","value":"<your_module_secret>","description":"Decentro assigned module_secret for the company","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"file_urn\": \"in.gov.transport-RVCER-KA05JS9471\",\n    \"consent\": true,\n    \"purpose\": \"for bank account verification\",\n    \"reference_id\": \"ABCDEF123456\"\n    \n}","options":{"raw":{"language":"json"}}},"url":{"raw":"https://in.staging.decentro.tech/v2/kyc/sso/digilocker/:initial_decentro_txn_id/file/download","host":["https://in.staging.decentro.tech"],"path":["v2","kyc","sso","digilocker",":initial_decentro_txn_id","file","download"],"variable":[{"key":"initial_decentro_txn_id","value":null}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n  \"decentroTxnId\": \"DECXXXXXXXXXXXXXXXXXXXXXXXXXXX\",\n  \"status\": \"SUCCESS\",\n  \"responseCode\": \"S00000\",\n  \"message\": \"File fetched successfully from MeriPehchaan\",\n  \"data\": {\n    \"file\": \"<Base64 of File>\"\n  },\n  \"responseKey\": \"success_file_download\"\n}"}],"_postman_id":"7ec5f12e-f101-48e1-be53-d30e605847e7"},{"name":"Download File Data","id":"200ab2c2-643f-40a9-853a-f608e3d13dc7","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"client_id","value":"YOUR_CLIENT_ID","type":"text","description":"<p>Decentro assigned client_id for the company</p>\n"},{"key":"client_secret","value":"YOUR_CLIENT_SECRET","type":"text","description":"<p>Decentro assigned client_secret for the company</p>\n"},{"key":"module_secret","value":"{{kyc_module_secret}}","type":"text","description":"<p>Decentro assigned module_secret for the company</p>\n"},{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"file_urn\": \"in.gov.pan-PANCR-XXXXXXXXXX\",\n    \"consent\": true,\n    \"purpose\": \"for bank account verification\",\n    \"reference_id\": \"ABCDEF123456\"\n    \n}","options":{"raw":{"language":"json"}}},"url":"https://in.staging.decentro.tech/v2/kyc/sso/digilocker/:initial_decentro_txn_id/file","description":"<p>This API is used to get authorization code from Digilocker.</p>\n","urlObject":{"path":["v2","kyc","sso","digilocker",":initial_decentro_txn_id","file"],"host":["https://in.staging.decentro.tech"],"query":[],"variable":[{"type":"any","value":null,"key":"initial_decentro_txn_id"}]}},"response":[{"id":"225b5d4e-29ae-4382-ab2f-79bb57f37571","name":"Success","originalRequest":{"method":"POST","header":[{"key":"client_id","value":"<your_client_id>","description":"Decentro assigned client_id for the company","type":"text"},{"key":"client_secret","value":"<your_client_secret>","description":"Decentro assigned client_secret for the company","type":"text"},{"key":"module_secret","value":"<your_module_secret>","description":"Decentro assigned module_secret for the company","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"file_urn\": \"in.gov.pan-PANCR-XXXXXXXXXX\",\n    \"consent\": true,\n    \"purpose\": \"for bank account verification\",\n    \"reference_id\": \"ABCDEF123456\"\n    \n}","options":{"raw":{"language":"json"}}},"url":{"raw":"https://in.staging.decentro.tech/v2/kyc/sso/digilocker/:initial_decentro_txn_id/file","host":["https://in.staging.decentro.tech"],"path":["v2","kyc","sso","digilocker",":initial_decentro_txn_id","file"],"variable":[{"key":"initial_decentro_txn_id","value":null}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n  \"decentroTxnId\": \"DXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX\",\n  \"status\": \"SUCCESS\",\n  \"responseCode\": \"S00000\",\n  \"message\": \"File data fetched successfully as JSON from MeriPehchaan\",\n  \"data\": {\n    \"documentIssuer\": \"Income Tax Department\",\n    \"documentName\": \"PAN Card\",\n    \"documentType\": \"PANCR\",\n    \"idNumber\": \"XXXXXXXXXX\",\n    \"userName\": \"MANISH GUPTA\",\n    \"userDateOfBirth\": \"DD-MM-YYYY\",\n    \"userGender\": \"MALE\",\n    \"documentVerifiedOn\": \"DD-MM-YYYY 18:54:22\",\n    \"documentStatus\": \"Active\"\n  },\n  \"responseKey\": \"success_file_data\"\n}"}],"_postman_id":"200ab2c2-643f-40a9-853a-f608e3d13dc7"},{"name":"Pull File","id":"abdf2f8d-5c95-44b2-accd-3aedb6a81771","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"client_id","value":"YOUR_CLIENT_ID","type":"text"},{"key":"client_secret","value":"YOUR_CLIENT_SECRET","type":"text"},{"key":"module_secret","value":"{{kyc_module_secret}}","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"consent\": true,\n    \"purpose\": \"for bank account purpose\",\n    \"reference_id\": \"a8140fe4-5943-440a-b5ea-8a0306c594da\",\n    \"organisation_id\": \"XXXX\",\n    \"document_type\": \"XXXX\",\n    \"document_type_related_parameters\": [\n        {\n            \"key\": \"Name of the key\",\n            \"value\": \"Value of the key\"\n        },\n        {\n            \"key\": \"Name of the key\",\n            \"value\": \"Value of the key\"\n        }\n    ]\n}","options":{"raw":{"language":"json"}}},"url":"https://in.staging.decentro.tech/v2/kyc/sso/digilocker/:initial_decentro_txn_id/file/pull","urlObject":{"protocol":"https","path":["v2","kyc","sso","digilocker",":initial_decentro_txn_id","file","pull"],"host":["in","staging","decentro","tech"],"query":[],"variable":[{"id":"bee67dc5-da4b-4ea5-b294-44f1be968aef","type":"any","value":null,"key":"initial_decentro_txn_id"}]}},"response":[{"id":"78c54a30-c60a-4678-a1ba-eef45b96ad32","name":"Pull File","originalRequest":{"method":"POST","header":[{"key":"client_id","value":"<your_client_id>","type":"text"},{"key":"client_secret","value":"<your_client_secret>","type":"text"},{"key":"module_secret","value":"<your_module_secret>","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"consent\": true,\n    \"purpose\": \"for bank account purpose\",\n    \"reference_id\": \"b6af42cc-31e3-4e65-8e52-f706d51e0344\",\n    \"organisation_id\": \"001891\",\n    \"document_type\": \"PANCR\",\n    \"document_type_related_parameters\": [\n        {\n            \"key\": \"panno\",\n            \"value\": \"ABCDE1234F\"\n        },\n        {\n            \"key\": \"PANFullName\",\n            \"value\": \"ABC DEF\"\n        }\n    ]\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"https://in.staging.decentro.tech/v2/kyc/sso/digilocker/:initial_decentro_txn_id/file/pull","protocol":"https","host":["in","staging","decentro","tech"],"path":["v2","kyc","sso","digilocker",":initial_decentro_txn_id","file","pull"],"variable":[{"key":"initial_decentro_txn_id","value":null}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","name":"Content-Type","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n  \"decentroTxnId\": \"DXXXXXXXXXXXXXXXXXXXXXXXXXXXXX\",\n  \"status\": \"SUCCESS\",\n  \"responseCode\": \"S00000\",\n  \"message\": \"Document pulled successfully from Issuer\",\n  \"responseKey\": \"success_file_pull\"\n}"}],"_postman_id":"abdf2f8d-5c95-44b2-accd-3aedb6a81771"}],"id":"f8be41c7-438e-49be-a76d-bdbac2cb8758","_postman_id":"f8be41c7-438e-49be-a76d-bdbac2cb8758","description":""},{"name":"DigiLocker Utilities","item":[{"name":"Verify Number","id":"9cbd6538-2bf8-453c-964c-42815fc8622c","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"client_id","value":"YOUR_CLIENT_ID","description":"<p>Decentro assigned client_id for the company</p>\n","type":"text"},{"key":"client_secret","value":"YOUR_CLIENT_SECRET","description":"<p>Decentro assigned client_secret for the company</p>\n","type":"text"},{"key":"module_secret","value":"{{kyc_module_secret}}","description":"<p>Decentro assigned module_secret for the company</p>\n","type":"text"}],"body":{"mode":"raw","raw":" {\n    \"consent\": true,\n    \"purpose\": \"for bank account verification\",\n    \"reference_id\": \"47c604b6-46d8-4406-8e9d-7a0342df3532\",\n    \"mobile\": \"9999999999\"\n}","options":{"raw":{"language":"json"}}},"url":"https://in.staging.decentro.tech/v2/kyc/sso/digilocker/verify","description":"<p>This API is used to get authorization code from Digilocker.</p>\n","urlObject":{"path":["v2","kyc","sso","digilocker","verify"],"host":["https://in.staging.decentro.tech"],"query":[],"variable":[]}},"response":[],"_postman_id":"9cbd6538-2bf8-453c-964c-42815fc8622c"},{"name":"Get List of Issuers","id":"3630f6cf-98ba-4fba-a220-c2da0fea3f6f","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"client_id","value":"YOUR_CLIENT_ID","type":"text"},{"key":"client_secret","value":"YOUR_CLIENT_SECRET","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"}],"url":"{{base_url_india}}/v2/kyc/digilocker/utility/issuers","urlObject":{"path":["v2","kyc","digilocker","utility","issuers"],"host":["{{base_url_india}}"],"query":[],"variable":[]}},"response":[{"id":"85ef5c01-7bcc-47ad-bf2d-a99f7d9de89b","name":"Get List of Issuers","originalRequest":{"method":"GET","header":[{"key":"client_id","value":"YOUR_CLIENT_ID"},{"key":"client_secret","value":"YOUR_CLIENT_SECRET"},{"key":"module_secret","value":"{{kyc_module_secret}}"},{"key":"Content-Type","value":"application/json"}],"url":"https://in.staging.decentro.tech/v2/kyc/digilocker/utility/issuers"},"_postman_previewlanguage":null,"header":null,"cookie":[],"responseTime":null,"body":"{\n    \"decentroTxnId\": \"2D85356F6A7545F1B8D846F3C384F69F\",\n    \"status\": \"SUCCESS\",\n    \"responseCode\": \"S00000\",\n    \"message\": \"Issuers received successfully from MeriPehchaan\",\n    \"data\": {\n        \"issuers\": [\n            {\n                \"organisationId\": \"003063\",\n                \"issuerId\": \"in.edu.agu\",\n                \"name\": \"A P Goyal Shimla University\",\n                \"description\": \"A P Goyal Shimla University is issuing their Digital awards for the following years, through DigiLocker. These can be pulled by students into their DigiLocker accounts.\\n                Degree - 2014,2015,2016,2017,2018,2020,2021 \\n                Marksheet - NA \\n                Diploma - NA \\n                Transcript - NA\",\n                \"categories\": \"4,2\",\n                \"logo\": \"https://cf-media.api-setu.in/logo/issuers/003063.png\",\n                \"subdomain\": \"agu\"\n            },\n            {\n                \"organisationId\": \"003386\",\n                \"issuerId\": \"com.abhilashiuniversity\",\n                \"name\": \"Abhilashi University\",\n                \"description\": \"Abhilashi University is issuing their Digital awards for the following years, through DigiLocker. These can be pulled by students into their DigiLocker accounts \\n                Degree - 2016,2017,2018,2019 \\n                Marksheet - NA \\n                Diploma -  2017,2018,2019 \\n                Transcript - NA\",\n                \"categories\": \"4,2\",\n                \"logo\": \"https://cf-media.api-setu.in/logo/issuers/003386.png\",\n                \"subdomain\": \"abhilashiuniv\"\n            },\n            {\n                \"organisationId\": \"010212\",\n                \"issuerId\": \"in.gov.abc\",\n                \"name\": \"Academic Bank of Credits\",\n                \"description\": \"Academic Bank of Credits has been established on the lines of the National Academic Depository (NAD), in the sense, NAD is the backbone of ABC, where the students' academic data are held and academic awards are stored (i.e. storehouse of academic awards). Despite the fact that ABC enables students to register or commence credit transfer, the final outcomes of credit redemption and issuance of certificates, as well as the compilation of award records, are administered by academic institutions via the NAD Platform. Hence being the owner of academic awards, Academic Institutions must mandatorily register themselves under ABC via NAD\",\n                \"categories\": \"3,2\",\n                \"logo\": \"https://cf-media.api-setu.in/logo/issuers/010212.png\",\n                \"subdomain\": \"abc\"\n            },\n            {\n                \"organisationId\": \"005172\",\n                \"issuerId\": \"in.ac.ametuniv\",\n                \"name\": \"ACADEMY OF MARITIME EDUCATION AND TRAINING\",\n                \"description\": \"ACADEMY OF MARITIME EDUCATION AND TRAINING is issuing their Digital awards for the following years, through DigiLocker. These can be pulled by students into their DigiLocker accounts.\\n                Degree - 2014,2017,2018,2019,2020,2021,2022,2023 \\n                Marksheet - NA \\n                Diploma - NA \\n                Transcript - NA\",\n                \"categories\": \"4,2\",\n                \"logo\": \"https://cf-media.api-setu.in/logo/issuers/005172.png\",\n                \"subdomain\": \"ametuniv\"\n            },\n            {\n                \"organisationId\": \"056362\",\n                \"issuerId\": \"in.gov.cag.punjab\",\n                \"name\": \"Accountant General AE Punjab and UT Chandigarh\",\n                \"description\": \"\",\n                \"categories\": \"4,1\",\n                \"logo\": \"https://cf-media.api-setu.in/logo/issuers/null\",\n                \"subdomain\": \"cagpunjab\"\n            },\n            {\n                \"organisationId\": \"002317\",\n                \"issuerId\": \"in.nic.agtripura\",\n                \"name\": \"Accountants General\",\n                \"description\": \"We are issuing only digitally signed GPF authorities which are available in HRMS portal https://hrms.tripura.gov.in/Admin/frmLogin.aspx these are available in this office website https://gpfagartala.agtripura.gov.in/GpfAgartala/finalpayment_index.jsp and also we are making available through email/mobile number of the subscriber. Please note that we process GPF/Pension proposals only when it received with beneficiary code and pensioner?s mobile number. This helps us to send text message and link to download personal copy of the GPS authority. Subscriber can also reach us on through 1. Whatsapp- 7085085500 2. Dedicated email- id grievances.tri.ae@cag.gov.in 3. Mobile- 7085059617 Subscriber can also get GPF Final Payment authority through Digital Seva Kendra/Common Service Centre (CSC). Shri H. K. Dharmadarshi, Pr. Accountant General (A&E), Tripura, Agartala\",\n                \"categories\": \"4,30\",\n                \"logo\": \"https://cf-media.api-setu.in/logo/issuers/002317.png\",\n                \"subdomain\": \"agtripura\"\n            },\n            {\n                \"organisationId\": \"004081\",\n                \"issuerId\": \"in.ac.angrau\",\n                \"name\": \"Acharya N.G. Ranga Agricultural University\",\n                \"description\": \"Acharya N.G. Ranga Agricultural University is issuing their Digital awards for the following years, through DigiLocker. These can be pulled by students into their DigiLocker accounts \\r\\n                Degree - 2005,2006,2007,2008,2009,2010,2011,2012,2013,2014,2015,2016,2017,2018,2019,2020 \\r\\n                Marksheet - NA \\r\\n                Diploma -  NA \\r\\n                Transcript - NA\",\n                \"categories\": \"4,2\",\n                \"logo\": \"https://cf-media.api-setu.in/logo/issuers/004081.png\",\n                \"subdomain\": \"angrauguntur\"\n            },\n            {\n                \"organisationId\": \"007248\",\n                \"issuerId\": \"org.nduat\",\n                \"name\": \"Acharya Narendra Deva University of Agriculture & Technology, Ayodhya\",\n                \"description\": \"Acharya Narendra Deva University of Agriculture & Technology, Ayodhya is issuing their Digital awards for the following years, through DigiLocker. These can be pulled by students into their DigiLocker accounts.\\n                Degree - 2021,2022,2023 \\n                Marksheet - NA \\n                Diploma - NA \\n                Transcript - NA\",\n                \"categories\": \"4,2\",\n                \"logo\": \"https://cf-media.api-setu.in/logo/issuers/007248.png\",\n                \"subdomain\": \"nduat\"\n            },\n            {\n                \"organisationId\": \"003278\",\n                \"issuerId\": \"com.acko\",\n                \"name\": \"Acko General Insurance Limited\",\n                \"description\": \"Insurance policies issued by Acko General Insurance (https://www.acko.com) can be fetched by the citizens in their Digilocker accounts.\",\n                \"categories\": \"4,1\",\n                \"logo\": \"https://cf-media.api-setu.in/logo/issuers/003278.jpg\",\n                \"subdomain\": \"acko\"\n            },\n            {\n                \"organisationId\": \"003902\",\n                \"issuerId\": \"in.ac.adamasuniversity\",\n                \"name\": \"Adamas University\",\n                \"description\": \"Adamas University is issuing their Digital awards for the following years, through DigiLocker. These can be pulled by students into their DigiLocker accounts \\n                Degree - 2017,2018,2019,2020,2021,2022,2023 \\n                Marksheet - NA \\n                Diploma -  2019,2020,2021,2022 \\n                Transcript - NA\",\n                \"categories\": \"4,2\",\n                \"logo\": \"https://cf-media.api-setu.in/logo/issuers/003902.png\",\n                \"subdomain\": \"adamasuniversity\"\n            },\n            {\n                \"organisationId\": \"053937\",\n                \"issuerId\": \"in.ac.adaniuni\",\n                \"name\": \"Adani University\",\n                \"description\": \"Adani University is issuing their Digital awards for the following years, through DigiLocker. These can be pulled by students into their DigiLocker accounts \\n                Degree - NA \\n                Marksheet - 2023 \\n                Diploma -  NA \\n                Transcript - NA\",\n                \"categories\": \"4,2\",\n                \"logo\": \"https://cf-media.api-setu.in/logo/issuers/053937.png\",\n                \"subdomain\": \"adaniuni\"\n            },\n            {\n                \"organisationId\": \"003519\",\n                \"issuerId\": \"in.gov.asapkerala\",\n                \"name\": \"Additional Skill Acquisition Programme (ASAP)\",\n                \"description\": \"ASAP is a skill development wing under the Dept. of Higher Education, Govt of Kerala. As the state is achieving faster IT reforms in all possible sectors and it becomes a prime state agenda, ASAP would like to digitalize our certification process for the students. Hence request you to please help us to onboard as an issuer of Digi Locker\",\n                \"categories\": \"4,2\",\n                \"logo\": \"https://cf-media.api-setu.in/logo/issuers/003519.png\",\n                \"subdomain\": \"asapkerala\"\n            },\n            {\n                \"organisationId\": \"003541\",\n                \"issuerId\": \"in.ac.adeshuniversity\",\n                \"name\": \"Adesh University\",\n                \"description\": \"Adesh University is issuing their Digital awards for the following years, through DigiLocker. These can be pulled by students into their DigiLocker accounts \\n                Degree - 2017,2018,2019,2020,2021 \\n                Marksheet - 2018,2019,2020 \\n                Diploma -  2017,2018,2019,2020,2021 \\n                Transcript - NA\",\n                \"categories\": \"4,2\",\n                \"logo\": \"https://cf-media.api-setu.in/logo/issuers/003541.png\",\n                \"subdomain\": \"adeshuniv\"\n            },\n            {\n                \"organisationId\": \"004196\",\n                \"issuerId\": \"in.edu.acu\",\n                \"name\": \"Adichunchanagiri University\",\n                \"description\": \"Adichunchanagiri University is issuing their Digital awards for the following years, through DigiLocker. These can be pulled by students into their DigiLocker accounts.\\n                Degree - 2020,2021,2022 \\n                Marksheet - 2018,2019,2020,2021,2022,2023 \\n                Diploma - NA \\n                Transcript - NA\",\n                \"categories\": \"4,2\",\n                \"logo\": \"https://cf-media.api-setu.in/logo/issuers/004196.png\",\n                \"subdomain\": \"acu\"\n            },\n            {\n                \"organisationId\": \"005537\",\n                \"issuerId\": \"com.healthinsurance.adityabirla\",\n                \"name\": \"Aditya Birla Health Insurance Co. Limited\",\n                \"description\": \"\",\n                \"categories\": \"4,1\",\n                \"logo\": \"https://cf-media.api-setu.in/logo/issuers/issure_icon.png\",\n                \"subdomain\": \"adityabirla\"\n            },\n            {\n                \"organisationId\": \"005408\",\n                \"issuerId\": \"com.homefinance.adityabirlacapital\",\n                \"name\": \"Aditya Birla Housing Finance LTD\",\n                \"description\": \"ABHFL offers a complete range of housing finance solutions such as home loans, home extension loan, plot & home construction loan, home improvement loans, loan against property, construction financing, lease rental discounting, commercial property purchase loan and property advisory services. Partnering with DigiLocker will allow ABHFL retails customers to pull electronic copies of documents (such as Welcome Letter, Interest Certificate, Repayment Schedule) into DigiLocker App. This will allow them to preserve electronic documents with ease and continuity.\",\n                \"categories\": \"4,1\",\n                \"logo\": \"https://cf-media.api-setu.in/logo/issuers/005408.png\",\n                \"subdomain\": \"adityabirlacapital\"\n            },\n            {\n                \"organisationId\": \"018961\",\n                \"issuerId\": \"com.adityabirlacapital.lifeinsurance\",\n                \"name\": \"Aditya Birla Sun Life Insurance Company Limited\",\n                \"description\": \"Aditya Birla Sun Life Insurance offers a digital vault for insurance policies of their policyholders. Embrace convenience with instant access to your insurance policy using Digilocker. Say goodbye to paperwork and embrace convenience with instant access to all your insurance documents in one secure place. Download and manage your policies effortlessly, anytime, anywhere, ensuring peace of mind at your fingertips.\",\n                \"categories\": \"4,1\",\n                \"logo\": \"https://cf-media.api-setu.in/logo/issuers/018961.png\",\n                \"subdomain\": \"abcapital\"\n            },\n            {\n                \"organisationId\": \"080082\",\n                \"issuerId\": \"in.ac.acet\",\n                \"name\": \"ADITYA COLLEGE OF ENGINEERING & TECHNOLOGY\",\n                \"description\": \"The institute has registered through NAD portal.\",\n                \"categories\": \"4,2\",\n                \"logo\": \"https://cf-media.api-setu.in/logo/issuers/null\",\n                \"subdomain\": \"acet\"\n            },\n            {\n                \"organisationId\": \"013559\",\n                \"issuerId\": \"in.edu.aec\",\n                \"name\": \"ADITYA ENGINEERING COLLEGE\",\n                \"description\": \"ADITYA ENGINEERING COLLEGE is issuing their Digital awards for the following years, through DigiLocker. These can be pulled by students into their DigiLocker accounts \\n                Degree - NA \\n                Marksheet - 2018,2022,2023,2024 \\n                Diploma -  NA \\n                Transcript - NA\",\n                \"categories\": \"4,2\",\n                \"logo\": \"https://cf-media.api-setu.in/logo/issuers/issure_icon.png\",\n                \"subdomain\": \"aec\"\n            },\n            {\n                \"organisationId\": \"008841\",\n                \"issuerId\": \"in.edu.aimsr\",\n                \"name\": \"ADITYA INSTITUTE OF MANAGEMENT STUDIES & RESEARCH\",\n                \"description\": \"ADITYA INSTITUTE OF MANAGEMENT STUDIES & RESEARCH is issuing their Digital awards for the following years, through DigiLocker. These can be pulled by students into their DigiLocker accounts \\r\\n                Degree - NA \\r\\n                Marksheet - NA \\r\\n                Diploma -  2020,2021 \\r\\n                Transcript - NA\",\n                \"categories\": \"4,2\",\n                \"logo\": \"https://cf-media.api-setu.in/logo/issuers/008841.png\",\n                \"subdomain\": \"aimsr\"\n            },\n            {\n                \"organisationId\": \"056778\",\n                \"issuerId\": \"inedu.asbm\",\n                \"name\": \"ADITYA SCHOOL OF BUSINESS MANAGEMENT\",\n                \"description\": \"ADITYA SCHOOL OF BUSINESS MANAGEMENT is issuing their Digital awards for the following years, through DigiLocker. These can be pulled by students into their DigiLocker accounts.\\r\\n                Degree - NA \\r\\n                Marksheet - NA \\r\\n                Diploma - 2022 \\r\\n                Transcript - NA\",\n                \"categories\": \"4,2\",\n                \"logo\": \"https://cf-media.api-setu.in/logo/issuers/056778.png\",\n                \"subdomain\": \"eduasbm\"\n            },\n            {\n                \"organisationId\": \"066371\",\n                \"issuerId\": \"in.nic.indianairforce.afcao\",\n                \"name\": \"AFCAO, Indian Air Force\",\n                \"description\": \"Air Force Central Accounts Office (AFCAO) provides a facility for IAF personnel to access and download their e-Payslips and Form-16 into their DigiLocker account.\",\n                \"categories\": \"3,8\",\n                \"logo\": \"https://cf-media.api-setu.in/logo/issuers/066371.jpg\",\n                \"subdomain\": \"afcao\"\n            },\n            {\n                \"organisationId\": \"013959\",\n                \"issuerId\": \"in.org.affinity\",\n                \"name\": \"AFFINITY BUSINESS SCHOOL\",\n                \"description\": \"AFFINITY BUSINESS SCHOOL is issuing their Digital awards for the following years, through DigiLocker. These can be pulled by students into their DigiLocker accounts \\n                Degree - 2015,2016,2017,2018,2019,2020,2021,2022 \\n                Marksheet - NA \\n                Diploma -  NA \\n                Transcript - NA\",\n                \"categories\": \"4,2\",\n                \"logo\": \"https://cf-media.api-setu.in/logo/issuers/013959.png\",\n                \"subdomain\": \"affinity\"\n            },\n            {\n                \"organisationId\": \"065727\",\n                \"issuerId\": \"in.gov.cag.telangana\",\n                \"name\": \"AG OFFICE TELANGANA HYDERABAD\",\n                \"description\": \"Accountant General, Telangana functions under the Comptroller & Auditor General of India (C&AG) who is the Head of the Indian Audit & Accounts Department. The Comptroller & Auditor General of India is a Constitutional Authority appointed by the warrant of the President of India. By virtue of the provisions of Government of India (Audit & Accounts) Order, 1936 as adopted by the Government of India (Provisional Constitution) Order, 1947 and Article 149 of the Constitution of India,\",\n                \"categories\": \"4,30\",\n                \"logo\": \"https://cf-media.api-setu.in/logo/issuers/065727.png\",\n                \"subdomain\": \"agaetelangana\"\n            },\n            {\n                \"organisationId\": \"005176\",\n                \"issuerId\": \"com.ageasfederal\",\n                \"name\": \"Ageas Federal Life Insurance Company Limited.\",\n                \"description\": \"Insurance policies issued by Ageas Federal Life Insurance (https://ageasfederal.com) are available on DigiLocker and can be downloaded by customers into their account\",\n                \"categories\": \"4,1\",\n                \"logo\": \"https://cf-media.api-setu.in/logo/issuers/005176.png\",\n                \"subdomain\": \"ageasfederal\"\n            },\n            {\n                \"organisationId\": \"002517\",\n                \"issuerId\": \"in.org.asrb\",\n                \"name\": \"Agricultural Scientists Recruitment Board\",\n                \"description\": \"Agricultural Scientist Recruitment Board (ASRB) is now integrated with DigiLocker to publish Digital Marksheet and results for the National Eligibility Test. Concerned participants and students can get this certificates on their DigiLocker account.\\r\\n               (NET-I) - 2018 \\r\\n               (NET-II) - 2018,2019,2021\",\n                \"categories\": \"4,3\",\n                \"logo\": \"https://cf-media.api-setu.in/logo/issuers/002517.png\",\n                \"subdomain\": \"asrb\"\n            },\n            {\n                \"organisationId\": \"008453\",\n                \"issuerId\": \"in.afmiworld\",\n                \"name\": \"AGRICULTURE AND FOOD MANAGEMENT INSTITUTE\",\n                \"description\": \"AGRICULTURE AND FOOD MANAGEMENT INSTITUTE is issuing their Digital awards for the following years, through DigiLocker. These can be pulled by students into their DigiLocker accounts \\n                Degree - 2021 \\n                Marksheet - NA \\n                Diploma -  NA \\n                Transcript - NA\",\n                \"categories\": \"4,2\",\n                \"logo\": \"https://cf-media.api-setu.in/logo/issuers/008453.png\",\n                \"subdomain\": \"afmiworld\"\n            },\n            {\n                \"organisationId\": \"010347\",\n                \"issuerId\": \"in.ac.aujodhpur\",\n                \"name\": \"Agriculture University, Jodhpur\",\n                \"description\": \"Agriculture University, Jodhpur  is issuing their Digital awards for the following years, through DigiLocker. These can be pulled by students into their DigiLocker accounts \\n                Degree - 2017,2018,2019,2020,2021,2022 \\n                Marksheet - NA \\n                Diploma -  NA \\n                Transcript - NA\",\n                \"categories\": \"4,2\",\n                \"logo\": \"https://cf-media.api-setu.in/logo/issuers/010347.png\",\n                \"subdomain\": \"aujodhpur\"\n            },\n            {\n                \"organisationId\": \"010364\",\n                \"issuerId\": \"org.aukota\",\n                \"name\": \"Agriculture University, Kota \",\n                \"description\": \"Agriculture University, Kota  is issuing their Digital awards for the following years, through DigiLocker. These can be pulled by students into their DigiLocker accounts \\n                Degree - 2019,2020,2021,2022 \\n                Marksheet - NA \\n                Diploma -  NA \\n                Transcript - NA\",\n                \"categories\": \"4,2\",\n                \"logo\": \"https://cf-media.api-setu.in/logo/issuers/010364.png\",\n                \"subdomain\": \"aukota\"\n            },\n            {\n                \"organisationId\": \"055035\",\n                \"issuerId\": \"in.gov.ahmedabadcity\",\n                \"name\": \"Ahmedabad Municipal Corporation\",\n                \"description\": \"\",\n                \"categories\": \"4\",\n                \"logo\": \"https://cf-media.api-setu.in/logo/issuers/null\",\n                \"subdomain\": \"ahemdabadcity\"\n            },\n            {\n                \"organisationId\": \"003452\",\n                \"issuerId\": \"in.edu.ahduni\",\n                \"name\": \"Ahmedabad University\",\n                \"description\": \"Ahmedabad University is issuing their Digital awards for the following years, through DigiLocker. These can be pulled by students into their DigiLocker accounts \\n                Degree - 2017,2018,2019,2020,2021,2022 \\n                Marksheet - NA \\n                Diploma -  NA \\n                Transcript - NA\",\n                \"categories\": \"4,2\",\n                \"logo\": \"https://cf-media.api-setu.in/logo/issuers/003452.png\",\n                \"subdomain\": \"ahduni\"\n            },\n            {\n                \"organisationId\": \"002024\",\n                \"issuerId\": \"in.edu.aiimsrishikesh\",\n                \"name\": \"AIIMS Rishikesh\",\n                \"description\": \"Degree certificates issued by AIIMS Rishikesh in year 2018 can be pulled by students into their DigiLocker accounts \",\n                \"categories\": \"3,7\",\n                \"logo\": \"https://cf-media.api-setu.in/logo/issuers/002024.png\",\n                \"subdomain\": \"aiimsrishikesh\"\n            },\n            {\n                \"organisationId\": \"004094\",\n                \"issuerId\": \"in.ac.aisectuniversityjharkhand\",\n                \"name\": \"AISECT UNIVERSITY\",\n                \"description\": \"AISECT University is issuing their Digital awards for the following years, through DigiLocker. These can be pulled by students into their DigiLocker accounts \\n                Degree - NA \\n                Marksheet - 2016,2017 \\n                Diploma -  NA \\n                Transcript - NA\",\n                \"categories\": \"4,2\",\n                \"logo\": \"https://cf-media.api-setu.in/logo/issuers/004094.png\",\n                \"subdomain\": \"aisectuniversityjk\"\n            },\n            {\n                \"organisationId\": \"003582\",\n                \"issuerId\": \"in.edu.adypu\",\n                \"name\": \"Ajeenkya DY Patil University\",\n                \"description\": \"Ajeenkya DY Patil University is issuing their Digital awards for the following years, through DigiLocker. These can be pulled by students into their DigiLocker accounts.\\n                Degree - 2016,2017,2018,2019,2020,2021,2022 \\n                Marksheet - 2016,2018,2019,2022 \\n                Diploma - NA \\n                Transcript - NA\",\n                \"categories\": \"4,2\",\n                \"logo\": \"https://cf-media.api-setu.in/logo/issuers/003582.png\",\n                \"subdomain\": \"adypu\"\n            },\n            {\n                \"organisationId\": \"004097\",\n                \"issuerId\": \"in.ac.auts\",\n                \"name\": \"Akal University, Talwandi Sabo\",\n                \"description\": \"Akal University, Talwandi Sabo is issuing their Digital awards for the following years, through DigiLocker. These can be pulled by students into their DigiLocker accounts \\n                Degree - 2017,2018,2019,2020,2021 \\n                Marksheet - 2015,2016,2017,2018,2019,2020,2021,2022 \\n                Diploma -  NA \\n                Transcript - NA\",\n                \"categories\": \"4,2\",\n                \"logo\": \"https://cf-media.api-setu.in/logo/issuers/004097.png\",\n                \"subdomain\": \"auts\"\n            },\n            {\n                \"organisationId\": \"004317\",\n                \"issuerId\": \"in.edu.alfalahuniversity\",\n                \"name\": \"Al-Falah University\",\n                \"description\": \"Al-Falah University is issuing their Digital awards for the following years, through DigiLocker. These can be pulled by students into their DigiLocker accounts.\\n                Degree - 2021 \\n                Marksheet - 2021,2022,2023 \\n                Diploma - NA \\n                Transcript - NA\",\n                \"categories\": \"4,2\",\n                \"logo\": \"https://cf-media.api-setu.in/logo/issuers/004317.png\",\n                \"subdomain\": \"alfalahuniversity\"\n            },\n            {\n                \"organisationId\": \"005037\",\n                \"issuerId\": \"in.edu.alkarimuniversity\",\n                \"name\": \"Al-Karim University\",\n                \"description\": \"Al-Karim University is issuing their Digital awards for the following years, through DigiLocker. These can be pulled by students into their DigiLocker accounts \\n                Degree - 2021,2022,2023 \\n                Marksheet - 2020,2021,2022,2023,2024 \\n                Diploma -  2020,2021 \\n                Transcript - NA\",\n                \"categories\": \"4,2\",\n                \"logo\": \"https://cf-media.api-setu.in/logo/issuers/005037.png\",\n                \"subdomain\": \"alkarimuniversity\"\n            },\n            {\n                \"organisationId\": \"017361\",\n                \"issuerId\": \"in.accetedu\",\n                \"name\": \"ALAGAPPA CHETTIAR GOVERNMENT COLLEGE OF ENGINEERING AND TECHNOLOGY\",\n                \"description\": \"ALAGAPPA CHETTIAR GOVERNMENT COLLEGE OF ENGINEERING AND TECHNOLOGY is issuing their Digital awards for the following years, through DigiLocker. These can be pulled by students into their DigiLocker accounts \\n                Degree - NA \\n                Marksheet - 2019,2020,2021,2022,2023 \\n                Diploma -  NA \\n                Transcript - NA\",\n                \"categories\": \"4,2\",\n                \"logo\": \"https://cf-media.api-setu.in/logo/issuers/017361.png\",\n                \"subdomain\": \"inaccetedu\"\n            },\n            {\n                \"organisationId\": \"003611\",\n                \"issuerId\": \"in.ac.alagappauniversity\",\n                \"name\": \"Alagappa University, Alagappa Nagar, Karaikudi\",\n                \"description\": \"Alagappa University, Alagappa Nagar, Karaikudi  is issuing their Digital awards for the following years, through DigiLocker. These can be pulled by students into their DigiLocker accounts \\n                Degree - 2019 \\n                Marksheet - NA \\n                Diploma -  NA \\n                Transcript - NA\",\n                \"categories\": \"4,2\",\n                \"logo\": \"https://cf-media.api-setu.in/logo/issuers/003611.png\",\n                \"subdomain\": \"alagappauniv\"\n            },\n            {\n                \"organisationId\": \"003442\",\n                \"issuerId\": \"in.ac.aliah\",\n                \"name\": \"Aliah University, Kolkata\",\n                \"description\": \"Aliah University, Kolkata is issuing their Digital awards for the following years, through DigiLocker. These can be pulled by students into their DigiLocker accounts \\n                Degree - 2021,2022 \\n                Marksheet - NA \\n                Diploma -  NA \\n                Transcript - NA\",\n                \"categories\": \"4,2\",\n                \"logo\": \"https://cf-media.api-setu.in/logo/issuers/003442.png\",\n                \"subdomain\": \"aliah\"\n            },\n            {\n                \"organisationId\": \"065852\",\n                \"issuerId\": \"in.ac.amuonline\",\n                \"name\": \"ALIGARH MUSLIM UNIVERSITY BOARD OF SECONDARY AND SENIOR SECONDARY EDUCATION\",\n                \"description\": \"ALIGARH MUSLIM UNIVERSITY BOARD OF SECONDARY AND SENIOR SECONDARY EDUCATION is issuing their Digital awards for the following years, through DigiLocker. These can be pulled by students into their DigiLocker accounts \\n                Degree - NA \\n                Marksheet - 2018,2019,2020,2021,2022,2023 \\n                Diploma -  NA \\n                Transcript - NA\",\n                \"categories\": \"4,2\",\n                \"logo\": \"https://cf-media.api-setu.in/logo/issuers/065852.jpg\",\n                \"subdomain\": \"amuonline\"\n            },\n            {\n                \"organisationId\": \"004779\",\n                \"issuerId\": \"in.ac.amu\",\n                \"name\": \"Aligarh Muslim University, Aligarh\",\n                \"description\": \"Aligarh Muslim University, Aligarh is issuing their Digital awards for the following years, through DigiLocker. These can be pulled by students into their DigiLocker accounts.\\n                Degree - 2021,2022,2023 \\n                Marksheet - 2020,2022,2023 \\n                Diploma - NA \\n                Transcript - NA\",\n                \"categories\": \"4,2\",\n                \"logo\": \"https://cf-media.api-setu.in/logo/issuers/004779.jpg\",\n                \"subdomain\": \"amu\"\n            },\n            {\n                \"organisationId\": \"056429\",\n                \"issuerId\": \"in.edu.aiimsraipur\",\n                \"name\": \"All India Institute Of Medical Science, Raipur\",\n                \"description\": \"All India Institute Of Medical Science, Raipur is issuing their Digital awards for the following years, through DigiLocker. These can be pulled by students into their DigiLocker accounts \\n                Degree - 2016,2017,2018,2019,2020,2021,2022 \\n                Marksheet - NA \\n                Diploma -  NA \\n                Transcript - NA\",\n                \"categories\": \"4,2\",\n                \"logo\": \"https://cf-media.api-setu.in/logo/issuers/056429.png\",\n                \"subdomain\": \"aiimsraipur\"\n            },\n            {\n                \"organisationId\": \"003193\",\n                \"issuerId\": \"edu.aiims\",\n                \"name\": \"All India Institute Of Medical Sciences, New Delhi\",\n                \"description\": \"AIIMS New Delhi is issuing their Digital awards for the following years, through DigiLocker. These can be pulled by students into their DigiLocker accounts.\\r\\n                Degree - 2018,2019,2020,2021,2022,2023 \\r\\n                Marksheet - NA \\r\\n                Diploma - NA \\r\\n                Transcript - NA\",\n                \"categories\": \"4,2\",\n                \"logo\": \"https://cf-media.api-setu.in/logo/issuers/003193.png\",\n                \"subdomain\": \"aiimsdelhi\"\n            },\n            {\n                \"organisationId\": \"007296\",\n                \"issuerId\": \"edu.aiimspatna\",\n                \"name\": \"All India Institute Of Medical Sciences, Patna\",\n                \"description\": \"All India Institute Of Medical Sciences, Patna is issuing their Digital awards for the following years, through DigiLocker. These can be pulled by students into their DigiLocker accounts.\\n                Degree - 2016,2017,2018,2019,2020,2021,2022,2023 \\n                Marksheet - 2015,2016,2017,2018,2019,2020,2021,2022 \\n                Diploma - NA \\n                Transcript - NA\",\n                \"categories\": \"4,2\",\n                \"logo\": \"https://cf-media.api-setu.in/logo/issuers/007296.png\",\n                \"subdomain\": \"aiimspatna\"\n            },\n            {\n                \"organisationId\": \"024866\",\n                \"issuerId\": \"in.edu.aiimsrbl\",\n                \"name\": \"All India Institute of Medical Sciences, Raebareli\",\n                \"description\": \"All India Institute of Medical Sciences, Raebareli is issuing their Digital awards for the following years, through DigiLocker. These can be pulled by students into their DigiLocker accounts.\\r\\n                Degree - NA \\r\\n                Marksheet - 2021,2022,2023,2024 \\r\\n                Diploma - NA \\r\\n                Transcript - NA\",\n                \"categories\": \"4,2\",\n                \"logo\": \"https://cf-media.api-setu.in/logo/issuers/024866.png\",\n                \"subdomain\": \"aiimsrbl\"\n            },\n            {\n                \"organisationId\": \"003776\",\n                \"issuerId\": \"in.edu.alliance\",\n                \"name\": \"Alliance University, Bangalore\",\n                \"description\": \"Alliance University, Bangalore is issuing their Digital awards for the following years, through DigiLocker. These can be pulled by students into their DigiLocker accounts \\n                Degree - 2012,2013,2014,2015,2017,2018,2019,2021,2022 \\n                Marksheet - 2010,2011,2012,2013,2014,2015,2016,2017,2018,2019,2020,2021,2022,2023 \\n                Diploma -  2012,2013,2014,2015,2017,2018,2019,2021,2022 \\n                Transcript - NA\",\n                \"categories\": \"4,2\",\n                \"logo\": \"https://cf-media.api-setu.in/logo/issuers/003776.png\",\n                \"subdomain\": \"alliance\"\n            },\n            {\n                \"organisationId\": \"018113\",\n                \"issuerId\": \"eduharyana.amity\",\n                \"name\": \"Amity University Haryana\",\n                \"description\": \"Amity University Haryana is issuing their Digital awards for the following years, through DigiLocker. These can be pulled by students into their DigiLocker accounts \\n                Degree - 2012,2013,2014,2015,2016,2017,2018,2019,2020,2021,2022 \\n                Marksheet - NA \\n                Diploma -  NA \\n                Transcript - NA\",\n                \"categories\": \"4,2\",\n                \"logo\": \"https://cf-media.api-setu.in/logo/issuers/018113.png\",\n                \"subdomain\": \"amityhr\"\n            },\n            {\n                \"organisationId\": \"006440\",\n                \"issuerId\": \"edu.amity.gwalior\",\n                \"name\": \"Amity University Madhya Pradesh\",\n                \"description\": \"Amity University Madhya Pradesh is issuing their Digital awards for the following years, through DigiLocker. These can be pulled by students into their DigiLocker accounts \\n                Degree - 2019,2020,2021,2022,2023 \\n                Marksheet - 2019,2020,2021,2022,2023,2024 \\n                Diploma -  NA \\n                Transcript - NA\",\n                \"categories\": \"4,2\",\n                \"logo\": \"https://cf-media.api-setu.in/logo/issuers/006440.png\",\n                \"subdomain\": \"amitygwalior\"\n            },\n            {\n                \"organisationId\": \"006450\",\n                \"issuerId\": \".edu.amity.mumbai\",\n                \"name\": \"Amity University Maharashtra\",\n                \"description\": \"Amity University Maharashtra is issuing their Digital awards for the following years, through DigiLocker. These can be pulled by students into their DigiLocker accounts \\n                Degree - 2015,2016,2017,2018,2019,2020,2021,2022,2023 \\n                Marksheet - 2019,2020,2021,2022,2023 \\n                Diploma -  NA \\n                Transcript - NA\",\n                \"categories\": \"4,2\",\n                \"logo\": \"https://cf-media.api-setu.in/logo/issuers/006450.png\",\n                \"subdomain\": \"amitymumbai\"\n            },\n            {\n                \"organisationId\": \"009949\",\n                \"issuerId\": \"edu.amity.mohali\",\n                \"name\": \"Amity University Punjab, Mohali\",\n                \"description\": \"Amity University Punjab, Mohali is issuing their Digital awards for the following years, through DigiLocker. These can be pulled by students into their DigiLocker accounts.\\n                Degree - 2022,2023 \\n                Marksheet - 2022,2023,2024 \\n                Diploma - NA \\n                Transcript - NA\",\n                \"categories\": \"4,2\",\n                \"logo\": \"https://cf-media.api-setu.in/logo/issuers/009949.png\",\n                \"subdomain\": \"amitymohali\"\n            },\n            {\n                \"organisationId\": \"070828\",\n                \"issuerId\": \"edu.http:amity\",\n                \"name\": \"Amity University Rajasthan\",\n                \"description\": \"Amity University Rajasthan is issuing their Digital awards for the following years, through DigiLocker. These can be pulled by students into their DigiLocker accounts.\\n                Degree - NA \\n                Marksheet - NA \\n                Diploma - NA \\n                Transcript - NA\",\n                \"categories\": \"4,2,17\",\n                \"logo\": \"https://cf-media.api-setu.in/logo/issuers/070828.png\",\n                \"subdomain\": \"nssamityjpr\"\n            },\n            {\n                \"organisationId\": \"010415\",\n                \"issuerId\": \"edu.amity.jaipur\",\n                \"name\": \"Amity University Rajasthan, Jaipur\",\n                \"description\": \"Amity University Rajasthan, Jaipur  is issuing their Digital awards for the following years, through DigiLocker. These can be pulled by students into their DigiLocker accounts \\n                Degree - 2009,2010,2011,2012,2013,2014,2015,2016,2017,2018,2019,2020,2021,2022,2023 \\n                Marksheet - 2021,2022,2023 \\n                Diploma -  NA \\n                Transcript - NA\",\n                \"categories\": \"4,2\",\n                \"logo\": \"https://cf-media.api-setu.in/logo/issuers/010415.png\",\n                \"subdomain\": \"amityjaipur\"\n            },\n            {\n                \"organisationId\": \"016596\",\n                \"issuerId\": \"uttarpradesh.amity\",\n                \"name\": \"Amity University Uttar Pradesh\",\n                \"description\": \"Amity University Uttar Pradesh  is issuing their Digital awards for the following years, through DigiLocker. These can be pulled by students into their DigiLocker accounts.\\n                Degree - 2014,2015,2016,2017,2018,2019,2020,2021,2022 \\n                Marksheet - 2015,2016,2017,2018,2019,2020,2021,2022,2023 \\n                Diploma - NA \\n                Transcript - NA\",\n                \"categories\": \"4,2\",\n                \"logo\": \"https://cf-media.api-setu.in/logo/issuers/016596.png\",\n                \"subdomain\": \"uttarpradesh\"\n            },\n            {\n                \"organisationId\": \"005242\",\n                \"issuerId\": \"edu.amity.raipur\",\n                \"name\": \"Amity University, Chhattisgarh\",\n                \"description\": \"Amity University, Chhattisgarh is issuing their Digital awards for the following years, through DigiLocker. These can be pulled by students into their DigiLocker accounts \\n                Degree - 2016,2017,2018,2019,2020,2021,2022 \\n                Marksheet - 2016,2017,2018,2019,2020,2021,2022 \\n                Diploma -  NA \\n                Transcript - 2016,2017,2018,2019,2020,2021\",\n                \"categories\": \"4,2\",\n                \"logo\": \"https://cf-media.api-setu.in/logo/issuers/005242.png\",\n                \"subdomain\": \"raipur\"\n            },\n            {\n                \"organisationId\": \"003354\",\n                \"issuerId\": \"edu.amity\",\n                \"name\": \"Amity University, Jharkhand\",\n                \"description\": \"Amity University, Jharkhand is issuing their Digital awards for the following years, through DigiLocker. These can be pulled by students into their DigiLocker accounts.\\n                Degree - 2018,2019,2020,2021,2022 \\n                Marksheet - 2017,2018,2019,2020,2021,2022 \\n                Diploma - NA \\n                Transcript - NA\",\n                \"categories\": \"4,2\",\n                \"logo\": \"https://cf-media.api-setu.in/logo/issuers/003354.png\",\n                \"subdomain\": \"amity\"\n            },\n            {\n                \"organisationId\": \"007574\",\n                \"issuerId\": \"edu.amity.patna\",\n                \"name\": \"Amity University, Patna\",\n                \"description\": \"Amity University, Patna is issuing their Digital awards for the following years, through DigiLocker. These can be pulled by students into their DigiLocker accounts.\\n                Degree - 2019,2020,2021,2022,2023 \\n                Marksheet - NA \\n                Diploma - NA \\n                Transcript - NA\",\n                \"categories\": \"4,2\",\n                \"logo\": \"https://cf-media.api-setu.in/logo/issuers/007574.png\",\n                \"subdomain\": \"amitypatna\"\n            },\n            {\n                \"organisationId\": \"003705\",\n                \"issuerId\": \"edu.amrita\",\n                \"name\": \"Amrita Vishwa Vidyapeetham, Coimbatore\",\n                \"description\": \"Amrita Vishwa Vidyapeetham, Coimbatore is issuing their Digital awards for the following years, through DigiLocker. These can be pulled by students into their DigiLocker accounts \\n                Degree - 2010,2011,2012,2013,2014,2015,2016,2017,2018,2019,2020,2021,2022,2023 \\n                Marksheet - 2021,2022,2023 \\n                Diploma -  NA \\n                Transcript - NA\",\n                \"categories\": \"4,2\",\n                \"logo\": \"https://cf-media.api-setu.in/logo/issuers/003705.png\",\n                \"subdomain\": \"amrita\"\n            },\n            {\n                \"organisationId\": \"004077\",\n                \"issuerId\": \"in.aau\",\n                \"name\": \"Anand Agricultural University\",\n                \"description\": \"Anand Agricultural University is issuing their Digital awards for the following years, through DigiLocker. These can be pulled by students into their DigiLocker accounts.\\n                Degree - 2021,2023 \\n                Marksheet - NA \\n                Diploma - NA \\n                Transcript - NA\",\n                \"categories\": \"4,2\",\n                \"logo\": \"https://cf-media.api-setu.in/logo/issuers/004077.png\",\n                \"subdomain\": \"aauanand\"\n            },\n            {\n                \"organisationId\": \"002253\",\n                \"issuerId\": \"in.gov.andaman.lawcollege\",\n                \"name\": \"Andaman Law College\",\n                \"description\": \"Transfer Certificate issued by Andaman Law College can be downloaded in citizen's DigiLocker account.\",\n                \"categories\": \"4,2\",\n                \"logo\": \"https://cf-media.api-setu.in/logo/issuers/002253.png\",\n                \"subdomain\": \"lawcollegeandaman\"\n            },\n            {\n                \"organisationId\": \"056345\",\n                \"issuerId\": \"in.gov.ap.apopenschool\",\n                \"name\": \"Andhra Pradesh Open School Society\",\n                \"description\": \"Andhra Pradesh Open School Society is issuing their Digital awards for the following years, through DigiLocker. These can be pulled by students into their DigiLocker accounts \\n                Degree - 2009,2010,2011,2012,2013,2014,2015,2016,2017,2018,2019,2020,2021,2022,2023 \\n                Marksheet - NA \\n                Diploma -  NA \\n                Transcript - NA\",\n                \"categories\": \"4,2\",\n                \"logo\": \"https://cf-media.api-setu.in/logo/issuers/056345.png\",\n                \"subdomain\": \"apopenschool\"\n            },\n            {\n                \"organisationId\": \"003624\",\n                \"issuerId\": \"in.edu.andhrauniversity\",\n                \"name\": \"Andhra University, Visakhapatnam\",\n                \"description\": \"Andhra University, Visakhapatnam is issuing their Digital awards for the following years, through DigiLocker. These can be pulled by students into their DigiLocker accounts.\\n                Degree - 2014,2015,2016,2017,2018,2019,2020,2021,2022 \\n                Marksheet - 2015,2016,2017,2018,2019,2020,2021,2022 \\n                Diploma - NA \\n                Transcript - NA\",\n                \"categories\": \"4,2\",\n                \"logo\": \"https://cf-media.api-setu.in/logo/issuers/003624.png\",\n                \"subdomain\": \"andhrauniv\"\n            },\n            {\n                \"organisationId\": \"042222\",\n                \"issuerId\": \"in.edu.aitstpt\",\n                \"name\": \"ANNAMACHARYA INSTITUTE OF TECHNOLOGY AND SCIENCES, TIRUPATI\",\n                \"description\": \"ANNAMACHARYA INSTITUTE OF TECHNOLOGY AND SCIENCES, TIRUPATI is issuing their Digital awards for the following years, through DigiLocker. These can be pulled by students into their DigiLocker accounts.\\n                Degree - NA \\n                Marksheet - 2023,2024 \\n                Diploma - NA \\n                Transcript - 2023\",\n                \"categories\": \"4,2\",\n                \"logo\": \"https://cf-media.api-setu.in/logo/issuers/042222.png\",\n                \"subdomain\": \"ineduaits-tpt\"\n            },\n            {\n                \"organisationId\": \"006818\",\n                \"issuerId\": \"in.gov.ina.aswschool\",\n                \"name\": \"Anti Submarine Warfare School\",\n                \"description\": \"Anti Submarine Warfare School is issuing their Digital awards for the following years, through DigiLocker. These can be pulled by students into their DigiLocker accounts.\\n                Degree - 2013,2015,2016,2017,2018,2019,2020,2021,2022,2023 \\n                Marksheet - 2013,2015,2016,2017,2018,2019,2020,2021,2022,2023 \\n                Diploma - NA \\n                Transcript - NA\",\n                \"categories\": \"4,2,8\",\n                \"logo\": \"https://cf-media.api-setu.in/logo/issuers/006818.png\",\n                \"subdomain\": \"aswschool\"\n            },\n            {\n                \"organisationId\": \"000026\",\n                \"issuerId\": \"in.gov.edisha\",\n                \"name\": \"Antyodaya Saral Haryana\",\n                \"description\": \"Antyodaya Saral Haryana (https://saralharyana.gov.in/) is the online service delivery portal for Haryana State Govt. Certain documents issued by it (e.g. Birth, Income, Caste Certificates etc) can be pulled into citizens' DigiLocker accounts.\",\n                \"categories\": \"4,30\",\n                \"logo\": \"https://cf-media.api-setu.in/logo/issuers/000026.png\",\n                \"subdomain\": \"edistricthr\"\n            },\n            {\n                \"organisationId\": \"008212\",\n                \"issuerId\": \"edu.apeejay.university\",\n                \"name\": \"Apeejay  Stya University, Sohna\",\n                \"description\": \"Apeejay  Stya University, Sohna  is issuing their Digital awards for the following years, through DigiLocker. These can be pulled by students into their DigiLocker accounts \\n                Degree - 2015,2016,2017,2018,2019 \\n                Marksheet - NA \\n                Diploma -  NA \\n                Transcript - NA\",\n                \"categories\": \"4,2\",\n                \"logo\": \"https://cf-media.api-setu.in/logo/issuers/008212.png\",\n                \"subdomain\": \"apeejayuniversity\"\n            },\n            {\n                \"organisationId\": \"004782\",\n                \"issuerId\": \"edu.apeejay\",\n                \"name\": \"Apeejay School Of Management\",\n                \"description\": \"Apeejay School Of Management is issuing their Digital awards for the following years, through DigiLocker. These can be pulled by students into their DigiLocker accounts.\\n                Degree - NA \\n                Marksheet - NA \\n                Diploma - 1996,1997,1998,1999,2001,2002,2003,2004,2005,2008,2009,2010,2011,2012,2013,2014,2015,2016,2017,2018,2019,2020,2021,2022 \\n                Transcript - NA\",\n                \"categories\": \"4,2\",\n                \"logo\": \"https://cf-media.api-setu.in/logo/issuers/004782.png\",\n                \"subdomain\": \"apeejay\"\n            },\n            {\n                \"organisationId\": \"003780\",\n                \"issuerId\": \"in.edu.apexuniversity\",\n                \"name\": \"Apex Professional University\",\n                \"description\": \"Apex Professional University is issuing their Digital awards for the following years, through DigiLocker. These can be pulled by students into their DigiLocker accounts \\n                Degree - 2020,2021,2022 \\n                Marksheet - 2022,2023 \\n                Diploma -  2021 \\n                Transcript - NA\",\n                \"categories\": \"4,2\",\n                \"logo\": \"https://cf-media.api-setu.in/logo/issuers/003780.png\",\n                \"subdomain\": \"apexuniv\"\n            },\n            {\n                \"organisationId\": \"012884\",\n                \"issuerId\": \"in.co.apexuniversity\",\n                \"name\": \"Apex University\",\n                \"description\": \"Apex University is issuing their Digital awards for the following years, through DigiLocker. These can be pulled by students into their DigiLocker accounts \\n                Degree - 2021,2022 \\n                Marksheet - NA \\n                Diploma -  NA \\n                Transcript - NA\",\n                \"categories\": \"4,2\",\n                \"logo\": \"https://cf-media.api-setu.in/logo/issuers/012884.png\",\n                \"subdomain\": \"apexuniversity\"\n            },\n            {\n                \"organisationId\": \"002600\",\n                \"issuerId\": \"in.edu.ktu.app\",\n                \"name\": \"APJ Abdul Kalam Technological University\",\n                \"description\": \"APJ Abdul Kalam Technological University (initially Kerala Technological University),a State Government University established by the government of Kerala (https://ktu.edu.in) is issuing Degree certificates for the year 2021 through Digilocker. These can be pulled by the students into their digilocker account.\",\n                \"categories\": \"4,2\",\n                \"logo\": \"https://cf-media.api-setu.in/logo/issuers/002600.png\",\n                \"subdomain\": \"ktuapp\"\n            },\n            {\n                \"organisationId\": \"004033\",\n                \"issuerId\": \"in.ac.arkajainuniversity\",\n                \"name\": \"ARKA Jain University\",\n                \"description\": \"ARKA Jain University is issuing their Digital awards for the following years, through DigiLocker. These can be pulled by students into their DigiLocker accounts \\n                Degree - 2021 \\n                Marksheet - 2021 \\n                Diploma -  NA \\n                Transcript - NA\",\n                \"categories\": \"4,2\",\n                \"logo\": \"https://cf-media.api-setu.in/logo/issuers/004033.png\",\n                \"subdomain\": \"arkajainuniv\"\n            },\n            {\n                \"organisationId\": \"003792\",\n                \"issuerId\": \"in.ac.arunachaluniversity\",\n                \"name\": \"Arunachal University Of Studies\",\n                \"description\": \"Arunachal University Of Studies is issuing their Digital awards for the following years, through DigiLocker. These can be pulled by students into their DigiLocker accounts \\n                Degree - 2013,2014,2015,2016,2017,2018,2019,2020,2021,2022,2023,2024 \\n                Marksheet - NA \\n                Diploma -  NA \\n                Transcript - NA\",\n                \"categories\": \"4,2\",\n                \"logo\": \"https://cf-media.api-setu.in/logo/issuers/003792.png\",\n                \"subdomain\": \"arunachaluniv\"\n            },\n            {\n                \"organisationId\": \"003439\",\n                \"issuerId\": \"in.ac.akubihar\",\n                \"name\": \"Aryabhatta Knowledge University, Patna\",\n                \"description\": \"Aryabhatta Knowledge University, Patna is issuing their Digital awards for the following years, through DigiLocker. These can be pulled by students into their DigiLocker accounts \\n                Degree - 2017,2018,2019,2020 \\n                Marksheet - 2021 \\n                Diploma -  NA \\n                Transcript - NA\",\n                \"categories\": \"4,2\",\n                \"logo\": \"https://cf-media.api-setu.in/logo/issuers/003439.png\",\n                \"subdomain\": \"akubihar\"\n            },\n            {\n                \"organisationId\": \"004821\",\n                \"issuerId\": \"in.ac.asbm\",\n                \"name\": \"ASBM University\",\n                \"description\": \"ASBM University is issuing their Digital awards for the following years, through DigiLocker. These can be pulled by students into their DigiLocker accounts \\n                Degree - 2021 \\n                Marksheet - 2021 \\n                Diploma -  NA \\n                Transcript - NA\",\n                \"categories\": \"4,2\",\n                \"logo\": \"https://cf-media.api-setu.in/logo/issuers/004821.png\",\n                \"subdomain\": \"asbm\"\n            },\n            {\n                \"organisationId\": \"005861\",\n                \"issuerId\": \"in.edu.abs\",\n                \"name\": \"Asian Business School\",\n                \"description\": \"Asian Business School is issuing their Digital awards for the following years, through DigiLocker. These can be pulled by students into their DigiLocker accounts \\n                Degree - NA \\n                Marksheet - NA \\n                Diploma -  2015,2016,2017,2018,2019,2020,2021 \\n                Transcript - NA\",\n                \"categories\": \"4,2\",\n                \"logo\": \"https://cf-media.api-setu.in/logo/issuers/005861.png\",\n                \"subdomain\": \"abs\"\n            },\n            {\n                \"organisationId\": \"003305\",\n                \"issuerId\": \"in.ac.aau\",\n                \"name\": \"Assam Agricultural University, Jorhat\",\n                \"description\": \"Assam Agricultural University, Jorhat is issuing their Digital awards for the following years, through DigiLocker. These can be pulled by students into their DigiLocker accounts.\\n                Degree - 2019,2020,2021,2022,2023,2024 \\n                Marksheet - 2021,2022,2023,2024 \\n                Diploma - NA \\n                Transcript - 2019,2021,2022,2023,2024\",\n                \"categories\": \"4,2\",\n                \"logo\": \"https://cf-media.api-setu.in/logo/issuers/003305.png\",\n                \"subdomain\": \"aau\"\n            },\n            {\n                \"organisationId\": \"003240\",\n                \"issuerId\": \"in.ac.dbuniversity\",\n                \"name\": \"Assam Don Bosco University, Guwahati\",\n                \"description\": \"Assam Don Bosco University, Guwahati is issuing their Digital awards for the following years, through DigiLocker. These can be pulled by students into their DigiLocker accounts.\\n                Degree - 2011,2012,2013,2014,2015,2016,2017,2018,2019,2020,2021,2022 \\n                Marksheet - NA \\n                Diploma - NA \\n                Transcript - 2021,2022,2023\",\n                \"categories\": \"4,2\",\n                \"logo\": \"https://cf-media.api-setu.in/logo/issuers/003240.png\",\n                \"subdomain\": \"dbuniv\"\n            },\n            {\n                \"organisationId\": \"009319\",\n                \"issuerId\": \"in.adtu\",\n                \"name\": \"ASSAM DOWN TOWN UNIVERSITY\",\n                \"description\": \"ASSAM DOWN TOWN UNIVERSITY is issuing their Digital awards for the following years, through DigiLocker. These can be pulled by students into their DigiLocker accounts \\n                Degree - 2021,2022 \\n                Marksheet - NA \\n                Diploma -  NA \\n                Transcript - NA\",\n                \"categories\": \"4,2\",\n                \"logo\": \"https://cf-media.api-setu.in/logo/issuers/009319.png\",\n                \"subdomain\": \"adtu\"\n            },\n            {\n                \"organisationId\": \"063583\",\n                \"issuerId\": \"in.gov.assam.afcscl\",\n                \"name\": \"Assam Food and Civil Supplies Corporation Limited\",\n                \"description\": \"The Cabinet had approved for creation of Assam Food and Civil Supplies Corporation Limited as a State Government Company in its meeting held on 10.02.2014. The Corporation was incorporated as a Public Sector Enterprise on 23.09.2014 under the Companies Act, 2013 with its registered office at Guwahati.\",\n                \"categories\": \"4,30\",\n                \"logo\": \"https://cf-media.api-setu.in/logo/issuers/063583.png\",\n                \"subdomain\": \"assamafcscl\"\n            },\n            {\n                \"organisationId\": \"006623\",\n                \"issuerId\": \"in.gov.assam.ahsec\",\n                \"name\": \"Assam Higher Secondary Education Council\",\n                \"description\": \"Assam Higher Secondary Education Council is issuing their Digital awards for the following years, through DigiLocker. These can be pulled by students into their DigiLocker accounts.\\n                Degree - 2019,2020,2021,2022,2023 \\n                Marksheet - 2021,2023 \\n                Diploma - NA \\n                Transcript - NA\",\n                \"categories\": \"4,2\",\n                \"logo\": \"https://cf-media.api-setu.in/logo/issuers/006623.png\",\n                \"subdomain\": \"ahsec\"\n            },\n            {\n                \"organisationId\": \"004053\",\n                \"issuerId\": \"in.gov.assam.argucom\",\n                \"name\": \"Assam Rajiv Gandhi University of Co-Operative Management\",\n                \"description\": \"Assam Rajiv Gandhi University of Co-Operative Management is issuing their Digital awards for the following years, through DigiLocker. These can be pulled by students into their DigiLocker accounts \\n                Degree - 2020,2021 \\n                Marksheet - 2022,2023 \\n                Diploma -  NA \\n                Transcript - 2021\",\n                \"categories\": \"4,2\",\n                \"logo\": \"https://cf-media.api-setu.in/logo/issuers/004053.png\",\n                \"subdomain\": \"argucmassam\"\n            },\n            {\n                \"organisationId\": \"003612\",\n                \"issuerId\": \"in.ac.astu\",\n                \"name\": \"Assam Science and Technology University\",\n                \"description\": \"Assam Science and Technology University is issuing their Digital awards for the following years, through DigiLocker. These can be pulled by students into their DigiLocker accounts.\\n                Degree - 2015,2016,2017,2018,2019,2020,2021,2022 \\n                Marksheet - 2021 \\n                Diploma - NA \\n                Transcript - NA\",\n                \"categories\": \"4,2\",\n                \"logo\": \"https://cf-media.api-setu.in/logo/issuers/003612.png\",\n                \"subdomain\": \"astu\"\n            },\n            {\n                \"organisationId\": \"003766\",\n                \"issuerId\": \"in.ac.aus\",\n                \"name\": \"Assam University, Silchar\",\n                \"description\": \"Assam University, Silchar is issuing their Digital awards for the following years, through DigiLocker. These can be pulled by students into their DigiLocker accounts.\\n                Degree - NA \\n                Marksheet - 2021,2022,2023 \\n                Diploma - NA \\n                Transcript - NA\",\n                \"categories\": \"4,2\",\n                \"logo\": \"https://cf-media.api-setu.in/logo/issuers/003766.png\",\n                \"subdomain\": \"aus\"\n            },\n            {\n                \"organisationId\": \"005162\",\n                \"issuerId\": \"in.ac.awu\",\n                \"name\": \"Assam Women's University\",\n                \"description\": \"Assam Women's University is issuing their Digital awards for the following years, through DigiLocker. These can be pulled by students into their DigiLocker accounts \\n                Degree - 2016,2017,2018,2019,2020,2022 \\n                Marksheet - NA \\n                Diploma -  NA \\n                Transcript - NA\",\n                \"categories\": \"4,2\",\n                \"logo\": \"https://cf-media.api-setu.in/logo/issuers/005162.png\",\n                \"subdomain\": \"awu\"\n            },\n            {\n                \"organisationId\": \"004308\",\n                \"issuerId\": \"in.edu.abvhv\",\n                \"name\": \"Atal Bihari Vajpayee Hindi Vishwavidyalaya\",\n                \"description\": \"Atal Bihari Vajpayee Hindi Vishwavidyalaya is issuing their Digital awards for the following years, through DigiLocker. These can be pulled by students into their DigiLocker accounts \\n                Degree - NA \\n                Marksheet - 2019,2020,2021,2022,2023 \\n                Diploma -  NA \\n                Transcript - NA\",\n                \"categories\": \"4,2\",\n                \"logo\": \"https://cf-media.api-setu.in/logo/issuers/004308.jpg\",\n                \"subdomain\": \"abvhv\"\n            },\n            {\n                \"organisationId\": \"003906\",\n                \"issuerId\": \"in.ac.bilaspuruniversity\",\n                \"name\": \"Atal Bihari Vajpayee Vishwavidyalaya (formerly Bilaspur Vishwavidyalaya)\",\n                \"description\": \"Atal Bihari Vajpayee Vishwavidyalaya is issuing their Digital awards for the following years, through DigiLocker. These can be pulled by students into their DigiLocker accounts \\n                Degree - 2014,2015,2016,2017,2018,2019,2020,2021 \\n                Marksheet - 2018,2019,2020,2021,2022 \\n                Diploma -  2014,2015,2016,2017,2018,2019,2020,2021 \\n                Transcript - NA\",\n                \"categories\": \"4,2\",\n                \"logo\": \"https://cf-media.api-setu.in/logo/issuers/003906.png\",\n                \"subdomain\": \"bilaspuruniversity\"\n            },\n            {\n                \"organisationId\": \"004875\",\n                \"issuerId\": \"in.ac.atmiyauni\",\n                \"name\": \"Atmiya University\",\n                \"description\": \"Atmiya University is issuing their Digital awards for the following years, through DigiLocker. These can be pulled by students into their DigiLocker accounts \\n                Degree - 2020,2021 \\n                Marksheet - NA \\n                Diploma -  2019,2020,2021 \\n                Transcript - NA\",\n                \"categories\": \"4,2\",\n                \"logo\": \"https://cf-media.api-setu.in/logo/issuers/004875.png\",\n                \"subdomain\": \"atmiyauni\"\n            },\n            {\n                \"organisationId\": \"009164\",\n                \"issuerId\": \"in.edu.aurouniversity\",\n                \"name\": \"Auro University Of Hospitality And Management\",\n                \"description\": \"Auro University Of Hospitality And Management is issuing their Digital awards for the following years, through DigiLocker. These can be pulled by students into their DigiLocker accounts.\\n                Degree - 2013,2014,2015,2016,2017,2018,2019,2020,2021,2022 \\n                Marksheet - 2022,2023 \\n                Diploma - NA \\n                Transcript - NA\",\n                \"categories\": \"4,2\",\n                \"logo\": \"https://cf-media.api-setu.in/logo/issuers/009164.png\",\n                \"subdomain\": \"aurouniversity\"\n            },\n            {\n                \"organisationId\": \"008613\",\n                \"issuerId\": \"in.edu.avantikauniversity\",\n                \"name\": \"Avantika University\",\n                \"description\": \"Avantika University is issuing their Digital awards for the following years, through DigiLocker. These can be pulled by students into their DigiLocker accounts.\\n                Degree - 2021,2022 \\n                Marksheet - 2018,2021,2022 \\n                Diploma - NA \\n                Transcript - 2018,2021,2022\",\n                \"categories\": \"4,2\",\n                \"logo\": \"https://cf-media.api-setu.in/logo/issuers/008613.png\",\n                \"subdomain\": \"avantikauniversity\"\n            },\n            {\n                \"organisationId\": \"003549\",\n                \"issuerId\": \"in.ac.avinuty\",\n                \"name\": \"Avinashilingam Institute for Home Science and Higher Education for Women, Coimbatore\",\n                \"description\": \"Avinashilingam Institute for Home Science and Higher Education for Women, Coimbatore is issuing their Digital awards for the following years, through DigiLocker. These can be pulled by students into their DigiLocker accounts.\\n                Degree - 2015,2016,2017,2018,2019,2020,2021,2022,2023 \\n                Marksheet - 2021,2022,2023 \\n                Diploma - NA \\n                Transcript - NA\",\n                \"categories\": \"4,2\",\n                \"logo\": \"https://cf-media.api-setu.in/logo/issuers/003549.png\",\n                \"subdomain\": \"avinuty\"\n            },\n            {\n                \"organisationId\": \"005305\",\n                \"issuerId\": \"in.ac.apsurewa\",\n                \"name\": \"Awadhesh Pratap Singh University, Rewa\",\n                \"description\": \"Awadhesh Pratap Singh University, Rewa is issuing their Digital awards for the following years, through DigiLocker. These can be pulled by students into their DigiLocker accounts \\n                Degree - 2020,2021,2022,2023 \\n                Marksheet - 2018,2019,2020,2021,2022,2023 \\n                Diploma -  NA \\n                Transcript - NA\",\n                \"categories\": \"4,2\",\n                \"logo\": \"https://cf-media.api-setu.in/logo/issuers/005305.png\",\n                \"subdomain\": \"apsurewa\"\n            },\n            {\n                \"organisationId\": \"065392\",\n                \"issuerId\": \"in.axisfinance\",\n                \"name\": \"AXIS FINANCE LTD\",\n                \"description\": \"Axis Finance Ltd introduces a cutting-edge digital vault for all your loan documents. Enjoy the ease of instant access with DigiLocker, bidding farewell to paperwork. Download and manage your loans effortlessly, ensuring peace of mind at your convenience.\\r\\n\\r\\nFor enhanced security, your documents are password-protected. Kindly enter the initial four letters of your first name along with your birthdate in DDMMYYYY format to authenticate and access the documents.\",\n                \"categories\": \"993,1\",\n                \"logo\": \"https://cf-media.api-setu.in/logo/issuers/065392.png\",\n                \"subdomain\": \"axisfinance\"\n            },\n            {\n                \"organisationId\": \"002778\",\n                \"issuerId\": \"in.gov.pmjay\",\n                \"name\": \"Ayushman Bharat\",\n                \"description\": \"Ayushman Bharat PM-JAY e-cards are now available on DigiLocker. Beneficiaries can access PMJAY e-cards on their respective Digilocker account under the issued document section.\",\n                \"categories\": \"4,7\",\n                \"logo\": \"https://cf-media.api-setu.in/logo/issuers/002778.png\",\n                \"subdomain\": \"pmjay\"\n            },\n            {\n                \"organisationId\": \"003199\",\n                \"issuerId\": \"in.edu.azimpremjiuniversity\",\n                \"name\": \"Azim Premji University, Bangalore\",\n                \"description\": \"Azim Premji University, Bangalore is issuing their Digital awards for the following years, through DigiLocker. These can be pulled by students into their DigiLocker accounts.\\n                Degree - 2017,2018,2019,2020,2021,2022,2023 \\n                Marksheet - 2015,2016,2017,2018,2019,2020,2021,2022 \\n                Diploma - NA \\n                Transcript - NA\",\n                \"categories\": \"4,2\",\n                \"logo\": \"https://cf-media.api-setu.in/logo/issuers/003199.png\",\n                \"subdomain\": \"azimpremjiuniv\"\n            },\n            {\n                \"organisationId\": \"004231\",\n                \"issuerId\": \"in.bjbcollege\",\n                \"name\": \"B.J.B. Autonomous College, Bhubaneswar\",\n                \"description\": \"B.J.B. Autonomous College, Bhubaneswar is issuing their Digital awards for the following years, through DigiLocker. These can be pulled by students into their DigiLocker accounts \\n                Degree - NA \\n                Marksheet - 2012,2013,2014,2015,2016,2017,2018,2019,2020,2021,2022 \\n                Diploma -  NA \\n                Transcript - NA\",\n                \"categories\": \"4,2\",\n                \"logo\": \"https://cf-media.api-setu.in/logo/issuers/004231.png\",\n                \"subdomain\": \"bjbcollege\"\n            },\n            {\n                \"organisationId\": \"004954\",\n                \"issuerId\": \"in.ac.bldedu\",\n                \"name\": \"B.L.D.E., Vijayapura\",\n                \"description\": \"B.L.D.E., Vijayapura is issuing their Digital awards for the following years, through DigiLocker. These can be pulled by students into their DigiLocker accounts \\n                Degree - 2010,2011,2012,2013,2014,2015,2016,2017,2018,2019,2020,2021,2022,2023 \\n                Marksheet - 2009,2011,2012,2013,2014,2015,2016,2017,2018,2019,2020,2021,2022,2023,2024 \\n                Diploma -  NA \\n                Transcript - NA\",\n                \"categories\": \"4,2\",\n                \"logo\": \"https://cf-media.api-setu.in/logo/issuers/004954.png\",\n                \"subdomain\": \"blde\"\n            },\n            {\n                \"organisationId\": \"004285\",\n                \"issuerId\": \"education.crescent\",\n                \"name\": \"B.S. Abdur Rahman Crescent Institute Of Science & Technology\",\n                \"description\": \"B.S. Abdur Rahman Crescent Institute Of Science & Technology is issuing their Digital awards for the following years, through DigiLocker. These can be pulled by students into their DigiLocker accounts.\\n                Degree - 2022,2023 \\n                Marksheet - NA \\n                Diploma - NA \\n                Transcript - NA\",\n                \"categories\": \"4,2\",\n                \"logo\": \"https://cf-media.api-setu.in/logo/issuers/004285.png\",\n                \"subdomain\": \"crescent\"\n            },\n            {\n                \"organisationId\": \"004300\",\n                \"issuerId\": \"org.bbmchandikhole\",\n                \"name\": \"Baba Bhairabananda Autonomous MahaVidyalaya, Chandikhole\",\n                \"description\": \"Baba Bhairabananda Autonomous MahaVidyalaya, Chandikhole is issuing their Digital awards for the following years, through DigiLocker. These can be pulled by students into their DigiLocker accounts \\n                Degree - NA \\n                Marksheet - 2017,2018,2019,2020,2021 \\n                Diploma -  NA \\n                Transcript - NA\",\n                \"categories\": \"4,2\",\n                \"logo\": \"https://cf-media.api-setu.in/logo/issuers/004300.png\",\n                \"subdomain\": \"bbmchandikhole\"\n            },\n            {\n                \"organisationId\": \"003369\",\n                \"issuerId\": \"in.ac.bfuhs\",\n                \"name\": \"Baba Farid University of Health Sciences, Faridkot\",\n                \"description\": \"Baba Farid University Of Health & Medical Sciences, Faridkot is issuing their Digital awards for the following years, through DigiLocker. These can be pulled by students into their DigiLocker accounts \\n                Degree - 2008,2010,2011,2014,2015,2016,2017,2018,2019,2020,2021 \\n                Marksheet - NA \\n                Diploma -  NA \\n                Transcript - NA\",\n                \"categories\": \"4,2\",\n                \"logo\": \"https://cf-media.api-setu.in/logo/issuers/003369.png\",\n                \"subdomain\": \"bfuhs\"\n            },\n            {\n                \"organisationId\": \"004007\",\n                \"issuerId\": \"org.bgsbuniversity\",\n                \"name\": \"Baba Ghulam Shah Badshah University\",\n                \"description\": \"Baba Ghulam Shah Badshah University is issuing their Digital awards for the following years, through DigiLocker. These can be pulled by students into their DigiLocker accounts \\n                Degree - 2007,2008,2009,2010,2011,2012,2013,2014,2015,2016,2017,2018,2019,2020,2021,2022 \\n                Marksheet - NA \\n                Diploma -  2012,2013,2014,2015,2016,2017,2018,2019,2020,2021 \\n                Transcript - NA\",\n                \"categories\": \"4,2\",\n                \"logo\": \"https://cf-media.api-setu.in/logo/issuers/004007.png\",\n                \"subdomain\": \"bgsbuniversity\"\n            },\n            {\n                \"organisationId\": \"004631\",\n                \"issuerId\": \"in.ac.bbau\",\n                \"name\": \"Babasaheb Bhimrao Ambedkar University, Lucknow\",\n                \"description\": \"Babasaheb Bhimrao Ambedkar University, Lucknow is issuing their Digital awards for the following years, through DigiLocker. These can be pulled by students into their DigiLocker accounts \\n                Degree - NA \\n                Marksheet - 2021,2022 \\n                Diploma -  NA \\n                Transcript - NA\",\n                \"categories\": \"4,2\",\n                \"logo\": \"https://cf-media.api-setu.in/logo/issuers/004631.png\",\n                \"subdomain\": \"bbau\"\n            },\n            {\n                \"organisationId\": \"010849\",\n                \"issuerId\": \"in.gov.anagrasarkalyan\",\n                \"name\": \"Backward Classes Welfare Department\",\n                \"description\": \"The Caste Identification Certificates, popularly known as Caste certificates, are an important legal document for SC/ST/OBC people for availing reservation benefits as provided by both the Central and State Governments.\",\n                \"categories\": \"4\",\n                \"logo\": \"https://cf-media.api-setu.in/logo/issuers/010849.png\",\n                \"subdomain\": \"anagrasarkalyan\"\n            },\n            {\n                \"organisationId\": \"004439\",\n                \"issuerId\": \"in.ac.baddiuniv\",\n                \"name\": \"BADDI UNIVERSITY OF EMERGING SCIENCES & TECHNOLOGY\",\n                \"description\": \"Baddi University Of Emerging Sciences And Technology, Baddi is issuing their Digital awards for the following years, through DigiLocker. These can be pulled by students into their DigiLocker accounts \\n                Degree - 2019,2020,2021 \\n                Marksheet - NA \\n                Diploma -  2019,2020,2021 \\n                Transcript - NA\",\n                \"categories\": \"4,2\",\n                \"logo\": \"https://cf-media.api-setu.in/logo/issuers/004439.png\",\n                \"subdomain\": \"baddiuniv\"\n            },\n            {\n                \"organisationId\": \"005692\",\n                \"issuerId\": \"in.edu.bahrauniversity\",\n                \"name\": \"Bahra University, Solan\",\n                \"description\": \"Bahra University, Solan is issuing their Digital awards for the following years, through DigiLocker. These can be pulled by students into their DigiLocker accounts.\\n                Degree - 2012,2013,2014,2015,2016,2017,2018,2019,2020,2021,2022,2023 \\n                Marksheet - NA \\n                Diploma - NA \\n                Transcript - NA\",\n                \"categories\": \"4,2\",\n                \"logo\": \"https://cf-media.api-setu.in/logo/issuers/005692.png\",\n                \"subdomain\": \"bahrauniversity\"\n            },\n            {\n                \"organisationId\": \"001325\",\n                \"issuerId\": \"com.bajajallianz\",\n                \"name\": \"Bajaj Allianz General Insurance Company Ltd. (BAGIC)\",\n                \"description\": \"Insurance policies such as health, car, two wheeler, property etc. issued by BAGIC are available to be pulled by citizens.\",\n                \"categories\": \"993,1\",\n                \"logo\": \"https://cf-media.api-setu.in/logo/issuers/001325.jpg\",\n                \"subdomain\": \"bajajallianz\"\n            },\n            {\n                \"organisationId\": \"002315\",\n                \"issuerId\": \"com.bajajallianzlife\",\n                \"name\": \"Bajaj Allianz Life Insurance Company Ltd\",\n                \"description\": \"Policy Documents issued by Bajaj Allianz Life Insurance Co.Ltd (https://www.bajajallianzlife.com) can be pulled in user's DigiLocker account\",\n                \"categories\": \"993,1\",\n                \"logo\": \"https://cf-media.api-setu.in/logo/issuers/002315.jpg\",\n                \"subdomain\": \"bajajallianzlife\"\n            },\n            {\n                \"organisationId\": \"031737\",\n                \"issuerId\": \"org.jbsw.shikshamandal\",\n                \"name\": \"Bajaj College of Science, Wardha\",\n                \"description\": \"Bajaj College of Science, Wardha is issuing their Digital awards for the following years, through DigiLocker. These can be pulled by students into their DigiLocker accounts \\n                Degree - NA \\n                Marksheet - 2022,2023 \\n                Diploma -  NA \\n                Transcript - NA\",\n                \"categories\": \"4,2\",\n                \"logo\": \"https://cf-media.api-setu.in/logo/issuers/031737.png\",\n                \"subdomain\": \"jbswshikshamandal\"\n            },\n            {\n                \"organisationId\": \"003250\",\n                \"issuerId\": \"in.ac.bhu\",\n                \"name\": \"Banaras Hindu University\",\n                \"description\": \"Banaras Hindu University is issuing their Digital awards for the following years, through DigiLocker. These can be pulled by students into their DigiLocker accounts.\\n                Degree - 2015,2016,2017,2018,2019,2020,2021,2022 \\n                Marksheet - 2015,2016,2017,2018,2019,2020,2021,2022,2023 \\n                Diploma - NA \\n                Transcript - NA\",\n                \"categories\": \"4,2\",\n                \"logo\": \"https://cf-media.api-setu.in/logo/issuers/003250.png\",\n                \"subdomain\": \"bhu\"\n            },\n            {\n                \"organisationId\": \"010479\",\n                \"issuerId\": \"org.banathali\",\n                \"name\": \"BANASTHALI VIDYAPITH\",\n                \"description\": \"BANASTHALI VIDYAPITH is issuing their Digital awards for the following years, through DigiLocker. These can be pulled by students into their DigiLocker accounts \\n                Degree - 2013,2014,2015,2016 \\n                Marksheet - NA \\n                Diploma -  NA \\n                Transcript - NA\",\n                \"categories\": \"4,2\",\n                \"logo\": \"https://cf-media.api-setu.in/logo/issuers/010479.png\",\n                \"subdomain\": \"banathali\"\n            },\n            {\n                \"organisationId\": \"003440\",\n                \"issuerId\": \"in.edu.buat\",\n                \"name\": \"Banda University of Agriculture and Technology, Banda\",\n                \"description\": \"Banda University of Agriculture and Technology, Banda is issuing their Digital awards for the following years, through DigiLocker. These can be pulled by students into their DigiLocker accounts.\\n                Degree - 2015,2016,2017,2018,2019,2020,2021,2022,2023,2024 \\n                Marksheet - NA \\n                Diploma - NA \\n                Transcript - NA\",\n                \"categories\": \"4,2\",\n                \"logo\": \"https://cf-media.api-setu.in/logo/issuers/003440.png\",\n                \"subdomain\": \"buat\"\n            },\n            {\n                \"organisationId\": \"002609\",\n                \"issuerId\": \"com.aegonlife\",\n                \"name\": \"Bandhan Life Insurance Company Ltd.\",\n                \"description\": \"Bandhan Life Insurance Company Limited provides life insurance solutions to its consumers. Customers can access their policy document that are available to be pulled by the policyholders into their DigiLocker account. Only documents issued with policy number starting with ?ALI? are currently available on DigiLocker account\",\n                \"categories\": \"4,1\",\n                \"logo\": \"https://cf-media.api-setu.in/logo/issuers/002609.png\",\n                \"subdomain\": \"aegonlife\"\n            },\n            {\n                \"organisationId\": \"003423\",\n                \"issuerId\": \"in.ac.bangaloreuniversity\",\n                \"name\": \"Bangalore University\",\n                \"description\": \"Bangalore University is issuing their Digital awards for the following years, through DigiLocker. These can be pulled by students into their DigiLocker accounts.\\n                Degree - 1980,1981,1982,1983,1984,1985,1986,1987,1988,1989,1990,1991,1992,1993,1994,1995,1996,1997,1998,1999,2000,2001,2002,2003,2004,2005,2006,2007,2008,2009,2010,2011,2012,2013,2014,2015,2016,2017,2018,2019,2020,2021,2022,2023 \\n                Marksheet - 2009,2010,2011,2012,2013,2014,2015,2016,2017,2018,2019,2020,2021,2022,2023 \\n                Diploma - NA \\n                Transcript - NA\",\n                \"categories\": \"4,2\",\n                \"logo\": \"https://cf-media.api-setu.in/logo/issuers/003423.png\",\n                \"subdomain\": \"bangaloreuniv\"\n            },\n            {\n                \"organisationId\": \"004958\",\n                \"issuerId\": \"in.gov.bwssb\",\n                \"name\": \"Bangalore Water Supply and Sewerage Board\",\n                \"description\": \"Bangalore Water Supply and Sewerage Board is an autonomous body formed by the State legislature under Bangalore Water supply and Sewerage Board Act on 10-09-1964 for Water Supply & Sewage disposal. It is one of the first Water supply & Sanitation Utilities in India with jurisdiction of entire Bruhat Bengaluru Mahanagara Palike Area of 800 Sqkm, (Bengaluru Core area of 245 Sqkm, 8 Urban Local Bodies of 330 Sqkm ( 7 City Municipal Corporation and 1 Town Municipal Corporation and 110 Villages of 225 Sq kms.)\",\n                \"categories\": \"4,30\",\n                \"logo\": \"https://cf-media.api-setu.in/logo/issuers/004958.png\",\n                \"subdomain\": \"bwssb\"\n            },\n            {\n                \"organisationId\": \"002630\",\n                \"issuerId\": \"In.co.bankofindia\",\n                \"name\": \"Bank of India\",\n                \"description\": \"Bank of India has made available FORM-16 of all account holders on DigiLocker. You can view and download Form 16 in your Digi Locker account.\",\n                \"categories\": \"3,1\",\n                \"logo\": \"https://cf-media.api-setu.in/logo/issuers/002630.png\",\n                \"subdomain\": \"bankofindia\"\n            },\n            {\n                \"organisationId\": \"002518\",\n                \"issuerId\": \"in.bankofmaharashtra\",\n                \"name\": \"Bank of Maharashtra\",\n                \"description\": \"Bank of Maharashtra is now issuing Pensioner’s Slip to Central Government Pensioners having account with BOM through Digilocker\",\n                \"categories\": \"4,1\",\n                \"logo\": \"https://cf-media.api-setu.in/logo/issuers/002518.png\",\n                \"subdomain\": \"bankofmaharashtra\"\n            },\n            {\n                \"organisationId\": \"012912\",\n                \"issuerId\": \"ac.in.bitsathy\",\n                \"name\": \"BANNARI AMMAN INSTITUTE OF TECHNOLOGY\",\n                \"description\": \"The institute has registered through NAD portal.\",\n                \"categories\": \"4,2\",\n                \"logo\": \"https://cf-media.api-setu.in/logo/issuers/012912.png\",\n                \"subdomain\": \"bitsathy\"\n            },\n            {\n                \"organisationId\": \"005706\",\n                \"issuerId\": \"in.edu.biu\",\n                \"name\": \"Bareilly International University, Bareilly\",\n                \"description\": \"Bareilly International University, Bareilly is issuing their Digital awards for the following years, through DigiLocker. These can be pulled by students into their DigiLocker accounts.\\n                Degree - 2018,2019,2020 \\n                Marksheet - 2018,2019,2020,2021,2022,2023 \\n                Diploma - NA \\n                Transcript - NA\",\n                \"categories\": \"4,2\",\n                \"logo\": \"https://cf-media.api-setu.in/logo/issuers/005706.png\",\n                \"subdomain\": \"biu\"\n            },\n            {\n                \"organisationId\": \"005223\",\n                \"issuerId\": \"in.nic.bubhopal\",\n                \"name\": \"Barkatullah Vishwavidyalaya,Bhopal\",\n                \"description\": \"Barkatullah Vishwavidyalaya,Bhopal is issuing their Digital awards for the following years, through DigiLocker. These can be pulled by students into their DigiLocker accounts.\\n                Degree - 2023 \\n                Marksheet - 2021,2022,2023,2024 \\n                Diploma - NA \\n                Transcript - NA\",\n                \"categories\": \"4,2\",\n                \"logo\": \"https://cf-media.api-setu.in/logo/issuers/005223.jpg\",\n                \"subdomain\": \"bubhopal\"\n            },\n            {\n                \"organisationId\": \"081707\",\n                \"issuerId\": \"edu.becbgk\",\n                \"name\": \"Basaveshwar Engineering College\",\n                \"description\": \"Basaveshwar Engineering College (BEC), Bagalkot is undergoing unswerving growth since 1963. It started as a private institute with only three Engineering programs viz. Civil, Mechanical & Electrical Engineering and came into Government grant in-aid code from 1968. Today, the institute offers 9 undergraduate and 8 post graduate programmes with 10 departments recognized as R&D centers by VTU, Belagavi. It is a matter of pride for BEC to be placed in the rank band of 201-250 at all India level for the year 2019-20 by the National Institutional Ranking Framework (NIRF) of MHRD, New Delhi.\",\n                \"categories\": \"4,2\",\n                \"logo\": \"https://cf-media.api-setu.in/logo/issuers/081707.jpg\",\n                \"subdomain\": \"becbgk\"\n            },\n            {\n                \"organisationId\": \"004957\",\n                \"issuerId\": \"in.ac.bcu\",\n                \"name\": \"Bengaluru City University\",\n                \"description\": \"Bengaluru City University is issuing their Digital awards for the following years, through DigiLocker. These can be pulled by students into their DigiLocker accounts.\\n                Degree - 2020,2021,2022 \\n                Marksheet - 2020,2021,2022,2023 \\n                Diploma - NA \\n                Transcript - NA\",\n                \"categories\": \"4,2\",\n                \"logo\": \"https://cf-media.api-setu.in/logo/issuers/004957.png\",\n                \"subdomain\": \"bcu\"\n            },\n            {\n                \"organisationId\": \"004845\",\n                \"issuerId\": \"in.ac.bnu\",\n                \"name\": \"Bengaluru North University\",\n                \"description\": \"Bengaluru North University is issuing their Digital awards for the following years, through DigiLocker. These can be pulled by students into their DigiLocker accounts.\\n                Degree - 2020,2021 \\n                Marksheet - 2018,2019,2020,2021,2022,2023 \\n                Diploma - NA \\n                Transcript - NA\",\n                \"categories\": \"4,2\",\n                \"logo\": \"https://cf-media.api-setu.in/logo/issuers/004845.png\",\n                \"subdomain\": \"bnu\"\n            },\n            {\n                \"organisationId\": \"003864\",\n                \"issuerId\": \"in.edu.bennett\",\n                \"name\": \"Bennett University, Greater Noida\",\n                \"description\": \"Bennett University, Greater Noida is issuing their Digital awards for the following years, through DigiLocker. These can be pulled by students into their DigiLocker accounts.\\n                Degree - 2019,2020,2021,2022 \\n                Marksheet - NA \\n                Diploma - 2022 \\n                Transcript - NA\",\n                \"categories\": \"4,2\",\n                \"logo\": \"https://cf-media.api-setu.in/logo/issuers/003864.png\",\n                \"subdomain\": \"bennett\"\n            },\n            {\n                \"organisationId\": \"005612\",\n                \"issuerId\": \"in.edu.buodisha\",\n                \"name\": \"Berhampur University, Berhampur\",\n                \"description\": \"Berhampur University, Berhampur is issuing their Digital awards for the following years, through DigiLocker. These can be pulled by students into their DigiLocker accounts.\\n                Degree - 2017,2018,2019,2021,2022,2023 \\n                Marksheet - 2021 \\n                Diploma - NA \\n                Transcript - NA\",\n                \"categories\": \"4,2\",\n                \"logo\": \"https://cf-media.api-setu.in/logo/issuers/005612.png\",\n                \"subdomain\": \"buodisha\"\n            },\n            {\n                \"organisationId\": \"011185\",\n                \"issuerId\": \"in.edu.bhabhauniversity\",\n                \"name\": \"Bhabha University, Bhopal\",\n                \"description\": \"Bhabha University, Bhopal is issuing their Digital awards for the following years, through DigiLocker. These can be pulled by students into their DigiLocker accounts \\n                Degree - NA \\n                Marksheet - 2019,2020,2021,2022,2023,2024 \\n                Diploma -  NA \\n                Transcript - NA\",\n                \"categories\": \"4,2\",\n                \"logo\": \"https://cf-media.api-setu.in/logo/issuers/011185.png\",\n                \"subdomain\": \"bhabhauniversity\"\n            },\n            {\n                \"organisationId\": \"004245\",\n                \"issuerId\": \"in.nic.bhadrakcollege\",\n                \"name\": \"Bhadrak Autonomous College, Bhadrak\",\n                \"description\": \"Bhadrak Autonomous College, Bhadrak is issuing their Digital awards for the following years, through DigiLocker. These can be pulled by students into their DigiLocker accounts \\n                Degree - NA \\n                Marksheet - 2018,2019,2020,2021 \\n                Diploma -  NA \\n                Transcript - NA\",\n                \"categories\": \"4,2\",\n                \"logo\": \"https://cf-media.api-setu.in/logo/issuers/004245.png\",\n                \"subdomain\": \"bhadrakcollege\"\n            },\n            {\n                \"organisationId\": \"003272\",\n                \"issuerId\": \"in.ac.bpswomenuniversity\",\n                \"name\": \"Bhagat Phool Singh  Mahila University, Khanpur Kalan, Sonipat\",\n                \"description\": \"Bhagat Phool Singh  Mahila University, Khanpur Kalan, Sonipat is issuing their Digital awards for the following years, through DigiLocker. These can be pulled by students into their DigiLocker accounts.\\n                Degree - 2009,2011,2012,2013,2014,2015,2016,2017,2018,2019 \\n                Marksheet - 2022,2023 \\n                Diploma - NA \\n                Transcript - NA\",\n                \"categories\": \"4,2\",\n                \"logo\": \"https://cf-media.api-setu.in/logo/issuers/003272.png\",\n                \"subdomain\": \"bpswomenuniv\"\n            },\n            {\n                \"organisationId\": \"008851\",\n                \"issuerId\": \"in.ac.bmusurat\",\n                \"name\": \"Bhagwan Mahavir University\",\n                \"description\": \"Bhagwan Mahavir University is issuing their Digital awards for the following years, through DigiLocker. These can be pulled by students into their DigiLocker accounts \\n                Degree - 2021,2022 \\n                Marksheet - 2020,2021,2022 \\n                Diploma -  2021 \\n                Transcript - NA\",\n                \"categories\": \"4,2\",\n                \"logo\": \"https://cf-media.api-setu.in/logo/issuers/008851.png\",\n                \"subdomain\": \"bmusurat\"\n            },\n            {\n                \"organisationId\": \"055755\",\n                \"issuerId\": \"in.ac.bhagwantuniversity\",\n                \"name\": \"Bhagwant University,  Ajmer\",\n                \"description\": \"The institute has registered through NAD portal.\",\n                \"categories\": \"4,2\",\n                \"logo\": \"https://cf-media.api-setu.in/logo/issuers/055755.jpeg\",\n                \"subdomain\": \"bhagwantuniversity\"\n            },\n            {\n                \"organisationId\": \"004856\",\n                \"issuerId\": \"in.edu.bhaikakauniv\",\n                \"name\": \"Bhaikaka University\",\n                \"description\": \"Bhaikaka University is issuing their Digital awards for the following years, through DigiLocker. These can be pulled by students into their DigiLocker accounts \\n                Degree - 2022 \\n                Marksheet - 2020,2021,2022 \\n                Diploma -  2021,2022 \\n                Transcript - NA\",\n                \"categories\": \"4,2\",\n                \"logo\": \"https://cf-media.api-setu.in/logo/issuers/004856.png\",\n                \"subdomain\": \"bhaikakauniv\"\n            },\n            {\n                \"organisationId\": \"003600\",\n                \"issuerId\": \"in.edu.bknmu\",\n                \"name\": \"Bhakta Kavi Narsinh Mehta University\",\n                \"description\": \"Bhakta Kavi Narsinh Mehta University is issuing their Digital awards for the following years, through DigiLocker. These can be pulled by students into their DigiLocker accounts.\\n                Degree - 2017,2018,2019,2020,2021,2022 \\n                Marksheet - 2017,2018,2019,2020,2021,2022 \\n                Diploma - NA \\n                Transcript - NA\",\n                \"categories\": \"4,2\",\n                \"logo\": \"https://cf-media.api-setu.in/logo/issuers/003600.png\",\n                \"subdomain\": \"bknmu\"\n            },\n            {\n                \"organisationId\": \"003030\",\n                \"issuerId\": \"in.ac.bharathuniv\",\n                \"name\": \"Bharath Institute of Higher Education & Research\",\n                \"description\": \"Bharath Institute Of Higher Education & Research is issuing their Digital awards for the following years, through DigiLocker. These can be pulled by students into their DigiLocker accounts \\n                Degree - 2007,2008,2009,2010,2011,2012,2013,2014,2015,2016,2017,2018,2019,2020,2021 \\n                Marksheet - NA \\n                Diploma -  NA \\n                Transcript - NA\",\n                \"categories\": \"4,2\",\n                \"logo\": \"https://cf-media.api-setu.in/logo/issuers/003030.png\",\n                \"subdomain\": \"biher\"\n            },\n            {\n                \"organisationId\": \"057899\",\n                \"issuerId\": \"in.edu.bharathicollege\",\n                \"name\": \"Bharathi College, UG PG and Research Centre,Autonomous\",\n                \"description\": \"Bharathi College, UG PG and Research Centre,Autonomous is issuing their Digital awards for the following years, through DigiLocker. These can be pulled by students into their DigiLocker accounts.\\r\\n                Degree - NA \\r\\n                Marksheet - NA \\r\\n                Diploma - NA \\r\\n                Transcript - NA\",\n                \"categories\": \"4,2\",\n                \"logo\": \"https://cf-media.api-setu.in/logo/issuers/057899.png\",\n                \"subdomain\": \"bharathicollege\"\n            },\n            {\n                \"organisationId\": \"003368\",\n                \"issuerId\": \"in.ac.bdu\",\n                \"name\": \"Bharathidasan University, Tiruchirappalli\",\n                \"description\": \"Bharathidasan University, Tiruchirappalli is issuing their Digital awards for the following years, through DigiLocker. These can be pulled by students into their DigiLocker accounts \\r\\n                Degree - 2017 \\r\\n                Marksheet - NA \\r\\n                Diploma -  NA \\r\\n                Transcript - NA\",\n                \"categories\": \"4,2\",\n                \"logo\": \"https://cf-media.api-setu.in/logo/issuers/003368.png\",\n                \"subdomain\": \"bdu\"\n            },\n            {\n                \"organisationId\": \"003113\",\n                \"issuerId\": \"in.edu.bvuniversity\",\n                \"name\": \"Bharati Vidyapeeth\",\n                \"description\": \"Bharati Vidyapeeth is issuing their Digital awards for the following years, through DigiLocker. These can be pulled by students into their DigiLocker accounts \\n                Degree - 2000,2001,2008,2009,2010,2011,2012,2013,2014,2015,2016,2017,2018,2019,2020,2021,2022,2023 \\n                Marksheet - 2020,2021,2022,2023 \\n                Diploma -  2008,2009,2010,2011,2012,2013,2014,2015,2016,2017,2018,2019,2020,2021,2022,2023 \\n                Transcript - NA\",\n                \"categories\": \"4,2\",\n                \"logo\": \"https://cf-media.api-setu.in/logo/issuers/003113.png\",\n                \"subdomain\": \"bvuniv\"\n            },\n            {\n                \"organisationId\": \"003207\",\n                \"issuerId\": \"com.bhartiaxalife\",\n                \"name\": \"Bharti AXA Life Insurance Company Limited\",\n                \"description\": \"Policy Contract of insurance policies issued by Bharti AXA Life after 10-March-2021 are available & can be fetched by the customers via their Digilocker account.\",\n                \"categories\": \"993,1\",\n                \"logo\": \"https://cf-media.api-setu.in/logo/issuers/003207.png\",\n                \"subdomain\": \"bhartiaxalife\"\n            },\n            {\n                \"organisationId\": \"006926\",\n                \"issuerId\": \"in.ruj.bsdu\",\n                \"name\": \"Bhartiya Skill Development University, Jaipur\",\n                \"description\": \"Bhartiya Skill Development Univesity is issuing their Digital awards for the following years, through DigiLocker. These can be pulled by students into their DigiLocker accounts \\n                Degree - 2020,2021,2022 \\n                Marksheet - NA \\n                Diploma -  NA \\n                Transcript - NA\",\n                \"categories\": \"4,2\",\n                \"logo\": \"https://cf-media.api-setu.in/logo/issuers/006926.png\",\n                \"subdomain\": \"rujbsdu\"\n            },\n            {\n                \"organisationId\": \"007530\",\n                \"issuerId\": \"in.edu.bhatkhandemusic\",\n                \"name\": \"Bhatkhande Sanskriti Vishwavidyalaya (Formerly Bhatkhande Music Institute, Lucknow)\",\n                \"description\": \"Bhatkhande Sanskriti Vishwavidyalaya (Formerly Bhatkhande Music Institute, Lucknow) is issuing their Digital awards for the following years, through DigiLocker. These can be pulled by students into their DigiLocker accounts.\\n                Degree - 2017,2018,2019,2020,2021,2022,2023 \\n                Marksheet - NA \\n                Diploma - NA \\n                Transcript - NA\",\n                \"categories\": \"4,2\",\n                \"logo\": \"https://cf-media.api-setu.in/logo/issuers/007530.png\",\n                \"subdomain\": \"bhatkhandemusic\"\n            },\n            {\n                \"organisationId\": \"005918\",\n                \"issuerId\": \"in.ac.bajalicollege\",\n                \"name\": \"Bhattadev University, Bajali\",\n                \"description\": \"Bhattadev University, Bajali is issuing their Digital awards for the following years, through DigiLocker. These can be pulled by students into their DigiLocker accounts \\n                Degree - NA \\n                Marksheet - 2020,2021 \\n                Diploma -  NA \\n                Transcript - NA\",\n                \"categories\": \"4,2\",\n                \"logo\": \"https://cf-media.api-setu.in/logo/issuers/005918.png\",\n                \"subdomain\": \"bajalicollege\"\n            },\n            {\n                \"organisationId\": \"010356\",\n                \"issuerId\": \"org.bvbbhubaneswar\",\n                \"name\": \"BHAVAN'S CENTRE FOR COMMUNICATION AND MANAGEMENT\",\n                \"description\": \"BHAVAN'S CENTRE FOR COMMUNICATION AND MANAGEMENT is issuing their Digital awards for the following years, through DigiLocker. These can be pulled by students into their DigiLocker accounts \\n                Degree - NA \\n                Marksheet - NA \\n                Diploma -  2021,2022 \\n                Transcript - NA\",\n                \"categories\": \"4,2\",\n                \"logo\": \"https://cf-media.api-setu.in/logo/issuers/010356.png\",\n                \"subdomain\": \"bvbbhubaneswar\"\n            },\n            {\n                \"organisationId\": \"012651\",\n                \"issuerId\": \"in.ac.bitdurg\",\n                \"name\": \"BHILAI INSTITUTE OF TECHNOLOGY\",\n                \"description\": \"BHILAI INSTITUTE OF TECHNOLOGY is issuing their Digital awards for the following years, through DigiLocker. These can be pulled by students into their DigiLocker accounts \\n                Degree - NA \\n                Marksheet - 2020 \\n                Diploma -  NA \\n                Transcript - NA\",\n                \"categories\": \"4,2\",\n                \"logo\": \"https://cf-media.api-setu.in/logo/issuers/012651.png\",\n                \"subdomain\": \"bitdurg\"\n            },\n            {\n                \"organisationId\": \"005568\",\n                \"issuerId\": \"in.gov.bmc\",\n                \"name\": \"BHUBANESWAR MUNICIPAL CORPORATION\",\n                \"description\": \"Marriage Certificates issued by the BHUBANESWAR MUNICIPAL CORPORATION, can be pulled into citizens' DigiLocker accounts.\",\n                \"categories\": \"4,30\",\n                \"logo\": \"https://cf-media.api-setu.in/logo/issuers/005568.png\",\n                \"subdomain\": \"bmc\"\n            },\n            {\n                \"organisationId\": \"010466\",\n                \"issuerId\": \"in.ac.bnuniversity\",\n                \"name\": \"Bhupal Nobles' University\",\n                \"description\": \"Bhupal Nobles' University is issuing their Digital awards for the following years, through DigiLocker. These can be pulled by students into their DigiLocker accounts.\\n                Degree - NA \\n                Marksheet - 2022 \\n                Diploma - 2020,2021 \\n                Transcript - NA\",\n                \"categories\": \"4,2\",\n                \"logo\": \"https://cf-media.api-setu.in/logo/issuers/010466.png\",\n                \"subdomain\": \"bnuniversity\"\n            },\n            {\n                \"organisationId\": \"004316\",\n                \"issuerId\": \"in.ac.bnmu\",\n                \"name\": \"Bhupendra Narayan Mandal University, Madhepura\",\n                \"description\": \"Bhupendra Narayan Mandal University, Madhepura is issuing their Digital awards for the following years, through DigiLocker. These can be pulled by students into their DigiLocker accounts \\n                Degree - 2020 \\n                Marksheet - NA \\n                Diploma -  NA \\n                Transcript - NA\",\n                \"categories\": \"4,2\",\n                \"logo\": \"https://cf-media.api-setu.in/logo/issuers/004316.png\",\n                \"subdomain\": \"bnmu\"\n            },\n            {\n                \"organisationId\": \"004141\",\n                \"issuerId\": \"in.ac.bausabour\",\n                \"name\": \"Bihar Agricultural University, Sabour\",\n                \"description\": \"Bihar Agricultural University, Sabour is issuing their Digital awards for the following years, through DigiLocker. These can be pulled by students into their DigiLocker accounts \\n                Degree - 2019 \\n                Marksheet - NA \\n                Diploma -  NA \\n                Transcript - NA\",\n                \"categories\": \"4,2\",\n                \"logo\": \"https://cf-media.api-setu.in/logo/issuers/004141.png\",\n                \"subdomain\": \"bausabour\"\n            },\n            {\n                \"organisationId\": \"003736\",\n                \"issuerId\": \"in.org.basu\",\n                \"name\": \"Bihar Animal Sciences University, Patna\",\n                \"description\": \"Bihar Animal Sciences University, Patna is issuing their Digital awards for the following years, through DigiLocker. These can be pulled by students into their DigiLocker accounts.\\n                Degree - 2018,2019,2020,2021,2022,2023 \\n                Marksheet - NA \\n                Diploma - NA \\n                Transcript - NA\",\n                \"categories\": \"4,2\",\n                \"logo\": \"https://cf-media.api-setu.in/logo/issuers/003736.png\",\n                \"subdomain\": \"basu\"\n            },\n            {\n                \"organisationId\": \"032581\",\n                \"issuerId\": \"in.co.bsphcl\",\n                \"name\": \"Bihar Power Distribution Company Limited\",\n                \"description\": \"NBPDCL is a company registered under the provisions of Companies Act 1956 and is a fully owned subsidiary Company of BSPHCL. The Company has been given the status of a Distribution licensee as per Section14 of the Electricity Act 2003. In order to fulfill the obligations of the Distribution licensee as mandated under the provision of Bihar State Electricity Reforms Transfer Scheme 2012 and Electricity Act 2003\",\n                \"categories\": \"4,30\",\n                \"logo\": \"https://cf-media.api-setu.in/logo/issuers/032581.png\",\n                \"subdomain\": \"nbpdcl\"\n            },\n            {\n                \"organisationId\": \"000093\",\n                \"issuerId\": \"in.ac.biharboard\",\n                \"name\": \"Bihar State Board of School Examination\",\n                \"description\": \"Bihar School Examination Board, Patna (http://biharboardonline.bihar.gov.in) has made available Class X (2018 and 2019) marksheets and provisional certificates, which can be pulled by students into their accounts. \",\n                \"categories\": \"4,2\",\n                \"logo\": \"https://cf-media.api-setu.in/logo/issuers/000093.png\",\n                \"subdomain\": \"biharboard\"\n            },\n            {\n                \"organisationId\": \"003453\",\n                \"issuerId\": \"in.ac.bput\",\n                \"name\": \"Biju Patnaik University Of Technology, Odisha\",\n                \"description\": \"Biju Patnaik University Of Technology, Odisha is issuing their Digital awards for the following years, through DigiLocker. These can be pulled by students into their DigiLocker accounts.\\n                Degree - 2003,2004,2005,2006,2007,2008,2009,2010,2011,2012,2013,2014,2015,2016,2017,2019,2022,2023 \\n                Marksheet - 2016,2017,2018,2019,2020,2021 \\n                Diploma - NA \\n                Transcript - NA\",\n                \"categories\": \"4,2\",\n                \"logo\": \"https://cf-media.api-setu.in/logo/issuers/003453.jpg\",\n                \"subdomain\": \"bput\"\n            },\n            {\n                \"organisationId\": \"012752\",\n                \"issuerId\": \"in.ac.btu\",\n                \"name\": \"BIKANER TECHNICAL UNIVERSITY\",\n                \"description\": \"BIKANER TECHNICAL UNIVERSITY is issuing their Digital awards for the following years, through DigiLocker. These can be pulled by students into their DigiLocker accounts.\\n                Degree - 2021,2022 \\n                Marksheet - NA \\n                Diploma - NA \\n                Transcript - NA\",\n                \"categories\": \"4,2\",\n                \"logo\": \"https://cf-media.api-setu.in/logo/issuers/012752.png\",\n                \"subdomain\": \"btu\"\n            },\n            {\n                \"organisationId\": \"003994\",\n                \"issuerId\": \"in.ac.bbmku\",\n                \"name\": \"Binod Bihari Mahto Koyalanchal University\",\n                \"description\": \"Binod Bihari Mahto Koyalanchal University is issuing their Digital awards for the following years, through DigiLocker. These can be pulled by students into their DigiLocker accounts.\\n                Degree - 2019,2020,2021,2022 \\n                Marksheet - NA \\n                Diploma - NA \\n                Transcript - NA\",\n                \"categories\": \"4,2\",\n                \"logo\": \"https://cf-media.api-setu.in/logo/issuers/003994.png\",\n                \"subdomain\": \"bbmku\"\n            },\n            {\n                \"organisationId\": \"004771\",\n                \"issuerId\": \"in.ac.bimtech\",\n                \"name\": \"Birla Institute Of Management Technology\",\n                \"description\": \"Birla Institute Of Management Technology is issuing their Digital awards for the following years, through DigiLocker. These can be pulled by students into their DigiLocker accounts.\\n                Degree - NA \\n                Marksheet - NA \\n                Diploma - 1996,1997,1998,1999,2000,2001,2002,2003,2004,2005,2006,2007,2008,2009,2010,2011,2012 \\n                Transcript - NA\",\n                \"categories\": \"4,2\",\n                \"logo\": \"https://cf-media.api-setu.in/logo/issuers/004771.png\",\n                \"subdomain\": \"bimtech\"\n            },\n            {\n                \"organisationId\": \"004172\",\n                \"issuerId\": \"in.ac.bitmesra\",\n                \"name\": \"Birla Institute Of Technology, Ranchi\",\n                \"description\": \"Birla Institute Of Technology, Ranchi is issuing their Digital awards for the following years, through DigiLocker. These can be pulled by students into their DigiLocker accounts.\\n                Degree - 2019,2020,2021,2023 \\n                Marksheet - NA \\n                Diploma - NA \\n                Transcript - NA\",\n                \"categories\": \"4,2\",\n                \"logo\": \"https://cf-media.api-setu.in/logo/issuers/004172.png\",\n                \"subdomain\": \"bitmesra\"\n            },\n            {\n                \"organisationId\": \"004690\",\n                \"issuerId\": \"org.bauranchi\",\n                \"name\": \"Birsa Agricultural University, Ranchi\",\n                \"description\": \"Birsa Agricultural University, Ranchi is issuing their Digital awards for the following years, through DigiLocker. These can be pulled by students into their DigiLocker accounts.\\n                Degree - 2021,2022 \\n                Marksheet - NA \\n                Diploma - NA \\n                Transcript - NA\",\n                \"categories\": \"4,2\",\n                \"logo\": \"https://cf-media.api-setu.in/logo/issuers/004690.png\",\n                \"subdomain\": \"bauranchi\"\n            },\n            {\n                \"organisationId\": \"043651\",\n                \"issuerId\": \"ac.in.bldeaspcc\",\n                \"name\": \"BLDEA'S A.S. PATIL COLLEGE OF COMMERCE, Vijayapur\",\n                \"description\": \"The institute has registered through NAD portal.\",\n                \"categories\": \"4,2\",\n                \"logo\": \"https://cf-media.api-setu.in/logo/issuers/043651.jpg\",\n                \"subdomain\": \"acinbldeaspcc\"\n            },\n            {\n                \"organisationId\": \"003644\",\n                \"issuerId\": \"in.edu.bmu\",\n                \"name\": \"BML Munjal University\",\n                \"description\": \"BML Munjal University is issuing their Digital awards for the following years, through DigiLocker. These can be pulled by students into their DigiLocker accounts.\\n                Degree - 2016,2017,2018,2019,2020,2021,2022,2023 \\n                Marksheet - NA \\n                Diploma - NA \\n                Transcript - 2018,2019,2020,2021,2022\",\n                \"categories\": \"4,2\",\n                \"logo\": \"https://cf-media.api-setu.in/logo/issuers/003644.png\",\n                \"subdomain\": \"bmu\"\n            },\n            {\n                \"organisationId\": \"006647\",\n                \"issuerId\": \"org.bnmit\",\n                \"name\": \"BNM INSTITUTE OF TECHNOLOGY\",\n                \"description\": \"BNM INSTITUTE OF TECHNOLOGY is issuing their Digital awards for the following years, through DigiLocker. These can be pulled by students into their DigiLocker accounts \\r\\n                Degree - NA \\r\\n                Marksheet - 2022,2023 \\r\\n                Diploma -  NA \\r\\n                Transcript - NA\",\n                \"categories\": \"4,2\",\n                \"logo\": \"https://cf-media.api-setu.in/logo/issuers/006647.png\",\n                \"subdomain\": \"bnmit\"\n            },\n            {\n                \"organisationId\": \"005701\",\n                \"issuerId\": \"org.beadpharmacy\",\n                \"name\": \"Board Examining Authority (D.Pharm) Bangalore\",\n                \"description\": \"Board Examining Authority (D.Pharm) Bangalore is issuing their Digital awards for the following years, through DigiLocker. These can be pulled by students into their DigiLocker accounts.\\r\\n                Degree - NA \\r\\n                Marksheet - 2021,2022,2023 \\r\\n                Diploma - NA \\r\\n                Transcript - NA\",\n                \"categories\": \"4,2\",\n                \"logo\": \"https://cf-media.api-setu.in/logo/issuers/005701.png\",\n                \"subdomain\": \"beadpharmacy\"\n            },\n            {\n                \"organisationId\": \"002254\",\n                \"issuerId\": \"org.hpayushboard\",\n                \"name\": \"Board of Ayurvedic and Unani Systems of Medicine, Himachal Pradesh\",\n                \"description\": \"Board of Ayurvedic and Unani Systems of Medicine, Himachal Pradesh (http://hpayushboard.org/) is the online service portal by Govt. of Himachal Pradesh. Registration Certificate issued online, can be pulled into citizens DigiLocker accounts.\",\n                \"categories\": \"4,2\",\n                \"logo\": \"https://cf-media.api-setu.in/logo/issuers/002254.jpg\",\n                \"subdomain\": \"hpayushboard\"\n            },\n            {\n                \"organisationId\": \"006119\",\n                \"issuerId\": \"org.pmbkarnataka\",\n                \"name\": \"Board of Examination Authority (Para Medical Board), Karnataka\",\n                \"description\": \"Board of Examination Authority (Para Medical Board), Karnataka is issuing their Digital awards for the following years, through DigiLocker. These can be pulled by students into their DigiLocker accounts \\n                Degree - NA \\n                Marksheet - 2012,2013,2018,2019,2020,2021,2022,2023 \\n                Diploma -  2014,2015,2016,2017,2018,2019,2020,2021 \\n                Transcript - NA\",\n                \"categories\": \"4,2\",\n                \"logo\": \"https://cf-media.api-setu.in/logo/issuers/006119.png\",\n                \"subdomain\": \"pmbkarnataka\"\n            },\n            {\n                \"organisationId\": \"002003\",\n                \"issuerId\": \"in.gov.dhsekerala\",\n                \"name\": \"Board of Higher Secondary Examination, Kerala\",\n                \"description\": \"Board of Higher Secondary Examinations, Directorate of General Education, Government of Kerala has made available HSE Certificate cum Marklist of  MARCH 2020, which can be pulled by students into their Digilocker account\",\n                \"categories\": \"4,2\",\n                \"logo\": \"https://cf-media.api-setu.in/logo/issuers/002003.jpg\",\n                \"subdomain\": \"dhsekerala\"\n            },\n            {\n                \"organisationId\": \"037240\",\n                \"issuerId\": \"in.gov.bieap\",\n                \"name\": \"Board of Intermediate Education\",\n                \"description\": \"Board of Intermediate Education is issuing their Digital awards for the following years, through DigiLocker. These can be pulled by students into their DigiLocker accounts.\\n                Degree - NA \\n                Marksheet - 2006,2007,2008,2009,2010,2011,2012,2013,2014,2015,2016,2017,2018,2019,2020,2021,2022,2023,2024 \\n                Diploma - NA \\n                Transcript - NA\",\n                \"categories\": \"4,2\",\n                \"logo\": \"https://cf-media.api-setu.in/logo/issuers/037240.png\",\n                \"subdomain\": \"bieap\"\n            },\n            {\n                \"organisationId\": \"026127\",\n                \"issuerId\": \"in.gov.ap.bie\",\n                \"name\": \"Board of Intermediate Education, Government of Andhra Pradesh\",\n                \"description\": \"The BOARD OF INTERMEDIATE EDUCATION, ANDHRA PRADESH is providing Migration certificates, Equivalency certificates, and Eligibility certificates to students from the years 2016 to 2023. Students can fetch these certificates into their individual DigiLocker accounts.\",\n                \"categories\": \"4,2\",\n                \"logo\": \"https://cf-media.api-setu.in/logo/issuers/026127.png\",\n                \"subdomain\": \"bie\"\n            },\n            {\n                \"organisationId\": \"064929\",\n                \"issuerId\": \"in.ac.bossed\",\n                \"name\": \"Board of Open Schooling and Skill Education\",\n                \"description\": \"Board of Open Schooling and Skill Education is issuing their Digital awards for the following years, through DigiLocker. These can be pulled by students into their DigiLocker accounts.\\n                Degree - NA \\n                Marksheet - 2021,2022,2023 \\n                Diploma - NA \\n                Transcript - NA\",\n                \"categories\": \"4,2\",\n                \"logo\": \"https://cf-media.api-setu.in/logo/issuers/064929.jpg\",\n                \"subdomain\": \"bossed\"\n            },\n            {\n                \"organisationId\": \"004480\",\n                \"issuerId\": \"in.nic.up.bor\",\n                \"name\": \"Board Of Revenue, Uttar Pradesh\",\n                \"description\": \"Board of Revenue maintain the Land Record of the State. Under svamitva scheme property card for Aabadi Property/Land are issued citizen. Citizen can avail loans on their property.  Digilocker may be useful tools for keeping the records safe and useable anytime anywhere. Separate authentication/verification will not be required.\",\n                \"categories\": \"4,30\",\n                \"logo\": \"https://cf-media.api-setu.in/logo/issuers/004480.png\",\n                \"subdomain\": \"bor\"\n            },\n            {\n                \"organisationId\": \"004416\",\n                \"issuerId\": \"in.gov.uk.bhulekh\",\n                \"name\": \"Board of Revenue, Uttarkhand\",\n                \"description\": \"Property Card-Swamitwa Yojna\",\n                \"categories\": \"4,30\",\n                \"logo\": \"https://cf-media.api-setu.in/logo/issuers/004416.png\",\n                \"subdomain\": \"bhulekh\"\n            },\n            {\n                \"organisationId\": \"000127\",\n                \"issuerId\": \"in.org.bseh\",\n                \"name\": \"Board of School Education Haryana\",\n                \"description\": \"Board of School Education Haryana is issuing their Digital awards for the following years, through DigiLocker. These can be pulled by students into their DigiLocker accounts \\r\\n                Degree - NA \\r\\n                Marksheet - 2016,2017,2018,2019,2020,2021,2022,2023,2024 \\r\\n                Diploma -  NA \\r\\n                Transcript - NA\",\n                \"categories\": \"4,2\",\n                \"logo\": \"https://cf-media.api-setu.in/logo/issuers/000127.png\",\n                \"subdomain\": \"bsehr\"\n            },\n            {\n                \"organisationId\": \"003839\",\n                \"issuerId\": \"net.in.bsem\",\n                \"name\": \"Board of Secondary Education Marathwada\",\n                \"description\": \"We are Autonomous Board issue 10TH And 12 Certificate we are registered under Government of Maharashtra and Government of India running under Education Act Government of India Registered with Ministry of MSME and Registered Trade Mark Government of India Member of CPD Group London Member Quality council of India\",\n                \"categories\": \"4,2\",\n                \"logo\": \"https://cf-media.api-setu.in/logo/issuers/003839.png\",\n                \"subdomain\": \"bsem\"\n            },\n            {\n                \"organisationId\": \"005725\",\n                \"issuerId\": \"org.bseap\",\n                \"name\": \"Board Of Secondary Education, Andhra Pradesh\",\n                \"description\": \"The Board of Secondary Education, Andhra Pradesh conducts SSC Public Examinations, Advanced Supplementary Examinations for Class-X Students and other minor examinations. The SSC Certificates from the years 2004 will be published in the Digilocker in due course in phased manner. Candidates may fetch the published SSC for the year 2012,2013,2014,2015,2016,2017,2018,2019,2020,2021 and 2022 to their personal Digilocker accounts.\\r\\nFor more details, please visit \\\"www.bse.ap.gov.in\\\" or contact \\\"dir_govexams@yahoo.com\\\".\",\n                \"categories\": \"4,2\",\n                \"logo\": \"https://cf-media.api-setu.in/logo/issuers/005725.png\",\n                \"subdomain\": \"bseapp\"\n            },\n            {\n                \"organisationId\": \"001931\",\n                \"issuerId\": \"org.sebaonline\",\n                \"name\": \"Board of Secondary Education, Assam\",\n                \"description\": \"Board of Secondary Education, Assam is issuing their Digital awards for the following years, through DigiLocker. These can be pulled by students into their DigiLocker accounts \\n                Degree - 2016,2017,2018,2019,2020,2021,2022,2023 \\n                Marksheet - 2016,2021,2022 \\n                Diploma -  NA \\n                Transcript - NA\",\n                \"categories\": \"4,2\",\n                \"logo\": \"https://cf-media.api-setu.in/logo/issuers/001931.png\",\n                \"subdomain\": \"sebaonline\"\n            },\n            {\n                \"organisationId\": \"065776\",\n                \"issuerId\": \"in.bosem\",\n                \"name\": \"Board Of Secondary Education, Manipur\",\n                \"description\": \"Board Of Secondary Education, Manipur is issuing their Digital awards for the following years, through DigiLocker. These can be pulled by students into their DigiLocker accounts \\n                Degree - NA \\n                Marksheet - 2016,2017,2018,2019,2020,2021,2022,2023 \\n                Diploma -  NA \\n                Transcript - NA\",\n                \"categories\": \"4,2\",\n                \"logo\": \"https://cf-media.api-setu.in/logo/issuers/065776.png\",\n                \"subdomain\": \"bosem\"\n            },\n            {\n                \"organisationId\": \"010865\",\n                \"issuerId\": \"in.gov.odisha.bse\",\n                \"name\": \"Board of Secondary Education, Odisha\",\n                \"description\": \"The Board of Secondary Education, Odisha (BSE) is a board of education for public and private schools under the state government of Odisha. Digilocker is integrated with the BSE web application, which will provide the following services to the students who have passed 10th from BSE, Odisha  From 2011 to 2020 year(s):\\r\\n1. Passing Certificate\\r\\n2. Marksheet\",\n                \"categories\": \"4,2\",\n                \"logo\": \"https://cf-media.api-setu.in/logo/issuers/010865.png\",\n                \"subdomain\": \"bse\"\n            },\n            {\n                \"organisationId\": \"003858\",\n                \"issuerId\": \"in.gov.rajasthan.techedu\",\n                \"name\": \"Board of Technical Education Rajasthan\",\n                \"description\": \"Board of Technical Education Rajasthan is issuing their Digital awards for the following years, through DigiLocker. These can be pulled by students into their DigiLocker accounts \\n                Degree - NA \\n                Marksheet - NA \\n                Diploma -  2014,2015,2016,2017,2018,2019 \\n                Transcript - NA\",\n                \"categories\": \"4,2\",\n                \"logo\": \"https://cf-media.api-setu.in/logo/issuers/003858.png\",\n                \"subdomain\": \"bterrajasthan\"\n            },\n            {\n                \"organisationId\": \"003915\",\n                \"issuerId\": \"in.gov.goa.dte\",\n                \"name\": \"Board of Technical Education, Goa\",\n                \"description\": \"Board of Technical Education, Goa is issuing their Digital awards for the following years, through DigiLocker. These can be pulled by students into their DigiLocker accounts \\n                Degree - NA \\n                Marksheet - NA \\n                Diploma -  2011,2012,2013,2014,2015,2016,2017,2018,2019,2021 \\n                Transcript - NA\",\n                \"categories\": \"4,2\",\n                \"logo\": \"https://cf-media.api-setu.in/logo/issuers/003915.png\",\n                \"subdomain\": \"goadte\"\n            },\n            {\n                \"organisationId\": \"002022\",\n                \"issuerId\": \"in.gov.kerala.vhse\",\n                \"name\": \"Board of Vocational Higher Secondary Examinations\",\n                \"description\": \"Board of Vocational Higher Secondary Examinations, Directorate of General Education, Government of Kerala has made available VHSE Marklist of  MARCH 2020, which can be pulled by students into their Digilocker accounts\",\n                \"categories\": \"4,2\",\n                \"logo\": \"https://cf-media.api-setu.in/logo/issuers/002022.jpg\",\n                \"subdomain\": \"vhseker\"\n            },\n            {\n                \"organisationId\": \"012517\",\n                \"issuerId\": \"in.edu.buniv\",\n                \"name\": \"BODOLAND UNIVERSITY\",\n                \"description\": \"BODOLAND UNIVERSITY is issuing their Digital awards for the following years, through DigiLocker. These can be pulled by students into their DigiLocker accounts \\n                Degree - 2020,2021 \\n                Marksheet - NA \\n                Diploma -  NA \\n                Transcript - NA\",\n                \"categories\": \"4,2\",\n                \"logo\": \"https://cf-media.api-setu.in/logo/issuers/012517.png\",\n                \"subdomain\": \"buniv\"\n            },\n            {\n                \"organisationId\": \"004266\",\n                \"issuerId\": \"in.ac.brainwareuniversity\",\n                \"name\": \"Brainware University\",\n                \"description\": \"Brainware University is issuing their Digital awards for the following years, through DigiLocker. These can be pulled by students into their DigiLocker accounts.\\n                Degree - 2020,2021,2022,2023 \\n                Marksheet - NA \\n                Diploma - NA \\n                Transcript - NA\",\n                \"categories\": \"4,2\",\n                \"logo\": \"https://cf-media.api-setu.in/logo/issuers/004266.png\",\n                \"subdomain\": \"brainwareuniversity\"\n            },\n            {\n                \"organisationId\": \"025042\",\n                \"issuerId\": \"in.gov.mcgm.portal\",\n                \"name\": \"Brihanmumbai Municipal Corporation (BMC)\",\n                \"description\": \"Brihanmumbai Municipal Corporation (BMC), is the governing civic body of Mumbai, the capital city of Maharashtra. BMC is issuing Marriage certificates from 2016 onwards. Citizens can fetch into their respective Digilocker accounts.\",\n                \"categories\": \"4,30\",\n                \"logo\": \"https://cf-media.api-setu.in/logo/issuers/025042.png\",\n                \"subdomain\": \"mcgmportal\"\n            },\n            {\n                \"organisationId\": \"002533\",\n                \"issuerId\": \"in.gov.bbmp\",\n                \"name\": \"Bruhat Bengaluru Mahanagar Palike(B.B.M.P)- Town Planning\",\n                \"description\": \"The Br̥hat Bengaluru Mahanagara Palike is the administrative body responsible for civic amenities and some infrastructural assets of the Greater Bengaluru metropolitan area. It is the fourth largest Municipal Corporation in India and is responsible for a population of 8.4 million in an area of 741 km²\",\n                \"categories\": \"4\",\n                \"logo\": \"https://cf-media.api-setu.in/logo/issuers/002533.png\",\n                \"subdomain\": \"bbmp\"\n            },\n            {\n                \"organisationId\": \"003256\",\n                \"issuerId\": \"in.ac.bujhansi\",\n                \"name\": \"Bundelkhand University, Jhansi\",\n                \"description\": \"Bundelkhand University,  Jhansi is issuing their Digital awards for the following years, through DigiLocker. These can be pulled by students into their DigiLocker accounts \\n                Degree - 2015,2016,2017,2018,2019,2020,2021,2022,2023 \\n                Marksheet - 2015,2016,2017,2018,2019,2020,2021 \\n                Diploma -  NA \\n                Transcript - NA\",\n                \"categories\": \"4,2\",\n                \"logo\": \"https://cf-media.api-setu.in/logo/issuers/003256.png\",\n                \"subdomain\": \"bujhansi\"\n            },\n            {\n                \"organisationId\": \"004027\",\n                \"issuerId\": \"in.ctuniversity\",\n                \"name\": \"C T University, Ludhiana\",\n                \"description\": \"C T University, Ludhiana is issuing their Digital awards for the following years, through DigiLocker. These can be pulled by students into their DigiLocker accounts \\n                Degree - 2019,2020,2021,2022,2023 \\n                Marksheet - 2017,2018,2019,2020,2021,2022,2023 \\n                Diploma -  2020,2021,2022 \\n                Transcript - NA\",\n                \"categories\": \"4,2\",\n                \"logo\": \"https://cf-media.api-setu.in/logo/issuers/004027.png\",\n                \"subdomain\": \"ctunivludhiyana\"\n            },\n            {\n                \"organisationId\": \"010682\",\n                \"issuerId\": \"in.ac.cgu.odisha\",\n                \"name\": \"C. V. Raman Global University, Odisha\",\n                \"description\": \"C. V. Raman Global University, Odisha is issuing their Digital awards for the following years, through DigiLocker. These can be pulled by students into their DigiLocker accounts.\\n                Degree - 2020,2021 \\n                Marksheet - 2023 \\n                Diploma - NA \\n                Transcript - NA\",\n                \"categories\": \"4,2\",\n                \"logo\": \"https://cf-media.api-setu.in/logo/issuers/010682.png\",\n                \"subdomain\": \"cguodisha\"\n            },\n            {\n                \"organisationId\": \"006786\",\n                \"issuerId\": \"in.ac.cushahuniversity\",\n                \"name\": \"C.U.Shah University, Surendranagar\",\n                \"description\": \"C.U.Shah University, Surendranagar is issuing their Digital awards for the following years, through DigiLocker. These can be pulled by students into their DigiLocker accounts \\n                Degree - 2020 \\n                Marksheet - NA \\n                Diploma -  NA \\n                Transcript - NA\",\n                \"categories\": \"4,2\",\n                \"logo\": \"https://cf-media.api-setu.in/logo/issuers/006786.png\",\n                \"subdomain\": \"cushahuniversity\"\n            },\n            {\n                \"organisationId\": \"002401\",\n                \"issuerId\": \"com.camsonline\",\n                \"name\": \"CAMS (Computer Age Management Services Limited)\",\n                \"description\": \"CAMS is a technology driven financial infrastructure and services provider to Mutual Funds and other financial institutions for over 25 years. As the market leading Registrar and Transfer Agency to the Indian Mutual Fund industry, CAMS serves ~69% of the average assets under management ? as of June 2023. CAMS also acts as Central Record-keeping Agency under the National Pension System as per PFRDA.\",\n                \"categories\": \"3,1\",\n                \"logo\": \"https://cf-media.api-setu.in/logo/issuers/002401.png\",\n                \"subdomain\": \"camsonline\"\n            },\n            {\n                \"organisationId\": \"002512\",\n                \"issuerId\": \"com.canarahsbclife\",\n                \"name\": \"CANARA HSBC Life Insurance Company Ltd.\",\n                \"description\": \"Insurance policies issued by Canara HSBC Life Insurance Co. Ltd (www.canarahsbclife.com) on or after 1st Jan 2010  are available on DigiLocker and can be downloaded by citizens in their DigiLocker account. \",\n                \"categories\": \"993,1\",\n                \"logo\": \"https://cf-media.api-setu.in/logo/issuers/002512.png\",\n                \"subdomain\": \"canarahsbclife\"\n            },\n            {\n                \"organisationId\": \"004387\",\n                \"issuerId\": \"com.careinsurance\",\n                \"name\": \"Care Health Insurance Limited\",\n                \"description\": \"Health Insurance policies issued by Care Health Insurance Ltd (https://www.careinsurance.com) are available on Digilocker and can be downloaded by customers to their account.\",\n                \"categories\": \"993,1\",\n                \"logo\": \"https://cf-media.api-setu.in/logo/issuers/004387.png\",\n                \"subdomain\": \"careinsurance\"\n            },\n            {\n                \"organisationId\": \"009259\",\n                \"issuerId\": \"in.cpuh\",\n                \"name\": \"Career Point University, Hamirpur\",\n                \"description\": \"Career Point University, Hamirpur  is issuing their Digital awards for the following years, through DigiLocker. These can be pulled by students into their DigiLocker accounts \\n                Degree - 2019,2020,2021,2022 \\n                Marksheet - 2022 \\n                Diploma -  NA \\n                Transcript - NA\",\n                \"categories\": \"4,2\",\n                \"logo\": \"https://cf-media.api-setu.in/logo/issuers/009259.png\",\n                \"subdomain\": \"cpuh\"\n            },\n            {\n                \"organisationId\": \"012514\",\n                \"issuerId\": \"in.ac.cau\",\n                \"name\": \"Central Agricultural University, Imphal\",\n                \"description\": \"Central Agricultural University, Imphal is issuing their Digital awards for the following years, through DigiLocker. These can be pulled by students into their DigiLocker accounts.\\n                Degree - 2021,2022 \\n                Marksheet - NA \\n                Diploma - NA \\n                Transcript - NA\",\n                \"categories\": \"4,2\",\n                \"logo\": \"https://cf-media.api-setu.in/logo/issuers/012514.png\",\n                \"subdomain\": \"cau\"\n            },\n            {\n                \"organisationId\": \"066740\",\n                \"issuerId\": \"in.co.centralbankofindia\",\n                \"name\": \"Central Bank of India\",\n                \"description\": \"Central Bank of India wants to use both issuer as well as requester APIs of Digi locker. As an issuer bank will use the cases of bank statement, TDS . As a requester bank will request for Pan card, Driving license, voter card and other KYC documents. Central Bank of India wants to use both issuer as well as requester APIs of Digi locker. As an issuer bank will use the cases of bank statement, TDS . As a requester bank will request for Pan card, Driving license, voter card and other KYC documents.\",\n                \"categories\": \"3,1\",\n                \"logo\": \"https://cf-media.api-setu.in/logo/issuers/066740.png\",\n                \"subdomain\": \"centralbankofindia\"\n            },\n            {\n                \"organisationId\": \"000027\",\n                \"issuerId\": \"in.gov.cbse\",\n                \"name\": \"Central Board of Secondary Education\",\n                \"description\": \"CBSE (http://www.cbse.nic.in/) is issuing marksheets, passing certificates, migration certificates etc. through DigiLocker. These are either pushed, or can be pulled by students into their DigiLocker accounts. Currently available for the following years:-\\r\\nClass XII- 2001- 2023\\r\\nClass X- 2001 - 2023\\r\\nNEET Rank Letter for 2016 and 2017\\r\\nNEET Marksheet- 2017\\r\\nCTET Eligibility Certificate & Marksheet- 2018-Dec; 2019-July; 2019-Dec; 2021-Jan; 2021-Dec, 2022-Dec\\r\\nRegistration Card of class IX & XI are available 2021\",\n                \"categories\": \"3,2\",\n                \"logo\": \"https://cf-media.api-setu.in/logo/issuers/000027.png\",\n                \"subdomain\": \"cbse\"\n            },\n            {\n                \"organisationId\": \"004139\",\n                \"issuerId\": \"in.ac.cibs\",\n                \"name\": \"Central Institute Of Buddhist Studies\",\n                \"description\": \"Central Institute Of Buddhist Studies is issuing their Digital awards for the following years, through DigiLocker. These can be pulled by students into their DigiLocker accounts \\n                Degree - 2016,2017,2018,2019,2020,2021 \\n                Marksheet - 2016,2017,2018,2019,2021,2023 \\n                Diploma -  NA \\n                Transcript - NA\",\n                \"categories\": \"4,2\",\n                \"logo\": \"https://cf-media.api-setu.in/logo/issuers/004139.png\",\n                \"subdomain\": \"cibs\"\n            },\n            {\n                \"organisationId\": \"003909\",\n                \"issuerId\": \"in.ac.cuts\",\n                \"name\": \"Central Institute Of Higher Tibetan Studies, Varanasi\",\n                \"description\": \"Central Institute Of Higher Tibetan Studies, Varanasi is issuing their Digital awards for the following years, through DigiLocker. These can be pulled by students into their DigiLocker accounts \\n                Degree - 2016,2017,2018,2019,2020,2021 \\n                Marksheet - 2021,2022,2023 \\n                Diploma -  NA \\n                Transcript - NA\",\n                \"categories\": \"4,2\",\n                \"logo\": \"https://cf-media.api-setu.in/logo/issuers/003909.png\",\n                \"subdomain\": \"cuts\"\n            },\n            {\n                \"organisationId\": \"006335\",\n                \"issuerId\": \"in.gov.cipet\",\n                \"name\": \"Central Institute of Petrochemicals Engineering & Technology (CIPET)\",\n                \"description\": \"Central Institute of Petrochemicals Engineering & Technology (CIPET) is issuing their Digital awards for the following years, through DigiLocker. These can be pulled by students into their DigiLocker accounts \\n                Degree - NA \\n                Marksheet - NA \\n                Diploma -  2023 \\n                Transcript - NA\",\n                \"categories\": \"4,2\",\n                \"logo\": \"https://cf-media.api-setu.in/logo/issuers/006335.png\",\n                \"subdomain\": \"cipet\"\n            },\n            {\n                \"organisationId\": \"010226\",\n                \"issuerId\": \"in.ac.cit\",\n                \"name\": \"CENTRAL INSTITUTE OF TECHNOLOGY KOKRAJHAR\",\n                \"description\": \"CENTRAL INSTITUTE OF TECHNOLOGY KOKRAJHAR is issuing their Digital awards for the following years, through DigiLocker. These can be pulled by students into their DigiLocker accounts \\n                Degree - NA \\n                Marksheet - 2022 \\n                Diploma -  NA \\n                Transcript - NA\",\n                \"categories\": \"4,2\",\n                \"logo\": \"https://cf-media.api-setu.in/logo/issuers/010226.png\",\n                \"subdomain\": \"citkokrajhar\"\n            },\n            {\n                \"organisationId\": \"003860\",\n                \"issuerId\": \"in.nic.cpao\",\n                \"name\": \"Central Pension Accounting Office\",\n                \"description\": \"The Central (Civil) pensions are authorized through Central Pension Accounting Office functioning under the Controller General of Accounts. CPAO is administering the Scheme for Payment of Pensions to Central Government Civil Pensioners by Authorized Banks (both Public Sector and some Private sector Banks). The coverage of the Scheme extends to all pensioners of the Central Government employed in Civil Ministries Departments (other than Railways Posts and Defence) NCT of Delhi  Union Territory ,retired Judges of the High Court  MP s  PRESIDENT\",\n                \"categories\": \"3,30\",\n                \"logo\": \"https://cf-media.api-setu.in/logo/issuers/003860.jpg\",\n                \"subdomain\": \"cpao\"\n            },\n            {\n                \"organisationId\": \"003421\",\n                \"issuerId\": \"in.nic.sanskrit\",\n                \"name\": \"Central Sanskrit University, Delhi\",\n                \"description\": \"Central Sanskrit University, Delhi is issuing their Digital awards for the following years, through DigiLocker. These can be pulled by students into their DigiLocker accounts.\\n                Degree - 2010,2011,2012,2013,2014,2015,2016,2017,2018,2019,2020,2021,2022,2024 \\n                Marksheet - 2021,2022,2023 \\n                Diploma - NA \\n                Transcript - NA\",\n                \"categories\": \"4,2\",\n                \"logo\": \"https://cf-media.api-setu.in/logo/issuers/003421.png\",\n                \"subdomain\": \"sanskrit\"\n            },\n            {\n                \"organisationId\": \"010324\",\n                \"issuerId\": \"in.ac.ctuap\",\n                \"name\": \"Central Tribal University of Andhra Pradesh\",\n                \"description\": \"Central Tribal University of Andhra Pradesh is issuing their Digital awards for the following years, through DigiLocker. These can be pulled by students into their DigiLocker accounts.\\n                Degree - NA \\n                Marksheet - 2019,2020,2021,2022,2023,2024 \\n                Diploma - NA \\n                Transcript - NA\",\n                \"categories\": \"4,2\",\n                \"logo\": \"https://cf-media.api-setu.in/logo/issuers/010324.png\",\n                \"subdomain\": \"ctuap\"\n            },\n            {\n                \"organisationId\": \"009645\",\n                \"issuerId\": \"in.ac.cug\",\n                \"name\": \"Central University Of Gujarat, Gandhinagar\",\n                \"description\": \"Central University Of Gujarat, Gandhinagar is issuing their Digital awards for the following years, through DigiLocker. These can be pulled by students into their DigiLocker accounts.\\n                Degree - NA \\n                Marksheet - 2019,2020,2021,2022 \\n                Diploma - NA \\n                Transcript - NA\",\n                \"categories\": \"4,2\",\n                \"logo\": \"https://cf-media.api-setu.in/logo/issuers/009645.png\",\n                \"subdomain\": \"cug\"\n            },\n            {\n                \"organisationId\": \"003751\",\n                \"issuerId\": \"in.ac.cuh\",\n                \"name\": \"Central University Of Haryana, Mahendergarh\",\n                \"description\": \"Central University Of Haryana, Mahendergarh is issuing their Digital awards for the following years, through DigiLocker. These can be pulled by students into their DigiLocker accounts.\\n                Degree - 2020 \\n                Marksheet - 2021,2022 \\n                Diploma - NA \\n                Transcript - NA\",\n                \"categories\": \"4,2\",\n                \"logo\": \"https://cf-media.api-setu.in/logo/issuers/003751.png\",\n                \"subdomain\": \"cuh\"\n            },\n            {\n                \"organisationId\": \"003052\",\n                \"issuerId\": \"in.ac.cuhimachal\",\n                \"name\": \"Central University Of Himachal Pradesh, Dharmshala, Kangra\",\n                \"description\": \"Central University Of Himachal Pradesh, Dharmshala, Kangra is issuing their Digital awards for the following years, through DigiLocker. These can be pulled by students into their DigiLocker accounts.\\n                Degree - NA \\n                Marksheet - 2021,2022,2023 \\n                Diploma - NA \\n                Transcript - NA\",\n                \"categories\": \"4,2\",\n                \"logo\": \"https://cf-media.api-setu.in/logo/issuers/003052.png\",\n                \"subdomain\": \"cuhimachal\"\n            },\n            {\n                \"organisationId\": \"004019\",\n                \"issuerId\": \"in.ac.cujammu\",\n                \"name\": \"Central University of Jammu\",\n                \"description\": \"Central University Of Jammu is issuing their Digital awards for the following years, through DigiLocker. These can be pulled by students into their DigiLocker accounts.\\n                Degree - 2018,2019,2020,2021 \\n                Marksheet - 2019,2020,2022,2023 \\n                Diploma - NA \\n                Transcript - NA\",\n                \"categories\": \"4,2\",\n                \"logo\": \"https://cf-media.api-setu.in/logo/issuers/004019.png\",\n                \"subdomain\": \"centunivjammu\"\n            },\n            {\n                \"organisationId\": \"003810\",\n                \"issuerId\": \"in.ac.cuj\",\n                \"name\": \"Central University Of Jharkhand, Ranchi\",\n                \"description\": \"Central University Of Jharkhand, Ranchi is issuing their Digital awards for the following years, through DigiLocker. These can be pulled by students into their DigiLocker accounts \\n                Degree - 2015,2017,2018,2019,2020,2021,2022 \\n                Marksheet - 2021,2022 \\n                Diploma -  2020 \\n                Transcript - NA\",\n                \"categories\": \"4,2\",\n                \"logo\": \"https://cf-media.api-setu.in/logo/issuers/003810.png\",\n                \"subdomain\": \"cuj\"\n            },\n            {\n                \"organisationId\": \"002410\",\n                \"issuerId\": \"in.ac.cuk\",\n                \"name\": \"Central University of Karnataka\",\n                \"description\": \"Central University of Karnataka is issuing their Digital awards for the following years, through DigiLocker. These can be pulled by students into their DigiLocker accounts \\n                Degree - 2021 \\n                Marksheet - 2021,2022,2023 \\n                Diploma -  NA \\n                Transcript - NA\",\n                \"categories\": \"4,2\",\n                \"logo\": \"https://cf-media.api-setu.in/logo/issuers/002410.png\",\n                \"subdomain\": \"cuk\"\n            },\n            {\n                \"organisationId\": \"004038\",\n                \"issuerId\": \"in.ac.cukashmir\",\n                \"name\": \"Central University Of Kashmir, Srinagar\",\n                \"description\": \"Central University Of Kashmir, Srinagar is issuing their Digital awards for the following years, through DigiLocker. These can be pulled by students into their DigiLocker accounts.\\n                Degree - 2012,2013,2016 \\n                Marksheet - 2010,2011,2012,2013,2014,2015,2016,2017,2018,2019,2020,2021,2022,2023 \\n                Diploma - NA \\n                Transcript - NA\",\n                \"categories\": \"4,2\",\n                \"logo\": \"https://cf-media.api-setu.in/logo/issuers/004038.png\",\n                \"subdomain\": \"cuksrinagar\"\n            },\n            {\n                \"organisationId\": \"003903\",\n                \"issuerId\": \"in.ac.cukerala\",\n                \"name\": \"Central University of Kerala, Kasaragod\",\n                \"description\": \"Central University of Kerala, Kasaragod is issuing their Digital awards for the following years, through DigiLocker. These can be pulled by students into their DigiLocker accounts.\\n                Degree - 2022,2023 \\n                Marksheet - 2021 \\n                Diploma - NA \\n                Transcript - NA\",\n                \"categories\": \"4,2\",\n                \"logo\": \"https://cf-media.api-setu.in/logo/issuers/003903.png\",\n                \"subdomain\": \"cukerala\"\n            },\n            {\n                \"organisationId\": \"003395\",\n                \"issuerId\": \"in.edu.cup\",\n                \"name\": \"Central University of Punjab\",\n                \"description\": \"Central University of Punjab  is issuing their Digital awards for the following years, through DigiLocker. These can be pulled by students into their DigiLocker accounts \\n                Degree - 2015,2016,2017,2018,2019,2020,2021,2022 \\n                Marksheet - 2010,2011,2012,2013,2014,2015,2016,2017,2018,2019,2020,2021,2022,2023 \\n                Diploma -  NA \\n                Transcript - NA\",\n                \"categories\": \"4,2\",\n                \"logo\": \"https://cf-media.api-setu.in/logo/issuers/003395.png\",\n                \"subdomain\": \"cup\"\n            },\n            {\n                \"organisationId\": \"005588\",\n                \"issuerId\": \"in.ac.curaj\",\n                \"name\": \"Central University Of Rajasthan, Ajmer\",\n                \"description\": \"Central University Of Rajasthan, Ajmer is issuing their Digital awards for the following years, through DigiLocker. These can be pulled by students into their DigiLocker accounts.\\n                Degree - NA \\n                Marksheet - 2022,2023,2024 \\n                Diploma - NA \\n                Transcript - NA\",\n                \"categories\": \"4,2\",\n                \"logo\": \"https://cf-media.api-setu.in/logo/issuers/005588.png\",\n                \"subdomain\": \"curaj\"\n            },\n            {\n                \"organisationId\": \"003287\",\n                \"issuerId\": \"in.ac.cusb\",\n                \"name\": \"Central University of South Bihar\",\n                \"description\": \"Central University of South Bihar is issuing their Digital awards for the following years, through DigiLocker. These can be pulled by students into their DigiLocker accounts.\\n                Degree - 2012,2013,2018,2019,2020,2021,2022,2023,2024 \\n                Marksheet - 2021,2022,2023 \\n                Diploma - NA \\n                Transcript - NA\",\n                \"categories\": \"4,2\",\n                \"logo\": \"https://cf-media.api-setu.in/logo/issuers/003287.png\",\n                \"subdomain\": \"cusb\"\n            },\n            {\n                \"organisationId\": \"003869\",\n                \"issuerId\": \"in.ac.cutn\",\n                \"name\": \"Central University of Tamil Nadu, Thiruvarur\",\n                \"description\": \"Central University of Tamil Nadu, Thiruvarur is issuing their Digital awards for the following years, through DigiLocker. These can be pulled by students into their DigiLocker accounts.\\n                Degree - 2014,2016,2017,2018,2019,2020,2021,2022,2023 \\n                Marksheet - 2019,2020,2021,2022,2023 \\n                Diploma - NA \\n                Transcript - NA\",\n                \"categories\": \"4,2\",\n                \"logo\": \"https://cf-media.api-setu.in/logo/issuers/003869.png\",\n                \"subdomain\": \"cutn\"\n            },\n            {\n                \"organisationId\": \"006872\",\n                \"issuerId\": \"in.gov.ina.celabs\",\n                \"name\": \"Centre for Ethics Leadership and Behavioural Studies\",\n                \"description\": \"Centre for Ethics Leadership and Behavioural Studies is issuing their Digital awards for the following years, through DigiLocker. These can be pulled by students into their DigiLocker accounts \\n                Degree - 2011,2012,2013,2015,2016,2017,2018,2019,2020,2021,2022,2023 \\n                Marksheet - 2011,2012,2013,2015,2016,2017,2018,2019,2020,2021,2022,2023 \\n                Diploma -  NA \\n                Transcript - NA\",\n                \"categories\": \"4,2,8\",\n                \"logo\": \"https://cf-media.api-setu.in/logo/issuers/006872.png\",\n                \"subdomain\": \"inacelabs\"\n            },\n            {\n                \"organisationId\": \"006338\",\n                \"issuerId\": \"in.ac.cutm\",\n                \"name\": \"Centurion University of Technology and Management\",\n                \"description\": \"Centurion University of Technology and Management is issuing their Digital awards for the following years, through DigiLocker. These can be pulled by students into their DigiLocker accounts \\n                Degree - 2013,2014,2015,2016,2017,2018,2019,2020,2021,2022,2023 \\n                Marksheet - 2013,2014,2015,2016,2017,2018,2019,2020,2021,2022,2023 \\n                Diploma -  NA \\n                Transcript - NA\",\n                \"categories\": \"4,2\",\n                \"logo\": \"https://cf-media.api-setu.in/logo/issuers/006338.png\",\n                \"subdomain\": \"cutm\"\n            },\n            {\n                \"organisationId\": \"034342\",\n                \"issuerId\": \"in.ac.cutmap\",\n                \"name\": \"CENTURION UNIVERSITY OF TECHNOLOGY AND MANAGEMENT, ANDHRA PRADESH\",\n                \"description\": \"INSTITUTE OF COOPERATIVE MANAGEMENT is issuing their Digital awards for the following years, through DigiLocker. These can be pulled by students into their DigiLocker accounts.\\n                Degree - 2020,2022 \\n                Marksheet - 2022,2023,2024 \\n                Diploma - NA \\n                Transcript - NA\",\n                \"categories\": \"4,2\",\n                \"logo\": \"https://cf-media.api-setu.in/logo/issuers/034342.png\",\n                \"subdomain\": \"cutmapacin\"\n            },\n            {\n                \"organisationId\": \"005663\",\n                \"issuerId\": \"in.gov.cghs\",\n                \"name\": \"CGHS\",\n                \"description\": \"CGHS is the model Health care facility provider for Central Government employees & Pensioners and is unique of its kind due to the large volume of beneficiary base, and open-ended generous approach of providing health care. Now beneficiaries can fetch their card through DigiLocker.\",\n                \"categories\": \"3,2,7\",\n                \"logo\": \"https://cf-media.api-setu.in/logo/issuers/005663.png\",\n                \"subdomain\": \"cghs\"\n            },\n            {\n                \"organisationId\": \"017544\",\n                \"issuerId\": \"in.gov.ccsniam\",\n                \"name\": \"CH. CHARAN SINGH NATIONAL INSTITUTE OF AGRICULTURAL MARKETING\",\n                \"description\": \"CH. CHARAN SINGH NATIONAL INSTITUTE OF AGRICULTURAL MARKETING is issuing their Digital awards for the following years, through DigiLocker. These can be pulled by students into their DigiLocker accounts \\n                Degree - NA \\n                Marksheet - NA \\n                Diploma -  2016,2017,2018,2019,2020,2021,2022 \\n                Transcript - NA\",\n                \"categories\": \"4,2\",\n                \"logo\": \"https://cf-media.api-setu.in/logo/issuers/017544.png\",\n                \"subdomain\": \"ccsniam\"\n            },\n            {\n                \"organisationId\": \"007449\",\n                \"issuerId\": \"in.ac.cnlu\",\n                \"name\": \"Chanakaya National Law University, Patna\",\n                \"description\": \" Chanakaya National Law University, Patna is issuing their Digital awards for the following years, through DigiLocker. These can be pulled by students into their DigiLocker accounts.\\n                Degree - 2013,2014,2015,2016,2017,2018,2019 \\n                Marksheet - NA \\n                Diploma - NA \\n                Transcript - NA\",\n                \"categories\": \"4,2\",\n                \"logo\": \"https://cf-media.api-setu.in/logo/issuers/007449.png\",\n                \"subdomain\": \"cnlu\"\n            },\n            {\n                \"organisationId\": \"042430\",\n                \"issuerId\": \"in.edu.chanakyauni\",\n                \"name\": \"Chanakya University, Karnataka\",\n                \"description\": \"Chanakya University, Karnataka is issuing their Digital awards for the following years, through DigiLocker. These can be pulled by students into their DigiLocker accounts \\r\\n                Degree - NA \\r\\n                Marksheet - 2022,2023 \\r\\n                Diploma -  NA \\r\\n                Transcript - NA\",\n                \"categories\": \"4,2\",\n                \"logo\": \"https://cf-media.api-setu.in/logo/issuers/042430.jpeg\",\n                \"subdomain\": \"ineduchanakyauni\"\n            },\n            {\n                \"organisationId\": \"004010\",\n                \"issuerId\": \"in.cuchd\",\n                \"name\": \"Chandigarh University\",\n                \"description\": \"Chandigarh University is issuing their Digital awards for the following years, through DigiLocker. These can be pulled by students into their DigiLocker accounts.\\n                Degree - 2017,2018,2019,2020,2021,2022,2023 \\n                Marksheet - 2018,2019,2020,2021,2022,2023 \\n                Diploma - NA \\n                Transcript - NA\",\n                \"categories\": \"4,2\",\n                \"logo\": \"https://cf-media.api-setu.in/logo/issuers/004010.png\",\n                \"subdomain\": \"cuchd\"\n            },\n            {\n                \"organisationId\": \"005524\",\n                \"issuerId\": \"in.ac.csauk\",\n                \"name\": \"Chandra Shekhar Azad University Of Agriculture & Technology, Kanpur\",\n                \"description\": \"Chandra Shekhar Azad University Of Agriculture & Technology, Kanpur is issuing their Digital awards for the following years, through DigiLocker. These can be pulled by students into their DigiLocker accounts.\\n                Degree - 2020,2021,2022,2023 \\n                Marksheet - NA \\n                Diploma - NA \\n                Transcript - NA\",\n                \"categories\": \"4,2\",\n                \"logo\": \"https://cf-media.api-setu.in/logo/issuers/005524.png\",\n                \"subdomain\": \"csauk\"\n            },\n            {\n                \"organisationId\": \"005427\",\n                \"issuerId\": \"in.ac.cimp\",\n                \"name\": \"CHANDRAGUPT INSTITUTE OF MANAGEMENT PATNA\",\n                \"description\": \"CHANDRAGUPT INSTITUTE OF MANAGEMENT PATNA is issuing their Digital awards for the following years, through DigiLocker. These can be pulled by students into their DigiLocker accounts \\n                Degree - NA \\n                Marksheet - NA \\n                Diploma -  2010,2011,2012,2013,2014,2015,2017,2018,2019,2020,2021 \\n                Transcript - NA\",\n                \"categories\": \"4,2\",\n                \"logo\": \"https://cf-media.api-setu.in/logo/issuers/005427.png\",\n                \"subdomain\": \"cimp\"\n            },\n            {\n                \"organisationId\": \"003577\",\n                \"issuerId\": \"in.ac.charusat\",\n                \"name\": \"Charotar University of Science & Technology\",\n                \"description\": \"Charotar University of Science & Technology is issuing their Digital awards for the following years, through DigiLocker. These can be pulled by students into their DigiLocker accounts.\\n                Degree - 2017,2018,2019,2020,2021,2022 \\n                Marksheet - 2021,2022,2023 \\n                Diploma - NA \\n                Transcript - NA\",\n                \"categories\": \"4,2\",\n                \"logo\": \"https://cf-media.api-setu.in/logo/issuers/003577.png\",\n                \"subdomain\": \"charusat\"\n            },\n            {\n                \"organisationId\": \"003708\",\n                \"issuerId\": \"in.ac.cblu\",\n                \"name\": \"Chaudhary Bansi Lal University\",\n                \"description\": \"Chaudhary Bansi Lal University is issuing their Digital awards for the following years, through DigiLocker. These can be pulled by students into their DigiLocker accounts \\n                Degree - 2018 \\n                Marksheet - 2016,2018 \\n                Diploma -  NA \\n                Transcript - NA\",\n                \"categories\": \"4,2\",\n                \"logo\": \"https://cf-media.api-setu.in/logo/issuers/003708.png\",\n                \"subdomain\": \"cblu\"\n            },\n            {\n                \"organisationId\": \"003181\",\n                \"issuerId\": \"in.ac.ccsuniversity\",\n                \"name\": \"Chaudhary Charan Singh University\",\n                \"description\": \"Chaudhary Charan Singh University is issuing their Digital awards for the following years, through DigiLocker. These can be pulled by students into their DigiLocker accounts.\\n                Degree - 2014,2015,2016,2017,2018,2019,2020,2021,2023 \\n                Marksheet - 2004,2005,2006,2007,2008,2009,2010,2011,2012,2013,2014,2015,2016,2017,2018,2019,2020,2021,2022 \\n                Diploma - 2019 \\n                Transcript - NA\",\n                \"categories\": \"4,2\",\n                \"logo\": \"https://cf-media.api-setu.in/logo/issuers/003181.png\",\n                \"subdomain\": \"ccsuniversity\"\n            },\n            {\n                \"organisationId\": \"003677\",\n                \"issuerId\": \"in.ac.cdlu\",\n                \"name\": \"Chaudhary Devi Lal University, Sirsa\",\n                \"description\": \"Chaudhary Devi Lal University, Sirsa is issuing their Digital awards for the following years, through DigiLocker. These can be pulled by students into their DigiLocker accounts \\n                Degree - 2009,2010,2011,2012,2013,2014,2015,2016,2017,2018,2019,2020 \\n                Marksheet - NA \\n                Diploma -  NA \\n                Transcript - NA\",\n                \"categories\": \"4,2\",\n                \"logo\": \"https://cf-media.api-setu.in/logo/issuers/003677.png\",\n                \"subdomain\": \"cdlu\"\n            },\n            {\n                \"organisationId\": \"003998\",\n                \"issuerId\": \"in.ac.hillagric\",\n                \"name\": \"Chaudhary Sarwan Kumar Himachal Pradesh Krishi Vishavavidyalaya, Palampur\",\n                \"description\": \"Chaudhary Sarwan Kumar Himachal Pradesh Krishi Vishavavidyalaya, Palampur is issuing their Digital awards for the following years, through DigiLocker. These can be pulled by students into their DigiLocker accounts \\r\\n                Degree - 2016,2017,2018,2021,2022,2023 \\r\\n                Marksheet - 2021 \\r\\n                Diploma -  NA \\r\\n                Transcript - NA\",\n                \"categories\": \"4,2\",\n                \"logo\": \"https://cf-media.api-setu.in/logo/issuers/003998.png\",\n                \"subdomain\": \"hillagric\"\n            },\n            {\n                \"organisationId\": \"003402\",\n                \"issuerId\": \"in.ac.cmi\",\n                \"name\": \"Chennai Mathematical  Institute, Chennai\",\n                \"description\": \"Chennai Mathematical  Institue, Chennai is issuing their Digital awards for the following years, through DigiLocker. These can be pulled by students into their DigiLocker accounts \\n                Degree - 2020 \\n                Marksheet - NA \\n                Diploma -  NA \\n                Transcript - NA\",\n                \"categories\": \"4,2\",\n                \"logo\": \"https://cf-media.api-setu.in/logo/issuers/003402.png\",\n                \"subdomain\": \"cmi\"\n            },\n            {\n                \"organisationId\": \"003951\",\n                \"issuerId\": \"in.cimr\",\n                \"name\": \"Chetana's Institute of Management & Research\",\n                \"description\": \"Chetana's Institute of Management & Research is issuing their Digital awards for the following years, through DigiLocker. These can be pulled by students into their DigiLocker accounts.\\n                Degree - NA \\n                Marksheet - NA \\n                Diploma - 2022,2023 \\n                Transcript - NA\",\n                \"categories\": \"4,2\",\n                \"logo\": \"https://cf-media.api-setu.in/logo/issuers/003951.png\",\n                \"subdomain\": \"cimr\"\n            },\n            {\n                \"organisationId\": \"003592\",\n                \"issuerId\": \"in.edu.care\",\n                \"name\": \"Chettinad Academy of Research and Education, Kelambakkam\",\n                \"description\": \"Chettinad Academy of Research and Education, Kelambakkam is issuing their Digital awards for the following years, through DigiLocker. These can be pulled by students into their DigiLocker accounts \\n                Degree - 2009,2010,2011,2012,2013,2014,2015,2016,2017,2018,2019,2020,2021,2022,2023,2024 \\n                Marksheet - 2009,2010,2011,2012,2013,2014,2015,2016,2017,2018,2019,2020,2021,2022,2023 \\n                Diploma -  NA \\n                Transcript - NA\",\n                \"categories\": \"4,2\",\n                \"logo\": \"https://cf-media.api-setu.in/logo/issuers/003592.png\",\n                \"subdomain\": \"ineducare\"\n            },\n            {\n                \"organisationId\": \"003167\",\n                \"issuerId\": \"org.kanpuruniversity\",\n                \"name\": \"Chhatrapati Shahu Ji Maharaj University, Kanpur\",\n                \"description\": \"Chhatrapati Shahu Ji Maharaj University, Kanpur is issuing their Digital awards for the following years, through DigiLocker. These can be pulled by students into their DigiLocker accounts.\\n                Degree - 2015,2016,2017,2018,2019,2020,2021,2022 \\n                Marksheet - 2015,2016,2017,2018,2019,2021,2022,2023 \\n                Diploma - NA \\n                Transcript - NA\",\n                \"categories\": \"4,2\",\n                \"logo\": \"https://cf-media.api-setu.in/logo/issuers/003167.jpg\",\n                \"subdomain\": \"kanpuruniv\"\n            },\n            {\n                \"organisationId\": \"000094\",\n                \"issuerId\": \"in.gov.cgstate.edistrict\",\n                \"name\": \"Chhattisgarh Infotech Promotion Society\",\n                \"description\": \"Chhattisgarh eDistrict  (https://edistrict.cgstate.gov.in) is the online service delivery portal for Chhattisgarh State Govt. Certain documents issued by it (e.g. Domicile, Income, Birth Certificates etc), on or after January 2018, can be pulled into citizens' DigiLocker accounts.\\r\\nPlease note that your mobile number in DigiLocker and the mobile number registered for the Certificate must be same in order to fetch the certificate in DigiLocker account.?\",\n                \"categories\": \"4,30\",\n                \"logo\": \"https://cf-media.api-setu.in/logo/issuers/000094.png\",\n                \"subdomain\": \"edistrictcg\"\n            },\n            {\n                \"organisationId\": \"001926\",\n                \"issuerId\": \"in.gov.cgbse\",\n                \"name\": \"Chhattisgarh State Board of Secondary Education\",\n                \"description\": \"CBBSE (http://cgbse.nic.in) is issuing marksheets  through DigiLocker. These can be pulled by students into their DigiLocker accounts. Currently available -2001,2003 - 2017 Class X and 2001 - 2017 Class XII .\",\n                \"categories\": \"4,2\",\n                \"logo\": \"https://cf-media.api-setu.in/logo/issuers/001926.png\",\n                \"subdomain\": \"cgbse\"\n            },\n            {\n                \"organisationId\": \"003993\",\n                \"issuerId\": \"in.ac.csvtu\",\n                \"name\": \"Chhattisgarh Swami Vivekanand Technical University, Bhilai\",\n                \"description\": \"Chhattisgarh Swami Vivekanand Technical University, Bhilai is issuing their Digital awards for the following years, through DigiLocker. These can be pulled by students into their DigiLocker accounts \\n                Degree - NA \\n                Marksheet - 2020 \\n                Diploma -  NA \\n                Transcript - NA\",\n                \"categories\": \"4,2\",\n                \"logo\": \"https://cf-media.api-setu.in/logo/issuers/003993.png\",\n                \"subdomain\": \"csvtu\"\n            },\n            {\n                \"organisationId\": \"004103\",\n                \"issuerId\": \"in.gov.karnataka.ejanma\",\n                \"name\": \"Chief Registrar of Births and Deaths\",\n                \"description\": \"Deaths and Still Births electronically registered in all over Karnataka.The Births, Deaths and Still Births that occurs in rural areas are registered in eJanMa by Village Accountants through Nada Kacheri at Hobli level.The Births , Deaths and Stillbirths that occurs in urban local body area and in BBMP area are also registered in e-JanMa by Health Officers and Health Inspectors in their respective area.\",\n                \"categories\": \"4,30\",\n                \"logo\": \"https://cf-media.api-setu.in/logo/issuers/004103.png\",\n                \"subdomain\": \"ejanma\"\n            },\n            {\n                \"organisationId\": \"003259\",\n                \"issuerId\": \"in.ac.cvv\",\n                \"name\": \"Chinmaya Vishwavidyapeeth\",\n                \"description\": \"Chinmaya Vishwavidyapeeth is issuing their Digital awards for the following years, through DigiLocker. These can be pulled by students into their DigiLocker accounts \\n                Degree - 2019,2020,2021,2022 \\n                Marksheet - 2017,2018,2019,2020,2021,2022,2023 \\n                Diploma -  2022 \\n                Transcript - NA\",\n                \"categories\": \"4,2\",\n                \"logo\": \"https://cf-media.api-setu.in/logo/issuers/003259.png\",\n                \"subdomain\": \"cvv\"\n            },\n            {\n                \"organisationId\": \"002277\",\n                \"issuerId\": \"in.edu.chitkarauniversity\",\n                \"name\": \"Chitkara University\",\n                \"description\": \"Chitkara University is issuing their Digital awards for the following years, through DigiLocker. These can be pulled by students into their DigiLocker accounts.\\n                Degree - 2011,2012,2013,2014,2015,2016,2017,2018,2019,2020,2021,2022,2023 \\n                Marksheet - 2022 \\n                Diploma - NA \\n                Transcript - NA\",\n                \"categories\": \"4,2\",\n                \"logo\": \"https://cf-media.api-setu.in/logo/issuers/002277.png\",\n                \"subdomain\": \"chitkarauniversity\"\n            },\n            {\n                \"organisationId\": \"003429\",\n                \"issuerId\": \"in.edu.chitkara\",\n                \"name\": \"Chitkara University, Patiala\",\n                \"description\": \"Chitkara University, Patiala is issuing their Digital awards for the following years, through DigiLocker. These can be pulled by students into their DigiLocker accounts.\\n                Degree - 2016,2017,2018,2019,2020,2021,2022,2023 \\n                Marksheet - 2021,2022 \\n                Diploma - NA \\n                Transcript - NA\",\n                \"categories\": \"4,2\",\n                \"logo\": \"https://cf-media.api-setu.in/logo/issuers/003429.png\",\n                \"subdomain\": \"chitkara\"\n            },\n            {\n                \"organisationId\": \"021692\",\n                \"issuerId\": \"edu.in.christcollegeijk\",\n                \"name\": \"Christ College\",\n                \"description\": \"Christ College is issuing their Digital awards for the following years, through DigiLocker. These can be pulled by students into their DigiLocker accounts.\\n                Degree - NA \\n                Marksheet - 2022 \\n                Diploma - NA \\n                Transcript - NA\",\n                \"categories\": \"4,2\",\n                \"logo\": \"https://cf-media.api-setu.in/logo/issuers/021692.png\",\n                \"subdomain\": \"christcollegeijk\"\n            },\n            {\n                \"organisationId\": \"003468\",\n                \"issuerId\": \"in.christuniversity\",\n                \"name\": \"Christ University, Bangalore\",\n                \"description\": \"Christ University, Bangalore  is issuing their Digital awards for the following years, through DigiLocker. These can be pulled by students into their DigiLocker accounts \\n                Degree - 2011,2012,2013,2014,2015,2016,2017,2018,2019,2020,2021,2022,2023 \\n                Marksheet - 2008,2009,2010,2011,2012,2013,2014,2015,2016,2017,2018,2019,2020,2021,2022,2023 \\n                Diploma -  NA \\n                Transcript - NA\",\n                \"categories\": \"4,2\",\n                \"logo\": \"https://cf-media.api-setu.in/logo/issuers/003468.png\",\n                \"subdomain\": \"christuniv\"\n            },\n            {\n                \"organisationId\": \"023114\",\n                \"issuerId\": \"com.christianeminent\",\n                \"name\": \"Christian Eminent Academy of Management, Professional Education & Research\",\n                \"description\": \"Christian Eminent Academy of Management, Professional Education & Research is issuing their Digital awards for the following years, through DigiLocker. These can be pulled by students into their DigiLocker accounts \\n                Degree - NA \\n                Marksheet - 2022 \\n                Diploma -  NA \\n                Transcript - NA\",\n                \"categories\": \"4,2\",\n                \"logo\": \"https://cf-media.api-setu.in/logo/issuers/023114.png\",\n                \"subdomain\": \"christianeminent\"\n            },\n            {\n                \"organisationId\": \"063644\",\n                \"issuerId\": \"in.gov.andaman.epds\",\n                \"name\": \"Civil Supplies and Consumer Affairs\",\n                \"description\": \"The Department of Civil Supplies & Consumer Affairs is issuing ration cards under categories i.e. APL(Above Poverty Line) PHH(Priority Household) & AAY(Anthodya Anna Yojna).\",\n                \"categories\": \"4,30\",\n                \"logo\": \"https://cf-media.api-setu.in/logo/issuers/063644.png\",\n                \"subdomain\": \"ingovandaman\"\n            },\n            {\n                \"organisationId\": \"001977\",\n                \"issuerId\": \"in.gov.civilsupplieskerala\",\n                \"name\": \"Civil Supplies Department\",\n                \"description\": \"Ration Cards issued by The Department of Civil Supplies functions under the Department of Food, Civil Supplies and Consumer Affairs of the Government of Kerala. (https://civilsupplieskerala.gov.in/) are available for download on DigiLocker.\",\n                \"categories\": \"4,30\",\n                \"logo\": \"https://cf-media.api-setu.in/logo/issuers/001977.jpg\",\n                \"subdomain\": \"civilsupplieskerala\"\n            },\n            {\n                \"organisationId\": \"004045\",\n                \"issuerId\": \"in.clujammu\",\n                \"name\": \"Cluster University Of Jammu\",\n                \"description\": \"Cluster University Of Jammu is issuing their Digital awards for the following years, through DigiLocker. These can be pulled by students into their DigiLocker accounts \\n                Degree - 2019,2020,2021,2022 \\n                Marksheet - NA \\n                Diploma -  NA \\n                Transcript - NA\",\n                \"categories\": \"4,2\",\n                \"logo\": \"https://cf-media.api-setu.in/logo/issuers/004045.png\",\n                \"subdomain\": \"clusterunivjammu\"\n            },\n            {\n                \"organisationId\": \"003539\",\n                \"issuerId\": \"in.edu.cusrinagar\",\n                \"name\": \"Cluster University, Srinagar\",\n                \"description\": \"Cluster University, Srinagar is issuing their Digital awards for the following years, through DigiLocker. These can be pulled by students into their DigiLocker accounts.\\n                Degree - 2019,2020,2021,2022,2023 \\n                Marksheet - NA \\n                Diploma - NA \\n                Transcript - NA\",\n                \"categories\": \"4,2\",\n                \"logo\": \"https://cf-media.api-setu.in/logo/issuers/003539.png\",\n                \"subdomain\": \"cusrinagar\"\n            },\n            {\n                \"organisationId\": \"003555\",\n                \"issuerId\": \"in.edu.cmr\",\n                \"name\": \"CMR University, Bangalore\",\n                \"description\": \"CMR University, Bangalore is issuing their Digital awards for the following years, through DigiLocker. These can be pulled by students into their DigiLocker accounts.\\n                Degree - 2016,2017,2018,2019,2020,2021,2022,2023 \\n                Marksheet - 2014,2015,2016,2017,2018,2019,2020,2021,2022,2023 \\n                Diploma - NA \\n                Transcript - NA\",\n                \"categories\": \"4,2\",\n                \"logo\": \"https://cf-media.api-setu.in/logo/issuers/003555.png\",\n                \"subdomain\": \"cmr\"\n            },\n            {\n                \"organisationId\": \"002361\",\n                \"issuerId\": \"in.gov.rajasthan.lwa\",\n                \"name\": \"Co-operative Department\",\n                \"description\": \"Co-Operative Department of Rajasthan is live on DigiLocker. Citizens can pull their loan waiver certificate and save into their respective locker account.\\r\\nCo-operative department, Rajasthan distribute Crop loan to farmers through 3 tier Structure of Apex Bank, DCCB , PACS , LAMPS. The state government has decided to waive off crop loan of the farmers State has decided to build a portal (lwa.rajasthan.gov.in) for capturing all personal information of farmers and loan Account information like Principal, interest, penal interest, eligible loan waiver amount & other details. After that on the basis of Farmers UIDAI authentication and ekyc , Loan amount is  waived off and a digital certificate is  issued to farmer.\",\n                \"categories\": \"4,30\",\n                \"logo\": \"https://cf-media.api-setu.in/logo/issuers/002361.jpg\",\n                \"subdomain\": \"lwarajasthan\"\n            },\n            {\n                \"organisationId\": \"003966\",\n                \"issuerId\": \"in.ac.cusat\",\n                \"name\": \"Cochin University Of Science & Technology, Kochi\",\n                \"description\": \"Cochin University Of Science & Technology, Kochi is issuing their Digital awards for the following years, through DigiLocker. These can be pulled by students into their DigiLocker accounts \\n                Degree - 2020,2021 \\n                Marksheet - NA \\n                Diploma -  NA \\n                Transcript - NA\",\n                \"categories\": \"4,2\",\n                \"logo\": \"https://cf-media.api-setu.in/logo/issuers/003966.png\",\n                \"subdomain\": \"cusat\"\n            },\n            {\n                \"organisationId\": \"014116\",\n                \"issuerId\": \"shivamogga.in.edu.uahs\",\n                \"name\": \"College of Agriculture, Shivamogga\",\n                \"description\": \"College of Agriculture, Shivamogga is issuing their Digital awards for the following years, through DigiLocker. These can be pulled by students into their DigiLocker accounts \\n                Degree - NA \\n                Marksheet - 2013,2014,2015,2016,2017,2018,2019,2020,2021,2022,2023 \\n                Diploma -  NA \\n                Transcript - NA\",\n                \"categories\": \"4,2\",\n                \"logo\": \"https://cf-media.api-setu.in/logo/issuers/014116.png\",\n                \"subdomain\": \"shivamogga\"\n            },\n            {\n                \"organisationId\": \"009474\",\n                \"issuerId\": \"in.nic.ap.cdm\",\n                \"name\": \"COLLEGE OF DEFENCE MANAGEMENT\",\n                \"description\": \"COLLEGE OF DEFENCE MANAGEMENT is issuing their Digital awards for the following years, through DigiLocker. These can be pulled by students into their DigiLocker accounts.\\n                Degree - NA \\n                Marksheet - NA \\n                Diploma - NA \\n                Transcript - NA\",\n                \"categories\": \"4,2,8\",\n                \"logo\": \"https://cf-media.api-setu.in/logo/issuers/009474.png\",\n                \"subdomain\": \"cdm\"\n            },\n            {\n                \"organisationId\": \"064931\",\n                \"issuerId\": \"art.thecfa\",\n                \"name\": \"College of Fine Arts, Karnataka Chitrakala Parishath (Autonomous)\",\n                \"description\": \"The institute has registered through NAD portal.\",\n                \"categories\": \"4,2\",\n                \"logo\": \"https://cf-media.api-setu.in/logo/issuers/null\",\n                \"subdomain\": \"thecfa\"\n            },\n            {\n                \"organisationId\": \"016486\",\n                \"issuerId\": \"in.edu.uahs.ponnampet\",\n                \"name\": \"College of Forestry, Ponnampet\",\n                \"description\": \"College of Forestry, Ponnampet is issuing their Digital awards for the following years, through DigiLocker. These can be pulled by students into their DigiLocker accounts \\n                Degree - NA \\n                Marksheet - 2019,2020,2021 \\n                Diploma -  NA \\n                Transcript - NA\",\n                \"categories\": \"4,2\",\n                \"logo\": \"https://cf-media.api-setu.in/logo/issuers/016486.png\",\n                \"subdomain\": \"uahsponnampet\"\n            },\n            {\n                \"organisationId\": \"014408\",\n                \"issuerId\": \"in.edu.uash\",\n                \"name\": \"College of Horticulture, Mudigere\",\n                \"description\": \"College of Horticulture, Mudigere is issuing their Digital awards for the following years, through DigiLocker. These can be pulled by students into their DigiLocker accounts \\r\\n                Degree - NA \\r\\n                Marksheet - 2021,2022 \\r\\n                Diploma -  NA \\r\\n                Transcript - NA\",\n                \"categories\": \"4,2\",\n                \"logo\": \"https://cf-media.api-setu.in/logo/issuers/014408.png\",\n                \"subdomain\": \"uash\"\n            },\n            {\n                \"organisationId\": \"052824\",\n                \"issuerId\": \"in.gov.telangana.emunicipal\",\n                \"name\": \"Commissioner & Director of Municipal Administration, Telangana\",\n                \"description\": \"The Commissioner and Director of Municipal Administration is the apex authority of the Municipal Administration Department of the Government of Telangana and offers online services like ( Property Certificate, Water Tax, Trade License, and Vacant Land Certificates) to citizens which can be pulled into Citizens' Individual DigiLocker accounts.\",\n                \"categories\": \"4,30\",\n                \"logo\": \"https://cf-media.api-setu.in/logo/issuers/052824.png\",\n                \"subdomain\": \"emunicipal\"\n            },\n            {\n                \"organisationId\": \"035849\",\n                \"issuerId\": \"in.nic.cg.revenue\",\n                \"name\": \"Commissioner Land Records, Chhattisgarh\",\n                \"description\": \"This scheme was started in the year 2008-09 as a centrally sponsored scheme and in three phases all the 27 districts of the state were included in the scheme. From April 1, 2016, this scheme has been converted into a central scheme\",\n                \"categories\": \"4\",\n                \"logo\": \"https://cf-media.api-setu.in/logo/issuers/035849.png\",\n                \"subdomain\": \"cgrevenue\"\n            },\n            {\n                \"organisationId\": \"004614\",\n                \"issuerId\": \"in.gov.mpbhulekh\",\n                \"name\": \"Commissioner Land Records, Madhya Pradesh\",\n                \"description\": \"Under the Department of Revenue, the commissioner is the head of the department for land records and settlement, regular land management, land records, agricultural statistics and land reform works. Being the head of the department, reviewing the work of each scheme, giving guidance in necessary directions and legal matters, it is the main task of the commissioner of land records to run well planned and successful programs. The post of Joint Commissioner of Land Records and Settlement is approved for the assistance of Commissioner of Land Records. The Joint Commissioner is the head of the Land Records Office. The headquarter of the Commissioner of Land Records and Settlement is at Gwalior. At the divisional level, there is the office of the regional deputy commissioner of land records.\",\n                \"categories\": \"4\",\n                \"logo\": \"https://cf-media.api-setu.in/logo/issuers/004614.png\",\n                \"subdomain\": \"mpbhulekh\"\n            },\n            {\n                \"organisationId\": \"063544\",\n                \"issuerId\": \"in.gov.ap.fisheries\",\n                \"name\": \"Commissioner of Fisheries GoAP\",\n                \"description\": \"The AP Govt. has identified the Fisheries sector as one of the Growth Engines for achieving double digit inclusive growth of the Sun rise State of Andhra Pradesh. Andhra Pradesh state is blessed with potential and diversified water resources with 974 kms of coastline, 33,227 kms of continental shelf area, 555 marine fishermen villages, 2 Fishing Harbours, 350 Fish landing Centres, 31,147 fishing crafts, 65 cold storages, 64 processing plants, 235 Ice plants, 28 feed mills, 357 hatcheries and 234 Aqualabs.\",\n                \"categories\": \"4,30\",\n                \"logo\": \"https://cf-media.api-setu.in/logo/issuers/063544.jpeg\",\n                \"subdomain\": \"fisheriesap\"\n            },\n            {\n                \"organisationId\": \"090818\",\n                \"issuerId\": \"in.gov.rajasthan.hte\",\n                \"name\": \"Commissionerate of College Education, Rajasthan, Jaipur\",\n                \"description\": \"The institute has registered through NAD portal.\",\n                \"categories\": \"4,2,17\",\n                \"logo\": \"https://cf-media.api-setu.in/logo/issuers/090818.png\",\n                \"subdomain\": \"hterajasthangovin\"\n            },\n            {\n                \"organisationId\": \"001895\",\n                \"issuerId\": \"in.gov.csc\",\n                \"name\": \"Common Service Centre (CSC)\",\n                \"description\": \"Certificates issued under Pradhan Mantri Gramin Digital Saksharta Abhiyaan (PMGDISHA) (https://www.pmgdisha.in) scheme enrolled at authorised Training Centres/ CSCs are made available to citizens in their DigiLocker accounts.\",\n                \"categories\": \"3,30\",\n                \"logo\": \"https://cf-media.api-setu.in/logo/issuers/001895.png\",\n                \"subdomain\": \"csc\"\n            },\n            {\n                \"organisationId\": \"001447\",\n                \"issuerId\": \"cisce.org\",\n                \"name\": \"Council for the Indian School Certificate Examination (CISCE)\",\n                \"description\": \"CISCE (http://www.cisce.org/) is issuing marksheets, passing certificates, and migration certificates through DigiLocker. These can be pulled by students into their DigiLocker accounts. Currently available Marksheets, Passing Certificates, & Migration Certificates of ICSE (Class X) & ISC (Class XII) from the year 2010-2023.\",\n                \"categories\": \"3,2\",\n                \"logo\": \"https://cf-media.api-setu.in/logo/issuers/001447.png\",\n                \"subdomain\": \"cisce\"\n            },\n            {\n                \"organisationId\": \"024758\",\n                \"issuerId\": \"in.nic.chseodisha\",\n                \"name\": \"Council of Higher Secondary Education\",\n                \"description\": \"Council of Higher Secondary Education, Odisha is issuing their Digital awards for the following years, through DigiLocker. These can be pulled by students into their DigiLocker accounts \\n                Degree - 2015,2016,2022,2023 \\n                Marksheet - 2015,2016,2022,2023 \\n                Diploma -  NA \\n                Transcript - NA\",\n                \"categories\": \"4,2\",\n                \"logo\": \"https://cf-media.api-setu.in/logo/issuers/024758.png\",\n                \"subdomain\": \"chseodisha\"\n            },\n            {\n                \"organisationId\": \"003474\",\n                \"issuerId\": \"in.nic.cohsem\",\n                \"name\": \"Council Of Higher Secondary Education, Manipur\",\n                \"description\": \"Council Of Higher Secondary Education, Manipur is issuing their Digital awards for the following years, through DigiLocker. These can be pulled by students into their DigiLocker accounts.\\n                Degree - 2010,2011,2012,2013,2014,2015,2016,2017,2018,2019,2020,2021 \\n                Marksheet - 2010,2011,2012,2013,2014,2015,2016,2017,2018,2019,2020,2021,2022 \\n                Diploma - NA \\n                Transcript - NA\",\n                \"categories\": \"4,2\",\n                \"logo\": \"https://cf-media.api-setu.in/logo/issuers/003474.jpg\",\n                \"subdomain\": \"cohsem\"\n            },\n            {\n                \"organisationId\": \"001504\",\n                \"issuerId\": \"in.gov.mp.cpct\",\n                \"name\": \"CPCT-MAPIT\",\n                \"description\": \"Computer Proficiency Certification Exam (https://cpct.mp.gov.in) is mandatory for data entry/IT Operator/Assistant Grade-3/steno/shorthand/typist and other similar Permanent/Contractual positions in the departments, corporations and agencies in MP. The CPCT Score Card of 2016 can be pulled into citizens' DigiLocker accounts.\",\n                \"categories\": \"4,2\",\n                \"logo\": \"https://cf-media.api-setu.in/logo/issuers/001504.jpg\",\n                \"subdomain\": \"cpctmp\"\n            },\n            {\n                \"organisationId\": \"067278\",\n                \"issuerId\": \"In.creditaccesslife\",\n                \"name\": \"CreditAccess Life Insurance Limited\",\n                \"description\": \"CreditAccess Life Insurance Ltd. (CALI) is the newest life insurance company in India, having received the license from IRDAI on March 31, 2023, and is headquartered in Bangalore. CALI is the first (and new) entity that has benefited from the key reform of 74% FDI in the insurance sector CALI has been established by CreditAccess India (CAI), Netherlands, an India-focused company, of healthy and secure financial standing, attracting funds globally and providing working capital loans and other financial services to small, informal businesses, farmers and unbanked workers in India\",\n                \"categories\": \"993,1\",\n                \"logo\": \"https://cf-media.api-setu.in/logo/issuers/067278.png\",\n                \"subdomain\": \"creditaccesslife\"\n            },\n            {\n                \"organisationId\": \"004499\",\n                \"issuerId\": \"org.davcollegetitilagarh\",\n                \"name\": \"D.A.V. Autonomous College, Titilagarh\",\n                \"description\": \"D.A.V. Autonomous College, Titilagarh is issuing their Digital awards for the following years, through DigiLocker. These can be pulled by students into their DigiLocker accounts \\n                Degree - 2017,2018 \\n                Marksheet - 2015,2016,2017,2018,2019,2020,2021,2022 \\n                Diploma -  NA \\n                Transcript - NA\",\n                \"categories\": \"4,2\",\n                \"logo\": \"https://cf-media.api-setu.in/logo/issuers/004499.png\",\n                \"subdomain\": \"davcollegetitilagarh\"\n            },\n            {\n                \"organisationId\": \"004251\",\n                \"issuerId\": \"in.nic.ddcollege\",\n                \"name\": \"D.D. Autonomous College, Keonjhar\",\n                \"description\": \"D.D. Autonomous College, Keonjhar is issuing their Digital awards for the following years, through DigiLocker. These can be pulled by students into their DigiLocker accounts.\\n                Degree - NA \\n                Marksheet - NA \\n                Diploma - NA \\n                Transcript - NA\",\n                \"categories\": \"4,2\",\n                \"logo\": \"https://cf-media.api-setu.in/logo/issuers/004251.png\",\n                \"subdomain\": \"ddcollege\"\n            },\n            {\n                \"organisationId\": \"003438\",\n                \"issuerId\": \"org.dypatilunikop\",\n                \"name\": \"D.Y. Patil Educational Society,Kolhapur\",\n                \"description\": \"D.Y. Patil Educational Society,Kolhapur is issuing their Digital awards for the following years, through DigiLocker. These can be pulled by students into their DigiLocker accounts.\\n                Degree - 2018,2019,2020,2021 \\n                Marksheet - 2020,2021 \\n                Diploma - NA \\n                Transcript - NA\",\n                \"categories\": \"4,2\",\n                \"logo\": \"https://cf-media.api-setu.in/logo/issuers/003438.png\",\n                \"subdomain\": \"dypatilunikop\"\n            },\n            {\n                \"organisationId\": \"008724\",\n                \"issuerId\": \"in.ac.darshan\",\n                \"name\": \"Darshan University\",\n                \"description\": \"Darshan University  is issuing their Digital awards for the following years, through DigiLocker. These can be pulled by students into their DigiLocker accounts \\n                Degree - NA \\n                Marksheet - 2022,2023 \\n                Diploma -  NA \\n                Transcript - NA\",\n                \"categories\": \"4,2\",\n                \"logo\": \"https://cf-media.api-setu.in/logo/issuers/008724.png\",\n                \"subdomain\": \"darshan\"\n            },\n            {\n                \"organisationId\": \"003553\",\n                \"issuerId\": \"in.edu.dmimsu\",\n                \"name\": \"Datta Meghe Institute of Higher Education & Research, Wardha, Maharashtra\",\n                \"description\": \"Datta Meghe Institute Of Medical Sciences, Nagpur is issuing their Digital awards for the following years, through DigiLocker. These can be pulled by students into their DigiLocker accounts \\n                Degree - 2014,2015,2016,2017,2018,2019,2022 \\n                Marksheet - NA \\n                Diploma -  NA \\n                Transcript - NA\",\n                \"categories\": \"4,2\",\n                \"logo\": \"https://cf-media.api-setu.in/logo/issuers/003553.png\",\n                \"subdomain\": \"dmimsu\"\n            },\n            {\n                \"organisationId\": \"004204\",\n                \"issuerId\": \"org.davuniversity\",\n                \"name\": \"DAV UNIVERSITY\",\n                \"description\": \"DAV UNIVERSITY is issuing their Digital awards for the following years, through DigiLocker. These can be pulled by students into their DigiLocker accounts.\\n                Degree - 2015,2016,2017,2018,2019,2020,2021,2022 \\n                Marksheet - NA \\n                Diploma - NA \\n                Transcript - NA\",\n                \"categories\": \"4,2\",\n                \"logo\": \"https://cf-media.api-setu.in/logo/issuers/004204.png\",\n                \"subdomain\": \"davuniversity\"\n            },\n            {\n                \"organisationId\": \"005106\",\n                \"issuerId\": \"in.ac.davangereuniversity\",\n                \"name\": \"Davangere University, Davangere\",\n                \"description\": \"Davangere University, Davangere  is issuing their Digital awards for the following years, through DigiLocker. These can be pulled by students into their DigiLocker accounts \\n                Degree - 2014,2015,2017,2018,2019,2020,2021,2022 \\n                Marksheet - 2019,2020,2021,2022,2023 \\n                Diploma -  NA \\n                Transcript - NA\",\n                \"categories\": \"4,2\",\n                \"logo\": \"https://cf-media.api-setu.in/logo/issuers/005106.png\",\n                \"subdomain\": \"davangereuniversity\"\n            },\n            {\n                \"organisationId\": \"003697\",\n                \"issuerId\": \"in.ac.dei\",\n                \"name\": \"Dayalbagh Educational Institute, Agra\",\n                \"description\": \"Dayalbagh Educational Institute, Agra is issuing their Digital awards for the following years, through DigiLocker. These can be pulled by students into their DigiLocker accounts.\\n                Degree - 2019,2020,2021 \\n                Marksheet - 2019,2020,2021 \\n                Diploma - NA \\n                Transcript - NA\",\n                \"categories\": \"4,2\",\n                \"logo\": \"https://cf-media.api-setu.in/logo/issuers/003697.png\",\n                \"subdomain\": \"dei\"\n            },\n            {\n                \"organisationId\": \"043174\",\n                \"issuerId\": \"edu.in.dsce\",\n                \"name\": \"DAYANANDA SAGAR COLLEGE OF ENGINEERING.\",\n                \"description\": \"DAYANANDA SAGAR COLLEGE OF ENGINEERING is issuing their Digital awards for the following years, through DigiLocker. These can be pulled by students into their DigiLocker accounts \\n                Degree - NA \\n                Marksheet - 2021 \\n                Diploma -  NA \\n                Transcript - NA\",\n                \"categories\": \"4,2\",\n                \"logo\": \"https://cf-media.api-setu.in/logo/issuers/043174.png\",\n                \"subdomain\": \"eduindsce\"\n            },\n            {\n                \"organisationId\": \"004868\",\n                \"issuerId\": \"in.edu.dsu\",\n                \"name\": \"Dayananda Sagar University\",\n                \"description\": \"Dayananda Sagar University is issuing their Digital awards for the following years, through DigiLocker. These can be pulled by students into their DigiLocker accounts.\\n                Degree - 2017,2018,2019,2020,2021,2022,2023 \\n                Marksheet - 2015,2016,2017,2018,2019,2020,2021,2022,2023 \\n                Diploma - NA \\n                Transcript - NA\",\n                \"categories\": \"4,2\",\n                \"logo\": \"https://cf-media.api-setu.in/logo/issuers/004868.png\",\n                \"subdomain\": \"dayanandsagar\"\n            },\n            {\n                \"organisationId\": \"003526\",\n                \"issuerId\": \"in.ac.ddugu\",\n                \"name\": \"Deen Dayal Upadhyaya Gorakhpur University, Gorakhpur\",\n                \"description\": \"Deen Dayal Upadhyaya Gorakhpur University, Gorakhpur is issuing their Digital awards for the following years, through DigiLocker. These can be pulled by students into their DigiLocker accounts.\\n                Degree - 2015,2016,2017,2018,2019,2020,2021,2022,2023 \\n                Marksheet - 2014,2015,2016,2017,2018,2019,2020,2021,2022 \\n                Diploma - NA \\n                Transcript - NA\",\n                \"categories\": \"4,2\",\n                \"logo\": \"https://cf-media.api-setu.in/logo/issuers/003526.png\",\n                \"subdomain\": \"ddugu\"\n            },\n            {\n                \"organisationId\": \"004327\",\n                \"issuerId\": \"in.ac.dcrustm\",\n                \"name\": \"Deenbandhu Chhotu Ram University Of Science & Technology, Murthal\",\n                \"description\": \"Deenbandhu Chhotu Ram University Of Science & Technology, Murthal is issuing their Digital awards for the following years, through DigiLocker. These can be pulled by students into their DigiLocker accounts.\\n                Degree - 2013,2014,2015,2016,2017,2018,2019,2020,2021,2023 \\n                Marksheet - 2011,2014,2016,2017,2018,2019,2020,2021,2022 \\n                Diploma - NA \\n                Transcript - NA\",\n                \"categories\": \"4,2\",\n                \"logo\": \"https://cf-media.api-setu.in/logo/issuers/004327.png\",\n                \"subdomain\": \"dcrustm\"\n            },\n            {\n                \"organisationId\": \"004633\",\n                \"issuerId\": \"in.ac.diat\",\n                \"name\": \"Defence Institute Of Advanced Technology, Girinagar, Pune\",\n                \"description\": \"Defence Institute Of Advanced Technology, Girinagar, Pune is issuing their Digital awards for the following years, through DigiLocker. These can be pulled by students into their DigiLocker accounts \\n                Degree - 2019,2020,2021,2022,2023 \\n                Marksheet - 2018,2019,2020,2021,2022,2023 \\n                Diploma -  NA \\n                Transcript - NA\",\n                \"categories\": \"4,2,8\",\n                \"logo\": \"https://cf-media.api-setu.in/logo/issuers/004633.png\",\n                \"subdomain\": \"diat\"\n            },\n            {\n                \"organisationId\": \"004017\",\n                \"issuerId\": \"in.edu.dpsru\",\n                \"name\": \"Delhi Pharmaceutical Sciences And Research University\",\n                \"description\": \"Delhi Pharmaceutical Sciences And Research University is issuing their Digital awards for the following years, through DigiLocker. These can be pulled by students into their DigiLocker accounts.\\n                Degree - 2021 \\n                Marksheet - 2023 \\n                Diploma - NA \\n                Transcript - NA\",\n                \"categories\": \"4,2\",\n                \"logo\": \"https://cf-media.api-setu.in/logo/issuers/004017.png\",\n                \"subdomain\": \"dpsruniv\"\n            },\n            {\n                \"organisationId\": \"010705\",\n                \"issuerId\": \"in.gov.delhipolice.licensing\",\n                \"name\": \"Delhi Police\",\n                \"description\": \"Delhi has a long history of policing through the famed institution of the Kotwal. Malikul Umara Faqruddin is said to be thefirst Kotwal of Delhi. He became the Kotwal at the age of 40 in 1237 A.D. and was also simultaneously appointed as the Naibe-Ghibat (Regent in absence).Because of his integrity and sagacity he had a very long tenure, holding the post through the reigions of three Sultans Balban, Kaikobad and Kaikhusrau. On one occasion when some Turkish nobles had approached him to secure the withdrawal of Balban's order. confiscating their estates, the Kotwal is recorded to have said, \\\"My words will carry no weight if I accept any bribe from you. It is presumed that the Kotwal, or Police Head quarters was then located at Qila RaiPithora or today's Mehrauli.\",\n                \"categories\": \"4\",\n                \"logo\": \"https://cf-media.api-setu.in/logo/issuers/010705.jpg\",\n                \"subdomain\": \"dplicensing\"\n            },\n            {\n                \"organisationId\": \"019962\",\n                \"issuerId\": \"in.ac.dseu\",\n                \"name\": \"Delhi Skill and Entrepreneurship University\",\n                \"description\": \"The institute has registered through NAD portal.\",\n                \"categories\": \"4,2\",\n                \"logo\": \"https://cf-media.api-setu.in/logo/issuers/issure_icon.png\",\n                \"subdomain\": \"dseudelhi\"\n            },\n            {\n                \"organisationId\": \"060282\",\n                \"issuerId\": \"in.dsos\",\n                \"name\": \"DELHI STATE OPEN SCHOOL\",\n                \"description\": \"Delhi State Open School is issuing their Digital awards for the following years, through DigiLocker. These can be pulled by students into their DigiLocker accounts \\r\\n                Degree - 2023 \\r\\n                Marksheet - 2023 \\r\\n                Diploma -  NA \\r\\n                Transcript - NA\",\n                \"categories\": \"3,2\",\n                \"logo\": \"https://cf-media.api-setu.in/logo/issuers/060282.png\",\n                \"subdomain\": \"dsos\"\n            },\n            {\n                \"organisationId\": \"005732\",\n                \"issuerId\": \"in.ac.dtu\",\n                \"name\": \"DELHI TECHNOLOGICAL UNIVERSITY\",\n                \"description\": \"DELHI TECHNOLOGICAL UNIVERSITY is issuing their Digital awards for the following years, through DigiLocker. These can be pulled by students into their DigiLocker accounts.\\n                Degree - 2019,2020,2021,2022 \\n                Marksheet - 2022,2023 \\n                Diploma - NA \\n                Transcript - NA\",\n                \"categories\": \"4,2\",\n                \"logo\": \"https://cf-media.api-setu.in/logo/issuers/005732.png\",\n                \"subdomain\": \"dtu\"\n            },\n            {\n                \"organisationId\": \"006461\",\n                \"issuerId\": \"in.gov.dpiit\",\n                \"name\": \"Department for Promotion of Industry and Internal Trade (DPIIT)\",\n                \"description\": \"Department for Promotion of Industry and Internal Trade (DPIIT) is the nodal department for Startup India ? which is the flagship initiative of the Government of India. Under this initiative, DPIIT recognizes startups as per pre-set eligibility criteria and issues certificates. Recognized startups can pull a digital copy of this certificate in their DigiLocker accounts.\",\n                \"categories\": \"3\",\n                \"logo\": \"https://cf-media.api-setu.in/logo/issuers/006461.png\",\n                \"subdomain\": \"dpiit\"\n            },\n            {\n                \"organisationId\": \"068431\",\n                \"issuerId\": \"in.gov.agricoop\",\n                \"name\": \"Department of Agriculture and Farmers Welfare\",\n                \"description\": \"The Ministry of Agriculture & Farmers Welfare formerly the Ministry of Agriculture, is a branch of the Government of India and the apex body for formulation and administration of the rules and regulations and laws related to agriculture in India. The three broad areas of scope for the Ministry are agriculture, food processing and co-operation. The agriculture ministry is headed by Minister of Agriculture and Farmers' Welfare which is currently held by Narendra Singh Tomar. \\r\\n\",\n                \"categories\": \"3,30\",\n                \"logo\": \"https://cf-media.api-setu.in/logo/issuers/068431.png\",\n                \"subdomain\": \"agricoop\"\n            },\n            {\n                \"organisationId\": \"058578\",\n                \"issuerId\": \"in.nic.cfdamp\",\n                \"name\": \"Department of Drugs - Madhya Pradesh\",\n                \"description\": \"Online Drugs Licensing System (ODLS) is developed by MPOnline Limited for Food & Drugs Administration, Department of Public and Family Welfare, Madhya Pradesh. This software is developed as per THE DRUGS AND COSMETICS ACT, 1940 AND RULES, 1945. FDA, Madhya Pradesh is the First state to adopt this system. This system has completely eliminated the manual intervention from application processing system like physical submission of application with all the relevant documents and file movement. The online system promises to provide a slew of services in a hassle free manner to the applicants for fresh Drugs sale licenses, renewal of existing license holders, applications for permissions of Drugs inclusions, Non conviction certificates, and grant/retention of Manufacturing Licenses etc.\",\n                \"categories\": \"4,7\",\n                \"logo\": \"https://cf-media.api-setu.in/logo/issuers/issure_icon.png\",\n                \"subdomain\": \"cfdamp\"\n            },\n            {\n                \"organisationId\": \"003446\",\n                \"issuerId\": \"in.gov.swavlambancard\",\n                \"name\": \"Department of Empowerment of Persons with Disabilities\",\n                \"description\": \"Department of Empowerment of Persons with Disabilities is issuing their Digital awards for the following years, through DigiLocker. These can be pulled by students into their DigiLocker accounts \\n                Degree - NA \\n                Marksheet - 2020 \\n                Diploma -  NA \\n                Transcript - NA\",\n                \"categories\": \"3\",\n                \"logo\": \"https://cf-media.api-setu.in/logo/issuers/003446.png\",\n                \"subdomain\": \"swavlambancard\"\n            },\n            {\n                \"organisationId\": \"058897\",\n                \"issuerId\": \"in.nic.cg.agriportal\",\n                \"name\": \"Department of Fisheries\",\n                \"description\": \"The department continuous working for overall development of the socio economic status of  fishers of state and increase in fish seed, fish production and productivity. Provide fish proteins to public. Adopt new techniques for extra fish production. Department provide social security through group accidental insurance and \\\"Saving cum relief\\\" schemes.\",\n                \"categories\": \"4\",\n                \"logo\": \"https://cf-media.api-setu.in/logo/issuers/058897.jpg\",\n                \"subdomain\": \"agriportalcg\"\n            },\n            {\n                \"organisationId\": \"008121\",\n                \"issuerId\": \"in.gov.wb.food\",\n                \"name\": \"Department of Food & Supplies, Government of West Bengal\",\n                \"description\": \"Food & Supplies Department (food.wb.gov.in) issues Digital Ration cards in the State of West Bengal. These e-ration cards can be pulled by respective beneficiaries into their DigiLocker account.\",\n                \"categories\": \"4\",\n                \"logo\": \"https://cf-media.api-setu.in/logo/issuers/008121.png\",\n                \"subdomain\": \"wbfood\"\n            },\n            {\n                \"organisationId\": \"061903\",\n                \"issuerId\": \"in.gov.fcsnagaland\",\n                \"name\": \"Department of Food and Civil Supplies. Government of Nagaland\",\n                \"description\": \"The primary objective of the Department of Food and Civil Supplies is to ensure food security for the targeted beneficiaries through timely and efficient transportation and distribution of essential commodities. This involves supervision and monitoring of stock distribution and price levels of Food grains.\",\n                \"categories\": \"4,30\",\n                \"logo\": \"https://cf-media.api-setu.in/logo/issuers/061903.png\",\n                \"subdomain\": \"fcsnagaland\"\n            },\n            {\n                \"organisationId\": \"064105\",\n                \"issuerId\": \"in.gov.chdfood\",\n                \"name\": \"Department of Food Supplies\",\n                \"description\": \"Department of Food & Supply.\\r\\nThe Food and Supplies Department functions under the supervision of the Secretary, Food and Supplies. The Deputy Commissioner, who is also Director, Food and Supplies, administers the department and day-to-day functioning is carried out by the Additional Director Food and Supplies assisted by a District Food and Supplies Officer.\",\n                \"categories\": \"4,30\",\n                \"logo\": \"https://cf-media.api-setu.in/logo/issuers/064105.jpg\",\n                \"subdomain\": \"ingovchdfood\"\n            },\n            {\n                \"organisationId\": \"059472\",\n                \"issuerId\": \"in.gov.nfs\",\n                \"name\": \"Department of Food Supplies & Consumer Affairs GOVT. of NCT of Delhi\",\n                \"description\": \"NULL\",\n                \"categories\": \"4\",\n                \"logo\": \"https://cf-media.api-setu.in/logo/issuers/059472.png\",\n                \"subdomain\": \"nfs\"\n            },\n            {\n                \"organisationId\": \"001939\",\n                \"issuerId\": \"in.gov.jharkhand.aahar\",\n                \"name\": \"Department of Food, Public Distribution & Consumer Affairs (PDS), Jharkhand\",\n                \"description\": \"Public distribution system (PDS) is an Indian food security system. Established by the Government of India under Ministry of Consumer Affairs, Food, and Public Distribution and managed jointly with state governments in India. Jharkhand PDS Ration Card Certificates is available in Digilocker for Citizen.\",\n                \"categories\": \"4\",\n                \"logo\": \"https://cf-media.api-setu.in/logo/issuers/001939.jpg\",\n                \"subdomain\": \"aaharjh\"\n            },\n            {\n                \"organisationId\": \"055854\",\n                \"issuerId\": \"in.gov.jk.hme\",\n                \"name\": \"Department of Health and Medical Education\",\n                \"description\": \"The Health & Medical Education Department is striving to deliver state of Art and Affordable Healthcare to the citizens of J&K. With the support of the Ministry of Health and Family Welfare, Government of India, the Healthcare delivery of J&K has seen a tremendous rise in its quality due to the huge funding and bridging of the gaps of Human Resource and Health care Infrastructure which is aimed at raising the standards of Health care delivery in the UT of J&K.\",\n                \"categories\": \"4,7\",\n                \"logo\": \"https://cf-media.api-setu.in/logo/issuers/055854.png\",\n                \"subdomain\": \"jkhme\"\n            },\n            {\n                \"organisationId\": \"058477\",\n                \"issuerId\": \"in.gov.uk.he\",\n                \"name\": \"Department of Higher Education, Uttarakhand\",\n                \"description\": \"Higher education plays an important role in social, economic and cultural development of any region. It provides the opportunities and scope of all-round development of available human resources particularly youth. Indian higher education system has the distinction of being the third largest system in the world after America and China. Keeping in view the importance of 'knowledge and research' in development of society and nation, several efforts are being made by the central and state governments for the development of higher education.\",\n                \"categories\": \"4,2\",\n                \"logo\": \"https://cf-media.api-setu.in/logo/issuers/058477.png\",\n                \"subdomain\": \"heuk\"\n            },\n            {\n                \"organisationId\": \"005646\",\n                \"issuerId\": \"in.gov.bihar.serviceonline\",\n                \"name\": \"Department of Home, Bihar\",\n                \"description\": \"Home Department plays a key role in Administration. It is bedrock of Police Administration. This Department oversees the maintenance of law and order; prevention and control of crimes; prosecution of criminals besides dealing with Fire Services and Prisons Administration. Crime control, Police Modernisation, Maintenance of communal harmony, Passport/Visa formalities to foreign/Indian nationals, Control over Private Security Agencies etc are also some important functions of the department. It Supervises Anti Naxal Operations carried out by the State Police and CAPFs. It provides ex-gratia payme\",\n                \"categories\": \"4,30\",\n                \"logo\": \"https://cf-media.api-setu.in/logo/issuers/005646.png\",\n                \"subdomain\": \"serviceonline\"\n            },\n            {\n                \"organisationId\": \"008492\",\n                \"issuerId\": \"in.gov.hp.eudyan\",\n                \"name\": \"Department of Horticulture\",\n                \"description\": \"The Himachal Pradesh Horticulture Development Society serves as the implementing agency for the project, it intends to provide ICT based platforms for electronic delivery of department specific services of Horticulture Department, automating all the administrative activities of Horticulture department and HP HDP, implementation of MIS integrated with the workflow of Himachal Pradesh Nursery cum demonstration orchards development and management society (SPV) for the implementation\",\n                \"categories\": \"4\",\n                \"logo\": \"https://cf-media.api-setu.in/logo/issuers/008492.png\",\n                \"subdomain\": \"eudyan\"\n            },\n            {\n                \"organisationId\": \"010720\",\n                \"issuerId\": \"in.gov.mizoram.dict\",\n                \"name\": \"Department of ICT - Government of Mizoram\",\n                \"description\": \"Department of Information & Communication Technology, Government of Mizoram on behalf of Deputy Commissioner's Office issued Scheduled Tribe Certificate, Income Certificate, Residential Certificate,  Permanent Residential Certificate  and Farmer Certificate through Digilocker\",\n                \"categories\": \"4\",\n                \"logo\": \"https://cf-media.api-setu.in/logo/issuers/010720.png\",\n                \"subdomain\": \"dict\"\n            },\n            {\n                \"organisationId\": \"002302\",\n                \"issuerId\": \"org.ktech\",\n                \"name\": \"Department of IT and BT\",\n                \"description\": \"eSigned certificates issued by Department of Information Technology, Biotechnology and Science &Technology (http://itbt.karnataka.gov.in/pages/home.aspx) can be downloaded through DigiLocker.\",\n                \"categories\": \"4\",\n                \"logo\": \"https://cf-media.api-setu.in/logo/issuers/002302.png\",\n                \"subdomain\": \"ktech\"\n            },\n            {\n                \"organisationId\": \"001542\",\n                \"issuerId\": \"in.gov.arunachalpradesh.dit\",\n                \"name\": \"Department of IT and Communication\",\n                \"description\": \"Inner Line Permit (eILP) of Government of Arunachal Pradesh (http://arunachalilp.com/) is available on DigiLocker.\\n\\n\",\n                \"categories\": \"4\",\n                \"logo\": \"https://cf-media.api-setu.in/logo/issuers/001542.jpg\",\n                \"subdomain\": \"ditarunachal\"\n            },\n            {\n                \"organisationId\": \"087919\",\n                \"issuerId\": \"in.gov.sikkim\",\n                \"name\": \"Department of IT Government of Sikkim\",\n                \"description\": \"NULL\",\n                \"categories\": \"4,30\",\n                \"logo\": \"https://cf-media.api-setu.in/logo/issuers/null\",\n                \"subdomain\": \"doitsikkim\"\n            },\n            {\n                \"organisationId\": \"002516\",\n                \"issuerId\": \"in.gov.pblabour\",\n                \"name\": \"Department of Labour, Govt of Punjab\",\n                \"description\": \"The main objective of Labour Department is to maintain the industrial peace for better industrial relations between workers and employers through investigation and settlement of industrial disputes to promote industrial harmony, so that the production in industry goes on un-interrupted so that there is no loss of man-days and strikes and lockouts can be prevented. Labour Department also issue registration and licence to Shop, Industries, Factories, Contractors and  Employers .\",\n                \"categories\": \"4\",\n                \"logo\": \"https://cf-media.api-setu.in/logo/issuers/002516.jpeg\",\n                \"subdomain\": \"pblabour\"\n            },\n            {\n                \"organisationId\": \"002599\",\n                \"issuerId\": \"in.gov.bhavishya\",\n                \"name\": \"Department of Pension and Pensioners Welfare\",\n                \"description\": \"Department of Pension and Pensioners&#039; Welfare frames the Pension Rules (CSS Pension Rules, 1972) for central civil pensioners. All the rules has been converted into business logic and a software named Bhavishya has been developed for online processing of Pension cases and issue the ePPO. This software process all the ten types of pension including disability pension.\",\n                \"categories\": \"3,30\",\n                \"logo\": \"https://cf-media.api-setu.in/logo/issuers/002599.png\",\n                \"subdomain\": \"bhavishya\"\n            },\n            {\n                \"organisationId\": \"013197\",\n                \"issuerId\": \"in.gov.jk.ngdrs\",\n                \"name\": \"Department of Registration\",\n                \"description\": \"Department of Registration, Government of J&K provides citizens access to their Registered Sale Deed and Gift Deed available on the National Generic Document Registration System (NGDRS) through their Digilocker account.\",\n                \"categories\": \"4,30\",\n                \"logo\": \"https://cf-media.api-setu.in/logo/issuers/013197.png\",\n                \"subdomain\": \"ngdrsjk\"\n            },\n            {\n                \"organisationId\": \"000013\",\n                \"issuerId\": \"in.gov.igrmaharashtra\",\n                \"name\": \"Department of Registration & Stamps\",\n                \"description\": \"Dept of Registration & Stamps, Maharashtra (https://esearchigr.maharashtra.gov.in) is issuing digital Leave & License Certificates into citizens' DigiLocker accounts.\",\n                \"categories\": \"4,30\",\n                \"logo\": \"https://cf-media.api-setu.in/logo/issuers/000013.png\",\n                \"subdomain\": \"igrmaharashtra\"\n            },\n            {\n                \"organisationId\": \"005805\",\n                \"issuerId\": \"in.gov.goa.registration\",\n                \"name\": \"Department of Registration, Goa\",\n                \"description\": \"Department of Registration Government of Goa provides citizens access to their Registered Sale Deed available on the National Generic Document Registration System (NGDRS) through their Digilocker account.\",\n                \"categories\": \"4,30\",\n                \"logo\": \"https://cf-media.api-setu.in/logo/issuers/005805.png\",\n                \"subdomain\": \"registrationgoa\"\n            },\n            {\n                \"organisationId\": \"034125\",\n                \"issuerId\": \"in.gov.punjab.revenue\",\n                \"name\": \"Department of Revenue, Rehabilitation & Disaster Management\",\n                \"description\": \"The Department of Revenue, Rehabilitation & Disaster Management is headed by the Financial Commissioner Revenue, who is also Additional Chief Secretary to Government of Punjab in respect of Revenue Department. The State of Punjab is divided into five divisions namely; Jalandhar, Patiala, Roopnagar, Ferozepur and Faridkot and each division is headed by the Divisional Commissioner. Divisions are divided into Districts, which are headed by the Deputy Commissioners, who also exercises the powers of Collector and Registrar under Indian Registration and Stamp Acts. Districts are divided into Sub-Divisions, Tehsils and Sub-Tehsils. Sub Divisions are headed by Sub Divisional Magistrates, Tehsils are headed by Tehsildars and Sub-Tehsils are headed by Naib Tehsildars. There are 23 districts, 98 Sub-Divisions, 98 Tehsils and 82 Sub-Tehsils in the State of Punjab.\",\n                \"categories\": \"4,30\",\n                \"logo\": \"https://cf-media.api-setu.in/logo/issuers/034125.jpeg\",\n                \"subdomain\": \"revenuepunjab\"\n            },\n            {\n                \"organisationId\": \"001947\",\n                \"issuerId\": \"in.gov.puducherry.sainikwelfare\",\n                \"name\": \"Department of Sainik Welfare\",\n                \"description\": \"Department of Sainik Welfare Society (www.sainikwelfare.puducherry.gov.in) is issuing digital &#34;Dependency Certificate&#34; . These certificates are being made available through DigiLocker. These Certificates can be pulled by citizens into their DigiLocker accounts.\",\n                \"categories\": \"4,2\",\n                \"logo\": \"https://cf-media.api-setu.in/logo/issuers/001947.png\",\n                \"subdomain\": \"sainikwelfarepud\"\n            },\n            {\n                \"organisationId\": \"090615\",\n                \"issuerId\": \"in.gov.ap.cse\",\n                \"name\": \"DEPARTMENT OF SCHOOL EDUCATION,ANDHRA PRADESH\",\n                \"description\": \"Government of Andhra pradesh doing many revolutionary changes in school education. The complete infrastructure was transformed and equipped with complete digital and general infra. every class is enabled with IFPs and Smart Tvs.Department is proposed to Student academic report card integration to digilocker for government management schools in andhra pradesh.\",\n                \"categories\": \"4,2,30\",\n                \"logo\": \"https://cf-media.api-setu.in/logo/issuers/090615.png\",\n                \"subdomain\": \"educaap\"\n            },\n            {\n                \"organisationId\": \"021774\",\n                \"issuerId\": \"in.gov.igrsup\",\n                \"name\": \"Department of Stamp and Registration\",\n                \"description\": \"Department of Stamp and Registration, Uttar Pradesh is issuing NEC Certificates and Marriage Certificates through DigiLocker. NEC certificate is available from 2018 onwards and the Marriage certificate is from October 2015 onwards. Citizens can fetch into their respective Digilocker accounts.\",\n                \"categories\": \"4,30\",\n                \"logo\": \"https://cf-media.api-setu.in/logo/issuers/021774.png\",\n                \"subdomain\": \"igrsup\"\n            },\n            {\n                \"organisationId\": \"003845\",\n                \"issuerId\": \"in.gov.karnataka.stampsandregistration\",\n                \"name\": \"Department of Stamps and Registration, Government Of Karnataka\",\n                \"description\": \"Kaveri Online service is a web based application of Department of Stamps & Registration Government of Karnataka that provides interface to the citizen to enter details and book appointment for document registration and also provides facility to search for required Index and registered copies. Citizens can also book appointment for registering documents. This will help citizen to check the present owners of the properties, helps citizen in checking the authenticity of the registered document and also helps citizens to book appointment for document registration.\",\n                \"categories\": \"4,30\",\n                \"logo\": \"https://cf-media.api-setu.in/logo/issuers/003845.png\",\n                \"subdomain\": \"stampsregkar\"\n            },\n            {\n                \"organisationId\": \"006466\",\n                \"issuerId\": \"in.gov.karnataka.dtek\",\n                \"name\": \"Department of Technical Education, Karnataka\",\n                \"description\": \"Department of Technical Education, Karnataka is issuing their Digital awards for the following years, through DigiLocker. These can be pulled by students into their DigiLocker accounts.\\n                Degree - NA \\n                Marksheet - 2004,2005,2006,2007,2008,2009,2010,2011,2012,2013,2014,2015,2016,2017,2018,2019,2020 \\n                Diploma - NA \\n                Transcript - NA\",\n                \"categories\": \"4,2\",\n                \"logo\": \"https://cf-media.api-setu.in/logo/issuers/006466.png\",\n                \"subdomain\": \"karnatakadtek\"\n            },\n            {\n                \"organisationId\": \"006059\",\n                \"issuerId\": \"in.gov.goaulbservice\",\n                \"name\": \"Department of Urban Development (Municipal Administration)\",\n                \"description\": \"Department of Urban Development (Municipal Administration) GOA is providing a facility for traders to download digitally signed Trades & Signboards Licence from the DigiLocker platform.\",\n                \"categories\": \"4,30\",\n                \"logo\": \"https://cf-media.api-setu.in/logo/issuers/006059.png\",\n                \"subdomain\": \"goaulbservice\"\n            },\n            {\n                \"organisationId\": \"002312\",\n                \"issuerId\": \"in.gov.ksei\",\n                \"name\": \"Dept of Electrical Inspectorate\",\n                \"description\": \"The main objective of the dept. of Electrical Inspectorate is to ensure that all electrical installations in the state of Karnataka are installed and maintained as per the relevant Safety Codes and Standards. This is being strictly carried out with a specific intention of minimising the danger to human beings, animal life in particular and damage to the property in general. The Department is entrusted with the responsibility of ensuring the safety requirements in Generation, Transmission, Distribution and Utilisation of electrical power.\",\n                \"categories\": \"4,30\",\n                \"logo\": \"https://cf-media.api-setu.in/logo/issuers/002312.png\",\n                \"subdomain\": \"ksei\"\n            },\n            {\n                \"organisationId\": \"059173\",\n                \"issuerId\": \"in.gov.py.dcsca\",\n                \"name\": \"Dept. of Civil Supplies and Consumer Affairs\",\n                \"description\": \"Department of Civil Supplies & Consumer Affairs, Government of Puducherry is hereby enabling an eRation Card service over DigiLocker portal for the benefits of beneficiaries to have an electronic copy of Ration Card on their DigiLocker Account.\",\n                \"categories\": \"4,30\",\n                \"logo\": \"https://cf-media.api-setu.in/logo/issuers/059173.png\",\n                \"subdomain\": \"dcsa\"\n            },\n            {\n                \"organisationId\": \"003758\",\n                \"issuerId\": \"in.deshbhagatuniversity\",\n                \"name\": \"Desh Bhagat University\",\n                \"description\": \"Desh Bhagat University is issuing their Digital awards for the following years, through DigiLocker. These can be pulled by students into their DigiLocker accounts \\n                Degree - 2016,2017,2018,2019,2020,2021,2022,2023,2024 \\n                Marksheet - 2014,2015,2016,2017,2018,2019,2020,2021,2022,2023 \\n                Diploma -  2016,2017,2018,2019,2020,2021,2022,2023 \\n                Transcript - NA\",\n                \"categories\": \"4,2\",\n                \"logo\": \"https://cf-media.api-setu.in/logo/issuers/003758.png\",\n                \"subdomain\": \"deshbhagatuniv\"\n            },\n            {\n                \"organisationId\": \"064556\",\n                \"issuerId\": \"org.deshpandefoundation\",\n                \"name\": \"Deshpande Foundation\",\n                \"description\": \"Deshpande Foundation has constantly worked towards recognizing and addressing the challenges of rural and semi-urban India. We focus on creating better, faster, inclusive and economical solutions in the areas of Agriculture, Micro-Entrepreneurship, Skilling, and Startups. We believe in navigating a unique path as a social enterprise, harnessing a blend of business excellence and compassion of not-for-profits.\",\n                \"categories\": \"4,32\",\n                \"logo\": \"https://cf-media.api-setu.in/logo/issuers/064556.jpg\",\n                \"subdomain\": \"deshpandefoundation\"\n            },\n            {\n                \"organisationId\": \"009458\",\n                \"issuerId\": \"com.dsvvsankara\",\n                \"name\": \"Dev Sanskriti Vishwavidyalaya\",\n                \"description\": \"Dev Sanskriti Vishwavidyalaya is issuing their Digital awards for the following years, through DigiLocker. These can be pulled by students into their DigiLocker accounts.\\n                Degree - 2022,2023 \\n                Marksheet - 2019,2020,2021,2022,2023 \\n                Diploma - NA \\n                Transcript - NA\",\n                \"categories\": \"4,2\",\n                \"logo\": \"https://cf-media.api-setu.in/logo/issuers/009458.png\",\n                \"subdomain\": \"dsvvsankara\"\n            },\n            {\n                \"organisationId\": \"003551\",\n                \"issuerId\": \"in.ac.dsvv\",\n                \"name\": \"Dev Sanskriti Vishwavidyalaya, Gayatrikunj\",\n                \"description\": \"Dev Sanskriti Vishwavidyalaya, Gayatrikunj is issuing their Digital awards for the following years, through DigiLocker. These can be pulled by students into their DigiLocker accounts \\n                Degree - NA \\n                Marksheet - 2017 \\n                Diploma -  NA \\n                Transcript - NA\",\n                \"categories\": \"4,2\",\n                \"logo\": \"https://cf-media.api-setu.in/logo/issuers/003551.png\",\n                \"subdomain\": \"dsvv\"\n            },\n            {\n                \"organisationId\": \"021749\",\n                \"issuerId\": \"in.ac.dmi\",\n                \"name\": \"DEVELOPMENT MANAGEMENT INSTITUTE\",\n                \"description\": \"DEVELOPMENT MANAGEMENT INSTITUTE is issuing their Digital awards for the following years, through DigiLocker. These can be pulled by students into their DigiLocker accounts \\n                Degree - NA \\n                Marksheet - NA \\n                Diploma -  2016,2017,2018,2019 \\n                Transcript - NA\",\n                \"categories\": \"4,2\",\n                \"logo\": \"https://cf-media.api-setu.in/logo/issuers/021749.png\",\n                \"subdomain\": \"dmi\"\n            },\n            {\n                \"organisationId\": \"012178\",\n                \"issuerId\": \"in.ac.dauniv\",\n                \"name\": \"Devi Ahilya Vishwavidyalaya, Indore\",\n                \"description\": \"Devi Ahilya Vishwavidyalaya, Indore is issuing their Digital awards for the following years, through DigiLocker. These can be pulled by students into their DigiLocker accounts.\\n                Degree - NA \\n                Marksheet - 2019,2020,2021,2022,2023 \\n                Diploma - NA \\n                Transcript - NA\",\n                \"categories\": \"4,2\",\n                \"logo\": \"https://cf-media.api-setu.in/logo/issuers/012178.png\",\n                \"subdomain\": \"dauniv\"\n            },\n            {\n                \"organisationId\": \"005921\",\n                \"issuerId\": \"in.ac.ddu\",\n                \"name\": \"Dharmsinh Desai University, Nadiad\",\n                \"description\": \"Dharmsinh Desai University, Nadiad is issuing their Digital awards for the following years, through DigiLocker. These can be pulled by students into their DigiLocker accounts \\n                Degree - 2021,2022,2023,2024 \\n                Marksheet - 2022,2023 \\n                Diploma -  NA \\n                Transcript - NA\",\n                \"categories\": \"4,2\",\n                \"logo\": \"https://cf-media.api-setu.in/logo/issuers/005921.png\",\n                \"subdomain\": \"ddu\"\n            },\n            {\n                \"organisationId\": \"004212\",\n                \"issuerId\": \"in.nic.dhenkanalcollege\",\n                \"name\": \"Dhenkanal Autonomous College, Dhenkanal\",\n                \"description\": \"Dhenkanal Autonomous College, Dhenkanal is issuing their Digital awards for the following years, through DigiLocker. These can be pulled by students into their DigiLocker accounts \\n                Degree - NA \\n                Marksheet - 2017,2018,2019,2020,2021 \\n                Diploma -  NA \\n                Transcript - NA\",\n                \"categories\": \"4,2\",\n                \"logo\": \"https://cf-media.api-setu.in/logo/issuers/004212.png\",\n                \"subdomain\": \"dhenkanalcollege\"\n            },\n            {\n                \"organisationId\": \"003426\",\n                \"issuerId\": \"in.ac.daiict\",\n                \"name\": \"Dhirubhai Ambani Institute of Information and Communication Technology\",\n                \"description\": \"Dhirubhai Ambani Institute of Information and Communication Technology is issuing their Digital awards for the following years, through DigiLocker. These can be pulled by students into their DigiLocker accounts.\\r\\n                Degree - 2023 \\r\\n                Marksheet - NA \\r\\n                Diploma - NA \\r\\n                Transcript - NA\",\n                \"categories\": \"4,2\",\n                \"logo\": \"https://cf-media.api-setu.in/logo/issuers/003426.jpeg\",\n                \"subdomain\": \"daiict\"\n            },\n            {\n                \"organisationId\": \"004970\",\n                \"issuerId\": \"in.ac.dibru\",\n                \"name\": \"Dibrugarh University, Dibrugarh\",\n                \"description\": \"Dibrugarh University, Dibrugarh is issuing their Digital awards for the following years, through DigiLocker. These can be pulled by students into their DigiLocker accounts \\n                Degree - 2018,2019,2020,2021,2022 \\n                Marksheet - 2019,2020,2021,2022 \\n                Diploma -  NA \\n                Transcript - NA\",\n                \"categories\": \"4,2\",\n                \"logo\": \"https://cf-media.api-setu.in/logo/issuers/004970.png\",\n                \"subdomain\": \"dibru\"\n            },\n            {\n                \"organisationId\": \"000248\",\n                \"issuerId\": \"in.gov.gujarat.dst\",\n                \"name\": \"Digital Gujarat- Common Services Portal\",\n                \"description\": \"Digital Gujarat (https://www.digitalgujarat.gov.in/) is a single access point to avail all e-Services of the Government of Gujarat. Certain documents (such as Caste Certificate, Income Certificate, Domicile Certificates, etc.) issued by Digital Gujarat (from 1st January 2016) are made available in Citizens Digilocker accounts.\",\n                \"categories\": \"4,30\",\n                \"logo\": \"https://cf-media.api-setu.in/logo/issuers/000248.png\",\n                \"subdomain\": \"cspgj\"\n            },\n            {\n                \"organisationId\": \"058834\",\n                \"issuerId\": \"in.gov.diksha\",\n                \"name\": \"Digital Infrastructure for Knowledge Sharing - Diksha\",\n                \"description\": \"PM eVidya DIKSHA - One Nation, One Digital Platform for School Education. An initiative of the National Council of Educational Research and Training (Ministry of Education, Govt of India). Diksha Certificates can be pulled by students into their DigiLocker accounts.\",\n                \"categories\": \"3,2,30\",\n                \"logo\": \"https://cf-media.api-setu.in/logo/issuers/058834.jpg\",\n                \"subdomain\": \"diksha\"\n            },\n            {\n                \"organisationId\": \"020289\",\n                \"issuerId\": \"in.gov.dgt\",\n                \"name\": \"Directorate General of Training\",\n                \"description\": \"Directorate General of Training is issuing their Digital awards for the following years, through DigiLocker. These can be pulled by students into their DigiLocker accounts.\\r\\n                Degree - NA \\r\\n                Marksheet - NA \\r\\n                Diploma - NA \\r\\n                Transcript - NA\",\n                \"categories\": \"4,2,32\",\n                \"logo\": \"https://cf-media.api-setu.in/logo/issuers/020289.png\",\n                \"subdomain\": \"dgt\"\n            },\n            {\n                \"organisationId\": \"008276\",\n                \"issuerId\": \"in.gov.wbboilers\",\n                \"name\": \"Directorate of Boilers, Labour Department\",\n                \"description\": \"Directorate of Boilers, West Bengal (https://wbboilers.gov.in) is issuing Provisional Order/Final Certificate through DigiLocker with respect to applications that have been made online through boiler web portal for Registration of Boiler / Economizer and Certificate of Renewal of Boiler / Economizer/ Certificate of Manufacturer and renewal. These can be pulled by beneficiaries into their DigiLocker accounts.\",\n                \"categories\": \"4\",\n                \"logo\": \"https://cf-media.api-setu.in/logo/issuers/008276.png\",\n                \"subdomain\": \"wbboilers\"\n            },\n            {\n                \"organisationId\": \"002438\",\n                \"issuerId\": \"in.gov.rajasthan.statistics\",\n                \"name\": \"Directorate of Economics and Statistics Cum Chief Registrar, Rajasthan\",\n                \"description\": \"Birth, Still-Birth, Death and Marriage Certificates issued by the Department, from 01 January 2014 onward, can be pulled into citizens' DigiLocker accounts.\",\n                \"categories\": \"4,30\",\n                \"logo\": \"https://cf-media.api-setu.in/logo/issuers/002438.png\",\n                \"subdomain\": \"statisticsrajasthan\"\n            },\n            {\n                \"organisationId\": \"063381\",\n                \"issuerId\": \"in.nic.edudel\",\n                \"name\": \"Directorate of Education, Delhi\",\n                \"description\": \"Directorate of Education, Delhi is issuing their Digital awards for the following years, through DigiLocker. These can be pulled by students into their DigiLocker accounts.\\n                Degree - NA \\n                Marksheet - NA \\n                Diploma - NA \\n                Transcript - NA\",\n                \"categories\": \"3,2,18,17\",\n                \"logo\": \"https://cf-media.api-setu.in/logo/issuers/063381.png\",\n                \"subdomain\": \"edudel\"\n            },\n            {\n                \"organisationId\": \"008295\",\n                \"issuerId\": \"in.gov.wbfactories\",\n                \"name\": \"Directorate of Factories, West Bengal\",\n                \"description\": \"The Directorate of Factories, under the Department of Labour, Govt. of West Bengal is mainly responsible for the implementation and administration of the Factories Act in the State. It is the apex body for registration, approval of plan and issuance of licenses for the factories in the state under the Factories Act. These licenses and certificates can be fetched from DigiLocker.\",\n                \"categories\": \"4\",\n                \"logo\": \"https://cf-media.api-setu.in/logo/issuers/008295.png\",\n                \"subdomain\": \"wbfactories\"\n            },\n            {\n                \"organisationId\": \"005955\",\n                \"issuerId\": \"in.gov.gujarat.dcs\",\n                \"name\": \"Directorate of Food and Civil Supplies, Gujarat\",\n                \"description\": \"Ration Card details of Food, Civil Supplies and Consumer Affairs Department?s Portal RCMS (Ration Card Management System) can be pulled by citizens into their DigiLocker accounts.\",\n                \"categories\": \"4,30\",\n                \"logo\": \"https://cf-media.api-setu.in/logo/issuers/005955.png\",\n                \"subdomain\": \"rationcard\"\n            },\n            {\n                \"organisationId\": \"001896\",\n                \"issuerId\": \"in.gov.tripura.dit\",\n                \"name\": \"Directorate of Information Technology, Government of Tripura\",\n                \"description\": \"eDistrict Tripura (http://edistrict.tripura.gov.in/) is the online service delivery portal for TripuraState Govt. Certain documents issued by it (e.g. Income, Caste Certificates etc) can be pulled into citizens' DigiLocker accounts.\",\n                \"categories\": \"4\",\n                \"logo\": \"https://cf-media.api-setu.in/logo/issuers/issure_icon.png\",\n                \"subdomain\": \"dittripura\"\n            },\n            {\n                \"organisationId\": \"005152\",\n                \"issuerId\": \"in.gov.tripura.ngdrs\",\n                \"name\": \"Directorate of Land Records and Settlement\",\n                \"description\": \"To implement in National Generic Document Registration System (NGDRS) for Registration of documents/articles under  Department of Land Resources, Government of India and  Revenue Department Tripura. Citizens can apply online for Registration of documents. All scanned documents can be stored in digilocker.\",\n                \"categories\": \"4,30\",\n                \"logo\": \"https://cf-media.api-setu.in/logo/issuers/005152.jpeg\",\n                \"subdomain\": \"ngdrs\"\n            },\n            {\n                \"organisationId\": \"036690\",\n                \"issuerId\": \"in.gov.ehimbhoomi\",\n                \"name\": \"Directorate of Land Records-cum- IGR, HP\",\n                \"description\": \"Himachal Pradesh with an area of 55673 sq. Kms comprises of 12 districts having 110 Tehsils. The districts are further put under three revenue divisions namely Shimla, Kangra & Mandi. The class of Revenue Officers who administer and exercise the general superintendence and control over all the other revenue officials are as under:\",\n                \"categories\": \"4,30\",\n                \"logo\": \"https://cf-media.api-setu.in/logo/issuers/036690.png\",\n                \"subdomain\": \"ingovehimbhoomi\"\n            },\n            {\n                \"organisationId\": \"008874\",\n                \"issuerId\": \"net.tnmedicalselection\",\n                \"name\": \"Directorate of Medical Education, Tamil Nadu\",\n                \"description\": \"Directorate of Medical Education, Tamil Nadu is issuing their Digital awards for the following years, through DigiLocker. These can be pulled by students into their DigiLocker accounts \\n                Degree - 2017,2021 \\n                Marksheet - NA \\n                Diploma -  2017,2018,2019,2020,2021,2022 \\n                Transcript - NA\",\n                \"categories\": \"4,2\",\n                \"logo\": \"https://cf-media.api-setu.in/logo/issuers/008874.png\",\n                \"subdomain\": \"tnmedicalselection\"\n            },\n            {\n                \"organisationId\": \"002313\",\n                \"issuerId\": \"in.gov.municipaladmin\",\n                \"name\": \"Directorate of Municipal Administration\",\n                \"description\": \"\",\n                \"categories\": \"4,30\",\n                \"logo\": \"https://cf-media.api-setu.in/logo/issuers/issure_icon.png\",\n                \"subdomain\": \"municipaladmin\"\n            },\n            {\n                \"organisationId\": \"004232\",\n                \"issuerId\": \"in.gov.gujarat.ifms\",\n                \"name\": \"Directorate of Pension and Provident Fund Gandhinagar\",\n                \"description\": \"Directorate of Pension and Provident Fund - DPPF under Finance Department, Government of Gujarat is the main Authority for all the pension related functions of Government of Gujarat. DPPF issues PPOs-Pension Payment Order (Form-5) to all the state government employees.Further all pension ralated processes are handled by DPPF.\",\n                \"categories\": \"4,30\",\n                \"logo\": \"https://cf-media.api-setu.in/logo/issuers/004232.png\",\n                \"subdomain\": \"ifms\"\n            },\n            {\n                \"organisationId\": \"092732\",\n                \"issuerId\": \"IN.NIC.PO.INDIANAIRFORCE\",\n                \"name\": \"Directorate of Personnel Officers (IAF)\",\n                \"description\": \"Directorate of Personnel Officers (IAF) is issuing their Digital awards for the following years, through DigiLocker. These can be pulled by students into their DigiLocker accounts.\\n                Degree - NA \\n                Marksheet - NA \\n                Diploma - NA \\n                Transcript - NA\",\n                \"categories\": \"3,30,8\",\n                \"logo\": \"https://cf-media.api-setu.in/logo/issuers/092732.jpg\",\n                \"subdomain\": \"indianairforce\"\n            },\n            {\n                \"organisationId\": \"005904\",\n                \"issuerId\": \"in.gov.goadpse\",\n                \"name\": \"Directorate of Planning Statistics and Evaluation & Chief Registrar of Births and Deaths\",\n                \"description\": \"The DPSE which functions as the Office of the Chief Registrar of Births and Deaths for effective implementation of the Registration of Births and Deaths Act., 1969  has provided facility to the citizens to download digitally signed Birth and Death certificates from DigiLocker platform.\",\n                \"categories\": \"4,30\",\n                \"logo\": \"https://cf-media.api-setu.in/logo/issuers/005904.png\",\n                \"subdomain\": \"goadpse\"\n            },\n            {\n                \"organisationId\": \"001938\",\n                \"issuerId\": \"in.gov.jkuber\",\n                \"name\": \"Directorate of Provident Fund (GPF)\",\n                \"description\": \"GPF or General Provident Fund account is a provident fund account which is available for government employees. A government employee can become a member of the fund by contributing a certain percentage of their salary to the account. The accumulations in the fund is paid to the government employee at the time of superannuation or retirement.\\n\\nDepartment Government of Jharkhand is providing GPF statement in digilocker. Citizen can pull  GPF statement from Digilocker.\",\n                \"categories\": \"4\",\n                \"logo\": \"https://cf-media.api-setu.in/logo/issuers/001938.jpg\",\n                \"subdomain\": \"jkuber\"\n            },\n            {\n                \"organisationId\": \"003467\",\n                \"issuerId\": \"in.gov.mp.dsd\",\n                \"name\": \"DIRECTORATE OF SKILL DEVELOPMENT\",\n                \"description\": \"The Department of Skill Development (DSD), Government of Madhya Pradesh, is responsible for the overall development and the basic structure of Skill development initiative across the state. It covers policymaking, planning and implementation. Under a planned process, DSD looks after the expansion and qualitative improvement in skill development, through different initiatives.\",\n                \"categories\": \"4,2\",\n                \"logo\": \"https://cf-media.api-setu.in/logo/issuers/003467.png\",\n                \"subdomain\": \"mp\"\n            },\n            {\n                \"organisationId\": \"006985\",\n                \"issuerId\": \"in.gov.odishatreasury\",\n                \"name\": \"Directorate of Treasuries and Inspection, Finance department, Government of Odisha\",\n                \"description\": \"Electronic Pension Payment Order (ePPO/eCPO/eGPO) is available on DigiLocker for all the Pensioners of the Government of Odisha.\",\n                \"categories\": \"4,1,30\",\n                \"logo\": \"https://cf-media.api-setu.in/logo/issuers/006985.png\",\n                \"subdomain\": \"odishatreasury\"\n            },\n            {\n                \"organisationId\": \"003917\",\n                \"issuerId\": \"in.nic.cgpension\",\n                \"name\": \"Directorate Treasury Accounts & Pension Chhattisgarh\",\n                \"description\": \"Electronic Pension Payment Order (ePPO), is available on DigiLocker for All State Government employees for Chhattisgarh State. This can be fetched for retirees from and onwards 2018. \",\n                \"categories\": \"4,30\",\n                \"logo\": \"https://cf-media.api-setu.in/logo/issuers/003917.png\",\n                \"subdomain\": \"cgpension\"\n            },\n            {\n                \"organisationId\": \"004211\",\n                \"issuerId\": \"in.edu.dituniversity\",\n                \"name\": \"DIT University\",\n                \"description\": \"DIT University is issuing their Digital awards for the following years, through DigiLocker. These can be pulled by students into their DigiLocker accounts.\\n                Degree - 2017,2018,2019,2020,2021,2022 \\n                Marksheet - NA \\n                Diploma - NA \\n                Transcript - NA\",\n                \"categories\": \"4,2\",\n                \"logo\": \"https://cf-media.api-setu.in/logo/issuers/004211.png\",\n                \"subdomain\": \"dituniversity\"\n            },\n            {\n                \"organisationId\": \"006863\",\n                \"issuerId\": \"in.gov.ina.divingschool\",\n                \"name\": \"Diving School\",\n                \"description\": \"Diving School is issuing their Digital awards for the following years, through DigiLocker. These can be pulled by students into their DigiLocker accounts \\n                Degree - 1962,1963,1964,1965,1966,1967,1968,1969,1970,1971,1972,1973,1974,1975,1976,1977,1978,1979,1980,1981,1982,1983,1984,1985,1986,1987,1988,1989,1990,1991,1992,1993,1994,1995,1996,1997,1998,1999,2000,2001,2002,2003,2004,2005,2006,2007,2008,2009,2010,2011,2012,2013,2014,2015,2016,2017,2018,2019,2020,2021,2022,2023 \\n                Marksheet - 1962,1963,1964,1965,1966,1967,1968,1969,1970,1971,1972,1973,1974,1975,1976,1977,1978,1979,1980,1981,1982,1983,1984,1985,1986,1987,1988,1989,1990,1991,1992,1993,1994,1995,1996,1997,1998,1999,2000,2001,2002,2003,2004,2005,2006,2007,2008,2009,2010,2011,2012,2013,2014,2015,2016,2017,2018,2019,2020,2021,2022,2023 \\n                Diploma -  NA \\n                Transcript - NA\",\n                \"categories\": \"4,2,8\",\n                \"logo\": \"https://cf-media.api-setu.in/logo/issuers/006863.png\",\n                \"subdomain\": \"navydivingschool\"\n            },\n            {\n                \"organisationId\": \"003786\",\n                \"issuerId\": \"in.ac.dhsgsu\",\n                \"name\": \"Doctor Harisingh Gour Vishwavidyalaya\",\n                \"description\": \"Doctor Harisingh Gour Vishwavidyalaya is issuing their Digital awards for the following years, through DigiLocker. These can be pulled by students into their DigiLocker accounts.\\n                Degree - 2009,2010,2011,2012,2013,2014,2015,2016,2017,2018,2019,2020,2021,2022 \\n                Marksheet - 2013,2014,2015,2016,2017,2018,2019,2020,2021,2022,2023 \\n                Diploma - 2010,2016,2018 \\n                Transcript - 2013,2014,2015,2016,2017,2018,2019,2020,2021,2022\",\n                \"categories\": \"4,2\",\n                \"logo\": \"https://cf-media.api-setu.in/logo/issuers/003786.png\",\n                \"subdomain\": \"dhsgsu\"\n            },\n            {\n                \"organisationId\": \"003414\",\n                \"issuerId\": \"org.doonuniversity\",\n                \"name\": \"Doon University, Dehradun\",\n                \"description\": \"Doon University, Dehradun is issuing their Digital awards for the following years, through DigiLocker. These can be pulled by students into their DigiLocker accounts.\\n                Degree - 2011,2012,2013,2014,2015,2016,2017,2018,2019,2020,2021,2022 \\n                Marksheet - 2022 \\n                Diploma - NA \\n                Transcript - NA\",\n                \"categories\": \"4,2\",\n                \"logo\": \"https://cf-media.api-setu.in/logo/issuers/003414.png\",\n                \"subdomain\": \"doonuniv\"\n            },\n            {\n                \"organisationId\": \"010365\",\n                \"issuerId\": \"org.dknmu\",\n                \"name\": \"Dr K N Modi University, Tonk\",\n                \"description\": \"Dr K N Modi University, Tonk  is issuing their Digital awards for the following years, through DigiLocker. These can be pulled by students into their DigiLocker accounts \\n                Degree - 2021 \\n                Marksheet - NA \\n                Diploma -  2021 \\n                Transcript - NA\",\n                \"categories\": \"4,2\",\n                \"logo\": \"https://cf-media.api-setu.in/logo/issuers/010365.png\",\n                \"subdomain\": \"dknmu\"\n            },\n            {\n                \"organisationId\": \"002030\",\n                \"issuerId\": \"in.ac.aktu\",\n                \"name\": \"Dr. A. P. J. Abdul Kalam Technical University, Lucknow, Uttar Pradesh\",\n                \"description\": \"Marksheets and Degree Certificates of academic years 2017-18 onwards issued by AKTU can be pulled by students into their DigiLocker accounts \",\n                \"categories\": \"4,2\",\n                \"logo\": \"https://cf-media.api-setu.in/logo/issuers/002030.png\",\n                \"subdomain\": \"aktu\"\n            },\n            {\n                \"organisationId\": \"003855\",\n                \"issuerId\": \"in.ac.ahuuk\",\n                \"name\": \"Dr. Abdul Haq Urdu University\",\n                \"description\": \"Dr. Abdul Haq Urdu University is issuing their Digital awards for the following years, through DigiLocker. These can be pulled by students into their DigiLocker accounts \\n                Degree - 2018,2019,2020 \\n                Marksheet - NA \\n                Diploma -  NA \\n                Transcript - NA\",\n                \"categories\": \"4,2\",\n                \"logo\": \"https://cf-media.api-setu.in/logo/issuers/003855.png\",\n                \"subdomain\": \"ahuuk\"\n            },\n            {\n                \"organisationId\": \"016477\",\n                \"issuerId\": \"in.edu.drait\",\n                \"name\": \"DR. AMBEDKAR INSTITUTE OF TECHNOLOGY\",\n                \"description\": \"The institute has registered through NAD portal.\",\n                \"categories\": \"4,2\",\n                \"logo\": \"https://cf-media.api-setu.in/logo/issuers/016477.png\",\n                \"subdomain\": \"drait\"\n            },\n            {\n                \"organisationId\": \"003559\",\n                \"issuerId\": \"in.ac.nitj\",\n                \"name\": \"Dr. B. R. Ambedkar National Institute Of Technology, Jalandhar\",\n                \"description\": \"Dr. B. R. Ambedkar National Institute Of Technology, Jalandhar is issuing their Digital awards for the following years, through DigiLocker. These can be pulled by students into their DigiLocker accounts.\\n                Degree - 2011,2012,2013,2014,2015,2016,2017,2018,2019,2020,2021 \\n                Marksheet - 2022,2023 \\n                Diploma - NA \\n                Transcript - NA\",\n                \"categories\": \"4,2\",\n                \"logo\": \"https://cf-media.api-setu.in/logo/issuers/003559.png\",\n                \"subdomain\": \"nitj\"\n            },\n            {\n                \"organisationId\": \"003075\",\n                \"issuerId\": \"org.dbrau\",\n                \"name\": \"Dr. B. R. Ambedkar University, Agra\",\n                \"description\": \"Dr. B. R. Ambedkar University, Agra is issuing their Digital awards for the following years, through DigiLocker. These can be pulled by students into their DigiLocker accounts.\\n                Degree - 2016,2017,2018,2019,2020,2022 \\n                Marksheet - 2017,2018,2020,2023 \\n                Diploma - NA \\n                Transcript - NA\",\n                \"categories\": \"4,2\",\n                \"logo\": \"https://cf-media.api-setu.in/logo/issuers/003075.png\",\n                \"subdomain\": \"dbrauagra\"\n            },\n            {\n                \"organisationId\": \"003663\",\n                \"issuerId\": \"in.edu.brau\",\n                \"name\": \"Dr. B. R. Ambedkar University, Etcherla\",\n                \"description\": \"Dr. B. R. Ambedkar University, Etcherla is issuing their Digital awards for the following years, through DigiLocker. These can be pulled by students into their DigiLocker accounts \\n                Degree - 2015,2016,2017,2018,2019,2020,2021,2022 \\n                Marksheet - NA \\n                Diploma -  NA \\n                Transcript - NA\",\n                \"categories\": \"4,2\",\n                \"logo\": \"https://cf-media.api-setu.in/logo/issuers/003663.png\",\n                \"subdomain\": \"brau\"\n            },\n            {\n                \"organisationId\": \"012603\",\n                \"issuerId\": \"in.ac.dbranlu\",\n                \"name\": \"Dr. B.R. Ambedkar National Law University, Rai, Sonepat\",\n                \"description\": \"Dr. B.R. Ambedkar National Law University (Formarly National Law University Haryana) is issuing their Digital awards for the following years, through DigiLocker. These can be pulled by students into their DigiLocker accounts \\n                Degree - NA \\n                Marksheet - 2019,2021,2022 \\n                Diploma -  NA \\n                Transcript - NA\",\n                \"categories\": \"4,2\",\n                \"logo\": \"https://cf-media.api-setu.in/logo/issuers/012603.png\",\n                \"subdomain\": \"dbranlu\"\n            },\n            {\n                \"organisationId\": \"000023\",\n                \"issuerId\": \"in.ac.braou\",\n                \"name\": \"Dr. B.R. Ambedkar Open University\",\n                \"description\": \"Dr. B. R. Ambedkar Open University, Hyderabad  is issuing their Digital awards for the following years, through DigiLocker. These can be pulled by students into their DigiLocker accounts.\\r\\n                Degree - 2021,2022 \\r\\n                Marksheet - 2022,2023 \\r\\n                Diploma - NA \\r\\n                Transcript - NA\",\n                \"categories\": \"4,2\",\n                \"logo\": \"https://cf-media.api-setu.in/logo/issuers/000023.jpeg\",\n                \"subdomain\": \"braou\"\n            },\n            {\n                \"organisationId\": \"005299\",\n                \"issuerId\": \"in.ac.base\",\n                \"name\": \"Dr. B.R. Ambedkar School of Economics University, Bengaluru\",\n                \"description\": \"Dr. B.R. Ambedkar School of Economics University, Bengaluru is issuing their Digital awards for the following years, through DigiLocker. These can be pulled by students into their DigiLocker accounts \\n                Degree - NA \\n                Marksheet - 2017,2018,2019,2020,2021,2022,2023 \\n                Diploma -  NA \\n                Transcript - 2019,2020,2021,2022,2023\",\n                \"categories\": \"4,2\",\n                \"logo\": \"https://cf-media.api-setu.in/logo/issuers/005299.png\",\n                \"subdomain\": \"ambedkarschool\"\n            },\n            {\n                \"organisationId\": \"004656\",\n                \"issuerId\": \"in.ac.aud\",\n                \"name\": \"Dr. B.R. Ambedkar University Delhi\",\n                \"description\": \"Dr. B.R. Ambedkar University Delhi is issuing their Digital awards for the following years, through DigiLocker. These can be pulled by students into their DigiLocker accounts \\n                Degree - 2012,2014,2015,2016,2017,2018,2019,2020,2021,2022,2023 \\n                Marksheet - 2022,2023,2024 \\n                Diploma -  2020,2021 \\n                Transcript - 2022,2023,2024\",\n                \"categories\": \"4,2\",\n                \"logo\": \"https://cf-media.api-setu.in/logo/issuers/004656.png\",\n                \"subdomain\": \"aud\"\n            },\n            {\n                \"organisationId\": \"013866\",\n                \"issuerId\": \"in.gov.mp.brauss\",\n                \"name\": \"Dr. B.R. Ambedkar University of Social Sciences\",\n                \"description\": \"Dr. B.R. Ambedkar University of Social Sciences is issuing their Digital awards for the following years, through DigiLocker. These can be pulled by students into their DigiLocker accounts.\\n                Degree - 2018,2019,2020,2021,2022,2023 \\n                Marksheet - 2017,2019,2020 \\n                Diploma - NA \\n                Transcript - NA\",\n                \"categories\": \"4,2\",\n                \"logo\": \"https://cf-media.api-setu.in/logo/issuers/013866.png\",\n                \"subdomain\": \"brauss\"\n            },\n            {\n                \"organisationId\": \"007314\",\n                \"issuerId\": \"in.ac.bamu\",\n                \"name\": \"Dr. Babasaheb Ambedkar Marathwada University, Aurangabad\",\n                \"description\": \"Dr. Babasaheb Ambedkar Marathwada University, Aurangabad is issuing their Digital awards for the following years, through DigiLocker. These can be pulled by students into their DigiLocker accounts \\n                Degree - 2012,2013,2014,2015,2016,2017,2018,2019,2020,2021,2022 \\n                Marksheet - 2021,2022 \\n                Diploma -  NA \\n                Transcript - NA\",\n                \"categories\": \"4,2\",\n                \"logo\": \"https://cf-media.api-setu.in/logo/issuers/007314.png\",\n                \"subdomain\": \"bamu\"\n            },\n            {\n                \"organisationId\": \"003926\",\n                \"issuerId\": \"in.edu.baou\",\n                \"name\": \"Dr. Babasaheb Ambedkar Open University, Ahmedabad\",\n                \"description\": \"Dr. Babasaheb Ambedkar Open University, Ahmedabad is issuing their Digital awards for the following years, through DigiLocker. These can be pulled by students into their DigiLocker accounts.\\n                Degree - 2015,2016,2017,2018,2019,2020,2021,2023 \\n                Marksheet - 2015,2016,2017,2018,2019,2020,2021,2022 \\n                Diploma - NA \\n                Transcript - NA\",\n                \"categories\": \"4,2\",\n                \"logo\": \"https://cf-media.api-setu.in/logo/issuers/003926.png\",\n                \"subdomain\": \"baou\"\n            },\n            {\n                \"organisationId\": \"001909\",\n                \"issuerId\": \"in.gov.maharashtra.barti\",\n                \"name\": \"Dr. Babasaheb Ambedkar Research & Training Institute\",\n                \"description\": \"Dr. Babasaheb Ambedkar Research and Training Institute (BARTI), Pune is an autonomous organization under the Department of Social Justice and Special Assistance, Government of Maharashtra.This Institute is committed to the cause of equality and social justice through scientific research, evaluation of schemes meant for socially disadvantaged sections, policy advocacy, training, skills development etc.Director General, Dr. Babasaheb Ambedkar Research & Training Institute (BARTI) is appointed as the Chief Coordinator of District Caste Certificate Scrutiny Committees in the state of Maharashtra.These Committees are established to scrutinize the Caste claims of category SC, VJ, NT, OBC and SBC. Accordingly, the Director General is effective administrative control of thirty six District Caste Certificate Scrutiny Committees.\",\n                \"categories\": \"4,2\",\n                \"logo\": \"https://cf-media.api-setu.in/logo/issuers/001909.jpg\",\n                \"subdomain\": \"barti\"\n            },\n            {\n                \"organisationId\": \"006456\",\n                \"issuerId\": \"in.ac.dbatu\",\n                \"name\": \"Dr. Babasaheb Ambedkar Technological University, Lonere\",\n                \"description\": \"Dr. Babasaheb Ambedkar Technological University, Lonere is issuing their Digital awards for the following years, through DigiLocker. These can be pulled by students into their DigiLocker accounts \\n                Degree - 2012,2013,2014,2015,2016,2017,2018,2019,2020,2021,2022,2023 \\n                Marksheet - 2020,2021,2022,2023,2024 \\n                Diploma -  2012,2013,2014,2015,2016,2017,2018,2019,2020,2021 \\n                Transcript - NA\",\n                \"categories\": \"4,2\",\n                \"logo\": \"https://cf-media.api-setu.in/logo/issuers/006456.png\",\n                \"subdomain\": \"dbatu\"\n            },\n            {\n                \"organisationId\": \"003622\",\n                \"issuerId\": \"org.dbskkv\",\n                \"name\": \"Dr. Balasaheb Sawant Konkan Krishi Vidyapeeth, Dapoli\",\n                \"description\": \"Dr. Balasaheb Sawant Konkan Krishi Vidyapeeth, Dapoli is issuing their Digital awards for the following years, through DigiLocker. These can be pulled by students into their DigiLocker accounts.\\n                Degree - 1978,1985,1996,2001,2002,2003,2004,2005,2006,2007,2008,2009,2010,2011,2012,2013,2014,2015,2016,2017,2018,2019,2020,2021,2022 \\n                Marksheet - 2020,2021,2022 \\n                Diploma - NA \\n                Transcript - NA\",\n                \"categories\": \"4,2\",\n                \"logo\": \"https://cf-media.api-setu.in/logo/issuers/003622.png\",\n                \"subdomain\": \"dbskkv\"\n            },\n            {\n                \"organisationId\": \"059436\",\n                \"issuerId\": \"in.ac.alujaipur\",\n                \"name\": \"Dr. Bhimrao Ambedkar Law University, Jaipur\",\n                \"description\": \"Dr. Bhimrao Ambedkar Law University, Jaipur is issuing their Digital awards for the following years, through DigiLocker. These can be pulled by students into their DigiLocker accounts.\\r\\n                Degree - NA \\r\\n                Marksheet - NA \\r\\n                Diploma - NA \\r\\n                Transcript - NA\",\n                \"categories\": \"4,2\",\n                \"logo\": \"https://cf-media.api-setu.in/logo/issuers/059436.png\",\n                \"subdomain\": \"alujaipur\"\n            },\n            {\n                \"organisationId\": \"004062\",\n                \"issuerId\": \"in.ac.cvru\",\n                \"name\": \"Dr. C. V. Raman University, Kota Bilaspur\",\n                \"description\": \"Dr. C. V. Raman University, Kota Bilaspur is issuing their Digital awards for the following years, through DigiLocker. These can be pulled by students into their DigiLocker accounts \\n                Degree - 2018,2019,2020,2021,2022 \\n                Marksheet - NA \\n                Diploma -  NA \\n                Transcript - NA\",\n                \"categories\": \"4,2\",\n                \"logo\": \"https://cf-media.api-setu.in/logo/issuers/004062.png\",\n                \"subdomain\": \"cvrubilaspur\"\n            },\n            {\n                \"organisationId\": \"017676\",\n                \"issuerId\": \"in.ac.hbsu\",\n                \"name\": \"Dr. Homi Bhabha State University\",\n                \"description\": \"Dr. Homi Bhabha State University is issuing their Digital awards for the following years, through DigiLocker. These can be pulled by students into their DigiLocker accounts.\\n                Degree - 2021,2022,2023 \\n                Marksheet - 2021,2023 \\n                Diploma - NA \\n                Transcript - NA\",\n                \"categories\": \"4,2\",\n                \"logo\": \"https://cf-media.api-setu.in/logo/issuers/017676.png\",\n                \"subdomain\": \"hbsu\"\n            },\n            {\n                \"organisationId\": \"003602\",\n                \"issuerId\": \"in.ac.drmgrdu\",\n                \"name\": \"Dr. M.G.R.Educational And Research Institute, Chennai\",\n                \"description\": \"Dr. M.G.R.Educational And Research Institute, Chennai is issuing their Digital awards for the following years, through DigiLocker. These can be pulled by students into their DigiLocker accounts.\\n                Degree - 2012,2014,2015,2016,2017,2018,2019,2020,2021,2022,2023 \\n                Marksheet - 2022 \\n                Diploma - NA \\n                Transcript - NA\",\n                \"categories\": \"4,2\",\n                \"logo\": \"https://cf-media.api-setu.in/logo/issuers/003602.png\",\n                \"subdomain\": \"drmgrdu\"\n            },\n            {\n                \"organisationId\": \"003578\",\n                \"issuerId\": \"in.ac.pdkv\",\n                \"name\": \"Dr. Panjabrao Deshmukh Krishi Vidyapeeth, Akola\",\n                \"description\": \"Dr. Punjarao Deshmukh Krishi Vidyapeeth, Akola is issuing their Digital awards for the following years, through DigiLocker. These can be pulled by students into their DigiLocker accounts \\n                Degree - 2010,2011,2012,2013,2014,2015,2016,2017,2018,2019,2020,2021,2022 \\n                Marksheet - NA \\n                Diploma -  NA \\n                Transcript - NA\",\n                \"categories\": \"4,2\",\n                \"logo\": \"https://cf-media.api-setu.in/logo/issuers/003578.png\",\n                \"subdomain\": \"pdkv\"\n            },\n            {\n                \"organisationId\": \"008536\",\n                \"issuerId\": \"in.ac.rpcau\",\n                \"name\": \"Dr. Rajendra Prasad Central Agricultural University, Pusa, Samastipur\",\n                \"description\": \"Dr. Rajendra Prasad Central Agricultural University, Pusa, Samastipur is issuing their Digital awards for the following years, through DigiLocker. These can be pulled by students into their DigiLocker accounts.\\n                Degree - 2018,2019,2020,2021,2022 \\n                Marksheet - 2017,2022 \\n                Diploma - NA \\n                Transcript - NA\",\n                \"categories\": \"4,2\",\n                \"logo\": \"https://cf-media.api-setu.in/logo/issuers/008536.png\",\n                \"subdomain\": \"rpcau\"\n            },\n            {\n                \"organisationId\": \"003956\",\n                \"issuerId\": \"in.ac.drrmlims\",\n                \"name\": \"Dr. Ram Manohar Lohia Institute of Medical Sciences, Lucknow\",\n                \"description\": \"Dr. Ram Manohar Lohia Institute of Medical Sciences, Lucknow is issuing their Digital awards for the following years, through DigiLocker. These can be pulled by students into their DigiLocker accounts \\n                Degree - NA \\n                Marksheet - 2022 \\n                Diploma -  NA \\n                Transcript - NA\",\n                \"categories\": \"4,2\",\n                \"logo\": \"https://cf-media.api-setu.in/logo/issuers/003956.png\",\n                \"subdomain\": \"drrmlims\"\n            },\n            {\n                \"organisationId\": \"008653\",\n                \"issuerId\": \"in.ac.rmlnlu\",\n                \"name\": \"Dr. Ram Manohar Lohiya National Law University, Lucknow\",\n                \"description\": \"Dr. Ram Manohar Lohiya National Law University, Lucknow  is issuing their Digital awards for the following years, through DigiLocker. These can be pulled by students into their DigiLocker accounts.\\n                Degree - 2009,2010,2011,2012,2013,2014,2015,2016,2017,2018,2019,2020,2021,2022,2023 \\n                Marksheet - 2006,2007,2008,2009,2010,2011,2012,2013,2014,2015,2016,2017,2018,2019,2020,2021 \\n                Diploma - NA \\n                Transcript - NA\",\n                \"categories\": \"4,2\",\n                \"logo\": \"https://cf-media.api-setu.in/logo/issuers/008653.png\",\n                \"subdomain\": \"rmlnlu\"\n            },\n            {\n                \"organisationId\": \"003562\",\n                \"issuerId\": \"in.ac.rmlau\",\n                \"name\": \"Dr. Rammanohar Lohia Avadh University, Ayodhya\",\n                \"description\": \"Dr. Rammanohar Lohia Avadh University, Ayodhya is issuing their Digital awards for the following years, through DigiLocker. These can be pulled by students into their DigiLocker accounts \\n                Degree - 2015,2016,2017,2018,2019,2020,2021,2022,2023 \\n                Marksheet - 2019,2020,2021 \\n                Diploma -  NA \\n                Transcript - NA\",\n                \"categories\": \"4,2\",\n                \"logo\": \"https://cf-media.api-setu.in/logo/issuers/003562.png\",\n                \"subdomain\": \"rmlau\"\n            },\n            {\n                \"organisationId\": \"007484\",\n                \"issuerId\": \"in.nic.up.dsmru\",\n                \"name\": \"DR. SHAKUNTALA MISRA NATIONAL REHABILITATION UNIVERSITY\",\n                \"description\": \"DR. SHAKUNTALA MISRA NATIONAL REHABILITATION UNIVERSITY is issuing their Digital awards for the following years, through DigiLocker. These can be pulled by students into their DigiLocker accounts \\n                Degree - 2020,2021,2022,2023 \\n                Marksheet - NA \\n                Diploma -  NA \\n                Transcript - NA\",\n                \"categories\": \"4,2\",\n                \"logo\": \"https://cf-media.api-setu.in/logo/issuers/007484.png\",\n                \"subdomain\": \"dsmru\"\n            },\n            {\n                \"organisationId\": \"003277\",\n                \"issuerId\": \"in.ac.iiitnr\",\n                \"name\": \"Dr. Shyama Prasad Mukherjee International Institute of Information Technology, Naya Raipur\",\n                \"description\": \"Dr. Shyama Prasad Mukherjee International Institute of Information Technology, Naya Raipur is issuing their Digital awards for the following years, through DigiLocker. These can be pulled by students into their DigiLocker accounts \\r\\n                Degree - 2019,2020,2021,2023 \\r\\n                Marksheet - NA \\r\\n                Diploma -  NA \\r\\n                Transcript - NA\",\n                \"categories\": \"4,2\",\n                \"logo\": \"https://cf-media.api-setu.in/logo/issuers/003277.png\",\n                \"subdomain\": \"iiitnr\"\n            },\n            {\n                \"organisationId\": \"003965\",\n                \"issuerId\": \"in.ac.dspmuranchi\",\n                \"name\": \"Dr. Shyama Prasad Mukherjee University\",\n                \"description\": \"Dr. Shyama Prasad Mukherjee University is issuing their Digital awards for the following years, through DigiLocker. These can be pulled by students into their DigiLocker accounts \\n                Degree - 2019,2020,2021,2022,2023 \\n                Marksheet - 2019,2020,2021,2022 \\n                Diploma -  2020 \\n                Transcript - NA\",\n                \"categories\": \"4,2\",\n                \"logo\": \"https://cf-media.api-setu.in/logo/issuers/003965.jpg\",\n                \"subdomain\": \"dspmuranchi\"\n            },\n            {\n                \"organisationId\": \"005283\",\n                \"issuerId\": \"in.edu.mitwpu\",\n                \"name\": \"Dr. Vishwanath Karad MIT World Peace University\",\n                \"description\": \"Dr. Vishwanath Karad MIT World Peace University is issuing their Digital awards for the following years, through DigiLocker. These can be pulled by students into their DigiLocker accounts.\\n                Degree - 2019,2020,2021,2022 \\n                Marksheet - 2019,2022,2023 \\n                Diploma - 2019,2020,2021 \\n                Transcript - NA\",\n                \"categories\": \"4,2\",\n                \"logo\": \"https://cf-media.api-setu.in/logo/issuers/005283.png\",\n                \"subdomain\": \"mitwpu\"\n            },\n            {\n                \"organisationId\": \"003288\",\n                \"issuerId\": \"in.edu.drysrhu\",\n                \"name\": \"Dr. Y. S. R. Horticultural University\",\n                \"description\": \"Dr. Y. S. R. Horticultural University is issuing their Digital awards for the following years, through DigiLocker. These can be pulled by students into their DigiLocker accounts.\\n                Degree - 2011,2012,2013,2014,2015,2016,2017,2018,2019,2020,2021,2022,2023 \\n                Marksheet - 2022 \\n                Diploma - NA \\n                Transcript - NA\",\n                \"categories\": \"4,2\",\n                \"logo\": \"https://cf-media.api-setu.in/logo/issuers/003288.png\",\n                \"subdomain\": \"drysrhu\"\n            },\n            {\n                \"organisationId\": \"010802\",\n                \"issuerId\": \"in.ac.ysrafu\",\n                \"name\": \"Dr. Y.S.R Architecture and Fine Arts University\",\n                \"description\": \"Dr. Y.S.R Architecture and Fine Arts University is issuing their Digital awards for the following years, through DigiLocker. These can be pulled by students into their DigiLocker accounts \\n                Degree - NA \\n                Marksheet - 2021 \\n                Diploma -  NA \\n                Transcript - NA\",\n                \"categories\": \"4,2\",\n                \"logo\": \"https://cf-media.api-setu.in/logo/issuers/010802.png\",\n                \"subdomain\": \"ysrafu\"\n            },\n            {\n                \"organisationId\": \"003598\",\n                \"issuerId\": \"in.ac.dravidianuniversity\",\n                \"name\": \"Dravidian University, Kuppam\",\n                \"description\": \"Dravidian University, Kuppam is issuing their Digital awards for the following years, through DigiLocker. These can be pulled by students into their DigiLocker accounts \\n                Degree - 2018,2019,2020,2021 \\n                Marksheet - NA \\n                Diploma -  NA \\n                Transcript - NA\",\n                \"categories\": \"4,2\",\n                \"logo\": \"https://cf-media.api-setu.in/logo/issuers/003598.png\",\n                \"subdomain\": \"dravidianuniv\"\n            },\n            {\n                \"organisationId\": \"008640\",\n                \"issuerId\": \"in.ac.kpgu\",\n                \"name\": \"Drs. Kiran & Pallavi Patel Global University (KPGU)\",\n                \"description\": \"Drs. Kiran & Pallavi Patel Global University is issuing their Digital awards for the following years, through DigiLocker. These can be pulled by students into their DigiLocker accounts \\n                Degree - NA \\n                Marksheet - 2022,2023 \\n                Diploma -  NA \\n                Transcript - NA\",\n                \"categories\": \"4,2\",\n                \"logo\": \"https://cf-media.api-setu.in/logo/issuers/008640.png\",\n                \"subdomain\": \"kpgu\"\n            },\n            {\n                \"organisationId\": \"003330\",\n                \"issuerId\": \"in.erauniversity\",\n                \"name\": \"E R A University\",\n                \"description\": \"E R A University is issuing their Digital awards for the following years, through DigiLocker. These can be pulled by students into their DigiLocker accounts.\\n                Degree - 2019,2020,2021 \\n                Marksheet - NA \\n                Diploma - 2019,2020 \\n                Transcript - NA\",\n                \"categories\": \"4,2\",\n                \"logo\": \"https://cf-media.api-setu.in/logo/issuers/003330.png\",\n                \"subdomain\": \"erauniv\"\n            },\n            {\n                \"organisationId\": \"002238\",\n                \"issuerId\": \"in.gov.sikkim.eservices\",\n                \"name\": \"e-District, Sikkim\",\n                \"description\": \"eDistrict  Sikkim (http://eservices.sikkim.gov.in/) is the online service delivery portal for Sikkim State Govt. Certain documents issued by it (e.g. Birth, Income, Residence, Caste Certificates etc) can be pulled into citizens' DigiLocker accounts.\",\n                \"categories\": \"4,30\",\n                \"logo\": \"https://cf-media.api-setu.in/logo/issuers/002238.png\",\n                \"subdomain\": \"edistrictsikkim\"\n            },\n            {\n                \"organisationId\": \"089457\",\n                \"issuerId\": \"com.edelweissmf\",\n                \"name\": \"Edelweiss Mutual Fund\",\n                \"description\": \"Edelweiss Mutual Fund, a leading Asset Management Company (AMC) in India. Investing is about finding someone you trust to solve your problems. We exist to find solutions for you.\\r\\n\",\n                \"categories\": \"993,1\",\n                \"logo\": \"https://cf-media.api-setu.in/logo/issuers/089457.png\",\n                \"subdomain\": \"edelweissmf\"\n            },\n            {\n                \"organisationId\": \"010844\",\n                \"issuerId\": \"in.edelweisstokio\",\n                \"name\": \"Edelweiss Tokio Life Insurance\",\n                \"description\": \"\",\n                \"categories\": \"993,1\",\n                \"logo\": \"https://cf-media.api-setu.in/logo/issuers/010844.png\",\n                \"subdomain\": \"edelweisslife\"\n            },\n            {\n                \"organisationId\": \"000042\",\n                \"issuerId\": \"in.gov.assam.edistrict\",\n                \"name\": \"eDistrict Assam\",\n                \"description\": \"eDistrict Assam (http://edistrict.assam.gov.in) is the online service delivery portal for Assam State Govt. Certain documents issued by it (e.g. Caste certificate, License etc) can be pulled into citizens' DigiLocker accounts.\",\n                \"categories\": \"4,30\",\n                \"logo\": \"https://cf-media.api-setu.in/logo/issuers/000042.png\",\n                \"subdomain\": \"edistrictas\"\n            },\n            {\n                \"organisationId\": \"000040\",\n                \"issuerId\": \"in.gov.chdit\",\n                \"name\": \"eDistrict Chandigarh\",\n                \"description\": \"eDistrict Chandigarh(http://chdservices.gov.in/) is the online service delivery portal for Chandigarh Administration. Certain documents issued by it (e.g. Senior Citizen Identity Card) can be pulled into citizens' DigiLocker accounts.\",\n                \"categories\": \"4,30\",\n                \"logo\": \"https://cf-media.api-setu.in/logo/issuers/000040.png\",\n                \"subdomain\": \"ditch\"\n            },\n            {\n                \"organisationId\": \"000015\",\n                \"issuerId\": \"in.nic.delhigovt.edistrict\",\n                \"name\": \"eDistrict Delhi\",\n                \"description\": \"eDistrict Delhi (http://edistrict.delhigovt.nic.in/) is the online service delivery portal for Delhi State Govt. Certain documents issued by it (e.g. Income, Caste, Marriage Certificates etc) are made available in citizens' DigiLocker accounts.\",\n                \"categories\": \"4,30\",\n                \"logo\": \"https://cf-media.api-setu.in/logo/issuers/000015.png\",\n                \"subdomain\": \"edistrictdelhi\"\n            },\n            {\n                \"organisationId\": \"EDSTKL\",\n                \"issuerId\": \"in.gov.kerala.edistrict\",\n                \"name\": \"eDistrict Kerala\",\n                \"description\": \"eDistrict Kerala (https://edistrict.kerala.gov.in/) is the online service delivery portal for Kerala State Govt. Certain documents issued by it (e.g. Residence, Income, Caste Certificates etc) are made available in citizens' DigiLocker accounts.\",\n                \"categories\": \"4,30\",\n                \"logo\": \"https://cf-media.api-setu.in/logo/issuers/edstkl.png\",\n                \"subdomain\": \"edistrictkerala\"\n            },\n            {\n                \"organisationId\": \"000035\",\n                \"issuerId\": \"in.gov.mpedistrict\",\n                \"name\": \"eDistrict Madhya Pradesh\",\n                \"description\": \"MP eDistrict (http://mpedistrict.gov.in/) is Public Service Delivery Portal of Government of Madhya Pradesh providing key Citizen Centric Services  e.g. Income Certificate, Domicile Certificate, Caste Certificate etc. These certificates are being made available through DigiLocker.\",\n                \"categories\": \"4,30\",\n                \"logo\": \"https://cf-media.api-setu.in/logo/issuers/000035.png\",\n                \"subdomain\": \"edistrictmp\"\n            },\n            {\n                \"organisationId\": \"002273\",\n                \"issuerId\": \"in.gov.megedistrict\",\n                \"name\": \"eDistrict Meghalaya Services\",\n                \"description\": \"National Informatics Centre under Ministry of Communications and Information Technology, Government of India is a premier Information Technology organization in India which is committed to providing state-of-the art, solutions for the IT needs of the Government of India, state governments and UTs at all levels. NIC carries the distinction of being the largest IT organization in the Country and has set up a nationwide computer communication network, called NICNET, with over 1400 nodes connecting the National Capital, the State Capitals and the District Headquarters to one another.\",\n                \"categories\": \"4,30\",\n                \"logo\": \"https://cf-media.api-setu.in/logo/issuers/002273.png\",\n                \"subdomain\": \"megedistrict\"\n            },\n            {\n                \"organisationId\": \"000020\",\n                \"issuerId\": \"in.gov.edistrictodisha\",\n                \"name\": \"eDistrict Odisha\",\n                \"description\": \"eDistrict Odisha (http://edistrictodisha.gov.in/) is the online service delivery portal for Odisha State Govt. Certain documents issued by it (e.g. Income, Caste, Residence Certificates etc) are made available in citizens' DigiLocker accounts.\",\n                \"categories\": \"4,30\",\n                \"logo\": \"https://cf-media.api-setu.in/logo/issuers/000020.png\",\n                \"subdomain\": \"edistrictodisha\"\n            },\n            {\n                \"organisationId\": \"002654\",\n                \"issuerId\": \"in.gov.odisha.edistrict\",\n                \"name\": \"eDistrict Odisha ServicePlus\",\n                \"description\": \"We are developing citizen centric Services with the help of ServicePlus platform.Integration of Digilocker will help them to fetch  the records. This will help the citizen to keep and verify the certificate at any time and anywhere. Integration of Digilocker will help them to fetch  the records. This will help the citizen to keep and verify the certificate at any time and anywhere\",\n                \"categories\": \"4,30\",\n                \"logo\": \"https://cf-media.api-setu.in/logo/issuers/002654.png\",\n                \"subdomain\": \"edistrictodishasp\"\n            },\n            {\n                \"organisationId\": \"000030\",\n                \"issuerId\": \"in.nic.up.edistrict\",\n                \"name\": \"eDistrict Uttar Pradesh\",\n                \"description\": \"eDistrict UP (http://edistrict.up.nic.in/) is the online service delivery portal for UP State Govt. Certain documents issued by it (e.g. Birth, Income, Caste Certificates etc) can be pulled into citizens' DigiLocker accounts.\",\n                \"categories\": \"4,30\",\n                \"logo\": \"https://cf-media.api-setu.in/logo/issuers/000030.png\",\n                \"subdomain\": \"edistrictup\"\n            },\n            {\n                \"organisationId\": \"013500\",\n                \"issuerId\": \"in.gov.lakshadweep\",\n                \"name\": \"Edistrict, Lakshadweep\",\n                \"description\": \"NIC is closely associated with the government in different aspects of governance by establishing a nationwide state-of-the-art ICT infrastructure and services for Central Government, State Governments, UT Administrations, Districts and other Government bodies. It offers a wide range of services which includes multi gigabit nationwide networks NICNET, NKN, National Data Centres, National Cloud, pan India VC infrastructure, Command and Control Centre, multi-layered GIS based platform, Domain Registration and Webcast. This plays a significant role in delivering citizen centric e-services.\",\n                \"categories\": \"4,30\",\n                \"logo\": \"https://cf-media.api-setu.in/logo/issuers/013500.png\",\n                \"subdomain\": \"lakshadweep\"\n            },\n            {\n                \"organisationId\": \"002406\",\n                \"issuerId\": \"in.gov.rajasthan.energy\",\n                \"name\": \"Electrical Inspectorate\",\n                \"description\": \"The ELECTRICAL INSPECTORATE DEPARTMENT Issues  Certificate for Energisation of HT and  EHT Electrical Installations including Renewable Energy sources under 43 and 32  CEA 2010. 2. ELECTRICAL INSPECTORATE DEPARTMENT are also issuing wire man supervisor Contractor Licences. It will help the citizens to see the status of their application and also helped them to take out certificate through Digilocker integrated with Raj eVault.\",\n                \"categories\": \"4\",\n                \"logo\": \"https://cf-media.api-setu.in/logo/issuers/002406.png\",\n                \"subdomain\": \"energyrajasthan\"\n            },\n            {\n                \"organisationId\": \"007636\",\n                \"issuerId\": \"org.essc.india\",\n                \"name\": \"Electronics Sector Skill Council of India\",\n                \"description\": \"Electronics Sector Skills Council Of India is issuing their Digital awards for the following years, through DigiLocker. These can be pulled by students into their DigiLocker accounts \\r\\n                Degree - 2020,2021,2022,2023 \\r\\n                Marksheet - NA \\r\\n                Diploma -  NA \\r\\n                Transcript - NA\",\n                \"categories\": \"4,2,32\",\n                \"logo\": \"https://cf-media.api-setu.in/logo/issuers/007636.png\",\n                \"subdomain\": \"esscindia\"\n            },\n            {\n                \"organisationId\": \"018034\",\n                \"issuerId\": \"in.esic\",\n                \"name\": \"Employees State Insurance Corporation\",\n                \"description\": \"The promulgation of Employees&#039; State Insurance Act, 1948(ESI Act), by the Parliament was the first major legislation on social Security for workers in independent India. It was a time when the industry was still in a nascent stage and the country was heavily dependent on an assortment of imported goods from the developed or fast developing countries.\",\n                \"categories\": \"993,1\",\n                \"logo\": \"https://cf-media.api-setu.in/logo/issuers/018034.png\",\n                \"subdomain\": \"esic\"\n            },\n            {\n                \"organisationId\": \"002292\",\n                \"issuerId\": \"in.gov.epfindia\",\n                \"name\": \"Employees' Provident Fund Organization\",\n                \"description\": \"Pension Payment Order, UAN and Scheme Certificate as provided by EPFO (https://www.epfindia.gov.in), can be downloaded in citizen's DigiLocker account.\",\n                \"categories\": \"3,19,30\",\n                \"logo\": \"https://cf-media.api-setu.in/logo/issuers/002292.png\",\n                \"subdomain\": \"epfindia\"\n            },\n            {\n                \"organisationId\": \"017776\",\n                \"issuerId\": \"in.gov.karnataka.empri\",\n                \"name\": \"Environmental management and Policy Research Institute (EMPRI)\",\n                \"description\": \"Environmental Management & Policy Research Institute is an autonomous institute established by Government of Karnataka on 17thSeptember 2002 under the Department of Forest, Ecology and Environment. The Institute undertakes applied and policy research and also endeavors to provide capacity building trainings on concurrent environmental issues relevant to the society. Services provided by the institute seek to encourage and enable government, industry and civil society to safeguard and manage the natural resources effectively. It is registered under the Karnataka Societies Registration.\",\n                \"categories\": \"4,7\",\n                \"logo\": \"https://cf-media.api-setu.in/logo/issuers/017776.jpg\",\n                \"subdomain\": \"empri\"\n            },\n            {\n                \"organisationId\": \"002225\",\n                \"issuerId\": \"in.gov.arunachal.eservice\",\n                \"name\": \"eService (eDistrict), Arunachal Pradesh\",\n                \"description\": \"eService (eDistrict), Arunachal Pradesh (http://eservice.arunachal.gov.in/) is the online service delivery portal for Arunachal Pradesh  State Govt. Certain documents issued by it (e.g. Income, Caste, Domicile, Dependency, SC/ST ,Character,  Residence Certificates etc) are made available in citizens' DigiLocker accounts.\",\n                \"categories\": \"4,30\",\n                \"logo\": \"https://cf-media.api-setu.in/logo/issuers/002225.png\",\n                \"subdomain\": \"eservicearunachal\"\n            },\n            {\n                \"organisationId\": \"005475\",\n                \"issuerId\": \"in.nic.goa.egov\",\n                \"name\": \"Excise Department\",\n                \"description\": \"Department of Excise, Goa now issuing New Licence Grant letter for the Wholesale/Retail Liquor business through Digilocker and can be downloaded by the eligible license holder to their Account.\",\n                \"categories\": \"4\",\n                \"logo\": \"https://cf-media.api-setu.in/logo/issuers/005475.png\",\n                \"subdomain\": \"egov\"\n            },\n            {\n                \"organisationId\": \"003775\",\n                \"issuerId\": \"in.nic.fmuniversity\",\n                \"name\": \"Fakir Mohan University, Balasore\",\n                \"description\": \"Fakir Mohan University, Balasore is issuing their Digital awards for the following years, through DigiLocker. These can be pulled by students into their DigiLocker accounts \\n                Degree - 2018,2019,2020,2021,2022,2023 \\n                Marksheet - 2018,2019,2020,2021,2022,2023 \\n                Diploma -  NA \\n                Transcript - NA\",\n                \"categories\": \"4,2\",\n                \"logo\": \"https://cf-media.api-setu.in/logo/issuers/003775.png\",\n                \"subdomain\": \"fmuniv\"\n            },\n            {\n                \"organisationId\": \"006953\",\n                \"issuerId\": \"in.gov.ap.civilsupplies\",\n                \"name\": \"Food & Civil Supplies Department, Andhra Pradesh\",\n                \"description\": \"The Civil Supplies Department was originally only a regulatory\\r\\nDepartment. Subsequently, its activities have been diversified to include\\r\\nprocurement of food grains under Minimum Support Price (MSP),\\r\\ndistribution of scheduled commodities (viz. Rice, Wheat Atta, Sugar and\\r\\nRed gram dal) through Fair Price Shops under the Public Distribution\\r\\nSystem at subsidized rates through issue of computerized cards,\\r\\nconsumer affairs, monitoring of prices of essential commodities,\\r\\ndistribution of LPG connections to BPL women (Deepam Scheme),\\r\\nEnrollment under UID (Aadhaar) etc.,\",\n                \"categories\": \"4,30\",\n                \"logo\": \"https://cf-media.api-setu.in/logo/issuers/006953.png\",\n                \"subdomain\": \"civilsuppliesap\"\n            },\n            {\n                \"organisationId\": \"006965\",\n                \"issuerId\": \"in.gov.mz\",\n                \"name\": \"Food & Civil Supplies Department, Mizoram\",\n                \"description\": \"Food, Civil Supplies and Consumers Affairs Department is listed under the Schedule XII of the Mizoram Allocation of Business (AoB) Rules, 2019 vide GAD?s Notification No.A-46013/1/2017-GAD, the 19th June, 2019. The following are the business allocated to Food, Civil Supplies and Consumers Affairs Department as per the Mizoram Allocation of Business (AoB) Rules, 2019.\",\n                \"categories\": \"4,30\",\n                \"logo\": \"https://cf-media.api-setu.in/logo/issuers/006965.png\",\n                \"subdomain\": \"mz\"\n            },\n            {\n                \"organisationId\": \"005163\",\n                \"issuerId\": \"fcp.in.gov.bihar.state\",\n                \"name\": \"Food & Consumer Protection Department, Bihar\",\n                \"description\": \"Food and Consumer Protection Department of Bihar State works towards food security to poor people and supply of food grains and other items at subsidized rate to the PHH and Antyodaya families.To control price, black marketing and hoarding of essential commodities.To control adulteration of Petrol and Diesel.To ensure proper distribution of Liquid Petroleum Gas (LPG).To provide minimum support price of grains to the farmers through procurement.To Supply subsidized Kerosene Oil to the consumers.For Protection of consumer&#039;s rights and their welfare.\",\n                \"categories\": \"4\",\n                \"logo\": \"https://cf-media.api-setu.in/logo/issuers/005163.png\",\n                \"subdomain\": \"state\"\n            },\n            {\n                \"organisationId\": \"006958\",\n                \"issuerId\": \"in.gov.goacivilsupplies\",\n                \"name\": \"Food and Civil Supplies Department, Goa\",\n                \"description\": \"Ration Cards issued by Food and Civil Supplies Department, Goa (http://goacivilsupplies.gov.in) are available for download on DigiLocker.\",\n                \"categories\": \"4,30\",\n                \"logo\": \"https://cf-media.api-setu.in/logo/issuers/006958.png\",\n                \"subdomain\": \"goacivilsupplies\"\n            },\n            {\n                \"organisationId\": \"025849\",\n                \"issuerId\": \"in.gov.jkfcsca\",\n                \"name\": \"Food and Civil Supplies Department, Jammu & Kashmir\",\n                \"description\": \"The Department of Food, Civil Supplies and Consumer Affairs previously known as \\\"Consumer Affairs and Public Distribution Department\\\" has been working since 1960s in J&K with the prime motive to provide food security to different sections of the society through implementation of National Food Security Act (NFSA) and by distributing foodgrains like Rice, Wheat, Flour, Sugar and Kerosene Oil at subsidized rates to the targeted beneficiaries. It helps in distributing adequate quantity of quality food at affordable prices to people, particularly vulnerable sections, so as to help them live a life with dignity. The Department is also working for the welfare of the consumers by safeguarding poor sections of the society from rising costs of food grains.\",\n                \"categories\": \"4,30\",\n                \"logo\": \"https://cf-media.api-setu.in/logo/issuers/025849.png\",\n                \"subdomain\": \"jkfcsca\"\n            },\n            {\n                \"organisationId\": \"016058\",\n                \"issuerId\": \"in.nic.epos\",\n                \"name\": \"Food and Civil Supplies Department, Ladakh\",\n                \"description\": \"The Department of Food, Civil Supplies and Consumer Affairs Department is one of the oldest Department in the UT entrusted with the responsibility of implementing one of the prime social sector programme of providing ?Food Security? to one and all in general and to the vulnerable sections of the Society in particular by way of providing foodgrains like Rice and Atta and other essential commodities like Sugar, K-oil and Petroleum Products besides, protecting the consumer rights.\",\n                \"categories\": \"4,30\",\n                \"logo\": \"https://cf-media.api-setu.in/logo/issuers/016058.png\",\n                \"subdomain\": \"epos\"\n            },\n            {\n                \"organisationId\": \"008038\",\n                \"issuerId\": \"in.gov.utl.pds\",\n                \"name\": \"Food and Civil Supplies Department, Lakshadweep\",\n                \"description\": \"Ration Cards issued by Food and Supplies Department, Lakshadweep (https://pds.utl.gov.in/) are available for download on DigiLocker.\",\n                \"categories\": \"4,30\",\n                \"logo\": \"https://cf-media.api-setu.in/logo/issuers/008038.png\",\n                \"subdomain\": \"utl\"\n            },\n            {\n                \"organisationId\": \"013054\",\n                \"issuerId\": \"in.gov.mahafood\",\n                \"name\": \"Food and Civil Supplies Department, Maharashtra\",\n                \"description\": \"The department of Food and Civil Supplies came into existence as a separate unit in the State from March, 1965. It was a part of Agriculture, Food and Cooperation Department prior to this arrangement. The organization of Weights and Measures separated from Industry, Energy and Labour Department and merged with the department from December, 1977. The department mainly deals with the demand and supply of various essential commodities in the open market as well as Public Distribution System. The basic responsibility of the department is to enforce of various control orders passed in respect of the Essential Commodities Act, 1955 for price stabilization and matters pertaining to weights and measures.\",\n                \"categories\": \"4,30\",\n                \"logo\": \"https://cf-media.api-setu.in/logo/issuers/013054.png\",\n                \"subdomain\": \"mahafood\"\n            },\n            {\n                \"organisationId\": \"009547\",\n                \"issuerId\": \"in.gov.megfcsca\",\n                \"name\": \"Food and Civil Supplies Department, Meghalaya\",\n                \"description\": \"Ration Cards issued by Food and Supplies Department, Meghalaya are available for download on DigiLocker.\",\n                \"categories\": \"4,30\",\n                \"logo\": \"https://cf-media.api-setu.in/logo/issuers/009547.png\",\n                \"subdomain\": \"megfcsca\"\n            },\n            {\n                \"organisationId\": \"006992\",\n                \"issuerId\": \"in.gov.foodsuppb\",\n                \"name\": \"Food and Civil Supplies Department, Punjab\",\n                \"description\": \"Ration Cards issued by Food and Civil Supplies Department, Punjab (http://foodsuppb.gov.in) are available for download on DigiLocker.\",\n                \"categories\": \"4,30\",\n                \"logo\": \"https://cf-media.api-setu.in/logo/issuers/006992.png\",\n                \"subdomain\": \"foodsuppb\"\n            },\n            {\n                \"organisationId\": \"004214\",\n                \"issuerId\": \"in.nic.raj.rrcc\",\n                \"name\": \"Food and civil supplies Department, Rajasthan\",\n                \"description\": \"Ration Cards issued by Food and Supplies Department, Rajasthan (http://www.rscdrc.food.rajasthan.gov.in) are available for download on DigiLocker.\",\n                \"categories\": \"4,30\",\n                \"logo\": \"https://cf-media.api-setu.in/logo/issuers/004214.png\",\n                \"subdomain\": \"rrcc\"\n            },\n            {\n                \"organisationId\": \"004315\",\n                \"issuerId\": \"in.gov.sikkim\",\n                \"name\": \"Food and Civil Supplies Department, Sikkim\",\n                \"description\": \"The Department of Food Civil Supplies and Consumer Affairs is entrusted with two distinct functions, one dealing with Food and Public Distribution, i.e., providing food security to the people of the State and the other relating to Consumer Protection, i.e., protection and safeguarding the interests of consumers.\",\n                \"categories\": \"4,30\",\n                \"logo\": \"https://cf-media.api-setu.in/logo/issuers/004315.png\",\n                \"subdomain\": \"sikkim\"\n            },\n            {\n                \"organisationId\": \"008087\",\n                \"issuerId\": \"in.gov.epdstr\",\n                \"name\": \"Food and Civil Supplies Department, Tripura\",\n                \"description\": \"Ration Cards issued by Food and Supplies Department, Tripura are available for download on DigiLocker.\",\n                \"categories\": \"4\",\n                \"logo\": \"https://cf-media.api-setu.in/logo/issuers/008087.png\",\n                \"subdomain\": \"epdstr\"\n            },\n            {\n                \"organisationId\": \"011937\",\n                \"issuerId\": \"in.gov.up.fcs\",\n                \"name\": \"Food and Civil Supplies Department, Uttar Pradesh\",\n                \"description\": \"The Food and Civil Supply Department of the state mainly deals with the supply and distribution of food grains wheat rice oil sugar salt dal chana etc. in the state under the guidelines of the Government of India. Three types of ration card issued by the govt i.e. BPL (Below Poverty Line)  cards. APL (Above Poverty Line) cards. AAY cards. Total number of ration card is approx 3.6 Cr.\",\n                \"categories\": \"4,30\",\n                \"logo\": \"https://cf-media.api-setu.in/logo/issuers/011937.png\",\n                \"subdomain\": \"fscup\"\n            },\n            {\n                \"organisationId\": \"007665\",\n                \"issuerId\": \"in.gov.uk.fcs\",\n                \"name\": \"Food and Civil Supplies Department, Uttarakhand\",\n                \"description\": \"Ration Cards issued by Food and Civil Supplies Department, Uttarakhand (https://fcs.uk.gov.in) are available for download on DigiLocker.\",\n                \"categories\": \"4,30\",\n                \"logo\": \"https://cf-media.api-setu.in/logo/issuers/007665.png\",\n                \"subdomain\": \"fcs\"\n            },\n            {\n                \"organisationId\": \"030927\",\n                \"issuerId\": \"in.gov.fssai\",\n                \"name\": \"Food and safety standards authority of India, Delhi\",\n                \"description\": \"FSSAI was established in 2008 under the Ministry of health and family welfare with the mandate for laying down science based standards for articles of food and to regulate their manufacture,storage,distribution to ensure availability of safe and wholesome for human consumption. DigiLocker will help us to provide license to citizen without any hassle and also will support us in verification process.\",\n                \"categories\": \"3\",\n                \"logo\": \"https://cf-media.api-setu.in/logo/issuers/030927.png\",\n                \"subdomain\": \"fssai\"\n            },\n            {\n                \"organisationId\": \"005248\",\n                \"issuerId\": \"in.nic.cg.khadya\",\n                \"name\": \"Food Civil Supplies and Consumer Protection Department, Chhattisgarh\",\n                \"description\": \"The main objective is to ensure regular supply of foodstuffs (As per State Govt and Central Govt  Act.) at reasonable price to the general public, particularly to the weaker section of the society under the Public Distribution System in the state of Chhattisgarh. By using digital certificate it will help general public for foodstuffs purchase with PDS (Public Distribution System).\",\n                \"categories\": \"4,30\",\n                \"logo\": \"https://cf-media.api-setu.in/logo/issuers/005248.png\",\n                \"subdomain\": \"khadya\"\n            },\n            {\n                \"organisationId\": \"001937\",\n                \"issuerId\": \"in.nic.kar.ahara\",\n                \"name\": \"Food, Civil Supplies and Consumer Affairs Department, Karnataka\",\n                \"description\": \"Ration Cards issued by Food, Civil Supplies and Consumer Affairs Department, Karnataka (https://ahara.kar.nic.in) are available for download on DigiLocker.\",\n                \"categories\": \"4,30\",\n                \"logo\": \"https://cf-media.api-setu.in/logo/issuers/001937.png\",\n                \"subdomain\": \"aharakar\"\n            },\n            {\n                \"organisationId\": \"003757\",\n                \"issuerId\": \"com.fddiindia\",\n                \"name\": \"Footwear Design And Development Institute\",\n                \"description\": \"Footwear Design And Development Institute is issuing their Digital awards for the following years, through DigiLocker. These can be pulled by students into their DigiLocker accounts.\\n                Degree - 2014,2015,2016,2017,2018,2019,2020,2021,2022,2023 \\n                Marksheet - NA \\n                Diploma - NA \\n                Transcript - NA\",\n                \"categories\": \"4,2\",\n                \"logo\": \"https://cf-media.api-setu.in/logo/issuers/003757.png\",\n                \"subdomain\": \"fddiindia\"\n            },\n            {\n                \"organisationId\": \"005995\",\n                \"issuerId\": \"in.ac.fsm\",\n                \"name\": \"FORE SCHOOL OF MANAGEMENT\",\n                \"description\": \"FORE SCHOOL OF MANAGEMENT is issuing their Digital awards for the following years, through DigiLocker. These can be pulled by students into their DigiLocker accounts.\\n                Degree - NA \\n                Marksheet - 2020 \\n                Diploma - 2011,2012,2013,2014,2015,2016,2017,2018,2019,2020,2021,2022,2023 \\n                Transcript - NA\",\n                \"categories\": \"4,2\",\n                \"logo\": \"https://cf-media.api-setu.in/logo/issuers/005995.png\",\n                \"subdomain\": \"fsm\"\n            },\n            {\n                \"organisationId\": \"016784\",\n                \"issuerId\": \"in.edu.fridu\",\n                \"name\": \"FOREST RESEARCH INSTITUTE\",\n                \"description\": \"The institute has registered through NAD portal.\",\n                \"categories\": \"4,2\",\n                \"logo\": \"https://cf-media.api-setu.in/logo/issuers/016784.png\",\n                \"subdomain\": \"fridu\"\n            },\n            {\n                \"organisationId\": \"004735\",\n                \"issuerId\": \"in.futuregenerali.life\",\n                \"name\": \"Future Generali India Life Insurance Company Limited\",\n                \"description\": \"Future Generali India Life Company Limited provides life insurance solutions to its consumers. Customers can access their policy details [Insurance Policy Document ? Life] that is available to be pulled by the policy holders into their DigiLocker account (only documents issued on or after 01-Nov-2011 are currently available)\",\n                \"categories\": \"993,1\",\n                \"logo\": \"https://cf-media.api-setu.in/logo/issuers/004735.png\",\n                \"subdomain\": \"life\"\n            },\n            {\n                \"organisationId\": \"002235\",\n                \"issuerId\": \"in.futuregenerali\",\n                \"name\": \"Future Generali Total Insurance Solutions\",\n                \"description\": \"Two Wheeler, Car, Commercial Vehicle, Home and Travel Insurance policies issued by Future Generali are available on DigiLocker and can be pulled by citizens in their account.\",\n                \"categories\": \"993,1\",\n                \"logo\": \"https://cf-media.api-setu.in/logo/issuers/002235.png\",\n                \"subdomain\": \"futuregenerali\"\n            },\n            {\n                \"organisationId\": \"003595\",\n                \"issuerId\": \"in.edu.ghru.amravati\",\n                \"name\": \"G H Raisoni University, Amravati\",\n                \"description\": \"G H Raisoni University, Amravati is issuing their Digital awards for the following years, through DigiLocker. These can be pulled by students into their DigiLocker accounts \\n                Degree - 2020,2021 \\n                Marksheet - 2020,2021,2022 \\n                Diploma -  2020,2021 \\n                Transcript - NA\",\n                \"categories\": \"4,2\",\n                \"logo\": \"https://cf-media.api-setu.in/logo/issuers/003595.png\",\n                \"subdomain\": \"ghruamravati\"\n            },\n            {\n                \"organisationId\": \"003408\",\n                \"issuerId\": \"in.edu.gsfcuni\",\n                \"name\": \"G S F C University\",\n                \"description\": \"G S F C University is issuing their Digital awards for the following years, through DigiLocker. These can be pulled by students into their DigiLocker accounts.\\n                Degree - 2019,2020,2021,2022 \\n                Marksheet - 2023 \\n                Diploma - NA \\n                Transcript - NA\",\n                \"categories\": \"4,2\",\n                \"logo\": \"https://cf-media.api-setu.in/logo/issuers/003408.png\",\n                \"subdomain\": \"gsfcuni\"\n            },\n            {\n                \"organisationId\": \"004065\",\n                \"issuerId\": \"in.ac.gbpuat\",\n                \"name\": \"G.B. Pant University of Agriculture & Technology, Pantnagar\",\n                \"description\": \"G.B. Pant University of Agriculture & Technology, Pantnagar is issuing their Digital awards for the following years, through DigiLocker. These can be pulled by students into their DigiLocker accounts.\\n                Degree - 2016,2017,2018,2019,2020,2021,2022,2023 \\n                Marksheet - NA \\n                Diploma - NA \\n                Transcript - NA\",\n                \"categories\": \"4,2\",\n                \"logo\": \"https://cf-media.api-setu.in/logo/issuers/004065.png\",\n                \"subdomain\": \"gbpuatpantnagar\"\n            },\n            {\n                \"organisationId\": \"003280\",\n                \"issuerId\": \"com.gdgoenkauniversity\",\n                \"name\": \"G.D. Goenka University\",\n                \"description\": \"G.D. Goenka University is issuing their Digital awards for the following years, through DigiLocker. These can be pulled by students into their DigiLocker accounts.\\n                Degree - 2015,2016,2017,2018,2019,2020,2021,2023 \\n                Marksheet - 2013,2014,2015,2016,2023 \\n                Diploma - 2019,2020,2021,2022 \\n                Transcript - NA\",\n                \"categories\": \"4,2\",\n                \"logo\": \"https://cf-media.api-setu.in/logo/issuers/003280.png\",\n                \"subdomain\": \"gdgoenkauniv\"\n            },\n            {\n                \"organisationId\": \"003335\",\n                \"issuerId\": \"in.edu.ghru\",\n                \"name\": \"G.H. Raisoni University\",\n                \"description\": \"G.H. Raisoni University is issuing their Digital awards for the following years, through DigiLocker. These can be pulled by students into their DigiLocker accounts.\\n                Degree - 2019,2020,2021,2022,2023 \\n                Marksheet - 2018,2019,2020,2021,2022,2023,2024 \\n                Diploma - 2019,2020,2021,2022 \\n                Transcript - NA\",\n                \"categories\": \"4,2\",\n                \"logo\": \"https://cf-media.api-setu.in/logo/issuers/003335.png\",\n                \"subdomain\": \"ghru\"\n            },\n            {\n                \"organisationId\": \"009023\",\n                \"issuerId\": \"net.raisoni.ghrcem\",\n                \"name\": \"G.H.RAISONI COLLEGE OF ENGINEERING & MANAGEMENT\",\n                \"description\": \"G.H.RAISONI COLLEGE OF ENGINEERING & MANAGEMENT is issuing their Digital awards for the following years, through DigiLocker. These can be pulled by students into their DigiLocker accounts.\\n                Degree - NA \\n                Marksheet - 2019,2020,2021,2022,2023 \\n                Diploma - NA \\n                Transcript - NA\",\n                \"categories\": \"4,2\",\n                \"logo\": \"https://cf-media.api-setu.in/logo/issuers/009023.png\",\n                \"subdomain\": \"raisonighrcem\"\n            },\n            {\n                \"organisationId\": \"010210\",\n                \"issuerId\": \"in.ac.gprec\",\n                \"name\": \"G.PULLA REDDY ENGINEERING COLLEGE\",\n                \"description\": \"G.PULLA REDDY ENGINEERING COLLEGE is issuing their Digital awards for the following years, through DigiLocker. These can be pulled by students into their DigiLocker accounts.\\r\\n                Degree - NA \\r\\n                Marksheet - 2022,2023 \\r\\n                Diploma - NA \\r\\n                Transcript - NA\",\n                \"categories\": \"4,2\",\n                \"logo\": \"https://cf-media.api-setu.in/logo/issuers/010210.jpeg\",\n                \"subdomain\": \"gprec\"\n            },\n            {\n                \"organisationId\": \"023742\",\n                \"issuerId\": \"gscollege.org\",\n                \"name\": \"G.S. College of Commerce & Economics\",\n                \"description\": \"G.S. College of Commerce & Economics is issuing their Digital awards for the following years, through DigiLocker. These can be pulled by students into their DigiLocker accounts.\\n                Degree - NA \\n                Marksheet - 2018,2019,2020,2021,2022,2023 \\n                Diploma - NA \\n                Transcript - NA\",\n                \"categories\": \"4,2\",\n                \"logo\": \"https://cf-media.api-setu.in/logo/issuers/023742.png\",\n                \"subdomain\": \"gscollegeorg\"\n            },\n            {\n                \"organisationId\": \"005341\",\n                \"issuerId\": \"in.edu.galgotiasuniversity\",\n                \"name\": \"Galgotias University\",\n                \"description\": \"Galgotias University is issuing their Digital awards for the following years, through DigiLocker. These can be pulled by students into their DigiLocker accounts.\\n                Degree - 2014,2015,2016,2017,2018,2020,2021 \\n                Marksheet - NA \\n                Diploma - NA \\n                Transcript - NA\",\n                \"categories\": \"4,2\",\n                \"logo\": \"https://cf-media.api-setu.in/logo/issuers/005341.png\",\n                \"subdomain\": \"galgotias\"\n            },\n            {\n                \"organisationId\": \"003336\",\n                \"issuerId\": \"edu.gitam\",\n                \"name\": \"Gandhi Institute of Technology & Management (GITAM)\",\n                \"description\": \"Gandhi Institute of Technology & Management (GITAM) is issuing their Digital awards for the following years, through DigiLocker. These can be pulled by students into their DigiLocker accounts \\n                Degree - 2011,2012,2013,2014,2015,2016,2017,2018,2019,2020,2021,2022,2023 \\n                Marksheet - 2008,2009,2010,2011,2012,2013,2014,2015,2016,2017,2018,2019,2020,2021,2022 \\n                Diploma -  NA \\n                Transcript - NA\",\n                \"categories\": \"4,2\",\n                \"logo\": \"https://cf-media.api-setu.in/logo/issuers/003336.png\",\n                \"subdomain\": \"gitam\"\n            },\n            {\n                \"organisationId\": \"003561\",\n                \"issuerId\": \"in.ac.gmuniversity\",\n                \"name\": \"Gangadhar Meher University, Sambalpur\",\n                \"description\": \"Gangadhar Meher University, Sambalpur is issuing their Digital awards for the following years, through DigiLocker. These can be pulled by students into their DigiLocker accounts.\\n                Degree - 2016,2017,2018,2019,2020,2021,2022 \\n                Marksheet - 2021 \\n                Diploma - NA \\n                Transcript - NA\",\n                \"categories\": \"4,2\",\n                \"logo\": \"https://cf-media.api-setu.in/logo/issuers/003561.png\",\n                \"subdomain\": \"gmuniv\"\n            },\n            {\n                \"organisationId\": \"003253\",\n                \"issuerId\": \"in.ac.ganpatuniversity\",\n                \"name\": \"Ganpat University, Gujarat, India\",\n                \"description\": \"Ganpat University, Gujarat, India is issuing their Digital awards for the following years, through DigiLocker. These can be pulled by students into their DigiLocker accounts.\\n                Degree - 2011,2012,2013,2014,2015,2016,2017,2018,2019,2020,2021,2022,2023 \\n                Marksheet - 2010,2011,2012,2013,2014,2015,2016,2017,2018,2019,2020,2021,2022,2023 \\n                Diploma - 2017,2019,2020,2021,2022 \\n                Transcript - NA\",\n                \"categories\": \"4,2\",\n                \"logo\": \"https://cf-media.api-setu.in/logo/issuers/003253.jpg\",\n                \"subdomain\": \"ganpatuniv\"\n            },\n            {\n                \"organisationId\": \"004783\",\n                \"issuerId\": \"university.gardencity\",\n                \"name\": \"Garden City University\",\n                \"description\": \"Garden City University is issuing their Digital awards for the following years, through DigiLocker. These can be pulled by students into their DigiLocker accounts.\\n                Degree - 2020,2021,2022 \\n                Marksheet - NA \\n                Diploma - NA \\n                Transcript - NA\",\n                \"categories\": \"4,2\",\n                \"logo\": \"https://cf-media.api-setu.in/logo/issuers/004783.png\",\n                \"subdomain\": \"gardencity\"\n            },\n            {\n                \"organisationId\": \"085437\",\n                \"issuerId\": \"in.ac.gsv\",\n                \"name\": \"Gati Shakti Vishwavidyalaya\",\n                \"description\": \"Gati Shakti Vishwavidyalaya is issuing their Digital awards for the following years, through DigiLocker. These can be pulled by students into their DigiLocker accounts.\\n                Degree - 2022,2023 \\n                Marksheet - NA \\n                Diploma - NA \\n                Transcript - NA\",\n                \"categories\": \"4,2\",\n                \"logo\": \"https://cf-media.api-setu.in/logo/issuers/null\",\n                \"subdomain\": \"gsv\"\n            },\n            {\n                \"organisationId\": \"002259\",\n                \"issuerId\": \"in.ac.gauhati\",\n                \"name\": \"Gauhati University\",\n                \"description\": \"Gauhati University is issuing their Digital awards for the following years, through DigiLocker. These can be pulled by students into their DigiLocker accounts \\n                Degree - 2021 \\n                Marksheet - NA \\n                Diploma -  NA \\n                Transcript - NA\",\n                \"categories\": \"4,2\",\n                \"logo\": \"https://cf-media.api-setu.in/logo/issuers/002259.jpg\",\n                \"subdomain\": \"gauhati\"\n            },\n            {\n                \"organisationId\": \"003308\",\n                \"issuerId\": \"com.geetanjaliuniversity\",\n                \"name\": \"Geetanjali University, Udaipur\",\n                \"description\": \"Geetanjali University, Udaipur is issuing their Digital awards for the following years, through DigiLocker. These can be pulled by students into their DigiLocker accounts \\n                Degree - 2016,2017,2018,2019,2020,2021 \\n                Marksheet - NA \\n                Diploma -  2016,2017,2018,2019,2020,2021 \\n                Transcript - NA\",\n                \"categories\": \"4,2\",\n                \"logo\": \"https://cf-media.api-setu.in/logo/issuers/003308.png\",\n                \"subdomain\": \"geetanjaliuniv\"\n            },\n            {\n                \"organisationId\": \"002288\",\n                \"issuerId\": \"in.nic.bih.gad\",\n                \"name\": \"General Administration Department\",\n                \"description\": \"General Administration Department, Bihar (http://gad.bih.nic.in/) is LIVE with DigiLocker. You can fetch your EWS certificate into your DigiLocker user account.\",\n                \"categories\": \"4,30\",\n                \"logo\": \"https://cf-media.api-setu.in/logo/issuers/002288.png\",\n                \"subdomain\": \"gadbih\"\n            },\n            {\n                \"organisationId\": \"009431\",\n                \"issuerId\": \"org.khalsacollegepatiala\",\n                \"name\": \"General Shivdev Singh Diwan Gurbachan Singh Khalsa College\",\n                \"description\": \"General Shivdev Singh Diwan Gurbachan Singh Khalsa College is issuing their Digital awards for the following years, through DigiLocker. These can be pulled by students into their DigiLocker accounts.\\n                Degree - NA \\n                Marksheet - 2021,2022,2023 \\n                Diploma - NA \\n                Transcript - NA\",\n                \"categories\": \"4,2\",\n                \"logo\": \"https://cf-media.api-setu.in/logo/issuers/009431.png\",\n                \"subdomain\": \"khalsacollegepatiala\"\n            },\n            {\n                \"organisationId\": \"003451\",\n                \"issuerId\": \"in.ac.gla\",\n                \"name\": \"GLA University, Mathura\",\n                \"description\": \"GLA University, Mathura is issuing their Digital awards for the following years, through DigiLocker. These can be pulled by students into their DigiLocker accounts.\\n                Degree - 2012,2013,2014,2015,2016,2017,2018,2019,2020,2021,2022 \\n                Marksheet - 2021,2022,2023 \\n                Diploma - 2016,2018,2019,2021,2022 \\n                Transcript - NA\",\n                \"categories\": \"4,2\",\n                \"logo\": \"https://cf-media.api-setu.in/logo/issuers/003451.png\",\n                \"subdomain\": \"gla\"\n            },\n            {\n                \"organisationId\": \"057736\",\n                \"issuerId\": \"in.ac.gat\",\n                \"name\": \"Global Academy of Technology, Autonomous\",\n                \"description\": \"The institute has registered through NAD portal.\",\n                \"categories\": \"4,2\",\n                \"logo\": \"https://cf-media.api-setu.in/logo/issuers/057736.jpg\",\n                \"subdomain\": \"gatacin\"\n            },\n            {\n                \"organisationId\": \"007153\",\n                \"issuerId\": \"in.edu.globsyn\",\n                \"name\": \"Globsyn Business School\",\n                \"description\": \"Globsyn Business School is issuing their Digital awards for the following years, through DigiLocker. These can be pulled by students into their DigiLocker accounts \\n                Degree - NA \\n                Marksheet - NA \\n                Diploma -  2019,2020,2021,2022,2023 \\n                Transcript - 2019,2020\",\n                \"categories\": \"4,2\",\n                \"logo\": \"https://cf-media.api-setu.in/logo/issuers/007153.png\",\n                \"subdomain\": \"globsyn\"\n            },\n            {\n                \"organisationId\": \"003218\",\n                \"issuerId\": \"in.gov.gmch\",\n                \"name\": \"GMCH, Chandigarh\",\n                \"description\": \"Government Medical College and Hospital (GMCH), Chandigarh provides patient's clinical laboratory reports to DigiLocker.\",\n                \"categories\": \"4,2\",\n                \"logo\": \"https://cf-media.api-setu.in/logo/issuers/003218.jpg\",\n                \"subdomain\": \"gmch\"\n            },\n            {\n                \"organisationId\": \"049079\",\n                \"issuerId\": \"in.edu.gmrit\",\n                \"name\": \"GMR INSTITUTE OF TECHNOLOGY\",\n                \"description\": \"GMR INSTITUTE OF TECHNOLOGY is issuing their Digital awards for the following years, through DigiLocker. These can be pulled by students into their DigiLocker accounts.\\n                Degree - NA \\n                Marksheet - 2022,2023 \\n                Diploma - NA \\n                Transcript - NA\",\n                \"categories\": \"4,2\",\n                \"logo\": \"https://cf-media.api-setu.in/logo/issuers/049079.png\",\n                \"subdomain\": \"gmrit\"\n            },\n            {\n                \"organisationId\": \"003770\",\n                \"issuerId\": \"in.edu.gnauniversity\",\n                \"name\": \"GNA University\",\n                \"description\": \"G N A University is issuing their Digital awards for the following years, through DigiLocker. These can be pulled by students into their DigiLocker accounts \\n                Degree - 2015,2016,2017,2018,2019,2020,2021,2022,2023 \\n                Marksheet - 2016,2017,2018,2022,2023 \\n                Diploma -  NA \\n                Transcript - 2014,2015,2016,2017,2018,2019,2020,2023\",\n                \"categories\": \"4,2\",\n                \"logo\": \"https://cf-media.api-setu.in/logo/issuers/003770.png\",\n                \"subdomain\": \"gnauniv\"\n            },\n            {\n                \"organisationId\": \"002528\",\n                \"issuerId\": \"com.godigit\",\n                \"name\": \"Go Digit General Insurance Ltd.\",\n                \"description\": \"Car, Two wheeler and Commercial Vehicle insurance policies issued by GoDigit (https://www.godigit.com), a General Insurance company, can be fetched by Citizens in their DigiLocker accounts.\",\n                \"categories\": \"993,1\",\n                \"logo\": \"https://cf-media.api-setu.in/logo/issuers/002528.jpg\",\n                \"subdomain\": \"godigit\"\n            },\n            {\n                \"organisationId\": \"061911\",\n                \"issuerId\": \"com.godigitlife\",\n                \"name\": \"Go Digit Life Insurance\",\n                \"description\": \"\",\n                \"categories\": \"993,1\",\n                \"logo\": \"https://cf-media.api-setu.in/logo/issuers/null\",\n                \"subdomain\": \"godigitlife\"\n            },\n            {\n                \"organisationId\": \"005429\",\n                \"issuerId\": \"in.ac.gim\",\n                \"name\": \"GOA INSTITUTE OF MANAGEMENT\",\n                \"description\": \"GOA INSTITUTE OF MANAGEMENT is issuing their Digital awards for the following years, through DigiLocker. These can be pulled by students into their DigiLocker accounts \\n                Degree - NA \\n                Marksheet - NA \\n                Diploma -  2020,2021,2022,2023 \\n                Transcript - NA\",\n                \"categories\": \"4,2\",\n                \"logo\": \"https://cf-media.api-setu.in/logo/issuers/005429.png\",\n                \"subdomain\": \"gim\"\n            },\n            {\n                \"organisationId\": \"001239\",\n                \"issuerId\": \"in.gov.goaonline\",\n                \"name\": \"Goa Online\",\n                \"description\": \"Goa Online (https://goaonline.gov.in/) is the online service delivery portal for Goa State Govt. Certain documents issued by it (e.g. Income, Residence, CasteCertificates etc) are made available in citizens' DigiLocker accounts.\",\n                \"categories\": \"4,30\",\n                \"logo\": \"https://cf-media.api-setu.in/logo/issuers/001239.png\",\n                \"subdomain\": \"goaonline\"\n            },\n            {\n                \"organisationId\": \"001905\",\n                \"issuerId\": \"in.gov.gbshse\",\n                \"name\": \"Goa State Board of Secondary and Higher Secondary Education\",\n                \"description\": \"Goa State Board of Secondary and Higher Secondary Education is issuing their Digital awards for the following years, through DigiLocker. These can be pulled by students into their DigiLocker accounts.\\n                Degree - NA \\n                Marksheet - 2011,2012,2013,2014,2015,2016,2017,2018,2019,2020,2021,2022,2023 \\n                Diploma - NA \\n                Transcript - NA\",\n                \"categories\": \"4,2\",\n                \"logo\": \"https://cf-media.api-setu.in/logo/issuers/001905.jpg\",\n                \"subdomain\": \"gbshse\"\n            },\n            {\n                \"organisationId\": \"003760\",\n                \"issuerId\": \"in.ac.unigoa\",\n                \"name\": \"Goa University, Goa\",\n                \"description\": \"Goa University, Goa is issuing their Digital awards for the following years, through DigiLocker. These can be pulled by students into their DigiLocker accounts.\\n                Degree - 2011,2012,2013,2014,2015,2016,2017,2018,2019,2020 \\n                Marksheet - 2023 \\n                Diploma - 2014,2015,2017 \\n                Transcript - NA\",\n                \"categories\": \"4,2\",\n                \"logo\": \"https://cf-media.api-setu.in/logo/issuers/003760.png\",\n                \"subdomain\": \"unigoa\"\n            },\n            {\n                \"organisationId\": \"001451\",\n                \"issuerId\": \"in.gov.goawrd\",\n                \"name\": \"Goa Water Resources Department\",\n                \"description\": \"Goa WRD (https://goawrd.gov.in/) is the official departmental portal of the Water Resources Department, Govt. of Goa, through which citizens can avail time bound service being offered by the department. Certificates issued by it (e.g. Contractor Enlistment, Well Registration etc) are made available in citizens' DigiLocker accounts.\",\n                \"categories\": \"4\",\n                \"logo\": \"https://cf-media.api-setu.in/logo/issuers/001451.png\",\n                \"subdomain\": \"goawrd\"\n            },\n            {\n                \"organisationId\": \"003419\",\n                \"issuerId\": \"in.ac.gipe\",\n                \"name\": \"Gokhale Institute of Politics & Economics, Pune\",\n                \"description\": \"Gokhale Institute of Politics & Economics, Pune is issuing their Digital awards for the following years, through DigiLocker. These can be pulled by students into their DigiLocker accounts \\n                Degree - 2014,2020,2021,2022,2023 \\n                Marksheet - NA \\n                Diploma -  NA \\n                Transcript - NA\",\n                \"categories\": \"4,2\",\n                \"logo\": \"https://cf-media.api-setu.in/logo/issuers/003419.png\",\n                \"subdomain\": \"gipe\"\n            },\n            {\n                \"organisationId\": \"012542\",\n                \"issuerId\": \"in.ac.gokuluniversity\",\n                \"name\": \"Gokul Global University\",\n                \"description\": \"Gokul Global University is issuing their Digital awards for the following years, through DigiLocker. These can be pulled by students into their DigiLocker accounts.\\n                Degree - 2020,2021,2022,2023 \\n                Marksheet - NA \\n                Diploma - 2021,2022 \\n                Transcript - NA\",\n                \"categories\": \"4,2\",\n                \"logo\": \"https://cf-media.api-setu.in/logo/issuers/012542.jpeg\",\n                \"subdomain\": \"gokuluniversity\"\n            },\n            {\n                \"organisationId\": \"006180\",\n                \"issuerId\": \"in.ac.unigug\",\n                \"name\": \"Gondwana University, Gadchiroli\",\n                \"description\": \"Gondwana University, Gadchiroli is issuing their Digital awards for the following years, through DigiLocker. These can be pulled by students into their DigiLocker accounts.\\n                Degree - 2018,2019,2020,2021,2022 \\n                Marksheet - 2021,2022 \\n                Diploma - NA \\n                Transcript - NA\",\n                \"categories\": \"4,2\",\n                \"logo\": \"https://cf-media.api-setu.in/logo/issuers/006180.png\",\n                \"subdomain\": \"unigug\"\n            },\n            {\n                \"organisationId\": \"003920\",\n                \"issuerId\": \"in.ac.gnsu\",\n                \"name\": \"Gopal Narayan Singh University\",\n                \"description\": \"Gopal Narayan Singh University is issuing their Digital awards for the following years, through DigiLocker. These can be pulled by students into their DigiLocker accounts.\\n                Degree - NA \\n                Marksheet - 2019,2020 \\n                Diploma - NA \\n                Transcript - NA\",\n                \"categories\": \"4,2\",\n                \"logo\": \"https://cf-media.api-setu.in/logo/issuers/003920.png\",\n                \"subdomain\": \"gnsu\"\n            },\n            {\n                \"organisationId\": \"092085\",\n                \"issuerId\": \"in.nic.kar.gfgf\",\n                \"name\": \"Government Arts, Commerce and Postgraduate College, Hassan\",\n                \"description\": \"The institute has registered through NAD portal.\",\n                \"categories\": \"4,2\",\n                \"logo\": \"https://cf-media.api-setu.in/logo/issuers/092085.png\",\n                \"subdomain\": \"gfgfkarnicin\"\n            },\n            {\n                \"organisationId\": \"004750\",\n                \"issuerId\": \"in.nic.gaca\",\n                \"name\": \"Government Autonomous College, Angul\",\n                \"description\": \"Government Autonomous College, Angul is issuing their Digital awards for the following years, through DigiLocker. These can be pulled by students into their DigiLocker accounts \\n                Degree - 2020,2021 \\n                Marksheet - 2017,2018,2019,2020,2021 \\n                Diploma -  NA \\n                Transcript - NA\",\n                \"categories\": \"4,2\",\n                \"logo\": \"https://cf-media.api-setu.in/logo/issuers/004750.png\",\n                \"subdomain\": \"gaca\"\n            },\n            {\n                \"organisationId\": \"004213\",\n                \"issuerId\": \"org.gacbhawanipatna\",\n                \"name\": \"Government Autonomous College, Bhawanipatna\",\n                \"description\": \"Government Autonomous College, Bhawanipatna is issuing their Digital awards for the following years, through DigiLocker. These can be pulled by students into their DigiLocker accounts \\n                Degree - NA \\n                Marksheet - 2015,2016,2017,2018,2019,2020,2021 \\n                Diploma -  NA \\n                Transcript - NA\",\n                \"categories\": \"4,2\",\n                \"logo\": \"https://cf-media.api-setu.in/logo/issuers/004213.png\",\n                \"subdomain\": \"gacbhawanipatna\"\n            },\n            {\n                \"organisationId\": \"004209\",\n                \"issuerId\": \"in.ac.gacrkl\",\n                \"name\": \"Government Autonomous College, Rourkela\",\n                \"description\": \"Government Autonomous College, Rourkela is issuing their Digital awards for the following years, through DigiLocker. These can be pulled by students into their DigiLocker accounts \\n                Degree - NA \\n                Marksheet - 2015,2016,2017,2018,2019,2020,2021 \\n                Diploma -  NA \\n                Transcript - NA\",\n                \"categories\": \"4,2\",\n                \"logo\": \"https://cf-media.api-setu.in/logo/issuers/004209.png\",\n                \"subdomain\": \"gacrkl\"\n            },\n            {\n                \"organisationId\": \"090906\",\n                \"issuerId\": \"in.co.gcfw\",\n                \"name\": \"Government college for women (Autonomous),Mandya\",\n                \"description\": \"The institute has registered through NAD portal.\",\n                \"categories\": \"4,2\",\n                \"logo\": \"https://cf-media.api-setu.in/logo/issuers/090906.png\",\n                \"subdomain\": \"gcfwcoin\"\n            },\n            {\n                \"organisationId\": \"008642\",\n                \"issuerId\": \"in.gcwparade\",\n                \"name\": \"Government College for Women, Parade Ground, Jammu\",\n                \"description\": \"Government College for Women, Parade Ground, Jammu is issuing their Digital awards for the following years, through DigiLocker. These can be pulled by students into their DigiLocker accounts \\n                Degree - NA \\n                Marksheet - 2022 \\n                Diploma -  NA \\n                Transcript - NA\",\n                \"categories\": \"4,2\",\n                \"logo\": \"https://cf-media.api-setu.in/logo/issuers/008642.png\",\n                \"subdomain\": \"gcwparade\"\n            },\n            {\n                \"organisationId\": \"040152\",\n                \"issuerId\": \"in.nic.kar.gfgc.kalaburagi\",\n                \"name\": \"Government College Gulbarga\",\n                \"description\": \"Government College Gulbarga  is issuing their Digital awards for the following years, through DigiLocker. These can be pulled by students into their DigiLocker accounts \\n                Degree - NA \\n                Marksheet - 2023 \\n                Diploma -  NA \\n                Transcript - NA\",\n                \"categories\": \"4,2\",\n                \"logo\": \"https://cf-media.api-setu.in/logo/issuers/null\",\n                \"subdomain\": \"kalaburagiinnickargfgc\"\n            },\n            {\n                \"organisationId\": \"074270\",\n                \"issuerId\": \"in.nic.kar.gfgc.gsc.hassan\",\n                \"name\": \"Government Science College, Hassan\",\n                \"description\": \"In order to meet the academic requirements of the students of Hassan district, this college was started in 1946 as an intermediate college under the administration of the University of Mysore. Science and Arts options were offered in this college. The foundation stone for the college building was laid by the then Maharaja of Mysore, His Highness Jayachamaraja Wodeyar. The college was then named “Intermediate College, Hassan”. After completion of the building, it was inaugurated by the then chief minister of Mysore Sri B.D.Jathi.\",\n                \"categories\": \"4,2\",\n                \"logo\": \"https://cf-media.api-setu.in/logo/issuers/074270.png\",\n                \"subdomain\": \"gschassan\"\n            },\n            {\n                \"organisationId\": \"005723\",\n                \"issuerId\": \"in.co.gttc\",\n                \"name\": \"GOVERNMENT TOOL ROOM AND TRAINING CENTRE\",\n                \"description\": \"GOVERNMENT TOOL ROOM AND TRAINING CENTRE is issuing their Digital awards for the following years, through DigiLocker. These can be pulled by students into their DigiLocker accounts \\n                Degree - 2016 \\n                Marksheet - 2011,2012,2013,2014,2015,2016,2017,2018,2019,2020 \\n                Diploma -  2011,2012,2013,2014,2015,2016,2017,2018,2019,2020,2021 \\n                Transcript - NA\",\n                \"categories\": \"4,2\",\n                \"logo\": \"https://cf-media.api-setu.in/logo/issuers/005723.png\",\n                \"subdomain\": \"gttc\"\n            },\n            {\n                \"organisationId\": \"065382\",\n                \"issuerId\": \"nic.kar.gfgc\",\n                \"name\": \"Govt Arts College\",\n                \"description\": \"The institute has registered through NAD portal.\",\n                \"categories\": \"4,2\",\n                \"logo\": \"https://cf-media.api-setu.in/logo/issuers/null\",\n                \"subdomain\": \"kargfgc\"\n            },\n            {\n                \"organisationId\": \"004219\",\n                \"issuerId\": \"org.govtcollegephulbani\",\n                \"name\": \"Govt. Autonomous college, Phulbani\",\n                \"description\": \"Govt. Autonomous college, Phulbani is issuing their Digital awards for the following years, through DigiLocker. These can be pulled by students into their DigiLocker accounts.\\r\\n                Degree - NA \\r\\n                Marksheet - 2020,2022,2023 \\r\\n                Diploma - NA \\r\\n                Transcript - NA\",\n                \"categories\": \"4,2\",\n                \"logo\": \"https://cf-media.api-setu.in/logo/issuers/004219.jpg\",\n                \"subdomain\": \"govtcollegephulbani\"\n            },\n            {\n                \"organisationId\": \"024457\",\n                \"issuerId\": \"collegeholkar.org\",\n                \"name\": \"Govt. Holkar (Model Autonomous) Science College, Indore\",\n                \"description\": \"Govt. Holkar (Model Autonomous) Science College, Indore is issuing their Digital awards for the following years, through DigiLocker. These can be pulled by students into their DigiLocker accounts.\\n                Degree - NA \\n                Marksheet - 2022,2023 \\n                Diploma - NA \\n                Transcript - NA\",\n                \"categories\": \"4,2\",\n                \"logo\": \"https://cf-media.api-setu.in/logo/issuers/024457.png\",\n                \"subdomain\": \"collegeholkarorg\"\n            },\n            {\n                \"organisationId\": \"054591\",\n                \"issuerId\": \"org.cgcollege\",\n                \"name\": \"Govt. J. Yoganandam, Chhattisgarh College,Autonomous \",\n                \"description\": \"Govt. J. Yoganandam, Chhattisgarh College,Autonomous  is issuing their Digital awards for the following years, through DigiLocker. These can be pulled by students into their DigiLocker accounts.\\n                Degree - NA \\n                Marksheet - 2016,2017,2018,2019,2020,2021,2022,2023 \\n                Diploma - NA \\n                Transcript - NA\",\n                \"categories\": \"4,2\",\n                \"logo\": \"https://cf-media.api-setu.in/logo/issuers/null\",\n                \"subdomain\": \"cgcollege\"\n            },\n            {\n                \"organisationId\": \"023788\",\n                \"issuerId\": \"mlbcollegebhopal\",\n                \"name\": \"Govt. Maharani Laxmi Bai Girls P.G. Autonomous\",\n                \"description\": \"Govt. Maharani Laxmi Bai Girls P.G. Autonomous is issuing their Digital awards for the following years, through DigiLocker. These can be pulled by students into their DigiLocker accounts.\\n                Degree - NA \\n                Marksheet - 2022,2023 \\n                Diploma - NA \\n                Transcript - NA\",\n                \"categories\": \"4,2\",\n                \"logo\": \"https://cf-media.api-setu.in/logo/issuers/023788.png\",\n                \"subdomain\": \"mlbcollegebhopal\"\n            },\n            {\n                \"organisationId\": \"004680\",\n                \"issuerId\": \"in.ac.geu\",\n                \"name\": \"Graphic Era (Deemed to be University), Dehradun\",\n                \"description\": \"Graphic Era (Deemed to be University), Dehradun is issuing their Digital awards for the following years, through DigiLocker. These can be pulled by students into their DigiLocker accounts.\\n                Degree - 2017,2018,2019,2020,2021,2022,2023 \\n                Marksheet - 2023,2024 \\n                Diploma - NA \\n                Transcript - NA\",\n                \"categories\": \"4,2\",\n                \"logo\": \"https://cf-media.api-setu.in/logo/issuers/004680.png\",\n                \"subdomain\": \"geu\"\n            },\n            {\n                \"organisationId\": \"003643\",\n                \"issuerId\": \"in.ac.gehu\",\n                \"name\": \"Graphic Era Hill University\",\n                \"description\": \"Graphic Era Hill University is issuing their Digital awards for the following years, through DigiLocker. These can be pulled by students into their DigiLocker accounts.\\n                Degree - 2016,2017,2018,2019,2020,2021,2022,2023 \\n                Marksheet - NA \\n                Diploma - NA \\n                Transcript - NA\",\n                \"categories\": \"4,2\",\n                \"logo\": \"https://cf-media.api-setu.in/logo/issuers/003643.png\",\n                \"subdomain\": \"gehu\"\n            },\n            {\n                \"organisationId\": \"001892\",\n                \"issuerId\": \"in.gov.chennaicorporation\",\n                \"name\": \"Greater Chennai Corporation\",\n                \"description\": \"Birth and Death certificates from 1934-till date, as provided by Greater Chennai Corporation (http://www.chennaicorporation.gov.in), can be downloaded in citizen's DigiLocker account.\",\n                \"categories\": \"4,30\",\n                \"logo\": \"https://cf-media.api-setu.in/logo/issuers/001892.png\",\n                \"subdomain\": \"chennaicorp\"\n            },\n            {\n                \"organisationId\": \"021682\",\n                \"issuerId\": \"in.gov.ap.gramawardsachivalayam\",\n                \"name\": \"GSWS, Andhra Pradesh\",\n                \"description\": \"Grama Ward Sachivalayam (GSWS), Government of Andhra Pradesh is issuing Income certificates, Integrated certificates, Family Membership certificates, Computerized Adangal, OBC certificates, Records of Rights, No Earning Member Certificate, EWS Certificate, Aarogyasri Card(Health Card), Marriage Certificate, Small and marginal certificate, Agriculture income certificate, Possession certificate, Title deed cum passbook and Late registration of birth/death certificate to citizens from January 2022 onwards. Citizens can fetch these documents into their DigiLocker account\\r\\n\",\n                \"categories\": \"4\",\n                \"logo\": \"https://cf-media.api-setu.in/logo/issuers/021682.png\",\n                \"subdomain\": \"gsws\"\n            },\n            {\n                \"organisationId\": \"010714\",\n                \"issuerId\": \"in.gov.gujarat.gbu\",\n                \"name\": \"Gujarat Biotechnology University\",\n                \"description\": \"Gujarat Biotechnology University is issuing their Digital awards for the following years, through DigiLocker. These can be pulled by students into their DigiLocker accounts \\n                Degree - NA \\n                Marksheet - 2022,2023,2024 \\n                Diploma -  NA \\n                Transcript - NA\",\n                \"categories\": \"4,2\",\n                \"logo\": \"https://cf-media.api-setu.in/logo/issuers/010714.png\",\n                \"subdomain\": \"gujaratgbu\"\n            },\n            {\n                \"organisationId\": \"017539\",\n                \"issuerId\": \"org.ssagujarat\",\n                \"name\": \"Gujarat Council of School Education\",\n                \"description\": \"Gujarat Council of Educational Research and Training (GCERT) is a pivotal institution at the state level for the enhancement of qualitative education at primary and secondary schools.\\r\\n\\r\\n\\r\\nIt was \\\"State Institute of Education\\\" before 1988. It was later upgraded as a SCERT in 1988, under the resolution of State Education Department. The upgraded SCERT, now named as Gujarat Council of Educational Research and Training (GCERT) is a fully structured State level academic institution and is controlled and guided by a Governing body as well as an Executive Committee.\",\n                \"categories\": \"4,2\",\n                \"logo\": \"https://cf-media.api-setu.in/logo/issuers/017539.jpg\",\n                \"subdomain\": \"ssagujarat\"\n            },\n            {\n                \"organisationId\": \"002967\",\n                \"issuerId\": \"in.gov.gujarat.gidc\",\n                \"name\": \"Gujarat Industrial Development Corporation\",\n                \"description\": \"GIDC is state undertaking corporation, providing industrial infrastructure to industrialists. We want to share documents available with us to industrialists and access to our admin department as a central repository. This will reduce time to collect missing documents for various online services required and can process applications faster by Corporation\",\n                \"categories\": \"4\",\n                \"logo\": \"https://cf-media.api-setu.in/logo/issuers/002967.png\",\n                \"subdomain\": \"gujaratgidc\"\n            },\n            {\n                \"organisationId\": \"008711\",\n                \"issuerId\": \"in.edu.gmu\",\n                \"name\": \"Gujarat Maritime University\",\n                \"description\": \"Gujarat Maritime University is issuing their Digital awards for the following years, through DigiLocker. These can be pulled by students into their DigiLocker accounts \\n                Degree - NA \\n                Marksheet - 2019,2020,2021,2022 \\n                Diploma -  NA \\n                Transcript - NA\",\n                \"categories\": \"4,2\",\n                \"logo\": \"https://cf-media.api-setu.in/logo/issuers/008711.png\",\n                \"subdomain\": \"gmu\"\n            },\n            {\n                \"organisationId\": \"003520\",\n                \"issuerId\": \"in.ac.gnlu\",\n                \"name\": \"Gujarat National Law University, Gandhinagar\",\n                \"description\": \"Gujarat National Law University, Gandhinagar is issuing their Digital awards for the following years, through DigiLocker. These can be pulled by students into their DigiLocker accounts.\\n                Degree - 2009,2010,2011,2012,2013,2014,2015,2016,2017,2018,2019,2020,2021 \\n                Marksheet - NA \\n                Diploma - NA \\n                Transcript - NA\",\n                \"categories\": \"4,2\",\n                \"logo\": \"https://cf-media.api-setu.in/logo/issuers/003520.png\",\n                \"subdomain\": \"gnlu\"\n            },\n            {\n                \"organisationId\": \"002069\",\n                \"issuerId\": \"org.gseb\",\n                \"name\": \"Gujarat State Board of Secondary And Higher Secondary Education\",\n                \"description\": \"Class X and XII (2018) Marksheets and Passing Certificates issued by Gujarat Secondary And Higher Secondary Education Board, Gandhinagar (http://www.gseb.org) can be pulled by students into their DigiLocker accounts.\",\n                \"categories\": \"4,2\",\n                \"logo\": \"https://cf-media.api-setu.in/logo/issuers/002069.png\",\n                \"subdomain\": \"gseb\"\n            },\n            {\n                \"organisationId\": \"005337\",\n                \"issuerId\": \"org.gujaratpharmacycouncil\",\n                \"name\": \"GUJARAT STATE PHARMACY COUNCIL\",\n                \"description\": \"Gujarat State Pharmacy Council is issuing Pharmacist Registration Certificate through DigiLocker. These can be pulled by the candidates directly in their accounts. \",\n                \"categories\": \"4,2\",\n                \"logo\": \"https://cf-media.api-setu.in/logo/issuers/005337.png\",\n                \"subdomain\": \"gujaratpharmacouncil\"\n            },\n            {\n                \"organisationId\": \"000338\",\n                \"issuerId\": \"in.ac.gtu\",\n                \"name\": \"Gujarat Technological University\",\n                \"description\": \"Gujarat Technological University is issuing their Digital awards for the following years, through DigiLocker. These can be pulled by students into their DigiLocker accounts.\\n                Degree - 2011,2012,2013,2014,2015,2016,2017,2018,2019,2020,2021,2022 \\n                Marksheet - 2016,2022,2023 \\n                Diploma - NA \\n                Transcript - NA\",\n                \"categories\": \"4,2\",\n                \"logo\": \"https://cf-media.api-setu.in/logo/issuers/000338.png\",\n                \"subdomain\": \"gtu\"\n            },\n            {\n                \"organisationId\": \"080409\",\n                \"issuerId\": \"in.ac.gtu.nss\",\n                \"name\": \"Gujarat Technological University\",\n                \"description\": \"Gujarat Technological University is issuing their Digital awards for the following years, through DigiLocker. These can be pulled by students into their DigiLocker accounts \\n                Degree - NA \\n                Marksheet - NA \\n                Diploma -  NA \\n                Transcript - NA\",\n                \"categories\": \"4,2,17\",\n                \"logo\": \"https://cf-media.api-setu.in/logo/issuers/080409.png\",\n                \"subdomain\": \"gtunss\"\n            },\n            {\n                \"organisationId\": \"008772\",\n                \"issuerId\": \"in.ac.guts\",\n                \"name\": \"Gujarat University Of Transplantation Sciences\",\n                \"description\": \"Gujarat University Of Transplantation Sciences is issuing their Digital awards for the following years, through DigiLocker. These can be pulled by students into their DigiLocker accounts.\\n                Degree - 2017,2018,2019,2020,2021,2022 \\n                Marksheet - 2023 \\n                Diploma - 2021,2022 \\n                Transcript - NA\",\n                \"categories\": \"4,2\",\n                \"logo\": \"https://cf-media.api-setu.in/logo/issuers/008772.png\",\n                \"subdomain\": \"guts\"\n            },\n            {\n                \"organisationId\": \"005289\",\n                \"issuerId\": \"in.ac.gujaratuniversity\",\n                \"name\": \"Gujarat University, Ahmedabad\",\n                \"description\": \"Gujarat University, Ahmedabad is issuing their Digital awards for the following years, through DigiLocker. These can be pulled by students into their DigiLocker accounts.\\n                Degree - 2013,2014,2015,2016,2017,2018,2019,2020,2021 \\n                Marksheet - 2015,2016,2017,2018,2019,2020,2021,2022 \\n                Diploma - NA \\n                Transcript - NA\",\n                \"categories\": \"4,2\",\n                \"logo\": \"https://cf-media.api-setu.in/logo/issuers/005289.png\",\n                \"subdomain\": \"gujaratuniversity\"\n            },\n            {\n                \"organisationId\": \"033784\",\n                \"issuerId\": \"com.guvnl\",\n                \"name\": \"Gujarat Urja Vikas Nigam Limited\",\n                \"description\": \"Gujrat Urja Nigam Limited is issuing electricity bills through DigiLocker. The citizen can fetch these documents into their issued section of DigiLocker.\",\n                \"categories\": \"4\",\n                \"logo\": \"https://cf-media.api-setu.in/logo/issuers/issure_icon.png\",\n                \"subdomain\": \"guvnl\"\n            },\n            {\n                \"organisationId\": \"003456\",\n                \"issuerId\": \"org.gujaratvidyapith\",\n                \"name\": \"Gujarat Vidyapith, Ahmedabad\",\n                \"description\": \"Gujarat Vidyapith, Ahmedabad is issuing their Digital awards for the following years, through DigiLocker. These can be pulled by students into their DigiLocker accounts \\n                Degree - 1985,1988,1990,1991,1994,1996,2018,2019,2020,2021,2022 \\n                Marksheet - 2021,2022,2023 \\n                Diploma -  2019,2020,2021 \\n                Transcript - NA\",\n                \"categories\": \"4,2\",\n                \"logo\": \"https://cf-media.api-setu.in/logo/issuers/003456.jpg\",\n                \"subdomain\": \"gujaratvidyapith\"\n            },\n            {\n                \"organisationId\": \"005081\",\n                \"issuerId\": \"in.ac.gug\",\n                \"name\": \"Gulbarga University, Kalaburagi\",\n                \"description\": \"Gulbarga University, Kalaburagi is issuing their Digital awards for the following years, through DigiLocker. These can be pulled by students into their DigiLocker accounts \\n                Degree - 2009,2010,2011,2012,2013,2014,2015,2016,2017,2018,2019,2020,2022 \\n                Marksheet - 2010,2019,2020,2022,2023 \\n                Diploma -  NA \\n                Transcript - NA\",\n                \"categories\": \"4,2\",\n                \"logo\": \"https://cf-media.api-setu.in/logo/issuers/005081.png\",\n                \"subdomain\": \"gulbargauniversity\"\n            },\n            {\n                \"organisationId\": \"003235\",\n                \"issuerId\": \"in.ac.ggu\",\n                \"name\": \"Guru Ghasidas Vishwavidyalaya, Bilaspur\",\n                \"description\": \"Guru Ghasidas Vishwavidyalaya, Bilaspur is issuing their Digital awards for the following years, through DigiLocker. These can be pulled by students into their DigiLocker accounts.\\n                Degree - 2014,2015,2016,2017,2018,2019,2020,2021,2022 \\n                Marksheet - 2020,2021,2022,2023 \\n                Diploma - 2014,2015,2016,2017,2018,2019,2020,2021 \\n                Transcript - NA\",\n                \"categories\": \"4,2\",\n                \"logo\": \"https://cf-media.api-setu.in/logo/issuers/003235.png\",\n                \"subdomain\": \"ggu\"\n            },\n            {\n                \"organisationId\": \"003962\",\n                \"issuerId\": \"org.ststephenshospital\",\n                \"name\": \"Guru Gobind Singh Indraprastha University\",\n                \"description\": \"Guru Gobind Singh Indraprastha University is issuing their Digital awards for the following years, through DigiLocker. These can be pulled by students into their DigiLocker accounts.\\n                Degree - 2000,2003,2005,2006,2007,2008,2009,2010,2011,2012,2013,2014,2015,2016,2017,2018,2019,2020,2021,2022,2023,2024 \\n                Marksheet - 2021 \\n                Diploma - NA \\n                Transcript - NA\",\n                \"categories\": \"4,2\",\n                \"logo\": \"https://cf-media.api-setu.in/logo/issuers/003962.png\",\n                \"subdomain\": \"ststephenshospital\"\n            },\n            {\n                \"organisationId\": \"009338\",\n                \"issuerId\": \"in.ac.gjust\",\n                \"name\": \"GURU JAMBHESHWAR UNIVERSITY OF SCIENCE & TECHNOLOGY\",\n                \"description\": \"GURU JAMBHESHWAR UNIVERSITY OF SCIENCE & TECHNOLOGY is issuing their Digital awards for the following years, through DigiLocker. These can be pulled by students into their DigiLocker accounts.\\n                Degree - 2014,2015,2016,2017,2018,2019,2020,2021,2022 \\n                Marksheet - 2013,2014,2015,2016,2017,2018,2019,2020,2021,2022,2023 \\n                Diploma - NA \\n                Transcript - NA\",\n                \"categories\": \"4,2\",\n                \"logo\": \"https://cf-media.api-setu.in/logo/issuers/009338.png\",\n                \"subdomain\": \"gjust\"\n            },\n            {\n                \"organisationId\": \"004108\",\n                \"issuerId\": \"in.gurukashiuniversity\",\n                \"name\": \"Guru Kashi University\",\n                \"description\": \"Guru Kashi University is issuing their Digital awards for the following years, through DigiLocker. These can be pulled by students into their DigiLocker accounts \\n                Degree - 2013,2014,2015,2016,2017,2018,2019,2020,2021,2022,2023 \\n                Marksheet - 2019,2020,2021,2022 \\n                Diploma -  2014,2015,2016,2017,2018,2019,2020,2021,2022,2023 \\n                Transcript - NA\",\n                \"categories\": \"4,2\",\n                \"logo\": \"https://cf-media.api-setu.in/logo/issuers/004108.png\",\n                \"subdomain\": \"gurukashiuniversity\"\n            },\n            {\n                \"organisationId\": \"003560\",\n                \"issuerId\": \"in.ac.gndu\",\n                \"name\": \"Guru Nanak Dev University, Amritsar\",\n                \"description\": \"Guru Nanak Dev University, Amritsar is issuing their Digital awards for the following years, through DigiLocker. These can be pulled by students into their DigiLocker accounts.\\n                Degree - 2015,2016,2017,2018,2019,2020,2021,2022,2023 \\n                Marksheet - 2022 \\n                Diploma - NA \\n                Transcript - NA\",\n                \"categories\": \"4,2\",\n                \"logo\": \"https://cf-media.api-setu.in/logo/issuers/003560.png\",\n                \"subdomain\": \"gndu\"\n            },\n            {\n                \"organisationId\": \"004011\",\n                \"issuerId\": \"in.ac.gnim\",\n                \"name\": \"Guru Nanak Institute Of Management\",\n                \"description\": \"Guru Nanak Institute Of Management is issuing their Digital awards for the following years, through DigiLocker. These can be pulled by students into their DigiLocker accounts.\\n                Degree - NA \\n                Marksheet - NA \\n                Diploma - 2019 \\n                Transcript - NA\",\n                \"categories\": \"4,2\",\n                \"logo\": \"https://cf-media.api-setu.in/logo/issuers/issure_icon.png\",\n                \"subdomain\": \"gnim\"\n            },\n            {\n                \"organisationId\": \"004149\",\n                \"issuerId\": \"org.graupunjab\",\n                \"name\": \"GURU RAVIDAS AYURVED UNIVERSITY PUNJAB, HOSHIARPUR\",\n                \"description\": \"GURU RAVIDAS AYURVED UNIVERSITY PUNJAB, HOSHIARPUR is issuing their Digital awards for the following years, through DigiLocker. These can be pulled by students into their DigiLocker accounts \\n                Degree - 2020 \\n                Marksheet - NA \\n                Diploma -  NA \\n                Transcript - NA\",\n                \"categories\": \"4,2\",\n                \"logo\": \"https://cf-media.api-setu.in/logo/issuers/004149.png\",\n                \"subdomain\": \"graupunjab\"\n            },\n            {\n                \"organisationId\": \"010334\",\n                \"issuerId\": \"in.ac.gkv\",\n                \"name\": \"Gurukula Kangri (Deemed to be University)\",\n                \"description\": \"Gurukula Kangri (Deemed to be University) is issuing their Digital awards for the following years, through DigiLocker. These can be pulled by students into their DigiLocker accounts.\\n                Degree - NA \\n                Marksheet - 2019,2020,2021,2022,2023 \\n                Diploma - NA \\n                Transcript - NA\",\n                \"categories\": \"4,2\",\n                \"logo\": \"https://cf-media.api-setu.in/logo/issuers/010334.jpg\",\n                \"subdomain\": \"gkv\"\n            },\n            {\n                \"organisationId\": \"054820\",\n                \"issuerId\": \"com.unaux.gyansagaracedmy\",\n                \"name\": \"Gyansagar Academy College\",\n                \"description\": \"The institute has registered through NAD portal.\",\n                \"categories\": \"4,2\",\n                \"logo\": \"https://cf-media.api-setu.in/logo/issuers/054820.png\",\n                \"subdomain\": \"gyansagaracedmy\"\n            },\n            {\n                \"organisationId\": \"089352\",\n                \"issuerId\": \"edu.hpbose\",\n                \"name\": \"H. P. Board Of School Education\",\n                \"description\": \"H. P. Board Of School Education is issuing their Digital awards for the following years, through DigiLocker. These can be pulled by students into their DigiLocker accounts \\n                Degree - NA \\n                Marksheet - 2020,2021,2022,2023 \\n                Diploma -  NA \\n                Transcript - NA\",\n                \"categories\": \"4,2\",\n                \"logo\": \"https://cf-media.api-setu.in/logo/issuers/089352.jpg\",\n                \"subdomain\": \"hpboseedu\"\n            },\n            {\n                \"organisationId\": \"007632\",\n                \"issuerId\": \"in.hcssc\",\n                \"name\": \"Handicrafts and Carpet Sector Skill Council\",\n                \"description\": \"Handicrafts and Carpet Sector Skill Council is issuing their Digital awards for the following years, through DigiLocker. These can be pulled by students into their DigiLocker accounts \\r\\n                Degree - 2022 \\r\\n                Marksheet - NA \\r\\n                Diploma -  NA \\r\\n                Transcript - NA\",\n                \"categories\": \"4,2,32\",\n                \"logo\": \"https://cf-media.api-setu.in/logo/issuers/007632.png\",\n                \"subdomain\": \"hcssc\"\n            },\n            {\n                \"organisationId\": \"003594\",\n                \"issuerId\": \"in.ac.hbtu\",\n                \"name\": \"Harcourt Butler Technical University\",\n                \"description\": \"Harcourt Butler Technical University is issuing their Digital awards for the following years, through DigiLocker. These can be pulled by students into their DigiLocker accounts \\n                Degree - 2018,2019,2020,2021,2022,2023 \\n                Marksheet - 2018,2019,2020,2021,2022 \\n                Diploma -  NA \\n                Transcript - NA\",\n                \"categories\": \"4,2\",\n                \"logo\": \"https://cf-media.api-setu.in/logo/issuers/003594.png\",\n                \"subdomain\": \"hbtu\"\n            },\n            {\n                \"organisationId\": \"010401\",\n                \"issuerId\": \"in.ac.hju\",\n                \"name\": \"HARIDEV JOSHI UNIVERSITY OF JOURNALISM AND MASS COMMUNICATION, JAIPUR\",\n                \"description\": \"HARIDEV JOSHI UNIVERSITY OF JOURNALISM AND MASS COMMUNICATION, JAIPUR is issuing their Digital awards for the following years, through DigiLocker. These can be pulled by students into their DigiLocker accounts.\\r\\n                Degree - NA \\r\\n                Marksheet - 2019 \\r\\n                Diploma - NA \\r\\n                Transcript - NA\",\n                \"categories\": \"4,2\",\n                \"logo\": \"https://cf-media.api-setu.in/logo/issuers/010401.png\",\n                \"subdomain\": \"hju\"\n            },\n            {\n                \"organisationId\": \"080447\",\n                \"issuerId\": \"in.ac.huroorkee\",\n                \"name\": \"Haridwar University\",\n                \"description\": \"The institute has registered through NAD portal.\",\n                \"categories\": \"4,2\",\n                \"logo\": \"https://cf-media.api-setu.in/logo/issuers/080447.png\",\n                \"subdomain\": \"huroorkee\"\n            },\n            {\n                \"organisationId\": \"002263\",\n                \"issuerId\": \"in.org.hsbte\",\n                \"name\": \"Haryana State Board of Technical Education\",\n                \"description\": \"HSBTE (http://hsbte.org.in/) is issuing marksheets (of Dec 2017 and June 2018 batches) through DigiLocker. These can be pulled by students into their DigiLocker accounts.\",\n                \"categories\": \"4,2\",\n                \"logo\": \"https://cf-media.api-setu.in/logo/issuers/002263.png\",\n                \"subdomain\": \"hsbte\"\n            },\n            {\n                \"organisationId\": \"077391\",\n                \"issuerId\": \"in.org.hartron\",\n                \"name\": \"Haryana State Electronics Development Corporation Limited\",\n                \"description\": \"Haryana State Electronics Development Corporation Limited is issuing their Digital awards for the following years, through DigiLocker. These can be pulled by students into their DigiLocker accounts \\n                Degree - 2020 \\n                Marksheet - NA \\n                Diploma -  NA \\n                Transcript - NA\",\n                \"categories\": \"4,2,32\",\n                \"logo\": \"https://cf-media.api-setu.in/logo/issuers/077391.png\",\n                \"subdomain\": \"hartronorgin\"\n            },\n            {\n                \"organisationId\": \"002645\",\n                \"issuerId\": \"com.hdfc\",\n                \"name\": \"HDFC Bank Ltd\",\n                \"description\": \"HDFC Bank Ltd (https://www.hdfcbank.com/) provides a facility for its Banking and Home Loan customers to access and download their Interest Certificates and Account Statements into their DigiLocker account.\",\n                \"categories\": \"993,1\",\n                \"logo\": \"https://cf-media.api-setu.in/logo/issuers/002645.png\",\n                \"subdomain\": \"hdfc\"\n            },\n            {\n                \"organisationId\": \"002527\",\n                \"issuerId\": \"com.hdfcergo\",\n                \"name\": \"HDFC ERGO General Insurance Company Ltd.\",\n                \"description\": \"Issuance of General Insurance Policies. Our presence shall help in getting our policies online on Digilocker platform. Our customers shall get benefited by having digital access to policies and hence avoid carrying physical copies all time. Post new motor vehicle act coming and government allowing customers to carry motor policies in digital form, we need to be on Digilocker platform to provide seamless experience to our customers\",\n                \"categories\": \"993,1\",\n                \"logo\": \"https://cf-media.api-setu.in/logo/issuers/002527.png\",\n                \"subdomain\": \"hdfcergogi\"\n            },\n            {\n                \"organisationId\": \"004693\",\n                \"issuerId\": \"com.hdfclife\",\n                \"name\": \"HDFC Life Insurance Company Limited\",\n                \"description\": \"HDFC Life Insurance Company Limited (https://www.hdfclife.com) provides a facility to its customers to access their policy documents that are available to be pulled by the policyholders into their DigiLocker account (documents issued on or after 1st April 2010 are currently available)\",\n                \"categories\": \"993,1\",\n                \"logo\": \"https://cf-media.api-setu.in/logo/issuers/004693.png\",\n                \"subdomain\": \"hdfclife\"\n            },\n            {\n                \"organisationId\": \"008123\",\n                \"issuerId\": \"in.gov.wbhealth\",\n                \"name\": \"Health & Family Welfare Department, Govt of West Bengal\",\n                \"description\": \"Health & Family Welfare Department, Govt of West Bengal issuing Swasthyasathi Card, Clinical Establishment/Drug Retailer/Drug Wholesaler License and Certificate of Civil Registration (Birth & Death) are available on DigiLocker. Owner of the Swasthyasathi Card, Clinical Establishment/Drug Retailer/Drug Wholesaler and Certificate Holder (Birth & Death) respectively can pull the certificate into their DigiLocker accounts.\",\n                \"categories\": \"4\",\n                \"logo\": \"https://cf-media.api-setu.in/logo/issuers/008123.png\",\n                \"subdomain\": \"wbhealth\"\n            },\n            {\n                \"organisationId\": \"004098\",\n                \"issuerId\": \"in.ac.durguniversity\",\n                \"name\": \"HEMCHAND YADAV UNIVERSITY, DURG\",\n                \"description\": \"Durg Vishwavidyalaya is issuing their Digital awards for the following years, through DigiLocker. These can be pulled by students into their DigiLocker accounts \\n                Degree - NA \\n                Marksheet - 2018,2019,2020,2021 \\n                Diploma -  NA \\n                Transcript - NA\",\n                \"categories\": \"4,2\",\n                \"logo\": \"https://cf-media.api-setu.in/logo/issuers/004098.png\",\n                \"subdomain\": \"durguniversity\"\n            },\n            {\n                \"organisationId\": \"005444\",\n                \"issuerId\": \"in.ac.hnbgu\",\n                \"name\": \"Hemvati Nandan Bahuguna Garhwal University, Srinagar, Garhwal\",\n                \"description\": \"Hemvati Nandan Bahuguna Garhwal University, Srinagar, Garhwal is issuing their Digital awards for the following years, through DigiLocker. These can be pulled by students into their DigiLocker accounts.\\n                Degree - 2017,2018,2019,2020,2021,2023 \\n                Marksheet - 2016,2017,2018,2019,2020,2021,2022 \\n                Diploma - NA \\n                Transcript - NA\",\n                \"categories\": \"4,2\",\n                \"logo\": \"https://cf-media.api-setu.in/logo/issuers/005444.png\",\n                \"subdomain\": \"hnbgu\"\n            },\n            {\n                \"organisationId\": \"063488\",\n                \"issuerId\": \"edu.heritageit\",\n                \"name\": \"HERITAGE INSTITUTE OF TECHNOLOGY\",\n                \"description\": \"The institute has registered through NAD portal.\",\n                \"categories\": \"4,2\",\n                \"logo\": \"https://cf-media.api-setu.in/logo/issuers/null\",\n                \"subdomain\": \"heritageit\"\n            },\n            {\n                \"organisationId\": \"004323\",\n                \"issuerId\": \"in.ac.hnlu\",\n                \"name\": \"Hidayatullah National Law University, Raipur\",\n                \"description\": \"Hidayatullah National Law University, Raipur is issuing their Digital awards for the following years, through DigiLocker. These can be pulled by students into their DigiLocker accounts \\n                Degree - 2015,2016,2017,2018,2019,2020,2021 \\n                Marksheet - NA \\n                Diploma -  NA \\n                Transcript - NA\",\n                \"categories\": \"4,2\",\n                \"logo\": \"https://cf-media.api-setu.in/logo/issuers/004323.png\",\n                \"subdomain\": \"hnlu\"\n            },\n            {\n                \"organisationId\": \"002248\",\n                \"issuerId\": \"org.hpbose\",\n                \"name\": \"Himachal Pradesh Board of School Education\",\n                \"description\": \"Himachal Pradesh Board of School Education, Dharamshala (http://hpbose.org/) has made available Class X (2012-18) & Class XII (2012-18) provisional certificates, which can be pulled by students into their accounts.\",\n                \"categories\": \"4,2\",\n                \"logo\": \"https://cf-media.api-setu.in/logo/issuers/002248.png\",\n                \"subdomain\": \"hpbose\"\n            },\n            {\n                \"organisationId\": \"004173\",\n                \"issuerId\": \"in.ac.hpnlu\",\n                \"name\": \"Himachal Pradesh National Law University, Shimla\",\n                \"description\": \"Himachal Pradesh National Law University, Shimla is issuing their Digital awards for the following years, through DigiLocker. These can be pulled by students into their DigiLocker accounts \\n                Degree - 2018,2019,2020,2021,2022 \\n                Marksheet - NA \\n                Diploma -  NA \\n                Transcript - NA\",\n                \"categories\": \"4,2\",\n                \"logo\": \"https://cf-media.api-setu.in/logo/issuers/004173.png\",\n                \"subdomain\": \"hpnlu\"\n            },\n            {\n                \"organisationId\": \"001739\",\n                \"issuerId\": \"com.hptechboard\",\n                \"name\": \"Himachal Pradesh Takniki Shiksha Board Dharamshala\",\n                \"description\": \"Himachal Pradesh Takniki Shiksha Board is issuing their Digital awards for the following years, through DigiLocker. These can be pulled by students into their DigiLocker accounts.\\n                Degree - NA \\n                Marksheet - NA \\n                Diploma - 2014,2015,2016,2017,2018,2019,2020,2021,2022 \\n                Transcript - NA\",\n                \"categories\": \"4,2\",\n                \"logo\": \"https://cf-media.api-setu.in/logo/issuers/001739.jpg\",\n                \"subdomain\": \"hptechboard\"\n            },\n            {\n                \"organisationId\": \"003460\",\n                \"issuerId\": \"in.ac.himtu\",\n                \"name\": \"Himachal Pradesh Technical University, Hamirpur\",\n                \"description\": \"Himachal Pradesh Technical University, Hamirpur is issuing their Digital awards for the following years, through DigiLocker. These can be pulled by students into their DigiLocker accounts \\n                Degree - 2013,2014,2015,2016,2017,2018,2019,2020,2021,2022 \\n                Marksheet - 2021 \\n                Diploma -  2020,2021 \\n                Transcript - NA\",\n                \"categories\": \"4,2\",\n                \"logo\": \"https://cf-media.api-setu.in/logo/issuers/003460.png\",\n                \"subdomain\": \"himtu\"\n            },\n            {\n                \"organisationId\": \"036562\",\n                \"issuerId\": \"com.himalayanuniversity\",\n                \"name\": \"Himalayan University, Itanagar\",\n                \"description\": \"Himalayan University, Itanagar is issuing their Digital awards for the following years, through DigiLocker. These can be pulled by students into their DigiLocker accounts.\\n                Degree - NA \\n                Marksheet - 2019,2020,2021,2022 \\n                Diploma - NA \\n                Transcript - NA\",\n                \"categories\": \"4,2\",\n                \"logo\": \"https://cf-media.api-setu.in/logo/issuers/036562.png\",\n                \"subdomain\": \"himalayanuniversity\"\n            },\n            {\n                \"organisationId\": \"003787\",\n                \"issuerId\": \"in.ac.hindustanuniv\",\n                \"name\": \"Hindustan Institute of Technology and Science\",\n                \"description\": \"Hindustan Institute of Technology and Science is issuing their Digital awards for the following years, through DigiLocker. These can be pulled by students into their DigiLocker accounts.\\n                Degree - 2018,2019,2020,2021,2022 \\n                Marksheet - 2022 \\n                Diploma - NA \\n                Transcript - NA\",\n                \"categories\": \"4,2\",\n                \"logo\": \"https://cf-media.api-setu.in/logo/issuers/003787.png\",\n                \"subdomain\": \"hindustanuniv\"\n            },\n            {\n                \"organisationId\": \"003039\",\n                \"issuerId\": \"in.ac.hbni\",\n                \"name\": \"Homi Bhabha National Institute, Mumbai\",\n                \"description\": \"Homi Bhabha National Institute, Mumbai is issuing their Digital awards for the following years, through DigiLocker. These can be pulled by students into their DigiLocker accounts \\r\\n                Degree - 2018,2019,2020 \\r\\n                Marksheet - NA \\r\\n                Diploma -  2018,2019,2020 \\r\\n                Transcript - NA\",\n                \"categories\": \"4,2\",\n                \"logo\": \"https://cf-media.api-setu.in/logo/issuers/003039.png\",\n                \"subdomain\": \"hbni\"\n            },\n            {\n                \"organisationId\": \"012403\",\n                \"issuerId\": \"org.homoeopathyuniversity\",\n                \"name\": \"Homoeopathy University, Jaipur\",\n                \"description\": \"Homoeopathy University, Jaipur  is issuing their Digital awards for the following years, through DigiLocker. These can be pulled by students into their DigiLocker accounts.\\n                Degree - 2014,2015,2016,2017,2018 \\n                Marksheet - NA \\n                Diploma - NA \\n                Transcript - NA\",\n                \"categories\": \"4,2\",\n                \"logo\": \"https://cf-media.api-setu.in/logo/issuers/012403.png\",\n                \"subdomain\": \"homoeopathy\"\n            },\n            {\n                \"organisationId\": \"057839\",\n                \"issuerId\": \"in.gov.urbanodisha\",\n                \"name\": \"Housing and Urban Development Department Odisha\",\n                \"description\": \"H&UD Department, Govt of Odisha has launched the platform  SUJOG to provide all key municipal services across all the ULBs in the state. SUJOG  is making urban governance transparent, technology-enabled, and time-bound through teamwork, thereby leading to transformation in the lives of citizens in all Urban Local Bodies of the state. Citizens can now retrieve their Marriage certificate, Trade License Certificate and Building permit in DigiLocker.\",\n                \"categories\": \"4,11\",\n                \"logo\": \"https://cf-media.api-setu.in/logo/issuers/057839.png\",\n                \"subdomain\": \"urbanodisha\"\n            },\n            {\n                \"organisationId\": \"002252\",\n                \"issuerId\": \"in.gov.hp.hpsssb\",\n                \"name\": \"HP Staff Selection Commission - HPSSC - Himachal Pradesh\",\n                \"description\": \"Himachal Pradesh Staff Selection Commision (http://hpsssb.hp.gov.in/) is the online service portal by Govt. of Himachal Pradesh. Admit Cards issued online certificate can be pulled into citizens DigiLocker accounts.\",\n                \"categories\": \"4,30\",\n                \"logo\": \"https://cf-media.api-setu.in/logo/issuers/002252.jpg\",\n                \"subdomain\": \"hpsssb\"\n            },\n            {\n                \"organisationId\": \"002377\",\n                \"issuerId\": \"in.hpsbys\",\n                \"name\": \"HP Swasthya Bima Yojna Society\",\n                \"description\": \"Himachal Pradesh Swasthya Bima Yojna Society (http://admis.hp.nic.in/epraman/https://www.hpsbys.in/) is the online service delivery portal by Himachal Pradesh Govt.  Digital Health card is available in DigiLocker. Aslo can be pulled into citizens' DigiLocker accounts.\",\n                \"categories\": \"4,7\",\n                \"logo\": \"https://cf-media.api-setu.in/logo/issuers/002377.png\",\n                \"subdomain\": \"hpsbys\"\n            },\n            {\n                \"organisationId\": \"013467\",\n                \"issuerId\": \"in.edu.hsncu\",\n                \"name\": \"Hyderabad (Sind) National Collegiate University, Mumbai\",\n                \"description\": \"Hyderabad (Sind) National Collegiate University, Mumbai is issuing their Digital awards for the following years, through DigiLocker. These can be pulled by students into their DigiLocker accounts.\\n                Degree - 2022 \\n                Marksheet - 2021,2022 \\n                Diploma - NA \\n                Transcript - NA\",\n                \"categories\": \"4,2\",\n                \"logo\": \"https://cf-media.api-setu.in/logo/issuers/013467.png\",\n                \"subdomain\": \"hsncu\"\n            },\n            {\n                \"organisationId\": \"052853\",\n                \"issuerId\": \"org.ibuinessinstitute\",\n                \"name\": \"I BUSINESS INSTITUTE\",\n                \"description\": \"I BUSINESS INSTITUTE is issuing their Digital awards for the following years, through DigiLocker. These can be pulled by students into their DigiLocker accounts \\n                Degree - NA \\n                Marksheet - NA \\n                Diploma -  2020,2021,2022 \\n                Transcript - NA\",\n                \"categories\": \"4,2\",\n                \"logo\": \"https://cf-media.api-setu.in/logo/issuers/052853.png\",\n                \"subdomain\": \"ibuinessinstitute\"\n            },\n            {\n                \"organisationId\": \"003727\",\n                \"issuerId\": \"ac.iuu\",\n                \"name\": \"I M S Unison University\",\n                \"description\": \"I M S Unison University is issuing their Digital awards for the following years, through DigiLocker. These can be pulled by students into their DigiLocker accounts.\\n                Degree - 2020,2021,2022,2023 \\n                Marksheet - 2022,2023 \\n                Diploma - NA \\n                Transcript - NA\",\n                \"categories\": \"4,2\",\n                \"logo\": \"https://cf-media.api-setu.in/logo/issuers/003727.png\",\n                \"subdomain\": \"iuu\"\n            },\n            {\n                \"organisationId\": \"006535\",\n                \"issuerId\": \"in.ac.iesuniversity\",\n                \"name\": \"I.E.S University\",\n                \"description\": \"I.E.S University is issuing their Digital awards for the following years, through DigiLocker. These can be pulled by students into their DigiLocker accounts.\\n                Degree - NA \\n                Marksheet - 2021,2022 \\n                Diploma - NA \\n                Transcript - NA\",\n                \"categories\": \"4,2\",\n                \"logo\": \"https://cf-media.api-setu.in/logo/issuers/006535.png\",\n                \"subdomain\": \"iesuniversity\"\n            },\n            {\n                \"organisationId\": \"003249\",\n                \"issuerId\": \"in.ac.ptu\",\n                \"name\": \"I.K. Gujral Punjab Technical University\",\n                \"description\": \"I.K. Gujral Punjab Technical University is issuing their Digital awards for the following years, through DigiLocker. These can be pulled by students into their DigiLocker accounts.\\n                Degree - 2006,2007,2009,2010,2011,2012,2013,2014,2015,2016,2017,2018,2019,2020,2021,2022 \\n                Marksheet - 2003,2004,2005,2006,2008,2009,2010,2011,2012,2013,2014,2015,2016,2017,2018,2019,2020,2021,2022 \\n                Diploma - 2007,2008,2012,2014,2017,2018 \\n                Transcript - NA\",\n                \"categories\": \"4,2\",\n                \"logo\": \"https://cf-media.api-setu.in/logo/issuers/003249.png\",\n                \"subdomain\": \"ptu\"\n            },\n            {\n                \"organisationId\": \"006574\",\n                \"issuerId\": \"in.edu.itsim\",\n                \"name\": \"I.T.S School Of Management\",\n                \"description\": \"I.T.S School Of Management is issuing their Digital awards for the following years, through DigiLocker. These can be pulled by students into their DigiLocker accounts \\n                Degree - NA \\n                Marksheet - 2020,2021,2022 \\n                Diploma -  2022 \\n                Transcript - NA\",\n                \"categories\": \"4,2\",\n                \"logo\": \"https://cf-media.api-setu.in/logo/issuers/006574.png\",\n                \"subdomain\": \"itsim\"\n            },\n            {\n                \"organisationId\": \"017552\",\n                \"issuerId\": \"com.ibmrbschool\",\n                \"name\": \"IBMR BUSINESS SCHOOL\",\n                \"description\": \"IBMR BUSINESS SCHOOL is issuing their Digital awards for the following years, through DigiLocker. These can be pulled by students into their DigiLocker accounts.\\n                Degree - 2020,2021,2022 \\n                Marksheet - 2019,2020,2021,2022 \\n                Diploma - NA \\n                Transcript - NA\",\n                \"categories\": \"4,2\",\n                \"logo\": \"https://cf-media.api-setu.in/logo/issuers/017552.jpg\",\n                \"subdomain\": \"ibmrbschool\"\n            },\n            {\n                \"organisationId\": \"010046\",\n                \"issuerId\": \"org.ifheindia\",\n                \"name\": \"ICFAI Foundation For Higher Education, Hyderabad\",\n                \"description\": \"ICFAI Foundation For Higher Education, Hyderabad  is issuing their Digital awards for the following years, through DigiLocker. These can be pulled by students into their DigiLocker accounts \\n                Degree - 2016,2017,2018,2019,2020,2021,2022 \\n                Marksheet - NA \\n                Diploma -  NA \\n                Transcript - 2016\",\n                \"categories\": \"4,2\",\n                \"logo\": \"https://cf-media.api-setu.in/logo/issuers/010046.png\",\n                \"subdomain\": \"ifheindia\"\n            },\n            {\n                \"organisationId\": \"006922\",\n                \"issuerId\": \"in.edu.iuraipur\",\n                \"name\": \"ICFAI University\",\n                \"description\": \"The institute has registered through NAD portal.\",\n                \"categories\": \"4,2\",\n                \"logo\": \"https://cf-media.api-setu.in/logo/issuers/006922.png\",\n                \"subdomain\": \"iuraipur\"\n            },\n            {\n                \"organisationId\": \"000088\",\n                \"issuerId\": \"com.icicibank\",\n                \"name\": \"ICICI Bank\",\n                \"description\": \"ICICI Bank, a leading Indian Private Sector Bank, makes available the facility for its customers to access and download their Account Statements into their DigiLocker Account\",\n                \"categories\": \"993,1\",\n                \"logo\": \"https://cf-media.api-setu.in/logo/issuers/000088.png\",\n                \"subdomain\": \"icicibank\"\n            },\n            {\n                \"organisationId\": \"002430\",\n                \"issuerId\": \"com.icicilombard\",\n                \"name\": \"ICICI Lombard GIC Ltd.\",\n                \"description\": \"Insurance policies issued by ICICI Lombard (https://www.icicilombard.com) can be fetched by Citizens into their DigiLocker accounts.\",\n                \"categories\": \"993,1\",\n                \"logo\": \"https://cf-media.api-setu.in/logo/issuers/002430.jpg\",\n                \"subdomain\": \"icicilombard\"\n            },\n            {\n                \"organisationId\": \"002378\",\n                \"issuerId\": \"com.iciciprulife\",\n                \"name\": \"ICICI Prudential Life Insurance Company Ltd\",\n                \"description\": \"ICICI Prudential Life Insurance Company Limited (ICICI Prudential Life) is promoted by ICICI Bank Limited and Prudential Corporation Holdings Limited. The company builds an enduring institution that serves the protection and long-term saving needs of customers with sensitivity. With digilocker we will be able to issue digital copy of policy document to millions of our customers\",\n                \"categories\": \"993,1\",\n                \"logo\": \"https://cf-media.api-setu.in/logo/issuers/002378.jpg\",\n                \"subdomain\": \"iciciprulife\"\n            },\n            {\n                \"organisationId\": \"006594\",\n                \"issuerId\": \"com.iecuniversity\",\n                \"name\": \"IEC University\",\n                \"description\": \"IEC University is issuing their Digital awards for the following years, through DigiLocker. These can be pulled by students into their DigiLocker accounts \\n                Degree - 2014,2015,2016,2017,2018,2019,2020,2021 \\n                Marksheet - NA \\n                Diploma -  2020 \\n                Transcript - NA\",\n                \"categories\": \"4,2\",\n                \"logo\": \"https://cf-media.api-setu.in/logo/issuers/006594.png\",\n                \"subdomain\": \"iecuniversity\"\n            },\n            {\n                \"organisationId\": \"003939\",\n                \"issuerId\": \"edu.ies\",\n                \"name\": \"IES's MANAGEMENT COLLEGE AND RESEARCH CENTRE\",\n                \"description\": \"IES's MANAGEMENT COLLEGE AND RESEARCH CENTRE is issuing their Digital awards for the following years, through DigiLocker. These can be pulled by students into their DigiLocker accounts \\n                Degree - NA \\n                Marksheet - 2018,2019,2020,2021 \\n                Diploma -  2019,2020,2021 \\n                Transcript - NA\",\n                \"categories\": \"4,2\",\n                \"logo\": \"https://cf-media.api-setu.in/logo/issuers/003939.png\",\n                \"subdomain\": \"ies\"\n            },\n            {\n                \"organisationId\": \"003096\",\n                \"issuerId\": \"in.co.iffcotokio\",\n                \"name\": \"IFFCO Tokio General Insurance Company Ltd.\",\n                \"description\": \"All Insurance policies issued by Iffco-Tokio General Insurance Company Ltd (https://www.iffcotokio.co.in/) are available on DigiLocker and can be downloaded by citizens to their account.                                                                        \\n\",\n                \"categories\": \"993,1\",\n                \"logo\": \"https://cf-media.api-setu.in/logo/issuers/003096.jpg\",\n                \"subdomain\": \"iffcotokio\"\n            },\n            {\n                \"organisationId\": \"009204\",\n                \"issuerId\": \"com.jagsom\",\n                \"name\": \"IFIM BUSINESS SCHOOL\",\n                \"description\": \"IFIM BUSINESS SCHOOL is issuing their Digital awards for the following years, through DigiLocker. These can be pulled by students into their DigiLocker accounts.\\n                Degree - NA \\n                Marksheet - NA \\n                Diploma - 1998,1999,2000,2001,2002,2003,2004,2006,2007,2008,2009,2010,2011,2012,2013,2014,2015,2016,2017,2018,2019,2020,2021,2022 \\n                Transcript - NA\",\n                \"categories\": \"4,2\",\n                \"logo\": \"https://cf-media.api-setu.in/logo/issuers/009204.png\",\n                \"subdomain\": \"jagsom\"\n            },\n            {\n                \"organisationId\": \"056422\",\n                \"issuerId\": \"in.gov.navyihq\",\n                \"name\": \"IHQ MoD (Navy)-Directorate of Personnel Services\",\n                \"description\": \"The Directorate of Personnel Services (DPS) is a directorate under Integrated Headquarters of Ministry of Defence (Navy) with its office located at C Wing Sena Bhawan, New Delhi 110011. DPS deals with issues related to Discipline and vigilance, honours and awards, ceremonials and Indian Naval Canteen Services for naval personnel.\",\n                \"categories\": \"3\",\n                \"logo\": \"https://cf-media.api-setu.in/logo/issuers/056422.png\",\n                \"subdomain\": \"ihqnavy\"\n            },\n            {\n                \"organisationId\": \"004537\",\n                \"issuerId\": \"in.edu.iihmr\",\n                \"name\": \"IIHMR University\",\n                \"description\": \"IIHMR University is issuing their Digital awards for the following years, through DigiLocker. These can be pulled by students into their DigiLocker accounts \\n                Degree - 2018,2019,2020,2021,2022,2023 \\n                Marksheet - NA \\n                Diploma -  NA \\n                Transcript - NA\",\n                \"categories\": \"4,2\",\n                \"logo\": \"https://cf-media.api-setu.in/logo/issuers/004537.png\",\n                \"subdomain\": \"iihmr\"\n            },\n            {\n                \"organisationId\": \"004751\",\n                \"issuerId\": \"in.ac.iilmlko\",\n                \"name\": \"IILM Academy Of Higher Learning, Lucknow\",\n                \"description\": \"IILM Academy of Higher Learning, Lucknow is issuing their Digital awards for the following years, through DigiLocker. These can be pulled by students into their DigiLocker accounts \\n                Degree - NA \\n                Marksheet - NA \\n                Diploma -  2011,2012,2013,2014,2015,2016,2017,2018,2019,2020,2021 \\n                Transcript - NA\",\n                \"categories\": \"4,2\",\n                \"logo\": \"https://cf-media.api-setu.in/logo/issuers/004751.png\",\n                \"subdomain\": \"iilmlko\"\n            },\n            {\n                \"organisationId\": \"002591\",\n                \"issuerId\": \"in.edu.iilm\",\n                \"name\": \"IILM University\",\n                \"description\": \"IILM University is issuing their Digital awards for the following years, through DigiLocker. These can be pulled by students into their DigiLocker accounts.\\n                Degree - 2022,2023 \\n                Marksheet - 2022 \\n                Diploma - NA \\n                Transcript - NA\",\n                \"categories\": \"4,2\",\n                \"logo\": \"https://cf-media.api-setu.in/logo/issuers/002591.png\",\n                \"subdomain\": \"iilm\"\n            },\n            {\n                \"organisationId\": \"003418\",\n                \"issuerId\": \"com.iimtu\",\n                \"name\": \"IIMT University\",\n                \"description\": \"IIMT University is issuing their Digital awards for the following years, through DigiLocker. These can be pulled by students into their DigiLocker accounts.\\n                Degree - 2018,2020,2021,2023 \\n                Marksheet - 2020,2022 \\n                Diploma - 2020 \\n                Transcript - NA\",\n                \"categories\": \"4,2\",\n                \"logo\": \"https://cf-media.api-setu.in/logo/issuers/003418.png\",\n                \"subdomain\": \"iimtu\"\n            },\n            {\n                \"organisationId\": \"005592\",\n                \"issuerId\": \"in.ac.iisuniv\",\n                \"name\": \"IIS DEEMED TO BE UNIVERSITY\",\n                \"description\": \"IIS DEEMED TO BE UNIVERSITY is issuing their Digital awards for the following years, through DigiLocker. These can be pulled by students into their DigiLocker accounts \\n                Degree - NA \\n                Marksheet - 2019,2020,2021,2022,2023 \\n                Diploma -  NA \\n                Transcript - NA\",\n                \"categories\": \"4,2\",\n                \"logo\": \"https://cf-media.api-setu.in/logo/issuers/005592.png\",\n                \"subdomain\": \"iisuniv\"\n            },\n            {\n                \"organisationId\": \"006595\",\n                \"issuerId\": \"in.ac.iitbhilai\",\n                \"name\": \"IIT Bhilai\",\n                \"description\": \"IIT Bhilai is the youngest IIT in the country and would like to make its degree certificates and transcripts available to its students through Digilocker for secure access. Indian Institute of Technology (IIT) Bhilai was established in the state of Chhattisgarh by Ministry of Human Resource and Development in the year 2016.\",\n                \"categories\": \"4,2\",\n                \"logo\": \"https://cf-media.api-setu.in/logo/issuers/006595.png\",\n                \"subdomain\": \"iitbhilai\"\n            },\n            {\n                \"organisationId\": \"001891\",\n                \"issuerId\": \"in.gov.pan\",\n                \"name\": \"Income Tax Department\",\n                \"description\": \"Income Tax Department, Govt of India has provided PAN Verification Records to Indian citizens via DigiLocker. You can verify the correctness of your PAN data in real-time using this facility.\",\n                \"categories\": \"3,30,19\",\n                \"logo\": \"https://cf-media.api-setu.in/logo/issuers/001891.png\",\n                \"subdomain\": \"pan\"\n            },\n            {\n                \"organisationId\": \"002455\",\n                \"issuerId\": \"com.indiafirstlife\",\n                \"name\": \"IndiaFirst Life Insurance Co Ltd\",\n                \"description\": \"IndiaFirst Life Insurance Company provides a facility to its customers to access their policy documents that are available to be pulled by the policyholders into their DigiLocker account. Please enter your DOB in ddmmyyyy as password to open the attachment.\",\n                \"categories\": \"993,1\",\n                \"logo\": \"https://cf-media.api-setu.in/logo/issuers/002455.png\",\n                \"subdomain\": \"indiafirstlife\"\n            },\n            {\n                \"organisationId\": \"054379\",\n                \"issuerId\": \"in.edu.indianacademy\",\n                \"name\": \"Indian Academy Degree College\",\n                \"description\": \"The institute has registered through NAD portal.\",\n                \"categories\": \"4,2\",\n                \"logo\": \"https://cf-media.api-setu.in/logo/issuers/054379.png\",\n                \"subdomain\": \"indianacademy\"\n            },\n            {\n                \"organisationId\": \"019114\",\n                \"issuerId\": \"in.res.iacs\",\n                \"name\": \"Indian Association For The Cultivation Of Science\",\n                \"description\": \"Indian Association For The Cultivation Of Science is issuing their Digital awards for the following years, through DigiLocker. These can be pulled by students into their DigiLocker accounts \\n                Degree - 2023 \\n                Marksheet - NA \\n                Diploma -  NA \\n                Transcript - NA\",\n                \"categories\": \"4,2\",\n                \"logo\": \"https://cf-media.api-setu.in/logo/issuers/019114.png\",\n                \"subdomain\": \"iacs\"\n            },\n            {\n                \"organisationId\": \"002738\",\n                \"issuerId\": \"in.indianbank\",\n                \"name\": \"INDIAN BANK\",\n                \"description\": \"“Indian Bank issues Account Statement, Interest Certificates and passbook page to its Account Holders. In Digi Locker, Indian Bank Customers can request account statements for their SB, OD, Loan and PPF accounts. Interest Certificate can be requested for Term Deposits. Also, the front page of the E-Passbook can be requested through Digi Locker. On Digi Locker, the services are available for more than 11 crore Indian Bank accounts.”\",\n                \"categories\": \"3,1\",\n                \"logo\": \"https://cf-media.api-setu.in/logo/issuers/002738.png\",\n                \"subdomain\": \"indianbank\"\n            },\n            {\n                \"organisationId\": \"003332\",\n                \"issuerId\": \"in.ac.iiests\",\n                \"name\": \"Indian Institute of Engineering Science and Technology, Shibpur\",\n                \"description\": \"Indian Institute of Engineering Science and Technology, Shibpur is issuing their Digital awards for the following years, through DigiLocker. These can be pulled by students into their DigiLocker accounts \\n                Degree - 2018 \\n                Marksheet - NA \\n                Diploma -  NA \\n                Transcript - NA\",\n                \"categories\": \"4,2\",\n                \"logo\": \"https://cf-media.api-setu.in/logo/issuers/003332.png\",\n                \"subdomain\": \"iiests\"\n            },\n            {\n                \"organisationId\": \"003615\",\n                \"issuerId\": \"edu.iift\",\n                \"name\": \"Indian Institute Of Foreign Trade, Delhi\",\n                \"description\": \"Indian Institute Of Foreign Trade, Delhi is issuing their Digital awards for the following years, through DigiLocker. These can be pulled by students into their DigiLocker accounts.\\r\\n                Degree - 2022 \\r\\n                Marksheet - NA \\r\\n                Diploma - NA \\r\\n                Transcript - NA\",\n                \"categories\": \"4,2\",\n                \"logo\": \"https://cf-media.api-setu.in/logo/issuers/003615.png\",\n                \"subdomain\": \"iift\"\n            },\n            {\n                \"organisationId\": \"004741\",\n                \"issuerId\": \"in.ac.iifm\",\n                \"name\": \"Indian Institute of Forest Management\",\n                \"description\": \"Indian Institute Of Forest Management is issuing their Digital awards for the following years, through DigiLocker. These can be pulled by students into their DigiLocker accounts \\n                Degree - NA \\n                Marksheet - NA \\n                Diploma -  1992,1993,1995,1996,1997,1998,1999,2000,2001,2002,2003,2004,2005,2006,2007,2008,2009,2010,2011,2012,2013,2014,2015,2016,2017,2018,2019 \\n                Transcript - NA\",\n                \"categories\": \"4,2\",\n                \"logo\": \"https://cf-media.api-setu.in/logo/issuers/004741.png\",\n                \"subdomain\": \"iifm\"\n            },\n            {\n                \"organisationId\": \"014064\",\n                \"issuerId\": \"in.ac.iiitagartala\",\n                \"name\": \"Indian Institute of Information Technology Agartala\",\n                \"description\": \"Indian Institute of Information Technology, Agartala is issuing their Digital awards for the following years, through DigiLocker. These can be pulled by students into their DigiLocker accounts \\n                Degree - 2022 \\n                Marksheet - 2018,2019,2020,2021,2022 \\n                Diploma -  NA \\n                Transcript - NA\",\n                \"categories\": \"4,2\",\n                \"logo\": \"https://cf-media.api-setu.in/logo/issuers/014064.png\",\n                \"subdomain\": \"iiitagartala\"\n            },\n            {\n                \"organisationId\": \"003849\",\n                \"issuerId\": \"in.ac.iiita\",\n                \"name\": \"Indian Institute Of Information Technology Allahabad\",\n                \"description\": \"Indian Institute Of Information Technology, Allahabad is issuing their Digital awards for the following years, through DigiLocker. These can be pulled by students into their DigiLocker accounts \\n                Degree - NA \\n                Marksheet - 2022,2023 \\n                Diploma -  NA \\n                Transcript - NA\",\n                \"categories\": \"4,2\",\n                \"logo\": \"https://cf-media.api-setu.in/logo/issuers/issure_icon.png\",\n                \"subdomain\": \"iiita\"\n            },\n            {\n                \"organisationId\": \"011625\",\n                \"issuerId\": \"in.ac.iiitk\",\n                \"name\": \"Indian Institute Of Information Technology Design And Manufacturing, Kurnool\",\n                \"description\": \"Indian Institute Of Information Technology Design And Manufacturing, Kurnool   is issuing their Digital awards for the following years, through DigiLocker. These can be pulled by students into their DigiLocker accounts \\n                Degree - 2019,2020,2021,2022 \\n                Marksheet - NA \\n                Diploma -  NA \\n                Transcript - NA\",\n                \"categories\": \"4,2\",\n                \"logo\": \"https://cf-media.api-setu.in/logo/issuers/011625.png\",\n                \"subdomain\": \"iiitk\"\n            },\n            {\n                \"organisationId\": \"003516\",\n                \"issuerId\": \"in.ac.iiitdwd\",\n                \"name\": \"INDIAN INSTITUTE OF INFORMATION TECHNOLOGY DHARWAD\",\n                \"description\": \"INDIAN INSTITUTE OF INFORMATION TECHNOLOGY DHARWAD is issuing their Digital awards for the following years, through DigiLocker. These can be pulled by students into their DigiLocker accounts \\n                Degree - NA \\n                Marksheet - 2015 \\n                Diploma -  NA \\n                Transcript - NA\",\n                \"categories\": \"4,2\",\n                \"logo\": \"https://cf-media.api-setu.in/logo/issuers/003516.jpg\",\n                \"subdomain\": \"iiitdwd\"\n            },\n            {\n                \"organisationId\": \"004476\",\n                \"issuerId\": \"in.ac.iiitg\",\n                \"name\": \"Indian Institute of Information Technology Guwahati\",\n                \"description\": \"Indian Institute Of Information Technology, Guwahati is issuing their Digital awards for the following years, through DigiLocker. These can be pulled by students into their DigiLocker accounts \\n                Degree - 2017,2018,2019,2020 \\n                Marksheet - NA \\n                Diploma -  NA \\n                Transcript - NA\",\n                \"categories\": \"4,2\",\n                \"logo\": \"https://cf-media.api-setu.in/logo/issuers/004476.png\",\n                \"subdomain\": \"iiitg\"\n            },\n            {\n                \"organisationId\": \"003267\",\n                \"issuerId\": \"in.ac.iiitkalyani\",\n                \"name\": \"Indian Institute of Information Technology, Kalyani\",\n                \"description\": \"Indian Institute of Information Technology, Kalyani is issuing their Digital awards for the following years, through DigiLocker. These can be pulled by students into their DigiLocker accounts.\\n                Degree - 2018,2019 \\n                Marksheet - 2021,2022,2023 \\n                Diploma - NA \\n                Transcript - NA\",\n                \"categories\": \"4,2\",\n                \"logo\": \"https://cf-media.api-setu.in/logo/issuers/003267.png\",\n                \"subdomain\": \"iiitkalyani\"\n            },\n            {\n                \"organisationId\": \"004873\",\n                \"issuerId\": \"in.ac.iiitkottayam\",\n                \"name\": \"Indian Institute Of Information Technology, Kottayam\",\n                \"description\": \"Indian Institute Of Information Technology, Kottayam is issuing their Digital awards for the following years, through DigiLocker. These can be pulled by students into their DigiLocker accounts \\n                Degree - 2019,2020,2021,2022 \\n                Marksheet - NA \\n                Diploma -  NA \\n                Transcript - NA\",\n                \"categories\": \"4,2\",\n                \"logo\": \"https://cf-media.api-setu.in/logo/issuers/004873.png\",\n                \"subdomain\": \"iiitkottayam\"\n            },\n            {\n                \"organisationId\": \"005590\",\n                \"issuerId\": \"in.ac.iiitn\",\n                \"name\": \"Indian Institute of Information Technology, Nagpur\",\n                \"description\": \"Indian Institute Of Information Technology, Nagpur is issuing their Digital awards for the following years, through DigiLocker. These can be pulled by students into their DigiLocker accounts \\n                Degree - 2020,2021,2022,2023 \\n                Marksheet - 2022,2023 \\n                Diploma -  2021,2022,2023 \\n                Transcript - 2021,2022,2023,2024\",\n                \"categories\": \"4,2\",\n                \"logo\": \"https://cf-media.api-setu.in/logo/issuers/005590.png\",\n                \"subdomain\": \"iiitn\"\n            },\n            {\n                \"organisationId\": \"004291\",\n                \"issuerId\": \"in.ac.iiitmanipur\",\n                \"name\": \"Indian Institute Of Information Technology, Senapati\",\n                \"description\": \"Indian Institute Of Information Technology, Senapati is issuing their Digital awards for the following years, through DigiLocker. These can be pulled by students into their DigiLocker accounts.\\n                Degree - 2019,2020,2021 \\n                Marksheet - 2015,2016,2017,2018,2019,2020,2021 \\n                Diploma - NA \\n                Transcript - NA\",\n                \"categories\": \"4,2\",\n                \"logo\": \"https://cf-media.api-setu.in/logo/issuers/004291.png\",\n                \"subdomain\": \"iiitmanipur\"\n            },\n            {\n                \"organisationId\": \"011929\",\n                \"issuerId\": \"in.ac.iiitsonepat\",\n                \"name\": \"Indian Institute Of Information Technology, Sonepat\",\n                \"description\": \"Indian Institute Of Information Technology, Sonepat is issuing their Digital awards for the following years, through DigiLocker. These can be pulled by students into their DigiLocker accounts \\r\\n                Degree - NA \\r\\n                Marksheet - 2019,2020,2021,2022 \\r\\n                Diploma -  NA \\r\\n                Transcript - NA\",\n                \"categories\": \"4,2\",\n                \"logo\": \"https://cf-media.api-setu.in/logo/issuers/011929.png\",\n                \"subdomain\": \"iiitsonepat\"\n            },\n            {\n                \"organisationId\": \"012806\",\n                \"issuerId\": \"in.ac.iimahmedabad\",\n                \"name\": \"Indian Institute of Management Ahmedabad\",\n                \"description\": \"Indian Institute of Management Ahmedabad  is issuing their Digital awards for the following years, through DigiLocker. These can be pulled by students into their DigiLocker accounts \\n                Degree - 2022 \\n                Marksheet - 2021,2022 \\n                Diploma -  NA \\n                Transcript - NA\",\n                \"categories\": \"4,2\",\n                \"logo\": \"https://cf-media.api-setu.in/logo/issuers/012806.png\",\n                \"subdomain\": \"iimahmedabad\"\n            },\n            {\n                \"organisationId\": \"008925\",\n                \"issuerId\": \"in.ac.iimbg\",\n                \"name\": \"Indian Institute of Management Bodh Gaya\",\n                \"description\": \"Indian Institute of Management Bodh Gaya   is issuing their Digital awards for the following years, through DigiLocker. These can be pulled by students into their DigiLocker accounts \\n                Degree - 2022,2023,2024 \\n                Marksheet - NA \\n                Diploma -  2017 \\n                Transcript - NA\",\n                \"categories\": \"4,2\",\n                \"logo\": \"https://cf-media.api-setu.in/logo/issuers/008925.png\",\n                \"subdomain\": \"iimbodhgaya\"\n            },\n            {\n                \"organisationId\": \"009270\",\n                \"issuerId\": \"in.ac.iimk\",\n                \"name\": \"Indian Institute Of Management Kozhikode\",\n                \"description\": \"Indian Institute Of Management Kozhikode is issuing their Digital awards for the following years, through DigiLocker. These can be pulled by students into their DigiLocker accounts \\n                Degree - 2020,2021,2022,2023 \\n                Marksheet - NA \\n                Diploma -  NA \\n                Transcript - NA\",\n                \"categories\": \"4,2\",\n                \"logo\": \"https://cf-media.api-setu.in/logo/issuers/009270.png\",\n                \"subdomain\": \"iimk\"\n            },\n            {\n                \"organisationId\": \"002532\",\n                \"issuerId\": \"in.ac.iimranchi\",\n                \"name\": \"Indian Institute of Management Ranchi\",\n                \"description\": \"Indian Institute Of Management Ranchi is issuing their Digital awards for the following years, through DigiLocker. These can be pulled by students into their DigiLocker accounts \\n                Degree - 2020 \\n                Marksheet - NA \\n                Diploma -  NA \\n                Transcript - NA\",\n                \"categories\": \"4,2\",\n                \"logo\": \"https://cf-media.api-setu.in/logo/issuers/002532.png\",\n                \"subdomain\": \"iimranchi\"\n            },\n            {\n                \"organisationId\": \"003390\",\n                \"issuerId\": \"in.ac.iimtrichy\",\n                \"name\": \"Indian Institute of Management Tiruchirappalli\",\n                \"description\": \"Indian Institute of Management Tiruchirappalli is issuing their Digital awards for the following years, through DigiLocker. These can be pulled by students into their DigiLocker accounts \\n                Degree - 2013,2014,2015,2016,2017,2018,2019,2021,2022,2023,2024 \\n                Marksheet - NA \\n                Diploma -  NA \\n                Transcript - NA\",\n                \"categories\": \"4,2\",\n                \"logo\": \"https://cf-media.api-setu.in/logo/issuers/003390.png\",\n                \"subdomain\": \"iimtrichy\"\n            },\n            {\n                \"organisationId\": \"003564\",\n                \"issuerId\": \"in.ac.iimv\",\n                \"name\": \"Indian Institute of Management Visakhapatnam\",\n                \"description\": \"Indian Institute of Management Visakhapatnam is issuing their Digital awards for the following years, through DigiLocker. These can be pulled by students into their DigiLocker accounts \\n                Degree - 2017,2018,2019,2020 \\n                Marksheet - NA \\n                Diploma -  NA \\n                Transcript - NA\",\n                \"categories\": \"4,2\",\n                \"logo\": \"https://cf-media.api-setu.in/logo/issuers/003564.png\",\n                \"subdomain\": \"iimv\"\n            },\n            {\n                \"organisationId\": \"006499\",\n                \"issuerId\": \"in.ac.iimamritsar\",\n                \"name\": \"Indian Institute of Management, Amritsar\",\n                \"description\": \"Indian Institute of Management, Amritsar is issuing their Digital awards for the following years, through DigiLocker. These can be pulled by students into their DigiLocker accounts \\n                Degree - NA \\n                Marksheet - 2015,2016,2017 \\n                Diploma -  2017 \\n                Transcript - NA\",\n                \"categories\": \"4,2\",\n                \"logo\": \"https://cf-media.api-setu.in/logo/issuers/006499.png\",\n                \"subdomain\": \"iimamritsar\"\n            },\n            {\n                \"organisationId\": \"004072\",\n                \"issuerId\": \"in.ac.iimj\",\n                \"name\": \"Indian Institute Of Management, Jammu\",\n                \"description\": \"Indian Institute Of Management, Jammu And Kashmir is issuing their Digital awards for the following years, through DigiLocker. These can be pulled by students into their DigiLocker accounts \\n                Degree - 2021 \\n                Marksheet - NA \\n                Diploma -  NA \\n                Transcript - NA\",\n                \"categories\": \"4,2\",\n                \"logo\": \"https://cf-media.api-setu.in/logo/issuers/004072.png\",\n                \"subdomain\": \"iimjammu\"\n            },\n            {\n                \"organisationId\": \"003327\",\n                \"issuerId\": \"in.ac.iimsirmaur\",\n                \"name\": \"Indian Institute of Management, Sirmaur\",\n                \"description\": \"Indian Institute of Management, Sirmaur is issuing their Digital awards for the following years, through DigiLocker. These can be pulled by students into their DigiLocker accounts \\n                Degree - 2017 \\n                Marksheet - NA \\n                Diploma -  NA \\n                Transcript - NA\",\n                \"categories\": \"4,2\",\n                \"logo\": \"https://cf-media.api-setu.in/logo/issuers/003327.png\",\n                \"subdomain\": \"iimsirmaur\"\n            },\n            {\n                \"organisationId\": \"010611\",\n                \"issuerId\": \"in.ac.iipe\",\n                \"name\": \"Indian Institute of Petroleum and Energy\",\n                \"description\": \"Indian Institute of Petroleum and Energy is issuing their Digital awards for the following years, through DigiLocker. These can be pulled by students into their DigiLocker accounts \\n                Degree - 2020,2021,2022 \\n                Marksheet - NA \\n                Diploma -  NA \\n                Transcript - NA\",\n                \"categories\": \"4,2\",\n                \"logo\": \"https://cf-media.api-setu.in/logo/issuers/010611.png\",\n                \"subdomain\": \"iipe\"\n            },\n            {\n                \"organisationId\": \"003603\",\n                \"issuerId\": \"in.edu.iiphg\",\n                \"name\": \"INDIAN INSTITUTE OF PUBLIC HEALTH GANDHINAGAR\",\n                \"description\": \"INDIAN INSTITUTE OF PUBLIC HEALTH GANDHINAGAR is issuing their Digital awards for the following years, through DigiLocker. These can be pulled by students into their DigiLocker accounts \\n                Degree - 2017,2018,2019,2020,2021 \\n                Marksheet - NA \\n                Diploma -  NA \\n                Transcript - NA\",\n                \"categories\": \"4,2\",\n                \"logo\": \"https://cf-media.api-setu.in/logo/issuers/003603.png\",\n                \"subdomain\": \"iiphg\"\n            },\n            {\n                \"organisationId\": \"004329\",\n                \"issuerId\": \"in.gov.iirs\",\n                \"name\": \"Indian Institute of Remote Sensing\",\n                \"description\": \"Indian Institute of Remote Sensing (IIRS) Dehradun is a Unit of Indian Space Research Organization (ISRO) Department of Space Government of India. IIRS conducts various training programmes (on campus and online mode) for working professionals and students. The training programme of the Institute includes PG Diploma and certificate courses.  IIRS also conducts MTech and MSc courses in collaboration with Andhra University and University of Twente The Netherland respectively. IIRS wishes to utilize Digilocker services to its students and trainees.\",\n                \"categories\": \"3,2\",\n                \"logo\": \"https://cf-media.api-setu.in/logo/issuers/004329.png\",\n                \"subdomain\": \"iirs\"\n            },\n            {\n                \"organisationId\": \"003808\",\n                \"issuerId\": \"in.ac.iisc\",\n                \"name\": \"Indian Institute of Science\",\n                \"description\": \"Indian Institute of Science is issuing their Digital awards for the following years, through DigiLocker. These can be pulled by students into their DigiLocker accounts \\n                Degree - 2009,2010,2011,2012,2013,2014,2015,2016,2017,2018,2019,2020,2021,2022,2023,2024 \\n                Marksheet - 2023 \\n                Diploma -  NA \\n                Transcript - NA\",\n                \"categories\": \"4,2\",\n                \"logo\": \"https://cf-media.api-setu.in/logo/issuers/003808.png\",\n                \"subdomain\": \"iisc\"\n            },\n            {\n                \"organisationId\": \"003115\",\n                \"issuerId\": \"in.ac.iisertirupati\",\n                \"name\": \"Indian Institute of Science Education & Research (IISER), Tirupati\",\n                \"description\": \"Indian Institute of Science Education & Research (IISER), Tirupati is issuing their Digital awards for the following years, through DigiLocker. These can be pulled by students into their DigiLocker accounts.\\n                Degree - 2020,2021,2022,2023 \\n                Marksheet - NA \\n                Diploma - NA \\n                Transcript - NA\",\n                \"categories\": \"4,2\",\n                \"logo\": \"https://cf-media.api-setu.in/logo/issuers/003115.png\",\n                \"subdomain\": \"iisertirupati\"\n            },\n            {\n                \"organisationId\": \"009326\",\n                \"issuerId\": \"in.ac.iisermohali\",\n                \"name\": \"Indian Institute of Science Education and Research (IISER), Mohali\",\n                \"description\": \"Indian Institute of Science Education and Research (IISER), Mohali is issuing their Digital awards for the following years, through DigiLocker. These can be pulled by students into their DigiLocker accounts.\\n                Degree - 2012,2013,2014,2015,2016,2017,2018,2019,2020,2021,2022,2023 \\n                Marksheet - 2021,2022 \\n                Diploma - NA \\n                Transcript - 2023\",\n                \"categories\": \"4,2\",\n                \"logo\": \"https://cf-media.api-setu.in/logo/issuers/009326.png\",\n                \"subdomain\": \"iisermohali\"\n            },\n            {\n                \"organisationId\": \"004306\",\n                \"issuerId\": \"in.ac.iiserkol\",\n                \"name\": \"INDIAN INSTITUTE OF SCIENCE EDUCATION AND RESEARCH KOLKATA\",\n                \"description\": \"INDIAN INSTITUTE OF SCIENCE EDUCATION AND RESEARCH KOLKATA is issuing their Digital awards for the following years, through DigiLocker. These can be pulled by students into their DigiLocker accounts \\n                Degree - 2015,2016,2017,2018,2020,2021,2022,2023 \\n                Marksheet - 2017,2018,2019,2020,2021,2022,2023 \\n                Diploma -  NA \\n                Transcript - NA\",\n                \"categories\": \"4,2\",\n                \"logo\": \"https://cf-media.api-setu.in/logo/issuers/004306.png\",\n                \"subdomain\": \"iiserkol\"\n            },\n            {\n                \"organisationId\": \"003558\",\n                \"issuerId\": \"in.ac.iiserb\",\n                \"name\": \"Indian Institute of Science Education and Research, Bhopal\",\n                \"description\": \"Indian Institute of Science Education and Research, Bhopal is issuing their Digital awards for the following years, through DigiLocker. These can be pulled by students into their DigiLocker accounts \\n                Degree - 2013,2015,2016,2017,2018,2019,2020,2021,2022,2023 \\n                Marksheet - NA \\n                Diploma -  NA \\n                Transcript - NA\",\n                \"categories\": \"4,2\",\n                \"logo\": \"https://cf-media.api-setu.in/logo/issuers/003558.png\",\n                \"subdomain\": \"iiserb\"\n            },\n            {\n                \"organisationId\": \"003626\",\n                \"issuerId\": \"in.ac.iisertvm\",\n                \"name\": \"Indian Institute of Science Education and Research, Thiruvananthapuram\",\n                \"description\": \"Indian Institute of Science Education and Research, Thiruvananthapuram is issuing their Digital awards for the following years, through DigiLocker. These can be pulled by students into their DigiLocker accounts.\\n                Degree - 2017,2018,2019,2020,2021,2022,2023 \\n                Marksheet - NA \\n                Diploma - NA \\n                Transcript - NA\",\n                \"categories\": \"4,2\",\n                \"logo\": \"https://cf-media.api-setu.in/logo/issuers/003626.png\",\n                \"subdomain\": \"iisertvm\"\n            },\n            {\n                \"organisationId\": \"003554\",\n                \"issuerId\": \"in.ac.iist\",\n                \"name\": \"Indian Institute Of Space Science And Technology, Thiruvananthapuram\",\n                \"description\": \"Indian Institute Of Space Science And Technology, Thiruvananthapuram is issuing their Digital awards for the following years, through DigiLocker. These can be pulled by students into their DigiLocker accounts \\n                Degree - 2021,2022,2023 \\n                Marksheet - 2022 \\n                Diploma -  NA \\n                Transcript - NA\",\n                \"categories\": \"4,2\",\n                \"logo\": \"https://cf-media.api-setu.in/logo/issuers/003554.png\",\n                \"subdomain\": \"iist\"\n            },\n            {\n                \"organisationId\": \"004603\",\n                \"issuerId\": \"in.ac.iite\",\n                \"name\": \"Indian Institute Of Teacher Education, Gandhinagar\",\n                \"description\": \"Indian Institute Of Teacher Education, Gandhinagar is issuing their Digital awards for the following years, through DigiLocker. These can be pulled by students into their DigiLocker accounts \\n                Degree - 2015,2016,2017,2018,2019,2020,2021,2022,2023 \\n                Marksheet - 2022,2023 \\n                Diploma -  NA \\n                Transcript - NA\",\n                \"categories\": \"4,2\",\n                \"logo\": \"https://cf-media.api-setu.in/logo/issuers/004603.png\",\n                \"subdomain\": \"iite\"\n            },\n            {\n                \"organisationId\": \"003322\",\n                \"issuerId\": \"in.ac.iitbhu\",\n                \"name\": \"Indian Institute of Technology (Banaras Hindu University), Varanasi\",\n                \"description\": \"Indian Institute Of Technology (Banaras Hindu University), Varanasi is issuing their Digital awards for the following years, through DigiLocker. These can be pulled by students into their DigiLocker accounts \\n                Degree - 2020 \\n                Marksheet - NA \\n                Diploma -  NA \\n                Transcript - NA\",\n                \"categories\": \"4,2\",\n                \"logo\": \"https://cf-media.api-setu.in/logo/issuers/003322.png\",\n                \"subdomain\": \"iitbhu\"\n            },\n            {\n                \"organisationId\": \"012389\",\n                \"issuerId\": \"in.ac.iitd\",\n                \"name\": \"Indian Institute of Technology Delhi\",\n                \"description\": \"Indian Institute of Technology Delhi  is issuing their Digital awards for the following years, through DigiLocker. These can be pulled by students into their DigiLocker accounts \\n                Degree - 2017,2018,2019,2020,2021,2022,2023 \\n                Marksheet - NA \\n                Diploma -  NA \\n                Transcript - NA\",\n                \"categories\": \"4,2\",\n                \"logo\": \"https://cf-media.api-setu.in/logo/issuers/012389.png\",\n                \"subdomain\": \"iitd\"\n            },\n            {\n                \"organisationId\": \"003428\",\n                \"issuerId\": \"in.ac.iitgn\",\n                \"name\": \"Indian Institute of Technology Gandhinagar\",\n                \"description\": \"Indian Institute of Technology Gandhinagar is issuing their Digital awards for the following years, through DigiLocker. These can be pulled by students into their DigiLocker accounts.\\n                Degree - 2012,2013,2014,2015,2016,2017,2018,2019,2020,2021,2022,2023 \\n                Marksheet - 2022 \\n                Diploma - NA \\n                Transcript - 2013,2014,2015,2016,2017,2018,2019,2020,2021,2022,2023\",\n                \"categories\": \"4,2\",\n                \"logo\": \"https://cf-media.api-setu.in/logo/issuers/003428.png\",\n                \"subdomain\": \"iitgn\"\n            },\n            {\n                \"organisationId\": \"011635\",\n                \"issuerId\": \"in.ac.iitgoa\",\n                \"name\": \"Indian Institute of Technology Goa \",\n                \"description\": \"Indian Institute Of Technology, Goa  is issuing their Digital awards for the following years, through DigiLocker. These can be pulled by students into their DigiLocker accounts \\n                Degree - 2020,2021,2022,2023 \\n                Marksheet - 2023 \\n                Diploma -  NA \\n                Transcript - NA\",\n                \"categories\": \"4,2\",\n                \"logo\": \"https://cf-media.api-setu.in/logo/issuers/011635.png\",\n                \"subdomain\": \"iitgoa\"\n            },\n            {\n                \"organisationId\": \"009050\",\n                \"issuerId\": \"in.ac.iitg\",\n                \"name\": \"Indian Institute of Technology Guwahati\",\n                \"description\": \"Indian Institute of Technology Guwahati is issuing their Digital awards for the following years, through DigiLocker. These can be pulled by students into their DigiLocker accounts \\n                Degree - 2021,2022,2023 \\n                Marksheet - NA \\n                Diploma -  NA \\n                Transcript - NA\",\n                \"categories\": \"4,2\",\n                \"logo\": \"https://cf-media.api-setu.in/logo/issuers/009050.png\",\n                \"subdomain\": \"iitgac\"\n            },\n            {\n                \"organisationId\": \"012329\",\n                \"issuerId\": \"in.ac.iiti\",\n                \"name\": \"Indian Institute of Technology Indore\",\n                \"description\": \"Indian Institute of Technology Indore  is issuing their Digital awards for the following years, through DigiLocker. These can be pulled by students into their DigiLocker accounts \\n                Degree - 2013,2014,2015,2016,2017,2018,2019,2020,2021 \\n                Marksheet - NA \\n                Diploma -  NA \\n                Transcript - NA\",\n                \"categories\": \"4,2\",\n                \"logo\": \"https://cf-media.api-setu.in/logo/issuers/012329.png\",\n                \"subdomain\": \"iiti\"\n            },\n            {\n                \"organisationId\": \"003345\",\n                \"issuerId\": \"in.ac.iitjammu\",\n                \"name\": \"Indian Institute of Technology Jammu\",\n                \"description\": \"Indian Institute of Technology Jammu is issuing their Digital awards for the following years, through DigiLocker. These can be pulled by students into their DigiLocker accounts.\\n                Degree - 2020,2021,2022 \\n                Marksheet - NA \\n                Diploma - NA \\n                Transcript - NA\",\n                \"categories\": \"4,2\",\n                \"logo\": \"https://cf-media.api-setu.in/logo/issuers/003345.png\",\n                \"subdomain\": \"iitjammu\"\n            },\n            {\n                \"organisationId\": \"003400\",\n                \"issuerId\": \"in.ac.iitk\",\n                \"name\": \"Indian Institute of Technology Kanpur\",\n                \"description\": \"Indian Institute of Technology Kanpur is issuing their Digital awards for the following years, through DigiLocker. These can be pulled by students into their DigiLocker accounts.\\n                Degree - 2016,2017,2018,2019,2020,2021,2022,2023 \\n                Marksheet - 2016,2017,2019,2020,2021,2022,2023 \\n                Diploma - NA \\n                Transcript - NA\",\n                \"categories\": \"4,2\",\n                \"logo\": \"https://cf-media.api-setu.in/logo/issuers/003400.png\",\n                \"subdomain\": \"iitk\"\n            },\n            {\n                \"organisationId\": \"012233\",\n                \"issuerId\": \"in.ac.iitm\",\n                \"name\": \"Indian Institute of Technology Madras\",\n                \"description\": \"Indian Institute of Technology Madras is issuing their Digital awards for the following years, through DigiLocker. These can be pulled by students into their DigiLocker accounts.\\r\\n                Degree - 2022 \\r\\n                Marksheet - NA \\r\\n                Diploma - NA \\r\\n                Transcript - NA\",\n                \"categories\": \"4,2\",\n                \"logo\": \"https://cf-media.api-setu.in/logo/issuers/012233.png\",\n                \"subdomain\": \"iitm\"\n            },\n            {\n                \"organisationId\": \"010348\",\n                \"issuerId\": \"in.ac.iitr\",\n                \"name\": \"Indian Institute of Technology Roorkee\",\n                \"description\": \"Indian Institute of Technology Roorkee is issuing their Digital awards for the following years, through DigiLocker. These can be pulled by students into their DigiLocker accounts \\n                Degree - 2017,2018,2019,2020,2021 \\n                Marksheet - NA \\n                Diploma -  NA \\n                Transcript - NA\",\n                \"categories\": \"4,2\",\n                \"logo\": \"https://cf-media.api-setu.in/logo/issuers/010348.png\",\n                \"subdomain\": \"iitr\"\n            },\n            {\n                \"organisationId\": \"004283\",\n                \"issuerId\": \"in.ac.iitrpr\",\n                \"name\": \"Indian Institute of Technology Ropar\",\n                \"description\": \"Indian Institute Of Technology, Ropar is issuing their Digital awards for the following years, through DigiLocker. These can be pulled by students into their DigiLocker accounts \\n                Degree - 2017,2018,2019,2020,2021 \\n                Marksheet - NA \\n                Diploma -  NA \\n                Transcript - NA\",\n                \"categories\": \"4,2\",\n                \"logo\": \"https://cf-media.api-setu.in/logo/issuers/004283.png\",\n                \"subdomain\": \"iitrpr\"\n            },\n            {\n                \"organisationId\": \"003340\",\n                \"issuerId\": \"in.ac.iitpkd\",\n                \"name\": \"Indian Institute Of Technology, Palakkad\",\n                \"description\": \"Indian Institute Of Technology, Palakkad is issuing their Digital awards for the following years, through DigiLocker. These can be pulled by students into their DigiLocker accounts.\\n                Degree - 2019,2020,2021,2022,2023 \\n                Marksheet - NA \\n                Diploma - NA \\n                Transcript - 2015,2016,2017,2018,2019,2020,2021,2022\",\n                \"categories\": \"4,2\",\n                \"logo\": \"https://cf-media.api-setu.in/logo/issuers/003340.png\",\n                \"subdomain\": \"iitpkd\"\n            },\n            {\n                \"organisationId\": \"003651\",\n                \"issuerId\": \"in.ac.iitp\",\n                \"name\": \"Indian Institute Of Technology, Patna\",\n                \"description\": \"Indian Institute Of Technology, Patna is issuing their Digital awards for the following years, through DigiLocker. These can be pulled by students into their DigiLocker accounts \\n                Degree - 2016,2017,2018,2019,2020,2021 \\n                Marksheet - NA \\n                Diploma -  NA \\n                Transcript - NA\",\n                \"categories\": \"4,2\",\n                \"logo\": \"https://cf-media.api-setu.in/logo/issuers/003651.png\",\n                \"subdomain\": \"iitp\"\n            },\n            {\n                \"organisationId\": \"006890\",\n                \"issuerId\": \"in.gov.ina.inptschool\",\n                \"name\": \"Indian Naval Physical Training School\",\n                \"description\": \"Indian Naval Physical Training School is issuing their Digital awards for the following years, through DigiLocker. These can be pulled by students into their DigiLocker accounts.\\n                Degree - 1999,2000,2001,2002,2003,2004,2005,2006,2007,2008,2009,2010,2011,2012,2013,2014,2015,2016,2017,2018,2019,2020,2021,2022,2023 \\n                Marksheet - 2002,2003,2004,2005,2006,2007,2008,2009,2010,2011,2012,2013,2014,2015,2016,2017,2018,2019,2020,2021,2022,2023 \\n                Diploma - NA \\n                Transcript - NA\",\n                \"categories\": \"4,2,8\",\n                \"logo\": \"https://cf-media.api-setu.in/logo/issuers/006890.png\",\n                \"subdomain\": \"inainptschool\"\n            },\n            {\n                \"organisationId\": \"002662\",\n                \"issuerId\": \"in.iob\",\n                \"name\": \"Indian Overseas Bank\",\n                \"description\": \"The account statement can be downloaded \\r\\nfor any period however maximum difference between From Date and to date is 90 days. The account statement will be password protected which will be the last 5 digits of the account number. \",\n                \"categories\": \"3,1\",\n                \"logo\": \"https://cf-media.api-setu.in/logo/issuers/002662.png\",\n                \"subdomain\": \"iob\"\n            },\n            {\n                \"organisationId\": \"009967\",\n                \"issuerId\": \"in.gov.indianrail\",\n                \"name\": \"Indian Railways\",\n                \"description\": \"Indian RailwaysIndian RailwaysIndian RailwaysIndian RailwaysIndian RailwaysIndian RailwaysIndian RailwaysIndian RailwaysIndian RailwaysIndian RailwaysIndian RailwaysIndian RailwaysIndian RailwaysIndian RailwaysIndian RailwaysIndian RailwaysIndian RailwaysIndian RailwaysIndian RailwaysIndian RailwaysIndian Railways\",\n                \"categories\": \"3,11\",\n                \"logo\": \"https://cf-media.api-setu.in/logo/issuers/009967.png\",\n                \"subdomain\": \"indianrail\"\n            },\n            {\n                \"organisationId\": \"004261\",\n                \"issuerId\": \"in.nic.ivri\",\n                \"name\": \"Indian Veterinary Research Institute, Izatnagar\",\n                \"description\": \"Indian Veterinary Research Institute, Izatnagar is issuing their Digital awards for the following years, through DigiLocker. These can be pulled by students into their DigiLocker accounts \\n                Degree - 2011,2012,2013,2014,2015,2016,2017,2018,2019,2020,2021,2022,2023 \\n                Marksheet - NA \\n                Diploma -  2011,2012,2013,2014,2015,2016,2017,2018,2019,2020,2021 \\n                Transcript - NA\",\n                \"categories\": \"4,2\",\n                \"logo\": \"https://cf-media.api-setu.in/logo/issuers/004261.png\",\n                \"subdomain\": \"ivri\"\n            },\n            {\n                \"organisationId\": \"004496\",\n                \"issuerId\": \"in.ac.igdtuw\",\n                \"name\": \"Indira Gandhi Delhi Technical University For Women\",\n                \"description\": \"Indira Gandhi Delhi Technical University For Women is issuing their Digital awards for the following years, through DigiLocker. These can be pulled by students into their DigiLocker accounts.\\n                Degree - 2015,2016,2017,2018,2019,2020,2021,2022,2023 \\n                Marksheet - 2019,2020,2021,2022,2023 \\n                Diploma - NA \\n                Transcript - NA\",\n                \"categories\": \"4,2\",\n                \"logo\": \"https://cf-media.api-setu.in/logo/issuers/004496.png\",\n                \"subdomain\": \"igdtuw\"\n            },\n            {\n                \"organisationId\": \"003303\",\n                \"issuerId\": \"in.ac.ignou\",\n                \"name\": \"Indira Gandhi National Open University\",\n                \"description\": \"Indira Gandhi National Open University is issuing their Digital awards for the following years, through DigiLocker. These can be pulled by students into their DigiLocker accounts.\\n                Degree - 2004,2007,2008,2009,2010,2011,2012,2013,2014,2015,2016,2017,2018,2019,2020,2021,2022,2023,2024 \\n                Marksheet - 2022 \\n                Diploma - 2010,2012,2013,2014,2015,2016,2017,2019,2020,2021 \\n                Transcript - NA\",\n                \"categories\": \"3,2\",\n                \"logo\": \"https://cf-media.api-setu.in/logo/issuers/003303.png\",\n                \"subdomain\": \"ignou\"\n            },\n            {\n                \"organisationId\": \"005626\",\n                \"issuerId\": \"in.ac.igntu\",\n                \"name\": \"Indira Gandhi National Tribal University\",\n                \"description\": \"Indira Gandhi National Tribal University is issuing their Digital awards for the following years, through DigiLocker. These can be pulled by students into their DigiLocker accounts.\\n                Degree - 2013,2014,2015,2016,2017,2018,2019,2020,2021,2022 \\n                Marksheet - 2020,2021,2022,2023,2024 \\n                Diploma - NA \\n                Transcript - NA\",\n                \"categories\": \"4,2\",\n                \"logo\": \"https://cf-media.api-setu.in/logo/issuers/005626.png\",\n                \"subdomain\": \"igntu\"\n            },\n            {\n                \"organisationId\": \"009956\",\n                \"issuerId\": \"in.ac.igu\",\n                \"name\": \"Indira Gandhi University, Meerpur\",\n                \"description\": \"Indira Gandhi University, Meerpur is issuing their Digital awards for the following years, through DigiLocker. These can be pulled by students into their DigiLocker accounts.\\n                Degree - 2017,2018,2019,2020,2021 \\n                Marksheet - 2017,2018,2019,2020,2021,2022,2023 \\n                Diploma - NA \\n                Transcript - NA\",\n                \"categories\": \"4,2\",\n                \"logo\": \"https://cf-media.api-setu.in/logo/issuers/009956.png\",\n                \"subdomain\": \"igu\"\n            },\n            {\n                \"organisationId\": \"004215\",\n                \"issuerId\": \"in.edu.indiraiimp\",\n                \"name\": \"Indira Institute of Management\",\n                \"description\": \"Indira Institute of Management is issuing their Digital awards for the following years, through DigiLocker. These can be pulled by students into their DigiLocker accounts \\n                Degree - NA \\n                Marksheet - NA \\n                Diploma -  2019,2020,2021 \\n                Transcript - NA\",\n                \"categories\": \"4,2\",\n                \"logo\": \"https://cf-media.api-setu.in/logo/issuers/004215.png\",\n                \"subdomain\": \"indiraiimp\"\n            },\n            {\n                \"organisationId\": \"003988\",\n                \"issuerId\": \"in.ac.iksv\",\n                \"name\": \"Indira Kala Sangit Vishwavidyalaya, Khairagarh\",\n                \"description\": \"Indira Kala Sangit Vishwavidyalaya, Khairagarh is issuing their Digital awards for the following years, through DigiLocker. These can be pulled by students into their DigiLocker accounts.\\n                Degree - 2009,2010,2011,2012,2013,2014,2015,2016 \\n                Marksheet - 2019,2022,2023 \\n                Diploma - NA \\n                Transcript - NA\",\n                \"categories\": \"4,2\",\n                \"logo\": \"https://cf-media.api-setu.in/logo/issuers/003988.png\",\n                \"subdomain\": \"iksv\"\n            },\n            {\n                \"organisationId\": \"003957\",\n                \"issuerId\": \"in.ac.iiitd\",\n                \"name\": \"Indraprastha Institute Of Information Technology, Delhi\",\n                \"description\": \"Indraprastha Institute Of Information Technology, Delhi is issuing their Digital awards for the following years, through DigiLocker. These can be pulled by students into their DigiLocker accounts \\n                Degree - 2012,2013,2014,2015,2016,2017,2018,2019,2020 \\n                Marksheet - NA \\n                Diploma -  NA \\n                Transcript - NA\",\n                \"categories\": \"4,2\",\n                \"logo\": \"https://cf-media.api-setu.in/logo/issuers/issure_icon.png\",\n                \"subdomain\": \"iiitd\"\n            },\n            {\n                \"organisationId\": \"008114\",\n                \"issuerId\": \"in.edu.indrashiluniversity\",\n                \"name\": \"Indrashil University\",\n                \"description\": \"Indrashil University is issuing their Digital awards for the following years, through DigiLocker. These can be pulled by students into their DigiLocker accounts.\\r\\n                Degree - NA \\r\\n                Marksheet - 2021,2022,2023 \\r\\n                Diploma - NA \\r\\n                Transcript - NA\",\n                \"categories\": \"4,2\",\n                \"logo\": \"https://cf-media.api-setu.in/logo/issuers/008114.png\",\n                \"subdomain\": \"indrashiluniversity\"\n            },\n            {\n                \"organisationId\": \"010110\",\n                \"issuerId\": \"in.gov.uk.eservices\",\n                \"name\": \"Information Technology Development Agency (ITDA)\",\n                \"description\": \"The Information Technology Development Agency (ITDA) has developed Apuni Sarkar Portal (https://eservices.uk.gov.in/) for Uttarakhand State. Certain documents issued by the department (eg. Caste, Income, Birth Certificate, etc) can be pulled into citizens' DigiLocker accounts.\",\n                \"categories\": \"4,30\",\n                \"logo\": \"https://cf-media.api-setu.in/logo/issuers/010110.png\",\n                \"subdomain\": \"eservices\"\n            },\n            {\n                \"organisationId\": \"003890\",\n                \"issuerId\": \"in.nic.insdronacharya\",\n                \"name\": \"INS Dronacharya\",\n                \"description\": \"INS Dronacharya is issuing their Digital awards for the following years, through DigiLocker. These can be pulled by students into their DigiLocker accounts \\n                Degree - 2010,2011,2012,2013,2014,2015,2016,2017,2018,2019,2020,2021,2022,2023 \\n                Marksheet - 2010,2011,2012,2013,2014,2015,2016,2017,2018,2019,2020,2021,2022,2023 \\n                Diploma -  NA \\n                Transcript - NA\",\n                \"categories\": \"4,2,8\",\n                \"logo\": \"https://cf-media.api-setu.in/logo/issuers/003890.png\",\n                \"subdomain\": \"insdronacharya\"\n            },\n            {\n                \"organisationId\": \"007590\",\n                \"issuerId\": \"in.gov.ina.hamla\",\n                \"name\": \"INS Hamla\",\n                \"description\": \"INS Hamla is issuing their Digital awards for the following years, through DigiLocker. These can be pulled by students into their DigiLocker accounts.\\n                Degree - 1984,1998,1999,2000,2001,2002,2003,2004,2005,2006,2007,2008,2009,2010,2011,2012,2013,2014,2015,2016,2017,2018,2019,2020,2021,2022,2023,2024 \\n                Marksheet - 1998,1999,2000,2001,2002,2003,2004,2005,2006,2007,2008,2009,2010,2011,2012,2013,2014,2015,2016,2017,2018,2019,2020,2021,2022,2023 \\n                Diploma - NA \\n                Transcript - NA\",\n                \"categories\": \"4,2,8\",\n                \"logo\": \"https://cf-media.api-setu.in/logo/issuers/007590.png\",\n                \"subdomain\": \"inahamla\"\n            },\n            {\n                \"organisationId\": \"007461\",\n                \"issuerId\": \"in.gov.ina.submarineschool\",\n                \"name\": \"INS Satavahana\",\n                \"description\": \"INS Satavahana is issuing their Digital awards for the following years, through DigiLocker. These can be pulled by students into their DigiLocker accounts \\n                Degree - 2009,2010,2011,2012,2013,2014,2015,2016,2017,2018,2019,2020,2021,2022,2023 \\n                Marksheet - 2009,2010,2011,2012,2013,2014,2015,2016,2017,2018,2019,2020,2021,2022,2023 \\n                Diploma -  NA \\n                Transcript - NA\",\n                \"categories\": \"4,2,8\",\n                \"logo\": \"https://cf-media.api-setu.in/logo/issuers/007461.png\",\n                \"subdomain\": \"submarineschool\"\n            },\n            {\n                \"organisationId\": \"003891\",\n                \"issuerId\": \"in.nic.insshivaji\",\n                \"name\": \"INS Shivaji\",\n                \"description\": \"INS Shivaji is issuing their Digital awards for the following years, through DigiLocker. These can be pulled by students into their DigiLocker accounts.\\n                Degree - 1941,1944,1945,1946,1947,1950,1951,1952,1953,1954,1955,1956,1957,1958,1959,1960,1961,1962,1963,1964,1965,1966,1967,1968,1969,1970,1971,1972,1973,1974,1975,1976,1977,1978,1979,1980,1981,1982,1983,1984,1985,1986,1987,1988,1989,1990,1991,1992,1993,1994,1995,1996,1997,1998,1999,2000,2001,2002,2003,2004,2005,2006,2007,2008,2009,2010,2011,2012,2013,2014,2015,2016,2017,2018,2019,2020,2021,2022,2023,2024 \\n                Marksheet - 1941,1944,1945,1946,1947,1950,1951,1952,1953,1954,1955,1956,1957,1958,1959,1960,1961,1962,1963,1964,1965,1966,1967,1968,1969,1970,1971,1972,1973,1974,1975,1976,1977,1978,1979,1980,1981,1982,1983,1984,1985,1986,1987,1988,1989,1990,1991,1992,1993,1994,1995,1996,1997,1998,1999,2000,2001,2002,2003,2004,2005,2006,2007,2008,2009,2010,2011,2012,2013,2014,2015,2016,2017,2018,2019,2020,2021,2022,2023,2024 \\n                Diploma - NA \\n                Transcript - NA\",\n                \"categories\": \"4,2,8\",\n                \"logo\": \"https://cf-media.api-setu.in/logo/issuers/003891.png\",\n                \"subdomain\": \"insshivaji\"\n            },\n            {\n                \"organisationId\": \"002256\",\n                \"issuerId\": \"in.nic.indiannavy.insvalsura\",\n                \"name\": \"INS Valsura\",\n                \"description\": \"INS Valsura is issuing their Digital awards for the following years, through DigiLocker. These can be pulled by students into their DigiLocker accounts.\\n                Degree - 1999,2000,2001,2002,2003,2004,2005,2006,2007,2008,2009,2010,2011,2012,2013,2014,2015,2016,2017,2018,2019,2020,2021,2022,2023,2024 \\n                Marksheet - 2004,2005,2007,2008,2009,2010,2011,2012,2013,2014,2015,2016,2017,2018,2019,2020,2021,2022,2023,2024 \\n                Diploma - NA \\n                Transcript - NA\",\n                \"categories\": \"4,2,8\",\n                \"logo\": \"https://cf-media.api-setu.in/logo/issuers/002256.jpg\",\n                \"subdomain\": \"insvalsura\"\n            },\n            {\n                \"organisationId\": \"007805\",\n                \"issuerId\": \"in.gov.ina.insvishwakarma\",\n                \"name\": \"INS Vishwakarma\",\n                \"description\": \"INS Vishwakarma is issuing their Digital awards for the following years, through DigiLocker. These can be pulled by students into their DigiLocker accounts.\\n                Degree - 2006,2007,2008,2009,2010,2011,2012,2013,2014,2015,2016,2017,2018,2019,2020,2021,2022,2023,2024 \\n                Marksheet - 2006,2007,2008,2009,2010,2011,2012,2013,2014,2015,2016,2017,2018,2019,2020,2021,2022,2023,2024 \\n                Diploma - NA \\n                Transcript - NA\",\n                \"categories\": \"4,2,8\",\n                \"logo\": \"https://cf-media.api-setu.in/logo/issuers/007805.png\",\n                \"subdomain\": \"insvishwakarma\"\n            },\n            {\n                \"organisationId\": \"023062\",\n                \"issuerId\": \"in.ac.iehe\",\n                \"name\": \"Institute for Excellence in Higher Education, Bhopal\",\n                \"description\": \"Institute for Excellence in Higher Education, Bhopal is issuing their Digital awards for the following years, through DigiLocker. These can be pulled by students into their DigiLocker accounts.\\n                Degree - NA \\n                Marksheet - 2019,2020,2021,2022,2023 \\n                Diploma - NA \\n                Transcript - NA\",\n                \"categories\": \"4,2\",\n                \"logo\": \"https://cf-media.api-setu.in/logo/issuers/023062.png\",\n                \"subdomain\": \"iehe\"\n            },\n            {\n                \"organisationId\": \"005633\",\n                \"issuerId\": \"in.org.iaseuniversity\",\n                \"name\": \"Institute Of Advanced Studies In Education, Churu\",\n                \"description\": \"Institute Of Advanced Studies In Education, Churu is issuing their Digital awards for the following years, through DigiLocker. These can be pulled by students into their DigiLocker accounts \\n                Degree - 2019,2020,2021,2022 \\n                Marksheet - 2018,2019,2020,2021,2022 \\n                Diploma -  NA \\n                Transcript - NA\",\n                \"categories\": \"4,2\",\n                \"logo\": \"https://cf-media.api-setu.in/logo/issuers/005633.png\",\n                \"subdomain\": \"iaseuniversity\"\n            },\n            {\n                \"organisationId\": \"006689\",\n                \"issuerId\": \"in.iibm.w\",\n                \"name\": \"Institute Of Business Management\",\n                \"description\": \"Institute Of Business Management is issuing their Digital awards for the following years, through DigiLocker. These can be pulled by students into their DigiLocker accounts \\n                Degree - NA \\n                Marksheet - NA \\n                Diploma -  1996,1997,2000,2006,2007,2008,2009,2010,2011,2012,2013,2014,2015,2016,2017,2018,2019,2020,2021 \\n                Transcript - 1994,1995,1996,1997,1999,2000,2002,2003,2004,2005,2006,2007,2008,2009,2010,2011,2012,2013,2014,2015,2016,2017,2018,2020,2021\",\n                \"categories\": \"4,2\",\n                \"logo\": \"https://cf-media.api-setu.in/logo/issuers/006689.png\",\n                \"subdomain\": \"iibm\"\n            },\n            {\n                \"organisationId\": \"003434\",\n                \"issuerId\": \"org.icai\",\n                \"name\": \"Institute of Chartered Accountants of India\",\n                \"description\": \"The Institute of Chartered Accountants of India is the national professional accounting body of India. It was established on 1 July 1949 as a statutory body under the Chartered Accountants Act, 1949 enacted by the Parliament to regulate the profession of Chartered Accountancy in India\",\n                \"categories\": \"4,2\",\n                \"logo\": \"https://cf-media.api-setu.in/logo/issuers/003434.png\",\n                \"subdomain\": \"icai\"\n            },\n            {\n                \"organisationId\": \"002379\",\n                \"issuerId\": \"edu.icsi\",\n                \"name\": \"Institute of Company Secretaries of India\",\n                \"description\": \"Institute of Company Secretaries of India is available on DigiLocker. ID Card is available for candidates to pull into their DigiLocker account. ICSI members can also pull their ACS certificates  into their DigiLocker account. \",\n                \"categories\": \"3,2\",\n                \"logo\": \"https://cf-media.api-setu.in/logo/issuers/002379.png\",\n                \"subdomain\": \"icsi\"\n            },\n            {\n                \"organisationId\": \"093823\",\n                \"issuerId\": \"in.ac.skills.dsrvsindia\",\n                \"name\": \"Institute of Digital Education and Employment Development\",\n                \"description\": \"Institute of Digital Education and Employment Development is issuing their Digital awards for the following years, through DigiLocker. These can be pulled by students into their DigiLocker accounts \\n                Degree - 2018,2023,2024 \\n                Marksheet - NA \\n                Diploma -  NA \\n                Transcript - NA\",\n                \"categories\": \"4,2,32\",\n                \"logo\": \"https://cf-media.api-setu.in/logo/issuers/093823.png\",\n                \"subdomain\": \"dsrvsindiaacin\"\n            },\n            {\n                \"organisationId\": \"013364\",\n                \"issuerId\": \"in.edu.iem\",\n                \"name\": \"INSTITUTE OF ENGINEERING & MANAGEMENT\",\n                \"description\": \"INSTITUTE OF ENGINEERING & MANAGEMENT is issuing their Digital awards for the following years, through DigiLocker. These can be pulled by students into their DigiLocker accounts \\n                Degree - 2021,2022 \\n                Marksheet - NA \\n                Diploma -  NA \\n                Transcript - NA\",\n                \"categories\": \"4,2\",\n                \"logo\": \"https://cf-media.api-setu.in/logo/issuers/013364.png\",\n                \"subdomain\": \"iem\"\n            },\n            {\n                \"organisationId\": \"005919\",\n                \"issuerId\": \"in.ac.iitram\",\n                \"name\": \"Institute Of Infrastructure Technology Research And Management\",\n                \"description\": \"Institute Of Infrastructure Technology Research And Management is issuing their Digital awards for the following years, through DigiLocker. These can be pulled by students into their DigiLocker accounts.\\r\\n                Degree - 2017,2018,2019,2020,2021,2022 \\r\\n                Marksheet - 2013,2017,2018,2019,2020,2021,2022,2023 \\r\\n                Diploma - NA \\r\\n                Transcript - NA\",\n                \"categories\": \"4,2\",\n                \"logo\": \"https://cf-media.api-setu.in/logo/issuers/005919.png\",\n                \"subdomain\": \"iitram\"\n            },\n            {\n                \"organisationId\": \"003945\",\n                \"issuerId\": \"in.ac.imtcdl\",\n                \"name\": \"Institute of Management Technology Centre for Distance Learning\",\n                \"description\": \"Institute Of Management Technology Centre For Distance Learning is issuing their Digital awards for the following years, through DigiLocker. These can be pulled by students into their DigiLocker accounts \\r\\n                Degree - NA \\r\\n                Marksheet - 2018,2019,2020,2021,2022 \\r\\n                Diploma -  2018,2019,2020,2021,2022 \\r\\n                Transcript - NA\",\n                \"categories\": \"4,2\",\n                \"logo\": \"https://cf-media.api-setu.in/logo/issuers/003945.png\",\n                \"subdomain\": \"imtcdl\"\n            },\n            {\n                \"organisationId\": \"004963\",\n                \"issuerId\": \"in.edu.ipmlucknow\",\n                \"name\": \"Institute Of Productivity And Management\",\n                \"description\": \"Institute Of Productivity And Management is issuing their Digital awards for the following years, through DigiLocker. These can be pulled by students into their DigiLocker accounts \\n                Degree - NA \\n                Marksheet - NA \\n                Diploma -  2008,2012,2013,2014,2015,2017,2018,2019,2020,2021,2022 \\n                Transcript - NA\",\n                \"categories\": \"4,2\",\n                \"logo\": \"https://cf-media.api-setu.in/logo/issuers/004963.png\",\n                \"subdomain\": \"ipmlucknow\"\n            },\n            {\n                \"organisationId\": \"004848\",\n                \"issuerId\": \"org.ipeindia\",\n                \"name\": \"Institute of Public Enterprise\",\n                \"description\": \"Institute Of Public Enterprise is issuing their Digital awards for the following years, through DigiLocker. These can be pulled by students into their DigiLocker accounts \\r\\n                Degree - 2018,2019,2020,2021 \\r\\n                Marksheet - NA \\r\\n                Diploma -  NA \\r\\n                Transcript - NA\",\n                \"categories\": \"4,2\",\n                \"logo\": \"https://cf-media.api-setu.in/logo/issuers/004848.png\",\n                \"subdomain\": \"ipeindia\"\n            },\n            {\n                \"organisationId\": \"023050\",\n                \"issuerId\": \"iirm.ac.in\",\n                \"name\": \"INSTITUTE OF RURAL MANAGEMENT\",\n                \"description\": \"INSTITUTE OF RURAL MANAGEMENT is issuing their Digital awards for the following years, through DigiLocker. These can be pulled by students into their DigiLocker accounts.\\n                Degree - NA \\n                Marksheet - NA \\n                Diploma - 2019,2020,2021,2022 \\n                Transcript - NA\",\n                \"categories\": \"4,2\",\n                \"logo\": \"https://cf-media.api-setu.in/logo/issuers/023050.png\",\n                \"subdomain\": \"iirmacin\"\n            },\n            {\n                \"organisationId\": \"007261\",\n                \"issuerId\": \"in.ac.irma\",\n                \"name\": \"Institute of Rural Management Anand\",\n                \"description\": \"INSTITUTE OF RURAL MANAGEMENT ANAND is issuing their Digital awards for the following years, through DigiLocker. These can be pulled by students into their DigiLocker accounts \\n                Degree - NA \\n                Marksheet - NA \\n                Diploma -  1992,1994,1995,1996,1997,2000,2001,2002,2003,2004,2006,2011,2021,2022 \\n                Transcript - NA\",\n                \"categories\": \"4,2\",\n                \"logo\": \"https://cf-media.api-setu.in/logo/issuers/007261.png\",\n                \"subdomain\": \"irma\"\n            },\n            {\n                \"organisationId\": \"004074\",\n                \"issuerId\": \"in.ac.iul\",\n                \"name\": \"Integral University, Lucknow\",\n                \"description\": \"Integral University, Lucknow is issuing their Digital awards for the following years, through DigiLocker. These can be pulled by students into their DigiLocker accounts.\\n                Degree - 2013,2014,2015,2016,2017,2018,2019,2020,2021,2022,2023 \\n                Marksheet - 2023 \\n                Diploma - 2016,2017,2018,2019,2020 \\n                Transcript - NA\",\n                \"categories\": \"4,2\",\n                \"logo\": \"https://cf-media.api-setu.in/logo/issuers/004074.jpg\",\n                \"subdomain\": \"iullucknow\"\n            },\n            {\n                \"organisationId\": \"004344\",\n                \"issuerId\": \"in.ac.iipsindia\",\n                \"name\": \"International Institute for Population Sciences, Mumbai\",\n                \"description\": \"International Institute for Population Sciences, Mumbai is issuing their Digital awards for the following years, through DigiLocker. These can be pulled by students into their DigiLocker accounts.\\n                Degree - 2020,2021,2022,2023 \\n                Marksheet - NA \\n                Diploma - NA \\n                Transcript - NA\",\n                \"categories\": \"4,2\",\n                \"logo\": \"https://cf-media.api-setu.in/logo/issuers/004344.png\",\n                \"subdomain\": \"iipsindia\"\n            },\n            {\n                \"organisationId\": \"004968\",\n                \"issuerId\": \"in.edu.iihmrdelhi\",\n                \"name\": \"International Institute Of Health Management Research\",\n                \"description\": \"International Institute Of Health Management Research is issuing their Digital awards for the following years, through DigiLocker. These can be pulled by students into their DigiLocker accounts.\\n                Degree - NA \\n                Marksheet - NA \\n                Diploma - 2018,2019,2020,2021 \\n                Transcript - 2018\",\n                \"categories\": \"4,2\",\n                \"logo\": \"https://cf-media.api-setu.in/logo/issuers/004968.png\",\n                \"subdomain\": \"iihmrdelhi\"\n            },\n            {\n                \"organisationId\": \"005391\",\n                \"issuerId\": \"in.ac.iiitb\",\n                \"name\": \"International Institute of Information Technology, Bangalore\",\n                \"description\": \"International Institute of Information Technology, Bangalore is issuing their Digital awards for the following years, through DigiLocker. These can be pulled by students into their DigiLocker accounts \\n                Degree - 2012,2013,2014,2015,2016,2017,2018,2019,2020,2021,2022,2023 \\n                Marksheet - NA \\n                Diploma -  NA \\n                Transcript - NA\",\n                \"categories\": \"4,2\",\n                \"logo\": \"https://cf-media.api-setu.in/logo/issuers/005391.png\",\n                \"subdomain\": \"iiitb\"\n            },\n            {\n                \"organisationId\": \"004710\",\n                \"issuerId\": \"in.ac.iiit\",\n                \"name\": \"International Institute Of Information Technology, Hyderabad\",\n                \"description\": \"International Institute Of Information Technology, Hyderabad  is issuing their Digital awards for the following years, through DigiLocker. These can be pulled by students into their DigiLocker accounts \\n                Degree - 2002,2003,2004,2005,2006,2007,2008,2009,2010,2011,2012,2013,2014,2015,2016,2017,2018,2019,2020,2021,2022 \\n                Marksheet - NA \\n                Diploma -  NA \\n                Transcript - NA\",\n                \"categories\": \"4,2\",\n                \"logo\": \"https://cf-media.api-setu.in/logo/issuers/004710.png\",\n                \"subdomain\": \"iiit\"\n            },\n            {\n                \"organisationId\": \"088998\",\n                \"issuerId\": \"edu.imi\",\n                \"name\": \"INTERNATIONAL MANAGEMENT INSTITUTE\",\n                \"description\": \"The institute has registered through NAD portal.\",\n                \"categories\": \"4,2\",\n                \"logo\": \"https://cf-media.api-setu.in/logo/issuers/088998.png\",\n                \"subdomain\": \"imiedu\"\n            },\n            {\n                \"organisationId\": \"006292\",\n                \"issuerId\": \"in.ac.ismpatna\",\n                \"name\": \"International School Of Management Patna\",\n                \"description\": \"International School Of Management Patna is issuing their Digital awards for the following years, through DigiLocker. These can be pulled by students into their DigiLocker accounts.\\n                Degree - 2020,2021,2022 \\n                Marksheet - 2020,2021,2022,2023 \\n                Diploma - NA \\n                Transcript - NA\",\n                \"categories\": \"4,2\",\n                \"logo\": \"https://cf-media.api-setu.in/logo/issuers/006292.png\",\n                \"subdomain\": \"ismpatna\"\n            },\n            {\n                \"organisationId\": \"005157\",\n                \"issuerId\": \"in.gov.investmeghalaya\",\n                \"name\": \"Invest Meghalaya Services\",\n                \"description\": \"Govt. of Meghalaya has established an online portal investmeghalaya.gov.in for online issue of various licenses permits and certificates to the investors business establishments and citizen at large through the investmeghalaya.gov.in portal. Government wished to deliver these documents through DIGILOCKER to the applicants.\",\n                \"categories\": \"4,1\",\n                \"logo\": \"https://cf-media.api-setu.in/logo/issuers/005157.png\",\n                \"subdomain\": \"investmeghalaya\"\n            },\n            {\n                \"organisationId\": \"014370\",\n                \"issuerId\": \"in.isdi\",\n                \"name\": \"ISDI SCHOOL OF DESIGN AND INNOVATION\",\n                \"description\": \"ISDI SCHOOL OF DESIGN AND INNOVATION is issuing their Digital awards for the following years, through DigiLocker. These can be pulled by students into their DigiLocker accounts \\n                Degree - NA \\n                Marksheet - 2021,2022 \\n                Diploma -  NA \\n                Transcript - 2021,2022\",\n                \"categories\": \"4,2\",\n                \"logo\": \"https://cf-media.api-setu.in/logo/issuers/014370.png\",\n                \"subdomain\": \"isdi\"\n            },\n            {\n                \"organisationId\": \"022217\",\n                \"issuerId\": \"islamiacollege.edu\",\n                \"name\": \"Islamia College of Science and Commerce (Autonomous) Srinagar, Jammu & Kashmir\",\n                \"description\": \"Islamia College of Science and Commerce (Autonomous) Srinagar, Jammu & Kashmir  is issuing their Digital awards for the following years, through DigiLocker. These can be pulled by students into their DigiLocker accounts.\\n                Degree - NA \\n                Marksheet - 2020,2021,2022,2023 \\n                Diploma - NA \\n                Transcript - NA\",\n                \"categories\": \"4,2\",\n                \"logo\": \"https://cf-media.api-setu.in/logo/issuers/022217.png\",\n                \"subdomain\": \"islamiacollegeedu\"\n            },\n            {\n                \"organisationId\": \"003852\",\n                \"issuerId\": \"in.edu.islamicuniversity\",\n                \"name\": \"Islamic University Of Science & Technology, Pulwama\",\n                \"description\": \"Islamic University Of Science & Technology, Pulwama is issuing their Digital awards for the following years, through DigiLocker. These can be pulled by students into their DigiLocker accounts \\n                Degree - 2017,2018,2019,2020,2021 \\n                Marksheet - NA \\n                Diploma -  NA \\n                Transcript - NA\",\n                \"categories\": \"4,2\",\n                \"logo\": \"https://cf-media.api-setu.in/logo/issuers/003852.jpg\",\n                \"subdomain\": \"islamicuniv\"\n            },\n            {\n                \"organisationId\": \"006358\",\n                \"issuerId\": \"in.co.isme\",\n                \"name\": \"ISME SCHOOL OF MANAGEMENT AND ENTREPRENEURSHIP\",\n                \"description\": \"ISME SCHOOL OF MANAGEMENT AND ENTREPRENEURSHIP is issuing their Digital awards for the following years, through DigiLocker. These can be pulled by students into their DigiLocker accounts \\n                Degree - NA \\n                Marksheet - 2019,2020,2021,2022 \\n                Diploma -  NA \\n                Transcript - 2019,2020,2021,2022\",\n                \"categories\": \"4,2\",\n                \"logo\": \"https://cf-media.api-setu.in/logo/issuers/006358.png\",\n                \"subdomain\": \"isme\"\n            },\n            {\n                \"organisationId\": \"004287\",\n                \"issuerId\": \"com.ispatcollegerkl\",\n                \"name\": \"Ispat Autonomous College, Rourkela\",\n                \"description\": \"Ispat Autonomous College, Rourkela is issuing their Digital awards for the following years, through DigiLocker. These can be pulled by students into their DigiLocker accounts \\n                Degree - NA \\n                Marksheet - 2018,2019,2020 \\n                Diploma -  NA \\n                Transcript - NA\",\n                \"categories\": \"4,2\",\n                \"logo\": \"https://cf-media.api-setu.in/logo/issuers/004287.png\",\n                \"subdomain\": \"ispatcollegerkl\"\n            },\n            {\n                \"organisationId\": \"003655\",\n                \"issuerId\": \"in.ac.jcboseust\",\n                \"name\": \"J.C. Bose University of Science and Technology, YMCA, Faridabad\",\n                \"description\": \"J.C. Bose University of Science and Technology, YMCA, Faridabad is issuing their Digital awards for the following years, through DigiLocker. These can be pulled by students into their DigiLocker accounts.\\n                Degree - 2019,2020,2021,2022 \\n                Marksheet - 2017,2018,2019,2020,2021,2022,2023 \\n                Diploma - NA \\n                Transcript - NA\",\n                \"categories\": \"4,2\",\n                \"logo\": \"https://cf-media.api-setu.in/logo/issuers/003655.png\",\n                \"subdomain\": \"jcboseust\"\n            },\n            {\n                \"organisationId\": \"007625\",\n                \"issuerId\": \"in.edu.jaduniv\",\n                \"name\": \"Jadavpur University, Kolkata\",\n                \"description\": \"Jadavpur University, Kolkata is issuing their Digital awards for the following years, through DigiLocker. These can be pulled by students into their DigiLocker accounts \\n                Degree - 2015,2016,2017,2018,2019,2020,2021,2022 \\n                Marksheet - 2022 \\n                Diploma -  NA \\n                Transcript - NA\",\n                \"categories\": \"4,2\",\n                \"logo\": \"https://cf-media.api-setu.in/logo/issuers/007625.png\",\n                \"subdomain\": \"jaduniv\"\n            },\n            {\n                \"organisationId\": \"011519\",\n                \"issuerId\": \"in.ac.jrdu\",\n                \"name\": \"Jagadguru Rambhadracharya Divyang University (Formerly Jagadguru Rambhadracharya Handicapped un\",\n                \"description\": \"Jagadguru Rambhadracharya Divyang University (Formerly Jagadguru Rambhadracharya Handicapped university) is issuing their Digital awards for the following years, through DigiLocker. These can be pulled by students into their DigiLocker accounts.\\n                Degree - 2019 \\n                Marksheet - NA \\n                Diploma - NA \\n                Transcript - NA\",\n                \"categories\": \"4,2\",\n                \"logo\": \"https://cf-media.api-setu.in/logo/issuers/011519.png\",\n                \"subdomain\": \"jrdu\"\n            },\n            {\n                \"organisationId\": \"003964\",\n                \"issuerId\": \"org.jimsindia\",\n                \"name\": \"Jagan Institute of Management Studies\",\n                \"description\": \"Jagan Institute of Management Studies is issuing their Digital awards for the following years, through DigiLocker. These can be pulled by students into their DigiLocker accounts \\n                Degree - NA \\n                Marksheet - NA \\n                Diploma -  2019 \\n                Transcript - NA\",\n                \"categories\": \"4,2\",\n                \"logo\": \"https://cf-media.api-setu.in/logo/issuers/003964.png\",\n                \"subdomain\": \"jimsindia\"\n            },\n            {\n                \"organisationId\": \"027122\",\n                \"issuerId\": \"jimsjaipur\",\n                \"name\": \"Jagan Institute of Management Studies, Jaipur\",\n                \"description\": \"Jagan Institute of Management Studies, Jaipur is issuing their Digital awards for the following years, through DigiLocker. These can be pulled by students into their DigiLocker accounts \\n                Degree - NA \\n                Marksheet - NA \\n                Diploma -  2008,2010,2012,2013,2014,2015,2016,2017,2018,2019,2020,2021,2022 \\n                Transcript - NA\",\n                \"categories\": \"4,2\",\n                \"logo\": \"https://cf-media.api-setu.in/logo/issuers/027122.png\",\n                \"subdomain\": \"jimsjaipur\"\n            },\n            {\n                \"organisationId\": \"004752\",\n                \"issuerId\": \"org.jagannathuniversityncr\",\n                \"name\": \"Jagan Nath University, Bahadurgarh\",\n                \"description\": \"Jagan Nath University, Bahadurgarh is issuing their Digital awards for the following years, through DigiLocker. These can be pulled by students into their DigiLocker accounts.\\n                Degree - 2020,2021,2022,2023 \\n                Marksheet - 2022,2023 \\n                Diploma - NA \\n                Transcript - NA\",\n                \"categories\": \"4,2\",\n                \"logo\": \"https://cf-media.api-setu.in/logo/issuers/004752.png\",\n                \"subdomain\": \"jagannathunivv\"\n            },\n            {\n                \"organisationId\": \"003568\",\n                \"issuerId\": \"org.jagannathuniversity\",\n                \"name\": \"Jagannath University, Jaipur\",\n                \"description\": \"Jagannath University, Jaipur is issuing their Digital awards for the following years, through DigiLocker. These can be pulled by students into their DigiLocker accounts.\\n                Degree - 2015,2016,2017,2018,2019,2020,2021,2022,2023 \\n                Marksheet - 2016,2017,2018,2019,2020,2021,2022,2023 \\n                Diploma - 2021,2022 \\n                Transcript - NA\",\n                \"categories\": \"4,2\",\n                \"logo\": \"https://cf-media.api-setu.in/logo/issuers/003568.png\",\n                \"subdomain\": \"jagannathuniv\"\n            },\n            {\n                \"organisationId\": \"008922\",\n                \"issuerId\": \"in.ac.psou\",\n                \"name\": \"Jagat Guru Nanak Dev Punjab State Open University, Patiala\",\n                \"description\": \"The institute has registered through NAD portal.\",\n                \"categories\": \"4,2\",\n                \"logo\": \"https://cf-media.api-setu.in/logo/issuers/008922.jpg\",\n                \"subdomain\": \"psou\"\n            },\n            {\n                \"organisationId\": \"003403\",\n                \"issuerId\": \"in.edu.jlu\",\n                \"name\": \"Jagran Lakecity University, Bhopal\",\n                \"description\": \"Jagran Lakecity University, Bhopal is issuing their Digital awards for the following years, through DigiLocker. These can be pulled by students into their DigiLocker accounts \\n                Degree - 2015,2016,2017,2018,2019,2020,2021,2022 \\n                Marksheet - 2015,2016,2017,2018,2019,2020,2021,2022 \\n                Diploma -  NA \\n                Transcript - NA\",\n                \"categories\": \"4,2\",\n                \"logo\": \"https://cf-media.api-setu.in/logo/issuers/003403.png\",\n                \"subdomain\": \"jlu\"\n            },\n            {\n                \"organisationId\": \"008137\",\n                \"issuerId\": \"in.edu.jnvu\",\n                \"name\": \"Jai Narain Vyas University, Jodhpur\",\n                \"description\": \"Jai Narain Vyas University, Jodhpur is issuing their Digital awards for the following years, through DigiLocker. These can be pulled by students into their DigiLocker accounts.\\n                Degree - 2020 \\n                Marksheet - NA \\n                Diploma - NA \\n                Transcript - NA\",\n                \"categories\": \"4,2\",\n                \"logo\": \"https://cf-media.api-setu.in/logo/issuers/008137.png\",\n                \"subdomain\": \"jnvu\"\n            },\n            {\n                \"organisationId\": \"005002\",\n                \"issuerId\": \"in.ac.jainuniversity\",\n                \"name\": \"JAIN\",\n                \"description\": \"JAIN is issuing their Digital awards for the following years, through DigiLocker. These can be pulled by students into their DigiLocker accounts.\\n                Degree - 2012,2013,2015,2018,2019,2020,2021,2023 \\n                Marksheet - 2021,2023 \\n                Diploma - NA \\n                Transcript - NA\",\n                \"categories\": \"4,2\",\n                \"logo\": \"https://cf-media.api-setu.in/logo/issuers/005002.png\",\n                \"subdomain\": \"jainuniversity\"\n            },\n            {\n                \"organisationId\": \"066986\",\n                \"issuerId\": \"in.ac.jvbinss\",\n                \"name\": \"Jain Vishva Bharati Institute\",\n                \"description\": \"The institute has registered through NAD portal.\",\n                \"categories\": \"4,17\",\n                \"logo\": \"https://cf-media.api-setu.in/logo/issuers/066986.jpg\",\n                \"subdomain\": \"jvbinss\"\n            },\n            {\n                \"organisationId\": \"003544\",\n                \"issuerId\": \"in.ac.jvbi\",\n                \"name\": \"Jain Vishva Bharati Institute, Ladnun\",\n                \"description\": \"Jain Vishva Bharati Institute, Ladnun is issuing their Digital awards for the following years, through DigiLocker. These can be pulled by students into their DigiLocker accounts \\n                Degree - 2017,2018,2019,2020,2021,2022,2023 \\n                Marksheet - 2022,2023,2024 \\n                Diploma -  NA \\n                Transcript - NA\",\n                \"categories\": \"4,2\",\n                \"logo\": \"https://cf-media.api-setu.in/logo/issuers/003544.png\",\n                \"subdomain\": \"jvbi\"\n            },\n            {\n                \"organisationId\": \"004744\",\n                \"issuerId\": \"in.edu.jaipuria.jsb\",\n                \"name\": \"Jaipuria  School Of Business\",\n                \"description\": \"Jaipuria  School Of Business is issuing their Digital awards for the following years, through DigiLocker. These can be pulled by students into their DigiLocker accounts \\n                Degree - NA \\n                Marksheet - NA \\n                Diploma -  2010,2011,2012,2013,2014,2015,2016,2017,2018,2019,2020,2021 \\n                Transcript - NA\",\n                \"categories\": \"4,2\",\n                \"logo\": \"https://cf-media.api-setu.in/logo/issuers/004744.png\",\n                \"subdomain\": \"jsb\"\n            },\n            {\n                \"organisationId\": \"018312\",\n                \"issuerId\": \"com.jkphedwaterbilling\",\n                \"name\": \"Jal Shakti\",\n                \"description\": \"Jal Shakti Public Health Engineering Department provides 03 services which are to be integrated with DigiLocker. The services are:Application for water connection(Domestic), Application for water connection(Commercial)& Application for extraction of Ground water and e-billing of all these services thereof.\",\n                \"categories\": \"4\",\n                \"logo\": \"https://cf-media.api-setu.in/logo/issuers/018312.png\",\n                \"subdomain\": \"jkphedwaterbilling\"\n            },\n            {\n                \"organisationId\": \"012628\",\n                \"issuerId\": \"edu.jamiahamdard\",\n                \"name\": \"JAMIA HAMDARD\",\n                \"description\": \"JAMIA HAMDARD is issuing their Digital awards for the following years, through DigiLocker. These can be pulled by students into their DigiLocker accounts \\n                Degree - 2018 \\n                Marksheet - 2022 \\n                Diploma -  NA \\n                Transcript - NA\",\n                \"categories\": \"4,2\",\n                \"logo\": \"https://cf-media.api-setu.in/logo/issuers/012628.png\",\n                \"subdomain\": \"jamiahamdard\"\n            },\n            {\n                \"organisationId\": \"003220\",\n                \"issuerId\": \"in.ac.jmi\",\n                \"name\": \"Jamia Millia Islamia\",\n                \"description\": \"Jamia Millia Islamia is issuing their Digital awards for the following years, through DigiLocker. These can be pulled by students into their DigiLocker accounts.\\n                Degree - 2017,2018 \\n                Marksheet - 2019,2020,2021 \\n                Diploma - 2017,2018 \\n                Transcript - NA\",\n                \"categories\": \"4,2\",\n                \"logo\": \"https://cf-media.api-setu.in/logo/issuers/003220.jpg\",\n                \"subdomain\": \"jmi\"\n            },\n            {\n                \"organisationId\": \"009650\",\n                \"issuerId\": \"com.jksbotelive\",\n                \"name\": \"Jammu and Kashmir Board of Technical Education\",\n                \"description\": \"Jammu and Kashmir Board of Technical Education is issuing their Digital awards for the following years, through DigiLocker. These can be pulled by students into their DigiLocker accounts \\n                Degree - NA \\n                Marksheet - 2021,2022,2023 \\n                Diploma -  2021 \\n                Transcript - NA\",\n                \"categories\": \"4,2\",\n                \"logo\": \"https://cf-media.api-setu.in/logo/issuers/009650.png\",\n                \"subdomain\": \"jksbotelive\"\n            },\n            {\n                \"organisationId\": \"011257\",\n                \"issuerId\": \"in.gov.jkhudd\",\n                \"name\": \"Jammu and Kashmir Housing and Urban Development Department\",\n                \"description\": \"Housing and Urban Development  Department in Union Territory of Jammu and Kashmir also deals with Issuance of Birth and Death Certificates and other commercial permissions within the jurisdiction of all Local Bodies of the Union Territory. Department has taken a lead in providing Digital Services to the general public by issuing digitally signed documents to the applicants\",\n                \"categories\": \"4,11\",\n                \"logo\": \"https://cf-media.api-setu.in/logo/issuers/011257.png\",\n                \"subdomain\": \"jkhudd\"\n            },\n            {\n                \"organisationId\": \"018350\",\n                \"issuerId\": \"net.jkpdd.kpdcl\",\n                \"name\": \"Jammu and Kashmir Power Development Department\",\n                \"description\": \"Jammu and Kashmir Power Development Department takes care of the power generation, transmission and distribution activities in the UT of Jammu and Kashmir. The department overlooks various corporations that have lately been created that look after each activity; for generation we have the JKSPDC, for transmission you have the corporation of JKPTCL and for ditribution the twin corporations of KPDCL and JPDCL.\",\n                \"categories\": \"4,11\",\n                \"logo\": \"https://cf-media.api-setu.in/logo/issuers/018350.jpg\",\n                \"subdomain\": \"kpdcl\"\n            },\n            {\n                \"organisationId\": \"056298\",\n                \"issuerId\": \"in.ac.jwu\",\n                \"name\": \"Jamshedpur Women's University\",\n                \"description\": \"The institute has registered through NAD portal.\",\n                \"categories\": \"4,2\",\n                \"logo\": \"https://cf-media.api-setu.in/logo/issuers/056298.jpg\",\n                \"subdomain\": \"jwu\"\n            },\n            {\n                \"organisationId\": \"070728\",\n                \"issuerId\": \"nss.in.edu.jrnrvu\",\n                \"name\": \"Janardan Rai Nagar Rajasthan Vidyapeeth (Deemed to be University)\",\n                \"description\": \"The institute has registered through NAD portal.\",\n                \"categories\": \"4,2,17\",\n                \"logo\": \"https://cf-media.api-setu.in/logo/issuers/070728.png\",\n                \"subdomain\": \"nssjrnrvu\"\n            },\n            {\n                \"organisationId\": \"003733\",\n                \"issuerId\": \"in.ac.jncu\",\n                \"name\": \"Jannayak Chandrashekhar University, Ballia\",\n                \"description\": \"Jannayak Chandrashekhar University, Ballia is issuing their Digital awards for the following years, through DigiLocker. These can be pulled by students into their DigiLocker accounts.\\n                Degree - 2019,2020,2021,2022,2023 \\n                Marksheet - 2019 \\n                Diploma - 2022 \\n                Transcript - NA\",\n                \"categories\": \"4,2\",\n                \"logo\": \"https://cf-media.api-setu.in/logo/issuers/003733.png\",\n                \"subdomain\": \"jncu\"\n            },\n            {\n                \"organisationId\": \"004039\",\n                \"issuerId\": \"in.ac.jncasr\",\n                \"name\": \"Jawaharlal Nehru Centre For Advanced Scientific Research, Bangalore\",\n                \"description\": \"Jawaharlal Nehru Centre For Advanced Scientific Research, Bangalore is issuing their Digital awards for the following years, through DigiLocker. These can be pulled by students into their DigiLocker accounts.\\n                Degree - 2015,2016,2017,2018,2019,2020,2021,2022,2023 \\n                Marksheet - NA \\n                Diploma - NA \\n                Transcript - NA\",\n                \"categories\": \"4,2\",\n                \"logo\": \"https://cf-media.api-setu.in/logo/issuers/004039.png\",\n                \"subdomain\": \"jncasrbangalore\"\n            },\n            {\n                \"organisationId\": \"003546\",\n                \"issuerId\": \"org.jnkvv\",\n                \"name\": \"Jawaharlal Nehru Krishi Vishwavidyalaya, Jabalpur\",\n                \"description\": \"Jawaharlal Nehru Krishi Vishwavidyalaya, Jabalpur is issuing their Digital awards for the following years, through DigiLocker. These can be pulled by students into their DigiLocker accounts \\n                Degree - 2018,2019,2020,2021 \\n                Marksheet - NA \\n                Diploma -  2018,2019,2020 \\n                Transcript - NA\",\n                \"categories\": \"4,2\",\n                \"logo\": \"https://cf-media.api-setu.in/logo/issuers/003546.png\",\n                \"subdomain\": \"jnkvv\"\n            },\n            {\n                \"organisationId\": \"002279\",\n                \"issuerId\": \"in.nic.and.jnrm\",\n                \"name\": \"Jawaharlal Nehru Rajkeeya Mahavidyalaya\",\n                \"description\": \"Transfer Certificates issued by JNRM can be downloaded in citizen's DigiLocker account.\",\n                \"categories\": \"4,2\",\n                \"logo\": \"https://cf-media.api-setu.in/logo/issuers/002279.png\",\n                \"subdomain\": \"jnrmand\"\n            },\n            {\n                \"organisationId\": \"003194\",\n                \"issuerId\": \"in.ac.jntua\",\n                \"name\": \"Jawaharlal Nehru Technological University, Anantapur\",\n                \"description\": \"Jawaharlal Nehru Technological University, Anantapur is issuing their Digital awards for the following years, through DigiLocker. These can be pulled by students into their DigiLocker accounts.\\n                Degree - 2013,2014,2015,2016,2017,2018,2019,2020,2021,2023 \\n                Marksheet - 2019,2020,2021,2022,2023,2024 \\n                Diploma - NA \\n                Transcript - NA\",\n                \"categories\": \"4,2\",\n                \"logo\": \"https://cf-media.api-setu.in/logo/issuers/003194.png\",\n                \"subdomain\": \"jntua\"\n            },\n            {\n                \"organisationId\": \"003420\",\n                \"issuerId\": \"in.ac.jnu\",\n                \"name\": \"Jawaharlal Nehru University\",\n                \"description\": \"Jawaharlal Nehru University is issuing their Digital awards for the following years, through DigiLocker. These can be pulled by students into their DigiLocker accounts.\\n                Degree - 2020,2021,2022,2023,2024 \\n                Marksheet - 2020,2021,2022,2023 \\n                Diploma - NA \\n                Transcript - NA\",\n                \"categories\": \"4,2\",\n                \"logo\": \"https://cf-media.api-setu.in/logo/issuers/003420.png\",\n                \"subdomain\": \"jnu\"\n            },\n            {\n                \"organisationId\": \"010397\",\n                \"issuerId\": \"in.ac.jvwu\",\n                \"name\": \"Jayoti Vidyapeeth Women's University, Jaipur, Rajasthan, India\",\n                \"description\": \"Jayoti Vidyapeeth Women’s University, Jaipur, Rajasthan, India is issuing their Digital awards for the following years, through DigiLocker. These can be pulled by students into their DigiLocker accounts \\n                Degree - 2019,2021 \\n                Marksheet - NA \\n                Diploma -  NA \\n                Transcript - NA\",\n                \"categories\": \"4,2\",\n                \"logo\": \"https://cf-media.api-setu.in/logo/issuers/010397.png\",\n                \"subdomain\": \"jvwu\"\n            },\n            {\n                \"organisationId\": \"003872\",\n                \"issuerId\": \"in.ac.jiit\",\n                \"name\": \"Jaypee Institute Of Information Technology, Noida\",\n                \"description\": \"Jaypee Institute Of Information Technology, Noida is issuing their Digital awards for the following years, through DigiLocker. These can be pulled by students into their DigiLocker accounts.\\n                Degree - 2015,2016,2017,2018,2019,2020,2021,2022 \\n                Marksheet - NA \\n                Diploma - NA \\n                Transcript - NA\",\n                \"categories\": \"4,2\",\n                \"logo\": \"https://cf-media.api-setu.in/logo/issuers/003872.png\",\n                \"subdomain\": \"jiit\"\n            },\n            {\n                \"organisationId\": \"004121\",\n                \"issuerId\": \"in.ac.juet\",\n                \"name\": \"Jaypee University of Engineering & Technology Guna (M.P.)\",\n                \"description\": \"Jaypee University of Engineering & Technology Guna (M.P.) is issuing their Digital awards for the following years, through DigiLocker. These can be pulled by students into their DigiLocker accounts.\\n                Degree - 2011,2012,2013,2014,2015,2016,2017,2018,2019,2020,2021,2022,2023 \\n                Marksheet - 2021,2022 \\n                Diploma - NA \\n                Transcript - NA\",\n                \"categories\": \"4,2\",\n                \"logo\": \"https://cf-media.api-setu.in/logo/issuers/004121.png\",\n                \"subdomain\": \"juet\"\n            },\n            {\n                \"organisationId\": \"003232\",\n                \"issuerId\": \"in.ac.juit\",\n                \"name\": \"Jaypee University Of Information Technology, Waknaghat (H. P.)\",\n                \"description\": \"Jaypee University Of Information Technology, Waknaghat, Solan is issuing their Digital awards for the following years, through DigiLocker. These can be pulled by students into their DigiLocker accounts.\\n                Degree - 2006,2007,2014,2015,2016,2017,2018,2019,2020,2021 \\n                Marksheet - 2016,2017,2018,2019,2020,2021,2022 \\n                Diploma - NA \\n                Transcript - NA\",\n                \"categories\": \"4,2\",\n                \"logo\": \"https://cf-media.api-setu.in/logo/issuers/003232.jpg\",\n                \"subdomain\": \"juit\"\n            },\n            {\n                \"organisationId\": \"005044\",\n                \"issuerId\": \"in.ac.jaypeeu\",\n                \"name\": \"Jaypee University, Anoopshahr\",\n                \"description\": \"Jaypee University, Anoopshahr is issuing their Digital awards for the following years, through DigiLocker. These can be pulled by students into their DigiLocker accounts.\\r\\n                Degree - 2018,2019,2020 \\r\\n                Marksheet - NA \\r\\n                Diploma - NA \\r\\n                Transcript - NA\",\n                \"categories\": \"4,2\",\n                \"logo\": \"https://cf-media.api-setu.in/logo/issuers/005044.png\",\n                \"subdomain\": \"jaypeeu\"\n            },\n            {\n                \"organisationId\": \"003647\",\n                \"issuerId\": \"in.edu.jru\",\n                \"name\": \"Jharkhand Rai University\",\n                \"description\": \"Jharkhand Rai University is issuing their Digital awards for the following years, through DigiLocker. These can be pulled by students into their DigiLocker accounts.\\n                Degree - 2015,2017,2018,2019,2020,2021 \\n                Marksheet - 2022,2023 \\n                Diploma - 2015,2017,2018,2019,2020,2021 \\n                Transcript - NA\",\n                \"categories\": \"4,2\",\n                \"logo\": \"https://cf-media.api-setu.in/logo/issuers/003647.png\",\n                \"subdomain\": \"jru\"\n            },\n            {\n                \"organisationId\": \"003930\",\n                \"issuerId\": \"com.jrsuranchi\",\n                \"name\": \"Jharkhand Raksha Shakti University\",\n                \"description\": \"Jharkhand Raksha Shakti University is issuing their Digital awards for the following years, through DigiLocker. These can be pulled by students into their DigiLocker accounts \\n                Degree - 2017,2018,2019,2020,2021 \\n                Marksheet - NA \\n                Diploma -  2017,2018,2019,2020,2021 \\n                Transcript - NA\",\n                \"categories\": \"4,2\",\n                \"logo\": \"https://cf-media.api-setu.in/logo/issuers/003930.png\",\n                \"subdomain\": \"jrsuranchi\"\n            },\n            {\n                \"organisationId\": \"001922\",\n                \"issuerId\": \"in.gov.jac\",\n                \"name\": \"Jharkhand State Board (Jharkhand Academic Council)\",\n                \"description\": \"Jharkhand Academic Council (JAC) is issuing marksheets & passing certificates through DigiLocker. These can be pulled by students into their DigiLocker accounts. Currently available from 2008-2021 for class Xth & XIIth.\",\n                \"categories\": \"4,2\",\n                \"logo\": \"https://cf-media.api-setu.in/logo/issuers/001922.jpg\",\n                \"subdomain\": \"jac\"\n            },\n            {\n                \"organisationId\": \"004067\",\n                \"issuerId\": \"in.ac.jutranchi\",\n                \"name\": \"Jharkhand University of Technology\",\n                \"description\": \"Jharkhand University of Technology is issuing their Digital awards for the following years, through DigiLocker. These can be pulled by students into their DigiLocker accounts \\n                Degree - NA \\n                Marksheet - 2021,2022 \\n                Diploma -  NA \\n                Transcript - NA\",\n                \"categories\": \"4,2\",\n                \"logo\": \"https://cf-media.api-setu.in/logo/issuers/004067.png\",\n                \"subdomain\": \"jutranchi\"\n            },\n            {\n                \"organisationId\": \"001946\",\n                \"issuerId\": \"in.gov.jharkhand.jharsewa\",\n                \"name\": \"Jharsewa (eDistrict)\",\n                \"description\": \"Jharkhand e-District is a comprehensive and web enabled service portal that acts as an electronic gateway into the Government's portfolio of services. Jharsewa provides Certificates  like Birth, Death, Income, Caste and Residence Certificates in Digilocker.\",\n                \"categories\": \"4,30\",\n                \"logo\": \"https://cf-media.api-setu.in/logo/issuers/001946.jpg\",\n                \"subdomain\": \"jharsewa\"\n            },\n            {\n                \"organisationId\": \"007948\",\n                \"issuerId\": \"in.ac.jisuniversity\",\n                \"name\": \"JIS University\",\n                \"description\": \"JIS University is issuing their Digital awards for the following years, through DigiLocker. These can be pulled by students into their DigiLocker accounts \\n                Degree - 2018 \\n                Marksheet - NA \\n                Diploma -  2018 \\n                Transcript - NA\",\n                \"categories\": \"4,2\",\n                \"logo\": \"https://cf-media.api-setu.in/logo/issuers/007948.png\",\n                \"subdomain\": \"jisuniversity\"\n            },\n            {\n                \"organisationId\": \"005438\",\n                \"issuerId\": \"edu.jiwaji\",\n                \"name\": \"Jiwaji University, Gwalior\",\n                \"description\": \"Jiwaji University, Gwalior is issuing their Digital awards for the following years, through DigiLocker. These can be pulled by students into their DigiLocker accounts.\\n                Degree - NA \\n                Marksheet - 2023 \\n                Diploma - NA \\n                Transcript - NA\",\n                \"categories\": \"4,2\",\n                \"logo\": \"https://cf-media.api-setu.in/logo/issuers/005438.png\",\n                \"subdomain\": \"jiwaji\"\n            },\n            {\n                \"organisationId\": \"020363\",\n                \"issuerId\": \"in.nic.jklabouremp\",\n                \"name\": \"JK Labour and Employment Department\",\n                \"description\": \"The state of Jammu and Kashmir as a constituent of republic is committed to the welfare of the working class and to the empowerment of the Labourers to enable them to play their role in the institution building of the state. It is with these ideals in view that the state of Jammu and Kashmir has adopted 22 central legislations relating to the Labourers and which take care of regulatory mechanisms for implementation of these laws and social security measures to improve socio-economic conditions of the working class. These welfare measures include Provident fund, Medical insurance, a package of Welfare schemes for building and construction workers, Rehabilitation of Child Labourers and Bonded labourers, concialiation between employees and employres in case of a dispute etc.The state has also enacted three state legislations dealing with the welfare of the working class in the state.\",\n                \"categories\": \"4,30\",\n                \"logo\": \"https://cf-media.api-setu.in/logo/issuers/020363.png\",\n                \"subdomain\": \"jklabouremp\"\n            },\n            {\n                \"organisationId\": \"005111\",\n                \"issuerId\": \"in.edu.jklu\",\n                \"name\": \"JK LAKSHMIPAT UNIVERSITY, JAIPUR\",\n                \"description\": \"JK LAKSHMIPAT UNIVERSITY, JAIPUR is issuing their Digital awards for the following years, through DigiLocker. These can be pulled by students into their DigiLocker accounts.\\n                Degree - 2013,2014,2015,2016,2017,2018,2019,2020,2021,2022,2023 \\n                Marksheet - NA \\n                Diploma - 2021,2022 \\n                Transcript - NA\",\n                \"categories\": \"4,2\",\n                \"logo\": \"https://cf-media.api-setu.in/logo/issuers/005111.png\",\n                \"subdomain\": \"jklu\"\n            },\n            {\n                \"organisationId\": \"001900\",\n                \"issuerId\": \"in.nic.jeecup\",\n                \"name\": \"Joint Entrance Examination Council, Uttar Pradesh\",\n                \"description\": \"Joint Entrance Examination Council (https://jeecup.nic.in) is providing digital Admit Cards for 2018 entrance examination of Diploma courses in the Polytechnics / Institutes affiliated to Board Of Technical Education, U.P. \",\n                \"categories\": \"4,2\",\n                \"logo\": \"https://cf-media.api-setu.in/logo/issuers/001900.png\",\n                \"subdomain\": \"jeecup\"\n            },\n            {\n                \"organisationId\": \"003458\",\n                \"issuerId\": \"in.edu.jssuni\",\n                \"name\": \"JSS Academy of Higher Education & Research, Mysuru\",\n                \"description\": \"JSS Academy of Higher Education & Research, Mysuru is issuing their Digital awards for the following years, through DigiLocker. These can be pulled by students into their DigiLocker accounts.\\n                Degree - 2010,2011,2012,2013,2014,2015,2016,2017,2018,2019,2020,2021,2022,2023 \\n                Marksheet - 2009,2010,2011,2012,2013,2014,2015,2016,2017,2018,2019,2020,2021,2022,2023 \\n                Diploma - 2011,2012,2013,2014,2015,2016,2017,2018,2019,2020,2021,2022 \\n                Transcript - NA\",\n                \"categories\": \"4,2\",\n                \"logo\": \"https://cf-media.api-setu.in/logo/issuers/003458.png\",\n                \"subdomain\": \"jssuni\"\n            },\n            {\n                \"organisationId\": \"044336\",\n                \"issuerId\": \"in.jsscw\",\n                \"name\": \"JSS College for Women, Saraswathipuram, Autonomous\",\n                \"description\": \"The institute has registered through NAD portal.\",\n                \"categories\": \"4,2\",\n                \"logo\": \"https://cf-media.api-setu.in/logo/issuers/044336.png\",\n                \"subdomain\": \"injsscw\"\n            },\n            {\n                \"organisationId\": \"013696\",\n                \"issuerId\": \"in.edu.jsscacs\",\n                \"name\": \"JSS College of Arts, Commerce and Science (Autonomous)\",\n                \"description\": \"JSS College of Arts, Commerce and Science (Autonomous) is issuing their Digital awards for the following years, through DigiLocker. These can be pulled by students into their DigiLocker accounts \\n                Degree - NA \\n                Marksheet - 2022 \\n                Diploma -  NA \\n                Transcript - NA\",\n                \"categories\": \"4,2\",\n                \"logo\": \"https://cf-media.api-setu.in/logo/issuers/013696.jpg\",\n                \"subdomain\": \"jsscacs\"\n            },\n            {\n                \"organisationId\": \"003616\",\n                \"issuerId\": \"in.jssstuniv\",\n                \"name\": \"JSS Science and Technology University\",\n                \"description\": \"JSS Science and Technology University is issuing their Digital awards for the following years, through DigiLocker. These can be pulled by students into their DigiLocker accounts.\\n                Degree - 2018,2019,2020,2021,2022,2023 \\n                Marksheet - NA \\n                Diploma - NA \\n                Transcript - NA\",\n                \"categories\": \"4,2\",\n                \"logo\": \"https://cf-media.api-setu.in/logo/issuers/003616.png\",\n                \"subdomain\": \"jssstuniv\"\n            },\n            {\n                \"organisationId\": \"003941\",\n                \"issuerId\": \"in.jau\",\n                \"name\": \"Junagadh Agricultural University\",\n                \"description\": \"Junagadh Agricultural University is issuing their Digital awards for the following years, through DigiLocker. These can be pulled by students into their DigiLocker accounts.\\n                Degree - 2013,2018,2019,2020,2021,2022,2023 \\n                Marksheet - 2024 \\n                Diploma - NA \\n                Transcript - NA\",\n                \"categories\": \"4,2\",\n                \"logo\": \"https://cf-media.api-setu.in/logo/issuers/003941.png\",\n                \"subdomain\": \"jau\"\n            },\n            {\n                \"organisationId\": \"085517\",\n                \"issuerId\": \"org.jyotinivas\",\n                \"name\": \"JYOTI NIVAS COLLEGE\",\n                \"description\": \"The institute has registered through NAD portal.\",\n                \"categories\": \"4,2\",\n                \"logo\": \"https://cf-media.api-setu.in/logo/issuers/085517.png\",\n                \"subdomain\": \"jyotinivasorg\"\n            },\n            {\n                \"organisationId\": \"005688\",\n                \"issuerId\": \"in.ac.kkuniversity\",\n                \"name\": \"K.K. University\",\n                \"description\": \"K.K. University is issuing their Digital awards for the following years, through DigiLocker. These can be pulled by students into their DigiLocker accounts \\n                Degree - 2020,2021,2022 \\n                Marksheet - NA \\n                Diploma -  2020,2021,2022 \\n                Transcript - NA\",\n                \"categories\": \"4,2\",\n                \"logo\": \"https://cf-media.api-setu.in/logo/issuers/005688.png\",\n                \"subdomain\": \"kkuniversity\"\n            },\n            {\n                \"organisationId\": \"031730\",\n                \"issuerId\": \"com.jabincollege\",\n                \"name\": \"K.L.E. Society's P.C. Jabin Science College\",\n                \"description\": \"The institute has registered through NAD portal.\",\n                \"categories\": \"4,2\",\n                \"logo\": \"https://cf-media.api-setu.in/logo/issuers/031730.png\",\n                \"subdomain\": \"jabincollege\"\n            },\n            {\n                \"organisationId\": \"066672\",\n                \"issuerId\": \"in.edu.kleslingarajcollege\",\n                \"name\": \"K.L.E. Society's Lingaraj College\",\n                \"description\": \"The institute has registered through NAD portal.\",\n                \"categories\": \"4,2\",\n                \"logo\": \"https://cf-media.api-setu.in/logo/issuers/066672.jpeg\",\n                \"subdomain\": \"kleslingarajcollege\"\n            },\n            {\n                \"organisationId\": \"085641\",\n                \"issuerId\": \"edu.git\",\n                \"name\": \"K.L.S. GOGTE INSTITUTE OF TECHNOLOGY\",\n                \"description\": \"The institute has registered through NAD portal.\",\n                \"categories\": \"4,2\",\n                \"logo\": \"https://cf-media.api-setu.in/logo/issuers/085641.jpeg\",\n                \"subdomain\": \"gitedu\"\n            },\n            {\n                \"organisationId\": \"004816\",\n                \"issuerId\": \"in.edu.krmangalam\",\n                \"name\": \"K.R. Mangalam University, Gurgaon\",\n                \"description\": \"K.R. Mangalam University, Gurgaon is issuing their Digital awards for the following years, through DigiLocker. These can be pulled by students into their DigiLocker accounts.\\n                Degree - 2015,2016,2017,2018,2019,2020,2021,2022 \\n                Marksheet - NA \\n                Diploma - NA \\n                Transcript - NA\",\n                \"categories\": \"4,2\",\n                \"logo\": \"https://cf-media.api-setu.in/logo/issuers/004816.png\",\n                \"subdomain\": \"krmangalam\"\n            },\n            {\n                \"organisationId\": \"007111\",\n                \"issuerId\": \"in.ac.ksv\",\n                \"name\": \"Kadi Sarva Vishwavidyalaya, Gandhinagar\",\n                \"description\": \"Kadi Sarva Vishwavidyalaya, Gandihnagar is issuing their Digital awards for the following years, through DigiLocker. These can be pulled by students into their DigiLocker accounts \\n                Degree - 2020,2021,2022,2023 \\n                Marksheet - 2021,2022 \\n                Diploma -  NA \\n                Transcript - NA\",\n                \"categories\": \"4,2\",\n                \"logo\": \"https://cf-media.api-setu.in/logo/issuers/007111.png\",\n                \"subdomain\": \"ksv\"\n            },\n            {\n                \"organisationId\": \"004243\",\n                \"issuerId\": \"in.ac.kitsw\",\n                \"name\": \"Kakatiya Institute of Technology & Science, Warangal\",\n                \"description\": \"Kakatiya Institute of Technology & Science, Warangal is issuing their Digital awards for the following years, through DigiLocker. These can be pulled by students into their DigiLocker accounts.\\n                Degree - NA \\n                Marksheet - 2015,2016,2017,2018,2019,2020,2021 \\n                Diploma - NA \\n                Transcript - NA\",\n                \"categories\": \"4,2\",\n                \"logo\": \"https://cf-media.api-setu.in/logo/issuers/004243.png\",\n                \"subdomain\": \"kitsw\"\n            },\n            {\n                \"organisationId\": \"003484\",\n                \"issuerId\": \"in.ac.kiit\",\n                \"name\": \"Kalinga Institute Of Industrial Technology, Bhubaneswar\",\n                \"description\": \"Kalinga Institute Of Industrial Technology, Bhubaneswar is issuing their Digital awards for the following years, through DigiLocker. These can be pulled by students into their DigiLocker accounts.\\n                Degree - 2009,2016,2017,2018,2019,2020,2021,2022,2023 \\n                Marksheet - NA \\n                Diploma - NA \\n                Transcript - 2017,2018,2019,2020,2021,2022\",\n                \"categories\": \"4,2\",\n                \"logo\": \"https://cf-media.api-setu.in/logo/issuers/003484.png\",\n                \"subdomain\": \"kiit\"\n            },\n            {\n                \"organisationId\": \"005917\",\n                \"issuerId\": \"in.ac.kiss\",\n                \"name\": \"Kalinga Institute Of Social Sciences (KISS)\",\n                \"description\": \"Kalinga Institute Of Social Sciences (KISS) is issuing their Digital awards for the following years, through DigiLocker. These can be pulled by students into their DigiLocker accounts \\n                Degree - 2019,2020,2021,2022 \\n                Marksheet - NA \\n                Diploma -  NA \\n                Transcript - NA\",\n                \"categories\": \"4,2\",\n                \"logo\": \"https://cf-media.api-setu.in/logo/issuers/005917.png\",\n                \"subdomain\": \"kiss\"\n            },\n            {\n                \"organisationId\": \"005944\",\n                \"issuerId\": \"in.edu.kamdhenuuni\",\n                \"name\": \"Kamdhenu University, Gandhinagar\",\n                \"description\": \"Kamdhenu University, Gandhinagar is issuing their Digital awards for the following years, through DigiLocker. These can be pulled by students into their DigiLocker accounts.\\n                Degree - 2023,2024 \\n                Marksheet - NA \\n                Diploma - NA \\n                Transcript - NA\",\n                \"categories\": \"4,2\",\n                \"logo\": \"https://cf-media.api-setu.in/logo/issuers/005944.png\",\n                \"subdomain\": \"kamdhenuuni\"\n            },\n            {\n                \"organisationId\": \"003121\",\n                \"issuerId\": \"in.ac.kannuruniversity\",\n                \"name\": \"Kannur University, Kannur\",\n                \"description\": \"Kannur University, Kannur is issuing their Digital awards for the following years, through DigiLocker. These can be pulled by students into their DigiLocker accounts.\\n                Degree - 2019,2020,2021,2022,2023 \\n                Marksheet - NA \\n                Diploma - NA \\n                Transcript - NA\",\n                \"categories\": \"4,2\",\n                \"logo\": \"https://cf-media.api-setu.in/logo/issuers/003121.png\",\n                \"subdomain\": \"kannuruniv\"\n            },\n            {\n                \"organisationId\": \"012745\",\n                \"issuerId\": \"in.ac.kmvjalandhar\",\n                \"name\": \"Kanya Maha Vidyalaya\",\n                \"description\": \"Kanya Maha Vidyalaya is issuing their Digital awards for the following years, through DigiLocker. These can be pulled by students into their DigiLocker accounts.\\n                Degree - NA \\n                Marksheet - 2021,2022,2023 \\n                Diploma - NA \\n                Transcript - NA\",\n                \"categories\": \"4,2\",\n                \"logo\": \"https://cf-media.api-setu.in/logo/issuers/012745.png\",\n                \"subdomain\": \"kmvjalandhar\"\n            },\n            {\n                \"organisationId\": \"004253\",\n                \"issuerId\": \"com.karanjiacollege\",\n                \"name\": \"Karanjia Autonomous College, Karanjia\",\n                \"description\": \"Karanjia Autonomous College, Karanjia is issuing their Digital awards for the following years, through DigiLocker. These can be pulled by students into their DigiLocker accounts \\r\\n                Degree - 2020 \\r\\n                Marksheet - 2017,2018,2019,2020,2021 \\r\\n                Diploma -  NA \\r\\n                Transcript - NA\",\n                \"categories\": \"4,2\",\n                \"logo\": \"https://cf-media.api-setu.in/logo/issuers/004253.png\",\n                \"subdomain\": \"karanjiacollege\"\n            },\n            {\n                \"organisationId\": \"087287\",\n                \"issuerId\": \"karmayogibharat.gov.in\",\n                \"name\": \"Karmayogi Bharat\",\n                \"description\": \"Learners of the iGOT platform can now enjoy the added convenience of seamlessly accessing, retrieving, and securely storing their certificates at DigiLocker.\",\n                \"categories\": \"3,2\",\n                \"logo\": \"https://cf-media.api-setu.in/logo/issuers/087287.png\",\n                \"subdomain\": \"karmayogibharat\"\n            },\n            {\n                \"organisationId\": \"001886\",\n                \"issuerId\": \"in.gov.transport\",\n                \"name\": \"Karnataka Department of Transport, Karnataka\",\n                \"description\": \"Driving License (DL) & Vehicle Registration Certificate (RC) as issued by Transport Department, Government of Karnataka (http://transport.karnataka.gov.in) can be pulled by citizens into their DigiLocker accounts.\",\n                \"categories\": \"4,11\",\n                \"logo\": \"https://cf-media.api-setu.in/logo/issuers/001886.png\",\n                \"subdomain\": \"transportka\"\n            },\n            {\n                \"organisationId\": \"002276\",\n                \"issuerId\": \"in.kiadb\",\n                \"name\": \"Karnataka Industrial Areas Development Board\",\n                \"description\": \"KIADB, AP (http://en.kiadb.in/) is the online s for Karnataka State Govt. Certain documents issued by it (e.g. Allotment Letter,Building Plan, Water Supply Connection, NOC For Banks etc) are made available in citizens' DigiLocker accounts.\",\n                \"categories\": \"4,11\",\n                \"logo\": \"https://cf-media.api-setu.in/logo/issuers/002276.png\",\n                \"subdomain\": \"kiadb\"\n            },\n            {\n                \"organisationId\": \"004935\",\n                \"issuerId\": \"in.ac.janapadauniversity\",\n                \"name\": \"Karnataka Janapada Vishwavidyalaya, Gotagodi\",\n                \"description\": \"Karnataka Janapada Vishwavidyalaya, Gotagodi is issuing their Digital awards for the following years, through DigiLocker. These can be pulled by students into their DigiLocker accounts.\\n                Degree - 2014,2015,2016,2017,2018,2019,2020,2021 \\n                Marksheet - 2013,2014,2015,2016,2017,2018,2019,2020,2022 \\n                Diploma - NA \\n                Transcript - NA\",\n                \"categories\": \"4,2\",\n                \"logo\": \"https://cf-media.api-setu.in/logo/issuers/004935.png\",\n                \"subdomain\": \"janapadauniversity\"\n            },\n            {\n                \"organisationId\": \"003911\",\n                \"issuerId\": \"in.nic.kar.kpsc\",\n                \"name\": \"Karnataka Public Service Commission\",\n                \"description\": \"The Public Service Commission was constituted under the provisions of the Constitution of India on 18-05-1951. In accordance with the provisions of clause 14 of the Public Service Commission Regulations 1950, the staff of the Public Service Commissioner as it stood on 18-05-1951, was continued as the nucleus of the staff of the Public Service Commission.\",\n                \"categories\": \"4,30\",\n                \"logo\": \"https://cf-media.api-setu.in/logo/issuers/003911.png\",\n                \"subdomain\": \"karkpsc\"\n            },\n            {\n                \"organisationId\": \"004956\",\n                \"issuerId\": \"in.ac.ksu\",\n                \"name\": \"Karnataka Samskrit University\",\n                \"description\": \"Karnataka Samskrit University is issuing their Digital awards for the following years, through DigiLocker. These can be pulled by students into their DigiLocker accounts.\\n                Degree - 2017,2018,2019,2020,2021 \\n                Marksheet - 2017,2018,2019,2020,2021,2023 \\n                Diploma - NA \\n                Transcript - NA\",\n                \"categories\": \"4,2\",\n                \"logo\": \"https://cf-media.api-setu.in/logo/issuers/004956.png\",\n                \"subdomain\": \"karnatakasamskrit\"\n            },\n            {\n                \"organisationId\": \"057221\",\n                \"issuerId\": \"in.gov.karnataka.kseab\",\n                \"name\": \"KARNATAKA SCHOOL EXAMINATION AND ASSESSMENT BOARD\",\n                \"description\": \"KARNATAKA SCHOOL EXAMINATION AND ASSESSMENT BOARD is issuing their Digital awards for the following years, through DigiLocker. These can be pulled by students into their DigiLocker accounts \\n                Degree - NA \\n                Marksheet - 2023,2024 \\n                Diploma -  2023 \\n                Transcript - NA\",\n                \"categories\": \"4,2\",\n                \"logo\": \"https://cf-media.api-setu.in/logo/issuers/null\",\n                \"subdomain\": \"karnatakakseab\"\n            },\n            {\n                \"organisationId\": \"003968\",\n                \"issuerId\": \"in.nic.kar.kseeb\",\n                \"name\": \"Karnataka Secondary Education Examination Board\",\n                \"description\": \"Karnataka Secondary Education Examination Board is issuing their Digital awards for the following years, through DigiLocker. These can be pulled by students into their DigiLocker accounts \\r\\n                Degree - NA \\r\\n                Marksheet - 2003,2004,2005,2006,2007,2008,2009,2010,2011,2012,2013,2014,2015,2016,2017,2018,2019,2020,2021,2022,2023 \\r\\n                Diploma -  NA \\r\\n                Transcript - NA\",\n                \"categories\": \"4,2\",\n                \"logo\": \"https://cf-media.api-setu.in/logo/issuers/003968.png\",\n                \"subdomain\": \"kseebkrnad\"\n            },\n            {\n                \"organisationId\": \"004091\",\n                \"issuerId\": \"in.ac.kswu\",\n                \"name\": \"Karnataka State Akkamahadevi Women's University, Vijayapura\",\n                \"description\": \"Karnataka State Akkamahadevi Women's University, Vijayapura is issuing their Digital awards for the following years, through DigiLocker. These can be pulled by students into their DigiLocker accounts.\\n                Degree - 2015,2016,2017,2018,2019,2020 \\n                Marksheet - 2014,2015,2016,2017,2018,2019,2020,2021,2022 \\n                Diploma - NA \\n                Transcript - NA\",\n                \"categories\": \"4,2\",\n                \"logo\": \"https://cf-media.api-setu.in/logo/issuers/004091.png\",\n                \"subdomain\": \"kswu\"\n            },\n            {\n                \"organisationId\": \"001898\",\n                \"issuerId\": \"in.nic.kar.pue\",\n                \"name\": \"Karnataka State Board (Department of Pre University Education)\",\n                \"description\": \"Karnataka State Board (Department of Pre University Education) is issuing their Digital awards for the following years, through DigiLocker. These can be pulled by students into their DigiLocker accounts \\n                Degree - NA \\n                Marksheet - 2008,2009,2010,2011,2012,2013,2014,2015,2016,2017,2018,2019,2020,2021,2022,2023 \\n                Diploma -  NA \\n                Transcript - NA\",\n                \"categories\": \"4,2\",\n                \"logo\": \"https://cf-media.api-setu.in/logo/issuers/001898.png\",\n                \"subdomain\": \"puekar\"\n            },\n            {\n                \"organisationId\": \"006149\",\n                \"issuerId\": \"org.ksdneb\",\n                \"name\": \"Karnataka State Diploma in Nursing Examination Board\",\n                \"description\": \"Karnataka State Diploma in Nursing Examination Board is issuing their Digital awards for the following years, through DigiLocker. These can be pulled by students into their DigiLocker accounts.\\n                Degree - NA \\n                Marksheet - 2012 \\n                Diploma - 2014,2015,2016,2017,2018,2019,2020,2023,2024 \\n                Transcript - NA\",\n                \"categories\": \"4,2\",\n                \"logo\": \"https://cf-media.api-setu.in/logo/issuers/006149.png\",\n                \"subdomain\": \"ksdneb\"\n            },\n            {\n                \"organisationId\": \"005265\",\n                \"issuerId\": \"in.ac.musicuniversity\",\n                \"name\": \"Karnataka State Dr. Gangubai Hangal Music And Performing Arts University\",\n                \"description\": \"Karnataka State Dr. Gangubai Hangal Music And Performing Arts University is issuing their Digital awards for the following years, through DigiLocker. These can be pulled by students into their DigiLocker accounts.\\n                Degree - 2020 \\n                Marksheet - 2017,2018,2019 \\n                Diploma - NA \\n                Transcript - NA\",\n                \"categories\": \"4,2\",\n                \"logo\": \"https://cf-media.api-setu.in/logo/issuers/005265.png\",\n                \"subdomain\": \"musicuniversity\"\n            },\n            {\n                \"organisationId\": \"005775\",\n                \"issuerId\": \"in.ac.kslu\",\n                \"name\": \"Karnataka State Law University, Hubli\",\n                \"description\": \"Karnataka State Law University, Hubli is issuing their Digital awards for the following years, through DigiLocker. These can be pulled by students into their DigiLocker accounts.\\r\\n                Degree - NA \\r\\n                Marksheet - NA \\r\\n                Diploma - NA \\r\\n                Transcript - NA\",\n                \"categories\": \"4,2\",\n                \"logo\": \"https://cf-media.api-setu.in/logo/issuers/005775.png\",\n                \"subdomain\": \"kslu\"\n            },\n            {\n                \"organisationId\": \"004376\",\n                \"issuerId\": \"in.ac.ksoumysuru\",\n                \"name\": \"Karnataka State Open University, Mysuru\",\n                \"description\": \"Karnataka State Open University, Mysore is issuing their Digital awards for the following years, through DigiLocker. These can be pulled by students into their DigiLocker accounts.\\r\\n                Degree - 2019,2020,2021,2022 \\r\\n                Marksheet - 2019 \\r\\n                Diploma - 2021,2022 \\r\\n                Transcript - NA\",\n                \"categories\": \"4,2\",\n                \"logo\": \"https://cf-media.api-setu.in/logo/issuers/004376.png\",\n                \"subdomain\": \"ksoumysuru\"\n            },\n            {\n                \"organisationId\": \"005167\",\n                \"issuerId\": \"in.ac.ksrdpru\",\n                \"name\": \"Karnataka State Rural Development And Panchayat Raj University\",\n                \"description\": \"Karnataka State Rural Development And Panchayat Raj University is issuing their Digital awards for the following years, through DigiLocker. These can be pulled by students into their DigiLocker accounts \\n                Degree - 2020,2021,2022,2023 \\n                Marksheet - 2018,2020,2021,2022 \\n                Diploma -  NA \\n                Transcript - NA\",\n                \"categories\": \"4,2\",\n                \"logo\": \"https://cf-media.api-setu.in/logo/issuers/005167.png\",\n                \"subdomain\": \"ksrdpruniversity\"\n            },\n            {\n                \"organisationId\": \"004936\",\n                \"issuerId\": \"in.ac.kud\",\n                \"name\": \"Karnataka University, Dharwad\",\n                \"description\": \"Karnataka University, Dharwad is issuing their Digital awards for the following years, through DigiLocker. These can be pulled by students into their DigiLocker accounts.\\n                Degree - 2012,2013,2014,2015,2016,2017,2018,2019,2020,2021,2022,2023 \\n                Marksheet - 2009,2010,2011,2012,2013,2014,2015,2016,2017,2018,2019,2020,2021 \\n                Diploma - NA \\n                Transcript - NA\",\n                \"categories\": \"4,2\",\n                \"logo\": \"https://cf-media.api-setu.in/logo/issuers/004936.png\",\n                \"subdomain\": \"karnatakauniversity\"\n            },\n            {\n                \"organisationId\": \"004155\",\n                \"issuerId\": \"in.nic.kar.kvafsu\",\n                \"name\": \"Karnataka Veterinary, Animal & Fisheries Sciences University, Nandinagar\",\n                \"description\": \"Karnataka Veterinary, Animal & Fisheries Sciences University, Nandinagar is issuing their Digital awards for the following years, through DigiLocker. These can be pulled by students into their DigiLocker accounts.\\n                Degree - 2015,2016,2017,2018,2019,2020,2021,2022,2023 \\n                Marksheet - NA \\n                Diploma - NA \\n                Transcript - NA\",\n                \"categories\": \"4,2\",\n                \"logo\": \"https://cf-media.api-setu.in/logo/issuers/004155.png\",\n                \"subdomain\": \"kvafsu\"\n            },\n            {\n                \"organisationId\": \"005595\",\n                \"issuerId\": \"in.edu.karnavatiuniversity\",\n                \"name\": \"Karnavati University\",\n                \"description\": \"Karnavati University is issuing their Digital awards for the following years, through DigiLocker. These can be pulled by students into their DigiLocker accounts \\n                Degree - 2019,2020,2021,2022 \\n                Marksheet - 2020,2021,2022 \\n                Diploma -  NA \\n                Transcript - NA\",\n                \"categories\": \"4,2\",\n                \"logo\": \"https://cf-media.api-setu.in/logo/issuers/005595.png\",\n                \"subdomain\": \"karnavatiuniversity\"\n            },\n            {\n                \"organisationId\": \"010352\",\n                \"issuerId\": \"in.edu.kahedu\",\n                \"name\": \"Karpagam Academy Of Higher Education, Coimbatore\",\n                \"description\": \"Karpagam Academy Of Higher Education, Coimbatore is issuing their Digital awards for the following years, through DigiLocker. These can be pulled by students into their DigiLocker accounts \\r\\n                Degree - NA \\r\\n                Marksheet - 2022,2023 \\r\\n                Diploma -  NA \\r\\n                Transcript - NA\",\n                \"categories\": \"4,2\",\n                \"logo\": \"https://cf-media.api-setu.in/logo/issuers/010352.png\",\n                \"subdomain\": \"kahedu\"\n            },\n            {\n                \"organisationId\": \"003032\",\n                \"issuerId\": \"edu.karunya\",\n                \"name\": \"Karunya Institute of Technology and Sciences, Coimbatore\",\n                \"description\": \"Karunya Institute of Technology and Sciences, Coimbatore is issuing their Digital awards for the following years, through DigiLocker. These can be pulled by students into their DigiLocker accounts.\\n                Degree - 2012,2013,2014,2015,2016,2017,2018,2019,2020,2021,2022,2023 \\n                Marksheet - 2020,2021,2022 \\n                Diploma - NA \\n                Transcript - NA\",\n                \"categories\": \"4,2\",\n                \"logo\": \"https://cf-media.api-setu.in/logo/issuers/003032.png\",\n                \"subdomain\": \"karunya\"\n            },\n            {\n                \"organisationId\": \"005084\",\n                \"issuerId\": \"in.ac.nmu\",\n                \"name\": \"Kavayitri Bahinabai Chaudhari North Maharashtra University, Jalgaon\",\n                \"description\": \"Kavayitri Bahinabai Chaudhari North Maharashtra University, Jalgaon is issuing their Digital awards for the following years, through DigiLocker. These can be pulled by students into their DigiLocker accounts.\\n                Degree - 2011,2012,2013,2014,2015,2016,2017,2018,2019,2020,2021,2022,2023 \\n                Marksheet - 2022 \\n                Diploma - NA \\n                Transcript - NA\",\n                \"categories\": \"4,2\",\n                \"logo\": \"https://cf-media.api-setu.in/logo/issuers/005084.png\",\n                \"subdomain\": \"nmu\"\n            },\n            {\n                \"organisationId\": \"005497\",\n                \"issuerId\": \"ac.digitaluniversity.kksanskrituni\",\n                \"name\": \"Kavi Kulguru Kalidas Sanskrit Vishwavidyalaya, Ramtek\",\n                \"description\": \"Kavi Kulguru Kalidas Sanskrit Vishwavidyalaya, Ramtek is issuing their Digital awards for the following years, through DigiLocker. These can be pulled by students into their DigiLocker accounts \\n                Degree - 2019,2020 \\n                Marksheet - NA \\n                Diploma -  2019,2020 \\n                Transcript - NA\",\n                \"categories\": \"4,2\",\n                \"logo\": \"https://cf-media.api-setu.in/logo/issuers/005497.png\",\n                \"subdomain\": \"kksanskrituni\"\n            },\n            {\n                \"organisationId\": \"010560\",\n                \"issuerId\": \"in.ac.knu\",\n                \"name\": \"Kazi Nazrul University, Asansol\",\n                \"description\": \"Kazi Nazrul University, Asansol is issuing their Digital awards for the following years, through DigiLocker. These can be pulled by students into their DigiLocker accounts \\n                Degree - 2021,2022 \\n                Marksheet - NA \\n                Diploma -  2020,2021,2022 \\n                Transcript - NA\",\n                \"categories\": \"4,2\",\n                \"logo\": \"https://cf-media.api-setu.in/logo/issuers/010560.png\",\n                \"subdomain\": \"knu\"\n            },\n            {\n                \"organisationId\": \"004086\",\n                \"issuerId\": \"org.kimds\",\n                \"name\": \"Kejriwal Institute of Management and Development Studies\",\n                \"description\": \"Kejriwal Institute Of Management And Development Studies is issuing their Digital awards for the following years, through DigiLocker. These can be pulled by students into their DigiLocker accounts \\n                Degree - 2021 \\n                Marksheet - NA \\n                Diploma -  NA \\n                Transcript - NA\",\n                \"categories\": \"4,2\",\n                \"logo\": \"https://cf-media.api-setu.in/logo/issuers/004086.png\",\n                \"subdomain\": \"kimdsranchi\"\n            },\n            {\n                \"organisationId\": \"005607\",\n                \"issuerId\": \"in.edu.kac\",\n                \"name\": \"Kendrapara Autonomous College, Kendrapara\",\n                \"description\": \"Kendrapara Autonomous College, Kendrapara is issuing their Digital awards for the following years, through DigiLocker. These can be pulled by students into their DigiLocker accounts \\n                Degree - NA \\n                Marksheet - 2018,2019,2020,2021 \\n                Diploma -  NA \\n                Transcript - NA\",\n                \"categories\": \"4,2\",\n                \"logo\": \"https://cf-media.api-setu.in/logo/issuers/005607.png\",\n                \"subdomain\": \"kac\"\n            },\n            {\n                \"organisationId\": \"003850\",\n                \"issuerId\": \"in.kau\",\n                \"name\": \"Kerala Agricultural University, Thrissur\",\n                \"description\": \"Kerala Agricultural University, Thrissur is issuing their Digital awards for the following years, through DigiLocker. These can be pulled by students into their DigiLocker accounts.\\n                Degree - 1983,1992,1997,2004,2009,2010,2016,2017,2018,2019,2020,2021,2022,2023 \\n                Marksheet - NA \\n                Diploma - 2016,2017,2021,2022,2023 \\n                Transcript - NA\",\n                \"categories\": \"4,2\",\n                \"logo\": \"https://cf-media.api-setu.in/logo/issuers/003850.png\",\n                \"subdomain\": \"kau\"\n            },\n            {\n                \"organisationId\": \"002709\",\n                \"issuerId\": \"in.gov.keralapsc\",\n                \"name\": \"Kerala Public Service Commission\",\n                \"description\": \" The following issued documents can be integrated with DigiLocker and get used by candidates for service delivery - 1.One Time Verification -OTV certificate ? issued to candidates qualified for appointment for posts in Govt. Sector to produce to the concerned dept. after scrutinizing their the relevant documents to prove their qualifications, age, etc.2. Admission Tickets for appearing Online, OMR Exams, Physical Test, Interview etc. 3.Departmental Test Certificates- is issued to employees in Govt. sector\",\n                \"categories\": \"4,30\",\n                \"logo\": \"https://cf-media.api-setu.in/logo/issuers/002709.jpg\",\n                \"subdomain\": \"keralapsc\"\n            },\n            {\n                \"organisationId\": \"002002\",\n                \"issuerId\": \"in.keralapareekshabhavan\",\n                \"name\": \"Kerala State Board of Public Examinations\",\n                \"description\": \"Kerala Board of Public Examination is the state level education board of Kerala. It is administered by the Government of Kerala. The board is responsible for conducting various examinations on the basis of a unified law. Its headquarters are located at Pareeksha Bhavan, Poojapura, Thiruvananthapuram\",\n                \"categories\": \"4,2\",\n                \"logo\": \"https://cf-media.api-setu.in/logo/issuers/002002.png\",\n                \"subdomain\": \"pareekshabhavanker\"\n            },\n            {\n                \"organisationId\": \"021801\",\n                \"issuerId\": \"in.kseb\",\n                \"name\": \"Kerala State Electricity Board Limited\",\n                \"description\": \"Kerala State Electricity Board is issuing Electricity bills to the consumers. These Electricity bills can be fetched by the users in their DigiLocker account.\",\n                \"categories\": \"4\",\n                \"logo\": \"https://cf-media.api-setu.in/logo/issuers/021801.png\",\n                \"subdomain\": \"kseb\"\n            },\n            {\n                \"organisationId\": \"003918\",\n                \"issuerId\": \"in.gov.kerala.itmission\",\n                \"name\": \"Kerala State IT Mission\",\n                \"description\": \"\",\n                \"categories\": \"4\",\n                \"logo\": \"https://cf-media.api-setu.in/logo/issuers/003918.png\",\n                \"subdomain\": \"na\"\n            },\n            {\n                \"organisationId\": \"005126\",\n                \"issuerId\": \"in.ac.duk\",\n                \"name\": \"Kerala University of Digital Sciences, Innovation and Technology\",\n                \"description\": \"Kerala University of Digital Sciences, Innovation and Technology, is issuing their Digital awards for the following years, through DigiLocker. These can be pulled by students into their DigiLocker accounts.\\r\\n                Degree - NA \\r\\n                Marksheet - NA \\r\\n                Diploma - NA \\r\\n                Transcript - NA\",\n                \"categories\": \"4,2\",\n                \"logo\": \"https://cf-media.api-setu.in/logo/issuers/005126.png\",\n                \"subdomain\": \"duk\"\n            },\n            {\n                \"organisationId\": \"004054\",\n                \"issuerId\": \"in.ac.kufos\",\n                \"name\": \"Kerala University Of Fisheries & Ocean Studies, Kochi\",\n                \"description\": \"Kerala University Of Fisheries & Ocean Studies, Kochi is issuing their Digital awards for the following years, through DigiLocker. These can be pulled by students into their DigiLocker accounts.\\n                Degree - 2020,2021,2022 \\n                Marksheet - NA \\n                Diploma - NA \\n                Transcript - NA\",\n                \"categories\": \"4,2\",\n                \"logo\": \"https://cf-media.api-setu.in/logo/issuers/004054.png\",\n                \"subdomain\": \"kufoskochi\"\n            },\n            {\n                \"organisationId\": \"003430\",\n                \"issuerId\": \"in.ac.kvasu\",\n                \"name\": \"KERALA VETERINARY & ANIMAL SCIENCES UNIVERSITY, WAYANAD\",\n                \"description\": \"KERALA VETERINARY & ANIMAL SCIENCES UNIVERSITY, WAYANAD is issuing their Digital awards for the following years, through DigiLocker. These can be pulled by students into their DigiLocker accounts \\n                Degree - 2019,2020,2021,2022,2023 \\n                Marksheet - NA \\n                Diploma -  NA \\n                Transcript - NA\",\n                \"categories\": \"4,2\",\n                \"logo\": \"https://cf-media.api-setu.in/logo/issuers/003430.png\",\n                \"subdomain\": \"kvasu\"\n            },\n            {\n                \"organisationId\": \"094924\",\n                \"issuerId\": \"com.mfskfintech\",\n                \"name\": \"KFin Technologies Limited\",\n                \"description\": \"NULL\",\n                \"categories\": \"993,1\",\n                \"logo\": \"https://cf-media.api-setu.in/logo/issuers/094924.png\",\n                \"subdomain\": \"kfintech\"\n            },\n            {\n                \"organisationId\": \"005274\",\n                \"issuerId\": \"com.university.kbn\",\n                \"name\": \"Khaja Bandanawaz University\",\n                \"description\": \"Khaja Bandanawaz University is issuing their Digital awards for the following years, through DigiLocker. These can be pulled by students into their DigiLocker accounts.\\n                Degree - NA \\n                Marksheet - 2019,2020,2021 \\n                Diploma - NA \\n                Transcript - NA\",\n                \"categories\": \"4,2\",\n                \"logo\": \"https://cf-media.api-setu.in/logo/issuers/005274.png\",\n                \"subdomain\": \"kbnu\"\n            },\n            {\n                \"organisationId\": \"008878\",\n                \"issuerId\": \"in.sikkimstateuni\",\n                \"name\": \"Khangchendzonga State University, Sikkim\",\n                \"description\": \" Khangchendzonga State University, Sikkim is issuing their Digital awards for the following years, through DigiLocker. These can be pulled by students into their DigiLocker accounts.\\n                Degree - 2020,2021,2022,2024 \\n                Marksheet - 2020,2021,2022,2023 \\n                Diploma - NA \\n                Transcript - NA\",\n                \"categories\": \"4,2\",\n                \"logo\": \"https://cf-media.api-setu.in/logo/issuers/008878.png\",\n                \"subdomain\": \"sikkimstateuni\"\n            },\n            {\n                \"organisationId\": \"005678\",\n                \"issuerId\": \"in.khariarautocollege\",\n                \"name\": \"Khariar Autonomous College, Khariar\",\n                \"description\": \"Khariar Autonomous College, Khariar is issuing their Digital awards for the following years, through DigiLocker. These can be pulled by students into their DigiLocker accounts \\n                Degree - NA \\n                Marksheet - 2017,2018,2019,2020,2021 \\n                Diploma -  NA \\n                Transcript - NA\",\n                \"categories\": \"4,2\",\n                \"logo\": \"https://cf-media.api-setu.in/logo/issuers/005678.png\",\n                \"subdomain\": \"khariarautocollege\"\n            },\n            {\n                \"organisationId\": \"003919\",\n                \"issuerId\": \"in.ac.uafulucknow\",\n                \"name\": \"Khwaja Moinuddin Chishti Language University, Lucknow\",\n                \"description\": \"Khwaja Moinuddin Chishti Language University, Lucknow is issuing their Digital awards for the following years, through DigiLocker. These can be pulled by students into their DigiLocker accounts \\n                Degree - 2015,2016,2017,2018,2019,2020,2021,2022 \\n                Marksheet - 2013,2014,2015,2016,2017,2018,2019,2020,2021,2022,2023 \\n                Diploma -  2015,2016,2017,2018,2019,2020,2021,2022 \\n                Transcript - NA\",\n                \"categories\": \"4,2\",\n                \"logo\": \"https://cf-media.api-setu.in/logo/issuers/003919.png\",\n                \"subdomain\": \"uafulucknow\"\n            },\n            {\n                \"organisationId\": \"003985\",\n                \"issuerId\": \"org.kgmu\",\n                \"name\": \"King George Medical University\",\n                \"description\": \"King George Medical University is issuing their Digital awards for the following years, through DigiLocker. These can be pulled by students into their DigiLocker accounts \\n                Degree - 2020 \\n                Marksheet - 2021,2024 \\n                Diploma -  NA \\n                Transcript - NA\",\n                \"categories\": \"4,2\",\n                \"logo\": \"https://cf-media.api-setu.in/logo/issuers/003985.png\",\n                \"subdomain\": \"kgmu\"\n            },\n            {\n                \"organisationId\": \"006636\",\n                \"issuerId\": \"in.ac.kiams\",\n                \"name\": \"Kirloskar Institute Of Advanced Management Studies\",\n                \"description\": \"Kirloskar Institute Of Advanced Management Studies is issuing their Digital awards for the following years, through DigiLocker. These can be pulled by students into their DigiLocker accounts \\r\\n                Degree - 2012,2013,2014,2015,2016,2017,2018,2019,2020,2021,2022 \\r\\n                Marksheet - NA \\r\\n                Diploma -  NA \\r\\n                Transcript - NA\",\n                \"categories\": \"4,2\",\n                \"logo\": \"https://cf-media.api-setu.in/logo/issuers/006636.png\",\n                \"subdomain\": \"kiams\"\n            },\n            {\n                \"organisationId\": \"005101\",\n                \"issuerId\": \"in.edu.kledeemeduniversity\",\n                \"name\": \"KLE Academy of Higher Education and Research\",\n                \"description\": \"KLE Academy of Higher Education and Research is issuing their Digital awards for the following years, through DigiLocker. These can be pulled by students into their DigiLocker accounts \\n                Degree - 2010,2011,2012,2013,2014,2015,2016,2017,2018,2019,2020,2021,2022,2023 \\n                Marksheet - 2023,2024 \\n                Diploma -  2023 \\n                Transcript - NA\",\n                \"categories\": \"4,2\",\n                \"logo\": \"https://cf-media.api-setu.in/logo/issuers/005101.png\",\n                \"subdomain\": \"kleacademy\"\n            },\n            {\n                \"organisationId\": \"055060\",\n                \"issuerId\": \"in.edu.rlsinstitute\",\n                \"name\": \"KLE SOCIETY'S RAJA LAKHAMAGOUDA SCIENCE INSTITUTE (AUTONOMOUS), BELAGAVI\",\n                \"description\": \"The institute has registered through NAD portal.\",\n                \"categories\": \"4,2\",\n                \"logo\": \"https://cf-media.api-setu.in/logo/issuers/055060.png\",\n                \"subdomain\": \"rlsinstitute\"\n            },\n            {\n                \"organisationId\": \"004040\",\n                \"issuerId\": \"in.ac.kletech\",\n                \"name\": \"KLE Technological University\",\n                \"description\": \"KLE Technological University is issuing their Digital awards for the following years, through DigiLocker. These can be pulled by students into their DigiLocker accounts.\\n                Degree - 2017,2018,2019,2020,2021,2022,2023 \\n                Marksheet - 2016,2017,2018,2019,2021 \\n                Diploma - NA \\n                Transcript - NA\",\n                \"categories\": \"4,2\",\n                \"logo\": \"https://cf-media.api-setu.in/logo/issuers/004040.png\",\n                \"subdomain\": \"kletechuniv\"\n            },\n            {\n                \"organisationId\": \"027475\",\n                \"issuerId\": \"edu.klsimer\",\n                \"name\": \"KLS INSTITUTE OF MANAGEMENT EDUCATION AND RESEARCH, BELAGAVI\",\n                \"description\": \"The institute has registered through NAD portal.\",\n                \"categories\": \"4,2\",\n                \"logo\": \"https://cf-media.api-setu.in/logo/issuers/027475.png\",\n                \"subdomain\": \"klsimer\"\n            },\n            {\n                \"organisationId\": \"003913\",\n                \"issuerId\": \"in.ac.kolhanuniversity\",\n                \"name\": \"Kolhan University,  West Singhbhum\",\n                \"description\": \"Kolhan University,  West Singhbhum is issuing their Digital awards for the following years, through DigiLocker. These can be pulled by students into their DigiLocker accounts \\n                Degree - 2013,2014,2015,2016,2017,2018,2019 \\n                Marksheet - NA \\n                Diploma -  NA \\n                Transcript - NA\",\n                \"categories\": \"4,2\",\n                \"logo\": \"https://cf-media.api-setu.in/logo/issuers/003913.png\",\n                \"subdomain\": \"kolhanuniversity\"\n            },\n            {\n                \"organisationId\": \"003239\",\n                \"issuerId\": \"in.kluniversity\",\n                \"name\": \"Koneru Lakshmaiah Education Foundation, Guntur\",\n                \"description\": \"Koner is issuing their Digital awards for the following years, through DigiLocker. These can be pulled by students into their DigiLocker accounts \\r\\n                Degree - 2020,2021 \\r\\n                Marksheet - NA \\r\\n                Diploma -  NA \\r\\n                Transcript - NA\",\n                \"categories\": \"4,2\",\n                \"logo\": \"https://cf-media.api-setu.in/logo/issuers/003239.png\",\n                \"subdomain\": \"kluniversity\"\n            },\n            {\n                \"organisationId\": \"041479\",\n                \"issuerId\": \"ac.in.kasc\",\n                \"name\": \"KONGU ARTS AND SCIENCE COLLEGE\",\n                \"description\": \"The institute has registered through NAD portal.\",\n                \"categories\": \"4,2\",\n                \"logo\": \"https://cf-media.api-setu.in/logo/issuers/041479.png\",\n                \"subdomain\": \"acinkasc\"\n            },\n            {\n                \"organisationId\": \"002583\",\n                \"issuerId\": \"com.kotak.insurance\",\n                \"name\": \"Kotak Life Insurance\",\n                \"description\": \"Insurance policies issued by Kotak Life Insurance (https://insurance.kotak.com) are available on DigiLocker and can be downloaded by citizens to their account.\",\n                \"categories\": \"993,1\",\n                \"logo\": \"https://cf-media.api-setu.in/logo/issuers/002583.jpg\",\n                \"subdomain\": \"kotakinsurance\"\n            },\n            {\n                \"organisationId\": \"002506\",\n                \"issuerId\": \"com.kotakgeneralinsurance\",\n                \"name\": \"Kotak Mahindra General Insurance Company Ltd.\",\n                \"description\": \"Insurance Policies such as Health, Car, Two Wheeler, Group, Home etc. issued by KOTAK MAHINDRA GENERAL INSURANCE are available to be pulled by citizens.\",\n                \"categories\": \"993,1\",\n                \"logo\": \"https://cf-media.api-setu.in/logo/issuers/002506.jpg\",\n                \"subdomain\": \"kotakgeneralinsurance\"\n            },\n            {\n                \"organisationId\": \"012153\",\n                \"issuerId\": \"in.gov.karnataka.kpme\",\n                \"name\": \"KPME (Department of Health and Family Welfare Services)\",\n                \"description\": \"Karnataka Private Medical Establishment Act is an amendment to the existing KPME Bill that intends to bring the PMEs under the purview of the government to promote quality health care Every Private Medical Establishment needs to register in this portal by entering the establishment details and making the payment depends on the category of establishment to get the KPME License Certificate.\",\n                \"categories\": \"4\",\n                \"logo\": \"https://cf-media.api-setu.in/logo/issuers/012153.jpg\",\n                \"subdomain\": \"kpme\"\n            },\n            {\n                \"organisationId\": \"009964\",\n                \"issuerId\": \"in.ac.kskvku\",\n                \"name\": \"Krantiguru Shyamji Krishna Verma Kachchh University, Kachchh\",\n                \"description\": \"Krantiguru Shyamji Krishna Verma Kachchh University, Kachchh  is issuing their Digital awards for the following years, through DigiLocker. These can be pulled by students into their DigiLocker accounts \\n                Degree - 2021,2022 \\n                Marksheet - NA \\n                Diploma -  NA \\n                Transcript - NA\",\n                \"categories\": \"4,2\",\n                \"logo\": \"https://cf-media.api-setu.in/logo/issuers/009964.png\",\n                \"subdomain\": \"kskvku\"\n            },\n            {\n                \"organisationId\": \"002505\",\n                \"issuerId\": \"in.kkhsou\",\n                \"name\": \"Krishna Kanta Handiqui State Open University (KKHSOU)\",\n                \"description\": \"Krishna  Kanta  Handiqui State  Open  University is issuing their Digital awards for the following years, through DigiLocker. These can be pulled by students into their DigiLocker accounts \\n                Degree - 2016,2017,2018,2019,2020 \\n                Marksheet - 2023 \\n                Diploma -  NA \\n                Transcript - NA\",\n                \"categories\": \"4,2\",\n                \"logo\": \"https://cf-media.api-setu.in/logo/issuers/002505.jpg\",\n                \"subdomain\": \"kkhsou\"\n            },\n            {\n                \"organisationId\": \"014434\",\n                \"issuerId\": \"in.kimskarad\",\n                \"name\": \"Krishna Vishwa Vidyapeeth (Formerly Krishna Institute of Medical Sciences)\",\n                \"description\": \"Krishna Vishwa Vidyapeeth (Formerly Krishna Institute of Medical Sciences) is issuing their Digital awards for the following years, through DigiLocker. These can be pulled by students into their DigiLocker accounts \\n                Degree - 2020,2021,2023 \\n                Marksheet - 2014,2015,2016,2017,2021,2022,2023 \\n                Diploma -  NA \\n                Transcript - NA\",\n                \"categories\": \"4,2\",\n                \"logo\": \"https://cf-media.api-setu.in/logo/issuers/014434.png\",\n                \"subdomain\": \"kimskarad\"\n            },\n            {\n                \"organisationId\": \"003261\",\n                \"issuerId\": \"in.org.kav\",\n                \"name\": \"Krishnaguru Adhyatmik Visvavidyalaya\",\n                \"description\": \"Krishnaguru Adhyatmik Visvavidyalaya is issuing their Digital awards for the following years, through DigiLocker. These can be pulled by students into their DigiLocker accounts \\n                Degree - 2021 \\n                Marksheet - NA \\n                Diploma -  NA \\n                Transcript - NA\",\n                \"categories\": \"4,2\",\n                \"logo\": \"https://cf-media.api-setu.in/logo/issuers/003261.png\",\n                \"subdomain\": \"kav\"\n            },\n            {\n                \"organisationId\": \"034187\",\n                \"issuerId\": \"in.edu.kristujayanti\",\n                \"name\": \"KRISTU JAYANTI COLLEGE\",\n                \"description\": \"KRISTU JAYANTI COLLEGE is issuing their Digital awards for the following years, through DigiLocker. These can be pulled by students into their DigiLocker accounts \\n                Degree - NA \\n                Marksheet - 2021 \\n                Diploma -  NA \\n                Transcript - NA\",\n                \"categories\": \"4,2\",\n                \"logo\": \"https://cf-media.api-setu.in/logo/issuers/034187.png\",\n                \"subdomain\": \"kristujayanti\"\n            },\n            {\n                \"organisationId\": \"003274\",\n                \"issuerId\": \"in.ac.kbvsasun\",\n                \"name\": \"Kumar Bhaskar Varma Sanskrit And Ancient Studies University\",\n                \"description\": \"Kumar Bhaskar Varma Sanskrit And Ancient Studies University is issuing their Digital awards for the following years, through DigiLocker. These can be pulled by students into their DigiLocker accounts \\n                Degree - NA \\n                Marksheet - 2018,2019,2020,2021,2022 \\n                Diploma -  NA \\n                Transcript - NA\",\n                \"categories\": \"4,2\",\n                \"logo\": \"https://cf-media.api-setu.in/logo/issuers/003274.png\",\n                \"subdomain\": \"kbvsasun\"\n            },\n            {\n                \"organisationId\": \"004140\",\n                \"issuerId\": \"in.ac.kunainital\",\n                \"name\": \"Kumaun University, Nainital\",\n                \"description\": \"Kumaun University, Nainital  is issuing their Digital awards for the following years, through DigiLocker. These can be pulled by students into their DigiLocker accounts \\n                Degree - 2016,2017,2018,2019,2020,2021 \\n                Marksheet - 2019 \\n                Diploma -  NA \\n                Transcript - NA\",\n                \"categories\": \"4,2\",\n                \"logo\": \"https://cf-media.api-setu.in/logo/issuers/004140.jpg\",\n                \"subdomain\": \"kunainital\"\n            },\n            {\n                \"organisationId\": \"005377\",\n                \"issuerId\": \"in.ac.kuk\",\n                \"name\": \"Kurukshetra University, Kurukshetra\",\n                \"description\": \"Kurukshetra University, Kurukshetra is issuing their Digital awards for the following years, through DigiLocker. These can be pulled by students into their DigiLocker accounts \\n                Degree - NA \\n                Marksheet - 2019,2020,2021 \\n                Diploma -  NA \\n                Transcript - NA\",\n                \"categories\": \"4,2\",\n                \"logo\": \"https://cf-media.api-setu.in/logo/issuers/005377.png\",\n                \"subdomain\": \"kuk\"\n            },\n            {\n                \"organisationId\": \"003246\",\n                \"issuerId\": \"in.ac.kuvempu\",\n                \"name\": \"Kuvempu University, Shankaraghatta, Shivamogga\",\n                \"description\": \"Kuvempu University, Shankaraghatta, Shivamogga is issuing their Digital awards for the following years, through DigiLocker. These can be pulled by students into their DigiLocker accounts.\\n                Degree - 2015,2016,2017,2018,2019,2020,2021,2022,2023 \\n                Marksheet - 2015,2016,2017,2018,2019,2020,2021,2022 \\n                Diploma - NA \\n                Transcript - NA\",\n                \"categories\": \"4,2\",\n                \"logo\": \"https://cf-media.api-setu.in/logo/issuers/003246.png\",\n                \"subdomain\": \"kuvempu\"\n            },\n            {\n                \"organisationId\": \"008286\",\n                \"issuerId\": \"in.gov.wbshopsonline\",\n                \"name\": \"Labour Commissioner (Shops), Govt of West Bengal\",\n                \"description\": \"Shops & Establishments, Labour Commissionerate, Labour Department, Government of West Bengal (https://wbshopsonline.gov.in/) is issuing Certificates through DigiLocker with respect to applications that have been made online through the web-portal. This can be pulled by beneficiaries into their DigiLocker accounts.\",\n                \"categories\": \"4\",\n                \"logo\": \"https://cf-media.api-setu.in/logo/issuers/008286.png\",\n                \"subdomain\": \"wbshopsonline\"\n            },\n            {\n                \"organisationId\": \"008283\",\n                \"issuerId\": \"in.gov.wblc\",\n                \"name\": \"Labour Commissioner, Govt of West Bengal\",\n                \"description\": \"The License or certificates issued by the competent authority under different Ease of Doing Business (EoDB) services of the Directorate shall be pushed into the Digi locker. The Citizen or Entrepreneurs can view or download the same from Digilocker and at the same time the documents can be shared  through Web Services as and when required by any other services.\",\n                \"categories\": \"4\",\n                \"logo\": \"https://cf-media.api-setu.in/logo/issuers/008283.png\",\n                \"subdomain\": \"wblc\"\n            },\n            {\n                \"organisationId\": \"002307\",\n                \"issuerId\": \"in.gov.mizoram.lesde\",\n                \"name\": \"Labour Employment, Skill Development and Entrepreneurship\",\n                \"description\": \"Labour Employment & Industrial Training Department was established under the Government of Mizoram in the year 1981. The name was changed into Labour Employment, Skill Development and Entrepreneurship Department (LESDE) 14th June, 2017. The Department is constituted with the Director/Labour Commissioner as the Head of the Department.  The Labour Commissioner functions as the Chief Conciliation Officer, Registrar of Trade Unions, Director of Employment and Industrial Training etc. He is assisted by Joint Director and Deputy Director. On the Labour side he is assisted by the Deputy Labour Commissioner and also by the Labour Officer. On the Employment side by the District Labour & Employment Officers and Employment Officers; and on the training side by the Principals of Government ITIs.\",\n                \"categories\": \"4\",\n                \"logo\": \"https://cf-media.api-setu.in/logo/issuers/002307.png\",\n                \"subdomain\": \"mizoramlesde\"\n            },\n            {\n                \"organisationId\": \"002280\",\n                \"issuerId\": \"in.nic.bih.labour\",\n                \"name\": \"Labour Resource Department\",\n                \"description\": \"Department of Labour Resources (http://labour.bih.nic.in/) issues various certificates to the citizens. They can be pulled into citizen's DigiLocker account. Currently available- Shops and Commercial Establishments Registration Certificate\",\n                \"categories\": \"4\",\n                \"logo\": \"https://cf-media.api-setu.in/logo/issuers/002280.png\",\n                \"subdomain\": \"labourbih\"\n            },\n            {\n                \"organisationId\": \"020081\",\n                \"issuerId\": \"in.gov.mizoram.lesde\",\n                \"name\": \"Labour, Employment, Skill Development and Entrepreneurship Department\",\n                \"description\": \"Employment Exchange under LESDE Department provide employment registration for job seekers in the state of Mizoram. It currently issues employment registration cards to registered users using printed documents. DigiLocker will be used to issue digital employment registration cards to the job seekers.\",\n                \"categories\": \"4\",\n                \"logo\": \"https://cf-media.api-setu.in/logo/issuers/020081.png\",\n                \"subdomain\": \"lesde\"\n            },\n            {\n                \"organisationId\": \"007085\",\n                \"issuerId\": \"in.ac.lbrce\",\n                \"name\": \"LAKIREDDY BALI REDDY COLLEGE OF ENGINEERING\",\n                \"description\": \"LAKIREDDY BALI REDDY COLLEGE OF ENGINEERING is issuing their Digital awards for the following years, through DigiLocker. These can be pulled by students into their DigiLocker accounts.\\n                Degree - NA \\n                Marksheet - 2022 \\n                Diploma - NA \\n                Transcript - NA\",\n                \"categories\": \"4,2\",\n                \"logo\": \"https://cf-media.api-setu.in/logo/issuers/issure_icon.png\",\n                \"subdomain\": \"lbrce\"\n            },\n            {\n                \"organisationId\": \"032410\",\n                \"issuerId\": \"lnipe.edu.in\",\n                \"name\": \"Lakshmibai National Institute Of Physical Education, Gwalior\",\n                \"description\": \"Lakshmibai National Institute Of Physical Education, Gwalior is issuing their Digital awards for the following years, through DigiLocker. These can be pulled by students into their DigiLocker accounts \\n                Degree - 2018,2019,2020,2021,2022 \\n                Marksheet - NA \\n                Diploma -  2018,2019,2020,2021,2022 \\n                Transcript - NA\",\n                \"categories\": \"4,2\",\n                \"logo\": \"https://cf-media.api-setu.in/logo/issuers/032410.png\",\n                \"subdomain\": \"lnipeeduin\"\n            },\n            {\n                \"organisationId\": \"034720\",\n                \"issuerId\": \"ac.in.lyu\",\n                \"name\": \"Lakulish Yoga University, Ahmedabad\",\n                \"description\": \"UTTARAKHAND TECHNICAL UNIVERSITY is issuing their Digital awards for the following years, through DigiLocker. These can be pulled by students into their DigiLocker accounts.\\n                Degree - 2016,2017,2018,2019,2020,2021,2022,2023,2024 \\n                Marksheet - 2017,2018,2019,2020,2021 \\n                Diploma - 2016,2017,2022 \\n                Transcript - NA\",\n                \"categories\": \"4,2\",\n                \"logo\": \"https://cf-media.api-setu.in/logo/issuers/034720.png\",\n                \"subdomain\": \"acinlyu\"\n            },\n            {\n                \"organisationId\": \"003586\",\n                \"issuerId\": \"in.edu.luvas\",\n                \"name\": \"Lala Lajpat Rai University Of Veterinary And Animal Sciences\",\n                \"description\": \"Lala Lajpat Rai University Of Veterinary And Animal Sciences is issuing their Digital awards for the following years, through DigiLocker. These can be pulled by students into their DigiLocker accounts \\n                Degree - 2013,2014,2015,2016,2017,2018,2019,2020,2021,2022 \\n                Marksheet - 2015,2016,2017,2018,2019,2020,2021,2022 \\n                Diploma -  2019,2020 \\n                Transcript - 2017,2018,2019,2020,2021,2023\",\n                \"categories\": \"4,2\",\n                \"logo\": \"https://cf-media.api-setu.in/logo/issuers/003586.png\",\n                \"subdomain\": \"luvas\"\n            },\n            {\n                \"organisationId\": \"061123\",\n                \"issuerId\": \"org.lendi\",\n                \"name\": \"LENDI INSTITUTE OF ENGINEERING AND TECHNOLOGY\",\n                \"description\": \"The institute has registered through NAD portal.\",\n                \"categories\": \"993,2\",\n                \"logo\": \"https://cf-media.api-setu.in/logo/issuers/061123.png\",\n                \"subdomain\": \"lendi\"\n            },\n            {\n                \"organisationId\": \"015830\",\n                \"issuerId\": \"in.libertyinsurance\",\n                \"name\": \"Liberty General Insurance\",\n                \"description\": \"Your insurance Policy/ Policies issued by Liberty General Insurance Limited (https://www.libertyinsurance.in/) is/are now available to be stored in electronic format on this mobile app.\",\n                \"categories\": \"993,1\",\n                \"logo\": \"https://cf-media.api-setu.in/logo/issuers/015830.png\",\n                \"subdomain\": \"libertyinsurance\"\n            },\n            {\n                \"organisationId\": \"002858\",\n                \"issuerId\": \"in.licindia\",\n                \"name\": \"Life Insurance Corporation of India\",\n                \"description\": \"Life Insurance policies issued by Life Insurance Corporation of India (https://www.licindia.in/) are available on DigiLocker and can be downloaded by citizens to their account.\",\n                \"categories\": \"993,1\",\n                \"logo\": \"https://cf-media.api-setu.in/logo/issuers/002858.jpg\",\n                \"subdomain\": \"licindia\"\n            },\n            {\n                \"organisationId\": \"007231\",\n                \"issuerId\": \"in.ac.lnctu\",\n                \"name\": \"LNCT University Bhopal\",\n                \"description\": \"LNCT University Bhopal is issuing their Digital awards for the following years, through DigiLocker. These can be pulled by students into their DigiLocker accounts.\\n                Degree - 2015,2019,2020,2021,2023 \\n                Marksheet - NA \\n                Diploma - NA \\n                Transcript - NA\",\n                \"categories\": \"4,2\",\n                \"logo\": \"https://cf-media.api-setu.in/logo/issuers/007231.png\",\n                \"subdomain\": \"lnctu\"\n            },\n            {\n                \"organisationId\": \"085291\",\n                \"issuerId\": \"in.gov.lsgonline\",\n                \"name\": \"Local Self Government (LSG) Department\",\n                \"description\": \"Our Organization Provide Online Service For Fire NOC (No Objection Certificate),Trade License,Lease Deed,Mutation Name Transfer,Signage,Sewer Connection and many more.\\r\\n\",\n                \"categories\": \"4,30\",\n                \"logo\": \"https://cf-media.api-setu.in/logo/issuers/085291.png\",\n                \"subdomain\": \"lsgonline\"\n            },\n            {\n                \"organisationId\": \"017661\",\n                \"issuerId\": \"in.edu.ljku\",\n                \"name\": \"LOK JAGRUTI KENDRA UNIVERSITY\",\n                \"description\": \"LOK JAGRUTI KENDRA UNIVERSITY is issuing their Digital awards for the following years, through DigiLocker. These can be pulled by students into their DigiLocker accounts \\n                Degree - NA \\n                Marksheet - 2022 \\n                Diploma -  NA \\n                Transcript - NA\",\n                \"categories\": \"4,2\",\n                \"logo\": \"https://cf-media.api-setu.in/logo/issuers/017661.png\",\n                \"subdomain\": \"ljku\"\n            },\n            {\n                \"organisationId\": \"006474\",\n                \"issuerId\": \"in.edu.lordsuni\",\n                \"name\": \"LORDS University\",\n                \"description\": \"LORDS University is issuing their Digital awards for the following years, through DigiLocker. These can be pulled by students into their DigiLocker accounts \\n                Degree - NA \\n                Marksheet - 2022 \\n                Diploma -  NA \\n                Transcript - NA\",\n                \"categories\": \"4,2\",\n                \"logo\": \"https://cf-media.api-setu.in/logo/issuers/006474.png\",\n                \"subdomain\": \"lordsuni\"\n            },\n            {\n                \"organisationId\": \"003214\",\n                \"issuerId\": \"in.lpu\",\n                \"name\": \"Lovely Professional University\",\n                \"description\": \"Lovely Professional University is issuing their Digital awards for the following years, through DigiLocker. These can be pulled by students into their DigiLocker accounts \\n                Degree - 2008,2009,2010,2011,2012,2013,2014,2015,2016,2017,2018,2019,2020,2021,2022,2023,2024 \\n                Marksheet - 2009,2022,2023 \\n                Diploma -  2008,2009,2010,2011,2012,2013,2014,2015,2016,2017,2018,2019,2020,2021 \\n                Transcript - 2008,2009,2010,2011,2012,2013,2014,2015,2016,2017,2018,2019,2020,2021,2022,2023\",\n                \"categories\": \"4,2\",\n                \"logo\": \"https://cf-media.api-setu.in/logo/issuers/003214.png\",\n                \"subdomain\": \"lpuin\"\n            },\n            {\n                \"organisationId\": \"081789\",\n                \"issuerId\": \"edu.msrit\",\n                \"name\": \"M. S. RAMAIAH INSTITUTE OF TECHNOLOGY\",\n                \"description\": \"The institute has registered through NAD portal.\",\n                \"categories\": \"4,2\",\n                \"logo\": \"https://cf-media.api-setu.in/logo/issuers/081789.png\",\n                \"subdomain\": \"msritedu\"\n            },\n            {\n                \"organisationId\": \"004276\",\n                \"issuerId\": \"in.org.mpcautocollege\",\n                \"name\": \"M.P.C. Autonomous College, Baripada\",\n                \"description\": \"M.P.C. Autonomous College, Baripada is issuing their Digital awards for the following years, through DigiLocker. These can be pulled by students into their DigiLocker accounts \\r\\n                Degree - NA \\r\\n                Marksheet - 2018,2019,2020,2021 \\r\\n                Diploma -  NA \\r\\n                Transcript - NA\",\n                \"categories\": \"4,2\",\n                \"logo\": \"https://cf-media.api-setu.in/logo/issuers/004276.jpg\",\n                \"subdomain\": \"mpcautocollege\"\n            },\n            {\n                \"organisationId\": \"005503\",\n                \"issuerId\": \"in.msrim\",\n                \"name\": \"M.S. Ramaiah Institute of Management\",\n                \"description\": \"M.S. Ramaiah Institute of Management is issuing their Digital awards for the following years, through DigiLocker. These can be pulled by students into their DigiLocker accounts.\\n                Degree - 1997,1998,1999,2000,2001,2002,2003,2004,2005,2006,2007,2008,2009,2010,2011,2012,2013,2014,2015,2016,2017,2018,2019,2020,2021,2022 \\n                Marksheet - NA \\n                Diploma - NA \\n                Transcript - NA\",\n                \"categories\": \"4,2\",\n                \"logo\": \"https://cf-media.api-setu.in/logo/issuers/005503.png\",\n                \"subdomain\": \"msrim\"\n            },\n            {\n                \"organisationId\": \"003572\",\n                \"issuerId\": \"in.ac.msruas\",\n                \"name\": \"M.S. Ramaiah University Of Applied Sciences, Bangalore\",\n                \"description\": \"M.S. Ramaiah University Of Applied Sciences, Bangalore is issuing their Digital awards for the following years, through DigiLocker. These can be pulled by students into their DigiLocker accounts.\\n                Degree - 2016,2017,2018,2019,2020,2021,2022,2023 \\n                Marksheet - 2015,2016,2017,2018,2019,2020,2021,2022 \\n                Diploma - NA \\n                Transcript - NA\",\n                \"categories\": \"4,2\",\n                \"logo\": \"https://cf-media.api-setu.in/logo/issuers/003572.png\",\n                \"subdomain\": \"msruas\"\n            },\n            {\n                \"organisationId\": \"066109\",\n                \"issuerId\": \"in.msuniversity\",\n                \"name\": \"Maa Shakumbhari University\",\n                \"description\": \"The institute has registered through NAD portal.\",\n                \"categories\": \"4,2\",\n                \"logo\": \"https://cf-media.api-setu.in/logo/issuers/066109.png\",\n                \"subdomain\": \"msuniversity\"\n            },\n            {\n                \"organisationId\": \"003678\",\n                \"issuerId\": \"in.ac.mmmut\",\n                \"name\": \"Madan Mohan Malaviya University of Technology\",\n                \"description\": \"Madan Mohan Malaviya University of Technology is issuing their Digital awards for the following years, through DigiLocker. These can be pulled by students into their DigiLocker accounts.\\n                Degree - 2018,2019,2020,2021,2022,2023 \\n                Marksheet - 2016,2017,2018,2019,2020,2021,2022,2023 \\n                Diploma - NA \\n                Transcript - NA\",\n                \"categories\": \"4,2\",\n                \"logo\": \"https://cf-media.api-setu.in/logo/issuers/003678.png\",\n                \"subdomain\": \"mmmut\"\n            },\n            {\n                \"organisationId\": \"062348\",\n                \"issuerId\": \"in.ac.mits\",\n                \"name\": \"MADANAPALLE INSTITUTE OF TECHNOLOGY & SCIENCE\",\n                \"description\": \"MADANAPALLE INSTITUTE OF TECHNOLOGY & SCIENCE is issuing their Digital awards for the following years, through DigiLocker. These can be pulled by students into their DigiLocker accounts \\n                Degree - NA \\n                Marksheet - 2022,2023 \\n                Diploma -  NA \\n                Transcript - NA\",\n                \"categories\": \"4,2\",\n                \"logo\": \"https://cf-media.api-setu.in/logo/issuers/062348.png\",\n                \"subdomain\": \"mitschitoor\"\n            },\n            {\n                \"organisationId\": \"009136\",\n                \"issuerId\": \"in.mitsgwalior\",\n                \"name\": \"MADHAV INSTITUTE OF TECHNOLOGY & SCIENCE\",\n                \"description\": \"MADHAV INSTITUTE OF TECHNOLOGY & SCIENCE is issuing their Digital awards for the following years, through DigiLocker. These can be pulled by students into their DigiLocker accounts \\n                Degree - NA \\n                Marksheet - 2021,2022 \\n                Diploma -  NA \\n                Transcript - NA\",\n                \"categories\": \"4,2\",\n                \"logo\": \"https://cf-media.api-setu.in/logo/issuers/009136.png\",\n                \"subdomain\": \"mitsgwalior\"\n            },\n            {\n                \"organisationId\": \"005737\",\n                \"issuerId\": \"in.edu.madhavuniversity\",\n                \"name\": \"Madhav University\",\n                \"description\": \"Madhav University is issuing their Digital awards for the following years, through DigiLocker. These can be pulled by students into their DigiLocker accounts \\n                Degree - 2015,2016,2017,2018,2019,2020,2021,2022,2023 \\n                Marksheet - NA \\n                Diploma -  2014,2015,2016,2017,2018,2019,2020,2021,2022,2023 \\n                Transcript - NA\",\n                \"categories\": \"4,2\",\n                \"logo\": \"https://cf-media.api-setu.in/logo/issuers/005737.png\",\n                \"subdomain\": \"madhavuniversity\"\n            },\n            {\n                \"organisationId\": \"003455\",\n                \"issuerId\": \"com.bhojvirtualuniversity\",\n                \"name\": \"Madhya Pradesh Bhoj Open University, Bhopal\",\n                \"description\": \"Madhya Pradesh Bhoj Open University, Bhopal is issuing their Digital awards for the following years, through DigiLocker. These can be pulled by students into their DigiLocker accounts.\\n                Degree - NA \\n                Marksheet - 2019,2020,2021,2022 \\n                Diploma - NA \\n                Transcript - NA\",\n                \"categories\": \"4,2\",\n                \"logo\": \"https://cf-media.api-setu.in/logo/issuers/003455.png\",\n                \"subdomain\": \"bhojvirtualuniv\"\n            },\n            {\n                \"organisationId\": \"004676\",\n                \"issuerId\": \"in.gov.mpforest\",\n                \"name\": \"Madhya Pradesh Forest Department\",\n                \"description\": \"MP forest department is a department under state government of MP it comes under ministry of environment and climate change GoI. The main function is to protect, preserve and attaining sustainable development of fauna and flora in the state. Further a large part of the tribal and other rural people living in and around the border of forests are dependent on forests, thus the responsibility of forest department is also to manage forests scientifically in such a way that not only the villagers with a continuous source of livelihood, their participation in management should also be strengthened.\",\n                \"categories\": \"4\",\n                \"logo\": \"https://cf-media.api-setu.in/logo/issuers/004676.png\",\n                \"subdomain\": \"mpforest\"\n            },\n            {\n                \"organisationId\": \"002348\",\n                \"issuerId\": \"in.gov.mponline.mpmc\",\n                \"name\": \"Madhya Pradesh Medical Council\",\n                \"description\": \"Registration of allopathic doctors who qualify in modern system of medicine after completion of internship in various medical college and hospitals in and out side the country.  These doctors must get registration in the State Medical Council for practicing in modern system of medicines.  These Registration can be used for their registration in other states and also for the employment purposes.\",\n                \"categories\": \"4,2,7,30\",\n                \"logo\": \"https://cf-media.api-setu.in/logo/issuers/002348.png\",\n                \"subdomain\": \"mpmc\"\n            },\n            {\n                \"organisationId\": \"002337\",\n                \"issuerId\": \"in.edu.mpmsu\",\n                \"name\": \"Madhya Pradesh Medical Science University, Jabalpur M.P.\",\n                \"description\": \"Migration certificate issued from 2018 onward can now be fetched by Citizens in their DigiLocker account.\",\n                \"categories\": \"4,2\",\n                \"logo\": \"https://cf-media.api-setu.in/logo/issuers/002337.jpg\",\n                \"subdomain\": \"mpmsu\"\n            },\n            {\n                \"organisationId\": \"002464\",\n                \"issuerId\": \"com.magmahdi\",\n                \"name\": \"Magma HDI General Insurance Company Ltd.\",\n                \"description\": \"Magma HDI General Insurance Co. Ltd., a joint venture between Magma Fincorp Ltd. and HDI Global SE Germany, offers 60+ general insurance solutions (retail & commercial), and has served 4.6+ million customers since its inception in 2012.\",\n                \"categories\": \"993,1\",\n                \"logo\": \"https://cf-media.api-setu.in/logo/issuers/002464.png\",\n                \"subdomain\": \"magmahdi\"\n            },\n            {\n                \"organisationId\": \"010114\",\n                \"issuerId\": \"in.ac.mssv\",\n                \"name\": \"Mahapurusha Srimanta Sankaradeva Viswavidyalaya\",\n                \"description\": \"Mahapurusha Srimanta Sankaradeva Viswavidyalaya is issuing their Digital awards for the following years, through DigiLocker. These can be pulled by students into their DigiLocker accounts \\n                Degree - 2016,2017,2018 \\n                Marksheet - NA \\n                Diploma -  NA \\n                Transcript - NA\",\n                \"categories\": \"4,2\",\n                \"logo\": \"https://cf-media.api-setu.in/logo/issuers/010114.png\",\n                \"subdomain\": \"mssv\"\n            },\n            {\n                \"organisationId\": \"016274\",\n                \"issuerId\": \"in.ac.mvgu\",\n                \"name\": \"Maharaj Vinayak Global University, Jaipur\",\n                \"description\": \"The institute has registered through NAD portal.\",\n                \"categories\": \"4,2\",\n                \"logo\": \"https://cf-media.api-setu.in/logo/issuers/issure_icon.png\",\n                \"subdomain\": \"mvgu\"\n            },\n            {\n                \"organisationId\": \"003893\",\n                \"issuerId\": \"in.ac.mbbuniversity\",\n                \"name\": \"Maharaja Bir Bikram University, Agartala\",\n                \"description\": \"Maharaja Bir Bikram University, Agartala is issuing their Digital awards for the following years, through DigiLocker. These can be pulled by students into their DigiLocker accounts.\\n                Degree - 2017,2018,2019,2020,2021,2022,2023 \\n                Marksheet - NA \\n                Diploma - NA \\n                Transcript - NA\",\n                \"categories\": \"4,2\",\n                \"logo\": \"https://cf-media.api-setu.in/logo/issuers/003893.png\",\n                \"subdomain\": \"mbbuniversity\"\n            },\n            {\n                \"organisationId\": \"005300\",\n                \"issuerId\": \"com.mchhatrasaluniversity\",\n                \"name\": \"Maharaja Chhatrasal Bundelkhand University\",\n                \"description\": \"Maharaja Chhatrasal Bundelkhand University is issuing their Digital awards for the following years, through DigiLocker. These can be pulled by students into their DigiLocker accounts.\\n                Degree - 2021,2023 \\n                Marksheet - 2019,2020,2021,2022,2023 \\n                Diploma - NA \\n                Transcript - NA\",\n                \"categories\": \"4,2\",\n                \"logo\": \"https://cf-media.api-setu.in/logo/issuers/005300.png\",\n                \"subdomain\": \"mchhatrasaluniv\"\n            },\n            {\n                \"organisationId\": \"011637\",\n                \"issuerId\": \"in.ac.mgsubikaner\",\n                \"name\": \"Maharaja Ganga Singh University, Bikaner\",\n                \"description\": \"Maharaja Ganga Singh University, Bikaner is issuing their Digital awards for the following years, through DigiLocker. These can be pulled by students into their DigiLocker accounts.\\n                Degree - 2019,2020 \\n                Marksheet - 2016,2018,2019,2020,2021,2022 \\n                Diploma - NA \\n                Transcript - NA\",\n                \"categories\": \"4,2\",\n                \"logo\": \"https://cf-media.api-setu.in/logo/issuers/011637.png\",\n                \"subdomain\": \"mgsubikaner\"\n            },\n            {\n                \"organisationId\": \"007487\",\n                \"issuerId\": \"in.edu.mkbhavuni\",\n                \"name\": \"Maharaja Krishnakumarsinhji Bhavnagar University\",\n                \"description\": \"Maharaja Krishnakumarsinhji Bhavnagar University is issuing their Digital awards for the following years, through DigiLocker. These can be pulled by students into their DigiLocker accounts \\n                Degree - 1988,1991,1994,1996,1997,1998,1999,2000,2001,2002,2003,2004,2005,2006,2007,2008,2009,2010,2011,2012,2013,2014,2015,2016,2017,2018,2019,2020,2021,2022,2023 \\n                Marksheet - 2016,2017,2018,2019,2020,2021,2022,2023 \\n                Diploma -  NA \\n                Transcript - NA\",\n                \"categories\": \"4,2\",\n                \"logo\": \"https://cf-media.api-setu.in/logo/issuers/007487.png\",\n                \"subdomain\": \"mkbhavuni\"\n            },\n            {\n                \"organisationId\": \"002734\",\n                \"issuerId\": \"in.ac.mrsptu\",\n                \"name\": \"Maharaja Ranjit Singh Punjab Technical University\",\n                \"description\": \"The University was established by the Government of Punjab as a State University vide Punjab Act No. 5 of 2015. The University is approved by UGC under section 2(f) and 12B. The objectives of this Technical University are to provide, upgrade and promote Quality Technical Education, Training and Research in Technical Education to create entrepreneurship and a conducive environment for the pursuit of Technical Education in close cooperation with industry. The partnering with DigiLocker may help in delivering the services offered by the University at the student doorstep.\",\n                \"categories\": \"4,2\",\n                \"logo\": \"https://cf-media.api-setu.in/logo/issuers/002734.png\",\n                \"subdomain\": \"mrsptu\"\n            },\n            {\n                \"organisationId\": \"004906\",\n                \"issuerId\": \"in.ac.msbrijuniversity\",\n                \"name\": \"Maharaja Surajmal Brij University\",\n                \"description\": \"Maharaja Surajmal Brij University is issuing their Digital awards for the following years, through DigiLocker. These can be pulled by students into their DigiLocker accounts.\\n                Degree - 2020 \\n                Marksheet - 2022,2023 \\n                Diploma - NA \\n                Transcript - NA\",\n                \"categories\": \"4,2\",\n                \"logo\": \"https://cf-media.api-setu.in/logo/issuers/004906.png\",\n                \"subdomain\": \"msbrijuniversity\"\n            },\n            {\n                \"organisationId\": \"020803\",\n                \"issuerId\": \"in.ac.mhu\",\n                \"name\": \"Maharana Pratap Horticultural University\",\n                \"description\": \"Maharana Pratap Horticultural University is issuing their Digital awards for the following years, through DigiLocker. These can be pulled by students into their DigiLocker accounts \\n                Degree - NA \\n                Marksheet - 2021 \\n                Diploma -  NA \\n                Transcript - NA\",\n                \"categories\": \"4,2\",\n                \"logo\": \"https://cf-media.api-setu.in/logo/issuers/020803.png\",\n                \"subdomain\": \"mhu\"\n            },\n            {\n                \"organisationId\": \"003669\",\n                \"issuerId\": \"in.ac.mpuat\",\n                \"name\": \"Maharana Pratap University of Agriculture and Technology, Udaipur\",\n                \"description\": \"Maharana Pratap University of Agriculture and Technology, Udaipur is issuing their Digital awards for the following years, through DigiLocker. These can be pulled by students into their DigiLocker accounts.\\n                Degree - 2022 \\n                Marksheet - NA \\n                Diploma - NA \\n                Transcript - NA\",\n                \"categories\": \"4,2\",\n                \"logo\": \"https://cf-media.api-setu.in/logo/issuers/003669.png\",\n                \"subdomain\": \"mpuat\"\n            },\n            {\n                \"organisationId\": \"005549\",\n                \"issuerId\": \"in.nic.kar.gfgc\",\n                \"name\": \"Maharani Cluster University\",\n                \"description\": \"Maharani Cluster University is issuing their Digital awards for the following years, through DigiLocker. These can be pulled by students into their DigiLocker accounts.\\n                Degree - NA \\n                Marksheet - 2019,2020 \\n                Diploma - NA \\n                Transcript - NA\",\n                \"categories\": \"4,2\",\n                \"logo\": \"https://cf-media.api-setu.in/logo/issuers/005549.png\",\n                \"subdomain\": \"maharanicluster\"\n            },\n            {\n                \"organisationId\": \"055038\",\n                \"issuerId\": \"in.edu.mlacw\",\n                \"name\": \"Maharani Lakshmi Ammanni College for Women\",\n                \"description\": \"The institute has registered through NAD portal.\",\n                \"categories\": \"4,2\",\n                \"logo\": \"https://cf-media.api-setu.in/logo/issuers/055038.jpg\",\n                \"subdomain\": \"mlacw\"\n            },\n            {\n                \"organisationId\": \"067287\",\n                \"issuerId\": \"in .nic.kar.gfgc\",\n                \"name\": \"Maharani's Science College for Women(Autonomous), Mysore\",\n                \"description\": \"The institute has registered through NAD portal.\",\n                \"categories\": \"4,2\",\n                \"logo\": \"https://cf-media.api-setu.in/logo/issuers/067287.png\",\n                \"subdomain\": \"gfgc-mysore\"\n            },\n            {\n                \"organisationId\": \"004965\",\n                \"issuerId\": \"in.mafsu\",\n                \"name\": \"Maharashtra Animal & Fishery Sciences University, Nagpur\",\n                \"description\": \"Maharashtra Animal & Fishery Sciences University, Nagpur is issuing their Digital awards for the following years, through DigiLocker. These can be pulled by students into their DigiLocker accounts.\\n                Degree - 2001,2002,2003,2004,2005,2006,2007,2008,2009,2010,2011,2012,2013,2014,2015,2016,2017,2018,2019,2020,2021 \\n                Marksheet - 2022,2023 \\n                Diploma - NA \\n                Transcript - 2012,2013,2014,2015,2016,2017,2018,2020,2021,2022,2023\",\n                \"categories\": \"4,2\",\n                \"logo\": \"https://cf-media.api-setu.in/logo/issuers/004965.png\",\n                \"subdomain\": \"mafsu\"\n            },\n            {\n                \"organisationId\": \"007506\",\n                \"issuerId\": \"in.org.mbtee\",\n                \"name\": \"MAHARASHTRA BOARD OF TECHNICAL EDUCATION EXAMINATION\",\n                \"description\": \"MAHARASHTRA BOARD OF TECHNICAL EDUCATION EXAMINATION is issuing their Digital awards for the following years, through DigiLocker. These can be pulled by students into their DigiLocker accounts \\n                Degree - NA \\n                Marksheet - NA \\n                Diploma -  2019,2020,2021,2022 \\n                Transcript - NA\",\n                \"categories\": \"4,2\",\n                \"logo\": \"https://cf-media.api-setu.in/logo/issuers/007506.png\",\n                \"subdomain\": \"mbtee\"\n            },\n            {\n                \"organisationId\": \"003184\",\n                \"issuerId\": \"in.org.mcimindia\",\n                \"name\": \"Maharashtra Council of Indian Medicine\",\n                \"description\": \"Maharashtra Council of Indian Medicine is a statutory body charged with the responsibility of regulate the qualification and to provide forth registration of practitioners of the Ayurvedic, 2[Siddha] and Unani Systems of Medicine, with a view to encourage the study and spread of such systems, and to make certain provisions relating to medical practitioners generally, in the State of Maharashtra; and for that purpose to consolidate and amend the law relating to it.\",\n                \"categories\": \"4,2\",\n                \"logo\": \"https://cf-media.api-setu.in/logo/issuers/003184.jpg\",\n                \"subdomain\": \"mcimindia\"\n            },\n            {\n                \"organisationId\": \"004350\",\n                \"issuerId\": \"in.edu.mnlumumbai\",\n                \"name\": \"Maharashtra National Law University, Mumbai\",\n                \"description\": \"Maharashtra National Law University, Mumbai is issuing their Digital awards for the following years, through DigiLocker. These can be pulled by students into their DigiLocker accounts \\n                Degree - NA \\n                Marksheet - 2015,2016,2017,2018,2019,2020 \\n                Diploma -  NA \\n                Transcript - NA\",\n                \"categories\": \"4,2\",\n                \"logo\": \"https://cf-media.api-setu.in/logo/issuers/004350.png\",\n                \"subdomain\": \"mnlumumbai\"\n            },\n            {\n                \"organisationId\": \"000098\",\n                \"issuerId\": \"in.gov.maharashtra.mahahsscboard\",\n                \"name\": \"Maharashtra State Board of Secondary and Higher Secondary Education\",\n                \"description\": \"Class X and XII marksheets and passing certificates of Maharashtra State Board of Secondary and Higher Secondary Education (https://mahahsscboard.maharashtra.gov.in/) are available in DigiLocker for years 1990 to 2023.\",\n                \"categories\": \"4,2\",\n                \"logo\": \"https://cf-media.api-setu.in/logo/issuers/000098.png\",\n                \"subdomain\": \"hsscboardmh\"\n            },\n            {\n                \"organisationId\": \"008657\",\n                \"issuerId\": \"in.org.msbte\",\n                \"name\": \"Maharashtra State Board of Technical Education\",\n                \"description\": \"Maharashtra State Board of Technical Education is issuing their Digital awards for the following years, through DigiLocker. These can be pulled by students into their DigiLocker accounts \\n                Degree - NA \\n                Marksheet - 2023 \\n                Diploma -  2011,2012,2013,2014,2015,2016,2017,2018,2019,2020,2021,2022,2023,2024 \\n                Transcript - NA\",\n                \"categories\": \"4,2\",\n                \"logo\": \"https://cf-media.api-setu.in/logo/issuers/008657.png\",\n                \"subdomain\": \"msbte\"\n            },\n            {\n                \"organisationId\": \"003801\",\n                \"issuerId\": \"in.ac.msos\",\n                \"name\": \"Maharashtra State Open School\",\n                \"description\": \"Registered Under Section 8 of Companies Act 2013 Government of India (Specially for promoting commerce, art, science, sports, education, research, social welfare, religion, charity, protection of environment or any such other object Registered with Ministry of Micro, Small & Medium Enterprises (M.S.M.E) Government of India\",\n                \"categories\": \"4,2\",\n                \"logo\": \"https://cf-media.api-setu.in/logo/issuers/003801.png\",\n                \"subdomain\": \"msos\"\n            },\n            {\n                \"organisationId\": \"006331\",\n                \"issuerId\": \"in.ac.muhs\",\n                \"name\": \"Maharashtra University Of Health Sciences, Nashik\",\n                \"description\": \"Maharashtra University Of Health Sciences, Nashik is issuing their Digital awards for the following years, through DigiLocker. These can be pulled by students into their DigiLocker accounts.\\n                Degree - 2010,2011,2012,2013,2014,2015,2016,2017,2018,2019,2020,2021,2022,2023 \\n                Marksheet - NA \\n                Diploma - NA \\n                Transcript - NA\",\n                \"categories\": \"4,2\",\n                \"logo\": \"https://cf-media.api-setu.in/logo/issuers/006331.png\",\n                \"subdomain\": \"muhs\"\n            },\n            {\n                \"organisationId\": \"004700\",\n                \"issuerId\": \"org.mmumullana\",\n                \"name\": \"Maharishi Markandeshwar (Deemed to be University), Mullana, Ambala\",\n                \"description\": \"Maharishi Markandeshwar (Deemed to be University), Mullana, Ambala  is issuing their Digital awards for the following years, through DigiLocker. These can be pulled by students into their DigiLocker accounts \\n                Degree - NA \\n                Marksheet - 2021,2022,2023 \\n                Diploma -  NA \\n                Transcript - NA\",\n                \"categories\": \"4,2\",\n                \"logo\": \"https://cf-media.api-setu.in/logo/issuers/004700.png\",\n                \"subdomain\": \"mmumullana\"\n            },\n            {\n                \"organisationId\": \"004657\",\n                \"issuerId\": \"org.mmambala\",\n                \"name\": \"Maharishi Markandeshwar University, Sadopur-Ambala\",\n                \"description\": \"Maharishi Markandeshwar University, Sadopur-Ambala is issuing their Digital awards for the following years, through DigiLocker. These can be pulled by students into their DigiLocker accounts \\r\\n                Degree - 2020,2021 \\r\\n                Marksheet - 2020,2021 \\r\\n                Diploma -  2020 \\r\\n                Transcript - NA\",\n                \"categories\": \"4,2\",\n                \"logo\": \"https://cf-media.api-setu.in/logo/issuers/004657.png\",\n                \"subdomain\": \"mmambala\"\n            },\n            {\n                \"organisationId\": \"003424\",\n                \"issuerId\": \"org.mmusolan\",\n                \"name\": \"Maharishi Markandeshwar University, Solan\",\n                \"description\": \"Maharishi Markandeshwar University, Solan is issuing their Digital awards for the following years, through DigiLocker. These can be pulled by students into their DigiLocker accounts \\n                Degree - 2012,2013,2014,2015,2016,2017,2018,2019,2020,2021,2022 \\n                Marksheet - NA \\n                Diploma -  NA \\n                Transcript - NA\",\n                \"categories\": \"4,2\",\n                \"logo\": \"https://cf-media.api-setu.in/logo/issuers/003424.png\",\n                \"subdomain\": \"mmusolan\"\n            },\n            {\n                \"organisationId\": \"004055\",\n                \"issuerId\": \"com.mumt\",\n                \"name\": \"Maharishi University of Management and Technology, Bilaspur\",\n                \"description\": \"Maharishi University of Management and Technology, Bilaspur is issuing their Digital awards for the following years, through DigiLocker. These can be pulled by students into their DigiLocker accounts \\n                Degree - NA \\n                Marksheet - 2020,2021 \\n                Diploma -  NA \\n                Transcript - NA\",\n                \"categories\": \"4,2\",\n                \"logo\": \"https://cf-media.api-setu.in/logo/issuers/004055.png\",\n                \"subdomain\": \"mumtbilaspur\"\n            },\n            {\n                \"organisationId\": \"004093\",\n                \"issuerId\": \"in.ac.mdsuajmer\",\n                \"name\": \"Maharshi Dayanand Saraswati University, Ajmer\",\n                \"description\": \"Maharshi Dayanand Saraswati University, Ajmer is issuing their Digital awards for the following years, through DigiLocker. These can be pulled by students into their DigiLocker accounts.\\n                Degree - 2016,2017,2018,2019,2020,2021,2022,2023 \\n                Marksheet - 2016 \\n                Diploma - NA \\n                Transcript - NA\",\n                \"categories\": \"4,2\",\n                \"logo\": \"https://cf-media.api-setu.in/logo/issuers/004093.png\",\n                \"subdomain\": \"mdsuajmer\"\n            },\n            {\n                \"organisationId\": \"004277\",\n                \"issuerId\": \"in.ac.mdurohtak\",\n                \"name\": \"Maharshi Dayanand University, Rohtak\",\n                \"description\": \"Maharshi Dayanand University, Rohtak is issuing their Digital awards for the following years, through DigiLocker. These can be pulled by students into their DigiLocker accounts.\\n                Degree - 2014,2015,2016,2017,2018,2019,2020,2021 \\n                Marksheet - NA \\n                Diploma - NA \\n                Transcript - NA\",\n                \"categories\": \"4,2\",\n                \"logo\": \"https://cf-media.api-setu.in/logo/issuers/004277.png\",\n                \"subdomain\": \"mdurohtak\"\n            },\n            {\n                \"organisationId\": \"058863\",\n                \"issuerId\": \"in.ac.mdu.nss\",\n                \"name\": \"Maharshi Dayanand University, Rohtak\",\n                \"description\": \"Maharshi Dayanand University, Rohtak is issuing their Digital awards for the following years, through DigiLocker. These can be pulled by students into their DigiLocker accounts.\\r\\n                Degree - NA \\r\\n                Marksheet - NA \\r\\n                Diploma - NA \\r\\n                Transcript - NA\",\n                \"categories\": \"3,18,17\",\n                \"logo\": \"https://cf-media.api-setu.in/logo/issuers/058863.png\",\n                \"subdomain\": \"mdunss\"\n            },\n            {\n                \"organisationId\": \"005876\",\n                \"issuerId\": \"in.ac.mpsvv\",\n                \"name\": \"Maharshi Panini Sanskrit Evam Vedic Vishwavidyalaya\",\n                \"description\": \" Maharshi Panini Sanskrit Evam Vedic Vishwavidyalaya is issuing their Digital awards for the following years, through DigiLocker. These can be pulled by students into their DigiLocker accounts \\n                Degree - 2022,2023 \\n                Marksheet - 2020,2021,2022,2023 \\n                Diploma -  2023 \\n                Transcript - NA\",\n                \"categories\": \"4,2\",\n                \"logo\": \"https://cf-media.api-setu.in/logo/issuers/005876.png\",\n                \"subdomain\": \"mpsvv\"\n            },\n            {\n                \"organisationId\": \"005643\",\n                \"issuerId\": \"in.ac.mvsu\",\n                \"name\": \"Maharshi Valmiki Sanskrit University, Kaithal\",\n                \"description\": \"Maharshi Valmiki Sanskrit University, Kaithal is issuing their Digital awards for the following years, through DigiLocker. These can be pulled by students into their DigiLocker accounts.\\n                Degree - NA \\n                Marksheet - 2019,2020,2021,2022 \\n                Diploma - NA \\n                Transcript - NA\",\n                \"categories\": \"4,2\",\n                \"logo\": \"https://cf-media.api-setu.in/logo/issuers/005643.png\",\n                \"subdomain\": \"mvsu\"\n            },\n            {\n                \"organisationId\": \"003536\",\n                \"issuerId\": \"org.hindivishwa\",\n                \"name\": \"Mahatma Gandhi Antarrashtriya Hindi Vishwavidyalaya, Wardha\",\n                \"description\": \"Mahatma Gandhi Antarrashtriya Hindi Vishwavidyalaya, Wardha is issuing their Digital awards for the following years, through DigiLocker. These can be pulled by students into their DigiLocker accounts.\\n                Degree - 2010,2011,2012,2013,2014,2015,2016,2017,2018,2019,2020 \\n                Marksheet - 2020,2021,2022,2023,2024 \\n                Diploma - NA \\n                Transcript - NA\",\n                \"categories\": \"4,2\",\n                \"logo\": \"https://cf-media.api-setu.in/logo/issuers/003536.png\",\n                \"subdomain\": \"hindivishwa\"\n            },\n            {\n                \"organisationId\": \"007272\",\n                \"issuerId\": \"in.ac.mgcub\",\n                \"name\": \"Mahatma Gandhi Central University, Motihari\",\n                \"description\": \"Mahatma Gandhi Central University, Motihari is issuing their Digital awards for the following years, through DigiLocker. These can be pulled by students into their DigiLocker accounts.\\n                Degree - NA \\n                Marksheet - 2021,2022 \\n                Diploma - NA \\n                Transcript - NA\",\n                \"categories\": \"4,2\",\n                \"logo\": \"https://cf-media.api-setu.in/logo/issuers/007272.png\",\n                \"subdomain\": \"mgcub\"\n            },\n            {\n                \"organisationId\": \"003306\",\n                \"issuerId\": \"in.ac.mgkvp\",\n                \"name\": \"Mahatma Gandhi Kashi Vidyapith, Varanasi\",\n                \"description\": \"Mahatma Gandhi Kashi Vidyapith, Varanasi is issuing their Digital awards for the following years, through DigiLocker. These can be pulled by students into their DigiLocker accounts.\\n                Degree - 2012,2013,2014,2015,2016,2017,2018,2019,2020,2021,2022 \\n                Marksheet - 2012,2013,2014,2015,2016,2017,2018,2019,2020,2021,2022 \\n                Diploma - NA \\n                Transcript - NA\",\n                \"categories\": \"4,2\",\n                \"logo\": \"https://cf-media.api-setu.in/logo/issuers/003306.png\",\n                \"subdomain\": \"mgkvp\"\n            },\n            {\n                \"organisationId\": \"018306\",\n                \"issuerId\": \"org.mgumst\",\n                \"name\": \"Mahatma Gandhi University Of Medical Sciences And Technology, Jaipur\",\n                \"description\": \"Mahatma Gandhi University Of Medical Sciences And Technology, Jaipur  is issuing their Digital awards for the following years, through DigiLocker. These can be pulled by students into their DigiLocker accounts \\n                Degree - 2014,2015,2016,2017,2018,2019,2020,2021 \\n                Marksheet - NA \\n                Diploma -  2016,2018,2019,2020 \\n                Transcript - NA\",\n                \"categories\": \"4,2\",\n                \"logo\": \"https://cf-media.api-setu.in/logo/issuers/018306.png\",\n                \"subdomain\": \"mgumst\"\n            },\n            {\n                \"organisationId\": \"003472\",\n                \"issuerId\": \"in.ac.mgu\",\n                \"name\": \"Mahatma Gandhi University, Kottayam\",\n                \"description\": \"Mahatma Gandhi University, Kottayam is issuing their Digital awards for the following years, through DigiLocker. These can be pulled by students into their DigiLocker accounts.\\n                Degree - 2011,2012,2019,2020,2021,2022,2023 \\n                Marksheet - NA \\n                Diploma - NA \\n                Transcript - NA\",\n                \"categories\": \"4,2\",\n                \"logo\": \"https://cf-media.api-setu.in/logo/issuers/003472.png\",\n                \"subdomain\": \"mgu\"\n            },\n            {\n                \"organisationId\": \"004789\",\n                \"issuerId\": \"in.ac.mguniversity\",\n                \"name\": \"Mahatma Gandhi University, Nalgonda, Telangana\",\n                \"description\": \"Mahatma Gandhi University, Nalgonda, Telangana is issuing their Digital awards for the following years, through DigiLocker. These can be pulled by students into their DigiLocker accounts \\n                Degree - 2016,2017,2018,2019,2020,2021,2022 \\n                Marksheet - NA \\n                Diploma -  NA \\n                Transcript - NA\",\n                \"categories\": \"4,2\",\n                \"logo\": \"https://cf-media.api-setu.in/logo/issuers/004789.png\",\n                \"subdomain\": \"mguniversity\"\n            },\n            {\n                \"organisationId\": \"010398\",\n                \"issuerId\": \"in.ac.mjrpuniversity\",\n                \"name\": \"Mahatma Jyoti Rao Phoole University, Jaipur\",\n                \"description\": \"Mahatma Jyoti Rao Phoole University, Jaipur  is issuing their Digital awards for the following years, through DigiLocker. These can be pulled by students into their DigiLocker accounts \\n                Degree - 2019,2020 \\n                Marksheet - NA \\n                Diploma -  NA \\n                Transcript - NA\",\n                \"categories\": \"4,2\",\n                \"logo\": \"https://cf-media.api-setu.in/logo/issuers/010398.png\",\n                \"subdomain\": \"mjrpuniversity\"\n            },\n            {\n                \"organisationId\": \"004795\",\n                \"issuerId\": \"in.ac.mjpru\",\n                \"name\": \"Mahatma Jyotiba Phule Rohilkhand University, Bareilly\",\n                \"description\": \"Mahatma Jyotiba Phule Rohilkhand University, Bareilly is issuing their Digital awards for the following years, through DigiLocker. These can be pulled by students into their DigiLocker accounts \\n                Degree - 2015,2016,2017,2018,2019,2020,2021,2022 \\n                Marksheet - 2015,2016,2017,2018,2019,2020,2021,2022 \\n                Diploma -  NA \\n                Transcript - NA\",\n                \"categories\": \"4,2\",\n                \"logo\": \"https://cf-media.api-setu.in/logo/issuers/004795.png\",\n                \"subdomain\": \"mjpru\"\n            },\n            {\n                \"organisationId\": \"006184\",\n                \"issuerId\": \"in.ac.mpkv\",\n                \"name\": \"Mahatma Phule Krishi Vidyapeeth, Rahuri\",\n                \"description\": \"Mahatma Phule Krishi Vidyapeeth, Rahuri is issuing their Digital awards for the following years, through DigiLocker. These can be pulled by students into their DigiLocker accounts \\n                Degree - 2010,2011,2012,2013,2016,2017,2018,2019,2020 \\n                Marksheet - NA \\n                Diploma -  NA \\n                Transcript - NA\",\n                \"categories\": \"4,2\",\n                \"logo\": \"https://cf-media.api-setu.in/logo/issuers/006184.png\",\n                \"subdomain\": \"mpkv\"\n            },\n            {\n                \"organisationId\": \"006568\",\n                \"issuerId\": \"org.mimts\",\n                \"name\": \"Mahendra Institute of Management and Technical Studies\",\n                \"description\": \"Mahendra Institute Of Management And Technical Studies is issuing their Digital awards for the following years, through DigiLocker. These can be pulled by students into their DigiLocker accounts \\n                Degree - 2019,2020,2021 \\n                Marksheet - NA \\n                Diploma -  NA \\n                Transcript - NA\",\n                \"categories\": \"4,2\",\n                \"logo\": \"https://cf-media.api-setu.in/logo/issuers/006568.png\",\n                \"subdomain\": \"mimts\"\n            },\n            {\n                \"organisationId\": \"046485\",\n                \"issuerId\": \"ac.in.muoc\",\n                \"name\": \"MAJULI UNIVERSITY OF CULTURE, MAJULI, ASSAM\",\n                \"description\": \"MAJULI UNIVERSITY OF CULTURE, MAJULI, ASSAM is issuing their Digital awards for the following years, through DigiLocker. These can be pulled by students into their DigiLocker accounts \\n                Degree - 2022 \\n                Marksheet - 2021,2022,2023 \\n                Diploma -  NA \\n                Transcript - NA\",\n                \"categories\": \"4,2\",\n                \"logo\": \"https://cf-media.api-setu.in/logo/issuers/046485.png\",\n                \"subdomain\": \"acinmuoc\"\n            },\n            {\n                \"organisationId\": \"003522\",\n                \"issuerId\": \"in.ac.mcu\",\n                \"name\": \"Makhanlal Chaturvedi National University of Journalism and Communication, Bhopal\",\n                \"description\": \"Makhanlal Chaturvedi National University of Journalism and Communication, Bhopal is issuing their Digital awards for the following years, through DigiLocker. These can be pulled by students into their DigiLocker accounts \\n                Degree - NA \\n                Marksheet - 2019,2020,2021,2022 \\n                Diploma -  NA \\n                Transcript - NA\",\n                \"categories\": \"4,2\",\n                \"logo\": \"https://cf-media.api-setu.in/logo/issuers/003522.png\",\n                \"subdomain\": \"mcu\"\n            },\n            {\n                \"organisationId\": \"007978\",\n                \"issuerId\": \"in.ac.mnit\",\n                \"name\": \"Malaviya National Institute of Technology Jaipur\",\n                \"description\": \"Malaviya National Institute of Technology Jaipur is issuing their Digital awards for the following years, through DigiLocker. These can be pulled by students into their DigiLocker accounts.\\n                Degree - NA \\n                Marksheet - 2012,2013,2014,2015,2016,2017,2018,2019,2020,2021 \\n                Diploma - NA \\n                Transcript - NA\",\n                \"categories\": \"4,2\",\n                \"logo\": \"https://cf-media.api-setu.in/logo/issuers/007978.png\",\n                \"subdomain\": \"mnit\"\n            },\n            {\n                \"organisationId\": \"043596\",\n                \"issuerId\": \"ac.in.mcehassan\",\n                \"name\": \"MALNAD COLLEGE OF ENGINEERING\",\n                \"description\": \"MALNAD COLLEGE OF ENGINEERING is issuing their Digital awards for the following years, through DigiLocker. These can be pulled by students into their DigiLocker accounts.\\n                Degree - NA \\n                Marksheet - 2021 \\n                Diploma - NA \\n                Transcript - NA\",\n                \"categories\": \"4,2\",\n                \"logo\": \"https://cf-media.api-setu.in/logo/issuers/043596.png\",\n                \"subdomain\": \"acinmcehassan\"\n            },\n            {\n                \"organisationId\": \"010432\",\n                \"issuerId\": \"com.malwanchaluniversity\",\n                \"name\": \"Malwanchal University\",\n                \"description\": \"Malwanchal University is issuing their Digital awards for the following years, through DigiLocker. These can be pulled by students into their DigiLocker accounts.\\n                Degree - 2019,2020,2021,2022,2023 \\n                Marksheet - NA \\n                Diploma - 2018,2019,2020,2021,2022 \\n                Transcript - NA\",\n                \"categories\": \"4,2\",\n                \"logo\": \"https://cf-media.api-setu.in/logo/issuers/010432.png\",\n                \"subdomain\": \"malwanchaluniversity\"\n            },\n            {\n                \"organisationId\": \"005255\",\n                \"issuerId\": \"in.ac.mdi\",\n                \"name\": \"Management Development Institute\",\n                \"description\": \"Management Development Institute is issuing their Digital awards for the following years, through DigiLocker. These can be pulled by students into their DigiLocker accounts \\n                Degree - NA \\n                Marksheet - NA \\n                Diploma -  2017,2018,2019,2020,2023 \\n                Transcript - NA\",\n                \"categories\": \"4,2\",\n                \"logo\": \"https://cf-media.api-setu.in/logo/issuers/005255.png\",\n                \"subdomain\": \"mdi\"\n            },\n            {\n                \"organisationId\": \"003041\",\n                \"issuerId\": \"in.edu.mriu\",\n                \"name\": \"Manav Rachna International Institute of Research & Studies\",\n                \"description\": \"Manav Rachna International Institute of Research & Studies is issuing their Digital awards for the following years, through DigiLocker. These can be pulled by students into their DigiLocker accounts.\\n                Degree - 2014,2018,2019,2020,2021,2022,2023 \\n                Marksheet - 2021,2022,2023 \\n                Diploma - NA \\n                Transcript - NA\",\n                \"categories\": \"4,2\",\n                \"logo\": \"https://cf-media.api-setu.in/logo/issuers/003041.png\",\n                \"subdomain\": \"mriu\"\n            },\n            {\n                \"organisationId\": \"003610\",\n                \"issuerId\": \"in.edu.mru\",\n                \"name\": \"Manav Rachna University\",\n                \"description\": \"Manav Rachna University is issuing their Digital awards for the following years, through DigiLocker. These can be pulled by students into their DigiLocker accounts \\n                Degree - 2018,2019,2020 \\n                Marksheet - NA \\n                Diploma -  NA \\n                Transcript - NA\",\n                \"categories\": \"4,2\",\n                \"logo\": \"https://cf-media.api-setu.in/logo/issuers/003610.png\",\n                \"subdomain\": \"mru\"\n            },\n            {\n                \"organisationId\": \"003802\",\n                \"issuerId\": \"in.edu.mandsauruniversity\",\n                \"name\": \"Mandsaur University\",\n                \"description\": \"Mandsaur University is issuing their Digital awards for the following years, through DigiLocker. These can be pulled by students into their DigiLocker accounts.\\n                Degree - NA \\n                Marksheet - 2017,2019,2020 \\n                Diploma - NA \\n                Transcript - NA\",\n                \"categories\": \"4,2\",\n                \"logo\": \"https://cf-media.api-setu.in/logo/issuers/003802.jpg\",\n                \"subdomain\": \"mandsauruniv\"\n            },\n            {\n                \"organisationId\": \"005186\",\n                \"issuerId\": \"in.ac.mandyauniversity\",\n                \"name\": \"Mandya University\",\n                \"description\": \"Mandya University is issuing their Digital awards for the following years, through DigiLocker. These can be pulled by students into their DigiLocker accounts.\\n                Degree - NA \\n                Marksheet - 2019,2020,2021,2022 \\n                Diploma - NA \\n                Transcript - NA\",\n                \"categories\": \"4,2\",\n                \"logo\": \"https://cf-media.api-setu.in/logo/issuers/005186.png\",\n                \"subdomain\": \"mandyauniversity\"\n            },\n            {\n                \"organisationId\": \"010613\",\n                \"issuerId\": \"in.co.mangalayatan\",\n                \"name\": \"Mangalayatan University , Jabalpur\",\n                \"description\": \"Mangalayatan University , Jabalpur is issuing their Digital awards for the following years, through DigiLocker. These can be pulled by students into their DigiLocker accounts.\\n                Degree - NA \\n                Marksheet - 2021,2022,2023,2024 \\n                Diploma - NA \\n                Transcript - NA\",\n                \"categories\": \"4,2\",\n                \"logo\": \"https://cf-media.api-setu.in/logo/issuers/010613.png\",\n                \"subdomain\": \"mangalayatanco\"\n            },\n            {\n                \"organisationId\": \"004357\",\n                \"issuerId\": \"in.mangalayatan\",\n                \"name\": \"Mangalayatan University, Aligarh\",\n                \"description\": \"Mangalayatan University, Aligarh is issuing their Digital awards for the following years, through DigiLocker. These can be pulled by students into their DigiLocker accounts \\n                Degree - 2021 \\n                Marksheet - NA \\n                Diploma -  NA \\n                Transcript - NA\",\n                \"categories\": \"4,2\",\n                \"logo\": \"https://cf-media.api-setu.in/logo/issuers/004357.png\",\n                \"subdomain\": \"mangalayatanin\"\n            },\n            {\n                \"organisationId\": \"004815\",\n                \"issuerId\": \"in.ac.mangaloreuniversity\",\n                \"name\": \"Mangalore University, Mangalore\",\n                \"description\": \"Mangalore University, Mangalore is issuing their Digital awards for the following years, through DigiLocker. These can be pulled by students into their DigiLocker accounts \\n                Degree - 2017,2018,2019,2020,2021,2022 \\n                Marksheet - 2015,2016,2017,2018,2019,2020,2021,2022,2023,2024 \\n                Diploma -  NA \\n                Transcript - NA\",\n                \"categories\": \"4,2\",\n                \"logo\": \"https://cf-media.api-setu.in/logo/issuers/004815.jpg\",\n                \"subdomain\": \"mangaloreuniversity\"\n            },\n            {\n                \"organisationId\": \"003532\",\n                \"issuerId\": \"edu.manipal\",\n                \"name\": \"Manipal Academy Of Higher Education, Manipal\",\n                \"description\": \"Manipal Academy Of Higher Education, Manipal is issuing their Digital awards for the following years, through DigiLocker. These can be pulled by students into their DigiLocker accounts.\\n                Degree - 2020,2021,2022,2023 \\n                Marksheet - NA \\n                Diploma - NA \\n                Transcript - NA\",\n                \"categories\": \"4,2\",\n                \"logo\": \"https://cf-media.api-setu.in/logo/issuers/003532.png\",\n                \"subdomain\": \"manipal\"\n            },\n            {\n                \"organisationId\": \"003528\",\n                \"issuerId\": \"edu.manipal.jaipur\",\n                \"name\": \"Manipal University Jaipur\",\n                \"description\": \"Manipal University Jaipur is issuing their Digital awards for the following years, through DigiLocker. These can be pulled by students into their DigiLocker accounts.\\n                Degree - 2019,2020,2021,2022,2023 \\n                Marksheet - 2021,2022,2023 \\n                Diploma - NA \\n                Transcript - 2021,2022,2023\",\n                \"categories\": \"4,2\",\n                \"logo\": \"https://cf-media.api-setu.in/logo/issuers/003528.png\",\n                \"subdomain\": \"manipaljaipur\"\n            },\n            {\n                \"organisationId\": \"004872\",\n                \"issuerId\": \"com.manipalcigna\",\n                \"name\": \"ManipalCigna Health Insurance Company Limited\",\n                \"description\": \"\",\n                \"categories\": \"993,1\",\n                \"logo\": \"https://cf-media.api-setu.in/logo/issuers/004872.png\",\n                \"subdomain\": \"manipalcigna\"\n            },\n            {\n                \"organisationId\": \"003997\",\n                \"issuerId\": \"in.ac.mtu\",\n                \"name\": \"Manipur Technical University\",\n                \"description\": \"Manipur Technical University is issuing their Digital awards for the following years, through DigiLocker. These can be pulled by students into their DigiLocker accounts.\\n                Degree - 2020,2021,2022,2023 \\n                Marksheet - NA \\n                Diploma - NA \\n                Transcript - NA\",\n                \"categories\": \"4,2\",\n                \"logo\": \"https://cf-media.api-setu.in/logo/issuers/003997.png\",\n                \"subdomain\": \"mtu\"\n            },\n            {\n                \"organisationId\": \"003967\",\n                \"issuerId\": \"in.ac.manipuruniv\",\n                \"name\": \"Manipur University, Imphal\",\n                \"description\": \"Manipur University, Imphal is issuing their Digital awards for the following years, through DigiLocker. These can be pulled by students into their DigiLocker accounts.\\n                Degree - 2016,2017,2018,2019,2020 \\n                Marksheet - 2020,2021,2022 \\n                Diploma - 2016 \\n                Transcript - NA\",\n                \"categories\": \"4,2\",\n                \"logo\": \"https://cf-media.api-setu.in/logo/issuers/003967.png\",\n                \"subdomain\": \"manipuruniv\"\n            },\n            {\n                \"organisationId\": \"003940\",\n                \"issuerId\": \"in.ac.msuniv\",\n                \"name\": \"Manonmaniam Sundaranar University, Tirunelveli\",\n                \"description\": \"Manonmaniam Sundaranar University, Tirunelveli is issuing their Digital awards for the following years, through DigiLocker. These can be pulled by students into their DigiLocker accounts \\n                Degree - 2019,2020,2021,2022 \\n                Marksheet - NA \\n                Diploma -  NA \\n                Transcript - NA\",\n                \"categories\": \"4,2\",\n                \"logo\": \"https://cf-media.api-setu.in/logo/issuers/003940.png\",\n                \"subdomain\": \"msuniv\"\n            },\n            {\n                \"organisationId\": \"003853\",\n                \"issuerId\": \"in.ac.vnmkv\",\n                \"name\": \"Marathwada Agricultural University, Parbhani\",\n                \"description\": \"Marathwada Agricultural University, Parbhani is issuing their Digital awards for the following years, through DigiLocker. These can be pulled by students into their DigiLocker accounts.\\n                Degree - 2007,2008,2009,2010,2011,2012,2013,2014,2015,2016,2017,2018,2019,2020,2021 \\n                Marksheet - 2021,2022 \\n                Diploma - NA \\n                Transcript - NA\",\n                \"categories\": \"4,2\",\n                \"logo\": \"https://cf-media.api-setu.in/logo/issuers/003853.png\",\n                \"subdomain\": \"vnmkv\"\n            },\n            {\n                \"organisationId\": \"005567\",\n                \"issuerId\": \"org.mariancollege\",\n                \"name\": \"Marian College Kuttikkanam Autonomous\",\n                \"description\": \"Marian College Kuttikkanam Autonomous is issuing their Digital awards for the following years, through DigiLocker. These can be pulled by students into their DigiLocker accounts \\r\\n                Degree - NA \\r\\n                Marksheet - 2021,2023 \\r\\n                Diploma -  2021 \\r\\n                Transcript - NA\",\n                \"categories\": \"4,2\",\n                \"logo\": \"https://cf-media.api-setu.in/logo/issuers/005567.png\",\n                \"subdomain\": \"mariancollege\"\n            },\n            {\n                \"organisationId\": \"003537\",\n                \"issuerId\": \"in.mlcuniv\",\n                \"name\": \"Martin Luther Christian University, Shillong\",\n                \"description\": \"Martin Luther Christian University, Shillong is issuing their Digital awards for the following years, through DigiLocker. These can be pulled by students into their DigiLocker accounts.\\n                Degree - 2010,2011,2012,2013,2014,2015,2016,2017,2018,2019,2020,2021,2022,2023 \\n                Marksheet - NA \\n                Diploma - 2009,2010,2012,2013,2017,2018,2019,2020,2022 \\n                Transcript - NA\",\n                \"categories\": \"4,2\",\n                \"logo\": \"https://cf-media.api-setu.in/logo/issuers/003537.png\",\n                \"subdomain\": \"mlcuniv\"\n            },\n            {\n                \"organisationId\": \"003281\",\n                \"issuerId\": \"in.ac.marwadiuniversity\",\n                \"name\": \"Marwadi University\",\n                \"description\": \"Marwadi University is issuing their Digital awards for the following years, through DigiLocker. These can be pulled by students into their DigiLocker accounts.\\n                Degree - 2018,2019,2020,2021,2022,2023 \\n                Marksheet - 2016,2017,2018,2019,2020,2021,2022 \\n                Diploma - 2022 \\n                Transcript - NA\",\n                \"categories\": \"4,2\",\n                \"logo\": \"https://cf-media.api-setu.in/logo/issuers/003281.png\",\n                \"subdomain\": \"marwadiuniv\"\n            },\n            {\n                \"organisationId\": \"005019\",\n                \"issuerId\": \"in.ac.mime\",\n                \"name\": \"MATS Institute of Management & Entrepreneurship\",\n                \"description\": \"MATS INSTITUTE OF MANAGEMENT & ENTREPRENURSHIP is issuing their Digital awards for the following years, through DigiLocker. These can be pulled by students into their DigiLocker accounts \\n                Degree - NA \\n                Marksheet - 2017,2018,2019,2020 \\n                Diploma -  2019,2020,2021,2022 \\n                Transcript - NA\",\n                \"categories\": \"4,2\",\n                \"logo\": \"https://cf-media.api-setu.in/logo/issuers/005019.png\",\n                \"subdomain\": \"mime\"\n            },\n            {\n                \"organisationId\": \"004929\",\n                \"issuerId\": \"in.ac.makautwb\",\n                \"name\": \"Maulana Abul Kalam Azad University of Technology, West Bengal\",\n                \"description\": \"Maulana Abul Kalam Azad University of Technology, West Bengal is issuing their Digital awards for the following years, through DigiLocker. These can be pulled by students into their DigiLocker accounts \\n                Degree - 2015,2016,2017,2018,2019,2020,2021,2022,2023 \\n                Marksheet - 2015,2016,2017,2018,2019,2020,2021,2022 \\n                Diploma -  NA \\n                Transcript - NA\",\n                \"categories\": \"4,2\",\n                \"logo\": \"https://cf-media.api-setu.in/logo/issuers/004929.png\",\n                \"subdomain\": \"makautwb\"\n            },\n            {\n                \"organisationId\": \"003449\",\n                \"issuerId\": \"in.ac.manit\",\n                \"name\": \"Maulana Azad National Institute of Technology, Bhopal\",\n                \"description\": \"Maulana Azad National Institute Of Technology, Bhopal  is issuing their Digital awards for the following years, through DigiLocker. These can be pulled by students into their DigiLocker accounts \\n                Degree - 2021 \\n                Marksheet - NA \\n                Diploma -  NA \\n                Transcript - NA\",\n                \"categories\": \"4,2\",\n                \"logo\": \"https://cf-media.api-setu.in/logo/issuers/003449.png\",\n                \"subdomain\": \"manit\"\n            },\n            {\n                \"organisationId\": \"003415\",\n                \"issuerId\": \"in.edu.manuu\",\n                \"name\": \"Maulana Azad National Urdu University, Hyderabad\",\n                \"description\": \"Maulana Azad National Urdu University, Hyderabad is issuing their Digital awards for the following years, through DigiLocker. These can be pulled by students into their DigiLocker accounts.\\n                Degree - 2019,2020,2021 \\n                Marksheet - 2020,2021,2022,2023 \\n                Diploma - 2018,2019,2020,2021 \\n                Transcript - NA\",\n                \"categories\": \"4,2\",\n                \"logo\": \"https://cf-media.api-setu.in/logo/issuers/003415.png\",\n                \"subdomain\": \"manuu\"\n            },\n            {\n                \"organisationId\": \"002223\",\n                \"issuerId\": \"com.maxlifeinsurance\",\n                \"name\": \"Max Life Insurance Co. Ltd.\",\n                \"description\": \"Life Insurance policies issued by Max Life Insurance on or after April 1st,2008 are available to be pulled in citizen's DigiLocker account.\",\n                \"categories\": \"993,1\",\n                \"logo\": \"https://cf-media.api-setu.in/logo/issuers/002223.png\",\n                \"subdomain\": \"maxlifeinsurance\"\n            },\n            {\n                \"organisationId\": \"056350\",\n                \"issuerId\": \"in.edu.msu\",\n                \"name\": \"Medhavi Skills University\",\n                \"description\": \"Kakaraparti  Bhavanarayana College Autonomous is issuing their Digital awards for the following years, through DigiLocker. These can be pulled by students into their DigiLocker accounts.\\n                Degree - NA \\n                Marksheet - 2023 \\n                Diploma - NA \\n                Transcript - NA\",\n                \"categories\": \"4,2\",\n                \"logo\": \"https://cf-media.api-setu.in/logo/issuers/056350.png\",\n                \"subdomain\": \"msu\"\n            },\n            {\n                \"organisationId\": \"005468\",\n                \"issuerId\": \"in.ac.medicaps\",\n                \"name\": \"MEDI-CAPS UNIVERSITY, INDORE\",\n                \"description\": \"MEDI-CAPS UNIVERSITY, INDORE is issuing their Digital awards for the following years, through DigiLocker. These can be pulled by students into their DigiLocker accounts.\\n                Degree - 2018 \\n                Marksheet - 2016,2017,2018 \\n                Diploma - NA \\n                Transcript - NA\",\n                \"categories\": \"4,2\",\n                \"logo\": \"https://cf-media.api-setu.in/logo/issuers/005468.png\",\n                \"subdomain\": \"medicaps\"\n            },\n            {\n                \"organisationId\": \"005393\",\n                \"issuerId\": \"in.gov.haryana.dmer\",\n                \"name\": \"Medical Education and Research, Haryana\",\n                \"description\": \"The department under its administrative control runs the courses like MBBS, BDS, Physiotherapy, Nursing etc. The department issues various certificates like registration certificate, NOC etc. The DigiLocker will help in authenticate and all round accessibility of these documents and will avoid fraud/ scam.\",\n                \"categories\": \"4,2,7\",\n                \"logo\": \"https://cf-media.api-setu.in/logo/issuers/005393.png\",\n                \"subdomain\": \"dmer\"\n            },\n            {\n                \"organisationId\": \"MESVAP\",\n                \"issuerId\": \"in.gov.meeseva.ap\",\n                \"name\": \"Mee Seva Andhra Pradesh\",\n                \"description\": \"Mee Seva, AP (http://ap.meeseva.gov.in/) is the online service delivery portal for AP State Govt. Certain documents issued by it (e.g. Income, Residence, Integrated Certificates etc) are made available in citizens' DigiLocker accounts.\",\n                \"categories\": \"4,30\",\n                \"logo\": \"https://cf-media.api-setu.in/logo/issuers/mesvap.png\",\n                \"subdomain\": \"meesevaap\"\n            },\n            {\n                \"organisationId\": \"MESVAT\",\n                \"issuerId\": \"in.gov.meeseva.tg\",\n                \"name\": \"Mee Seva Telangana\",\n                \"description\": \"Mee Seva, TG (http://tg.meeseva.gov.in/) is the online service delivery portal for Telangana State Govt. Certain documents issued by it (e.g. Income, Residence, Integrated Certificates etc) are made available in citizens' DigiLocker accounts.\",\n                \"categories\": \"4,30\",\n                \"logo\": \"https://cf-media.api-setu.in/logo/issuers/mesvat.png\",\n                \"subdomain\": \"meesevatg\"\n            },\n            {\n                \"organisationId\": \"003641\",\n                \"issuerId\": \"in.ac.maher\",\n                \"name\": \"Meenakshi Academy Of Higher Education And Research, Chennai\",\n                \"description\": \"Meenakshi Academy Of Higher Education And Research, Chennai is issuing their Digital awards for the following years, through DigiLocker. These can be pulled by students into their DigiLocker accounts.\\n                Degree - 2017,2018,2019,2020,2021,2022 \\n                Marksheet - 2023 \\n                Diploma - NA \\n                Transcript - NA\",\n                \"categories\": \"4,2\",\n                \"logo\": \"https://cf-media.api-setu.in/logo/issuers/003641.png\",\n                \"subdomain\": \"maher\"\n            },\n            {\n                \"organisationId\": \"002546\",\n                \"issuerId\": \"in.mbose\",\n                \"name\": \"Meghalaya Board of School Education, Tura\",\n                \"description\": \"Meghalaya Board of School Education (MBOSE) with Marksheets of Class Xth and Class XIIth (Arts , Science, Commerce and Vocational), is availablke on DigiLocker for the students of 2015-2019.\",\n                \"categories\": \"4,2\",\n                \"logo\": \"https://cf-media.api-setu.in/logo/issuers/002546.jpg\",\n                \"subdomain\": \"mbose\"\n            },\n            {\n                \"organisationId\": \"014626\",\n                \"issuerId\": \"edu.met\",\n                \"name\": \"MET INSTITUTE OF POST GRADUATE DIPLOMA IN MANAGEMENT\",\n                \"description\": \"MET INSTITUTE OF POST GRADUATE DIPLOMA IN MANAGEMENT is issuing their Digital awards for the following years, through DigiLocker. These can be pulled by students into their DigiLocker accounts \\n                Degree - NA \\n                Marksheet - 2020 \\n                Diploma -  2022 \\n                Transcript - 2022\",\n                \"categories\": \"4,2\",\n                \"logo\": \"https://cf-media.api-setu.in/logo/issuers/014626.png\",\n                \"subdomain\": \"metini\"\n            },\n            {\n                \"organisationId\": \"012606\",\n                \"issuerId\": \"org.mewaruniversity\",\n                \"name\": \"Mewar University, Chittorgarh\",\n                \"description\": \"Mewar University, Chittorgarh is issuing their Digital awards for the following years, through DigiLocker. These can be pulled by students into their DigiLocker accounts.\\n                Degree - 2017,2018,2019,2020,2021,2022 \\n                Marksheet - NA \\n                Diploma - 2020,2022 \\n                Transcript - NA\",\n                \"categories\": \"4,2\",\n                \"logo\": \"https://cf-media.api-setu.in/logo/issuers/012606.png\",\n                \"subdomain\": \"mewaruniversity\"\n            },\n            {\n                \"organisationId\": \"003581\",\n                \"issuerId\": \"com.mgmuhs\",\n                \"name\": \"MGM Institute of Health Sciences, Navi  Mumbai\",\n                \"description\": \"MGM Institute of Health Sciences, Navi  Mumbai is issuing their Digital awards for the following years, through DigiLocker. These can be pulled by students into their DigiLocker accounts \\n                Degree - 2009,2010,2011,2012,2013,2014,2015,2016,2017,2018,2019,2020,2021,2022,2023 \\n                Marksheet - 2013,2014,2015,2016,2017,2018,2019,2020,2021,2022,2023 \\n                Diploma -  NA \\n                Transcript - NA\",\n                \"categories\": \"4,2\",\n                \"logo\": \"https://cf-media.api-setu.in/logo/issuers/003581.png\",\n                \"subdomain\": \"mgmuhs\"\n            },\n            {\n                \"organisationId\": \"010625\",\n                \"issuerId\": \"in.ac.mica\",\n                \"name\": \"MICA\",\n                \"description\": \"MICA is issuing their Digital awards for the following years, through DigiLocker. These can be pulled by students into their DigiLocker accounts.\\r\\n                Degree - 2017,2018,2019,2020,2021,2022,2023 \\r\\n                Marksheet - NA \\r\\n                Diploma - NA \\r\\n                Transcript - NA\",\n                \"categories\": \"4,2\",\n                \"logo\": \"https://cf-media.api-setu.in/logo/issuers/010625.png\",\n                \"subdomain\": \"mica\"\n            },\n            {\n                \"organisationId\": \"016754\",\n                \"issuerId\": \"in.miercollege\",\n                \"name\": \"MIER College of Education\",\n                \"description\": \"MIER College of Education is issuing their Digital awards for the following years, through DigiLocker. These can be pulled by students into their DigiLocker accounts \\n                Degree - NA \\n                Marksheet - 2022 \\n                Diploma -  NA \\n                Transcript - NA\",\n                \"categories\": \"4,2\",\n                \"logo\": \"https://cf-media.api-setu.in/logo/issuers/016754.png\",\n                \"subdomain\": \"miercollege\"\n            },\n            {\n                \"organisationId\": \"020444\",\n                \"issuerId\": \"in.nic.ids\",\n                \"name\": \"Military Institute of Technology\",\n                \"description\": \"Military Institute of Technology is issuing their Digital awards for the following years, through DigiLocker. These can be pulled by students into their DigiLocker accounts.\\n                Degree - NA \\n                Marksheet - NA \\n                Diploma - NA \\n                Transcript - NA\",\n                \"categories\": \"4,2,8\",\n                \"logo\": \"https://cf-media.api-setu.in/logo/issuers/020444.png\",\n                \"subdomain\": \"idsnic\"\n            },\n            {\n                \"organisationId\": \"003797\",\n                \"issuerId\": \"in.gov.covin\",\n                \"name\": \"Ministry of Health & Family Welfare\",\n                \"description\": \"Co-WIN by Ministry of Health and Family Welfare. Ministry of Health & Family Welfare is the apex body responsible for implementing India’s flagship public health insurance/assurance scheme called Ayushman Bharat Pradhan Mantri Jan Arogya Yojana & has been entrusted with the role of designing strategy, building technological infrastructure and implementation of National Digital Health Mission to create a National Digital Health Eco-system. NDHM\",\n                \"categories\": \"4,7\",\n                \"logo\": \"https://cf-media.api-setu.in/logo/issuers/003797.jpg\",\n                \"subdomain\": \"cowin\"\n            },\n            {\n                \"organisationId\": \"011219\",\n                \"issuerId\": \"in.gov.msme\",\n                \"name\": \"Ministry of Micro, Small and Medium Enterprises\",\n                \"description\": \"Micro, Small and Medium Enterprises (MSME) sector has emerged as a highly vibrant and dynamic sector of the Indian economy over the last five decades. MSMEs not only play crucial role in providing large employment opportunities at comparatively lower capital cost than large industries but also help in industrialization of rural & backward areas, thereby, reducing regional imbalances, assuring more equitable distribution of national income and wealth. MSMEs are complementary to large industries as ancillary units and this sector contributes enormously to the socio-economic development of the country.\",\n                \"categories\": \"3\",\n                \"logo\": \"https://cf-media.api-setu.in/logo/issuers/011219.png\",\n                \"subdomain\": \"msme\"\n            },\n            {\n                \"organisationId\": \"000075\",\n                \"issuerId\": \"com.iocl\",\n                \"name\": \"Ministry of Petroleum and Natural Gas (IOCL)\",\n                \"description\": \"eSubscription Voucher for LPG connections provided by IOCL (https://www.iocl.com/) are made available to citizens in their DigiLocker accounts.\",\n                \"categories\": \"3\",\n                \"logo\": \"https://cf-media.api-setu.in/logo/issuers/000075.png\",\n                \"subdomain\": \"iocl\"\n            },\n            {\n                \"organisationId\": \"000053\",\n                \"issuerId\": \"com.hindustanpetroleum\",\n                \"name\": \"Ministry of Petroleum and Natural Gas (HPCL)\",\n                \"description\": \"eSubscription Voucher for LPG connections provided by HPCL (http://www.hindustanpetroleum.com/) are made available to citizens in their DigiLocker accounts.\",\n                \"categories\": \"3,30\",\n                \"logo\": \"https://cf-media.api-setu.in/logo/issuers/000053.jpg\",\n                \"subdomain\": \"hindustanpetroleum\"\n            },\n            {\n                \"organisationId\": \"000068\",\n                \"issuerId\": \"com.bharatpetroleum\",\n                \"name\": \"Ministry of Petroleum and Natural Gas(BPCL)\",\n                \"description\": \"eSubscription Voucher for LPG connections provided by BPCL (https://bharatpetroleum.com/) are made available to citizens in their DigiLocker accounts.\",\n                \"categories\": \"3,30\",\n                \"logo\": \"https://cf-media.api-setu.in/logo/issuers/000068.jpg\",\n                \"subdomain\": \"bharatpetroleum\"\n            },\n            {\n                \"organisationId\": \"000048\",\n                \"issuerId\": \"in.gov.transport\",\n                \"name\": \"Ministry of Road Transport and Highways\",\n                \"description\": \"Driving License (DL) & Vehicle Registration Certificate (RC) as available in Ministry of Transport's SARATHI & VAHAN portals (http://morth.nic.in/) can be pulled by citizens into their DigiLocker accounts.\",\n                \"categories\": \"3,11,19\",\n                \"logo\": \"https://cf-media.api-setu.in/logo/issuers/000048.png\",\n                \"subdomain\": \"transport\"\n            },\n            {\n                \"organisationId\": \"005628\",\n                \"issuerId\": \"in.gov.tourism\",\n                \"name\": \"MINISTRY OF TOURISM\",\n                \"description\": \"The Ministry of Tourism, is the nodal agency for the formulation of national policies and programs and for the co-ordination of activities of various Central Government Agencies, State Governments/UTs and the Private Sector for the development and promotion of tourism in the country.This Ministry is headed by the Union Minister of State for Tourism (Independent Charge).\",\n                \"categories\": \"3\",\n                \"logo\": \"https://cf-media.api-setu.in/logo/issuers/005628.png\",\n                \"subdomain\": \"tourism\"\n            },\n            {\n                \"organisationId\": \"003243\",\n                \"issuerId\": \"in.edu.mituniversity\",\n                \"name\": \"MIT Art, Design and Technology University, Pune\",\n                \"description\": \"MIT Art, Design and Technology University, Pune is issuing their Digital awards for the following years, through DigiLocker. These can be pulled by students into their DigiLocker accounts.\\n                Degree - 2016,2018,2019,2020,2021 \\n                Marksheet - 2021,2022,2023 \\n                Diploma - 2021 \\n                Transcript - NA\",\n                \"categories\": \"4,2\",\n                \"logo\": \"https://cf-media.api-setu.in/logo/issuers/003243.png\",\n                \"subdomain\": \"mituniv\"\n            },\n            {\n                \"organisationId\": \"032742\",\n                \"issuerId\": \"in.ac.mithibai\",\n                \"name\": \"Mithibai College of Arts, Chauhan Institute of Science & Amrutben Jivanlal College of Commerce and Economics\",\n                \"description\": \" Mithibai College of Arts, Chauhan Institute of Science and Amrutben Jivanlal College of Commerce and Economics is issuing their Digital awards for the following years, through DigiLocker. These can be pulled by students into their DigiLocker accounts.\\n                Degree - NA \\n                Marksheet - 2019,2021,2022,2023 \\n                Diploma - NA \\n                Transcript - NA\",\n                \"categories\": \"4,2\",\n                \"logo\": \"https://cf-media.api-setu.in/logo/issuers/032742.png\",\n                \"subdomain\": \"mithibai\"\n            },\n            {\n                \"organisationId\": \"002468\",\n                \"issuerId\": \"in.gov.mizoram.police\",\n                \"name\": \"Mizoram Police\",\n                \"description\": \"Identification cards, as issued by Mizoram Police to its personnels, can be downloaded by them in their DigiLocker accounts\",\n                \"categories\": \"4\",\n                \"logo\": \"https://cf-media.api-setu.in/logo/issuers/002468.jpg\",\n                \"subdomain\": \"mizorampolice\"\n            },\n            {\n                \"organisationId\": \"002240\",\n                \"issuerId\": \"in.edu.mbse\",\n                \"name\": \"Mizoram State Board of School Education\",\n                \"description\": \"Mizoram Board Of School Education is issuing their Digital awards for the following years, through DigiLocker. These can be pulled by students into their DigiLocker accounts \\n                Degree - 2020 \\n                Marksheet - 2020 \\n                Diploma -  NA \\n                Transcript - NA\",\n                \"categories\": \"4,2\",\n                \"logo\": \"https://cf-media.api-setu.in/logo/issuers/002240.png\",\n                \"subdomain\": \"mbse\"\n            },\n            {\n                \"organisationId\": \"011855\",\n                \"issuerId\": \"in.gov.mizoram.dict\",\n                \"name\": \"Mizoram State Council for Technical Education\",\n                \"description\": \"Mizoram State Council for Technical Education is issuing their Digital awards for the following years, through DigiLocker. These can be pulled by students into their DigiLocker accounts \\n                Degree - NA \\n                Marksheet - NA \\n                Diploma -  2016,2017,2018,2019,2020,2021,2022 \\n                Transcript - NA\",\n                \"categories\": \"4,2\",\n                \"logo\": \"https://cf-media.api-setu.in/logo/issuers/011855.png\",\n                \"subdomain\": \"mizoramdict\"\n            },\n            {\n                \"organisationId\": \"005264\",\n                \"issuerId\": \"in.gov.mizoram.msegs\",\n                \"name\": \"Mizoram State e-Governance Society\",\n                \"description\": \"\",\n                \"categories\": \"4,30\",\n                \"logo\": \"https://cf-media.api-setu.in/logo/issuers/005264.png\",\n                \"subdomain\": \"msegs\"\n            },\n            {\n                \"organisationId\": \"003825\",\n                \"issuerId\": \"in.edu.mzu\",\n                \"name\": \"Mizoram University, Aizwal\",\n                \"description\": \"Mizoram University, Aizwal is issuing their Digital awards for the following years, through DigiLocker. These can be pulled by students into their DigiLocker accounts \\n                Degree - 2018,2019,2020,2021 \\n                Marksheet - 2015,2016,2017,2018,2019,2020,2021,2022 \\n                Diploma -  NA \\n                Transcript - NA\",\n                \"categories\": \"4,2\",\n                \"logo\": \"https://cf-media.api-setu.in/logo/issuers/003825.png\",\n                \"subdomain\": \"mzu\"\n            },\n            {\n                \"organisationId\": \"005439\",\n                \"issuerId\": \"in.mietjmu\",\n                \"name\": \"MODEL INSTITUTE OF ENGINEERING AND TECHNOLOGY (AUTONOMOUS)\",\n                \"description\": \"MODEL INSTITUTE OF ENGINEERING AND TECHNOLOGY (AUTONOMOUS) is issuing their Digital awards for the following years, through DigiLocker. These can be pulled by students into their DigiLocker accounts.\\n                Degree - NA \\n                Marksheet - 2021,2022 \\n                Diploma - NA \\n                Transcript - NA\",\n                \"categories\": \"4,2\",\n                \"logo\": \"https://cf-media.api-setu.in/logo/issuers/005439.png\",\n                \"subdomain\": \"mietjmu\"\n            },\n            {\n                \"organisationId\": \"007509\",\n                \"issuerId\": \"in.ac.modyuniversity\",\n                \"name\": \"Mody University Of Science And Technology\",\n                \"description\": \"Mody University Of Science And Technology is issuing their Digital awards for the following years, through DigiLocker. These can be pulled by students into their DigiLocker accounts.\\n                Degree - 2018,2019,2020,2021,2022,2023 \\n                Marksheet - 2021,2022,2023 \\n                Diploma - NA \\n                Transcript - NA\",\n                \"categories\": \"4,2\",\n                \"logo\": \"https://cf-media.api-setu.in/logo/issuers/007509.png\",\n                \"subdomain\": \"modyuniversity\"\n            },\n            {\n                \"organisationId\": \"004787\",\n                \"issuerId\": \"in.edu.jauharuniversity\",\n                \"name\": \"Mohammad Ali Jauhar University, Rampur\",\n                \"description\": \"Mohammad Ali Jauhar University, Rampur is issuing their Digital awards for the following years, through DigiLocker. These can be pulled by students into their DigiLocker accounts \\n                Degree - 2019,2020,2021,2022 \\n                Marksheet - NA \\n                Diploma -  2019,2020,2021,2022 \\n                Transcript - NA\",\n                \"categories\": \"4,2\",\n                \"logo\": \"https://cf-media.api-setu.in/logo/issuers/004787.png\",\n                \"subdomain\": \"jauharuniversity\"\n            },\n            {\n                \"organisationId\": \"003826\",\n                \"issuerId\": \"in.ac.mlsu\",\n                \"name\": \"Mohanlal Sukhadia University, Udaipur\",\n                \"description\": \"Mohanlal Sukhadia University, Udaipur is issuing their Digital awards for the following years, through DigiLocker. These can be pulled by students into their DigiLocker accounts.\\n                Degree - 2019,2020,2021,2022 \\n                Marksheet - 2021,2022 \\n                Diploma - NA \\n                Transcript - NA\",\n                \"categories\": \"4,2\",\n                \"logo\": \"https://cf-media.api-setu.in/logo/issuers/003826.jpg\",\n                \"subdomain\": \"mlsu\"\n            },\n            {\n                \"organisationId\": \"005049\",\n                \"issuerId\": \"in.edu.monad\",\n                \"name\": \"Monad University\",\n                \"description\": \"Monad University is issuing their Digital awards for the following years, through DigiLocker. These can be pulled by students into their DigiLocker accounts \\n                Degree - 2013,2014,2015,2016,2017,2018,2019,2020,2021 \\n                Marksheet - 2014,2015,2016,2017,2018,2019,2020,2021 \\n                Diploma -  2014,2015,2016,2017,2018,2019,2020,2021 \\n                Transcript - NA\",\n                \"categories\": \"4,2\",\n                \"logo\": \"https://cf-media.api-setu.in/logo/issuers/005049.png\",\n                \"subdomain\": \"monad\"\n            },\n            {\n                \"organisationId\": \"004723\",\n                \"issuerId\": \"in.ac.mnnit\",\n                \"name\": \"Motilal Nehru National Institute Of Technology, Allahabad\",\n                \"description\": \"Motilal Nehru National Institute Of Technology, Allahabad is issuing their Digital awards for the following years, through DigiLocker. These can be pulled by students into their DigiLocker accounts.\\n                Degree - 2020,2021 \\n                Marksheet - NA \\n                Diploma - NA \\n                Transcript - NA\",\n                \"categories\": \"4,2\",\n                \"logo\": \"https://cf-media.api-setu.in/logo/issuers/004723.png\",\n                \"subdomain\": \"mnnit\"\n            },\n            {\n                \"organisationId\": \"002202\",\n                \"issuerId\": \"in.gov.transport\",\n                \"name\": \"Motor Vehicle Department\",\n                \"description\": \"Driving License (DL) and Vehicle Registration Certificate (RC) of the State, as available on Parivahan Sewa (http://parivahan.co.in/) of Ministry of Road Transport and Highways, are available on DigiLocker. Citizens can pull these documents into their DigiLocker accounts.\",\n                \"categories\": \"4,11,30\",\n                \"logo\": \"https://cf-media.api-setu.in/logo/issuers/002202.png\",\n                \"subdomain\": \"transportmh\"\n            },\n            {\n                \"organisationId\": \"002198\",\n                \"issuerId\": \"in.gov.transport\",\n                \"name\": \"Motor Vehicle Department, Kerala\",\n                \"description\": \"Driving License (DL) and Vehicle Registration Certificate (RC) of the State, as available on Parivahan Sewa (http://parivahan.co.in/) of Ministry of Road Transport and Highways, are available on DigiLocker. Citizens can pull these documents into their DigiLocker accounts.\",\n                \"categories\": \"4,11,30\",\n                \"logo\": \"https://cf-media.api-setu.in/logo/issuers/002198.png\",\n                \"subdomain\": \"transportkl\"\n            },\n            {\n                \"organisationId\": \"002206\",\n                \"issuerId\": \"in.gov.transport\",\n                \"name\": \"Motor Vehicle Department, Nagaland\",\n                \"description\": \"Driving License (DL) and Vehicle Registration Certificate (RC) of the State, as available on Parivahan Sewa (http://parivahan.co.in/) of Ministry of Road Transport and Highways, are available on DigiLocker. Citizens can pull these documents into their DigiLocker accounts.\",\n                \"categories\": \"4,11\",\n                \"logo\": \"https://cf-media.api-setu.in/logo/issuers/002206.png\",\n                \"subdomain\": \"transportnl\"\n            },\n            {\n                \"organisationId\": \"002207\",\n                \"issuerId\": \"in.gov.transport\",\n                \"name\": \"Motor Vehicle Department, Odisha\",\n                \"description\": \"Driving License (DL) and Vehicle Registration Certificate (RC) of the State, as available on Parivahan Sewa (http://parivahan.co.in/) of Ministry of Road Transport and Highways, are available on DigiLocker. Citizens can pull these documents into their DigiLocker accounts.\",\n                \"categories\": \"4,11\",\n                \"logo\": \"https://cf-media.api-setu.in/logo/issuers/002207.png\",\n                \"subdomain\": \"transportod\"\n            },\n            {\n                \"organisationId\": \"081792\",\n                \"issuerId\": \"in.edu.mccblr\",\n                \"name\": \"MOUNT CARMEL COLLEGE\",\n                \"description\": \"Mount Carmel College is the forerunner of holistic education envisioning the transformation of students to professionals. We focus on providing students with a conducive environment merged with state-of-the-art facilities and guidance from esteemed lecturers in the pursuit of humanising each student to participate in society as a responsible citizen, dynamic professional, and empathetic human. Our visionary endeavour, envisaged and promoted by our foundress, Mother Teresa of St. Rose of Lima, is to bask in the light of a “Civilization of love”, i.e., the Kingdom of God by imparting knowledge and civilization.\",\n                \"categories\": \"4,2\",\n                \"logo\": \"https://cf-media.api-setu.in/logo/issuers/081792.png\",\n                \"subdomain\": \"mccblreduin\"\n            },\n            {\n                \"organisationId\": \"002634\",\n                \"issuerId\": \"in.nic.mpbse\",\n                \"name\": \"MP State Board of Secondary Education\",\n                \"description\": \"MP State Board of Secondary Education (http://mpbse.nic.in/) has made available Class X (2003-2022) & Class XII (2003-2022) mark sheet available on DigiLocker, which can be pulled by students into their respective accounts.\",\n                \"categories\": \"4,2\",\n                \"logo\": \"https://cf-media.api-setu.in/logo/issuers/002634.png\",\n                \"subdomain\": \"mpbse\"\n            },\n            {\n                \"organisationId\": \"061905\",\n                \"issuerId\": \"in.gov.ap.cdma\",\n                \"name\": \"Municipal Administration of Andhra Pradesh\",\n                \"description\": \"Municipal Administration of Andhra Pradesh, Marriage Registration (MR) aims to issue Marriage Certificates as per the Andhra Pradesh Compulsory Registration of Marriages Act, 2002 and Rules 2003?in?the?ULB.\",\n                \"categories\": \"4,30\",\n                \"logo\": \"https://cf-media.api-setu.in/logo/issuers/061905.png\",\n                \"subdomain\": \"ingovapcdma\"\n            },\n            {\n                \"organisationId\": \"090365\",\n                \"issuerId\": \"in.ac.murshidabaduniversity\",\n                \"name\": \"Murshidabad University\",\n                \"description\": \"The institute has registered through NAD portal.\",\n                \"categories\": \"4,2\",\n                \"logo\": \"https://cf-media.api-setu.in/logo/issuers/090365.png\",\n                \"subdomain\": \"murshidabaduniversityacin\"\n            },\n            {\n                \"organisationId\": \"065781\",\n                \"issuerId\": \"in.edu.mvjce\",\n                \"name\": \"MVJ COLLEGE OF ENGINEERING\",\n                \"description\": \"MVJ COLLEGE OF ENGINEERING is issuing their Digital awards for the following years, through DigiLocker. These can be pulled by students into their DigiLocker accounts.\\n                Degree - NA \\n                Marksheet - 2020,2022,2023 \\n                Diploma - NA \\n                Transcript - NA\",\n                \"categories\": \"4,2\",\n                \"logo\": \"https://cf-media.api-setu.in/logo/issuers/065781.png\",\n                \"subdomain\": \"mvjce\"\n            },\n            {\n                \"organisationId\": \"006232\",\n                \"issuerId\": \"in.edu.mvn\",\n                \"name\": \"MVN University, Palwal\",\n                \"description\": \"M V N University, Palwal is issuing their Digital awards for the following years, through DigiLocker. These can be pulled by students into their DigiLocker accounts \\n                Degree - 2014,2015,2016,2017,2018,2019,2020,2021,2022 \\n                Marksheet - 2012,2013,2014,2015,2016,2017,2018,2019,2020,2022,2023 \\n                Diploma -  2016,2017,2018,2019,2020,2021,2022 \\n                Transcript - NA\",\n                \"categories\": \"4,2\",\n                \"logo\": \"https://cf-media.api-setu.in/logo/issuers/006232.png\",\n                \"subdomain\": \"mvn\"\n            },\n            {\n                \"organisationId\": \"010692\",\n                \"issuerId\": \"in.nldalmia\",\n                \"name\": \"N.L.DALMIA INSTITUTE OF MANAGEMENT STUDIES AND RESEARCH\",\n                \"description\": \"N.L.DALMIA INSTITUTE OF MANAGEMENT STUDIES AND RESEARCH is issuing their Digital awards for the following years, through DigiLocker. These can be pulled by students into their DigiLocker accounts \\n                Degree - NA \\n                Marksheet - 2019,2020,2021,2022,2023 \\n                Diploma -  2021,2022 \\n                Transcript - NA\",\n                \"categories\": \"4,2\",\n                \"logo\": \"https://cf-media.api-setu.in/logo/issuers/010692.png\",\n                \"subdomain\": \"nldalmia\"\n            },\n            {\n                \"organisationId\": \"033156\",\n                \"issuerId\": \"in.edu.nsrit\",\n                \"name\": \"Nadimpalli Satyanarayana Raju Institute of Technology,Autonomous\",\n                \"description\": \"Nadimpalli Satyanarayana Raju Institute of Technology,Autonomous  is issuing their Digital awards for the following years, through DigiLocker. These can be pulled by students into their DigiLocker accounts \\n                Degree - NA \\n                Marksheet - 2023 \\n                Diploma -  NA \\n                Transcript - NA\",\n                \"categories\": \"4,2\",\n                \"logo\": \"https://cf-media.api-setu.in/logo/issuers/033156.png\",\n                \"subdomain\": \"inedunsrit\"\n            },\n            {\n                \"organisationId\": \"007793\",\n                \"issuerId\": \"com.nbsenagaland\",\n                \"name\": \"Nagaland Board Of School Education\",\n                \"description\": \"Nagaland Board Of School Education is issuing their Digital awards for the following years, through DigiLocker. These can be pulled by students into their DigiLocker accounts.\\n                Degree - NA \\n                Marksheet - 2017,2018,2019,2020,2021,2022,2023 \\n                Diploma - NA \\n                Transcript - NA\",\n                \"categories\": \"4,2\",\n                \"logo\": \"https://cf-media.api-setu.in/logo/issuers/007793.png\",\n                \"subdomain\": \"nbsenagaland\"\n            },\n            {\n                \"organisationId\": \"003657\",\n                \"issuerId\": \"in.ac.nagalanduniversity\",\n                \"name\": \"Nagaland University\",\n                \"description\": \"Nagaland University is issuing their Digital awards for the following years, through DigiLocker. These can be pulled by students into their DigiLocker accounts \\n                Degree - 1996,1999,2000,2002,2003,2004,2005,2006,2007,2008,2009,2010,2011,2012,2013,2014,2015,2016,2017,2018,2019,2020,2021 \\n                Marksheet - 2021,2022,2023 \\n                Diploma -  NA \\n                Transcript - NA\",\n                \"categories\": \"4,2\",\n                \"logo\": \"https://cf-media.api-setu.in/logo/issuers/003657.png\",\n                \"subdomain\": \"nagalanduniv\"\n            },\n            {\n                \"organisationId\": \"012460\",\n                \"issuerId\": \"in.ac.nou\",\n                \"name\": \"Nalanda Open University, Patna\",\n                \"description\": \"Nalanda Open University, Patna   is issuing their Digital awards for the following years, through DigiLocker. These can be pulled by students into their DigiLocker accounts \\n                Degree - 2019 \\n                Marksheet - NA \\n                Diploma -  NA \\n                Transcript - NA\",\n                \"categories\": \"4,2\",\n                \"logo\": \"https://cf-media.api-setu.in/logo/issuers/012460.png\",\n                \"subdomain\": \"noupatna\"\n            },\n            {\n                \"organisationId\": \"003938\",\n                \"issuerId\": \"org.ndvsu\",\n                \"name\": \"Nanaji Deshmukh Veterinary Science University, Jabalpur\",\n                \"description\": \"Nanaji Deshmukh Veterinary Science University, Jabalpur is issuing their Digital awards for the following years, through DigiLocker. These can be pulled by students into their DigiLocker accounts \\n                Degree - 2019,2020,2021,2022 \\n                Marksheet - NA \\n                Diploma -  NA \\n                Transcript - NA\",\n                \"categories\": \"4,2\",\n                \"logo\": \"https://cf-media.api-setu.in/logo/issuers/003938.png\",\n                \"subdomain\": \"ndvsu\"\n            },\n            {\n                \"organisationId\": \"008303\",\n                \"issuerId\": \"in.futureskillsprime\",\n                \"name\": \"NASSCOM\",\n                \"description\": \"FutureSkills Prime (FSP) is a joint initiative of MeitY, GoI  and NASSCOM. FSP is marketplace for reskilling/ upskilling on 10 emerging technologies, on an aggregator of aggregator framework.It seeks to propel India to become a global hub of talent in emerging technologies to enhance employability and relevance\",\n                \"categories\": \"4,2\",\n                \"logo\": \"https://cf-media.api-setu.in/logo/issuers/008303.png\",\n                \"subdomain\": \"futureskillsprime\"\n            },\n            {\n                \"organisationId\": \"005164\",\n                \"issuerId\": \"in.gov.digitallocker.nad\",\n                \"name\": \"National Academic Depository (NAD)\",\n                \"description\": \"National Academic Depository (NAD) is a 24X7 online depository of all academic awards viz. certificates, diplomas, degrees, mark-sheets etc. duly digitized and lodged by academic institutions / boards / eligibility assessment bodies. \",\n                \"categories\": \"3\",\n                \"logo\": \"https://cf-media.api-setu.in/logo/issuers/005164.png\",\n                \"subdomain\": \"nad\"\n            },\n            {\n                \"organisationId\": \"009957\",\n                \"issuerId\": \"in.ac.nbrc\",\n                \"name\": \"National Brain Research Centre, Gurgaon\",\n                \"description\": \"National Brain Research Centre, Gurgaon  is issuing their Digital awards for the following years, through DigiLocker. These can be pulled by students into their DigiLocker accounts \\n                Degree - 2007,2013,2014,2015,2016,2017,2018,2019,2020,2021,2022,2023 \\n                Marksheet - NA \\n                Diploma -  NA \\n                Transcript - NA\",\n                \"categories\": \"4,2\",\n                \"logo\": \"https://cf-media.api-setu.in/logo/issuers/009957.png\",\n                \"subdomain\": \"nbrc\"\n            },\n            {\n                \"organisationId\": \"003897\",\n                \"issuerId\": \"in.gov.ncte\",\n                \"name\": \"National Council for Teacher Education (NCTE)\",\n                \"description\": \"NatiNational Counsil for Teacher Education EducationNational Counsil for Teacher Education EducationNational Counsil for Teacher Education EducationNational Counsil for Teacher Education EducationNational Counsil for Teacher Education EducationNational Counsil for Teacher Education EducationNational Counsil for Teacher Education EducationNational Counsil for Teacher Education EducationNational Counsil for Teacher Education Educationonal Counsil for Teacher Education Education\",\n                \"categories\": \"4,2\",\n                \"logo\": \"https://cf-media.api-setu.in/logo/issuers/003897.png\",\n                \"subdomain\": \"ncte\"\n            },\n            {\n                \"organisationId\": \"003813\",\n                \"issuerId\": \"in.gov.ndrf\",\n                \"name\": \"National Disaster Response Force\",\n                \"description\": \"National Disaster Response Force is a specialized force for dealing with Disasters. Partnership with DigiLocker will be helpful in issuing the digital Identity Cards to the brave rescuers of this elite Force.These Digital Identity  Card will replace the current paper card which every recure has to carry along with him all the time.\",\n                \"categories\": \"3\",\n                \"logo\": \"https://cf-media.api-setu.in/logo/issuers/003813.jpg\",\n                \"subdomain\": \"ndrf\"\n            },\n            {\n                \"organisationId\": \"000036\",\n                \"issuerId\": \"in.gov.negd\",\n                \"name\": \"National e-Governance Division\",\n                \"description\": \"NeGD (http://negd.gov.in/) conducts trainings in the area of egovernance. Certificates for certain training programmes by NeGD are made available in participants' DigiLocker accounts. \",\n                \"categories\": \"3,30\",\n                \"logo\": \"https://cf-media.api-setu.in/logo/issuers/000036.png\",\n                \"subdomain\": \"negd\"\n            },\n            {\n                \"organisationId\": \"020249\",\n                \"issuerId\": \"in.ac.nfsu\",\n                \"name\": \"National Forensic Sciences University\",\n                \"description\": \"National Forensic Sciences University is issuing their Digital awards for the following years, through DigiLocker. These can be pulled by students into their DigiLocker accounts \\n                Degree - 2021,2022 \\n                Marksheet - NA \\n                Diploma -  NA \\n                Transcript - NA\",\n                \"categories\": \"4,2\",\n                \"logo\": \"https://cf-media.api-setu.in/logo/issuers/020249.png\",\n                \"subdomain\": \"nfsu\"\n            },\n            {\n                \"organisationId\": \"006637\",\n                \"issuerId\": \"in.nic.digital\",\n                \"name\": \"National Informatics Centre\",\n                \"description\": \"NIC is closely associated with the government in different aspects of governance by establishing a nationwide state-of-the-art ICT infrastructure and services for Central Government, State Governments, UT Administrations, Districts and other Government bodies. It offers a wide range of services which includes multi gigabit nationwide networks NICNET, NKN, National Data Centres, National Cloud, pan India VC infrastructure, Command and Control Centre, multi-layered GIS based platform, Domain Registration and Webcast. This plays a significant role in delivering citizen centric e-services.\",\n                \"categories\": \"3,2\",\n                \"logo\": \"https://cf-media.api-setu.in/logo/issuers/006637.png\",\n                \"subdomain\": \"digitalnic\"\n            },\n            {\n                \"organisationId\": \"005125\",\n                \"issuerId\": \"in.gov.manage\",\n                \"name\": \"National Institute Of Agricultural Extension Management\",\n                \"description\": \"National Institute Of Agricultural Extension Management is issuing their Digital awards for the following years, through DigiLocker. These can be pulled by students into their DigiLocker accounts.\\n                Degree - NA \\n                Marksheet - NA \\n                Diploma - 2010,2011,2012,2013,2014,2015,2016,2017,2018,2019,2020,2021 \\n                Transcript - NA\",\n                \"categories\": \"4,2\",\n                \"logo\": \"https://cf-media.api-setu.in/logo/issuers/005125.png\",\n                \"subdomain\": \"manage\"\n            },\n            {\n                \"organisationId\": \"057576\",\n                \"issuerId\": \"in.nic.nia\",\n                \"name\": \"National Institute of Ayurveda\",\n                \"description\": \"National Institute of Ayurveda is issuing their Digital awards for the following years, through DigiLocker. These can be pulled by students into their DigiLocker accounts.\\n                Degree - NA \\n                Marksheet - 2022 \\n                Diploma - NA \\n                Transcript - NA\",\n                \"categories\": \"4,2\",\n                \"logo\": \"https://cf-media.api-setu.in/logo/issuers/057576.png\",\n                \"subdomain\": \"nia\"\n            },\n            {\n                \"organisationId\": \"003499\",\n                \"issuerId\": \"in.ac.niepa\",\n                \"name\": \"National Institute of Educational Planning and Administration\",\n                \"description\": \"National Institute of Educational Planning and Administration is issuing their Digital awards for the following years, through DigiLocker. These can be pulled by students into their DigiLocker accounts \\n                Degree - 2009,2010,2011,2012,2013,2014,2015,2016,2017,2018,2019,2020,2021 \\n                Marksheet - NA \\n                Diploma -  NA \\n                Transcript - NA\",\n                \"categories\": \"4,2\",\n                \"logo\": \"https://cf-media.api-setu.in/logo/issuers/003499.png\",\n                \"subdomain\": \"niepa\"\n            },\n            {\n                \"organisationId\": \"NIELIT\",\n                \"issuerId\": \"in.gov.nielit\",\n                \"name\": \"National Institute of Electronics and Information Technology\",\n                \"description\": \"NIELIT, under Ministry of Electronics & IT (http://www.nielit.gov.in/) provides education and training in the area of Information, Electronics & Communication Technology. Certificates issued by NIELIT are made available in students' DigiLocker accounts. \",\n                \"categories\": \"4,2\",\n                \"logo\": \"https://cf-media.api-setu.in/logo/issuers/nielit.png\",\n                \"subdomain\": \"neilit\"\n            },\n            {\n                \"organisationId\": \"004331\",\n                \"issuerId\": \"in.ac.niftem\",\n                \"name\": \"National Institute of Food Technology Entrepreneurship and Management, Kundli\",\n                \"description\": \"National Institute of Food Technology Entrepreneurship and Management, Kundli is issuing their Digital awards for the following years, through DigiLocker. These can be pulled by students into their DigiLocker accounts.\\n                Degree - 2017,2018,2019,2020,2021,2022 \\n                Marksheet - 2019,2020,2021,2022,2023 \\n                Diploma - NA \\n                Transcript - NA\",\n                \"categories\": \"4,2\",\n                \"logo\": \"https://cf-media.api-setu.in/logo/issuers/004331.png\",\n                \"subdomain\": \"niftem\"\n            },\n            {\n                \"organisationId\": \"007473\",\n                \"issuerId\": \"in.gov.ina.nihgoa\",\n                \"name\": \"National Institute of Hydrography\",\n                \"description\": \"National Institute of Hydrography is issuing their Digital awards for the following years, through DigiLocker. These can be pulled by students into their DigiLocker accounts.\\n                Degree - 2006,2007,2008,2009,2010,2011,2012,2013,2014,2015,2016,2017,2018,2019,2020,2021,2022,2023 \\n                Marksheet - 2006,2007,2008,2009,2010,2011,2012,2013,2014,2015,2016,2017,2018,2019,2020,2021,2022,2023 \\n                Diploma - NA \\n                Transcript - NA\",\n                \"categories\": \"4,2\",\n                \"logo\": \"https://cf-media.api-setu.in/logo/issuers/007473.png\",\n                \"subdomain\": \"nihgoa\"\n            },\n            {\n                \"organisationId\": \"005476\",\n                \"issuerId\": \"in.ac.nimhans\",\n                \"name\": \"National Institute Of Mental Health & Neuro Sciences, Bangalore\",\n                \"description\": \"National Institute of Mental Health and Neuro Sciences, Bengaluru is issuing their Digital awards for the following years, through DigiLocker. These can be pulled by students into their DigiLocker accounts \\n                Degree - 2016,2017,2018,2019,2020,2021,2022,2023 \\n                Marksheet - 2017,2018,2019,2020,2021 \\n                Diploma -  NA \\n                Transcript - NA\",\n                \"categories\": \"4,2\",\n                \"logo\": \"https://cf-media.api-setu.in/logo/issuers/005476.png\",\n                \"subdomain\": \"nimhans\"\n            },\n            {\n                \"organisationId\": \"000099\",\n                \"issuerId\": \"in.ac.nios\",\n                \"name\": \"National Institute of Open Schooling\",\n                \"description\": \"National Institute of Open Schooling (NIOS) is issuing marksheets, Provisional certificates, migration certificates through DigiLocker. These can be pulled by students into their DigiLocker accounts. Currently available - 2001 - 2021 [Class XII & Class Xth]. \\r\\n\\r\\nNIOS has also published Diploma in Elementary Education (D.El.Ed).\",\n                \"categories\": \"4,2\",\n                \"logo\": \"https://cf-media.api-setu.in/logo/issuers/000099.png\",\n                \"subdomain\": \"nios\"\n            },\n            {\n                \"organisationId\": \"012650\",\n                \"issuerId\": \"in.ac.niperhajipur\",\n                \"name\": \"National Institute of Pharmaceutical Education and Research (NIPER) Hajipur\",\n                \"description\": \"National Institute of Pharmaceutical Education and Research (NIPER) Hajipur is issuing their Digital awards for the following years, through DigiLocker. These can be pulled by students into their DigiLocker accounts \\n                Degree - 2019,2020,2021 \\n                Marksheet - NA \\n                Diploma -  NA \\n                Transcript - NA\",\n                \"categories\": \"4,2\",\n                \"logo\": \"https://cf-media.api-setu.in/logo/issuers/012650.png\",\n                \"subdomain\": \"niperhajipur\"\n            },\n            {\n                \"organisationId\": \"012753\",\n                \"issuerId\": \"in.edu.niperkolkata\",\n                \"name\": \"National Institute of Pharmaceutical Education and Research (NIPER) Kolkata\",\n                \"description\": \"National Institute of Pharmaceutical Education and Research (NIPER) Kolkata is issuing their Digital awards for the following years, through DigiLocker. These can be pulled by students into their DigiLocker accounts.\\n                Degree - 2019,2020,2021,2022,2023 \\n                Marksheet - NA \\n                Diploma - NA \\n                Transcript - NA\",\n                \"categories\": \"4,2\",\n                \"logo\": \"https://cf-media.api-setu.in/logo/issuers/012753.png\",\n                \"subdomain\": \"niperkolkata\"\n            },\n            {\n                \"organisationId\": \"005428\",\n                \"issuerId\": \"in.ac.niperhyd\",\n                \"name\": \"National Institute of Pharmaceutical Education and Research (NIPER), Hyderabad\",\n                \"description\": \"National Institute of Pharmaceutical Education and Research (NIPER), Hyderabad is issuing their Digital awards for the following years, through DigiLocker. These can be pulled by students into their DigiLocker accounts \\n                Degree - 2020,2021,2022,2023 \\n                Marksheet - NA \\n                Diploma -  NA \\n                Transcript - NA\",\n                \"categories\": \"4,2\",\n                \"logo\": \"https://cf-media.api-setu.in/logo/issuers/005428.png\",\n                \"subdomain\": \"niperhyd\"\n            },\n            {\n                \"organisationId\": \"016893\",\n                \"issuerId\": \"in.ac.niperguwahati\",\n                \"name\": \"National Institute of Pharmaceutical Education and Research (NIPER)Guwahati\",\n                \"description\": \"National Institute of Pharmaceutical Education and Research (NIPER)Guwahati is issuing their Digital awards for the following years, through DigiLocker. These can be pulled by students into their DigiLocker accounts \\n                Degree - 2020,2021,2022,2023 \\n                Marksheet - NA \\n                Diploma -  NA \\n                Transcript - NA\",\n                \"categories\": \"4,2\",\n                \"logo\": \"https://cf-media.api-setu.in/logo/issuers/016893.png\",\n                \"subdomain\": \"niperguwahati\"\n            },\n            {\n                \"organisationId\": \"017350\",\n                \"issuerId\": \"in.ac.nism\",\n                \"name\": \"NATIONAL INSTITUTE OF SECURITIES MARKETS\",\n                \"description\": \"THE NATIONAL INSTITUTE OF SECURITIES MARKETS is issuing Examination Result Certificates through DigiLocker.\",\n                \"categories\": \"4,2\",\n                \"logo\": \"https://cf-media.api-setu.in/logo/issuers/017350.png\",\n                \"subdomain\": \"nism\"\n            },\n            {\n                \"organisationId\": \"003325\",\n                \"issuerId\": \"in.ac.nita\",\n                \"name\": \"National Institute Of Technology Agartala\",\n                \"description\": \"National Institute Of Technology, Agartala is issuing their Digital awards for the following years, through DigiLocker. These can be pulled by students into their DigiLocker accounts \\n                Degree - 2017,2018,2019,2020,2021,2022 \\n                Marksheet - 2017,2018,2019,2020,2021,2022,2023 \\n                Diploma -  NA \\n                Transcript - NA\",\n                \"categories\": \"4,2\",\n                \"logo\": \"https://cf-media.api-setu.in/logo/issuers/003325.png\",\n                \"subdomain\": \"nita\"\n            },\n            {\n                \"organisationId\": \"004169\",\n                \"issuerId\": \"in.ac.nitc\",\n                \"name\": \"National Institute of Technology Calicut\",\n                \"description\": \"National Institute of Technology Calicut is issuing their Digital awards for the following years, through DigiLocker. These can be pulled by students into their DigiLocker accounts.\\n                Degree - 2020,2021,2022,2023 \\n                Marksheet - 2022 \\n                Diploma - NA \\n                Transcript - NA\",\n                \"categories\": \"4,2\",\n                \"logo\": \"https://cf-media.api-setu.in/logo/issuers/004169.png\",\n                \"subdomain\": \"nitc\"\n            },\n            {\n                \"organisationId\": \"008873\",\n                \"issuerId\": \"in.ac.nitdelhi\",\n                \"name\": \"National Institute Of Technology Delhi\",\n                \"description\": \"National Institute Of Technology Delhi is issuing their Digital awards for the following years, through DigiLocker. These can be pulled by students into their DigiLocker accounts \\n                Degree - 2018,2019,2020,2021,2022 \\n                Marksheet - NA \\n                Diploma -  NA \\n                Transcript - NA\",\n                \"categories\": \"4,2\",\n                \"logo\": \"https://cf-media.api-setu.in/logo/issuers/008873.png\",\n                \"subdomain\": \"nitdelhi\"\n            },\n            {\n                \"organisationId\": \"003585\",\n                \"issuerId\": \"in.ac.nitk\",\n                \"name\": \"National Institute of Technology Karnataka, Surathkal\",\n                \"description\": \"National Institute of Technology Karnataka, Surathkal is issuing their Digital awards for the following years, through DigiLocker. These can be pulled by students into their DigiLocker accounts.\\n                Degree - 2018,2019,2020,2021,2022,2023 \\n                Marksheet - 2015,2016,2017,2018,2019,2020,2021,2022 \\n                Diploma - NA \\n                Transcript - NA\",\n                \"categories\": \"4,2\",\n                \"logo\": \"https://cf-media.api-setu.in/logo/issuers/003585.png\",\n                \"subdomain\": \"nitk\"\n            },\n            {\n                \"organisationId\": \"004290\",\n                \"issuerId\": \"in.ac.nitkkr\",\n                \"name\": \"National Institute of Technology Kurukshetra\",\n                \"description\": \"National Institute of Technology Kurukshetra is issuing their Digital awards for the following years, through DigiLocker. These can be pulled by students into their DigiLocker accounts.\\n                Degree - 2018,2020,2022 \\n                Marksheet - 2014,2018,2019,2020 \\n                Diploma - NA \\n                Transcript - NA\",\n                \"categories\": \"4,2\",\n                \"logo\": \"https://cf-media.api-setu.in/logo/issuers/004290.png\",\n                \"subdomain\": \"nitkkr\"\n            },\n            {\n                \"organisationId\": \"011632\",\n                \"issuerId\": \"in.ac.nitm\",\n                \"name\": \"National Institute of Technology Meghalaya\",\n                \"description\": \"National Institute of Technology Meghalaya  is issuing their Digital awards for the following years, through DigiLocker. These can be pulled by students into their DigiLocker accounts \\n                Degree - 2014,2015,2016,2017,2018,2019,2020,2021,2022 \\n                Marksheet - NA \\n                Diploma -  NA \\n                Transcript - NA\",\n                \"categories\": \"4,2\",\n                \"logo\": \"https://cf-media.api-setu.in/logo/issuers/011632.png\",\n                \"subdomain\": \"nitm\"\n            },\n            {\n                \"organisationId\": \"010296\",\n                \"issuerId\": \"in.ac.nitnagaland\",\n                \"name\": \"National Institute of Technology Nagaland\",\n                \"description\": \"National Institute of Technology Nagaland is issuing their Digital awards for the following years, through DigiLocker. These can be pulled by students into their DigiLocker accounts \\n                Degree - 2018 \\n                Marksheet - NA \\n                Diploma -  NA \\n                Transcript - NA\",\n                \"categories\": \"4,2\",\n                \"logo\": \"https://cf-media.api-setu.in/logo/issuers/010296.png\",\n                \"subdomain\": \"nitnagaland\"\n            },\n            {\n                \"organisationId\": \"003900\",\n                \"issuerId\": \"in.ac.nitpy\",\n                \"name\": \"National Institute of Technology Puducherry\",\n                \"description\": \"National Institute Of Technology Puducherry is issuing their Digital awards for the following years, through DigiLocker. These can be pulled by students into their DigiLocker accounts.\\n                Degree - 2017,2018,2019,2020,2021,2022,2023 \\n                Marksheet - NA \\n                Diploma - NA \\n                Transcript - NA\",\n                \"categories\": \"4,2\",\n                \"logo\": \"https://cf-media.api-setu.in/logo/issuers/003900.png\",\n                \"subdomain\": \"nitpy\"\n            },\n            {\n                \"organisationId\": \"003346\",\n                \"issuerId\": \"in.ac.nitsikkim\",\n                \"name\": \"National Institute of Technology Sikkim\",\n                \"description\": \"National Institute of Technology Sikkim is issuing their Digital awards for the following years, through DigiLocker. These can be pulled by students into their DigiLocker accounts.\\n                Degree - 2020,2021,2022,2023 \\n                Marksheet - 2016,2017,2018,2019,2020,2021,2022,2023 \\n                Diploma - NA \\n                Transcript - NA\",\n                \"categories\": \"4,2\",\n                \"logo\": \"https://cf-media.api-setu.in/logo/issuers/003346.png\",\n                \"subdomain\": \"nitsikkim\"\n            },\n            {\n                \"organisationId\": \"010144\",\n                \"issuerId\": \"in.ac.nits\",\n                \"name\": \"National Institute of Technology Silchar\",\n                \"description\": \"National Institute of Technology Silchar   is issuing their Digital awards for the following years, through DigiLocker. These can be pulled by students into their DigiLocker accounts \\n                Degree - 2017,2018 \\n                Marksheet - NA \\n                Diploma -  NA \\n                Transcript - NA\",\n                \"categories\": \"4,2\",\n                \"logo\": \"https://cf-media.api-setu.in/logo/issuers/010144.png\",\n                \"subdomain\": \"nits\"\n            },\n            {\n                \"organisationId\": \"007868\",\n                \"issuerId\": \"in.ac.nitsri\",\n                \"name\": \"National Institute Of Technology Srinagar\",\n                \"description\": \"National Institute Of Technology Srinagar  is issuing their Digital awards for the following years, through DigiLocker. These can be pulled by students into their DigiLocker accounts.\\n                Degree - 2019,2020,2021,2022 \\n                Marksheet - NA \\n                Diploma - NA \\n                Transcript - NA\",\n                \"categories\": \"4,2\",\n                \"logo\": \"https://cf-media.api-setu.in/logo/issuers/007868.png\",\n                \"subdomain\": \"nitsri\"\n            },\n            {\n                \"organisationId\": \"005047\",\n                \"issuerId\": \"edu.nitt\",\n                \"name\": \"National Institute of Technology Tiruchirappalli\",\n                \"description\": \"National Institute of Technology Tiruchirappalli is issuing their Digital awards for the following years, through DigiLocker. These can be pulled by students into their DigiLocker accounts.\\n                Degree - 2012,2014,2015,2016,2017,2018,2019,2020,2021,2022,2023 \\n                Marksheet - 2020,2023 \\n                Diploma - NA \\n                Transcript - 2022,2023\",\n                \"categories\": \"4,2\",\n                \"logo\": \"https://cf-media.api-setu.in/logo/issuers/005047.png\",\n                \"subdomain\": \"nitt\"\n            },\n            {\n                \"organisationId\": \"008971\",\n                \"issuerId\": \"in.ac.nitandhra\",\n                \"name\": \"National Institute Of Technology, Andhra Pradesh\",\n                \"description\": \"National Institute Of Technology, Andhra Pradesh   is issuing their Digital awards for the following years, through DigiLocker. These can be pulled by students into their DigiLocker accounts.\\n                Degree - 2019,2020,2021,2022,2023 \\n                Marksheet - NA \\n                Diploma - NA \\n                Transcript - NA\",\n                \"categories\": \"4,2\",\n                \"logo\": \"https://cf-media.api-setu.in/logo/issuers/008971.png\",\n                \"subdomain\": \"nitandhra\"\n            },\n            {\n                \"organisationId\": \"003475\",\n                \"issuerId\": \"in.ac.nith\",\n                \"name\": \"National Institute Of Technology, Hamirpur\",\n                \"description\": \"National Institute Of Technology, Hamirpur is issuing their Digital awards for the following years, through DigiLocker. These can be pulled by students into their DigiLocker accounts \\n                Degree - 2019,2020,2021 \\n                Marksheet - 2016,2017,2018,2019,2020,2021 \\n                Diploma -  NA \\n                Transcript - NA\",\n                \"categories\": \"4,2\",\n                \"logo\": \"https://cf-media.api-setu.in/logo/issuers/003475.png\",\n                \"subdomain\": \"nith\"\n            },\n            {\n                \"organisationId\": \"004311\",\n                \"issuerId\": \"in.ac.nitjsr\",\n                \"name\": \"National Institute Of Technology, Jamshedpur\",\n                \"description\": \"National Institute Of Technology, Jamshedpur is issuing their Digital awards for the following years, through DigiLocker. These can be pulled by students into their DigiLocker accounts \\n                Degree - 2020,2021 \\n                Marksheet - 2020,2021 \\n                Diploma -  NA \\n                Transcript - NA\",\n                \"categories\": \"4,2\",\n                \"logo\": \"https://cf-media.api-setu.in/logo/issuers/004311.png\",\n                \"subdomain\": \"nitjsr\"\n            },\n            {\n                \"organisationId\": \"003361\",\n                \"issuerId\": \"in.ac.nitmz\",\n                \"name\": \"National Institute Of Technology, Mizoram\",\n                \"description\": \"National Institute Of Technology, Mizoram is issuing their Digital awards for the following years, through DigiLocker. These can be pulled by students into their DigiLocker accounts \\n                Degree - 2014,2015,2016,2017,2018,2019,2020,2021 \\n                Marksheet - NA \\n                Diploma -  NA \\n                Transcript - NA\",\n                \"categories\": \"4,2\",\n                \"logo\": \"https://cf-media.api-setu.in/logo/issuers/003361.png\",\n                \"subdomain\": \"nitmz\"\n            },\n            {\n                \"organisationId\": \"003563\",\n                \"issuerId\": \"in.ac.nitp\",\n                \"name\": \"National Institute of Technology, Patna\",\n                \"description\": \"National Institute of Technology, Patna is issuing their Digital awards for the following years, through DigiLocker. These can be pulled by students into their DigiLocker accounts \\n                Degree - 2019,2020,2021,2022 \\n                Marksheet - NA \\n                Diploma -  NA \\n                Transcript - NA\",\n                \"categories\": \"4,2\",\n                \"logo\": \"https://cf-media.api-setu.in/logo/issuers/003563.jpg\",\n                \"subdomain\": \"nitp\"\n            },\n            {\n                \"organisationId\": \"003990\",\n                \"issuerId\": \"in.ac.nitrr\",\n                \"name\": \"National Institute Of Technology, Raipur\",\n                \"description\": \"National Institute Of Technology, Raipur is issuing their Digital awards for the following years, through DigiLocker. These can be pulled by students into their DigiLocker accounts.\\n                Degree - 2016,2017,2018,2019,2020,2021,2022 \\n                Marksheet - NA \\n                Diploma - NA \\n                Transcript - NA\",\n                \"categories\": \"4,2\",\n                \"logo\": \"https://cf-media.api-setu.in/logo/issuers/003990.png\",\n                \"subdomain\": \"nitrr\"\n            },\n            {\n                \"organisationId\": \"004616\",\n                \"issuerId\": \"in.ac.nitrkl\",\n                \"name\": \"National Institute of Technology, Rourkela\",\n                \"description\": \"National Institute of Technology, Rourkela is issuing their Digital awards for the following years, through DigiLocker. These can be pulled by students into their DigiLocker accounts.\\n                Degree - 2021,2022,2023 \\n                Marksheet - NA \\n                Diploma - NA \\n                Transcript - 2022\",\n                \"categories\": \"4,2\",\n                \"logo\": \"https://cf-media.api-setu.in/logo/issuers/004616.png\",\n                \"subdomain\": \"nitrkl\"\n            },\n            {\n                \"organisationId\": \"005032\",\n                \"issuerId\": \"in.ac.nituk\",\n                \"name\": \"National Institute Of Technology, Uttarakhand\",\n                \"description\": \"National Institute Of Technology, Uttarakhand is issuing their Digital awards for the following years, through DigiLocker. These can be pulled by students into their DigiLocker accounts.\\n                Degree - 2014,2015,2016,2017,2018,2019,2020,2021,2022 \\n                Marksheet - 2017,2018,2019,2020,2021,2022 \\n                Diploma - NA \\n                Transcript - 2020\",\n                \"categories\": \"4,2\",\n                \"logo\": \"https://cf-media.api-setu.in/logo/issuers/005032.png\",\n                \"subdomain\": \"nituk\"\n            },\n            {\n                \"organisationId\": \"003266\",\n                \"issuerId\": \"in.ac.nitw\",\n                \"name\": \"National Institute of Technology, Warangal\",\n                \"description\": \"National Institute Of Technology, Warangal is issuing their Digital awards for the following years, through DigiLocker. These can be pulled by students into their DigiLocker accounts \\n                Degree - 2020,2022 \\n                Marksheet - NA \\n                Diploma -  NA \\n                Transcript - NA\",\n                \"categories\": \"4,2\",\n                \"logo\": \"https://cf-media.api-setu.in/logo/issuers/003266.png\",\n                \"subdomain\": \"nitw\"\n            },\n            {\n                \"organisationId\": \"002394\",\n                \"issuerId\": \"in.co.nic.nationalinsurance\",\n                \"name\": \"National Insurance Company Ltd.\",\n                \"description\": \"National Insurance Company Limited (NICL) is a state-owned general insurance company in India. The company headquartered at Kolkata was established in 1906. Being one of the PSU non-life insure, NICL issues Motor, Health, PA, Fire, Property, Liability Policies. In general we provide policies in printed format along with PDF soft copies to email ids of the customers.\",\n                \"categories\": \"993,1\",\n                \"logo\": \"https://cf-media.api-setu.in/logo/issuers/002394.png\",\n                \"subdomain\": \"nationalinsurance\"\n            },\n            {\n                \"organisationId\": \"006351\",\n                \"issuerId\": \"in.ac.nluassam\",\n                \"name\": \"National Law University and Judicial Academy, Assam\",\n                \"description\": \"National Law University and Judicial Academy, Assam is issuing their Digital awards for the following years, through DigiLocker. These can be pulled by students into their DigiLocker accounts \\n                Degree - 2014,2015,2016,2017,2018,2019,2020,2021,2022 \\n                Marksheet - NA \\n                Diploma -  NA \\n                Transcript - NA\",\n                \"categories\": \"4,2\",\n                \"logo\": \"https://cf-media.api-setu.in/logo/issuers/006351.png\",\n                \"subdomain\": \"nluassam\"\n            },\n            {\n                \"organisationId\": \"005844\",\n                \"issuerId\": \"in.ac.nluo\",\n                \"name\": \"National Law University Odisha, Cuttack\",\n                \"description\": \"National Law University Odisha, Cuttack is issuing their Digital awards for the following years, through DigiLocker. These can be pulled by students into their DigiLocker accounts.\\n                Degree - 2014,2015,2016,2017,2018,2019,2020,2021,2022 \\n                Marksheet - NA \\n                Diploma - NA \\n                Transcript - NA\",\n                \"categories\": \"4,2\",\n                \"logo\": \"https://cf-media.api-setu.in/logo/issuers/005844.png\",\n                \"subdomain\": \"nluo\"\n            },\n            {\n                \"organisationId\": \"003952\",\n                \"issuerId\": \"in.ac.nludelhi\",\n                \"name\": \"National Law University, Delhi\",\n                \"description\": \"National Law University, Delhi is issuing their Digital awards for the following years, through DigiLocker. These can be pulled by students into their DigiLocker accounts.\\n                Degree - 2017,2018,2019,2020,2021 \\n                Marksheet - NA \\n                Diploma - NA \\n                Transcript - 2020,2022,2023\",\n                \"categories\": \"4,2\",\n                \"logo\": \"https://cf-media.api-setu.in/logo/issuers/003952.png\",\n                \"subdomain\": \"nludelhi\"\n            },\n            {\n                \"organisationId\": \"015900\",\n                \"issuerId\": \"in.ac.nlujodhpur\",\n                \"name\": \"National Law University, Jodhpur\",\n                \"description\": \"National Law University, Jodhpur  is issuing their Digital awards for the following years, through DigiLocker. These can be pulled by students into their DigiLocker accounts \\n                Degree - 2010,2011,2012,2013,2016,2017,2018,2019,2020,2021,2022 \\n                Marksheet - NA \\n                Diploma -  NA \\n                Transcript - NA\",\n                \"categories\": \"4,2\",\n                \"logo\": \"https://cf-media.api-setu.in/logo/issuers/015900.png\",\n                \"subdomain\": \"wwwnlujodhpuracin\"\n            },\n            {\n                \"organisationId\": \"004063\",\n                \"issuerId\": \"in.edu.nrti\",\n                \"name\": \"National Rail and Transportation Institute\",\n                \"description\": \"National Rail And Transportation Institute is issuing their Digital awards for the following years, through DigiLocker. These can be pulled by students into their DigiLocker accounts \\n                Degree - 2021 \\n                Marksheet - NA \\n                Diploma -  NA \\n                Transcript - 2021\",\n                \"categories\": \"4,2\",\n                \"logo\": \"https://cf-media.api-setu.in/logo/issuers/004063.png\",\n                \"subdomain\": \"nrtijk\"\n            },\n            {\n                \"organisationId\": \"001888\",\n                \"issuerId\": \"org.nsdcindia\",\n                \"name\": \"National Skill Development Corporation (NSDC)\",\n                \"description\": \"NSDC (https://www.nsdcindia.org) promotes skill development by catalyzing creation of large, quality and for-profit vocational institutions. Skill certificates provided under various NSDC programmes are made available to citizens in their DigiLocker accounts.\",\n                \"categories\": \"3,32\",\n                \"logo\": \"https://cf-media.api-setu.in/logo/issuers/001888.png\",\n                \"subdomain\": \"nsdcindia\"\n            },\n            {\n                \"organisationId\": \"004278\",\n                \"issuerId\": \"in.ac.nsu\",\n                \"name\": \"National Sports University\",\n                \"description\": \"National Sports University is issuing their Digital awards for the following years, through DigiLocker. These can be pulled by students into their DigiLocker accounts.\\n                Degree - 2020,2021,2022,2023 \\n                Marksheet - NA \\n                Diploma - NA \\n                Transcript - NA\",\n                \"categories\": \"4,2\",\n                \"logo\": \"https://cf-media.api-setu.in/logo/issuers/004278.png\",\n                \"subdomain\": \"nsu\"\n            },\n            {\n                \"organisationId\": \"005239\",\n                \"issuerId\": \"in.gov.ntiprit\",\n                \"name\": \"National Telecommunication Institute for Policy Research, Innovation & Training\",\n                \"description\": \"National Telecommunication Institute for Policy Research, Innovation & Training, Uttar Pradesh is issuing training completion certificates to the participants. The Participants can download this in their DigiLocker account.  \",\n                \"categories\": \"4,2\",\n                \"logo\": \"https://cf-media.api-setu.in/logo/issuers/005239.png\",\n                \"subdomain\": \"ntiprit\"\n            },\n            {\n                \"organisationId\": \"002231\",\n                \"issuerId\": \"in.ac.nta\",\n                \"name\": \"National Testing Agency (NTA)\",\n                \"description\": \"National Testing Agency (NTA) conducts entrance examinations for admissions/fellowship in higher educational institutions. Related academic awards of 2022, 2023 are currently available in DigiLocker.\",\n                \"categories\": \"4,2\",\n                \"logo\": \"https://cf-media.api-setu.in/logo/issuers/002231.png\",\n                \"subdomain\": \"nta\"\n            },\n            {\n                \"organisationId\": \"004014\",\n                \"issuerId\": \"in.ac.nuals\",\n                \"name\": \"National University Of Advanced Legal Studies, Kochi\",\n                \"description\": \"National University Of Advanced Legal Studies, Kochi is issuing their Digital awards for the following years, through DigiLocker. These can be pulled by students into their DigiLocker accounts \\n                Degree - 2007,2008,2009,2010,2011,2012,2013,2014,2015,2016,2017,2018,2019,2020,2021,2022 \\n                Marksheet - 2022 \\n                Diploma -  NA \\n                Transcript - NA\",\n                \"categories\": \"4,2\",\n                \"logo\": \"https://cf-media.api-setu.in/logo/issuers/004014.png\",\n                \"subdomain\": \"nualskochi\"\n            },\n            {\n                \"organisationId\": \"010254\",\n                \"issuerId\": \"in.ac.nnm\",\n                \"name\": \"Nava Nalanda Mahavihara, Nalanda\",\n                \"description\": \"Nava Nalanda Mahavihara, Nalanda   is issuing their Digital awards for the following years, through DigiLocker. These can be pulled by students into their DigiLocker accounts \\n                Degree - 2009,2010,2011,2012,2013,2014,2015,2016,2017,2018,2019,2020,2021 \\n                Marksheet - 2022,2023 \\n                Diploma -  NA \\n                Transcript - NA\",\n                \"categories\": \"4,2\",\n                \"logo\": \"https://cf-media.api-setu.in/logo/issuers/010254.png\",\n                \"subdomain\": \"nnm\"\n            },\n            {\n                \"organisationId\": \"006774\",\n                \"issuerId\": \"in.gov.ina.observerschool\",\n                \"name\": \"Naval Air Operations School\",\n                \"description\": \"NAVAL AIR OPERATIONS SCHOOL is issuing their Digital awards for the following years, through DigiLocker. These can be pulled by students into their DigiLocker accounts \\n                Degree - 2013,2014,2015,2016,2017,2018,2019,2020,2021,2022 \\n                Marksheet - 2012,2013,2014,2015,2016,2017,2018,2019,2020,2021,2022 \\n                Diploma -  NA \\n                Transcript - NA\",\n                \"categories\": \"4,2,8\",\n                \"logo\": \"https://cf-media.api-setu.in/logo/issuers/006774.png\",\n                \"subdomain\": \"observerschool\"\n            },\n            {\n                \"organisationId\": \"004192\",\n                \"issuerId\": \"in.nic.indiannavy\",\n                \"name\": \"Naval Institute of Aeronautical Technology\",\n                \"description\": \"Naval Institute of Aeronautical Technology is issuing their Digital awards for the following years, through DigiLocker. These can be pulled by students into their DigiLocker accounts.\\n                Degree - 2000,2001,2002,2004,2005,2006,2007,2008,2009,2010,2011,2012,2013,2014,2015,2016,2017,2018,2019,2020,2021,2022,2023 \\n                Marksheet - 2000,2001,2002,2004,2005,2006,2007,2008,2009,2010,2011,2012,2013,2014,2015,2016,2017,2018,2019,2020,2021,2022,2023 \\n                Diploma - NA \\n                Transcript - NA\",\n                \"categories\": \"4,2,8\",\n                \"logo\": \"https://cf-media.api-setu.in/logo/issuers/004192.png\",\n                \"subdomain\": \"indiannavy\"\n            },\n            {\n                \"organisationId\": \"007921\",\n                \"issuerId\": \"in.gov.ina.niett\",\n                \"name\": \"Naval Institute of Educational and Training Technology\",\n                \"description\": \"Naval Institute of Educational and Training Technology is issuing their Digital awards for the following years, through DigiLocker. These can be pulled by students into their DigiLocker accounts \\n                Degree - 2015,2016,2017,2018,2019,2020,2021,2022,2023 \\n                Marksheet - 2011,2012,2013,2014,2015,2016,2017,2018,2019,2020,2021,2022 \\n                Diploma -  NA \\n                Transcript - NA\",\n                \"categories\": \"4,2,8\",\n                \"logo\": \"https://cf-media.api-setu.in/logo/issuers/007921.png\",\n                \"subdomain\": \"navaltraining\"\n            },\n            {\n                \"organisationId\": \"006870\",\n                \"issuerId\": \"in.gov.ina.nprs\",\n                \"name\": \"Naval Provost and Regulating School\",\n                \"description\": \"Naval Provost and Regulating School is issuing their Digital awards for the following years, through DigiLocker. These can be pulled by students into their DigiLocker accounts \\n                Degree - 1999,2000,2001,2002,2003,2004,2005,2006,2007,2008,2009,2010,2011,2012,2013,2014,2015,2016,2017,2018,2019,2020,2021,2022,2023 \\n                Marksheet - 1999,2000,2001,2002,2003,2004,2005,2006,2007,2008,2009,2010,2011,2012,2013,2014,2015,2016,2017,2018,2019,2020,2021,2022,2023 \\n                Diploma -  NA \\n                Transcript - NA\",\n                \"categories\": \"4,2,8\",\n                \"logo\": \"https://cf-media.api-setu.in/logo/issuers/006870.png\",\n                \"subdomain\": \"inanprs\"\n            },\n            {\n                \"organisationId\": \"007348\",\n                \"issuerId\": \"in.gov.ina.nswttc\",\n                \"name\": \"Naval Special Warfare Training and Tactical Centre\",\n                \"description\": \"Naval Special Warfare Training and Tactical Centre is issuing their Digital awards for the following years, through DigiLocker. These can be pulled by students into their DigiLocker accounts \\n                Degree - 2021,2022 \\n                Marksheet - 2021,2022 \\n                Diploma -  NA \\n                Transcript - NA\",\n                \"categories\": \"4,2,8\",\n                \"logo\": \"https://cf-media.api-setu.in/logo/issuers/007348.png\",\n                \"subdomain\": \"nswttc\"\n            },\n            {\n                \"organisationId\": \"003892\",\n                \"issuerId\": \"in.nic.insnds\",\n                \"name\": \"Navigation Direction School\",\n                \"description\": \"Navigation Direction School is issuing their Digital awards for the following years, through DigiLocker. These can be pulled by students into their DigiLocker accounts \\n                Degree - 2011,2012,2013,2014,2015,2016,2017,2018,2019,2020,2021 \\n                Marksheet - 2011,2012,2013,2014,2015,2016,2017,2018,2019,2020,2021 \\n                Diploma -  NA \\n                Transcript - NA\",\n                \"categories\": \"4,2,8\",\n                \"logo\": \"https://cf-media.api-setu.in/logo/issuers/003892.png\",\n                \"subdomain\": \"insnds\"\n            },\n            {\n                \"organisationId\": \"024185\",\n                \"issuerId\": \"in.nic.indiannavy\",\n                \"name\": \"NAVPEN NAVAL PENSION OFFICE\",\n                \"description\": \"This is a newly created organisation which looks into the pensions of officers and Sailors. It is co-located with INS Tanaji and is headed by Logistic Officer-in-Charge of the rank of a Commodore. SO (Pensions) Officers and SO(Pensions) Sailors under him look after all pension matters. Issue of all PPOs and Corr PPOs are also coordinated by him. For all queries regarding your pensions you can write to him directly.\",\n                \"categories\": \"3\",\n                \"logo\": \"https://cf-media.api-setu.in/logo/issuers/024185.png\",\n                \"subdomain\": \"navpen\"\n            },\n            {\n                \"organisationId\": \"003251\",\n                \"issuerId\": \"in.ac.nuv\",\n                \"name\": \"Navrachana University\",\n                \"description\": \"Navrachana University is issuing their Digital awards for the following years, through DigiLocker. These can be pulled by students into their DigiLocker accounts.\\n                Degree - 2018,2019,2020,2021,2022,2023 \\n                Marksheet - NA \\n                Diploma - NA \\n                Transcript - NA\",\n                \"categories\": \"4,2\",\n                \"logo\": \"https://cf-media.api-setu.in/logo/issuers/003251.png\",\n                \"subdomain\": \"nuv\"\n            },\n            {\n                \"organisationId\": \"012545\",\n                \"issuerId\": \"in.nau\",\n                \"name\": \"Navsari Agricultural University\",\n                \"description\": \"The institute has registered through NAD portal.\",\n                \"categories\": \"4,2\",\n                \"logo\": \"https://cf-media.api-setu.in/logo/issuers/012545.png\",\n                \"subdomain\": \"nau\"\n            },\n            {\n                \"organisationId\": \"005757\",\n                \"issuerId\": \"in.ac.ngrautocol\",\n                \"name\": \"Nayagarh Autonomous College, Nayagarh\",\n                \"description\": \"Nayagarh Autonomous College, Nayagarh is issuing their Digital awards for the following years, through DigiLocker. These can be pulled by students into their DigiLocker accounts.\\n                Degree - 2019,2021 \\n                Marksheet - 2016,2017,2018,2019,2020,2021 \\n                Diploma - NA \\n                Transcript - NA\",\n                \"categories\": \"4,2\",\n                \"logo\": \"https://cf-media.api-setu.in/logo/issuers/005757.png\",\n                \"subdomain\": \"inacngrautocol\"\n            },\n            {\n                \"organisationId\": \"002278\",\n                \"issuerId\": \"in.nic.ncert\",\n                \"name\": \"NCERT\",\n                \"description\": \"Certificates for Class X National Talent Search Examination as Issued by NCERT can be downloaded in citizen's DigiLocker account.\",\n                \"categories\": \"3,2\",\n                \"logo\": \"https://cf-media.api-setu.in/logo/issuers/002278.png\",\n                \"subdomain\": \"ncert\"\n            },\n            {\n                \"organisationId\": \"003773\",\n                \"issuerId\": \"in.ac.wbnsou\",\n                \"name\": \"Netaji Subhas Open University, Kolkata\",\n                \"description\": \"Netaji Subhas Open University, Kolkata is issuing their Digital awards for the following years, through DigiLocker. These can be pulled by students into their DigiLocker accounts \\n                Degree - 2019 \\n                Marksheet - NA \\n                Diploma -  NA \\n                Transcript - NA\",\n                \"categories\": \"4,2\",\n                \"logo\": \"https://cf-media.api-setu.in/logo/issuers/003773.png\",\n                \"subdomain\": \"wbnsou\"\n            },\n            {\n                \"organisationId\": \"003753\",\n                \"issuerId\": \"in.ac.nsuniv\",\n                \"name\": \"Netaji Subhas University\",\n                \"description\": \"Netaji Subhas University is issuing their Digital awards for the following years, through DigiLocker. These can be pulled by students into their DigiLocker accounts \\n                Degree - 2020,2021,2022 \\n                Marksheet - 2023 \\n                Diploma -  NA \\n                Transcript - 2020,2021,2022,2023\",\n                \"categories\": \"4,2\",\n                \"logo\": \"https://cf-media.api-setu.in/logo/issuers/003753.png\",\n                \"subdomain\": \"nsuniv\"\n            },\n            {\n                \"organisationId\": \"006802\",\n                \"issuerId\": \"in.ac.nsut\",\n                \"name\": \"NETAJI SUBHAS UNIVERSITY OF TECHNOLOGY\",\n                \"description\": \"NETAJI SUBHAS UNIVERSITY OF TECHNOLOGY is issuing their Digital awards for the following years, through DigiLocker. These can be pulled by students into their DigiLocker accounts \\n                Degree - NA \\n                Marksheet - NA \\n                Diploma -  NA \\n                Transcript - 2021,2022,2023\",\n                \"categories\": \"4,2\",\n                \"logo\": \"https://cf-media.api-setu.in/logo/issuers/006802.png\",\n                \"subdomain\": \"nsut\"\n            },\n            {\n                \"organisationId\": \"018167\",\n                \"issuerId\": \"in.gov.nss\",\n                \"name\": \"NETAJI SUBHAS UNIVERSITY OF TECHNOLOGY\",\n                \"description\": \"NETAJI SUBHAS UNIVERSITY OF TECHNOLOGY is issuing their Digital awards for the following years, through DigiLocker. These can be pulled by students into their DigiLocker accounts \\r\\n                Degree - NA \\r\\n                Marksheet - NA \\r\\n                Diploma -  NA \\r\\n                Transcript - NA\",\n                \"categories\": \"4,17\",\n                \"logo\": \"https://cf-media.api-setu.in/logo/issuers/018167.png\",\n                \"subdomain\": \"govnss\"\n            },\n            {\n                \"organisationId\": \"083638\",\n                \"issuerId\": \"com.nttftrg\",\n                \"name\": \"Nettur Technical Training Foundation\",\n                \"description\": \"Nettur Technical Training Foundation is issuing their Digital awards for the following years, through DigiLocker. These can be pulled by students into their DigiLocker accounts.\\n                Degree - 2013,2023 \\n                Marksheet - NA \\n                Diploma - NA \\n                Transcript - NA\",\n                \"categories\": \"993,2,32\",\n                \"logo\": \"https://cf-media.api-setu.in/logo/issuers/083638.jpeg\",\n                \"subdomain\": \"nttftrgcom\"\n            },\n            {\n                \"organisationId\": \"027412\",\n                \"issuerId\": \"in.gov.ndmc\",\n                \"name\": \"New Delhi Municipal Council\",\n                \"description\": \"Fetch birth certificate/ blood relative's death certificate issued by New Delhi Municipal Council (NDMC). Only the certificate owners/blood relatives of the deceased could be able to fetch their respective certificates by giving the required information.\",\n                \"categories\": \"4\",\n                \"logo\": \"https://cf-media.api-setu.in/logo/issuers/027412.png\",\n                \"subdomain\": \"ndmc\"\n            },\n            {\n                \"organisationId\": \"011957\",\n                \"issuerId\": \"edu.newhorizonindia\",\n                \"name\": \"NEW HORIZON COLLEGE OF ENGINEERING (E&T)\",\n                \"description\": \"NEW HORIZON COLLEGE OF ENGINEERING (E&T) is issuing their Digital awards for the following years, through DigiLocker. These can be pulled by students into their DigiLocker accounts.\\n                Degree - NA \\n                Marksheet - 2015,2016,2017,2018,2019,2020,2021,2022,2023 \\n                Diploma - NA \\n                Transcript - NA\",\n                \"categories\": \"4,2\",\n                \"logo\": \"https://cf-media.api-setu.in/logo/issuers/011957.png\",\n                \"subdomain\": \"newhorizonindia\"\n            },\n            {\n                \"organisationId\": \"002550\",\n                \"issuerId\": \"in.nic.niesbud\",\n                \"name\": \"NIESBUD\",\n                \"description\": \"Training certificates as issued by NIESBUD can be downloaded by Citizen in his/her DigiLocker account.\",\n                \"categories\": \"3,2\",\n                \"logo\": \"https://cf-media.api-setu.in/logo/issuers/002550.png\",\n                \"subdomain\": \"niesbud\"\n            },\n            {\n                \"organisationId\": \"003886\",\n                \"issuerId\": \"in.ac.npu\",\n                \"name\": \"Nilamber Pitamber University, Medininagar, Palamu,Jharkhand\",\n                \"description\": \"Nilamber Pitamber University, Medininagar, Palamu,Jharkhand is issuing their Digital awards for the following years, through DigiLocker. These can be pulled by students into their DigiLocker accounts.\\n                Degree - 2020 \\n                Marksheet - NA \\n                Diploma - NA \\n                Transcript - NA\",\n                \"categories\": \"4,2\",\n                \"logo\": \"https://cf-media.api-setu.in/logo/issuers/003886.png\",\n                \"subdomain\": \"npu\"\n            },\n            {\n                \"organisationId\": \"004302\",\n                \"issuerId\": \"in.org.nimaparacollege\",\n                \"name\": \"Nimapara (Autonomous) College, Nimapara\",\n                \"description\": \"Nimapara Autonomous College, Nimapara is issuing their Digital awards for the following years, through DigiLocker. These can be pulled by students into their DigiLocker accounts \\r\\n                Degree - NA \\r\\n                Marksheet - 2017,2018,2019,2020 \\r\\n                Diploma -  NA \\r\\n                Transcript - NA\",\n                \"categories\": \"4,2\",\n                \"logo\": \"https://cf-media.api-setu.in/logo/issuers/004302.png\",\n                \"subdomain\": \"nimaparacollege\"\n            },\n            {\n                \"organisationId\": \"005153\",\n                \"issuerId\": \"in.org.nirdpr\",\n                \"name\": \"NIRDPR (National Institute of Rural Development and Panchayati Raj)\",\n                \"description\": \"NIRD, conducts several training and issues certificates to the participants for the same,  it has been advised to adopt DigiLocker facility for the same. It has also been suggested that NIRD shall adopt the same for the documents (certificates, marksheets etc.) for its academic programs such as PGRDM etc\",\n                \"categories\": \"4\",\n                \"logo\": \"https://cf-media.api-setu.in/logo/issuers/005153.png\",\n                \"subdomain\": \"nirdpr\"\n            },\n            {\n                \"organisationId\": \"004092\",\n                \"issuerId\": \"in.ac.nirmauni\",\n                \"name\": \"Nirma University, Ahmedabad\",\n                \"description\": \"Nirma University, Ahmedabad is issuing their Digital awards for the following years, through DigiLocker. These can be pulled by students into their DigiLocker accounts \\n                Degree - 2008,2009,2010,2011,2012,2013,2014,2015,2016,2017,2018,2019,2020,2021,2022,2023 \\n                Marksheet - 2022,2023 \\n                Diploma -  NA \\n                Transcript - NA\",\n                \"categories\": \"4,2\",\n                \"logo\": \"https://cf-media.api-setu.in/logo/issuers/004092.png\",\n                \"subdomain\": \"nirmauni\"\n            },\n            {\n                \"organisationId\": \"008271\",\n                \"issuerId\": \"in.ac.nirwanuniversity\",\n                \"name\": \"Nirwan University, Jaipur\",\n                \"description\": \"Nirwan University, Jaipur is issuing their Digital awards for the following years, through DigiLocker. These can be pulled by students into their DigiLocker accounts \\n                Degree - NA \\n                Marksheet - 2021 \\n                Diploma -  NA \\n                Transcript - NA\",\n                \"categories\": \"4,2\",\n                \"logo\": \"https://cf-media.api-setu.in/logo/issuers/008271.png\",\n                \"subdomain\": \"nirwanuniversity\"\n            },\n            {\n                \"organisationId\": \"003704\",\n                \"issuerId\": \"in.edu.nitte\",\n                \"name\": \"NITTE\",\n                \"description\": \"NITTE is issuing their Digital awards for the following years, through DigiLocker. These can be pulled by students into their DigiLocker accounts.\\n                Degree - 2014,2015,2016,2017,2018,2019,2020,2021,2022,2023 \\n                Marksheet - 2020,2021 \\n                Diploma - NA \\n                Transcript - NA\",\n                \"categories\": \"4,2\",\n                \"logo\": \"https://cf-media.api-setu.in/logo/issuers/003704.png\",\n                \"subdomain\": \"nitte\"\n            },\n            {\n                \"organisationId\": \"003879\",\n                \"issuerId\": \"in.ac.nsom\",\n                \"name\": \"Nitte Education Trust School Of Management\",\n                \"description\": \"Nitte Education Trust School Of Management is issuing their Digital awards for the following years, through DigiLocker. These can be pulled by students into their DigiLocker accounts \\n                Degree - 2020,2021 \\n                Marksheet - NA \\n                Diploma -  NA \\n                Transcript - NA\",\n                \"categories\": \"4,2\",\n                \"logo\": \"https://cf-media.api-setu.in/logo/issuers/003879.png\",\n                \"subdomain\": \"nsom\"\n            },\n            {\n                \"organisationId\": \"022654\",\n                \"issuerId\": \"in.niua\",\n                \"name\": \"NIUA\",\n                \"description\": \"\",\n                \"categories\": \"3\",\n                \"logo\": \"https://cf-media.api-setu.in/logo/issuers/022654.png\",\n                \"subdomain\": \"niua\"\n            },\n            {\n                \"organisationId\": \"060422\",\n                \"issuerId\": \"com.nivabupa\",\n                \"name\": \"Niva Bupa Health Insurance Company Limited\",\n                \"description\": \"Policy Documents issued by Niva Bupa Health Insurance (https://www.nivabupa.com) can be pulled in user's DigiLocker account\",\n                \"categories\": \"993,1\",\n                \"logo\": \"https://cf-media.api-setu.in/logo/issuers/060422.png\",\n                \"subdomain\": \"nivabupa\"\n            },\n            {\n                \"organisationId\": \"003710\",\n                \"issuerId\": \"in.edu.niu\",\n                \"name\": \"Noida International University\",\n                \"description\": \"Noida International University is issuing their Digital awards for the following years, through DigiLocker. These can be pulled by students into their DigiLocker accounts \\n                Degree - 2013,2014,2015,2016,2017,2018,2019,2020 \\n                Marksheet - NA \\n                Diploma -  NA \\n                Transcript - NA\",\n                \"categories\": \"4,2\",\n                \"logo\": \"https://cf-media.api-setu.in/logo/issuers/003710.png\",\n                \"subdomain\": \"niu\"\n            },\n            {\n                \"organisationId\": \"010183\",\n                \"issuerId\": \"com.niuniv\",\n                \"name\": \"Noorul Islam Centre For Higher Education, Kanyakumari\",\n                \"description\": \"Noorul Islam Centre For Higher Education, Kanyakumari  is issuing their Digital awards for the following years, through DigiLocker. These can be pulled by students into their DigiLocker accounts.\\n                Degree - 2016,2017,2018,2019,2020,2021,2022,2023 \\n                Marksheet - NA \\n                Diploma - NA \\n                Transcript - NA\",\n                \"categories\": \"4,2\",\n                \"logo\": \"https://cf-media.api-setu.in/logo/issuers/010183.png\",\n                \"subdomain\": \"niuniv\"\n            },\n            {\n                \"organisationId\": \"010826\",\n                \"issuerId\": \"in.ac.necu\",\n                \"name\": \"North East Christian University\",\n                \"description\": \"North East Christian University is issuing their Digital awards for the following years, through DigiLocker. These can be pulled by students into their DigiLocker accounts \\n                Degree - 2020,2021,2022 \\n                Marksheet - 2018,2019,2020,2021,2022 \\n                Diploma -  NA \\n                Transcript - NA\",\n                \"categories\": \"4,2\",\n                \"logo\": \"https://cf-media.api-setu.in/logo/issuers/010826.png\",\n                \"subdomain\": \"necu\"\n            },\n            {\n                \"organisationId\": \"003790\",\n                \"issuerId\": \"in.ac.nerist\",\n                \"name\": \"North Eastern Regional Institute of Science and Technology, Nirjuli, Itanagar\",\n                \"description\": \"North Eastern Regional Institute of Science and Technology, Nirjuli, Itanagar is issuing their Digital awards for the following years, through DigiLocker. These can be pulled by students into their DigiLocker accounts.\\n                Degree - 2022 \\n                Marksheet - NA \\n                Diploma - NA \\n                Transcript - NA\",\n                \"categories\": \"4,2\",\n                \"logo\": \"https://cf-media.api-setu.in/logo/issuers/003790.png\",\n                \"subdomain\": \"nerist\"\n            },\n            {\n                \"organisationId\": \"010769\",\n                \"issuerId\": \"in.nic.mscbu\",\n                \"name\": \"North Orissa University, Mayurbhanj\",\n                \"description\": \"North Orissa University, Mayurbhanj  is issuing their Digital awards for the following years, through DigiLocker. These can be pulled by students into their DigiLocker accounts \\n                Degree - 2015,2016,2017,2018,2019,2020,2021 \\n                Marksheet - NA \\n                Diploma -  NA \\n                Transcript - NA\",\n                \"categories\": \"4,2\",\n                \"logo\": \"https://cf-media.api-setu.in/logo/issuers/010769.png\",\n                \"subdomain\": \"mscbu\"\n            },\n            {\n                \"organisationId\": \"005128\",\n                \"issuerId\": \"in.ac.nehu\",\n                \"name\": \"North-Eastern Hill University, Shillong\",\n                \"description\": \"North Eastern Hill University, Shillong is issuing their Digital awards for the following years, through DigiLocker. These can be pulled by students into their DigiLocker accounts \\n                Degree - 2010,2011,2012,2013,2014,2015,2016,2017,2018,2021,2022 \\n                Marksheet - 2021,2022 \\n                Diploma -  NA \\n                Transcript - 2018\",\n                \"categories\": \"4,2\",\n                \"logo\": \"https://cf-media.api-setu.in/logo/issuers/005128.png\",\n                \"subdomain\": \"nehu\"\n            },\n            {\n                \"organisationId\": \"005508\",\n                \"issuerId\": \"in.ac.nrupathungauniversityblr\",\n                \"name\": \"Nrupathunga University\",\n                \"description\": \"Nrupathunga University is issuing their Digital awards for the following years, through DigiLocker. These can be pulled by students into their DigiLocker accounts.\\n                Degree - NA \\n                Marksheet - 2021,2022,2023 \\n                Diploma - NA \\n                Transcript - NA\",\n                \"categories\": \"4,2\",\n                \"logo\": \"https://cf-media.api-setu.in/logo/issuers/005508.png\",\n                \"subdomain\": \"nrupathunga\"\n            },\n            {\n                \"organisationId\": \"009915\",\n                \"issuerId\": \"in.nsbacademy\",\n                \"name\": \"NSB Academy\",\n                \"description\": \"NSB Academy is issuing their Digital awards for the following years, through DigiLocker. These can be pulled by students into their DigiLocker accounts \\r\\n                Degree - NA \\r\\n                Marksheet - 2019,2020,2021 \\r\\n                Diploma -  2021 \\r\\n                Transcript - NA\",\n                \"categories\": \"4,2\",\n                \"logo\": \"https://cf-media.api-setu.in/logo/issuers/009915.png\",\n                \"subdomain\": \"nsbacademy\"\n            },\n            {\n                \"organisationId\": \"006625\",\n                \"issuerId\": \"in.edu.nsb\",\n                \"name\": \"NSB WORLD BUSINESS SCHOOL\",\n                \"description\": \"NSB WORLD BUSINESS SCHOOL is issuing their Digital awards for the following years, through DigiLocker. These can be pulled by students into their DigiLocker accounts \\r\\n                Degree - NA \\r\\n                Marksheet - 2021,2022 \\r\\n                Diploma -  2022 \\r\\n                Transcript - NA\",\n                \"categories\": \"4,2\",\n                \"logo\": \"https://cf-media.api-setu.in/logo/issuers/006625.png\",\n                \"subdomain\": \"nsb\"\n            },\n            {\n                \"organisationId\": \"061302\",\n                \"issuerId\": \"in.ac.nsb\",\n                \"name\": \"NTPC School of Business\",\n                \"description\": \"The institute has registered through NAD portal.\",\n                \"categories\": \"4,2\",\n                \"logo\": \"https://cf-media.api-setu.in/logo/issuers/061302.png\",\n                \"subdomain\": \"ntpcsb\"\n            },\n            {\n                \"organisationId\": \"006813\",\n                \"issuerId\": \"in.gov.ina.nbcdschool\",\n                \"name\": \"Nuclear Biological Chemical and Damage Control  School\",\n                \"description\": \"Nuclear Biological Chemical and Damage Control  School is issuing their Digital awards for the following years, through DigiLocker. These can be pulled by students into their DigiLocker accounts.\\n                Degree - 2018,2019,2020,2021,2022,2023 \\n                Marksheet - 2015,2016,2017,2018,2019,2020,2021,2022,2023 \\n                Diploma - NA \\n                Transcript - NA\",\n                \"categories\": \"4,2,8\",\n                \"logo\": \"https://cf-media.api-setu.in/logo/issuers/006813.png\",\n                \"subdomain\": \"nbcdschool\"\n            },\n            {\n                \"organisationId\": \"003681\",\n                \"issuerId\": \"in.edu.jgu\",\n                \"name\": \"O.P. Jindal Global (Institution of Eminence)\",\n                \"description\": \"O.P. Jindal Global (Institution of Eminence) is issuing their Digital awards for the following years, through DigiLocker. These can be pulled by students into their DigiLocker accounts.\\n                Degree - 2012,2013,2014,2015,2016,2017,2018,2019,2020,2021,2022,2023,2024 \\n                Marksheet - 2014,2015,2016,2017,2018,2019,2020,2021,2022,2023 \\n                Diploma - 2021,2023 \\n                Transcript - NA\",\n                \"categories\": \"4,2\",\n                \"logo\": \"https://cf-media.api-setu.in/logo/issuers/003681.jpg\",\n                \"subdomain\": \"jgu\"\n            },\n            {\n                \"organisationId\": \"003054\",\n                \"issuerId\": \"in.ac.osou\",\n                \"name\": \"Odisha State Open University\",\n                \"description\": \"Odisha State Open University is issuing their Digital awards for the following years, through DigiLocker. These can be pulled by students into their DigiLocker accounts.\\n                Degree - 2016,2017,2018,2019,2020,2021 \\n                Marksheet - 2021,2022 \\n                Diploma - NA \\n                Transcript - NA\",\n                \"categories\": \"4,2\",\n                \"logo\": \"https://cf-media.api-setu.in/logo/issuers/003054.png\",\n                \"subdomain\": \"osou\"\n            },\n            {\n                \"organisationId\": \"001736\",\n                \"issuerId\": \"in.nic.sctevtodisha\",\n                \"name\": \"Odisha State Technical Council for Education and Vocational Training\",\n                \"description\": \"The State Council for Technical Education & Vocational Training (SCTE&VT), Odisha (http://www.sctevtservices.nic.in) has made available Diploma certificates issued by it in DigiLocker, which can be pulled by students into their accounts.\",\n                \"categories\": \"4,2\",\n                \"logo\": \"https://cf-media.api-setu.in/logo/issuers/001736.png\",\n                \"subdomain\": \"sctevtodisha\"\n            },\n            {\n                \"organisationId\": \"064307\",\n                \"issuerId\": \"gov.caggujrat\",\n                \"name\": \"Office of the Accountant General A and E Gujarat\",\n                \"description\": \"Office of the Accountant General A and E Gujarat under Indian Audit and Accounts Department maintains accounts of the Gujarat state government and provides GPF services to state government employees                                                                              \\r\\n                                 .\",\n                \"categories\": \"4,30\",\n                \"logo\": \"https://cf-media.api-setu.in/logo/issuers/064307.png\",\n                \"subdomain\": \"caggujrat\"\n            },\n            {\n                \"organisationId\": \"055587\",\n                \"issuerId\": \"in.gov.cag.uttarakhand\",\n                \"name\": \"Office of the Accountant General Uttarakhand\",\n                \"description\": \"As a part of the CAG organization, A.G Uttarakhand, Dehradun is responsible for preparation of monthly and Annual Accounts (Monthly Civil Accounts/Finance & Appropriation Accounts) of State Government and cause the Annual Finance and Appropriation accounts to be laid before State Legislature after signatures of the CAG. Maintains the General Provident Fund Accounts, Loans & Advance Accounts, authorization of Pension payments (Special Seal) of the State Government Employees as well as Judges of Hon’ble High Court. Renders advice to the State Government in the matters referred with respect to Ac\",\n                \"categories\": \"4,1\",\n                \"logo\": \"https://cf-media.api-setu.in/logo/issuers/055587.png\",\n                \"subdomain\": \"uttarakhand\"\n            },\n            {\n                \"organisationId\": \"084016\",\n                \"issuerId\": \"in.gov.cag.odisha\",\n                \"name\": \"Office of the Pr Accountant General (A & E) Odisha\",\n                \"description\": \"NULL\",\n                \"categories\": \"4,30\",\n                \"logo\": \"https://cf-media.api-setu.in/logo/issuers/null\",\n                \"subdomain\": \"agodisha\"\n            },\n            {\n                \"organisationId\": \"065289\",\n                \"issuerId\": \"in.gov.cag.nagaland\",\n                \"name\": \"Office of the Pr Accountant General AE Nagaland\",\n                \"description\": \"\",\n                \"categories\": \"4,30\",\n                \"logo\": \"https://cf-media.api-setu.in/logo/issuers/null\",\n                \"subdomain\": \"agnagaland\"\n            },\n            {\n                \"organisationId\": \"003529\",\n                \"issuerId\": \"in.ac.opju\",\n                \"name\": \"OP Jindal University\",\n                \"description\": \"OP Jindal University is issuing their Digital awards for the following years, through DigiLocker. These can be pulled by students into their DigiLocker accounts.\\n                Degree - NA \\n                Marksheet - 2017,2018,2019,2020,2021,2022,2023 \\n                Diploma - NA \\n                Transcript - NA\",\n                \"categories\": \"4,2\",\n                \"logo\": \"https://cf-media.api-setu.in/logo/issuers/003529.png\",\n                \"subdomain\": \"opju\"\n            },\n            {\n                \"organisationId\": \"005404\",\n                \"issuerId\": \"in.org.opf\",\n                \"name\": \"Operant Pharmacy Federation\",\n                \"description\": \"Operant Pharmacy Federation provide certificates for members & delegates to securely access and download copies of original certificates of conferences, seminars, symposiums, workshops, training programs etc.\",\n                \"categories\": \"993,7\",\n                \"logo\": \"https://cf-media.api-setu.in/logo/issuers/005404.png\",\n                \"subdomain\": \"opf\"\n            },\n            {\n                \"organisationId\": \"003376\",\n                \"issuerId\": \"in.edu.oui\",\n                \"name\": \"Oriental University\",\n                \"description\": \"Oriental University is issuing their Digital awards for the following years, through DigiLocker. These can be pulled by students into their DigiLocker accounts.\\n                Degree - 2018,2019,2020,2023 \\n                Marksheet - NA \\n                Diploma - NA \\n                Transcript - NA\",\n                \"categories\": \"4,2\",\n                \"logo\": \"https://cf-media.api-setu.in/logo/issuers/003376.png\",\n                \"subdomain\": \"oui\"\n            },\n            {\n                \"organisationId\": \"083169\",\n                \"issuerId\": \"in.ac.pdacek\",\n                \"name\": \"P.D.A. College of Engineering, Kalaburagi\",\n                \"description\": \"The Hyderabad Karnataka Education (HKE) society founded by Late Shri Mahadevappa Rampure, a great visionary and educationist.The HKE Society runs 46 educational institutions. Poojya Doddappa Appa College of Engineering, Gulbarga is the first institution established by the society in 1958. The college is celebrated its golden jubilee year, setting new standards in the field of education and achieving greater heights.\",\n                \"categories\": \"4,2\",\n                \"logo\": \"https://cf-media.api-setu.in/logo/issuers/083169.png\",\n                \"subdomain\": \"pdacek\"\n            },\n            {\n                \"organisationId\": \"047973\",\n                \"issuerId\": \"org.pescemandya\",\n                \"name\": \"P.E.S. COLLEGE OF ENGINEERING, MANDYA\",\n                \"description\": \"The institute has registered through NAD portal.\",\n                \"categories\": \"4,2\",\n                \"logo\": \"https://cf-media.api-setu.in/logo/issuers/047973.png\",\n                \"subdomain\": \"orgpescemandya\"\n            },\n            {\n                \"organisationId\": \"006413\",\n                \"issuerId\": \"in.edu.pkuniversity\",\n                \"name\": \"P.K. University\",\n                \"description\": \"P.K. University is issuing their Digital awards for the following years, through DigiLocker. These can be pulled by students into their DigiLocker accounts.\\r\\n                Degree - NA \\r\\n                Marksheet - 2018,2019,2020,2021,2022,2023 \\r\\n                Diploma - NA \\r\\n                Transcript - NA\",\n                \"categories\": \"4,2\",\n                \"logo\": \"https://cf-media.api-setu.in/logo/issuers/006413.png\",\n                \"subdomain\": \"pkuniversity\"\n            },\n            {\n                \"organisationId\": \"003384\",\n                \"issuerId\": \"in.ac.ppsu\",\n                \"name\": \"P.P. Savani University\",\n                \"description\": \"P.P. Savani University is issuing their Digital awards for the following years, through DigiLocker. These can be pulled by students into their DigiLocker accounts.\\n                Degree - 2019,2021,2022,2023 \\n                Marksheet - 2022,2023 \\n                Diploma - NA \\n                Transcript - NA\",\n                \"categories\": \"4,2\",\n                \"logo\": \"https://cf-media.api-setu.in/logo/issuers/003384.jpg\",\n                \"subdomain\": \"ppsu\"\n            },\n            {\n                \"organisationId\": \"007393\",\n                \"issuerId\": \"in.nic.tsvu\",\n                \"name\": \"P.V. Narsimha Rao Telangana Veterinary University\",\n                \"description\": \"P.V. Narsimha Rao Telangana Veterinary University is issuing their Digital awards for the following years, through DigiLocker. These can be pulled by students into their DigiLocker accounts \\n                Degree - 2018,2019,2020,2021,2022 \\n                Marksheet - NA \\n                Diploma -  NA \\n                Transcript - NA\",\n                \"categories\": \"4,2\",\n                \"logo\": \"https://cf-media.api-setu.in/logo/issuers/007393.png\",\n                \"subdomain\": \"tsvu\"\n            },\n            {\n                \"organisationId\": \"010786\",\n                \"issuerId\": \"in.ac.pacific.university\",\n                \"name\": \"Pacific Academy Of Higher Education and Research University, Udaipur\",\n                \"description\": \"Pacific Academy Of Higher Education and Research University, Udaipur is issuing their Digital awards for the following years, through DigiLocker. These can be pulled by students into their DigiLocker accounts \\n                Degree - 2020,2021,2022 \\n                Marksheet - NA \\n                Diploma -  2020,2021 \\n                Transcript - NA\",\n                \"categories\": \"4,2\",\n                \"logo\": \"https://cf-media.api-setu.in/logo/issuers/010786.png\",\n                \"subdomain\": \"pacificuniversity\"\n            },\n            {\n                \"organisationId\": \"008455\",\n                \"issuerId\": \"in.ac.pacificmedicaluniversity\",\n                \"name\": \"Pacific Medical University\",\n                \"description\": \"Pacific Medical University is issuing their Digital awards for the following years, through DigiLocker. These can be pulled by students into their DigiLocker accounts \\n                Degree - 2019,2021 \\n                Marksheet - NA \\n                Diploma -  2021 \\n                Transcript - NA\",\n                \"categories\": \"4,2\",\n                \"logo\": \"https://cf-media.api-setu.in/logo/issuers/008455.png\",\n                \"subdomain\": \"pacificmedicaluniv\"\n            },\n            {\n                \"organisationId\": \"002245\",\n                \"issuerId\": \"in.nic.hppanchayat\",\n                \"name\": \"Panchayati Raj Department, Himachal Pradesh\",\n                \"description\": \"Parivar Patra (http://aadhaar.hp.gov.in/epanchayat/) is the online service  portal by Govt. of Himachal Pradesh. Parivar Register issued online certificate can be pulled into citizens' DigiLocker accounts.\",\n                \"categories\": \"4\",\n                \"logo\": \"https://cf-media.api-setu.in/logo/issuers/002245.jpg\",\n                \"subdomain\": \"hppanchayat\"\n            },\n            {\n                \"organisationId\": \"003569\",\n                \"issuerId\": \"in.ac.pdpu\",\n                \"name\": \"Pandit Deendayal Energy University (Formerly Pandit Deendayal Petroleum University)\",\n                \"description\": \"Pandit Deendayal Energy University (Formerly Pandit Deendayal Petroleum University) is issuing their Digital awards for the following years, through DigiLocker. These can be pulled by students into their DigiLocker accounts.\\n                Degree - 2008,2009,2010,2011,2012,2013,2014,2015,2016,2017,2018,2019,2020,2021,2022,2023 \\n                Marksheet - 2022 \\n                Diploma - NA \\n                Transcript - NA\",\n                \"categories\": \"4,2\",\n                \"logo\": \"https://cf-media.api-setu.in/logo/issuers/003569.png\",\n                \"subdomain\": \"pdpu\"\n            },\n            {\n                \"organisationId\": \"017969\",\n                \"issuerId\": \"in.ac.pdpu.nss\",\n                \"name\": \"Pandit Deendayal Petroleum University, Gandhinagar\",\n                \"description\": \"Pandit Deendayal Petroleum University, Gandhinagar is issuing their Digital awards for the following years, through DigiLocker. These can be pulled by students into their DigiLocker accounts.\\n                Degree - NA \\n                Marksheet - NA \\n                Diploma - NA \\n                Transcript - NA\",\n                \"categories\": \"4,2,17\",\n                \"logo\": \"https://cf-media.api-setu.in/logo/issuers/017969.png\",\n                \"subdomain\": \"pdpunss\"\n            },\n            {\n                \"organisationId\": \"056606\",\n                \"issuerId\": \"in.ac.shekhauni\",\n                \"name\": \"Pandit Deendayal Upadhyaya Shekhawati University, Sikar (Rajasthan)\",\n                \"description\": \"The institute has registered through NAD portal.\",\n                \"categories\": \"4,2\",\n                \"logo\": \"https://cf-media.api-setu.in/logo/issuers/056606.png\",\n                \"subdomain\": \"shekhauni\"\n            },\n            {\n                \"organisationId\": \"010049\",\n                \"issuerId\": \"in.ac.plcsupva\",\n                \"name\": \"Pandit Lakhmi Chand State University of Performing and Visual Arts\",\n                \"description\": \"Pandit Lakhmi Chand State University of Performing and Visual Arts  is issuing their Digital awards for the following years, through DigiLocker. These can be pulled by students into their DigiLocker accounts \\n                Degree - 2018,2019,2020,2021 \\n                Marksheet - NA \\n                Diploma -  NA \\n                Transcript - NA\",\n                \"categories\": \"4,2\",\n                \"logo\": \"https://cf-media.api-setu.in/logo/issuers/010049.png\",\n                \"subdomain\": \"plcsupva\"\n            },\n            {\n                \"organisationId\": \"003514\",\n                \"issuerId\": \"in.ac.ptsnsuniversity\",\n                \"name\": \"Pandit S.N. Shukla University, Shahdol\",\n                \"description\": \"Pandit S.N. Shukla University, Shahdol is issuing their Digital awards for the following years, through DigiLocker. These can be pulled by students into their DigiLocker accounts.\\n                Degree - 2021 \\n                Marksheet - 2021 \\n                Diploma - NA \\n                Transcript - NA\",\n                \"categories\": \"4,2\",\n                \"logo\": \"https://cf-media.api-setu.in/logo/issuers/003514.png\",\n                \"subdomain\": \"ptsnsuniv\"\n            },\n            {\n                \"organisationId\": \"089072\",\n                \"issuerId\": \"in.nic.rajshaladarpanboard\",\n                \"name\": \"Panjiyak Shiksha Vibhagiya Parikshayen Rajasthan, Bikaner\",\n                \"description\": \"The institute has registered through NAD portal.\",\n                \"categories\": \"4,2\",\n                \"logo\": \"https://cf-media.api-setu.in/logo/issuers/089072.png\",\n                \"subdomain\": \"rajshaladarpanboardnicin\"\n            },\n            {\n                \"organisationId\": \"065286\",\n                \"issuerId\": \"in.nic.rajshaladarpan\",\n                \"name\": \"Panjiyak Shiksha Vibhagiya Parikshayen Rajasthan, Bikaner\",\n                \"description\": \"Panjiyak Shiksha Vibhagiya Parikshayen Rajasthan, Bikaner is issuing their Digital awards for the following years, through DigiLocker. These can be pulled by students into their DigiLocker accounts.\\n                Degree - NA \\n                Marksheet - NA \\n                Diploma - NA \\n                Transcript - NA\",\n                \"categories\": \"4,2\",\n                \"logo\": \"https://cf-media.api-setu.in/logo/issuers/065286.png\",\n                \"subdomain\": \"rajshaladarpan\"\n            },\n            {\n                \"organisationId\": \"002384\",\n                \"issuerId\": \"in.ac.mppmc\",\n                \"name\": \"Paramedical Council\",\n                \"description\": \"Registration Certificate, Duplicate Registration Certificate, Good Standing Certificate, Registration Renewal, Tatkal Registration, Tatkal  Registration Renewal and Upadhi/Certificate as issued by MP Paramedical Council (http://www.mppmc.ac.in) from April 2017 onwards can be pulled into citizens' DigiLocker accounts. \",\n                \"categories\": \"4,7,2\",\n                \"logo\": \"https://cf-media.api-setu.in/logo/issuers/002384.png\",\n                \"subdomain\": \"mppmc\"\n            },\n            {\n                \"organisationId\": \"003664\",\n                \"issuerId\": \"in.ac.paruluniversity\",\n                \"name\": \"Parul University\",\n                \"description\": \"Parul University is issuing their Digital awards for the following years, through DigiLocker. These can be pulled by students into their DigiLocker accounts.\\n                Degree - 2017,2018,2019,2020,2021,2022 \\n                Marksheet - 2017,2018,2019,2020,2021,2022,2023 \\n                Diploma - NA \\n                Transcript - NA\",\n                \"categories\": \"4,2\",\n                \"logo\": \"https://cf-media.api-setu.in/logo/issuers/003664.png\",\n                \"subdomain\": \"paruluniv\"\n            },\n            {\n                \"organisationId\": \"010883\",\n                \"issuerId\": \"in.ac.chowgules\",\n                \"name\": \"Parvatibai Chowgule College of Arts and Sciences\",\n                \"description\": \"Parvatibai Chowgule College of Arts and Sciences is issuing their Digital awards for the following years, through DigiLocker. These can be pulled by students into their DigiLocker accounts.\\r\\n                Degree - NA \\r\\n                Marksheet - 2022,2023 \\r\\n                Diploma - NA \\r\\n                Transcript - NA\",\n                \"categories\": \"4,2\",\n                \"logo\": \"https://cf-media.api-setu.in/logo/issuers/010883.png\",\n                \"subdomain\": \"inacchowgules\"\n            },\n            {\n                \"organisationId\": \"005700\",\n                \"issuerId\": \"in.gov.pcdanavy\",\n                \"name\": \"PCDA(NAVY), MUMBAI\",\n                \"description\": \"PCDA Navy is the prominent organization under the aegis of CGDA, Ministry of Defense. It plays an important role in the Payment, Audit, and Pension of the Indian Navy. In addition to the above, PCDA (Navy) has sub-offices at Visakhapatnam, Cochin, Kolkatta, New Delhi, Chennai, Goa, and Karwar functioning under his administrative control.\",\n                \"categories\": \"3,8\",\n                \"logo\": \"https://cf-media.api-setu.in/logo/issuers/005700.jpeg\",\n                \"subdomain\": \"pcdanavy\"\n            },\n            {\n                \"organisationId\": \"004721\",\n                \"issuerId\": \"in.nic.pcdapension\",\n                \"name\": \"PCDA(Pension), Allahabad\",\n                \"description\": \"Office of the Principal Controller of Defence Accounts (Pensions), Allahabad is one of the offices of the Defence Accounts Department under the Ministry of Defence, with the office of the Controller General of Defence Accounts, Delhi Cantt as its Headquarters.With a view to achieve promptness in settlement of pensionary entitlements of Naval and Air Force personnel, the work relating to grant of their pension was transferred to PCDA(Navy), Mumbai and CDA (Air Force), New Delhi respectively w.e.f. 01.11.1985.\",\n                \"categories\": \"3,8\",\n                \"logo\": \"https://cf-media.api-setu.in/logo/issuers/004721.png\",\n                \"subdomain\": \"pcdapension\"\n            },\n            {\n                \"organisationId\": \"003670\",\n                \"issuerId\": \"in.edu.peoplesuniversity\",\n                \"name\": \"Peoples University\",\n                \"description\": \"Peoples University is issuing their Digital awards for the following years, through DigiLocker. These can be pulled by students into their DigiLocker accounts.\\n                Degree - 2016,2017,2018,2019,2020,2021,2022 \\n                Marksheet - 2015,2016,2017,2018,2019,2020,2021,2022,2023 \\n                Diploma - 2016,2017,2019,2020,2022 \\n                Transcript - NA\",\n                \"categories\": \"4,2\",\n                \"logo\": \"https://cf-media.api-setu.in/logo/issuers/issure_icon.png\",\n                \"subdomain\": \"peoplesuniv\"\n            },\n            {\n                \"organisationId\": \"005739\",\n                \"issuerId\": \"edu.pmu\",\n                \"name\": \"Periyar Maniammai Institute Of Science & Technology, Thanjavur\",\n                \"description\": \"Periyar Maniammal Institute Of Science & Technoloyg, Thanjavur is issuing their Digital awards for the following years, through DigiLocker. These can be pulled by students into their DigiLocker accounts \\n                Degree - 2022 \\n                Marksheet - NA \\n                Diploma -  NA \\n                Transcript - NA\",\n                \"categories\": \"4,2\",\n                \"logo\": \"https://cf-media.api-setu.in/logo/issuers/005739.png\",\n                \"subdomain\": \"pmu\"\n            },\n            {\n                \"organisationId\": \"008084\",\n                \"issuerId\": \"in.gov.wbpar\",\n                \"name\": \"Personnel & Administrative Reforms Department\",\n                \"description\": \"Personnel and Administrative Department issues Income Certificate/Local Residence (Domicile) certificate/Trade License under Government of West Bengal. To get the certificate, an applicant should be a resident of West Bengal with valid Income Proof (for Income Certificate), Residential, Identity, and Birth Proof (for Domicile Certificate). Income/Domicile Certificate is generated from Sub-division & Block level administration.\",\n                \"categories\": \"4,30\",\n                \"logo\": \"https://cf-media.api-setu.in/logo/issuers/008084.png\",\n                \"subdomain\": \"wbpar\"\n            },\n            {\n                \"organisationId\": \"004307\",\n                \"issuerId\": \"edu.pes\",\n                \"name\": \"PES University\",\n                \"description\": \"PES University is issuing their Digital awards for the following years, through DigiLocker. These can be pulled by students into their DigiLocker accounts \\r\\n                Degree - 2016,2017,2018,2019,2020,2021,2022 \\r\\n                Marksheet - 2014,2015,2016,2017,2018,2019,2020,2021,2022,2023 \\r\\n                Diploma -  NA \\r\\n                Transcript - NA\",\n                \"categories\": \"4,2\",\n                \"logo\": \"https://cf-media.api-setu.in/logo/issuers/004307.png\",\n                \"subdomain\": \"pesuniversity\"\n            },\n            {\n                \"organisationId\": \"005489\",\n                \"issuerId\": \"com.enps.kfintech\",\n                \"name\": \"PFRDA (KFintech)\",\n                \"description\": \"KFintech was appointed as Central Recordkeeping Agency (CRA) for National Pension System (NPS). The KFintech CRA is a back office for maintaining records, administration and customer service functions which is playing an important role to the successful operationalization of the NPS. KFintech CRA is one of the Premier financial service organization aims for satisfaction of customers by combining knowledge & technology to provide the best standard of services under NPS.\",\n                \"categories\": \"3,1\",\n                \"logo\": \"https://cf-media.api-setu.in/logo/issuers/005489.png\",\n                \"subdomain\": \"kfintech\"\n            },\n            {\n                \"organisationId\": \"005604\",\n                \"issuerId\": \"in.co.nsdl.npscra\",\n                \"name\": \"PFRDA (Protean)\",\n                \"description\": \"NPS Account holders can view/download ePRAN Card and Account statements through their DigiLocker account.\",\n                \"categories\": \"3,1\",\n                \"logo\": \"https://cf-media.api-setu.in/logo/issuers/005604.jpeg\",\n                \"subdomain\": \"npscra\"\n            },\n            {\n                \"organisationId\": \"009409\",\n                \"issuerId\": \"in.edu.plaksha\",\n                \"name\": \"Plaksha University Punjab\",\n                \"description\": \"Plaksha University Punjab is issuing their Digital awards for the following years, through DigiLocker. These can be pulled by students into their DigiLocker accounts \\n                Degree - NA \\n                Marksheet - 2022,2023 \\n                Diploma -  NA \\n                Transcript - NA\",\n                \"categories\": \"4,2\",\n                \"logo\": \"https://cf-media.api-setu.in/logo/issuers/009409.png\",\n                \"subdomain\": \"plaksha\"\n            },\n            {\n                \"organisationId\": \"065034\",\n                \"issuerId\": \"in.nic.up.planning\",\n                \"name\": \"Planning Department\",\n                \"description\": \"Family ID (https://familyid.up.gov.in/) is a 12 digit unique identification number issued to each family residing in the  Pradesh, which will enable proactive delivery of schemes and services to beneficiary through beneficiary identification and improve citizen's reach to the Government\",\n                \"categories\": \"4,30\",\n                \"logo\": \"https://cf-media.api-setu.in/logo/issuers/065034.png\",\n                \"subdomain\": \"upplanning\"\n            },\n            {\n                \"organisationId\": \"004367\",\n                \"issuerId\": \"in.ac.pmlsdbs\",\n                \"name\": \"Pml Sd Business School\",\n                \"description\": \"Pml Sd Business School is issuing their Digital awards for the following years, through DigiLocker. These can be pulled by students into their DigiLocker accounts.\\r\\n                Degree - NA \\r\\n                Marksheet - 2020,2022 \\r\\n                Diploma - NA \\r\\n                Transcript - NA\",\n                \"categories\": \"4,2\",\n                \"logo\": \"https://cf-media.api-setu.in/logo/issuers/004367.jpg\",\n                \"subdomain\": \"pmlsdbs\"\n            },\n            {\n                \"organisationId\": \"007385\",\n                \"issuerId\": \"com.pnbmetlife\",\n                \"name\": \"PNB MetLife India Insurance Company Private Limited\",\n                \"description\": \"PNB MetLife Insurance, a leading Life Insurance Company in India, offers Life & Health Insurance products. PNB MetLife is a partnership between leading global life insurance provider MetLife and India?s leading nationalized bank PNB. It serves customers in more than 7,000 locations in India.\",\n                \"categories\": \"993,1\",\n                \"logo\": \"https://cf-media.api-setu.in/logo/issuers/007385.png\",\n                \"subdomain\": \"pnbmetlife\"\n            },\n            {\n                \"organisationId\": \"005589\",\n                \"issuerId\": \"in.edu.pondiuni\",\n                \"name\": \"PONDICHERRY UNIVERSITY, PUDUCHERRY\",\n                \"description\": \"PONDICHERRY UNIVERSITY, PUDUCHERRY is issuing their Digital awards for the following years, through DigiLocker. These can be pulled by students into their DigiLocker accounts.\\n                Degree - 2018 \\n                Marksheet - 2021,2022,2023 \\n                Diploma - NA \\n                Transcript - NA\",\n                \"categories\": \"4,2\",\n                \"logo\": \"https://cf-media.api-setu.in/logo/issuers/005589.png\",\n                \"subdomain\": \"pondiuni\"\n            },\n            {\n                \"organisationId\": \"006673\",\n                \"issuerId\": \"org.poornima.pce\",\n                \"name\": \"POORNIMA COLLEGE OF ENGINEERING\",\n                \"description\": \"POORNIMA COLLEGE OF ENGINEERING is issuing their Digital awards for the following years, through DigiLocker. These can be pulled by students into their DigiLocker accounts \\n                Degree - 2020,2021 \\n                Marksheet - NA \\n                Diploma -  NA \\n                Transcript - NA\",\n                \"categories\": \"4,2\",\n                \"logo\": \"https://cf-media.api-setu.in/logo/issuers/006673.png\",\n                \"subdomain\": \"poornimapce\"\n            },\n            {\n                \"organisationId\": \"009852\",\n                \"issuerId\": \"in.edu.poornima\",\n                \"name\": \"Poornima University\",\n                \"description\": \"Poornima University is issuing their Digital awards for the following years, through DigiLocker. These can be pulled by students into their DigiLocker accounts.\\n                Degree - 2014,2015,2016,2017,2018,2019,2020,2021,2022 \\n                Marksheet - 2014,2019,2020,2021,2022,2023 \\n                Diploma - NA \\n                Transcript - NA\",\n                \"categories\": \"4,2\",\n                \"logo\": \"https://cf-media.api-setu.in/logo/issuers/009852.png\",\n                \"subdomain\": \"poornima\"\n            },\n            {\n                \"organisationId\": \"004707\",\n                \"issuerId\": \"in.gov.postallifeinsurance\",\n                \"name\": \"Postal Life Insurance, Department of Posts\",\n                \"description\": \"Postal Life Insurance (PLI) / Rural Postal Life Insurance (RPLI) policy bonds are available in the ‘electronic form’ through Digilocker. ePLI policy bonds is a valid proof when presented through Issued documents section of Digilocker mobile app. ePLI Policy bonds can be used for maturity claim and Service requests at any Post Office.\",\n                \"categories\": \"993,1\",\n                \"logo\": \"https://cf-media.api-setu.in/logo/issuers/004707.png\",\n                \"subdomain\": \"postallifeinsurance\"\n            },\n            {\n                \"organisationId\": \"017685\",\n                \"issuerId\": \"in.gov.cag.agwb\",\n                \"name\": \"Pr. Accountant General (A&E), West Bengal\",\n                \"description\": \"This Office issues Pension/Family Pension/Death Gratuity Payment Orders to the State Pensioners and General Provident Fund Slip to the Employees of the of the Govt. of West Bengal on regular basis. In view of the above, this office intends to use the services of Digilocker to issue the above mentioned documents to the users through electronic mode.\",\n                \"categories\": \"4,1\",\n                \"logo\": \"https://cf-media.api-setu.in/logo/issuers/017685.png\",\n                \"subdomain\": \"cag\"\n            },\n            {\n                \"organisationId\": \"001903\",\n                \"issuerId\": \"in.pramericalife\",\n                \"name\": \"Pramerica Life Insurance Ltd\",\n                \"description\": \"DPLI is a joint venture between DHFL investement limited,a wholly-owned subsidiary of Dewan Housing Finance Corporation Ltd. (DHFL), one of India's largest housing finance companies (the second largest in the private sector) and Prudential International Insurance Holdings Ltd.(PIIH),a fully owned subsidiary of Prudential Financial, Inc. (PFI), a financial services leader headquartered in the U.S. DPLI represents the coming together of two renowned financial services organizations with a legacy of business excellence spread over decades. The life insurance joint venture agreement between the two partners was signed in July 2013.\",\n                \"categories\": \"993,1\",\n                \"logo\": \"https://cf-media.api-setu.in/logo/issuers/001903.png\",\n                \"subdomain\": \"pramericalife\"\n            },\n            {\n                \"organisationId\": \"035875\",\n                \"issuerId\": \"in.ac.pvpsiddhartha\",\n                \"name\": \"Prasad V. Potluri Siddhartha Institute of Technology,Autonomous\",\n                \"description\": \"Prasad V. Potluri Siddhartha Institute of Technology,Autonomous  is issuing their Digital awards for the following years, through DigiLocker. These can be pulled by students into their DigiLocker accounts \\r\\n                Degree - NA \\r\\n                Marksheet - 2022,2023 \\r\\n                Diploma -  NA \\r\\n                Transcript - NA\",\n                \"categories\": \"4,2\",\n                \"logo\": \"https://cf-media.api-setu.in/logo/issuers/035875.png\",\n                \"subdomain\": \"pvpsiddhartha\"\n            },\n            {\n                \"organisationId\": \"010404\",\n                \"issuerId\": \"in.pratapuniversity\",\n                \"name\": \"Pratap University\",\n                \"description\": \"Pratap University is issuing their Digital awards for the following years, through DigiLocker. These can be pulled by students into their DigiLocker accounts \\n                Degree - 2021 \\n                Marksheet - NA \\n                Diploma -  NA \\n                Transcript - NA\",\n                \"categories\": \"4,2\",\n                \"logo\": \"https://cf-media.api-setu.in/logo/issuers/010404.png\",\n                \"subdomain\": \"pratapuniversity\"\n            },\n            {\n                \"organisationId\": \"008486\",\n                \"issuerId\": \"in.ac.praxis\",\n                \"name\": \"PRAXIS BUSINESS SCHOOL\",\n                \"description\": \"PRAXIS BUSINESS SCHOOL is issuing their Digital awards for the following years, through DigiLocker. These can be pulled by students into their DigiLocker accounts \\n                Degree - NA \\n                Marksheet - NA \\n                Diploma -  2020,2021,2022,2023 \\n                Transcript - NA\",\n                \"categories\": \"4,2\",\n                \"logo\": \"https://cf-media.api-setu.in/logo/issuers/008486.png\",\n                \"subdomain\": \"praxis\"\n            },\n            {\n                \"organisationId\": \"080940\",\n                \"issuerId\": \"in.ac.presidencycollege\",\n                \"name\": \"PRESIDENCY COLLEGE\",\n                \"description\": \"The institute has registered through NAD portal.\",\n                \"categories\": \"4,2\",\n                \"logo\": \"https://cf-media.api-setu.in/logo/issuers/080940.png\",\n                \"subdomain\": \"presidencycollegeacin\"\n            },\n            {\n                \"organisationId\": \"010587\",\n                \"issuerId\": \"in.ac.presiuniv\",\n                \"name\": \"Presidency University\",\n                \"description\": \"Presidency University is issuing their Digital awards for the following years, through DigiLocker. These can be pulled by students into their DigiLocker accounts.\\n                Degree - 2013,2015,2016,2017,2018,2019,2020,2021,2022,2023 \\n                Marksheet - 2022 \\n                Diploma - NA \\n                Transcript - NA\",\n                \"categories\": \"4,2\",\n                \"logo\": \"https://cf-media.api-setu.in/logo/issuers/010587.png\",\n                \"subdomain\": \"presiuniv\"\n            },\n            {\n                \"organisationId\": \"003244\",\n                \"issuerId\": \"in.presidencyuniversity\",\n                \"name\": \"Presidency University, Bengaluru\",\n                \"description\": \"Presidency University, Bengaluru is issuing their Digital awards for the following years, through DigiLocker. These can be pulled by students into their DigiLocker accounts.\\n                Degree - 2017,2018,2019,2020,2021,2022 \\n                Marksheet - 2015,2016,2017,2018,2019,2020,2021,2022 \\n                Diploma - NA \\n                Transcript - NA\",\n                \"categories\": \"4,2\",\n                \"logo\": \"https://cf-media.api-setu.in/logo/issuers/003244.png\",\n                \"subdomain\": \"presidencyuniv\"\n            },\n            {\n                \"organisationId\": \"052976\",\n                \"issuerId\": \"com.presolv360\",\n                \"name\": \"Presolv360\",\n                \"description\": \"Presolv360 is a leading Online Dispute Resolution (ODR) platform in India. It blends technology, human expertise and innovation for quick, effective and enforceable outcomes in disputes.\",\n                \"categories\": \"993\",\n                \"logo\": \"https://cf-media.api-setu.in/logo/issuers/052976.png\",\n                \"subdomain\": \"presolv\"\n            },\n            {\n                \"organisationId\": \"004625\",\n                \"issuerId\": \"in.edu.piemr\",\n                \"name\": \"Prestige Institute Of Engineering Management & Research\",\n                \"description\": \"Prestige Institute Of Engineering Management & Research is issuing their Digital awards for the following years, through DigiLocker. These can be pulled by students into their DigiLocker accounts \\n                Degree - NA \\n                Marksheet - 2020,2021 \\n                Diploma -  NA \\n                Transcript - NA\",\n                \"categories\": \"4,2\",\n                \"logo\": \"https://cf-media.api-setu.in/logo/issuers/004625.png\",\n                \"subdomain\": \"piemr\"\n            },\n            {\n                \"organisationId\": \"022227\",\n                \"issuerId\": \"org.prestigegwl\",\n                \"name\": \"PRESTIGE INSTITUTE OF MANAGEMENT AND RESEARCH, GWALIOR\",\n                \"description\": \"PRESTIGE INSTITUTE OF MANAGEMENT AND RESEARCH, GWALIOR is issuing their Digital awards for the following years, through DigiLocker. These can be pulled by students into their DigiLocker accounts.\\n                Degree - NA \\n                Marksheet - 2021,2022 \\n                Diploma - NA \\n                Transcript - NA\",\n                \"categories\": \"4,2\",\n                \"logo\": \"https://cf-media.api-setu.in/logo/issuers/022227.png\",\n                \"subdomain\": \"prestigegwl\"\n            },\n            {\n                \"organisationId\": \"016612\",\n                \"issuerId\": \"org.welingkarbangaluru\",\n                \"name\": \"Prin. L. N. Welingkar Institute of Management Development & Research\",\n                \"description\": \"Prin. L. N. Welingkar Institute of Management Development & Research is issuing their Digital awards for the following years, through DigiLocker. These can be pulled by students into their DigiLocker accounts \\r\\n                Degree - NA \\r\\n                Marksheet - NA \\r\\n                Diploma -  2017,2019,2020,2021,2022 \\r\\n                Transcript - NA\",\n                \"categories\": \"4,2\",\n                \"logo\": \"https://cf-media.api-setu.in/logo/issuers/016612.png\",\n                \"subdomain\": \"welingkarbangaluru\"\n            },\n            {\n                \"organisationId\": \"010259\",\n                \"issuerId\": \"org.welinkarpgdm\",\n                \"name\": \"Prin. L. N. Welingkar Institute of Management Development & Research (PGDM)\",\n                \"description\": \"Prin. L. N. Welingkar Institute of Management Development & Research (PGDM) is issuing their Digital awards for the following years, through DigiLocker. These can be pulled by students into their DigiLocker accounts.\\n                Degree - NA \\n                Marksheet - NA \\n                Diploma - 2019,2020,2021,2023 \\n                Transcript - NA\",\n                \"categories\": \"4,2\",\n                \"logo\": \"https://cf-media.api-setu.in/logo/issuers/010259.png\",\n                \"subdomain\": \"welinkarpgdm\"\n            },\n            {\n                \"organisationId\": \"004246\",\n                \"issuerId\": \"org.welingkar\",\n                \"name\": \"Prin. L. N. Welingkar Institute of Management Development and Research, Mumbai\",\n                \"description\": \"Prin. L. N. Welingkar Institute of Management Development and Research, Mumbai is issuing their Digital awards for the following years, through DigiLocker. These can be pulled by students into their DigiLocker accounts \\n                Degree - NA \\n                Marksheet - NA \\n                Diploma -  2014,2019,2020,2021,2022,2023 \\n                Transcript - NA\",\n                \"categories\": \"4,2\",\n                \"logo\": \"https://cf-media.api-setu.in/logo/issuers/004246.png\",\n                \"subdomain\": \"welingkar\"\n            },\n            {\n                \"organisationId\": \"002318\",\n                \"issuerId\": \"in.nic.aghry\",\n                \"name\": \"Principal Accountant General (A&E) Haryana\",\n                \"description\": \"Pensioners Payment Order issued by Principal Accountant General (A&E) (http://aghry.gov.in/) can be downloaded on DigiLocker\",\n                \"categories\": \"4,1,30\",\n                \"logo\": \"https://cf-media.api-setu.in/logo/issuers/002318.png\",\n                \"subdomain\": \"aghry\"\n            },\n            {\n                \"organisationId\": \"065371\",\n                \"issuerId\": \"in.gov.cag.meghalaya\",\n                \"name\": \"Principal Accountant General (AE),Meghalaya\",\n                \"description\": \"Office of the Principal Accountant General (AE), Meghalaya, Shillong is issuing GPF Final Payment Authority to the Pensioners of the State Government/TreasuryOfficers/DDOs. This Office is also issuing PPO/GPO/CPO authority to the Pensioners/Treasury Officers/DDO. Office also issuing Payslip to the Gazetted Officers of the State Government. Besides,\",\n                \"categories\": \"4,30\",\n                \"logo\": \"https://cf-media.api-setu.in/logo/issuers/065371.jpg\",\n                \"subdomain\": \"agaemeghalaya\"\n            },\n            {\n                \"organisationId\": \"024786\",\n                \"issuerId\": \"in.gov.cagAP\",\n                \"name\": \"PRINCIPAL ACCOUNTANT GENERAL(A&E), AP, VIJAYAWADA\",\n                \"description\": \"The PAG (A&E) authorises the pensionary benefits for the following categories: 1. State Government employees covered under the AP RPR Rules, 1980 2. AIS officers borne on the Andhra Pradesh cadre (excepting those who have opted to receive their pensions from the Central Pension Payment Authority). 3.Constitutional authorities such as Hon'ble Judges of the AP High Court, Lok Ayukta and AP Administrative Tribunal, Members of AP Public Service Commission 4. Political (Freedom Fighters) Pensions\",\n                \"categories\": \"4,30\",\n                \"logo\": \"https://cf-media.api-setu.in/logo/issuers/024786.png\",\n                \"subdomain\": \"cagap\"\n            },\n            {\n                \"organisationId\": \"005394\",\n                \"issuerId\": \"in.gov.psara\",\n                \"name\": \"Private Security Agency Licensing - PSARA\",\n                \"description\": \"Private Security Agencies are those organizations who are involved in providing security services to any Property or to any Human, including training of Security Guards. No Company or Individual can commence a business or provide security guard without holding a valid license. It is mandatory to obtain license from State Authority concerned. It means even if PSARA is centrally controlled by Ministry of Home Affairs, still the authority to issue license has been delegated to respective State Government.\",\n                \"categories\": \"3,30\",\n                \"logo\": \"https://cf-media.api-setu.in/logo/issuers/005394.png\",\n                \"subdomain\": \"psara\"\n            },\n            {\n                \"organisationId\": \"003477\",\n                \"issuerId\": \"in.prsuprayagraj\",\n                \"name\": \"Prof. Rajendra Singh (Rajju Bhaiya) University, Prayagraj\",\n                \"description\": \"Allahabad State University is issuing their Digital awards for the following years, through DigiLocker. These can be pulled by students into their DigiLocker accounts \\n                Degree - 2017,2018,2019,2020,2021,2022 \\n                Marksheet - 2017,2018,2019,2020,2021 \\n                Diploma -  NA \\n                Transcript - 2017,2018\",\n                \"categories\": \"4,2\",\n                \"logo\": \"https://cf-media.api-setu.in/logo/issuers/003477.png\",\n                \"subdomain\": \"prsuprayagraj\"\n            },\n            {\n                \"organisationId\": \"004869\",\n                \"issuerId\": \"in.ac.uhsr\",\n                \"name\": \"Pt. Bhagwat Dayal Sharma University Of Health Sciences, Rohtak, Haryana\",\n                \"description\": \"Pt. Bhagwat Dayal Sharma University Of Health Sciences, Rohtak, Haryana is issuing their Digital awards for the following years, through DigiLocker. These can be pulled by students into their DigiLocker accounts \\r\\n                Degree - 2013,2014,2015,2016,2017,2018,2019,2020 \\r\\n                Marksheet - NA \\r\\n                Diploma -  NA \\r\\n                Transcript - NA\",\n                \"categories\": \"4,2\",\n                \"logo\": \"https://cf-media.api-setu.in/logo/issuers/004869.png\",\n                \"subdomain\": \"uhsr\"\n            },\n            {\n                \"organisationId\": \"004009\",\n                \"issuerId\": \"com.cghealthuniv\",\n                \"name\": \"Pt. Deendayal Upadhyay Memorial Health Science And Ayush University Of Chattisgarh\",\n                \"description\": \"Pt. Deendayal Upadhyay Memorial Health Science And Ayush University Of Chattisgarh is issuing their Digital awards for the following years, through DigiLocker. These can be pulled by students into their DigiLocker accounts \\r\\n                Degree - 2019 \\r\\n                Marksheet - 2019,2020,2021,2022 \\r\\n                Diploma -  NA \\r\\n                Transcript - NA\",\n                \"categories\": \"4,2\",\n                \"logo\": \"https://cf-media.api-setu.in/logo/issuers/004009.png\",\n                \"subdomain\": \"cghealthuniv\"\n            },\n            {\n                \"organisationId\": \"003982\",\n                \"issuerId\": \"in.ac.prsu\",\n                \"name\": \"Pt. Ravishankar Shukla University, Raipur\",\n                \"description\": \"Pt. Ravishankar Shukla University, Raipur is issuing their Digital awards for the following years, through DigiLocker. These can be pulled by students into their DigiLocker accounts \\n                Degree - 2009,2018,2019,2020,2021 \\n                Marksheet - NA \\n                Diploma -  NA \\n                Transcript - NA\",\n                \"categories\": \"4,2\",\n                \"logo\": \"https://cf-media.api-setu.in/logo/issuers/003982.png\",\n                \"subdomain\": \"prsu\"\n            },\n            {\n                \"organisationId\": \"004722\",\n                \"issuerId\": \"in.ac.pssou\",\n                \"name\": \"Pt. Sundarlal Sharma (Open) University Chhattisgarh\",\n                \"description\": \"Pt. Sundarlal Sharma (Open) University Chhattisgarh is issuing their Digital awards for the following years, through DigiLocker. These can be pulled by students into their DigiLocker accounts.\\n                Degree - 2018,2019,2020 \\n                Marksheet - 2022 \\n                Diploma - 2018,2019,2020 \\n                Transcript - NA\",\n                \"categories\": \"4,2\",\n                \"logo\": \"https://cf-media.api-setu.in/logo/issuers/004722.png\",\n                \"subdomain\": \"pssou\"\n            },\n            {\n                \"organisationId\": \"002586\",\n                \"issuerId\": \"in.gov.phedharyana\",\n                \"name\": \"Public Health Engineering Department, Haryana\",\n                \"description\": \"The Public Health Engineering Department has taken up the work of providing adequate drinking water arrangement in haryana, during 2005-06 and during the current financial year. our facilities are 1.)Piped Drinking Water Supply in Villages & Towns., 2.) Sewerage Facilities in Towns. 3.)Storm Water Disposal in Towns. 4.) Construction of Sewage Treatment Plants, 5.) Sanitary Amenities in Government Buildings. In order to augment the drinking water supply in villages to a level of 70 lpcd in NCR area, a project for 7 districts\",\n                \"categories\": \"4,7\",\n                \"logo\": \"https://cf-media.api-setu.in/logo/issuers/002586.jpeg\",\n                \"subdomain\": \"phedharyana\"\n            },\n            {\n                \"organisationId\": \"000047\",\n                \"issuerId\": \"org.punecorporation\",\n                \"name\": \"Pune Municipal Corporation\",\n                \"description\": \"The Pune Municipal Corporation's decision to incorporate marriage certificates into the DigiLocker app is a commendable leap forward in improving citizen services and embracing digital transformation. This initiative promotes transparency, security, and ease of access to vital documents while significantly reducing the bureaucracy and inefficiency associated with manual record-keeping.\",\n                \"categories\": \"4\",\n                \"logo\": \"https://cf-media.api-setu.in/logo/issuers/000047.png\",\n                \"subdomain\": \"punecorp\"\n            },\n            {\n                \"organisationId\": \"004150\",\n                \"issuerId\": \"edu.pau\",\n                \"name\": \"Punjab Agricultural University, Ludhiana\",\n                \"description\": \"Punjab Agricultural University, Ludhiana is issuing their Digital awards for the following years, through DigiLocker. These can be pulled by students into their DigiLocker accounts.\\r\\n                Degree - 2015,2016,2017,2018,2019 \\r\\n                Marksheet - NA \\r\\n                Diploma - NA \\r\\n                Transcript - NA\",\n                \"categories\": \"4,2\",\n                \"logo\": \"https://cf-media.api-setu.in/logo/issuers/004150.jpg\",\n                \"subdomain\": \"pau\"\n            },\n            {\n                \"organisationId\": \"003387\",\n                \"issuerId\": \"com.psbindia\",\n                \"name\": \"Punjab and Sind Bank\",\n                \"description\": \"Punjab & Sind Bank is now issuing Mini Account statements and TDS Certificates to its account holders. All PSB account holders having DigiLocker account can now fetch their mini account statement and TDS Certificate for Term Deposits from the issuer's section.\",\n                \"categories\": \"3,1\",\n                \"logo\": \"https://cf-media.api-setu.in/logo/issuers/003387.png\",\n                \"subdomain\": \"psbindia\"\n            },\n            {\n                \"organisationId\": \"003102\",\n                \"issuerId\": \"in.ac.pec\",\n                \"name\": \"Punjab Engineering College, Chandigarh\",\n                \"description\": \"Punjab Engineering College, Chandigarh is issuing their Digital awards for the following years, through DigiLocker. These can be pulled by students into their DigiLocker accounts \\n                Degree - 2019,2020 \\n                Marksheet - NA \\n                Diploma -  NA \\n                Transcript - NA\",\n                \"categories\": \"4,2\",\n                \"logo\": \"https://cf-media.api-setu.in/logo/issuers/003102.png\",\n                \"subdomain\": \"pec\"\n            },\n            {\n                \"organisationId\": \"005143\",\n                \"issuerId\": \"in.nic.mandiboard\",\n                \"name\": \"Punjab Mandi Board\",\n                \"description\": \"`One shall be a agricultural producer member of a market committee, one shall be from among such persons licensed under section 10 as are members of a committee, one shall be from among such persons licensed under section 13 as are members of a committee, one shall be a member of a register organization of farmers, three shall be progressive producers of the Punjab, one from each division and one representing the Co-operative Societies.\",\n                \"categories\": \"4\",\n                \"logo\": \"https://cf-media.api-setu.in/logo/issuers/005143.png\",\n                \"subdomain\": \"mandiboard\"\n            },\n            {\n                \"organisationId\": \"013008\",\n                \"issuerId\": \"in.gov.lgpunjab\",\n                \"name\": \"PUNJAB MUNICIPAL INFRASTRUCTURE DEVELOPMENT COMPANY\",\n                \"description\": \"PMIDC is a non-profit making company constituted by the Department of Local Government with an objective to uplift the living standard of urban population  including urban poor in the State of Punjab. The Company has been duly licensed   under   section 25 of the Companies Act and incorporated in March, 2009.\",\n                \"categories\": \"4,11\",\n                \"logo\": \"https://cf-media.api-setu.in/logo/issuers/013008.jpeg\",\n                \"subdomain\": \"lgpunjab\"\n            },\n            {\n                \"organisationId\": \"052393\",\n                \"issuerId\": \"in.pnbindia\",\n                \"name\": \"Punjab National Bank\",\n                \"description\": \"Punjab National Bank (abbreviated as PNB) is an Indian public sector bank based in New Delhi. The bank was founded in May 1894 and is the third largest public sector bank in India, both in terms of its business volumes and its network. The bank has over 180 million customers, 12,248 branches, and 13,000+ ATMs.\",\n                \"categories\": \"3,1\",\n                \"logo\": \"https://cf-media.api-setu.in/logo/issuers/052393.jpg\",\n                \"subdomain\": \"pnbindia\"\n            },\n            {\n                \"organisationId\": \"001930\",\n                \"issuerId\": \"in.ac.pseb\",\n                \"name\": \"Punjab School Education Board\",\n                \"description\": \"Punjab School Education Board (http://www.pseb.ac.in) has made available Class V, VIII, X and XII Certificate cum Detailed Marks Sheet in DigiLocker, which can be pulled by students into their accounts. The years for which the certificates are available are as follow:\\r\\nClass V- 2020-2023\\r\\nClass VIII- 2020-2023\\r\\nClass X- 2018-2023\\r\\nClass XII- 2018-2022\",\n                \"categories\": \"4,2\",\n                \"logo\": \"https://cf-media.api-setu.in/logo/issuers/001930.png\",\n                \"subdomain\": \"pseb\"\n            },\n            {\n                \"organisationId\": \"000130\",\n                \"issuerId\": \"in.gov.punjabgovt.edistrict\",\n                \"name\": \"Punjab State eGovernance Society\",\n                \"description\": \"eSewa Punjab (https://esewa.punjab.gov.in/) is the online service delivery portal for Govt. of Punjab. Certain documents issued by it (e.g. Residence, SC/ST, OBC Certificates, etc.) can be pulled into citizens' DigiLocker account.\",\n                \"categories\": \"4,30\",\n                \"logo\": \"https://cf-media.api-setu.in/logo/issuers/000130.png\",\n                \"subdomain\": \"edistrictpb\"\n            },\n            {\n                \"organisationId\": \"028427\",\n                \"issuerId\": \"in.pspcl\",\n                \"name\": \"Punjab State Power Corporation Ltd.\",\n                \"description\": \"Punjab State Power Corporation Limited is a state owned company responsible for generation and distribution of ELECTRICITY in whole the Punjab state and providing POWER related services like managing, billing and collection to each and every household and industry in the state. With this integration, PSPCL consumers would be able access their recent electricity bill from DIGILOCKER mobile application.\",\n                \"categories\": \"4\",\n                \"logo\": \"https://cf-media.api-setu.in/logo/issuers/issure_icon.png\",\n                \"subdomain\": \"pspcl\"\n            },\n            {\n                \"organisationId\": \"004654\",\n                \"issuerId\": \"in.ac.punjabiuniversity\",\n                \"name\": \"Punjabi University, Patiala\",\n                \"description\": \"Punjabi University, Patiala is issuing their Digital awards for the following years, through DigiLocker. These can be pulled by students into their DigiLocker accounts \\n                Degree - 2016,2019,2020,2021,2022,2023,2024 \\n                Marksheet - 2023 \\n                Diploma -  NA \\n                Transcript - NA\",\n                \"categories\": \"4,2\",\n                \"logo\": \"https://cf-media.api-setu.in/logo/issuers/004654.png\",\n                \"subdomain\": \"punjabiuniversity\"\n            },\n            {\n                \"organisationId\": \"012234\",\n                \"issuerId\": \"in.ac.sus\",\n                \"name\": \"PUNYASHLOK AHILYADEVI HOLKAR SOLAPUR UNIVERSITY, SOLAPUR\",\n                \"description\": \"PUNYASHLOK AHILYADEVI HOLKAR SOLAPUR UNIVERSITY, SOLAPUR is issuing their Digital awards for the following years, through DigiLocker. These can be pulled by students into their DigiLocker accounts.\\n                Degree - 2005,2006,2007,2008,2009,2010,2011,2012,2013,2014,2015,2016,2017,2018,2019,2020,2021,2022 \\n                Marksheet - 2021,2022,2023 \\n                Diploma - NA \\n                Transcript - NA\",\n                \"categories\": \"4,2\",\n                \"logo\": \"https://cf-media.api-setu.in/logo/issuers/012234.png\",\n                \"subdomain\": \"sus\"\n            },\n            {\n                \"organisationId\": \"012316\",\n                \"issuerId\": \"in.edu.rnbglobal\",\n                \"name\": \"R N B Global University\",\n                \"description\": \"R N B Global University is issuing their Digital awards for the following years, through DigiLocker. These can be pulled by students into their DigiLocker accounts \\n                Degree - 2017,2018,2019,2020,2021 \\n                Marksheet - NA \\n                Diploma -  NA \\n                Transcript - NA\",\n                \"categories\": \"4,2\",\n                \"logo\": \"https://cf-media.api-setu.in/logo/issuers/012316.png\",\n                \"subdomain\": \"rnbglobal\"\n            },\n            {\n                \"organisationId\": \"010584\",\n                \"issuerId\": \"in.edu.rvce\",\n                \"name\": \"R.V. COLLEGE OF ENGINEERING\",\n                \"description\": \"R.V. COLLEGE OF ENGINEERING is issuing their Digital awards for the following years, through DigiLocker. These can be pulled by students into their DigiLocker accounts.\\n                Degree - NA \\n                Marksheet - 2017,2018,2019,2020,2021,2022,2023 \\n                Diploma - NA \\n                Transcript - NA\",\n                \"categories\": \"4,2\",\n                \"logo\": \"https://cf-media.api-setu.in/logo/issuers/010584.png\",\n                \"subdomain\": \"rvce\"\n            },\n            {\n                \"organisationId\": \"058393\",\n                \"issuerId\": \"in.ac.rntu\",\n                \"name\": \"Rabindranath Tagore University, MP\",\n                \"description\": \"The institute has registered through NAD portal.\",\n                \"categories\": \"4,2\",\n                \"logo\": \"https://cf-media.api-setu.in/logo/issuers/058393.png\",\n                \"subdomain\": \"rntu\"\n            },\n            {\n                \"organisationId\": \"005511\",\n                \"issuerId\": \"in.edu.rafflesuniversity\",\n                \"name\": \"Raffles University\",\n                \"description\": \"Rafflles University is issuing their Digital awards for the following years, through DigiLocker. These can be pulled by students into their DigiLocker accounts \\n                Degree - 2013,2014,2015,2016,2017,2018,2019,2020 \\n                Marksheet - 2015,2016,2021 \\n                Diploma -  NA \\n                Transcript - NA\",\n                \"categories\": \"4,2\",\n                \"logo\": \"https://cf-media.api-setu.in/logo/issuers/005511.png\",\n                \"subdomain\": \"rafflesuniversity\"\n            },\n            {\n                \"organisationId\": \"020414\",\n                \"issuerId\": \"com.raghuenggcollege\",\n                \"name\": \"RAGHU ENGINEERING COLLEGE\",\n                \"description\": \"RAGHU ENGINEERING COLLEGE is issuing their Digital awards for the following years, through DigiLocker. These can be pulled by students into their DigiLocker accounts.\\n                Degree - NA \\n                Marksheet - 2022,2023 \\n                Diploma - NA \\n                Transcript - NA\",\n                \"categories\": \"4,2\",\n                \"logo\": \"https://cf-media.api-setu.in/logo/issuers/020414.png\",\n                \"subdomain\": \"raghuenggcollege\"\n            },\n            {\n                \"organisationId\": \"061822\",\n                \"issuerId\": \"com.raghuengg\",\n                \"name\": \"RAGHU INSTITUTE OF TECHNOLOGY\",\n                \"description\": \"The institute has registered through NAD portal.\",\n                \"categories\": \"4,2\",\n                \"logo\": \"https://cf-media.api-setu.in/logo/issuers/061822.jpg\",\n                \"subdomain\": \"raghuengg\"\n            },\n            {\n                \"organisationId\": \"004199\",\n                \"issuerId\": \"com.rahejaqbe\",\n                \"name\": \"Raheja QBE General Insurance Company Limited\",\n                \"description\": \"Insurance policies issued by Raheja QBE (https://www.rahejaqbe.com/) can be fetched by Citizens into their DigiLocker accounts\",\n                \"categories\": \"993,1\",\n                \"logo\": \"https://cf-media.api-setu.in/logo/issuers/004199.png\",\n                \"subdomain\": \"rahejaqbe\"\n            },\n            {\n                \"organisationId\": \"005544\",\n                \"issuerId\": \"in.raitechuniversity\",\n                \"name\": \"Rai Technology University, Bangalore\",\n                \"description\": \"Rai Technology University, Bangalore  is issuing their Digital awards for the following years, through DigiLocker. These can be pulled by students into their DigiLocker accounts \\n                Degree - 2016,2018,2019,2020,2021,2022 \\n                Marksheet - 2015,2016,2017,2018,2019,2020,2021,2022,2023 \\n                Diploma -  2016,2017,2018,2019,2020,2021 \\n                Transcript - NA\",\n                \"categories\": \"4,2\",\n                \"logo\": \"https://cf-media.api-setu.in/logo/issuers/005544.png\",\n                \"subdomain\": \"raitechnology\"\n            },\n            {\n                \"organisationId\": \"003263\",\n                \"issuerId\": \"edu.raiuniversity\",\n                \"name\": \"Rai University\",\n                \"description\": \"Rai University is issuing their Digital awards for the following years, through DigiLocker. These can be pulled by students into their DigiLocker accounts \\n                Degree - 2022,2023 \\n                Marksheet - 2022 \\n                Diploma -  2022 \\n                Transcript - NA\",\n                \"categories\": \"4,2\",\n                \"logo\": \"https://cf-media.api-setu.in/logo/issuers/003263.png\",\n                \"subdomain\": \"raiuniv\"\n            },\n            {\n                \"organisationId\": \"002011\",\n                \"issuerId\": \"in.gov.rajasthan.evault\",\n                \"name\": \"Raj-eVault, Department of Information Technology & Communication, Govt. of Rajasthan\",\n                \"description\": \"(Raj-eVault) Department of Information Technology & Communication, Govt. of Rajasthan now issuing Bonafide Certificate via DigiLocker. These can be pulled by citizens into their DigiLocker accounts. \",\n                \"categories\": \"4,30\",\n                \"logo\": \"https://cf-media.api-setu.in/logo/issuers/002011.png\",\n                \"subdomain\": \"evaultraj\"\n            },\n            {\n                \"organisationId\": \"014273\",\n                \"issuerId\": \"in.ac.cuc\",\n                \"name\": \"Raja Shankar Shah University\",\n                \"description\": \"Raja Shankar Shah University is issuing their Digital awards for the following years, through DigiLocker. These can be pulled by students into their DigiLocker accounts \\n                Degree - 2021,2022,2023 \\n                Marksheet - 2019,2020,2021,2022,2023 \\n                Diploma -  NA \\n                Transcript - NA\",\n                \"categories\": \"4,2\",\n                \"logo\": \"https://cf-media.api-setu.in/logo/issuers/issure_icon.png\",\n                \"subdomain\": \"cuc\"\n            },\n            {\n                \"organisationId\": \"004025\",\n                \"issuerId\": \"in.edu.rajagiribusinessschool\",\n                \"name\": \"Rajagiri Business School\",\n                \"description\": \"Rajagiri Business School is issuing their Digital awards for the following years, through DigiLocker. These can be pulled by students into their DigiLocker accounts \\n                Degree - NA \\n                Marksheet - 2021,2022 \\n                Diploma -  NA \\n                Transcript - NA\",\n                \"categories\": \"4,2\",\n                \"logo\": \"https://cf-media.api-setu.in/logo/issuers/004025.png\",\n                \"subdomain\": \"rbskakkanad\"\n            },\n            {\n                \"organisationId\": \"084158\",\n                \"issuerId\": \"edu.rajagiri\",\n                \"name\": \"RAJAGIRI COLLEGE OF SOCIAL SCIENCES (AUTONOMOUS)\",\n                \"description\": \"The institute has registered through NAD portal.\",\n                \"categories\": \"4,2\",\n                \"logo\": \"https://cf-media.api-setu.in/logo/issuers/null\",\n                \"subdomain\": \"rajagiri\"\n            },\n            {\n                \"organisationId\": \"050359\",\n                \"issuerId\": \"edu.ritindia\",\n                \"name\": \"Rajarambapu Institute of Technology\",\n                \"description\": \"The institute has registered through NAD portal.\",\n                \"categories\": \"4,2\",\n                \"logo\": \"https://cf-media.api-setu.in/logo/issuers/null\",\n                \"subdomain\": \"eduritindia\"\n            },\n            {\n                \"organisationId\": \"002510\",\n                \"issuerId\": \"in.gov.rajasthan.rajeduboard\",\n                \"name\": \"Rajasthan Board of Secondary Education\",\n                \"description\": \"Board of High School and Intermediate Education, Rajasthan (http://rajeduboard.rajasthan.gov.in/) has made available Class X (2014-2021) & Class XII (2019-2021) mark sheet available on DigiLocker, which can be pulled by students into their respective accounts\",\n                \"categories\": \"4,2\",\n                \"logo\": \"https://cf-media.api-setu.in/logo/issuers/002510.jpg\",\n                \"subdomain\": \"rajasthanrajeduboard\"\n            },\n            {\n                \"organisationId\": \"008302\",\n                \"issuerId\": \"in.rkcl\",\n                \"name\": \"Rajasthan Knowledge Corporation Limited\",\n                \"description\": \"Rajasthan Knowledge Corporation Limited is issuing their Digital awards for the following years, through DigiLocker. These can be pulled by students into their DigiLocker accounts \\n                Degree - 2020,2021,2022 \\n                Marksheet - NA \\n                Diploma -  NA \\n                Transcript - NA\",\n                \"categories\": \"4,2\",\n                \"logo\": \"https://cf-media.api-setu.in/logo/issuers/008302.png\",\n                \"subdomain\": \"rkcl\"\n            },\n            {\n                \"organisationId\": \"066581\",\n                \"issuerId\": \"in.gov.rajasthan.educationsector\",\n                \"name\": \"Rajasthan State Open School, Jaipur\",\n                \"description\": \"Rajasthan State Open School, Jaipur is issuing their Digital awards for the following years, through DigiLocker. These can be pulled by students into their DigiLocker accounts.\\n                Degree - NA \\n                Marksheet - 2015,2016,2017,2018,2019,2020,2021,2022,2023 \\n                Diploma - NA \\n                Transcript - NA\",\n                \"categories\": \"4,2\",\n                \"logo\": \"https://cf-media.api-setu.in/logo/issuers/066581.png\",\n                \"subdomain\": \"rajasthanedusec\"\n            },\n            {\n                \"organisationId\": \"003370\",\n                \"issuerId\": \"in.ac.rtu\",\n                \"name\": \"Rajasthan Technical University, Kota\",\n                \"description\": \"Rajasthan Technical University, Kota is issuing their Digital awards for the following years, through DigiLocker. These can be pulled by students into their DigiLocker accounts \\n                Degree - 2008,2010,2011,2012,2013,2014,2015,2016,2017,2018,2019,2020,2021 \\n                Marksheet - 2021 \\n                Diploma -  NA \\n                Transcript - NA\",\n                \"categories\": \"4,2\",\n                \"logo\": \"https://cf-media.api-setu.in/logo/issuers/003370.png\",\n                \"subdomain\": \"rtu\"\n            },\n            {\n                \"organisationId\": \"016513\",\n                \"issuerId\": \"org.ruhsraj\",\n                \"name\": \"Rajasthan University Of Health Sciences, Jaipur\",\n                \"description\": \"The institute has registered through NAD portal.\",\n                \"categories\": \"4,2\",\n                \"logo\": \"https://cf-media.api-setu.in/logo/issuers/016513.png\",\n                \"subdomain\": \"ruhsraj\"\n            },\n            {\n                \"organisationId\": \"003372\",\n                \"issuerId\": \"org.rajuvas\",\n                \"name\": \"Rajasthan University Of Veterinary And Animal Sciences, Bikaner\",\n                \"description\": \"Rajasthan University Of Veterinary And Animal Sciences, Bikaner is issuing their Digital awards for the following years, through DigiLocker. These can be pulled by students into their DigiLocker accounts \\n                Degree - 2021,2022 \\n                Marksheet - NA \\n                Diploma -  NA \\n                Transcript - NA\",\n                \"categories\": \"4,2\",\n                \"logo\": \"https://cf-media.api-setu.in/logo/issuers/003372.png\",\n                \"subdomain\": \"rajuvas\"\n            },\n            {\n                \"organisationId\": \"014628\",\n                \"issuerId\": \"in.edu.rgmcet\",\n                \"name\": \"RAJEEV GANDHI MEMORIAL COLLEGE OF ENGINEERING & TECHNOLOGY\",\n                \"description\": \"The institute has registered through NAD portal.\",\n                \"categories\": \"4,2\",\n                \"logo\": \"https://cf-media.api-setu.in/logo/issuers/014628.jpg\",\n                \"subdomain\": \"rgmcet\"\n            },\n            {\n                \"organisationId\": \"004235\",\n                \"issuerId\": \"in.nic.rajendracollege\",\n                \"name\": \"Rajendra Autonomous College, Balangir\",\n                \"description\": \"Rajendra Autonomous College, Balangir is issuing their Digital awards for the following years, through DigiLocker. These can be pulled by students into their DigiLocker accounts \\n                Degree - 2017 \\n                Marksheet - 2015,2016,2017,2018,2019,2020,2021 \\n                Diploma -  NA \\n                Transcript - NA\",\n                \"categories\": \"4,2\",\n                \"logo\": \"https://cf-media.api-setu.in/logo/issuers/004235.png\",\n                \"subdomain\": \"rajendracollege\"\n            },\n            {\n                \"organisationId\": \"003359\",\n                \"issuerId\": \"in.ac.rgipt\",\n                \"name\": \"RAJIV GANDHI INSTITUTE OF PETROLEUM TECHNOLOGY, Jais  Amethi\",\n                \"description\": \"RAJIV GANDHI INSTITUTE OF PETROLEUM TECHNOLOGY, Jais  Amethi is issuing their Digital awards for the following years, through DigiLocker. These can be pulled by students into their DigiLocker accounts \\n                Degree - 2011,2012,2013,2015,2016,2017,2018,2019,2020,2021,2022 \\n                Marksheet - NA \\n                Diploma -  NA \\n                Transcript - NA\",\n                \"categories\": \"4,2\",\n                \"logo\": \"https://cf-media.api-setu.in/logo/issuers/003359.png\",\n                \"subdomain\": \"rgipt\"\n            },\n            {\n                \"organisationId\": \"003944\",\n                \"issuerId\": \"in.ac.rgnul\",\n                \"name\": \"Rajiv Gandhi National University of Law, Punjab\",\n                \"description\": \"Rajiv Gandhi National University of Law, Punjab is issuing their Digital awards for the following years, through DigiLocker. These can be pulled by students into their DigiLocker accounts \\n                Degree - 2010,2014,2016,2017 \\n                Marksheet - NA \\n                Diploma -  NA \\n                Transcript - NA\",\n                \"categories\": \"4,2\",\n                \"logo\": \"https://cf-media.api-setu.in/logo/issuers/003944.png\",\n                \"subdomain\": \"rgnul\"\n            },\n            {\n                \"organisationId\": \"004916\",\n                \"issuerId\": \"in.ac.rgpv\",\n                \"name\": \"Rajiv Gandhi Prodoyogiki Vishwavidyalaya, Bhopal\",\n                \"description\": \"Rajiv Gandhi Prodoyogiki Vishwavidyalaya, Bhopal is issuing their Digital awards for the following years, through DigiLocker. These can be pulled by students into their DigiLocker accounts \\n                Degree - NA \\n                Marksheet - 2020,2021,2022 \\n                Diploma -  NA \\n                Transcript - NA\",\n                \"categories\": \"4,2\",\n                \"logo\": \"https://cf-media.api-setu.in/logo/issuers/004916.png\",\n                \"subdomain\": \"rgpv\"\n            },\n            {\n                \"organisationId\": \"004907\",\n                \"issuerId\": \"in.ac.rguhs\",\n                \"name\": \"Rajiv Gandhi University of Health Sciences, Karnataka\",\n                \"description\": \"Rajiv Gandhi University of Health Sciences, Karnataka is issuing their Digital awards for the following years, through DigiLocker. These can be pulled by students into their DigiLocker accounts \\r\\n                Degree - 2001,2002,2003,2004,2005,2006,2007,2008,2009,2010,2011,2012,2013,2014,2015,2016,2017,2018,2019,2020,2021,2022 \\r\\n                Marksheet - 2018,2019,2020,2021,2022,2023 \\r\\n                Diploma -  NA \\r\\n                Transcript - NA\",\n                \"categories\": \"4,2\",\n                \"logo\": \"https://cf-media.api-setu.in/logo/issuers/004907.png\",\n                \"subdomain\": \"rguhs\"\n            },\n            {\n                \"organisationId\": \"017503\",\n                \"issuerId\": \"in.gov.rmc\",\n                \"name\": \"Rajkot Municipal Corporation\",\n                \"description\": \"Rajkot Municipal Corporation is now issuing the Birth certificate (* Applicable only for d.o.b. 01-01-2000 onwards and notation date up to 30-09-2020) and Death Certificate (* Applicable only for d.o.d. 01-01-1973 onwards and notation date up to 30-09-2020) through DigiLocker. \",\n                \"categories\": \"4\",\n                \"logo\": \"https://cf-media.api-setu.in/logo/issuers/017503.png\",\n                \"subdomain\": \"rmc\"\n            },\n            {\n                \"organisationId\": \"004128\",\n                \"issuerId\": \"org.rkdfuniversity\",\n                \"name\": \"Ram Krishna Dharmarth Foundation (RKDF) University Ranchi\",\n                \"description\": \"Ram Krishna Dharmarth Foundation (RKDF) University Ranchi is issuing their Digital awards for the following years, through DigiLocker. These can be pulled by students into their DigiLocker accounts \\n                Degree - NA \\n                Marksheet - 2020,2021,2022,2023,2024 \\n                Diploma -  NA \\n                Transcript - NA\",\n                \"categories\": \"4,2\",\n                \"logo\": \"https://cf-media.api-setu.in/logo/issuers/004128.jpg\",\n                \"subdomain\": \"rkdfuniversity\"\n            },\n            {\n                \"organisationId\": \"004930\",\n                \"issuerId\": \"in.nic.rdwuniversity\",\n                \"name\": \"Rama Devi Women's University, Bhubaneswar\",\n                \"description\": \"Rama Devi Women&#039;s University, Bhubaneswar is issuing their Digital awards for the following years, through DigiLocker. These can be pulled by students into their DigiLocker accounts \\n                Degree - 2017,2018,2019,2020,2021 \\n                Marksheet - 2018,2019,2020,2021,2022,2023 \\n                Diploma -  NA \\n                Transcript - NA\",\n                \"categories\": \"4,2\",\n                \"logo\": \"https://cf-media.api-setu.in/logo/issuers/004930.png\",\n                \"subdomain\": \"rdwuniversity\"\n            },\n            {\n                \"organisationId\": \"005014\",\n                \"issuerId\": \"in.ac.ramauniversity\",\n                \"name\": \"Rama University Uttar Pradesh\",\n                \"description\": \"Rama University Uttar Pradesh is issuing their Digital awards for the following years, through DigiLocker. These can be pulled by students into their DigiLocker accounts \\n                Degree - 2016,2017,2018,2019,2020,2021,2022 \\n                Marksheet - 2016,2017,2018,2019,2020 \\n                Diploma -  2018,2019,2020 \\n                Transcript - NA\",\n                \"categories\": \"4,2\",\n                \"logo\": \"https://cf-media.api-setu.in/logo/issuers/005014.png\",\n                \"subdomain\": \"ramauniversity\"\n            },\n            {\n                \"organisationId\": \"021848\",\n                \"issuerId\": \"org.rkmvccrahara\",\n                \"name\": \"Ramakrishna Mission Vivekananda Centenary College\",\n                \"description\": \"The institute has registered through NAD portal.\",\n                \"categories\": \"4,2\",\n                \"logo\": \"https://cf-media.api-setu.in/logo/issuers/021848.png\",\n                \"subdomain\": \"rkmvccrahara\"\n            },\n            {\n                \"organisationId\": \"005218\",\n                \"issuerId\": \"in.ac.rkmvu\",\n                \"name\": \"Ramakrishna Mission Vivekananda Educational  and Research Institute, West Bengal\",\n                \"description\": \"Ramakrishna Mission Vivekananda Educational  and Research Institute, West Bengal is issuing their Digital awards for the following years, through DigiLocker. These can be pulled by students into their DigiLocker accounts.\\n                Degree - 2009,2010,2011,2012,2013,2014,2015,2016,2017,2018,2019,2020,2021,2022,2023 \\n                Marksheet - 2019,2020,2021,2022,2023 \\n                Diploma - 2009,2010,2011,2012,2014,2018,2019,2020,2021,2022 \\n                Transcript - NA\",\n                \"categories\": \"4,2\",\n                \"logo\": \"https://cf-media.api-setu.in/logo/issuers/005218.png\",\n                \"subdomain\": \"rkmvu\"\n            },\n            {\n                \"organisationId\": \"004029\",\n                \"issuerId\": \"in.ac.ranchiuniversity\",\n                \"name\": \"Ranchi University, Ranchi\",\n                \"description\": \"Ranchi University, Ranchi is issuing their Digital awards for the following years, through DigiLocker. These can be pulled by students into their DigiLocker accounts \\n                Degree - 1999,2000,2002,2004,2005,2006,2007,2008,2009,2010,2011,2012,2013,2014,2015,2016,2017,2018,2019,2020,2021,2022 \\n                Marksheet - NA \\n                Diploma -  NA \\n                Transcript - NA\",\n                \"categories\": \"4,2\",\n                \"logo\": \"https://cf-media.api-setu.in/logo/issuers/004029.png\",\n                \"subdomain\": \"ranchiuniv\"\n            },\n            {\n                \"organisationId\": \"084860\",\n                \"issuerId\": \"org.ranchiwomenscollege\",\n                \"name\": \"Ranchi Women's College\",\n                \"description\": \"Ranchi Women’s College has carved a niche for itself in the world of higher education for women in social sciences/ humanities, sciences and commerce. Emerging as a torch bearer in the field of Women Education Ranchi Women’s college has grown to be a Centre of Excellence in the domain of higher education for women of Jharkhand, Bihar. West Bengal and Orissa. Another feather was added to its cap when this College got Autonomy Status by the UGC with effect from 2011-12. The college has been innovating and introducing new courses in response to the demands of the students and the Job-market. The college has attempted to keep itself updated in knowledge and skills by combining the traditional subjects in Arts and Science with vocational subjects in the emerging areas such as Biotechnology, information technology etc. Since the traditional programmes in Arts, Science and Commerce have more of knowledge content and less of skill content, it is enriched through classroom discussions, seminars, tutorials, project work, networking with NGOs and lectures/workshops by experts from India and abroad.\",\n                \"categories\": \"4,2\",\n                \"logo\": \"https://cf-media.api-setu.in/logo/issuers/084860.png\",\n                \"subdomain\": \"ranchiwomenscollege\"\n            },\n            {\n                \"organisationId\": \"004641\",\n                \"issuerId\": \"in.ac.rcub\",\n                \"name\": \"Rani Channamma University, Belagavi\",\n                \"description\": \"Rani Channamma University, Belagavi is issuing their Digital awards for the following years, through DigiLocker. These can be pulled by students into their DigiLocker accounts.\\n                Degree - 2011,2012,2013,2014,2015,2016,2017,2018,2019,2020,2021,2022,2023 \\n                Marksheet - 2011,2012,2013,2014,2015,2016,2017,2018,2019,2020,2021,2022,2023 \\n                Diploma - NA \\n                Transcript - NA\",\n                \"categories\": \"4,2\",\n                \"logo\": \"https://cf-media.api-setu.in/logo/issuers/004641.png\",\n                \"subdomain\": \"rcub\"\n            },\n            {\n                \"organisationId\": \"005705\",\n                \"issuerId\": \"org.rdunijbpin\",\n                \"name\": \"Rani Durgavati Vishwavidyalaya, Jabalpur\",\n                \"description\": \"Rani Durgavati Vishwavidyalaya, Jabalpur is issuing their Digital awards for the following years, through DigiLocker. These can be pulled by students into their DigiLocker accounts \\n                Degree - 2022,2023 \\n                Marksheet - 2020,2022,2023 \\n                Diploma -  2023 \\n                Transcript - NA\",\n                \"categories\": \"4,2\",\n                \"logo\": \"https://cf-media.api-setu.in/logo/issuers/005705.png\",\n                \"subdomain\": \"rdunijbpin\"\n            },\n            {\n                \"organisationId\": \"010261\",\n                \"issuerId\": \"in.ac.rlbcau\",\n                \"name\": \"Rani Lakshmi Bai Central Agricultural University\",\n                \"description\": \"Rani Lakshmi Bai Central Agricultural University is issuing their Digital awards for the following years, through DigiLocker. These can be pulled by students into their DigiLocker accounts \\n                Degree - NA \\n                Marksheet - 2021,2022 \\n                Diploma -  NA \\n                Transcript - NA\",\n                \"categories\": \"4,2\",\n                \"logo\": \"https://cf-media.api-setu.in/logo/issuers/010261.png\",\n                \"subdomain\": \"rlbcau\"\n            },\n            {\n                \"organisationId\": \"003593\",\n                \"issuerId\": \"in.ac.rsu\",\n                \"name\": \"Rashtriya Raksha University, Gujarat\",\n                \"description\": \"Raksha Shakti University, Gujarat is issuing their Digital awards for the following years, through DigiLocker. These can be pulled by students into their DigiLocker accounts \\n                Degree - 2018,2019,2022 \\n                Marksheet - NA \\n                Diploma -  2018,2019,2022 \\n                Transcript - NA\",\n                \"categories\": \"4,2\",\n                \"logo\": \"https://cf-media.api-setu.in/logo/issuers/003593.png\",\n                \"subdomain\": \"rsu\"\n            },\n            {\n                \"organisationId\": \"004057\",\n                \"issuerId\": \"in.ac.ravenshawuniversity\",\n                \"name\": \"Ravenshaw University, Cuttack\",\n                \"description\": \"Ravenshaw University, Cuttack is issuing their Digital awards for the following years, through DigiLocker. These can be pulled by students into their DigiLocker accounts.\\n                Degree - 2016,2017,2018,2019,2020,2021 \\n                Marksheet - 2016,2017,2018,2019,2020,2021 \\n                Diploma - NA \\n                Transcript - NA\",\n                \"categories\": \"4,2\",\n                \"logo\": \"https://cf-media.api-setu.in/logo/issuers/004057.png\",\n                \"subdomain\": \"ravenshawuniv\"\n            },\n            {\n                \"organisationId\": \"004372\",\n                \"issuerId\": \"in.edu.rayagadacollege\",\n                \"name\": \"Rayagada Autonomous College, Rayagada\",\n                \"description\": \"Rayagada Autonomous College, Rayagada is issuing their Digital awards for the following years, through DigiLocker. These can be pulled by students into their DigiLocker accounts \\n                Degree - 2021 \\n                Marksheet - 2018,2019,2020,2021 \\n                Diploma -  NA \\n                Transcript - NA\",\n                \"categories\": \"4,2\",\n                \"logo\": \"https://cf-media.api-setu.in/logo/issuers/004372.png\",\n                \"subdomain\": \"rayagadacollege\"\n            },\n            {\n                \"organisationId\": \"003848\",\n                \"issuerId\": \"in.edu.rayatbahrauniversity\",\n                \"name\": \"Rayat Bahra University\",\n                \"description\": \"Rayat Bahra University is issuing their Digital awards for the following years, through DigiLocker. These can be pulled by students into their DigiLocker accounts \\n                Degree - 2016,2017,2018,2019,2020,2021,2022 \\n                Marksheet - 2020,2021,2022 \\n                Diploma -  2017,2018,2019,2020 \\n                Transcript - NA\",\n                \"categories\": \"4,2\",\n                \"logo\": \"https://cf-media.api-setu.in/logo/issuers/003848.png\",\n                \"subdomain\": \"rayatbahrauniv\"\n            },\n            {\n                \"organisationId\": \"064768\",\n                \"issuerId\": \"in.nic.recindia\",\n                \"name\": \"REC Limited\",\n                \"description\": \"REC is issuing proof of investment in REC 54EC Capital Gain Tax Exemption Bonds through DigiLocker\",\n                \"categories\": \"3,1\",\n                \"logo\": \"https://cf-media.api-setu.in/logo/issuers/064768.png\",\n                \"subdomain\": \"recindia\"\n            },\n            {\n                \"organisationId\": \"025934\",\n                \"issuerId\": \"rcbfaridabad\",\n                \"name\": \"Regional Centre for Biotechnology\",\n                \"description\": \"The institute has registered through NAD portal.\",\n                \"categories\": \"4,2\",\n                \"logo\": \"https://cf-media.api-setu.in/logo/issuers/025934.jpg\",\n                \"subdomain\": \"rcbfaridabad\"\n            },\n            {\n                \"organisationId\": \"006928\",\n                \"issuerId\": \"in.gov.censusindia\",\n                \"name\": \"Registrar General of India\",\n                \"description\": \"Birth and Death Records as issued by Registrar General of India (RGI) from August 2015 onward for following 20 States/UTs- Andaman & Nicobar Islands,Andhra Pradesh,Arunachal Pradesh,Assam\\r\\nBihar,Chandigarh,Chhattisgarh,Dadra and Nagar Haveli and Daman Diu,Haryana,Himachal Pradesh,Jharkhand,Lakshadweep,Madhya Pradesh,Maharashtra,Mizoram,Nagaland,Sikkim,Tripura,Uttar Pradesh and Uttarakhand are available in DigiLocker\",\n                \"categories\": \"3,30\",\n                \"logo\": \"https://cf-media.api-setu.in/logo/issuers/006928.png\",\n                \"subdomain\": \"rgi\"\n            },\n            {\n                \"organisationId\": \"045674\",\n                \"issuerId\": \"in.gov.censusindia\",\n                \"name\": \"Registrar General of India, Andaman & Nicobar\",\n                \"description\": \"Birth and Death Records as issued by Registrar General of India (RGI) from August 2015 onward for following 20 States/UTs- Andaman & Nicobar Islands,Andhra Pradesh,Arunachal Pradesh,Assam\\r\\nBihar,Chandigarh,Chhattisgarh,Dadra and Nagar Haveli and Daman Diu,Haryana,Himachal Pradesh,Jharkhand,Lakshadweep,Madhya Pradesh,Maharashtra,Mizoram,Nagaland,Sikkim,Tripura,Uttar Pradesh and Uttarakhand are available in DigiLocker\",\n                \"categories\": \"4,30\",\n                \"logo\": \"https://cf-media.api-setu.in/logo/issuers/006928.png\",\n                \"subdomain\": \"rgi-an\"\n            },\n            {\n                \"organisationId\": \"045675\",\n                \"issuerId\": \"in.gov.censusindia\",\n                \"name\": \"Registrar General of India, Andhra  Pradesh\",\n                \"description\": \"Birth and Death Records as issued by Registrar General of India (RGI) from August 2015 onward for following 20 States/UTs- Andaman & Nicobar Islands,Andhra Pradesh,Arunachal Pradesh,Assam\\r\\nBihar,Chandigarh,Chhattisgarh,Dadra and Nagar Haveli and Daman Diu,Haryana,Himachal Pradesh,Jharkhand,Lakshadweep,Madhya Pradesh,Maharashtra,Mizoram,Nagaland,Sikkim,Tripura,Uttar Pradesh and Uttarakhand are available in DigiLocker\",\n                \"categories\": \"4,30\",\n                \"logo\": \"https://cf-media.api-setu.in/logo/issuers/006928.png\",\n                \"subdomain\": \"rgi-ap\"\n            },\n            {\n                \"organisationId\": \"045676\",\n                \"issuerId\": \"in.gov.censusindia\",\n                \"name\": \"Registrar General of India, Arunachal Pradesh\",\n                \"description\": \"Birth and Death Records as issued by Registrar General of India (RGI) from August 2015 onward for following 20 States/UTs- Andaman & Nicobar Islands,Andhra Pradesh,Arunachal Pradesh,Assam\\r\\nBihar,Chandigarh,Chhattisgarh,Dadra and Nagar Haveli and Daman Diu,Haryana,Himachal Pradesh,Jharkhand,Lakshadweep,Madhya Pradesh,Maharashtra,Mizoram,Nagaland,Sikkim,Tripura,Uttar Pradesh and Uttarakhand are available in DigiLocker\",\n                \"categories\": \"4,30\",\n                \"logo\": \"https://cf-media.api-setu.in/logo/issuers/006928.png\",\n                \"subdomain\": \"rgi-ar\"\n            },\n            {\n                \"organisationId\": \"045677\",\n                \"issuerId\": \"in.gov.censusindia\",\n                \"name\": \"Registrar General of India, Assam\",\n                \"description\": \"Birth and Death Records as issued by Registrar General of India (RGI) from August 2015 onward for following 20 States/UTs- Andaman & Nicobar Islands,Andhra Pradesh,Arunachal Pradesh,Assam\\r\\nBihar,Chandigarh,Chhattisgarh,Dadra and Nagar Haveli and Daman Diu,Haryana,Himachal Pradesh,Jharkhand,Lakshadweep,Madhya Pradesh,Maharashtra,Mizoram,Nagaland,Sikkim,Tripura,Uttar Pradesh and Uttarakhand are available in DigiLocker\",\n                \"categories\": \"4,30\",\n                \"logo\": \"https://cf-media.api-setu.in/logo/issuers/006928.png\",\n                \"subdomain\": \"rgi-as\"\n            },\n            {\n                \"organisationId\": \"045678\",\n                \"issuerId\": \"in.gov.censusindia\",\n                \"name\": \"Registrar General of India, Bihar\",\n                \"description\": \"Birth and Death Records as issued by Registrar General of India (RGI) from August 2015 onward for following 20 States/UTs- Andaman & Nicobar Islands,Andhra Pradesh,Arunachal Pradesh,Assam\\r\\nBihar,Chandigarh,Chhattisgarh,Dadra and Nagar Haveli and Daman Diu,Haryana,Himachal Pradesh,Jharkhand,Lakshadweep,Madhya Pradesh,Maharashtra,Mizoram,Nagaland,Sikkim,Tripura,Uttar Pradesh and Uttarakhand are available in DigiLocker\",\n                \"categories\": \"4,30\",\n                \"logo\": \"https://cf-media.api-setu.in/logo/issuers/006928.png\",\n                \"subdomain\": \"rgi-br\"\n            },\n            {\n                \"organisationId\": \"045679\",\n                \"issuerId\": \"in.gov.censusindia\",\n                \"name\": \"Registrar General of India, Chandigarh\",\n                \"description\": \"Birth and Death Records as issued by Registrar General of India (RGI) from August 2015 onward for following 20 States/UTs- Andaman & Nicobar Islands,Andhra Pradesh,Arunachal Pradesh,Assam\\r\\nBihar,Chandigarh,Chhattisgarh,Dadra and Nagar Haveli and Daman Diu,Haryana,Himachal Pradesh,Jharkhand,Lakshadweep,Madhya Pradesh,Maharashtra,Mizoram,Nagaland,Sikkim,Tripura,Uttar Pradesh and Uttarakhand are available in DigiLocker\",\n                \"categories\": \"4,30\",\n                \"logo\": \"https://cf-media.api-setu.in/logo/issuers/006928.png\",\n                \"subdomain\": \"rgi-ch\"\n            },\n            {\n                \"organisationId\": \"045706\",\n                \"issuerId\": \"in.gov.censusindia\",\n                \"name\": \"Registrar General of India, Chhattisgarh\",\n                \"description\": \"Birth and Death Records as issued by Registrar General of India (RGI) from August 2015 onward for following 20 States/UTs- Andaman & Nicobar Islands,Andhra Pradesh,Arunachal Pradesh,Assam\\r\\nBihar,Chandigarh,Chhattisgarh,Dadra and Nagar Haveli and Daman Diu,Haryana,Himachal Pradesh,Jharkhand,Lakshadweep,Madhya Pradesh,Maharashtra,Mizoram,Nagaland,Sikkim,Tripura,Uttar Pradesh and Uttarakhand are available in DigiLocker\",\n                \"categories\": \"4,30\",\n                \"logo\": \"https://cf-media.api-setu.in/logo/issuers/006928.png\",\n                \"subdomain\": \"rgi-cg\"\n            },\n            {\n                \"organisationId\": \"045682\",\n                \"issuerId\": \"in.gov.censusindia\",\n                \"name\": \"Registrar General of India, Dadra & Nagar Haveli\",\n                \"description\": \"Birth and Death Records as issued by Registrar General of India (RGI) from August 2015 onward for following 20 States/UTs- Andaman & Nicobar Islands,Andhra Pradesh,Arunachal Pradesh,Assam\\r\\nBihar,Chandigarh,Chhattisgarh,Dadra and Nagar Haveli and Daman Diu,Haryana,Himachal Pradesh,Jharkhand,Lakshadweep,Madhya Pradesh,Maharashtra,Mizoram,Nagaland,Sikkim,Tripura,Uttar Pradesh and Uttarakhand are available in DigiLocker\",\n                \"categories\": \"4,30\",\n                \"logo\": \"https://cf-media.api-setu.in/logo/issuers/006928.png\",\n                \"subdomain\": \"rgi-dh\"\n            },\n            {\n                \"organisationId\": \"045686\",\n                \"issuerId\": \"in.gov.censusindia\",\n                \"name\": \"Registrar General of India, Haryana\",\n                \"description\": \"Birth and Death Records as issued by Registrar General of India (RGI) from August 2015 onward for following 20 States/UTs- Andaman & Nicobar Islands,Andhra Pradesh,Arunachal Pradesh,Assam\\r\\nBihar,Chandigarh,Chhattisgarh,Dadra and Nagar Haveli and Daman Diu,Haryana,Himachal Pradesh,Jharkhand,Lakshadweep,Madhya Pradesh,Maharashtra,Mizoram,Nagaland,Sikkim,Tripura,Uttar Pradesh and Uttarakhand are available in DigiLocker\",\n                \"categories\": \"4,30\",\n                \"logo\": \"https://cf-media.api-setu.in/logo/issuers/006928.png\",\n                \"subdomain\": \"rgi-hr\"\n            },\n            {\n                \"organisationId\": \"045685\",\n                \"issuerId\": \"in.gov.censusindia\",\n                \"name\": \"Registrar General of India, Himachal Pradesh\",\n                \"description\": \"Birth and Death Records as issued by Registrar General of India (RGI) from August 2015 onward for following 20 States/UTs- Andaman & Nicobar Islands,Andhra Pradesh,Arunachal Pradesh,Assam\\r\\nBihar,Chandigarh,Chhattisgarh,Dadra and Nagar Haveli and Daman Diu,Haryana,Himachal Pradesh,Jharkhand,Lakshadweep,Madhya Pradesh,Maharashtra,Mizoram,Nagaland,Sikkim,Tripura,Uttar Pradesh and Uttarakhand are available in DigiLocker\",\n                \"categories\": \"4,30\",\n                \"logo\": \"https://cf-media.api-setu.in/logo/issuers/006928.png\",\n                \"subdomain\": \"rgi-hp\"\n            },\n            {\n                \"organisationId\": \"045707\",\n                \"issuerId\": \"in.gov.censusindia\",\n                \"name\": \"Registrar General of India, Jharkhand\",\n                \"description\": \"Birth and Death Records as issued by Registrar General of India (RGI) from August 2015 onward for following 20 States/UTs- Andaman & Nicobar Islands,Andhra Pradesh,Arunachal Pradesh,Assam\\r\\nBihar,Chandigarh,Chhattisgarh,Dadra and Nagar Haveli and Daman Diu,Haryana,Himachal Pradesh,Jharkhand,Lakshadweep,Madhya Pradesh,Maharashtra,Mizoram,Nagaland,Sikkim,Tripura,Uttar Pradesh and Uttarakhand are available in DigiLocker\",\n                \"categories\": \"4,30\",\n                \"logo\": \"https://cf-media.api-setu.in/logo/issuers/006928.png\",\n                \"subdomain\": \"rgi-jh\"\n            },\n            {\n                \"organisationId\": \"045690\",\n                \"issuerId\": \"in.gov.censusindia\",\n                \"name\": \"Registrar General of India, Lakshadweep\",\n                \"description\": \"Birth and Death Records as issued by Registrar General of India (RGI) from August 2015 onward for following 20 States/UTs- Andaman & Nicobar Islands,Andhra Pradesh,Arunachal Pradesh,Assam\\r\\nBihar,Chandigarh,Chhattisgarh,Dadra and Nagar Haveli and Daman Diu,Haryana,Himachal Pradesh,Jharkhand,Lakshadweep,Madhya Pradesh,Maharashtra,Mizoram,Nagaland,Sikkim,Tripura,Uttar Pradesh and Uttarakhand are available in DigiLocker\",\n                \"categories\": \"4,30\",\n                \"logo\": \"https://cf-media.api-setu.in/logo/issuers/006928.png\",\n                \"subdomain\": \"rgi-ld\"\n            },\n            {\n                \"organisationId\": \"045692\",\n                \"issuerId\": \"in.gov.censusindia\",\n                \"name\": \"Registrar General of India, Maharashtra\",\n                \"description\": \"Birth and Death Records as issued by Registrar General of India (RGI) from August 2015 onward for following 20 States/UTs- Andaman & Nicobar Islands,Andhra Pradesh,Arunachal Pradesh,Assam\\r\\nBihar,Chandigarh,Chhattisgarh,Dadra and Nagar Haveli and Daman Diu,Haryana,Himachal Pradesh,Jharkhand,Lakshadweep,Madhya Pradesh,Maharashtra,Mizoram,Nagaland,Sikkim,Tripura,Uttar Pradesh and Uttarakhand are available in DigiLocker\",\n                \"categories\": \"4,30\",\n                \"logo\": \"https://cf-media.api-setu.in/logo/issuers/006928.png\",\n                \"subdomain\": \"rgi-mh\"\n            },\n            {\n                \"organisationId\": \"045695\",\n                \"issuerId\": \"in.gov.censusindia\",\n                \"name\": \"Registrar General of India, Mizoram\",\n                \"description\": \"Birth and Death Records as issued by Registrar General of India (RGI) from August 2015 onward for following 20 States/UTs- Andaman & Nicobar Islands,Andhra Pradesh,Arunachal Pradesh,Assam\\r\\nBihar,Chandigarh,Chhattisgarh,Dadra and Nagar Haveli and Daman Diu,Haryana,Himachal Pradesh,Jharkhand,Lakshadweep,Madhya Pradesh,Maharashtra,Mizoram,Nagaland,Sikkim,Tripura,Uttar Pradesh and Uttarakhand are available in DigiLocker\",\n                \"categories\": \"4,30\",\n                \"logo\": \"https://cf-media.api-setu.in/logo/issuers/006928.png\",\n                \"subdomain\": \"rgi-mz\"\n            },\n            {\n                \"organisationId\": \"045696\",\n                \"issuerId\": \"in.gov.censusindia\",\n                \"name\": \"Registrar General of India, Nagaland\",\n                \"description\": \"Birth and Death Records as issued by Registrar General of India (RGI) from August 2015 onward for following 20 States/UTs- Andaman & Nicobar Islands,Andhra Pradesh,Arunachal Pradesh,Assam\\r\\nBihar,Chandigarh,Chhattisgarh,Dadra and Nagar Haveli and Daman Diu,Haryana,Himachal Pradesh,Jharkhand,Lakshadweep,Madhya Pradesh,Maharashtra,Mizoram,Nagaland,Sikkim,Tripura,Uttar Pradesh and Uttarakhand are available in DigiLocker\",\n                \"categories\": \"4,30\",\n                \"logo\": \"https://cf-media.api-setu.in/logo/issuers/006928.png\",\n                \"subdomain\": \"rgi-nl\"\n            },\n            {\n                \"organisationId\": \"045701\",\n                \"issuerId\": \"in.gov.censusindia\",\n                \"name\": \"Registrar General of India, Sikkim\",\n                \"description\": \"Birth and Death Records as issued by Registrar General of India (RGI) from August 2015 onward for following 20 States/UTs- Andaman & Nicobar Islands,Andhra Pradesh,Arunachal Pradesh,Assam\\r\\nBihar,Chandigarh,Chhattisgarh,Dadra and Nagar Haveli and Daman Diu,Haryana,Himachal Pradesh,Jharkhand,Lakshadweep,Madhya Pradesh,Maharashtra,Mizoram,Nagaland,Sikkim,Tripura,Uttar Pradesh and Uttarakhand are available in DigiLocker\",\n                \"categories\": \"4,30\",\n                \"logo\": \"https://cf-media.api-setu.in/logo/issuers/006928.png\",\n                \"subdomain\": \"rgi-sk\"\n            },\n            {\n                \"organisationId\": \"045703\",\n                \"issuerId\": \"in.gov.censusindia\",\n                \"name\": \"Registrar General of India, Tripura\",\n                \"description\": \"Birth and Death Records as issued by Registrar General of India (RGI) from August 2015 onward for following 20 States/UTs- Andaman & Nicobar Islands,Andhra Pradesh,Arunachal Pradesh,Assam\\r\\nBihar,Chandigarh,Chhattisgarh,Dadra and Nagar Haveli and Daman Diu,Haryana,Himachal Pradesh,Jharkhand,Lakshadweep,Madhya Pradesh,Maharashtra,Mizoram,Nagaland,Sikkim,Tripura,Uttar Pradesh and Uttarakhand are available in DigiLocker\",\n                \"categories\": \"4,30\",\n                \"logo\": \"https://cf-media.api-setu.in/logo/issuers/006928.png\",\n                \"subdomain\": \"rgi-tr\"\n            },\n            {\n                \"organisationId\": \"045704\",\n                \"issuerId\": \"in.gov.censusindia\",\n                \"name\": \"Registrar General of India, Uttar Pradesh\",\n                \"description\": \"Birth and Death Records as issued by Registrar General of India (RGI) from August 2015 onward for following 20 States/UTs- Andaman & Nicobar Islands,Andhra Pradesh,Arunachal Pradesh,Assam\\r\\nBihar,Chandigarh,Chhattisgarh,Dadra and Nagar Haveli and Daman Diu,Haryana,Himachal Pradesh,Jharkhand,Lakshadweep,Madhya Pradesh,Maharashtra,Mizoram,Nagaland,Sikkim,Tripura,Uttar Pradesh and Uttarakhand are available in DigiLocker\",\n                \"categories\": \"4,30\",\n                \"logo\": \"https://cf-media.api-setu.in/logo/issuers/006928.png\",\n                \"subdomain\": \"rgi-up\"\n            },\n            {\n                \"organisationId\": \"045708\",\n                \"issuerId\": \"in.gov.censusindia\",\n                \"name\": \"Registrar General of India, Uttarakhand\",\n                \"description\": \"Birth and Death Records as issued by Registrar General of India (RGI) from August 2015 onward for following 20 States/UTs- Andaman & Nicobar Islands,Andhra Pradesh,Arunachal Pradesh,Assam\\r\\nBihar,Chandigarh,Chhattisgarh,Dadra and Nagar Haveli and Daman Diu,Haryana,Himachal Pradesh,Jharkhand,Lakshadweep,Madhya Pradesh,Maharashtra,Mizoram,Nagaland,Sikkim,Tripura,Uttar Pradesh and Uttarakhand are available in DigiLocker\",\n                \"categories\": \"4,30\",\n                \"logo\": \"https://cf-media.api-setu.in/logo/issuers/006928.png\",\n                \"subdomain\": \"rgi-uk\"\n            },\n            {\n                \"organisationId\": \"002577\",\n                \"issuerId\": \"in.gov.telangana.registration\",\n                \"name\": \"Registration & Stamps Department, Government of Telangana\",\n                \"description\": \"Certified copy of the registered documents, issued since January 1999 by Registration & Stamps Department, can be downloaded by citizens in their DigiLocker accounts.\",\n                \"categories\": \"4,30\",\n                \"logo\": \"https://cf-media.api-setu.in/logo/issuers/002577.jpeg\",\n                \"subdomain\": \"telanganaregistration\"\n            },\n            {\n                \"organisationId\": \"019237\",\n                \"issuerId\": \"in.gov.ap.registration\",\n                \"name\": \"Registration and Stamps Department\",\n                \"description\": \"The Registration and Stamps Department, Government of Andhra Pradesh is issuing Registration Documents to citizens. The Registration of a document is done at the sub-register office is a notice to the public by way of definite recorded information at large to enable the public to verify the records and enquire therefrom the right, title, and obligations if any on any immovable property. Citizens can fetch the certified copy of the Registration Document into their DigiLocker account.\",\n                \"categories\": \"4,30\",\n                \"logo\": \"https://cf-media.api-setu.in/logo/issuers/019237.png\",\n                \"subdomain\": \"apregistration\"\n            },\n            {\n                \"organisationId\": \"009129\",\n                \"issuerId\": \"in.gov.tnreginet\",\n                \"name\": \"Registration Department\",\n                \"description\": \"Inspector General of Registration - Tamil Nadu (https://tnreginet.gov.in) issuing the Birth certificates, Death certificates and Marriage certificates to the citizens registered from Dec 2018.\",\n                \"categories\": \"4,30\",\n                \"logo\": \"https://cf-media.api-setu.in/logo/issuers/009129.png\",\n                \"subdomain\": \"tnreginet\"\n            },\n            {\n                \"organisationId\": \"029486\",\n                \"issuerId\": \"in.nic.rciregistration\",\n                \"name\": \"Rehabilitation Council of India\",\n                \"description\": \"RCI has been established as a Statutory Body under the RCI Act, 1992  under the administrative control of the DEPwD, Ministry of Social Justice & Empowerment , to regulate and monitor the training programmes in the field of disability rehabilitation and special education, to maintain the central rehabilitation register (CRR) and to promote research in disability rehabilitation and special education.\",\n                \"categories\": \"3,7\",\n                \"logo\": \"https://cf-media.api-setu.in/logo/issuers/029486.png\",\n                \"subdomain\": \"rciregistration\"\n            },\n            {\n                \"organisationId\": \"002376\",\n                \"issuerId\": \"in.co.reliancegeneral\",\n                \"name\": \"Reliance General Insurance Company Ltd\",\n                \"description\": \"Insurance policies issued by Reliance General Insurance Company Limited  is available on DigiLocker at (https://www.reliancegeneral.co.in) can be fetched by Citizens into their DigiLocker accounts\",\n                \"categories\": \"993,1\",\n                \"logo\": \"https://cf-media.api-setu.in/logo/issuers/002376.jpg\",\n                \"subdomain\": \"reliancegeneral\"\n            },\n            {\n                \"organisationId\": \"003672\",\n                \"issuerId\": \"in.ac.renaissance\",\n                \"name\": \"Renaissance University, Indore\",\n                \"description\": \"Renaissance University, Indore is issuing their Digital awards for the following years, through DigiLocker. These can be pulled by students into their DigiLocker accounts \\n                Degree - NA \\n                Marksheet - 2021,2022,2023 \\n                Diploma -  NA \\n                Transcript - NA\",\n                \"categories\": \"4,2\",\n                \"logo\": \"https://cf-media.api-setu.in/logo/issuers/issure_icon.png\",\n                \"subdomain\": \"renaissance\"\n            },\n            {\n                \"organisationId\": \"004825\",\n                \"issuerId\": \"in.edu.reva\",\n                \"name\": \"REVA University, Bengaluru\",\n                \"description\": \"Reva University, Bangalore is issuing their Digital awards for the following years, through DigiLocker. These can be pulled by students into their DigiLocker accounts.\\n                Degree - 2016,2017,2018,2019,2020,2021,2022 \\n                Marksheet - 2014,2015,2016,2017,2018,2019,2020,2021,2022 \\n                Diploma - NA \\n                Transcript - NA\",\n                \"categories\": \"4,2\",\n                \"logo\": \"https://cf-media.api-setu.in/logo/issuers/004825.png\",\n                \"subdomain\": \"reva\"\n            },\n            {\n                \"organisationId\": \"005146\",\n                \"issuerId\": \"in.gov.revenueharyana\",\n                \"name\": \"Revenue & Disaster Management Department Haryana\",\n                \"description\": \"The Department of Revenue and Disaster Management is responsible for the Creation and Management of Land Records, including registration of property deeds and management of disaster related activities in the state of Haryana. The present integration with Digi Locker is aimed at providing the registration deeds to the owners in Lal Dora area of the Villages as a part of the Svamitava Scheme of the Government.\",\n                \"categories\": \"4,30\",\n                \"logo\": \"https://cf-media.api-setu.in/logo/issuers/005146.png\",\n                \"subdomain\": \"revenueharyana\"\n            },\n            {\n                \"organisationId\": \"002542\",\n                \"issuerId\": \"in.nic.revenueassam\",\n                \"name\": \"Revenue & Disaster Management Department, Assam\",\n                \"description\": \"The core objectives of this department includes creation of Government land settlement policy, Administration of Land Reforms, Maintenance of Land Records, Issuance of various services like certified copies of mutation,partition, Jamabandi, Marriage certificate etc. The availability of these services through Digilocker to the citizen will be a major help to the citizens of the State and bring a pardadigim shift in our e-governance effort. Once the integration is done the certificates will be readily available in the Citizen&#039;s DigiLocker account.\",\n                \"categories\": \"4,30\",\n                \"logo\": \"https://cf-media.api-setu.in/logo/issuers/002542.png\",\n                \"subdomain\": \"revenueassam\"\n            },\n            {\n                \"organisationId\": \"035777\",\n                \"issuerId\": \"in.gov.odisha.revenue\",\n                \"name\": \"REVENUE AND DISASTER MANAGEMENT ODISHA\",\n                \"description\": \"Integration of Property Card under Svamitva Scheme into Digilocker.SVAMITVA, a Central Sector Scheme of Ministry of Panchayati Raj was nation-wide launched by the Hon’ble Prime Minister on National Panchayati Raj Day, 24th April 2021 after successful completion of pilot phase of scheme (2020-2021) in 9 states. Scheme is a reformative step towards establishment of clear ownership of property in rural inhabited (Abadi) areas, by mapping of land parcels using drone technology and providing ‘Record of Rights’ to village household owners with issuance of legal ownership cards (Property cards/Title\",\n                \"categories\": \"4,30\",\n                \"logo\": \"https://cf-media.api-setu.in/logo/issuers/035777.png\",\n                \"subdomain\": \"odisharevenue\"\n            },\n            {\n                \"organisationId\": \"003459\",\n                \"issuerId\": \"in.gov.karnataka.landrecords\",\n                \"name\": \"Revenue Department - Land Records, Karnataka\",\n                \"description\": \"This is a flagship project of Karnataka State Government, is a Land Records management system. The project was inaugurated in the year 2000. Under this project, all the manual RTCs which prevailed at the time of data entry were digitized and made available to the citizen.Under this project, all the manual RTCs which prevailed at the time of data entry were digitized and made available to the citizen.\",\n                \"categories\": \"4,30\",\n                \"logo\": \"https://cf-media.api-setu.in/logo/issuers/003459.png\",\n                \"subdomain\": \"landrecordskar\"\n            },\n            {\n                \"organisationId\": \"001893\",\n                \"issuerId\": \"in.gov.karnataka.revenue\",\n                \"name\": \"Revenue Department - Nadakacheri\",\n                \"description\": \"Nadakacheri (http://www.nadakacheri.karnataka.gov.in/) from the Revenue Department of Karnataka provides certificates of its various services such as Income, Caste and Revenue certificates. \",\n                \"categories\": \"4,30\",\n                \"logo\": \"https://cf-media.api-setu.in/logo/issuers/001893.png\",\n                \"subdomain\": \"revenuekr\"\n            },\n            {\n                \"organisationId\": \"034217\",\n                \"issuerId\": \"propertycard.in.nic.and.db\",\n                \"name\": \"Revenue Department, Andaman & Nicobar\",\n                \"description\": \"The office of the Deputy Commissioner is situated at the Head Quarter of the District of South Andaman in the Port Blair  The office have the Central Control over the District Administration The office provides numerous developmental activities for the service of people. It also controls all the Tehsils under the District Port Blair Ferrargunj and Little Andaman\",\n                \"categories\": \"4,30\",\n                \"logo\": \"https://cf-media.api-setu.in/logo/issuers/034217.png\",\n                \"subdomain\": \"propertycardnicand\"\n            },\n            {\n                \"organisationId\": \"013653\",\n                \"issuerId\": \"in.nic.revenuejk\",\n                \"name\": \"Revenue Department, J&K\",\n                \"description\": \"A domicile certificate is a document that certifies a person as being domicile of UT of J&K as per the J&K Grant of Domicile (Procedure) Rules, 2020.\",\n                \"categories\": \"4,30\",\n                \"logo\": \"https://cf-media.api-setu.in/logo/issuers/013653.png\",\n                \"subdomain\": \"revenuejk\"\n            },\n            {\n                \"organisationId\": \"013202\",\n                \"issuerId\": \"in.nic.jkrevenue\",\n                \"name\": \"Revenue Department, Jammu & Kashmir\",\n                \"description\": \"\\r\\nFull and comprehensive digitalization and consequent streamlining of land records has been on the cards for some time in order to attend to settlement works in addition to making the entire process of accessing such records by the people in Jammu and Kashmir hassles free, available in transparent and quick mode. To undertake the assignment which is of immense importance due to host of reasons, scanning and digitization process has been going on under Digital India Land Records Modernization Programme (DILRMP) in Revenue Training Institute, Bemina Srinagar/ Jammu।\",\n                \"categories\": \"4,30\",\n                \"logo\": \"https://cf-media.api-setu.in/logo/issuers/013202.png\",\n                \"subdomain\": \"jkrevenue\"\n            },\n            {\n                \"organisationId\": \"056368\",\n                \"issuerId\": \"in.nic.ladakh.propertycard\",\n                \"name\": \"Revenue Department, Ladakh\",\n                \"description\": \"Revenue Department Ladakh under the Centrally Sponsored Scheme SVAMITVA is disbursing Property Cards for the Abadideh area which ealier did not have any revenue title. Thus giving ownership for the first time within Abadideh area. \\r\\n\\r\\nThe Property Card can be used for availing loans from Financial Institutions. The Property Card will be integrated with DigiLocker for ease of access of the Property Card by the owners using mobile app anywhere any time.\",\n                \"categories\": \"4,30\",\n                \"logo\": \"https://cf-media.api-setu.in/logo/issuers/056368.png\",\n                \"subdomain\": \"innicladakh\"\n            },\n            {\n                \"organisationId\": \"001940\",\n                \"issuerId\": \"in.gov.revenueodisha\",\n                \"name\": \"Revenue Department, Odisha\",\n                \"description\": \"Revenue Department of Odisha(http://revenueodisha.gov.in/) provides Copy of Registered Deed(Sale, Gift) of year 2010 onward and Copy of Record of Rights (RoR).\",\n                \"categories\": \"4,30\",\n                \"logo\": \"https://cf-media.api-setu.in/logo/issuers/001940.png\",\n                \"subdomain\": \"revenueodisha\"\n            },\n            {\n                \"organisationId\": \"000018\",\n                \"issuerId\": \"in.gov.jharkhand.enibandhan\",\n                \"name\": \"Revenue, Registration & Land Reforms Department\",\n                \"description\": \"Department of Revenue, Registration & Land Reforms, Jharkhand (http://www.jharkhand.gov.in/revenue) is issuing Registration Certificate of Deeds into citizens' DigiLocker accounts from 5th May 2017 onwards.\",\n                \"categories\": \"4,30\",\n                \"logo\": \"https://cf-media.api-setu.in/logo/issuers/000018.jpg\",\n                \"subdomain\": \"enibandhanjh\"\n            },\n            {\n                \"organisationId\": \"004016\",\n                \"issuerId\": \"in.ac.rimt\",\n                \"name\": \"RIMT University\",\n                \"description\": \"RIMT University is issuing their Digital awards for the following years, through DigiLocker. These can be pulled by students into their DigiLocker accounts \\n                Degree - 2017,2018,2019,2020,2021,2022,2023 \\n                Marksheet - 2016,2017,2018,2019,2020,2021,2022,2023 \\n                Diploma -  2020 \\n                Transcript - NA\",\n                \"categories\": \"4,2\",\n                \"logo\": \"https://cf-media.api-setu.in/logo/issuers/004016.png\",\n                \"subdomain\": \"rimtuniv\"\n            },\n            {\n                \"organisationId\": \"004746\",\n                \"issuerId\": \"in.edu.rishihood\",\n                \"name\": \"Rishihood University\",\n                \"description\": \"Rishihood University is issuing their Digital awards for the following years, through DigiLocker. These can be pulled by students into their DigiLocker accounts.\\r\\n                Degree - NA \\r\\n                Marksheet - 2023 \\r\\n                Diploma - 2022 \\r\\n                Transcript - NA\",\n                \"categories\": \"4,2\",\n                \"logo\": \"https://cf-media.api-setu.in/logo/issuers/004746.jpg\",\n                \"subdomain\": \"rishihood\"\n            },\n            {\n                \"organisationId\": \"003245\",\n                \"issuerId\": \"in.ac.rku\",\n                \"name\": \"RK University, Rajkot\",\n                \"description\": \"RK University, Rajkot is issuing their Digital awards for the following years, through DigiLocker. These can be pulled by students into their DigiLocker accounts.\\n                Degree - 2013,2014,2015,2016,2017,2018,2019,2020,2021,2022 \\n                Marksheet - 2021,2022,2023 \\n                Diploma - 2014,2015,2016,2018,2019,2020,2021 \\n                Transcript - NA\",\n                \"categories\": \"4,2\",\n                \"logo\": \"https://cf-media.api-setu.in/logo/issuers/003245.jpg\",\n                \"subdomain\": \"rku\"\n            },\n            {\n                \"organisationId\": \"003375\",\n                \"issuerId\": \"in.ac.rkdf\",\n                \"name\": \"RKDF University\",\n                \"description\": \"RKDF University is issuing their Digital awards for the following years, through DigiLocker. These can be pulled by students into their DigiLocker accounts.\\n                Degree - 2014,2015,2017,2018,2019,2020,2021,2022,2023 \\n                Marksheet - NA \\n                Diploma - 2019 \\n                Transcript - NA\",\n                \"categories\": \"4,2\",\n                \"logo\": \"https://cf-media.api-setu.in/logo/issuers/003375.png\",\n                \"subdomain\": \"rkdf\"\n            },\n            {\n                \"organisationId\": \"002625\",\n                \"issuerId\": \"in.royalsundaram\",\n                \"name\": \"Royal Sundaram General Insurance Company Ltd.\",\n                \"description\": \"Our Company engaged in General Insurance in India with license issued by IRDAI. We offer wide range of insurance products to our customers. It is believed that increased digitization will help to considerably reduce the operational process difficulties for general insurance companies as well as make insurance purchase and insurance services easier and faster for customers\",\n                \"categories\": \"993,1\",\n                \"logo\": \"https://cf-media.api-setu.in/logo/issuers/002625.jpg\",\n                \"subdomain\": \"royalsundaram\"\n            },\n            {\n                \"organisationId\": \"015685\",\n                \"issuerId\": \"in.gov.assam.rtps\",\n                \"name\": \"RTPS Assam\",\n                \"description\": \"ARTPPG Department through Assam Citizen Centric Service Delivery Project(ACCSDP) intends to deliver various Government to Citizen services (which are notified under the ARTPS Act 2012 as ammended in 2019) online through Assam Right to Public Services(ARTPS) Portal. ARTPS Portal is developed by NIC and presently more than 30,00,000+ applications have been submitted. Presntly 10 service are available online in the Portal which citizen can apply by self/Public Faciliation Centres/Common Service Centres. The portal is available in https://rtps.assam.gov.in\",\n                \"categories\": \"4,30\",\n                \"logo\": \"https://cf-media.api-setu.in/logo/issuers/015685.png\",\n                \"subdomain\": \"rtps\"\n            },\n            {\n                \"organisationId\": \"003847\",\n                \"issuerId\": \"in.gov.karnataka.rdpr\",\n                \"name\": \"Rural Development and Panchayat Raj Department\",\n                \"description\": \"To alleviate poverty through providing Self&ndash;Employment and Wage Employment.To strengthen the livelihood of the rural households by providing 100 days of guaranteed wage employment every year.To create qualitative and durable rural infrastructure within the time schedule paving way for meeting the requirements of the rural beneficiaries.To provide safe and adequate drinking water to all the rural habitations.To empower the Panchayath Raj Institutions.To improve the capacity of the elected representatives and the executives of the Panchayath Raj Institutions.\",\n                \"categories\": \"4\",\n                \"logo\": \"https://cf-media.api-setu.in/logo/issuers/003847.png\",\n                \"subdomain\": \"rdprkar\"\n            },\n            {\n                \"organisationId\": \"043077\",\n                \"issuerId\": \"in.gov.jkpr\",\n                \"name\": \"Rural Development Department and Panchayati Raj\",\n                \"description\": \"A Job Card is an entitlement card issued to every household whose any adult member has demanded employment under Mahatma Gandhi NREGA and has shown willingness to do casual manual labour. Citizens can pull these Job Cards into their DigiLocker accounts.\",\n                \"categories\": \"4\",\n                \"logo\": \"https://cf-media.api-setu.in/logo/issuers/043077.jpg\",\n                \"subdomain\": \"jkpr\"\n            },\n            {\n                \"organisationId\": \"004280\",\n                \"issuerId\": \"in.ac.skcgparala\",\n                \"name\": \"S. K. C. G. Autonomous College\",\n                \"description\": \"S. K. C. G. Autonomous College is issuing their Digital awards for the following years, through DigiLocker. These can be pulled by students into their DigiLocker accounts \\r\\n                Degree - NA \\r\\n                Marksheet - 2018,2019,2020,2021 \\r\\n                Diploma -  NA \\r\\n                Transcript - NA\",\n                \"categories\": \"4,2\",\n                \"logo\": \"https://cf-media.api-setu.in/logo/issuers/004280.png\",\n                \"subdomain\": \"skcgparala\"\n            },\n            {\n                \"organisationId\": \"009945\",\n                \"issuerId\": \"org.spjimr\",\n                \"name\": \"S. P. Jain Institute of Management & Research\",\n                \"description\": \"S. P. Jain Institute of Management & Research is issuing their Digital awards for the following years, through DigiLocker. These can be pulled by students into their DigiLocker accounts \\n                Degree - NA \\n                Marksheet - NA \\n                Diploma -  2013,2014,2015,2016,2017,2018,2019,2020,2021,2022,2023 \\n                Transcript - NA\",\n                \"categories\": \"4,2\",\n                \"logo\": \"https://cf-media.api-setu.in/logo/issuers/009945.png\",\n                \"subdomain\": \"spjimr\"\n            },\n            {\n                \"organisationId\": \"004242\",\n                \"issuerId\": \"in.ac.sbrgautowomenscollege\",\n                \"name\": \"S.B.R. Government Autonomous Women's College, Berhampur\",\n                \"description\": \"S.B.R. Government Autonomous Women’s College, Berhampur is issuing their Digital awards for the following years, through DigiLocker. These can be pulled by students into their DigiLocker accounts \\r\\n                Degree - 2015,2016,2018,2019 \\r\\n                Marksheet - 2016 \\r\\n                Diploma -  NA \\r\\n                Transcript - NA\",\n                \"categories\": \"4,2\",\n                \"logo\": \"https://cf-media.api-setu.in/logo/issuers/004242.png\",\n                \"subdomain\": \"sbrgautowomen\"\n            },\n            {\n                \"organisationId\": \"078210\",\n                \"issuerId\": \"in.ac.sdmcet\",\n                \"name\": \"S.D.M. College of Engineering and Technology, Autonomous\",\n                \"description\": \"The institute has registered through NAD portal.\",\n                \"categories\": \"4,2\",\n                \"logo\": \"https://cf-media.api-setu.in/logo/issuers/078210.png\",\n                \"subdomain\": \"sdmcet\"\n            },\n            {\n                \"organisationId\": \"003675\",\n                \"issuerId\": \"in.edu.srmist\",\n                \"name\": \"S.R.M. Institute of Science & Technology, Chennai\",\n                \"description\": \"S.R.M. Institute of Science & Technology, Chennai is issuing their Digital awards for the following years, through DigiLocker. These can be pulled by students into their DigiLocker accounts.\\n                Degree - 2008,2009,2010,2011,2012,2013,2014,2015,2016,2017,2018,2019,2020,2021,2022,2023 \\n                Marksheet - 2020,2021,2022,2023,2024 \\n                Diploma - 2023 \\n                Transcript - NA\",\n                \"categories\": \"4,2\",\n                \"logo\": \"https://cf-media.api-setu.in/logo/issuers/003675.png\",\n                \"subdomain\": \"srmist\"\n            },\n            {\n                \"organisationId\": \"052112\",\n                \"issuerId\": \"ac.in.sadakath\",\n                \"name\": \"Sadakathullah  Appa  College, Autonomous\",\n                \"description\": \"Sadakathullah  Appa  College, Autonomous is issuing their Digital awards for the following years, through DigiLocker. These can be pulled by students into their DigiLocker accounts.\\n                Degree - NA \\n                Marksheet - 2022 \\n                Diploma - NA \\n                Transcript - NA\",\n                \"categories\": \"4,2\",\n                \"logo\": \"https://cf-media.api-setu.in/logo/issuers/052112.png\",\n                \"subdomain\": \"sadakath\"\n            },\n            {\n                \"organisationId\": \"004753\",\n                \"issuerId\": \"info.sicoms\",\n                \"name\": \"Sadanam Institute Of Commerce And Management Studies\",\n                \"description\": \"Sadanam Institute Of Commerce And Management Studies is issuing their Digital awards for the following years, through DigiLocker. These can be pulled by students into their DigiLocker accounts \\n                Degree - NA \\n                Marksheet - NA \\n                Diploma -  2010,2011,2012,2013,2014,2015,2016,2017,2018,2019,2020,2022 \\n                Transcript - NA\",\n                \"categories\": \"4,2\",\n                \"logo\": \"https://cf-media.api-setu.in/logo/issuers/004753.png\",\n                \"subdomain\": \"sicoms\"\n            },\n            {\n                \"organisationId\": \"014274\",\n                \"issuerId\": \"in.edu.sgm\",\n                \"name\": \"Sadguru Gadge Maharaj College, Karad,Autonomous College\",\n                \"description\": \"Sadguru Gadge Maharaj College, Karad,Autonomous College is issuing their Digital awards for the following years, through DigiLocker. These can be pulled by students into their DigiLocker accounts.\\n                Degree - NA \\n                Marksheet - 2020,2021,2022,2023 \\n                Diploma - NA \\n                Transcript - NA\",\n                \"categories\": \"4,2\",\n                \"logo\": \"https://cf-media.api-setu.in/logo/issuers/014274.jpeg\",\n                \"subdomain\": \"sgm\"\n            },\n            {\n                \"organisationId\": \"006432\",\n                \"issuerId\": \"in.sageuniversity\",\n                \"name\": \"SAGE University\",\n                \"description\": \"Sage University is issuing their Digital awards for the following years, through DigiLocker. These can be pulled by students into their DigiLocker accounts \\n                Degree - 2017,2018,2019,2020,2021,2022,2023 \\n                Marksheet - 2017,2018,2019,2020,2021,2022,2023 \\n                Diploma -  NA \\n                Transcript - NA\",\n                \"categories\": \"4,2\",\n                \"logo\": \"https://cf-media.api-setu.in/logo/issuers/006432.png\",\n                \"subdomain\": \"sageuniversity\"\n            },\n            {\n                \"organisationId\": \"008139\",\n                \"issuerId\": \"in.ac.saitirupatiuniversity\",\n                \"name\": \"Sai Tirupati University\",\n                \"description\": \"Sai Tirupati University is issuing their Digital awards for the following years, through DigiLocker. These can be pulled by students into their DigiLocker accounts \\n                Degree - 2020,2021 \\n                Marksheet - NA \\n                Diploma -  NA \\n                Transcript - NA\",\n                \"categories\": \"4,2\",\n                \"logo\": \"https://cf-media.api-setu.in/logo/issuers/008139.png\",\n                \"subdomain\": \"saitirupatiuniv\"\n            },\n            {\n                \"organisationId\": \"002222\",\n                \"issuerId\": \"org.npsailu\",\n                \"name\": \"Sailu Municipal Council\",\n                \"description\": \"Sailu Municipal Council is B Class Municipal Council in Parbhani Distict. It is about 45 Km away from District headquarter Parbhani it is located at latitude 19.442` N and longtitud 76.429`E at altitude of 415M.  Sailu Municipal council provides all online RTS service. We have added some RTS services in Digilocker like No Dues, Marriage Certificate etc.\",\n                \"categories\": \"4,30\",\n                \"logo\": \"https://cf-media.api-setu.in/logo/issuers/002222.png\",\n                \"subdomain\": \"npsailu\"\n            },\n            {\n                \"organisationId\": \"053268\",\n                \"issuerId\": \"org.saintgits\",\n                \"name\": \"Saintgits College of Engineering (Autonomous), Kottayam, Kerala\",\n                \"description\": \"Saintgits College of Engineering (Autonomous), Kottayam, Kerala is issuing their Digital awards for the following years, through DigiLocker. These can be pulled by students into their DigiLocker accounts.\\n                Degree - NA \\n                Marksheet - 2022,2023 \\n                Diploma - NA \\n                Transcript - 2022\",\n                \"categories\": \"4,2\",\n                \"logo\": \"https://cf-media.api-setu.in/logo/issuers/053268.png\",\n                \"subdomain\": \"saintgits\"\n            },\n            {\n                \"organisationId\": \"004339\",\n                \"issuerId\": \"in.org.salipurcollege\",\n                \"name\": \"Salipur Autonomous College, Salipur\",\n                \"description\": \"Salipur Autonomous College, Salipur is issuing their Digital awards for the following years, through DigiLocker. These can be pulled by students into their DigiLocker accounts \\n                Degree - NA \\n                Marksheet - 2018,2019,2020,2021 \\n                Diploma -  NA \\n                Transcript - NA\",\n                \"categories\": \"4,2\",\n                \"logo\": \"https://cf-media.api-setu.in/logo/issuers/004339.png\",\n                \"subdomain\": \"salipurcollege\"\n            },\n            {\n                \"organisationId\": \"004191\",\n                \"issuerId\": \"in.ac.suniv\",\n                \"name\": \"Sambalpur University, Sambalpur\",\n                \"description\": \"Sambalpur University, Sambalpur is issuing their Digital awards for the following years, through DigiLocker. These can be pulled by students into their DigiLocker accounts \\n                Degree - 2016,2017,2018,2019,2020,2021,2022 \\n                Marksheet - 2016,2019,2020,2021,2022,2023 \\n                Diploma -  NA \\n                Transcript - NA\",\n                \"categories\": \"4,2\",\n                \"logo\": \"https://cf-media.api-setu.in/logo/issuers/004191.png\",\n                \"subdomain\": \"suniv\"\n            },\n            {\n                \"organisationId\": \"005050\",\n                \"issuerId\": \"in.ac.ssvv\",\n                \"name\": \"Sampurnanand Sanskrit Vishwavidyalaya,  Varanasi\",\n                \"description\": \"Sampurnanand Sanskrit Vishwavidyalaya,  Varanasi is issuing their Digital awards for the following years, through DigiLocker. These can be pulled by students into their DigiLocker accounts.\\n                Degree - 2015,2016,2017,2018,2019,2020,2021,2022,2023 \\n                Marksheet - NA \\n                Diploma - NA \\n                Transcript - NA\",\n                \"categories\": \"4,2\",\n                \"logo\": \"https://cf-media.api-setu.in/logo/issuers/005050.png\",\n                \"subdomain\": \"ssvv\"\n            },\n            {\n                \"organisationId\": \"003377\",\n                \"issuerId\": \"in.edu.sandipuniversity\",\n                \"name\": \"Sandip University\",\n                \"description\": \"Sandip University is issuing their Digital awards for the following years, through DigiLocker. These can be pulled by students into their DigiLocker accounts \\n                Degree - 2019,2020,2021,2022,2023 \\n                Marksheet - 2022 \\n                Diploma -  NA \\n                Transcript - NA\",\n                \"categories\": \"4,2\",\n                \"logo\": \"https://cf-media.api-setu.in/logo/issuers/003377.png\",\n                \"subdomain\": \"sandipuniv\"\n            },\n            {\n                \"organisationId\": \"005596\",\n                \"issuerId\": \"in.ac.sangamuniversity\",\n                \"name\": \"Sangam University, Bhilwara\",\n                \"description\": \"Sangam University, Bhilwara is issuing their Digital awards for the following years, through DigiLocker. These can be pulled by students into their DigiLocker accounts \\n                Degree - 2014,2015,2016,2017,2018,2019,2020,2021,2022,2023,2024 \\n                Marksheet - 2024 \\n                Diploma -  2019,2020,2021,2022 \\n                Transcript - NA\",\n                \"categories\": \"4,2\",\n                \"logo\": \"https://cf-media.api-setu.in/logo/issuers/005596.png\",\n                \"subdomain\": \"sangamuniversity\"\n            },\n            {\n                \"organisationId\": \"008611\",\n                \"issuerId\": \"in.ac.sgpgi\",\n                \"name\": \"Sanjay Gandhi Postgraduate Institute of Medical Sciences, Lucknow, 226014\",\n                \"description\": \"Sanjay Gandhi Postgraduate Institute of Medical Sciences, Lucknow, 226014 is issuing their Digital awards for the following years, through DigiLocker. These can be pulled by students into their DigiLocker accounts \\n                Degree - 2018,2019,2020,2021,2022,2023 \\n                Marksheet - NA \\n                Diploma -  NA \\n                Transcript - NA\",\n                \"categories\": \"4,2\",\n                \"logo\": \"https://cf-media.api-setu.in/logo/issuers/008611.png\",\n                \"subdomain\": \"sgpgi\"\n            },\n            {\n                \"organisationId\": \"005040\",\n                \"issuerId\": \"in.ac.sanjayghodawatuniversity\",\n                \"name\": \"Sanjay Ghodawat University, Kolhapur\",\n                \"description\": \"Sanjay Ghodawat University, Kolhapur is issuing their Digital awards for the following years, through DigiLocker. These can be pulled by students into their DigiLocker accounts \\n                Degree - 2020 \\n                Marksheet - 2021,2022 \\n                Diploma -  NA \\n                Transcript - NA\",\n                \"categories\": \"4,2\",\n                \"logo\": \"https://cf-media.api-setu.in/logo/issuers/005040.png\",\n                \"subdomain\": \"sanjayghodawat\"\n            },\n            {\n                \"organisationId\": \"008965\",\n                \"issuerId\": \"in.edu.sageuniversity\",\n                \"name\": \"SANJEEV AGRAWAL GLOBAL EDUCATIONAL UNIVERSITY\",\n                \"description\": \"SANJEEV AGRAWAL GLOBAL EDUCATIONAL UNIVERSITY is issuing their Digital awards for the following years, through DigiLocker. These can be pulled by students into their DigiLocker accounts.\\r\\n                Degree - NA \\r\\n                Marksheet - 2021,2022,2023 \\r\\n                Diploma - NA \\r\\n                Transcript - NA\",\n                \"categories\": \"4,2\",\n                \"logo\": \"https://cf-media.api-setu.in/logo/issuers/008965.jpeg\",\n                \"subdomain\": \"sageuniversityedu\"\n            },\n            {\n                \"organisationId\": \"034664\",\n                \"issuerId\": \"org.sanjivanicoe\",\n                \"name\": \"SANJIVANI RURAL EDUCATION SOCIETY`S SANJIVANI COLLEGE OF ENGINEERING\",\n                \"description\": \"SMT. R.O.PATEL WOMEN'S MCA COLLEGE is issuing their Digital awards for the following years, through DigiLocker. These can be pulled by students into their DigiLocker accounts.\\n                Degree - NA \\n                Marksheet - 2023 \\n                Diploma - NA \\n                Transcript - NA\",\n                \"categories\": \"4,2\",\n                \"logo\": \"https://cf-media.api-setu.in/logo/issuers/null\",\n                \"subdomain\": \"orgsanjivanicoe\"\n            },\n            {\n                \"organisationId\": \"007742\",\n                \"issuerId\": \"in.ac.spu\",\n                \"name\": \"Sankalchand Patel University, Visnagar\",\n                \"description\": \"Sankalchand Patel University, Visnagar is issuing their Digital awards for the following years, through DigiLocker. These can be pulled by students into their DigiLocker accounts \\n                Degree - 2018,2019,2020,2021,2022 \\n                Marksheet - 2021,2022 \\n                Diploma -  NA \\n                Transcript - NA\",\n                \"categories\": \"4,2\",\n                \"logo\": \"https://cf-media.api-setu.in/logo/issuers/007742.png\",\n                \"subdomain\": \"spu\"\n            },\n            {\n                \"organisationId\": \"003360\",\n                \"issuerId\": \"in.ac.sbbsuniversity\",\n                \"name\": \"Sant Baba Bhag Singh University\",\n                \"description\": \"Sant Baba Bhag Singh University is issuing their Digital awards for the following years, through DigiLocker. These can be pulled by students into their DigiLocker accounts \\n                Degree - 2016,2017,2018,2019,2020,2021,2022 \\n                Marksheet - 2015,2016,2017,2018,2019,2020,2021,2022,2023 \\n                Diploma -  NA \\n                Transcript - NA\",\n                \"categories\": \"4,2\",\n                \"logo\": \"https://cf-media.api-setu.in/logo/issuers/003360.png\",\n                \"subdomain\": \"sbbsuniv\"\n            },\n            {\n                \"organisationId\": \"004762\",\n                \"issuerId\": \"in.ac.sgbau\",\n                \"name\": \"Sant Gadge Baba Amravati University\",\n                \"description\": \"Sant Gadge Baba Amravati University is issuing their Digital awards for the following years, through DigiLocker. These can be pulled by students into their DigiLocker accounts \\n                Degree - 2017,2018,2019,2020 \\n                Marksheet - NA \\n                Diploma -  NA \\n                Transcript - NA\",\n                \"categories\": \"4,2\",\n                \"logo\": \"https://cf-media.api-setu.in/logo/issuers/004762.png\",\n                \"subdomain\": \"sgbau\"\n            },\n            {\n                \"organisationId\": \"003503\",\n                \"issuerId\": \"in.ac.sliet\",\n                \"name\": \"Sant Longowal Institute of Engineering and Technology, Longowal\",\n                \"description\": \"Sant Longowal Institute of Engineering and Technology, Longowal is issuing their Digital awards for the following years, through DigiLocker. These can be pulled by students into their DigiLocker accounts \\n                Degree - 2020,2021,2022 \\n                Marksheet - 2021,2022 \\n                Diploma -  2020,2021,2022 \\n                Transcript - NA\",\n                \"categories\": \"4,2\",\n                \"logo\": \"https://cf-media.api-setu.in/logo/issuers/003503.png\",\n                \"subdomain\": \"sliet\"\n            },\n            {\n                \"organisationId\": \"028410\",\n                \"issuerId\": \"in.gov.mp.globalskillspark\",\n                \"name\": \"SANT SHIROMANI RAVIDAS GLOBAL SKILLS PARK\",\n                \"description\": \"The institute has registered through NAD portal.\",\n                \"categories\": \"4,2,32\",\n                \"logo\": \"https://cf-media.api-setu.in/logo/issuers/028410.png\",\n                \"subdomain\": \"globalskillspark\"\n            },\n            {\n                \"organisationId\": \"007663\",\n                \"issuerId\": \"in.ac.santosh\",\n                \"name\": \"Santosh University, Ghaziabad\",\n                \"description\": \"Santosh University, Ghaziabad is issuing their Digital awards for the following years, through DigiLocker. These can be pulled by students into their DigiLocker accounts.\\n                Degree - NA \\n                Marksheet - 2018,2019,2020,2021,2022,2023 \\n                Diploma - NA \\n                Transcript - NA\",\n                \"categories\": \"4,2\",\n                \"logo\": \"https://cf-media.api-setu.in/logo/issuers/007663.png\",\n                \"subdomain\": \"santosh\"\n            },\n            {\n                \"organisationId\": \"004024\",\n                \"issuerId\": \"in.ac.sbu\",\n                \"name\": \"Sarala Birla University\",\n                \"description\": \"Sarala Birla University is issuing their Digital awards for the following years, through DigiLocker. These can be pulled by students into their DigiLocker accounts \\r\\n                Degree - NA \\r\\n                Marksheet - 2018,2019,2020 \\r\\n                Diploma -  NA \\r\\n                Transcript - NA\",\n                \"categories\": \"4,2\",\n                \"logo\": \"https://cf-media.api-setu.in/logo/issuers/004024.png\",\n                \"subdomain\": \"sbujharkhand\"\n            },\n            {\n                \"organisationId\": \"004207\",\n                \"issuerId\": \"in.edu.sbspgi\",\n                \"name\": \"Sardar Bhagwan Singh University\",\n                \"description\": \"Sardar Bhagwan Singh University is issuing their Digital awards for the following years, through DigiLocker. These can be pulled by students into their DigiLocker accounts \\n                Degree - 2020,2021,2022,2023 \\n                Marksheet - NA \\n                Diploma -  2020,2021,2022,2023 \\n                Transcript - NA\",\n                \"categories\": \"4,2\",\n                \"logo\": \"https://cf-media.api-setu.in/logo/issuers/004207.png\",\n                \"subdomain\": \"sbspgi\"\n            },\n            {\n                \"organisationId\": \"003044\",\n                \"issuerId\": \"edu.spuvvn\",\n                \"name\": \"Sardar Patel University, Vallabh Vidyanagar\",\n                \"description\": \"Sardar Patel University, Vallabh Vidyanagar is issuing their Digital awards for the following years, through DigiLocker. These can be pulled by students into their DigiLocker accounts \\n                Degree - 1982,1983,1984,1985,1986,1987,1988,1989,1990,1991,1992,1993,1994,1995,1996,1997,1998,1999,2000,2001,2002,2003,2004,2005,2006,2007,2008,2009,2010,2011,2012,2013,2014,2015,2016,2017,2018,2019,2020,2021,2022 \\n                Marksheet - 2014,2015,2016,2017,2018,2019,2020,2021,2022 \\n                Diploma -  NA \\n                Transcript - NA\",\n                \"categories\": \"4,2\",\n                \"logo\": \"https://cf-media.api-setu.in/logo/issuers/003044.png\",\n                \"subdomain\": \"spuvvn\"\n            },\n            {\n                \"organisationId\": \"009102\",\n                \"issuerId\": \"in.ac.svnit\",\n                \"name\": \"Sardar Vallabhbhai National Institute Of Technology, Surat\",\n                \"description\": \"Sardar Vallabhbhai National Institute Of Technology, Surat is issuing their Digital awards for the following years, through DigiLocker. These can be pulled by students into their DigiLocker accounts.\\n                Degree - 2018,2019,2020,2021,2022 \\n                Marksheet - 2017,2018,2019,2020,2021,2022 \\n                Diploma - NA \\n                Transcript - NA\",\n                \"categories\": \"4,2\",\n                \"logo\": \"https://cf-media.api-setu.in/logo/issuers/009102.png\",\n                \"subdomain\": \"svnitac\"\n            },\n            {\n                \"organisationId\": \"029568\",\n                \"issuerId\": \"in.ac.svnit.nss\",\n                \"name\": \"Sardar Vallabhbhai National Institute Of Technology, Surat\",\n                \"description\": \"Sardar Vallabhbhai National Institute Of Technology, Surat is issuing their Digital awards for the following years, through DigiLocker. These can be pulled by students into their DigiLocker accounts.\\n                Degree - NA \\n                Marksheet - NA \\n                Diploma - NA \\n                Transcript - NA\",\n                \"categories\": \"4,2,17\",\n                \"logo\": \"https://cf-media.api-setu.in/logo/issuers/029568.png\",\n                \"subdomain\": \"svnitnss\"\n            },\n            {\n                \"organisationId\": \"007089\",\n                \"issuerId\": \"in.ac.svbpmeerut\",\n                \"name\": \"Sardar Vallabhbhai Patel University of Agriculture and Technology\",\n                \"description\": \"Sardar Vallabhbhai Patel University of Agriculture and Technology is issuing their Digital awards for the following years, through DigiLocker. These can be pulled by students into their DigiLocker accounts.\\n                Degree - 2009,2014,2015,2016,2017,2018,2019,2020,2021,2022,2023 \\n                Marksheet - NA \\n                Diploma - NA \\n                Transcript - NA\",\n                \"categories\": \"4,2\",\n                \"logo\": \"https://cf-media.api-setu.in/logo/issuers/007089.png\",\n                \"subdomain\": \"svbpmeerut\"\n            },\n            {\n                \"organisationId\": \"029500\",\n                \"issuerId\": \"in.snggpg\",\n                \"name\": \"Sarojini Naidu Government Girls Post Graduate (Autonomous) College\",\n                \"description\": \"Sarojini Naidu Government Girls Post Graduate (Autonomous) College is issuing their Digital awards for the following years, through DigiLocker. These can be pulled by students into their DigiLocker accounts.\\n                Degree - NA \\n                Marksheet - 2022,2023 \\n                Diploma - NA \\n                Transcript - NA\",\n                \"categories\": \"4,2\",\n                \"logo\": \"https://cf-media.api-setu.in/logo/issuers/029500.png\",\n                \"subdomain\": \"snggpg\"\n            },\n            {\n                \"organisationId\": \"010239\",\n                \"issuerId\": \"edu.sastra\",\n                \"name\": \"SASTRA DEEMED UNIVERSITY\",\n                \"description\": \"SASTRA DEEMED UNIVERSITY is issuing their Digital awards for the following years, through DigiLocker. These can be pulled by students into their DigiLocker accounts.\\n                Degree - 2002,2003,2004,2005,2006,2007,2008,2009,2010,2011,2012,2013,2014,2015,2016,2017,2018,2019,2020,2021,2022,2023 \\n                Marksheet - 2003,2004,2005,2006,2007,2008,2009,2010,2011,2012,2013,2014,2015,2016,2017,2018,2019,2020,2021,2022,2023 \\n                Diploma - NA \\n                Transcript - NA\",\n                \"categories\": \"4,2\",\n                \"logo\": \"https://cf-media.api-setu.in/logo/issuers/010239.png\",\n                \"subdomain\": \"sastra\"\n            },\n            {\n                \"organisationId\": \"078064\",\n                \"issuerId\": \"in.co.sataranp\",\n                \"name\": \"Satara Municipal Council\",\n                \"description\": \"The Satara Municipal Council is the local governing body responsible for the administration and development of the city of Satara. The Satara Municipal Council is responsible for various aspects of local governance, including urban planning, infrastructure development, public health, sanitation, water supply, education, and social welfare programs within the city limits. It plays a crucial role in the development and maintenance of civic amenities and services, ensuring the well-being and progress of the city and its inhabitants. The council is typically headed by a president or mayor,\",\n                \"categories\": \"4,30\",\n                \"logo\": \"https://cf-media.api-setu.in/logo/issuers/078064.png\",\n                \"subdomain\": \"sataranp\"\n            },\n            {\n                \"organisationId\": \"004884\",\n                \"issuerId\": \"edu.saurashtrauniversity\",\n                \"name\": \"Saurashtra University, Rajkot\",\n                \"description\": \"Saurashtra University, Rajkot is issuing their Digital awards for the following years, through DigiLocker. These can be pulled by students into their DigiLocker accounts.\\n                Degree - 1968,1969,1970,1971,1972,1973,1974,1975,1976,1977,1978,1979,1980,1981,1982,1983,1984,1985,1986,1987,1988,1989,1990,1991,1992,1993,1994,1995,1996,1997,1998,1999,2000,2001,2002,2003,2004,2005,2006,2007,2008,2009,2010,2011,2012,2013,2014,2015,2016,2017,2018,2019,2020,2021,2022,2023 \\n                Marksheet - NA \\n                Diploma - NA \\n                Transcript - NA\",\n                \"categories\": \"4,2\",\n                \"logo\": \"https://cf-media.api-setu.in/logo/issuers/004884.png\",\n                \"subdomain\": \"saurashtrauniversity\"\n            },\n            {\n                \"organisationId\": \"003557\",\n                \"issuerId\": \"com.saveetha\",\n                \"name\": \"Saveetha Institute of Medical and Technical Sciences\",\n                \"description\": \"Saveetha Institute of Medical and Technical Sciences is issuing their Digital awards for the following years, through DigiLocker. These can be pulled by students into their DigiLocker accounts \\n                Degree - 2020,2021,2022,2023 \\n                Marksheet - 2020,2021,2022 \\n                Diploma -  NA \\n                Transcript - NA\",\n                \"categories\": \"4,2\",\n                \"logo\": \"https://cf-media.api-setu.in/logo/issuers/003557.png\",\n                \"subdomain\": \"saveetha\"\n            },\n            {\n                \"organisationId\": \"003298\",\n                \"issuerId\": \"in.ac.unipune\",\n                \"name\": \"Savitribai Phule Pune University\",\n                \"description\": \"Savitribai Phule Pune University is issuing their Digital awards for the following years, through DigiLocker. These can be pulled by students into their DigiLocker accounts.\\n                Degree - 1970,1972,1974,1975,1977,1978,1979,1980,1981,1982,1983,1984,1985,1986,1987,1988,1989,1990,1991,1992,1993,1994,1995,1996,1997,1998,1999,2000,2001,2002,2003,2004,2005,2006,2007,2008,2009,2010,2011,2012,2013,2014,2015,2016,2017,2018,2019,2020,2021,2022,2023 \\n                Marksheet - 2011,2012,2013,2014,2015,2016,2017,2018,2020,2021,2022,2023 \\n                Diploma - NA \\n                Transcript - NA\",\n                \"categories\": \"4,2\",\n                \"logo\": \"https://cf-media.api-setu.in/logo/issuers/003298.png\",\n                \"subdomain\": \"puneuniv\"\n            },\n            {\n                \"organisationId\": \"004255\",\n                \"issuerId\": \"in.ac.shailabalawomenscollege\",\n                \"name\": \"SB Women's Autonomous College, Cuttack\",\n                \"description\": \"SB Women's Autonomous College, Cuttack is issuing their Digital awards for the following years, through DigiLocker. These can be pulled by students into their DigiLocker accounts \\n                Degree - NA \\n                Marksheet - 2017,2018,2019,2020,2021,2022,2023 \\n                Diploma -  NA \\n                Transcript - NA\",\n                \"categories\": \"4,2\",\n                \"logo\": \"https://cf-media.api-setu.in/logo/issuers/004255.png\",\n                \"subdomain\": \"shailabalawomensclg\"\n            },\n            {\n                \"organisationId\": \"002753\",\n                \"issuerId\": \"in.sbigeneral\",\n                \"name\": \"SBI General Insurance Company Ltd\",\n                \"description\": \"Insurance Policies such as Car, Two Wheeler, Commercial Vehicle, Health and Travel issued by SBI General (https://www.sbigeneral.in) are now available for Customers to be fetched into their DigiLocker accounts\\n\",\n                \"categories\": \"993,1\",\n                \"logo\": \"https://cf-media.api-setu.in/logo/issuers/002753.jpg\",\n                \"subdomain\": \"sbigeneral\"\n            },\n            {\n                \"organisationId\": \"002663\",\n                \"issuerId\": \"in.co.sbilife\",\n                \"name\": \"SBI Life Insurance\",\n                \"description\": \"SBI Life Insurance Company Limited (https://www.sbilife.co.in/) provides a facility to its customers to access their policy documents that are available to be pulled by the policyholders into their DigiLocker account (documents issued on or after 1st April 2011 are currently available)\",\n                \"categories\": \"993,1\",\n                \"logo\": \"https://cf-media.api-setu.in/logo/issuers/002663.png\",\n                \"subdomain\": \"sbilife\"\n            },\n            {\n                \"organisationId\": \"006858\",\n                \"issuerId\": \"in.gov.ina.sfna\",\n                \"name\": \"School for Naval Airmen\",\n                \"description\": \"School for Naval Airmen is issuing their Digital awards for the following years, through DigiLocker. These can be pulled by students into their DigiLocker accounts.\\n                Degree - 1997,1998,1999,2000,2001,2002,2003,2004,2005,2006,2007,2008,2009,2010,2011,2012,2013,2014,2015,2016,2017,2018,2019,2020,2021,2022,2023,2024 \\n                Marksheet - 1997,1998,1999,2000,2001,2002,2003,2004,2005,2006,2007,2008,2009,2010,2011,2012,2013,2014,2015,2016,2017,2018,2019,2020,2021,2022,2023,2024 \\n                Diploma - NA \\n                Transcript - NA\",\n                \"categories\": \"4,2,8\",\n                \"logo\": \"https://cf-media.api-setu.in/logo/issuers/006858.png\",\n                \"subdomain\": \"inasfna\"\n            },\n            {\n                \"organisationId\": \"007779\",\n                \"issuerId\": \"in.gov.ina.soma\",\n                \"name\": \"School of Medical Assistants\",\n                \"description\": \"School of Medical Assistants is issuing their Digital awards for the following years, through DigiLocker. These can be pulled by students into their DigiLocker accounts.\\n                Degree - 2011,2012,2014,2015,2016,2017,2018,2019,2020,2021,2022,2023,2024 \\n                Marksheet - 2014,2015,2016,2017,2018,2019,2020,2021,2022,2023 \\n                Diploma - NA \\n                Transcript - NA\",\n                \"categories\": \"4,2\",\n                \"logo\": \"https://cf-media.api-setu.in/logo/issuers/007779.png\",\n                \"subdomain\": \"soma\"\n            },\n            {\n                \"organisationId\": \"006897\",\n                \"issuerId\": \"in.gov.ina.snom\",\n                \"name\": \"School of Naval Oceanology and Meteorology\",\n                \"description\": \"School of Naval Oceanology and Meteorology is issuing their Digital awards for the following years, through DigiLocker. These can be pulled by students into their DigiLocker accounts.\\n                Degree - 2001,2002,2003,2004,2005,2006,2008,2009,2010,2011,2012,2013,2014,2015,2016,2017,2018,2019,2020,2021,2022,2023 \\n                Marksheet - 2010,2011,2012,2013,2014,2015,2016,2017,2018,2019,2020,2021,2022,2023 \\n                Diploma - NA \\n                Transcript - NA\",\n                \"categories\": \"4,2,8\",\n                \"logo\": \"https://cf-media.api-setu.in/logo/issuers/006897.png\",\n                \"subdomain\": \"inasnom\"\n            },\n            {\n                \"organisationId\": \"003307\",\n                \"issuerId\": \"in.ac.spav.www\",\n                \"name\": \"School Of Planning & Architecture, Vijayawada\",\n                \"description\": \"School Of Planning & Architecture, Vijayawada is issuing their Digital awards for the following years, through DigiLocker. These can be pulled by students into their DigiLocker accounts \\r\\n                Degree - 2012,2013,2014,2015,2016,2017,2018,2019,2020,2021,2022 \\r\\n                Marksheet - 2008,2009,2010,2011,2012,2013,2014,2015,2016,2017,2018,2019,2020,2021,2022 \\r\\n                Diploma -  NA \\r\\n                Transcript - NA\",\n                \"categories\": \"4,2\",\n                \"logo\": \"https://cf-media.api-setu.in/logo/issuers/003307.png\",\n                \"subdomain\": \"spav\"\n            },\n            {\n                \"organisationId\": \"032678\",\n                \"issuerId\": \"in.sswroshni\",\n                \"name\": \"School of Social Work, Autonomous\",\n                \"description\": \"The institute has registered through NAD portal.\",\n                \"categories\": \"4,2\",\n                \"logo\": \"https://cf-media.api-setu.in/logo/issuers/032678.png\",\n                \"subdomain\": \"sswroshni\"\n            },\n            {\n                \"organisationId\": \"004755\",\n                \"issuerId\": \"in.edu.scms\",\n                \"name\": \"SCMS Cochin School of Business\",\n                \"description\": \"SCMS Cochin School of Business is issuing their Digital awards for the following years, through DigiLocker. These can be pulled by students into their DigiLocker accounts \\n                Degree - NA \\n                Marksheet - NA \\n                Diploma -  1995,1996,1997,1998,1999,2000,2001,2002,2003,2004,2005,2006,2007,2008,2009,2010,2011,2012,2013,2014,2015,2016,2017,2018,2019,2020,2021,2022,2023 \\n                Transcript - NA\",\n                \"categories\": \"4,2\",\n                \"logo\": \"https://cf-media.api-setu.in/logo/issuers/004755.png\",\n                \"subdomain\": \"scms\"\n            },\n            {\n                \"organisationId\": \"009252\",\n                \"issuerId\": \"in.ac.sdmimd\",\n                \"name\": \"SDM INSTITUTE FOR MANAGEMENT DEVELOPMENT\",\n                \"description\": \"SDM INSTITUTE FOR MANAGEMENT DEVELOPMENT is issuing their Digital awards for the following years, through DigiLocker. These can be pulled by students into their DigiLocker accounts \\n                Degree - 1996,1997,1998,1999,2000,2001,2002,2003,2004,2005,2006,2007,2008,2009,2010,2011,2012,2013,2014,2015,2016,2017,2018,2019,2020,2021,2022,2023,2024 \\n                Marksheet - NA \\n                Diploma -  NA \\n                Transcript - NA\",\n                \"categories\": \"4,2\",\n                \"logo\": \"https://cf-media.api-setu.in/logo/issuers/009252.png\",\n                \"subdomain\": \"sdmimd\"\n            },\n            {\n                \"organisationId\": \"006835\",\n                \"issuerId\": \"in.gov.ina.seamanshipschool\",\n                \"name\": \"Seamanship School\",\n                \"description\": \"Seamanship School is issuing their Digital awards for the following years, through DigiLocker. These can be pulled by students into their DigiLocker accounts \\n                Degree - 2020,2021 \\n                Marksheet - 2020,2021 \\n                Diploma -  NA \\n                Transcript - NA\",\n                \"categories\": \"4,2,8\",\n                \"logo\": \"https://cf-media.api-setu.in/logo/issuers/006835.png\",\n                \"subdomain\": \"seamanshipschool\"\n            },\n            {\n                \"organisationId\": \"052385\",\n                \"issuerId\": \"in.gov.sebi\",\n                \"name\": \"Securities and Exchange Board of India\",\n                \"description\": \"The Securities and Exchange Board of India was constituted as a non-statutory body on April 12, 1988 through a resolution of the Government of India.The Securities and Exchange Board of India was established as a statutory body in the year 1992 and the provisions of the Securities and Exchange Board of India Act, 1992 (15 of 1992) came into force on January 30, 1992.\",\n                \"categories\": \"3,1\",\n                \"logo\": \"https://cf-media.api-setu.in/logo/issuers/052385.png\",\n                \"subdomain\": \"sebi\"\n            },\n            {\n                \"organisationId\": \"011598\",\n                \"issuerId\": \"in.ac.gecgudlavalleru\",\n                \"name\": \"Seshadri Rao Gudlavalleru Engineering College\",\n                \"description\": \"Seshadri Rao Gudlavalleru Engineering College is issuing their Digital awards for the following years, through DigiLocker. These can be pulled by students into their DigiLocker accounts \\n                Degree - 2022,2023 \\n                Marksheet - 2022,2023,2024 \\n                Diploma -  NA \\n                Transcript - NA\",\n                \"categories\": \"4,2\",\n                \"logo\": \"https://cf-media.api-setu.in/logo/issuers/011598.png\",\n                \"subdomain\": \"gecgudlavalleru\"\n            },\n            {\n                \"organisationId\": \"034290\",\n                \"issuerId\": \"in.gov.gujarat.landrecords\",\n                \"name\": \"Settlement Commissioner and Director Land Records\",\n                \"description\": \"This is Land Department of Gujarat state and Department is involved in survey of agriculture land and non agriculture property and preparation of RoR eg.propertycard. This is Land Department of Gujarat state and Department is involved in survey of agriculture land and non agriculture property and preparation of RoR eg.propertycard.\",\n                \"categories\": \"4\",\n                \"logo\": \"https://cf-media.api-setu.in/logo/issuers/034290.png\",\n                \"subdomain\": \"gujaratlandrecords\"\n            },\n            {\n                \"organisationId\": \"004691\",\n                \"issuerId\": \"in.gov.mahabhumi\",\n                \"name\": \"Settlement Commissioner and Director of Land Record, Maharashtra\",\n                \"description\": \"Property card can be downloaded only if you have made payment on https://digitalsatbara.mahabhumi.gov.in/dslr\",\n                \"categories\": \"4,30\",\n                \"logo\": \"https://cf-media.api-setu.in/logo/issuers/004691.png\",\n                \"subdomain\": \"mahabhumi\"\n            },\n            {\n                \"organisationId\": \"017231\",\n                \"issuerId\": \"in.ac.sbssu\",\n                \"name\": \"Shaheed Bhagat Singh State University, Ferozepur, Punjab\",\n                \"description\": \"Shaheed Bhagat Singh State University is issuing their Digital awards for the following years, through DigiLocker. These can be pulled by students into their DigiLocker accounts \\n                Degree - NA \\n                Marksheet - 2021,2022,2023 \\n                Diploma -  NA \\n                Transcript - NA\",\n                \"categories\": \"4,2\",\n                \"logo\": \"https://cf-media.api-setu.in/logo/issuers/017231.png\",\n                \"subdomain\": \"sbssu\"\n            },\n            {\n                \"organisationId\": \"003297\",\n                \"issuerId\": \"in.ac.bvvjdp\",\n                \"name\": \"Shaheed Mahendra Karma Vishwavidyalaya, Bastar\",\n                \"description\": \"Shaheed Mahendra Karma Vishwavidyalaya, Bastar is issuing their Digital awards for the following years, through DigiLocker. These can be pulled by students into their DigiLocker accounts \\r\\n                Degree - 2019,2022 \\r\\n                Marksheet - 2012,2013,2014,2015,2016,2017,2018,2019,2020,2021,2022,2023 \\r\\n                Diploma -  NA \\r\\n                Transcript - NA\",\n                \"categories\": \"4,2\",\n                \"logo\": \"https://cf-media.api-setu.in/logo/issuers/003297.png\",\n                \"subdomain\": \"bvvjdp\"\n            },\n            {\n                \"organisationId\": \"003948\",\n                \"issuerId\": \"in.ac.sharda\",\n                \"name\": \"SHARDA UNIVERSITY, Greater Noida (UP) INDIA\",\n                \"description\": \"SHARDA UNIVERSITY, Greater Noida (UP) INDIA is issuing their Digital awards for the following years, through DigiLocker. These can be pulled by students into their DigiLocker accounts \\n                Degree - 2012,2013,2014,2015,2016,2017,2018,2019,2020,2021,2022 \\n                Marksheet - NA \\n                Diploma -  NA \\n                Transcript - NA\",\n                \"categories\": \"4,2\",\n                \"logo\": \"https://cf-media.api-setu.in/logo/issuers/003948.png\",\n                \"subdomain\": \"sharda\"\n            },\n            {\n                \"organisationId\": \"003407\",\n                \"issuerId\": \"in.edu.sharnbasvauniversity\",\n                \"name\": \"Sharnbasva University\",\n                \"description\": \"Sharnbasva University is issuing their Digital awards for the following years, through DigiLocker. These can be pulled by students into their DigiLocker accounts.\\n                Degree - 2019,2020,2021,2022 \\n                Marksheet - 2018,2020,2021,2022 \\n                Diploma - NA \\n                Transcript - NA\",\n                \"categories\": \"4,2\",\n                \"logo\": \"https://cf-media.api-setu.in/logo/issuers/003407.png\",\n                \"subdomain\": \"sharnbasvauniv\"\n            },\n            {\n                \"organisationId\": \"004032\",\n                \"issuerId\": \"org.skuast\",\n                \"name\": \"Sher-e-Kashmir University of Agricultural Science & Technology of Jammu, Jammu\",\n                \"description\": \"Sher-e-Kashmir University of Agricultural Science & Technology of Jammu, Jammu is issuing their Digital awards for the following years, through DigiLocker. These can be pulled by students into their DigiLocker accounts.\\n                Degree - 2016,2017,2018,2019,2020,2021,2022,2023 \\n                Marksheet - NA \\n                Diploma - NA \\n                Transcript - NA\",\n                \"categories\": \"4,2\",\n                \"logo\": \"https://cf-media.api-setu.in/logo/issuers/004032.png\",\n                \"subdomain\": \"suastjammu\"\n            },\n            {\n                \"organisationId\": \"004026\",\n                \"issuerId\": \"in.ac.skuastkashmir\",\n                \"name\": \"Sher-e-Kashmir University of Agricultural Science & Technology of Kashmir, Srinagar\",\n                \"description\": \"Sher-e-Kashmir University of Agricultural Science & Technology of Kashmir, Srinagar is issuing their Digital awards for the following years, through DigiLocker. These can be pulled by students into their DigiLocker accounts \\r\\n                Degree - 2020,2021,2022 \\r\\n                Marksheet - NA \\r\\n                Diploma -  NA \\r\\n                Transcript - NA\",\n                \"categories\": \"4,2\",\n                \"logo\": \"https://cf-media.api-setu.in/logo/issuers/004026.png\",\n                \"subdomain\": \"auastasrinagar\"\n            },\n            {\n                \"organisationId\": \"003371\",\n                \"issuerId\": \"in.edu.snu\",\n                \"name\": \"Shiv Nadar (Institute of Eminence Deemed to be University) Formerly Shiv Nadar University\",\n                \"description\": \"Shiv Nadar University is issuing their Digital awards for the following years, through DigiLocker. These can be pulled by students into their DigiLocker accounts \\n                Degree - 2013,2014,2015,2016,2017,2018,2019,2020,2021,2022,2023 \\n                Marksheet - NA \\n                Diploma -  NA \\n                Transcript - 2013,2014,2015,2023\",\n                \"categories\": \"4,2\",\n                \"logo\": \"https://cf-media.api-setu.in/logo/issuers/003371.png\",\n                \"subdomain\": \"snu\"\n            },\n            {\n                \"organisationId\": \"016941\",\n                \"issuerId\": \"edu.in.snuchennai\",\n                \"name\": \"Shiv Nadar University, Tamil Nadu\",\n                \"description\": \"Shiv Nadar University, Tamil Nadu is issuing their Digital awards for the following years, through DigiLocker. These can be pulled by students into their DigiLocker accounts \\r\\n                Degree - NA \\r\\n                Marksheet - 2022 \\r\\n                Diploma -  NA \\r\\n                Transcript - NA\",\n                \"categories\": \"4,2\",\n                \"logo\": \"https://cf-media.api-setu.in/logo/issuers/016941.png\",\n                \"subdomain\": \"eduinsnuchennai\"\n            },\n            {\n                \"organisationId\": \"004887\",\n                \"issuerId\": \"in.ac.unishivaji\",\n                \"name\": \"Shivaji University, Kolhapur\",\n                \"description\": \"Shivaji University, Kolhapur is issuing their Digital awards for the following years, through DigiLocker. These can be pulled by students into their DigiLocker accounts \\n                Degree - 1965,1990,1991,1992,1993,1994,1995,1996,1997,1998,1999,2000,2001,2002,2003,2004,2005,2006,2007,2008,2009,2010,2011,2012,2013,2014,2015,2016,2017,2018,2019,2020,2021,2022,2023 \\n                Marksheet - 2022,2023 \\n                Diploma -  NA \\n                Transcript - NA\",\n                \"categories\": \"4,2\",\n                \"logo\": \"https://cf-media.api-setu.in/logo/issuers/004887.png\",\n                \"subdomain\": \"unishivaji\"\n            },\n            {\n                \"organisationId\": \"003584\",\n                \"issuerId\": \"in.ac.shobhituniversity\",\n                \"name\": \"Shobhit Institute Of Engineering & Technology, Meerut\",\n                \"description\": \"Shobit Institute Of Engineering & Technology, Meerut is issuing their Digital awards for the following years, through DigiLocker. These can be pulled by students into their DigiLocker accounts \\r\\n                Degree - 2014,2015,2016,2017,2018,2019 \\r\\n                Marksheet - NA \\r\\n                Diploma -  NA \\r\\n                Transcript - NA\",\n                \"categories\": \"4,2\",\n                \"logo\": \"https://cf-media.api-setu.in/logo/issuers/003584.png\",\n                \"subdomain\": \"shobhituniv\"\n            },\n            {\n                \"organisationId\": \"003714\",\n                \"issuerId\": \"in.ac.shobhitmeerut\",\n                \"name\": \"Shobhit University, Gangoh\",\n                \"description\": \"Shobhit University, Gangoh is issuing their Digital awards for the following years, through DigiLocker. These can be pulled by students into their DigiLocker accounts.\\n                Degree - NA \\n                Marksheet - 2016,2017,2018,2019,2020,2021,2022 \\n                Diploma - 2020 \\n                Transcript - NA\",\n                \"categories\": \"4,2\",\n                \"logo\": \"https://cf-media.api-setu.in/logo/issuers/003714.png\",\n                \"subdomain\": \"shobhitmeerut\"\n            },\n            {\n                \"organisationId\": \"003273\",\n                \"issuerId\": \"com.shooliniuniversity\",\n                \"name\": \"Shoolini University of Biotechnology and Management Sciences, Solan, H.P.\",\n                \"description\": \"Shoolini University of Biotechnology and Management Sciences, Solan, H.P. is issuing their Digital awards for the following years, through DigiLocker. These can be pulled by students into their DigiLocker accounts.\\n                Degree - 2015,2017,2018,2019,2020,2021,2022 \\n                Marksheet - 2018,2019,2020,2021,2022,2023 \\n                Diploma - 2019 \\n                Transcript - NA\",\n                \"categories\": \"4,2\",\n                \"logo\": \"https://cf-media.api-setu.in/logo/issuers/003273.png\",\n                \"subdomain\": \"shooliniuniv\"\n            },\n            {\n                \"organisationId\": \"004325\",\n                \"issuerId\": \"in.ac.sgtuniversity\",\n                \"name\": \"Shree Guru Gobind Singh Tricentenary University, Gurgaon\",\n                \"description\": \"Shree Guru Gobind Singh Tricentenary University, Gurgaon is issuing their Digital awards for the following years, through DigiLocker. These can be pulled by students into their DigiLocker accounts.\\n                Degree - 2017,2018,2019,2020,2021,2022,2024 \\n                Marksheet - 2017,2018,2019,2020,2021,2022,2023 \\n                Diploma - 2019,2020,2021,2022 \\n                Transcript - NA\",\n                \"categories\": \"4,2\",\n                \"logo\": \"https://cf-media.api-setu.in/logo/issuers/004325.png\",\n                \"subdomain\": \"sgtuniversity\"\n            },\n            {\n                \"organisationId\": \"005150\",\n                \"issuerId\": \"in.edu.sdmuniversity\",\n                \"name\": \"Shri Dharmasthala Manjunatheshwara University\",\n                \"description\": \"Shri Dharmasthala Manjunatheshwara University is issuing their Digital awards for the following years, through DigiLocker. These can be pulled by students into their DigiLocker accounts.\\r\\n                Degree - NA \\r\\n                Marksheet - 2020,2021,2022,2023 \\r\\n                Diploma - NA \\r\\n                Transcript - NA\",\n                \"categories\": \"4,2\",\n                \"logo\": \"https://cf-media.api-setu.in/logo/issuers/005150.png\",\n                \"subdomain\": \"sdmuniversity\"\n            },\n            {\n                \"organisationId\": \"005290\",\n                \"issuerId\": \"in.ac.sggu\",\n                \"name\": \"Shri Govind Guru University\",\n                \"description\": \"Shri Govind Guru University is issuing their Digital awards for the following years, through DigiLocker. These can be pulled by students into their DigiLocker accounts.\\n                Degree - 2018,2019,2020,2021,2022 \\n                Marksheet - 2022,2023 \\n                Diploma - NA \\n                Transcript - NA\",\n                \"categories\": \"4,2\",\n                \"logo\": \"https://cf-media.api-setu.in/logo/issuers/005290.png\",\n                \"subdomain\": \"sggu\"\n            },\n            {\n                \"organisationId\": \"004375\",\n                \"issuerId\": \"in.nic.sjsv\",\n                \"name\": \"Shri Jagannath Sanskrit Vishwavidyalaya, Puri\",\n                \"description\": \"Shri Jagannath Sanskrit Vishwavidyalaya, Puri is issuing their Digital awards for the following years, through DigiLocker. These can be pulled by students into their DigiLocker accounts \\n                Degree - 2015,2016,2017,2018,2020,2021 \\n                Marksheet - NA \\n                Diploma -  NA \\n                Transcript - NA\",\n                \"categories\": \"4,2\",\n                \"logo\": \"https://cf-media.api-setu.in/logo/issuers/004375.png\",\n                \"subdomain\": \"sjsv\"\n            },\n            {\n                \"organisationId\": \"004978\",\n                \"issuerId\": \"in.ac.jjtu\",\n                \"name\": \"Shri Jagdishprasad Jhabarmal Tibrewala University, Jhunjhunu\",\n                \"description\": \"Shri Jagdish Prasad Jhabarmal Tibrewala University, Jhunjhunu is issuing their Digital awards for the following years, through DigiLocker. These can be pulled by students into their DigiLocker accounts \\r\\n                Degree - 2019,2020,2022,2023 \\r\\n                Marksheet - NA \\r\\n                Diploma -  2019,2020,2022 \\r\\n                Transcript - NA\",\n                \"categories\": \"4,2\",\n                \"logo\": \"https://cf-media.api-setu.in/logo/issuers/004978.png\",\n                \"subdomain\": \"jjtu\"\n            },\n            {\n                \"organisationId\": \"011829\",\n                \"issuerId\": \"in.ac.skvv\",\n                \"name\": \"Shri Kallaji Vedic Vishvavidyalaya\",\n                \"description\": \"The institute has registered through NAD portal.\",\n                \"categories\": \"4,2\",\n                \"logo\": \"https://cf-media.api-setu.in/logo/issuers/011829.png\",\n                \"subdomain\": \"skvv\"\n            },\n            {\n                \"organisationId\": \"004627\",\n                \"issuerId\": \"in.ac.skau\",\n                \"name\": \"SHRI KRISHNA AYUSH UNIVERSITY KURUKSHETRA\",\n                \"description\": \"SHRI KRISHNA AYUSH UNIVERSITY KURUKSHETRA is issuing their Digital awards for the following years, through DigiLocker. These can be pulled by students into their DigiLocker accounts \\r\\n                Degree - NA \\r\\n                Marksheet - 2019 \\r\\n                Diploma -  NA \\r\\n                Transcript - NA\",\n                \"categories\": \"4,2\",\n                \"logo\": \"https://cf-media.api-setu.in/logo/issuers/004627.png\",\n                \"subdomain\": \"skau\"\n            },\n            {\n                \"organisationId\": \"066096\",\n                \"issuerId\": \"in.ac.skuindia\",\n                \"name\": \"Shri Krishna University\",\n                \"description\": \"The institute has registered through NAD portal.\",\n                \"categories\": \"4,2\",\n                \"logo\": \"https://cf-media.api-setu.in/logo/issuers/null\",\n                \"subdomain\": \"skuindia\"\n            },\n            {\n                \"organisationId\": \"005587\",\n                \"issuerId\": \"in.ac.slbsrsv\",\n                \"name\": \"Shri Lal Bahadur Shastri National Sanskrit University\",\n                \"description\": \"Shri Lal Bahadur Shastri National Sanskrit University is issuing their Digital awards for the following years, through DigiLocker. These can be pulled by students into their DigiLocker accounts \\n                Degree - NA \\n                Marksheet - 2020,2021,2022,2024 \\n                Diploma -  NA \\n                Transcript - NA\",\n                \"categories\": \"4,2\",\n                \"logo\": \"https://cf-media.api-setu.in/logo/issuers/005587.jpg\",\n                \"subdomain\": \"slbsrsv\"\n            },\n            {\n                \"organisationId\": \"004041\",\n                \"issuerId\": \"in.ac.smvdu\",\n                \"name\": \"Shri Mata Vaishno Devi University, Katra\",\n                \"description\": \"Shri Mata Vaishno Devi University, Katra is issuing their Digital awards for the following years, through DigiLocker. These can be pulled by students into their DigiLocker accounts.\\n                Degree - 2006,2007,2008,2009,2010,2011,2012,2013,2014,2015,2016,2017,2018,2019,2020,2021,2022,2023 \\n                Marksheet - NA \\n                Diploma - NA \\n                Transcript - 2016,2017,2018,2019,2020,2021\",\n                \"categories\": \"4,2\",\n                \"logo\": \"https://cf-media.api-setu.in/logo/issuers/004041.png\",\n                \"subdomain\": \"smvdujammu\"\n            },\n            {\n                \"organisationId\": \"003552\",\n                \"issuerId\": \"in.ac.srmus\",\n                \"name\": \"Shri Ramasamy Memorial University, Sikkim\",\n                \"description\": \"Shri Ramasamy Memorial University is issuing their Digital awards for the following years, through DigiLocker. These can be pulled by students into their DigiLocker accounts \\n                Degree - 2016,2017,2019,2020 \\n                Marksheet - NA \\n                Diploma -  NA \\n                Transcript - NA\",\n                \"categories\": \"4,2\",\n                \"logo\": \"https://cf-media.api-setu.in/logo/issuers/003552.png\",\n                \"subdomain\": \"srmus\"\n            },\n            {\n                \"organisationId\": \"003531\",\n                \"issuerId\": \"in.ac.srmu\",\n                \"name\": \"Shri Ramswaroop Memorial University\",\n                \"description\": \"Shri Ramswaroop Memorial University is issuing their Digital awards for the following years, through DigiLocker. These can be pulled by students into their DigiLocker accounts \\n                Degree - 2014,2015,2016,2017,2018,2019,2020,2021 \\n                Marksheet - NA \\n                Diploma -  2017,2018,2019,2020,2021 \\n                Transcript - NA\",\n                \"categories\": \"4,2\",\n                \"logo\": \"https://cf-media.api-setu.in/logo/issuers/003531.png\",\n                \"subdomain\": \"srmu\"\n            },\n            {\n                \"organisationId\": \"003969\",\n                \"issuerId\": \"in.ac.sruraipur\",\n                \"name\": \"Shri Rawatpura  Sarkar University\",\n                \"description\": \"Shri Rawatpura  Sarkar University is issuing their Digital awards for the following years, through DigiLocker. These can be pulled by students into their DigiLocker accounts \\n                Degree - 2020,2021 \\n                Marksheet - NA \\n                Diploma -  2019,2020,2021 \\n                Transcript - NA\",\n                \"categories\": \"4,2\",\n                \"logo\": \"https://cf-media.api-setu.in/logo/issuers/003969.png\",\n                \"subdomain\": \"sruraipur\"\n            },\n            {\n                \"organisationId\": \"007972\",\n                \"issuerId\": \"com.shrishankaracharyauniversity\",\n                \"name\": \"SHRI SHANKARACHARYA PROFESSIONAL UNIVERSITY\",\n                \"description\": \"SHRI SHANKARACHARYA PROFESSIONAL UNIVERSITY is issuing their Digital awards for the following years, through DigiLocker. These can be pulled by students into their DigiLocker accounts \\n                Degree - NA \\n                Marksheet - 2021,2022,2023 \\n                Diploma -  NA \\n                Transcript - NA\",\n                \"categories\": \"4,2\",\n                \"logo\": \"https://cf-media.api-setu.in/logo/issuers/007972.png\",\n                \"subdomain\": \"shankaracharyauniv\"\n            },\n            {\n                \"organisationId\": \"010576\",\n                \"issuerId\": \"in.edu.svvv\",\n                \"name\": \"Shri Vaishnav Vidyapeeth Vishwavidyalaya\",\n                \"description\": \"Shri Vaishnav Vidyapeeth Vishwavidyalaya is issuing their Digital awards for the following years, through DigiLocker. These can be pulled by students into their DigiLocker accounts.\\n                Degree - 2018,2019,2023 \\n                Marksheet - 2022 \\n                Diploma - NA \\n                Transcript - NA\",\n                \"categories\": \"4,2\",\n                \"logo\": \"https://cf-media.api-setu.in/logo/issuers/010576.png\",\n                \"subdomain\": \"svvv\"\n            },\n            {\n                \"organisationId\": \"063379\",\n                \"issuerId\": \"in.ac.djsce\",\n                \"name\": \"SHRI VILE PARLE KELAVANI MANDAL'S DWARKADAS J. SANGHVI COLLEGE OF ENGINEERING\",\n                \"description\": \"SHRI VILE PARLE KELAVANI MANDAL'S DWARKADAS J. SANGHVI COLLEGE OF ENGINEERING is issuing their Digital awards for the following years, through DigiLocker. These can be pulled by students into their DigiLocker accounts \\n                Degree - NA \\n                Marksheet - 2022,2023,2024 \\n                Diploma -  NA \\n                Transcript - NA\",\n                \"categories\": \"4,2\",\n                \"logo\": \"https://cf-media.api-setu.in/logo/issuers/063379.png\",\n                \"subdomain\": \"djsce\"\n            },\n            {\n                \"organisationId\": \"055268\",\n                \"issuerId\": \"in.ac.svkm\",\n                \"name\": \"Shri Vile Parle Kelavani Mandal's Narsee Monjee College of Commerce & Economics(Autonomous)\",\n                \"description\": \"Shri Vile Parle Kelavani Mandal's Narsee Monjee College of Commerce & Economics(Autonomous) is issuing their Digital awards for the following years, through DigiLocker. These can be pulled by students into their DigiLocker accounts.\\n                Degree - NA \\n                Marksheet - 2022,2023,2024 \\n                Diploma - NA \\n                Transcript - NA\",\n                \"categories\": \"4,2\",\n                \"logo\": \"https://cf-media.api-setu.in/logo/issuers/055268.png\",\n                \"subdomain\": \"svkm\"\n            },\n            {\n                \"organisationId\": \"005575\",\n                \"issuerId\": \"in.edu.svecw\",\n                \"name\": \"SHRI VISHNU ENGINEERING COLLEGE FOR WOMEN\",\n                \"description\": \"SHRI VISHNU ENGINEERING COLLEGE FOR WOMEN is issuing their Digital awards for the following years, through DigiLocker. These can be pulled by students into their DigiLocker accounts \\n                Degree - NA \\n                Marksheet - 2015,2016,2017,2018,2021,2022 \\n                Diploma -  NA \\n                Transcript - NA\",\n                \"categories\": \"4,2\",\n                \"logo\": \"https://cf-media.api-setu.in/logo/issuers/005575.png\",\n                \"subdomain\": \"svecw\"\n            },\n            {\n                \"organisationId\": \"003518\",\n                \"issuerId\": \"in.ac.svsu\",\n                \"name\": \"Shri Vishwakarma Skill University\",\n                \"description\": \"Shri Vishwakarma Skill University is issuing their Digital awards for the following years, through DigiLocker. These can be pulled by students into their DigiLocker accounts.\\n                Degree - 2020,2021 \\n                Marksheet - 2018,2019,2020,2021,2022,2023 \\n                Diploma - 2019,2020 \\n                Transcript - NA\",\n                \"categories\": \"4,2\",\n                \"logo\": \"https://cf-media.api-setu.in/logo/issuers/003518.png\",\n                \"subdomain\": \"svsu\"\n            },\n            {\n                \"organisationId\": \"003065\",\n                \"issuerId\": \"in.ac.shridharuniversity\",\n                \"name\": \"Shridhar University,  Pilani\",\n                \"description\": \"Shridhar University,  Pilani is issuing their Digital awards for the following years, through DigiLocker. These can be pulled by students into their DigiLocker accounts \\n                Degree - 2011,2012,2013,2014,2020 \\n                Marksheet - NA \\n                Diploma -  2012,2013,2014,2020 \\n                Transcript - NA\",\n                \"categories\": \"4,2\",\n                \"logo\": \"https://cf-media.api-setu.in/logo/issuers/003065.png\",\n                \"subdomain\": \"shridharuniversity\"\n            },\n            {\n                \"organisationId\": \"002381\",\n                \"issuerId\": \"com.shriramgi\",\n                \"name\": \"Shriram General Insurance Company Ltd.\",\n                \"description\": \"General Insurance policies such as Motor, Fire, Engineering, Marine, Personal Accident and other Package products issued by Shriram General Insurance available to be pulled by Citizens of India.\",\n                \"categories\": \"993,1\",\n                \"logo\": \"https://cf-media.api-setu.in/logo/issuers/002381.jpg\",\n                \"subdomain\": \"shriramgi\"\n            },\n            {\n                \"organisationId\": \"006120\",\n                \"issuerId\": \"in.shriramhousing\",\n                \"name\": \"Shriram Housing Finance Limited\",\n                \"description\": \"Shriram Housing Finance Limited (SHFL) is a housing finance organisation registered with the National Housing Bank (NHB). We are a part of the Shriram Group, with a rich legacy of almost five decades.Implementing the National Vision of &lsquo;Housing for All' in our &lsquo;Shriram' way by reaching out to all section of the population with innovative home loan schemes. SHFL will use DigiLocker services to improve customer experience and Security features of Customer Documents\",\n                \"categories\": \"993,1\",\n                \"logo\": \"https://cf-media.api-setu.in/logo/issuers/006120.png\",\n                \"subdomain\": \"shriramhousing\"\n            },\n            {\n                \"organisationId\": \"005113\",\n                \"issuerId\": \"com.shriramlife\",\n                \"name\": \"Shriram Life Insurance Company Limited\",\n                \"description\": \"Shriram Life Insurance Co. Ltd., Incorporated in 2005, and  commenced operations in 2006. Synonymous for its efficient use of capital and low operational costs, SLIC has been true to the Group&lsquo;s philosophy of financial inclusion. SLIC's aim is to offer life insurance plans and solutions that cater to a wider demography. It has a network of over 400 offices across India.\",\n                \"categories\": \"993,1\",\n                \"logo\": \"https://cf-media.api-setu.in/logo/issuers/005113.jpg\",\n                \"subdomain\": \"shriramlife\"\n            },\n            {\n                \"organisationId\": \"008706\",\n                \"issuerId\": \"in.ac.sit\",\n                \"name\": \"SIDDAGANGA INSTITUTE OF TECHNOLOGY\",\n                \"description\": \"SIDDAGANGA INSTITUTE OF TECHNOLOGY is issuing their Digital awards for the following years, through DigiLocker. These can be pulled by students into their DigiLocker accounts.\\n                Degree - NA \\n                Marksheet - 2018,2019,2020,2021,2022 \\n                Diploma - NA \\n                Transcript - NA\",\n                \"categories\": \"4,2\",\n                \"logo\": \"https://cf-media.api-setu.in/logo/issuers/008706.png\",\n                \"subdomain\": \"sit\"\n            },\n            {\n                \"organisationId\": \"061415\",\n                \"issuerId\": \"ORG.SISTK\",\n                \"name\": \"SIDDARTHA INSTITUTE OF SCIENCE AND TECHNOLOGY\",\n                \"description\": \"SIDDARTHA INSTITUTE OF SCIENCE AND TECHNOLOGY is issuing their Digital awards for the following years, through DigiLocker. These can be pulled by students into their DigiLocker accounts \\n                Degree - NA \\n                Marksheet - 2022,2023,2024 \\n                Diploma -  NA \\n                Transcript - NA\",\n                \"categories\": \"4,2\",\n                \"logo\": \"https://cf-media.api-setu.in/logo/issuers/061415.png\",\n                \"subdomain\": \"sistk\"\n            },\n            {\n                \"organisationId\": \"004282\",\n                \"issuerId\": \"in.edu.suksn\",\n                \"name\": \"Siddharth University, Kapilvastu\",\n                \"description\": \"Siddharth University, Kapilvastu is issuing their Digital awards for the following years, through DigiLocker. These can be pulled by students into their DigiLocker accounts \\n                Degree - 2018,2019,2020,2021,2022 \\n                Marksheet - 2018,2019,2020,2021,2022,2023 \\n                Diploma -  NA \\n                Transcript - NA\",\n                \"categories\": \"4,2\",\n                \"logo\": \"https://cf-media.api-setu.in/logo/issuers/004282.png\",\n                \"subdomain\": \"suksn\"\n            },\n            {\n                \"organisationId\": \"005932\",\n                \"issuerId\": \"in.ac.skbu\",\n                \"name\": \"Sidho-Kanho-Birsha University\",\n                \"description\": \"Sidho-Kanho-Birsha University is issuing their Digital awards for the following years, through DigiLocker. These can be pulled by students into their DigiLocker accounts \\n                Degree - 2020,2021,2022 \\n                Marksheet - 2023 \\n                Diploma -  NA \\n                Transcript - NA\",\n                \"categories\": \"4,2\",\n                \"logo\": \"https://cf-media.api-setu.in/logo/issuers/005932.png\",\n                \"subdomain\": \"skbu\"\n            },\n            {\n                \"organisationId\": \"003958\",\n                \"issuerId\": \"in.ac.skmu\",\n                \"name\": \"Sido Kanhu Murmu University, Dumka\",\n                \"description\": \"Sido Kanhu Murmu University, Dumka is issuing their Digital awards for the following years, through DigiLocker. These can be pulled by students into their DigiLocker accounts \\n                Degree - 2016,2017,2018,2019,2020,2021 \\n                Marksheet - NA \\n                Diploma -  NA \\n                Transcript - NA\",\n                \"categories\": \"4,2\",\n                \"logo\": \"https://cf-media.api-setu.in/logo/issuers/003958.png\",\n                \"subdomain\": \"skmu\"\n            },\n            {\n                \"organisationId\": \"007335\",\n                \"issuerId\": \"in.gov.ina.signalschool\",\n                \"name\": \"Signal School\",\n                \"description\": \"Signal School is issuing their Digital awards for the following years, through DigiLocker. These can be pulled by students into their DigiLocker accounts \\n                Degree - 1998,1999,2000,2001,2002,2003,2004,2005,2006,2007,2008,2009,2010,2011,2012,2013,2014,2015,2016,2017,2018,2019,2020,2021,2022,2023,2024 \\n                Marksheet - 1998,1999,2000,2001,2002,2003,2004,2005,2006,2007,2008,2009,2010,2011,2012,2013,2014,2015,2016,2017,2018,2019,2020,2021,2022,2023,2024 \\n                Diploma -  NA \\n                Transcript - NA\",\n                \"categories\": \"4,2,8\",\n                \"logo\": \"https://cf-media.api-setu.in/logo/issuers/007335.png\",\n                \"subdomain\": \"signalschool\"\n            },\n            {\n                \"organisationId\": \"003953\",\n                \"issuerId\": \"in.edu.smu\",\n                \"name\": \"Sikkim Manipal University, Gangtok\",\n                \"description\": \"Sikkim Manipal University, Gangtok  is issuing their Digital awards for the following years, through DigiLocker. These can be pulled by students into their DigiLocker accounts \\n                Degree - 2017,2018,2019,2020,2021,2022 \\n                Marksheet - 2023 \\n                Diploma -  NA \\n                Transcript - NA\",\n                \"categories\": \"4,2\",\n                \"logo\": \"https://cf-media.api-setu.in/logo/issuers/003953.png\",\n                \"subdomain\": \"smusikkim\"\n            },\n            {\n                \"organisationId\": \"004035\",\n                \"issuerId\": \"in.ac.cus\",\n                \"name\": \"Sikkim University\",\n                \"description\": \"Sikkim University is issuing their Digital awards for the following years, through DigiLocker. These can be pulled by students into their DigiLocker accounts \\n                Degree - 2017,2018,2019,2020,2021,2022,2023 \\n                Marksheet - 2021,2022,2023 \\n                Diploma -  NA \\n                Transcript - NA\",\n                \"categories\": \"4,2\",\n                \"logo\": \"https://cf-media.api-setu.in/logo/issuers/004035.png\",\n                \"subdomain\": \"cusgangtok\"\n            },\n            {\n                \"organisationId\": \"010185\",\n                \"issuerId\": \"in.ac.soa\",\n                \"name\": \"Siksha 'O' Anusandhan\",\n                \"description\": \"Siksha 'O' Anusandhan is issuing their Digital awards for the following years, through DigiLocker. These can be pulled by students into their DigiLocker accounts \\n                Degree - 2022 \\n                Marksheet - NA \\n                Diploma -  NA \\n                Transcript - NA\",\n                \"categories\": \"4,2\",\n                \"logo\": \"https://cf-media.api-setu.in/logo/issuers/010185.png\",\n                \"subdomain\": \"soa\"\n            },\n            {\n                \"organisationId\": \"012132\",\n                \"issuerId\": \"in.ac.silveroakuni\",\n                \"name\": \"Silver Oak University\",\n                \"description\": \"Silver Oak University is issuing their Digital awards for the following years, through DigiLocker. These can be pulled by students into their DigiLocker accounts.\\n                Degree - 2022,2023 \\n                Marksheet - 2021,2022 \\n                Diploma - 2023 \\n                Transcript - NA\",\n                \"categories\": \"4,2\",\n                \"logo\": \"https://cf-media.api-setu.in/logo/issuers/012132.png\",\n                \"subdomain\": \"silveroakuni\"\n            },\n            {\n                \"organisationId\": \"008366\",\n                \"issuerId\": \"in.co.singhaniauniversity\",\n                \"name\": \"Singhania University, Jhunjhunu\",\n                \"description\": \"Singhania University, Jhunjhunu is issuing their Digital awards for the following years, through DigiLocker. These can be pulled by students into their DigiLocker accounts.\\n                Degree - 2011,2014,2015,2016,2017,2018,2019,2020,2021,2022 \\n                Marksheet - 2017,2018,2019,2020,2021,2022 \\n                Diploma - NA \\n                Transcript - NA\",\n                \"categories\": \"4,2\",\n                \"logo\": \"https://cf-media.api-setu.in/logo/issuers/008366.png\",\n                \"subdomain\": \"singhaniauniversity\"\n            },\n            {\n                \"organisationId\": \"016068\",\n                \"issuerId\": \"in.gov.jk.singlewindow\",\n                \"name\": \"Single Window System - Jammu and Kashmir\",\n                \"description\": \"J&K SICOP is the implementing agency of BRAP in J&K and has developed Single Window Portal as one stop solution for the prospective investors, who can apply online for various NOC of different departments, track the application, download final certificate etc from this portal. At present we have more than 150 services offered through this portal which are either integrated or developed on Single Window Portal. We want the investor to get the NOC from Digilocker also.\",\n                \"categories\": \"4,30\",\n                \"logo\": \"https://cf-media.api-setu.in/logo/issuers/016068.png\",\n                \"subdomain\": \"singlewindow\"\n            },\n            {\n                \"organisationId\": \"003401\",\n                \"issuerId\": \"in.ac.spsu\",\n                \"name\": \"Sir Padampat Singhania University, Udaipur\",\n                \"description\": \"Sir Padampat Singhania University, Udaipur is issuing their Digital awards for the following years, through DigiLocker. These can be pulled by students into their DigiLocker accounts.\\n                Degree - 2011,2012,2013,2014,2015,2016,2017,2018,2019,2020,2021,2022,2023 \\n                Marksheet - NA \\n                Diploma - NA \\n                Transcript - NA\",\n                \"categories\": \"4,2\",\n                \"logo\": \"https://cf-media.api-setu.in/logo/issuers/003401.png\",\n                \"subdomain\": \"spsu\"\n            },\n            {\n                \"organisationId\": \"010562\",\n                \"issuerId\": \"in.ac.snuniv\",\n                \"name\": \"SISTER NIVEDITA UNIVERSITY\",\n                \"description\": \"SISTER NIVEDITA UNIVERSITY is issuing their Digital awards for the following years, through DigiLocker. These can be pulled by students into their DigiLocker accounts \\n                Degree - 2020,2021,2022 \\n                Marksheet - 2023 \\n                Diploma -  NA \\n                Transcript - NA\",\n                \"categories\": \"4,2\",\n                \"logo\": \"https://cf-media.api-setu.in/logo/issuers/010562.png\",\n                \"subdomain\": \"snuniv\"\n            },\n            {\n                \"organisationId\": \"004853\",\n                \"issuerId\": \"in.ac.ssim\",\n                \"name\": \"Siva Sivani Institute Of Management\",\n                \"description\": \"Siva Sivani Institute Of Management is issuing their Digital awards for the following years, through DigiLocker. These can be pulled by students into their DigiLocker accounts \\n                Degree - 1995,1996,1997,1998,1999,2000,2001,2002,2003,2004,2005,2006,2007,2008,2009,2010,2011,2012,2013,2014,2015,2016,2017,2018,2019,2020,2021 \\n                Marksheet - NA \\n                Diploma -  NA \\n                Transcript - NA\",\n                \"categories\": \"4,2\",\n                \"logo\": \"https://cf-media.api-setu.in/logo/issuers/004853.jpg\",\n                \"subdomain\": \"ssim\"\n            },\n            {\n                \"organisationId\": \"007918\",\n                \"issuerId\": \"in.scpwd\",\n                \"name\": \"Skill Council for Persons with Disability\",\n                \"description\": \"Skill Council for Persons with Disability is issuing their Digital awards for the following years, through DigiLocker. These can be pulled by students into their DigiLocker accounts \\r\\n                Degree - 2016,2017,2018,2020,2021,2022 \\r\\n                Marksheet - NA \\r\\n                Diploma -  NA \\r\\n                Transcript - NA\",\n                \"categories\": \"4,2,32\",\n                \"logo\": \"https://cf-media.api-setu.in/logo/issuers/007918.png\",\n                \"subdomain\": \"scpwd\"\n            },\n            {\n                \"organisationId\": \"003151\",\n                \"issuerId\": \"in.ac.sndt\",\n                \"name\": \"Smt. Nathibai Damodar Thackersey Women's University, Mumbai\",\n                \"description\": \"Smt. Nathibai Damodar Thackersey Women's University, Mumbai is issuing their Digital awards for the following years, through DigiLocker. These can be pulled by students into their DigiLocker accounts.\\n                Degree - 2014,2015,2016,2017,2018,2019,2020,2021,2023 \\n                Marksheet - 2022 \\n                Diploma - 2014,2015,2016,2017,2018,2019,2020,2021 \\n                Transcript - NA\",\n                \"categories\": \"4,2\",\n                \"logo\": \"https://cf-media.api-setu.in/logo/issuers/003151.png\",\n                \"subdomain\": \"sndt\"\n            },\n            {\n                \"organisationId\": \"033746\",\n                \"issuerId\": \"ssabellary.in.nic.kar.gfgc\",\n                \"name\": \"Smt. Sarladevi Satishchandra Agarwal Government First Grade College\",\n                \"description\": \"Smt. Sarladevi Satisshchandra Agarwal Government First Grade College is issuing their Digital awards for the following years, through DigiLocker. These can be pulled by students into their DigiLocker accounts.\\r\\n                Degree - NA \\r\\n                Marksheet - 2022 \\r\\n                Diploma - NA \\r\\n                Transcript - NA\",\n                \"categories\": \"4,2\",\n                \"logo\": \"https://cf-media.api-setu.in/logo/issuers/033746.png\",\n                \"subdomain\": \"ssa-bellary\"\n            },\n            {\n                \"organisationId\": \"004979\",\n                \"issuerId\": \"in.edu.jskothari\",\n                \"name\": \"Smt.Jayshree Sharadchandra Kothari Business School\",\n                \"description\": \"Smt.Jayshree Sharadchandra Kothari Business School is issuing their Digital awards for the following years, through DigiLocker. These can be pulled by students into their DigiLocker accounts \\n                Degree - NA \\n                Marksheet - 2021,2022 \\n                Diploma -  NA \\n                Transcript - NA\",\n                \"categories\": \"4,2\",\n                \"logo\": \"https://cf-media.api-setu.in/logo/issuers/004979.png\",\n                \"subdomain\": \"jskothari\"\n            },\n            {\n                \"organisationId\": \"002314\",\n                \"issuerId\": \"in.gov.rajasthan.dsa\",\n                \"name\": \"Social Justice and Empowerment Department\",\n                \"description\": \"Social Justice and Empowerment Department of Rajasthan is live on DigiLocker. Citizens can pull their disability digital certificate and save into their respective locker\",\n                \"categories\": \"4\",\n                \"logo\": \"https://cf-media.api-setu.in/logo/issuers/002314.jpg\",\n                \"subdomain\": \"rajasthandsa\"\n            },\n            {\n                \"organisationId\": \"023259\",\n                \"issuerId\": \"in.gov.bihar.socialwelfare\",\n                \"name\": \"SOCIAL WELFARE DEPARTMENT, GOVERNMENT OF BIHAR\",\n                \"description\": \"Social Welfare Department, Government of Bihar issuing the pension order status certificate/document for the following schemes.\\r\\n1. Indira Gandhi National Old Age Pension Scheme (IGNOAPS)\\r\\n2. Indira Gandhi National Widow Pension Scheme (IGNWPS)\\r\\n3. Indira Gandhi National Disability Pension Scheme (IGNDPS)\\r\\n4. Laxmi Bai Social Security Pension Scheme (LBSSPS)\\r\\n5. Bihar Disability Pension Scheme (BDPS)\\r\\n6. Mukhyamantri Vriddhjan Pension Yojana (MVPY)\",\n                \"categories\": \"4\",\n                \"logo\": \"https://cf-media.api-setu.in/logo/issuers/023259.png\",\n                \"subdomain\": \"statebihar\"\n            },\n            {\n                \"organisationId\": \"006655\",\n                \"issuerId\": \"com.schoolofbusinessdesign\",\n                \"name\": \"Soil School Of Business Design\",\n                \"description\": \"Soil School Of Business Design is issuing their Digital awards for the following years, through DigiLocker. These can be pulled by students into their DigiLocker accounts.\\n                Degree - NA \\n                Marksheet - 2019,2020,2021,2022 \\n                Diploma - 2021,2022 \\n                Transcript - NA\",\n                \"categories\": \"4,2\",\n                \"logo\": \"https://cf-media.api-setu.in/logo/issuers/006655.png\",\n                \"subdomain\": \"schofbusinessdesign\"\n            },\n            {\n                \"organisationId\": \"040396\",\n                \"issuerId\": \"in.gov.sportsauthorityofindia\",\n                \"name\": \"Sports Authority of India\",\n                \"description\": \"A number of Certificates are issued from the Organization including Khelo India Certificates, Academic Diploma Certificates etc. Integration with DigiLocker will aid in providing easier access, secured sharing to the above-mentioned documents, thus enabling in Good Governance and better delivery to Citizens.\",\n                \"categories\": \"3,18\",\n                \"logo\": \"https://cf-media.api-setu.in/logo/issuers/040396.png\",\n                \"subdomain\": \"sportsauthority\"\n            },\n            {\n                \"organisationId\": \"012556\",\n                \"issuerId\": \"in.gov.tn.sdat\",\n                \"name\": \"SPORTS DEVELOPMENT AUTHORITY OF TAMILNADU\",\n                \"description\": \"Sports Development Authority of Tamil Nadu is the official sports organisation of the Government of Tamil Nadu.\\r\\nProviding opportunities for talent identification, forwarding the players to the National and International levels. \",\n                \"categories\": \"3,18,30\",\n                \"logo\": \"https://cf-media.api-setu.in/logo/issuers/012556.png\",\n                \"subdomain\": \"sdat\"\n            },\n            {\n                \"organisationId\": \"007782\",\n                \"issuerId\": \"in.sportsskills\",\n                \"name\": \"Sports, Physical Education, Fitness and Leisure - Skills Council\",\n                \"description\": \"Sports, Physical Education, Fitness and Leisure - Skills Council is issuing their Digital awards for the following years, through DigiLocker. These can be pulled by students into their DigiLocker accounts \\n                Degree - 2022,2023,2024 \\n                Marksheet - NA \\n                Diploma -  NA \\n                Transcript - NA\",\n                \"categories\": \"4,2,32\",\n                \"logo\": \"https://cf-media.api-setu.in/logo/issuers/007782.jpeg\",\n                \"subdomain\": \"sportsskills\"\n            },\n            {\n                \"organisationId\": \"011915\",\n                \"issuerId\": \"in.ac.sctimst\",\n                \"name\": \"Sree Chitra Tirunal Institute For Medical Sciences And Technology, Thiruvananthapuram\",\n                \"description\": \"The institute has registered through NAD portal.\",\n                \"categories\": \"4,2\",\n                \"logo\": \"https://cf-media.api-setu.in/logo/issuers/011915.png\",\n                \"subdomain\": \"sctimstacin\"\n            },\n            {\n                \"organisationId\": \"004042\",\n                \"issuerId\": \"in.ac.ssus\",\n                \"name\": \"Sree Sankaracharya University Of Sanskrit, Kalady\",\n                \"description\": \"Sree Sankaracharya University Of Sanskrit, Kalady is issuing their Digital awards for the following years, through DigiLocker. These can be pulled by students into their DigiLocker accounts \\n                Degree - NA \\n                Marksheet - 2019,2020,2021,2022 \\n                Diploma -  NA \\n                Transcript - NA\",\n                \"categories\": \"4,2\",\n                \"logo\": \"https://cf-media.api-setu.in/logo/issuers/004042.png\",\n                \"subdomain\": \"ssuskalady\"\n            },\n            {\n                \"organisationId\": \"012784\",\n                \"issuerId\": \"in.edu.sbup\",\n                \"name\": \"Sri Balaji University\",\n                \"description\": \"Sri Balaji University is issuing their Digital awards for the following years, through DigiLocker. These can be pulled by students into their DigiLocker accounts \\n                Degree - 2022 \\n                Marksheet - NA \\n                Diploma -  NA \\n                Transcript - NA\",\n                \"categories\": \"4,2\",\n                \"logo\": \"https://cf-media.api-setu.in/logo/issuers/012784.png\",\n                \"subdomain\": \"sbup\"\n            },\n            {\n                \"organisationId\": \"003931\",\n                \"issuerId\": \"in.ac.sbvu\",\n                \"name\": \"Sri Balaji Vidyapeeth\",\n                \"description\": \"Sri Balaji Vidyapeeth is issuing their Digital awards for the following years, through DigiLocker. These can be pulled by students into their DigiLocker accounts \\n                Degree - 2010,2011,2012,2013,2014,2015,2016,2017,2018,2019,2020,2021 \\n                Marksheet - 2022 \\n                Diploma -  NA \\n                Transcript - NA\",\n                \"categories\": \"4,2\",\n                \"logo\": \"https://cf-media.api-setu.in/logo/issuers/003931.png\",\n                \"subdomain\": \"sbvu\"\n            },\n            {\n                \"organisationId\": \"004220\",\n                \"issuerId\": \"in.ac.kanchiuniv\",\n                \"name\": \"Sri Chandrasekharendra Saraswathi Viswa Mahavidyalaya, Kancheepuram\",\n                \"description\": \"Sri Chandrasekharendra Saraswathi Vishwa Mahavidyalaya, Kancheepuram is issuing their Digital awards for the following years, through DigiLocker. These can be pulled by students into their DigiLocker accounts \\n                Degree - 2019 \\n                Marksheet - NA \\n                Diploma -  NA \\n                Transcript - NA\",\n                \"categories\": \"4,2\",\n                \"logo\": \"https://cf-media.api-setu.in/logo/issuers/004220.png\",\n                \"subdomain\": \"kanchiuniv\"\n            },\n            {\n                \"organisationId\": \"005181\",\n                \"issuerId\": \"in.ac.sdsuv\",\n                \"name\": \"Sri Dev Suman Uttarakhand Vishwavidyalay, Tehri Garhwal\",\n                \"description\": \"Sri Dev Suman Uttarakhand Vishwavidyalay, Tehri Garhwal is issuing their Digital awards for the following years, through DigiLocker. These can be pulled by students into their DigiLocker accounts \\n                Degree - 2016,2017,2018,2019,2020 \\n                Marksheet - 2017,2018,2019,2023 \\n                Diploma -  NA \\n                Transcript - NA\",\n                \"categories\": \"4,2\",\n                \"logo\": \"https://cf-media.api-setu.in/logo/issuers/005181.png\",\n                \"subdomain\": \"sdsuv\"\n            },\n            {\n                \"organisationId\": \"003378\",\n                \"issuerId\": \"in.ac.sduu\",\n                \"name\": \"Sri Devaraj Urs Academy of Higher Education and Research, Tamaka, Kolar, Karnataka\",\n                \"description\": \"Sri Devaraj Urs Academy of Higher Education and Research, Tamaka, Kolar, Karnataka is issuing their Digital awards for the following years, through DigiLocker. These can be pulled by students into their DigiLocker accounts \\n                Degree - 2010,2011,2012,2013,2014,2015,2016,2017,2018,2019,2020,2021,2022 \\n                Marksheet - 2008,2009,2010,2011,2012,2013,2014,2015,2016,2017,2018,2019,2020,2021,2022,2023 \\n                Diploma -  NA \\n                Transcript - NA\",\n                \"categories\": \"4,2\",\n                \"logo\": \"https://cf-media.api-setu.in/logo/issuers/003378.png\",\n                \"subdomain\": \"sduu\"\n            },\n            {\n                \"organisationId\": \"009562\",\n                \"issuerId\": \"in.sdmcujire\",\n                \"name\": \"Sri Dharmasthala  Manjunatheshwara College (Autonomous), Ujire\",\n                \"description\": \"Sri Dharmasthala  Manjunatheshwara College (Autonomous), Ujire is issuing their Digital awards for the following years, through DigiLocker. These can be pulled by students into their DigiLocker accounts.\\n                Degree - NA \\n                Marksheet - 2019 \\n                Diploma - NA \\n                Transcript - NA\",\n                \"categories\": \"4,2\",\n                \"logo\": \"https://cf-media.api-setu.in/logo/issuers/009562.png\",\n                \"subdomain\": \"sdmcujire\"\n            },\n            {\n                \"organisationId\": \"003347\",\n                \"issuerId\": \"in.edu.sggswu\",\n                \"name\": \"Sri Guru Granth Sahib World University, Fatehgarh Sahib\",\n                \"description\": \"Sri Guru Granth Sahib World University, Fatehgarh Sahib is issuing their Digital awards for the following years, through DigiLocker. These can be pulled by students into their DigiLocker accounts.\\n                Degree - 2017,2018,2019,2020,2021,2022 \\n                Marksheet - 2022,2023 \\n                Diploma - 2020,2021 \\n                Transcript - NA\",\n                \"categories\": \"4,2\",\n                \"logo\": \"https://cf-media.api-setu.in/logo/issuers/003347.png\",\n                \"subdomain\": \"sggswu\"\n            },\n            {\n                \"organisationId\": \"003480\",\n                \"issuerId\": \"in.sgrduhs\",\n                \"name\": \"Sri Guru Ram Das University of Health Sciences,Sri Amritsar\",\n                \"description\": \"Sri Guru Ram Das University Of Health Sciences is issuing their Digital awards for the following years, through DigiLocker. These can be pulled by students into their DigiLocker accounts \\n                Degree - 2019,2020,2021,2022 \\n                Marksheet - 2018,2019,2020,2021,2022 \\n                Diploma -  2019,2020 \\n                Transcript - NA\",\n                \"categories\": \"4,2\",\n                \"logo\": \"https://cf-media.api-setu.in/logo/issuers/003480.png\",\n                \"subdomain\": \"sgrduhs\"\n            },\n            {\n                \"organisationId\": \"013199\",\n                \"issuerId\": \"in.edu.skct\",\n                \"name\": \"SRI KRISHNA COLLEGE OF TECHNOLOGY\",\n                \"description\": \"SRI KRISHNA COLLEGE OF TECHNOLOGY is issuing their Digital awards for the following years, through DigiLocker. These can be pulled by students into their DigiLocker accounts \\r\\n                Degree - NA \\r\\n                Marksheet - 2021,2022 \\r\\n                Diploma -  NA \\r\\n                Transcript - NA\",\n                \"categories\": \"4,2\",\n                \"logo\": \"https://cf-media.api-setu.in/logo/issuers/013199.png\",\n                \"subdomain\": \"skct\"\n            },\n            {\n                \"organisationId\": \"003908\",\n                \"issuerId\": \"in.ac.skuniversity\",\n                \"name\": \"Sri Krishnadevaraya University, Anantapur\",\n                \"description\": \"Sri Krishnadevaraya University, Anantapur is issuing their Digital awards for the following years, through DigiLocker. These can be pulled by students into their DigiLocker accounts \\r\\n                Degree - 2015,2016,2017,2018,2019,2020,2021,2022 \\r\\n                Marksheet - 2015,2016,2017,2018,2019,2020,2021,2022 \\r\\n                Diploma -  NA \\r\\n                Transcript - NA\",\n                \"categories\": \"4,2\",\n                \"logo\": \"https://cf-media.api-setu.in/logo/issuers/003908.png\",\n                \"subdomain\": \"skuniversity\"\n            },\n            {\n                \"organisationId\": \"003606\",\n                \"issuerId\": \"in.ac.spmvv\",\n                \"name\": \"Sri Padmavathi Mahila Visva Vidyalayam, Tirupati\",\n                \"description\": \"Sri Padmavathi Mahila Visva Vidyalayam, Tirupati is issuing their Digital awards for the following years, through DigiLocker. These can be pulled by students into their DigiLocker accounts.\\n                Degree - 1996,1999,2004,2007,2008,2010,2011,2012,2013,2014,2015,2016,2017,2018,2019,2020,2021 \\n                Marksheet - 2019,2020,2021,2023 \\n                Diploma - NA \\n                Transcript - NA\",\n                \"categories\": \"4,2\",\n                \"logo\": \"https://cf-media.api-setu.in/logo/issuers/003606.png\",\n                \"subdomain\": \"spmvv\"\n            },\n            {\n                \"organisationId\": \"003337\",\n                \"issuerId\": \"in.edu.sriramachandra\",\n                \"name\": \"Sri Ramachandra Institute Of Higher Education And Research\",\n                \"description\": \"Sri Ramachandra Institute Of Higher Education And Research is issuing their Digital awards for the following years, through DigiLocker. These can be pulled by students into their DigiLocker accounts \\n                Degree - 2016,2017,2018,2019,2020,2021 \\n                Marksheet - NA \\n                Diploma -  NA \\n                Transcript - NA\",\n                \"categories\": \"4,2\",\n                \"logo\": \"https://cf-media.api-setu.in/logo/issuers/003337.png\",\n                \"subdomain\": \"sriramachandra\"\n            },\n            {\n                \"organisationId\": \"013480\",\n                \"issuerId\": \"in.ac.srcas\",\n                \"name\": \"SRI RAMAKRISHNA COLLEGE OF ARTS & SCIENCE\",\n                \"description\": \"SRI RAMAKRISHNA COLLEGE OF ARTS & SCIENCE is issuing their Digital awards for the following years, through DigiLocker. These can be pulled by students into their DigiLocker accounts.\\r\\n                Degree - NA \\r\\n                Marksheet - 2021,2022,2023 \\r\\n                Diploma - NA \\r\\n                Transcript - NA\",\n                \"categories\": \"4,2\",\n                \"logo\": \"https://cf-media.api-setu.in/logo/issuers/013480.png\",\n                \"subdomain\": \"srcas\"\n            },\n            {\n                \"organisationId\": \"005079\",\n                \"issuerId\": \"in.edu.sairam\",\n                \"name\": \"SRI SAI RAM ENGINEERING COLLEGE\",\n                \"description\": \"SRI SAI RAM ENGINEERING COLLEGE is issuing their Digital awards for the following years, through DigiLocker. These can be pulled by students into their DigiLocker accounts \\n                Degree - NA \\n                Marksheet - 2020,2021,2022 \\n                Diploma -  NA \\n                Transcript - NA\",\n                \"categories\": \"4,2\",\n                \"logo\": \"https://cf-media.api-setu.in/logo/issuers/005079.png\",\n                \"subdomain\": \"sairam\"\n            },\n            {\n                \"organisationId\": \"006908\",\n                \"issuerId\": \"in.edu.sairamit\",\n                \"name\": \"SRI SAI RAM INSTITUTE OF TECHNOLOGY\",\n                \"description\": \"SRI SAI RAM INSTITUTE OF TECHNOLOGY is issuing their Digital awards for the following years, through DigiLocker. These can be pulled by students into their DigiLocker accounts.\\n                Degree - NA \\n                Marksheet - 2020,2021 \\n                Diploma - NA \\n                Transcript - NA\",\n                \"categories\": \"4,2\",\n                \"logo\": \"https://cf-media.api-setu.in/logo/issuers/006908.png\",\n                \"subdomain\": \"sairamit\"\n            },\n            {\n                \"organisationId\": \"006820\",\n                \"issuerId\": \"org.srisaiuniversity\",\n                \"name\": \"Sri Sai University, Palampur\",\n                \"description\": \"Sri Sai University, Palampur is issuing their Digital awards for the following years, through DigiLocker. These can be pulled by students into their DigiLocker accounts \\n                Degree - 2017,2018,2019,2020,2021 \\n                Marksheet - 2018 \\n                Diploma -  NA \\n                Transcript - NA\",\n                \"categories\": \"4,2\",\n                \"logo\": \"https://cf-media.api-setu.in/logo/issuers/006820.png\",\n                \"subdomain\": \"srisaiuniversity\"\n            },\n            {\n                \"organisationId\": \"003247\",\n                \"issuerId\": \"in.edu.sssihl\",\n                \"name\": \"Sri Sathya Sai Institute of Higher Learning\",\n                \"description\": \"Sri Sathya Sai Institute of Higher Learning is issuing their Digital awards for the following years, through DigiLocker. These can be pulled by students into their DigiLocker accounts.\\n                Degree - 2020,2021,2022 \\n                Marksheet - NA \\n                Diploma - NA \\n                Transcript - NA\",\n                \"categories\": \"4,2\",\n                \"logo\": \"https://cf-media.api-setu.in/logo/issuers/003247.png\",\n                \"subdomain\": \"sssihl\"\n            },\n            {\n                \"organisationId\": \"042436\",\n                \"issuerId\": \"in.ac.sssuhe\",\n                \"name\": \"Sri Sathya Sai University for Human Excellence\",\n                \"description\": \"Sri Sathya Sai University for Human Excellence is issuing their Digital awards for the following years, through DigiLocker. These can be pulled by students into their DigiLocker accounts.\\n                Degree - 2022,2023 \\n                Marksheet - 2019,2020,2021,2022,2023 \\n                Diploma - NA \\n                Transcript - NA\",\n                \"categories\": \"4,2\",\n                \"logo\": \"https://cf-media.api-setu.in/logo/issuers/042436.png\",\n                \"subdomain\": \"sssuhe\"\n            },\n            {\n                \"organisationId\": \"003583\",\n                \"issuerId\": \"in.sahe\",\n                \"name\": \"Sri Siddhartha Academy of Higher Education\",\n                \"description\": \"Sri Siddhartha Academy of Higher Education is issuing their Digital awards for the following years, through DigiLocker. These can be pulled by students into their DigiLocker accounts \\n                Degree - 2016,2018,2019,2020,2021,2022,2023 \\n                Marksheet - 2024 \\n                Diploma -  NA \\n                Transcript - NA\",\n                \"categories\": \"4,2\",\n                \"logo\": \"https://cf-media.api-setu.in/logo/issuers/003583.png\",\n                \"subdomain\": \"sahe\"\n            },\n            {\n                \"organisationId\": \"013235\",\n                \"issuerId\": \"ac.in.srivasaviengg\",\n                \"name\": \"SRI VASAVI ENGINEERING COLLEGE\",\n                \"description\": \"SRI VASAVI ENGINEERING COLLEGE is issuing their Digital awards for the following years, through DigiLocker. These can be pulled by students into their DigiLocker accounts.\\n                Degree - 2022,2023 \\n                Marksheet - 2018,2019,2020 \\n                Diploma - NA \\n                Transcript - NA\",\n                \"categories\": \"4,2\",\n                \"logo\": \"https://cf-media.api-setu.in/logo/issuers/013235.png\",\n                \"subdomain\": \"acinsrivasaviengg\"\n            },\n            {\n                \"organisationId\": \"061523\",\n                \"issuerId\": \"IN.EDU.SVIET\",\n                \"name\": \"SRI VASAVI INSTITUTE OF ENGINEERING & TECHNOLOGY\",\n                \"description\": \"The institute has registered through NAD portal.\",\n                \"categories\": \"993,2\",\n                \"logo\": \"https://cf-media.api-setu.in/logo/issuers/061523.png\",\n                \"subdomain\": \"sviet\"\n            },\n            {\n                \"organisationId\": \"061326\",\n                \"issuerId\": \"in.edu.svce\",\n                \"name\": \"SRI VENKATESWARA COLLEGE OF ENGINEERING\",\n                \"description\": \"SRI VENKATESWARA COLLEGE OF ENGINEERING is issuing their Digital awards for the following years, through DigiLocker. These can be pulled by students into their DigiLocker accounts \\n                Degree - NA \\n                Marksheet - 2022,2023 \\n                Diploma -  NA \\n                Transcript - NA\",\n                \"categories\": \"4,2\",\n                \"logo\": \"https://cf-media.api-setu.in/logo/issuers/061326.png\",\n                \"subdomain\": \"svce\"\n            },\n            {\n                \"organisationId\": \"003257\",\n                \"issuerId\": \"in.edu.svvu\",\n                \"name\": \"Sri Venkateswara Veterinary University, Tirupathi\",\n                \"description\": \"Sri Venkateswara Veterinary University, Tirupathi is issuing their Digital awards for the following years, through DigiLocker. These can be pulled by students into their DigiLocker accounts.\\n                Degree - 2016,2017,2018,2019,2020,2021 \\n                Marksheet - NA \\n                Diploma - NA \\n                Transcript - NA\",\n                \"categories\": \"4,2\",\n                \"logo\": \"https://cf-media.api-setu.in/logo/issuers/003257.png\",\n                \"subdomain\": \"svvu\"\n            },\n            {\n                \"organisationId\": \"004864\",\n                \"issuerId\": \"in.edu.srinivasuniversity\",\n                \"name\": \"Srinivas University, Mangalore\",\n                \"description\": \"Srinivas University, Mangalore is issuing their Digital awards for the following years, through DigiLocker. These can be pulled by students into their DigiLocker accounts.\\n                Degree - NA \\n                Marksheet - 2019,2020 \\n                Diploma - NA \\n                Transcript - NA\",\n                \"categories\": \"4,2\",\n                \"logo\": \"https://cf-media.api-setu.in/logo/issuers/004864.png\",\n                \"subdomain\": \"srinivasuniversity\"\n            },\n            {\n                \"organisationId\": \"005323\",\n                \"issuerId\": \"in.edu.srmap\",\n                \"name\": \"SRM University, Andhra Pradesh\",\n                \"description\": \"SRM University is issuing their Digital awards for the following years, through DigiLocker. These can be pulled by students into their DigiLocker accounts.\\n                Degree - 2021,2022 \\n                Marksheet - NA \\n                Diploma - NA \\n                Transcript - NA\",\n                \"categories\": \"4,2\",\n                \"logo\": \"https://cf-media.api-setu.in/logo/issuers/005323.png\",\n                \"subdomain\": \"srmap\"\n            },\n            {\n                \"organisationId\": \"011960\",\n                \"issuerId\": \"in.edu.aimit\",\n                \"name\": \"ST ALOYSIUS COLLEGE (AUTONOMOUS) MANGALURU, KARNATAKA\",\n                \"description\": \"The institute has registered through NAD portal.\",\n                \"categories\": \"4,2\",\n                \"logo\": \"https://cf-media.api-setu.in/logo/issuers/011960.png\",\n                \"subdomain\": \"aimit\"\n            },\n            {\n                \"organisationId\": \"035328\",\n                \"issuerId\": \"edu.stagnescollege\",\n                \"name\": \"St. Agnes College, Autonomous\",\n                \"description\": \"The institute has registered through NAD portal.\",\n                \"categories\": \"4,2\",\n                \"logo\": \"https://cf-media.api-setu.in/logo/issuers/035328.png\",\n                \"subdomain\": \"edustagnescollege\"\n            },\n            {\n                \"organisationId\": \"061586\",\n                \"issuerId\": \"in.ac.sbcollege\",\n                \"name\": \"St. Berchmans College,Autonomous\",\n                \"description\": \"St. Berchmans College,Autonomous is issuing their Digital awards for the following years, through DigiLocker. These can be pulled by students into their DigiLocker accounts.\\n                Degree - NA \\n                Marksheet - 2022,2023 \\n                Diploma - NA \\n                Transcript - NA\",\n                \"categories\": \"4,2\",\n                \"logo\": \"https://cf-media.api-setu.in/logo/issuers/null\",\n                \"subdomain\": \"sbcollege\"\n            },\n            {\n                \"organisationId\": \"006480\",\n                \"issuerId\": \"in.edu.stjosephuniv\",\n                \"name\": \"St. Joseph University, Dimapur\",\n                \"description\": \"St. Joseph University, Dimapur is issuing their Digital awards for the following years, through DigiLocker. These can be pulled by students into their DigiLocker accounts \\n                Degree - 2018,2019,2020,2021 \\n                Marksheet - NA \\n                Diploma -  NA \\n                Transcript - NA\",\n                \"categories\": \"4,2\",\n                \"logo\": \"https://cf-media.api-setu.in/logo/issuers/006480.png\",\n                \"subdomain\": \"stjosephuniv\"\n            },\n            {\n                \"organisationId\": \"004201\",\n                \"issuerId\": \"in.edu.sjim\",\n                \"name\": \"St. Joseph's Institute of Management\",\n                \"description\": \"St. Joseph's Institute of Management is issuing their Digital awards for the following years, through DigiLocker. These can be pulled by students into their DigiLocker accounts.\\r\\n                Degree - 1998,1999,2000,2001,2002,2003,2004,2005,2006,2007,2008,2009,2010,2011,2012,2013,2014,2015,2016,2017,2018,2019,2020,2021,2022,2023 \\r\\n                Marksheet - NA \\r\\n                Diploma - NA \\r\\n                Transcript - NA\",\n                \"categories\": \"4,2\",\n                \"logo\": \"https://cf-media.api-setu.in/logo/issuers/004201.png\",\n                \"subdomain\": \"sjim\"\n            },\n            {\n                \"organisationId\": \"090561\",\n                \"issuerId\": \"in.edu.sju\",\n                \"name\": \"St. Joseph's College\",\n                \"description\": \"\",\n                \"categories\": \"4,2\",\n                \"logo\": \"https://cf-media.api-setu.in/logo/issuers/090561.png\",\n                \"subdomain\": \"sjueduin\"\n            },\n            {\n                \"organisationId\": \"055890\",\n                \"issuerId\": \"in.edu.stjosephs\",\n                \"name\": \"St. Joseph's College (Autonomous) Irinjalakuda\",\n                \"description\": \"St. Joseph's College (Autonomous) Irinjalakuda is issuing their Digital awards for the following years, through DigiLocker. These can be pulled by students into their DigiLocker accounts.\\n                Degree - NA \\n                Marksheet - 2022,2023 \\n                Diploma - NA \\n                Transcript - 2021,2022,2023\",\n                \"categories\": \"4,2\",\n                \"logo\": \"https://cf-media.api-setu.in/logo/issuers/055890.png\",\n                \"subdomain\": \"stjosephs\"\n            },\n            {\n                \"organisationId\": \"057989\",\n                \"issuerId\": \"org.devagiricollege\",\n                \"name\": \"ST. JOSEPH'S COLLEGE (AUTONOMOUS), DEVAGIRI\",\n                \"description\": \"The institute has registered through NAD portal.\",\n                \"categories\": \"4,2\",\n                \"logo\": \"https://cf-media.api-setu.in/logo/issuers/057989.jpeg\",\n                \"subdomain\": \"devagiricollege\"\n            },\n            {\n                \"organisationId\": \"043972\",\n                \"issuerId\": \"com.stjosephsvizag\",\n                \"name\": \"St. Joseph's College for Women (Autonomous) \",\n                \"description\": \"The institute has registered through NAD portal.\",\n                \"categories\": \"4,2\",\n                \"logo\": \"https://cf-media.api-setu.in/logo/issuers/043972.png\",\n                \"subdomain\": \"comstjosephsvizag\"\n            },\n            {\n                \"organisationId\": \"049684\",\n                \"issuerId\": \"edu.in.sjcc\",\n                \"name\": \"St. Joseph's College of Commerce (Autonomous)\",\n                \"description\": \"St. Joseph's College of commerce, Autonomous is issuing their Digital awards for the following years, through DigiLocker. These can be pulled by students into their DigiLocker accounts.\\n                Degree - NA \\n                Marksheet - 2019,2020,2021,2022 \\n                Diploma - NA \\n                Transcript - NA\",\n                \"categories\": \"4,2\",\n                \"logo\": \"https://cf-media.api-setu.in/logo/issuers/049684.png\",\n                \"subdomain\": \"eduinsjcc\"\n            },\n            {\n                \"organisationId\": \"044227\",\n                \"issuerId\": \"in.ac.stphilos\",\n                \"name\": \"St. Philomena's College\",\n                \"description\": \"St. Philomena’s College is issuing their Digital awards for the following years, through DigiLocker. These can be pulled by students into their DigiLocker accounts.\\n                Degree - NA \\n                Marksheet - 2023 \\n                Diploma - NA \\n                Transcript - NA\",\n                \"categories\": \"4,2\",\n                \"logo\": \"https://cf-media.api-setu.in/logo/issuers/044227.png\",\n                \"subdomain\": \"stphilos\"\n            },\n            {\n                \"organisationId\": \"005082\",\n                \"issuerId\": \"in.edu.sxuk\",\n                \"name\": \"St. Xavier's University, Kolkata\",\n                \"description\": \"St. Xavier's University, Kolkata is issuing their Digital awards for the following years, through DigiLocker. These can be pulled by students into their DigiLocker accounts \\n                Degree - 2019,2020,2021,2022 \\n                Marksheet - 2017,2018,2019,2020,2021,2022 \\n                Diploma -  NA \\n                Transcript - 2017,2018,2019,2020,2021,2022,2023\",\n                \"categories\": \"4,2\",\n                \"logo\": \"https://cf-media.api-setu.in/logo/issuers/005082.png\",\n                \"subdomain\": \"sxuk\"\n            },\n            {\n                \"organisationId\": \"005730\",\n                \"issuerId\": \"in.ac.spiher\",\n                \"name\": \"ST.PETER'S INSTITUTE OF HIGHER EDUCATION AND RESEARCH\",\n                \"description\": \"ST.PETER&#039;S INSTITUTE OF HIGHER EDUCATION AND RESEARCH is issuing their Digital awards for the following years, through DigiLocker. These can be pulled by students into their DigiLocker accounts.\\n                Degree - 2018,2019,2020,2021,2022,2023 \\n                Marksheet - NA \\n                Diploma - NA \\n                Transcript - NA\",\n                \"categories\": \"4,2\",\n                \"logo\": \"https://cf-media.api-setu.in/logo/issuers/005730.png\",\n                \"subdomain\": \"spiher\"\n            },\n            {\n                \"organisationId\": \"005558\",\n                \"issuerId\": \"in.starhealth\",\n                \"name\": \"Star Health and Allied Insurance Co Ltd\",\n                \"description\": \"Star Health is the leading health isurer. As insurers we would like to make the insurance policy available to our customers on Digilocker platform. The IRDAI, in a circular dated February 9, 2021, said, 'In order to promote the adoption of Digilocker in the insurance sector, the Authority advises all insurers to enable their IT systems to interact with Digilocker facility to enable policyholders to use Digilocker for preserving all their policy documents.'\",\n                \"categories\": \"993,1\",\n                \"logo\": \"https://cf-media.api-setu.in/logo/issuers/005558.png\",\n                \"subdomain\": \"starhealth\"\n            },\n            {\n                \"organisationId\": \"005600\",\n                \"issuerId\": \"com.starexuniversity\",\n                \"name\": \"Starex University\",\n                \"description\": \"Starex University is issuing their Digital awards for the following years, through DigiLocker. These can be pulled by students into their DigiLocker accounts.\\n                Degree - 2019,2020,2021,2022 \\n                Marksheet - 2017,2018,2019,2020,2023 \\n                Diploma - NA \\n                Transcript - NA\",\n                \"categories\": \"4,2\",\n                \"logo\": \"https://cf-media.api-setu.in/logo/issuers/005600.png\",\n                \"subdomain\": \"starexuniversity\"\n            },\n            {\n                \"organisationId\": \"002768\",\n                \"issuerId\": \"in.co.sbi\",\n                \"name\": \"State Bank of India\",\n                \"description\": \"State Bank of India (SBI) is public sector banking and financial services statutory body which promote digital transaction and digitization of documents to make availability anytime anywhere legal authenticity. For faster delivery/access of digital documents.\\r\\nState Bank of India is now issuing Form 16/16A through DigiLocker. All SBI account holders having DigiLocker account can now fetch their Form 16/16A from the Issuers' section.  It's also provide SBI API HUb.\",\n                \"categories\": \"3,1\",\n                \"logo\": \"https://cf-media.api-setu.in/logo/issuers/002768.jpg\",\n                \"subdomain\": \"sbi\"\n            },\n            {\n                \"organisationId\": \"000607\",\n                \"issuerId\": \"in.nic.bih.sbte\",\n                \"name\": \"STATE BOARD OF TECHNICAL EDUCATION, BIHAR, PATNA\",\n                \"description\": \"STATE BOARD OF TECHNICAL EDUCATION, BIHAR, PATNA is issuing their Digital awards for the following years, through DigiLocker. These can be pulled by students into their DigiLocker accounts \\r\\n                Degree - NA \\r\\n                Marksheet - NA \\r\\n                Diploma -  2014,2015,2016,2017,2018,2019,2020,2021,2022 \\r\\n                Transcript - NA\",\n                \"categories\": \"4,2\",\n                \"logo\": \"https://cf-media.api-setu.in/logo/issuers/000607.png\",\n                \"subdomain\": \"sbtebihar\"\n            },\n            {\n                \"organisationId\": \"042064\",\n                \"issuerId\": \"gov.in.dte.assam\",\n                \"name\": \"STATE COUNCIL FOR TECHNICAL EDUCATION, ASSAM\",\n                \"description\": \"STATE COUNCIL FOR TECHNICAL EDUCATION, ASSAM is issuing their Digital awards for the following years, through DigiLocker. These can be pulled by students into their DigiLocker accounts \\r\\n                Degree - NA \\r\\n                Marksheet - NA \\r\\n                Diploma -  2021 \\r\\n                Transcript - NA\",\n                \"categories\": \"4,2\",\n                \"logo\": \"https://cf-media.api-setu.in/logo/issuers/042064.png\",\n                \"subdomain\": \"govindteassam\"\n            },\n            {\n                \"organisationId\": \"003932\",\n                \"issuerId\": \"org.ssapunjab.scert\",\n                \"name\": \"State Council of Educational Research and Training\",\n                \"description\": \"State Council of Educational Research and Training (SCERT) Punjab, Chandigarh came into existence in July 1981 as Nodal Agency for bringing qualitative improvement in School Education. The National Policy of Education 1986/ 1992 followed by Program of Action for the future necessitated its strengthening so as to equip it to provide leadership for effective implementation of assigned programs for bringing qualitative improvement in School Education.\",\n                \"categories\": \"4,2\",\n                \"logo\": \"https://cf-media.api-setu.in/logo/issuers/003932.png\",\n                \"subdomain\": \"scert\"\n            },\n            {\n                \"organisationId\": \"039454\",\n                \"issuerId\": \"org.scerttripura\",\n                \"name\": \"State Council of Educational Research and Training, Tripura\",\n                \"description\": \"The institute has registered through NAD portal.\",\n                \"categories\": \"4,2\",\n                \"logo\": \"https://cf-media.api-setu.in/logo/issuers/039454.png\",\n                \"subdomain\": \"orgscerttripura\"\n            },\n            {\n                \"organisationId\": \"002219\",\n                \"issuerId\": \"in.gov.transport\",\n                \"name\": \"State Transport Department, Telangana\",\n                \"description\": \"Driving License (DL) and Vehicle Registration Certificate (RC) of the State, as available on Parivahan Sewa (https://parivahan.gov.in/) of Ministry of Road Transport and Highways, are available on DigiLocker. Citizens can pull these documents into their DigiLocker accounts.\",\n                \"categories\": \"4,30\",\n                \"logo\": \"https://cf-media.api-setu.in/logo/issuers/002219.png\",\n                \"subdomain\": \"transportts\"\n            },\n            {\n                \"organisationId\": \"003811\",\n                \"issuerId\": \"in.edu.sumandeepvidyapeethdu\",\n                \"name\": \"Sumandeep Vidyapeeth, Vadodara\",\n                \"description\": \"Sumandeep Vidyapeeth, Vadodara is issuing their Digital awards for the following years, through DigiLocker. These can be pulled by students into their DigiLocker accounts \\n                Degree - 2017,2018,2019,2020,2021 \\n                Marksheet - NA \\n                Diploma -  NA \\n                Transcript - NA\",\n                \"categories\": \"4,2\",\n                \"logo\": \"https://cf-media.api-setu.in/logo/issuers/003811.png\",\n                \"subdomain\": \"sumandeepvidyapeeth\"\n            },\n            {\n                \"organisationId\": \"082804\",\n                \"issuerId\": \"org.suratmunicipal\",\n                \"name\": \"Surat Municipal Corporation\",\n                \"description\": \"NULL\",\n                \"categories\": \"4,30\",\n                \"logo\": \"https://cf-media.api-setu.in/logo/issuers/null\",\n                \"subdomain\": \"suratmunicipal\"\n            },\n            {\n                \"organisationId\": \"003743\",\n                \"issuerId\": \"org.gyanvihar\",\n                \"name\": \"Suresh Gyan Vihar University, Jaipur\",\n                \"description\": \"Suresh Gyan Vihar University, Jaipur is issuing their Digital awards for the following years, through DigiLocker. These can be pulled by students into their DigiLocker accounts \\r\\n                Degree - 2016,2020,2021,2022 \\r\\n                Marksheet - NA \\r\\n                Diploma -  NA \\r\\n                Transcript - NA\",\n                \"categories\": \"4,2\",\n                \"logo\": \"https://cf-media.api-setu.in/logo/issuers/003743.png\",\n                \"subdomain\": \"gyanvihar\"\n            },\n            {\n                \"organisationId\": \"036604\",\n                \"issuerId\": \"in.gov.nilamagal\",\n                \"name\": \"SURVEY DEPARTMENT, PUDUCHERRY\",\n                \"description\": \"Directorate of Survey and Land Records, Puducherry implementing a Central Sector Scheme, SVAMITVA in UT of Puducherry for the purpose of issue of property cards to the eligible beneficiaries of Free House Site patta granted by the  Survey Department and Adi Dravidar Welfare Department, Puducherry. Under this Scheme, all the 92 rural village of Puducherry region and Karaikal District identified as Abadi areas and issued property cards to the eligible beneficiaries.\",\n                \"categories\": \"4,30\",\n                \"logo\": \"https://cf-media.api-setu.in/logo/issuers/036604.png\",\n                \"subdomain\": \"ingovnilamagal\"\n            },\n            {\n                \"organisationId\": \"004613\",\n                \"issuerId\": \"in.gov.karnataka.bhoomojini\",\n                \"name\": \"Survey Settlement and Land Records\",\n                \"description\": \"This is a flagship project of Karnataka State Government, is a Land Records management system. The project was inaugurated in the year 2000. Under this project, all the manual RTCs which prevailed at the time of data entry were digitized and made available to the citizen.\",\n                \"categories\": \"4,30\",\n                \"logo\": \"https://cf-media.api-setu.in/logo/issuers/004613.png\",\n                \"subdomain\": \"bhoomojini\"\n            },\n            {\n                \"organisationId\": \"007627\",\n                \"issuerId\": \"org.simmc\",\n                \"name\": \"SURYADATTA INSTITUTE OF MANAGEMENT AND MASS COMMUNICATION\",\n                \"description\": \"SURYADATTA INSTITUTE OF MANAGEMENT AND MASS COMMUNICATION is issuing their Digital awards for the following years, through DigiLocker. These can be pulled by students into their DigiLocker accounts \\n                Degree - NA \\n                Marksheet - NA \\n                Diploma -  2016,2017,2018,2019,2020 \\n                Transcript - NA\",\n                \"categories\": \"4,2\",\n                \"logo\": \"https://cf-media.api-setu.in/logo/issuers/007627.png\",\n                \"subdomain\": \"simmc\"\n            },\n            {\n                \"organisationId\": \"004349\",\n                \"issuerId\": \"in.edu.sushantuniversity\",\n                \"name\": \"Sushant University (Formerly Ansal University)\",\n                \"description\": \"Sushant University (Formerly Ansal University) is issuing their Digital awards for the following years, through DigiLocker. These can be pulled by students into their DigiLocker accounts.\\n                Degree - 2018,2019,2020,2021,2022,2023 \\n                Marksheet - NA \\n                Diploma - 2020,2021 \\n                Transcript - NA\",\n                \"categories\": \"4,2\",\n                \"logo\": \"https://cf-media.api-setu.in/logo/issuers/004349.png\",\n                \"subdomain\": \"sushantuniversity\"\n            },\n            {\n                \"organisationId\": \"003116\",\n                \"issuerId\": \"edu.nmims\",\n                \"name\": \"SVKM's Narsee Monjee Institute of Management Studies, Mumbai\",\n                \"description\": \"SVKM's Narsee Monjee Institute of Management Studies, Mumbai is issuing their Digital awards for the following years, through DigiLocker. These can be pulled by students into their DigiLocker accounts \\n                Degree - 2018,2019,2020,2021,2022,2023,2024 \\n                Marksheet - 2015,2016,2017,2018,2019,2020,2021,2022,2023,2024 \\n                Diploma -  NA \\n                Transcript - NA\",\n                \"categories\": \"4,2\",\n                \"logo\": \"https://cf-media.api-setu.in/logo/issuers/003116.png\",\n                \"subdomain\": \"nmims\"\n            },\n            {\n                \"organisationId\": \"005360\",\n                \"issuerId\": \"in.edu.srhu\",\n                \"name\": \"Swami Rama Himalayan University\",\n                \"description\": \"Swami Rama Himalayan University is issuing their Digital awards for the following years, through DigiLocker. These can be pulled by students into their DigiLocker accounts \\n                Degree - 2016,2018,2019,2020,2021,2022,2023 \\n                Marksheet - 2022,2023,2024 \\n                Diploma -  NA \\n                Transcript - NA\",\n                \"categories\": \"4,2\",\n                \"logo\": \"https://cf-media.api-setu.in/logo/issuers/005360.png\",\n                \"subdomain\": \"srhu\"\n            },\n            {\n                \"organisationId\": \"005238\",\n                \"issuerId\": \"in.ac.srtmun\",\n                \"name\": \"Swami Ramanand Teerth Marathwada University, Nanded\",\n                \"description\": \"Swami Ramanand Teerth Marathwada University, Nanded is issuing their Digital awards for the following years, through DigiLocker. These can be pulled by students into their DigiLocker accounts \\n                Degree - 2011,2012,2013,2014,2015,2016,2017,2018,2019,2020,2021,2022,2023 \\n                Marksheet - 2020,2021,2022,2023 \\n                Diploma -  NA \\n                Transcript - NA\",\n                \"categories\": \"4,2\",\n                \"logo\": \"https://cf-media.api-setu.in/logo/issuers/005238.png\",\n                \"subdomain\": \"srtmun\"\n            },\n            {\n                \"organisationId\": \"003352\",\n                \"issuerId\": \"org.subharti\",\n                \"name\": \"Swami Vivekanand Subharti University, Meerut\",\n                \"description\": \"Swami Vivekanand Subharti University, Meerut is issuing their Digital awards for the following years, through DigiLocker. These can be pulled by students into their DigiLocker accounts.\\n                Degree - 2019,2020,2021 \\n                Marksheet - NA \\n                Diploma - 2021 \\n                Transcript - NA\",\n                \"categories\": \"4,2\",\n                \"logo\": \"https://cf-media.api-setu.in/logo/issuers/003352.png\",\n                \"subdomain\": \"subharti\"\n            },\n            {\n                \"organisationId\": \"007519\",\n                \"issuerId\": \"in.ac.swamivivekanandauniversity\",\n                \"name\": \"Swami Vivekananda University, Kolkata\",\n                \"description\": \"Swami Vivekananda University, Kolkata is issuing their Digital awards for the following years, through DigiLocker. These can be pulled by students into their DigiLocker accounts.\\n                Degree - NA \\n                Marksheet - 2021,2022 \\n                Diploma - NA \\n                Transcript - NA\",\n                \"categories\": \"4,2\",\n                \"logo\": \"https://cf-media.api-setu.in/logo/issuers/issure_icon.png\",\n                \"subdomain\": \"swamivivekanandauniv\"\n            },\n            {\n                \"organisationId\": \"004770\",\n                \"issuerId\": \"in.edu.svyasa\",\n                \"name\": \"Swami Vivekananda Yoga Anusandhana Samsthan, Bangalore\",\n                \"description\": \"Swami Vivekananda Yoga Anusandhana Samsthan, Bangalore is issuing their Digital awards for the following years, through DigiLocker. These can be pulled by students into their DigiLocker accounts.\\n                Degree - 2020,2021,2022,2023 \\n                Marksheet - 2021 \\n                Diploma - NA \\n                Transcript - NA\",\n                \"categories\": \"4,2\",\n                \"logo\": \"https://cf-media.api-setu.in/logo/issuers/004770.png\",\n                \"subdomain\": \"svyasa\"\n            },\n            {\n                \"organisationId\": \"006986\",\n                \"issuerId\": \"in.edu.swarrnim\",\n                \"name\": \"Swarnim Startup & Innovation University\",\n                \"description\": \"Swarnim Startup & Innovation University is issuing their Digital awards for the following years, through DigiLocker. These can be pulled by students into their DigiLocker accounts.\\n                Degree - NA \\n                Marksheet - 2020,2021,2022,2023 \\n                Diploma - NA \\n                Transcript - NA\",\n                \"categories\": \"4,2\",\n                \"logo\": \"https://cf-media.api-setu.in/logo/issuers/006986.png\",\n                \"subdomain\": \"swarrnim\"\n            },\n            {\n                \"organisationId\": \"008506\",\n                \"issuerId\": \"net.scdl\",\n                \"name\": \"Symbiosis Centre For Distance Learning\",\n                \"description\": \"Symbiosis Centre For Distance Learning is issuing their Digital awards for the following years, through DigiLocker. These can be pulled by students into their DigiLocker accounts \\n                Degree - NA \\n                Marksheet - NA \\n                Diploma -  2021 \\n                Transcript - NA\",\n                \"categories\": \"4,2\",\n                \"logo\": \"https://cf-media.api-setu.in/logo/issuers/008506.png\",\n                \"subdomain\": \"scdl\"\n            },\n            {\n                \"organisationId\": \"003633\",\n                \"issuerId\": \"in.edu.siu\",\n                \"name\": \"Symbiosis International (Deemed University)\",\n                \"description\": \"Symbiosis International (Deemed University) is issuing their Digital awards for the following years, through DigiLocker. These can be pulled by students into their DigiLocker accounts.\\n                Degree - 2003,2004,2005,2006,2007,2008,2009,2010,2011,2012,2013,2014,2015,2016,2017,2018,2019,2020,2021,2022 \\n                Marksheet - 2020,2021,2022,2023 \\n                Diploma - 2003,2004,2005,2006,2007,2008,2009,2010,2011,2012,2013,2014,2015,2016,2017,2018,2019,2020,2021,2022 \\n                Transcript - NA\",\n                \"categories\": \"4,2\",\n                \"logo\": \"https://cf-media.api-setu.in/logo/issuers/003633.png\",\n                \"subdomain\": \"siu\"\n            },\n            {\n                \"organisationId\": \"007630\",\n                \"issuerId\": \"in.ac.sspu\",\n                \"name\": \"Symbiosis Skills And Professional University\",\n                \"description\": \"Symbiosis Skills And Professional University is issuing their Digital awards for the following years, through DigiLocker. These can be pulled by students into their DigiLocker accounts \\n                Degree - 2020,2021,2022 \\n                Marksheet - 2021,2022 \\n                Diploma -  2020,2021,2022 \\n                Transcript - NA\",\n                \"categories\": \"4,2\",\n                \"logo\": \"https://cf-media.api-setu.in/logo/issuers/007630.png\",\n                \"subdomain\": \"sspu\"\n            },\n            {\n                \"organisationId\": \"003019\",\n                \"issuerId\": \"in.ac.suas\",\n                \"name\": \"Symbiosis University of Applied Sciences, Indore\",\n                \"description\": \"Symbiosis University of Applied Sciences, Indore is issuing their Digital awards for the following years, through DigiLocker. These can be pulled by students into their DigiLocker accounts.\\n                Degree - 2019,2020,2021,2022 \\n                Marksheet - 2021,2022,2023 \\n                Diploma - NA \\n                Transcript - NA\",\n                \"categories\": \"4,2\",\n                \"logo\": \"https://cf-media.api-setu.in/logo/issuers/003019.png\",\n                \"subdomain\": \"suas\"\n            },\n            {\n                \"organisationId\": \"004240\",\n                \"issuerId\": \"in.ac.tac\",\n                \"name\": \"TALCHER (AUTONOMOUS) COLLEGE TALCHER\",\n                \"description\": \"TALCHER AUTONOMOUS COLLEGE TALCHER is issuing their Digital awards for the following years, through DigiLocker. These can be pulled by students into their DigiLocker accounts \\n                Degree - NA \\n                Marksheet - 2012,2013,2014,2015,2016,2017,2018,2019,2020,2021 \\n                Diploma -  NA \\n                Transcript - NA\",\n                \"categories\": \"4,2\",\n                \"logo\": \"https://cf-media.api-setu.in/logo/issuers/004240.png\",\n                \"subdomain\": \"tac\"\n            },\n            {\n                \"organisationId\": \"000077\",\n                \"issuerId\": \"in.gov.tn.tnedistrict\",\n                \"name\": \"Tamil Nadu eGovernance Agency\",\n                \"description\": \"TN eDistrict (https://www.tnesevai.tn.gov.in) is the online service delivery portal for TN State Govt. Certain documents issued by it (e.g. Income, Caste Certificates etc) can be pulled into citizens' DigiLocker accounts.\",\n                \"categories\": \"4,30\",\n                \"logo\": \"https://cf-media.api-setu.in/logo/issuers/000077.png\",\n                \"subdomain\": \"edistricttn\"\n            },\n            {\n                \"organisationId\": \"007764\",\n                \"issuerId\": \"in.gov.tn.tnskill\",\n                \"name\": \"Tamil Nadu Skill Development Corporation\",\n                \"description\": \"Tamil Nadu Skill Development Corporation (TNSDC) was established by Government of Tamil Nadu as a not-for-profit public limited Company incorporated under Section 8 of the Companies Act, 2013 with an objective to provide demand based and industry relevant skills to the youth to enhance their employability and transform the State into skill hub of the country. Since TNSDC has issued an assessment certificates in online to the trainees who have successfully completed we may integrate TNSDC portal with Digi locker system, TNSDC trainees can able to access their certificate\",\n                \"categories\": \"4,32\",\n                \"logo\": \"https://cf-media.api-setu.in/logo/issuers/007764.png\",\n                \"subdomain\": \"tnskill\"\n            },\n            {\n                \"organisationId\": \"001635\",\n                \"issuerId\": \"in.nic.tn.dgecert\",\n                \"name\": \"Tamil Nadu State Board (Tamil Nadu Directorate of Government Examinations)\",\n                \"description\": \"Tamilnadu - Government Examinations (www.tamilnadustateboard.org) is issuing Mark Certificates through DigiLocker. These can be pulled by students into their DigiLocker accounts. Currently Class X (2016-2019) and XII (2016-2018) marksheets are available.\",\n                \"categories\": \"4,2\",\n                \"logo\": \"https://cf-media.api-setu.in/logo/issuers/001635.png\",\n                \"subdomain\": \"dgecerttn\"\n            },\n            {\n                \"organisationId\": \"003556\",\n                \"issuerId\": \"com.tantiauniversity\",\n                \"name\": \"Tantia University, Sri Ganganagar\",\n                \"description\": \"Tantia University, Sri Ganganagar is issuing their Digital awards for the following years, through DigiLocker. These can be pulled by students into their DigiLocker accounts \\n                Degree - 2015,2016,2017,2018,2019,2020,2021,2022 \\n                Marksheet - 2014,2015,2016,2017,2018,2019,2020,2021,2022,2023,2024 \\n                Diploma -  2019,2020,2021,2022 \\n                Transcript - NA\",\n                \"categories\": \"4,2\",\n                \"logo\": \"https://cf-media.api-setu.in/logo/issuers/003556.png\",\n                \"subdomain\": \"tantiauniv\"\n            },\n            {\n                \"organisationId\": \"002290\",\n                \"issuerId\": \"com.tataaia\",\n                \"name\": \"Tata AIA Life Insurance Co. Ltd.\",\n                \"description\": \"Tata AIA Life Insurance Company Limited provides life insurance solutions to its consumers. Customers can access their policy details [Insurance Policy ? Life] and premium receipts [Premium Receipt] that are available to be pulled by the policy holders into their DigiLocker account (only documents issued on or after 28-June-2019 are currently available)\",\n                \"categories\": \"993,1\",\n                \"logo\": \"https://cf-media.api-setu.in/logo/issuers/002290.png\",\n                \"subdomain\": \"tataaia\"\n            },\n            {\n                \"organisationId\": \"002433\",\n                \"issuerId\": \"com.tataaig\",\n                \"name\": \"Tata AIG General Insurance Company Ltd.\",\n                \"description\": \"Insurance policies issued by Tata AIG (https://www.tataaig.com) that are available can be fetched by Customers into their DigiLocker accounts.\",\n                \"categories\": \"993,1\",\n                \"logo\": \"https://cf-media.api-setu.in/logo/issuers/002433.jpg\",\n                \"subdomain\": \"tataaig\"\n            },\n            {\n                \"organisationId\": \"005361\",\n                \"issuerId\": \"in.res.tifr\",\n                \"name\": \"Tata Institute of Fundamental Research, Mumbai\",\n                \"description\": \"Tata Institute of Fundamental Research, Mumbai is issuing their Digital awards for the following years, through DigiLocker. These can be pulled by students into their DigiLocker accounts \\n                Degree - 2005,2006,2007,2008,2009,2010,2011,2012,2013,2014,2015,2016,2017,2018,2019,2020,2021,2022,2023,2024 \\n                Marksheet - NA \\n                Diploma -  NA \\n                Transcript - NA\",\n                \"categories\": \"4,2\",\n                \"logo\": \"https://cf-media.api-setu.in/logo/issuers/005361.png\",\n                \"subdomain\": \"tifr\"\n            },\n            {\n                \"organisationId\": \"003269\",\n                \"issuerId\": \"edu.tiss\",\n                \"name\": \"Tata Institute of Social Sciences, Mumbai\",\n                \"description\": \"Tata Institute of Social Sciences, Mumbai is issuing their Digital awards for the following years, through DigiLocker. These can be pulled by students into their DigiLocker accounts \\n                Degree - 2020,2021,2023 \\n                Marksheet - 2022 \\n                Diploma -  NA \\n                Transcript - NA\",\n                \"categories\": \"4,2\",\n                \"logo\": \"https://cf-media.api-setu.in/logo/issuers/003269.png\",\n                \"subdomain\": \"tiss\"\n            },\n            {\n                \"organisationId\": \"006571\",\n                \"issuerId\": \"in.taxila\",\n                \"name\": \"TAXILA BUSINESS SCHOOL\",\n                \"description\": \"TAXILA BUSINESS SCHOOL is issuing their Digital awards for the following years, through DigiLocker. These can be pulled by students into their DigiLocker accounts.\\r\\n                Degree - NA \\r\\n                Marksheet - NA \\r\\n                Diploma - 2019,2021,2022,2023 \\r\\n                Transcript - NA\",\n                \"categories\": \"4,2\",\n                \"logo\": \"https://cf-media.api-setu.in/logo/issuers/006571.jpg\",\n                \"subdomain\": \"taxila\"\n            },\n            {\n                \"organisationId\": \"003748\",\n                \"issuerId\": \"in.ac.tmu\",\n                \"name\": \"Teerthanker Mahaveer University, Moradabad\",\n                \"description\": \"Teerthanker Mahaveer University, Moradabad is issuing their Digital awards for the following years, through DigiLocker. These can be pulled by students into their DigiLocker accounts \\n                Degree - 2020,2021 \\n                Marksheet - 2021,2022 \\n                Diploma -  NA \\n                Transcript - NA\",\n                \"categories\": \"4,2\",\n                \"logo\": \"https://cf-media.api-setu.in/logo/issuers/003748.png\",\n                \"subdomain\": \"tmu\"\n            },\n            {\n                \"organisationId\": \"061578\",\n                \"issuerId\": \"in.gov.telangana.civilsupplies\",\n                \"name\": \"Telangana State Civil Supplies\",\n                \"description\": \"The Civil Supplies Department was originally only a regulatory Department. Subsequently, its activities have been diversified to include procurement of food grains under Minimum Support Price (MSP), Aadhaar based distribution of essential commodities viz. Rice, Wheat,Sugar, Kerosene and Red gram dal through Fair Price Shops under the Public Distribution System at subsidized rates through issue of cards, consumer affairs, monitoring of prices of essential commodities, distribution of LPG connections to BPL women (Deepam Scheme)etc.,\",\n                \"categories\": \"4,30\",\n                \"logo\": \"https://cf-media.api-setu.in/logo/issuers/061578.png\",\n                \"subdomain\": \"civilsupplies\"\n            },\n            {\n                \"organisationId\": \"016168\",\n                \"issuerId\": \"in.ac.tsche\",\n                \"name\": \"Telangana State Council Of Higher Education, Hyderabad\",\n                \"description\": \"Telangana State Council Of Higher Education, Hyderabad. The National Educational Policy, 1986, recommended that state level planning and coordination of Higher Education shall be done through councils of Higher Education and that the University Grants Commission (UGC) and these Councils will develop coordinative methods to keep a watch on standards.\",\n                \"categories\": \"4,2\",\n                \"logo\": \"https://cf-media.api-setu.in/logo/issuers/016168.jpeg\",\n                \"subdomain\": \"tsche\"\n            },\n            {\n                \"organisationId\": \"007428\",\n                \"issuerId\": \"in.texskill\",\n                \"name\": \"Textile Sector Skill Council (TSC)\",\n                \"description\": \"Textile Sector Skill Council (TSC) is issuing their Digital awards for the following years, through DigiLocker. These can be pulled by students into their DigiLocker accounts \\r\\n                Degree - 2021,2022 \\r\\n                Marksheet - NA \\r\\n                Diploma -  NA \\r\\n                Transcript - NA\",\n                \"categories\": \"4,2,32\",\n                \"logo\": \"https://cf-media.api-setu.in/logo/issuers/007428.png\",\n                \"subdomain\": \"texskill\"\n            },\n            {\n                \"organisationId\": \"004491\",\n                \"issuerId\": \"in.ernet.tezu\",\n                \"name\": \"Tezpur University, Tezpur\",\n                \"description\": \"Tezpur University, Tezpur is issuing their Digital awards for the following years, through DigiLocker. These can be pulled by students into their DigiLocker accounts.\\n                Degree - 2019,2020,2021,2022,2023 \\n                Marksheet - 2020,2021,2022 \\n                Diploma - NA \\n                Transcript - 2022\",\n                \"categories\": \"4,2\",\n                \"logo\": \"https://cf-media.api-setu.in/logo/issuers/004491.png\",\n                \"subdomain\": \"tezu\"\n            },\n            {\n                \"organisationId\": \"003538\",\n                \"issuerId\": \"edu.thapar\",\n                \"name\": \"Thapar Institute of Engineering and Technology, Patiala\",\n                \"description\": \"Thapar Institute of Engineering and Technology, Patiala is issuing their Digital awards for the following years, through DigiLocker. These can be pulled by students into their DigiLocker accounts.\\n                Degree - 2011,2012,2013,2014,2015,2016,2017,2018,2019,2020,2021,2022 \\n                Marksheet - 2016,2017,2018,2019,2020,2021,2022,2023 \\n                Diploma - NA \\n                Transcript - NA\",\n                \"categories\": \"4,2\",\n                \"logo\": \"https://cf-media.api-setu.in/logo/issuers/003538.png\",\n                \"subdomain\": \"thapar\"\n            },\n            {\n                \"organisationId\": \"065830\",\n                \"issuerId\": \"com.ncjayanagar\",\n                \"name\": \"The  National College,Autonomous\",\n                \"description\": \"The institute has registered through NAD portal.\",\n                \"categories\": \"4,2\",\n                \"logo\": \"https://cf-media.api-setu.in/logo/issuers/null\",\n                \"subdomain\": \"ncjayanagar\"\n            },\n            {\n                \"organisationId\": \"012473\",\n                \"issuerId\": \"in.kazirangauniversity\",\n                \"name\": \"The Assam Kaziranga University, Jorhat\",\n                \"description\": \"The Assam Kaziranga University, Jorhat is issuing their Digital awards for the following years, through DigiLocker. These can be pulled by students into their DigiLocker accounts \\n                Degree - 2021,2022 \\n                Marksheet - 2022 \\n                Diploma -  NA \\n                Transcript - NA\",\n                \"categories\": \"4,2\",\n                \"logo\": \"https://cf-media.api-setu.in/logo/issuers/012473.png\",\n                \"subdomain\": \"kazirangauniversity\"\n            },\n            {\n                \"organisationId\": \"003479\",\n                \"issuerId\": \"ac.rgu\",\n                \"name\": \"The Assam Royal Global University\",\n                \"description\": \"Assam Royal Global University is issuing their Digital awards for the following years, through DigiLocker. These can be pulled by students into their DigiLocker accounts \\n                Degree - 2017 \\n                Marksheet - 2017,2018 \\n                Diploma -  NA \\n                Transcript - NA\",\n                \"categories\": \"4,2\",\n                \"logo\": \"https://cf-media.api-setu.in/logo/issuers/003479.png\",\n                \"subdomain\": \"rgu\"\n            },\n            {\n                \"organisationId\": \"023532\",\n                \"issuerId\": \"bsssbhopal.edu.in\",\n                \"name\": \"The Bhopal School of Social Sciences\",\n                \"description\": \"The Bhopal School of Social Sciences is issuing their Digital awards for the following years, through DigiLocker. These can be pulled by students into their DigiLocker accounts.\\n                Degree - NA \\n                Marksheet - 2022,2023 \\n                Diploma - NA \\n                Transcript - NA\",\n                \"categories\": \"4,2\",\n                \"logo\": \"https://cf-media.api-setu.in/logo/issuers/023532.png\",\n                \"subdomain\": \"bsssbhopaleduin\"\n            },\n            {\n                \"organisationId\": \"007441\",\n                \"issuerId\": \"in.ac.bitspilani\",\n                \"name\": \"The Birla Institute of Technology & Science, Pilani\",\n                \"description\": \"The Birla Institute of Technology & Science, Pilani is issuing their Digital awards for the following years, through DigiLocker. These can be pulled by students into their DigiLocker accounts.\\n                Degree - 2017,2018,2019,2020,2021,2022,2023 \\n                Marksheet - NA \\n                Diploma - NA \\n                Transcript - NA\",\n                \"categories\": \"4,2\",\n                \"logo\": \"https://cf-media.api-setu.in/logo/issuers/007441.png\",\n                \"subdomain\": \"bitspilani\"\n            },\n            {\n                \"organisationId\": \"012362\",\n                \"issuerId\": \"in.edu.cvmu\",\n                \"name\": \"The Charutar Vidya Mandal (CVM) University\",\n                \"description\": \"The Charutar Vidya Mandal (CVM) University is issuing their Digital awards for the following years, through DigiLocker. These can be pulled by students into their DigiLocker accounts.\\n                Degree - NA \\n                Marksheet - 2021,2022,2023,2024 \\n                Diploma - NA \\n                Transcript - NA\",\n                \"categories\": \"4,2\",\n                \"logo\": \"https://cf-media.api-setu.in/logo/issuers/012362.png\",\n                \"subdomain\": \"cvmu\"\n            },\n            {\n                \"organisationId\": \"003571\",\n                \"issuerId\": \"in.ac.efluniversity\",\n                \"name\": \"The English and Foreign Languages University Hyderabad\",\n                \"description\": \"The English and Foreign Languages University Hyderabad is issuing their Digital awards for the following years, through DigiLocker. These can be pulled by students into their DigiLocker accounts \\n                Degree - 2021,2022,2023 \\n                Marksheet - 2019,2020,2021,2022,2023,2024 \\n                Diploma -  NA \\n                Transcript - NA\",\n                \"categories\": \"4,2\",\n                \"logo\": \"https://cf-media.api-setu.in/logo/issuers/003571.png\",\n                \"subdomain\": \"efluniv\"\n            },\n            {\n                \"organisationId\": \"008852\",\n                \"issuerId\": \"in.ac.ruraluniv\",\n                \"name\": \"The Gandhigram Rural Institute\",\n                \"description\": \"The Gandhigram Rural Institute is issuing their Digital awards for the following years, through DigiLocker. These can be pulled by students into their DigiLocker accounts.\\n                Degree - 2016,2017,2018,2019,2020,2021,2022,2023 \\n                Marksheet - NA \\n                Diploma - 2016,2017,2018,2019 \\n                Transcript - NA\",\n                \"categories\": \"4,2\",\n                \"logo\": \"https://cf-media.api-setu.in/logo/issuers/008852.png\",\n                \"subdomain\": \"ruraluniv\"\n            },\n            {\n                \"organisationId\": \"005986\",\n                \"issuerId\": \"in.edu.glocaluniversity\",\n                \"name\": \"The Glocal University\",\n                \"description\": \"The institute has registered through NAD portal.\",\n                \"categories\": \"4,2\",\n                \"logo\": \"https://cf-media.api-setu.in/logo/issuers/005986.png\",\n                \"subdomain\": \"glocaluniversity\"\n            },\n            {\n                \"organisationId\": \"010638\",\n                \"issuerId\": \"edu.icsi\",\n                \"name\": \"The Institute of Company Secretaries of India (CS Examinations)\",\n                \"description\": \"The Institute of Company Secretaries of India (ICSI) is a statutory body constituted under an ACT of Parliament, i.e., the Company Secretaries Act, 1980. ICSI is functioning under the overall administrative jurisdiction of Ministry of Corporate Affairs, Government of India. One of the main functions of the Institute is to conduct Company  Secretaries Examinations twice in a year at pan India level. DigiLocker will immensely help the citizens especially students and members of the Institute for accessing their examination related documents in real-time manner.\",\n                \"categories\": \"4,1\",\n                \"logo\": \"https://cf-media.api-setu.in/logo/issuers/010638.png\",\n                \"subdomain\": \"csicsi\"\n            },\n            {\n                \"organisationId\": \"005399\",\n                \"issuerId\": \"in.icmai\",\n                \"name\": \"The Institute of Cost Accountants of India\",\n                \"description\": \"The Institute of Cost Accountants of India (erstwhile The Institute of Cost and Works Accountants of India) was established by a special act of Parliament, namely, the Cost and Works Accountants Act, 1959 as a statutory professional body for the regulation of the profession of cost and management accountancy. Now issuing Members and Students Identity Card through DigiLocker\",\n                \"categories\": \"4,2\",\n                \"logo\": \"https://cf-media.api-setu.in/logo/issuers/005399.png\",\n                \"subdomain\": \"icmai\"\n            },\n            {\n                \"organisationId\": \"005931\",\n                \"issuerId\": \"in.nic.jkbose\",\n                \"name\": \"THE JAMMU AND KASHMIR BOARD OF SCHOOL EDUCATION\",\n                \"description\": \"The J & K Board Of School Education is issuing their Digital awards for the following years, through DigiLocker. These can be pulled by students into their DigiLocker accounts \\n                Degree - NA \\n                Marksheet - 2015,2016,2017,2018,2019,2020,2021,2022,2023 \\n                Diploma -  NA \\n                Transcript - NA\",\n                \"categories\": \"4,2\",\n                \"logo\": \"https://cf-media.api-setu.in/logo/issuers/005931.png\",\n                \"subdomain\": \"jkbose\"\n            },\n            {\n                \"organisationId\": \"003213\",\n                \"issuerId\": \"in.ac.lnmiit\",\n                \"name\": \"The LNM Institute of Information Technology\",\n                \"description\": \"The LNM Institute of Information Technology is issuing their Digital awards for the following years, through DigiLocker. These can be pulled by students into their DigiLocker accounts \\n                Degree - 2014,2015,2016,2017,2018,2019,2020,2021 \\n                Marksheet - NA \\n                Diploma -  NA \\n                Transcript - NA\",\n                \"categories\": \"4,2\",\n                \"logo\": \"https://cf-media.api-setu.in/logo/issuers/003213.png\",\n                \"subdomain\": \"lnmiit\"\n            },\n            {\n                \"organisationId\": \"009242\",\n                \"issuerId\": \"in.ac.mbspsu\",\n                \"name\": \"The Maharaja Bhupinder Singh Punjab Sports University\",\n                \"description\": \"The Maharaja Bhupinder Singh Punjab Sports University is issuing their Digital awards for the following years, through DigiLocker. These can be pulled by students into their DigiLocker accounts \\n                Degree - NA \\n                Marksheet - 2021 \\n                Diploma -  NA \\n                Transcript - NA\",\n                \"categories\": \"4,2\",\n                \"logo\": \"https://cf-media.api-setu.in/logo/issuers/009242.png\",\n                \"subdomain\": \"mbspsu\"\n            },\n            {\n                \"organisationId\": \"005602\",\n                \"issuerId\": \"in.ac.msubaroda\",\n                \"name\": \"The Maharaja Sayajirao University Of Baroda, Vadodara\",\n                \"description\": \"The Maharaja Sayajirao University Of Baroda, Vadodara is issuing their Digital awards for the following years, through DigiLocker. These can be pulled by students into their DigiLocker accounts \\n                Degree - 2020,2021,2022 \\n                Marksheet - 2022,2023 \\n                Diploma -  NA \\n                Transcript - NA\",\n                \"categories\": \"4,2\",\n                \"logo\": \"https://cf-media.api-setu.in/logo/issuers/005602.png\",\n                \"subdomain\": \"msubaroda\"\n            },\n            {\n                \"organisationId\": \"085285\",\n                \"issuerId\": \"com.ncbgudi\",\n                \"name\": \"The National College, Basavanagudi (Autonomous)\",\n                \"description\": \"The institute has registered through NAD portal.\",\n                \"categories\": \"4,2\",\n                \"logo\": \"https://cf-media.api-setu.in/logo/issuers/085285.jpeg\",\n                \"subdomain\": \"ncbgudi\"\n            },\n            {\n                \"organisationId\": \"003715\",\n                \"issuerId\": \"in.ac.nie\",\n                \"name\": \"The National Institute of Engineering\",\n                \"description\": \"The National Institute of Engineering is issuing their Digital awards for the following years, through DigiLocker. These can be pulled by students into their DigiLocker accounts.\\n                Degree - NA \\n                Marksheet - NA \\n                Diploma - NA \\n                Transcript - NA\",\n                \"categories\": \"4,2\",\n                \"logo\": \"https://cf-media.api-setu.in/logo/issuers/003715.png\",\n                \"subdomain\": \"nie\"\n            },\n            {\n                \"organisationId\": \"009120\",\n                \"issuerId\": \"in.tnu\",\n                \"name\": \"The Neotia University\",\n                \"description\": \"The Neotia University is issuing their Digital awards for the following years, through DigiLocker. These can be pulled by students into their DigiLocker accounts \\n                Degree - 2018 \\n                Marksheet - 2015,2016,2017,2018 \\n                Diploma -  NA \\n                Transcript - NA\",\n                \"categories\": \"4,2\",\n                \"logo\": \"https://cf-media.api-setu.in/logo/issuers/009120.png\",\n                \"subdomain\": \"tnu\"\n            },\n            {\n                \"organisationId\": \"003358\",\n                \"issuerId\": \"edu.ncuindia\",\n                \"name\": \"The Northcap University (Formerly ITM University)\",\n                \"description\": \"The Northcap University, Gurgaon is issuing their Digital awards for the following years, through DigiLocker. These can be pulled by students into their DigiLocker accounts \\n                Degree - 2012,2013,2014,2016,2017,2018,2019,2020,2021,2022 \\n                Marksheet - 2010,2011,2012,2013,2015,2016,2018,2019,2020,2021,2022 \\n                Diploma -  NA \\n                Transcript - NA\",\n                \"categories\": \"4,2\",\n                \"logo\": \"https://cf-media.api-setu.in/logo/issuers/003358.png\",\n                \"subdomain\": \"ncuindia\"\n            },\n            {\n                \"organisationId\": \"002324\",\n                \"issuerId\": \"in.org.orientalinsurance\",\n                \"name\": \"The Oriental Insurance Co. Ltd.\",\n                \"description\": \"General Insurance policies such as Motor, Health, Travel, Property, Engineering  e.t.c issued by The Oriental  Insurance are available to be pulled for citizens of India.\",\n                \"categories\": \"993,1\",\n                \"logo\": \"https://cf-media.api-setu.in/logo/issuers/002324.png\",\n                \"subdomain\": \"orientalinsurance\"\n            },\n            {\n                \"organisationId\": \"002481\",\n                \"issuerId\": \"net.punjabteched\",\n                \"name\": \"The Punjab State Board of Technical Education & Industrial Training\",\n                \"description\": \"The Punjab State Board of Technical Education & Industrial Training is an autonomous statutory authority created under &#039;The Punjab State Board of Technical Education & Industrial Training 1992 Act for regulating and controlling academic standards in Institutes of Technical Education and for making admissions & conducting examinations in Polytechnics and Industrial Training Institutes.After integaraton with digilocker, Digilocker documents are fetched directly from issuer's repositories and are digitally signed, thereby eliminating the need of verifying them separately\",\n                \"categories\": \"4,2\",\n                \"logo\": \"https://cf-media.api-setu.in/logo/issuers/002481.jpg\",\n                \"subdomain\": \"punjabteched\"\n            },\n            {\n                \"organisationId\": \"004776\",\n                \"issuerId\": \"org.nagpuruniversity\",\n                \"name\": \"The Rashtrasant Tukadoji Maharaj Nagpur University\",\n                \"description\": \"The Rashtrasant Tukadoji Maharaj Nagpur University is issuing their Digital awards for the following years, through DigiLocker. These can be pulled by students into their DigiLocker accounts.\\n                Degree - 2019,2020 \\n                Marksheet - NA \\n                Diploma - NA \\n                Transcript - NA\",\n                \"categories\": \"4,2\",\n                \"logo\": \"https://cf-media.api-setu.in/logo/issuers/004776.png\",\n                \"subdomain\": \"nagpuruniversity\"\n            },\n            {\n                \"organisationId\": \"078820\",\n                \"issuerId\": \"org.tsag\",\n                \"name\": \"The Sports Authority of Goa\",\n                \"description\": \"The Sports Authority of Goa is an State organisation of Goa that works to uplift Goa's sports environment.The Sports Authority of Goa is an State organisation of Goa that works to uplift Goa's sports environment.The Sports Authority of Goa is an State organisation of Goa that works to uplift Goa's sports environment.\",\n                \"categories\": \"4,18\",\n                \"logo\": \"https://cf-media.api-setu.in/logo/issuers/078820.jpeg\",\n                \"subdomain\": \"tsag\"\n            },\n            {\n                \"organisationId\": \"003613\",\n                \"issuerId\": \"in.ac.buruniv\",\n                \"name\": \"The University of Burdwan\",\n                \"description\": \"The University of Burdwan is issuing their Digital awards for the following years, through DigiLocker. These can be pulled by students into their DigiLocker accounts \\n                Degree - 1985,2014,2015,2016,2017,2018,2019,2020,2021,2022 \\n                Marksheet - 2022 \\n                Diploma -  2013 \\n                Transcript - NA\",\n                \"categories\": \"4,2\",\n                \"logo\": \"https://cf-media.api-setu.in/logo/issuers/003613.png\",\n                \"subdomain\": \"buruniv\"\n            },\n            {\n                \"organisationId\": \"003511\",\n                \"issuerId\": \"in.edu.tdu\",\n                \"name\": \"The University Of Trans-Disciplinary Health Sciences And Technology\",\n                \"description\": \"The University Of Trans-Disciplinary Health Sciences And Technology is issuing their Digital awards for the following years, through DigiLocker. These can be pulled by students into their DigiLocker accounts.\\n                Degree - 2018,2019,2020,2021,2022 \\n                Marksheet - 2018,2019,2022 \\n                Diploma - 2020,2021 \\n                Transcript - 2020,2022\",\n                \"categories\": \"4,2\",\n                \"logo\": \"https://cf-media.api-setu.in/logo/issuers/003511.png\",\n                \"subdomain\": \"tdu\"\n            },\n            {\n                \"organisationId\": \"003822\",\n                \"issuerId\": \"in.edu.malayalamuniversity\",\n                \"name\": \"Thunchath Ezhuthachan Malayalam University, Tirur\",\n                \"description\": \"Thunchath Ezhuthachan Malayalam University, Tirur is issuing their Digital awards for the following years, through DigiLocker. These can be pulled by students into their DigiLocker accounts.\\r\\n                Degree - 2015 \\r\\n                Marksheet - NA \\r\\n                Diploma - NA \\r\\n                Transcript - NA\",\n                \"categories\": \"4,2\",\n                \"logo\": \"https://cf-media.api-setu.in/logo/issuers/003822.jpg\",\n                \"subdomain\": \"malayalamuniv\"\n            },\n            {\n                \"organisationId\": \"007499\",\n                \"issuerId\": \"in.edu.tmv\",\n                \"name\": \"Tilak Maharashtra Vidyapeeth, Pune\",\n                \"description\": \"Tilak Maharashtra Vidyapeeth, Pune is issuing their Digital awards for the following years, through DigiLocker. These can be pulled by students into their DigiLocker accounts \\n                Degree - 2020,2021,2022 \\n                Marksheet - 2021,2022,2023 \\n                Diploma -  2020 \\n                Transcript - NA\",\n                \"categories\": \"4,2\",\n                \"logo\": \"https://cf-media.api-setu.in/logo/issuers/007499.png\",\n                \"subdomain\": \"tmv\"\n            },\n            {\n                \"organisationId\": \"006573\",\n                \"issuerId\": \"in.thsc\",\n                \"name\": \"Tourism and Hospitality Skill Council\",\n                \"description\": \"Tourism and Hospitality SSC is issuing their Digital awards for the following years, through DigiLocker. These can be pulled by students into their DigiLocker accounts \\r\\n                Degree - 2021,2022 \\r\\n                Marksheet - NA \\r\\n                Diploma -  NA \\r\\n                Transcript - NA\",\n                \"categories\": \"4,2,32\",\n                \"logo\": \"https://cf-media.api-setu.in/logo/issuers/006573.png\",\n                \"subdomain\": \"thsc\"\n            },\n            {\n                \"organisationId\": \"002215\",\n                \"issuerId\": \"in.gov.transport\",\n                \"name\": \"Transport Department\",\n                \"description\": \"Driving License (DL) and Vehicle Registration Certificate (RC) of the State, as available on Parivahan Sewa (http://parivahan.co.in/) of Ministry of Road Transport and Highways, are available on DigiLocker. Citizens can pull these documents into their DigiLocker accounts.\",\n                \"categories\": \"4,30\",\n                \"logo\": \"https://cf-media.api-setu.in/logo/issuers/002215.png\",\n                \"subdomain\": \"transportwb\"\n            },\n            {\n                \"organisationId\": \"002070\",\n                \"issuerId\": \"in.gov.transport\",\n                \"name\": \"Transport Department, Andaman & Nicobar\",\n                \"description\": \"Driving License (DL) and Vehicle Registration Certificate (RC) of the State, as available on Parivahan Sewa (http://parivahan.co.in/) of Ministry of Road Transport and Highways, are available on DigiLocker. Citizens can pull these documents into their DigiLocker accounts.\",\n                \"categories\": \"4,30\",\n                \"logo\": \"https://cf-media.api-setu.in/logo/issuers/002070.png\",\n                \"subdomain\": \"transportan\"\n            },\n            {\n                \"organisationId\": \"002185\",\n                \"issuerId\": \"in.gov.transport\",\n                \"name\": \"Transport Department, Andhra Pradesh\",\n                \"description\": \"Driving License (DL) and Vehicle Registration Certificate (RC) of the State, as available on Parivahan Sewa (http://parivahan.co.in/) of Ministry of Road Transport and Highways, are available on DigiLocker. Citizens can pull these documents into their DigiLocker accounts.\",\n                \"categories\": \"4,11\",\n                \"logo\": \"https://cf-media.api-setu.in/logo/issuers/002185.png\",\n                \"subdomain\": \"transportap\"\n            },\n            {\n                \"organisationId\": \"002186\",\n                \"issuerId\": \"in.gov.transport\",\n                \"name\": \"Transport Department, Arunachal Pradesh\",\n                \"description\": \"Driving License (DL) and Vehicle Registration Certificate (RC) of the State, as available on Parivahan Sewa (http://parivahan.co.in/) of Ministry of Road Transport and Highways, are available on DigiLocker. Citizens can pull these documents into their DigiLocker accounts.\",\n                \"categories\": \"4,11\",\n                \"logo\": \"https://cf-media.api-setu.in/logo/issuers/002186.png\",\n                \"subdomain\": \"transportar\"\n            },\n            {\n                \"organisationId\": \"002187\",\n                \"issuerId\": \"in.gov.transport\",\n                \"name\": \"Transport Department, Assam\",\n                \"description\": \"Driving License (DL) and Vehicle Registration Certificate (RC) of the State, as available on Parivahan Sewa (http://parivahan.co.in/) of Ministry of Road Transport and Highways, are available on DigiLocker. Citizens can pull these documents into their DigiLocker accounts.\",\n                \"categories\": \"4,11\",\n                \"logo\": \"https://cf-media.api-setu.in/logo/issuers/002187.png\",\n                \"subdomain\": \"transportas\"\n            },\n            {\n                \"organisationId\": \"002188\",\n                \"issuerId\": \"in.gov.transport\",\n                \"name\": \"Transport Department, Bihar\",\n                \"description\": \"Driving License (DL) and Vehicle Registration Certificate (RC) of the State, as available on Parivahan Sewa (http://parivahan.co.in/) of Ministry of Road Transport and Highways, are available on DigiLocker. Citizens can pull these documents into their DigiLocker accounts.\",\n                \"categories\": \"4,11\",\n                \"logo\": \"https://cf-media.api-setu.in/logo/issuers/002188.png\",\n                \"subdomain\": \"transportbr\"\n            },\n            {\n                \"organisationId\": \"002189\",\n                \"issuerId\": \"in.gov.transport\",\n                \"name\": \"Transport Department, Chandigarh\",\n                \"description\": \"Driving License (DL) and Vehicle Registration Certificate (RC) of the State, as available on Parivahan Sewa (http://parivahan.co.in/) of Ministry of Road Transport and Highways, are available on DigiLocker. Citizens can pull these documents into their DigiLocker accounts.\",\n                \"categories\": \"4,11\",\n                \"logo\": \"https://cf-media.api-setu.in/logo/issuers/002189.png\",\n                \"subdomain\": \"transportch\"\n            },\n            {\n                \"organisationId\": \"002216\",\n                \"issuerId\": \"in.gov.transport\",\n                \"name\": \"Transport Department, Chhattisgarh\",\n                \"description\": \"Driving License (DL) and Vehicle Registration Certificate (RC) of the State, as available on Parivahan Sewa (http://parivahan.co.in/) of Ministry of Road Transport and Highways, are available on DigiLocker. Citizens can pull these documents into their DigiLocker accounts.\",\n                \"categories\": \"4,11\",\n                \"logo\": \"https://cf-media.api-setu.in/logo/issuers/002216.png\",\n                \"subdomain\": \"transportcg\"\n            },\n            {\n                \"organisationId\": \"002192\",\n                \"issuerId\": \"in.gov.transport\",\n                \"name\": \"Transport Department, Dadra & Nagar Haveli\",\n                \"description\": \"Driving License (DL) and Vehicle Registration Certificate (RC) of the State, as available on Parivahan Sewa (http://parivahan.co.in/) of Ministry of Road Transport and Highways, are available on DigiLocker. Citizens can pull these documents into their DigiLocker accounts.\",\n                \"categories\": \"4,11\",\n                \"logo\": \"https://cf-media.api-setu.in/logo/issuers/002192.png\",\n                \"subdomain\": \"transportdh\"\n            },\n            {\n                \"organisationId\": \"002190\",\n                \"issuerId\": \"in.gov.transport\",\n                \"name\": \"Transport Department, Daman & Diu\",\n                \"description\": \"Driving License (DL) and Vehicle Registration Certificate (RC) of the State, as available on Parivahan Sewa (http://parivahan.co.in/) of Ministry of Road Transport and Highways, are available on DigiLocker. Citizens can pull these documents into their DigiLocker accounts.\",\n                \"categories\": \"4,11\",\n                \"logo\": \"https://cf-media.api-setu.in/logo/issuers/002190.jpg\",\n                \"subdomain\": \"transportdd\"\n            },\n            {\n                \"organisationId\": \"002191\",\n                \"issuerId\": \"in.gov.transport\",\n                \"name\": \"Transport Department, Delhi\",\n                \"description\": \"Driving License (DL) and Vehicle Registration Certificate (RC) of the State, as available on Parivahan Sewa (http://parivahan.co.in/) of Ministry of Road Transport and Highways, are available on DigiLocker. Citizens can pull these documents into their DigiLocker accounts.\",\n                \"categories\": \"4,11\",\n                \"logo\": \"https://cf-media.api-setu.in/logo/issuers/002191.png\",\n                \"subdomain\": \"transportdl\"\n            },\n            {\n                \"organisationId\": \"002193\",\n                \"issuerId\": \"in.gov.transport\",\n                \"name\": \"Transport Department, Goa\",\n                \"description\": \"Driving License (DL) and Vehicle Registration Certificate (RC) of the State, as available on Parivahan Sewa (http://parivahan.co.in/) of Ministry of Road Transport and Highways, are available on DigiLocker. Citizens can pull these documents into their DigiLocker accounts.\",\n                \"categories\": \"4,11\",\n                \"logo\": \"https://cf-media.api-setu.in/logo/issuers/002193.png\",\n                \"subdomain\": \"transportga\"\n            },\n            {\n                \"organisationId\": \"002194\",\n                \"issuerId\": \"in.gov.transport\",\n                \"name\": \"Transport Department, Gujarat\",\n                \"description\": \"Driving License (DL) and Vehicle Registration Certificate (RC) of the State, as available on Parivahan Sewa (http://parivahan.co.in/) of Ministry of Road Transport and Highways, are available on DigiLocker. Citizens can pull these documents into their DigiLocker accounts.\",\n                \"categories\": \"4,11\",\n                \"logo\": \"https://cf-media.api-setu.in/logo/issuers/002194.png\",\n                \"subdomain\": \"transportgj\"\n            },\n            {\n                \"organisationId\": \"002196\",\n                \"issuerId\": \"in.gov.transport\",\n                \"name\": \"Transport Department, Haryana\",\n                \"description\": \"Driving License (DL) and Vehicle Registration Certificate (RC) of the State, as available on Parivahan Sewa (http://parivahan.co.in/) of Ministry of Road Transport and Highways, are available on DigiLocker. Citizens can pull these documents into their DigiLocker accounts.\",\n                \"categories\": \"4,11\",\n                \"logo\": \"https://cf-media.api-setu.in/logo/issuers/002196.png\",\n                \"subdomain\": \"transporthr\"\n            },\n            {\n                \"organisationId\": \"002195\",\n                \"issuerId\": \"in.gov.transport\",\n                \"name\": \"Transport Department, Himachal Pradesh\",\n                \"description\": \"Driving License (DL) and Vehicle Registration Certificate (RC) of the State, as available on Parivahan Sewa (http://parivahan.co.in/) of Ministry of Road Transport and Highways, are available on DigiLocker. Citizens can pull these documents into their DigiLocker accounts.\",\n                \"categories\": \"4,11\",\n                \"logo\": \"https://cf-media.api-setu.in/logo/issuers/002195.png\",\n                \"subdomain\": \"transporthp\"\n            },\n            {\n                \"organisationId\": \"002197\",\n                \"issuerId\": \"in.gov.transport\",\n                \"name\": \"Transport Department, Jammu & Kashmir\",\n                \"description\": \"Driving License (DL) and Vehicle Registration Certificate (RC) of the State, as available on Parivahan Sewa (http://parivahan.co.in/) of Ministry of Road Transport and Highways, are available on DigiLocker. Citizens can pull these documents into their DigiLocker accounts.\",\n                \"categories\": \"4,11\",\n                \"logo\": \"https://cf-media.api-setu.in/logo/issuers/002197.png\",\n                \"subdomain\": \"transportjk\"\n            },\n            {\n                \"organisationId\": \"002217\",\n                \"issuerId\": \"in.gov.transport\",\n                \"name\": \"Transport Department, Jharkhand\",\n                \"description\": \"Driving License (DL) and Vehicle Registration Certificate (RC) of the State, as available on Parivahan Sewa (http://parivahan.co.in/) of Ministry of Road Transport and Highways, are available on DigiLocker. Citizens can pull these documents into their DigiLocker accounts.\",\n                \"categories\": \"4,11\",\n                \"logo\": \"https://cf-media.api-setu.in/logo/issuers/002217.jpg\",\n                \"subdomain\": \"transportjh\"\n            },\n            {\n                \"organisationId\": \"002200\",\n                \"issuerId\": \"in.gov.transport\",\n                \"name\": \"Transport Department, Lakshadweep\",\n                \"description\": \"Driving License (DL) and Vehicle Registration Certificate (RC) of the State, as available on Parivahan Sewa (http://parivahan.co.in/) of Ministry of Road Transport and Highways, are available on DigiLocker. Citizens can pull these documents into their DigiLocker accounts.\",\n                \"categories\": \"4,11\",\n                \"logo\": \"https://cf-media.api-setu.in/logo/issuers/002200.png\",\n                \"subdomain\": \"transportld\"\n            },\n            {\n                \"organisationId\": \"002204\",\n                \"issuerId\": \"in.gov.transport\",\n                \"name\": \"Transport Department, Madhya Pradesh\",\n                \"description\": \"Driving License (DL) and Vehicle Registration Certificate (RC) of the State, as available on Parivahan Sewa (http://parivahan.co.in/) of Ministry of Road Transport and Highways, are available on DigiLocker. Citizens can pull these documents into their DigiLocker accounts.\",\n                \"categories\": \"4,11\",\n                \"logo\": \"https://cf-media.api-setu.in/logo/issuers/002204.png\",\n                \"subdomain\": \"transportmp\"\n            },\n            {\n                \"organisationId\": \"002203\",\n                \"issuerId\": \"in.gov.transport\",\n                \"name\": \"Transport Department, Manipur\",\n                \"description\": \"Driving License (DL) and Vehicle Registration Certificate (RC) of the State, as available on Parivahan Sewa (http://parivahan.co.in/) of Ministry of Road Transport and Highways, are available on DigiLocker. Citizens can pull these documents into their DigiLocker accounts.\",\n                \"categories\": \"4,11\",\n                \"logo\": \"https://cf-media.api-setu.in/logo/issuers/002203.png\",\n                \"subdomain\": \"transportmn\"\n            },\n            {\n                \"organisationId\": \"002201\",\n                \"issuerId\": \"in.gov.transport\",\n                \"name\": \"Transport Department, Meghalaya\",\n                \"description\": \"Driving License (DL) and Vehicle Registration Certificate (RC) of the State, as available on Parivahan Sewa (http://parivahan.co.in/) of Ministry of Road Transport and Highways, are available on DigiLocker. Citizens can pull these documents into their DigiLocker accounts.\",\n                \"categories\": \"4,11\",\n                \"logo\": \"https://cf-media.api-setu.in/logo/issuers/002201.png\",\n                \"subdomain\": \"transportml\"\n            },\n            {\n                \"organisationId\": \"002205\",\n                \"issuerId\": \"in.gov.transport\",\n                \"name\": \"Transport Department, Mizoram\",\n                \"description\": \"Driving License (DL) and Vehicle Registration Certificate (RC) of the State, as available on Parivahan Sewa (http://parivahan.co.in/) of Ministry of Road Transport and Highways, are available on DigiLocker. Citizens can pull these documents into their DigiLocker accounts.\",\n                \"categories\": \"4,11\",\n                \"logo\": \"https://cf-media.api-setu.in/logo/issuers/002205.png\",\n                \"subdomain\": \"transportmz\"\n            },\n            {\n                \"organisationId\": \"002209\",\n                \"issuerId\": \"in.gov.transport\",\n                \"name\": \"Transport Department, Puducherry\",\n                \"description\": \"Driving License (DL) and Vehicle Registration Certificate (RC) of the State, as available on Parivahan Sewa (http://parivahan.co.in/) of Ministry of Road Transport and Highways, are available on DigiLocker. Citizens can pull these documents into their DigiLocker accounts.\",\n                \"categories\": \"4,11\",\n                \"logo\": \"https://cf-media.api-setu.in/logo/issuers/002209.png\",\n                \"subdomain\": \"transportpy\"\n            },\n            {\n                \"organisationId\": \"002208\",\n                \"issuerId\": \"in.gov.transport\",\n                \"name\": \"Transport Department, Punjab\",\n                \"description\": \"Driving License (DL) and Vehicle Registration Certificate (RC) of the State, as available on Parivahan Sewa (http://parivahan.co.in/) of Ministry of Road Transport and Highways, are available on DigiLocker. Citizens can pull these documents into their DigiLocker accounts.\",\n                \"categories\": \"4,11\",\n                \"logo\": \"https://cf-media.api-setu.in/logo/issuers/002208.png\",\n                \"subdomain\": \"transportpb\"\n            },\n            {\n                \"organisationId\": \"002210\",\n                \"issuerId\": \"in.gov.transport\",\n                \"name\": \"Transport Department, Rajasthan\",\n                \"description\": \"Driving License (DL) and Vehicle Registration Certificate (RC) of the State, as available on Parivahan Sewa (http://parivahan.co.in/) of Ministry of Road Transport and Highways, are available on DigiLocker. Citizens can pull these documents into their DigiLocker accounts.\",\n                \"categories\": \"4,30\",\n                \"logo\": \"https://cf-media.api-setu.in/logo/issuers/002210.png\",\n                \"subdomain\": \"transportrj\"\n            },\n            {\n                \"organisationId\": \"002211\",\n                \"issuerId\": \"in.gov.transport\",\n                \"name\": \"Transport Department, Sikkim\",\n                \"description\": \"Driving License (DL) and Vehicle Registration Certificate (RC) of the State, as available on Parivahan Sewa (http://parivahan.co.in/) of Ministry of Road Transport and Highways, are available on DigiLocker. Citizens can pull these documents into their DigiLocker accounts.\",\n                \"categories\": \"4,11\",\n                \"logo\": \"https://cf-media.api-setu.in/logo/issuers/002211.png\",\n                \"subdomain\": \"transportsk\"\n            },\n            {\n                \"organisationId\": \"002212\",\n                \"issuerId\": \"in.gov.transport\",\n                \"name\": \"Transport Department, Tamil Nadu\",\n                \"description\": \"Driving License (DL) and Vehicle Registration Certificate (RC) of the State, as available on Parivahan Sewa (http://parivahan.co.in/) of Ministry of Road Transport and Highways, are available on DigiLocker. Citizens can pull these documents into their DigiLocker accounts.\",\n                \"categories\": \"4,11\",\n                \"logo\": \"https://cf-media.api-setu.in/logo/issuers/002212.png\",\n                \"subdomain\": \"transporttn\"\n            },\n            {\n                \"organisationId\": \"002213\",\n                \"issuerId\": \"in.gov.transport\",\n                \"name\": \"Transport Department, Tripura\",\n                \"description\": \"Driving License (DL) and Vehicle Registration Certificate (RC) of the State, as available on Parivahan Sewa (http://parivahan.co.in/) of Ministry of Road Transport and Highways, are available on DigiLocker. Citizens can pull these documents into their DigiLocker accounts.\",\n                \"categories\": \"4,11\",\n                \"logo\": \"https://cf-media.api-setu.in/logo/issuers/002213.png\",\n                \"subdomain\": \"transporttr\"\n            },\n            {\n                \"organisationId\": \"002214\",\n                \"issuerId\": \"in.gov.transport\",\n                \"name\": \"Transport Department, Uttar Pradesh\",\n                \"description\": \"Driving License (DL) and Vehicle Registration Certificate (RC) of the State, as available on Parivahan Sewa (http://parivahan.co.in/) of Ministry of Road Transport and Highways, are available on DigiLocker. Citizens can pull these documents into their DigiLocker accounts.\",\n                \"categories\": \"4,11\",\n                \"logo\": \"https://cf-media.api-setu.in/logo/issuers/002214.png\",\n                \"subdomain\": \"transportup\"\n            },\n            {\n                \"organisationId\": \"002218\",\n                \"issuerId\": \"in.gov.transport\",\n                \"name\": \"Transport Department, Uttarakhand\",\n                \"description\": \"Driving License (DL) and Vehicle Registration Certificate (RC) of the State, as available on Parivahan Sewa (http://parivahan.co.in/) of Ministry of Road Transport and Highways, are available on DigiLocker. Citizens can pull these documents into their DigiLocker accounts.\",\n                \"categories\": \"4,11\",\n                \"logo\": \"https://cf-media.api-setu.in/logo/issuers/002218.png\",\n                \"subdomain\": \"transportuk\"\n            },\n            {\n                \"organisationId\": \"002330\",\n                \"issuerId\": \"in.tbse\",\n                \"name\": \"Tripura State Board of Secondary Education\",\n                \"description\": \"Tripura State Board of Secondary Education is issuing their Digital awards for the following years, through DigiLocker. These can be pulled by students into their DigiLocker accounts.\\n                Degree - NA \\n                Marksheet - 2017,2018,2019,2020,2021,2022,2023 \\n                Diploma - NA \\n                Transcript - NA\",\n                \"categories\": \"4,2\",\n                \"logo\": \"https://cf-media.api-setu.in/logo/issuers/002330.jpg\",\n                \"subdomain\": \"tbse\"\n            },\n            {\n                \"organisationId\": \"003652\",\n                \"issuerId\": \"in.ac.tripurauniv\",\n                \"name\": \"Tripura University, Agartala\",\n                \"description\": \"Tripura University, Agartala is issuing their Digital awards for the following years, through DigiLocker. These can be pulled by students into their DigiLocker accounts.\\n                Degree - 2018,2019,2020,2021,2022,2023 \\n                Marksheet - 2021,2022,2023 \\n                Diploma - NA \\n                Transcript - NA\",\n                \"categories\": \"4,2\",\n                \"logo\": \"https://cf-media.api-setu.in/logo/issuers/003652.png\",\n                \"subdomain\": \"tripurauniv\"\n            },\n            {\n                \"organisationId\": \"002680\",\n                \"issuerId\": \"in.ac.tumkuruniversity\",\n                \"name\": \"TUMKUR UNIVERSITY\",\n                \"description\": \"TUMKUR UNIVERSITY is issuing their Digital awards for the following years, through DigiLocker. These can be pulled by students into their DigiLocker accounts.\\n                Degree - 2009,2010,2011,2012,2013,2014,2016,2017,2018,2019,2020,2021,2022 \\n                Marksheet - 2016,2017,2018,2019,2020,2021,2022,2023 \\n                Diploma - NA \\n                Transcript - NA\",\n                \"categories\": \"4,2\",\n                \"logo\": \"https://cf-media.api-setu.in/logo/issuers/002680.png\",\n                \"subdomain\": \"tumkuruniv\"\n            },\n            {\n                \"organisationId\": \"002385\",\n                \"issuerId\": \"com.ucobank\",\n                \"name\": \"UCO Bank\",\n                \"description\": \"Founded in 1943, UCO Bank is a commercial bank and a Government of India Undertaking. Its Board of Directors consists of government representatives from the Government of India and Reserve Bank of India as well as eminent professionals like accountants, management experts, economists, businessmen, etc. Headquartered in Kolkata, the Bank has 42 Zonal Offices spread all over India. Branches located in a geographical area report to the Zonal Office having jurisdiction over that area. These Zonal Offices are headed by Senior Executives. The Zonal Offices report to the respective Head Office Depart\",\n                \"categories\": \"3,1\",\n                \"logo\": \"https://cf-media.api-setu.in/logo/issuers/002385.png\",\n                \"subdomain\": \"ucobank\"\n            },\n            {\n                \"organisationId\": \"004066\",\n                \"issuerId\": \"in.ac.utu\",\n                \"name\": \"Uka Tarsadia University\",\n                \"description\": \"Uka Tarsadia University is issuing their Digital awards for the following years, through DigiLocker. These can be pulled by students into their DigiLocker accounts \\n                Degree - 2012,2013,2014,2015,2016,2017,2018,2019,2020,2021,2022 \\n                Marksheet - 2021 \\n                Diploma -  2016,2017,2018,2019,2020,2021 \\n                Transcript - NA\",\n                \"categories\": \"4,2\",\n                \"logo\": \"https://cf-media.api-setu.in/logo/issuers/004066.png\",\n                \"subdomain\": \"utusurat\"\n            },\n            {\n                \"organisationId\": \"021366\",\n                \"issuerId\": \"in.co.unionbankofindia\",\n                \"name\": \"Union Bank of India\",\n                \"description\": \"Union Bank of India issues Account Statement, Interest Certificate and Form-16 documents to its Account Holders. In Digi Locker, UBI customers can request Account Statement by using Account Number, Interest Certificate for Term Deposit accounts by using Customer ID and Form16 document by using PAN number. Union Bank of India made these services available for more than 16 crore customers\",\n                \"categories\": \"3,1\",\n                \"logo\": \"https://cf-media.api-setu.in/logo/issuers/021366.png\",\n                \"subdomain\": \"unionbankofindia\"\n            },\n            {\n                \"organisationId\": \"002970\",\n                \"issuerId\": \"in.co.uiic\",\n                \"name\": \"United India Insurance Company Limited\",\n                \"description\": \"United India Insurance Co. Ltd. is a Public Sector General Insurance Company incorporated in 1938, having its presence all over India providing risk cover to 1.74 Crore policyholders. General Insurance Policies such as Motor, Health, Personal Accident, Travel, e.t.c issued by United India Insurance Co. Ltd. (https://uiic.co.in/) are available to be downloaded by citizens of India to their DigiLocker account.\",\n                \"categories\": \"993,1\",\n                \"logo\": \"https://cf-media.api-setu.in/logo/issuers/002970.jpg\",\n                \"subdomain\": \"uiic\"\n            },\n            {\n                \"organisationId\": \"061913\",\n                \"issuerId\": \"in.edu.uniteduniversity\",\n                \"name\": \"United University\",\n                \"description\": \"The institute has registered through NAD portal.\",\n                \"categories\": \"993,2\",\n                \"logo\": \"https://cf-media.api-setu.in/logo/issuers/061913.png\",\n                \"subdomain\": \"uniteduniversity\"\n            },\n            {\n                \"organisationId\": \"012883\",\n                \"issuerId\": \"com.universalsompo\",\n                \"name\": \"Universal Sompo General Insurance Co. Ltd\",\n                \"description\": \"Insurance policies issued by Universal Sompo General Insurance (https://www.universalsompo.com) are available on DigiLocker and can be downloaded by customers into their account.\",\n                \"categories\": \"993,1\",\n                \"logo\": \"https://cf-media.api-setu.in/logo/issuers/012883.png\",\n                \"subdomain\": \"universalsompo\"\n            },\n            {\n                \"organisationId\": \"003570\",\n                \"issuerId\": \"in.edu.uahs\",\n                \"name\": \"University of Agricultural and Horticultural Sciences, Shimoga\",\n                \"description\": \"University of Agricultural and Horticultural Sciences, Shimoga is issuing their Digital awards for the following years, through DigiLocker. These can be pulled by students into their DigiLocker accounts.\\n                Degree - 2015,2016,2017,2018,2019,2020,2021,2022,2023 \\n                Marksheet - NA \\n                Diploma - NA \\n                Transcript - NA\",\n                \"categories\": \"4,2\",\n                \"logo\": \"https://cf-media.api-setu.in/logo/issuers/003570.png\",\n                \"subdomain\": \"uahs\"\n            },\n            {\n                \"organisationId\": \"004314\",\n                \"issuerId\": \"in.edu.uasbangalore\",\n                \"name\": \"University of Agricultural Sciences, Bangalore\",\n                \"description\": \"University of Agricultural Sciences, Bangalore is issuing their Digital awards for the following years, through DigiLocker. These can be pulled by students into their DigiLocker accounts.\\n                Degree - 2016,2017,2018,2019,2020,2021,2022 \\n                Marksheet - NA \\n                Diploma - NA \\n                Transcript - NA\",\n                \"categories\": \"4,2\",\n                \"logo\": \"https://cf-media.api-setu.in/logo/issuers/004314.png\",\n                \"subdomain\": \"uasbangalore\"\n            },\n            {\n                \"organisationId\": \"003840\",\n                \"issuerId\": \"in.edu.uasd\",\n                \"name\": \"University of Agricultural Sciences, Dharwad\",\n                \"description\": \"University  Of Agricultural Sciences, Dharwad is issuing their Digital awards for the following years, through DigiLocker. These can be pulled by students into their DigiLocker accounts.\\n                Degree - 2019,2020,2021,2023 \\n                Marksheet - NA \\n                Diploma - NA \\n                Transcript - NA\",\n                \"categories\": \"4,2\",\n                \"logo\": \"https://cf-media.api-setu.in/logo/issuers/003840.png\",\n                \"subdomain\": \"uasd\"\n            },\n            {\n                \"organisationId\": \"003093\",\n                \"issuerId\": \"in.edu.uasraichur\",\n                \"name\": \"University of Agricultural Sciences, Raichur\",\n                \"description\": \"University of Agricultural Sciences, Raichur is issuing their Digital awards for the following years, through DigiLocker. These can be pulled by students into their DigiLocker accounts.\\n                Degree - 2018 \\n                Marksheet - NA \\n                Diploma - NA \\n                Transcript - NA\",\n                \"categories\": \"4,2\",\n                \"logo\": \"https://cf-media.api-setu.in/logo/issuers/003093.png\",\n                \"subdomain\": \"uasraichur\"\n            },\n            {\n                \"organisationId\": \"009552\",\n                \"issuerId\": \"in.ac.allduniv\",\n                \"name\": \"University Of Allahabad, Allahabad\",\n                \"description\": \"University Of Allahabad, Allahabad is issuing their Digital awards for the following years, through DigiLocker. These can be pulled by students into their DigiLocker accounts \\n                Degree - NA \\n                Marksheet - 2020,2021,2022 \\n                Diploma -  NA \\n                Transcript - NA\",\n                \"categories\": \"4,2\",\n                \"logo\": \"https://cf-media.api-setu.in/logo/issuers/009552.png\",\n                \"subdomain\": \"allduniv\"\n            },\n            {\n                \"organisationId\": \"004043\",\n                \"issuerId\": \"in.ac.uoc\",\n                \"name\": \"University Of Calicut\",\n                \"description\": \"University Of Calicut is issuing their Digital awards for the following years, through DigiLocker. These can be pulled by students into their DigiLocker accounts.\\n                Degree - 2017,2018,2019,2020,2021 \\n                Marksheet - NA \\n                Diploma - NA \\n                Transcript - NA\",\n                \"categories\": \"4,2\",\n                \"logo\": \"https://cf-media.api-setu.in/logo/issuers/004043.png\",\n                \"subdomain\": \"univofcalicut\"\n            },\n            {\n                \"organisationId\": \"003149\",\n                \"issuerId\": \"result.ac.du.exam\",\n                \"name\": \"University Of Delhi\",\n                \"description\": \"University Of Delhi is issuing their Digital awards for the following years, through DigiLocker. These can be pulled by students into their DigiLocker accounts.\\n                Degree - 2017 \\n                Marksheet - 2017,2020,2021,2022,2023 \\n                Diploma - NA \\n                Transcript - 2017,2018,2019\",\n                \"categories\": \"4,2\",\n                \"logo\": \"https://cf-media.api-setu.in/logo/issuers/003149.png\",\n                \"subdomain\": \"duexam\"\n            },\n            {\n                \"organisationId\": \"012102\",\n                \"issuerId\": \"in.edu.uemjaipur\",\n                \"name\": \"University Of Engineering And Management\",\n                \"description\": \"University Of Engineering And Management is issuing their Digital awards for the following years, through DigiLocker. These can be pulled by students into their DigiLocker accounts \\r\\n                Degree - 2014,2015,2016,2017,2018,2019,2020,2021,2022,2023,2024 \\r\\n                Marksheet - 2014,2015,2016,2017,2018,2019,2021,2022 \\r\\n                Diploma -  NA \\r\\n                Transcript - NA\",\n                \"categories\": \"4,2\",\n                \"logo\": \"https://cf-media.api-setu.in/logo/issuers/012102.png\",\n                \"subdomain\": \"uemeduin\"\n            },\n            {\n                \"organisationId\": \"004227\",\n                \"issuerId\": \"in.edu.uem\",\n                \"name\": \"University of Engineering and Management, Kolkata\",\n                \"description\": \"University of Engineering and Management, Kolkata is issuing their Digital awards for the following years, through DigiLocker. These can be pulled by students into their DigiLocker accounts \\n                Degree - 2017,2018,2019,2020,2021,2022,2023 \\n                Marksheet - NA \\n                Diploma -  NA \\n                Transcript - NA\",\n                \"categories\": \"4,2\",\n                \"logo\": \"https://cf-media.api-setu.in/logo/issuers/004227.png\",\n                \"subdomain\": \"uem\"\n            },\n            {\n                \"organisationId\": \"003450\",\n                \"issuerId\": \"in.edu.uhsbagalkot\",\n                \"name\": \"University of Horticultural Sciences, Bagalkot\",\n                \"description\": \"University of Horticultural Sciences, Bagalkot is issuing their Digital awards for the following years, through DigiLocker. These can be pulled by students into their DigiLocker accounts.\\n                Degree - 2011,2012,2013,2014,2015,2016,2017,2018,2019,2020,2021,2022,2023 \\n                Marksheet - NA \\n                Diploma - 2015,2016,2017,2018,2019,2020,2022 \\n                Transcript - NA\",\n                \"categories\": \"4,2\",\n                \"logo\": \"https://cf-media.api-setu.in/logo/issuers/003450.png\",\n                \"subdomain\": \"uhsbagalkot\"\n            },\n            {\n                \"organisationId\": \"003654\",\n                \"issuerId\": \"in.ac.uohyd\",\n                \"name\": \"University of Hyderabad\",\n                \"description\": \"University of Hyderabad is issuing their Digital awards for the following years, through DigiLocker. These can be pulled by students into their DigiLocker accounts.\\n                Degree - 1985,1987,1989,1991,1993,1994,1995,1996,1997,1998,1999,2000,2001,2002,2003,2004,2005,2006,2007,2008,2009,2010,2011,2012,2013,2014,2015,2016,2017,2018,2019,2020,2021,2022,2023,2024 \\n                Marksheet - 2022 \\n                Diploma - NA \\n                Transcript - NA\",\n                \"categories\": \"4,2\",\n                \"logo\": \"https://cf-media.api-setu.in/logo/issuers/003654.png\",\n                \"subdomain\": \"uohyd\"\n            },\n            {\n                \"organisationId\": \"004050\",\n                \"issuerId\": \"in.jammuuniversity\",\n                \"name\": \"University Of Jammu, Jammu Tawi\",\n                \"description\": \"University Of Jammu, Jammu Tawi is issuing their Digital awards for the following years, through DigiLocker. These can be pulled by students into their DigiLocker accounts.\\r\\n                Degree - 2017 \\r\\n                Marksheet - 2014,2016,2017,2020,2021,2022,2023\\r\\n                Diploma - NA \\r\\n                Transcript - NA\",\n                \"categories\": \"4,2\",\n                \"logo\": \"https://cf-media.api-setu.in/logo/issuers/004050.png\",\n                \"subdomain\": \"univofjammu\"\n            },\n            {\n                \"organisationId\": \"004031\",\n                \"issuerId\": \"net.kashmiruniversity\",\n                \"name\": \"University Of Kashmir, Srinagar\",\n                \"description\": \"University Of Kashmir, Srinagar is issuing their Digital awards for the following years, through DigiLocker. These can be pulled by students into their DigiLocker accounts \\n                Degree - 2021 \\n                Marksheet - 2016,2017,2018,2019,2020,2021,2022,2023 \\n                Diploma -  NA \\n                Transcript - NA\",\n                \"categories\": \"4,2\",\n                \"logo\": \"https://cf-media.api-setu.in/logo/issuers/004031.png\",\n                \"subdomain\": \"univofkashmir\"\n            },\n            {\n                \"organisationId\": \"004008\",\n                \"issuerId\": \"in.ac.keralauniversity\",\n                \"name\": \"University Of Kerala, Thiruvananthapuram\",\n                \"description\": \"University Of Kerala, Thiruvananthapuram is issuing their Digital awards for the following years, through DigiLocker. These can be pulled by students into their DigiLocker accounts \\n                Degree - 2014,2016,2019,2020,2021,2022 \\n                Marksheet - NA \\n                Diploma -  NA \\n                Transcript - NA\",\n                \"categories\": \"4,2\",\n                \"logo\": \"https://cf-media.api-setu.in/logo/issuers/004008.png\",\n                \"subdomain\": \"keralauniversity\"\n            },\n            {\n                \"organisationId\": \"003679\",\n                \"issuerId\": \"in.ac.uok\",\n                \"name\": \"University of Kota, Kota\",\n                \"description\": \"University of Kota, Kota is issuing their Digital awards for the following years, through DigiLocker. These can be pulled by students into their DigiLocker accounts \\n                Degree - 2015,2016,2017,2018,2019 \\n                Marksheet - NA \\n                Diploma -  NA \\n                Transcript - NA\",\n                \"categories\": \"4,2\",\n                \"logo\": \"https://cf-media.api-setu.in/logo/issuers/003679.png\",\n                \"subdomain\": \"uok\"\n            },\n            {\n                \"organisationId\": \"004146\",\n                \"issuerId\": \"in.org.universityofladakh\",\n                \"name\": \"University of Ladakh\",\n                \"description\": \"University of Ladakh is issuing their Digital awards for the following years, through DigiLocker. These can be pulled by students into their DigiLocker accounts \\n                Degree - NA \\n                Marksheet - 2021 \\n                Diploma -  NA \\n                Transcript - NA\",\n                \"categories\": \"4,2\",\n                \"logo\": \"https://cf-media.api-setu.in/logo/issuers/004146.png\",\n                \"subdomain\": \"universityofladakh\"\n            },\n            {\n                \"organisationId\": \"004980\",\n                \"issuerId\": \"in.ac.lkouniv\",\n                \"name\": \"University of Lucknow\",\n                \"description\": \"University of Lucknow is issuing their Digital awards for the following years, through DigiLocker. These can be pulled by students into their DigiLocker accounts.\\n                Degree - 2017,2019,2020,2021,2022 \\n                Marksheet - 2019,2020,2021 \\n                Diploma - NA \\n                Transcript - NA\",\n                \"categories\": \"4,2\",\n                \"logo\": \"https://cf-media.api-setu.in/logo/issuers/004980.png\",\n                \"subdomain\": \"lkouniv\"\n            },\n            {\n                \"organisationId\": \"003411\",\n                \"issuerId\": \"in.ac.mu\",\n                \"name\": \"University Of Mumbai\",\n                \"description\": \"University Of Mumbai is issuing their Digital awards for the following years, through DigiLocker. These can be pulled by students into their DigiLocker accounts.\\n                Degree - 1959,1967,1971,1975,1977,1978,1979,1980,1981,1983,1984,1985,1986,1988,1989,1992,1994,1996,1998,1999,2000,2002,2003,2005,2006,2007,2008,2009,2010,2011,2012,2013,2014,2015,2016,2017,2018,2019,2020,2021,2022,2023 \\n                Marksheet - NA \\n                Diploma - NA \\n                Transcript - NA\",\n                \"categories\": \"4,2\",\n                \"logo\": \"https://cf-media.api-setu.in/logo/issuers/003411.jpg\",\n                \"subdomain\": \"mu\"\n            },\n            {\n                \"organisationId\": \"004147\",\n                \"issuerId\": \"in.ac.uni.mysore\",\n                \"name\": \"UNIVERSITY OF MYSORE, MYSURU\",\n                \"description\": \"UNIVERSITY OF MYSORE, MYSURU is issuing their Digital awards for the following years, through DigiLocker. These can be pulled by students into their DigiLocker accounts.\\n                Degree - 2013,2014,2015,2016,2017,2018,2019,2020,2021,2022,2023 \\n                Marksheet - 2013,2014,2015,2016,2017,2018,2019,2020,2021,2022 \\n                Diploma - 2014,2020 \\n                Transcript - 2017,2018,2019,2020,2021,2022\",\n                \"categories\": \"4,2\",\n                \"logo\": \"https://cf-media.api-setu.in/logo/issuers/004147.png\",\n                \"subdomain\": \"mysoreuni\"\n            },\n            {\n                \"organisationId\": \"003105\",\n                \"issuerId\": \"in.ac.nbu\",\n                \"name\": \"University of North Bengal\",\n                \"description\": \"University of North Bengal is issuing their Digital awards for the following years, through DigiLocker. These can be pulled by students into their DigiLocker accounts.\\n                Degree - 2014,2015,2016,2017,2018,2019 \\n                Marksheet - NA \\n                Diploma - NA \\n                Transcript - NA\",\n                \"categories\": \"4,2\",\n                \"logo\": \"https://cf-media.api-setu.in/logo/issuers/003105.png\",\n                \"subdomain\": \"nbu\"\n            },\n            {\n                \"organisationId\": \"003485\",\n                \"issuerId\": \"in.ac.upes\",\n                \"name\": \"University Of Petroleum And Energy Studies, Dehradun\",\n                \"description\": \"University Of Petroleum And Energy Studies, Dehradun is issuing their Digital awards for the following years, through DigiLocker. These can be pulled by students into their DigiLocker accounts \\n                Degree - 2017,2018,2019,2020,2021 \\n                Marksheet - NA \\n                Diploma -  NA \\n                Transcript - NA\",\n                \"categories\": \"4,2\",\n                \"logo\": \"https://cf-media.api-setu.in/logo/issuers/003485.jpg\",\n                \"subdomain\": \"upes\"\n            },\n            {\n                \"organisationId\": \"016490\",\n                \"issuerId\": \"ac.in.uniraj.jaipur\",\n                \"name\": \"University of Rajasthan\",\n                \"description\": \"University of Rajasthan is issuing their Digital awards for the following years, through DigiLocker. These can be pulled by students into their DigiLocker accounts \\n                Degree - 2021 \\n                Marksheet - 2023 \\n                Diploma -  NA \\n                Transcript - NA\",\n                \"categories\": \"4,2\",\n                \"logo\": \"https://cf-media.api-setu.in/logo/issuers/016490.png\",\n                \"subdomain\": \"acinunirajjaipur\"\n            },\n            {\n                \"organisationId\": \"003252\",\n                \"issuerId\": \"in.ac.ustm\",\n                \"name\": \"UNIVERSITY OF SCIENCE AND TECHNOLOGY, MEGHALAYA\",\n                \"description\": \"UNIVERSITY OF SCIENCE AND TECHNOLOGY, MEGHALAYA is issuing their Digital awards for the following years, through DigiLocker. These can be pulled by students into their DigiLocker accounts \\n                Degree - 2014,2015,2016,2017,2018,2019,2020,2021,2022 \\n                Marksheet - 2019,2020,2021,2022 \\n                Diploma -  NA \\n                Transcript - NA\",\n                \"categories\": \"4,2\",\n                \"logo\": \"https://cf-media.api-setu.in/logo/issuers/003252.png\",\n                \"subdomain\": \"ustm\"\n            },\n            {\n                \"organisationId\": \"001925\",\n                \"issuerId\": \"in.edu.upmsp\",\n                \"name\": \"UP State Board of High School and Intermediate Education\",\n                \"description\": \"Board of High School and Intermediate Education, Prayagraj (https://upmsp.edu.in) has made available Class X & Class XII (2013-2023) results, as declared on http://upresults.nic.in, in DigiLocker, which can be pulled by students into their accounts.\",\n                \"categories\": \"4,2\",\n                \"logo\": \"https://cf-media.api-setu.in/logo/issuers/001925.png\",\n                \"subdomain\": \"upmsp\"\n            },\n            {\n                \"organisationId\": \"001897\",\n                \"issuerId\": \"in.up.scvtup\",\n                \"name\": \"UP State Council of Vocational Training, Uttar Pradesh\",\n                \"description\": \"The State Council for Vocational Training (SCVT), Uttar Pradesh (http://www.vppup.in/) provides semester and consolidated mark sheets as well as vocational certificates for years 2013 to 2016.\",\n                \"categories\": \"4,2\",\n                \"logo\": \"https://cf-media.api-setu.in/logo/issuers/001897.jpg\",\n                \"subdomain\": \"scvtup\"\n            },\n            {\n                \"organisationId\": \"001899\",\n                \"issuerId\": \"in.ac.bteup\",\n                \"name\": \"UP Technical Board of Education, Uttar Pradesh\",\n                \"description\": \"Board of  Technical Education, Uttar Pradesh (http://bteup.ac.in/) has made diploma certificates of year 2016 available into DigiLocker.\",\n                \"categories\": \"4,2\",\n                \"logo\": \"https://cf-media.api-setu.in/logo/issuers/001899.png\",\n                \"subdomain\": \"bteup\"\n            },\n            {\n                \"organisationId\": \"095984\",\n                \"issuerId\": \"in.gov.dgtelecom.upw\",\n                \"name\": \"UPW LSA, Department of Telecommunications\",\n                \"description\": \"NULL\",\n                \"categories\": \"3,30\",\n                \"logo\": \"https://cf-media.api-setu.in/logo/issuers/null\",\n                \"subdomain\": \"dgtelecomupw\"\n            },\n            {\n                \"organisationId\": \"018370\",\n                \"issuerId\": \"in.gov.tripura.emunicipality\",\n                \"name\": \"URBAN DEVELOPMENT DEPARTMENT\",\n                \"description\": \"URBAN DEVELOPMENT DEPARTMENT, Tripura (UDD) (https://emunicipality.tripura.gov.in/) issues various certificates to the citizens. They can be pulled into a citizen's DigiLocker account. Currently, the following services are available from 2017 onwards -\\r\\n1. Trade Licence\\r\\n2. Building Licence\",\n                \"categories\": \"4\",\n                \"logo\": \"https://cf-media.api-setu.in/logo/issuers/issure_icon.png\",\n                \"subdomain\": \"emunicipality\"\n            },\n            {\n                \"organisationId\": \"020361\",\n                \"issuerId\": \"in.gov.enagarsewaup\",\n                \"name\": \"Urban Local Bodies\",\n                \"description\": \"Directorate has 762 Urban Local Bodies in its ambit. All Citizen Centric Urban Services are provided by all Urban Local Bodies through online eNagarSewa portal. Citizen avails Water and Sewerage Certificate through our portal. After integration with Digi Locker, citizen can get the certificate online through Digi Locker and would be safely recorded therein.\",\n                \"categories\": \"4,30\",\n                \"logo\": \"https://cf-media.api-setu.in/logo/issuers/020361.png\",\n                \"subdomain\": \"nagarsewaup\"\n            },\n            {\n                \"organisationId\": \"004320\",\n                \"issuerId\": \"in.ac.umu\",\n                \"name\": \"Usha Martin University\",\n                \"description\": \"The institute has registered through NAD portal.\",\n                \"categories\": \"4,2\",\n                \"logo\": \"https://cf-media.api-setu.in/logo/issuers/004320.jpg\",\n                \"subdomain\": \"umu\"\n            },\n            {\n                \"organisationId\": \"010523\",\n                \"issuerId\": \"in.gov.ddd\",\n                \"name\": \"UT Administration of Dadra and Nagar Haveli and Daman and Diu\",\n                \"description\": \"Various Departments of U T Administration of Dadra and Nagar Haveli and Daman and Diu receives online applications for issuance of various certificates, licenses, permissions, orders and clearances for various categories of services used by citizens and businesses. We intend to integrate our digitally generated documents with Digi Locker to make it accessible for verification by other departments and reduce the burden of carrying documents and thereby reducing the wastage of paper.\",\n                \"categories\": \"4,30\",\n                \"logo\": \"https://cf-media.api-setu.in/logo/issuers/010523.png\",\n                \"subdomain\": \"ddd\"\n            },\n            {\n                \"organisationId\": \"064669\",\n                \"issuerId\": \"com.utimf\",\n                \"name\": \"UTI ASSET MANAGMENT COMPANY LIMITED\",\n                \"description\": \"Please find attach herewith your Statement of accounts, Capital Gain/Loss Statement and certificate of deduction of tax (TDS), containing details of your investment with UTI Mutual Fund, processed in your folio. The Summary has been provided based on your PAN. For security reasons, this statement is a password protected file. Password = Your Permanent Account Number (PAN - in Capital letters)\",\n                \"categories\": \"993,1\",\n                \"logo\": \"https://cf-media.api-setu.in/logo/issuers/064669.png\",\n                \"subdomain\": \"utimf\"\n            },\n            {\n                \"organisationId\": \"004333\",\n                \"issuerId\": \"in.nic.utkaluniversity\",\n                \"name\": \"Utkal University, Bhubaneswar\",\n                \"description\": \"Utkal University, Bhubaneswar is issuing their Digital awards for the following years, through DigiLocker. These can be pulled by students into their DigiLocker accounts \\n                Degree - 2006,2007,2008,2009,2010,2011,2012,2013,2014,2015,2016,2017,2018,2019,2020,2021,2022 \\n                Marksheet - 2006,2007,2008,2009,2010,2011,2012,2013,2016,2017,2018,2019,2020,2021 \\n                Diploma -  NA \\n                Transcript - NA\",\n                \"categories\": \"4,2\",\n                \"logo\": \"https://cf-media.api-setu.in/logo/issuers/004333.png\",\n                \"subdomain\": \"utkaluniversity\"\n            },\n            {\n                \"organisationId\": \"010553\",\n                \"issuerId\": \"in.ac.ubkv\",\n                \"name\": \"Uttar Banga Krishi Vishwavidyalaya, Cooch Behar\",\n                \"description\": \"Uttar Banga Krishi Vishwavidyalaya, Cooch Behar  is issuing their Digital awards for the following years, through DigiLocker. These can be pulled by students into their DigiLocker accounts.\\n                Degree - 2017,2018 \\n                Marksheet - NA \\n                Diploma - NA \\n                Transcript - NA\",\n                \"categories\": \"4,2\",\n                \"logo\": \"https://cf-media.api-setu.in/logo/issuers/010553.png\",\n                \"subdomain\": \"ubkv\"\n            },\n            {\n                \"organisationId\": \"008050\",\n                \"issuerId\": \"in.edu.upvetuniv\",\n                \"name\": \"Uttar Pradesh Pandit Deen Dayal Upadhyaya Pashu Chikitsa Vigyan  Vishwavidyalaya Evam Go-Anusandhan\",\n                \"description\": \" Uttar Pradesh Pandit Deen Dayal Upadhyaya Pashu Chikitsa Vigyan  Vishwavidyalaya Evam Go-Anusandhan Sansthan, Mathura is issuing their Digital awards for the following years, through DigiLocker. These can be pulled by students into their DigiLocker accounts.\\n                Degree - 2017,2018,2019,2020,2021,2022,2023 \\n                Marksheet - NA \\n                Diploma - 2018,2019,2021,2022,2023 \\n                Transcript - NA\",\n                \"categories\": \"4,2\",\n                \"logo\": \"https://cf-media.api-setu.in/logo/issuers/008050.png\",\n                \"subdomain\": \"upvetuniv\"\n            },\n            {\n                \"organisationId\": \"020735\",\n                \"issuerId\": \"in.upenergy\",\n                \"name\": \"Uttar Pradesh Power Corporation Limited\",\n                \"description\": \"Uttar Pradesh Power Corporation Ltd under the Companies Act, 1956 to undertake activities of distribution and retail supply, with Uttar Pradesh Power Corporation as the holding company of the five Discoms. Five Discoms of UPPCL viz. Madhyanchal Vidyut Vitran Nigam Ltd MVVNL, Purvanchal Vidyut Vitran Nigam Ltd PuVVNL, Paschimanchal Vidyut Vitran Nigam Ltd PVVNL, Dakshinanchal Vidyut Vitran Nigam Ltd DVVNL and Kanpur Electricity Supply Company KESCo have approximately 3 crore consumers across Uttar Pradesh, primarily categorized as RAPDRP Urban Consumers and Non-RAPDRP Rural Consumers\",\n                \"categories\": \"4,11,30\",\n                \"logo\": \"https://cf-media.api-setu.in/logo/issuers/020735.jpeg\",\n                \"subdomain\": \"upenergy\"\n            },\n            {\n                \"organisationId\": \"005396\",\n                \"issuerId\": \"in.ac.uprtou\",\n                \"name\": \"Uttar Pradesh Rajarshi Tandon Open University, Prayagraj\",\n                \"description\": \"U.P. Rajarshi Tandon Open University, Prayagraj is issuing their Digital awards for the following years, through DigiLocker. These can be pulled by students into their DigiLocker accounts \\n                Degree - 2000,2001,2002,2003,2004,2005,2006,2007,2008,2009,2010,2011,2012,2013,2014,2015,2016,2017,2018,2019,2020,2021,2022,2023 \\n                Marksheet - 2001,2002,2003,2004,2005,2006,2007,2008,2009,2010,2011,2012,2013,2014,2015,2016,2017,2018,2019,2020,2021,2022 \\n                Diploma -  2000,2001,2002,2003,2004,2005,2006,2007,2008,2009,2010,2011,2012,2013,2014,2015,2016,2017,2018,2019,2020,2021,2022,2023 \\n                Transcript - NA\",\n                \"categories\": \"4,2\",\n                \"logo\": \"https://cf-media.api-setu.in/logo/issuers/005396.png\",\n                \"subdomain\": \"uprtou\"\n            },\n            {\n                \"organisationId\": \"005634\",\n                \"issuerId\": \"in.ac.uptti\",\n                \"name\": \"UTTAR PRADESH TEXTILE TECHNOLOGY INSTITUTE KANPUR\",\n                \"description\": \"UTTAR PRADESH TEXTILE TECHNOLOGY INSTITUTE KANPUR is issuing their Digital awards for the following years, through DigiLocker. These can be pulled by students into their DigiLocker accounts.\\n                Degree - NA \\n                Marksheet - 2021,2022 \\n                Diploma - NA \\n                Transcript - NA\",\n                \"categories\": \"4,2\",\n                \"logo\": \"https://cf-media.api-setu.in/logo/issuers/005634.png\",\n                \"subdomain\": \"uptti\"\n            },\n            {\n                \"organisationId\": \"009639\",\n                \"issuerId\": \"in.ac.upums\",\n                \"name\": \"Uttar Pradesh University Of Medical Sciences\",\n                \"description\": \"Uttar Pradesh University Of Medical Sciences is issuing their Digital awards for the following years, through DigiLocker. These can be pulled by students into their DigiLocker accounts.\\n                Degree - 2018,2019,2020,2021,2022 \\n                Marksheet - NA \\n                Diploma - NA \\n                Transcript - NA\",\n                \"categories\": \"4,2\",\n                \"logo\": \"https://cf-media.api-setu.in/logo/issuers/issure_icon.png\",\n                \"subdomain\": \"upums\"\n            },\n            {\n                \"organisationId\": \"010142\",\n                \"issuerId\": \"in.ubter\",\n                \"name\": \"UTTARAKHAND BOARD OF TECHNICAL EDUCATION\",\n                \"description\": \"UTTARAKHAND BOARD OF TECHNICAL EDUCATION is issuing their Digital awards for the following years, through DigiLocker. These can be pulled by students into their DigiLocker accounts.\\n                Degree - NA \\n                Marksheet - NA \\n                Diploma - 2021,2022 \\n                Transcript - NA\",\n                \"categories\": \"4,2\",\n                \"logo\": \"https://cf-media.api-setu.in/logo/issuers/010142.png\",\n                \"subdomain\": \"ubter\"\n            },\n            {\n                \"organisationId\": \"002511\",\n                \"issuerId\": \"in.ac.uou\",\n                \"name\": \"Uttarakhand Open University\",\n                \"description\": \"Uttarakhand Open University is issuing their Digital awards for the following years, through DigiLocker. These can be pulled by students into their DigiLocker accounts.\\n                Degree - 2015,2018,2019,2020,2021 \\n                Marksheet - 2015,2017,2018,2019,2020,2021 \\n                Diploma - 2021 \\n                Transcript - NA\",\n                \"categories\": \"4,2\",\n                \"logo\": \"https://cf-media.api-setu.in/logo/issuers/002511.png\",\n                \"subdomain\": \"uou\"\n            },\n            {\n                \"organisationId\": \"004288\",\n                \"issuerId\": \"in.ac.usvv\",\n                \"name\": \"Uttarakhand Sanskrit University, Haridwar\",\n                \"description\": \"Uttarakhand Sanskrit University, Haridwar is issuing their Digital awards for the following years, through DigiLocker. These can be pulled by students into their DigiLocker accounts \\n                Degree - 2020,2021,2022 \\n                Marksheet - 2023,2024 \\n                Diploma -  2022 \\n                Transcript - NA\",\n                \"categories\": \"4,2\",\n                \"logo\": \"https://cf-media.api-setu.in/logo/issuers/004288.png\",\n                \"subdomain\": \"usvv\"\n            },\n            {\n                \"organisationId\": \"002275\",\n                \"issuerId\": \"in.gov.uk.ubse\",\n                \"name\": \"Uttarakhand State Board of School Education\",\n                \"description\": \"Uttarakhand Board of School Education, Ramnagar (http://ubse.uk.gov.in/) has made available Class X (2018,2020,2021,2022) & Class XII (2018,2021,2022) mark sheet-cum-certificate and migration certificates, which can be pulled by students into their DigiLocker accounts.\\r\\n\\r\\nThe Board has also published TET-1 & TET-2 Certificates for the year 2021,2022.\",\n                \"categories\": \"4,2\",\n                \"logo\": \"https://cf-media.api-setu.in/logo/issuers/002275.png\",\n                \"subdomain\": \"ubseuk\"\n            },\n            {\n                \"organisationId\": \"002639\",\n                \"issuerId\": \"in.ac.uktech\",\n                \"name\": \"Uttarakhand Technical University, Dehradun\",\n                \"description\": \"Uttarakhand Technical University, Dehradun is issuing their Digital awards for the following years, through DigiLocker. These can be pulled by students into their DigiLocker accounts.\\n                Degree - 2017,2018,2019,2020,2022,2023 \\n                Marksheet - 2021 \\n                Diploma - NA \\n                Transcript - NA\",\n                \"categories\": \"4,2\",\n                \"logo\": \"https://cf-media.api-setu.in/logo/issuers/002639.png\",\n                \"subdomain\": \"uktech\"\n            },\n            {\n                \"organisationId\": \"003417\",\n                \"issuerId\": \"in.ac.uttaranchaluniversity\",\n                \"name\": \"Uttaranchal University, Dehradun\",\n                \"description\": \"Uttaranchal University, Dehradun is issuing their Digital awards for the following years, through DigiLocker. These can be pulled by students into their DigiLocker accounts \\n                Degree - 2014,2015,2016,2017,2018,2019,2020,2021,2022 \\n                Marksheet - 2014,2015,2016,2017,2018,2019,2020,2021,2022,2023 \\n                Diploma -  2020,2022 \\n                Transcript - NA\",\n                \"categories\": \"4,2\",\n                \"logo\": \"https://cf-media.api-setu.in/logo/issuers/003417.png\",\n                \"subdomain\": \"uttaranchaluniv\"\n            },\n            {\n                \"organisationId\": \"011080\",\n                \"issuerId\": \"in.ac.vmou\",\n                \"name\": \"Vardhman Mahaveer Open University, Kota\",\n                \"description\": \"Vardhman Mahaveer Open University, Kota  is issuing their Digital awards for the following years, through DigiLocker. These can be pulled by students into their DigiLocker accounts.\\n                Degree - 2019,2020 \\n                Marksheet - NA \\n                Diploma - 2022,2023,2024 \\n                Transcript - NA\",\n                \"categories\": \"4,2\",\n                \"logo\": \"https://cf-media.api-setu.in/logo/issuers/011080.png\",\n                \"subdomain\": \"vmou\"\n            },\n            {\n                \"organisationId\": \"020708\",\n                \"issuerId\": \"in.vvcmc\",\n                \"name\": \"vasai virar city municipal corporation\",\n                \"description\": \"Vasai Virar City Municipal Corporation (VVCMC),  is the governing civic body in Maharashtra.  VVCMC is issuing Marriage certificates from 2020 onwards. Citizens can fetch into their respective Digi Locker accounts.\",\n                \"categories\": \"4\",\n                \"logo\": \"https://cf-media.api-setu.in/logo/issuers/020708.png\",\n                \"subdomain\": \"vvcmc\"\n            },\n            {\n                \"organisationId\": \"003338\",\n                \"issuerId\": \"in.ac.vbspu\",\n                \"name\": \"Veer Bahadur Singh Purvanchal University, Jaunpur\",\n                \"description\": \"Veer Bahadur Singh Purvanchal University, Jaunpur is issuing their Digital awards for the following years, through DigiLocker. These can be pulled by students into their DigiLocker accounts.\\n                Degree - 2015,2016,2017,2018,2019,2020,2021,2022,2023 \\n                Marksheet - 2014,2015,2020,2021,2022 \\n                Diploma - NA \\n                Transcript - NA\",\n                \"categories\": \"4,2\",\n                \"logo\": \"https://cf-media.api-setu.in/logo/issuers/003338.png\",\n                \"subdomain\": \"vbspu\"\n            },\n            {\n                \"organisationId\": \"003260\",\n                \"issuerId\": \"in.ac.vnsgu\",\n                \"name\": \"Veer Narmad South Gujarat University, Surat\",\n                \"description\": \"Veer Narmad South Gujarat University, Surat is issuing their Digital awards for the following years, through DigiLocker. These can be pulled by students into their DigiLocker accounts.\\n                Degree - 2009,2010,2011,2012,2013,2014,2015,2016,2017,2018,2019,2020,2021,2022,2023,2024 \\n                Marksheet - 2012,2013,2014,2015,2017,2018,2019,2020,2021,2022,2023,2024 \\n                Diploma - NA \\n                Transcript - NA\",\n                \"categories\": \"4,2\",\n                \"logo\": \"https://cf-media.api-setu.in/logo/issuers/003260.png\",\n                \"subdomain\": \"vnsgu\"\n            },\n            {\n                \"organisationId\": \"003292\",\n                \"issuerId\": \"in.ac.vssut\",\n                \"name\": \"Veer Surendra Sai University Of Technology\",\n                \"description\": \"Veer Surendra Sai University Of Technology is issuing their Digital awards for the following years, through DigiLocker. These can be pulled by students into their DigiLocker accounts \\n                Degree - 2014,2015,2016,2017,2018,2019 \\n                Marksheet - NA \\n                Diploma -  NA \\n                Transcript - NA\",\n                \"categories\": \"4,2\",\n                \"logo\": \"https://cf-media.api-setu.in/logo/issuers/003292.png\",\n                \"subdomain\": \"vssut\"\n            },\n            {\n                \"organisationId\": \"003431\",\n                \"issuerId\": \"in.edu.veltech\",\n                \"name\": \"Vel Tech Rangarajan Dr. Sagunthala R & D Institute Of Science & Technology, Chennai\",\n                \"description\": \"Vel Tech Rangarajan Dr. Sagunthala R & D Institute Of Science & Technology, Chennai is issuing their Digital awards for the following years, through DigiLocker. These can be pulled by students into their DigiLocker accounts \\n                Degree - 2011,2012,2013,2014,2015,2016,2017,2018,2019,2020,2021,2022 \\n                Marksheet - NA \\n                Diploma -  NA \\n                Transcript - NA\",\n                \"categories\": \"4,2\",\n                \"logo\": \"https://cf-media.api-setu.in/logo/issuers/003431.png\",\n                \"subdomain\": \"veltech\"\n            },\n            {\n                \"organisationId\": \"041763\",\n                \"issuerId\": \"ac.in.vrsiddhartha\",\n                \"name\": \"VELAGAPUDI RAMAKRISHNA SIDDHARTHA ENGINEERING COLLEGE\",\n                \"description\": \"VELAGAPUDI RAMAKRISHNA SIDDHARTHA ENGINEERING COLLEGE is issuing their Digital awards for the following years, through DigiLocker. These can be pulled by students into their DigiLocker accounts.\\n                Degree - NA \\n                Marksheet - 2022,2023 \\n                Diploma - NA \\n                Transcript - NA\",\n                \"categories\": \"4,2\",\n                \"logo\": \"https://cf-media.api-setu.in/logo/issuers/041763.png\",\n                \"subdomain\": \"acinvrsiddhartha\"\n            },\n            {\n                \"organisationId\": \"005018\",\n                \"issuerId\": \"in.ac.vit\",\n                \"name\": \"Vellore Institute Of Technology, Vellore\",\n                \"description\": \"Vellore Institute Of Technology, Vellore is issuing their Digital awards for the following years, through DigiLocker. These can be pulled by students into their DigiLocker accounts \\n                Degree - 2020,2021,2022 \\n                Marksheet - NA \\n                Diploma -  NA \\n                Transcript - NA\",\n                \"categories\": \"4,2\",\n                \"logo\": \"https://cf-media.api-setu.in/logo/issuers/005018.png\",\n                \"subdomain\": \"vitvellore\"\n            },\n            {\n                \"organisationId\": \"004677\",\n                \"issuerId\": \"in.ac.velsuniv\",\n                \"name\": \"Vels Institute of Science, Technology and Advanced Studies, Chennai\",\n                \"description\": \"Vels Institute of Science, Technology and Advanced Studies, Chennai is issuing their Digital awards for the following years, through DigiLocker. These can be pulled by students into their DigiLocker accounts.\\n                Degree - 2018,2019,2020,2021,2022 \\n                Marksheet - NA \\n                Diploma - NA \\n                Transcript - NA\",\n                \"categories\": \"4,2\",\n                \"logo\": \"https://cf-media.api-setu.in/logo/issuers/004677.png\",\n                \"subdomain\": \"velsuniv\"\n            },\n            {\n                \"organisationId\": \"004992\",\n                \"issuerId\": \"in.ac.vou\",\n                \"name\": \"Venkateshwara Open University\",\n                \"description\": \"Venkateshwara Open University is issuing their Digital awards for the following years, through DigiLocker. These can be pulled by students into their DigiLocker accounts \\n                Degree - 2020,2021 \\n                Marksheet - NA \\n                Diploma -  NA \\n                Transcript - NA\",\n                \"categories\": \"4,2\",\n                \"logo\": \"https://cf-media.api-setu.in/logo/issuers/004992.png\",\n                \"subdomain\": \"vou\"\n            },\n            {\n                \"organisationId\": \"004154\",\n                \"issuerId\": \"in.ac.vidyasagar\",\n                \"name\": \"Vidyasagar University\",\n                \"description\": \"Vidyasagar University is issuing their Digital awards for the following years, through DigiLocker. These can be pulled by students into their DigiLocker accounts \\n                Degree - 2012,2013,2014,2015,2016,2017,2018,2019,2020,2021 \\n                Marksheet - NA \\n                Diploma -  NA \\n                Transcript - NA\",\n                \"categories\": \"4,2\",\n                \"logo\": \"https://cf-media.api-setu.in/logo/issuers/004154.png\",\n                \"subdomain\": \"vidyasagar\"\n            },\n            {\n                \"organisationId\": \"043170\",\n                \"issuerId\": \"ac.in.vvce\",\n                \"name\": \"VIDYAVARDHAKA COLLEGE OF ENGINEERING\",\n                \"description\": \"VIDYAVARDHAKA COLLEGE OF ENGINEERING is issuing their Digital awards for the following years, through DigiLocker. These can be pulled by students into their DigiLocker accounts \\r\\n                Degree - NA \\r\\n                Marksheet - 2021,2022 \\r\\n                Diploma -  NA \\r\\n                Transcript - NA\",\n                \"categories\": \"4,2\",\n                \"logo\": \"https://cf-media.api-setu.in/logo/issuers/043170.png\",\n                \"subdomain\": \"acinvvce\"\n            },\n            {\n                \"organisationId\": \"003767\",\n                \"issuerId\": \"in.ac.vignan\",\n                \"name\": \"Vignan's Foundation for Science, Technology and Research\",\n                \"description\": \"Vignan&#039;s Foundation for Science, Technology and Research is issuing their Digital awards for the following years, through DigiLocker. These can be pulled by students into their DigiLocker accounts \\n                Degree - 2013,2014,2015,2016,2017,2018,2019,2020,2021,2022,2023 \\n                Marksheet - 2022,2023,2024 \\n                Diploma -  NA \\n                Transcript - NA\",\n                \"categories\": \"4,2\",\n                \"logo\": \"https://cf-media.api-setu.in/logo/issuers/003767.png\",\n                \"subdomain\": \"vignan\"\n            },\n            {\n                \"organisationId\": \"004808\",\n                \"issuerId\": \"in.edu.vjim\",\n                \"name\": \"Vignana Jyothi Institute of Management\",\n                \"description\": \"Vignana Jyothi Institute of Management is issuing their Digital awards for the following years, through DigiLocker. These can be pulled by students into their DigiLocker accounts \\n                Degree - NA \\n                Marksheet - NA \\n                Diploma -  2020,2021 \\n                Transcript - NA\",\n                \"categories\": \"4,2\",\n                \"logo\": \"https://cf-media.api-setu.in/logo/issuers/004808.png\",\n                \"subdomain\": \"vjim\"\n            },\n            {\n                \"organisationId\": \"005028\",\n                \"issuerId\": \"in.ac.vskub\",\n                \"name\": \"Vijayanagara Sri Krishnadevaraya University, Bellary\",\n                \"description\": \"Vijayanagara Sri Krishnadevaraya University, Bellary is issuing their Digital awards for the following years, through DigiLocker. These can be pulled by students into their DigiLocker accounts \\n                Degree - 2014,2015,2016,2017,2018,2019,2020,2021,2022,2023 \\n                Marksheet - 2016,2017,2018,2019,2020,2021,2022,2023 \\n                Diploma -  NA \\n                Transcript - NA\",\n                \"categories\": \"4,2\",\n                \"logo\": \"https://cf-media.api-setu.in/logo/issuers/005028.png\",\n                \"subdomain\": \"vskub\"\n            },\n            {\n                \"organisationId\": \"004272\",\n                \"issuerId\": \"in.ac.vikramdebcollege\",\n                \"name\": \"Vikram Deb (Autonomous) College, Jeypore\",\n                \"description\": \"VikramDev Autonomous College, Jeypore is issuing their Digital awards for the following years, through DigiLocker. These can be pulled by students into their DigiLocker accounts \\n                Degree - 2015,2016,2017,2018,2019,2020,2021,2022,2023 \\n                Marksheet - 2021,2022,2023 \\n                Diploma -  NA \\n                Transcript - NA\",\n                \"categories\": \"4,2\",\n                \"logo\": \"https://cf-media.api-setu.in/logo/issuers/004272.png\",\n                \"subdomain\": \"vikramdebcollege\"\n            },\n            {\n                \"organisationId\": \"003502\",\n                \"issuerId\": \"in.ac.vikramuniv\",\n                \"name\": \"Vikram University, Ujjain\",\n                \"description\": \"Vikram University, Ujjain is issuing their Digital awards for the following years, through DigiLocker. These can be pulled by students into their DigiLocker accounts \\n                Degree - 2020,2021,2022,2023 \\n                Marksheet - 2019,2020,2021,2022,2023 \\n                Diploma -  NA \\n                Transcript - NA\",\n                \"categories\": \"4,2\",\n                \"logo\": \"https://cf-media.api-setu.in/logo/issuers/003502.png\",\n                \"subdomain\": \"vikramuniv\"\n            },\n            {\n                \"organisationId\": \"060234\",\n                \"issuerId\": \"in.edu.vimalacollege\",\n                \"name\": \"VIMALA COLLEGE (AUTONOMOUS) THRISSUR\",\n                \"description\": \"VIMALA COLLEGE (AUTONOMOUS) THRISSUR is issuing their Digital awards for the following years, through DigiLocker. These can be pulled by students into their DigiLocker accounts.\\n                Degree - NA \\n                Marksheet - 2023 \\n                Diploma - NA \\n                Transcript - NA\",\n                \"categories\": \"4,2\",\n                \"logo\": \"https://cf-media.api-setu.in/logo/issuers/null\",\n                \"subdomain\": \"vimalacollege\"\n            },\n            {\n                \"organisationId\": \"005747\",\n                \"issuerId\": \"com.vinayakamission\",\n                \"name\": \"Vinayaka Mission's Research Foundation, Salem\",\n                \"description\": \"Vinayaka Mission's Research Foundation, Salem is issuing their Digital awards for the following years, through DigiLocker. These can be pulled by students into their DigiLocker accounts \\n                Degree - 2014,2015,2016,2017,2018,2019,2020,2021,2022,2023 \\n                Marksheet - 2022,2023 \\n                Diploma -  2017,2018,2019,2020,2021 \\n                Transcript - NA\",\n                \"categories\": \"4,2\",\n                \"logo\": \"https://cf-media.api-setu.in/logo/issuers/005747.png\",\n                \"subdomain\": \"vinayakamission\"\n            },\n            {\n                \"organisationId\": \"003974\",\n                \"issuerId\": \"in.ac.vbu\",\n                \"name\": \"Vinoba Bhave University, Hazaribagh\",\n                \"description\": \"Vinoba Bhave University, Hazaribagh is issuing their Digital awards for the following years, through DigiLocker. These can be pulled by students into their DigiLocker accounts \\n                Degree - 2011,2012,2013,2014,2015,2016,2017,2018,2019,2020,2021 \\n                Marksheet - 2018,2019,2020,2021,2022 \\n                Diploma -  NA \\n                Transcript - NA\",\n                \"categories\": \"4,2\",\n                \"logo\": \"https://cf-media.api-setu.in/logo/issuers/003974.png\",\n                \"subdomain\": \"vbu\"\n            },\n            {\n                \"organisationId\": \"012622\",\n                \"issuerId\": \"in.ac.visvabharati\",\n                \"name\": \"Visva-Bharati\",\n                \"description\": \"Visva-Bharati is issuing their Digital awards for the following years, through DigiLocker. These can be pulled by students into their DigiLocker accounts.\\n                Degree - 2019,2020,2021,2022 \\n                Marksheet - 2018,2019,2020,2021,2022,2023 \\n                Diploma - NA \\n                Transcript - NA\",\n                \"categories\": \"4,2\",\n                \"logo\": \"https://cf-media.api-setu.in/logo/issuers/012622.png\",\n                \"subdomain\": \"visvabharati\"\n            },\n            {\n                \"organisationId\": \"004894\",\n                \"issuerId\": \"in.ac.vtu\",\n                \"name\": \"Visvesvaraya Technological University\",\n                \"description\": \"Visvesvaraya Technological University is issuing their Digital awards for the following years, through DigiLocker. These can be pulled by students into their DigiLocker accounts \\n                Degree - 2000,2001,2002,2003,2004,2005,2006,2007,2008,2009,2010,2011,2012,2013,2014,2015,2016,2017,2018,2019,2020,2021,2022,2023,2024 \\n                Marksheet - 2021 \\n                Diploma -  NA \\n                Transcript - NA\",\n                \"categories\": \"4,2\",\n                \"logo\": \"https://cf-media.api-setu.in/logo/issuers/004894.png\",\n                \"subdomain\": \"vtukarnataka\"\n            },\n            {\n                \"organisationId\": \"004332\",\n                \"issuerId\": \"in.ac.vitap\",\n                \"name\": \"VIT-AP University\",\n                \"description\": \"VIT-AP University is issuing their Digital awards for the following years, through DigiLocker. These can be pulled by students into their DigiLocker accounts \\n                Degree - 2021,2022 \\n                Marksheet - NA \\n                Diploma -  NA \\n                Transcript - NA\",\n                \"categories\": \"4,2\",\n                \"logo\": \"https://cf-media.api-setu.in/logo/issuers/004332.png\",\n                \"subdomain\": \"vitap\"\n            },\n            {\n                \"organisationId\": \"003255\",\n                \"issuerId\": \"in.ac.vgu\",\n                \"name\": \"Vivekananda Global University\",\n                \"description\": \"Vivekananda Global University is issuing their Digital awards for the following years, through DigiLocker. These can be pulled by students into their DigiLocker accounts.\\n                Degree - 2018,2019,2020,2021 \\n                Marksheet - 2020,2021,2022,2023 \\n                Diploma - 2017,2018,2019,2021,2022 \\n                Transcript - NA\",\n                \"categories\": \"4,2\",\n                \"logo\": \"https://cf-media.api-setu.in/logo/issuers/003255.png\",\n                \"subdomain\": \"vgu\"\n            },\n            {\n                \"organisationId\": \"089098\",\n                \"issuerId\": \"in.ac.vgu.nss\",\n                \"name\": \"Vivekananda Global University\",\n                \"description\": \"The institute has registered through NAD portal.\",\n                \"categories\": \"4,2\",\n                \"logo\": \"https://cf-media.api-setu.in/logo/issuers/089098.jpg\",\n                \"subdomain\": \"vgunssacin\"\n            },\n            {\n                \"organisationId\": \"070879\",\n                \"issuerId\": \"in.gov.wb.sctvesd\",\n                \"name\": \"WBSCTVESD\",\n                \"description\": \"The West Bengal State Council of Technical & Vocational Education and Skill Development is a statutory body which provide skilling of manpower of in terms of different trades or skills. Certain documents issued by council are Skill certificates, Registration Certificates etc. which can be pulled by students into their DigiLocker accounts.\",\n                \"categories\": \"4,2\",\n                \"logo\": \"https://cf-media.api-setu.in/logo/issuers/070879.png\",\n                \"subdomain\": \"wbstatecouncil\"\n            },\n            {\n                \"organisationId\": \"075748\",\n                \"issuerId\": \"org.wbme\",\n                \"name\": \"West Bengal Board Of Madrasah Education\",\n                \"description\": \"West Bengal Board Of Madrasah Education is issuing their Digital awards for the following years, through DigiLocker. These can be pulled by students into their DigiLocker accounts.\\n                Degree - 2022 \\n                Marksheet - 2017,2018,2019,2020,2022,2023 \\n                Diploma - NA \\n                Transcript - NA\",\n                \"categories\": \"4,2\",\n                \"logo\": \"https://cf-media.api-setu.in/logo/issuers/075748.png\",\n                \"subdomain\": \"wbbmeorg\"\n            },\n            {\n                \"organisationId\": \"008513\",\n                \"issuerId\": \"in.gov.wb.wbbse\",\n                \"name\": \"West Bengal Board of Secondary Education, Govt. of West Bengal\",\n                \"description\": \"Madhyamik Pariksha (Secondary Examination) Marks Statement and Certificate are now available in Digilocker for 2015 to 2022 years\",\n                \"categories\": \"4,2\",\n                \"logo\": \"https://cf-media.api-setu.in/logo/issuers/008513.jpg\",\n                \"subdomain\": \"wbbsewb\"\n            },\n            {\n                \"organisationId\": \"008514\",\n                \"issuerId\": \"in.nic.wbchse\",\n                \"name\": \"West Bengal Council of Higher Secondary Education, Govt. of West Bengal\",\n                \"description\": \"Class XII marksheets and pass certificates of West Bengal Council of H.S. Education are now available in Digilocker from the year 2012 to 2023.\",\n                \"categories\": \"4,2\",\n                \"logo\": \"https://cf-media.api-setu.in/logo/issuers/008514.png\",\n                \"subdomain\": \"nicwbchse\"\n            },\n            {\n                \"organisationId\": \"005120\",\n                \"issuerId\": \"in.ac.wud\",\n                \"name\": \"World University Of Design\",\n                \"description\": \"World University Of Design is issuing their Digital awards for the following years, through DigiLocker. These can be pulled by students into their DigiLocker accounts \\n                Degree - 2020,2021,2022,2023 \\n                Marksheet - 2018,2019,2020,2021,2022,2023 \\n                Diploma -  2022 \\n                Transcript - NA\",\n                \"categories\": \"4,2\",\n                \"logo\": \"https://cf-media.api-setu.in/logo/issuers/005120.png\",\n                \"subdomain\": \"wud\"\n            },\n            {\n                \"organisationId\": \"005392\",\n                \"issuerId\": \"in.edu.woxsen\",\n                \"name\": \"WOXSEN UNIVERSITY\",\n                \"description\": \"WOXSEN UNIVERSITY is issuing their Digital awards for the following years, through DigiLocker. These can be pulled by students into their DigiLocker accounts \\n                Degree - 2022,2023 \\n                Marksheet - NA \\n                Diploma -  NA \\n                Transcript - 2022,2023\",\n                \"categories\": \"4,2\",\n                \"logo\": \"https://cf-media.api-setu.in/logo/issuers/issure_icon.png\",\n                \"subdomain\": \"woxsen\"\n            },\n            {\n                \"organisationId\": \"005327\",\n                \"issuerId\": \"org.ximekochi\",\n                \"name\": \"Xavier Institute Of Management & Entrepreneurship\",\n                \"description\": \"Xavier Institute Of Management & Entrepreneurship is issuing their Digital awards for the following years, through DigiLocker. These can be pulled by students into their DigiLocker accounts.\\n                Degree - NA \\n                Marksheet - NA \\n                Diploma - 2019,2020,2021,2022,2023 \\n                Transcript - NA\",\n                \"categories\": \"4,2\",\n                \"logo\": \"https://cf-media.api-setu.in/logo/issuers/005327.png\",\n                \"subdomain\": \"ximekochi\"\n            },\n            {\n                \"organisationId\": \"012101\",\n                \"issuerId\": \"in.ac.xiss\",\n                \"name\": \"XAVIER INSTITUTE OF SOCIAL SERVICE\",\n                \"description\": \"XAVIER INSTITUTE OF SOCIAL SERVICE is issuing their Digital awards for the following years, through DigiLocker. These can be pulled by students into their DigiLocker accounts.\\n                Degree - NA \\n                Marksheet - NA \\n                Diploma - 2021,2022 \\n                Transcript - NA\",\n                \"categories\": \"4,2\",\n                \"logo\": \"https://cf-media.api-setu.in/logo/issuers/012101.png\",\n                \"subdomain\": \"xiss\"\n            },\n            {\n                \"organisationId\": \"005507\",\n                \"issuerId\": \"in.ac.ycmou\",\n                \"name\": \"Yashwantrao Chavan Maharashtra Open University, Nashik\",\n                \"description\": \"Yashwantrao Chavan Maharashtra Open University, Nashik is issuing their Digital awards for the following years, through DigiLocker. These can be pulled by students into their DigiLocker accounts.\\n                Degree - 2013,2014,2015,2016,2017,2018,2019,2020,2021,2022,2023 \\n                Marksheet - 2022 \\n                Diploma - 2013,2014,2015,2016,2017,2018,2019,2020,2021,2022 \\n                Transcript - NA\",\n                \"categories\": \"4,2\",\n                \"logo\": \"https://cf-media.api-setu.in/logo/issuers/005507.png\",\n                \"subdomain\": \"ycmou\"\n            },\n            {\n                \"organisationId\": \"003283\",\n                \"issuerId\": \"in.edu.yenepoya\",\n                \"name\": \"Yenepoya\",\n                \"description\": \"Yenepoya is issuing their Digital awards for the following years, through DigiLocker. These can be pulled by students into their DigiLocker accounts.\\n                Degree - 2011,2012,2013,2014,2015,2016,2017,2018,2019,2020,2021,2022,2023,2024 \\n                Marksheet - 2009,2010,2011,2012,2013,2014,2015,2016,2017,2018,2019,2020,2021,2022,2023 \\n                Diploma - NA \\n                Transcript - NA\",\n                \"categories\": \"4,2\",\n                \"logo\": \"https://cf-media.api-setu.in/logo/issuers/003283.png\",\n                \"subdomain\": \"yenepoya\"\n            },\n            {\n                \"organisationId\": \"003661\",\n                \"issuerId\": \"in.ac.yogivemanauniversity\",\n                \"name\": \"Yogi Vemana University, Kadapa\",\n                \"description\": \"Yogi Vemana University, Kadapa is issuing their Digital awards for the following years, through DigiLocker. These can be pulled by students into their DigiLocker accounts \\n                Degree - 2019,2020,2021 \\n                Marksheet - NA \\n                Diploma -  NA \\n                Transcript - NA\",\n                \"categories\": \"4,2\",\n                \"logo\": \"https://cf-media.api-setu.in/logo/issuers/003661.png\",\n                \"subdomain\": \"yogivemanauniv\"\n            },\n            {\n                \"organisationId\": \"084878\",\n                \"issuerId\": \"in.ac.unimysore.ycm\",\n                \"name\": \"YUVARAJA'S COLLEGE (AUTONOMOUS), UNIVERSITY OF MYSORE\",\n                \"description\": \"The institute has registered through NAD portal.\",\n                \"categories\": \"4,2\",\n                \"logo\": \"https://cf-media.api-setu.in/logo/issuers/084878.png\",\n                \"subdomain\": \"uni-mysoreycm\"\n            },\n            {\n                \"organisationId\": \"005316\",\n                \"issuerId\": \"com.edelweissinsurance\",\n                \"name\": \"Zuno General Insurance Limited\",\n                \"description\": \"Whether it's your family, your health, your ride, your home or your finances; Insurance policies issued by Zuno General Insurance Limited are available on DigiLocker and can be pulled by citizens to their account. Take us for granted to be there for you when you need us! \",\n                \"categories\": \"4,1\",\n                \"logo\": \"https://cf-media.api-setu.in/logo/issuers/005316.png\",\n                \"subdomain\": \"edelweissinsurance\"\n            },\n            {\n                \"organisationId\": \"000133\",\n                \"issuerId\": \"\",\n                \"name\": \"Unique Identification Authority of India (UIDAI)\",\n                \"description\": \"UIDAI (https://uidai.gov.in/) issues eAadhaar to all Aadhaar card holders. All DigiLocker users who have synced their accounts with Aadhaar will get a digital Aadhaar in their accounts.\",\n                \"categories\": \"3\",\n                \"logo\": \"https://img1.digitallocker.gov.in/core/img/aadhaar.png\",\n                \"subdomain\": \"\"\n            }\n        ]\n    },\n    \"responseKey\": \"success_file_issuers_fetched\"\n}"}],"_postman_id":"3630f6cf-98ba-4fba-a220-c2da0fea3f6f"},{"name":"Get List of Document Types","id":"b8faa0b6-9a79-4ee0-9669-b5992f347522","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"client_id","value":"YOUR_CLIENT_ID","type":"text"},{"key":"client_secret","value":"YOUR_CLIENT_SECRET","type":"text"},{"key":"module_secret","value":"{{kyc_module_secret}}","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"}],"url":"{{base_url_india}}/v2/kyc/digilocker/utility/documents?organisation_id=001891","urlObject":{"path":["v2","kyc","digilocker","utility","documents"],"host":["{{base_url_india}}"],"query":[{"key":"organisation_id","value":"001891"}],"variable":[]}},"response":[],"_postman_id":"b8faa0b6-9a79-4ee0-9669-b5992f347522"},{"name":"Get List of File Parameters","id":"1efadc15-94c7-4906-8a01-d62230717eb4","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"client_id","value":"YOUR_CLIENT_ID","type":"text"},{"key":"client_secret","value":"YOUR_CLIENT_SECRET","type":"text"},{"key":"module_secret","value":"{{kyc_module_secret}}","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"}],"url":"{{base_url_india}}/v2/kyc/digilocker/utility/documents/parameters?organisation_id=001891&document_type=PANCR","urlObject":{"path":["v2","kyc","digilocker","utility","documents","parameters"],"host":["{{base_url_india}}"],"query":[{"key":"organisation_id","value":"001891"},{"key":"document_type","value":"PANCR"}],"variable":[]}},"response":[],"_postman_id":"1efadc15-94c7-4906-8a01-d62230717eb4"}],"id":"2c9aab9e-a24c-47e3-b9ed-e97a2a578846","_postman_id":"2c9aab9e-a24c-47e3-b9ed-e97a2a578846","description":""},{"name":"DigiLocker v3","item":[{"name":"Digilocker","item":[{"name":"Document","item":[{"name":"Get Document Data","id":"e8d3379b-cf46-490d-bc64-931a77e0e1ea","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"client_id","value":"YOUR_CLIENT_ID","type":"text"},{"key":"client_secret","value":"YOUR_CLIENT_SECRET","type":"text"},{"key":"module_secret","value":"YOUR_PREPAID_MODULE_SECRET","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"}],"url":"{{base_url_india}}/v3/kyc/identities/digilocker/document/data/68412D4A2FB741FF844B2626F1D2C0EA?file_urn=in.gov.pan-PANCR-XXXXXXX","urlObject":{"path":["v3","kyc","identities","digilocker","document","data","68412D4A2FB741FF844B2626F1D2C0EA"],"host":["{{base_url_india}}"],"query":[{"key":"file_urn","value":"in.gov.pan-PANCR-XXXXXXX"}],"variable":[]}},"response":[],"_postman_id":"e8d3379b-cf46-490d-bc64-931a77e0e1ea"},{"name":"Get Document File","id":"0bcb61d5-7b02-4a59-b089-0dec136df781","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"client_id","value":"YOUR_CLIENT_ID","type":"text"},{"key":"client_secret","value":"YOUR_CLIENT_SECRET","type":"text"},{"key":"module_secret","value":"YOUR_PREPAID_MODULE_SECRET","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"}],"url":"{{base_url_india}}/v3/kyc/identities/digilocker/document/file/68412D4A2FB741FF844B2626F1D2C0EA?file_urn=in.gov.pan-PANCR-XXXXXXXX","urlObject":{"path":["v3","kyc","identities","digilocker","document","file","68412D4A2FB741FF844B2626F1D2C0EA"],"host":["{{base_url_india}}"],"query":[{"key":"file_urn","value":"in.gov.pan-PANCR-XXXXXXXX"}],"variable":[]}},"response":[],"_postman_id":"0bcb61d5-7b02-4a59-b089-0dec136df781"},{"name":"Pull Document from Issuer","id":"6e764be6-4304-4ee3-9dbd-7c4eb238f7d2","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"client_id","value":"YOUR_CLIENT_ID","type":"text"},{"key":"client_secret","value":"YOUR_CLIENT_SECRET","type":"text"},{"key":"module_secret","value":"YOUR_PREPAID_MODULE_SECRET","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"reference_id\": \"{{randomString}}\",\n    \"consent\": true,\n    \"purpose\": \"for bank account purpose\",\n    \"document_type\": \"PANCR\",\n    \"organisation_id\":\"001891\",\n    \"document_type_related_parameters\": [{\n        \"key\": \"panno\",\n        \"value\": \"XXXXXXX\"\n    }\n    ]\n}","options":{"raw":{"language":"json"}}},"url":"{{base_url_india}}/v3/kyc/identities/digilocker/document/pull/68412D4A2FB741FF844B2626F1D2C0EA","urlObject":{"path":["v3","kyc","identities","digilocker","document","pull","68412D4A2FB741FF844B2626F1D2C0EA"],"host":["{{base_url_india}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"6e764be6-4304-4ee3-9dbd-7c4eb238f7d2"}],"id":"2a8a198c-a836-4ba7-a351-64c4abfebe30","_postman_id":"2a8a198c-a836-4ba7-a351-64c4abfebe30","description":""},{"name":"Initiate Session","id":"ddfadd21-0522-47b1-8ef6-ef4fbc04d7da","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"client_id","value":"YOUR_CLIENT_ID","type":"text"},{"key":"client_secret","value":"YOUR_CLIENT_SECRET","type":"text"},{"key":"module_secret","value":"YOUR_PREPAID_MODULE_SECRET","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"reference_id\": \"2b419aae-856e-45f9-8bea-edca06094606\",\n    \"consent\": true,\n    \"purpose\": \"for bank account verification\",\n    \"redirect_url\": \"https://google.com/\"\n    // \"redirect_to_signup\": true,\n    // \"mobile\": \"9585396679\",\n    // \"simulation\": \"true\",\n    // \"abstract_access_token\": false\n}"},"url":"{{base_url_india}}/v3/kyc/identities/digilocker/session","urlObject":{"path":["v3","kyc","identities","digilocker","session"],"host":["{{base_url_india}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"ddfadd21-0522-47b1-8ef6-ef4fbc04d7da"},{"name":"Get E-Aadhaar","id":"623ec13d-1b5b-47af-93f8-471170165426","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"client_id","value":"YOUR_CLIENT_ID","type":"text"},{"key":"client_secret","value":"YOUR_CLIENT_SECRET","type":"text"},{"key":"module_secret","value":"YOUR_PREPAID_MODULE_SECRET","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"}],"url":"{{base_url_india}}/v3/kyc/identities/digilocker/eaadhaar/68412D4A2FB741FF844B2626F1D2C0EA?generate_pdf=false&generate_xml=false","urlObject":{"path":["v3","kyc","identities","digilocker","eaadhaar","68412D4A2FB741FF844B2626F1D2C0EA"],"host":["{{base_url_india}}"],"query":[{"key":"generate_pdf","value":"false"},{"key":"generate_xml","value":"false"}],"variable":[]}},"response":[],"_postman_id":"623ec13d-1b5b-47af-93f8-471170165426"},{"name":"Get Issued Files","id":"f56a0929-64d4-4520-8b6e-0f5d612d51e1","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"client_id","value":"YOUR_CLIENT_ID","type":"text"},{"key":"client_secret","value":"YOUR_CLIENT_SECRET","type":"text"},{"key":"module_secret","value":"YOUR_PREPAID_MODULE_SECRET","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"}],"url":"{{base_url_india}}/v3/kyc/identities/digilocker/issued-files/68412D4A2FB741FF844B2626F1D2C0EA","urlObject":{"path":["v3","kyc","identities","digilocker","issued-files","68412D4A2FB741FF844B2626F1D2C0EA"],"host":["{{base_url_india}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"f56a0929-64d4-4520-8b6e-0f5d612d51e1"}],"id":"c03d72b9-166b-414b-90ac-3588f8ba7681","_postman_id":"c03d72b9-166b-414b-90ac-3588f8ba7681","description":""},{"name":"SSO Digilocker","item":[{"name":"Document","item":[{"name":"Pull Document from Issuer","id":"657b1528-7ec6-4b43-9193-f614a35574dc","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"client_id","value":"YOUR_CLIENT_ID","type":"text"},{"key":"client_secret","value":"YOUR_CLIENT_SECRET","type":"text"},{"key":"module_secret","value":"YOUR_PREPAID_MODULE_SECRET","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"reference_id\": \"{{randomString}}\",\n    \"consent\": true,\n    \"purpose\": \"for bank account purpose\",\n    \"document_type\": \"PANCR\",\n    \"organisation_id\":\"001891\",\n    \"document_type_related_parameters\": [{\n        \"key\": \"panno\",\n        \"value\": \"XXXXXXXX\"\n    }\n    ]\n}","options":{"raw":{"language":"json"}}},"url":"https://in.staging.decentro.tech/v3/kyc/identities/sso/digilocker/document/pull/B9D1F26596CC42C5BA0D6BBAB8A52A19","urlObject":{"path":["v3","kyc","identities","sso","digilocker","document","pull","B9D1F26596CC42C5BA0D6BBAB8A52A19"],"host":["https://in.staging.decentro.tech"],"query":[],"variable":[]}},"response":[],"_postman_id":"657b1528-7ec6-4b43-9193-f614a35574dc"},{"name":"Get Document Data","id":"54d3de7b-5052-4ce3-b810-9c272e0a86c4","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"client_id","value":"YOUR_CLIENT_ID","type":"text"},{"key":"client_secret","value":"YOUR_CLIENT_SECRET","type":"text"},{"key":"module_secret","value":"YOUR_PREPAID_MODULE_SECRET","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"}],"url":"https://in.staging.decentro.tech/v3/kyc/identities/sso/digilocker/document/data/B9D1F26596CC42C5BA0D6BBAB8A52A19?file_urn=in.gov.pan-PANCR-XXXXXXX","urlObject":{"path":["v3","kyc","identities","sso","digilocker","document","data","B9D1F26596CC42C5BA0D6BBAB8A52A19"],"host":["https://in.staging.decentro.tech"],"query":[{"key":"file_urn","value":"in.gov.pan-PANCR-XXXXXXX"}],"variable":[]}},"response":[],"_postman_id":"54d3de7b-5052-4ce3-b810-9c272e0a86c4"},{"name":"Get Document File","id":"ddb762b9-3c54-4395-895f-457032673e38","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"key":"client_id","value":"YOUR_CLIENT_ID","type":"text"},{"key":"client_secret","value":"YOUR_CLIENT_SECRET","type":"text"},{"key":"module_secret","value":"YOUR_PREPAID_MODULE_SECRET","type":"text"}],"url":"https://in.staging.decentro.tech/v3/kyc/identities/sso/digilocker/document/file/B9D1F26596CC42C5BA0D6BBAB8A52A19?file_urn=in.gov.pan-PANCR-XXXXXXX","urlObject":{"path":["v3","kyc","identities","sso","digilocker","document","file","B9D1F26596CC42C5BA0D6BBAB8A52A19"],"host":["https://in.staging.decentro.tech"],"query":[{"key":"file_urn","value":"in.gov.pan-PANCR-XXXXXXX"}],"variable":[]}},"response":[],"_postman_id":"ddb762b9-3c54-4395-895f-457032673e38"}],"id":"762adfa8-3165-42bd-88db-659a3cdf7413","_postman_id":"762adfa8-3165-42bd-88db-659a3cdf7413","description":""},{"name":"Initiate Session","id":"c0a40629-663f-4560-980a-6a0ce5e28789","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"client_id","value":"YOUR_CLIENT_ID","type":"text"},{"key":"client_secret","value":"YOUR_CLIENT_SECRET","type":"text"},{"key":"module_secret","value":"YOUR_PREPAID_MODULE_SECRET","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"reference_id\": \"{{randomString}}\",\n    \"consent\": true,\n    \"purpose\": \"for bank account verification\"\n    // \"redirect_url\": \"https://google.com/\",\n    // \"redirect_to_signup\": true,\n    // \"mobile\": \"9585396679\",\n    // \"simulation\": \"true\",\n    // \"abstract_access_token\": true\n}"},"url":"https://in.staging.decentro.tech/v3/kyc/identities/sso/digilocker/session","urlObject":{"path":["v3","kyc","identities","sso","digilocker","session"],"host":["https://in.staging.decentro.tech"],"query":[],"variable":[]}},"response":[],"_postman_id":"c0a40629-663f-4560-980a-6a0ce5e28789"},{"name":"Delete Session","id":"8e23e248-492a-4cb9-826f-f49078bed22e","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[{"key":"client_id","value":"YOUR_CLIENT_ID","type":"text"},{"key":"client_secret","value":"YOUR_CLIENT_SECRET","type":"text"},{"key":"module_secret","value":"YOUR_PREPAID_MODULE_SECRET","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"}],"url":"https://in.staging.decentro.tech/v3/kyc/identities/sso/digilocker/session/B9D1F26596CC42C5BA0D6BBAB8A52A19","urlObject":{"path":["v3","kyc","identities","sso","digilocker","session","B9D1F26596CC42C5BA0D6BBAB8A52A19"],"host":["https://in.staging.decentro.tech"],"query":[],"variable":[]}},"response":[],"_postman_id":"8e23e248-492a-4cb9-826f-f49078bed22e"},{"name":"Get E-Aadhaar","id":"e5232f6d-95d1-433a-bc2c-12479ba72207","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"client_id","value":"YOUR_CLIENT_ID","type":"text"},{"key":"client_secret","value":"YOUR_CLIENT_SECRET","type":"text"},{"key":"module_secret","value":"YOUR_PREPAID_MODULE_SECRET","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"}],"url":"https://in.staging.decentro.tech/v3/kyc/identities/digilocker/eaadhaar/B9D1F26596CC42C5BA0D6BBAB8A52A19?generate_pdf=false&generate_xml=true","urlObject":{"path":["v3","kyc","identities","digilocker","eaadhaar","B9D1F26596CC42C5BA0D6BBAB8A52A19"],"host":["https://in.staging.decentro.tech"],"query":[{"key":"generate_pdf","value":"false"},{"key":"generate_xml","value":"true"}],"variable":[]}},"response":[],"_postman_id":"e5232f6d-95d1-433a-bc2c-12479ba72207"},{"name":"Get Issued Files","id":"4fd689e5-3735-4932-bdd8-b90387d9ea78","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"client_id","value":"YOUR_CLIENT_ID","type":"text"},{"key":"client_secret","value":"YOUR_CLIENT_SECRET","type":"text"},{"key":"module_secret","value":"YOUR_PREPAID_MODULE_SECRET","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"}],"url":"https://in.staging.decentro.tech/v3/kyc/identities/sso/digilocker/issued-files/B9D1F26596CC42C5BA0D6BBAB8A52A19","urlObject":{"path":["v3","kyc","identities","sso","digilocker","issued-files","B9D1F26596CC42C5BA0D6BBAB8A52A19"],"host":["https://in.staging.decentro.tech"],"query":[],"variable":[]}},"response":[],"_postman_id":"4fd689e5-3735-4932-bdd8-b90387d9ea78"}],"id":"e5716e0a-98db-4f3a-900d-4cae3008f910","_postman_id":"e5716e0a-98db-4f3a-900d-4cae3008f910","description":""},{"name":"Utilities","item":[{"name":"Get Mobile Account Status","id":"5cfcd16d-1596-44a2-ab79-5a0aea59e599","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Content-Type","value":"application/json"}],"url":"https://in.staging.decentro.tech/v3/kyc/identities/sso/digilocker/verify?mobile=9585396679","urlObject":{"path":["v3","kyc","identities","sso","digilocker","verify"],"host":["https://in.staging.decentro.tech"],"query":[{"key":"mobile","value":"9585396679"}],"variable":[]}},"response":[],"_postman_id":"5cfcd16d-1596-44a2-ab79-5a0aea59e599"},{"name":"Get Issuers List","id":"ed41bf60-bd96-4347-af05-d235e405cd48","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"client_id","value":"YOUR_CLIENT_ID","description":"<p>Decentro assigned client_id for the company</p>\n","type":"text"},{"key":"client_secret","value":"YOUR_CLIENT_SECRET","description":"<p>Decentro assigned client_secret for the company</p>\n","type":"text"}],"url":"{{base_url_india}}/v3/kyc/identities/digilocker/utilities/issuers","description":"<p>This API is used to get authorization code from Digilocker.</p>\n","urlObject":{"path":["v3","kyc","identities","digilocker","utilities","issuers"],"host":["{{base_url_india}}"],"query":[],"variable":[]}},"response":[{"id":"9d8b747e-55d2-4357-a868-bef056dba909","name":"Success","originalRequest":{"method":"POST","header":[{"key":"client_id","value":"<your_client_id>","description":"Decentro assigned client_id for the company","type":"text"},{"key":"client_secret","value":"<your_client_secret>","description":"Decentro assigned client_secret for the company","type":"text"},{"key":"module_secret","value":"<your_module_secret>","description":"Decentro assigned module_secret for the company","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"consent\": true,\n    \"purpose\": \"for bank account verification\",\n    \"reference_id\": \"457d5608-1729-4ce6-9d79-e9020a8531e8\"\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"https://in.staging.decentro.tech/v2/kyc/sso/digilocker/:initial_decentro_txn_id/files/issued","host":["https://in.staging.decentro.tech"],"path":["v2","kyc","sso","digilocker",":initial_decentro_txn_id","files","issued"],"variable":[{"key":"initial_decentro_txn_id","value":null}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","name":"Content-Type","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n  \"decentroTxnId\": \"DXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX\",\n  \"status\": \"SUCCESS\",\n  \"responseCode\": \"S00000\",\n  \"message\": \"Issued files received successfully from MeriPehchaan\",\n  \"data\": [\n    {\n      \"name\": \"Aadhaar Card\",\n      \"type\": \"file\",\n      \"size\": \"\",\n      \"date\": \"DD-MM-YYYY\",\n      \"parent\": \"\",\n      \"mime\": [\n        \"application/pdf\"\n      ],\n      \"uri\": \"in.gov.uidai-ADHAR-XXXXXXXXXXXXXXXXXXXX\",\n      \"doctype\": \"ADHAR\",\n      \"description\": \"Aadhaar Card\",\n      \"issuerid\": \"in.gov.uidai\",\n      \"issuer\": \"Aadhaar, Unique Identification Authority of India\"\n    },\n    {\n      \"name\": \"PAN Verification Record\",\n      \"type\": \"file\",\n      \"size\": \"\",\n      \"date\": \"DD-MM-YYYY\",\n      \"parent\": \"\",\n      \"mime\": [\n        \"application/json\",\n        \"application/xml\",\n        \"application/pdf\"\n      ],\n      \"uri\": \"in.gov.pan-XXXXX-XXXXXXXXXX\",\n      \"doctype\": \"PANCR\",\n      \"description\": \"PAN Verification Record\",\n      \"issuerid\": \"in.gov.pan\",\n      \"issuer\": \"Income Tax Department\"\n    },\n    {\n      \"name\": \"Registration of Vehicles\",\n      \"type\": \"file\",\n      \"size\": \"\",\n      \"date\": \"DD-MM-YYYY\",\n      \"parent\": \"\",\n      \"mime\": [\n        \"application/json\",\n        \"application/xml\",\n        \"application/pdf\"\n      ],\n      \"uri\": \"in.gov.transport-XXXXX-XXXXXXXXXX\",\n      \"doctype\": \"RVCER\",\n      \"description\": \"Registration of Vehicles\",\n      \"issuerid\": \"in.gov.transport\",\n      \"issuer\": \"Ministry of Road Transport and Highways\"\n    }\n  ],\n  \"responseKey\": \"success_issued_files\"\n}"}],"_postman_id":"ed41bf60-bd96-4347-af05-d235e405cd48"},{"name":"Get Documents for Organisation","id":"a59f0a60-bba6-45a0-91c8-9002e5e83c58","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"client_id","value":"YOUR_CLIENT_ID","description":"<p>Decentro assigned client_id for the company</p>\n","type":"text"},{"key":"client_secret","value":"YOUR_CLIENT_SECRET","description":"<p>Decentro assigned client_secret for the company</p>\n","type":"text"}],"url":"{{base_url_india}}/v3/kyc/identities/digilocker/utilities/documents?organisation_id=001891","description":"<p>This API is used to get authorization code from Digilocker.</p>\n","urlObject":{"path":["v3","kyc","identities","digilocker","utilities","documents"],"host":["{{base_url_india}}"],"query":[{"key":"organisation_id","value":"001891"}],"variable":[]}},"response":[{"id":"7ae6b0f6-92cf-4ee3-aafb-20f880e9a95f","name":"Success","originalRequest":{"method":"POST","header":[{"key":"client_id","value":"<your_client_id>","description":"Decentro assigned client_id for the company","type":"text"},{"key":"client_secret","value":"<your_client_secret>","description":"Decentro assigned client_secret for the company","type":"text"},{"key":"module_secret","value":"<your_module_secret>","description":"Decentro assigned module_secret for the company","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"consent\": true,\n    \"purpose\": \"for bank account verification\",\n    \"reference_id\": \"f432a441-b579-437e-90a0-db8040186c1a\"\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"https://in.staging.decentro.tech/v2/kyc/sso/digilocker/:initial_decentro_txn_id/files/issued","host":["https://in.staging.decentro.tech"],"path":["v2","kyc","sso","digilocker",":initial_decentro_txn_id","files","issued"],"variable":[{"key":"initial_decentro_txn_id","value":null}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","name":"Content-Type","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n  \"decentroTxnId\": \"DXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX\",\n  \"status\": \"SUCCESS\",\n  \"responseCode\": \"S00000\",\n  \"message\": \"Issued files received successfully from MeriPehchaan\",\n  \"data\": [\n    {\n      \"name\": \"Aadhaar Card\",\n      \"type\": \"file\",\n      \"size\": \"\",\n      \"date\": \"DD-MM-YYYY\",\n      \"parent\": \"\",\n      \"mime\": [\n        \"application/pdf\"\n      ],\n      \"uri\": \"in.gov.uidai-ADHAR-XXXXXXXXXXXXXXXXXXXX\",\n      \"doctype\": \"ADHAR\",\n      \"description\": \"Aadhaar Card\",\n      \"issuerid\": \"in.gov.uidai\",\n      \"issuer\": \"Aadhaar, Unique Identification Authority of India\"\n    },\n    {\n      \"name\": \"PAN Verification Record\",\n      \"type\": \"file\",\n      \"size\": \"\",\n      \"date\": \"DD-MM-YYYY\",\n      \"parent\": \"\",\n      \"mime\": [\n        \"application/json\",\n        \"application/xml\",\n        \"application/pdf\"\n      ],\n      \"uri\": \"in.gov.pan-XXXXX-XXXXXXXXXX\",\n      \"doctype\": \"PANCR\",\n      \"description\": \"PAN Verification Record\",\n      \"issuerid\": \"in.gov.pan\",\n      \"issuer\": \"Income Tax Department\"\n    },\n    {\n      \"name\": \"Registration of Vehicles\",\n      \"type\": \"file\",\n      \"size\": \"\",\n      \"date\": \"DD-MM-YYYY\",\n      \"parent\": \"\",\n      \"mime\": [\n        \"application/json\",\n        \"application/xml\",\n        \"application/pdf\"\n      ],\n      \"uri\": \"in.gov.transport-XXXXX-XXXXXXXXXX\",\n      \"doctype\": \"RVCER\",\n      \"description\": \"Registration of Vehicles\",\n      \"issuerid\": \"in.gov.transport\",\n      \"issuer\": \"Ministry of Road Transport and Highways\"\n    }\n  ],\n  \"responseKey\": \"success_issued_files\"\n}"}],"_postman_id":"a59f0a60-bba6-45a0-91c8-9002e5e83c58"},{"name":"Get File Parameters for Document","event":[{"listen":"test","script":{"exec":[""],"type":"text/javascript","packages":{},"id":"218b7dd4-f4de-424f-84da-1cdf46f70c5a"}}],"id":"a341702c-026a-4d15-8bcc-16d1df5beeb3","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://in.staging.decentro.tech/v3/kyc/identities/digilocker/utilities/parameters?organisation_id=001891&document_type=PANCR","description":"<p>This API is used to get authorization code from Digilocker.</p>\n","urlObject":{"path":["v3","kyc","identities","digilocker","utilities","parameters"],"host":["https://in.staging.decentro.tech"],"query":[{"key":"organisation_id","value":"001891"},{"key":"document_type","value":"PANCR"}],"variable":[]}},"response":[{"id":"4d3e4f52-ac75-4790-b48e-3c9c113d7197","name":"Success","originalRequest":{"method":"POST","header":[{"key":"client_id","value":"<your_client_id>","description":"Decentro assigned client_id for the company","type":"text"},{"key":"client_secret","value":"<your_client_secret>","description":"Decentro assigned client_secret for the company","type":"text"},{"key":"module_secret","value":"<your_module_secret>","description":"Decentro assigned module_secret for the company","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"consent\": true,\n    \"purpose\": \"for bank account verification\",\n    \"reference_id\": \"212b71f6-74e3-475c-9db4-113e1b4da1c1\"\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"https://in.staging.decentro.tech/v2/kyc/sso/digilocker/:initial_decentro_txn_id/files/issued","host":["https://in.staging.decentro.tech"],"path":["v2","kyc","sso","digilocker",":initial_decentro_txn_id","files","issued"],"variable":[{"key":"initial_decentro_txn_id","value":null}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","name":"Content-Type","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n  \"decentroTxnId\": \"DXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX\",\n  \"status\": \"SUCCESS\",\n  \"responseCode\": \"S00000\",\n  \"message\": \"Issued files received successfully from MeriPehchaan\",\n  \"data\": [\n    {\n      \"name\": \"Aadhaar Card\",\n      \"type\": \"file\",\n      \"size\": \"\",\n      \"date\": \"DD-MM-YYYY\",\n      \"parent\": \"\",\n      \"mime\": [\n        \"application/pdf\"\n      ],\n      \"uri\": \"in.gov.uidai-ADHAR-XXXXXXXXXXXXXXXXXXXX\",\n      \"doctype\": \"ADHAR\",\n      \"description\": \"Aadhaar Card\",\n      \"issuerid\": \"in.gov.uidai\",\n      \"issuer\": \"Aadhaar, Unique Identification Authority of India\"\n    },\n    {\n      \"name\": \"PAN Verification Record\",\n      \"type\": \"file\",\n      \"size\": \"\",\n      \"date\": \"DD-MM-YYYY\",\n      \"parent\": \"\",\n      \"mime\": [\n        \"application/json\",\n        \"application/xml\",\n        \"application/pdf\"\n      ],\n      \"uri\": \"in.gov.pan-XXXXX-XXXXXXXXXX\",\n      \"doctype\": \"PANCR\",\n      \"description\": \"PAN Verification Record\",\n      \"issuerid\": \"in.gov.pan\",\n      \"issuer\": \"Income Tax Department\"\n    },\n    {\n      \"name\": \"Registration of Vehicles\",\n      \"type\": \"file\",\n      \"size\": \"\",\n      \"date\": \"DD-MM-YYYY\",\n      \"parent\": \"\",\n      \"mime\": [\n        \"application/json\",\n        \"application/xml\",\n        \"application/pdf\"\n      ],\n      \"uri\": \"in.gov.transport-XXXXX-XXXXXXXXXX\",\n      \"doctype\": \"RVCER\",\n      \"description\": \"Registration of Vehicles\",\n      \"issuerid\": \"in.gov.transport\",\n      \"issuer\": \"Ministry of Road Transport and Highways\"\n    }\n  ],\n  \"responseKey\": \"success_issued_files\"\n}"}],"_postman_id":"a341702c-026a-4d15-8bcc-16d1df5beeb3"}],"id":"f49a934d-060e-4b01-a390-0f0b54773c4d","_postman_id":"f49a934d-060e-4b01-a390-0f0b54773c4d","description":""}],"id":"4a537b8d-fa10-4331-94cb-e3734e9add6f","_postman_id":"4a537b8d-fa10-4331-94cb-e3734e9add6f","description":""}],"id":"5b49ab0d-8a26-4a14-a773-5e7544c4d951","_postman_id":"5b49ab0d-8a26-4a14-a773-5e7544c4d951","description":""},{"name":"CKYC Services","item":[{"name":"CKYC Search","id":"775675f1-ee7e-4863-97b7-aca0d0bdafc6","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"client_id","value":"YOUR_CLIENT_ID","description":"<p>Decentro assigned client_id for the company</p>\n","type":"text"},{"key":"client_secret","value":"YOUR_CLIENT_SECRET","description":"<p>Decentro assigned client_secret for the company</p>\n","type":"text"},{"key":"module_secret","value":"{{kyc_module_secret}}","description":"<p>Decentro assigned module_secret for the company</p>\n","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"reference_id\": \"382e767e-4541-4915-8c16-249f02aede7c\",\n    \"document_type\": \"PAN\",\n    \"id_number\": \"ABCDE1234A\",\n    \"consent\": true,\n    \"consent_purpose\": \"For bank account purpose\"\n}"},"url":"https://in.staging.decentro.tech/v2/kyc/ckyc/search","description":"<p>Search the CKYC ID of a person using his/her national ID / document like PAN / AADHAAR / PASSPORT / VOTER ID / DRIVING LICENSE / CKYC Number from the Central Know Your Customer (CKYC) database.</p>\n","urlObject":{"path":["v2","kyc","ckyc","search"],"host":["https://in.staging.decentro.tech"],"query":[],"variable":[]}},"response":[{"id":"d08452a6-235a-4050-8f22-fd6ece686ddc","name":"Success: PAN","originalRequest":{"method":"POST","header":[{"key":"client_id","value":"<your_client_id>","type":"text","description":"Decentro assigned client_id for the company"},{"key":"client_secret","value":"<your_client_secret>","type":"text","description":"Decentro assigned client_secret for the company"},{"key":"module_secret","value":"<your_module_secret>","type":"text","description":"Decentro assigned module_secret for the company"},{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"reference_id\": \"0000-0000-0000-2005\",\n    \"document_type\": \"PAN\",\n    \"id_number\": \"ABCDE1234A\",\n    \"consent\": true,\n    \"consent_purpose\": \"For bank account purpose\"\n}","options":{"raw":{"language":"json"}}},"url":"https://in.staging.decentro.tech/v2/kyc/ckyc/search"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":null,"cookie":[],"responseTime":null,"body":"{\n    \"decentroTxnId\": \"DECXXXXXXXXXXXXXXXXXXXXXXXXXXX\",\n    \"status\": \"SUCCESS\",\n    \"responseCode\": \"S00000\",\n    \"data\": {\n        \"kycStatus\": \"SUCCESS\",\n        \"kycResult\": {\n            \"ckycId\": \"XXXXXXXXXXXXXX\",\n            \"fullName\": \"Manish Gupta\",\n            \"age\": \"25\",\n            \"kycDate\": \"DD-MM-YYYY\",\n            \"updatedDate\": \"14-04-2020\",\n            \"fathersFullName\": \"XXXXXXXXXXXXXXXXX\",\n            \"imageType\": \"JPG\",\n            \"photo\": \"<Base64 Image>\",\n            \"identityDetails\": {\n                \"identity\": [\n                    {\n                        \"status\": \"03\",\n                        \"type\": \"PAN\"\n                    }\n                ]\n            }\n        },\n        \"message\": \"KYC Details for CKYC retrieved successfully.\"\n    },\n    \"responseKey\": \"success_ckyc_search\"\n}"}],"_postman_id":"775675f1-ee7e-4863-97b7-aca0d0bdafc6"},{"name":"CKYC Download","id":"78e4a3e8-e5c4-45b5-80cf-2664221230cf","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"client_id","value":"YOUR_CLIENT_ID","type":"text","description":"<p>Decentro assigned client_id for the company</p>\n"},{"key":"client_secret","value":"YOUR_CLIENT_SECRET","type":"text","description":"<p>Decentro assigned client_secret for the company</p>\n"},{"key":"module_secret","value":"{{kyc_module_secret}}","type":"text","description":"<p>Decentro assigned module_secret for the company</p>\n"},{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"reference_id\": \"7f20db18-88a8-4e3b-ab17-34f3f5f1f173\",\n    \"id_number\": \"70020218384584\",\n    \"auth_factor_type\": 1,\n    \"auth_factor\": \"2020-04-23\",\n    \"consent\": true,\n    \"consent_purpose\": \"For bank account purpose\",\n    \"perform_ocr\": false\n}"},"url":"https://in.staging.decentro.tech/v2/kyc/ckyc/download","description":"<p>Download the CKYC details of a person using his/her CKYC ID from the Search API and his/her 'Date of Birth' / 'Mobile number' / 'Pincode + year of birth' from the Central Know Your Customer (CKYC) database.</p>\n","urlObject":{"path":["v2","kyc","ckyc","download"],"host":["https://in.staging.decentro.tech"],"query":[],"variable":[]}},"response":[{"id":"b8a9b5dc-af81-48b4-9242-27073fcf653b","name":"Success: auth_factor 1","originalRequest":{"method":"POST","header":[{"key":"client_id","value":"<your_client_id>","type":"text","description":"Decentro assigned client_id for the company"},{"key":"client_secret","value":"<your_client_secret>","type":"text","description":"Decentro assigned client_secret for the company"},{"key":"module_secret","value":"<your_module_secret>","type":"text","description":"Decentro assigned module_secret for the company"},{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"reference_id\": \"0000-0000-0000-2005\",\n    \"id_number\": \"XXXXXXXXXXXXXX\",\n    \"auth_factor_type\": 1,\n    \"auth_factor\": \"1993-03-29\",\n    \"consent\": true,\n    \"consent_purpose\": \"For bank account purpose\",\n    \"perform_ocr\": false\n}","options":{"raw":{"language":"json"}}},"url":"https://in.staging.decentro.tech/v2/kyc/ckyc/download"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":null,"cookie":[],"responseTime":null,"body":"{\n    \"decentroTxnId\": \"DECXXXXXXXXXXXXXXXXXXXXXXXXXXX\",\n    \"status\": \"SUCCESS\",\n    \"responseCode\": \"S00000\",\n    \"data\": {\n        \"kycStatus\": \"SUCCESS\",\n        \"kycResult\": {\n            \"personalIdentifiableData\": {\n                \"personalDetails\": {\n                    \"constituitonType\": \"Individual\",\n                    \"accountType\": \"Normal\",\n                    \"ckycNo\": \"XXXXXXXXXXXXXX\",\n                    \"prefix\": \"MR\",\n                    \"firstName\": \"CARL\",\n                    \"lastName\": \"SMITH\",\n                    \"fullName\": \"MR CARL SMITH\",\n                    \"fatherOrSpouse\": \"FATHER\",\n                    \"fatherPrefix\": \"MR\",\n                    \"fatherFname\": \"JON\",\n                    \"fatherLname\": \"SMITH\",\n                    \"fatherFullname\": \"MR JON SMITH\",\n                    \"motherPrefix\": \"MRS\",\n                    \"motherFname\": \"MARY\",\n                    \"motherLname\": \"SMITH\",\n                    \"motherFullname\": \"MRS MARY SMITH\",\n                    \"gender\": \"MALE\",\n                    \"dob\": \"DD-MM-YYYY\",\n                    \"pan\": \"XXXXXXXXXX\",\n                    \"permLine1\": \"S/O JON SMITH\",\n                    \"permLine2\": \"MAPLE APARTMENT FLAT 407 INDIRANAGAR 1ST STAGE\",\n                    \"permCity\": \"BENGALURU URBAN\",\n                    \"permDist\": \"BENGALURU URBAN\",\n                    \"permState\": \"KA\",\n                    \"permCountry\": \"IN\",\n                    \"permPin\": \"560038\",\n                    \"permPoa\": \"Proof of Possession of Aadhaar\",\n                    \"permCorresSameflag\": \"Y\",\n                    \"corresLine1\": \"S/O JON SMITH\",\n                    \"corresLine2\": \"MAPLE APARTMENT FLAT 407 INDIRANAGAR 1ST STAGE\",\n                    \"corresCity\": \"BENGALURU URBAN\",\n                    \"corresDist\": \"BENGALURU URBAN\",\n                    \"corresState\": \"KA\",\n                    \"corresCountry\": \"IN\",\n                    \"corresPin\": \"560038\",\n                    \"mobNum\": \"XXXXXXXXXX\",\n                    \"email\": \"CARLSMITH@MAIL.COM\",\n                    \"decDate\": \"DD-MM-YYYY\",\n                    \"decPlace\": \"BANGALORE\",\n                    \"kycDate\": \"********\",\n                    \"docSub\": \"Certified Copies\",\n                    \"kycName\": \"********\",\n                    \"kycDesignation\": \"********\",\n                    \"kycBranch\": \"********\",\n                    \"kycEmpcode\": \"********\",\n                    \"numIdentity\": \"1\",\n                    \"numRelated\": \"0\",\n                    \"numImages\": \"4\"\n                },\n                \"identityDetails\": {\n                    \"identity\": {\n                        \"sequenceNo\": \"1\",\n                        \"identityType\": \"PAN\",\n                        \"identityNumber\": \"XXXXXXXXXX\",\n                        \"idVerificationStatus\": \"NO\"\n                    }\n                },\n                \"imageDetails\": {\n                    \"image\": [\n                        {\n                            \"sequenceNo\": \"1\",\n                            \"imageType\": \"JPG\",\n                            \"imageCode\": \"Photograph\",\n                            \"globalFlag\": \"GLOBAL\",\n                            \"branchCode\": \"BLR\",\n                            \"imageData\": \"<base_64_string>\"\n                        },\n                        {\n                            \"sequenceNo\": \"2\",\n                            \"imageType\": \"PDF\",\n                            \"imageCode\": \"PAN\",\n                            \"globalFlag\": \"GLOBAL\",\n                            \"branchCode\": \"BLR\",\n                            \"imageData\": \"<base_64_string>\"\n                        },\n                        {\n                            \"sequenceNo\": \"3\",\n                            \"imageType\": \"JPG\",\n                            \"imageCode\": \"Proof of Possession of Aadhaar\",\n                            \"globalFlag\": \"GLOBAL\",\n                            \"branchCode\": \"BLR\",\n                            \"imageData\": \"<base_64_string>\"\n                        },\n                        {\n                            \"sequenceNo\": \"4\",\n                            \"imageType\": \"JPG\",\n                            \"imageCode\": \"Signature\",\n                            \"globalFlag\": \"GLOBAL\",\n                            \"branchCode\": \"BLR\",\n                            \"imageData\": \"<base_64_string>\"\n                        }\n                    ]\n                }\n            }\n        },\n        \"message\": \"KYC Details for CKYC retrieved successfully.\"\n    },\n    \"responseKey\": \"success_ckyc_download\"\n}"}],"_postman_id":"78e4a3e8-e5c4-45b5-80cf-2664221230cf"},{"name":"CKYC Upload Utility","id":"7f8f9a0e-e80d-40b5-a501-8a5a226b3b65","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"client_id","value":"YOUR_CLIENT_ID","description":"<p>Decentro assigned client_id for the company</p>\n","type":"text"},{"key":"client_secret","value":"YOUR_CLIENT_SECRET","description":"<p>Decentro assigned client_secret for the company</p>\n","type":"text"},{"key":"module_secret","value":"{{kyc_module_secret}}","description":"<p>Decentro assigned module_secret for the company</p>\n","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n\t\"reference_id\": \"941e9d0a-599c-475c-801a-d7be80c28cbe\",\n\t\"verifier\": {\n\t\t\"name\": \"Nishant Athmakoori\",\n\t\t\"designation\": \"Ops manager\",\n\t\t\"kyc_declaration_place\": \"Mumbai\",\n\t\t\"employee_code\": \"EMP001\"\n\t},\n\t\"purpose\": \"Registering a new user to CKYC\",\n\t\"consent\": true,\n\t\"individuals\": [\n\t\t{\n\t\t\t\"identifier\": \"12312332\",\n\t\t\t\"salutation\": \"MR\",\n\t\t\t\"name\": \"Kunal Arora\",\n\t\t\t\"gender\": \"MALE\",\n\t\t\t\"date_of_birth\": \"1999-04-14\",\n\t\t\t\"relative\": {\n\t\t\t\t\"type\": \"FATHER\",\n\t\t\t\t\"salutation\": \"MR\",\n\t\t\t\t\"name\": \"Father Arora\"\n\t\t\t},\n\t\t\t\"document_submission_type\": \"EKYC\",\n\t\t\t\"location\": {\n\t\t\t\t\"address\": \"124/8A West Azad Nagar Delhi - 110051\",\n\t\t\t\t\"pincode\": \"110051\",\n\t\t\t\t\"state\": \"Delhi\",\n\t\t\t\t\"city\": \"Delhi\"\n\t\t\t},\n\t\t\t\"documents\": [\n\t\t\t\t{\n\t\t\t\t\t\"type\": \"AADHAAR\",\n\t\t\t\t\t\"base64\": \"/9j/4AAQSkZJRgABAQEAyADIAAD/4QDCRXhpZgAASUkqAAgAAAANAP4ABAABAAAAAAAAAAABAwABAAAAhQEAAAEBAwABAAAAjwAAAAIBAwABAAAAAQAAAAMBAwABAAAABAAAAAYBAwABAAAAAADFThEBBAABAAAACAAAABUBAwABAAAAAQB/PxYBBAABAAAAjwAAABcBBAABAAAA0AMAABoBBQABAAAAqgAAABsBBQABAAAAsgAAACgBAwABAAAAAgAAAAAAAADIAAAAAQAAAMgAAAABAAAA/9sAQwABAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEB/9sAQwEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEB/8AAEQgAjwGFAwEiAAIRAQMRAf/EAB8AAAEFAQEBAQEBAAAAAAAAAAABAgMEBQYHCAkKC//EALUQAAIBAwMCBAMFBQQEAAABfQECAwAEEQUSITFBBhNRYQcicRQygZGhCCNCscEVUtHwJDNicoIJChYXGBkaJSYnKCkqNDU2Nzg5OkNERUZHSElKU1RVVldYWVpjZGVmZ2hpanN0dXZ3eHl6g4SFhoeIiYqSk5SVlpeYmZqio6Slpqeoqaqys7S1tre4ubrCw8TFxsfIycrS09TV1tfY2drh4uPk5ebn6Onq8fLz9PX29/j5+v/EAB8BAAMBAQEBAQEBAQEAAAAAAAABAgMEBQYHCAkKC//EALURAAIBAgQEAwQHBQQEAAECdwABAgMRBAUhMQYSQVEHYXETIjKBCBRCkaGxwQkjM1LwFWJy0QoWJDThJfEXGBkaJicoKSo1Njc4OTpDREVGR0hJSlNUVVZXWFlaY2RlZmdoaWpzdHV2d3h5eoKDhIWGh4iJipKTlJWWl5iZmqKjpKWmp6ipqrKztLW2t7i5usLDxMXGx8jJytLT1NXW19jZ2uLj5OXm5+jp6vLz9PX29/j5+v/aAAwDAQACEQMRAD8A/v4or+AP/juu/wA/8OeaP+O67/P/AA55oA/v8or+AP8A47rv8/8ADnmj/juu/wA/8OeaAP7/ACiv4g9M+Df/AAe03/jv4W+Ebr9rH9n/AETw/wDED4f6f4y8WfFLU/Dn7D8vgT4HeI73R9d1O5+E/wAUtP0b9mnV/ibq/wAQNIvdI0/w7qGpfBT4dfGD4WS6x4o0KfSviXqfh+38Ta74dPjp/wAEof8Ag7f/AGiP+EW/4T//AILC/s/+H/8AhD/7b/sn/hRfxr+Nv7L/ANr/AOEg/sj7f/wlP/DNH7G/wk/4Tj7P/Yln/Yn/AAmv/CQf8Iz52r/8I3/ZX/CQa9/aQB/b5RX8Af8Aw4L/AODpr/pNR/50b/4KKf8Azm6P+HBf/B01/wBJqP8Azo3/AMFFP/nN0Af3+UV/AH/w4L/4Omv+k1H/AJ0b/wCCin/zm6P+HBf/AAdNf9JqP/Ojf/BRT/5zdAH9/lFf54fh3/g19/4L6a347+It58R/+CqPw/0jw/8AtPf8Ij4K/a88a+Hf2q/2z/Hnjv4wfCzSNHn8AS2XxF8Oa98LfAll+0B/wiXwy1jxB4c8I+APid4/0jw5e6Pdz+Cm8R+FvD+r3t5b+gf8QMf/AFlF/wDNJv8A8rigA/4L6f8AK01/wRX/AO8cn/rxT4yV/f5X8Af/ABAx/wDWUX/zSb/8rij/AIgY/wDrKL/5pN/+VxQB/f5RX8Af/EDH/wBZRf8AzSb/APK4o/4gY/8ArKL/AOaTf/lcUAf3+UV/AH/xAx/9ZRf/ADSb/wDK4o/4gY/+sov/AJpN/wDlcUAf2e/FL/goT+wL8DvHeu/C341/tw/sgfB/4m+F/wCzP+Em+HXxS/aW+C/w/wDHfh3+29H0/wARaN/bvhHxZ410jxBpH9r+H9X0rXdM/tDT7f7fo+p6fqdr5tle208vn/8Aw9i/4JZf9JLP2AP/ABMj9nX/AOeNX8gX/EDH/wBZRf8AzSb/APK4r2D4Kf8ABj78AtB8VaheftGft8/GD4qeCZPD91baX4e+CnwW8F/AHxVZ+Kn1HSpbHWdQ8Y+OvGf7Smkal4ft9Ih1yxuvDNv4F0nUbzUdR0rVIfFljbaNeaProB/U7/w9i/4JZf8ASSz9gD/xMj9nX/541H/D2L/gll/0ks/YA/8AEyP2df8A541fgD/xBU/8Esv+i+ft/wD/AIdP9nX/AOhVo/4gqf8Agll/0Xz9v/8A8On+zr/9CrQB+/3/AA9i/wCCWX/SSz9gD/xMj9nX/wCeNR/w9i/4JZf9JLP2AP8AxMj9nX/541fgD/xBU/8ABLL/AKL5+3//AOHT/Z1/+hVo/wCIKn/gll/0Xz9v/wD8On+zr/8AQq0Afu9bf8Fh/wDglDdeKtZ8HRf8FI/2IF1fQvD/AIZ8TX15c/tOfB+z8Kz6d4s1HxZpel22jeOrzxbB4J8R+ILW58F6xL4m8J+HvEOqeKvBenXnhPWPGOjaFpHj3wLfeI/APjX/AMHDv/BFz4A+KtP8HeOv+CgHwf13V9S8P2via3vPgppXxG/aU8Kx6deajqulw22oeOv2c/BHxU8E6T4gS50a8luvCeqeIbPxVY6dNpWsX2jW+ka7od9qP5Qf8QVP/BLL/ovn7f8A/wCHT/Z1/wDoVaP+IKn/AIJZf9F8/b//APDp/s6//Qq0Aff/APxFHf8ABCj/AKPm/wDNZv2w/wD6H2j/AIijv+CFH/R83/ms37Yf/wBD7XyB8Lf+DNv/AIJH/D/x3oXi7xZ4k/a/+OPh/SP7T/tD4W/FL4y+CNI8CeKPt+j6hplr/buofBT4QfB/4m2/9iXt7beItM/4Rn4i+HfN1jSNPg1n+1/D8uq6Fqf1/wD8QuP/AAQo/wCjGf8AzZn9sP8A+iCoAP8AiKO/4IUf9Hzf+azfth//AEPtH/EUd/wQo/6Pm/8ANZv2w/8A6H2j/iFx/wCCFH/RjP8A5sz+2H/9EFR/xC4/8EKP+jGf/Nmf2w//AKIKgA/4ijv+CFH/AEfN/wCazfth/wD0PtH/ABFHf8EKP+j5v/NZv2w//ofaP+IXH/ghR/0Yz/5sz+2H/wDRBUf8QuP/AAQo/wCjGf8AzZn9sP8A+iCoAP8AiKO/4IUf9Hzf+azfth//AEPteP8AxH/4O2f+CLngfxV8MfD3hj4w/GD4x6R498QNo3irx18OPgB8RtL8K/BPTl1Hw/YjxZ8TrP4u6b8K/G2reH3ttZ1HWFtvgz4O+Lnioad4T8QRP4ZXV7nwrpfiX2D/AIhcf+CFH/RjP/mzP7Yf/wBEFR/xC4/8EKP+jGf/ADZn9sP/AOiCoA+ILn/g89/4JQweFdG8QxfC/wDbfvNX1TxB4m0a+8C23wj+D6+KvDmnaDp3hO+0vxZrN5eftCWvgmfw/wCNLnxHrGj+Gbbw94x13xVa6j4C8WS+MfDPhPSLzwLqnjTn/wDiNW/4JZf9ED/b/wD/AA1n7Ov/ANFVX3//AMQuP/BCj/oxn/zZn9sP/wCiCr7/AP8Ah07/AMEsv+kaf7AH/iG/7Ov/AM7mgD8Af+I1b/gll/0QP9v/AP8ADWfs6/8A0VVH/Eat/wAEsv8Aogf7f/8A4az9nX/6Kqv3+/4dO/8ABLL/AKRp/sAf+Ib/ALOv/wA7mj/h07/wSy/6Rp/sAf8AiG/7Ov8A87mgD8Af+I1b/gll/wBED/b/AP8Aw1n7Ov8A9FVR/wARq3/BLL/ogf7f/wD4az9nX/6Kqv3+/wCHTv8AwSy/6Rp/sAf+Ib/s6/8AzuaP+HTv/BLL/pGn+wB/4hv+zr/87mgD+YL46f8AB7z+yx4f/wCEW/4Zo/Yf/aA+Lf2v+2/+E1/4Xp8Q/h1+zv8A8I/9n/sj/hG/+EW/4QCD9qD/AITD+1fO17+2/wC1v+EH/wCEf/s3SPsH/CTf23ef8I/8/wD/ABHOf9Yuv/N2f/yR6/td+HH7EX7F/wAHPCvxO8C/CL9kT9mD4V+CfjZ4fXwn8ZvB3w4+AXwp8D+Ffi54VTTvEGjp4Z+J3h7wx4T0vSPHvh9dI8WeKtLXRvFVnq2nLp3iXxBYi2FtrOoxXPQeD/2Tv2WPh7/wp3/hAP2af2f/AAP/AMM7/wDCwv8Ahn//AIQ/4N/Drwz/AMKM/wCFt/av+Frf8Kd/sXw5Zf8ACsv+Fm/bb3/hYX/CFf2J/wAJn9ruv+Ej/tL7RLvAP4gv+I5z/rF1/wCbs/8A5I9H/Ec5/wBYuv8Azdn/APJHr+/yigD+AP8A4jnP+sXX/m7P/wCSPR/xHOf9Yuv/ADdn/wDJHr+/yigD/IF/4Lnf8Fzv+H0f/DLv/GLv/DNn/DNn/C7f+a2/8Li/4TT/AIXF/wAKj/6pH8LP+Ec/4Rz/AIVZ/wBR3+1/7d/5hf8AZf8AxMf9fqv4A/8Ag+c/5xdf93s/++j1/f5QAUUUUAFFFFABRRRQAV8QeLP+Cm3/AATb8BeKvE3gXx1/wUG/Yg8F+NvBfiDWfCfjHwd4s/av+A3hzxV4T8VeHNRudH8Q+GfE3h7WPH1nq+g+INC1ezvNL1nRtUs7XUdL1G1ubG+toLmCWJef/wCCqnh39o7xR/wTj/bP039kb4i/ED4XftG237P/AI+8RfC3xN8J/CN142+Kep6x4Q0t/FmofDr4aaNpk9v4gsviB8YPD+iav8JPBvi7whI3jv4f+I/G2m+PfAUFz4z8N6FbS/5Yn/BNn9mD/glR+19+yx+0N8FP2iv2r/8Ahjf/AIKT6n8QNM8Rfsm/Fj476zJ4X/Y21XwJ4U+HXiLW7v4dePPGVvptz4f8E/8ACbeILbxNp/xI8XfEfVdC1jQ76L9nq6+AcHxA1gfF74PfEkA/0+/+CnP/AAV5/Y2/4JL+BPBfi79qnWviBc+IPij/AMJH/wAKk+Fvwt8CX3i/x38TP+EI1jwDpnj3+wtQ1K68NfDLw/8A8IZZfEjw74i1P/hYvxF8E/2to66hB4R/4STxBbR6FP8Af/wn+KXgT44/Cz4afGv4W67/AMJR8MvjB8P/AAb8Uvh14m/szWNE/wCEi8CfEDw5pvizwjrv9jeItP0jxBpH9r+H9X0/UP7M13StM1iw+0fZdT0+yvYp7aL/ADpP20rz9rj/AIN9/wBgz9gH9kf9rr9nb/glB/wUL1fUvjB+3RrPwZl+Pn7Put/tKeFfgZ8GpE/ZW8Yv4T+HuseJ9B/Z+8SaP4g8YfGT4jfGHxd8QbnWtM8Yz6tp03w80yz8TW+keFtO8PaP+n3/AAUp/wCDmb9tD4V/thfDX9iL/gm7+yV8H/2kvjIPg/8ADfx98SbjQbP4rfteeFfil4q+LXwM8F/tGaTZfshzfAfXvhF4p+Jnwf8ABfwp8RN4ll+MmveE9N1H4kadd3us23wv+G/hvwUdc8dAH9rtFf5kkP8AweEf8FXviZ8M/j9Ho/wj/Zg8F6v4T+D8+uaX8QfhD+zL8YPHs/w61HxF8Qvh78LLHxz4z1bx1+1RrHgn4Z+H9AufiLFceFPG3jH4d/F3wrrHxlf4V/CjxD8NtU0j4mXmtaB8/wDiT/g7G/4LeXPhX9nLx0l/8H/B/gnwP4gv/CeveMdN/ZwtD4V/a+8VfDnTvhVrHj3wz8W/EPii713SLPxBZ6Rr3hvVPHujfstXn7P2o+G9O+Nkd9a23hq21j4ZS+GwD/Vbrz/4pfFj4WfA7wJrvxS+NfxL+H/wf+GXhf8Asz/hJviL8UvGXhz4f+BPDv8Abesaf4d0b+3fF3izUtI8P6R/a/iDV9K0LTP7Q1C3+36xqen6Za+be3ttBL/nh/8ABUL/AIO4P2yfFOj/AAJ0T9grwH/wyJ4f8X/D/wAAfGfVPjp4i0Cx+LesfFb/AISLwJY6J4/+Gfw60j47/AXw74Mi+H/wO/aNsPjl8C/F3xQ0Lwt4w/4Wt47+CMGr+BvFHgHw/Y+KfC3in8of2rP+DhL/AIKXf8FCv+CdXiD9iX4u6R4f8e6RoPiAfE79qf8AaL8LfDPSbPxV43+DWl/FD4ZTfBrw/wCP9D8H+GdN+G3wh8P+DvjtrnhXSNU+I/hXRfCc/wAQdRvPgR8PS2haunxBuPj4Af6vXwU/aF+AX7SnhXUPHX7Ofxx+D/x+8E6T4guvCeqeMfgp8S/BfxU8K6b4qsdO0rWL7wzqHiHwLrWvaRZ+ILPSNd0PVLrRri8j1G307WdKvprZLbUbOWb2Cv8AHl/YQ/4KHf8ABYv/AIJtf8E9PiX8Xf2R/FXh/wABfsQ/Ev8AafvPgpL491nwd+z9451Hwh+2FqngH4X/ABN1jUPCeg+MbTWfiS/iDVvgT8K9M8K3N14u8K+LPgZbeFfEPiY6XpWn/F5vD3ijw9+z37Zf/Ber/grD8KP+CT3/AARf/aX8AftWf2B8bf2sv+Hi3/DQHjX/AIUZ+zbqn/Cff8KI/aT8L+APhT/xTmtfB3UfCXhX/hFfCWo3mk/8UVoPhz+3PO+3+I/7Y1OOK9QA/wBHyiv8mXwn/wAHJ3/Bwz+0f8TPDPw7+AHxu8QeLPiJ4h8P6No3h74RfAj9jz4EfEvxV4u1HwF8PbY+MfFml+FZfgj8Q/G2qeIPE9t4V8R/Ffx/baJIvhXRNR1DxTceEPDPgb4d6Xo/hXw6ftvf8F4f+C0fwv8Ahn4H/wCCa/xH+PfiD4K/Fb9lzw/qPwk/ab+LXwr+MXw5+IPx9+MPxC0b4hL4s8Mx+K/2mPg1qOuXPg7xB8IfBOm+B/g/4z034b/EQfEzxN400P4vL+0x498b+KfGGveBPBAB/q9eLPFnhXwF4V8TeOvHXibw/wCC/BPgvw/rPizxj4x8Wazp3hzwr4T8K+HNOudY8Q+JvE3iHWLmz0jQfD+haRZ3mqazrOqXlrp2l6da3N9fXMFtBLKv4w/8EZv+CzP/AA+K/wCGr/F3hH9lD4gfAT4JfAT4geEfBXwt+KXjXxd/wk//AAu//hJ/+E51PULK90/TPA2j+EvAnxA8CeEtH+HXiLx/4A8O/EX4sf8ACN/8LY8OQT+I5dMl0LXfFP8ABH8V/wDg4l/af/a+/wCCS37bv7Gv7cPjvw/8dPjJ8ZfjB+yvbfBPxVbeA/D/AMLPFXhv4Z6F4u1n4u/GPWdZHwr+Hmi/CnxR4f8ABvin4F/Bvwl4Z8M6lYeCviFc6j+0B4s8UjxZ448N+BofCvhv7f8AiN+1/wDtk/8ABLf/AINpP+CXXhz9lbwL8QP2X/Fv7avxA/aw8U/tAftL+FvAVj4Q8Ry+HNV8V/Eew+FOkavr2tfDa71PTfiB+0R8EvE3gXx/8C/jpofjXwf8U9P+Fn7N+iXnwl1vVvCUMWreEwD/AEW/2hfiP4q+DnwC+OHxd8C/DHxB8bPG3wr+D/xL+I/g74M+E21FPFXxc8VeB/BeteJ/D3wx8Mvo/h/xZq6+IPHur6XZ+FdGbS/CviXUV1HVrY2Ph/WbkRadc/mD/wAEW/8AgtJ8Gv8Agsn8GviJ4x8HfDvxB8E/jJ8E/EGjaN8aPgvrOsz+ONO8M6d44n8Uz/C7xZ4T+KMHhbwhpHjbw/420jwh4hiubaXw94a8VeFfFXhrxNo+seGT4bPgnxt47/ii/wCCCv7fn/BcPx9/wUE+Dvw6+EP7Qn7QH7fP7OXif4gfs8f8Njah8Urz4s/HX4RfCT4WeNfDGt6741/t34pftAWGg+IPgJ8QPhj4fv8A4qQaZ/whni7wl4c+N3xs+Dun+HfCn/DSngyx8F6Z4v8Af/2JPgX/AMML/wDB5d4q/Zv+Enin/hHfhl4p+IH7R+t3PhD4daJ/wqnwInws+OP7G/jb9rnwn8C5/AXhnV7jw/e/D/4P+INb8B6P4d0iSOLw5d6x8KfCPjfTfC3ha9sNG0jQAD/R8or+WL/g6u/4Kp/GX/gnh+yP8KPhB+zX4j8QfDr47ftleIPiH4Zt/i7odhANR+HPwa+GWieHR8V7nwN4qj8R6fq/gb4weIdX+Jfw30LwT4s07w1r8+geFbn4k6/4f1nwH8SdH+Hfiq0/jC8Q/tu/8F7f+CXnir9g79q34u/td/tP+NPDf7R3wf0H9qn4M+Dvjd8ffjX8ffgF8TPhn4j1HWtHf4dfFXw94n8WXnw717xBr3w7vPCvj3xH4R8K+I7r4hfCjwX8ZfhN4pPiL4WfGSfTovBwB/U7/wAFp/8Ag5d/an/Yt/4KCW//AAT0/YN/Zj+H/wAVfib4M/4V74c8fXvxg8G/EX4kax8Tvin8bfDHgTxr8L/AHwF8AfBv4leCfEFz9m8P+NtB0y7vNan1rxH468d+JZvCvh7wV4fsvBtl4j+Jf7/ftO/t7+O/2BP+CVF3+3l+158G/tvxt+GX7P8A8E/EXxr+BHwt1rR7LR7b9o74myfD3wBqvw60LxTdeJPHemaP8P8AR/jb47i0XU/F1lr/AMTbrQvAllqHiHQYPibqdlp+l+If80SD/gmh+318QP8Agvh4R/4J6fGv9sj7T+3OvxA+HXiPxN+2hB8T/jR8UtY8L/8ACE/s7+Hf2ldG8f8AhH4ieLLHwZ8YPEvxA+G/wf8AD+laZ8OrPUJ/BPleO/Dfh3wra+NfCHhe2tvG+mf6Dn/BzR4T8VeNP+CHP7d2j+DvDPiDxZq9n4f+CXiy80vwzo2o69qNr4V8BftNfBbx1468TXNjpdtdXMHh/wAF+CfDniHxj4s1mWJdO8OeFdC1nxDrFzZ6Rpd9eQAB/wAE2f8AguL4V/bv/wCCbf7V/wDwUi8dfs7eIPgb4J/ZJ8QfHW28Y/Dbwn8R9O+NPirxN4V+A3wG8CfHjxDrPhnVtY8H/BXSB4g1nSPGF5oOjeGdUWx04ajpFtc33iy2ttVlGlc//wAEMf8Agud/w+j/AOGov+MXf+GbP+GbP+FJf81t/wCFxf8ACaf8Li/4W5/1SP4Wf8I5/wAI5/wqz/qO/wBr/wBu/wDML/sv/iY/50f7Hf8AwW0+Pv7Ff/BNv9rj/gm78OfhR8H/ABL4J/a48QfEW58S/EnxtH40uvFXhHwr8bPgNP8AAf4v6Noek6F4p0HSLzxBeaRoPw1174beJr9jp3gfUdC8c23ifwn8TLbxxoB+HPoH/BN39vL4y/sD/wDBLn/grL4o+AGteIPBPxW/aD+MH/BO/wDZm8PfFfwn4hg8O+KvhHp3i/w1+3r8RPGPjHwzcS6DrNy/iDVvBPwr8R/DnRtR0S/8IeKvBOo+PLb4leEPGGkeKfBOjx3gB/sNV/KF/wAPef2yf+IqD/h1t/bXw/8A+GOP+Ff/APCG/wDCC/8ACCWP/CR/8JH/AMMW/wDDX/8Awtj/AIT37V/wlv8AwsD/AIS3/i2/9m/2p/wqz/hVn7n/AIVp/wALI/4uTX8AZ+D/AO0d/wAE4fhF/wAEwf8Agqb8CPj1/wAIf4t/ag/4aO8XfCTUPCNpdaV47+Efjv8AZf8AjZrPwU8eeHfEVrqUOseEvHfw/wDHfhLWPC13PBqgm0fxvo/jD4i/Cvx/8OpvCWlR6r8RP0f1/wD4Kxaj8E/+C+fgj/grV8f/AIF+ID4pvP2YPgb8W/EPwV8J3/hXQYPEvxC+NX/BITwJ4L8HSeGdVi8c/FC28HfB/wAeeNvH3hzxho2pa3r3jD4meB/g1rttd+L/AAFefFbRtY+GIAP9Bz/gvV+1H8dv2Lv+CT37Vn7S/wCzR45/4Vr8bfhr/wAKM/4Qrxr/AMIz4O8Y/wBi/wDCY/tJ/B3wB4j/AOKc8f8Ah7xV4S1H+0fCXirXtJ/4m2g3/wBj+3/b7D7LqdrZXtv8v/8ABsx/wUO/af8A+Ckv/BPTxj8Xf2uPFXh/x78Vvhp+0/8AEf4KRePdG8HeH/A2o+L/AArpfgH4S/E3R9Q8WaD4OtNG8Ep4g0m5+Kmp+Fba68I+FfCenXPhXw94ZOp6VqHilfEPijxD/nCWvwW+Mv8AwUg/Z4/4Kr/8FWP2g/2k/EHin4yfsseIP2TPE3jrTvE3g+DxBqPxw1H9qv4t6n8GbO2tvE9j4n8NaR8J/D/wn0jw1py+E/Cfh7wJrnhW18K2WjfD/wAKaN4F8N6BpaQfP9v+3l8ZdG/4J6Q/8E5fB2teIPB3wb8R/tP/ABC/aZ+NEWjeIYINO+NWo654B+APg74XeDvFmjwaDbauvh/4R6v8HPEPje206XxfqXhXxh4q8aeGdc1jwfa+JPhD4J8QgA/3Ga5/RvFnhXxHqPizR/D3ibw/rur+AvEFt4T8daXo2s6dqmo+C/FV54V8M+OrPwz4ssbG5nufDniC68E+NPB3jG20bWIrPUZ/Cvizwz4hitm0jXtLvLr/AAxv2bf2w/j7+ynB8YNH+EXjzxBpPgn4/fB/4rfBT4zfDGTxR40sfhn8TfCvxU+DXxS+Cqah498F+GPE/h3SPGniD4Z6R8XfFXjH4SXXiqLWdO8GfEKPTfEI0rUbZNR0rU/3+/4NWv8Aglb4V/b4/a41X9pzxj8YfEHgLSP+Cc/xg/Zb+Ndn8PPDPhPTtR1H4ueKtU1v4peM/Aun3PjjVNZNt4H8P+GvG3wT8PXfiy1i8E+LNR8beFdV1nw7o+q+ANXax8W2YB/qt0UUUAFFFFABRRRQAUUUUAFFFFABRRRQAUUUUAfwB/8AB85/zi6/7vZ/99Hr+/yv4A/+D5z/AJxdf93s/wDvo9f3+UAFFFFABRRRQAUUUUAfAH/BU79oT9o79k3/AIJ9/tQ/tM/sn+A/h/8AEr42/Aj4fwfFLSvCfxSW6k8CTeBPB3ifQNZ+Neu67baf47+Gup3/APwh3wStfiJ4x0zTNJ8YWGsaprGgafp2j6f4j1O6tfDOsf5sn7aH7bH/AASv/wCClP8AwTq+L/7Snxo+DPwf/ZL/AOC2+i/GCyXw9oH7K3gr40+D/hn+1N4L1j4oaP4l8Y/Ef4i6FL4b8Y/BvTfEGueG/i98UdR8XeIPG3xIvvj74s+IXwV8O+IJ/icfA3ibR/hA/wDrNV+MPx+/4N6f+COn7Tvxl+IXx/8AjN+xb4f174rfFbxBN4s+IPiHwz8Wv2gfhhp3iTxVeQW8WreJrnwd8LPiz4L8E2viDxHcwPrfizWdO8OWeo+LvFV/rPi/xPc6t4p17WtYvwD/ADI/2q/+F7f8Obf+CQ3/AAt3/kn/APw0B/wVP/4Zc/5E7/khP9u/sZ/8JD/yLP8AxOv+Tmv+Gi/+Sif8Vj/z4/8AFv8A/hBq6D/gmv8AGvwr/wAEcP8Agq1+yr+0Z+05p/iDx14J+Hnwf8NfGvWtL+BFrp3ifxVdeFf21P2CJvHXws0/S7H4g6r8MNIn8QaBpH7RXgm38f2t3rllp2lajpfimHw7qviq2stJvNc/1W/2sv8Aglj/AME+/wBuH4WfCH4KftL/ALL3w/8AG3wy+AH2eD4I+GfDk/if4R/8Kn0e28OWnhNPCPgDWfg1r/w/8QeF/h/L4f0zQdPvfh1pOq23gTUP+EU8FXV/4dub3wT4SudF/mC/4OGP+CcH/BYT9rP9o79mrwB+wp+x5+z/AOL/ANhj9kj4f/CvVv2fPDmnn9hkaP4V+Ivhu61yz8Q6Dqfgr9obwz8P/EHhf4fy+H9M+H/grXf2aNKvPil+yx498CfDn4W+I/ElhqHihtT8AfDgA/hC/Zp8I6x4k+C//BQnWdM8Rf2JZfD/APZA8FeLvEWm+f47i/4S/R739vr9h7wFB4d8vwj8RfBPh+5+zeIPG2heLPI+KXhn4weBF/4Rf7Tp/wAOtM+Jtv8ADr4t/C76A+K8HjvxV/wR3/Yk8TN4R3/D/wCFH7f/APwUP+Ftz428O/DrR9D0fTtY8ffA3/gnf8SfCehfEXxz4Z8O6d/wlXxA8Vf2d8TrnwjqfxH1nXPHeo+BPAM/hPw/qD/D/wCFGjaH4V/sd/4Nx/8Ag3T/AGh/2YfiF+0n8Zv+CnnwW+D8Hgn4k/B+b9nLR/2S/iTbfCT9ovTviHp118TPg58bpfir42Ph7xD8QfhTp/h/wp4p+E3hfTvA3hu+fxH4q1fxVHrnifUrDwBbeC/B1/8AET+v3Wf2Iv2L/Efwa8J/s5+If2RP2YNd/Z88BeILnxZ4F+BOs/AL4U6p8GvBfiq8n8TXV54m8J/DC+8Jz+CfDniC6ufGnjG4udZ0fQ7PUZ5/FniaaW5aTXtUa6AP8YX4r6zqN5+0P+zL4d/ba8J+IPh58G/A/wAH/wBiXRtY+H37Otz4VPiDQf2R/E/wk+F/xTi8WfBnSfEPibxT8O9B+MHx8+HfxD1r9pzxfbavd6XomvftQfGz4jeNviF4Z8NeJPFXjHRbP0D9gXwzqPj34U/8FR/h34aufD8njbxP/wAE4Nb8TeFfDes+LPCvhXUfFmnfAH9tD9iv9qX4u23hNPFWs6LH4o8QeDf2fPgX8X/ivc+E9Ak1HxVqnhX4eeJrjQtG1S5sTat/sdfEf9iL9i/4x+Ffhj4F+Lv7In7MHxU8E/BPw+3hP4M+DviP8AvhT448K/CPwq+neH9Hfwz8MfD3ifwnqmkeAvD7aR4T8K6W2jeFbPSdObTvDXh+xNsbbRtOitug8AfsnfssfCj4p+Nfjp8Lf2af2f8A4a/G34lf8JH/AMLF+MXgD4N/Drwd8U/H3/CY+I7Pxh4u/wCE1+IXh3w5p3i3xV/wlXi3TtP8U+I/7d1e/wD7c8R2Fnrep/atTtYLpAD/ACJPgN8a/Cvxu/4IzftT/wDBOuLT/EGj/GT4E/tP6X/wVS+GF3pVrp3imD47eFdA+G/hT9mP47fB618OrquieKfDHiD4MfCnxLrH7WuoeLPD2l/EzTrr4NfCj416r4x0b4beG/h1deNtR+IPir+2L47+MH7G37IX7Hni6z+1+H/2M/iB+1R4i+Fvib7Ro9v9n8CftPX3wZ8Wah8Ov7G0zwxpl7L/AMIv8Tfh/wDEXx5/wl3iLxP4p1jW/wDhbX/CLwQeH/D/AID0K2vf9rrwB+yd+yx8KPin41+Onwt/Zp/Z/wDhr8bfiV/wkf8AwsX4xeAPg38OvB3xT8ff8Jj4js/GHi7/AITX4heHfDmneLfFX/CVeLdO0/xT4j/t3V7/APtzxHYWet6n9q1O1guk39N/Z6+AWjeFfi34F0f4HfB/SfBPx+8QePfFnx28Hab8NPBdj4V+NXir4qadHo/xP8TfFvw9a6LFpHxH8QfEfSIotL8e6z4xs9Z1Hxhp0cdj4hudRtkWIAH+RL/wSd8AfHb9k3/gtr/wTT8O+FvGvw/0X4geKviB+xv4/utd/wCEj8Had4cm+BP7aPwP+HPxS8YeCv7T+MVl4c0WT4ga/wDsy/HfW/h1/wAI5pEFx4x1T4p6j/wiPwLvfFXxAvPh7qGsegf8HCf7Iv8AwyN/wWS/aV8R+NfhV+0Be/sy/HP9oA/HTQfFutr/AMK9/wCF1/8ACzdC+HPxu/aX8LfAv4y6t8LNb+H9x/wg/wAQPi34j8AaRrdl4K+Jv/Cr9/hay8f6R4z1qyv01/8A1+qKAP8AJl8U/CH9iX9rj/gi3+3/APtS/sq/8E9PEH7DFz+x3+0/+y740l+Mnjf4x+OP2s9R/aE074wfEb4vfDnWP2X/AAJ8S/GPgT4UaR8IfD/7PmkftB/CjxJr9j4QtfGfirx34V8PfA1/junijxtL4e+LM/1/+0f8d/2n/GH/AAaf/wDBPDWPhtqnwf8Ajx8Kfht8YPjv8CP2xtU+IngDw/8AtOfGX9n6eXxl8Y/Av7L+l6RffEHwt8SfDf7NPh/wt8G/G+k+DtJ8fmX4dfGX4cwePv2T/D3wH8U+HPC3jm6s9Y/0e/j98Afg1+1L8GviF+z5+0H8PfD/AMVPg38VPD83hnx14F8TQzvp2r6c89vfWdzbXljcWer6F4g0LV7PTvEXhPxZ4e1HSfFXg3xVpOjeK/Cms6N4k0bS9UtPxh/4Iif8Ed/in/wR+8d/t6eAF+Pv/C4P2RfjR8QPhH41/ZT8OanrviP/AITvwP8A2Jo/j+z+Jt78UvBQ8P6R8MtI+IGr2Wr/AAx8Fah4/wDhxeXH/C2tH+FmheI/EHhz4dQ2Xh/wB4fAP88P/ghh8Cv2jvjL/wAFV/2KviF+xZ8JP2gP+ES+CX7QH7MOu/tBePfDviC61PR/hv4E8uxk/aJ1D4i/FvQfDXw38JeCvh/8ZfCXhH482/hH4W+KJv7Y8XeBNTn+ANpqfxt8W/bNS8a/v9+zr4//AOGoP+D2n4j/ABS+Fvgr4gXfhL4SfED4+eAPiLeXnhz7R/wh/wDwzv8AsP8Aib9jrxd418SXHh298QaZ4f8Ah/4g+Nvh/T9C8FeI9d1DTf7V/wCE48AaZqdloni3xNB4Yh/v8+LPh3x34v8AhZ8S/Cfwt+Iv/Cn/AIm+KPh/4y8O/Dr4t/8ACI6P8QP+FXeO9b8OalpvhH4i/wDCBeIp7bw/42/4QnxBc6f4m/4RHXbm30fxJ/Zn9janPFZXs8i/hD/wQW/4ILeFf+CO/hX4l+OvHXxL8P8Ax0/aj+Onh/wJonjHxjongTTtC8K/CTwroWnRax4h+E/wn8Q6xFefETXvD+vfES8vNU8ZeMtUvPBWnfFDTvBXwevr74PeBtc8DSy6oAeAf8HX3/BOr9of9vH9i/4K+If2WPhP4g+NXxW/Z1+MHibxlr3gXwnpXwkn8VN8Gta+FPjC+8e634ZvPFGkQfGTxH4gtfEngv4d6Po3we+CnjEz/FHUdftpdd+E/wAT/FPg/wCGWqfDv+GLwz8J/wDgrh/wWm+Kf7Ln7DH/AArT4geINT/YF+H/AIe/Yp/4qbwb43+HXws/ZX8OeH/Efjn/AIn/AO1H/wAS248JfCT4gaJ4S8D/APCrvEOq/wDCI+H/AIp/Fjw5+zr4G8E/8Ip8VPjb4f8A+Ko/2OqKAP4g/wDhk79qf/iM5/4aj/4Zp/aA/wCGZf8Ao4v/AIU38Rf+FE/8oqf+Fd/8ld/4Rz/hX/8AyUD/AIob/kYf+Rx/4pn/AJDX+g1+73/Bwt8AfjL+07/wR0/bS+DPwA+HviD4rfFbXvD/AMJfE3h74feE4YLzxV4k074YftA/Cb4p+MbbwzpMtxBc+I/EFr4J8F+I9R0bwnoiX/irxdqNnbeGPCGja74p1bR9Fv8A9nqKAP5Av+DZj9iD42aR/wAEXv23f2T/ANqP4F/ED4DeIP2gP2gP2lPCP/CE/tL/AAh+LvgT+1/AnxW/ZS+Avw2/4SLVvA3/AAkXwO+JviL4f397F4h0m/n8DfET4eaxq/8AY+vaP4Z+IvhLxBZ/25pH84P/AATm/wCCE/7cX7Uf/BOP/gqZ8FPGv7Nf7QHwA+PWjfED9hX9oT9lbwz+0B4D8W/s6+HPjX47+Eel/tk+E/HXgOLWfi14CsrLW/tHwy+MHiTT9FWy1Xwpo+jfFPXfhTdeP/HfhPwLc65c3X+p3RQB/kS/DT/gmh/wXU/b++Gf7Iv/AAT21j9if4wfDb4U/si+IPjn4m+FPxK/aO+CvjD9mXwr8NPBf7TnxC+E9/8AFS28X/Eb4h6H4YtviH4f8K+NtLl+JekeE/B3hzx98fZNO8S/Er/hHtG8deFvDnhvwv4I/X7X/wDgiBP49/4ORvBHwA+Lv7H/AO0/8X/+CYXgv4P/AAN+Cknxq8WeC/jL4c+Gfizwr+z1/wAEpvAngD4d6h4m/aO+FGj/AA48LReIIvit8OPCuiazdeFfEfhfTtU+IVrc+EDpUC3tx4ab/RcooA/yZdH/AOCI/wDwcM/AWf8Aaw/4Jy/Cj9m3xBr/AMKf2lPD/wAO/GXxs1zwnqXwIuPgF8cvBf7Ovxl1a4+Dmt+Gf2i/ipdeHLbwX4gg8bXVx430b4PR+L/hh8fdV8F6lba58RPhPD4Wgmhsfp8/8Grn/BSfxP8A8EytAuW+AXw/8D/ttfCT9r/40a7c/BjUPG3wFuPHfx7/AGcfi38MP2VfDnhPUNM+Pfhn4lar8P7H/hS/xA+HPxO1nQvhb8R/FmiWsuj+OPil4m8P6noniW40bwx8WP8AT7ooA/zZP2RP+CQv/BwX4JfxZ8LPin+xx8H/AAN8CdS/Yg/bd+By6d4I03/gl/4O1Hxf8QvGv7Bnx9+DP7POteO/E/wh1bS/iJ49+MC/ETxZovw+0D9oX4g61rvxM8IeFfi98ctJ1b4l6H8Nvjp+0Mnjb9nv+DUr/glx+3Z/wTX/AOG8/wDhtb4Gf8KX/wCF0f8ADLn/AArT/i5vwd+I3/CS/wDCuf8Ahor/AITL/kk3xB8d/wBj/wBj/wDCd+FP+Q//AGV/aH9q/wDEq+3fYdS+x/1+1/OD/wAHIf8AwWb8d/8ABJj9nH4ceGfgR4U+3/tNftZf8LN8O/CT4j67ZaPqngT4KaP8NbXwQvj34i6h4f1J7r/hMfiBYf8ACyvC1t8LfCOqaNdeBJdYm1PxZ4/n1jRfB0fwx+JwB/R9RXzB+xF8a/FX7Sn7F/7In7RnjrT/AA/pPjb4/fswfAL41+MdL8J2uo2PhXTfFXxU+FPhPx14h0/wzY6xquvavZ+H7PV9dvLfRrXVNc1nUbfTo7aG+1XUblJbyb6foAKKK5/RvFnhXxHqPizR/D3ibw/rur+AvEFt4T8daXo2s6dqmo+C/FV54V8M+OrPwz4ssbG5nufDniC68E+NPB3jG20bWIrPUZ/Cvizwz4hitm0jXtLvLoA6CvP/AIs/FLwJ8DvhZ8S/jX8Utd/4Rf4ZfB/4f+Mvil8RfE39maxrf/CO+BPh/wCHNS8WeLtd/sbw7p+r+INX/sjw/pGoah/ZmhaVqesX/wBn+y6Zp97eywW0voFfgD/wdHf8oKP25v8Au2b/ANbD/Z9oA/ki/wCCIP8AwVt/4KF/t6f8HAP7PGqfH/8Aaj+MF58O/jP4g/aM1nxD+zh4T+I/j7w1+zBounaF+yb8atT8HeE/DPwKi8UXXgmDw/4LufDnhy80a51ux13xVqXiDRLbx14v8TeJ/iJeax4u1P8A026/zBP+DMr9lz/ha/8AwUd+K37S+veBv7f8Jfsm/s/61/wjfjX/AISb+y/+EB+O3x31SHwB4K/4pyy8Q6dqfir/AISr4Jad+0vpP+n6D4j8HaH5P2/Vv7H8WyeAL1/9PugAooooAKKK/hD1r/g5R/4K4ftUf8FHP2gP2M/+CUf7IH7IH7SfhL4f/ED4raJ8LdXvH8b/ABA/4Sv4WfB3VJfC2ofHTxJ8dNM/aJ+C/wAEtK+H/wARdTsbbxF4K1e6i0Lw5D/wsDwB8MtI8U/EDxbqmha34yAP7vKK/jC/4iSP+Cjn7AniP/hGP+C13/BI74gfCzwl/wALA/4Ry8/aQ/Zcg1T/AIVZbf8ACR/Cz/hN/AHgDwNH418V/Eb4JfGj4gX2p6VrNx4mvPDH7Yvhz+wvDn/CQ2b+Cv8AhLfhZ4j0fxD/AFPfsh/tofswft6fBqy+P/7I/wAX/D/xn+FN54g17wnL4h0ay8QaFqOi+KvDU8UWseGfFng7xjo/hzxt4L8QQW11pmt22jeLvDmiajqXhXXfDPi/TLa88LeJ/D2samAfxRf8Hzn/ADi6/wC72f8A30ev7/K/hD/4Pi/hb471f4Wf8E7fjXp+hfaPhl8P/iB+0d8LfF3ib+09Hi/sjx38YPDnwg8WfDrQv7Gn1CLxBf8A/CReH/gd8UtQ/tPTNKvdH0j/AIRf7LruoaZe634dttX/ALPf2TviL47+MH7LH7NPxb+KUHw/tvib8Uf2f/g38RfiLbfCfxFo/i/4WW/jvxt8OvDnibxdB8NPFnh3xd8QPD/ij4fxeINT1CPwb4i0Lx7420fW/Di6bqWmeLvEllcwazegHv8ARRRQB4B8dP2sf2WP2X/+EW/4aX/aW/Z//Z3/AOE4/tv/AIQr/henxk+HXwk/4TD/AIRn+yP+Ek/4Rb/hP/Efh/8A4SD/AIR//hINB/tv+yftf9lf23pH2/7P/aVn53z/AP8AD2L/AIJZf9JLP2AP/EyP2df/AJ41fgD/AMQVP/BLL/ovn7f/AP4dP9nX/wChVo/4gqf+CWX/AEXz9v8A/wDDp/s6/wD0KtAH7/f8PYv+CWX/AEks/YA/8TI/Z1/+eNR/w9i/4JZf9JLP2AP/ABMj9nX/AOeNX4A/8QVP/BLL/ovn7f8A/wCHT/Z1/wDoVa+IP2m/+CXP/BrF/wAEdfCvxSvv2t/HPxg/bP8AitZ+IPhn4Zt/2XLn9pnw9r37UHgjUfEOnXniOG50b4T/ALOfiH9lS58LeH9f8E65ZeOvE3iz4/apD4VXw/oXhOz8DazZ+KfGuh+G/iGAf1u/8PYv+CWX/SSz9gD/AMTI/Z1/+eNXP+LP+Cw//BKHwX4V8TeMdY/4KR/sQXmkeE/D+s+JtUs/Cf7Tnwf8e+KrrTtC0651S+tvDPgXwL4t8R+NvGniCe2tZYtG8J+DvD2u+KvEeotbaP4e0bVNXvLOxn/zhPjX/wAEqfj7/wAFMfFWn+Ov+CQf/BDn4wfshfsueFfD9rrfh3xj8a/jh400vxV+0z4V+J2o6rrHwu+LGn+If2xPjJoPw7vPD958O9B0XVLXwb+zrefETTvBeo+J9VvvGPxh+Ieh+L/hdLo/0/8A8QVP/BU3/ovn7AH/AIdP9or/AOhVoA/r9/4ijv8AghR/0fN/5rN+2H/9D7R/xFHf8EKP+j5v/NZv2w//AKH2v5gfjp/wZDftT+H/APhFv+GaP24P2f8A4t/a/wC2/wDhNf8Ahenw8+Iv7O//AAj/ANn/ALI/4Rv/AIRb/hAJ/wBqD/hMP7V87Xv7b/tb/hB/+Ef/ALN0j7B/wk39t3n/AAj/AOIPx0/4JBftxf8ABJf4p+FvjX+3v/wT8/4aR/ZF8E/EDW9P8eXvhb4k+Lbn4E/EzwJp3iPSPAK6nq/xk/Z78U6Z8Tf2cv8AhOr3xr4b1D4F678ZNK+Husat4xudEtda+FvjaHRPHfwvnAP9Dz/iKO/4IUf9Hzf+azfth/8A0PtH/EUd/wAEKP8Ao+b/AM1m/bD/APofa/KD/gkV/wAE5/8Ag2r/AOCv3wC8RfF34Rf8E9/EHwz8bfDPxBoHgn4zfBnxt+1z+0hrHirwZ4q1jwXofidNc0N/DH7T15q+vfB/XtXvPFXhX4bfEnxV4V+HWo+PtR+HXjkjwNoFzoGo6da/q/8A8QuP/BCj/oxn/wA2Z/bD/wDogqAD/iKO/wCCFH/R83/ms37Yf/0PtH/EUd/wQo/6Pm/81m/bD/8AofaP+IXH/ghR/wBGM/8AmzP7Yf8A9EFXoHwt/wCDbz/giV8H/HehfEXwn+wR8P8AV/EHh3+0/wCz9P8Ail8Qfjh8cfAlx/a+j6hoV1/bvwt+NfxQ+IHwy8UeVZancz6Z/wAJN4R1f+xNYi0/xFo32DxBpGlanZAHz/8AFL/g7A/4IlfD/wACa74u8J/tG/ED44+INI/sz+z/AIW/C39nf44aR478Ufb9Y0/TLr+wtQ+Nfgj4P/DK3/sSyvbnxFqf/CTfEXw75uj6RqEGjf2v4gl0rQtT8A8Rf8Hkn/BI/RPAnw68Xab4b/a/8X+IPG3/AAl3/CTfC3w78GvBFt47+D//AAjesQaZo3/CxdQ8WfF/wv8ADLU/+FgWUsniLwj/AMKk+IvxR+xaPbTwePf+EJ8QNbaFcft9/wAOnf8Agll/0jT/AGAP/EN/2df/AJ3NH/Dp3/gll/0jT/YA/wDEN/2df/nc0AfgD/xGrf8ABLL/AKIH+3//AOGs/Z1/+iqo/wCI1b/gll/0QP8Ab/8A/DWfs6//AEVVfv8Af8Onf+CWX/SNP9gD/wAQ3/Z1/wDnc0f8Onf+CWX/AEjT/YA/8Q3/AGdf/nc0AfgD/wARq3/BLL/ogf7f/wD4az9nX/6Kqj/iNW/4JZf9ED/b/wD/AA1n7Ov/ANFVX7/f8Onf+CWX/SNP9gD/AMQ3/Z1/+dzR/wAOnf8Agll/0jT/AGAP/EN/2df/AJ3NAH4A/wDEat/wSy/6IH+3/wD+Gs/Z1/8Aoqq5+5/4PX/+Cba+KtGs7P8AZq/bfn8Ez+H/ABNc+IfENz4R+A1r4q0vxVa6j4Ti8HaNo3g6L4/Xmka74f13SLzx1feJvE19468Oaj4T1Hw54T0vS/CfjS28aaxrHgL+p74F/snfssfsv/8ACU/8M0fs0/s//s7/APCcf2J/wmv/AAov4N/Dr4Sf8Jh/wjP9r/8ACN/8JT/wgHhzw/8A8JB/wj//AAkGvf2J/a32v+yv7b1f7B9n/tK8873+gD+CPxZ/wfKeFbPxV4ms/Av/AATU8QeI/BNr4g1m28HeIfFn7WmneC/FWu+FYNRuYvD2s+JvB2j/ALOfj3SPCfiDVNIWzvtZ8M6X468aadoWoz3Ol2PizxHbWsWsXnP/APEc5/1i6/8AN2f/AMkev7/KKAP4A/8AiOc/6xdf+bs//kj0f8Rzn/WLr/zdn/8AJHr+/wAooA/gD/4jnP8ArF1/5uz/APkj0f8AEc5/1i6/83Z//JHr+/yigD+CPwn/AMHuHirx74q8M+BfAv8AwSV8QeNPG3jTxBo3hPwd4O8J/tgaj4j8VeLPFXiPUbbR/D3hnwz4e0f9j681fXvEGu6veWel6No2l2d1qOqajdW1jY209zPFE32//wARHf8AwVN/6Vj/ANv/AP8ABj+0V/8AQA1/X7RQB/GF8Uv+Din/AILQ6v4E13T/AIKf8G4P7X/w/wDibcf2Z/wjPi74peBf2rfjB4E0jytY0+fWf7d+HXhP9ln4HeIPEX2/w/FqumaZ/Z/xS8L/ANkaxe6frt1/bdlplz4d1f5A/wCH+n/B01/0hX/85yf8FFP/AJ8lf3+UUAfwB/8AD/T/AIOmv+kK/wD5zk/4KKf/AD5K/li/4Km/tR/8FC/+Cj37edpfftlfAzxB4C/awi8P/Cv4A+B/2XfCfwM8ffDjxV4T07VHPiP4efD3wz8J/Fv9v/GTWPEHxF8SfEy/8daND4t1TxZ4q8Saj8R7az8LXEXg5vBnhvSP9pmv8sT/AIKZ/Fj4WW3/AAd06P8AFK5+Jfw/t/hl8P8A9v8A/wCCcX/CefEWfxl4ci8CeCf+FP8Ah79lnw78W/8AhLvF0mpL4f8ADf8Awq7xB4Q8WaF8Rf7Z1Cy/4QnWPC/iLTPE39mXuialBbAH2/8As9f8Fiv+DnH9mv4BfA/9nPwL/wAEZvEGreCfgD8H/hp8FPB2qeLP+Cd3/BQO+8Val4V+FfgvRfAvh7UPE19o/wATtB0i88QXmkaFZ3Gs3Wl6Ho2nXGoyXM1jpWnWzxWcP3/4G/4Kc/8AB3j8Q/Cvw28Y6B/wSD/Zg0/SPit4g1zwz4Xs/HPgH4ifDDxVpeo+HtO8bapf3PxJ8C/Er9uHwl42+DXh+4tvAGuxaH4s+L/h7wN4V8T6jf8AgnR/DWs6tq/xL+HNj4q/tdooA/ji8WftX/8AB5t4j8K+JvD2j/8ABMn9iDwFq+veH9Z0bS/HXhPx98HLzxV4L1HVNOubGx8WeGbPx1/wUG8aeCbrxB4cuZ4tY0a28Y+DvFnhWfUbO2i8Q+Gdd0hrzS7r+ML9lDxZ/wAFi/Dn/BYH4n6P+yp4m8QaD/wVd8e/GD9qjwn8WtL0bWf2ftL07xp8TLO98f8Ajr9pjwz4ssfFlzB+y54j8P2uueC/FnjG20a7ivPh7B4q8J+GfEPw2tl8RaD4EvLX/Zar/Nk8M6N8Gv2If+D1i5sdU8WeINP8E+NP2n/Fmsxax4mtp/EeoyfGX/goL+yTrPiHR/CdtF4O8MwyW/h/Uv2g/wBpSx8C+E7m80sweFvCt1o15468TT22keIfGMgB9P8A/Hdd/n/hzzXwB/wVH/4iw/8AhhP45/8ADy7/AJMl/wCLZf8AC6v+UbX/AEWL4ff8K4/5IF/xdr/krX/CB/8AIp/9x3/imv7Zr/T7r+UL/g5o+KXjv9oDWP2A/wDgin8FNd+xeLf+Ckv7QHhOf4/ar4R0zR/il47+F/7OPwy8d+D9Qg8XeIvgpDp//CW/8K//AOEt/tX43T/EXT/GvwytbTR/2SPiL4cuvEV54SvfiFdeGQD+GL/gi38fv+Cufgb4y/ET9nz/AIJC/ELw/wCGvjJ8fvD+jeJvF3gXWZv2Q7HUfiXp3wTg8U32l23hO8/a4t00jVPEHhPSPHvjTxFc+E/h5qI8Vah4Vj8TeK9S0bUfDfgfU9U8Pf0vf8d13+f+HPNegftn/wDBrB8dv2N/Hfwy/bW/4IS/Gz4gaR8evgd/wqWLQ/gd458UeDrDx3rviPSNHufA/wASfit4V+NnjbWPC/wy1P8A4WBZS6dr/wAV/wBn/wCJnhTSPhZ4r0fxF8bdK0LWovAur+Bv2bT0HhP/AIOH/wDgrT/wS58K+Gfhd/wWp/4Jm/GDx3c6X8YNG8J+J/21PCd74R+HnhXWPCvj7Trbx9YeGfDP/CtfhnrP7J3xq+MHg/wcPGM+jaN8N/jR8L9O13TvCtt4J8aW3hjxv4O+I3j7UgDx/wD47rv8/wDDnmj/AI7rv8/8Oea/KD/gsR/wdGftP/8ABQnTvGHwA/Zh07xB+yX+x54n8P8AjDwD468PLqnh/W/jL+0N4V1jxV5tne/EfxjY6Ilz8K/D+s+CdJ0fRPEHwb+FviO+068g8S/E7wh8Qvih8Z/AfibS9H0L9H/2AtQ/an/YA/4N9/jf+1z4d/4KV/EDx1+zL4q/ZA+MN54V/Ze8B/sq/EXTv+FAfHb9q/4nePf2VPhR4j/Z6/be8c+Ofg7rXhP4gfBP9prw7B4v+O/gr4daR4r8HfD/APtH4kePfCPgDxVrXxf+CX7QnxAAPoD9l2f/AIO2/wBqrWPiV4T8J/8ABU79gDwr8QPgt/ZemfGj4banr/7CvxR8d/B7x3qPjv4ueBp/hb8UtD/Zi/Ze+P3/AAgfxA0j/hUdz4m1DT/E1zp2jz6P4v0LRtG13VviB4V+MHgn4X/nB4T/AODd7/grv/wT88VeGfAvgX/gsH+xB+xH42/al8QaN4T8HeDvCf8AwUC/ab/Zs8VftGeKvC2o22j+HvDPhnw9o/wT8F6v8XfEHh3V/iZZ6Xo2jaXZ+IdR0jUfiBbWNjbW9z4riivz/gg7+338Gv8Aghp/wT0+PP7bf7Qfhf4wePfG3/BQL4wXfwn/AGUvgJ4Z+H0/hjTviDp37E/gHXdX8R/GG5+NvinUYfC1v8H9S+K37SmnfBPxZrfh3w74s8VeDvFXhTWZ/Cng34q3Ok+PdD+Hn8sP7UfxS/aO+OPx28c/Gv8Aa0134geKPj18YP8AhGfil4u8TfEvTLrRPEfiLR/iB4O8PeLPh1rum6NPp+kWWkfD/V/hlq/g7UPhPpnhnStM8CWHwsuPBtr8PNPsvAsXh22iAP7XfFn/AAbvf8HOPj3wr4m8C+Ov+Cwfh/xp4J8aeH9Z8J+MfB3iz/goF/wUD8R+FfFnhXxHp1zo/iHwz4m8Pax8E7zSNe8P67pF5eaXrOjapZ3Wnapp11c2N9bT208sTeAfBT/g0u/4Llfs1+KtQ8dfs5/t2/swfAHxtq3h+68J6p4x+Cn7T37X3wr8Val4VvtR0rWL7wzqHiHwL+zfoOr3nh+81fQtD1S60a4vJNOuNR0bSr6a2e506zlhNZ/4Kb/8FRv+DlTUfCf7Mfwx1Pw//wAE5/2PPgr8H7nxj/wUz/aJ8KfEPxNo3watPCuo+FfE2i/FTx18XvGWqah4LubX4P8AiPwTB40tPhX+xtqvjbVdO8UTjxn4i+NXxT8YeA/AF38UPgZ3/wDwZH/tQeKtL+Pv7Y/7F14niDVvBPjj4P6D+1B4ekufGmojwr4C8VfCvxp4a+FHjFNG+Hctjc6Q3iD4uaR8Y/AreJvGljqejaiunfBPwnoeqWPiW2fR7jwmAflD/wAFvf8Agln/AMFiP2M/hZ8D/jX/AMFHv2t/+GyPhlf/ABA8RfC3wH4m/wCGofjl8e/+FS+O/FfhyPxY2hf2N+0J4d8G+INB/wCFn+H/AId6tqH9p+ANK13R7j/hWP2Xx1qGg3p8CW3iD/Tb/wCCZPibUfGn/BNv/gnz4x1i28P2er+LP2IP2UPE2qWfhPwn4V8BeFbXUdd+A3gHVL628M+BfAujeHPBPgvw/Bc3UsWjeE/B3h7QvCvhzTlttH8PaNpekWdnYwfzw/8AB6t/yiy+Af8A2f8A/Cz/ANZ1/aqr9/v+CTv/ACiy/wCCaf8A2YB+xv8A+s6/DmgD7/ooooAKKKKAP4Q/+Dgz/g4O/bi+FH7WPxn/AOCSH7DXwr/4QP4gP/wrr4W3Px38EX3i3x9+0d4+1j4/fDb4L+P/AAnoX7N/hbwzpeh/8Ko+IEn/AAn3iD4Xx6naw/Fzx3rl1rmj+JvhTqHwo+IGkaNqkf7ff8Ehv+Dd79jb/glN/YvxS3f8NJftj6d/wndn/wANReMtAvvCv/CNeHPGn2XS/wDhHPhP8I/+Ew8Y+Evhr9l8JWH9hal41/tDxN8U9a/4Sr4l6Z/wn+nfDfxx/wAK10X6A/4c6fAn/h8l/wAPhv7Y/wCLgf8ADP8A/wAK7/4Vp/Z/jH/ku39hf8Km/wCGi/8AhMv+Fn/2L/ybL/xYj/hUX/Csf+EO/wCan/bv+Fgf8TKv1+oAK/gj/wCC+v8Awc1ftD/suft5+GP2Z/8Agnh408P6TpH7J3iCa1/al1jxBovwk+K3wz/aE+IV+/gbxDdfBRok0rXPG3g7w/8ACG203X/hx8TtV8GfEj4YfEyT4heKviP4Hn0/wdq/wp8N+Mdc/vcr/Lk/4PAP+CfvhX9lr9vPwL+1b8OYPD+h+Cf29PD/AIv8WeJfB2lR6dps+kfH34Qv4N0f4v8Aia18PaF4M8PaRp/h/wCJekeOfhr491DWb/xH4x8aeMvjLrXxr8U+KLnTLbUtAiuwD/Ubrn/FnhPwr498K+JvAvjrwz4f8aeCfGnh/WfCfjHwd4s0bTvEfhXxZ4V8R6dc6P4h8M+JvD2sW15pGveH9d0i8vNL1nRtUs7rTtU066ubG+tp7aeWJviD/gk7/wAosv8Agmn/ANmAfsb/APrOvw5r2D9tD9rz4NfsF/sv/F/9rj4/3viCz+FPwY8P2Ws+IYvCegz+JfFWtajrviDR/B3g7wn4Z0eKW1tp/EHjTxt4j8OeEdGudb1PQvCum6jrdtqfi/xN4Y8LWeseIdMAP8+P/gid4d8Cf8E7/wDg6W+JP7E/7L/xF/4Xn8EvEH/DUn7Jes/EL4i+EdY8P+O9J0f4e/Dy8+P3ibwzBDbT+GdMu/iB8L/jb+z/AGPwZ8RfENPDb+BPiXo/h/xd418F+DvD+meM/Cdx4b/0u6/hj/4NCf2T/jL8T/iF+2b/AMFmv2idW8QXXjb9p3xB8Q/hP4J1G40eDwjp3xW1Hxp8TNF+M37Tnxhm8MWnw70HwteeH7z4raD4N8G/D3W/hf4ng8K6T4q8N/H7wTrXg2wufDnh17D+5ygAooooAKKKKACiiigAoorn/Fnizwr4C8K+JvHXjrxN4f8ABfgnwX4f1nxZ4x8Y+LNZ07w54V8J+FfDmnXOseIfE3ibxDrFzZ6RoPh/QtIs7zVNZ1nVLy107S9Otbm+vrmC2gllUA6Civ4oviT/AMHsH7I/hT4y+NvB3gL9kv4wfFT4N+HfjB4G8KeFfjRp/jrRPCOo/EH4NPBrkHxd+L2lfC7xV4Ss9X0HxBoOr2egy/BT4V+KPEOkz/Fnwrrd1rHxN8Z/s4eJNGPgnUP7PfCfizwr498K+GfHXgXxN4f8aeCfGnh/RvFng7xj4T1nTvEfhXxZ4V8R6dbax4e8TeGfEOj3N5pGveH9d0i8s9U0bWdLvLrTtU066tr6xuZ7aeKVgDoKK/KD/go7/wAFpf2DP+CWXir4JeBf2qPiB4gg8bfG/wAQaZDY+Dvhx4dTx34q+HvwzutRu9H1T4/fE7w9Z6nZ6voXwf0LV7O50tbjRrPxH8QvHGo2PiCx+FHw9+IVz4L8dReGP0f+KXxY+FnwO8Ca78UvjX8S/h/8H/hl4X/sz/hJviL8UvGXhz4f+BPDv9t6xp/h3Rv7d8XeLNS0jw/pH9r+INX0rQtM/tDULf7frGp6fplr5t7e20EoB6BRXj/wB+P3wa/al+DXw9/aD/Z8+IXh/wCKnwb+Knh+HxN4F8deGZp307V9Oee4sby2ubO+t7PV9C8QaFq9nqPh3xZ4T8Q6dpPirwb4q0nWfCnivRtG8SaNqml2mB+1H+1H8Cf2LvgT45/aX/aX8c/8K1+CXw1/4Rn/AITXxr/wjPjHxj/Yv/CY+MfD3gDw5/xTngDw94q8W6j/AGj4t8VaDpP/ABKdBv8A7H9v+33/ANl0y1vb23APf6+YPgt+2h+zB+0X8Zf2k/gB8D/i/wCH/iX8Vv2QfEHg/wAJ/tF+HvDNl4gudO+G3irxzB4nl0Pwzc+MZtHg8E+I/EFrc+C/FuieLNG8H+I/EOo+APFXhvWfCHju28N+KdPuNHj/AMoT9rv/AIKYf8FLv+C7v7efwIsPhloniCz+Inhj4wa7qH7BPwE+BC6Tonir4A6jrz+CNXn1XS/jdp+m+DvG2peINDtvhD4X+JXj/wCNfj3xRoXhXwDqPhrxT8RtBtfgx8O7OfQ/D33/AP8ABpN8Y/2R/wBkv4+/tu/tkftX/tbfB/8AZ40j4YfswWHwx8PfD74j67omk+Kvi1p3xF8aQfFPxj4g+GOky+IY/G3j/wAQfDa2/Z00bRG+HHw48AeO/FXi3Ufit4fttNWw1eDR9F8WgH+o3Xj/AIZ/aF+AXjT4NXP7Rng744/B/wAWfs+Wfh/xZ4svPjt4Z+JfgvXvg1a+FfAU+s2vjrxNc/E/S9auvBMHh/wXc+HPENv4s1mXXF07w5PoWsw6xc2cml3ywfyBf8F5/wDgpD8Qv2+P+CS3xw+N/wDwSo+Pnh+X9g/4W+ING+Gf7dHxcvvD3xM+FfxM+Lmo/Efxd8MPAehfsyfBDTfF3hfRvGyeH9Jtvip4e8YftTXnivwl8OPCvjb4e+Ovhz4E+G/xS+JFhL+0h8JbP+QL/gjb+yX+1x/wVG+Mupf8Eyvhh+1L8YPgh+y5408P+Mvj9+0ZoejeKNb8R/BrR9O8CQeELfQ/iF4s/Zzm+LPww8LfFbxBq3xWsPgT4DtprWa+8VaFPdeGfGbW8+h/D24m00A/2OvCfizwr498K+GfHXgXxN4f8aeCfGnh/RvFng7xj4T1nTvEfhXxZ4V8R6dbax4e8TeGfEOj3N5pGveH9d0i8s9U0bWdLvLrTtU066tr6xuZ7aeKVvmD9un9un9nH/gnR+zj4z/ag/ag8Z/8Ir8P/CvlaZo2jaZFa6j47+J3jvUbW+ufDPwt+Fvhm5vtO/4Sr4geKv7Ovn0/T3vtO0fRtH07XfGnjTXfCvw/8K+LPFmhfwxf8EHf+CyWnf8ABFfUfjz/AMEq/wDgrlpvxg+Bdt8OPjBd6z8OdY1Twb4q+JWnfATUdd8K674h+JXhPxTF4X8YeLNXT4P+PdX0v4f+OfgRc/s+/Crxr4V8YeKvjH4/+LGreJrzwT45sPGNn0H/AAXw+N3wJ/4OH/Hf7C/wL/4I++LfiB+2R+0b8HP+Gm/Efi/4e+Hfg14x+E3gTwp8LPFej/By61fx/wDEX4xftHP8FfD/AIG+x+IPAXh3wt4RszpGu+HPF2seLJ9E1bxr4J8Zn4a+D/i4AeAeLv8Ag7k/4Kr/ALWX7R3h34SfsTfAz9n/AODv/C8vI/Z7+Bvwr12GP4qeO4fi78bLr4deDPBHjzUPi9471f4a/D+/+IHg74gWusSfC1td8BeE/gnpej/EbU9N+N/gT4r/APCO6B4r0f8AKD/gtl/wRL8Vf8EctO/Yki8S/Ffw/wDFbV/2ivg/43ufiVfaHJqMGnaJ8ffhh4q0y8+I2jeBtLv/AAto1ynwf0nwT8VPhB4e8E+Jtf1i/wDGnj3xVoHxJ8Y674T+GGkat4Y8C6Z/d5/wRV/4JFftP/Az4mat+3p/wVS8RfB/4tftoT/B/wCEPwR/Zh8HeBtA8P2vhX9hP4BeEvh7Po+sfCr4beHvh7ofgb9nz4aeINQj8Qz/AA/1zw5+z/8ADf8A4Qvwlp3hzxtqHgf4s+NNO/aH+KUV7+n/APwVT/4Jn/Br/gq9+yP4j/Za+L+t+IPBdzB4gsPiT8Ivib4Zae61H4WfGXw5oniPQfCvja58LnUtL0jx74fXSPFniXw34s8Da7dWsGveFfEespoGueC/G0HhXx74VAPoD9in9qDwr+2p+yP+zl+1f4OTw/Z6R8fPg/4H+I954e8M+NNO+IeneBfFWu6Jay+Ovhjc+MdLsdJttZ8QfCvxsniH4ceLGl0bQtRsvFXhbWdN1jw/oOr2d9o9l9P1/lSfsrftd/8ABUb/AINVv2oPiL8EP2hvgR4g+If7N3xD8QeLob74Yaxrvibwx8Avjp4q8MeH/Dq6X8fv2T/jteeCNd0iz8QWeka98Orf4iXGmeENU1HUPBeqaT8M/jr8PfCvxR8K+Bbr4T/0vf8AEZn+wL4x/wCKR+Bf7In7f/xX+Nvir/inPg78Lf8AhXHwX07/AIWV8U9c/wCJZ8PvAH9oeD/jr8SvFth/wmPi260jw79s8LfDrx94jtf7R8/RPBXirU0tdCvwD+v2v8yT/gsV4Z1H4A/8HbHwG+M3xoufD/w0+FPj39p//gmR8fvD3xB8WeLPCul+FY/g14GufgV8LPGPxC8TatLrJtvA/h/w142+CfxR07WZvGz+Hp7HTvCdz4nnt18Laho+taj/AKPfwB8V/GXxz8Gvh74x/aD+EPh/4A/GTxL4fh1nx18F/DPxUg+NmnfDTUb6e4ns/Cdz8UbHwZ4C0jxZ4g0vSG06LxZc+HvD0nhXT/FR1nR/Cnibxx4b07S/G3iH8If+DkP/AIIyeO/+Cs/7OPw48TfAjxX9g/aa/ZN/4Wb4i+Enw41290fS/Anxr0f4lWvghvHvw61DxBqSWv8Awh3xAv8A/hWvha5+Fvi7VNZtfAkWsQ6n4T8fwaPovjGP4nfDEA/V/wD4KBf8FDv2YP8AgmX8Apv2jP2rfFXiDw54JuvEEngbwdpfhPwd4g8aeKviF8TJ/BfjPx14e+G3hmx0e0bSNL8QeLNI8BeI7fRtc8e654L+HtlqMFtD4p8beHLa6ivD/ND/AMEJvhb8bP8AgrB/wUE+MH/Bw/8AtWaF/wAIJ4Ssf+Ew/Z7/AGDvgRJqfxd1W1+H+j6P4Y0/4f6/488EeKfEOoeH/CXiD4f+H/CXiD4m/DnWG8P6DrHgT4l/tHfEb9pDx8PAnwX8W+BNF0vU/gD4Nf8ABAn/AILa/wDBUX47fBH/AIfm/FD4geFf2Zf2aPh+/wANNC839oL4H+JPjtq/hzUfB3i3+zNS+FP/AAq3w58d/h/r/wAQJPiB4c+GP/DQHxY/aD/s74p/E7wcdF83xl8Q9a8K6f8A8Ip/f58J/hb4E+B3ws+GnwU+Fuhf8Iv8Mvg/8P8Awb8Lfh14Z/tPWNb/AOEd8CfD/wAOab4T8I6F/bPiLUNX8Qav/ZHh/SNP0/8AtPXdV1PWL/7P9q1PUL29lnuZQD0Cv8eX/g4z/by+Mv7an/BUb9pfwv461rxBYfCn9kv4wfE/9mb4G/Ci58Qwax4V8C6d8KfEx+HfxB8Y6Nb2Og+GrYeIPjZ428D3nxG8Tajqlhq3iqy06+8J/DW+8YeJvC3ww8FSWX+w1Xj+jfs9fALw58ZfFn7Rnh74HfB/Qv2g/Hvh+28J+Ovjto3w08F6X8ZfGnhWzg8M2tn4Z8WfE+x0WDxt4j8P2tt4L8HW9to2sa5eadBB4T8MwxWyx6Dpa2oB/nCTf8Gp/wC2F8S/+CS3wB+P3hTwl4gP/BRCTxBBc337I/iy3+BnwBg8PfsweJfF3xC1PS9G8TaneaLper+Pf2n11fxZ4e+Kms+Jv2g/i/4H8QeBvg1qNz+zfqHhOx8X/BPwL4R1D6f8Zfsn/wDB1f8A8FO/2NvhP/wTi/aX+EXw/wDhf8EvCXxA1Kz8a/tVfHH4t2/hL4p/Ej/hn+++JegeHPDn7SR8AfF/4jeLfjR8P77xbpWgzeB/Guk/sz+Jv+Fu+I/CXwU/aGv/AB/4t0y7vfjRr3+h5RQB/nx/8EOP+DUP4maD8ZZv2jP+CuPwu8P6D4W+FPiCzk+FH7I914t+HvxP074t+KrOCz1O38e/GvU/h34l8aeCbr4P+HLmeO30r4SHXLzUfij4qsNQh+KGm6T8KdBk8I/HD6A/4LZf8G3P7T/7Wn/BRX4x/wDBQn4ZaX4f/ad+DfxO8P8AwoufFX7Kvgb46+H/ANlD9qC+8VeEfhf4T+BA0b4bfFf4u/B741fs+Hw/o0fg/wAL/GLXPE3j1/Deo6x4fbxt8MtB8JxeJLDwr4v8Tf3OUUAf58f7Rv8AwTz/AODjL9vH4NfCr/gmv4V/Yb/Zg/4Jc/8ABOLwF4g8SXPhf4eeC/2hPAeqeC28K6FPf+M/hlo37UHjjwF8YPj18ZPjl4g0rxJYjVL7xN4V+EOj6d8Ufj74sf44/F3wm+vaboPi34d/0ff8EW/+CC3wC/4I5ad8RPFXh74l+IP2g/2g/i74f0bwn46+L/ivwJ4L8F6donhXw74q8U6/Z+GfhD4asYvE/jb4eeH/ABVbap4OPxU0bWPi74807x74q+GfgzxVFbeHY9I0vQtM/d6igD+QL/g9W/5RZfAP/s//AOFn/rOv7VVfv9/wSd/5RZf8E0/+zAP2N/8A1nX4c1+AP/B6t/yiy+Af/Z//AMLP/Wdf2qq/f7/gk7/yiy/4Jp/9mAfsb/8ArOvw5oA+/wCiiigAoorz/wCE/j//AIWv8LPhp8Uv+EK+IHw1/wCFlfD/AMG+P/8AhXXxZ8Of8Id8U/AP/CY+HNN8Rf8ACFfEvwj9t1H/AIRX4geFf7R/sLxl4c/tC/8A7D8R2GpaZ9tuvsvnuAegUUUUAFfwR/8AB8p4T8VXnhX/AIJp+OrPwz4guvBPhzxB+1p4T8Q+MbbRtRn8K6F4q8aad+znrHg7wzrPiGK2bSNL8QeLNI8BeOtU8M6NfXkGo69p3gvxZfaXbXVt4c1iWz/vcr/Pj/4PLf2qP2uNdg8BfsfeI/2N/EHgL9jzwT8YPAHxk8Hfto3N7rfi/wAK/HT4hap8GvGeh+HvAOjano+i6b4J+EPiDwdc658f9L8TfC/xfrviz4meOdO8IeE/ifoll4J8BvE3jUA/pe/Y0/b1/ZO/Y3/4Ief8E6f2k/2o/it/wo74P6R+yB+yL8Lf7c8f+BfiTpHiPXfHdh8JvC/gn+wvBXw2/wCEOl+JvxA/tO98L+IfE/hzU/A3g/xFo/iv4WaRe/GnwzqGr/B+L/hOT/NDrPhP9vP/AIO0v2uPCeseIfDPxg/Y6/4IkfBXxBc+LPAuqazoz6NqPxfg03W/E3gW88TeE76+ttS8E/F79p/xjc6H4x8HXOs6PL43+DX7F/hUeJvD0tz4w8c6rqln+07+QP7Cf/Bvh/wVe/4KqfsS/BD4zeDvj58H/Dn7LnhzxB8X9G/Zn+Gv7Rvx5+ME+neHdOn8cS2Hxa8WfCr4c+BPhv8AF3wt8M/D/jT4reHfEOneJLaV/Bfirxb4q8F3/ifWPDN1od14T8Ua/wDT/wDx0c/8Gxn/AFWL9iXQv+xo/aT/AGE7X+1P/CH+LX7KXn/Fr4+/9W2f8L0+MWl/81i8NaF/pYB/pd/Cf4W+BPgd8LPhp8FPhboX/CL/AAy+D/w/8G/C34deGf7T1jW/+Ed8CfD/AMOab4T8I6F/bPiLUNX8Qav/AGR4f0jT9P8A7T13VdT1i/8As/2rU9Qvb2We5l9Ar8Qf+CMn/BdD9nH/AILDeBPFdt4Z0D/hRH7TXw1+26n8R/2ZvEXjK18Y6xb+BJNYTTvD/wAUvh14wXw/4O/4WV8P7r7fo2jeLtQtvCegax8OPHd/B4Z8WaFa6L4j+GPjH4j/AKvfH74/fBr9lr4NfEL9oP8AaD+IXh/4V/Bv4V+H5vE3jrx14mmnTTtI05J7exs7a2s7G3vNX13xBrur3mneHfCfhPw9p2reKvGXirVtG8KeFNG1nxJrOl6XdgHoHizxZ4V8BeFfE3jrx14m8P8AgvwT4L8P6z4s8Y+MfFms6d4c8K+E/CvhzTrnWPEPibxN4h1i5s9I0Hw/oWkWd5qms6zql5a6dpenWtzfX1zBbQSyr5/8FP2hfgF+0p4V1Dx1+zn8cfg/8fvBOk+ILrwnqnjH4KfEvwX8VPCum+KrHTtK1i+8M6h4h8C61r2kWfiCz0jXdD1S60a4vI9Rt9O1nSr6a2S21Gzlm/zBP+CgX7Zf/BS7/g57/agm+Ev7FH7Ovxg179k74K+IJLr4WfBfRzpOjeFfDuo3nh/xnPovxr/aw+KOra3pfwb8K/GD4h+G/DHjTTfh3pXjDx5Z+FfBWnDVvhH8HdQ8YeMde+IPjb4teQf8Gt/7VXjv9mT/AIKf+FJNQ+NH/Cm/2RfF/wAP/iNP+2lrPjDX9H8N/AnTvAnhvwB4utvgz4u+MXibxaYvBnw//sz9o3xR8LfAXw9+Iup6l4b1hfGPxRtfhJoXiJofjJrHhPxcAf6rXx++P3wa/Za+DXxC/aD/AGg/iF4f+Ffwb+Ffh+bxN468deJpp007SNOSe3sbO2trOxt7zV9d8Qa7q95p3h3wn4T8Padq3irxl4q1bRvCnhTRtZ8Sazpel3f5A/sKf8HGv/BNH/goT+1Bqv7I/wAD/FHxg0b4rXniDxJo3wgl+I/wm1bQvCv7Q2neD/D/AMQPGPiXxZ8MdY0C/wDFVz4Y8P6X4J+Hl74ua2+PmmfBXxVeadr3h/TNO8M3nik674e0Lx/9mj4e/Cz/AIOC/wCyf2/P2ovB/wAQPE3/AAT48JfECwX/AIJ3/sU/FO18OeEvB2v+I/hf/YOlfFn9rr9qHwp8LvjF8RtM+NHxAvvjbpXxc/Z7+GPws+JV/afCzwj8CfCXiy81T4VeLbj9oDXtff8AjC/4Kqf8FF/+GZv+Dk39s/8AbV/Zo1H/AISrxb8KP+E++BfgrX/sn9h/8IV8dtO/YLf9inxH4p/srx/4H1/TPEf/AAoj42ya9r/9iat4U1Hwd8T/APhAf7KsNXfwl4qsvFYAP7Xf+CwX/Bx3+yP/AMEn/FR+BkXhHxB+09+1i3h/SfE198F/AnifRPCfhX4b6dq+o+HZ9Ltvjl8Uby08T3Pw88QeKvBGqax418EeE/D3w++IfirUNO0vQL7xjo3gLwd8RPAvjbWvQP8Agrf/AMFx/g1/wT0/4J6fC/8AbB+EEXh/43+Nv2ufD/hm6/Yu8Ja5eT+FNO8Y6d478Aw/EPTPjX458Ga5eeE/is3wf8BeFtU8Nap420rQtCsfFUnirxn8Nvhhr+ofDG5+IS+OPC38oX/BV3/ghZqP7Ev/AAQr0H9pvxxoPiD4w/t++NP2n/gd+0b/AMFD/j/8TvFPhXxH8Qvh1p3xQ8H/ABT8Ia/8KvD/AIjn8Z+J5PEvh/RP2g/jP8PNB+I/iTwZ4m8ceKvj18TLpvjL4tv5/APhnwZonwl3/wDgz8/4JR+O/Hfx2T/gqp8UrX4geAvhl8Dv+Er8I/sux/2Ro9h4c/aA8d+OfB3xF+Enxc8Rf2lqlzceIL34f/B/w/reoeHPP0Lw5Z6P4t+KfiL7BpnxFivfgr8SvAWsAH9D3/BuN/wW0+Pv/BYXwr+1lZ/tGfCj4P8AgDxt+zh4g+DtzpfiH4KR+NNE8K+J/Cvxl074jxWOjah4O8deKfiDq+n+IPCmr/CbXL668TW/jq407xHp3i7StLh8J+Hbnwleax4u+wP+DhHUfCqf8Efv23PDHiH9pnw/+y1q/jb4P+INO8C+KtZ8Yad4Q1H4qeKvBtlcfF28/Zm8Ji+8Y+CLnxT4g/aW8E/Dbxj8Gbnwfo+o6vqOs+FfF/iZ5fB3jbSLTVPCurfyw6n/AMGkv/BU39mH9o74peNf+CZ//BQb4f8Awf8AhlrH9oeHPh74/wBT+PP7RX7P/wC0dd/CzW7rQvEc3gD4pXvwB+Dmr+H9X/sjxBpGm2WoXmieI7fw548uvCWheP28FeBb29t/BXhb9P8A9m//AIM7f2NvD/jvWPi7+3l+0p+0B+3z8TfEXxA8b+NfFn9p3t98DvAnxI/4TXR5PtN78Uv7G8X/ABA+PXij4gReOtT174iah4/0X9ovwl/wkusS6FY+IfDl/ZWPib/hMwD+UL/gh54A+O3/AAUB8CfEL/gkH4J8a/sgfAr9nL9oD9oD4MfHH9rzx/4r8R+DvAn7cX7RHws+GWsaD4kl/Zy/Z4vNesviJ4g+In/Cu/D/AMO/HPx/8F6bofwbm8OfC/xbo/im++JPxX8JeDPile+CviN/q9fCf4W+BPgd8LPhp8FPhboX/CL/AAy+D/w/8G/C34deGf7T1jW/+Ed8CfD/AMOab4T8I6F/bPiLUNX8Qav/AGR4f0jT9P8A7T13VdT1i/8As/2rU9Qvb2We5l/nh/ag/wCDTP8A4I/ftH+Kk8Y+GPAPxg/ZT1e88QeNPE3iqz/Zf+JVloPhXxdqPjPUbHVBbP4F+LvhL4y+CfAHh/wlc2+oxeC/CfwZ8PfDLwromna7faO+jXmkaZ4VsfDv7f8A7Hn7JPwz/Yh+AXgT9nP4R+IfjB4n8E+APD/hfw/peqfGv4x/EL4y+KpIPCvgvwx4FsV0++8da7qmkeAvD7aR4T024tfhj8JdD+Hnwa8LajcarN4D+HHhK21S8s5AD+EL/g+C+CnhXQvj7+wN+0ZZ6h4gk8bfFT4P/Gn4KeIdLubrTn8K2fhX4A+NPBnjrwdqGjWMWlQ6vb+INS1f9pTx1b+Jrq+1zUdOvNO0nwnDpelaNc2OsXmu+wfsdeFv+Cjn/B1po95B/wAFINX/AOGbv+CbHwm+IFv8dPBkP7PvwL1T4a6x8dfinqPgTxP8BfCnhb4AfGD4vaJ8VfD+tfD/AOCXiDwb8ZPF3xV1u48RfELxHo/jv4u618Ota0jVNH1v4V3f7Nn9fv7c/wDwS4/YT/4KUf8ACrv+G1vgZ/wuj/hS/wDwm3/CtP8Ai5vxi+HP/CNf8LG/4RH/AITL/kk3xB8Cf2x/bH/CCeFP+Q//AGr/AGf/AGV/xKvsP27Uvtn2/wCE/CfhXwF4V8M+BfAvhnw/4L8E+C/D+jeE/B3g7wno2neHPCvhPwr4c0620fw94Z8M+HtHtrPSNB8P6FpFnZ6Xo2jaXZ2unaXp1rbWNjbQW0EUSgH8Uf8AwSS/Z3/4LJf8EMP2ybn/AIJ6P+yl/wANo/8ABPj9qT9oCbXvCP7S/gC/0LwN4c+FP2Ox+G9h8Rf2lPGuvQW/jHU/hr9l+CVhY6Z4k/Zz+OE+i/8ACy/in8OLPwr+yx8T/Etxb+ItW+Lff/8AB3F+xx/wUc/bV/4YJ+HX7JfwH+IHxo+CVj8QPGmk+LtP+F/jPVNV2/Hb4jf8I1oXw6174z/C2fStH8JeBPh/4E8JaP4xg8L/ALS/ibxdqvg7wZ/wsX4meHfiHf8AwX0y+8O6n8X/AOz2igD+aH/g3E/4Icaj/wAEpPg14u+L/wC0HL4f1n9tD9o/w/4YtfHWk6XZ+Fdb079nf4e6TPd61Z/BTwt8QbGzvNX17xBr2r3mna78d9V8PeJX+GfiPxV4R8AaB4U0/wARad8K9L+KfxB8Auf+DNL/AIJct8fdG+Jtn49/afg+DcHiDxN4p8Q/s13Pj/wzdeFdUnuvGnhPxB4O8AaN8SIvBln8VtC+D+heFrPx14C8TaXfeKPEfxl8Wad4j8J69pfx38F+JPBesaj49/rdooA+QP8AhgP9jb/hjb/h31/wz38P/wDhjj/hX/8AwrT/AIUX9jvv+Ec/4Rz7d/bf9pf2v9v/AOEt/wCFgf8ACW/8XD/4Wx/wkP8AwtP/AIWn/wAXW/4TL/hZH/FU1z/7If8AwTX/AGDP2C9OsrP9kf8AZV+D/wAGNXs/D+veE5fiDo3hpNd+MuteFfEviqLxrrHhnxZ8cvGM3iP4yeNPD8/iS10y+ttG8XeOtb07TYNC8M6XpltZ6R4Y8PWOmfb9FAHzB8a/2Iv2L/2lPFWn+Ov2jP2RP2YPj9420nw/a+E9L8Y/Gv4BfCn4qeKtN8K2Oo6rrFj4Z0/xD468J69q9n4fs9X13XNUtdGt7yPTrfUdZ1W+htkudRvJZvf/AAn4T8K+AvCvhnwL4F8M+H/BfgnwX4f0bwn4O8HeE9G07w54V8J+FfDmnW2j+HvDPhnw9o9tZ6RoPh/QtIs7PS9G0bS7O107S9OtbaxsbaC2giiXoKKACiiigDz/AOKXwn+Fnxx8Ca78LfjX8NPh/wDGD4ZeKP7M/wCEm+HXxS8G+HPiB4E8Rf2JrGn+ItG/t3wj4s03V/D+r/2R4g0jStd0z+0NPuPsGsaZp+p2vlXtlbTxcB8C/wBk79lj9l//AISn/hmj9mn9n/8AZ3/4Tj+xP+E1/wCFF/Bv4dfCT/hMP+EZ/tf/AIRv/hKf+EA8OeH/APhIP+Ef/wCEg17+xP7W+1/2V/ber/YPs/8AaV553v8ARQAUV4/8a/2hfgF+zX4V0/x1+0Z8cfg/8AfBOreILXwnpfjH41/EvwX8K/CupeKr7TtV1ix8M6f4h8da1oOkXniC80jQtc1S10a3vJNRuNO0bVb6G2e2068lh/KH4pf8HIf/AARK+D/jvXfh14s/b3+H+r+IPDv9mf2hqHwt+H3xw+OPgS4/tfR9P121/sL4pfBT4X/ED4ZeKPKstTtoNT/4Rnxdq/8AYmsRah4d1n7B4g0jVdMsgD9vqK/ki+P3/B5b/wAEufhnqPxC8OfBnwF+0/8AtKav4e8PzXPw+8Y+GfAHhn4afBr4i+Krjwrb6xpOjXPiH4p+M/Dnxk8F+H4PEl0nhDxZ4m1H4AalqOjz6frOt+GPCfjnSIdFl1/0D4cf8FnP+C3n7SnhX4nWfwH/AODcv4wfDzxt4a8PrbaJ4h/ag/actPgn4V03xV4n07xBF4Q1lPB3x/8Agj+zPq/xk8P6Jq+jG+8aeGfht460vUbfThY6Xq3izwPc+KvDmsTAH9TtFfyBf8dkn7W3/RgH/BL7/hX/AP2I3xA/4Xj/AMJX/wCLEP7J/wCFaf8ACN/9Ug+3/wDCwP8AmoH2L/iiT4i/8EGv+C1f7aPgSC4/be/4L/fEDwr4t8VfD/xF8Lfid8FP2b/g5r2nfs4614E1HWPF1q2haxpXw4+KX7I3hL4q/wDCX+EvELQ+N9T8cfAHTtYvLXUZPh7qOoeKvCXhXw/qFwAf1+0V/OD/AMExf+DY/wDYd/4Jm/Hb4YftWeHPiV+0B8bf2jfhv8P9Y8O2WueP/EXhLw/8LNN8d+MvBz+CfH/xF8FfDbwV4R0jxBpH9r+H9X8a+H/DnhHx/wDE34q6P4Z8OeM70Xs/iXxnovhzxzpX9H1ABRRRQAUUUUAfyRf8HnvhPxV4j/4JQfC/WPD3hnxBr2keAv23/hH4s8dapo2jajqmneC/Ct58H/2hPAtn4m8WX1jbT23hzw/deNvGng7wdbazrEtnp0/irxZ4Z8PRXLavr2l2d1+v3/BC341+Ffj9/wAEfv8Agnd468Haf4g03SNC/Zg+HfwUvLfxNa6dZ6jJ4q/Zrspf2c/HWoW0Ol6rrNs/h/VvG3wr8Q6p4TupbyHUb7wreaNfaxpWhavcX2h6d8gf8HU9t4qn/wCCHP7XMvh7WfD+l6RZ+IP2brnx1Y6z4Z1HXtR8R+FW/aa+EVnZ6N4T1Sx8WeHLbwX4gg8bXXg7xDc+JtY0fx7p114V0LxN4Oi8J2er+LNL8deC+g/4Ncf+UFH7DP8A3cz/AOth/tBUAfv9RRRQAUUUUAFFFFABX8oX/B5J8LfHfxA/4JH+G/FnhHQv7X8P/A79r/4NfFL4pah/aej2H/CL+BNX8EfF/wCCmn679l1PULK91v7R8TfjB8OvDP8AZnh221fWIv8AhIv7Zn0+Lw/pGu6rpn9Xtfzw/wDB1P4s8K+HP+CHP7XOj+IfE3h/QdX8e+IP2bvCfgXS9Z1nTtL1Hxp4qs/2mvhF46vPDPhOxvrmC58R+ILXwT4L8Y+MbnRtHivNRg8K+E/E3iGW2XSNB1S8tQDoP+DXH/lBR+wz/wB3M/8ArYf7QVfu94s8J+FfHvhXxN4F8deGfD/jTwT408P6z4T8Y+DvFmjad4j8K+LPCviPTrnR/EPhnxN4e1i2vNI17w/rukXl5pes6NqlndadqmnXVzY31tPbTyxN+IP/AAbL+E/FXgv/AIIc/sI6P4x8M+IPCer3nh/42+LLPS/E2jajoOo3XhXx7+018afHXgXxNbWOqW1rcz+H/GngnxH4e8Y+E9ZiibTvEfhXXdG8Q6Pc3mkapY3k/wC71AH+YJ/wWb/4IyftHf8ABCz9o7wp/wAFK/8Agmp4r+IHh/8AZl8P/ECy8ReE/Fnh29uvEHjv9jPx34gun0a2+HXxFudZTWf+E7/Z/wDHf9sXHgXwj4u8dW/iDR/FGj+IJ/2ff2goPEGteIPDPib49c//AMHCn/BfzUf+Ck/7PH7F3we/Z8n8QfCH4N/FD4Pz/Hb9q34UWXxL8K+JtRu/jLpvxb8XfDvw58D/AIoW/hbSLbV18P8Awj1f4Oaj8Z/AMXiLV9Dg+LXhX4w/Bv4s+K/g14I8SeDvAUlj/pd/H74A/Br9qX4NfEL9nz9oP4e+H/ip8G/ip4fm8M+OvAviaGd9O1fTnnt76zuba8sbiz1fQvEGhavZ6d4i8J+LPD2o6T4q8G+KtJ0bxX4U1nRvEmjaXqlp/lS/8Ea/2XP2NtK/4K4fFn/glt/wVM8DfD/4seEtY+IHxS/Z08N6vpHia+8CeHLH9sn4CeN9f8LeCr7RPjpZeIfgv8bdK+H/AMRtMsfi38N/C3w70LVIrH40fFPx38C4fGfwi1jxb4Y8Aa38OQD7/wDgGuj/APBZr/hnb/gjb/wST/Z7/aA/ZW/4JM/AT4geGfi9/wAFCvjX488d+BNB+Kf7SGj6v/wri6n+IH7Quq+FfAfjbw/bftAXPiDwT8SdN+BHw3tvF/xW8CfELxHYfDfxlN8MPhj8J/2adM0/4I/s98a/+DMH9gz4j/tQaf8AEr4ZfG/4wfs9fsuXXh+1tvFX7L3gazTxp4qi8VWXh/VdKGs/Db9of4u+JvHur+E/D+qauvhfxRrnhnx78Ofi/qMuoweNrDQfFnhzQ/FHhXTPhx/W78LfhP8ACz4HeBNC+FvwU+Gnw/8Ag/8ADLwv/af/AAjPw6+Fvg3w58P/AAJ4d/tvWNQ8Raz/AGF4R8J6bpHh/SP7X8Qavquu6n/Z+n2/2/WNT1DU7rzb29uZ5fQKAOf8J+E/CvgLwr4Z8C+BfDPh/wAF+CfBfh/RvCfg7wd4T0bTvDnhXwn4V8OadbaP4e8M+GfD2j21npGg+H9C0izs9L0bRtLs7XTtL061trGxtoLaCKJf5wfg3/wbR/AL4X/8FgfH3/BVXxD8c/EHxS0jXfjB8UP2jvAv7NfjL4U+C7zTvB3x9+Kl7e+ILzxfrfxIvtS1S28VeH/h5428T+MfHXwe0jR/hl4F8aeA/FVn8J9bl+JWvav8N9U1Hx9/S9XzB8Sf23f2L/g1qPjbR/i/+13+zB8KdX+GniDwN4T+I2l/En4+/CnwNqPgDxV8T/CuueOvhr4Z8bWPijxZpdz4V8QfEPwT4Y8S+MfA2ja7FYaj4t8K+Htc8Q6BbahpGk395bgHf/H74A/Br9qX4NfEL9nz9oP4e+H/AIqfBv4qeH5vDPjrwL4mhnfTtX0557e+s7m2vLG4s9X0LxBoWr2eneIvCfizw9qOk+KvBvirSdG8V+FNZ0bxJo2l6paHwB+APwa/Za+DXw9/Z8/Z8+Hvh/4V/Bv4V+H4fDPgXwL4ZhnTTtI05J7i+vLm5vL64vNX13xBrur3mo+IvFnizxDqOreKvGXirVtZ8V+K9Z1nxJrOqapd/MH/AA9i/wCCWX/SSz9gD/xMj9nX/wCeNR/w9i/4JZf9JLP2AP8AxMj9nX/541AH3/RXwB/w9i/4JZf9JLP2AP8AxMj9nX/541H/AA9i/wCCWX/SSz9gD/xMj9nX/wCeNQB9/wBFfAH/AA9i/wCCWX/SSz9gD/xMj9nX/wCeNXP+LP8AgsP/AMEofBfhXxN4x1j/AIKR/sQXmkeE/D+s+JtUs/Cf7Tnwf8e+KrrTtC0651S+tvDPgXwL4t8R+NvGniCe2tZYtG8J+DvD2u+KvEeotbaP4e0bVNXvLOxnAP0for8QfH//AAch/wDBEr4a/wDCFf8ACRft7/D/AFH/AIT74f8Ahz4l6F/wgHw++OHxX+weHPFX23+zNN8a/wDCrfhf4x/4Vr8QLX7BP/wkfwn+Iv8AwivxT8Hb7P8A4S7wbof9o6f9q8//AOIo7/ghR/0fN/5rN+2H/wDQ+0Afv9RX4A/8RR3/AAQo/wCj5v8AzWb9sP8A+h9o/wCIo7/ghR/0fN/5rN+2H/8AQ+0Afv8AUV+AP/EUd/wQo/6Pm/8ANZv2w/8A6H2vyB+On/B7z+yx4f8A+EW/4Zo/Yf8A2gPi39r/ALb/AOE1/wCF6fEP4dfs7/8ACP8A2f8Asj/hG/8AhFv+EAg/ag/4TD+1fO17+2/7W/4Qf/hH/wCzdI+wf8JN/bd5/wAI+Af2+UV/mCftR/8AB5r/AMFHPiv/AMJzoP7NHwp/Z/8A2TfCWv8A/CM/8IV4j/sXVPjv8dvAP9l/8I9e+I/+K18fz6d8EvFX/CVanp2vWH/E2/Zoh/sPwd4j/smw8zxbo9l4/f5A+Fv/AAXA/wCCjn7dHjvQvg7+29/wW3+IH7BvwF0j+0/H+q/HT4W/AXVNI8dv4j0XR9Q0Tw34K0LSP2FPhh8N/ib4z/4SC98Stdan4c8cfELwj8LLTR9I1DxhqN7q/jrwp8P/AAtr4B/rNeLPFnhXwF4V8TeOvHXibw/4L8E+C/D+s+LPGPjHxZrOneHPCvhPwr4c0651jxD4m8TeIdYubPSNB8P6FpFneaprOs6peWunaXp1rc319cwW0Esq/lD8dP8Agvx/wRt/Z3/4Rb/hP/8AgoT+z/4g/wCEw/tv+yf+FF6xrv7UH2T/AIR/+yPt/wDwlP8AwzRoPxb/AOEH+0f23Z/2J/wmv/CP/wDCTeTq/wDwjf8Aav8Awj+vf2b/AJwf/Cvf+CAOif8AF2/2qv8Agod/wU//AG8vib8ff+Li+Jrb9nD9mj4ffAb4p/B/x3rX/FTfEOD9pzxZ+1p8Sfiz4f8AjH8QPG3iDxYI4/EXwX8e+LtHsvEfgv4galr/AIu8VWXivwdrNx+n/wALf+Cif/Bn78H/AB3oXxF8J/8ABIz9r/V/EHh3+0/7P0/4pabovxx8CXH9r6PqGhXX9u/C341/t9fED4ZeKPKstTuZ9M/4Sbwjq/8AYmsRaf4i0b7B4g0jStTsgD9vvil/weRfsOyaxrvw1/ZD/ZX/AGv/ANrL423/AMQNM+HXwU8MweFfCXw18CfHfWNU8d6f4T0qfwjrNr4j+JXxtsP+Ex0y6l1f4deHb39nGbx34j1i68O+ENe8I+DtT1jULnQD/h8F/wAHHP7VH/JlP/BBb/hQn/CCf8lL/wCG5/FnijR/+Er/AOEn/wCRN/4Vd/wtnV/2BPtP9hf8I94r/wCE2/sD/hbHk/2x4R/tX/hBPN03/hMvP/hb/wAHf3/BF74HeBNC+FvwU/Y4/a/+D/wy8L/2n/wjPw6+Fv7PX7KXw/8AAnh3+29Y1DxFrP8AYXhHwn+0xpHh/SP7X8Qavquu6n/Z+n2/2/WNT1DU7rzb29uZ5fQP+I1b/gll/wBED/b/AP8Aw1n7Ov8A9FVQAf8ACm/+DyT9oD/i7v8Aw1j+wB+w5/wlv/Nrn/COeBvFv/Cr/wCwf+KZ/wCRh/4Zp/bA/tD/AITX+xf+Fif8nF/ET7J/wlv2H/ikvs3/AAg3hk/4hfv2p/i3/wAW9/bW/wCC+f7f/wC1B+zL4g/5KX8C/tHxF8P/APCcf2V/xO/Bv/E3+LH7Sn7RHw/tP+EZ+IGm+FPGH/E/+DvjD7R/wj/2XSv+Ef1qbTfFOiH/ABGrf8Esv+iB/t//APhrP2df/oqqP+I1b/gll/0QP9v/AP8ADWfs6/8A0VVAH0/8FP8Ag0m/4IufCvwrqHh7x18HvjB+0pq954gutZt/HXxr+P8A8RtB8VaTp1xp2lWMPhPT7P8AZz1L4A+CZPD9jc6deaxa3OqeDtS8VPqOu6rFfeJrzSIdD0vRvv8A+Cn/AAQt/wCCP3wB8K6h4O8C/wDBO39mDXdI1LxBdeJri8+Nfw7sv2lPFUeo3mnaVpc1tp/jr9oyX4qeNtJ8PpbaNZy2vhPS/ENn4VsdRm1XWLHRrfV9d1y+1H8Yf+I1b/gll/0QP9v/AP8ADWfs6/8A0VVeP/En/g9w/Yv0vTvG0vwg/Y4/af8AHOr2Hh/wNc/Dmx+JOvfCn4U6d4q8Vah4q1yz+JWjeNtU8L+JfjLc+APD/hLwTb+GvEPgbxNoWj/EvUfiH4q1bXPB2v8AhP4YaR4esPHXicA/s98J+E/CvgLwr4Z8C+BfDPh/wX4J8F+H9G8J+DvB3hPRtO8OeFfCfhXw5p1to/h7wz4Z8PaPbWekaD4f0LSLOz0vRtG0uztdO0vTrW2sbG2gtoIol6Cv4A/+I5z/AKxdf+bs/wD5I9H/ABHOf9Yuv/N2f/yR6AP7/KK/gD/4jnP+sXX/AJuz/wDkj0f8Rzn/AFi6/wDN2f8A8kegD+/yiv4A/wDiOc/6xdf+bs//AJI9H/Ec5/1i6/8AN2f/AMkegD+/yiv4Y/hx/wAHcf7aH7VvhX4nWf7F3/BD74wfGXxt4R8PrbSeIfhx8T/it+0f4V+GXirxbp3iCL4d6z8TvB3wo/ZQ0HV7zw/eavoWp3y+GW8deANR8Z6d4d8QaXofizRLm3uNY0zx/wD4f6f8HTX/AEhX/wDOcn/BRT/58lAH9/lFfwB/8P8AT/g6a/6Qr/8AnOT/AIKKf/Pko/4f6f8AB01/0hX/APOcn/BRT/58lAH7/f8AB0d/ygo/bm/7tm/9bD/Z9o/4Ncf+UFH7DP8A3cz/AOth/tBV/HF/wVg/4Kvf8HAv7Wn7EvxH+DP7ZH/BO3xB+yp+y5q3iD4d6z8Y/iVo37EX7Uvwr06+07QPHGh3/gjwn4s+I3x58S+PfC3hPw/qnxWXwBqNtc6InhbxVrHirRvDPhi28TPoeua/4X8Tf2O/8GuP/KCj9hn/ALuZ/wDWw/2gqAP3+ooooA/ji8WfsI/8HifjTwr4m8Hax/wVr/Ygs9I8WeH9Z8M6peeE9F0/wF4qtdO13TrnS7658M+OvAv/AATs8OeNvBfiCC2upZdG8WeDvEOheKvDmorbax4e1nS9Xs7O+g+IP+HBf/B01/0mo/8AOjf/AAUU/wDnN1/f5RQB/AH/AMOC/wDg6a/6TUf+dG/+Cin/AM5uj/hwX/wdNf8ASaj/AM6N/wDBRT/5zdf3+UUAfwx/BT/g3w/4OHde8VahZ/tGf8F8/jB8K/BMfh+6udL8Q/BT9qv9uD4/eKrzxUmo6VFY6NqHg7x14h/Zr0jTfD9xpE2uX114mt/HWrajZ6jp2laXD4TvrbWbzWNCPjX/AMGc/wAff2lPFWn+Ov2jP+C2vxg+P3jbSfD9r4T0vxj8a/2cfGnxU8Vab4VsdR1XWLHwzp/iHx1+2lr2r2fh+z1fXdc1S10a3vI9Ot9R1nVb6G2S51G8lm/ucooA/gD/AOIGP/rKL/5pN/8AlcUf8QMf/WUX/wA0m/8AyuK/v8ooA/gD/wCIGP8A6yi/+aTf/lcV+AP/AAXO/wCCGP8Aw5c/4Zd/4yi/4aT/AOGk/wDhdv8AzRL/AIU7/wAIX/wp3/hUf/VXPin/AMJH/wAJH/wtP/qBf2R/YX/MU/tT/iXf6/VfiD/wXG/4JJf8PcvhZ+yb8LbK5+H/AIV/4VR+1/8AD/x/8VviLrc39h/FPSf2WNR8OeLPDv7QHgr4F+Lovht8SvsHxA8Y/avAGu6R4c8R6fp3w68Q+I/APhbU/Gt6/wDwiuiwMAfzg/8AEDH/ANZRf/NJv/yuKP8AiBj/AOsov/mk3/5XFf3+UUAfwB/8QMf/AFlF/wDNJv8A8rivv/8A4gqf+CWX/RfP2/8A/wAOn+zr/wDQq1/X7RQB/IF/xBU/8Esv+i+ft/8A/h0/2df/AKFWj/iCp/4JZf8ARfP2/wD/AMOn+zr/APQq1/X7X4A/8Fm/ip/wXw07WPCnwk/4I7/sw/D/AFzwlrnw/svEXxC/as8RfED9nd/HfhXx3J47cw/Dr4dfDL4/fETwr4S07+zvCXhXzPF3i7xh4C+K+j+KtH+K8Gm+D4PAPi3wDceINRAPgD/iCp/4JZf9F8/b/wD/AA6f7Ov/ANCrR/xBU/8ABLL/AKL5+3//AOHT/Z1/+hVr8Qfhb/wSh/4PAviB470Lwj4s/af/AGv/AIHeH9X/ALT/ALQ+KXxS/wCCqGtav4E8L/YNH1DU7X+3dP8Agp8ffjB8Tbj+272ytvDumf8ACM/DrxF5Wsavp8+s/wBkeH4tV13TPt/wn/wZq/H34+eKvDPxu/4KH/8ABUTxB8Q/jJ4l8QaNc/Hy18J+CfGnxs8VeKfCvhjUbbw3p2jeGf2pfjh8RdC8U3niC8+FOg6BpGjeJvGfwE1TTvh5qJttDg8J+OPDfhWyfXgDx/4pf8EVv+DUL4P+BNd+Iviz/gst8QNX8P8Ah3+zP7Q0/wCFv7Yf7H3xx8d3H9r6xp+hWv8AYXwt+Cn7NPxA+Jvijyr3U7afU/8AhGfCOr/2Jo8WoeItZ+weH9I1XU7LwDw74N/4MuP2ZPAnxF8Xal8WP2v/APgol4guf+ER/wCEZ+FviLTf2jfBPjvTvJ1ifTNZ/wCFdah4T+Gn7C/wyf7XZa/H4i8Xf8Lb+It9t0fwTBB4C+zeILu50Lxd+/3wt/4M2/8Agkf8P/HeheLvFniT9r/44+H9I/tP+0Phb8UvjL4I0jwJ4o+36PqGmWv9u6h8FPhB8H/ibb/2Je3tt4i0z/hGfiL4d83WNI0+DWf7X8Py6roWp/p/8C/+CA//AARt/Z3/AOEp/wCEA/4J7fs/+IP+Ew/sT+1v+F6aPrv7UH2T/hH/AO1/sH/CLf8ADS+vfFv/AIQf7R/bd5/bf/CFf8I//wAJN5Okf8JJ/av/AAj+g/2aAfwRaz+05/wb/fFT4y+E/hF+wT/wbq/tP/taav4s8P3Nzp3hrWf20P2svAXxl1bxVo8HibXfE+jeE/hB8GfHv7Vdz4p8P6B4J0ODxVc+JoPFVjqKQJ4mGoeE9L0jwymv6z+cHwL/AOCA/wDwWS/aI/4Sn/hAP+Ce37QHh/8A4Q/+xP7W/wCF6aPoX7L/ANr/AOEg/tf7B/wi3/DS+vfCT/hOPs/9iXn9t/8ACFf8JB/wjPnaR/wkn9lf8JBoP9pf7PVFAH+bJ8FP+DI/9tDXvFWoWf7Rn7Y/7MHwr8Ex+H7q50vxD8FNB+K3x+8VXnipNR0qKx0bUPB3jrw1+zXpGm+H7jSJtcvrrxNb+OtW1Gz1HTtK0uHwnfW2s3msaF+r37NH/BlR+w78P/7J1X9qP9pv9oD9pHxBo3xAsPEX9jeANK8Jfs6/CzxR4E07+wbn/hXXjXwz/wAXg+Jtx/bd7ZeIbXxH4u8DfGv4e6xL4c12z0/wzB4T8QaJ/wAJZqf9ntFAH4A/8QuP/BCj/oxn/wA2Z/bD/wDogqP+IXH/AIIUf9GM/wDmzP7Yf/0QVfv9RQB+AP8AxC4/8EKP+jGf/Nmf2w//AKIKvQPDn/Bt5/wRK8K/8IB/Zn7BHw/uv+Fa/EC9+Jfh3/hI/iD8cPGP9o+I7/8A4Qrz9N8f/wDCXfFDXP8Aha/w/T/hAdC+x/Cf4pf8Jj8LNO+3+Nf7P8G2v/CyviL/AMJV+31FAH5geAP+CKX/AASP+Gv/AAmv/CO/8E5f2QNR/wCE++IHiP4l67/wn/wP8EfFf7B4j8VfY/7T03wV/wALS0vxj/wrX4f2v2CD/hHPhP8ADr/hFfhZ4O33v/CI+DdD/tHUPtXoH/Dp3/gll/0jT/YA/wDEN/2df/nc19/0UAfAH/Dp3/gll/0jT/YA/wDEN/2df/nc0f8ADp3/AIJZf9I0/wBgD/xDf9nX/wCdzX3/AEUAfAH/AA6d/wCCWX/SNP8AYA/8Q3/Z1/8Anc0f8Onf+CWX/SNP9gD/AMQ3/Z1/+dzX3/RQB4B8C/2Tv2WP2X/+Ep/4Zo/Zp/Z//Z3/AOE4/sT/AITX/hRfwb+HXwk/4TD/AIRn+1/+Eb/4Sn/hAPDnh/8A4SD/AIR//hINe/sT+1vtf9lf23q/2D7P/aV553v9FFABRRRQAUUUUAFFFFABRRRQAUUUUAfgD/wdHf8AKCj9ub/u2b/1sP8AZ9o/4Ncf+UFH7DP/AHcz/wCth/tBUf8AB0d/ygo/bm/7tm/9bD/Z9o/4Ncf+UFH7DP8A3cz/AOth/tBUAfv9RRRQAUUUUAFFFFABRRRQAUUUUAFFFFABRRRQAUUUUAFFFFABRRRQAUUUUAFFFFABRRRQAUUUUAFFFFABRRRQAUUUUAFFFFABRRRQAUUUUAFFFFABRRRQAUUUUAFFFFAH4A/8HR3/ACgo/bm/7tm/9bD/AGfaP+DXH/lBR+wz/wB3M/8ArYf7QVH/AAdHf8oKP25v+7Zv/Ww/2faP+DXH/lBR+wz/AN3M/wDrYf7QVAH7/UUUUAf/2Q==\"\n\t\t\t\t},\n\t\t\t\t{\n\t\t\t\t\t\"type\": \"PHOTOGRAPH\",\n\t\t\t\t\t\"base64\": \"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\"\n\t\t\t\t}\n\t\t\t],\n\t\t\t\"ids\": [\n\t\t\t\t{\n\t\t\t\t\t\"id_number\": \"XXXXXXXX1864\",\n\t\t\t\t\t\"type\": \"AADHAAR\"\n\t\t\t\t},\n\t\t\t\t{\n\t\t\t\t\t\"id_number\": \"CLFPA9909J\",\n\t\t\t\t\t\"type\": \"PAN\"\n\t\t\t\t}\n\t\t\t]\n\t\t}\n\t]\n}\n\n"},"url":"https://in.staging.decentro.tech/v2/kyc/ckyc/bulk/individuals/upload/utility","description":"<p>Download the CKYC details of a person using his/her CKYC ID from the Search API and his/her 'Date of Birth' / 'Mobile number' / 'Pincode + year of birth' from the Central Know Your Customer (CKYC) database.</p>\n","urlObject":{"path":["v2","kyc","ckyc","bulk","individuals","upload","utility"],"host":["https://in.staging.decentro.tech"],"query":[],"variable":[]}},"response":[{"id":"fe6ec887-56a6-4a17-8249-3b38b280ba72","name":"Sample","originalRequest":{"method":"POST","header":[{"key":"client_id","value":"YOUR_CLIENT_ID","description":"Decentro assigned client_id for the company","type":"text"},{"key":"client_secret","value":"YOUR_CLIENT_SECRET","description":"Decentro assigned client_secret for the company","type":"text"},{"key":"module_secret","value":"{{kyc_module_secret}}","description":"Decentro assigned module_secret for the company","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"reference_id\": \"12345\",\n    \"consent\": true,\n    \"purpose\": \"For bank account purpose\",\n    \"verifier\": {\n        \"name\": \"John Doe\",\n        \"designation\": \"CEO\",\n        \"employee_code\": \"123456789\",\n        \"kyc_declaration_place\": \"Bangalore\"\n    },\n    \"individuals\": [\n        {\n            \"identifier\": \"1\",\n            \"salutation\": \"MR\",\n            \"name\": \"John Doe\",\n            \"gender\": \"MALE\",\n            \"date_of_birth\": \"YYYY-MM-DD\",\n            \"location\": {\n                \"address\": \"XXXXXXXXXXXXXXXXXXXX\",\n                \"pincode\": \"XXXXXX\"\n            },\n            \"document_submission_type\": \"EKYC\",\n            \"relative\": {\n                \"salutation\": \"MR\",\n                \"type\": \"FATHER\",\n                \"name\": \"John Doe\"\n            },\n            \"documents\": [\n                {\n                    \"base64\": \"xxxx\",\n                    \"type\": \"AADHAAR\"\n                },\n                {\n                    \"base64\": \"xxxx\",\n                    \"type\": \"PHOTOGRAPH\"\n                }\n            ],\n            \"ids\": [\n                {\n                    \"id_number\": \"ABCDE1234F\",\n                    \"type\": \"PAN\"\n                },\n                {\n                    \"id_number\": \"XXXXXXXX1234\",\n                    \"type\": \"VOTER_ID\"\n                }\n            ]\n        }\n    ]\n}","options":{"raw":{"language":"json"}}},"url":"https://in.staging.decentro.tech/v2/kyc/ckyc/bulk/individuals/upload"},"_postman_previewlanguage":null,"header":null,"cookie":[],"responseTime":null,"body":null}],"_postman_id":"7f8f9a0e-e80d-40b5-a501-8a5a226b3b65"},{"name":"CKYC Upload (Individuals)","id":"9b432df7-dffb-4c39-b0a3-91f3b895b4c8","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"client_id","value":"YOUR_CLIENT_ID","description":"<p>Decentro assigned client_id for the company</p>\n","type":"text"},{"key":"client_secret","value":"YOUR_CLIENT_SECRET","description":"<p>Decentro assigned client_secret for the company</p>\n","type":"text"},{"key":"module_secret","value":"{{kyc_module_secret}}","description":"<p>Decentro assigned module_secret for the company</p>\n","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n\t\"reference_id\": \"d0408693-1f06-48c5-8364-a5ac14ad7771\",\n\t\"verifier\": {\n\t\t\"name\": \"Nishant Athmakoori\",\n\t\t\"designation\": \"Ops manager\",\n\t\t\"kyc_declaration_place\": \"Mumbai\",\n\t\t\"employee_code\": \"EMP001\"\n\t},\n\t\"purpose\": \"Registering a new user to CKYC\",\n\t\"consent\": true,\n\t\"individuals\": [\n\t\t{\n\t\t\t\"identifier\": \"12312332\",\n\t\t\t\"salutation\": \"MR\",\n\t\t\t\"name\": \"Kunal Arora\",\n\t\t\t\"gender\": \"MALE\",\n\t\t\t\"date_of_birth\": \"1999-04-14\",\n\t\t\t\"relative\": {\n\t\t\t\t\"type\": \"FATHER\",\n\t\t\t\t\"salutation\": \"MR\",\n\t\t\t\t\"name\": \"Father Arora\"\n\t\t\t},\n\t\t\t\"document_submission_type\": \"EKYC\",\n\t\t\t\"location\": {\n\t\t\t\t\"address\": \"124/8A West Azad Nagar Delhi - 110051\",\n\t\t\t\t\"pincode\": \"110051\",\n\t\t\t\t\"state\": \"Delhi\",\n\t\t\t\t\"city\": \"Delhi\"\n\t\t\t},\n\t\t\t\"documents\": [\n\t\t\t\t{\n\t\t\t\t\t\"type\": \"AADHAAR\",\n\t\t\t\t\t\"base64\": \"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\"\n\t\t\t\t},\n\t\t\t\t{\n\t\t\t\t\t\"type\": \"PHOTOGRAPH\",\n\t\t\t\t\t\"base64\": \"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\"\n\t\t\t\t}\n\t\t\t],\n\t\t\t\"ids\": [\n\t\t\t\t{\n\t\t\t\t\t\"id_number\": \"XXXXXXXX1864\",\n\t\t\t\t\t\"type\": \"AADHAAR\"\n\t\t\t\t},\n\t\t\t\t{\n\t\t\t\t\t\"id_number\": \"CLFPA9909J\",\n\t\t\t\t\t\"type\": \"PAN\"\n\t\t\t\t}\n\t\t\t]\n\t\t}\n\t]\n}\n\n"},"url":"https://in.staging.decentro.tech/v2/kyc/ckyc/bulk/individuals/upload","description":"<p>Download the CKYC details of a person using his/her CKYC ID from the Search API and his/her 'Date of Birth' / 'Mobile number' / 'Pincode + year of birth' from the Central Know Your Customer (CKYC) database.</p>\n","urlObject":{"path":["v2","kyc","ckyc","bulk","individuals","upload"],"host":["https://in.staging.decentro.tech"],"query":[],"variable":[]}},"response":[{"id":"d70f72c9-f344-43a8-8edb-132df3c72157","name":"Sample","originalRequest":{"method":"POST","header":[{"key":"client_id","value":"YOUR_CLIENT_ID","description":"Decentro assigned client_id for the company","type":"text"},{"key":"client_secret","value":"YOUR_CLIENT_SECRET","description":"Decentro assigned client_secret for the company","type":"text"},{"key":"module_secret","value":"{{kyc_module_secret}}","description":"Decentro assigned module_secret for the company","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"reference_id\": \"12345\",\n    \"consent\": true,\n    \"purpose\": \"For bank account purpose\",\n    \"verifier\": {\n        \"name\": \"John Doe\",\n        \"designation\": \"CEO\",\n        \"employee_code\": \"123456789\",\n        \"kyc_declaration_place\": \"Bangalore\"\n    },\n    \"individuals\": [\n        {\n            \"identifier\": \"1\",\n            \"salutation\": \"MR\",\n            \"name\": \"John Doe\",\n            \"gender\": \"MALE\",\n            \"date_of_birth\": \"YYYY-MM-DD\",\n            \"location\": {\n                \"address\": \"XXXXXXXXXXXXXXXXXXXX\",\n                \"pincode\": \"XXXXXX\"\n            },\n            \"document_submission_type\": \"EKYC\",\n            \"relative\": {\n                \"salutation\": \"MR\",\n                \"type\": \"FATHER\",\n                \"name\": \"John Doe\"\n            },\n            \"documents\": [\n                {\n                    \"base64\": \"xxxx\",\n                    \"type\": \"AADHAAR\"\n                },\n                {\n                    \"base64\": \"xxxx\",\n                    \"type\": \"PHOTOGRAPH\"\n                }\n            ],\n            \"ids\": [\n                {\n                    \"id_number\": \"ABCDE1234F\",\n                    \"type\": \"PAN\"\n                },\n                {\n                    \"id_number\": \"XXXXXXXX1234\",\n                    \"type\": \"VOTER_ID\"\n                }\n            ]\n        }\n    ]\n}","options":{"raw":{"language":"json"}}},"url":"https://in.staging.decentro.tech/v2/kyc/ckyc/bulk/individuals/upload"},"_postman_previewlanguage":null,"header":null,"cookie":[],"responseTime":null,"body":null}],"_postman_id":"9b432df7-dffb-4c39-b0a3-91f3b895b4c8"},{"name":"CKYC Upload (Legal Entities)","id":"dc96685c-47f5-4aad-9ca4-ec6d579fc1aa","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"client_id","value":"YOUR_CLIENT_ID","description":"<p>Decentro assigned client_id for the company</p>\n","type":"text"},{"key":"client_secret","value":"YOUR_CLIENT_SECRET","description":"<p>Decentro assigned client_secret for the company</p>\n","type":"text"},{"key":"module_secret","value":"{{kyc_module_secret}}","description":"<p>Decentro assigned module_secret for the company</p>\n","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"reference_id\": \"12345\",\n    \"consent\": true,\n    \"purpose\": \"For bank account purpose\",\n    \"verifier\": {\n        \"name\": \"John Doe\",\n        \"designation\": \"CEO\",\n        \"employee_code\": \"123456789\",\n        \"kyc_declaration_place\": \"Bangalore\"\n    },\n    \"legal_entities\": [\n        {\n            \"identifier\": \"1\",\n            \"consitution_type\": \"PARTNERSHIP_FIRM\",\n            \"entity_name\": \"John Doe Partners\",\n            \"incorporation\": {\n\t            \"place\": \"Bangalore\",\n\t            \"date\": \"YYYY-MM-DD\",\n\t            \"country_code\": \"IN\"\n            },\n            \"commencement_date\": \"YYYY-MM-DD\",\n            \"location\": {\n                \"address\": \"XXXXXXXXXXXXXXX\",\n                \"pincode\": \"XXXXXX\"\n            },\n            \"related_individuals\": [\n                {\n                    \"type\": \"DIRECTOR\",\n                    \"deletion_flag\": false,\n                    \"salutation\": \"MR\",\n                    \"name\": \"Jane Doe\",\n                    \"ckyc_number\": \"XXXXXXXXXXXXXXX\"\n                }\n            ],\n            \"document_submission_type\": \"CERTIFIED_COPIES\",\n            \"documents\": [\n                {\n                    \"base64\": \"<base64>\",\n                    \"type\": \"OFFICIALLY_VALID_DOCUMENT\"\n                },\n                {\n                    \"base64\": \"<base64>\",\n                    \"type\": \"CERTIFICATE_OF_INCORPORATION\"\n                }\n            ],\n            \"ids\": [\n                {\n                    \"id_number\": \"ABCDE1234F\",\n                    \"type\": \"OFFICIALLY_VALID_DOCUMENT\"\n                },\n                {\n                    \"id_number\": \"XXXXXXXX1234\",\n                    \"type\": \"CERTIFICATE_OF_INCORPORATION\"\n                },\n                {\n                    \"id_number\": \"ABCDE1234F\",\n                    \"type\": \"GSTIN\"\n                },\n                {\n                    \"id_number\": \"XXXXXXXX1234\",\n                    \"type\": \"PAN\"\n                }\n            ]\n        }\n    ] \n}"},"url":"https://in.staging.decentro.tech/v2/kyc/ckyc/bulk/legal_entities/upload","description":"<p>Download the CKYC details of a person using his/her CKYC ID from the Search API and his/her 'Date of Birth' / 'Mobile number' / 'Pincode + year of birth' from the Central Know Your Customer (CKYC) database.</p>\n","urlObject":{"path":["v2","kyc","ckyc","bulk","legal_entities","upload"],"host":["https://in.staging.decentro.tech"],"query":[],"variable":[]}},"response":[{"id":"93ef9d32-dd5d-4bba-a8b1-1555c8f3ce63","name":"Sample","originalRequest":{"method":"POST","header":[{"key":"client_id","value":"YOUR_CLIENT_ID","description":"Decentro assigned client_id for the company","type":"text"},{"key":"client_secret","value":"YOUR_CLIENT_SECRET","description":"Decentro assigned client_secret for the company","type":"text"},{"key":"module_secret","value":"{{kyc_module_secret}}","description":"Decentro assigned module_secret for the company","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"reference_id\": \"b3840ee6-2c3a-41ef-8673-567c3e993977\",\n    \"consent\": true,\n    \"purpose\": \" For bank account purpose\",\n    \"verifier\": {\n        \"name\": \"John Doe\",\n        \"designation\": \"CEO\",\n        \"employee_code\": \"12412421\",\n        \"kyc_declaration_place\": \"Bangalore\"\n    },\n    \"legal_entities\": [\n        {\n            \"identifier\": \"2\",\n            \"constitution_type\": \"PARTNERSHIP_FIRM\",\n            \"entity_name\": \"John Doe Partners\",\n            \"incorporation\": {\n                \"place\": \"Bangalore\",\n                \"date\": \"2010-03-21\",\n                \"country_code\": \"IN\"\n            },\n            \"commencement_date\": \"2010-03-21\",\n            \"location\": {\n                \"address\": \"Lane 1, Area\",\n                \"pincode\": \"380061\"\n            },\n            \"related_individuals\": [\n                {\n                    \"type\": \"DIRECTOR\",\n                    \"deletion_flag\": false,\n                    \"salutation\": \"MR\",\n                    \"name\": \"Mirza Ahmed Ullah Baig\",\n                    \"ckyc_number\": \"50057735958849\"\n                }\n            ],\n            \"document_submission_type\": \"CERTIFIED_COPIES\",\n            \"documents\": [\n                {\n                    \"base64\": \"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\",\n                    \"type\": \"CERTIFICATE_OF_INCORPORATION\"\n                }\n            ],\n            \"ids\": [\n                {\n                    \"id_number\": \"ZXCVA1234R\",\n                    \"type\": \"CERTIFICATE_OF_INCORPORATION\"\n                },\n                {\n                    \"id_number\": \"ZXCVA1234R\",\n                    \"type\": \"PAN\"\n                },\n                {\n                    \"id_number\": \"22AAAAA0000A1Z5\",\n                    \"type\": \"GSTIN\"\n                }\n            ]\n        },\n        {\n            \"identifier\": \"1\",\n            \"constitution_type\": \"PARTNERSHIP_FIRM\",\n            \"entity_name\": \"John Doe Partners\",\n            \"incorporation\": {\n                \"place\": \"Bangalore\",\n                \"date\": \"1995-10-25\",\n                \"country_code\": \"IN\"\n            },\n            \"commencement_date\": \"1995-10-25\",\n            \"location\": {\n                \"address\": \"Lane 1, Area\",\n                \"pincode\": \"380061\"\n            },\n            \"related_individuals\": [\n                {\n                    \"type\": \"DIRECTOR\",\n                    \"deletion_flag\": false,\n                    \"salutation\": \"MR\",\n                    \"name\": \"Mirza Ahmed Ullah Baig\",\n                    \"ckyc_number\": \"50057735958849\"\n                }\n            ],\n            \"document_submission_type\": \"CERTIFIED_COPIES\",\n            \"documents\": [\n                {\n                    \"base64\": \"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\",\n                    \"type\": \"CERTIFICATE_OF_INCORPORATION\"\n                }\n            ],\n            \"ids\": [\n                {\n                    \"id_number\": \"ZXCVA1234R\",\n                    \"type\": \"CERTIFICATE_OF_INCORPORATION\"\n                },\n                {\n                    \"id_number\": \"GQYPS7046L\",\n                    \"type\": \"PAN\"\n                },\n                {\n                    \"id_number\": \"22AAAAA0000A1Z5\",\n                    \"type\": \"GSTIN\"\n                }\n            ]\n        }\n    ]\n}","options":{"raw":{"language":"json"}}},"url":"https://in.staging.decentro.tech/v2/kyc/ckyc/bulk/legal_entities/upload"},"_postman_previewlanguage":null,"header":null,"cookie":[],"responseTime":null,"body":null}],"_postman_id":"dc96685c-47f5-4aad-9ca4-ec6d579fc1aa"},{"name":"Download Generate OTP","id":"264ac3f8-a471-4944-8696-59d43bd02c03","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"accept","value":"application/json"},{"key":"content-type","value":"application/json"}],"body":{"mode":"raw","raw":"\n{\n  \"reference_id\": \"c14950e9-4d9f-4133-a1e7-a80ddffe62e3\",\n  \"id_number\": \"\",\n  \"mobile\": \"string\"\n}\n","options":{"raw":{"language":"json"}}},"url":"https://in.staging.decentro.tech/v2/kyc/ckyc/download/generate-otp","urlObject":{"path":["v2","kyc","ckyc","download","generate-otp"],"host":["https://in.staging.decentro.tech"],"query":[],"variable":[]}},"response":[],"_postman_id":"264ac3f8-a471-4944-8696-59d43bd02c03"},{"name":"Download Validate OTP","id":"9c5de8af-18ad-4f01-b8ba-655c8469b143","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"urlObject":{"query":[],"variable":[]},"url":""},"response":[],"_postman_id":"9c5de8af-18ad-4f01-b8ba-655c8469b143"}],"id":"ee10ee28-3c9a-4bc5-afb8-292f3eb18812","_postman_id":"ee10ee28-3c9a-4bc5-afb8-292f3eb18812","description":""},{"name":"Aadhaar Services","item":[{"name":"Aadhaar XML","item":[{"name":"Generate OTP","id":"f4fac8d4-68d9-4d25-9248-55c2ac691af2","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"client_id","value":"YOUR_CLIENT_ID","type":"text"},{"key":"client_secret","value":"YOUR_CLIENT_SECRET","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"reference_id\": \"a64203bd-beae-4785-a03e-657e6c23abc1\",\n    \"consent\": true,\n    \"purpose\": \"for bank account verification\",\n    \"aadhaar_number\": \"1234555\"\n}","options":{"raw":{"language":"json"}}},"url":"https://in.staging.decentro.tech/v2/kyc/aadhaar/otp","urlObject":{"path":["v2","kyc","aadhaar","otp"],"host":["https://in.staging.decentro.tech"],"query":[],"variable":[]}},"response":[{"id":"34ba2794-ccec-4980-a015-2a5fcf3e19f6","name":"Success","originalRequest":{"method":"POST","header":[{"key":"client_id","value":"<client_id>","type":"text"},{"key":"client_secret","value":"<client_secret>","type":"text"},{"key":"module_secret","value":"<module_secret>","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"reference_id\": \"12f695d5-1a18-4a11-83b9-47c8d97ebac6\",\n    \"consent\": true,\n    \"purpose\": \"for bank account verification\",\n    \"aadhaar_number\": \"898989898989\"\n}","options":{"raw":{"language":"json"}}},"url":"https://in.staging.decentro.tech/v2/kyc/aadhaar/otp"},"code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n  \"decentroTxnId\": \"DECXXXXXXXXXXXXXXXXXXXXXXXXXXX\",\n  \"status\": \"SUCCESS\",\n  \"responseCode\": \"S00000\",\n  \"message\": \"OTP generated and sent successfully on the registered mobile number. Kindly trigger the Validate OTP API within the next 10 minutes.\",\n  \"responseKey\": \"success_otp_generated\"\n}"}],"_postman_id":"f4fac8d4-68d9-4d25-9248-55c2ac691af2"},{"name":"Validate OTP","id":"129d487b-7181-416f-9c10-d653b5b3f2a0","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"client_id","value":"YOUR_CLIENT_ID","type":"text"},{"key":"client_secret","value":"YOUR_CLIENT_SECRET","type":"text"},{"key":"module_secret","value":"{{kyc_module_secret}}","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"reference_id\": \"d1e22b79-5e3f-4dd7-97d1-46636afb2871\",\n    \"consent\": true,\n    \"purpose\": \"for bank account verification\",\n    \"initiation_transaction_id\": \"5660C5291B504A88A8E486C2DC5100D1\",\n    \"otp\": \"123456\",\n    \"share_code\": \"1111\",\n    \"generate_pdf\": true,\n    \"generate_xml\": true\n}","options":{"raw":{"language":"json"}}},"url":"https://in.staging.decentro.tech/v2/kyc/aadhaar/otp/validate","urlObject":{"path":["v2","kyc","aadhaar","otp","validate"],"host":["https://in.staging.decentro.tech"],"query":[],"variable":[]}},"response":[{"id":"84cf0122-d617-443b-b01f-948bbd2fdc0d","name":"Success","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"reference_id\": \"ed30e972-1bbe-4240-9d5c-c77b52bd1703\",\n    \"consent\": true,\n    \"purpose\": \"for bank account verification\",\n    \"initiation_transaction_id\": \"DXXXXXXXXXXXXXXXXXXXX\",\n    \"otp\": \"136668\"\n}","options":{"raw":{"language":"json"}}},"url":"https://in.staging.decentro.tech/v2/kyc/aadhaar/otp/validate"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n  \"decentroTxnId\": \"DECXXXXXXXXXXXXXXXXXXXXXXXXXXX\",\n  \"status\": \"SUCCESS\",\n  \"responseCode\": \"S00000\",\n  \"message\": \"Aadhaar data retrieved successfully.\",\n  \"data\": {\n    \"aadhaarReferenceNumber\": \"882920211123XXXXXXXXX\",\n    \"proofOfIdentity\": {\n      \"dob\": \"DD-MM-YYYY\",\n      \"hashedEmail\": \"hashed-email\",\n      \"gender\": \"M\",\n      \"hashedMobileNumber\": \"hashed-number\",\n      \"name\": \"Name of candidate\"\n    },\n    \"proofOfAddress\": {\n      \"careOf\": \"S/O: name of father\",\n      \"country\": \"India\",\n      \"district\": \"Visakhapatnam\",\n      \"house\": \"door number\",\n      \"landmark\": \"\",\n      \"locality\": \"location\",\n      \"pincode\": \"XXXXXX\",\n      \"postOffice\": \"City PO\",\n      \"state\": \"Karnataka\",\n      \"street\": \"street name\",\n      \"subDistrict\": \"Bangalore (urban)\",\n      \"vtc\": \"Bangalore (Urban)\"\n    },\n    \"image\": \"base-64 string\"\n  },\n  \"responseKey\": \"success_aadhaar_fetched\"\n}"}],"_postman_id":"129d487b-7181-416f-9c10-d653b5b3f2a0"}],"id":"86e7373e-62fc-41d7-a6e9-1b5225027200","_postman_id":"86e7373e-62fc-41d7-a6e9-1b5225027200","description":""},{"name":"Aadhaar w/o OTP","item":[{"name":"Verify Aadhaar without OTP","id":"5e16f3c8-694f-44e8-80f1-21dc621aa9db","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"client_id","value":"YOUR_CLIENT_ID"},{"key":"client_secret","value":"YOUR_CLIENT_SECRET"},{"key":"module_secret","value":"{{kyc_module_secret}}"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\r\n    \"reference_id\": \"adbe01e6-4ed6-497b-b18e-3287a6564750\",\r\n    \"consent\": true,\r\n    \"purpose\": \"for bank account verification\",\r\n    \"aadhaar_number\": \"XXXXXXXXXXXX\"\r\n}"},"url":"https://in.decentro.tech/v2/kyc/aadhaar/verify","urlObject":{"protocol":"https","path":["v2","kyc","aadhaar","verify"],"host":["in","decentro","tech"],"query":[],"variable":[]}},"response":[{"id":"091e6bc3-d889-46ae-ae52-36383134afc8","name":"Success","originalRequest":{"method":"POST","header":[{"key":"client_id","value":"{{Client_ID}}"},{"key":"client_secret","value":"{{Client_Secret}}"},{"key":"module_secret","value":"{{Module_Secret}}"},{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"reference_id\": \"{{randomuuid}}\",\r\n    \"consent\": true,\r\n    \"purpose\": \"for bank account verification\",\r\n    \"aadhaar_number\": \"XXXXX\"\r\n}","options":{"raw":{"language":"json"}}},"url":"https://in.decentro.tech/v2/kyc/aadhaar/verify"},"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","name":"Content-Type","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\r\n    \"decentroTxnId\": \"B1730192954C4DXXXXX90\",\r\n    \"status\": \"SUCCESS\",\r\n    \"responseCode\": \"S00000\",\r\n    \"message\": \"Successfully verified aadhaar.\",\r\n    \"data\": {\r\n        \"status\": \"XXX\",\r\n        \"address\": \"XX\",\r\n        \"ageBand\": \"XXX\",\r\n        \"gender\": \"XX\",\r\n        \"maskedMobileNumber\": \"*******123\",\r\n        \"aadhaarNumber\": \"XXX\",\r\n        \"aadhaarExists\": \"XXX\",\r\n        \"aadhaarStatus\": \"XXX\",\r\n        \"message\": \"XXXX\"\r\n    },\r\n    \"responseKey\": \"success_aadhaar_verification\"\r\n}"},{"id":"1cfa1682-06f8-4eae-b430-a619f56d607d","name":"Invalid Aadhaar","originalRequest":{"method":"POST","header":[{"key":"client_id","value":"{{Client_ID}}"},{"key":"client_secret","value":"{{Client_Secret}}"},{"key":"module_secret","value":"{{Module_Secret}}"},{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"reference_id\": \"{{randomuuid}}\",\r\n    \"consent\": true,\r\n    \"purpose\": \"for bank account verification\",\r\n    \"aadhaar_number\": \"XXXXX\"\r\n}","options":{"raw":{"language":"json"}}},"url":"https://in.decentro.tech/v2/kyc/aadhaar/verify"},"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","name":"Content-Type","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\r\n    \"decentroTxnId\": \"0E8349BB80XXXXXBF07F43A\",\r\n    \"status\": \"FAILURE\",\r\n    \"responseCode\": \"E00009\",\r\n    \"message\": \"Please provide a valid aadhaar_number. Aadhaar number should be 12 digits. Hint: Aadhaar number (string)\",\r\n    \"responseKey\": \"error_invalid_aadhaar_number\"\r\n}"},{"id":"fc60beb8-9732-4cd4-81dc-0a20d1a5dd6b","name":"Invalid Consent","originalRequest":{"method":"POST","header":[{"key":"client_id","value":"{{Client_ID}}"},{"key":"client_secret","value":"{{Client_Secret}}"},{"key":"module_secret","value":"{{Module_Secret}}"},{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"reference_id\": \"{{randomuuid}}\",\r\n    \"consent\": false,\r\n    \"purpose\": \"for bank account verification\",\r\n    \"aadhaar_number\": \"XXXXX\"\r\n}","options":{"raw":{"language":"json"}}},"url":"https://in.decentro.tech/v2/kyc/aadhaar/verify"},"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","name":"Content-Type","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\r\n    \"decentroTxnId\": \"XXXXXXXX\",\r\n    \"status\": \"FAILURE\",\r\n    \"responseCode\": \"E00009\",\r\n    \"message\": \"Cannot proceed further without user consent.\",\r\n    \"responseKey\": \"error_consent_false\"\r\n}"},{"id":"14c31b18-fbdc-43c9-b78c-ac1958712664","name":"Long Purpose","originalRequest":{"method":"POST","header":[{"key":"client_id","value":"{{Client_ID}}"},{"key":"client_secret","value":"{{Client_Secret}}"},{"key":"module_secret","value":"{{Module_Secret}}"},{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"reference_id\": \"{{randomuuid}}\",\r\n    \"consent\": true,\r\n    \"purpose\": \"for bank account verification long consent value\",\r\n    \"aadhaar_number\": \"XXXXX\"\r\n}","options":{"raw":{"language":"json"}}},"url":"https://in.decentro.tech/v2/kyc/aadhaar/verify"},"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","name":"Content-Type","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\r\n    \"decentroTxnId\": \"XXXXXXXX\",\r\n    \"status\": \"FAILURE\",\r\n    \"responseCode\": \"E00009\",\r\n    \"message\": \"Purpose can be at most 50 characters in length.\",\r\n    \"responseKey\": \"error_long_purpose_length\"\r\n}"},{"id":"60a060f5-4bb0-46b3-9d37-8aad8b615f69","name":"Short Purpose","originalRequest":{"method":"POST","header":[{"key":"client_id","value":"{{Client_ID}}"},{"key":"client_secret","value":"{{Client_Secret}}"},{"key":"module_secret","value":"{{Module_Secret}}"},{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"reference_id\": \"{{randomuuid}}\",\r\n    \"consent\": true,\r\n    \"purpose\": \"Bank\",\r\n    \"aadhaar_number\": \"XXXXX\"\r\n}","options":{"raw":{"language":"json"}}},"url":"https://in.decentro.tech/v2/kyc/aadhaar/verify"},"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","name":"Content-Type","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\r\n    \"decentroTxnId\": \"XXXXXXXX\",\r\n    \"status\": \"FAILURE\",\r\n    \"responseCode\": \"E00009\",\r\n    \"message\": \"Purpose should be at least 20 characters in length.\",\r\n    \"responseKey\": \"error_short_purpose_length\"\r\n}"},{"id":"6ccc3514-44e1-4e53-9a17-3a7fdf175a8a","name":"Empty Reference ID","originalRequest":{"method":"POST","header":[{"key":"client_id","value":"{{Client_ID}}"},{"key":"client_secret","value":"{{Client_Secret}}"},{"key":"module_secret","value":"{{Module_Secret}}"},{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"reference_id\": \"\",\r\n    \"consent\": true,\r\n    \"purpose\": \"Bank\",\r\n    \"aadhaar_number\": \"XXXXX\"\r\n}","options":{"raw":{"language":"json"}}},"url":"https://in.decentro.tech/v2/kyc/aadhaar/verify"},"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","name":"Content-Type","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\r\n    \"decentroTxnId\": \"XXXXXXXX\",\r\n    \"status\": \"FAILURE\",\r\n    \"responseCode\": \"E00009\",\r\n    \"message\": \"Request reference ID cannot be null or empty. Hint: reference_id (string)\",\r\n    \"responseKey\": \"error_empty_reference_id\"\r\n}"}],"_postman_id":"5e16f3c8-694f-44e8-80f1-21dc621aa9db"}],"id":"a904c46f-982c-4184-badd-f679b94f79fa","_postman_id":"a904c46f-982c-4184-badd-f679b94f79fa","description":""}],"id":"ae912839-2089-41a7-a372-d090f53e7f1a","_postman_id":"ae912839-2089-41a7-a372-d090f53e7f1a","description":""},{"name":"Udyam Registration","item":[{"name":"Initiate Session","id":"1316ad95-3d3a-4d15-8eb8-9ec7630438d8","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"client_id","value":"YOUR_CLIENT_ID","type":"text"},{"key":"client_secret","value":"YOUR_CLIENT_SECRET","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"reference_id\": \"81a0e5fa-62a1-4f4b-b641-f222889854d3\",\r\n    \"consent\": true,\r\n    \"purpose\": \"For registering udyam for SMEs\",\r\n    \"aadhaar\": \"\",\r\n    \"name_on_aadhaar\": \"\"\r\n}","options":{"raw":{"language":"json"}}},"url":"{{base_url_india}}/v2/kyc/identities/business-verification/udyam/initiate","urlObject":{"path":["v2","kyc","identities","business-verification","udyam","initiate"],"host":["{{base_url_india}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"1316ad95-3d3a-4d15-8eb8-9ec7630438d8"},{"name":"Verify Session","id":"0af9a144-08e5-44bd-a658-f80537e7ed8b","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"client_id","value":"YOUR_CLIENT_ID","type":"text"},{"key":"client_secret","value":"YOUR_CLIENT_SECRET","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"otp\": \"123456\"\r\n}","options":{"raw":{"language":"json"}}},"url":"{{base_url_india}}/v2/kyc/identities/business-verification/udyam/verify-session/{transaction_id}","urlObject":{"path":["v2","kyc","identities","business-verification","udyam","verify-session","{transaction_id}"],"host":["{{base_url_india}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"0af9a144-08e5-44bd-a658-f80537e7ed8b"},{"name":"Add Details","id":"28b7476e-7f05-490b-bda7-649e5de0ee51","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"client_id","value":"YOUR_CLIENT_ID","type":"text"},{"key":"client_secret","value":"YOUR_CLIENT_SECRET","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"reference_id\": \"XXXXXXXXXXX\",\r\n    \"consent\": true,\r\n    \"purpose\": \"To add Udyam details for Registration\",\r\n    \"pan\": \"<VALID_PAN_NUMBER>\",\r\n    \"dob\": \"<DATE_OF_BIRTH_IN_YYYY-MM-DD_FORMAT>\",\r\n    \"email\": \"<EMAIL_OF_REGISTRANT>\",\r\n    \"mobile\": \"<MOBILE_OF_REGISTRANT>\",\r\n    \"social_category\": \"<VALID_VALUES_ARE_GEN/SC/ST/OBC>\",\r\n    \"gender\": \"<VALID_VALUES_ARE_MALE/FEMALE/OTHERS>\",\r\n    \"specially_abled\": \"<BOOLEAN>\",\r\n    \"enterprise_name\": \"<NAME_OF_THE_ENTERPRISE>\",\r\n    \"type_of_organisation\": \"OTHERS\",\r\n    \"units\": [\r\n        {\r\n            \"unit_name\": \"<NAME_OF_THE_UNIT>\",\r\n            \"door\": \"<FLAT/DOOR/BLOCK_NUMBER>\",\r\n            \"premises\": \"<NAME_OF_THE_PREMISES>\",\r\n            \"town\": \"<NAME_OF_TOWN_OR_VILLAGE>\",\r\n            \"block\": \"<NAME_OF_BLOCK>\",\r\n            \"road\": \"<NAME_OF_THE_ROAD>\",\r\n            \"pincode\": \"<PINCODE_OF_THE_ADDRESS>\"\r\n        }\r\n    ],\r\n    \"official_address\": {\r\n        \"door\": \"<FLAT/DOOR/BLOCK_NUMBER>\",\r\n        \"premises\": \"<NAME_OF_THE_PREMISES>\",\r\n        \"town\": \"<NAME_OF_TOWN_OR_VILLAGE>\",\r\n        \"block\": \"<NAME_OF_BLOCK>\",\r\n        \"road\": \"<NAME_OF_THE_ROAD>\",\r\n        \"pincode\": \"<PINCODE_OF_THE_ADDRESS>\"\r\n    },\r\n    \"enterprise_status\": {\r\n        \"date_of_incorporation\": \"<THE_DATE_OF_INCORPORATION>\",\r\n        \"date_of_commencement\": \"<OPTIONAL_WITH_DOI_AS_DEFAULT_VALUE>\"\r\n    },\r\n    \"bank_details\": {\r\n        \"account_number\": \"<BANK_ACCOUNT_NUMBER>\",\r\n        \"ifsc_code\": \"<IFSC_CODE_ASSOCIATED_WITH_THE_BANK_ACCOUNT_NUMBER>\"\r\n    },\r\n    \"activity_category\": \"<VALID_VALUES_ARE_MANUFACTURING/SERVICES>\",\r\n    \"nic_codes\": [\r\n        \"<ARRAY_OF_VALID_NIC_CODES>\"\r\n    ],\r\n    \"number_of_employees\": {\r\n        \"male\": \"X\",\r\n        \"female\": \"Y\",\r\n        \"others\": \"Z\"\r\n    }\r\n}","options":{"raw":{"language":"json"}}},"url":"{{base_url_india}}/v2/kyc/identities/business-verification/udyam/add-details/{transaction_id}","urlObject":{"path":["v2","kyc","identities","business-verification","udyam","add-details","{transaction_id}"],"host":["{{base_url_india}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"28b7476e-7f05-490b-bda7-649e5de0ee51"},{"name":"Confirm Final OTP","id":"3bc30988-7c8a-4514-bf13-f93281b3c0d4","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"client_id","value":"YOUR_CLIENT_ID","type":"text"},{"key":"client_secret","value":"YOUR_CLIENT_SECRET","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"otp\": \"XXXXXXX\"\r\n}","options":{"raw":{"language":"json"}}},"url":"{{base_url_india}}/v2/kyc/identities/business-verification/udyam/confirm-registration/{transaction_id}","urlObject":{"path":["v2","kyc","identities","business-verification","udyam","confirm-registration","{transaction_id}"],"host":["{{base_url_india}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"3bc30988-7c8a-4514-bf13-f93281b3c0d4"},{"name":"Resend Final OTP","id":"4b40fb63-06ab-49e3-af74-0c9a9701cb3a","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"client_id","value":"YOUR_CLIENT_ID","type":"text"},{"key":"client_secret","value":"YOUR_CLIENT_SECRET","type":"text"}],"body":{"mode":"raw","raw":"","options":{"raw":{"language":"json"}}},"url":"{{base_url_india}}/v2/kyc/identities/business-verification/udyam/resend-otp/{transaction_id}","urlObject":{"path":["v2","kyc","identities","business-verification","udyam","resend-otp","{transaction_id}"],"host":["{{base_url_india}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"4b40fb63-06ab-49e3-af74-0c9a9701cb3a"}],"id":"d06fc63a-037a-437d-8a6c-e7ee0de6a947","_postman_id":"d06fc63a-037a-437d-8a6c-e7ee0de6a947","description":""}],"id":"544ec542-05df-4917-9ed0-8d2a9fe8e26f","_postman_id":"544ec542-05df-4917-9ed0-8d2a9fe8e26f","description":""}],"id":"35689833-60b2-4389-962e-6fe3d86a0b39","description":"<p>All modules, submodules and APIs that provide KYC (Know your customer), KYB (Know your business) and KYP (Know your partner) functionalities for your end consumers/agents/vendors/sellers/partners and more.</p>\n","event":[{"listen":"prerequest","script":{"id":"bba403fe-e4d2-483b-bd45-c5daab270fd6","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"7c245614-52b5-419c-95aa-b3c7966aed4e","type":"text/javascript","exec":[""]}}],"_postman_id":"35689833-60b2-4389-962e-6fe3d86a0b39"},{"name":"Scanner","item":[{"name":"Document Forensics","item":[{"name":"Aadhaar UID Masking","id":"2a31e0ac-e8cb-4109-b1b4-b94b7732be9d","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"client_id","value":"YOUR_CLIENT_ID","description":"<p>Decentro assigned client_id for the company</p>\n","type":"text"},{"key":"client_secret","value":"YOUR_CLIENT_SECRET","description":"<p>Decentro assigned client_secret for the company</p>\n","type":"text"},{"key":"module_secret","value":"{{kyc_module_secret}}","description":"<p>Decentro assigned module_secret for the company</p>\n","type":"text"},{"key":"Content-Type","value":"multipart/form-data","type":"text"}],"body":{"mode":"formdata","formdata":[{"key":"reference_id","value":"ABCDEF123456","description":"<p>Any unique ID assigned by you for this API request.</p>\n","type":"text"},{"key":"consent","value":"Y","description":"<p>Y/N based on if your customer has given you the consent for validating his KYC based on this. Mandatory as per regulation</p>\n","type":"text"},{"key":"consent_purpose","value":"for bank account purpose only","description":"<p>The purpose of taking this consent from your customer. Mandatory as per regulation</p>\n","type":"text"},{"key":"image","description":"<p>Upload the Aadhaar image (Max size: 6MB)</p>\n","type":"file","value":null},{"key":"image_url","value":"https://pbs.twimg.com/media/FRW-XT2acAEBYQX?format=jpg&name=small","description":"<p>Add the url to the Aadhaar image to Mask UID (Max size: 6MB)</p>\n","type":"text"}]},"url":"{{base_url_india}}/v2/kyc/identities/mask_aadhaar_uid","urlObject":{"path":["v2","kyc","identities","mask_aadhaar_uid"],"host":["{{base_url_india}}"],"query":[],"variable":[]}},"response":[{"id":"8392c145-e348-4cce-a2d3-7fb0466baecd","name":"Success","originalRequest":{"method":"POST","header":[{"key":"client_id","value":"<your_client_id>","description":"Decentro assigned client_id for the company","type":"text"},{"key":"client_secret","value":"<your_client_secret>","description":"Decentro assigned client_secret for the company","type":"text"},{"key":"module_secret","value":"<your_module_secret>","description":"Decentro assigned module_secret for the company","type":"text"},{"key":"Content-Type","value":"multipart/form-data","type":"text"}],"body":{"mode":"formdata","formdata":[{"key":"reference_id","value":"ABCDEF123456","description":"Any unique ID assigned by you for this API request.","type":"text"},{"key":"consent","value":"Y","description":"Y/N based on if your customer has given you the consent for validating his KYC based on this. Mandatory as per regulation","type":"text"},{"key":"consent_purpose","value":"for bank account purpose only","description":"The purpose of taking this consent from your customer. Mandatory as per regulation","type":"text"},{"key":"image","description":"Upload the Aadhaar image (Max size: 6MB)","type":"file","value":null},{"key":"image_url","value":"https://pbs.twimg.com/media/FRW-XT2acAEBYQX?format=jpg&name=small","description":"Add the url to the Aadhaar image to Mask UID (Max size: 6MB)","type":"text","disabled":true}]},"url":"https://in.staging.decentro.tech/v2/kyc/identities/mask_aadhaar_uid"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"decentroTxnId\": \"DECXXXXXXXXXXXXXXXXXXXXXXXXXXX\",\n    \"status\": \"SUCCESS\",\n    \"responseCode\": \"S00000\",\n    \"message\": \"Successfully completed Aadhaar UID Masking\",\n    \"data\": {\n        \"isMasked\": true,\n        \"maskedImages\": [\n            \"<Base64 Image>\"\n        ]\n    },\n    \"responseKey\": \"success_aadhaar_masking\"\n}"}],"_postman_id":"2a31e0ac-e8cb-4109-b1b4-b94b7732be9d"},{"name":"ID Extraction","id":"311554de-26fb-408c-8124-cfe2916a158e","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"client_id","value":"YOUR_CLIENT_ID","type":"text","description":"<p>Decentro assigned client_id for the company</p>\n"},{"key":"client_secret","value":"YOUR_CLIENT_SECRET","type":"text","description":"<p>Decentro assigned client_secret for the company</p>\n"},{"key":"module_secret","value":"{{kyc_module_secret}}","type":"text","description":"<p>Decentro assigned module_secret for the company</p>\n"},{"warning":"This is a duplicate header and will be overridden by the Content-Type header generated by Postman.","key":"Content-Type","value":"multipart/form-data","type":"text"}],"body":{"mode":"formdata","formdata":[{"key":"reference_id","value":"eefa-abs1-0001-8915","type":"text","description":"<p>A specific unique ID assigned by you for this request</p>\n"},{"key":"document_type","value":"aadhaar","type":"text","description":"<p>Can be PAN / DRIVING_LICENSE / VOTERID / AADHAAR (case agnostic) / PASSPORT</p>\n"},{"key":"consent","value":"Y","type":"text","description":"<p>Y/N based on if your customer has given you the consent for validating his KYC based on this. Mandatory as per regulation</p>\n"},{"key":"consent_purpose","value":"for bank account purpose only","type":"text","description":"<p>The purpose of taking this consent from your customer. Mandatory as per regulation</p>\n"},{"key":"kyc_validate","value":"1","description":"<p>1/0 depending on whether you want us to run KYC check on the extracted ID number or not. 1 by default, if key is not present.\nNot applicable when document_type is aadhaar, as we need to do an offline verification of aadhaar.</p>\n","type":"text"},{"description":"<p>The ID photo or file (can be in .pdf, .jpeg, .png). Please check for layout and clarity for higher success rates. Max. allowed file size: 6 MB.\nMandatory if document_url is not present.</p>\n","key":"document","type":"file","src":"/Users/mrudavshukla/decentro/codebase/monolith/document_images/aadhaar_sample.jpeg"},{"key":"document_url","value":"https://dummyurl.com/images/pan/pan-card.jpg","description":"<p>The URL to the image of the document.\nMandatory if document is not present.</p>\n","type":"text"},{"key":"document_back","description":"<p>The ID photo (back image) or file (can be in .pdf, .jpeg, .png). Please check for layout and clarity for higher success rates. Max. allowed file size: 6 MB.\nOptional - to extract both side of ID in single request.</p>\n","type":"file","value":null},{"key":"document_back_url","value":"https://dummyurl.com/images/pan/pan-card.jpg","description":"<p>The URL to the back image of the document.\nOptional - to extract both side of a ID in single request.</p>\n","type":"text"}]},"url":"https://in.staging.decentro.tech/kyc/scan_extract/ocr","description":"<p>This API helps you extract the relevant text from inside the ID uploaded by your customer using OCR. And then fetches the details linked to that ID number automatically, via the validate API under 'Public Registry' sub-module.</p>\n<p>Currently, we support the following states for Driving License OCR:</p>\n<ul>\n<li>Delhi</li>\n<li>Karnataka</li>\n<li>Madhya Pradesh</li>\n<li>Rajasthan</li>\n<li>Punjab</li>\n<li>Bihar</li>\n</ul>\n","urlObject":{"path":["kyc","scan_extract","ocr"],"host":["https://in.staging.decentro.tech"],"query":[],"variable":[]}},"response":[{"id":"9f5e1807-e17b-462b-8a8b-90e661c50a01","name":"Success: PAN with KYC","originalRequest":{"method":"POST","header":[{"key":"client_id","value":"<YOUR_CLIENT_ID>","type":"text","description":"Decentro assigned client_id for the company"},{"key":"client_secret","value":"<YOUR_CLIENT_SECRET>","type":"text","description":"Decentro assigned client_secret for the company"},{"key":"module_secret","value":"<YOUR_KYC_AND_OB_MODULE_SECRET>","type":"text","description":"Decentro assigned module_secret for the company"},{"key":"Content-Type","value":"multipart/form-data","type":"text"}],"body":{"mode":"formdata","formdata":[{"key":"reference_id","value":"eefa-abs1-0001-8914","type":"text","description":"A specific unique ID assigned by you for this request"},{"key":"document_type","value":"pan","type":"text","description":"Can be PAN / DRIVING_LICENSE / VOTERID / AADHAAR (case agnostic)"},{"key":"consent","value":"Y","type":"text","description":"Y/N based on if your customer has given you the consent for validating his KYC based on this. Mandatory as per regulation"},{"key":"consent_purpose","value":"for bank account purpose only","type":"text","description":"The purpose of taking this consent from your customer. Mandatory as per regulation"},{"description":"The ID photo or file (can be in .pdf, .jpeg, .png). Please check for layout and clarity for higher success rates.","key":"document","type":"file","src":"/C:/Users/Dell/Downloads/pan_2.jpeg"},{"key":"kyc_validate","value":"1","description":"1/0 depending on whether you want us to run KYC check on the extracted ID number or not","type":"text"}]},"url":"https://in.staging.decentro.tech/kyc/scan_extract/ocr"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx/1.17.10 (Ubuntu)"},{"key":"Date","value":"Tue, 02 Jun 2020 12:48:45 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"770"},{"key":"Connection","value":"keep-alive"}],"cookie":[],"responseTime":null,"body":"{\n  \"ocrStatus\": \"SUCCESS\",\n  \"status\": \"SUCCESS\",\n  \"message\": \"Scan completed successfully.\",\n  \"responseKey\": \"success_pan_ocr\",\n  \"ocrResult\": {\n    \"cardNo\": \"BNZPM2501F\",\n    \"dateInfo\": \"16-07-1986\",\n    \"dateType\": \"DOB\",\n    \"fatherName\": \"DURAISAMY\",\n    \"name\": \"D MANIKANDAN\"\n  },\n  \"kycStatus\": \"SUCCESS\",\n  \"kycResult\": {\n    \"idNumber\": \"BNZPM2501F\",\n    \"idStatus\": \"VALID\",\n    \"name\": \"DURAISAMY MANIKANDAN\"\n  },\n  \"responseCode\": \"S00000\",\n  \"requestTimestamp\": \"2023-02-22 13:46:52.058236 IST (GMT +0530)\",\n  \"responseTimestamp\": \"2023-02-22 13:46:54.289154 IST (GMT +0530)\",\n  \"decentroTxnId\": \"DXXXXXXXXXXXXXXXXXXXXXXXXXXXXX\"\n}"}],"_postman_id":"311554de-26fb-408c-8124-cfe2916a158e"},{"name":"ID Classification","id":"388172ee-63bd-4c37-b411-503409c95474","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"client_id","value":"YOUR_CLIENT_ID","description":"<p>Decentro assigned client_id for the company</p>\n","type":"text"},{"key":"client_secret","value":"YOUR_CLIENT_SECRET","description":"<p>Decentro assigned client_secret for the company</p>\n","type":"text"},{"key":"Content-Type","value":"multipart/form-data","type":"text"}],"body":{"mode":"formdata","formdata":[{"key":"reference_id","value":"ABCDEF123456","description":"<p>Any unique ID assigned by you for this API request.</p>\n","type":"text"},{"key":"document_type","value":"PAN","description":"<p>Type of the document to check for - Aadhaar, PAN, Driving License, Voter ID, Passport</p>\n","type":"text"},{"key":"consent","value":"true","description":"<p>true/false based on if your customer has given you the consent for validating his KYC based on this. Mandatory as per regulation</p>\n","type":"text"},{"key":"consent_purpose","value":"for bank account purpose only","description":"<p>The purpose of taking this consent from your customer. Mandatory as per regulation</p>\n","type":"text"},{"key":"document","description":"<p>Upload the Document (Max size: 6MB)</p>\n","type":"file","src":"postman-cloud:///1f0363be-23d6-4490-b000-8f0786704c97"},{"key":"document_url","value":"","description":"<p>Add the url to the Document (Max size: 6MB)</p>\n","type":"text","disabled":true}]},"url":"https://in.decentro.tech/v2/kyc/document_classification","urlObject":{"protocol":"https","path":["v2","kyc","document_classification"],"host":["in","decentro","tech"],"query":[],"variable":[]}},"response":[{"id":"0ecff921-4e3c-441b-89ca-a2d1d2a1126d","name":"Success","originalRequest":{"method":"POST","header":[{"key":"client_id","value":"<your_client_id>","description":"Decentro assigned client_id for the company","type":"text"},{"key":"client_secret","value":"<your_client_secret>","description":"Decentro assigned client_secret for the company","type":"text"},{"key":"module_secret","value":"<your_module_secret>","description":"Decentro assigned module_secret for the company","type":"text"},{"key":"Content-Type","value":"multipart/form-data","type":"text"}],"body":{"mode":"formdata","formdata":[{"key":"reference_id","value":"ABCDEF123456","description":"Any unique ID assigned by you for this API request.","type":"text"},{"key":"document_type","value":"PAN","description":"Type of the document to check for - Aadhaar, PAN, Driving License, Voter ID, Passport","type":"text"},{"key":"consent","value":"true","description":"true/false based on if your customer has given you the consent for validating his KYC based on this. Mandatory as per regulation","type":"text"},{"key":"consent_purpose","value":"for bank account purpose only","description":"The purpose of taking this consent from your customer. Mandatory as per regulation","type":"text"},{"key":"document","description":"Upload the Document (Max size: 6MB)","type":"file","value":null},{"key":"document_url","value":"","description":"Add the url to the Document (Max size: 6MB)","type":"text","disabled":true}]},"url":"https://in.staging.decentro.tech/v2/kyc/document_classification"},"code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"decentroTxnId\": \"BC5CD047DB924564AD2B378F5B876963\",\n    \"status\": \"SUCCESS\",\n    \"responseCode\": \"S00000\",\n    \"message\": \"ID classification successful. The document type matches with the document uploaded\",\n    \"data\": {\n        \"documentClassificationStatus\": \"SUCCESS\",\n        \"idTypeClassified\": \"aadhaar\"\n    },\n    \"responseKey\": \"success_id_classification\"\n}"}],"_postman_id":"388172ee-63bd-4c37-b411-503409c95474"}],"id":"ee8bc70b-88f3-4d3f-8bcd-095dbfaf09c1","_postman_id":"ee8bc70b-88f3-4d3f-8bcd-095dbfaf09c1","description":""},{"name":"Face Forensics","item":[{"name":"Face Match","id":"73ab97f7-5ea2-4df5-8034-988efc6ad91a","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"client_id","value":"YOUR_CLIENT_ID","type":"text","description":"<p>Decentro assigned client_id for the company</p>\n"},{"key":"client_secret","value":"YOUR_CLIENT_SECRET","type":"text","description":"<p>Decentro assigned client_secret for the company</p>\n"},{"key":"module_secret","value":"{{kyc_module_secret}}","type":"text","description":"<p>Decentro assigned module_secret for the company</p>\n"},{"key":"Content-Type","value":"multipart/form-data","type":"text"}],"body":{"mode":"formdata","formdata":[{"key":"reference_id","value":"eefa-abs1-0001-8915","description":"<p>Any unique ID assigned by you for this API request.</p>\n","type":"text"},{"key":"consent","value":"Y","description":"<p>Y/N based on if your customer has given you the consent for validating his KYC based on this. Mandatory as per regulation</p>\n","type":"text"},{"key":"consent_purpose","value":"for bank account purpose only","description":"<p>The purpose of taking this consent from your customer. Mandatory as per regulation</p>\n","type":"text"},{"key":"image1","description":"<p>Upload the first image that you want to verify (Max size: 6MB)</p>\n","type":"file","value":null},{"key":"image2","description":"<p>Upload the second image that you want to verify (Max size: 6MB)</p>\n","type":"file","value":null},{"key":"threshold","value":"70","description":"<p>Default threshold value: 70 (Max value = 95)</p>\n","type":"text"},{"key":"image1_url","value":"https://pbs.twimg.com/media/FRW-XT2acAEBYQX?format=jpg&name=small","description":"<p>Add the url to the first image for Facematch (Max size: 6MB)</p>\n","type":"text"},{"key":"image2_url","value":"https://pbs.twimg.com/media/FJKOfloaQAADOE9?format=jpg&name=large","description":"<p>Add the url to the second image for Facematch (Max size: 6MB)</p>\n","type":"text"}]},"url":"https://in.staging.decentro.tech/v2/kyc/forensics/face_match","description":"<p>Facematch is a technology that compares an image which contains a face to one or more images having a face to verify the person.</p>\n","urlObject":{"protocol":"https","path":["v2","kyc","forensics","face_match"],"host":["in","staging","decentro","tech"],"query":[],"variable":[]}},"response":[{"id":"f50a8797-af5e-4707-8450-10b42fc12025","name":"Success: With Threshold","originalRequest":{"method":"POST","header":[{"key":"client_id","value":"<your_client_id>","description":"Decentro assigned client_id for the company","type":"text"},{"key":"client_secret","value":"<your_client_secret>","description":"Decentro assigned client_secret for the company","type":"text"},{"key":"module_secret","value":"<your_module_secret>","description":"Decentro assigned module_secret for the company","type":"text"},{"key":"Content-Type","value":"multipart/form-data","type":"text"}],"body":{"mode":"formdata","formdata":[{"key":"reference_id","value":"eefa-abs1-0001-8915","description":"Any unique ID assigned by you for this API request.","type":"text"},{"key":"consent","value":"Y","description":"Y/N based on if your customer has given you the consent for validating his KYC based on this. Mandatory as per regulation","type":"text"},{"key":"consent_purpose","value":"for bank account purpose only","description":"The purpose of taking this consent from your customer. Mandatory as per regulation","type":"text"},{"key":"image1","description":"Upload the first image that you want to verify (Max size: 6MB)","type":"file","value":null},{"key":"image2","description":"Upload the second image that you want to verify (Max size: 6MB)","type":"file","value":null},{"key":"threshold","value":"95","description":"Default threshold value: 70 (Max value = 95)","type":"text"},{"key":"image1_url","value":"","description":"Add the url to the first image for Facematch (Max size: 6MB)","type":"text","disabled":true},{"key":"image2_url","value":"","description":"Add the url to the second image for Facematch (Max size: 6MB)","type":"text","disabled":true}]},"url":"https://in.staging.decentro.tech/v2/kyc/forensics/face_match"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":null,"cookie":[],"responseTime":null,"body":"{\n    \"decentroTxnId\": \"DECXXXXXXXXXXXXXXXXXXXXXXXXXXX\",\n    \"status\": \"SUCCESS\",\n    \"responseCode\": \"S00000\",\n    \"message\": \"Face scan completed successfully.\",\n    \"data\": {\n        \"status\": \"SUCCESS\",\n        \"match\": \"95.00%\"\n    },\n    \"responseKey\": \"success_face_scan\"\n}"},{"id":"cc7005a2-02a8-4684-b4e1-31a994ebe1dc","name":"Face Match","originalRequest":{"method":"POST","header":[{"key":"client_id","value":"YOUR_CLIENT_ID","type":"text","description":"Decentro assigned client_id for the company"},{"key":"client_secret","value":"YOUR_CLIENT_SECRET","type":"text","description":"Decentro assigned client_secret for the company"},{"key":"module_secret","value":"{{kyc_module_secret}}","type":"text","description":"Decentro assigned module_secret for the company"},{"key":"Content-Type","value":"multipart/form-data","type":"text"}],"body":{"mode":"formdata","formdata":[{"key":"reference_id","value":"eefa-abs1-0001-8915","description":"Any unique ID assigned by you for this API request.","type":"text"},{"key":"consent","value":"Y","description":"Y/N based on if your customer has given you the consent for validating his KYC based on this. Mandatory as per regulation","type":"text"},{"key":"consent_purpose","value":"for bank account purpose only","description":"The purpose of taking this consent from your customer. Mandatory as per regulation","type":"text"},{"key":"image1","description":"Upload the first image that you want to verify (Max size: 6MB)","type":"file","value":null},{"key":"image2","description":"Upload the second image that you want to verify (Max size: 6MB)","type":"file","value":null},{"key":"threshold","value":"70","description":"Default threshold value: 70 (Max value = 95)","type":"text"},{"key":"image1_url","value":"https://pbs.twimg.com/media/FRW-XT2acAEBYQX?format=jpg&name=small","description":"Add the url to the first image for Facematch (Max size: 6MB)","type":"text"},{"key":"image2_url","value":"https://pbs.twimg.com/media/FJKOfloaQAADOE9?format=jpg&name=large","description":"Add the url to the second image for Facematch (Max size: 6MB)","type":"text"}]},"url":"https://in.staging.decentro.tech/v2/kyc/forensics/face_match"},"_postman_previewlanguage":null,"header":null,"cookie":[],"responseTime":null,"body":null}],"_postman_id":"73ab97f7-5ea2-4df5-8034-988efc6ad91a"},{"name":"Passive Image Liveness","id":"c0792e17-7a02-4bf1-8a8e-76e4c1429d43","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"client_id","value":"YOUR_CLIENT_ID","type":"text","description":"<p>Decentro assigned client_id for the company</p>\n"},{"key":"client_secret","value":"YOUR_CLIENT_SECRET","type":"text","description":"<p>Decentro assigned client_secret for the company</p>\n"},{"key":"module_secret","value":"{{kyc_module_secret}}","type":"text","description":"<p>Decentro assigned module_secret for the company</p>\n"},{"key":"Content-Type","value":"multipart/form-data","type":"text"}],"body":{"mode":"formdata","formdata":[{"key":"reference_id","value":"ABCDEF123456","type":"text"},{"key":"consent","value":"true","type":"text"},{"key":"purpose","value":"for bank account verification","type":"text"},{"key":"image","type":"file","value":null}]},"url":"https://in.staging.decentro.tech/v2/kyc/forensics/liveness/passive","description":"<p>This API is used to match tw texts entered by the user based on the threshold value (0-100) passed in the request body.</p>\n","urlObject":{"path":["v2","kyc","forensics","liveness","passive"],"host":["https://in.staging.decentro.tech"],"query":[],"variable":[]}},"response":[{"id":"ce7a1330-4a3d-4025-a85c-ffd0e6d4164c","name":"Success","originalRequest":{"method":"POST","header":[{"key":"client_id","value":"<your_client_id>","description":"Decentro assigned client_id for the company","type":"text"},{"key":"client_secret","value":"<your_client_secret>","description":"Decentro assigned client_secret for the company","type":"text"},{"key":"module_secret","value":"<your_module_secret>","description":"Decentro assigned module_secret for the company","type":"text"},{"key":"Content-Type","value":"multipart/form-data","type":"text"}],"body":{"mode":"formdata","formdata":[{"key":"reference_id","value":"ABCDEF123456","type":"text"},{"key":"consent","value":"true","type":"text"},{"key":"purpose","value":"for bank account verification","type":"text"},{"key":"image","type":"file","value":null}]},"url":"https://in.staging.decentro.tech/v2/kyc/forensics/liveness/passive"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n  \"decentroTxnId\": \"DXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX\",\n  \"status\": \"SUCCESS\",\n  \"responseCode\": \"S00000\",\n  \"message\": \"Passive liveness check performed successfully\",\n  \"data\": {\n    \"status\": \"SUCCESS\",\n    \"live\": \"yes\",\n    \"livenessScore\": \"85\",\n    \"needToReview\": \"no\"\n  },\n  \"responseKey\": \"success_liveness_check\"\n}"}],"_postman_id":"c0792e17-7a02-4bf1-8a8e-76e4c1429d43"},{"name":"Passive Video Liveness","id":"f2b43536-cf7c-43f2-824c-c1af508054c7","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"client_id","value":"YOUR_CLIENT_ID","type":"text","description":"<p>Decentro assigned client_id for the company</p>\n"},{"key":"client_secret","value":"YOUR_CLIENT_SECRET","type":"text","description":"<p>Decentro assigned client_secret for the company</p>\n"},{"key":"module_secret","value":"{{kyc_module_secret}}","type":"text","description":"<p>Decentro assigned module_secret for the company</p>\n"},{"key":"Content-Type","value":"multipart/form-data","type":"text"}],"body":{"mode":"formdata","formdata":[{"key":"reference_id","value":"02a05f79-4d10-47d6-89a9-6e5b54160e3e","description":"<p>Any unique ID assigned by you for this API request.</p>\n","type":"text"},{"key":"consent","value":"true","description":"<p>true/false based on if your customer has given you the consent for validating his KYC based on this. Mandatory as per regulation.</p>\n","type":"text"},{"key":"consent_purpose","value":"for bank account purpose only","description":"<p>The purpose of taking this consent from your customer. Mandatory as per regulation.</p>\n","type":"text"},{"key":"video","description":"<p>Upload the video to check for Liveness. Supported formats .mp4/.webm</p>\n","type":"file","value":null},{"key":"video_url","value":"","description":"<p>URL of the video to check for Liveness. Supported formats .mp4/.webm</p>\n","type":"text"}]},"url":"https://in.staging.decentro.tech/v2/kyc/forensics/video_liveness","description":"<p>Liveness Verification is the ability to detect the presence of a live user, rather than a representation such as a photo, a fake video or a mask.</p>\n","urlObject":{"protocol":"https","path":["v2","kyc","forensics","video_liveness"],"host":["in","staging","decentro","tech"],"query":[],"variable":[]}},"response":[{"id":"83ade023-e5e3-407d-a8b8-808f2b3a6bb6","name":"Success","originalRequest":{"method":"POST","header":[{"key":"client_id","value":"<your_client_id>","description":"Decentro assigned client_id for the company\n\n","type":"text"},{"key":"client_secret","value":"<your_client_secret>","description":"Decentro assigned client_secret for the company","type":"text"},{"key":"module_secret","value":"<your_module_secret>","description":"Decentro assigned module_secret for the company","type":"text"},{"key":"Content-Type","value":"multipart/form-data","type":"text"}],"body":{"mode":"formdata","formdata":[{"key":"reference_id","value":"02a05f79-4d10-47d6-89a9-6e5b54160e3e","description":"Any unique ID assigned by you for this API request.","type":"text"},{"key":"consent","value":"true","description":"true/false based on if your customer has given you the consent for validating his KYC based on this. Mandatory as per regulation.","type":"text"},{"key":"consent_purpose","value":"for bank account purpose only","description":"The purpose of taking this consent from your customer. Mandatory as per regulation.","type":"text"},{"key":"video","description":"Upload the video to check for Liveness. Supported formats .mp4/.webm","type":"file","value":null},{"key":"video_url","value":"","description":"URL of the video to check for Liveness. Supported formats .mp4/.webm","type":"text"}]},"url":"https://in.staging.decentro.tech/v2/kyc/forensics/video_liveness"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":null,"cookie":[],"responseTime":null,"body":"{\n    \"decentroTxnId\": \"DECXXXXXXXXXXXXXXXXXXXXXXXXXXX\",\n    \"status\": \"SUCCESS\",\n    \"responseCode\": \"S00000\",\n    \"message\": \"Liveliness check performed successfully\",\n    \"data\": {\n        \"status\": \"SUCCESS\",\n        \"confidence\": \"1.0\"\n    },\n    \"responseKey\": \"success_liveness_check\"\n}"}],"_postman_id":"f2b43536-cf7c-43f2-824c-c1af508054c7"}],"id":"8984320c-8790-459a-be7e-84e23a6ab61a","_postman_id":"8984320c-8790-459a-be7e-84e23a6ab61a","description":""},{"name":"Data Forensics","item":[{"name":"Text Match","id":"c0b32511-2e41-4858-b68b-074b7ce50016","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"client_id","value":"YOUR_CLIENT_ID","type":"text","description":"<p>Decentro assigned client_id for the company</p>\n"},{"key":"client_secret","value":"YOUR_CLIENT_SECRET","type":"text","description":"<p>Decentro assigned client_secret for the company</p>\n"},{"key":"module_secret","value":"{{kyc_module_secret}}","type":"text","description":"<p>Decentro assigned module_secret for the company</p>\n"}],"body":{"mode":"raw","raw":"{\n    \"reference_id\": \"e2f7a7fb-d71f-49f2-a726-5d3d21e590fd\",\n    \"text1\": \"John Doe\",\n    \"text2\": \"Jane Doe\",\n    \"match_threshold\": {\n        \"textual\": 50,\n        \"phonetic\": 100    \n    }\n}","options":{"raw":{"language":"json"}}},"url":"https://in.staging.decentro.tech/v2/kyc/match","description":"<p>Facematch is a technology that compares an image which contains a face to one or more images having a face to verify the person.</p>\n","urlObject":{"path":["v2","kyc","match"],"host":["https://in.staging.decentro.tech"],"query":[],"variable":[]}},"response":[],"_postman_id":"c0b32511-2e41-4858-b68b-074b7ce50016"},{"name":"Name Match","id":"65c36c56-1fb8-4551-8476-69932cd70d34","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"client_id","value":"YOUR_CLIENT_ID","type":"text","description":"<p>Decentro assigned client_id for the company</p>\n"},{"key":"client_secret","value":"YOUR_CLIENT_SECRET","type":"text","description":"<p>Decentro assigned client_secret for the company</p>\n"},{"key":"module_secret","value":"{{kyc_module_secret}}","type":"text","description":"<p>Decentro assigned module_secret for the company</p>\n"}],"body":{"mode":"raw","raw":"{\n    \"reference_id\": \"6db4031f-82a6-4d43-b046-a6dfafe78cf4\",\n    \"name1\": \"John Doe\",\n    \"name2\": \"Jane Doe\",\n    \"match_threshold\": {\n        \"textual\": 50,\n        \"phonetic\": 100    \n    }\n}","options":{"raw":{"language":"json"}}},"url":"https://in.staging.decentro.tech/v2/kyc/match/name","description":"<p>Facematch is a technology that compares an image which contains a face to one or more images having a face to verify the person.</p>\n","urlObject":{"path":["v2","kyc","match","name"],"host":["https://in.staging.decentro.tech"],"query":[],"variable":[]}},"response":[],"_postman_id":"65c36c56-1fb8-4551-8476-69932cd70d34"},{"name":"Location Match","id":"6e00bd48-82b8-44e9-8c75-cf6f0ba9d75c","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"client_id","value":"YOUR_CLIENT_ID","type":"text","description":"<p>Decentro assigned client_id for the company</p>\n"},{"key":"client_secret","value":"YOUR_CLIENT_SECRET","type":"text","description":"<p>Decentro assigned client_secret for the company</p>\n"},{"key":"module_secret","value":"{{kyc_module_secret}}","type":"text","description":"<p>Decentro assigned module_secret for the company</p>\n"}],"body":{"mode":"raw","raw":"{\n    \"reference_id\": \"0dcf86e4-593a-48ac-828e-2d78eb7a9865\",\n    \"consent\": true,\n    \"purpose\": \"Match the address of customer\",\n    \"location1\": {\n        \"address\": \"CRED Indiranagar\"\n    },\n    \"location2\": {\n        \"coordinates\": {\n            \"longitude\": 77.6413954,\n            \"latitude\": 12.9638841\n        }    \n    },\n    \"match_threshold\": 600\n}","options":{"raw":{"language":"json"}}},"url":"https://in.staging.decentro.tech/v2/kyc/match/location","description":"<p>Facematch is a technology that compares an image which contains a face to one or more images having a face to verify the person.</p>\n","urlObject":{"path":["v2","kyc","match","location"],"host":["https://in.staging.decentro.tech"],"query":[],"variable":[]}},"response":[],"_postman_id":"6e00bd48-82b8-44e9-8c75-cf6f0ba9d75c"}],"id":"84d98614-8f82-4d8b-a3b1-1cb02a7f0ce8","_postman_id":"84d98614-8f82-4d8b-a3b1-1cb02a7f0ce8","description":""},{"name":"Fraud Detection","item":[{"name":"New Request","id":"5d2e8f93-a5c4-4357-b4e7-18c512472299","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"urlObject":{"query":[],"variable":[]},"url":""},"response":[],"_postman_id":"5d2e8f93-a5c4-4357-b4e7-18c512472299"}],"id":"c5fa6b73-8ebb-4c43-bf8b-fa21668ccfbb","_postman_id":"c5fa6b73-8ebb-4c43-bf8b-fa21668ccfbb","description":""},{"name":"User Intelligence","item":[{"name":"Omniscore","id":"62091cc5-b57b-4d6f-8b96-37c07e13e401","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"POST","header":[{"key":"client_id","value":"YOUR_CLIENT_ID"},{"key":"client_secret","value":"YOUR_CLIENT_SECRET"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"name\": \"John Doe\",                     \n  \"mobile\": \"9999999999\",                  \n  \"pan\": \"ABCDE1234F\",                     \n  \"email\": \"john.doe@decentro.tech\",                  \n  \"digital_weight\": 0.35,                  \n  \"employment_weight\": 0.30,             \n  \"finance_weight\": 0.35                   \n}","options":{"raw":{"language":"json"}}},"url":"https://in.decentro.tech/v1/scanner/user-intelligence/omniscore","urlObject":{"path":["v1","scanner","user-intelligence","omniscore"],"host":["https://in.decentro.tech"],"query":[],"variable":[]}},"response":[],"_postman_id":"62091cc5-b57b-4d6f-8b96-37c07e13e401"}],"id":"20ffc2b7-c600-4ed4-bd57-f7d4123bbd28","_postman_id":"20ffc2b7-c600-4ed4-bd57-f7d4123bbd28","description":""}],"id":"47acd6e2-3586-411b-afb2-d4524353dd85","_postman_id":"47acd6e2-3586-411b-afb2-d4524353dd85","description":""},{"name":"Bytes","item":[{"name":"Mobile to X Suite","item":[{"name":"Mobile to Name","id":"909a6d4d-3f7d-4ef3-8470-0f5f3852a1bd","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"client_id","value":"YOUR_CLIENT_ID"},{"key":"client_secret","value":"YOUR_CLIENT_SECRET"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\r\n    \"reference_id\": \"dcfed641-f77a-4635-8195-d7817581fc87\",\r\n    \"consent\": true,\r\n    \"purpose\": \"Fetch user VPA from mobile number\",\r\n    \"mobile\": \"1234567890\"\r\n}"},"url":"{{base_url_india}}/v2/financial_services/mobile_to_name","urlObject":{"path":["v2","financial_services","mobile_to_name"],"host":["{{base_url_india}}"],"query":[],"variable":[]}},"response":[{"id":"5b78dbc6-3b6a-434d-9339-e83e5b3ae848","name":"Mobile to Name","originalRequest":{"method":"POST","header":[{"key":"client_id","value":"YOUR_CLIENT_ID"},{"key":"client_secret","value":"YOUR_CLIENT_SECRET"},{"key":"Content-Type","value":"application/json"},{"key":"module_secret","value":"{{financial_services_module_secret}}","disabled":true}],"body":{"mode":"raw","raw":"{\r\n    \"reference_id\": \"03c63aac-4a53-4c97-9ce0-6f8c03448c5f\",\r\n    \"consent\": true,\r\n    \"purpose\": \"Fetch user VPA from mobile number\",\r\n    \"mobile\": \"1234567890\"\r\n}"},"url":"https://in.decentro.tech/v2/financial_services/mobile_to_name"},"_postman_previewlanguage":null,"header":null,"cookie":[],"responseTime":null,"body":null},{"id":"e1050128-1451-4518-845d-995f8d474cf5","name":"Mobile to Name","originalRequest":{"method":"POST","header":[{"key":"client_id","value":"YOUR_CLIENT_ID"},{"key":"client_secret","value":"YOUR_CLIENT_SECRET"},{"key":"Content-Type","value":"application/json"},{"key":"module_secret","value":"{{financial_services_module_secret}}","disabled":true}],"body":{"mode":"raw","raw":"{\r\n    \"reference_id\": \"7920721f-fccb-4cb8-af2b-c767082429ed\",\r\n    \"consent\": true,\r\n    \"purpose\": \"Fetch user VPA from mobile number\",\r\n    \"mobile\": \"1234567890\"\r\n}"},"url":"https://in.decentro.tech/v2/financial_services/mobile_to_name"},"_postman_previewlanguage":null,"header":null,"cookie":[],"responseTime":null,"body":null}],"_postman_id":"909a6d4d-3f7d-4ef3-8470-0f5f3852a1bd"},{"name":"Mobile to Address","id":"82da78df-1530-4d51-95bb-49dbfcf39859","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"client_id","value":"YOUR_CLIENT_ID"},{"key":"client_secret","value":"YOUR_CLIENT_SECRET"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\r\n        \"mobile\": \"7406050077\"\r\n}"},"url":"https://in.staging.decentro.tech/v2/bytes/mobile_to_address","urlObject":{"path":["v2","bytes","mobile_to_address"],"host":["https://in.staging.decentro.tech"],"query":[],"variable":[]}},"response":[],"_postman_id":"82da78df-1530-4d51-95bb-49dbfcf39859"},{"name":"Mobile to EPFO","id":"b64f2b4c-f5f2-450b-875d-4a49e5547d29","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"client_id","value":"YOUR_CLIENT_ID"},{"key":"client_secret","value":"YOUR_CLIENT_SECRET"},{"key":"Content-Type","value":"application/json"},{"key":"module_secret","value":"{{financial_services_module_secret}}"}],"body":{"mode":"raw","raw":"{\r\n    \"reference_id\": \"abe81884-c568-4009-b0c3-95262479c7f7\",\r\n    \"consent\": true,\r\n    \"purpose\": \"Fetch user VPA from mobile number\",\r\n    \"mobile\": \"7406050077\"\r\n}"},"url":"https://in.decentro.tech/v2/bytes/mobile_to_epfo","urlObject":{"protocol":"https","path":["v2","bytes","mobile_to_epfo"],"host":["in","decentro","tech"],"query":[],"variable":[]}},"response":[{"id":"41560a9f-c54f-47b0-87b1-7fdfa2265fb3","name":"Success","originalRequest":{"method":"POST","header":[{"key":"client_id","value":"YOUR_CLIENT_ID"},{"key":"client_secret","value":"YOUR_CLIENT_SECRET"},{"key":"Content-Type","value":"application/json"},{"key":"module_secret","value":"{{financial_services_module_secret}}"}],"body":{"mode":"raw","raw":"{\r\n    \"reference_id\": \"f87cf9b1-f3b8-466a-9e63-5650ab893976\",\r\n    \"consent\": true,\r\n    \"purpose\": \"Fetch user VPA from mobile number\",\r\n    \"mobile\": \"7406050077\"\r\n}"},"url":"https://in.decentro.tech/v2/bytes/mobile_to_epfo"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"decentroTxnId\": \"6DD8BE936A2C4545B2455ABCEF2D0848\",\n    \"status\": \"SUCCESS\",\n    \"responseCode\": \"S00000\",\n    \"message\": \"EPFO Search by Mobile Success.\",\n    \"data\": {\n        \"uan\": [\n            \"101000000000\"\n        ],\n        \"uanDetails\": {\n            \"101000000000\": {\n                \"memberId\": \"AAAAA00000000000010000\",\n                \"establishmentId\": \"AAAAA0000000000\",\n                \"dateOfExit\": \"\",\n                \"dateOfJoining\": \"2000-01-01\",\n                \"leaveReason\": \"\",\n                \"establishmentName\": \"ABC PRIVATE LIMITED\"\n            }\n        }\n    },\n    \"responseKey\": \"success_epfo_details_fetched\"\n}"},{"id":"5cdf2b79-0467-42bb-97ad-e1c7d7ec82a4","name":"Mobile to EPFO","originalRequest":{"method":"POST","header":[{"key":"client_id","value":"YOUR_CLIENT_ID"},{"key":"client_secret","value":"YOUR_CLIENT_SECRET"},{"key":"Content-Type","value":"application/json"},{"key":"module_secret","value":"{{financial_services_module_secret}}"}],"body":{"mode":"raw","raw":"{\r\n    \"reference_id\": \"3e17e437-c333-4857-a66e-b54390c39b89\",\r\n    \"consent\": true,\r\n    \"purpose\": \"Fetch user VPA from mobile number\",\r\n    \"mobile\": \"7406050077\"\r\n}"},"url":"https://in.decentro.tech/v2/bytes/mobile_to_epfo"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[{"expires":"Invalid Date","domain":"","path":""}],"responseTime":null,"body":"{\n    \"decentroTxnId\": \"B324D68B5E184E4A8316F6A1266DC09F\",\n    \"status\": \"SUCCESS\",\n    \"responseCode\": \"S00000\",\n    \"message\": \"EPFO Details not found.\",\n    \"responseKey\": \"error_no_record_found\"\n}"}],"_postman_id":"b64f2b4c-f5f2-450b-875d-4a49e5547d29"},{"name":"Mobile to Udyam","id":"4338f9e2-2054-4219-97b2-d460bd2bc780","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"client_id","value":"YOUR_CLIENT_ID"},{"key":"client_secret","value":"YOUR_CLIENT_SECRET"},{"key":"Content-Type","value":"application/json"},{"key":"module_secret","value":"{{financial_services_module_secret}}"}],"body":{"mode":"raw","raw":"{\r\n    \"reference_id\": \"d7443d9f-60fd-4d3e-9231-c5d69951b29a\",\r\n    \"consent\": true,\r\n    \"purpose\": \"Fetch user VPA from mobile number\",\r\n    \"mobile\": \"9999999999\"\r\n}"},"url":"https://in.decentro.tech/v2/financial_services/mobile_to_udyam","urlObject":{"protocol":"https","path":["v2","financial_services","mobile_to_udyam"],"host":["in","decentro","tech"],"query":[],"variable":[]}},"response":[{"id":"42e7cf12-8637-4346-acfb-ddb83383c3ae","name":"Success","originalRequest":{"method":"POST","header":[{"key":"client_id","value":"YOUR_CLIENT_ID"},{"key":"client_secret","value":"YOUR_CLIENT_SECRET"},{"key":"Content-Type","value":"application/json"},{"key":"module_secret","value":"{{financial_services_module_secret}}"}],"body":{"mode":"raw","raw":"{\r\n    \"reference_id\": \"aefe8bc1-9f45-467e-90fc-e9a98e4f8f85\",\r\n    \"consent\": true,\r\n    \"purpose\": \"Fetch user VPA from mobile number\",\r\n    \"mobile\": \"9999999999\"\r\n}"},"url":"https://in.decentro.tech/v2/financial_services/mobile_to_udyam"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[{"expires":"Invalid Date","domain":"","path":""}],"responseTime":null,"body":"[\n    {\n        \"panLinkedToUdyam\": \"AAJCB8610R\",\n        \"udyamName\": \"M/S BOOKMYTOOR INDIA PRIVATE LIMITED\",\n        \"udyamNumber\": \"UDYAM-KR-03-0079802\"\n    },\n    {\n        \"panLinkedToUdyam\": \"NCVPS0589G\",\n        \"udyamName\": \"jay singh kirana\",\n        \"udyamNumber\": \"UDYAM-MP-49-0007389\"\n    }\n]"}],"_postman_id":"4338f9e2-2054-4219-97b2-d460bd2bc780"},{"name":"Mobile to VPA Basic","id":"29008330-7244-4e03-a2b6-ae9a607795f9","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"client_id","value":"YOUR_CLIENT_ID"},{"key":"client_secret","value":"YOUR_CLIENT_SECRET"},{"key":"Content-Type","value":"application/json"},{"key":"module_secret","value":"{{fin_module_secret}}"}],"body":{"mode":"raw","raw":"{\r\n    \"reference_id\": \"66a672fa-f995-4ab4-9242-c093010ab3e3\",\r\n    \"consent\": true,\r\n    \"purpose\": \"Fetch user VPA from mobile number\",\r\n    \"mobile\": \"7406050077\"\r\n}"},"url":"https://in.staging.decentro.tech/v2/financial_services/mobile_to_vpa/basic","urlObject":{"protocol":"https","path":["v2","financial_services","mobile_to_vpa","basic"],"host":["in","staging","decentro","tech"],"query":[],"variable":[]}},"response":[],"_postman_id":"29008330-7244-4e03-a2b6-ae9a607795f9"},{"name":"Mobile to VPA Advanced","event":[{"listen":"test","script":{"id":"b025ef3b-d6aa-41bc-a1fc-38b56a2c1026","exec":[""],"type":"text/javascript","packages":{}}}],"id":"6c9eda7b-f7f4-4360-b622-176760def39d","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"client_id","value":"YOUR_CLIENT_ID"},{"key":"client_secret","value":"YOUR_CLIENT_SECRET"},{"key":"Content-Type","value":"application/json"},{"key":"module_secret","value":"{{financial_services_module_secret}}"}],"body":{"mode":"raw","raw":"{\r\n    \"reference_id\": \"5098163f-88d5-4d40-8e44-091741f6fe67\",\r\n    \"consent\": true,\r\n    \"purpose\": \"Fetch user VPA from mobile number\",\r\n    \"mobile\": \"7406050077\"\r\n}"},"url":"https://in.decentro.tech/v2/financial_services/mobile_to_vpa/advance","urlObject":{"protocol":"https","path":["v2","financial_services","mobile_to_vpa","advance"],"host":["in","decentro","tech"],"query":[],"variable":[]}},"response":[],"_postman_id":"6c9eda7b-f7f4-4360-b622-176760def39d"},{"name":"Mobile to Address(v3)","id":"67d05071-d001-497c-8131-ffa5c2145846","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"POST","header":[{"key":"client_id","value":"YOUR_CLIENT_ID"},{"key":"client_secret","value":"YOUR_CLIENT_SECRET"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\r\n    \"reference_id\": \"XXXXXXXXXX\",\r\n    \"consent\": true,\r\n    \"purpose\": \"To fetch users address details\",\r\n    \"mobile\": \"7406050077\"\r\n}"},"url":"https://in.staging.decentro.tech/v3/bytes/mobile_to_address","urlObject":{"path":["v3","bytes","mobile_to_address"],"host":["https://in.staging.decentro.tech"],"query":[],"variable":[]}},"response":[{"id":"1ccff01a-0cf5-4890-9db0-2582eba0f946","name":"Success","originalRequest":{"method":"POST","header":[{"key":"client_id","value":"YOUR_CLIENT_ID"},{"key":"client_secret","value":"YOUR_CLIENT_SECRET"},{"key":"Content-Type","value":"application/json"},{"key":"module_secret","value":"{{financial_services_module_secret}}","disabled":true}],"body":{"mode":"raw","raw":"{\r\n    \"reference_id\": \"XXXXXXXXXX\",\r\n    \"consent\": true,\r\n    \"purpose\": \"To fetch users address details\",\r\n    \"mobile\": \"7406050077\"\r\n}"},"url":"https://in.staging.decentro.tech/v3/bytes/mobile_to_address"},"_postman_previewlanguage":"","header":[],"cookie":[{"expires":"Invalid Date","domain":"","path":""}],"responseTime":null,"body":"{\n    \"decentroTxnId\": \"9C98AE9CE6DA40449FF12A0B84D9374E\",\n    \"status\": \"SUCCESS\",\n    \"responseCode\": \"S00000\",\n    \"message\": \"Successfully fetched address data for the given mobile number.\",\n    \"data\": {\n        \"addresses\": [\n            {\n                \"id\": \"67737bb7e895c66a00079643\",\n                \"addressLine1\": \"104B, Sector 2, PWD Quarters\",\n                \"addressLine2\": \"1st Sector, HSR Layout\",\n                \"email\": \"sanjanadutta444@gmail.com\",\n                \"firstName\": \"Joel\",\n                \"lastName\": \"\",\n                \"city\": \"Bangalore\",\n                \"state\": \"Karnataka\",\n                \"pincode\": \"560102\",\n                \"country\": \"India\",\n                \"countryCode\": \"IN\",\n                \"stateCode\": \"KA\",\n                \"isdCode\": \"+91\",\n                \"isPrimary\": true,\n                \"lastDeliveryAt\": \"2025-01-01T10:39:28.000Z\"\n            },\n            {\n                \"id\": \"6639336dad607e73880192e3\",\n                \"addressLine1\": \"301, Prakruti Srikanta Apartments, 1st, Main,paramahamsa Road,\",\n                \"addressLine2\": \"Beside Sacred Heart Church,, Yadavgiri,, Mysuru\",\n                \"email\": \"sanjanadutta444@gmail.com\",\n                \"firstName\": \"JOEL\",\n                \"lastName\": \"REGO\",\n                \"city\": \"Mysore\",\n                \"state\": \"Karnataka\",\n                \"pincode\": \"570020\",\n                \"country\": \"India\",\n                \"countryCode\": \"IN\",\n                \"stateCode\": \"KA\",\n                \"isdCode\": \"+91\",\n                \"isPrimary\": true,\n                \"lastDeliveryAt\": \"2024-05-14T05:54:40.000Z\"\n            },\n            {\n                \"id\": \"63d233ae7b682a15c009bdbb\",\n                \"addressLine1\": \"House No. 40, Second Floor. East of NGEF Layout, Bennigana Halli, Bengaluru, Karnataka 5 BENGALURU, KARNATAKA 560043 India\",\n                \"addressLine2\": \"\",\n                \"email\": \"sanjanadutta444@gmail.com\",\n                \"firstName\": \"Joel\",\n                \"lastName\": \"Rego\",\n                \"city\": \"Bangalore\",\n                \"state\": \"Karnataka\",\n                \"pincode\": \"560043\",\n                \"country\": \"IN\",\n                \"countryCode\": \"IN\",\n                \"stateCode\": \"KA\",\n                \"isdCode\": \"+91\",\n                \"isPrimary\": true,\n                \"lastDeliveryAt\": \"2023-01-30T14:45:47.000Z\"\n            },\n            {\n                \"id\": \"67835e2c1178d7e2c505bf38\",\n                \"addressLine1\": \"104B, Sector 2, PWD Quarters, 1st Sector, HSR Layout\",\n                \"addressLine2\": \"\",\n                \"email\": \"sanjanadutta444@gmail.com\",\n                \"firstName\": \"Joel\",\n                \"lastName\": \"\",\n                \"city\": \"Bangalore\",\n                \"state\": \"Karnataka\",\n                \"pincode\": \"560036\",\n                \"country\": \"India\",\n                \"countryCode\": \"IN\",\n                \"stateCode\": \"KA\",\n                \"isdCode\": \"+91\",\n                \"isPrimary\": true,\n                \"lastDeliveryAt\": \"2025-01-15T10:30:26.000Z\"\n            },\n            {\n                \"id\": \"66485a95769c4264a30976f3\",\n                \"addressLine1\": \"S2, Second Floor, House No. 44, Right Side Building of Kailasa Nilayam, Om Shakti Layout, 2nd Block, 3rd Main, 4th Cross Rd, Ayyappa Nagar, Krishnarajapura, Bengaluru, Karnataka 560036\",\n                \"addressLine2\": \"\",\n                \"email\": \"sanjanadutta444@gmail.com\",\n                \"firstName\": \"Joel\",\n                \"lastName\": \"Rego\",\n                \"city\": \"Bangalore\",\n                \"state\": \"Karnataka\",\n                \"pincode\": \"560036\",\n                \"country\": \"India\",\n                \"countryCode\": \"IN\",\n                \"stateCode\": \"KA\",\n                \"isdCode\": \"+91\",\n                \"isPrimary\": true,\n                \"lastDeliveryAt\": \"2024-01-03T09:31:00.000Z\"\n            },\n            {\n                \"id\": \"683986e3a1a605b74b1e8305\",\n                \"addressLine1\": \"104B, Sector 2, PWD Quarters, 1st Sector, HSR Layout\",\n                \"addressLine2\": \"1st Sector, HSR Layout\",\n                \"email\": \"sanjanadutta444@gmail.com\",\n                \"firstName\": \"Joel\",\n                \"lastName\": \"\",\n                \"city\": \"Bangalore\",\n                \"state\": \"Karnataka\",\n                \"pincode\": \"560102\",\n                \"country\": \"India\",\n                \"countryCode\": \"IN\",\n                \"stateCode\": \"\",\n                \"isdCode\": \"+91\",\n                \"isPrimary\": true,\n                \"lastDeliveryAt\": \"\"\n            },\n            {\n                \"id\": \"6803427758728f750b2f7232\",\n                \"addressLine1\": \"501, 104/B, AHM Residency HSR Sector 1 PWD Quarters Bangalore KARNATAKA-560102\",\n                \"addressLine2\": \"\",\n                \"email\": \"sanjanadutta444@gmail.com\",\n                \"firstName\": \"Joel\",\n                \"lastName\": \"\",\n                \"city\": \"Bangalore\",\n                \"state\": \"Karnataka\",\n                \"pincode\": \"560102\",\n                \"country\": \"India\",\n                \"countryCode\": \"IN\",\n                \"stateCode\": \"\",\n                \"isdCode\": \"+91\",\n                \"isPrimary\": true,\n                \"lastDeliveryAt\": \"\"\n            },\n            {\n                \"id\": \"68020ab515a2e5dca31a30ad\",\n                \"addressLine1\": \"501, 104/B, AHM Residency HSR\",\n                \"addressLine2\": \"Sector 1 PWD Quarters Bangalore KARNATAKA-560102\",\n                \"email\": \"sanjanadutta444@gmail.com\",\n                \"firstName\": \"Joel\",\n                \"lastName\": \"Rego\",\n                \"city\": \"Bangalore\",\n                \"state\": \"Karnataka\",\n                \"pincode\": \"560102\",\n                \"country\": \"India\",\n                \"countryCode\": \"IN\",\n                \"stateCode\": \"\",\n                \"isdCode\": \"+91\",\n                \"isPrimary\": true,\n                \"lastDeliveryAt\": \"\"\n            }\n        ]\n    },\n    \"responseKey\": \"success_mobile_to_address_fetch\"\n}"}],"_postman_id":"67d05071-d001-497c-8131-ffa5c2145846"}],"id":"a75ab11e-ef9f-4e50-af12-1f0a741b55a7","_postman_id":"a75ab11e-ef9f-4e50-af12-1f0a741b55a7","description":""},{"name":"ID Converters","item":[{"name":"PAN to GSTIN","id":"077b9914-34f5-4d40-9b9a-2363135e6774","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"POST","header":[{"key":"client_id","value":"YOUR_CLIENT_ID","description":"<p>Decentro assigned client_id for the company</p>\n","type":"text"},{"key":"client_secret","value":"YOUR_CLIENT_SECRET","description":"<p>Decentro assigned client_secret for the company</p>\n","type":"text"},{"key":"module_secret","value":"{{kyc_module_secret}}","description":"<p>Decentro assigned module_secret for the company</p>\n","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"reference_id\": \"40096827-77b3-408b-958a-68862cf6afb6\",\n    \"consent\": true,\n    \"purpose\": \"To retreive GSTIN details\",\n    \"pan\": \"AAHCP1612P\"\n}","options":{"raw":{"language":"json"}}},"url":"{{base_url_india}}/v2/kyc/converter/pan/gstin","description":"<p>Validate and fetch details linked to a customer's national ID / document like PAN / Aadhaar etc, from the government database</p>\n","urlObject":{"path":["v2","kyc","converter","pan","gstin"],"host":["{{base_url_india}}"],"query":[],"variable":[]}},"response":[{"id":"28ed0ec4-735e-47dd-bde7-d1fea31f4c87","name":"Success","originalRequest":{"method":"POST","header":[{"key":"client_id","value":"YOUR_CLIENT_ID","type":"text","description":"Decentro assigned client_id for the company"},{"key":"client_secret","value":"YOUR_CLIENT_SECRET","type":"text","description":"Decentro assigned client_secret for the company"},{"key":"module_secret","value":"{{kyc_module_secret}}","type":"text","description":"Decentro assigned module_secret for the company"},{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"reference_id\": \"XXXXXXXXXX\",\n    \"consent\": true,\n    \"purpose\": \"To retreive GSTIN details\",\n    \"pan\": \"XXXXXXXXXX\"\n}","options":{"raw":{"language":"json"}}},"url":"https://in.staging.decentro.tech/v2/kyc/converter/pan/gstin"},"code":200,"_postman_previewlanguage":"json","header":null,"cookie":[],"responseTime":null,"body":"{\n    \"decentro_txn_id\": \"XXXXX\",\n    \"status\": \"SUCCESS\",\n    \"response_key\": \"success_gstin_retrieval\",\n    \"message\": \"GSTIN Data was successfully retrieved\",\n    \"data\": [\n      {\n        \"gstin\": \"<GSTIN_NUMBER>\",\n        \"status\": \"<STATUS>\",\n        \"state\": \"<STATE>\"\n      }\n    ]  \n}"}],"_postman_id":"077b9914-34f5-4d40-9b9a-2363135e6774"},{"name":"PAN to UDYAM","id":"b708735e-da71-40cd-95c5-f17a1534cb3c","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"POST","header":[{"key":"client_id","value":"YOUR_CLIENT_ID","description":"<p>Decentro assigned client_id for the company</p>\n","type":"text"},{"key":"client_secret","value":"YOUR_CLIENT_SECRET","description":"<p>Decentro assigned client_secret for the company</p>\n","type":"text"},{"key":"module_secret","value":"{{kyc_module_secret}}","description":"<p>Decentro assigned module_secret for the company</p>\n","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"reference_id\": \"a4f9e956-ca23-487d-8ebb-df9d01c6be12\",\n    \"consent\": true,\n    \"purpose\": \"To retreive GSTIN details\",\n    \"pan\": \"AAHCP1612P\"\n}","options":{"raw":{"language":"json"}}},"url":"https://in.staging.decentro.tech/v2/bytes/converter/pan/udyam","description":"<p>Validate and fetch details linked to a customer's national ID / document like PAN / Aadhaar etc, from the government database</p>\n","urlObject":{"path":["v2","bytes","converter","pan","udyam"],"host":["https://in.staging.decentro.tech"],"query":[],"variable":[]}},"response":[{"id":"348e7acd-37cd-4a79-abdd-3935585d261c","name":"Success","originalRequest":{"method":"POST","header":[{"key":"client_id","value":"YOUR_CLIENT_ID","description":"Decentro assigned client_id for the company","type":"text"},{"key":"client_secret","value":"YOUR_CLIENT_SECRET","description":"Decentro assigned client_secret for the company","type":"text"},{"key":"module_secret","value":"{{kyc_module_secret}}","description":"Decentro assigned module_secret for the company","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"reference_id\": \"XXXXXXXXXX\",\n    \"consent\": true,\n    \"purpose\": \"To retreive GSTIN details\",\n    \"pan\": \"XXXXXXXXXX\"\n}","options":{"raw":{"language":"json"}}},"url":"https://in.staging.decentro.tech/v2/kyc/converter/pan/gstin"},"code":200,"_postman_previewlanguage":"json","header":null,"cookie":[],"responseTime":null,"body":"{\n  \"decentro_txn_id\": \"ABCD12341234\",\n  \"status\": \"SUCCESS\",\n  \"response_key\": \"success_udyam_found\",\n  \"message\": \"UDYAM Data was successfully retrieved\",\n  \"data\": [\n    {\n      \"udyamNumber\": \"UDYAM-01-92-000001\",\n      \"udyamName\": \"ABC PRIVATE LIMITED\",\n      \"panLinkedToUdyam\": \"AAAAA1111A\"\n    }\n  ]\n}"}],"_postman_id":"b708735e-da71-40cd-95c5-f17a1534cb3c"},{"name":"RC to Chassis","id":"de7f9347-1869-441f-b182-61e5883f40b5","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"POST","header":[{"key":"client_id","value":"YOUR_CLIENT_ID"},{"key":"client_secret","value":"YOUR_CLIENT_SECRET"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"reference_id\": \"6c30a28c-d47d-435c-aa06-80e43886899e\",\n    \"consent\": true,\n    \"purpose\": \"To retreive Chassis details\",\n    \"id\": \"BR33AF0644\"\n}","options":{"raw":{"language":"json"}}},"url":"https://in.staging.decentro.tech/v2/bytes/converter/rc/chassis","urlObject":{"path":["v2","bytes","converter","rc","chassis"],"host":["https://in.staging.decentro.tech"],"query":[],"variable":[]}},"response":[],"_postman_id":"de7f9347-1869-441f-b182-61e5883f40b5"},{"name":"Chassis to RC","id":"2ec91c55-985c-4c4f-8aed-20b34011d91e","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"POST","header":[{"key":"client_id","value":"YOUR_CLIENT_ID"},{"key":"client_secret","value":"YOUR_CLIENT_SECRET"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"reference_id\": \"c9e05485-6905-4b68-8331-195639e73895\",\n    \"consent\": true,\n    \"purpose\": \"To retreive RC details\",\n    \"id\": \"MD2A11CY1JRJ10443\"\n}","options":{"raw":{"language":"json"}}},"url":"https://in.staging.decentro.tech/v2/bytes/converter/chassis/rc","urlObject":{"protocol":"https","path":["v2","bytes","converter","chassis","rc"],"host":["in","staging","decentro","tech"],"query":[],"variable":[]}},"response":[],"_postman_id":"2ec91c55-985c-4c4f-8aed-20b34011d91e"}],"id":"2ec5928f-8233-41ee-a18c-2b9c344bd375","_postman_id":"2ec5928f-8233-41ee-a18c-2b9c344bd375","description":""},{"name":"Credit Bureau","item":[{"name":"Generate Credit Report","id":"ba9af614-2666-4f57-a376-0302ef7caaa4","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"client_id","value":"YOUR_CLIENT_ID","description":"<p>Decentro assigned client_id for the company</p>\n","type":"text"},{"key":"client_secret","value":"YOUR_CLIENT_SECRET","description":"<p>Decentro assigned client_secret for the company</p>\n","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"reference_id\": \"425c0521-1b2f-4a59-94b5-468d06208753\",\n    \"consent\": true,\n    \"consent_purpose\": \"for bank verification only\",\n    \"name\": \"ANKIT PANKAJ THAKKAR\",\n    \"mobile\": \"7899633007\",\n    \"inquiry_purpose\": \"PL\",\n    \"document_type\": \"PAN\",\n    \"document_id\": \"ACSPT1086D\"\n}","options":{"raw":{"language":"json"}}},"url":"https://in.staging.decentro.tech/v2/financial_services/credit_bureau/credit_report/summary","description":"<p>Generate and fetch credit report using detailed parameters or just using Mobile number and Name.<br />Basis the request payload, Decentro hits the relevant report in the backend accordingly.</p>\n<p><strong>Please note Decentro recommends using all the parameters for higher accuracy</strong>.</p>\n<p>Also, Decentro would recommend using its <a href=\"https://docs.decentro.tech/#ae6c5126-2c27-47b6-9ca4-575261ea7728\">KYC validation API</a> to check the PAN number and other ID details to verify if only mobile number and name are used to pull the report.</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Parameter</th>\n<th>Description</th>\n<th>Optional (O)/ Mandatory (M)/ Conditionally Mandatory (CM)</th>\n<th>Datatype</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>name</td>\n<td>Full name of the person</td>\n<td>M</td>\n<td>string</td>\n</tr>\n<tr>\n<td>consent</td>\n<td></td>\n<td>M</td>\n<td>Boolean (true/false)</td>\n</tr>\n<tr>\n<td>consent_purpose</td>\n<td></td>\n<td>M</td>\n<td>String (Min 20 chars and Max 50 Chars)</td>\n</tr>\n<tr>\n<td>date_of_birth</td>\n<td>Date of birth of the person. Accepted format is <code>YYYY-MM-DD</code></td>\n<td>O</td>\n<td>string</td>\n</tr>\n<tr>\n<td>address</td>\n<td>Current address of the customer</td>\n<td>O</td>\n<td>string</td>\n</tr>\n<tr>\n<td>address_type</td>\n<td>Type of address. Refer below for allowed types and respective code</td>\n<td>O</td>\n<td>string</td>\n</tr>\n<tr>\n<td>pincode</td>\n<td>Pincode of the current address</td>\n<td>O</td>\n<td>string</td>\n</tr>\n<tr>\n<td>mobile</td>\n<td>Mobile number of the person</td>\n<td>M</td>\n<td>string</td>\n</tr>\n<tr>\n<td>inquiry_purpose</td>\n<td>Reason for inquiry. Refer below table for allowed types and respective code</td>\n<td>M</td>\n<td>string</td>\n</tr>\n<tr>\n<td>document_type</td>\n<td>The type of ID required for validation. Allowed values are [AADHAAR / DRIVING_LICENSE / PAN / PASSPORT/ VOTERID]</td>\n<td>O</td>\n<td>string</td>\n</tr>\n<tr>\n<td>document_id</td>\n<td>The national ID number that is present on the above <code>document_type</code>.</td>\n<td>O</td>\n<td>string</td>\n</tr>\n</tbody>\n</table>\n</div><p>ADDRESS TYPE</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Address Type</th>\n<th>Code</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Home</td>\n<td>H</td>\n</tr>\n<tr>\n<td>Office</td>\n<td>O</td>\n</tr>\n<tr>\n<td>Others</td>\n<td>X</td>\n</tr>\n</tbody>\n</table>\n</div><p>INQUIRY PURPOSE</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Inquiry Purpose</th>\n<th>Code</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>BusinessLoan</td>\n<td>BL</td>\n</tr>\n<tr>\n<td>ConsumerLoan</td>\n<td>CL</td>\n</tr>\n<tr>\n<td>CreditCard</td>\n<td>CC</td>\n</tr>\n<tr>\n<td>GoldLoan</td>\n<td>GL</td>\n</tr>\n<tr>\n<td>HomeLoan</td>\n<td>HL</td>\n</tr>\n<tr>\n<td>PersonalLoan</td>\n<td>PL</td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"path":["v2","financial_services","credit_bureau","credit_report","summary"],"host":["https://in.staging.decentro.tech"],"query":[],"variable":[]}},"response":[{"id":"f40ad2b0-4f51-455d-bf7e-7c2efb7ac9e6","name":"Success","originalRequest":{"method":"POST","header":[{"key":"client_id","value":"<YOUR_CLIENT_ID>","type":"text","description":"Decentro assigned client_id for the company"},{"key":"client_secret","value":"<YOUR_CLIENT_SECRET>","type":"text","description":"Decentro assigned client_secret for the company"},{"key":"module_secret","value":"<YOUR_FINANCIAL_SERVICES_MODULE_SECRET>","type":"text","description":"Decentro assigned financial services module_secret for the company"},{"key":"provider_secret","value":"<YOUR_PROVIDER_SECRET>","type":"text","description":"Decentro assigned provider_secret for the company to connect to a particular provider"},{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"reference_id\": \"0000-0000-0000-0001\",\n    \"consent\": true,\n    \"consent_purpose\": \"for bank verification only\",\n    \"name\": \"Manish Gupta\",\n    \"date_of_birth\": \"YYYY-MM-DD\",\n    \"address_type\": \"H\",\n    \"address\": \"some_physical_address\",\n    \"pincode\": \"641045\",\n    \"mobile\": \"8122244434\",\n    \"inquiry_purpose\": \"PL\",\n    \"document_type\": \"PAN\",\n    \"document_id\": \"ABCDE1234F\"\n}","options":{"raw":{"language":"json"}}},"url":"https://in.staging.decentro.tech/v2/financial_services/credit_bureau/credit_report/summary"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":null,"cookie":[],"responseTime":null,"body":"{\n    \"decentroTxnId\": \"5296XXXXXXXXXXXXXXXXXXXXXXXXXXXX\",\n    \"status\": \"SUCCESS\",\n    \"responseCode\": \"S00000\",\n    \"message\": \"Credit Report fetched successfully\",\n    \"data\": {\n        \"cCRResponse\": {\n            \"status\": \"1\",\n            \"cIRReportDataLst\": [\n                {\n                    \"cIRReportData\": {\n                        \"iDAndContactInfo\": {\n                            \"personalInfo\": {\n                                \"name\": {\n                                    \"fullName\": \"Full Name \",\n                                    \"firstName\": \"Name \",\n                                    \"lastName\": \"Surname \"\n                                },\n                                \"dateOfBirth\": \"1995-06-09\",\n                                \"gender\": \"Male\",\n                                \"age\": {\n                                    \"age\": \"XX\"\n                                }\n                            },\n                            \"identityInfo\": {\n                                \"pANId\": [\n                                    {\n                                        \"seq\": \"1\",\n                                        \"reportedDate\": \"2022-09-15\",\n                                        \"idNumber\": \"ID NUmber\"\n                                    }\n                                ]\n                            },\n                            \"addressInfo\": [\n                                {\n                                    \"seq\": \"1\",\n                                    \"reportedDate\": \"2022-09-15\",\n                                    \"address\": \"Address\",\n                                    \"state\": \"MH\",\n                                    \"postal\": \"PIN\",\n                                    \"type\": \"Primary\"\n                                },\n                                {\n                                    \"seq\": \"2\",\n                                    \"reportedDate\": \"2022-08-31\",\n                                    \"address\": \"Address\",\n                                    \"state\": \"MH\",\n                                    \"postal\": \"PIN\",\n                                    \"type\": \"Primary\"\n                                },\n                                {\n                                    \"seq\": \"3\",\n                                    \"reportedDate\": \"2022-08-31\",\n                                    \"address\": \"Address\",\n                                    \"state\": \"MH\",\n                                    \"postal\": \"PIN\",\n                                    \"type\": \"Primary\"\n                                },\n                                {\n                                    \"seq\": \"4\",\n                                    \"reportedDate\": \"2022-05-31\",\n                                    \"address\": \"Address\",\n                                    \"state\": \"MH\",\n                                    \"postal\": \"PIN\"\n                                },\n                                {\n                                    \"seq\": \"5\",\n                                    \"reportedDate\": \"2021-05-21\",\n                                    \"address\": \"Address\",\n                                    \"state\": \"MH\",\n                                    \"postal\": \"PIN\",\n                                    \"type\": \"Owns,Permanent\"\n                                }\n                            ],\n                            \"phoneInfo\": [\n                                {\n                                    \"seq\": \"1\",\n                                    \"typeCode\": \"H\",\n                                    \"reportedDate\": \"2021-05-21\",\n                                    \"number\": \"Phone\"\n                                },\n                                {\n                                    \"seq\": \"2\",\n                                    \"typeCode\": \"M\",\n                                    \"reportedDate\": \"2022-09-15\",\n                                    \"number\": \"Phone\"\n                                },\n                                {\n                                    \"seq\": \"3\",\n                                    \"typeCode\": \"M\",\n                                    \"reportedDate\": \"2021-05-21\",\n                                    \"number\": \"Phone\"\n                                }\n                            ],\n                            \"emailAddressInfo\": [\n                                {\n                                    \"seq\": \"1\",\n                                    \"reportedDate\": \"2022-09-15\",\n                                    \"emailAddress\": \"Email\"\n                                }\n                            ]\n                        },\n                        \"scoreDetails\": [\n                            {\n                                \"type\": \"ERS\",\n                                \"version\": \"3.1\",\n                                \"name\": \"M001\",\n                                \"value\": \"755\",\n                                \"scoringElements\": [\n                                    {\n                                        \"type\": \"RES\",\n                                        \"seq\": \"1\",\n                                        \"description\": \"Number of product trades\"\n                                    },\n                                    {\n                                        \"type\": \"RES\",\n                                        \"seq\": \"2\",\n                                        \"code\": \"5b\",\n                                        \"description\": \"Balance amount of home loan trades\"\n                                    },\n                                    {\n                                        \"type\": \"RES\",\n                                        \"seq\": \"3\",\n                                        \"code\": \"8a\",\n                                        \"description\": \"Sanctioned amount of or lack of credit card trades\"\n                                    }\n                                ]\n                            }\n                        ],\n                        \"enquirySummary\": {\n                            \"purpose\": \"ALL\",\n                            \"total\": \"2\",\n                            \"past30Days\": \"0\",\n                            \"past12Months\": \"2\",\n                            \"past24Months\": \"2\",\n                            \"recent\": \"2022-10-11\"\n                        },\n                        \"otherKeyInd\": {\n                            \"ageOfOldestTrade\": \"23\",\n                            \"numberOfOpenTrades\": \"6\",\n                            \"allLinesEVERWritten\": \"0.00\",\n                            \"allLinesEVERWrittenIn9Months\": \"0\",\n                            \"allLinesEVERWrittenIn6Months\": \"0\"\n                        },\n                        \"recentActivities\": {\n                            \"accountsDeliquent\": \"0\",\n                            \"accountsOpened\": \"0\",\n                            \"totalInquiries\": \"1\",\n                            \"accountsUpdated\": \"5\"\n                        }\n                    }\n                }\n            ]\n        }\n    }\n}"}],"_postman_id":"ba9af614-2666-4f57-a376-0302ef7caaa4"},{"name":"Customer Data Pull","id":"8bc688ee-1a6b-468d-b50e-5c836ae879e9","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"client_id","value":"YOUR_CLIENT_ID","description":"<p>Decentro assigned client_id for the company</p>\n","type":"text"},{"key":"client_secret","value":"YOUR_CLIENT_SECRET","description":"<p>Decentro assigned client_secret for the company</p>\n","type":"text"},{"key":"module_secret","value":"{{financial_services_module_secret}}","description":"<p>Decentro assigned financial services module_secret for the company</p>\n","type":"text"},{"key":"provider_secret","value":"{{financial_services_provider_secret}}","description":"<p>Decentro assigned provider_secret for the company to connect to a particular provider</p>\n","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"reference_id\": \"6b9b4b82-7a3f-4a6b-aba4-40bc33c03dc3\",\n    \"consent\": true,\n    \"consent_purpose\": \"for bank verification only\",\n    \"name\": \"Manish Gupta\",\n    \"mobile\": \"8122444434\"\n}","options":{"raw":{"language":"json"}}},"url":"https://in.staging.decentro.tech/v2/financial_services/data/pull","description":"<p>You can either pass -</p>\n<ul>\n<li>mobile or</li>\n<li>document_type and document_id</li>\n</ul>\n<p>in the request body.</p>\n","urlObject":{"path":["v2","financial_services","data","pull"],"host":["https://in.staging.decentro.tech"],"query":[],"variable":[]}},"response":[{"id":"b66e75ec-f819-4284-a648-9568cfdcd7d9","name":"Success","originalRequest":{"method":"POST","header":[{"key":"client_id","value":"<YOUR_CLIENT_ID>","type":"text","description":"Decentro assigned client_id for the company"},{"key":"client_secret","value":"<YOUR_CLIENT_SECRET>","type":"text","description":"Decentro assigned client_secret for the company"},{"key":"module_secret","value":"<YOUR_FINANCIAL_SERVICES_MODULE_SECRET>","type":"text","description":"Decentro assigned financial services module_secret for the company"},{"key":"provider_secret","value":"<YOUR_PROVIDER_SECRET>","type":"text","description":"Decentro assigned provider_secret for the company to connect to a particular provider"},{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"reference_id\": \"ABCDEF12345\",\n    \"consent\": true,\n    \"consent_purpose\": \"for bank verification only\",\n    \"name\": \"Manish Gupta\",\n    \"mobile\": \"8122444434\",\n    \"document_type\": \"\",\n    \"id_value\": \"\"\n}","options":{"raw":{"language":"json"}}},"url":"https://in.staging.decentro.tech/v2/financial_services/data/pull"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"\n    \"decentroTxnId\": \"5296XXXXXXXXXXXXXXXXXXXXXXXXXXXX\",\n    \"status\": \"SUCCESS\",\n    \"responseCode\": \"S00000\",\n    \"message\": \"PreFill Details fetched successfully\",\n    \"data\": {\n        \"personalInfo\": {\n            \"fullName\": \"Joe Joseph \",\n            \"dob\": \"1989-01-01\",\n            \"gender\": \"Male\",\n            \"totalIncome\": \"43001\",\n            \"occupation\": \"\",\n            \"age\": \"23\"\n        },\n        \"phoneInfo\": [\n            {\n                \"seq\": \"1\",\n                \"typeCode\": \"H\",\n                \"reportedDate\": \"2017-07-31\",\n                \"number\": \"xxxxxxxxxx\"\n            },\n            {\n                \"seq\": \"2\",\n                \"typeCode\": \"H\",\n                \"reportedDate\": \"2017-11-30\",\n                \"number\": \"xxxxxxxxxx\"\n            }\n        ],\n        \"emailInfo\": {\n            \"seq\": \"1\",\n            \"reportedDate\": \"2017-06-30\",\n            \"emailAddress\": \"joe@gmail.COM\"\n        },\n        \"identityInfo\": {\n            \"panNumber\": [\n                {\n                    \"seq\": \"1\",\n                    \"idNumber\": \"ABCDE1234F\"\n                }\n            ],\n            \"passportNumber\": [\n                {\n                    \"seq\": \"1\",\n                    \"reportedDate\": \"2020-10-31\",\n                    \"idNumber\": \"K1234567\"\n                }\n            ],\n            \"drivingLicense\": [\n                {\n                    \"seq\": \"1\",\n                    \"reportedDate\": \"2017-06-30\",\n                    \"idNumber\": \"AC20200653744\"\n                }\n            ],\n            \"voterId\": [\n                {\n                    \"seq\": \"1\",\n                    \"reportedDate\": \"2015-07-31\",\n                    \"idNumber\": \"JJM2864304\"\n                }\n            ],\n            \"aadhaarNumber\": [\n                {\n                    \"seq\": \"1\",\n                    \"reportedDate\": \"2017-11-30\",\n                    \"idNumber\": \"XXXXXXXX4875\"\n                }\n            ],\n            \"rationCard\": [],\n            \"otherId\": []\n        },\n        \"addressInfo\": [\n            {\n                \"seq\": \"1\",\n                \"reportedDate\": \"2017-11-30\",\n                \"address\": \"JINDAL LABOUR COLONY HISAR HIND PUBLIC SCHOOLCUS AVENUE\",\n                \"state\": \"WEST BENGAL\",\n                \"postal\": \"700017\",\n                \"type\": \"Primary\"\n            },\n            {\n                \"seq\": \"2\",\n                \"reportedDate\": \"2017-07-31\",\n                \"address\": \"JINDAL LABOUR COLONY  HISAR HIND PUBLIC SCHOOL\",\n                \"state\": \"HARYANA\",\n                \"postal\": \"125001\",\n                \"type\": \"\"\n            }\n        ]\n    }\n}"}],"_postman_id":"8bc688ee-1a6b-468d-b50e-5c836ae879e9"},{"name":"Credit Score API","id":"0dca58f6-1576-4c21-bb82-acb1dfc1b512","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"client_id","value":"YOUR_CLIENT_ID","description":"<p>Decentro assigned client_id for the company</p>\n","type":"text"},{"key":"client_secret","value":"YOUR_CLIENT_SECRET","description":"<p>Decentro assigned provider_secret for the company to connect to a particular provider</p>\n","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"name\": \"Manish Gupta\",\n    \"mobile\": \"8122444434\"\n}","options":{"raw":{"language":"json"}}},"url":"https://in.staging.decentro.tech/v2/bytes/credit-score","description":"<h2 id=\"request-specification\">Request Specification</h2>\n<h3 id=\"request-body-parameters\">Request Body Parameters</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Parameter</th>\n<th>Data Type</th>\n<th>Required</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>mobile</code></td>\n<td>String</td>\n<td>Yes</td>\n<td>Customer's 10-digit mobile number. Must start with 6, 7, 8, or 9.</td>\n</tr>\n<tr>\n<td><code>name</code></td>\n<td>String</td>\n<td>Yes</td>\n<td>Customer's full name as registered with credit bureau.</td>\n</tr>\n</tbody>\n</table>\n</div><h3 id=\"example-request\">Example Request</h3>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-json\">{\n    \"mobile\": \"9999999999\",\n    \"name\": \"John Doe\"\n}\n\n</code></pre>\n<h2 id=\"response-specification\">Response Specification</h2>\n<h3 id=\"success-response-structure\">Success Response Structure</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Key</th>\n<th>Data Type</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>decentroTxnId</code></td>\n<td>String</td>\n<td>Unique transaction identifier for the API call. Used for debugging and tracking.</td>\n</tr>\n<tr>\n<td><code>status</code></td>\n<td>String</td>\n<td>Overall status of the API call. Possible values: \"SUCCESS\", \"FAILURE\".</td>\n</tr>\n<tr>\n<td><code>responseCode</code></td>\n<td>String</td>\n<td>Specific code indicating the result of the operation. Format: \"S\" prefix for success, \"E\" prefix for errors.</td>\n</tr>\n<tr>\n<td><code>message</code></td>\n<td>String</td>\n<td>Human-readable description of the API call result.</td>\n</tr>\n<tr>\n<td><code>data</code></td>\n<td>Object</td>\n<td>Contains the credit score information when available. Only present in successful score retrievals.</td>\n</tr>\n<tr>\n<td><code>data.scoreDetails</code></td>\n<td>Array</td>\n<td>List of credit score objects. May contain multiple score types.</td>\n</tr>\n<tr>\n<td><code>scoreDetails[].type</code></td>\n<td>String</td>\n<td>Code identifying the scoring model used (e.g., \"ERS\").</td>\n</tr>\n<tr>\n<td><code>scoreDetails[].version</code></td>\n<td>String</td>\n<td>Version of the scoring model (e.g., \"4.0\").</td>\n</tr>\n<tr>\n<td><code>scoreDetails[].name</code></td>\n<td>String</td>\n<td>Display name of the scoring model (e.g., \"ERS4.0\").</td>\n</tr>\n<tr>\n<td><code>scoreDetails[].value</code></td>\n<td>String</td>\n<td>The actual credit score value.</td>\n</tr>\n<tr>\n<td><code>scoringElements</code></td>\n<td>Array</td>\n<td>Factors that influenced the credit score.</td>\n</tr>\n<tr>\n<td><code>scoringElements[].type</code></td>\n<td>String</td>\n<td>Type of scoring element (e.g., \"RES\" for reason).</td>\n</tr>\n<tr>\n<td><code>scoringElements[].seq</code></td>\n<td>String</td>\n<td>Sequence number indicating importance of the factor.</td>\n</tr>\n<tr>\n<td><code>scoringElements[].code</code></td>\n<td>String</td>\n<td>Code identifying the specific factor.</td>\n</tr>\n<tr>\n<td><code>scoringElements[].description</code></td>\n<td>String</td>\n<td>Human-readable description of the factor.</td>\n</tr>\n<tr>\n<td><code>responseKey</code></td>\n<td>String</td>\n<td>Standardized key for the response type. Useful for programmatic handling.</td>\n</tr>\n</tbody>\n</table>\n</div><h3 id=\"response-scenarios\">Response Scenarios</h3>\n<h4 id=\"1-successful-credit-score-retrieval\">1. Successful Credit Score Retrieval</h4>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>HTTP Status</th>\n<th>200 OK</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>status</code></td>\n<td>\"SUCCESS\"</td>\n</tr>\n<tr>\n<td><code>responseCode</code></td>\n<td>\"S00000\"</td>\n</tr>\n<tr>\n<td><code>message</code></td>\n<td>\"Credit score fetched successfully.\"</td>\n</tr>\n<tr>\n<td><code>responseKey</code></td>\n<td>\"success_credit_score\"</td>\n</tr>\n<tr>\n<td>Description</td>\n<td>The API successfully retrieved the customer's credit score from Equifax.</td>\n</tr>\n</tbody>\n</table>\n</div><pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-json\">{\n    \"decentroTxnId\": \"1C03B0450BEA436B8A273F0CEB39D104\",\n    \"status\": \"SUCCESS\",\n    \"responseCode\": \"S00000\",\n    \"message\": \"Credit score fetched successfully.\",\n    \"data\": {\n        \"scoreDetails\": [\n            {\n                \"type\": \"ERS\",\n                \"version\": \"4.0\",\n                \"name\": \"ERS4.0\",\n                \"value\": \"816\",\n                \"scoringElements\": [\n                    {\n                        \"type\": \"RES\",\n                        \"seq\": \"1\",\n                        \"code\": \"703\",\n                        \"description\": \"Total Utilization\"\n                    },\n                    {\n                        \"type\": \"RES\",\n                        \"seq\": \"2\",\n                        \"code\": \"706\",\n                        \"description\": \"Number of Inquiries\"\n                    },\n                    {\n                        \"type\": \"RES\",\n                        \"seq\": \"3\",\n                        \"code\": \"704\",\n                        \"description\": \"Credit Card Utilization\"\n                    }\n                ]\n            }\n        ]\n    },\n    \"responseKey\": \"success_credit_score\"\n}\n\n</code></pre>\n<h4 id=\"2-customer-not-found\">2. Customer Not Found</h4>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>HTTP Status</th>\n<th>200 OK</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>status</code></td>\n<td>\"SUCCESS\"</td>\n</tr>\n<tr>\n<td><code>responseCode</code></td>\n<td>\"E00058\"</td>\n</tr>\n<tr>\n<td><code>message</code></td>\n<td>\"Credit score not found.\"</td>\n</tr>\n<tr>\n<td><code>responseKey</code></td>\n<td>\"error_credits_score_not_found\"</td>\n</tr>\n<tr>\n<td>Description</td>\n<td>The API call was successful, but no credit records were found for the provided customer details. This indicates the customer may not have a credit history with Equifax.</td>\n</tr>\n</tbody>\n</table>\n</div><pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-json\">{\n    \"decentroTxnId\": \"E5AC0C5E6D6D42EA9E28B43D08A512C8\",\n    \"status\": \"SUCCESS\",\n    \"responseCode\": \"E00058\",\n    \"message\": \"Credit score not found.\",\n    \"responseKey\": \"error_credits_score_not_found\"\n}\n\n</code></pre>\n<h4 id=\"3-invalid-mobile-number\">3. Invalid Mobile Number</h4>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>HTTP Status</th>\n<th>400 Bad Request</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>status</code></td>\n<td>\"FAILURE\"</td>\n</tr>\n<tr>\n<td><code>responseCode</code></td>\n<td>\"E00009\"</td>\n</tr>\n<tr>\n<td><code>message</code></td>\n<td>\"Mobile is not valid. Please provide a valid mobile containing 10 digits starting with 6, 7, 8 or 9.\"</td>\n</tr>\n<tr>\n<td><code>responseKey</code></td>\n<td>\"error_invalid_mobile\"</td>\n</tr>\n<tr>\n<td>Description</td>\n<td>The provided mobile number does not meet validation requirements. The request was rejected before attempting to retrieve credit information.</td>\n</tr>\n</tbody>\n</table>\n</div><pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-json\">{\n    \"decentroTxnId\": \"87EA90D3D33F4F27B1368EA604855638\",\n    \"status\": \"FAILURE\",\n    \"responseCode\": \"E00009\",\n    \"message\": \"Mobile is not valid. Please provide a valid mobile containing 10 digits starting with 6, 7, 8 or 9.\",\n    \"responseKey\": \"error_invalid_mobile\"\n}\n\n</code></pre>\n<h2 id=\"response-code-reference\">Response Code Reference</h2>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Response Key</th>\n<th>HTTP Status</th>\n<th>Message</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>success_credit_score</code></td>\n<td>200</td>\n<td>Credit score fetched successfully.</td>\n</tr>\n<tr>\n<td><code>error_credits_score_not_found</code></td>\n<td>200</td>\n<td>Credit score not found.</td>\n</tr>\n<tr>\n<td><code>error_invalid_mobile</code></td>\n<td>400</td>\n<td>Mobile is not valid. Please provide a valid mobile containing 10 digits starting with 6, 7, 8 or 9.</td>\n</tr>\n</tbody>\n</table>\n</div><h2 id=\"implementation-guidelines\">Implementation Guidelines</h2>\n<h3 id=\"error-handling\">Error Handling</h3>\n<ul>\n<li><p>Always check the <code>status</code> and <code>responseCode</code> fields to determine the result of the API call</p>\n</li>\n<li><p>Note that an HTTP 200 response may still contain error information (e.g., customer not found)</p>\n</li>\n<li><p>Implement appropriate retry logic for temporary failures</p>\n</li>\n</ul>\n<h3 id=\"data-processing\">Data Processing</h3>\n<ul>\n<li><p>Credit score values should be treated as strings in processing logic</p>\n</li>\n<li><p>The <code>scoringElements</code> array is ordered by importance (seq field)</p>\n</li>\n<li><p>The top three scoring elements represent the most significant factors affecting the credit score</p>\n</li>\n</ul>\n<h3 id=\"security-considerations\">Security Considerations</h3>\n<ul>\n<li><p>Implement proper authentication before making API calls</p>\n</li>\n<li><p>Always transmit customer information over secure channels</p>\n</li>\n<li><p>Obtain appropriate consent before retrieving credit information</p>\n</li>\n</ul>\n","urlObject":{"path":["v2","bytes","credit-score"],"host":["https://in.staging.decentro.tech"],"query":[],"variable":[]}},"response":[],"_postman_id":"0dca58f6-1576-4c21-bb82-acb1dfc1b512"}],"id":"00306960-134f-475d-a430-f05a163df1bc","_postman_id":"00306960-134f-475d-a430-f05a163df1bc","description":""},{"name":"Alternate Data Suite","item":[{"name":"Social Intelligence","id":"199db5f1-f43c-456e-b704-035cb328c0ef","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"accept","value":"application/json"},{"key":"content-type","value":"application/json"},{"key":"client_id","value":"YOUR_CLIENT_ID","type":"text"},{"key":"client_secret","value":"YOUR_CLIENT_SECRET","type":"text"}],"body":{"mode":"raw","raw":"\n{\n  \"reference_id\": \"0e82ea7b-6c9e-431b-b48a-f4be0cb68d1c\",\n  \"consent\": true,\n  \"purpose\": \"for test purposes of user only\",\n  \"mobile\": \"97115XXXXX\"\n}\n","options":{"raw":{"language":"json"}}},"url":"https://in.staging.decentro.tech/v2/bytes/alternate-data/social-intelligence","urlObject":{"path":["v2","bytes","alternate-data","social-intelligence"],"host":["https://in.staging.decentro.tech"],"query":[],"variable":[]}},"response":[],"_postman_id":"199db5f1-f43c-456e-b704-035cb328c0ef"},{"name":"Phone Tenure","id":"4707824b-49a1-431e-8571-5085a116c594","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"accept","value":"application/json"},{"key":"content-type","value":"application/json"},{"key":"client_id","value":"YOUR_CLIENT_ID","type":"text"},{"key":"client_secret","value":"YOUR_CLIENT_SECRET","type":"text"}],"body":{"mode":"raw","raw":"\n{\n  \"reference_id\": \"a1b83bd9-8200-45bd-bfe6-8768bd65daac\",\n  \"consent\": true,\n  \"purpose\": \"For testing purpose by bank for user\",\n  \"mobile\": \"9711xxxx\"\n}\n","options":{"raw":{"language":"json"}}},"url":"https://in.staging.decentro.tech/v2/bytes/alternate-data/phone-tenure","urlObject":{"path":["v2","bytes","alternate-data","phone-tenure"],"host":["https://in.staging.decentro.tech"],"query":[],"variable":[]}},"response":[],"_postman_id":"4707824b-49a1-431e-8571-5085a116c594"},{"name":"Company Financials","id":"1c05549f-c2f6-451c-a6e1-f676fd897be0","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"accept","value":"application/json"},{"key":"content-type","value":"application/json"},{"key":"client_id","value":"YOUR_CLIENT_ID","type":"text"},{"key":"client_secret","value":"YOUR_CLIENT_SECRET","type":"text"}],"body":{"mode":"raw","raw":"\n{\n  \"reference_id\": \"88bb580c-b896-4bdc-81c1-16696befea75\",\n  \"consent\": true,\n  \"purpose\": \"For testing purpose by a bank\",\n  \"id_number\": \"AVPPG6773J\",\n  \"document_type\": \"PAN\"\n}\n","options":{"raw":{"language":"json"}}},"url":"https://in.staging.decentro.tech/v2/bytes/alternate-data/company-financials","urlObject":{"path":["v2","bytes","alternate-data","company-financials"],"host":["https://in.staging.decentro.tech"],"query":[],"variable":[]}},"response":[],"_postman_id":"1c05549f-c2f6-451c-a6e1-f676fd897be0"}],"id":"24a0f7ca-293f-4302-a634-91f44900cd85","_postman_id":"24a0f7ca-293f-4302-a634-91f44900cd85","description":""}],"id":"d36e3334-6b20-4c6c-b3a9-6d6fe603911d","description":"<p>This module provides you with a whole array of APIs to serve multiple financial services and fetch data for an organization or individual from various data sources in a streamlined manner. </p>\n<p>Some of the key things that you can do here - </p>\n<ul>\n<li>Fetch the credit report from any of our partner credit bureaus</li>\n<li>Fetch the GST Returns data from the government databases \nand more.</li>\n</ul>\n","event":[{"listen":"prerequest","script":{"id":"c98bce58-8e7b-4472-a31b-bed00c5d13ed","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"069fe282-2ae8-480b-a9d3-8fbb320f7393","type":"text/javascript","exec":[""]}}],"_postman_id":"d36e3334-6b20-4c6c-b3a9-6d6fe603911d"},{"name":"Accounts","item":[{"name":"Virtual Accounts","item":[{"name":"Account v2","item":[{"name":"Create a Virtual Account","id":"e92377d4-5848-4b0a-8a0c-f57101758d0e","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"client_id","value":"YOUR_CLIENT_ID","description":"<p>Decentro assigned client_id for the company</p>\n"},{"key":"client_secret","value":"YOUR_CLIENT_SECRET","description":"<p>Decentro assigned client_secret for the company</p>\n"},{"key":"module_secret","value":"{{accounts_module_secret}}","description":"<p>Decentro assigned banking module_secret for the company</p>\n"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"bank_codes\": [\"YESB\", \"ICIC\"],\n    \"name\": \"vraj_test_VA\",\n    \"pan\": \"FLEPM4088B\",\n    \"email\": \"vmodi00@gmail.com\",\n    \"mobile\": \"6355758934\",\n    \"kyc_verified\": 1,\n    \"kyc_check_decentro\": 0,\n    \"customer_id\": \"vraj_test_id_0asrutg\",\n    \"virtual_account_balance_settlement\": \"enabled\",\n    \"master_account_alias\": \"decentro_account_ybl_3\",\n    \"generate_static_qr\": 0\n    // \"upi_sub_merchant_id\": \"DECENTRO001-001\"\n}","options":{"raw":{"language":"json"}}},"url":"https://in.staging.decentro.techv2/banking/account/virtual","description":"<p>This API allows you to create a virtual account with single/multi provider feature for a consumer or business in real-time. This functions exactly like a regular bank account with the exception of cash withdrawals.</p>\n<p>You can also choose the underlying bank provider if you have a particular preference.</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Parameter</th>\n<th>Description</th>\n<th>Optional (O)/ Mandatory (M)/ Conditionally mandatory (CM)</th>\n<th>Datatype</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>bank_codes</td>\n<td>Provider Bank 4 digit code</td>\n<td>M</td>\n<td>String</td>\n</tr>\n<tr>\n<td>name</td>\n<td>Customer name to be put against the account and linked with UPI - ID</td>\n<td>M</td>\n<td>String</td>\n</tr>\n<tr>\n<td>pan</td>\n<td>PAN of the customer / merchant</td>\n<td>CM; Mandatory when upi_onboarding is set to true</td>\n<td>String</td>\n</tr>\n<tr>\n<td>email</td>\n<td>Contact email address of the customer/ merchant</td>\n<td>O</td>\n<td>String</td>\n</tr>\n<tr>\n<td>mobile</td>\n<td>Mobile of the entity</td>\n<td>M</td>\n<td>String</td>\n</tr>\n<tr>\n<td>address</td>\n<td>Physical address of the entity</td>\n<td>O</td>\n<td>String</td>\n</tr>\n<tr>\n<td>kyc_verified</td>\n<td>0 / 1 depending on the status of the customer / merchant at your end.Please note that the onus of KYC lies on you</td>\n<td>M</td>\n<td>Integer: 0 / 1</td>\n</tr>\n<tr>\n<td>kyc_check_decentro</td>\n<td>0 / 1 depending on the status of the KYC check requirement from our end(if used).Default value is 0</td>\n<td>M</td>\n<td>Integer: 0 / 1</td>\n</tr>\n<tr>\n<td>minimum_balance</td>\n<td>Minimum balance to be maintained</td>\n<td>O</td>\n<td>String, but should be a parseable positive Float / Integer value</td>\n</tr>\n<tr>\n<td>transaction_limit</td>\n<td>Maximum transaction amount limit</td>\n<td>O</td>\n<td>String, but should be a parseable positive Float / Integer value</td>\n</tr>\n<tr>\n<td>customer_id</td>\n<td>Unique customer ID to be saved against the customer</td>\n<td>M</td>\n<td>String</td>\n</tr>\n<tr>\n<td>virtual_account_balance_settlement</td>\n<td>Flag to enable/disable the virtual account for balance settlement.For VA's with disabled flag will not be included in balance settlement API.</td>\n<td>O</td>\n<td>String  <br />(Accepted values - enabled OR disabled)</td>\n</tr>\n<tr>\n<td>custom_vpa</td>\n<td>Custom name (lowercase, if not will be converted to lowercase) that is created as a prefix of upi-id handle</td>\n<td>O</td>\n<td>Min length 3 and max length 100</td>\n</tr>\n<tr>\n<td>upi_onboarding</td>\n<td>1 if sub - merchant onboarding is required</td>\n<td>O</td>\n<td>Boolean: true / false</td>\n</tr>\n<tr>\n<td>state_code</td>\n<td>State of the entity. kindly use <a href=\"https://docs.decentro.tech/#381eb4e9-b5ef-4d82-9bc7-342f1abdff37\">/state API</a> to get respective state code.</td>\n<td>CM; Mandatory when upi_onboarding is set to 1</td>\n<td>Integer</td>\n</tr>\n<tr>\n<td>city</td>\n<td>City of the entity</td>\n<td>CM; Mandatory when upi_onboarding is set to 1</td>\n<td>String</td>\n</tr>\n<tr>\n<td>pincode</td>\n<td>Pincode of the entity</td>\n<td>CM; Mandatory when upi_onboarding is set to 1</td>\n<td>Integer</td>\n</tr>\n<tr>\n<td>upi_onboarding_details</td>\n<td>A complex object containing the details for enabling UPI transaction mode</td>\n<td>CM; Mandatory when upi_onboarding is set to 1</td>\n<td>Complex</td>\n</tr>\n<tr>\n<td>merchant_category_code</td>\n<td>Category code of the customer / merchant. Kindly use <a href=\"https://docs.decentro.tech/#ea4f7029-6e73-4090-881f-ab15d99e9f45\">/core_banking/upi/merchant_category API</a> to get respective category code</td>\n<td>CM based on the existence of the parameter upi_onboarding_details</td>\n<td>String</td>\n</tr>\n<tr>\n<td>merchant_business_type</td>\n<td>Business Type of the customer / merchant. Kindly use <a href=\"https://docs.decentro.tech/#1fda728e-fe20-4efd-b1ef-f3356867d910\">/core_banking/upi/business_type API</a> to get respective business type</td>\n<td>CM based on the existence of the parameter upi_onboarding_details</td>\n<td>String</td>\n</tr>\n<tr>\n<td>transaction_count_limit_per_day</td>\n<td>Maximum number of transactions that can be done in a day via UPI</td>\n<td>CM based on the existence of the parameter upi_onboarding_details</td>\n<td>Integer</td>\n</tr>\n<tr>\n<td>transaction_amount_limit_per_day</td>\n<td>Maximum amount that can be transferred in a day via UPI and kindly refer below for provider specific limits</td>\n<td>CM based on the existence of the parameter upi_onboarding_details</td>\n<td>Integer</td>\n</tr>\n<tr>\n<td>transaction_amount_limit_per_transaction</td>\n<td>Maximum amount that can be transferred in a single transaction and this amount should be less than <code>transaction_amount_limit_per_day</code></td>\n<td>CM based on the existence of the parameter upi_onboarding_details</td>\n<td>Integer</td>\n</tr>\n<tr>\n<td>master_account</td>\n<td>A JSON object containing the details for linked account on top of which the virtual account has to be created. If empty, Decentro's default account will be used. Enabled only for ICICI as a banking provider.</td>\n<td>CM, Mandatory when company is onboarded more than one business accounts.(Mandatory when 'master_account_alias' is not present)</td>\n<td>JSON</td>\n</tr>\n<tr>\n<td>number</td>\n<td>Account number for master account</td>\n<td>CM based on the existence of the parameter master_account</td>\n<td>String</td>\n</tr>\n<tr>\n<td>ifsc</td>\n<td>Account IFSC for master account</td>\n<td>CM based on the existence of the parameter master_account</td>\n<td>String</td>\n</tr>\n<tr>\n<td>master_account_alias</td>\n<td>Alias provided by Decentro team</td>\n<td>CM, Mandatory when company is onboarded more than one business accounts.(Mandatory when 'master_account' JSON is not present)</td>\n<td>String</td>\n</tr>\n</tbody>\n</table>\n</div><p>𝗨𝗣𝗜 𝗧𝗥𝗔𝗡𝗦𝗔𝗖𝗧𝗜𝗢𝗡 𝗟𝗜𝗠𝗜𝗧𝗦</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Bank</th>\n<th>Upper Limit Per Transaction</th>\n<th>Per Day Transaction Limit</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Any Bank</td>\n<td>Rs.1, 00, 000</td>\n<td>Rs.1, 00, 000</td>\n</tr>\n</tbody>\n</table>\n</div><p>*implies that the marked parameters are currently not being considered and are slated to be in the future releases</p>\n","auth":{"type":"noauth","isInherited":true,"source":{"_postman_id":"7e5d375f-efaf-4486-96f4-99a26d3eddc6","id":"7e5d375f-efaf-4486-96f4-99a26d3eddc6","name":"Accounts","type":"folder"}},"urlObject":{"path":["banking","account","virtual"],"host":["https://in.staging.decentro.techv2"],"query":[],"variable":[]}},"response":[{"id":"62a2e976-fe6f-4b88-8b77-872af20cced7","name":"Success without UPI onboarding (Multi -Provider)","originalRequest":{"method":"POST","header":[{"key":"client_id","value":"<YOUR_CLIENT_ID>","type":"text","description":"Decentro assigned client_id for the company"},{"key":"client_secret","value":"<YOUR_CLIENT_SECRET>","type":"text","description":"Decentro assigned client_secret for the company"},{"key":"module_secret","value":"<YOUR_CORE_BANKING_MODULE_SECRET>","type":"text","description":"Decentro assigned banking module_secret for the company"},{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"bank_codes\": [\"YESB\", \"ICIC\"],\n    \"name\": \"somefirst somelast\",\n    \"pan\": \"ABCDE1234F\",\n    \"email\": \"some_email@mail.com\",\n    \"mobile\": \"9999999999\",\n    \"address\": \"some_physical_address\",\n    \"kyc_verified\": 1,\n    \"kyc_check_decentro\": 0,\n    \"minimum_balance\": 7500.00,\n    \"transaction_limit\": 10000.00,\n    \"customer_id\": \"DEC0001\",\n    \"virtual_account_balance_settlement\": \"disabled\",\n    \"upi_onboarding\": false,\n     \"generate_static_qr\": 0\n}","options":{"raw":{"language":"json"}}},"url":"https://in.staging.decentro.tech/v2/banking/account/virtual"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":null,"cookie":[],"responseTime":null,"body":"{\n    \"decentroTxnId\": \"62E67XXXXXXXXXXXXXXXXXXXXXXXXXXXXXX\",\n    \"status\": \"SUCCESS\",\n    \"responseCode\": \"S00000\",\n    \"message\": \"Virtual accounts created successfully\",\n    \"data\": [\n        {\n            \"bank\": \"YES BANK LTD\",\n            \"status\": \"success\",\n            \"message\": \"YES BANK account created successfully.\",\n            \"accountNumber\": \"462515000000000001\",\n            \"ifsc\": \"YESB0CMSNOC\",\n            \"allowedMethods\": [\n                \"IMPS\",\n                \"NEFT\",\n                \"RTGS\",\n                \"UPI\"\n            ],\n            \"currency\": \"INR\",\n            \"transactionLimit\": 10000,\n            \"minimumBalance\": 7500,\n            \"upiId\": \"462515000000000001@yesbankltd\",\n            \"upiQrCode\": \"<base-64 string>\",\n            \"virtualAccountBalanceSettlement\": \"DISABLED\"\n        },\n        {\n            \"bank\": \"ICICI BANK LTD\",\n            \"status\": \"success\",\n            \"message\": \"ICICI account created successfully.\",\n            \"accountNumber\": \"462515000000000001\",\n            \"ifsc\": \"ICIC0000106\",\n            \"allowedMethods\": [\n                \"IMPS\",\n                \"NEFT\",\n                \"RTGS\",\n                \"UPI\"\n            ],\n            \"currency\": \"INR\",\n            \"transactionLimit\": 10000,\n            \"minimumBalance\": 7500,\n            \"upiId\": \"decfin.462515000000000001@icici\",\n            \"upiQrCode\": \"<base-64 string>\",\n            \"virtualAccountBalanceSettlement\": \"DISABLED\" \n    ]\n}"},{"id":"97aa617d-e0f1-4a0c-b6d0-2f47058eb80e","name":"Success without UPI onboarding (Single Provider)","originalRequest":{"method":"POST","header":[{"key":"client_id","value":"<YOUR_CLIENT_ID>","type":"text","description":"Decentro assigned client_id for the company"},{"key":"client_secret","value":"<YOUR_CLIENT_SECRET>","type":"text","description":"Decentro assigned client_secret for the company"},{"key":"module_secret","value":"<YOUR_CORE_BANKING_MODULE_SECRET>","type":"text","description":"Decentro assigned banking module_secret for the company"},{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"bank_codes\": [\"YESB\"],\n    \"name\": \"somefirst somelast\",\n    \"pan\": \"ABCDE1234F\",\n    \"email\": \"some_email@mail.com\",\n    \"mobile\": \"9999999999\",\n    \"address\": \"some_physical_address\",\n    \"kyc_verified\": 1,\n    \"kyc_check_decentro\": 0,\n    \"minimum_balance\": 7500.00,\n    \"transaction_limit\": 10000.00,\n    \"customer_id\": \"DEC0001\",\n    \"virtual_account_balance_settlement\": \"disabled\",\n    \"upi_onboarding\": false,\n    \"generate_static_qr\": 0\n}","options":{"raw":{"language":"json"}}},"url":"https://in.staging.decentro.tech/v2/banking/account/virtual"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":null,"cookie":[],"responseTime":null,"body":"{\n    \"decentroTxnId\": \"62E67XXXXXXXXXXXXXXXXXXXXXXXXXXXXXX\",\n    \"status\": \"SUCCESS\",\n    \"responseCode\": \"S00000\",\n    \"message\": \"Virtual accounts created successfully\",\n    \"data\": [\n        {\n            \"bank\": \"YES BANK LTD\",\n            \"status\": \"success\",\n            \"message\": \"YES BANK account created successfully.\",\n            \"accountNumber\": \"462515000000000001\",\n            \"ifsc\": \"YESB0CMSNOC\",\n            \"allowedMethods\": [\n                \"IMPS\",\n                \"NEFT\",\n                \"RTGS\",\n                \"UPI\"\n            ],\n            \"currency\": \"INR\",\n            \"transactionLimit\": 10000,\n            \"minimumBalance\": 7500,\n            \"upiId\": \"462515000000000001@yesbankltd\",\n            \"upiQrCode\": \"<base-64 string>\",\n            \"virtualAccountBalanceSettlement\": \"DISABLED\"\n        }\n    ]\n}"},{"id":"4f755a5c-940e-443c-91aa-b3aee8bef3f7","name":"Success with Sub merchant onboarding (Multi Provider)","originalRequest":{"method":"POST","header":[{"key":"client_id","value":"<YOUR_CLIENT_ID>","type":"text","description":"Decentro assigned client_id for the company"},{"key":"client_secret","value":"<YOUR_CLIENT_SECRET>","type":"text","description":"Decentro assigned client_secret for the company"},{"key":"module_secret","value":"<YOUR_CORE_BANKING_MODULE_SECRET>","type":"text","description":"Decentro assigned banking module_secret for the company"},{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"bank_codes\": [\"YESB\", \"ICIC\"],\n    \"name\": \"somefirst somelast\",\n    \"pan\": \"ABCDE1234F\",\n    \"email\": \"some_email@mail.com\",\n    \"mobile\": \"9999999999\",\n    \"address\": \"some_physical_address\",\n    \"kyc_verified\": 1,\n    \"kyc_check_decentro\": 0,\n    \"minimum_balance\": 7500.00,\n    \"transaction_limit\": 10000.00,\n    \"customer_id\": \"DEC0001\",\n    \"virtual_account_balance_settlement\": \"enabled\",\n    \"upi_onboarding\": true,\n    \"state_code\": 1,\n    \"city\": \"Bangalore\",\n    \"pincode\": 560036,\n    \"custom_vpa\": \"abc\",\n    \"generate_static_qr\": 0\n    \"upi_onboarding_details\": {\n        \"merchant_category_code\": \"4214\",\n        \"merchant_business_type\": \"4\",\n        \"transaction_count_limit_per_day\": 1000,\n        \"transaction_amount_limit_per_day\": 10000,\n        \"transaction_amount_limit_per_transaction\": 999\n    }\n}","options":{"raw":{"language":"json"}}},"url":"https://in.staging.decentro.tech/v2/banking/account/virtual"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":null,"cookie":[],"responseTime":null,"body":"{\n    \"decentroTxnId\": \"62E67XXXXXXXXXXXXXXXXXXXXXXXXXXXXXX\",\n    \"status\": \"SUCCESS\",\n    \"responseCode\": \"S00000\",\n    \"message\": \"Virtual accounts created successfully\",\n    \"data\": [\n        {\n            \"bank\": \"YES BANK LTD\",\n            \"status\": \"success\",\n            \"message\": \"YES BANK account created successfully.\",\n            \"accountNumber\": \"462515000000000001\",\n            \"ifsc\": \"YESB0CMSNOC\",\n            \"allowedMethods\": [\n                \"IMPS\",\n                \"NEFT\",\n                \"RTGS\",\n                \"UPI\"\n            ],\n            \"currency\": \"INR\",\n            \"transactionLimit\": 10000,\n            \"minimumBalance\": 7500,\n            \"upiId\": \"abc@yesbank\",\n            \"upiQrCode\": \"<base-64 string>\",\n            \"virtualAccountBalanceSettlement\": \"ENABLED\",\n            \"upiOnboardingStatus\": \"SUCCESS\",\n            \"upiOnboardingStatusDescription\": \"SUCCESS\",\n            \"upiOnboardingDetails\": {\n                \"merchantCategoryCode\": \"7375\",\n                \"merchantBusinessType\": \"3\",\n                \"transactionCountLimitPerDay\": 10,\n                \"transactionAmountLimitPerDay\": 1000,\n                \"transactionAmountLimitPerTransaction\": 100\n            }\n        },\n        {\n            \"bank\": \"ICICI BANK LTD\",\n            \"status\": \"success\",\n            \"message\": \"ICICI account created successfully.\",\n            \"accountNumber\": \"462515000000000001\",\n            \"ifsc\": \"ICIC0000106\",\n            \"allowedMethods\": [\n                \"IMPS\",\n                \"NEFT\",\n                \"RTGS\",\n                \"UPI\"\n            ],\n            \"currency\": \"INR\",\n            \"transactionLimit\": 10000,\n            \"minimumBalance\": 7500,\n            \"upiId\": \"abc@icici\",\n            \"upiQrCode\": \"<base-64 string>\",\n            \"virtualAccountBalanceSettlement\": \"ENABLED\",\n            \"upiOnboardingStatus\": \"SUCCESS\",\n            \"upiOnboardingStatusDescription\": \"UPI as transaction mode is enabled with this account.\",\n            \"upiOnboardingDetails\": {\n                \"merchantCategoryCode\": \"7375\",\n                \"merchantBusinessType\": \"3\",\n                \"transactionCountLimitPerDay\": 10,\n                \"transactionAmountLimitPerDay\": 1000,\n                \"transactionAmountLimitPerTransaction\": 100\n            }\n        }\n    ]\n}"},{"id":"6931ce4f-a8ea-4c54-87fd-9527e22ba731","name":"Success with Sub merchant onboarding (Single Provider)","originalRequest":{"method":"POST","header":[{"key":"client_id","value":"<YOUR_CLIENT_ID>","type":"text","description":"Decentro assigned client_id for the company"},{"key":"client_secret","value":"<YOUR_CLIENT_SECRET>","type":"text","description":"Decentro assigned client_secret for the company"},{"key":"module_secret","value":"<YOUR_CORE_BANKING_MODULE_SECRET>","type":"text","description":"Decentro assigned banking module_secret for the company"},{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"bank_codes\": [\"YESB\"],\n    \"name\": \"somefirst somelast\",\n    \"pan\": \"ABCDE1234F\",\n    \"email\": \"some_email@mail.com\",\n    \"mobile\": \"9999999999\",\n    \"address\": \"some_physical_address\",\n    \"kyc_verified\": 1,\n    \"kyc_check_decentro\": 0,\n    \"minimum_balance\": 7500.00,\n    \"transaction_limit\": 10000.00,\n    \"customer_id\": \"DEC0001\",\n    \"virtual_account_balance_settlement\": \"enabled\",\n    \"upi_onboarding\": true,\n    \"state_code\": 1,\n    \"city\": \"Bangalore\",\n    \"pincode\": 560036,\n    \"custom_vpa\": \"abc@yesbank\",\n    \"generate_static_qr\": 0\n    \"upi_onboarding_details\": {\n        \"merchant_category_code\": \"4214\",\n        \"merchant_business_type\": \"4\",\n        \"transaction_count_limit_per_day\": 1000,\n        \"transaction_amount_limit_per_day\": 10000,\n        \"transaction_amount_limit_per_transaction\": 999\n    }\n}","options":{"raw":{"language":"json"}}},"url":"https://in.staging.decentro.tech/v2/banking/account/virtual"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":null,"cookie":[],"responseTime":null,"body":"{\n    \"decentroTxnId\": \"62E67XXXXXXXXXXXXXXXXXXXXXXXXXXXXXX\",\n    \"status\": \"SUCCESS\",\n    \"responseCode\": \"S00000\",\n    \"message\": \"Virtual accounts created successfully\",\n    \"data\": [\n        {\n            \"bank\": \"YES BANK LTD\",\n            \"status\": \"success\",\n            \"message\": \"YES BANK account created successfully.\",\n            \"accountNumber\": \"462515000000000001\",\n            \"ifsc\": \"YESB0CMSNOC\",\n            \"allowedMethods\": [\n                \"IMPS\",\n                \"NEFT\",\n                \"RTGS\",\n                \"UPI\"\n            ],\n            \"currency\": \"INR\",\n            \"transactionLimit\": 10000,\n            \"minimumBalance\": 7500,\n            \"upiId\": \"abc@yesbank\",\n            \"upiQrCode\": \"<base-64 string>\",\n            \"virtualAccountBalanceSettlement\": \"ENABLED\",\n            \"upiOnboardingStatus\": \"SUCCESS\",\n            \"upiOnboardingStatusDescription\": \"SUCCESS\",\n            \"upiOnboardingDetails\": {\n                \"merchantCategoryCode\": \"7375\",\n                \"merchantBusinessType\": \"3\",\n                \"transactionCountLimitPerDay\": 10,\n                \"transactionAmountLimitPerDay\": 1000,\n                \"transactionAmountLimitPerTransaction\": 100\n            }\n        }\n    ]\n}"},{"id":"59d0b089-5902-48f9-b75d-29ebd5cce347","name":"Success  on linked business account with master_account details","originalRequest":{"method":"POST","header":[{"key":"client_id","value":"<YOUR_CLIENT_ID>","type":"text","description":"Decentro assigned client_id for the company"},{"key":"client_secret","value":"<YOUR_CLIENT_SECRET>","type":"text","description":"Decentro assigned client_secret for the company"},{"key":"module_secret","value":"<YOUR_CORE_BANKING_MODULE_SECRET>","type":"text","description":"Decentro assigned banking module_secret for the company"},{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"bank_codes\": [\"YESB\"],\n    \"name\": \"somefirst somelast\",\n    \"pan\": \"ABCDE1234F\",\n    \"email\": \"some_email@mail.com\",\n    \"mobile\": \"9999999999\",\n    \"address\": \"some_physical_address\",\n    \"kyc_verified\": 1,\n    \"kyc_check_decentro\": 0,\n    \"minimum_balance\": 7500.00,\n    \"transaction_limit\": 10000.00,\n    \"customer_id\": \"DEC0001\",\n    \"virtual_account_balance_settlement\": \"disabled\",\n    \"master_account\": {\n        \"number\": \"XXXXXXXX\",\n        \"ifsc\": \"ICIC000XXXX\"\n    },    \n    \"upi_onboarding\": false,\n    \"generate_static_qr\": 0\n}","options":{"raw":{"language":"json"}}},"url":"https://in.staging.decentro.tech/v2/banking/account/virtual"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":null,"cookie":[],"responseTime":null,"body":"{\n    \"decentroTxnId\": \"62E67XXXXXXXXXXXXXXXXXXXXXXXXXXXXXX\",\n    \"status\": \"SUCCESS\",\n    \"responseCode\": \"S00000\",\n    \"message\": \"Virtual accounts created successfully\",\n    \"data\": [\n        {\n            \"bank\": \"YES BANK LTD\",\n            \"status\": \"success\",\n            \"message\": \"YES BANK account created successfully.\",\n            \"accountNumber\": \"462515000000000001\",\n            \"ifsc\": \"YESB0CMSNOC\",\n            \"allowedMethods\": [\n                \"IMPS\",\n                \"NEFT\",\n                \"RTGS\",\n                \"UPI\"\n            ],\n            \"currency\": \"INR\",\n            \"transactionLimit\": 10000,\n            \"minimumBalance\": 7500,\n            \"upiId\": \"462515000000000001@yesbankltd\",\n            \"upiQrCode\": \"<base-64 string>\",\n            \"virtualAccountBalanceSettlement\": \"DISABLED\"\n        }\n    ]\n}"},{"id":"0fc60aae-2d3e-4908-8fec-5039ab0feba1","name":"Success  on linked business account with master_account_alias","originalRequest":{"method":"POST","header":[{"key":"client_id","value":"<YOUR_CLIENT_ID>","type":"text","description":"Decentro assigned client_id for the company"},{"key":"client_secret","value":"<YOUR_CLIENT_SECRET>","type":"text","description":"Decentro assigned client_secret for the company"},{"key":"module_secret","value":"<YOUR_CORE_BANKING_MODULE_SECRET>","type":"text","description":"Decentro assigned banking module_secret for the company"},{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"bank_codes\": [\"YESB\"],\n    \"name\": \"somefirst somelast\",\n    \"pan\": \"ABCDE1234F\",\n    \"email\": \"some_email@mail.com\",\n    \"mobile\": \"9999999999\",\n    \"address\": \"some_physical_address\",\n    \"kyc_verified\": 1,\n    \"kyc_check_decentro\": 0,\n    \"minimum_balance\": 7500.00,\n    \"transaction_limit\": 10000.00,\n    \"customer_id\": \"DEC0001\",\n    \"virtual_account_balance_settlement\": \"disabled\",\n    \"master_account_alias\": \"decentro_general_1\",\n    \"upi_onboarding\": false,\n    \"generate_static_qr\": 0\n}","options":{"raw":{"language":"json"}}},"url":"https://in.staging.decentro.tech/v2/banking/account/virtual"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":null,"cookie":[],"responseTime":null,"body":"{\n    \"decentroTxnId\": \"62E67XXXXXXXXXXXXXXXXXXXXXXXXXXXXXX\",\n    \"status\": \"SUCCESS\",\n    \"responseCode\": \"S00000\",\n    \"message\": \"Virtual accounts created successfully\",\n    \"data\": [\n        {\n            \"bank\": \"YES BANK LTD\",\n            \"status\": \"success\",\n            \"message\": \"YES BANK account created successfully.\",\n            \"accountNumber\": \"462515000000000001\",\n            \"ifsc\": \"YESB0CMSNOC\",\n            \"allowedMethods\": [\n                \"IMPS\",\n                \"NEFT\",\n                \"RTGS\",\n                \"UPI\"\n            ],\n            \"currency\": \"INR\",\n            \"transactionLimit\": 10000,\n            \"minimumBalance\": 7500,\n            \"upiId\": \"462515000000000001@yesbankltd\",\n            \"upiQrCode\": \"<base-64 string>\",\n            \"virtualAccountBalanceSettlement\": \"DISABLED\"\n        }\n    ]\n}"},{"id":"475fe064-ff13-47fa-bdb1-ade6c62171ae","name":"Failure: Static QR requested with multiple bank codes.","originalRequest":{"method":"POST","header":[{"key":"client_id","value":"YOUR_CLIENT_ID","type":"text","description":"Decentro assigned client_id for the company"},{"key":"client_secret","value":"YOUR_CLIENT_SECRET","type":"text","description":"Decentro assigned client_secret for the company"},{"key":"module_secret","value":"{{accounts_module_secret}}","type":"text","description":"Decentro assigned banking module_secret for the company"},{"key":"Content-Type","value":"application/json","type":"text"},{"key":"","value":"","type":"text","disabled":true}],"body":{"mode":"raw","raw":"{\n    \"bank_codes\": [\n        \"YESB\", \"DBSS\"\n    ],\n    \"name\": \"New Account 123\",\n    \"pan\": \"OPUAS5334E\",\n    \"email\": \"dt334@decentro.tech\",\n    \"mobile\": \"9000334110\",\n    \"kyc_verified\": 1,\n    \"kyc_check_decentro\": 0,\n    \"customer_id\": \"9000334110\",\n    \"virtual_account_balance_settlement\": \"enabled\",\n    \"master_account_alias\": \"test_alias2\",\n    \n    \"generate_static_qr\": 1\n\n}","options":{"raw":{"language":"json"}}},"url":"{{prod_url}}v2/banking/account/virtual"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"decentroTxnId\": \"4396A048C3EA4E8B89785991174E4F55\",\n    \"status\": \"FAILURE\",\n    \"responseCode\": \"E00009\",\n    \"message\": \"Kindly pass only a single bank code when generate_static_qr is set as 1.\"\n}"},{"id":"40bbde10-5534-4056-ba08-78df0cded3ff","name":"Success: Static QR requested with a custom sub merchant id.","originalRequest":{"method":"POST","header":[{"key":"client_id","value":"YOUR_CLIENT_ID","type":"text","description":"Decentro assigned client_id for the company"},{"key":"client_secret","value":"YOUR_CLIENT_SECRET","type":"text","description":"Decentro assigned client_secret for the company"},{"key":"module_secret","value":"{{accounts_module_secret}}","type":"text","description":"Decentro assigned banking module_secret for the company"},{"key":"Content-Type","value":"application/json","type":"text"},{"key":"","value":"","type":"text","disabled":true}],"body":{"mode":"raw","raw":"{\n    \"bank_codes\": [\n        \"YESB\"\n    ],\n    \"name\": \"New Account 123\",\n    \"pan\": \"OPUAS5334E\",\n    \"email\": \"dt334@decentro.tech\",\n    \"mobile\": \"9000334110\",\n    \"kyc_verified\": 1,\n    \"kyc_check_decentro\": 0,\n    \"customer_id\": \"9000334110\",\n    \"virtual_account_balance_settlement\": \"enabled\",\n    \"master_account_alias\": \"test_alias2\",\n    \"generate_static_qr\": 1,\n    \"upi_sub_merchant_id\": \"NPSTSUBM008\"\n}","options":{"raw":{"language":"json"}}},"url":"{{prod_url}}v2/banking/account/virtual"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"decentroTxnId\": \"F5989F01D6A5446E83CA0EB5FD59CA79\",\n    \"status\": \"SUCCESS\",\n    \"responseCode\": \"S00000\",\n    \"message\": \"Virtual accounts created successfully\",\n    \"data\": [\n        {\n            \"bank\": \"YES BANK LTD\",\n            \"status\": \"success\",\n            \"message\": \"YES Bank account created successfully.\",\n            \"accountNumber\": \"500500603683277108\",\n            \"ifsc\": \"YESB0CMSNOC\",\n            \"allowedMethods\": [\n                \"IMPS\",\n                \"NEFT\",\n                \"RTGS\",\n                \"UPI\"\n            ],\n            \"currency\": \"INR\",\n            \"transactionLimit\": 0,\n            \"minimumBalance\": 0,\n            \"upiQrCode\": \"iVBORw0KGgoAAAANSUhEUgAAATEAAAExAQAAAAA8HqjFAAAD1ElEQVR4nO2aTW6rUAyFjRgwZAnshG4MCSQ2RnbCEjJkgHDPOYaWKJMOr9VkgBL4+iQ/28c/F/M/fSb7cB/uf3JPM6t4+fId13bvrG/nFZe98wV3miTc6P54WtccNnTg5hU/B2sefPqAsVk43iO3tL760c4OG0dd1vgHEnF0WYVvct7W8y9wr2vScbNv4npjJNKXeNq921swp/gb12axwTa6rOHPrYK973FaMCc9GOij98ubbpTL6fOskTjt1MF5SKGe377gxjcdL5nbpQfMnnmFuMHAw+oVGUVlaPcfewvn4J6tV9TRssVqBtwOe51G3/W5cC5SqNuM0swqaXSZ5Jrx13kOjn5DMtHogT6Cwhn8hoqjNgDlMwtHGcYDD1WeXXLdMLecvUASjvLFau9LOymZHC6bop2RGDRJOOvURdLAVU8pCp2FwsF1noRDHjEIN5OkwWg1MdJs5VYSDvEne1HoLz2oWHZOuR4sCcf4o00okCg2XyFz7L4o3K86XjRHXdMD9o6bLO8Vf059RkZ5Dg5mSb7A1TK6UxCGrr3qRtEczNKIAkmb6LdLD/gz2pk8HHquVRkFl8Hont3XwTn+aF/sLZlD4jj7F81W0VQuYS/koTonrwQcx0M6Ck9Hlwoge1g+2c7c/18K51AltXvYrgWEaWIxShq//+hz+dzZTyrgaPTBJv/QiPKsb/aWzaGwPLRSARwKp3Yf5ZMP6tVzcFcPrNqolUp0XzL67G5ScBxHYuC91hPGDWR1xt+trpbN+Rq7B9ZLKbUmYfVhkusmC8dVnannii0250YOK7sGmJ/4K51TeVcyjbQXMHVNsyTn318dL5uLeUuD4sjpfYr1tvZDsZzPw3GBHY0XHnRX/L32YaVzauNhKqcsdDLnJMyxnqEXzXEGLlJI2TO6vikStSSi4OXhLNpGHZYo6pYY5j02kEm46Cd5oEB4idZ+0pyCi/3Wy9I5j2O2694cTaVm+5gqk3B73KMKSBS6mN5Pzf7Nt8K5Z30tGtsQ5DDQeG7V3OwtneN2S/MvF/HReDEIpc/asDQ5uCjvEul61amChmAptQZKz8FJD1otu863BGLjxTaZ+9MX3SiZkx7UetshDkARehP9dvb3aTjXEYn0QKWSWwhZee7qc3Cql64ttorNEEqtI6sXXSudG1nyaRuFjPsIrYDPRfd93i+c0/s0Y8y/XEqcyRTniPfzhSRcpRIjRwHW5eVcKAVX88UTve3AzQTX2xSF7XqzJgOn+OPpuk6wTG9ATEyrcxDLwkkPtJQYY9nFKmk65tVLNUm4v3w+3If7l9w3APwE1r4nVJsAAAAASUVORK5CYII=\",\n            \"upiOnboardingStatus\": \"PENDING\",\n            \"upiOnboardingStatusDescription\": \"Not valid for Static QR generation.\",\n            \"virtualAccountBalanceSettlement\": \"ENABLED\",\n            \"upiStaticQrGenerationStatus\": \"SUCCESS\",\n            \"upiStaticQrGenerationStatusDescription\": \"UPI Static QR generated successfully.\"\n        }\n    ]\n}"}],"_postman_id":"e92377d4-5848-4b0a-8a0c-f57101758d0e"},{"name":"Update Virtual Account","id":"487c8a1a-8c13-4dec-8c05-a889afb6d151","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"client_id","value":"YOUR_CLIENT_ID","type":"text"},{"key":"client_secret","value":"YOUR_CLIENT_SECRET","type":"text"},{"key":"module_secret","value":"YOUR_PREPAID_MODULE_SECRET","type":"text"},{"key":"provider_secret","value":"YOUR_CHOSEN_PROVIDER_SECRET","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"action\": \"update\",\r\n    \"email\": \"email826@gmail.com\",\r\n    \"mobile\": \"9000826107\",\r\n    \"address\": \"South Asia\",\r\n    \"kyc_verified\": 1,\r\n    \"customer_id\": \"dec826z\",\r\n    \"virtual_account_balance_settlement\": \"enabled\",\r\n    \"generate_static_qr\": 1\r\n}","options":{"raw":{"language":"json"}}},"url":"https://in.staging.decentro.tech/v2/banking/account/virtual/<VA number>","auth":{"type":"noauth","isInherited":true,"source":{"_postman_id":"7e5d375f-efaf-4486-96f4-99a26d3eddc6","id":"7e5d375f-efaf-4486-96f4-99a26d3eddc6","name":"Accounts","type":"folder"}},"urlObject":{"protocol":"https","path":["v2","banking","account","virtual","<VA number>"],"host":["in","staging","decentro","tech"],"query":[],"variable":[]}},"response":[{"id":"956a9d19-0ea1-4440-9dee-6298279c5e73","name":"success: VA updated and static QR fetched","originalRequest":{"method":"PUT","header":[{"key":"client_id","value":"YOUR_CLIENT_ID","type":"text"},{"key":"client_secret","value":"YOUR_CLIENT_SECRET","type":"text"},{"key":"module_secret","value":"YOUR_PREPAID_MODULE_SECRET","type":"text"},{"key":"provider_secret","value":"YOUR_CHOSEN_PROVIDER_SECRET","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"action\": \"update\",\r\n    \"email\": \"email826@gmail.com\",\r\n    \"mobile\": \"9000826107\",\r\n    \"address\": \"South Asia\",\r\n    \"kyc_verified\": 1,\r\n    \"customer_id\": \"dec826z\",\r\n    \"virtual_account_balance_settlement\": \"enabled\",\r\n    \"generate_static_qr\": 1\r\n}","options":{"raw":{"language":"json"}}},"url":"https://in.staging.decentro.tech/v2/banking/account/virtual/<VA number>"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"decentroTxnId\": \"83E56564D2454355B2446F57080720FC\",\n    \"status\": \"SUCCESS\",\n    \"responseCode\": \"S00000\",\n    \"message\": \"Virtual account updated successfully\",\n    \"data\": {\n        \"message\": \"Virtual account updated successfully\",\n        \"status\": \"success\",\n        \"accountNumber\": \"462520419036091630\",\n        \"ifsc\": \"YESB0CMSNOC\",\n        \"allowedMethods\": [\n            \"IMPS\",\n            \"NEFT\",\n            \"RTGS\",\n            \"UPI\"\n        ],\n        \"currency\": \"INR\",\n        \"transactionLimit\": 1000000,\n        \"minimumBalance\": 0,\n        \"upiQrCode\": \"iVBORw0KGgoAAAANSUhEUgAAATEAAAExAQAAAAA8HqjFAAAD0klEQVR4nO1aQa6rQAxL1cUsOcLc5PViSCBxsfYmHKFLFqj5tjOo6HfzlhO9skBQTKVpEsfx1PxXx2xf3Bf3N3FPM7vwdPO52o+NdfsZdlzh5Hd8XpLgJvfHc6zlhc+Au664vXp58OkDi82CG60Idx+WFeCrb2aT452Jb1jNhMMVg1cBGRkyB8T3WtLhFqxymCsXiExkLPG0fq63Y5zyb1oRt90Qtwmph9vtgvV+5mnHOPHBWCMJ/zt98Ea/OB0gALKBRQmR5rYbAvrB4z3jdvLBdQUrL4gWIOU1LA66xskYyyS4ZVUSFuUaeQ3dZYy2s7GikuCeU3CYA3IUE1olrnwVr3kSnCoFB8CoKCwf0VrEB3iAgCbBuWQKGn0sEFnHlTOMfANtJwmOnYSFg9OsEmLwZoaRkFP+dY/jMdrGkOlpyMuLmg2uPAmOUhJLhWrB7YtLpRZA8wfXIRM9Ca5VD7KOrAxVb0zH9ZCXoyXBcb2t2ahLQlReQM2FDzY2m5IDx+4iXYwDunhw3zh0gdwgju8cunLgsCwXFZAZNmYdi4nKUi3m/Lt0jQM/K/8gwVA4kvZ3iWPOKQSnwZkGLOIiZASvbP6m2kqCO/QLuHgCDvlnnLykBfDZWx90jnNp4LmKiyVYcCtywxe8qAVy4PiA3kMhK4ch9OKi+a44wtPgSAWGkM1NsDxiWJGefOuX3nETZfwYLoTqiHRdJWf0hufAsc9o/lWXpB9B89FCHOtbkuB2ZhndRpdgCXlZ9ZquPQdODVLtnY7XnY2Fw4rkJcJ4PeVp1zh2dj6l5iIzyD9FHVG6aIDxHDjVvkUxccqaVpOqf4jwhmVNg6vRIAmRiJELIX8ozPkcON/DwDb6XHaRi33kn8qq5MBpPGS0aKIGP/M38LtCBsLzJDh19r1GyOSwPNhxeKuySoJzuaYjFygpSXrgWH9TA/L3XNY7bme0tKHg3prNwB1FnezUL/vG0X5noLjAVb6jNn3Ci9RUmQPHuAWH0di6tZ3RYGoa9p4EF7WvAQtD8O1Y4MFwbz+ic5yrszNa3iwVbzPxHHZRyYGL9t48+GABtvxmDZ32FzrHcfv2dbTK2HqzcLxmk4gpSXDcUwcphEv3o0Yff+dw7S3WNDg/hmBthZLh2pRVi5/X2zdOewkh8puIKSGOQ1meeK1z3BRbb+Uermn7v0Azus9+WOe4sVnyTD2EzGIclq/CSdhS4cZoNhLC2kL0YzvOU+GmaP7y5TWdiNe24581GXDKPz8sYAXvYGppsyw4C61CaqYp4c3n4rv6Q10S3G+OL+6L+5O4f224ILCNST/6AAAAAElFTkSuQmCC\",\n        \"upiOnboardingStatus\": \"PENDING\",\n        \"upiOnboardingStatusDescription\": \"Not valid for Static QR generation.\",\n        \"virtualAccountBalanceSettlement\": \"ENABLED\",\n        \"upiStaticQrGenerationStatus\": \"SUCCESS\",\n        \"upiStaticQrGenerationStatusDescription\": \"UPI Static QR generated successfully.\"\n    }\n}"},{"id":"a94adfac-bf2e-46d7-904d-b57963251fa2","name":"Failure: Invalid generate_static_qr_value","originalRequest":{"method":"PUT","header":[{"key":"client_id","value":"YOUR_CLIENT_ID","type":"text"},{"key":"client_secret","value":"YOUR_CLIENT_SECRET","type":"text"},{"key":"module_secret","value":"YOUR_PREPAID_MODULE_SECRET","type":"text"},{"key":"provider_secret","value":"YOUR_CHOSEN_PROVIDER_SECRET","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"action\": \"update\",\r\n    \"email\": \"email826@gmail.com\",\r\n    \"mobile\": \"9000826107\",\r\n    \"address\": \"South Asia\",\r\n    \"kyc_verified\": 1,\r\n    \"customer_id\": \"dec826z\",\r\n    \"virtual_account_balance_settlement\": \"enabled\",\r\n    \"generate_static_qr\": \"abc\"\r\n}","options":{"raw":{"language":"json"}}},"url":"https://in.staging.decentro.tech/v2/banking/account/virtual/<VA number>"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"decentroTxnId\": \"B711F9C0D48A4B85826BB16A67425EF7\",\n    \"status\": \"FAILURE\",\n    \"responseCode\": \"E00009\",\n    \"message\": \"Invalid value for static qr generation flag. Hint: generate_static_qr can only be 0 or 1 (int/number)\"\n}"}],"_postman_id":"487c8a1a-8c13-4dec-8c05-a889afb6d151"},{"name":"Load / Unload Virtual Account","id":"9287078e-6204-472f-89ab-09483f9d7511","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"client_id","value":"<YOUR_CLIENT_ID>","description":"<p>Decentro assigned client_id for the company</p>\n"},{"key":"client_secret","value":"<YOUR_CLIENT_SECRET>","description":"<p>Decentro assigned client_secret for the company</p>\n"},{"key":"module_secret","value":"<YOUR_CORE_BANKING_MODULE_SECRET>","description":"<p>Decentro assigned accounts module_secret for the company</p>\n"},{"key":"provider_secret","value":"<YOUR_CHOSEN_PROVIDER_SECRET>","description":"<p>Decentro assigned provider_secret for the company to connect to a particular provider</p>\n"}],"body":{"mode":"raw","raw":"{\r\n    \"reference_id\" : \"UUID\",\r\n    \"action\": \"DEBIT\",\r\n    \"purpose\" : \"sample\",\r\n    \"account_number\": \"46XXXXXXXXXXXXX2\",\r\n    \"amount\": 1,\r\n    \"bank_reference_number\": \"ABC123\",\r\n    \"transfer_type\" : \"IMPS\"\r\n}","options":{"raw":{"language":"json"}}},"url":"https://in.staging.decentro.tech/v2/banking/virtual/account/update_balance","auth":{"type":"noauth","isInherited":true,"source":{"_postman_id":"7e5d375f-efaf-4486-96f4-99a26d3eddc6","id":"7e5d375f-efaf-4486-96f4-99a26d3eddc6","name":"Accounts","type":"folder"}},"urlObject":{"protocol":"https","path":["v2","banking","virtual","account","update_balance"],"host":["in","staging","decentro","tech"],"query":[],"variable":[]}},"response":[{"id":"a4ed6a31-2625-4abf-b082-0e4dbd98463e","name":"Success - Load VA","originalRequest":{"method":"POST","header":[{"key":"client_id","value":"<YOUR_CLIENT_ID>","description":"Decentro assigned client_id for the company"},{"key":"client_secret","value":"<YOUR_CLIENT_SECRET>","description":"Decentro assigned client_secret for the company"},{"key":"module_secret","value":"<YOUR_CORE_BANKING_MODULE_SECRET>","description":"Decentro assigned accounts module_secret for the company"},{"key":"provider_secret","value":"<YOUR_CHOSEN_PROVIDER_SECRET>","description":"Decentro assigned provider_secret for the company to connect to a particular provider"}],"body":{"mode":"raw","raw":"{\r\n    \"reference_id\" : \"UUID\",\r\n    \"action\": \"CREDIT\",\r\n    \"purpose\" : \"sample\",\r\n    \"account_number\": \"46XXXXXXXXXXXXX2\",\r\n    \"amount\": 1,\r\n    \"bank_reference_number\": \"ABC123\",\r\n    \"transfer_type\" : \"IMPS\"\r\n}","options":{"raw":{"language":"json"}}},"url":"https://in.staging.decentro.tech/v2/banking/virtual/account/update_balance"},"status":"Created","code":201,"_postman_previewlanguage":"json","header":null,"cookie":[],"responseTime":null,"body":"{\r\n    \"decentroTxnId\": \"DCTRTXXXXXXXXXXXXXXXXX\",\r\n    \"status\": \"SUCCESS\",\r\n    \"responseCode\": \"S00000\",\r\n    \"message\": \"Transaction successful\",\r\n    \"data\": {\r\n        \"status\": \"success\",\r\n        \"newBalance\": 1.00\r\n    }\r\n}"},{"id":"67396d2a-5ab5-45a2-914c-ddc7aa6b1a02","name":"Success - Unload VA","originalRequest":{"method":"POST","header":[{"key":"client_id","value":"<YOUR_CLIENT_ID>","description":"Decentro assigned client_id for the company"},{"key":"client_secret","value":"<YOUR_CLIENT_SECRET>","description":"Decentro assigned client_secret for the company"},{"key":"module_secret","value":"<YOUR_CORE_BANKING_MODULE_SECRET>","description":"Decentro assigned accounts module_secret for the company"},{"key":"provider_secret","value":"<YOUR_CHOSEN_PROVIDER_SECRET>","description":"Decentro assigned provider_secret for the company to connect to a particular provider"}],"body":{"mode":"raw","raw":"{\r\n    \"reference_id\" : \"UUID\",\r\n    \"action\": \"DEBIT\",\r\n    \"purpose\" : \"sample\",\r\n    \"account_number\": \"46XXXXXXXXXXXXX2\",\r\n    \"amount\": 1,\r\n    \"bank_reference_number\": \"ABC123\",\r\n    \"transfer_type\" : \"IMPS\"\r\n}","options":{"raw":{"language":"json"}}},"url":"https://in.staging.decentro.tech/v2/banking/virtual/account/update_balance"},"status":"Created","code":201,"_postman_previewlanguage":"json","header":null,"cookie":[],"responseTime":null,"body":"{\r\n    \"decentroTxnId\": \"DCTRTXXXXXXXXXXXXXXXXX\",\r\n    \"status\": \"SUCCESS\",\r\n    \"responseCode\": \"S00000\",\r\n    \"message\": \"Transaction successful\",\r\n    \"data\": {\r\n        \"status\": \"success\",\r\n        \"newBalance\": 1.00\r\n    }\r\n}"},{"id":"f65c999f-60eb-468f-a486-a2b7cb7009ed","name":"Failure- Invalid Account","originalRequest":{"method":"POST","header":[{"key":"client_id","value":"<YOUR_CLIENT_ID>","description":"Decentro assigned client_id for the company"},{"key":"client_secret","value":"<YOUR_CLIENT_SECRET>","description":"Decentro assigned client_secret for the company"},{"key":"module_secret","value":"<YOUR_CORE_BANKING_MODULE_SECRET>","description":"Decentro assigned accounts module_secret for the company"},{"key":"provider_secret","value":"<YOUR_CHOSEN_PROVIDER_SECRET>","description":"Decentro assigned provider_secret for the company to connect to a particular provider"}],"body":{"mode":"raw","raw":"{\r\n    \"reference_id\" : \"UUID\",\r\n    \"action\": \"DEBIT\",\r\n    \"purpose\" : \"sample\",\r\n    \"account_number\": \"46XXXXXXXXXXXXX2\",\r\n    \"amount\": 1,\r\n    \"bank_reference_number\": \"ABC123\",\r\n    \"transfer_type\" : \"IMPS\"\r\n}","options":{"raw":{"language":"json"}}},"url":"https://in.staging.decentro.tech/v2/banking/virtual/account/update_balance"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":null,"cookie":[],"responseTime":null,"body":"{\r\n    \"decentroTxnId\": \"85E646D76AC841B58F0654754D29AE32\",\r\n    \"status\": \"FAILURE\",\r\n    \"responseCode\": \"E00009\",\r\n    \"message\": \"No account found for the value `account_number`. Please check the account and try again.\"\r\n}"}],"_postman_id":"9287078e-6204-472f-89ab-09483f9d7511"}],"id":"259aaf0e-b626-4a5c-a6e0-80cefb60425d","description":"<p>Here you can - </p>\n<ul>\n<li>Create virtual accounts for your customers/buyers/partners/sellers in real time with any of our partner banks.</li>\n<li>Manage/Update the virtual accounts in terms of limits and the personal details linked to each of those accounts.</li>\n</ul>\n","event":[{"listen":"prerequest","script":{"id":"fa3d729c-2ce7-4f4b-a3b6-6a855d0fe699","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"c8e1ab85-fb62-47f9-94ae-ce7baa33c84b","type":"text/javascript","exec":[""]}}],"_postman_id":"259aaf0e-b626-4a5c-a6e0-80cefb60425d","auth":{"type":"noauth","isInherited":true,"source":{"_postman_id":"7e5d375f-efaf-4486-96f4-99a26d3eddc6","id":"7e5d375f-efaf-4486-96f4-99a26d3eddc6","name":"Accounts","type":"folder"}}},{"name":"Information","item":[{"name":"Get all linked accounts","id":"49622886-ba72-41a4-b32f-ce19be3840fb","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"client_id","value":"<YOUR_CLIENT_ID>","type":"text","description":"<p>Decentro assigned client_id for the company</p>\n"},{"key":"client_secret","value":"<YOUR_CLIENT_SECRET>","type":"text","description":"<p>Decentro assigned client_secret for the company</p>\n"},{"key":"module_secret","value":"<YOUR_CORE_BANKING_MODULE_SECRET>","type":"text","description":"<p>Decentro assigned module_secret for the company</p>\n"},{"key":"provider_secret","value":"<YOUR_CHOSEN_PROVIDER_SECRET>","description":"<p>Decentro assigned provider_secret for the company</p>\n","type":"text"}],"body":{"mode":"formdata","formdata":[]},"url":"https://in.staging.decentro.tech/core_banking/account_information/fetch_details?type=business&mobile=9898989898&customer_id=mer392843&qr_requested=1","description":"<p>This API allows you to fetch all the accounts that have been created or linked by your consumer/business via your platform.</p>\n","auth":{"type":"noauth","isInherited":true,"source":{"_postman_id":"79ce54fc-e79d-495a-bf6c-f91edc3717b9","id":"79ce54fc-e79d-495a-bf6c-f91edc3717b9","name":"Information","type":"folder"}},"urlObject":{"path":["core_banking","account_information","fetch_details"],"host":["https://in.staging.decentro.tech"],"query":[{"description":{"content":"<p>(optional) type of the accounts</p>\n","type":"text/plain"},"key":"type","value":"business"},{"description":{"content":"<p>The unique mobile number. Can be used to fetch all linked accounts instead of one account number. Optional if customer_id is passed.</p>\n","type":"text/plain"},"key":"mobile","value":"9898989898"},{"description":{"content":"<p>The unique customer id to fetch all accounts. Optional if mobile is passed.</p>\n","type":"text/plain"},"key":"customer_id","value":"mer392843"},{"description":{"content":"<p>(Optional) 0/1 denoting whether to fetch base64 of the QR</p>\n","type":"text/plain"},"key":"qr_requested","value":"1"}],"variable":[]}},"response":[{"id":"0c50b6c4-4f0d-4996-9aeb-47f10efd52c0","name":"Records found (with sub-merchant onboarding)","originalRequest":{"method":"GET","header":[{"key":"client_id","value":"<YOUR_CLIENT_ID>","type":"text","description":"Decentro assigned client_id for the company"},{"key":"client_secret","value":"<YOUR_CLIENT_SECRET>","type":"text","description":"Decentro assigned client_secret for the company"},{"key":"module_secret","value":"<YOUR_CORE_BANKING_MODULE_SECRET>","type":"text","description":"Decentro assigned module_secret for the company"},{"key":"provider_secret","value":"<YOUR_CHOSEN_PROVIDER_SECRET>","description":"Decentro assigned provider_secret for the company","type":"text"}],"body":{"mode":"formdata","formdata":[]},"url":{"raw":"https://in.staging.decentro.tech/core_banking/account_information/fetch_details?type=virtual&mobile=9898989898&customer_id=mer392843&qr_requested=1","host":["https://in.staging.decentro.tech"],"path":["core_banking","account_information","fetch_details"],"query":[{"key":"type","value":"virtual","description":"(optional) type of the accounts"},{"key":"mobile","value":"9898989898","description":"The unique mobile number. Can be used to fetch all linked accounts instead of one account number. Optional if customer_id is passed."},{"key":"customer_id","value":"mer392843","description":"The unique customer id to fetch all accounts. Optional if mobile is passed."},{"key":"qr_requested","value":"1","description":"(Optional) 0/1 denoting whether to fetch base64 of the QR"}]}},"code":200,"_postman_previewlanguage":"json","header":null,"cookie":[],"responseTime":null,"body":"{\n    \"accounts\": [\n        {\n            \"type\": \"VIRTUAL\",\n            \"accountNumber\": \"462515XXXXXXXXXXXX\",\n            \"ifscCode\": \"YESBXXXXXXXX\",\n            \"allowedMethods\": [\n                \"neft\",\n                \"imps\",\n                \"rtgs\",\n                \"upi\"\n            ],\n            \"currency\": \"INR\",\n            \"transactionLimit\": 1000,\n            \"minimumBalance\": 750,\n            \"upiId\": \"462515XXXXXXXXXXXX@yesb\",\n            \"upiOnboardingStatus\": \"SUCCESS\",\n            \"upiOnboardingDetails\": {\n                \"transactionCountLimitPerDay\": 10000,\n                \"transactionAmountLimitPerDay\": 10000,\n                \"transactionAmountLimitPerTransaction\": 9990\n            }\n        },\n        {\n            \"type\": \"VIRTUAL\",\n            \"accountNumber\": \"462515XXXXXXXXXXXX\",\n            \"ifscCode\": \"YESBXXXXXXXX\",\n            \"allowedMethods\": [\n                \"neft\",\n                \"imps\",\n                \"rtgs\",\n                \"upi\"\n            ],\n            \"currency\": \"INR\",\n            \"transactionLimit\": 10000,\n            \"minimumBalance\": 101,\n            \"upiId\": \"462515XXXXXXXXXXXX@yesb\",\n            \"upiOnboardingStatus\": \"SUCCESS\",\n            \"upiOnboardingDetails\": {\n                \"transactionCountLimitPerDay\": 1000,\n                \"transactionAmountLimitPerDay\": 1000,\n                \"transactionAmountLimitPerTransaction\": 1000\n            }\n        }\n    ],\n    \"decentroTxnId\": \"4EAD1XXXXXXXXXXXXXXXXXXXXXXXXXXX\",\n    \"status\": \"success\",\n    \"responseCode\": \"S00000\"\n}"},{"id":"78671a85-f96e-4e7b-9392-46a1a92980ee","name":"Records found (without QR code)","originalRequest":{"method":"GET","header":[{"key":"client_id","value":"<YOUR_CLIENT_ID>","type":"text"},{"key":"client_secret","value":"<YOUR_CLIENT_SECRET>","type":"text"},{"key":"module_secret","value":"<YOUR_CORE_BANKING_MODULE_SECRET>","type":"text"},{"key":"provider_secret","value":"<YOUR_CHOSEN_PROVIDER_SECRET>","type":"text"}],"url":{"raw":"https://in.staging.decentro.tech/core_banking/account_information/fetch_details?type=virtual&mobile=9898989898&customer_id=mer392843","host":["https://in.staging.decentro.tech"],"path":["core_banking","account_information","fetch_details"],"query":[{"key":"type","value":"virtual","description":"(optional) type of the accounts"},{"key":"mobile","value":"9898989898","description":"The unique mobile number. Can be used to fetch all linked accounts instead of one account number. Optional if customer_id is passed."},{"key":"customer_id","value":"mer392843","description":"The unique customer id to fetch all accounts. Optional if mobile is passed."}]}},"code":200,"_postman_previewlanguage":"json","header":null,"cookie":[],"responseTime":null,"body":"{\n    \"accounts\": [\n        {\n            \"type\": \"VIRTUAL\",\n            \"accountNumber\": \"XXXXXXXXXXXXXXXXXX\",\n            \"ifscCode\": \"YESBXXXXXXX\",\n            \"upiId\": \"XXXXXXXXXXXXXXXXXX@ybl\",\n            \"allowedMethods\": [\n                \"neft\",\n                \"imps\",\n                \"rtgs\",\n                \"upi\"\n            ]\n        },\n        {\n            \"type\": \"VIRTUAL\",\n            \"accountNumber\": \"XXXXXXXXXXXXXXXXXY\",\n            \"ifscCode\": \"YESBXXXXXXX\",\n            \"upiId\": \"XXXXXXXXXXXXXXXXXY@yesbankltd\",\n            \"allowedMethods\": [\n                \"neft\",\n                \"imps\",\n                \"rtgs\",\n                \"upi\"\n            ]\n        },\n        {\n            \"type\": \"VIRTUAL\",\n            \"accountNumber\": \"XXXXXXXXXXXXXXXXXZ\",\n            \"ifscCode\": \"YESBXXXXXXX\",\n            \"upiId\": \"XXXXXXXXXXXXXXXXXZ@yesbankltd\",\n            \"allowedMethods\": [\n                \"neft\",\n                \"imps\",\n                \"rtgs\",\n                \"upi\"\n            ]\n        },\n        {\n            \"type\": \"VIRTUAL\",\n            \"accountNumber\": \"XXXXXXXXXXXXXXXXX1\",\n            \"ifscCode\": \"YESBXXXXXXX\",\n            \"upiId\": \"XXXXXXXXXXXXXXXXX1@yesbankltd\",\n            \"allowedMethods\": [\n                \"neft\",\n                \"imps\",\n                \"rtgs\",\n                \"upi\"\n            ]\n        },\n        {\n            \"type\": \"VIRTUAL\",\n            \"accountNumber\": \"XXXXXXXXXXXXXXXXX2\",\n            \"ifscCode\": \"YESBXXXXXXX\",\n            \"upiId\": \"XXXXXXXXXXXXXXXXX2@yesbankltd\",\n            \"allowedMethods\": [\n                \"neft\",\n                \"imps\",\n                \"rtgs\",\n                \"upi\"\n            ]\n        }\n    ],\n    \"decentroTxnId\": \"<decentroTxnId>\",\n    \"status\": \"success\",\n    \"responseCode\": \"S00000\"\n}"},{"id":"a5572bb9-32a8-40b4-8b51-e7533c50c665","name":"Records found (with QR code)","originalRequest":{"method":"GET","header":[{"key":"client_id","value":"<YOUR_CLIENT_ID>","type":"text","description":"Decentro assigned client_id for the company"},{"key":"client_secret","value":"<YOUR_CLIENT_SECRET>","type":"text","description":"Decentro assigned client_secret for the company"},{"key":"module_secret","value":"<YOUR_CORE_BANKING_MODULE_SECRET>","type":"text","description":"Decentro assigned module_secret for the company"},{"key":"provider_secret","value":"<YOUR_CHOSEN_PROVIDER_SECRET>","description":"Decentro assigned provider_secret for the company","type":"text"}],"url":{"raw":"https://in.staging.decentro.tech/core_banking/account_information/fetch_details?type=virtual&mobile=9898989898&customer_id=mer392843&qr_requested=1","host":["https://in.staging.decentro.tech"],"path":["core_banking","account_information","fetch_details"],"query":[{"key":"type","value":"virtual","description":"(optional) type of the accounts"},{"key":"mobile","value":"9898989898","description":"The unique mobile number. Can be used to fetch all linked accounts instead of one account number. Optional if customer_id is passed."},{"key":"customer_id","value":"mer392843","description":"The unique customer id to fetch all accounts. Optional if mobile is passed."},{"key":"qr_requested","value":"1","description":"(Optional) 0/1 denoting whether to fetch base64 of the QR"}]}},"code":200,"_postman_previewlanguage":"json","header":null,"cookie":[],"responseTime":null,"body":"{\n    \"accounts\": [\n        {\n            \"type\": \"VIRTUAL\",\n            \"accountNumber\": \"XXXXXXXXXXXXXXXXXX\",\n            \"ifscCode\": \"YESBXXXXXXX\",\n            \"upiId\": \"XXXXXXXXXXXXXXXXXX@ybl\",\n            \"allowedMethods\": [\n                \"neft\",\n                \"imps\",\n                \"rtgs\",\n                \"upi\"\n            ],\n            \"upiQrCode\": \"<base_64_string_for_upi_qr>\"\n        },\n        {\n            \"type\": \"VIRTUAL\",\n            \"accountNumber\": \"XXXXXXXXXXXXXXXXXY\",\n            \"ifscCode\": \"YESBXXXXXXX\",\n            \"upiId\": \"XXXXXXXXXXXXXXXXXY@yesbankltd\",\n            \"allowedMethods\": [\n                \"neft\",\n                \"imps\",\n                \"rtgs\",\n                \"upi\"\n            ],\n            \"upiQrCode\": \"<base_64_string_for_upi_qr>\"\n        },\n        {\n            \"type\": \"VIRTUAL\",\n            \"accountNumber\": \"XXXXXXXXXXXXXXXXXZ\",\n            \"ifscCode\": \"YESBXXXXXXX\",\n            \"upiId\": \"XXXXXXXXXXXXXXXXXZ@yesbankltd\",\n            \"allowedMethods\": [\n                \"neft\",\n                \"imps\",\n                \"rtgs\",\n                \"upi\"\n            ],\n            \"upiQrCode\": \"<base_64_string_for_upi_qr>\"\n        },\n        {\n            \"type\": \"VIRTUAL\",\n            \"accountNumber\": \"XXXXXXXXXXXXXXXXX1\",\n            \"ifscCode\": \"YESBXXXXXXX\",\n            \"upiId\": \"XXXXXXXXXXXXXXXXX1@yesbankltd\",\n            \"allowedMethods\": [\n                \"neft\",\n                \"imps\",\n                \"rtgs\",\n                \"upi\"\n            ],\n            \"upiQrCode\": \"<base_64_string_for_upi_qr>\"\n        },\n        {\n            \"type\": \"VIRTUAL\",\n            \"accountNumber\": \"XXXXXXXXXXXXXXXXX2\",\n            \"ifscCode\": \"YESBXXXXXXX\",\n            \"upiId\": \"XXXXXXXXXXXXXXXXX2@yesbankltd\",\n            \"allowedMethods\": [\n                \"neft\",\n                \"imps\",\n                \"rtgs\",\n                \"upi\"\n            ],\n            \"upiQrCode\": \"<base_64_string_for_upi_qr>\"\n        }\n    ],\n    \"decentroTxnId\": \"<decentroTxnId>\",\n    \"status\": \"success\",\n    \"responseCode\": \"S00000\"\n}"},{"id":"b7c7104f-b6d7-46a2-914a-2b3c4fc97f8a","name":"Records not found","originalRequest":{"method":"GET","header":[{"key":"client_id","value":"<YOUR_CLIENT_ID>","type":"text","description":"Decentro assigned client_id for the company"},{"key":"client_secret","value":"<YOUR_CLIENT_SECRET>","type":"text","description":"Decentro assigned client_secret for the company"},{"key":"module_secret","value":"<YOUR_CORE_BANKING_MODULE_SECRET>","type":"text","description":"Decentro assigned module_secret for the company"},{"key":"provider_secret","value":"<YOUR_CHOSEN_PROVIDER_SECRET>","description":"Decentro assigned provider_secret for the company","type":"text"}],"body":{"mode":"formdata","formdata":[]},"url":{"raw":"https://in.staging.decentro.tech/core_banking/account_information/fetch_details?type=virtual&mobile=9898989898&customer_id=mer392843","host":["https://in.staging.decentro.tech"],"path":["core_banking","account_information","fetch_details"],"query":[{"key":"type","value":"virtual","description":"(optional) type of the accounts"},{"key":"mobile","value":"9898989898","description":"The unique mobile number. Can be used to fetch all linked accounts instead of one account number. Optional if customer_id is passed."},{"key":"customer_id","value":"mer392843","description":"The unique customer id to fetch all accounts. Optional if mobile is passed."}]}},"code":200,"_postman_previewlanguage":"json","header":null,"cookie":[],"responseTime":null,"body":"{\n    \"accounts\": [],\n    \"decentroTxnId\": \"<decentroTxnId>\",\n    \"status\": \"failure\",\n    \"responseCode\": \"E00000\",\n    \"message\": \"Unable to find the linked accounts for the provided input.\"\n}"}],"_postman_id":"49622886-ba72-41a4-b32f-ce19be3840fb"},{"name":"Get the account details","id":"6643e4fa-7c77-4f3e-8ee3-fd671634e1a6","protocolProfileBehavior":{"disableBodyPruning":true,"followAuthorizationHeader":false},"request":{"method":"GET","header":[{"key":"client_id","value":"<YOUR_CLIENT_ID>","type":"text","description":"<p>Decentro assigned client_id for the company</p>\n"},{"key":"client_secret","value":"<YOUR_CLIENT_SECRET>","type":"text","description":"<p>Decentro assigned client_secret for the company</p>\n"},{"key":"module_secret","value":"<YOUR_CORE_BANKING_MODULE_SECRET>","type":"text","description":"<p>Decentro assigned module_secret for the company</p>\n"},{"key":"provider_secret","value":"<YOUR_CHOSEN_PROVIDER_SECRET>","description":"<p>Decentro assigned provider_secret for the company</p>\n","type":"text"}],"body":{"mode":"formdata","formdata":[]},"url":"https://in.staging.decentro.tech/core_banking/account_information/fetch_details?type=virtual&account_number=XXXXXXXXXXXXXX&qr_requested=1","description":"<p>This API allows you to fetch the account details of a specific account that have been created or linked by your consumer/business via your platform.</p>\n","auth":{"type":"noauth","isInherited":true,"source":{"_postman_id":"79ce54fc-e79d-495a-bf6c-f91edc3717b9","id":"79ce54fc-e79d-495a-bf6c-f91edc3717b9","name":"Information","type":"folder"}},"urlObject":{"path":["core_banking","account_information","fetch_details"],"host":["https://in.staging.decentro.tech"],"query":[{"description":{"content":"<p>type of the account</p>\n","type":"text/plain"},"key":"type","value":"virtual"},{"description":{"content":"<p>The unique value of the account number that you need to fetch details for</p>\n","type":"text/plain"},"key":"account_number","value":"XXXXXXXXXXXXXX"},{"description":{"content":"<p>(Optional) 0/1 denoting whether to fetch base64 of the QR</p>\n","type":"text/plain"},"key":"qr_requested","value":"1"}],"variable":[]}},"response":[{"id":"3d8c87cd-eec6-4863-8a91-f70b5a4ecf26","name":"Record found (without QR code)","originalRequest":{"method":"GET","header":[{"key":"client_id","value":"<YOUR_CLIENT_ID>","type":"text","description":"Decentro assigned client_id for the company"},{"key":"client_secret","value":"<YOUR_CLIENT_SECRET>","type":"text","description":"Decentro assigned client_secret for the company"},{"key":"module_secret","value":"<YOUR_CORE_BANKING_MODULE_SECRET>","type":"text","description":"Decentro assigned module_secret for the company"},{"key":"provider_secret","value":"<YOUR_CHOSEN_PROVIDER_SECRET>","description":"Decentro assigned provider_secret for the company","type":"text"}],"body":{"mode":"formdata","formdata":[]},"url":{"raw":"https://in.staging.decentro.tech/core_banking/account_information/fetch_details?type=virtual&account_number=XXXXXXXXXXXXXX&qr_requested=0","host":["https://in.staging.decentro.tech"],"path":["core_banking","account_information","fetch_details"],"query":[{"key":"type","value":"virtual","description":"type of the account"},{"key":"account_number","value":"XXXXXXXXXXXXXX","description":"The unique value of the account number that you need to fetch details for"},{"key":"qr_requested","value":"0","description":"(Optional) 0/1 denoting whether to fetch base64 of the QR"}]}},"code":200,"_postman_previewlanguage":"json","header":null,"cookie":[],"responseTime":null,"body":"{\n    \"accounts\": [\n        {\n            \"type\": \"VIRTUAL\",\n            \"accountNumber\": \"XXXXXXXXXXXXXXXXXX\",\n            \"ifscCode\": \"YESBXXXXXXX\",\n            \"allowedMethods\": [\n                \"neft\",\n                \"imps\",\n                \"rtgs\",\n                \"upi\"\n            ],\n            \"currency\": \"INR\",\n            \"transactionLimit\": 100000.0,\n            \"minimumBalance\": 100.0,\n            \"customerId\": \"CUST1\",\n            \"mobile\": \"98XXXXXXXX\",\n            \"upiId\": \"XXXXXXXXXXXXXXXXXX@yesbankltd\",\n            \"virtualAccountBalanceSettlement\": \"ENABLED\",\n            \"upiOnboardingStatus\": \"FAILED\"\n        }\n    ],\n    \"decentroTxnId\": \"<decentroTxnId>\",\n    \"status\": \"success\",\n    \"responseCode\": \"S00000\"\n}"},{"id":"58d21ec7-1136-4d98-ae73-323477028679","name":"Records found (with sub-merchant onboarding)","originalRequest":{"method":"GET","header":[{"key":"client_id","value":"<YOUR_CLIENT_ID>","type":"text","description":"Decentro assigned client_id for the company"},{"key":"client_secret","value":"<YOUR_CLIENT_SECRET>","type":"text","description":"Decentro assigned client_secret for the company"},{"key":"module_secret","value":"<YOUR_CORE_BANKING_MODULE_SECRET>","type":"text","description":"Decentro assigned module_secret for the company"},{"key":"provider_secret","value":"<YOUR_CHOSEN_PROVIDER_SECRET>","description":"Decentro assigned provider_secret for the company","type":"text"}],"body":{"mode":"formdata","formdata":[]},"url":{"raw":"https://in.staging.decentro.tech/core_banking/account_information/fetch_details?type=virtual&account_number=XXXXXXXXXXXXXX&qr_requested=1","host":["https://in.staging.decentro.tech"],"path":["core_banking","account_information","fetch_details"],"query":[{"key":"type","value":"virtual","description":"type of the account"},{"key":"account_number","value":"XXXXXXXXXXXXXX","description":"The unique value of the account number that you need to fetch details for"},{"key":"qr_requested","value":"1","description":"(Optional) 0/1 denoting whether to fetch base64 of the QR"}]}},"code":200,"_postman_previewlanguage":"json","header":null,"cookie":[],"responseTime":null,"body":"{\r\n    \"accounts\": [\r\n        {\r\n            \"type\": \"VIRTUAL\",\r\n            \"accountNumber\": \"462515XXXXXXXXXXXX\",\r\n            \"ifscCode\": \"YESBXXXXXXXX\",\r\n            \"allowedMethods\": [\r\n                \"neft\",\r\n                \"imps\",\r\n                \"rtgs\",\r\n                \"upi\"\r\n            ],\r\n            \"currency\": \"INR\",\r\n            \"transactionLimit\": 100000.0,\r\n            \"minimumBalance\": 100.0,\r\n            \"customerId\": \"CUST1\",\r\n            \"mobile\": \"98XXXXXXXX\",\r\n            \"upiId\": \"XXXXXXXXXXXXXXXXXX@yesb\",\r\n            \"virtualAccountBalanceSettlement\": \"DISABLED\",\r\n            \"upiQrCode\": \"<base_64_string_for_upi_qr>\",\r\n            \"upiOnboardingStatus\": \"SUCCESS\",\r\n            \"upiOnboardingDetails\": {\r\n                \"transactionCountLimitPerDay\": 1000,\r\n                \"transactionAmountLimitPerDay\": 1000,\r\n                \"transactionAmountLimitPerTransaction\": 999\r\n            }\r\n        }\r\n    ],\r\n    \"decentroTxnId\": \"4EAD1XXXXXXXXXXXXXXXXXXXXXXXXXXX\",\r\n    \"status\": \"success\",\r\n    \"responseCode\": \"S00000\"\r\n}"},{"id":"6158564f-72e2-463d-8a7f-0657cfdbd6b4","name":"Records not found","originalRequest":{"method":"GET","header":[{"key":"client_id","value":"<YOUR_CLIENT_ID>","type":"text","description":"Decentro assigned client_id for the company"},{"key":"client_secret","value":"<YOUR_CLIENT_SECRET>","type":"text","description":"Decentro assigned client_secret for the company"},{"key":"module_secret","value":"<YOUR_CORE_BANKING_MODULE_SECRET>","type":"text","description":"Decentro assigned module_secret for the company"},{"key":"provider_secret","value":"<YOUR_CHOSEN_PROVIDER_SECRET>","description":"Decentro assigned provider_secret for the company","type":"text"}],"body":{"mode":"formdata","formdata":[]},"url":{"raw":"https://in.staging.decentro.tech/core_banking/account_information/fetch_details?type=virtual&account_number=XXXXXXXXXXXXXX&qr_requested=0","host":["https://in.staging.decentro.tech"],"path":["core_banking","account_information","fetch_details"],"query":[{"key":"type","value":"virtual","description":"type of the account"},{"key":"account_number","value":"XXXXXXXXXXXXXX","description":"The unique value of the account number that you need to fetch details for"},{"key":"qr_requested","value":"0"}]}},"code":200,"_postman_previewlanguage":"json","header":null,"cookie":[],"responseTime":null,"body":"{\n    \"accounts\": [],\n    \"decentroTxnId\": \"<decentroTxnId>\",\n    \"status\": \"failure\",\n    \"responseCode\": \"E00000\",\n    \"message\": \"Unable to find the linked accounts for the provided input.\"\n}"},{"id":"95effc90-435b-4f74-a289-5c1cd56d00ec","name":"Record found (with QR code)","originalRequest":{"method":"GET","header":[{"key":"client_id","value":"<YOUR_CLIENT_ID>","type":"text"},{"key":"client_secret","value":"<YOUR_CLIENT_SECRET>","type":"text"},{"key":"module_secret","value":"<YOUR_CORE_BANKING_MODULE_SECRET>","type":"text"},{"key":"provider_secret","value":"<YOUR_CHOSEN_PROVIDER_SECRET>","type":"text"}],"body":{"mode":"formdata","formdata":[]},"url":{"raw":"https://in.staging.decentro.tech/core_banking/account_information/fetch_details?type=virtual&account_number=XXXXXXXXXXXXXX&qr_requested=1","host":["https://in.staging.decentro.tech"],"path":["core_banking","account_information","fetch_details"],"query":[{"key":"type","value":"virtual","description":"type of the account"},{"key":"account_number","value":"XXXXXXXXXXXXXX","description":"The unique value of the account number that you need to fetch details for"},{"key":"qr_requested","value":"1","description":"(Optional) 0/1 denoting whether to fetch base64 of the QR"}]}},"code":200,"_postman_previewlanguage":"json","header":null,"cookie":[],"responseTime":null,"body":"{\n    \"accounts\": [\n        {\n            \"type\": \"VIRTUAL\",\n            \"accountNumber\": \"XXXXXXXXXXXXXXXXXX\",\n            \"ifscCode\": \"YESBXXXXXXX\",\n            \"upiId\": \"XXXXXXXXXXXXXXXXXX@yesb\",\n            \"allowedMethods\": [\n                \"neft\",\n                \"imps\",\n                \"rtgs\",\n                \"upi\"\n            ],\n            \"currency\": \"INR\",\n            \"transactionLimit\": 100000.0,\n            \"minimumBalance\": 100.0,\n            \"customerId\": \"CUST1\",\n            \"mobile\": \"98XXXXXXXX\",\n            \"upiOnboardingStatus\": \"SUCCESS\",\n            \"virtualAccountBalanceSettlement\": \"DISABLED\",\n            \"upiQrCode\": \"<base_64_string_for_upi_qr>\"\n        }\n    ],\n    \"decentroTxnId\": \"<decentroTxnId>\",\n    \"status\": \"success\",\n    \"responseCode\": \"S00000\"\n}"}],"_postman_id":"6643e4fa-7c77-4f3e-8ee3-fd671634e1a6"},{"name":"Get Balance","id":"fcd452b9-3948-44c0-ad03-f16303ae1c9b","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"client_id","value":"<YOUR_CLIENT_ID>","type":"text","description":"<p>Decentro assigned client_id for the company</p>\n"},{"key":"client_secret","value":"<YOUR_CLIENT_SECRET>","type":"text","description":"<p>Decentro assigned client_secret for the company</p>\n"},{"key":"module_secret","value":"<YOUR_CORE_BANKING_MODULE_SECRET>","type":"text","description":"<p>Decentro assigned module_secret for the company</p>\n"},{"key":"provider_secret","value":"<YOUR_CHOSEN_PROVIDER_SECRET>","description":"<p>Decentro assigned provider_secret for the company</p>\n","type":"text"}],"body":{"mode":"raw","raw":"","options":{"raw":{"language":"json"}}},"url":"https://in.staging.decentro.tech/core_banking/money_transfer/get_balance?account_number=XXXXXXXXXXXXXXXXXX&customer_id=cust_0003&mobile_number=7777777777","description":"<p>Used to retrieve the latest balance in the created virtual account.</p>\n","auth":{"type":"noauth","isInherited":true,"source":{"_postman_id":"79ce54fc-e79d-495a-bf6c-f91edc3717b9","id":"79ce54fc-e79d-495a-bf6c-f91edc3717b9","name":"Information","type":"folder"}},"urlObject":{"path":["core_banking","money_transfer","get_balance"],"host":["https://in.staging.decentro.tech"],"query":[{"description":{"content":"<p>(mandatory) The account number that you need to fetch details for</p>\n","type":"text/plain"},"key":"account_number","value":"XXXXXXXXXXXXXXXXXX"},{"description":{"content":"<p>(mandatory if mobile_number is not present) Customer ID to fetch the linked account balance for.</p>\n","type":"text/plain"},"key":"customer_id","value":"cust_0003"},{"description":{"content":"<p>(mandatory if customer_id is not present) Mobile number of the customer for which the account balance is being fetched.</p>\n","type":"text/plain"},"key":"mobile_number","value":"7777777777"}],"variable":[]}},"response":[{"id":"71b5ece9-59d2-4379-9287-ab74f7e32c2d","name":"Success","originalRequest":{"method":"GET","header":[{"key":"client_id","value":"<YOUR_CLIENT_ID>","type":"text"},{"key":"client_secret","value":"<YOUR_CLIENT_SECRET>","type":"text"},{"key":"module_secret","value":"<YOUR_CORE_BANKING_MODULE_SECRET>","type":"text"},{"key":"provider_secret","value":"<YOUR_CHOSEN_PROVIDER_SECRET>","type":"text"}],"body":{"mode":"raw","raw":"","options":{"raw":{"language":"json"}}},"url":{"raw":"https://in.staging.decentro.tech/core_banking/money_transfer/get_balance?account_number=XXXXXXXXXXXXXXXXXX&customer_id=cust_0003&mobile_number=9434343434","host":["https://in.staging.decentro.tech"],"path":["core_banking","money_transfer","get_balance"],"query":[{"key":"account_number","value":"XXXXXXXXXXXXXXXXXX","description":"The account number that you need to fetch details for"},{"key":"customer_id","value":"cust_0003","description":"Customer ID to fetch the linked account balance for. This value is conditionally mandatory if mobile_number is not provided."},{"key":"mobile_number","value":"9434343434","description":"Mobile number of the customer for which the account balance is being fetched. Conditionally mandatory if customer_id is not provided."}]}},"code":200,"_postman_previewlanguage":"json","header":null,"cookie":[],"responseTime":null,"body":"{\n    \"decentroTxnId\": \"<decentroTxnId>\",\n    \"status\": \"success\",\n    \"responseCode\": \"S00000\",\n    \"type\": \"VIRTUAL\",\n    \"accountNumber\": \"XXXXXXXXXXXXXXXXXX\",\n    \"presentBalance\": \"0.0\",\n    \"upiId\": \"XXXXXXXXXXXXXXXXXX@XXX\",\n    \"transactionAmountLimit\": 1000000.0,\n    \"minimumBalance\": 7500.0\n}"},{"id":"f819d267-f4cb-494c-b3fd-7c5f4507259b","name":"Failure (Invalid Details)","originalRequest":{"method":"GET","header":[{"key":"client_id","value":"<YOUR_CLIENT_ID>","type":"text","description":"Decentro assigned client_id for the company"},{"key":"client_secret","value":"<YOUR_CLIENT_SECRET>","type":"text","description":"Decentro assigned client_secret for the company"},{"key":"module_secret","value":"<YOUR_CORE_BANKING_MODULE_SECRET>","type":"text","description":"Decentro assigned module_secret for the company"},{"key":"provider_secret","value":"<YOUR_CHOSEN_PROVIDER_SECRET>","description":"Decentro assigned provider_secret for the company","type":"text"}],"body":{"mode":"raw","raw":"","options":{"raw":{"language":"json"}}},"url":{"raw":"https://in.staging.decentro.tech/core_banking/money_transfer/get_balance?account_number=XXXXXXXXXXXXXXXXXX&customer_id=cust_0003&mobile_number=7777777777","host":["https://in.staging.decentro.tech"],"path":["core_banking","money_transfer","get_balance"],"query":[{"key":"account_number","value":"XXXXXXXXXXXXXXXXXX","description":"(mandatory) The account number that you need to fetch details for"},{"key":"customer_id","value":"cust_0003","description":"(mandatory if mobile_number is not present) Customer ID to fetch the linked account balance for."},{"key":"mobile_number","value":"7777777777","description":"(mandatory if customer_id is not present) Mobile number of the customer for which the account balance is being fetched."}]}},"code":400,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx/1.17.10 (Ubuntu)"},{"key":"Date","value":"Tue, 28 Jul 2020 10:23:22 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"248"},{"key":"Connection","value":"keep-alive"}],"cookie":[],"responseTime":null,"body":"{\n    \"error\": {\n        \"message\": \"The combination of this account_number and customer_id doesn't match with an existing customer. Please check the values and try resubmitting.\",\n        \"responseCode\": \"E00009\",\n        \"status\": \"failure\"\n    },\n    \"decentroTxnId\": \"<decentroTxnId>\"\n}"}],"_postman_id":"fcd452b9-3948-44c0-ad03-f16303ae1c9b"},{"name":"Get Statement","id":"f6291787-1f57-49bb-9940-abd40079ae74","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"client_id","value":"<YOUR_CLIENT_ID>","type":"text","description":"<p>Decentro assigned client_id for the company</p>\n"},{"key":"client_secret","value":"<YOUR_CLIENT_SECRET>","type":"text","description":"<p>Decentro assigned client_secret for the company</p>\n"},{"key":"module_secret","value":"<YOUR_CORE_BANKING_MODULE_SECRET>","type":"text","description":"<p>Decentro assigned module_secret for the company</p>\n"},{"key":"provider_secret","value":"<YOUR_CHOSEN_PROVIDER_SECRET>","description":"<p>Decentro assigned provider_secret for the company</p>\n","type":"text"}],"url":"https://in.staging.decentro.tech/core_banking/money_transfer/get_statement?from=2020-06-30&to=2020-07-01&account_number=XXXXXXXXXXXXXXXXX&customer_id=dcntr01&mobile_number=8787878787&page=0","description":"<ul>\n<li>Used to retrieve the detailed transaction statement for the requested account number, 10 records at a time, in a reverse chronological order.</li>\n<li>While making this API call, please enter the from and to fields for the specific time period for which you want to fetch this account statement.</li>\n</ul>\n","auth":{"type":"noauth","isInherited":true,"source":{"_postman_id":"79ce54fc-e79d-495a-bf6c-f91edc3717b9","id":"79ce54fc-e79d-495a-bf6c-f91edc3717b9","name":"Information","type":"folder"}},"urlObject":{"path":["core_banking","money_transfer","get_statement"],"host":["https://in.staging.decentro.tech"],"query":[{"description":{"content":"<p>(mandatory) start date (inclusive)</p>\n","type":"text/plain"},"key":"from","value":"2020-06-30"},{"description":{"content":"<p>(mandatory) end date (inclusive)</p>\n","type":"text/plain"},"key":"to","value":"2020-07-01"},{"description":{"content":"<p>(mandatory) account number for which statement is expected</p>\n","type":"text/plain"},"key":"account_number","value":"XXXXXXXXXXXXXXXXX"},{"description":{"content":"<p>(mandatory if mobile_number is not present) Customer ID to fetch the linked account balance for.</p>\n","type":"text/plain"},"key":"customer_id","value":"dcntr01"},{"description":{"content":"<p>(mandatory if customer_id is not present) Mobile number of the customer for which the account balance is being fetched.</p>\n","type":"text/plain"},"key":"mobile_number","value":"8787878787"},{"description":{"content":"<p>(optional) the page number for viewing the account statement. Should be a valid positive integer. Defaults to 0.</p>\n","type":"text/plain"},"key":"page","value":"0"}],"variable":[]}},"response":[{"id":"43661e43-1c01-4198-be50-6dd662832f50","name":"Success (With Statement)","originalRequest":{"method":"GET","header":[{"key":"client_id","value":"<YOUR_CLIENT_ID>","type":"text","description":"Decentro assigned client_id for the company"},{"key":"client_secret","value":"<YOUR_CLIENT_SECRET>","type":"text","description":"Decentro assigned client_secret for the company"},{"key":"module_secret","value":"<YOUR_CORE_BANKING_MODULE_SECRET>","type":"text","description":"Decentro assigned module_secret for the company"},{"key":"provider_secret","value":"<YOUR_CHOSEN_PROVIDER_SECRET>","type":"text"}],"url":{"raw":"https://in.staging.decentro.tech/core_banking/money_transfer/get_statement?from=2020-06-30&to=2020-07-31&account_number=XXXXXXXXXXXXXXXXXX&customer_id=dcntr01&mobile_number=8787878787&page=1","host":["https://in.staging.decentro.tech"],"path":["core_banking","money_transfer","get_statement"],"query":[{"key":"from","value":"2020-06-30","description":"(mandatory) start date (inclusive)"},{"key":"to","value":"2020-07-31","description":"(mandatory) end date (inclusive)"},{"key":"account_number","value":"XXXXXXXXXXXXXXXXXX","description":"(mandatory) account number for which statement is expected"},{"key":"customer_id","value":"dcntr01","description":"(mandatory if mobile_number is not present) Customer ID to fetch the linked account balance for."},{"key":"mobile_number","value":"8787878787","description":"(mandatory if customer_id is not present) Mobile number of the customer for which the account balance is being fetched."},{"key":"page","value":"1","description":"mandatory for fetching next 10 entries using pagination"}]}},"code":200,"_postman_previewlanguage":"json","header":null,"cookie":[],"responseTime":null,"body":"{\n    \"accountNumber\": \"XXXXXXXXXXXXXXXXXX\",\n    \"ifsc\": \"YESB0CMSNOC\",\n    \"name\": \"Account name\",\n    \"from\": \"2020-06-30\",\n    \"to\": \"2020-07-31\",\n    \"decentroTxnId\": \"DCTRTX0010101100101011\",\n    \"status\": \"success\",\n    \"responseCode\": \"S00000\",\n    \"totalCount\": 2,\n    \"withdrawalCount\": 1,\n    \"depositCount\": 1,\n    \"openingBalance\": 0,\n    \"closingBalance\": 10,\n    \"statement\": [\n        {\n            \"timestamp\": \"2020-07-06T22:26:44\",\n            \"description\": \"note: pass; transfer_timestamp: 2020-07-06; attempt number: 1; status: CREDITED; credit account number: 765433456789; credit timestamp: 2017-07-27\",\n            \"bankReferenceNumber\": \"<bank_utr_number>\",\n            \"decentroUrn\": \"<decentro_transaction_id>\",\n            \"withdrawalAmount\": 0.0,\n            \"depositAmount\": 10.0,\n            \"balance\": 14.0,\n            \"type\": \"CREDIT\",\n            \"senderAccountNumber\": \"XXXXXXXXXXX\",\n            \"transactionType\": \"MAIN\",\n            \"moneyTransferStatus\": \"SUCCESS\",\n            \"transferType\": \"IMPS\"\n        },\n        {\n            \"timestamp\": \"2020-07-06T22:24:31\",\n            \"description\": \"UPI payment to a friend\",\n            \"bankReferenceNumber\": \"<bank_utr_number>\",\n            \"decentroUrn\": \"<decentro_transaction_id>\",\n            \"withdrawalAmount\": 10.0,\n            \"depositAmount\": 0.0,\n            \"balance\": 4.0,\n            \"type\": \"DEBIT\",\n            \"recieverAccountNumber\": \"XXXXXXXXXXXXXXXXXX\",\n            \"payeeVpa\": \"decfin.abc@icici\"\n            \"transactionType\": \"MAIN\",\n            \"moneyTransferStatus\": \"SUCCESS\",\n            \"transferType\": \"UPI\"\n        },\n        {\n            \"timestamp\": \"2021-12-09T20:29:36.163935\",\n            \"description\": \"UPI payment to a friend\",\n            \"bankReferenceNumber\": \"<bank_utr_number>\",\n            \"decentroUrn\": \"<decentro_transaction_id>\",\n            \"transferType\": \"UPI\",\n            \"withdrawalAmount\": 0.0,\n            \"depositAmount\": 2.0,\n            \"balance\": 3.42,\n            \"type\": \"CREDIT\",\n            \"senderAccountNumber\": \"XXXXXXXXXXX\",\n            \"payerVpa\": \"abc@okicici\",\n            \"transactionType\": \"MAIN\",\n            \"moneyTransferStatus\": \"SUCCESS\"\n        }\n    ]\n}"},{"id":"9872f6ba-9b73-4c3f-bb34-d42b1ee016dd","name":"Failure (invalid Details)","originalRequest":{"method":"GET","header":[{"key":"client_id","value":"<YOUR_CLIENT_ID>","type":"text","description":"Decentro assigned client_id for the company"},{"key":"client_secret","value":"<YOUR_CLIENT_SECRET>","type":"text","description":"Decentro assigned client_secret for the company"},{"key":"module_secret","value":"<YOUR_CORE_BANKING_MODULE_SECRET>","type":"text","description":"Decentro assigned module_secret for the company"},{"key":"provider_secret","value":"<YOUR_CHOSEN_PROVIDER_SECRET>","type":"text"}],"url":{"raw":"https://in.staging.decentro.tech/core_banking/money_transfer/get_statement?from=2020-06-30&to=2020-07-31&account_number=XXXXXXXXXXXXXXXXXX&mobile_number=8787878787","host":["https://in.staging.decentro.tech"],"path":["core_banking","money_transfer","get_statement"],"query":[{"key":"from","value":"2020-06-30","description":"(mandatory) start date (inclusive)"},{"key":"to","value":"2020-07-31","description":"(mandatory) end date (inclusive)"},{"key":"account_number","value":"XXXXXXXXXXXXXXXXXX","description":"(mandatory) account number for which statement is expected"},{"key":"customer_id","value":"wccpl_cs_5","description":"(mandatory if mobile_number is not present) Customer ID to fetch the linked account balance for.","disabled":true},{"key":"mobile_number","value":"8787878787","description":"(mandatory if customer_id is not present) Mobile number of the customer for which the account balance is being fetched."}]}},"code":400,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx/1.17.10 (Ubuntu)"},{"key":"Date","value":"Mon, 27 Jul 2020 08:31:47 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"267"},{"key":"Connection","value":"keep-alive"}],"cookie":[],"responseTime":null,"body":"{\n    \"error\": {\n        \"message\": \"The combination of this account_number and customer_id doesn't match with an existing customer. Please check the values and try resubmitting.\",\n        \"responseCode\": \"E00009\",\n        \"status\": \"failure\"\n    },\n    \"decentroTxnId\": \"DCTRTX0010101100101012\"\n}"},{"id":"f38c76d4-b471-490f-b847-887f389e3413","name":"Success (with Empty Statement)","originalRequest":{"method":"GET","header":[{"key":"client_id","value":"<YOUR_CLIENT_ID>","type":"text","description":"Decentro assigned client_id for the company"},{"key":"client_secret","value":"<YOUR_CLIENT_SECRET>","type":"text","description":"Decentro assigned client_secret for the company"},{"key":"module_secret","value":"<YOUR_CORE_BANKING_MODULE_SECRET>","type":"text","description":"Decentro assigned module_secret for the company"},{"key":"provider_secret","value":"<YOUR_CHOSEN_PROVIDER_SECRET>","description":"Decentro assigned provider_secret for the company","type":"text"}],"url":{"raw":"https://in.staging.decentro.tech/core_banking/money_transfer/get_statement?from=2020-06-30&to=2020-07-01&account_number=XXXXXXXXXXXXXXXXX&customer_id=dcntr01&mobile_number=8787878787&page=0","host":["https://in.staging.decentro.tech"],"path":["core_banking","money_transfer","get_statement"],"query":[{"key":"from","value":"2020-06-30","description":"(mandatory) start date (inclusive)"},{"key":"to","value":"2020-07-01","description":"(mandatory) end date (inclusive)"},{"key":"account_number","value":"XXXXXXXXXXXXXXXXX","description":"(mandatory) account number for which statement is expected"},{"key":"customer_id","value":"dcntr01","description":"(mandatory if mobile_number is not present) Customer ID to fetch the linked account balance for."},{"key":"mobile_number","value":"8787878787","description":"(mandatory if customer_id is not present) Mobile number of the customer for which the account balance is being fetched."},{"key":"page","value":"0","description":"(optional) the page number for viewing the account statement. Should be a valid positive integer. Defaults to 0."}]}},"code":200,"_postman_previewlanguage":"json","header":null,"cookie":[],"responseTime":null,"body":"{\n    \"accountNumber\": \"XXXXXXXXXXXXXXXXXX\",\n    \"ifsc\": \"YESB0CMSNOC\",\n    \"name\": \"Account name\",\n    \"from\": \"2020-12-09\",\n    \"to\": \"2020-12-10\",\n    \"decentroTxnId\": \"DCTRTX0010101100101011\",\n    \"status\": \"failure\",\n    \"responseCode\": \"E00000\",\n    \"message\": \"Unable to find the transaction statement for the given parameters.\",\n    \"totalCount\": 0,\n    \"withdrawalCount\": 0,\n    \"depositCount\": 0,\n    \"openingBalance\": 0,\n    \"closingBalance\": 0,\n    \"statement\": []\n}"}],"_postman_id":"f6291787-1f57-49bb-9940-abd40079ae74"},{"name":"Fetch Consolidated Statement","id":"6df5991e-295c-4653-adcb-a99faf89be0f","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"client_id","value":"<YOUR_CLIENT_ID>","type":"text","description":"<p>Decentro assigned client_id for the company</p>\n"},{"key":"client_secret","value":"<YOUR_CLIENT_SECRET>","type":"text","description":"<p>Decentro assigned client_secret for the company</p>\n"},{"key":"module_secret","value":"<YOUR_CORE_BANKING_MODULE_SECRET>","type":"text","description":"<p>Decentro assigned module_secret for the company</p>\n"},{"key":"provider_secret","value":"<YOUR_CHOSEN_PROVIDER_SECRET>","description":"<p>Decentro assigned provider_secret for the company</p>\n","type":"text"}],"url":"https://in.staging.decentro.tech/v2/banking/account/virtual/consolidated_account_statement?from=2021-01-01&to=2021-05-01","description":"<ul>\n<li>Used to retrieve the detailed transaction statement on a company level, containing details of all the accounts for a combination of company+provider.</li>\n<li>While making this API call, please enter the from and to fields for the specific time period for which you want to fetch this consolidated account statement.</li>\n<li>From and to dates cannot be separated by more than 180 days.</li>\n</ul>\n","auth":{"type":"noauth","isInherited":true,"source":{"_postman_id":"79ce54fc-e79d-495a-bf6c-f91edc3717b9","id":"79ce54fc-e79d-495a-bf6c-f91edc3717b9","name":"Information","type":"folder"}},"urlObject":{"path":["v2","banking","account","virtual","consolidated_account_statement"],"host":["https://in.staging.decentro.tech"],"query":[{"description":{"content":"<p>(mandatory) start date (inclusive)</p>\n","type":"text/plain"},"key":"from","value":"2021-01-01"},{"description":{"content":"<p>(mandatory) end date (inclusive)</p>\n","type":"text/plain"},"key":"to","value":"2021-05-01"}],"variable":[]}},"response":[{"id":"f0ee619b-d9f6-4eb2-a785-abbcd993215f","name":"Success","originalRequest":{"method":"GET","header":[{"key":"client_id","value":"<YOUR_CLIENT_ID>","type":"text","description":"Decentro assigned client_id for the company"},{"key":"client_secret","value":"<YOUR_CLIENT_SECRET>","type":"text","description":"Decentro assigned client_secret for the company"},{"key":"module_secret","value":"<YOUR_CORE_BANKING_MODULE_SECRET>","type":"text","description":"Decentro assigned module_secret for the company"},{"key":"provider_secret","value":"<YOUR_CHOSEN_PROVIDER_SECRET>","description":"Decentro assigned provider_secret for the company","type":"text"}],"url":{"raw":"https://in.staging.decentro.tech/v2/banking/account/virtual/consolidated_account_statement?from=2021-01-01&to=2021-02-01","host":["https://in.staging.decentro.tech"],"path":["v2","banking","account","virtual","consolidated_account_statement"],"query":[{"key":"from","value":"2021-01-01","description":"(mandatory) start date (inclusive)"},{"key":"to","value":"2021-02-01","description":"(mandatory) end date (inclusive)"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":null,"cookie":[],"responseTime":null,"body":"{\n    \"decentroTxnId\": \"DECXXXXXXXXXXXXXXXXXXXXXXXXXXX\",\n    \"status\": \"SUCCESS\",\n    \"responseCode\": \"S00000\",\n    \"message\": \"Consolidated account statement from : 2021-01-01 to : 2021-02-01 will be sent to hello@decentro.tech.\"\n}"},{"id":"8c3e160c-b6f4-49b6-b223-833e8fd2efa7","name":"Failure (Invalid Date Range)","originalRequest":{"method":"GET","header":[{"key":"client_id","value":"<YOUR_CLIENT_ID>","type":"text","description":"Decentro assigned client_id for the company"},{"key":"client_secret","value":"<YOUR_CLIENT_SECRET>","type":"text","description":"Decentro assigned client_secret for the company"},{"key":"module_secret","value":"<YOUR_CORE_BANKING_MODULE_SECRET>","type":"text","description":"Decentro assigned module_secret for the company"},{"key":"provider_secret","value":"<YOUR_CHOSEN_PROVIDER_SECRET>","description":"Decentro assigned provider_secret for the company","type":"text"}],"url":{"raw":"https://in.staging.decentro.tech/v2/banking/account/virtual/consolidated_account_statement?from=2021-01-01&to=2021-09-01","host":["https://in.staging.decentro.tech"],"path":["v2","banking","account","virtual","consolidated_account_statement"],"query":[{"key":"from","value":"2021-01-01","description":"(mandatory) start date (inclusive)"},{"key":"to","value":"2021-09-01","description":"(mandatory) end date (inclusive)"}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":null,"cookie":[],"responseTime":null,"body":"{\n    \"decentroTxnId\": \"DECXXXXXXXXXXXXXXXXXXXXXXXXXXX\",\n    \"status\": \"FAILURE\",\n    \"responseCode\": \"E00009\",\n    \"message\": \"From and To dates can not be separated by more than 180 days.\"\n}"}],"_postman_id":"6df5991e-295c-4653-adcb-a99faf89be0f"},{"name":"Get Remitter Whitelisting","id":"47bfa0df-6c01-4ce5-82bc-6d0ac6b00bff","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"client_id","value":"<YOUR_CLIENT_ID>","type":"text"},{"key":"client_secret","value":"<YOUR_CLIENT_SECRET>","type":"text"},{"key":"module_secret","value":"<YOUR_CORE_BANKING_MODULE_SECRET>","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"}],"url":"https://in.staging.decentro.tech/core_banking/account_information/remitter_account?account_number=4623XXXXXXX","auth":{"type":"noauth","isInherited":true,"source":{"_postman_id":"79ce54fc-e79d-495a-bf6c-f91edc3717b9","id":"79ce54fc-e79d-495a-bf6c-f91edc3717b9","name":"Information","type":"folder"}},"urlObject":{"protocol":"https","path":["core_banking","account_information","remitter_account"],"host":["in","staging","decentro","tech"],"query":[{"key":"account_number","value":"4623XXXXXXX"}],"variable":[]}},"response":[{"id":"93183613-39df-447f-bad6-7d754d2eedda","name":"200 - Success","originalRequest":{"method":"GET","header":[{"key":"client_id","value":"<YOUR_CLIENT_ID>","type":"text"},{"key":"client_secret","value":"<YOUR_CLIENT_SECRET>","type":"text"},{"key":"module_secret","value":"<YOUR_CORE_BANKING_MODULE_SECRET>","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"}],"url":{"raw":"https://in.staging.decentro.tech/core_banking/account_information/remitter_account?account_number=4623XXXXXXX","protocol":"https","host":["in","staging","decentro","tech"],"path":["core_banking","account_information","remitter_account"],"query":[{"key":"account_number","value":"4623XXXXXXX"}]}},"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\r\n  \"decentroTxnId\": \"582B64E2140B43889CCE394C696C9163\",\r\n  \"status\": \"SUCCESS\",\r\n  \"responseCode\": \"S00000\",\r\n  \"message\": \"Successfully fetched whitelisted accounts\",\r\n  \"data\": [\r\n    {\r\n      \"virtualAccountProvider\": \"yesb\",\r\n      \"virtualAccountNumber\": \"462515005000000000\",\r\n      \"accountNumber\": \"12345678901\",\r\n      \"accountIfsc\": \"ICIC0001301\"\r\n    },\r\n    {\r\n      \"virtualAccountProvider\": \"yesb\",\r\n      \"virtualAccountNumber\": \"462515005000000000\",\r\n      \"accountNumber\": \"12345678902\",\r\n      \"accountIfsc\": \"ICIC0001301\"\r\n    }\r\n  ],\r\n  \"responseKey\": \"success_fetch_whitelisted_accounts\"\r\n}"},{"id":"d1c4d0cf-0d08-4f62-8b3c-204238c8eb94","name":"400 - Failure","originalRequest":{"method":"GET","header":[{"key":"client_id","value":"<YOUR_CLIENT_ID>","type":"text"},{"key":"client_secret","value":"<YOUR_CLIENT_SECRET>","type":"text"},{"key":"module_secret","value":"<YOUR_CORE_BANKING_MODULE_SECRET>","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"}],"url":{"raw":"https://in.staging.decentro.tech/core_banking/account_information/remitter_account?account_number=4623XXXXXXX","protocol":"https","host":["in","staging","decentro","tech"],"path":["core_banking","account_information","remitter_account"],"query":[{"key":"account_number","value":"4623XXXXXXX"}]}},"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\r\n  \"decentroTxnId\": \"6DA3A17499D64964AF900061BB84B8EC\",\r\n  \"status\": \"FAILURE\",\r\n  \"responseCode\": \"E00058\",\r\n  \"message\": \"Whitelisted remitter accounts not found. Please contact support team to enable whitelisting or provide remitter account details to whitelist them\",\r\n  \"responseKey\": \"failure_accounts_not_found\"\r\n}"}],"_postman_id":"47bfa0df-6c01-4ce5-82bc-6d0ac6b00bff"}],"id":"79ce54fc-e79d-495a-bf6c-f91edc3717b9","description":"<p>Decentro provides capabilities to fetch details about the virtual accounts created by the platform. Below are the capabilities supported by Decentro.</p>\n<ul>\n<li>Fetch all the virtual accounts created for your customers/partners/businesses from your platform.</li>\n<li>Extract the relevant account details like the linked UPI ID, QR code, permissible transaction types and more.</li>\n<li>Fetch the latest balance of a virtual account</li>\n<li>Fetch the statement for a specific time period for a virtual account</li>\n<li>Fetch the consolidated statement containing statement of all the accounts for a combination of company and bank partner.</li>\n</ul>\n","auth":{"type":"noauth","isInherited":false},"event":[{"listen":"prerequest","script":{"id":"6e8ab52e-18d8-4466-a7ae-a57fba28cab9","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"d9c35e0a-3864-49ef-bba6-26b9a8c3bce2","type":"text/javascript","exec":[""]}}],"_postman_id":"79ce54fc-e79d-495a-bf6c-f91edc3717b9"},{"name":"Information v2","item":[{"name":"Get Balance","id":"dd7efaf2-2efe-4f00-a238-231e4da41a65","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"client_id","value":"<YOUR_CLIENT_ID>","type":"text","description":"<p>Decentro assigned client_id for the company</p>\n"},{"key":"client_secret","value":"<YOUR_CLIENT_SECRET>","type":"text","description":"<p>Decentro assigned client_secret for the company</p>\n"},{"key":"module_secret","value":"<YOUR_CORE_BANKING_MODULE_SECRET>","type":"text","description":"<p>Decentro assigned module_secret for the company</p>\n"},{"key":"provider_secret","value":"<YOUR_CHOSEN_PROVIDER_SECRET>","description":"<p>Decentro assigned provider_secret for the company</p>\n","type":"text"}],"body":{"mode":"raw","raw":"","options":{"raw":{"language":"json"}}},"url":"https://in.staging.decentro.tech/core_banking/money_transfer/get_balance?account_number=XXXXXXXXXXXXXXXXXX&customer_id=cust_0003&mobile_number=7777777777","description":"<p>Used to retrieve the latest balance in the created virtual account.</p>\n","auth":{"type":"noauth","isInherited":true,"source":{"_postman_id":"448aaae5-c80f-4bd2-9d76-5d398106cb40","id":"448aaae5-c80f-4bd2-9d76-5d398106cb40","name":"Information v2","type":"folder"}},"urlObject":{"path":["core_banking","money_transfer","get_balance"],"host":["https://in.staging.decentro.tech"],"query":[{"description":{"content":"<p>(mandatory) The account number that you need to fetch details for</p>\n","type":"text/plain"},"key":"account_number","value":"XXXXXXXXXXXXXXXXXX"},{"description":{"content":"<p>(mandatory if mobile_number is not present) Customer ID to fetch the linked account balance for.</p>\n","type":"text/plain"},"key":"customer_id","value":"cust_0003"},{"description":{"content":"<p>(mandatory if customer_id is not present) Mobile number of the customer for which the account balance is being fetched.</p>\n","type":"text/plain"},"key":"mobile_number","value":"7777777777"}],"variable":[]}},"response":[{"id":"f7cde1eb-cd29-4d79-bf90-b3ead5da1ddc","name":"Success","originalRequest":{"method":"GET","header":[{"key":"client_id","value":"<YOUR_CLIENT_ID>","type":"text"},{"key":"client_secret","value":"<YOUR_CLIENT_SECRET>","type":"text"},{"key":"module_secret","value":"<YOUR_CORE_BANKING_MODULE_SECRET>","type":"text"},{"key":"provider_secret","value":"<YOUR_CHOSEN_PROVIDER_SECRET>","type":"text"}],"body":{"mode":"raw","raw":"","options":{"raw":{"language":"json"}}},"url":{"raw":"https://in.staging.decentro.tech/v2/banking/account/:account_number/balance","host":["https://in.staging.decentro.tech"],"path":["v2","banking","account",":account_number","balance"],"variable":[{"key":"account_number","value":"XXXXXXXXXXXXXXXXXX","description":"The account number that you need to fetch details for"}]}},"code":200,"_postman_previewlanguage":"json","header":null,"cookie":[],"responseTime":null,"body":"{\n    \"decentroTxnId\": \"<decentroTxnId>\",\n    \"status\": \"SUCCESS\",\n    \"responseCode\": \"S00000\",\n    \"message\": \"Balance retrieved successfully\",\n    \"data\": {\n        \"accountNumber\": \"XXXXXXXXXXXXXXXXXX\",\n        \"presentBalance\": 77.86\n    }\n}"},{"id":"3837fc50-711b-47dc-8df5-f2a7549f45ac","name":"Failure (Invalid Details)","originalRequest":{"method":"GET","header":[{"key":"client_id","value":"<YOUR_CLIENT_ID>","type":"text","description":"Decentro assigned client_id for the company"},{"key":"client_secret","value":"<YOUR_CLIENT_SECRET>","type":"text","description":"Decentro assigned client_secret for the company"},{"key":"module_secret","value":"<YOUR_CORE_BANKING_MODULE_SECRET>","type":"text","description":"Decentro assigned module_secret for the company"},{"key":"provider_secret","value":"<YOUR_CHOSEN_PROVIDER_SECRET>","description":"Decentro assigned provider_secret for the company","type":"text"}],"url":{"raw":"https://in.staging.decentro.tech/v2/banking/account/:account_number/balance","host":["https://in.staging.decentro.tech"],"path":["v2","banking","account",":account_number","balance"],"variable":[{"key":"account_number","value":"XXXXXXXXXXXXXXXXXX","description":"The account number that you need to fetch details for"}]}},"code":400,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx/1.17.10 (Ubuntu)"},{"key":"Date","value":"Tue, 28 Jul 2020 10:23:22 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"248"},{"key":"Connection","value":"keep-alive"}],"cookie":[],"responseTime":null,"body":"{\n    \"decentroTxnId\": \"<decentroTxnId>\",\n    \"status\": \"FAILURE\",\n    \"responseCode\": \"E00009\",\n    \"message\": \"The combination of this account_number and provider doesn't match with an existing customer. Please check the values and try resubmitting.\"\n}"}],"_postman_id":"dd7efaf2-2efe-4f00-a238-231e4da41a65"}],"id":"448aaae5-c80f-4bd2-9d76-5d398106cb40","description":"<p>Here you can - </p>\n<ul>\n<li>Fetch all the virtual accounts created for your customers/partners/businesses from your platform.</li>\n<li>Extract the relevant account details like the linked UPI ID, QR code, permissible transaction types and more.</li>\n<li>Fetch the latest balance and statement of the virtual accounts.</li>\n<li>Fetch the consolidated statement containing details of all the accounts for a combination of company+provider.</li>\n</ul>\n","auth":{"type":"noauth","isInherited":false},"event":[{"listen":"prerequest","script":{"id":"25dcc175-a22a-4e52-a64a-a64f6272cc0e","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"2dbcb7e4-fcda-4aa5-bbb4-49d00c77cbcb","type":"text/javascript","exec":[""]}}],"_postman_id":"448aaae5-c80f-4bd2-9d76-5d398106cb40"},{"name":"Callbacks","item":[{"name":"Account Balance","id":"a0643e78-2a47-48e3-b3cd-8c48155dff76","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"your_custom_key_1","type":"text","value":"custom_value_1"},{"key":"your_custom_key_2","type":"text","value":"custom_value_2"}],"body":{"mode":"raw","raw":"{\n    \"attempt\": 1,\n    \"timestamp\": \"2020-09-16 23:23:23\",\n    \"callbackTxnId\": \"CLBACKxx\",\n    \"originalCallbackTxnId\": \"CLBACKxx\",\n    \"accountNumber\": \"XXXXXXXXXXXXXXXXXX\",\n    \"balance\": 345,\n    \"transactionMessage\": \"message denoting the origination of balance update\",\n    \"type\": \"credit\",\n    \"transferType\": \"IMPS\",\n    \"transactionAmount\": 5.0,\n    \"decentroTxnId\": \"DCTRTXxx\",\n    \"payeeAccountNumber\": \"ABC\",\n    \"payeeAccountIfsc\": \"YESBXXXXXXXX\",\n    \"providerCode\": \"YESB\",\n    \"payeeVpa\": \"GHI\",\n    \"payerAccountNumber\": \"JKL\",\n    \"payerAccountIfsc\": \"MNO\",\n    \"payerVpa\": \"PQR\",\n    \"bankReferenceNumber\": \"STU\",\n    \"payerMobileNumber\": \"1234567890\",\n\t\"payerName\": \"Payer Name\"\n}","options":{"raw":{"language":"json"}}},"url":"<your_custom_endpoint>","description":"<p>Via this callback, it is possible to get realtime updates to the account balances.</p>\n<p>Salient points:</p>\n<ol>\n<li>3 times maximum retry, post which the explicit Get account balance call has to be made for obtaining the current account balance.</li>\n<li>It is mandatory to adhere to the response structure as specified in the examples.</li>\n<li>It is recommended that you whitelist Decentro's originating IP.</li>\n<li>It is recommended that you share your auth of preference with us, which will then be propagated as part of the callback request.</li>\n<li>The <code>type</code> parameter can either be <code>credit</code> or <code>debit</code>.</li>\n<li>The keys in the request will be in snake/ camel case based on the company configuration (defaulting to camel case if nothing opted). Response, however, has to be in snake case always.</li>\n<li>The keys <code>payeeAccountNumber</code>, <code>payeeAccountIfsc</code>, <code>payeeVpa</code>, <code>payerAccountNumber</code>, <code>payerAccountIfsc</code>, <code>payerVpa</code>,<code>payerName</code>, <code>payerMobileNumber</code> will be present when the corresponding values are available, i.e. they are optional.</li>\n</ol>\n<p>Scenario overview:</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Scenario</th>\n<th>Callback HTTP Status code</th>\n<th>Expected callback response</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Successful callback</td>\n<td>200, 201</td>\n<td>{\"response_code\": \"CB_S00000\"}</td>\n</tr>\n<tr>\n<td>Unauthorized callback</td>\n<td>401, 403</td>\n<td>{\"response_code\": \"CB_E00013\"}</td>\n</tr>\n<tr>\n<td>Failed callback</td>\n<td>Other 4xx</td>\n<td>{\"response_code\": \"CB_E00009\"}</td>\n</tr>\n<tr>\n<td>Failed callback due to internal server error</td>\n<td>5xx</td>\n<td>{\"response_code\": \"CB_E00000\"}</td>\n</tr>\n</tbody>\n</table>\n</div>","auth":{"type":"noauth","isInherited":true,"source":{"_postman_id":"7e5d375f-efaf-4486-96f4-99a26d3eddc6","id":"7e5d375f-efaf-4486-96f4-99a26d3eddc6","name":"Accounts","type":"folder"}},"urlObject":{"host":["<your_custom_endpoint>"],"query":[],"variable":[]}},"response":[{"id":"140751a4-3f01-484e-a1ec-05a36637cfbb","name":"Successful Callback For IMPS/NEFT/RTGS Debit","originalRequest":{"method":"POST","header":[{"key":"your_custom_key_1","value":"custom_value_1","type":"text"},{"key":"your_custom_key_2","value":"custom_value_2","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"attempt\": 1,\n    \"timestamp\": \"2020-09-16 23:23:23\",\n    \"callbackTxnId\": \"CLBACKxx\",\n    \"originalCallbackTxnId\": \"CLBACKxx\",\n    \"accountNumber\": \"XXXXXXXXXXXXXXXXXX\",\n    \"balance\": 345,\n    \"transactionMessage\": \"message denoting the origination of balance update\",\n    \"type\": \"debit\",\n    \"transferType\": \"IMPS\",\n    \"transactionAmount\": 5.0,\n    \"decentroTxnId\": \"DCTRTXxx\",\n    \"payeeAccountNumber\": \"<payee account number>\",\n    \"payeeAccountIfsc\": \"<payee account ifsc>\",\n    \"payeeAccountIfsc\": \"YESBXXXXXXXX\",\n    \"providerCode\": \"YESB\",\n}","options":{"raw":{"language":"json"}}},"url":"<your_custom_endpoint>"},"_postman_previewlanguage":"json","header":null,"cookie":[],"responseTime":null,"body":"{\n  \"response_code\": \"CB_S00000\"\n}"},{"id":"6383e11f-cf1b-4721-8662-742c77153cfa","name":"Successful Callback For IMPS/NEFT/RTGS Credit","originalRequest":{"method":"POST","header":[{"key":"your_custom_key_1","value":"custom_value_1","type":"text"},{"key":"your_custom_key_2","value":"custom_value_2","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"attempt\": 1,\n    \"timestamp\": \"2020-09-16 23:23:23\",\n    \"callbackTxnId\": \"CLBACKxx\",\n    \"originalCallbackTxnId\": \"CLBACKxx\",\n    \"accountNumber\": \"XXXXXXXXXXXXXXXXXX\",\n    \"balance\": 345,\n    \"transactionMessage\": \"message denoting the origination of balance update\",\n    \"type\": \"credit\",\n    \"transferType\": \"IMPS\",\n    \"transactionAmount\": 5.0,\n    \"decentroTxnId\": \"DCTRTXxx\",\n    \"payerAccountNumber\": \"<payer account number>\",\n    \"payerAccountIfsc\": \"<payer account ifsc>\",\n    \"payeeAccountIfsc\": \"YESBXXXXXXXX\",\n    \"providerCode\": \"YESB\",\n    \"bankReferenceNumber\": \"<bank reference number>\"\n}","options":{"raw":{"language":"json"}}},"url":"<your_custom_endpoint>"},"_postman_previewlanguage":"json","header":null,"cookie":[],"responseTime":null,"body":"{\n  \"response_code\": \"CB_S00000\"\n}"},{"id":"7a1afea9-789c-4570-b58b-15e3bb57d39b","name":"Successful Callback For UPI Credit","originalRequest":{"method":"POST","header":[{"key":"your_custom_key_1","value":"custom_value_1","type":"text"},{"key":"your_custom_key_2","value":"custom_value_2","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"attempt\": 1,\n    \"timestamp\": \"2020-09-16 23:23:23\",\n    \"callbackTxnId\": \"CLBACKxx\",\n    \"originalCallbackTxnId\": \"CLBACKxx\",\n    \"accountNumber\": \"XXXXXXXXXXXXXXXXXX\",\n    \"balance\": 345,\n    \"transactionMessage\": \"message denoting the origination of balance update\",\n    \"type\": \"credit\",\n    \"transferType\": \"UPI\",\n    \"transactionAmount\": 5.0,\n    \"decentroTxnId\": \"DCTRTXxx\",\n    \"payerAccountNumber\": \"<payer account number if available>\",\n    \"payerAccountIfsc\": \"<payer account ifsc if available>\",\n    \"payerVpa\": \"<payer vpa if available>\"\n}","options":{"raw":{"language":"json"}}},"url":"<your_custom_endpoint>"},"_postman_previewlanguage":"json","header":null,"cookie":[],"responseTime":null,"body":"{\n  \"response_code\": \"CB_S00000\"\n}"},{"id":"88768747-f34b-43c3-acfa-134ab33ad549","name":"Unauthorized Callback","originalRequest":{"method":"POST","header":[{"key":"your_custom_key_1","value":"custom_value_1","type":"text"},{"key":"your_custom_key_2","value":"custom_value_2","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"attempt\": 1,\n    \"timestamp\": \"2020-09-16 23:23:23\",\n    \"callbackTxnId\": \"CLBACKxx\",\n    \"originalCallbackTxnId\": \"CLBACKxx\",\n    \"accountNumber\": \"XXXXXXXXXXXXXXXXXX\",\n    \"balance\": 345,\n    \"transactionMessage\": \"message denoting the origination of balance update\",\n    \"type\": \"credit\",\n    \"transferType\": \"IMPS\",\n    \"transactionAmount\": 5.0,\n    \"decentroTxnId\": \"DCTRTXxx\",\n    \"payerAccountNumber\": \"<payer account number>\",\n    \"payerAccountIfsc\": \"<payer account ifsc>\",\n    \"payeeAccountIfsc\": \"YESBXXXXXXXX\",\n    \"providerCode\": \"YESB\",\n    \"bankReferenceNumber\": \"<bank reference number>\"\n}","options":{"raw":{"language":"json"}}},"url":"<your_custom_endpoint>"},"_postman_previewlanguage":"json","header":null,"cookie":[],"responseTime":null,"body":"{\n    \"response_code\": \"CB_E00013\"\n}"},{"id":"d2702ab1-7e19-4a1e-9c2f-8abc04f840b4","name":"Successful Callback For UPI Debit","originalRequest":{"method":"POST","header":[{"key":"your_custom_key_1","value":"custom_value_1","type":"text"},{"key":"your_custom_key_2","value":"custom_value_2","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"attempt\": 1,\n    \"timestamp\": \"2020-09-16 23:23:23\",\n    \"callbackTxnId\": \"CLBACKxx\",\n    \"originalCallbackTxnId\": \"CLBACKxx\",\n    \"accountNumber\": \"XXXXXXXXXXXXXXXXXX\",\n    \"balance\": 345,\n    \"transactionMessage\": \"message denoting the origination of balance update\",\n    \"type\": \"debit\",\n    \"transferType\": \"UPI\",\n    \"transactionAmount\": 5.0,\n    \"decentroTxnId\": \"DCTRTXxx\",\n    \"payeeAccountNumber\": \"<payee account number if available>\",\n    \"payeeAccountIfsc\": \"<payee account ifsc if available>\",\n    \"payeeVpa\": \"<payee vpa if available>\"\n}","options":{"raw":{"language":"json"}}},"url":"<your_custom_endpoint>"},"_postman_previewlanguage":"json","header":null,"cookie":[],"responseTime":null,"body":"{\n  \"response_code\": \"CB_S00000\"\n}"}],"_postman_id":"a0643e78-2a47-48e3-b3cd-8c48155dff76"}],"id":"550ebac9-5250-4fc7-85ee-68fb6e883c19","description":"<p>Decentro uses callbacks to intimate the platform about the change in the balance of a virtual account. This change can be because of an incoming transaction made by a customer or an outgoing transaction made from a virtual account.</p>\n<p>Decentro can configure custom end points (URLs) that you can share with our team on <a href=\"mailto:support@decentro.tech\">support@decentro.tech</a> or with your assigned RM, you can receive callbacks for any changes in the balance for your virtual accounts, or status updates for any transaction.</p>\n","_postman_id":"550ebac9-5250-4fc7-85ee-68fb6e883c19","auth":{"type":"noauth","isInherited":true,"source":{"_postman_id":"7e5d375f-efaf-4486-96f4-99a26d3eddc6","id":"7e5d375f-efaf-4486-96f4-99a26d3eddc6","name":"Accounts","type":"folder"}}}],"id":"f3416f3e-4366-4282-bf48-c31e16da6f6e","description":"<p><strong>Overview</strong>: Virtual accounts are basically a way to collect funds from individuals and businesses seamlessly and help in reconciliation.</p>\n<p>Virtual accounts are setup on underlying business accounts, which can be current, escrow or nodal accounts.</p>\n<p>Decentro has the capability to power Virtual accounts with its bank partners where the underlying account is owned by itself or the merchant's.</p>\n<p>The underlying partner banks that we have currently are.</p>\n<ul>\n<li>Yes Bank (Live)</li>\n<li>ICICI Bank (Live)</li>\n<li>Axis Bank (Live)</li>\n</ul>\n<p>And more in pipeline.</p>\n<p><a href=\"https://www.youtube.com/watch?v=08mqXZn0Ni8\"><strong>Here's a detailed walkthrough on Virtual Accounts</strong></a></p>\n<p><strong>Use-cases</strong>: Virtual accounts can be created for the below use-cases.</p>\n<ul>\n<li>Collect funds from businesses through NEFT/IMPS/RTGS</li>\n<li>Collect funds from individuals through IMPS or UPI (Collect Request/Payment Link/Push)</li>\n<li>Payout to beneficiaries from the virtual account using any mode (NEFT/RTGS/IMPS/UPI)</li>\n</ul>\n<p><strong>Product Flow</strong>: Below is the recommended high level flow for using the virtual account stack.</p>\n<ul>\n<li><a href=\"https://docs.decentro.tech/#e92377d4-5848-4b0a-8a0c-f57101758d0e\">Create a virtual account</a> for a customer/partner/vendor</li>\n<li><a href=\"https://docs.decentro.tech/#ae843df2-00ea-488d-8854-7472618a7671\">Configure callbacks</a> for balance and transaction updates</li>\n<li><a href=\"https://docs.decentro.tech/#732f42e4-1039-475e-8291-a05d9f52472d\">Validate bank account</a> using our Penny drop service instantly</li>\n<li><a href=\"https://docs.decentro.tech/#7b41103a-a1b8-4309-a27f-fe98e02eb4ce\">Payout</a> to your beneficiaries using any of the supported modes</li>\n<li><a href=\"https://docs.decentro.tech/#fcd452b9-3948-44c0-ad03-f16303ae1c9b\">Fetch the balance</a> of the virtual account to transfer funds</li>\n<li><a href=\"https://docs.decentro.tech/#f6291787-1f57-49bb-9940-abd40079ae74\">Fetch the statement</a> to reconcile the transactions done against the virtual account</li>\n</ul>\n<p>Decentro's <a href=\"https://docs.decentro.tech/#b0a1daf7-1da3-4bf3-8a88-e2ac8a89244a\">UPI &amp; Payments stack</a> can be plugged into the virtual accounts setup for simple reconciliation, which is detailed in the folder.</p>\n","event":[{"listen":"prerequest","script":{"id":"754ef0f8-9893-4a1e-849e-bc35f1ee016c","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"bad5975c-36a7-494a-8da9-f75dc14161b8","type":"text/javascript","exec":[""]}}],"_postman_id":"f3416f3e-4366-4282-bf48-c31e16da6f6e","auth":{"type":"noauth","isInherited":true,"source":{"_postman_id":"7e5d375f-efaf-4486-96f4-99a26d3eddc6","id":"7e5d375f-efaf-4486-96f4-99a26d3eddc6","name":"Accounts","type":"folder"}}}],"id":"7e5d375f-efaf-4486-96f4-99a26d3eddc6","description":"<p>Here you can find APIs around creation, linking, and management of bank accounts along with seamless and inter-operable money transfers with automated reconciliation.</p>\n<p>This includes but is not limited to virtual/savings/business account creation, updation, management, money flow, collections, bank statement analysis and much more.</p>\n","auth":{"type":"noauth","isInherited":false},"event":[{"listen":"prerequest","script":{"id":"6dd2024e-942c-46ac-aa71-be1a4972ce17","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"3b927256-c7ed-4294-b862-ef200e5fb330","type":"text/javascript","exec":[""]}}],"_postman_id":"7e5d375f-efaf-4486-96f4-99a26d3eddc6"},{"name":"Payments","item":[{"name":"Validate Bank Account","item":[{"name":"Validate Bank Account ","id":"732f42e4-1039-475e-8291-a05d9f52472d","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"description":"<p>Decentro assigned client_id for the company</p>\n","key":"client_id","type":"text","value":"<YOUR_CLIENT_ID>"},{"description":"<p>Decentro assigned client_secret for the company</p>\n","key":"client_secret","type":"text","value":"<YOUR_CLIENT_SECRET>"},{"description":"<p>Decentro assigned module_secret for the company</p>\n","key":"module_secret","type":"text","value":"<YOUR_CORE_BANKING_MODULE_SECRET>"},{"key":"provider_secret","value":"<YOUR_CHOSEN_PROVIDER_SECRET>","description":"<p>Decentro assigned provider_secret for the company</p>\n","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"reference_id\": \"0000-0000-0000-0019\",\n    \"purpose_message\": \"This is a penny drop transaction\",\n    \"transfer_amount\": \"1.5\",\n    \"validation_type\":\"pennydrop\",\n    \"beneficiary_details\": {\n        \"account_number\": \"001128907346285\",\n        \"ifsc\": \"ALLA0CBCBCBB\"\n    }\n}","options":{"raw":{"language":"json"}}},"url":"https://in.staging.decentro.tech/core_banking/money_transfer/validate_account","urlObject":{"path":["core_banking","money_transfer","validate_account"],"host":["https://in.staging.decentro.tech"],"query":[],"variable":[]}},"response":[{"id":"c0cfea72-e3cf-4968-85e8-2bba3df06f70","name":"Success (200)","originalRequest":{"method":"POST","header":[{"key":"client_id","value":"<YOUR_CLIENT_ID>","type":"text"},{"key":"client_secret","value":"<YOUR_CLIENT_SECRET>","type":"text"},{"key":"module_secret","value":"<YOUR_CORE_BANKING_MODULE_SECRET>","type":"text"},{"key":"provider_secret","value":"<YOUR_CHOSEN_PROVIDER_SECRET>","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"reference_id\": \"0000-0000-0000-0019\",\n    \"purpose_message\": \"This is a penny drop transaction\",\n    \"transfer_amount\": \"1.5\",\n    \"beneficiary_details\": {\n        \"account_number\": \"001128907346285\",\n        \"ifsc\": \"ALLA0211480\"\n    }\n}","options":{"raw":{"language":"json"}}},"url":"https://in.staging.decentro.tech/core_banking/money_transfer/validate_account"},"code":200,"_postman_previewlanguage":"json","header":null,"cookie":[],"responseTime":null,"body":"{\n    \"status\": \"success\",\n    \"decentroTxnId\": \"<decentro_txn_id>\",\n    \"responseCode\": \"S00000\",\n    \"message\": \"The account has been successfully verified.\",\n    \"accountStatus\": \"valid\",\n    \"beneficiaryName\": \"<Name>\",\n    \"bankReferenceNumber\": \"<bank_reference_number>\"\n}"},{"id":"bd647dd9-f0c1-4ed9-8993-2c0f519b2e8e","name":"Failure (200)","originalRequest":{"method":"POST","header":[{"key":"client_id","value":"<YOUR_CLIENT_ID>","type":"text","description":"Decentro assigned client_id for the company"},{"key":"client_secret","value":"<YOUR_CLIENT_SECRET>","type":"text","description":"Decentro assigned client_secret for the company"},{"key":"module_secret","value":"<YOUR_CORE_BANKING_MODULE_SECRET>","type":"text","description":"Decentro assigned module_secret for the company"},{"key":"provider_secret","value":"<YOUR_CHOSEN_PROVIDER_SECRET>","description":"Decentro assigned provider_secret for the company","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"reference_id\": \"0000-0000-0000-0019\",\n    \"purpose_message\": \"This is a penny drop transaction\",\n    \"transfer_amount\": \"1.5\",\n    \"beneficiary_details\": {\n        \"account_number\": \"001128907346285\",\n        \"ifsc\": \"ALLA0CBCBCBB\"\n    }\n}","options":{"raw":{"language":"json"}}},"url":"https://in.staging.decentro.tech/core_banking/money_transfer/validate_account"},"code":200,"_postman_previewlanguage":"json","header":null,"cookie":[],"responseTime":null,"body":"{\n    \"status\": \"failure\",\n    \"decentroTxnId\": \"<decentro_txn_id>\",\n    \"responseCode\": \"E00000\",\n    \"message\": \"This account number is invalid. Please check and try again.\",\n    \"providerMessage\": \"<message>\",\n    \"accountStatus\": \"invalid\"\n}"},{"id":"d93e45cb-06ef-4cf1-950e-97fef25f312a","name":"Pending (200)","originalRequest":{"method":"POST","header":[{"description":"Decentro assigned client_id for the company","key":"client_id","type":"text","value":"<YOUR_CLIENT_ID>"},{"description":"Decentro assigned client_secret for the company","key":"client_secret","type":"text","value":"<YOUR_CLIENT_SECRET>"},{"description":"Decentro assigned module_secret for the company","key":"module_secret","type":"text","value":"<YOUR_CORE_BANKING_MODULE_SECRET>"},{"key":"provider_secret","value":"<YOUR_CHOSEN_PROVIDER_SECRET>","description":"Decentro assigned provider_secret for the company","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"reference_id\": \"0000-0000-0000-0019\",\n    \"purpose_message\": \"This is a penny drop transaction\",\n    \"transfer_amount\": \"1.5\",\n    \"beneficiary_details\": {\n        \"account_number\": \"001128907346285\",\n        \"ifsc\": \"ALLA0CBCBCBD\"\n    }\n}","options":{"raw":{"language":"json"}}},"url":"https://in.staging.decentro.tech/core_banking/money_transfer/validate_account"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":null,"cookie":[],"responseTime":null,"body":"{\n    \"status\": \"pending\",\n    \"decentroTxnId\": \"2BA979CBB0264159A4A65343853AE7B9\",\n    \"responseCode\": \"I00000\",\n    \"message\": \"The validation process is still pending. Kindly retry Get transaction status.\",\n    \"accountStatus\": \"inconclusive\"\n}"},{"id":"e900d29a-ce7d-458b-8603-3ac88cea8839","name":"Failure (400)","originalRequest":{"method":"POST","header":[{"description":"Decentro assigned client_id for the company","key":"client_id","type":"text","value":"<YOUR_CLIENT_ID>"},{"description":"Decentro assigned client_secret for the company","key":"client_secret","type":"text","value":"<YOUR_CLIENT_SECRET>"},{"description":"Decentro assigned module_secret for the company","key":"module_secret","type":"text","value":"<YOUR_CORE_BANKING_MODULE_SECRET>"},{"key":"provider_secret","value":"<YOUR_CHOSEN_PROVIDER_SECRET>","description":"Decentro assigned provider_secret for the company","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"reference_id\": \"0000-0000-0000-0019\",\n    \"purpose_message\": \"This is a penny drop transaction\",\n    \"transfer_amount\": \"1.5\",\n    \"beneficiary_details\": {\n        \"account_number\": \"001128907346285\",\n        \"ifsc\": \"ALLA0CBCBCBB\"\n    }\n}","options":{"raw":{"language":"json"}}},"url":"https://in.staging.decentro.tech/core_banking/money_transfer/validate_account"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"error\": {\n        \"message\": \"Request body does not contain the account number.\",\n        \"responseCode\": \"E00009\",\n        \"status\": \"failure\"\n    },\n    \"decentroTxnId\": \"E920B34218CB4B269F7C3BEB13DFA5E0\"\n}"}],"_postman_id":"732f42e4-1039-475e-8291-a05d9f52472d"},{"name":"Bulk Validate Bank Account","id":"e9a13ee0-aadb-4664-be49-5bfbaf27738a","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"client_id","value":"<YOUR_CLIENT_ID>"},{"key":"client_secret","value":"<YOUR_CLIENT_SECRET>"},{"key":"module_secret","value":"<YOUR_CORE_BANKING_MODULE_SECRET>"},{"key":"provider_secret","value":"<YOUR_CHOSEN_PROVIDER_SECRET>"}],"body":{"mode":"formdata","formdata":[{"type":"file","key":"file","value":null},{"type":"text","key":"reference_id","value":"0000-0000-0000-0019"}]},"url":"https://in.staging.decentro.tech/v2/banking/bulk-validate-account","urlObject":{"protocol":"https","path":["v2","banking","bulk-validate-account"],"host":["in","staging","decentro","tech"],"query":[],"variable":[]}},"response":[{"id":"aed33771-504c-4baa-84c8-5167dc05a0ac","name":"Success","originalRequest":{"method":"POST","header":[{"key":"client_id","value":"<YOUR_CLIENT_ID>"},{"key":"client_secret","value":"<YOUR_CLIENT_SECRET>"},{"key":"module_secret","value":"<YOUR_CORE_BANKING_MODULE_SECRET>"},{"key":"provider_secret","value":"<YOUR_CHOSEN_PROVIDER_SECRET>"},{"key":"","value":"","type":"text","disabled":true}],"body":{"mode":"formdata","formdata":[{"type":"file","key":"file","value":null},{"type":"text","key":"reference_id","value":"0000-0000-0000-0019"}]},"url":"https://in.decentro.tech/v2/banking/bulk-validate-account"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\r\n    \"decentro_txn_id\": \"<decentro_txn_id>\",\r\n    \"status\": \"SUCCESS\",\r\n    \"response_code\": \"S00000\",\r\n    \"message\": \"Bulk validate successfully initiated.\",\r\n}"},{"id":"c72c3d67-e02f-4629-9499-97095489c24b","name":"Duplicate Reference ID","originalRequest":{"method":"POST","header":[{"key":"client_id","value":"<YOUR_CLIENT_ID>"},{"key":"client_secret","value":"<YOUR_CLIENT_SECRET>"},{"key":"module_secret","value":"<YOUR_CORE_BANKING_MODULE_SECRET>"},{"key":"provider_secret","value":"<YOUR_CHOSEN_PROVIDER_SECRET>"},{"key":"","value":"","type":"text","disabled":true}],"body":{"mode":"formdata","formdata":[{"type":"file","key":"file","value":null},{"type":"text","key":"reference_id","value":"0000-0000-0000-0019"}]},"url":"https://in.decentro.tech/v2/banking/bulk-validate-account"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\r\n  \"decentroTxnId\": \"<decentro_txn_id>\",\r\n  \"status\": \"FAILURE\",\r\n  \"responseCode\": \"E00019\",\r\n  \"message\": \"Duplicate Request Reference ID\"\r\n}"},{"id":"bc844825-ebb7-415f-a817-25444105cfe1","name":"Invalid File Format","originalRequest":{"method":"POST","header":[{"key":"client_id","value":"<YOUR_CLIENT_ID>"},{"key":"client_secret","value":"<YOUR_CLIENT_SECRET>"},{"key":"module_secret","value":"<YOUR_CORE_BANKING_MODULE_SECRET>"},{"key":"provider_secret","value":"<YOUR_CHOSEN_PROVIDER_SECRET>"},{"key":"","value":"","type":"text","disabled":true}],"body":{"mode":"formdata","formdata":[{"type":"file","key":"file","value":null},{"type":"text","key":"reference_id","value":"0000-0000-0000-0019"}]},"url":"https://in.decentro.tech/v2/banking/bulk-validate-account"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\r\n  \"decentroTxnId\": \"<decentro_txn_id>\",\r\n  \"status\": \"FAILURE\",\r\n  \"responseCode\": \"E00019\",\r\n  \"message\": \"File doesn't have necessary columns. Required columns are reference_id, purpose_message, account_number, ifsc\"\r\n}"}],"_postman_id":"e9a13ee0-aadb-4664-be49-5bfbaf27738a"}],"id":"1dcb53d3-75fd-45cb-9f61-51e35c477817","_postman_id":"1dcb53d3-75fd-45cb-9f61-51e35c477817","description":""},{"name":"Payouts V3","item":[{"name":"Initiate Payout V3","id":"db5cad68-707a-4c07-a27f-3476fd9d00a9","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"client_id","value":"<YOUR_CLIENT_ID>","type":"text"},{"key":"client_secret","value":"<YOUR_CLIENT_SECRET>","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"reference_id\": \"be8be8e5-04b8-4869-b9bf-f575fc67ccf5\",\n    \"transfer_amount\": 1,\n    \"transfer_type\": \"IMPS\",\n    \"purpose_message\": \"purpose message\",\n    \"consumer_urn\": \"58EEAB6C2F0A4CBA8D58286062503FD4\",\n    \n    \"beneficiary_details\": {\n        \"to_account\": \"55\",\n        \"ifsc_code\": \"UCBA0001229\",\n        \n        \"payee_name\": \"TEST payment\"\n        \n    }\n}","options":{"raw":{"language":"json"}}},"url":"https://in.staging.decentro.tech/v3/core_banking/money_transfer/initiate","urlObject":{"protocol":"https","path":["v3","core_banking","money_transfer","initiate"],"host":["in","staging","decentro","tech"],"query":[],"variable":[]}},"response":[],"_postman_id":"db5cad68-707a-4c07-a27f-3476fd9d00a9"},{"name":"Get Transaction Status V3","id":"9657e38c-1057-4678-b9ea-78d137718b97","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"client_id","value":"<YOUR_CLIENT_ID>","type":"text"},{"key":"client_secret","value":"<YOUR_CLIENT_SECRET>","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"}],"url":"https://in.staging.decentro.tech/v3/core_banking/money_transfer/get_status?decentro_txn_id=44E14B5891514BCF8B7A58613659B921","urlObject":{"protocol":"https","path":["v3","core_banking","money_transfer","get_status"],"host":["in","staging","decentro","tech"],"query":[{"key":"decentro_txn_id","value":"44E14B5891514BCF8B7A58613659B921"}],"variable":[]}},"response":[],"_postman_id":"9657e38c-1057-4678-b9ea-78d137718b97"}],"id":"341391da-fddf-4e4c-a6a4-3226654b2f9c","_postman_id":"341391da-fddf-4e4c-a6a4-3226654b2f9c","description":""},{"name":"Payouts V2","item":[{"name":"Beneficiary V2","item":[{"name":"Manage Beneficiaries","id":"94b4d08b-151a-45b2-8a50-eeadec28ca67","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"description":"<p>Decentro assigned client_id for the company</p>\n","key":"client_id","type":"text","value":"<YOUR_CLIENT_ID>"},{"description":"<p>Decentro assigned client_secret for the company</p>\n","key":"client_secret","type":"text","value":"<YOUR_CLIENT_SECRET>"},{"description":"<p>Decentro assigned module_secret for the company</p>\n","key":"module_secret","type":"text","value":"<YOUR_CORE_BANKING_MODULE_SECRET>"},{"description":"<p>Decentro assigned provider_secret for the company</p>\n","key":"provider_secret","type":"text","value":"<YOUR_CHOSEN_PROVIDER_SECRET>"},{"key":"Content-Type","type":"text","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"action\": \"ADD\",\n    \"sender_account_number\": \"111111111111110\",\n    \"account_number\": \"111111111111111\",\n    \"ifsc\": \"ABCD0000999\",\n    \"name\": \"Test Name\",\n    \"transfer_type\": \"NEFT\",\n    \"sender_mobile\": \"9999999999\"\n}","options":{"raw":{"language":"json"}}},"url":"https://in.staging.decentro.tech/v2/banking/beneficiary","description":"<p>Add / Update / Disable any beneficiary for sending money from the virtual account (on top of the underlying physical bank account)</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Parameter</th>\n<th>Description</th>\n<th>Optional (O)/ Mandatory (M)/ Conditionally mandatory (CM)</th>\n<th>Datatype</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>action</td>\n<td>Can be ADD/ VERIFY/ MODIFY/ DISABLE</td>\n<td>M</td>\n<td>String</td>\n</tr>\n<tr>\n<td>name</td>\n<td>Beneficiary name</td>\n<td>M only if action is UPDATE</td>\n<td>String</td>\n</tr>\n<tr>\n<td>ifsc</td>\n<td>Beneficiary bank IFSC code</td>\n<td>M</td>\n<td>String</td>\n</tr>\n<tr>\n<td>sender_account_number</td>\n<td>Account number against which the beneficiary is to be added. If not passed, beneficiary will be added to company's virtual account.</td>\n<td>M</td>\n<td>String</td>\n</tr>\n<tr>\n<td>account_number</td>\n<td>Beneficiary account number</td>\n<td>M</td>\n<td>String</td>\n</tr>\n<tr>\n<td>upi_handle</td>\n<td>UPI handle</td>\n<td>M, if transfer type is UPI</td>\n<td></td>\n</tr>\n<tr>\n<td>beneficiary_code</td>\n<td>Unique code assigned by you to the beneficiary</td>\n<td>M only if action is not ADD</td>\n<td>String</td>\n</tr>\n<tr>\n<td>transfer_type</td>\n<td>Can be NEFT/ IMPS/ RTGS/ UPI. If not specified for the ADD action, defaulted to OTHR.</td>\n<td>O only if action is ADD</td>\n<td>String</td>\n</tr>\n<tr>\n<td>sender_mobile</td>\n<td>Beneficiary mobile number</td>\n<td>M only if action is ADD; O in case of all other action types</td>\n<td>String</td>\n</tr>\n<tr>\n<td>email</td>\n<td>Email of beneficiary</td>\n<td>O</td>\n<td>String</td>\n</tr>\n</tbody>\n</table>\n</div><ul>\n<li>implies that the marked parameters are currently not being considered and are slated to be in the future releases</li>\n</ul>\n","urlObject":{"path":["v2","banking","beneficiary"],"host":["https://in.staging.decentro.tech"],"query":[],"variable":[]}},"response":[{"id":"9dac8434-a3d9-4254-b18f-b921b8857f2c","name":"Action: Verify","originalRequest":{"method":"POST","header":[{"description":"Decentro assigned client_id for the company","key":"client_id","type":"text","value":"<YOUR_CLIENT_ID>"},{"description":"Decentro assigned client_secret for the company","key":"client_secret","type":"text","value":"<YOUR_CLIENT_SECRET>"},{"description":"Decentro assigned module_secret for the company","key":"module_secret","type":"text","value":"<YOUR_CORE_BANKING_MODULE_SECRET>"},{"key":"provider_secret","value":"<YOUR_CHOSEN_PROVIDER_SECRET>","description":"Decentro assigned provider_secret for the company","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"action\": \"VERIFY\",\n    \"beneficiary_code\": \"DECXXXXXXXXXXXXXXXXXXXNEFT\",\n    \"sender_account_number\": \"111111111111110\"\n}","options":{"raw":{"language":"json"}}},"url":"https://in.staging.decentro.tech/v2/banking/beneficiary"},"code":200,"_postman_previewlanguage":"json","header":null,"cookie":[],"responseTime":null,"body":"{\n    \"decentroTxnId\": \"DECXXXXXXXXXXXXXXXXXXXXXXXXXXX\",\n    \"status\": \"SUCCESS\",\n    \"responseCode\": \"S00000\",\n    \"message\": \"Beneficiary verified successfully.\",\n    \"data\": {\n        \"ifsc\": \"ABCD0000999\",\n        \"accountNumber\": \"111111111111111\",\n        \"beneficiaryCode\": \"DECXXXXXXXXXXXXXXXXXXXNEFT\",\n        \"beneficiaryName\": \"Sample account\"\n    }\n}"},{"id":"7fa675fb-548a-47a9-9f64-4aa88c06115b","name":"Action: Add","originalRequest":{"method":"POST","header":[{"description":"Decentro assigned client_id for the company","key":"client_id","type":"text","value":"<YOUR_CLIENT_ID>"},{"description":"Decentro assigned client_secret for the company","key":"client_secret","type":"text","value":"<YOUR_CLIENT_SECRET>"},{"description":"Decentro assigned module_secret for the company","key":"module_secret","type":"text","value":"<YOUR_CORE_BANKING_MODULE_SECRET>"},{"key":"provider_secret","value":"<YOUR_CHOSEN_PROVIDER_SECRET>","description":"Decentro assigned provider_secret for the company","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"action\": \"ADD\",\n    \"sender_account_number\": \"111111111111110\",\n    \"account_number\": \"111111111111111\",\n    \"ifsc\": \"ABCD0000999\",\n    \"name\": \"Test Name\",\n    \"transfer_type\": \"NEFT\",\n    \"sender_mobile\": \"9999999999\"\n}","options":{"raw":{"language":"json"}}},"url":"https://in.staging.decentro.tech/v2/banking/beneficiary"},"code":200,"_postman_previewlanguage":"json","header":null,"cookie":[],"responseTime":null,"body":"{\r\n    \"decentroTxnId\": \"DECXXXXXXXXXXXXXXXXXXXXXXXXXXX\",\r\n    \"status\": \"SUCCESS\",\r\n    \"responseCode\": \"S00000\",\r\n    \"message\": \"Beneficiary added successfully.\",\r\n    \"data\": {\r\n        \"ifsc\": \"ABCD0000999\",\r\n        \"accountNumber\": \"111111111111111\",\r\n        \"beneficiaryCode\": \"DECXXXXXXXXXXXXXXXXXXXNEFT\",\r\n        \"beneficiaryName\": \"ABC\"\r\n    }\r\n}"},{"id":"36c6782f-9baa-48bc-8bd8-9abd4bb647e9","name":"Action: Disable","originalRequest":{"method":"POST","header":[{"description":"Decentro assigned client_id for the company","key":"client_id","type":"text","value":"<YOUR_CLIENT_ID>"},{"description":"Decentro assigned client_secret for the company","key":"client_secret","type":"text","value":"<YOUR_CLIENT_SECRET>"},{"description":"Decentro assigned module_secret for the company","key":"module_secret","type":"text","value":"<YOUR_CORE_BANKING_MODULE_SECRET>"},{"key":"provider_secret","value":"<YOUR_CHOSEN_PROVIDER_SECRET>","description":"Decentro assigned provider_secret for the company","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"action\": \"DISABLE\",\n    \"beneficiary_code\": \"DECXXXXXXXXXXXXXXXXXXXNEFT\",\n    \"sender_account_number\": \"111111111111110\"\n}","options":{"raw":{"language":"json"}}},"url":"https://in.staging.decentro.tech/v2/banking/beneficiary"},"code":200,"_postman_previewlanguage":"json","header":null,"cookie":[],"responseTime":null,"body":"{\n    \"decentroTxnId\": \"DECXXXXXXXXXXXXXXXXXXXXXXXXXXX\",\n    \"status\": \"SUCCESS\",\n    \"responseCode\": \"S00000\",\n    \"message\": \"Beneficiary disabled successfully.\",\n    \"data\": {\n        \"ifsc\": \"ABCD0000999\",\n        \"accountNumber\": \"111111111111111\",\n        \"beneficiaryCode\": \"DECXXXXXXXXXXXXXXXXXXXNEFT\"\n    }\n}"},{"id":"2bb8935b-d330-4cef-843d-9ae1d80ce994","name":"Action: Modify","originalRequest":{"method":"POST","header":[{"description":"Decentro assigned client_id for the company","key":"client_id","type":"text","value":"<YOUR_CLIENT_ID>"},{"description":"Decentro assigned client_secret for the company","key":"client_secret","type":"text","value":"<YOUR_CLIENT_SECRET>"},{"description":"Decentro assigned module_secret for the company","key":"module_secret","type":"text","value":"<YOUR_CORE_BANKING_MODULE_SECRET>"},{"key":"provider_secret","value":"<YOUR_CHOSEN_PROVIDER_SECRET>","description":"Decentro assigned provider_secret for the company","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"action\": \"MODIFY\",\n    \"beneficiary_code\": \"DECXXXXXXXXXXXXXXXXXXXNEFT\",\n    \"sender_account_number\": \"111111111111110\"\n}","options":{"raw":{"language":"json"}}},"url":"https://in.staging.decentro.tech/v2/banking/beneficiary"},"code":200,"_postman_previewlanguage":"json","header":null,"cookie":[],"responseTime":null,"body":"{\n    \"decentroTxnId\": \"DECXXXXXXXXXXXXXXXXXXXXXXXXXXX\",\n    \"status\": \"SUCCESS\",\n    \"responseCode\": \"S00000\",\n    \"message\": \"Beneficiary modified successfully.\",\n    \"data\": {\n        \"ifsc\": \"ABCD0000999\",\n        \"accountNumber\": \"111111111111111\",\n        \"beneficiaryCode\": \"DECXXXXXXXXXXXXXXXXXXXNEFT\"\n    }\n}"}],"_postman_id":"94b4d08b-151a-45b2-8a50-eeadec28ca67"}],"id":"c325b0b2-1a54-4d17-9814-9c4bf9fb8fd7","description":"<p>Sub-module with API to manage the registered beneficiaries against each virtual account in terms of adding, updating or deleting them.</p>\n","_postman_id":"c325b0b2-1a54-4d17-9814-9c4bf9fb8fd7"},{"name":"Bulk Payout","item":[{"name":"Bulk Payout JSON","id":"5a80140e-7966-4afc-830a-cf44075cc722","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"client_id","value":"<YOUR_CLIENT_ID>","type":"text"},{"key":"client_secret","value":"<YOUR_CLIENT_SECRET>","type":"text"},{"key":"module_secret","value":"<YOUR_CORE_BANKING_MODULE_SECRET>","type":"text"},{"key":"provider_secret","value":"<YOUR_CHOSEN_PROVIDER_SECRET>","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"reference_id\": \"db397fc1-2aaf-4405-a47a-b6c01240d69d\",\n    \"input_type\": \"jsoN\",\n    \"input\": [\n        {\n            \"reference_id\": \"decentro_request_211\",\n            \"purpose_message\": \"This is a nice message\",\n            \"from_account\": \"000000000000000\",\n            \"to_account\": \"111111111111111\",\n            \"transfer_type\": \"IMPS\",\n            \"transfer_amount\": \"1000\",\n            \"beneficiary_details\": {\n                \"email_address\": \"test01@company.com\",\n                \"mobile_number\": \"8989898989\",\n                \"ifsc_code\": \"YESB0000000\",\n                \"payee_name\": \"some_payee_name\"\n            }\n        },\n        {\n            \"reference_id\": \"decentro_request_id_201\",\n            \"purpose_message\": \"This is a message\",\n            \"from_account\": \"XXXXXXXXXXXXXXXXXX\",\n            \"to_account\": \"YYYYYYYYYYYYYYYYYY\",\n            \"transfer_type\": \"NEFT\",\n            \"transfer_amount\": \"1000\",\n            \"beneficiary_code\": \"XVXVXVXVXVXVXXVXVXVXVXXVXV\",\n            \"currency_code\": \"INR\"\n        }\n    ]\n}","options":{"raw":{"language":"json"}}},"url":"https://in.staging.decentro.tech/decentro/bulk/bulk_payout","urlObject":{"protocol":"https","path":["decentro","bulk","bulk_payout"],"host":["in","staging","decentro","tech"],"query":[],"variable":[]}},"response":[{"id":"da9e161d-c506-4746-8311-5caaa2446533","name":"200 - Success","originalRequest":{"method":"POST","header":[{"key":"client_id","value":"<YOUR_CLIENT_ID>","type":"text"},{"key":"client_secret","value":"<YOUR_CLIENT_SECRET>","type":"text"},{"key":"module_secret","value":"<YOUR_CORE_BANKING_MODULE_SECRET>","type":"text"},{"key":"provider_secret","value":"<YOUR_CHOSEN_PROVIDER_SECRET>","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"reference_id\": \"db397fc1-2aaf-4405-a47a-b6c01240d69d\",\n    \"input_type\": \"jsoN\",\n    \"input\": [\n        {\n            \"reference_id\": \"decentro_request_211\",\n            \"purpose_message\": \"This is a nice message\",\n            \"from_account\": \"000000000000000\",\n            \"to_account\": \"111111111111111\",\n            \"transfer_type\": \"IMPS\",\n            \"transfer_amount\": \"1000\",\n            \"beneficiary_details\": {\n                \"email_address\": \"test01@company.com\",\n                \"mobile_number\": \"8989898989\",\n                \"ifsc_code\": \"YESB0000000\",\n                \"payee_name\": \"some_payee_name\"\n            }\n        },\n        {\n            \"reference_id\": \"decentro_request_id_201\",\n            \"purpose_message\": \"This is a message\",\n            \"from_account\": \"XXXXXXXXXXXXXXXXXX\",\n            \"to_account\": \"YYYYYYYYYYYYYYYYYY\",\n            \"transfer_type\": \"NEFT\",\n            \"transfer_amount\": \"1000\",\n            \"beneficiary_code\": \"XVXVXVXVXVXVXXVXVXVXVXXVXV\",\n            \"currency_code\": \"INR\"\n        }\n    ]\n}","options":{"raw":{"language":"json"}}},"url":"https://in.staging.decentro.tech/decentro/bulk/bulk_payout"},"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\r\n  \"status\": \"SUCCESS\",\r\n  \"download_url\": \"https://in.staging.decentro.tech/decentro/bulk/download_response/DCTRTX00001200000003C0\",\r\n  \"decentroTxnId\": \"DCTRTX00001200000003C0\",\r\n  \"message\": \"Bulk Payout initiated successfully.\"\r\n}"},{"id":"e14cfc45-453e-4251-a7e6-83fbb22d5bfc","name":"400 - Failure","originalRequest":{"method":"POST","header":[{"key":"client_id","value":"<YOUR_CLIENT_ID>","type":"text"},{"key":"client_secret","value":"<YOUR_CLIENT_SECRET>","type":"text"},{"key":"module_secret","value":"<YOUR_CORE_BANKING_MODULE_SECRET>","type":"text"},{"key":"provider_secret","value":"<YOUR_CHOSEN_PROVIDER_SECRET>","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"reference_id\": \"db397fc1-2aaf-4405-a47a-b6c01240d69d\",\n    \"input_type\": \"jsoN\",\n    \"input\": [\n        {\n            \"reference_id\": \"decentro_request_211\",\n            \"purpose_message\": \"This is a nice message\",\n            \"from_account\": \"000000000000000\",\n            \"to_account\": \"111111111111111\",\n            \"transfer_type\": \"IMPS\",\n            \"transfer_amount\": \"1000\",\n            \"beneficiary_details\": {\n                \"email_address\": \"test01@company.com\",\n                \"mobile_number\": \"8989898989\",\n                \"ifsc_code\": \"YESB0000000\",\n                \"payee_name\": \"some_payee_name\"\n            }\n        },\n        {\n            \"reference_id\": \"decentro_request_id_201\",\n            \"purpose_message\": \"This is a message\",\n            \"from_account\": \"XXXXXXXXXXXXXXXXXX\",\n            \"to_account\": \"YYYYYYYYYYYYYYYYYY\",\n            \"transfer_type\": \"NEFT\",\n            \"transfer_amount\": \"1000\",\n            \"beneficiary_code\": \"XVXVXVXVXVXVXXVXVXVXVXXVXV\",\n            \"currency_code\": \"INR\"\n        }\n    ]\n}","options":{"raw":{"language":"json"}}},"url":"https://in.staging.decentro.tech/decentro/bulk/bulk_payout"},"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\r\n  \"response_key\": \"invalid_input_file_type\",\r\n  \"message\": \"Invalid input file type. Hint: File type may be CSV or JSON\",\r\n  \"status\": \"FAILURE\"\r\n}"}],"_postman_id":"5a80140e-7966-4afc-830a-cf44075cc722"},{"name":"Bulk Payout CSV","id":"c6212406-91bd-4866-980a-43a72dacadb0","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"client_id","value":"<YOUR_CLIENT_ID>","type":"text"},{"key":"client_secret","value":"<YOUR_CLIENT_SECRET>","type":"text"},{"key":"module_secret","value":"<YOUR_CORE_BANKING_MODULE_SECRET>","type":"text"},{"key":"provider_secret","value":"<YOUR_CHOSEN_PROVIDER_SECRET>","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"formdata","formdata":[{"type":"text","key":"input_type","value":"csv"},{"type":"text","key":"reference_id","value":"decentro_request_id_201"},{"type":"file","key":"input","value":null}]},"url":"https://in.staging.decentro.tech/decentro/bulk/bulk_payout","urlObject":{"protocol":"https","path":["decentro","bulk","bulk_payout"],"host":["in","staging","decentro","tech"],"query":[],"variable":[]}},"response":[{"id":"c50ea1f6-144f-4fee-831b-3aee4b0fd8ee","name":"200 - Success","originalRequest":{"method":"POST","header":[{"key":"client_id","value":"<YOUR_CLIENT_ID>","type":"text"},{"key":"client_secret","value":"<YOUR_CLIENT_SECRET>","type":"text"},{"key":"module_secret","value":"<YOUR_CORE_BANKING_MODULE_SECRET>","type":"text"},{"key":"provider_secret","value":"<YOUR_CHOSEN_PROVIDER_SECRET>","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"formdata","formdata":[{"type":"text","key":"input_type","value":"csv"},{"type":"text","key":"reference_id","value":"decentro_request_id_201"},{"type":"file","key":"input","value":null}]},"url":"https://in.staging.decentro.tech/decentro/bulk/bulk_payout"},"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\r\n    \"decentro_txn_id\": \"<decentro_txn_id>\",\r\n    \"status\": \"SUCCESS\",\r\n    \"response_code\": \"S00000\",\r\n    \"message\": \"Bulk payout successfully initiated.\"\r\n}"},{"id":"27aef9f1-bff9-4348-bdcb-5abd1944516e","name":"400 - Failure","originalRequest":{"method":"POST","header":[{"key":"client_id","value":"<YOUR_CLIENT_ID>","type":"text"},{"key":"client_secret","value":"<YOUR_CLIENT_SECRET>","type":"text"},{"key":"module_secret","value":"<YOUR_CORE_BANKING_MODULE_SECRET>","type":"text"},{"key":"provider_secret","value":"<YOUR_CHOSEN_PROVIDER_SECRET>","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"formdata","formdata":[{"type":"text","key":"input_type","value":"csv"},{"type":"text","key":"reference_id","value":"decentro_request_id_201"},{"type":"file","key":"input","value":null}]},"url":"https://in.staging.decentro.tech/decentro/bulk/bulk_payout"},"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\r\n  \"decentroTxnId\": \"<decentro_txn_id>\",\r\n  \"status\": \"FAILURE\",\r\n  \"responseCode\": \"E00019\",\r\n  \"message\": \"Duplicate Request Reference ID\"\r\n}"}],"_postman_id":"c6212406-91bd-4866-980a-43a72dacadb0"}],"id":"9b79705a-408e-4073-8ca0-d15b0ce95a78","_postman_id":"9b79705a-408e-4073-8ca0-d15b0ce95a78","description":""},{"name":"Initiate Payout","id":"7b41103a-a1b8-4309-a27f-fe98e02eb4ce","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"description":"<p>Decentro assigned client_id for the company</p>\n","key":"client_id","type":"text","value":"<YOUR_CLIENT_ID>"},{"description":"<p>Decentro assigned client_secret for the company</p>\n","key":"client_secret","type":"text","value":"<YOUR_CLIENT_SECRET>"},{"description":"<p>Decentro assigned module_secret for the company</p>\n","key":"module_secret","type":"text","value":"<YOUR_CORE_BANKING_MODULE_SECRET>"},{"key":"provider_secret","value":"<YOUR_CHOSEN_PROVIDER_SECRET>","description":"<p>Decentro assigned provider_secret for the company</p>\n","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"reference_id\": \"decentro_request_id_201\",\n    \"purpose_message\": \"This is a message\",\n    \"from_account\": \"XXXXXXXXXXXXXXXXXX\",\n    \"to_account\": \"YYYYYYYYYYYYYYYYYY\",\n    \"transfer_type\": \"NEFT\",\n    \"transfer_amount\": \"1000\",\n    \"beneficiary_details\": {\n        \"email_address\": \"test1@company.com\",\n        \"mobile_number\": \"8888888888\",\n        \"ifsc_code\": \"ZZZZZZZZZZ\",\n        \"payee_name\": \"some_payee_name\"\n    }\n}","options":{"raw":{"language":"json"}}},"url":"https://in.staging.decentro.tech/core_banking/money_transfer/initiate","urlObject":{"path":["core_banking","money_transfer","initiate"],"host":["https://in.staging.decentro.tech"],"query":[],"variable":[]}},"response":[{"id":"75328260-2f40-402e-be3e-c605bf84bef3","name":"Success (200)","originalRequest":{"method":"POST","header":[{"description":"Decentro assigned client_id for the company","key":"client_id","type":"text","value":"<YOUR_CLIENT_ID>"},{"description":"Decentro assigned client_secret for the company","key":"client_secret","type":"text","value":"<YOUR_CLIENT_SECRET>"},{"description":"Decentro assigned module_secret for the company","key":"module_secret","type":"text","value":"<YOUR_CORE_BANKING_MODULE_SECRET>"},{"key":"provider_secret","value":"<YOUR_CHOSEN_PROVIDER_SECRET>","description":"Decentro assigned provider_secret for the company","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"reference_id\": \"decentro_request_id_201\",\n    \"purpose_message\": \"This is a message\",\n    \"from_account\": \"XXXXXXXXXXXXXXXXXX\",\n    \"to_account\": \"YYYYYYYYYYYYYYYYYY\",\n    \"transfer_type\": \"IMPS\",\n    \"transfer_amount\": \"1000\",\n    \"beneficiary_details\": {\n        \"email_address\": \"test1@company.com\",\n        \"mobile_number\": \"8888888888\",\n        \"ifsc_code\": \"ZZZZZZZZZZ\",\n        \"payee_name\": \"some_payee_name\"\n    }\n}","options":{"raw":{"language":"json"}}},"url":"https://in.staging.decentro.tech/core_banking/money_transfer/initiate"},"_postman_previewlanguage":"json","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\r\n  \"status\": \"success\",\r\n  \"decentro_txn_id\": \"<decentroTxnId>\",\r\n  \"transfer_type\": \"IMPS\",\r\n  \"response_code\": \"S00000\",\r\n  \"bank_reference_number\": \"XXXXX\",\r\n  \"provider_response\": \"Transaction Successful\",\r\n  \"new_balance\": \"XXXXX\"\r\n}"},{"id":"c8210588-d14c-4526-9572-4ab3cafd9d5b","name":"Pending (200)","originalRequest":{"method":"POST","header":[{"description":"Decentro assigned client_id for the company","key":"client_id","type":"text","value":"<YOUR_CLIENT_ID>"},{"description":"Decentro assigned client_secret for the company","key":"client_secret","type":"text","value":"<YOUR_CLIENT_SECRET>"},{"description":"Decentro assigned module_secret for the company","key":"module_secret","type":"text","value":"<YOUR_CORE_BANKING_MODULE_SECRET>"},{"key":"provider_secret","value":"<YOUR_CHOSEN_PROVIDER_SECRET>","description":"Decentro assigned provider_secret for the company","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"reference_id\": \"decentro_request_id_201\",\n    \"purpose_message\": \"This is a message\",\n    \"from_account\": \"XXXXXXXXXXXXXXXXXX\",\n    \"to_account\": \"YYYYYYYYYYYYYYYYYY\",\n    \"transfer_type\": \"IMPS\",\n    \"transfer_amount\": \"1000\",\n    \"beneficiary_details\": {\n        \"email_address\": \"test1@company.com\",\n        \"mobile_number\": \"8888888888\",\n        \"ifsc_code\": \"ZZZZZZZZZZ\",\n        \"payee_name\": \"some_payee_name\"\n    }\n}","options":{"raw":{"language":"json"}}},"url":"https://in.staging.decentro.tech/core_banking/money_transfer/initiate"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": \"pending\",\n    \"requestStatusDescription\": \"Success\",\n    \"decentroTxnId\": \"<decentro_txn_id>\",\n    \"transferType\": \"IMPS\",\n    \"responseCode\":\"S00000\",\n    \"new_balance\": \"XXXXX\"\n}"},{"id":"7bfba692-61e0-42b5-a257-eeec8fd2f99a","name":"Failure (200)","originalRequest":{"method":"POST","header":[{"description":"Decentro assigned client_id for the company","key":"client_id","type":"text","value":"<YOUR_CLIENT_ID>"},{"description":"Decentro assigned client_secret for the company","key":"client_secret","type":"text","value":"<YOUR_CLIENT_SECRET>"},{"description":"Decentro assigned module_secret for the company","key":"module_secret","type":"text","value":"<YOUR_CORE_BANKING_MODULE_SECRET>"},{"key":"provider_secret","value":"<YOUR_CHOSEN_PROVIDER_SECRET>","description":"Decentro assigned provider_secret for the company","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"reference_id\": \"decentro_request_id_201\",\n    \"purpose_message\": \"This is a message\",\n    \"from_account\": \"XXXXXXXXXXXXXXXXXX\",\n    \"to_account\": \"YYYYYYYYYYYYYYYYYY\",\n    \"transfer_type\": \"IMPS\",\n    \"transfer_amount\": \"1000\",\n    \"beneficiary_details\": {\n        \"email_address\": \"test1@company.com\",\n        \"mobile_number\": \"8888888888\",\n        \"ifsc_code\": \"ZZZZZZZZZZ\",\n        \"payee_name\": \"some_payee_name\"\n    }\n}","options":{"raw":{"language":"json"}}},"url":"https://in.staging.decentro.tech/core_banking/money_transfer/initiate"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": \"failure\",\n    \"decentroTxnId\": \"<decentro_txn_id>\",\n    \"responseCode\": \"E00000\",\n    \"transferType\": \"IMPS\",\n    \"bankReferenceNumber\": \"<bank_reference_number>\",\n    \"newBalance\": \"xxxxx\",\n    \"providerResponse\": \"<Message>\"\n}"},{"id":"5bc867b2-329b-4544-8b35-00b693b3096f","name":"Failure (400)","originalRequest":{"method":"POST","header":[{"description":"Decentro assigned client_id for the company","key":"client_id","type":"text","value":"<YOUR_CLIENT_ID>"},{"description":"Decentro assigned client_secret for the company","key":"client_secret","type":"text","value":"<YOUR_CLIENT_SECRET>"},{"description":"Decentro assigned module_secret for the company","key":"module_secret","type":"text","value":"<YOUR_CORE_BANKING_MODULE_SECRET>"},{"key":"provider_secret","value":"<YOUR_CHOSEN_PROVIDER_SECRET>","description":"Decentro assigned provider_secret for the company","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"reference_id\": \"decentro_request_id_201\",\n    \"purpose_message\": \"This is a message\",\n    \"from_account\": \"XXXXXXXXXXXXXXXXXX\",\n    \"to_account\": \"YYYYYYYYYYYYYYYYYY\",\n    \"transfer_type\": \"NEFT\",\n    \"transfer_amount\": \"1000\",\n    \"beneficiary_details\": {\n        \"email_address\": \"test1@company.com\",\n        \"mobile_number\": \"8888888888\",\n        \"ifsc_code\": \"ZZZZZZZZZZ\",\n        \"payee_name\": \"some_payee_name\"\n    }\n}","options":{"raw":{"language":"json"}}},"url":"https://in.staging.decentro.tech/core_banking/money_transfer/initiate"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"error\": {\n        \"message\": \"Transaction amount (plus applied taxes and commission) is more than the balance available in the source account.\",\n        \"responseCode\": \"E00033\",\n        \"status\": \"failure\"\n    },\n    \"decentroTxnId\": \"DCTRTXXXXXXXXXXXXXXX\"\n}"}],"_postman_id":"7b41103a-a1b8-4309-a27f-fe98e02eb4ce"},{"name":"Get Transaction Status","id":"5daaa6a8-d35e-405f-adf9-ed06bdb394be","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"client_id","value":"<YOUR_CLIENT_ID>","type":"text","description":"<p>Decentro assigned client_id for the company</p>\n"},{"key":"client_secret","value":"<YOUR_CLIENT_SECRET>","type":"text","description":"<p>Decentro assigned client_secret for the company</p>\n"},{"key":"module_secret","value":"<YOUR_CORE_BANKING_MODULE_SECRET>","type":"text","description":"<p>Decentro assigned module_secret for the company</p>\n"},{"key":"provider_secret","value":"<YOUR_CHOSEN_PROVIDER_SECRET>","description":"<p>Decentro assigned provider_secret for the company</p>\n","type":"text"}],"body":{"mode":"raw","raw":""},"url":"https://in.staging.decentro.tech/core_banking/money_transfer/get_status?reference_id=decentro_request_20x&decentro_txn_id=DCTRTX00001200000001M8","description":"<p>This API can be used by you to check the money transfer transactions that were initiated/completed by your customers.</p>\n<p>Two main parameters that are required -</p>\n<ul>\n<li>reference_id ((mandatory if decentro_txn_id is not present) The request ID passed by you for this transaction when initiating it earlier.)</li>\n<li>decentro_txn_id ((mandatory if reference_id is not present) The decentro transaction id that we responded with while providing the initiate payment response.)</li>\n</ul>\n","urlObject":{"path":["core_banking","money_transfer","get_status"],"host":["https://in.staging.decentro.tech"],"query":[{"description":{"content":"<p>(mandatory if decentro_txn_id is not present) The request ID passed by you for this transaction when initiating it earlier.</p>\n","type":"text/plain"},"key":"reference_id","value":"decentro_request_20x"},{"description":{"content":"<p>(mandatory if reference_id is not present) The decentro transaction id that we responded with while providing the initiate payment response.</p>\n","type":"text/plain"},"key":"decentro_txn_id","value":"DCTRTX00001200000001M8"}],"variable":[]}},"response":[{"id":"0c25d94c-2f2e-4840-b7bc-a25cd1cfb6c6","name":"Success (200)","originalRequest":{"method":"GET","header":[{"key":"client_id","value":"<YOUR_CLIENT_ID>","type":"text"},{"key":"client_secret","value":"<YOUR_CLIENT_SECRET>","type":"text"},{"key":"module_secret","value":"<YOUR_CORE_BANKING_MODULE_SECRET>","type":"text"},{"key":"provider_secret","value":"<YOUR_CHOSEN_PROVIDER_SECRET>","type":"text"}],"body":{"mode":"raw","raw":""},"url":{"raw":"https://in.staging.decentro.tech/core_banking/money_transfer/get_status?reference_id=decentro_request_20x&decentro_txn_id=FNTECH00001200000000P9","host":["https://in.staging.decentro.tech"],"path":["core_banking","money_transfer","get_status"],"query":[{"key":"reference_id","value":"decentro_request_20x","description":"(optional) The request ID passed by you for this transaction when initiating it earlier. This value needs to be unique, otherwise the results might be a little wonky."},{"key":"decentro_txn_id","value":"FNTECH00001200000000P9","description":"(optional) In case the above is not available, then the decentro transaction id that we passed at the time of initiation response"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":null,"cookie":[],"responseTime":null,"body":"{\n  \"status\": \"success\",\n  \"originalTxnId\": \"DCTRTX00001200000003C0\",\n  \"originalDecentroTxnId\": \"DCTRTX00001200000003C0\",\n  \"decentroTxnId\": \"DCTRTX000032000000039V\",\n  \"transferType\": \"IMPS\",\n  \"bankReferenceNumber\": \"abcdefghijkl\",\n  \"beneficiaryName\": \"<beneName>\"\n}"},{"id":"a03e28a5-8cab-4675-b1ba-911a3d59b27d","name":"Failure (200)","originalRequest":{"method":"GET","header":[{"key":"client_id","value":"<YOUR_CLIENT_ID>","type":"text"},{"key":"client_secret","value":"<YOUR_CLIENT_SECRET>","type":"text"},{"key":"module_secret","value":"<YOUR_CORE_BANKING_MODULE_SECRET>","type":"text"},{"key":"provider_secret","value":"<YOUR_CHOSEN_PROVIDER_SECRET>","type":"text"}],"body":{"mode":"raw","raw":""},"url":{"raw":"https://in.staging.decentro.tech/core_banking/money_transfer/get_status?reference_id=decentro_request_20x&decentro_txn_id=DCTRTX00001200000001M8","host":["https://in.staging.decentro.tech"],"path":["core_banking","money_transfer","get_status"],"query":[{"key":"reference_id","value":"decentro_request_20x","description":"(mandatory if decentro_txn_id is not present) The request ID passed by you for this transaction when initiating it earlier."},{"key":"decentro_txn_id","value":"DCTRTX00001200000001M8","description":"(mandatory if reference_id is not present) The decentro transaction id that we responded with while providing the initiate payment response."}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":null,"cookie":[],"responseTime":null,"body":"{\n  \"status\": \"failure\",\n  \"originalTxnId\": \"DCTRTX000032000000039V\",\n  \"originalDecentroTxnId\": \"DCTRTX000032000000039V\",\n  \"decentroTxnId\": \"DCTRTX000032000000039V\",\n  \"providerResponse\": \"<failure reason>\",\n  \"bankReferenceNumber\": \"abcdefghijkl\",\n  \"transferType\": \"IMPS\",\n  \"beneficiaryName\": \"<beneName>\"\n}"},{"id":"d3335d3b-410c-43f3-aa22-ae6d970b8764","name":"Pending (200)","originalRequest":{"method":"GET","header":[{"key":"client_id","value":"<YOUR_CLIENT_ID>","type":"text"},{"key":"client_secret","value":"<YOUR_CLIENT_SECRET>","type":"text"},{"key":"module_secret","value":"<YOUR_CORE_BANKING_MODULE_SECRET>","type":"text"},{"key":"provider_secret","value":"<YOUR_CHOSEN_PROVIDER_SECRET>","type":"text"}],"body":{"mode":"raw","raw":""},"url":{"raw":"https://in.staging.decentro.tech/core_banking/money_transfer/get_status?reference_id=decentro_request_20x&decentro_txn_id=DCTRTX00001200000001M8","host":["https://in.staging.decentro.tech"],"path":["core_banking","money_transfer","get_status"],"query":[{"key":"reference_id","value":"decentro_request_20x","description":"(mandatory if decentro_txn_id is not present) The request ID passed by you for this transaction when initiating it earlier."},{"key":"decentro_txn_id","value":"DCTRTX00001200000001M8","description":"(mandatory if reference_id is not present) The decentro transaction id that we responded with while providing the initiate payment response."}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":null,"cookie":[],"responseTime":null,"body":"{\n  \"status\": \"pending\",\n  \"message\": \"The transaction is currently pending for settlement. Kindly re- trigger this transaction to get the latest updated status.\",\n  \"providerResponse\": \"\",\n  \"originalTxnId\": \"DCTRTX000032000000039V\",\n  \"originalDecentroTxnId\": \"DCTRTX000032000000039V\",\n  \"decentroTxnId\": \"DCTRTX000032000000039V\",\n  \"transferType\": \"IMPS\"\n}"},{"id":"c17231c1-0f2f-472a-b185-e18c1c700be0","name":"Failure (400)","originalRequest":{"method":"GET","header":[{"key":"client_id","value":"<YOUR_CLIENT_ID>","type":"text","description":"Decentro assigned client_id for the company"},{"key":"client_secret","value":"<YOUR_CLIENT_SECRET>","type":"text","description":"Decentro assigned client_secret for the company"},{"key":"module_secret","value":"<YOUR_CORE_BANKING_MODULE_SECRET>","type":"text","description":"Decentro assigned module_secret for the company"},{"key":"provider_secret","value":"<YOUR_CHOSEN_PROVIDER_SECRET>","description":"Decentro assigned provider_secret for the company","type":"text"}],"body":{"mode":"raw","raw":""},"url":{"raw":"https://in.staging.decentro.tech/core_banking/money_transfer/get_status?reference_id=decentro_request_20x&decentro_txn_id=DCTRTX00001200000001M8","host":["https://in.staging.decentro.tech"],"path":["core_banking","money_transfer","get_status"],"query":[{"key":"reference_id","value":"decentro_request_20x","description":"(mandatory if decentro_txn_id is not present) The request ID passed by you for this transaction when initiating it earlier."},{"key":"decentro_txn_id","value":"DCTRTX00001200000001M8","description":"(mandatory if reference_id is not present) The decentro transaction id that we responded with while providing the initiate payment response."}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"error\": {\n        \"message\": \"This transaction was not found in our system. If there was any debit, it would have already been reversed. Please retry the corresponding initiate payment transaction.\",\n        \"responseCode\": \"E00009\",\n        \"status\": \"failure\"\n    },\n    \"decentroTxnId\": \"DCTRTXXXXXXXXXXXXXXXXX\"\n}"}],"_postman_id":"5daaa6a8-d35e-405f-adf9-ed06bdb394be"}],"id":"0942eba5-41e0-40d0-8a0d-fa82eec83742","description":"<p>Decentro provides the capability to pay to bank accounts of customers, individuals or businesses using any of the supporting modes of transfers.</p>\n<p>The platform is expected to <a href=\"https://docs.decentro.tech/#fd50144e-38c3-4519-b25f-d664928beadb\">Add a Beneficiary</a> to use the Nodal account for payouts. If this is not done, the transfer is rejected. <strong>Note</strong>: This is as per RBI guidelines.</p>\n<p>The platform can <a href=\"https://docs.decentro.tech/#fd50144e-38c3-4519-b25f-d664928beadb\">Add a Beneficiary</a> to use any other account, but is recommended so that transfers to the same customer can done repeatedly without hassles.</p>\n<p>Decentro recommends the platform to <a href=\"https://docs.decentro.tech/#732f42e4-1039-475e-8291-a05d9f52472d\">Validate bank accounts</a> before transacting to ensure the recipient is as per records.</p>\n","_postman_id":"0942eba5-41e0-40d0-8a0d-fa82eec83742"},{"name":"Collections","item":[{"name":"Issue Collect Request","id":"5b86ded7-38f9-45f6-9752-59ff715809a4","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"client_id","value":"YOUR_CLIENT_ID","type":"text","description":"<p>Decentro assigned client_id for the company</p>\n"},{"key":"client_secret","value":"YOUR_CLIENT_SECRET","type":"text","description":"<p>Decentro assigned client_secret for the company</p>\n"},{"key":"module_secret","value":"YOUR_MODULE_SECRET","type":"text","description":"<p>Decentro assigned payments module_secret for the company</p>\n"},{"key":"provider_secret","value":"YOUR_CHOSEN_PROVIDER_SECRET","type":"text","description":"<p>Decentro assigned provider_secret for the company to connect to a particular provider</p>\n"},{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"reference_id\": \"76f712cf-92c4-4696-8085-1be5006e7296\",\n    \"payer_upi\": \"vrajmodi12@ybl\",\n    \"payee_account\": \"462510106241029528\",\n    \"amount\": 1,\n    \"purpose_message\": \"Welcome to Decentro\",\n    \"expiry_time\": 30\n}","options":{"raw":{"language":"json"}}},"url":"{{prod_url}}v2/payments/collection","description":"<p>Send a payment collection request to a specific UPI ID (example - abcd@bank).</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Parameter</th>\n<th>Description</th>\n<th>Optional (O)/ Mandatory (M)/ Conditionally mandatory (CM)</th>\n<th>Datatype</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>reference_id</td>\n<td>A unique ID assigned by you for this transaction</td>\n<td>M</td>\n<td>String</td>\n</tr>\n<tr>\n<td>payer_upi</td>\n<td>UPI-ID (Virtual Payment Address) from where the money has to be requested</td>\n<td>M</td>\n<td>String</td>\n</tr>\n<tr>\n<td>payee_account</td>\n<td>Account number in which the money has to be received</td>\n<td>M</td>\n<td>String</td>\n</tr>\n<tr>\n<td>amount</td>\n<td>The transaction amount</td>\n<td>M</td>\n<td>Decimal (Float/Integer/Double)</td>\n</tr>\n<tr>\n<td>purpose_message</td>\n<td>The narration that you want to show as a message for the transfer.(Note: Purpose message must be at least 5 and not more than 50 characters)</td>\n<td>M</td>\n<td>String</td>\n</tr>\n<tr>\n<td>expiry_time</td>\n<td>Expiry time of this collection request in minutes. Default value is 30 minutes. (Note: Expiry time must be less than 45 days (i.e) 64800 mins)</td>\n<td>O</td>\n<td>Integer</td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"path":["payments","collection"],"host":["{{prod_url}}v2"],"query":[],"variable":[]}},"response":[{"id":"c29d9d7b-debc-469a-b675-970202ba8884","name":"Successful Initiation","originalRequest":{"method":"POST","header":[{"key":"client_id","value":"<YOUR_CLIENT_ID>","type":"text","description":"Decentro assigned client_id for the company"},{"key":"client_secret","value":"<YOUR_CLIENT_SECRET>","type":"text","description":"Decentro assigned client_secret for the company"},{"key":"module_secret","value":"<YOUR_PAYMENTS_MODULE_SECRET>","type":"text","description":"Decentro assigned payments module_secret for the company"},{"key":"provider_secret","value":"<YOUR_PROVIDER_SECRET>","type":"text","description":"Decentro assigned provider_secret for the company to connect to a particular provider"},{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"reference_id\": \"0000-0000-0000-0001\",\n    \"payer_upi\": \"766XXXXXXX@ybl\",\n    \"payee_account\": \"462515XXXXXXX\",\n    \"amount\": 100,\n    \"purpose_message\": \"Welcome to Decentro\",\n    \"expiry_time\": 30\n}","options":{"raw":{"language":"json"}}},"url":"https://in.staging.decentro.tech/v2/payments/collection"},"code":200,"_postman_previewlanguage":"json","header":null,"cookie":[],"responseTime":null,"body":"{\n    \"decentroTxnId\": \"5296XXXXXXXXXXXXXXXXXXXXXXXXXXXX\",\n    \"status\": \"SUCCESS\",\n    \"responseCode\": \"S00000\",\n    \"message\": \"Transaction Collection request processed successfully\",\n    \"data\": {\n        \"transactionId\": \"5295XXXXXXXXXXXXXXXXXXXXXXXXXXXX\",\n        \"transactionStatus\": \"PENDING\",\n        \"transactionStatusDescription\": \"Transaction Collect request initiated successfully\",\n        \"bankReferenceNumber\": \"100811XXXXXXXXXX\",\n        \"npciTransactionId\": \"YESBBXXXXXXXXXXXXXXXXXXXXX\"\n    }\n}"},{"id":"3e3c7574-0d40-4ebb-8ffa-afd8039d02ca","name":"Bad, missing or invalid inputs","originalRequest":{"method":"POST","header":[{"key":"client_id","value":"<YOUR_CLIENT_ID>","type":"text","description":"Decentro assigned client_id for the company"},{"key":"client_secret","value":"<YOUR_CLIENT_SECRET>","type":"text","description":"Decentro assigned client_secret for the company"},{"key":"module_secret","value":"<YOUR_PAYMENTS_MODULE_SECRET>","type":"text","description":"Decentro assigned payments module_secret for the company"},{"key":"provider_secret","value":"<YOUR_PROVIDER_SECRET>","type":"text","description":"Decentro assigned provider_secret for the company to connect to a particular provider"},{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"reference_id\": \"0000-0000-0000-0001\",\n    \"payer_upi\": \"766XXXXXXXX@ybl\",\n    \"payee_account\": \"462515XXXX\",\n    \"amount\": 100,\n    \"purpose_message\": \"Welcome to Decentro\",\n    \"expiry_time\": 30\n}","options":{"raw":{"language":"json"}}},"url":"https://in.staging.decentro.tech/v2/payments/collection"},"code":400,"_postman_previewlanguage":"json","header":null,"cookie":[],"responseTime":null,"body":"{\n    \"decentroTxnId\": \"5296XXXXXXXXXXXXXXXXXXXXXXXXXXXX\",\n    \"status\": \"FAILURE\",\n    \"responseCode\": \"E00009\",\n    \"message\": \"The combination of this account_number and provider for `payee` doesn't match with an existing customer. Please check the values and try resubmitting.\"\n}"}],"_postman_id":"5b86ded7-38f9-45f6-9752-59ff715809a4"},{"name":"Check Payment Status","id":"c45e36ea-190a-41e9-94f4-a7c088032425","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"client_id","value":"YOUR_CLIENT_ID","type":"text","description":"<p>Decentro assigned client_id for the company</p>\n"},{"key":"client_secret","value":"YOUR_CLIENT_SECRET","type":"text","description":"<p>Decentro assigned client_secret for the company</p>\n"},{"key":"module_secret","value":"YOUR_MODULE_SECRET","type":"text","description":"<p>Decentro assigned payments module_secret for the company</p>\n"},{"key":"provider_secret","value":"YOUR_CHOSEN_PROVIDER_SECRET","type":"text","description":"<p>Decentro assigned provider_secret for the company to connect to a particular provider</p>\n"}],"url":"{{prod_url}}v2/payments/transaction/:transaction_id/status","description":"<p>Check the real-time status of the payment collection request/ link created by you.</p>\n","urlObject":{"path":["payments","transaction",":transaction_id","status"],"host":["{{prod_url}}v2"],"query":[],"variable":[{"description":{"content":"<p>The decentro transaction id that we responded with in the collection request/ payment link request.</p>\n","type":"text/plain"},"type":"string","value":"9AE6463F1XXXXXXXFA71A0D5D6","key":"transaction_id"}]}},"response":[{"id":"23cccc71-5eaf-42f5-95c2-54162384e9f5","name":"Status (Success)","originalRequest":{"method":"GET","header":[{"key":"client_id","value":"<YOUR_CLIENT_ID>","type":"text","description":"Decentro assigned client_id for the company"},{"key":"client_secret","value":"<YOUR_CLIENT_SECRET>","type":"text","description":"Decentro assigned client_secret for the company"},{"key":"module_secret","value":"<YOUR_PAYMENTS_MODULE_SECRET>","type":"text","description":"Decentro assigned payments module_secret for the company"},{"key":"provider_secret","value":"<YOUR_PROVIDER_SECRET>","type":"text","description":"Decentro assigned provider_secret for the company to connect to a particular provider"}],"url":{"raw":"https://in.staging.decentro.tech/v2/payments/transaction/:transaction_id/status","host":["https://in.staging.decentro.tech"],"path":["v2","payments","transaction",":transaction_id","status"],"variable":[{"key":"transaction_id","value":"5296XXXXXXXXXXXXXXXXXXXXXXXXXXXX"}]}},"code":200,"_postman_previewlanguage":"json","header":null,"cookie":[],"responseTime":null,"body":"{\n    \"decentroTxnId\": \"5148B3xxxxxxxxx9B484DAECA\",\n    \"status\": \"SUCCESS\",\n    \"responseCode\": \"S00000\",\n    \"message\": \"UPI Transaction Status processed successfully\",\n    \"data\": {\n        \"transactionStatus\": \"SUCCESS\",\n        \"transactionStatusDescription\": \"SUCCESS\",\n        \"bankReferenceNumber\": \"35xxxxxx6952\",\n        \"npciTxnId\": \"PTM22xxxxxxxxxxxxa1ad9f2f03f294\"\n    },\n    \"responseKey\": \"success_transaction_status_successful\"\n}"},{"id":"1c085f33-936e-40ff-8708-813b1e754747","name":"Bad, missing, invalid inputs","originalRequest":{"method":"GET","header":[{"key":"client_id","value":"<YOUR_CLIENT_ID>","type":"text","description":"Decentro assigned client_id for the company"},{"key":"client_secret","value":"<YOUR_CLIENT_SECRET>","type":"text","description":"Decentro assigned client_secret for the company"},{"key":"module_secret","value":"<YOUR_PAYMENTS_MODULE_SECRET>","type":"text","description":"Decentro assigned payments module_secret for the company"},{"key":"provider_secret","value":"<YOUR_PROVIDER_SECRET>","type":"text","description":"Decentro assigned provider_secret for the company to connect to a particular provider"}],"url":{"raw":"https://in.staging.decentro.tech/v2/payments/transaction/:transaction_id/status","host":["https://in.staging.decentro.tech"],"path":["v2","payments","transaction",":transaction_id","status"],"variable":[{"key":"transaction_id","value":"5296XXXXXXXXXXXXXXXXXXXXXXXXXXXX"}]}},"code":400,"_postman_previewlanguage":"json","header":null,"cookie":[],"responseTime":null,"body":"{\n    \"decentroTxnId\": \"5296XXXXXXXXXXXXXXXXXXXXXXXXXXXX\",\n    \"status\": \"FAILURE\",\n    \"responseCode\": \"E00009\",\n    \"message\": \"This transaction was not found in our system. If there was any debit or credit, it would have already been reversed. Please retry the corresponding transaction.\",\n    \"responseKey\": \"error_no_transaction_found\"\n}"},{"id":"8d3d19e9-7f36-49e0-8d08-97f9dcbd4130","name":"Status (Failed)","originalRequest":{"method":"GET","header":[{"key":"client_id","value":"<YOUR_CLIENT_ID>","type":"text","description":"Decentro assigned client_id for the company"},{"key":"client_secret","value":"<YOUR_CLIENT_SECRET>","type":"text","description":"Decentro assigned client_secret for the company"},{"key":"module_secret","value":"<YOUR_PAYMENTS_MODULE_SECRET>","type":"text","description":"Decentro assigned payments module_secret for the company"},{"key":"provider_secret","value":"<YOUR_PROVIDER_SECRET>","type":"text","description":"Decentro assigned provider_secret for the company to connect to a particular provider"}],"url":{"raw":"https://in.staging.decentro.tech/v2/payments/transaction/:transaction_id/status","host":["https://in.staging.decentro.tech"],"path":["v2","payments","transaction",":transaction_id","status"],"variable":[{"key":"transaction_id","value":"8EF449Fxxxxxxxxx7F76B304","type":"string","description":"The decentro transaction id that we responded with in the collection request/ payment link request."}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"decentroTxnId\": \"8EF449Fxxxxxxxxx7F76B304\",\n    \"status\": \"SUCCESS\",\n    \"responseCode\": \"S00000\",\n    \"message\": \"UPI Transaction Status processed successfully\",\n    \"data\": {\n        \"transactionStatus\": \"FAILED\",\n        \"transactionStatusDescription\": \"Transaction failed\",\n        \"bankReferenceNumber\": \"3xxxxxx0467\",\n        \"npciTxnId\": \"ICI781xxxxxxxxx143303aa9d533\",\n        \"errorKey\": \"error_at_remitter_bank\"\n    },\n    \"responseKey\": \"success_transaction_status_failure\"\n}"},{"id":"0e8fc8b9-b1da-4f80-bdd2-c948099147ba","name":"Status (pending)","originalRequest":{"method":"GET","header":[{"key":"client_id","value":"<YOUR_CLIENT_ID>","type":"text","description":"Decentro assigned client_id for the company"},{"key":"client_secret","value":"<YOUR_CLIENT_SECRET>","type":"text","description":"Decentro assigned client_secret for the company"},{"key":"module_secret","value":"<YOUR_PAYMENTS_MODULE_SECRET>","type":"text","description":"Decentro assigned payments module_secret for the company"},{"key":"provider_secret","value":"<YOUR_PROVIDER_SECRET>","type":"text","description":"Decentro assigned provider_secret for the company to connect to a particular provider"}],"url":{"raw":"https://in.staging.decentro.tech/v2/payments/transaction/:transaction_id/status","host":["https://in.staging.decentro.tech"],"path":["v2","payments","transaction",":transaction_id","status"],"variable":[{"key":"transaction_id","value":"9D6D481xxxxxxxxxxxxFD8B4FC2","type":"string","description":"The decentro transaction id that we responded with in the collection request/ payment link request."}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"decentroTxnId\": \"9D6D481xxxxxxxxxxxxFD8B4FC2\",\n    \"status\": \"SUCCESS\",\n    \"responseCode\": \"S00000\",\n    \"message\": \"UPI Transaction Status processed successfully\",\n    \"data\": {\n        \"transactionStatus\": \"PENDING\",\n        \"bankReferenceNumber\": \"NA\",\n        \"npciTxnId\": \"NA\"\n    },\n    \"responseKey\": \"success_transaction_status_pending\"\n}"}],"_postman_id":"c45e36ea-190a-41e9-94f4-a7c088032425"},{"name":"Validate UPI Handle (VPA)","id":"1db8a17f-3627-406e-8ae4-209d307799ad","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"client_id","value":"YOUR_CLIENT_ID","type":"text","description":"<p>Decentro assigned client_id for the company</p>\n"},{"key":"client_secret","value":"YOUR_CLIENT_SECRET","type":"text","description":"<p>Decentro assigned client_secret for the company</p>\n"},{"key":"module_secret","value":"YOUR_MODULE_SECRET","type":"text","description":"<p>Decentro assigned payments module_secret for the company</p>\n"},{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"reference_id\": \"ba45393e-0035-4e66-9d56-7344aa3bf6eb\",\n    \"upi_id\" : \"dece.goldpe@timecosmos\",\n    \"type\": \"advance\"\n}","options":{"raw":{"language":"json"}}},"url":"{{prod_url}}v2/payments/vpa/validate","description":"<p>Check if a particular UPI-ID (Virtual Payment Address) is valid or not.</p>\n<p><em><strong>Note : Currently Available only with Yes Bank as a provider</strong></em></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Parameter</th>\n<th>Description</th>\n<th>Optional (O)/ Mandatory (M)/ Conditionally mandatory (CM)</th>\n<th>Datatype</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>reference_id</td>\n<td>A unique ID assigned by you for this transaction.</td>\n<td>M</td>\n<td>String</td>\n</tr>\n<tr>\n<td>upi_id</td>\n<td>UPI-ID (Virtual Payment Address) to be validated</td>\n<td>M</td>\n<td>String</td>\n</tr>\n<tr>\n<td>type</td>\n<td>Type of validate VPA Check.  <br />Accepted Values - (advance OR basic)</td>\n<td>O</td>\n<td>String</td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"path":["payments","vpa","validate"],"host":["{{prod_url}}v2"],"query":[],"variable":[]}},"response":[{"id":"b6731289-e224-434a-9f65-a7d3736db688","name":"Successful request and valid ID","originalRequest":{"method":"POST","header":[{"key":"client_id","value":"<YOUR_CLIENT_ID>","type":"text","description":"Decentro assigned client_id for the company"},{"key":"client_secret","value":"<YOUR_CLIENT_SECRET>","type":"text","description":"Decentro assigned client_secret for the company"},{"key":"module_secret","value":"<YOUR_PAYMENTS_MODULE_SECRET>","type":"text","description":"Decentro assigned payments module_secret for the company"},{"key":"provider_secret","value":"<YOUR_PROVIDER_SECRET>","type":"text","description":"Decentro assigned provider_secret for the company to connect to a particular provider"},{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"reference_id\": \"0000-0000-0000-0001\",\n    \"upi_id\" : \"766XXXXXXX@yesbankltd\"\n}","options":{"raw":{"language":"json"}}},"url":"https://in.staging.decentro.tech/v2/payments/vpa/validate"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":null,"cookie":[],"responseTime":null,"body":"{\n    \"decentroTxnId\": \"9BF9xxxxxxxxxxxxx9CB58036B\",\n    \"status\": \"SUCCESS\",\n    \"responseCode\": \"S00000\",\n    \"message\": \"UPI-ID (Virtual Payment Address) validation processed successfully\",\n    \"data\": {\n        \"upiId\": \"<UPI-ID>\",\n        \"name\": \"ABC\",\n        \"status\": \"VALID\",\n        \"statusDescription\": \"Transaction Successful\"\n    },\n    \"responseKey\": \"success_UPI_id_valid\"\n}"},{"id":"4d8ee97e-106c-417a-953d-c6b5e7573e13","name":"Success - Basic Validate","originalRequest":{"method":"POST","header":[{"key":"client_id","value":"<YOUR_CLIENT_ID>","type":"text","description":"Decentro assigned client_id for the company"},{"key":"client_secret","value":"<YOUR_CLIENT_SECRET>","type":"text","description":"Decentro assigned client_secret for the company"},{"key":"module_secret","value":"<YOUR_PAYMENTS_MODULE_SECRET>","type":"text","description":"Decentro assigned payments module_secret for the company"},{"key":"provider_secret","value":"<YOUR_PROVIDER_SECRET>","type":"text","description":"Decentro assigned provider_secret for the company to connect to a particular provider"},{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"reference_id\": \"0000-0000-0000-0001\",\n    \"upi_id\" : \"<upi-id>\",\n    \"type\": \"basic\"\n}","options":{"raw":{"language":"json"}}},"url":"https://in.staging.decentro.tech/v2/payments/vpa/validate"},"code":200,"_postman_previewlanguage":"json","header":null,"cookie":[],"responseTime":null,"body":"{\n    \"decentroTxnId\": \"9BF9xxxxxxxxxxxxx9CB58036B\",\n    \"status\": \"SUCCESS\",\n    \"responseCode\": \"S00000\",\n    \"message\": \"UPI-ID (Virtual Payment Address) validation processed successfully\",\n    \"data\": {\n        \"upiId\": \"<UPI-ID>\",\n        \"name\": \"ABC\",\n        \"status\": \"VALID\",\n        \"statusDescription\": \"Transaction Successful\"\n    },\n    \"responseKey\": \"success_UPI_id_valid\"\n}"},{"id":"a5d84cb5-5d06-4510-aa63-fb43501a42ea","name":"Success - Advance Validate (Individual UPI handle)","originalRequest":{"method":"POST","header":[{"key":"client_id","value":"<YOUR_CLIENT_ID>","type":"text","description":"Decentro assigned client_id for the company"},{"key":"client_secret","value":"<YOUR_CLIENT_SECRET>","type":"text","description":"Decentro assigned client_secret for the company"},{"key":"module_secret","value":"<YOUR_PAYMENTS_MODULE_SECRET>","type":"text","description":"Decentro assigned payments module_secret for the company"},{"key":"provider_secret","value":"<YOUR_PROVIDER_SECRET>","type":"text","description":"Decentro assigned provider_secret for the company to connect to a particular provider"},{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"reference_id\": \"0000-0000-0000-0001\",\n    \"upi_id\" : \"<upi-id>\",\n    \"type\": \"advance\"\n}","options":{"raw":{"language":"json"}}},"url":"https://in.staging.decentro.tech/v2/payments/vpa/validate"},"code":200,"_postman_previewlanguage":"json","header":null,"cookie":[],"responseTime":null,"body":"{\n    \"decentro_txn_id\": \"FEA0Exxxxxxxxxxxxxx4EEF4\",\n    \"status\": \"SUCCESS\",\n    \"response_code\": \"S00000\",\n    \"message\": \"UPI-ID (Virtual Payment Address) validation processed successfully\",\n    \"data\": {\n        \"upi_id\": \"<upi-id>\",\n        \"name\": \"ABC\",\n        \"status\": \"VALID\",\n        \"status_description\": \"Success\",\n        \"merchant_code\": \"0xx0\",\n        \"merchant_ifsc\": \"RAxxxx00000\",\n        \"merchant_account_type\": \"SAVINGS\"\n    },\n    \"responseKey\": \"success_UPI_id_valid\"\n}"},{"id":"691a4afd-0fb4-49fd-9cab-42fa93442c55","name":"Success - Advance Validate (Merchant UPI handle)","originalRequest":{"method":"POST","header":[{"key":"client_id","value":"<YOUR_CLIENT_ID>","type":"text","description":"Decentro assigned client_id for the company"},{"key":"client_secret","value":"<YOUR_CLIENT_SECRET>","type":"text","description":"Decentro assigned client_secret for the company"},{"key":"module_secret","value":"<YOUR_PAYMENTS_MODULE_SECRET>","type":"text","description":"Decentro assigned payments module_secret for the company"},{"key":"provider_secret","value":"<YOUR_PROVIDER_SECRET>","type":"text","description":"Decentro assigned provider_secret for the company to connect to a particular provider"},{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"reference_id\": \"0000-0000-0000-0001\",\n    \"upi_id\" : \"<upi-id>\",\n    \"type\": \"advance\"\n}","options":{"raw":{"language":"json"}}},"url":"https://in.staging.decentro.tech/v2/payments/vpa/validate"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":null,"cookie":[],"responseTime":null,"body":"{\n  \"decentro_txn_id\": \"23C895xxxxxxxxxxxxxxxx14CCE89C\",\n  \"status\": \"SUCCESS\",\n  \"response_code\": \"S00000\",\n  \"message\": \"UPI-ID (Virtual Payment Address) validation processed successfully\",\n  \"data\": {\n    \"upi_id\": \"<upi-id>\",\n    \"name\": \"ABC\",\n    \"status\": \"VALID\",\n    \"status_description\": \"Success\",\n    \"merchant_code\": \"5xX6\",\n    \"merchant_ifsc\": \"IDxxxxxxD532\",\n    \"merchant_account_type\": \"CURRENT\",\n    \"merchant_legal_name\": \"ABC\",\n    \"merchant_type\": \"SMALL\",\n    \"merchant_onboarding_type\": \"BANK\",\n    \"merchant_genre\": \"OFFLINE\"\n  },\n  \"responseKey\": \"success_UPI_id_valid\"\n}"},{"id":"2d24fef6-7594-4f1f-a45e-e8a63fd43c4f","name":"Bad, missing, invalid inputs","originalRequest":{"method":"POST","header":[{"key":"client_id","value":"<YOUR_CLIENT_ID>","type":"text","description":"Decentro assigned client_id for the company"},{"key":"client_secret","value":"<YOUR_CLIENT_SECRET>","type":"text","description":"Decentro assigned client_secret for the company"},{"key":"module_secret","value":"<YOUR_PAYMENTS_MODULE_SECRET>","type":"text","description":"Decentro assigned payments module_secret for the company"},{"key":"provider_secret","value":"<YOUR_PROVIDER_SECRET>","type":"text","description":"Decentro assigned provider_secret for the company to connect to a particular provider"},{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"reference_id\": \"0000-0000-0000-0001\",\n    \"upi_id\" : \"hi@yesb\"\n}","options":{"raw":{"language":"json"}}},"url":"https://in.staging.decentro.tech/v2/payments/vpa/validate"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":null,"cookie":[],"responseTime":null,"body":"{\n  \"decentroTxnId\": \"18B305E13B594B1CABAE5C7B2CB1293D\",\n  \"status\": \"FAILURE\",\n  \"responseCode\": \"E00009\",\n  \"message\": \"UPI-ID (Virtual Payment Address) is not in a valid format. Please try again with a valid UPI-ID\",\n  \"responseKey\": \"error_invalid_UPI_id_format\"\n}"},{"id":"59c06864-ab96-4e2d-9096-ec70c8517140","name":"Success: Invalid upi id","originalRequest":{"method":"POST","header":[{"key":"client_id","value":"<YOUR_CLIENT_ID>","type":"text","description":"Decentro assigned client_id for the company"},{"key":"client_secret","value":"<YOUR_CLIENT_SECRET>","type":"text","description":"Decentro assigned client_secret for the company"},{"key":"module_secret","value":"<YOUR_PAYMENTS_MODULE_SECRET>","type":"text","description":"Decentro assigned payments module_secret for the company"},{"key":"provider_secret","value":"<YOUR_PROVIDER_SECRET>","type":"text","description":"Decentro assigned provider_secret for the company to connect to a particular provider"},{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"reference_id\": \"0000-0000-0000-0001\",\n    \"upi_id\" : \"<upi-id>\",\n    \"type\": \"advance/basic\"\n}","options":{"raw":{"language":"json"}}},"url":"https://in.staging.decentro.tech/v2/payments/vpa/validate"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n  \"decentro_txn_id\": \"D056DB219AFE4983949F396D0F30970F\",\n  \"status\": \"SUCCESS\",\n  \"response_code\": \"S00000\",\n  \"message\": \"UPI-ID (Virtual Payment Address) validation processed successfully\",\n  \"data\": {\n    \"upi_id\": \"<upi-id>\",\n    \"status\": \"INVALID\",\n    \"status_description\": \"VPA is invalid\"\n  },\n  \"responseKey\": \"success_UPI_id_valid\"\n}"}],"_postman_id":"1db8a17f-3627-406e-8ae4-209d307799ad"},{"name":"Generate UPI Payment Link","id":"ba4dde7b-3a4f-4351-aec0-879e7da3264e","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"description":"<p>Decentro assigned client_id for the company</p>\n","key":"client_id","type":"text","value":"YOUR_CLIENT_ID"},{"description":"<p>Decentro assigned client_secret for the company</p>\n","key":"client_secret","type":"text","value":"YOUR_CLIENT_SECRET"},{"description":"<p>Decentro assigned payments module_secret for the company</p>\n","key":"module_secret","type":"text","value":"YOUR_MODULE_SECRET"},{"description":"<p>Decentro assigned provider_secret for the company to connect to a particular provider</p>\n","key":"provider_secret","type":"text","value":"YOUR_CHOSEN_PROVIDER_SECRET"},{"key":"Content-Type","type":"text","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"reference_id\": \"a60ca39d-6a84-49b0-9439-24f26514265a\",\n    \"payee_account\": \" 462510106241029528\",\n    \"amount\": 6,\n    \"purpose_message\": \"Vraj test\",\n    \"generate_qr\": 0,\n    \"expiry_time\": \"15\",\n    \"customized_qr_with_logo\": 0,\n    \"generate_uri\": 0\n}","options":{"raw":{"language":"json"}}},"url":"{{prod_url}}v2/payments/upi/link","description":"<p>Generate a payment link to send to a customer and/or a dynamic UPI QR code to show for a specific transaction.</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Parameter</th>\n<th>Description</th>\n<th>Optional (O)/ Mandatory (M)/ Conditionally mandatory (CM)</th>\n<th>Datatype</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>reference_id</td>\n<td>A unique ID assigned by you for this transaction</td>\n<td>M</td>\n<td>String</td>\n</tr>\n<tr>\n<td>payee_account</td>\n<td>Account number in which the amount has to be received</td>\n<td>M</td>\n<td>String</td>\n</tr>\n<tr>\n<td>amount</td>\n<td>The transaction amount</td>\n<td>M</td>\n<td>Decimal (Float/Integer/Double)</td>\n</tr>\n<tr>\n<td>purpose_message</td>\n<td>The narration that you want to show as a message for the transfer. (Note: Purpose message must be at least 5 and not more than 50 characters)</td>\n<td>M</td>\n<td>String</td>\n</tr>\n<tr>\n<td>generate_qr</td>\n<td>0/1 depending on the choice to generate QR. 1 for generating QR and 0 for not generating QR</td>\n<td>M</td>\n<td>Integer</td>\n</tr>\n<tr>\n<td>expiry_time</td>\n<td>Expiry time of this collection request in minutes. Default value is 30 minutes. (Note: Expiry time must be less than 45 days (i.e) 64800 mins)</td>\n<td>O</td>\n<td>Integer</td>\n</tr>\n<tr>\n<td>customized_qr_with_logo</td>\n<td>0/1 depending on whether you want to get a customised QR code</td>\n<td>O</td>\n<td>Integer</td>\n</tr>\n<tr>\n<td>generate_uri</td>\n<td>0/1 depending on the choice to generate UPI data URI to implement customized flow based on URI data</td>\n<td>O</td>\n<td>Integer</td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"path":["payments","upi","link"],"host":["{{prod_url}}v2"],"query":[],"variable":[]}},"response":[{"id":"8b218ca8-2122-44e0-8b11-2084c9d44583","name":"Successful Request","originalRequest":{"method":"POST","header":[{"key":"client_id","value":"<YOUR_CLIENT_ID>","type":"text","description":"Decentro assigned client_id for the company"},{"key":"client_secret","value":"<YOUR_CLIENT_SECRET>","type":"text","description":"Decentro assigned client_secret for the company"},{"key":"module_secret","value":"<YOUR_PAYMENTS_MODULE_SECRET>","type":"text","description":"Decentro assigned payments module_secret for the company"},{"key":"provider_secret","value":"<YOUR_PROVIDER_SECRET>","type":"text","description":"Decentro assigned provider_secret for the company to connect to a particular provider"},{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"reference_id\": \"0000-0000-0000-0001\",\n    \"payee_account\": \"462515XXXX\",\n    \"amount\": 100,\n    \"purpose_message\": \"welcome to Decentro\",\n    \"generate_qr\": 0,\n    \"expiry_time\": 10,\n    \"generate_uri\": 0,\n    \"expiry_time\" : 15\n}","options":{"raw":{"language":"json"}}},"url":"https://in.staging.decentro.tech/v2/payments/upi/link"},"code":200,"_postman_previewlanguage":"json","header":null,"cookie":[],"responseTime":null,"body":"{\n    \"decentroTxnId\": \"5296XXXXXXXXXXXXXXXXXXXXXXXXXXXX\",\n    \"status\": \"SUCCESS\",\n    \"responseCode\": \"S00000\",\n    \"message\": \"Payment Link created Successfully\",\n    \"data\": {\n        \"generatedLink\": \"<customised_payment link>\",\n        \"transactionId\": \"5296XXXXXXXXXXXXXXXXXXXXXXXXXXXX\",\n        \"transactionStatus\": \"PENDING\"\n    },\n    \"responseKey\": \"success_payment_link_created\"\n}"},{"id":"9845fb9f-bc15-4a0e-a9f7-5278c1ada9a0","name":"Successful Request with UPI QR code","originalRequest":{"method":"POST","header":[{"key":"client_id","value":"<YOUR_CLIENT_ID>","type":"text","description":"Decentro assigned client_id for the company"},{"key":"client_secret","value":"<YOUR_CLIENT_SECRET>","type":"text","description":"Decentro assigned client_secret for the company"},{"key":"module_secret","value":"<YOUR_PAYMENTS_MODULE_SECRET>","type":"text","description":"Decentro assigned payments module_secret for the company"},{"key":"provider_secret","value":"<YOUR_PROVIDER_SECRET>","type":"text","description":"Decentro assigned provider_secret for the company to connect to a particular provider"},{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"reference_id\": \"0000-0000-0000-0001\",\n    \"payee_account\": \"462515XXXX\",\n    \"amount\": 100,\n    \"purpose_message\": \"welcome to Decentro\",\n    \"generate_qr\": 1,\n    \"generate_uri\": 0,\n    \"expiry_time\" : 15\n}","options":{"raw":{"language":"json"}}},"url":"https://in.staging.decentro.tech/v2/payments/upi/link"},"code":200,"_postman_previewlanguage":"json","header":null,"cookie":[],"responseTime":null,"body":"{\n    \"decentroTxnId\": \"5296XXXXXXXXXXXXXXXXXXXXXXXXXXXX\",\n    \"status\": \"SUCCESS\",\n    \"responseCode\": \"S00000\",\n    \"message\": \"Payment Link with Dynamic QR created Successfully\",\n    \"data\": {\n        \"encodedDynamicQrCode\": \"base_64_qr_code\",\n        \"generatedLink\": \"<customised_payment link>\",\n        \"transactionId\": \"5296XXXXXXXXXXXXXXXXXXXXXXXXXXXX\",\n        \"transactionStatus\": \"PENDING\"\n    },\n    \"responseKey\": \"success_payment_link_created\"\n}"},{"id":"7c8d25f6-4b8f-46ed-aa94-fe0d4e9e5736","name":"Successful with UPI Deep Linking URI","originalRequest":{"method":"POST","header":[{"key":"client_id","value":"<YOUR_CLIENT_ID>","type":"text","description":"Decentro assigned client_id for the company"},{"key":"client_secret","value":"<YOUR_CLIENT_SECRET>","type":"text","description":"Decentro assigned client_secret for the company"},{"key":"module_secret","value":"<YOUR_PAYMENTS_MODULE_SECRET>","type":"text","description":"Decentro assigned payments module_secret for the company"},{"key":"provider_secret","value":"<YOUR_PROVIDER_SECRET>","type":"text","description":"Decentro assigned provider_secret for the company to connect to a particular provider"},{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"reference_id\": \"0000-0000-0000-0001\",\n    \"payee_account\": \"462515XXXX\",\n    \"amount\": 100,\n    \"purpose_message\": \"welcome to Decentro\",\n    \"generate_qr\": 1,\n    \"generate_uri\": 1,\n    \"expiry_time\" : 15\n}","options":{"raw":{"language":"json"}}},"url":"https://in.staging.decentro.tech/v2/payments/upi/link"},"code":200,"_postman_previewlanguage":"json","header":null,"cookie":[],"responseTime":null,"body":"{\n    \"decentroTxnId\": \"5296XXXXXXXXXXXXXXXXXXXXXXXXXXXX\",\n    \"status\": \"SUCCESS\",\n    \"responseCode\": \"S00000\",\n    \"message\": \"Payment Link with Dynamic QR created Successfully\",\n    \"data\": {\n        \"encodedDynamicQrCode\": \"<-- base64 string for the QR sample -->\",\n        \"pspUri\": {\n            \"gpayUri\": \"<--GPay_upi-data-uri-->\",\n            \"phonepeUri\": \"<--PhonePe_upi-data-uri-->\",\n            \"paytmUri\": \"<--Paytm_android_upi-data-uri-->\"\n        },\n        \"generatedLink\": \"<customised_payment link>\",\n        \"transactionId\": \"5296XXXXXXXXXXXXXXXXXXXXXXXXXXXX\",\n        \"transactionStatus\": \"PENDING\"\n    },\n    \"responseKey\": \"success_payment_link_created\"\n}"},{"id":"c9617e70-bb45-4c86-8fc4-8a5b02032555","name":"Bad, missing, invalid inputs","originalRequest":{"method":"POST","header":[{"key":"client_id","value":"<YOUR_CLIENT_ID>","type":"text","description":"Decentro assigned client_id for the company"},{"key":"client_secret","value":"<YOUR_CLIENT_SECRET>","type":"text","description":"Decentro assigned client_secret for the company"},{"key":"module_secret","value":"<YOUR_PAYMENTS_MODULE_SECRET>","type":"text","description":"Decentro assigned payments module_secret for the company"},{"key":"provider_secret","value":"<YOUR_PROVIDER_SECRET>","type":"text","description":"Decentro assigned provider_secret for the company to connect to a particular provider"},{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"reference_id\": \"0000-0000-0000-0001\",\n    \"payee_account\": \"462515XXXX\",\n    \"amount\": 100,\n    \"purpose_message\": \"welcome to Decentro\",\n    \"generate_qr\": \"YES\",\n    \"expiry_time\": 10,\n    \"customized_qr_with_logo\": 0,\n    \"generate_uri\": 1,\n    \"expiry_time\" : 15\n}","options":{"raw":{"language":"json"}}},"url":"https://in.staging.decentro.tech/v2/payments/upi/link"},"code":400,"_postman_previewlanguage":"json","header":null,"cookie":[],"responseTime":null,"body":"{\n    \"decentroTxnId\": \"5296XXXXXXXXXXXXXXXXXXXXXXXXXXXX\",\n    \"status\": \"FAILURE\",\n    \"responseCode\": \"E00009\",\n    \"message\": \"Invalid value entered for Generate QR. Generate QR can be either 0 or 1. Hint : generate_qr (int)\",\n    \"responseKey\": \"error_invalid_generate_QR_value\"\n}"}],"_postman_id":"ba4dde7b-3a4f-4351-aec0-879e7da3264e"},{"name":"Issue UPI Refund","id":"f3784a5b-0117-4ea7-9141-cadc450f2930","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"description":"<p>Decentro assigned client_id for the company</p>\n","key":"client_id","type":"text","value":"YOUR_CLIENT_ID"},{"description":"<p>Decentro assigned client_secret for the company</p>\n","key":"client_secret","type":"text","value":"YOUR_CLIENT_SECRET"},{"description":"<p>Decentro assigned payments module_secret for the company</p>\n","key":"module_secret","type":"text","value":"YOUR_MODULE_SECRET"},{"description":"<p>Decentro assigned provider_secret for the company to connect to a particular provider</p>\n","key":"provider_secret","type":"text","value":"YOUR_CHOSEN_PROVIDER_SECRET"},{"key":"Content-Type","type":"text","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"reference_id\": \"d36a2892-145e-4230-b6e2-edabd98a85d7\",\n    \"transaction_id\": \"01FE91A5134043B688A1F6CE30F8A7AD\",\n    \"purpose_message\": \"refund test vraj\"\n}","options":{"raw":{"language":"json"}}},"url":"{{prod_url}}v2/payments/upi/refund","description":"<p>Refund a UPI transaction to its original source.</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Parameter</th>\n<th>Description</th>\n<th>Optional (O)/ Mandatory (M)/ Conditionally mandatory (CM)</th>\n<th>Datatype</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>reference_id</td>\n<td>A unique ID assigned by you for this transaction</td>\n<td>M</td>\n<td>String</td>\n</tr>\n<tr>\n<td>transaction_id</td>\n<td>The decentroTxnId of the original transaction which you want to refund</td>\n<td>M</td>\n<td>String</td>\n</tr>\n<tr>\n<td>purpose_message</td>\n<td>The narration that you want to show as a message for the transfer. (Note: Purpose message must be at least 5 and not more than 50 characters)</td>\n<td>O</td>\n<td>String</td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"path":["payments","upi","refund"],"host":["{{prod_url}}v2"],"query":[],"variable":[]}},"response":[{"id":"6c33afaa-b71e-4d90-a213-b0107116688d","name":"Success","originalRequest":{"method":"POST","header":[{"description":"Decentro assigned client_id for the company","key":"client_id","type":"text","value":"<YOUR_CLIENT_ID>"},{"description":"Decentro assigned client_secret for the company","key":"client_secret","type":"text","value":"<YOUR_CLIENT_SECRET>"},{"description":"Decentro assigned payments module_secret for the company","key":"module_secret","type":"text","value":"<YOUR_PAYMENTS_MODULE_SECRET>"},{"description":"Decentro assigned provider_secret for the company to connect to a particular provider","key":"provider_secret","type":"text","value":"<YOUR_PROVIDER_SECRET>"},{"key":"Content-Type","type":"text","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"reference_id\": \"0000-0000-0000-0001\",\n    \"transaction_id\": \"DECXXXXXXXXXXXXXXXX\",\n    \"purpose_message\": \"Welcome to Decentro\"\n}","options":{"raw":{"language":"json"}}},"url":"https://in.staging.decentro.tech/v2/payments/upi/refund"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":null,"cookie":[],"responseTime":null,"body":"{\r\n    \"decentroTxnId\": \"DECXXXXXXXXXXXXXXXXXXXXXXXXXXXX\",\r\n    \"status\": \"SUCCESS\",\r\n    \"responseCode\": \"S00000\",\r\n    \"message\": \"Transaction refund request processed successfully\",\r\n    \"data\": {\r\n        \"transactionId\": \"DECXXXXXXXXXXXXXXXXXXXXXXXXXXXX\",\r\n        \"transactionStatus\": \"SUCCESS\",\r\n        \"transactionStatusDescription\": \"Transaction success\",\r\n        \"bankReferenceNumber\": \"XXXXXXXXXXXX\",\r\n        \"npciTransactionId\": \"YESBBCBXXXXXXXXXXXXXXXXXXXXXXXXXXXX\"\r\n    }\r\n}"},{"id":"2a16e349-3158-47b7-826e-3c9e195c99ac","name":"Pending","originalRequest":{"method":"POST","header":[{"description":"Decentro assigned client_id for the company","key":"client_id","type":"text","value":"<YOUR_CLIENT_ID>"},{"description":"Decentro assigned client_secret for the company","key":"client_secret","type":"text","value":"<YOUR_CLIENT_SECRET>"},{"description":"Decentro assigned payments module_secret for the company","key":"module_secret","type":"text","value":"<YOUR_PAYMENTS_MODULE_SECRET>"},{"description":"Decentro assigned provider_secret for the company to connect to a particular provider","key":"provider_secret","type":"text","value":"<YOUR_PROVIDER_SECRET>"},{"key":"Content-Type","type":"text","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"reference_id\": \"0000-0000-0000-0001\",\n    \"transaction_id\": \"DECXXXXXXXXXXXXXXXX\",\n    \"purpose_message\": \"Welcome to Decentro\"\n}","options":{"raw":{"language":"json"}}},"url":"https://in.staging.decentro.tech/v2/payments/upi/refund"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":null,"cookie":[],"responseTime":null,"body":"{\n    \"decentroTxnId\": \"DECXXXXXXXXXXXXXXXXXXXXXXXXXXXX\",\n    \"status\": \"PENDING\",\n    \"responseCode\": \"S00000\",\n    \"message\": \"Refund is already in progress.\",\n    \"data\": {\n        \"transactionId\": \"DECXXXXXXXXXXXXXXXXXXXXXXXXXXXX\",\n        \"transactionStatus\": \"PENDING\",\n        \"transactionStatusDescription\": \"Refund is already in progress.\",\n        \"bankReferenceNumber\": \"XXXXXXXXXXXX\",\n        \"npciTransactionId\": \"YESBBCBXXXXXXXXXXXXXXXXXXXXXXXXXXXX\"\n    }\n}"},{"id":"28a560ad-952b-4aba-8a9d-a9519331c021","name":"Failure - Invalid Transaction ID","originalRequest":{"method":"POST","header":[{"description":"Decentro assigned client_id for the company","key":"client_id","type":"text","value":"<YOUR_CLIENT_ID>"},{"description":"Decentro assigned client_secret for the company","key":"client_secret","type":"text","value":"<YOUR_CLIENT_SECRET>"},{"description":"Decentro assigned payments module_secret for the company","key":"module_secret","type":"text","value":"<YOUR_PAYMENTS_MODULE_SECRET>"},{"description":"Decentro assigned provider_secret for the company to connect to a particular provider","key":"provider_secret","type":"text","value":"<YOUR_PROVIDER_SECRET>"},{"key":"Content-Type","type":"text","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"reference_id\": \"0000-0000-0000-0001\",\n    \"transaction_id\": \"\",\n    \"purpose_message\": \"Welcome to Decentro\"\n}","options":{"raw":{"language":"json"}}},"url":"https://in.staging.decentro.tech/v2/payments/upi/refund"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":null,"cookie":[],"responseTime":null,"body":"{\n    \"decentroTxnId\": \"DECXXXXXXXXXXXXXXXXXXXXX\",\n    \"status\": \"FAILURE\",\n    \"responseCode\": \"E00009\",\n    \"message\": \"Decentro Transaction ID cannot be null or empty. Hint: transaction_id (string)\"\n}"},{"id":"5298ca1e-f898-4227-a647-a83d8a087f26","name":"Failure - Original transaction not found","originalRequest":{"method":"POST","header":[{"description":"Decentro assigned client_id for the company","key":"client_id","type":"text","value":"<YOUR_CLIENT_ID>"},{"description":"Decentro assigned client_secret for the company","key":"client_secret","type":"text","value":"<YOUR_CLIENT_SECRET>"},{"description":"Decentro assigned payments module_secret for the company","key":"module_secret","type":"text","value":"<YOUR_PAYMENTS_MODULE_SECRET>"},{"description":"Decentro assigned provider_secret for the company to connect to a particular provider","key":"provider_secret","type":"text","value":"<YOUR_PROVIDER_SECRET>"},{"key":"Content-Type","type":"text","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"reference_id\": \"0000-0000-0000-0001\",\n    \"transaction_id\": \"DECXXXXXXXXXXXXXXXX\",\n    \"purpose_message\": \"Welcome to Decentro\"\n}","options":{"raw":{"language":"json"}}},"url":"https://in.staging.decentro.tech/v2/payments/upi/refund"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":null,"cookie":[],"responseTime":null,"body":"{\r\n    \"decentroTxnId\": \"DECXXXXXXXXXXXXXXXXXXXXXXXXXXXX\",\r\n    \"status\": \"FAILURE\",\r\n    \"responseCode\": \"E00009\",\r\n    \"message\": \"This transaction was not found in our system. If there was any debit, it would have already been reversed. Please retry the corresponding initiate payment transaction.\"\r\n}"},{"id":"5766e6e8-51ce-4792-8500-f0fc8cd992e0","name":"Failure - Invalid Reference ID","originalRequest":{"method":"POST","header":[{"description":"Decentro assigned client_id for the company","key":"client_id","type":"text","value":"<YOUR_CLIENT_ID>"},{"description":"Decentro assigned client_secret for the company","key":"client_secret","type":"text","value":"<YOUR_CLIENT_SECRET>"},{"description":"Decentro assigned payments module_secret for the company","key":"module_secret","type":"text","value":"<YOUR_PAYMENTS_MODULE_SECRET>"},{"description":"Decentro assigned provider_secret for the company to connect to a particular provider","key":"provider_secret","type":"text","value":"<YOUR_PROVIDER_SECRET>"},{"key":"Content-Type","type":"text","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"reference_id\": \"\",\n    \"transaction_id\": \"DECXXXXXXXXXXXXXXXXXXXXX\",\n    \"purpose_message\": \"Welcome to Decentro\"\n}","options":{"raw":{"language":"json"}}},"url":"https://in.staging.decentro.tech/v2/payments/upi/refund"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":null,"cookie":[],"responseTime":null,"body":"{\n    \"decentroTxnId\": \"DECXXXXXXXXXXXXXXXXXXXXX\",\n    \"status\": \"FAILURE\",\n    \"responseCode\": \"E00009\",\n    \"message\": \"Request reference id cannot be null or empty. Hint: reference_id (string)\"\n}"},{"id":"7d5ec370-dd99-41f7-9182-48c22fb82646","name":"Failure - Original transaction is not success","originalRequest":{"method":"POST","header":[{"description":"Decentro assigned client_id for the company","key":"client_id","type":"text","value":"<YOUR_CLIENT_ID>"},{"description":"Decentro assigned client_secret for the company","key":"client_secret","type":"text","value":"<YOUR_CLIENT_SECRET>"},{"description":"Decentro assigned payments module_secret for the company","key":"module_secret","type":"text","value":"<YOUR_PAYMENTS_MODULE_SECRET>"},{"description":"Decentro assigned provider_secret for the company to connect to a particular provider","key":"provider_secret","type":"text","value":"<YOUR_PROVIDER_SECRET>"},{"key":"Content-Type","type":"text","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"reference_id\": \"0000-0000-0000-0001\",\n    \"transaction_id\": \"DECXXXXXXXXXXXXXXXX\",\n    \"purpose_message\": \"Welcome to Decentro\"\n}","options":{"raw":{"language":"json"}}},"url":"https://in.staging.decentro.tech/v2/payments/upi/refund"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":null,"cookie":[],"responseTime":null,"body":"{\r\n    \"decentroTxnId\": \"DECXXXXXXXXXXXXXXXXXXXXXXXXXXXX\",\r\n    \"status\": \"FAILURE\",\r\n    \"responseCode\": \"E00009\",\r\n    \"message\": \"Given transaction is not in SUCCESS state. Please initiate transaction status API to check the current status.\"\r\n}"}],"_postman_id":"f3784a5b-0117-4ea7-9141-cadc450f2930"}],"id":"b0a1daf7-1da3-4bf3-8a88-e2ac8a89244a","description":"<p>This collection of APIs enables you to collect money via UPI (Unified Payments Interface) from your customers, or even enable your partner businesses/SMEs to do the same. We support multiple methods like UPI QR codes, payment links, as well as sending direct collection requests to the designated UPI ID.</p>\n","event":[{"listen":"prerequest","script":{"id":"bbe37520-bbae-4d69-9d30-69e69b7a941f","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"79b2781e-cfbc-4c95-8465-bfd44545055e","type":"text/javascript","exec":[""]}}],"_postman_id":"b0a1daf7-1da3-4bf3-8a88-e2ac8a89244a"},{"name":"Collections V3","item":[{"name":"Payment Link","id":"b71b6549-a158-497e-93f8-d1c7b833dc1a","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"client_id","value":"YOUR_CLIENT_ID","description":"<p>Decentro assigned client_id for the company</p>\n","type":"text"},{"key":"client_secret","value":"YOUR_CLIENT_SECRET","description":"<p>Decentro assigned client_secret for the company</p>\n","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"reference_id\": \"3e01953f-da28-4059-8c4a-c42c47835a67\",\r\n    \"consumer_urn\": \"{{consumer_urn}}\",\r\n    \"amount\": 1,\r\n    \"purpose_message\": \"test_purpose_message\",\r\n    \"expiry_time\": 1,\r\n    \"generate_psp_uri\": true\r\n}","options":{"raw":{"language":"json"}}},"url":"{{prod_url}}v3/payments/upi/link","urlObject":{"path":["payments","upi","link"],"host":["{{prod_url}}v3"],"query":[],"variable":[]}},"response":[{"id":"1d3320d3-5d3e-4d22-8032-097a63012309","name":"Successful request","originalRequest":{"method":"POST","header":[{"key":"client_id","value":"YOUR_CLIENT_ID","description":"Decentro assigned client_id for the company","type":"text"},{"key":"client_secret","value":"YOUR_CLIENT_SECRET","description":"Decentro assigned client_secret for the company","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"reference_id\": \"000-0000-0000-0001\",\r\n    \"consumer_urn\": \"8F55XXXXXXXXXXXXXXXXXX96E6AC\",\r\n    \"amount\": 100,\r\n    \"purpose_message\": \"test_purpose_message\",\r\n    \"expiry_time\": 30,\r\n    \"generate_psp_uri\": true\r\n}","options":{"raw":{"language":"json"}}},"url":"{{prod_url}}/v3/payments/upi/link"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n  \"decentro_txn_id\": \"C674C2A49Dxxxxxxxxxxxx52AEF9\",\n  \"api_status\": \"SUCCESS\",\n  \"message\": \"Payment Link created Successfully.\",\n  \"data\": {\n    \"upi_uris\": {\n      \"common_uri\": \"https://api.decpay.in/pay/qg97kwwb5u\"\n    },\n    \"transaction_status\": \"PENDING\"\n  },\n  \"response_key\": \"success_payment_link_created\"\n}"},{"id":"08323852-3dba-4c6c-b425-d9da17daba8e","name":"Successful request with deep links","originalRequest":{"method":"POST","header":[{"key":"client_id","value":"YOUR_CLIENT_ID","description":"Decentro assigned client_id for the company","type":"text"},{"key":"client_secret","value":"YOUR_CLIENT_SECRET","description":"Decentro assigned client_secret for the company","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"reference_id\": \"000-0000-0000-0002\",\r\n    \"consumer_urn\": \"8F55XXXXXXXXXXXXXXXXXX96E6AC\",\r\n    \"amount\": 100,\r\n    \"purpose_message\": \"test_purpose_message\",\r\n    \"expiry_time\": 30,\r\n    \"generate_psp_uri\": true\r\n}","options":{"raw":{"language":"json"}}},"url":"{{prod_url}}/v3/payments/upi/link"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n  \"decentro_txn_id\": \"49E0BD1DD9FF4B77A0B97868C62E4AC8\",\n  \"api_status\": \"SUCCESS\",\n  \"message\": \"Payment Link created Successfully.\",\n  \"data\": {\n    \"upi_uris\": {\n      \"common_uri\": \"https://api.decpay.in/pay/qg97kwwb5u\",\n      \"gpay_uri\": \"https://api.decpay.in/pay/qg97kwwb5u?gpay\",\n      \"phonepe_uri\": \"https://api.decpay.in/pay/qg97kwwb5u?phonepe\",\n      \"paytm_uri\": \"https://api.decpay.in/pay/qg97kwwb5u?paytm\",\n      \"cred_uri\": \"https://api.decpay.in/pay/qg97kwwb5u?cred\"\n    },\n    \"transaction_status\": \"PENDING\"\n  },\n  \"response_key\": \"success_payment_link_created\"\n}"},{"id":"23fef2d7-54a8-4940-bc7b-e7f596cbbc4a","name":"Invalid Reference Id","originalRequest":{"method":"POST","header":[{"key":"client_id","value":"YOUR_CLIENT_ID","description":"Decentro assigned client_id for the company","type":"text"},{"key":"client_secret","value":"YOUR_CLIENT_SECRET","description":"Decentro assigned client_secret for the company","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"reference_id\": \"abc\",\r\n    \"consumer_urn\": \"{{consumer_urn}}\",\r\n    \"amount\": 1,\r\n    \"purpose_message\": \"test_purpose_message\",\r\n    \"expiry_time\": 30,\r\n    \"generate_psp_uri\": true\r\n}","options":{"raw":{"language":"json"}}},"url":"{{prod_url}}v3/payments/upi/link"},"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"decentro_txn_id\": \"2A707A8EF7A84ED79248F2EC249FA2F9\",\n    \"api_status\": \"FAILURE\",\n    \"message\": \"Reference ID needs to be between 5 and 50 characters. Hint: reference_id (string)\",\n    \"response_key\": \"error_incorrect_length_reference_id\"\n}"},{"id":"31e8e84b-1177-460b-9152-43e26b64e557","name":"Invalid Consumer URN","originalRequest":{"method":"POST","header":[{"key":"client_id","value":"YOUR_CLIENT_ID","description":"Decentro assigned client_id for the company","type":"text"},{"key":"client_secret","value":"YOUR_CLIENT_SECRET","description":"Decentro assigned client_secret for the company","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"reference_id\": \"000-0000-0000-0003\",\r\n    \"amount\": 100,\r\n    \"purpose_message\": \"test_purpose_message\",\r\n    \"expiry_time\": 30,\r\n    \"generate_psp_uri\": true\r\n}","options":{"raw":{"language":"json"}}},"url":"{{prod_url}}v3/payments/upi/link"},"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n  \"decentro_txn_id\": \"9676B6D0D20F4202992A9C5777F0CEE0\",\n  \"api_status\": \"FAILURE\",\n  \"message\": \"Consumer URN passed is not valid. Hint: consumer_urn (string)\",\n  \"response_key\": \"error_invalid_consumer_urn\"\n}"},{"id":"a7c644da-6f08-4b8c-b985-0e37a3df533f","name":"Invalid Purpose Message","originalRequest":{"method":"POST","header":[{"key":"client_id","value":"YOUR_CLIENT_ID","description":"Decentro assigned client_id for the company","type":"text"},{"key":"client_secret","value":"YOUR_CLIENT_SECRET","description":"Decentro assigned client_secret for the company","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"reference_id\": \"3a2adf6a-ffc8-44c2-a91e-51eedb467009\",\r\n    \"consumer_urn\": \"{{consumer_urn}}\",\r\n    \"amount\": 1,\r\n    \"purpose_message\": \"12-\",\r\n    \"expiry_time\": 30,\r\n    \"generate_psp_uri\": true\r\n}","options":{"raw":{"language":"json"}}},"url":"{{prod_url}}v3/payments/upi/link"},"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[{"expires":"Invalid Date","domain":"","path":""}],"responseTime":null,"body":"{\n    \"decentro_txn_id\": \"965AE21A35E94415B37DDB57D9D41D7B\",\n    \"api_status\": \"FAILURE\",\n    \"message\": \"Purpose message needs to be between 5 and 50 characters. Hint: purpose_message (string)\",\n    \"response_key\": \"error_incorrect_length_purpose_message\"\n}"},{"id":"9962cec5-9c91-4538-a5f7-212e821382aa","name":"Invalid Expiry","originalRequest":{"method":"POST","header":[{"key":"client_id","value":"YOUR_CLIENT_ID","description":"Decentro assigned client_id for the company","type":"text"},{"key":"client_secret","value":"YOUR_CLIENT_SECRET","description":"Decentro assigned client_secret for the company","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"reference_id\": \"37be6c2d-fc5e-4adb-bd7f-1fd810f63c9f\",\r\n    \"consumer_urn\": \"{{consumer_urn}}\",\r\n    \"amount\": 1,\r\n    \"purpose_message\": \"test_purpose_message\",\r\n    \"expiry_time\": 0.1,\r\n    \"generate_psp_uri\": true\r\n}","options":{"raw":{"language":"json"}}},"url":"{{prod_url}}v3/payments/upi/link"},"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[{"expires":"Invalid Date","domain":"","path":""}],"responseTime":null,"body":"{\n    \"decentro_txn_id\": \"7B38D26D34E946AC85F80F98D1A1B5B0\",\n    \"api_status\": \"FAILURE\",\n    \"message\": \"Expiry Time should be of type integer. Hint: expiry_time (int)\",\n    \"response_key\": \"error_invalid_format_expiry_time\"\n}"},{"id":"be40d7c5-7ba7-4573-b1a2-edd5579fbd6a","name":"Parameter Missing","originalRequest":{"method":"POST","header":[{"key":"client_id","value":"YOUR_CLIENT_ID","description":"Decentro assigned client_id for the company","type":"text"},{"key":"client_secret","value":"YOUR_CLIENT_SECRET","description":"Decentro assigned client_secret for the company","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"reference_id\": \"d2cf7da0-9b47-495e-8ddb-33abd864a39a\",\r\n    \"consumer_urn\": \"{{consumer_urn}}\",\r\n    \"amount\": 1,\r\n    \"expiry_time\": 1,\r\n    \"generate_psp_uri\": true\r\n}","options":{"raw":{"language":"json"}}},"url":"{{prod_url}}v3/payments/upi/link"},"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"decentro_txn_id\": \"83CAA2DB8F424F75B8B34D979E18020B\",\n    \"api_status\": \"FAILURE\",\n    \"message\": \"Purpose message key is not passed in the request.\",\n    \"response_key\": \"error_missing_key_purpose_message\"\n}"}],"_postman_id":"b71b6549-a158-497e-93f8-d1c7b833dc1a"},{"name":"Dynamic QR","id":"2e108e5d-dc26-407b-a4f9-1f22a9b4f463","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"client_id","value":"YOUR_CLIENT_ID","type":"text"},{"key":"client_secret","value":"YOUR_CLIENT_SECRET","type":"text"}],"body":{"mode":"raw","raw":"{\r\n  \"reference_id\": \"40f4b8e7-2ca0-411d-a4c2-f92c473b9c3a\",\r\n  \"consumer_urn\": \"{{consumer_urn}}\",\r\n  \"amount\": 1,\r\n  \"purpose_message\": \"test_purpose_message\",\r\n  \"expiry_time\": 30,\r\n  \"redirect_url\": \"https://www.google.com\",\r\n  \"generate_custom_qr_image\": true\r\n}","options":{"raw":{"language":"json"}}},"url":"{{prod_url}}/v3/payments/upi/qr","urlObject":{"path":["v3","payments","upi","qr"],"host":["{{prod_url}}"],"query":[],"variable":[]}},"response":[{"id":"c4904347-a3b7-472c-9b09-e8f37dfe35c5","name":"Successful request","originalRequest":{"method":"POST","header":[{"key":"client_id","value":"YOUR_CLIENT_ID","type":"text"},{"key":"client_secret","value":"YOUR_CLIENT_SECRET","type":"text"}],"body":{"mode":"raw","raw":"{\r\n  \"reference_id\": \"0000-0000-0000-0005\",\r\n  \"consumer_urn\": \"8F55B2DDE4044BE2B75E125A1796E6AC\",\r\n  \"amount\": 14,\r\n  \"purpose_message\": \"test_purpose_message\",\r\n  \"expiry_time\": 30,\r\n  \"redirect_url\": \"https://www.google.com\",\r\n  \"generate_custom_qr_image\": false\r\n}","options":{"raw":{"language":"json"}}},"url":"{{prod_url}}/v3/payments/upi/qr"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n  \"decentro_txn_id\": \"01ED978xxxxxxxxxxxx57B322E9717\",\n  \"api_status\": \"SUCCESS\",\n  \"message\": \"Payment QR created Successfully.\",\n  \"data\": {\n    \"qr_image\": \"https://api.decpay.in/pay/qr/z30ooaw7mf\",\n    \"transaction_status\": \"PENDING\"\n  },\n  \"response_key\": \"success_payment_qr_created\"\n}"},{"id":"97a228be-3329-4f13-99d4-8d868fd36d63","name":"Successful request with custom QR","originalRequest":{"method":"POST","header":[{"key":"client_id","value":"YOUR_CLIENT_ID","type":"text"},{"key":"client_secret","value":"YOUR_CLIENT_SECRET","type":"text"}],"body":{"mode":"raw","raw":"{\r\n  \"reference_id\": \"0000-0000-0000-0006\",\r\n  \"consumer_urn\": \"8F55B2DDE4044BE2B75E125A1796E6AC\",\r\n  \"amount\": 14,\r\n  \"purpose_message\": \"test_purpose_message\",\r\n  \"expiry_time\": 30,\r\n  \"redirect_url\": \"https://www.google.com\",\r\n  \"generate_custom_qr_image\": true\r\n}","options":{"raw":{"language":"json"}}},"url":"{{prod_url}}/v3/payments/upi/qr"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n  \"decentro_txn_id\": \"01ED978xxxxxxxxxxxx57B322E9717\",\n  \"api_status\": \"SUCCESS\",\n  \"message\": \"Payment QR created Successfully.\",\n  \"data\": {\n    \"qr_image\": \"https://api.decpay.in/pay/qr/z30ooaw7mf\",\n    \"transaction_status\": \"PENDING\"\n  },\n  \"response_key\": \"success_payment_qr_created\"\n}"},{"id":"569ce64c-d82f-4576-8587-a111fc422eb0","name":"Invalid Consumer URN","originalRequest":{"method":"POST","header":[{"key":"client_id","value":"YOUR_CLIENT_ID","type":"text"},{"key":"client_secret","value":"YOUR_CLIENT_SECRET","type":"text"}],"body":{"mode":"raw","raw":"{\r\n  \"reference_id\": \"0000-0000-0000-0007\",\r\n  \"amount\": 14,\r\n  \"purpose_message\": \"test_purpose_message\",\r\n  \"expiry_time\": 30,\r\n  \"redirect_url\": \"https://www.google.com\",\r\n  \"generate_custom_qr_image\": true\r\n}","options":{"raw":{"language":"json"}}},"url":"{{prod_url}}/v3/payments/upi/qr"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n  \"decentro_txn_id\": \"C34914753xxxxxxBE5EC1CA29D2\",\n  \"api_status\": \"FAILURE\",\n  \"message\": \"Consumer URN passed is not valid. Hint: consumer_urn (string)\",\n  \"response_key\": \"error_invalid_consumer_urn\"\n}"},{"id":"d2322c6a-7c39-49d4-abb6-55ce6a5f4f52","name":"Invalid Reference Id","originalRequest":{"method":"POST","header":[{"key":"client_id","value":"YOUR_CLIENT_ID","type":"text"},{"key":"client_secret","value":"YOUR_CLIENT_SECRET","type":"text"}],"body":{"mode":"raw","raw":"{\r\n  \"reference_id\": \"abcc\",\r\n  \"consumer_urn\": \"{{consumer_urn}}\",\r\n  \"amount\": 1,\r\n  \"purpose_message\": \"test_purpose_message\",\r\n  \"expiry_time\": 30,\r\n  \"redirect_url\": \"https://www.google.com\",\r\n  \"generate_custom_qr_image\": true\r\n}","options":{"raw":{"language":"json"}}},"url":"{{prod_url}}/v3/payments/upi/qr"},"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"decentro_txn_id\": \"3556F1EAB8B54840992A735AC2C0CAA0\",\n    \"api_status\": \"FAILURE\",\n    \"message\": \"Reference ID needs to be between 5 and 50 characters. Hint: reference_id (string)\",\n    \"response_key\": \"error_incorrect_length_reference_id\"\n}"},{"id":"869393e6-ac19-47ed-8a36-c618f9d37892","name":"Invalid Purpose Message","originalRequest":{"method":"POST","header":[{"key":"client_id","value":"YOUR_CLIENT_ID","type":"text"},{"key":"client_secret","value":"YOUR_CLIENT_SECRET","type":"text"}],"body":{"mode":"raw","raw":"{\r\n  \"reference_id\": \"caa8d0ac-efdd-4b1d-966c-e9297c8dff1f\",\r\n  \"consumer_urn\": \"{{consumer_urn}}\",\r\n  \"amount\": 1,\r\n  \"purpose_message\": \"12-\",\r\n  \"expiry_time\": 30,\r\n  \"redirect_url\": \"https://www.google.com\",\r\n  \"generate_custom_qr_image\": true\r\n}","options":{"raw":{"language":"json"}}},"url":"{{prod_url}}/v3/payments/upi/qr"},"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"decentro_txn_id\": \"2DF7A1E4E32D412182FDEE7B9E750DF7\",\n    \"api_status\": \"FAILURE\",\n    \"message\": \"Purpose message needs to be between 5 and 50 characters. Hint: purpose_message (string)\",\n    \"response_key\": \"error_incorrect_length_purpose_message\"\n}"},{"id":"5df9e9b0-870d-4d5b-aa32-0010766761cd","name":"Invalid Expiry","originalRequest":{"method":"POST","header":[{"key":"client_id","value":"YOUR_CLIENT_ID","type":"text"},{"key":"client_secret","value":"YOUR_CLIENT_SECRET","type":"text"}],"body":{"mode":"raw","raw":"{\r\n  \"reference_id\": \"9ca43127-1196-472d-a34c-137bd8312e1d\",\r\n  \"consumer_urn\": \"{{consumer_urn}}\",\r\n  \"amount\": 1,\r\n  \"purpose_message\": \"test_purpose_message\",\r\n  \"expiry_time\": 0.5,\r\n  \"redirect_url\": \"https://www.google.com\",\r\n  \"generate_custom_qr_image\": true\r\n}","options":{"raw":{"language":"json"}}},"url":"{{prod_url}}/v3/payments/upi/qr"},"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"decentro_txn_id\": \"ED30454B19F14F378F7C56632BFD1038\",\n    \"api_status\": \"FAILURE\",\n    \"message\": \"Expiry Time should be of type integer. Hint: expiry_time (int)\",\n    \"response_key\": \"error_invalid_format_expiry_time\"\n}"},{"id":"2617cad8-8edb-4097-a7ad-932d363ae097","name":"Parameter Missing","originalRequest":{"method":"POST","header":[{"key":"client_id","value":"YOUR_CLIENT_ID","type":"text"},{"key":"client_secret","value":"YOUR_CLIENT_SECRET","type":"text"}],"body":{"mode":"raw","raw":"{\r\n  \"reference_id\": \"d874258d-1a8f-41de-aa4a-4a4b73109d1b\",\r\n  \"consumer_urn\": \"{{consumer_urn}}\",\r\n  \"amount\": 1,\r\n  \"purpose_message\": \"test_purpose_message\",\r\n  \"redirect_url\": \"https://www.google.com\",\r\n  \"generate_custom_qr_image\": true\r\n}","options":{"raw":{"language":"json"}}},"url":"{{prod_url}}/v3/payments/upi/qr"},"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"decentro_txn_id\": \"3AB5DE91E6C9472EB4C6457022750FA2\",\n    \"api_status\": \"FAILURE\",\n    \"message\": \"Expiry time key not passed.\",\n    \"response_key\": \"error_missing_key_expiry_time\"\n}"}],"_postman_id":"2e108e5d-dc26-407b-a4f9-1f22a9b4f463"},{"name":"Get Transaction Status Basic","id":"d684bc8e-3743-427b-885e-e1c8fbdb56dc","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"body":{"mode":"raw","raw":"","options":{"raw":{"language":"json"}}},"url":"{{prod_url}}/v3/payments/transaction/status","urlObject":{"path":["v3","payments","transaction","status"],"host":["{{prod_url}}"],"query":[{"disabled":true,"key":"decentro_txn_id","value":null},{"disabled":true,"key":"reference_id","value":null}],"variable":[]}},"response":[{"id":"9551ecea-1353-4602-a02b-3b4756226373","name":"Staus: SUCCESS (Decentro Txn Id)","originalRequest":{"method":"GET","header":[],"body":{"mode":"raw","raw":"","options":{"raw":{"language":"json"}}},"url":{"raw":"{{prod_url}}/v3/payments/transaction/status?decentro_txn_id=2A1A547A5E8E4AED813A9A2D5975EA81","host":["{{prod_url}}"],"path":["v3","payments","transaction","status"],"query":[{"key":"decentro_txn_id","value":"2A1A547A5E8E4AED813A9A2D5975EA81"}]}},"_postman_previewlanguage":"json","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n  \"decentro_txn_id\": \"BBC46128F2DF43F38E80CE1D17BB8FED\",\n  \"api_status\": \"SUCCESS\",\n  \"message\": \"Transaction status retrieved successfully\",\n  \"data\": {\n    \"transaction_status\": \"SUCCESS\",\n    \"transaction_status_description\": \"Transaction status successful\",\n    \"bank_reference_number\": \"214408428882\",\n    \"npci_txn_id\": \"MYB3C9815461F634C7C8BFE2861FDEDC786\",\n    \"transaction_authentication_timestamp\": \"2024-04-24 00:00:50\"\n  },\n  \"response_key\": \"success_transaction_status_fetched\"\n}"},{"id":"00a1549c-90d1-497e-ab91-facb217e056c","name":"Status: SUCCESS (Reference Id)","originalRequest":{"method":"GET","header":[],"body":{"mode":"raw","raw":"","options":{"raw":{"language":"json"}}},"url":{"raw":"{{prod_url}}/v3/payments/transaction/status?reference_id=522ba17a-a8f4-4185-8b8c-4d92d61ee666","host":["{{prod_url}}"],"path":["v3","payments","transaction","status"],"query":[{"key":"reference_id","value":"522ba17a-a8f4-4185-8b8c-4d92d61ee666","type":"text"}]}},"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n  \"decentro_txn_id\": \"BBC46128F2DF43F38E80CE1D17BB8FED\",\n  \"api_status\": \"SUCCESS\",\n  \"message\": \"Transaction status retrieved successfully\",\n  \"data\": {\n    \"transaction_status\": \"SUCCESS\",\n    \"transaction_status_description\": \"Transaction status successful\",\n    \"bank_reference_number\": \"214408428882\",\n    \"npci_txn_id\": \"MYB3C9815461F634C7C8BFE2861FDEDC786\",\n    \"transaction_authentication_timestamp\": \"2024-04-24 00:00:50\"\n  },\n  \"response_key\": \"success_transaction_status_fetched\"\n}"},{"id":"96775be5-d4ac-4af5-aa13-354e6227adf6","name":"Status: REQUEST_UNINITIALIZED (Decentro Txn Id)","originalRequest":{"method":"GET","header":[],"body":{"mode":"raw","raw":"","options":{"raw":{"language":"json"}}},"url":{"raw":"{{prod_url}}/v3/payments/transaction/status?decentro_txn_id=2A1A547A5E8E4AED813A9A2D5975EA81","host":["{{prod_url}}"],"path":["v3","payments","transaction","status"],"query":[{"key":"decentro_txn_id","value":"2A1A547A5E8E4AED813A9A2D5975EA81"}]}},"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"decentro_txn_id\": \"1AF121E1DC85480F88A944E77D601D52\",\n    \"api_status\": \"SUCCESS\",\n    \"message\": \"Transaction status retrieved successfully\",\n    \"data\": {\n        \"reference_id\": \"522ba17a-a8f4-4185-8b8c-4d92d61ee666\",\n        \"request_decentro_txn_id\": \"A5961DDBD54845909EF5D60AAD6EE977\",\n        \"transaction_status\": \"REQUEST_UNINITIALIZED\",\n        \"transaction_status_description\": \"Payment link request uninitialized\"\n    },\n    \"response_key\": \"success_transaction_status_fetched\"\n}"},{"id":"aea2d2c2-ea01-4c7b-92fc-90ba64ae6b61","name":"Status: REQUEST_UNINITIALIZED (Reference Id)","originalRequest":{"method":"GET","header":[],"body":{"mode":"raw","raw":"","options":{"raw":{"language":"json"}}},"url":{"raw":"{{prod_url}}/v3/payments/transaction/status?reference_id=522ba17a-a8f4-4185-8b8c-4d92d61ee666","host":["{{prod_url}}"],"path":["v3","payments","transaction","status"],"query":[{"key":"reference_id","value":"522ba17a-a8f4-4185-8b8c-4d92d61ee666","type":"text"}]}},"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"decentro_txn_id\": \"1AF121E1DC85480F88A944E77D601D52\",\n    \"api_status\": \"SUCCESS\",\n    \"message\": \"Transaction status retrieved successfully\",\n    \"data\": {\n        \"reference_id\": \"522ba17a-a8f4-4185-8b8c-4d92d61ee666\",\n        \"request_decentro_txn_id\": \"A5961DDBD54845909EF5D60AAD6EE977\",\n        \"transaction_status\": \"REQUEST_UNINITIALIZED\",\n        \"transaction_status_description\": \"Payment link request uninitialized\"\n    },\n    \"response_key\": \"success_transaction_status_fetched\"\n}"},{"id":"17c17e2b-e1bf-431a-834a-4528d8e69943","name":"Status: FAILED (Decentro Txn Id)","originalRequest":{"method":"GET","header":[],"body":{"mode":"raw","raw":"","options":{"raw":{"language":"json"}}},"url":{"raw":"{{prod_url}}/v3/payments/transaction/status?decentro_txn_id=BBC46128F2DF43F38E80CE1D17BB8FED","host":["{{prod_url}}"],"path":["v3","payments","transaction","status"],"query":[{"key":"decentro_txn_id","value":"BBC46128F2DF43F38E80CE1D17BB8FED"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"decentro_txn_id\": \"26F215C8761A44BBB576CD0A100C6EE8\",\n    \"api_status\": \"SUCCESS\",\n    \"message\": \"Transaction status retrieved successfully\",\n    \"data\": {\n        \"transaction_status\": \"FAILED\",\n        \"transaction_status_description\":\"NPCI risk error: Flagged as risk transaction\",\n        \"bank_reference_number\": \"165391885676\",\n        \"npci_txn_id\": \"MYB3C9815461F634C7C8BFE2861FDEDC786\",\n        \"transaction_authentication_timestamp\": \"2024-02-10 00:36:50\"\n        \"error_key\": \"error_at_npci\"\n    },\n    \"response_key\": \"success_transaction_status_fetched\"\n}"},{"id":"5ee76030-a2a9-40ee-88c0-7e25548dd18b","name":"Status: FAILED (Reference Id)","originalRequest":{"method":"GET","header":[],"body":{"mode":"raw","raw":"","options":{"raw":{"language":"json"}}},"url":{"raw":"{{prod_url}}/v3/payments/transaction/status?reference_id=522ba17a-a8f4-4185-8b8c-4d92d61ee666","host":["{{prod_url}}"],"path":["v3","payments","transaction","status"],"query":[{"key":"reference_id","value":"522ba17a-a8f4-4185-8b8c-4d92d61ee666"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"decentro_txn_id\": \"26F215C8761A44BBB576CD0A100C6EE8\",\n    \"api_status\": \"SUCCESS\",\n    \"message\": \"Transaction status retrieved successfully\",\n    \"data\": {\n        \"transaction_status\": \"FAILED\",\n        \"transaction_status_description\":\"NPCI risk error: Flagged as risk transaction\",\n        \"bank_reference_number\": \"165391885676\",\n        \"npci_txn_id\": \"MYB3C9815461F634C7C8BFE2861FDEDC786\",\n        \"transaction_authentication_timestamp\": \"2024-02-10 00:36:50\"\n        \"error_key\": \"error_at_npci\"\n    },\n    \"response_key\": \"success_transaction_status_fetched\"\n}"},{"id":"dece81b6-8f46-4dc4-87b6-7f77d28a0138","name":"Status: PENDING (Decentro Txn Id)","originalRequest":{"method":"GET","header":[],"body":{"mode":"raw","raw":"","options":{"raw":{"language":"json"}}},"url":{"raw":"{{prod_url}}/v3/payments/transaction/status?decentro_txn_id=26F215C8761A44BBB576CD0A100C6EE8","host":["{{prod_url}}"],"path":["v3","payments","transaction","status"],"query":[{"key":"decentro_txn_id","value":"26F215C8761A44BBB576CD0A100C6EE8"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n  \"decentro_txn_id\": \"9254A4EF61E44365835CA7175E3646F6\",\n  \"api_status\": \"SUCCESS\",\n  \"message\": \"Transaction status retrieved successfully\",\n  \"data\": {\n    \"transaction_status\": \"PENDING\",\n    \"transaction_status_description\": \"Transaction status pending\"\n  },\n  \"response_key\": \"success_transaction_status_fetched\"\n}"},{"id":"d6f34e1d-3f43-4b6d-9ffc-c3d9079c03b2","name":"Status: PENDING (Decentro Txn Id)","originalRequest":{"method":"GET","header":[],"body":{"mode":"raw","raw":"","options":{"raw":{"language":"json"}}},"url":{"raw":"{{prod_url}}/v3/payments/transaction/status?reference_id=522ba17a-a8f4-4185-8b8c-4d92d61ee666","host":["{{prod_url}}"],"path":["v3","payments","transaction","status"],"query":[{"key":"reference_id","value":"522ba17a-a8f4-4185-8b8c-4d92d61ee666"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n  \"decentro_txn_id\": \"9254A4EF61E44365835CA7175E3646F6\",\n  \"api_status\": \"SUCCESS\",\n  \"message\": \"Transaction status retrieved successfully\",\n  \"data\": {\n    \"transaction_status\": \"PENDING\",\n    \"transaction_status_description\": \"Transaction status pending\"\n  },\n  \"response_key\": \"success_transaction_status_fetched\"\n}"},{"id":"b35c0db9-df95-48d6-a4ae-9fc3c1fd7380","name":"Status: FAILED (Decentro Txn Id Missing)","originalRequest":{"method":"GET","header":[],"body":{"mode":"raw","raw":"","options":{"raw":{"language":"json"}}},"url":{"raw":"{{prod_url}}/v3/payments/transaction/status?decentro_txn_id=","host":["{{prod_url}}"],"path":["v3","payments","transaction","status"],"query":[{"key":"decentro_txn_id","value":""}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n  \"decentro_txn_id\": \"2A1A547A5E8E4AED813A9A2D5975EA81\",\n  \"api_status\": \"FAILURE\",\n  \"message\": \"Query parameter decentro transaction ID is invalid. Hint: decentro_txn_id (string)\",\n  \"response_key\": \"error_invalid_decentro_txn_id\"\n}"},{"id":"f35bed89-49e7-43f2-aed5-ea641a6ccb00","name":"Status: FAILED (Reference Id Missing)","originalRequest":{"method":"GET","header":[],"body":{"mode":"raw","raw":"","options":{"raw":{"language":"json"}}},"url":{"raw":"{{prod_url}}/v3/payments/transaction/status?reference_id=","host":["{{prod_url}}"],"path":["v3","payments","transaction","status"],"query":[{"key":"reference_id","value":""}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n  \"decentro_txn_id\": \"2A1A547A5E8E4AED813A9A2D5975EA81\",\n  \"api_status\": \"FAILURE\",\n  \"message\": \"Query parameter decentro transaction ID is invalid. Hint: decentro_txn_id (string)\",\n  \"response_key\": \"error_invalid_decentro_txn_id\"\n}"},{"id":"d2594ab8-8b24-4c30-b45d-21c2ca60e761","name":"Status: EXPIRED (Reference Id)","originalRequest":{"method":"GET","header":[],"body":{"mode":"raw","raw":"","options":{"raw":{"language":"json"}}},"url":{"raw":"{{prod_url}}/v3/payments/transaction/status?reference_id=17e514e6-6e6f-4d59-87a7-792552e46d3b","host":["{{prod_url}}"],"path":["v3","payments","transaction","status"],"query":[{"key":"reference_id","value":"17e514e6-6e6f-4d59-87a7-792552e46d3b","type":"text"}]}},"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[{"expires":"Invalid Date","domain":"","path":""}],"responseTime":null,"body":"{\n    \"decentro_txn_id\": \"728CBA6BCAF245B885D4169377485F1A\",\n    \"api_status\": \"SUCCESS\",\n    \"message\": \"Transaction status retrieved successfully\",\n    \"data\": {\n        \"reference_id\": \"17e514e6-6e6f-4d59-87a7-792552e46d3b\",\n        \"request_decentro_txn_id\": \"F89876C870DA46F3850592F170E69D72\",\n        \"transaction_status\": \"EXPIRED\",\n        \"transaction_status_description\": \"Payment Request has expired\"\n    },\n    \"response_key\": \"success_transaction_status_fetched\"\n}"},{"id":"1f5e284d-7b99-47c0-9387-8969e8574772","name":"Status: EXPIRED (Decentro Txn Id)","originalRequest":{"method":"GET","header":[],"body":{"mode":"raw","raw":"","options":{"raw":{"language":"json"}}},"url":{"raw":"{{prod_url}}/v3/payments/transaction/status?decentro_txn_id","host":["{{prod_url}}"],"path":["v3","payments","transaction","status"],"query":[{"key":"decentro_txn_id","value":null,"type":"text"}]}},"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[{"expires":"Invalid Date","domain":"","path":""}],"responseTime":null,"body":"{\n    \"decentro_txn_id\": \"728CBA6BCAF245B885D4169377485F1A\",\n    \"api_status\": \"SUCCESS\",\n    \"message\": \"Transaction status retrieved successfully\",\n    \"data\": {\n        \"reference_id\": \"17e514e6-6e6f-4d59-87a7-792552e46d3b\",\n        \"request_decentro_txn_id\": \"F89876C870DA46F3850592F170E69D72\",\n        \"transaction_status\": \"EXPIRED\",\n        \"transaction_status_description\": \"Payment Request has expired\"\n    },\n    \"response_key\": \"success_transaction_status_fetched\"\n}"},{"id":"07a8648d-2ad4-4450-8133-9507da331b32","name":"Status: DEEMED (Reference Id)","originalRequest":{"method":"GET","header":[],"body":{"mode":"raw","raw":"","options":{"raw":{"language":"json"}}},"url":{"raw":"{{prod_url}}/v3/payments/transaction/status?reference_id=17e514e6-6e6f-4d59-87a7-792552e46d3b","host":["{{prod_url}}"],"path":["v3","payments","transaction","status"],"query":[{"key":"reference_id","value":"17e514e6-6e6f-4d59-87a7-792552e46d3b"}]}},"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[{"expires":"Invalid Date","domain":"","path":""}],"responseTime":null,"body":"{\n    \"decentro_txn_id\": \"728CBA6BCAF245B885D4169377485F1A\",\n    \"api_status\": \"SUCCESS\",\n    \"message\": \"Transaction status retrieved successfully\",\n    \"data\": {\n        \"reference_id\": \"17e514e6-6e6f-4d59-87a7-792552e46d3b\",\n        \"request_decentro_txn_id\": \"F89876C870DA46F3850592F170E69D72\",\n        \"transaction_status\": \"DEEMED\",\n        \"transaction_status_description\": \"Payment Request is in Deemed state.\"\n    },\n    \"response_key\": \"success_transaction_status_fetched\"\n}"},{"id":"fb4010d5-24b3-481b-b716-80f9a76e6cba","name":"Status: DEEMED (Decentro Txn Id)","originalRequest":{"method":"GET","header":[],"body":{"mode":"raw","raw":"","options":{"raw":{"language":"json"}}},"url":{"raw":"{{prod_url}}/v3/payments/transaction/status?decentro_txn_id=BBC46128F2DF43F38E80CE1D17BB8FED","host":["{{prod_url}}"],"path":["v3","payments","transaction","status"],"query":[{"key":"decentro_txn_id","value":"BBC46128F2DF43F38E80CE1D17BB8FED"}]}},"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[{"expires":"Invalid Date","domain":"","path":""}],"responseTime":null,"body":"{\n    \"decentro_txn_id\": \"728CBA6BCAF245B885D4169377485F1A\",\n    \"api_status\": \"SUCCESS\",\n    \"message\": \"Transaction status retrieved successfully\",\n    \"data\": {\n        \"reference_id\": \"17e514e6-6e6f-4d59-87a7-792552e46d3b\",\n        \"request_decentro_txn_id\": \"F89876C870DA46F3850592F170E69D72\",\n        \"transaction_status\": \"DEEMED\",\n        \"transaction_status_description\": \"Payment Request is in Deemed state.\"\n    },\n    \"response_key\": \"success_transaction_status_fetched\"\n}"},{"id":"c6cc41f4-6568-46fe-9e41-7d1846d16bea","name":"Status: DISPUTED_AMOUNT (Decentro Txn Id)","originalRequest":{"method":"GET","header":[],"body":{"mode":"raw","raw":"","options":{"raw":{"language":"json"}}},"url":{"raw":"{{prod_url}}/v3/payments/transaction/status?decentro_txn_id=BBC46128F2DF43F38E80CE1D17BB8FED","host":["{{prod_url}}"],"path":["v3","payments","transaction","status"],"query":[{"key":"decentro_txn_id","value":"BBC46128F2DF43F38E80CE1D17BB8FED"}]}},"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[{"expires":"Invalid Date","domain":"","path":""}],"responseTime":null,"body":"{\n    \"decentro_txn_id\": \"728CBA6BCAF245B885D4169377485F1A\",\n    \"api_status\": \"SUCCESS\",\n    \"message\": \"Transaction status retrieved successfully\",\n    \"data\": {\n        \"reference_id\": \"17e514e6-6e6f-4d59-87a7-792552e46d3b\",\n        \"request_decentro_txn_id\": \"F89876C870DA46F3850592F170E69D72\",\n        \"transaction_status\": \"DISPUTED_AMOUNT\",\n        \"transaction_status_description\": \"Payment Request is in Disputed Amount state.\"\n    },\n    \"response_key\": \"success_transaction_status_fetched\"\n}"},{"id":"e1c2c81a-f945-4ac8-a45a-7b305ddde892","name":"Status: DISPUTED_AMOUNT (Reference Id)","originalRequest":{"method":"GET","header":[],"body":{"mode":"raw","raw":"","options":{"raw":{"language":"json"}}},"url":{"raw":"{{prod_url}}/v3/payments/transaction/status?reference_id=17e514e6-6e6f-4d59-87a7-792552e46d3b","host":["{{prod_url}}"],"path":["v3","payments","transaction","status"],"query":[{"key":"reference_id","value":"17e514e6-6e6f-4d59-87a7-792552e46d3b"}]}},"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[{"expires":"Invalid Date","domain":"","path":""}],"responseTime":null,"body":"{\n    \"decentro_txn_id\": \"728CBA6BCAF245B885D4169377485F1A\",\n    \"api_status\": \"SUCCESS\",\n    \"message\": \"Transaction status retrieved successfully\",\n    \"data\": {\n        \"reference_id\": \"17e514e6-6e6f-4d59-87a7-792552e46d3b\",\n        \"request_decentro_txn_id\": \"F89876C870DA46F3850592F170E69D72\",\n        \"transaction_status\": \"DISPUTED_AMOUNT\",\n        \"transaction_status_description\": \"Payment Request is in Disputed Amount state.\"\n    },\n    \"response_key\": \"success_transaction_status_fetched\"\n}"}],"_postman_id":"d684bc8e-3743-427b-885e-e1c8fbdb56dc"},{"name":"Get Transaction Status Advance","id":"05463b63-7496-4b8e-90f5-3fc5068538ac","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"client_id","value":"YOUR_CLIENT_ID","type":"text"},{"key":"client_secret","value":"YOUR_CLIENT_SECRET","type":"text"}],"url":"{{prod_url}}/v3/payments/transaction/advance/status?decentro_txn_id=AD9BE100D5454690B3EFA7EBE23C36FD","urlObject":{"path":["v3","payments","transaction","advance","status"],"host":["{{prod_url}}"],"query":[{"key":"decentro_txn_id","value":"AD9BE100D5454690B3EFA7EBE23C36FD"}],"variable":[]}},"response":[{"id":"5172d3eb-b558-45a6-89fc-2d0acd0113eb","name":"1st Attempt FAILED, 2nd Attempt SUCCESS","originalRequest":{"method":"GET","header":[{"key":"client_id","value":"YOUR_CLIENT_ID","type":"text"},{"key":"client_secret","value":"YOUR_CLIENT_SECRET","type":"text"}],"url":{"raw":"{{prod_url}}/v3/payments/transaction/advance/status?decentro_txn_id=AD9BE100D5454690B3EFA7EBE23C36FD","host":["{{prod_url}}"],"path":["v3","payments","transaction","advance","status"],"query":[{"key":"decentro_txn_id","value":"AD9BE100D5454690B3EFA7EBE23C36FD"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\r\n    \"decentro_txn_id\": \"5148B37R67EYRUE89B484DAECA\",\r\n    \"api_status\": \"SUCCESS\",\r\n    \"message\": \"Transaction status retrieved successfullyy\",\r\n    \"data\": {\r\n        \"transaction_description\": {\r\n            \"transaction_status\": \"SUCCESS\",\r\n            \"transaction_status_description\": \"Transaction status successful\",\r\n            \"bank_reference_number\": \"358xxxxxx952\",\r\n            \"npci_txn_id\": \"PTM22Y6ry6enf7wkf9a1ad9f2f03f294\"\r\n            \"transaction_authentication_timestamp\": \"2024-04-10 22:00:10\"\r\n        },\r\n        \"transaction_attempt_description\": [\r\n             {\r\n                \"transaction_attempt_number\": 1,\r\n                \"attempt_decentro_txn_id\": \"51adfadf7R67EYRUE89B484DAECA\",\r\n                \"transaction_status\": \"FAILED\",\r\n                \"transaction_status_description\": \"NPCI risk error: Flagged as risk transaction\",\r\n                \"bank_reference_number\": \"334437820467\",\r\n                \"npci_txn_id\": \"ICI787ur644ye78143303aa9d533\",\r\n                \"error_key\": \"error_at_npci\"\r\n                \"transaction_authentication_timestamp\": \"2024-04-10 21:00:12\"\r\n            },\r\n            {\r\n                \"transaction_attempt_number\": 2,\r\n                \"attempt_decentro_txn_id\": \"51adfadf7R67EYRUE89B484DAECA\",\r\n                \"transaction_status\": \"SUCCESS\",\r\n                \"transaction_status_description\": \"Transaction status successful\",\r\n                \"bank_reference_number\": \"358xxxxxx952\",\r\n                \"npci_txn_id\": \"PTM22Y6ry6e7wkf9a1ad9f2f03f294\",\r\n                \"transaction_authentication_timestamp\": \"2024-04-10 22:00:10\"\r\n            }\r\n        ]\r\n    },\r\n    \"response_key\": \"success_transaction_status_fetched\"\r\n}"},{"id":"43047df8-24e8-4bea-bbbd-1039a3296d31","name":"1st Attempt FAILED, 2nd Attempt PENDING","originalRequest":{"method":"GET","header":[{"key":"client_id","value":"YOUR_CLIENT_ID","type":"text"},{"key":"client_secret","value":"YOUR_CLIENT_SECRET","type":"text"}],"url":{"raw":"{{prod_url}}/v3/payments/transaction/advance/status?decentro_txn_id=AD9BE100D5454690B3EFA7EBE23C36FD","host":["{{prod_url}}"],"path":["v3","payments","transaction","advance","status"],"query":[{"key":"decentro_txn_id","value":"AD9BE100D5454690B3EFA7EBE23C36FD"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\r\n    \"decentro_txn_id\": \"5148B37R67EYRUE89B484DAECA\",\r\n    \"api_status\": \"SUCCESS\",\r\n    \"message\": \"Transaction status retrieved successfullyy\",\r\n    \"data\": {\r\n        \"transaction_description\": {\r\n            \"transaction_status\": \"SUCCESS\",\r\n            \"transaction_status_description\": \"Transaction status successful\",\r\n            \"bank_reference_number\": \"358xxxxxx952\",\r\n            \"npci_txn_id\": \"PTM22Y6ry6enf7wkf9a1ad9f2f03f294\",\r\n            \"transaction_authentication_timestamp\": \"2024-04-10 22:00:10\"\r\n        },\r\n        \"transaction_attempt_description\": [\r\n             {\r\n                \"transaction_attempt_number\": 1,\r\n                \"attempt_decentro_txn_id\": \"51adfadf7R67EYRUE89B484DAECA\",\r\n                \"transaction_status\": \"FAILED\",\r\n                \"transaction_status_description\": \"NPCI risk error: Flagged as risk transaction\",\r\n                \"bank_reference_number\": \"334437820467\",\r\n                \"npci_txn_id\": \"ICI787ur644ye78143303aa9d533\",\r\n                \"error_key\": \"error_at_npci\",\r\n                \"transaction_authentication_timestamp\": \"2024-04-10 21:00:12\"\r\n            },\r\n            {\r\n                \"transaction_attempt_number\": 2,\r\n                \"attempt_decentro_txn_id\": \"51adfadf7R67EYRUE89B484DAECA\",\r\n                \"transaction_status\": \"PENDING\",\r\n                \"transaction_status_description\": \"Transaction status successful\",\r\n                \"bank_reference_number\": \"358xxxxxx952\",\r\n                \"npci_txn_id\": \"PTM22Y6ry6e7wkf9a1ad9f2f03f294\",\r\n                \"transaction_authentication_timestamp\": \"2024-04-10 22:00:10\"\r\n            }\r\n        ]\r\n    },\r\n    \"response_key\": \"success_transaction_status_fetched\"\r\n}"},{"id":"05984730-12a0-4dae-bd1b-667fd87a7f50","name":"1st Attempt FAILED, 2nd Attempt DEEMED","originalRequest":{"method":"GET","header":[{"key":"client_id","value":"YOUR_CLIENT_ID","type":"text"},{"key":"client_secret","value":"YOUR_CLIENT_SECRET","type":"text"}],"url":{"raw":"{{prod_url}}/v3/payments/transaction/advance/status?decentro_txn_id=AD9BE100D5454690B3EFA7EBE23C36FD","host":["{{prod_url}}"],"path":["v3","payments","transaction","advance","status"],"query":[{"key":"decentro_txn_id","value":"AD9BE100D5454690B3EFA7EBE23C36FD"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\r\n    \"decentro_txn_id\": \"5148B37R67EYRUE89B484DAECA\",\r\n    \"api_status\": \"SUCCESS\",\r\n    \"message\": \"Transaction status retrieved successfullyy\",\r\n    \"data\": {\r\n        \"transaction_description\": {\r\n            \"transaction_status\": \"SUCCESS\",\r\n            \"transaction_status_description\": \"Transaction status successful\",\r\n            \"bank_reference_number\": \"358xxxxxx952\",\r\n            \"npci_txn_id\": \"PTM22Y6ry6enf7wkf9a1ad9f2f03f294\"\r\n            \"transaction_authentication_timestamp\": \"2024-04-10 22:00:10\"\r\n        },\r\n        \"transaction_attempt_description\": [\r\n             {\r\n                \"transaction_attempt_number\": 1,\r\n                \"attempt_decentro_txn_id\": \"51adfadf7R67EYRUE89B484DAECA\",\r\n                \"transaction_status\": \"FAILED\",\r\n                \"transaction_status_description\": \"NPCI risk error: Flagged as risk transaction\",\r\n                \"bank_reference_number\": \"334437820467\",\r\n                \"npci_txn_id\": \"ICI787ur644ye78143303aa9d533\",\r\n                \"error_key\": \"error_at_npci\"\r\n                \"transaction_authentication_timestamp\": \"2024-04-10 21:00:12\"\r\n            },\r\n            {\r\n                \"transaction_attempt_number\": 2,\r\n                \"attempt_decentro_txn_id\": \"51adfadf7R67EYRUE89B484DAECA\",\r\n                \"transaction_status\": \"DEEMED\",\r\n                \"transaction_status_description\": \"Payment status confirmation pending from NPCI. Status update expected in T+3 days.\",\r\n                \"bank_reference_number\": \"358xxxxxx952\",\r\n                \"npci_txn_id\": \"PTM22Y6ry6e7wkf9a1ad9f2f03f294\",\r\n                \"transaction_authentication_timestamp\": \"2024-04-10 22:00:10\"\r\n            }\r\n        ]\r\n    },\r\n    \"response_key\": \"success_transaction_status_fetched\"\r\n}"},{"id":"b0df1f3a-11c9-476d-8334-e4dbecdbc5a6","name":"1st Attempt FAILED, 2nd Attempt HOLD","originalRequest":{"method":"GET","header":[{"key":"client_id","value":"YOUR_CLIENT_ID","type":"text"},{"key":"client_secret","value":"YOUR_CLIENT_SECRET","type":"text"}],"url":{"raw":"{{prod_url}}/v3/payments/transaction/advance/status?decentro_txn_id=AD9BE100D5454690B3EFA7EBE23C36FD","host":["{{prod_url}}"],"path":["v3","payments","transaction","advance","status"],"query":[{"key":"decentro_txn_id","value":"AD9BE100D5454690B3EFA7EBE23C36FD"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"decentro_txn_id\": \"5148B37R67EYRUE89B484DAECA\",\n    \"api_status\": \"SUCCESS\",\n    \"message\": \"Transaction status retrieved successfullyy\",\n    \"data\": {\n        \"transaction_description\": {\n            \"transaction_status\": \"SUCCESS\",\n            \"transaction_status_description\": \"Transaction status successful\",\n            \"bank_reference_number\": \"358xxxxxx952\",\n            \"npci_txn_id\": \"PTM22Y6ry6enf7wkf9a1ad9f2f03f294\"\n            \"transaction_authentication_timestamp\": \"2024-04-10 22:00:10\"\n        },\n        \"transaction_attempt_description\": [\n             {\n                \"transaction_attempt_number\": 1,\n                \"attempt_decentro_txn_id\": \"51adfadf7R67EYRUE89B484DAECA\",\n                \"transaction_status\": \"FAILED\",\n                \"transaction_status_description\": \"Transaction is successful\",\n                \"bank_reference_number\": \"334437820467\",\n                \"npci_txn_id\": \"ICI787ur644ye78143303aa9d533\",\n                \"transaction_authentication_timestamp\": \"2024-04-10 21:00:12\"\n            },\n            {\n                \"transaction_attempt_number\": 2,\n                \"attempt_decentro_txn_id\": \"51adfadf7R67EYRUE89B484DAECA\",\n                \"transaction_status\": \"HOLD\",\n                \"transaction_status_description\": \"Payment Attempt is put on HOLD\",\n                \"bank_reference_number\": \"358xxxxxx952\",\n                \"npci_txn_id\": \"PTM22Y6ry6e7wkf9a1ad9f2f03f294\",\n                \"transaction_authentication_timestamp\": \"2024-04-10 22:00:10\"\n\n            }\n        ]\n    },\n    \"response_key\": \"success_transaction_status_fetched\"\n}"},{"id":"31d29d17-e839-47a9-b7e9-859d3baf0a3f","name":"1st Attempt FAILED, 2nd Attempt REFUND_INITIATED","originalRequest":{"method":"GET","header":[{"key":"client_id","value":"YOUR_CLIENT_ID","type":"text"},{"key":"client_secret","value":"YOUR_CLIENT_SECRET","type":"text"}],"url":{"raw":"{{prod_url}}/v3/payments/transaction/advance/status?decentro_txn_id=AD9BE100D5454690B3EFA7EBE23C36FD","host":["{{prod_url}}"],"path":["v3","payments","transaction","advance","status"],"query":[{"key":"decentro_txn_id","value":"AD9BE100D5454690B3EFA7EBE23C36FD"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"decentro_txn_id\": \"5148B37R67EYRUE89B484DAECA\",\n    \"api_status\": \"SUCCESS\",\n    \"message\": \"Transaction status retrieved successfullyy\",\n    \"data\": {\n        \"transaction_description\": {\n            \"transaction_status\": \"SUCCESS\",\n            \"transaction_status_description\": \"Transaction status successful\",\n            \"bank_reference_number\": \"358xxxxxx952\",\n            \"npci_txn_id\": \"PTM22Y6ry6enf7wkf9a1ad9f2f03f294\"\n            \"transaction_authentication_timestamp\": \"2024-04-10 22:00:10\"\n        },\n        \"transaction_attempt_description\": [\n             {\n                \"transaction_attempt_number\": 1,\n                \"attempt_decentro_txn_id\": \"51adfadf7R67EYRUE89B484DAECA\",\n                \"transaction_status\": \"FAILED\",\n                \"transaction_status_description\": \"Transaction is successful\",\n                \"bank_reference_number\": \"334437820467\",\n                \"npci_txn_id\": \"ICI787ur644ye78143303aa9d533\",\n                \"transaction_authentication_timestamp\": \"2024-04-10 21:00:12\"\n            },\n            {\n                \"transaction_attempt_number\": 2,\n                \"attempt_decentro_txn_id\": \"51adfadf7R67EYRUE89B484DAECA\",\n                \"transaction_status\": \"REFUND_INITIATED\",\n                \"transaction_status_description\": \"Initiated refund request\",\n                \"bank_reference_number\": \"358xxxxxx952\",\n                \"npci_txn_id\": \"PTM22Y6ry6e7wkf9a1ad9f2f03f294\",\n                \"transaction_authentication_timestamp\": \"2024-04-10 22:00:10\"\n\n            }\n        ]\n    },\n    \"response_key\": \"success_transaction_status_fetched\"\n}"},{"id":"c6ee950a-48eb-4dd9-a523-95ef1abe5845","name":"1st Attempt FAILED, 2nd Attempt REFUND_FAILED","originalRequest":{"method":"GET","header":[{"key":"client_id","value":"YOUR_CLIENT_ID","type":"text"},{"key":"client_secret","value":"YOUR_CLIENT_SECRET","type":"text"}],"url":{"raw":"{{prod_url}}/v3/payments/transaction/advance/status?decentro_txn_id=AD9BE100D5454690B3EFA7EBE23C36FD","host":["{{prod_url}}"],"path":["v3","payments","transaction","advance","status"],"query":[{"key":"decentro_txn_id","value":"AD9BE100D5454690B3EFA7EBE23C36FD"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"decentro_txn_id\": \"5148B37R67EYRUE89B484DAECA\",\n    \"api_status\": \"SUCCESS\",\n    \"message\": \"Transaction status retrieved successfullyy\",\n    \"data\": {\n        \"transaction_description\": {\n            \"transaction_status\": \"SUCCESS\",\n            \"transaction_status_description\": \"Transaction status successful\",\n            \"bank_reference_number\": \"358xxxxxx952\",\n            \"npci_txn_id\": \"PTM22Y6ry6enf7wkf9a1ad9f2f03f294\"\n            \"transaction_authentication_timestamp\": \"2024-04-10 22:00:10\"\n        },\n        \"transaction_attempt_description\": [\n             {\n                \"transaction_attempt_number\": 1,\n                \"attempt_decentro_txn_id\": \"51adfadf7R67EYRUE89B484DAECA\",\n                \"transaction_status\": \"FAILED\",\n                \"transaction_status_description\": \"Transaction is successful\",\n                \"bank_reference_number\": \"334437820467\",\n                \"npci_txn_id\": \"ICI787ur644ye78143303aa9d533\",\n                \"transaction_authentication_timestamp\": \"2024-04-10 21:00:12\"\n            },\n            {\n                \"transaction_attempt_number\": 2,\n                \"attempt_decentro_txn_id\": \"51adfadf7R67EYRUE89B484DAECA\",\n                \"transaction_status\": \"REFUND_FAILED\",\n                \"transaction_status_description\": \"Refund request failed\",\n                \"bank_reference_number\": \"358xxxxxx952\",\n                \"npci_txn_id\": \"PTM22Y6ry6e7wkf9a1ad9f2f03f294\",\n                \"transaction_authentication_timestamp\": \"2024-04-10 22:00:10\"\n\n            }\n        ]\n    },\n    \"response_key\": \"success_transaction_status_fetched\"\n}"},{"id":"f926e5f3-645b-4b01-be27-b00350dfa400","name":"1st Attempt FAILED, 2nd Attempt REFUNDED","originalRequest":{"method":"GET","header":[{"key":"client_id","value":"YOUR_CLIENT_ID","type":"text"},{"key":"client_secret","value":"YOUR_CLIENT_SECRET","type":"text"}],"url":{"raw":"{{prod_url}}/v3/payments/transaction/advance/status?decentro_txn_id=AD9BE100D5454690B3EFA7EBE23C36FD","host":["{{prod_url}}"],"path":["v3","payments","transaction","advance","status"],"query":[{"key":"decentro_txn_id","value":"AD9BE100D5454690B3EFA7EBE23C36FD"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"decentro_txn_id\": \"5148B37R67EYRUE89B484DAECA\",\n    \"api_status\": \"SUCCESS\",\n    \"message\": \"Transaction status retrieved successfullyy\",\n    \"data\": {\n        \"transaction_description\": {\n            \"transaction_status\": \"SUCCESS\",\n            \"transaction_status_description\": \"Transaction status successful\",\n            \"bank_reference_number\": \"358xxxxxx952\",\n            \"npci_txn_id\": \"PTM22Y6ry6enf7wkf9a1ad9f2f03f294\"\n            \"transaction_authentication_timestamp\": \"2024-04-10 22:00:10\"\n        },\n        \"transaction_attempt_description\": [\n             {\n                \"transaction_attempt_number\": 1,\n                \"attempt_decentro_txn_id\": \"51adfadf7R67EYRUE89B484DAECA\",\n                \"transaction_status\": \"FAILED\",\n                \"transaction_status_description\": \"Transaction is successful\",\n                \"bank_reference_number\": \"334437820467\",\n                \"npci_txn_id\": \"ICI787ur644ye78143303aa9d533\",\n                \"transaction_authentication_timestamp\": \"2024-04-10 21:00:12\"\n            },\n            {\n                \"transaction_attempt_number\": 2,\n                \"attempt_decentro_txn_id\": \"51adfadf7R67EYRUE89B484DAECA\",\n                \"transaction_status\": \"REFUNDED\",\n                \"transaction_status_description\": \"Refund request successful\",\n                \"bank_reference_number\": \"358xxxxxx952\",\n                \"npci_txn_id\": \"PTM22Y6ry6e7wkf9a1ad9f2f03f294\",\n                \"transaction_authentication_timestamp\": \"2024-04-10 22:00:10\"\n\n            }\n        ]\n    },\n    \"response_key\": \"success_transaction_status_fetched\"\n}"},{"id":"d2d2df49-0fd3-4363-8608-603485a9907f","name":"1st Attempt FAILED, 2nd Attempt CAPTURED","originalRequest":{"method":"GET","header":[{"key":"client_id","value":"YOUR_CLIENT_ID","type":"text"},{"key":"client_secret","value":"YOUR_CLIENT_SECRET","type":"text"}],"url":{"raw":"{{prod_url}}/v3/payments/transaction/advance/status?decentro_txn_id=AD9BE100D5454690B3EFA7EBE23C36FD","host":["{{prod_url}}"],"path":["v3","payments","transaction","advance","status"],"query":[{"key":"decentro_txn_id","value":"AD9BE100D5454690B3EFA7EBE23C36FD"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"decentro_txn_id\": \"5148B37R67EYRUE89B484DAECA\",\n    \"api_status\": \"SUCCESS\",\n    \"message\": \"Transaction status retrieved successfullyy\",\n    \"data\": {\n        \"transaction_description\": {\n            \"transaction_status\": \"SUCCESS\",\n            \"transaction_status_description\": \"Transaction status successful\",\n            \"bank_reference_number\": \"358xxxxxx952\",\n            \"npci_txn_id\": \"PTM22Y6ry6enf7wkf9a1ad9f2f03f294\"\n            \"transaction_authentication_timestamp\": \"2024-04-10 22:00:10\"\n        },\n        \"transaction_attempt_description\": [\n             {\n                \"transaction_attempt_number\": 1,\n                \"attempt_decentro_txn_id\": \"51adfadf7R67EYRUE89B484DAECA\",\n                \"transaction_status\": \"FAILED\",\n                \"transaction_status_description\": \"Transaction is successful\",\n                \"bank_reference_number\": \"334437820467\",\n                \"npci_txn_id\": \"ICI787ur644ye78143303aa9d533\",\n                \"transaction_authentication_timestamp\": \"2024-04-10 21:00:12\"\n            },\n            {\n                \"transaction_attempt_number\": 2,\n                \"attempt_decentro_txn_id\": \"51adfadf7R67EYRUE89B484DAECA\",\n                \"transaction_status\": \"CAPTURED\",\n                \"transaction_status_description\": \"Transaction captured from HOLD\",\n                \"bank_reference_number\": \"358xxxxxx952\",\n                \"npci_txn_id\": \"PTM22Y6ry6e7wkf9a1ad9f2f03f294\",\n                \"transaction_authentication_timestamp\": \"2024-04-10 22:00:10\"\n\n            }\n        ]\n    },\n    \"response_key\": \"success_transaction_status_fetched\"\n}"},{"id":"9d54ed23-852c-4cd4-b717-29004400f3f4","name":"Status: FAILED (Parameter Missing)","originalRequest":{"method":"GET","header":[{"key":"client_id","value":"YOUR_CLIENT_ID","type":"text"},{"key":"client_secret","value":"YOUR_CLIENT_SECRET","type":"text"}],"url":{"raw":"{{prod_url}}/v3/payments/transaction/advance/status?decentro_txn_id=AD9BE100D5454690B3EFA7EBE23C36FD","host":["{{prod_url}}"],"path":["v3","payments","transaction","advance","status"],"query":[{"key":"decentro_txn_id","value":"AD9BE100D5454690B3EFA7EBE23C36FD"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"decentro_txn_id\": \"2A1A547A5E8E4AED813A9A2D5975EA81\",\n    \"api_status\": \"FAILURE\",\n    \"message\": \"Query parameter decentro transaction ID is invalid. Hint: decentro_txn_id (string)\",\n    \"response_key\": \"error_invalid_decentro_txn_id\"\n}"},{"id":"285ce189-5364-413b-a037-2ed6f216662e","name":"Get Transaction Status Advance","originalRequest":{"method":"GET","header":[{"key":"client_id","value":"YOUR_CLIENT_ID","type":"text"},{"key":"client_secret","value":"YOUR_CLIENT_SECRET","type":"text"}],"url":{"raw":"{{prod_url}}/v3/payments/transaction/advance/status?decentro_txn_id=AD9BE100D5454690B3EFA7EBE23C36FD","host":["{{prod_url}}"],"path":["v3","payments","transaction","advance","status"],"query":[{"key":"decentro_txn_id","value":"AD9BE100D5454690B3EFA7EBE23C36FD"}]}},"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[{"expires":"Invalid Date","domain":"","path":""}],"responseTime":null,"body":"[\n    {\n        \"transaction_attempt_number\": 1,\n        \"attempt_decentro_txn_id\": \"51adfadf7R67EYRUE89B484DAECA\",\n        \"transaction_status\": \"SUCCESS\",\n        \"transaction_status_description\": \"Transaction is successful\",\n        \"bank_reference_number\": \"334437820467\",\n        \"npci_txn_id\": \"ICI787ur644ye78143303aa9d533\",\n        \"transaction_authentication_timestamp\": \"2024-04-10 21:00:12\"\n    },\n    {\n        \"transaction_attempt_number\": 1,\n        \"attempt_decentro_txn_id\": \"51adfadf7R67EYRUE89B484DAECA\",\n        \"transaction_status\": \"SUCCESS\",\n        \"transaction_status_description\": \"Payment Attempt is successful\",\n        \"bank_reference_number\": \"358xxxxxx952\",\n        \"npci_txn_id\": \"PTM22Y6ry6e7wkf9a1ad9f2f03f294\",\n        \"transaction_authentication_timestamp\": \"2024-04-10 22:00:10\"\n    }\n]"}],"_postman_id":"05463b63-7496-4b8e-90f5-3fc5068538ac"},{"name":"Callback: Transaction Status","id":"b4501d48-7279-46f9-b815-ee011cf31b00","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"your_custom_key_1","value":"custom_value_1"},{"key":"your_custom_key_2","value":"custom_value_2"}],"body":{"mode":"raw","raw":"{\r\n  \"callback_attempt\": 3,\r\n  \"callback_txn_id\": \"4559A78DFFA345U9BZC1KDBD9E5FE16A\",\r\n  \"consumer_urn\": \"6019A78DxxxxxxxxxxxT9E5FT67N\",\r\n  \"callback_timestamp\": \"2024-03-10T15:30:00Z\",\r\n  \"original_callback_txn_id\": \"9032A78DFFA78UYY5F8C1KDBD9E5UI89OC\",\r\n  \"transaction_status\": \"SUCCESS\",\r\n  \"transaction_status_description\": \"Transaction status successful\"\r\n  \"amount\": 100.50,\r\n  \"decentro_txn_id\": \"F9036BB884xxxxxxxxx28C232BED3\",\r\n  \"reference_id\": \"REF5678-0000-9999\",\r\n  \"bank_reference_number\": \"3425678472\",\r\n  \"npci_txn_id\": \"SBI89U745YT78SUS7829\",\r\n  \"purpose_message\": \"Payment for services\",\r\n  \"collection_type\": \"Payment Link\",\r\n  \"payee_name\": \"Merchant ABC\",\r\n  \"payer_name\": \"John Doe\",\r\n  \"payee_account_number\": \"8976XXXX7655\",\r\n  \"payee_account_ifsc\": \"IFSC1234\",\r\n  \"payee_vpa\": \"payee@upi\",\r\n  \"payer_vpa\": \"payer@upi\",\r\n  \"error_key\": null\r\n  \"transaction_authentication_timestamp\": \"2024-03-10T15:30:00Z\"\r\n}","options":{"raw":{"language":"json"}}},"url":"<your_custom_endpoint>","urlObject":{"host":["<your_custom_endpoint>"],"query":[],"variable":[]}},"response":[{"id":"1226fc79-9b04-4ae3-8232-c855ec62339b","name":"SUCCESS Callback","originalRequest":{"method":"POST","header":[{"key":"your_custom_key_1","value":"custom_value_1"},{"key":"your_custom_key_2","value":"custom_value_2"}],"body":{"mode":"raw","raw":"{\r\n  \"callback_attempt\": 3,\r\n  \"callback_txn_id\": \"4559A78DFFA345U9BZC1KDBD9E5FE16A\",\r\n  \"consumer_urn\": \"6019A78DxxxxxxxxxxxT9E5FT67N\",\r\n  \"callback_timestamp\": \"2024-03-10T15:30:00Z\",\r\n  \"original_callback_txn_id\": \"9032A78DFFA78UYY5F8C1KDBD9E5UI89OC\",\r\n  \"transaction_status\": \"SUCCESS\",\r\n  \"transaction_status_description\": \"Transaction status successful\",\r\n  \"amount\": 100.50,\r\n  \"decentro_txn_id\": \"F9036BB884xxxxxxxxx28C232BED3\",\r\n  \"reference_id\": \"REF5678-0000-9999\",\r\n  \"bank_reference_number\": \"3425678472\",\r\n  \"npci_txn_id\": \"SBI89U745YT78SUS7829\",\r\n  \"purpose_message\": \"Payment for services\",\r\n  \"collection_type\": \"Payment Link\",\r\n  \"payee_name\": \"Merchant ABC\",\r\n  \"payer_name\": \"John Doe\",\r\n  \"payee_account_number\": \"8976XXXX7655\",\r\n  \"payee_account_ifsc\": \"IFSC1234\",\r\n  \"payee_vpa\": \"payee@upi\",\r\n  \"payer_vpa\": \"payer@upi\",\r\n  \"transaction_authentication_timestamp\": \"2024-03-10T15:30:00Z\"\r\n}","options":{"raw":{"language":"json"}}},"url":"<your_custom_endpoint>"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":""}],"cookie":[],"responseTime":null,"body":"{\n    \"response_code\": \"CB_S00000\"\n}"},{"id":"4a80868a-074a-497d-aa10-8edc5889ce37","name":"FAILED Callback","originalRequest":{"method":"POST","header":[{"key":"your_custom_key_1","value":"custom_value_1"},{"key":"your_custom_key_2","value":"custom_value_2"}],"body":{"mode":"raw","raw":"{\r\n  \"callback_attempt\": 3,\r\n  \"callback_txn_id\": \"4559A78DFFA345U9BZC1KDBD9E5FE16A\",\r\n  \"consumer_urn\": \"6019A78DxxxxxxxxxxxT9E5FT67N\",\r\n  \"callback_timestamp\": \"2024-03-10T15:30:00Z\",\r\n  \"original_callback_txn_id\": \"9032A78DFFA78UYY5F8C1KDBD9E5UI89OC\",\r\n  \"transaction_status\": \"FAILED\",\r\n  \"transaction_status_description\": \"NPCI risk error: Flagged as risk transaction\",\r\n  \"amount\": 100.50,\r\n  \"decentro_txn_id\": \"F9036BB884xxxxxxxxx28C232BED3\",\r\n  \"reference_id\": \"REF5678-0000-9999\",\r\n  \"bank_reference_number\": \"3425678472\",\r\n  \"npci_txn_id\": \"SBI89U745YT78SUS7829\",\r\n  \"purpose_message\": \"Payment for services\",\r\n  \"collection_type\": \"Payment Link\",\r\n  \"payee_name\": \"Merchant ABC\",\r\n  \"payer_name\": \"John Doe\",\r\n  \"payee_account_number\": \"8976XXXX7655\",\r\n  \"payee_account_ifsc\": \"IFSC1234\",\r\n  \"payee_vpa\": \"payee@upi\",\r\n  \"payer_vpa\": \"payer@upi\",\r\n  \"error_key\": \"error_at_npci\",\r\n  \"transaction_authentication_timestamp\": \"2024-03-10T15:30:00Z\"\r\n}","options":{"raw":{"language":"json"}}},"url":"<your_custom_endpoint>"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":""}],"cookie":[],"responseTime":null,"body":"{\r\n    \"response_code\": \"CB_S00000\"\r\n}"},{"id":"3dc599c2-abf7-4c8e-945b-ea31c084e70a","name":"HOLD callback","originalRequest":{"method":"POST","header":[{"key":"your_custom_key_1","value":"custom_value_1"},{"key":"your_custom_key_2","value":"custom_value_2"}],"body":{"mode":"raw","raw":"{\r\n  \"callback_attempt\": 3,\r\n  \"callback_txn_id\": \"4559A78DFFA345U9BZC1KDBD9E5FE16A\",\r\n  \"consumer_urn\": \"6019A78DxxxxxxxxxxxT9E5FT67N\",\r\n  \"callback_timestamp\": \"2024-03-10T15:30:00Z\",\r\n  \"original_callback_txn_id\": \"9032A78DFFA78UYY5F8C1KDBD9E5UI89OC\",\r\n  \"transaction_status\": \"SUCCESS\",\r\n  \"transaction_status_description\": \"Transaction status successful\",\r\n  \"amount\": 100.50,\r\n  \"decentro_txn_id\": \"F9036BB884xxxxxxxxx28C232BED3\",\r\n  \"reference_id\": \"REF5678-0000-9999\",\r\n  \"bank_reference_number\": \"3425678472\",\r\n  \"npci_txn_id\": \"SBI89U745YT78SUS7829\",\r\n  \"purpose_message\": \"Payment for services\",\r\n  \"collection_type\": \"Payment Link\",\r\n  \"payee_name\": \"Merchant ABC\",\r\n  \"payer_name\": \"John Doe\",\r\n  \"payee_account_number\": \"8976XXXX7655\",\r\n  \"payee_account_ifsc\": \"IFSC1234\",\r\n  \"payee_vpa\": \"payee@upi\",\r\n  \"payer_vpa\": \"payer@upi\",\r\n  \"transaction_attempt_status\": \"HOLD\",\r\n  \"attempt_decentro_txn_id\": \"B7836BB884xxxxxxxxx28C232BUR9\",\r\n  \"transaction_authentication_timestamp\": \"2024-03-10T15:30:00Z\"\r\n}","options":{"raw":{"language":"json"}}},"url":"<your_custom_endpoint>"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":""}],"cookie":[],"responseTime":null,"body":"{\r\n    \"response_code\": \"CB_S00000\"\r\n}"},{"id":"19122d18-edf0-4ebf-aadc-153a090937b8","name":"REFUND_INITIATED Callback","originalRequest":{"method":"POST","header":[{"key":"your_custom_key_1","value":"custom_value_1"},{"key":"your_custom_key_2","value":"custom_value_2"}],"body":{"mode":"raw","raw":"{\r\n  \"callback_attempt\": 3,\r\n  \"callback_txn_id\": \"4559A78DFFA345U9BZC1KDBD9E5FE16A\",\r\n  \"consumer_urn\": \"6019A78DxxxxxxxxxxxT9E5FT67N\",\r\n  \"callback_timestamp\": \"2024-03-10T15:30:00Z\",\r\n  \"original_callback_txn_id\": \"9032A78DFFA78UYY5F8C1KDBD9E5UI89OC\",\r\n  \"transaction_status\": \"SUCCESS\",\r\n  \"transaction_status_description\": \"Transaction status successful\"\r\n  \"amount\": 100.50,\r\n  \"decentro_txn_id\": \"F9036BB884xxxxxxxxx28C232BED3\",\r\n  \"reference_id\": \"REF5678-0000-9999\",\r\n  \"bank_reference_number\": \"3425678472\",\r\n  \"npci_txn_id\": \"SBI89U745YT78SUS7829\",\r\n  \"purpose_message\": \"Payment for services\",\r\n  \"collection_type\": \"Payment Link\",\r\n  \"payee_name\": \"Merchant ABC\",\r\n  \"payer_name\": \"John Doe\",\r\n  \"payee_account_number\": \"8976XXXX7655\",\r\n  \"payee_account_ifsc\": \"IFSC1234\",\r\n  \"payee_vpa\": \"payee@upi\",\r\n  \"payer_vpa\": \"payer@upi\",\r\n  \"transaction_attempt_status\": \"REFUND_INITIATED\",\r\n  \"attempt_decentro_txn_id\": \"B7836BB884xxxxxxxxx28C232BUR9\",\r\n  \"transaction_authentication_timestamp\": \"2024-03-10T15:30:00Z\"\r\n}","options":{"raw":{"language":"json"}}},"url":"<your_custom_endpoint>"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":""}],"cookie":[],"responseTime":null,"body":"{\r\n    \"response_code\": \"CB_S00000\"\r\n}"},{"id":"ffdee5d0-5b84-4033-82c8-6cc83d0c8cb0","name":"REFUND_FAILED Callback","originalRequest":{"method":"POST","header":[{"key":"your_custom_key_1","value":"custom_value_1"},{"key":"your_custom_key_2","value":"custom_value_2"}],"body":{"mode":"raw","raw":"{\r\n  \"callback_attempt\": 3,\r\n  \"callback_txn_id\": \"4559A78DFFA345U9BZC1KDBD9E5FE16A\",\r\n  \"consumer_urn\": \"6019A78DxxxxxxxxxxxT9E5FT67N\",\r\n  \"callback_timestamp\": \"2024-03-10T15:30:00Z\",\r\n  \"original_callback_txn_id\": \"9032A78DFFA78UYY5F8C1KDBD9E5UI89OC\",\r\n  \"transaction_status\": \"SUCCESS\",\r\n  \"transaction_status_description\": \"Transaction status successful\",\r\n  \"amount\": 100.50,\r\n  \"decentro_txn_id\": \"F9036BB884xxxxxxxxx28C232BED3\",\r\n  \"reference_id\": \"REF5678-0000-9999\",\r\n  \"bank_reference_number\": \"3425678472\",\r\n  \"npci_txn_id\": \"SBI89U745YT78SUS7829\",\r\n  \"purpose_message\": \"Payment for services\",\r\n  \"collection_type\": \"Payment Link\",\r\n  \"payee_name\": \"Merchant ABC\",\r\n  \"payer_name\": \"John Doe\",\r\n  \"payee_account_number\": \"8976XXXX7655\",\r\n  \"payee_account_ifsc\": \"IFSC1234\",\r\n  \"payee_vpa\": \"payee@upi\",\r\n  \"payer_vpa\": \"payer@upi\",\r\n  \"transaction_attempt_status\": \"REFUND_FAILED\",\r\n  \"attempt_decentro_txn_id\": \"B7836BB884xxxxxxxxx28C232BUR9\",\r\n  \"transaction_authentication_timestamp\": \"2024-03-10T15:30:00Z\"\r\n}","options":{"raw":{"language":"json"}}},"url":"<your_custom_endpoint>"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":""}],"cookie":[],"responseTime":null,"body":"{\r\n    \"response_code\": \"CB_S00000\"\r\n}"},{"id":"df0914c8-f6b2-4deb-bd1a-adec843162fd","name":"REFUNDED Callback","originalRequest":{"method":"POST","header":[{"key":"your_custom_key_1","value":"custom_value_1"},{"key":"your_custom_key_2","value":"custom_value_2"}],"body":{"mode":"raw","raw":"{\r\n  \"callback_attempt\": 3,\r\n  \"callback_txn_id\": \"4559A78DFFA345U9BZC1KDBD9E5FE16A\",\r\n  \"consumer_urn\": \"6019A78DxxxxxxxxxxxT9E5FT67N\",\r\n  \"callback_timestamp\": \"2024-03-10T15:30:00Z\",\r\n  \"original_callback_txn_id\": \"9032A78DFFA78UYY5F8C1KDBD9E5UI89OC\",\r\n  \"transaction_status\": \"SUCCESS\",\r\n  \"transaction_status_description\": \"Transaction status successful\",\r\n  \"amount\": 100.50,\r\n  \"decentro_txn_id\": \"F9036BB884xxxxxxxxx28C232BED3\",\r\n  \"reference_id\": \"REF5678-0000-9999\",\r\n  \"bank_reference_number\": \"3425678472\",\r\n  \"npci_txn_id\": \"SBI89U745YT78SUS7829\",\r\n  \"purpose_message\": \"Payment for services\",\r\n  \"collection_type\": \"Payment Link\",\r\n  \"payee_name\": \"Merchant ABC\",\r\n  \"payer_name\": \"John Doe\",\r\n  \"payee_account_number\": \"8976XXXX7655\",\r\n  \"payee_account_ifsc\": \"IFSC1234\",\r\n  \"payee_vpa\": \"payee@upi\",\r\n  \"payer_vpa\": \"payer@upi\",\r\n  \"transaction_attempt_status\": \"REFUNDED\",\r\n  \"attempt_decentro_txn_id\": \"B7836BB884xxxxxxxxx28C232BUR9\",\r\n  \"transaction_authentication_timestamp\": \"2024-03-10T15:30:00Z\"\r\n}","options":{"raw":{"language":"json"}}},"url":"<your_custom_endpoint>"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":""}],"cookie":[],"responseTime":null,"body":"{\r\n    \"response_code\": \"CB_S00000\"\r\n}"},{"id":"613ee32f-9aaa-44ec-b550-ebefed771318","name":"DEEMED Callback","originalRequest":{"method":"POST","header":[{"key":"your_custom_key_1","value":"custom_value_1"},{"key":"your_custom_key_2","value":"custom_value_2"}],"body":{"mode":"raw","raw":"{\r\n  \"callback_attempt\": 3,\r\n  \"callback_txn_id\": \"4559A78DFFA345U9BZC1KDBD9E5FE16A\",\r\n  \"consumer_urn\": \"6019A78DxxxxxxxxxxxT9E5FT67N\",\r\n  \"callback_timestamp\": \"2024-03-10T15:30:00Z\",\r\n  \"original_callback_txn_id\": \"9032A78DFFA78UYY5F8C1KDBD9E5UI89OC\",\r\n  \"transaction_status\": \"SUCCESS\",\r\n  \"transaction_status_description\": \"Transaction status successful\",\r\n  \"amount\": 100.50,\r\n  \"decentro_txn_id\": \"F9036BB884xxxxxxxxx28C232BED3\",\r\n  \"reference_id\": \"REF5678-0000-9999\",\r\n  \"bank_reference_number\": \"3425678472\",\r\n  \"npci_txn_id\": \"SBI89U745YT78SUS7829\",\r\n  \"purpose_message\": \"Payment for services\",\r\n  \"collection_type\": \"Payment Link\",\r\n  \"payee_name\": \"Merchant ABC\",\r\n  \"payer_name\": \"John Doe\",\r\n  \"payee_account_number\": \"8976XXXX7655\",\r\n  \"payee_account_ifsc\": \"IFSC1234\",\r\n  \"payee_vpa\": \"payee@upi\",\r\n  \"payer_vpa\": \"payer@upi\",\r\n  \"transaction_attempt_status\": \"DEEMED\",\r\n  \"attempt_decentro_txn_id\": \"B7836BB884xxxxxxxxx28C232BUR9\",\r\n  \"transaction_authentication_timestamp\": \"2024-03-10T15:30:00Z\"\r\n}","options":{"raw":{"language":"json"}}},"url":"<your_custom_endpoint>"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":""}],"cookie":[],"responseTime":null,"body":"{\r\n    \"response_code\": \"CB_S00000\"\r\n}"},{"id":"222f7765-d14a-49a3-8c29-e60734639387","name":"CAPTURED Callback","originalRequest":{"method":"POST","header":[{"key":"your_custom_key_1","value":"custom_value_1"},{"key":"your_custom_key_2","value":"custom_value_2"}],"body":{"mode":"raw","raw":"{\r\n  \"callback_attempt\": 3,\r\n  \"callback_txn_id\": \"4559A78DFFA345U9BZC1KDBD9E5FE16A\",\r\n  \"consumer_urn\": \"6019A78DxxxxxxxxxxxT9E5FT67N\",\r\n  \"callback_timestamp\": \"2024-03-10T15:30:00Z\",\r\n  \"original_callback_txn_id\": \"9032A78DFFA78UYY5F8C1KDBD9E5UI89OC\",\r\n  \"transaction_status\": \"SUCCESS\",\r\n  \"transaction_status_description\": \"Transaction status successful\",\r\n  \"amount\": 100.50,\r\n  \"decentro_txn_id\": \"F9036BB884xxxxxxxxx28C232BED3\",\r\n  \"reference_id\": \"REF5678-0000-9999\",\r\n  \"bank_reference_number\": \"3425678472\",\r\n  \"npci_txn_id\": \"SBI89U745YT78SUS7829\",\r\n  \"purpose_message\": \"Payment for services\",\r\n  \"collection_type\": \"Payment Link\",\r\n  \"payee_name\": \"Merchant ABC\",\r\n  \"payer_name\": \"John Doe\",\r\n  \"payee_account_number\": \"8976XXXX7655\",\r\n  \"payee_account_ifsc\": \"IFSC1234\",\r\n  \"payee_vpa\": \"payee@upi\",\r\n  \"payer_vpa\": \"payer@upi\",\r\n  \"transaction_attempt_status\": \"CAPTURED\",\r\n  \"attempt_decentro_txn_id\": \"B7836BB884xxxxxxxxx28C232BUR9\",\r\n  \"transaction_authentication_timestamp\": \"2024-03-10T15:30:00Z\"\r\n}","options":{"raw":{"language":"json"}}},"url":"<your_custom_endpoint>"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":""}],"cookie":[],"responseTime":null,"body":"{\r\n    \"response_code\": \"CB_S00000\"\r\n}"}],"_postman_id":"b4501d48-7279-46f9-b815-ee011cf31b00"},{"name":"Callback: Account Balance","id":"546b9dc3-f5b7-4aa3-bf5b-6fd4be96618a","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"your_custom_key_1","value":"custom_value_1","type":"text"},{"key":"your_custom_key_2","value":"custom_value_2","type":"text"}],"body":{"mode":"raw","raw":"{\r\n  \"callback_attempt\": 3,\r\n  \"callback_txn_id\": \"C4E3C72874204ABF9837334725C9D539\",\r\n  \"consumer_urn\": \"84E9A23DxxxxxxxxxxDBD9E5FE16A\",\r\n  \"callback_timestamp\": \"2024-03-10T15:30:00\",\r\n  \"original_callback_txn_id\": \"F48A4442036A43F1A0890F607D2BC22E\",\r\n  \"type\": \"Credit\",\r\n  \"account_balance\": 1500.25,\r\n  \"collection_type\": \"Payment Link\",\r\n  \"decentro_txn_id\": \"ACABCA9531044E8FB3CC40F37565D2F8\",\r\n  \"amount\": 500,\r\n  \"transaction_type\": \"MAIN\"\r\n  \"payee_account_number\": \"LAICIC05883AVB25V151GPZ3GSSUEF4H\"\r\n  \"transaction_message\": \"CREDIT of INR 500.00 to LAICIC05883AVB25V151GPZ3GSSUEF4H as part of transaction with URN ACABCA9531044E8FB3CC40F37565D2F8\"\r\n}","options":{"raw":{"language":"json"}}},"url":"<your_custom_endpoint>","urlObject":{"host":["<your_custom_endpoint>"],"query":[],"variable":[]}},"response":[{"id":"c9183d61-8f36-4ce6-810e-a707065fecfb","name":"Success Callback","originalRequest":{"method":"POST","header":[{"key":"your_custom_key_1","value":"custom_value_1"},{"key":"your_custom_key_2","value":"custom_value_2"}],"body":{"mode":"raw","raw":"{\r\n  \"callback_attempt\": 3,\r\n  \"callback_txn_id\": \"CB123456\",\r\n  \"consumer_urn\": \"G59GTAAZKGTDKZ7FKJVMGE00LOPV1176\",\r\n  \"callback_timestamp\": \"2024-03-10T15:30:00\",\r\n  \"original_callback_txn_id\": \"CB789012\",\r\n  \"type\": \"Credit\",\r\n  \"account_balance\": 1500.25,\r\n  \"collection_type\": \"Payment Link\",\r\n  \"decentro_txn_id\": \"9E281D0F331E4242B68FD0B4C3FCC666\",\r\n  \"amount\": 500.00,\r\n  \"transaction_type\": \"MAIN\",\r\n  \"payee_account_number\": \"LAICIC05883AVB25V151GPZ3GSSUEF4H\",\r\n  \"transaction_message\": \"CREDIT of INR 1500.2500 to LAICIC05883AVB25V151GPZ3GSSUEF4H as part of transaction with URN 9E281D0F331E4242B68FD0B4C3FCC666\"\r\n}","options":{"raw":{"language":"json"}}},"url":"<your_custom_endpoint>"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":""}],"cookie":[],"responseTime":null,"body":"{\n    \"response_code\": \"CB_S00000\"\n}"},{"id":"81794704-2e5d-4669-89a2-b634f2b793e3","name":"Success Callback Copy","originalRequest":{"method":"POST","header":[{"key":"your_custom_key_1","value":"custom_value_1"},{"key":"your_custom_key_2","value":"custom_value_2"}],"body":{"mode":"raw","raw":"{\r\n  \"callback_attempt\": 3,\r\n  \"callback_txn_id\": \"CB123456\",\r\n  \"consumer_urn\": \"G59GTAAZKGTDKZ7FKJVMGE00LOPV1176\",\r\n  \"callback_timestamp\": \"2024-03-10T15:30:00\",\r\n  \"original_callback_txn_id\": \"CB789012\",\r\n  \"type\": \"Credit\",\r\n  \"account_balance\": 1500.25,\r\n  \"collection_type\": \"Payment Link\",\r\n  \"decentro_txn_id\": \"9E281D0F331E4242B68FD0B4C3FCC666\",\r\n  \"amount\": 500.00,\r\n  \"transaction_type\": \"MAIN\",\r\n  \"payee_account_number\": \"LAICIC05883AVB25V151GPZ3GSSUEF4H\",\r\n  \"transaction_message\": \"CREDIT of INR 1500.2500 to LAICIC05883AVB25V151GPZ3GSSUEF4H as part of transaction with URN 9E281D0F331E4242B68FD0B4C3FCC666\"\r\n}","options":{"raw":{"language":"json"}}},"url":"<your_custom_endpoint>"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":""}],"cookie":[],"responseTime":null,"body":"{\n    \"response_code\": \"CB_S00000\"\n}"}],"_postman_id":"546b9dc3-f5b7-4aa3-bf5b-6fd4be96618a"},{"name":"Refund","id":"46eee2b9-e332-482c-9219-ec29156080cb","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"client_id","value":"YOUR_CLIENT_ID","type":"text"},{"key":"client_secret","value":"YOUR_CLIENT_SECRET","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"reference_id\": \"0000-0000-0000-0001\",\r\n    \"bank_reference_number\": \"17115xxxxx872\",\r\n    \"original_reference_id\": \"000-0000-9876\"\r\n    \"original_decentro_txn\": \"2545D56FFCB24065AC94B201ACD19FF3\"\r\n    \"original_attempt_decentro_txn\": \"529623UI89HY78FY56JU18AM90ETBU87\"\r\n    \"purpose_message\": \"Test refund\"\r\n}","options":{"raw":{"language":"json"}}},"url":"{{prod_url}}/v3/payments/upi/refund","urlObject":{"path":["v3","payments","upi","refund"],"host":["{{prod_url}}"],"query":[],"variable":[]}},"response":[{"id":"1d2ed40f-343a-433a-857c-78a0e506e34c","name":"REFUND INITIATED: Using Original Reference Id","originalRequest":{"method":"POST","header":[{"key":"client_id","value":"YOUR_CLIENT_ID","type":"text"},{"key":"client_secret","value":"YOUR_CLIENT_SECRET","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"reference_id\": \"e971aac3-3b86-44f5-b76c-fdfc7dec1a85\",\r\n    \"original_reference_id\": \"f24352b0-92fe-491f-8851-0d7d499f504c\",\r\n    \"purpose_message\": \"Test refund\",\r\n    \"amount\": 1\r\n}","options":{"raw":{"language":"json"}}},"url":"{{prod_url}}/v3/payments/upi/refund"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\r\n    \"decentro_txn_id\": \"50E7C59B64B540688339B0D581467BD5\",\r\n    \"api_status\": \"SUCCESS\",\r\n    \"message\": \"Payment refund of 1.0 INR created successfully.\",\r\n    \"data\": {\r\n        \"refund_status\": \"REFUND_INITIATED\",\r\n        \"refund_status_description\": \"Transaction status pending\",\r\n        \"refund_amount\": 1.0,\r\n        \"original_reference_id\": \"f24352b0-92fe-491f-8851-0d7d499f504c\",\r\n        \"original_decentro_txn_id\": \"1EA6EAA06D48432D8EC154C336354A3E\",\r\n        \"original_bank_reference_number\": \"312957115326\"\r\n    },\r\n    \"response_key\": \"success_refund_status_initiated\"\r\n}"},{"id":"9306dfaa-ab3f-4118-960f-835ea95f475b","name":"REFUND INITIATED: Using Original Reference Id & Txn Id","originalRequest":{"method":"POST","header":[{"key":"client_id","value":"YOUR_CLIENT_ID","type":"text"},{"key":"client_secret","value":"YOUR_CLIENT_SECRET","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"reference_id\": \"e369fa35-7c5e-4142-a99f-99ffc70b956b\",\r\n    \"original_decentro_txn\": \"66F31EE3C98B4F56A7511A3FFA82B51E\",\r\n    \"original_reference_id\": \"98a4d335-4abe-41fc-b554-7fb0685f504f\",\r\n    \"purpose_message\": \"Test refund\",\r\n    \"amount\": 1\r\n}","options":{"raw":{"language":"json"}}},"url":"{{prod_url}}/v3/payments/upi/refund"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\r\n    \"decentro_txn_id\": \"EEFF871F138F4F8E9A674916FBF3B77F\",\r\n    \"api_status\": \"SUCCESS\",\r\n    \"message\": \"Payment refund of 1.0 INR created successfully.\",\r\n    \"data\": {\r\n        \"refund_status\": \"REFUND_INITIATED\",\r\n        \"refund_status_description\": \"Transaction status pending\",\r\n        \"refund_amount\": 1.0,\r\n        \"original_reference_id\": \"98a4d335-4abe-41fc-b554-7fb0685f504f\",\r\n        \"original_decentro_txn_id\": \"66F31EE3C98B4F56A7511A3FFA82B51E\",\r\n        \"original_bank_reference_number\": \"412861922616\"\r\n    },\r\n    \"response_key\": \"success_refund_status_initiated\"\r\n}"},{"id":"40bfaefb-a2e1-410e-a5d8-398cb39d0836","name":"REFUND INITIATED: Using Bank Ref Number & Attempt Id","originalRequest":{"method":"POST","header":[{"key":"client_id","value":"YOUR_CLIENT_ID","type":"text"},{"key":"client_secret","value":"YOUR_CLIENT_SECRET","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"reference_id\": \"cf1f9ce0-578b-4d70-9ed2-235bdfd28308\",\r\n    \"bank_reference_number\": \"17115xxxxx872\",\r\n    \"original_attempt_transaction_id\": \"529623UI89HY78FY56JU18AM90ETBU87\",\r\n    \"purpose_message\": \"Test refund\",\r\n    \"amount\": 1\r\n}","options":{"raw":{"language":"json"}}},"url":"{{prod_url}}/v3/payments/upi/refund"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\r\n    \"decentro_txn_id\": \"EEFF871F138F4F8E9A674916FBF3B77F\",\r\n    \"api_status\": \"SUCCESS\",\r\n    \"message\": \"Payment refund of 1.0 INR created successfully.\",\r\n    \"data\": {\r\n        \"refund_status\": \"REFUND_INITIATED\",\r\n        \"refund_status_description\": \"Transaction status pending\",\r\n        \"refund_amount\": 1.0,\r\n        \"original_reference_id\": \"98a4d335-4abe-41fc-b554-7fb0685f504f\",\r\n        \"original_decentro_txn_id\": \"66F31EE3C98B4F56A7511A3FFA82B51E\",\r\n        \"original_bank_reference_number\": \"412861922616\"\r\n    },\r\n    \"response_key\": \"success_refund_status_initiated\"\r\n}"},{"id":"a17ac762-a391-4ac5-89be-d007cb2b4474","name":"REFUND_INITIATED: Using Attempt Txn Id","originalRequest":{"method":"POST","header":[{"key":"client_id","value":"YOUR_CLIENT_ID","type":"text"},{"key":"client_secret","value":"YOUR_CLIENT_SECRET","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"reference_id\": \"296580c2-c649-416a-a295-090522c138c0\",\r\n    \"original_attempt_transaction_id\": \"BE9BC4F70B1B4A04A1FC030BA88BF720\",\r\n    \"purpose_message\": \"Test refund\",\r\n    \"amount\": 1\r\n}","options":{"raw":{"language":"json"}}},"url":"{{prod_url}}/v3/payments/upi/refund"},"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"decentro_txn_id\": \"30665682A7654D4492699BB93E13077D\",\n    \"api_status\": \"SUCCESS\",\n    \"message\": \"Payment refund of 1.0 INR created successfully.\",\n    \"data\": {\n        \"refund_status\": \"REFUND_INITIATED\",\n        \"refund_status_description\": \"Transaction status pending\",\n        \"refund_amount\": 1.0,\n        \"original_reference_id\": \"5781151d-3efc-4b98-aa96-d21bf0a3a07d\",\n        \"original_decentro_txn_id\": \"6431B219B4324654B71BD86DA76EA6BD\",\n        \"original_bank_reference_number\": \"074445160169\"\n    },\n    \"response_key\": \"success_refund_status_initiated\"\n}"},{"id":"555fa7f8-0b31-4e4a-a4c7-adeb818fa907","name":"FAILED: Insufficient Balance","originalRequest":{"method":"POST","header":[{"key":"client_id","value":"YOUR_CLIENT_ID","type":"text"},{"key":"client_secret","value":"YOUR_CLIENT_SECRET","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"reference_id\": \"5bbd08f7-e6a4-442e-a104-160984879e4f\",\r\n    \"original_attempt_transaction_id\": \"BE9BC4F70B1B4A04A1FC030BA88BF720\",\r\n    \"purpose_message\": \"Test refund\",\r\n    \"amount\": 1\r\n}","options":{"raw":{"language":"json"}}},"url":"{{prod_url}}/v3/payments/upi/refund"},"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"decentro_txn_id\": \"DCAC8CBD2BF949F0BFA52DDA44DE8851\",\n    \"api_status\": \"FAILURE\",\n    \"message\": \"Payment refund of 1 INR failed. Entered amount exceeds the pending refundable amount 0.00 INR. Please check and retry.\",\n    \"response_key\": \"error_refund_amount_greater_than_original_transaction_attempt\"\n}"},{"id":"e3534f98-3924-4462-bf94-e05cd0513d50","name":"FAILED: Parameter Missing","originalRequest":{"method":"POST","header":[{"key":"client_id","value":"YOUR_CLIENT_ID","type":"text"},{"key":"client_secret","value":"YOUR_CLIENT_SECRET","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"reference_id\": \"929e45e5-014d-46f8-b0ea-5d9d41957aed\",\r\n    \"purpose_message\": \"Test refund\",\r\n    \"amount\": 1\r\n}","options":{"raw":{"language":"json"}}},"url":"{{prod_url}}/v3/payments/upi/refund"},"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"decentro_txn_id\": \"106AD03191D3412680BE0B4F7A5AF96F\",\n    \"api_status\": \"FAILURE\",\n    \"message\": \"Any one value should be present out of `transaction_id`, `original_reference_id` and `bank_reference_number`.Please check the documentation and provide values accordingly.\",\n    \"response_key\": \"error_no_transaction_identifier_found\"\n}"}],"_postman_id":"46eee2b9-e332-482c-9219-ec29156080cb"}],"id":"00090b92-a015-4804-841e-4ba3a23450b8","description":"<p>This collection of APIs enables you to collect money via UPI (Unified Payments Interface) from your customers, or even enable your partner businesses/SMEs to do the same. We support multiple methods like UPI QR codes, payment links, as well as sending direct collection requests to the designated UPI ID.</p>\n","_postman_id":"00090b92-a015-4804-841e-4ba3a23450b8"},{"name":"Transaction Callbacks","item":[{"name":"Transaction Status","id":"e0c2bde6-e76b-4514-8d2e-3648b34089e6","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"your_custom_key_1","type":"text","value":"custom_value_1"},{"key":"your_custom_key_2","type":"text","value":"custom_value_2"}],"body":{"mode":"raw","raw":"{\n    \"attempt\": 1,\n    \"timestamp\": \"2020-09-16 22:22:22\",\n    \"callbackTxnId\": \"CLBACKxx\",\n    \"originalCallbackTxnId\": \"CLBACKxx\",\n    \"transactionStatus\": \"success\",\n    \"referenceId\": \"company_reference_id_1\",\n    \"decentroTxnId\": \"DCTRTXxx\",\n    \"transactionMessage\": \"This is the originating transaction message\",\n    \"transferType\": \"IMPS\",\n    \"bankReferenceNumber\": \"abcdefghijk\",\n    \"beneficiaryName\": \"some_beneficiary_name\",\n    \"transactionAmount\": 5.0,\n    \"errorKey\": \"error_at_remitter_bank\"\n}","options":{"raw":{"language":"json"}}},"url":"<your_custom_endpoint>","description":"<p>Via this callback, it is possible to get realtime updates to the initiated transactions' statuses.</p>\n<p>Salient points:</p>\n<ol>\n<li>3 times maximum retry, post which the explicit Get status call has to be made for obtaining the transaction status.</li>\n<li>It is mandatory to adhere to the response structure as specified in the examples.</li>\n<li>It is recommended that you whitelist Decentro's originating IP.</li>\n<li>It is recommended that you share your auth of preference with us, which will then be propagated as part of the callback request.</li>\n<li>Callbacks will be triggered only in case of conclusive statuses (failure or success) and not while the transaction is pending.</li>\n<li><code>beneficiaryName</code> and <code>bankReferenceNumber</code> will be present only when Decentro's banking partners respond accordingly.</li>\n<li>The keys in the request will be in snake/ camel case based on the company configuration (defaulting to camel case if nothing opted). Response, however, has to be in snake case always.</li>\n</ol>\n<p>Scenario overview:</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Scenario</th>\n<th>Callback HTTP Status code</th>\n<th>Expected callback response</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Successful transaction, successful callback</td>\n<td>200, 201</td>\n<td>{\"response_code\": \"CB_S00000\"}</td>\n</tr>\n<tr>\n<td>Successful transaction, unauthorized callback</td>\n<td>401, 403</td>\n<td>{\"response_code\": \"CB_E00013\"}</td>\n</tr>\n<tr>\n<td>Successful transaction, failed callback</td>\n<td>Other 4xx</td>\n<td>{\"response_code\": \"CB_E00009\"}</td>\n</tr>\n<tr>\n<td>Successful transaction, failed callback due to internal server error</td>\n<td>5xx</td>\n<td>{\"response_code\": \"CB_E00000\"}</td>\n</tr>\n<tr>\n<td>Failed transaction, successful callback</td>\n<td>200, 201</td>\n<td>{\"response_code\": \"CB_S00000\"}</td>\n</tr>\n<tr>\n<td>Failed transaction, unauthorized callback</td>\n<td>401, 403</td>\n<td>{\"response_code\": \"CB_E00013\"}</td>\n</tr>\n<tr>\n<td>Failed transaction, failed callback</td>\n<td>Other 4xx</td>\n<td>{\"response_code\": \"CB_E00009\"}</td>\n</tr>\n<tr>\n<td>Failed transaction, failed callback due to internal server error</td>\n<td>5xx</td>\n<td>{\"response_code\": \"CB_E00000\"}</td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"host":["<your_custom_endpoint>"],"query":[],"variable":[]}},"response":[{"id":"0e50a830-1ca1-4f68-9a42-d6c0f95cfdf3","name":"Successful transaction, failed callback (other 4xx)","originalRequest":{"method":"POST","header":[{"key":"your_custom_key_1","type":"text","value":"custom_value_1"},{"key":"your_custom_key_2","type":"text","value":"custom_value_2"}],"body":{"mode":"raw","raw":"{\n    \"attempt\": 1,\n    \"timestamp\": \"2020-09-16 22:22:22\",\n    \"callbackTxnId\": \"CLBACKxx\",\n    \"originalCallbackTxnId\": \"CLBACKxx\",\n    \"transactionStatus\": \"success\",\n    \"referenceId\": \"company_reference_id_1\",\n    \"decentroTxnId\": \"DCTRTXxx\",\n    \"transactionMessage\": \"This is the message for a successful transaction\",\n    \"transferType\": \"IMPS\",\n    \"bankReferenceNumber\": \"abcdefghijk\",\n    \"beneficiaryName\": \"some_beneficiary_name\",\n    \"transactionAmount\": 5.0,\n    \"errorKey\": \"\"\n}","options":{"raw":{"language":"json"}}},"url":"<your_custom_endpoint>"},"_postman_previewlanguage":"json","header":null,"cookie":[],"responseTime":null,"body":"{\n    \"response_code\": \"CB_E00009\"\n}"},{"id":"10932d2a-8c74-48ca-9a4a-628ae008ef6e","name":"Failed transaction, unauthorized callback (401, 403)","originalRequest":{"method":"POST","header":[{"key":"your_custom_key_1","type":"text","value":"custom_value_1"},{"key":"your_custom_key_2","type":"text","value":"custom_value_2"}],"body":{"mode":"raw","raw":"{\n    \"attempt\": 1,\n    \"timestamp\": \"2020-09-16 22:22:22\",\n    \"callbackTxnId\": \"CLBACKxx\",\n    \"originalCallbackTxnId\": \"CLBACKxx\",\n    \"transactionStatus\": \"failure\",\n    \"referenceId\": \"company_reference_id_1\",\n    \"decentroTxnId\": \"DCTRTXxx\",\n    \"transactionMessage\": \"This is the message for a failed transaction\",\n    \"transferType\": \"IMPS\",\n    \"bankReferenceNumber\": \"abcdefghijk\",\n    \"beneficiaryName\": \"some_beneficiary_name\",\n    \"transactionAmount\": 5.0,\n    \"errorKey\": \"error_at_remitter_bank\"\n}","options":{"raw":{"language":"json"}}},"url":"<your_custom_endpoint>"},"_postman_previewlanguage":"json","header":null,"cookie":[],"responseTime":null,"body":"{\n    \"response_code\": \"CB_E00013\"\n}"},{"id":"553b6d49-909e-4b86-a6fe-5f3890fcdb8d","name":"Successful transaction, unauthorized callback (401, 403)","originalRequest":{"method":"POST","header":[{"key":"your_custom_key_1","type":"text","value":"custom_value_1"},{"key":"your_custom_key_2","type":"text","value":"custom_value_2"}],"body":{"mode":"raw","raw":"{\n    \"attempt\": 1,\n    \"timestamp\": \"2020-09-16 22:22:22\",\n    \"callbackTxnId\": \"CLBACKxx\",\n    \"originalCallbackTxnId\": \"CLBACKxx\",\n    \"transactionStatus\": \"success\",\n    \"referenceId\": \"company_reference_id_1\",\n    \"decentroTxnId\": \"DCTRTXxx\",\n    \"transactionMessage\": \"This is the message for a successful transaction\",\n    \"transferType\": \"IMPS\",\n    \"bankReferenceNumber\": \"abcdefghijk\",\n    \"beneficiaryName\": \"some_beneficiary_name\",\n    \"transactionAmount\": 5.0,\n    \"errorKey\": \"\"\n}","options":{"raw":{"language":"json"}}},"url":"<your_custom_endpoint>"},"_postman_previewlanguage":"json","header":null,"cookie":[],"responseTime":null,"body":"{\n    \"response_code\": \"CB_E00013\"\n}"},{"id":"681631fd-44a0-4335-a554-f58e52b344be","name":"Failed transaction, failed callback (other 4xx)","originalRequest":{"method":"POST","header":[{"key":"your_custom_key_1","type":"text","value":"custom_value_1"},{"key":"your_custom_key_2","type":"text","value":"custom_value_2"}],"body":{"mode":"raw","raw":"{\n    \"attempt\": 1,\n    \"imestamp\": \"2020-09-16 22:22:22\",\n    \"callbackTxnId\": \"CLBACKxx\",\n    \"originalCallbackTxnId\": \"CLBACKxx\",\n    \"transactionStatus\": \"failure\",\n    \"referenceId\": \"company_reference_id_1\",\n    \"decentroTxnId\": \"DCTRTXxx\",\n    \"transactionMessage\": \"This is the message for a failed transaction\",\n    \"transferType\": \"IMPS\",\n    \"bankReferenceNumber\": \"abcdefghijk\",\n    \"beneficiaryName\": \"some_beneficiary_name\",\n    \"transactionAmount\": 5.0,\n    \"errorKey\": \"error_at_remitter_bank\"\n}","options":{"raw":{"language":"json"}}},"url":"<your_custom_endpoint>"},"_postman_previewlanguage":"json","header":null,"cookie":[],"responseTime":null,"body":"{\n    \"response_code\": \"CB_E00009\"\n}"},{"id":"8edabb12-b146-45b7-be44-d538729529c2","name":"Failed transaction, successful callback (200, 201)","originalRequest":{"method":"POST","header":[{"key":"your_custom_key_1","type":"text","value":"custom_value_1"},{"key":"your_custom_key_2","type":"text","value":"custom_value_2"}],"body":{"mode":"raw","raw":"{\n    \"attempt\": 1,\n    \"timestamp\": \"2020-09-16 22:22:22\",\n    \"callbackTxnId\": \"CLBACKxx\",\n    \"originalCallbackTxnId\": \"CLBACKxx\",\n    \"transactionStatus\": \"failure\",\n    \"referenceId\": \"company_reference_id_1\",\n    \"decentroTxnId\": \"DCTRTXxx\",\n    \"transactionMessage\": \"This is the message for a failed transaction\",\n    \"transferType\": \"IMPS\",\n    \"bankReferenceNumber\": \"abcdefghijk\",\n    \"beneficiaryName\": \"some_beneficiary_name\",\n    \"transactionAmount\": 5.0,\n    \"errorKey\": \"error_at_remitter_bank\"\n}","options":{"raw":{"language":"json"}}},"url":"<your_custom_endpoint>"},"_postman_previewlanguage":"json","header":null,"cookie":[],"responseTime":null,"body":"{\n    \"response_code\": \"CB_S00000\"\n}"},{"id":"b264d5c1-a758-497c-ba8c-2c6189a30a8a","name":"Failed transaction, failed callback due to internal server error (5xx)","originalRequest":{"method":"POST","header":[{"key":"your_custom_key_1","type":"text","value":"custom_value_1"},{"key":"your_custom_key_2","type":"text","value":"custom_value_2"}],"body":{"mode":"raw","raw":"{\n    \"attempt\": 1,\n    \"timestamp\": \"2020-09-16 22:22:22\",\n    \"callbackTxnId\": \"CLBACKxx\",\n    \"originalCallbackTxnId\": \"CLBACKxx\",\n    \"transactionStatus\": \"failure\",\n    \"referenceId\": \"company_reference_id_1\",\n    \"decentroTxnId\": \"DCTRTXxx\",\n    \"transactionMessage\": \"This is the message for a failed transaction\",\n    \"transferType\": \"IMPS\",\n    \"bankReferenceNumber\": \"abcdefghijk\",\n    \"beneficiaryName\": \"some_beneficiary_name\",\n    \"transactionAmount\": 5.0,\n    \"errorKey\": \"error_at_remitter_bank\"\n}","options":{"raw":{"language":"json"}}},"url":"<your_custom_endpoint>"},"_postman_previewlanguage":"json","header":null,"cookie":[],"responseTime":null,"body":"{\n    \"response_code\": \"CB_E00000\"\n}"},{"id":"ea6f26ab-a88b-4cc5-adf6-7ca8175e7429","name":"Successful transaction, successful callback (200, 201)","originalRequest":{"method":"POST","header":[{"key":"your_custom_key_1","value":"custom_value_1","type":"text"},{"key":"your_custom_key_2","value":"custom_value_2","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"attempt\": 1,\n    \"timestamp\": \"2020-09-16 22:22:22\",\n    \"callbackTxnId\": \"CLBACKxx\",\n    \"originalCallbackTxnId\": \"CLBACKxx\",\n    \"transactionStatus\": \"success\",\n    \"referenceId\": \"company_reference_id_1\",\n    \"decentroTxnId\": \"DCTRTXxx\",\n    \"transactionMessage\": \"This is the message for a successful transaction\",\n    \"transferType\": \"IMPS\",\n    \"bankReferenceNumber\": \"abcdefghijk\",\n    \"beneficiaryName\": \"some_beneficiary_name\",\n    \"transactionAmount\": 5.0,\n    \"errorKey\": \"\"\n}","options":{"raw":{"language":"json"}}},"url":"<your_custom_endpoint>"},"_postman_previewlanguage":"json","header":null,"cookie":[],"responseTime":null,"body":"{\n    \"response_code\": \"CB_S00000\"\n}"},{"id":"f7115c11-4844-4a06-92c3-51de71bacb06","name":"Successful transaction, failed callback due to internal server error (5xx)","originalRequest":{"method":"POST","header":[{"key":"your_custom_key_1","type":"text","value":"custom_value_1"},{"key":"your_custom_key_2","type":"text","value":"custom_value_2"}],"body":{"mode":"raw","raw":"{\n    \"attempt\": 1,\n    \"timestamp\": \"2020-09-16 22:22:22\",\n    \"callbackTxnId\": \"CLBACKxx\",\n    \"originalCallbackTxnId\": \"CLBACKxx\",\n    \"transactionStatus\": \"success\",\n    \"referenceId\": \"company_reference_id_1\",\n    \"decentroTxnId\": \"DCTRTXxx\",\n    \"transactionMessage\": \"This is the message for a successful transaction\",\n    \"transferType\": \"IMPS\",\n    \"bankReferenceNumber\": \"abcdefghijk\",\n    \"beneficiaryName\": \"some_beneficiary_name\",\n    \"transactionAmount\": 5.0,\n    \"errorKey\": \"\"\n}","options":{"raw":{"language":"json"}}},"url":"<your_custom_endpoint>"},"_postman_previewlanguage":"json","header":null,"cookie":[],"responseTime":null,"body":"{\n    \"response_code\": \"CB_E00000\"\n}"}],"_postman_id":"e0c2bde6-e76b-4514-8d2e-3648b34089e6"},{"name":"Pre-deposit Check","id":"4b6aeef3-b6b2-41bb-b397-c1b1a3b79e01","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"your_custom_key_1","value":"custom_value_1","type":"text"},{"key":"your_custom_key_2","value":"custom_value_2","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"urn\": \"F5FC3D989A2845479DB0XXXXXXXXXXXX\",\n    \"beneficiaryConsumerBankAccountNumber\": \"462515XXXXXXXXXX\",\n    \"transferType\": \"IMPS\",\n    \"amount\": 10000.0,\n    \"remitterName\": \"A K AGARWAL\",\n    \"remitterConsumerBankAccountNumber\": \"02XXXXXXXXXXXX\",\n    \"remitterProvider\": \"\",\n    \"bankReferenceNumber\": \"11XXXXXXXXXXXX\"\n}","options":{"raw":{"language":"json"}}},"url":"<your_custom_endpoint>","description":"<p>Via this callback, it is possible for any company to accept or reject incoming transactions for their virtual accounts based on their custom criteria.</p>\n<p>The incoming transactions will be accepted under the following scenarios:</p>\n<ul>\n<li>Company has not opted for pre-deposit checks.</li>\n<li>Company accepts the transaction.</li>\n<li>Company does not respond with the valid payload. (Refer examples)</li>\n<li>Company does not respond within the configured timeframe of 15 seconds.</li>\n</ul>\n<p>The custom endpoints for different providers(if opted) need to be different.</p>\n","urlObject":{"host":["<your_custom_endpoint>"],"query":[],"variable":[]}},"response":[{"id":"8c9e3922-a3c4-4cb4-9c44-0e3e64c11196","name":"Accept","originalRequest":{"method":"POST","header":[{"key":"your_custom_key_1","value":"custom_value_1","type":"text"},{"key":"your_custom_key_2","value":"custom_value_2","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"urn\": \"F5FC3D989A2845479DB0XXXXXXXXXXXX\",\n    \"beneficiaryConsumerBankAccountNumber\": \"462515XXXXXXXXXX\",\n    \"transferType\": \"IMPS\",\n    \"amount\": 10000.0,\n    \"remitterName\": \"A K AGARWAL\",\n    \"remitterConsumerBankAccountNumber\": \"02XXXXXXXXXXXX\",\n    \"remitterProvider\": \"\",\n    \"bankReferenceNumber\": \"11XXXXXXXXXXXX\"\n}","options":{"raw":{"language":"json"}}},"url":"<your_custom_endpoint>"},"_postman_previewlanguage":"json","header":null,"cookie":[],"responseTime":null,"body":"{\n    \"is_accepted\": 1\n}"},{"id":"905ccf4a-7d8f-4dcf-90b9-34e761759401","name":"Reject","originalRequest":{"method":"POST","header":[{"key":"your_custom_key_1","value":"custom_value_1","type":"text"},{"key":"your_custom_key_2","value":"custom_value_2","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"urn\": \"F5FC3D989A2845479DB0XXXXXXXXXXXX\",\n    \"beneficiaryConsumerBankAccountNumber\": \"462515XXXXXXXXXX\",\n    \"transferType\": \"IMPS\",\n    \"amount\": 10000.0,\n    \"remitterName\": \"A K AGARWAL\",\n    \"remitterConsumerBankAccountNumber\": \"02XXXXXXXXXXXX\",\n    \"remitterProvider\": \"\",\n    \"bankReferenceNumber\": \"11XXXXXXXXXXXX\"\n}","options":{"raw":{"language":"json"}}},"url":"<your_custom_endpoint>"},"_postman_previewlanguage":"json","header":null,"cookie":[],"responseTime":null,"body":"{\n    \"is_accepted\": 0\n}"}],"_postman_id":"4b6aeef3-b6b2-41bb-b397-c1b1a3b79e01"}],"id":"ae843df2-00ea-488d-8854-7472618a7671","description":"<p>Decentro uses callbacks to intimate the platform about transactions, incoming or outgoing and irrespective of the mode of transfer. The callback will be posted on the end points provided by the platform.</p>\n<p>Decentro can configure custom end points (URLs) that you can share with our team on <a href=\"mailto:support@decentro.tech\">support@decentro.tech</a> or with your assigned RM, you can receive callbacks for any changes in the balance for your virtual accounts, or status updates for any transaction.</p>\n","event":[{"listen":"prerequest","script":{"id":"ab4e2d43-fcc8-476a-8947-892727beabb8","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"fc871706-c779-4b92-b585-38dde3803c82","type":"text/javascript","exec":[""]}}],"_postman_id":"ae843df2-00ea-488d-8854-7472618a7671"},{"name":"Recurring Collections","item":[{"name":"UPI Autopay v3","item":[{"name":"Create Mandate","id":"37545df2-4eb3-4452-9ec7-5e860d5b9c76","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"client_id","value":""},{"key":"client_secret","value":""}],"body":{"mode":"raw","raw":"{\n    \"reference_id\": \"1234\",\n    \"consumer_urn\": \"XXXXXXXXXXXXXX\",\n    \"mandate_name\": \"TPV Testing\",\n    \"amount\": 1.00,\n    \"frequency\": \"weekly\",\n    \"purpose_message\": \"TPV Testing\",\n    \"rule_type\": \"AFTER\",\n    \"amount_rule\": \"MAX\",\n    \"start_date\": \"2025-03-28\",\n    \"end_date\": \"2025-04-29\",\n    \"expiry_time\": 10,\n    \"default_amount\": 1,\n    \"is_managed_by_decentro\": false,\n    \"is_qr_requested\": true,\n    \"is_block_funds\": false,\n    \"is_revokable\": false,\n    \"is_collect_request\": true,\n    \"is_tpv\": true,\n    \"payer_details\": {\n        \"name\": \"abc\",\n        \"virtual_address\": \"nihal@okhdfcbank\",\n        \"account_no\": \"50100\"\n    },\n    \"generate_psp_uri\": false,\n    \"is_downpayment\": true,\n     \"is_first_txn_amount\": false,\n    \"redirect_url\": \"https://www.decentro.tech\",\n    \"mandate_action_callback_subscriber_data\": {\n        \"url\": \"https://webhook.site/XXXX\",\n        \"method\": \"POST\",\n        \"headers\": {\n            \"content-type\": \"application/json\"\n        }\n    }\n}","options":{"raw":{"language":"json"}}},"url":"https://staging.api.decentro.tech/v3/payments/upi/autopay/mandate/link","urlObject":{"protocol":"https","path":["v3","payments","upi","autopay","mandate","link"],"host":["staging","api","decentro","tech"],"query":[],"variable":[]}},"response":[{"id":"b9570c23-2b69-441d-97be-7e64dccf5cb2","name":"Success - Intent Links","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"client_id","value":""},{"key":"client_secret","value":""}],"body":{"mode":"raw","raw":"{\n  \"reference_id\": \"c71a1bd5-d10e-488d-9cb5-c6d33b2f3890\",\n  \"consumer_urn\": \"{{consumer_urn}}\",\n  \"mandate_name\": \"TPV Testing\",\n  \"amount\": 1,\n  \"frequency\": \"weekly\",\n  \"purpose_message\": \"TPV Testing\",\n  \"rule_type\": \"AFTER\",\n  \"amount_rule\": \"MAX\",\n  \"start_date\": \"2025-03-28\",\n  \"end_date\": \"2025-04-29\",\n  \"expiry_time\": 10,\n  \"default_amount\": 1,\n  \"is_managed_by_decentro\": false,\n  \"is_qr_requested\": true,\n  \"is_block_funds\": false,\n  \"is_revokable\": false,\n  \"is_collect_request\": false,\n  \"is_tpv\": false,\n  \"payer_details\": {\n    \"name\": \"abc\",\n    \"virtual_address\": \"nihal@okhdfcbank\",\n    \"account_no\": \"50100\"\n  },\n  \"generate_psp_uri\": false,\n  \"is_downpayment\": true,\n  \"redirect_url\": \"https://www.decentro.tech\",\n  \"mandate_action_callback_subscriber_data\": {\n    \"url\": \"https://webhook.site/XXXX\",\n    \"method\": \"POST\",\n    \"headers\": {\n      \"content-type\": \"application/json\"\n    }\n  }\n}\n'","options":{"raw":{"language":"json"}}},"url":"https://staging.api.decentro.tech/v3/payments/upi/autopay/mandate/link"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"decentro_txn_id\": \"E20EAB451D8E4F478F4826E7A2D42776\",\n    \"api_status\": \"SUCCESS\",\n    \"message\": \"Mandate link created successfully.\",\n    \"data\": {\n        \"mandate_detail\": {\n            \"decentro_mandate_id\": \"81F2C8CFB913414CAAD2ABDCC48D71C8\",\n            \"mandate_status\": \"PENDING\",\n            \"mandate_links\": {\n                \"common_uri\": \"https://decpay.in/upi/mandate/xbpcgdcz\",\n                \"gpay_uri\": \"https://decpay.in/upi/mandate/xbpgdcz?app=gpay\",\n                \"phonepe_uri\": \"https://decpay.in/upi/mandate/xbpcgdcz?app=phonepe\",\n                \"paytm_uri\": \"https://decpay.in/upi/mandate/xbpcv8gcz?app=paytm\"\n            }\n        }\n    },\n    \"response_key\": \"success_mandate_link_created\"\n}"},{"id":"e46545cf-e6db-47ed-a55a-f0d127777927","name":"Success - FAM","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"client_id","value":""},{"key":"client_secret","value":""}],"body":{"mode":"raw","raw":"{\n  \"reference_id\": \"227bdc91-dd34-4474-9990-a76de74dbea5\",\n  \"consumer_urn\": \"{{consumer_urn}}\",\n  \"mandate_name\": \"TPV Testing\",\n  \"amount\": 1,\n  \"frequency\": \"weekly\",\n  \"purpose_message\": \"TPV Testing\",\n  \"rule_type\": \"AFTER\",\n  \"amount_rule\": \"MAX\",\n  \"start_date\": \"2025-03-28\",\n  \"end_date\": \"2025-04-29\",\n  \"expiry_time\": 10,\n  \"default_amount\": 1,\n  \"is_managed_by_decentro\": false,\n  \"is_qr_requested\": true,\n  \"is_block_funds\": false,\n  \"is_revokable\": false,\n  \"is_collect_request\": false,\n  \"is_tpv\": false,\n//   \"payer_details\": {\n//     \"name\": \"abc\",\n//     \"virtual_address\": \"nihal@okhdfcbank\",\n//     \"account_no\": \"50100\"\n//   },\n  \"generate_psp_uri\": false,\n  \"is_downpayment\": false,\n   \"is_first_txn_amount\": true,\n  \"redirect_url\": \"https://www.decentro.tech\",\n  \"mandate_action_callback_subscriber_data\": {\n    \"url\": \"https://webhook.site/XXXX\",\n    \"method\": \"POST\",\n    \"headers\": {\n      \"content-type\": \"application/json\"\n    }\n  }\n}\n'","options":{"raw":{"language":"json"}}},"url":"https://staging.api.decentro.tech/v3/payments/upi/autopay/mandate/link"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"decentro_txn_id\": \"E20EAB451D8E4F478F4826E7A2D42776\",\n    \"api_status\": \"SUCCESS\",\n    \"message\": \"Mandate link created successfully.\",\n    \"data\": {\n        \"mandate_detail\": {\n            \"decentro_mandate_id\": \"81F2C8CFB913414CAAD2ABDCC48D71C8\",\n            \"mandate_status\": \"PENDING\",\n            \"mandate_links\": {\n                \"common_uri\": \"https://decpay.in/upi/mandate/xbpcgdcz\",\n                \"gpay_uri\": \"https://decpay.in/upi/mandate/xbpgdcz?app=gpay\",\n                \"phonepe_uri\": \"https://decpay.in/upi/mandate/xbpcgdcz?app=phonepe\",\n                \"paytm_uri\": \"https://decpay.in/upi/mandate/xbpcv8gcz?app=paytm\"\n            }\n        }\n    },\n    \"response_key\": \"success_mandate_link_created\"\n}"},{"id":"8c0ba0c3-7333-4950-9748-f26c47bec088","name":"Success - Mutual Funds Details","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"client_id","value":""},{"key":"client_secret","value":""}],"body":{"mode":"raw","raw":"{\n    \"reference_id\": \"8671e465-1c28-4448-bd22-0e9575169404\",\n    \"consumer_urn\": \"{{consumer_urn}}\",\n    \"mandate_name\": \"123 subscription\",\n    \"amount\": 100,\n    \"frequency\": \"ASPRESENTED\",\n    \"default_amount\": 100,\n    \"purpose_message\": \"Autopay monthly testing\",\n    // \"rule_type\": \"ON\",\n    \"amount_rule\": \"MAX\",\n    \"start_date\": \"2025-05-20\",\n    \"end_date\": \"2025-05-29\",\n    \"expiry_time\": 30,\n    \"is_qr_requested\": false,\n    \"is_custom_qr_requested\": false,\n    \"is_collect_request\": true,\n    \"is_tpv\": true,\n    \"is_downpayment\": true,\n    \"payer_details\": {\n        \"name\": \"Divyanshi\",\n        \"account_no\": \"1235035830935\",\n        \"virtual_address\": \"divyanshi@oksbi\"\n    },\n    \"additional_fields\": {\n        \"mutual_funds_order\": [{\n     \"member_id\": \"ABCDE\",\n      \"user_id\": \"ABCDEFGHIJ\",\n      \"mf_partner\": \"BSE\",\n      \"folio_number\": \"190983010\",\n      \"order_number\": \"order_zer12345ssss\",\n      \"amount\": \"800\",\n      \"scheme_code\": \"LT\",\n      \"amc_code\": \"UYTIUI\",\n      \"pan_number\": \"TYLIO7823U\",\n      \"investment_type\": \"LUMPSUM\"\n    },\n    {\n      \"member_id\": \"ABCDE\",\n      \"user_id\": \"ABCDEFGHIJ\",\n      \"mf_partner\": \"BSE\",\n      \"folio_number\": \"190983010\",\n      \"order_number\": \"order_zer12345ssss\",\n      \"amount\": \"800\",\n      \"scheme_code\": \"LT\",\n      \"amc_code\": \"UYTIUI\",\n      \"pan_number\": \"TYLIO7823U\",\n      \"investment_type\": \"LUMPSUM\"\n    }]\n    },\n    \"is_block_funds\": false,\n    \"is_revokable\": true,\n    \"redirect_url\": \"https://www.google.com\",\n    \"generate_psp_uri\": true,\n    \"mandate_action_callback_subscriber_data\": {\n        \"method\": \"POST\",\n        \"url\": \"https://webhook.site/98df552d-76cb-4111-a706-ae86566560a3\",\n        \"headers\": {\n            \"content-type\": \"application/json\"\n        }\n    }\n}","options":{"raw":{"language":"json"}}},"url":"https://staging.api.decentro.tech/v3/payments/upi/autopay/mandate/link"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"decentro_txn_id\": \"E20EAB451D8E4F478F4826E7A2D42776\",\n    \"api_status\": \"SUCCESS\",\n    \"message\": \"Mandate link created successfully.\",\n    \"data\": {\n        \"mandate_detail\": {\n            \"decentro_mandate_id\": \"81F2C8CFB913414CAAD2ABDCC48D71C8\",\n            \"mandate_status\": \"PENDING\",\n            \"mandate_links\": {\n                \"common_uri\": \"https://decpay.in/upi/mandate/xbpcgdcz\",\n                \"gpay_uri\": \"https://decpay.in/upi/mandate/xbpgdcz?app=gpay\",\n                \"phonepe_uri\": \"https://decpay.in/upi/mandate/xbpcgdcz?app=phonepe\",\n                \"paytm_uri\": \"https://decpay.in/upi/mandate/xbpcv8gcz?app=paytm\"\n            }\n        }\n    },\n    \"response_key\": \"success_mandate_link_created\"\n}"},{"id":"b98239ca-e599-4a25-b02e-34af0d901de8","name":"Success - Collect Requests","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"client_id","value":""},{"key":"client_secret","value":""}],"body":{"mode":"raw","raw":"{\n    \"reference_id\": \"1234\",\n    \"consumer_urn\": \"XXXXXXXXXXXXXX\",\n    \"mandate_name\": \"TPV Testing\",\n    \"amount\": 1.00,\n    \"frequency\": \"weekly\",\n    \"purpose_message\": \"TPV Testing\",\n    \"rule_type\": \"AFTER\",\n    \"amount_rule\": \"MAX\",\n    \"start_date\": \"2025-03-28\",\n    \"end_date\": \"2025-04-29\",\n    \"expiry_time\": 10,\n    \"default_amount\": 1,\n    \"is_managed_by_decentro\": false,\n    \"is_qr_requested\": true,\n    \"is_block_funds\": false,\n    \"is_revokable\": false,\n    \"is_collect_request\": true,\n    \"is_tpv\": false,\n    \"payer_details\": {\n        \"name\": \"abc\",\n        \"virtual_address\": \"nihal@okhdfcbank\"\n        //\"account_no\": \"50100\"\n    },\n    \"generate_psp_uri\": false,\n    \"is_downpayment\": true,\n    \"redirect_url\": \"https://www.decentro.tech\",\n    \"mandate_action_callback_subscriber_data\": {\n        \"url\": \"https://webhook.site/XXXX\",\n        \"method\": \"POST\",\n        \"headers\": {\n            \"content-type\": \"application/json\"\n        }\n    }\n}","options":{"raw":{"language":"json"}}},"url":"https://staging.api.decentro.tech/v3/payments/upi/autopay/mandate/link"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"decentro_txn_id\": \"915763AC40EB46F0A2BF8C8A38310499\",\n    \"api_status\": \"SUCCESS\",\n    \"message\": \"Mandate link created successfully.\",\n    \"data\": {\n        \"mandate_detail\": {\n            \"decentro_mandate_id\": \"92BF286EECA74EB8AFE790E3C5AE3651\",\n            \"mandate_status\": \"PENDING\"\n        }\n    },\n    \"response_key\": \"success_mandate_link_created\"\n}"},{"id":"c726e5ca-6189-4287-930a-b922842c923c","name":"Success - Collect Requests + TPV","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"client_id","value":""},{"key":"client_secret","value":""}],"body":{"mode":"raw","raw":"{\n    \"reference_id\": \"1234\",\n    \"consumer_urn\": \"XXXXXXXXXXXXXX\",\n    \"mandate_name\": \"TPV Testing\",\n    \"amount\": 1.00,\n    \"frequency\": \"weekly\",\n    \"purpose_message\": \"TPV Testing\",\n    \"rule_type\": \"AFTER\",\n    \"amount_rule\": \"MAX\",\n    \"start_date\": \"2025-03-28\",\n    \"end_date\": \"2025-04-29\",\n    \"expiry_time\": 10,\n    \"default_amount\": 1,\n    \"is_managed_by_decentro\": false,\n    \"is_qr_requested\": true,\n    \"is_block_funds\": false,\n    \"is_revokable\": false,\n    \"is_collect_request\": true,\n    \"is_tpv\": true,\n    \"payer_details\": {\n        \"name\": \"abc\",\n        \"virtual_address\": \"nihal@okhdfcbank\",\n        \"account_no\": \"50100\"\n    },\n    \"generate_psp_uri\": false,\n    \"is_downpayment\": true,\n    \"redirect_url\": \"https://www.decentro.tech\",\n    \"mandate_action_callback_subscriber_data\": {\n        \"url\": \"https://webhook.site/XXXX\",\n        \"method\": \"POST\",\n        \"headers\": {\n            \"content-type\": \"application/json\"\n        }\n    }\n}","options":{"raw":{"language":"json"}}},"url":"https://staging.api.decentro.tech/v3/payments/upi/autopay/mandate/link"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"decentro_txn_id\": \"915763AC40EB46F0A2BF8C8A38310499\",\n    \"api_status\": \"SUCCESS\",\n    \"message\": \"Mandate link created successfully.\",\n    \"data\": {\n        \"mandate_detail\": {\n            \"decentro_mandate_id\": \"92BF286EECA74EB8AFE790E3C5AE3651\",\n            \"mandate_status\": \"PENDING\"\n        }\n    },\n    \"response_key\": \"success_mandate_link_created\"\n}"},{"id":"caa7e633-3fcd-4036-84aa-b757fe9d0a67","name":"Failure","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"client_id","value":""},{"key":"client_secret","value":""}],"body":{"mode":"raw","raw":"{\n    \"reference_id\": \"d0c24369-f872-4a95-bc8c-69bb83e9cb41\",\n    \"consumer_urn\": \"XXXXX\",\n    \"mandate_name\": \"XXXXX\",\n    \"amount\": 100,\n    \"frequency\": \"WEEKLY\",\n    \"is_managed_by_decentro\":true,  \n    \"purpose_message\": \"Internal Testing\",\n    \"rule_type\": \"after\",  \n    \"amount_rule\": \"FIXED\",\n    \"default_amount\": 100,  \n    \"is_downpayment\": true,\n    \"start_date\": \"2025-03-05\",\n    \"end_date\": \"2025-03-28\",\n    \"expiry_time\": 1,\n    \"generate_psp_uri\": true,\n    \"is_qr_requested\": true,  \n    \"is_block_funds\": false,\n    \"is_revokable\": false,\n    \"is_collect_request\": true,\n    \"is_tpv\": false,\n    \"payer_details\": {\n        \"name\": \"abc\",\n        \"virtual_address\": \"nihal@okhdfcbank\"\n        //\"account_no\": \"50100\"\n    },\n    \"is_custom_qr_requested\": true,  \n    \"redirect_url\": \"https://www.decentro.tech\",\n    \"mandate_action_callback_subscriber_data\": {\n        \"url\": \"https://webhook.site/XXXXX\",\n        \"method\": \"POST\",\n        \"headers\": {\n            \"content-type\": \"application/json\"\n        }\n    }\n}","options":{"raw":{"language":"json"}}},"url":"https://staging.api.decentro.tech/v3/payments/upi/autopay/mandate/link"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"decentro_txn_id\": \"0B2E111ACA5944138F9C7E7FF70161CC\",\n    \"api_status\": \"FAILURE\",\n    \"message\": \"Start date cannot be less than present date.\",\n    \"response_key\": \"error_invalid_start_date\"\n}"}],"_postman_id":"37545df2-4eb3-4452-9ec7-5e860d5b9c76"},{"name":"Get Mandate Status","id":"821568ce-9815-4b3f-8cf7-3e8d50281150","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"GET","header":[{"key":"client_id","value":""},{"key":"client_secret","value":""}],"url":"https://staging.api.decentro.tech/v3/payments/upi/autopay/mandate/status?decentro_mandate_id=4CDB69B172314456B3CE2649EAAA18AF","urlObject":{"protocol":"https","path":["v3","payments","upi","autopay","mandate","status"],"host":["staging","api","decentro","tech"],"query":[{"key":"decentro_mandate_id","value":"4CDB69B172314456B3CE2649EAAA18AF"}],"variable":[]}},"response":[{"id":"b605150a-b86f-42bb-91fb-ddc69464fde3","name":"Success","originalRequest":{"method":"GET","header":[{"key":"client_id","value":""},{"key":"client_secret","value":""}],"url":{"raw":"https://staging.api.decentro.tech/v3/payments/upi/autopay/mandate/status?decentro_mandate_id=4CDB69B172314456B3CE2649EAAA18AF","protocol":"https","host":["staging","api","decentro","tech"],"path":["v3","payments","upi","autopay","mandate","status"],"query":[{"key":"decentro_mandate_id","value":"4CDB69B172314456B3CE2649EAAA18AF"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"decentro_txn_id\": \"506B1709F42B4D4B80B684A677842D6D\",\n    \"api_status\": \"SUCCESS\",\n    \"message\": \"Mandate status retrieved successfully\",\n    \"data\": {\n        \"mandate_status\": \"PENDING\",\n        \"mandate_status_description\": \"Mandate is pending\",\n        \"decentro_mandate_id\": \"4BB7969FC5DE4C22B940D0D7A0048907\"\n    },\n    \"response_key\": \"success_mandate_status_fetched\"\n}"},{"id":"4c24356c-f1b7-412b-bcab-cec0731d2a3d","name":"Failure","originalRequest":{"method":"GET","header":[{"key":"client_id","value":""},{"key":"client_secret","value":""}],"url":{"raw":"https://staging.api.decentro.tech/v3/payments/upi/autopay/mandate/status?decentro_mandate_id=4CDB69B172314456B3CE2649EAAA18AF","protocol":"https","host":["staging","api","decentro","tech"],"path":["v3","payments","upi","autopay","mandate","status"],"query":[{"key":"decentro_mandate_id","value":"4CDB69B172314456B3CE2649EAAA18AF"}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"decentro_txn_id\": \"87CE22DF027F402FA305EDAE790ADF74\",\n    \"api_status\": \"FAILURE\",\n    \"message\": \"No mandate found for the given input.\",\n    \"response_key\": \"error_no_mandate_found\"\n}"}],"_postman_id":"821568ce-9815-4b3f-8cf7-3e8d50281150"},{"name":"Pre-debit Notification","id":"cd3dc465-ee27-4039-8cea-d2c653234bed","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"POST","header":[{"key":"client_id","value":""},{"key":"client_secret","value":""},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{  \n    \"reference_id\": \"efbfd7b4-61c1-462e-a980-58887a2d32fe\",  \n    \"decentro_mandate_id\": \"4FA267DE0B764517BD39A174861BCAF2\",  \n    \"amount\": 14999,  \n    \"debit_date\": \"2025-10-25\",  \n        \"mandate_pdn_callback_subscriber_data\": {  \n        \"url\": \"<https://webhook.site/XXXXXX1c5182a\",  \n        \"method\": \"POST\",  \n        \"headers\": {  \n            \"content-type\": \"application/json\"  \n        }  \n    }  \n}","options":{"raw":{"language":"json"}}},"url":"https://staging.api.decentro.tech/v3/payments/upi/autopay/mandate/notify","urlObject":{"protocol":"https","path":["v3","payments","upi","autopay","mandate","notify"],"host":["staging","api","decentro","tech"],"query":[],"variable":[]}},"response":[{"id":"0aced694-25f0-43a0-af11-2e242089a650","name":"Success","originalRequest":{"method":"POST","header":[{"key":"client_id","value":""},{"key":"client_secret","value":""},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"reference_id\": \"cff13472-5d34-4c77-821b-4c360b535534\",\n    \"decentro_mandate_id\": \"4176B6E0C22B449297FA5B08BEA6BAEE\",\n    \"amount\": 1,\n    \"debit_date\": \"2025-03-07\"\n}","options":{"raw":{"language":"json"}}},"url":"https://staging.api.decentro.tech/v3/payments/upi/autopay/mandate/notify"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\r\n  \"decentro_txn_id\": \"F3148C353F7745A8AEF5D0CF96F33891\",\r\n  \"api_status\": \"SUCCESS\",\r\n  \"message\": \"Pre Debit Notification sent successfully.\",\r\n  \"data\": {\r\n    \"notification_detail\": {\r\n      \"notification_status\": \"SUCCESS\",\r\n      \"presentation_sequence_id\": \"DFN-63D5343CF3CD41C29A7F7C3DED8FAC63-00001\",\r\n      \"debit_date\": \"Jan 09, 2025, 12:00:00 AM\",\r\n      \"decentro_mandate_id\": \"63D5343CF3CD41C29A7F7C3DED8FAC63\",\r\n      \"amount\": \"100\"\r\n    }\r\n  },\r\n  \"response_key\": \"success_pre_debit_notification\"\r\n}"},{"id":"606da940-dca8-41d8-bc46-30d1622e4ef8","name":"Failure","originalRequest":{"method":"POST","header":[{"key":"client_id","value":""},{"key":"client_secret","value":""},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"reference_id\": \"4630de4c-e58e-4cff-988f-7672325e84aa\",\n    \"decentro_mandate_id\": \"4176B6E0C22B449297FA5B08BEA6BAEE\",\n    \"amount\": 1,\n    \"debit_date\": \"2025-03-07\"\n}","options":{"raw":{"language":"json"}}},"url":"https://staging.api.decentro.tech/v3/payments/upi/autopay/mandate/notify"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\r\n  \"decentro_txn_id\": \"3761224B752E49DFBF87CE34A729FF3A\",\r\n  \"api_status\": \"FAILURE\",\r\n  \"message\": \"The amount is invalid as per the mandate.\",\r\n  \"response_key\": \"error_invalid_amount\"\r\n}"}],"_postman_id":"cd3dc465-ee27-4039-8cea-d2c653234bed"},{"name":"Get PDN Status","id":"75519129-d423-4b2c-9fcf-47d21fd56690","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"GET","header":[{"key":"client_id","value":"YOUR_CLIENT_ID"},{"key":"client_secret","value":"YOUR_CLIENT_SECRET"}],"url":"https://staging.api.decentro.tech/v3/payments/upi/autopay/notification/status?presentation_sequence_id=&reference_id=","urlObject":{"protocol":"https","path":["v3","payments","upi","autopay","notification","status"],"host":["staging","api","decentro","tech"],"query":[{"key":"presentation_sequence_id","value":""},{"key":"reference_id","value":""}],"variable":[]}},"response":[{"id":"7948896d-6d15-46c9-be45-56b69df45d82","name":"Success - PDN","originalRequest":{"method":"GET","header":[{"key":"client_id","value":"YOUR_CLIENT_ID"},{"key":"client_secret","value":"YOUR_CLIENT_SECRET"}],"url":{"raw":"https://staging.api.decentro.tech/v3/payments/upi/autopay/notification/status?presentation_sequence_id=&reference_id=","protocol":"https","host":["staging","api","decentro","tech"],"path":["v3","payments","upi","autopay","notification","status"],"query":[{"key":"presentation_sequence_id","value":""},{"key":"reference_id","value":""}]}},"_postman_previewlanguage":null,"header":null,"cookie":[],"responseTime":null,"body":null},{"id":"e6e400d0-b031-4fde-8200-6db7638432e2","name":"Failed - PDN","originalRequest":{"method":"GET","header":[{"key":"client_id","value":"YOUR_CLIENT_ID"},{"key":"client_secret","value":"YOUR_CLIENT_SECRET"}],"url":{"raw":"https://staging.api.decentro.tech/v3/payments/upi/autopay/notification/status?presentation_sequence_id=&reference_id=","protocol":"https","host":["staging","api","decentro","tech"],"path":["v3","payments","upi","autopay","notification","status"],"query":[{"key":"presentation_sequence_id","value":""},{"key":"reference_id","value":""}]}},"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"decentro_txn_id\": \"E4FFE0E9E92A4A8EB3757E87504CBB5E\",\n    \"api_status\": \"SUCCESS\",\n    \"message\": \"Pre-Debit Notification status retrieved successfully\",\n    \"data\": {\n        \"notification_detail\": {\n            \"notification_status\": \"FAILED\",\n            \"presentation_sequence_id\": \"DFN-0DF47BA734314E1F8A6B35A7C0B6A675-00001\",\n            \"decentro_mandate_id\": \"0DF47BA734314E1F8A6B35A7C0B6A675\",\n            \"amount\": \"1.0000\"\n        }\n    },\n    \"response_key\": \"success_pre_debit_notification_status_fetched\"\n}"}],"_postman_id":"75519129-d423-4b2c-9fcf-47d21fd56690"},{"name":"Mandate Execute","id":"9535e510-d89d-425f-b5b8-eb231698aa35","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"POST","header":[{"key":"client_id","value":"","type":"text"},{"key":"client_secret","value":"","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"reference_id\": \"dee1f7ad-9a30-46c1-8aa5-a904972dc94a\",\n    \"purpose_message\": \"Failure presentation scenario\",\n    \"mandate_presentation_callback_subscriber_data\": {\n        \"url\": \"https://webhook.site/XXXX\",\n        \"headers\": {\n            \"content-type\": \"application/json\"\n        }\n    }\n}","options":{"raw":{"language":"json"}}},"url":"https://staging.api.decentro.tech/v3/payments/upi/autopay/mandate/presentation","urlObject":{"protocol":"https","path":["v3","payments","upi","autopay","mandate","presentation"],"host":["staging","api","decentro","tech"],"query":[],"variable":[]}},"response":[{"id":"b4a73741-c492-4e31-99b6-b003294f2608","name":"Success","originalRequest":{"method":"POST","header":[{"key":"client_id","value":"","type":"text"},{"key":"client_secret","value":"","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"reference_id\": \"b83e8c70-0c08-452c-8f60-a24ec758feed\",\n    \"purpose_message\": \"Failure presentation scenario\",\n    \"mandate_presentation_callback_subscriber_data\": {\n        \"url\": \"https://webhook.site/XXXX\",\n        \"headers\": {\n            \"content-type\": \"application/json\"\n        }\n    }\n}","options":{"raw":{"language":"json"}}},"url":"https://staging.api.decentro.tech/v3/payments/upi/autopay/mandate/presentation"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"decentro_txn_id\": \"C331608245F84919BFED6D69D8372783\",\n    \"api_status\": \"SUCCESS\",\n    \"message\": \"Mandate presentation initiated successfully.\",\n    \"data\": {\n        \"presentation_status\": \"PENDING\",\n        \"debit_date\": \"Aug 24, 2020, 12:00:00 AM\",\n        \"decentro_mandate_id\": \"97C96B3CA797417A8094D50E96D58774\",\n        \"amount\": \"100.0\"\n    },\n    \"response_key\": \"success_presentation_initiated\"\n}"},{"id":"2eb902b4-dfa5-4cab-90b5-c56ef06c7ddd","name":"Failure","originalRequest":{"method":"POST","header":[{"key":"client_id","value":"","type":"text"},{"key":"client_secret","value":"","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"reference_id\": \"ed4e01d1-c577-405e-8504-af6ba9cba7a7\",\n    \"purpose_message\": \"Failure presentation scenario\",\n    \"mandate_presentation_callback_subscriber_data\": {\n        \"url\": \"https://webhook.site/XXXX\",\n        \"headers\": {\n            \"content-type\": \"application/json\"\n        }\n    }\n}","options":{"raw":{"language":"json"}}},"url":"https://staging.api.decentro.tech/v3/payments/upi/autopay/mandate/presentation"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\r\n  \"decentro_txn_id\": \"2846A56E007E4EBF96024044A7D20AFA\",\r\n  \"api_status\": \"FAILURE\",\r\n  \"message\": \"Presentation window invalid. The presentation must begin at least 24 hours after the pre-debit notification. Please wait and try again later.\",\r\n  \"response_key\": \"error_presentation_window_not_started\"\r\n}"}],"_postman_id":"9535e510-d89d-425f-b5b8-eb231698aa35"},{"name":"Get Mandate Execute Status","id":"04f1e3a2-58b5-484e-880a-48d4a10a004e","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"GET","header":[{"key":"client_id","value":"","type":"text"},{"key":"client_secret","value":"","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"}],"url":"https://staging.api.decentro.tech/v3/payments/upi/autopay/presentation/status?presentation_sequence_id=DFN-6016C9BD197043CCBA29E3F396A2ADDD-00001","urlObject":{"protocol":"https","path":["v3","payments","upi","autopay","presentation","status"],"host":["staging","api","decentro","tech"],"query":[{"key":"presentation_sequence_id","value":"DFN-6016C9BD197043CCBA29E3F396A2ADDD-00001"},{"disabled":true,"key":"reference_id","value":"XXXXXX"}],"variable":[]}},"response":[{"id":"18b5c8c0-d5ea-4415-860f-3f9339503d9d","name":"Success","originalRequest":{"method":"GET","header":[{"key":"client_id","value":"","type":"text"},{"key":"client_secret","value":"","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"}],"url":{"raw":"https://staging.api.decentro.tech/v3/payments/upi/autopay/presentation/status?presentation_sequence_id=DFN-6016C9BD197043CCBA29E3F396A2ADDD-00001","protocol":"https","host":["staging","api","decentro","tech"],"path":["v3","payments","upi","autopay","presentation","status"],"query":[{"key":"presentation_sequence_id","value":"DFN-6016C9BD197043CCBA29E3F396A2ADDD-00001"},{"key":"reference_id","value":null,"disabled":true}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\r\n  \"decentro_txn_id\": \"B5621499184E4B00A8A4D862A0ACEBDE\",\r\n  \"api_status\": \"SUCCESS\",\r\n  \"message\": \"Presentation status retrieved successfully\",\r\n  \"data\": {\r\n    \"presentation_detail\": {\r\n      \"status\": \"SUCCESS\",\r\n      \"status_description\": \"Mandate presentation is successful\",\r\n      \"bank_reference_number\": \"483605340610\",\r\n      \"npci_txn_id\": \"MYB3C9815461F634C7C8BFE2861FDEDC786\",\r\n      \"transaction_authentication_timestamp\": \"Jan 15, 2025 03:02:39 PM\"\r\n    }\r\n  },\r\n  \"response_key\": \"success_presentation_status_fetched\"\r\n}"},{"id":"15b4c98f-f44a-4b52-ac46-32ee2ebfd0dc","name":"Failuree","originalRequest":{"method":"GET","header":[{"key":"client_id","value":"","type":"text"},{"key":"client_secret","value":"","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"}],"url":{"raw":"https://staging.api.decentro.tech/v3/payments/upi/autopay/presentation/status?presentation_sequence_id=DFN-6016C9BD197043CCBA29E3F396A2ADDD-00001","protocol":"https","host":["staging","api","decentro","tech"],"path":["v3","payments","upi","autopay","presentation","status"],"query":[{"key":"presentation_sequence_id","value":"DFN-6016C9BD197043CCBA29E3F396A2ADDD-00001"}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"decentro_txn_id\": \"8F7C68CCEC8245F8B8AD9C9D8F31924A\",\n    \"api_status\": \"FAILURE\",\n    \"message\": \"At least one of query parameter should be provided.\",\n    \"response_key\": \"error_missing_key_all_query_parameters\"\n}"}],"_postman_id":"04f1e3a2-58b5-484e-880a-48d4a10a004e"},{"name":"Mandate Management API","id":"f7aeebe9-c852-4c49-92dd-d1d8e6730c1d","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"POST","header":[{"key":"client_id","value":""},{"key":"client_secret","value":""},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"action\": \"update\",\n  \"decentro_mandate_id\": \"XXXXXXX\",\n  \"update_fields\": {\n    \"end_date\": \"2025-06-25\",\n    \"amount\": 100,\n    \"default_amount\": 70\n  }\n}","options":{"raw":{"language":"json"}}},"url":"https://staging.api.decentro.tech/v3/payments/upi/autopay/mandate/manage","urlObject":{"protocol":"https","path":["v3","payments","upi","autopay","mandate","manage"],"host":["staging","api","decentro","tech"],"query":[],"variable":[]}},"response":[{"id":"51af98c2-50fa-40af-8f0d-4eb5b9b5368d","name":"Success - Cancel","originalRequest":{"method":"POST","header":[{"key":"client_id","value":""},{"key":"client_secret","value":""},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"action\": \"CANCEL\",\n    \"decentro_mandate_id\": \"XXXXXXXX\"\n}","options":{"raw":{"language":"json"}}},"url":"https://staging.api.decentro.tech/v3/payments/upi/autopay/mandate/manage"},"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"decentro_txn_id\": \"44DD8723126147988C5C2F8E13CB274A\",\n    \"api_status\": \"SUCCESS\",\n    \"message\": \"Requested action completed successfully.\",\n    \"data\": {\n        \"mandate_status_description\": \"Mandate is cancelled. All initiated pre-debit notifications & presentations are cancelled\",\n        \"decentro_provider_urn\": \"XXXXX\",\n        \"mandate_status\": \"CANCELLED\",\n        \"decentro_mandate_id\": \"XXX\"\n    },\n    \"response_key\": \"success_mandate_cancellation\"\n}"},{"id":"e185b17a-aadd-4630-83c3-0c29364b51c7","name":"Success - Update","originalRequest":{"method":"POST","header":[{"key":"client_id","value":""},{"key":"client_secret","value":""},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"action\": \"update\",\n  \"decentro_mandate_id\": \"XXXXXXX\",\n  \"update_fields\": {\n    \"end_date\": \"2025-06-25\",\n    \"amount\": 100,\n    \"default_amount\": 70\n  }\n}","options":{"raw":{"language":"json"}}},"url":"https://staging.api.decentro.tech/v3/payments/upi/autopay/mandate/manage"},"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n  \"decentro_txn_id\": \"1215402F2EEC4387BBCD23D9CE54E65C\",\n  \"api_status\": \"SUCCESS\",\n  \"message\": \"Requested action completed successfully.\",\n  \"data\": {\n    \"mandate_status_description\": \"Mandate update request initiated\",\n    \"mandate_status\": \"PENDING\",\n    \"decentro_mandate_id\": \"6F62FA4D08594A48B6536A716A178DD1\"\n  },\n  \"response_key\": \"success_mandate_update\"\n}"},{"id":"aeec1589-f9d6-4fbd-8bfe-9cce96ca9abc","name":"Failure - Invalid Action Type","originalRequest":{"method":"POST","header":[{"key":"client_id","value":""},{"key":"client_secret","value":""},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"action\": \"CANCEL\",\n    \"decentro_mandate_id\": \"XXXXXXXX\"\n}","options":{"raw":{"language":"json"}}},"url":"https://staging.api.decentro.tech/v3/payments/upi/autopay/mandate/manage"},"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n  \"decentro_txn_id\": \"E56F148189BA45DEB14495BAF0B82BA4\",\n  \"api_status\": \"FAILURE\",\n  \"message\": \"Invalid action type provided. Accepted value is CANCEL.\",\n  \"response_key\": \"error_invalid_action_type\"\n}"}],"_postman_id":"f7aeebe9-c852-4c49-92dd-d1d8e6730c1d"}],"id":"6f6dfbdb-027e-419c-85b2-b518613daeab","_postman_id":"6f6dfbdb-027e-419c-85b2-b518613daeab","description":""},{"name":"Enach v3","item":[{"name":"Supported Banks & Mode","id":"edbaf845-9dad-4744-b775-e629d30b8e9b","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"client_id","value":"","description":"<p>Decentro assigned client_id for the company</p>\n"},{"key":"client_secret","value":"","description":"<p>Decentro assigned client_secret for the company</p>\n"},{"key":"Content-Type","value":"application/json"}],"url":"https://staging.api.decentro.tech/v3/payments/enach/bank_support?bank_code=YESB","description":"<p>This API can be used to fetch the updated list of Banks and Methods supported by NPCI for E-NACH.</p>\n<p>Below is the list of supported banks and their specific bank code</p>\n<p><a href=\"https://www.npci.org.in/PDF/nach/live-members-e-mandates/Live-Banks-in-API-E-Mandate.pdf\"><strong>https://www.npci.org.in/PDF/nach/live-members-e-mandates/Live-Banks-in-API-E-Mandate.pdf</strong></a></p>\n<p>By using this API, you can check if your consumer banks are supported by NPCI.</p>\n","urlObject":{"protocol":"https","path":["v3","payments","enach","bank_support"],"host":["staging","api","decentro","tech"],"query":[{"key":"bank_code","value":"YESB"}],"variable":[]}},"response":[{"id":"04025cfa-9011-4089-9424-e62450c81e60","name":"Success","originalRequest":{"method":"GET","header":[{"key":"client_id","value":"","description":"Decentro assigned client_id for the company"},{"key":"client_secret","value":"","description":"Decentro assigned client_secret for the company"},{"key":"Content-Type","value":"application/json"},{"key":"authorization","value":"","type":"text","disabled":true}],"url":{"raw":"https://staging.api.decentro.tech/v3/payments/enach/bank_support?bank_code=YESB","protocol":"https","host":["staging","api","decentro","tech"],"path":["v3","payments","enach","bank_support"],"query":[{"key":"bank_code","value":"YESB"}]}},"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"decentro_txn_id\": \"EC2D3508C36D41F59C8A6A89AD1F3\",\n    \"api_status\": \"SUCCESS\",\n    \"message\": \"Supported methods for bank code fetched successfully\",\n    \"data\": {\n        \"debit_card\": \"supported\",\n        \"net_banking\": \"supported\",\n        \"aadhaar\": \"supported\"\n    },\n    \"response_key\": \"success_bank_code\"\n}"},{"id":"46cda097-c41e-4f72-b926-cd8a1a220d82","name":"Failure","originalRequest":{"method":"GET","header":[{"key":"client_id","value":"","description":"Decentro assigned client_id for the company"},{"key":"client_secret","value":"","description":"Decentro assigned client_secret for the company"},{"key":"Content-Type","value":"application/json"},{"key":"authorization","value":"","type":"text","disabled":true}],"url":{"raw":"https://staging.api.decentro.tech/v3/payments/enach/bank_support?bank_code=YES","protocol":"https","host":["staging","api","decentro","tech"],"path":["v3","payments","enach","bank_support"],"query":[{"key":"bank_code","value":"YES"}]}},"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"decentro_txn_id\": \"AFCF569D65A2482DB9E61F03A6D323EE\",\n    \"api_status\": \"FAILURE\",\n    \"message\": \"The bank code is invalid. It must be exactly 4 characters long. Hint: bank_code(string)\",\n    \"response_key\": \"error_incorrect_length_bankcode\"\n}"}],"_postman_id":"edbaf845-9dad-4744-b775-e629d30b8e9b"},{"name":"Mandate Registration","id":"d669ea55-7527-4596-8743-b3432f499185","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"client_id","value":"","description":"<p>Decentro assigned client_id for the company</p>\n"},{"key":"client_secret","value":"","description":"<p>Decentro assigned client_secret for the company</p>\n"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"reference_id\" : \"b377bd65-2223-4e23-8937-20a39888b694\",\n    \"consumer_urn\": \"{{consumer_urn}}\",\n    \"user\" : {\n        \"name\" : \"Nihal\",\n        \"account_number\" : \"XXXXXX\",\n        \"account_type\" : \"SAVINGS\",\n        \"reference_number\" : \"decentro-mandate\",\n        \"bank_id\" :  \"HDFC\"\n    },\n    \"start_date\" : \"2024-09-23\",\n    \"end_date\" : \"2024-12-30\",\n    \"amount\" : 200.00,\n    \"amount_rule\" : \"fixed\",\n    \"category_code\" : \"elec\",\n    \"frequency\" : \"weekly\",\n    \"authentication_mode\" : \"DebitCard\",\n    \"uistreams\" : \"false\"\n}"},"url":"https://staging.api.decentro.tech/v3/payments/enach/mandate","description":"<p>This API helps to enable a path (pageLink) so that your consumer can register a recurring payment with with Debit Card or Netbanking as a mode of payment.</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Parameter</th>\n<th>Description</th>\n<th>Optional (O)/ Mandatory (M)/ Conditionally mandatory (CM)</th>\n<th>Datatype</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>reference_id</td>\n<td>A specific unique ID assigned by you for this transaction. If not kept unique, transaction status extraction could behave erratically.</td>\n<td>M</td>\n<td>String</td>\n</tr>\n<tr>\n<td>consumer</td>\n<td>Consumer Details block</td>\n<td>M</td>\n<td>JSON</td>\n</tr>\n<tr>\n<td>name</td>\n<td>Name of the consumer</td>\n<td>M</td>\n<td>String</td>\n</tr>\n<tr>\n<td>account_number</td>\n<td>Account Number of the consumer</td>\n<td>M</td>\n<td>String</td>\n</tr>\n<tr>\n<td>account_type</td>\n<td>Type of Account. Permissible values: SAVINGS, CURRENT, OTHER.</td>\n<td>M</td>\n<td>Fixed  <br />(SAVINGS, CURRENT, OTHER)</td>\n</tr>\n<tr>\n<td>reference_number</td>\n<td>Customer Reference Number</td>\n<td>M</td>\n<td>String</td>\n</tr>\n<tr>\n<td>bank_id</td>\n<td>Bank Code of the account</td>\n<td>M</td>\n<td>Fixed (Bank Code as mentioned in supporting banks)</td>\n</tr>\n<tr>\n<td>email</td>\n<td>Email ID of the consumer</td>\n<td>O</td>\n<td>String</td>\n</tr>\n<tr>\n<td>mobile</td>\n<td>Mobile number of the consumer</td>\n<td>O</td>\n<td>Numeric</td>\n</tr>\n<tr>\n<td>pan</td>\n<td>PAN number of the consumer</td>\n<td>O</td>\n<td>Alphanumeric</td>\n</tr>\n<tr>\n<td>start_date</td>\n<td>Mandate start date</td>\n<td>M</td>\n<td>Date (YYYY-MM-DD)</td>\n</tr>\n<tr>\n<td>end_date</td>\n<td>Mandate end date</td>\n<td>M</td>\n<td>Date (YYYY-MM-DD)</td>\n</tr>\n<tr>\n<td>amount</td>\n<td>Mandate Amount</td>\n<td>M</td>\n<td>String, but should be a parseable positive Float/ Integer</td>\n</tr>\n<tr>\n<td>amount_rule</td>\n<td>Rule of Amount. Permissible values FIXED, MAX.</td>\n<td>M</td>\n<td>Fixed  <br />(FIXED or MAX)</td>\n</tr>\n<tr>\n<td>category_code</td>\n<td>Category Codes. Permissible values API, B2B, CRED, MAND, EDU, PREM, PAYM, LONS, LONP, MF, OTH, SUB, TRE, TAX, ELEC, GAS, TELE, WAT.</td>\n<td>M</td>\n<td>Fixed (as per masters in description)</td>\n</tr>\n<tr>\n<td>frequency</td>\n<td>Frequency of the Mandate. Permissible values one-time, adhoc, intra-day, daily, weekly, monthly, quarterly, semi-annually, yearly, bi-monthly.</td>\n<td>M</td>\n<td>Fixed (one-time, adhoc, intra-day, daily, weekly, monthly, quarterly, semi-annually, yearly, bi-monthly)</td>\n</tr>\n<tr>\n<td>authentication_mode</td>\n<td>Mode of Mandate registration. Permissible values NETBANKING, DEBITCARD.</td>\n<td>M</td>\n<td>Fixed (NETBANKING, DEBITCARD)</td>\n</tr>\n<tr>\n<td>payee_account_number</td>\n<td>Virtual Account Number where the collection is to be recorded.</td>\n<td>CM, If a account number is passed, the money will settle in the mentioned account else money will be settled in master virtual account.</td>\n<td>String</td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"protocol":"https","path":["v3","payments","enach","mandate"],"host":["staging","api","decentro","tech"],"query":[],"variable":[]}},"response":[{"id":"5178f2ea-4d78-4499-8675-385cc8eaecf5","name":"Success-with user details","originalRequest":{"method":"POST","header":[{"key":"client_id","value":"","description":"Decentro assigned client_id for the company"},{"key":"client_secret","value":"","description":"Decentro assigned client_secret for the company"},{"key":"Content-Type","value":"application/json","type":"text"},{"key":"authorization","value":"","type":"text","disabled":true}],"body":{"mode":"raw","raw":"{\n    \"reference_id\": \"2f47fe1b-a7a0-4f6e-bd14-6252e3472116\",\n    \"consumer_urn\": \"XXXX\",\n    \"user\": {\n        \"name\": \"somefirst somelast\",\n        \"account_number\": \"696410110006674\",\n        \"reference_number\": \"decentro-mandate\",\n        \"account_type\": \"SAVINGS\",\n        \"bank_code\": \"HDFC\",\n        \"email\": \"some_email@mail.com\",\n        \"mobile\": \"9999999999\", \n        \"pan\": \"ABCDE1234F\"\n    },\n    \"start_date\": \"2025-04-03\",\n    \"end_date\": \"2030-07-30\",\n    \"amount\": 10000.00,\n    \"amount_rule\": \"fixed\",\n    \"category_code\": \"elec\",\n    \"frequency\": \"weekly\",\n    \"redirection_url\": \"https://google.com\",\n    \"uistream\": true\n}","options":{"raw":{"language":"json"}}},"url":"https://staging.api.decentro.tech/v3/payments/enach/mandate"},"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"decentro_txn_id\": \"391B49D354A84401BF2998C123C94462\",\n    \"api_status\": \"SUCCESS\",\n    \"message\": \"Successfully initiated mandate registration.\",\n    \"data\": {\n        \"mandate_status\": \"PENDING\",\n        \"page_link\": \"https://staging.api.decpay.in/dec3XXXXXXXXXXXXXXXXXXXXXXXX.html\"\n    },\n    \"response_key\": \"success_link_initiation\"\n}"},{"id":"f2e59421-0f6f-4eda-93a2-a759774308cc","name":"Success-without user details","originalRequest":{"method":"POST","header":[{"key":"client_id","value":"","description":"Decentro assigned client_id for the company"},{"key":"client_secret","value":"","description":"Decentro assigned client_secret for the company"},{"key":"Content-Type","value":"application/json","type":"text"},{"key":"authorization","value":"","type":"text","disabled":true}],"body":{"mode":"raw","raw":"{\n    \"reference_id\": \"40b674d8-c832-48eb-ab5e-462db5bf4e81\",\n    \"consumer_urn\": \"XXXX\",\n    \"start_date\": \"2025-04-03\",\n    \"end_date\": \"2030-07-30\",\n    \"amount\": 10000.00,\n    \"amount_rule\": \"fixed\",\n    \"category_code\": \"elec\",\n    \"frequency\": \"weekly\",\n    \"redirection_url\": \"https://google.com\",\n    \"uistream\": true\n}","options":{"raw":{"language":"json"}}},"url":"https://staging.api.decentro.tech/v3/payments/enach/mandate"},"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"decentro_txn_id\": \"391B49D354A84401BF2998C123C94462\",\n    \"api_status\": \"SUCCESS\",\n    \"message\": \"Successfully initiated mandate registration.\",\n    \"data\": {\n        \"mandate_status\": \"PENDING\",\n        \"page_link\": \"https://staging.api.decpay.in/dec3XXXXXXXXXXXXXXXXXXXXXXXX.html\"\n    },\n    \"response_key\": \"success_link_initiation\"\n}"},{"id":"bc29bfd9-03a5-4b97-a033-99538cbf5949","name":"Success-Direct Link","originalRequest":{"method":"POST","header":[{"key":"client_id","value":"","description":"Decentro assigned client_id for the company"},{"key":"client_secret","value":"","description":"Decentro assigned client_secret for the company"},{"key":"Content-Type","value":"application/json","type":"text"},{"key":"authorization","value":"","type":"text","disabled":true}],"body":{"mode":"raw","raw":"{\n    \"reference_id\" : \"c082875f-1d99-44b3-8416-2d83189be717\",\n    \"consumer_urn\": \"{{consumer_urn}}\",\n    \"user\" : {\n        \"name\" : \"XXXX\",\n        \"account_number\" : \"XXXX\",\n        \"account_type\" : \"SAVINGS\",\n        \"reference_number\" : \"decentro-mandate\",\n        \"bank_code\" :  \"CNRB\",\n        \"pan\":\"ABCDE1234F\"\n    },\n    \"start_date\" : \"2025-04-20\",\n    \"end_date\" : \"2025-06-20\",\n    \"amount\" : 200.00,\n    \"amount_rule\" : \"fixed\",\n    \"category_code\" : \"elec\",\n    \"frequency\" : \"weekly\",\n    \"redirection_url\" : \"https://www.google.com\",\n    \"authentication_mode\" : \"DebitCard\",\n    \"uistream\": false\n}","options":{"raw":{"language":"json"}}},"url":"https://staging.api.decentro.tech/v3/payments/enach/mandate"},"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"decentro_txn_id\": \"391B49D354A84401BF2998C123C94462\",\n    \"api_status\": \"SUCCESS\",\n    \"message\": \"Successfully initiated mandate registration.\",\n    \"data\": {\n        \"mandate_status\": \"PENDING\",\n        \"page_link\": \"https://staging.api.decpay.in/dec3XXXXXXXXXXXXXXXXXXXXXXXX.html\"\n    },\n    \"response_key\": \"success_link_initiation\"\n}"},{"id":"a77f7859-2d0b-4d33-af71-424c093e664d","name":"Failure","originalRequest":{"method":"POST","header":[{"key":"client_id","value":"","description":"Decentro assigned client_id for the company"},{"key":"client_secret","value":"","description":"Decentro assigned client_secret for the company"},{"key":"Content-Type","value":"application/json"},{"key":"authorization","value":"","type":"text","disabled":true}],"body":{"mode":"raw","raw":"{\n    \"reference_id\" : \"cd6baa7c-4063-46b7-afdb-de2c26dd77c9\",\n    \"consumer_urn\": \"{{consumer_urn}}\",\n    \"user\" : {\n        \"name\" : \"Nihal Simha M S\",\n        \"account_number\" : \"XXX\",\n        \"account_type\" : \"SAVINGS\",\n        \"reference_number\" : \"decentro-mandate\",\n        \"bank_id\" :  \"HDFC\"\n    },\n    \"start_date\" : \"2024-09-23\",\n    \"end_date\" : \"2024-12-30\",\n    \"amount\" : 200.00,\n    \"amount_rule\" : \"fixed\",\n    \"category_code\" : \"elec\",\n    \"frequency\" : \"weekly\",\n    \"authentication_mode\" : \"\"\n}"},"url":"https://staging.api.decentro.tech/v3/payments/enach/mandate"},"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"decentro_txn_id\": \"5475D65AE4E649FEA8A7B5F80AB7187B\",\n    \"api_status\": \"FAILURE\",\n    \"message\": \"Please provide valid Authentication Mode. Hint: authentication_mode(string), Valid values: [ NETBANKING, DEBITCARD, AADHAAR ]\",\n    \"response_key\": \"error_invalid_authentication_mode\"\n}"}],"_postman_id":"d669ea55-7527-4596-8743-b3432f499185"},{"name":"Mandate Status","id":"74315c9d-9229-4999-a202-93c464b0d06c","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"client_id","value":"","description":"<p>Decentro assigned client_id for the company</p>\n"},{"key":"client_secret","value":"","description":"<p>Decentro assigned client_secret for the company</p>\n"},{"key":"Content-Type","value":"application/json"}],"url":"https://staging.api.decentro.tech/v3/payments/enach/mandate/status?decentro_mandate_urn=","description":"<p>Check the real-time status of the mandate registration request initiated.</p>\n","urlObject":{"protocol":"https","path":["v3","payments","enach","mandate","status"],"host":["staging","api","decentro","tech"],"query":[{"disabled":true,"key":"unique_mandate_reference_number","value":""},{"key":"decentro_mandate_urn","value":""}],"variable":[]}},"response":[{"id":"2877671e-2887-4e62-93e1-a83b984af9e4","name":"Success","originalRequest":{"method":"GET","header":[{"key":"client_id","value":"","description":"Decentro assigned client_id for the company"},{"key":"client_secret","value":"","description":"Decentro assigned client_secret for the company"},{"key":"Content-Type","value":"application/json"},{"key":"authorization","value":"","type":"text","disabled":true}],"url":{"raw":"https://staging.api.decentro.tech/v3/payments/enach/mandate/status?decentro_mandate_urn=F96AF034916B49F6A1C93551BB22B96F","protocol":"https","host":["staging","api","decentro","tech"],"path":["v3","payments","enach","mandate","status"],"query":[{"key":"unique_mandate_reference_number","value":"HDFC7021706245122342","disabled":true},{"key":"decentro_mandate_urn","value":"F96AF034916B49F6A1C93551BB22B96F"}]}},"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"decentro_txn_id\": \"540793B3CD4049C58DB57E6FF4DE2AE7\",\n    \"api_status\": \"SUCCESS\",\n    \"message\": \"Successfully fetched mandate registration details.\",\n    \"data\": {\n        \"mandate_request_id\": \"decf96af034916b49f6a1c93551bb22b96f\",\n        \"mandate_status\": \"PENDING\",\n        \"consumer_reference_number\": \"decentro-mandate\"\n    },\n    \"response_key\": \"success_registration_gts\"\n}"},{"id":"58de814a-f3b0-4805-af37-88fe042fc8a7","name":"Failure","originalRequest":{"method":"GET","header":[{"key":"client_id","value":"","description":"Decentro assigned client_id for the company"},{"key":"client_secret","value":"","description":"Decentro assigned client_secret for the company"},{"key":"Content-Type","value":"application/json"},{"key":"authorization","value":"","type":"text","disabled":true}],"url":{"raw":"https://staging.api.decentro.tech/v3/payments/enach/mandate/status?decentro_mandate_urn=F96AF034916B49F6A1C93551BB22B96F","protocol":"https","host":["staging","api","decentro","tech"],"path":["v3","payments","enach","mandate","status"],"query":[{"key":"unique_mandate_reference_number","value":"HDFC7021706245122342","disabled":true},{"key":"decentro_mandate_urn","value":"F96AF034916B49F6A1C93551BB22B96F"}]}},"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"decentro_txn_id\": \"99759DBABFD04B3D9CA76C3D4258DEF4\",\n    \"api_status\": \"FAILURE\",\n    \"message\": \"Please provide the valid Decentro Mandate URN. Hint: decentro_mandate_urn(string)\",\n    \"response_key\": \"error_invalid_decentro_mandate_urn\"\n}"}],"_postman_id":"74315c9d-9229-4999-a202-93c464b0d06c"},{"name":"Mandate Execution","id":"1bcd8b36-dc4b-4840-8c3b-ec851d2db730","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"client_id","value":"","description":"<p>Decentro assigned client_id for the company</p>\n"},{"key":"client_secret","value":"","description":"<p>Decentro assigned client_secret for the company</p>\n"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"reference_id\": \"37503e6c-b9c5-4fe5-bd68-a14b718400a3\",\n    \"unique_mandate_reference_number\": \"XXXX\",\n    \"debit_date\": \"2024-08-04\",\n    \"amount\": 500.00,\n    \"split_settlement_rule_urn\": \"XXXXXX\"\n}","options":{"raw":{"language":"json"}}},"url":"https://staging.api.decentro.tech/v3/payments/enach/mandate/execute","description":"<p>This API will allow you to initiate a auto collection for a particular mandate. (In Progress)</p>\n","urlObject":{"protocol":"https","path":["v3","payments","enach","mandate","execute"],"host":["staging","api","decentro","tech"],"query":[],"variable":[]}},"response":[{"id":"5b6f8a45-57e1-40fe-95d1-016721d53edd","name":"Success","originalRequest":{"method":"POST","header":[{"key":"client_id","value":"","description":"Decentro assigned client_id for the company"},{"key":"client_secret","value":"","description":"Decentro assigned client_secret for the company"},{"key":"Content-Type","value":"application/json"},{"key":"authorization","value":"","type":"text","disabled":true}],"body":{"mode":"raw","raw":"{\n    \"reference_id\": \"820f734c-d2fc-4352-801d-b7f991e0fac2\",\n    \"unique_mandate_reference_number\": \"ABCDW8YB0DFH8GF1TVFX\",\n    \"debit_date\": \"2024-09-30\",\n    \"amount\": 500.00,\n    \"split_settlement_rule_urn\": \"XXXXXX\"\n}","options":{"raw":{"language":"json"}}},"url":"https://staging.api.decentro.tech/v3/payments/enach/mandate/execute"},"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n  \"decentro_txn_id\": \"3B8ABE0E394045998A3103C6CDAE94B7\",\n  \"api_status\": \"SUCCESS\",\n  \"message\": \"Successfully initiated the mandate execution.\",\n  \"data\": {\n    \"presentation_status\": \"INITIATED\",\n    \"decentro_mandate_id\": \"2C9E1C0FC3B240369B4B8E7AF9CE8179\",\n    \"amount\": 500\n  },\n  \"response_key\": \"success_mandate_execution_initiated\"\n}"},{"id":"79298b13-be69-4724-b7a0-625c7ad90a1e","name":"Failure","originalRequest":{"method":"POST","header":[{"key":"client_id","value":"","description":"Decentro assigned client_id for the company"},{"key":"client_secret","value":"","description":"Decentro assigned client_secret for the company"},{"key":"Content-Type","value":"application/json"},{"key":"authorization","value":"","type":"text","disabled":true}],"body":{"mode":"raw","raw":"{\n    \"reference_id\": \"31849087-364e-46ee-8f18-a7f0fbf7d345\",\n    \"unique_mandate_reference_number\": \"ABCDW8YB0DFH8GF1TVFX\",\n    \"debit_date\": \"2024-08-04\",\n    \"amount\": 500.00,\n    \"split_settlement_rule_urn\": \"XXXXXX\"\n}","options":{"raw":{"language":"json"}}},"url":"https://staging.api.decentro.tech/v3/payments/enach/mandate/execute"},"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"decentro_txn_id\": \"BD38A848F92F434AA6C7C8A76B04E5FB\",\n    \"api_status\": \"FAILURE\",\n    \"message\": \"Debit date is older than today. Hint: debit_date(string), format: yyyy-mm-dd\",\n    \"response_key\": \"error_old_debit_date\"\n}"}],"_postman_id":"1bcd8b36-dc4b-4840-8c3b-ec851d2db730"},{"name":"Mandate Execution Status","id":"3e25932f-3d12-4d5c-ab20-c70026222551","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"client_id","value":"","description":"<p>Decentro assigned client_id for the company</p>\n"},{"key":"client_secret","value":"","description":"<p>Decentro assigned client_secret for the company</p>\n"},{"key":"Content-Type","value":"application/json"}],"url":"https://staging.api.decentro.tech/v3/payments/enach/mandate/execute/status?decentro_mandate_execute_urn=","description":"<p>Check the real-time status of the mandate registration request initiated.</p>\n","urlObject":{"protocol":"https","path":["v3","payments","enach","mandate","execute","status"],"host":["staging","api","decentro","tech"],"query":[{"disabled":true,"key":"transaction_reference_number","value":""},{"key":"decentro_mandate_execute_urn","value":""}],"variable":[]}},"response":[{"id":"58e8d56e-12a6-4c30-85f4-687316450b57","name":"Success","originalRequest":{"method":"GET","header":[{"key":"client_id","value":"","description":"Decentro assigned client_id for the company"},{"key":"client_secret","value":"","description":"Decentro assigned client_secret for the company"},{"key":"Content-Type","value":"application/json"},{"key":"authorization","value":"","type":"text","disabled":true}],"url":{"raw":"https://staging.api.decentro.tech/v3/payments/enach/mandate/execute/status?decentro_mandate_execute_urn=B606FEEE053344D8882962AC0973BB30","protocol":"https","host":["staging","api","decentro","tech"],"path":["v3","payments","enach","mandate","execute","status"],"query":[{"key":"transaction_reference_number","value":"5678","disabled":true},{"key":"decentro_mandate_execute_urn","value":"B606FEEE053344D8882962AC0973BB30"}]}},"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"decentro_txn_id\": \"49ABC319B1764AB286925E456EEAC468\",\n    \"api_status\": \"SUCCESS\",\n    \"message\": \"Successfully fetched mandate presentation details for the specified Decentro Mandate URN.\",\n    \"data\": {\n        \"transaction_reference_number\": \"cbd28a57-f4b8-46a6-b451-039fe07ceae2\",\n        \"unique_mandate_reference_number\": \"ABCDLV9IMUOAQBCUW2BC\",\n        \"amount\": 500,\n        \"transaction_status\": \"PENDING\"\n    },\n    \"response_key\": \"success_execution_gts\"\n}"},{"id":"b4cbdcb1-39d4-432f-96f1-808861754384","name":"Failure","originalRequest":{"method":"GET","header":[{"key":"client_id","value":"","description":"Decentro assigned client_id for the company"},{"key":"client_secret","value":"","description":"Decentro assigned client_secret for the company"},{"key":"Content-Type","value":"application/json"},{"key":"authorization","value":"","type":"text","disabled":true}],"url":{"raw":"https://staging.api.decentro.tech/v3/payments/enach/mandate/execute/status?decentro_mandate_execute_urn=B606FEEE053344D8882962AC0973BB3","protocol":"https","host":["staging","api","decentro","tech"],"path":["v3","payments","enach","mandate","execute","status"],"query":[{"key":"transaction_reference_number","value":"5678","disabled":true},{"key":"decentro_mandate_execute_urn","value":"B606FEEE053344D8882962AC0973BB3"}]}},"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"decentro_txn_id\": \"99BFFAD216904B1B95AB8D79CFBA199B\",\n    \"api_status\": \"FAILURE\",\n    \"message\": \"Please provide the valid Decentro Mandate Execute URN. Hint: decentro_mandate_execute_urn(string)\",\n    \"response_key\": \"error_invalid_decentro_mandate_execute_urn\"\n}"}],"_postman_id":"3e25932f-3d12-4d5c-ab20-c70026222551"},{"name":"Presentation Cancel API","id":"4261136a-ffeb-49ef-9c54-9736c620b623","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"client-id","value":""},{"key":"client-secret","value":""},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"reference_id\": \"266cb296-c79b-4dfc-bc33-17eca8b6f1f9\",\n    \"decentro_txn_id\": \"XXXXX\"\n}","options":{"raw":{"language":"json"}}},"url":"https://staging.api.decentro.tech/v3/payments/enach/mandate/execute/cancel","urlObject":{"protocol":"https","path":["v3","payments","enach","mandate","execute","cancel"],"host":["staging","api","decentro","tech"],"query":[],"variable":[]}},"response":[{"id":"a729ba36-d157-4b65-b21d-104784943268","name":"Success","originalRequest":{"method":"POST","header":[{"key":"client-id","value":""},{"key":"client-secret","value":""},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"reference_id\": \"266cb296-c79b-4dfc-bc33-17eca8b6f1f9\",\n    \"decentro_txn_id\": \"XXXXX\"\n}","options":{"raw":{"language":"json"}}},"url":"https://staging.api.decentro.tech/v3/payments/enach/mandate/execute/cancel"},"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"decentro_txn_id\": \"E599FC0EFE38419DA50F624876F5BB66\",\n    \"api_status\": \"SUCCESS\",\n    \"message\": \"Successfully cancelled mandate execution.\",\n    \"response_key\": \"success_mandate_execution_cancelled\"\n}"},{"id":"95351b72-8342-4e7e-b0ff-e3fc65dd708b","name":"Failure - Txn ID not found","originalRequest":{"method":"POST","header":[{"key":"client-id","value":""},{"key":"client-secret","value":""},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"reference_id\": \"266cb296-c79b-4dfc-bc33-17eca8b6f1f9\",\n    \"decentro_txn_id\": \"XXXXX\"\n}","options":{"raw":{"language":"json"}}},"url":"https://staging.api.decentro.tech/v3/payments/enach/mandate/execute/cancel"},"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"decentro_txn_id\": \"9C99CA1897DE4C9CACF6B8E2B9237ACA\",\n    \"api_status\": \"FAILURE\",\n    \"message\": \"Decentro transaction ID not found. Hint: decentro_txn_id(string)\",\n    \"response_key\": \"error_not_found_decentro_txn_id\"\n}"},{"id":"3915723c-7841-4222-9c0b-bc82975c5982","name":"Failure - Presentation already success","originalRequest":{"method":"POST","header":[{"key":"client-id","value":""},{"key":"client-secret","value":""},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"reference_id\": \"266cb296-c79b-4dfc-bc33-17eca8b6f1f9\",\n    \"decentro_txn_id\": \"XXXXX\"\n}","options":{"raw":{"language":"json"}}},"url":"https://staging.api.decentro.tech/v3/payments/enach/mandate/execute/cancel"},"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"decentro_txn_id\": \"9A4BEB4C559544768AC35B01388D1530\",\n    \"api_status\": \"FAILURE\",\n    \"message\": \"Decentro transaction ID cannot be canceled as status of presentation status is not in \\\"initiated\\\". Hint: decentro_txn_id(string)\",\n    \"response_key\": \"error_non_cancelable_decentro_txn_id\"\n}"}],"_postman_id":"4261136a-ffeb-49ef-9c54-9736c620b623"},{"name":"Bulk Presentation- CSV","id":"36646c21-c403-4ac2-89be-f1e2a5fe84f2","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"POST","header":[{"key":"client-id","value":"YOUR_CLIENT_ID"},{"key":"client-secret","value":"YOUR_CLIENT_SECRET"}],"body":{"mode":"formdata","formdata":[{"type":"file","key":"input","src":"/path/to/file"},{"type":"text","key":"reference_id","value":"7897a4dc-feae-4349-882d-e41c6b29559w"},{"type":"text","key":"input_type","value":"csv"}]},"url":"https://in.staging.decentro.tech/decentro/bulk/enach_mandate_presentation","urlObject":{"path":["decentro","bulk","enach_mandate_presentation"],"host":["https://in.staging.decentro.tech"],"query":[],"variable":[]}},"response":[{"id":"e58793ec-47ba-49e5-a7f7-0a8ed88dac98","name":"Success","originalRequest":{"method":"POST","header":[{"key":"client-id","value":"YOUR_CLIENT_ID"},{"key":"client-secret","value":"YOUR_CLIENT_SECRET"}],"body":{"mode":"formdata","formdata":[{"type":"file","key":"input","src":"/path/to/file"},{"type":"text","key":"reference_id","value":"7897a4dc-feae-4349-882d-e41c6b29559w"},{"type":"text","key":"input_type","value":"csv"}]},"url":"https://in.staging.decentro.tech/decentro/bulk/enach_mandate_presentation"},"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": \"SUCCESS\",\n    \"download_url\": \"https://staging.api.decentro.tech/decentro/bulk/download_response/X54FA9BPO5QDM5CLO5RVQLPKIXK8KJLT\",\n    \"decentroTxnId\": \"X54FA9BPO5QDM5CLO5RVQLPKIXK8KJLT\",\n    \"message\": \"Enach Mandate Presentation initiated successfully.\"\n}"},{"id":"ebcd4f02-3fc7-4050-913d-9876ba4915e3","name":"Failure - Duplicate Ref id","originalRequest":{"method":"POST","header":[{"key":"client-id","value":"YOUR_CLIENT_ID"},{"key":"client-secret","value":"YOUR_CLIENT_SECRET"}],"body":{"mode":"formdata","formdata":[{"type":"file","key":"input","src":"/path/to/file"},{"type":"text","key":"reference_id","value":"7897a4dc-feae-4349-882d-e41c6b29559w"},{"type":"text","key":"input_type","value":"csv"}]},"url":"https://in.staging.decentro.tech/decentro/bulk/enach_mandate_presentation"},"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"error\": {\n        \"response_key\": \"error_duplicate_reference_id\",\n        \"message\": \"Duplicate reference id\"\n    },\n    \"status\": \"FAILURE\"\n}"}],"_postman_id":"36646c21-c403-4ac2-89be-f1e2a5fe84f2"},{"name":"Bulk Presentation - JSON","id":"4c733bef-6277-458c-ad1d-80ca3af1f1d8","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"POST","header":[{"key":"client-id","value":"YOUR_CLIENT_ID"},{"key":"client-secret","value":"YOUR_CLIENT_SECRET"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"reference_id\": \"eac39fbf-4bdf-44d8-8a41-082de23dec66\",\n    \"input_type\": \"json\",\n    \"input\": [\n        {\n            \"reference_id\": \"ggfagdgdsfhdsgsddgsdagg\",\n            \"decentro_mandate_id\": \"1004\",\n            \"debit_date\": \"2025-05-25\",\n            \"amount\": \"10000\"\n        },\n        {\n            \"reference_id\": \"ahssgdfdvdsfjgsghagsf\",\n            \"decentro_mandate_id\": \"1004\",\n            \"debit_date\": \"2025-05-16\",\n            \"amount\": \"10000\"\n        }\n    ]\n}","options":{"raw":{"language":"json"}}},"url":"https://in.staging.decentro.tech/decentro/bulk/enach_mandate_presentation","urlObject":{"path":["decentro","bulk","enach_mandate_presentation"],"host":["https://in.staging.decentro.tech"],"query":[],"variable":[]}},"response":[{"id":"9fa1ec7a-3179-4f45-8438-7294a9edadff","name":"Success","originalRequest":{"method":"POST","header":[{"key":"client-id","value":"YOUR_CLIENT_ID"},{"key":"client-secret","value":"YOUR_CLIENT_SECRET"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"reference_id\": \"eac39fbf-4bdf-44d8-8a41-082de23dec66\",\n    \"input_type\": \"j\",\n    \"input\": [\n        {\n            \"reference_id\": \"ggfagdgdsfhdsgsddgsdagg\",\n            \"decentro_mandate_id\": \"1004\",\n            \"debit_date\": \"2025-05-25\",\n            \"amount\": \"10000\"\n        },\n        {\n            \"reference_id\": \"ahssgdfdvdsfjgsghagsf\",\n            \"decentro_mandate_id\": \"1004\",\n            \"debit_date\": \"2025-05-16\",\n            \"amount\": \"10000\"\n        }\n    ]\n}","options":{"raw":{"language":"json"}}},"url":"https://in.staging.decentro.tech/decentro/bulk/enach_mandate_presentation"},"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": \"SUCCESS\",\n    \"download_url\": \"https://staging.api.decentro.tech/decentro/bulk/download_response/XVIONHKYE0L7R9LARR3L1FAPZL6TTB36\",\n    \"decentroTxnId\": \"XVIONHKYE0L7R9LARR3L1FAPZL6TTB36\",\n    \"message\": \"Enach Mandate Presentation initiated successfully.\"\n}"},{"id":"7221ea75-e20f-4c20-8dad-712980a7346a","name":"Failure - Invalid input type","originalRequest":{"method":"POST","header":[{"key":"client-id","value":"YOUR_CLIENT_ID"},{"key":"client-secret","value":"YOUR_CLIENT_SECRET"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"reference_id\": \"eac39fbf-4bdf-44d8-8a41-082de23dec66\",\n    \"input_type\": \"j\",\n    \"input\": [\n        {\n            \"reference_id\": \"ggfagdgdsfhdsgsddgsdagg\",\n            \"decentro_mandate_id\": \"1004\",\n            \"debit_date\": \"2025-05-25\",\n            \"amount\": \"10000\"\n        },\n        {\n            \"reference_id\": \"ahssgdfdvdsfjgsghagsf\",\n            \"decentro_mandate_id\": \"1004\",\n            \"debit_date\": \"2025-05-16\",\n            \"amount\": \"10000\"\n        }\n    ]\n}","options":{"raw":{"language":"json"}}},"url":"https://in.staging.decentro.tech/decentro/bulk/enach_mandate_presentation"},"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"error\": {\n        \"response_key\": \"invalid_input_file_type\",\n        \"message\": \"Invalid input file type. Hint: File type may be CSV or JSON\"\n    },\n    \"status\": \"FAILURE\"\n}"}],"_postman_id":"4c733bef-6277-458c-ad1d-80ca3af1f1d8"},{"name":"Bulk Presentation Status","id":"08ca3906-fd00-421a-9f0e-6cdd0283bd7e","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"GET","header":[{"key":"client-id","value":"YOUR_CLIENT_ID"},{"key":"client-secret","value":"YOUR_CLIENT_SECRET"},{"key":"Content-Type","value":"application/json"}],"url":"https://in.staging.decentro.tech/v3/payments/enach/bulk/mandate/presentation/status?decentro_txn_id=CD6OTJ5D6G3YZQVEJ8CMSTJIPFWTK60&page=1","urlObject":{"path":["v3","payments","enach","bulk","mandate","presentation","status"],"host":["https://in.staging.decentro.tech"],"query":[{"key":"decentro_txn_id","value":"CD6OTJ5D6G3YZQVEJ8CMSTJIPFWTK60"},{"key":"page","value":"1"}],"variable":[]}},"response":[{"id":"3410ec46-9142-4dbf-b2d6-69d27795c4c0","name":"Success","originalRequest":{"method":"GET","header":[{"key":"client-id","value":"YOUR_CLIENT_ID"},{"key":"client-secret","value":"YOUR_CLIENT_SECRET"},{"key":"Content-Type","value":"application/json"}],"url":{"raw":"https://in.staging.decentro.tech/v3/payments/enach/bulk/mandate/presentation/status?decentro_txn_id=CD6OTJ5D6G3YZQVEJ8CMSTJIPFWTK60&page=1","host":["https://in.staging.decentro.tech"],"path":["v3","payments","enach","bulk","mandate","presentation","status"],"query":[{"key":"decentro_txn_id","value":"CD6OTJ5D6G3YZQVEJ8CMSTJIPFWTK60"},{"key":"page","value":"1"}]}},"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"decentro_txn_id\": \"DE2B94DE2C244366BDB3423797A8D471\",\n    \"api_status\": \"SUCCESS\",\n    \"message\": \"Successfully fetched bulk mandate presentation details for the specified Decentro Transaction ID.\",\n    \"data\": {\n        \"presentations\": [\n            {\n                \"transaction_reference_number\": \"ahssgdfdvdsfjgsghagsf\",\n                \"decentro_mandate_id\": \"1004\",\n                \"amount\": 10000,\n                \"transaction_status\": \"\",\n                \"api_status\": \"FAILURE\",\n                \"message\": \"Duplicate Reference ID. Please pass a unique value. Hint: reference_id (string)\"\n            },\n            {\n                \"transaction_reference_number\": \"ggfagdgdsfhdsgsddgsdagg\",\n                \"decentro_mandate_id\": \"1004\",\n                \"amount\": 10000,\n                \"transaction_status\": \"\",\n                \"api_status\": \"FAILURE\",\n                \"message\": \"Duplicate Reference ID. Please pass a unique value. Hint: reference_id (string)\"\n            }\n        ],\n        \"total_count\": 2,\n        \"page_size\": 20,\n        \"page_number\": 1\n    },\n    \"response_key\": \"success_bulk_presentation_gts\"\n}"},{"id":"d4db6b88-8f83-4eb9-9b8d-3487cbf53ee3","name":"Failure - No record found","originalRequest":{"method":"GET","header":[{"key":"client-id","value":"YOUR_CLIENT_ID"},{"key":"client-secret","value":"YOUR_CLIENT_SECRET"},{"key":"Content-Type","value":"application/json"}],"url":{"raw":"https://in.staging.decentro.tech/v3/payments/enach/bulk/mandate/presentation/status?decentro_txn_id=CD6OTJ5D6G3YZQVEJ8CMSTJIPFWTK60&page=1","host":["https://in.staging.decentro.tech"],"path":["v3","payments","enach","bulk","mandate","presentation","status"],"query":[{"key":"decentro_txn_id","value":"CD6OTJ5D6G3YZQVEJ8CMSTJIPFWTK60"},{"key":"page","value":"1"}]}},"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"decentro_txn_id\": \"067A889EAD054C5B8B79D8039E32B3EF\",\n    \"api_status\": \"FAILURE\",\n    \"message\": \"No bulk transaction found with the given decentro_txn_id\",\n    \"response_key\": \"error_no_record_found\"\n}"}],"_postman_id":"08ca3906-fd00-421a-9f0e-6cdd0283bd7e"},{"name":"List of Category Codes","id":"43ec771f-4986-41b8-8ab5-fe4ed5c61e4b","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"GET","header":[{"key":"client-id","value":"YOUR_CLIENT_ID"},{"key":"client-secret","value":"YOUR_CLIENT_SECRET"},{"key":"Content-Type","value":"application/json"}],"url":"https://in.staging.decentro.techv3/payments/enach/category_codes","urlObject":{"path":["payments","enach","category_codes"],"host":["https://in.staging.decentro.techv3"],"query":[],"variable":[]}},"response":[{"id":"99dce470-39c8-46da-a069-a67d2905e007","name":"Success","originalRequest":{"method":"GET","header":[{"key":"client-id","value":"YOUR_CLIENT_ID"},{"key":"client-secret","value":"YOUR_CLIENT_SECRET"},{"key":"Content-Type","value":"application/json"}],"url":"https://in.staging.decentro.techv3/payments/enach/category_codes"},"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"decentro_txn_id\": \"6CF579A9F5AB4C1C9D277CDDBB7B9CA9\",\n    \"api_status\": \"SUCCESS\",\n    \"message\": \"Category types fetched successfully.\",\n    \"data\": [\n        {\n            \"code\": \"ELEC\",\n            \"description\": \"Utility Bill Payment Electricity\"\n        },\n        {\n            \"code\": \"B2B\",\n            \"description\": \"B2B Corporate\"\n        },\n        {\n            \"code\": \"CRED\",\n            \"description\": \"Bill Payment Credit card\"\n        },\n        {\n            \"code\": \"MAND\",\n            \"description\": \"Destination Bank Mandate\"\n        },\n        {\n            \"code\": \"EDU\",\n            \"description\": \"Education fees\"\n        },\n        {\n            \"code\": \"PREM\",\n            \"description\": \"Insurance Premium\"\n        },\n        {\n            \"code\": \"PAYM\",\n            \"description\": \"Insurance other payment\"\n        },\n        {\n            \"code\": \"LONS\",\n            \"description\": \"Loan amount security\"\n        },\n        {\n            \"code\": \"LONP\",\n            \"description\": \"Loan instalment payment\"\n        },\n        {\n            \"code\": \"MF\",\n            \"description\": \"Mutual Fund Payment\"\n        },\n        {\n            \"code\": \"OTH\",\n            \"description\": \"Others\"\n        },\n        {\n            \"code\": \"SUB\",\n            \"description\": \"Subscription Fees\"\n        },\n        {\n            \"code\": \"TRE\",\n            \"description\": \"TReDS\"\n        },\n        {\n            \"code\": \"TAX\",\n            \"description\": \"Tax  Payment\"\n        },\n        {\n            \"code\": \"GAS\",\n            \"description\": \"Utility Bill payment Gas Supply Cos\"\n        },\n        {\n            \"code\": \"TELE\",\n            \"description\": \"Utility Bill payment mobile telephone broadband\"\n        },\n        {\n            \"code\": \"WAT\",\n            \"description\": \"Utility Bill payment water\"\n        }\n    ],\n    \"response_key\": \"success_category_list\"\n}"}],"_postman_id":"43ec771f-4986-41b8-8ab5-fe4ed5c61e4b"},{"name":"List of Frequencies","id":"2c5694dd-384f-442f-b37c-19d064f2c23f","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"GET","header":[{"key":"client-id","value":"YOUR_CLIENT_ID"},{"key":"client-secret","value":"YOUR_CLIENT_SECRET"},{"key":"Content-Type","value":"application/json"}],"url":"https://in.staging.decentro.tech/v3/payments/enach/mandate_frequencies","urlObject":{"path":["v3","payments","enach","mandate_frequencies"],"host":["https://in.staging.decentro.tech"],"query":[],"variable":[]}},"response":[{"id":"d020ac63-f1e1-4b07-a879-f30a5d0248d5","name":"Success","originalRequest":{"method":"GET","header":[{"key":"client-id","value":"YOUR_CLIENT_ID"},{"key":"client-secret","value":"YOUR_CLIENT_SECRET"},{"key":"Content-Type","value":"application/json"}],"url":"https://in.staging.decentro.techv3/payments/enach/category_codes"},"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"decentro_txn_id\": \"F371E98B75C24EB7A7E7048F2C53E6E3\",\n    \"api_status\": \"SUCCESS\",\n    \"message\": \"Supported frequencies fetched successfully.\",\n    \"data\": [\n        {\n            \"code\": \"adhoc\",\n            \"description\": \"Payments without a fixed schedule.\"\n        },\n        {\n            \"code\": \"one-time\",\n            \"description\": \"Single-use debit instruction; used for one-time mandates.\"\n        },\n        {\n            \"code\": \"daily\",\n            \"description\": \"Amounts are debited from the account every day.\"\n        },\n        {\n            \"code\": \"weekly\",\n            \"description\": \"Amounts are debited once a week.\"\n        },\n        {\n            \"code\": \"monthly\",\n            \"description\": \"Amounts are debited once a month.\"\n        },\n        {\n            \"code\": \"quarterly\",\n            \"description\": \"Amounts are debited once every three months.\"\n        },\n        {\n            \"code\": \"semi-annually\",\n            \"description\": \"Amounts are debited twice a year.\"\n        },\n        {\n            \"code\": \"bi-monthly\",\n            \"description\": \"Amounts are debited once every two months.\"\n        },\n        {\n            \"code\": \"yearly\",\n            \"description\": \"Amount is debited once every year.\"\n        }\n    ],\n    \"response_key\": \"success_frequency_list\"\n}"}],"_postman_id":"2c5694dd-384f-442f-b37c-19d064f2c23f"}],"id":"4713a61c-5e4e-40e1-b02e-a7a699dd0284","_postman_id":"4713a61c-5e4e-40e1-b02e-a7a699dd0284","description":""}],"id":"2768071d-78e6-4b25-b52b-799c184243d3","description":"<p>Recurring collections is way of facilitating collections from customers, individuals or businesses at pre-defined or regular intervals.</p>\n<p>Some use-cases of recurring collections are.</p>\n<ul>\n<li><strong>EMIs</strong>: Lenders collecting repayments against a loan/credit line</li>\n<li><strong>Premiums</strong>: Insurers or businesses collecting payments towards premium</li>\n<li><strong>Subscriptions</strong>: Platforms collecting regular payments towards services</li>\n<li><strong>Savings</strong>: Platforms facilitating savings from customers at regular intervals</li>\n<li><strong>Investments</strong>: Platforms facilitating investments into various assets</li>\n</ul>\n<p>Decentro powers recurring collections through 2 key modules.</p>\n<ul>\n<li><a href=\"https://docs.decentro.tech/#15011342-417f-4076-a62a-1b968068ec99\">ENACH</a>: This is the NPCI powered bank account based mandate platform. The NACH stack is designed for larger ticket size and higher flexibility.</li>\n<li><strong>UPI Auto-pay</strong>: This is the NPCI powered UPI based platform. The UPI stack is designed for smaller ticket size and seamless registration. (Going live soon)</li>\n</ul>\n","_postman_id":"2768071d-78e6-4b25-b52b-799c184243d3"},{"name":"Invoices","item":[{"name":"Generate an Invoice","id":"4d539f3d-033b-4dc5-866b-e80d57f017c5","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"client_id","value":"<YOUR_CLIENT_ID>","type":"text","description":"<p>Decentro assigned client_id for the company</p>\n"},{"key":"client_secret","value":"<YOUR_CLIENT_SECRET>","type":"text","description":"<p>Decentro assigned client_secret for the company</p>\n"},{"key":"module_secret","value":"<YOUR_PAYMENTS_MODULE_SECRET>","type":"text","description":"<p>Decentro assigned payments module_secret for the company</p>\n"},{"key":"provider_secret","value":"<YOUR_PROVIDER_SECRET>","type":"text","description":"<p>Decentro assigned provider_secret for the company to connect to a particular provider</p>\n"},{"warning":"This is a duplicate header and will be overridden by the Content-Type header generated by Postman.","key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"formdata","formdata":[{"key":"invoice_number","value":"invoice_001","description":"<p>A unique invoice_number assigned by you/your organisation (String)</p>\n","type":"text"},{"key":"beneficiary_account_number","value":"462515XXXXXXXXXXXX","description":"<p>Virtual account number where the money will be deposited (Numeric String)</p>\n","type":"text"},{"key":"due_date","value":"yyyy-mm-dd","description":"<p>Date before which the payment has to be done. Must be a future date in the format yyyy-mm-dd</p>\n","type":"text"},{"key":"gst_rate","value":"20","description":"<p>Goods and Service Tax rate to be applied on the total amount of the invoice. Range: 0-40 (Integer/Float/Double)</p>\n","type":"text"},{"key":"tds_rate","value":"10","description":"<p>Tax Deduction at source rate which is to be applied on the total amount of the invoice. Range: 0-40 (Integer/Float/Double)</p>\n","type":"text"},{"key":"generate_payment_link","value":"1","description":"<p>1/0 depending on whether you want to generate a online payment link</p>\n","type":"text"},{"key":"payer_name","value":"John Smith","description":"<p>Name of the payer (String)</p>\n","type":"text"},{"key":"payer_email","value":"john.smith@mail.com","description":"<p>Email address of the payer (String)</p>\n","type":"text"},{"key":"payer_mobile","value":"9999999999","description":"<p>Mobile number of the payer (Numeric String)</p>\n","type":"text"},{"key":"payer_address","value":"23, 1st Stage, Indiranagar, Bangalore 560038","description":"<p>Address of the payer (String)</p>\n","type":"text"},{"key":"payer_gstin","value":"29AAAAXXXXXXX","description":"<p>GSTIN of the payer (String) - Optional</p>\n","type":"text","disabled":true},{"key":"particulars_csv","description":"<p>Particulars of the invoice in .csv file format. Check the description for the format.</p>\n","type":"file","src":"/Users/apple/Downloads/particulars.csv"}]},"url":"https://in.staging.decentro.tech/v2/payments/invoice/request","description":"<p>Generate an invoice request for a consumer/business to make the payment into your preferred virtual bank account. </p>\n<hr />\n<br />\n\n<p>File format for particulars_csv needed for the input parameters is as berlow </p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>serial</th>\n<th>name</th>\n<th>price</th>\n<th>qty</th>\n<th>discount</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>1</td>\n<td>Bill for May</td>\n<td>2300</td>\n<td>2</td>\n<td>10</td>\n</tr>\n<tr>\n<td>2</td>\n<td>Rent for May</td>\n<td>8500</td>\n<td>1</td>\n<td>0</td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"path":["v2","payments","invoice","request"],"host":["https://in.staging.decentro.tech"],"query":[],"variable":[]}},"response":[{"id":"d32e8305-e582-46bd-bf42-5e6c4f374186","name":"Success","originalRequest":{"method":"POST","header":[{"key":"client_id","value":"<YOUR_CLIENT_ID>","type":"text","description":"Decentro assigned client_id for the company"},{"key":"client_secret","value":"<YOUR_CLIENT_SECRET>","type":"text","description":"Decentro assigned client_secret for the company"},{"key":"module_secret","value":"<YOUR_PAYMENTS_MODULE_SECRET>","type":"text","description":"Decentro assigned payments module_secret for the company"},{"key":"provider_secret","value":"<YOUR_PROVIDER_SECRET>","type":"text","description":"Decentro assigned provider_secret for the company to connect to a particular provider"},{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"formdata","formdata":[{"key":"invoice_number","value":"invoice_001","description":"A unique invoice_number assigned by you/your organisation (String)","type":"text"},{"key":"beneficiary_account_number","value":"462515XXXXXXXXXXXX","description":"Virtual account number where the money will be deposited (Numeric String)","type":"text"},{"key":"due_date","value":"yyyy-mm-dd","description":"Date before which the payment has to be done. Must be a future date in the format yyyy-mm-dd","type":"text"},{"key":"gst_rate","value":"20","description":"Goods and Service Tax rate to be applied on the total amount of the invoice. Range: 0-40 (Integer/Float/Double)","type":"text"},{"key":"tds_rate","value":"10","description":"Tax Deduction at source rate which is to be applied on the total amount of the invoice. Range: 0-40 (Integer/Float/Double)","type":"text"},{"key":"generate_payment_link","value":"1","description":"1/0 depending on whether you want to generate a online payment link","type":"text"},{"key":"payer_name","value":"John Smith","description":"Name of the payer (String)","type":"text"},{"key":"payer_email","value":"john.smith@mail.com","description":"Email address of the payer (String)","type":"text"},{"key":"payer_mobile","value":"9999999999","description":"Mobile number of the payer (Numeric String)","type":"text"},{"key":"payer_address","value":"23, 1st Stage, Indiranagar, Bangalore 560038","description":"Address of the payer (String)","type":"text"},{"key":"particulars_csv","description":"Particulars of the invoice in .csv file format. Check the description for the format.","type":"file","src":"/Users/apple/Downloads/particulars.csv"}]},"url":"https://in.staging.decentro.tech/v2/payments/invoice/request"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":null,"cookie":[],"responseTime":null,"body":"{\n    \"decentroTxnId\": \"DECXXXXXXXXXXXXXXXXXXXXXXXXXXXX\",\n    \"status\": \"SUCCESS\",\n    \"responseCode\": \"S00000\",\n    \"message\": \"Invoice Generated Successfully.\",\n    \"data\": {\n        \"invoiceNumber\": \"invoice_001\",\n        \"invoiceUrl\": \"<invoice_url>\",\n        \"status\": \"PAYMENT PENDING\"\n    }\n}"},{"id":"72c5aa4a-488d-417e-b1a3-c740096a4e29","name":"Duplicate invoice_number","originalRequest":{"method":"POST","header":[{"key":"client_id","value":"<YOUR_CLIENT_ID>","type":"text","description":"Decentro assigned client_id for the company"},{"key":"client_secret","value":"<YOUR_CLIENT_SECRET>","type":"text","description":"Decentro assigned client_secret for the company"},{"key":"module_secret","value":"<YOUR_PAYMENTS_MODULE_SECRET>","type":"text","description":"Decentro assigned payments module_secret for the company"},{"key":"provider_secret","value":"<YOUR_PROVIDER_SECRET>","type":"text","description":"Decentro assigned provider_secret for the company to connect to a particular provider"},{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"formdata","formdata":[{"key":"invoice_number","value":"invoice_001","description":"A unique invoice_number assigned by you/your organisation (String)","type":"text"},{"key":"beneficiary_account_number","value":"462515XXXXXXXXXXXX","description":"Virtual account number where the money will be deposited (Numeric String)","type":"text"},{"key":"due_date","value":"yyyy-mm-dd","description":"Date before which the payment has to be done. Must be a future date in the format yyyy-mm-dd","type":"text"},{"key":"gst_rate","value":"20","description":"Goods and Service Tax rate to be applied on the total amount of the invoice. Range: 0-40 (Integer/Float/Double)","type":"text"},{"key":"tds_rate","value":"10","description":"Tax Deduction at source rate which is to be applied on the total amount of the invoice. Range: 0-40 (Integer/Float/Double)","type":"text"},{"key":"generate_payment_link","value":"1","description":"1/0 depending on whether you want to generate a online payment link","type":"text"},{"key":"payer_name","value":"John Smith","description":"Name of the payer (String)","type":"text"},{"key":"payer_email","value":"john.smith@mail.com","description":"Email address of the payer (String)","type":"text"},{"key":"payer_mobile","value":"9999999999","description":"Mobile number of the payer (Numeric String)","type":"text"},{"key":"payer_address","value":"23, 1st Stage, Indiranagar, Bangalore 560038","description":"Address of the payer (String)","type":"text"},{"key":"particulars_csv","description":"Particulars of the invoice in .csv file format. Check the description for the format.","type":"file","src":"/Users/apple/Downloads/particulars.csv"}]},"url":"https://in.staging.decentro.tech/v2/payments/invoice/request"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":null,"cookie":[],"responseTime":null,"body":"{\n    \"decentroTxnId\": \"DECXXXXXXXXXXXXXXXXXXXXXXXXXXXX\",\n    \"status\": \"FAILURE\",\n    \"responseCode\": \"CB_E00009\",\n    \"message\": \"Invoice Number already exists for the same company. Please maintain unique invoice indexing for your own reconciliation process.\"\n}"},{"id":"d3ad68c7-d6d3-41a1-b59e-d43435f53caa","name":"Invalid beneficiary_account_number","originalRequest":{"method":"POST","header":[{"key":"client_id","value":"<YOUR_CLIENT_ID>","type":"text","description":"Decentro assigned client_id for the company"},{"key":"client_secret","value":"<YOUR_CLIENT_SECRET>","type":"text","description":"Decentro assigned client_secret for the company"},{"key":"module_secret","value":"<YOUR_PAYMENTS_MODULE_SECRET>","type":"text","description":"Decentro assigned payments module_secret for the company"},{"key":"provider_secret","value":"<YOUR_PROVIDER_SECRET>","type":"text","description":"Decentro assigned provider_secret for the company to connect to a particular provider"},{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"formdata","formdata":[{"key":"invoice_number","value":"invoice_001","description":"A unique invoice_number assigned by you/your organisation (String)","type":"text"},{"key":"beneficiary_account_number","value":"462515XXXXX","description":"Virtual account number where the money will be deposited (Numeric String)","type":"text"},{"key":"due_date","value":"yyyy-mm-dd","description":"Date before which the payment has to be done. Must be a future date in the format yyyy-mm-dd","type":"text"},{"key":"gst_rate","value":"20","description":"Goods and Service Tax rate to be applied on the total amount of the invoice. Range: 0-40 (Integer/Float/Double)","type":"text"},{"key":"tds_rate","value":"10","description":"Tax Deduction at source rate which is to be applied on the total amount of the invoice. Range: 0-40 (Integer/Float/Double)","type":"text"},{"key":"generate_payment_link","value":"1","description":"1/0 depending on whether you want to generate a online payment link","type":"text"},{"key":"payer_name","value":"John Smith","description":"Name of the payer (String)","type":"text"},{"key":"payer_email","value":"john.smith@mail.com","description":"Email address of the payer (String)","type":"text"},{"key":"payer_mobile","value":"9999999999","description":"Mobile number of the payer (Numeric String)","type":"text"},{"key":"payer_address","value":"23, 1st Stage, Indiranagar, Bangalore 560038","description":"Address of the payer (String)","type":"text"},{"key":"particulars_csv","description":"Particulars of the invoice in .csv file format. Check the description for the format.","type":"file","src":"/Users/apple/Downloads/particulars.csv"}]},"url":"https://in.staging.decentro.tech/v2/payments/invoice/request"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":null,"cookie":[],"responseTime":null,"body":"{\n    \"decentroTxnId\": \"DECXXXXXXXXXXXXXXXXXXXXXXXXXXXX\",\n    \"status\": \"FAILURE\",\n    \"responseCode\": \"CB_E00009\",\n    \"message\": \"No Consumer Bank Account found for the `beneficiary_account_number`\"\n}"},{"id":"902e268c-83fb-420e-9919-71d9bb9dd923","name":"Past/current due_date","originalRequest":{"method":"POST","header":[{"key":"client_id","value":"<YOUR_CLIENT_ID>","type":"text","description":"Decentro assigned client_id for the company"},{"key":"client_secret","value":"<YOUR_CLIENT_SECRET>","type":"text","description":"Decentro assigned client_secret for the company"},{"key":"module_secret","value":"<YOUR_PAYMENTS_MODULE_SECRET>","type":"text","description":"Decentro assigned payments module_secret for the company"},{"key":"provider_secret","value":"<YOUR_PROVIDER_SECRET>","type":"text","description":"Decentro assigned provider_secret for the company to connect to a particular provider"},{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"formdata","formdata":[{"key":"invoice_number","value":"invoice_001","description":"A unique invoice_number assigned by you/your organisation (String)","type":"text"},{"key":"beneficiary_account_number","value":"462515XXXXXXXXXXXX","description":"Virtual account number where the money will be deposited (Numeric String)","type":"text"},{"key":"due_date","value":"2021-05-01","description":"Date before which the payment has to be done. Must be a future date in the format yyyy-mm-dd","type":"text"},{"key":"gst_rate","value":"20","description":"Goods and Service Tax rate to be applied on the total amount of the invoice. Range: 0-40 (Integer/Float/Double)","type":"text"},{"key":"tds_rate","value":"10","description":"Tax Deduction at source rate which is to be applied on the total amount of the invoice. Range: 0-40 (Integer/Float/Double)","type":"text"},{"key":"generate_payment_link","value":"1","description":"1/0 depending on whether you want to generate a online payment link","type":"text"},{"key":"payer_name","value":"John Smith","description":"Name of the payer (String)","type":"text"},{"key":"payer_email","value":"john.smith@mail.com","description":"Email address of the payer (String)","type":"text"},{"key":"payer_mobile","value":"9999999999","description":"Mobile number of the payer (Numeric String)","type":"text"},{"key":"payer_address","value":"23, 1st Stage, Indiranagar, Bangalore 560038","description":"Address of the payer (String)","type":"text"},{"key":"particulars_csv","description":"Particulars of the invoice in .csv file format. Check the description for the format.","type":"file","src":"/Users/apple/Downloads/particulars.csv"}]},"url":"https://in.staging.decentro.tech/v2/payments/invoice/request"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":null,"cookie":[],"responseTime":null,"body":"{\n    \"decentroTxnId\": \"DECXXXXXXXXXXXXXXXXXXXXXXXXXXXX\",\n    \"status\": \"FAILURE\",\n    \"responseCode\": \"E00115\",\n    \"message\": \"`due_date` is not a future date.\"\n}"},{"id":"ee25c552-8f0a-49c0-975b-3a3ffc55a7b8","name":"Invalid due_date","originalRequest":{"method":"POST","header":[{"key":"client_id","value":"<YOUR_CLIENT_ID>","type":"text","description":"Decentro assigned client_id for the company"},{"key":"client_secret","value":"<YOUR_CLIENT_SECRET>","type":"text","description":"Decentro assigned client_secret for the company"},{"key":"module_secret","value":"<YOUR_PAYMENTS_MODULE_SECRET>","type":"text","description":"Decentro assigned payments module_secret for the company"},{"key":"provider_secret","value":"<YOUR_PROVIDER_SECRET>","type":"text","description":"Decentro assigned provider_secret for the company to connect to a particular provider"},{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"formdata","formdata":[{"key":"invoice_number","value":"invoice_001","description":"A unique invoice_number assigned by you/your organisation (String)","type":"text"},{"key":"beneficiary_account_number","value":"462515XXXXXXXXXXXX","description":"Virtual account number where the money will be deposited (Numeric String)","type":"text"},{"key":"due_date","value":"2021-11","description":"Date before which the payment has to be done. Must be a future date in the format yyyy-mm-dd","type":"text"},{"key":"gst_rate","value":"20","description":"Goods and Service Tax rate to be applied on the total amount of the invoice. Range: 0-40 (Integer/Float/Double)","type":"text"},{"key":"tds_rate","value":"10","description":"Tax Deduction at source rate which is to be applied on the total amount of the invoice. Range: 0-40 (Integer/Float/Double)","type":"text"},{"key":"generate_payment_link","value":"1","description":"1/0 depending on whether you want to generate a online payment link","type":"text"},{"key":"payer_name","value":"John Smith","description":"Name of the payer (String)","type":"text"},{"key":"payer_email","value":"john.smith@mail.com","description":"Email address of the payer (String)","type":"text"},{"key":"payer_mobile","value":"9999999999","description":"Mobile number of the payer (Numeric String)","type":"text"},{"key":"payer_address","value":"23, 1st Stage, Indiranagar, Bangalore 560038","description":"Address of the payer (String)","type":"text"},{"key":"particulars_csv","description":"Particulars of the invoice in .csv file format. Check the description for the format.","type":"file","src":"/Users/apple/Downloads/particulars.csv"}]},"url":"https://in.staging.decentro.tech/v2/payments/invoice/request"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":null,"cookie":[],"responseTime":null,"body":"{\n    \"decentroTxnId\": \"DECXXXXXXXXXXXXXXXXXXXXXXXXXXXX\",\n    \"status\": \"FAILURE\",\n    \"responseCode\": \"E00115\",\n    \"message\": \"Invalid `due_date`. Hint: Valid date format: str(`YYYY-MM-DD`)\"\n}"},{"id":"f49fb6e3-9273-4a5a-ba53-ece6da24ec24","name":"Invalid gst_rate","originalRequest":{"method":"POST","header":[{"key":"client_id","value":"<YOUR_CLIENT_ID>","type":"text","description":"Decentro assigned client_id for the company"},{"key":"client_secret","value":"<YOUR_CLIENT_SECRET>","type":"text","description":"Decentro assigned client_secret for the company"},{"key":"module_secret","value":"<YOUR_PAYMENTS_MODULE_SECRET>","type":"text","description":"Decentro assigned payments module_secret for the company"},{"key":"provider_secret","value":"<YOUR_PROVIDER_SECRET>","type":"text","description":"Decentro assigned provider_secret for the company to connect to a particular provider"},{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"formdata","formdata":[{"key":"invoice_number","value":"invoice_001","description":"A unique invoice_number assigned by you/your organisation (String)","type":"text"},{"key":"beneficiary_account_number","value":"462515XXXXXXXXXXXX","description":"Virtual account number where the money will be deposited (Numeric String)","type":"text"},{"key":"due_date","value":"yyyy-mm-dd","description":"Date before which the payment has to be done. Must be a future date in the format yyyy-mm-dd","type":"text"},{"key":"gst_rate","value":"200","description":"Goods and Service Tax rate to be applied on the total amount of the invoice. Range: 0-40 (Integer/Float/Double)","type":"text"},{"key":"tds_rate","value":"10","description":"Tax Deduction at source rate which is to be applied on the total amount of the invoice. Range: 0-40 (Integer/Float/Double)","type":"text"},{"key":"generate_payment_link","value":"1","description":"1/0 depending on whether you want to generate a online payment link","type":"text"},{"key":"payer_name","value":"John Smith","description":"Name of the payer (String)","type":"text"},{"key":"payer_email","value":"john.smith@mail.com","description":"Email address of the payer (String)","type":"text"},{"key":"payer_mobile","value":"9999999999","description":"Mobile number of the payer (Numeric String)","type":"text"},{"key":"payer_address","value":"23, 1st Stage, Indiranagar, Bangalore 560038","description":"Address of the payer (String)","type":"text"},{"key":"particulars_csv","description":"Particulars of the invoice in .csv file format. Check the description for the format.","type":"file","src":"/Users/apple/Downloads/particulars.csv"}]},"url":"https://in.staging.decentro.tech/v2/payments/invoice/request"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":null,"cookie":[],"responseTime":null,"body":"{\n    \"decentroTxnId\": \"DECXXXXXXXXXXXXXXXXXXXXXXXXXXXX\",\n    \"status\": \"FAILURE\",\n    \"responseCode\": \"E00009\",\n    \"message\": \"`gst_rate` must be in the range of 0 to 40.0. Please check and try again.\"\n}"},{"id":"7843079a-3451-4b7c-871a-b7679d4b8443","name":"Invalid tds_rate","originalRequest":{"method":"POST","header":[{"key":"client_id","value":"<YOUR_CLIENT_ID>","type":"text","description":"Decentro assigned client_id for the company"},{"key":"client_secret","value":"<YOUR_CLIENT_SECRET>","type":"text","description":"Decentro assigned client_secret for the company"},{"key":"module_secret","value":"<YOUR_PAYMENTS_MODULE_SECRET>","type":"text","description":"Decentro assigned payments module_secret for the company"},{"key":"provider_secret","value":"<YOUR_PROVIDER_SECRET>","type":"text","description":"Decentro assigned provider_secret for the company to connect to a particular provider"},{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"formdata","formdata":[{"key":"invoice_number","value":"invoice_001","description":"A unique invoice_number assigned by you/your organisation (String)","type":"text"},{"key":"beneficiary_account_number","value":"462515XXXXXXXXXXXX","description":"Virtual account number where the money will be deposited (Numeric String)","type":"text"},{"key":"due_date","value":"yyyy-mm-dd","description":"Date before which the payment has to be done. Must be a future date in the format yyyy-mm-dd","type":"text"},{"key":"gst_rate","value":"20","description":"Goods and Service Tax rate to be applied on the total amount of the invoice. Range: 0-40 (Integer/Float/Double)","type":"text"},{"key":"tds_rate","value":"50","description":"Tax Deduction at source rate which is to be applied on the total amount of the invoice. Range: 0-40 (Integer/Float/Double)","type":"text"},{"key":"generate_payment_link","value":"1","description":"1/0 depending on whether you want to generate a online payment link","type":"text"},{"key":"payer_name","value":"John Smith","description":"Name of the payer (String)","type":"text"},{"key":"payer_email","value":"john.smith@mail.com","description":"Email address of the payer (String)","type":"text"},{"key":"payer_mobile","value":"9999999999","description":"Mobile number of the payer (Numeric String)","type":"text"},{"key":"payer_address","value":"23, 1st Stage, Indiranagar, Bangalore 560038","description":"Address of the payer (String)","type":"text"},{"key":"particulars_csv","description":"Particulars of the invoice in .csv file format. Check the description for the format.","type":"file","src":"/Users/apple/Downloads/particulars.csv"}]},"url":"https://in.staging.decentro.tech/v2/payments/invoice/request"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":null,"cookie":[],"responseTime":null,"body":"{\n    \"decentroTxnId\": \"DECXXXXXXXXXXXXXXXXXXXXXXXXXXXX\",\n    \"status\": \"FAILURE\",\n    \"responseCode\": \"E00009\",\n    \"message\": \"`tds_rate` must be in the range of 0 to 40.0. Please check and try again.\"\n}"},{"id":"fb68f08e-ab99-41a7-84e1-7b18ff060f18","name":"Invalid generate_payment_link","originalRequest":{"method":"POST","header":[{"key":"client_id","value":"<YOUR_CLIENT_ID>","type":"text","description":"Decentro assigned client_id for the company"},{"key":"client_secret","value":"<YOUR_CLIENT_SECRET>","type":"text","description":"Decentro assigned client_secret for the company"},{"key":"module_secret","value":"<YOUR_PAYMENTS_MODULE_SECRET>","type":"text","description":"Decentro assigned payments module_secret for the company"},{"key":"provider_secret","value":"<YOUR_PROVIDER_SECRET>","type":"text","description":"Decentro assigned provider_secret for the company to connect to a particular provider"},{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"formdata","formdata":[{"key":"invoice_number","value":"invoice_001","description":"A unique invoice_number assigned by you/your organisation (String)","type":"text"},{"key":"beneficiary_account_number","value":"462515XXXXXXXXXXXX","description":"Virtual account number where the money will be deposited (Numeric String)","type":"text"},{"key":"due_date","value":"yyyy-mm-dd","description":"Date before which the payment has to be done. Must be a future date in the format yyyy-mm-dd","type":"text"},{"key":"gst_rate","value":"20","description":"Goods and Service Tax rate to be applied on the total amount of the invoice. Range: 0-40 (Integer/Float/Double)","type":"text"},{"key":"tds_rate","value":"10","description":"Tax Deduction at source rate which is to be applied on the total amount of the invoice. Range: 0-40 (Integer/Float/Double)","type":"text"},{"key":"generate_payment_link","value":"Yes","description":"1/0 depending on whether you want to generate a online payment link","type":"text"},{"key":"payer_name","value":"John Smith","description":"Name of the payer (String)","type":"text"},{"key":"payer_email","value":"john.smith@mail.com","description":"Email address of the payer (String)","type":"text"},{"key":"payer_mobile","value":"9999999999","description":"Mobile number of the payer (Numeric String)","type":"text"},{"key":"payer_address","value":"23, 1st Stage, Indiranagar, Bangalore 560038","description":"Address of the payer (String)","type":"text"},{"key":"particulars_csv","description":"Particulars of the invoice in .csv file format. Check the description for the format.","type":"file","src":"/Users/apple/Downloads/particulars.csv"}]},"url":"https://in.staging.decentro.tech/v2/payments/invoice/request"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":null,"cookie":[],"responseTime":null,"body":"{\n    \"decentroTxnId\": \"DECXXXXXXXXXXXXXXXXXXXXXXXXXXXX\",\n    \"status\": \"FAILURE\",\n    \"responseCode\": \"E00009\",\n    \"message\": \"`generate_payment_link` needs to be a numeric value. Hint: generate_payment_link (number).\"\n}"},{"id":"4d8a1e51-cc12-44c8-ba19-9faeb336d49e","name":"Invalid payer_name","originalRequest":{"method":"POST","header":[{"key":"client_id","value":"<YOUR_CLIENT_ID>","type":"text","description":"Decentro assigned client_id for the company"},{"key":"client_secret","value":"<YOUR_CLIENT_SECRET>","type":"text","description":"Decentro assigned client_secret for the company"},{"key":"module_secret","value":"<YOUR_PAYMENTS_MODULE_SECRET>","type":"text","description":"Decentro assigned payments module_secret for the company"},{"key":"provider_secret","value":"<YOUR_PROVIDER_SECRET>","type":"text","description":"Decentro assigned provider_secret for the company to connect to a particular provider"},{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"formdata","formdata":[{"key":"invoice_number","value":"invoice_001","description":"A unique invoice_number assigned by you/your organisation (String)","type":"text"},{"key":"beneficiary_account_number","value":"462515XXXXXXXXXXXX","description":"Virtual account number where the money will be deposited (Numeric String)","type":"text"},{"key":"due_date","value":"yyyy-mm-dd","description":"Date before which the payment has to be done. Must be a future date in the format yyyy-mm-dd","type":"text"},{"key":"gst_rate","value":"20","description":"Goods and Service Tax rate to be applied on the total amount of the invoice. Range: 0-40 (Integer/Float/Double)","type":"text"},{"key":"tds_rate","value":"10","description":"Tax Deduction at source rate which is to be applied on the total amount of the invoice. Range: 0-40 (Integer/Float/Double)","type":"text"},{"key":"generate_payment_link","value":"1","description":"1/0 depending on whether you want to generate a online payment link","type":"text"},{"key":"payer_name","value":"A","description":"Name of the payer (String)","type":"text"},{"key":"payer_email","value":"john.smith@mail.com","description":"Email address of the payer (String)","type":"text"},{"key":"payer_mobile","value":"9999999999","description":"Mobile number of the payer (Numeric String)","type":"text"},{"key":"payer_address","value":"23, 1st Stage, Indiranagar, Bangalore 560038","description":"Address of the payer (String)","type":"text"},{"key":"particulars_csv","description":"Particulars of the invoice in .csv file format. Check the description for the format.","type":"file","src":"/Users/apple/Downloads/particulars.csv"}]},"url":"https://in.staging.decentro.tech/v2/payments/invoice/request"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":null,"cookie":[],"responseTime":null,"body":"{\n    \"decentroTxnId\": \"DECXXXXXXXXXXXXXXXXXXXXXXXXXXXX\",\n    \"status\": \"FAILURE\",\n    \"responseCode\": \"E00009\",\n    \"message\": \"Payer name cannot exceed 50 characters and cannot be less than 3 characters. Hint: payer_name (string)\"\n}"},{"id":"ceba9b1b-8533-4e39-b85d-8a7eb372cb6b","name":"Invalid payer_email","originalRequest":{"method":"POST","header":[{"key":"client_id","value":"<YOUR_CLIENT_ID>","type":"text","description":"Decentro assigned client_id for the company"},{"key":"client_secret","value":"<YOUR_CLIENT_SECRET>","type":"text","description":"Decentro assigned client_secret for the company"},{"key":"module_secret","value":"<YOUR_PAYMENTS_MODULE_SECRET>","type":"text","description":"Decentro assigned payments module_secret for the company"},{"key":"provider_secret","value":"<YOUR_PROVIDER_SECRET>","type":"text","description":"Decentro assigned provider_secret for the company to connect to a particular provider"},{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"formdata","formdata":[{"key":"invoice_number","value":"invoice_001","description":"A unique invoice_number assigned by you/your organisation (String)","type":"text"},{"key":"beneficiary_account_number","value":"462515XXXXXXXXXXXX","description":"Virtual account number where the money will be deposited (Numeric String)","type":"text"},{"key":"due_date","value":"yyyy-mm-dd","description":"Date before which the payment has to be done. Must be a future date in the format yyyy-mm-dd","type":"text"},{"key":"gst_rate","value":"20","description":"Goods and Service Tax rate to be applied on the total amount of the invoice. Range: 0-40 (Integer/Float/Double)","type":"text"},{"key":"tds_rate","value":"10","description":"Tax Deduction at source rate which is to be applied on the total amount of the invoice. Range: 0-40 (Integer/Float/Double)","type":"text"},{"key":"generate_payment_link","value":"1","description":"1/0 depending on whether you want to generate a online payment link","type":"text"},{"key":"payer_name","value":"John Smith","description":"Name of the payer (String)","type":"text"},{"key":"payer_email","value":"john.smithmail.com","description":"Email address of the payer (String)","type":"text"},{"key":"payer_mobile","value":"9999999999","description":"Mobile number of the payer (Numeric String)","type":"text"},{"key":"payer_address","value":"23, 1st Stage, Indiranagar, Bangalore 560038","description":"Address of the payer (String)","type":"text"},{"key":"particulars_csv","description":"Particulars of the invoice in .csv file format. Check the description for the format.","type":"file","src":"/Users/apple/Downloads/particulars.csv"}]},"url":"https://in.staging.decentro.tech/v2/payments/invoice/request"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":null,"cookie":[],"responseTime":null,"body":"{\n    \"decentroTxnId\": \"DECXXXXXXXXXXXXXXXXXXXXXXXXXXXX\",\n    \"status\": \"FAILURE\",\n    \"responseCode\": \"E00009\",\n    \"message\": \"Payer Email validation failed. Kindly enter a valid email address.\"\n}"},{"id":"29a01c55-1ae6-4aaa-81f1-5313932732cb","name":"Invalid payer_mobile","originalRequest":{"method":"POST","header":[{"key":"client_id","value":"<YOUR_CLIENT_ID>","type":"text","description":"Decentro assigned client_id for the company"},{"key":"client_secret","value":"<YOUR_CLIENT_SECRET>","type":"text","description":"Decentro assigned client_secret for the company"},{"key":"module_secret","value":"<YOUR_PAYMENTS_MODULE_SECRET>","type":"text","description":"Decentro assigned payments module_secret for the company"},{"key":"provider_secret","value":"<YOUR_PROVIDER_SECRET>","type":"text","description":"Decentro assigned provider_secret for the company to connect to a particular provider"},{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"formdata","formdata":[{"key":"invoice_number","value":"invoice_001","description":"A unique invoice_number assigned by you/your organisation (String)","type":"text"},{"key":"beneficiary_account_number","value":"462515XXXXXXXXXXXX","description":"Virtual account number where the money will be deposited (Numeric String)","type":"text"},{"key":"due_date","value":"yyyy-mm-dd","description":"Date before which the payment has to be done. Must be a future date in the format yyyy-mm-dd","type":"text"},{"key":"gst_rate","value":"20","description":"Goods and Service Tax rate to be applied on the total amount of the invoice. Range: 0-40 (Integer/Float/Double)","type":"text"},{"key":"tds_rate","value":"10","description":"Tax Deduction at source rate which is to be applied on the total amount of the invoice. Range: 0-40 (Integer/Float/Double)","type":"text"},{"key":"generate_payment_link","value":"1","description":"1/0 depending on whether you want to generate a online payment link","type":"text"},{"key":"payer_name","value":"John Smith","description":"Name of the payer (String)","type":"text"},{"key":"payer_email","value":"john.smith@mail.com","description":"Email address of the payer (String)","type":"text"},{"key":"payer_mobile","value":"9999","description":"Mobile number of the payer (Numeric String)","type":"text"},{"key":"payer_address","value":"23, 1st Stage, Indiranagar, Bangalore 560038","description":"Address of the payer (String)","type":"text"},{"key":"particulars_csv","description":"Particulars of the invoice in .csv file format. Check the description for the format.","type":"file","src":"/Users/apple/Downloads/particulars.csv"}]},"url":"https://in.staging.decentro.tech/v2/payments/invoice/request"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":null,"cookie":[],"responseTime":null,"body":"{\n    \"decentroTxnId\": \"DECXXXXXXXXXXXXXXXXXXXXXXXXXXXX\",\n    \"status\": \"FAILURE\",\n    \"responseCode\": \"E00009\",\n    \"message\": \"Payer mobile has to be strictly 10 digits long and start with one of 9, 8, 7 or 6.\"\n}"},{"id":"e0148b63-abcc-4cdc-867d-5e2328a85d05","name":"Invalid address","originalRequest":{"method":"POST","header":[{"key":"client_id","value":"<YOUR_CLIENT_ID>","type":"text","description":"Decentro assigned client_id for the company"},{"key":"client_secret","value":"<YOUR_CLIENT_SECRET>","type":"text","description":"Decentro assigned client_secret for the company"},{"key":"module_secret","value":"<YOUR_PAYMENTS_MODULE_SECRET>","type":"text","description":"Decentro assigned payments module_secret for the company"},{"key":"provider_secret","value":"<YOUR_PROVIDER_SECRET>","type":"text","description":"Decentro assigned provider_secret for the company to connect to a particular provider"},{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"formdata","formdata":[{"key":"invoice_number","value":"invoice_001","description":"A unique invoice_number assigned by you/your organisation (String)","type":"text"},{"key":"beneficiary_account_number","value":"462515XXXXXXXXXXXX","description":"Virtual account number where the money will be deposited (Numeric String)","type":"text"},{"key":"due_date","value":"yyyy-mm-dd","description":"Date before which the payment has to be done. Must be a future date in the format yyyy-mm-dd","type":"text"},{"key":"gst_rate","value":"20","description":"Goods and Service Tax rate to be applied on the total amount of the invoice. Range: 0-40 (Integer/Float/Double)","type":"text"},{"key":"tds_rate","value":"10","description":"Tax Deduction at source rate which is to be applied on the total amount of the invoice. Range: 0-40 (Integer/Float/Double)","type":"text"},{"key":"generate_payment_link","value":"1","description":"1/0 depending on whether you want to generate a online payment link","type":"text"},{"key":"payer_name","value":"John Smith","description":"Name of the payer (String)","type":"text"},{"key":"payer_email","value":"john.smith@mail.com","description":"Email address of the payer (String)","type":"text"},{"key":"payer_mobile","value":"9999999999","description":"Mobile number of the payer (Numeric String)","type":"text"},{"key":"payer_address","value":"23, blr","description":"Address of the payer (String)","type":"text"},{"key":"particulars_csv","description":"Particulars of the invoice in .csv file format. Check the description for the format.","type":"file","src":"/Users/apple/Downloads/particulars.csv"}]},"url":"https://in.staging.decentro.tech/v2/payments/invoice/request"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":null,"cookie":[],"responseTime":null,"body":"{\n    \"decentroTxnId\": \"DECXXXXXXXXXXXXXXXXXXXXXXXXXXXX\",\n    \"status\": \"FAILURE\",\n    \"responseCode\": \"E00009\",\n    \"message\": \"Payer address cannot exceed 200 characters and cannot be less than 10 characters. Hint: payer_address (string)\"\n}"},{"id":"b4207408-cf15-4688-8d34-a0a84dc0f6b7","name":"Invalid file attached","originalRequest":{"method":"POST","header":[{"key":"client_id","value":"<YOUR_CLIENT_ID>","type":"text","description":"Decentro assigned client_id for the company"},{"key":"client_secret","value":"<YOUR_CLIENT_SECRET>","type":"text","description":"Decentro assigned client_secret for the company"},{"key":"module_secret","value":"<YOUR_PAYMENTS_MODULE_SECRET>","type":"text","description":"Decentro assigned payments module_secret for the company"},{"key":"provider_secret","value":"<YOUR_PROVIDER_SECRET>","type":"text","description":"Decentro assigned provider_secret for the company to connect to a particular provider"},{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"formdata","formdata":[{"key":"invoice_number","value":"invoice_001","description":"A unique invoice_number assigned by you/your organisation (String)","type":"text"},{"key":"beneficiary_account_number","value":"462515XXXXXXXXXXXX","description":"Virtual account number where the money will be deposited (Numeric String)","type":"text"},{"key":"due_date","value":"yyyy-mm-dd","description":"Date before which the payment has to be done. Must be a future date in the format yyyy-mm-dd","type":"text"},{"key":"gst_rate","value":"20","description":"Goods and Service Tax rate to be applied on the total amount of the invoice. Range: 0-40 (Integer/Float/Double)","type":"text"},{"key":"tds_rate","value":"10","description":"Tax Deduction at source rate which is to be applied on the total amount of the invoice. Range: 0-40 (Integer/Float/Double)","type":"text"},{"key":"generate_payment_link","value":"1","description":"1/0 depending on whether you want to generate a online payment link","type":"text"},{"key":"payer_name","value":"John Smith","description":"Name of the payer (String)","type":"text"},{"key":"payer_email","value":"john.smith@mail.com","description":"Email address of the payer (String)","type":"text"},{"key":"payer_mobile","value":"9999999999","description":"Mobile number of the payer (Numeric String)","type":"text"},{"key":"payer_address","value":"23, 1st Stage, Indiranagar, Bangalore 560038","description":"Address of the payer (String)","type":"text"},{"key":"particulars_csv","description":"Particulars of the invoice in .csv file format. Check the description for the format.","type":"file","src":"/Users/apple/Downloads/particulars.csv"}]},"url":"https://in.staging.decentro.tech/v2/payments/invoice/request"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":null,"cookie":[],"responseTime":null,"body":"{\n    \"decentroTxnId\": \"DECXXXXXXXXXXXXXXXXXXXXXXXXXXXX\",\n    \"status\": \"FAILURE\",\n    \"responseCode\": \"E00052\",\n    \"message\": \"Net Amount cannot be less than or equal to 0. Please send proper CSV.\"\n}"}],"_postman_id":"4d539f3d-033b-4dc5-866b-e80d57f017c5"},{"name":"Check Invoice Status","id":"a26c7a7d-2324-498d-88ac-a03fa928185b","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"client_id","value":"<YOUR_CLIENT_ID>","type":"text","description":"<p>Decentro assigned client_id for the company</p>\n"},{"key":"client_secret","value":"<YOUR_CLIENT_SECRET>","type":"text","description":"<p>Decentro assigned client_secret for the company</p>\n"},{"key":"module_secret","value":"<YOUR_PAYMENTS_MODULE_SECRET>","type":"text","description":"<p>Decentro assigned payments module_secret for the company</p>\n"},{"key":"provider_secret","value":"<YOUR_PROVIDER_SECRET>","type":"text","description":"<p>Decentro assigned provider_secret for the company to connect to a particular provider</p>\n"},{"key":"Content-Type","value":"application/json","type":"text"}],"url":"https://in.staging.decentro.tech/v2/payments/invoice/:invoice_number/status","description":"<p>Check the real-time payment status for the invoice generated by you.</p>\n","urlObject":{"path":["v2","payments","invoice",":invoice_number","status"],"host":["https://in.staging.decentro.tech"],"query":[],"variable":[{"id":"25dc8221-d5d9-413c-bcc0-15a929c36f88","description":{"content":"<p>Unique invoice_number assigned by you/your organisation whose status you want to check (String)</p>\n","type":"text/plain"},"type":"any","value":"invoice_001","key":"invoice_number"}]}},"response":[{"id":"4c96be0f-70e9-4ad9-b1e3-8e0db642c59b","name":"Payment successful","originalRequest":{"method":"GET","header":[{"key":"client_id","value":"<YOUR_CLIENT_ID>","type":"text","description":"Decentro assigned client_id for the company"},{"key":"client_secret","value":"<YOUR_CLIENT_SECRET>","type":"text","description":"Decentro assigned client_secret for the company"},{"key":"module_secret","value":"<YOUR_PAYMENTS_MODULE_SECRET>","type":"text","description":"Decentro assigned payments module_secret for the company"},{"key":"provider_secret","value":"<YOUR_PROVIDER_SECRET>","type":"text","description":"Decentro assigned provider_secret for the company to connect to a particular provider"},{"key":"Content-Type","value":"application/json","type":"text"}],"url":{"raw":"https://in.staging.decentro.tech/v2/payments/invoice/:invoice_number/status","host":["https://in.staging.decentro.tech"],"path":["v2","payments","invoice",":invoice_number","status"],"variable":[{"key":"invoice_number","value":"invoice_001","description":"Unique invoice_number assigned by you/your organisation whose status you want to check (String)"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":null,"cookie":[],"responseTime":null,"body":"{\n    \"decentroTxnId\": \"DECXXXXXXXXXXXXXXXXXXXXXXXXXXXX\",\n    \"status\": \"SUCCESS\",\n    \"responseCode\": \"S00000\",\n    \"message\": \"PAYMENT SUCCESS\",\n    \"data\": {\n        \"invoiceNumber\": \"invoice_001\",\n        \"invoiceUrl\": \"<invoice_url>\",\n        \"status\": \"PAYMENT SUCCESS\"\n    }\n}"},{"id":"e55ec88f-9b12-4841-a62c-e7a860cbbf08","name":"Expired status","originalRequest":{"method":"GET","header":[{"key":"client_id","value":"<YOUR_CLIENT_ID>","type":"text","description":"Decentro assigned client_id for the company"},{"key":"client_secret","value":"<YOUR_CLIENT_SECRET>","type":"text","description":"Decentro assigned client_secret for the company"},{"key":"module_secret","value":"<YOUR_PAYMENTS_MODULE_SECRET>","type":"text","description":"Decentro assigned payments module_secret for the company"},{"key":"provider_secret","value":"<YOUR_PROVIDER_SECRET>","type":"text","description":"Decentro assigned provider_secret for the company to connect to a particular provider"},{"key":"Content-Type","value":"application/json","type":"text"}],"url":{"raw":"https://in.staging.decentro.tech/v2/payments/invoice/:invoice_number/status","host":["https://in.staging.decentro.tech"],"path":["v2","payments","invoice",":invoice_number","status"],"variable":[{"key":"invoice_number","value":"invoice_001","description":"Unique invoice_number assigned by you/your organisation whose status you want to check (String)"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":null,"cookie":[],"responseTime":null,"body":"{\n    \"decentroTxnId\": \"DECXXXXXXXXXXXXXXXXXXXXXXXXXXXX\",\n    \"status\": \"SUCCESS\",\n    \"responseCode\": \"S00000\",\n    \"message\": \"EXPIRED\",\n    \"data\": {\n        \"invoiceNumber\": \"invoice_001\",\n        \"invoiceUrl\": \"<invoice_url>\",\n        \"status\": \"EXPIRED\"\n    }\n}"},{"id":"b5e237a0-03cf-4c06-9e68-9e18e4d1a588","name":"Offline status","originalRequest":{"method":"GET","header":[{"key":"client_id","value":"<YOUR_CLIENT_ID>","type":"text","description":"Decentro assigned client_id for the company"},{"key":"client_secret","value":"<YOUR_CLIENT_SECRET>","type":"text","description":"Decentro assigned client_secret for the company"},{"key":"module_secret","value":"<YOUR_PAYMENTS_MODULE_SECRET>","type":"text","description":"Decentro assigned payments module_secret for the company"},{"key":"provider_secret","value":"<YOUR_PROVIDER_SECRET>","type":"text","description":"Decentro assigned provider_secret for the company to connect to a particular provider"},{"key":"Content-Type","value":"application/json","type":"text"}],"url":{"raw":"https://in.staging.decentro.tech/v2/payments/invoice/:invoice_number/status","host":["https://in.staging.decentro.tech"],"path":["v2","payments","invoice",":invoice_number","status"],"variable":[{"key":"invoice_number","value":"invoice_001","description":"Unique invoice_number assigned by you/your organisation whose status you want to check (String)"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":null,"cookie":[],"responseTime":null,"body":"{\n    \"decentroTxnId\": \"DECXXXXXXXXXXXXXXXXXXXXXXXXXXXX\",\n    \"status\": \"SUCCESS\",\n    \"responseCode\": \"S00000\",\n    \"message\": \"OFFLINE\",\n    \"data\": {\n        \"invoiceNumber\": \"invoice_001\",\n        \"invoiceUrl\": \"<invoice_url>\",\n        \"status\": \"OFFLINE\"\n    }\n}"},{"id":"8df37dff-f383-41ca-8e24-d154c6339fe1","name":"Invoice not found","originalRequest":{"method":"GET","header":[{"key":"client_id","value":"<YOUR_CLIENT_ID>","type":"text","description":"Decentro assigned client_id for the company"},{"key":"client_secret","value":"<YOUR_CLIENT_SECRET>","type":"text","description":"Decentro assigned client_secret for the company"},{"key":"module_secret","value":"<YOUR_PAYMENTS_MODULE_SECRET>","type":"text","description":"Decentro assigned payments module_secret for the company"},{"key":"provider_secret","value":"<YOUR_PROVIDER_SECRET>","type":"text","description":"Decentro assigned provider_secret for the company to connect to a particular provider"},{"key":"Content-Type","value":"application/json","type":"text"}],"url":{"raw":"https://in.staging.decentro.tech/v2/payments/invoice/:invoice_number/status","host":["https://in.staging.decentro.tech"],"path":["v2","payments","invoice",":invoice_number","status"],"variable":[{"key":"invoice_number","value":"invoice_001","description":"Unique invoice_number assigned by you/your organisation whose status you want to check (String)"}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":null,"cookie":[],"responseTime":null,"body":"{\n    \"decentroTxnId\": \"DECXXXXXXXXXXXXXXXXXXXXXXXXXXXX\",\n    \"status\": \"FAILURE\",\n    \"responseCode\": \"E00053\",\n    \"message\": \"Invoice Not Found.\"\n}"}],"_postman_id":"a26c7a7d-2324-498d-88ac-a03fa928185b"}],"id":"b6644851-37a2-41f1-8644-672047b588a7","description":"<p>This collection of APIs enables you to generate a digital invoice for your customers or buyers who need to pay money to your business or have already paid you offline (in cash or similar means). </p>\n<p>The invoice link once generated can then be sent by you over any digital channel like email, SMS, Whatsapp to the respective customer/buyer for making their payment via UPI. The same invoice can also be downloaded as a PDF by them or by your business team for processing or storing separately as suitable. </p>\n<p>You can also choose to add your own branded sub-domain to the link (URL) of the invoice. For getting that feature, please connect with us on <a href=\"mailto:hello@decentro.tech\">hello@decentro.tech</a> </p>\n","event":[{"listen":"prerequest","script":{"id":"71cca8f0-6663-4401-8b47-25d1fec4acdc","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"fdb867b1-2d82-40bd-946f-d30f0ed7faea","type":"text/javascript","exec":[""]}}],"_postman_id":"b6644851-37a2-41f1-8644-672047b588a7"},{"name":"User Verification","item":[{"name":"Penny Pull/Reverse Penny Drop","item":[{"name":"Penny Pull - Intent API","id":"b92d03aa-ba1e-4ec4-8d2b-ab6f6d06e029","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"client_id","value":"<YOUR_CLIENT_ID>","type":"text","description":"<p>Decentro assigned client_id for the company</p>\n"},{"key":"client_secret","value":"<YOUR_CLIENT_SECRET>","type":"text","description":"<p>Decentro assigned client_secret for the company</p>\n"},{"key":"module_secret","value":"<YOUR_MODULE_SECRET>","type":"text","description":"<p>Decentro assigned payments module_secret for the company</p>\n"},{"key":"provider_secret","value":"<YOUR_CHOSEN_PROVIDER_SECRET>","type":"text","description":"<p>Decentro assigned provider_secret for the company to connect to a particular provider</p>\n"},{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"reference_id\": \"000-0000-00d00-0000\",\n    \"generate_qr\": 0,\n    \"generate_uri\": 0,\n    \"customized_qr_with_logo\": 0\n}"},"url":"https://in.staging.decentro.tech/v2/payments/penny_pull","description":"<p>This API allows the platform to create an Intent link using Decentro's Penny pull stack.</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Parameter</th>\n<th>Description</th>\n<th>Optional (O)/ Mandatory (M)/ Conditionally mandatory (CM)</th>\n<th>Datatype</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>reference_id</td>\n<td>A unique ID assigned by you for this transaction</td>\n<td>M</td>\n<td>String</td>\n</tr>\n<tr>\n<td>generate_qr</td>\n<td>0/1 depending on the choice to generate QR. 1 for generating QR and 0 for not generating QR</td>\n<td>O</td>\n<td>Integer</td>\n</tr>\n<tr>\n<td>generate_uri</td>\n<td>0/1 depending on the choice to generate UPI data URI to implement customized flow based on URI data</td>\n<td>O</td>\n<td>Integer</td>\n</tr>\n<tr>\n<td>customized_qr_with_logo</td>\n<td>0/1 depending on whether you want to get a customised QR code with logo</td>\n<td>O</td>\n<td>Integer</td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"protocol":"https","path":["v2","payments","penny_pull"],"host":["in","staging","decentro","tech"],"query":[],"variable":[]}},"response":[{"id":"e757ca4a-00ce-41a3-b874-5c9132379618","name":"SUCCESS","originalRequest":{"method":"POST","header":[{"key":"client_id","value":"<YOUR_CLIENT_ID>","type":"text","description":"Decentro assigned client_id for the company"},{"key":"client_secret","value":"<YOUR_CLIENT_SECRET>","type":"text","description":"Decentro assigned client_secret for the company"},{"key":"module_secret","value":"<YOUR_MODULE_SECRET>","type":"text","description":"Decentro assigned payments module_secret for the company"},{"key":"provider_secret","value":"<YOUR_CHOSEN_PROVIDER_SECRET>","type":"text","description":"Decentro assigned provider_secret for the company to connect to a particular provider"},{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"reference_id\": \"000-0000-00d00-0001\",\n    \"generate_qr\": 0,\n    \"generate_uri\": 0,\n    \"customized_qr_with_logo\": 0\n}"},"url":"https://in.staging.decentro.tech/v2/payments/penny_pull"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"372"},{"key":"Connection","value":"keep-alive"},{"key":"x-decentro-urn","value":"86859EE1A22748AC89274A2DA6F8D25E"},{"key":"expect-ct","value":"max-age=86400, enforce, report-uri=\"https://in.qa.decentro.tech\""},{"key":"x-permitted-cross-domain-policies","value":"none"},{"key":"x-frame-options","value":"SAMEORIGIN"},{"key":"x-xss-protection","value":"1; mode=block"},{"key":"x-content-type-options","value":"nosniff"},{"key":"content-security-policy","value":"frame-src self"},{"key":"x-content-security-policy","value":"frame-src self"},{"key":"strict-transport-security","value":"max-age=31556926; includeSubDomains"},{"key":"referrer-policy","value":"strict-origin-when-cross-origin"},{"key":"date","value":"Thu, 28 Mar 2024 06:04:08 GMT"},{"key":"vary","value":"Origin"},{"key":"X-RateLimit-Limit-Second","value":"100"},{"key":"X-RateLimit-Limit-Minute","value":"6000"},{"key":"X-RateLimit-Limit-Hour","value":"60000"},{"key":"RateLimit-Remaining","value":"99"},{"key":"X-RateLimit-Remaining-Hour","value":"59996"},{"key":"X-RateLimit-Remaining-Minute","value":"5998"},{"key":"X-RateLimit-Remaining-Second","value":"99"},{"key":"RateLimit-Limit","value":"100"},{"key":"Access-Control-Allow-Origin","value":"https://qa.base.decentro.tech"},{"key":"Kong-Request-ID","value":"1994f311-a02d-4263-883a-bd0b365a8ce5"}],"cookie":[],"responseTime":null,"body":"{\n    \"decentroTxnId\": \"ABEXXXXXXXXXXXXXXXXXXXXXX\",\n    \"status\": \"SUCCESS\",\n    \"responseCode\": \"S00000\",\n    \"message\": \"Penny pull link created successfully.\",\n    \"data\": {\n        \"validationShortLink\": \"<customised_short_url>\",\n        \"validationStatus\": \"PENDING\",\n        \"validationDescription\": \"Validation status is pending\"\n    },\n    \"responseKey\": \"success_payment_link_created\"\n}"},{"id":"1ae3cac5-941c-4d07-ad30-6ce48b0867b3","name":"SUCCESS: With UPI QR Code","originalRequest":{"method":"POST","header":[{"key":"client_id","value":"<YOUR_CLIENT_ID>","type":"text","description":"Decentro assigned client_id for the company"},{"key":"client_secret","value":"<YOUR_CLIENT_SECRET>","type":"text","description":"Decentro assigned client_secret for the company"},{"key":"module_secret","value":"<YOUR_MODULE_SECRET>","type":"text","description":"Decentro assigned payments module_secret for the company"},{"key":"provider_secret","value":"<YOUR_CHOSEN_PROVIDER_SECRET>","type":"text","description":"Decentro assigned provider_secret for the company to connect to a particular provider"},{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"reference_id\": \"000-0000-00d00-d0001dd\",\n    \"generate_qr\": 1,\n    \"generate_uri\": 0,\n    \"customized_qr_with_logo\": 0\n}","options":{"raw":{"language":"json"}}},"url":"https://in.staging.decentro.tech/v2/payments/penny_pull"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"3981"},{"key":"Connection","value":"keep-alive"},{"key":"Date","value":"Thu, 28 Mar 2024 06:25:41 GMT"},{"key":"X-DECENTRO-URN","value":"A7DA6CA75DCB4D2C8851BD6D23B29A2C"},{"key":"Expect-CT","value":"max-age=86400, enforce, report-uri=\"https://in.staging.decentro.tech\""},{"key":"X-Permitted-Cross-Domain-Policies","value":"none"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"Content-Security-Policy","value":"frame-src self"},{"key":"X-Content-Security-Policy","value":"frame-src self"},{"key":"Strict-Transport-Security","value":"max-age=31556926; includeSubDomains"},{"key":"Referrer-Policy","value":"strict-origin-when-cross-origin"},{"key":"vary","value":"Origin"},{"key":"X-RateLimit-Limit-Second","value":"500"},{"key":"X-RateLimit-Limit-Minute","value":"30000"},{"key":"X-RateLimit-Limit-Hour","value":"1800000"},{"key":"X-RateLimit-Remaining-Hour","value":"1799995"},{"key":"X-RateLimit-Remaining-Minute","value":"29997"},{"key":"X-RateLimit-Remaining-Second","value":"499"},{"key":"Kong-Request-ID","value":"40743888-60f4-4fcf-8120-d846b7d83cec"}],"cookie":[],"responseTime":null,"body":"{\n    \"decentroTxnId\": \"ABEKXXXXXXXXXXXXXXXXXXXX\",\n    \"status\": \"SUCCESS\",\n    \"responseCode\": \"S00000\",\n    \"message\": \"Penny pull link with dynamic QR created successfully.\",\n    \"data\": {\n        \"encodedDynamicQrCode\": \"<base_64_qr_code>\",\n        \"validationShortLink\": \"<customised_short_url>\",\n        \"validationStatus\": \"PENDING\",\n        \"validationDescription\": \"Validation status is pending\"\n    },\n    \"responseKey\": \"success_payment_link_created\"\n}"},{"id":"928c9ac1-6f75-4bab-bc04-1d2d6176bda8","name":"SUCCESS: With UPI Deep Linking URI","originalRequest":{"method":"POST","header":[{"key":"client_id","value":"<YOUR_CLIENT_ID>","type":"text","description":"Decentro assigned client_id for the company"},{"key":"client_secret","value":"<YOUR_CLIENT_SECRET>","type":"text","description":"Decentro assigned client_secret for the company"},{"key":"module_secret","value":"<YOUR_MODULE_SECRET>","type":"text","description":"Decentro assigned payments module_secret for the company"},{"key":"provider_secret","value":"<YOUR_CHOSEN_PROVIDER_SECRET>","type":"text","description":"Decentro assigned provider_secret for the company to connect to a particular provider"},{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"reference_id\": \"000-0000-00d00-d0001ddd\",\n    \"generate_qr\": 1,\n    \"generate_uri\": 1,\n    \"customized_qr_with_logo\": 0\n}"},"url":"https://in.staging.decentro.tech/v2/payments/penny_pull"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"5069"},{"key":"Connection","value":"keep-alive"},{"key":"Date","value":"Thu, 28 Mar 2024 06:28:29 GMT"},{"key":"X-DECENTRO-URN","value":"A759C98BB0A94104BC953793088F09B0"},{"key":"Expect-CT","value":"max-age=86400, enforce, report-uri=\"https://in.staging.decentro.tech\""},{"key":"X-Permitted-Cross-Domain-Policies","value":"none"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"Content-Security-Policy","value":"frame-src self"},{"key":"X-Content-Security-Policy","value":"frame-src self"},{"key":"Strict-Transport-Security","value":"max-age=31556926; includeSubDomains"},{"key":"Referrer-Policy","value":"strict-origin-when-cross-origin"},{"key":"vary","value":"Origin"},{"key":"X-RateLimit-Limit-Second","value":"500"},{"key":"X-RateLimit-Limit-Minute","value":"30000"},{"key":"X-RateLimit-Limit-Hour","value":"1800000"},{"key":"X-RateLimit-Remaining-Hour","value":"1799990"},{"key":"X-RateLimit-Remaining-Minute","value":"29997"},{"key":"X-RateLimit-Remaining-Second","value":"499"},{"key":"Kong-Request-ID","value":"95fa536e-d276-412d-94d5-9d6569a5ba4b"}],"cookie":[],"responseTime":null,"body":"{\n    \"decentroTxnId\": \"ABQWXXXXXXXXXXXXXXXXXXXXXXX\",\n    \"status\": \"SUCCESS\",\n    \"responseCode\": \"S00000\",\n    \"message\": \"Penny pull link with dynamic QR created successfully.\",\n    \"data\": {\n        \"encodedDynamicQrCode\": \"<-- base64 string for the QR sample -->\",\n        \"pspUri\": {\n            \"gpayUri\": \"<--GPay_upi-data-uri-->\",\n            \"phonepeUri\": \"<--PhonePe_upi-data-uri-->\",\n            \"paytmUri\": \"<--Paytm_upi-data-uri-->\"\n        },\n        \"validationShortLink\": \"<customised_short_url>\",\n        \"validationStatus\": \"PENDING\",\n        \"validationDescription\": \"Validation status is pending\"\n    },\n    \"responseKey\": \"success_payment_link_created\"\n}"},{"id":"90d63231-b292-47d4-9ba3-d20f68d134e1","name":"FAILURE: Invalid Generate QR value","originalRequest":{"method":"POST","header":[{"key":"client_id","value":"<YOUR_CLIENT_ID>","type":"text","description":"Decentro assigned client_id for the company"},{"key":"client_secret","value":"<YOUR_CLIENT_SECRET>","type":"text","description":"Decentro assigned client_secret for the company"},{"key":"module_secret","value":"<YOUR_MODULE_SECRET>","type":"text","description":"Decentro assigned payments module_secret for the company"},{"key":"provider_secret","value":"<YOUR_CHOSEN_PROVIDER_SECRET>","type":"text","description":"Decentro assigned provider_secret for the company to connect to a particular provider"},{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"reference_id\": \"000-0000-00d00-dd001ddd\",\n    \"generate_qr\": \"YES\",\n    \"generate_uri\": 1,\n    \"customized_qr_with_logo\": 0\n}"},"url":"https://in.staging.decentro.tech/v2/payments/penny_pull"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"264"},{"key":"Connection","value":"keep-alive"},{"key":"Date","value":"Thu, 28 Mar 2024 06:30:33 GMT"},{"key":"X-DECENTRO-URN","value":"40B349C8C0E3488993E3ACAB04C138FF"},{"key":"Expect-CT","value":"max-age=86400, enforce, report-uri=\"https://in.staging.decentro.tech\""},{"key":"X-Permitted-Cross-Domain-Policies","value":"none"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"Content-Security-Policy","value":"frame-src self"},{"key":"X-Content-Security-Policy","value":"frame-src self"},{"key":"Strict-Transport-Security","value":"max-age=31556926; includeSubDomains"},{"key":"Referrer-Policy","value":"strict-origin-when-cross-origin"},{"key":"vary","value":"Origin"},{"key":"X-RateLimit-Limit-Second","value":"500"},{"key":"X-RateLimit-Limit-Minute","value":"30000"},{"key":"X-RateLimit-Limit-Hour","value":"1800000"},{"key":"X-RateLimit-Remaining-Hour","value":"1799982"},{"key":"X-RateLimit-Remaining-Minute","value":"29998"},{"key":"X-RateLimit-Remaining-Second","value":"499"},{"key":"Kong-Request-ID","value":"29d64136-1e6f-4d24-b6dc-1d3391cf9916"}],"cookie":[],"responseTime":null,"body":"{\n    \"decentroTxnId\": \"PWXXXXXXXXXXXXXXXXXXXXXXXXXXXX\",\n    \"status\": \"FAILURE\",\n    \"responseCode\": \"E00009\",\n    \"message\": \"Invalid value entered for Generate QR. Generate QR can be either 0 or 1. Hint : generate_qr (int).\",\n    \"responseKey\": \"error_invalid_generate_QR_value\"\n}"},{"id":"1d513847-bd7c-4422-ab4f-554f1c4c35ae","name":"FAILURE: Unprocessable Content","originalRequest":{"method":"POST","header":[{"key":"client_id","value":"<YOUR_CLIENT_ID>","type":"text","description":"Decentro assigned client_id for the company"},{"key":"client_secret","value":"<YOUR_CLIENT_SECRET>","type":"text","description":"Decentro assigned client_secret for the company"},{"key":"module_secret","value":"<YOUR_MODULE_SECRET>","type":"text","description":"Decentro assigned payments module_secret for the company"},{"key":"provider_secret","value":"<YOUR_CHOSEN_PROVIDER_SECRET>","type":"text","description":"Decentro assigned provider_secret for the company to connect to a particular provider"},{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"reference_id\": \"000-0000-00d00-0000\",\n    \"generate_qr\": 0,\n    \"generate_uri\": 0,\n    \"customized_qr_with_logo\": 0\n}"},"url":"https://in.staging.decentro.tech/v2/payments/penny_pull"},"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","name":"Content-Type","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"decentro_txn_id\": \"A8E2XXXXXXXXXXXXXXXXXXXXXXXXXXX\",\n    \"status\": \"FAILURE\",\n    \"response_code\": \"E00035\",\n    \"message\": \"This feature is not available for the corresponding provider.\",\n    \"data\": \"None\"\n}"}],"_postman_id":"b92d03aa-ba1e-4ec4-8d2b-ab6f6d06e029"},{"name":"Penny Pull - Get Transaction Status API","id":"04eafaae-a314-4a64-b318-654447699f9d","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"client_id","value":"<YOUR_CLIENT_ID>"},{"key":"client_secret","value":"<YOUR_CLIENT_SECRET>"},{"key":"module_secret","value":"<YOUR_MODULE_SECRET>"},{"key":"provider_secret","value":"<YOUR_CHOSEN_PROVIDER_SECRET>"},{"key":"Content-Type","value":"application/json"}],"url":"https://in.staging.decentro.tech/v2/payments/penny_pull/fetch/:decentroTxnId/status","description":"<p>This API is used to check the status of a Penny pull Intent link undertaken through the <a href=\"https://docs.decentro.tech/reference/payments-userverification-pennypull-createintent\">Penny Pull Create Intent API </a> using Decentro transaction ID.</p>\n","urlObject":{"protocol":"https","path":["v2","payments","penny_pull","fetch",":decentroTxnId","status"],"host":["in","staging","decentro","tech"],"query":[],"variable":[{"id":"ee4c4e9f-902b-48eb-b3ee-3d7efd25d1f5","description":{"content":"<p>The decentro transaction id that we responded with in the Intent link request.</p>\n","type":"text/plain"},"type":"any","value":"9AE6463F10B74F91991D47FA71A0D5D6","key":"decentroTxnId"}]}},"response":[{"id":"bb9f16ec-7064-41ba-b3db-a6ca4d3980ee","name":"SUCCESS: Transaction Status PENDING","originalRequest":{"method":"GET","header":[{"key":"client_id","value":"<YOUR_CLIENT_ID>"},{"key":"client_secret","value":"<YOUR_CLIENT_SECRET>"},{"key":"module_secret","value":"<YOUR_MODULE_SECRET>"},{"key":"provider_secret","value":"<YOUR_CHOSEN_PROVIDER_SECRET>"},{"key":"Content-Type","value":"application/json"}],"url":"https://in.staging.decentro.tech/v2/payments/penny_pull/fetch/A8E2XXXXXXXXXXXXXXXXXXXXXXXXXXX/status"},"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","name":"Content-Type","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"decentroTxnId\": \"A8E2XXXXXXXXXXXXXXXXXXXXXXXXXXX\",\n    \"status\": \"SUCCESS\",\n    \"responseCode\": \"S00000\",\n    \"message\": \"Penny pull intent transaction status processed successfully\",\n    \"data\": {\n        \"referenceId\": \"0000-0000-0000-0001-0001\",\n        \"transactionStatus\": \"PENDING\",\n        \"transactionStatusDescription\": \"Intent penny pull transaction status is pending.\",\n        \"verificationType\": \"PENNY_INTENT\"\n    },\n    \"responseKey\": \"success_transaction_status_pending\"\n}"},{"id":"26ca22e5-81f8-4c0c-ac65-ae2f093b1f8b","name":"SUCCESS: Transaction Status SUCCESS","originalRequest":{"method":"GET","header":[{"key":"client_id","value":"<YOUR_CLIENT_ID>"},{"key":"client_secret","value":"<YOUR_CLIENT_SECRET>"},{"key":"module_secret","value":"<YOUR_MODULE_SECRET>"},{"key":"provider_secret","value":"<YOUR_CHOSEN_PROVIDER_SECRET>"},{"key":"Content-Type","value":"application/json"}],"url":"https://in.staging.decentro.tech/v2/payments/penny_pull/fetch/A8E2XXXXXXXXXXXXXXXXXXXXXXXXXXX/status"},"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","name":"Content-Type","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"decentroTxnId\": \"A8E2XXXXXXXXXXXXXXXXXXXXXXXXXXX\",\n    \"status\": \"SUCCESS\",\n    \"responseCode\": \"S00000\",\n    \"message\": \"Penny pull intent transaction status processed successfully\",\n    \"data\": {\n        \"referenceId\": \"0000-0000-0000-0001-0001\",\n        \"transactionStatus\": \"SUCCESS\",\n        \"transactionStatusDescription\": \"Intent penny pull transaction status processed successfully\",\n        \"payerName\": \"Jai Kumar\",\n        \"payerVpa\": \"jai@okhdfcbank\",\n        \"payerAccountNumber\": \"0098xxxxxxxxxxxxx\",\n        \"payerIfsc\": \"HDFC00000xx\",\n        \"verificationType\": \"PENNY_INTENT\",\n        \"pennyCollectedOn\": \"2024-03-21 00:05:11\"\n    },\n    \"responseKey\": \"success_transaction_status_successful\"\n}"},{"id":"e1067130-5f45-4d79-8f20-6df46f2747ca","name":"SUCCESS: Transaction Status EXPIRED","originalRequest":{"method":"GET","header":[{"key":"client_id","value":"<YOUR_CLIENT_ID>"},{"key":"client_secret","value":"<YOUR_CLIENT_SECRET>"},{"key":"module_secret","value":"<YOUR_MODULE_SECRET>"},{"key":"provider_secret","value":"<YOUR_CHOSEN_PROVIDER_SECRET>"},{"key":"Content-Type","value":"application/json"}],"url":"https://in.staging.decentro.tech/v2/payments/penny_pull/fetch/A8E2XXXXXXXXXXXXXXXXXXXXXXXXXXX/status"},"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","name":"Content-Type","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"decentroTxnId\": \"A8E2XXXXXXXXXXXXXXXXXXXXXXXXXXX\",\n    \"status\": \"SUCCESS\",\n    \"responseCode\": \"S00000\",\n    \"message\": \"Penny pull intent transaction status processed successfully\",\n    \"data\": {\n        \"referenceId\": \"0000-0000-0000-0001-0001\",\n        \"transactionStatus\": \"EXPIRED\",\n        \"transactionStatusDescription\": \"The penny pull intent request has expired. Please initiate a new request.\",\n        \"verificationType\": \"PENNY_INTENT\"\n    },\n    \"responseKey\": \"success_transaction_status_expired\"\n}"},{"id":"6fc832b4-930b-4d7e-9ca4-8d424620436e","name":"SUCCESS: Transaction Status FAILURE","originalRequest":{"method":"GET","header":[{"key":"client_id","value":"<YOUR_CLIENT_ID>"},{"key":"client_secret","value":"<YOUR_CLIENT_SECRET>"},{"key":"module_secret","value":"<YOUR_MODULE_SECRET>"},{"key":"provider_secret","value":"<YOUR_CHOSEN_PROVIDER_SECRET>"},{"key":"Content-Type","value":"application/json"}],"url":{"raw":"https://in.staging.decentro.tech/v2/payments/penny_pull/fetch/:decentroTxnId/status","protocol":"https","host":["in","staging","decentro","tech"],"path":["v2","payments","penny_pull","fetch",":decentroTxnId","status"],"variable":[{"key":"decentroTxnId","value":"9AE6463F10B74F91991D47FA71A0D5D6","description":"The decentro transaction id that we responded with in the Intent link request."}]}},"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","name":"Content-Type","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n  \"decentroTxnId\": \"A8E2XXXXXXXXXXXXXXXXXXXXXXXXXXX\",\n  \"status\": \"SUCCESS\",\n  \"responseCode\": \"S00000\",\n  \"message\": \"Penny pull intent transaction status processed successfully\",\n  \"data\": {\n    \"referenceId\": \"0000-0000-0000-0001-0001\",\n    \"transactionStatus\": \"EXPIRED\",\n    \"transactionStatusDescription\": \"The penny pull Intent request could not be initiated. Please try again later.\",\n    \"verificationType\": \"PENNY_INTENT\"\n  },\n  \"responseKey\": \"success_transaction_status_failure\"\n}"},{"id":"90049947-5fc4-4d6a-aa5e-96ced1677392","name":"FAILURE: Bad/Missing/Invalid Inputs","originalRequest":{"method":"GET","header":[{"key":"client_id","value":"<YOUR_CLIENT_ID>"},{"key":"client_secret","value":"<YOUR_CLIENT_SECRET>"},{"key":"module_secret","value":"<YOUR_MODULE_SECRET>"},{"key":"provider_secret","value":"<YOUR_CHOSEN_PROVIDER_SECRET>"},{"key":"Content-Type","value":"application/json"}],"url":{"raw":"https://in.staging.decentro.tech/v2/payments/penny_pull/fetch/:decentroTxnId/status","protocol":"https","host":["in","staging","decentro","tech"],"path":["v2","payments","penny_pull","fetch",":decentroTxnId","status"],"variable":[{"key":"decentroTxnId","value":"9AE6463F10B74F91991D47FA71A0D5D6","description":"The decentro transaction id that we responded with in the Intent link request."}]}},"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","name":"Content-Type","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"decentroTxnId\": \"5296XXXXXXXXXXXXXXXXXXXXXXXXXXXX\",\n    \"status\": \"FAILURE\",\n    \"responseCode\": \"E00009\",\n    \"message\": \"This transaction was not found in our system. If there was any penny drop, it would have already been reversed. Please retry the corresponding transaction.\",\n    \"responseKey\": \"error_no_transaction_found\"\n}"}],"_postman_id":"04eafaae-a314-4a64-b318-654447699f9d"},{"name":"Penny Pull - Transaction Status Callback","id":"4353d643-6020-4a7e-8780-8fb3109a9849","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"your_custom_key_1","value":"custom_value_1","description":"<p>The header token shared by you should not contain any unsanitized values like @ # $ % ^ &amp; * ! ; : ' \" ~ ` ? = + ) (</p>\n","type":"text"},{"key":"your_custom_key_2","value":"custom_value_2","description":"<p>The header token shared by you should not contain any unsanitized values like @ # $ % ^ &amp; * ! ; : ' \" ~ ` ? = + ) (</p>\n","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"referenceId\": \"0000-0000-0000-0001-0001\",\n    \"timestamp\": \"2024-03-21T08:46:07.411072\",\n    \"decentroTxnId\": \"A8E2XXXXXXXXXXXXXXXXXXXXXXXXXXX\",\n    \"result\": {\n        \"payerName\": \"Jai Kumar\",\n        \"payerVpa\": \"xaxxxxx@okhdfcbank\",\n        \"payerAccountNumber\": \"0098xxxxxxxxxxxxx\",\n        \"payerIfsc\": \"HDFC00000xx\",\n        \"verificationType\": \"PENNY_INTENT\",\n        \"pennyCollectedOn\": \"2024-03-21 08:46:06\",\n        \"rrn\": \"4081xxxxxxxxxxx\",\n        \"status\": \"SUCCESS\"\n    },\n    \"callbackTxnId\": \"HFDNF2XXXXXXXXXXXXXCXXXXXX\",\n    \"attempt\": 1\n}","options":{"raw":{"language":"json"}}},"url":"https://your.custom.endpoint.com/transaction_status/platformcustomendpoint","description":"<p>This callback is used by Decentro to trigger the status of a transaction undertaken through the <a href=\"https://docs.decentro.tech/reference/payments-userverification-pennypull-createintent\">Penny Pull - Intent API</a> to a pre-configured endpoint of the platform.</p>\n<p>The platform can share the endpoint for triggering this callback before going live at <a href=\"https://mailto:support@decentro.tech\">support@decentro.tech</a>.</p>\n<p>Note:</p>\n<ul>\n<li>This callback only propagates the terminal transaction status.</li>\n<li>This callback is triggered when a transaction status moves to SUCCESS only and not in case of PENDING, FAILURE or EXPIRED.</li>\n</ul>\n","urlObject":{"protocol":"https","path":["transaction_status","platformcustomendpoint"],"host":["your","custom","endpoint","com"],"query":[],"variable":[]}},"response":[{"id":"9587cd3b-cf23-475f-aa6b-8d78cf08c628","name":"SUCCESS Callback","originalRequest":{"method":"POST","header":[{"key":"your_custom_key_1","value":"custom_value_1","description":"The header token shared by you should not contain any unsanitized values like @ # $ % ^ & * ! ; : ' \" ~ ` ? = + ) (","type":"text"},{"key":"your_custom_key_2","value":"custom_value_2","description":"The header token shared by you should not contain any unsanitized values like @ # $ % ^ & * ! ; : ' \" ~ ` ? = + ) (","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"referenceId\": \"0000-0000-0000-0001-0001\",\n    \"timestamp\": \"2024-03-21T08:46:07.411072\",\n    \"decentroTxnId\": \"A8E2XXXXXXXXXXXXXXXXXXXXXXXXXXX\",\n    \"result\": {\n        \"payerName\": \"Jai Kumar\",\n        \"payerVpa\": \"xaxxxxx@okhdfcbank\",\n        \"payerAccountNumber\": \"0098xxxxxxxxxxxxx\",\n        \"payerIfsc\": \"HDFC00000xx\",\n        \"verificationType\": \"PENNY_INTENT\",\n        \"pennyCollectedOn\": \"2024-03-21 08:46:06\",\n        \"rrn\": \"4081xxxxxxxxxxx\",\n        \"status\": \"SUCCESS\"\n    },\n    \"callbackTxnId\": \"HFDNF2XXXXXXXXXXXXXCXXXXXX\",\n    \"attempt\": 1\n}","options":{"raw":{"language":"json"}}},"url":"https://your.custom.endpoint.com/transaction_status/platformcustomendpoint"},"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","name":"Content-Type","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n  \"response_code\": \"CB_S00000\"\n}"}],"_postman_id":"4353d643-6020-4a7e-8780-8fb3109a9849"}],"id":"9545a46c-56f5-4fae-8eed-e969e99f6d84","description":"<p>Decentro's Penny pull (reverse penny drop) capability broadly encompasses the below APIs.</p>\n<ul>\n<li><p><a href=\"https://docs.decentro.tech/reference/payments-userverification-pennypull-createintent\">Create Intent</a>: This API allows the platform to create a penny-pull payment link where the payer can pay using any UPI app on their mobile device.</p>\n</li>\n<li><p><a href=\"https://docs.decentro.tech/reference/payments-userverification-pennypull-gts\">Get Transaction Status</a>: This API allows the platform to fetch the status of a penny pull-based transaction by passing the Decentro ID received while creating a penny pull intent.</p>\n</li>\n<li><p><a href=\"https://docs.decentro.tech/reference/payments-userverification-pennypull-callback\">Transaction status callback</a>: This callback allows the platform to receive the status of a penny pull transaction on a pre-configured endpoint.</p>\n</li>\n</ul>\n","_postman_id":"9545a46c-56f5-4fae-8eed-e969e99f6d84"}],"id":"c99c2ff9-a02a-4455-8b4b-e8d9d32851c5","description":"<p>This page gives you an overview of Decentro's penny pull/reverse penny drop capabilities.</p>\n","_postman_id":"c99c2ff9-a02a-4455-8b4b-e8d9d32851c5"}],"id":"2d663189-d7a1-49ab-a88e-ab54cc4e40a1","description":"<p>This module has APIs to enable your business to collect payments from anyone via multiple banking channels, such as Unified Payments Interface (UPI) and more.</p>\n<p>This includes but is not limited to initiating a UPI collection request to a specific UPI app, validating a UPI ID (handle), and generating a payment link for UPI collections. Also, we enable your business to raise an invoice to another business or a customer directly via an API, and also generate payout links for anybody to receive money from your business.</p>\n<p>The underlying partner banks that we have currently are.</p>\n<ul>\n<li>Yes Bank (Live)</li>\n<li>ICICI Bank (Live)</li>\n<li>Axis Bank (Live)</li>\n</ul>\n<p>And more in pipeline.</p>\n<p>Decentro broadly has the below capabilities from a payments standpoint.</p>\n<ul>\n<li><strong>Payouts</strong>: Facilitate payouts to individuals or businesses using any of the supported modes (NEFT/IMPS/RTGS/UPI)</li>\n<li><strong>Collections</strong>: Facilitate collections from your customers or business partners using virtual accounts or UPI</li>\n<li><strong>Mandates</strong>: Facilitate recurring collections from individuals or businesses using ENACH or UPI Auto-pay based mandates</li>\n</ul>\n","event":[{"listen":"prerequest","script":{"id":"f9fbdf1d-bd7c-4b22-a903-c090bfac6f8f","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"810d11aa-e9f0-4386-aa84-5a131c22bc47","type":"text/javascript","exec":[""]}}],"_postman_id":"2d663189-d7a1-49ab-a88e-ab54cc4e40a1"},{"name":"Ledgers","item":[{"name":"Journal","item":[{"name":"Create Journal","event":[{"listen":"test","script":{"id":"9921170d-39c5-4643-96c1-3fe103057df1","exec":[""],"type":"text/javascript"}}],"id":"cf6fb912-5092-4e51-b7a8-43462513e7a5","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"client_id","value":"YOUR_CLIENT_ID","type":"text","description":"<p>Decentro assigned client_id for the company</p>\n"},{"key":"client_secret","value":"YOUR_CLIENT_SECRET","type":"text","description":"<p>Decentro assigned client_secret for the company</p>\n"},{"key":"module_secret","value":"YOUR_LEDGER_MODULE_SECRET","type":"text","description":"<p>Decentro assigned ledger module_secret for the company</p>\n"},{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"reference_id\": \"00682c00-9b98-4253-b1aa-32b7734bfbe8\",\n    \"name\": \"Journal ABC\",\n    \"purpose\": \"To create the ABC journal\",\n    \"consent\": true,\n    \"additional_parameters\": [\n        {\n            \"key\": \"parameter1\",\n            \"value\": \"value1\"\n        },\n        {\n            \"key\": \"parameter2\",\n            \"value\": \"value2\"\n        },\n        {\n            \"key\": \"parameter3\",\n            \"value\": \"value3\"\n        },\n        {\n            \"key\": \"parameter4\",\n            \"value\": \"value4\"\n        },\n        {\n            \"key\": \"parameter5\",\n            \"value\": \"value5\"\n        }\n    ]\n}","options":{"raw":{"language":"json"}}},"url":"https://in.staging.decentro.tech/v2/ledger/journal","description":"<p>This API is used for creating a Journal in an Active status.</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Parameter</strong></th>\n<th><strong>Description</strong></th>\n<th>Optional (O)/ Mandatory (M)/ Conditionally mandatory (CM)</th>\n<th><strong>Datatype</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>reference_id</td>\n<td>A unique ID assigned by the API user for this request.</td>\n<td>M</td>\n<td>String</td>\n</tr>\n<tr>\n<td>name</td>\n<td>Name of the Journal</td>\n<td>M</td>\n<td>String</td>\n</tr>\n<tr>\n<td>purpose</td>\n<td>Purpose of creating this Journal</td>\n<td>M</td>\n<td>String</td>\n</tr>\n<tr>\n<td>consent</td>\n<td>Consent of the API user</td>\n<td>M</td>\n<td>Boolean</td>\n</tr>\n<tr>\n<td>additional_parameters</td>\n<td>Additional parameters to be attached with this Journal</td>\n<td>O</td>\n<td>List; A maximum of 5 key-value pairs can be added within this list of JSON</td>\n</tr>\n<tr>\n<td>key</td>\n<td>Key for the additional parameter</td>\n<td>CM, if the value parameter is present in the additional_parameters JSON</td>\n<td>String</td>\n</tr>\n<tr>\n<td>value</td>\n<td>Value for the additional parameter</td>\n<td>CM, if the key parameter is present in the additional_parameters JSON</td>\n<td>String</td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"path":["v2","ledger","journal"],"host":["https://in.staging.decentro.tech"],"query":[],"variable":[]}},"response":[{"id":"461eb53c-cc79-44d7-8c35-38043c48fa59","name":"SUCCESS - with additional_parameters","originalRequest":{"method":"POST","header":[{"key":"client_id","value":"YOUR_CLIENT_ID","type":"text"},{"key":"client_secret","value":"YOUR_CLIENT_SECRET","type":"text"},{"key":"module_secret","value":"YOUR_LEDGER_MODULE_SECRET","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"reference_id\": \"d37771ee-5bcd-462f-9054-7373c8c925ac\",\n    \"name\": \"Journal ABC\",\n    \"purpose\": \"To create the ABC journal\",\n    \"consent\": true,\n    \"additional_parameters\": [\n        {\n            \"key\": \"parameter1\",\n            \"value\": \"value1\"\n        },\n        {\n            \"key\": \"parameter2\",\n            \"value\": \"value2\"\n        },\n        {\n            \"key\": \"parameter3\",\n            \"value\": \"value3\"\n        },\n        {\n            \"key\": \"parameter4\",\n            \"value\": \"value4\"\n        },\n        {\n            \"key\": \"parameter5\",\n            \"value\": \"value5\"\n        }\n    ]\n}","options":{"raw":{"language":"json"}}},"url":"https://in.staging.decentro.tech/v2/ledger/journal"},"status":"Created","code":201,"_postman_previewlanguage":"json","header":null,"cookie":[],"responseTime":null,"body":"{\n    \"decentroTxnId\": \"DEC000XXXXXXXXXXXXXXXXXXXXXXXXX\",\n    \"status\": \"SUCCESS\",\n    \"responseCode\": \"S00000\",\n    \"message\": \"Transaction successful\",\n    \"data\": {\n        \"transactionStatus\": \"SUCCESS\",\n        \"transactionDescription\": \"Journal created successfully\",\n        \"urn\": \"JDA6E9A481F20490AABFE9318106EDXXX\",\n        \"referenceId\": \"8fb15152-694c-43b3-80f7-XXXXXXXXXX\",\n        \"name\": \"Journal ABC\",\n        \"purpose\": \"To create the ABC journal\",\n        \"additionalParameters\": {\n            \"parameter1\": \"value1\",\n            \"parameter2\": \"value2\",\n            \"parameter3\": \"value3\",\n            \"parameter4\": \"value4\",\n            \"parameter5\": \"value5\"\n        },\n        \"status\": \"ACTIVE\",\n        \"creationTimestamp\": \"2022-09-01 14:30:22.569977\",\n        \"lastModificationTimestamp\": \"NA\"\n    }\n}"},{"id":"ef84d76d-8307-4429-89b5-fe7e1b9fbf19","name":"SUCCESS - without additional_parameters","originalRequest":{"method":"POST","header":[{"key":"client_id","value":"YOUR_CLIENT_ID","type":"text"},{"key":"client_secret","value":"YOUR_CLIENT_SECRET","type":"text"},{"key":"module_secret","value":"YOUR_LEDGER_MODULE_SECRET","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"reference_id\": \"54005841-c707-4439-a4c8-c7ba6ce46763\",\n    \"name\": \"Journal ABC\",\n    \"purpose\": \"To create the ABC journal\",\n    \"consent\": true\n}","options":{"raw":{"language":"json"}}},"url":"https://in.staging.decentro.tech/v2/ledger/journal"},"status":"Created","code":201,"_postman_previewlanguage":"json","header":null,"cookie":[],"responseTime":null,"body":"{\n    \"decentroTxnId\": \"DEC000XXXXXXXXXXXXXXXXXXXXXXXXX\",\n    \"status\": \"SUCCESS\",\n    \"responseCode\": \"S00000\",\n    \"message\": \"Transaction successful\",\n    \"data\": {\n        \"transactionStatus\": \"SUCCESS\",\n        \"transactionDescription\": \"Journal created successfully\",\n        \"urn\": \"JDA6E9A481F20490AABFE9318106EDXXX\",\n        \"referenceId\": \"8fb15152-694c-43b3-80f7-XXXXXXXXXX\",\n        \"name\": \"Journal ABC\",\n        \"purpose\": \"To create the ABC journal\",\n        \"additionalParameters\": \"NA\",\n        \"status\": \"ACTIVE\",\n        \"creationTimestamp\": \"2022-09-01 14:30:22.569977\",\n        \"lastModificationTimestamp\": \"NA\"\n    }\n}"},{"id":"e8a6f27f-565a-4db1-a110-e5d0beaafdbe","name":"FAILURE - Duplicate reference_id","originalRequest":{"method":"POST","header":[{"key":"client_id","value":"YOUR_CLIENT_ID","type":"text"},{"key":"client_secret","value":"YOUR_CLIENT_SECRET","type":"text"},{"key":"module_secret","value":"YOUR_LEDGER_MODULE_SECRET","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"reference_id\": \"3\",\n    \"name\": \"Journal ABC\",\n    \"purpose\": \"To create the ABC journal\",\n    \"consent\": true,\n    \"additional_parameters\": [\n        {\n            \"key\": \"parameter1\",\n            \"value\": \"value1\"\n        },\n        {\n            \"key\": \"parameter2\",\n            \"value\": \"value2\"\n        },\n        {\n            \"key\": \"parameter3\",\n            \"value\": \"value3\"\n        },\n        {\n            \"key\": \"parameter4\",\n            \"value\": \"value4\"\n        },\n        {\n            \"key\": \"parameter5\",\n            \"value\": \"value5\"\n        }\n    ]\n}","options":{"raw":{"language":"json"}}},"url":"https://in.staging.decentro.tech/v2/ledger/journal"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":null,"cookie":[],"responseTime":null,"body":"{\n    \"decentroTxnId\": \"DEC000XXXXXXXXXXXXXXXXXXXXXXXXX\",\n    \"status\": \"FAILURE\",\n    \"responseCode\": \"E00019\",\n    \"message\": \"Duplicate Request Reference ID\"\n}"},{"id":"3c366373-d769-458f-9d93-107c8aadec75","name":"FAILURE - Invalid name","originalRequest":{"method":"POST","header":[{"key":"client_id","value":"YOUR_CLIENT_ID","type":"text"},{"key":"client_secret","value":"YOUR_CLIENT_SECRET","type":"text"},{"key":"module_secret","value":"YOUR_LEDGER_MODULE_SECRET","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"reference_id\": \"4984b87d-d78b-4136-bc89-c38dd6c7982a\",\n    \"name\": \"AB\",\n    \"purpose\": \"To create the ABC journal\",\n    \"consent\": true,\n    \"additional_parameters\": [\n        {\n            \"key\": \"parameter1\",\n            \"value\": \"value1\"\n        },\n        {\n            \"key\": \"parameter2\",\n            \"value\": \"value2\"\n        },\n        {\n            \"key\": \"parameter3\",\n            \"value\": \"value3\"\n        },\n        {\n            \"key\": \"parameter4\",\n            \"value\": \"value4\"\n        },\n        {\n            \"key\": \"parameter5\",\n            \"value\": \"value5\"\n        }\n    ]\n}","options":{"raw":{"language":"json"}}},"url":"https://in.staging.decentro.tech/v2/ledger/journal"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":null,"cookie":[],"responseTime":null,"body":"{\n    \"decentroTxnId\": \"DEC000XXXXXXXXXXXXXXXXXXXXXXXXX\",\n    \"status\": \"FAILURE\",\n    \"responseCode\": \"E00009\",\n    \"message\": \"Name cannot exceed 20 characters and cannot be less than 3 characters.\"\n}"},{"id":"8c5c20ae-5ed2-456a-98c8-ac478e79343c","name":"FAILURE - Invalid purpose","originalRequest":{"method":"POST","header":[{"key":"client_id","value":"YOUR_CLIENT_ID","type":"text"},{"key":"client_secret","value":"YOUR_CLIENT_SECRET","type":"text"},{"key":"module_secret","value":"YOUR_LEDGER_MODULE_SECRET","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"reference_id\": \"13e2a217-9245-4b39-a9b9-9976fdcf4acb\",\n    \"name\": \"Journal ABC\",\n    \"purpose\": \"ABC\",\n    \"consent\": true,\n    \"additional_parameters\": [\n        {\n            \"key\": \"parameter1\",\n            \"value\": \"value1\"\n        },\n        {\n            \"key\": \"parameter2\",\n            \"value\": \"value2\"\n        },\n        {\n            \"key\": \"parameter3\",\n            \"value\": \"value3\"\n        },\n        {\n            \"key\": \"parameter4\",\n            \"value\": \"value4\"\n        },\n        {\n            \"key\": \"parameter5\",\n            \"value\": \"value5\"\n        }\n    ]\n}","options":{"raw":{"language":"json"}}},"url":"https://in.staging.decentro.tech/v2/ledger/journal"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":null,"cookie":[],"responseTime":null,"body":"{\n    \"decentroTxnId\": \"DEC000XXXXXXXXXXXXXXXXXXXXXXXXX\",\n    \"status\": \"FAILURE\",\n    \"responseCode\": \"E00009\",\n    \"message\": \"Purpose cannot exceed 50 characters and cannot be less than 5 characters.\"\n}"},{"id":"39d0a4a3-fa6e-4a95-96f6-32a400130a49","name":"FAILURE - Invalid consent","originalRequest":{"method":"POST","header":[{"key":"client_id","value":"YOUR_CLIENT_ID","type":"text"},{"key":"client_secret","value":"YOUR_CLIENT_SECRET","type":"text"},{"key":"module_secret","value":"YOUR_LEDGER_MODULE_SECRET","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"reference_id\": \"ade14edc-0f0b-420e-8dc2-14384566a95b\",\n    \"name\": \"Journal ABC\",\n    \"purpose\": \"To create the ABC journal\",\n    \"consent\": true,\n    \"additional_parameters\": [\n        {\n            \"key\": \"parameter1\",\n            \"value\": \"value1\"\n        },\n        {\n            \"key\": \"parameter2\",\n            \"value\": \"value2\"\n        },\n        {\n            \"key\": \"parameter3\",\n            \"value\": \"value3\"\n        },\n        {\n            \"key\": \"parameter4\",\n            \"value\": \"value4\"\n        },\n        {\n            \"key\": \"parameter5\",\n            \"value\": \"value5\"\n        }\n    ]\n}","options":{"raw":{"language":"json"}}},"url":"https://in.staging.decentro.tech/v2/ledger/journal"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":null,"cookie":[],"responseTime":null,"body":"{\n    \"decentroTxnId\": \"DEC000XXXXXXXXXXXXXXXXXXXXXXXXX\",\n    \"status\": \"FAILURE\",\n    \"responseCode\": \"E00009\",\n    \"message\": \"Consent cannot be null, empty OR false. Hint: consent (boolean)\"\n}"},{"id":"7fac02c2-aafa-4ab9-b4a8-44fffe99df9e","name":"FAILURE - Duplicate additional_parameters","originalRequest":{"method":"POST","header":[{"key":"client_id","value":"YOUR_CLIENT_ID","type":"text"},{"key":"client_secret","value":"YOUR_CLIENT_SECRET","type":"text"},{"key":"module_secret","value":"YOUR_LEDGER_MODULE_SECRET","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"reference_id\": \"4519bafb-69ce-42eb-98b2-ae938c7f10a9\",\n    \"name\": \"Journal ABC\",\n    \"purpose\": \"To create the ABC journal\",\n    \"consent\": true,\n    \"additional_parameters\": [\n        {\n            \"key\": \"parameter1\",\n            \"value\": \"value1\"\n        },\n        {\n            \"key\": \"parameter1\",\n            \"value\": \"value2\"\n        },\n        {\n            \"key\": \"parameter3\",\n            \"value\": \"value3\"\n        },\n        {\n            \"key\": \"parameter4\",\n            \"value\": \"value4\"\n        },\n        {\n            \"key\": \"parameter5\",\n            \"value\": \"value5\"\n        }\n    ]\n}","options":{"raw":{"language":"json"}}},"url":"https://in.staging.decentro.tech/v2/ledger/journal"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":null,"cookie":[],"responseTime":null,"body":"{\n    \"decentroTxnId\": \"DEC000XXXXXXXXXXXXXXXXXXXXXXXXX\",\n    \"status\": \"FAILURE\",\n    \"responseCode\": \"E00009\",\n    \"message\": \"Multiple values detected against the key `parameter1` within additional_parameters. Each key should be unique.\"\n}"},{"id":"35933883-f4aa-4431-9132-674637b34c67","name":"FAILURE - Extra additional_parameters","originalRequest":{"method":"POST","header":[{"key":"client_id","value":"YOUR_CLIENT_ID","type":"text"},{"key":"client_secret","value":"YOUR_CLIENT_SECRET","type":"text"},{"key":"module_secret","value":"YOUR_LEDGER_MODULE_SECRET","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"reference_id\": \"e97fd31e-ae24-4e0b-b8e3-e74b9db90314\",\n    \"name\": \"Journal ABC\",\n    \"purpose\": \"To create the ABC journal\",\n    \"consent\": true,\n    \"additional_parameters\": [\n        {\n            \"key\": \"parameter1\",\n            \"value\": \"value1\"\n        },\n        {\n            \"key\": \"parameter2\",\n            \"value\": \"value2\"\n        },\n        {\n            \"key\": \"parameter3\",\n            \"value\": \"value3\"\n        },\n        {\n            \"key\": \"parameter4\",\n            \"value\": \"value4\"\n        },\n        {\n            \"key\": \"parameter5\",\n            \"value\": \"value5\"\n        },\n        {\n            \"key\": \"parameter6\",\n            \"value\": \"value6\"\n        }\n    ]\n}","options":{"raw":{"language":"json"}}},"url":"https://in.staging.decentro.tech/v2/ledger/journal"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":null,"cookie":[],"responseTime":null,"body":"{\n    \"decentroTxnId\": \"DEC000XXXXXXXXXXXXXXXXXXXXXXXXX\",\n    \"status\": \"FAILURE\",\n    \"responseCode\": \"E00009\",\n    \"message\": \"Additional parameters cannot exceed 5 key-value pairs\"\n}"},{"id":"af63e77b-c3bc-4844-b448-f9d92f46e790","name":"FAILURE - Invalid additional_parameters","originalRequest":{"method":"POST","header":[{"key":"client_id","value":"YOUR_CLIENT_ID","type":"text"},{"key":"client_secret","value":"YOUR_CLIENT_SECRET","type":"text"},{"key":"module_secret","value":"YOUR_LEDGER_MODULE_SECRET","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"reference_id\": \"5f04fd58-0d70-4851-8b86-8e9b0a9fcee1\",\n    \"name\": \"Journal ABC\",\n    \"purpose\": \"To create the ABC journal\",\n    \"consent\": true,\n    \"additional_parameters\": [\n        {\n            \"key\": \"parameter1\",\n            \"value\": \"value1\"\n        },\n        {\n            \"key\": \"parameter2\",\n            \"value\": \"value2\"\n        },\n        {\n            \"key\": \"parameter3\",\n            \"value\": \"value3\"\n        },\n        {\n            \"key\": \"parameter4\",\n            \"value\": \"value4\"\n        },\n        {\n            \"key\": \"parameter5\"\n        }\n    ]\n}","options":{"raw":{"language":"json"}}},"url":"https://in.staging.decentro.tech/v2/ledger/journal"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":null,"cookie":[],"responseTime":null,"body":"{\n    \"decentroTxnId\": \"DEC000XXXXXXXXXXXXXXXXXXXXXXXXX\",\n    \"status\": \"FAILURE\",\n    \"responseCode\": \"E00009\",\n    \"message\": \"Each additional parameter should have one `key` and one `value`\"\n}"},{"id":"7ef74636-9aec-4d5f-acbd-5dfd5b30c331","name":"FAILURE - Invalid additional_parameters key length","originalRequest":{"method":"POST","header":[{"key":"client_id","value":"YOUR_CLIENT_ID","type":"text"},{"key":"client_secret","value":"YOUR_CLIENT_SECRET","type":"text"},{"key":"module_secret","value":"YOUR_LEDGER_MODULE_SECRET","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"reference_id\": \"efa8a246-76c1-4cb6-8f04-70a878e9a083\",\n    \"name\": \"Journal ABC\",\n    \"purpose\": \"To create the ABC journal\",\n    \"consent\": true,\n    \"additional_parameters\": [\n        {\n            \"key\": \"parameter1parameter1parameter1parameter1parameter1parameter1\",\n            \"value\": \"value1\"\n        },\n        {\n            \"key\": \"parameter2\",\n            \"value\": \"value2\"\n        },\n        {\n            \"key\": \"parameter3\",\n            \"value\": \"value3\"\n        },\n        {\n            \"key\": \"parameter4\",\n            \"value\": \"value4\"\n        },\n        {\n            \"key\": \"parameter5\",\n            \"value\": \"value5\"\n        }\n    ]\n}","options":{"raw":{"language":"json"}}},"url":"https://in.staging.decentro.tech/v2/ledger/journal"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":null,"cookie":[],"responseTime":null,"body":"{\n    \"decentroTxnId\": \"DEC000XXXXXXXXXXXXXXXXXXXXXXXXX\",\n    \"status\": \"FAILURE\",\n    \"responseCode\": \"E00009\",\n    \"message\": \"Key cannot exceed 20 characters and cannot be less than 1 characters.\"\n}"},{"id":"55ded088-060b-46b9-8035-ea496421d775","name":"FAILURE - Invalid additional_parameters value length","originalRequest":{"method":"POST","header":[{"key":"client_id","value":"YOUR_CLIENT_ID","type":"text"},{"key":"client_secret","value":"YOUR_CLIENT_SECRET","type":"text"},{"key":"module_secret","value":"YOUR_LEDGER_MODULE_SECRET","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"reference_id\": \"8f0f41a3-4363-40ff-a80e-7bd7b874eb95\",\n    \"name\": \"Journal ABC\",\n    \"purpose\": \"To create the ABC journal\",\n    \"consent\": true,\n    \"additional_parameters\": [\n        {\n            \"key\": \"parameter1\",\n            \"value\": \"value1value1value1value1value1value1value1\"\n        },\n        {\n            \"key\": \"parameter2\",\n            \"value\": \"value2\"\n        },\n        {\n            \"key\": \"parameter3\",\n            \"value\": \"value3\"\n        },\n        {\n            \"key\": \"parameter4\",\n            \"value\": \"value4\"\n        },\n        {\n            \"key\": \"parameter5\",\n            \"value\": \"value5\"\n        }\n    ]\n}","options":{"raw":{"language":"json"}}},"url":"https://in.staging.decentro.tech/v2/ledger/journal"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":null,"cookie":[],"responseTime":null,"body":"{\n    \"decentroTxnId\": \"DEC000XXXXXXXXXXXXXXXXXXXXXXXXX\",\n    \"status\": \"FAILURE\",\n    \"responseCode\": \"E00009\",\n    \"message\": \"Value cannot exceed 20 characters and cannot be less than 1 characters.\"\n}"}],"_postman_id":"cf6fb912-5092-4e51-b7a8-43462513e7a5"},{"name":"Get Journal Details","id":"cddd2795-5a6a-47d3-ab92-fb2819f99292","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"client_id","value":"YOUR_CLIENT_ID","type":"text","description":"<p>Decentro assigned client_id for the company</p>\n"},{"key":"client_secret","value":"YOUR_CLIENT_SECRET","type":"text","description":"<p>Decentro assigned client_secret for the company</p>\n"},{"key":"module_secret","value":"YOUR_LEDGER_MODULE_SECRET","type":"text","description":"<p>Decentro assigned ledger module_secret for the company</p>\n"}],"url":"https://in.staging.decentro.tech/v2/ledger/journal/:journal_urn","description":"<p>This API is used to fetch the details of a Journal using its Decentro assigned unique reference number.</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Parameter</strong></th>\n<th><strong>Description</strong></th>\n<th>Optional (O)/ Mandatory (M)/ Conditionally mandatory (CM)</th>\n<th><strong>Datatype</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>journal_urn</td>\n<td>A valid Unique Reference Number associated with the Journal</td>\n<td>M</td>\n<td>String</td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"path":["v2","ledger","journal",":journal_urn"],"host":["https://in.staging.decentro.tech"],"query":[],"variable":[{"id":"16ca253a-c095-4e79-8ed8-5a17fa7f4541","description":{"content":"<p>Unique Reference Number associated with the Journal</p>\n","type":"text/plain"},"type":"any","value":"{{journal_urn}}","key":"journal_urn"}]}},"response":[{"id":"713e4374-8f9b-40a3-91a5-fda529a8c6a1","name":"SUCCESS","originalRequest":{"method":"GET","header":[{"key":"client_id","value":"YOUR_CLIENT_ID","type":"text"},{"key":"client_secret","value":"YOUR_CLIENT_SECRET","type":"text"},{"key":"module_secret","value":"YOUR_LEDGER_MODULE_SECRET","type":"text"}],"url":{"raw":"https://in.staging.decentro.tech/v2/ledger/journal/:journal_urn","host":["https://in.staging.decentro.tech"],"path":["v2","ledger","journal",":journal_urn"],"variable":[{"key":"journal_urn","value":"JDA6E9A481F20490AABFE9318106EDXXX","description":"Unique Reference Number associated with the Journal"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":null,"cookie":[],"responseTime":null,"body":"{\n    \"decentroTxnId\": \"DEC000XXXXXXXXXXXXXXXXXXXXXXXXX\",\n    \"status\": \"SUCCESS\",\n    \"responseCode\": \"S00000\",\n    \"message\": \"Transaction successful\",\n    \"data\": {\n        \"transactionStatus\": \"SUCCESS\",\n        \"transactionDescription\": \"Journal details fetched successfully\",\n        \"count\": 1,\n        \"details\": [\n            {\n                \"urn\": \"JDA6E9A481F20490AABFE9318106EDXXX\",\n                \"referenceId\": \"d00fb0df-fc47-4748-a538-75527cf8b8de\",\n                \"name\": \"Full\",\n                \"purpose\": \"To test a create journal\",\n                \"additionalParameters\": {\n                    \"parameter1\": \"value1\",\n                    \"parameter2\": \"value2\",\n                    \"parameter3\": \"value3\",\n                    \"parameter4\": \"value4\",\n                    \"parameter5\": \"value5\"\n                },\n                \"status\": \"ACTIVE\",\n                \"creationTimestamp\": \"2022-09-01 14:36:42.026954\",\n                \"lastModificationTimestamp\": \"NA\"\n            }\n        ]\n    }\n}"},{"id":"d9398845-eac8-4f7c-ae1c-b4f6159180ee","name":"FAILURE - journal_urn not found","originalRequest":{"method":"GET","header":[{"key":"client_id","value":"YOUR_CLIENT_ID","type":"text"},{"key":"client_secret","value":"YOUR_CLIENT_SECRET","type":"text"},{"key":"module_secret","value":"YOUR_LEDGER_MODULE_SECRET","type":"text"}],"url":{"raw":"https://in.staging.decentro.tech/v2/ledger/journal/:journal_urn","host":["https://in.staging.decentro.tech"],"path":["v2","ledger","journal",":journal_urn"],"variable":[{"key":"journal_urn","value":"JDA6E9A481F20490AABFE9318106EDXXX","description":"Unique Reference Number associated with the Journal"}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":null,"cookie":[],"responseTime":null,"body":"{\n    \"decentroTxnId\": \"DEC000XXXXXXXXXXXXXXXXXXXXXXXXX\",\n    \"status\": \"FAILURE\",\n    \"responseCode\": \"E00009\",\n    \"message\": \"No journal found for the given `unique_reference_number`. Please check the value and retry.\"\n}"}],"_postman_id":"cddd2795-5a6a-47d3-ab92-fb2819f99292"},{"name":"Get all Journal Details","id":"67c2cd23-e6c4-4de4-a8d6-1ec47d4c77b1","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"client_id","value":"YOUR_CLIENT_ID","type":"text","description":"<p>Decentro assigned client_id for the company</p>\n"},{"key":"client_secret","value":"YOUR_CLIENT_SECRET","type":"text","description":"<p>Decentro assigned client_secret for the company</p>\n"},{"key":"module_secret","value":"YOUR_LEDGER_MODULE_SECRET","type":"text","description":"<p>Decentro assigned ledger module_secret for the company</p>\n"}],"url":"https://in.staging.decentro.tech/v2/ledger/journal?status=ACTIVE&page=0","description":"<p>This API is used to fetch the details of all created Journals, using an optional status filter.</p>\n<p>This paginated API will respond with 10 entries per trigger with the most recently created Journal on the top and the page parameter can be used to navigate the list accordingly.</p>\n","urlObject":{"path":["v2","ledger","journal"],"host":["https://in.staging.decentro.tech"],"query":[{"description":{"content":"<p>Optional; Status of the Journal to be fetched, Permissible values: ACTIVE, INACTIVE, ON_HOLD</p>\n","type":"text/plain"},"key":"status","value":"ACTIVE"},{"description":{"content":"<p>Optional; Page number, defaults to 0</p>\n","type":"text/plain"},"key":"page","value":"0"}],"variable":[]}},"response":[{"id":"692a4ffa-8566-4845-b18d-51cdd82cb34e","name":"SUCCESS","originalRequest":{"method":"GET","header":[{"key":"client_id","value":"YOUR_CLIENT_ID","type":"text"},{"key":"client_secret","value":"YOUR_CLIENT_SECRET","type":"text"},{"key":"module_secret","value":"YOUR_LEDGER_MODULE_SECRET","type":"text"}],"url":{"raw":"https://in.staging.decentro.tech/v2/ledger/journal?status=ACTIVE&page=0","host":["https://in.staging.decentro.tech"],"path":["v2","ledger","journal"],"query":[{"key":"status","value":"ACTIVE","description":"Optional; Status of the Journal to be fetched, Permissible values: ACTIVE, INACTIVE, ON_HOLD"},{"key":"page","value":"0","description":"Optional; Page number, defaults to 0"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":null,"cookie":[],"responseTime":null,"body":"{\n    \"decentroTxnId\": \"DEC000XXXXXXXXXXXXXXXXXXXXXXXXX\",\n    \"status\": \"SUCCESS\",\n    \"responseCode\": \"S00000\",\n    \"message\": \"Transaction successful\",\n    \"data\": {\n        \"transactionStatus\": \"SUCCESS\",\n        \"transactionDescription\": \"Journal details fetched successfully\",\n        \"count\": 4,\n        \"details\": [\n            {\n                \"urn\": \"JDA6E9A481F20490AABFE9318106EXXXXX\",\n                \"referenceId\": \"d00fb0df-fc47-4748-a538-75527XXXXXXX\",\n                \"name\": \"Test Journal XGR\",\n                \"purpose\": \"To create a test journal\",\n                \"additionalParameters\": {\n                    \"parameter1\": \"value1\",\n                    \"parameter2\": \"value2\",\n                    \"parameter3\": \"value3\",\n                    \"parameter4\": \"value4\",\n                    \"parameter5\": \"value5\"\n                },\n                \"status\": \"ACTIVE\",\n                \"creationTimestamp\": \"2022-09-01 14:36:42.026954\",\n                \"lastModificationTimestamp\": \"NA\"\n            },\n            {\n                \"urn\": \"J23C766E07F3C436EA1C0D4022D01AXXX\",\n                \"referenceId\": \"8fb15152-694c-43b3-80f7-2b435a62fXXX\",\n                \"name\": \"Journal ABC\",\n                \"purpose\": \"To create the ABC journal\",\n                \"additionalParameters\": {\n                    \"parameter1\": \"value1\",\n                    \"parameter2\": \"value2\",\n                    \"parameter3\": \"value3\",\n                    \"parameter4\": \"value4\",\n                    \"parameter5\": \"value5\"\n                },\n                \"status\": \"ACTIVE\",\n                \"creationTimestamp\": \"2022-09-01 14:30:22.569977\",\n                \"lastModificationTimestamp\": \"NA\"\n            },\n            {\n                \"urn\": \"JDDE942B64CCF4A41A3DFF61B8158DXXX\",\n                \"referenceId\": \"cfbb4dd5-fe25-4a97-baf9-189a99251XXX\",\n                \"name\": \"Journal Full\",\n                \"purpose\": \"To test a create journal\",\n                \"additionalParameters\": {\n                    \"parameter1\": \"value1\",\n                    \"parameter2\": \"value2\",\n                    \"parameter3\": \"value3\",\n                    \"parameter4\": \"value4\",\n                    \"parameter5\": \"value5\"\n                },\n                \"status\": \"ACTIVE\",\n                \"creationTimestamp\": \"2022-09-01 14:29:40.838194\",\n                \"lastModificationTimestamp\": \"NA\"\n            },\n            {\n                \"urn\": \"JC0950BC8DADB4204A238CECAA0EEXXXX\",\n                \"referenceId\": \"f7b51e42-7151-4b7e-af16-df4db550XXXX\",\n                \"name\": \"Journal Full\",\n                \"purpose\": \"To test a create journal\",\n                \"additionalParameters\": \"NA\",\n                \"status\": \"ACTIVE\",\n                \"creationTimestamp\": \"2022-09-01 11:51:49.762394\",\n                \"lastModificationTimestamp\": \"NA\"\n            }\n        ]\n    }\n}"},{"id":"4459b390-867f-4cc7-aa8a-264d047cc3a9","name":"SUCCESS - No records found","originalRequest":{"method":"GET","header":[{"key":"client_id","value":"YOUR_CLIENT_ID","type":"text"},{"key":"client_secret","value":"YOUR_CLIENT_SECRET","type":"text"},{"key":"module_secret","value":"YOUR_LEDGER_MODULE_SECRET","type":"text"}],"url":{"raw":"https://in.staging.decentro.tech/v2/ledger/journal?status=ACTIVE&page=0","host":["https://in.staging.decentro.tech"],"path":["v2","ledger","journal"],"query":[{"key":"status","value":"ACTIVE","description":"Optional; Status of the Journal to be fetched, Permissible values: ACTIVE, INACTIVE, ON_HOLD"},{"key":"page","value":"0","description":"Optional; Page number, defaults to 0"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":null,"cookie":[],"responseTime":null,"body":"{\n    \"decentroTxnId\": \"DEC000XXXXXXXXXXXXXXXXXXXXXXXXX\",\n    \"status\": \"SUCCESS\",\n    \"responseCode\": \"S00000\",\n    \"message\": \"Transaction successful\",\n    \"data\": {\n        \"transactionStatus\": \"SUCCESS\",\n        \"transactionDescription\": \"Journal details fetched successfully\",\n        \"count\": 0,\n        \"details\": []\n    }\n}"},{"id":"db88cd9a-7f51-4df3-b8c5-3acccbe247b2","name":"FAILURE - Invalid status","originalRequest":{"method":"GET","header":[{"key":"client_id","value":"YOUR_CLIENT_ID","type":"text"},{"key":"client_secret","value":"YOUR_CLIENT_SECRET","type":"text"},{"key":"module_secret","value":"YOUR_LEDGER_MODULE_SECRET","type":"text"}],"url":{"raw":"https://in.staging.decentro.tech/v2/ledger/journal?status=ACTIV&page=0","host":["https://in.staging.decentro.tech"],"path":["v2","ledger","journal"],"query":[{"key":"status","value":"ACTIV","description":"Optional; Status of the Journal to be fetched, Permissible values: ACTIVE, INACTIVE, ON_HOLD"},{"key":"page","value":"0","description":"Optional; Page number, defaults to 0"}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":null,"cookie":[],"responseTime":null,"body":"{\n    \"decentroTxnId\": \"DEC000XXXXXXXXXXXXXXXXXXXXXXXXX\",\n    \"status\": \"FAILURE\",\n    \"responseCode\": \"E00009\",\n    \"message\": \"Please provide a valid status. Hint: status (string). Permissible values: [ACTIVE, INACTIVE, ON_HOLD]\"\n}"}],"_postman_id":"67c2cd23-e6c4-4de4-a8d6-1ec47d4c77b1"},{"name":"Update Journal","id":"7e3c8523-0e4a-4ec0-ba2b-a3c1972f604b","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"client_id","value":"YOUR_CLIENT_ID","type":"text","description":"<p>Decentro assigned client_id for the company</p>\n"},{"key":"client_secret","value":"YOUR_CLIENT_SECRET","type":"text","description":"<p>Decentro assigned client_secret for the company</p>\n"},{"key":"module_secret","value":"YOUR_LEDGER_MODULE_SECRET","type":"text","description":"<p>Decentro assigned ledger module_secret for the company</p>\n"},{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"reference_id\": \"eb407cf8-c648-4756-a1d4-8693f79a5007\",\n    \"status\": \"ACTIVE\",\n    \"purpose\": \"To update the status of a journal\",\n    \"consent\": true\n}","options":{"raw":{"language":"json"}}},"url":"https://in.staging.decentro.tech/v2/ledger/journal/:journal_urn","description":"<p>This API is used to update the status of a Journal.</p>\n<p>Here are how the status toggles work:</p>\n<ol>\n<li>The status of an ACTIVE Journal can be made either ON_HOLD or INACTIVE.</li>\n<li>The status of an ON_HOLD Journal can be made either ACTIVE or INACTIVE</li>\n<li>The status of an INACTIVE Journal can't be changed as it is a permanent status, revival from which is not allowed. Please be cautious and sure when making a Journal INACTIVE</li>\n</ol>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Parameter</strong></th>\n<th><strong>Description</strong></th>\n<th>Optional (O)/ Mandatory (M)/ Conditionally mandatory (CM)</th>\n<th><strong>Datatype</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>journal_urn</td>\n<td>A valid Unique Reference Number associated with the Journal</td>\n<td>M</td>\n<td>String</td>\n</tr>\n<tr>\n<td>reference_id</td>\n<td>A unique ID assigned by the API user for this request.</td>\n<td>M</td>\n<td>String</td>\n</tr>\n<tr>\n<td>purpose</td>\n<td>Purpose of updating this Journal</td>\n<td>M</td>\n<td>String</td>\n</tr>\n<tr>\n<td>consent</td>\n<td>Consent of the API user</td>\n<td>M</td>\n<td>Boolean</td>\n</tr>\n<tr>\n<td>status</td>\n<td>Updated status of the Journal. Permissible values: ACTIVE, INACTIVE, ON_HOLD</td>\n<td>M</td>\n<td>String</td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"path":["v2","ledger","journal",":journal_urn"],"host":["https://in.staging.decentro.tech"],"query":[],"variable":[{"id":"8019731b-d1f4-4d36-bbcf-fc1ecb62d892","description":{"content":"<p>Unique Reference Number associated with the Journal</p>\n","type":"text/plain"},"type":"any","value":"{{journal_urn}}","key":"journal_urn"}]}},"response":[{"id":"0c09e066-66ec-4d5e-b3c4-6f08fa2f1046","name":"SUCCESS - Journal with one Ledger Account","originalRequest":{"method":"PUT","header":[{"key":"client_id","value":"YOUR_CLIENT_ID","type":"text"},{"key":"client_secret","value":"YOUR_CLIENT_SECRET","type":"text"},{"key":"module_secret","value":"YOUR_LEDGER_MODULE_SECRET","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"reference_id\": \"e6e37227-de80-4595-8a64-07274df1220f\",\n    \"status\": \"ON_HOLD\",\n    \"purpose\": \"To update the status of a journal\",\n    \"consent\": true\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"https://in.staging.decentro.tech/v2/ledger/journal/:journal_urn","host":["https://in.staging.decentro.tech"],"path":["v2","ledger","journal",":journal_urn"],"variable":[{"key":"journal_urn","value":"{{journal_urn}}","description":"Unique Reference Number associated with the Journal"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":null,"cookie":[],"responseTime":null,"body":"{\n    \"decentroTxnId\": \"DEC000XXXXXXXXXXXXXXXXXXXXXXXXX\",\n    \"status\": \"SUCCESS\",\n    \"responseCode\": \"S00000\",\n    \"message\": \"Transaction successful\",\n    \"data\": {\n        \"transactionStatus\": \"SUCCESS\",\n        \"transactionDescription\": \"Journal updated successfully.\",\n        \"urn\": \"JBB01A8BC3E2244518F8E1CBFA3XXXX\",\n        \"referenceId\": \"fa7909cf-6ec6-406a-a775-2XXXX\",\n        \"name\": \"Journal Full\",\n        \"purpose\": \"To test a create journal\",\n        \"additionalParameters\": {\n            \"parameter1\": \"value1\",\n            \"parameter2\": \"value2\",\n            \"parameter3\": \"value3\",\n            \"parameter4\": \"value4\",\n            \"parameter5\": \"value5\"\n        },\n        \"status\": \"ON_HOLD\",\n        \"creationTimestamp\": \"2022-09-01 15:13:03.498302\",\n        \"lastModificationTimestamp\": \"2022-09-01 15:13:18.537296\"\n    }\n}"},{"id":"a86a1e53-3a0a-46db-bd58-a80fd423c34c","name":"SUCCESS - Journal with multiple Ledger Accounts","originalRequest":{"method":"PUT","header":[{"key":"client_id","value":"YOUR_CLIENT_ID","type":"text"},{"key":"client_secret","value":"YOUR_CLIENT_SECRET","type":"text"},{"key":"module_secret","value":"YOUR_LEDGER_MODULE_SECRET","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"reference_id\": \"92f96c2b-0d54-4768-8c63-6cbd1f99b284\",\n    \"status\": \"ON_HOLD\",\n    \"purpose\": \"To update the status of a journal\",\n    \"consent\": true\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"https://in.staging.decentro.tech/v2/ledger/journal/:journal_urn","host":["https://in.staging.decentro.tech"],"path":["v2","ledger","journal",":journal_urn"],"variable":[{"key":"journal_urn","value":"{{journal_urn}}","description":"Unique Reference Number associated with the Journal"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":null,"cookie":[],"responseTime":null,"body":"{\n    \"decentroTxnId\": \"DEC000XXXXXXXXXXXXXXXXXXXXXXXXX\",\n    \"status\": \"SUCCESS\",\n    \"responseCode\": \"S00000\",\n    \"message\": \"Transaction successful\",\n    \"data\": {\n        \"transactionStatus\": \"SUCCESS\",\n        \"transactionDescription\": \"Journal updated successfully. 2/ 2 associated ledger account(s) updated successfully as well.\",\n        \"urn\": \"J8C7FE193EC2A4232A1CACC2D80C6XXX\",\n        \"referenceId\": \"b1ee4052-cdee-4a88-aeda-9366XXXXX\",\n        \"name\": \"Journal Full\",\n        \"purpose\": \"To test a create journal\",\n        \"additionalParameters\": {\n            \"parameter1\": \"value1\",\n            \"parameter2\": \"value2\",\n            \"parameter3\": \"value3\",\n            \"parameter4\": \"value4\",\n            \"parameter5\": \"value5\"\n        },\n        \"status\": \"ON_HOLD\",\n        \"creationTimestamp\": \"2022-08-30 20:01:04.424818\",\n        \"lastModificationTimestamp\": \"2022-09-01 15:12:18.523985\"\n    }\n}"},{"id":"fbedfa11-8f74-4787-97d0-46fc238261b0","name":"FAILURE - No update required","originalRequest":{"method":"PUT","header":[{"key":"client_id","value":"YOUR_CLIENT_ID","type":"text"},{"key":"client_secret","value":"YOUR_CLIENT_SECRET","type":"text"},{"key":"module_secret","value":"YOUR_LEDGER_MODULE_SECRET","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"reference_id\": \"ca361bc6-2fd5-45c3-8979-962a96ca15c3\",\n    \"status\": \"ACTIVE\",\n    \"purpose\": \"To update the status of a journal\",\n    \"consent\": true\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"https://in.staging.decentro.tech/v2/ledger/journal/:journal_urn","host":["https://in.staging.decentro.tech"],"path":["v2","ledger","journal",":journal_urn"],"variable":[{"key":"journal_urn","value":"{{journal_urn}}","description":"Unique Reference Number associated with the Journal"}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":null,"cookie":[],"responseTime":null,"body":"{\n    \"decentroTxnId\": \"DEC000XXXXXXXXXXXXXXXXXXXXXXXXX\",\n    \"status\": \"FAILURE\",\n    \"responseCode\": \"E00009\",\n    \"message\": \"Journal is already in ACTIVE state.\"\n}"},{"id":"efbb2949-223b-4ccc-87dc-abef82f77952","name":"FAILURE - Invalid status","originalRequest":{"method":"PUT","header":[{"key":"client_id","value":"YOUR_CLIENT_ID","type":"text"},{"key":"client_secret","value":"YOUR_CLIENT_SECRET","type":"text"},{"key":"module_secret","value":"YOUR_LEDGER_MODULE_SECRET","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"reference_id\": \"bb8d883a-428c-4dfd-a27b-730d5ebd6eb3\",\n    \"status\": \"ACTIV\",\n    \"purpose\": \"To update the status of a journal\",\n    \"consent\": true\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"https://in.staging.decentro.tech/v2/ledger/journal/:journal_urn","host":["https://in.staging.decentro.tech"],"path":["v2","ledger","journal",":journal_urn"],"variable":[{"key":"journal_urn","value":"{{journal_urn}}","description":"Unique Reference Number associated with the Journal"}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":null,"cookie":[],"responseTime":null,"body":"{\n    \"decentroTxnId\": \"DEC000XXXXXXXXXXXXXXXXXXXXXXXXX\",\n    \"status\": \"FAILURE\",\n    \"responseCode\": \"E00009\",\n    \"message\": \"Please provide a valid status. Hint: status (string). Permissible values: [ACTIVE, INACTIVE, ON_HOLD]\"\n}"}],"_postman_id":"7e3c8523-0e4a-4ec0-ba2b-a3c1972f604b"}],"id":"f6ca4955-8fab-4187-ab7c-3da39b378a95","description":"<p>This folder contains APIs pertaining to Journals.</p>\n","_postman_id":"f6ca4955-8fab-4187-ab7c-3da39b378a95"},{"name":"Ledger Account","item":[{"name":"Create Ledger Account","event":[{"listen":"test","script":{"id":"cddeac82-1cf6-49b8-a806-ec6e0927b02f","exec":["pm.environment.set(\"ledger_urn\", JSON.parse(responseBody).data.urn)"],"type":"text/javascript"}}],"id":"05075155-3ad8-42c3-a503-ca38a9b0a820","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"client_id","value":"YOUR_CLIENT_ID","type":"text","description":"<p>Decentro assigned client_id for the company</p>\n"},{"key":"client_secret","value":"YOUR_CLIENT_SECRET","type":"text","description":"<p>Decentro assigned client_secret for the company</p>\n"},{"key":"module_secret","value":"YOUR_LEDGER_MODULE_SECRET","type":"text","description":"<p>Decentro assigned ledger module_secret for the company</p>\n"},{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"reference_id\": \"a578f5ff-478a-4edf-8df0-20d8ef2a4f72\",\n    \"name\": \"Ledger Account 1\",\n    \"consumer_reference_id\": \"My_Consumer_1\",\n    \"consumer_name\": \"Consumer ABC\",\n    \"currency\": \"INR\",\n    \"purpose\": \"To create the ledger account\",\n    \"consent\": true,\n    \"additional_parameters\": [\n        {\n            \"key\": \"parameter1\",\n            \"value\": \"value1\"\n        },\n        {\n            \"key\": \"parameter2\",\n            \"value\": \"value2\"\n        },\n        {\n            \"key\": \"parameter3\",\n            \"value\": \"value3\"\n        },\n        {\n            \"key\": \"parameter4\",\n            \"value\": \"value4\"\n        },\n        {\n            \"key\": \"parameter5\",\n            \"value\": \"value5\"\n        }\n    ]\n}","options":{"raw":{"language":"json"}}},"url":"https://in.staging.decentro.tech/v2/ledger/journal/:journal_urn/account","description":"<p>This API is used for creating a Ledger Account belonging to the specified Active Journal in an Active status.</p>\n<p>Important points:</p>\n<ol>\n<li>Attaching consumer details with a Ledger Account is optional.</li>\n<li>It is possible to have Ledger Accounts with different currencies within the same Journal.</li>\n<li>Only the Ledger Accounts with the same selected currencies can transact among each other.</li>\n</ol>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Parameter</strong></th>\n<th><strong>Description</strong></th>\n<th>Optional (O)/ Mandatory (M)/ Conditionally mandatory (CM)</th>\n<th><strong>Datatype</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>journal_urn</td>\n<td>A valid Unique Reference Number associated with the Journal for which the Ledger Account is to be created</td>\n<td>M</td>\n<td>String</td>\n</tr>\n<tr>\n<td>reference_id</td>\n<td>A unique ID assigned by the API user for this request.</td>\n<td>M</td>\n<td>String</td>\n</tr>\n<tr>\n<td>name</td>\n<td>Name of the Ledger Account</td>\n<td>M</td>\n<td>String</td>\n</tr>\n<tr>\n<td>consumer_reference_id</td>\n<td>Unique Reference ID of a consumer associated with this Ledger Account</td>\n<td>O</td>\n<td>String</td>\n</tr>\n<tr>\n<td>consumer_name</td>\n<td>Name of the consumer associated with this Ledger Account</td>\n<td>CM; if consumer_reference_id exists</td>\n<td>String</td>\n</tr>\n<tr>\n<td>currency</td>\n<td>A valid currency code e.g. INR. Kindly use the <a href=\"https://postman.decentro.tech/#a32b3761-a7f6-4011-a2f5-9e0367b24aa8\">/currency</a> API to fetch the list of permissible currencies</td>\n<td>M</td>\n<td>String</td>\n</tr>\n<tr>\n<td>purpose</td>\n<td>Purpose of creating this Ledger Account</td>\n<td>M</td>\n<td>String</td>\n</tr>\n<tr>\n<td>consent</td>\n<td>Consent of the API user</td>\n<td>M</td>\n<td>Boolean</td>\n</tr>\n<tr>\n<td>additional_parameters</td>\n<td>Additional parameters to be attached with this Ledger Account</td>\n<td>O</td>\n<td>List; A maximum of 5 key-value pairs can be added within this list of JSON</td>\n</tr>\n<tr>\n<td>key</td>\n<td>Key for the additional parameter</td>\n<td>CM, if the value parameter is present in the additional_parameters JSON</td>\n<td>String</td>\n</tr>\n<tr>\n<td>value</td>\n<td>Value for the additional parameter</td>\n<td>CM, if the key parameter is present in the additional_parameters JSON</td>\n<td>String</td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"path":["v2","ledger","journal",":journal_urn","account"],"host":["https://in.staging.decentro.tech"],"query":[],"variable":[{"id":"c4ca2a0e-18cb-4da9-90f3-298d1d0a066e","description":{"content":"<p>Unique Reference Number associated with the Journal</p>\n","type":"text/plain"},"type":"any","value":"{{journal_urn}}","key":"journal_urn"}]}},"response":[{"id":"d7913395-c95d-4b13-9e4b-077bf157b96e","name":"SUCCESS - with additional_parameters","originalRequest":{"method":"POST","header":[{"key":"client_id","value":"YOUR_CLIENT_ID","type":"text"},{"key":"client_secret","value":"YOUR_CLIENT_SECRET","type":"text"},{"key":"module_secret","value":"YOUR_LEDGER_MODULE_SECRET","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"reference_id\": \"b06fd0a4-5a03-450c-ac2d-fed9202f3c05\",\n    \"name\": \"Ledger Account 1\",\n    \"consumer_reference_id\": \"My_Consumer_1\",\n    \"consumer_name\": \"Consumer ABC\",\n    \"currency\": \"INR\",\n    \"purpose\": \"To create the ledger account\",\n    \"consent\": true,\n    \"additional_parameters\": [\n        {\n            \"key\": \"parameter1\",\n            \"value\": \"value1\"\n        },\n        {\n            \"key\": \"parameter2\",\n            \"value\": \"value2\"\n        },\n        {\n            \"key\": \"parameter3\",\n            \"value\": \"value3\"\n        },\n        {\n            \"key\": \"parameter4\",\n            \"value\": \"value4\"\n        },\n        {\n            \"key\": \"parameter5\",\n            \"value\": \"value5\"\n        }\n    ]\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"https://in.staging.decentro.tech/v2/ledger/journal/:journal_urn/account","host":["https://in.staging.decentro.tech"],"path":["v2","ledger","journal",":journal_urn","account"],"variable":[{"key":"journal_urn","value":"{{journal_urn}}","description":"Unique Reference Number associated with the Journal"}]}},"status":"Created","code":201,"_postman_previewlanguage":"json","header":null,"cookie":[],"responseTime":null,"body":"{\n    \"decentroTxnId\": \"DEC000XXXXXXXXXXXXXXXXXXXXXXXXX\",\n    \"status\": \"SUCCESS\",\n    \"responseCode\": \"S00000\",\n    \"message\": \"Transaction successful\",\n    \"data\": {\n        \"transactionStatus\": \"SUCCESS\",\n        \"transactionDescription\": \"Ledger Account created successfully\",\n        \"urn\": \"LB636C57E6269429A8ABAF6D560CXX\",\n        \"referenceId\": \"2d607d48-7a3b-4116-847c-027bXXX\",\n        \"name\": \"Ledger Account 3\",\n        \"journal\": {\n            \"urn\": \"J3358229D8A184018990B2ABCC565CXX\",\n            \"referenceId\": \"d8363078-446b-420e-a0a2-f9XXX\",\n            \"name\": \"Journal Full\"\n        },\n        \"consumer\": {\n            \"urn\": \"C037AE523C363499C9152E817AEB91XXX\",\n            \"referenceId\": \"My_Consumer_1\",\n            \"name\": \"Consumer 1\"\n        },\n        \"purpose\": \"this is to create a ledger account\",\n        \"additionalParameters\": {\n            \"parameter1\": \"value1\",\n            \"parameter2\": \"value2\",\n            \"parameter3\": \"value3\",\n            \"parameter4\": \"value4\",\n            \"parameter5\": \"value5\"\n        },\n        \"currency\": \"INR\",\n        \"balance\": {\n            \"available\": 0,\n            \"blocked\": 0\n        },\n        \"status\": \"ACTIVE\",\n        \"creationTimestamp\": \"2022-09-01 15:25:21.983731\",\n        \"lastModificationTimestamp\": \"NA\"\n    }\n}"},{"id":"3b250a23-1ac6-4600-be13-55b13007d98d","name":"SUCCESS - without additional_parameters","originalRequest":{"method":"POST","header":[{"key":"client_id","value":"YOUR_CLIENT_ID","type":"text"},{"key":"client_secret","value":"YOUR_CLIENT_SECRET","type":"text"},{"key":"module_secret","value":"YOUR_LEDGER_MODULE_SECRET","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"reference_id\": \"a106ece4-50bf-47fa-8a35-aeacc5b03b29\",\n    \"name\": \"Ledger Account 1\",\n    \"consumer_reference_id\": \"My_Consumer_1\",\n    \"consumer_name\": \"Consumer ABC\",\n    \"currency\": \"INR\",\n    \"purpose\": \"To create the ledger account\",\n    \"consent\": true,\n    \"additional_parameters\": [\n        {\n            \"key\": \"parameter1\",\n            \"value\": \"value1\"\n        },\n        {\n            \"key\": \"parameter2\",\n            \"value\": \"value2\"\n        },\n        {\n            \"key\": \"parameter3\",\n            \"value\": \"value3\"\n        },\n        {\n            \"key\": \"parameter4\",\n            \"value\": \"value4\"\n        },\n        {\n            \"key\": \"parameter5\",\n            \"value\": \"value5\"\n        }\n    ]\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"https://in.staging.decentro.tech/v2/ledger/journal/:journal_urn/account","host":["https://in.staging.decentro.tech"],"path":["v2","ledger","journal",":journal_urn","account"],"variable":[{"key":"journal_urn","value":"{{journal_urn}}","description":"Unique Reference Number associated with the Journal"}]}},"status":"Created","code":201,"_postman_previewlanguage":"json","header":null,"cookie":[],"responseTime":null,"body":"{\n    \"decentroTxnId\": \"DEC000XXXXXXXXXXXXXXXXXXXXXXXXX\",\n    \"status\": \"SUCCESS\",\n    \"responseCode\": \"S00000\",\n    \"message\": \"Transaction successful\",\n    \"data\": {\n        \"transactionStatus\": \"SUCCESS\",\n        \"transactionDescription\": \"Ledger Account created successfully\",\n        \"urn\": \"L96352A8637704117AD01A76A38D3XXX\",\n        \"referenceId\": \"8d9849a1-9dba-4815-bdbd-19bfXXX\",\n        \"name\": \"Ledger Account 3\",\n        \"journal\": {\n            \"urn\": \"J3358229D8A184018990B2ABCC565CXXXX\",\n            \"referenceId\": \"d8363078-446b-420e-a0a2-f9e1ccf3XXXX\",\n            \"name\": \"Journal Full\"\n        },\n        \"consumer\": {\n            \"urn\": \"C037AE523C363499C9152E817AEB917XX\",\n            \"referenceId\": \"My_Consumer_1\",\n            \"name\": \"Consumer 1\"\n        },\n        \"purpose\": \"this is to create a ledger account\",\n        \"additionalParameters\": \"NA\",\n        \"currency\": \"INR\",\n        \"balance\": {\n            \"available\": 0,\n            \"blocked\": 0\n        },\n        \"status\": \"ACTIVE\",\n        \"creationTimestamp\": \"2022-09-01 15:26:12.393464\",\n        \"lastModificationTimestamp\": \"NA\"\n    }\n}"},{"id":"fb96f446-08f8-40bb-b162-5758725038ef","name":"FAILURE - Invalid name","originalRequest":{"method":"POST","header":[{"key":"client_id","value":"YOUR_CLIENT_ID","type":"text"},{"key":"client_secret","value":"YOUR_CLIENT_SECRET","type":"text"},{"key":"module_secret","value":"YOUR_LEDGER_MODULE_SECRET","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"reference_id\": \"236c5e53-57b8-4d2c-a7f5-f651dd4b7c3a\",\n    \"name\": \"1\",\n    \"consumer_reference_id\": \"My_Consumer_1\",\n    \"consumer_name\": \"Consumer ABC\",\n    \"currency\": \"INR\",\n    \"purpose\": \"To create the ledger account\",\n    \"consent\": true,\n    \"additional_parameters\": [\n        {\n            \"key\": \"parameter1\",\n            \"value\": \"value1\"\n        },\n        {\n            \"key\": \"parameter2\",\n            \"value\": \"value2\"\n        },\n        {\n            \"key\": \"parameter3\",\n            \"value\": \"value3\"\n        },\n        {\n            \"key\": \"parameter4\",\n            \"value\": \"value4\"\n        },\n        {\n            \"key\": \"parameter5\",\n            \"value\": \"value5\"\n        }\n    ]\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"https://in.staging.decentro.tech/v2/ledger/journal/:journal_urn/account","host":["https://in.staging.decentro.tech"],"path":["v2","ledger","journal",":journal_urn","account"],"variable":[{"key":"journal_urn","value":"{{journal_urn}}","description":"Unique Reference Number associated with the Journal"}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":null,"cookie":[],"responseTime":null,"body":"{\n    \"decentroTxnId\": \"20F8714439D147379BC577E407BA103C\",\n    \"status\": \"FAILURE\",\n    \"responseCode\": \"E00009\",\n    \"message\": \"Name cannot exceed 20 characters and cannot be less than 3 characters.\"\n}"},{"id":"24769eb4-fbfb-4e88-8860-7ebef989deb9","name":"FAILURE - Invalid consumer_name","originalRequest":{"method":"POST","header":[{"key":"client_id","value":"YOUR_CLIENT_ID","type":"text"},{"key":"client_secret","value":"YOUR_CLIENT_SECRET","type":"text"},{"key":"module_secret","value":"YOUR_LEDGER_MODULE_SECRET","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"reference_id\": \"c3d88274-d451-42c4-8fcf-59f60618bc86\",\n    \"name\": \"Ledger Account 1\",\n    \"consumer_reference_id\": \"My_Consumer_1\",\n    \"consumer_name\": \"A\",\n    \"currency\": \"INR\",\n    \"purpose\": \"To create the ledger account\",\n    \"consent\": true,\n    \"additional_parameters\": [\n        {\n            \"key\": \"parameter1\",\n            \"value\": \"value1\"\n        },\n        {\n            \"key\": \"parameter2\",\n            \"value\": \"value2\"\n        },\n        {\n            \"key\": \"parameter3\",\n            \"value\": \"value3\"\n        },\n        {\n            \"key\": \"parameter4\",\n            \"value\": \"value4\"\n        },\n        {\n            \"key\": \"parameter5\",\n            \"value\": \"value5\"\n        }\n    ]\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"https://in.staging.decentro.tech/v2/ledger/journal/:journal_urn/account","host":["https://in.staging.decentro.tech"],"path":["v2","ledger","journal",":journal_urn","account"],"variable":[{"key":"journal_urn","value":"{{journal_urn}}","description":"Unique Reference Number associated with the Journal"}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":null,"cookie":[],"responseTime":null,"body":"{\n    \"decentroTxnId\": \"DEC000XXXXXXXXXXXXXXXXXXXXXXXXX\",\n    \"status\": \"FAILURE\",\n    \"responseCode\": \"E00009\",\n    \"message\": \"Consumer name cannot exceed 20 characters and cannot be less than 3 characters.\"\n}"},{"id":"844dcc19-1bbf-42c3-9263-06470bc0edd4","name":"FAILURE - Invalid currency","originalRequest":{"method":"POST","header":[{"key":"client_id","value":"YOUR_CLIENT_ID","type":"text"},{"key":"client_secret","value":"YOUR_CLIENT_SECRET","type":"text"},{"key":"module_secret","value":"YOUR_LEDGER_MODULE_SECRET","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"reference_id\": \"5f293eef-24a8-40b9-ba2e-db9d3837f178\",\n    \"name\": \"Ledger Account 1\",\n    \"consumer_reference_id\": \"My_Consumer_1\",\n    \"consumer_name\": \"Consumer ABC\",\n    \"currency\": \"IN\",\n    \"purpose\": \"To create the ledger account\",\n    \"consent\": true,\n    \"additional_parameters\": [\n        {\n            \"key\": \"parameter1\",\n            \"value\": \"value1\"\n        },\n        {\n            \"key\": \"parameter2\",\n            \"value\": \"value2\"\n        },\n        {\n            \"key\": \"parameter3\",\n            \"value\": \"value3\"\n        },\n        {\n            \"key\": \"parameter4\",\n            \"value\": \"value4\"\n        },\n        {\n            \"key\": \"parameter5\",\n            \"value\": \"value5\"\n        }\n    ]\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"https://in.staging.decentro.tech/v2/ledger/journal/:journal_urn/account","host":["https://in.staging.decentro.tech"],"path":["v2","ledger","journal",":journal_urn","account"],"variable":[{"key":"journal_urn","value":"{{journal_urn}}","description":"Unique Reference Number associated with the Journal"}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":null,"cookie":[],"responseTime":null,"body":"{\n    \"decentroTxnId\": \"DEC000XXXXXXXXXXXXXXXXXXXXXXXXX\",\n    \"status\": \"FAILURE\",\n    \"responseCode\": \"E00009\",\n    \"message\": \"Please provide a valid currency. Hint: currency (string). List of permissible currencies can be found via the Get ledger currencies API.\"\n}"},{"id":"46afca1f-81ec-4ff3-abec-61628af28a2f","name":"FAILURE - Invalid purpose","originalRequest":{"method":"POST","header":[{"key":"client_id","value":"YOUR_CLIENT_ID","type":"text"},{"key":"client_secret","value":"YOUR_CLIENT_SECRET","type":"text"},{"key":"module_secret","value":"YOUR_LEDGER_MODULE_SECRET","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"reference_id\": \"36e54db3-c9d6-4866-946a-247813cbfd52\",\n    \"name\": \"Ledger Account 1\",\n    \"consumer_reference_id\": \"My_Consumer_1\",\n    \"consumer_name\": \"Consumer ABC\",\n    \"currency\": \"INR\",\n    \"purpose\": \"LA\",\n    \"consent\": true,\n    \"additional_parameters\": [\n        {\n            \"key\": \"parameter1\",\n            \"value\": \"value1\"\n        },\n        {\n            \"key\": \"parameter2\",\n            \"value\": \"value2\"\n        },\n        {\n            \"key\": \"parameter3\",\n            \"value\": \"value3\"\n        },\n        {\n            \"key\": \"parameter4\",\n            \"value\": \"value4\"\n        },\n        {\n            \"key\": \"parameter5\",\n            \"value\": \"value5\"\n        }\n    ]\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"https://in.staging.decentro.tech/v2/ledger/journal/:journal_urn/account","host":["https://in.staging.decentro.tech"],"path":["v2","ledger","journal",":journal_urn","account"],"variable":[{"key":"journal_urn","value":"{{journal_urn}}","description":"Unique Reference Number associated with the Journal"}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":null,"cookie":[],"responseTime":null,"body":"{\n    \"decentroTxnId\": \"DEC000XXXXXXXXXXXXXXXXXXXXXXXXX\",\n    \"status\": \"FAILURE\",\n    \"responseCode\": \"E00009\",\n    \"message\": \"Purpose cannot exceed 50 characters and cannot be less than 5 characters.\"\n}\n"},{"id":"23920822-e211-42f0-9462-81c0d1d2d995","name":"FAILURE - Invalid consent","originalRequest":{"method":"POST","header":[{"key":"client_id","value":"YOUR_CLIENT_ID","type":"text"},{"key":"client_secret","value":"YOUR_CLIENT_SECRET","type":"text"},{"key":"module_secret","value":"YOUR_LEDGER_MODULE_SECRET","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"reference_id\": \"ce5a0fe8-7875-41b0-9109-19478588d2b5\",\n    \"name\": \"Ledger Account 1\",\n    \"consumer_reference_id\": \"My_Consumer_1\",\n    \"consumer_name\": \"Consumer ABC\",\n    \"currency\": \"INR\",\n    \"purpose\": \"To create the ledger account\",\n    \"consent\": false,\n    \"additional_parameters\": [\n        {\n            \"key\": \"parameter1\",\n            \"value\": \"value1\"\n        },\n        {\n            \"key\": \"parameter2\",\n            \"value\": \"value2\"\n        },\n        {\n            \"key\": \"parameter3\",\n            \"value\": \"value3\"\n        },\n        {\n            \"key\": \"parameter4\",\n            \"value\": \"value4\"\n        },\n        {\n            \"key\": \"parameter5\",\n            \"value\": \"value5\"\n        }\n    ]\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"https://in.staging.decentro.tech/v2/ledger/journal/:journal_urn/account","host":["https://in.staging.decentro.tech"],"path":["v2","ledger","journal",":journal_urn","account"],"variable":[{"key":"journal_urn","value":"{{journal_urn}}","description":"Unique Reference Number associated with the Journal"}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":null,"cookie":[],"responseTime":null,"body":"{\n    \"decentroTxnId\": \"DEC000XXXXXXXXXXXXXXXXXXXXXXXXX\",\n    \"status\": \"FAILURE\",\n    \"responseCode\": \"E00009\",\n    \"message\": \"Consent cannot be null, empty OR false. Hint: consent (boolean)\"\n}"},{"id":"4dfd54ff-e80a-4675-87ee-76319fa1f412","name":"FAILURE - Duplicate additional_parameters","originalRequest":{"method":"POST","header":[{"key":"client_id","value":"YOUR_CLIENT_ID","type":"text"},{"key":"client_secret","value":"YOUR_CLIENT_SECRET","type":"text"},{"key":"module_secret","value":"YOUR_LEDGER_MODULE_SECRET","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"reference_id\": \"e7258b31-7147-4c10-9e47-8272300b30c1\",\n    \"name\": \"Ledger Account 1\",\n    \"consumer_reference_id\": \"My_Consumer_1\",\n    \"consumer_name\": \"Consumer ABC\",\n    \"currency\": \"INR\",\n    \"purpose\": \"To create the ledger account\",\n    \"consent\": true,\n    \"additional_parameters\": [\n        {\n            \"key\": \"parameter1\",\n            \"value\": \"value1\"\n        },\n        {\n            \"key\": \"parameter1\",\n            \"value\": \"value2\"\n        },\n        {\n            \"key\": \"parameter3\",\n            \"value\": \"value3\"\n        },\n        {\n            \"key\": \"parameter4\",\n            \"value\": \"value4\"\n        },\n        {\n            \"key\": \"parameter5\",\n            \"value\": \"value5\"\n        }\n    ]\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"https://in.staging.decentro.tech/v2/ledger/journal/:journal_urn/account","host":["https://in.staging.decentro.tech"],"path":["v2","ledger","journal",":journal_urn","account"],"variable":[{"key":"journal_urn","value":"{{journal_urn}}","description":"Unique Reference Number associated with the Journal"}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":null,"cookie":[],"responseTime":null,"body":"{\n    \"decentroTxnId\": \"DEC000XXXXXXXXXXXXXXXXXXXXXXXXX\",\n    \"status\": \"FAILURE\",\n    \"responseCode\": \"E00009\",\n    \"message\": \"Multiple values detected against the key `parameter1` within additional_parameters. Each key should be unique.\"\n}"},{"id":"b32fd557-c574-4cb4-9864-1a08cf969f16","name":"FAILURE - Extra additional_parameters","originalRequest":{"method":"POST","header":[{"key":"client_id","value":"YOUR_CLIENT_ID","type":"text"},{"key":"client_secret","value":"YOUR_CLIENT_SECRET","type":"text"},{"key":"module_secret","value":"YOUR_LEDGER_MODULE_SECRET","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"reference_id\": \"1499a0d2-8aaf-43ed-8c4e-653e8e3c53b7\",\n    \"name\": \"Ledger Account 1\",\n    \"consumer_reference_id\": \"My_Consumer_1\",\n    \"consumer_name\": \"Consumer ABC\",\n    \"currency\": \"INR\",\n    \"purpose\": \"To create the ledger account\",\n    \"consent\": true,\n    \"additional_parameters\": [\n        {\n            \"key\": \"parameter1\",\n            \"value\": \"value1\"\n        },\n        {\n            \"key\": \"parameter2\",\n            \"value\": \"value2\"\n        },\n        {\n            \"key\": \"parameter3\",\n            \"value\": \"value3\"\n        },\n        {\n            \"key\": \"parameter4\",\n            \"value\": \"value4\"\n        },\n        {\n            \"key\": \"parameter5\",\n            \"value\": \"value5\"\n        },\n        {\n            \"key\": \"parameter6\",\n            \"value\": \"value6\"\n        }\n    ]\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"https://in.staging.decentro.tech/v2/ledger/journal/:journal_urn/account","host":["https://in.staging.decentro.tech"],"path":["v2","ledger","journal",":journal_urn","account"],"variable":[{"key":"journal_urn","value":"{{journal_urn}}","description":"Unique Reference Number associated with the Journal"}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":null,"cookie":[],"responseTime":null,"body":"{\n    \"decentroTxnId\": \"DEC000XXXXXXXXXXXXXXXXXXXXXXXXX\",\n    \"status\": \"FAILURE\",\n    \"responseCode\": \"E00009\",\n    \"message\": \"Additional parameters cannot exceed 5 key-value pairs\"\n}"},{"id":"66e68430-3c64-42ab-9df9-ba5125b171c2","name":"FAILURE - Invalid additional_parameters","originalRequest":{"method":"POST","header":[{"key":"client_id","value":"YOUR_CLIENT_ID","type":"text"},{"key":"client_secret","value":"YOUR_CLIENT_SECRET","type":"text"},{"key":"module_secret","value":"YOUR_LEDGER_MODULE_SECRET","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"reference_id\": \"0d1618d5-cd8f-4458-ab97-da84958ec2ce\",\n    \"name\": \"Ledger Account 1\",\n    \"consumer_reference_id\": \"My_Consumer_1\",\n    \"consumer_name\": \"Consumer ABC\",\n    \"currency\": \"INR\",\n    \"purpose\": \"To create the ledger account\",\n    \"consent\": true,\n    \"additional_parameters\": [\n        {\n            \"key\": \"parameter1\",\n            \"value\": \"value1\"\n        },\n        {\n            \"key\": \"parameter2\",\n            \"value\": \"value2\"\n        },\n        {\n            \"key\": \"parameter3\",\n            \"value\": \"value3\"\n        },\n        {\n            \"key\": \"parameter4\",\n            \"value\": \"value4\"\n        },\n        {\n            \"key\": \"parameter5\"\n        }\n    ]\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"https://in.staging.decentro.tech/v2/ledger/journal/:journal_urn/account","host":["https://in.staging.decentro.tech"],"path":["v2","ledger","journal",":journal_urn","account"],"variable":[{"key":"journal_urn","value":"{{journal_urn}}","description":"Unique Reference Number associated with the Journal"}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":null,"cookie":[],"responseTime":null,"body":"{\n    \"decentroTxnId\": \"DEC000XXXXXXXXXXXXXXXXXXXXXXXXX\",\n    \"status\": \"FAILURE\",\n    \"responseCode\": \"E00009\",\n    \"message\": \"Each additional parameter should have one `key` and one `value`\"\n}"},{"id":"0d6f1da5-c53b-41d8-9bdf-db74f58c0c19","name":"FAILURE - Invalid additional_parameters key length","originalRequest":{"method":"POST","header":[{"key":"client_id","value":"YOUR_CLIENT_ID","type":"text"},{"key":"client_secret","value":"YOUR_CLIENT_SECRET","type":"text"},{"key":"module_secret","value":"YOUR_LEDGER_MODULE_SECRET","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"reference_id\": \"b1e213d8-33d2-4b44-bd80-781a403946b6\",\n    \"name\": \"Ledger Account 1\",\n    \"consumer_reference_id\": \"My_Consumer_1\",\n    \"consumer_name\": \"Consumer ABC\",\n    \"currency\": \"INR\",\n    \"purpose\": \"To create the ledger account\",\n    \"consent\": true,\n    \"additional_parameters\": [\n        {\n            \"key\": \"parameter1parameter1parameter1parameter1parameter1parameter1\",\n            \"value\": \"value1\"\n        },\n        {\n            \"key\": \"parameter2\",\n            \"value\": \"value2\"\n        },\n        {\n            \"key\": \"parameter3\",\n            \"value\": \"value3\"\n        },\n        {\n            \"key\": \"parameter4\",\n            \"value\": \"value4\"\n        },\n        {\n            \"key\": \"parameter5\",\n            \"value\": \"value5\"\n        }\n    ]\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"https://in.staging.decentro.tech/v2/ledger/journal/:journal_urn/account","host":["https://in.staging.decentro.tech"],"path":["v2","ledger","journal",":journal_urn","account"],"variable":[{"key":"journal_urn","value":"{{journal_urn}}","description":"Unique Reference Number associated with the Journal"}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":null,"cookie":[],"responseTime":null,"body":"{\n    \"decentroTxnId\": \"DEC000XXXXXXXXXXXXXXXXXXXXXXXXX\",\n    \"status\": \"FAILURE\",\n    \"responseCode\": \"E00009\",\n    \"message\": \"Key cannot exceed 20 characters and cannot be less than 1 characters.\"\n}"},{"id":"c99c159e-99ed-4c91-9bee-5eaca0beeaf0","name":"FAILURE - Invalid additional_parameters value length","originalRequest":{"method":"POST","header":[{"key":"client_id","value":"YOUR_CLIENT_ID","type":"text"},{"key":"client_secret","value":"YOUR_CLIENT_SECRET","type":"text"},{"key":"module_secret","value":"YOUR_LEDGER_MODULE_SECRET","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"reference_id\": \"8f5942a5-e4ae-451b-930a-fe1ac2c001e1\",\n    \"name\": \"Ledger Account 1\",\n    \"consumer_reference_id\": \"My_Consumer_1\",\n    \"consumer_name\": \"Consumer ABC\",\n    \"currency\": \"INR\",\n    \"purpose\": \"To create the ledger account\",\n    \"consent\": true,\n    \"additional_parameters\": [\n        {\n            \"key\": \"parameter1\",\n            \"value\": \"value1value1value1value1value1value1value1\"\n        },\n        {\n            \"key\": \"parameter2\",\n            \"value\": \"value2\"\n        },\n        {\n            \"key\": \"parameter3\",\n            \"value\": \"value3\"\n        },\n        {\n            \"key\": \"parameter4\",\n            \"value\": \"value4\"\n        },\n        {\n            \"key\": \"parameter5\",\n            \"value\": \"value5\"\n        }\n    ]\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"https://in.staging.decentro.tech/v2/ledger/journal/:journal_urn/account","host":["https://in.staging.decentro.tech"],"path":["v2","ledger","journal",":journal_urn","account"],"variable":[{"key":"journal_urn","value":"{{journal_urn}}","description":"Unique Reference Number associated with the Journal"}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":null,"cookie":[],"responseTime":null,"body":"{\n    \"decentroTxnId\": \"DEC000XXXXXXXXXXXXXXXXXXXXXXXXX\",\n    \"status\": \"FAILURE\",\n    \"responseCode\": \"E00009\",\n    \"message\": \"Value cannot exceed 20 characters and cannot be less than 1 characters.\"\n}"}],"_postman_id":"05075155-3ad8-42c3-a503-ca38a9b0a820"},{"name":"Get Ledger Account Details","id":"a367c7ce-29e2-48bd-aa30-95db303969d9","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"client_id","value":"YOUR_CLIENT_ID","type":"text","description":"<p>Decentro assigned client_id for the company</p>\n"},{"key":"client_secret","value":"YOUR_CLIENT_SECRET","type":"text","description":"<p>Decentro assigned client_secret for the company</p>\n"},{"key":"module_secret","value":"YOUR_LEDGER_MODULE_SECRET","type":"text","description":"<p>Decentro assigned ledger module_secret for the company</p>\n"}],"url":"https://in.staging.decentro.tech/v2/ledger/journal/:journal_urn/account/:ledger_account_urn","description":"<p>This API is used to fetch the details of a Ledger Account belonging to the specified Active or On Hold Journal using its Decentro assigned unique reference number.</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Parameter</strong></th>\n<th><strong>Description</strong></th>\n<th>Optional (O)/ Mandatory (M)/ Conditionally mandatory (CM)</th>\n<th><strong>Datatype</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>journal_urn</td>\n<td>A valid Unique Reference Number associated with the Journal</td>\n<td>M</td>\n<td>String</td>\n</tr>\n<tr>\n<td>ledger_account_urn</td>\n<td>A valid Unique Reference Number associated with the Ledger Account</td>\n<td>M</td>\n<td>String</td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"path":["v2","ledger","journal",":journal_urn","account",":ledger_account_urn"],"host":["https://in.staging.decentro.tech"],"query":[],"variable":[{"id":"ebb5ecac-de4e-47d0-89f7-842358b0860b","description":{"content":"<p>Unique Reference Number associated with the Journal</p>\n","type":"text/plain"},"type":"any","value":"{{journal_urn}}","key":"journal_urn"},{"id":"078e3525-078e-4cf3-b078-712871e91326","description":{"content":"<p>Unique Reference Number associated with the Ledger Account</p>\n","type":"text/plain"},"type":"any","value":"{{ledger_account_urn}}","key":"ledger_account_urn"}]}},"response":[{"id":"ea78a17f-7274-4107-aa8f-5da9ba1324d9","name":"SUCCESS","originalRequest":{"method":"GET","header":[{"key":"client_id","value":"YOUR_CLIENT_ID","type":"text"},{"key":"client_secret","value":"YOUR_CLIENT_SECRET","type":"text"},{"key":"module_secret","value":"YOUR_LEDGER_MODULE_SECRET","type":"text"}],"url":{"raw":"https://in.staging.decentro.tech/v2/ledger/journal/:journal_urn/account/:ledger_account_urn","host":["https://in.staging.decentro.tech"],"path":["v2","ledger","journal",":journal_urn","account",":ledger_account_urn"],"variable":[{"key":"journal_urn","value":"{{journal_urn}}","description":"Unique Reference Number associated with the Journal"},{"key":"ledger_account_urn","value":"{{ledger_account_urn}}","description":"Unique Reference Number associated with the Ledger Account"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":null,"cookie":[],"responseTime":null,"body":"{\n    \"decentroTxnId\": \"DEC000XXXXXXXXXXXXXXXXXXXXXXXXX\",\n    \"status\": \"SUCCESS\",\n    \"responseCode\": \"S00000\",\n    \"message\": \"Transaction successful\",\n    \"data\": {\n        \"transactionStatus\": \"SUCCESS\",\n        \"transactionDescription\": \"Ledger account details fetched successfully\",\n        \"count\": 1,\n        \"details\": [\n            {\n                \"urn\": \"LA895D38565D24B55B7000CFEF865AXXX\",\n                \"referenceId\": \"42f608c1-f55d-4f2f-93f3-760f4XX\",\n                \"name\": \"Ledger Account 3\",\n                \"journal\": {\n                    \"urn\": \"JDF11407148D14ABB8BA2A0ACBF99AXXX\",\n                    \"referenceId\": \"d68fbbe0-51c6-4f87-9583-skXXXXX\",\n                    \"name\": \"Journal Full\"\n                },\n                \"consumer\": {\n                    \"urn\": \"C037AE523C363499C9152E817AEB91XXX\",\n                    \"referenceId\": \"My_Consumer_1\",\n                    \"name\": \"Consumer 1\"\n                },\n                \"purpose\": \"To create Ledger Account\",\n                \"additionalParameters\": {\n                    \"parameter1\": \"value1\",\n                    \"parameter2\": \"value2\",\n                    \"parameter3\": \"value3\",\n                    \"parameter4\": \"value4\",\n                    \"parameter5\": \"value5\"\n                },\n                \"currency\": \"INR\",\n                \"balance\": {\n                    \"available\": 0,\n                    \"blocked\": 0\n                },\n                \"status\": \"ACTIVE\",\n                \"creationTimestamp\": \"2022-09-01 17:00:13.297809\",\n                \"lastModificationTimestamp\": \"NA\"\n            }\n        ]\n    }\n}"},{"id":"93a8cba1-8cde-4a1c-b0d8-e83e65c8da44","name":"FAILURE - journal_urn not found","originalRequest":{"method":"GET","header":[{"key":"client_id","value":"YOUR_CLIENT_ID","type":"text"},{"key":"client_secret","value":"YOUR_CLIENT_SECRET","type":"text"},{"key":"module_secret","value":"YOUR_LEDGER_MODULE_SECRET","type":"text"}],"url":{"raw":"https://in.staging.decentro.tech/v2/ledger/journal/:journal_urn/account/:ledger_account_urn","host":["https://in.staging.decentro.tech"],"path":["v2","ledger","journal",":journal_urn","account",":ledger_account_urn"],"variable":[{"key":"journal_urn","value":"{{journal_urn}}","description":"Unique Reference Number associated with the Journal"},{"key":"ledger_account_urn","value":"{{ledger_account_urn}}","description":"Unique Reference Number associated with the Ledger Account"}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":null,"cookie":[],"responseTime":null,"body":"{\n    \"decentroTxnId\": \"DEC000XXXXXXXXXXXXXXXXXXXXXXXXX\",\n    \"status\": \"FAILURE\",\n    \"responseCode\": \"E00009\",\n    \"message\": \"No active/ on hold journal found for the given `journal_unique_reference_number`. Please check the value and retry.\"\n}s"},{"id":"8a9eafe8-cfe3-4488-a210-dd8156d236e6","name":"FAILURE - ledger_account_urn not found","originalRequest":{"method":"GET","header":[{"key":"client_id","value":"YOUR_CLIENT_ID","type":"text"},{"key":"client_secret","value":"YOUR_CLIENT_SECRET","type":"text"},{"key":"module_secret","value":"YOUR_LEDGER_MODULE_SECRET","type":"text"}],"url":{"raw":"https://in.staging.decentro.tech/v2/ledger/journal/:journal_urn/account/:ledger_account_urn","host":["https://in.staging.decentro.tech"],"path":["v2","ledger","journal",":journal_urn","account",":ledger_account_urn"],"variable":[{"key":"journal_urn","value":"{{journal_urn}}","description":"Unique Reference Number associated with the Journal"},{"key":"ledger_account_urn","value":"{{ledger_account_urn}}","description":"Unique Reference Number associated with the Ledger Account"}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":null,"cookie":[],"responseTime":null,"body":"{\n    \"decentroTxnId\": \"DEC000XXXXXXXXXXXXXXXXXXXXXXXXX\",\n    \"status\": \"FAILURE\",\n    \"responseCode\": \"E00009\",\n    \"message\": \"No ledger account found for the given combination of `journal unique reference number` and `ledger account unique reference number`. Please check the value and retry.\"\n}"}],"_postman_id":"a367c7ce-29e2-48bd-aa30-95db303969d9"},{"name":"Get Ledger Account Balances","id":"1caf42a3-d23c-4635-867d-fe0e27abfcc7","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"client_id","value":"YOUR_CLIENT_ID","type":"text","description":"<p>Decentro assigned client_id for the company</p>\n"},{"key":"client_secret","value":"YOUR_CLIENT_SECRET","type":"text","description":"<p>Decentro assigned client_secret for the company</p>\n"},{"key":"module_secret","value":"YOUR_LEDGER_MODULE_SECRET","type":"text","description":"<p>Decentro assigned ledger module_secret for the company</p>\n"}],"url":"https://in.staging.decentro.tech/v2/ledger/journal/:journal_urn/account/:ledger_account_urn?start_date={{start_date}}&end_date={{end_date}}","description":"<p>This API is used to fetch the details of a Ledger Account belonging to the specified Active or On Hold Journal using its Decentro assigned unique reference number.</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Parameter</strong></th>\n<th><strong>Description</strong></th>\n<th>Optional (O)/ Mandatory (M)/ Conditionally mandatory (CM)</th>\n<th><strong>Datatype</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>journal_urn</td>\n<td>A valid Unique Reference Number associated with the Journal</td>\n<td>M</td>\n<td>String</td>\n</tr>\n<tr>\n<td>ledger_account_urn</td>\n<td>A valid Unique Reference Number associated with the Ledger Account</td>\n<td>M</td>\n<td>String</td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"path":["v2","ledger","journal",":journal_urn","account",":ledger_account_urn"],"host":["https://in.staging.decentro.tech"],"query":[{"key":"start_date","value":"{{start_date}}"},{"key":"end_date","value":"{{end_date}}"}],"variable":[{"id":"ebb5ecac-de4e-47d0-89f7-842358b0860b","description":{"content":"<p>Unique Reference Number associated with the Journal</p>\n","type":"text/plain"},"type":"any","value":"{{journal_urn}}","key":"journal_urn"},{"id":"078e3525-078e-4cf3-b078-712871e91326","description":{"content":"<p>Unique Reference Number associated with the Ledger Account</p>\n","type":"text/plain"},"type":"any","value":"{{ledger_account_urn}}","key":"ledger_account_urn"}]}},"response":[{"id":"d1bca154-9855-45e2-9068-fc57e3588a40","name":"Success","originalRequest":{"method":"GET","header":[{"key":"client_id","value":"YOUR_CLIENT_ID","type":"text"},{"key":"client_secret","value":"YOUR_CLIENT_SECRET","type":"text"},{"key":"module_secret","value":"YOUR_LEDGER_MODULE_SECRET","type":"text"}],"url":{"raw":"https://in.staging.decentro.tech/v2/ledger/journal/:journal_urn/account/:ledger_account_urn?start_date={{start_date}}&end_date={{end_date}}","host":["https://in.staging.decentro.tech"],"path":["v2","ledger","journal",":journal_urn","account",":ledger_account_urn"],"query":[{"key":"start_date","value":"{{start_date}}"},{"key":"end_date","value":"{{end_date}}","type":"text"}],"variable":[{"key":"journal_urn","value":"{{journal_urn}}","description":"Unique Reference Number associated with the Journal"},{"key":"ledger_account_urn","value":"{{ledger_account_urn}}","description":"Unique Reference Number associated with the Ledger Account"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":null,"cookie":[],"responseTime":null,"body":"{\n  \"decentroTxnId\": \"DCT_TXN_ID_TEST\",\n  \"status\": \"SUCCESS\",\n  \"responseCode\": \"S00000\",\n  \"message\": \"Transaction successful\",\n  \"data\": {\n    \"availableBalance\": 110,\n    \"blockedBalance\": 0,\n    \"creditedBalance\": 110,\n    \"debitedBalance\": 0\n  }\n}"},{"id":"fbd45690-ed07-4d4e-b094-6c634d19cb26","name":"Failure","originalRequest":{"method":"GET","header":[{"key":"client_id","value":"YOUR_CLIENT_ID","type":"text"},{"key":"client_secret","value":"YOUR_CLIENT_SECRET","type":"text"},{"key":"module_secret","value":"YOUR_LEDGER_MODULE_SECRET","type":"text"}],"url":{"raw":"https://in.staging.decentro.tech/v2/ledger/journal/:journal_urn/account/:ledger_account_urn?start_date={{start_date}}&end_date={{end_date}}","host":["https://in.staging.decentro.tech"],"path":["v2","ledger","journal",":journal_urn","account",":ledger_account_urn"],"query":[{"key":"start_date","value":"{{start_date}}"},{"key":"end_date","value":"{{end_date}}"}],"variable":[{"key":"journal_urn","value":"{{journal_urn}}","description":"Unique Reference Number associated with the Journal"},{"key":"ledger_account_urn","value":"{{ledger_account_urn}}","description":"Unique Reference Number associated with the Ledger Account"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":null,"cookie":[],"responseTime":null,"body":"{\n  \"decentroTxnId\": \"DCT_TXN_ID_TEST\",\n  \"status\": \"FAILURE\",\n  \"responseCode\": \"E00009\",\n  \"message\": \"No ledger account found for the given combination of `journal unique reference number` and `ledger account unique reference number`. Please check the value and try again.\"\n}"}],"_postman_id":"1caf42a3-d23c-4635-867d-fe0e27abfcc7"},{"name":"Get all Ledger Account Details","id":"e00ae111-82e1-464c-9e0a-d20218a20c6e","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"client_id","value":"YOUR_CLIENT_ID","type":"text","description":"<p>Decentro assigned client_id for the company</p>\n"},{"key":"client_secret","value":"YOUR_CLIENT_SECRET","type":"text","description":"<p>Decentro assigned client_secret for the company</p>\n"},{"key":"module_secret","value":"YOUR_LEDGER_MODULE_SECRET","type":"text","description":"<p>Decentro assigned ledger module_secret for the company</p>\n"}],"url":"https://in.staging.decentro.tech/v2/ledger/journal/:journal_urn/account?status=ACTIVE&consumer_urn={{consumer_urn}}&consumer_reference_id={{consumer_reference_id}}&page=0","description":"<p>This API is used to fetch the details of all created Ledger Accounts belonging to the specified Active or On Hold Journal using optional filters such as status, consumer_urn and consumer_reference_id.</p>\n<p>This paginated API will respond with 10 entries per trigger with the most recently created Ledger Account on the top and the page parameter can be used to navigate the list accordingly.</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Parameter</strong></th>\n<th><strong>Description</strong></th>\n<th>Optional (O)/ Mandatory (M)/ Conditionally mandatory (CM)</th>\n<th><strong>Datatype</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>journal_urn</td>\n<td>A valid Unique Reference Number associated with the Journal</td>\n<td>M</td>\n<td>String</td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"path":["v2","ledger","journal",":journal_urn","account"],"host":["https://in.staging.decentro.tech"],"query":[{"description":{"content":"<p>Optional; Status of the Ledger Account that are to be fetched, Permissible values: ACTIVE, INACTIVE, ON_HOLD</p>\n","type":"text/plain"},"key":"status","value":"ACTIVE"},{"description":{"content":"<p>Optional; Unique Reference Number associated with the consumer whose details are.to be fetched</p>\n","type":"text/plain"},"key":"consumer_urn","value":"{{consumer_urn}}"},{"description":{"content":"<p>Optional; Reference ID of the consumer whose details are to be fetched</p>\n","type":"text/plain"},"key":"consumer_reference_id","value":"{{consumer_reference_id}}"},{"description":{"content":"<p>Optional; Page number, defaults to 0</p>\n","type":"text/plain"},"key":"page","value":"0"}],"variable":[{"id":"d9cbb5a5-2110-4f0e-a0f3-5543445d2d4e","description":{"content":"<p>Unique Reference Number associated with the Journal</p>\n","type":"text/plain"},"type":"any","value":"{{journal_urn}}","key":"journal_urn"}]}},"response":[{"id":"7ef46d5b-580f-4955-b2e2-9ce1f989cd69","name":"SUCCESS","originalRequest":{"method":"GET","header":[{"key":"client_id","value":"YOUR_CLIENT_ID","type":"text"},{"key":"client_secret","value":"YOUR_CLIENT_SECRET","type":"text"},{"key":"module_secret","value":"YOUR_LEDGER_MODULE_SECRET","type":"text"}],"url":{"raw":"https://in.staging.decentro.tech/v2/ledger/journal/:journal_urn/account?status=ACTIVE&consumer_urn={{consumer_urn}}&consumer_reference_id={{consumer_reference_id}}&page=0","host":["https://in.staging.decentro.tech"],"path":["v2","ledger","journal",":journal_urn","account"],"query":[{"key":"status","value":"ACTIVE","description":"Optional; Status of the Ledger Account that are to be fetched, Permissible values: ACTIVE, INACTIVE, ON_HOLD"},{"key":"consumer_urn","value":"{{consumer_urn}}","description":"Optional; Unique Reference Number associated with the consumer whose details are.to be fetched"},{"key":"consumer_reference_id","value":"{{consumer_reference_id}}","description":"Optional; Reference ID of the consumer whose details are to be fetched"},{"key":"page","value":"0","description":"Optional; Page number, defaults to 0"}],"variable":[{"key":"journal_urn","value":"{{journal_urn}}","description":"Unique Reference Number associated with the Journal"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":null,"cookie":[],"responseTime":null,"body":"{\n    \"decentroTxnId\": \"DEC000XXXXXXXXXXXXXXXXXXXXXXXXX\",\n    \"status\": \"SUCCESS\",\n    \"responseCode\": \"S00000\",\n    \"message\": \"Transaction successful\",\n    \"data\": {\n        \"transactionStatus\": \"SUCCESS\",\n        \"transactionDescription\": \"Ledger account details fetched successfully\",\n        \"count\": 2,\n        \"details\": [\n            {\n                \"urn\": \"LA895D38565D24B55B7000CFEF865AXXX\",\n                \"referenceId\": \"42f608c1-f55d-4f2f-93f3-760f4XX\",\n                \"name\": \"Ledger Account 1\",\n                \"journal\": {\n                    \"urn\": \"JDF11407148D14ABB8BA2A0ACBF99AXXX\",\n                    \"referenceId\": \"d68fbbe0-51c6-4f87-9583-skXXXXX\",\n                    \"name\": \"Journal Full\"\n                },\n                \"consumer\": {\n                    \"urn\": \"C037AE523C363499C9152E817AEBXXXX\",\n                    \"referenceId\": \"My_Consumer_1\",\n                    \"name\": \"Consumer 1\"\n                },\n                \"purpose\": \"To create Ledger Account\",\n                \"additionalParameters\": {\n                    \"parameter1\": \"value1\",\n                    \"parameter2\": \"value2\",\n                    \"parameter3\": \"value3\",\n                    \"parameter4\": \"value4\",\n                    \"parameter5\": \"value5\"\n                },\n                \"currency\": \"INR\",\n                \"balance\": {\n                    \"available\": 0,\n                    \"blocked\": 0\n                },\n                \"status\": \"ACTIVE\",\n                \"creationTimestamp\": \"2022-09-01 17:00:13.297809\",\n                \"lastModificationTimestamp\": \"NA\"\n            },\n            {\n                \"urn\": \"LA895D38565D24B55B7000CFEF865AXXX\",\n                \"referenceId\": \"42f608c1-f55d-4f2f-93f3-760f4XX\",\n                \"name\": \"Ledger Account 2\",\n                \"journal\": {\n                    \"urn\": \"JDF11407148D14ABB8BA2A0ACBF99AXXX\",\n                    \"referenceId\": \"d68fbbe0-51c6-4f87-9583-skXXXXX\",\n                    \"name\": \"Journal Full\"\n                },\n                \"consumer\": {\n                    \"urn\": \"C037AE523C363499C9152E817AEXXXX\",\n                    \"referenceId\": \"My_Consumer_1\",\n                    \"name\": \"Consumer 1\"\n                },\n                \"purpose\": \"To create Ledger Account\",\n                \"additionalParameters\": \"NA\",\n                \"currency\": \"INR\",\n                \"balance\": {\n                    \"available\": 0,\n                    \"blocked\": 0\n                },\n                \"status\": \"ACTIVE\",\n                \"creationTimestamp\": \"2022-09-01 17:01:21.665458\",\n                \"lastModificationTimestamp\": \"NA\"\n            }\n        ]\n    }\n}"},{"id":"9dc54cb0-0d5a-4751-a235-2abbc19a39a9","name":"SUCCESS - No records found","originalRequest":{"method":"GET","header":[{"key":"client_id","value":"YOUR_CLIENT_ID","type":"text"},{"key":"client_secret","value":"YOUR_CLIENT_SECRET","type":"text"},{"key":"module_secret","value":"YOUR_LEDGER_MODULE_SECRET","type":"text"}],"url":{"raw":"https://in.staging.decentro.tech/v2/ledger/journal/:journal_urn/account?status=ACTIVE&consumer_urn={{consumer_urn}}&consumer_reference_id={{consumer_reference_id}}&page=0","host":["https://in.staging.decentro.tech"],"path":["v2","ledger","journal",":journal_urn","account"],"query":[{"key":"status","value":"ACTIVE","description":"Optional; Status of the Ledger Account that are to be fetched, Permissible values: ACTIVE, INACTIVE, ON_HOLD"},{"key":"consumer_urn","value":"{{consumer_urn}}","description":"Optional; Unique Reference Number associated with the consumer whose details are.to be fetched"},{"key":"consumer_reference_id","value":"{{consumer_reference_id}}","description":"Optional; Reference ID of the consumer whose details are to be fetched"},{"key":"page","value":"0","description":"Optional; Page number, defaults to 0"}],"variable":[{"key":"journal_urn","value":"{{journal_urn}}","description":"Unique Reference Number associated with the Journal"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":null,"cookie":[],"responseTime":null,"body":"{\n    \"decentroTxnId\": \"DEC000XXXXXXXXXXXXXXXXXXXXXXXXX\",\n    \"status\": \"SUCCESS\",\n    \"responseCode\": \"S00000\",\n    \"message\": \"Transaction successful\",\n    \"data\": {\n        \"transactionStatus\": \"SUCCESS\",\n        \"transactionDescription\": \"Ledger account details fetched successfully\",\n        \"count\": 0,\n        \"details\": []\n    }\n}"},{"id":"55901385-2d61-4c4a-adf7-dadcfbdd683f","name":"FAILURE - journal_urn not found","originalRequest":{"method":"GET","header":[{"key":"client_id","value":"YOUR_CLIENT_ID","type":"text"},{"key":"client_secret","value":"YOUR_CLIENT_SECRET","type":"text"},{"key":"module_secret","value":"YOUR_LEDGER_MODULE_SECRET","type":"text"}],"url":{"raw":"https://in.staging.decentro.tech/v2/ledger/journal/:journal_urn/account?status=ACTIVE&consumer_urn={{consumer_urn}}&consumer_reference_id={{consumer_reference_id}}&page=0","host":["https://in.staging.decentro.tech"],"path":["v2","ledger","journal",":journal_urn","account"],"query":[{"key":"status","value":"ACTIVE","description":"Optional; Status of the Ledger Account that are to be fetched, Permissible values: ACTIVE, INACTIVE, ON_HOLD"},{"key":"consumer_urn","value":"{{consumer_urn}}","description":"Optional; Unique Reference Number associated with the consumer whose details are.to be fetched"},{"key":"consumer_reference_id","value":"{{consumer_reference_id}}","description":"Optional; Reference ID of the consumer whose details are to be fetched"},{"key":"page","value":"0","description":"Optional; Page number, defaults to 0"}],"variable":[{"key":"journal_urn","value":"{{journal_urn}}","description":"Unique Reference Number associated with the Journal"}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":null,"cookie":[],"responseTime":null,"body":"{\n    \"decentroTxnId\": \"DEC000XXXXXXXXXXXXXXXXXXXXXXXXX\",\n    \"status\": \"FAILURE\",\n    \"responseCode\": \"E00009\",\n    \"message\": \"No active/ on hold journal found for the given `journal_unique_reference_number`. Please check the value and retry.\"\n}"},{"id":"2eef5d81-1553-436d-8aab-b6d180f4f452","name":"FAILURE - Invalid status","originalRequest":{"method":"GET","header":[{"key":"client_id","value":"YOUR_CLIENT_ID","type":"text"},{"key":"client_secret","value":"YOUR_CLIENT_SECRET","type":"text"},{"key":"module_secret","value":"YOUR_LEDGER_MODULE_SECRET","type":"text"}],"url":{"raw":"https://in.staging.decentro.tech/v2/ledger/journal/:journal_urn/account?status=ACTIVE&consumer_urn={{consumer_urn}}&consumer_reference_id={{consumer_reference_id}}&page=0","host":["https://in.staging.decentro.tech"],"path":["v2","ledger","journal",":journal_urn","account"],"query":[{"key":"status","value":"ACTIVE","description":"Optional; Status of the Ledger Account that are to be fetched, Permissible values: ACTIVE, INACTIVE, ON_HOLD"},{"key":"consumer_urn","value":"{{consumer_urn}}","description":"Optional; Unique Reference Number associated with the consumer whose details are.to be fetched"},{"key":"consumer_reference_id","value":"{{consumer_reference_id}}","description":"Optional; Reference ID of the consumer whose details are to be fetched"},{"key":"page","value":"0","description":"Optional; Page number, defaults to 0"}],"variable":[{"key":"journal_urn","value":"{{journal_urn}}","description":"Unique Reference Number associated with the Journal"}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":null,"cookie":[],"responseTime":null,"body":"{\n    \"decentroTxnId\": \"DEC000XXXXXXXXXXXXXXXXXXXXXXXXX\",\n    \"status\": \"FAILURE\",\n    \"responseCode\": \"E00009\",\n    \"message\": \"Please provide a valid status. Hint: status (string). Permissible values: [ACTIVE, INACTIVE, ON_HOLD]\"\n}"}],"_postman_id":"e00ae111-82e1-464c-9e0a-d20218a20c6e"},{"name":"Update Ledger Account","id":"14dd84e9-b79c-4abd-b7b5-b5924b7c9f08","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"client_id","value":"YOUR_CLIENT_ID","type":"text","description":"<p>Decentro assigned client_id for the company</p>\n"},{"key":"client_secret","value":"YOUR_CLIENT_SECRET","type":"text","description":"<p>Decentro assigned client_secret for the company</p>\n"},{"key":"module_secret","value":"YOUR_LEDGER_MODULE_SECRET","type":"text","description":"<p>Decentro assigned ledger module_secret for the company</p>\n"},{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"reference_id\": \"b487e695-1c08-40b0-88e3-546c64ff47c8\",\n    \"purpose\": \"Update status of Ledger Account\",\n    \"consent\": true,\n    \"status\": \"active\"\n}","options":{"raw":{"language":"json"}}},"url":"https://in.staging.decentro.tech/v2/ledger/journal/:journal_urn/account/:ledger_account_urn","description":"<p>This API is used to update the status of a Ledger Account belonging to the specified Active Journal.</p>\n<p>Here are how the status toggles work:</p>\n<ol>\n<li>The status of an ACTIVE Ledger Account can be made either ON_HOLD or INACTIVE.</li>\n<li>The status of an ON_HOLD Ledger Account can be made either ACTIVE or INACTIVE</li>\n<li>The status of an INACTIVE Ledger Account can't be changed as it is a permanent status, revival from which is not allowed. Please be cautious and sure when making a Ledger Account INACTIVE</li>\n</ol>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Parameter</strong></th>\n<th><strong>Description</strong></th>\n<th>Optional (O)/ Mandatory (M)/ Conditionally mandatory (CM)</th>\n<th><strong>Datatype</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>journal_urn</td>\n<td>A valid Unique Reference Number associated with the Journal</td>\n<td>M</td>\n<td>String</td>\n</tr>\n<tr>\n<td>ledger_account_urn</td>\n<td>A valid Unique Reference Number associated with the Ledger Account</td>\n<td>M</td>\n<td>String</td>\n</tr>\n<tr>\n<td>reference_id</td>\n<td>A unique ID assigned by the API user for this request.</td>\n<td>M</td>\n<td>String</td>\n</tr>\n<tr>\n<td>purpose</td>\n<td>Purpose of updating this Ledger Account</td>\n<td>M</td>\n<td>String</td>\n</tr>\n<tr>\n<td>consent</td>\n<td>Consent of the API user</td>\n<td>M</td>\n<td>Boolean</td>\n</tr>\n<tr>\n<td>status</td>\n<td>Updated status of the Ledger Account. Permissible values: ACTIVE, INACTIVE, ON_HOLD</td>\n<td>M</td>\n<td>String</td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"path":["v2","ledger","journal",":journal_urn","account",":ledger_account_urn"],"host":["https://in.staging.decentro.tech"],"query":[],"variable":[{"id":"d31bf698-d231-44f6-a7d9-b237a079ef3a","description":{"content":"<p>Unique Reference Number associated with the Journal</p>\n","type":"text/plain"},"type":"any","value":"{{journal_urn}}","key":"journal_urn"},{"id":"bb98ff94-52e9-4cc5-bf0b-c4eca4748ffb","description":{"content":"<p>Unique Reference Number associated with the Ledger Account</p>\n","type":"text/plain"},"type":"any","value":"{{ledger_account_urn}}","key":"ledger_account_urn"}]}},"response":[{"id":"c8a5507e-d520-40dd-9426-1636f7908c8c","name":"SUCCESS","originalRequest":{"method":"PUT","header":[{"key":"client_id","value":"YOUR_CLIENT_ID","type":"text"},{"key":"client_secret","value":"YOUR_CLIENT_SECRET","type":"text"},{"key":"module_secret","value":"YOUR_LEDGER_MODULE_SECRET","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"reference_id\": \"96754782-919f-4582-a58b-48fef48e76dd\",\n    \"purpose\": \"Update status of Ledger Account\",\n    \"consent\": true,\n    \"status\": \"ON_HOLD\"\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"https://in.staging.decentro.tech/v2/ledger/journal/:journal_urn/account/:ledger_account_urn","host":["https://in.staging.decentro.tech"],"path":["v2","ledger","journal",":journal_urn","account",":ledger_account_urn"],"variable":[{"key":"journal_urn","value":"{{journal_urn}}","description":"Unique Reference Number associated with the Journal"},{"key":"ledger_account_urn","value":"{{ledger_account_urn}}","description":"Unique Reference Number associated with the Ledger Account"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":null,"cookie":[],"responseTime":null,"body":"{\n    \"decentroTxnId\": \"DEC000XXXXXXXXXXXXXXXXXXXXXXXXX\",\n    \"status\": \"SUCCESS\",\n    \"responseCode\": \"S00000\",\n    \"message\": \"Transaction successful\",\n    \"data\": {\n        \"transactionStatus\": \"SUCCESS\",\n        \"transactionDescription\": \"Ledger Account updated successfully\",\n        \"urn\": \"LA895D38565D24B55B7000CFEFXXX\",\n        \"referenceId\": \"42f608c1-f55d-4f2f-93f3-760f46f6XXXXXX\",\n        \"name\": \"Ledger Account 1\",\n        \"journal\": {\n            \"urn\": \"JDF11407148D14ABB8BA2A0ACBF99A1XXXXXX\",\n            \"referenceId\": \"d68fbbe0-51c6-4f87-9583-65a35XX\",\n            \"name\": \"Journal Full\"\n        },\n        \"consumer\": {\n            \"urn\": \"C037AE523C363499C9152E817AEB91XXXX\",\n            \"referenceId\": \"My_Consumer_1\",\n            \"name\": \"Consumer 1\"\n        },\n        \"purpose\": \"Update status of Ledger Account\",\n        \"additionalParameters\": {\n            \"parameter1\": \"value1\",\n            \"parameter2\": \"value2\",\n            \"parameter3\": \"value3\",\n            \"parameter4\": \"value4\",\n            \"parameter5\": \"value5\"\n        },\n        \"currency\": \"INR\",\n        \"balance\": {\n            \"available\": 0,\n            \"blocked\": 0\n        },\n        \"status\": \"ON_HOLD\",\n        \"creationTimestamp\": \"2022-09-01 17:00:13.297809\",\n        \"lastModificationTimestamp\": \"2022-09-01 17:15:35.910033\"\n    }\n}"},{"id":"cb9d72a9-a3bc-479d-b366-856397ea24a6","name":"FAILURE - No update required","originalRequest":{"method":"PUT","header":[{"key":"client_id","value":"YOUR_CLIENT_ID","type":"text"},{"key":"client_secret","value":"YOUR_CLIENT_SECRET","type":"text"},{"key":"module_secret","value":"YOUR_LEDGER_MODULE_SECRET","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"reference_id\": \"3073eb5e-3041-4561-b768-90d7f262c3c4\",\n    \"purpose\": \"Update status of Ledger Account\",\n    \"consent\": true,\n    \"status\": \"ON_HOLD\"\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"https://in.staging.decentro.tech/v2/ledger/journal/:journal_urn/account/:ledger_account_urn","host":["https://in.staging.decentro.tech"],"path":["v2","ledger","journal",":journal_urn","account",":ledger_account_urn"],"variable":[{"key":"journal_urn","value":"{{journal_urn}}","description":"Unique Reference Number associated with the Journal"},{"key":"ledger_account_urn","value":"{{ledger_account_urn}}","description":"Unique Reference Number associated with the Ledger Account"}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":null,"cookie":[],"responseTime":null,"body":"{\n    \"decentroTxnId\": \"DEC000XXXXXXXXXXXXXXXXXXXXXXXXX\",\n    \"status\": \"FAILURE\",\n    \"responseCode\": \"E00009\",\n    \"message\": \"Ledger Account is already in ON_HOLD state.\"\n}"},{"id":"900b03a4-d673-476a-ad98-f33eafe0182c","name":"FAILURE - Invalid journal_urn","originalRequest":{"method":"PUT","header":[{"key":"client_id","value":"YOUR_CLIENT_ID","type":"text"},{"key":"client_secret","value":"YOUR_CLIENT_SECRET","type":"text"},{"key":"module_secret","value":"YOUR_LEDGER_MODULE_SECRET","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"reference_id\": \"6607e4e4-d88e-45c6-afd6-72c241cd0570\",\n    \"purpose\": \"Update status of Ledger Account\",\n    \"consent\": true,\n    \"status\": \"ON_HOLD\"\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"https://in.staging.decentro.tech/v2/ledger/journal/:journal_urn/account/:ledger_account_urn","host":["https://in.staging.decentro.tech"],"path":["v2","ledger","journal",":journal_urn","account",":ledger_account_urn"],"variable":[{"key":"journal_urn","value":"{{journal_urn}}","description":"Unique Reference Number associated with the Journal"},{"key":"ledger_account_urn","value":"{{ledger_account_urn}}","description":"Unique Reference Number associated with the Ledger Account"}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":null,"cookie":[],"responseTime":null,"body":"{\n    \"decentroTxnId\": \"DEC000XXXXXXXXXXXXXXXXXXXXXXXXX\",\n    \"status\": \"FAILURE\",\n    \"responseCode\": \"E00009\",\n    \"message\": \"No active journal found for the given `journal_unique_reference_number` for the existing customer. Please check the value and retry.\"\n}"},{"id":"23fe9d1c-15b7-470a-a3a7-ab7c466f4573","name":"FAILURE - Invalid ledger_account_urn","originalRequest":{"method":"PUT","header":[{"key":"client_id","value":"YOUR_CLIENT_ID","type":"text"},{"key":"client_secret","value":"YOUR_CLIENT_SECRET","type":"text"},{"key":"module_secret","value":"YOUR_LEDGER_MODULE_SECRET","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"reference_id\": \"009ec6ed-821a-480f-92f8-33b3e96e9229\",\n    \"purpose\": \"Update status of Ledger Account\",\n    \"consent\": true,\n    \"status\": \"ON_HOLD\"\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"https://in.staging.decentro.tech/v2/ledger/journal/:journal_urn/account/:ledger_account_urn","host":["https://in.staging.decentro.tech"],"path":["v2","ledger","journal",":journal_urn","account",":ledger_account_urn"],"variable":[{"key":"journal_urn","value":"{{journal_urn}}","description":"Unique Reference Number associated with the Journal"},{"key":"ledger_account_urn","value":"{{ledger_account_urn}}","description":"Unique Reference Number associated with the Ledger Account"}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":null,"cookie":[],"responseTime":null,"body":"{\n    \"decentroTxnId\": \"DEC000XXXXXXXXXXXXXXXXXXXXXXXXX\",\n    \"status\": \"FAILURE\",\n    \"responseCode\": \"E00009\",\n    \"message\": \"No active/ on hold ledger account found for the given `ledger_account_unique_reference_number`. Please check the value and retry.\"\n}"}],"_postman_id":"14dd84e9-b79c-4abd-b7b5-b5924b7c9f08"},{"name":"Get Ledger Account Statement","id":"ce79df89-b4cd-4edd-96b2-5ac17c86eb12","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"client_id","value":"YOUR_CLIENT_ID","type":"text","description":"<p>Decentro assigned client_id for the company</p>\n"},{"key":"client_secret","value":"YOUR_CLIENT_SECRET","type":"text","description":"<p>Decentro assigned client_secret for the company</p>\n"},{"key":"module_secret","value":"YOUR_LEDGER_MODULE_SECRET","type":"text","description":"<p>Decentro assigned ledger module_secret for the company</p>\n"}],"url":"https://in.staging.decentro.tech/v2/ledger/journal/:journal_urn/account/:ledger_account_urn/statement?from=2022-06-07&to=2022-06-07&page=0","description":"<p>This API is used for fetching the Transaction statement of the specified Active Ledger Account belonging to the specified Active Journal.</p>\n<p>This paginated API will respond with 10 entries per trigger with the most recently created Transaction on the top and the page parameter can be used to navigate the list accordingly.</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Parameter</strong></th>\n<th><strong>Description</strong></th>\n<th>Optional (O)/ Mandatory (M)/ Conditionally mandatory (CM)</th>\n<th><strong>Datatype</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>journal_urn</td>\n<td>A valid Unique Reference Number associated with the Journal</td>\n<td>M</td>\n<td>String</td>\n</tr>\n<tr>\n<td>ledger_account_urn</td>\n<td>A valid Unique Reference Number associated with the Ledger Account</td>\n<td>M</td>\n<td>String</td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"path":["v2","ledger","journal",":journal_urn","account",":ledger_account_urn","statement"],"host":["https://in.staging.decentro.tech"],"query":[{"description":{"content":"<p>Mandatory; Start date (inclusive)</p>\n","type":"text/plain"},"key":"from","value":"2022-06-07"},{"description":{"content":"<p>Mandatory; End date (inclusive)</p>\n","type":"text/plain"},"key":"to","value":"2022-06-07"},{"description":{"content":"<p>Optional; Page number, defaults to 0</p>\n","type":"text/plain"},"key":"page","value":"0"}],"variable":[{"id":"27005717-a0c1-4773-a318-c03fc02cf2b4","description":{"content":"<p>Unique Reference Number associated with the Journal</p>\n","type":"text/plain"},"type":"any","value":"{{journal_urn}}","key":"journal_urn"},{"id":"38f50fa2-46b5-45a3-b134-4b6f407f1373","description":{"content":"<p>Unique Reference Number associated with the Ledger Account</p>\n","type":"text/plain"},"type":"any","value":"{{ledger_account_urn}}","key":"ledger_account_urn"}]}},"response":[{"id":"636f0bb7-3fa3-4d5e-8801-9e7974c85fd1","name":"SUCCESS","originalRequest":{"method":"GET","header":[{"key":"client_id","value":"YOUR_CLIENT_ID","type":"text"},{"key":"client_secret","value":"YOUR_CLIENT_SECRET","type":"text"},{"key":"module_secret","value":"YOUR_LEDGER_MODULE_SECRET","type":"text"}],"url":{"raw":"https://in.staging.decentro.tech/v2/ledger/journal/:journal_urn/account/:ledger_account_urn/statement?from=2022-06-07&to=2022-06-10&page=0","host":["https://in.staging.decentro.tech"],"path":["v2","ledger","journal",":journal_urn","account",":ledger_account_urn","statement"],"query":[{"key":"from","value":"2022-06-07","description":"Mandatory; Start date (inclusive)"},{"key":"to","value":"2022-06-10","description":"Mandatory; End date (inclusive)"},{"key":"page","value":"0","description":"Optional; Page number, defaults to 0"}],"variable":[{"key":"journal_urn","value":"{{journal_urn}}","description":"Unique Reference Number associated with the Journal"},{"key":"ledger_account_urn","value":"{{ledger_account_urn}}","description":"Unique Reference Number associated with the Ledger Account"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":null,"cookie":[],"responseTime":null,"body":"{\n    \"decentroTxnId\": \"5BBA2997A247484F9BBBEA1E562F55DF\",\n    \"status\": \"SUCCESS\",\n    \"responseCode\": \"S00000\",\n    \"message\": \"Transaction successful\",\n    \"data\": {\n        \"transactionStatus\": \"SUCCESS\",\n        \"transactionDescription\": \"Ledger account statement fetched successfully\",\n        \"count\": {\n            \"total\": 10,\n            \"credit\": 5,\n            \"debit\": 5\n        },\n        \"statement\": [\n            {\n                \"creationTimestamp\": \"2022-09-05 19:29:13.254593\",\n                \"transactionTimestamp\": \"2022-06-07 23:23:23.322200\",\n                \"lastModificationTimestamp\": \"NA\",\n                \"purpose\": \"this is to transact between two accounts\",\n                \"transactionUrn\": \"27831C8AA8D8XXXXXXXXXXXXXXXXXXX\",\n                \"referenceId\": \"929f721d-d961-4c95-xxxx-a8bd853bf2f1\",\n                \"type\": \"CREDIT\",\n                \"amount\": 66.11,\n                \"currency\": \"INR\",\n                \"payerLedgerAccountUrn\": \"NA\",\n                \"payeeLedgerAccountUrn\": \"L27831C8AA8D8XXXXXXXXXXXXXXXXXXX\",\n                \"transactionType\": \"MAIN\",\n                \"transferType\": \"TRANSFER INTO LEDGER ACCOUNT\",\n                \"status\": \"SUCCESS\",\n                \"additionalParameters\": {\n                    \"parameter1\": \"value1\",\n                    \"parameter2\": \"value2\",\n                    \"parameter3\": \"value3\",\n                    \"parameter4\": \"value4\",\n                    \"parameter5\": \"value5\"\n                }\n            },\n            {\n                \"creationTimestamp\": \"2022-09-05 19:29:14.176752\",\n                \"transactionTimestamp\": \"2022-06-07 23:23:23.322200\",\n                \"lastModificationTimestamp\": \"NA\",\n                \"purpose\": \"this is to transact between two accounts\",\n                \"transactionUrn\": \"27831C8AA8D8XXXXXXXXXXXXXXXXXXX\",\n                \"referenceId\": \"b8d4256d-4255-421b-xxxx-d54800443232\",\n                \"type\": \"CREDIT\",\n                \"amount\": 66.11,\n                \"currency\": \"INR\",\n                \"payerLedgerAccountUrn\": \"NA\",\n                \"payeeLedgerAccountUrn\": \"L27831C8AA8D8XXXXXXXXXXXXXXXXXXX\",\n                \"transactionType\": \"MAIN\",\n                \"transferType\": \"TRANSFER INTO LEDGER ACCOUNT\",\n                \"status\": \"SUCCESS\",\n                \"additionalParameters\": {\n                    \"parameter1\": \"value1\",\n                    \"parameter2\": \"value2\",\n                    \"parameter3\": \"value3\",\n                    \"parameter4\": \"value4\",\n                    \"parameter5\": \"value5\"\n                }\n            },\n            {\n                \"creationTimestamp\": \"2022-09-05 19:29:14.830470\",\n                \"transactionTimestamp\": \"2022-06-07 23:23:23.322200\",\n                \"lastModificationTimestamp\": \"NA\",\n                \"purpose\": \"this is to transact between two accounts\",\n                \"transactionUrn\": \"27831C8AA8D8XXXXXXXXXXXXXXXXXXX\",\n                \"referenceId\": \"a5e747a7-e55c-4357-xxxx-6166a37a3a57\",\n                \"type\": \"CREDIT\",\n                \"amount\": 66.11,\n                \"currency\": \"INR\",\n                \"payerLedgerAccountUrn\": \"NA\",\n                \"payeeLedgerAccountUrn\": \"L27831C8AA8D8XXXXXXXXXXXXXXXXXXX\",\n                \"transactionType\": \"MAIN\",\n                \"transferType\": \"TRANSFER INTO LEDGER ACCOUNT\",\n                \"status\": \"SUCCESS\",\n                \"additionalParameters\": {\n                    \"parameter1\": \"value1\",\n                    \"parameter2\": \"value2\",\n                    \"parameter3\": \"value3\",\n                    \"parameter4\": \"value4\",\n                    \"parameter5\": \"value5\"\n                }\n            },\n            {\n                \"creationTimestamp\": \"2022-09-05 19:29:15.482787\",\n                \"transactionTimestamp\": \"2022-06-07 23:23:23.322200\",\n                \"lastModificationTimestamp\": \"NA\",\n                \"purpose\": \"this is to transact between two accounts\",\n                \"transactionUrn\": \"27831C8AA8D8XXXXXXXXXXXXXXXXXXX\",\n                \"referenceId\": \"4a5e69d9-750b-46a2-xxxx-a0d1e571dcfa\",\n                \"type\": \"CREDIT\",\n                \"amount\": 66.11,\n                \"currency\": \"INR\",\n                \"payerLedgerAccountUrn\": \"NA\",\n                \"payeeLedgerAccountUrn\": \"L27831C8AA8D8XXXXXXXXXXXXXXXXXXX\",\n                \"transactionType\": \"MAIN\",\n                \"transferType\": \"TRANSFER INTO LEDGER ACCOUNT\",\n                \"status\": \"SUCCESS\",\n                \"additionalParameters\": {\n                    \"parameter1\": \"value1\",\n                    \"parameter2\": \"value2\",\n                    \"parameter3\": \"value3\",\n                    \"parameter4\": \"value4\",\n                    \"parameter5\": \"value5\"\n                }\n            },\n            {\n                \"creationTimestamp\": \"2022-09-05 19:29:16.109179\",\n                \"transactionTimestamp\": \"2022-06-07 23:23:23.322200\",\n                \"lastModificationTimestamp\": \"NA\",\n                \"purpose\": \"this is to transact between two accounts\",\n                \"transactionUrn\": \"27831C8AA8D8XXXXXXXXXXXXXXXXXXX\",\n                \"referenceId\": \"f00dcb49-f208-40a3-xxxx-fe35daf2cbca\",\n                \"type\": \"CREDIT\",\n                \"amount\": 66.11,\n                \"currency\": \"INR\",\n                \"payerLedgerAccountUrn\": \"NA\",\n                \"payeeLedgerAccountUrn\": \"L27831C8AA8D8XXXXXXXXXXXXXXXXXXX\",\n                \"transactionType\": \"MAIN\",\n                \"transferType\": \"TRANSFER INTO LEDGER ACCOUNT\",\n                \"status\": \"SUCCESS\",\n                \"additionalParameters\": {\n                    \"parameter1\": \"value1\",\n                    \"parameter2\": \"value2\",\n                    \"parameter3\": \"value3\",\n                    \"parameter4\": \"value4\",\n                    \"parameter5\": \"value5\"\n                }\n            },\n            {\n                \"creationTimestamp\": \"2022-09-05 19:29:21.473875\",\n                \"transactionTimestamp\": \"2022-06-07 23:23:23.322200\",\n                \"lastModificationTimestamp\": \"NA\",\n                \"purpose\": \"this is to transact between two accounts\",\n                \"transactionUrn\": \"27831C8AA8D8XXXXXXXXXXXXXXXXXXX\",\n                \"referenceId\": \"e51c17cf-dfb6-4ab8-xxxx-a58a9a675fb3\",\n                \"type\": \"DEBIT\",\n                \"amount\": 4.11,\n                \"currency\": \"INR\",\n                \"payerLedgerAccountUrn\": \"L27831C8AA8D8XXXXXXXXXXXXXXXXXXX\",\n                \"payeeLedgerAccountUrn\": \"NA\",\n                \"transactionType\": \"MAIN\",\n                \"transferType\": \"TRANSFER OUT FROM LEDGER ACCOUNT\",\n                \"status\": \"SUCCESS\",\n                \"additionalParameters\": {\n                    \"parameter1\": \"value1\",\n                    \"parameter2\": \"value2\",\n                    \"parameter3\": \"value3\",\n                    \"parameter4\": \"value4\",\n                    \"parameter5\": \"value5\"\n                }\n            },\n            {\n                \"creationTimestamp\": \"2022-09-05 19:29:22.019454\",\n                \"transactionTimestamp\": \"2022-06-07 23:23:23.322200\",\n                \"lastModificationTimestamp\": \"NA\",\n                \"purpose\": \"this is to transact between two accounts\",\n                \"transactionUrn\": \"27831C8AA8D8XXXXXXXXXXXXXXXXXXX\",\n                \"referenceId\": \"4d5fc7f5-dbff-442c-xxxx-9bf1304181ab\",\n                \"type\": \"DEBIT\",\n                \"amount\": 4.11,\n                \"currency\": \"INR\",\n                \"payerLedgerAccountUrn\": \"L27831C8AA8D8XXXXXXXXXXXXXXXXXXX\",\n                \"payeeLedgerAccountUrn\": \"NA\",\n                \"transactionType\": \"MAIN\",\n                \"transferType\": \"TRANSFER OUT FROM LEDGER ACCOUNT\",\n                \"status\": \"SUCCESS\",\n                \"additionalParameters\": {\n                    \"parameter1\": \"value1\",\n                    \"parameter2\": \"value2\",\n                    \"parameter3\": \"value3\",\n                    \"parameter4\": \"value4\",\n                    \"parameter5\": \"value5\"\n                }\n            },\n            {\n                \"creationTimestamp\": \"2022-09-05 19:29:22.680200\",\n                \"transactionTimestamp\": \"2022-06-07 23:23:23.322200\",\n                \"lastModificationTimestamp\": \"NA\",\n                \"purpose\": \"this is to transact between two accounts\",\n                \"transactionUrn\": \"27831C8AA8D8XXXXXXXXXXXXXXXXXXX\",\n                \"referenceId\": \"770b171c-251e-4ac1-xxxx-e6e962d65a7a\",\n                \"type\": \"DEBIT\",\n                \"amount\": 4.11,\n                \"currency\": \"INR\",\n                \"payerLedgerAccountUrn\": \"L27831C8AA8D8XXXXXXXXXXXXXXXXXXX\",\n                \"payeeLedgerAccountUrn\": \"L8234231C8AA8D8XXXXXXXXXXXXXXXXX\",\n                \"transactionType\": \"MAIN\",\n                \"transferType\": \"LEDGER ACCOUNT TO LEDGER ACCOUNT TRANSFER\",\n                \"status\": \"SUCCESS\",\n                \"additionalParameters\": {\n                    \"parameter1\": \"value1\",\n                    \"parameter2\": \"value2\",\n                    \"parameter3\": \"value3\",\n                    \"parameter4\": \"value4\",\n                    \"parameter5\": \"value5\"\n                }\n            },\n            {\n                \"creationTimestamp\": \"2022-09-05 19:29:23.553096\",\n                \"transactionTimestamp\": \"2022-06-07 23:23:23.322200\",\n                \"lastModificationTimestamp\": \"NA\",\n                \"purpose\": \"this is to transact between two accounts\",\n                \"transactionUrn\": \"27831C8AA8D8XXXXXXXXXXXXXXXXXXX\",\n                \"referenceId\": \"2a01f730-b318-45d0-xxxx-bd53531d6a77\",\n                \"type\": \"CREDIT\",\n                \"amount\": 4.11,\n                \"currency\": \"INR\",\n                \"payerLedgerAccountUrn\": \"L8234231C8AA8D8XXXXXXXXXXXXXXXXX\",\n                \"payeeLedgerAccountUrn\": \"L27831C8AA8D8XXXXXXXXXXXXXXXXXXX\",\n                \"transactionType\": \"MAIN\",\n                \"transferType\": \"LEDGER ACCOUNT TO LEDGER ACCOUNT TRANSFER\",\n                \"status\": \"SUCCESS\",\n                \"additionalParameters\": {\n                    \"parameter1\": \"value1\",\n                    \"parameter2\": \"value2\",\n                    \"parameter3\": \"value3\",\n                    \"parameter4\": \"value4\",\n                    \"parameter5\": \"value5\"\n                }\n            },\n            {\n                \"creationTimestamp\": \"2022-09-05 19:29:24.379673\",\n                \"transactionTimestamp\": \"2022-06-07 23:23:23.322200\",\n                \"lastModificationTimestamp\": \"NA\",\n                \"purpose\": \"this is to transact between two accounts\",\n                \"transactionUrn\": \"27831C8AA8D8XXXXXXXXXXXXXXXXXXX\",\n                \"referenceId\": \"f33fa3e1-dd6a-4b9b-xxxx-ac50899e8351\",\n                \"type\": \"DEBIT\",\n                \"amount\": 4.11,\n                \"currency\": \"INR\",\n                \"payerLedgerAccountUrn\": \"L27831C8AA8D8XXXXXXXXXXXXXXXXXXX\",\n                \"payeeLedgerAccountUrn\": \"NA\",\n                \"transactionType\": \"MAIN\",\n                \"transferType\": \"TRANSFER OUT FROM LEDGER ACCOUNT\",\n                \"status\": \"SUCCESS\",\n                \"additionalParameters\": {\n                    \"parameter1\": \"value1\",\n                    \"parameter2\": \"value2\",\n                    \"parameter3\": \"value3\",\n                    \"parameter4\": \"value4\",\n                    \"parameter5\": \"value5\"\n                }\n            }\n        ]\n    }\n}"},{"id":"d57fc8cb-eae5-4b56-94a8-833415b9a47b","name":"SUCCESS - No records found","originalRequest":{"method":"GET","header":[{"key":"client_id","value":"YOUR_CLIENT_ID","type":"text"},{"key":"client_secret","value":"YOUR_CLIENT_SECRET","type":"text"},{"key":"module_secret","value":"YOUR_LEDGER_MODULE_SECRET","type":"text"}],"url":{"raw":"https://in.staging.decentro.tech/v2/ledger/journal/:journal_urn/account/:ledger_account_urn/statement?from=2022-06-07&to=2022-06-07&page=0","host":["https://in.staging.decentro.tech"],"path":["v2","ledger","journal",":journal_urn","account",":ledger_account_urn","statement"],"query":[{"key":"from","value":"2022-06-07","description":"Mandatory; Start date (inclusive)"},{"key":"to","value":"2022-06-07","description":"Mandatory; End date (inclusive)"},{"key":"page","value":"0","description":"Optional; Page number, defaults to 0"}],"variable":[{"key":"journal_urn","value":"{{journal_urn}}","description":"Unique Reference Number associated with the Journal"},{"key":"ledger_account_urn","value":"{{ledger_account_urn}}","description":"Unique Reference Number associated with the Ledger Account"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":null,"cookie":[],"responseTime":null,"body":"{\n    \"decentroTxnId\": \"DEC000XXXXXXXXXXXXXXXXXXXXXXXXX\",\n    \"status\": \"SUCCESS\",\n    \"responseCode\": \"S00000\",\n    \"message\": \"Transaction successful\",\n    \"data\": {\n        \"transactionStatus\": \"SUCCESS\",\n        \"transactionDescription\": \"Ledger account statement fetched successfully\",\n        \"count\": {\n            \"total\": 0,\n            \"credit\": 0,\n            \"debit\": 0\n        },\n        \"statement\": []\n    }\n}"},{"id":"f2d06c83-e7de-4def-bdc7-45e23cdb55ca","name":"FAILURE - Invalid from date","originalRequest":{"method":"GET","header":[{"key":"client_id","value":"YOUR_CLIENT_ID","type":"text"},{"key":"client_secret","value":"YOUR_CLIENT_SECRET","type":"text"},{"key":"module_secret","value":"YOUR_LEDGER_MODULE_SECRET","type":"text"}],"url":{"raw":"https://in.staging.decentro.tech/v2/ledger/journal/:journal_urn/account/:ledger_account_urn/statement?from=2022-06-07&to=2022-06-07&page=0","host":["https://in.staging.decentro.tech"],"path":["v2","ledger","journal",":journal_urn","account",":ledger_account_urn","statement"],"query":[{"key":"from","value":"2022-06-07","description":"Mandatory; Start date (inclusive)"},{"key":"to","value":"2022-06-07","description":"Mandatory; End date (inclusive)"},{"key":"page","value":"0","description":"Optional; Page number, defaults to 0"}],"variable":[{"key":"journal_urn","value":"{{journal_urn}}","description":"Unique Reference Number associated with the Journal"},{"key":"ledger_account_urn","value":"{{ledger_account_urn}}","description":"Unique Reference Number associated with the Ledger Account"}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":null,"cookie":[],"responseTime":null,"body":"{\n    \"decentroTxnId\": \"DEC000XXXXXXXXXXXXXXXXXXXXXXXXX\",\n    \"status\": \"FAILURE\",\n    \"responseCode\": \"E00009\",\n    \"message\": \"Invalid From date. Hint: Valid date format is: yyyy-mm-dd.\"\n}"},{"id":"5347c951-f225-47ab-a041-49f3fb256e3a","name":"FAILURE - Invalid to date","originalRequest":{"method":"GET","header":[{"key":"client_id","value":"YOUR_CLIENT_ID","type":"text"},{"key":"client_secret","value":"YOUR_CLIENT_SECRET","type":"text"},{"key":"module_secret","value":"YOUR_LEDGER_MODULE_SECRET","type":"text"}],"url":{"raw":"https://in.staging.decentro.tech/v2/ledger/journal/:journal_urn/account/:ledger_account_urn/statement?from=2022-06-07&to=2022-06-07&page=0","host":["https://in.staging.decentro.tech"],"path":["v2","ledger","journal",":journal_urn","account",":ledger_account_urn","statement"],"query":[{"key":"from","value":"2022-06-07","description":"Mandatory; Start date (inclusive)"},{"key":"to","value":"2022-06-07","description":"Mandatory; End date (inclusive)"},{"key":"page","value":"0","description":"Optional; Page number, defaults to 0"}],"variable":[{"key":"journal_urn","value":"{{journal_urn}}","description":"Unique Reference Number associated with the Journal"},{"key":"ledger_account_urn","value":"{{ledger_account_urn}}","description":"Unique Reference Number associated with the Ledger Account"}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":null,"cookie":[],"responseTime":null,"body":"{\n    \"decentroTxnId\": \"DEC000XXXXXXXXXXXXXXXXXXXXXXXXX\",\n    \"status\": \"FAILURE\",\n    \"responseCode\": \"E00009\",\n    \"message\": \"Invalid To date. Hint: Valid date format is: yyyy-mm-dd.\"\n}"},{"id":"27047820-e62d-4961-a991-60cbddc82f5b","name":"FAILURE - Invalid time period","originalRequest":{"method":"GET","header":[{"key":"client_id","value":"YOUR_CLIENT_ID","type":"text"},{"key":"client_secret","value":"YOUR_CLIENT_SECRET","type":"text"},{"key":"module_secret","value":"YOUR_LEDGER_MODULE_SECRET","type":"text"}],"url":{"raw":"https://in.staging.decentro.tech/v2/ledger/journal/:journal_urn/account/:ledger_account_urn/statement?from=2022-06-07&to=2022-06-07&page=0","host":["https://in.staging.decentro.tech"],"path":["v2","ledger","journal",":journal_urn","account",":ledger_account_urn","statement"],"query":[{"key":"from","value":"2022-06-07","description":"Mandatory; Start date (inclusive)"},{"key":"to","value":"2022-06-07","description":"Mandatory; End date (inclusive)"},{"key":"page","value":"0","description":"Optional; Page number, defaults to 0"}],"variable":[{"key":"journal_urn","value":"{{journal_urn}}","description":"Unique Reference Number associated with the Journal"},{"key":"ledger_account_urn","value":"{{ledger_account_urn}}","description":"Unique Reference Number associated with the Ledger Account"}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":null,"cookie":[],"responseTime":null,"body":"{\n    \"decentroTxnId\": \"DEC000XXXXXXXXXXXXXXXXXXXXXXXXX\",\n    \"status\": \"FAILURE\",\n    \"responseCode\": \"E00009\",\n    \"message\": \"From and To dates can not be separated by more than 90 days.\"\n}"},{"id":"3efd06e2-1c82-4229-9abe-55b7fa3c1ff7","name":"FAILURE - Invalid ledger_account_urn","originalRequest":{"method":"GET","header":[{"key":"client_id","value":"YOUR_CLIENT_ID","type":"text"},{"key":"client_secret","value":"YOUR_CLIENT_SECRET","type":"text"},{"key":"module_secret","value":"YOUR_LEDGER_MODULE_SECRET","type":"text"}],"url":{"raw":"https://in.staging.decentro.tech/v2/ledger/journal/:journal_urn/account/:ledger_account_urn/statement?from=2022-06-07&to=2022-06-07&page=0","host":["https://in.staging.decentro.tech"],"path":["v2","ledger","journal",":journal_urn","account",":ledger_account_urn","statement"],"query":[{"key":"from","value":"2022-06-07","description":"Mandatory; Start date (inclusive)"},{"key":"to","value":"2022-06-07","description":"Mandatory; End date (inclusive)"},{"key":"page","value":"0","description":"Optional; Page number, defaults to 0"}],"variable":[{"key":"journal_urn","value":"{{journal_urn}}","description":"Unique Reference Number associated with the Journal"},{"key":"ledger_account_urn","value":"{{ledger_account_urn}}","description":"Unique Reference Number associated with the Ledger Account"}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":null,"cookie":[],"responseTime":null,"body":"{\n    \"decentroTxnId\": \"DEC000XXXXXXXXXXXXXXXXXXXXXXXXX\",\n    \"status\": \"FAILURE\",\n    \"responseCode\": \"E00009\",\n    \"message\": \"No active journal found for the given `journal_unique_reference_number`. Please check the value and retry.\"\n}"}],"_postman_id":"ce79df89-b4cd-4edd-96b2-5ac17c86eb12"}],"id":"fb02b8f7-704a-4f11-9dc0-82d75b4e87e3","description":"<p>This folder contains APIs pertaining to Ledger Accounts.</p>\n","_postman_id":"fb02b8f7-704a-4f11-9dc0-82d75b4e87e3"},{"name":"Transaction","item":[{"name":"Create Transaction","event":[{"listen":"test","script":{"id":"da7df3cc-7cbb-4bac-99db-0a8055351a41","exec":["pm.environment.set(\"transaction_urn\", JSON.parse(responseBody).data.urn)"],"type":"text/javascript"}}],"id":"bf454a2e-e7ed-4096-9074-b73741e8be68","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"client_id","value":"YOUR_CLIENT_ID","type":"text","description":"<p>Decentro assigned client_id for the company</p>\n"},{"key":"client_secret","value":"YOUR_CLIENT_SECRET","type":"text","description":"<p>Decentro assigned client_secret for the company</p>\n"},{"key":"module_secret","value":"YOUR_LEDGER_MODULE_SECRET","type":"text","description":"<p>Decentro assigned ledger module_secret for the company</p>\n"},{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"reference_id\": \"52c5cb26-7c27-4fd0-a1ea-2cd647b5a2a7\",\n    \"purpose\": \"To transact between two ledger accounts\",\n    \"consent\": true,\n    \"payer_ledger_account_urn\": \"\",\n    \"amount\": 23.54,\n    \"payee_ledger_account_urn\": \"{{ledger_account_urn}}\",\n    \"status\": \"PENDING\",\n    \"transaction_timestamp\": \"2022-06-07 23:23:23.3222\",\n    \"additional_parameters\": [\n        {\n            \"key\": \"parameter1\",\n            \"value\": \"value1\"\n        },\n        {\n            \"key\": \"parameter2\",\n            \"value\": \"value2\"\n        },\n        {\n            \"key\": \"parameter3\",\n            \"value\": \"value3\"\n        },\n        {\n            \"key\": \"parameter4\",\n            \"value\": \"value4\"\n        },\n        {\n            \"key\": \"parameter5\",\n            \"value\": \"value5\"\n        }\n    ]\n}","options":{"raw":{"language":"json"}}},"url":"https://in.staging.decentro.tech/v2/ledger/journal/:journal_urn/transact","description":"<p>This API is used for creating the following types of Transactions against the specified Active Journal. Transferring</p>\n<ol>\n<li>into a Ledger Account</li>\n<li>from a Ledger Account to another Ledger Account</li>\n<li>from a Ledger Account</li>\n</ol>\n<p>Important points:</p>\n<ol>\n<li>Inter-Journal transfers are not supported.</li>\n<li>In case of a Ledger Account to Ledger Account transfer, only the Ledger Accounts with the same selected currencies can transact among each other.</li>\n</ol>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Parameter</strong></th>\n<th><strong>Description</strong></th>\n<th>Optional (O)/ Mandatory (M)/ Conditionally mandatory (CM)</th>\n<th><strong>Datatype</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>journal_urn</td>\n<td>A valid Unique Reference Number associated with the Journal</td>\n<td>M</td>\n<td>String</td>\n</tr>\n<tr>\n<td>reference_id</td>\n<td>A unique ID assigned by the API user for this request.</td>\n<td>M</td>\n<td>String</td>\n</tr>\n<tr>\n<td>purpose</td>\n<td>Purpose of creating this Transaction</td>\n<td>M</td>\n<td>String</td>\n</tr>\n<tr>\n<td>consent</td>\n<td>Consent of the API user</td>\n<td>M</td>\n<td>Boolean</td>\n</tr>\n<tr>\n<td>payer_ledger_account_urn</td>\n<td>Unique Reference Number of the Payer Ledger Account</td>\n<td>CM; Mandatory in case of an incoming or a Ledger Account to Ledger Account transfer</td>\n<td>String</td>\n</tr>\n<tr>\n<td>amount</td>\n<td>Amount of the transaction</td>\n<td>M</td>\n<td>Parseable positive Int/Float</td>\n</tr>\n<tr>\n<td>payee_ledger_account_urn</td>\n<td>Unique Reference Number of the Payee Ledger Account</td>\n<td>CM; Mandatory in case of an outgoing or a Ledger Account to Ledger Account transfer</td>\n<td>String</td>\n</tr>\n<tr>\n<td>status</td>\n<td>Status of the Transaction</td>\n<td>M</td>\n<td>String</td>\n</tr>\n<tr>\n<td>transaction_timestamp</td>\n<td>Timestamp to be associated with the Transaction</td>\n<td>M</td>\n<td>String; Accepted formats: 'YYYY-MM-DD HH:MM:SS' or 'YYYY-MM-DD HH:MM:SS.ms(6)'</td>\n</tr>\n<tr>\n<td>additional_parameters</td>\n<td>Additional parameters to be attached with this Journal</td>\n<td>O</td>\n<td>List; A maximum of 5 key-value pairs can be added within this list of JSON</td>\n</tr>\n<tr>\n<td>key</td>\n<td>Key for the additional parameter</td>\n<td>CM, if the value parameter is present in the additional_parameters JSON</td>\n<td>String</td>\n</tr>\n<tr>\n<td>value</td>\n<td>Value for the additional parameter</td>\n<td>CM, if the key parameter is present in the additional_parameters JSON</td>\n<td>String</td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"path":["v2","ledger","journal",":journal_urn","transact"],"host":["https://in.staging.decentro.tech"],"query":[],"variable":[{"id":"391ca44a-e523-4d35-a419-1658d695505f","description":{"content":"<p>Unique Reference Number associated with the Journal </p>\n","type":"text/plain"},"type":"any","value":"{{journal_urn}}","key":"journal_urn"}]}},"response":[{"id":"51b3f7a3-00cf-4294-8435-7649796b7bfb","name":"SUCCESS - Outgoing with additional_parameters","originalRequest":{"method":"POST","header":[{"key":"client_id","value":"YOUR_CLIENT_ID","type":"text"},{"key":"client_secret","value":"YOUR_CLIENT_SECRET","type":"text"},{"key":"module_secret","value":"YOUR_LEDGER_MODULE_SECRET","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"reference_id\": \"c1988015-651c-428b-b83a-67cefc19d32f\",\n    \"purpose\": \"To transact between two ledger accounts\",\n    \"consent\": true,\n    \"payer_ledger_account_urn\": \"\",\n    \"amount\": 23.54,\n    \"payee_ledger_account_urn\": \"{{ledger_account_urn}}\",\n    \"status\": \"PENDING\",\n    \"transaction_timestamp\": \"2022-06-07 23:23:23.3222\",\n    \"additional_parameters\": [\n        {\n            \"key\": \"parameter1\",\n            \"value\": \"value1\"\n        },\n        {\n            \"key\": \"parameter2\",\n            \"value\": \"value2\"\n        },\n        {\n            \"key\": \"parameter3\",\n            \"value\": \"value3\"\n        },\n        {\n            \"key\": \"parameter4\",\n            \"value\": \"value4\"\n        },\n        {\n            \"key\": \"parameter5\",\n            \"value\": \"value5\"\n        }\n    ]\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"https://in.staging.decentro.tech/v2/ledger/journal/:journal_urn/transact","host":["https://in.staging.decentro.tech"],"path":["v2","ledger","journal",":journal_urn","transact"],"variable":[{"key":"journal_urn","value":"{{journal_urn}}","description":"Unique Reference Number associated with the Journal "}]}},"status":"Created","code":201,"_postman_previewlanguage":"json","header":null,"cookie":[],"responseTime":null,"body":"{\n    \"decentroTxnId\": \"DEC000XXXXXXXXXXXXXXXXXXXXXXXXX\",\n    \"status\": \"SUCCESS\",\n    \"responseCode\": \"S00000\",\n    \"message\": \"Transaction successful\",\n    \"data\": {\n        \"transactionStatus\": \"SUCCESS\",\n        \"transactionDescription\": \"Transaction recorded successfully\",\n        \"referenceId\": \"89d63f9f-bf7b-4223-9d98-4bXXX\",\n        \"urn\": \"74CB0E4DA58A47078B9B56F76868XX\",\n        \"amount\": 23.54,\n        \"payerLedgerAccount\": \"NA\",\n        \"payeeLedgerAccount\": {\n            \"urn\": \"L0DF5D2042A8244B7B892DCCE3XXXX\",\n            \"referenceId\": \"e95e5144-9e8d-4690-bcb1-43c908XXX\",\n            \"name\": \"Ledger Account 3\",\n            \"balance\": {\n                \"available\": 0.0,\n                \"blocked\": 0.0\n            }\n        },\n        \"purpose\": \"this is to transact between two accounts\",\n        \"additionalParameters\": {\n            \"parameter1\": \"value1\",\n            \"parameter2\": \"value2\",\n            \"parameter3\": \"value3\",\n            \"parameter4\": \"value4\",\n            \"parameter5\": \"value5\"\n        },\n        \"currency\": \"INR\",\n        \"status\": \"PENDING\",\n        \"transactionType\": \"MAIN\",\n        \"transferType\": \"TRANSFER INTO LEDGER ACCOUNT\",\n        \"transactionTimestamp\": \"2022-06-07 23:23:23.322200\",\n        \"creationTimestamp\": \"2022-09-05 17:49:46.484447\",\n        \"lastModificationTimestamp\": \"NA\"\n    }\n}"},{"id":"9af3cf29-ff54-4338-a7b7-ccc0d84993e5","name":"SUCCESS - Incoming with additional_parameters","originalRequest":{"method":"POST","header":[{"key":"client_id","value":"YOUR_CLIENT_ID","type":"text"},{"key":"client_secret","value":"YOUR_CLIENT_SECRET","type":"text"},{"key":"module_secret","value":"YOUR_LEDGER_MODULE_SECRET","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"reference_id\": \"cf22da41-dedc-4d59-a952-662275e5814a\",\n    \"purpose\": \"To transact between two ledger accounts\",\n    \"consent\": true,\n    \"payer_ledger_account_urn\": \"{{ledger_account_urn}}\",\n    \"amount\": 23.54,\n    \"payee_ledger_account_urn\": \"\",\n    \"status\": \"PENDING\",\n    \"transaction_timestamp\": \"2022-06-07 23:23:23.3222\",\n    \"additional_parameters\": [\n        {\n            \"key\": \"parameter1\",\n            \"value\": \"value1\"\n        },\n        {\n            \"key\": \"parameter2\",\n            \"value\": \"value2\"\n        },\n        {\n            \"key\": \"parameter3\",\n            \"value\": \"value3\"\n        },\n        {\n            \"key\": \"parameter4\",\n            \"value\": \"value4\"\n        },\n        {\n            \"key\": \"parameter5\",\n            \"value\": \"value5\"\n        }\n    ]\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"https://in.staging.decentro.tech/v2/ledger/journal/:journal_urn/transact","host":["https://in.staging.decentro.tech"],"path":["v2","ledger","journal",":journal_urn","transact"],"variable":[{"key":"journal_urn","value":"{{journal_urn}}","description":"Unique Reference Number associated with the Journal "}]}},"status":"Created","code":201,"_postman_previewlanguage":"json","header":null,"cookie":[],"responseTime":null,"body":"{\n    \"decentroTxnId\": \"DEC000XXXXXXXXXXXXXXXXXXXXXXXXX\",\n    \"status\": \"SUCCESS\",\n    \"responseCode\": \"S00000\",\n    \"message\": \"Transaction successful\",\n    \"data\": {\n        \"transactionStatus\": \"SUCCESS\",\n        \"transactionDescription\": \"Transaction recorded successfully\",\n        \"referenceId\": \"89d63f9f-bf7b-4223-9d98-4bXXX\",\n        \"urn\": \"74CB0E4DA58A47078B9B56F76868XX\",\n        \"amount\": 23.54,\n        \"payerLedgerAccount\": {\n            \"urn\": \"L0DF5D2042A8244B7B892DCCE3XXXX\",\n            \"referenceId\": \"e95e5144-9e8d-4690-bcb1-43c908XXX\",\n            \"name\": \"Ledger Account 3\",\n            \"balance\": {\n                \"available\": 41.54,\n                \"blocked\": 43.11\n            }\n        },\n        \"payeeLedgerAccount\": \"NA\",\n        \"purpose\": \"this is to transact between two accounts\",\n        \"additionalParameters\": {\n            \"parameter1\": \"value1\",\n            \"parameter2\": \"value2\",\n            \"parameter3\": \"value3\",\n            \"parameter4\": \"value4\",\n            \"parameter5\": \"value5\"\n        },\n        \"currency\": \"INR\",\n        \"status\": \"PENDING\",\n        \"transactionType\": \"MAIN\",\n        \"transferType\": \"TRANSFER INTO LEDGER ACCOUNT\",\n        \"transactionTimestamp\": \"2022-06-07 23:23:23.322200\",\n        \"creationTimestamp\": \"2022-09-05 17:49:46.484447\",\n        \"lastModificationTimestamp\": \"NA\"\n    }\n}"},{"id":"5d55ee5f-3193-4296-98cd-eadeb55d2e6e","name":"SUCCESS - Inter Ledger Account with additional_parameters","originalRequest":{"method":"POST","header":[{"key":"client_id","value":"YOUR_CLIENT_ID","type":"text"},{"key":"client_secret","value":"YOUR_CLIENT_SECRET","type":"text"},{"key":"module_secret","value":"YOUR_LEDGER_MODULE_SECRET","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"reference_id\": \"24e80945-ae24-4a0d-bf06-c3c972729b74\",\n    \"purpose\": \"To transact between two ledger accounts\",\n    \"consent\": true,\n    \"payer_ledger_account_urn\": \"{{ledger_account1_urn}}\",\n    \"amount\": 23.54,\n    \"payee_ledger_account_urn\": \"{{ledger_account2_urn}}\",\n    \"status\": \"PENDING\",\n    \"transaction_timestamp\": \"2022-06-07 23:23:23.3222\",\n    \"additional_parameters\": [\n        {\n            \"key\": \"parameter1\",\n            \"value\": \"value1\"\n        },\n        {\n            \"key\": \"parameter2\",\n            \"value\": \"value2\"\n        },\n        {\n            \"key\": \"parameter3\",\n            \"value\": \"value3\"\n        },\n        {\n            \"key\": \"parameter4\",\n            \"value\": \"value4\"\n        },\n        {\n            \"key\": \"parameter5\",\n            \"value\": \"value5\"\n        }\n    ]\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"https://in.staging.decentro.tech/v2/ledger/journal/:journal_urn/transact","host":["https://in.staging.decentro.tech"],"path":["v2","ledger","journal",":journal_urn","transact"],"variable":[{"key":"journal_urn","value":"{{journal_urn}}","description":"Unique Reference Number associated with the Journal "}]}},"status":"Created","code":201,"_postman_previewlanguage":"json","header":null,"cookie":[],"responseTime":null,"body":"{\n    \"decentroTxnId\": \"DEC000XXXXXXXXXXXXXXXXXXXXXXXXX\",\n    \"status\": \"SUCCESS\",\n    \"responseCode\": \"S00000\",\n    \"message\": \"Transaction successful\",\n    \"data\": {\n        \"transactionStatus\": \"SUCCESS\",\n        \"transactionDescription\": \"Transaction recorded successfully\",\n        \"referenceId\": \"89d63f9f-bf7b-4223-9d98-4bXXX\",\n        \"urn\": \"74CB0E4DA58A47078B9B56F76868XX\",\n        \"amount\": 23.54,\n        \"payerLedgerAccount\": {\n            \"urn\": \"L0DF5D2042A8244B7B892DCCE3F7XXXX\",\n            \"referenceId\": \"e95e5144-9e8d-4690-bcb1-43c9XXX\",\n            \"name\": \"Ledger Account 1\",\n            \"balance\": {\n                \"available\": 53.89,\n                \"blocked\": 12.22\n            }\n        },\n        \"payeeLedgerAccount\": {\n            \"urn\": \"L0DF5D2042A8244B7B892DCCE3XXXX\",\n            \"referenceId\": \"e95e5144-9e8d-4690-bcb1-43c908XXX\",\n            \"name\": \"Ledger Account 2\",\n            \"balance\": {\n                \"available\": 0.0,\n                \"blocked\": 0.0\n            }\n        },\n        \"purpose\": \"this is to transact between two accounts\",\n        \"additionalParameters\": {\n            \"parameter1\": \"value1\",\n            \"parameter2\": \"value2\",\n            \"parameter3\": \"value3\",\n            \"parameter4\": \"value4\",\n            \"parameter5\": \"value5\"\n        },\n        \"currency\": \"INR\",\n        \"status\": \"PENDING\",\n        \"transactionType\": \"MAIN\",\n        \"transferType\": \"TRANSFER INTO LEDGER ACCOUNT\",\n        \"transactionTimestamp\": \"2022-06-07 23:23:23.322200\",\n        \"creationTimestamp\": \"2022-09-05 17:49:46.484447\",\n        \"lastModificationTimestamp\": \"NA\"\n    }\n}"},{"id":"2176e613-548d-407e-9784-fa493ac875ae","name":"SUCCESS - Outgoing without additional_parameters","originalRequest":{"method":"POST","header":[{"key":"client_id","value":"YOUR_CLIENT_ID","type":"text"},{"key":"client_secret","value":"YOUR_CLIENT_SECRET","type":"text"},{"key":"module_secret","value":"YOUR_LEDGER_MODULE_SECRET","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"reference_id\": \"7afce89c-5d61-4421-a5b5-fe71c500c5e4\",\n    \"purpose\": \"To transact between two ledger accounts\",\n    \"consent\": true,\n    \"payer_ledger_account_urn\": \"\",\n    \"amount\": 23.54,\n    \"payee_ledger_account_urn\": \"{{ledger_account_urn}}\",\n    \"status\": \"PENDING\",\n    \"transaction_timestamp\": \"2022-06-07 23:23:23.3222\"\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"https://in.staging.decentro.tech/v2/ledger/journal/:journal_urn/transact","host":["https://in.staging.decentro.tech"],"path":["v2","ledger","journal",":journal_urn","transact"],"variable":[{"key":"journal_urn","value":"{{journal_urn}}","description":"Unique Reference Number associated with the Journal "}]}},"status":"Created","code":201,"_postman_previewlanguage":"json","header":null,"cookie":[],"responseTime":null,"body":"{\n    \"decentroTxnId\": \"DEC000XXXXXXXXXXXXXXXXXXXXXXXXX\",\n    \"status\": \"SUCCESS\",\n    \"responseCode\": \"S00000\",\n    \"message\": \"Transaction successful\",\n    \"data\": {\n        \"transactionStatus\": \"SUCCESS\",\n        \"transactionDescription\": \"Transaction recorded successfully\",\n        \"referenceId\": \"89d63f9f-bf7b-4223-9d98-4bXXX\",\n        \"urn\": \"74CB0E4DA58A47078B9B56F76868XX\",\n        \"amount\": 23.54,\n        \"payerLedgerAccount\": \"NA\",\n        \"payeeLedgerAccount\": {\n            \"urn\": \"L0DF5D2042A8244B7B892DCCE3XXXX\",\n            \"referenceId\": \"e95e5144-9e8d-4690-bcb1-43c908XXX\",\n            \"name\": \"Ledger Account 3\",\n            \"balance\": {\n                \"available\": 0.0,\n                \"blocked\": 0.0\n            }\n        },\n        \"purpose\": \"this is to transact between two accounts\",\n        \"additionalParameters\": \"NA\",\n        \"currency\": \"INR\",\n        \"status\": \"PENDING\",\n        \"transactionType\": \"MAIN\",\n        \"transferType\": \"TRANSFER INTO LEDGER ACCOUNT\",\n        \"transactionTimestamp\": \"2022-06-07 23:23:23.322200\",\n        \"creationTimestamp\": \"2022-09-05 17:49:46.484447\",\n        \"lastModificationTimestamp\": \"NA\"\n    }\n}"},{"id":"9d3aec6f-36e5-4a40-90f2-87efb6363fae","name":"SUCCESS - Incoming without additional_parameters","originalRequest":{"method":"POST","header":[{"key":"client_id","value":"YOUR_CLIENT_ID","type":"text"},{"key":"client_secret","value":"YOUR_CLIENT_SECRET","type":"text"},{"key":"module_secret","value":"YOUR_LEDGER_MODULE_SECRET","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"reference_id\": \"f89ce088-30da-4719-be4b-19c8f0ce48f0\",\n    \"purpose\": \"To transact between two ledger accounts\",\n    \"consent\": true,\n    \"payer_ledger_account_urn\": \"{{ledger_account_urn}}\",\n    \"amount\": 23.54,\n    \"payee_ledger_account_urn\": \"\",\n    \"status\": \"PENDING\",\n    \"transaction_timestamp\": \"2022-06-07 23:23:23.3222\"\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"https://in.staging.decentro.tech/v2/ledger/journal/:journal_urn/transact","host":["https://in.staging.decentro.tech"],"path":["v2","ledger","journal",":journal_urn","transact"],"variable":[{"key":"journal_urn","value":"{{journal_urn}}","description":"Unique Reference Number associated with the Journal "}]}},"status":"Created","code":201,"_postman_previewlanguage":"json","header":null,"cookie":[],"responseTime":null,"body":"{\n    \"decentroTxnId\": \"DEC000XXXXXXXXXXXXXXXXXXXXXXXXX\",\n    \"status\": \"SUCCESS\",\n    \"responseCode\": \"S00000\",\n    \"message\": \"Transaction successful\",\n    \"data\": {\n        \"transactionStatus\": \"SUCCESS\",\n        \"transactionDescription\": \"Transaction recorded successfully\",\n        \"referenceId\": \"89d63f9f-bf7b-4223-9d98-4bXXX\",\n        \"urn\": \"74CB0E4DA58A47078B9B56F76868XX\",\n        \"amount\": 23.54,\n        \"payerLedgerAccount\": {\n            \"urn\": \"L0DF5D2042A8244B7B892DCCE3XXXX\",\n            \"referenceId\": \"e95e5144-9e8d-4690-bcb1-43c908XXX\",\n            \"name\": \"Ledger Account 3\",\n            \"balance\": {\n                \"available\": 41.54,\n                \"blocked\": 43.11\n            }\n        },\n        \"payeeLedgerAccount\": \"NA\",\n        \"purpose\": \"this is to transact between two accounts\",\n        \"additionalParameters\": \"NA\",\n        \"currency\": \"INR\",\n        \"status\": \"PENDING\",\n        \"transactionType\": \"MAIN\",\n        \"transferType\": \"TRANSFER INTO LEDGER ACCOUNT\",\n        \"transactionTimestamp\": \"2022-06-07 23:23:23.322200\",\n        \"creationTimestamp\": \"2022-09-05 17:49:46.484447\",\n        \"lastModificationTimestamp\": \"NA\"\n    }\n}"},{"id":"c7413a01-9b47-41b5-ba77-23f3a15aa9df","name":"SUCCESS - Inter Ledger Account without additional_parameters","originalRequest":{"method":"POST","header":[{"key":"client_id","value":"YOUR_CLIENT_ID","type":"text"},{"key":"client_secret","value":"YOUR_CLIENT_SECRET","type":"text"},{"key":"module_secret","value":"YOUR_LEDGER_MODULE_SECRET","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"reference_id\": \"955e6352-32e1-453a-9b29-87b1f95e3ab4\",\n    \"purpose\": \"To transact between two ledger accounts\",\n    \"consent\": true,\n    \"payer_ledger_account_urn\": \"{{ledger_account1_urn}}\",\n    \"amount\": 23.54,\n    \"payee_ledger_account_urn\": \"{{ledger_account2_urn}}\",\n    \"status\": \"PENDING\",\n    \"transaction_timestamp\": \"2022-06-07 23:23:23.3222\"\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"https://in.staging.decentro.tech/v2/ledger/journal/:journal_urn/transact","host":["https://in.staging.decentro.tech"],"path":["v2","ledger","journal",":journal_urn","transact"],"variable":[{"key":"journal_urn","value":"{{journal_urn}}","description":"Unique Reference Number associated with the Journal "}]}},"status":"Created","code":201,"_postman_previewlanguage":"json","header":null,"cookie":[],"responseTime":null,"body":"{\n    \"decentroTxnId\": \"DEC000XXXXXXXXXXXXXXXXXXXXXXXXX\",\n    \"status\": \"SUCCESS\",\n    \"responseCode\": \"S00000\",\n    \"message\": \"Transaction successful\",\n    \"data\": {\n        \"transactionStatus\": \"SUCCESS\",\n        \"transactionDescription\": \"Transaction recorded successfully\",\n        \"referenceId\": \"89d63f9f-bf7b-4223-9d98-4bXXX\",\n        \"urn\": \"74CB0E4DA58A47078B9B56F76868XX\",\n        \"amount\": 23.54,\n        \"payerLedgerAccount\": {\n            \"urn\": \"L0DF5D2042A8244B7B892DCCE3F7XXXX\",\n            \"referenceId\": \"e95e5144-9e8d-4690-bcb1-43c9XXX\",\n            \"name\": \"Ledger Account 1\",\n            \"balance\": {\n                \"available\": 53.89,\n                \"blocked\": 12.22\n            }\n        },\n        \"payeeLedgerAccount\": {\n            \"urn\": \"L0DF5D2042A8244B7B892DCCE3XXXX\",\n            \"referenceId\": \"e95e5144-9e8d-4690-bcb1-43c908XXX\",\n            \"name\": \"Ledger Account 2\",\n            \"balance\": {\n                \"available\": 0.0,\n                \"blocked\": 0.0\n            }\n        },\n        \"purpose\": \"this is to transact between two accounts\",\n        \"additionalParameters\": \"NA\",\n        \"currency\": \"INR\",\n        \"status\": \"PENDING\",\n        \"transactionType\": \"MAIN\",\n        \"transferType\": \"TRANSFER INTO LEDGER ACCOUNT\",\n        \"transactionTimestamp\": \"2022-06-07 23:23:23.322200\",\n        \"creationTimestamp\": \"2022-09-05 17:49:46.484447\",\n        \"lastModificationTimestamp\": \"NA\"\n    }\n}"},{"id":"e3f0e29b-3653-4dd4-8cec-d323f1f72048","name":"FAILURE - Invalid purpose","originalRequest":{"method":"POST","header":[{"key":"client_id","value":"YOUR_CLIENT_ID","type":"text"},{"key":"client_secret","value":"YOUR_CLIENT_SECRET","type":"text"},{"key":"module_secret","value":"YOUR_LEDGER_MODULE_SECRET","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"reference_id\": \"88dc2bde-2d33-44dc-a117-53c4ab758b1b\",\n    \"purpose\": \"To\",\n    \"consent\": true,\n    \"payer_ledger_account_urn\": \"\",\n    \"amount\": 23.54,\n    \"payee_ledger_account_urn\": \"{{ledger_account_urn}}\",\n    \"status\": \"PENDING\",\n    \"transaction_timestamp\": \"2022-06-07 23:23:23.3222\",\n    \"additional_parameters\": [\n        {\n            \"key\": \"parameter1\",\n            \"value\": \"value1\"\n        },\n        {\n            \"key\": \"parameter2\",\n            \"value\": \"value2\"\n        },\n        {\n            \"key\": \"parameter3\",\n            \"value\": \"value3\"\n        },\n        {\n            \"key\": \"parameter4\",\n            \"value\": \"value4\"\n        },\n        {\n            \"key\": \"parameter5\",\n            \"value\": \"value5\"\n        }\n    ]\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"https://in.staging.decentro.tech/v2/ledger/journal/:journal_urn/transact","host":["https://in.staging.decentro.tech"],"path":["v2","ledger","journal",":journal_urn","transact"],"variable":[{"key":"journal_urn","value":"{{journal_urn}}","description":"Unique Reference Number associated with the Journal "}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":null,"cookie":[],"responseTime":null,"body":"{\n    \"decentroTxnId\": \"DEC000XXXXXXXXXXXXXXXXXXXXXXXXX\",\n    \"status\": \"FAILURE\",\n    \"responseCode\": \"E00009\",\n    \"message\": \"Purpose cannot exceed 50 characters and cannot be less than 5 characters.\"\n}"},{"id":"cc84719d-2078-4c6b-bd38-20410cfc8ea3","name":"FAILURE - Invalid consent","originalRequest":{"method":"POST","header":[{"key":"client_id","value":"YOUR_CLIENT_ID","type":"text"},{"key":"client_secret","value":"YOUR_CLIENT_SECRET","type":"text"},{"key":"module_secret","value":"YOUR_LEDGER_MODULE_SECRET","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"reference_id\": \"cbeb44f4-1cb1-4df4-868f-abcc2a34b33c\",\n    \"purpose\": \"To transact between two ledger accounts\",\n    \"consent\": false,\n    \"payer_ledger_account_urn\": \"\",\n    \"amount\": 23.54,\n    \"payee_ledger_account_urn\": \"{{ledger_account_urn}}\",\n    \"status\": \"PENDING\",\n    \"transaction_timestamp\": \"2022-06-07 23:23:23.3222\",\n    \"additional_parameters\": [\n        {\n            \"key\": \"parameter1\",\n            \"value\": \"value1\"\n        },\n        {\n            \"key\": \"parameter2\",\n            \"value\": \"value2\"\n        },\n        {\n            \"key\": \"parameter3\",\n            \"value\": \"value3\"\n        },\n        {\n            \"key\": \"parameter4\",\n            \"value\": \"value4\"\n        },\n        {\n            \"key\": \"parameter5\",\n            \"value\": \"value5\"\n        }\n    ]\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"https://in.staging.decentro.tech/v2/ledger/journal/:journal_urn/transact","host":["https://in.staging.decentro.tech"],"path":["v2","ledger","journal",":journal_urn","transact"],"variable":[{"key":"journal_urn","value":"{{journal_urn}}","description":"Unique Reference Number associated with the Journal "}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":null,"cookie":[],"responseTime":null,"body":"{\n    \"decentroTxnId\": \"DEC000XXXXXXXXXXXXXXXXXXXXXXXXX\",\n    \"status\": \"FAILURE\",\n    \"responseCode\": \"E00009\",\n    \"message\": \"Consent cannot be null, empty OR false. Hint: consent (boolean)\"\n}"},{"id":"44bd74b7-dc28-49b0-807a-c8280b48c949","name":"FAILURE - Invalid payee_ledger_account_urn","originalRequest":{"method":"POST","header":[{"key":"client_id","value":"YOUR_CLIENT_ID","type":"text"},{"key":"client_secret","value":"YOUR_CLIENT_SECRET","type":"text"},{"key":"module_secret","value":"YOUR_LEDGER_MODULE_SECRET","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"reference_id\": \"1176c05d-f7e9-4d1e-b00d-db2c6f6f5d27\",\n    \"purpose\": \"To transact between two ledger accounts\",\n    \"consent\": true,\n    \"payer_ledger_account_urn\": \"s\",\n    \"amount\": 23.54,\n    \"payee_ledger_account_urn\": \"{{ledger_account_urn}}\",\n    \"status\": \"PENDING\",\n    \"transaction_timestamp\": \"2022-06-07 23:23:23.3222\",\n    \"additional_parameters\": [\n        {\n            \"key\": \"parameter1\",\n            \"value\": \"value1\"\n        },\n        {\n            \"key\": \"parameter2\",\n            \"value\": \"value2\"\n        },\n        {\n            \"key\": \"parameter3\",\n            \"value\": \"value3\"\n        },\n        {\n            \"key\": \"parameter4\",\n            \"value\": \"value4\"\n        },\n        {\n            \"key\": \"parameter5\",\n            \"value\": \"value5\"\n        }\n    ]\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"https://in.staging.decentro.tech/v2/ledger/journal/:journal_urn/transact","host":["https://in.staging.decentro.tech"],"path":["v2","ledger","journal",":journal_urn","transact"],"variable":[{"key":"journal_urn","value":"{{journal_urn}}","description":"Unique Reference Number associated with the Journal "}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":null,"cookie":[],"responseTime":null,"body":"{\n    \"decentroTxnId\": \"DEC000XXXXXXXXXXXXXXXXXXXXXXXXX\",\n    \"status\": \"FAILURE\",\n    \"responseCode\": \"E00009\",\n    \"message\": \"No active payee ledger account found for the given `payee_ledger_account_urn`. Please check the value and retry.\"\n}"},{"id":"088b60c0-384a-42d2-8f42-2e8b9fcfba61","name":"FAILURE - Invalid payer_ledger_account_urn","originalRequest":{"method":"POST","header":[{"key":"client_id","value":"YOUR_CLIENT_ID","type":"text"},{"key":"client_secret","value":"YOUR_CLIENT_SECRET","type":"text"},{"key":"module_secret","value":"YOUR_LEDGER_MODULE_SECRET","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"reference_id\": \"5892be51-0e2f-401b-91dd-b9a003f01501\",\n    \"purpose\": \"To transact between two ledger accounts\",\n    \"consent\": true,\n    \"payer_ledger_account_urn\": \"{{ledger_account_urn}}\",\n    \"amount\": 23.54,\n    \"payee_ledger_account_urn\": \"s\",\n    \"status\": \"PENDING\",\n    \"transaction_timestamp\": \"2022-06-07 23:23:23.3222\",\n    \"additional_parameters\": [\n        {\n            \"key\": \"parameter1\",\n            \"value\": \"value1\"\n        },\n        {\n            \"key\": \"parameter2\",\n            \"value\": \"value2\"\n        },\n        {\n            \"key\": \"parameter3\",\n            \"value\": \"value3\"\n        },\n        {\n            \"key\": \"parameter4\",\n            \"value\": \"value4\"\n        },\n        {\n            \"key\": \"parameter5\",\n            \"value\": \"value5\"\n        }\n    ]\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"https://in.staging.decentro.tech/v2/ledger/journal/:journal_urn/transact","host":["https://in.staging.decentro.tech"],"path":["v2","ledger","journal",":journal_urn","transact"],"variable":[{"key":"journal_urn","value":"{{journal_urn}}","description":"Unique Reference Number associated with the Journal "}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":null,"cookie":[],"responseTime":null,"body":"{\n    \"decentroTxnId\": \"DEC000XXXXXXXXXXXXXXXXXXXXXXXXX\",\n    \"status\": \"FAILURE\",\n    \"responseCode\": \"E00009\",\n    \"message\": \"No active payer ledger account found for the given `payer_ledger_account_urn`. Please check the value and retry.\"\n}"},{"id":"64a8a29b-643f-4927-b76b-651ae8c23d32","name":"FAILURE - Invalid amount","originalRequest":{"method":"POST","header":[{"key":"client_id","value":"YOUR_CLIENT_ID","type":"text"},{"key":"client_secret","value":"YOUR_CLIENT_SECRET","type":"text"},{"key":"module_secret","value":"YOUR_LEDGER_MODULE_SECRET","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"reference_id\": \"13fc9916-c19e-4b53-9e0c-3a7cc9480c3d\",\n    \"purpose\": \"To transact between two ledger accounts\",\n    \"consent\": true,\n    \"payer_ledger_account_urn\": \"\",\n    \"amount\": -23.54,\n    \"payee_ledger_account_urn\": \"{{ledger_account_urn}}\",\n    \"status\": \"PENDING\",\n    \"transaction_timestamp\": \"2022-06-07 23:23:23.3222\",\n    \"additional_parameters\": [\n        {\n            \"key\": \"parameter1\",\n            \"value\": \"value1\"\n        },\n        {\n            \"key\": \"parameter2\",\n            \"value\": \"value2\"\n        },\n        {\n            \"key\": \"parameter3\",\n            \"value\": \"value3\"\n        },\n        {\n            \"key\": \"parameter4\",\n            \"value\": \"value4\"\n        },\n        {\n            \"key\": \"parameter5\",\n            \"value\": \"value5\"\n        }\n    ]\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"https://in.staging.decentro.tech/v2/ledger/journal/:journal_urn/transact","host":["https://in.staging.decentro.tech"],"path":["v2","ledger","journal",":journal_urn","transact"],"variable":[{"key":"journal_urn","value":"{{journal_urn}}","description":"Unique Reference Number associated with the Journal "}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":null,"cookie":[],"responseTime":null,"body":"{\n    \"decentroTxnId\": \"DEC000XXXXXXXXXXXXXXXXXXXXXXXXX\",\n    \"status\": \"FAILURE\",\n    \"responseCode\": \"E00009\",\n    \"message\": \"Amount can only be a positive integer / float/ double. Hint: amount (integer/ float/ double)\"\n}"},{"id":"8cd72c19-babe-4861-9e5c-16c83fb685a2","name":"FAILURE - Invalid status","originalRequest":{"method":"POST","header":[{"key":"client_id","value":"YOUR_CLIENT_ID","type":"text"},{"key":"client_secret","value":"YOUR_CLIENT_SECRET","type":"text"},{"key":"module_secret","value":"YOUR_LEDGER_MODULE_SECRET","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"reference_id\": \"fe581483-ff7f-4f0f-b8a1-488e8fce1fa1\",\n    \"purpose\": \"To transact between two ledger accounts\",\n    \"consent\": true,\n    \"payer_ledger_account_urn\": \"\",\n    \"amount\": 23.54,\n    \"payee_ledger_account_urn\": \"{{ledger_account_urn}}\",\n    \"status\": \"PENDIN\",\n    \"transaction_timestamp\": \"2022-06-07 23:23:23.3222\",\n    \"additional_parameters\": [\n        {\n            \"key\": \"parameter1\",\n            \"value\": \"value1\"\n        },\n        {\n            \"key\": \"parameter2\",\n            \"value\": \"value2\"\n        },\n        {\n            \"key\": \"parameter3\",\n            \"value\": \"value3\"\n        },\n        {\n            \"key\": \"parameter4\",\n            \"value\": \"value4\"\n        },\n        {\n            \"key\": \"parameter5\",\n            \"value\": \"value5\"\n        }\n    ]\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"https://in.staging.decentro.tech/v2/ledger/journal/:journal_urn/transact","host":["https://in.staging.decentro.tech"],"path":["v2","ledger","journal",":journal_urn","transact"],"variable":[{"key":"journal_urn","value":"{{journal_urn}}","description":"Unique Reference Number associated with the Journal "}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":null,"cookie":[],"responseTime":null,"body":"{\n    \"decentroTxnId\": \"DEC000XXXXXXXXXXXXXXXXXXXXXXXXX\",\n    \"status\": \"FAILURE\",\n    \"responseCode\": \"E00009\",\n    \"message\": \"Please provide a valid status. Hint: status (string). Permissible values: [SUCCESS, PENDING, FAILURE]\"\n}"},{"id":"01a2242b-e6a4-4aa6-a242-f3ca06e7d825","name":"FAILURE - Invalid transaction_timestamp","originalRequest":{"method":"POST","header":[{"key":"client_id","value":"YOUR_CLIENT_ID","type":"text"},{"key":"client_secret","value":"YOUR_CLIENT_SECRET","type":"text"},{"key":"module_secret","value":"YOUR_LEDGER_MODULE_SECRET","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"reference_id\": \"87817249-2166-4e4f-bba0-cb9da8c53d97\",\n    \"purpose\": \"To transact between two ledger accounts\",\n    \"consent\": true,\n    \"payer_ledger_account_urn\": \"\",\n    \"amount\": 23.54,\n    \"payee_ledger_account_urn\": \"{{ledger_account_urn}}\",\n    \"status\": \"PENDING\",\n    \"transaction_timestamp\": \"2022-0607 23:23:23.3222\",\n    \"additional_parameters\": [\n        {\n            \"key\": \"parameter1\",\n            \"value\": \"value1\"\n        },\n        {\n            \"key\": \"parameter2\",\n            \"value\": \"value2\"\n        },\n        {\n            \"key\": \"parameter3\",\n            \"value\": \"value3\"\n        },\n        {\n            \"key\": \"parameter4\",\n            \"value\": \"value4\"\n        },\n        {\n            \"key\": \"parameter5\",\n            \"value\": \"value5\"\n        }\n    ]\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"https://in.staging.decentro.tech/v2/ledger/journal/:journal_urn/transact","host":["https://in.staging.decentro.tech"],"path":["v2","ledger","journal",":journal_urn","transact"],"variable":[{"key":"journal_urn","value":"{{journal_urn}}","description":"Unique Reference Number associated with the Journal "}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":null,"cookie":[],"responseTime":null,"body":"{\n    \"decentroTxnId\": \"DEC000XXXXXXXXXXXXXXXXXXXXXXXXX\",\n    \"status\": \"FAILURE\",\n    \"responseCode\": \"E00009\",\n    \"message\": \"Incorrect timestamp format used in transaction timestamp. Please use either 'YYYY-MM-DD HH:MM:SS' or 'YYYY-MM-DD HH:MM:SS.ms(6)' format\"\n}"},{"id":"e29065b3-45ed-42ac-bf1f-eb7be5b35ad7","name":"FAILURE - Duplicate additional_parameters","originalRequest":{"method":"POST","header":[{"key":"client_id","value":"YOUR_CLIENT_ID","type":"text"},{"key":"client_secret","value":"YOUR_CLIENT_SECRET","type":"text"},{"key":"module_secret","value":"YOUR_LEDGER_MODULE_SECRET","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"reference_id\": \"7855c49f-67fc-4fa2-8ba0-883a5b7adb91\",\n    \"purpose\": \"To transact between two ledger accounts\",\n    \"consent\": true,\n    \"payer_ledger_account_urn\": \"\",\n    \"amount\": 23.54,\n    \"payee_ledger_account_urn\": \"{{ledger_account_urn}}\",\n    \"status\": \"PENDING\",\n    \"transaction_timestamp\": \"2022-06-07 23:23:23.3222\",\n    \"additional_parameters\": [\n        {\n            \"key\": \"parameter1\",\n            \"value\": \"value1\"\n        },\n        {\n            \"key\": \"parameter1\",\n            \"value\": \"value2\"\n        },\n        {\n            \"key\": \"parameter3\",\n            \"value\": \"value3\"\n        },\n        {\n            \"key\": \"parameter4\",\n            \"value\": \"value4\"\n        },\n        {\n            \"key\": \"parameter5\",\n            \"value\": \"value5\"\n        }\n    ]\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"https://in.staging.decentro.tech/v2/ledger/journal/:journal_urn/transact","host":["https://in.staging.decentro.tech"],"path":["v2","ledger","journal",":journal_urn","transact"],"variable":[{"key":"journal_urn","value":"{{journal_urn}}","description":"Unique Reference Number associated with the Journal "}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":null,"cookie":[],"responseTime":null,"body":"{\n    \"decentroTxnId\": \"DEC000XXXXXXXXXXXXXXXXXXXXXXXXX\",\n    \"status\": \"FAILURE\",\n    \"responseCode\": \"E00009\",\n    \"message\": \"Multiple values detected against the key `parameter1` within additional_parameters. Each key should be unique.\"\n}"},{"id":"d9aa3aa5-2aeb-47ff-b599-8741582827c6","name":"FAILURE - Extra additional_parameters","originalRequest":{"method":"POST","header":[{"key":"client_id","value":"YOUR_CLIENT_ID","type":"text"},{"key":"client_secret","value":"YOUR_CLIENT_SECRET","type":"text"},{"key":"module_secret","value":"YOUR_LEDGER_MODULE_SECRET","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"reference_id\": \"daf04b78-94f5-4b90-bbb4-3eb8b46556f4\",\n    \"purpose\": \"To transact between two ledger accounts\",\n    \"consent\": true,\n    \"payer_ledger_account_urn\": \"\",\n    \"amount\": 23.54,\n    \"payee_ledger_account_urn\": \"{{ledger_account_urn}}\",\n    \"status\": \"PENDING\",\n    \"transaction_timestamp\": \"2022-06-07 23:23:23.3222\",\n    \"additional_parameters\": [\n        {\n            \"key\": \"parameter1\",\n            \"value\": \"value1\"\n        },\n        {\n            \"key\": \"parameter2\",\n            \"value\": \"value2\"\n        },\n        {\n            \"key\": \"parameter3\",\n            \"value\": \"value3\"\n        },\n        {\n            \"key\": \"parameter4\",\n            \"value\": \"value4\"\n        },\n        {\n            \"key\": \"parameter5\",\n            \"value\": \"value5\"\n        },\n        {\n            \"key\": \"parameter6\",\n            \"value\": \"value6\"\n        }\n    ]\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"https://in.staging.decentro.tech/v2/ledger/journal/:journal_urn/transact","host":["https://in.staging.decentro.tech"],"path":["v2","ledger","journal",":journal_urn","transact"],"variable":[{"key":"journal_urn","value":"{{journal_urn}}","description":"Unique Reference Number associated with the Journal "}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":null,"cookie":[],"responseTime":null,"body":"{\n    \"decentroTxnId\": \"DEC000XXXXXXXXXXXXXXXXXXXXXXXXX\",\n    \"status\": \"FAILURE\",\n    \"responseCode\": \"E00009\",\n    \"message\": \"Additional parameters cannot exceed 5 key-value pairs\"\n}"},{"id":"763464f9-3add-4ffd-ae53-01e023caa147","name":"FAILURE - Invalid additional_parameters","originalRequest":{"method":"POST","header":[{"key":"client_id","value":"YOUR_CLIENT_ID","type":"text"},{"key":"client_secret","value":"YOUR_CLIENT_SECRET","type":"text"},{"key":"module_secret","value":"YOUR_LEDGER_MODULE_SECRET","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"reference_id\": \"b2b4f6d4-d82a-409b-a479-9fa591cdf96c\",\n    \"purpose\": \"To transact between two ledger accounts\",\n    \"consent\": true,\n    \"payer_ledger_account_urn\": \"\",\n    \"amount\": 23.54,\n    \"payee_ledger_account_urn\": \"{{ledger_account_urn}}\",\n    \"status\": \"PENDING\",\n    \"transaction_timestamp\": \"2022-06-07 23:23:23.3222\",\n    \"additional_parameters\": [\n        {\n            \"key\": \"parameter1\",\n            \"value\": \"value1\"\n        },\n        {\n            \"key\": \"parameter2\",\n            \"value\": \"value2\"\n        },\n        {\n            \"key\": \"parameter3\",\n            \"value\": \"value3\"\n        },\n        {\n            \"key\": \"parameter4\",\n            \"value\": \"value4\"\n        },\n        {\n            \"key\": \"parameter5\"\n        }\n    ]\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"https://in.staging.decentro.tech/v2/ledger/journal/:journal_urn/transact","host":["https://in.staging.decentro.tech"],"path":["v2","ledger","journal",":journal_urn","transact"],"variable":[{"key":"journal_urn","value":"{{journal_urn}}","description":"Unique Reference Number associated with the Journal "}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":null,"cookie":[],"responseTime":null,"body":"{\n    \"decentroTxnId\": \"DEC000XXXXXXXXXXXXXXXXXXXXXXXXX\",\n    \"status\": \"FAILURE\",\n    \"responseCode\": \"E00009\",\n    \"message\": \"Each additional parameter should have one `key` and one `value`\"\n}"},{"id":"ebae62f7-ecbb-4fcb-9f8d-3051195de384","name":"FAILURE - Invalid additional_parameters key length","originalRequest":{"method":"POST","header":[{"key":"client_id","value":"YOUR_CLIENT_ID","type":"text"},{"key":"client_secret","value":"YOUR_CLIENT_SECRET","type":"text"},{"key":"module_secret","value":"YOUR_LEDGER_MODULE_SECRET","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"reference_id\": \"d367c5aa-dc66-4fb9-9ec2-8269ff4789f8\",\n    \"purpose\": \"To transact between two ledger accounts\",\n    \"consent\": true,\n    \"payer_ledger_account_urn\": \"\",\n    \"amount\": 23.54,\n    \"payee_ledger_account_urn\": \"{{ledger_account_urn}}\",\n    \"status\": \"PENDING\",\n    \"transaction_timestamp\": \"2022-06-07 23:23:23.3222\",\n    \"additional_parameters\": [\n        {\n            \"key\": \"parameter1parameter1parameter1parameter1parameter1parameter1\",\n            \"value\": \"value1\"\n        },\n        {\n            \"key\": \"parameter2\",\n            \"value\": \"value2\"\n        },\n        {\n            \"key\": \"parameter3\",\n            \"value\": \"value3\"\n        },\n        {\n            \"key\": \"parameter4\",\n            \"value\": \"value4\"\n        },\n        {\n            \"key\": \"parameter5\",\n            \"value\": \"value5\"\n        }\n    ]\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"https://in.staging.decentro.tech/v2/ledger/journal/:journal_urn/transact","host":["https://in.staging.decentro.tech"],"path":["v2","ledger","journal",":journal_urn","transact"],"variable":[{"key":"journal_urn","value":"{{journal_urn}}","description":"Unique Reference Number associated with the Journal "}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":null,"cookie":[],"responseTime":null,"body":"{\n    \"decentroTxnId\": \"DEC000XXXXXXXXXXXXXXXXXXXXXXXXX\",\n    \"status\": \"FAILURE\",\n    \"responseCode\": \"E00009\",\n    \"message\": \"Key cannot exceed 20 characters and cannot be less than 1 characters.\"\n}"},{"id":"8299c3b4-51c6-44ad-9f9f-f284324734d9","name":"FAILURE - Invalid additional_parameters value length","originalRequest":{"method":"POST","header":[{"key":"client_id","value":"YOUR_CLIENT_ID","type":"text"},{"key":"client_secret","value":"YOUR_CLIENT_SECRET","type":"text"},{"key":"module_secret","value":"YOUR_LEDGER_MODULE_SECRET","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"reference_id\": \"aa37357e-0864-4d8d-92d9-3cd3dce171df\",\n    \"purpose\": \"To transact between two ledger accounts\",\n    \"consent\": true,\n    \"payer_ledger_account_urn\": \"\",\n    \"amount\": 23.54,\n    \"payee_ledger_account_urn\": \"{{ledger_account_urn}}\",\n    \"status\": \"PENDING\",\n    \"transaction_timestamp\": \"2022-06-07 23:23:23.3222\",\n    \"additional_parameters\": [\n        {\n            \"key\": \"parameter1\",\n            \"value\": \"value1value1value1value1value1value1value1\"\n        },\n        {\n            \"key\": \"parameter2\",\n            \"value\": \"value2\"\n        },\n        {\n            \"key\": \"parameter3\",\n            \"value\": \"value3\"\n        },\n        {\n            \"key\": \"parameter4\",\n            \"value\": \"value4\"\n        },\n        {\n            \"key\": \"parameter5\",\n            \"value\": \"value5\"\n        }\n    ]\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"https://in.staging.decentro.tech/v2/ledger/journal/:journal_urn/transact","host":["https://in.staging.decentro.tech"],"path":["v2","ledger","journal",":journal_urn","transact"],"variable":[{"key":"journal_urn","value":"{{journal_urn}}","description":"Unique Reference Number associated with the Journal "}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":null,"cookie":[],"responseTime":null,"body":"{\n    \"decentroTxnId\": \"DEC000XXXXXXXXXXXXXXXXXXXXXXXXX\",\n    \"status\": \"FAILURE\",\n    \"responseCode\": \"E00009\",\n    \"message\": \"Value cannot exceed 20 characters and cannot be less than 1 characters.\"\n}"},{"id":"bd3f2c64-d1a9-40b8-b151-aadddea19116","name":"FAILURE - Same payer and payee ledger_account_urn","originalRequest":{"method":"POST","header":[{"key":"client_id","value":"YOUR_CLIENT_ID","type":"text"},{"key":"client_secret","value":"YOUR_CLIENT_SECRET","type":"text"},{"key":"module_secret","value":"YOUR_LEDGER_MODULE_SECRET","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"reference_id\": \"0e0b682d-bde6-4f7f-837a-fe91b94d813b\",\n    \"purpose\": \"To transact between two ledger accounts\",\n    \"consent\": true,\n    \"payer_ledger_account_urn\": \"{{ledger_account1_urn}}\",\n    \"amount\": 23.54,\n    \"payee_ledger_account_urn\": \"{{ledger_account1_urn}}\",\n    \"status\": \"PENDING\",\n    \"transaction_timestamp\": \"2022-06-07 23:23:23.3222\"\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"https://in.staging.decentro.tech/v2/ledger/journal/:journal_urn/transact","host":["https://in.staging.decentro.tech"],"path":["v2","ledger","journal",":journal_urn","transact"],"variable":[{"key":"journal_urn","value":"{{journal_urn}}","description":"Unique Reference Number associated with the Journal "}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":null,"cookie":[],"responseTime":null,"body":"{\n    \"decentroTxnId\": \"DEC000XXXXXXXXXXXXXXXXXXXXXXXXX\",\n    \"status\": \"FAILURE\",\n    \"responseCode\": \"E00009\",\n    \"message\": \"Both `payer_ledger_account_urn` and `payee_ledger_account_urn` cannot be same. Please provide different values.\"\n}"},{"id":"e67f922f-b61d-49d7-b97a-ef6d47725348","name":"FAILURE - Currency mismatch between ledger accounts","originalRequest":{"method":"POST","header":[{"key":"client_id","value":"YOUR_CLIENT_ID","type":"text","description":"Decentro assigned client_id for the company"},{"key":"client_secret","value":"YOUR_CLIENT_SECRET","type":"text","description":"Decentro assigned client_secret for the company"},{"key":"module_secret","value":"YOUR_LEDGER_MODULE_SECRET","type":"text","description":"Decentro assigned ledger module_secret for the company"},{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"reference_id\": \"67a28554-a0ae-4b8c-be3e-544e7c34026b\",\n    \"purpose\": \"To transact between two ledger accounts\",\n    \"consent\": true,\n    \"payer_ledger_account_urn\": \"{{ledger_account1_urn}}\",\n    \"amount\": 23.54,\n    \"payee_ledger_account_urn\": \"{{ledger_account2_urn}}\",\n    \"status\": \"PENDING\",\n    \"transaction_timestamp\": \"2022-06-07 23:23:23.3222\"\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"https://in.staging.decentro.tech/v2/ledger/journal/:journal_urn/transact","host":["https://in.staging.decentro.tech"],"path":["v2","ledger","journal",":journal_urn","transact"],"variable":[{"id":"391ca44a-e523-4d35-a419-1658d695505f","key":"journal_urn","value":"{{journal_urn}}","description":"Unique Reference Number associated with the Journal "}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":null,"cookie":[],"responseTime":null,"body":"{\n    \"decentroTxnId\": \"DEC000XXXXXXXXXXXXXXXXXXXXXXXXX\",\n    \"status\": \"FAILURE\",\n    \"responseCode\": \"E00009\",\n    \"message\": \"Payer and payee ledger accounts should have the same currency. Please check the values and retry\"\n}"}],"_postman_id":"bf454a2e-e7ed-4096-9074-b73741e8be68"},{"name":"Get Transaction Details","id":"e9a683f8-0dd4-484c-8449-12836be36197","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"client_id","value":"YOUR_CLIENT_ID","type":"text","description":"<p>Decentro assigned client_id for the company</p>\n"},{"key":"client_secret","value":"YOUR_CLIENT_SECRET","type":"text","description":"<p>Decentro assigned client_secret for the company</p>\n"},{"key":"module_secret","value":"YOUR_LEDGER_MODULE_SECRET","type":"text","description":"<p>Decentro assigned ledger module_secret for the company</p>\n"}],"url":"https://in.staging.decentro.tech/v2/ledger/journal/:journal_urn/transact/:transaction_urn","description":"<p>This API is used to fetch the details of a Transaction belonging to the specified Active Journal using its Decentro assigned unique reference number.</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Parameter</strong></th>\n<th><strong>Description</strong></th>\n<th>Optional (O)/ Mandatory (M)/ Conditionally mandatory (CM)</th>\n<th><strong>Datatype</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>journal_urn</td>\n<td>A valid Unique Reference Number associated with the Journal</td>\n<td>M</td>\n<td>String</td>\n</tr>\n<tr>\n<td>transaction_urn</td>\n<td>A valid Unique Reference Number associated with the Transaction</td>\n<td>M</td>\n<td>String</td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"path":["v2","ledger","journal",":journal_urn","transact",":transaction_urn"],"host":["https://in.staging.decentro.tech"],"query":[],"variable":[{"id":"286ca2b8-fb47-476b-94e9-818201035238","description":{"content":"<p>Unique Reference Number associated with the Journal</p>\n","type":"text/plain"},"type":"any","value":"{{journal_urn}}","key":"journal_urn"},{"id":"9bee0449-3eab-4a45-9421-fe22a351c64d","description":{"content":"<p>Unique Reference Number associated with the Transaction</p>\n","type":"text/plain"},"type":"any","value":"{{transaction_urn}}","key":"transaction_urn"}]}},"response":[{"id":"5312fb46-4c63-4e0f-8815-4b4f5e65f08b","name":"SUCCESS","originalRequest":{"method":"GET","header":[{"key":"client_id","value":"YOUR_CLIENT_ID","type":"text"},{"key":"client_secret","value":"YOUR_CLIENT_SECRET","type":"text"},{"key":"module_secret","value":"YOUR_LEDGER_MODULE_SECRET","type":"text"}],"url":{"raw":"https://in.staging.decentro.tech/v2/ledger/journal/:journal_urn/transact/:transaction_urn","host":["https://in.staging.decentro.tech"],"path":["v2","ledger","journal",":journal_urn","transact",":transaction_urn"],"variable":[{"key":"journal_urn","value":"{{journal_urn}}","description":"Unique Reference Number associated with the Journal"},{"key":"transaction_urn","value":"{{transaction_urn}}","description":"Unique Reference Number associated with the Transaction"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":null,"cookie":[],"responseTime":null,"body":"{\n    \"decentroTxnId\": \"DEC000XXXXXXXXXXXXXXXXXXXXXXXXX\",\n    \"status\": \"SUCCESS\",\n    \"responseCode\": \"S00000\",\n    \"message\": \"Transaction successful\",\n    \"data\": {\n        \"transactionStatus\": \"SUCCESS\",\n        \"transactionDescription\": \"Transaction details fetched successfully\",\n        \"referenceId\": \"97c775de-a5e2-4255-b2e8-7e64c21XX\",\n        \"urn\": \"E0B1FF5D28E745C1A3A3EB4FXXXX\",\n        \"amount\": 6.11,\n        \"payerLedgerAccount\": {\n            \"urn\": \"L0DF5D2042A8244B7B892DCCXXXX\",\n            \"referenceId\": \"e95e5144-9e8d-4690-bcb1-43XXXX\",\n            \"name\": \"Ledger Account 1\",\n            \"balance\": {\n                \"available\": 53.89,\n                \"blocked\": 12.22\n            }\n        },\n        \"payeeLedgerAccount\": {\n            \"urn\": \"LB13314EC5E994DEEA3457F6C1E9XXXXX\",\n            \"referenceId\": \"c680c374-78d3-43a1-a8e9-1XXXX\",\n            \"name\": \"Ledger Account 2\",\n            \"balance\": {\n                \"available\": 0,\n                \"blocked\": 0\n            }\n        },\n        \"purpose\": \"this is to transact between two accounts\",\n        \"additionalParameters\": {\n            \"parameter1\": \"value1\",\n            \"parameter2\": \"value2\",\n            \"parameter3\": \"value3\",\n            \"parameter4\": \"value4\",\n            \"parameter5\": \"value5\"\n        },\n        \"currency\": \"INR\",\n        \"status\": \"PENDING\",\n        \"transactionType\": \"MAIN\",\n        \"transferType\": \"LEDGER ACCOUNT TO LEDGER ACCOUNT TRANSFER\",\n        \"transactionTimestamp\": \"2022-06-07 23:23:23.322200\",\n        \"creationTimestamp\": \"2022-09-05 17:59:24.008735\",\n        \"lastModificationTimestamp\": \"NA\"\n    }\n}"},{"id":"11199f76-a16f-4186-9745-8fcee4f8741f","name":"FAILURE - Invalid journal_urn","originalRequest":{"method":"GET","header":[{"key":"client_id","value":"YOUR_CLIENT_ID","type":"text"},{"key":"client_secret","value":"YOUR_CLIENT_SECRET","type":"text"},{"key":"module_secret","value":"YOUR_LEDGER_MODULE_SECRET","type":"text"}],"url":{"raw":"https://in.staging.decentro.tech/v2/ledger/journal/:journal_urn/transact/:transaction_urn","host":["https://in.staging.decentro.tech"],"path":["v2","ledger","journal",":journal_urn","transact",":transaction_urn"],"variable":[{"key":"journal_urn","value":"{{journal_urn}}","description":"Unique Reference Number associated with the Journal"},{"key":"transaction_urn","value":"{{transaction_urn}}","description":"Unique Reference Number associated with the Transaction"}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":null,"cookie":[],"responseTime":null,"body":"{\n    \"decentroTxnId\": \"DEC000XXXXXXXXXXXXXXXXXXXXXXXXX\",\n    \"status\": \"FAILURE\",\n    \"responseCode\": \"E00009\",\n    \"message\": \"No active/ on hold journal found for the given `journal_unique_reference_number`. Please check the value and retry.\"\n}"},{"id":"77372f10-3ddf-4cb1-9498-2523c32236ce","name":"FAILURE - Invalid transaction_urn","originalRequest":{"method":"GET","header":[{"key":"client_id","value":"YOUR_CLIENT_ID","type":"text"},{"key":"client_secret","value":"YOUR_CLIENT_SECRET","type":"text"},{"key":"module_secret","value":"YOUR_LEDGER_MODULE_SECRET","type":"text"}],"url":{"raw":"https://in.staging.decentro.tech/v2/ledger/journal/:journal_urn/transact/:transaction_urn","host":["https://in.staging.decentro.tech"],"path":["v2","ledger","journal",":journal_urn","transact",":transaction_urn"],"variable":[{"key":"journal_urn","value":"{{journal_urn}}","description":"Unique Reference Number associated with the Journal"},{"key":"transaction_urn","value":"{{transaction_urn}}","description":"Unique Reference Number associated with the Transaction"}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":null,"cookie":[],"responseTime":null,"body":"{\n    \"decentroTxnId\": \"DEC000XXXXXXXXXXXXXXXXXXXXXXXXX\",\n    \"status\": \"FAILURE\",\n    \"responseCode\": \"E00009\",\n    \"message\": \"No successful/ failed/ pending transaction found for the given `transaction_unique_reference_number`. Please check the value and retry.\"\n}"}],"_postman_id":"e9a683f8-0dd4-484c-8449-12836be36197"},{"name":"Update Transaction","id":"ca975b10-5e0b-485c-952d-c522b0d266f3","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"client_id","value":"YOUR_CLIENT_ID","type":"text","description":"<p>Decentro assigned client_id for the company</p>\n"},{"key":"client_secret","value":"YOUR_CLIENT_SECRET","type":"text","description":"<p>Decentro assigned client_secret for the company</p>\n"},{"key":"module_secret","value":"YOUR_LEDGER_MODULE_SECRET","type":"text","description":"<p>Decentro assigned ledger module_secret for the company</p>\n"},{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"reference_id\": \"1425d3a8-7a51-4b35-9489-fad4d049ab22\",\n    \"status\": \"SUCCESS\",\n    \"purpose\": \"this is to update the status of a transaction\",\n    \"consent\": true\n}","options":{"raw":{"language":"json"}}},"url":"https://in.staging.decentro.tech/v2/ledger/journal/:journal_urn/transact/:transaction_urn","description":"<p>This API is used to update the status of a Transaction belonging to the specified Active Journal.</p>\n<p>Here are how the status toggles work:</p>\n<ol>\n<li>The status of a PENDING Transaction can be made either SUCCESS or FAILURE.</li>\n<li>The status of a SUCCESS or a FAILURE Transaction can't be changed as these are terminal statuses, implying that a Transaction can be updated only once.</li>\n</ol>\n<p>Important points:</p>\n<ol>\n<li>The status of the Transaction can only be updated when the underlying Ledger Account(s) is/are in an ACTIVE state.</li>\n</ol>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Parameter</strong></th>\n<th><strong>Description</strong></th>\n<th>Optional (O)/ Mandatory (M)/ Conditionally mandatory (CM)</th>\n<th><strong>Datatype</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>journal_urn</td>\n<td>A valid Unique Reference Number associated with the Journal</td>\n<td>M</td>\n<td>String</td>\n</tr>\n<tr>\n<td>transaction_urn</td>\n<td>A valid Unique Reference Number associated with the Transaction</td>\n<td>M</td>\n<td>String</td>\n</tr>\n<tr>\n<td>reference_id</td>\n<td>A unique ID assigned by the API user for this request.</td>\n<td>M</td>\n<td>String</td>\n</tr>\n<tr>\n<td>purpose</td>\n<td>Purpose of updating this Transaction</td>\n<td>M</td>\n<td>String</td>\n</tr>\n<tr>\n<td>consent</td>\n<td>Consent of the API user</td>\n<td>M</td>\n<td>Boolean</td>\n</tr>\n<tr>\n<td>status</td>\n<td>Updated status of the Transaction. Permissible values: SUCCESS, FAILURE</td>\n<td>M</td>\n<td>String</td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"path":["v2","ledger","journal",":journal_urn","transact",":transaction_urn"],"host":["https://in.staging.decentro.tech"],"query":[],"variable":[{"id":"b2fd2963-218d-4ce2-8f00-76e3297a6923","description":{"content":"<p>Unique Reference Number associated with the Journal</p>\n","type":"text/plain"},"type":"any","value":"{{journal_urn}}","key":"journal_urn"},{"id":"e5a9c522-88da-466f-a849-b1ff68f19f53","description":{"content":"<p>Unique Reference Number associated with the Transaction</p>\n","type":"text/plain"},"type":"any","value":"{{transaction_urn}}","key":"transaction_urn"}]}},"response":[{"id":"570786f9-36bd-4538-9a7a-507c0c375aac","name":"SUCCESS","originalRequest":{"method":"PUT","header":[{"key":"client_id","value":"YOUR_CLIENT_ID","type":"text"},{"key":"client_secret","value":"YOUR_CLIENT_SECRET","type":"text"},{"key":"module_secret","value":"YOUR_LEDGER_MODULE_SECRET","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"reference_id\": \"db4e5ebe-7f3e-4140-b912-da33cdb0b10f\",\n    \"status\": \"SUCCESS\",\n    \"purpose\": \"this is to update the status of a transaction\",\n    \"consent\": true\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"https://in.staging.decentro.tech/v2/ledger/journal/:journal_urn/transact/:transaction_urn","host":["https://in.staging.decentro.tech"],"path":["v2","ledger","journal",":journal_urn","transact",":transaction_urn"],"variable":[{"key":"journal_urn","value":"{{journal_urn}}","description":"Unique Reference Number associated with the Journal"},{"key":"transaction_urn","value":"{{transaction_urn}}","description":"Unique Reference Number associated with the Transaction"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":null,"cookie":[],"responseTime":null,"body":"{\n    \"decentroTxnId\": \"DEC000XXXXXXXXXXXXXXXXXXXXXXXXX\",\n    \"status\": \"SUCCESS\",\n    \"responseCode\": \"S00000\",\n    \"message\": \"Transaction successful\",\n    \"data\": {\n        \"transactionStatus\": \"SUCCESS\",\n        \"transactionDescription\": \"Transaction updated successfully\",\n        \"referenceId\": \"97c775de-a5e2-4255-b2e8-7e6XXXX\",\n        \"urn\": \"E0B1FF5D28E745C1A3A3EB4FB6FXXXX\",\n        \"amount\": 6.11,\n        \"payerLedgerAccount\": {\n            \"urn\": \"L0DF5D2042A8244B7B892DCCXXXX\",\n            \"referenceId\": \"e95e5144-9e8d-4690-bcb1-43XXXX\",\n            \"name\": \"Ledger Account 1\",\n            \"balance\": {\n                \"available\": 53.89,\n                \"blocked\": 12.22\n            }\n        },\n        \"payeeLedgerAccount\": {\n            \"urn\": \"LB13314EC5E994DEEA3457F6C1E9XXXXX\",\n            \"referenceId\": \"c680c374-78d3-43a1-a8e9-1XXXX\",\n            \"name\": \"Ledger Account 2\",\n            \"balance\": {\n                \"available\": 0,\n                \"blocked\": 0\n            }\n        },\n        \"purpose\": \"this is to transact between two accounts\",\n        \"additionalParameters\": {\n            \"parameter1\": \"value1\",\n            \"parameter2\": \"value2\",\n            \"parameter3\": \"value3\",\n            \"parameter4\": \"value4\",\n            \"parameter5\": \"value5\"\n        },\n        \"currency\": \"INR\",\n        \"status\": \"SUCCESS\",\n        \"transactionType\": \"MAIN\",\n        \"transferType\": \"LEDGER ACCOUNT TO LEDGER ACCOUNT TRANSFER\",\n        \"transactionTimestamp\": \"2022-06-07 23:23:23.322200\",\n        \"creationTimestamp\": \"2022-09-05 17:59:24.008735\",\n        \"lastModificationTimestamp\": \"2022-09-05 18:25:55.562543\"\n    }\n}"},{"id":"bc2e13e3-978e-431f-8e69-e437e40c13ce","name":"FAILURE - Invalid journal_urn","originalRequest":{"method":"PUT","header":[{"key":"client_id","value":"YOUR_CLIENT_ID","type":"text"},{"key":"client_secret","value":"YOUR_CLIENT_SECRET","type":"text"},{"key":"module_secret","value":"YOUR_LEDGER_MODULE_SECRET","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"reference_id\": \"daf152c4-e788-42a1-b6a3-0bd2120526b4\",\n    \"status\": \"SUCCESS\",\n    \"purpose\": \"this is to update the status of a transaction\",\n    \"consent\": true\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"https://in.staging.decentro.tech/v2/ledger/journal/:journal_urn/transact/:transaction_urn","host":["https://in.staging.decentro.tech"],"path":["v2","ledger","journal",":journal_urn","transact",":transaction_urn"],"variable":[{"key":"journal_urn","value":"{{journal_urn}}","description":"Unique Reference Number associated with the Journal"},{"key":"transaction_urn","value":"{{transaction_urn}}","description":"Unique Reference Number associated with the Transaction"}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":null,"cookie":[],"responseTime":null,"body":"{\n    \"decentroTxnId\": \"DEC000XXXXXXXXXXXXXXXXXXXXXXXXX\",\n    \"status\": \"FAILURE\",\n    \"responseCode\": \"E00009\",\n    \"message\": \"No active journal found for the given `journal_unique_reference_number`. Please check the value and retry.\"\n}"},{"id":"101f8d6f-2bc5-4f68-a942-27c0f45b0e43","name":"FAILURE - Invalid transaction_urn","originalRequest":{"method":"PUT","header":[{"key":"client_id","value":"YOUR_CLIENT_ID","type":"text"},{"key":"client_secret","value":"YOUR_CLIENT_SECRET","type":"text"},{"key":"module_secret","value":"YOUR_LEDGER_MODULE_SECRET","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"reference_id\": \"96cd150c-1fce-4cc0-af09-5bebf4a2efb2\",\n    \"status\": \"SUCCESS\",\n    \"purpose\": \"this is to update the status of a transaction\",\n    \"consent\": true\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"https://in.staging.decentro.tech/v2/ledger/journal/:journal_urn/transact/:transaction_urn","host":["https://in.staging.decentro.tech"],"path":["v2","ledger","journal",":journal_urn","transact",":transaction_urn"],"variable":[{"key":"journal_urn","value":"{{journal_urn}}","description":"Unique Reference Number associated with the Journal"},{"key":"transaction_urn","value":"{{transaction_urn}}","description":"Unique Reference Number associated with the Transaction"}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":null,"cookie":[],"responseTime":null,"body":"{\n    \"decentroTxnId\": \"DEC000XXXXXXXXXXXXXXXXXXXXXXXXX\",\n    \"status\": \"FAILURE\",\n    \"responseCode\": \"E00009\",\n    \"message\": \"No pending transaction found for the given `transaction_unique_reference_number`. Please check the value and retry.\"\n}"},{"id":"132781e2-b332-4a35-bc3f-89bfd47a5c4e","name":"FAILURE - Non-active transacting Ledger Account(s)","originalRequest":{"method":"PUT","header":[{"key":"client_id","value":"YOUR_CLIENT_ID","type":"text"},{"key":"client_secret","value":"YOUR_CLIENT_SECRET","type":"text"},{"key":"module_secret","value":"YOUR_LEDGER_MODULE_SECRET","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"reference_id\": \"c053287d-24b5-4fda-8e5a-064776f9c9bc\",\n    \"status\": \"SUCCESS\",\n    \"purpose\": \"this is to update the status of a transaction\",\n    \"consent\": true\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"https://in.staging.decentro.tech/v2/ledger/journal/:journal_urn/transact/:transaction_urn","host":["https://in.staging.decentro.tech"],"path":["v2","ledger","journal",":journal_urn","transact",":transaction_urn"],"variable":[{"key":"journal_urn","value":"{{journal_urn}}","description":"Unique Reference Number associated with the Journal"},{"key":"transaction_urn","value":"{{transaction_urn}}","description":"Unique Reference Number associated with the Transaction"}]}},"status":"Unprocessable Entity (WebDAV) (RFC 4918)","code":422,"_postman_previewlanguage":"json","header":null,"cookie":[],"responseTime":null,"body":"{\n    \"decentroTxnId\": \"DEC000XXXXXXXXXXXXXXXXXXXXXXXXX\",\n    \"status\": \"FAILURE\",\n    \"responseCode\": \"E00009\",\n    \"message\": \"Payee ledger account is not in ACTIVE state\"\n}"}],"_postman_id":"ca975b10-5e0b-485c-952d-c522b0d266f3"}],"id":"4b74f758-7b43-413d-9f25-2a383d20186e","description":"<p>This folder contains APIs pertaining to Transactions.</p>\n","_postman_id":"4b74f758-7b43-413d-9f25-2a383d20186e"},{"name":"Get Currency","id":"a32b3761-a7f6-4011-a2f5-9e0367b24aa8","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"client_id","value":"YOUR_CLIENT_ID","type":"text","description":"<p>Decentro assigned client_id for the company</p>\n"},{"key":"client_secret","value":"YOUR_CLIENT_SECRET","type":"text","description":"<p>Decentro assigned client_secret for the company</p>\n"},{"key":"module_secret","value":"YOUR_LEDGER_MODULE_SECRET","type":"text","description":"<p>Decentro assigned ledger module_secret for the company</p>\n"}],"url":"https://in.staging.decentro.tech/v2/ledger/currency/:currency_code","description":"<p>This API is used to get the list of permissible currencies used while creating Ledger Accounts.</p>\n<p>If you find that a currency is not supported, please reach out to your designated relationship manager.</p>\n","urlObject":{"path":["v2","ledger","currency",":currency_code"],"host":["https://in.staging.decentro.tech"],"query":[],"variable":[{"id":"8f927351-1c3a-4984-8aff-2c7a392823b2","description":{"content":"<p>Optional; Currency code to be searched</p>\n","type":"text/plain"},"type":"any","value":"INR","key":"currency_code"}]}},"response":[{"id":"69278512-813a-4d24-9d55-dcc3e3c8a049","name":"SUCCESS - Get all Currencies","originalRequest":{"method":"GET","header":[{"key":"client_id","value":"YOUR_CLIENT_ID","type":"text"},{"key":"client_secret","value":"YOUR_CLIENT_SECRET","type":"text"},{"key":"module_secret","value":"YOUR_LEDGER_MODULE_SECRET","type":"text"}],"url":"https://in.staging.decentro.tech/v2/ledger/currency"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":null,"cookie":[],"responseTime":null,"body":"{\n    \"decentroTxnId\": \"DEC000XXXXXXXXXXXXXXXXXXXXXXXXX\",\n    \"status\": \"SUCCESS\",\n    \"responseCode\": \"S00000\",\n    \"message\": \"Transaction successful\",\n    \"data\": {\n        \"transactionStatus\": \"SUCCESS\",\n        \"transactionDescription\": \"Currency details fetched successfully\",\n        \"count\": 2,\n        \"details\": [\n            {\n                \"code\": \"INR\",\n                \"name\": \"Indian Rupee\",\n                \"description\": \"Indian Rupee\",\n                \"maximumAllowedExponent\": 2\n            },\n            {\n                \"code\": \"USD\",\n                \"name\": \"American Dollar\",\n                \"description\": \"American Dollar\",\n                \"maximumAllowedExponent\": 2\n            }\n        ]\n    }\n}"},{"id":"1a180ec0-4c4e-47b6-bfad-46c0a1619a68","name":"SUCCESS - Get Currency by code","originalRequest":{"method":"GET","header":[{"key":"client_id","value":"YOUR_CLIENT_ID","type":"text"},{"key":"client_secret","value":"YOUR_CLIENT_SECRET","type":"text"},{"key":"module_secret","value":"YOUR_LEDGER_MODULE_SECRET","type":"text"}],"url":{"raw":"https://in.staging.decentro.tech/v2/ledger/currency/:currency_code","host":["https://in.staging.decentro.tech"],"path":["v2","ledger","currency",":currency_code"],"variable":[{"key":"currency_code","value":"INR","description":"Optional; Currency code to be searched"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":null,"cookie":[],"responseTime":null,"body":"{\n    \"decentroTxnId\": \"DEC000XXXXXXXXXXXXXXXXXXXXXXXXX\",\n    \"status\": \"SUCCESS\",\n    \"responseCode\": \"S00000\",\n    \"message\": \"Transaction successful\",\n    \"data\": {\n        \"transactionStatus\": \"SUCCESS\",\n        \"transactionDescription\": \"Currency details fetched successfully\",\n        \"count\": 1,\n        \"details\": [\n            {\n                \"code\": \"INR\",\n                \"name\": \"Indian Rupee\",\n                \"description\": \"Indian Rupee\",\n                \"maximumAllowedExponent\": 2\n            }\n        ]\n    }\n}"},{"id":"8e7559a9-c763-4d2d-93ae-6f308e434a3e","name":"FAILURE - Currency not found","originalRequest":{"method":"GET","header":[{"key":"client_id","value":"YOUR_CLIENT_ID","type":"text"},{"key":"client_secret","value":"YOUR_CLIENT_SECRET","type":"text"},{"key":"module_secret","value":"YOUR_LEDGER_MODULE_SECRET","type":"text"}],"url":{"raw":"https://in.staging.decentro.tech/v2/ledger/currency/:currency_code","host":["https://in.staging.decentro.tech"],"path":["v2","ledger","currency",":currency_code"],"variable":[{"key":"currency_code","value":"IN","description":"Optional; Currency code to be searched"}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":null,"cookie":[],"responseTime":null,"body":"{\n    \"decentroTxnId\": \"DEC000XXXXXXXXXXXXXXXXXXXXXXXXX\",\n    \"status\": \"FAILURE\",\n    \"responseCode\": \"E00009\",\n    \"message\": \"No currency found for the given `currency_code`. Please check the value and retry.\"\n}"}],"_postman_id":"a32b3761-a7f6-4011-a2f5-9e0367b24aa8"}],"id":"a3a6f997-61fa-408c-90cb-407c9dcbf85d","_postman_id":"a3a6f997-61fa-408c-90cb-407c9dcbf85d","description":""},{"name":"Common","item":[{"name":"Utilities","item":[{"name":"Banking","item":[{"name":"Search using IFSC","id":"efc95960-1241-4683-a1c5-f1c7d34b1a91","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://utils.decentro.tech/search/ifsc/<ifsc_to_be_searched>?token=<generated_token>","description":"<p>This endpoint could be used to search for an IFSC in a case insensitive manner and view its associated details.</p>\n<p>To generate your token, <a href=\"https://utils.decentro.tech/signin\">click here</a></p>\n","urlObject":{"protocol":"https","path":["search","ifsc","<ifsc_to_be_searched>"],"host":["utils","decentro","tech"],"query":[{"description":{"content":"<p>Get your token from <a href=\"https://utils.decentro.tech/signin\">here</a></p>\n","type":"text/plain"},"key":"token","value":"<generated_token>"}],"variable":[]}},"response":[{"id":"4fd9029b-7e56-4f02-902f-79155677b990","name":"IFSC: valid uppercase","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://utils.decentro.tech/search/ifsc/YESB0CMSNOC?token=generated_token","protocol":"https","host":["utils","decentro","tech"],"path":["search","ifsc","YESB0CMSNOC"],"query":[{"key":"token","value":"generated_token"}]}},"code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx"},{"key":"Date","value":"Sat, 19 Dec 2020 06:30:59 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"354"},{"key":"Connection","value":"keep-alive"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Access-Control-Allow-Headers","value":"Origin, X-Requested-With, Content-Type, Accept"},{"key":"Access-Control-Allow-Methods","value":"POST,GET,OPTIONS"}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": {\n        \"address\": \"YES BANK TOWER IFC2 8TH FLOOR SB MARG ELPHINSTONE MUMBAI 400013\",\n        \"bank\": \"YES BANK\",\n        \"branch\": \"CMS NATIONAL OPERATING CENTRE MMR\",\n        \"centre\": \"MUMBAI\",\n        \"city\": \"MUMBAI\",\n        \"contact\": \"2233479198\",\n        \"district\": \"GREATER BOMBAY\",\n        \"ifsc\": \"YESB0CMSNOC\",\n        \"imps\": true,\n        \"micr\": \"NA\",\n        \"neft\": true,\n        \"rtgs\": true,\n        \"state\": \"MAHARASHTRA\",\n        \"upi\": true\n    },\n    \"status\": \"valid\"\n}"},{"id":"1e12d586-10be-4f13-b244-e4900260f91a","name":"IFSC: invalid uppercase","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://utils.decentro.tech/search/ifsc/YESB0CMSNOX?token=generated_token","protocol":"https","host":["utils","decentro","tech"],"path":["search","ifsc","YESB0CMSNOX"],"query":[{"key":"token","value":"generated_token"}]}},"code":404,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx"},{"key":"Date","value":"Sat, 19 Dec 2020 06:34:10 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"31"},{"key":"Connection","value":"keep-alive"},{"key":"Access-Control-Allow-Origin","value":"*"}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": {},\n    \"status\": \"invalid\"\n}"},{"id":"64f3ec82-645b-4b53-844c-c12fa420927c","name":"IFSC: valid lowercase","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://utils.decentro.tech/search/ifsc/yesb0cmsnoc?token=generated_token","protocol":"https","host":["utils","decentro","tech"],"path":["search","ifsc","yesb0cmsnoc"],"query":[{"key":"token","value":"generated_token"}]}},"code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx"},{"key":"Date","value":"Sat, 19 Dec 2020 06:35:16 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"354"},{"key":"Connection","value":"keep-alive"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Access-Control-Allow-Headers","value":"Origin, X-Requested-With, Content-Type, Accept"},{"key":"Access-Control-Allow-Methods","value":"POST,GET,OPTIONS"}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": {\n        \"address\": \"YES BANK TOWER IFC2 8TH FLOOR SB MARG ELPHINSTONE MUMBAI 400013\",\n        \"bank\": \"YES BANK\",\n        \"branch\": \"CMS NATIONAL OPERATING CENTRE MMR\",\n        \"centre\": \"MUMBAI\",\n        \"city\": \"MUMBAI\",\n        \"contact\": \"2233479198\",\n        \"district\": \"GREATER BOMBAY\",\n        \"ifsc\": \"YESB0CMSNOC\",\n        \"imps\": true,\n        \"micr\": \"NA\",\n        \"neft\": true,\n        \"rtgs\": true,\n        \"state\": \"MAHARASHTRA\",\n        \"upi\": true\n    },\n    \"status\": \"valid\"\n}"},{"id":"d84d3be8-3d51-44d9-9e06-333ac52832a8","name":"IFSC: invalid lowercase","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://utils.decentro.tech/search/ifsc/yesb0cmsnox?token=generated_token","protocol":"https","host":["utils","decentro","tech"],"path":["search","ifsc","yesb0cmsnox"],"query":[{"key":"token","value":"generated_token"}]}},"code":404,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx"},{"key":"Date","value":"Sat, 19 Dec 2020 06:35:39 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"31"},{"key":"Connection","value":"keep-alive"},{"key":"Access-Control-Allow-Origin","value":"*"}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": {},\n    \"status\": \"invalid\"\n}"},{"id":"08cde8b7-56f5-493e-a6c6-475b5660963e","name":"IFSC: valid mixedcase","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://utils.decentro.tech/search/ifsc/YESB0CMSnoc?token=generated_token","protocol":"https","host":["utils","decentro","tech"],"path":["search","ifsc","YESB0CMSnoc"],"query":[{"key":"token","value":"generated_token"}]}},"code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx"},{"key":"Date","value":"Sat, 19 Dec 2020 06:52:23 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"354"},{"key":"Connection","value":"keep-alive"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Access-Control-Allow-Headers","value":"Origin, X-Requested-With, Content-Type, Accept"},{"key":"Access-Control-Allow-Methods","value":"POST,GET,OPTIONS"}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": {\n        \"address\": \"YES BANK TOWER IFC2 8TH FLOOR SB MARG ELPHINSTONE MUMBAI 400013\",\n        \"bank\": \"YES BANK\",\n        \"branch\": \"CMS NATIONAL OPERATING CENTRE MMR\",\n        \"centre\": \"MUMBAI\",\n        \"city\": \"MUMBAI\",\n        \"contact\": \"2233479198\",\n        \"district\": \"GREATER BOMBAY\",\n        \"ifsc\": \"YESB0CMSNOC\",\n        \"imps\": true,\n        \"micr\": \"NA\",\n        \"neft\": true,\n        \"rtgs\": true,\n        \"state\": \"MAHARASHTRA\",\n        \"upi\": true\n    },\n    \"status\": \"valid\"\n}"},{"id":"ca4b9860-8833-4d17-ba2a-e62f2aaf06fd","name":"IFSC: invalid mixedcase","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://utils.decentro.tech/search/ifsc/YESB0CMSnox?token=generated_token","protocol":"https","host":["utils","decentro","tech"],"path":["search","ifsc","YESB0CMSnox"],"query":[{"key":"token","value":"generated_token"}]}},"code":404,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx"},{"key":"Date","value":"Sat, 19 Dec 2020 06:52:43 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"31"},{"key":"Connection","value":"keep-alive"},{"key":"Access-Control-Allow-Origin","value":"*"}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": {},\n    \"status\": \"invalid\"\n}"},{"id":"e8aba718-f33e-44db-b3d8-1b1b9f669c6f","name":"IFSC: whitespace argument","originalRequest":{"method":"GET","header":[],"url":"https://utils.decentro.tech/search/ifsc/  "},"code":400,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx"},{"key":"Date","value":"Sat, 19 Dec 2020 06:36:49 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"26"},{"key":"Connection","value":"keep-alive"},{"key":"Access-Control-Allow-Origin","value":"*"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": \"inconclusive\"\n}"}],"_postman_id":"efc95960-1241-4683-a1c5-f1c7d34b1a91"},{"name":"Search using Branch name","id":"e248ef58-9053-4dce-8a98-7c0e84fd1d36","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://utils.decentro.tech/search/ifsc/branch/<branch_to_be_searched>?token=<generated_token>","description":"<p>This endpoint could be used to search for a branch name of a bank in a case insensitive manner and view its associated details.</p>\n<p>To generate your token, <a href=\"https://utils.decentro.tech/signin\">click here</a></p>\n","urlObject":{"protocol":"https","path":["search","ifsc","branch","<branch_to_be_searched>"],"host":["utils","decentro","tech"],"query":[{"description":{"content":"<p>Get your token from <a href=\"https://utils.decentro.tech/signin\">here</a></p>\n","type":"text/plain"},"key":"token","value":"<generated_token>"}],"variable":[]}},"response":[{"id":"0c1bbd9d-8398-4c5a-b493-6b9cfdbde167","name":"Branch name: valid uppercase with details","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://utils.decentro.tech/search/ifsc/branch/CMS NATIONAL OPERATING CENTRE MMR?details_requested=true&token=generated_token","protocol":"https","host":["utils","decentro","tech"],"path":["search","ifsc","branch","CMS NATIONAL OPERATING CENTRE MMR"],"query":[{"key":"details_requested","value":"true"},{"key":"token","value":"generated_token"}]}},"code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx"},{"key":"Date","value":"Sat, 19 Dec 2020 06:30:59 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"354"},{"key":"Connection","value":"keep-alive"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Access-Control-Allow-Headers","value":"Origin, X-Requested-With, Content-Type, Accept"},{"key":"Access-Control-Allow-Methods","value":"POST,GET,OPTIONS"}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": [\n        {\n            \"address\": \"YES BANK TOWER IFC2 8TH FLOOR SB MARG ELPHINSTONE MUMBAI 400013\",\n            \"bank\": \"YES BANK\",\n            \"branch\": \"CMS NATIONAL OPERATING CENTRE MMR\",\n            \"centre\": \"MUMBAI\",\n            \"city\": \"MUMBAI\",\n            \"contact\": \"2233479198\",\n            \"district\": \"GREATER BOMBAY\",\n            \"ifsc\": \"YESB0CMSNOC\",\n            \"imps\": true,\n            \"micr\": \"NA\",\n            \"neft\": true,\n            \"rtgs\": true,\n            \"state\": \"MAHARASHTRA\",\n            \"upi\": true\n        }\n    ],\n    \"message\": \"Details fetched successfully.\",\n    \"status\": \"valid\"\n}"},{"id":"c1262b01-2dbe-4c5f-9f99-38b466f495d9","name":"Branch name: valid uppercase without details","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://utils.decentro.tech/search/ifsc/branch/CMS NATIONAL OPERATING CENTRE MMR?details_requested=false&token=generated_token","protocol":"https","host":["utils","decentro","tech"],"path":["search","ifsc","branch","CMS NATIONAL OPERATING CENTRE MMR"],"query":[{"key":"details_requested","value":"false"},{"key":"token","value":"generated_token"}]}},"code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx"},{"key":"Date","value":"Sat, 19 Dec 2020 06:30:59 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"354"},{"key":"Connection","value":"keep-alive"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Access-Control-Allow-Headers","value":"Origin, X-Requested-With, Content-Type, Accept"},{"key":"Access-Control-Allow-Methods","value":"POST,GET,OPTIONS"}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": [\n        \"YESB0CMSNOC\"\n    ],\n    \"message\": \"Details fetched successfully.\",\n    \"status\": \"valid\"\n}"},{"id":"098ac373-6e4e-4138-b40d-5ab22bc91f77","name":"Branch name: invalid uppercase with details","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://utils.decentro.tech/search/ifsc/branch/CMS MMR?details_requested=true&token=generated_token","protocol":"https","host":["utils","decentro","tech"],"path":["search","ifsc","branch","CMS MMR"],"query":[{"key":"details_requested","value":"true"},{"key":"token","value":"generated_token"}]}},"code":404,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx"},{"key":"Date","value":"Sat, 19 Dec 2020 06:34:10 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"31"},{"key":"Connection","value":"keep-alive"},{"key":"Access-Control-Allow-Origin","value":"*"}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": [],\n    \"message\": \"Unable to fetch details.\",\n    \"status\": \"invalid\"\n}"},{"id":"7439a017-2b14-4003-a87d-fa1ce7d58fa4","name":"Branch name: invalid uppercase without details","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://utils.decentro.tech/search/ifsc/branch/CMS MMR?details_requested=false&token=generated_token","protocol":"https","host":["utils","decentro","tech"],"path":["search","ifsc","branch","CMS MMR"],"query":[{"key":"details_requested","value":"false"},{"key":"token","value":"generated_token"}]}},"code":404,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx"},{"key":"Date","value":"Sat, 19 Dec 2020 06:34:10 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"31"},{"key":"Connection","value":"keep-alive"},{"key":"Access-Control-Allow-Origin","value":"*"}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": [],\n    \"message\": \"Unable to fetch details.\",\n    \"status\": \"invalid\"\n}"},{"id":"622096de-0a08-487c-a8a7-5ac92cd92c15","name":"Branch name: valid lowercase with details","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://utils.decentro.tech/search/ifsc/branch/cms national operating centre mmr?details_requested=true&token=generated_token","protocol":"https","host":["utils","decentro","tech"],"path":["search","ifsc","branch","cms national operating centre mmr"],"query":[{"key":"details_requested","value":"true"},{"key":"token","value":"generated_token"}]}},"code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx"},{"key":"Date","value":"Sat, 19 Dec 2020 06:35:16 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"354"},{"key":"Connection","value":"keep-alive"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Access-Control-Allow-Headers","value":"Origin, X-Requested-With, Content-Type, Accept"},{"key":"Access-Control-Allow-Methods","value":"POST,GET,OPTIONS"}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": {\n        \"address\": \"YES BANK TOWER IFC2 8TH FLOOR SB MARG ELPHINSTONE MUMBAI 400013\",\n        \"bank\": \"YES BANK\",\n        \"branch\": \"CMS NATIONAL OPERATING CENTRE MMR\",\n        \"centre\": \"MUMBAI\",\n        \"city\": \"MUMBAI\",\n        \"contact\": \"2233479198\",\n        \"district\": \"GREATER BOMBAY\",\n        \"ifsc\": \"YESB0CMSNOC\",\n        \"imps\": true,\n        \"micr\": \"NA\",\n        \"neft\": true,\n        \"rtgs\": true,\n        \"state\": \"MAHARASHTRA\",\n        \"upi\": true\n    },\n    \"status\": \"valid\"\n}"},{"id":"afcac34a-f804-4c3f-b06f-cc301b5b41fa","name":"Branch name: valid lowercase without details","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://utils.decentro.tech/search/ifsc/branch/cms national operating centre mmr?details_requested=false&token=generated_token","protocol":"https","host":["utils","decentro","tech"],"path":["search","ifsc","branch","cms national operating centre mmr"],"query":[{"key":"details_requested","value":"false"},{"key":"token","value":"generated_token"}]}},"code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx"},{"key":"Date","value":"Sat, 19 Dec 2020 06:35:16 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"354"},{"key":"Connection","value":"keep-alive"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Access-Control-Allow-Headers","value":"Origin, X-Requested-With, Content-Type, Accept"},{"key":"Access-Control-Allow-Methods","value":"POST,GET,OPTIONS"}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": [\n        \"YESB0CMSNOC\"\n    ],\n    \"message\": \"Details fetched successfully.\",\n    \"status\": \"valid\"\n}"},{"id":"0d99506c-a282-4d6f-a366-c89c49166f20","name":"Branch name: invalid lowercase with details","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://utils.decentro.tech/search/ifsc/branch/cms mmr?details_requested=true&token=generated_token","protocol":"https","host":["utils","decentro","tech"],"path":["search","ifsc","branch","cms mmr"],"query":[{"key":"details_requested","value":"true"},{"key":"token","value":"generated_token"}]}},"code":404,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx"},{"key":"Date","value":"Sat, 19 Dec 2020 06:35:39 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"31"},{"key":"Connection","value":"keep-alive"},{"key":"Access-Control-Allow-Origin","value":"*"}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": [],\n    \"message\": \"Unable to fetch details.\",\n    \"status\": \"invalid\"\n}"},{"id":"3bcc1d52-899e-44b1-bd66-95d309aec7a5","name":"Branch name: invalid lowercase without details","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://utils.decentro.tech/search/ifsc/branch/cms mmr?details_requested=false&token=generated_token","protocol":"https","host":["utils","decentro","tech"],"path":["search","ifsc","branch","cms mmr"],"query":[{"key":"details_requested","value":"false"},{"key":"token","value":"generated_token"}]}},"code":404,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx"},{"key":"Date","value":"Sat, 19 Dec 2020 06:35:39 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"31"},{"key":"Connection","value":"keep-alive"},{"key":"Access-Control-Allow-Origin","value":"*"}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": [],\n    \"message\": \"Unable to fetch details.\",\n    \"status\": \"invalid\"\n}"},{"id":"ad5dd6cf-e281-4514-a615-52d68e42f235","name":"Branch name: valid mixedcase with details","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://utils.decentro.tech/search/ifsc/branch/Cms NaTioNal operating CENTRE MMR?details_requested=true&token=generated_token","protocol":"https","host":["utils","decentro","tech"],"path":["search","ifsc","branch","Cms NaTioNal operating CENTRE MMR"],"query":[{"key":"details_requested","value":"true"},{"key":"token","value":"generated_token"}]}},"code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx"},{"key":"Date","value":"Sat, 19 Dec 2020 06:52:23 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"354"},{"key":"Connection","value":"keep-alive"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Access-Control-Allow-Headers","value":"Origin, X-Requested-With, Content-Type, Accept"},{"key":"Access-Control-Allow-Methods","value":"POST,GET,OPTIONS"}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": {\n        \"address\": \"YES BANK TOWER IFC2 8TH FLOOR SB MARG ELPHINSTONE MUMBAI 400013\",\n        \"bank\": \"YES BANK\",\n        \"branch\": \"CMS NATIONAL OPERATING CENTRE MMR\",\n        \"centre\": \"MUMBAI\",\n        \"city\": \"MUMBAI\",\n        \"contact\": \"2233479198\",\n        \"district\": \"GREATER BOMBAY\",\n        \"ifsc\": \"YESB0CMSNOC\",\n        \"imps\": true,\n        \"micr\": \"NA\",\n        \"neft\": true,\n        \"rtgs\": true,\n        \"state\": \"MAHARASHTRA\",\n        \"upi\": true\n    },\n    \"status\": \"valid\"\n}"},{"id":"72ebce9f-912f-4f0e-856e-7bc62651d75e","name":"Branch name: valid mixedcase without details","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://utils.decentro.tech/search/ifsc/branch/Cms NaTioNal operating CENTRE MMR?details_requested=false&token=generated_token","protocol":"https","host":["utils","decentro","tech"],"path":["search","ifsc","branch","Cms NaTioNal operating CENTRE MMR"],"query":[{"key":"details_requested","value":"false"},{"key":"token","value":"generated_token"}]}},"code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx"},{"key":"Date","value":"Sat, 19 Dec 2020 06:52:23 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"354"},{"key":"Connection","value":"keep-alive"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Access-Control-Allow-Headers","value":"Origin, X-Requested-With, Content-Type, Accept"},{"key":"Access-Control-Allow-Methods","value":"POST,GET,OPTIONS"}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": [\n        \"YESB0CMSNOC\"\n    ],\n    \"message\": \"Details fetched successfully.\",\n    \"status\": \"valid\"\n}"},{"id":"779193b7-76fd-44cd-b8b1-5fe2bad2e6fd","name":"Branch name: invalid mixedcase with details","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://utils.decentro.tech/search/ifsc/branch/Cms NaTioNal CENTRE MMR?details_requested=true&token=generated_token","protocol":"https","host":["utils","decentro","tech"],"path":["search","ifsc","branch","Cms NaTioNal CENTRE MMR"],"query":[{"key":"details_requested","value":"true"},{"key":"token","value":"generated_token"}]}},"code":404,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx"},{"key":"Date","value":"Sat, 19 Dec 2020 06:52:43 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"31"},{"key":"Connection","value":"keep-alive"},{"key":"Access-Control-Allow-Origin","value":"*"}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": [],\n    \"message\": \"Unable to fetch details.\",\n    \"status\": \"invalid\"\n}"},{"id":"93093884-b5ee-462a-b0b1-8ec45cc9a808","name":"Branch name: invalid mixedcase without details","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://utils.decentro.tech/search/ifsc/branch/Cms NaTioNal CENTRE MMR?details_requested=false&token=generated_token","protocol":"https","host":["utils","decentro","tech"],"path":["search","ifsc","branch","Cms NaTioNal CENTRE MMR"],"query":[{"key":"details_requested","value":"false"},{"key":"token","value":"generated_token"}]}},"code":404,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx"},{"key":"Date","value":"Sat, 19 Dec 2020 06:52:43 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"31"},{"key":"Connection","value":"keep-alive"},{"key":"Access-Control-Allow-Origin","value":"*"}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": [],\n    \"message\": \"Unable to fetch details.\",\n    \"status\": \"invalid\"\n}"},{"id":"2c513761-69c5-4934-900f-0de8bce03c82","name":"Branch name: without details_required param","originalRequest":{"method":"GET","header":[],"url":"https://utils.decentro.tech/search/ifsc/branch/CMS NATIONAL OPERATING CENTRE MMR&token=generated_token"},"code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx"},{"key":"Date","value":"Sat, 19 Dec 2020 06:52:43 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"31"},{"key":"Connection","value":"keep-alive"},{"key":"Access-Control-Allow-Origin","value":"*"}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": [\n        \"YESB0CMSNOC\"\n    ],\n    \"message\": \"Details fetched successfully.\",\n    \"status\": \"valid\"\n}"},{"id":"40f6dd62-f936-4177-860d-d2e634492704","name":"Branch name: whitespace argument","originalRequest":{"method":"GET","header":[],"url":"https://utils.decentro.tech/search/ifsc/branch/ "},"code":400,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx"},{"key":"Date","value":"Sat, 19 Dec 2020 06:36:49 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"26"},{"key":"Connection","value":"keep-alive"},{"key":"Access-Control-Allow-Origin","value":"*"}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": [],\n    \"message\": \"branch_name is a mandatory parameter.\",\n    \"status\": \"inconclusive\"\n}"}],"_postman_id":"e248ef58-9053-4dce-8a98-7c0e84fd1d36"}],"id":"69556331-213d-465b-9510-b206a5d187a0","description":"<p>Here you can use our APIs to perform actions like - </p>\n<ul>\n<li>Search for and fetch the details of any bank using the IFSC code </li>\n<li>Search for and fetch the details of any bank using the branch name\nand more.</li>\n</ul>\n","event":[{"listen":"prerequest","script":{"id":"aef28caf-f506-4a9e-b9bd-bd9cff13849a","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"ce94ae8b-0d2c-44f0-bbfc-35d625c37623","type":"text/javascript","exec":[""]}}],"_postman_id":"69556331-213d-465b-9510-b206a5d187a0"}],"id":"5f92432b-873f-487c-a673-0fdaf9598faa","description":"<p>These APIs can be utilised by generating a token using your social login (Gmail or GitHub). \nTo generate your token, <a href=\"https://utils.decentro.tech/signin\">please click here</a></p>\n","_postman_id":"5f92432b-873f-487c-a673-0fdaf9598faa"},{"name":"Codes","item":[{"name":"Get Response Code Details","id":"b8a8a159-4307-44c2-bf82-31d55787ecc8","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"description":"<p>Decentro assigned client_id for the company</p>\n","key":"client_id","type":"text","value":"<YOUR_CLIENT_ID>"},{"description":"<p>Decentro assigned client_secret for the company</p>\n","key":"client_secret","type":"text","value":"<YOUR_CLIENT_SECRET>"}],"url":"https://in.staging.decentro.tech/response_code","description":"<p>This common API gives you two key things in response - </p>\n<ul>\n<li>Mapping of all the response codes that we send to you vis-a-vis the actual detailed descriptions. </li>\n<li>Mapping of a specific response code as well that we send to you vis-a-vis the actual detailed description for that particular code.</li>\n</ul>\n<p>Please refer to our examples on the right hand side.</p>\n","urlObject":{"path":["response_code"],"host":["https://in.staging.decentro.tech"],"query":[{"disabled":true,"description":{"content":"<p>Optional parameter if supplied returns result of that particular code</p>\n","type":"text/plain"},"key":"code","value":"E0000"}],"variable":[]}},"response":[{"id":"4f043034-2032-4bb7-b8e7-303a0545917f","name":"Get all response code details","originalRequest":{"method":"GET","header":[{"key":"client_id","value":"<YOUR_CLIENT_ID>","type":"text","description":"Decentro assigned client_id for the company"},{"key":"client_secret","value":"<YOUR_CLIENT_SECRET>","type":"text","description":"Decentro assigned client_secret for the company"}],"url":{"raw":"https://in.staging.decentro.tech/response_code","host":["https://in.staging.decentro.tech"],"path":["response_code"],"query":[{"key":"code","value":"E0000","description":"Optional parameter if supplied returns result of that particular code","disabled":true}]}},"code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx/1.17.10 (Ubuntu)"},{"key":"Date","value":"Fri, 24 Jul 2020 15:24:32 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"4119"},{"key":"Connection","value":"keep-alive"}],"cookie":[],"responseTime":null,"body":"{\n    \"result\": [\n        {\n            \"message\": \"Transaction successful\",\n            \"code\": \"S00000\"\n        },\n        {\n            \"message\": \"Transaction failed\",\n            \"code\": \"E00000\"\n        },\n        {\n            \"message\": \"Beneficiary added successfully\",\n            \"code\": \"S00001\"\n        },\n        {\n            \"message\": \"Failed to add beneficiary \",\n            \"code\": \"E00001\"\n        },\n        {\n            \"message\": \"Account balance retrieved successfully\",\n            \"code\": \"S00002\"\n        },\n        {\n            \"message\": \"Unable to retrieve account balance\",\n            \"code\": \"E00002\"\n        },\n        {\n            \"message\": \"Transaction status retrieved successfully\",\n            \"code\": \"S00003\"\n        },\n        {\n            \"message\": \"Unable to retrieve transaction status\",\n            \"code\": \"E00003\"\n        },\n        {\n            \"message\": \"Payment completed successfully\",\n            \"code\": \"S00004\"\n        },\n        {\n            \"message\": \"Payment pending\",\n            \"code\": \"I00000\"\n        },\n        {\n            \"message\": \"Payment failed\",\n            \"code\": \"E00004\"\n        },\n        {\n            \"message\": \"Retrieved account details successfully\",\n            \"code\": \"S00005\"\n        },\n        {\n            \"message\": \"Retrieved all account details successfully\",\n            \"code\": \"S00006\"\n        },\n        {\n            \"message\": \"Unable to retrieve account details\",\n            \"code\": \"E00005\"\n        },\n        {\n            \"message\": \"Unable to retrieve all account details\",\n            \"code\": \"E00006\"\n        },\n        {\n            \"message\": \"Access token retrieved successfully\",\n            \"code\": \"S00007\"\n        },\n        {\n            \"message\": \"Unable to retrieve access token\",\n            \"code\": \"E00007\"\n        },\n        {\n            \"message\": \"Authentication successful\",\n            \"code\": \"S00008\"\n        },\n        {\n            \"message\": \"Authentication failed. Please use valid Client ID and Client Secret.\",\n            \"code\": \"E00008\"\n        },\n        {\n            \"message\": \"Bad or missing input(s) provided to provider service\",\n            \"code\": \"E00009\"\n        },\n        {\n            \"message\": \"Invalid provider URL accessed\",\n            \"code\": \"E00010\"\n        },\n        {\n            \"message\": \"Illegal arguments passed to the provider service\",\n            \"code\": \"E00011\"\n        },\n        {\n            \"message\": \"Unexpected response obtained from the provider service\",\n            \"code\": \"E00012\"\n        },\n        {\n            \"message\": \"Authorization failed\",\n            \"code\": \"E00013\"\n        },\n        {\n            \"message\": \"Request preparation failed\",\n            \"code\": \"E00014\"\n        },\n        {\n            \"message\": \"Response preparation failed\",\n            \"code\": \"E00015\"\n        },\n        {\n            \"message\": \"Invalid Identity Document. Valid document types are PAN, PAN-DETAILED, GSTIN, GSTIN-DETAILED, VOTERID, AADHAAR, DRIVING_LICENSE and RC-DETAILED.\",\n            \"code\": \"E00016\"\n        },\n        {\n            \"message\": \"Encryption failed\",\n            \"code\": \"E00017\"\n        },\n        {\n            \"message\": \"Decryption failed\",\n            \"code\": \"E00018\"\n        },\n        {\n            \"message\": \"Duplicate Request Reference ID\",\n            \"code\": \"E00019\"\n        },\n        {\n            \"message\": \"Invalid PAN. PAN should be of 10 characters where first five characters are letters, next four numeral and last character is a letter.\",\n            \"code\": \"E00021\"\n        },\n        {\n            \"message\": \"Invalid GSTIN. GSTIN should be of 15 characters where the first two characters are numerals between 01 to 35 indicating state code, next 10 characters are combination of five letters, four numerals and a letter indicating PAN and the last three characters are a numeral, a letter and a numeral respectively.\",\n            \"code\": \"E00022\"\n        },\n        {\n            \"message\": \"Invalid Voter ID. Voter ID should of 10 characters where first three characters are letters and next seven characters are numerals.\",\n            \"code\": \"E00023\"\n        },\n        {\n            \"message\": \"Invalid Driving License. Driving License should be of 15 characters where first two characters are letters and next thirteen characters are numerals.\",\n            \"code\": \"E00024\"\n        },\n        {\n            \"message\": \"Invalid User Consent. User consent should be Y denoting Yes or N denoting No.\",\n            \"code\": \"E00025\"\n        },\n        {\n            \"message\": \"No response received from the underlying provider. Please try again after sometime. If the problem persists, please drop a mail to help@decentro.tech\",\n            \"code\": \"E00026\"\n        },\n        {\n            \"message\": \"File type not supported for Aadhaar. Allowed file types are PDF and XML.\",\n            \"code\": \"E00027\"\n        },\n        {\n            \"message\": \"Illegal arguments passed to the method\",\n            \"code\": \"E00028\"\n        },\n        {\n            \"message\": \"Module access expired. Please renew the subscription to access the module APIs.\",\n            \"code\": \"E00029\"\n        },\n        {\n            \"message\": \"Authentication failed for accessing the module\",\n            \"code\": \"E00030\"\n        },\n        {\n            \"message\": \"No subscription details found for this module. Please subscribe this module to access the APIs.\",\n            \"code\": \"E00031\"\n        },\n        {\n            \"message\": \"Multiple active plans for the same module.\",\n            \"code\": \"E00032\"\n        },\n        {\n            \"message\": \"Transaction amount (plus applied taxes and commission) is more than the balance available in the source account.\",\n            \"code\": \"E00033\"\n        },\n        {\n            \"message\": \"Callback transaction successful\",\n            \"code\": \"CB_S00000\"\n        },\n        {\n            \"message\": \"Callback authorization failed\",\n            \"code\": \"CB_E00013\"\n        },\n        {\n            \"message\": \"Bad or missing input(s) provided to callback\",\n            \"code\": \"CB_E00009\"\n        },\n        {\n            \"message\": \"Callback transaction failed\",\n            \"code\": \"CB_E00000\"\n        },\n        {\n            \"message\": \"Callback no response from subscriber\",\n            \"code\": \"CB_E00026\"\n        },\n        {\n            \"message\": \"Callback unexpected response obtained from subscriber\",\n            \"code\": \"CB_E00012\"\n        },\n        {\n            \"message\": \"No banking provider information available for bank code. Please enter a valid bank code.\",\n            \"code\": \"E00034\"\n        },\n        {\n            \"message\": \"This feature is not available for the corresponding provider.\",\n            \"code\": \"E00035\"\n        },\n        {\n            \"message\": \"Invalid mobile number. Mobile number has to be strictly 10 digits long and start with one of 9, 8, 7 or 6.\",\n            \"code\": \"E00036\"\n        },\n        {\n            \"message\": \"Invalid email address.\",\n            \"code\": \"E00037\"\n        },\n        {\n            \"message\": \"Email ID Already Registered\",\n            \"code\": \"E00101\"\n        },\n        {\n            \"message\": \"Phone Number Already Registered\",\n            \"code\": \"E00102\"\n        },\n        {\n            \"message\": \"Enter a Valid Email ID\",\n            \"code\": \"E00103\"\n        },\n        {\n            \"message\": \"Company Already Registered\",\n            \"code\": \"E00104\"\n        },\n        {\n            \"message\": \"Unconfirmed Email ID\",\n            \"code\": \"E00106\"\n        },\n        {\n            \"message\": \"Invalid confirmation token\",\n            \"code\": \"E00107\"\n        },\n        {\n            \"message\": \"Cannot send Email\",\n            \"code\": \"E00108\"\n        },\n        {\n            \"message\": \"JWT expired\",\n            \"code\": \"E00109\"\n        },\n        {\n            \"message\": \"Invalid JWT\",\n            \"code\": \"E00110\"\n        },\n        {\n            \"message\": \"User not found\",\n            \"code\": \"E00111\"\n        },\n        {\n            \"message\": \"Company hasn\\\"t subscribed this module.\",\n            \"code\": \"E00112\"\n        },\n        {\n            \"message\": \"The module cannot be found\",\n            \"code\": \"E00113\"\n        },\n        {\n            \"message\": \"Company not found\",\n            \"code\": \"E00114\"\n        },\n        {\n            \"message\": \"Bad date format passed\",\n            \"code\": \"E00115\"\n        },\n        {\n            \"message\": \"Bad date time format passed\",\n            \"code\": \"E00116\"\n        },\n        {\n            \"message\": \"File type not allowed. Allowed extensions are PDF, PNG, JPG and JPEG.\",\n            \"code\": \"E00020\"\n        },\n        {\n            \"message\": \"Provider Not Authorized For Company\",\n            \"code\": \"E00039\"\n        },\n        {\n            \"message\": \"Provider Access Expired For Company\",\n            \"code\": \"E00040\"\n        },\n        {\n            \"message\": \"Provider Authentication Failed For Company\",\n            \"code\": \"E00041\"\n        },\n        {\n            \"message\": \"Provider Not Found For Company\",\n            \"code\": \"E00042\"\n        },\n        {\n            \"message\": \"File size limit exceeded. Uploaded file size cannot exceed acceptable limit.\",\n            \"code\": \"E00043\"\n        },\n        {\n            \"message\": \"Invalid UPI-ID. Please check the UPI-ID and try resubmitting.\",\n            \"code\": \"E00044\"\n        },\n        {\n            \"message\": \"Unexpected response received from underlying provider.\",\n            \"code\": \"E00045\"\n        },\n        {\n            \"message\": \"Master account setup for account %s and ifsc %s is already complete.\",\n            \"code\": \"E00049\"\n        },\n        {\n            \"message\": \"No account found for the given combination of %s.\",\n            \"code\": \"E00050\"\n        },\n        {\n            \"message\": \"Only business accounts can be used for the master account setup.\",\n            \"code\": \"E00051\"\n        },\n        {\n            \"message\": \"Invalid CIN provided. CIN should be of 21 characters. The first character denotes listing status. The next 5 characters are numerals denoting the industry code. The next 2 characters represent the state code. The next 4 characters are numerals representing the year of incorporation. The next 3 letters denote the type of ownership. And the next 6 characters denote the registration number of the company.\",\n            \"code\": \"E00046\"\n        },\n        {\n            \"message\": \"Invalid DIN provided. DIN should be atleast 8 characters long.\",\n            \"code\": \"E00047\"\n        },\n        {\n            \"message\": \"Authentication Token Expired\",\n            \"code\": \"E00048\"\n        }\n    ],\n    \"requestTimestamp\": \"2021-03-04 16:53:47.367348 IST (GMT +0530)\",\n    \"responseTimestamp\": \"2021-03-04 16:53:47.380095 IST (GMT +0530)\"\n}"},{"id":"bfcbd79d-c32b-4b14-bf9a-675e851752eb","name":"Get response code details by code","originalRequest":{"method":"GET","header":[{"key":"client_id","value":"<YOUR_CLIENT_ID>","type":"text","description":"Decentro assigned client_id for the company"},{"key":"client_secret","value":"<YOUR_CLIENT_SECRET>","type":"text","description":"Decentro assigned client_secret for the company"}],"url":{"raw":"https://in.staging.decentro.tech/response_code?code=E00000","host":["https://in.staging.decentro.tech"],"path":["response_code"],"query":[{"key":"code","value":"E00000","description":"Optional parameter if supplied returns result of that particular code"}]}},"code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx/1.17.10 (Ubuntu)"},{"key":"Date","value":"Fri, 24 Jul 2020 15:23:50 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"197"},{"key":"Connection","value":"keep-alive"}],"cookie":[],"responseTime":null,"body":"{\n    \"result\": {\n        \"message\": \"Transaction failed\",\n        \"code\": \"E00000\"\n    },\n    \"requestTimestamp\": \"2020-07-24 20:53:50.277671 IST (GMT +0530)\",\n    \"responseTimestamp\": \"2020-07-24 20:53:50.283961 IST (GMT +0530)\"\n}"}],"_postman_id":"b8a8a159-4307-44c2-bf82-31d55787ecc8"},{"name":"Get Bank Code","id":"68b0d21d-6e49-481a-9c45-97e8d8d39a9e","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"client_id","value":"<YOUR_CLIENT_ID>","type":"text","description":"<p>Decentro assigned client_id for the company</p>\n"},{"key":"client_secret","value":"<YOUR_CLIENT_SECRET>","type":"text","description":"<p>Decentro assigned client_secret for the company</p>\n"},{"key":"module_secret","value":"<YOUR_CORE_BANKING_MODULE_SECRET>","description":"<p>Decentro assigned module_secret for the company</p>\n","type":"text"}],"url":"https://in.staging.decentro.tech/core_banking/bank_code?keyword=yes","description":"<p>This common API gives you two key things in the response - </p>\n<ul>\n<li>Mapping of all the bank codes (4 character code to be used in our API calls) vis-a-vis the full bank names. </li>\n<li>Mapping of one specific bank code (4 character code to be used in our API calls) vis-a-vis the full bank name for that respective code.</li>\n</ul>\n<p>Please refer to our examples on the right hand side.</p>\n","urlObject":{"path":["core_banking","bank_code"],"host":["https://in.staging.decentro.tech"],"query":[{"description":{"content":"<p>(Optional) Keyword to be searched with</p>\n","type":"text/plain"},"key":"keyword","value":"yes"}],"variable":[]}},"response":[{"id":"c37a2285-5a1d-486c-9b23-39e2467b928a","name":"Get Bank Code based on bank keywords","originalRequest":{"method":"GET","header":[{"key":"client_id","value":"<YOUR_CLIENT_ID>","type":"text","description":"Decentro assigned client_id for the company"},{"key":"client_secret","value":"<YOUR_CLIENT_SECRET>","type":"text","description":"Decentro assigned client_secret for the company"},{"key":"module_secret","value":"<YOUR_CORE_BANKING_MODULE_SECRET>","type":"text"}],"url":{"raw":"https://in.staging.decentro.tech/core_banking/bank_code?keyword=yes","host":["https://in.staging.decentro.tech"],"path":["core_banking","bank_code"],"query":[{"key":"keyword","value":"yes","description":"(Optional) Keyword to be searched with"}]}},"code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx/1.17.10 (Ubuntu)"},{"key":"Date","value":"Fri, 24 Jul 2020 15:30:11 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"266"},{"key":"Connection","value":"keep-alive"}],"cookie":[],"responseTime":null,"body":"{\n    \"result\": [\n        {\n            \"shortName\": \"yesbank\",\n            \"registeredName\": \"YES BANK LTD\",\n            \"displayName\": \"YES BANK\",\n            \"fourCharacterBankCode\": \"yesb\"\n        }\n    ],\n    \"requestTimestamp\": \"2020-07-24 21:00:11.960566 IST (GMT +0530)\",\n    \"responseTimestamp\": \"2020-07-24 21:00:11.967328 IST (GMT +0530)\"\n}"},{"id":"fe811950-471a-4b5a-8578-839d4be7f2e8","name":"Get All Bank Codes","originalRequest":{"method":"GET","header":[{"key":"client_id","value":"<YOUR_CLIENT_ID>","type":"text","description":"Decentro assigned client_id for the company"},{"key":"client_secret","value":"<YOUR_CLIENT_SECRET>","type":"text","description":"Decentro assigned client_secret for the company"},{"key":"module_secret","value":"<YOUR_CORE_BANKING_MODULE_SECRET>","type":"text"}],"url":{"raw":"https://in.staging.decentro.tech/core_banking/bank_code","host":["https://in.staging.decentro.tech"],"path":["core_banking","bank_code"],"query":[{"key":"keyword","value":"yes","disabled":true}]}},"code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx/1.17.10 (Ubuntu)"},{"key":"Date","value":"Fri, 24 Jul 2020 15:31:06 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"37612"},{"key":"Connection","value":"keep-alive"}],"cookie":[],"responseTime":null,"body":"{\n    \"result\": [\n        {\n            \"shortName\": \"yesbank\",\n            \"registeredName\": \"YES BANK LTD\",\n            \"displayName\": \"YES BANK\",\n            \"fourCharacterBankCode\": \"yesb\"\n        },\n        {\n            \"shortName\": \"icici\",\n            \"registeredName\": \"ICICI BANK LTD\",\n            \"displayName\": \"ICICI\",\n            \"fourCharacterBankCode\": \"icic\"\n        },\n        {\n            \"shortName\": \"hdfc\",\n            \"registeredName\": \"HDFC BANK LTD\",\n            \"displayName\": \"HDFC\",\n            \"fourCharacterBankCode\": \"hdfc\"\n        },\n        {\n            \"shortName\": \"axis\",\n            \"registeredName\": \"AXIS BANK\",\n            \"displayName\": \"AXIS\",\n            \"fourCharacterBankCode\": \"utib\"\n        },\n        {\n            \"shortName\": \"idbi\",\n            \"registeredName\": \"IDBI BANK\",\n            \"displayName\": \"IDBI\",\n            \"fourCharacterBankCode\": \"ibkl\"\n        },\n        {\n            \"shortName\": \"airtel\",\n            \"registeredName\": \"AIRTEL PAYMENTS BANK LIMITED\",\n            \"displayName\": \"AIRTEL PAYMENTS\",\n            \"fourCharacterBankCode\": \"airp\"\n        },\n        {\n            \"shortName\": \"allahabad\",\n            \"registeredName\": \"ALLAHABAD BANK\",\n            \"displayName\": \"ALLAHABAD\",\n            \"fourCharacterBankCode\": \"alla\"\n        },\n        {\n            \"shortName\": \"andhra\",\n            \"registeredName\": \"ANDHRA BANK\",\n            \"displayName\": \"ANDHRA\",\n            \"fourCharacterBankCode\": \"andb\"\n        },\n        {\n            \"shortName\": \"bandhan\",\n            \"registeredName\": \"BANDHAN BANK LIMITED\",\n            \"displayName\": \"BANDHAN\",\n            \"fourCharacterBankCode\": \"bdbl\"\n        },\n        {\n            \"shortName\": \"boi\",\n            \"registeredName\": \"BANK OF INDIA\",\n            \"displayName\": \"BOI\",\n            \"fourCharacterBankCode\": \"bkid\"\n        },\n        {\n            \"shortName\": \"canara\",\n            \"registeredName\": \"CANARA BANK\",\n            \"displayName\": \"CANARA\",\n            \"fourCharacterBankCode\": \"cnrb\"\n        },\n        {\n            \"shortName\": \"citi\",\n            \"registeredName\": \"CITI BANK\",\n            \"displayName\": \"CITI\",\n            \"fourCharacterBankCode\": \"citi\"\n        },\n        {\n            \"shortName\": \"city\",\n            \"registeredName\": \"CITY UNION BANK LIMITED\",\n            \"displayName\": \"CITY UNION\",\n            \"fourCharacterBankCode\": \"ciub\"\n        },\n        {\n            \"shortName\": \"corporation\",\n            \"registeredName\": \"CORPORATION BANK\",\n            \"displayName\": \"CORPORATION\",\n            \"fourCharacterBankCode\": \"copr\"\n        },\n        {\n            \"shortName\": \"dena\",\n            \"registeredName\": \"DENA BANK\",\n            \"displayName\": \"DENA\",\n            \"fourCharacterBankCode\": \"bkdn\"\n        },\n        {\n            \"shortName\": \"deustche\",\n            \"registeredName\": \"DEUSTCHE BANK\",\n            \"displayName\": \"DEUSTCHE\",\n            \"fourCharacterBankCode\": \"deut\"\n        },\n        {\n            \"shortName\": \"dhanalakshmi\",\n            \"registeredName\": \"DHANALAKSHMI BANK\",\n            \"displayName\": \"DHANALAKSHMI\",\n            \"fourCharacterBankCode\": \"dlxb\"\n        },\n        {\n            \"shortName\": \"equitas\",\n            \"registeredName\": \"EQUITAS SMALL FINANCE BANK LIMITED\",\n            \"displayName\": \"EQUITAS\",\n            \"fourCharacterBankCode\": \"esfb\"\n        },\n        {\n            \"shortName\": \"federal\",\n            \"registeredName\": \"FEDERAL BANK\",\n            \"displayName\": \"FEDERAL\",\n            \"fourCharacterBankCode\": \"fdrl\"\n        },\n        {\n            \"shortName\": \"hsbc\",\n            \"registeredName\": \"HSBC BANK\",\n            \"displayName\": \"HSBC\",\n            \"fourCharacterBankCode\": \"hsbc\"\n        },\n        {\n            \"shortName\": \"idfc\",\n            \"registeredName\": \"IDFC BANK LIMITED\",\n            \"displayName\": \"IDFC\",\n            \"fourCharacterBankCode\": \"idfb\"\n        },\n        {\n            \"shortName\": \"indian\",\n            \"registeredName\": \"INDIAN BANK\",\n            \"displayName\": \"INDIAN\",\n            \"fourCharacterBankCode\": \"idib\"\n        },\n        {\n            \"shortName\": \"indiapost\",\n            \"registeredName\": \"INDIA POST PAYMENT BANK\",\n            \"displayName\": \"INDIA POST PAYMENT\",\n            \"fourCharacterBankCode\": \"ipos\"\n        },\n        {\n            \"shortName\": \"indianoverseas\",\n            \"registeredName\": \"INDIAN OVERSEAS BANK\",\n            \"displayName\": \"INDIAN OVERSEAS\",\n            \"fourCharacterBankCode\": \"ioba\"\n        },\n        {\n            \"shortName\": \"indusind\",\n            \"registeredName\": \"INDUSIND BANK\",\n            \"displayName\": \"INDUSIND\",\n            \"fourCharacterBankCode\": \"indb\"\n        },\n        {\n            \"shortName\": \"jana\",\n            \"registeredName\": \"JANA SMALL FINANCE BANK LTD\",\n            \"displayName\": \"JANA\",\n            \"fourCharacterBankCode\": \"jsfb\"\n        },\n        {\n            \"shortName\": \"jio\",\n            \"registeredName\": \"JIO PAYMENTS BANK LIMITED\",\n            \"displayName\": \"JIO PAYMENTS\",\n            \"fourCharacterBankCode\": \"jiop\"\n        },\n        {\n            \"shortName\": \"karntaka\",\n            \"registeredName\": \"KARNATAKA BANK LIMITED\",\n            \"displayName\": \"KARNATAKA\",\n            \"fourCharacterBankCode\": \"karb\"\n        },\n        {\n            \"shortName\": \"karurvysya\",\n            \"registeredName\": \"KARUR VYSYA BANK\",\n            \"displayName\": \"KARUR VYSYA\",\n            \"fourCharacterBankCode\": \"kvbl\"\n        },\n        {\n            \"shortName\": \"kotakmahindra\",\n            \"registeredName\": \"KOTAK MAHINDRA BANK LIMITED\",\n            \"displayName\": \"KOTAK MAHINDRA\",\n            \"fourCharacterBankCode\": \"kkbk\"\n        },\n        {\n            \"shortName\": \"laxmivilas\",\n            \"registeredName\": \"LAXMI VILAS BANK\",\n            \"displayName\": \"LAXMI VILAS\",\n            \"fourCharacterBankCode\": \"lavb\"\n        },\n        {\n            \"shortName\": \"oriental\",\n            \"registeredName\": \"ORIENTAL BANK OF COMMERCE\",\n            \"displayName\": \"ORIENTAL\",\n            \"fourCharacterBankCode\": \"orbc\"\n        },\n        {\n            \"shortName\": \"paytm\",\n            \"registeredName\": \"PAYTM PAYMENTS BANK LTD\",\n            \"displayName\": \"PAYTM PAYMENTS\",\n            \"fourCharacterBankCode\": \"pytm\"\n        },\n        {\n            \"shortName\": \"punjabandmaharashtracoop\",\n            \"registeredName\": \"PUNJAB AND MAHARSHTRA COOPERATIVE BANK\",\n            \"displayName\": \"PUNJAB AND MAHARSHTRA COOPERATIVE\",\n            \"fourCharacterBankCode\": \"pmcb\"\n        },\n        {\n            \"shortName\": \"punjabandsind\",\n            \"registeredName\": \"PUNJAB AND SIND BANK\",\n            \"displayName\": \"PUNJAB AND SIND\",\n            \"fourCharacterBankCode\": \"psib\"\n        },\n        {\n            \"shortName\": \"punjabnational\",\n            \"registeredName\": \"PUNJAB NATIONAL BANK\",\n            \"displayName\": \"PUNJAB NATIONAL\",\n            \"fourCharacterBankCode\": \"punb\"\n        },\n        {\n            \"shortName\": \"rbl\",\n            \"registeredName\": \"RBL BANK LIMITED\",\n            \"displayName\": \"RBL\",\n            \"fourCharacterBankCode\": \"ratn\"\n        },\n        {\n            \"shortName\": \"rbi\",\n            \"registeredName\": \"RESERVE BANK OF INDIA, PAD\",\n            \"displayName\": \"RBI\",\n            \"fourCharacterBankCode\": \"rbis\"\n        },\n        {\n            \"shortName\": \"southindian\",\n            \"registeredName\": \"SOUTH INDIAN BANK\",\n            \"displayName\": \"SOUTH INDIAN\",\n            \"fourCharacterBankCode\": \"sibl\"\n        },\n        {\n            \"shortName\": \"standardchartered\",\n            \"registeredName\": \"STANDARD CHARTERED BANK\",\n            \"displayName\": \"STANDARD CHARTERED\",\n            \"fourCharacterBankCode\": \"scbl\"\n        },\n        {\n            \"shortName\": \"sbi\",\n            \"registeredName\": \"STATE BANK OF INDIA\",\n            \"displayName\": \"SBI\",\n            \"fourCharacterBankCode\": \"sbin\"\n        },\n        {\n            \"shortName\": \"syndicate\",\n            \"registeredName\": \"SYNDICATE BANK\",\n            \"displayName\": \"SYNDICATE\",\n            \"fourCharacterBankCode\": \"synb\"\n        },\n        {\n            \"shortName\": \"uco\",\n            \"registeredName\": \"UCO BANK\",\n            \"displayName\": \"UCO\",\n            \"fourCharacterBankCode\": \"ucba\"\n        },\n        {\n            \"shortName\": \"union\",\n            \"registeredName\": \"UNION BANK OF INDIA\",\n            \"displayName\": \"UNION BANK\",\n            \"fourCharacterBankCode\": \"ubin\"\n        },\n        {\n            \"shortName\": \"unitedoverseas\",\n            \"registeredName\": \"UNITED OVERSEAS BANK LIMITED\",\n            \"displayName\": \"UNITED OVERSEAS\",\n            \"fourCharacterBankCode\": \"uovb\"\n        },\n        {\n            \"shortName\": \"vijaya\",\n            \"registeredName\": \"VIJAYA BANK\",\n            \"displayName\": \"VIJAYA\",\n            \"fourCharacterBankCode\": \"vijb\"\n        },\n        {\n            \"shortName\": \"abhyudaya cooperative bank limited\",\n            \"registeredName\": \"ABHYUDAYA COOPERATIVE BANK LIMITED\",\n            \"displayName\": \"ABHYUDAYA COOPERATIVE BANK LIMITED\",\n            \"fourCharacterBankCode\": \"abhy\"\n        },\n        {\n            \"shortName\": \"abu dhabi commercial bank\",\n            \"registeredName\": \"ABU DHABI COMMERCIAL BANK\",\n            \"displayName\": \"ABU DHABI COMMERCIAL BANK\",\n            \"fourCharacterBankCode\": \"adcb\"\n        },\n        {\n            \"shortName\": \"aditya birla idea payments bank limited\",\n            \"registeredName\": \"ADITYA BIRLA IDEA PAYMENTS BANK LIMITED\",\n            \"displayName\": \"ADITYA BIRLA IDEA PAYMENTS BANK LIMITED\",\n            \"fourCharacterBankCode\": \"abpb\"\n        },\n        {\n            \"shortName\": \"ahmedabad mercantile cooperative bank\",\n            \"registeredName\": \"AHMEDABAD MERCANTILE COOPERATIVE BANK\",\n            \"displayName\": \"AHMEDABAD MERCANTILE COOPERATIVE BANK\",\n            \"fourCharacterBankCode\": \"amcb\"\n        },\n        {\n            \"shortName\": \"the ajara urban coop bank ltd\",\n            \"registeredName\": \"THE AJARA URBAN COOP BANK LTD\",\n            \"displayName\": \"THE AJARA URBAN COOP BANK LTD\",\n            \"fourCharacterBankCode\": \"ajar\"\n        },\n        {\n            \"shortName\": \"akola janata commercial cooperative bank\",\n            \"registeredName\": \"AKOLA JANATA COMMERCIAL COOPERATIVE BANK\",\n            \"displayName\": \"AKOLA JANATA COMMERCIAL COOPERATIVE BANK\",\n            \"fourCharacterBankCode\": \"akjb\"\n        },\n        {\n            \"shortName\": \"almora urban cooperative bank limited\",\n            \"registeredName\": \"ALMORA URBAN COOPERATIVE BANK LIMITED\",\n            \"displayName\": \"ALMORA URBAN COOPERATIVE BANK LIMITED\",\n            \"fourCharacterBankCode\": \"aucb\"\n        },\n        {\n            \"shortName\": \"ambarnath jai-hind co-op. bank ltd.\",\n            \"registeredName\": \"AMBARNATH JAI-HIND CO-OP. BANK LTD.\",\n            \"displayName\": \"AMBARNATH JAI-HIND CO-OP. BANK LTD.\",\n            \"fourCharacterBankCode\": \"ajhc\"\n        },\n        {\n            \"shortName\": \"andhra pradesh grameena vikas bank\",\n            \"registeredName\": \"ANDHRA PRADESH GRAMEENA VIKAS BANK\",\n            \"displayName\": \"ANDHRA PRADESH GRAMEENA VIKAS BANK\",\n            \"fourCharacterBankCode\": \"apgv\"\n        },\n        {\n            \"shortName\": \"andhra pragathi grameena bank\",\n            \"registeredName\": \"ANDHRA PRAGATHI GRAMEENA BANK\",\n            \"displayName\": \"ANDHRA PRAGATHI GRAMEENA BANK\",\n            \"fourCharacterBankCode\": \"apgb\"\n        },\n        {\n            \"shortName\": \"apna sahakari bank limited\",\n            \"registeredName\": \"APNA SAHAKARI BANK LIMITED\",\n            \"displayName\": \"APNA SAHAKARI BANK LIMITED\",\n            \"fourCharacterBankCode\": \"asbl\"\n        },\n        {\n            \"shortName\": \"au small finance bank limited       \",\n            \"registeredName\": \"AU SMALL FINANCE BANK LIMITED       \",\n            \"displayName\": \"AU SMALL FINANCE BANK LIMITED       \",\n            \"fourCharacterBankCode\": \"aubl\"\n        },\n        {\n            \"shortName\": \"australia and new zealand banking group limited\",\n            \"registeredName\": \"AUSTRALIA AND NEW ZEALAND BANKING GROUP LIMITED\",\n            \"displayName\": \"AUSTRALIA AND NEW ZEALAND BANKING GROUP LIMITED\",\n            \"fourCharacterBankCode\": \"anzb\"\n        },\n        {\n            \"shortName\": \"bank of america\",\n            \"registeredName\": \"BANK OF AMERICA\",\n            \"displayName\": \"BANK OF AMERICA\",\n            \"fourCharacterBankCode\": \"bofa\"\n        },\n        {\n            \"shortName\": \"bank of baharain and kuwait bsc\",\n            \"registeredName\": \"BANK OF BAHARAIN AND KUWAIT BSC\",\n            \"displayName\": \"BANK OF BAHARAIN AND KUWAIT BSC\",\n            \"fourCharacterBankCode\": \"bbkm\"\n        },\n        {\n            \"shortName\": \"bank of baroda\",\n            \"registeredName\": \"BANK OF BARODA\",\n            \"displayName\": \"BANK OF BARODA\",\n            \"fourCharacterBankCode\": \"barb\"\n        },\n        {\n            \"shortName\": \"bank of ceylon\",\n            \"registeredName\": \"BANK OF CEYLON\",\n            \"displayName\": \"BANK OF CEYLON\",\n            \"fourCharacterBankCode\": \"bcey\"\n        },\n        {\n            \"shortName\": \"bank of maharashtra\",\n            \"registeredName\": \"BANK OF MAHARASHTRA\",\n            \"displayName\": \"BANK OF MAHARASHTRA\",\n            \"fourCharacterBankCode\": \"mahb\"\n        },\n        {\n            \"shortName\": \"bank of tokyo mitsubishi limited (mufg bank, ltd)\",\n            \"registeredName\": \"BANK OF TOKYO MITSUBISHI LIMITED (MUFG Bank, Ltd)\",\n            \"displayName\": \"BANK OF TOKYO MITSUBISHI LIMITED (MUFG Bank, Ltd)\",\n            \"fourCharacterBankCode\": \"botm\"\n        },\n        {\n            \"shortName\": \"barclays bank\",\n            \"registeredName\": \"BARCLAYS BANK\",\n            \"displayName\": \"BARCLAYS BANK\",\n            \"fourCharacterBankCode\": \"barc\"\n        },\n        {\n            \"shortName\": \"bassein catholic cooperative bank limited\",\n            \"registeredName\": \"BASSEIN CATHOLIC COOPERATIVE BANK LIMITED\",\n            \"displayName\": \"BASSEIN CATHOLIC COOPERATIVE BANK LIMITED\",\n            \"fourCharacterBankCode\": \"bacb\"\n        },\n        {\n            \"shortName\": \"bhagini nivedita sahakari bank ltd, pune\",\n            \"registeredName\": \"BHAGINI NIVEDITA SAHAKARI BANK LTD, PUNE\",\n            \"displayName\": \"BHAGINI NIVEDITA SAHAKARI BANK LTD, PUNE\",\n            \"fourCharacterBankCode\": \"bnsb\"\n        },\n        {\n            \"shortName\": \"bharat cooperative bank mumbai limited\",\n            \"registeredName\": \"BHARAT COOPERATIVE BANK MUMBAI LIMITED\",\n            \"displayName\": \"BHARAT COOPERATIVE BANK MUMBAI LIMITED\",\n            \"fourCharacterBankCode\": \"bcbm\"\n        },\n        {\n            \"shortName\": \"b n p paribas\",\n            \"registeredName\": \"B N P PARIBAS\",\n            \"displayName\": \"B N P PARIBAS\",\n            \"fourCharacterBankCode\": \"bnpa\"\n        },\n        {\n            \"shortName\": \"capital small finance bank limited\",\n            \"registeredName\": \"CAPITAL SMALL FINANCE BANK LIMITED\",\n            \"displayName\": \"CAPITAL SMALL FINANCE BANK LIMITED\",\n            \"fourCharacterBankCode\": \"clbl\"\n        },\n        {\n            \"shortName\": \"catholic syrian bank limited\",\n            \"registeredName\": \"CATHOLIC SYRIAN BANK LIMITED\",\n            \"displayName\": \"CATHOLIC SYRIAN BANK LIMITED\",\n            \"fourCharacterBankCode\": \"csbk\"\n        },\n        {\n            \"shortName\": \"central bank of india\",\n            \"registeredName\": \"CENTRAL BANK OF INDIA\",\n            \"displayName\": \"CENTRAL BANK OF INDIA\",\n            \"fourCharacterBankCode\": \"cbin\"\n        },\n        {\n            \"shortName\": \"chinatrust commercial bank limited\",\n            \"registeredName\": \"CHINATRUST COMMERCIAL BANK LIMITED\",\n            \"displayName\": \"CHINATRUST COMMERCIAL BANK LIMITED\",\n            \"fourCharacterBankCode\": \"ctbc\"\n        },\n        {\n            \"shortName\": \"citizen credit cooperative bank limited\",\n            \"registeredName\": \"CITIZEN CREDIT COOPERATIVE BANK LIMITED\",\n            \"displayName\": \"CITIZEN CREDIT COOPERATIVE BANK LIMITED\",\n            \"fourCharacterBankCode\": \"ccbl\"\n        },\n        {\n            \"shortName\": \"credit agricole corporate and investment bank calyon bank\",\n            \"registeredName\": \"CREDIT AGRICOLE CORPORATE AND INVESTMENT BANK CALYON BANK\",\n            \"displayName\": \"CREDIT AGRICOLE CORPORATE AND INVESTMENT BANK CALYON BANK\",\n            \"fourCharacterBankCode\": \"crly\"\n        },\n        {\n            \"shortName\": \"credit suisee ag\",\n            \"registeredName\": \"CREDIT SUISEE AG\",\n            \"displayName\": \"CREDIT SUISEE AG\",\n            \"fourCharacterBankCode\": \"cres\"\n        },\n        {\n            \"shortName\": \"ctbc co bank ltd\",\n            \"registeredName\": \"CTBC CO Bank Ltd\",\n            \"displayName\": \"CTBC CO Bank Ltd\",\n            \"fourCharacterBankCode\": \"ctcb\"\n        },\n        {\n            \"shortName\": \"dcb bank limited\",\n            \"registeredName\": \"DCB BANK LIMITED\",\n            \"displayName\": \"DCB BANK LIMITED\",\n            \"fourCharacterBankCode\": \"dcbl\"\n        },\n        {\n            \"shortName\": \"deogiri nagari sahakari bank ltd. aurangabad\",\n            \"registeredName\": \"DEOGIRI NAGARI SAHAKARI BANK LTD. AURANGABAD\",\n            \"displayName\": \"DEOGIRI NAGARI SAHAKARI BANK LTD. AURANGABAD\",\n            \"fourCharacterBankCode\": \"deob\"\n        },\n        {\n            \"shortName\": \"deposit insurance and credit guarantee corporation\",\n            \"registeredName\": \"DEPOSIT INSURANCE AND CREDIT GUARANTEE CORPORATION\",\n            \"displayName\": \"DEPOSIT INSURANCE AND CREDIT GUARANTEE CORPORATION\",\n            \"fourCharacterBankCode\": \"dicg\"\n        },\n        {\n            \"shortName\": \"development bank of singapore\",\n            \"registeredName\": \"DEVELOPMENT BANK OF SINGAPORE\",\n            \"displayName\": \"DEVELOPMENT BANK OF SINGAPORE\",\n            \"fourCharacterBankCode\": \"dbss\"\n        },\n        {\n            \"shortName\": \"doha bank\",\n            \"registeredName\": \"DOHA BANK\",\n            \"displayName\": \"DOHA BANK\",\n            \"fourCharacterBankCode\": \"dohb\"\n        },\n        {\n            \"shortName\": \"dombivli nagari sahakari bank limited\",\n            \"registeredName\": \"DOMBIVLI NAGARI SAHAKARI BANK LIMITED\",\n            \"displayName\": \"DOMBIVLI NAGARI SAHAKARI BANK LIMITED\",\n            \"fourCharacterBankCode\": \"dnsb\"\n        },\n        {\n            \"shortName\": \"durgapur steel peoples' co-op bank ltd\",\n            \"registeredName\": \"DURGAPUR STEEL PEOPLES' CO-OP BANK LTD\",\n            \"displayName\": \"DURGAPUR STEEL PEOPLES' CO-OP BANK LTD\",\n            \"fourCharacterBankCode\": \"durg\"\n        },\n        {\n            \"shortName\": \"emirates nbd bank pjsc\",\n            \"registeredName\": \"EMIRATES NBD BANK PJSC\",\n            \"displayName\": \"EMIRATES NBD BANK PJSC\",\n            \"fourCharacterBankCode\": \"ebil\"\n        },\n        {\n            \"shortName\": \"esaf small finance bank limited\",\n            \"registeredName\": \"ESAF SMALL FINANCE BANK LIMITED\",\n            \"displayName\": \"ESAF SMALL FINANCE BANK LIMITED\",\n            \"fourCharacterBankCode\": \"esmf\"\n        },\n        {\n            \"shortName\": \"export import bank of india\",\n            \"registeredName\": \"EXPORT IMPORT BANK OF INDIA\",\n            \"displayName\": \"EXPORT IMPORT BANK OF INDIA\",\n            \"fourCharacterBankCode\": \"eibi\"\n        },\n        {\n            \"shortName\": \"firstrand bank limited\",\n            \"registeredName\": \"FIRSTRAND BANK LIMITED\",\n            \"displayName\": \"FIRSTRAND BANK LIMITED\",\n            \"fourCharacterBankCode\": \"firn\"\n        },\n        {\n            \"shortName\": \"goldman sachs india capital markets pvt ltd.\",\n            \"registeredName\": \"GOLDMAN SACHS INDIA CAPITAL MARKETS PVT LTD.\",\n            \"displayName\": \"GOLDMAN SACHS INDIA CAPITAL MARKETS PVT LTD.\",\n            \"fourCharacterBankCode\": \"gsis\"\n        },\n        {\n            \"shortName\": \"g p parsik bank\",\n            \"registeredName\": \"G P PARSIK BANK\",\n            \"displayName\": \"G P PARSIK BANK\",\n            \"fourCharacterBankCode\": \"pjsb\"\n        },\n        {\n            \"shortName\": \"himachal pradesh state cooperative bank ltd\",\n            \"registeredName\": \"HIMACHAL PRADESH STATE COOPERATIVE BANK LTD\",\n            \"displayName\": \"HIMACHAL PRADESH STATE COOPERATIVE BANK LTD\",\n            \"fourCharacterBankCode\": \"hpsc\"\n        },\n        {\n            \"shortName\": \"idukki district co operative bank ltd\",\n            \"registeredName\": \"IDUKKI DISTRICT CO OPERATIVE BANK LTD\",\n            \"displayName\": \"IDUKKI DISTRICT CO OPERATIVE BANK LTD\",\n            \"fourCharacterBankCode\": \"iduk\"\n        },\n        {\n            \"shortName\": \"indian clearing corporation ltd.\",\n            \"registeredName\": \"INDIAN CLEARING CORPORATION LTD.\",\n            \"displayName\": \"INDIAN CLEARING CORPORATION LTD.\",\n            \"fourCharacterBankCode\": \"icll\"\n        },\n        {\n            \"shortName\": \"industrial and commercial bank of china limited\",\n            \"registeredName\": \"INDUSTRIAL AND COMMERCIAL BANK OF CHINA LIMITED\",\n            \"displayName\": \"INDUSTRIAL AND COMMERCIAL BANK OF CHINA LIMITED\",\n            \"fourCharacterBankCode\": \"icbc\"\n        },\n        {\n            \"shortName\": \"industrial bank of korea\",\n            \"registeredName\": \"INDUSTRIAL BANK OF KOREA\",\n            \"displayName\": \"INDUSTRIAL BANK OF KOREA\",\n            \"fourCharacterBankCode\": \"ibko\"\n        },\n        {\n            \"shortName\": \"irinjalakuda town cooperative bank ltd\",\n            \"registeredName\": \"IRINJALAKUDA TOWN COOPERATIVE BANK LTD\",\n            \"displayName\": \"IRINJALAKUDA TOWN COOPERATIVE BANK LTD\",\n            \"fourCharacterBankCode\": \"itbl\"\n        },\n        {\n            \"shortName\": \"jalgaon janata sahakari bank limited\",\n            \"registeredName\": \"JALGAON JANATA SAHAKARI BANK LIMITED\",\n            \"displayName\": \"JALGAON JANATA SAHAKARI BANK LIMITED\",\n            \"fourCharacterBankCode\": \"jjsb\"\n        },\n        {\n            \"shortName\": \"jammu and kashmir bank limited\",\n            \"registeredName\": \"JAMMU AND KASHMIR BANK LIMITED\",\n            \"displayName\": \"JAMMU AND KASHMIR BANK LIMITED\",\n            \"fourCharacterBankCode\": \"jaka\"\n        },\n        {\n            \"shortName\": \"janakalyan sahakari bank limited\",\n            \"registeredName\": \"JANAKALYAN SAHAKARI BANK LIMITED\",\n            \"displayName\": \"JANAKALYAN SAHAKARI BANK LIMITED\",\n            \"fourCharacterBankCode\": \"jsbl\"\n        },\n        {\n            \"shortName\": \"janaseva sahakari bank limited\",\n            \"registeredName\": \"JANASEVA SAHAKARI BANK LIMITED\",\n            \"displayName\": \"JANASEVA SAHAKARI BANK LIMITED\",\n            \"fourCharacterBankCode\": \"jana\"\n        },\n        {\n            \"shortName\": \"janata sahakari bank limited\",\n            \"registeredName\": \"JANATA SAHAKARI BANK LIMITED\",\n            \"displayName\": \"JANATA SAHAKARI BANK LIMITED\",\n            \"fourCharacterBankCode\": \"jsbp\"\n        },\n        {\n            \"shortName\": \"jp morgan bank\",\n            \"registeredName\": \"JP MORGAN BANK\",\n            \"displayName\": \"JP MORGAN BANK\",\n            \"fourCharacterBankCode\": \"chas\"\n        },\n        {\n            \"shortName\": \"kallappanna awade ichalkaranji janata sahakari bank limited\",\n            \"registeredName\": \"KALLAPPANNA AWADE ICHALKARANJI JANATA SAHAKARI BANK LIMITED\",\n            \"displayName\": \"KALLAPPANNA AWADE ICHALKARANJI JANATA SAHAKARI BANK LIMITED\",\n            \"fourCharacterBankCode\": \"kaij\"\n        },\n        {\n            \"shortName\": \"kalupur commercial cooperative bank\",\n            \"registeredName\": \"KALUPUR COMMERCIAL COOPERATIVE BANK\",\n            \"displayName\": \"KALUPUR COMMERCIAL COOPERATIVE BANK\",\n            \"fourCharacterBankCode\": \"kccb\"\n        },\n        {\n            \"shortName\": \"kalyan janata sahakari bank\",\n            \"registeredName\": \"KALYAN JANATA SAHAKARI BANK\",\n            \"displayName\": \"KALYAN JANATA SAHAKARI BANK\",\n            \"fourCharacterBankCode\": \"kjsb\"\n        },\n        {\n            \"shortName\": \"kapol cooperative bank limited\",\n            \"registeredName\": \"KAPOL COOPERATIVE BANK LIMITED\",\n            \"displayName\": \"KAPOL COOPERATIVE BANK LIMITED\",\n            \"fourCharacterBankCode\": \"kcbl\"\n        },\n        {\n            \"shortName\": \"karnataka vikas grameena bank\",\n            \"registeredName\": \"KARNATAKA VIKAS GRAMEENA BANK\",\n            \"displayName\": \"KARNATAKA VIKAS GRAMEENA BANK\",\n            \"fourCharacterBankCode\": \"kvgb\"\n        },\n        {\n            \"shortName\": \"kaveri grameena bank\",\n            \"registeredName\": \"KAVERI GRAMEENA BANK\",\n            \"displayName\": \"KAVERI GRAMEENA BANK\",\n            \"fourCharacterBankCode\": \"kgrb\"\n        },\n        {\n            \"shortName\": \"keb hana bank\",\n            \"registeredName\": \"KEB Hana Bank\",\n            \"displayName\": \"KEB Hana Bank\",\n            \"fourCharacterBankCode\": \"koex\"\n        },\n        {\n            \"shortName\": \"kerala gramin bank\",\n            \"registeredName\": \"KERALA GRAMIN BANK\",\n            \"displayName\": \"KERALA GRAMIN BANK\",\n            \"fourCharacterBankCode\": \"klgb\"\n        },\n        {\n            \"shortName\": \"kolhapur urban cooperative bank ltd\",\n            \"registeredName\": \"KOLHAPUR URBAN COOPERATIVE BANK LTD\",\n            \"displayName\": \"KOLHAPUR URBAN COOPERATIVE BANK LTD\",\n            \"fourCharacterBankCode\": \"kolh\"\n        },\n        {\n            \"shortName\": \"krung thai bank plc\",\n            \"registeredName\": \"KRUNG THAI BANK PLC\",\n            \"displayName\": \"KRUNG THAI BANK PLC\",\n            \"fourCharacterBankCode\": \"krth\"\n        },\n        {\n            \"shortName\": \"mahanagar cooperative bank\",\n            \"registeredName\": \"MAHANAGAR COOPERATIVE BANK\",\n            \"displayName\": \"MAHANAGAR COOPERATIVE BANK\",\n            \"fourCharacterBankCode\": \"mcbl\"\n        },\n        {\n            \"shortName\": \"maharashtra state cooperative bank\",\n            \"registeredName\": \"MAHARASHTRA STATE COOPERATIVE BANK\",\n            \"displayName\": \"MAHARASHTRA STATE COOPERATIVE BANK\",\n            \"fourCharacterBankCode\": \"msci\"\n        },\n        {\n            \"shortName\": \"mashreqbank psc\",\n            \"registeredName\": \"MASHREQBANK PSC\",\n            \"displayName\": \"MASHREQBANK PSC\",\n            \"fourCharacterBankCode\": \"mshq\"\n        },\n        {\n            \"shortName\": \"mizuho bank ltd\",\n            \"registeredName\": \"MIZUHO BANK LTD\",\n            \"displayName\": \"MIZUHO BANK LTD\",\n            \"fourCharacterBankCode\": \"mhcb\"\n        },\n        {\n            \"shortName\": \"morgan stanley india primary dealer pvt ltd.\",\n            \"registeredName\": \"MORGAN STANLEY INDIA PRIMARY DEALER PVT LTD.\",\n            \"displayName\": \"MORGAN STANLEY INDIA PRIMARY DEALER PVT LTD.\",\n            \"fourCharacterBankCode\": \"mspd\"\n        },\n        {\n            \"shortName\": \"nabard\",\n            \"registeredName\": \"NABARD\",\n            \"displayName\": \"NABARD\",\n            \"fourCharacterBankCode\": \"nbrd\"\n        },\n        {\n            \"shortName\": \"nagar urban co operative bank\",\n            \"registeredName\": \"NAGAR URBAN CO OPERATIVE BANK\",\n            \"displayName\": \"NAGAR URBAN CO OPERATIVE BANK\",\n            \"fourCharacterBankCode\": \"nucb\"\n        },\n        {\n            \"shortName\": \"nagpur nagarik sahakari bank limited\",\n            \"registeredName\": \"NAGPUR NAGARIK SAHAKARI BANK LIMITED\",\n            \"displayName\": \"NAGPUR NAGARIK SAHAKARI BANK LIMITED\",\n            \"fourCharacterBankCode\": \"ngsb\"\n        },\n        {\n            \"shortName\": \"national australia bank limited\",\n            \"registeredName\": \"NATIONAL AUSTRALIA BANK LIMITED\",\n            \"displayName\": \"NATIONAL AUSTRALIA BANK LIMITED\",\n            \"fourCharacterBankCode\": \"nata\"\n        },\n        {\n            \"shortName\": \"national bank of abu dhabi pjsc\",\n            \"registeredName\": \"NATIONAL BANK OF ABU DHABI PJSC\",\n            \"displayName\": \"NATIONAL BANK OF ABU DHABI PJSC\",\n            \"fourCharacterBankCode\": \"nbad\"\n        },\n        {\n            \"shortName\": \"national payments corporation of india\",\n            \"registeredName\": \"NATIONAL PAYMENTS CORPORATION OF INDIA\",\n            \"displayName\": \"NATIONAL PAYMENTS CORPORATION OF INDIA\",\n            \"fourCharacterBankCode\": \"npci\"\n        },\n        {\n            \"shortName\": \"nsdl payments bank limited\",\n            \"registeredName\": \"NSDL Payments Bank Limited\",\n            \"displayName\": \"NSDL Payments Bank Limited\",\n            \"fourCharacterBankCode\": \"nspb\"\n        },\n        {\n            \"shortName\": \"new india cooperative bank limited\",\n            \"registeredName\": \"NEW INDIA COOPERATIVE BANK LIMITED\",\n            \"displayName\": \"NEW INDIA COOPERATIVE BANK LIMITED\",\n            \"fourCharacterBankCode\": \"nicb\"\n        },\n        {\n            \"shortName\": \"nilambur co-operative urban bank\",\n            \"registeredName\": \"NILAMBUR CO-OPERATIVE URBAN BANK\",\n            \"displayName\": \"NILAMBUR CO-OPERATIVE URBAN BANK\",\n            \"fourCharacterBankCode\": \"ncub\"\n        },\n        {\n            \"shortName\": \"nkgsb cooperative bank limited\",\n            \"registeredName\": \"NKGSB COOPERATIVE BANK LIMITED\",\n            \"displayName\": \"NKGSB COOPERATIVE BANK LIMITED\",\n            \"fourCharacterBankCode\": \"nkgs\"\n        },\n        {\n            \"shortName\": \"north east small finance bank limited\",\n            \"registeredName\": \"NORTH EAST SMALL FINANCE BANK LIMITED\",\n            \"displayName\": \"NORTH EAST SMALL FINANCE BANK LIMITED\",\n            \"fourCharacterBankCode\": \"nesf\"\n        },\n        {\n            \"shortName\": \"nomura fixed income securities pvt ltd.\",\n            \"registeredName\": \"NOMURA FIXED INCOME SECURITIES PVT LTD.\",\n            \"displayName\": \"NOMURA FIXED INCOME SECURITIES PVT LTD.\",\n            \"fourCharacterBankCode\": \"nfis\"\n        },\n        {\n            \"shortName\": \"nse clearing limited\",\n            \"registeredName\": \"NSE Clearing Limited\",\n            \"displayName\": \"NSE Clearing Limited\",\n            \"fourCharacterBankCode\": \"xnse\"\n        },\n        {\n            \"shortName\": \"nutan nagarik sahakari bank limited\",\n            \"registeredName\": \"NUTAN NAGARIK SAHAKARI BANK LIMITED\",\n            \"displayName\": \"NUTAN NAGARIK SAHAKARI BANK LIMITED\",\n            \"fourCharacterBankCode\": \"nnsb\"\n        },\n        {\n            \"shortName\": \"orissa state co-operative bank ltd.\",\n            \"registeredName\": \"ORISSA STATE CO-OPERATIVE BANK LTD.\",\n            \"displayName\": \"ORISSA STATE CO-OPERATIVE BANK LTD.\",\n            \"fourCharacterBankCode\": \"orcb\"\n        },\n        {\n            \"shortName\": \"pnb gilts ltd.\",\n            \"registeredName\": \"PNB GILTS LTD.\",\n            \"displayName\": \"PNB GILTS LTD.\",\n            \"fourCharacterBankCode\": \"pnbg\"\n        },\n        {\n            \"shortName\": \"pragathi krishna gramin bank\",\n            \"registeredName\": \"PRAGATHI KRISHNA GRAMIN BANK\",\n            \"displayName\": \"PRAGATHI KRISHNA GRAMIN BANK\",\n            \"fourCharacterBankCode\": \"pkgb\"\n        },\n        {\n            \"shortName\": \"prathama bank\",\n            \"registeredName\": \"PRATHAMA BANK\",\n            \"displayName\": \"PRATHAMA BANK\",\n            \"fourCharacterBankCode\": \"prth\"\n        },\n        {\n            \"shortName\": \"prime cooperative bank limited\",\n            \"registeredName\": \"PRIME COOPERATIVE BANK LIMITED\",\n            \"displayName\": \"PRIME COOPERATIVE BANK LIMITED\",\n            \"fourCharacterBankCode\": \"pmec\"\n        },\n        {\n            \"shortName\": \"pt bank maybank indonesia tbk\",\n            \"registeredName\": \"PT BANK MAYBANK INDONESIA TBK\",\n            \"displayName\": \"PT BANK MAYBANK INDONESIA TBK\",\n            \"fourCharacterBankCode\": \"ibbk\"\n        },\n        {\n            \"shortName\": \"qatar national bank(q.p.s.c)\",\n            \"registeredName\": \"QATAR NATIONAL BANK(Q.P.S.C)\",\n            \"displayName\": \"QATAR NATIONAL BANK(Q.P.S.C)\",\n            \"fourCharacterBankCode\": \"qnba\"\n        },\n        {\n            \"shortName\": \"rabobank international\",\n            \"registeredName\": \"RABOBANK INTERNATIONAL\",\n            \"displayName\": \"RABOBANK INTERNATIONAL\",\n            \"fourCharacterBankCode\": \"rabo\"\n        },\n        {\n            \"shortName\": \"rajgurunagar sahakari bank limited\",\n            \"registeredName\": \"RAJGURUNAGAR SAHAKARI BANK LIMITED\",\n            \"displayName\": \"RAJGURUNAGAR SAHAKARI BANK LIMITED\",\n            \"fourCharacterBankCode\": \"rsbl\"\n        },\n        {\n            \"shortName\": \"rajkot nagrik sahakari bank limited\",\n            \"registeredName\": \"RAJKOT NAGRIK SAHAKARI BANK LIMITED\",\n            \"displayName\": \"RAJKOT NAGRIK SAHAKARI BANK LIMITED\",\n            \"fourCharacterBankCode\": \"rnsb\"\n        },\n        {\n            \"shortName\": \"national clearing cell mro rbi\",\n            \"registeredName\": \"NATIONAL CLEARING CELL MRO RBI\",\n            \"displayName\": \"NATIONAL CLEARING CELL MRO RBI\",\n            \"fourCharacterBankCode\": \"rbip\"\n        },\n        {\n            \"shortName\": \"sahebrao deshmukh cooperative bank limited\",\n            \"registeredName\": \"SAHEBRAO DESHMUKH COOPERATIVE BANK LIMITED\",\n            \"displayName\": \"SAHEBRAO DESHMUKH COOPERATIVE BANK LIMITED\",\n            \"fourCharacterBankCode\": \"sahe\"\n        },\n        {\n            \"shortName\": \"saraswat cooperative bank limited\",\n            \"registeredName\": \"SARASWAT COOPERATIVE BANK LIMITED\",\n            \"displayName\": \"SARASWAT COOPERATIVE BANK LIMITED\",\n            \"fourCharacterBankCode\": \"srcb\"\n        },\n        {\n            \"shortName\": \"sber bank\",\n            \"registeredName\": \"SBER BANK\",\n            \"displayName\": \"SBER BANK\",\n            \"fourCharacterBankCode\": \"sabr\"\n        },\n        {\n            \"shortName\": \"sbm bank mauritius limited\",\n            \"registeredName\": \"SBM BANK MAURITIUS LIMITED\",\n            \"displayName\": \"SBM BANK MAURITIUS LIMITED\",\n            \"fourCharacterBankCode\": \"stcb\"\n        },\n        {\n            \"shortName\": \"shikshak sahakari bank limited\",\n            \"registeredName\": \"SHIKSHAK SAHAKARI BANK LIMITED\",\n            \"displayName\": \"SHIKSHAK SAHAKARI BANK LIMITED\",\n            \"fourCharacterBankCode\": \"sksb\"\n        },\n        {\n            \"shortName\": \"shinhan bank\",\n            \"registeredName\": \"SHINHAN BANK\",\n            \"displayName\": \"SHINHAN BANK\",\n            \"fourCharacterBankCode\": \"shbk\"\n        },\n        {\n            \"shortName\": \"shivalik mercantile co operative bank ltd\",\n            \"registeredName\": \"SHIVALIK MERCANTILE CO OPERATIVE BANK LTD\",\n            \"displayName\": \"SHIVALIK MERCANTILE CO OPERATIVE BANK LTD\",\n            \"fourCharacterBankCode\": \"smcb\"\n        },\n        {\n            \"shortName\": \"shri chhatrapati rajashri shahu urban cooperative bank limited\",\n            \"registeredName\": \"SHRI CHHATRAPATI RAJASHRI SHAHU URBAN COOPERATIVE BANK LIMITED\",\n            \"displayName\": \"SHRI CHHATRAPATI RAJASHRI SHAHU URBAN COOPERATIVE BANK LIMITED\",\n            \"fourCharacterBankCode\": \"crub\"\n        },\n        {\n            \"shortName\": \"societe generale\",\n            \"registeredName\": \"SOCIETE GENERALE\",\n            \"displayName\": \"SOCIETE GENERALE\",\n            \"fourCharacterBankCode\": \"soge\"\n        },\n        {\n            \"shortName\": \"solapur janata sahakari bank limited\",\n            \"registeredName\": \"SOLAPUR JANATA SAHAKARI BANK LIMITED\",\n            \"displayName\": \"SOLAPUR JANATA SAHAKARI BANK LIMITED\",\n            \"fourCharacterBankCode\": \"sjsb\"\n        },\n        {\n            \"shortName\": \"state bank of bikaner and jaipur\",\n            \"registeredName\": \"STATE BANK OF BIKANER AND JAIPUR\",\n            \"displayName\": \"STATE BANK OF BIKANER AND JAIPUR\",\n            \"fourCharacterBankCode\": \"sbbj\"\n        },\n        {\n            \"shortName\": \"sbi dfhi ltd.\",\n            \"registeredName\": \"SBI DFHI LTD.\",\n            \"displayName\": \"SBI DFHI LTD.\",\n            \"fourCharacterBankCode\": \"sbdf\"\n        },\n        {\n            \"shortName\": \"state bank of mysore\",\n            \"registeredName\": \"STATE BANK OF MYSORE\",\n            \"displayName\": \"STATE BANK OF MYSORE\",\n            \"fourCharacterBankCode\": \"sbmy\"\n        },\n        {\n            \"shortName\": \"state bank of patiala\",\n            \"registeredName\": \"STATE BANK OF PATIALA\",\n            \"displayName\": \"STATE BANK OF PATIALA\",\n            \"fourCharacterBankCode\": \"stbp\"\n        },\n        {\n            \"shortName\": \"state bank of travancore\",\n            \"registeredName\": \"STATE BANK OF TRAVANCORE\",\n            \"displayName\": \"STATE BANK OF TRAVANCORE\",\n            \"fourCharacterBankCode\": \"sbtr\"\n        },\n        {\n            \"shortName\": \"sumitomo mitsui banking corporation\",\n            \"registeredName\": \"SUMITOMO MITSUI BANKING CORPORATION\",\n            \"displayName\": \"SUMITOMO MITSUI BANKING CORPORATION\",\n            \"fourCharacterBankCode\": \"smbc\"\n        },\n        {\n            \"shortName\": \"surat national cooperative bank limited\",\n            \"registeredName\": \"SURAT NATIONAL COOPERATIVE BANK LIMITED\",\n            \"displayName\": \"SURAT NATIONAL COOPERATIVE BANK LIMITED\",\n            \"fourCharacterBankCode\": \"sunb\"\n        },\n        {\n            \"shortName\": \"suryoday small finance bank limited\",\n            \"registeredName\": \"SURYODAY SMALL FINANCE BANK LIMITED\",\n            \"displayName\": \"SURYODAY SMALL FINANCE BANK LIMITED\",\n            \"fourCharacterBankCode\": \"sury\"\n        },\n        {\n            \"shortName\": \"sutex cooperative bank limited\",\n            \"registeredName\": \"SUTEX COOPERATIVE BANK LIMITED\",\n            \"displayName\": \"SUTEX COOPERATIVE BANK LIMITED\",\n            \"fourCharacterBankCode\": \"sutb\"\n        },\n        {\n            \"shortName\": \"tamilnad mercantile bank limited\",\n            \"registeredName\": \"TAMILNAD MERCANTILE BANK LIMITED\",\n            \"displayName\": \"TAMILNAD MERCANTILE BANK LIMITED\",\n            \"fourCharacterBankCode\": \"tmbl\"\n        },\n        {\n            \"shortName\": \"telangana state coop apex bank\",\n            \"registeredName\": \"TELANGANA STATE COOP APEX BANK\",\n            \"displayName\": \"TELANGANA STATE COOP APEX BANK\",\n            \"fourCharacterBankCode\": \"tsab\"\n        },\n        {\n            \"shortName\": \"textile traders co-operative bank limited\",\n            \"registeredName\": \"TEXTILE TRADERS CO-OPERATIVE BANK LIMITED\",\n            \"displayName\": \"TEXTILE TRADERS CO-OPERATIVE BANK LIMITED\",\n            \"fourCharacterBankCode\": \"ttcb\"\n        },\n        {\n            \"shortName\": \"the a.p. mahesh cooperative urban bank limited\",\n            \"registeredName\": \"THE A.P. MAHESH COOPERATIVE URBAN BANK LIMITED\",\n            \"displayName\": \"THE A.P. MAHESH COOPERATIVE URBAN BANK LIMITED\",\n            \"fourCharacterBankCode\": \"apmc\"\n        },\n        {\n            \"shortName\": \"the andhra pradesh state cooperative bank limited\",\n            \"registeredName\": \"THE ANDHRA PRADESH STATE COOPERATIVE BANK LIMITED\",\n            \"displayName\": \"THE ANDHRA PRADESH STATE COOPERATIVE BANK LIMITED\",\n            \"fourCharacterBankCode\": \"apbl\"\n        },\n        {\n            \"shortName\": \"the bank of nova scotia\",\n            \"registeredName\": \"THE BANK OF NOVA SCOTIA\",\n            \"displayName\": \"THE BANK OF NOVA SCOTIA\",\n            \"fourCharacterBankCode\": \"nosc\"\n        },\n        {\n            \"shortName\": \"the baramati sahakari bank ltd\",\n            \"registeredName\": \"THE BARAMATI SAHAKARI BANK LTD\",\n            \"displayName\": \"THE BARAMATI SAHAKARI BANK LTD\",\n            \"fourCharacterBankCode\": \"bara\"\n        },\n        {\n            \"shortName\": \"the cosmos co operative bank limited\",\n            \"registeredName\": \"THE COSMOS CO OPERATIVE BANK LIMITED\",\n            \"displayName\": \"THE COSMOS CO OPERATIVE BANK LIMITED\",\n            \"fourCharacterBankCode\": \"cosb\"\n        },\n        {\n            \"shortName\": \"the delhi state cooperative bank limited\",\n            \"registeredName\": \"THE DELHI STATE COOPERATIVE BANK LIMITED\",\n            \"displayName\": \"THE DELHI STATE COOPERATIVE BANK LIMITED\",\n            \"fourCharacterBankCode\": \"dlsc\"\n        },\n        {\n            \"shortName\": \"the gadchiroli district central cooperative bank limited\",\n            \"registeredName\": \"THE GADCHIROLI DISTRICT CENTRAL COOPERATIVE BANK LIMITED\",\n            \"displayName\": \"THE GADCHIROLI DISTRICT CENTRAL COOPERATIVE BANK LIMITED\",\n            \"fourCharacterBankCode\": \"gdcb\"\n        },\n        {\n            \"shortName\": \"the greater bombay cooperative bank limited\",\n            \"registeredName\": \"THE GREATER BOMBAY COOPERATIVE BANK LIMITED\",\n            \"displayName\": \"THE GREATER BOMBAY COOPERATIVE BANK LIMITED\",\n            \"fourCharacterBankCode\": \"gbcb\"\n        },\n        {\n            \"shortName\": \"the gujarat state cooperative bank limited\",\n            \"registeredName\": \"THE GUJARAT STATE COOPERATIVE BANK LIMITED\",\n            \"displayName\": \"THE GUJARAT STATE COOPERATIVE BANK LIMITED\",\n            \"fourCharacterBankCode\": \"gscb\"\n        },\n        {\n            \"shortName\": \"the hasti coop bank ltd\",\n            \"registeredName\": \"THE HASTI COOP BANK LTD\",\n            \"displayName\": \"THE HASTI COOP BANK LTD\",\n            \"fourCharacterBankCode\": \"hcbl\"\n        },\n        {\n            \"shortName\": \"the jalgaon peopels cooperative bank limited\",\n            \"registeredName\": \"THE JALGAON PEOPELS COOPERATIVE BANK LIMITED\",\n            \"displayName\": \"THE JALGAON PEOPELS COOPERATIVE BANK LIMITED\",\n            \"fourCharacterBankCode\": \"jpcb\"\n        },\n        {\n            \"shortName\": \"the kangra central cooperative bank limited\",\n            \"registeredName\": \"THE KANGRA CENTRAL COOPERATIVE BANK LIMITED\",\n            \"displayName\": \"THE KANGRA CENTRAL COOPERATIVE BANK LIMITED\",\n            \"fourCharacterBankCode\": \"kace\"\n        },\n        {\n            \"shortName\": \"the karad urban cooperative bank limited\",\n            \"registeredName\": \"THE KARAD URBAN COOPERATIVE BANK LIMITED\",\n            \"displayName\": \"THE KARAD URBAN COOPERATIVE BANK LIMITED\",\n            \"fourCharacterBankCode\": \"kucb\"\n        },\n        {\n            \"shortName\": \"the karanataka state cooperative apex bank limited\",\n            \"registeredName\": \"THE KARANATAKA STATE COOPERATIVE APEX BANK LIMITED\",\n            \"displayName\": \"THE KARANATAKA STATE COOPERATIVE APEX BANK LIMITED\",\n            \"fourCharacterBankCode\": \"kscb\"\n        },\n        {\n            \"shortName\": \"the kozhikode district cooperative bank limited\",\n            \"registeredName\": \"The Kozhikode District Cooperative Bank Limited\",\n            \"displayName\": \"The Kozhikode District Cooperative Bank Limited\",\n            \"fourCharacterBankCode\": \"kdcb\"\n        },\n        {\n            \"shortName\": \"the kurmanchal nagar sahakari bank limited\",\n            \"registeredName\": \"THE KURMANCHAL NAGAR SAHAKARI BANK LIMITED\",\n            \"displayName\": \"THE KURMANCHAL NAGAR SAHAKARI BANK LIMITED\",\n            \"fourCharacterBankCode\": \"knsb\"\n        },\n        {\n            \"shortName\": \"the mehsana urban cooperative bank\",\n            \"registeredName\": \"THE MEHSANA URBAN COOPERATIVE BANK\",\n            \"displayName\": \"THE MEHSANA URBAN COOPERATIVE BANK\",\n            \"fourCharacterBankCode\": \"msnu\"\n        },\n        {\n            \"shortName\": \"the mumbai district central cooperative bank limited\",\n            \"registeredName\": \"THE MUMBAI DISTRICT CENTRAL COOPERATIVE BANK LIMITED\",\n            \"displayName\": \"THE MUMBAI DISTRICT CENTRAL COOPERATIVE BANK LIMITED\",\n            \"fourCharacterBankCode\": \"mdcb\"\n        },\n        {\n            \"shortName\": \"the municipal cooperative bank limited\",\n            \"registeredName\": \"THE MUNICIPAL COOPERATIVE BANK LIMITED\",\n            \"displayName\": \"THE MUNICIPAL COOPERATIVE BANK LIMITED\",\n            \"fourCharacterBankCode\": \"mubl\"\n        },\n        {\n            \"shortName\": \"the nainital bank limited\",\n            \"registeredName\": \"THE NAINITAL BANK LIMITED\",\n            \"displayName\": \"THE NAINITAL BANK LIMITED\",\n            \"fourCharacterBankCode\": \"ntbl\"\n        },\n        {\n            \"shortName\": \"the nasik merchants cooperative bank limited\",\n            \"registeredName\": \"THE NASIK MERCHANTS COOPERATIVE BANK LIMITED\",\n            \"displayName\": \"THE NASIK MERCHANTS COOPERATIVE BANK LIMITED\",\n            \"fourCharacterBankCode\": \"nmcb\"\n        },\n        {\n            \"shortName\": \"the nav jeevan co-op. bank ltd.\",\n            \"registeredName\": \"THE NAV JEEVAN CO-OP. BANK LTD.\",\n            \"displayName\": \"THE NAV JEEVAN CO-OP. BANK LTD.\",\n            \"fourCharacterBankCode\": \"njbk\"\n        },\n        {\n            \"shortName\": \"the navnirman co-operative bank limited\",\n            \"registeredName\": \"THE NAVNIRMAN CO-OPERATIVE BANK LIMITED\",\n            \"displayName\": \"THE NAVNIRMAN CO-OPERATIVE BANK LIMITED\",\n            \"fourCharacterBankCode\": \"nvnm\"\n        },\n        {\n            \"shortName\": \"the pandharpur urban co op. bank ltd. pandharpur\",\n            \"registeredName\": \"THE PANDHARPUR URBAN CO OP. BANK LTD. PANDHARPUR\",\n            \"displayName\": \"THE PANDHARPUR URBAN CO OP. BANK LTD. PANDHARPUR\",\n            \"fourCharacterBankCode\": \"pucb\"\n        },\n        {\n            \"shortName\": \"the pusad urban co-op bank ltd\",\n            \"registeredName\": \"THE PUSAD URBAN CO-OP BANK LTD\",\n            \"displayName\": \"THE PUSAD URBAN CO-OP BANK LTD\",\n            \"fourCharacterBankCode\": \"pusd\"\n        },\n        {\n            \"shortName\": \"the rajasthan state cooperative bank limited\",\n            \"registeredName\": \"THE RAJASTHAN STATE COOPERATIVE BANK LIMITED\",\n            \"displayName\": \"THE RAJASTHAN STATE COOPERATIVE BANK LIMITED\",\n            \"fourCharacterBankCode\": \"rscb\"\n        },\n        {\n            \"shortName\": \"the royal bank of scotland n v\",\n            \"registeredName\": \"THE ROYAL BANK OF SCOTLAND N V\",\n            \"displayName\": \"THE ROYAL BANK OF SCOTLAND N V\",\n            \"fourCharacterBankCode\": \"abna\"\n        },\n        {\n            \"shortName\": \"the seva vikas cooperative bank limited\",\n            \"registeredName\": \"THE SEVA VIKAS COOPERATIVE BANK LIMITED\",\n            \"displayName\": \"THE SEVA VIKAS COOPERATIVE BANK LIMITED\",\n            \"fourCharacterBankCode\": \"svbl\"\n        },\n        {\n            \"shortName\": \"the shamrao vithal cooperative bank\",\n            \"registeredName\": \"THE SHAMRAO VITHAL COOPERATIVE BANK\",\n            \"displayName\": \"THE SHAMRAO VITHAL COOPERATIVE BANK\",\n            \"fourCharacterBankCode\": \"svcb\"\n        },\n        {\n            \"shortName\": \"the surat district cooperative bank limited\",\n            \"registeredName\": \"THE SURAT DISTRICT COOPERATIVE BANK LIMITED\",\n            \"displayName\": \"THE SURAT DISTRICT COOPERATIVE BANK LIMITED\",\n            \"fourCharacterBankCode\": \"sdcb\"\n        },\n        {\n            \"shortName\": \"the surath peoples cooperative bank limited\",\n            \"registeredName\": \"THE SURATH PEOPLES COOPERATIVE BANK LIMITED\",\n            \"displayName\": \"THE SURATH PEOPLES COOPERATIVE BANK LIMITED\",\n            \"fourCharacterBankCode\": \"spcb\"\n        },\n        {\n            \"shortName\": \"the tamil nadu state apex cooperative bank\",\n            \"registeredName\": \"THE TAMIL NADU STATE APEX COOPERATIVE BANK\",\n            \"displayName\": \"THE TAMIL NADU STATE APEX COOPERATIVE BANK\",\n            \"fourCharacterBankCode\": \"tnsc\"\n        },\n        {\n            \"shortName\": \"the thane bharat sahakari bank limited\",\n            \"registeredName\": \"THE THANE BHARAT SAHAKARI BANK LIMITED\",\n            \"displayName\": \"THE THANE BHARAT SAHAKARI BANK LIMITED\",\n            \"fourCharacterBankCode\": \"tbsb\"\n        },\n        {\n            \"shortName\": \"the thane district central cooperative bank limited\",\n            \"registeredName\": \"THE THANE DISTRICT CENTRAL COOPERATIVE BANK LIMITED\",\n            \"displayName\": \"THE THANE DISTRICT CENTRAL COOPERATIVE BANK LIMITED\",\n            \"fourCharacterBankCode\": \"tdcb\"\n        },\n        {\n            \"shortName\": \"the varachha cooperative bank limited\",\n            \"registeredName\": \"THE VARACHHA COOPERATIVE BANK LIMITED\",\n            \"displayName\": \"THE VARACHHA COOPERATIVE BANK LIMITED\",\n            \"fourCharacterBankCode\": \"vara\"\n        },\n        {\n            \"shortName\": \"the vijay co-operative bank ltd.\",\n            \"registeredName\": \"THE VIJAY CO-OPERATIVE BANK LTD.\",\n            \"displayName\": \"THE VIJAY CO-OPERATIVE BANK LTD.\",\n            \"fourCharacterBankCode\": \"vcob\"\n        },\n        {\n            \"shortName\": \"the vishweshwar sahakari bank limited\",\n            \"registeredName\": \"THE VISHWESHWAR SAHAKARI BANK LIMITED\",\n            \"displayName\": \"THE VISHWESHWAR SAHAKARI BANK LIMITED\",\n            \"fourCharacterBankCode\": \"vsbl\"\n        },\n        {\n            \"shortName\": \"the west bengal state cooperative bank\",\n            \"registeredName\": \"THE WEST BENGAL STATE COOPERATIVE BANK\",\n            \"displayName\": \"THE WEST BENGAL STATE COOPERATIVE BANK\",\n            \"fourCharacterBankCode\": \"wbsc\"\n        },\n        {\n            \"shortName\": \"the zoroastrian cooperative bank limited\",\n            \"registeredName\": \"THE ZOROASTRIAN COOPERATIVE BANK LIMITED\",\n            \"displayName\": \"THE ZOROASTRIAN COOPERATIVE BANK LIMITED\",\n            \"fourCharacterBankCode\": \"zcbl\"\n        },\n        {\n            \"shortName\": \"tjsb sahakari bank limited\",\n            \"registeredName\": \"TJSB SAHAKARI BANK LIMITED\",\n            \"displayName\": \"TJSB SAHAKARI BANK LIMITED\",\n            \"fourCharacterBankCode\": \"tjsb\"\n        },\n        {\n            \"shortName\": \"tumkur grain merchants cooperative bank limited\",\n            \"registeredName\": \"TUMKUR GRAIN MERCHANTS COOPERATIVE BANK LIMITED\",\n            \"displayName\": \"TUMKUR GRAIN MERCHANTS COOPERATIVE BANK LIMITED\",\n            \"fourCharacterBankCode\": \"tgmb\"\n        },\n        {\n            \"shortName\": \"ujjivan small finance bank limited\",\n            \"registeredName\": \"Ujjivan Small Finance Bank Limited\",\n            \"displayName\": \"Ujjivan Small Finance Bank Limited\",\n            \"fourCharacterBankCode\": \"ujvn\"\n        },\n        {\n            \"shortName\": \"united bank of india\",\n            \"registeredName\": \"UNITED BANK OF INDIA\",\n            \"displayName\": \"UNITED BANK OF INDIA\",\n            \"fourCharacterBankCode\": \"utbi\"\n        },\n        {\n            \"shortName\": \"utkarsh small finance bank\",\n            \"registeredName\": \"UTKARSH SMALL FINANCE BANK\",\n            \"displayName\": \"UTKARSH SMALL FINANCE BANK\",\n            \"fourCharacterBankCode\": \"utks\"\n        },\n        {\n            \"shortName\": \"vasai vikas sahakari bank limited\",\n            \"registeredName\": \"VASAI VIKAS SAHAKARI BANK LIMITED\",\n            \"displayName\": \"VASAI VIKAS SAHAKARI BANK LIMITED\",\n            \"fourCharacterBankCode\": \"vvsb\"\n        },\n        {\n            \"shortName\": \"westpac banking corporation\",\n            \"registeredName\": \"WESTPAC BANKING CORPORATION\",\n            \"displayName\": \"WESTPAC BANKING CORPORATION\",\n            \"fourCharacterBankCode\": \"wpac\"\n        },\n        {\n            \"shortName\": \"woori bank\",\n            \"registeredName\": \"WOORI BANK\",\n            \"displayName\": \"WOORI BANK\",\n            \"fourCharacterBankCode\": \"hvbk\"\n        },\n        {\n            \"shortName\": \"zila sahakri bank limited ghaziabad\",\n            \"registeredName\": \"ZILA SAHAKRI BANK LIMITED GHAZIABAD\",\n            \"displayName\": \"ZILA SAHAKRI BANK LIMITED GHAZIABAD\",\n            \"fourCharacterBankCode\": \"zsbl\"\n        }\n    ],\n    \"requestTimestamp\": \"2020-07-24 21:01:05.994344 IST (GMT +0530)\",\n    \"responseTimestamp\": \"2020-07-24 21:01:06.015049 IST (GMT +0530)\"\n}"}],"_postman_id":"68b0d21d-6e49-481a-9c45-97e8d8d39a9e"},{"name":"Get Merchant Category code","id":"ea4f7029-6e73-4090-881f-ab15d99e9f45","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"client_id","value":"<YOUR_CLIENT_ID>","type":"text","description":"<p>Decentro assigned client_id for the company</p>\n"},{"key":"client_secret","value":"<YOUR_CLIENT_SECRET>","type":"text","description":"<p>Decentro assigned client_secret for the company</p>\n"},{"key":"module_secret","value":"<YOUR_BANKING_MODULE_SECRET>","type":"text","description":"<p>Decentro assigned banking module_secret for the company</p>\n"},{"key":"Content-Type","value":"application/json","type":"text"}],"url":"https://in.staging.decentro.tech/core_banking/upi/merchant_category","description":"<p>This API allows you to fetch all the UPI merchant category code mapped to line of business.</p>\n","urlObject":{"path":["core_banking","upi","merchant_category"],"host":["https://in.staging.decentro.tech"],"query":[],"variable":[]}},"response":[{"id":"9bfdefcd-1278-4435-b9d8-ef54ebd944db","name":"Successful Retrieval","originalRequest":{"method":"GET","header":[{"key":"client_id","value":"<YOUR_CLIENT_ID>","type":"text","description":"Decentro assigned client_id for the company"},{"key":"client_secret","value":"<YOUR_CLIENT_SECRET>","type":"text","description":"Decentro assigned client_secret for the company"},{"key":"module_secret","value":"<YOUR_BANKING_MODULE_SECRET>","type":"text","description":"Decentro assigned banking module_secret for the company"},{"key":"provider_secret","value":"<YOUR_PROVIDER_SECRET>","type":"text","disabled":true}],"url":"https://in.staging.decentro.tech/core_banking/upi/merchant_category"},"code":200,"_postman_previewlanguage":"json","header":null,"cookie":[],"responseTime":null,"body":"{\n    \"merchantCategories\": [\n        {\n            \"code\": \"1520\",\n            \"description\": \"General Contractors–Residential and Commercial\"\n        },\n        {\n            \"code\": \"1711\",\n            \"description\": \"Air Conditioning,Heating and Plumbing Contractors\"\n        },\n        {\n            \"code\": \"1731\",\n            \"description\": \"Electrical Contractors\"\n        },\n        {\n            \"code\": \"1740\",\n            \"description\": \"Insulation, Masonry, Plastering,Stonework and Tile Setting Contractors\"\n        },\n        {\n            \"code\": \"1750\",\n            \"description\": \"Carpentry Contractors\"\n        },\n        {\n            \"code\": \"1761\",\n            \"description\": \"Roofing and Siding, Sheet Metal Work Contractors\"\n        },\n        {\n            \"code\": \"1771\",\n            \"description\": \"Concrete Work Contractors\"\n        },\n        {\n            \"code\": \"1799\",\n            \"description\": \"Contractors, Special Trade Contractors\"\n        },\n        {\n            \"code\": \"2741\",\n            \"description\": \"Miscellaneous Publishing and Printing\"\n        },\n        {\n            \"code\": \"2791\",\n            \"description\": \"Typesetting,Plate Making and Related Services\"\n        },\n        {\n            \"code\": \"2842\",\n            \"description\": \"Sanitation, Polishing and Specialty Cleaning Preparations\"\n        },\n        {\n            \"code\": \"4011\",\n            \"description\": \"Railroads–Freight\"\n        },\n        {\n            \"code\": \"4111\",\n            \"description\": \"Transportation–Suburban and Local Commuter Passenger, including Ferries\"\n        },\n        {\n            \"code\": \"4112\",\n            \"description\": \"Passenger Railways\"\n        },\n        {\n            \"code\": \"4119\",\n            \"description\": \"Ambulance Services\"\n        },\n        {\n            \"code\": \"4121\",\n            \"description\": \"Taxicabs and Limousines\"\n        },\n        {\n            \"code\": \"4131\",\n            \"description\": \"Bus Lines\"\n        },\n        {\n            \"code\": \"4214\",\n            \"description\": \"Motor Freight Carriers,Trucking, Moving & Storage Companies\"\n        },\n        {\n            \"code\": \"4215\",\n            \"description\": \"Courier Services–Air and Ground, Freight\"\n        },\n        {\n            \"code\": \"4225\",\n            \"description\": \"Public Warehousing–Farm Products, Refrigerated Goods\"\n        },\n        {\n            \"code\": \"4411\",\n            \"description\": \"Cruise Lines\"\n        },\n        {\n            \"code\": \"4457\",\n            \"description\": \"Boat Leases and Boat Rentals\"\n        },\n        {\n            \"code\": \"4468\",\n            \"description\": \"Marinas,Marine Service/Supplies\"\n        },\n        {\n            \"code\": \"4511\",\n            \"description\": \", AirlinesAir Carriers\"\n        },\n        {\n            \"code\": \"4582\",\n            \"description\": \"Airports, Airport Terminals, Flying Fields\"\n        },\n        {\n            \"code\": \"4722\",\n            \"description\": \"Travel Agencies and Tour Operators\"\n        },\n        {\n            \"code\": \"4761\",\n            \"description\": \"Telemarketing of Travel Related Services\"\n        },\n        {\n            \"code\": \"4784\",\n            \"description\": \"Bridge and Road Fees, Tolls\"\n        },\n        {\n            \"code\": \"4789\",\n            \"description\": \"Transportation Services - Not elsewhere classified\"\n        },\n        {\n            \"code\": \"4812\",\n            \"description\": \"Telecommunication Equipment Including Telephone Sales\"\n        },\n        {\n            \"code\": \"4814\",\n            \"description\": \"Telecommunication Services including prepaid phone services and recurring phone services\"\n        },\n        {\n            \"code\": \"4816\",\n            \"description\": \"Computer Network/Information Services\"\n        },\n        {\n            \"code\": \"4821\",\n            \"description\": \"Telegraph Services\"\n        },\n        {\n            \"code\": \"4899\",\n            \"description\": \"Cable,Satellite  & Other Television/Radio Services\"\n        },\n        {\n            \"code\": \"4900\",\n            \"description\": \"Utilities–Electric , Gas,Heating Oil, Sanitary, Water\"\n        },\n        {\n            \"code\": \"5013\",\n            \"description\": \"Motor Vehicle Supplies and New Parts\"\n        },\n        {\n            \"code\": \"5021\",\n            \"description\": \"Office and Commercial Furniture\"\n        },\n        {\n            \"code\": \"5039\",\n            \"description\": \"Construction Materials\"\n        },\n        {\n            \"code\": \"5044\",\n            \"description\": \"Office,Photographic,Photocopy and Microfilm Equipment\"\n        },\n        {\n            \"code\": \"5045\",\n            \"description\": \"Computers, Computer Equipment, Software\"\n        },\n        {\n            \"code\": \"5046\",\n            \"description\": \"Commercial Equipment\"\n        },\n        {\n            \"code\": \"5047\",\n            \"description\": \"Dental/Laboratory/Medical/Ophthalmic Hospital Equipment and Supplies\"\n        },\n        {\n            \"code\": \"5051\",\n            \"description\": \"Metal Service Centres and Offices\"\n        },\n        {\n            \"code\": \"5065\",\n            \"description\": \"Electrical Parts and Equipment\"\n        },\n        {\n            \"code\": \"5072\",\n            \"description\": \"Hardware Equipment and Supplies\"\n        },\n        {\n            \"code\": \"5074\",\n            \"description\": \"Plumbing and Heating Equipment\"\n        },\n        {\n            \"code\": \"5085\",\n            \"description\": \"Industrial Supplies\"\n        },\n        {\n            \"code\": \"5094\",\n            \"description\": \"Precious Stones and Metals, Watches and Jewellery\"\n        },\n        {\n            \"code\": \"5099\",\n            \"description\": \"Durable Goods\"\n        },\n        {\n            \"code\": \"5111\",\n            \"description\": \"Stationery , Office Supplies, Printing and Writing Paper\"\n        },\n        {\n            \"code\": \"5122\",\n            \"description\": \"Drugs, Drug Proprietors and Druggists Sundries\"\n        },\n        {\n            \"code\": \"5131\",\n            \"description\": \"Piece Goods, Notions,and Other Dry Goods\"\n        },\n        {\n            \"code\": \"5137\",\n            \"description\": \"Men’s,Women’s and Children’s Uniforms and Commercial Clothing\"\n        },\n        {\n            \"code\": \"5139\",\n            \"description\": \"Commercial Footwear\"\n        },\n        {\n            \"code\": \"5169\",\n            \"description\": \"Chemicals and Allied Products\"\n        },\n        {\n            \"code\": \"5172\",\n            \"description\": \"Petroleum and Petroleum Products\"\n        },\n        {\n            \"code\": \"5192\",\n            \"description\": \"Books ,Periodicals and Newspapers\"\n        },\n        {\n            \"code\": \"5193\",\n            \"description\": \"Florists Supplies, Nursery Stock and Flowers\"\n        },\n        {\n            \"code\": \"5198\",\n            \"description\": \"Paints, Varnishes and Supplies\"\n        },\n        {\n            \"code\": \"5199\",\n            \"description\": \"Non-Durable Goods\"\n        },\n        {\n            \"code\": \"5200\",\n            \"description\": \"Home Supply Warehouse Stores\"\n        },\n        {\n            \"code\": \"5211\",\n            \"description\": \"Building Materials,Lumber Stores\"\n        },\n        {\n            \"code\": \"5231\",\n            \"description\": \"Glass, Paint, Wallpaper Stores\"\n        },\n        {\n            \"code\": \"5251\",\n            \"description\": \"Hardware Stores\"\n        },\n        {\n            \"code\": \"5261\",\n            \"description\": \"Lawn and Garden Supply Stores\"\n        },\n        {\n            \"code\": \"5271\",\n            \"description\": \"Mobile Home Dealers\"\n        },\n        {\n            \"code\": \"5299\",\n            \"description\": \"Warehouse Club Gas\"\n        },\n        {\n            \"code\": \"5300\",\n            \"description\": \"Wholesale Clubs\"\n        },\n        {\n            \"code\": \"5309\",\n            \"description\": \"Duty Free Stores\"\n        },\n        {\n            \"code\": \"5310\",\n            \"description\": \"Discount Stores\"\n        },\n        {\n            \"code\": \"5311\",\n            \"description\": \"Department Stores\"\n        },\n        {\n            \"code\": \"5331\",\n            \"description\": \"Variety Stores\"\n        },\n        {\n            \"code\": \"5399\",\n            \"description\": \"Miscellaneous General Merchandise Stores\"\n        },\n        {\n            \"code\": \"5411\",\n            \"description\": \"Grocery Stores,Supermarkets\"\n        },\n        {\n            \"code\": \"5422\",\n            \"description\": \"Freezer and Locker Meat Provisionals\"\n        },\n        {\n            \"code\": \"5441\",\n            \"description\": \"Candy, Nut and Confectionery Stores\"\n        },\n        {\n            \"code\": \"5451\",\n            \"description\": \"Dairy Products Stores\"\n        },\n        {\n            \"code\": \"5462\",\n            \"description\": \"Bakeries\"\n        },\n        {\n            \"code\": \"5499\",\n            \"description\": \"Miscellaneous Food Stores–Convenience Stores\"\n        },\n        {\n            \"code\": \"5511\",\n            \"description\": \"Automobile and Truck Dealers–Sales, Repairs, Parts and Leasing, Service\"\n        },\n        {\n            \"code\": \"5521\",\n            \"description\": \"Automobile and Truck Dealers–(Used Only)–Sales\"\n        },\n        {\n            \"code\": \"5532\",\n            \"description\": \"Automotive Tire Stores\"\n        },\n        {\n            \"code\": \"5533\",\n            \"description\": \"Automotive Parts and Accessories Stores\"\n        },\n        {\n            \"code\": \"5541\",\n            \"description\": \"Service Stations (With or Without Ancillary Services)\"\n        },\n        {\n            \"code\": \"5542\",\n            \"description\": \"Fuel Dispenser,Automated\"\n        },\n        {\n            \"code\": \"5551\",\n            \"description\": \"Boat Dealers\"\n        },\n        {\n            \"code\": \"5561\",\n            \"description\": \"Camper Dealers, Recreational and Utility Trailers\"\n        },\n        {\n            \"code\": \"5571\",\n            \"description\": \"Motorcycle Shops and Dealers\"\n        },\n        {\n            \"code\": \"5592\",\n            \"description\": \"Motor Home Dealers\"\n        },\n        {\n            \"code\": \"5598\",\n            \"description\": \"Snowmobile Dealers\"\n        },\n        {\n            \"code\": \"5599\",\n            \"description\": \"Miscellaneous Automotive, Aircraft, and Farm Equipment Dealers\"\n        },\n        {\n            \"code\": \"5611\",\n            \"description\": \"Men’s and Boys’ Clothing and Accessories Stores\"\n        },\n        {\n            \"code\": \"5621\",\n            \"description\": \"Women’s Ready to Wear Stores\"\n        },\n        {\n            \"code\": \"5631\",\n            \"description\": \"Women’s Accessory and Specialty Stores\"\n        },\n        {\n            \"code\": \"5641\",\n            \"description\": \"Children’s and Infants’ Wear Stores\"\n        },\n        {\n            \"code\": \"5651\",\n            \"description\": \"Family Clothing Stores\"\n        },\n        {\n            \"code\": \"5655\",\n            \"description\": \"Sports Apparel, and Riding Apparel Stores\"\n        },\n        {\n            \"code\": \"5661\",\n            \"description\": \"Shoe Stores\"\n        },\n        {\n            \"code\": \"5681\",\n            \"description\": \"Furriers and Fur Shops\"\n        },\n        {\n            \"code\": \"5691\",\n            \"description\": \"Men’s and Women’s Clothing Stores\"\n        },\n        {\n            \"code\": \"5697\",\n            \"description\": \"Alterations, Mending, Seamstresses, Tailors\"\n        },\n        {\n            \"code\": \"5698\",\n            \"description\": \"Wig and Toupee Shops\"\n        },\n        {\n            \"code\": \"5699\",\n            \"description\": \"Accessory and Apparel Stores–Miscellaneous\"\n        },\n        {\n            \"code\": \"5712\",\n            \"description\": \"Equipment, Furniture and Home Furnishings Stores\"\n        },\n        {\n            \"code\": \"5713\",\n            \"description\": \"Floor Covering Stores\"\n        },\n        {\n            \"code\": \"5714\",\n            \"description\": \"Drapery,Upholstery and Window Coverings Stores\"\n        },\n        {\n            \"code\": \"5718\",\n            \"description\": \"Fireplace, Fireplace Screens and Accessories Stores\"\n        },\n        {\n            \"code\": \"5719\",\n            \"description\": \"Miscellaneous House Furnishing Specialty Shops\"\n        },\n        {\n            \"code\": \"5722\",\n            \"description\": \"Household Appliance Stores\"\n        },\n        {\n            \"code\": \"5732\",\n            \"description\": \"Electronics Sales\"\n        },\n        {\n            \"code\": \"5733\",\n            \"description\": \"Music Stores–Musical Instruments\"\n        },\n        {\n            \"code\": \"5734\",\n            \"description\": \"Computer Software Stores\"\n        },\n        {\n            \"code\": \"5735\",\n            \"description\": \"Record Shops\"\n        },\n        {\n            \"code\": \"5811\",\n            \"description\": \"Caterers\"\n        },\n        {\n            \"code\": \"5812\",\n            \"description\": \"Eating Places and Restaurants\"\n        },\n        {\n            \"code\": \"5813\",\n            \"description\": \"Bars, Cocktail Lounges Nightclubs and Taverns–Drinking Places (Alcoholic Beverages)\"\n        },\n        {\n            \"code\": \"5814\",\n            \"description\": \"Fast Food Restaurants\"\n        },\n        {\n            \"code\": \"5815\",\n            \"description\": \"Digital Goods: Books,Movies, Music\"\n        },\n        {\n            \"code\": \"5816\",\n            \"description\": \"Digital Goods: Games\"\n        },\n        {\n            \"code\": \"5817\",\n            \"description\": \"Digital Goods: Applications (Excludes Games)\"\n        },\n        {\n            \"code\": \"5818\",\n            \"description\": \"Digital Goods: Multi-Category\"\n        },\n        {\n            \"code\": \"5912\",\n            \"description\": \"Drug Stores and Pharmacies\"\n        },\n        {\n            \"code\": \"5921\",\n            \"description\": \"Package Stores–Beer,Wine and Liquor\"\n        },\n        {\n            \"code\": \"5931\",\n            \"description\": \"Second Hand Stores, Used Merchandise Stores\"\n        },\n        {\n            \"code\": \"5932\",\n            \"description\": \"Antique Shops–Sales,Repairs & Restoration\"\n        },\n        {\n            \"code\": \"5933\",\n            \"description\": \"Pawn Shops\"\n        },\n        {\n            \"code\": \"5935\",\n            \"description\": \"Wrecking and Salvage Yards\"\n        },\n        {\n            \"code\": \"5937\",\n            \"description\": \"Antique Reproduction Stores\"\n        },\n        {\n            \"code\": \"5940\",\n            \"description\": \"Bicycle Shops–Sales and Service\"\n        },\n        {\n            \"code\": \"5941\",\n            \"description\": \"Sporting Goods Stores\"\n        },\n        {\n            \"code\": \"5942\",\n            \"description\": \"Book Stores\"\n        },\n        {\n            \"code\": \"5943\",\n            \"description\": \"Office, School Supply and Stationery Stores\"\n        },\n        {\n            \"code\": \"5944\",\n            \"description\": \"Clock, Jewellery, Watch and Silverware Stores\"\n        },\n        {\n            \"code\": \"5945\",\n            \"description\": \"Game , Toy and Hobby Shops\"\n        },\n        {\n            \"code\": \"5946\",\n            \"description\": \"Camera and Photographic Supply Stores\"\n        },\n        {\n            \"code\": \"5947\",\n            \"description\": \"Card, Gift,Novelty and Souvenir Shops\"\n        },\n        {\n            \"code\": \"5948\",\n            \"description\": \"Leather Goods and Luggage Stores\"\n        },\n        {\n            \"code\": \"5949\",\n            \"description\": \"Fabric,Needlework, Piece Goods and Sewing Stores\"\n        },\n        {\n            \"code\": \"5950\",\n            \"description\": \"Crystal and Glassware Stores\"\n        },\n        {\n            \"code\": \"5960\",\n            \"description\": \"Direct Marketing-Insu rance Services\"\n        },\n        {\n            \"code\": \"5961\",\n            \"description\": \"Mail Order Houses\"\n        },\n        {\n            \"code\": \"5962\",\n            \"description\": \"Direct Marketing–Travel Related Arrangement Services\"\n        },\n        {\n            \"code\": \"5963\",\n            \"description\": \"Door-to-Door Sales\"\n        },\n        {\n            \"code\": \"5964\",\n            \"description\": \"Direct Marketing–Catalogue Merchants\"\n        },\n        {\n            \"code\": \"5965\",\n            \"description\": \"Combination Catalogue and Retail Merchant\"\n        },\n        {\n            \"code\": \"5966\",\n            \"description\": \"Outbound Telemarketing Merchants\"\n        },\n        {\n            \"code\": \"5967\",\n            \"description\": \"Inbound Telemarketing Merchants\"\n        },\n        {\n            \"code\": \"5968\",\n            \"description\": \"Direct Marketing–Subscription Merchants\"\n        },\n        {\n            \"code\": \"5969\",\n            \"description\": \"Direct Marketing–Other Direct Marketers\"\n        },\n        {\n            \"code\": \"5970\",\n            \"description\": \"Artist Supply Stores,Craft Shops\"\n        },\n        {\n            \"code\": \"5971\",\n            \"description\": \"Art Dealers and Galleries\"\n        },\n        {\n            \"code\": \"5972\",\n            \"description\": \"Stamp & Coin Stores\"\n        },\n        {\n            \"code\": \"5973\",\n            \"description\": \"Religious Goods Stores\"\n        },\n        {\n            \"code\": \"5974\",\n            \"description\": \"Rubber Stamp Store\"\n        },\n        {\n            \"code\": \"5975\",\n            \"description\": \"Hearing Aids–Sales, Service, Supply Stores\"\n        },\n        {\n            \"code\": \"5976\",\n            \"description\": \"Orthopaedic Goods–Artificial Limb Stores\"\n        },\n        {\n            \"code\": \"5977\",\n            \"description\": \"Cosmetic Stores\"\n        },\n        {\n            \"code\": \"5978\",\n            \"description\": \"Typewriter Stores–Rentals\"\n        },\n        {\n            \"code\": \"5983\",\n            \"description\": \"Fuel Dealers–Coal\"\n        },\n        {\n            \"code\": \"5992\",\n            \"description\": \"Florists\"\n        },\n        {\n            \"code\": \"5993\",\n            \"description\": \"Cigar Stores and Stands\"\n        },\n        {\n            \"code\": \"5994\",\n            \"description\": \"News Dealers and Newsstands\"\n        },\n        {\n            \"code\": \"5995\",\n            \"description\": \"Pet Shops\"\n        },\n        {\n            \"code\": \"5996\",\n            \"description\": \"Swimming Pools–Sales and Supplies\"\n        },\n        {\n            \"code\": \"5997\",\n            \"description\": \"Electric Razor Stores–Sales and Service\"\n        },\n        {\n            \"code\": \"5998\",\n            \"description\": \"Tent and Awning Shops\"\n        },\n        {\n            \"code\": \"5999\",\n            \"description\": \"Miscellaneous and Specialty Retail Stores\"\n        },\n        {\n            \"code\": \"6012\",\n            \"description\": \"Mutual Funds\"\n        },\n        {\n            \"code\": \"6211\",\n            \"description\": \"Securities - Brokers/Dealers\"\n        },\n        {\n            \"code\": \"6300\",\n            \"description\": \"Insurance Sales\"\n        },\n        {\n            \"code\": \"6513\",\n            \"description\": \"Real Estate Agents and Managers–Rentals\"\n        },\n        {\n            \"code\": \"6760\",\n            \"description\": \"Savings Bonds\"\n        },\n        {\n            \"code\": \"7011\",\n            \"description\": \"Lodging–Hotels\"\n        },\n        {\n            \"code\": \"7012\",\n            \"description\": \"Timeshares\"\n        },\n        {\n            \"code\": \"7032\",\n            \"description\": \"Sporting and Recreational Camps\"\n        },\n        {\n            \"code\": \"7033\",\n            \"description\": \"Campgrounds and Trailer Parks\"\n        },\n        {\n            \"code\": \"7210\",\n            \"description\": \"Cleaning\"\n        },\n        {\n            \"code\": \"7211\",\n            \"description\": \"Laundry Services–Family and Commercial\"\n        },\n        {\n            \"code\": \"7216\",\n            \"description\": \"Dry Cleaners\"\n        },\n        {\n            \"code\": \"7217\",\n            \"description\": \"Carpet and Upholstery Cleaning\"\n        },\n        {\n            \"code\": \"7221\",\n            \"description\": \"Photographic Studios\"\n        },\n        {\n            \"code\": \"7230\",\n            \"description\": \"Barber and Beauty Shops\"\n        },\n        {\n            \"code\": \"7251\",\n            \"description\": \"Shoe Repair Shops\"\n        },\n        {\n            \"code\": \"7261\",\n            \"description\": \"Funeral Service and Crematories\"\n        },\n        {\n            \"code\": \"7273\",\n            \"description\": \"Dating Services\"\n        },\n        {\n            \"code\": \"7276\",\n            \"description\": \"Tax Preparation Service\"\n        },\n        {\n            \"code\": \"7277\",\n            \"description\": \"Debt/\"\n        },\n        {\n            \"code\": \"7278\",\n            \"description\": \"Buying/Shopping Clubs\"\n        },\n        {\n            \"code\": \"7280\",\n            \"description\": \"Hospital Patient-Personal Funds Withdrawal\"\n        },\n        {\n            \"code\": \"7295\",\n            \"description\": \"Babysitting Services\"\n        },\n        {\n            \"code\": \"7296\",\n            \"description\": \"Clothing Rental–Costumes\"\n        },\n        {\n            \"code\": \"7297\",\n            \"description\": \"Massage Parlours\"\n        },\n        {\n            \"code\": \"7298\",\n            \"description\": \"Health and Beauty Spas\"\n        },\n        {\n            \"code\": \"7299\",\n            \"description\": \"Other Services–Not Elsewhere Classified\"\n        },\n        {\n            \"code\": \"7311\",\n            \"description\": \"Advertising Services\"\n        },\n        {\n            \"code\": \"7321\",\n            \"description\": \"Consumer Credit Reporting Agencies\"\n        },\n        {\n            \"code\": \"7322\",\n            \"description\": \"B2B Collections/Debt Collection/EMI Collection\"\n        },\n        {\n            \"code\": \"7332\",\n            \"description\": \"Blueprinting and Photocopying Services\"\n        },\n        {\n            \"code\": \"7333\",\n            \"description\": \"Commercial Art\"\n        },\n        {\n            \"code\": \"7338\",\n            \"description\": \"Quick Copy\"\n        },\n        {\n            \"code\": \"7339\",\n            \"description\": \"Stenographic and Secretarial Support Services\"\n        },\n        {\n            \"code\": \"7342\",\n            \"description\": \"Exterminating and Disinfecting Services\"\n        },\n        {\n            \"code\": \"7349\",\n            \"description\": \"Cleaning and Maintenance\"\n        },\n        {\n            \"code\": \"7361\",\n            \"description\": \"Employment Agencies\"\n        },\n        {\n            \"code\": \"7372\",\n            \"description\": \"Computer Programming\"\n        },\n        {\n            \"code\": \"7375\",\n            \"description\": \"Information Retrieval Services\"\n        },\n        {\n            \"code\": \"7379\",\n            \"description\": \"Computer Maintenance\"\n        },\n        {\n            \"code\": \"7392\",\n            \"description\": \"Consulting\"\n        },\n        {\n            \"code\": \"7393\",\n            \"description\": \"Detective Agencies\"\n        },\n        {\n            \"code\": \"7394\",\n            \"description\": \"Equipment Rental and Leasing Services\"\n        },\n        {\n            \"code\": \"7395\",\n            \"description\": \"Photo Developing\"\n        },\n        {\n            \"code\": \"7399\",\n            \"description\": \"Business Services - Not Elsewhere Classified\"\n        },\n        {\n            \"code\": \"7512\",\n            \"description\": \"Automobile Rental Agency\"\n        },\n        {\n            \"code\": \"7513\",\n            \"description\": \"Truck Rental\"\n        },\n        {\n            \"code\": \"7519\",\n            \"description\": \"Motor Home and Recreational Vehicle Rental\"\n        },\n        {\n            \"code\": \"7523\",\n            \"description\": \"Automobile Parking Lots and Garages\"\n        },\n        {\n            \"code\": \"7531\",\n            \"description\": \"Automotive Body Repair Shops\"\n        },\n        {\n            \"code\": \"7534\",\n            \"description\": \"Tire Rethreading and Repair Shops\"\n        },\n        {\n            \"code\": \"7535\",\n            \"description\": \"Automotive Paint Shops\"\n        },\n        {\n            \"code\": \"7538\",\n            \"description\": \"Automotive Service Shops\"\n        },\n        {\n            \"code\": \"7542\",\n            \"description\": \"Car Washes\"\n        },\n        {\n            \"code\": \"7549\",\n            \"description\": \"Towing Services\"\n        },\n        {\n            \"code\": \"7622\",\n            \"description\": \"Electronic Repair Shops\"\n        },\n        {\n            \"code\": \"7623\",\n            \"description\": \"Air Conditioning and Refrigeration Repair Shops\"\n        },\n        {\n            \"code\": \"7629\",\n            \"description\": \"Appliance Repair Shops\"\n        },\n        {\n            \"code\": \"7631\",\n            \"description\": \"Clock\"\n        },\n        {\n            \"code\": \"7641\",\n            \"description\": \"Furniture–Reupholster\"\n        },\n        {\n            \"code\": \"7692\",\n            \"description\": \"Welding Repair\"\n        },\n        {\n            \"code\": \"7699\",\n            \"description\": \"Miscellaneous Repair Shops and Related Services\"\n        },\n        {\n            \"code\": \"7800\",\n            \"description\": \"Government Owned Lottery\"\n        },\n        {\n            \"code\": \"7802\",\n            \"description\": \"Government-Licensed Horse/Dog Racing\"\n        },\n        {\n            \"code\": \"7829\",\n            \"description\": \"Motion Picture & Video Tape Production\"\n        },\n        {\n            \"code\": \"7832\",\n            \"description\": \"Motion Picture Theatres\"\n        },\n        {\n            \"code\": \"7841\",\n            \"description\": \"DVD/Video Tape Rental Stores\"\n        },\n        {\n            \"code\": \"7911\",\n            \"description\": \"Dance Halls\"\n        },\n        {\n            \"code\": \"7922\",\n            \"description\": \"Theatrical Producers\"\n        },\n        {\n            \"code\": \"7929\",\n            \"description\": \"Bands\"\n        },\n        {\n            \"code\": \"7932\",\n            \"description\": \"Pool and Billiard Establishments\"\n        },\n        {\n            \"code\": \"7933\",\n            \"description\": \"Bowling Alleys\"\n        },\n        {\n            \"code\": \"7941\",\n            \"description\": \"Athletic Fields\"\n        },\n        {\n            \"code\": \"7991\",\n            \"description\": \"Tourist Attractions and Exhibits\"\n        },\n        {\n            \"code\": \"7992\",\n            \"description\": \"Golf Courses\"\n        },\n        {\n            \"code\": \"7993\",\n            \"description\": \"Video Amusement Game Supplies\"\n        },\n        {\n            \"code\": \"7994\",\n            \"description\": \"Video Game Arcades and Establishments\"\n        },\n        {\n            \"code\": \"7996\",\n            \"description\": \"Amusement Parks\"\n        },\n        {\n            \"code\": \"7997\",\n            \"description\": \"Clubs–Country Clubs\"\n        },\n        {\n            \"code\": \"7998\",\n            \"description\": \"Aquariums\"\n        },\n        {\n            \"code\": \"7999\",\n            \"description\": \"Recreation Services\"\n        },\n        {\n            \"code\": \"8011\",\n            \"description\": \"Doctors\"\n        },\n        {\n            \"code\": \"8021\",\n            \"description\": \"Dentists and Orthodontists\"\n        },\n        {\n            \"code\": \"8031\",\n            \"description\": \"Osteopathic Physicians\"\n        },\n        {\n            \"code\": \"8041\",\n            \"description\": \"Chiropractors\"\n        },\n        {\n            \"code\": \"8042\",\n            \"description\": \"Optometrists and Ophthalmologists\"\n        },\n        {\n            \"code\": \"8043\",\n            \"description\": \"Opticians\"\n        },\n        {\n            \"code\": \"8044\",\n            \"description\": \"Optical Goods and Eyeglasses\"\n        },\n        {\n            \"code\": \"8049\",\n            \"description\": \"Chiropodists\"\n        },\n        {\n            \"code\": \"8050\",\n            \"description\": \"Nursing and Personal Care Facilities\"\n        },\n        {\n            \"code\": \"8062\",\n            \"description\": \"Hospitals\"\n        },\n        {\n            \"code\": \"8071\",\n            \"description\": \"Dental and Medical Laboratories\"\n        },\n        {\n            \"code\": \"8099\",\n            \"description\": \"Health Practitioners\"\n        },\n        {\n            \"code\": \"8111\",\n            \"description\": \"Attorneys\"\n        },\n        {\n            \"code\": \"820\",\n            \"description\": \"Fertilizer Dealers\"\n        },\n        {\n            \"code\": \"821\",\n            \"description\": \"Pesticides/Insecticides\"\n        },\n        {\n            \"code\": \"8211\",\n            \"description\": \"Schools\"\n        },\n        {\n            \"code\": \"822\",\n            \"description\": \"Seeds\"\n        },\n        {\n            \"code\": \"8220\",\n            \"description\": \"Colleges\"\n        },\n        {\n            \"code\": \"823\",\n            \"description\": \"Farm Equipment\"\n        },\n        {\n            \"code\": \"824\",\n            \"description\": \"Agricultural Machinery\"\n        },\n        {\n            \"code\": \"8241\",\n            \"description\": \"Schools\"\n        },\n        {\n            \"code\": \"8244\",\n            \"description\": \"Business and Secretarial Schools\"\n        },\n        {\n            \"code\": \"8249\",\n            \"description\": \"Schools\"\n        },\n        {\n            \"code\": \"825\",\n            \"description\": \"Other Agri inputs\"\n        },\n        {\n            \"code\": \"8351\",\n            \"description\": \"Child Care Services\"\n        },\n        {\n            \"code\": \"8398\",\n            \"description\": \"Organizations\"\n        },\n        {\n            \"code\": \"8641\",\n            \"description\": \"Associations–Civic\"\n        },\n        {\n            \"code\": \"8651\",\n            \"description\": \"Organizations\"\n        },\n        {\n            \"code\": \"8661\",\n            \"description\": \"Organizations\"\n        },\n        {\n            \"code\": \"8675\",\n            \"description\": \"Automobile Associations\"\n        },\n        {\n            \"code\": \"8699\",\n            \"description\": \"Organizations – Not Elsewhere Classified\"\n        },\n        {\n            \"code\": \"8734\",\n            \"description\": \"Testing Laboratories (Non-Medical)\"\n        },\n        {\n            \"code\": \"8911\",\n            \"description\": \"Architectural\"\n        },\n        {\n            \"code\": \"8931\",\n            \"description\": \"Accounting\"\n        },\n        {\n            \"code\": \"8999\",\n            \"description\": \"Professional Services–Not Elsewhere Classified\"\n        },\n        {\n            \"code\": \"9211\",\n            \"description\": \"Court Costs\"\n        },\n        {\n            \"code\": \"9222\",\n            \"description\": \"Fines\"\n        },\n        {\n            \"code\": \"9311\",\n            \"description\": \"Tax Payments\"\n        },\n        {\n            \"code\": \"9399\",\n            \"description\": \"Government Services\"\n        },\n        {\n            \"code\": \"9405\",\n            \"description\": \"Government Services\"\n        }\n    ],\n    \"decentroTxnId\": \"DECXXXXXXXXXXXXXXXXXXXXXXXXXXX\",\n    \"status\": 200,\n    \"responseCode\": \"S00000\"\n}"}],"_postman_id":"ea4f7029-6e73-4090-881f-ab15d99e9f45"},{"name":"Get Business Type code","id":"1fda728e-fe20-4efd-b1ef-f3356867d910","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"client_id","value":"<YOUR_CLIENT_ID>","type":"text","description":"<p>Decentro assigned client_id for the company</p>\n"},{"key":"client_secret","value":"<YOUR_CLIENT_SECRET>","type":"text","description":"<p>Decentro assigned client_secret for the company</p>\n"},{"key":"module_secret","value":"<YOUR_BANKING_MODULE_SECRET>","type":"text","description":"<p>Decentro assigned banking module_secret for the company</p>\n"},{"key":"Content-Type","value":"application/json","type":"text"}],"url":"https://in.staging.decentro.tech/core_banking/upi/business_type","description":"<p>This API allows you to fetch all the possible business types.</p>\n","urlObject":{"path":["core_banking","upi","business_type"],"host":["https://in.staging.decentro.tech"],"query":[],"variable":[]}},"response":[{"id":"3703c2c8-8e3a-4d4a-9e2c-5b1d775cc8d0","name":"Successful Retrieval","originalRequest":{"method":"GET","header":[{"key":"client_id","value":"<YOUR_CLIENT_ID>","type":"text","description":"Decentro assigned client_id for the company"},{"key":"client_secret","value":"<YOUR_CLIENT_SECRET>","type":"text","description":"Decentro assigned client_secret for the company"},{"key":"module_secret","value":"<YOUR_BANKING_MODULE_SECRET>","type":"text","description":"Decentro assigned banking module_secret for the company"}],"url":"https://in.staging.decentro.tech/core_banking/upi/business_type"},"code":200,"_postman_previewlanguage":"json","header":null,"cookie":[],"responseTime":null,"body":"{\n    \"businessTypes\": [\n        {\n            \"description\": \"Companies registered under AcT\",\n            \"code\": \"3\"\n        },\n        {\n            \"description\": \"Govt/ Govt Undertakings\",\n            \"code\": \"4\"\n        },\n        {\n            \"description\": \"Individual- HUF\",\n            \"code\": \"1\"\n        },\n        {\n            \"description\": \"Individuals / Professionals\",\n            \"code\": \"42\"\n        },\n        {\n            \"description\": \"LLPs\",\n            \"code\": \"45\"\n        },\n        {\n            \"description\": \"Partnership\",\n            \"code\": \"2\"\n        },\n        {\n            \"description\": \"Proprietor\",\n            \"code\": \"41\"\n        },\n        {\n            \"description\": \"Regd Trusts\",\n            \"code\": \"44\"\n        }\n    ],\n    \"decentroTxnId\": \"DECXXXXXXXXXXXXXXXXXXXXXXXXXXX\",\n    \"status\": 200,\n    \"responseCode\": \"S00000\"\n}"}],"_postman_id":"1fda728e-fe20-4efd-b1ef-f3356867d910"},{"name":"Get State code","id":"381eb4e9-b5ef-4d82-9bc7-342f1abdff37","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"client_id","value":"<YOUR_CLIENT_ID>","type":"text","description":"<p>Decentro assigned client_id for the company</p>\n"},{"key":"client_secret","value":"<YOUR_CLIENT_SECRET>","type":"text","description":"<p>Decentro assigned client_secret for the company</p>\n"},{"key":"Content-Type","value":"application/json","type":"text"}],"url":"https://in.staging.decentro.tech/state","description":"<p>This API allows you to fetch all Indian state codes mapped to their respective names.</p>\n","urlObject":{"path":["state"],"host":["https://in.staging.decentro.tech"],"query":[],"variable":[]}},"response":[{"id":"1e7a4991-d2ba-4967-b957-c7a0732ceafa","name":"Successful Retrieval","originalRequest":{"method":"GET","header":[{"key":"client_id","value":"<YOUR_CLIENT_ID>","type":"text","description":"Decentro assigned client_id for the company"},{"key":"client_secret","value":"<YOUR_CLIENT_SECRET>","type":"text","description":"Decentro assigned client_secret for the company"},{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"}],"url":"https://in.staging.decentro.tech/state"},"code":200,"_postman_previewlanguage":"json","header":null,"cookie":[],"responseTime":null,"body":"{\n    \"states\": [\n        {\n            \"name\": \"Central\"\n        },\n        {\n            \"name\": \"ANDHRA PRADESH\",\n            \"code\": 1\n        },\n        {\n            \"name\": \"ARUNACHAL PRADESH\",\n            \"code\": 2\n        },\n        {\n            \"name\": \"ASSAM\",\n            \"code\": 3\n        },\n        {\n            \"name\": \"BIHAR\",\n            \"code\": 4\n        },\n        {\n            \"name\": \"CHHATTISGARH\",\n            \"code\": 5\n        },\n        {\n            \"name\": \"GOA\",\n            \"code\": 6\n        },\n        {\n            \"name\": \"GUJARAT\",\n            \"code\": 7\n        },\n        {\n            \"name\": \"HARYANA\",\n            \"code\": 8\n        },\n        {\n            \"name\": \"HIMACHAL PRADESH\",\n            \"code\": 9\n        },\n        {\n            \"name\": \"JAMMU AND KASHMIR\",\n            \"code\": 10\n        },\n        {\n            \"name\": \"JHARKHAND\",\n            \"code\": 11\n        },\n        {\n            \"name\": \"KARNATAKA\",\n            \"code\": 12\n        },\n        {\n            \"name\": \"KERALA\",\n            \"code\": 13\n        },\n        {\n            \"name\": \"MADHYA PRADESH\",\n            \"code\": 14\n        },\n        {\n            \"name\": \"MAHARASHTRA\",\n            \"code\": 15\n        },\n        {\n            \"name\": \"MANIPUR\",\n            \"code\": 16\n        },\n        {\n            \"name\": \"MEGHALAYA\",\n            \"code\": 17\n        },\n        {\n            \"name\": \"MIZORAM\",\n            \"code\": 18\n        },\n        {\n            \"name\": \"NAGALAND\",\n            \"code\": 19\n        },\n        {\n            \"name\": \"ODISHA\",\n            \"code\": 20\n        },\n        {\n            \"name\": \"PUNJAB\",\n            \"code\": 21\n        },\n        {\n            \"name\": \"RAJASTHAN\",\n            \"code\": 22\n        },\n        {\n            \"name\": \"SIKKIM\",\n            \"code\": 23\n        },\n        {\n            \"name\": \"TAMIL NADU\",\n            \"code\": 24\n        },\n        {\n            \"name\": \"TELANGANA\",\n            \"code\": 25\n        },\n        {\n            \"name\": \"TRIPURA\",\n            \"code\": 26\n        },\n        {\n            \"name\": \"UTTARAKHAND\",\n            \"code\": 27\n        },\n        {\n            \"name\": \"UTTAR PRADESH\",\n            \"code\": 28\n        },\n        {\n            \"name\": \"WEST BENGAL\",\n            \"code\": 29\n        },\n        {\n            \"name\": \"ANDAMAN AND NICOBAR ISLANDS\",\n            \"code\": 30\n        },\n        {\n            \"name\": \"CHANDIGARH\",\n            \"code\": 31\n        },\n        {\n            \"name\": \"DADRA AND NAGAR HAVELI\",\n            \"code\": 32\n        },\n        {\n            \"name\": \"DAMAN AND DIU\",\n            \"code\": 33\n        },\n        {\n            \"name\": \"DELHI\",\n            \"code\": 34\n        },\n        {\n            \"name\": \"LAKSHADWEEP\",\n            \"code\": 35\n        },\n        {\n            \"name\": \"PUDUCHERRY\",\n            \"code\": 36\n        }\n    ],\n    \"decentroTxnId\": \"DECXXXXXXXXXXXXXXXXXXXXXXXXXXX\",\n    \"status\": 200,\n    \"responseCode\": \"S00000\"\n}"}],"_postman_id":"381eb4e9-b5ef-4d82-9bc7-342f1abdff37"}],"id":"c44cadb6-31da-41fb-b73a-b1bf8d9a70a5","description":"<p>These APIs can be utilised for fetching the list of our internal reference codes that are used from time to time for passing as parameters to various APIs. For example - </p>\n<ul>\n<li>Bank codes </li>\n<li>State codes </li>\n<li>Merchant category codes etc. \nAnd many more</li>\n</ul>\n","event":[{"listen":"prerequest","script":{"id":"30cc5459-dd1f-46dd-9ca0-3abba9785385","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"34071142-af82-47da-a72c-5e0aaa1f7c6a","type":"text/javascript","exec":[""]}}],"_postman_id":"c44cadb6-31da-41fb-b73a-b1bf8d9a70a5"}],"id":"fea83b8e-5419-4434-8b01-3dba2ca2f2e6","description":"<p>This is our common module with various utility APIs that you can hit free of charge based on your product usecase and business requirements. </p>\n","event":[{"listen":"prerequest","script":{"id":"5f22b077-a107-48f4-b089-257251fae4cb","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"f4bee3b4-4cc8-40fd-abf1-4c7899ccb3e3","type":"text/javascript","exec":[""]}}],"_postman_id":"fea83b8e-5419-4434-8b01-3dba2ca2f2e6"},{"name":"Customer Dashboard","item":[{"name":"Question Cache","id":"80c0262b-f80b-4640-af59-4a09aeef203b","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"GET","header":[],"url":"https://in.decentro.tech/reload/question/cache","urlObject":{"protocol":"https","path":["reload","question","cache"],"host":["in","decentro","tech"],"query":[],"variable":[]}},"response":[],"_postman_id":"80c0262b-f80b-4640-af59-4a09aeef203b"}],"id":"4935f32c-d3fd-4345-abac-4722ee510cc7","_postman_id":"4935f32c-d3fd-4345-abac-4722ee510cc7","description":""}],"id":"736b18cd-c17d-45dd-852a-67589201c5c3","description":"<p>All modules, submodules and APIs for our customers operating in India for financial integrations. </p>\n<p>For referring to all possible response codes and messages from our APIs, please refer to this list <a href=\"https://docs.decentro.tech/#b8a8a159-4307-44c2-bf82-31d55787ecc8\">here</a> below. </p>\n","event":[{"listen":"prerequest","script":{"id":"61882835-ee33-435f-bf63-4974e6fe6630","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"a3049e85-4ec4-45d7-ae66-0562a5d1a70a","type":"text/javascript","exec":[""]}}],"_postman_id":"736b18cd-c17d-45dd-852a-67589201c5c3"},{"name":"SEA","item":[{"name":"Auth","item":[{"name":"Company authentication","id":"4e21ee66-d984-4088-9a1e-330b2e1b7aa3","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"client_id","value":"YOUR_CLIENT_ID","type":"text"},{"key":"client_secret","value":"YOUR_CLIENT_SECRET","type":"text"}],"url":"https://sea.staging.decentro.tech/v1/authentication/login","urlObject":{"path":["v1","authentication","login"],"host":["https://sea.staging.decentro.tech"],"query":[],"variable":[]}},"response":[{"id":"f8dd8281-827f-44cd-8f99-306e01cfb95d","name":"Success","originalRequest":{"method":"GET","header":[{"key":"client_id","value":"YOUR_CLIENT_ID","type":"text"},{"key":"client_secret","value":"YOUR_CLIENT_SECRET","type":"text"}],"url":"https://sea.staging.decentro.tech/v1/authentication/login"},"_postman_previewlanguage":"json","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"decentro_transaction_id\": \"B29E52A0027F4661A013DE7F71514F5D\",\n    \"status\": \"SUCCESS\",\n    \"response_code\": \"S00000\",\n    \"message\": \"Company login successful.\",\n    \"data\": {\n        \"access_token\": \"eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJ1c2VyX2NsYWltcyI6eyJjb21wYW55X2lkIjo1LCJjbGllbnRfaWQiOiJDTElEXzI5OTI0NTg1NzdGMDRDQkZCQUQ1NzQzOUE3QUM1ODUyIiwiZXhwIjoxNzEyNzQzMDI4LCJ0b2tlbl90eXBlIjoiQ09NUEFOWV9BQ0NFU1NfVE9LRU4iLCJhdWQiOiJDT01QQU5ZIiwiY3JlYXRpb25fZGN0bF91cm4iOiJCMjlFNTJBMDAyN0Y0NjYxQTAxM0RFN0Y3MTUxNEY1RCIsIm1vZHVsZXMiOnsiQ09NTU9OIjp7fSwiQUNDT1VOVCI6e319fSwiZXhwIjoxNzEyNzQzMDI4LCJhdWQiOiJDT01QQU5ZIiwidG9rZW5fdHlwZSI6IkNPTVBBTllfQUNDRVNTX1RPS0VOIn0.3ykxv9H8U5uLmrXynO8zvHEIgpce12X7wVnANJ2wzX0\",\n        \"access_token_expiry\": \"2024-04-10T09:57:08.483855+00:00\"\n    },\n    \"response_key\": \"success\"\n}"},{"id":"435c22ce-c548-426f-b6a9-25d79cd167fb","name":"Failure: Invalid Credentials","originalRequest":{"method":"GET","header":[{"key":"client_id","value":"YOUR_CLIENT_ID","type":"text"},{"key":"client_secret","value":"YOUR_CLIENT_SECRET","type":"text"}],"url":"https://sea.staging.decentro.tech/v1/authentication/login"},"_postman_previewlanguage":"json","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"decentro_transaction_id\": \"B5CC590AAFF347D1BB9D403F75A7C9AE\",\n    \"status\": \"FAILURE\",\n    \"response_code\": \"E00009\",\n    \"message\": \"Invalid credentials. Please try again with valid credentials.\",\n    \"response_key\": \"error_invalid_credentials\"\n}"}],"_postman_id":"4e21ee66-d984-4088-9a1e-330b2e1b7aa3"}],"id":"eb24ac21-d141-4c7c-995c-8c005eb5591b","description":"<p>This folder contains the APIs related to Decentro authentication. Before testing these APIs, you are required to authenticate yourself using the credentials that have been shared with you.</p>\n","_postman_id":"eb24ac21-d141-4c7c-995c-8c005eb5591b"},{"name":"Consumer","item":[{"name":"Create Consumer","event":[{"listen":"prerequest","script":{"id":"6eb9ce8e-86a2-42bb-b7a6-4d6c10318144","exec":[""],"type":"text/javascript","packages":{}}},{"listen":"test","script":{"id":"609a97f7-6599-4056-b6ba-4439f8b9c902","exec":["pm.collectionVariables.set(\"consumer_urn\", JSON.parse(responseBody).data.consumer_unique_reference_number);\r",""],"type":"text/javascript","packages":{}}}],"id":"fe44f1b8-8155-4d84-97da-21e623ebdd54","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"client_id","value":"YOUR_CLIENT_ID","type":"text"},{"key":"client_secret","value":"YOUR_CLIENT_SECRET","type":"text"},{"key":"module_secret","value":"YOUR_SEA_MODULE_SECRET","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"name\": \"Gopal\",\n    \"mobile\": \"\",\n    \"email\": \"new.ganguly@decentro.tech\",\n    \"address\": \"\",\n    \"reference_id\": \"b18ff7f6-df36-40f9-90c7-db04fd55b65e\",\n    \"narration\": \"This is a demo consumer\",\n    \"country_code\": \"Sg\"\n}","options":{"raw":{"language":"json"}}},"url":"https://sea.staging.decentro.tech/v1/account/consumer","urlObject":{"path":["v1","account","consumer"],"host":["https://sea.staging.decentro.tech"],"query":[],"variable":[]}},"response":[{"id":"9249c1dd-b123-4c0a-9ae1-0d352ed9c727","name":"Success","originalRequest":{"method":"POST","header":[{"key":"client_id","value":"YOUR_CLIENT_ID","type":"text"},{"key":"client_secret","value":"YOUR_CLIENT_SECRET","type":"text"},{"key":"module_secret","value":"YOUR_SEA_MODULE_SECRET","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"name\": \"Gopal Dixit\",\n    \"mobile\": \"\",\n    \"email\": \"gopal@testmail.com\",\n    \"address\": \"\",\n    \"reference_id\": \"e97d87cf-2589-4961-915f-3e5761cc01bd\",\n    \"narration\": \"This is a demo consumer\",\n    \"country_code\": \"SG\"\n}","options":{"raw":{"language":"json"}}},"url":"https://sea.staging.decentro.tech/v1/account/consumer"},"_postman_previewlanguage":"json","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"decentro_transaction_id\": \"8CDCC599B71641A283D0483B7383F1FB\",\n    \"status\": \"SUCCESS\",\n    \"response_code\": \"S00000\",\n    \"message\": \"Consumer Successfully Created.\",\n    \"data\": {\n        \"unique_reference_number\": \"CON_AC84670900484A1FA8924418DB8F3A71\",\n        \"name\": \"Gopal Dixit\",\n        \"email\": \"gopal@testmail.com\",\n        \"reference_id\": \"f7d59a11-4ac4-46b4-a0fa-27ff03d61243\",\n        \"narration\": \"This is a demo consumer\",\n        \"country_code\": \"SG\"\n    },\n    \"response_key\": \"success_consumer_created\"\n}"},{"id":"ec149303-6965-4ec7-bee1-a7c185cb3500","name":"Failure: Incorrect Country Code","originalRequest":{"method":"POST","header":[{"key":"client_id","value":"YOUR_CLIENT_ID","type":"text"},{"key":"client_secret","value":"YOUR_CLIENT_SECRET","type":"text"},{"key":"module_secret","value":"YOUR_SEA_MODULE_SECRET","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"name\": \"Gopal Dixit\",\n    \"mobile\": \"\",\n    \"email\": \"gopal@testmail.com\",\n    \"address\": \"\",\n    \"reference_id\": \"643d0f6c-991e-43fc-86e3-c0acf67d6c66\",\n    \"narration\": \"This is a demo consumer\",\n    \"country_code\": \"PI\"\n}","options":{"raw":{"language":"json"}}},"url":"https://sea.staging.decentro.tech/v1/account/consumer"},"_postman_previewlanguage":"json","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"decentro_transaction_id\": \"794E9D5B112641EEB3D6D277CA0AD92F\",\n    \"status\": \"FAILURE\",\n    \"response_code\": \"E00009\",\n    \"message\": \"The country code '' is not supported. Supported country codes are ['SG', 'AU', 'HK', 'ID', 'US', 'GB', 'EU', 'CA', 'JP', 'NZ', 'IN', 'MY', 'VN', 'TH', 'PH', 'NP', 'CN', 'DE', 'IT', 'FR'].\",\n    \"response_key\": \"error_country_invalid\"\n}"}],"_postman_id":"fe44f1b8-8155-4d84-97da-21e623ebdd54"},{"name":"Edit Consumer","id":"4dee74fc-cf1e-4cc4-90c2-bae8f9a41570","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"client_id","value":"YOUR_CLIENT_ID","type":"text"},{"key":"client_secret","value":"YOUR_CLIENT_SECRET","type":"text"},{"key":"module_secret","value":"YOUR_SEA_MODULE_SECRET","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"name\": \"deb\"\n}","options":{"raw":{"language":"json"}}},"url":"https://sea.staging.decentro.tech/v1/account/consumer/:consumer_urn","urlObject":{"path":["v1","account","consumer",":consumer_urn"],"host":["https://sea.staging.decentro.tech"],"query":[],"variable":[{"type":"any","value":"","key":"consumer_urn"}]}},"response":[{"id":"2bcea982-d099-4a4c-9bd3-90c1b4e3c73c","name":"Success","originalRequest":{"method":"PUT","header":[{"key":"client_id","value":"YOUR_CLIENT_ID","type":"text"},{"key":"client_secret","value":"YOUR_CLIENT_SECRET","type":"text"},{"key":"module_secret","value":"YOUR_SEA_MODULE_SECRET","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"name\": \"updated_name\"\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"https://sea.staging.decentro.tech/v1/account/consumer/:consumer_urn","host":["https://sea.staging.decentro.tech"],"path":["v1","account","consumer",":consumer_urn"],"variable":[{"key":"consumer_urn","value":"CON_9F87315DB9234C02871A1CF96ECC58F1"}]}},"_postman_previewlanguage":"json","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"decentro_transaction_id\": \"042F842A39444AC688BB7FF9E597C2EF\",\n    \"status\": \"SUCCESS\",\n    \"response_code\": \"S00000\",\n    \"message\": \"Consumer Successfully Updated.\",\n    \"data\": {\n        \"unique_reference_number\": \"CON_9F87315DB9234C02871A1CF96ECC58F1\",\n        \"name\": \"updated_name\",\n        \"email\": \"gopal@testmail.tech\",\n        \"reference_id\": \"c9f15bf8-6fad-4805-b35f-6c6bd16ae816\",\n        \"narration\": \"This is a demo consumer\",\n        \"country_code\": \"SG\"\n    },\n    \"response_key\": \"success_consumer_updated\"\n}"},{"id":"87c6e16e-8080-489c-9462-5b6b8cdb6407","name":"Failure: Invalid Name","originalRequest":{"method":"PUT","header":[{"key":"client_id","value":"YOUR_CLIENT_ID","type":"text"},{"key":"client_secret","value":"YOUR_CLIENT_SECRET","type":"text"},{"key":"module_secret","value":"YOUR_SEA_MODULE_SECRET","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"name\": \"\"\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"https://sea.staging.decentro.tech/v1/account/consumer/:consumer_urn","host":["https://sea.staging.decentro.tech"],"path":["v1","account","consumer",":consumer_urn"],"variable":[{"key":"consumer_urn","value":"CON_9F87315DB9234C02871A1CF96ECC58F1"}]}},"_postman_previewlanguage":"json","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"decentro_transaction_id\": \"AA5BD8F5BB9B4DE6969F62B2ED157CBF\",\n    \"status\": \"FAILURE\",\n    \"response_code\": \"E00009\",\n    \"message\": \"Incorrect length of `name` detected. Name should be a string between 1 to 90 characters, but found 0.\",\n    \"response_key\": \"error_name_invalid_length\"\n}"},{"id":"414902fe-4c92-4ba6-aa51-3af9b143b1ba","name":"Failure: Invalid Consumer URN","originalRequest":{"method":"PUT","header":[{"key":"client_id","value":"YOUR_CLIENT_ID","type":"text"},{"key":"client_secret","value":"YOUR_CLIENT_SECRET","type":"text"},{"key":"module_secret","value":"YOUR_SEA_MODULE_SECRET","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"name\": \"updated_name\"\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"https://sea.staging.decentro.tech/v1/account/consumer/:consumer_urn","host":["https://sea.staging.decentro.tech"],"path":["v1","account","consumer",":consumer_urn"],"variable":[{"key":"consumer_urn","value":"CON_9F87315DB9234C02871A1CF96ECC58F8"}]}},"_postman_previewlanguage":"json","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"decentro_transaction_id\": \"C75F5DFF573840318CBF0B2BF3749B1F\",\n    \"status\": \"FAILURE\",\n    \"response_code\": \"E00009\",\n    \"message\": \"Consumer not found.\",\n    \"response_key\": \"error_consumer_does_not_exist\"\n}"}],"_postman_id":"4dee74fc-cf1e-4cc4-90c2-bae8f9a41570"},{"name":"Delete Consumer","id":"7f924b82-dd04-478f-a687-e391ce9b30bd","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[{"key":"client_id","value":"YOUR_CLIENT_ID","type":"text"},{"key":"client_secret","value":"YOUR_CLIENT_SECRET","type":"text"},{"key":"module_secret","value":"YOUR_SEA_MODULE_SECRET","type":"text"}],"url":"https://sea.staging.decentro.tech/v1/account/consumer/:consumer_urn","urlObject":{"path":["v1","account","consumer",":consumer_urn"],"host":["https://sea.staging.decentro.tech"],"query":[],"variable":[{"id":"db8b6738-98fb-4e2c-b69b-ce6798f29940","type":"any","value":"E9D388F3B9F84383BC65A11E1EC4924A","key":"consumer_urn"}]}},"response":[{"id":"b0b7966a-cfd3-4a62-8545-d14d1f5c6445","name":"Success","originalRequest":{"method":"DELETE","header":[{"key":"client_id","value":"YOUR_CLIENT_ID","type":"text"},{"key":"client_secret","value":"YOUR_CLIENT_SECRET","type":"text"},{"key":"module_secret","value":"YOUR_SEA_MODULE_SECRET","type":"text"}],"url":{"raw":"https://sea.staging.decentro.tech/v1/account/consumer/:consumer_urn","host":["https://sea.staging.decentro.tech"],"path":["v1","account","consumer",":consumer_urn"],"variable":[{"key":"consumer_urn","value":"CON_9F87315DB9234C02871A1CF96ECC58F1"}]}},"_postman_previewlanguage":"json","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"decentro_transaction_id\": \"989C7AA90D93470685BD30F7DD5AA0B7\",\n    \"status\": \"SUCCESS\",\n    \"response_code\": \"S00000\",\n    \"message\": \"Consumer Successfully Deleted.\",\n    \"response_key\": \"success\"\n}"},{"id":"1582275f-c00a-45de-9292-e0b0e37e0e0b","name":"Failure: Invalid Consumer URN","originalRequest":{"method":"DELETE","header":[{"key":"client_id","value":"YOUR_CLIENT_ID","type":"text"},{"key":"client_secret","value":"YOUR_CLIENT_SECRET","type":"text"},{"key":"module_secret","value":"YOUR_SEA_MODULE_SECRET","type":"text"}],"url":{"raw":"https://sea.staging.decentro.tech/v1/account/consumer/:consumer_urn","host":["https://sea.staging.decentro.tech"],"path":["v1","account","consumer",":consumer_urn"],"variable":[{"key":"consumer_urn","value":"CON_9F87315DB9234C02871A1CF96ECC58F1"}]}},"_postman_previewlanguage":"json","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"decentro_transaction_id\": \"C75F5DFF573840318CBF0B2BF3749B1F\",\n    \"status\": \"FAILURE\",\n    \"response_code\": \"E00009\",\n    \"message\": \"Consumer not found.\",\n    \"response_key\": \"error_consumer_does_not_exist\"\n}"}],"_postman_id":"7f924b82-dd04-478f-a687-e391ce9b30bd"},{"name":"Get Consumer","id":"c9e2f1da-a5ad-49db-ad97-8d103e400987","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"client_id","value":"YOUR_CLIENT_ID","type":"text"},{"key":"client_secret","value":"YOUR_CLIENT_SECRET","type":"text"},{"key":"module_secret","value":"YOUR_SEA_MODULE_SECRET","type":"text"}],"url":"https://sea.staging.decentro.tech/v1/account/consumer/:consumer_urn","urlObject":{"path":["v1","account","consumer",":consumer_urn"],"host":["https://sea.staging.decentro.tech"],"query":[{"disabled":true,"key":"","value":""}],"variable":[{"type":"any","value":"","key":"consumer_urn"}]}},"response":[{"id":"f0fe56da-1fa4-42d2-81f7-ce4ab7713df3","name":"Success","originalRequest":{"method":"GET","header":[{"key":"client_id","value":"YOUR_CLIENT_ID","type":"text"},{"key":"client_secret","value":"YOUR_CLIENT_SECRET","type":"text"},{"key":"module_secret","value":"YOUR_SEA_MODULE_SECRET","type":"text"}],"url":{"raw":"https://sea.staging.decentro.tech/v1/account/consumer/:consumer_urn","host":["https://sea.staging.decentro.tech"],"path":["v1","account","consumer",":consumer_urn"],"query":[{"key":"","value":"","disabled":true}],"variable":[{"key":"consumer_urn","value":"CON_AEDA33AB063A42DA80A6F4CBCA024AF0"}]}},"_postman_previewlanguage":"json","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"decentro_transaction_id\": \"10D1D5C2BDD24DDA9F3299798C79DBF3\",\n    \"status\": \"SUCCESS\",\n    \"response_code\": \"S00000\",\n    \"message\": \"Successfully Fetched the Consumer\",\n    \"data\": {\n        \"unique_reference_number\": \"CON_AEDA33AB063A42DA80A6F4CBCA024AF0\",\n        \"name\": \"Gopal Dixit\",\n        \"email\": \"gopal@testmail.com\",\n        \"reference_id\": \"62893de9-127a-46aa-8a19-a446b1e5d6c9\",\n        \"narration\": \"This is a demo consumer\",\n        \"country_code\": \"SG\"\n    },\n    \"response_key\": \"success\"\n}"},{"id":"8bd9098c-9ed5-49b2-a8d2-816f146a28a1","name":"Failure: Invalid Consumer URN","originalRequest":{"method":"GET","header":[{"key":"client_id","value":"YOUR_CLIENT_ID","type":"text"},{"key":"client_secret","value":"YOUR_CLIENT_SECRET","type":"text"},{"key":"module_secret","value":"YOUR_SEA_MODULE_SECRET","type":"text"}],"url":{"raw":"https://sea.staging.decentro.tech/v1/account/consumer/:consumer_urn","host":["https://sea.staging.decentro.tech"],"path":["v1","account","consumer",":consumer_urn"],"query":[{"key":"","value":"","disabled":true}],"variable":[{"key":"consumer_urn","value":""}]}},"_postman_previewlanguage":"json","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"decentro_transaction_id\": \"C75F5DFF573840318CBF0B2BF3749B1F\",\n    \"status\": \"FAILURE\",\n    \"response_code\": \"E00009\",\n    \"message\": \"Consumer not found.\",\n    \"response_key\": \"error_consumer_does_not_exist\"\n}"}],"_postman_id":"c9e2f1da-a5ad-49db-ad97-8d103e400987"}],"id":"ff9066bc-d0e7-4fee-8402-22032374526a","_postman_id":"ff9066bc-d0e7-4fee-8402-22032374526a","description":""},{"name":"Account","item":[{"name":"Virtual","item":[{"name":"Create Virtual Account","id":"2104483d-4431-46e7-9da3-b1c57fa749f9","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"client_id","value":"YOUR_CLIENT_ID","type":"text"},{"key":"client_secret","value":"YOUR_CLIENT_SECRET","type":"text"},{"key":"module_secret","value":"{{accounts_module_secret}}","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"consumer_unique_reference_number\": \"{{consumer_urn}}\",\n    \"name\": \"DG\",\n    \"master_account_alias\": \"{{master_account_alias}}\",\n    \"reference_id\": \"b3a23f37-27c9-4fef-a23e-a1a4992eac58\",\n    \"narration\": \"Test\",\n    \"currencies\": [\"SGD\", \"AUD\", \"USD\"]\n}","options":{"raw":{"language":"json"}}},"url":"{{protocol}}://https://in.staging.decentro.tech/v1/account/virtual","urlObject":{"protocol":"{{protocol}}","path":["v1","account","virtual"],"host":["https://in.staging.decentro.tech"],"query":[],"variable":[]}},"response":[{"id":"479e3e25-2a2f-4db1-9829-7814681a0437","name":"Failure: Invalid Consumer URN","originalRequest":{"method":"POST","header":[{"key":"client_id","value":"YOUR_CLIENT_ID","type":"text"},{"key":"client_secret","value":"YOUR_CLIENT_SECRET","type":"text"},{"key":"module_secret","value":"YOUR_SEA_MODULE_SECRET","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"consumer_unique_reference_number\": \"CON_6DC8710755B3470A9AF803F257A3FB45\",\n    \"name\": \"DG\",\n    \"master_account_alias\": \"75\",\n    \"reference_id\": \"2be87d23-a05a-4ec4-b72f-c68b27a44de0\",\n    \"narration\": \"Test\",\n    \"currencies\": [\"SGD\", \"AUD\", \"USD\"]\n}","options":{"raw":{"language":"json"}}},"url":"https://sea.staging.decentro.tech/v1/account/virtual"},"_postman_previewlanguage":"json","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"decentro_transaction_id\": \"A6101A2F734A492097B28094F288F681\",\n    \"status\": \"FAILURE\",\n    \"response_code\": \"E00009\",\n    \"message\": \"Consumer unique reference number does not exist.Please try again with a valid consumer unique reference number.\",\n    \"response_key\": \"error_consumer_does_not_exist\"\n}"},{"id":"49f2e8b7-1748-48aa-b867-3b7e9abe2006","name":"Failure: Invalid Master Account Alias","originalRequest":{"method":"POST","header":[{"key":"client_id","value":"YOUR_CLIENT_ID","type":"text"},{"key":"client_secret","value":"YOUR_CLIENT_SECRET","type":"text"},{"key":"module_secret","value":"{{accounts_module_secret}}","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"consumer_unique_reference_number\": \"{{consumer_urn}}\",\n    \"name\": \"DG\",\n    \"master_account_alias\": \"{{master_account_alias}}\",\n    \"reference_id\": \"1a681e6a-1816-4b19-bb92-99e928ecca46\",\n    \"narration\": \"Test\",\n    \"currencies\": [\"SGD\", \"AUD\", \"USD\"]\n}","options":{"raw":{"language":"json"}}},"url":"{{protocol}}://https://in.staging.decentro.tech/v1/account/virtual"},"_postman_previewlanguage":null,"header":null,"cookie":[],"responseTime":null,"body":null}],"_postman_id":"2104483d-4431-46e7-9da3-b1c57fa749f9"},{"name":"Get Virtual Account","id":"1bcd755e-f263-4184-b54d-469dcde30e1c","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"client_id","value":"YOUR_CLIENT_ID","type":"text"},{"key":"client_secret","value":"YOUR_CLIENT_SECRET","type":"text"},{"key":"module_secret","value":"{{accounts_module_secret}}","type":"text"}],"url":"{{protocol}}://https://in.staging.decentro.tech/v1/account/virtual?virtual_account_unique_reference_number=VA_C9C018E04F26462DA9CBCE8AE5FBFAC5","urlObject":{"protocol":"{{protocol}}","path":["v1","account","virtual"],"host":["https://in.staging.decentro.tech"],"query":[{"key":"virtual_account_unique_reference_number","value":"VA_C9C018E04F26462DA9CBCE8AE5FBFAC5"}],"variable":[]}},"response":[],"_postman_id":"1bcd755e-f263-4184-b54d-469dcde30e1c"}],"id":"a3440d2d-5067-4080-9e80-c8026f21c56a","_postman_id":"a3440d2d-5067-4080-9e80-c8026f21c56a","description":""},{"name":"Balance","item":[{"name":"Get Virtual Account Balance","id":"6c4e7503-5c99-48a4-9e2d-0fb4b09a2777","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"client_id","value":"YOUR_CLIENT_ID","type":"text"},{"key":"client_secret","value":"YOUR_CLIENT_SECRET","type":"text"},{"key":"module_secret","value":"{{accounts_module_secret}}","type":"text"}],"url":"{{protocol}}://https://in.staging.decentro.tech/v1/account/balance/virtual/:virtual_account_urn","urlObject":{"protocol":"{{protocol}}","path":["v1","account","balance","virtual",":virtual_account_urn"],"host":["https://in.staging.decentro.tech"],"query":[],"variable":[{"id":"af0861bb-d72a-43f8-9e20-c2ff34e0337d","type":"any","value":"VA_0572C79D740E4A8CA5C42C6C2413A536","key":"virtual_account_urn"}]}},"response":[],"_postman_id":"6c4e7503-5c99-48a4-9e2d-0fb4b09a2777"},{"name":"Get Currency Account Balance","id":"3e79cd71-20f7-4726-8a9d-fae7f14ce459","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"client_id","value":"YOUR_CLIENT_ID","type":"text"},{"key":"client_secret","value":"YOUR_CLIENT_SECRET","type":"text"},{"key":"module_secret","value":"{{accounts_module_secret}}","type":"text"}],"url":"{{protocol}}://https://in.staging.decentro.tech/v1/account/balance/currency/:currency_account_urn","urlObject":{"protocol":"{{protocol}}","path":["v1","account","balance","currency",":currency_account_urn"],"host":["https://in.staging.decentro.tech"],"query":[],"variable":[{"id":"b1cd2519-2435-49c8-9db2-2df58c03da85","type":"any","value":"40D8328A27E04C9291170B1D50EEFD2F","key":"currency_account_urn"}]}},"response":[],"_postman_id":"3e79cd71-20f7-4726-8a9d-fae7f14ce459"}],"id":"7fdec61a-5ffe-471d-aee0-07413bedf814","_postman_id":"7fdec61a-5ffe-471d-aee0-07413bedf814","description":""},{"name":"Statement","item":[{"name":"Get Virtual Account Statement","id":"a5c4cad1-721b-4c01-afa8-3555aedac6f2","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"client_id","value":"YOUR_CLIENT_ID","type":"text"},{"key":"client_secret","value":"YOUR_CLIENT_SECRET","type":"text"},{"key":"module_secret","value":"{{accounts_module_secret}}","type":"text"}],"url":"{{protocol}}://https://in.staging.decentro.tech/v1/account/statement/virtual/:virtual_account_urn?start_time=2023-06-04T14:23:00.151234&end_time=2024-12-04T14:23:00.151234&page_size=10&page_number=1","urlObject":{"protocol":"{{protocol}}","path":["v1","account","statement","virtual",":virtual_account_urn"],"host":["https://in.staging.decentro.tech"],"query":[{"key":"start_time","value":"2023-06-04T14:23:00.151234"},{"key":"end_time","value":"2024-12-04T14:23:00.151234"},{"key":"page_size","value":"10"},{"key":"page_number","value":"1"}],"variable":[{"id":"c88824fa-97dd-4a4e-a65d-af8e0330f32e","type":"any","value":"VA_C9C018E04F26462DA9CBCE8AE5FBFAC5","key":"virtual_account_urn"}]}},"response":[],"_postman_id":"a5c4cad1-721b-4c01-afa8-3555aedac6f2"},{"name":"Get Currency Account Statement","id":"c7f3b7d2-b11e-4826-90aa-c42aa7097f1c","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"client_id","value":"YOUR_CLIENT_ID","type":"text"},{"key":"client_secret","value":"YOUR_CLIENT_SECRET","type":"text"},{"key":"module_secret","value":"{{accounts_module_secret}}","type":"text"}],"url":"{{protocol}}://https://in.staging.decentro.tech/v1/account/statement/currency/:currency_account_urn?page_size=10&page_number=1","urlObject":{"protocol":"{{protocol}}","path":["v1","account","statement","currency",":currency_account_urn"],"host":["https://in.staging.decentro.tech"],"query":[{"disabled":true,"key":"start_time","value":null},{"disabled":true,"key":"end_time","value":null},{"key":"page_size","value":"10"},{"key":"page_number","value":"1"}],"variable":[{"id":"122a684a-a0d6-4ee7-9f3d-0bf1ce107b87","type":"any","value":"40D8328A27E04C9291170B1D50EEFD2F","key":"currency_account_urn"}]}},"response":[],"_postman_id":"c7f3b7d2-b11e-4826-90aa-c42aa7097f1c"}],"id":"6de2aa8c-16c7-4694-aa65-693bc661680c","_postman_id":"6de2aa8c-16c7-4694-aa65-693bc661680c","description":""},{"name":"Payouts","item":[{"name":"Create Beneficiary","id":"c26609a3-0bf8-44bb-a78b-51d49a74f2c1","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"client_id","value":"YOUR_CLIENT_ID","type":"text"},{"key":"client_secret","value":"YOUR_CLIENT_SECRET","type":"text"},{"key":"module_secret","value":"{{accounts_module_secret}}","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"reference_id\":  \"1cf34806-bd16-4fc3-91ae-fecbedf4ea4a\",\r\n    \"virtual_account_unique_reference_number\": \"CASGD_C84896764A54423BA713BBFCF09DAC29\",\r\n    \"entity_type\": \"INDIVIDUAL\",\r\n    \"first_name\": \"Saksham\",\r\n    \"last_name\": \"Shubham\",\r\n    \"payment_methods\": [\"BANK_TRANSFER\"],\r\n\r\n    \"beneficiary_address\": {\r\n        \"city\": \"Singapore\",\r\n        \"country_code\": \"SG\",\r\n        \"postcode\": \"138687\",\r\n        \"state\": \"Singapore\",\r\n        \"street_address\": \"30 Dover Rise\"\r\n    },\r\n    \"beneficiary_bank_details\": {\r\n        \"account_currency\": \"AUD\",\r\n        \"account_name\": \"Saksham Shubham\",\r\n        \"account_number\": \"1203361530\",\r\n        \"bank_country_code\": \"SG\",\r\n        \"bank_name\": \"DBS Bank\",\r\n        \"account_routing_params\": {\r\n            \"BSB\": \"something\"\r\n        }\r\n    }\r\n}","options":{"raw":{"language":"json"}}},"url":"{{protocol}}://https://in.staging.decentro.tech/v1/core_banking/payout/beneficiary","urlObject":{"protocol":"{{protocol}}","path":["v1","core_banking","payout","beneficiary"],"host":["https://in.staging.decentro.tech"],"query":[],"variable":[]}},"response":[],"_postman_id":"c26609a3-0bf8-44bb-a78b-51d49a74f2c1"},{"name":"Initiate Payout","id":"0a2d2770-058e-4151-bd46-24d34373e826","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"client_id","value":"YOUR_CLIENT_ID","type":"text"},{"key":"client_secret","value":"YOUR_CLIENT_SECRET","type":"text"},{"key":"module_secret","value":"{{accounts_module_secret}}","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"reference_id\": \"d50bbe2e-5b55-42f8-97a3-4791f095efcc\",\r\n    \"beneficiary_code\": \"BEN_CODE_034BFAE1447D4E1D86BDF3C9BC1B8E08\",\r\n    \"currency_account_unique_reference_number\": \"CAAUD_9BAA26A172E447D195E9A2FB0DF34FE5\",\r\n    \"payment_amount\": \"100\",\r\n    \"payment_method\": \"FAST\",\r\n    \"narration\": \"56cbfd2a-e2a6-4c88-a4f8-043d92a4c850\"\r\n}","options":{"raw":{"language":"json"}}},"url":"{{protocol}}://https://in.staging.decentro.tech/v1/core_banking/payout/initiate","urlObject":{"protocol":"{{protocol}}","path":["v1","core_banking","payout","initiate"],"host":["https://in.staging.decentro.tech"],"query":[],"variable":[]}},"response":[],"_postman_id":"0a2d2770-058e-4151-bd46-24d34373e826"},{"name":"Get Payout Status","id":"451625b5-10d2-4dcc-adbf-7a5dce67214b","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"client_id","value":"YOUR_CLIENT_ID","type":"text"},{"key":"client_secret","value":"YOUR_CLIENT_SECRET","type":"text"},{"key":"module_secret","value":"{{accounts_module_secret}}","type":"text"}],"body":{"mode":"raw","raw":"","options":{"raw":{"language":"json"}}},"url":"{{protocol}}://https://in.staging.decentro.tech/v1/core_banking/payout/status?payment_unique_reference_number=MTMO_77451FA36D9E4081AE9465E81969CDDE","urlObject":{"protocol":"{{protocol}}","path":["v1","core_banking","payout","status"],"host":["https://in.staging.decentro.tech"],"query":[{"key":"payment_unique_reference_number","value":"MTMO_77451FA36D9E4081AE9465E81969CDDE"}],"variable":[]}},"response":[],"_postman_id":"451625b5-10d2-4dcc-adbf-7a5dce67214b"}],"id":"3c4ea622-39f7-4862-8f45-612aa7259585","_postman_id":"3c4ea622-39f7-4862-8f45-612aa7259585","description":""},{"name":"Invoice","item":[{"name":"Invoice","id":"047ba93b-3f5c-4dd4-9a10-1a02d8587a36","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"client_id","value":"YOUR_CLIENT_ID","type":"text"},{"key":"client_secret","value":"YOUR_CLIENT_SECRET","type":"text"},{"key":"module_secret","value":"{{accounts_module_secret}}","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"reference_id\": \"cabce2bd-7fc0-4cdd-8d03-29348b973473\",\n    \"invoice_number\": \"INV_000006324\",\n    \"invoice_due_date\": \"30-11-2023\",\n    \"currency_account_unique_reference_number\": \"CAUSD_EAA62B7257BB4D98861EB42AE5AB7087\",\n    \"purpose\": \"Testing The product\",\n    \"biller_details\": {\n        \"biller_name\": \"New Solutions Pvt Ltd\",\n        \"business_identification_number\": \"BIN67552\",\n        \"tax_number\": \"GST567541900\",\n        \"address\": {\n            \"street_address\": \"Some address in NY\",\n            \"city\": \"New York\",\n            \"state\": \"New York\",\n            \"postcode\": \"123456\",\n            \"country_code\": \"US\"\n        }\n    },\n    \"payer_details\": {\n        \"entity_type\": \"BUSINESS\",\n        \"payer_name\": \"XYZ ptv ltd\",\n        \"business_identification_number\": \"BIN121212\",\n        \"tax_number\": \"GST121212\",\n        \"address\": {\n            \"street_address\": \"Some address in BLR\",\n            \"city\": \"Bangalore\",\n            \"state\": \"Karnataka\",\n            \"postcode\": \"560036\",\n            \"country_code\": \"IN\"\n        }\n    },\n    \"products\": [\n      {\n        \"description\": \"item1\",\n        \"unit_price\": \"50\",\n        \"quantity\": \"43\",\n        \"tax_rate\": \"12\"\n      },\n      {\n        \"description\": \"item2\",\n        \"unit_price\": \"300\",\n        \"quantity\": \"12\",\n        \"tax_rate\": \"10\"\n      },\n      {\n        \"description\": \"item3\",\n        \"unit_price\": \"9876\",\n        \"quantity\": \"6\",\n        \"tax_rate\": \"12\"\n      }\n    ]\n}","options":{"raw":{"language":"json"}}},"url":"{{protocol}}://https://in.staging.decentro.tech/v1/account/invoice","urlObject":{"protocol":"{{protocol}}","path":["v1","account","invoice"],"host":["https://in.staging.decentro.tech"],"query":[],"variable":[]}},"response":[],"_postman_id":"047ba93b-3f5c-4dd4-9a10-1a02d8587a36"}],"id":"10f76181-aa6b-4d41-a6a3-13060a16b5de","_postman_id":"10f76181-aa6b-4d41-a6a3-13060a16b5de","description":""}],"id":"1ad5ad67-e36a-40c5-9574-4516cda95169","_postman_id":"1ad5ad67-e36a-40c5-9574-4516cda95169","description":""}],"id":"8593c72b-54bf-4b28-9f17-3fc587fa7e57","_postman_id":"8593c72b-54bf-4b28-9f17-3fc587fa7e57","description":""}],"event":[{"listen":"prerequest","script":{"id":"2cf047ca-c430-4049-b70f-e3ad4acca274","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"1ff4801f-e431-44c1-b902-b664389237ac","type":"text/javascript","exec":[""]}}],"variable":[{"key":"test_base_url_india","value":"https://in.staging.decentro.tech"},{"key":"live_base_url_india","value":"https://in.decentro.tech"},{"key":"india_country_code","value":"in"},{"key":"singapore_country_code","value":"sg"},{"key":"client_id","value":"YOUR_CLIENT_ID"},{"key":"client_secret","value":"YOUR_CLIENT_SECRET"},{"key":"corebanking_module_secret","value":"YOUR_CORE_BANKING_MODULE_SECRET"},{"key":"kyc_and_ob_module_secret","value":"YOUR_KYC_MODULE_SECRET"},{"key":"aml_and_cmpl_module_secret","value":"YOUR_AML_MODULE_SECRET"},{"key":"module_secret","value":"YOUR_PREPAID_MODULE_SECRET"},{"key":"provider_secret","value":"YOUR_CHOSEN_PROVIDER_SECRET"},{"key":"url","value":"https://in.staging.decentro.tech"},{"key":"base_url","value":"https://in.staging.decentro.tech","type":"string"},{"key":"ledger_module_secret","value":"YOUR_LEDGER_MODULE_SECRET","type":"string"},{"key":"test_base_url_sea","value":"https://sea.staging.decentro.tech","type":"string"},{"key":"live_base_url_sea","value":"https://sea.decentro.tech","type":"string"},{"key":"sea_module_secret","value":"YOUR_SEA_MODULE_SECRET","type":"string"}]}