Click here to Skip to main content
15,887,135 members
Please Sign up or sign in to vote.
1.80/5 (2 votes)
See more:
Please help me how to integrate payu in asp.net (c#)
Posted

Go to the below link there are a lot for developers which will be helpful for integration.

https://www.payu.co.za/for-developers[^]

First read the document PayU Advanced RPP, there will be three methods for transaction.

1)Set Transaction
2)Do Transaction
3)Get Transaction

ReturnUrl --> your merchant url, to which the payu returns after transaction completes.

They used SOAP concept, which is also xml but not plain old xml(pox).

Some samples are provided in the above link.

Demo also shown in that part.

After seeing that you will be clear with the transaction process.



I wish you could have fiddler software for watching your request and response, which will be very useful.



Try it.
 
Share this answer
 
v2
First you have to goto payumoney.com
There you have to click on Signup
then have to select i am a merchant.
After that it will go inside after filling all details like email etc
From there u can proceed.
PAN No and Account no should give correct ones.
If you get regarding any doubts then u can contact technical team they will provide all details
 
Share this answer
 
 
Share this answer
 
v2
Comments
naren programmers 15-Mar-13 6:15am    
i want to know how to integrate payu in asp.net (c#)
https://www.payu.in/index

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900