Tool tree
Online Payments India: Start Accepting Payments Instantly with Razorpay's Payment Suite, which Supports Netbanking, Credit Card & Debit Cards, UPI etc.
get_product_detailsAnswer
Returns detailed information about a specific Razorpay product, including features, pricing, and ideal use cases. Use this when the user asks what a Razorpay product does, how it works, how it's priced, or whether it suits their business needs.
View tool JSON
{
"name": "get_product_details",
"kind": "answer",
"impl": "imperative",
"description": "Returns detailed information about a specific Razorpay product, including features, pricing, and ideal use cases. Use this when the user asks what a Razorpay product does, how it works, how it's priced, or whether it suits their business needs.",
"inputSchema": {
"type": "object",
"properties": {
"product": {
"type": "string",
"description": "The Razorpay product to look up. Choose the closest match: 'payment-gateway' for core domestic payments, 'magic-checkout' for D2C one-click checkout, 'optimizer' for multi-gateway routing, 'payment-links' for no-website payment collection, 'payment-pages' for hosted no-code pages, 'payment-buttons' for website embed buttons, 'pos' for offline/in-store terminals, 'qr-code' for QR-based payments, 'subscriptions' for recurring billing, 'upi-autopay' for recurring UPI mandates, 'e-mandate' for netbanking recurring mandates, 'international-payments' for cross-border, 'route' for split/marketplace payouts, 'instant-settlements' for on-demand settlements, 'engage' for loyalty and rewards, 'razorpayx' for business banking, 'vendor-payments' for accounts payable, 'payout-links' for outbound payments without bank details, 'payroll' for salary and compliance, 'rize' for company registration.",
"enum": [
"payment-gateway",
"magic-checkout",
"optimizer",
"payment-links",
"payment-pages",
"payment-buttons",
"pos",
"qr-code",
"subscriptions",
"upi-autopay",
"e-mandate",
"international-payments",
"route",
"instant-settlements",
"engage",
"razorpayx",
"vendor-payments",
"payout-links",
"payroll",
"rize"
]
}
},
"required": [
"product"
]
},
"page": "/"
}