#Zan
1 messages · Page 1 of 1 (latest)
hi! often that means something like you are using the wrong API key. Do you have more context on the exact code you ran? maybe a request ID req_xxx https://stripe.com/docs/api/request_ids ?
cs_test_a11BncYFQH00dHyeONG65ADxiU4djd0rJtfZrs5tj2mNfEtqTkVjqKc2jw
this was the Id returned after session was created
Trying to get detail like this - Session session = sessionService.Get(session_id);
you created that Session on a connected account, though, right?
which means to retrieve it, you need to do the same thing of creating a RequestOptions with the right StripeAccount and passing that to the Get call https://stripe.com/docs/connect/authentication
yes.