Aukro WebAPI

doMyBilling

This method allows to load the current account balance from an account of a logged-in user.

  1. sessionHandle | String | required
    User's session identifier received using the doLogin(Enc) method.
  1. myBilling | String | required
    Account balance.
  • ERR_NO_DATABASE
    Problems with Allegro database.
  • ERR_NO_SESSION / ERR_SESSION_EXPIRED
    Invalid session identifier or the session has expired.
  • ERR_WEBAPI_KEY_INACTIVE
    The session-generating WebAPI key has been deactivated (the owner did not accept the User Agreement).
  • ERR_WEBAPI_NOT_AVAIL
    Problems with Aukro WebAPI service.