#johana_api
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/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.
- johana_webhooks, 5 days ago, 11 messages
- johana_docs, 6 days ago, 38 messages
hi there!
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?
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.
you can learn more about this here: https://docs.stripe.com/connect/separate-charges-and-transfers
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?
Link above will help you with that
The separate charges are when we want transfering one payment to many sellers, no ?
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
You'd use the Payment Intent API to create and confirm the actual payment yes
There's an end-to-end guide on this page
I have some problem
What are the problems?
My users can be in several countries, so I must manage international transferts, how to do that ?