#Oleksandr Usyk-payout-balance
1 messages · Page 1 of 1 (latest)
Hey, can you share the ID of the failing API request? https://support.stripe.com/questions/finding-the-id-for-an-api-request
req_mNrHB7AToUIMCv
My balance returns { "object": "balance", "available": [ { "amount": 0, "currency": "usd", "source_types": { "card": 0 } } ], "instant_available": [ { "amount": 59998, "currency": "usd", "source_types": { "card": 59998 } } ], "livemode": false, "pending": [ { "amount": 296585, "currency": "usd", "source_types": { "card": 296585 } } ] }
I tried creating a payout based off of the instant_available
You need to pass the method parameter: https://stripe.com/docs/connect/instant-payouts#creating-an-instant-payout
Otherwise it will attempt to use the available balance (which is 0)
Ahhhh. Okay
Let me try
So with Instant Payouts, the money actually shows up instantly right? If it's standard which I assume is the default, it will show up based off the time table which is factored by the country?
It also seems like Instant Payouts isn't available for my account?
I got this error: Error: `instant` is not a supported method for payouts to a `bank_account` external account.
I'd like to note my Stripe account is activated with a bank account but I am only trying to use this in test mode atm.
Within ~30 minutes I believe. Regular payout 'speed' is documented here: https://stripe.com/docs/payouts#payout-speed
Yeah. This is kind of weird but the instant available is 59998 which is $599.98, however on the Stripe Connect Account, when I view it in the Stripe Dashboard I don't see that number anywhere
Can you share that request ID? I'm guessing the external account you have for USD is a bank account and not a debit card: https://stripe.com/docs/payouts/instant-payouts-banks
Yeah 1 sec
It needs to be a debit card, not a bank account for instant payouts
Link above details how to set that up
I see. So when I have the customer onboarding their Connect Acc, they should use a Debit Card instead of a Bank Acc?
For accounts where they're eligible for instant payouts, that makes sense I guess!
Yea it's a BA because during onboarding I used a test bank acc instead of debit card.
Is it possible to have both Bank Account and Debit Card? I'm on the dashboard and I can't seem to edit the section where I see the test bank account.
You can't have multiple external accounts for a single currency, no
You can remove the bank account here: https://dashboard.stripe.com/test/balance/overview
Go to More -> Manage bank accounts
Gotcha. I just created & onboarded a new account and used the Test Debit Card and initiated an Instant Payout and it worked. I will look into figuring out removing bank acc. and replacing it with debit card. Thank you for the assistance.
Also the link you sent - That's for the regular individual account? I'm using Stripe Connect
Which link sorry?
I should've specified the instant payouts aren't for my own acc. but for Stripe Connect accounts (my merchants who will receive money)
IIRC the Stripe COnnect user's are able to login to their own dashboard and manage certain things? Are they able to change between bank account to debit card?
Got it. What kind of Connect accounts are you using?
What do you mean by that?
Ah, so they'll have access to a different Dashboard: https://stripe.com/docs/connect/express-dashboard
Yeah
They can manage payouts and accounts there, but the URL is different
The one where you can generate a login link right?
Yep
awesome, ill try something out
Confirming that the Express Dashboard can let me manage and switch between debit & bank account. I guess that should answer all my questions. If the customer has a bank account, I can notify them they are not eligible for instant payouts and instruct them how to configure it. Thanks again! :)