www.yesbank.in Open in urlscan Pro
2a02:26f0:6c00::210:bb21  Public Scan

Submitted URL: http://yesbank.in/
Effective URL: https://www.yesbank.in/
Submission: On March 23 via manual from IN — Scanned from DE

Form analysis 3 forms found in the DOM

<form id="bannerform4" class="homeBtn" data-bind="attr: { id: formUniqID}">
  <input type="hidden" data-bind="value: modalFormNameText" name="FormName" value="Home Loan">
  <!-- ko if: modalFormSource -->
  <input class="hidden-input" data-bind="attr: { value: modalFormSourceText }" type="hidden" id="source" name="Source" value="Alternate Banking Channel">
  <!-- /ko -->
  <!-- ko if: modalFormChannel --><!-- /ko -->
  <!-- ko if: modalFormSourceReferenceId -->
  <input class="hidden-input" data-bind="attr: {value: modalFormSourceReferenceIdText}" type="hidden" name="SourceReferenceId" value="Home Loan Retail Banking Assets">
  <!-- /ko -->
  <input type="hidden" data-bind="value: modalProductNameText" name="ProductName" value="Home Loan">
  <!-- ko if: modalBranchCode -->
  <input class="hidden-input" data-bind="attr: {value: modalBranchCodeText}" type="hidden" name="BranchCode" value="55555">
  <!-- /ko -->
  <input type="hidden" data-bind="value: modalFormTypeText" name="FormType" value="CRMLead">
  <!-- ko if: modalCampaignCode -->
  <input class="hidden-input" data-bind="attr: {value: modalCampCodeText}" id="campaigncodeVal" type="hidden" name="CampaignCode" value="Retail_Assets_Digi_Campaign">
  <!-- /ko -->
  <!-- onsubmit="return false" -->
  <!-- <div class="modal-body"> -->
  <div class="row">
    <!-- ko if: modalFirstName -->
    <div class="col-lg-6">
      <div class="form-group custom-form-box">
        <label class="label-text" for="Name">First Name</label>
        <input type="text" name="FirstName" class="form-control input-textbox" data-type="name" aria-describedby="emailHelp" placeholder="Enter Name" title="Enter only alphabets" required="" pattern="[A-Za-z]{1,32}">
      </div>
    </div>
    <!-- /ko -->
    <!-- ko if: modalLastName -->
    <div class="col-lg-6">
      <div class="form-group custom-form-box">
        <label class="label-text" for="Name">Last Name</label>
        <input type="text" name="LastName" class="form-control input-textbox" aria-describedby="emailHelp" placeholder="Enter Last Name" title="Enter only alphabets" required="" pattern="[A-Za-z]{1,32}">
      </div>
    </div>
    <!-- /ko -->
    <!-- ko if: modalMobileNumber -->
    <div class="col-lg-6">
      <div class="form-group custom-form-box">
        <label class="label-text" for="Mobile">Mobile</label>
        <input type="text" class="form-control input-textbox" aria-describedby="emailHelp" placeholder="Enter Mobile" onkeypress="return preventDot(event);" required=""
          oninput="this.value = this.value.replace(/[^0-9.]/g, '').replace(/(\..*?)\..*/g, '$1');" maxlength="10" name="Telephone1" title="Enter 10 digit mobile number" pattern="[1-9]{1}[0-9]{9}">
      </div>
    </div>
    <!-- /ko -->
    <!-- </div>
                        <div class="row"> -->
    <!-- ko if: modalPincode -->
    <div class="col-lg-6">
      <div class="form-group custom-form-box">
        <label class="label-text" for="Pincode">Pincode</label>
        <input type="text" onkeypress="return preventDot(event);" class="form-control input-textbox" id="Pincode" name="PINCode" aria-describedby="emailHelp" placeholder="Enter Pincode" required=""
          oninput="this.value = this.value.replace(/[^0-9.]/g, '').replace(/(\..*?)\..*/g, '$1');" maxlength="6" title="Enter 6 digit pincode">
      </div>
    </div>
    <!-- /ko -->
    <div class="col-lg-6">
      <!-- <div class="form-group"> -->
      <!-- <label for="Pincode">Pincode</label> -->
      <div id="modalID4" class="captchaStyle" data-bind="attr: { id: formCaptchaID}"></div>
      <!-- <div id="html_element" class="captchaStyle"></div> -->
      <small id="captchaErr" style="display: none;font-size: 1rem;margin-top: -19px;"> Please check the option</small>
      <!-- </div> -->
    </div>
    <div class="col-md-12">
      <div class="btn-holder">
        <button type="submit" class="btn btn-danger jsLoginBtn formSubmitBtn">Submit</button>
      </div>
    </div>
  </div>
</form>

