#orelzman_api

1 messages ยท Page 1 of 1 (latest)

void salmonBOT
#

๐Ÿ‘‹ 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.

warm schooner
tepid silo
#

Hi there

warm schooner
#

Hi ๐Ÿ™‚

tepid silo
#

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_"

warm schooner
#

we_1QPRP6RxhYQDfRYG7RjUqyeU

tepid silo
#

Okay, I see we tried to deliver events to the ngrok endpoint but that endpoint replied with a 500 response

warm schooner
#

I tried again

#

(Still the same in the terminal)

#

All I got is authorized/deauthorized

#

(Still the same in terminal)

tepid silo
#

In your terminal, can you run stripe config --list and share with me the account_id you see? (just the account ID , please)

warm schooner
#

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?

tepid silo
#

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_...)

warm schooner
#

Makes sense

#

So how I can set a specific account ID for the stripe cli

tepid silo
#

You'll have to log out of the CLI and log back in

#

You can do this with stripe logout

warm schooner
#

done

tepid silo
#

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

warm schooner
#

I have 2 different google accounts (different chrome users). That's how I differentiate

#

Still the same. acct_1QPLDSLcdCflntvq

tepid silo
#

Okay, that's fine. When you use stripe login, you'll be prompted to press enter, which will open a browser window

warm schooner
#

I'll try to login from the other one

tepid silo
warm schooner
#

true.

#

This is what I have in my db.
acct_1QPRyJAJzppB4sR5

tepid silo
#

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

warm schooner
#

Exactly.

tepid silo
#

Okay, let's take a step back

warm schooner
#

This one worked! Fantastic

#

Thank you :))