#kelly_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/1384602127631908975
๐ Have more to share? Add more details, code, screenshots, videos, etc. below.
Below are links to other discussions we've had with you in the past week in case you want to review that information. If your question is related to one of these previous discussions, please provide a comprehensive summary of the current state and what you need help with now. We help many users simultaneously, so a summary allows us to resolve your issue as soon as possible.
- kelly_charges-list-request, 32 minutes ago, 24 messages
Hello ๐
As the bot message says above, we close idle threads. I'm looking at your request and I see we sent back 10 Charge objects.
Which is the default limit for List APIs
This customer has more Charges, which is why we also returned the has_more=true property
If you are only receiving a single Object, I suspect the problem is with how you are integrating.
Can you share the code you are using to make this request?
What info do i need to provide
request that we provided to retrieve transaction info on your end?
No
I am telling you that we ARE sending all the Charge objects that your request asks for
Can you copy/paste the Java code where you make this request and list the returned objects?
It should look something like this
ChargeListParams params = ChargeListParams.builder()build();
ChargeCollection charges = Charge.list(params);
so we need to copy paste the code that you provided just now on our end, right?
Jumping in to help here..
No you shouldn't copy paste the code shared above.
Your integration should already have something similar written already.
Are you a developer or have one on your team? You should consult them for this.
we need to provide a code on our end that looks similar to that, right?
our dev team works in a different time zone
so im trying to ask so that they can work on it
once they start working
i'll try to get that data from them and get back to you
This server is for developers to have real time conversation & troubleshoot issues. I get you're trying to help but this is likely just slowing things down.
Our discord server is staffed across timezones. So if possible, you should have your developer talk to us during their work hours.
Otherwise I'd suggest opening a support ticket via
https://support.stripe.com/?contact=true and add your developers to the email chain. That way we can get to the root of the issue faster.
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.
ok