---
title: "Add and apply bulk payments to invoices CSV"
method: POST
path: "/settlements/addAndApplyPaymentsInBulk/csv"
tags: ["Usage"]
---

# Add and apply bulk payments to invoices CSV

`POST /settlements/addAndApplyPaymentsInBulk/csv`

Bulk upload payments to invoices in CSV file

## Response `200`

successful operation

- BulkPaymentUploadResult
  - `paymentsRequestCount` integer
  - `failedPaymentsCount` integer
  - `bulkPaymentUploadData` BulkPaymentUploadData[]
    - `currencyCode` string
    - `amount` number
    - `failed` boolean
    - `bankFee` number
    - `invoiceNumber` string
    - `note` string
    - `paymentMethod` string
    - `paymentBankAccountId` string
    - `paymentDate` integer
    - `paymentMethodId` string, uuid
    - `failureReason` string
    - `newInvoiceBalance` number
    - `originalInvoiceBalance` number

---

[API](https://skmtc.net/dealhub/apis/quote-api.md) · [All operations](https://skmtc.net/dealhub/apis/quote-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/dealhub/quote-api/versions/c30f5b9fbfab/schema)
