Methods API

Fetch payment methods configured for your account using Curlec APIs.


You can configure payment methods of your choice for collecting payments from your customers.

Send the following request to fetch a list of payment methods enabled for your account:

Handy Tips

Provide only the API Key ID to send this request. Do not provide the API key secret.

curl -u [YOUR_KEY_ID] \
- X GET https://api.razorpay.com/v1/methods \

Is this integration guide useful?