---
title: "Update site"
method: PATCH
path: "/sites/{site_id}"
tags: ["My account"]
---

# Update site

`PATCH /sites/{site_id}`

Update information about a site.

## Path parameters

- `site_id` string, required

## Request body

- object
  - `name` string — The site name.
  - `notification_url` string, url — The [webhook endpoint](https://docs.multisafepay.com/docs/webhook#configure-your-webhook-endpoint) for MultiSafepay to send status updates and other notifications about orders for this site.
  - `price_from` integer — The minimum transaction amount (in eurocents) for the website.
  - `price_till` integer — The maximum transaction amount (in eurocents) for the website.
  - `support_email` string, email — The customer support email address for the website.
  - `support_phone` string — The customer support phone number for the website.
  - `url` string — The login URL to access an affiliate's account.

## Response `200`

Request successful

- object
  - `data` 0 — unresolved $ref
  - `success` Success — unresolved $ref

## Other responses

- `404` — Site not found
- `422` — Validation errors

---

[API](https://skmtc.dev/multisafepay/apis/multisafepay-banking-order-api.md) · [All operations](https://skmtc.dev/multisafepay/apis/multisafepay-banking-order-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/multisafepay/multisafepay-banking-order-api/revisions/ce9612e4a307/schema)
