progress on stuff
This commit is contained in:
+41
@@ -212,3 +212,44 @@ paths:
|
||||
responses:
|
||||
200:
|
||||
description: A successful response
|
||||
/loans/raccheck:
|
||||
post:
|
||||
summary: Performs RAC check on a user
|
||||
requestBody:
|
||||
required: true
|
||||
content:
|
||||
application/json:
|
||||
schema:
|
||||
type: object
|
||||
properties:
|
||||
transactionId:
|
||||
type: string
|
||||
example: "T001"
|
||||
fbnTransactionId:
|
||||
type: string
|
||||
example: "Tr201712RK9232P115"
|
||||
customerId:
|
||||
type: string
|
||||
example: "CN621868"
|
||||
accountId:
|
||||
type: string
|
||||
example: "2017821799"
|
||||
RAC_Array:
|
||||
type: array
|
||||
items:
|
||||
type: string
|
||||
example:
|
||||
- "SalaryAccount"
|
||||
- "BVN"
|
||||
- "BVNAttachedtoAccount"
|
||||
- "CRC"
|
||||
- "CRMS"
|
||||
- "AccountStatus"
|
||||
- "Lien"
|
||||
- "NoBouncedCheck"
|
||||
- "Whitelist"
|
||||
- "NoPastDueSalaryLoan"
|
||||
- "NoPastDueOtherLoan"
|
||||
responses:
|
||||
200:
|
||||
description: A successful response
|
||||
|
||||
Reference in New Issue
Block a user