#BoB
1 messages · Page 1 of 1 (latest)
Hi there
Are you using charge_automatically or send_invoice?
For your collection method
charge_automatically
Gotcha then no, not really possible here to dynamically have this set
so i have to use send_invoice?
With send_invoice it allows for a 1 hour draft time before the invoice is finalized and sent. During that period you could perform updates on the Invoice like set custom_fields (https://stripe.com/docs/api/invoices/update#update_invoice-custom_fields). With charge_automatically the invoice is finalized immediately upon creation so you can't update those custom fields
ok thanks a lot for help