Skip to main content
Version: 1.2.0 - Production

Get Customer Account List

POST 

/v1.2/customer/accounts

This is used to get the list of sub accounts created under a Fintech.

Only support for server token.

Request

Header Parameters

    Throttle-Key string

Body

    pageNo integerrequired
    pageWidth integerrequired

Responses

OK

Schema
    status stringrequired

    Possible values: [SUCCESS, FAILED]

    reason string
    rejectCode integer

    Find error codes here

    isNextPageAvailable boolean
    pageNo integer
    pageWidth integer
    totalNoOfRecords integer
    list object[]
  • Array [
  • customerNumber string
    firstName string
    lastName string
    passportNumber string
    nin string

    National identity card number

    drivingLicense string
    homeTel string
    officeTel string
    mobile string
    email string
    profession string
    address1 string
    address2 string
    city string
    gender string
    birthDate string
    nationality string
  • ]
Loading...
Is this page helpful for you?