---
title: "Create Invoice Item Payment"
method: POST
path: "/transactions/payments/invoice/{invoiceid}/items/{itemid}"
tags: ["Transactions and Payments"]
---

# Create Invoice Item Payment

`POST /transactions/payments/invoice/{invoiceid}/items/{itemid}`

## Path parameters

- `invoiceid` string, required
- `itemid` string, required

## Headers

- `x-business-id` string, required

## Request body

- Payment
  - `timestamp` string, date-time, required — The date and time the transaction occured in UTC
  - `amount` number, required — The dollar amount of the transaction
  - `currency` string — The currency of the transaction
  - `description` 'payment' | 'partial' | 'deposit', required — An enumeration.
  - `method` string — The Payment method used to pay this invoice. Eg. Credit Card, Check (Cheque) etc.
  - `source` string — Name of the third party payments processor such as Stripe, Adyen, Square, etc.
  - `sourceReferenceId` string — Optional reference to associate payments processed through a third party

## Response `200`

Successful Response

- TransactionID
  - `transactionId` string, required — Unique ID for this Transaction

## Other responses

- `404` — Not found
- `422` — Validation Error

---

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