#jairo094215_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/1402254752393203763
đ 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.
- jairo094215_api, 49 minutes ago, 6 messages
hi there!
when syncing transactions (getting charges, refunds, and payouts from API) he don't receive anything.
what does that mean concretely?
are you talking about webhook events or somehting else?
we are getting the account transactions making GET requests to /v1/charges, /v1/refunds and /v1/payouts
The responses to those calls are empty, but the customer says they see transactions in their Stripe dashboard.
can you share one request ID (req_xxx) with this issue?
hmmm, let me check
I don't have any request ID... our system logs the API responses but not the request IDs, and I can't see the customer requests from the Stripe Dashboard of our platform account
For now I just need to know if the account really has no transactions.
For example, the client says that for July 30th he has two negative movements and in the Stripe dashboard it are displayed correctly but then in the responses of the API calls these movements are not present
He sees all these movements on the dashboard:
But none of them are received via API
in the responses of the API calls these movements are not present
so they are making API calls to Stripe, but Stripe doesn't send any response?
that doesn't sound possible.
I really need a specific request ID (req_xxx) to look into this.
No, sorry, probably I'm not explaining correctly
the Stripe sends a well-formed response, but it has no data
the data has an empty array (no charges, no payouts and no refunds for any date...)
But our customer ensures that their account has movements
Please, could you check whether or not that account actually has transactions for any of the dates that appear in the image I shared with you?
the Stripe sends a well-formed response, but it has no data
can you share the specific API request you are making that have this issue? either code, or a request ID? I need concrete information in order to investigate this.
Okay, unfortunately, I don't have this information. I don't have specific logs in my system that show the Stripe request ID, nor do I have access to the client's Stripe dashboard to view API requests for that account.
Please, could you check whether or not that account actually has transactions for any of the dates that appear in the image I shared with you?
the account you shared (acct_1RsKjg1NnoZQJm2b) has no transactions no.
Ok, this information give us a clue