curl --location 'http://api.nomba.com/v1/direct-debits/debit-mandate' \ --header 'Authorization: Bearer [token]' \ --header 'accountId: <accountId>' \ --header 'Content-Type: application/json' \ --data '{ "mandateId": "89b0efc0-dde5-49e2-8bde-5523ae081c43" "amount" : "110" }
{ "code": "00", "description": "SUCCESS", "data": { "mandateId": "89b0efc0-dde5-49e2-8bde-5523ae081c43", "status": "SUCCESS", "amount": "110.00", "message": "Approved or completed successfully" }, "message": "SUCCESS", "status": true }
Learn how to debit a mandate using the Nomba API
POST /v1/direct-debits/debit-mandate
Hide object