Closing a Subscription
Last updated
Was this helpful?
GET https://unitpay.ru/api
method = closeSubscription
subscriptionId = 123456789
secretKey = keysubscriptionId
integer
Subscription ID in the UnitPay system
secretKey
string
Secret key, available in the project settings
{
"result": {
"message": "Subscription successfully closed"
}
}{
"error": {
"message": "Error description"
}
}The request can be executed in test mode. Learn more
Last updated
Was this helpful?
Was this helpful?