Access: Approved integrator only.
Requires Idempotency-Key header.
Searches across investor categories (retail, corporate, and dependants when using CHN, CSCS number, or bank lookup).
BVN strategy excludes dependant/minor matches. Use /v1/investors/dependants/by-guardian?bvn=... to discover minors under a guardian BVN.
Exactly one lookup strategy is required. Bank lookups require both bankAccountNumber and bankSortCode.
A credit reservation is required before lookup processing begins.
Credits are charged only when matching investor records are found. Requests fail if credit cannot be secured.
Reuse the same key when retrying the same idempotent request.
"3e9cb40d-87b8-4a60-bffe-bdb7b5e65e9c"
Lookup by BVN. Provide this alone, or use a different single lookup strategy.
^[0-9]{11}$"12345678901"
Lookup by CHN. Provide this alone, or use a different single lookup strategy. Both legacy and current CHN formats are accepted for search.
"CA123456789X"
Lookup by CSCS number. Provide this alone, or use a different single lookup strategy. Values are always 10 digits and are zero-padded when needed.
^[0-9]{10}$"0000000123"
Lookup by bank account. Must be sent together with bankSortCode and not combined with another lookup strategy.
^[0-9]{10}$"0123456789"
Companion field for bank account lookups. Must be sent together with bankAccountNumber.
"044150149"