Files
digifi-BankEmulator/app/swagger/schemas/TransactionVerifyRequest.json
T
2025-05-23 11:20:50 +01:00

35 lines
625 B
JSON

{
"type": "object",
"properties": {
"channel": {
"type": "string",
"example": "MOBILE"
},
"transactionId": {
"type": "string",
"example": "T002"
},
"requestId": {
"type": "string",
"example": "R02802"
},
"customerId": {
"type": "string",
"example": "CN621868"
},
"accountId": {
"type": "string",
"example": "2017821799"
},
"countryId": {
"type": "string",
"example": "01"
},
"transactionType": {
"type": "string",
"example": "Disbursement"
}
},
"additionalProperties": false
}