done with status call

This commit is contained in:
lennyaiko
2025-03-27 12:28:36 +01:00
parent d5a749470c
commit 6bb84fed78
2 changed files with 59 additions and 3 deletions
+31
View File
@@ -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