Page History
...
Parameter | Mandatory field | Description | |
status | Yes | Processing status:
| |
amount | No | Optional block with information on the amount. | |
editable | Yes | «editable»: <bool - permission to edit amount> | |
arrears | Yes | «arrears»: <number, amount of debt> | |
min | No | «min»: <number, minimum amount>, makes sense only if editable=true, if editable=false the field is ignored. | |
max | No | «max»:<number, maximum amount>, makes sense only if editable=true, if editable=false the field is ignored. | |
accountInfo | No | Optional block of parameters with information about the customer, all parameters are of string type up to 30 characters long. | |
| fName | No | «fName»: <First name> |
lName | No | «lName»: <Last name> | |
mName | No | «mName”: <Middle name> | |
addressInfo | No | Optional parameter block with customer address. | |
| city | No | «city»: <City> - string up to 30 characters long. |
street | No | «street»: <Улица> <Street> - string up to 30 characters long. | |
house | No | «house»: <Дом> - string up to 10 characters long. | |
building | Нет | «building»: <Корпус> - string up to 10 characters long. | |
apartment | Нет | «apartment»: <Квартира> - string up to 10 characters long. | |
...