invalid_delivery_channel
The delivery channel is outside the catalogue, which has only two values: `email` (recorded automatically when the mail server accepts the message) and `manual` (a delivery you made by your own means).
| Code | Type | HTTP | Category |
|---|---|---|---|
invalid_delivery_channel | invalid_request_error | 422 | Invoices |
Cause
The delivery channel is outside the catalogue, which has only two values: email (recorded automatically when the mail server accepts the message) and manual (a delivery you made by your own means).
What to do
Send manual to record a delivery you made yourself, or omit the field; deliveries by email are recorded on their own when you send the invoice with POST /v1/invoices/{id}/send, never by hand.
Related
All Invoices error codes
Causes and actions for errors in this category.
Error codes by category
Find an error by the category that emits it.
Full reference table
All codes, HTTP statuses, types and descriptions in one reference.
Error model
Interpret the error envelope and handle errors by code.