简体   繁体   English

How to check that given email is valid paypal email id or not without using Adaptive API or App ID in PHP

[英]How to check that given email is valid paypal email id or not without using Adaptive API or App ID in PHP

I want to send money to a user's email id which should be a Valid PayPal Email ID .我想汇款到用户的 email id 应该是Valid PayPal Email ID So before sending money to user's email id, I want to check that the user has account on PayPal or not.因此,在向用户的 email id 汇款之前,我想检查用户是否在 PayPal 上拥有帐户。

There is a "GetVerifiedStatus" API to check for valid PayPal id.有一个“GetVerifiedStatus”API 来检查有效的 PayPal id。 But this API use App ID and now PayPal is not providing App ID.但是这个 API 使用 App ID,现在 PayPal 不提供 App ID。 I am not able to find any correct method to check whether given email id is valid PayPal id or not.我找不到任何正确的方法来检查给定的 email id 是否有效 PayPal id。

You could use Connect with PayPal to have the receiving user log in with an actual PayPal account before sending money to that email.您可以使用Connect with PayPal让接收用户使用实际的 PayPal 帐户登录,然后再向该 email 汇款。 This is the only way to know a PayPal account exists at that email.这是了解 email 中存在 PayPal 帐户的唯一方法。

(PayPal allows sending money to email addresses that have no PayPal account associated, and in that eventuality will return the funds in 30 days if not claimed by the owner of that email address. Reminder emails are sent.) (PayPal 允许向没有关联 PayPal 帐户的 email 地址汇款,如果该 Z0C83F57C786A0B4A39EFAB23731C7EBC 地址的所有者未声明,则可能会在 30 天内退还资金。)

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

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