#allianceRes

1 messages · Page 1 of 1 (latest)

last wraithBOT
haughty drift
#

Yeah most likely the old payment method is still attached to the sub

#

Can you share the subscription id?

keen void
#

sub_1MWKkkGfA2lQACd1d0LcFs10

haughty drift
keen void
#

I mean if I add default_payment_method when I update my customer Stripe wont pay the last invoice with th new card automatically?

raven venture
#

Hello 👋
Taking over here

#

As far as I know, we don't retry if all the retry attempts have been exhausted for the invoice

keen void
#

OK

#

another question,
when I attach a new card to the customer, Stripe will use it for the future paiement of the subscription?

raven venture
#

It has to be set as a default payment method in order for us to charge it in future.

keen void
#

using invoice_settings.default_payment_method?

raven venture
#

yup

keen void
#

can you please, check which card is the default for my subscription: sub_1MWKkkGfA2lQACd1d0LcFs10

raven venture
#

It looks like the default here is whatever's default on the customer

You can take a look at this yourself too

keen void
#

Because I updated the cutomer without using invoice_settings.default_payment_method
so what is this parameter for if my card has automatically become the default?

raven venture
#

Because I updated the cutomer without using invoice_settings.default_payment_method
What do you mean by that?

keen void
#

when I updated my Customer I did not use this parameter

#

But I see that the new card is now the default mayment method for this Customer

raven venture
#

Ah you're using default_source

keen void
#

so what's the usefulness of invoice_settings.default_payment_method

raven venture
#

You're using the legacy Tokens/Sources API

#

to store the card