---
title: "Updates the split of a capture"
method: PATCH
path: "/capture/{capture-uuid}/splits/{capture-split-uuid}"
tags: ["Captures"]
---

# Updates the split of a capture

`PATCH /capture/{capture-uuid}/splits/{capture-split-uuid}`

**Required scope:** <code style="background:#e8f0fe;color:#1a73e8;padding:2px 8px;border-radius:12px;font-size:0.85em">capture:update</code>

## Path parameters

- `capture-uuid` string, uuid, required
- `capture-split-uuid` string, uuid, required

## Request body

- object
  - `clearing_date` string, date — The new date for the split to be cleared.</br> This field must be in the future and no longer than 2 years from today.

## Response `201`

OK

- StatusDetails
  - `status` string
  - `message` string[]

## Other responses

- `400` — Bad Request
- `403` — Forbidden
- `412` — Pre condition failed
- `428` — Pre condition required
- `429` — Too Many Requests
- `500` — Internal Server Error

---

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