#specter_api
1 messages ¡ Page 1 of 1 (latest)
đ Welcome to your new thread!
â˛ď¸ We'll be here soon! Typically we respond in a few minutes, but sometimes we might take a bit longer if the server is busy or if you have a particularly tricky question.
âąď¸ We close idle threads, which makes them read-only. Once a thread is closed it won't be reopened, but you can always start a new thread if you have another question.
đ This thread will always be available, even after it's closed. You can find it again using Discord's search, or you can save this link: https://discord.com/channels/841573134531821608/1400928636735062152
đ Have more to share? Add more details, code, screenshots, videos, etc. below.
thanks
Can you provide a request ID
1 second
im looking for it, i know we are using using Stipe PHP sdk using \Stripe\Customer::all($params)
You can find the API request ID in the dashboard by navigating to the Logs, or if you have access to network requests, this is found in the response headers as Request-Id [0].
[0] https://support.stripe.com/questions/finding-the-id-for-an-api-request
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.
req_JUD7RTE9yOwjed
Thenrequest you share doesn't appeared to have timed out.
ok i think we tried many
but the issue is if we request more than like 100 people
it takes forever
or it crashes
Gotcha. I'm not seeing anything on our end. I recomend reducing the number of folks you're attempting to get in a single call.
well the issue is we have 8000 people
if we try more than 100
it freezes
so it would take like 8 hours
to export eveyrone
that can't be right
We limit the number of objects that can be returned in a single call to 100 [0].
[0] https://docs.stripe.com/api/customers/search#search_customers-limit
Complete reference documentation for the Stripe API. Includes code snippets and examples for our Python, Java, PHP, Node.js, Go, Ruby, and .NET libraries.
so we have to do 80 calls then?
is there a different/easier/faster method to retrieve payment tokens for all our subscribers then?
this will take forever
We may be able to assist [0]. I recommend reaching out to support at support@stripe.com
[0] https://docs.stripe.com/get-started/data-migrations/pan-export#migratable-data
Not sure, you'll have to reach out to them.
so no other ways other than this?