#garymoon
1 messages · Page 1 of 1 (latest)
Hi there! I think you're referring to description. Both subscriptions and invoices have descriptions - https://stripe.com/docs/api/subscriptions/object#subscription_object-description
https://stripe.com/docs/api/invoices/object#invoice_object-description
Subscriptions have both a memo and a description. I'm trying to set the memo.
As in: I want the memo section in invoices/receipts generated by this subscription to contain this in their respective memo sections.
Got it. I think the memo field is Dashboard only but let me confirm
Please no 🙏 lol
Unfortunately, yes. The memo field is Dashboard only. You can customize a default invoice memo in the Dashboard - https://dashboard.stripe.com/settings/billing/invoice. Any programmatic/API changes to this field are not possible at this time