#rodan28

1 messages · Page 1 of 1 (latest)

tender bobcatBOT
rain mulch
#

Hello there. Can you share the link to the documentation that references that?

pastel adder
#

Yy? In stripe website when I click update subscription in advance section there is invoice footer

#

And I want to do using API

rain mulch
#

Ah, you mean the Dashboard

pastel adder
#

Yes, I added invoice footer using dashboard

#

And I want to add invoice footer for every new subscription using API

rain mulch
#

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

pastel adder
#

But what if I need this footer for every foreign customer? Example: I needs this footer for everyone except people from Germany

rain mulch
#

Then you'd need to manage that on a per Invoice basis I'm afraid