需要代码来实现PayPal身份验证 [英] Need code to implement PayPal authentication

查看:291
本文介绍了需要代码来实现PayPal身份验证的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我们的客户要求我们在我们的项目中实施PayPal身份验证.我们实施了表单和Windows身份验证.我是PayPal身份验证的新手.我无法找到要在Google搜索中实施的步骤.

一次登录,通过贝宝网关付款时,用户无需再次登录.这是实现此PayPal身份验证的优势.

我正在尝试以此实现PayPal API签名,但我可以转到PayPal登录页面,但不能从那里重定向到main.aspx页面.

在此先感谢您的帮助.

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.

推荐答案

Paypal必须提供了包含所有集成细节的pdf.
Paypal must have provided you a pdf which has all the details of integrating.


用户将查看付款信息,如果一切正常,请输入登录凭据. 此后,当您调用SetExpressCheckout时,PayPal会将他重定向到您使用RETURNURL指定的URL.
当您的RETURNURL被击中时,您需要调用GetExpressCheckoutDetails方法并查看实际事务的详细信息.确认一切都井井有条.

C#PayPal简介-ASP.NET开发人员 [
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[^]


这篇关于需要代码来实现PayPal身份验证的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