Hello @RyGuy3,
Thank you for posting to the PayPal Community.
For Rest API the Log in with PayPal API has account verification built into the API.
Here are the details: https://developer.paypal.com/docs/log-in-with-paypal/integrate/
Here is the API call that responds with the Account Verification status: https://developer.paypal.com/docs/api/identity/v1/#userinfo_get
The response includes the following: "verified_account": true,
Here are the steps to enable your Sandbox Rest API App for Log in with PayPal
Log into the developer dashboard at https://developer.paypal.com
Click on My Apps & Credentials
Click on your Rest API Sandbox App (or create a new one by clicking create app)
Click on the box next to Log in with PayPal
Click on Advance Options
Click the box next to the information you need, including Account verification status
Add a Privacy policy URL (for sandbox can be any url)
Add a user agreement URL (for sandbox can be any url)
Save changes
Thank you,
Jennifer
... View more