#rarcif
1 messages · Page 1 of 1 (latest)
You can use the Search API for this: https://stripe.com/docs/api/charges/search
status is a supported field for Charges: https://stripe.com/docs/search#query-fields-for-charges
so if I want to get all charges for a specifc user I can use the search function?
Yes, you can search for a customer & status together
ok thank you very much