android - How to get buyer's info in PayPal Mobile SDK -


I'm using PayPal Mobile SDK for Android and I'm surprised that after the payment is successful, How can I get buyer's information in .

Looking at the Onactivity Result () method on the "Confirmation" object, there is information about the seller, payment of amount, currency, state etc., but I did not know how I can get the buyer's information Do, e.g. email, etc.

When you confirm mobile payments, you are doing a lookup of payment processing. What you come back in response to that lookup will be available to the buyer's information from that transaction. More information can be found on seeing payment resources.

Comments

Popular posts from this blog

Verilog Error: output or inout port "Q" must be connected to a structural net expression -

jasper reports - How to center align barcode using jasperreports and barcode4j -

c# - ASP.NET MVC - Attaching an entity of type 'MODELNAME' failed because another entity of the same type already has the same primary key value -