LedgerLou Docs is optimized for desktop.

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

Payables

Cancel payment run

Cancels a draft or approved payment run. Exported runs cannot be cancelled. Frees all included invoices for new runs.

POST /v1/payment-runs/:id/cancel
Authorization
Authorization string header required API key in the format ll_.... Pass as a Bearer token.
Responses
200
Success
409
INVALID_STATE_TRANSITION
POST /v1/payment-runs/:id/cancel
cURL
-cmd">curl --request -method">POST -punct">\
  --url 'https://api.ledgerlou.de/v1/payment-runs/:id/cancel' -punct">\
  --header 'Authorization: Bearer ll_your_key'