Methods API

Fetch the payment methods configured for your account using Razorpay APIs.


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

To fetch a list of payment methods enabled for your account, send the following request:

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

Now that you know the available payment 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?