Private_Market_Analysis / company_profile.py
SatyamSinghal's picture
Update company_profile.py
36d0a37 verified
raw
history blame
4.51 kB
company_profile = {
"Razorpay": {
"overview": {
"description": (
"Razorpay is India’s first full-stack financial solutions company, "
"focused on enhancing the payment experience for over 300 million consumers. "
"Founded in 2014 by IIT Roorkee alumni Harshil Mathur and Shashank Kumar, "
"the company aims to empower Indian businesses of all sizes to accept, process, "
"and disburse payments digitally with minimal effort."
),
"mission": (
"Razorpay aims to revolutionize money management for online businesses by providing "
"developer-friendly APIs, hassle-free integration, and access to a comprehensive suite "
"of financial products."
),
"vision": (
"To power the financial ecosystem for disruptors, enabling businesses to accept, process, "
"and disburse payments effortlessly while providing additional services like current accounts, "
"working capital loans, and payroll processing."
),
"headquarters": "Bengaluru, Karnataka, India",
"founded_year": 2014,
"industry": "Software Development",
"company_size": "1,001-5,000 employees",
"associated_members": 3676,
"employees": 800,
"investors": [
"Sequoia Capital",
"Tiger Global",
"Lone Pine Capital",
"TCV"
]
},
"founders": [
{
"name": "Harshil Mathur",
"education": "IIT Roorkee",
"role": "Co-Founder & CEO"
},
{
"name": "Shashank Kumar",
"education": "IIT Roorkee",
"role": "Co-Founder & CTO"
}
],
"products": [
"Payment Gateway",
"Payment Links",
"Payment Pages",
"Subscriptions",
"Smart Collect",
"Route",
"Razorpay Capital",
"RazorpayX",
"Payroll",
"Thirdwatch"
],
"specialties": [
"Financial products",
"Payment processing",
"Payout processing",
"Banking services",
"Neobanking",
"Working Capital Loans",
"E-commerce Fraud Detection",
"Payroll processing"
],
"services": {
"payment_methods": [
"Credit Card",
"Debit Card",
"Net Banking",
"UPI",
"E-wallets (JioMoney, Mobikwik, Airtel Money, FreeCharge, Ola Money, PayZapp)"
],
"current_accounts": (
"RazorpayX provides businesses with fully-functional current accounts to manage their finances."
),
"working_capital_loans": (
"Razorpay offers working capital loans to help businesses manage their cash flow and growth."
),
"recurring_payments": (
"The platform supports recurring payments for businesses to automate their billing processes."
),
"dashboard": (
"Razorpay's dashboard enables businesses to manage payments, refunds, transfers, subscriptions, "
"invoices, and more."
),
"upi_app": "Razorpay TPAP Pro allows businesses to build their own UPI app."
},
"culture": {
"description": (
"Razorpay is recognized for its high-trust, high-performance culture. The team comprises spirited, "
"ambitious, and fun individuals who go to great lengths to nurture a family of coders, designers, "
"marketers, analysts, writers, and dreamers."
),
"workforce": "3600+ employees",
"core_values": [
"Innovation",
"Customer-Centricity",
"Trust",
"Collaboration"
]
},
"contact_details": {
"registered_office": (
"Razorpay Software Private Limited, 1st Floor, SJR Cyber, "
"22 Laskar Hosur Road, Adugodi, Bengaluru, 560030, Karnataka, India"
),
"cin": "U72200KA2013PTC097389"
}
}
}