#johana_api

1 messages ¡ Page 1 of 1 (latest)

sturdy thicketBOT
#

👋 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/1357289631510696057

📝 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.

restive halo
#

hi there!

sly inlet
#

I have a C2C marketplace website where users sell services to others and I would like to integrate stripe connect. I'd like my users to create a stripe account only after the buyer has confirmed that the service has been carried out, when the money needs to be transferred to them. However, if I've understood correctly, when the payment is created (with checkout), the id of the connected account must be entered. So I'm wondering if we can just create the express connected account when the service is published, without asking the seller to fill in his details in order to have the connected account id to use when buyers pay. Then, we'll force sellers to complete their connected accounts before transferring their money. Is this possible? How can we do it? Is checkout the right api, or paymentIntent or another?

restive halo
#

However, if I've understood correctly, when the payment is created (with checkout), the id of the connected account must be entered.
it depends. if you are using Separate Charges & Transfer, then no, you don't need to know the connected account ID at the time of the payment.

sly inlet
#

By the way, what I'd like to do is enable payment on sellers' service publications. Then, wait for the seller to agree to perform the service before collecting the payment, block the payment until the buyer confirms that the service has been performed, and then transfer it to the seller by charging a commission. Payment will only be made for a single publication, and cannot be made for several sellers. How do I do this?

sturdy thicketBOT
spiral dock
#

Link above will help you with that

sly inlet
#

The separate charges are when we want transfering one payment to many sellers, no ?

spiral dock
#

Works in that scneario, or whan you jsut want to delay the transfer to a single connected account too

#

Otherwise the transfer happens automatically at the time of payment. If you want to delay that, like you describe, then you need to use a separate transfer

sly inlet
#

ok, thanks, I'll see the link

#

So, when use PaymentIntent api?

spiral dock
#

You'd use the Payment Intent API to create and confirm the actual payment yes

spiral dock
sly inlet
#

I have some problem

spiral dock
#

What are the problems?

sly inlet
#

My users can be in several countries, so I must manage international transferts, how to do that ?