#jasontheadams-UnknownApiErrorException
1 messages · Page 1 of 1 (latest)
I'm wondering if there's something specifically wrong with the account trying to connect. If I provided a connect code would that help?
hello! looking one sec
Thank you!
not sure off hand but typically you catch those errors and log them into a crash logging tool that stores the stack trace and logs out the error and request made, so you can go back and look into n different errors and dig in individually
Oops, missed your reply. I am looking at the crash logging tool. The exception itself supplies no information. It's for a token request using the authorization_code grant type. If I gave you the code used could you check on your end for more information?
possibly? logging (on our end) for those OAuth requests is fairly limited
but can try
Code: ac_KhhZaxAsU4K5Kr6PHyPSKMWBrbxo06Oy
That's the code as returned by Stripe from the redirect and used in the subsequent token request.
gotcha, yeah I'm not seeing anything unfortunately, this is not logged as I thought it would be (on our end)
Bummer. Hmm. I have no idea how to debug this. We're sending the user to Stripe, then taking the code given to us upon return and using that to request a token. This usually works and sometimes doesn't. 🙁
Nothing has changed in our code and the issue started happening within the last 4 hours.
Is it possible there's something wrong with the account?