---
title: "Enable or Disable a Paylink"
method: PATCH
path: "/v1/paylinks/{paylinkId}"
tags: ["Paylinks"]
---

# Enable or Disable a Paylink

`PATCH /v1/paylinks/{paylinkId}`

Update the status of a specific paylink by setting the `enabled` field to `true` or `false`.

## Path parameters

- `paylinkId` string, required

## Request body

- object
  - `enabled` boolean, required — Set to `false` to disable the paylink or `true` to enable it.

## Response `200`

OK

---

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