41 lines
703 B
JSON
41 lines
703 B
JSON
{
|
|
"type": "object",
|
|
"properties": {
|
|
"transactionId": {
|
|
"type": "string",
|
|
"example": "T001"
|
|
},
|
|
"fbnTransactionId": {
|
|
"type": "string",
|
|
"example": "Tr201712RK9232P115"
|
|
},
|
|
"customerId": {
|
|
"type": "string",
|
|
"example": "CN621868"
|
|
},
|
|
"accountId": {
|
|
"type": "string",
|
|
"example": "2017821799"
|
|
},
|
|
"channel": {
|
|
"type": "string",
|
|
"example": "USSD"
|
|
},
|
|
"countryCode": {
|
|
"type": "string",
|
|
"example": "NG"
|
|
}
|
|
},
|
|
"required": [
|
|
"transactionId",
|
|
"fbnTransactionId",
|
|
"customerId",
|
|
"accountId",
|
|
"channel",
|
|
"countryCode"
|
|
],
|
|
"xml": {
|
|
"name": "RACCheckRequest"
|
|
}
|
|
}
|