bggb.in Open in urlscan Pro
164.52.212.130  Public Scan

URL: https://bggb.in/
Submission: On December 29 via api from US — Scanned from DE

Form analysis 2 forms found in the DOM

<form id="CheckApplicationStatusForm">
  <div class="col-md-6">
    <p><span id="branch_lebel">Mobile Number</span>
      <input type="text" id="MobileNumberForApplicationStatusCheck" class="form-control" style="font-size:160%;" name="MobileNumberForApplicationStatusCheck">
    </p>
    <div class="error-message" style="visibility: hidden;" id="">This field must be entered!!</div>
    <p></p>
  </div>
  <div class="col-md-6">
    <p><span id="branch_lebel">Application Id</span>
      <input type="text" id="ApplicationIdForApplicationStatusCheck" class="form-control" style="font-size:160%;" name="ApplicationIdForApplicationStatusCheck">
    </p>
    <div class="error-message" style="visibility: hidden;" id="">This field must be entered!!</div>
    <p></p>
  </div>
  <br><br><br>
  <div class="col-md-4">
  </div>
  <div class="rate-btn">
    <br>
    <input type="button" onclick="ApplicationStatusCheck()" class="form-control" style="width:35%;" value="Check Application Status">
  </div>
</form>

<form id="NewLeadForm">
  <div id="ExeceptOTpDiv">
    <div class="col-md-12">
      <p><span style="display:inline-block;" id="branch_lebel">Name</span>
        <input type="text" id="LeadName" class="form-control" style="font-size:160%;" name="LeadName">
      </p>
      <div class="error-message" style="visibility: hidden;" id="LeadNameErrorDiv">This field must be entered!!</div>
      <p></p>
    </div>
    <div class="col-md-4">
      <p><span style="display:inline-block;" id="branch_lebel">Mobile Number</span>
        <input type="text" id="LeadMobileNumber" class="form-control" style="font-size:160%;" name="LeadMobileNumber">
      </p>
      <div class="error-message" style="visibility: hidden;" id="LeadMobileNumberErrorDiv">Invalid Mobile Number!!</div>
      <p></p>
    </div>
    <div class="col-md-4">
      <p><span style="display:inline-block;" id="branch_lebel">Email Id</span>
        <input type="text" id="LeadEmailId" class="form-control" style="font-size:160%;" name="LeadEmailId">
      </p>
      <div class="error-message" style="visibility: hidden;" id="LeadEmailIdErrorDiv">Invalid Email Id!!</div>
      <p></p>
    </div>
    <div class="col-md-4">
      <p><span style="display:inline-block;" id="branch_lebel">Loan Amount Required</span>
        <input type="number" id="LeadLoanAmount" class="form-control" style="font-size:160%;" name="LeadLoanAmount" onchange="GetEligiblePreApprovedLoanAmountData()">
      </p>
      <div class="error-message" style="visibility: hidden;" id="LeadLoanAmountErrorDiv">This field must be entered!!</div>
      <p></p>
    </div>
    <div class="col-md-4">
      <p><span style="display:inline-block;" id="region_lebel">District</span>
        <select id="district" name="district" class="form-control dropdown" onchange="get_branches_of_selected_district_lead()">
          <option value=""> Select District </option>
          <option value="Ahmedabad">Ahmedabad</option>
          <option value="ANAND">ANAND</option>
          <option value="Arrvalli">Arrvalli</option>
          <option value="BANASKANTHA">BANASKANTHA</option>
          <option value="BHARUCH">BHARUCH</option>
          <option value="CHHOTAUDEPUR">CHHOTAUDEPUR</option>
          <option value="DANGS">DANGS</option>
          <option value="DOHAD">DOHAD</option>
          <option value="GANDHINAGAR">GANDHINAGAR</option>
          <option value="KHEDA">KHEDA</option>
          <option value="kutch">kutch</option>
          <option value="MAHISAGAR">MAHISAGAR</option>
          <option value="Mehsana">Mehsana</option>
          <option value="NARMADA">NARMADA</option>
          <option value="NAVSARI">NAVSARI</option>
          <option value="PANCH MAHALS">PANCH MAHALS</option>
          <option value="Patan">Patan</option>
          <option value="SABARKANTHA">SABARKANTHA</option>
          <option value="SURAT">SURAT</option>
          <option value="TAPI">TAPI</option>
          <option value="Vadodara">Vadodara</option>
          <option value="VALSAD">VALSAD</option>
        </select>
      </p>
      <div class="error-message" style="visibility: hidden;" id="districtErrorDiv">This field must be selected!!</div>
      <p></p>
    </div>
    <div class="col-md-4">
      <p><span style="display:inline-block;" id="branch_lebel">Branch</span>
        <select id="branch" class="form-control dropdown" name="branch">
          <option>Select Branch</option>
        </select>
      </p>
      <div class="error-message" style="visibility: hidden;" id="branchErrorDiv">This field must be selected!!</div>
      <p></p>
    </div>
    <div class="col-md-4 ">
      <p><span style="display:inline-block;" id="branch_lebel">We can help you by Providing:</span>
        <select id="Product" class="form-control dropdown" name="Product">
          <option class="option" value="">Select Product</option>
          <option class="option " value="Housing Loan">Housing Loan</option>
          <option class="option" value="Vehicle Loan">Vehicle Loan</option>
          <option class="option" value="Education Loan">Education Loan</option>
          <option class="option" value="Agriculture">Agriculture</option>
          <option class="option" value="Property Loan">Property Loan</option>
          <option class="option" value="Business Loan">Business Loan</option>
          <option class="option" value="Gold Loan">Gold Loan</option>
          <option class="option" value="Other">Other</option>
        </select>
      </p>
      <div class="error-message" style="visibility: hidden;" id="ProductErrorDiv">This field must be selected!!</div>
      <p></p>
    </div>
    <div class="col-md-4">
      <p><span style="display:inline-block;" id="branch_lebel">Employment Status</span>
        <select id="LeadEmploymentStatus" class="form-control dropdown" name="LeadEmploymentStatus" onchange="LeadEmploymentStatusChanged();GetEligiblePreApprovedLoanAmountData();">
          <option class="option" value="">Select</option>
          <option class="option" value="Salaried">Salaried</option>
          <option class="option" value="Farmer">Farmer</option>
          <option class="option" value="Doctor">Doctor</option>
          <option class="option" value="Own Business">Own Business</option>
          <option class="option" value="Self-Employed">Self-Employed</option>
          <option class="option" value="Other">Other</option>
        </select>
      </p>
      <div class="error-message" style="visibility: hidden;" id="LeadEmploymentStatusErrorDiv">This field must be selected!!</div>
      <p></p>
    </div>
    <div class="col-md-4">
      <p><span style="display:inline-block;" id="branch_lebel">Existing Customer?</span>
        <select id="LeadExistingCustomer" class="form-control dropdown" name="LeadExistingCustomer" onchange="LeadExistingCustomerChanged()">
          <option class="option" value="">Select</option>
          <option class="option" value="Yes">Yes</option>
          <option class="option" value="No">No</option>
        </select>
      </p>
      <div class="error-message" style="visibility: hidden;" id="LeadExistingCustomerErrorDiv">This field must be selected!!</div>
      <p></p>
    </div>
    <div class="col-md-4" id="LeadAccountNumberDiv" style="visibility: hidden;">
      <p><span style="display:inline-block;" id="branch_lebel">Account Number</span>
        <input type="text" id="LeadAccountNumber" class="form-control" style="font-size:160%;" name="LeadAccountNumber">
      </p>
      <div class="error-message" style="visibility: hidden;" id="LeadAccountNumberErrorDiv">This field must be entered!!</div>
      <p></p>
    </div>
    <div class="col-md-12" id="PreApprovePersonelLoanDiv">
      <div class="col-md-4">
        <p><span style="display:inline-block;" id="branch_lebel">Salary Account With BGGB?</span>
          <select id="SalaryAccountWithBGGBStatus" class="form-control dropdown" name="SalaryAccountWithBGGBStatus" onchange="GetEligiblePreApprovedLoanAmountData()">
            <option class="option" value="">Select</option>
            <option class="option" value="Yes">Yes</option>
            <option class="option" value="No">No</option>
          </select>
        </p>
        <div class="error-message" style="visibility: hidden;" id="SalaryAccountWithBGGBStatusErrorDiv">This field must be selected!!</div>
        <p></p>
      </div>
      <div class="col-md-4">
        <p><span style="display:inline-block;" id="branch_lebel">Birth Date</span>
          <input type="date" id="BirthDate" class="form-control" style="font-size:160%;" name="BirthDate" onchange="GetEligiblePreApprovedLoanAmountData()">
        </p>
        <div class="error-message" style="visibility: hidden;" id="BirthDateErrorDiv">This field must be entered!!</div>
        <p></p>
      </div>
      <div class="col-md-4" id="RetirementDateDiv" style="visibility: hidden;">
        <p><span style="display:inline-block;" id="branch_lebel">Retirement Date</span>
          <input type="date" id="RetirementDate" class="form-control" style="font-size:160%;" name="RetirementDate" onchange="GetEligiblePreApprovedLoanAmountData()">
        </p>
        <div class="error-message" style="visibility: hidden;" id="RetirementDateErrorDiv">Retirement Date must be greater than today date!!</div>
        <p></p>
      </div>
      <div class="col-md-12" id="MonthIncomeDiv" style="display: none;">
        <div class="col-md-12">
          <h5>Last Three Month Gross Salary:</h5>
        </div>
        <div class="col-md-4" id="LastMonthIncomeDiv" style="display: none;">
          <p><span style="display:inline-block;" id="branch_lebel">Month 1</span>
            <input type="number" id="LastMonthIncome" class="form-control" style="font-size:160%;" name="LastMonthIncome" onchange="GetEligiblePreApprovedLoanAmountData()">
          </p>
          <div class="error-message" style="visibility: hidden;" id="LastMonthIncomeErrorDiv">This field must be entered!!</div>
          <p></p>
        </div>
        <div class="col-md-4" id="PreLastMonthIncomeDiv" style="display: none;">
          <p><span style="display:inline-block;" id="branch_lebel">Month 2</span>
            <input type="number" id="PreLastMonthIncome" class="form-control" style="font-size:160%;" name="PreLastMonthIncome" onchange="GetEligiblePreApprovedLoanAmountData()">
          </p>
          <div class="error-message" style="visibility: hidden;" id="PreLastMonthIncomeErrorDiv">This field must be entered!!</div>
          <p></p>
        </div>
        <div class="col-md-4" id="PrePreLastMonthIncomeDiv" style="display: none;">
          <p><span style="display:inline-block;" id="branch_lebel">Month 3</span>
            <input type="number" id="PrePreLastMonthIncome" class="form-control" style="font-size:160%;" name="PrePreLastMonthIncome" onchange="GetEligiblePreApprovedLoanAmountData()">
          </p>
          <div class="error-message" style="visibility: hidden;" id="PrePreLastMonthIncomeErrorDiv">This field must be entered!!</div>
          <p></p>
        </div>
      </div>
      <div class="col-md-12" id="LastFYIncomeDiv" style="display: none;">
        <p><span style="display:inline-block;" id="branch_lebel">Last Financial Year Income</span>
          <input type="number" id="LastFYIncome" class="form-control" style="font-size:160%;" name="LastFYIncome" onchange="GetEligiblePreApprovedLoanAmountData()">
        </p>
        <div class="error-message" style="visibility: hidden;" id="LastFYIncomeErrorDiv">This field must be entered!!</div>
        <p></p>
      </div>
      <div class="col-md-12" id="CurrentTotalMonthlyDeductionDiv" style="display: none;">
        <p><span style="display:inline-block;" id="branch_lebel">Current Total Monthly Deduction</span>
          <input type="number" id="CurrentTotalMonthlyDeduction" class="form-control" style="font-size:160%;" name="CurrentTotalMonthlyDeduction" onchange="GetEligiblePreApprovedLoanAmountData()">
        </p>
        <div class="error-message" style="visibility: hidden;" id="CurrentTotalMonthlyDeductionErrorDiv">This field must be entered!!</div>
        <p></p>
      </div>
      <div class="col-md-6">
        <p><span style="display:inline-block;" id="branch_lebel">Eligible Loan Amount</span>
          <input type="number" id="EligibleLoanAmount" class="form-control" style="font-size:160%;" name="EligibleLoanAmount" readonly="">
        </p>
      </div>
      <div class="col-md-6">
        <p><span style="display:inline-block;" id="branch_lebel">Maximum Loan Tenure In Month</span>
          <input type="number" id="MaximumLoanTenureInMonth" class="form-control" style="font-size:160%;" name="MaximumLoanTenureInMonth" readonly="">
        </p>
      </div>
      <!--
