Thank you for reply. We've got checked every attribute in paypal settings http://prntscr.com/iogav6 Despite that data we received doesn't contain given_name, but only full name. This is full data response we receive: [response (Varien_Object)] => Array ( [language] => en_US [verified] => true [phone_number] => 9392019686 [locale] => en_US [zoneinfo] => Europe/Berlin [email_verified] => true [name] => Vzale test [email] => [deleted] [birthday] => 1975-10-10 [user_id] => https://www.paypal.com/webapps/auth/identity/user/X-FoVImOvc7FHcerX2Z1awR3At5PYPhkiclTYSbXFpQ ) Furthermore this setup worked for a few months, and suddenly both test env and production (separate accounts, separate servers, erc) stopped returning data they used to before. Scopes used are: openid email profile address phone
... View more