Customer lookup

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

SecurityoAuth2
Request
path Parameters
accountType
required
string

Customer account type

Enum: "DDA" "LOAN"
Example: LOAN
accountNumber
required
string^[a-zA-Z0-9]+$

Customer account number

Example: 1234567890
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/{accountType}/{accountNumber}
Request samples
Response samples
application/json
{
  • "profiles": [
    ]
}