Skip to main content
GET
/
api
/
payments
/
razorpay
/
status
Get Razorpay Payments Status
curl --request GET \
  --url https://api.example.com/api/payments/razorpay/status \
  --header 'Authorization: Bearer <token>'
{
  "razorpayConnections": [
    {
      "accountId": "acc_123",
      "merchantName": "Example Merchant",
      "accountLivemode": true,
      "webhookEndpointId": "manual",
      "webhookEndpointUrl": "https://api.example.com/api/webhooks/razorpay/test",
      "webhookConfiguredAt": "2023-11-07T05:31:56Z",
      "maskedKey": "rzp_test_...abcd",
      "lastSyncedAt": "2023-11-07T05:31:56Z",
      "lastSyncError": "<string>",
      "lastSyncCounts": {}
    }
  ]
}

Authorizations

Authorization
string
header
required

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

Response

Razorpay payments status

razorpayConnections
object[]
required