#0x00000539
1 messages ยท Page 1 of 1 (latest)
Hi there, I beleive you need to share the install link, not tess Oauth link to install the app. An install link is something like https://marketplace.stripe.com/apps/install/link/{id}?redirect_uri=https://example.com.,
Hey Jack, thanks for the quick reply
I did test this as well, but in this case what I get is a never-ending loading spinner:
https://marketplace.stripe.com/apps/install/link/xyz.pangealabs.pangea?redirect_uri=https://gus-app-api.qa.pangealabs.xyz/integrations/stripe/callback&state=d770ab39-81f4-4613-9e0d-717c06c2bd96
I saw the same problem, let me feed back to the relevant team.
thanks, much appreciated
Can you share with me your merchant ID? you can find it from the Stripe Dashboard -> Settings ->Account Details
Got it:
acct_1NbALpJZnAgvOfJX
Thanks. https://stripe.com/docs/stripe-apps/install-links-oauth#use-install-link
Did you complete the Step 1 : Publish a new version of your app that defines allowed_redirect_uris. ?
Not yet, I'm currently on step #2 "Test your install link" from the doc you shared.
Ah I see. You need to pulish it first before using the install link.
But that means sending the app through the review process, right?
The doc states:
You can use external testing with the following steps to test the install link before submitting it for review:
If you want to do external testing, you can follow this link https://stripe.com/docs/stripe-apps/test-app
Yes, that's what I am trying to do. This is what I get in my developer console:
This is the "Test oAuth" URL:
https://marketplace.stripe.com/oauth/v2/channellink*AYm9wL00zwAAAKHY%23EhcKFWFjY3RfMU5iQUxwSlpuQWd2T2ZKWA/authorize?client_id=ca_ONwpe0VYWKmujHmVuGIlbQIXc3g7j81h&redirect_uri=https://gus-app-api.qa.pangealabs.xyz/integrations/stripe/callback
However, when I access the URL, I get redirected back to the Square Marketplace instead of going through the expected oAuth flow
Ok, let me check again,
Copy! Thanks
Hello! Hopping in here since jack had to head out - can you try out this link instead:
http://dashboard.stripe.com/apps/install/link/channellink*AYm9wL00zwAAAKHY%23EhcKFWFjY3RfMU5iQUxwSlpuQWd2T2ZKWA?redirect_uri=https://gus-app-api.qa.pangealabs.xyz/integrations/stripe/callback
Hi Karbi, sure thing, let me test it out
Preliminary analysis indicates it works well ๐
I still have to do the signature validation, etc
hurray! glad it worked ๐
May I ask what was your rationale behind this URL? For me it seems like you picked up the App "Test post-install link" and appended the redirect URL to the query string
is that correct?
yup - our dashboard was incorrectly showoing you the oauth link when we shouldn't have