#sebastian10 - Financial Connections

1 messages · Page 1 of 1 (latest)

crisp lake
#

HI 👋

celest moth
#

hi

crisp lake
#

the library starts making calls and one of them breaks:
What calls?

#

Also financial connections is a beta product so some features are likely to be unstable.

celest moth
#

I was following the instructions in https://stripe.com/docs/financial-connections/connect-payouts
Updating the Stripe libraries I can generate the session but when trying to open the widget in the FE
const response = await this.stripe.collectBankAccountToken({
clientSecret
});
the library starts making calls and one of them breaks

#

Nothing happens, the widget doesn’t open, but checking that url the error says that the secret is not a valid Financial Account secret

crisp lake
#

You just copy/pasted the same response. Can you please be more specific about exactly what network calls were made and which one(s) returned an error?

celest moth
#

yes 1 min thank you

#

we got it working was a wrong secret thank you!