#marmanoff_api
1 messages ยท Page 1 of 1 (latest)
๐ Welcome to your new thread!
โฒ๏ธ We'll be here soon! Typically we respond in a few minutes, but sometimes we might take a bit longer if the server is busy or if you have a particularly tricky question.
โฑ๏ธ We close idle threads, which makes them read-only. Once a thread is closed it won't be reopened, but you can always start a new thread if you have another question.
๐ This thread will always be available, even after it's closed. You can find it again using Discord's search, or you can save this link: https://discord.com/channels/841573134531821608/1227165985597816864
๐ Have more to share? Add more details, code, screenshots, videos, etc. below.
Indeed, that field is required in most scenarios. You can see all the required info for verification purposes here: https://docs.stripe.com/connect/required-verification-information
In the cases of an individual if they don't have a website they can include a URL to a online social profile or something
But we cant expect our private users to have Companies and websites of their own?
In any case, any further questions relating to verification requirements are better suited for support
We wish we could help, but you need to talk to Stripe support
We can only help on Discord if all of the following are true:
- ๐งโ๐ป You must be a developer
- ๐ ๏ธ Your question must be about building a Stripe integration
- โฑ๏ธ You must be available to respond in realtime
- ๐ฅ You must be comfortable receiving help in public (this is a public server)
If any of those aren't true please contact Stripe support.
If all of those are true we may have misunderstood your question; please provide more details below.
Note that using an inappropriate button or submitting inappropriate information is a violation of our rules. You will be removed from this server if you repeatedly create invalid threads.
verification requirements? Im here on behalf of my developers. They do not know what functionality to implement to not encounter this issue.
Does stripe not have an API for private users to just withdraw money to their stripe accounts that they connect without needing to add a website or company to the mix?
They do, which is what you're implementing. But, as per the link i've shared, even when creating a custom account with business_type: 'individual' like you are a URL is required before a first payout can be processed
There's no integration/functionality to avoid that โ it's just a KYC requirement
If you've any specific Qs around that, then support is your best bet ๐
and if the customer does not have a website?
I already recommended a way to 'workaround' that
Could we hide this field and input our own website, would that be according to stripes rules?
No because the field is a requirement for the account to be verified
Please refer to the link I shared
It says in the doc that the URL is a business url, could they implement their profile page from our website? Because thats where they market themselves
and thats where they earn their income from
Thank you
Just one last developer question
Is it possible for us to hide the website field, and automatically fill in the link to their profile to improve the user experience?
You can provide the parameter in your API request to create the Account: https://docs.stripe.com/api/accounts/create#create_account-business_profile-url
Complete reference documentation for the Stripe API. Includes code snippets and examples for our Python, Java, PHP, Node.js, Go, Ruby, and .NET libraries.
I believe that should hide the field in the onboarding UI
The only thing im struggling with understanding is we only get 3 options in our current API.
Individual, Company, Non-profit
All these 3 are VAT allowed
there is not a single choice, for private user, where we can ignore vat.
I don't understand the question
Well PRIVATE users do not need to see VAT information, that's company based
For instance lets say a Company wants to know their vat, thats what they need. A private user does not need this information
OK, but where are you seeing VAT info
they cant do anything with the vat eitherway
Im not, thats my issue. I want VAT to be displayed for companies while it will not display for private users is my point
But displayed where?
and we do not have an OPTION to only select a private user, in our current setup we have Individual, Company and Non-Profit, which are all seens as "Company types"
in the payment page on our website?
I thought that was a part of the api, and in the receipt?
OK, we were talking about onboarding a moment ago โ please be more verbose in what you're describing
What payments APIs/UIs are you using and where/when do you see VAT?
Screenshot helps too
I dont see VAT. my point is we need to display VAT for company types when they make a payment using their company card.
At the same time we dont want to display VAT when private users make a payment, but there is no option to select a private user because all users are considered Companies.
-Individual
-Company
-Non Profit
3 kinds of companies
Again, some kind of visual represenation of what you're describing what be helpful as right now I've no idea what you're referencing