#overture8
1 messages · Page 1 of 1 (latest)
Hello! The only way to do this would be to update the invoice item's that are generated for proration yourself
Hi there. Ok, I'll give that a try.
When I try to update with this:
Stripe::InvoiceItem.update("in_1NdFF6BBcPgjpDHAIPNsZPfK", {metadata: {some: "data"}}, connect_options)
It comes back with this:
Stripe::InvalidRequestError: Old `id` values cannot be used to specify an invoice line item in this API version. Please use the current value of the `id` field of the invoice line item object.
Do you know where I can get the correct ID?