这是 checkout 完成时返回的结果。我无法从此dropui提取付款人id。
DropInResult result = data.getParcelableExtra(DropInResult.EXTRA_DROP_IN_RESULT);
String nNonce = result.getPaymentMethodNonce().getNonce();
String typeLable = result.getPaymentMethodNonce().getTypeLabel();
String payment_type = result.getPaymentMethodType().getCanonicalName();
String deviceData = result.getDeviceData();
暂无答案!
目前还没有任何答案,快来回答吧!