<?xml version="1.0" encoding="UTF-8" ?><!-- generator=Zoho Sites --><rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:content="http://purl.org/rss/1.0/modules/content/"><channel><atom:link href="https://www.armfintech.in/blogs/tag/onlinetransaction/feed" rel="self" type="application/rss+xml"/><title>FinnSys Software | ARM Fintech Consultants Pvt Ltd - Blog #Onlinetransaction</title><description>FinnSys Software | ARM Fintech Consultants Pvt Ltd - Blog #Onlinetransaction</description><link>https://www.armfintech.in/blogs/tag/onlinetransaction</link><lastBuildDate>Fri, 03 Apr 2026 17:06:57 -0700</lastBuildDate><generator>http://zoho.com/sites/</generator><item><title><![CDATA[Build Your New-Gen Mobile App ]]></title><link>https://www.armfintech.in/blogs/post/mobiel-app-builder</link><description><![CDATA[<img align="left" hspace="5" src="https://www.armfintech.in/Mobile-application.png"/>]]></description><content:encoded><![CDATA[<div class="zpcontent-container blogpost-container "><div data-element-id="elm_-STK41l2TqCDLNQPvieu8A" data-element-type="section" class="zpsection "><style type="text/css"></style><div class="zpcontainer-fluid zpcontainer"><div data-element-id="elm_UpKWJswYSeW6ocdWrzx1pw" data-element-type="row" class="zprow zprow-container zpalign-items- zpjustify-content- " data-equal-column=""><style type="text/css"></style><div data-element-id="elm_XITDJYgoSmCZeVVU5VFyrQ" data-element-type="column" class="zpelem-col zpcol-12 zpcol-md-12 zpcol-sm-12 zpalign-self- "><style type="text/css"></style><div data-element-id="elm_oAv76n6TNoqylL2FVs2xDA" data-element-type="codeSnippet" class="zpelement zpelem-codesnippet "><div class="zpsnippet-container"><!DOCTYPE html><html lang="en"><meta charset="UTF-8"/><meta name="viewport" content="width=device-width, initial-scale=1.0"/><title>Build Your Own Mutual Fund App | IDELIVER + Finnsys</title><meta name="description" content="Launch your own Mutual Fund mobile app powered by Finnsys, NSE Invest and Zoho CRM. Delivered in 45 days."/><meta name="keywords" content="Mutual Fund App, MF Distributor App, Finnsys API, NSE Invest API, MF Technology"/><style> :root { --primary:#0f172a; --secondary:#1e40af; --accent:#22c55e; --bg-light:#f8fafc; --border:#e5e7eb; --text-muted:#64748b; } body{ margin:0; font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,sans-serif; background:var(--bg-light); color:#0f172a; line-height:1.7; } .container{ max-width:1200px; margin:auto; padding:40px 20px; } /* HEADER */ header{ background:linear-gradient(135deg,#020617,#0f172a,#1e293b); color:#fff; padding:80px 20px 60px; text-align:center; } header h1{ font-size:40px; margin-bottom:12px; color: #fff; } header p{ font-size:19px; max-width:800px; margin:auto; color:#cbd5f5; } .hero-image{ margin-top:40px; display:flex; justify-content:center; } .hero-image img{ width:100%; max-width:900px; border-radius:18px; box-shadow:0 30px 70px rgba(0,0,0,0.35); } /* SECTIONS */ .section{ background:#fff; padding:50px 40px; margin-bottom:40px; border-radius:16px; box-shadow:0 12px 30px rgba(15,23,42,.08); } h2{ font-size:30px; margin-bottom:20px; } h2:after{ content:""; display:block; width:50px; height:3px; background:var(--accent); margin-top:8px; border-radius:2px; } h3{ color:#1d7ef7; } p{color:var(--text-muted); font-size: 18px;} ul{padding-left:20px;} ul li{margin-bottom: 5px; font-size: 18px;} /* IMAGES */ .section-image{ text-align:center; margin:30px 0; } .section-image img{ max-width:700px; width:100%; border-radius:14px; box-shadow:0 20px 40px rgba(0,0,0,.15); } .image-grid{ display:grid; grid-template-columns:repeat(auto-fit,minmax(260px,1fr)); gap:20px; margin:25px 0; } .image-grid img{ width:100%; border-radius:14px; box-shadow:0 15px 35px rgba(0,0,0,.15); } /* PRICING */ .pricing{ display:grid; grid-template-columns:repeat(auto-fit,minmax(280px,1fr)); gap:24px; } .card{ background:#fff; border:1px solid var(--border); border-radius:16px; padding:28px; transition:.3s; } .card:hover{ transform:translateY(-6px); box-shadow:0 20px 45px rgba(0,0,0,.15); } .price{ font-size:24px; font-weight:700; color:#047857; } .total{ margin-top:16px; padding:14px; background:#ecfeff; border-left:4px solid #06b6d4; border-radius:8px; font-weight:600; font-size: 20px; } /* CTA */ .cta{ padding:90px 20px; text-align:center; color:#fff; background: linear-gradient(135deg,rgba(2,6,23,.9),rgba(15,23,42,.9)), url('https://images.unsplash.com/photo-1601597111158-2fceff292cdc') center/cover no-repeat; } .cta p{color:#cbd5f5;font-size:18px;} .cta a{ display:inline-block; margin-top:25px; padding:16px 36px; background:linear-gradient(135deg,#22c55e,#16a34a); color:#052e16; text-decoration:none; font-weight:700; border-radius:999px; box-shadow:0 12px 30px rgba(34,197,94,.4); } /* FOOTER */ footer{ text-align:center; padding:25px; font-size:14px; color:#64748b; } @media(max-width:768px){ header h1{font-size:30px;} .section{padding:35px 25px;} } .tech-layout { display: flex; /* align-items: center;*/ gap: 40px; margin-top: 25px; } .tech-text { flex: 1; } .tech-image { flex: 1; text-align: right; } .tech-image img { max-width: 100%; border-radius: 14px; box-shadow: 0 18px 40px rgba(15, 23, 42, 0.15); } /* Mobile Responsive */ @media (max-width: 768px) { .tech-layout { flex-direction: column; } .tech-image { text-align: center; margin-top: 20px; } } .image-overlay-grid { margin-top: 30px; } .image-card { position: relative; overflow: hidden; border-radius: 14px; } .image-card img { width: 100%; display: block; border-radius: 14px; } /* Text overlay – ALWAYS visible */ .image-text { position: absolute; inset: 0; display: flex; align-items: center; justify-content: center; color: #ffffff; font-size: 22px; font-weight: 700; letter-spacing: 0.4px; text-align: center; z-index: 2; } /* Gradient overlays per image */ .gradient-blue::after, .gradient-green::after, .gradient-purple::after { content: ""; position: absolute; inset: 0; z-index: 1; } /* Blue – Modern Code */ .gradient-blue::after { background: linear-gradient( 135deg, rgba(30, 64, 175, 0.75), rgba(2, 6, 23, 0.75) ); } /* Green – Modern Design */ .gradient-green::after { background: linear-gradient( 135deg, rgba(22, 163, 74, 0.75), rgba(2, 6, 23, 0.75) ); } /* Purple – Standard APIs */ .gradient-purple::after { background: linear-gradient( 135deg, rgba(99, 102, 241, 0.75), rgba(2, 6, 23, 0.75) ); } /* Optional subtle lift on hover (visual polish only) */ .image-card:hover { transform: translateY(-6px); transition: transform 0.3s ease; } </style><header><h1>Build Your Own Mutual Fund App</h1><p>Enterprise-grade MF technology powered by Finnsys & NSE Invest — delivered in 45 days</p><div class="hero-image"><img src="https://images.unsplash.com/photo-1551288049-bebda4e38f71" alt="MF App Dashboard"></div>
</header><div class="container"><section class="section"><h2>Who We Are</h2><p>IDELIVER Services Pvt Ltd enables Mutual Fund Distributors to launch their own fully branded Android & iOS apps using institutional-grade fintech infrastructure. This is <strong>your platform</strong> — not a revenue-sharing marketplace.</p></section><section class="section"><h2>Technology Stack</h2><div class="tech-layout"><div class="tech-text"><ul><li>✔ Finnsys Core MF APIs</li><li>✔ NSE Invest Infrastructure</li><li>✔ Zoho CRM (Optional)</li><li>✔ Android, iOS & Web Admin</li></ul></div>
<div class="tech-image"><img src="https://images.unsplash.com/photo-1555949963-aa79dcee981c" alt="Fintech API Stack"></div>
</div></section><section class="section"><h2>What You Get</h2><div class="image-grid image-overlay-grid"><div class="image-card gradient-blue"><img src="https://www.armfintech.in/images/code.jpg" alt="Modern Code"><div class="image-text">Modern Code</div>
</div><div class="image-card gradient-green"><img src="https://www.armfintech.in/images/design.jpg" alt="Modern Design"><div class="image-text">Modern Design</div>
</div><div class="image-card gradient-purple"><img src="https://www.armfintech.in/images/api.jpg" alt="Standard APIs"><div class="image-text">Standard APIs</div>
</div></div></section><section class="section"><h2>Commercial Models (One-Time)</h2><div class="pricing"><div class="card"><h4><strong>End-to-End Delivery</strong></h4><p class="price">₹6,00,000 + GST</p><hr><ul><li>Design + Development</li><li>Finnsys + NSE Invest APIs</li><li>Zoho CRM integration (optional)</li><li>Delivery in 45 days</li><li>₹1,00,000 advance</li></ul></div>
<div class="card"><h4><strong>You Design, We Build</strong></h4><p class="price">₹4,50,000 + GST</p><hr><ul><li>Your design (Figma / Canva / Images)</li><li>Full mobile & backend development</li><li>All APIs included</li><li>Delivery in 45 days</li><li>₹1,00,000 advance</li></ul></div>
<div class="card"><h4><strong>API Wrappers Only</strong></h4><p class="price">₹1,50,000 + Taxes</p><hr><ul><li>Ready-to-use Finnsys API wrappers</li><li>KYC & NSE Invest integration</li><li>Technical documentation & support</li></ul></div>
</div></section><section class="section"><h2>Annual Charges (Post-Launch)</h2><div class="pricing"><div class="card"><h3>Option A – Standard Operations</h3><ul><li>Finnsys API + Web Interface</li><li>Automated data sync & reporting</li><li>Client App updates & store handling</li></ul><p> Finnsys API + Web: ₹30,000 / year + taxes<br> App Management: ₹50,000 / year </p><div class="total"> Total: ₹80,000 / year + taxes </div>
</div><div class="card"><h3>Option B – Advanced Operations (Recommended)</h3><ul><li>Everything in Option A</li><li>Admin Mobile App – Finnsys NEO</li><li>On-the-go approvals & broadcasting</li></ul><p> Finnsys API + Web + Admin App: ₹40,000 / year + taxes<br> App Management: ₹50,000 / year </p><div class="total"> Total: ₹90,000 / year + taxes </div>
</div></div></section></div><section class="cta"><h1 style="font-size:35px;color:rgb(255, 255, 255);">Ready to Launch Your Own MF App?</h1><p>Own your technology. Control your growth.</p><a href="https://forms.zohopublic.com/finnsyshelp/form/FinnsysNEO/formperma/PgnehSwwsXB-QisNFQZf_T-kCLeLgCIYi-RBfbsSrRg" target="_blank">Book a Consultation</a></section><section class="section"><h2>Frequently Asked Questions</h2><h3>Who owns the app and data?</h3><p>You own the app, branding, users and data. We do not reuse or resell your workflows.</p><h3>Is Zoho CRM mandatory?</h3><p>No. Zoho CRM is optional and can be integrated later.</p><h3>Do you manage App Store & Play Store?</h3><p>Yes, under the App Management plan.</p><h3>Is there any vendor lock-in?</h3><p>No. APIs, commercials and responsibilities are contract-driven and transparent.</p></section></div>
</div></div></div></div></div></div> ]]></content:encoded><pubDate>Wed, 24 Dec 2025 09:11:59 +0530</pubDate></item><item><title><![CDATA[Getting Started with your ZOHO Set Up ]]></title><link>https://www.armfintech.in/blogs/post/getting-started-with</link><description><![CDATA[<img align="left" hspace="5" src="https://www.armfintech.in/Screenshot 2024-07-13 at 10.45.55 AM.png"/>Step 1 : Think about the modules in your Business Leads Clients Associates Vendors( AMC , RTA etc) Task Deals/ Transactions Meetings/ Appointments All Staff ]]></description><content:encoded><![CDATA[<div class="zpcontent-container blogpost-container "><div data-element-id="elm_JOJyRCmtTmC9atZiaUZG6w" data-element-type="section" class="zpsection "><style type="text/css"></style><div class="zpcontainer-fluid zpcontainer"><div data-element-id="elm_2jRiUdAxQUqNjEQJK8IQxQ" data-element-type="row" class="zprow zprow-container zpalign-items- zpjustify-content- " data-equal-column=""><style type="text/css"></style><div data-element-id="elm_Q229u-nmRaeOnnWdNFwhNw" data-element-type="column" class="zpelem-col zpcol-12 zpcol-md-12 zpcol-sm-12 zpalign-self- "><style type="text/css"> [data-element-id="elm_Q229u-nmRaeOnnWdNFwhNw"].zpelem-col{ border-radius:1px; } @media (max-width: 767px) { [data-element-id="elm_Q229u-nmRaeOnnWdNFwhNw"].zpelem-col{ border-radius:1px; } } @media all and (min-width: 768px) and (max-width:991px){ [data-element-id="elm_Q229u-nmRaeOnnWdNFwhNw"].zpelem-col{ border-radius:1px; } } </style><div data-element-id="elm_Jr9gCzCNCtcQsgu3Y8Sdzw" data-element-type="text" class="zpelement zpelem-text "><style> [data-element-id="elm_Jr9gCzCNCtcQsgu3Y8Sdzw"].zpelem-text { border-radius:1px; } @media (max-width: 767px) { [data-element-id="elm_Jr9gCzCNCtcQsgu3Y8Sdzw"].zpelem-text { border-radius:1px; } } @media all and (min-width: 768px) and (max-width:991px){ [data-element-id="elm_Jr9gCzCNCtcQsgu3Y8Sdzw"].zpelem-text { border-radius:1px; } } </style><div class="zptext zptext-align-left " data-editor="true"><div style="color:inherit;"><div><p><span style="font-size:26.6671px;font-weight:700;">Step 1 : Think about the modules in your Business </span></p><p><span style="font-size:26.6671px;font-weight:700;"><br></span></p></div><div><p><span style="font-size:16px;">Leads</span></p></div><div><p><span style="font-size:16px;">Clients</span></p></div><div><p><span style="font-size:16px;">Associates</span></p></div><div><p><span style="font-size:16px;">Vendors( AMC , RTA etc)</span></p></div><div><p><span style="font-size:16px;">Task </span></p></div><div><p><span style="font-size:16px;">Deals/ Transactions</span></p></div><div><p><span style="font-size:16px;">Meetings/ Appointments</span></p></div><div><p><span style="font-size:16px;">All Staff E mails / Desk</span></p></div><div><p><span style="font-size:16px;">Proposals</span></p></div><div><p><span style="font-size:16px;">Marketing : Survey, Feedback, Campaign - Whatsapp or E mail or Social Media, Blogs, Videos</span></p><p><span style="font-size:16px;"><br></span></p></div><div><p><span style="font-size:26.6671px;font-weight:700;">Step 2 : Create your Pain Area and Automation requirement in each of these modules</span></p></div><div><p><span style="text-decoration-line:underline;"><span style="font-size:17px;">Leads :</span></span></p></div><ul><li><span style="font-size:16px;">You will import all bulk leads and then keep adding to your references or any prospect in the lead section</span></li><li><span style="font-size:16px;">Must have an automation of sending an introductory whatsapp or E mail or both at the time of addition </span></li><li><span style="font-size:16px;">Automatic task should be created to follow up on the lead - 5 days, 15 days and then 3 months and then 6 months and then 1 year etc till when it gets converted or gets into junk</span></li><li><span style="font-size:16px;">As a staff you want to see the leads mapped to you</span></li><li><span style="font-size:16px;">As an admin you need to see the report of total lead vs converted leads, junk leads, pending leads etc</span></li><li><span style="font-size:16px;">You have to decide at which stage you will move a lead to client section</span></li></ul><div><p><span style="font-size:16px;text-decoration-line:underline;">Clients</span></p></div><ul><li><span style="font-size:16px;">You will import all existing clients from your MF Software or you can fetch through API</span></li><li><span style="font-size:16px;">You will choose an unique identifier to know that these are converted clients</span></li><li><span style="font-size:16px;">You will choose the unique identifier to know that these are yet to be converted clients ( under progress)</span></li><li><span style="font-size:16px;">Must have an automation of sending a welcome message/mail on 5th day then training message on 30th day, then review reminder on 90 days etc</span></li><li><span style="font-size:16px;">Automatic task should be created to follow up on 3 months, 1 year , birthday etc</span></li><li><span style="font-size:16px;">As a staff you want to see the customers mapped to you</span></li><li><span style="font-size:16px;">As an admin you need to see the report of total customers vs active customers, dormant customers etc</span></li></ul><div><p><span style="font-size:16px;text-decoration-line:underline;">Task </span></p></div><ul><li><span style="font-size:16px;">You should get into a habit of assigning task to any of your staff through ZOHIO task management</span></li><li><span style="font-size:16px;">You should get into habit of creating task for yourself also</span></li><li><span style="font-size:16px;">You should check total task status - pending, completed etc</span></li></ul><div><p><span style="font-size:16px;text-decoration-line:underline;">Deals/ Transactions</span></p></div><ul><li><span style="font-size:16px;">You should create Deal for every thing - unit sell or Unit repurchase</span></li><li><span style="font-size:16px;">You should record the discussion on every deal</span></li></ul><div><p><span style="font-size:17px;text-decoration-line:underline;">Meetings/ Appointments</span></p></div><ul><li><span style="font-size:16px;">You should create meeting link for every online discussion with customer for a recorded discussions</span></li><li><span style="font-size:16px;">You may share the recording links with your customer</span></li></ul><div><p><span style="font-size:17px;text-decoration-line:underline;">All Staff E mails / Desk</span></p></div><ul><li><span style="font-size:16px;">Create a single E mail ID and map in ZOHO</span></li><li><span style="font-size:16px;">Manage all your E mails at one place </span></li><li><span style="font-size:16px;">Assign auto or manually the tickets to each RMs or support executives</span></li></ul><div><p><span style="font-size:17px;text-decoration-line:underline;">Marketing : Survey, Feedback, Campaign - Whatsapp or E mail or Social Media, Blogs, Videos</span></p></div><ul><li><span style="font-size:16px;">Create Zoho Campaign page</span></li><li><span style="font-size:16px;">Create Zoho Sites </span></li><li><span style="font-size:16px;">Create Zoho Blogs</span></li></ul><div><p><span style="font-size:26.6671px;font-weight:700;">Step 3 : Fill up our survey Questions and send us to get your Set up ready !</span></p></div><div><p><span style="font-size:16px;">Marketing : Survey, Feedback, Campaign - Whatsapp or E mail or Social Media, Blogs, Videos</span></p></div><div><div><a href="https://survey.zohopublic.com/zs/K5Clo3" title="Give your answers" target="_blank" rel=""><span style="font-size:17px;">https://survey.zohopublic.com/zs/K5Clo3</span></a></div></div><div><br></div><div><div><span style="font-size:20px;">FAQs on ZOHO Set up :&nbsp;<a href="https://www.armfintech.in/blogs/post/zoho-set-up-services" title="FAQ" target="_blank" rel="">https://www.armfintech.in/blogs/post/zoho-set-up-services</a></span></div></div><div><br></div></div></div>
</div></div></div></div></div></div> ]]></content:encoded><pubDate>Sun, 14 Jul 2024 07:58:43 +0530</pubDate></item><item><title><![CDATA[Advantage of integrating NSE NMF II APIs]]></title><link>https://www.armfintech.in/blogs/post/advantage-of-integrating-nse-nmf-ii-apis</link><description><![CDATA[<img align="left" hspace="5" src="https://www.armfintech.in/NSE NMF-II.png"/>The video is a part of our regular training sessions delivered under Finnsys Academy ]]></description><content:encoded><![CDATA[<div class="zpcontent-container blogpost-container "><div data-element-id="elm_6Frsy2MYQC-Q4r6NXsV8_g" data-element-type="section" class="zpsection "><style type="text/css"></style><div class="zpcontainer-fluid zpcontainer"><div data-element-id="elm_Yevhx5E0SaONpbbX61gJ2w" data-element-type="row" class="zprow zprow-container zpalign-items- zpjustify-content- " data-equal-column=""><style type="text/css"></style><div data-element-id="elm_NWGT1TrNSM6ikAIl4aD29A" data-element-type="column" class="zpelem-col zpcol-12 zpcol-md-12 zpcol-sm-12 zpalign-self- "><style type="text/css"></style><div data-element-id="elm_6eyIM_kNTPmHsENj99u0_A" data-element-type="heading" class="zpelement zpelem-heading "><style></style><h2
 class="zpheading zpheading-align-center " data-editor="true"><span style="font-size:20px;">Watch this comprehensive video to learn all about NSE NMF II API integration with Finnsys Software and see the live demo of its key advantages</span></h2></div>
