{ "type": "object", "properties": { "fbnTransactionId": { "type": "string", "example": "123456789" }, "transactionId": { "type": "string", "example": "123456789" }, "customerId": { "type": "string", "example": "CN621868" }, "accountId": { "type": "string", "example": "ACN8263457" }, "debtId": { "type": "string", "example": "987654321" }, "transactionType": { "type": "string", "example": "Disbursement" }, "amountProvided": { "type": "number", "format": "float", "example": 1000.00 }, "amountCollected": { "type": "number", "format": "float", "example": 0.00 }, "responseCode": { "type": "string", "example": "00" }, "responseDescription": { "type": "string", "example": "Successful" } }, "xml": { "name": "NotificationCallbackRequest" } }