#duck-setupintent-secret
1 messages · Page 1 of 1 (latest)
duck-setupintent-secret
99% of the time, the problem is mixing up API keys or having the wrong connected account id
Can you give me the SetupIntent id seti_123 so that I can have a look?
seti_1MkDbAHbS2UiCeoxwMpPwSkR_secret_NVE33dwzRwgwRukvWUCTj8lJlvx5Dm6
The setupintent is coming in through the webhook.
you have 2 Stripe accounts, you created the SetupIntent on account A but then are confirming it on account B and it's failing
That shouldn't be happening given how my code is. I do have the two accounts. I'm using one for development, and one on the production server, just to keep them separate. Let me see if anything is coming in on my local server.
Your code is trying to call https://stripe.com/docs/api/setup_intents/retrieve in Python in Test mode on the wrong account at least that's what I see
I think I might know where this might be happening, but it will take a bit to get it corrected. Have to rebuild docker after I fix it.
Anyway, that gives me somewhere to look. Thanks.
sure! Let me know if you're still stuck
Okay, I figured it out. I had a bigger misconfiguration than I thought. Thanks for the help.