Skip to main content
Version: 1.1.0

Get Registration Requests

GET 

/v1.1/customer/registration/requests

This is used by the brokerage system to see the status of the customer registration requests made by their potential customers.

Request

Query Parameters

    pageNo integerrequired

    Requested page number

    pageWidth integerrequired

    Default value: 100

    Requested page width (if pageWidth > 100 : set to default)

    institutionCode stringrequired

    Institution code at GTN

Responses

OK

Schema
    status stringrequired

    Possible values: [SUCCESS, FAILED]

    reason string
    rejectCode number

    Find error codes here

    list object[]

    Possible values: >= 1

  • Array [
  • regReqId string
    firstName string

    Possible values: non-empty

    lastName string
    familyName string

    Possible values: non-empty

    otherName string

    Possible values: non-empty

    passportNumber string

    Possible values: non-empty

    nin string
    drivingLicense string
    homeTel string

    Possible values: Value must match regular expression ^\+[1-9]\d{1,14}$

    officeTel string

    Possible values: Value must match regular expression ^\+[1-9]\d{1,14}$

    mobile string

    Possible values: Value must match regular expression ^\+[1-9]\d{1,14}$

    email string

    Possible values: non-empty

    profession string
    address string

    Possible values: non-empty

    address2 string
    city string
    state string
    residentCountry string
    gender string
    birthDate string

    Possible values: Value must match regular expression yyyy/MM/dd

    nationality string
    status string
  • ]
  • isNextPageAvailable boolean
    pageWidth integer
    totalNoOfRecords integer
    pageNo integer
Loading...
Is this page helpful for you?