#keithlard
1 messages · Page 1 of 1 (latest)
hi there!
you can display any text you want on Invoice using https://stripe.com/docs/api/invoices/object#invoice_object-custom_fields
however you can't customize receipts.
But for things like subscriptions I can't intercept the invoice and customise it can I?
yes you could edit the invoice before its finalized. or even simpler: add the custom fields to the customer object directly (which will apply to all their invoices): https://stripe.com/docs/api/customers/update#update_customer-invoice_settings-custom_fields
perfect thank you
happy to help 🙂