---
title: "/claim/intake/create"
method: POST
path: "/claim/intake/create"
tags: ["Intake"]
---

# /claim/intake/create

`POST /claim/intake/create`

Use this endpoint to create a new claim in the dispute system.

A claim is a unit of work that will contain one or more specific transaction disputes. The API is called by passing in key information required to create a shell claim.

## Request body

- object
  - `CustomerId` string, required — Customer ID to create the claim for. Pass the same value as `AccountNumber`. Pattern: `P{prog_id}|{prn}` Example: `P123|123456789012`
  - `AccountNumber` string, required — Account number of the disputed transaction(s). Combine your `prog_id` with the <<glossary:PRN>>. Pattern: `P{prog_id}|{prn}` Example: `P123|123456789012`

## Response `200`

Successful claim initiation request

- object
  - `ClaimId` string — Unique claim ID
  - `StatusList` object[]
    - `Type` 'Error' | 'Success' — Status of the request
    - `Message` string — Message about the status
    - `Code` string — Numeric code for the status
  - `rtoken` string, nullable — A system-generated ID used for tracking
  - `StatusCode` integer, nullable — The HTTP response status code

## Other responses

- `400` — Error claim initiation request
- `500` — Error claim initiation request

---

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