#Qualle - external account
1 messages · Page 1 of 1 (latest)
Hi 👋
each account can have 1 external account associated with it. Stripe will automatically pay out available funds to this account.
Yes, that is a valid external account that funds can be transferred to.
I'm showing there are multiple external account on each test connect customer
a bit confusing
Do you have an account number you could share?
yes
acct_1LPufy2VEXUmE4Y2
is one i'm testing
my last question was, when payouts occur, is it automatic? it says my payout schedule is daily
Yes, by default
it will just detect external account and payout, or is there code needed
No code needed. If the account has payouts enabled it means a valid external account has been created.
amazing
Any funds that are available in the account's Stripe balance will get payed out to the external account each day
so everything pretty much done on our end
not sure if I should create new thread but
I get Cannot add a 'destination' token to a customer - only 'source' usage tokens can be attached. error when adding bank account
but any token I use fails
Can you share the request ID?
Here's how you can find a request ID: https://support.stripe.com/questions/finding-the-id-for-an-api-request
req_qESnThs3Hjzte0
That API request is using the legacy Sources API for Customers. What are you trying to do?
I have tried several configurations,
await stripe.financialConnections.sessions.create({
account_holder: { type: 'account', account },
filters: { countries: ['US'] },
permissions: ['ownership', 'payment_method'],
});
this brings up plaid-style ui and they add bank account
I have tried customer for account_holder also and it doesn't return token
confused
What are you trying to do, basically
add bank account method to connect custom account, external account?
and have payouts go to bank account
we are trying to provide multiple options, card, bankaccount
Debit cards and bank accounts are the only options presently for external accounts
ok, I can see bank account is added as external account to the connect account i'm testing
But just so I'm clear you are looking to follow this flow:
https://stripe.com/docs/financial-connections/connect-payouts?platform=web#create-a-session
yep, exactly guide I followed nice
but id of bank account I provide throws above error somehow
ok, by any chance do we know what api this error originates from?
Are you using the tokens we show here for testing with Connect?: https://stripe.com/docs/connect/testing#payouts
no
Those are the tokens you will want to use in this case.
Based on the error message, it seems the testing token you provided does not match up with the type of account that API expects
it must be the createExternalAccount api throwing it
That does not really matter here. Can you try using the correct testing tokens and let me know if that allows you to continue testing?