<form id="bannerform3" class="homeBtn" data-bind="attr: { id: formUniqID}">
  <input type="hidden" data-bind="value: modalFormNameText" name="FormName" value="Fixed Deposits">
  <!-- ko if: modalFormSource -->
  <input class="hidden-input" data-bind="attr: { value: modalFormSourceText }" type="hidden" id="source" name="Source" value="Channel 1">
  <!-- /ko -->
  <!-- ko if: modalFormChannel --><!-- /ko -->
  <!-- ko if: modalFormSourceReferenceId -->
  <input class="hidden-input" data-bind="attr: {value: modalFormSourceReferenceIdText}" type="hidden" name="SourceReferenceId" value="Fixed Deposits Branch Banking">
  <!-- /ko -->
  <input type="hidden" data-bind="value: modalProductNameText" name="ProductName" value="Fixed Deposits">
  <!-- ko if: modalBranchCode --><!-- /ko -->
  <input type="hidden" data-bind="value: modalFormTypeText" name="FormType" value="CRMLead">
  <!-- ko if: modalCampaignCode --><!-- /ko -->
  <!-- onsubmit="return false" -->
  <!-- <div class="modal-body"> -->
  <div class="row">
    <!-- ko if: modalFirstName -->
    <div class="col-lg-6">
      <div class="form-group custom-form-box">
        <label class="label-text" for="Name">First Name</label>
        <input type="text" name="FirstName" class="form-control input-textbox" data-type="name" aria-describedby="emailHelp" placeholder="Enter Name" title="Enter only alphabets" required="" pattern="[A-Za-z]{1,32}">
      </div>
    </div>
    <!-- /ko -->
    <!-- ko if: modalLastName -->
    <div class="col-lg-6">
      <div class="form-group custom-form-box">
        <label class="label-text" for="Name">Last Name</label>
        <input type="text" name="LastName" class="form-control input-textbox" aria-describedby="emailHelp" placeholder="Enter Last Name" title="Enter only alphabets" required="" pattern="[A-Za-z]{1,32}">
      </div>
    </div>
    <!-- /ko -->
    <!-- ko if: modalMobileNumber -->
    <div class="col-lg-6">
      <div class="form-group custom-form-box">
        <label class="label-text" for="Mobile">Mobile</label>
        <input type="text" class="form-control input-textbox" aria-describedby="emailHelp" placeholder="Enter Mobile" onkeypress="return preventDot(event);" required=""
          oninput="this.value = this.value.replace(/[^0-9.]/g, '').replace(/(\..*?)\..*/g, '$1');" maxlength="10" name="Telephone1" title="Enter 10 digit mobile number" pattern="[1-9]{1}[0-9]{9}">
      </div>
    </div>
    <!-- /ko -->
    <!-- </div>
                        <div class="row"> -->
    <!-- ko if: modalPincode -->
    <div class="col-lg-6">
      <div class="form-group custom-form-box">
        <label class="label-text" for="Pincode">Pincode</label>
        <input type="text" onkeypress="return preventDot(event);" class="form-control input-textbox" id="Pincode" name="PINCode" aria-describedby="emailHelp" placeholder="Enter Pincode" required=""
          oninput="this.value = this.value.replace(/[^0-9.]/g, '').replace(/(\..*?)\..*/g, '$1');" maxlength="6" title="Enter 6 digit pincode">
      </div>
    </div>
    <!-- /ko -->
    <div class="col-lg-6">
      <!-- <div class="form-group"> -->
      <!-- <label for="Pincode">Pincode</label> -->
      <div id="modalform3" class="captchaStyle" data-bind="attr: { id: formCaptchaID}"></div>
      <!-- <div id="html_element" class="captchaStyle"></div> -->
      <small id="captchaErr" style="display: none;font-size: 1rem;margin-top: -19px;"> Please check the option</small>
      <!-- </div> -->
    </div>
    <div class="col-md-12">
      <div class="btn-holder">
        <button type="submit" class="btn btn-danger jsLoginBtn formSubmitBtn">Submit</button>
      </div>
    </div>
  </div>
</form>

