#Mohana-Invoice
1 messages ยท Page 1 of 1 (latest)
That API doesn't support any other parameter. You would want to use Update Invoice API and add metadata, for example
ahhh but metadata doesnt behave/appear the same way as the internal note from the dashboard ๐ could you guys take a feature request or something to make this happen so that it is inline with the way dashboard works
Would it be this one? 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.
Are you referring to the "memo" section in Dashboard?
Where did you get this displayed?
when i do via dashboard it is doing a post request on https://dashboard.stripe.com/v1/notes with the invoice id and the note
when changing the invoice status
select an invoice and click on the more option then change invoice status
let me know your thoughts on exposing this via a new api. If it exists today, thats great. I should have missed the docs ๐