---
title: "Update payment channel"
method: PATCH
path: "/payment-wallet/channels/{id}"
tags: ["Payment Channels"]
---

# Update payment channel

`PATCH /payment-wallet/channels/{id}`

Updates the name, account number, or default status of an existing channel.
Only the fields you include in the request body are updated.

## Path parameters

- `id` string, uuid, required

## Request body

- UpdateChannelRequest — All fields are optional. Only provided fields are updated.
  - `name` string
  - `accountNumber` string, nullable
  - `isDefault` boolean

## Response `200`

Channel updated successfully.

- object
  - `success` boolean, required
  - `data` object, required — Response payload. Shape varies by endpoint.
    - `id` string, uuid
    - `tenantId` string, uuid
    - `category` string
    - `type` 'PAYBILL' | 'TILL_NUMBER' | 'SEND_MONEY'
    - `shortcode` string
    - `name` string
    - `accountNumber` string, nullable
    - `isDefault` boolean
    - `createdAt` string, date-time
  - `requestId` string, uuid, required — Unique identifier for this API request. Include in support tickets.

## Other responses

- `400` — Validation error — check the request body or parameters.
- `401` — Missing, invalid, or revoked API key.
- `404` — The requested resource does not exist.

---

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