SatyamSinghal commited on
Commit
9fd0aec
·
verified ·
1 Parent(s): eb2ec81

Update company_profile.py

Browse files
Files changed (1) hide show
  1. company_profile.py +111 -5
company_profile.py CHANGED
@@ -1,7 +1,113 @@
1
  company_profile = {
2
- "brand_name": "Razorpay",
3
- "headquarters": "Bangalore, India",
4
- "founders": ["Harshil Mathur", "Shashank Kumar"],
5
- "industry": "FinTech",
6
- "website": "https://razorpay.com"
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
7
  }
 
1
  company_profile = {
2
+ "Razorpay": {
3
+ "overview": {
4
+ "description": (
5
+ "Razorpay is India’s first full-stack financial solutions company, "
6
+ "focused on enhancing the payment experience for over 300 million consumers. "
7
+ "Founded in 2014 by IIT Roorkee alumni Harshil Mathur and Shashank Kumar, "
8
+ "the company aims to empower Indian businesses of all sizes to accept, process, "
9
+ "and disburse payments digitally with minimal effort."
10
+ ),
11
+ "mission": (
12
+ "Razorpay aims to revolutionize money management for online businesses by providing "
13
+ "developer-friendly APIs, hassle-free integration, and access to a comprehensive suite "
14
+ "of financial products."
15
+ ),
16
+ "vision": (
17
+ "To power the financial ecosystem for disruptors, enabling businesses to accept, process, "
18
+ "and disburse payments effortlessly while providing additional services like current accounts, "
19
+ "working capital loans, and payroll processing."
20
+ ),
21
+ "headquarters": "Bengaluru, Karnataka, India",
22
+ "founded_year": 2014,
23
+ "industry": "Software Development",
24
+ "company_size": "1,001-5,000 employees",
25
+ "associated_members": 3676,
26
+ "employees": 800,
27
+ "investors": [
28
+ "Sequoia Capital",
29
+ "Tiger Global",
30
+ "Lone Pine Capital",
31
+ "TCV"
32
+ ]
33
+ },
34
+ "founders": [
35
+ {
36
+ "name": "Harshil Mathur",
37
+ "education": "IIT Roorkee",
38
+ "role": "Co-Founder & CEO"
39
+ },
40
+ {
41
+ "name": "Shashank Kumar",
42
+ "education": "IIT Roorkee",
43
+ "role": "Co-Founder & CTO"
44
+ }
45
+ ],
46
+ "products": [
47
+ "Payment Gateway",
48
+ "Payment Links",
49
+ "Payment Pages",
50
+ "Subscriptions",
51
+ "Smart Collect",
52
+ "Route",
53
+ "Razorpay Capital",
54
+ "RazorpayX",
55
+ "Payroll",
56
+ "Thirdwatch"
57
+ ],
58
+ "specialties": [
59
+ "Financial products",
60
+ "Payment processing",
61
+ "Payout processing",
62
+ "Banking services",
63
+ "Neobanking",
64
+ "Working Capital Loans",
65
+ "E-commerce Fraud Detection",
66
+ "Payroll processing"
67
+ ],
68
+ "services": {
69
+ "payment_methods": [
70
+ "Credit Card",
71
+ "Debit Card",
72
+ "Net Banking",
73
+ "UPI",
74
+ "E-wallets (JioMoney, Mobikwik, Airtel Money, FreeCharge, Ola Money, PayZapp)"
75
+ ],
76
+ "current_accounts": (
77
+ "RazorpayX provides businesses with fully-functional current accounts to manage their finances."
78
+ ),
79
+ "working_capital_loans": (
80
+ "Razorpay offers working capital loans to help businesses manage their cash flow and growth."
81
+ ),
82
+ "recurring_payments": (
83
+ "The platform supports recurring payments for businesses to automate their billing processes."
84
+ ),
85
+ "dashboard": (
86
+ "Razorpay's dashboard enables businesses to manage payments, refunds, transfers, subscriptions, "
87
+ "invoices, and more."
88
+ ),
89
+ "upi_app": "Razorpay TPAP Pro allows businesses to build their own UPI app."
90
+ },
91
+ "culture": {
92
+ "description": (
93
+ "Razorpay is recognized for its high-trust, high-performance culture. The team comprises spirited, "
94
+ "ambitious, and fun individuals who go to great lengths to nurture a family of coders, designers, "
95
+ "marketers, analysts, writers, and dreamers."
96
+ ),
97
+ "workforce": "800+ employees",
98
+ "core_values": [
99
+ "Innovation",
100
+ "Customer-Centricity",
101
+ "Trust",
102
+ "Collaboration"
103
+ ]
104
+ },
105
+ "contact_details": {
106
+ "registered_office": (
107
+ "Razorpay Software Private Limited, 1st Floor, SJR Cyber, "
108
+ "22 Laskar Hosur Road, Adugodi, Bengaluru, 560030, Karnataka, India"
109
+ ),
110
+ "cin": "U72200KA2013PTC097389"
111
+ }
112
+ }
113
  }