---
title: "Update Wallet"
method: PATCH
path: "/wallets/{id}"
tags: ["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

- UpdateWalletRequest
  - `name` string — Human-readable name of the wallet provider
  - `homepage` string — Homepage URL of the wallet provider
  - `deep_link_schema` string — Deep link schema for the wallet application
  - `sep_10_client_domain` string — SEP-10 client domain for authentication
  - `enabled` boolean — Whether the wallet is enabled for use
  - `assets` union[] — Array of asset references supported by this wallet
    - union
      - object — Asset reference by ID
        - `id` string, required — Asset ID
      - object — Classic asset reference
        - `type` 'classic', required
        - `code` string, required — Asset code
        - `issuer` string, required — Asset issuer address
      - object — Native XLM asset reference
        - `type` 'native', required

## Response `200`

Wallet updated successfully

- Wallet
  - `id` string
  - `name` string
  - `homepage` string
  - `sep_10_client_domain` string
  - `deep_link_schema` string
  - `created_at` string, date-time
  - `updated_at` string, date-time

## Other responses

- `400` — Bad Request
- `401` — Unauthorized
- `403` — Forbidden
- `404` — Not Found

---

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