#manu.el0507
1 messages · Page 1 of 1 (latest)
Can you share an example failing request demonstrating what you're trying to do?
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
Complete reference documentation for the Stripe API. Includes code snippets and examples for our Python, Java, PHP, Node.js, Go, Ruby, and .NET libraries.
This is just reflecting customer data
you need to update the customer if you want to change those
ohh ok, ty. So if i change that value, when i see the invoices and download it i could see it? or not?
Well, on new invoices, yes
As the doc notes, ones the invoice is finalized the values at that time are locked in
ohh ok, nice to know that. Thank you again
NP!