API Explorer

Customer

1.0

This API offers an unified interface for retrieving customer information.

Environment URLs

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

GetCustomer

Retrieves the core personal information of a customer by its unique id. This information includes PII data, contact details as well as the account numbers and details initiated with that customer profile.

get

/customers/{customerId}

GetCustomerByAccessToken

Retrieves the core personal information of a customer by its unique id. This information includes PII data, contact details as well as the account numbers and details initiated with that customer profile.

get

/customers

SearchCustomers

Retrieves the core personal information of a customer by query filters like first name, last name, phone number, date of birth, postcode and account number. This information includes PII data, contact details as well as the account numbers and details initiated with that customer profile. This endpoint also supports filtering by the customer reference and retrieves the status of the customer together with their details like account number and application id.

post

/customers/search

VerifyEmail

Verifies the email address exists but does not check possession.

post

/customers/supported-formats/email-address

VerifyPhoneNumber

Verifies the phone number exist but does not check possession . Currently only used for mobile numbers registered in the UK.

post

/customers/supported-formats/phone-number

Models

Response object for a HTTP 400 Bad Request

Response object containing a customer profile

Request object for customer search

Response object for customer search

Request object for validating an email address

Request object for validating a UK mobile phone number

Was this page helpful?