#ritz-connect-payoutschedule

1 messages ยท Page 1 of 1 (latest)

distant mistBOT
solemn phoenix
#

ritz-connect-payoutschedule

novel patio
#

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 ?

solemn phoenix
#

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).

novel patio
#

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

solemn phoenix
#

yeah I think you're kinda going way too fast

novel patio
#

So the charge should succeed and I have the balance to issue a payout ?

solemn phoenix
#

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

novel patio
#

Oh.. interesting.

#

Is there a way to speed up the process ?

solemn phoenix
novel patio
#

Thank you! I will try that.

#

So use the test card to create a charge ?

solemn phoenix
#

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

novel patio
#

Got it.. will try it out in a few minutes. Thanks again.

solemn phoenix
#

let me know if you're stuck!

novel patio
#

Will do. I'm now receiving the "payout.paid" event so things are headed in the right direction ๐Ÿ™‚