#wiserlance_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/1420848589969690706
📝 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.
- wiser_connect-integration, 52 minutes ago, 22 messages
We are developing a freelancing platform with an integrated wallet system inside our web application. To help you understand our use case, here’s how the process works on our platform:
The buyer creates a profile, posts a job, and deposits money.
The seller creates a profile and applies to the buyer’s job.
The buyer reviews the proposal and sends an offer.
The seller accepts the offer, and a contract is initiated.
Once the work is completed, the seller requests payment, and the buyer approves the request.
The job is closed.
After a holding period of 2–4 days, the seller can withdraw the funds via bank transfer, Payoneer, or wire transfer.
Since we are using our own wallet system in the application, could you please guide us on:
Which Stripe APIs we should use at each stage (deposit, holding funds, releasing funds, and payouts).
Which webhooks we need to implement to correctly track events (e.g., deposit confirmation, payment release, payout success/failure).
I’ve shared these steps so you can better understand our flow and suggest the smoothest possible integration approach with Stripe.
Thank you for your support!
Hi there,
I have read through your question. Give me a moment to think through this.
Sure, take your time
It's quite a complex scenario.
First of all I would recommend using Stripe connect, since you are a marketplace/platform, Where you are the Connect platform, and the seller would be the Connected Account https://docs.stripe.com/connect/collect-then-transfer-guide?platform=web
as a platform you would create a checkout session using destination charges. That means the platform will be merchant of record and the funds flow into the platforms balance. the platform can then use the Transfer API to release the funds to the connected account. The seller can then use the PAyout API to withdraw the funds
this is what I want that base on scenario which API should be used if you can provide me the detailed information then It will be more easy for me
Like based on mentioned points API URL or the reference which API can be used I have check the connect platform I have ambiguity that's why I am here
Well it heabvily depends on how your integration is setup and the business flow. For example, for your payment collection you can use different approaches like checkout session, Payment Element, Card Element, etc. That is something you would need to decide what fits best to your integration.
Also what ambiguity do you have regarding connect? If you are not sure which way you want to build out your integration/business and how to implement Stripe products it might make more sense to talk to our support first.