#nitin4465
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.
- nitin4465, 22 hours ago, 5 messages
- nitin4465, 23 hours ago, 4 messages
- nitin-connect-updateaccount, 1 day ago, 8 messages
- nitin4465, 1 day ago, 9 messages
Where do you need these updates to be reflected? On invoices?
we want to update e_in
I don't know what that is? Where do you see the ID that you want to update? On invoices?
On invoices
company.tax_id
account.company
=> #Stripe::StripeObject:0x2ad6d55b5a00 JSON: {
"address": {"city":"Little Rock","country":"US","line1":"26466","line2":null,"postal_code":"72221","state":"AR"},
"directors_provided": true,
"executives_provided": true,
"name": null,
"owners_provided": true,
"phone": "+15018377155",
"tax_id_provided": false,
"verification": {"document":{"back":null,"details":null,"details_code":null,"front":null}}
}
in this hashes , there is a column "tax_id_provided"
https://stripe.com/docs/api/accounts/update#update_account-settings-invoices-default_account_tax_ids
Complete reference documentation for the Stripe API. Includes code snippets and examples for our Python, Java, PHP, Node.js, Go, Ruby, and .NET libraries.
we are passing the below script but that's doew not work
updated_account = Stripe::Account.update(
"acct_1NWNWXPvmEcyscrr",
company: {
tax_id: '11-1234567'
}
)
we are getting the error on console
"Stripe::InvalidRequestError ((Status 400) (Request req_Jm6qzM2ybMYQui) Received unknown parameter: company)"
Because that's not the parameter you need to pass. Please look at the API reference link I just sent
i saw that reference but there is nothing about tax_id