#GK-subscription-list
1 messages · Page 1 of 1 (latest)
GK-subscription-list
Hey @still olive Unfortunately there isn't really a straightforward way of doing this. The default PaymentMethod is per Customer so you would usually call the List Subscriptions API https://stripe.com/docs/api/subscriptions/list and pass that Customer id cus_123 to list its Subscriptions and you should be able to check the default_payment_method on each one and then update as needed
An alternative would be to put the default PaymentMethod id on the Customer itself instead of per-subscription
Alright thank you koopajah for the fast reply 🙂