Updated the Request

This commit is contained in:
Azeez Muibi
2025-03-24 17:17:43 +01:00
parent 0c5b976117
commit c13d3f1767
10 changed files with 32 additions and 33 deletions
+7 -1
View File
@@ -3,6 +3,7 @@
"required": [
"customerId",
"transactionId",
"countryCode",
"eligibleOffers",
"resultCode",
"resultDescription"
@@ -15,9 +16,14 @@
},
"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": {
"type": "string",
"description": "Unique country code. Please refer to “Country Codes” table",
"example": "NGR"
},
"msisdn": {
"type": "string",
"description": "User's mobile number in an international format",