---
title: "Update Wallet"
method: PATCH
path: "/wallets/{id}"
tags: ["Organization", "Wallets"]
---

# Update Wallet

`PATCH /wallets/{id}`

This endpoint is used to enable or disable a wallet provider. Note: the organization should coordinate with the wallet provider before selecting a particular wallet provider for a disbursement.

## Path parameters

- `id` string, required

## Request body

- object
  - `enabled` boolean, required — The enabled status of the wallet

## Response `200`

Wallet updated successfully

## Other responses

- `400` — Bad Request
- `404` — Not Found

## Changes

- **2024-12-02** `2b94ab613474` — 1 info
  - endpoint added

[Change history](https://skmtc.dev/stellar/apis/stellar-disbursement-platform-api/changes/wallets/:id/patch.md)

---

[API](https://skmtc.dev/stellar/apis/stellar-disbursement-platform-api.md) · [All operations](https://skmtc.dev/stellar/apis/stellar-disbursement-platform-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/stellar/stellar-disbursement-platform-api/revisions/dc42844e575d/schema)
