---
title: "Update Account"
method: POST
path: "/subscription/updateaccount"
tags: ["Subscription API"]
---

# Update Account

`POST /subscription/updateaccount`

Triggers the account updater for the customer's credit card information. Use this endpoint only if you handle subscriptions yourself. By default, Cleverbridge controls the entire subscription process, during which the account updater is automatically triggered.<br />For more information on this revenue retention tool, see [Account Updater](https://docs.cleverbridge.com/public/all/using-the-platform/collect-failed-online-payments-automatically.htm?#AccountUpdater). For XML examples and schemas, see the [Additional Examples - Update Account](https://dev.cleverbridge.com/page/additional-examples-update-account).

## Headers

- `Accept` 'application/json' | 'application/xml'
- `Content-Type` 'application/json' | 'application/xml'

## Request body

- CleverbridgeBackEndRestApiSubscriptionClassesUpdateAccountRequest
  - `SubscriptionId` string, required — Unique ID of the subscription, with or without an initial 'S'.

## Response `200`

OK

- CleverbridgeBackEndRestApiSubscriptionClassesUpdateAccountResponse
  - `ResultMessage` string — Optional result or error message.

## Other responses

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

---

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