Get dividend details

GEThttps://app.speybooks.com/api/v1/dividends/{id}

Returns a single dividend. The board resolution and the journal transaction are given as references rather than embedded objects.

Path parameters

idstringrequired
Dividend ID (e.g. div_1). Must use the dividend prefix.

Response

200Full dividend details including voucher number, payment method, status, and linked transaction.
Show response fields
amountPenceinteger
boardMinutesIdstring
datestring
directorIdstring
directorNamestring
idstring
paidDatestringnullable
paymentMethodstring
shareClassstring
statusstring
transactionIdstring
voucherNumberstring

Error codes

400Invalid dividend ID format.
404Dividend not found.