#chokies
1 messages · Page 1 of 1 (latest)
You can use this endpoint to list a Customer's Payment Methods https://stripe.com/docs/api/payment_methods/customer_list
Complete reference documentation for the Stripe API. Includes code snippets and examples for our Python, Java, PHP, Node.js, Go, Ruby, and .NET libraries.
yes already using that one but how will i know which is the default source?
You can retrieve the Customer and it will be on their default_source or invoice_settings.default_payment_method property
got it thank you