Hello
i am working on payment gateway but i want to create it on a dummy payment gateway for testing in asp.net mvc,
Is there any website or module for that
thanks in advance
Hello
i am working on payment gateway but i want to create it on a dummy payment gateway for testing in asp.net mvc,
Is there any website or module for that
thanks in advance
Know the answer? Post it — somebody with the same question will find it here.
Sign in to answer this question
It is the same account you read, post and publish with — and you will come straight back to this page.
Pankajkumar PatelPosted Nov 25, 2022, 5:30 AM
Hi Garima Bansal,
For explains payment gateway using Razorpay in MVC you can refer:
Hope, this will help you!
Amit MohantyPosted Nov 25, 2022, 5:17 AM
Check the below links
https://qawithexperts.com/article/asp-net/implementing-payment-gateway-in-c-aspnet-core-mvc-razorpay-e/407
https://github.com/dotnettec/razorpay-payment-gateway-integration-in-aspnet
Garima BansalPosted Nov 25, 2022, 5:03 AM
Is there any site which explains payment gateway using Razorpay in MVC
Pankajkumar PatelPosted Nov 24, 2022, 5:56 AM
Hi Garima Bansal,
For dummy payment gateway you can use sandbox.
For example you are using PayPal. The PayPal sandbox is a self-contained, virtual testing environment that simulates the live PayPal production environment. The sandbox provides a shielded space where you can initiate and watch while your apps process PayPal API requests without touching any live PayPal accounts.
For more details:
Hope, this will help you!