---
title: "Debit a mandate"
method: POST
path: "/v1/direct-debits/debit-mandate"
tags: ["Direct Debits"]
---

# Debit a mandate

`POST /v1/direct-debits/debit-mandate`

Debits a customer's account using an active mandate.

## Headers

- `accountId` string, required

## Request body

- DebitMandateRequest
  - `mandateId` string, required — Unique identifier of the mandate to debit
  - `amount` string, required — Amount to be debited

## Response `200`

Mandate debited successfully

- DebitMandateResponse
  - `code` string, required
  - `description` string, required
  - `data` object, required
    - `mandateId` string
    - `status` string
    - `amount` string
    - `message` string
  - `message` string, required
  - `status` boolean, required

## Other responses

- `400` — Invalid request payload
- `401` — Unauthorized - invalid or missing token

---

[API](https://skmtc.net/nomba/apis/vendor-api.md) · [All operations](https://skmtc.net/nomba/apis/vendor-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/nomba/vendor-api/revisions/41727ac9be5f/schema)