<div data-element-id="elm_iYyT10osSPSphJPMuaJ6fg" data-element-type="text" class="zpelement zpelem-text "><style></style><div class="zptext zptext-align-center " data-editor="true"><p>The video is a part of our regular training sessions delivered under Finnsys Academy</p></div>
</div><div data-element-id="elm_rAU-Z3qJR4CS8cSfIblH6Q" data-element-type="button" class="zpelement zpelem-button "><style> [data-element-id="elm_rAU-Z3qJR4CS8cSfIblH6Q"].zpelem-button{ border-radius:1px; } </style><div class="zpbutton-container zpbutton-align-center "><style type="text/css"></style><a class="zpbutton-wrapper zpbutton zpbutton-type-primary zpbutton-size-md zpbutton-style-none " href="https://youtu.be/8JyxjbaQflk" target="_blank" title="Youtube Channel"><span class="zpbutton-content">Watch Now</span></a></div>
</div></div></div></div></div></div> ]]></content:encoded><pubDate>Thu, 25 Jan 2024 02:16:10 +0530</pubDate></item><item><title><![CDATA[Finnsys Product Bundle]]></title><link>https://www.armfintech.in/blogs/post/Finnsys-Product-briefing</link><description><![CDATA[<img align="left" hspace="5" src="https://www.armfintech.in/files/website-template-1.png"/>Finnsys Provides a bundle of features like- Website, Mobile application, CRM Software and many more...check our prices and process to get started]]></description><content:encoded><![CDATA[<div class="zpcontent-container blogpost-container "><div data-element-id="elm_DZww4PixT_aWJ1UOi99x-Q" data-element-type="section" class="zpsection "><style type="text/css"></style><div class="zpcontainer-fluid zpcontainer"><div data-element-id="elm_BECwGycVQIC-KzAk3E7vZA" data-element-type="row" class="zprow zprow-container zpalign-items- zpjustify-content- " data-equal-column=""><style type="text/css"></style><div data-element-id="elm_78YnyLjwTDO3WRLEKNth8g" data-element-type="column" class="zpelem-col zpcol-12 zpcol-md-12 zpcol-sm-12 zpalign-self- "><style type="text/css"></style><div data-element-id="elm_8QIRZCsdC7NSCvfKuQsPLQ" data-element-type="codeSnippet" class="zpelement zpelem-codesnippet "><div class="zpsnippet-container"><iframe loading="lazy" style="position:relative;width:100%;height:100%;max-height:80vh;border:none;padding:0;margin:0;overflow:hidden;" src="https:&#x2F;&#x2F;www.canva.com&#x2F;design&#x2F;DAFnLgMPQPc&#x2F;view?embed" allowfullscreen="allowfullscreen" allow="fullscreen"></iframe></div>
</div></div></div></div></div></div> ]]></content:encoded><pubDate>Thu, 29 Jun 2023 16:39:12 +0530</pubDate></item><item><title><![CDATA[Get Started with your own Mobile App - Android & IOS]]></title><link>https://www.armfintech.in/blogs/post/get-your-own-mobile-app</link><description><![CDATA[<img align="left" hspace="5" src="https://www.armfintech.in/images/Build a.png"/>Creating apps is high on the agenda for the fintech industry. Everyone’s thinking about how their business can make use of fintech: digital banking, personal finance, investment apps, blockchain etc...]]></description><content:encoded><![CDATA[<div class="zpcontent-container blogpost-container "><div data-element-id="elm_YL92QqxvQr-SBsna4v43lA" data-element-type="section" class="zpsection "><style type="text/css"></style><div class="zpcontainer-fluid zpcontainer"><div data-element-id="elm_-Y_UmbabQC6Myu12GY5s7w" data-element-type="row" class="zprow zprow-container zpalign-items- zpjustify-content- " data-equal-column=""><style type="text/css"></style><div data-element-id="elm_x6U84KZhRY6rC949kuH8Rw" data-element-type="column" class="zpelem-col zpcol-12 zpcol-md-12 zpcol-sm-12 zpalign-self- "><style type="text/css"></style><div data-element-id="elm_zj6sN8Gj64ddIj9bjzEtqg" data-element-type="image" class="zpelement zpelem-image "><style> @media (min-width: 992px) { [data-element-id="elm_zj6sN8Gj64ddIj9bjzEtqg"] .zpimage-container figure img { width: 1080px ; height: 607.50px ; } } @media (max-width: 991px) and (min-width: 768px) { [data-element-id="elm_zj6sN8Gj64ddIj9bjzEtqg"] .zpimage-container figure img { width:723px ; height:406.69px ; } } @media (max-width: 767px) { [data-element-id="elm_zj6sN8Gj64ddIj9bjzEtqg"] .zpimage-container figure img { width:415px ; height:233.44px ; } } [data-element-id="elm_zj6sN8Gj64ddIj9bjzEtqg"].zpelem-image { border-radius:1px; } </style><div data-caption-color="" data-size-tablet="" data-size-mobile="" data-align="center" data-tablet-image-separate="false" data-mobile-image-separate="false" class="zpimage-container zpimage-align-center zpimage-size-fit zpimage-tablet-fallback-fit zpimage-mobile-fallback-fit hb-lightbox " data-lightbox-options="
                type:fullscreen,
                theme:dark"><figure role="none" class="zpimage-data-ref"><span class="zpimage-anchor" role="link" tabindex="0" aria-label="Open Lightbox" style="cursor:pointer;"><picture><img class="zpimage zpimage-style-none zpimage-space-none " src="/images/Build%20aa.png" width="415" height="233.44" loading="lazy" size="fit" data-lightbox="true"/></picture></span></figure></div>
