---
title: "Create invoice payment"
method: POST
path: "/v3/customers/{id}/invoices/{invoiceId}/payments"
tags: ["Customers"]
---

# Create invoice payment

`POST /v3/customers/{id}/invoices/{invoiceId}/payments`

## Path parameters

- `id` string, required
- `invoiceId` string, required

## Request body

- CreatePaymentV3Dto
  - `receivedAt` string, date-time, required — Date when payment was received
  - `method` 'CREDIT_CARD' | 'ACH_DEBIT' | 'ACH_CREDIT' | 'CHECK' | 'LINK' — Payment method used
  - `reference` string — Payment reference number

## Response `200`

Created payment

---

[API](https://skmtc.net/tabsplatform/apis/tabs-external-api.md) · [All operations](https://skmtc.net/tabsplatform/apis/tabs-external-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/tabsplatform/tabs-external-api/revisions/7e8885517814/schema)
