---
title: "Debit amount from a sub merchant account"
method: POST
path: "/api/v1/accounts/{accountId}/debit"
tags: ["debit"]
---

# Debit amount from a sub merchant account

`POST /api/v1/accounts/{accountId}/debit`

API for debiting an amount from a specified submerchant account by Main merchant.

## Path parameters

- `accountId` integer, required

## Request body

- object
  - `amount` number, float, required
  - `notes` string

## Response `201`

OK.

- Account
  - `debit` object
    - `accountId` integer
    - `balance` number, float
  - `credit` object
    - `accountId` integer
    - `balance` number, float

## Other responses

- `403` — Forbidden.
- `404` — Not found.
- `500` — Internal server error.

---

[API](https://skmtc.net/telr/apis/remote-json-api-1-0.md) · [All operations](https://skmtc.net/telr/apis/remote-json-api-1-0/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/telr/remote-json-api-1-0/versions/7a1969c709ba/schema)
