#orelzman_api
1 messages ยท Page 1 of 1 (latest)
๐ 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/1311010303416467567
๐ Have more to share? Add more details, code, screenshots, videos, etc. below.
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.
- orelzman_api, 12 minutes ago, 23 messages
- orelzman_api, 3 hours ago, 33 messages
Hi there
Hi ๐
Could you share the destination ID for that webhook?
If you click that webhook, you should see an event destination ID in workbench. The ID begins with "we_"
we_1QPRP6RxhYQDfRYG7RjUqyeU
Okay, I see we tried to deliver events to the ngrok endpoint but that endpoint replied with a 500 response
I tried again
(Still the same in the terminal)
All I got is authorized/deauthorized
(Still the same in terminal)
In your terminal, can you run stripe config --list and share with me the account_id you see? (just the account ID , please)
acct_1QPLDSLcdCflntvq
I see now that it's not the account that's registered in my db
I logged in form the account I authenticated with
Is it expected that every time I authenticate with Stripe I get a different account id?
You as a Stripe user (who logs in with a specific email address) can have access to multiple merchant accounts. Each of those merchant accounts has a unique account ID (acct_...)
done
Then use stripe login to authenticate the CLI again. I recommend paying close attention to which account you're logged into on your browser before you use this command
I have 2 different google accounts (different chrome users). That's how I differentiate
Still the same. acct_1QPLDSLcdCflntvq
Okay, that's fine. When you use stripe login, you'll be prompted to press enter, which will open a browser window
I'll try to login from the other one
and this is not the account you want to log into, correct?
I recommend logging out of Stripe from your browser entirely then before using stripe login
Alright, I think you're working with at least three different account IDs
we_1QPRP6RxhYQDfRYG7RjUqyeU (which you shared above) is not tied to acct_1QPRyJAJzppB4sR5
Ah, I see. acct_1QPRyJAJzppB4sR5 is connected to the platform that uses Connect endpoint we_1QPRP6RxhYQDfRYG7RjUqyeU
Exactly.
Okay, let's take a step back
If you log into Stripe (on your browser) as the platform then authenticate the CLI as the platform, you can trigger events as the connected account by using the --stripe-account flag: https://docs.stripe.com/cli/trigger#trigger-stripe_account