#pradeep_23356
1 messages · Page 1 of 1 (latest)
Hello, can you tell me more about what you are trying to get a count of?
A count of how many successful payments you have had?
You could use our search API to look up payments with a status of success
https://stripe.com/docs/api/payment_intents/search
Keep in mind that you would need to make this call multiple times to page through all of your successful payments, assuming you have more than 100
Complete reference documentation for the Stripe API. Includes code snippets and examples for our Python, Java, PHP, Node.js, Go, Ruby, and .NET libraries.
you mean thre is no way to get count of total succesfull payments at one api call ?
Correct