</div><div data-element-id="elm_Yb7q9dTgQsugg-y2kLFszQ" data-element-type="text" class="zpelement zpelem-text "><style> [data-element-id="elm_Yb7q9dTgQsugg-y2kLFszQ"].zpelem-text { border-radius:1px; } </style><div class="zptext zptext-align-center " data-editor="true"><p style="text-align:justify;"><span style="color:inherit;font-size:18px;">Creating App is high on the agenda for the fintech industry. Everyone’s thinking about how their business can make use of fintech: digital banking, personal finance, investment apps, blockchain etc... It’s a quickly growing space and companies that don’t embrace technology are going to get left behind. Are you ready to embrace fintech?</span><br></p></div>
</div></div></div></div></div><div data-element-id="elm_9eVmEUHMoYTWlLfO3gamEg" data-element-type="section" class="zpsection "><style type="text/css"></style><div class="zpcontainer-fluid zpcontainer"><div data-element-id="elm_iLHxW4ZVt6ntpm8sMzPUxA" data-element-type="row" class="zprow zprow-container zpalign-items- zpjustify-content- " data-equal-column=""><style type="text/css"></style><div data-element-id="elm_59vLUY3041vqv_pp77pNvA" data-element-type="column" class="zpelem-col zpcol-12 zpcol-md-12 zpcol-sm-12 zpalign-self- "><style type="text/css"></style><div data-element-id="elm_QDfbzvuYwtDJmaQeNDKAxg" data-element-type="heading" class="zpelement zpelem-heading "><style> [data-element-id="elm_QDfbzvuYwtDJmaQeNDKAxg"].zpelem-heading { border-radius:1px; margin-block-start:22px; } </style><h2
 class="zpheading zpheading-align-center " data-editor="true"><div style="color:inherit;"><h1><div style="color:inherit;"></div></h1><h2 style="margin-bottom:15px;"><span style="font-size:26px;">What does API stand for?</span></h2></div></h2></div>