<form id="modalform1" class="homeBtn" data-bind="attr: { id: formUniqID}">
  <input type="hidden" data-bind="value: modalFormNameText" name="FormName" value="Open Savings Account">
  <!-- ko if: modalFormSource -->
  <input class="hidden-input" data-bind="attr: { value: modalFormSourceText }" type="hidden" id="source" name="Source" value="Channel 1">
  <!-- /ko -->
  <!-- ko if: modalFormChannel --><!-- /ko -->
  <!-- ko if: modalFormSourceReferenceId -->
  <input class="hidden-input" data-bind="attr: {value: modalFormSourceReferenceIdText}" type="hidden" name="SourceReferenceId" value="Savings Account Sales Alternate Channel">
  <!-- /ko -->
  <input type="hidden" data-bind="value: modalProductNameText" name="ProductName" value="Savings Account">
  <!-- ko if: modalBranchCode --><!-- /ko -->
  <input type="hidden" data-bind="value: modalFormTypeText" name="FormType" value="CRMLead">
  <!-- ko if: modalCampaignCode --><!-- /ko -->
  <!-- onsubmit="return false" -->
  <!-- <div class="modal-body"> -->
  <div class="row">
    <!-- ko if: modalFirstName -->
    <div class="col-lg-6">
      <div class="form-group custom-form-box">
        <label class="label-text" for="Name">First Name</label>
        <input type="text" name="FirstName" class="form-control input-textbox" data-type="name" aria-describedby="emailHelp" placeholder="Enter Name" title="Enter only alphabets" required="" pattern="[A-Za-z]{1,32}">
      </div>
    </div>
    <!-- /ko -->
    <!-- ko if: modalLastName -->
    <div class="col-lg-6">
      <div class="form-group custom-form-box">
        <label class="label-text" for="Name">Last Name</label>
        <input type="text" name="LastName" class="form-control input-textbox" aria-describedby="emailHelp" placeholder="Enter Last Name" title="Enter only alphabets" required="" pattern="[A-Za-z]{1,32}">
      </div>
    </div>
    <!-- /ko -->
    <!-- ko if: modalMobileNumber -->
    <div class="col-lg-6">
      <div class="form-group custom-form-box">
        <label class="label-text" for="Mobile">Mobile</label>
        <input type="text" class="form-control input-textbox" aria-describedby="emailHelp" placeholder="Enter Mobile" onkeypress="return preventDot(event);" required=""
          oninput="this.value = this.value.replace(/[^0-9.]/g, '').replace(/(\..*?)\..*/g, '$1');" maxlength="10" name="Telephone1" title="Enter 10 digit mobile number" pattern="[1-9]{1}[0-9]{9}">
      </div>
    </div>
    <!-- /ko -->
    <!-- </div>
                        <div class="row"> -->
    <!-- ko if: modalPincode -->
    <div class="col-lg-6">
      <div class="form-group custom-form-box">
        <label class="label-text" for="Pincode">Pincode</label>
        <input type="text" onkeypress="return preventDot(event);" class="form-control input-textbox" id="Pincode" name="PINCode" aria-describedby="emailHelp" placeholder="Enter Pincode" required=""
          oninput="this.value = this.value.replace(/[^0-9.]/g, '').replace(/(\..*?)\..*/g, '$1');" maxlength="6" title="Enter 6 digit pincode">
      </div>
    </div>
    <!-- /ko -->
    <div class="col-lg-6">
      <!-- <div class="form-group"> -->
      <!-- <label for="Pincode">Pincode</label> -->
      <div id="smtModal1" class="captchaStyle" data-bind="attr: { id: formCaptchaID}"></div>
      <!-- <div id="html_element" class="captchaStyle"></div> -->
      <small id="captchaErr" style="display: none;font-size: 1rem;margin-top: -19px;"> Please check the option</small>
      <!-- </div> -->
    </div>
    <div class="col-md-12">
      <div class="btn-holder">
        <button type="submit" class="btn btn-danger jsLoginBtn formSubmitBtn">Submit</button>
      </div>
    </div>
  </div>
</form>

Text Content

X


EARN MORE WITH YES BANK FIXED DEPOSITS

AVAIL YES BANK FIXED DEPOSIT AND ENJOY UPTO 8.25% P.A. INTEREST

Know More Request Callback


EARN UPTO 6.25% P.A.* ON OUR SAVINGS ACCOUNT

GET FREEDOM FROM MINIMUM BALANCE REQUIREMENT SUBJECT TO A MINIMUM FIXED DEPOSIT
OF ₹50K.

Apply Now Request Callback


BUILD YOUR OWN CARD

GET ₹1500 AMAZON VOUCHER ON CARD ACTIVATION

Apply Now Request Callback


HOME LOAN WITH TENURE UP TO 35 YEARS

OWN YOUR DREAM HOME WITH LOWER EMI'S

Know More Request Callback


MOBILE BANKING EXPERIENCE LIKE NEVER BEFORE

YES MOBILE ENABLES YOU TO BANK ON-THE-GO WITH MORE THAN 100 FINANCIAL &
NON-FINANCIAL TRANSACTIONS

Download Now Request Callback
 * 1
 * 2
 * 3
 * 4
 * 5

 * 
 * FD Rates
   
    * Domestic FD
      
      
      7.75%*
      
      LESS THAN 5CR
   
    * Floating Rate FD
      
      
      7.85%*
      
      LESS THAN 5CR
   
   Open FD
 * Important Advisory
   
   IMPORTANT ADVISORY
   
   Update your PAN number to ensure a seamless banking experience
   
   Know More

FD RATES

 * Domestic FD
   
   
   7.75%*
   
   LESS THAN 5CR

 * Floating Rate FD
   
   
   7.85%*
   
   LESS THAN 5CR