<div class="col-md-4"  >
<p><span style='display:inline-block;' id="branch_lebel"  >Tentative EMI</span>
<input type="number" id="TentativeEMI"  class="form-control" style="font-size:160%;"  name="TentativeEMI" readonly/>

</p>
</div>
-->
      <input type="number" id="NonSalariedROI" name="NonSalariedROI" value="11.5" class="form-control" style="font-size:160%;display:none;" readonly="">
      <input type="number" id="SalariedROI" name="SalariedROI" value="11.35" class="form-control" style="font-size:160%;display:none;" readonly="">
    </div>
    <div class="col-md-4 col-lg-4" id="SendOTPButtonDiv">
      <br>
      <input type="button" onclick="SentOTPForLeadVerifiction()" class="btn" value="Send OTP To Verify Mobile Number ">
    </div>
    <div class="col-md-12">
    </div>
  </div>
  <br>
  <div class="col-md-4">
  </div>
  <div class="col-md-4" id="OTPDiv" style="display:none;"><br>
    <p><span id="branch_lebel">OTP</span>
      <input type="text" id="LeadOTP" class="form-control" style="font-size:160%;" name="LeadOTP">
    </p>
  </div>
  <div class="col-md-12">
  </div>
  <div class="rate-btn">
    <br>
    <input type="button" onclick="VerifyOTPLead()" class="default-btn" id="VerifyOTPButton" style="width:100%;visibility: hidden;" value="Verify OTP And Apply">
  </div>
  <div class="col-md-12">
  </div>
  <div class="rate-btn">
    <br>
    <input type="button" class="default-btn" id="VerifyOTPButton2222dummy" style="width:100%;visibility: hidden;" value="Verify OTP And Apply">
  </div>
  <!--    <video id="upi" height="80%" width="100%" controls autoplay>
                    
  <source src="webdata/videos/RBI Security of Digital Transaction - English.mp4" type="video/mp4">
  
  Your browser does not support HTML video.
