#ImBatman-bank accounts
1 messages · Page 1 of 1 (latest)
👋 happy to help
could you please send the request id? here's how you can find one https://support.stripe.com/questions/finding-the-id-for-an-api-request
Find help and support for Stripe. Our support center 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.
Got it
It's not showing under log.
I'm adding bank account manually for payout.
Settings > Payout Settings > add Bank account
Providing the Stripe testing Banks routing and account number and it shows error under routing number field.
Oh I see
could you please send the dashboard url ?
is it this https://dashboard.stripe.com/settings/payouts ?
Sign in to the Stripe Dashboard to manage business payments and operations in your account. Manage payments and refunds, respond to disputes and more.
Yes, it always take me here and I always have to turn on the test mode
there is no separate payouts settings page
for test mode
and live mode
it's the same
Oh ok
Should I share screen shot ?
Can we add / update Bank deatils for payout setting through Api?
Should I share screen shot ?
yes please do
are you using the testing banks from https://stripe.com/docs/connect/testing ?
instead you can use fauxid.com to generate a fake iban number
Thanks, this works. Yea, I was using connect testing (overlooked connect).
Also please, can you clarify one thing.
I'm using multipart
The payment will be on my stripe account and then will transfer to connected accounts
For this which apis would require, little confused?
I checked the transfer that will transfer to connected acount
Its showing my that I have insufficient balance. Do I also have to do something with balance Apis ?
Its showing my that I have insufficient balance. Do I also have to do something with balance Apis ?
you need to wait for the money to become available in your balance before creating a transfer
even for test account?
I guess the best way would be to use the source_transaction.
even for test account?
yes
I guess the best way would be to use the source_transaction.
I don't follow
For this, it's like a payout, right? I mean, the amount will be transfer to "Connected Account" Bank/Card.
The "source_transaction" param while transfer. It's like ordering system and same amount will go to account, if I'm not wrong.
Payout will be auto, right?
Payout will be auto, right?
yes usually they are
The "source_transaction" param while transfer. It's like ordering system and same amount will go to account, if I'm not wrong.
this is to link the charge to the transfer, meaning that even if you don't have the amount available in your balance you can create a transfer
because it will only happen once the charge has been accepted and the amount is available for transfer
got it, I apologize but another question / scenario.
Suppose, I'm accepting payment for the connected account. And connected account will only receive that amount if they click on some "withdraw button".
2 Scenarios, Please let me know if either is possible? (and procedure please)
1. They have amount in their stripe connected account and after they click button the amount transfer to their bank account.
2. I have info of their balance, and when they click on withdraw I create Transfer to their connected account.
- They have amount in their stripe connected account and after they click button the amount transfer to their bank account.
This is manual payouts
- I have info of their balance, and when they click on withdraw I create Transfer to their connected account.
also possible but it won't be transferred to their bank account directly, it would be transferred to their Stripe Balance first, and then with automatic payout they will get it in their bank account
ok transfers is the method that will transfer amount to their bank account.
how would I transfer amount to their stripe connect account?
ok transfers is the method that will transfer amount to their bank account.
no it's the method to transfer from your Stripe Balance to theirs
Oh ok
then how would payout work (to their bank account)?
theres no manual way?
unless you specify otherwise
theres no manual way?
yes. you can find everything in the link I just send you
Thanks, looking into it
let me know if you need any more help
Sure, Thank you so much
Hey, taking over here. Let me know if there's any follow-up Qs I can answer!