Add websitepost https://testapi.multisafepay.com/v1/json/accounts/{account_id}/sitesAdd a website to an affiliated merchant's account.Path Paramsaccount_idstringrequiredThe unique identifier of the account.Body Paramsnamestringrequiredlength ≤ 120The name of the website.urlstringrequiredThe login URL to access an affiliate's account.notification_urlurllength ≤ 150The webhook endpoint for MultiSafepay to send status updates and other notifications about orders for this site.price_fromintegerThe minimum transaction amount (in eurocents) for the website.price_tillintegerThe maximum transaction amount (in eurocents) for the website.support_emailstringlength ≤ 100The customer support email address for the website.support_phonestringlength ≤ 100The customer support phone number for the website.Responses 200Request successful 404Account not found 422Validation errorsUpdated 7 months ago