<div data-element-id="elm_1Hp7Q-3l-nb7Q9uCSruUCA" data-element-type="text" class="zpelement zpelem-text "><style> [data-element-id="elm_1Hp7Q-3l-nb7Q9uCSruUCA"].zpelem-text { border-radius:1px; } </style><div class="zptext zptext-align-center " data-editor="true"><div><div style="color:inherit;text-align:justify;"><div style="color:inherit;"><div><div style="color:inherit;"><span style="font-size:18px;">Creating a mobile app for MF distribution with a focus on portfolio reporting, fund selection, and ease of investments through secured APIs is a great initiative. To enhance customer engagement, here are some smart tricks you can consider while developing your app:</span></div></div><div style="color:inherit;"><span style="font-size:18px;"><br></span></div></div></div></div><blockquote style="margin:0px 0px 0px 40px;border:none;padding:0px;"><div><div style="color:inherit;text-align:justify;"><div style="color:inherit;"><div><div style="color:inherit;"><span style="font-size:18px;">1. <span style="text-decoration-line:underline;">User-Friendly Interface: </span>Design a clean and intuitive user interface that is easy to navigate. Make sure the app is visually appealing and provides a seamless user experience.</span></div></div></div></div></div></blockquote><blockquote style="margin:0px 0px 0px 40px;border:none;padding:0px;"><div><div style="color:inherit;text-align:justify;"><div style="color:inherit;"><div><br></div></div></div></div><div><div style="color:inherit;text-align:justify;"><div style="color:inherit;"><div style="color:inherit;"><span style="font-size:18px;">2. <span style="text-decoration-line:underline;">Personalized Notifications:</span> Implement personalized alerts and notifications to keep users informed about important updates regarding their investments, such as NAV changes, dividend announcements, and portfolio rebalancing suggestions.</span></div></div></div></div><div><div style="color:inherit;text-align:justify;"><div style="color:inherit;"><div style="color:inherit;"><br></div></div></div></div><div><div style="color:inherit;text-align:justify;"><div style="color:inherit;"><div style="color:inherit;"><span style="font-size:18px;">3.<span style="text-decoration-line:underline;"> Portfolio Valuation and Performance Tracking: </span>Offer comprehensive portfolio valuation tools and performance tracking features. Provide visual representations of investment growth, asset allocation, and historical returns to help users understand their portfolio's performance.</span></div></div></div></div><div><div style="color:inherit;text-align:justify;"><div style="color:inherit;"><div><br></div></div></div></div><div><div style="color:inherit;text-align:justify;"><div style="color:inherit;"><div style="color:inherit;"><span style="font-size:18px;">4. <span style="text-decoration-line:underline;">Goal-Based Investing: </span>Incorporate goal-based investment features that allow users to set and track their financial goals. Provide recommendations on suitable funds based on their objectives and risk appetite.</span></div></div></div></div><div><div style="color:inherit;text-align:justify;"><div style="color:inherit;"><div><br></div></div></div></div><div><div style="color:inherit;text-align:justify;"><div style="color:inherit;"><div style="color:inherit;"><span style="font-size:18px;">5. <span style="text-decoration-line:underline;">Fund Research and Selection: </span>Offer detailed information on mutual funds, including their historical performance, expense ratios, fund manager details, and investment strategies. Provide intuitive search and filtering options to help users find the right funds.</span></div></div></div></div><div><div style="color:inherit;text-align:justify;"><div style="color:inherit;"><div><br></div></div></div></div><div><div style="color:inherit;text-align:justify;"><div style="color:inherit;"><div style="color:inherit;"><span style="font-size:18px;">6. <span style="text-decoration-line:underline;">Investment Calculators:</span> Include interactive calculators that help users estimate the potential returns, risk, and tax implications of their investments. This can assist them in making informed decisions.</span></div></div></div></div><div><div style="color:inherit;text-align:justify;"><div style="color:inherit;"><div><br></div></div></div></div><div><div style="color:inherit;text-align:justify;"><div style="color:inherit;"><div style="color:inherit;"><span style="font-size:18px;">7. Investment Reminders and SIP Tracking: Enable users to set investment reminders and track their systematic investment plans (SIPs) to ensure timely contributions and disciplined investing.</span></div></div></div></div><div><div style="color:inherit;text-align:justify;"><div style="color:inherit;"><div><br></div></div></div></div><div><div style="color:inherit;text-align:justify;"><div style="color:inherit;"><div style="color:inherit;"><span style="font-size:18px;">8. <span style="text-decoration-line:underline;">News and Market Updates: </span>Integrate relevant financial news, market updates, and expert insights to keep users informed about the latest trends and developments in the mutual fund industry.</span></div></div></div></div><div><div style="color:inherit;text-align:justify;"><div style="color:inherit;"><div><br></div></div></div></div><div><div style="color:inherit;text-align:justify;"><div style="color:inherit;"><div style="color:inherit;"><span style="font-size:18px;">9. <span style="text-decoration-line:underline;">Secure and Seamless Transactions: </span>Implement robust security measures and seamless integration with payment gateways to ensure safe and hassle-free investment transactions. Emphasize the security protocols in place to instill trust in users.</span></div></div></div></div><div><div style="color:inherit;text-align:justify;"><div style="color:inherit;"><div><br></div></div></div></div><div><div style="color:inherit;text-align:justify;"><div style="color:inherit;"><div style="color:inherit;"><span style="font-size:18px;">10. <span style="text-decoration-line:underline;">Customer Support and Feedback:</span> Provide easy access to customer support channels within the app. Encourage users to provide feedback, suggestions, or report issues, and promptly address their queries or concerns.</span></div></div></div></div></blockquote><div><div style="color:inherit;text-align:justify;"><div style="color:inherit;"><div><br></div><div style="color:inherit;"><span style="font-size:18px;">Remember to comply with regulations and avoid presenting your app as a Registered Investment Advisor (RIA) or Direct Plan Advisor. Emphasize the value-added services your app provides, such as portfolio reviews, rebalancing suggestions, and portfolio valuations, rather than focusing on self-help processes that may involve fees or brokerage.</span></div></div></div></div></div>
</div></div></div></div></div><div data-element-id="elm_hNEShlZFRDkscFFX6nh5rA" data-element-type="section" class="zpsection "><style type="text/css"></style><div class="zpcontainer-fluid zpcontainer"><div data-element-id="elm_cLzlIGjcZLTCE_KfDRJykQ" data-element-type="row" class="zprow zprow-container zpalign-items- zpjustify-content- " data-equal-column=""><style type="text/css"></style><div data-element-id="elm_pmX-Q6zuVPynk8nV2vXikA" data-element-type="column" class="zpelem-col zpcol-12 zpcol-md-12 zpcol-sm-12 zpalign-self- "><style type="text/css"></style><div data-element-id="elm_GTJERgEluw0VIwx9MXZ2jg" data-element-type="heading" class="zpelement zpelem-heading "><style> [data-element-id="elm_GTJERgEluw0VIwx9MXZ2jg"].zpelem-heading { border-radius:1px; } </style><h2
 class="zpheading zpheading-align-center " data-editor="true"><div style="color:inherit;"><h1><span style="font-size:26px;">Some important 3rd Party APIs to be used in your MF App</span></h1></div></h2></div>
