#Mitri
1 messages · Page 1 of 1 (latest)
hello! can you elaborate more on what you mean by change their payment details? do you mean add a new card, or update the card details?
can you explain more on why would you want to do that?
even if a customer updates their billing address, you want to try to charge it?
It's hard to explain, but basically i have a subscription set the for user
But sometimes the user doesn't have a card for that subscription
So i don't want to wait for it to charge again, I want to charge directly when he updates it
Let me know if that makes more sense
When they update what? Their payment method?
Correct
Just for the first time, and then I can disable charging them again programatically if they decided to change it again.
We wouldn't automatically retry invoice payments after the customer adds their card for the first time. You'd need to manually prompt the for payment, either via the HIP or in your application by using the Payment Intent with confirmPayment.