#Qualle - external account

1 messages · Page 1 of 1 (latest)

open wasp
#

Hi 👋

#

each account can have 1 external account associated with it. Stripe will automatically pay out available funds to this account.

safe tree
#

and if this is a debit card, it will work?

#

ach -> debit

open wasp
#

Yes, that is a valid external account that funds can be transferred to.

safe tree
#

I'm showing there are multiple external account on each test connect customer

#

a bit confusing

open wasp
#

Do you have an account number you could share?

safe tree
#

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

open wasp
#

Yes, by default

safe tree
#

it will just detect external account and payout, or is there code needed

open wasp
#

No code needed. If the account has payouts enabled it means a valid external account has been created.

safe tree
#

amazing

open wasp
#

Any funds that are available in the account's Stripe balance will get payed out to the external account each day

safe tree
#

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

open wasp
#

Can you share the request ID?

safe tree
#

hmm

#

let me check

open wasp
safe tree
#

req_qESnThs3Hjzte0

open wasp
#

That API request is using the legacy Sources API for Customers. What are you trying to do?

safe tree
#

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

open wasp
#

What are you trying to do, basically

safe tree
#

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

open wasp
#

Debit cards and bank accounts are the only options presently for external accounts

safe tree
#

ok, I can see bank account is added as external account to the connect account i'm testing

open wasp
safe tree
#

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?

open wasp
safe tree
#

no

open wasp
#

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

safe tree
#

it must be the createExternalAccount api throwing it

open wasp
#

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?