Skip to content

Commit

Permalink
Merge pull request #98 from ekoindia/sbikioskandupiidverification
Browse files Browse the repository at this point in the history
sbi-kiosk and upi id verification
  • Loading branch information
manustays committed Jan 25, 2024
2 parents 24681ef + 9823ade commit 6bb6839
Show file tree
Hide file tree
Showing 19 changed files with 359 additions and 2 deletions.
63 changes: 63 additions & 0 deletions src/_data/developers.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
1 change: 1 addition & 0 deletions src/_data/env.js
Original file line number Diff line number Diff line change
Expand Up @@ -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 || '',

Expand Down
2 changes: 2 additions & 0 deletions src/_includes/form.njk
Original file line number Diff line number Diff line change
Expand Up @@ -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 %}
Expand Down
5 changes: 4 additions & 1 deletion src/_includes/navigation.njk
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,8 @@
<li role="menuitem"><a href="/eloka">{% dotTag "White Label Solution" %}</a></li>
<li role="menuitem"><a href="/developers/eps">{% dotTag "API Solutions" %}</a></li>
<li role="menuitem"><a href="/retailer">{% dotTag "Retailers' Banking App" %}</a></li>
<li role="menuitem"><a href="/sbi_kiosk">{% dotTag "SBI Kiosk" %}</a></li>

</ul>
{# <div class="extra-links">
<img src="/assets/img/product-nav-opt.svg" width="80" height="80" loading="lazy">
Expand Down Expand Up @@ -67,9 +69,10 @@
<li role="menuitem"><a href="https://developers.eko.in/docs">{% dotTag "Developer Guide" %}</a></li>
<li class="capt">Verification APIs</li>
<li role="menuitem"><a href="/developers/eps/pan-verification-api/">{% dotTag "PAN" %}</a></li>
<li role="menuitem"><a href="/developers/eps/aadhaar-verification-api//">{% dotTag "Aadhaar" %}</a></li>
<li role="menuitem"><a href="/developers/eps/aadhaar-verification-api/">{% dotTag "Aadhaar" %}</a></li>
<li role="menuitem"><a href="/developers/eps/account-verification-api/">{% dotTag "Bank Account" %}</a></li>
<li role="menuitem"><a href="/developers/eps/ocr-verification-api/">{% dotTag "OCR" %}</a></li>
<li role="menuitem"><a href="/developers/eps/upi-id-verification-api/">{% dotTag "UPI ID" %}</a></li>
</ul>
</div>
</li>
Expand Down
Binary file added src/assets/img/sbi-kiosk/2.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added src/assets/img/sbi-kiosk/3.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added src/assets/img/sbi-kiosk/4.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added src/assets/img/sbi-kiosk/6.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added src/assets/img/sbi-kiosk/7.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added src/assets/img/sbi-kiosk/8.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added src/assets/img/sbi-kiosk/Customer_support.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added src/assets/img/sbi-kiosk/Experience.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added src/assets/img/sbi-kiosk/sbi-hero.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added src/assets/img/sbi-kiosk/tech_support.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added src/assets/img/upi/upi-hero.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
4 changes: 4 additions & 0 deletions src/developers/eps/index.njk
Original file line number Diff line number Diff line change
Expand Up @@ -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"
}
]
} %}
Expand Down
2 changes: 1 addition & 1 deletion src/eloka.njk
Original file line number Diff line number Diff line change
Expand Up @@ -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"
},
{
Expand Down
Loading

0 comments on commit 6bb6839

Please sign in to comment.