</video>
                </pre>-->
</form>

Text Content

loading



Check Your Application Status

Mobile Number

This field must be entered!!



Application Id

This field must be entered!!

























Apply Now

Click Here To Apply For Pre-Approved Personel Loan
Click Here To Apply For Other Loan

Name

This field must be entered!!



Mobile Number

Invalid Mobile Number!!



Email Id

Invalid Email Id!!



Loan Amount Required

This field must be entered!!



District Select District
AhmedabadANANDArrvalliBANASKANTHABHARUCHCHHOTAUDEPURDANGSDOHADGANDHINAGARKHEDAkutchMAHISAGARMehsanaNARMADANAVSARIPANCH
MAHALSPatanSABARKANTHASURATTAPIVadodaraVALSAD

This field must be selected!!



Branch Select Branch

This field must be selected!!



We can help you by Providing: Select Product Housing Loan Vehicle Loan Education
Loan Agriculture Property Loan Business Loan Gold Loan Other

This field must be selected!!



Employment Status Select Salaried Farmer Doctor Own Business Self-Employed Other

This field must be selected!!



Existing Customer? Select Yes No

This field must be selected!!



Account Number

This field must be entered!!



Salary Account With BGGB? Select Yes No

This field must be selected!!



Birth Date

This field must be entered!!



