#manu.el0507

1 messages · Page 1 of 1 (latest)

umbral aspenBOT
halcyon fog
#

Can you share an example failing request demonstrating what you're trying to do?

lavish herald
#

invoice = stripe.Invoice.modify('in_1NkWCaESRxUGxqvhzbbPLgZJ', customer_tax_ids=['some_data','another_value']) this is the way that im trying to update the invoice

#

and this is the error:

#

Request req_7oUmkMDfmX2Gdh

halcyon fog
#

This is just reflecting customer data

#

you need to update the customer if you want to change those

lavish herald
#

ohh ok, ty. So if i change that value, when i see the invoices and download it i could see it? or not?

halcyon fog
#

Well, on new invoices, yes

#

As the doc notes, ones the invoice is finalized the values at that time are locked in

lavish herald
#

ohh ok, nice to know that. Thank you again

halcyon fog
#

NP!