Netbanking
List of banks supported on Razorpay Payment Gateway for Netbanking payments.
Using Razorpay you can accept payments from your customers using Netbanking. The customers enter their Netbanking credentials to make payments. This method is available by default. No additional integration or permissions are needed to enable this method at your application Checkout.
The diagram given below represents the payment flow for netbanking:
Use the below endpoint to fetch a list of banks Razorpay supports for netbanking payments:
Watch Out!
To fire this API, provide your [KEY_ID] for authorization. Your <KEY_SECRET>
is NOT required and should NOT be passed.
curl -u [YOUR_KEY_ID] \-X GET https://api.razorpay.com/v1/methods
Use Third-Party Validation if your business model requires customers to register a bank account and use the registered account to make payments.
Was this page helpful?