Open FD


   
   
   
 * PERSONAL
 * CORPORATE
 * DIGITAL
 * MSME
 * AGRI
   
   
   
   
   
   
   
   
   

 * CREDIT CARD QUERIES
   
    * 1800-103-1212
    * 1800-103-6000
   
   CUSTOMER CARE
   
    * Toll Free: 1800 1200

 * LINK YOUR PAN WITH AADHAAR
   
   We wish to bring it to your notice that, as per the section 139AA of the
   Income Tax Act 1961 it is mandatory to link your Aadhaar with PAN and last
   day of which is 31-Mar-2023 as per Press Release dated 17-Sep- 2021.
   
   Know More
   
   ACTIVATE YOURS DORMANT PMJDY ACCOUNT
   
   Earn Rs.100 Amazon Voucher by activating your Zero balance PMJDY account
   
   Know More
   
   INTRODUCING WHATSAPP BANKING
   
   All your banking needs just a message away. Say Hi on +91 829-120-1200 to
   start
   
   Know More
 * 
 * Login
    * YES Online
    * YES MSME Online
      
    * Corporate
    * Prepaid Card
    * Travel Card
    * YES PayNow (Recharge/Bill Pay)
    * YES REMIT (Money Transfer Services for NRIs)
    * YES TRANSACT : Smart Pay
    * YES Service Portal

ARE YOU LOOKING FOR?...

 * Teach Your Child About Saving Money with a Savings Account
 * difference-between-a-savings-account-and-a-current-account
 * Digital Savings Account vs Regular Savings Account
 * Can a Savings Account help you grow your wealth
 * Can a Savings Account help you grow your wealth
 * Offer Zone on Savings Accounts
 * Wealth Insights
 * Personal Banking
 * Key Factors to Consider When Opening a Savings Account
   view more

POPULAR SEARCHES...

SAVINGS ACCOUNT

Apply for Savings Account Now!

Apply Now

SALARY ACCOUNT

Choose from wide range of Savings Account

Apply Now

 * Accounts
      
    * Savings Account
       * YES Digital Savings Account
       * Regular Savings Account
       * Women Savings Account
       * Senior Citizen Savings Account
       * My First YES
       * YES Prosperity Family
       * Savings Value
       * Pradhan Mantri Jan Dhan Yojna
      
      
    * Salary Account
         
       * Smart Salary
       * Yes Honour
       * Womens Salary Account
       * Yes Vijay
      
       * Smart Salary Platinum
      
       * Smart Salary Exclusive
      
       * Reimbursement Account
      
       * YES Honor Exclusive
      
       * YES Honor Platinum
      
      
      
       * Yes Vijay Advantage
      
       * Yes Vijay Exclusive
   
    * Deposits
       * Fixed Deposits
       * Recurring Deposits
      
      
    * Safety Deposit Locker

 * Loans
      
    * Consumer Loans
       * Personal Loan
       * Car Loan
       * Two Wheeler Loan
       * Home Loan
       * Gold Loan
       * Loan Against Securities
       * Loan Against Property
       * Business Loan
       * Yes Khushi Affordable Housing Loan
       * Yes Sampoorna Micro Loan Against Property
      
      
    * Commercial Loans
       * Commercial Vehicle Loan
       * Construction Equipment Loan
       * Loan Against Property
       * Business Loan
       * Business Equipmenyt Finance
      
      
    * MSME Loans
       * Smart Overdraft
       * Smart Edge
       * Scorecard Based Lending
       * Commodity Finance Against Agricultural Commodities
       * YES GST
      
      
    * Rural & Agri Loans
       * Farm Mechanisation
       * Yes Kisan Credit Card
       * Micro Enterprise Finance
      
      
    * Loan in Seconds

 * Cards
      
    * Credit Cards
       * Super Premium Credit Cards
       * Premium Cards
       * Featured Cards
       * Business Cards
         
       * YES Rewards
       * Credit Card Offers
       * Credit Card Services
       * Application Status
       * Credit Card Payment
      
       * Yes Private
      
       * Yes Private Prime
      
       * Yes First Exclusive
      
       * Yes First Preferred
      
       * Yes Premia
      
       * Yes Prosperity Edge Credit Card
      
       * Yes Prosperity Reward Plus Credit Card
      
       * Yes Prosperity Reward Credit Card
      
       * Yes Prosperity Cashback Plus Credit Card
      
       * Yes Prosperity Cashback Credit Card
      
       * Wellness Credit Card
      
       * Wellness Plus Credit Card
      
       * Build Your Own Card (BYOC)
      
       * EMI Card
      
       * Yes First Business
      
       * Yes Prosperity Business
      
      
      
      
      
      
      
    * Debit Card
       * Eclectic Debit Card
       * Eclectic Business Debit Card
       * Elevate Debit Card
       * Emerge Debit Card
       * Emerge Business Debit Card
       * Enhance Debit Card
       * Explore Debit Card
       * Elegance Debit CARD
       * Engage Debit Card
       * Element Debit Card
       * Element Business Debit Card
      
      
    * Prepaid Card
       * Yes Bank Jewellery Gift Card
       * Yes Gift Card
       * Incredible India Card
      
      
    * MCTC Card
       * Mastercard MCTC
       * Visa MCTC
      
      

 * Invest & Insure
      
    * Wealth Management
       * Investment Service Account
       * Investment Products
       * Wealth Insights
       * 3 in 1 Account
       * Demat Account
       * YES Tax Solution
       * National Pension Scheme
       * Important Mutual Fund Scheme Related Douments
      
      
    * Deposits
       * Fixed Deposits
       * Recurring Deposits
      
      
    * Life Insurance
    * Health Insurance
    * General Insurance

 * NRI
      
    * Accounts
       * NRE Savings Account
       * NRO Savings Account
       * Mariner Savings Account
       * Portfolio Investment Schemes (PIS) Account
       * YES One World (IBU) Account
      
      
    * Deposits
       * NRE Deposits
       * NRO Deposits
       * FCNR Deposits
       * PRP Deposits
       * PCP Deposits
       * RFC Deposits
       * Recurring Deposit
       * Flexigain Recurring Deposit
         
      
      
      -->
      
      
      
      
      
      
      
    * Transfers
       * Wire Transfer
         
       * Foreign Currency Cheque
       * Through Exchange House
      
      
    * NRI Forex Rates
    * Investment
       * Portfolio Investment Scheme
      
      
    * Home Loan
    * Cards
       * Credit Cards
       * Debit Card
      
       * Yes First Preferred Credit Card
      
       * Yes Prosperity Edge Credit Card
      
       * Yes Prosperity Platinum NFC Debit Card
      
       * Yes Prosperity Rupay Platinum Debit Card
   
    * YES Rewardz

 * Offers
      
    * Card Offers
      
    * YES Rewardz

 * YES Premia
      
    * YES Premia for Individuals
    * YES Premia for Business
      

 * YES First
      
    * YES First Programmes
       * YES First for Women
       * YES First Family
      
      
    * Cards
    * YES Family

 * YES Private
      
    * YES Private Programme
    * YES Private Prime Credit Card
      

 * Help & Support
      
    * Contact Us
    * Find ATM/ Branch
    * Online Loan Payment
    * Credit Card Bill Payment
      
    * Download Forms
    * Find Your IFSC Code
    * Report Unauthorized Transaction
    * Complaints
    * Frequently Asked Questions

