#johana_docs
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/1354859602524504134
๐ Have more to share? Add more details, code, screenshots, videos, etc. below.
Hi ๐
We handle specific developer questions about Stripe integrations here. When you say "it's not working" can you be more exact about what you tried and what the response you received was?
My code is in the file. Sorry, the code is too long, I'm obligated to put it in a file.
The user acompte is created and I get id of acompte but when I create the link, I cannot access to the stripe dashboard
I want to enable users to pay a service in my site and my plateform blocks the payment until the service is confirmed by the buyer and after the plateform transmit the payment to the seller (of the service)
Okay who are "users" and who are "sellers"?
It looks like you are creating Connected Accounts to act as Sellers on your platform
And then you create an Account Link for Stripe-hosted onboarding
But you are saying that does not work?
My website is designed to put private individuals in touch with each other. The idea is as follows: the user creates an account on my website, publishes a service offer. Someone else creates an account on my site and buys (pays for) the service. The money is blocked. We only inform the seller if he wants to perform the service. If not, we don't collect the money (we cancel the payment), if yes, we validate the purchase but we don't send the money to the seller until the buyer confirms the service, then we transfer the money to the seller, taking a commission.
Can you please use Stripe API objects in your descriptions here. The users who publish services are Connected Accounts, correct? And the other "users" are Customers, correct?
The funds flow sounds like Separate Charges & Transfers would work best for you.
https://docs.stripe.com/connect/separate-charges-and-transfers
But, what is going wrong with your account links?
Can you provide a clear example of what doesn't work?
Not really, i think that indirect payment, for express acount.
The button for creating a stripe account is located on the user's profile page. When I click on the link to access the dashboard, I'm redirected to the stripe site and asked for some information. When I finish filling in the information, I'm taken back to the login page on my platform.
Hi hi! Iโm going to be taking over for my colleague here. Give me a minute to read back and understand things.
Thank you
Can you share the Account ID of that account you created?
The user acompte is created and I get id of acompte but when I create the link, I cannot access to the stripe dashboard
When you say you cannot access it, what are you seeing instead of the dashboard?
I'm redirected back to the login page of my website
Can you share the Account ID of that account you created?
I have created the test environment
So I don't know if you 'll get access
Here it's : acct_1R7Gnq2Vaopm3nOe
Hello @wild solstice , apologies for the delay. What is the link that you are creating here? Is this a login link that you are creating https://docs.stripe.com/api/accounts/login_link/object
Ah I see from your platform's logs that you have been creating account links for account onboarding, but the account is already onboarded. Account links are only for initially gathering info and for gathering further info if new requirements get gathered. For access to the express dashboard you will want to use the API above ๐
After initialisation, how to do to allow my users to access to theirs express stripe account from my website?
How to do to enable payments ?
The login link think that I sent
Here we have a more in depth guide on it: https://docs.stripe.com/connect/integrate-express-dashboard
Because you are doing separate charges and transfers, you can send money to these accounts when their transfers capability becomes active