#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/1341333626465554494
๐ 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, 19 hours ago, 3 messages
- subin_unexpected, 3 days ago, 33 messages
- subin_docs, 4 days ago, 3 messages
- subin_error, 6 days ago, 12 messages
- subin_error, 6 days ago, 5 messages
is this permission set in OAuth app?
Or just pass on inatall link?
my current instalation link is like this : aHR0cHM6Ly93b3JkcHJlc3MtMzE5NTY3LTQ3MzYyNjAuY2xvdWR3YXlzYXBwcy5jb20vP3djLWFwaT13dF9zdHJpcGVfb2F1dGhfdXBkYXRlJm1vZGU9dGVzdCZuYW1lPWVoX3N0cmlwZV9wYXltZW50X2dhdGV3YXk
WebToffee Stripe OAuth connection was only granted "read" access instead of "read_write" during the onboarding process. Since WebToffee controls the OAuth onboarding link, we need a new OAuth connection link that explicitly grants "read_write" permissions.
this was a cummunication with stripe support from our client
I think we already assisted you yesterday regarding this
and asked you to generate a read_write oauth link
And we shared with you this guide:
https://docs.stripe.com/connect/oauth-reference
how cpould i check it worked or not.
By generating a test oauth link and test your app
is there is any place where the permission get dispalyed.
i provided updated install link.
I refer the guid but i dont find nothing other than the scope set in install link
i dont get error.
the error given client and i cant test it on client site.
on my test environment read permission is working fine
where should the permission get dispalced
You need to double check what is the diffrence between your website and your client's website
if i pass scope in my installation link with read_write ,
it will make the permission read write?
the clint account id is acct_1HEycSBAV2agN3gf
๐ taking over for my colleague. Let me catch up.
now i passed the read_write as scope in installation link, where can i find the change in permission?
is this related to Stripe Apps?
sorry trying to go over quickly through the thread...
oh sorry I see now
the install link i updated with scope.
the updated link : https://marketplace.stripe.com/oauth/v2/authorize?client_id=ca_Pl5sdRX9ZIbMhFni2PDjsnkMEERxD3Ye&redirect_uri=https://verify-stripe.webtoffee.com/wp-json/wt-stripe/v1/oauth&state=aHR0cHM6Ly93b3JkcHJlc3MtMzE5NTY3LTQ3MzYyNjAuY2xvdWR3YXlzYXBwcy5jb20vP3djLWFwaT13dF9zdHJpcGVfb2F1dGhfdXBkYXRlJm1vZGU9dGVzdCZuYW1lPWVoX3N0cmlwZV9wYXltZW50X2dhdGV3YXk&scope=read_write
earlier link not had the scope on it.
My question is, how could i check the permission is set?
is it visible in app page on stripe?
ok give me a minute please
here i dont see any permission set to read_write
what request is failing exactly?
apple pay.
ok
I'm terribly sorry for the late reply still looking into it
are you doing this step https://docs.stripe.com/stripe-apps/api-authentication/oauth#obtain-access-token to get the access tokens?
you need to use the stripe_publishable_key in your frontend