Updated the Request
This commit is contained in:
@@ -59,14 +59,6 @@
|
|||||||
"url": "https://www.simbrellang.net"
|
"url": "https://www.simbrellang.net"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
{
|
|
||||||
"name": "CustomerConsent",
|
|
||||||
"description": "CustomerConsent Request.",
|
|
||||||
"externalDocs": {
|
|
||||||
"description": "Find out more",
|
|
||||||
"url": "https://www.simbrellang.net"
|
|
||||||
}
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
"name": "NotificationCallback",
|
"name": "NotificationCallback",
|
||||||
"description": "This new feature will be used for informing Simbrella about status of the transactions that FBN have processed.",
|
"description": "This new feature will be used for informing Simbrella about status of the transactions that FBN have processed.",
|
||||||
@@ -180,9 +172,6 @@
|
|||||||
"/Repayment": {
|
"/Repayment": {
|
||||||
"$ref": "./paths/Repayment.json"
|
"$ref": "./paths/Repayment.json"
|
||||||
},
|
},
|
||||||
"/CustomerConsent": {
|
|
||||||
"$ref": "./paths/CustomerConsent.json"
|
|
||||||
},
|
|
||||||
"/NotificationCallback": {
|
"/NotificationCallback": {
|
||||||
"$ref": "./paths/NotificationCallback.json"
|
"$ref": "./paths/NotificationCallback.json"
|
||||||
},
|
},
|
||||||
@@ -252,12 +241,6 @@
|
|||||||
"RACCheckResponse": {
|
"RACCheckResponse": {
|
||||||
"$ref": "./schemas/RACCheckResponse.json"
|
"$ref": "./schemas/RACCheckResponse.json"
|
||||||
},
|
},
|
||||||
"CustomerConsentRequest": {
|
|
||||||
"$ref": "./schemas/CustomerConsentRequest.json"
|
|
||||||
},
|
|
||||||
"CustomerConsentResponse": {
|
|
||||||
"$ref": "./schemas/CustomerConsentResponse.json"
|
|
||||||
},
|
|
||||||
"NotificationCallbackRequest": {
|
"NotificationCallbackRequest": {
|
||||||
"$ref": "./schemas/NotificationCallbackRequest.json"
|
"$ref": "./schemas/NotificationCallbackRequest.json"
|
||||||
},
|
},
|
||||||
|
|||||||
@@ -14,16 +14,6 @@
|
|||||||
"description": "Fixed value to identify request type",
|
"description": "Fixed value to identify request type",
|
||||||
"example": "RepaymentRequest"
|
"example": "RepaymentRequest"
|
||||||
},
|
},
|
||||||
"transactionId": {
|
|
||||||
"type": "string",
|
|
||||||
"description": "Unique identifier of transaction in FIRSTBANK system",
|
|
||||||
"example": "20171209232115"
|
|
||||||
},
|
|
||||||
"customerId": {
|
|
||||||
"type": "string",
|
|
||||||
"description": "Unique identifier of a customer",
|
|
||||||
"example": "CN621868"
|
|
||||||
},
|
|
||||||
"msisdn": {
|
"msisdn": {
|
||||||
"type": "string",
|
"type": "string",
|
||||||
"description": "User's mobile number in an international format",
|
"description": "User's mobile number in an international format",
|
||||||
@@ -39,6 +29,16 @@
|
|||||||
"description": "Identifier of a product that user is repaying for",
|
"description": "Identifier of a product that user is repaying for",
|
||||||
"example": "101"
|
"example": "101"
|
||||||
},
|
},
|
||||||
|
"transactionId": {
|
||||||
|
"type": "string",
|
||||||
|
"description": "Unique identifier of transaction. This transaction Id must be consistent across all platforms",
|
||||||
|
"example": "Tr201712RK9232P115"
|
||||||
|
},
|
||||||
|
"customerId": {
|
||||||
|
"type": "string",
|
||||||
|
"description": "Unique identifier of a customer",
|
||||||
|
"example": "CN621868"
|
||||||
|
},
|
||||||
"channel": {
|
"channel": {
|
||||||
"type": "string",
|
"type": "string",
|
||||||
"description": "Request channel: USSD or APP",
|
"description": "Request channel: USSD or APP",
|
||||||
|
|||||||
@@ -2,6 +2,7 @@
|
|||||||
"type": "object",
|
"type": "object",
|
||||||
"required": [
|
"required": [
|
||||||
"customerId",
|
"customerId",
|
||||||
|
"transactionId",
|
||||||
"productId",
|
"productId",
|
||||||
"debtId",
|
"debtId",
|
||||||
"resultCode",
|
"resultCode",
|
||||||
@@ -13,6 +14,11 @@
|
|||||||
"description": "Unique identifier of a user",
|
"description": "Unique identifier of a user",
|
||||||
"example": "CN621868"
|
"example": "CN621868"
|
||||||
},
|
},
|
||||||
|
"transactionId": {
|
||||||
|
"type": "string",
|
||||||
|
"description": "Unique identifier of transaction. This transaction Id must be consistent across all platforms",
|
||||||
|
"example": "Tr201712RK9232P115"
|
||||||
|
},
|
||||||
"productId": {
|
"productId": {
|
||||||
"type": "string",
|
"type": "string",
|
||||||
"description": "Identifier of a product that user is payed for",
|
"description": "Identifier of a product that user is payed for",
|
||||||
|
|||||||
Reference in New Issue
Block a user