Hi!
Im looking for a way to display the payer ID information that is in the Paypal IPN on a page for that specific user?
Currently, we have the PayPal IPN plug in and the AffiliateWP plug in. We set it up to show the payer ID on a specific page in order to create a tab in the affiliate area. However, it keeps just showing the payer ID of the first transaction that was recorded in the Paypal IPN plugin. We want it to only show that specific users payer ID. Is this possible by using the s2member plug in?
Thanks!
Paypal IPN Specific Information only for that User to be shown on page
Maybe best will be to save the latest PayPal IPN ID, create a mu-plugin file to do that. Catch the “Payment notification” (looks at “s2M -> API / Notifications” and read the help messages there). Then save that ID as user’s meta, and read it when you need it.