#harshthakkar_api

1 messages ยท Page 1 of 1 (latest)

sharp gorgeBOT
#

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

rain thistleBOT
#

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.

formal badger
#

Hi there! Are you using Hosted Onboarding or are you handling onboarding yourself?

hallow bramble
#

we are trying to handle onboarding via accounts API

formal badger
#

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

hallow bramble
#

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 ?

formal badger
#

What is ABN details - TaxID specifically? Do you have the request ID for the update you made?

hallow bramble
#

sure I will try and find the request and I will share a request ID for it

hallow bramble
#

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

#

๐Ÿ™‚

formal badger
#

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

hallow bramble
#

got it req_DmGialH1Me6Q8Q apologies was looking in wrong place.

formal badger
#

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

hallow bramble
#

sure thanks for your help I will review the links provided