Update company_profile.py
Browse files- company_profile.py +62 -0
company_profile.py
CHANGED
|
@@ -31,6 +31,68 @@ company_profile = {
|
|
| 31 |
"TCV"
|
| 32 |
]
|
| 33 |
},
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 34 |
"founders": [
|
| 35 |
{
|
| 36 |
"name": "Harshil Mathur",
|
|
|
|
| 31 |
"TCV"
|
| 32 |
]
|
| 33 |
},
|
| 34 |
+
"growth_and_scale": {
|
| 35 |
+
"rapid_growth": (
|
| 36 |
+
"Razorpay has experienced significant growth since its inception, processing billions "
|
| 37 |
+
"of dollars in transactions annually."
|
| 38 |
+
),
|
| 39 |
+
"large_customer_base": (
|
| 40 |
+
"Razorpay serves over 7 million businesses across various industries."
|
| 41 |
+
),
|
| 42 |
+
"expanding_internationally": (
|
| 43 |
+
"Razorpay has expanded its operations beyond India, entering international markets to "
|
| 44 |
+
"cater to the growing demand for digital payment solutions."
|
| 45 |
+
)
|
| 46 |
+
},
|
| 47 |
+
"products_and_services": {
|
| 48 |
+
"RazorpayX": {
|
| 49 |
+
"description": "A suite of products offering comprehensive financial solutions for businesses.",
|
| 50 |
+
"key_features": [
|
| 51 |
+
"Current Accounts",
|
| 52 |
+
"Vendor Payments",
|
| 53 |
+
"Payroll Management",
|
| 54 |
+
"Escrow Accounts",
|
| 55 |
+
"Capital (Loans & Credit Products)",
|
| 56 |
+
"International Payments"
|
| 57 |
+
]
|
| 58 |
+
},
|
| 59 |
+
"payment_methods": [
|
| 60 |
+
"Credit Card",
|
| 61 |
+
"Debit Card",
|
| 62 |
+
"Net Banking",
|
| 63 |
+
"UPI",
|
| 64 |
+
"E-wallets (JioMoney, Mobikwik, Airtel Money, FreeCharge, Ola Money, PayZapp)"
|
| 65 |
+
],
|
| 66 |
+
"services": {
|
| 67 |
+
"payment_gateway": "Seamless transaction processing for websites and apps.",
|
| 68 |
+
"payment_links": "Easy money collection via personalized payment links.",
|
| 69 |
+
"payment_pages": "Customizable payment experiences for businesses.",
|
| 70 |
+
"payment_buttons": "Quick payment button setup for websites.",
|
| 71 |
+
"QR_codes": "Generate business-specific QR codes for payments.",
|
| 72 |
+
"instant_settlement": "Faster customer payments with instant settlement.",
|
| 73 |
+
"invoicing_tools": "Share invoices directly with customers.",
|
| 74 |
+
"smart_collect": "Automated payments via NEFT, RTGS, and IMPS.",
|
| 75 |
+
"pos_system": "Offline payments with Razorpay's Point of Sale system."
|
| 76 |
+
}
|
| 77 |
+
},
|
| 78 |
+
"technology_and_innovation": {
|
| 79 |
+
"api_first_approach": (
|
| 80 |
+
"Razorpay leverages a robust API infrastructure, allowing for easy integration with various "
|
| 81 |
+
"business applications and platforms."
|
| 82 |
+
),
|
| 83 |
+
"focus_on_innovation": (
|
| 84 |
+
"The company continuously invests in research and development to introduce new features, "
|
| 85 |
+
"improve existing products, and enhance the overall customer experience."
|
| 86 |
+
)
|
| 87 |
+
},
|
| 88 |
+
"awards_and_recognition": (
|
| 89 |
+
"Razorpay has received numerous awards and accolades for its innovative products, rapid growth, "
|
| 90 |
+
"and contribution to the Indian fintech ecosystem."
|
| 91 |
+
),
|
| 92 |
+
"regulatory_compliance": (
|
| 93 |
+
"Razorpay operates in compliance with all relevant regulations and guidelines issued by the "
|
| 94 |
+
"Reserve Bank of India (RBI) and other regulatory bodies."
|
| 95 |
+
),
|
| 96 |
"founders": [
|
| 97 |
{
|
| 98 |
"name": "Harshil Mathur",
|