Personal
Personal Banking → Accounts Loans Cards Invest & Insure NRI Offers YES Premia
YES First YES Private Help & Support
Corporate
Corporate Banking → Accounts Cards Loans Trade Finance Services Cash Management
Services Value Add Business Segments YES Premia for Business
Digital
Digital Banking → Individual / Retail Payments Knowledge Center
MSME
MSME Banking → Loans Current Account Digital Solutions Partner Protect Merchant
Services
AGRI
Digital
Individual / Retail Payments Knowledge Center
Digital / Individual - Retail
Online Services Mobile Services Assisted Servcices
Digital / Individual - Retail
YES Bank Online Services →
Yes Online(Net Banking)
Net Banking Registration
Yes Robot
Yes Secure
Digital / Individual - Retail / Assisted Servcices
YES Assisted Services →
ATM & CRM / BNA
DBU
Phone Banking
Yes Money
Digital / Individual - Retail / Mobile Services
YES Bank Mobile Services →
Yes Mobile
SMS Banking
WhatsApp Banking
Missed Call Banking
Yes Pay
Digital / Payments
UPI IMPS Bharat QR Debit Cards Bill Payments Samsung Pay Credit Card Payments
Recurring Payment Mandate Prepaid Cards Gift Cards Forex Cards Digital Rupee
(e₹)
Digital / Knowledge Center
About Digital Banking Secure Banking Positive Pay Tokenised Card Transaction
Manage Card Control
Personal
Accounts Loans Cards Invest & Insure NRI Offers YES Premia YES First YES Private
YES Private
Personal / Accounts
YES Bank Accounts → Savings Account Salary Account Deposits Safety Deposit
Locker
Personal / Accounts / Savings Account
YES Bank Savings Account →
YES Digital Savings Account
Regular Savings Account
Women Savings Account
Senior Citizen Savings Account
My First YES
YES Prosperity Family
Savings Value
Pradhan Mantri Jan Dhan Yojna
Personal / Accounts / Deposits
YES Bank Deposits →
Fixed Deposits
Recurring Deposits
Personal / Accounts / Salary Account
YES Bank Salary Account →
Smart Salary
   YES Bank Salary Account →
 * Smart Salary Platinum
 * Smart Salary Exclusive
 * Reimbursement Account

YES Honour
   YES Honour Account →
 * YES Honour Exclusive
 * YES Honour Platinum

Womens Salary Account
YES Vijay
   YES Vijay Account →
 * YES Vijay Advantage
 * YES Vijay Exclusive

Personal / Deposit
Fixed Deposits Recurring Deposits
Personal / Loans
YES Bank Loans → Consumer Loans Commercial Loans MSME Loans Rural & Agri Loans
Loan in Seconds
Personal / Loans / Consumer Loans
Personal Loan
Car Loan
Two Wheeler Loan
Home Loan
Gold Loan
Loan Against Securities
Loan Against Property
Business Loan
YES Khushi Affordable Housing Loan
YES Sampoorna Micro Loan Against Property
Personal / Loans / Commercial Loans
Commercial Vehicle Loan
Construction Equipment Loan
Loan Against Property
Business Loan
Business Equipmenyt Finance
Personal / Loans / MSME Loan
Smart Ovcerdraft
Smart Edge
Scorecard Based Lending
Commodity Finance Against Agricultural Commodities
YES GST
Personal / Loans / Rural & Agri Loans
Rural & Agri Loans →
Farm Mechanisation
YES Kisan Credit Card
Micro Enterprise Finance
Personal / Cards
YES Bank Cards → Credit Cards Debit Cards Prepaid Cards MCTC Cards
Personal / Cards / Credit Card
YES Bank Credit Cards → Super Premium Credit Cards
 * YES Private
 * YES Private Prime

