---
title: "Update a subscription's current prepaid settings."
method: PUT
path: "/prepaid/{subscriptionId}/prepaidSettings"
tags: ["Prepaid"]
---

# Update a subscription's current prepaid settings.

`PUT /prepaid/{subscriptionId}/prepaidSettings`

## Path parameters

- `subscriptionId` string, required

## Request body

- PrepaidSettingsInfo
  - `topUpAmount` integer
  - `topUpEnabled` boolean
  - `topUpLimit` integer

## Response `200`

OK

- PrepaidSettingsInfo
  - `topUpAmount` integer
  - `topUpEnabled` boolean
  - `topUpLimit` integer

## Other responses

- `400` — Bad Request
- `403` — Forbidden
- `404` — Not Found
- `500` — Internal Server Error

---

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