I am trying to connect user accounts with their PayPal account.
The issue that I am facing is that after users give their consent, and PayPal returns to the return url, I am not able to match the PayPal account to our account as there might be a different email address associated with the PayPal account than the one used on our system.
Can I somehow pass an extra param like a user_id
to PayPal and have it returned back on the return url?