Hello everyone, I am looking to integrate Paypal with my app and looking to connect with user's Paypal account using Connect with Paypal to identify and get info about user (mostly paypal id and verified state). I tried to use the Connect with Paypal button (https://developer.paypal.com/docs/connect-with-paypal/) to get the user to login to their paypal to get their paypal id and link that paypal id to their account on my app. This will be used to transfer money/pay to the user, if required. Is there any example on how to achieve this? The problem I have is, when I redirect the user using the Connect with Paypal button, I dont know how to link the user who clicks the button as I can't pass any info that can connect this user to the response that my backend will get. Appreciate if someone can help me on this. Thanks.
... View more