user_1357
user_1357

Reputation: 7940

Validate an email is linked to a valid PayPal account

Is there an ability to verify if the the user has a valid email address linked to the PayPal account and also if possible to check if this account has Grant API permission (toward my account) to process Refund API? Profile to refund is Payment profile is created through AdaptivePayment Pay API call.

I was wondering if this is possible through an API call?

Thanks

Upvotes: 1

Views: 2676

Answers (1)

user_1357
user_1357

Reputation: 7940

You can use PayPal GetVerifiedStatus API Operation will check for the verified status of the paypal account. You can also use Permissions API Operation to explicitly get/check the permissions granted for the specific PayPal account.

Upvotes: 3

Related Questions