#Monkey D. Luffy
1 messages · Page 1 of 1 (latest)
Hi 👋 what are you trying to accomplish. Those seem to be two different types of requests, one creating a Transfer and the other a Payout, that both failed due to an insufficient balance.
I am concerning about Transfer
Can you elaborate?
Yes, We Have Integrated stripe as a payment gateway for our marketplace. we are onboarding sellers to Stipe Connect (Custom account). When the customer made the payment we will keep the amount until the vendor delivers the order. Which will take 2-5 days for delivery. The amount we charged from the customer is going into the Admin bank account after two days. When I am trying to transfer money to the vendor account I am getting the above error.
Gotcha, yeah, sounds like Automatic Payouts are likely moving the funds out of your account's balance before you try to create a Transfer to move those funds to a Connected Account. To avoid this you will likely need to switch to using Manual Payouts for your Platform account so you have explicit control over how much is removed and can ensure you leave enough funds in your Stripe account's balance to fund the Transfers you're trying to create.
Yes But How can I transfer the commission I earned from that transaction
Because I can't make payouts for small amounts below $1
I'm not sure I understand the question. You shared a request where you were trying to make a Transfer, the request looked right but looked like it failed due to your account's balance being too low. To make those successful you will need to stop using Automatic Payouts because currently that feature is withdrawing all of the funds from your Stripe account before you can Transfer them.
Hmm Can I get back funds from bank to make transfer using charge_id?
What do you mean? Like can you reverse a Payout once it has happened? I don't believe that is possible.
Hmm, Okay. But I made one transfer using charge_id after successful payment. Can you check that how it got successful.
req_WP5qyI65iHE75G
Hi there. Taking over as toby had to step out
That looks like you just transferred funds from that charge to another Stripe account after the charge was successful
Yep
Can we collect stripe_fees from the connect account, In case of refunds can I pass negative balance to the connect account?
For Stripe_Fee?
Well you initiate the transfer. Just transfer less money to the connect account to reserve some of the funds
What happens Incase of refunds
I am transferring money to connect account after the successful delivery of service. In case of canceled service, I still have to bear stripe fees right? Is there any way I can pass the negative balance to Vendor or do I have to collect it from next order?
Well you could reverse the transfer: https://stripe.com/docs/connect/charges-transfers#reversing-transfers
In my case, I haven't transferred the money. I am holding off until the service is completed. If the service is canceled I have to refund full amount Including stripe charges.
Yeah since you are creating the charge on the platform you bear the fees
Direct charges + standard connect accounts may be better for your usecase: https://stripe.com/docs/connect/direct-charges
Connect account would bear the fee there