---
title: "Update platform"
method: PUT
path: "/config/platforms/{platform_id}"
tags: ["Platform accounts"]
---

# Update platform

`PUT /config/platforms/{platform_id}`

Updates a RippleNet platform, which represents a financial entity that holds accounts in the real world (e.g. Bank, Exchange or Wallet provider). This operation creates a database record for a platform account on a RippleNet node.

## Path parameters

- `platform_id` string, uuid, required

## Request body

- UpdatePlatformRequest — Request object for updating a RippleNet platform, which maps to a real world financial institution. **Note**: `platform_type` is set on the creation of the platform and cannot be updated.
  - `name` string — Name of the platform.
  - `platform_type` 'WALLET_PROVIDER' | 'FIAT_INSTITUTION' | 'DIGITAL_EXCHANGE' — The type of institution this platform represents (WALLET_PROVIDER, FIAT_INSTITUTION, or DIGITAL_EXCHANGE).
  - `description` string — A short description of the platform.
  - `institution` string — Name of the institution this platform represents.
  - `servicer_code` string — Akin to the routing number (US), Sort Code (UK), or IFSC code (India).

## Response `200`

Successfully updated RippleNet platform.

- PlatformResponse — Response object for creating a Ripplenet platform, which maps to a real world financial institution.
  - `platform_id` string, uuid — Unique identifier for the RippleNet platform.
  - `name` string — Name of the RippleNet platform.
  - `platform_type` 'WALLET_PROVIDER' | 'FIAT_INSTITUTION' | 'DIGITAL_EXCHANGE' — The type of institution this RippleNet platform represents (WALLET_PROVIDER, FIAT_INSTITUTION, or DIGITAL_EXCHANGE).
  - `description` string — A short description of the RippleNet platform.
  - `institution` string — Name of the institution this RippleNet platform represents.
  - `servicer_code` string — Akin to the routing number (US), Sort Code (UK), or IFSC code (India).

## Other responses

- `400` — Bad request.

---

[API](https://skmtc.net/ripple/apis/ripplenet-server-api.md) · [All operations](https://skmtc.net/ripple/apis/ripplenet-server-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/ripple/ripplenet-server-api/versions/7843f07ca150/schema)
