Search code examples
node.jspaypalpaypal-sandbox

How to get paypal account type Rest Api?


I am using route /v1/identity/oauth2/userinfo to get user`s account info after they login by paypal. But i need to get their account_type to restrict using personal accounts on my platform.

i tried to use another route v1/identity/openidconnect/userinfo but result is the same (there is no account_type info)


Solution

  • That information is not returned by the Log in with PayPal integration and identity APIs.

    Perhaps you are looking for Seller Onboarding.