Mark a dividend as paid
PATCH
https://app.speybooks.com/api/v1/dividends/{id}/payMarks a declared dividend as paid and creates the payment journal: debit Dividends Payable, credit Bank. The payment date defaults to today if not specified.
Path parameters
id string requiredDividend ID (e.g. div_1). Must use the dividend prefix.
Body parameters
paidDate string optionalPayment date (YYYY-MM-DD). Defaults to today if omitted.
Response
200 Dividend marked as paid. Returns the updated dividend with payment journal details.
Show response fields
paid booleantransactionId stringError codes
400 Dividend is already paid or voided.
404 Dividend not found.