#subin_error
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/1359403465109143593
đ 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.
- subin_error, 17 hours ago, 7 messages
- subin_docs, 1 day ago, 22 messages
- subin_docs, 4 days ago, 7 messages
- subin_error, 4 days ago, 12 messages
Hi! When you log into your account, are you able to view the correct publishable key?
i am using Oauth for refrshing
yes this is the publish key i get while connecting to stripe via Oauth.
i checked the log the key in the error is correct.
Which plugin are you using?
webtoffee stripe plugin
I'm the developer of this plugin.
i was testing my plugin.
So i got this error while using one of my test account
Are you able to try connecting via the OAuth again to see if the same issue occurs?
yes
i am able to replicate the issue with the account i shared
i connected with another account and it worked fine
Let me look into this.
there is a popup when trying payment with the account which have problem
I have re-read everything and am a little confused with your issue. acct_1Pza6dGv07M9Hyxh is your Stripe account? Are you connecting your Stripe account to webtoffee's plugin?
yes
I do see on your account that an OAuth token was consumed twice. This eventually disconnects your account from the plugin: https://docs.stripe.com/connect/oauth-reference#:~:text=test â is revoked.-,Note,-Per OAuth v2
I believe this issue might be due to above since your recording mentions Platform access may have been revoked. You will need to reach out to Webtoffee to go through the OAuth process so you can re-authorize them.
i working at webtoffe
i was testing the plugin and i got the error.
i tried to re-authorize and the result is the same
How are you using OAuth to connect your account to the plugin?
here i dont think issue with plugin.
because i can able to connect with other account and able to pay without any isssue
So you have other Stripe accounts that successfully connect using the link above?
Also if you look into the events for the account that you provided, you de-authorized WebToffee: https://dashboard.stripe.com/test/events/evt_1RBa0LGv07M9HyxhqIIMAQSR
You need to re-authorize it.
From your link it looks like you are using Stripe Apps and created your own OAuth link: https://docs.stripe.com/stripe-apps/api-authentication/oauth#create-install-link
Can you try going through the link and let me know what happens step by step?
the issue fixed.
i just uninstall the app and install it again and issue fixed.
but my concern is if the connection deautherized in stripe dash board.
but iam not done that.
what is the reason for that?
my second concern is if the connection deauthorized then i tried to connec using this link the connection get authorize?
what is the reason for that?
This de-auth happened because the OAuth token was consumed twice. There could be multiple reasons for this. For example, when the redirect URL is refreshed consuming the OAuth token a second time. Or a user thinks they did not complete the flow properly the first time and thus tries to go through it a second time. We can't really tell for sure as the consumption happens on your end.