<div data-element-id="elm_j4pFVReSntosPqXIrwDW2A" data-element-type="text" class="zpelement zpelem-text "><style> [data-element-id="elm_j4pFVReSntosPqXIrwDW2A"].zpelem-text { border-radius:1px; } </style><div class="zptext zptext-align-center " data-editor="true"><p style="text-align:justify;"><span style="color:inherit;"><span style="font-size:17.5px;">Most of the MF distribution application need following APIs to make it useful and customer friendly :</span></span><br></p><p style="text-align:justify;"><span style="color:inherit;"><span style="font-size:17.5px;">&nbsp;</span></span></p><ul><li style="text-align:justify;"><span style="font-size:17.5px;"><span style="font-weight:bold;">NSE NMFII API : </span>For enabling Online transaction in your application</span></li><li style="text-align:justify;"><span style="font-size:17.5px;"><span style="font-weight:bold;">BSE Star MF API :</span> For enabling Online transaction in your application</span></li><li style="text-align:justify;"><span style="font-size:17.5px;"><span style="font-weight:bold;">MFU Utility API : </span>For enabling Online transaction in your application</span></li><li style="text-align:justify;"><span style="font-size:17.5px;"><span style="font-weight:bold;">CAMS E KYC API : </span>For creating Online KYC for new On boardings</span></li><li style="text-align:justify;"><span style="font-size:17.5px;"><span style="font-weight:bold;">Advisor Khoj/ Morning Star etc : </span>For presenting scheme wide data and charts</span></li><li style="text-align:justify;"><span style="font-size:17.5px;"><span style="font-weight:bold;">PaySprint/ Bill Avenue etc :</span> For enabling PAN card creation, Online payments and other Bill Payments</span></li><li style="text-align:justify;"><span style="font-size:17.5px;"><span style="font-weight:bold;">Policy Anchor/ Policy Bazaar etc :</span> For presenting Insurance Quotes and comparison along with Online buying</span></li><li style="text-align:justify;"><span style="font-size:17.5px;"><span style="font-weight:bold;">Finnsys 360 API :</span> For presenting complete customer data through RTA feed</span></li></ul></div>
</div></div></div></div></div><div data-element-id="elm__UcCIP0Xks2F4rqYvDI3fA" data-element-type="section" class="zpsection "><style type="text/css"></style><div class="zpcontainer-fluid zpcontainer"><div data-element-id="elm_lEYAnlDYVQtzwZNrJA3jgQ" data-element-type="row" class="zprow zprow-container zpalign-items- zpjustify-content- " data-equal-column=""><style type="text/css"></style><div data-element-id="elm_xRKdSpaAMHR4hDiYyaOyAw" data-element-type="column" class="zpelem-col zpcol-12 zpcol-md-12 zpcol-sm-12 zpalign-self- "><style type="text/css"></style><div data-element-id="elm_29BskudKMjya7JBhzsrN8w" data-element-type="heading" class="zpelement zpelem-heading "><style> [data-element-id="elm_29BskudKMjya7JBhzsrN8w"].zpelem-heading { border-radius:1px; } </style><h2
 class="zpheading zpheading-align-center " data-editor="true"><div style="color:inherit;"><h1><span style="font-size:26px;">How to get these APIs ?</span></h1></div></h2></div>
