#stefan_best-practices
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/1411058589677781023
📝 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.
- stefan_code, 4 hours ago, 7 messages
Hi, thank you for sharing the document. Can you share the request where you're creating AccountSession? Here's how you can find a request ID: https://support.stripe.com/questions/finding-the-id-for-an-api-request
It does not look like you're using the correct component. You would want to use https://docs.stripe.com/connect/supported-embedded-components/documents instead.
...
components: {
documents: {
enabled: true,
},
},
....
That is to access the Tax
Isn't the documents for displaying taxes? I just wanted firstly to ask connected account for consent
For paperless delivery, like in this step "https://docs.stripe.com/connect/platform-embedded-taxes-walkthrough#embedded-account-management"
It is documented here, https://docs.stripe.com/connect/deliver-tax-forms#file-deliver-embedded that
E-delivery consent appears only if the connected account has a populated email address. For connected accounts where you’re responsible for requirement collection, including custom accounts, Stripe doesn’t set the email field. You can update the connected account’s email address in the Dashboard.
Thanks, but this account has email populated
Looking at the other requierments while you look at the email address
Thanks for confirming, looking further
Did you already set this, https://docs.stripe.com/connect/platform-embedded-taxes-walkthrough#e-delivery-receive-email in the Dashboard?
You can select this option when you configure your tax form settings.
Yes, I have already set this 🙂
Also, total balance for this connected account is > $600 (I saw that this is requirement to be eligible for 1099k)
ok. I see https://dashboard.stripe.com/test/logs/req_AJW8WHXXTrFBLD which you did update the email on the account
Have you configured component links? https://docs.stripe.com/connect/express-dashboard-taxes#which-accounts-get-access-to-e-delivery
I see this is all in test mode
I'm still investigating this internally
I was able to confirm with the product team that we currently don't have testmode with tax reporting
Are you seeing a similar issue in live mode?
Thanks for the info. I wasn't aware that it is not visible in test mode. We still haven't made this feature ready to be deployed for our users. How can I check how the component looks like when it is in mode for paperless delivery consent? Are there any screenshots or demos?
And thanks again for huge help
Thanks! And just one more question. We still haven't migrated business profile to be editable through Stripe component. We store business data in our database and don't want to expose full Account management component to our user (meaning we don't want our connected accounts to be able to edit fields apart from tax reports). Is that possible? Can this embedded component be scoped to only provide consent for papereless delivery of 1099k? 🙂
(to be precise: we don't want our users to edit business details, payout details, as we haven't configured our BE to listen for webhook and update the database where we already store info, and we only want paperless tax consent feature)
I'm afraid that is not possible as that single component controls these https://docs.stripe.com/connect/supported-embedded-components/account-management
There is not a customization to the level you're looking for. However, I will share your feedback with the product team for future product reitersations. Thank you
Thank you for confirming this. I saw also that there is Tax API in limited preview https://docs.stripe.com/connect/deliver-tax-forms#edelivery-api which could maybe help us store consents by ourselves. But there is no much public info, so I assume you are not familiar with it. I'll see if we can reach out to support ot check for access to try to achieve desired behavior.
You know us so well. Yeah, since it's a private feature I have not used it myself so I can't speak to that here.
Contacting support is the best next step
Great. Thanks for your help, have a nice day 🙌
you as well