R
Razorpay API
Details
- URL
-
https://api.razorpay.com/v1 - Docs
- https://razorpay.com/docs/api/
Authentication
In the Razorpay Dashboard, switch to Test or Live mode, then go to Account & Settings → API Keys → Generate Key. Save both the key_id and key_secret when shown; the secret is only visible at creation time. Use Test keys (prefix rzp_test_) for sandbox work and Live keys (prefix rzp_live_) for production.
Register an OAuth client for the Razorpay MCP server using Dynamic Client Registration at `/register`, or request manual registration from the Razorpay Support Team. The MCP OAuth server advertises authorization_code, client_credentials, and refresh_token grants with scope read_only at the well-known authorization server metadata.