Send invoice email
Send the invoice to the customer via email.
Send the invoice to the customer via email.
ApiKeyAuth In: header
application/json
application/json
curl -X POST "https://commet.co/api/v1/invoices/string/send"Send the invoice to the customer via email.
Invoice public ID
{
"success": true,
"data": {
"object": "invoice",
"livemode": true,
"sent": true,
"sentAt": "2019-08-24T14:15:22Z"
}
}{
"success": false,
"error": {
"type": "validation_error",
"code": "string",
"message": "string",
"doc_url": "string",
"param": "string"
}
}