#harshthakkar_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/1217245475992764557
๐ 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.
- harsh_banktransfers-capabilities, 5 days ago, 8 messages
Hi there! Are you using Hosted Onboarding or are you handling onboarding yourself?
If you're handling it yourself, this should be helpful: https://docs.stripe.com/connect/updating-accounts
we are trying to handle onboarding via accounts API
The IP address (and date) for tos_acceptance should reflect when the connected account user accepted the terms. You won't need IP address for subsequent connect requests
Yes, it's mandatory for users to accept the Stripe Services Agreement
Thanks for confirming I will review the link shared and get back if any more questions.
But was just testing and found that if I modify ABN details - TaxID it also wants us to present user with accepting terms and conditions , is it correct , and its mandatory as well for some editing via accounts API ?
What is ABN details - TaxID specifically? Do you have the request ID for the update you made?
sure I will try and find the request and I will share a request ID for it
have found tax id is passed in below API - req_qcRKho886BolyB , I am not able to find exact request id for update for some reason.
hope this helps else I will try and find in more details and get back to you
๐
In this particular request, a new Custom account was created and you passed the tos_acceptance hash. Because of that, there are no outstanding tos_acceptance requirements
got it req_DmGialH1Me6Q8Q apologies was looking in wrong place.
Thanks! Yes, this is expected: https://docs.stripe.com/connect/update-verified-information#update-the-account-tax-identification-number
Updating the tax ID requires users to go through TOS acceptance again. Since you're handling this on your end, you'll need to pass tos_acceptance details again to confirm that your users have re-accepted the terms
sure thanks for your help I will review the links provided