v1
latestOpenAPI 3.0.32026-07-26172157253.6 KBRazorpay 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"
}
]
}