#fislerdata
1 messages · Page 1 of 1 (latest)
Hello 👋
In the USA, the state code of NJ would be preferable than the invoice saying "New Jersey." Is there a way to display the abbreviation?
I don't think that supported unfortunately.
Is there a way to edit the invoice date? Sometimes I need to date the invoice in advance, and sometimes due to fiscal year the invoice needs to be in the past.
Are you asking about the invoice due date here?
No I am asking about the actual invoice date
And I am surprised that the state abbreviation does not display. Doesn't anyone else use Stripe invoices and sometimes have to mail them?
No I am asking about the actual invoice date
I don't think its possible to updateDate of issue
And I am surprised that the state abbreviation does not display. Doesn't anyone else use Stripe invoices and sometimes have to mail them?
I am guessing this is for billing address associated with the customer, correct?
I am guessing this is for billing address associated with the customer, correct?
Yes it is for the billing address with the customer
So I'm guessing there's also no way to customized the display of PDF invoices so that they print well when needed? I am looking for a way to easily mail the printed PDF when a customer needs it - like when I have to mail it to accounts payable in another building.
Hello! I'm taking over and catching up...
hi!
The state being spelled out should still work when used as a mailing address. If you're working with some kind of mailing system that requires a two letter abbreviation you'll need to convert.
Invoice PDFs should print nicely as-is, but you're correct that you can't really customize them. Some people render their own Invoices using their own format using the underlying Invoice data from the API, but that's something you would need to build on your end.
ok that makes sense. thank you.
for the address that appears on the invoice (not the shipping address), does that address come from the customer data, or can it be custom for just the invoice?
The billing address comes from the customer, it's the billing address they provide when they pay.
thank you.
Is it possible to include a business name and an employee name, separate lines? For example, the invoice needs to be addressed to:
Mr. Jones
NYC Public Library
Street Address 1
Street Address 2 etc
Not like that, no. When setting an address in Stripe we have line1 and line2. For example, here's the address on a Customer: https://stripe.com/docs/api/customers/object#customer_object-address