Premium Cards
 * YES First Exclusive
 * YES First Preferred
 * YES Premia

Featured Cards
 * YES Prosperity Edge Credit Card
 * YES Prosperity Reward Plus Credit Card
 * YES Prosperity Reward Credit Card
 * YES Prosperity Cashback Plus Credit Card
 * YES Prosperity Cashback Credit Card
 * Wellness Credit Card
 * Wellness Plus Credit Card
 * Build Your Own Card (BYOC)
 * EMI Card

Business Cards
 * Yes First Business
 * Yes Prosperity Business

YES Rewards
Credit Card Offers
Credit Card Services
Application Status
Credit Card Payment
Personal / Cards / Debit Card
YES Bank Debit Card →
Eclectic Debit Card
Eclectic Business Debit Card
Elevate Debit Card
Emerge Debit Card
Emerge Business Debit Card
Enhance Debit Card
Explore Debit Card
Elegance Debit CARD
Engage Debit Card
Element Debit Card
Element Business Debit Card
Personal / Cards / Prepaid Card
YES Bank Prepaid Card →
YES Bank Jewellery Gift Card
YES Gift Card
Incredible India Card
Personal / Cards / MCTC Card
MCTC Card →
Mastercard MCTC
Visa MCTC
Personal / Invest & Insure
YES Bank Invest & Insure → Wealth Management Deposits Life Insurance Health
Insurance General Insurance
Personal / Invest & Insure / Wealth Management
Investment Service Account
Investment Products
Wealth Insights
3 in 1 Account
Demat Account
YES Tax Solution
National Pension Scheme
Important Mutual Fund Scheme Related Douments
Personal / Invest & Insure / Deposits
Fixed Deposits
Recurring Deposits
Personal / NRI
YES Bank NRI → Accounts Deposits Transfers NRI Forex Rates Investment Home Loan
Cards YES Rewardz
Personal / NRI / Accounts
YES Bank NRI Account →
NRE Savings Account
NRO Savings Account
Mariner Savings Account
Portfolio Investment Schemes (PIS) Account
YES One World (IBU) Account
Personal / NRI / Deposits
YES Bank NRI Deposits →
NRE Deposits
NRO Deposits
FCNR Deposits
PRP Deposits
PCP Deposits
RFC Deposits
Recurring Deposit
Flexigain Recurring Deposit
Personal / NRI / Transfers
YES Bank NRI Transfers →
Wire Transfers
Foreign Currency Cheque
Through Exchange House
Personal / NRI / Investment
YES NRI Investment→
Portfolio Investment Scheme
Personal / NRI / Cards
YES Bank NRI Cards →
Credit Cards
   YES Bank NRI Credit Cards →
 * YES First Preferred Credit Card
 * YES Prosperity Edge Credit Card

Debit Card
   YES Bank NRI Debit Card →
 * YES Prosperity Platinum NFC Debit Card
 * YES Prosperity Rupay Platinum Debit Card

Personal / Offers
YES Bank NRI Offers → Card Offers YES Rewardz
Personal / Offers / Yes Premia
Yes Premia Business
 * Salary

View All Products
Yes Premia Individual
 * Business

View All Products
Personal / Offers / Yes First
Yes First Programmes
 * Family

Cards
 * Savings

Priviledges
Personal / Offers / Yes Private
Yes Private Programme Yes Private Prime Credit Card
Personal / YES Premia
YES Premia → YES Premia for Individuals YES Premia for Business
Personal / YES First
YES First → YES First Programmes Cards YES Family
Personal / YES First / Programmes
YES First For Women
YES First Family
Personal / YES Private
YES Private → YES Private Programme YES Private Prime Credit Card
Personal / Help & Support
Help & Support → Contact Us Find ATM/ Branch Online Loan Payment Credit Card
Bill Payment Download Forms Find Your IFSC Code Report Unauthorized Transaction
Complaints Frequently Asked Questions
Corporate
Accounts Loans Cards Trade Finance Services Cash Management Services Value Add
Business Segments
Corporate / Accounts
Current Account Escrow Services
Corporate / Accounts / Current Account
YES Bank Current Account →
Trade biz Current Account
Xtra Gain Current Account
Prime Business Current Account
Edge Business Current Account
Corporate / Loans
Working Capital Finance Term Lending Structured Finance Foreign Currency Loan
Supply chain Finance Corporate finance
Corporate / Cards
YES FIRST Corporate Credit Card YES Prosperity Purchase Credit Card
Corporate / Trade Finance Services
Imports Exports Remittance Trade Advisory Smart Trade
Corporate / Trade Finance Services / Imports
Letter of credit Issuance
Bills on Collection
Import Advance Payments
Direct Imports
Buyer/Supplier Credit
Bank Garuntees
Standby LC
Corporate / Trade Finance Services / Exports
Export Finance
Pre-shipment Finance
Post-shipment Finance
Export Collection Bills
Advising & Confirmation
Inland LC
Corporate / Trade Finance Services / Remittance
Inward Remittance
Outward Remittance
Corporate / Cash Management Services
Payables Collections Invoice Management
Corporate / Cash Management Services / Payables
Corporate Net Banking
API Banking
Expense Management Cards
E-Collect
Corporate / Cash Management Services / Collections
NACH
Cash & Cheque
SmartPay
POS
Corporate / Cash Management Services / Invoice Management
SmartPay
Corporate / Value Add
Capital Markets Treasury & Risk Management Investment Banking Surplus &
Investments Debt Capital Markets Bullion Knowledge Sectors Yes Connect
Corporate / Value Add / Capital Markets
Capital Markets
Custodial Services
Corporate / Value Add / Cards
YES FIRST Corporate Credit Card
YES Prosperity Purchase Credit Card
Corporate / Value Add / Yes Connect
Segmental Solutions
 * Education
 * Healthcare
 * Real Estate
 * IT ITeS
 * startup

