Mark a dividend as paid
PATCH
https://app.speybooks.com/api/v1/dividends/{id}/payMarks a declared dividend as paid and posts the payment journal, debiting the dividend liability and crediting the bank or the director's loan account according to the payment method. The payment date defaults to the server date when not supplied. A dividend that is already paid or voided cannot be paid again.
Path parameters
idstringrequiredDividend ID (e.g. div_1). Must use the dividend prefix.
Body parameters
paidDatestringoptionalPayment date (YYYY-MM-DD). Defaults to today if omitted.
Response
200Dividend marked as paid. Returns the updated dividend with payment journal details.
Show response fields
amountPenceintegeridstringpaidDatestringstatusstringError codes
400Dividend is already paid or voided.
404Dividend not found.
409No accounting period set for this limited company.