#jana-pejanovic_docs
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/1438876492355342426
๐ Have more to share? Add more details, code, screenshots, videos, etc. below.
๐ Hi there. Can you confirm that the component is rendering with older documents?
Yes
And would be able to share the request ID (req_xxx) of your call to the Account Session API? https://support.stripe.com/questions/finding-the-id-for-an-api-request
I'm sorry I just got into a meeting, is it ok if I write a little later? I wasn't sure what the response time was ๐
Of course, we'll have someone monitoring the channel till late this evening and aim to respond as soon as possible!
Is there a way to include another engineer of ours into this thread?
Sure, you can just share the thread link and they can join in
(Note that this thread may auto-close if it's been idle for a while, but feel free to create a new one)
Thank you, I've pinged them, if this one closes we'll open a new one ๐
We're using
https://api.stripe.com/v1/account_sessions/claim
With our
https://fishingbooker.com/api/proxy/stripe_account_sessions
Which returns
{
"data": {
"user_id": ID here,
"client_secret": "*****"
},
"code": 200
}
Are you following a particular guide that references the /v1/account_sessions/claim endpoint? I'm not familiar with that second URL - is this your own server?
Hi, yes the second url is our own, it gives us the client_secret that we use for the claim endpoint
I am not sure about the guide
In the end we get an api_key from the claim that we then use on https://api.stripe.com/v1/tax_documents
However it only sends the old 1099 form from 2024 in the response
Could you share any request IDs (req_xxx) related to these requests from your account?
Let me see if I can find one
Hm, I cannot seem to find any tax_document API calls in the logs on Developers>>Logs
Hi there, taking over for @forest tapir as they had to step away
I'm not familiar with the https://api.stripe.com/v1/account_sessions/claim and https://api.stripe.com/v1/tax_documents endpoints that you mentioned, they aren't listed in our public docs. Is it possible that you are using some private preview features?
The original question mentioned using this guide
https://docs.stripe.com/connect/supported-embedded-components/documents
If you are following this guide, then there should be a request for POST /v1/account_sessions in your developer logs
Ok we just checked - sorry for the delay. The claim and tax_documents APIs are from the embedded component
Got it. Can you share the request ID for the POST /v1/account_sessions request?
I tried filtering by this path but I don't see logs from /v1/account_sessions/claim being logged in Developers>>Logs
The initial account session must have been created a while ago
The claim endpoint returns active api keys. This is all managed by the embedded component
The only thing we store is the client secret
It's going to be /v1/account_sessions, not /v1/account_sessions/claim. If you are following this guide to make the Documents Embedded Component, then the first code sample is making a request to /v1/account_sessions
https://docs.stripe.com/connect/supported-embedded-components/documents?lang=curl
You can also share the backend code and frontend code you used to create the Account Session
req_17eBCy4Ilavgea
Managed to find one, sorry I did not have the right privileges and saw only sandbox logs
When you say 'newest tax form through the component' are you referring to the previous years Tax Document? What year's tax document are they seeing?
2025, we released these yesterday
What does 'released' mean? I was under the impression that 2025 tax documents would not be issued until after the January of 2026
As far as I managed to understand the connected accounts have received these documents on their mails already
But they do not show in the embedded component to download
Hmm, how was this communicated to you? I'm also looking internally on my end. I was under the impression that tax document for the current year is issued on after January of the following year in the US
I am not 100% sure but I heard from the team that we can release tax documents as a manual action on our end and that it's usually done start of November because our business is seasonal.
Maybe this is what is blocking them from showing in the component, but as far as I heard the connected accounts already received it by email
Looking further on my end
This is going to better suited for out support team to handle. Our support team will be able to better assist: ย https://support.stripe.com/contact. Can you please write in?
Ok, thanks!
Sure
We've contacted support already. So After November 3rd, we can generate draft 10-99k for connected accounts. The reason to generate the draft early is to allow connected accounts to review them and confirm if the data is valid or if any corrections need to be made, as we filed them through Stripe in their stead.
Since they are filed around mid-january, it isn't possible to do pre-filing check and filing at the same time. So start the tax season early (couple days ago).
Stripe sends email to each connected account containing a link where they can access Express dashboard where they CAN view this doc.
Your technical documentation states as following: For example, use this component to download 1099 tax forms that you can use for pre-filing confirmation and e-delivery to your connected accounts.
This leads us believe that Documents component can be used to provide E-delivery Consent and to for pre-filing confirmation.
However, IF it isn't possible for a connected account to view a draft document we'd file for them, then this statement in your documentation isn't true.
But now when I read both docs:
- https://docs.stripe.com/connect/platform-embedded-taxes-walkthrough#display-documents-component
- https://docs.stripe.com/connect/supported-embedded-components/documents
They have somewhat conflicting info.
Which statement specifically? Can you share more please?