通过 PayPal GetVerifiedStatus API 验证用户
我一直在尝试让 GetVerifiedStatus API 工作,但它就是不起作用。
我尝试过使用有效的电子邮件地址 http://www.dev-tool.com /pptester/NVP/CallType.aspx?ServiceID=51&CallTypeID=53 以及直接和通过curl,但它们都会给出“Api 凭据不正确”的错误。 有谁知道该怎么做?
然后我还有另一个问题,paypal说GetVerifiedStatus API 接受电子邮件、名字和姓氏。 (如中所述)
但是有这个 说他成功使用电子邮件、密码和签名验证了...有人知道密码和签名从哪里来吗?
谢谢
I have been trying to get this GetVerifiedStatus API to work but it just doesn't work.
I have tried using a valid email address on
http://www.dev-tool.com/pptester/NVP/CallType.aspx?ServiceID=51&CallTypeID=53
As well as directly and through curl but they all give error of 'Api credentials are incorrect'.
Does anyone know how to do it?
Then I have another question, paypal says that GetVerifiedStatus API takes in email,first name and last name. (as mentioned in )
However there is this guy who says that he verified using email, password and signature successfully... anybody has any idea where do password and signature comes in it from?
Thanks
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
您所指的链接正在谈论 API 用户名、密码和签名。
要使用 GetVerifiedStatus,您必须发送电子邮件、firstName、lastName 和 matchCriteria。
另请参阅 https://www.paypal-biz.com/development/ 第 63 页文档/PP_AdaptiveAccounts.pdf
The link you're referring to is talking about an API username, password and signature.
To use GetVerifiedStatus, you must send email, firstName, lastName and matchCriteria.
See also page 63 of https://www.paypal-biz.com/development/documentation/PP_AdaptiveAccounts.pdf
要使用 GetVerifiedStatus.php,您需要执行以下操作:
使用您在第 3 步中获得的凭据更新以下代码
希望这会有所帮助。
To use GetVerifiedStatus.php here is what you have to do:
Update the following code with the credentials you got from step 3
I hope this help.