Be part of JetBrains PHPverse 2026 on June 9 – a free online event bringing PHP devs worldwide together.

haneez's avatar

Check if email address is verified on PayPal

I would like to know if there is a way to check if an email address is verified on PayPal.

I found this option on the API, would like to know if there is a package that can do this. https://developer.paypal.com/docs/classic/api/adaptive-accounts/GetVerifiedStatus_API_Operation/

0 likes
3 replies
jekinney's avatar

If I remember right, upon sending a request, the response has a validation Boolean for email.

But this limits your payments to people with accounts only. So someone why is trying to pay with a c/c with out an account will not have as much info.

1 like
bashy's avatar

I don't think there's a need to verify the email is there?

haneez's avatar

Its for an earnings withdrawal app. Just trying to minimise user errors.

Please or to participate in this conversation.