Click here to Skip to main content
15,905,508 members
Please Sign up or sign in to vote.
1.00/5 (1 vote)
See more:
how can show the Payment TransactionDetails from My Website in asp.net,

User can Payment Then Given TransactionDetails in user Profile .....??????
Posted
Comments
Tom Marvolo Riddle 31-Jan-14 2:00am    
Please describe your problem.These details are not enough to get proper/exact solutions
krishna97 31-Jan-14 2:03am    
User Profile can Show Transaction Details Payment Pending or Successfully show in User Profiles
Tom Marvolo Riddle 31-Jan-14 4:20am    
Solution posted.Try it and let me know if you have any issues in it
Xavi Giqwa 31-Jan-14 3:46am    
you will need to clearly describe your question and show what you have and what you want to do.

Your Question is not clear enough
Let us Assume, some products are purchased by the customer.You can get the Order details such as Total no of products,product cost,billing details etc ...in your website.Before redirection to the payment page get the "selected" product details,customer profile details and store it in db.

Then you are redirected to Payment Gateway service provider page.There customer enter the Banking Details and payment get processed.

Note:
Don't Store Customer Bank details in your Database(It's not recommended)

Once the payment is successful you can get the Response code,Transaction status,Billed amount etc..from the provider.Then perform the Database operation.If Transaction is succesful then update the order status in db and show it in User profile.

Contact the Payment gateway service provider to get more details
Start Here:
Introduction to PayPal for C# - ASP.NET developers[^]
Use of the PayPal payment system in ASP.NET[^]
PayPal Gateway Integration in ASP.NET[^]
 
Share this answer
 
v3

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