---
title: "Update Plan"
method: PUT
path: "/plans/{id}"
tags: ["Plans"]
---

# Update Plan

`PUT /plans/{id}`

## Path parameters

- `id` string, required

## Headers

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

## Request body

- UpdatePlan — a plan
  - `amount` integer — The amount in cents that will be charged on the interval specified.
  - `currency` string — ISO 4217 for currencies, for the Mexican peso it is MXN/USD
  - `expiry_count` integer — Number of repetitions of the frequency NUMBER OF CHARGES TO BE MADE, considering the interval and frequency, this evolves over time, but is subject to the expiration count.
  - `name` string — The name of the plan.

## Response `200`

successful

## Other responses

- `401` — authentication error
- `404` — not found entity
- `422` — parameter validation error
- `500` — internal server error

---

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