#video_edit
1 messages · Page 1 of 1 (latest)
Hi, thanks for your help
Problem:
When I add custom fields in the checkout, they don't get updated in the automatic invoice generation, so they don't appear in the invoice that will be automatically sent to the customer after payment.
stripe API advises this
https://stripe.com/docs/api/customers/object#customer_object-invoice_settings-custom_fields
It's possible, but I don't know how to do it technically. I know that you need to add the custom_fields to the template of the invoice that's automatically generated after payment, so that they appear in the pdf that the customer receives.
Basically, I add the 3 fields myself, but I also know that it's possible to add them "by default". Do I need to add them by default so that they link to the API? Anyway, I'm not very good at this stuff, but if you need account access and all that, no problem.
The 3 fields to add are :
"First and last name" - mandatory
"Registration number" - optional
"Company name" - optional
Thanks in advance, if it's too complicated, don't bother 🥲
Complete reference documentation for the Stripe API. Includes code snippets and examples for our Python, Java, PHP, Node.js, Go, Ruby, and .NET libraries.
How exactly are you adding these custom fields in checkout?
I believe I already confirmed in a previous thread that this isn't something dashboard supports today. You'd need to work with a developer.
Ok, do you know someone who could help me to do it? (I pay of course)