API Explorer
Acquisitions
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
Environment | Base URL |
---|---|
NDT Staging | https://dapi.stg-newdaytechnology.net/acquisition |
NDT Production | https://dapi.newdaytechnology.net/acquisition |
Endpoints
ApplicationCreate
This endpoint creates a new application for a customer.
/v2/applications
ApplicationsList
This endpoint retrieves a customer's application by Id and Status.
/v2/applications
Eligibility
Checks an applicant's credit eligibility.
/v2/applications/{id}/eligibility
ApplicationRetrieve
This endpoint retrieves an existing and valid application.
/v2/applications/{id}
ApplicationUpdate
This endpoint enables users to update information for an applicant.
/v2/applications/{id}
RequestDecision
Perform a hard check on the applicant’s credit history and get a decision for the credit product.
/v2/applications/{id}/decision
RenderDocument
Retrieve an applicant’s Important Customer Information, Pre-contract Credit Information, and the Credit Agreement in HTML or PDF.
/v2/applications/{id}/document/{documentType}
ProofUpload
Uploads a proof document
/v2/applications/{id}/proofs
ListProof
Retrieves all proofs uploaded for an application.
/v2/applications/{id}/proofs
ProofSubmit
Submit uploaded proof document(s)
/v2/applications/{id}/proofs
ProofDelete
Deletes the proof with the specified identifier from the application
/v2/applications/{id}/proofs/{proofId}
Signature
Log an applicant’s signature, confirming they have accepted the terms of their agreement.
/v2/applications/{id}/signature
CreateCustomer
Onboard the applicant as a customer and complete the credit acquisition process.
/v2/customers/{id}
PostDeclaration
Completes a declaration on the application.
/v2/applications/{id}/declarations/{type}
RefreshToken
Consumes a refresh token to generate a new access token without re-entering credentials.
/v2/identity/refreshtoken
MultiQuote
This endpoint checks the applicant's credit eligibility across the suite of NewDay products.
/v1/applications/multiquote
Models
Was this page helpful?