Getting a List of Active Subscriptions
https://unitpay.ru/api?
method=listSubscriptions
params[projectId]=123456789
params[secretKey]=keyPath Parameters
Name
Type
Description
Successful response
"result": [
{
"subscriptionId": 5961196,
"description": "test_unitpay",
"status": "active",
"startDate": "2025-03-19 15:23:35",
"successPayments": 1,
"failPayments": 0,
"lastPaymentId": null,
"lastUpdateDate": null,
"parentPaymentId": "2181234567",
"totalSum": "50.00"
},
{
"subscriptionId": 5961466,
"description": "test_unitpay",
"status": "active",
"startDate": "2025-03-20 15:13:38",
"successPayments": 2,
"failPayments": 0,
"lastPaymentId": null,
"lastUpdateDate": null,
"parentPaymentId": "2187654321",
"totalSum": "100.00"
}Incorrect response
name
type
description
Last updated
Was this helpful?