dongzuo4666 2017-01-12 00:54
浏览 14
已采纳

我应该如何使用PayPal构建帐户?

I am implementing PayPal HTML buttons on my website, and I want to know what would be the best practice for registering customers to use my website. Should I have users fill out information before they pay and validate their accounts once a payment is made? Or should I have them create an account after a payment is verified? Also, at what stage should I input any associated data from the customers into my database? Thank you for any tips/suggestions!

Edit: My website is an online software website where users will pay a monthly fee to have log in and software access.

  • 写回答

1条回答 默认 最新

  • duanpoqiu0919 2017-01-12 01:19
    关注

    To me, payment should always be the last action of the user cause if anything else goes wrong, you don't want to have to undo the payment. So let the user navigate your website anonymously if he wants. Then, when he wants to buy something, ask him to log (if he already has an account) or register (if he does not have the account), and then he can process the payment on paypal once he is authenticated. You will send his information to the database when he submits his account registration. If his submissions fails for some reason (missing field or whatever), he will have to do again until it works.

    Not sure that answers your question. Of course, that seems the most logical way to me, but there might be some cases where you want to do things differently (which I do not see right now)

    本回答被题主选为最佳回答 , 对您是否有帮助呢?
    评论

报告相同问题?

悬赏问题

  • ¥15 chaquopy python 安卓
  • ¥50 Kubernetes&Fission&Eleasticsearch
  • ¥15 有没有帮写代码做实验仿真的
  • ¥15 報錯:Person is not mapped,如何解決?
  • ¥30 vmware exsi重置后登不上
  • ¥15 易盾点选的cb参数怎么解啊
  • ¥15 MATLAB运行显示错误,如何解决?
  • ¥15 c++头文件不能识别CDialog
  • ¥15 Excel发现不可读取的内容
  • ¥15 关于#stm32#的问题:CANOpen的PDO同步传输问题