curl --location 'http://api.nomba.com/v1/direct-debits/status?mandateId=<mandateId>' \
--header 'Authorization: Bearer [token]' \
--header 'accountId: <accountId>' \
--header 'Content-Type: application/json' \
--data ''
{
"code": "00",
"description": "SUCCESS",
"data": {
"customerAccountName": "Habib Muhammad",
"mandateId": "e50b7835-502c-4cfe-8828-47657633d7a2",
"customerAccountNumber": "8079914423",
"mandateStatus": "Active",
"rejectionReason": null,
"mandateAdviceStatus": "Advice Sent"
},
"message": "SUCCESS",
"status": true
}
Learn how to check direct debit mandate status for an account using the Nomba API
curl --location 'http://api.nomba.com/v1/direct-debits/status?mandateId=<mandateId>' \
--header 'Authorization: Bearer [token]' \
--header 'accountId: <accountId>' \
--header 'Content-Type: application/json' \
--data ''
{
"code": "00",
"description": "SUCCESS",
"data": {
"customerAccountName": "Habib Muhammad",
"mandateId": "e50b7835-502c-4cfe-8828-47657633d7a2",
"customerAccountNumber": "8079914423",
"mandateStatus": "Active",
"rejectionReason": null,
"mandateAdviceStatus": "Advice Sent"
},
"message": "SUCCESS",
"status": true
}
GET /v1/direct-debits/status?mandateId=<mandateId>
Hide object
curl --location 'http://api.nomba.com/v1/direct-debits/status?mandateId=<mandateId>' \
--header 'Authorization: Bearer [token]' \
--header 'accountId: <accountId>' \
--header 'Content-Type: application/json' \
--data ''
{
"code": "00",
"description": "SUCCESS",
"data": {
"customerAccountName": "Habib Muhammad",
"mandateId": "e50b7835-502c-4cfe-8828-47657633d7a2",
"customerAccountNumber": "8079914423",
"mandateStatus": "Active",
"rejectionReason": null,
"mandateAdviceStatus": "Advice Sent"
},
"message": "SUCCESS",
"status": true
}