From this article on CodeGuru about IPN PayPal, I see that there are two fields: payer_email and payer_id, which can be used to identify the user. Is there anything else I'm missing? Do you use these fields to identify the user or how to do this?
thank
I used the 'custom' variable to store the user id on my system. Then, when the ipn notification returns to my site, I use the value in "custom" to search and identify the user when processing ipn.
, , , , "" paypal.
Source: https://habr.com/ru/post/1728309/More articles:The Value field can be one of four different types - the best design? - javaКак создать структуру автоматизации для базы данных - databasehaskell exercise, type detection and protection - haskellJSLint No need to initialize undefined - javascriptHow to force screen refresh for UIScrollView from a stream / function other than UI (iPhone) - iphoneThe dangers of using anchors instead of I / O - javascriptкак аннотации java работают с spring, проверяются ли они во время выполнения или при запуске? - javaSQL Server Integration Services - adding a parameter to an SQL statement - sql-serverwhere can i get the springs source code? - javaString reference is not updated when a function is called in C ++ - c ++All Articles