Commissions of project (API)
https://unitpay.ru/api?
method=getCommissions
params[projectId]=123456
params[login][email protected]
params[secretKey]=secretKeyAn example of a successful request:
https://unitpay.ru/api?method=getCommissions¶ms[projectId]=123456¶ms[login][email protected]¶ms[secretKey]=11122233F11-1F2220E3344-11122233D2Example of a successful response:
{
"result": {
"webmoney": 2,
"card": 3.5,
"card_not_rf": 10,
"sbp": 0.7
}
}Example of an erroneous answer:
Description of possible errors:
Last updated
Was this helpful?