#mattnenterprise
1 messages ยท Page 1 of 1 (latest)
Hello ๐
Is this for a connect scenario or just a standard stripe account?
This is a Connect scenario.
Gotcha. What kind of connected accounts are you working with?
Express
If you're on automatic payouts then you could switch to manual payouts instead and keep a set amount in your account balace
I don't think we currently have a way for you to defined "reserved" funds on automatic payouts
I have made the switch to manual payouts. Is there a way to automate keeping a set amount ? Or does it have to be done by manually checking and adding to the balance ?
Hi ๐
I think what you mean is a set "reserve balance". We don't currently have that as an option. You would need to check the account balance.
That's a picture. It doesn't tell me a whole lot
That is from the Stripe dashboard.
I guess what I want to know is what is the recommend way to keep a balance so we can always successfully handle refunds ?
Currently it would be to check the Stripe balance (manually or programmatically) and ensure payouts leave a sufficient buffer in place.
Would funds have to be manually added or can that be done programmatically ?
Are you a connect platform?
Yeah.
Then you should be able to use Top Ups: https://stripe.com/docs/api/topups
These can be created manually or programmatically
Will top-ups automatically pull the money from the bank account ? We created one in the dashboard and it required us to initiate the transfer with the bank.
Once the bank account connected to your Platform account is verified you should be able to create Topups with the API
What does verified mean ?
I went through the top up process in the dashboard Friday and never got that.
NVM guess I had to go through the process in a different place in the dashboard.
Okay but now you've verified the account?
Have to wait for the micro-deposits for clear in a few days. I believe I understand the process you outlined now. Thanks!