Environment URLs
Environment | Base URL |
---|---|
NDT Staging | https://dapi.stg-newdaytechnology.net/customer-service |
NDT Production | https://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.
/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.
/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.
/customers/search
VerifyEmail
Verifies the email address exists but does not check possession.
/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.
/customers/supported-formats/phone-number
Models
Was this page helpful?