Chilkat Online Tools

Unicode C++ / Razorpay APIs / Fetch All Plans

Back to Collection Items

void ChilkatSample(void)
    {
    http.put_BasicAuth(true);    http.put_Login(L"username");    http.put_Password(L"password");    success = http.QuickGetSb(L"https://api.razorpay.com/v1/plans",sbResponseBody);
    }

Curl Command

curl -X GET
	-u 'username:password'
https://api.razorpay.com/v1/plans

Postman Collection Item JSON

{
  "name": "Fetch All Plans",
  "request": {
    "method": "GET",
    "header": [
    ],
    "url": {
      "raw": "https://api.razorpay.com/v1/plans",
      "protocol": "https",
      "host": [
        "api",
        "razorpay",
        "com"
      ],
      "path": [
        "v1",
        "plans"
      ]
    },
    "description": "You can fetch all the plans created by you.\nKnow more about the <a href=\"https://razorpay.com/docs/api/subscriptions/#fetch-all-plans\" target=\"_blank\">Fetch all Plans</a> API."
  },
  "response": [
  ]
}