#standup75 - payouts testing

1 messages · Page 1 of 1 (latest)

tight tinselBOT
grand walrus
#

We don't really have context about funds availability unfortunately.

I wish I could help, but this chat is focused on developers and API integration questions. Our support team will be able to assist you better than I can: https://support.stripe.com/contact

wet portal
#

this doesn't make sense

#

I'm in test mode

grand walrus
#

Where are you seeing the balance?

wet portal
grand walrus
wet portal
#

req_HZOWupvCfRAdzt

grand walrus
#

Again, these are not developer questions, but I'm happy to take follow-up questions if they're related to coding or building an API integration

wet portal
#

I am intending to create the accounts with manual payout, here is the code, Is that the wrong way to specify this? stripe.accounts.create({ country: 'US', type: 'express', email, capabilities: { transfers: { requested: true }, }, business_profile, default_currency: 'USD', settings: { payouts: { schedule: { interval: 'manual' } } }, })

grand walrus
#

That should set it to manual. Do you have the Request ID fir the request that created the account?

wet portal
#

ok, I need to retry with a new account, I probably created this one before that ^^ change, I will try again.

#

In test mode, for testing our integration how do I avoid to make a test that needs to wait for 2 days 😬

grand walrus
#

Apologies for the wait. The server is getting busy. Circling back now

wet portal
#

Ok, I need to try something and will report back, it was all super helpful anyway, thank you