Customer lookupDeprecated

Checks and retreive customer lookup details based on the account type and account number.

⚠️ This version does not accept a routing number and will be deprecated once release 6.5.0.0 takes effect — the downstream Legal Entity Service will begin enforcing routing number as mandatory on its profile lookup API at that release, and lookups made through this version will no longer resolve. Please migrate to /v2/customers/lookup/{accountNumber} before then.

SecurityoAuth2
Request
path Parameters
accountNumber
required
string <= 35 characters ^[a-zA-Z0-9]+$

Customer account number; all-zero values are not allowed.

Example: 1234567890
query Parameters
accountType
string

Customer account type. This is an optional field. If not provided, the default behavior is to return results for all account types.

Enum: "DEPOSIT" "LOAN"
Example: accountType=LOAN
Responses
200

Successfully retrieved applicable customer lookup details

400

Bad request — invalid or missing input fields.

401

Unauthorized - You are not authorized to access the resource

403

Forbidden

404

Not Found – The requested resource could not be located. Verify the endpoint or resource identifier.

405

Method Not Allowed – HTTP method used is not supported by the requested resource.

500

Internal server error

503

Service Unavailable – The server is temporarily unavailable.

get/v1/customers/lookup/{accountNumber}
Request samples
Response samples
application/json
{
  • "profiles": [
    ]
}