doujiang3997 2013-06-11 12:26
浏览 49

paypal电子邮件状态验证

I was looking for a way to check if a number of emails are PayPal verified or not other than the API method wich seemed way too complicated for a noob like me and i found this script wich uses https://www.paypal.com/us/verified/pal= to verify email adresses

but i just don't seem to get it to work i always get Login failed.so did paypal change the login? is there any other way to do this?

  • 写回答

1条回答 默认 最新

  • duanjianlu0506 2013-06-11 12:34
    关注

    The script you linked is wrong, and is meant for users browsing the PayPal website: "You must log in before you access this page.", so don't consider it.

    Calling cURL with sensitive data is also not safe and exposes you to sniffing by someone else: you need to use something which has encryption built-in.

    I suggest that you use the official API from PayPal: you'll need to work a little bit, but it's the best method, supported directly from the company and you'll be sure it will always work. You're working in a sensitive environment like on-line payments, so this is very important.

    If you have any problem implementing the API, ask here for help ;)

    评论

报告相同问题?

悬赏问题

  • ¥15 vue3加ant-design-vue无法渲染出页面
  • ¥15 matlab(相关搜索:紧聚焦)
  • ¥15 基于51单片机的厨房煤气泄露检测报警系统设计
  • ¥15 路易威登官网 里边的参数逆向
  • ¥15 Arduino无法同时连接多个hx711模块,如何解决?
  • ¥50 需求一个up主付费课程
  • ¥20 模型在y分布之外的数据上预测能力不好如何解决
  • ¥15 processing提取音乐节奏
  • ¥15 gg加速器加速游戏时,提示不是x86架构
  • ¥15 python按要求编写程序