#nitin4465

1 messages · Page 1 of 1 (latest)

solid perchBOT
#

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.

severe matrix
#

Where do you need these updates to be reflected? On invoices?

balmy rune
#

we want to update e_in

severe matrix
#

I don't know what that is? Where do you see the ID that you want to update? On invoices?

balmy rune
#

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"

severe matrix
balmy rune
#

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)"

severe matrix
#

Because that's not the parameter you need to pass. Please look at the API reference link I just sent

balmy rune
#

i saw that reference but there is nothing about tax_id