---
title: "Apply a payment on a specific invoice"
method: POST
path: "/settlements/addAndApplyPayment"
tags: ["Billing"]
---

# Apply a payment on a specific invoice

`POST /settlements/addAndApplyPayment`

Apply a payment per the specified parameters.

## Request body

- ApplyPaymentRequest
  - `invoiceNumber` string
  - `invoiceAmount` string
  - `paymentMethodId` string, uuid
  - `paymentBankAccountId` string
  - `paymentType` 'ACH' | 'CARD' | 'CHECK' | 'WIRE' | 'INVOICE' | 'DEPOSIT' | 'EXTERNAL'
  - `amount` number
  - `bankFee` number
  - `note` string
  - `paymentDate` integer

## Response `default`

successful operation

---

[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)
