#kelly_api

1 messages ยท Page 1 of 1 (latest)

timber birchBOT
#

๐Ÿ‘‹ 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.

orchid terrace
#

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?

tough trench
#

What info do i need to provide

#

request that we provided to retrieve transaction info on your end?

orchid terrace
#

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);
timber birchBOT
tough trench
#

so we need to copy paste the code that you provided just now on our end, right?

wraith grotto
#

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.

tough trench
#

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

wraith grotto
#

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.

tough trench
#

ok