#Senhor-update-subscription-pm
1 messages · Page 1 of 1 (latest)
Hello
Can you share the subscription ID?
yes, but i am in testing environment
sub_1KU7dlKwiRvXVrL7KbWr1D8W
i can't figure out how to change the credit card associated to this sub; let's say my user wants to pay next month with a different credit card
Got it. Currently there's no payment method set on the subscription
You should/can update that using the default_payment_method parameter: https://stripe.com/docs/billing/subscriptions/build-subscription?ui=elements#default-payment-method
Create and manage subscriptions to accept recurring payments.
but i see
This payment has correctly configured pm_1KU7dwKwiRvXVrL7RXTnqUbo for future off-session payments
thanks, i'll give it a look and a try
Yep, the Payment Method is setup correctly (and it's attached to the related Customer)
But it's not set on the Subscription as the default_payment_method or as the default on the customer (invoice_settings.default_payment_method)
So currently any recurring payments for that subscription would fail
Oh, isee, thank you