#dbugger_unexpected
1 messages ยท Page 1 of 1 (latest)
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.
- dbugger_code, 2 days ago, 22 messages
๐ 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/1274009508569419817
๐ Have more to share? Add more details, code, screenshots, videos, etc. below.
This is the dropdown, showing "invoicemaster.org", which wasnt there a couple hours ago
And this is the message when trying to turn it off
Hi there ๐ looks like you created a new Stripe Account, but sounds like a testmode only account.
How could I have ever done that?
I was messing with the stripe CLI, but all I really did was "stripe login" and "stripe trigger" and "stripe listen"
Clicking that "Create new account +" button would do it. You could have created a Connected Account via the dashboard or the CLI or the API.
Do you have the ID of the new account?
That's a Connected Account, that was created by a request made to our API from a Node backend. This is the request where that was done:
https://dashboard.stripe.com/test/logs/req_Xyl2czKCc8JSrj
Sign in to the Stripe Dashboard to manage business payments and operations in your account. Manage payments and refunds, respond to disputes and more.
You're probably in the wrong account
how the... I have no clue how could I have ever done that...
Is it possible to do it with "stripe login"?
Not that I'm aware of. It wasn't done from the CLI. It was done from a Node server.
... my backend did it?
Seems that way
And how is it made, that the account is only available in "test mode"?
The request was made in testmode, used your testmode secret key, so a testmode Connected Account was created.
Shouldn't be