##Demo app Hosted on https://nz.[a c m e r].me/cw (without spaces and braces)
##Proxy methods
###auth.getEmployeeToken Returns auth token for employee by login and password
params login password return token
###employee.getPersonalDetails Returns personal data of employee by id. If called by employee, id must be equal to id based on token.
params id token return id first_name last_name
###employee.getPaymentMethods Returns masked card numbers and related ids. Can only be called by employee even not by superuser.
params
id
token
return
id
[method]
id
card_number
###employee.setPaymentMethod Set default payment method for employee.
params id method_id token return id method_id