#wendy

1 messages · Page 1 of 1 (latest)

dapper grailBOT
narrow yew
#

HI 👋

I am assuming this is a customer balance that will only be appleid to the initial invoice. In that case you will want to listen to the invoice.created webhook event and update the Invoice created using the custom_fields parameter.
https://stripe.com/docs/invoicing/customize#custom-fields

clear bane
#

how do i guarantee the update that we'll made in the invoiceCreated webhook is completed before the payment in full is made as our sync endpoint don't currently wait for that

narrow yew
#

How are you creating your subscriptions? Are you charging automatically on the first invoice?

clear bane
#

yes

#

i think i can update the latest invoice before paying it

#

the custom_fields appear as footer?

narrow yew