Download dividend voucher as PDF
GET
https://app.speybooks.com/api/v1/dividends/{id}/voucherProduces a dividend voucher for a single dividend as a PDF, returned as a file attachment. The voucher carries the company and shareholder details, the dividend amount and share class, the payment method and dates, and the voucher number.
Path parameters
idstringrequiredDividend ID (e.g. div_1). Must use the dividend prefix.
Response
200PDF binary stream with Content-Disposition attachment header.
Error codes
400Invalid dividend ID format.
404Dividend not found.