PPSR
Overview
The Personal Property Securities Register (PPSR) is a national online register managed by the federal government. Individuals and organisations can use the PPSR to register and search for debts and other security interests in personal property such as cars, boats and artworks.
In our context you are able to generate a standard report by sending the following params to the certificates endpoint.
The response will contain structured information about the certificate as well as the PDF itself under the URL parameter.
If you wish to view an example PPSR you can find one below.
PPSR Updates
To request updates for a Personal Property Securities Register (PPSR) certificate, utilize the endpoint /v2/certificates/{id}/updates
by substituting {id}
with the unique certificate ID you received upon generation. This allows you to check for any changes to the PPSR.
Within the updates
object you will have received two fields
has_expired
which will indicate if the PPSR record is now out of datehas_changed
which will indicate if there has been an update to the status of the vehicle since the original PPSR was generatedThe remaining data in the
certificate
object contains the details from the initially generated PPSR certificate as theid
Last updated
Was this helpful?