Documents

Review legal documents before signing

Overview

A request to the Documents API, retrieves the Terms and Conditions the applicant needs to review and sign in order to complete the acquisition process.

Types of documents

1

Important information: the specified type (`preadequateexplanation`) refers to the Important Customer Information document

2

pre-SECCI: the specified type (`presecci`) refers to the Pre-contract credit information (Standard European Consumer Credit Information)

3

CCA: the specified type (`cca1to23`) refers to the Credit Agreement

Rendering the document

get
/applications/{id}/document/{documentType}
Retrieves the document with the specified type (`documentType` : `preadequateexplanation`, `presecci` or `cca1to23`) linked to the application identifier id. The media types `application/PDF` and `text/HTML` are described in the Accept header. All document types can be generated in HTML and/or PDF according to your needs.

The following snippet explains a successful response where the document is provided in PDF:

Content-Type: application/pdf

{BINARY PDF DATA}

Was this page helpful?