#Estela
1 messages ยท Page 1 of 1 (latest)
Hi there
com.stripe.exception.PermissionException: This application does not have the required permissions for the parameter 'company' on account 'acct_1N1UXyFjEOZRQgb6'.; code: oauth_not_supported; request-id: req_mMRNrY56gpG42D
For Express you can only prefill this info on account creation. Afterward the user needs to fill it in themselves via Account Onboarding or via their Express Dashboard
Is it possible that the Tax id field is not displayed in the form that the user must fill in?
I have recently finished the onboarding process and I have not covered a field with that information... ๐
What are you setting for collect for your Account Link?
Are you setting eventually_due?
What happened?
I need to ask for the Account data for PDF invoices. I have managed to put the address with SupportAddress, but I cannot add the tax id
I need the custom field with de Tax Id appears under the SupportAddress like the right part with customer data
Hmm
So that should be handled on the Invoice itself: https://stripe.com/docs/api/invoices/create#create_invoice-account_tax_ids
Not sure you can set a default here for Express Accounts for that
Are you using Direct Charges on your Express Connected Accounts here?
Like you are creating the Invoice directly on the Connected Account?
I see this parameter but how can I set the Tax ID if it does not exists?
I have tried the "account_tax_ids" parameter but when I implement it and pass the Tax ID of that user it tells me that it is not valid, from what I understand that what you need is an internal ID of an existing Tax Id?
I create the invoice with on_behalf_of and I use Separated Charges
Ah okay then yeah you would set these Tax IDs in the Dashboard under your account
Then you grab the actual Stripe ID for that Tax ID and pass that to the API
You do that in your Dashboard here: https://dashboard.stripe.com/settings/billing/invoice
Oh, but I need to associate each Tax ID with a connect account
Let me check on what the limit is for adding them to your account
OK!
Okay sorry for the wait
So right now it looks like the maximum you can add is 25: https://stripe.com/docs/tax/invoicing/tax-ids#:~:text=With Stripe%2C you can add,tax IDs to your account
There currently is no other way to add Account Tax IDs
So we are submitting a feature request to add an API endpoint for this so you can handle it programmatically
But currently this is going to be pretty limiting if you need more than 25 different ones
It is quite likely that we need to add more than 25.
That's great!
How would I know when the functionality is available?
It would be very useful to be able to add to the Connect account the possibility of editing Tax Id as in a Custommer
You can write into our Support team via https://support.stripe.com/contact/login and ask to be advised if this feature is released.
The functionality you want basically exists with Standard Connected Accounts
Where your user would control their Account Tax ID from the Dashboard
But if I remember correctly, Conect's Standard accounts are like the one we have, right? An account that is charged fees and has to respond to returns, right?
I also think that Connect accounts are also charged Stripe's own commissions and that could not be...
Yes with Standard the Connected Account holder would handle disputes and be assessed the fees
I'm afraid we won't be able to switch to that type of account...
Thank you so much for all your help.
Lastly, just asking how can I refer to the functionality in the email I write to support?
I would just ask to follow along with a feature request that was submitted for programmatically handling Account Tax IDs for Invoices when using Invoicing + on_behalf_of
You can reference this discord convo as well
Happy to help
Have a nice day!! ๐