Basically I want my users to associate PayPal account in their accounts for identify verification purposes. I am developing a marketplace site and wanted to integrate paypal as my identity verification procedure.
Is there a way to verify email address, first name and last name using PHP like using $_GET
variables or $_POST
variables? If there is can you show me how?
I tried search and I get Adaptive Accounts GetVerifiedStatus
API. But that totally new to me, I don't know where and how to start.
Complete the verification process by typing in the EXPUSE number and clicking on the Verify Account link button. You will then receive a confirmation email from PayPal in your inbox regarding successful verification. The refundable fee of $1.95 will then be deposited to your PayPal account.
Your best bet here is to make them start, but not complete, an Express Checkout. A normal Express Checkout (referencing Classic but REST works the same way) looks like this
PAYERSTATUS
, which will tell you if their PayPal account is verified or notYou could implement GetVerifiedStatus API to determine whether the specified Paypal account's status is verified or unverified.
To use that API, you need to submit the application request to Paypal for approval first. Submission portal link here.
Then use the GetVerifiedStatus API call directly, refer to API request fields,link.
Sample SDK download link.
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With