#janek_standard-tosacceptance
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/1217929882432962593
๐ 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.
- janek_connect-account-onboarding, 1 day ago, 16 messages
Hello ๐
Can you elaborate more on what doesn't work exactly?
You can prefill supported information as mentioned in this doc
https://docs.stripe.com/connect/standard-accounts#create-account
just it dosent work can you send me a code with describe documentation ofc if there is another way to do this
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.
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
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
Find help and support for Stripe. Our support site provides answers on all types of situations, including account information, charges and refunds, and subscriptions information. Get your questions answered and find international support for Stripe.
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
The request ID should look like req_...
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?
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 *
This is the guide you would follow: https://docs.stripe.com/connect/standard-accounts
In step 1, you'd pass along any information you already have about the merchant when creating their standard account
we already try to use it and it dosent work properly
Can you share the ID of a standard account you created?
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*
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
@thick aurora let me know if you still need help
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