65 lines
1.8 KiB
JSON
65 lines
1.8 KiB
JSON
{
|
|
"type": "object",
|
|
"properties": {
|
|
"resultCode": {
|
|
"type": "string",
|
|
"example": "00"
|
|
},
|
|
"RACResponse": {
|
|
"type": "object",
|
|
"properties": {
|
|
"Salary account": {
|
|
"type": "string",
|
|
"example": "1"
|
|
},
|
|
"BVN": {
|
|
"type": "string",
|
|
"example": "1"
|
|
},
|
|
"BVNAttachedtoAccount": {
|
|
"type": "string",
|
|
"example": "1"
|
|
},
|
|
"CRMS": {
|
|
"type": "string",
|
|
"example": "1"
|
|
},
|
|
"CRC": {
|
|
"type": "string",
|
|
"example": "1"
|
|
},
|
|
"AccountStatus": {
|
|
"type": "string",
|
|
"example": "1"
|
|
},
|
|
"Lien": {
|
|
"type": "string",
|
|
"example": "1"
|
|
},
|
|
"NoBouncedCheck": {
|
|
"type": "string",
|
|
"example": "1"
|
|
},
|
|
"Whitelist": {
|
|
"type": "string",
|
|
"example": "1"
|
|
},
|
|
"NoPastDueSalaryLoan": {
|
|
"type": "string",
|
|
"example": "1"
|
|
},
|
|
"NoPastDueOtherLoan": {
|
|
"type": "string",
|
|
"example": "1"
|
|
}
|
|
}
|
|
},
|
|
"resultDescription": {
|
|
"type": "string",
|
|
"example": "RAC Check Successful"
|
|
}
|
|
},
|
|
"xml": {
|
|
"name": "RACCheckResponse"
|
|
}
|
|
} |