Files
digifi-BankToProductCore/app/swagger/schemas/RepaymentRequest.json
2025-09-12 13:06:41 +01:00

32 lines
716 B
JSON

{
"type": "object",
"properties": {
"msisdn": {
"type": "string",
"example": "2348093451342"
},
"debtId": {
"type": "number",
"example": 80
},
"transactionId": {
"type": "string",
"example": "TRCVIC73089465966"
},
"customerId": {
"type": "string",
"example": "ZX48440946"
},
"loanRef": {
"type": "string",
"example": "TRCVIC73089465966USSD3MPC"
},
"accountId": {
"type": "string",
"example": "361005323"
}
},
"xml": {
"name": "RepaymentRequest"
}
}