I am using PayPal Mobile Payments Library to implement PayPal for Android using Adobe AIR.
When I am creating some PayPalPayment object for user to add an item to buy, how can I get that item in the callback function?
I want to be able to check is the transaction valid?
Thanks.
You can pass any additional custom data to identify your payment on your server side trow param:
payment.setCustomID(“some extra not visible data you can pass and it will come back in ipn callback URL to your server”);