#taivo
1 messages · Page 1 of 1 (latest)
The sources property is expandable on the Customer object: https://stripe.com/docs/api/customers/object#customer_object-sources.
You can have the API return the list of sources by including it in the expand parameter when making the request for the Customer: https://stripe.com/docs/api/expanding_objects
Beauty thank-you, I will brush up on those docs!
Happy to help 🙂