#lean dank-invoice-customization
1 messages · Page 1 of 1 (latest)
If you want the Invoices generated by Stripe to be addressed to a different name you'd just want to change the name of the Customer object (https://stripe.com/docs/api/customers/object#customer_object-name) to reflect the business/company name
Complete reference documentation for the Stripe API. Includes code snippets and examples for our Python, Java, PHP, Node.js, Go, Ruby, and .NET libraries.
Ok gotcha so everything that doesn't directly affect the invoicing/billing I handle in my business logic