UAPAY - національний платіжний сервіс
Balance check (Account list)
A method for checking the balance
URI
POST /api/accounter/clientAccount/list
Request:
Key | Description | Type | Required? | Example |
|---|---|---|---|---|
params |
|
|
|
|
sessionId | session id | string, uuid | yes | "4bda7e34-a1c7-4587-b43b-06c506388ce7" |
Response:
Key | Description | Type | Example |
|---|---|---|---|
status | Status. 0 - error, 1 - success | integer | 1 |
data |
|
|
|
accountId |
| string, uuid | "09a1f63b-2196-450f-b60e-c336c2a02214" |
name |
| string | "CORE" |
description |
| string | "Core account" |
isCoreAccount |
| string | "YES" |
currency |
| string | "UAH" |
balance |
| string | "517429.49" |
holds |
| string | "35.00" |
available |
| string | "517394.49" |
status | Account status | string | "ACTIVE" |