Skip to main content

Method

POST /v1/billing/invoices/:invoiceId/send

Path Parameters

invoiceId
uuid
required
Invoice identifier.

Headers

Authorization
string
Bearer token with billing:write scope.
content-type
string
application/json

Request Example

curl -X POST https://api.voyantcloud.com/v1/billing/invoices/4a9a807e-5c7c-4f57-8e6d-2c6f1b1c5d10/send \
  -H "Authorization: Bearer $VOYANT_API_KEY"

Response

{ "error": "Not implemented" }
The endpoint is reserved for a future workflow that will dispatch invoices via email and update delivery status. For now, call your accounting provider directly after creating the invoice.