<div data-element-id="elm_p8Tu0E3g70-1jdA9nEkNPw" data-element-type="text" class="zpelement zpelem-text "><style> [data-element-id="elm_p8Tu0E3g70-1jdA9nEkNPw"].zpelem-text { border-radius:1px; } </style><div class="zptext zptext-align-center " data-editor="true"><p style="text-align:justify;"><span style="color:inherit;"><span style="font-size:20px;">We realised that around 500 features make up about 80% of all software . Our team of experts manage the entire process so you can be sure your software works exactly as you envision.&nbsp;</span></span><span style="font-size:20px;color:inherit;">Optimise internal workflows, simplify payment systems, and much more.&nbsp;</span><span style="font-size:20px;color:inherit;">Predictive fraud prevention Prevent damage to both your company and customers.&nbsp;&nbsp;</span><span style="font-size:20px;color:inherit;">State of the art algorithms detect and automatically block unwanted activity.&nbsp;</span></p><p style="text-align:justify;"><span style="font-size:20px;color:inherit;"><br></span></p><p style="text-align:justify;"><span style="color:inherit;"><span style="font-size:20px;"><span style="font-weight:bold;">Comprehensive logs :</span> When launching any fintech applications you need to store detailed user information. We make it easy to track user actions, device data, and geolocation.&nbsp;</span></span></p><p style="text-align:justify;"><span style="color:inherit;"><span style="font-size:20px;"><br></span></span></p><p style="text-align:justify;"><span style="color:inherit;"><span style="font-size:20px;"><span style="font-weight:bold;">Powerful data analytics :</span> Our AI can dive into your user data to identify trends you can use to generate greater revenue. Our data visualisation tools make it easy to see exactly what users are doing.</span></span></p><p style="text-align:justify;"><span style="color:inherit;"><span style="font-size:20px;"><br></span></span></p><p style="text-align:justify;"><span style="color:inherit;"><span style="font-size:20px;"><span style="font-weight:bold;">Easy integration : </span>All the services you expect are just a few clicks away. Our no-code solution lets you easily and securely work with other payment and service providers.&nbsp;</span></span></p><p style="text-align:justify;"><span style="color:inherit;"><span style="font-size:20px;"><br></span></span></p><p style="text-align:justify;"><span style="color:inherit;"><span style="font-size:20px;"><span style="font-weight:bold;">Guaranteed price upfront : </span>It can seem a long, expensive road from your idea to completed software. Not with us. Your price never goes up – if it’s done quicker, you pay less</span></span><br></p></div>
</div></div></div></div></div><div data-element-id="elm_y-o6SXEFoXv6PdYCt4VYhw" data-element-type="section" class="zpsection "><style type="text/css"></style><div class="zpcontainer-fluid zpcontainer"><div data-element-id="elm_T2Qgj8F4gUr6zj-OfpsXFw" data-element-type="row" class="zprow zprow-container zpalign-items- zpjustify-content- " data-equal-column=""><style type="text/css"></style><div data-element-id="elm_liJo3_iTGr5ceMbkQj60vg" data-element-type="column" class="zpelem-col zpcol-12 zpcol-md-12 zpcol-sm-12 zpalign-self- "><style type="text/css"></style><div data-element-id="elm_-E3wI2ItM6ubKGuWZL5y6w" data-element-type="heading" class="zpelement zpelem-heading "><style> [data-element-id="elm_-E3wI2ItM6ubKGuWZL5y6w"].zpelem-heading { border-radius:1px; } </style><h2
 class="zpheading zpheading-align-center " data-editor="true"><div style="color:inherit;"><h1><span style="font-size:26px;">Can we get Counselling for our App ?</span></h1></div></h2></div>
