How to connect asp.net website to the gateway for online transaction?
How to do transaction with the banks in asp.net c# website?
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.
Abhishek KumarPosted Feb 12, 2014, 8:01 AM
For connecting asp.net website to the gateway for online transaction below are the steps
1.Set up a online payment gateway account with payment gateway provider company.
2.Download and install .NET SKD from gateway provider.
3.Need to integrate asp.net apps with that SDK.
4.Send/Receive transaction request from the provider.
Thanks