#shaharyarilyas
1 messages · Page 1 of 1 (latest)
yes, it's in draft
then use this: https://stripe.com/docs/api/invoices/update
I'm not seeing any field associated to customer in this api
what do you want to update exactly?
invoice customer detail
then directly update the Customer object
Is there any webhook where I will receive updated invoice data when I update a customer object?
no, updating the customer will have no directly impact on the draft Invoice. but once the Invoice is finalized, it will contain the latest information that's on the customer object.