<div data-element-id="elm_K0aGiV7jAJlgChruMWgh7w" data-element-type="text" class="zpelement zpelem-text "><style> [data-element-id="elm_K0aGiV7jAJlgChruMWgh7w"].zpelem-text { border-radius:1px; } </style><div class="zptext zptext-align-center " data-editor="true"><p style="text-align:justify;"><span style="color:inherit;"><span style="font-size:17.5px;">We provide our senior resource for Rs 25000/- one time , for a complete counselling session on the app building. Such session consist of 4 classes and it will help you in creating a sketch of your project. This session does not put you into any obligation to get the mobile application build through us.&nbsp;</span></span><br></p><p style="text-align:justify;"><span style="color:inherit;"><span style="font-size:17.5px;"><br></span></span></p><p style="text-align:justify;"><span style="color:inherit;"><span style="font-size:17.5px;">Drop a message in our contact section, we will get back to you for more details. Follow us on your favourite Social Media</span></span></p></div>
</div></div></div></div></div></div> ]]></content:encoded><pubDate>Fri, 23 Jun 2023 22:02:15 +0530</pubDate></item><item><title><![CDATA[Build a Great App by using external API]]></title><link>https://www.armfintech.in/blogs/post/about_api_integration</link><description><![CDATA[<img align="left" hspace="5" src="https://www.armfintech.in/images/Build a-2.png"/>APIs are mechanisms that enable two software components to communicate with each other using a set of definitions and protocols. For example, the weather bureau’s software system contains daily weather data...]]></description><content:encoded><![CDATA[<div class="zpcontent-container blogpost-container "><div data-element-id="elm_YL92QqxvQr-SBsna4v43lA" data-element-type="section" class="zpsection "><style type="text/css"></style><div class="zpcontainer-fluid zpcontainer"><div data-element-id="elm_-Y_UmbabQC6Myu12GY5s7w" data-element-type="row" class="zprow zprow-container zpalign-items- zpjustify-content- " data-equal-column=""><style type="text/css"></style><div data-element-id="elm_x6U84KZhRY6rC949kuH8Rw" data-element-type="column" class="zpelem-col zpcol-12 zpcol-md-12 zpcol-sm-12 zpalign-self- "><style type="text/css"></style><div data-element-id="elm_zj6sN8Gj64ddIj9bjzEtqg" data-element-type="image" class="zpelement zpelem-image "><style> @media (min-width: 992px) { [data-element-id="elm_zj6sN8Gj64ddIj9bjzEtqg"] .zpimage-container figure img { width: 1070px ; height: 535.00px ; } } @media (max-width: 991px) and (min-width: 768px) { [data-element-id="elm_zj6sN8Gj64ddIj9bjzEtqg"] .zpimage-container figure img { width:723px ; height:361.50px ; } } @media (max-width: 767px) { [data-element-id="elm_zj6sN8Gj64ddIj9bjzEtqg"] .zpimage-container figure img { width:415px ; height:207.50px ; } } [data-element-id="elm_zj6sN8Gj64ddIj9bjzEtqg"].zpelem-image { border-radius:1px; } </style><div data-caption-color="" data-size-tablet="" data-size-mobile="" data-align="center" data-tablet-image-separate="false" data-mobile-image-separate="false" class="zpimage-container zpimage-align-center zpimage-size-fit zpimage-tablet-fallback-fit zpimage-mobile-fallback-fit hb-lightbox " data-lightbox-options="
                type:fullscreen,
                theme:dark"><figure role="none" class="zpimage-data-ref"><span class="zpimage-anchor" role="link" tabindex="0" aria-label="Open Lightbox" style="cursor:pointer;"><picture><img class="zpimage zpimage-style-none zpimage-space-none " src="/images/APIs.png" width="415" height="207.50" loading="lazy" size="fit" data-lightbox="true"/></picture></span></figure></div>
</div><div data-element-id="elm_Yb7q9dTgQsugg-y2kLFszQ" data-element-type="text" class="zpelement zpelem-text "><style> [data-element-id="elm_Yb7q9dTgQsugg-y2kLFszQ"].zpelem-text { border-radius:1px; } </style><div class="zptext zptext-align-center " data-editor="true"><p style="text-align:justify;"><span style="color:inherit;"><span style="font-size:17.5px;">APIs are mechanisms that enable two software components to communicate with each other using a set of definitions and protocols. For example, the weather bureau’s software system contains daily weather data. The weather app on your phone “talks” to this system via APIs and shows you daily weather updates on your phone.</span></span><br></p></div>
</div></div></div></div></div><div data-element-id="elm_9eVmEUHMoYTWlLfO3gamEg" data-element-type="section" class="zpsection "><style type="text/css"></style><div class="zpcontainer-fluid zpcontainer"><div data-element-id="elm_iLHxW4ZVt6ntpm8sMzPUxA" data-element-type="row" class="zprow zprow-container zpalign-items- zpjustify-content- " data-equal-column=""><style type="text/css"></style><div data-element-id="elm_59vLUY3041vqv_pp77pNvA" data-element-type="column" class="zpelem-col zpcol-12 zpcol-md-12 zpcol-sm-12 zpalign-self- "><style type="text/css"></style><div data-element-id="elm_QDfbzvuYwtDJmaQeNDKAxg" data-element-type="heading" class="zpelement zpelem-heading "><style> [data-element-id="elm_QDfbzvuYwtDJmaQeNDKAxg"].zpelem-heading { border-radius:1px; margin-block-start:22px; } </style><h2
 class="zpheading zpheading-align-center " data-editor="true"><div style="color:inherit;"><h1><div style="color:inherit;"></div></h1><h2 style="margin-bottom:15px;"><span style="font-size:26px;">What does API stand for?</span></h2></div></h2></div>
<div data-element-id="elm_1Hp7Q-3l-nb7Q9uCSruUCA" data-element-type="text" class="zpelement zpelem-text "><style> [data-element-id="elm_1Hp7Q-3l-nb7Q9uCSruUCA"].zpelem-text { border-radius:1px; } </style><div class="zptext zptext-align-center " data-editor="true"><p style="text-align:justify;"><span style="color:inherit;"><span style="font-size:17.5px;">API stands for Application Programming Interface. In the context of APIs, the word Application refers to any software with a distinct function. Interface can be thought of as a contract of service between two applications. This contract defines how the two communicate with each other using requests and responses. Their API documentation contains information on how developers are to structure those requests and responses.</span></span><br></p></div>
</div></div></div></div></div><div data-element-id="elm_hNEShlZFRDkscFFX6nh5rA" data-element-type="section" class="zpsection "><style type="text/css"></style><div class="zpcontainer-fluid zpcontainer"><div data-element-id="elm_cLzlIGjcZLTCE_KfDRJykQ" data-element-type="row" class="zprow zprow-container zpalign-items- zpjustify-content- " data-equal-column=""><style type="text/css"></style><div data-element-id="elm_pmX-Q6zuVPynk8nV2vXikA" data-element-type="column" class="zpelem-col zpcol-12 zpcol-md-12 zpcol-sm-12 zpalign-self- "><style type="text/css"></style><div data-element-id="elm_GTJERgEluw0VIwx9MXZ2jg" data-element-type="heading" class="zpelement zpelem-heading "><style> [data-element-id="elm_GTJERgEluw0VIwx9MXZ2jg"].zpelem-heading { border-radius:1px; } </style><h2
 class="zpheading zpheading-align-center " data-editor="true"><div style="color:inherit;"><h1><span style="font-size:26px;">Some important 3rd Party APIs for a Financial Services App</span></h1></div></h2></div>
