#marc_29110
1 messages · Page 1 of 1 (latest)
Hello! We'll be with you shortly. Below are links to other discussions we've had with you in the past week in case you want to review that information. If your question is related to one of these previous discussions, please provide a comprehensive summary of the current state and what you need help with now. We help many users simultaneously, so a summary allows us to resolve your issue as soon as possible.
- marc_29110, 1 hour ago, 17 messages
there is no option to show a watermark like paid or something else?
Could you share a bit more detail about your integration? Where are you getting the Invoices from?
I use the api to create a new invoice for an existing customer in stripe. The collection_method is charge_automatically so the invoice is paid after calling the pay function at the api. The returned PDF file which is created by your service looks like the customer should pay something because there is written due amount. you know what I what to say?
I call this function in API https://stripe.com/docs/api/invoices/pay
Complete reference documentation for the Stripe API. Includes code snippets and examples for our Python, Java, PHP, Node.js, Go, Ruby, and .NET libraries.
these red marked parts
Yes, this can't be changed, after Invoice is finalized it's not editable. You can turn on a setting in the Dashboard to send the receipt though: https://dashboard.stripe.com/settings/emails
can I change this on creating a invoice?
No, since it wasn't paid by that time.
Yes, but my customers will not understand that there is a due date on the invoice if they have already paid the invoice
Is it possible to hide the fields in general
You can always generate a PDF by yourself with the content you want.
can I change text parts in invoices
There's these customization options:
https://stripe.com/docs/api/invoices/create#create_invoice-description
https://stripe.com/docs/api/invoices/create#create_invoice-custom_fields
https://stripe.com/docs/api/invoices/create#create_invoice-footer
https://stripe.com/docs/api/invoices/create#create_invoice-rendering
Actually not sure description is shown on the PDF, but other options are.