How to Verify Paypal Account via REST API

拈花ヽ惹草 提交于 2020-01-05 11:36:19

问题


In my iOS application i am using paypal, so, when user going through signup process i need to verify his paypal account is vaild or not. i am using the rest API but didn't see any API related to this.


回答1:


Still there is no way in REST API's to check the validity of a PayPal account by just providing the email address and name .As of now it can only be done using "GetVerifiedStatus" classic API .

https://developer.paypal.com/docs/classic/api/adaptive-accounts/GetVerifiedStatus_API_Operation/



来源:https://stackoverflow.com/questions/33950529/how-to-verify-paypal-account-via-rest-api

标签
易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!