问题描述
我想验证我拥有的服务的帐户.看来美国的所有帐户都可以使用,但是海外某人尝试验证其帐户后,api就会失效.
I'm wanting to verify accounts for a service I have. It seems all the accounts from the USA work, but as soon as someone from overseas attempts to verify their account the api doesn't work.
我收到错误580022: Cannot determine PayPal account status
.每个区域是否彼此隐藏?
I am receiving the error 580022: Cannot determine PayPal account status
. Is each region hidden from each other?
推荐答案
在验证国际PayPal帐户方面也没有此类限制.确保您传递了正确的电子邮件地址和名n姓氏.
There is no such restriction on verifying the international PayPal accounts too . Make sure you have passed the correct email address and the first n Last name .
我刚刚尝试验证特立尼达和多巴哥"帐户,对我来说效果很好.
I just tried to verify a "Trinidad and Tobago" account and it worked fine for me .
除此之外,请确保如果此人也有中间名,则不要将其包括在API调用中.只需传递名字和姓氏即可.
Apart from that make sure that if the person has middle name as well then don't include it in the API call . Just pass the first and the last name .
这篇关于PayPal的GetVerifiedStatus是否属于api调用者所在的国家/地区?的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!