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

32 lines
710 B
JSON

{
"type": "object",
"properties": {
"transactionId": {
"type": "string",
"example": "TRX201712RK9232P115"
},
"countryCode": {
"type": "string",
"example": "NGR"
},
"customerId": {
"type": "string",
"example": "5268548"
},
"accountId": {
"type": "string",
"example": "4348094226"
},
"msisdn": {
"type": "string",
"example": "2348093451342"
},
"channel": {
"type": "string",
"example": "USSD"
}
},
"xml": {
"name": "EligibilityCheckRequest"
}
}