Validating the XML Message validation schema

From PlatiOnline.EU
Revision as of 00:03, 15 March 2014 by PlatiOnline (talk | contribs) (XML Authorization)
Jump to: navigation, search

XML Authorization

he Plati Online version 5.x

  1. Post URL: https://secure.plationline.eu/
  2. XML_Message validation schema: https://secure2.plationline.ro/xml_validation/Auth.v4.xsd

Pseudo-code:

  1. Create the XML_Message;
  2. Create a random 32 alphanumeric AES KEY;
  3. Encrypt the AES KEY with the RSA algorithm, UrlEncode this hash (this is the value of F_CRYPT_MESSAGE);
  4. Encrypt the XML_Message with the AES algoritm using the AES KEY and the IV_AUTH, UrlEncode this hash (this is the value of F_MESSAGE field);
  5. Post the F_LOGIN, F_MESSAGE and F_CRYPT_MESSAGE to https://secure.plationline.eu/