Partner Solutions
Corporate / Yes Connect / Segmental solutioning
Education
Healthcare
Real Estate
It ites
Startup
Corporate / Business Segments
Commercial Business Banking Multinational Corporate Banking International
Banking Indian financial Institutions Government Banking Corporate finance
Emerging Corporate Banking Corporate Banking
Corporate / Knowledge Sectors
Food & Agri Business E-Commerce Information Technology Renewable Energy
Strategic Government Advisory Smart Cities
Corporate / Yes Connect
Segmental solutioning Partner Solutions
Corporate / Yes Connect / Segmental solutioning
Education
Healthcare
Real Estate
It ites
Startup
MSME
Loans Current Account Digital Solutions Partner Protect Merchant Servcices
MSME / Loans
YES Bank MSME Loans → MSME Finance Trade Advisory
MSME / Current Account
Edge Business Prime Business Exclusive Business Value added Business packages
Tradebiz current account Xtra gain current account
MSME / Digital Solutuion
YES MSME app
Corporate Net banking
Payment Gateway
MSME / Partner
Yes Connect
MSME / Protect
MSME / Merchant Services
Merchant Services → Yes Pay Easy
MSME / Loans / MSME Finance
Collateral Free Lending
 * OD - Avail Digitally & Instantly
 * Working Capital basis CGTMSE cover

Collateral Backed Lending
   
 * Working Capital (CC/OD) Finance - Scorecard Based Lending
 * Working Capital (CC/OD) Finance - Smart Edge
 * Working Capital (CC/OD) Finance - Smart Overdraft
 * Working Capital (CC/OD) Finance YES GST
 * Term Loan
 * Commercial Vehicle Financing

Loan Against Property
 * Loan Against Property
 * Healthcare Financing
 * Funding for New Age Business
 * Construction Equipment Loan
 * Cash Backed Landing Program
   

Term Lending
Supply Chain Lending
 * Vendor Finance
 * Dealer Finance
 * Sales Bill Discounting
 * Purchase Bill Discounting
 * M1 Exchange - Funding against your MSME Dealer Bills

MSME / Loans / Trade
Import Finance
 * Letter of Credit Issuance
 * Buyers' Credit
 * Import Bills Under Collection (DA/DP)

Export Finance
 * Letter of Credit Issuance
 * Transferable Letter of Credit
 * Letter of Credit Negotiation / Discounting
 * Export Bills Under Collection (DA/DP)

Domestic Trade Finance
 * Bank Guarantee
 * Inland Bill Discounting

Forex Solutions
 * Hedging Solutions
 * Remittances

Cash Management Services
Online Forex Solution
Trade Finance Services
MSME / Loans / Advisory
Government Schemes
MSME / Protect / Business protection
Stock insurance / moveable fixed assets insurance
Burgalry insurance
Cheque deposits
Key-man proection (life)
Forex hedging
MSME / Protect / Personal insurance
Life insurance
Health insurance
Fire insurance
Auto insurance



OUR PRODUCTS


GET THE MOST OUT OF OUR PRODUCTS

Here’s your chance to enjoy lifestyle benefits, attractive cashbacks, generous
YES Rewardz and much more

Previous


FLOATING RATE FIXED DEPOSIT

An intelligent Fixed Deposit with dynamic returns upto 8.35% p. a. *



Know More


AUTO
LOAN

Say YES to your big dream. Owning your dream car in now easy. Avail a loan
amount upto ₹500 Lakhs



Know More


PERSONAL
LOAN

Avail a loan amount upto ₹40 Lakhs at attractive interest rates starting at
10.99% p. a.*



Know More


NRI
BANKING

Enjoy the carefree moments back home. Earn up to 6.25% p.a.* on YES BANK NRE/NRO
Savings Account



Know More


YES FAMILY

Enjoy with the family and leave the banking on us. Avail benefits beyond banking
for your family



Know More


DEMAT AND SECURITIES

