Razorpay Payments

Get Razorpay Payments Status

Return Razorpay connection and sync status for each environment.

get/api/payments/razorpay/status

Response

Razorpay payments status

Example response

{
  "razorpayConnections": [
    {
      "accountId": "acc_123",
      "merchantName": "Example Merchant",
      "webhookEndpointId": "manual",
      "webhookEndpointUrl": "https://api.example.com/api/webhooks/razorpay/test",
      "maskedKey": "rzp_test_...abcd"
    }
  ]
}

Changes