问题
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