Skip to main content

Retrieve NIBSS Mandate by ID

Overview​

The RetrieveNibssMandateByIdQuery retrieves the full details of a single NIBSS mandate by its ID.

Command Details​

  • Command: RetrieveNibssMandateByIdQuery
  • Type: Query

API Endpoint​

POST /api/bpm/cmd

Request Structure​

FieldTypeRequiredDescription
mandateIdlongYesThe ID of the mandate to retrieve

Try It Out​

POST/api/bpm/cmdRetrieveNibssMandateByIdQuery
Request Body

Response Structure​

{
"response": {
"id": 5012,
"clientCode": "CLT-001",
"productCode": "PROD-LN-001",
"amount": 500000.00,
"debitAmount": 50000.00,
"numberOfInstallments": 12,
"startDate": "2026-04-01",
"endDate": "2027-03-31",
"payerName": "John Doe",
"accountNumber": "0012345678",
"bankCode": "058",
"status": "Active"
},
"responseCode": "00",
"responseDescription": "Success"
}