Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Note

No more than one trial activation is allowed from the same caller IP. In order to facilitate the development and to avoid the creation of unused accounts, developers can take advantage of the "fake activation" feature, which can be used when IpAddress = 127.0.0.1 or when IpAddress starts with "192.168.". "Fake activation" does not actually create a new account and it returns "-1" as activation request code. In addition, in case of "fake activation", a random value1 is returned when calling TrialActivationStatus

(1) returned values have range that spans from 1 to 7 and they can be used to simulate real cases. Due to an API limitation, also "0 - Not Confirmed" may be returned in case of fake activation, please manage this case exactly as "1 - Confirmed"

Relevant notes

    • Automated consoles’ activations require Creating a new account may take up to a couple of minutes at least to complete. When completed, the activation process will take care of sending activation confirmation message and login credentials to the applicant’s defined email address
    • Login credentials can be only transmitted by email as there’s no API method in charge tothat can return those values.
    • Currently there’s no implemented functionality in the MailUp API set to retrieve the list of activated consoles from a certain application. This ability is planned to be implemented in the near future.

...