Retirement Date

Retirement Date must be greater than today date!!



LAST THREE MONTH GROSS SALARY:

Month 1

This field must be entered!!



Month 2

This field must be entered!!



Month 3

This field must be entered!!



Last Financial Year Income

This field must be entered!!



Current Total Monthly Deduction

This field must be entered!!



Eligible Loan Amount

Maximum Loan Tenure In Month









OTP







This page uses Javascript. Your browser either doesn't support Javascript or you
have it turned off. To see this page as it is meant to appear please use a
Javascript enabled browser.
 * 

 * E-banking Login
 * Positive Pay System
   
 * Locate Us
 * Contact Us





                                                                             
     IFSC Code: BARB0BGGBXX(Fifth Letter is Zero)

   Bank has launched new Mobile Banking Application   "BGGB Connect" Click here
to download



Apply NowRate
of Interest


 * RATE OF
   INTEREST
   
   as of 02/11/2023


 * BGGB HOUSING LOAN
   
   8.30%P.A.
   
   27/06/2017
   
   27/06/2020


 * BGGB CAR LOAN
   
   8.70%P.A.
   
   27/06/2017
   
   27/06/2020


 * BGGB DOCTOR LOAN
   
   9.50%P.A.
   
   27/06/2017
   
   27/06/2020


 * LOANS TO MSME
   
   10.20%P.A.
   
   27/06/2017
   
   27/06/2020


 * BGGB EDUCATIONAL LOAN
   
   10.30%P.A.
   
   27/06/2017
   
   27/06/2020


 * BGGB GOLD LOAN
   
   8.50%P.A.
   
   27/06/2017
   
   27/06/2020

 * Know More

