Paypal 付款和.NET 确认/检查页面

发布于 2024-10-12 07:36:44 字数 513 浏览 4 评论 0原文

你好,

有没有办法支付订阅费用,然后在 PayPal 确认后从 PayPal 重定向到订阅者网站以完成注册?

可以使用其中任何一个吗?

选项 1:

  1. 单击订阅者网站上的图标 1 个月订阅
  2. 通过 Paypal Express 付款
  3. 重定向到网站并确认已付款,并提供到期日期和确认码
  4. 注册帐户并完成

选项 2:

  1. 单击订阅者网站上的图标 1 个月订阅
  2. 通过 Paypal 付款Express
  3. Paypal 会生成唯一的确认代码,
  4. 买家会保存该代码或写下来。
  5. 买家将返回订阅者网站并单击我们的注册。
  6. 注册时会有登录名、密码和贝宝确认码字段。
  7. 点击“注册”按钮后,会有代码查询 Paypal 是否有该电子邮件的付款确认,
  8. 如果成功则完成订单。

这可以吗?

谢谢。

ello,

is there a way to pay for subscription and then after PayPal confirmation to redirect from PayPal to subscribers website to finalize registration?

Is it possible to use any of these?

Option 1:

  1. Click on subscribers website on icon 1 month subscribe
  2. Pay by Paypal Express
  3. Redirect to website and confirm it has been paid with expiry date and confirmation code
  4. Register account and finish

Option 2:

  1. Click on subscribers website on icon 1 month subscribe
  2. Pay by Paypal Express
  3. Paypal generates unique confirmation code
  4. Buyer would save that code or write it down.
  5. Buyer would go back to the subscribers website and click our registration.
  6. In registration there would be login, password and paypal confirmation code fields.
  7. After clicking "register" button the there would be code which would query Paypal whether there is payment confirmation with that email
  8. If success then finalize order.

Is this possible to do?

Thanks.

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

吃→可爱长大的 2024-10-19 07:36:44

PayPal 为您提供重定向回确认页面的选项。我将设置 .aspx 确认页面,并检查以确保用户从 PayPal 重定向到该页面。这应该可以验证付款已完成。您可以在后面的代码中编写逻辑,以确认引用页面是 PayPal,如果不是,则将其重定向回您的主页。此设置只需要您编写很少的代码,并且将他们从 PayPal 重定向回您的确认页面的唯一方法是他们成功付款。

PayPal offers you the option to redirect back to a confirmation page. I would setup the .aspx confirmation page, and check to insure that the user is be redirected to the page from PayPal. That should validate that there payment went through. You can code logic in the code behind to confirm the referring page is PayPal, and if not then redirect them back to your home page. This setup would require very little coding on your part, and the only way they would be redirected back to your confirmation page from PayPal, is that they successfully made a payment.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文