#mac_man
1 messages · Page 1 of 1 (latest)
Hi there, you can listen to invoice.created event, and update the invoice's description (https://stripe.com/docs/api/invoices/update?lang=ruby#update_invoice-description) with whatever text you want to show to your customer, and finalize the invoice.
Complete reference documentation for the Stripe API. Includes code snippets and examples for our Python, Java, PHP, Node.js, Go, Ruby, and .NET libraries.
Awesome, thank you for your assistance!