#.juchom

1 messages · Page 1 of 1 (latest)

visual kayakBOT
#

Hello! We'll be with you shortly. Below are links to other discussions we've had with you in the past week in case you want to review that information. If your question is related to one of these previous discussions, please provide a comprehensive summary of the current state and what you need help with now. We help many users simultaneously, so a summary allows us to resolve your issue as soon as possible.

rich roost
#

Hi there 👋 just to double check, you are talking about setting the default payment method on the Customer object via invoice_settings.default_payment_method? (You can similarly set a default payment method at the Subscription object level).

If so, you are correct there is no way to do that automatically, you will need to build logic to determine when you want to update the default payment method on the Customer and trigger that update.

spark cipher
#

Ok, I'm already doing it for the Subscription when the card is expiring.

I will update my customer at the same time

#

Thanks