diff --git a/src/_data/developers.yaml b/src/_data/developers.yaml index dd1ddaf..8170cd0 100644 --- a/src/_data/developers.yaml +++ b/src/_data/developers.yaml @@ -823,4 +823,67 @@ main_header: Integrate our OCR API image: /assets/img/become-eko-partner-opt.svg button1_text: Get Started + button2_text: Contact Sales + +- name: UPI ID Verification API + title: UPI ID Verification API + tag_line: UPI ID Verification API – Verify UPI ID with Ease! + social_image: /assets/img/upi/upi-hero.png + keywords: UPI ID verification API, UPI verification API, VPA verification, verify UPI ID, Verify VPA + hero_image: /assets/img/upi/upi-hero.png + summary: Unleash the power of UPI with our robust UPI ID verification API. Whether you require UPI ID verification or want to verify a UPI ID using a phone number, our API is crafted to simplify your transactions, ensuring heightened efficiency within your payment systems. + description: Validate and retrieve UPI ID effortlessly using a phone number, our API is designed to streamline your transactions and enhance the efficiency of your payment systems. + documentation_link: https://developers.eko.in/docs/identity + + layout: + - section: icon_list + header: Real-time Verification + subtitle: + description: Use Eko’s UPI ID verification API to validate UPI ID and retrieve UPI ID effortlessly using a phone number. + icons: + - image: /assets/img/developers/pan-valid-icon.svg + caption: Check UPI ID + - image: /assets/img/developers/check-name-icon.svg + caption: Retrieve UPI ID using phone number + - image: /assets/img/developers/secure-icon.svg + caption: Secure, simple and robust + + - section: heros_main + header: Benefits + items: + - type: pair # 2 items side-by-side + # Benefit 1 + title_left: Seamless Integration + text_left: UPI ID verification API is well-documented and easy to understand. We provide 24x7 manual integration support. + image_left: /assets/img/developers/easy-integration-opt.svg + # Benefit 2 + title_right: Robust and Authentic Code + text_right: Our backend is powered by robust code and is proactively maintained to keep your API up and running. + image_right: /assets/img/developers/robust-code-opt.svg + - section: documentation_link_banner + + - section: one_liner + icon: /assets/img/eko-trust-opt.svg + title: Eko's Trust + text: We use the same APIs here at Eko! Every API call is secured with one-time-use tokens generated using asymmetric cryptography. Our open-source libraries make it extremely easy & error-proof. + + - section: step_section + header: How to integrate UPI ID verification API + steps: + - text: Sign Up on Connect App. + link: https://connect.eko.in + - text: Submit necessary documents + - text: Integrate UPI ID verification API + - text: Start Validating UPI ID + + - section: message + line1: "The process of integrating UPI ID verification API is easy." + main_line: For all integration related issues, we provide 24x7 support. + button_text: Contact Support + + - section: get_started_banner + small_header: Ready to get started? + main_header: Integrate our UPI ID Verification API + image: /assets/img/become-eko-partner-opt.svg + button1_text: Get Started button2_text: Contact Sales \ No newline at end of file diff --git a/src/_data/env.js b/src/_data/env.js index 6b842c5..72876ef 100644 --- a/src/_data/env.js +++ b/src/_data/env.js @@ -20,6 +20,7 @@ module.exports = { ZOHO_FORM_API_URL: process.env.ZOHO_FORM_API_URL || '', ZOHO_FORM_GRIEVANCE_URL: process.env.ZOHO_FORM_GRIEVANCE_URL || '', ZOHO_FORM_WHITELABEL_URL: process.env.ZOHO_FORM_WHITELABEL_URL || '', + ZOHO_FORM_SBI_KIOSK_URL: process.env.ZOHO_FORM_SBI_KIOSK_URL || '', ZOHO_CRM_ZCGA_SCRIPT_URL: process.env.ZOHO_CRM_ZCGA_SCRIPT_URL || '', diff --git a/src/_includes/form.njk b/src/_includes/form.njk index 8b5db44..d67843f 100644 --- a/src/_includes/form.njk +++ b/src/_includes/form.njk @@ -2,6 +2,8 @@ {% if form and form.type == "api" %} {% if form and form.subtype == "whitelabel" %} {% set formurl = env.ZOHO_FORM_WHITELABEL_URL or env.ZOHO_FORM_API_URL or env.ZOHO_FORM_URL %} + {% elif form and form.subtype == "sbi_kiosk" %} + {% set formurl = env.ZOHO_FORM_SBI_KIOSK_URL or env.ZOHO_FORM_API_URL or env.ZOHO_FORM_URL %} {% else %} {% set formurl = env.ZOHO_FORM_API_URL or env.ZOHO_FORM_URL %} {% endif %} diff --git a/src/_includes/navigation.njk b/src/_includes/navigation.njk index 8080eb6..99128ba 100644 --- a/src/_includes/navigation.njk +++ b/src/_includes/navigation.njk @@ -29,6 +29,8 @@
  • {% dotTag "White Label Solution" %}
  • {% dotTag "API Solutions" %}
  • {% dotTag "Retailers' Banking App" %}
  • +
  • {% dotTag "SBI Kiosk" %}
  • + {# diff --git a/src/assets/img/sbi-kiosk/2.png b/src/assets/img/sbi-kiosk/2.png new file mode 100644 index 0000000..9be2fda Binary files /dev/null and b/src/assets/img/sbi-kiosk/2.png differ diff --git a/src/assets/img/sbi-kiosk/3.png b/src/assets/img/sbi-kiosk/3.png new file mode 100644 index 0000000..c0f9f49 Binary files /dev/null and b/src/assets/img/sbi-kiosk/3.png differ diff --git a/src/assets/img/sbi-kiosk/4.png b/src/assets/img/sbi-kiosk/4.png new file mode 100644 index 0000000..02cb100 Binary files /dev/null and b/src/assets/img/sbi-kiosk/4.png differ diff --git a/src/assets/img/sbi-kiosk/6.png b/src/assets/img/sbi-kiosk/6.png new file mode 100644 index 0000000..950fe2d Binary files /dev/null and b/src/assets/img/sbi-kiosk/6.png differ diff --git a/src/assets/img/sbi-kiosk/7.png b/src/assets/img/sbi-kiosk/7.png new file mode 100644 index 0000000..ba5a5d4 Binary files /dev/null and b/src/assets/img/sbi-kiosk/7.png differ diff --git a/src/assets/img/sbi-kiosk/8.png b/src/assets/img/sbi-kiosk/8.png new file mode 100644 index 0000000..7ac67e1 Binary files /dev/null and b/src/assets/img/sbi-kiosk/8.png differ diff --git a/src/assets/img/sbi-kiosk/Customer_support.png b/src/assets/img/sbi-kiosk/Customer_support.png new file mode 100644 index 0000000..44d1b6a Binary files /dev/null and b/src/assets/img/sbi-kiosk/Customer_support.png differ diff --git a/src/assets/img/sbi-kiosk/Experience.png b/src/assets/img/sbi-kiosk/Experience.png new file mode 100644 index 0000000..2aefa54 Binary files /dev/null and b/src/assets/img/sbi-kiosk/Experience.png differ diff --git a/src/assets/img/sbi-kiosk/Personalised Assistance.png b/src/assets/img/sbi-kiosk/Personalised Assistance.png new file mode 100644 index 0000000..42edd57 Binary files /dev/null and b/src/assets/img/sbi-kiosk/Personalised Assistance.png differ diff --git a/src/assets/img/sbi-kiosk/sbi-hero.png b/src/assets/img/sbi-kiosk/sbi-hero.png new file mode 100644 index 0000000..803d4f5 Binary files /dev/null and b/src/assets/img/sbi-kiosk/sbi-hero.png differ diff --git a/src/assets/img/sbi-kiosk/tech_support.png b/src/assets/img/sbi-kiosk/tech_support.png new file mode 100644 index 0000000..002b98d Binary files /dev/null and b/src/assets/img/sbi-kiosk/tech_support.png differ diff --git a/src/assets/img/upi/upi-hero.png b/src/assets/img/upi/upi-hero.png new file mode 100644 index 0000000..2d71353 Binary files /dev/null and b/src/assets/img/upi/upi-hero.png differ diff --git a/src/developers/eps/index.njk b/src/developers/eps/index.njk index e4bb84c..c44402a 100644 --- a/src/developers/eps/index.njk +++ b/src/developers/eps/index.njk @@ -150,6 +150,10 @@ business: api { title: "Account Verification API", link: "/developers/eps/account-verification-api" + }, + { + title: " UPI ID Verification API", + link: "/developers/eps/upi-verification-api" } ] } %} diff --git a/src/eloka.njk b/src/eloka.njk index 05bd98c..764ff4a 100644 --- a/src/eloka.njk +++ b/src/eloka.njk @@ -148,7 +148,7 @@ product: whitelabel }, { title: "Max commissions and least charges", - text: "* DMT charges - 1.7 Rs.\n* AePS commissions - 13.8 Rs", + text: "* DMT charges - ₹1.7 .\n* AePS commissions - ₹13.8", image: "/assets/img/developers/secure-emoney.svg" }, { diff --git a/src/sbi_kiosk.njk b/src/sbi_kiosk.njk new file mode 100644 index 0000000..812e61e --- /dev/null +++ b/src/sbi_kiosk.njk @@ -0,0 +1,284 @@ +--- +title: Open SBI Kiosk - Apply for SBI Kiosk Banking Services Now! +description: Discover the path to financial empowerment by starting your SBI Kiosk with Eko. Apply now for seamless SBI Kiosk Banking services and unlock a new revenue stream. Click to embark on your journey! +business: kiosk +--- + + +{% extends "./_layouts/base.njk" %} + +{# Include Embla Carousel #} +{ {% block custom_script %} + {{ js_carousel | jsmin | safe }} +{% endblock %} } + +{ {% block custom_style %} + {{ css_carousel | cssmin | safe }} +{% endblock %} } + +{% block main %} + + {# Custom HTML code can be added anywhere in this block #} + {# Or, add a predefined section component #} + + {# Top Hero Section #} + {% set product = { + icon: "", + tag_line: "", + sub_tag_line: "Open Your SBI Kiosk and Earn Big!", + hero_image: "/assets/img/sbi-kiosk/sbi-hero.png", + signup_label: "Signup" + } %} + {# {% include "section_product_page_hero.njk" %} #} +
    +
    +
    + {% if product.sub_header %} +
    {{ product.sub_header }}
    + {% endif %} + {% if product.icon %} + Eloka Logo + {% endif %} +
    + +

    {{ product.tag_line }}

    + +

    {{ product.sub_tag_line }}

    + +

    Are you ready to step into the realm of financial empowerment? Unlock the potential of SBI Kiosk Banking with our seamless assistance. As a trusted partner, we specialize in guiding you through the hassle-free process of setting up your SBI Kiosk Business.

    +

    + +
    + {{ product.signup_label or 'Sign up' }} + {% if product.learn_more_link %} +     + {% linkArrow product.learn_more_link, product.learn_more_label or "Learn More" %} + {% endif %} +
    +
    +
    + {# Eloka preview #} + {% Image "" + product.hero_image, "Eloka Preview" %} +
    +
    +
    + {% iconScroll %} +
    + + + + + {# Get Started Banner Section #} + {# {% set item = { + main_header: "Why Eloka? Let's find out", + small_header: "Go live with your portal in 10 mins!", + image: "/assets/img/eko-trust.svg" + } %} + {% include "section_get_started_banner.njk" %} #} + + + {# Mid Summary section #} + {# {% set item = { + header: "Unlimited Services", + main_text: "" + } %} + {% include "section_mid_summary.njk" %} #} + + + + + {# Alternating Steps Section #} + {% set item = { + title: "Benefits for Retailer", + subtitle: "", + steps: [ + { + title: "Diversify Your Income", + text: "* Tap into a new revenue stream through Mini-Banking services.\n* Experience the ease of money transfer & other banking products", + image: "/assets/img/developers/secure-emoney.svg" + }, + { + title: "Trusted Source", + text: "* Leverage the strong brand name of State Bank of India\n* Even existing SBI account holders can be your valued customers", + image: "/assets/img/developers/simple-documentation-opt.svg" + }] + } %} + {% include "section_alternating_steps.njk" %} + + {# Alternating Steps Section #} + {% set item = { + title: "Benefits for Customers", + subtitle: "", + steps: [ + { + title: "Zero Balance Account", + text: "* Customers can enjoy a zero-balance account with no minimum balance requirements.\n* Maximum balance can reach Rs 50,000 under specific conditions, ensuring flexibility.", + image: "/assets/img/developers/verify-account.svg" + }, + { + title: "KYC Convenience", + text: "* Open an account with zero balance under PMJDY with KYC limit up to 12 lacs.\n* No charges levied to operate the account, providing a hassle-free banking experience.", + image: "/assets/img/developers/pan-verification-2-opt.svg" + }, + { + title: "Transaction Limits", + text: "* Maximum daily transaction limit set at Rs 30,000.\n* Receive a cheque book upon request at no additional charges.", + image: "/assets/img/main/easy-cash-transfer-opt.svg" + }] + } %} + {% include "section_alternating_steps.njk" %} + + {# Alternating Steps Section #} + {% set item = { + title: "Additional Benefits", + subtitle: "", + steps: [ + { + title: "Wide Range of Loans", + text: "* Explore various loan options, including home loans, auto loans, gold loans, SME loans and Debit Cards SBI customers.\n* Access general-purpose credit cards (GCC) and Kisan Credit Cards (KCC). Adding points debit cards SBI customers", + image: "/assets/img/developers/transaction-alert.svg" + }, + { + title: "Long Banking Hours", + text: "* Enjoy extended banking hours, matching the retail outlet's operation time (usually 8:00 am to 8:00 pm).\n* ATM card withdrawal available for customers above 18 years of age.", + image: "/assets/img/money-transfer/mini-bank.svg" + }, + { + title: "Business Promotion Opportunities", + text: "* Promote business opportunities through Self Help Groups (SHGs).\n* Enable customers to make small savings through RD remittance facilities. \n* Fixed Deposit, Social Security enrollment & passbook printing", + image: "/assets/img/main/best-success-rate-opt.svg" + }] + } %} + {% include "section_alternating_steps.njk" %} + +{# Icon List Section #} + {% set item = { + header: "Why Choose Us", + icons: [ + { + image: "/assets/img/sbi-kiosk/Personalised Assistance.png", + caption: "Personalized Assistance" + }, + { + image: "/assets/img/sbi-kiosk/Experience.png", + caption: "Years of Experience" + }, + { + image: "/assets/img/sbi-kiosk/Customer_support.png", + caption: "Best Customer Support" + }, + { + image: "/assets/img/sbi-kiosk/tech_support.png", + caption: "Best Tech Support " + }] + } %} + {% include "section_custom_icon_list.njk" %} + + {# Single Hero section #} + {# set item = { + image: "/assets/img/main/partner-brands.webp", + title: "Offer services from our partner brands", + text: "Use Eko’s digital and physical infrastructure to reach the 800 million cash earning Indians. Low & Middle Income (LMI) consumers are under-served on digital as well as financial products. Eko provides solutions that help you reach this base in a variety of ways.", + link_text: "More About Our Partner Brands", + link: "/our-brand-association" + } #} + {# include "section_single_hero.njk" #} + + {# Step Section #} + {% set item = { + header: "How It Works:", + steps: [ + { text: "Eligibility Check", link:"" }, + { text: "Documentation Check" }, + { text: "Fee Collection" }, + { text: "Fee Collection" }, + { text: "File Submission" }, + { text: "Validation" }, + { text: "Training" }, + { text: "Start Transacting" } + ] + } %} + {% include "section_step_section.njk" %} + + {# Small Heros section #} + {# {% set item = { + header: "Trusted Partners", + partner_images: [ + { image: "/assets/img/sbi-kiosk/2.png", title: "SBI" }, + { image: "/assets/img/sbi-kiosk/3.png", title: "Yes Bank" }, + { image: "/assets/img/sbi-kiosk/4.png", title: "Fino Payments Bank" }, + { image: "/assets/img/sbi-kiosk/5.png", title: "Airtel" }, + { image: "/assets/img/sbi-kiosk/6.png", title: "Axis Bank" } + ] + } %} + {% include "section_small_heros.njk" %} #} + + {# {% include "section_get_started_banner.njk" %} #} +
    +
    + +
    + {{ item.caption }} + {% if item.caption_text %} +

    {{ item.caption_text }}

    + {% endif %} +
    + +
    +
    {{ item.small_header }}
    +

    {{ item.main_header }}

    + + {% if item.button1_text %} +

    + + {% endif %} +
    + +
    +
    + + {# Signup Form Section #} + {% set form = { type: "api", subtype: "sbi_kiosk" } %} + {% include "section_signup_form.njk" %} + + + {# FAQ Accordion Section #} + {% set item = { + header: "FAQ", + faqs: [ + { + title: "What is the minimum qualification to open an SBI Kiosk?", + description: "Intermediate" + }, + { + title: "Can I open an SBI Kiosk in the name of my family member and operate it on my own?", + description: "Yes, you can operate it as Sub KO" + }, + { + title: "What if the branch manager rejects my SBI Kiosk application?", + description: "If you meet eligibility criteria, rejection is unlikely. If your documents are rejected, we'll resubmit with new conditions." + }] + } %} + {% include "section_accordion.njk" %} + + + + {# Small Heros section #} + {% set item = { + header: "Trusted Partners", + partner_images: [ + { image: "/assets/img/main/partner1.webp", title: "SBI" }, + { image: "/assets/img/main/partner2.webp", title: "Yes Bank" }, + { image: "/assets/img/main/partner3.webp", title: "Fino Payments Bank" }, + { image: "/assets/img/main/partner4.webp", title: "Airtel" }, + { image: "/assets/img/main/partner5.webp", title: "Axis Bank" } + ] + } %} + {% include "section_small_heros.njk" %} + + + +{% endblock %}