#bvodola - Tax Form screen

1 messages · Page 1 of 1 (latest)

dapper moss
#

Do you have the doc you got that URL from?

#

And when you say test users can't see it, is that to say live users can see that same URL?

jolly lion
#

I got that URL from actually going into the stripe panel with a user I created in our prod env.

And some live users see it, others don't. I'm guessing Stripe shows it according to tax form requirements for each user.
But no test users see it, ever.

Just to clarify the steps I'm taking:

  • I'm using stripe.accounts.createLoginLink() (in my backend, using stripe-node) to retrieve the URL of the WebView
  • Once that URL is opened and fully loaded, I'm redirecting the user to https://connect.stripe.com/app/express#taxes (and that's where I'm having trouble testing)
dapper moss
#

Do you have the ID of an account that can see it and one that can't?

#

Looking in to what may restrict that access

jolly lion
#

Actually I was just talking to the other devs. Looks like everyone in prod sees it.
So, the only real difference is between live and dev user.

#

But dev users don't even have that section

#

(image above was from live user)

#

Now, this is from a dev user

dapper moss
#

I would actually reach out to our support for this issue, they'll be able to better address this https://support.stripe.com/?contact=true

#

This server is more for coding questions; I briefly thought I'd be able to see if this was something your integration was setting on these accounts. This seems to be more about how the express site works and unfortunately I am not as well versed in that.