#rast_23134
1 messages · Page 1 of 1 (latest)
Hello! We'll be with you shortly. Below are links to other discussions we've had with you in the past week in case you want to review that information. If your question is related to one of these previous discussions, please provide a comprehensive summary of the current state and what you need help with now. We help many users simultaneously, so a summary allows us to resolve your issue as soon as possible.
- rast_23134, 1 day ago, 11 messages
hi! probably means you created the Session using the API key of a different account and this server is misconfigured to use the key of a different account, or you're using Connect and not using the StripeAccount options correctly
What would be the way to check that? Listing configurations stripe config --list shows that test_mode_pub_key matches the one defined in the portal.
hmm I'm not sure where stripe-cli came into this
do you have the request ID req_xxx from the 404 error that you got?
yeah you are using Connect as I mentioned
when you create the CheckoutSession, you passed StripeAccount, right?
that means when you Retrieve the session, you have to pass it as well
got it, thanks!