#adminib
1 messages · Page 1 of 1 (latest)
@gleaming egret is there any way you can help me regarding question about my stripe account verification
just simple question
@fervent owl please ask in the thread I opened for you and not someone else's
@sinful river how would you define delinquent customers?
customers that have invoice charge failed. It is part of the customer object: https://stripe.com/docs/api/customers/object#customer_object-delinquent
Complete reference documentation for the Stripe API. Includes code snippets and examples for our Python, Java, PHP, Node.js, Go, Ruby, and .NET libraries.
Unfortunately that field isn't one you can search for in the Search API https://stripe.com/docs/api/customers/search
So your only other option would be to query/paginate the List API and filter your results on the delinquent property. https://stripe.com/docs/api/customers/list
ok thanks for help