#akki_invoice-customfields
1 messages ¡ Page 1 of 1 (latest)
đ Welcome to your new thread!
â˛ď¸ We'll be here soon! Typically we respond in a few minutes, but sometimes we might take a bit longer if the server is busy or if you have a particularly tricky question.
âąď¸ We close idle threads, which makes them read-only. Once a thread is closed it won't be reopened, but you can always start a new thread if you have another question.
đ This thread will always be available, even after it's closed. You can find it again using Discord's search, or you can save this link: https://discord.com/channels/841573134531821608/1298342189029658634
đ Have more to share? Add more details, code, screenshots, videos, etc. below.
@shell haven that request shows you calling the Update Customer API and pass metadata not custom fields
akki_invoice-customfields
Ohh sorry! I meant to say the customer object already has custom_fields
But they are not showing up in the invoice url given by stripe
Okay, can you share the exact Invoice id and Invoice URL so I can look?
I just tried on my end in the meantime and it seems to work fine for me. I create a Customer with 2 custom fields, then an Invoice and that Invoice has the custom fields in the PDF as expected
@shell haven do you have actionable details I can help you with?
Looking for it
in_1OuGcRKWfSycpO9ELfoOLGzC
There are more customers on our side that are experiencing this issue
That Invoice is from March 2024 though. It's not like you just created it
The Customer's custom_fields are only evaluated when the Invoice is created. If you have an Invoice already finalized and then later add custom fields to the Customer it won't have any effect
Okay so if he have invoice fields, older invoices will not have this. Only going forwards one will have thes fields I see. Thanks!