#subin_docs
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/1358665911413903603
đ 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_docs, 2 days ago, 7 messages
- subin_error, 2 days ago, 12 messages
why it do by using a server for the platform app
Could you elaborate a bit more? What do you mean by platform "app"?
iam a developer of a stripe plugin in wordpress.
i am itergrated Oauth in my plugin
i use a server for refrshing the toekns.
one of my client has a concern that a third party server handling the refrshing.
the serve iam talking about is verified by stripe
I see. Are you the creator of the Github issue above?
no
iam work with plugin.
one of my client created this issue.
And he shared it with as
So you are developing integration for your client, using their Stripe app, but you are using the woo commerce plugin OAuth here?
iam working on a wordpress plugin.
one of the user install the plugin created that githib issue.
and he shared it to our support.
I see. How are you implementing this plugin using our OAuth implementation? And which part do you seek clarification on?
we using our server in between client server and stripe server for handeling the refreshing of access tokens
alos when connection via oauth the cleint install link and redrect to stripe and from there they select te account and install our app and redirected to our server and from there the the token are sent to client site.
the server domain is added in redirect uris in app.
this how the documentation suggests.
so how do i reaply to the client about the concern raised by the client
Sorry you would want to fix all the typos, since we are having difficult following your question
We also need more clarification on how your plugin OAuth work. Do you use Stripe app? Which Stripe Doc have you based on when creating this plugin?
I am working as developer for a stripe plugin in wordpress.
We integrate Oauth in our plugin.
We submitted the app in stripe and get approved.
here we use our server for handeling the refrshing of oauth tokens.
the client raised a concern about using our server in between stripe and his site.
I see, are you using this flow? https://docs.stripe.com/stripe-apps/api-authentication/oauth
Okie so I get the user question. They want step 6 of "Exchange the authorization code for an access token" and step 7 of "Refresh your access token" be done on their server (Wordpress site) instead of your server (plugin site). I believe that's on your plugin development area and you would want to discuss with the plugin developers team (or your team? if you are working on the plugin)