我们通过CustomerSession设置了客户默认来源
CustomerSession.getInstance().setCustomerDefaultSource(
this,
customerSource.getId(),
customerSource.getSourceType(),
listener);
但是我可以设置为null还是删除默认客户来源?
答案 0 :(得分:1)
您不能(通过任何方式)使用Stripe Android SDK通过CustomerSession或PaymentSession删除源。您需要通过后端进行操作。