#rodan28
1 messages · Page 1 of 1 (latest)
Hello there. Can you share the link to the documentation that references that?
Yy? In stripe website when I click update subscription in advance section there is invoice footer
And I want to do using API
Ah, you mean the Dashboard
Yes, I added invoice footer using dashboard
And I want to add invoice footer for every new subscription using API
AFAIK that isn't available on the Subscriptions API. You'd need to edit the Invoice directly: https://stripe.com/docs/api/invoices/update#update_invoice-footer
Otherwise you can set the footer as a default to be included on every invoice: https://dashboard.stripe.com/settings/billing/invoice
Sign in to the Stripe Dashboard to manage business payments and operations in your account. Manage payments and refunds, respond to disputes and more.
Complete reference documentation for the Stripe API. Includes code snippets and examples for our Python, Java, PHP, Node.js, Go, Ruby, and .NET libraries.
But what if I need this footer for every foreign customer? Example: I needs this footer for everyone except people from Germany
Then you'd need to manage that on a per Invoice basis I'm afraid