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
Post a Comment