#NftArea-invoicing
1 messages · Page 1 of 1 (latest)
Hi there, you can add memo through the description property of the invoice https://stripe.com/docs/api/invoices/update#update_invoice-description
Complete reference documentation for the Stripe API. Includes code snippets and examples for our Python, Java, PHP, Node.js, Go, Ruby, and .NET libraries.
Okay! Thanks Jack.
You mean to update the invoice's description with the memo I want and then call the send API?
You can only update the invoice when it's in draft mode, so make sure you add the demo before finalize it
Thank you!