Skip to main content
GET
/
api
/
payments
/
razorpay
/
config
Get Razorpay Key Configuration
curl --request GET \
  --url https://api.example.com/api/payments/razorpay/config \
  --header 'Authorization: Bearer <token>'
{
  "keys": [
    {
      "hasKey": true,
      "maskedKey": "rzp_test_...abcd"
    }
  ]
}

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Response

Razorpay key configuration

keys
object[]
required