#akii-default-card
1 messages · Page 1 of 1 (latest)
Hi there! If you add a Payment Method to the Setup Intent, then it will be the default for that Setup Intent, but if you want to set default for the Customer there's no way to do this in a single query, you will need to explicitly set the default on the customer via a separate call.
ohkay got it. One more query, so to explicitly set the default on the customer, do i do this?
CustomerUpdateParams params =
CustomerUpdateParams.builder().setDefaultSource(cardId).build();