#rattathavermin-account-support
1 messages · Page 1 of 1 (latest)
rattathavermin-account-support
@dusk epoch :question: Have a non-technical question, account issue, or need one-on-one support? We wish we could help, but this community is focused on developers and technical discussions. Our support team will be able to assist you better than we can: https://support.stripe.com/contact
Find help and support for Stripe. Our support site provides answers on all types of situations, including account information, charges and refunds, and subscriptions information. Get your questions answered and find international support for Stripe.
i want to enable this test account via the API so it is a dev question
Let's back up - why do you need payouts enabled if this is a test only account?
because we built a way to see payouts and the details of each payout on our end
and i'm trying to work on stuff in my dev environment (need to pull payouts down) but i can't because payouts are disabled for this test account
Have you added all the information needed to enable payouts? Like does the account have an external bank account attached to it?
i don't see a way to do this from our platform account
if i click 'actions required' and then click on the individual items, it gives me this popup
but if i switch to live mode it says it can't find the acount (because it's an account in test environment), so the popup doesn't make much sense.
Hi 👋
I'm stepping in as my colleague needs to go soon
Okay so the Standard Account is only connected to your platform in Test mode, correct?
that's correct
Okay so you will need to activate the account which involves adding a real bank account. The problem you are hitting is that your platform doesn't have live mode access to the Standard Account so you can't complete these actions. You'll need to log in as the Standard Account.
I think I created this account with the 'skip this form' action during oauth so i don't have a login to it
Okay I think this might require creating a new Standard account that you fully activate and then connect to.
But let's back up a bit.
What is it you want to test here?
I need to pull down payouts and the details of each payout
via API
we've built a way to vizualize this info on our end
and i have some things i need to fix up, but need new payout data
Okay but you can spoof/mock this data payload pretty easily. WE show the shape of the data object as well as the values here: https://stripe.com/docs/api/payouts
For simple testing, to get you started quickly, you could just save a few different versions of this data object and pre-fill it with the values you expect