#mdshamoon
1 messages · Page 1 of 1 (latest)
I mean I can create 1 by one from the dashboard UI. There I can have a default footer applied
But with the API I can't see an option to add a default footer
Complete reference documentation for the Stripe API. Includes code snippets and examples for our Python, Java, PHP, Node.js, Go, Ruby, and .NET libraries.
Do you need to explicitly apply it on the Dashboard?
Sorry I think I have not phrased my question correctly
I want to create multiple subscriptions for my different clients. For each subscription invoice I want to add a default footer.
Now I was trying to create the subscrition from the UI. I am able to see the default footer and create a subscription with that.
But now I was trying to do the same with the create subscription API I can't seem to find an option to add a default footer to my invoice
What do you mean by "default footer" exactly?
An invoice has a footer right?
My problem is I want all invoices that goes thtough a subscription to have a footer
You might need to set it on each Invoice: https://stripe.com/docs/api/invoices/update#update_invoice-footer
Have you looked at Invoice Templates: https://dashboard.stripe.com/settings/billing/invoice?tab=templates