#ritz-connect-payoutschedule
1 messages ยท Page 1 of 1 (latest)
Hey @novel patio it depends a bit on your integration as a platform. What account type you're using for example. But you likely want to read https://stripe.com/docs/connect/manage-payout-schedule
ritz-connect-payoutschedule
I have payout set to manual whenever i create a connected account
but i get an error when i try to pay them from a charge
Is what I'm trying to accomplish possible using Stripe's API ?
That error is telling you exactly what the issue is though right?
You have insufficient funds in your Stripe account for this transfer. Your card balance is too low. You can use the /v1/balance endpoint to view your Stripe balance (for more details, see stripe.com/docs/api#balance).
The balance_insufficient error applies to the connected account or to the platform account ?
Perhaps I'm using the wrong test data
but I'm trying to test payouts using connected accounts
and I'm using bank account information found @ https://stripe.com/docs/connect/testing#payouts
yeah I think you're kinda going way too fast
So the charge should succeed and I have the balance to issue a payout ?
When you create a payment, the balance is not available immediately. It takes a while for funds to be available, even in Test mode as it mirrors Live mode.
If you look at that account's balance in the API or the Dashboard you should see they have no funds yet and the balance is pending
What you can do is use one of those test cards https://stripe.com/docs/testing#available-balance which are made to explicitly bypass the pending balance!
sure thing! We really need to fix that error message in Test mode to be a lot clearer ๐
yeah
basically do the same thing you were doing before but use that test card instead
Got it.. will try it out in a few minutes. Thanks again.
let me know if you're stuck!
Will do. I'm now receiving the "payout.paid" event so things are headed in the right direction ๐