#Elmo
1 messages · Page 1 of 1 (latest)
Are they being charged on the old PM on recurring subscription payments?
Can you share the sub_xxx?
Could be set as the default_payment_method on the Subscription, which would take precedent
I see, is this possible to change on the dashboard...or only on the api?
Can maybe be done via Dashboard yeah
Checking
So pi_3MUKfRHH6VoBAgwZ0yu8XJAa used pm_1L3HW1HH6VoBAgwZRKPLVwnx which was the default_payment_method on the subscription up until ~an hour ago
The customer (https://dashboard.stripe.com/customers/cus_Lkn6lhPNoiisxK) has a default_source set: src_1LGM6wHH6VoBAgwZJRFPoHAj which ends in 1003
Sign in to the Stripe Dashboard to manage business payments and operations in your account. Manage payments and refunds, respond to disputes and more.
pm_1L3HW1HH6VoBAgwZRKPLVwnx ends in 3301
default source?
Not sure which is old/new, but they aren't the same card
when I look at the subscription it shows the one ending 1003 as default
We charged the default_payment_method on the Subscription (pm_1L3HW1HH6VoBAgwZRKPLVwnx) as that takes precedence over any default PMs on the Customer
It does now, yep. As stated the default PM on the Subscription was unset an hour ago
But at the time of that payment (a month ago) it wasn't
oh ok....I will check with the team
PRobably, my team had it as default on the customer, but not on the subscription....one hour ago they deleted the old pm and then it probably changed the subscription. They were not aware that we need to change it in both
Yep, default_payment_method takes precedence over any Customer default:
ID of the default payment method for the subscription. It must belong to the customer associated with the subscription. This takes precedence over default_source. If neither are set, invoices will use the customer’s invoice_settings.default_payment_method or default_source.
https://stripe.com/docs/api/subscriptions/object#subscription_object-default_payment_method
Complete reference documentation for the Stripe API. Includes code snippets and examples for our Python, Java, PHP, Node.js, Go, Ruby, and .NET libraries.
Now that is unset, the default_source on the Customer (which I assume is the new card) will be used