YES BANK Demat account offers you an online, seamless and safe mode to keep
track of your investments in equity, debts, mutual funds, bonds & more



Know More


MUTUAL FUNDS

YES BANK's 3-in-1 account offers you a simple and convenient way to invest in
mutual funds both online and offline.



Know More


INSURANCE

Comprehensive Insurance Solutions, Offering you the facility to invest in Life
Insurance and General Insurance.



Know More
Next



Discover which products suit your everyday needs

I am looking for Loans
   
 * Loans
 * Tax savings
 * Wealth Creation

View Products


A LOAN FOR ALL YOUR NEEDS

A wide range of loans that will fulfill your every wish




TAX SAVER PRODUCTS FOR YOU

A range of sophisticated products to suit your tax savings requirements




WEALTH CREATION PRODUCTS FOR YOU

A range of sophisticated products to suit your investment requirements awaits
you.



home-page-group





TOOLS TO HELP YOU PLAN BETTER, DECIDE BETTER


CAR LOAN EMI CALCULATOR

Calculate Now


HOME LOAN CALCULATOR

Calculate Now


PERSONAL LOAN EMI CALCULATOR

Calculate Now


CREDIT CARD EMI CALCULATOR

Calculate Now
 * 1




BANK WITH US


MULTIPLE WAYS TO BANK

 * Effortless payments
 * Simplified money transfers
 * Easier bill payments
 * Invest
 * And more..

Scan QR to download YES Mobile app

Know More

1

YES MOBILE

Make enquiries, transfer funds and pay bills - all at the “touch of a button”

Download Now

2

NET BANKING

YES Online is an internet-powered banking solution to serve you anytime,
anywhere.

Get Started

3

WHATSAPP BANKING

Avail a host of banking services easily on WhatsApp a faster, convenient, and
secure

Say 'Hi'





PRIVILEGES THAT MAKE BANKING A PLEASURE


YES REWARDZ

Embark upon a rewarding journey join the new YES Rewardz.




YES OFFERS

Experience personalized offers curated exclusively for you






1,100+

Branches


700+

Cities


2 MILLION+

Happy Customers


1,200+

ATMs




OVERDRAFT , CASH CREDIT AND TERM LOANS


LOOKING FOR WORKING CAPITAL REQUIREMENTS?

Partnering businesses to accelerate growth with easy, hassle-free MSME Loans

Know More Apply More



REQUEST CALLBACK

First Name
Last Name
Mobile
Pincode

Please check the option
Submit


PAN & Aadhaar will be required for completing the account opening process.

Age limit: 18 yrs+






REQUEST CALLBACK

First Name
Last Name
Mobile
Pincode

Please check the option
Submit


PAN & Aadhaar will be required for completing the account opening process.

Age limit: 18 yrs+






REQUEST CALLBACK

First Name
Last Name
Mobile
Pincode

Please check the option
Submit


PAN & Aadhaar will be required for completing the account opening process.

Age limit: 18 yrs+






DISCLAIMER

YES BANK will NEVER ask you to reveal your User ID or Password. Therefore, never
disclose your credentials (User ID, Password, OTP, PIN etc.) to anyone either
through mail or over phone. If you receive any mail asking you to update or
authenticate your User ID or Password, please DO NOT fall into the trap of
putting in your Password or OTP or PIN. To know more on security tips CLICK
HERE.

PRODUCTS FOR YOU

 * Digital Savings Account
 * Savings Accounts
 * Current Accounts
 * Credit Cards
 * Home Loan
 * Personal Loan
 * Auto Loan
 * Gold Loan
 * Fixed Deposits
 * Education loan
 * Loan in Seconds

SERVICES

 * Online Loan Payments
 * Credit Card Bill Payment
 * Insurance Claim Intimation
 * Aadhaar Enrolment Facility
   
   
 * Services for Senior Citizens & Customers with Disabilities

SUPPORT

 * Locate Us
 * Contact Us
 * Nodal Officer
 * Grievance Redressal
 * Complaints
 * Forensic Auditor Empanelment
 * Customer Appreciation
   
 * Steps to report an unauthorized transaction

 * Loss of Card
 * Do Not Call Registry
 * Auction Notices
 * Form Centre
   
 * Business Correspondent Model

 * GROUP COMPANIES

 * YES Foundation
 * YES Invest

GROUP COMPANIES

 * YES Foundation
 * YES Invest

CONNECT

 * 
 * 
 * 
 * 
 * 

DOWNLOAD YES BANK MOBILE

 * 
 * 

CUSTOMER CARE

 * Toll Free: 1800 1200

 * CREDIT CARD QUERIES
   
   1800-103-1212
 * 1800-103-6000


 * About Us
 * Investor Relations
 * Sitemap
 * IFSC Code
 * Money Matters
 * FAQs
 * Life Matters
 * Rates & Charges
 * Regulatory Policies
 * Regulatory Disclosures Section
 * Whistle Blower Policy
 * Secure Banking
 * RBI Kehta Hai
 * Careers
   

Copyright © 2018-2023 YES BANK. All rights reserved