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. 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.
/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.
/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.
/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?