#swaroopnagothi25_api
1 messages · Page 1 of 1 (latest)
👋 Welcome to your new thread!
⏲️ We'll be here soon! Typically we respond in a few minutes, but sometimes we might take a bit longer if the server is busy or if you have a particularly tricky question.
⏱️ We close idle threads, which makes them read-only. Once a thread is closed it won't be reopened, but you can always start a new thread if you have another question.
🔗 This thread will always be available, even after it's closed. You can find it again using Discord's search, or you can save this link: https://discord.com/channels/841573134531821608/1383140683938009304
📝 Have more to share? Add more details, code, screenshots, videos, etc. below.
https://api.stripe.com/v1/financial_connections/sessions/synchronize isn't a public API. Where did you see this error from?
https://api.stripe.com/v1/financial_connections/sessions/synchronize
client_secret: fcsess_client_secret_uQBo3ICoTGiRtMFGPIc3ThoS
emit_events: false
key pk_test_NQU2GbIrWeWQ2v1oNJnxnvZq
_stripe_account acct_180BBtK0U4n93ewR
This is the request body.
while i am going to create the financial connection session, stripejs is making this call
And sometimes it is failing
Ah I see! This was an internal request from StripeJS. Let me check if I can find any internal logs for this error
stripe.collectFinancialConnectionsAccounts This is the call
Could you help to check the network log of this failed request on the following and share the details with me?
- Its response body
- Go to
Headers> Look forResponse Headers> Look forRequest-idand share its ID (req_123)
req_YcD6VO36aP3sd4
Thanks for sharing! This is very helpful
The error shown that the client secret is invalid
Can you share the request ID (req_123) which you created client secret? Here’s how you can find it: https://support.stripe.com/questions/finding-the-id-for-an-api-request
Find help and support for Stripe. Our support site 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. but it was working fine before.
I can't access or view the client secret details on my side, so I'd need the financical connection creation request to identify what could be the reason why this client secret didn't work
ok
Could you share the request ID, so that I can look into the issue further?
Here is the request ID: https://dashboard.stripe.com/workbench/logs?object=req_BwhHy3rN04gnTh&filtered=true
Sign in to the Stripe Dashboard to manage business payments and operations in your account. Manage payments and refunds, respond to disputes and more.
StripeJS: req_f5OkFoBqsN14iu
Stripe APi Request_id: req_BwhHy3rN04gnTh
can you check whats worng here
teh above call failed
Hi sorry just now seeing this
Looking
req_f5OkFoBqsN14iu looks like it doesn't exist on my end
Can you double check that ID?
Hi there 👋 I see the request you shared was from livemode. Did you see this same problem when first testing this flow in testmode?