---
title: "Update Subscription [Deprecated]"
method: PUT
path: "/customers/{id}/subscription"
tags: ["Subscriptions"]
deprecated: true
---

# Update Subscription [Deprecated]

`PUT /customers/{id}/subscription`

> **Deprecated.**

DEPRECATED: This endpoint will be removed in version 2.3.0. You can modify the subscription to change the plans that your customers consume

## Path parameters

- `id` string, required

## Headers

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

## Request body

- UpdatesASubscription — You can modify the subscription to change the plan used by your customers.
  - `plan_id` string
  - `card_id` string
  - `trial_end` integer

## 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)
