My account

Update site

Update information about a site.

patch/sites/{site_id}

Path parameters

site_idstring required

The unique identifier of the site.

Request body

namestring

The site name.

notification_urlstring url

The webhook endpoint for MultiSafepay to send status updates and other notifications about orders for this site.

price_frominteger

The minimum transaction amount (in eurocents) for the website.

price_tillinteger

The maximum transaction amount (in eurocents) for the website.

support_emailstring email

The customer support email address for the website.

support_phonestring

The customer support phone number for the website.

urlstring

The login URL to access an affiliate's account.

Example request

{
  "name": "My Site",
  "notification_url": "https://www.examplewebsite.com/order-updates",
  "price_till": 100000,
  "support_email": "support@mysite.com",
  "support_phone": "+312012345678",
  "url": "https://example.com/"
}

Response

Request successful

data0 — unresolved $ref
successSuccess — unresolved $ref

Changes

No recorded changes to this endpoint across all 1 revision of this API.