我使用MassPay Paypal API付款。 我能够测试它并使用沙盒帐户工作得很好。 问题是我找不到一种方法来确定收到钱的电子邮件是否是有效的PayPal电子邮件。 我使用假电子邮件对其进行了测试,并且从付款人沙箱帐户中获取了资金,即使电子邮件(应该收到钱的电子邮件)没有关联的PayPal帐户,并且API响应就好像它是成功的要求。 我找到了这个method to get the verification status of an account,但是文档中没有太多信息或任何其他信息可以帮助我理解这是我正在寻找的内容或如何应用它。
答案 0 :(得分:0)
您需要在PayPal自适应帐户下使用名为GetVerifiedStatus API Operation的API操作。请参阅以下内容:
https://developer.paypal.com/docs/classic/api/adaptive-accounts/GetVerifiedStatus_API_Operation/
https://developer.paypal.com/docs/classic/adaptive-accounts/gs_AdaptiveAccounts/
示例API请求: API终点:https://svcs.sandbox.paypal.com/AdaptiveAccounts/GetVerifiedStatus requestEnvelope.errorLanguage = en_US& emailAddress = email@test.com& firstName = Firstname& lastName = Lastname& matchCriteria = NAME