#andrea-installment
1 messages · Page 1 of 1 (latest)
Hi there!
Can you clarify what you mean by
having trouble paying a subscription
Also could you share the subscription ID?
is it possible to charge this installment on another card?
Yes you can always ask the customer to add a new payment method, and then update the default payment method of the subscription.
if I update the dafault payment method of the subscription, then the installment will be charged on the new card?
Subscription will try to pay invoices using the subscription default payment method: https://stripe.com/docs/api/subscriptions/object#subscription_object-default_payment_method
If it's not set, then the subscription will try to pay the invoices using the customer default payment method: https://stripe.com/docs/api/customers/object#customer_object-invoice_settings-default_payment_method
is it possible to set it via Stripe Dashboard?
i mean the the subscription default payment method
you can change the customer default payment in the dashboard
so if the default payment method is set on the customer, you can change it form the dashboard
if the default payment method is set on the subscription, I don't think you can change it from the dashboard
ok, and can I manually trigger the charge when user insert the new card or i have to wait the automatic charge?
So just so I understand correctly: you have an existing subscription where the last invoice payment failed, and you want to add a new default payment method in the dashboard?
yep
When looking at the invoice in the dashboard there should be a "retry charge" button
i'm trying to pick the payment failed but is known that filters in Dashboard are buggy?
i can't remove filter on status
even if i change by URL https://dashboard.stripe.com/payments?status[]=successful and i remove the query string
the filter will appear another time
ok probably because I was in the successful tab and not on "all" tab
but that's not clear at all
ok I saw the "retry charge" button but i think if i click it will charge on the old card
ok probably because I was in the successful tab and not on "all" tab
yes makes sense.
ok I saw the "retry charge" button but i think if i click it will charge on the old card
give me a few minutes to try this
u tried?
sorry for the delay, Discord is busy. I'll have a look soon. But have you tried on your end?
Really sorry for the delay! But I just managed to test this.
When you click on the "retry charge" button, you will get a popup to chose which Payment Method to charge:
So yes, if an invoice is past due, you can add a new default payment method to the customer in the dashboard and then click on the "retry charge" when looking at the invoice.