Customer

1.0

Offers a unified interface for managing and 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. When an access token is provided and a record is found for that token, but no account is found is the underlying account system then a header of 'NoCustomerDetails' is returned.

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. When an access token record is found, but no account is found is the underlying account system then a header of 'NoCustomerDetails' is returned.

get

/customers

SearchCustomers

Retrieves the core personal information of a customer by query filters like given name, family 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 creating/updating a customer address of GBR type.

Request object for validating an email address.

Request object for validating a UK mobile phone number.

Was this page helpful?