#-itgma_code

1 messages ¡ Page 1 of 1 (latest)

finite gardenBOT
#

👋 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/1339702628229058811

📝 Have more to share? Add more details, code, screenshots, videos, etc. below.

urban crest
#

Good question, looking in to this. Do you have the ID of one of these events? I thought that these events would also have a stripe account

olive rune
#

evt_1Qs9Ya2MiysVsYtpMIMuFgib

urban crest
#

It looks like the CLI endpoint was running as an account endpoint on the connected account itself (acct_1QrxQq2MiysVsYtp)

#

Trying to think of what may need to happen here. I think the CLI may be logged in as your connected account rather than the platform. I think you need to run stripe login again and choose your platform account's name on the dashboard page that shows up

#

Oh wait, I may be mixing things up. acct_1QrxQq2MiysVsYtp doesn't look to be connected to anything. What is your platform account and what is the account with the app installed here?

olive rune
#

the account with the app is acct_1QrxQq2MiysVsYtp and the app is installed in acct_1NJVvNKpC3widkhB

urban crest
#

I'm seeing that the event exists on acct_1QrxQq2MiysVsYtp, so it looks like the issue is that it wasn't generated on acct_1NJVvNKpC3widkhB. Did you potentially run stripe trigger customer.created --stripe-account acct_1QrxQq2MiysVsYtp? (In which case we should probably add something to catch that in our CLI code)

olive rune
#

ah, so should I sign in to the CLI with acct_1NJVvNKpC3widkhB and then send the event?

urban crest
#

No I think acct_1QrxQq2MiysVsYtp is good to be logged in as. I think the proper command should be stripe trigger customer.created --stripe-account acct_1NJVvNKpC3widkhB

olive rune
#

got it, I got to fix the rk key and I think it's going to be good. Thank you!!