#eblackey
1 messages · Page 1 of 1 (latest)
I don't know if there is a good endpoint for this but am looking. Can you tell me a bit about what you are trying to do here?
Yes, I'm trying to programmatically get what Stripe offers at this URL: https://dashboard.stripe.com/uncharged_sources
Gotcha, looking in to if there is a way to do that generally for an account via the API.
I'm not finding and API call for this unfortunately. Going to consult some colleagues and will get back with what I can find
Unfortunately it looks like we don't have a way to list those via the API. It looks like the recommended path is to save the IDs as they come in on source.chargable events. So that would be the way to keep track of this going forward