#BoZz
1 messages · Page 1 of 1 (latest)
Hi there!
There are some things you can customize with Checkout Session, by using your dashboard settings or using custom_text (https://stripe.com/docs/api/checkout/sessions/create#create_checkout_session-custom_text). But I don't think what you are asking is possible.
hello, okay I see. It's not available in the dashboard settings nor did I find a parameter for this :/ okay thank you
@warm scroll let's chat in the existing thread
Hey, is it possible to add custom fields to bills when mode=subscription? Or only to add them manually after creating an invoice with stripe webhooks?
Yes it's possible. One way is to add the custom field directly on the customer object before creating the subscription: https://stripe.com/docs/api/customers/create#create_customer-invoice_settings-custom_fields