#t9000
1 messages · Page 1 of 1 (latest)
If yes, how can i do it using .net API ?
Yes you can. You can create an invoice object with a collection_method of send_invoice. Once the invoice is finalized, it will be sent to the email address of the customer that the invoice is for https://stripe.com/docs/api/invoices/object#invoice_object-collection_method
Complete reference documentation for the Stripe API. Includes code snippets and examples for our Python, Java, PHP, Node.js, Go, Ruby, and .NET libraries.
These docs can help you get a general overview of how to make and send invoices
https://stripe.com/docs/invoicing/overview
https://stripe.com/docs/invoicing/integration/quickstart
Yes, you can set preferred_locales on a customer and Stripe will use the language for that locale when sending things like invoices to the customer https://stripe.com/docs/api/customers/object#customer_object-preferred_locales
Complete reference documentation for the Stripe API. Includes code snippets and examples for our Python, Java, PHP, Node.js, Go, Ruby, and .NET libraries.