MenuNavigation
 * Main Links
   * Home
   * About Us
     * History
     * Our Mission & Vision
     * Board Of Directors
     * Chairman's Message
     * Our Management Team
     * Offices & Branches
     * Awards & Achievements
   * Products
     * Loan Schemes
     * Deposit
     * Rate of Interest & Service Charges
   * Services
     * Government Schemes
     * BCSBI
     * DEAF (Unclaimed Deposits)
     * Aadhaar Enrolment
     * Forms
     * Positive Pay System
   * Digital
     * BGGB Mconnect
     * IMPS
     * SMS Alerts
     * Rupay Card
     * Offer On Rupay Cards
     * Miss Call Facility
     * Micro ATM
     * E-Banking
     * NACH
     * NEFT RTGS
     * AEPS
     * UPI BHIM APP
     * Security & Safety
   * Publications
     * Annual Report 2022-2023
     * Annual Report 2021-2022
     * Annual Report 2020-2021
       
   * Event Gallery
   * Announcements
     * Tender
     * Recruitment
     * E-auction
     * Notice Board
 * Other Links
   * Press Releases
   * Bank's Commitment to Customers
   * EMI Calculator
   * Banking Codes / BCSBI Book
   * The Banking Ombudsman Scheme
   * Non Kyc Accounts
   * Complaints
   * Suggestions
   * Privacy Policy
   * Disclaimer

CLICK HERE TO TAKE PLEDGE....




