#miller-connect-bankaccount
1 messages · Page 1 of 1 (latest)
@frail oyster we don't do any kind of verification of bank accounts for connected accounts
miller-connect-bankaccount
My bad, I was refering to linking a bank account to a Stripe Connect account, not verifying
Basically, adding an external account
Doing this from the Dashboard but form API
that has bank account numbers for all countries, is this what you are looking for?
Yes, we also tried using the one ended in 7890 but it throws a "no such token"
I'm sorry I'm a little bit confused by the ask
Are we creating the token icorrectly?
what token are you creating? You talk about the Dashboard here not the API right?
Dont worry I can make my self clear
I am talking about the API, we want to pass a valid btok token to link an external account to a Connect Account, via API
I sent you the image to show we want to do the same that happens on the Dashboard but via API
When we create the token with a valid account number form Spain, the API throws a "no such token"
Of course, everything is done in ter mode
*test
I'm really sorry I am totally lost. Can you share
1/ Exact code
2/ Exact error + exact request id req_12345
1- resource_missing
2- req_vsqxIiIcsBWg4L
I need your exact code, like the code you wrote to test this
Right now the error is that you are creating a Token for the bank account details on account A but then you try to use that Token on a different account B.
The reason is that you created the Token with Stripe's default Publishable API key instead of your own
If you fix your code to use your own Publishable API key it will work