#koidestroyer
1 messages · Page 1 of 1 (latest)
I suppose,. the stripe.com webpage where you can do stuff 😄
Okay yeah that would be your Dashboard. So the only way to tell this is to actually look in the Dashboard at the API Request which finalized the Invoice. If that request has a source: Dashboard then you know it was from the Dashboard.
Otherwise it was done via the API
How can I get to the list of API requests?
But really the easier way is going to be to look at the Invoice in the Dashboard directly
At the bottom of the page you will see the relevant API requests
Great, thanks. Does POST /v1/invoices/invoice_id/send also imply "finalizing" an invoice? (or, IOW, can you point to docs of this request?)
Yep if the invoice is in draft and that request is made then it will finalize and send it. Here it is in the API Ref: https://stripe.com/docs/api/invoices/send