<div data-element-id="elm_j4pFVReSntosPqXIrwDW2A" data-element-type="text" class="zpelement zpelem-text "><style> [data-element-id="elm_j4pFVReSntosPqXIrwDW2A"].zpelem-text { border-radius:1px; } </style><div class="zptext zptext-align-center " data-editor="true"><p style="text-align:justify;"><span style="color:inherit;"><span style="font-size:17.5px;">Most of the MF distribution application need following APIs to make it useful and customer friendly :</span></span><br></p><p style="text-align:justify;"><span style="color:inherit;"><span style="font-size:17.5px;">&nbsp;</span></span></p><ul><li style="text-align:justify;"><span style="font-size:17.5px;"><span style="font-weight:bold;">NSE NMFII API : </span>For enabling Online transaction in your application</span></li><li style="text-align:justify;"><span style="font-size:17.5px;"><span style="font-weight:bold;">BSE Star MF API :</span> For enabling Online transaction in your application</span></li><li style="text-align:justify;"><span style="font-size:17.5px;"><span style="font-weight:bold;">MFU Utility API : </span>For enabling Online transaction in your application</span></li><li style="text-align:justify;"><span style="font-size:17.5px;"><span style="font-weight:bold;">CAMS E KYC API : </span>For creating Online KYC for new On boardings</span></li><li style="text-align:justify;"><span style="font-size:17.5px;"><span style="font-weight:bold;">Advisor Khoj/ Morning Star etc : </span>For presenting scheme wide data and charts</span></li><li style="text-align:justify;"><span style="font-size:17.5px;"><span style="font-weight:bold;">PaySprint/ Bill Avenue etc :</span> For enabling PAN card creation, Online payments and other Bill Payments</span></li><li style="text-align:justify;"><span style="font-size:17.5px;"><span style="font-weight:bold;">Policy Anchor/ Policy Bazaar etc :</span> For presenting Insurance Quotes and comparison along with Online buying</span></li><li style="text-align:justify;"><span style="font-size:17.5px;"><span style="font-weight:bold;">Finnsys 360 API :</span> For presenting complete customer data through RTA feed</span></li></ul></div>
</div></div></div></div></div><div data-element-id="elm__UcCIP0Xks2F4rqYvDI3fA" data-element-type="section" class="zpsection "><style type="text/css"></style><div class="zpcontainer-fluid zpcontainer"><div data-element-id="elm_lEYAnlDYVQtzwZNrJA3jgQ" data-element-type="row" class="zprow zprow-container zpalign-items- zpjustify-content- " data-equal-column=""><style type="text/css"></style><div data-element-id="elm_xRKdSpaAMHR4hDiYyaOyAw" data-element-type="column" class="zpelem-col zpcol-12 zpcol-md-12 zpcol-sm-12 zpalign-self- "><style type="text/css"></style><div data-element-id="elm_29BskudKMjya7JBhzsrN8w" data-element-type="heading" class="zpelement zpelem-heading "><style> [data-element-id="elm_29BskudKMjya7JBhzsrN8w"].zpelem-heading { border-radius:1px; } </style><h2
 class="zpheading zpheading-align-center " data-editor="true"><div style="color:inherit;"><h1><span style="font-size:26px;">How to get these APIs ?</span></h1></div></h2></div>
<div data-element-id="elm_p8Tu0E3g70-1jdA9nEkNPw" data-element-type="text" class="zpelement zpelem-text "><style> [data-element-id="elm_p8Tu0E3g70-1jdA9nEkNPw"].zpelem-text { border-radius:1px; } </style><div class="zptext zptext-align-center " data-editor="true"><p style="text-align:justify;"><span style="color:inherit;"><span style="font-size:17.5px;">All these APIs are available at free or reasonable annual charges, from the respective entities. We provide full support in getting these APIs in case the app development is done by us.&nbsp;</span></span><span style="font-size:17.5px;color:inherit;text-align:center;">APIs are classified both according to their architecture and scope of use. We have already explored the main types of API architectures so let’s take a look at the scope of use.</span></p><p style="text-align:justify;"><span style="font-size:17.5px;color:inherit;text-align:center;"><br></span></p><div style="color:inherit;"><h3>Private APIs</h3><p style="margin-bottom:15px;font-size:17.5px;">These are internal to an enterprise and only used for connecting systems and data within the business.</p><h3>Public APIs&nbsp;</h3><p style="margin-bottom:15px;font-size:17.5px;">These are open to the public and may be used by anyone. There may or not be some authorization and cost associated with these types of APIs.</p><h3>Partner APIs&nbsp;</h3><p style="margin-bottom:15px;font-size:17.5px;">These are only accessible by authorized external developers to aid business-to-business partnerships.</p><h3>Composite APIs&nbsp;</h3><p style="font-size:17.5px;">These combine two or more different APIs to address complex system requirements or behaviours.</p></div></div>
</div></div></div></div></div><div data-element-id="elm_y-o6SXEFoXv6PdYCt4VYhw" data-element-type="section" class="zpsection "><style type="text/css"></style><div class="zpcontainer-fluid zpcontainer"><div data-element-id="elm_T2Qgj8F4gUr6zj-OfpsXFw" data-element-type="row" class="zprow zprow-container zpalign-items- zpjustify-content- " data-equal-column=""><style type="text/css"></style><div data-element-id="elm_liJo3_iTGr5ceMbkQj60vg" data-element-type="column" class="zpelem-col zpcol-12 zpcol-md-12 zpcol-sm-12 zpalign-self- "><style type="text/css"></style><div data-element-id="elm_-E3wI2ItM6ubKGuWZL5y6w" data-element-type="heading" class="zpelement zpelem-heading "><style> [data-element-id="elm_-E3wI2ItM6ubKGuWZL5y6w"].zpelem-heading { border-radius:1px; } </style><h2
 class="zpheading zpheading-align-center " data-editor="true"><div style="color:inherit;"><h1><span style="font-size:26px;">Can we get Counselling for our App ?</span></h1></div></h2></div>
<div data-element-id="elm_K0aGiV7jAJlgChruMWgh7w" data-element-type="text" class="zpelement zpelem-text "><style> [data-element-id="elm_K0aGiV7jAJlgChruMWgh7w"].zpelem-text { border-radius:1px; } </style><div class="zptext zptext-align-center " data-editor="true"><p style="text-align:justify;"><span style="color:inherit;"><span style="font-size:17.5px;">We provide our senior resource for Rs 25000/- one time , for a complete counselling session on the app building. Such session consist of 4 classes and it will help you in creating a sketch of your project. This session does not put you into any obligation to get the mobile application build through us.&nbsp;</span></span><br></p><p style="text-align:justify;"><span style="color:inherit;"><span style="font-size:17.5px;"><br></span></span></p><p style="text-align:justify;"><span style="color:inherit;"><span style="font-size:17.5px;">Drop a message in our contact section, we will get back to you for more details. Follow us on your favourite Social Media</span></span></p></div>
</div></div></div></div></div></div> ]]></content:encoded><pubDate>Sun, 07 May 2023 01:40:44 +0530</pubDate></item></channel></rss>