Updated the Request
This commit is contained in:
@@ -6,7 +6,6 @@
|
||||
"countryCode",
|
||||
"customerId",
|
||||
"accountId",
|
||||
"lienAmount",
|
||||
"channel"
|
||||
],
|
||||
"properties": {
|
||||
@@ -17,7 +16,7 @@
|
||||
},
|
||||
"transactionId": {
|
||||
"type": "string",
|
||||
"description": "Unique identifier of transaction in FIRSTBANK system",
|
||||
"description": "Unique identifier of transaction. This transaction Id must be consistent across all platforms",
|
||||
"example": "Tr201712RK9232P115"
|
||||
},
|
||||
"countryCode": {
|
||||
@@ -40,12 +39,6 @@
|
||||
"description": "User's mobile number in an international format",
|
||||
"example": "2348012345678"
|
||||
},
|
||||
"lienAmount": {
|
||||
"type": "number",
|
||||
"format": "double",
|
||||
"description": "Amount of lien placed on user's account",
|
||||
"example": 4.0
|
||||
},
|
||||
"channel": {
|
||||
"type": "string",
|
||||
"description": "Request channel: USSD, MobApp, or Web",
|
||||
|
||||
Reference in New Issue
Block a user