Balance available for withdrawal
https://unitpay.ru/api?
method=massPaymentAvailableAmount
params[login][email protected]
params[secretKey]=11122233F11-1F2220E3344-11122233D2
params[sum]=5
params[purse]=79123456789
params[paymentType]=sbp
params[recipientCurrency]=RUBMandatory Parameters:
Optional Parameters:
name
type
description
Example of a successful response:
{
"result": {
"availableAmount": 1057.36,
"currency": "RUB"
}
}name
type
description
Example of an erroneous answer:
Last updated
Was this helpful?