#BoB

1 messages · Page 1 of 1 (latest)

foggy minnowBOT
hushed pine
#

Hi there

#

Are you using charge_automatically or send_invoice?

#

For your collection method

still urchin
#

charge_automatically

hushed pine
#

Gotcha then no, not really possible here to dynamically have this set

still urchin
#

so i have to use send_invoice?

hushed pine
#

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

still urchin
#

ok thanks a lot for help