#TheUchi007-financial-connection
1 messages · Page 1 of 1 (latest)
Is that the full error message? If not, can you share the complete error?
Lemme see
Failed to load resource: the server responded with a status of 400 ()"
That is pretty much it
What makes me confused is why it is having said error on one side, and not on the other
I can create the connect account just fine
are both the sites using the right/same API keys?
or are they using different publishable (pk_test_xxxx) and secret keys (sk_test_xxxx)?
They are using different webhook keys, since the webhook listener for local is on localhost, but that is it
Again, I can do any other Stripe stuff with no issues
The only issue is the financial session
can you try printing out the client_secret value? before you use it in collectFinancialConnectionsAccounts?
no need to share necessarily but can you confirm if it looks like following?
fcsess_client_secret_XXYYYYYZYZYYYZYZ
yup, thats how it looks like
just to confirm, you're seeing that error when you run stripe.collectFinancialConnectionsAccounts correct?
the one I am running is "collectBankAccountToken"
That's the one that the guide uses
can you share the guide link please? I feel like I'm looking at a different one 🙂
Sure, gimme a few mins to find it lol
Learn how to collect your Custom connected account’s bank account and use account data to enhance payouts.
Most specifically step 4
huh can't think of anything else that can affect it.
If the format of the secret is fine and you're initializing with the right keys then I can't think of a reason why it wouldn't work.
Since the feature is still in beta, I would suggest you reach out to our support about this so that they can put you in touch with the right team
https://support.stripe.com/?contact=true
Find help and support for Stripe. Our support center provides answers on all types of situations, including account information, charges and refunds, and subscriptions information. Get your questions answered and find international support for Stripe.
ok, I will try contacting them. So there should be no reason for it not to work on the production site, correct?
Like, there is no setting on Stripe that I need to change so it works on there, correct?
Also, is there any limit of how many times I can request a connection?
Nope
Not as far as I'm aware.
This is the object I get back
{
code: ""
message: "This is not a valid Financial Connections Session client_secret."
type: "invalid_request_error"
}
Is there any other way I can verify a bank account that is being added?
I think hanzo's recommendation is going to be best here, as this is a new product and the product team is going to be best suited to assist.