#chocnut28
1 messages · Page 1 of 1 (latest)
What do you mean by I'm doing an API call to charge the end-point
sorry I was querying charge end-point
to retrieve data using chargeIds however I have 3k data
and I'm getting 429 response.
Yeah we have rate limits
is there a solution to do an anternative query?
Why do you need to do that in the first place though?
I'm investigating a payment transfer to check the 'destination' field was correct
on my initial query to the API I'm seeing 'null' values
and wanted to know how many of these are null
How are you querying charges exactly? Are you retrieving them by id individually?
Oh don't do that
Use this instead: https://stripe.com/docs/api/charges/list
Complete reference documentation for the Stripe API. Includes code snippets and examples for our Python, Java, PHP, Node.js, Go, Ruby, and .NET libraries.
reading on it thanks
That lists all charges
But if you have a list of charge id's and only want to query those, then you'll just need to add some sleep or delay in between each request to avoid rate limit
I have a list of charges
so you mean to say given the list I can filter by id right?
No
If you only want to retrieve the ones in your list, then what you're currently doing is the best way
you'll just need to add some sleep or delay in between each request to avoid rate limit
right
how long is the rate limit last?
I'm afraid to do a request since it might add more rate limit timing
last question @normal mulch can Stripe help us to query it instead of us calling the API it's kinda urgent tho,
Not from here at least
You could write into support
But they'll take time to get back to you
Find help and support for Stripe. Our support site provides answers on all types of situations, including account information, charges and refunds, and subscriptions information. Get your questions answered and find international support for Stripe.