使用Android Payment Api验证真实身份和家庭住址

时间:2017-11-07 21:32:14

标签: android api payment

您知道是否有办法使用Google Android Payment Api获取有关用户的真实信息,例如电话号码,帐单邮寄地址和经过验证的付款方式?

1 个答案:

答案 0 :(得分:0)

检查FullWallet类:

https://developers.google.com/android/reference/com/google/android/gms/wallet/FullWallet

获取用户帐单邮寄地址:

getBuyerBillingAddress()

获取付款方式:

getInstrumentInfos()

getPaymentDescriptions()

获取电话号码很棘手。该主题中的更多细节:

Programmatically obtain the phone number of the Android phone