---
title: "Update a charge"
method: PUT
path: "/charges/{id}"
tags: ["Charges"]
---

# Update a charge

`PUT /charges/{id}`

Updates an existing charge. Only `reference_id` can be updated.

## Path parameters

- `id` string, required

## Headers

- `Accept-Language` 'es' | 'en'
- `X-Child-Company-Id` string

## Request body

- ChargeUpdateRequest — Request body to update a charge. Only `reference_id` can be updated.
  - `reference_id` string — custom reference id

## Response `200`

successful operation

## Other responses

- `404` — not found entity
- `422` — whitelist validation error
- `500` — internal server error

---

[API](https://skmtc.dev/digitalfemsa/apis/femsa-api.md) · [All operations](https://skmtc.dev/digitalfemsa/apis/femsa-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/digitalfemsa/femsa-api/revisions/2e43caddf36b/schema)
