---
title: "Create Bulk Invoices Payment"
method: POST
path: "/invoices/bulk-payment"
tags: ["Invoice Payments"]
---

# Create Bulk Invoices Payment

`POST /invoices/bulk-payment`

Create Bulk Invoices Payment

## Request body

- object
  - `organization_id` integer, required
  - `client_account_id` integer, required
  - `deposit_account_id` integer, required
  - `payment_method` 'Bank Transfer' | 'Cash' | 'Cheque' | 'Credit Card' | 'Other' | 'Online payment' | 'Trust Account', required
  - `trust_asset_account` integer — client trust asset account, required in case of payment method is Trust Account
  - `comments` string
  - `payment_reference` string
  - `payment_rows` object[], required — invoice payment rows
    - `invoice_header_id` integer, required — invoice header id
    - `deposit_amount` number, required — payment amount
    - `paid_on` string, date, required — paid on date
    - `bank_charges` number — bank charges amount

## Response `200`

Successful operation

- object
  - `message` string
  - `invoices_payment` object, nullable

## Other responses

- `401` — Unauthenticated
- `403` — Forbidden
- `500` — Internal Server Error

---

[API](https://skmtc.net/app4legal/apis/a4l-money-api.md) · [All operations](https://skmtc.net/app4legal/apis/a4l-money-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/app4legal/a4l-money-api/revisions/e0d144609998/schema)
