#axelhedlund
1 messages · Page 1 of 1 (latest)
How can I help?
Hey Jack, so to keep it simple my team are building marketplace and we need two different payment solutions one with where we hold the money from buyer and payout when we have verified the product from the seller and the other one with a more conventional method = money from buyer to seller directly and automaticaly
Which connect account would you suggest
I dont want a dashboard for my user istead we collect that data and build our own dashboard in bubbl.io
The onboarding should be the same as Express accounts aswell
We want to have full control and be able to switch in between the two different modes in a dashboard we build in bubble.io
Based on what you described.
The first use case sounds like separate charges and transfer (https://stripe.com/docs/connect/separate-charges-and-transfers), and the second use case looks like destination charge (https://stripe.com/docs/connect/destination-charges)
Have you explored these two charges ?
No not really however I dont feel like separate charges is correct, but maybe. So with seperate charge we collect the money from the buyer and then create a new charge for the seller to receive
I have looked in to Manual payout for the connected accounts however we want all new connected accounts to be manual payout automatically after the onboarding and then we can set them to daily payout when we want the use the other use caase
Jack?
Complete reference documentation for the Stripe API. Includes code snippets and examples for our Python, Java, PHP, Node.js, Go, Ruby, and .NET libraries.
set it to manual if you prefer manual payouts
Alright, So is it possible for is to set "payouts_enabled" :false when onboarding so all new accounts is automaticaly manual when created?
No, you don't set payouts_enabled, payouts_enabled is a flag indicating the payout is enabled or disabled for this account.
Alright, so is it possible to have onboarded account created and be manual payout directly so we doesn't have to set all new accounts to manual?'
Yes and I just showed you the API to set manual payout during account creation, you can pass the doc to your dev team.
Awesome, thank you. So is it possible for a transaction cancelation when we dont want to payout to the seller with this method?
What do you mean by transaction cancellation?
Do we have the option to cancel a payout to a seller if we find that a product they have sold is wrong and pay back the buyer?
https://stripe.com/docs/api/payouts/cancel#cancel_payout yes you can cancel a payout
Complete reference documentation for the Stripe API. Includes code snippets and examples for our Python, Java, PHP, Node.js, Go, Ruby, and .NET libraries.
Greate, so when we cancel a payout does the money go to our balance or is payed back to the buyer automatically?
I believe the fund flow is already explained in the API reference that I sent to you.
So the text says that it is transfered to my available blance so then we tranfer it back to the buyer