简体   繁体   English

PayPal 电子邮件状态验证

[英]PayPal email status verification

I was looking for a way to check if a number of emails are PayPal verified or not other than the API method which seemed way too complicated for a noob like me and I found this script which uses https://www.paypal.com/us/verified/pal= to verify email addresses.我正在寻找一种方法来检查一些电子邮件是否经过 PayPal 验证,除了 API 方法对于像我这样的菜鸟来说似乎太复杂了,我发现这个脚本使用https://www.paypal.com/us/verified/pal=验证电子邮件地址。

but I just don't seem to get it to work I always get Login failed.但我似乎没有让它工作我总是登录失败。 Did PayPal change the login? PayPal 是否更改了登录名? Is there any other way to do this?有没有其他方法可以做到这一点?

The script you linked is wrong, and is meant for users browsing the PayPal website: "You must log in before you access this page."您链接的脚本是错误的,适用于浏览 PayPal 网站的用户: “您必须先登录,然后才能访问此页面。” , 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.使用敏感数据调用 cURL 也不安全,并且会使您暴露于其他人的嗅探中:您需要使用内置加密的东西。

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.我建议您使用 PayPal 的官方 API:您需要做一点工作,但这是最好的方法,直接由公司提供支持,您将确保它始终有效。 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 ;)如果您在实现 API 时遇到任何问题,请在此处寻求帮助;)

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM