#helen_40841
1 messages · Page 1 of 1 (latest)
Where do you want to put specifically? In your checkout website or the invoices?
T&C can be added on the custom_fields of an Invoice. Unfortunately, it can't be done directly on Subscription API. Your system will have to manually update the invoice when the invoice is at draft status every billing cycle: https://stripe.com/docs/api/invoices/update#update_invoice-custom_fields
Complete reference documentation for the Stripe API. Includes code snippets and examples for our Python, Java, PHP, Node.js, Go, Ruby, and .NET libraries.