#szef0
1 messages · Page 1 of 1 (latest)
No, there is not any way to get that list directly from the API
But you could potentially query that using Sigma:
https://stripe.com/docs/stripe-data/access-data-in-dashboard
I want to fix my Overdue Subscriptions that doesnt have default payment method set
what would be the best approach?
Fix in what way? Just setting the subscription or customer invoice default payment method?
yes we want to set customer invoice default payment method for every customer, because we were sure that it is set by default if there is only one
The old Sources API would do that, but payment methods must be set explicitly
You can update those customers to set their invoice default:
https://stripe.com/docs/api/customers/update#update_customer-invoice_settings-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.