#_iapp_technologies_llp
1 messages · Page 1 of 1 (latest)
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.
- _iapp_technologies_llp, 5 days ago, 13 messages
- _iapp_technologies_llp, 6 days ago, 16 messages
- _iapp_technologies_llp, 6 days ago, 40 messages
👋 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
Find help and support for Stripe. Our support site provides answers on all types of situations, including account information, charges and refunds, and subscriptions information. Get your questions answered and find international support for Stripe.
Hi
Do you have any follow up questions based on the response above?
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.
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
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?
Is this for Terminal?
yes
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
ok thanks, let me check.