Click here to Skip to main content
15,884,298 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Our client asked us to implement PayPal authentication in our project. We implemented forms and windows authentication. I am new to PayPal Authentication. I am not able to find steps to implement in google search.

One time log in, user need not log in again when payment through PayPal gateway. This is the advantage to implement this PayPal authentication.

I am trying to implement PayPal API signature with this I am able to go to PayPal login page but from there I am not able to redirect to main.aspx page.

Thanks in advance any help.
Posted

Paypal must have provided you a pdf which has all the details of integrating.
 
Share this answer
 
The user will review payment information, and if everything is OK, enter the login credentials. After this, PayPal will redirect him to the URL you specified with RETURNURL when you called SetExpressCheckout.
When your RETURNURL is hit, you need to invoke the GetExpressCheckoutDetails method and see the details of the actual transaction; verify that everything is in order.

Introduction to PayPal for C# - ASP.NET developers[^]
 
Share this answer
 

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