🚀 Try our APIs instantly — no account needed. See how →
curl --request PUT \
--url https://api.nomba.com/v1/direct-debits/update-status \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--header 'accountId: <accountid>' \
--data '
{
"mandateId": "c93e1e1b-85f5-461e-8b9b-74ee091d4aa4",
"status": "SUSPEND"
}
'{
"code": "00",
"description": "SUCCESS",
"data": {
"mandateId": "c93e1e1b-85f5-461e-8b9b-74ee091d4aa4",
"mandateStatus": "Advise not sent"
},
"message": "SUCCESS",
"status": true
}Updates the status of a direct debit mandate (e.g., SUSPEND, ACTIVE).
curl --request PUT \
--url https://api.nomba.com/v1/direct-debits/update-status \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--header 'accountId: <accountid>' \
--data '
{
"mandateId": "c93e1e1b-85f5-461e-8b9b-74ee091d4aa4",
"status": "SUSPEND"
}
'{
"code": "00",
"description": "SUCCESS",
"data": {
"mandateId": "c93e1e1b-85f5-461e-8b9b-74ee091d4aa4",
"mandateStatus": "Advise not sent"
},
"message": "SUCCESS",
"status": true
}Documentation Index
Fetch the complete documentation index at: https://developer.nomba.com/llms.txt
Use this file to discover all available pages before exploring further.
Nomba authenticates API calls with OAuth2 HTTP bearer tokens. There are two methods of authentication; Client-Credentials method and PKCE (Proof Key for Code Exchange) method. In each of the methods, You will get an ACCESS_TOKEN. You need to use an "Authorization" HTTP header to provide your ACCESS_TOKEN. For example: Authorization: {ACCESS_TOKEN}.
The vendor account ID