---
title: "Create Payment Claim"
method: POST
path: "/invoices/{invoice_id}/payment-claims"
---

# Create Payment Claim

`POST /invoices/{invoice_id}/payment-claims`

Create a payment claim from a client stating they've paid.

Note: This is a client-submitted payment claim (client says "I paid you"),
not a business-sent payment notification.

## Path parameters

- `invoice_id` string, required — The ID of the invoice

## Request body

- object — Payment claim data

## Response `200`

Successful Response

- unknown

## Other responses

- `422` — Validation Error

---

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