Check Your Loan Application Status

                         
Baroda Gujarat Gramin Bank is registered with DICGC        
(https://www.dicgc.org.in)     
1
1
2
3
4
5
6
7
8
9
10
11
12
13

Page Down

Dear Customer/s,

    Please note that Bank service charges in respect of “ATM cash withdrawal from other Bank’s ATMs (Other than BOB ATMs)
beyond the free transactions” has been revised  w.e.f.  01.01.2022


Product Type of Transaction Existing Revised ATM Charges for cash withdrawal
from other Bank's ATMs (Other than BOB ATMs) beyond the free transactions For
Financial Transactions Rs 20/- + GST Rs 21/- + GST For Non-Financial
Transactions Rs 10/- + GST Rs 11/- + GST

Announcements
Pause
 * Operational Guideline for handover of collateral documents in the case of
   demise of borrower
 * Nation-wide Intensive Awareness Programme by Reserve Bank of India in
   collaboration with Regulated Entities (November 01, 2022 to November 30,
   2022) Taluka-wise Schedule of Events
 * Click here to Visit National Portal For Credit linked Government Scheme
   OPE Gudilene
   
 * Revision of service charges for cash withdrawal from other Bank's ATMs (Other
   than BOB ATMs) beyond the free transactions
 * Vehicle Auction Advertisement
   
 * Empanelment of Chartered Accountants for Con-current audit of branches for
   the FY 2020-21
 * Baroda Gujarat Gramin Bank (Employees') Pension Regulations, 2018
   
 * You can contact our call centre on 0796827066
 * Operational Guideline for handover of collateral documents in the case of
   demise of borrower

View All
Operational Guideline for handover of collateral documents in the case of demise
of borrower Click here to Visit National Portal For Credit linked Government
Scheme Revision of service charges for cash withdrawal from other Bank's ATMs
(Other than BOB ATMs) beyond the free transactions Vehicle Auction Advertisement
Baroda Gujarat Gramin Bank (Employees') Pension Regulations, 2018 You can
contact our call centre on 0796827066
Operational Guideline for handover of collateral documents in the case of demise
of borrower Click here to Visit National Portal For Credit linked Government
Scheme Revision of service charges for cash withdrawal from other Bank's ATMs
(Other than BOB ATMs) beyond the free transactions Vehicle Auction Advertisement
Baroda Gujarat Gramin Bank (Employees') Pension Regulations, 2018 You can
contact our call centre on 0796827066

 * List of Branches
 * Corporate Profile
 * Annual Report


EXPLORE MORE PAGE DOWN

 * Schemes Explore
 * Events Explore
 * Press
   Release Explore
 * Service
   Charges Explore

Schemes Explore
Events Explore
Press
Release Explore
Service
Charges Explore
Schemes Explore
Events Explore
Press
Release Explore
Service
Charges Explore
Schemes Explore
Events Explore
Press
Release Explore
Service
Charges Explore


BARODA GUJARAT GRAMIN BANK

Baroda Gujarat Gramin Bank having its presence of 488 branches in 22 districts
and leading the way in many of the opportunity in the area operation. We are
perfectly positioned to support all section of customers. Our long history and
deeply rooted presence in the area of North,South and central Gujarat makes us
the Right Partner for needs on financial and other services.

Read More


CONNECT WITH US

 * Facebook
 * YouTube

 * Announcements
 * Download Forms
 * Media
 * Tenders
 * Other Links
 * Sitemap


ABOUT US

 * History
 * Our Mission & Vision
 * Board of Directors
 * Our management Team
 * Chairman's Message
 * RTI Act 2005
 * Grievance Redressal Officer
 * PoSH Committee
 * Holiday List


NAVIGATE

 * Home
 * Event Gallery
 * Tender
 * Recruitment
 * Notice Board
 * Contact


IMPORTANT LINKS

 * Press Releases
 * Services Charges
 * Bank's Commitment to Customers

 * Unclaimed Deposits
 * EMI Calculator
 * NRI Branches
   
 * Reserve Bank - Integrated Ombudsman Scheme, 2021
 * PERIODIC UPDATION OF KYC (REKYC)
   


OTHER LINKS

 * Complaints
 * Suggestions
 * Privacy Policy
 * Disclaimer

Copyright © 2017 Baroda Gujarat Gramin Bank. All rights reserved |Website
Designed & Developed by Core Innovative Solutions

Back to Top
x
Hey, I am PAi, Personal AI from NPCI.
You can ask me questions about digital payments.

Do you know!
What is BHIM Aadhaar Pay Service?
2


Powered by CoRover



 * Main Links
   * Home
   * About Us
     * History
     * Our Mission & Vision
     * Board Of Directors
     * Chairman's Message
     * Our Management Team
     * Offices & Branches
     * Awards & Achievements
      
   * Products
     * Loan Schemes
     * Deposit
     * Rate of Interest & Service Charges
      
   * Services
     * Government Schemes
     * BCSBI
     * DEAF (Unclaimed Deposits)
     * Aadhaar Enrolment
     * Forms
     * Positive Pay System
      
   * Digital
     * BGGB Mconnect
     * IMPS
     * SMS Alerts
     * Rupay Card
     * Offer On Rupay Cards
     * Miss Call Facility
     * Micro ATM
     * E-Banking
     * NACH
     * NEFT RTGS
     * AEPS
     * UPI BHIM APP
     * Security & Safety
      
   * Publications
     * Annual Report 2022-2023
     * Annual Report 2021-2022
     * Annual Report 2020-2021
       
      
   * Event Gallery
   * Announcements
     * Tender
     * Recruitment
     * E-auction
     * Notice Board
      
    
 * Other Links
   * Press Releases
   * Bank's Commitment to Customers
   * EMI Calculator
   * Banking Codes / BCSBI Book
   * The Banking Ombudsman Scheme
   * Non Kyc Accounts
   * Complaints
   * Suggestions
   * Privacy Policy
   * Disclaimer
    

Navigation