#johana_docs

1 messages ยท Page 1 of 1 (latest)

hallow stagBOT
#

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

limber quest
#

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?

wild solstice
#

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

limber quest
#

Sorry we still need to back up

#

What is the overall goal of your project?

wild solstice
#

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)

limber quest
#

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?

wild solstice
#

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.

limber quest
#

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?

#

But, what is going wrong with your account links?

#

Can you provide a clear example of what doesn't work?

hallow stagBOT
wild solstice
wild solstice
# limber quest Can you provide a clear example of what doesn't work?

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.

latent epoch
#

Hi hi! Iโ€™m going to be taking over for my colleague here. Give me a minute to read back and understand things.

wild solstice
#

Thank you

latent epoch
#

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?

wild solstice
latent epoch
#

Can you share the Account ID of that account you created?

wild solstice
#

I have created the test environment

#

So I don't know if you 'll get access

#

Here it's : acct_1R7Gnq2Vaopm3nOe

hallow stagBOT
wet jackal
#

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 ๐Ÿ‘†

hallow stagBOT
wild solstice
#

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 ?

wet jackal
#

The login link think that I sent

#

Because you are doing separate charges and transfers, you can send money to these accounts when their transfers capability becomes active