Methods API

Fetch payment methods configured for your account using Razorpay 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.

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

You can start creating payment requests using the

for the payment methods of your choice.

To get additional payment methods enabled for your account, contact our

.


Is this integration guide useful?