File size: 4,509 Bytes
bdcbbab
9fd0aec
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
36d0a37
9fd0aec
 
 
 
 
 
 
 
 
 
 
 
 
 
 
bdcbbab
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
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"
        }
    }
}