#sebastian10 - Financial Connections
1 messages · Page 1 of 1 (latest)
hi
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.
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
Learn how to collect your Custom connected account’s bank account and use account data to enhance payouts.
Nothing happens, the widget doesn’t open, but checking that url the error says that the secret is not a valid Financial Account secret
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?