#DraculaSWBF2
1 messages · Page 1 of 1 (latest)
Hello! What's up?
I'm trying to make a note to the customer on an invoice, but they don't show up on the pdf. Is there a way to add a note to an invoice that the customer can see on the invoice?
There's a footer property on Invoices you can use: https://stripe.com/docs/api/invoices/create#create_invoice-footer
Will that work for your use case?
How do I add a footer?
I followed your link, but I have no idea what I am looking at
Are you writing code/using the Stripe API for your Invoices?
I'm just trying to add a note to a customer on an invoice. They want the invoice to have a little more specific description of the service provided.
Okay, but how are you creating the Invoices?
With Stripe
Are you using the API? The Stripe Dashboard? Something else?
The Dashboard
There's a memo field you can use that will show up on the Invoice.
How do I add a memo?
It won't let me go back to that page after I've sent the invoice
I have the option to add a note, but the notes don't show on the invoice
Is there any way to make the note I added show on the invoice?
Once you've sent the Invoice it cannot be modified.
You would need to add the memo before the Invoice is finalized.
So, I should void the invoice and send another one?
If you need the memo to show up on it, yes.
ok, thank you for your help