#_iapp_technologies_llp

1 messages · Page 1 of 1 (latest)

sick falconBOT
#

Hello! We'll be with you shortly. 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.

calm elm
#

👋 How can I help?

#

Account id: acct_1OIYnYQT6JxpZGp4

I am facing issue while fetching the location from stripe dashboard for shared account id.
I have updated the location when signup from stripe form, but i didn't get the location

This channel is for developers and technical integration questions. For Dashboard related questions, our Support team will be able to help https://support.stripe.com/contact

viral heart
#

Hi

calm elm
#

Do you have any follow up questions based on the response above?

sick falconBOT
viral heart
#

yes, we are using account retrieve api from stripe to get user detail which is filled by user during onboarding process, but we get null values for address while getting detail.

native locust
#

acct_1OIYnYQT6JxpZGp4 is your connected account right? If so, that's expected. Standard connected accounts provide their information directly to Stripe for verification so there are certain fields/info that are considered as Personally Identifiable Information (PII) which should not and will not be visible / available to you as the Platform account

viral heart
#

yes, this is connected account but now I need location id and need to hit location api from stripe. To use this api address, postal code, state, city is required. From where I can get these parameters?

native locust
#

Is this for Terminal?

viral heart
#

yes

native locust
#

you're probably going need to collect that information separately, or alternatively collect it upfront and prefill those information when you first create the Account

viral heart
#

ok thanks, let me check.