API Explorer

Acquisitions

2.1

A suite of endpoints enabling your acquisitions customer journey to progress from an initial creation & eligibility check through to boarding/creating a successful customer.

Environment URLs

EnvironmentBase URL
NDT Staginghttps://dapi.stg-newdaytechnology.net/acquisition
NDT Productionhttps://dapi.newdaytechnology.net/acquisition

ApplicationCreate

This endpoint creates a new application for a customer.

post

/v2/applications

ApplicationsList

This endpoint retrieves a customer's application by Id and Status.

get

/v2/applications

Eligibility

Checks an applicant's credit eligibility.

post

/v2/applications/{id}/eligibility

ApplicationRetrieve

This endpoint retrieves an existing and valid application.

get

/v2/applications/{id}

ApplicationUpdate

This endpoint enables users to update information for an applicant.

patch

/v2/applications/{id}

RequestDecision

Perform a hard check on the applicant’s credit history and get a decision for the credit product.

post

/v2/applications/{id}/decision

RenderDocument

Retrieve an applicant’s Important Customer Information, Pre-contract Credit Information, and the Credit Agreement in HTML or PDF.

get

/v2/applications/{id}/document/{documentType}

ProofUpload

Uploads a proof document

post

/v2/applications/{id}/proofs

ListProof

Retrieves all proofs uploaded for an application.

get

/v2/applications/{id}/proofs

ProofSubmit

Submit uploaded proof document(s)

put

/v2/applications/{id}/proofs

ProofDelete

Deletes the proof with the specified identifier from the application

delete

/v2/applications/{id}/proofs/{proofId}

Signature

Log an applicant’s signature, confirming they have accepted the terms of their agreement.

post

/v2/applications/{id}/signature

CreateCustomer

Onboard the applicant as a customer and complete the credit acquisition process.

post

/v2/customers/{id}

PostDeclaration

Completes a declaration on the application.

post

/v2/applications/{id}/declarations/{type}

RefreshToken

Consumes a refresh token to generate a new access token without re-entering credentials.

post

/v2/identity/refreshtoken

MultiQuote

This endpoint checks the applicant's credit eligibility across the suite of NewDay products.

post

/v1/applications/multiquote

Models

The applicant's details

The applicant’s current residential address. Enter correct information in the sub parameters as this is required for bureau checks. At least one of ‘House Name’ or ‘House Number’ is required if current address is passed

The applicant's affordability data.

The applicant's consents.

The applicant's contact details.

The applicant's identifiers.

Applicable when there is a transfer of the applicant’s data from another credit provider.

Indicates whether the applicant provides consent to receiving marketing information.

Additional fields required by the merchant.

The applicant’s nationality details.

The application product

Explains whether the applicant is eligible to apply for an enhanced version of the specific NewDay credit product.

The applicant’s current residential address. Enter correct information in the sub parameters as this is required for bureau checks.

Shipping details including recipient name and delivery address.

Was this page helpful?