v1

latestOpenAPI 3.0.32026-07-26172157253.6 KB
Razorpay Payments

Get Razorpay Key Configuration

Return masked Razorpay key configuration for test and live environments.

get/api/payments/razorpay/config

Response

Razorpay key configuration

Example response

{
  "keys": [
    {
      "maskedKey": "rzp_test_...abcd"
    }
  ]
}