---
title: "PUT /card/{cardId}/modifier"
method: PUT
path: "/card/{cardId}/modifier"
---

# PUT /card/{cardId}/modifier

`PUT /card/{cardId}/modifier`

Set a modifier for a card.

## Request body

- CardModifier
  - `name` 'only_allow_recurring_payments', required
  - `value` boolean, required — Whether to only allow recurring payments. The default value for newly created cards is false.

## Response `200`

OK

- object
  - `success` boolean, required

## Other responses

- `401` — Unauthorized
- `403` — Forbidden
- `429` — TooManyRequests
- `500` — Internal Error

---

[API](https://skmtc.net/slashfi/apis/slash-public-api.md) · [All operations](https://skmtc.net/slashfi/apis/slash-public-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/slashfi/slash-public-api/versions/773c90f079c5/schema)
