done with status call
This commit is contained in:
+31
@@ -21,6 +21,37 @@ paths:
|
||||
responses:
|
||||
200:
|
||||
description: A successful response
|
||||
/status-call:
|
||||
post:
|
||||
summary: Perform a status call
|
||||
requestBody:
|
||||
required: true
|
||||
content:
|
||||
application/json:
|
||||
schema:
|
||||
type: object
|
||||
properties:
|
||||
requestId:
|
||||
type: string
|
||||
example: "R02802"
|
||||
countryCode:
|
||||
type: string
|
||||
example: "NGR"
|
||||
transactionId:
|
||||
type: string
|
||||
example: "Tr201712RK9232P115"
|
||||
debtId:
|
||||
type: string
|
||||
example: "173021"
|
||||
transactionType:
|
||||
type: string
|
||||
example: "Disbursement"
|
||||
customerId:
|
||||
type: string
|
||||
example: "CN621868"
|
||||
responses:
|
||||
200:
|
||||
description: A successful response
|
||||
/eligibility/check:
|
||||
post:
|
||||
summary: Performs eligibility check on a user
|
||||
|
||||
Reference in New Issue
Block a user