#janek_standard-tosacceptance

1 messages ยท Page 1 of 1 (latest)

raw loomBOT
#

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

๐Ÿ“ Have more to share? Add more details, code, screenshots, videos, etc. below.

bold raptorBOT
#

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.

olive sparrow
#

Hello ๐Ÿ‘‹
Can you elaborate more on what doesn't work exactly?

thick aurora
#

just it dosent work can you send me a code with describe documentation ofc if there is another way to do this

olive sparrow
#

I'm sorry, "it doesn't work" isn't really helpful.

We won't write your code for you and we've tried sharing the documentation for the usecase you've descritbed.

In order for us to help you, you need to provide the exact details of the steps you took, what was the outcome and what were you expecting etc.

thick aurora
#

when we use it this way from the link its just do nothing like taking me to another page to confirm my information about my customers account and when i click submit its taking me to white page and thats it

#

when we use this doc step by step

olive sparrow
#

How exactly are you creating the account link? What are you setting as the return_url?
Can you share the request IDs?
https://support.stripe.com/questions/finding-the-id-for-an-api-request

raw loomBOT
thick aurora
#

yes for sure can you pleas tell me about ids is it my login or where i can find it?

#

oh sorry it is in the link

#

give me second

#

sorry can you send me how suposted to look ids

#

bc i found something but im not sure it is the correct id

nimble tree
#

The request ID should look like req_...

thick aurora
#

ok thanks

#

req_LpGEQoNr8MBVRd

#

i found it

nimble tree
#

This request was made via the Dashboard and it was to upload a business logo

#

Let's take a step back. Can you share more context on what you're trying to do exactly?

thick aurora
#

i want to create step by step standard connected account for my customers to prefiled name, phone, email etc

#

beacouse we cannot find the correct way to do this

#

because *

nimble tree
thick aurora
#

we already try to use it and it dosent work properly

nimble tree
#

Can you share the ID of a standard account you created?

thick aurora
#

can i send you a code wich our programmers write from the link from doc and you will say whats wrong is there is it possible to do thst

#

that*

nimble tree
#

Before we get there, can you share the ID of a standard account you created? Alternatively, if you have your Stripe account ID for your platform (it should look like acct_...), I can look up your account logs

nimble tree
#

@thick aurora let me know if you still need help

thick aurora
#

yes im sorry my laptop died bc of battery

#

i cant find id

nimble tree
#

Let me see if there's anything else I can piece together with the ID you shared above

#

Okay, the latest logs show requests to create account links for an existing Custom account, not a Standard account

#

The most recent request to create a standard account was made weeks ago, back in February. This request failed because the platform cannot accept terms of service for Standard accounts

#

This is expected since Standard accounts need to accept terms of service themselves. Our API reference doc shows what can/cannot be passed when creating an account: https://docs.stripe.com/api/accounts/create

In this case, tos_acceptance can only be included when creating a custom account

bold raptorBOT