#literatelapellabel_best-practices
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/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.
- literatel_webhooks-apps, 6 days ago, 18 messages
using the following PHP code.
$deauth = OAuth::deauthorize([
'client_id' => $this->getClientId(),
'stripe_user_id' => $this->getStripeClient()->getAccountId(),
]);
and what's the response you get back from Stripe? an error?
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?
no I think I have all the information I need. looking into this.
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
Where do you see it on Stripe Dashboard exactly?
Sign in to the Stripe Dashboard to manage business payments and operations in your account. Manage payments and refunds, respond to disputes and more.
And the icon is in the side drawer
Sorry, but our team doesn't know much about how Stripe apps work on the Dashboard. I suggest you to reach out to Stripe Support: https://support.stripe.com/?contact=true
No worries.