#literatelapellabel_best-practices

1 messages ¡ Page 1 of 1 (latest)

worn sparrowBOT
#

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

📝 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.

zinc kettle
#

hi there!

#

can you clarify how exactly you are trying to deauthorise the app?

jade pumice
#

using the following PHP code.

 $deauth = OAuth::deauthorize([
            'client_id' => $this->getClientId(),
            'stripe_user_id' => $this->getStripeClient()->getAccountId(),
        ]);
zinc kettle
#

and what's the response you get back from Stripe? an error?

jade pumice
#

No i get the following response

{"Stripe\\StripeObject":{"stripe_user_id":"acct_1ODFpKC1cjgvLQaL"}}} 
#

But the app remains installed in the stripe account.

#

I can record a demo of the issue?

zinc kettle
#

no I think I have all the information I need. looking into this.

jade pumice
#

Thank you, if its of any additional help. Once I have uninstalled once, follow up installations say the app is already installed, but then trying to uninstall again reports.

This application is not connected to stripe account acct_1ODFpKC1cjgvLQaL, or that account does not exist.

So its like the deauthorisation is successful, but not in the stripe UI

solar blaze
#

Where do you see it on Stripe Dashboard exactly?

jade pumice
#

And the icon is in the side drawer

solar blaze
jade pumice
#

No worries.