LedgerLou Docs is optimized for desktop.

Please open this page on a device with a wider screen.

Payables

Reject an incoming document

Rejects an incoming document. Used when the document is invalid, duplicate or not relevant.

POST /v1/inbox/:id/reject
Authorization
Authorization string header required API key in the format ll_.... Pass as a Bearer token.
Request Body
reason string optional Optional rejection reason.
Responses
200
Success
404
NOT_FOUND The requested resource was not found.
POST /v1/inbox/:id/reject
cURL
-cmd">curl --request -method">POST -punct">\
  --url 'https://api.ledgerlou.de/v1/inbox/:id/reject' -punct">\
  --header 'Authorization: Bearer ll_your_key'
200 Response
JSON
{
  "rejected": true,
  "inbox_id": "<string>"
}