#fazilhussain015-connect
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.
- fazilhussain015, 46 minutes ago, 4 messages
- fazilhussain015, 1 day ago, 8 messages
- fazilhussain015, 1 day ago, 16 messages
- fazilhussain015, 3 days ago, 9 messages
- fazilhussain015, 4 days ago, 14 messages
๐ happy to help
I'm not sure all the details provided are exposed
what do you need exactly?
i want to get the details of the individual and business also
for the individual couldd be leggal name,phone,email,address,ssn
and for the company bussiness_name,business_address,tax_id
you can retrieve an account https://stripe.com/docs/api/accounts/retrieve
Complete reference documentation for the Stripe API. Includes code snippets and examples for our Python, Java, PHP, Node.js, Go, Ruby, and .NET libraries.
and you will receive this object https://stripe.com/docs/api/accounts/object
Complete reference documentation for the Stripe API. Includes code snippets and examples for our Python, Java, PHP, Node.js, Go, Ruby, and .NET libraries.
as far as the individual and company fields, you won't be able to get these unless the account is a Custom Account
im already using this api
$data = $stripe->accounts->retrieve("acct_1OAtOpQ1smU1Xh1Y", []);
but unable to get the customer related details
so in the case of express that's not possible
okay if i go with the custom than onboarding process will be same like express
in the case of Standard and Express the PII is not available for the platform and it's only managed by Stripe
you can use Hosted Onboarding with Custom
okay if i create the account as custom than the same api will be used to retrive the information ?
yes
fazilhussain015-connect