Create products_services.py
Browse files- products_services.py +13 -0
products_services.py
ADDED
@@ -0,0 +1,13 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
products_services = {
|
2 |
+
"key_products": [
|
3 |
+
"Payment Gateway", "Payment Links", "Payment Pages",
|
4 |
+
"Subscriptions", "Smart Collect", "Route", "RazorpayX"
|
5 |
+
],
|
6 |
+
"pricing_model": "Subscription-based",
|
7 |
+
"usp": "Developer-friendly APIs with hassle-free integration.",
|
8 |
+
"recent_updates": ["Launched Payroll", "Introduced RazorpayX"],
|
9 |
+
"performance_metrics": {
|
10 |
+
"transactions_processed": "50 million+ monthly",
|
11 |
+
"merchant_partners": "8 lakh+"
|
12 |
+
}
|
13 |
+
}
|