{
"rcNumber": "1*****2",
"registrationDate": "2021-07-12",
"email": "[email protected]",
"state": null,
"id": 1234567,
"address": "XYZ STREET",
"status": "ACTIVE",
"city": null,
"companyStatus": "ACTIVE",
"lga": null,
"classificationId": 2,
"branchAddress": null,
"approvedName": "ABC TECHNOLOGIES",
"type": "CAC"
}
Response Parameters
Name | Description | Type |
---|---|---|
rcNumber | Customer's RC Number | string |
registrationDate | Captures the registeration date | string |
Captures the email | string | |
state | Captures the state | string |
id | Captures the ID | int |
address | Captures the address | string |
status | Captures the status | string |
city | Captures the city | string |
companyStatus | Captures the company status | string |
lga | Captures the lga | string |
classificationId | Captures the classification id | int |
branchAddress | Captures the branch address | string |
approvedName | Captures the approved name | string |
type | Captures the type of KYC Integration | string |