For the complete documentation index, see llms.txt. This page is also available as Markdown.

Закрытие подписки

GET https://unitpay.ru/api

method         = closeSubscription
subscriptionId = 123456789
secretKey      = sk_live_2YQt9m

Обязательные параметры

Name
Type
Description

subscriptionId

integer

ID подписки в системе UnitPay

secretKey

string

Секретный ключ, доступен в настройках проекта

Примеры ответов

{
    "result": {
        "message": "Подписка успешно закрыта"
    }
}

Последнее обновление

Это было полезно?